GET https://staging.ktm-sturm.de/ersatzteilfinder/vitpilen-401-2020-modelcode-F1360T1

Query Metrics

113 Database Queries
101 Different statements
870.05 ms Query time

Queries

Group similar statements

# Time Info
1 0.65 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.20 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.43 ms
SELECT `key`, `value` FROM `app_config`
Parameters:
[]
4 0.23 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.44 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.38 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/vitpilen-401-2020-modelcode-F1360T1"
  "ersatzteilfinder/vitpilen-401-2020-modelcode-F1360T1/"
]
7 0.25 ms
# seo-url::resolve-fallback
SELECT path_info pathInfo, seo_path_info seoPathInfo FROM seo_url WHERE (language_id = ?) AND (sales_channel_id = ?) AND (path_info = ?) AND (is_canonical = 1) LIMIT 1
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
  "/ersatzteilfinder/vitpilen-401-2020-modelcode-F1360T1"
]
8 0.68 ms
SELECT configuration_key, configuration_value FROM system_config WHERE sales_channel_id IS NULL ORDER BY sales_channel_id ASC
Parameters:
[]
9 0.27 ms
SELECT `name`, `path`, `author`, `self_managed`
                FROM `app`
                WHERE `active` = 1
Parameters:
[]
10 0.35 ms
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = ?) AND (token = ?) LIMIT 1
Parameters:
[
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
  "7J3j6rB2LionPyuxCShws4TYExaZRxa1"
]
11 0.40 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.52 ms
# base-context-factory::sales-channel::read
SELECT `sales_channel`.`id` as `sales_channel.id`, `sales_channel`.`type_id` as `sales_channel.typeId`, `sales_channel`.`language_id` as `sales_channel.languageId`, `sales_channel`.`customer_group_id` as `sales_channel.customerGroupId`, `sales_channel`.`currency_id` as `sales_channel.currencyId`, `sales_channel`.`payment_method_id` as `sales_channel.paymentMethodId`, `sales_channel`.`shipping_method_id` as `sales_channel.shippingMethodId`, `sales_channel`.`country_id` as `sales_channel.countryId`, `sales_channel`.`analytics_id` as `sales_channel.analyticsId`, `sales_channel`.`navigation_category_id` as `sales_channel.navigationCategoryId`, `sales_channel`.`navigation_category_version_id` as `sales_channel.navigationCategoryVersionId`, `sales_channel`.`navigation_category_depth` as `sales_channel.navigationCategoryDepth`, `sales_channel`.`footer_category_id` as `sales_channel.footerCategoryId`, `sales_channel`.`footer_category_version_id` as `sales_channel.footerCategoryVersionId`, `sales_channel`.`service_category_id` as `sales_channel.serviceCategoryId`, `sales_channel`.`service_category_version_id` as `sales_channel.serviceCategoryVersionId`, `sales_channel`.`mail_header_footer_id` as `sales_channel.mailHeaderFooterId`, `sales_channel`.`hreflang_default_domain_id` as `sales_channel.hreflangDefaultDomainId`, `sales_channel`.`short_name` as `sales_channel.shortName`, `sales_channel`.`tax_calculation_type` as `sales_channel.taxCalculationType`, `sales_channel`.`access_key` as `sales_channel.accessKey`, `sales_channel`.`configuration` as `sales_channel.configuration`, `sales_channel`.`active` as `sales_channel.active`, `sales_channel`.`hreflang_active` as `sales_channel.hreflangActive`, `sales_channel`.`maintenance` as `sales_channel.maintenance`, `sales_channel`.`maintenance_ip_whitelist` as `sales_channel.maintenanceIpWhitelist`, `sales_channel`.`payment_method_ids` as `sales_channel.paymentMethodIds`, `sales_channel`.`home_cms_page_id` as `sales_channel.homeCmsPageId`, `sales_channel`.`home_cms_page_version_id` as `sales_channel.homeCmsPageVersionId`, `sales_channel`.`created_at` as `sales_channel.createdAt`, `sales_channel`.`updated_at` as `sales_channel.updatedAt`, `sales_channel.currency`.`id` as `sales_channel.currency.id`, `sales_channel.currency`.`factor` as `sales_channel.currency.factor`, `sales_channel.currency`.`symbol` as `sales_channel.currency.symbol`, `sales_channel.currency`.`iso_code` as `sales_channel.currency.isoCode`, `sales_channel.currency`.`position` as `sales_channel.currency.position`, `sales_channel.currency`.`tax_free_from` as `sales_channel.currency.taxFreeFrom`, `sales_channel.currency`.`item_rounding` as `sales_channel.currency.itemRounding`, `sales_channel.currency`.`total_rounding` as `sales_channel.currency.totalRounding`, `sales_channel.currency`.`created_at` as `sales_channel.currency.createdAt`, `sales_channel.currency`.`updated_at` as `sales_channel.currency.updatedAt`, `sales_channel.currency.translation.shortName`, `sales_channel.currency.translation.shortName` as `sales_channel.currency.shortName`, `sales_channel.currency.translation.name`, `sales_channel.currency.translation.name` as `sales_channel.currency.name`, `sales_channel.currency.translation.customFields`, `sales_channel.currency.translation.customFields` as `sales_channel.currency.customFields`, `sales_channel.translation.name`, `sales_channel.translation.name` as `sales_channel.name`, `sales_channel.translation.homeSlotConfig`, `sales_channel.translation.homeSlotConfig` as `sales_channel.homeSlotConfig`, `sales_channel.translation.homeEnabled`, `sales_channel.translation.homeEnabled` as `sales_channel.homeEnabled`, `sales_channel.translation.homeName`, `sales_channel.translation.homeName` as `sales_channel.homeName`, `sales_channel.translation.homeMetaTitle`, `sales_channel.translation.homeMetaTitle` as `sales_channel.homeMetaTitle`, `sales_channel.translation.homeMetaDescription`, `sales_channel.translation.homeMetaDescription` as `sales_channel.homeMetaDescription`, `sales_channel.translation.homeKeywords`, `sales_channel.translation.homeKeywords` as `sales_channel.homeKeywords`, `sales_channel.translation.customFields`, `sales_channel.translation.customFields` as `sales_channel.customFields` FROM `sales_channel` LEFT JOIN `currency` `sales_channel.currency` ON `sales_channel`.`currency_id` = `sales_channel.currency`.`id` LEFT JOIN (SELECT `sales_channel.translation`.`sales_channel_id`, `sales_channel.translation`.`name` as `sales_channel.translation.name`, `sales_channel.translation`.`custom_fields` as `sales_channel.translation.customFields`, `sales_channel.translation`.`home_slot_config` as `sales_channel.translation.homeSlotConfig`, `sales_channel.translation`.`home_enabled` as `sales_channel.translation.homeEnabled`, `sales_channel.translation`.`home_name` as `sales_channel.translation.homeName`, `sales_channel.translation`.`home_meta_title` as `sales_channel.translation.homeMetaTitle`, `sales_channel.translation`.`home_meta_description` as `sales_channel.translation.homeMetaDescription`, `sales_channel.translation`.`home_keywords` as `sales_channel.translation.homeKeywords` FROM `sales_channel_translation` `sales_channel.translation` WHERE `sales_channel.translation`.`language_id` = ?) `sales_channel.sales_channel_translation` ON `sales_channel.sales_channel_translation`.`sales_channel_id` = `sales_channel`.`id` LEFT JOIN (SELECT `sales_channel.currency.translation`.`currency_id`, `sales_channel.currency.translation`.`short_name` as `sales_channel.currency.translation.shortName`, `sales_channel.currency.translation`.`name` as `sales_channel.currency.translation.name`, `sales_channel.currency.translation`.`custom_fields` as `sales_channel.currency.translation.customFields` FROM `currency_translation` `sales_channel.currency.translation` WHERE `sales_channel.currency.translation`.`language_id` = ?) `sales_channel.currency.currency_translation` ON `sales_channel.currency.currency_translation`.`currency_id` = `sales_channel.currency`.`id` WHERE `sales_channel`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
]
13 0.24 ms
# base-context-factory::sales-channel::association::domains::read
SELECT `sales_channel_domain`.`id` as `sales_channel_domain.id`, `sales_channel_domain`.`url` as `sales_channel_domain.url`, `sales_channel_domain`.`sales_channel_id` as `sales_channel_domain.salesChannelId`, `sales_channel_domain`.`language_id` as `sales_channel_domain.languageId`, `sales_channel_domain`.`currency_id` as `sales_channel_domain.currencyId`, `sales_channel_domain`.`snippet_set_id` as `sales_channel_domain.snippetSetId`, `sales_channel_domain`.`hreflang_use_only_locale` as `sales_channel_domain.hreflangUseOnlyLocale`, `sales_channel_domain`.`custom_fields` as `sales_channel_domain.customFields`, `sales_channel_domain`.`created_at` as `sales_channel_domain.createdAt`, `sales_channel_domain`.`updated_at` as `sales_channel_domain.updatedAt` FROM `sales_channel_domain` WHERE (`sales_channel_domain`.`sales_channel_id` IN (?))
Parameters:
[
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
]
14 0.24 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.37 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.26 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.29 ms
# base-context-factory::country::read
SELECT `country`.`id` as `country.id`, `country`.`iso` as `country.iso`, `country`.`position` as `country.position`, `country`.`active` as `country.active`, `country`.`shipping_available` as `country.shippingAvailable`, `country`.`iso3` as `country.iso3`, `country`.`display_state_in_registration` as `country.displayStateInRegistration`, `country`.`force_state_in_registration` as `country.forceStateInRegistration`, `country`.`check_vat_id_pattern` as `country.checkVatIdPattern`, `country`.`vat_id_required` as `country.vatIdRequired`, `country`.`vat_id_pattern` as `country.vatIdPattern`, `country`.`customer_tax` as `country.customerTax`, `country`.`company_tax` as `country.companyTax`, `country`.`postal_code_required` as `country.postalCodeRequired`, `country`.`check_postal_code_pattern` as `country.checkPostalCodePattern`, `country`.`check_advanced_postal_code_pattern` as `country.checkAdvancedPostalCodePattern`, `country`.`advanced_postal_code_pattern` as `country.advancedPostalCodePattern`, `country`.`default_postal_code_pattern` as `country.defaultPostalCodePattern`, `country`.`is_eu` as `country.isEu`, `country`.`created_at` as `country.createdAt`, `country`.`updated_at` as `country.updatedAt`, `country.translation.name`, `country.translation.name` as `country.name`, `country.translation.addressFormat`, `country.translation.addressFormat` as `country.addressFormat`, `country.translation.customFields`, `country.translation.customFields` as `country.customFields` FROM `country` LEFT JOIN (SELECT `country.translation`.`country_id`, `country.translation`.`name` as `country.translation.name`, `country.translation`.`custom_fields` as `country.translation.customFields`, `country.translation`.`address_format` as `country.translation.addressFormat` FROM `country_translation` `country.translation` WHERE `country.translation`.`language_id` = ?) `country.country_translation` ON `country.country_translation`.`country_id` = `country`.`id` WHERE `country`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"¡×[¶&ÙNc‡öº\x12—•+)"
]
18 0.26 ms
# base-context-factory::customer-group::read
SELECT `customer_group`.`id` as `customer_group.id`, `customer_group`.`display_gross` as `customer_group.displayGross`, `customer_group`.`registration_active` as `customer_group.registrationActive`, `customer_group`.`created_at` as `customer_group.createdAt`, `customer_group`.`updated_at` as `customer_group.updatedAt`, `customer_group.translation.name`, `customer_group.translation.name` as `customer_group.name`, `customer_group.translation.registrationTitle`, `customer_group.translation.registrationTitle` as `customer_group.registrationTitle`, `customer_group.translation.registrationIntroduction`, `customer_group.translation.registrationIntroduction` as `customer_group.registrationIntroduction`, `customer_group.translation.registrationOnlyCompanyRegistration`, `customer_group.translation.registrationOnlyCompanyRegistration` as `customer_group.registrationOnlyCompanyRegistration`, `customer_group.translation.registrationSeoMetaDescription`, `customer_group.translation.registrationSeoMetaDescription` as `customer_group.registrationSeoMetaDescription`, `customer_group.translation.customFields`, `customer_group.translation.customFields` as `customer_group.customFields` FROM `customer_group` LEFT JOIN (SELECT `customer_group.translation`.`customer_group_id`, `customer_group.translation`.`name` as `customer_group.translation.name`, `customer_group.translation`.`custom_fields` as `customer_group.translation.customFields`, `customer_group.translation`.`registration_title` as `customer_group.translation.registrationTitle`, `customer_group.translation`.`registration_introduction` as `customer_group.translation.registrationIntroduction`, `customer_group.translation`.`registration_only_company_registration` as `customer_group.translation.registrationOnlyCompanyRegistration`, `customer_group.translation`.`registration_seo_meta_description` as `customer_group.translation.registrationSeoMetaDescription` FROM `customer_group_translation` `customer_group.translation` WHERE `customer_group.translation`.`language_id` = ?) `customer_group.customer_group_translation` ON `customer_group.customer_group_translation`.`customer_group_id` = `customer_group`.`id` WHERE `customer_group`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"¤¢P\x18ËìAÏ¡╩\x10┘O╚¢Í"
]
19 0.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.47 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.52 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.72 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.22 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.28 ms
#cart-persister::load
            SELECT `cart`.`payload`, `cart`.`rule_ids`, `cart`.`compressed` FROM cart WHERE `token` = ?
Parameters:
[
  "7J3j6rB2LionPyuxCShws4TYExaZRxa1"
]
25 0.31 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.50 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.25 ms
# app-scripts::refresh::search-ids
SELECT `app`.`id` FROM `app` WHERE (`app`.`active` = ? AND `app`.`self_managed` = ?)
Parameters:
[
  true
  false
]
28 0.49 ms
SELECT `app`.`id` as `app.id`, `app`.`name` as `app.name`, `app`.`path` as `app.path`, `app`.`author` as `app.author`, `app`.`copyright` as `app.copyright`, `app`.`license` as `app.license`, `app`.`active` as `app.active`, `app`.`configurable` as `app.configurable`, `app`.`privacy` as `app.privacy`, `app`.`version` as `app.version`, `app`.`icon` as `app.iconRaw`, `app`.`app_secret` as `app.appSecret`, `app`.`modules` as `app.modules`, `app`.`main_module` as `app.mainModule`, `app`.`cookies` as `app.cookies`, `app`.`allow_disable` as `app.allowDisable`, `app`.`base_app_url` as `app.baseAppUrl`, `app`.`allowed_hosts` as `app.allowedHosts`, `app`.`template_load_priority` as `app.templateLoadPriority`, `app`.`checkout_gateway_url` as `app.checkoutGatewayUrl`, `app`.`in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl`, `app`.`source_type` as `app.sourceType`, `app`.`source_config` as `app.sourceConfig`, `app`.`self_managed` as `app.selfManaged`, `app`.`integration_id` as `app.integrationId`, `app.integration`.`id` as `app.integration.id`, `app.integration`.`label` as `app.integration.label`, `app.integration`.`access_key` as `app.integration.accessKey`, `app.integration`.`secret_access_key` as `app.integration.secretAccessKey`, `app.integration`.`last_usage_at` as `app.integration.lastUsageAt`, `app.integration`.`admin` as `app.integration.admin`, `app.integration`.`custom_fields` as `app.integration.customFields`, `app.integration`.`deleted_at` as `app.integration.deletedAt`, `app.integration`.`created_at` as `app.integration.createdAt`, `app.integration`.`updated_at` as `app.integration.updatedAt`, `app`.`acl_role_id` as `app.aclRoleId`, `app.aclRole`.`id` as `app.aclRole.id`, `app.aclRole`.`name` as `app.aclRole.name`, `app.aclRole`.`description` as `app.aclRole.description`, `app.aclRole`.`privileges` as `app.aclRole.privileges`, `app.aclRole`.`deleted_at` as `app.aclRole.deletedAt`, `app.aclRole`.`created_at` as `app.aclRole.createdAt`, `app.aclRole`.`updated_at` as `app.aclRole.updatedAt`, `app`.`created_at` as `app.createdAt`, `app`.`updated_at` as `app.updatedAt`, `app.translation.label`, `app.translation.label` as `app.label`, `app.translation.description`, `app.translation.description` as `app.description`, `app.translation.privacyPolicyExtensions`, `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions`, `app.translation.customFields`, `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app`.`integration_id` = `app.integration`.`id` LEFT JOIN `acl_role` `app.aclRole` ON `app`.`acl_role_id` = `app.aclRole`.`id` LEFT JOIN (SELECT `app.translation`.`app_id`, `app.translation`.`label` as `app.translation.label`, `app.translation`.`description` as `app.translation.description`, `app.translation`.`privacy_policy_extensions` as `app.translation.privacyPolicyExtensions`, `app.translation`.`custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation`.`language_id` = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` WHERE `app`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01˜Ð \x06[p»¹á\f-¦²*C"
]
29 0.26 ms
SELECT `script`.`id` as `script.id`, `script`.`script` as `script.script`, `script`.`hook` as `script.hook`, `script`.`name` as `script.name`, `script`.`active` as `script.active`, `script`.`app_id` as `script.appId`, `script`.`created_at` as `script.createdAt`, `script`.`updated_at` as `script.updatedAt` FROM `script` WHERE (`script`.`app_id` IN (?))
Parameters:
[
  b"\x01˜Ð \x06[p»¹á\f-¦²*C"
]
30 0.42 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.19 ms
SELECT `script`.`id` as `script.id`, `script`.`script` as `script.script`, `script`.`hook` as `script.hook`, `script`.`name` as `script.name`, `script`.`active` as `script.active`, `script`.`app_id` as `script.appId`, `script`.`created_at` as `script.createdAt`, `script`.`updated_at` as `script.updatedAt` FROM `script` WHERE (`script`.`app_id` IN (?))
Parameters:
[
  b"\x01˜Ð %Ærº¢¼DWR«3~"
]
32 0.29 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.15 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.59 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.42 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.12 ms
# header::navigation::read
SELECT `category`.`id` as `category.id`, `category`.`version_id` as `category.versionId`, `category`.`parent_id` as `category.parentId`, `category`.`parent_version_id` as `category.parentVersionId`, `category`.`after_category_id` as `category.afterCategoryId`, `category`.`after_category_version_id` as `category.afterCategoryVersionId`, `category`.`media_id` as `category.mediaId`, `category`.`display_nested_products` as `category.displayNestedProducts`, `category`.`auto_increment` as `category.autoIncrement`, `category`.`level` as `category.level`, `category`.`path` as `category.path`, `category`.`child_count` as `category.childCount`, `category`.`type` as `category.type`, `category`.`product_assignment_type` as `category.productAssignmentType`, `category`.`visible` as `category.visible`, `category`.`active` as `category.active`, `category`.`cms_page_id` as `category.cmsPageId`, `category`.`cms_page_version_id` as `category.cmsPageVersionId`, `category`.`product_stream_id` as `category.productStreamId`, `category`.`custom_entity_type_id` as `category.customEntityTypeId`, `category`.`created_at` as `category.createdAt`, `category`.`updated_at` as `category.updatedAt`, `category.media`.`id` as `category.media.id`, `category.media`.`user_id` as `category.media.userId`, `category.media`.`media_folder_id` as `category.media.mediaFolderId`, `category.media`.`mime_type` as `category.media.mimeType`, `category.media`.`file_extension` as `category.media.fileExtension`, `category.media`.`uploaded_at` as `category.media.uploadedAt`, `category.media`.`file_name` as `category.media.fileName`, `category.media`.`file_size` as `category.media.fileSize`, `category.media`.`media_type` as `category.media.mediaTypeRaw`, `category.media`.`meta_data` as `category.media.metaData`, `category.media`.`config` as `category.media.config`, `category.media`.`path` as `category.media.path`, `category.media`.`private` as `category.media.private`, `category.media`.`thumbnails_ro` as `category.media.thumbnailsRo`, `category.media`.`created_at` as `category.media.createdAt`, `category.media`.`updated_at` as `category.media.updatedAt`, `category.media.translation.title`, `category.media.translation.title` as `category.media.title`, `category.media.translation.alt`, `category.media.translation.alt` as `category.media.alt`, `category.media.translation.customFields`, `category.media.translation.customFields` as `category.media.customFields`, `category.translation.name`, `category.translation.name` as `category.name`, `category.translation.breadcrumb`, `category.translation.breadcrumb` as `category.breadcrumb`, `category.translation.slotConfig`, `category.translation.slotConfig` as `category.slotConfig`, `category.translation.linkType`, `category.translation.linkType` as `category.linkType`, `category.translation.internalLink`, `category.translation.internalLink` as `category.internalLink`, `category.translation.externalLink`, `category.translation.externalLink` as `category.externalLink`, `category.translation.linkNewTab`, `category.translation.linkNewTab` as `category.linkNewTab`, `category.translation.description`, `category.translation.description` as `category.description`, `category.translation.metaTitle`, `category.translation.metaTitle` as `category.metaTitle`, `category.translation.metaDescription`, `category.translation.metaDescription` as `category.metaDescription`, `category.translation.keywords`, `category.translation.keywords` as `category.keywords`, `category.translation.customFields`, `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category`.`media_id` = `category.media`.`id` LEFT JOIN (SELECT `category.translation`.`category_id`, `category.translation`.`category_version_id`, `category.translation`.`breadcrumb` as `category.translation.breadcrumb`, `category.translation`.`name` as `category.translation.name`, `category.translation`.`custom_fields` as `category.translation.customFields`, `category.translation`.`slot_config` as `category.translation.slotConfig`, `category.translation`.`link_type` as `category.translation.linkType`, `category.translation`.`internal_link` as `category.translation.internalLink`, `category.translation`.`external_link` as `category.translation.externalLink`, `category.translation`.`link_new_tab` as `category.translation.linkNewTab`, `category.translation`.`description` as `category.translation.description`, `category.translation`.`meta_title` as `category.translation.metaTitle`, `category.translation`.`meta_description` as `category.translation.metaDescription`, `category.translation`.`keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation`.`language_id` = ?) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.`category_version_id` = `category`.`version_id` LEFT JOIN (SELECT `category.media.translation`.`media_id`, `category.media.translation`.`alt` as `category.media.translation.alt`, `category.media.translation`.`title` as `category.media.translation.title`, `category.media.translation`.`custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation`.`language_id` = ?) `category.media.media_translation` ON `category.media.media_translation`.`media_id` = `category.media`.`id` WHERE (`category`.`version_id` = ?) AND ((`category`.`path` LIKE ? AND (`category`.`level` > ? AND `category`.`level` <= ?)))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  "%|79a36140a28a4ce6ac6d0e2ced062741|%"
  1
  12
]
38 0.57 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.51 ms
# header::navigation::read
SELECT `category`.`id` as `category.id`, `category`.`version_id` as `category.versionId`, `category`.`parent_id` as `category.parentId`, `category`.`parent_version_id` as `category.parentVersionId`, `category`.`after_category_id` as `category.afterCategoryId`, `category`.`after_category_version_id` as `category.afterCategoryVersionId`, `category`.`media_id` as `category.mediaId`, `category`.`display_nested_products` as `category.displayNestedProducts`, `category`.`auto_increment` as `category.autoIncrement`, `category`.`level` as `category.level`, `category`.`path` as `category.path`, `category`.`child_count` as `category.childCount`, `category`.`type` as `category.type`, `category`.`product_assignment_type` as `category.productAssignmentType`, `category`.`visible` as `category.visible`, `category`.`active` as `category.active`, `category`.`cms_page_id` as `category.cmsPageId`, `category`.`cms_page_version_id` as `category.cmsPageVersionId`, `category`.`product_stream_id` as `category.productStreamId`, `category`.`custom_entity_type_id` as `category.customEntityTypeId`, `category`.`created_at` as `category.createdAt`, `category`.`updated_at` as `category.updatedAt`, `category.media`.`id` as `category.media.id`, `category.media`.`user_id` as `category.media.userId`, `category.media`.`media_folder_id` as `category.media.mediaFolderId`, `category.media`.`mime_type` as `category.media.mimeType`, `category.media`.`file_extension` as `category.media.fileExtension`, `category.media`.`uploaded_at` as `category.media.uploadedAt`, `category.media`.`file_name` as `category.media.fileName`, `category.media`.`file_size` as `category.media.fileSize`, `category.media`.`media_type` as `category.media.mediaTypeRaw`, `category.media`.`meta_data` as `category.media.metaData`, `category.media`.`config` as `category.media.config`, `category.media`.`path` as `category.media.path`, `category.media`.`private` as `category.media.private`, `category.media`.`thumbnails_ro` as `category.media.thumbnailsRo`, `category.media`.`created_at` as `category.media.createdAt`, `category.media`.`updated_at` as `category.media.updatedAt`, `category.media.translation.title`, `category.media.translation.title` as `category.media.title`, `category.media.translation.alt`, `category.media.translation.alt` as `category.media.alt`, `category.media.translation.customFields`, `category.media.translation.customFields` as `category.media.customFields`, `category.translation.name`, `category.translation.name` as `category.name`, `category.translation.breadcrumb`, `category.translation.breadcrumb` as `category.breadcrumb`, `category.translation.slotConfig`, `category.translation.slotConfig` as `category.slotConfig`, `category.translation.linkType`, `category.translation.linkType` as `category.linkType`, `category.translation.internalLink`, `category.translation.internalLink` as `category.internalLink`, `category.translation.externalLink`, `category.translation.externalLink` as `category.externalLink`, `category.translation.linkNewTab`, `category.translation.linkNewTab` as `category.linkNewTab`, `category.translation.description`, `category.translation.description` as `category.description`, `category.translation.metaTitle`, `category.translation.metaTitle` as `category.metaTitle`, `category.translation.metaDescription`, `category.translation.metaDescription` as `category.metaDescription`, `category.translation.keywords`, `category.translation.keywords` as `category.keywords`, `category.translation.customFields`, `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category`.`media_id` = `category.media`.`id` LEFT JOIN (SELECT `category.translation`.`category_id`, `category.translation`.`category_version_id`, `category.translation`.`breadcrumb` as `category.translation.breadcrumb`, `category.translation`.`name` as `category.translation.name`, `category.translation`.`custom_fields` as `category.translation.customFields`, `category.translation`.`slot_config` as `category.translation.slotConfig`, `category.translation`.`link_type` as `category.translation.linkType`, `category.translation`.`internal_link` as `category.translation.internalLink`, `category.translation`.`external_link` as `category.translation.externalLink`, `category.translation`.`link_new_tab` as `category.translation.linkNewTab`, `category.translation`.`description` as `category.translation.description`, `category.translation`.`meta_title` as `category.translation.metaTitle`, `category.translation`.`meta_description` as `category.translation.metaDescription`, `category.translation`.`keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation`.`language_id` = ?) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.`category_version_id` = `category`.`version_id` LEFT JOIN (SELECT `category.media.translation`.`media_id`, `category.media.translation`.`alt` as `category.media.translation.alt`, `category.media.translation`.`title` as `category.media.translation.title`, `category.media.translation`.`custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation`.`language_id` = ?) `category.media.media_translation` ON `category.media.media_translation`.`media_id` = `category.media`.`id` WHERE (`category`.`version_id` = ?) AND (`category`.`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.71 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.34 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.25 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.25 ms
# navigation-route::meta-information
            SELECT LOWER(HEX(`id`)), `path`, `level`
            FROM `category`
            WHERE `id` = ? OR `parent_id` = ? OR `id` = ?
Parameters:
[
  b"Ý£ì_Û€B¬¸øÈA÷\x0Eþ‹"
  b"Ý£ì_Û€B¬¸øÈA÷\x0Eþ‹"
  b"Ý£ì_Û€B¬¸øÈA÷\x0Eþ‹"
]
45 1.57 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.79 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.41 ms
# header::navigation::read
SELECT `category`.`id` as `category.id`, `category`.`version_id` as `category.versionId`, `category`.`parent_id` as `category.parentId`, `category`.`parent_version_id` as `category.parentVersionId`, `category`.`after_category_id` as `category.afterCategoryId`, `category`.`after_category_version_id` as `category.afterCategoryVersionId`, `category`.`media_id` as `category.mediaId`, `category`.`display_nested_products` as `category.displayNestedProducts`, `category`.`auto_increment` as `category.autoIncrement`, `category`.`level` as `category.level`, `category`.`path` as `category.path`, `category`.`child_count` as `category.childCount`, `category`.`type` as `category.type`, `category`.`product_assignment_type` as `category.productAssignmentType`, `category`.`visible` as `category.visible`, `category`.`active` as `category.active`, `category`.`cms_page_id` as `category.cmsPageId`, `category`.`cms_page_version_id` as `category.cmsPageVersionId`, `category`.`product_stream_id` as `category.productStreamId`, `category`.`custom_entity_type_id` as `category.customEntityTypeId`, `category`.`created_at` as `category.createdAt`, `category`.`updated_at` as `category.updatedAt`, `category.media`.`id` as `category.media.id`, `category.media`.`user_id` as `category.media.userId`, `category.media`.`media_folder_id` as `category.media.mediaFolderId`, `category.media`.`mime_type` as `category.media.mimeType`, `category.media`.`file_extension` as `category.media.fileExtension`, `category.media`.`uploaded_at` as `category.media.uploadedAt`, `category.media`.`file_name` as `category.media.fileName`, `category.media`.`file_size` as `category.media.fileSize`, `category.media`.`media_type` as `category.media.mediaTypeRaw`, `category.media`.`meta_data` as `category.media.metaData`, `category.media`.`config` as `category.media.config`, `category.media`.`path` as `category.media.path`, `category.media`.`private` as `category.media.private`, `category.media`.`thumbnails_ro` as `category.media.thumbnailsRo`, `category.media`.`created_at` as `category.media.createdAt`, `category.media`.`updated_at` as `category.media.updatedAt`, `category.media.translation.title`, `category.media.translation.title` as `category.media.title`, `category.media.translation.alt`, `category.media.translation.alt` as `category.media.alt`, `category.media.translation.customFields`, `category.media.translation.customFields` as `category.media.customFields`, `category.translation.name`, `category.translation.name` as `category.name`, `category.translation.breadcrumb`, `category.translation.breadcrumb` as `category.breadcrumb`, `category.translation.slotConfig`, `category.translation.slotConfig` as `category.slotConfig`, `category.translation.linkType`, `category.translation.linkType` as `category.linkType`, `category.translation.internalLink`, `category.translation.internalLink` as `category.internalLink`, `category.translation.externalLink`, `category.translation.externalLink` as `category.externalLink`, `category.translation.linkNewTab`, `category.translation.linkNewTab` as `category.linkNewTab`, `category.translation.description`, `category.translation.description` as `category.description`, `category.translation.metaTitle`, `category.translation.metaTitle` as `category.metaTitle`, `category.translation.metaDescription`, `category.translation.metaDescription` as `category.metaDescription`, `category.translation.keywords`, `category.translation.keywords` as `category.keywords`, `category.translation.customFields`, `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category`.`media_id` = `category.media`.`id` LEFT JOIN (SELECT `category.translation`.`category_id`, `category.translation`.`category_version_id`, `category.translation`.`breadcrumb` as `category.translation.breadcrumb`, `category.translation`.`name` as `category.translation.name`, `category.translation`.`custom_fields` as `category.translation.customFields`, `category.translation`.`slot_config` as `category.translation.slotConfig`, `category.translation`.`link_type` as `category.translation.linkType`, `category.translation`.`internal_link` as `category.translation.internalLink`, `category.translation`.`external_link` as `category.translation.externalLink`, `category.translation`.`link_new_tab` as `category.translation.linkNewTab`, `category.translation`.`description` as `category.translation.description`, `category.translation`.`meta_title` as `category.translation.metaTitle`, `category.translation`.`meta_description` as `category.translation.metaDescription`, `category.translation`.`keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation`.`language_id` = ?) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.`category_version_id` = `category`.`version_id` LEFT JOIN (SELECT `category.media.translation`.`media_id`, `category.media.translation`.`alt` as `category.media.translation.alt`, `category.media.translation`.`title` as `category.media.translation.title`, `category.media.translation`.`custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation`.`language_id` = ?) `category.media.media_translation` ON `category.media.media_translation`.`media_id` = `category.media`.`id` WHERE (`category`.`version_id` = ?) AND (`category`.`id` IN (?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"Ý£ì_Û€B¬¸øÈA÷\x0Eþ‹"
]
48 0.47 ms
# footer-pagelet::payment-methods::search-ids
SELECT `payment_method`.`id` FROM `payment_method` LEFT JOIN `sales_channel_payment_method` `payment_method.salesChannels.mapping` ON `payment_method`.`id` = `payment_method.salesChannels.mapping`.`payment_method_id`  LEFT JOIN `sales_channel` `payment_method.salesChannels` ON `payment_method.salesChannels.mapping`.`sales_channel_id` = `payment_method.salesChannels`.`id`  WHERE (`payment_method`.`active` = ? AND `payment_method.salesChannels`.`id` = ?) GROUP BY `payment_method`.`id` ORDER BY MIN(`payment_method`.`position`) ASC
Parameters:
[
  true
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
]
49 0.59 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.35 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.54 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.27 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.17 ms
SELECT `handler_identifier`, LOWER(HEX(`id`)) FROM `payment_method`
Parameters:
[]
54 0.18 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.15 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.60 ms
# category::data::read
SELECT `category`.`id` as `category.id`, `category`.`version_id` as `category.versionId`, `category`.`parent_id` as `category.parentId`, `category`.`parent_version_id` as `category.parentVersionId`, `category`.`after_category_id` as `category.afterCategoryId`, `category`.`after_category_version_id` as `category.afterCategoryVersionId`, `category`.`media_id` as `category.mediaId`, `category`.`display_nested_products` as `category.displayNestedProducts`, `category`.`auto_increment` as `category.autoIncrement`, `category`.`level` as `category.level`, `category`.`path` as `category.path`, `category`.`child_count` as `category.childCount`, `category`.`type` as `category.type`, `category`.`product_assignment_type` as `category.productAssignmentType`, `category`.`visible` as `category.visible`, `category`.`active` as `category.active`, `category`.`cms_page_id` as `category.cmsPageId`, `category`.`cms_page_version_id` as `category.cmsPageVersionId`, `category`.`product_stream_id` as `category.productStreamId`, `category`.`custom_entity_type_id` as `category.customEntityTypeId`, `category`.`created_at` as `category.createdAt`, `category`.`updated_at` as `category.updatedAt`, `category.media`.`id` as `category.media.id`, `category.media`.`user_id` as `category.media.userId`, `category.media`.`media_folder_id` as `category.media.mediaFolderId`, `category.media`.`mime_type` as `category.media.mimeType`, `category.media`.`file_extension` as `category.media.fileExtension`, `category.media`.`uploaded_at` as `category.media.uploadedAt`, `category.media`.`file_name` as `category.media.fileName`, `category.media`.`file_size` as `category.media.fileSize`, `category.media`.`media_type` as `category.media.mediaTypeRaw`, `category.media`.`meta_data` as `category.media.metaData`, `category.media`.`config` as `category.media.config`, `category.media`.`path` as `category.media.path`, `category.media`.`private` as `category.media.private`, `category.media`.`thumbnails_ro` as `category.media.thumbnailsRo`, `category.media`.`created_at` as `category.media.createdAt`, `category.media`.`updated_at` as `category.media.updatedAt`, `category.media.translation.title`, `category.media.translation.title` as `category.media.title`, `category.media.translation.alt`, `category.media.translation.alt` as `category.media.alt`, `category.media.translation.customFields`, `category.media.translation.customFields` as `category.media.customFields`, `category.translation.name`, `category.translation.name` as `category.name`, `category.translation.breadcrumb`, `category.translation.breadcrumb` as `category.breadcrumb`, `category.translation.slotConfig`, `category.translation.slotConfig` as `category.slotConfig`, `category.translation.linkType`, `category.translation.linkType` as `category.linkType`, `category.translation.internalLink`, `category.translation.internalLink` as `category.internalLink`, `category.translation.externalLink`, `category.translation.externalLink` as `category.externalLink`, `category.translation.linkNewTab`, `category.translation.linkNewTab` as `category.linkNewTab`, `category.translation.description`, `category.translation.description` as `category.description`, `category.translation.metaTitle`, `category.translation.metaTitle` as `category.metaTitle`, `category.translation.metaDescription`, `category.translation.metaDescription` as `category.metaDescription`, `category.translation.keywords`, `category.translation.keywords` as `category.keywords`, `category.translation.customFields`, `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category`.`media_id` = `category.media`.`id` LEFT JOIN (SELECT `category.translation`.`category_id`, `category.translation`.`category_version_id`, `category.translation`.`breadcrumb` as `category.translation.breadcrumb`, `category.translation`.`name` as `category.translation.name`, `category.translation`.`custom_fields` as `category.translation.customFields`, `category.translation`.`slot_config` as `category.translation.slotConfig`, `category.translation`.`link_type` as `category.translation.linkType`, `category.translation`.`internal_link` as `category.translation.internalLink`, `category.translation`.`external_link` as `category.translation.externalLink`, `category.translation`.`link_new_tab` as `category.translation.linkNewTab`, `category.translation`.`description` as `category.translation.description`, `category.translation`.`meta_title` as `category.translation.metaTitle`, `category.translation`.`meta_description` as `category.translation.metaDescription`, `category.translation`.`keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation`.`language_id` = ?) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.`category_version_id` = `category`.`version_id` LEFT JOIN (SELECT `category.media.translation`.`media_id`, `category.media.translation`.`alt` as `category.media.translation.alt`, `category.media.translation`.`title` as `category.media.translation.title`, `category.media.translation`.`custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation`.`language_id` = ?) `category.media.media_translation` ON `category.media.media_translation`.`media_id` = `category.media`.`id` WHERE (`category`.`version_id` = ?) AND (`category`.`id` IN (?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
]
58 0.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.60 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.27 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.31 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.67 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.19 ms
SELECT `name`, `type` FROM `custom_field` WHERE `active` = 1
Parameters:
[]
66 610.50 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.75 ms
SELECT `product`.`id` as `product.id`, `product`.`version_id` as `product.versionId`, `product`.`parent_id` as `product.parentId`, `product`.`parent_version_id` as `product.parentVersionId`, COALESCE(`product`.`product_manufacturer_id`, `product.parent`.`product_manufacturer_id`) as `product.manufacturerId`, COALESCE(`product`.`product_manufacturer_version_id`, `product.parent`.`product_manufacturer_version_id`) as `product.productManufacturerVersionId`, COALESCE(`product`.`unit_id`, `product.parent`.`unit_id`) as `product.unitId`, COALESCE(`product`.`tax_id`, `product.parent`.`tax_id`) as `product.taxId`, COALESCE(`product`.`product_media_id`, `product.parent`.`product_media_id`) as `product.coverId`, COALESCE(`product`.`product_media_version_id`, `product.parent`.`product_media_version_id`) as `product.productMediaVersionId`, COALESCE(`product`.`delivery_time_id`, `product.parent`.`delivery_time_id`) as `product.deliveryTimeId`, COALESCE(`product`.`product_feature_set_id`, `product.parent`.`product_feature_set_id`) as `product.featureSetId`, COALESCE(`product`.`canonical_product_id`, `product.parent`.`canonical_product_id`) as `product.canonicalProductId`, COALESCE(`product`.`canonical_product_version_id`, `product.parent`.`canonical_product_version_id`) as `product.canonicalProductVersionId`, COALESCE(`product`.`cms_page_id`, `product.parent`.`cms_page_id`) as `product.cmsPageId`, COALESCE(`product`.`cms_page_version_id`, `product.parent`.`cms_page_version_id`) as `product.cmsPageVersionId`, `product.parent`.`price` as `product.price.inherited`, COALESCE(`product`.`price`, `product.parent`.`price`) as `product.price`, `product`.`product_number` as `product.productNumber`, COALESCE(`product`.`restock_time`, `product.parent`.`restock_time`) as `product.restockTime`, `product`.`auto_increment` as `product.autoIncrement`, COALESCE(`product`.`active`, `product.parent`.`active`) as `product.active`, `product`.`available` as `product.available`, COALESCE(`product`.`is_closeout`, `product.parent`.`is_closeout`) as `product.isCloseout`, `product`.`available_stock` as `product.availableStock`, `product`.`stock` as `product.stock`, `product`.`display_group` as `product.displayGroup`, `product.parent`.`variant_listing_config` as `product.variantListingConfig.inherited`, COALESCE(`product`.`variant_listing_config`, `product.parent`.`variant_listing_config`) as `product.variantListingConfig`, `product`.`variant_restrictions` as `product.variantRestrictions`, COALESCE(`product`.`manufacturer_number`, `product.parent`.`manufacturer_number`) as `product.manufacturerNumber`, COALESCE(`product`.`ean`, `product.parent`.`ean`) as `product.ean`, COALESCE(`product`.`purchase_steps`, `product.parent`.`purchase_steps`) as `product.purchaseSteps`, COALESCE(`product`.`max_purchase`, `product.parent`.`max_purchase`) as `product.maxPurchase`, COALESCE(`product`.`min_purchase`, `product.parent`.`min_purchase`) as `product.minPurchase`, COALESCE(`product`.`purchase_unit`, `product.parent`.`purchase_unit`) as `product.purchaseUnit`, COALESCE(`product`.`reference_unit`, `product.parent`.`reference_unit`) as `product.referenceUnit`, COALESCE(`product`.`shipping_free`, `product.parent`.`shipping_free`) as `product.shippingFree`, `product.parent`.`purchase_prices` as `product.purchasePrices.inherited`, COALESCE(`product`.`purchase_prices`, `product.parent`.`purchase_prices`) as `product.purchasePrices`, COALESCE(`product`.`mark_as_topseller`, `product.parent`.`mark_as_topseller`) as `product.markAsTopseller`, COALESCE(`product`.`weight`, `product.parent`.`weight`) as `product.weight`, COALESCE(`product`.`width`, `product.parent`.`width`) as `product.width`, COALESCE(`product`.`height`, `product.parent`.`height`) as `product.height`, COALESCE(`product`.`length`, `product.parent`.`length`) as `product.length`, COALESCE(`product`.`release_date`, `product.parent`.`release_date`) as `product.releaseDate`, COALESCE(`product`.`rating_average`, `product.parent`.`rating_average`) as `product.ratingAverage`, `product.parent`.`category_tree` as `product.categoryTree.inherited`, COALESCE(`product`.`category_tree`, `product.parent`.`category_tree`) as `product.categoryTree`, `product.parent`.`property_ids` as `product.propertyIds.inherited`, COALESCE(`product`.`property_ids`, `product.parent`.`property_ids`) as `product.propertyIds`, `product.parent`.`option_ids` as `product.optionIds.inherited`, COALESCE(`product`.`option_ids`, `product.parent`.`option_ids`) as `product.optionIds`, `product.parent`.`stream_ids` as `product.streamIds.inherited`, COALESCE(`product`.`stream_ids`, `product.parent`.`stream_ids`) as `product.streamIds`, `product.parent`.`tag_ids` as `product.tagIds.inherited`, COALESCE(`product`.`tag_ids`, `product.parent`.`tag_ids`) as `product.tagIds`, `product.parent`.`category_ids` as `product.categoryIds.inherited`, COALESCE(`product`.`category_ids`, `product.parent`.`category_ids`) as `product.categoryIds`, `product`.`child_count` as `product.childCount`, COALESCE(`product`.`custom_field_set_selection_active`, `product.parent`.`custom_field_set_selection_active`) as `product.customFieldSetSelectionActive`, `product`.`sales` as `product.sales`, `product`.`states` as `product.states`, `product.tax`.`id` as `product.tax.id`, `product.tax`.`tax_rate` as `product.tax.taxRate`, `product.tax`.`name` as `product.tax.name`, `product.tax`.`position` as `product.tax.position`, `product.tax`.`custom_fields` as `product.tax.customFields`, `product.tax`.`created_at` as `product.tax.createdAt`, `product.tax`.`updated_at` as `product.tax.updatedAt`, `product.parent`.`cheapest_price` as `product.cheapestPrice.inherited`, COALESCE(`product`.`cheapest_price`, `product.parent`.`cheapest_price`) as `product.cheapestPrice`, `product`.`created_at` as `product.createdAt`, `product`.`updated_at` as `product.updatedAt`, (SELECT GROUP_CONCAT(HEX(`product.options.mapping`.`property_group_option_id`) SEPARATOR '||')
                  FROM `product_option` `product.options.mapping`
                  WHERE `product.options.mapping`.`product_id` = `product`.`id` ) as `product.options.id_mapping`, `product.manufacturer`.`id` as `product.manufacturer.id`, `product.manufacturer`.`version_id` as `product.manufacturer.versionId`, `product.manufacturer`.`media_id` as `product.manufacturer.mediaId`, `product.manufacturer`.`link` as `product.manufacturer.link`, `product.manufacturer`.`created_at` as `product.manufacturer.createdAt`, `product.manufacturer`.`updated_at` as `product.manufacturer.updatedAt`, `product.manufacturer.translation.name`, `product.manufacturer.translation.name` as `product.manufacturer.name`, `product.manufacturer.translation.description`, `product.manufacturer.translation.description` as `product.manufacturer.description`, `product.manufacturer.translation.customFields`, `product.manufacturer.translation.customFields` as `product.manufacturer.customFields`, `product.unit`.`id` as `product.unit.id`, `product.unit`.`created_at` as `product.unit.createdAt`, `product.unit`.`updated_at` as `product.unit.updatedAt`, `product.unit.translation.shortCode`, `product.unit.translation.shortCode` as `product.unit.shortCode`, `product.unit.translation.name`, `product.unit.translation.name` as `product.unit.name`, `product.unit.translation.customFields`, `product.unit.translation.customFields` as `product.unit.customFields`, `product.deliveryTime`.`id` as `product.deliveryTime.id`, `product.deliveryTime`.`min` as `product.deliveryTime.min`, `product.deliveryTime`.`max` as `product.deliveryTime.max`, `product.deliveryTime`.`unit` as `product.deliveryTime.unit`, `product.deliveryTime`.`created_at` as `product.deliveryTime.createdAt`, `product.deliveryTime`.`updated_at` as `product.deliveryTime.updatedAt`, `product.deliveryTime.translation.name`, `product.deliveryTime.translation.name` as `product.deliveryTime.name`, `product.deliveryTime.translation.customFields`, `product.deliveryTime.translation.customFields` as `product.deliveryTime.customFields`, `product.cover`.`id` as `product.cover.id`, `product.cover`.`version_id` as `product.cover.versionId`, `product.cover`.`product_id` as `product.cover.productId`, `product.cover`.`product_version_id` as `product.cover.productVersionId`, `product.cover`.`media_id` as `product.cover.mediaId`, `product.cover`.`position` as `product.cover.position`, `product.cover.media`.`id` as `product.cover.media.id`, `product.cover.media`.`user_id` as `product.cover.media.userId`, `product.cover.media`.`media_folder_id` as `product.cover.media.mediaFolderId`, `product.cover.media`.`mime_type` as `product.cover.media.mimeType`, `product.cover.media`.`file_extension` as `product.cover.media.fileExtension`, `product.cover.media`.`uploaded_at` as `product.cover.media.uploadedAt`, `product.cover.media`.`file_name` as `product.cover.media.fileName`, `product.cover.media`.`file_size` as `product.cover.media.fileSize`, `product.cover.media`.`media_type` as `product.cover.media.mediaTypeRaw`, `product.cover.media`.`meta_data` as `product.cover.media.metaData`, `product.cover.media`.`config` as `product.cover.media.config`, `product.cover.media`.`path` as `product.cover.media.path`, `product.cover.media`.`private` as `product.cover.media.private`, `product.cover.media`.`thumbnails_ro` as `product.cover.media.thumbnailsRo`, `product.cover.media`.`created_at` as `product.cover.media.createdAt`, `product.cover.media`.`updated_at` as `product.cover.media.updatedAt`, `product.cover.media.translation.title`, `product.cover.media.translation.title` as `product.cover.media.title`, `product.cover.media.translation.alt`, `product.cover.media.translation.alt` as `product.cover.media.alt`, `product.cover.media.translation.customFields`, `product.cover.media.translation.customFields` as `product.cover.media.customFields`, `product.cover`.`custom_fields` as `product.cover.customFields`, `product.cover`.`created_at` as `product.cover.createdAt`, `product.cover`.`updated_at` as `product.cover.updatedAt`, `product.translation.metaDescription`, `product.parent.translation.metaDescription`, COALESCE(`product.translation.metaDescription`,`product.parent.translation.metaDescription`) as `product.metaDescription`, `product.translation.name`, `product.parent.translation.name`, COALESCE(`product.translation.name`,`product.parent.translation.name`) as `product.name`, `product.translation.keywords`, `product.parent.translation.keywords`, COALESCE(`product.translation.keywords`,`product.parent.translation.keywords`) as `product.keywords`, `product.translation.description`, `product.parent.translation.description`, COALESCE(`product.translation.description`,`product.parent.translation.description`) as `product.description`, `product.translation.metaTitle`, `product.parent.translation.metaTitle`, COALESCE(`product.translation.metaTitle`,`product.parent.translation.metaTitle`) as `product.metaTitle`, `product.translation.packUnit`, `product.parent.translation.packUnit`, COALESCE(`product.translation.packUnit`,`product.parent.translation.packUnit`) as `product.packUnit`, `product.translation.packUnitPlural`, `product.parent.translation.packUnitPlural`, COALESCE(`product.translation.packUnitPlural`,`product.parent.translation.packUnitPlural`) as `product.packUnitPlural`, `product.translation.customSearchKeywords`, `product.parent.translation.customSearchKeywords`, COALESCE(`product.translation.customSearchKeywords`,`product.parent.translation.customSearchKeywords`) as `product.customSearchKeywords`, `product.translation.slotConfig`, `product.parent.translation.slotConfig`, COALESCE(`product.translation.slotConfig`,`product.parent.translation.slotConfig`) as `product.slotConfig`, `product.translation.customFields`, `product.parent.translation.customFields`, COALESCE(`product.translation.customFields`,`product.parent.translation.customFields`) as `product.customFields` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` LEFT JOIN `tax` `product.tax` ON `product`.`tax` = `product.tax`.`id` LEFT JOIN `product_manufacturer` `product.manufacturer` ON `product`.`manufacturer` = `product.manufacturer`.`id` AND IFNULL(`product`.`product_manufacturer_version_id`, `product.parent`.`product_manufacturer_version_id`) = `product.manufacturer`.`version_id` LEFT JOIN `unit` `product.unit` ON `product`.`unit` = `product.unit`.`id` LEFT JOIN `delivery_time` `product.deliveryTime` ON `product`.`deliveryTime` = `product.deliveryTime`.`id` LEFT JOIN `product_media` `product.cover` ON `product`.`cover` = `product.cover`.`id` AND IFNULL(`product`.`product_media_version_id`, `product.parent`.`product_media_version_id`) = `product.cover`.`version_id` LEFT JOIN (SELECT `product.translation`.`product_id`, `product.translation`.`product_version_id`, `product.translation`.`meta_description` as `product.translation.metaDescription`, `product.translation`.`name` as `product.translation.name`, `product.translation`.`keywords` as `product.translation.keywords`, `product.translation`.`description` as `product.translation.description`, `product.translation`.`meta_title` as `product.translation.metaTitle`, `product.translation`.`pack_unit` as `product.translation.packUnit`, `product.translation`.`pack_unit_plural` as `product.translation.packUnitPlural`, `product.translation`.`custom_fields` as `product.translation.customFields`, `product.translation`.`slot_config` as `product.translation.slotConfig`, `product.translation`.`custom_search_keywords` as `product.translation.customSearchKeywords` FROM `product_translation` `product.translation` WHERE `product.translation`.`language_id` = ?) `product.product_translation` ON `product.product_translation`.`product_id` = `product`.`id` AND `product.product_translation`.`product_version_id` = `product`.`version_id` LEFT JOIN (SELECT `product.parent.translation`.`product_id`, `product.parent.translation`.`product_version_id`, `product.parent.translation`.`meta_description` as `product.parent.translation.metaDescription`, `product.parent.translation`.`name` as `product.parent.translation.name`, `product.parent.translation`.`keywords` as `product.parent.translation.keywords`, `product.parent.translation`.`description` as `product.parent.translation.description`, `product.parent.translation`.`meta_title` as `product.parent.translation.metaTitle`, `product.parent.translation`.`pack_unit` as `product.parent.translation.packUnit`, `product.parent.translation`.`pack_unit_plural` as `product.parent.translation.packUnitPlural`, `product.parent.translation`.`custom_fields` as `product.parent.translation.customFields`, `product.parent.translation`.`slot_config` as `product.parent.translation.slotConfig`, `product.parent.translation`.`custom_search_keywords` as `product.parent.translation.customSearchKeywords` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation`.`language_id` = ?) `product.parent.product_translation` ON `product.parent.product_translation`.`product_id` = `product.parent`.`id` AND `product.parent.product_translation`.`product_version_id` = `product.parent`.`version_id` LEFT JOIN (SELECT `product.manufacturer.translation`.`product_manufacturer_id`, `product.manufacturer.translation`.`product_manufacturer_version_id`, `product.manufacturer.translation`.`name` as `product.manufacturer.translation.name`, `product.manufacturer.translation`.`description` as `product.manufacturer.translation.description`, `product.manufacturer.translation`.`custom_fields` as `product.manufacturer.translation.customFields` FROM `product_manufacturer_translation` `product.manufacturer.translation` WHERE `product.manufacturer.translation`.`language_id` = ?) `product.manufacturer.product_manufacturer_translation` ON `product.manufacturer.product_manufacturer_translation`.`product_manufacturer_id` = `product.manufacturer`.`id` AND `product.manufacturer.product_manufacturer_translation`.`product_manufacturer_version_id` = `product.manufacturer`.`version_id` LEFT JOIN (SELECT `product.unit.translation`.`unit_id`, `product.unit.translation`.`short_code` as `product.unit.translation.shortCode`, `product.unit.translation`.`name` as `product.unit.translation.name`, `product.unit.translation`.`custom_fields` as `product.unit.translation.customFields` FROM `unit_translation` `product.unit.translation` WHERE `product.unit.translation`.`language_id` = ?) `product.unit.unit_translation` ON `product.unit.unit_translation`.`unit_id` = `product.unit`.`id` LEFT JOIN (SELECT `product.deliveryTime.translation`.`delivery_time_id`, `product.deliveryTime.translation`.`name` as `product.deliveryTime.translation.name`, `product.deliveryTime.translation`.`custom_fields` as `product.deliveryTime.translation.customFields` FROM `delivery_time_translation` `product.deliveryTime.translation` WHERE `product.deliveryTime.translation`.`language_id` = ?) `product.deliveryTime.delivery_time_translation` ON `product.deliveryTime.delivery_time_translation`.`delivery_time_id` = `product.deliveryTime`.`id` LEFT JOIN `media` `product.cover.media` ON `product.cover`.`media_id` = `product.cover.media`.`id` LEFT JOIN (SELECT `product.cover.media.translation`.`media_id`, `product.cover.media.translation`.`alt` as `product.cover.media.translation.alt`, `product.cover.media.translation`.`title` as `product.cover.media.translation.title`, `product.cover.media.translation`.`custom_fields` as `product.cover.media.translation.customFields` FROM `media_translation` `product.cover.media.translation` WHERE `product.cover.media.translation`.`language_id` = ?) `product.cover.media.media_translation` ON `product.cover.media.media_translation`.`media_id` = `product.cover.media`.`id` WHERE (`product`.`version_id` = ?) AND (`product`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"%¯£©\x18£Å~v║È+9¡«,"
  b"\x10r┤<Î\x190\x10ï-Ø\x10lc"
  b"p÷áýePê«h²Rí>ñX«"
  b"¯Z+}µìxؽ\x10¥\x17¦¸•'"
  b"(£ ßÊÎsÉYJ^ÃèO\x7FI"
  b"\x01Ø\x01▄┴?|\x05×\x02\x18¡èUp%"
  b"\x01Ø\x01½ëÓrº┤\r0▀ á░╠"
  b"\x01Ø\x01í▀ tZ░═"L.W^©"
  b"\x01Ø\x01ø÷@|µÁ­ù,┤Zƒ{"
  b"\x01Ø\x017pÔ\x7Fúú\x05 v╗█`╩"
]
68 0.27 ms
SELECT `product_price`.`id` as `product_price.id`, `product_price`.`version_id` as `product_price.versionId`, `product_price`.`product_id` as `product_price.productId`, `product_price`.`product_version_id` as `product_price.productVersionId`, `product_price`.`rule_id` as `product_price.ruleId`, `product_price`.`price` as `product_price.price`, `product_price`.`quantity_start` as `product_price.quantityStart`, `product_price`.`quantity_end` as `product_price.quantityEnd`, `product_price`.`custom_fields` as `product_price.customFields`, `product_price`.`created_at` as `product_price.createdAt`, `product_price`.`updated_at` as `product_price.updatedAt` FROM `product_price` WHERE (`product_price`.`version_id` = ?) AND ((`product_price`.`product_id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)))
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x01Ø\x017pÔ\x7Fúú\x05 v╗█`╩"
  b"\x01Ø\x01ø÷@|µÁ­ù,┤Zƒ{"
  b"\x01Ø\x01í▀ tZ░═"L.W^©"
  b"\x01Ø\x01½ëÓrº┤\r0▀ á░╠"
  b"\x01Ø\x01▄┴?|\x05×\x02\x18¡èUp%"
  b"%¯£©\x18£Å~v║È+9¡«,"
  b"(£ ßÊÎsÉYJ^ÃèO\x7FI"
  b"p÷áýePê«h²Rí>ñX«"
  b"\x10r┤<Î\x190\x10ï-Ø\x10lc"
  b"¯Z+}µìxؽ\x10¥\x17¦¸•'"
]
69 0.32 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.75 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.48 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.47 ms
SELECT `product`.`id` as `product.id`, `product`.`version_id` as `product.versionId`, `product`.`parent_id` as `product.parentId`, `product`.`parent_version_id` as `product.parentVersionId`, COALESCE(`product`.`product_manufacturer_id`, `product.parent`.`product_manufacturer_id`) as `product.manufacturerId`, COALESCE(`product`.`product_manufacturer_version_id`, `product.parent`.`product_manufacturer_version_id`) as `product.productManufacturerVersionId`, COALESCE(`product`.`unit_id`, `product.parent`.`unit_id`) as `product.unitId`, COALESCE(`product`.`tax_id`, `product.parent`.`tax_id`) as `product.taxId`, COALESCE(`product`.`product_media_id`, `product.parent`.`product_media_id`) as `product.coverId`, COALESCE(`product`.`product_media_version_id`, `product.parent`.`product_media_version_id`) as `product.productMediaVersionId`, COALESCE(`product`.`delivery_time_id`, `product.parent`.`delivery_time_id`) as `product.deliveryTimeId`, COALESCE(`product`.`product_feature_set_id`, `product.parent`.`product_feature_set_id`) as `product.featureSetId`, COALESCE(`product`.`canonical_product_id`, `product.parent`.`canonical_product_id`) as `product.canonicalProductId`, COALESCE(`product`.`canonical_product_version_id`, `product.parent`.`canonical_product_version_id`) as `product.canonicalProductVersionId`, COALESCE(`product`.`cms_page_id`, `product.parent`.`cms_page_id`) as `product.cmsPageId`, COALESCE(`product`.`cms_page_version_id`, `product.parent`.`cms_page_version_id`) as `product.cmsPageVersionId`, `product.parent`.`price` as `product.price.inherited`, COALESCE(`product`.`price`, `product.parent`.`price`) as `product.price`, `product`.`product_number` as `product.productNumber`, COALESCE(`product`.`restock_time`, `product.parent`.`restock_time`) as `product.restockTime`, `product`.`auto_increment` as `product.autoIncrement`, COALESCE(`product`.`active`, `product.parent`.`active`) as `product.active`, `product`.`available` as `product.available`, COALESCE(`product`.`is_closeout`, `product.parent`.`is_closeout`) as `product.isCloseout`, `product`.`available_stock` as `product.availableStock`, `product`.`stock` as `product.stock`, `product`.`display_group` as `product.displayGroup`, `product.parent`.`variant_listing_config` as `product.variantListingConfig.inherited`, COALESCE(`product`.`variant_listing_config`, `product.parent`.`variant_listing_config`) as `product.variantListingConfig`, `product`.`variant_restrictions` as `product.variantRestrictions`, COALESCE(`product`.`manufacturer_number`, `product.parent`.`manufacturer_number`) as `product.manufacturerNumber`, COALESCE(`product`.`ean`, `product.parent`.`ean`) as `product.ean`, COALESCE(`product`.`purchase_steps`, `product.parent`.`purchase_steps`) as `product.purchaseSteps`, COALESCE(`product`.`max_purchase`, `product.parent`.`max_purchase`) as `product.maxPurchase`, COALESCE(`product`.`min_purchase`, `product.parent`.`min_purchase`) as `product.minPurchase`, COALESCE(`product`.`purchase_unit`, `product.parent`.`purchase_unit`) as `product.purchaseUnit`, COALESCE(`product`.`reference_unit`, `product.parent`.`reference_unit`) as `product.referenceUnit`, COALESCE(`product`.`shipping_free`, `product.parent`.`shipping_free`) as `product.shippingFree`, `product.parent`.`purchase_prices` as `product.purchasePrices.inherited`, COALESCE(`product`.`purchase_prices`, `product.parent`.`purchase_prices`) as `product.purchasePrices`, COALESCE(`product`.`mark_as_topseller`, `product.parent`.`mark_as_topseller`) as `product.markAsTopseller`, COALESCE(`product`.`weight`, `product.parent`.`weight`) as `product.weight`, COALESCE(`product`.`width`, `product.parent`.`width`) as `product.width`, COALESCE(`product`.`height`, `product.parent`.`height`) as `product.height`, COALESCE(`product`.`length`, `product.parent`.`length`) as `product.length`, COALESCE(`product`.`release_date`, `product.parent`.`release_date`) as `product.releaseDate`, COALESCE(`product`.`rating_average`, `product.parent`.`rating_average`) as `product.ratingAverage`, `product.parent`.`category_tree` as `product.categoryTree.inherited`, COALESCE(`product`.`category_tree`, `product.parent`.`category_tree`) as `product.categoryTree`, `product.parent`.`property_ids` as `product.propertyIds.inherited`, COALESCE(`product`.`property_ids`, `product.parent`.`property_ids`) as `product.propertyIds`, `product.parent`.`option_ids` as `product.optionIds.inherited`, COALESCE(`product`.`option_ids`, `product.parent`.`option_ids`) as `product.optionIds`, `product.parent`.`stream_ids` as `product.streamIds.inherited`, COALESCE(`product`.`stream_ids`, `product.parent`.`stream_ids`) as `product.streamIds`, `product.parent`.`tag_ids` as `product.tagIds.inherited`, COALESCE(`product`.`tag_ids`, `product.parent`.`tag_ids`) as `product.tagIds`, `product.parent`.`category_ids` as `product.categoryIds.inherited`, COALESCE(`product`.`category_ids`, `product.parent`.`category_ids`) as `product.categoryIds`, `product`.`child_count` as `product.childCount`, COALESCE(`product`.`custom_field_set_selection_active`, `product.parent`.`custom_field_set_selection_active`) as `product.customFieldSetSelectionActive`, `product`.`sales` as `product.sales`, `product`.`states` as `product.states`, `product.tax`.`id` as `product.tax.id`, `product.tax`.`tax_rate` as `product.tax.taxRate`, `product.tax`.`name` as `product.tax.name`, `product.tax`.`position` as `product.tax.position`, `product.tax`.`custom_fields` as `product.tax.customFields`, `product.tax`.`created_at` as `product.tax.createdAt`, `product.tax`.`updated_at` as `product.tax.updatedAt`, `product.parent`.`cheapest_price` as `product.cheapestPrice.inherited`, COALESCE(`product`.`cheapest_price`, `product.parent`.`cheapest_price`) as `product.cheapestPrice`, `product`.`created_at` as `product.createdAt`, `product`.`updated_at` as `product.updatedAt`, (SELECT GROUP_CONCAT(HEX(`product.options.mapping`.`property_group_option_id`) SEPARATOR '||')
                  FROM `product_option` `product.options.mapping`
                  WHERE `product.options.mapping`.`product_id` = `product`.`id` ) as `product.options.id_mapping`, `product.manufacturer`.`id` as `product.manufacturer.id`, `product.manufacturer`.`version_id` as `product.manufacturer.versionId`, `product.manufacturer`.`media_id` as `product.manufacturer.mediaId`, `product.manufacturer`.`link` as `product.manufacturer.link`, `product.manufacturer`.`created_at` as `product.manufacturer.createdAt`, `product.manufacturer`.`updated_at` as `product.manufacturer.updatedAt`, `product.manufacturer.translation.name`, `product.manufacturer.translation.name` as `product.manufacturer.name`, `product.manufacturer.translation.description`, `product.manufacturer.translation.description` as `product.manufacturer.description`, `product.manufacturer.translation.customFields`, `product.manufacturer.translation.customFields` as `product.manufacturer.customFields`, `product.unit`.`id` as `product.unit.id`, `product.unit`.`created_at` as `product.unit.createdAt`, `product.unit`.`updated_at` as `product.unit.updatedAt`, `product.unit.translation.shortCode`, `product.unit.translation.shortCode` as `product.unit.shortCode`, `product.unit.translation.name`, `product.unit.translation.name` as `product.unit.name`, `product.unit.translation.customFields`, `product.unit.translation.customFields` as `product.unit.customFields`, `product.deliveryTime`.`id` as `product.deliveryTime.id`, `product.deliveryTime`.`min` as `product.deliveryTime.min`, `product.deliveryTime`.`max` as `product.deliveryTime.max`, `product.deliveryTime`.`unit` as `product.deliveryTime.unit`, `product.deliveryTime`.`created_at` as `product.deliveryTime.createdAt`, `product.deliveryTime`.`updated_at` as `product.deliveryTime.updatedAt`, `product.deliveryTime.translation.name`, `product.deliveryTime.translation.name` as `product.deliveryTime.name`, `product.deliveryTime.translation.customFields`, `product.deliveryTime.translation.customFields` as `product.deliveryTime.customFields`, `product.cover`.`id` as `product.cover.id`, `product.cover`.`version_id` as `product.cover.versionId`, `product.cover`.`product_id` as `product.cover.productId`, `product.cover`.`product_version_id` as `product.cover.productVersionId`, `product.cover`.`media_id` as `product.cover.mediaId`, `product.cover`.`position` as `product.cover.position`, `product.cover.media`.`id` as `product.cover.media.id`, `product.cover.media`.`user_id` as `product.cover.media.userId`, `product.cover.media`.`media_folder_id` as `product.cover.media.mediaFolderId`, `product.cover.media`.`mime_type` as `product.cover.media.mimeType`, `product.cover.media`.`file_extension` as `product.cover.media.fileExtension`, `product.cover.media`.`uploaded_at` as `product.cover.media.uploadedAt`, `product.cover.media`.`file_name` as `product.cover.media.fileName`, `product.cover.media`.`file_size` as `product.cover.media.fileSize`, `product.cover.media`.`media_type` as `product.cover.media.mediaTypeRaw`, `product.cover.media`.`meta_data` as `product.cover.media.metaData`, `product.cover.media`.`config` as `product.cover.media.config`, `product.cover.media`.`path` as `product.cover.media.path`, `product.cover.media`.`private` as `product.cover.media.private`, `product.cover.media`.`thumbnails_ro` as `product.cover.media.thumbnailsRo`, `product.cover.media`.`created_at` as `product.cover.media.createdAt`, `product.cover.media`.`updated_at` as `product.cover.media.updatedAt`, `product.cover.media.translation.title`, `product.cover.media.translation.title` as `product.cover.media.title`, `product.cover.media.translation.alt`, `product.cover.media.translation.alt` as `product.cover.media.alt`, `product.cover.media.translation.customFields`, `product.cover.media.translation.customFields` as `product.cover.media.customFields`, `product.cover`.`custom_fields` as `product.cover.customFields`, `product.cover`.`created_at` as `product.cover.createdAt`, `product.cover`.`updated_at` as `product.cover.updatedAt`, `product.translation.metaDescription`, `product.parent.translation.metaDescription`, COALESCE(`product.translation.metaDescription`,`product.parent.translation.metaDescription`) as `product.metaDescription`, `product.translation.name`, `product.parent.translation.name`, COALESCE(`product.translation.name`,`product.parent.translation.name`) as `product.name`, `product.translation.keywords`, `product.parent.translation.keywords`, COALESCE(`product.translation.keywords`,`product.parent.translation.keywords`) as `product.keywords`, `product.translation.description`, `product.parent.translation.description`, COALESCE(`product.translation.description`,`product.parent.translation.description`) as `product.description`, `product.translation.metaTitle`, `product.parent.translation.metaTitle`, COALESCE(`product.translation.metaTitle`,`product.parent.translation.metaTitle`) as `product.metaTitle`, `product.translation.packUnit`, `product.parent.translation.packUnit`, COALESCE(`product.translation.packUnit`,`product.parent.translation.packUnit`) as `product.packUnit`, `product.translation.packUnitPlural`, `product.parent.translation.packUnitPlural`, COALESCE(`product.translation.packUnitPlural`,`product.parent.translation.packUnitPlural`) as `product.packUnitPlural`, `product.translation.customSearchKeywords`, `product.parent.translation.customSearchKeywords`, COALESCE(`product.translation.customSearchKeywords`,`product.parent.translation.customSearchKeywords`) as `product.customSearchKeywords`, `product.translation.slotConfig`, `product.parent.translation.slotConfig`, COALESCE(`product.translation.slotConfig`,`product.parent.translation.slotConfig`) as `product.slotConfig`, `product.translation.customFields`, `product.parent.translation.customFields`, COALESCE(`product.translation.customFields`,`product.parent.translation.customFields`) as `product.customFields` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` LEFT JOIN `tax` `product.tax` ON `product`.`tax` = `product.tax`.`id` LEFT JOIN `product_manufacturer` `product.manufacturer` ON `product`.`manufacturer` = `product.manufacturer`.`id` AND IFNULL(`product`.`product_manufacturer_version_id`, `product.parent`.`product_manufacturer_version_id`) = `product.manufacturer`.`version_id` LEFT JOIN `unit` `product.unit` ON `product`.`unit` = `product.unit`.`id` LEFT JOIN `delivery_time` `product.deliveryTime` ON `product`.`deliveryTime` = `product.deliveryTime`.`id` LEFT JOIN `product_media` `product.cover` ON `product`.`cover` = `product.cover`.`id` AND IFNULL(`product`.`product_media_version_id`, `product.parent`.`product_media_version_id`) = `product.cover`.`version_id` LEFT JOIN (SELECT `product.translation`.`product_id`, `product.translation`.`product_version_id`, `product.translation`.`meta_description` as `product.translation.metaDescription`, `product.translation`.`name` as `product.translation.name`, `product.translation`.`keywords` as `product.translation.keywords`, `product.translation`.`description` as `product.translation.description`, `product.translation`.`meta_title` as `product.translation.metaTitle`, `product.translation`.`pack_unit` as `product.translation.packUnit`, `product.translation`.`pack_unit_plural` as `product.translation.packUnitPlural`, `product.translation`.`custom_fields` as `product.translation.customFields`, `product.translation`.`slot_config` as `product.translation.slotConfig`, `product.translation`.`custom_search_keywords` as `product.translation.customSearchKeywords` FROM `product_translation` `product.translation` WHERE `product.translation`.`language_id` = ?) `product.product_translation` ON `product.product_translation`.`product_id` = `product`.`id` AND `product.product_translation`.`product_version_id` = `product`.`version_id` LEFT JOIN (SELECT `product.parent.translation`.`product_id`, `product.parent.translation`.`product_version_id`, `product.parent.translation`.`meta_description` as `product.parent.translation.metaDescription`, `product.parent.translation`.`name` as `product.parent.translation.name`, `product.parent.translation`.`keywords` as `product.parent.translation.keywords`, `product.parent.translation`.`description` as `product.parent.translation.description`, `product.parent.translation`.`meta_title` as `product.parent.translation.metaTitle`, `product.parent.translation`.`pack_unit` as `product.parent.translation.packUnit`, `product.parent.translation`.`pack_unit_plural` as `product.parent.translation.packUnitPlural`, `product.parent.translation`.`custom_fields` as `product.parent.translation.customFields`, `product.parent.translation`.`slot_config` as `product.parent.translation.slotConfig`, `product.parent.translation`.`custom_search_keywords` as `product.parent.translation.customSearchKeywords` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation`.`language_id` = ?) `product.parent.product_translation` ON `product.parent.product_translation`.`product_id` = `product.parent`.`id` AND `product.parent.product_translation`.`product_version_id` = `product.parent`.`version_id` LEFT JOIN (SELECT `product.manufacturer.translation`.`product_manufacturer_id`, `product.manufacturer.translation`.`product_manufacturer_version_id`, `product.manufacturer.translation`.`name` as `product.manufacturer.translation.name`, `product.manufacturer.translation`.`description` as `product.manufacturer.translation.description`, `product.manufacturer.translation`.`custom_fields` as `product.manufacturer.translation.customFields` FROM `product_manufacturer_translation` `product.manufacturer.translation` WHERE `product.manufacturer.translation`.`language_id` = ?) `product.manufacturer.product_manufacturer_translation` ON `product.manufacturer.product_manufacturer_translation`.`product_manufacturer_id` = `product.manufacturer`.`id` AND `product.manufacturer.product_manufacturer_translation`.`product_manufacturer_version_id` = `product.manufacturer`.`version_id` LEFT JOIN (SELECT `product.unit.translation`.`unit_id`, `product.unit.translation`.`short_code` as `product.unit.translation.shortCode`, `product.unit.translation`.`name` as `product.unit.translation.name`, `product.unit.translation`.`custom_fields` as `product.unit.translation.customFields` FROM `unit_translation` `product.unit.translation` WHERE `product.unit.translation`.`language_id` = ?) `product.unit.unit_translation` ON `product.unit.unit_translation`.`unit_id` = `product.unit`.`id` LEFT JOIN (SELECT `product.deliveryTime.translation`.`delivery_time_id`, `product.deliveryTime.translation`.`name` as `product.deliveryTime.translation.name`, `product.deliveryTime.translation`.`custom_fields` as `product.deliveryTime.translation.customFields` FROM `delivery_time_translation` `product.deliveryTime.translation` WHERE `product.deliveryTime.translation`.`language_id` = ?) `product.deliveryTime.delivery_time_translation` ON `product.deliveryTime.delivery_time_translation`.`delivery_time_id` = `product.deliveryTime`.`id` LEFT JOIN `media` `product.cover.media` ON `product.cover`.`media_id` = `product.cover.media`.`id` LEFT JOIN (SELECT `product.cover.media.translation`.`media_id`, `product.cover.media.translation`.`alt` as `product.cover.media.translation.alt`, `product.cover.media.translation`.`title` as `product.cover.media.translation.title`, `product.cover.media.translation`.`custom_fields` as `product.cover.media.translation.customFields` FROM `media_translation` `product.cover.media.translation` WHERE `product.cover.media.translation`.`language_id` = ?) `product.cover.media.media_translation` ON `product.cover.media.media_translation`.`media_id` = `product.cover.media`.`id` WHERE (`product`.`version_id` = ?) AND (`product`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"%¯£©\x18£Å~v║È+9¡«,"
  b"\x10r┤<Î\x190\x10ï-Ø\x10lc"
  b"p÷áýePê«h²Rí>ñX«"
  b"¯Z+}µìxؽ\x10¥\x17¦¸•'"
  b"(£ ßÊÎsÉYJ^ÃèO\x7FI"
  b"\x01Ø\x01▄┴?|\x05×\x02\x18¡èUp%"
  b"\x01Ø\x01½ëÓrº┤\r0▀ á░╠"
  b"\x01Ø\x01í▀ tZ░═"L.W^©"
  b"\x01Ø\x01ø÷@|µÁ­ù,┤Zƒ{"
  b"\x01Ø\x017pÔ\x7Fúú\x05 v╗█`╩"
]
74 0.24 ms
SELECT `product_price`.`id` as `product_price.id`, `product_price`.`version_id` as `product_price.versionId`, `product_price`.`product_id` as `product_price.productId`, `product_price`.`product_version_id` as `product_price.productVersionId`, `product_price`.`rule_id` as `product_price.ruleId`, `product_price`.`price` as `product_price.price`, `product_price`.`quantity_start` as `product_price.quantityStart`, `product_price`.`quantity_end` as `product_price.quantityEnd`, `product_price`.`custom_fields` as `product_price.customFields`, `product_price`.`created_at` as `product_price.createdAt`, `product_price`.`updated_at` as `product_price.updatedAt` FROM `product_price` WHERE (`product_price`.`version_id` = ?) AND ((`product_price`.`product_id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)))
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x01Ø\x017pÔ\x7Fúú\x05 v╗█`╩"
  b"\x01Ø\x01ø÷@|µÁ­ù,┤Zƒ{"
  b"\x01Ø\x01í▀ tZ░═"L.W^©"
  b"\x01Ø\x01½ëÓrº┤\r0▀ á░╠"
  b"\x01Ø\x01▄┴?|\x05×\x02\x18¡èUp%"
  b"%¯£©\x18£Å~v║È+9¡«,"
  b"(£ ßÊÎsÉYJ^ÃèO\x7FI"
  b"p÷áýePê«h²Rí>ñX«"
  b"\x10r┤<Î\x190\x10ï-Ø\x10lc"
  b"¯Z+}µìxؽ\x10¥\x17¦¸•'"
]
75 0.40 ms
SELECT `sales_channel`.`id` FROM `sales_channel` LEFT JOIN `sales_channel_payment_method` `sales_channel.paymentMethods.mapping` ON `sales_channel`.`id` = `sales_channel.paymentMethods.mapping`.`sales_channel_id`  LEFT JOIN `payment_method` `sales_channel.paymentMethods` ON `sales_channel.paymentMethods.mapping`.`payment_method_id` = `sales_channel.paymentMethods`.`id`  WHERE ((`sales_channel`.`id` = ? AND `sales_channel.paymentMethods`.`id` = ? AND `sales_channel.paymentMethods`.`active` = ?)) LIMIT 1
Parameters:
[
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
  b"¸©Å╔└\x10G\x02®ofM½■&V"
  true
]
76 4.20 ms
SELECT model_number FROM hobaIT_sparepartfinder_models WHERE model_code LIKE ?
Parameters:
[
  "%F1360T1%"
]
77 25.78 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:
[
  1001670275
]
78 33.00 ms
SELECT * FROM hobaIT_sparepartfinder_groups WHERE id IN (14068,15574,51436,51788,53497,53499,53500,53502,53527,53590,53595,53602,53603,53606,53613,53616,53623,53625,53640,53641,53642,53643,53645,53661,53662,53663,53664,53666,53667,53668,53669,53671,53672,54343,54596,54985,55043,55044,55045,56645,57441,58026) ORDER BY number, part_type ASC
Parameters:
[]
79 46.56 ms
SELECT * FROM hobaIT_sparepartfinder_images WHERE group_id IN (14068,15574,51436,51788,53497,53499,53500,53502,53527,53590,53595,53602,53603,53606,53613,53616,53623,53625,53640,53641,53642,53643,53645,53661,53662,53663,53664,53666,53667,53668,53669,53671,53672,54343,54596,54985,55043,55044,55045,56645,57441,58026) AND article_number IN ("90233001000","90232020000","90232016000","J625063040","90230079000","90130078001","90233005000","90233005001","J471020123","90233003000","90233006001","90233006000","90233002000","90233036000","J625062122","90233010010","90233012001","90233012000","90233016000","90233014000","90233037000","90233013000","90233013001","J472023120","90233015000","90233011001","90233011000","90233038000","90233010001","J625063320","90233030000","90833029044","90110057000","J770019515","90230077000","J472037150","90233030044","93832101033","90232102000","90232134000","90232135000","90232010100","90232011000","90232110000","90232211000","90232103000","90232105000","90232101101","J625069020","90232017000","90236015001","90232019000","90232048004","90232006000","90232004000","90232111010","93836031000","90236030000","90236036000","90236027000","90236028010","90236032000","90236033000","60036035185","60036035190","60036035195","60036035200","60036035205","60036035210","60036035215","60036035220","60036035225","60036035230","60036035235","60036035240","60036035245","60036035250","60036035255","60036035260","60036035265","60036035270","60036035275","60036035280","60036035285","60036035290","60036035295","60036035300","60036035305","60036035310","60036035315","60036035320","60036035330","90136060000","90236056000","J770010312","90136056001","90236060000","90236030010","93003023100","93003026100","90103027000","93503029000","90603024000","J900000501200","J982101253","93003027000","93511045000","28111046000","95803034000","93003034000","90111040100","01585T32","90104010003","93004016100","J020100806","90104010002","14460161","28104030044C1","90104032000","90104031000","90104036000","90104034001","90104034000","90104046000","90104042000","93013047000","90113047000","J011050133","90104040000","28104061000","28104062000","J981420133","93004065000","J912060162","90104038000","90104037000","90204060001","90104040100","90504067000","J025060169","90604062000","90904070020","90104066210","94306001000","93006015000","93006020050","93006002000","93006039000","93006001060","28106040000","93006001080","93006021000","93006001015","93030088050","90130087001","93030089000","90607017000","90141071000","90106001007","J025080246","J031060103","90241002010","J025060082","J031050163","93030087050","90108050001","J125060004","93306026000","28107016000","28107015000","93007089000","28107088000","28107018050","J900000601300","93807018000","28107028000","J300000701600","28107017000","28111075000","28111060000","J900000801600","93541088000","J125080006","90511030000","75011088010","75011088015","75011088030","90611057000","93511084000","28111096000","90211059000","J025060122","J797060003","28611075000","J025060303","28111097000","93038091000","93811099000","28111034000","93011058000","93311058000","28111054000","28111054010","93008020060","93007047033","J900000803500","93042033000","28115001000","28115020020","90507015000","28115020250","J600000667500","28115025010","28115022000","J926060006","90607830000","90607017003","28115002000","28115003000","90107018011","90515011000","J300000801000","93007017100","28113050044","J025060205","J934060001","J079932600201","J625060000","90134035000","J031100206","90113009000","J025060181","28113060033","90113013000","90113026000","90130059000","90113057000","J094020153","28104043000","90113052000","J025060125","90513069000","J125070001","90113080000","90113075000","90113090000","90113121000","93713015000","90113021000","90113018000","90113017000","90813030000","J01008060S","90613098150","90611053000","95811055070","28111055000","28111054050","28129099000","28635065000","90135066000","93008040000","28135010033","90135016100","28135032000","28635032000","28135031000","28635031000","90135017000","93035024000","93035025000","94335026000","90635071033","90235024030","90135020000","90135020001","90135020003","J025060141","J770018530","90135001001","J127060001","J025060103","93535141044","90235001001","J926060000","90108015020","90102055000","93035004000","J125090006","J025060101","93005090000","28135041010","94334005033","90134009000","90134022000","90134014000","90134050000","90134016000","93034031010","28634036033","28134031033","90234002000","90234019000","90234001000","90134098000","94334015000","90134013000","90134012002","93834012000","90134025000","90134030000","90134024033","J125061416","94334023000","93834020000","J031060306","28103038050","90808043001","28134036033","28641001000","90141001001","90241023000","93041085000","93041029000","J991060203S","90241002000","J933060146","93041029020","93841036000","94341031000","93041030100","93011038000","93541034000","J770053024","55641023020","55641023010","28130002044JA","93730040000","28645051033","90839005000","93839010000","J770015824","90130024000","J025060083S","90230062000","90239006044","93839091000","93839093000","90230060002","J025060506","J025060353","J770024015","90230094000","90240018000","90230066300","90239005050","93003082000","90530002010","90230058000","93730059000","90130001001","93003081000","J028060164","90240020002","0025060356","90130001000","90140026000","28139006050","28139006040","91235052000C1","90135053000","90135055044","J025060224","J603061001","J025060104","90130055006","J760122455","0760122406","90135058000","90135055210","28140001000","J025060256","90240020000","J618253216","90240022000","90240023033","90240023006","90240023005","90240023004","90240023007","90240023008","90240023009","90240023010","90240023003","90240023002","28630001033","90230027000","90232048133","90232048003","90132048005","90132051000","90132050000","90130020000","J770013824","90130095001","90130095100","90230059100","90134127000","90230060001","J01665060123S","90130064000","J000150502000","94311024010","94334051000","J770017721","93836009033","93836010033","90236018000","J025060453","90236001000","90236013000","90236002000","90236002004","90136003003","J770010015","94336003044","J025060204","90136003002","28103001000C1","28103002000C1","J912080251","93003141033","93003140033","28603039000","28603038000","28603049000","28603048000","93003151033","93003150033","90103038001","90104070000","90104066010","90103040001","J029060103S","28103044000","93003042000","J125080005","90103053000","90103052000","J025080453","28103001084","28103001083","93007044000","90103038002","J900001010700","28103014000C1","28103013000C1","J912080256","J900001028500","90203008000","J900000600900","28535002000","28535001000","90507047041","J025080126","28103001085","90508006004","J025080256","28105088000","J025080351","90108023100","J125080001","28111061000","J770009015","J690000801500","J094020186","J690001000200","28103002073","28103002055","28103002092","93007047041","J125100009","28605083033","94305007031","58405050065","J650002601200","28605011033","J031050103","94305050071","94305050072","94305051000","28105050044","90105068100","94305051045","90105004000","J027081053","94341090000","90205086001","90205068000","90105084000","90503048010","J692080006","60405269000","90103097000","J926080003","J912080456","90105000002","94305065033","J028060143","28608051044BGA","28608050044BGA","J031060156","90105017000","28108042000KDA","28108041000KDA","90508006001","28108041010","28103083010","90508016050","J981420136","J021040003","J900000801000","28108019000","28107055000","J025060164","28107052000","28142030000","28103093000","J025060124","J031060146","J125090001","28107055010","J660001502500","93014017000","28111038000","J025050126","28107013000","90507013006","93008034000","J025080253","J600000635500","90111060010","93007014000","J031050096","J600000638500","J600000629000","J310000801300","28107029010","28108057020","28108057000BG","J900000602502","28108057010","J900000501600","28607040000","93007040010","28111066010","28107050000","90508006003","J912080186","28112008000","28107050010","93802001000","93802001100","28112041000","28611012044","28511070000","28102039000","28102004000","J900000604001","28112040000","28102031033","93502031100","28611049000","90501045000","28502090000","93802016000","90511006000","90232014002","28101001000","28101002000","90501044000","90101036100","90101086000","90101080044","28601032033","28113026000","90113055010","J021060156","90212582001","28601034033","43578016","43578044","43578219","43578206","93001007033","93001006033","43570618","43570623","43570723","28142031044","28142040000","J025060109","90142125000","J025060209","28642003044","28142020000","J07046040086","28142021000","28142002044","28142001044","28111051000","28110047100","28113047000","93813035000","93813024000","28142003044","93035065020","93013068000","93013068010","J025050103","28113046000","28513001033","93713002033","90111050000","28609001033JAA","J760223508","J625062023","90109011001","90109011000","J472035156","28109072000","28109071169","28509060000","J025080206","93009081000","28109083000","90109082000","28109073000","28509015010","28610001033JAA","90210085000","90610087000","90110084000","28110013000","J900000801900","90110060000","J760264208","J472042176","J625063021","28110011000","28110073000","28110071170","90210059100","28110053000","90510051045","90510052000","28110016000","J625062050","J760295207","28110014000","90210086000","28110050000","76910065118","28110071182","76910066000","00050002059","90110015100","28108010000KDB","93009059000","J031050161","J025060083","J800000700601","28104050000","28108026000","28108025000","J900000502000","90108008060","J031050122","28108025010","90508041010","28111039020","28106014000","28111039010","28108015000","J031050106","J900000806000","28108015020","28108015010","J900000801800","28104062050","28104042000","J900001003000","J900000803001","J125050005","J900000501401","J025080123","28104043050","J900000602501","28108020000","J90000501400","28108021000","J125070002","J031060106","90511006100","94330057044","J625063041","90130055000","90130055001","90130057150","90130055103","94330018044","90230055000","90230069000","90130018008","90232023030","90236014000","90236015000","90230029000","J888040050","93830015044","J900000903300","90230015010","90230015011","90230015012","90230007200","90230030010","90230074000","90230033000","90230068000","J888040150","90230007010","93830000044C1","90230022000","J011080203S","90234030000","J618131912","90130004004","90238014000","90230066100","90130003004","90130003007","93811023100","J025050163S","93711022000","93711021000","90230047000","J005060123S","J028060753S","90130164000","93711024000","93830066000","93830064000","93830038000C1","90230035000","93836020033C1","93336052100C1","93836053000","90236054000","90236074000","93830036000","J025060359","90236025000","J912061026","J125070003","J912101449","J125110003","90136020001","90136038000","90138091001","90138091000","90235019000","90135047000","90135047001","90136052020","90136052010","90236024000","J025060401","J770029819","90238010044","J471010100","J125100006","90238001000","J028060303S","90238015033","90138015050","90138015052","J025060161","90138006000C1","J770039326","90138015000","90238003000","90238002000","90238008044","J7700090151","90238013000","90238016044","90238017000","J770012520","90238015010","28514069100","90114060050","28114060000","90107050051","28111066044","93011064000","J125050007","28511067000","28511067110","28114001000","J025060351","28114010010","28114010020","J025060207","J0250601210","J025050206","J125070004","28114060010","28114025000","28114026000","J926100003","J06797100183","J912050143","28114040000","28114010000","90114047000","28112080000","28111079000","J06923050053","93308015010","28114236010","28114236020","28114235010","28114235020","J081040121","28103002040","J031080206","J125050002","J934100006")
Parameters:
[]
80 0.28 ms
SELECT * FROM hobaIT_sparepartfinder_models WHERE model_number =  ?
Parameters:
[
  1001670275
]
81 0.26 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:
[
  "1001670275"
]
82 16.49 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"þ\x10zþm\x17F³Ä┤\x1C\eØ\x17Á╝"
  b"pz╬ ÎÔBJ¼5▀\x00nØÙ╩"
  b"AdF“'òK\x05¬\x12Ÿp€w×x"
  b"«€Ÿ15‘O\t°€¥^÷XXˆ"
  b"\x05ü▒ºÝéADäÙHÛU[?\x18"
  b"\x08mˆ ÏwJ€˜Ÿ\t!EKYt"
  b"—In"\x17pN™„1?A\x17\x03œM"
  b"…x\x7F\x1FOÆ©ÀªZPÊ+@"
  b"""
    „yd "ÃL?±÷\x11w¦ý\n
    B
    """
  b"‰RËn•—Dí¹ÿ‰þ\x13ÊŽ\x03"
  b"‡AúÖkYA&°ÕÖL;g\x1A\x7F"
  b"\x1E9\x13q\x10\x16OÀü\x7Fczç9iu"
  b"\x06ä\x7F‘ÊÍIŽ‹—øÅ«©q?"
  b"╠┘\x06au░CöÆì┘rDf▓2"
  b"═ËuÎUQO¡ì╚ÀÐÄ\x1D'1"
  b"EÒàı\r¯N½â].ÙüGKB"
  b"í\vä™LŒIþ¿t¤ž¥ã­\x0F"
  b"¡štE\x1AÇG\x10¡Q…Ü»\x05ƒº"
  b"A\’Q¶(O³•ÈÙZ§\x18\x16E"
  b"ýÙcì÷\x1AAMÑ\x13ÎNä¤;Û"
  b"úHs\x02\x1DÝHÔ‰¬{¤¬t\f6"
  b"\x1DQ\x7FuC<–\x12[!U_Lï"
  b"ÊÎ+Y\x1AÏJ•®\x00\x1D{Èΰš"
  b"R\x04ÿ\x0EG}C<¡û\x08^║ØÀ╦"
  b"äÊ)Ù▀ðC/ÉÌ¿1\x02yæå"
  b"■x>\vULKTØ¡aÒh>│û"
  b"┐¯\x08\x1E0èF}ɧ\x1Ak\x16\x1A"
  b"e\x03‰UZaJH½\x1AØw»\pÃ"
  b"7[{aÊ0E;›ª¬\x1E’²Š\e"
  b"km‡=M^N‡™Ê°\x14öÑ\eW"
  b"šÂIJè\Lî¯Ãg›\x02c——"
  b"""
     ÕWçÈgN\n
    \x15_3~ÃAù
    """
  b"i·4¦*§BÜ╗åÉ\x1Eþ"\x17\x02"
  b"""
    \x04hT\t‹<N(”\n
    /7ÿˆsl
    """
  b"ßÊM¥‰.Cˆ²ï’›Þ}Ç9"
  b"!£t¢)GGö£\x08TS…\x04à¹"
  b"\t\x1C¿ðÈ0BΕ6\x03bÙ^œJ"
  b"ˆ)ò\nÈA\¯\x1E\rFÕ¥ÐF"
  b"Ç¡\x10·¬¶CI±b\x15.Êúé\x03"
  b"Õ_Lî«,F]¨2\x04ÕàbáW"
  b"\x06±Y,XWGÏ®¬\x1A\x00Óó›C"
  b"├²"ÌãZB ú7>ÁÔÏìC"
  b"¾á‘2‹RK;“¬ºÒ5cz¤"
  b"╩8 )TñD{ì°¼+Ëp£º"
  b"\tª²*M*L`î├'\x08è \É"
  b"Y9i^ú\x12L«ü1bPïí¶╠"
  b"OA«àKnOO¢à].ô¯\x1Cl"
  b"ìºó_ôQFì×▒_\x01ËÐ\e$"
  b"1À<WmïO\x12¼ÿ—<9ŽŠi"
  b"ºL\x01\x06Jþ—ï;Ô y§("
  b"""
    ç0Ü╝n©BKÉV\n
    øÜ£ðT
    """
  b"\x0FsHß¼ÎI>¾ìªRÜæçç"
  b",2Óø=rKd¥Œ~¨<sö›"
  b"iYÿO®˜Aé¹(`a¢ÎÅÉ"
  b"ó\x02a'Ú‡Bþ­Ž\x7F\x1FÛ\x7F"
  b"¶>zrf³KƒªÐ”l0<\x17Ô"
  b"+\x13ý¹Ê\x1E@0ì■¥Écz®ý"
  b"<wV\x18„…E…’Øü0\OçÓ"
  b"JìÆ@ÁwG|¨Ðòâð»âU"
  b"òðc"´ÞG\v¥4╦@┘Űá"
  b"k▒Õ\nª‗EHØh¦Qn{\x00p"
  b"8vv…1áGvº¸\x1C~Iæ6%"
  b"ôöø\x10ƲLØŸ°#~rýÃa"
  b"Hb?t$.EVƒ[èû~¨éq"
  b"!ª┘¸─┌LÔ¬Qé┌í@GØ"
  b"6tZ÷¹r@˜Ÿ{ªÀû›©à"
  b"tÚ€\x17jùJA¡ådX_ÕÔ¶"
  b"\x03üV,\x1F}O&¥jÆ.?||ý"
  b"\x0FÍA5©èF´œøI¾\x145iº"
  b":\në¦e>LCübÈ\x00■DPµ"
  b"%ÏØq·\x05FW–TX#‚æŒ\x0F"
  b"’!ÛdËÅOð¾S%H$ªÎ\e"
  b"°hÈs>mCu´Ôt‡$-JÑ"
  b"C5Å«#ºK\x14£\x17ƒÂ\x07ŸNu"
  b"î\x13Ñ\v|Ì@ñÉ\f┘Uþ_³6"
  b"\f\f¦G\f\x14Mج%º‰-ì'Þ"
  b"\x04jsíÏ\x05A\x14¡*}Y“¹D¡"
  b"\x06Ùü¾ø¦A˜ cÓºË1þ\x03"
  b"y‹ö\x1EúªG‹“Í¿¿‰!ˆá"
  b"næ·Å└µM8Ñ(g¤\x05\vÓP"
  b"Ø5"SƱJèæ²?õËõ▓Ô"
  b"""
    á6íi+\n
    J[ì\x05Þr\x134\x1A\x7F
    """
  b"“à\x12s^\x1FB?œU(mÁö\x10Y"
  b"+PÃ-ï\x06@¢”LËçY‰_?"
  b"\x0E\x1D±9DQEj¹ÕIçRÊê¼"
  b".¸}F²^O#¾æ‚nZSû\x1F"
  b"ÕE9ë°»Nµš~éZòĺ¬"
  b"""
    ¤»\r\x02\n
    ³NšŽ8ÿÉôãbê
    """
  b"ìU[Êæ¿G\t‚ž-^ò\x08€m"
  b""Ki‡ ŸKÔ¥\x16Šá¯\vv6"
  b"¢um¯ø║M`░}\x13ì¢ÂNN"
  b"ØÇöÒ'■DªäFiÛ̃Eu"
  b"ÂÍ„:\x11\x1EO€’1\x07ˆ1Šü\t"
  b"©!▓î┘ôK óPÆê\x18|É\"
  b"õVL¼m,Gì•ízvÅ?°‹"
  b"|\x0EÛ¶ÿ5EÝ‘&û8\x10¼[k"
  b"§\x05Þkb~NÃí~ÉóF£7a"
  b"„œRÙ\x02FBT¶ï,Äot7g"
  b"_áLÆì~GÝäÙ2┤\x12£ÕÄ"
  b"½5\x7FWÏûB\¨§)¨Ä»ÞÖ"
  b"²ÐEßïØD\x7F²\x0E=\x12ææ\x05½"
  b"¢®ÖÚQyH埗Å,¼µ\r"
  b"”i°*TžDA›žÝÛ1]PÆ"
  b"Z#9p>\x17@þä╗ı ÅSÔ▓"
  b"éF}JYQJ»œ"\f\x0E¬*Ný"
  b"ú\x1DÉg—¨F…µa¨—÷wÖT"
  b"""
    (2\n
    +¦uA;§•\\rºŽë¨
    """
  b"""
    ²└╔OÃ\vDú║ıØ?´\n
    Ù`
    """
  b"؃#“E\x0FO\x1A¦à²i¬\x03¤Ÿ"
  b"§/UQS•A·œÍµ¸dZyñ"
  b"\x03ŸŒ\x10Eu®\x7F¹ÆDª<Ñ"
  b"╬âÉÞÏ£J\x1F«É╣¶6Ô└Ã"
  b"\x19yõXMº¶AÅôÙ·~z"
  b"é\x1CÜ\x0F?½O)¢-RÛÌG“\x15"
  b"\x1AAPƒxcBü‘8\x03ò3È-Ž"
  b"¨|¬#|)Dÿ│»`>¬ì3c"
  b"}J¾\x0EV\x08I\x1Aó│¥ÉÏì\x05å"
  b"\x1Fæ—çÍgG\x16˜Ê@\x10¼\x0E"
  b"┬úW;zìLOû&»╝ÙE┐["
  b"Dož&ÎJFf‹Õ×1¼7â\x7F"
  b"`|Æ4┼¼L;ØÄ¦\x13\x10)\x02"
  b"©\x03\x19yf†@{—•I\x0F¼p)þ"
  b"Rsò^‡IB˂߭հT¡y"
  b"˜AË8ïéE9ž;uÓœ>›ì"
  b"OÑüc-ßNèôS┼\x00Ãð\r¯"
  b"\x19ã\x16?K丫ûÔhVN/"
  b".W’ö©yJIƒ\x0Ec2œ§ež"
  b"R¯ŠÒ‹\x1CNæ á\x04päÞˆ´"
  b"Ã\x02\x03jø¤IøñçŽ\x12%¸="
  b"øìé¼¶\x0EB┐è(\x01\x05;\x04"
  b"¡U\x7F¥³ÍE\x18ŒpfZ\x0EôÄ5"
  b"!4"­N‚Bä¯~5\x00cs–Ó"
  b"µmwK¼ŒKc°ŸA\x1DVæË\x02"
  b"\x1AÛµ¯bI£¦8ÖÑïK,\x10"
  b"ý\x02al8zL.µG„[ÿ«¶ "
  b" \x13Ø¥À\L\x17žÕîgº)[\x05"
  b"âÜL\vìÂB&¾ã\x05î\x0FLuš"
  b"åQ(&\x11V@\x03¸è\x0F\x1E\v1H¡"
  b"\x7Fª\x0E7^’A¡ŽÜIfÕ~Õá"
  b"\x05›`jMRH™­¼¨røÄ—\x15"
  b"\x0E\x1A\fmE,╗¶.}Å╣░\x08"
  b"\x01X\x074¡AI9ª\êáTT>Ç"
  b"É█¢©\tsN-ô▀x\x12═┤õê"
  b"""
    \eX+\n
    O¡©Jñ­èŒQX
    """
  b"ÉM’åÛ\x15OC§Ÿüßln—þ"
  b"’²€]ï§By§ã¹j9m³½"
  b"«\x1F┤bɲCÛì{<KsÓr█"
  b"p¨*ñ³#MÙ▒Í\x04Ã\x142LÉ"
  b"íÛ‡\x18u¯Kz‰Pêµ»˜H\e"
  b"ÁO‰Ï¡µGÕˆÎ1t9!cç"
  b"\x16û\x137OŸ|\x17#ÿ\7ñ"
  b"óÞ+\rŸðK+°\x15LAKD\3"
  b"á •«\x0F\x04A8˜\3^+àJÎ"
  b"¢ûC3¢ÉNYû\x16┬█Bu\x11Ç"
  b"/▀k-Lü@ÈĦ\x04\x01\x18H(¥"
  b"█╩\x05¿*`JHÅðMõ█lPƒ"
  b",ÂÓ“¶½G¿µ}r¥)ƒöb"
  b"\v\e™\%ÀKn²l\x1CŠñ)Ýö"
  b"\x10÷¢¸©sA_‰Í‘Ü)zâÖ"
  b"""
    ÷Q.°JUO}™P;`æ\n
    [-
    """
  b"WÏsY■\x10M¶Åµ;´ur°Ù"
  b"mu‘‰Ä¡G(’z&²:Ï ù"
  b"Ø}▓╗\x17\x16J*¢a?6<Åw\x02"
  b"ÞÁB¤õE»ü\vÁîÅMí»"
  b"žÇ˜ê\x01œEO•Y&zŽš‡æ"
  b"\x0F=i}K%ÑÂ\x17nË (0"
  b"ÂâKø²JOÅèßu[ø\x11ã▒"
  b" ¹+\x11Ã/F`üê"Ñ×ï@ö"
  b"H~ªÂľIE¦Ý@Xÿ°Æ¬"
  b"¾$GÚ}ãO(øs|\x0Fìê¡É"
  b"Ð\x1C!\x13\x13öAh¼ÁÂð‘àx”"
  b"\x06òppDUÉWÛ6íÓ\x18Ñ"
  b"í´Ð\x17;ÍBëü└Öð▀\x17█¯"
  b"ÆÜ‹êœ#Ff¼\x03žvB\x1DËo"
  b"' ▄\x05├ØJ`º"@░îæKd"
  b"Ò€\x05ŒNhCC“ioÁ\fz_í"
  b"ÿç=,PEM²╗µ¨\x01▄ïåÉ"
  b"\x0E}▄CõrG│ìü&¶bT\x0F¯"
  b"ïàn4µ’K¦ª\ë6þ\x07ßñ"
  b"M² ÒƦFTì│§/<‗í1"
  b"ÇP═▀zÊM÷Å░\x1D@á,Ñ]"
  b"û'F&\x15¶D\x01³k:àÄpž¿"
  b"\f%P†ÜÓB¡½prôxŒúî"
  b"ë_7èç^Fg©¬4Ÿ "J0"
  b"ìH4GV¶Mȉ\ óœÉ¯Ñ"
  b"†î*¾OÃC%¡%Ÿì'=¡°"
  b"\x0F\t”?B_ˆ`#‰§ìëe"
  b"0■mºNdO╩Ø»▄ýö■÷="
  b"Xúä©\x157O)•Šæñ«L>p"
  b"{[„\x13ä¯D\x07€Ô\x1AAš—(b"
  b"ã\x1D–d±\tO1Ÿy]³2‘!0"
  b".­PòrþI½¨’\t\x02>™\x1A\x00"
  b"óÔ▒ð\x01CEöìT─°ô.M\x07"
  b"øDŒUF–C´‚—NëV×9|"
  b"""
    °ýc*\x0Ec@C™3\x06[‹\r\n
    R
    """
  b"'|\x1C£¬\x12H*·éþÍW0@¶"
  b"\\x04Bø¼±B;ü¨\v\x06!\x17ãÂ"
  b"\x00 \x1C)ž÷M¥¼õµëǃJ\x06"
  b"/Çöºö>O†YÂY\tŠ\x1Cš"
  b"ÛÖ`ô0HH^ª\x18ñ[§\x0E"
  b"½\x02×1\tÚCѬխ#ß÷í\x1A"
  b"\x035|˜y\x05LÖŒª \x0F·ù\x1E\x08"
  b"Ê\x7F—œ£\x00L\x07¥ùM\x1Cá\nÑ®"
  b"l[B\x17:ÂL¸¡\x0F\x17È$“Ï"
  b"\x18Œ\x00}mG¸œ_·Ž®õëL"
  b"ŒÚ\x06L\e,K’­ŠË;“\x04¦`"
  b"\e\x06Gç¿@«„¬ÎvI4Of"
  b"\x12â¥KïD!’·+I4ƒ¡)"
  b"ˆ¨SøÓ`DO‰½\x1A=\x16â²&"
  b"ÆÂDþ˰L™›ÿ˜rA\x02QG"
  b"""
    =┌\x15\x0Fx╗@\n
    É╦Ã╦Ð^║5
    """
  b"\r‘M¥Lÿƒ\TÓúEÊÑ"
  b" !í;'QI§»Î¼ê>>Q"
  b"½ì HcQM”­¢\x03Ï7›¢ü"
  b"Jgx0ÁÉHëâ┴═┌╝äƒ@"
  b"Û¥pSE\x17Oh±1ä%´ßR\x7F"
  b"÷'S4¢:K[†\x03;m\x17ëñŸ"
  b"ïõ*É▒╬Iµ®7Î~3­N¥"
  b"Ù+€*ǧLlŽ\x01o œ\x14\x14P"
  b"ä}\x04ã\e=JG¿%ÐõõEº\x12"
  b""n\x15├×ÊH\x1Aì7@\x1E\x19\x13\x1Dx"
  b"\x05±ä«H*†\vFö³Š\ "
  b"lÐ9nÑéFËÜìõÉ┬ø\x13$"
  b"‘ƒbÇ[#I>¡Z B´2w¦"
  b"Í8´›U‚C\x07ºd>†öŒ1]"
  b"┴┬ÊÅ00Oå┤▒0\x7FÃ&ÝG"
  b"ýçW\x1FoñB{Üÿ\x1F■&\x1A"
  b"÷IC·YíEP¦ƒ©½¹kx¤"
  b"¾Ñ3\x1Dn²B«¿\x04¶60ÈÄÒ"
  b"£®\x19!8ÐLʸ‘\x18\x03\x01#"
  b"ì¾┬CÂRAÃï╦SK`%±G"
  b"▒´üGé┴KÀÑV\f\fûÞû"
  b"­ì'¸gTC­®ß*¿¿Ûø¼"
  b"éÜ—A“éGξ\x05{z2\x19Òä"
  b"ΔÐÌ}tCª’º\x14Ëý¢Ö¶"
  b"½LTè\x04âAà®0Òõ󨹦"
  b"­\\x14ü5ÛDÄ„Qy°aŽVŒ"
  b"Ó„o°XHBÛ¨±¨UÚ\fF\x01"
  b"†ðNpæ\x7FFV޵!‚QvÃ\x1C"
  b"e9æ~HßE:”Ùœó2»[D"
  b"Åü\t™öÃKã¾\x06¶­K¡&è"
  b"\x01\x11°SZ9HÞ®dë╦Øæ_H"
  b"V×àn¹\x0FDD¦ª7¶ÏÇàð"
  b"VÈÎ\x10­ëO(¯dÜÿb\x08"
  b"ûô€×Œ1A\x1C\x1FŸX€y™8"
  b"3`}\x10»íJ/–3yHùðÜ•"
  b"J¡Ó)])EÊ¥ÍËA\x18™d\x01"
  b"?ÎÁŽ8\x19FD½x£\x0F)²ìæ"
  b"f”ìmAÅM\x14€'¼fÉû)r"
  b"ùA|`ëƒD\vò╠ÔÉ%@\x0Fà"
  b"¡┤ \x16XYAúÿ.■û¨ìãÚ"
  b"¸^ЋYûIҜDŽ\x02оÏm"
  b"‰ÇÛ\x12ïH\x00¯\x06I³¨&¡Â"
  b"VP¢ÞÀÛG\¬£Ù.╩ìC╬"
  b"┐þè÷\r5K▓ñ9UÅC─?>"
  b":ÓuÔN\x07BPšÿ%LI¯\x1C"
  b"·Rè\x19}~Nö®ˆÕÔƒøGA"
  b"Í\x13\x11|¹SHº«\x1A“ZÈ\x02\x1D¤"
  b"ÿ2üCÒqD)¼\x17ŸeÆ©«L"
  b"\x06-\x13ÌxsH†Ž&€Ùj†½’"
  b"▒¯\eè\LL\x01ÅQ !Há\x05â"
  b"\r\x15v?·æJ·€v*;¦\x01®l"
  b"Ù­›À}”H𰵞•¼Æ}‰"
  b"¹ê└yj¯K\x11│‗ÄÅ_µ²î"
  b"Ÿ2Üp™òM\x0F®Pò G’+‚"
  b"\x05@ú«­`F–ƒ\x1A~`ׯÐ"
  b"'╠ÆñP`B¬â·╔\x03É‗(┤"
  b"ìåÜN*ÖD`¡¼ò\x06§seª"
  b"(G\x11.Ó™Iü«÷jìO›\x03O"
  b"sGƶ§ãEæØ\x0E\x00¡bÓѼ"
  b"Jõ1<\txDʼŒ­á\x16I=\x04"
  b"|o\x17yŠuLtŸ\x03‹µˆI\x08G"
  b"λy\x13¤ÃFà¡Ø_"ÌÎ\x1F~"
  b"¥G┘×õmN\x15Ø█╬£°xÛ¤"
  b"î$üõ\x1AâD©üfÉöÙ6Tæ"
  b"\x06GÜ3¸\x15D\x13ºÒÉÓ¢\x08"
  b"_³Göƒ,Jê…Ý&û(\x19ó¹"
  b"¸õ–£4œJ̺»€\x10ý”Ŧ"
  b"""
    ò\x01\x1E┌ı\n
    K■ÉN/­\eß½\x11
    """
  b"@\x0Ešæ|¢Cè§aí÷Ctu4"
  b"ÉÊÈØòÔD╩û8SÁ┼P®g"
  b"\x7F1V‚P,@[ªK;f­×,á"
  b"ÉG?\x02š\x1AJx´¨›ÍÌá;w"
  b"¼P\x07uQ\x15AV§ê\x0F|qHãU"
  b"\x1D@&ÃC=Ø█=ì{\x16©9"
  b"Æ9@çthDB‘ý\x1A¥¬É\x0En"
  b"k½’*N<H\f­×¡ª’\x1A\x17ã"
  b"""
    «\x1E\n
    GýýK\x1C­E\x1A.Œoç\x07
    """
  b"^K{=\x05¹Aù¶ËPü…]5ú"
  b"FÐA£³\x13D\ìqÙåbÂÑ¢"
  b"¸\x03+ðáHGõ…ž=­˜Ð8×"
  b"""
    ÐÆàºæúOlƒJ\x15\x1A×\n
    ÏÎ
    """
  b">oÓj>ïNÙÉÉøo+Yß┘"
  b"Õ²º▒á»NÉë\x145þÁty°"
  b"¹ê\e\x05\x08\x04Ghù\têaµìt^"
  b"e\x13òÉ▄8G2ó└ñ3\x0E.\x15å"
  b"±«1o±ŸHϯP,/‘@º "
  b"Ï4\r*¯"NŒ»îkÝœ\x10æ¸"
  b"ø\x19\x0E÷ÚkNO„\tÈ\x11ÀµV*"
  b"ošIýútB+¿w\x00hnº4ƒ"
  b"\x1F\x17~¾§§J5‰ã\x0Eí\x1A—u-"
  b"\x08‰J\x0FKZ€ìð1½+Þ\x03"
  b"’`Çíî{Dzª<6†Ú\x7F ä"
  b"kE■¹\x122BÉÂ>á+;\x17±c"
  b"ö&`¡GlAÇšòb°yÒßš"
  b"r©ñx\x1EuK!˜ø‚joqõË"
  b"×Rè‚ÞvEëŠÐ¶Ò\rÁ\x18Ï"
  b".\x03SkØ═@¸æq7Ú~GÊ,"
  b"\x18Únp\x00åEãûáD╦æ\x04ü'"
  b"\x1CìÐÍÓJÔòZìöbO\x0E7"
  b"#3ÚÝwnFÛ®\r‡œ©Ÿ~Ô"
  b"˜cí\x19¿ÛJƒ–ƒ¯“±dd\"
  b"ó­îî╗´DÒøWÓÓ■åÏü"
  b"œ}˜Öì CÑ”OÜë\x07Ï„Þ"
  b"öJ|ôC’C\e\x02;Ãf\x08õ#"
  b"Õ×ú\x7FÇüD ƒ$K╝C┌¹r"
  b"»Gé8<\x1AKv‹€¼nr&/ï"
  b"ˆ”…n:’Oçš \x18#\x11o_ "
  b"\t‡`¸\x17vK\e¸¡Q@k\x17Å¿"
  b"Éß╚┌\e\x1EJbú¦<$¬0+ó"
  b"Ên\x11\x00PWI@“JS³D2Ý]"
  b"Lþ«Ñ\vGM\x05±\t©Èœö½\x08"
  b"╩£eÓ\x08┬E ¥\x1D{k¤Ø-y"
  b"\fgæGMܱû©e±.ÍŠ"
  b"É\e\x05\x1EEЧÕ*cËδ‡"
  b"³Z\x03g\f¨LÌǮɯá█Ä\x18"
  b"kN-ý4£K\x00ëÅ\t{┘+^Ü"
  b"JŸðÌÁÓMò£U·2¯ö\x05ˆ"
  b"WpH=T\x13K…©³ù!^¦G$"
  b"'Ê5_¡\x13K騄Nj»þ»î"
  b"*Aì\x16ë0Jõµ!\x03aPfþ‘"
  b">C<Àd\x19J­¸ =d{\x14"."
  b"ª,ÿOCêE¸¯ ÕEên\x18Š"
  b"¢ÅèØÐ¥J»Œ4uû\x1F/\x1Ck"
  b"o“Â`Ý?GŽ©áQ;éàM‰"
  b"Ê"NÇfyBMŒ-ÉGð 9æ"
  b"=DÚW\x0E8Nåª\x11©N\x08ÂWb"
  b"Ø-79║b@¬Â­û\x1Fm╔_\x10"
  b"ý>¢zžšL̆æW명Žs"
  b"kØ9M\x15mK̾§Óàªb¡\x15"
  b"!3ç^«ÀAv½ÙœÂ•beS"
  b"bf#ðæÙK¸ÅR\x19¹■-─ý"
  b"s£õ,ýFB[å`9zì¬z&"
  b"ݾ\x11”¤·O˜¿ü¼û\x7F`W˜"
  b"êpÉPl\x00NQƒf{¬%C#µ"
  b"ý\x17¢tÅ,E\x0F’Å-%¿È‚Ú"
  b"U\\x1Ekw»Oê®i\x12Ûµ‰\x07h"
  b"ªv[ü¸7C‹€O&\x05edÐ\x13"
  b"aü│V®\x14J_╣Úá\x00K╦0%"
  b"¤ \x1CP\x05ëH$ìì³Û\x1D\f\x1F\x03"
  b"­Ü4eè0GçÆ├\x1C#Å2No"
  b";ò5ô╩ÛNò┤)ì?ºã9Á"
  b"\x0Eo”ÎOëˆ"–cÂ1Ÿ%"
  b"\x13m9ïLÉ@\x1D†_h”Ë6&v"
  b"Ïï;\v}’HÉ”ðØ\r‚ýb&"
  b"Ö¢ÕØñ›H+‹a&g†‡™\"
  b"$ÔÃ\x1A|KNÌíîÑ▓É┼ýf"
  b"éæ\x16s¡ˆC\¾œ3™]Ôâô"
  b"ŽbNt¹\rC‹¤J.È\x1A_\x03\v"
  b"ýc\x03ÉôƒEð¼AåÏ\x01‡?\x03"
  b"àe­╔õ┘@¹ì\x13┴Æ\x1Ei%q"
  b"ÿ\x1Cj\x12\tpMŠ‚›\x19\x7Fè]%\x18"
  b" \x18q\x12Jh@ì┐ó}j\x1C¦ë\x17"
  b"µç¼Z\x11gGq“r\x19ú¡wëP"
  b"@嫨ì\x1FM>º`¥}\x06†îB"
  b"@P│ç┬▓E\x11Å¢t/:`¤\x12"
  b"ö{\x18Á8ÝD0ŵà\x0E╝fs║"
  b"8€3Í:ëO|¼´Š;­W¼C"
  b"Å­à@§\rO"³L®Ü=“ÄA"
  b"9ÞYþçaGìŽ'û\x16¥\x1C£‚"
  b"""
    g4š\n
    S—Er»Ë²ìÚj\vo
    """
  b"\x01¶¾e\x10ÝB@¤aJ·þ“Þ\x7F"
  b"]Ñýø‗´CÛÆDà┼ØJÂz"
  b"‘È;¢6"D”œž\x05Äþ¼¿\x01"
  b"J░s\f®¯Dàì\x16\x0E\x11■│1^"
  b"\x08/2ü[kNzŠñ¨o‚°gö"
  b"!…µÅØ7A"ª«Þf\x07Å\x02ß"
  b"┤ÂJ╠ÉãA\x14鲨Â╚¨oI"
  b"\vØ1█<I­«╬¡║\x15ä▓\x10"
  b"\x10>┌ì╔\x1CNHâCÈæ\x16═é╔"
  b"HN\f!¸kOK€RC•…·ÖÌ"
  b"ã°ÍÌ8}Aâ¹Ó“ö{ßðy"
  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"¹`-¾É\x16Ke»²g╠Ü.б"
  b"Ü"‡5\x17ôO/•:õK·¦Ž "
  b"hÄ9Ù0\x1AFK°¯Ÿ\x1A\x03]$P"
  b"[ЀIìäK~œÙh›í½\x10G"
  b"«Ü‚\x1Dü\x12OK³ñ\x03º\x03\x1A"
  b""\x13Aq¼ÈMö¥^ÞT,ß=8"
  b"\x0F±yXÙeKœ›0SP\x01É\x01ù"
  b"r—ª[N\x0FHg…©É¡+ì~\x01"
  b"?\x1DÙBˆÛK‡¼\x14ý\x03ÖBÂ)"
  b"NG¡G$ˆLкž;k›~}ˆ"
  b"Ž›»¦\x7FUFá³ZN»®½Ä="
  b"\r_;ûOZšŸÎHF\fݸ"
  b"ÈÉâ\x1A;mA'°KMäŒ5pˆ"
  b"B”Ub\x1EæC²²ôVÚ¼:Ã\x06"
  b"¬î%&Ö\x19C╬¡‗c╦═╣,Å"
  b"¿ëãi\vÉDcö¹¡9\x11\x01"
  b"øë?@™ÀF‹·¡ÐVŒ=B>"
  b"ìx╠a\vîF\eƒ=0`╝\x02├©"
  b"8kS\x1Ae!E›·=ö%ï"ûk"
  b"▄ò,▀2ÊL\x10Øê╣Üä1èã"
  b"IJ¤±ºSDÅò@8\x04ºÎªÑ"
  b"&Å─\x12Wï@oëEVkaxV\x12"
  b"¥p™Ý IF4‹WØü\x05\x13ªf"
  b"Èì.L\x06.@!½|qfD(sñ"
  b"¶t¥Ìª-JS╣cÖüW\x00"
  b"Åb\x07ÊÞïEΪ~)%5ßÖð"
  b"/jÃúªûL³║¯aì\x16Ù²z"
  b"#‡Î#žŒC\x00¸ØÃ„v\x1E—|"
  b"\x00\r™ÌyQIØ·cø³Ö@\tô"
  b"íÏoX(\x1DF\e­œ£\x16,Ô1ˆ"
  b"³\x00ÛÉxoEÒÉPÚ÷uìåÃ"
  b"/┘\x19XáeG9çÏñ\x1A¹2ü{"
  b"\v«°,ÌåOSØgz\x17î«:\x18"
  b"êèÈ5_ƒMË‚³\x14¥µñrÇ"
  b"Ò†pé\<D¥²ß*nÛ˜Þy"
  b"""
    ×{¶u7¸Aÿ¹>¥\n
    A¬¸l
    """
  b"ê;F|r˜CE­õ#\e\x04êÅ\x7F"
  b"4\x10©F@ÆC║Åü{Ôé╦ZU"
  b"""
    \n
    3\x12"¬×J\x0Ež\x08×§É\ôÑ
    """
  b"░Õ;ƒ©*C\x10½ÖRàË\x06ì┬"
  b"┌ÉaÔ±´LOñhîà«MÍ\x03"
  b"#\x04ƒéx¿@FÉÂ;Q▀┐╝¦"
  b"\f3—ôD˜Ge›œ\vÁ\x17\x18Ù)"
  b"QçàǯvFc“\f‹Õ\r`¬ó"
  b"UÛb`xbCYº!?¹±4šò"
  b"ÇHÌýôfD╚Ø®7Þeû/N"
  b"\x1F”8W&IKƒ¯,_;ÐH­["
  b"r”|\x02\x13!E—µ3–\x01@ ˆÿ"
  b"ˆœ?\x15)éLß”m\x12\x1C\x03ã>c"
  b"\x16\x1F\x18ƒA(µÎ‘ž\x1Cô\eÆ"
  b"³Š"í\x10øAÀ½\x02ßä\x18ÎúÑ"
  b"ñ\x08œ€ÇXF²­fx(e\x04ܳ"
  b"1$ßûÖÑF7®$ŠyËJ;\x01"
  b"\t@bÕ kO%Œy7q¨^m\x0E"
  b"\x1A—ïµvšJü€Þæ&Gkû>"
  b"""
    \n
    ۙǫ¦BÜ»³úi"jQß
    """
  b"\x13‹·†¸¬M*´á\x13r…!ô{"
  b"²µ¯6\x1EqL\f¼Ì`€L\x08~\r"
  b"òÛ¦µ´\x06MѪ+íQ_¿t$"
  b"6(ıhÇuGÜǶ+c╩É╗▒"
  b"o˰‗┼\x03Mìçôà-+ñ>w"
  b"Ö´ÕvȉJD£áAé¥kÙà"
  b"""
    |øÔu)\n
    K4°‹\twöë[á
    """
  b"m|ì+┘.F@▓W\x1A¤î¸°¨"
  b"·þ•Å?òM܃!¿Yj\x08n="
  b"€~Þ5agC"¨í#h*ÿÍj"
  b"·nÑ2╦\x1CE▄ì\x07\x18í¡î=\x18"
  b"ħOÈ▀K{▓önýh\x15Ø┐"
  b"└+\$æ\x06AWáüG#E^\eo"
  b"ù‰ÞÎØKO(“&ÅTŸc²6"
  b"ÝËz'+ÊCa¥Á\x1Ao\x05<<á"
  b"-\x02\x02\x03Û¸H›‡\x04“ŒM'\x01;"
  b"ùs¦îEpFë‹\x1E\x19ǰ<î“"
  b"Û\r}™d)OÀ¨Mšp˜P=q"
  b"\x0Eĵã²É@°¥ööp\x06kIs"
  b"ÖZ겞KDµŽ«åˆ\x0E؈Ç"
  b"­S\x14¯FmHå¸n·xÆû\eM"
  b"\x04\x1CŽÖ\x156AÊ«ïi.·YžB"
  b"Q²ª\x14^ªN\x1A´g#ŒZ\x05o™"
  b"ïı\x18C°┌L▓Åi£ütW\x10"
  b"\x01š\x08©e-CÞ¤+ÛGú\x15\x1Eº"
  b"╩£\vü&CG¿öc\x04\x08¬9b┼"
  b" ┘k╗S=H\x1EáKØNI½pR"
  b"\x00©ñŒ…ÖFaµÐh½\x1A·8["
  b"\x13\x1A\x12pG?°\x1AçYø\eQx"
  b"+Åz%\x10÷ES¾õfú~š¼\x10"
  b"éLqMÑ\x17L\x07 =àé¡“\x0Eq"
  b"\x1FÊèÉE]“Ÿ™…Jѳz"
  b"áß|vØOD¢è╝ðW¾gv╦"
  b"í£%µ¹@C─ø\x14TüDö└┌"
  b"•Óq@t\x08L;¦‚îùM|‹…"
  b"î\vð;ôFD°„J\x04\x19Ý\x10öº"
  b"xÿ\x10u¼?FÒ„ÃöÉfóœ"
  b"\x12Ñü0ùâAÚøHeDªs┐╦"
  b"╩H6\x7FÿQD©┤ƒvbØÉ;+"
  b"àk¹vY║Dì«Ü]ó7╣─\x08"
  b"Ÿ£\x06Çd4Lò ‹ð-”„\x00\x04"
  b"êýè<¹éIxâÅbï\vTàï"
  b"úqÁ\x18ù­KÔ„ö³£1cÑ8"
  b"r╚║É═÷C╬£┐▒M^bîÌ"
  b"ÕÖ%8WvH\x1F¨õF­X\x11Q4"
  b"\x10\x02PuJÞºHŒ „“;\x05"
  b"‰¼´˜ãLHwš2@‚\x1DnHö"
  b"5ù±\x13\x18PL×” !\x08#—[r"
  b"""
    ¼<\x0E\x1D„ËOèž\n
    AP¦[¯w
    """
  b"Ëì/yIéA»\x04\x04/╔YÐ┴"
  b"™£N0lƒFj—ºá\x00\eº^\e"
  b"pî@TÊkHX¬q¨m¾ñ¦K"
  b"S1J‰‰PO@³\x02\x04?\x16šã*"
  b"\x17\e\f™AášÖs—ƒÊŒ{"
  b"+C3¢i\fFµØÎä¹~õÇÈ"
  b"│pà\x1EÝhO╣ëÀ¥un\Ø!"
  b"Ñ:BP\x1D0B‹“m\eö\x14\û."
  b"\x16«þÈ8²O╦ü.\x18»ÍÒ}A"
  b"ùY´\x0FÆjKÎØ&jà\x04\x11▄|"
  b"\x0ELé└ñG¼║¤ì\x04%\x01w\x1A"
  b"Ü\x19_r¶PE{¥\x1A‚hN\x08R\x08"
  b"-]Å"|¡EÄàJ=ß═â+\x06"
  b"÷î¯üöÃN,ÂÎòÿÅï│ó"
  b"""
    ùvÒ\x18ÔÑC°¡i#“¯\n
    ‰°
    """
  b"""
    ?åò¯p¬M\n
    úÏ╔Û/èAÅ
    """
  b"½þ…Ž\x18äEvˆ÷j\x1D>¤ _"
  b"±Ubòµ\x07Nÿ“)JZ•Uc”"
  b"\x18Åj\vO+ÄO¶sá╣\rD"
  b"×ìÌ¡“tHå–¿ê5·ž5Š"
  b"\x00[¾äŽéKZƒË½ïÿüã¢"
  b"ò¢Þ”HøE‰†„Çm¼m\ek"
  b"SL\x00òmIKØ«,/ƒ/Íó®"
  b"y~┬´ý^DkâÅ%░┴Ãâá"
  b":á›ér¥C¾¹’nÿKsà#"
  b"t|`wŸMM¥¹Mš\x14\x00˜€"
  b"“í=Åw2Mf¸©\x1A\x16'¿¡³"
  b"F+ÏŠâ«J\x01š¦ëätKÉÂ"
  b"\x0FÚÑ\¢ÂMꎼy<KÖ§í"
  b"°Ù5s´ÀN\x08²˜Çj'-\x1Em"
  b"ÕfU¥\¤KÅò^²K\x1FM┼ù"
  b"Ð\x11ñÝ%ÖI\x16ìmÓ´┼Ü}""
  b"q)oò»DLW‡íÄ£\x1Aì\x1AÐ"
  b"`s%¾)\x1FO± ‚››DA1³"
  b"%\x03«PÅ$A\e║╬¥+\x01¢yÛ"
  b"«„_áý€Gø­é,È¾ŽŒ\x03"
  b"xÕXë/¦B޼h7T\x7F,ì³"
  b"Ohq¸\x1FGOâœÌ\tã\f~ý”"
  b"C)PPµ®L>½Œ2×ì·.™"
  b"0╣\x13ßÉ╗FÏÀâòLË┤,\x1D"
  b"ó┼÷×Ó\x0FMÒü¹?iÝ\x1Eí\x0E"
  b"n╩╦ð¹^@´öïµ2É]îó"
  b"\x11ç#t\x7FÙG\x02╝Q(c\x0Fì─ç"
  b"æòƒ)\x0E\x15M|ŸI\x13\x1FÕê›B"
  b".?eŒvhKÚ¹×ëSˆˆG\x13"
  b"\x12<sìw@\x1D˜¾ÁLXóV¢"
  b" ZóÊÃãLßèü|òÌMz:"
  b"""
    \n
    uY¨m\x12B+Ø\x14xõGÇÓ§
    """
  b"\v3\x15[\x11ÛM•€J8Ÿûبf"
  b"B•Îvj/A\x0E\x03\x1DzÓÀ\x0FÈ"
  b"l&–¡\x18XKæ˜2U£1ïxt"
  b" ™‚_ë}C¹¥\x03Ÿv:\e\x1F\x10"
  b"\x12p¬’|oHò¼¯$IEKý\x16"
  b"¿ÎaÙÅÒ@¼¯k\rIf\v\x05#"
  b"„Bãô\x15v@ãŒ\x11%a˜\x18"
  b"ó88–þ“J²ˆ¥\x1C"K©{S"
  b"¬=èjåxI‚ž‰$~íL\x1DŸ"
  b"Z3¸Á‚}D\x04‘Ÿ\x19¨ã[ÕM"
  b"0N.╗┐ÒIuÄØ¼\x0F3!▄*"
  b"È!NŠ\t\x7FK\x1F®\eÛ^âcþ©"
  b"mT\v‘ýcCú¬ßòŒ\x1F@°Ü"
  b"ñ/•0Ñ÷CÀ•û1\x12—1\x1D\x07"
  b"n]<“^ÏG\x02—›c‘@/ܲ"
  b"VÜ░¹:ØB\x13ª.╔├ð1Ì\x1E"
  b"Øí¥\têäGñÄ´8Eê¦\x17\x02"
  b"÷³^L\tÄHÿ¦\x18“®¨\x05\x0E­"
  b"0H6\x122×Bï…“Y<`Î\x08"
  b"þyNåÕÎHª‡Ü¸Ç9…þ\r"
  b"ýÉ─╔ÛpC\x03£\x0Fyƒ$Á¶3"
  b"~\\x16IfVMÔÅß«~Ä\x11"
  b"|üâJ’»@0©~Š5)€¥\x05"
  b"""
    õDÿ\n
    9›K·«\fr\x03\vô°í
    """
  b"¯\x15@äÚüCÃÆ\x03¢éÃ\x17■£"
  b"\x05\x07\x10\x00╠GqìîuÖÁ─l\x10"
  b"╠<Æe┴\x00L\x11Å;\x0E▄©¥0ð"
  b"ÿÆÖ³i¨Mý¿}\e“P‘uu"
  b"KW┬¯S╬Fµì¹õv#║.¸"
  b"\x11\x11Zvè\x1AHûÑ=t)ØJ▓ü"
  b"’D\x13ÑÅuG7¯Ýd¸\x0F‡Á\x1D"
  b"‹8\x1Ck\x7FéK\x06Ÿ9ÞǦ&B½"
  b"8}8@Ó8GjƒÕÄòÝä³["
  b"^F¹9lºB`öÅ B&©0×"
  b"`›¨Õ*\x14F2®‘\x1C˜c”þk"
  b"Ð4\x06LúpDh¼,-p5â°÷"
  b"Rj.žø\x17N!›\x00•U‘'ß+"
  b"û(\x1AÝ!¡Kì±üb¯0Ò\x04\f"
  b"\x1EÔ\x05CÜŒLš·1)S¿»QË"
  b"¤àü?S.Ir¼i\x18øò\x16®O"
  b"Ô\x0EQ\x05JŽEL²››ËíööZ"
  b"$Nò\x13ûïCsˆ\x19´y—\eqr"
  b"""
    \x13$\x0E}…³G^½Â\n
    FZKRã
    """
  b"\x07íq^3šCÁŠCÛYå\x13ð\x06"
  b"""
    O_m®×ÅNÏ║bgÌë\n
    øJ
    """
  b"òiœ‘\ìAÒ»éÖ\x18I-Êâ"
  b"O┐}|ì\x13HÄö}\x1EÆ▒¥¿|"
  b"?╦\x08#2ÒCì©QüÂ9­ßª"
  b"\x15à\x053¥øJ"³UŠ\x03 t^2"
  b"Ð;úÔ–0MSœªl:ðEåÒ"
  b")a–\x0Fï O͵&K\x12äâtË"
  b"""
    K\x16\x13\x11HoCû¨®Ã\x07\n
    Š\t3
    """
  b"\x17í0)ò»E¯ì{¬\tÀg■G"
  b"╔KXì¼ÐLì┐│;\x03Ý\x1F\x1E"
  b"\t¼\x14PKWMñ·Òl›Ú%$”"
  b"Ž\x10[±WãLI‡ì)ÓMzQ\x10"
  b"îŠs½\x15ŸN/¾\x00¥Ü–\x15Ž}"
  b"âñPðmÃNB™>|ö\x04ŠEV"
  b"¥Õ\x14‡º\x07Ei—ém•2\x7FÚe"
  b"üñ?\víÌJË¡ûÔIWbVÜ"
  b"A\x18(è9ıL^»Ø╬ ▓42Ï"
  b"è'(Éã‘Jl±„\x18ÆDF#^"
  b"ýÉ×ålÈC└Üa¼T7¦\x19Ü"
  b"1\x04!*ƒ\x04E#ÑÅtÛÍhfÞ"
  b"°à ÛÁéNYöûLöìu1H"
  b"42{åÛ´H•”S9XŠC´f"
  b"¿Í}ƒã‚O\x00º†§¿€”\fˆ"
  b"rQK\x152¶Os©ûô{¯%Z´"
  b"ÓìU5¢[LÑô«aÀ\x10Àü\x13"
  b"n=3æîéBrºÊ[÷Rq\x10]"
  b"üvU kÖDî¢h│0*b)ü"
  b"v·«è¥\x1EB\x1D¡ØåW¸L|è"
  b"óîßõeéݧQß„w²W"
  b"Òp­/Dt@8º:Na»!®1"
  b"\x13\x13\x1A½Du¿ue·Ò\x12\x08\f"
  b"ÿW8ÞoDIƒ“—€Êy)Íh"
  b"""
    í\x16 ‹T\x1EI\x01‡Œzý³õ\n
    Î
    """
  b"Í•7‘™¥@mœF­Ð_L‹ú"
  b"ªh\x089\x06°Eõ╗iüU ô╚\x1F"
  b"]Saj╣¦B░º\x03ÕÉÌ\x13K\t"
  b"œ·ó*ŠåM¹ºîU†\x1D]ä&"
  b"ý#¹ û¦EiœÊ!°•–\x0Fü"
  b"z┤‗\t\t_GØ«À\x05,┌eÑ*"
  b"\x05@█ÀHË│øÿØ7éç4"
  b"\x08\x1DÄ­2ÚGø¥éÉÑeVPr"
  b"ÊR¶«~WOŸ§Ú¢Rªcê\x10"
  b"Æ\x04s.iåC•¥t1³ÞËÍå"
  b",\tÎ;┘\x02E┤¿ÃwìU¹\r<"
  b"""
    \x16žºàI;@^Ž\n
    w\x19ŠCŽa
    """
  b"\x15m~\x02ëÆNrZkØÄ—"
  b"\x03\x0F˜\v*EΧI×z>©%¶"
  b"k·YÒjÂEõŠê­yK\x00\x07ü"
  b"""
    \v1%üÙ\vH\n
    Öt\x16══ƒ\v
    """
  b"áË9G\x1D\x14E¼’¼ôºi\x12"
  b"Å5zØ\x13NFÊ×):ð\x02ç░Q"
  b"\x18àócáJ\x11¯=µ2ìQ?¥"
  b"\x05\x0F\x12Šb«B›‹q_\e\r\x10þ\x0E"
  b"{šL¤øƒKF»i]Ëð\x0F{”"
  b"É\¦2{ÚA▓îY\f¤|äÛ»"
  b"¶u-ÝG\x16@N—\x03-óˆ_•Ù"
  b"X¿+ÔB-Fo±Ìl\x18¹(\f°"
  b"=\r¥mƒ\x0FM\x14¶¿\f\tøÔeÛ"
  b"6Ý¥c\x12\x12Gn¿¦äSÅñ°ª"
  b"~T\x13\x18YºCâ®&ŠûZçß\x1D"
  b"\x1Ax€Z¿°IÚ…ß͡|bM"
  b"ÚæwQŸ_GÒ«oãà…\x03`c"
  b"Õ(ý£ìTF\x11ÿ╝\x19$ô╠U·"
  b"ÚMœ±†ï@L‚†~§<!\x1FÀ"
  b"´ø­Z«¡MR˜}¨–\x03Ù­þ"
  b"uôÅÊ‗²GƒÿÚ1B\e\x03"
  b"¾º╔ü\t╔J\x07î▒ÎUT░Þ!"
  b"▄[­c▀ÈAÁú¶ìt¯ÿP0"
  b"ÆÎ‗¦Û:G\x03ëØu¶<Ð\x7F\x05"
  b"³ÝÙ\x14╦¯OÐâà7ür, \x17"
  b"T}ÖÇÄ€Ct¨ê\tp]-m)"
]
83 47.52 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"þ\x10zþm\x17F³Ä┤\x1C\eØ\x17Á╝"
  b"pz╬ ÎÔBJ¼5▀\x00nØÙ╩"
  b"AdF“'òK\x05¬\x12Ÿp€w×x"
  b"«€Ÿ15‘O\t°€¥^÷XXˆ"
  b"\x05ü▒ºÝéADäÙHÛU[?\x18"
  b"\x08mˆ ÏwJ€˜Ÿ\t!EKYt"
  b"—In"\x17pN™„1?A\x17\x03œM"
  b"…x\x7F\x1FOÆ©ÀªZPÊ+@"
  b"""
    „yd "ÃL?±÷\x11w¦ý\n
    B
    """
  b"‰RËn•—Dí¹ÿ‰þ\x13ÊŽ\x03"
  b"‡AúÖkYA&°ÕÖL;g\x1A\x7F"
  b"\x1E9\x13q\x10\x16OÀü\x7Fczç9iu"
  b"\x06ä\x7F‘ÊÍIŽ‹—øÅ«©q?"
  b"╠┘\x06au░CöÆì┘rDf▓2"
  b"═ËuÎUQO¡ì╚ÀÐÄ\x1D'1"
  b"EÒàı\r¯N½â].ÙüGKB"
  b"í\vä™LŒIþ¿t¤ž¥ã­\x0F"
  b"¡štE\x1AÇG\x10¡Q…Ü»\x05ƒº"
  b"A\’Q¶(O³•ÈÙZ§\x18\x16E"
  b"ýÙcì÷\x1AAMÑ\x13ÎNä¤;Û"
  b"úHs\x02\x1DÝHÔ‰¬{¤¬t\f6"
  b"\x1DQ\x7FuC<–\x12[!U_Lï"
  b"ÊÎ+Y\x1AÏJ•®\x00\x1D{Èΰš"
  b"R\x04ÿ\x0EG}C<¡û\x08^║ØÀ╦"
  b"äÊ)Ù▀ðC/ÉÌ¿1\x02yæå"
  b"■x>\vULKTØ¡aÒh>│û"
  b"┐¯\x08\x1E0èF}ɧ\x1Ak\x16\x1A"
  b"e\x03‰UZaJH½\x1AØw»\pÃ"
  b"7[{aÊ0E;›ª¬\x1E’²Š\e"
  b"km‡=M^N‡™Ê°\x14öÑ\eW"
  b"šÂIJè\Lî¯Ãg›\x02c——"
  b"""
     ÕWçÈgN\n
    \x15_3~ÃAù
    """
  b"i·4¦*§BÜ╗åÉ\x1Eþ"\x17\x02"
  b"""
    \x04hT\t‹<N(”\n
    /7ÿˆsl
    """
  b"ßÊM¥‰.Cˆ²ï’›Þ}Ç9"
  b"!£t¢)GGö£\x08TS…\x04à¹"
  b"\t\x1C¿ðÈ0BΕ6\x03bÙ^œJ"
  b"ˆ)ò\nÈA\¯\x1E\rFÕ¥ÐF"
  b"Ç¡\x10·¬¶CI±b\x15.Êúé\x03"
  b"Õ_Lî«,F]¨2\x04ÕàbáW"
  b"\x06±Y,XWGÏ®¬\x1A\x00Óó›C"
  b"├²"ÌãZB ú7>ÁÔÏìC"
  b"¾á‘2‹RK;“¬ºÒ5cz¤"
  b"╩8 )TñD{ì°¼+Ëp£º"
  b"\tª²*M*L`î├'\x08è \É"
  b"Y9i^ú\x12L«ü1bPïí¶╠"
  b"OA«àKnOO¢à].ô¯\x1Cl"
  b"ìºó_ôQFì×▒_\x01ËÐ\e$"
  b"1À<WmïO\x12¼ÿ—<9ŽŠi"
  b"ºL\x01\x06Jþ—ï;Ô y§("
  b"""
    ç0Ü╝n©BKÉV\n
    øÜ£ðT
    """
  b"\x0FsHß¼ÎI>¾ìªRÜæçç"
  b",2Óø=rKd¥Œ~¨<sö›"
  b"iYÿO®˜Aé¹(`a¢ÎÅÉ"
  b"ó\x02a'Ú‡Bþ­Ž\x7F\x1FÛ\x7F"
  b"¶>zrf³KƒªÐ”l0<\x17Ô"
  b"+\x13ý¹Ê\x1E@0ì■¥Écz®ý"
  b"<wV\x18„…E…’Øü0\OçÓ"
  b"JìÆ@ÁwG|¨Ðòâð»âU"
  b"òðc"´ÞG\v¥4╦@┘Űá"
  b"k▒Õ\nª‗EHØh¦Qn{\x00p"
  b"8vv…1áGvº¸\x1C~Iæ6%"
  b"ôöø\x10ƲLØŸ°#~rýÃa"
  b"Hb?t$.EVƒ[èû~¨éq"
  b"!ª┘¸─┌LÔ¬Qé┌í@GØ"
  b"6tZ÷¹r@˜Ÿ{ªÀû›©à"
  b"tÚ€\x17jùJA¡ådX_ÕÔ¶"
  b"\x03üV,\x1F}O&¥jÆ.?||ý"
  b"\x0FÍA5©èF´œøI¾\x145iº"
  b":\në¦e>LCübÈ\x00■DPµ"
  b"%ÏØq·\x05FW–TX#‚æŒ\x0F"
  b"’!ÛdËÅOð¾S%H$ªÎ\e"
  b"°hÈs>mCu´Ôt‡$-JÑ"
  b"C5Å«#ºK\x14£\x17ƒÂ\x07ŸNu"
  b"î\x13Ñ\v|Ì@ñÉ\f┘Uþ_³6"
  b"\f\f¦G\f\x14Mج%º‰-ì'Þ"
  b"\x04jsíÏ\x05A\x14¡*}Y“¹D¡"
  b"\x06Ùü¾ø¦A˜ cÓºË1þ\x03"
  b"y‹ö\x1EúªG‹“Í¿¿‰!ˆá"
  b"næ·Å└µM8Ñ(g¤\x05\vÓP"
  b"Ø5"SƱJèæ²?õËõ▓Ô"
  b"""
    á6íi+\n
    J[ì\x05Þr\x134\x1A\x7F
    """
  b"“à\x12s^\x1FB?œU(mÁö\x10Y"
  b"+PÃ-ï\x06@¢”LËçY‰_?"
  b"\x0E\x1D±9DQEj¹ÕIçRÊê¼"
  b".¸}F²^O#¾æ‚nZSû\x1F"
  b"ÕE9ë°»Nµš~éZòĺ¬"
  b"""
    ¤»\r\x02\n
    ³NšŽ8ÿÉôãbê
    """
  b"ìU[Êæ¿G\t‚ž-^ò\x08€m"
  b""Ki‡ ŸKÔ¥\x16Šá¯\vv6"
  b"¢um¯ø║M`░}\x13ì¢ÂNN"
  b"ØÇöÒ'■DªäFiÛ̃Eu"
  b"ÂÍ„:\x11\x1EO€’1\x07ˆ1Šü\t"
  b"©!▓î┘ôK óPÆê\x18|É\"
  b"õVL¼m,Gì•ízvÅ?°‹"
  b"|\x0EÛ¶ÿ5EÝ‘&û8\x10¼[k"
  b"§\x05Þkb~NÃí~ÉóF£7a"
  b"„œRÙ\x02FBT¶ï,Äot7g"
  b"_áLÆì~GÝäÙ2┤\x12£ÕÄ"
  b"½5\x7FWÏûB\¨§)¨Ä»ÞÖ"
  b"²ÐEßïØD\x7F²\x0E=\x12ææ\x05½"
  b"¢®ÖÚQyH埗Å,¼µ\r"
  b"”i°*TžDA›žÝÛ1]PÆ"
  b"Z#9p>\x17@þä╗ı ÅSÔ▓"
  b"éF}JYQJ»œ"\f\x0E¬*Ný"
  b"ú\x1DÉg—¨F…µa¨—÷wÖT"
  b"""
    (2\n
    +¦uA;§•\\rºŽë¨
    """
  b"""
    ²└╔OÃ\vDú║ıØ?´\n
    Ù`
    """
  b"؃#“E\x0FO\x1A¦à²i¬\x03¤Ÿ"
  b"§/UQS•A·œÍµ¸dZyñ"
  b"\x03ŸŒ\x10Eu®\x7F¹ÆDª<Ñ"
  b"╬âÉÞÏ£J\x1F«É╣¶6Ô└Ã"
  b"\x19yõXMº¶AÅôÙ·~z"
  b"é\x1CÜ\x0F?½O)¢-RÛÌG“\x15"
  b"\x1AAPƒxcBü‘8\x03ò3È-Ž"
  b"¨|¬#|)Dÿ│»`>¬ì3c"
  b"}J¾\x0EV\x08I\x1Aó│¥ÉÏì\x05å"
  b"\x1Fæ—çÍgG\x16˜Ê@\x10¼\x0E"
  b"┬úW;zìLOû&»╝ÙE┐["
  b"Dož&ÎJFf‹Õ×1¼7â\x7F"
  b"`|Æ4┼¼L;ØÄ¦\x13\x10)\x02"
  b"©\x03\x19yf†@{—•I\x0F¼p)þ"
  b"Rsò^‡IB˂߭հT¡y"
  b"˜AË8ïéE9ž;uÓœ>›ì"
  b"OÑüc-ßNèôS┼\x00Ãð\r¯"
  b"\x19ã\x16?K丫ûÔhVN/"
  b".W’ö©yJIƒ\x0Ec2œ§ež"
  b"R¯ŠÒ‹\x1CNæ á\x04päÞˆ´"
  b"Ã\x02\x03jø¤IøñçŽ\x12%¸="
  b"øìé¼¶\x0EB┐è(\x01\x05;\x04"
  b"¡U\x7F¥³ÍE\x18ŒpfZ\x0EôÄ5"
  b"!4"­N‚Bä¯~5\x00cs–Ó"
  b"µmwK¼ŒKc°ŸA\x1DVæË\x02"
  b"\x1AÛµ¯bI£¦8ÖÑïK,\x10"
  b"ý\x02al8zL.µG„[ÿ«¶ "
  b" \x13Ø¥À\L\x17žÕîgº)[\x05"
  b"âÜL\vìÂB&¾ã\x05î\x0FLuš"
  b"åQ(&\x11V@\x03¸è\x0F\x1E\v1H¡"
  b"\x7Fª\x0E7^’A¡ŽÜIfÕ~Õá"
  b"\x05›`jMRH™­¼¨røÄ—\x15"
  b"\x0E\x1A\fmE,╗¶.}Å╣░\x08"
  b"\x01X\x074¡AI9ª\êáTT>Ç"
  b"É█¢©\tsN-ô▀x\x12═┤õê"
  b"""
    \eX+\n
    O¡©Jñ­èŒQX
    """
  b"ÉM’åÛ\x15OC§Ÿüßln—þ"
  b"’²€]ï§By§ã¹j9m³½"
  b"«\x1F┤bɲCÛì{<KsÓr█"
  b"p¨*ñ³#MÙ▒Í\x04Ã\x142LÉ"
  b"íÛ‡\x18u¯Kz‰Pêµ»˜H\e"
  b"ÁO‰Ï¡µGÕˆÎ1t9!cç"
  b"\x16û\x137OŸ|\x17#ÿ\7ñ"
  b"óÞ+\rŸðK+°\x15LAKD\3"
  b"á •«\x0F\x04A8˜\3^+àJÎ"
  b"¢ûC3¢ÉNYû\x16┬█Bu\x11Ç"
  b"/▀k-Lü@ÈĦ\x04\x01\x18H(¥"
  b"█╩\x05¿*`JHÅðMõ█lPƒ"
  b",ÂÓ“¶½G¿µ}r¥)ƒöb"
  b"\v\e™\%ÀKn²l\x1CŠñ)Ýö"
  b"\x10÷¢¸©sA_‰Í‘Ü)zâÖ"
  b"""
    ÷Q.°JUO}™P;`æ\n
    [-
    """
  b"WÏsY■\x10M¶Åµ;´ur°Ù"
  b"mu‘‰Ä¡G(’z&²:Ï ù"
  b"Ø}▓╗\x17\x16J*¢a?6<Åw\x02"
  b"ÞÁB¤õE»ü\vÁîÅMí»"
  b"žÇ˜ê\x01œEO•Y&zŽš‡æ"
  b"\x0F=i}K%ÑÂ\x17nË (0"
  b"ÂâKø²JOÅèßu[ø\x11ã▒"
  b" ¹+\x11Ã/F`üê"Ñ×ï@ö"
  b"H~ªÂľIE¦Ý@Xÿ°Æ¬"
  b"¾$GÚ}ãO(øs|\x0Fìê¡É"
  b"Ð\x1C!\x13\x13öAh¼ÁÂð‘àx”"
  b"\x06òppDUÉWÛ6íÓ\x18Ñ"
  b"í´Ð\x17;ÍBëü└Öð▀\x17█¯"
  b"ÆÜ‹êœ#Ff¼\x03žvB\x1DËo"
  b"' ▄\x05├ØJ`º"@░îæKd"
  b"Ò€\x05ŒNhCC“ioÁ\fz_í"
  b"ÿç=,PEM²╗µ¨\x01▄ïåÉ"
  b"\x0E}▄CõrG│ìü&¶bT\x0F¯"
  b"ïàn4µ’K¦ª\ë6þ\x07ßñ"
  b"M² ÒƦFTì│§/<‗í1"
  b"ÇP═▀zÊM÷Å░\x1D@á,Ñ]"
  b"û'F&\x15¶D\x01³k:àÄpž¿"
  b"\f%P†ÜÓB¡½prôxŒúî"
  b"ë_7èç^Fg©¬4Ÿ "J0"
  b"ìH4GV¶Mȉ\ óœÉ¯Ñ"
  b"†î*¾OÃC%¡%Ÿì'=¡°"
  b"\x0F\t”?B_ˆ`#‰§ìëe"
  b"0■mºNdO╩Ø»▄ýö■÷="
  b"Xúä©\x157O)•Šæñ«L>p"
  b"{[„\x13ä¯D\x07€Ô\x1AAš—(b"
  b"ã\x1D–d±\tO1Ÿy]³2‘!0"
  b".­PòrþI½¨’\t\x02>™\x1A\x00"
  b"óÔ▒ð\x01CEöìT─°ô.M\x07"
  b"øDŒUF–C´‚—NëV×9|"
  b"""
    °ýc*\x0Ec@C™3\x06[‹\r\n
    R
    """
  b"'|\x1C£¬\x12H*·éþÍW0@¶"
  b"\\x04Bø¼±B;ü¨\v\x06!\x17ãÂ"
  b"\x00 \x1C)ž÷M¥¼õµëǃJ\x06"
  b"/Çöºö>O†YÂY\tŠ\x1Cš"
  b"ÛÖ`ô0HH^ª\x18ñ[§\x0E"
  b"½\x02×1\tÚCѬխ#ß÷í\x1A"
  b"\x035|˜y\x05LÖŒª \x0F·ù\x1E\x08"
  b"Ê\x7F—œ£\x00L\x07¥ùM\x1Cá\nÑ®"
  b"l[B\x17:ÂL¸¡\x0F\x17È$“Ï"
  b"\x18Œ\x00}mG¸œ_·Ž®õëL"
  b"ŒÚ\x06L\e,K’­ŠË;“\x04¦`"
  b"\e\x06Gç¿@«„¬ÎvI4Of"
  b"\x12â¥KïD!’·+I4ƒ¡)"
  b"ˆ¨SøÓ`DO‰½\x1A=\x16â²&"
  b"ÆÂDþ˰L™›ÿ˜rA\x02QG"
  b"""
    =┌\x15\x0Fx╗@\n
    É╦Ã╦Ð^║5
    """
  b"\r‘M¥Lÿƒ\TÓúEÊÑ"
  b" !í;'QI§»Î¼ê>>Q"
  b"½ì HcQM”­¢\x03Ï7›¢ü"
  b"Jgx0ÁÉHëâ┴═┌╝äƒ@"
  b"Û¥pSE\x17Oh±1ä%´ßR\x7F"
  b"÷'S4¢:K[†\x03;m\x17ëñŸ"
  b"ïõ*É▒╬Iµ®7Î~3­N¥"
  b"Ù+€*ǧLlŽ\x01o œ\x14\x14P"
  b"ä}\x04ã\e=JG¿%ÐõõEº\x12"
  b""n\x15├×ÊH\x1Aì7@\x1E\x19\x13\x1Dx"
  b"\x05±ä«H*†\vFö³Š\ "
  b"lÐ9nÑéFËÜìõÉ┬ø\x13$"
  b"‘ƒbÇ[#I>¡Z B´2w¦"
  b"Í8´›U‚C\x07ºd>†öŒ1]"
  b"┴┬ÊÅ00Oå┤▒0\x7FÃ&ÝG"
  b"ýçW\x1FoñB{Üÿ\x1F■&\x1A"
  b"÷IC·YíEP¦ƒ©½¹kx¤"
  b"¾Ñ3\x1Dn²B«¿\x04¶60ÈÄÒ"
  b"£®\x19!8ÐLʸ‘\x18\x03\x01#"
  b"ì¾┬CÂRAÃï╦SK`%±G"
  b"▒´üGé┴KÀÑV\f\fûÞû"
  b"­ì'¸gTC­®ß*¿¿Ûø¼"
  b"éÜ—A“éGξ\x05{z2\x19Òä"
  b"ΔÐÌ}tCª’º\x14Ëý¢Ö¶"
  b"½LTè\x04âAà®0Òõ󨹦"
  b"­\\x14ü5ÛDÄ„Qy°aŽVŒ"
  b"Ó„o°XHBÛ¨±¨UÚ\fF\x01"
  b"†ðNpæ\x7FFV޵!‚QvÃ\x1C"
  b"e9æ~HßE:”Ùœó2»[D"
  b"Åü\t™öÃKã¾\x06¶­K¡&è"
  b"\x01\x11°SZ9HÞ®dë╦Øæ_H"
  b"V×àn¹\x0FDD¦ª7¶ÏÇàð"
  b"VÈÎ\x10­ëO(¯dÜÿb\x08"
  b"ûô€×Œ1A\x1C\x1FŸX€y™8"
  b"3`}\x10»íJ/–3yHùðÜ•"
  b"J¡Ó)])EÊ¥ÍËA\x18™d\x01"
  b"?ÎÁŽ8\x19FD½x£\x0F)²ìæ"
  b"f”ìmAÅM\x14€'¼fÉû)r"
  b"ùA|`ëƒD\vò╠ÔÉ%@\x0Fà"
  b"¡┤ \x16XYAúÿ.■û¨ìãÚ"
  b"¸^ЋYûIҜDŽ\x02оÏm"
  b"‰ÇÛ\x12ïH\x00¯\x06I³¨&¡Â"
  b"VP¢ÞÀÛG\¬£Ù.╩ìC╬"
  b"┐þè÷\r5K▓ñ9UÅC─?>"
  b":ÓuÔN\x07BPšÿ%LI¯\x1C"
  b"·Rè\x19}~Nö®ˆÕÔƒøGA"
  b"Í\x13\x11|¹SHº«\x1A“ZÈ\x02\x1D¤"
  b"ÿ2üCÒqD)¼\x17ŸeÆ©«L"
  b"\x06-\x13ÌxsH†Ž&€Ùj†½’"
  b"▒¯\eè\LL\x01ÅQ !Há\x05â"
  b"\r\x15v?·æJ·€v*;¦\x01®l"
  b"Ù­›À}”H𰵞•¼Æ}‰"
  b"¹ê└yj¯K\x11│‗ÄÅ_µ²î"
  b"Ÿ2Üp™òM\x0F®Pò G’+‚"
  b"\x05@ú«­`F–ƒ\x1A~`ׯÐ"
  b"'╠ÆñP`B¬â·╔\x03É‗(┤"
  b"ìåÜN*ÖD`¡¼ò\x06§seª"
  b"(G\x11.Ó™Iü«÷jìO›\x03O"
  b"sGƶ§ãEæØ\x0E\x00¡bÓѼ"
  b"Jõ1<\txDʼŒ­á\x16I=\x04"
  b"|o\x17yŠuLtŸ\x03‹µˆI\x08G"
  b"λy\x13¤ÃFà¡Ø_"ÌÎ\x1F~"
  b"¥G┘×õmN\x15Ø█╬£°xÛ¤"
  b"î$üõ\x1AâD©üfÉöÙ6Tæ"
  b"\x06GÜ3¸\x15D\x13ºÒÉÓ¢\x08"
  b"_³Göƒ,Jê…Ý&û(\x19ó¹"
  b"¸õ–£4œJ̺»€\x10ý”Ŧ"
  b"""
    ò\x01\x1E┌ı\n
    K■ÉN/­\eß½\x11
    """
  b"@\x0Ešæ|¢Cè§aí÷Ctu4"
  b"ÉÊÈØòÔD╩û8SÁ┼P®g"
  b"\x7F1V‚P,@[ªK;f­×,á"
  b"ÉG?\x02š\x1AJx´¨›ÍÌá;w"
  b"¼P\x07uQ\x15AV§ê\x0F|qHãU"
  b"\x1D@&ÃC=Ø█=ì{\x16©9"
  b"Æ9@çthDB‘ý\x1A¥¬É\x0En"
  b"k½’*N<H\f­×¡ª’\x1A\x17ã"
  b"""
    «\x1E\n
    GýýK\x1C­E\x1A.Œoç\x07
    """
  b"^K{=\x05¹Aù¶ËPü…]5ú"
  b"FÐA£³\x13D\ìqÙåbÂÑ¢"
  b"¸\x03+ðáHGõ…ž=­˜Ð8×"
  b"""
    ÐÆàºæúOlƒJ\x15\x1A×\n
    ÏÎ
    """
  b">oÓj>ïNÙÉÉøo+Yß┘"
  b"Õ²º▒á»NÉë\x145þÁty°"
  b"¹ê\e\x05\x08\x04Ghù\têaµìt^"
  b"e\x13òÉ▄8G2ó└ñ3\x0E.\x15å"
  b"±«1o±ŸHϯP,/‘@º "
  b"Ï4\r*¯"NŒ»îkÝœ\x10æ¸"
  b"ø\x19\x0E÷ÚkNO„\tÈ\x11ÀµV*"
  b"ošIýútB+¿w\x00hnº4ƒ"
  b"\x1F\x17~¾§§J5‰ã\x0Eí\x1A—u-"
  b"\x08‰J\x0FKZ€ìð1½+Þ\x03"
  b"’`Çíî{Dzª<6†Ú\x7F ä"
  b"kE■¹\x122BÉÂ>á+;\x17±c"
  b"ö&`¡GlAÇšòb°yÒßš"
  b"r©ñx\x1EuK!˜ø‚joqõË"
  b"×Rè‚ÞvEëŠÐ¶Ò\rÁ\x18Ï"
  b".\x03SkØ═@¸æq7Ú~GÊ,"
  b"\x18Únp\x00åEãûáD╦æ\x04ü'"
  b"\x1CìÐÍÓJÔòZìöbO\x0E7"
  b"#3ÚÝwnFÛ®\r‡œ©Ÿ~Ô"
  b"˜cí\x19¿ÛJƒ–ƒ¯“±dd\"
  b"ó­îî╗´DÒøWÓÓ■åÏü"
  b"œ}˜Öì CÑ”OÜë\x07Ï„Þ"
  b"öJ|ôC’C\e\x02;Ãf\x08õ#"
  b"Õ×ú\x7FÇüD ƒ$K╝C┌¹r"
  b"»Gé8<\x1AKv‹€¼nr&/ï"
  b"ˆ”…n:’Oçš \x18#\x11o_ "
  b"\t‡`¸\x17vK\e¸¡Q@k\x17Å¿"
  b"Éß╚┌\e\x1EJbú¦<$¬0+ó"
  b"Ên\x11\x00PWI@“JS³D2Ý]"
  b"Lþ«Ñ\vGM\x05±\t©Èœö½\x08"
  b"╩£eÓ\x08┬E ¥\x1D{k¤Ø-y"
  b"\fgæGMܱû©e±.ÍŠ"
  b"É\e\x05\x1EEЧÕ*cËδ‡"
  b"³Z\x03g\f¨LÌǮɯá█Ä\x18"
  b"kN-ý4£K\x00ëÅ\t{┘+^Ü"
  b"JŸðÌÁÓMò£U·2¯ö\x05ˆ"
  b"WpH=T\x13K…©³ù!^¦G$"
  b"'Ê5_¡\x13K騄Nj»þ»î"
  b"*Aì\x16ë0Jõµ!\x03aPfþ‘"
  b">C<Àd\x19J­¸ =d{\x14"."
  b"ª,ÿOCêE¸¯ ÕEên\x18Š"
  b"¢ÅèØÐ¥J»Œ4uû\x1F/\x1Ck"
  b"o“Â`Ý?GŽ©áQ;éàM‰"
  b"Ê"NÇfyBMŒ-ÉGð 9æ"
  b"=DÚW\x0E8Nåª\x11©N\x08ÂWb"
  b"Ø-79║b@¬Â­û\x1Fm╔_\x10"
  b"ý>¢zžšL̆æW명Žs"
  b"kØ9M\x15mK̾§Óàªb¡\x15"
  b"!3ç^«ÀAv½ÙœÂ•beS"
  b"bf#ðæÙK¸ÅR\x19¹■-─ý"
  b"s£õ,ýFB[å`9zì¬z&"
  b"ݾ\x11”¤·O˜¿ü¼û\x7F`W˜"
  b"êpÉPl\x00NQƒf{¬%C#µ"
  b"ý\x17¢tÅ,E\x0F’Å-%¿È‚Ú"
  b"U\\x1Ekw»Oê®i\x12Ûµ‰\x07h"
  b"ªv[ü¸7C‹€O&\x05edÐ\x13"
  b"aü│V®\x14J_╣Úá\x00K╦0%"
  b"¤ \x1CP\x05ëH$ìì³Û\x1D\f\x1F\x03"
  b"­Ü4eè0GçÆ├\x1C#Å2No"
  b";ò5ô╩ÛNò┤)ì?ºã9Á"
  b"\x0Eo”ÎOëˆ"–cÂ1Ÿ%"
  b"\x13m9ïLÉ@\x1D†_h”Ë6&v"
  b"Ïï;\v}’HÉ”ðØ\r‚ýb&"
  b"Ö¢ÕØñ›H+‹a&g†‡™\"
  b"$ÔÃ\x1A|KNÌíîÑ▓É┼ýf"
  b"éæ\x16s¡ˆC\¾œ3™]Ôâô"
  b"ŽbNt¹\rC‹¤J.È\x1A_\x03\v"
  b"ýc\x03ÉôƒEð¼AåÏ\x01‡?\x03"
  b"àe­╔õ┘@¹ì\x13┴Æ\x1Ei%q"
  b"ÿ\x1Cj\x12\tpMŠ‚›\x19\x7Fè]%\x18"
  b" \x18q\x12Jh@ì┐ó}j\x1C¦ë\x17"
  b"µç¼Z\x11gGq“r\x19ú¡wëP"
  b"@嫨ì\x1FM>º`¥}\x06†îB"
  b"@P│ç┬▓E\x11Å¢t/:`¤\x12"
  b"ö{\x18Á8ÝD0ŵà\x0E╝fs║"
  b"8€3Í:ëO|¼´Š;­W¼C"
  b"Å­à@§\rO"³L®Ü=“ÄA"
  b"9ÞYþçaGìŽ'û\x16¥\x1C£‚"
  b"""
    g4š\n
    S—Er»Ë²ìÚj\vo
    """
  b"\x01¶¾e\x10ÝB@¤aJ·þ“Þ\x7F"
  b"]Ñýø‗´CÛÆDà┼ØJÂz"
  b"‘È;¢6"D”œž\x05Äþ¼¿\x01"
  b"J░s\f®¯Dàì\x16\x0E\x11■│1^"
  b"\x08/2ü[kNzŠñ¨o‚°gö"
  b"!…µÅØ7A"ª«Þf\x07Å\x02ß"
  b"┤ÂJ╠ÉãA\x14鲨Â╚¨oI"
  b"\vØ1█<I­«╬¡║\x15ä▓\x10"
  b"\x10>┌ì╔\x1CNHâCÈæ\x16═é╔"
  b"HN\f!¸kOK€RC•…·ÖÌ"
  b"ã°ÍÌ8}Aâ¹Ó“ö{ßðy"
  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"¹`-¾É\x16Ke»²g╠Ü.б"
  b"Ü"‡5\x17ôO/•:õK·¦Ž "
  b"hÄ9Ù0\x1AFK°¯Ÿ\x1A\x03]$P"
  b"[ЀIìäK~œÙh›í½\x10G"
  b"«Ü‚\x1Dü\x12OK³ñ\x03º\x03\x1A"
  b""\x13Aq¼ÈMö¥^ÞT,ß=8"
  b"\x0F±yXÙeKœ›0SP\x01É\x01ù"
  b"r—ª[N\x0FHg…©É¡+ì~\x01"
  b"?\x1DÙBˆÛK‡¼\x14ý\x03ÖBÂ)"
  b"NG¡G$ˆLкž;k›~}ˆ"
  b"Ž›»¦\x7FUFá³ZN»®½Ä="
  b"\r_;ûOZšŸÎHF\fݸ"
  b"ÈÉâ\x1A;mA'°KMäŒ5pˆ"
  b"B”Ub\x1EæC²²ôVÚ¼:Ã\x06"
  b"¬î%&Ö\x19C╬¡‗c╦═╣,Å"
  b"¿ëãi\vÉDcö¹¡9\x11\x01"
  b"øë?@™ÀF‹·¡ÐVŒ=B>"
  b"ìx╠a\vîF\eƒ=0`╝\x02├©"
  b"8kS\x1Ae!E›·=ö%ï"ûk"
  b"▄ò,▀2ÊL\x10Øê╣Üä1èã"
  b"IJ¤±ºSDÅò@8\x04ºÎªÑ"
  b"&Å─\x12Wï@oëEVkaxV\x12"
  b"¥p™Ý IF4‹WØü\x05\x13ªf"
  b"Èì.L\x06.@!½|qfD(sñ"
  b"¶t¥Ìª-JS╣cÖüW\x00"
  b"Åb\x07ÊÞïEΪ~)%5ßÖð"
  b"/jÃúªûL³║¯aì\x16Ù²z"
  b"#‡Î#žŒC\x00¸ØÃ„v\x1E—|"
  b"\x00\r™ÌyQIØ·cø³Ö@\tô"
  b"íÏoX(\x1DF\e­œ£\x16,Ô1ˆ"
  b"³\x00ÛÉxoEÒÉPÚ÷uìåÃ"
  b"/┘\x19XáeG9çÏñ\x1A¹2ü{"
  b"\v«°,ÌåOSØgz\x17î«:\x18"
  b"êèÈ5_ƒMË‚³\x14¥µñrÇ"
  b"Ò†pé\<D¥²ß*nÛ˜Þy"
  b"""
    ×{¶u7¸Aÿ¹>¥\n
    A¬¸l
    """
  b"ê;F|r˜CE­õ#\e\x04êÅ\x7F"
  b"4\x10©F@ÆC║Åü{Ôé╦ZU"
  b"""
    \n
    3\x12"¬×J\x0Ež\x08×§É\ôÑ
    """
  b"░Õ;ƒ©*C\x10½ÖRàË\x06ì┬"
  b"┌ÉaÔ±´LOñhîà«MÍ\x03"
  b"#\x04ƒéx¿@FÉÂ;Q▀┐╝¦"
  b"\f3—ôD˜Ge›œ\vÁ\x17\x18Ù)"
  b"QçàǯvFc“\f‹Õ\r`¬ó"
  b"UÛb`xbCYº!?¹±4šò"
  b"ÇHÌýôfD╚Ø®7Þeû/N"
  b"\x1F”8W&IKƒ¯,_;ÐH­["
  b"r”|\x02\x13!E—µ3–\x01@ ˆÿ"
  b"ˆœ?\x15)éLß”m\x12\x1C\x03ã>c"
  b"\x16\x1F\x18ƒA(µÎ‘ž\x1Cô\eÆ"
  b"³Š"í\x10øAÀ½\x02ßä\x18ÎúÑ"
  b"ñ\x08œ€ÇXF²­fx(e\x04ܳ"
  b"1$ßûÖÑF7®$ŠyËJ;\x01"
  b"\t@bÕ kO%Œy7q¨^m\x0E"
  b"\x1A—ïµvšJü€Þæ&Gkû>"
  b"""
    \n
    ۙǫ¦BÜ»³úi"jQß
    """
  b"\x13‹·†¸¬M*´á\x13r…!ô{"
  b"²µ¯6\x1EqL\f¼Ì`€L\x08~\r"
  b"òÛ¦µ´\x06MѪ+íQ_¿t$"
  b"6(ıhÇuGÜǶ+c╩É╗▒"
  b"o˰‗┼\x03Mìçôà-+ñ>w"
  b"Ö´ÕvȉJD£áAé¥kÙà"
  b"""
    |øÔu)\n
    K4°‹\twöë[á
    """
  b"m|ì+┘.F@▓W\x1A¤î¸°¨"
  b"·þ•Å?òM܃!¿Yj\x08n="
  b"€~Þ5agC"¨í#h*ÿÍj"
  b"·nÑ2╦\x1CE▄ì\x07\x18í¡î=\x18"
  b"ħOÈ▀K{▓önýh\x15Ø┐"
  b"└+\$æ\x06AWáüG#E^\eo"
  b"ù‰ÞÎØKO(“&ÅTŸc²6"
  b"ÝËz'+ÊCa¥Á\x1Ao\x05<<á"
  b"-\x02\x02\x03Û¸H›‡\x04“ŒM'\x01;"
  b"ùs¦îEpFë‹\x1E\x19ǰ<î“"
  b"Û\r}™d)OÀ¨Mšp˜P=q"
  b"\x0Eĵã²É@°¥ööp\x06kIs"
  b"ÖZ겞KDµŽ«åˆ\x0E؈Ç"
  b"­S\x14¯FmHå¸n·xÆû\eM"
  b"\x04\x1CŽÖ\x156AÊ«ïi.·YžB"
  b"Q²ª\x14^ªN\x1A´g#ŒZ\x05o™"
  b"ïı\x18C°┌L▓Åi£ütW\x10"
  b"\x01š\x08©e-CÞ¤+ÛGú\x15\x1Eº"
  b"╩£\vü&CG¿öc\x04\x08¬9b┼"
  b" ┘k╗S=H\x1EáKØNI½pR"
  b"\x00©ñŒ…ÖFaµÐh½\x1A·8["
  b"\x13\x1A\x12pG?°\x1AçYø\eQx"
  b"+Åz%\x10÷ES¾õfú~š¼\x10"
  b"éLqMÑ\x17L\x07 =àé¡“\x0Eq"
  b"\x1FÊèÉE]“Ÿ™…Jѳz"
  b"áß|vØOD¢è╝ðW¾gv╦"
  b"í£%µ¹@C─ø\x14TüDö└┌"
  b"•Óq@t\x08L;¦‚îùM|‹…"
  b"î\vð;ôFD°„J\x04\x19Ý\x10öº"
  b"xÿ\x10u¼?FÒ„ÃöÉfóœ"
  b"\x12Ñü0ùâAÚøHeDªs┐╦"
  b"╩H6\x7FÿQD©┤ƒvbØÉ;+"
  b"àk¹vY║Dì«Ü]ó7╣─\x08"
  b"Ÿ£\x06Çd4Lò ‹ð-”„\x00\x04"
  b"êýè<¹éIxâÅbï\vTàï"
  b"úqÁ\x18ù­KÔ„ö³£1cÑ8"
  b"r╚║É═÷C╬£┐▒M^bîÌ"
  b"ÕÖ%8WvH\x1F¨õF­X\x11Q4"
  b"\x10\x02PuJÞºHŒ „“;\x05"
  b"‰¼´˜ãLHwš2@‚\x1DnHö"
  b"5ù±\x13\x18PL×” !\x08#—[r"
  b"""
    ¼<\x0E\x1D„ËOèž\n
    AP¦[¯w
    """
  b"Ëì/yIéA»\x04\x04/╔YÐ┴"
  b"™£N0lƒFj—ºá\x00\eº^\e"
  b"pî@TÊkHX¬q¨m¾ñ¦K"
  b"S1J‰‰PO@³\x02\x04?\x16šã*"
  b"\x17\e\f™AášÖs—ƒÊŒ{"
  b"+C3¢i\fFµØÎä¹~õÇÈ"
  b"│pà\x1EÝhO╣ëÀ¥un\Ø!"
  b"Ñ:BP\x1D0B‹“m\eö\x14\û."
  b"\x16«þÈ8²O╦ü.\x18»ÍÒ}A"
  b"ùY´\x0FÆjKÎØ&jà\x04\x11▄|"
  b"\x0ELé└ñG¼║¤ì\x04%\x01w\x1A"
  b"Ü\x19_r¶PE{¥\x1A‚hN\x08R\x08"
  b"-]Å"|¡EÄàJ=ß═â+\x06"
  b"÷î¯üöÃN,ÂÎòÿÅï│ó"
  b"""
    ùvÒ\x18ÔÑC°¡i#“¯\n
    ‰°
    """
  b"""
    ?åò¯p¬M\n
    úÏ╔Û/èAÅ
    """
  b"½þ…Ž\x18äEvˆ÷j\x1D>¤ _"
  b"±Ubòµ\x07Nÿ“)JZ•Uc”"
  b"\x18Åj\vO+ÄO¶sá╣\rD"
  b"×ìÌ¡“tHå–¿ê5·ž5Š"
  b"\x00[¾äŽéKZƒË½ïÿüã¢"
  b"ò¢Þ”HøE‰†„Çm¼m\ek"
  b"SL\x00òmIKØ«,/ƒ/Íó®"
  b"y~┬´ý^DkâÅ%░┴Ãâá"
  b":á›ér¥C¾¹’nÿKsà#"
  b"t|`wŸMM¥¹Mš\x14\x00˜€"
  b"“í=Åw2Mf¸©\x1A\x16'¿¡³"
  b"F+ÏŠâ«J\x01š¦ëätKÉÂ"
  b"\x0FÚÑ\¢ÂMꎼy<KÖ§í"
  b"°Ù5s´ÀN\x08²˜Çj'-\x1Em"
  b"ÕfU¥\¤KÅò^²K\x1FM┼ù"
  b"Ð\x11ñÝ%ÖI\x16ìmÓ´┼Ü}""
  b"q)oò»DLW‡íÄ£\x1Aì\x1AÐ"
  b"`s%¾)\x1FO± ‚››DA1³"
  b"%\x03«PÅ$A\e║╬¥+\x01¢yÛ"
  b"«„_áý€Gø­é,È¾ŽŒ\x03"
  b"xÕXë/¦B޼h7T\x7F,ì³"
  b"Ohq¸\x1FGOâœÌ\tã\f~ý”"
  b"C)PPµ®L>½Œ2×ì·.™"
  b"0╣\x13ßÉ╗FÏÀâòLË┤,\x1D"
  b"ó┼÷×Ó\x0FMÒü¹?iÝ\x1Eí\x0E"
  b"n╩╦ð¹^@´öïµ2É]îó"
  b"\x11ç#t\x7FÙG\x02╝Q(c\x0Fì─ç"
  b"æòƒ)\x0E\x15M|ŸI\x13\x1FÕê›B"
  b".?eŒvhKÚ¹×ëSˆˆG\x13"
  b"\x12<sìw@\x1D˜¾ÁLXóV¢"
  b" ZóÊÃãLßèü|òÌMz:"
  b"""
    \n
    uY¨m\x12B+Ø\x14xõGÇÓ§
    """
  b"\v3\x15[\x11ÛM•€J8Ÿûبf"
  b"B•Îvj/A\x0E\x03\x1DzÓÀ\x0FÈ"
  b"l&–¡\x18XKæ˜2U£1ïxt"
  b" ™‚_ë}C¹¥\x03Ÿv:\e\x1F\x10"
  b"\x12p¬’|oHò¼¯$IEKý\x16"
  b"¿ÎaÙÅÒ@¼¯k\rIf\v\x05#"
  b"„Bãô\x15v@ãŒ\x11%a˜\x18"
  b"ó88–þ“J²ˆ¥\x1C"K©{S"
  b"¬=èjåxI‚ž‰$~íL\x1DŸ"
  b"Z3¸Á‚}D\x04‘Ÿ\x19¨ã[ÕM"
  b"0N.╗┐ÒIuÄØ¼\x0F3!▄*"
  b"È!NŠ\t\x7FK\x1F®\eÛ^âcþ©"
  b"mT\v‘ýcCú¬ßòŒ\x1F@°Ü"
  b"ñ/•0Ñ÷CÀ•û1\x12—1\x1D\x07"
  b"n]<“^ÏG\x02—›c‘@/ܲ"
  b"VÜ░¹:ØB\x13ª.╔├ð1Ì\x1E"
  b"Øí¥\têäGñÄ´8Eê¦\x17\x02"
  b"÷³^L\tÄHÿ¦\x18“®¨\x05\x0E­"
  b"0H6\x122×Bï…“Y<`Î\x08"
  b"þyNåÕÎHª‡Ü¸Ç9…þ\r"
  b"ýÉ─╔ÛpC\x03£\x0Fyƒ$Á¶3"
  b"~\\x16IfVMÔÅß«~Ä\x11"
  b"|üâJ’»@0©~Š5)€¥\x05"
  b"""
    õDÿ\n
    9›K·«\fr\x03\vô°í
    """
  b"¯\x15@äÚüCÃÆ\x03¢éÃ\x17■£"
  b"\x05\x07\x10\x00╠GqìîuÖÁ─l\x10"
  b"╠<Æe┴\x00L\x11Å;\x0E▄©¥0ð"
  b"ÿÆÖ³i¨Mý¿}\e“P‘uu"
  b"KW┬¯S╬Fµì¹õv#║.¸"
  b"\x11\x11Zvè\x1AHûÑ=t)ØJ▓ü"
  b"’D\x13ÑÅuG7¯Ýd¸\x0F‡Á\x1D"
  b"‹8\x1Ck\x7FéK\x06Ÿ9ÞǦ&B½"
  b"8}8@Ó8GjƒÕÄòÝä³["
  b"^F¹9lºB`öÅ B&©0×"
  b"`›¨Õ*\x14F2®‘\x1C˜c”þk"
  b"Ð4\x06LúpDh¼,-p5â°÷"
  b"Rj.žø\x17N!›\x00•U‘'ß+"
  b"û(\x1AÝ!¡Kì±üb¯0Ò\x04\f"
  b"\x1EÔ\x05CÜŒLš·1)S¿»QË"
  b"¤àü?S.Ir¼i\x18øò\x16®O"
  b"Ô\x0EQ\x05JŽEL²››ËíööZ"
  b"$Nò\x13ûïCsˆ\x19´y—\eqr"
  b"""
    \x13$\x0E}…³G^½Â\n
    FZKRã
    """
  b"\x07íq^3šCÁŠCÛYå\x13ð\x06"
  b"""
    O_m®×ÅNÏ║bgÌë\n
    øJ
    """
  b"òiœ‘\ìAÒ»éÖ\x18I-Êâ"
  b"O┐}|ì\x13HÄö}\x1EÆ▒¥¿|"
  b"?╦\x08#2ÒCì©QüÂ9­ßª"
  b"\x15à\x053¥øJ"³UŠ\x03 t^2"
  b"Ð;úÔ–0MSœªl:ðEåÒ"
  b")a–\x0Fï O͵&K\x12äâtË"
  b"""
    K\x16\x13\x11HoCû¨®Ã\x07\n
    Š\t3
    """
  b"\x17í0)ò»E¯ì{¬\tÀg■G"
  b"╔KXì¼ÐLì┐│;\x03Ý\x1F\x1E"
  b"\t¼\x14PKWMñ·Òl›Ú%$”"
  b"Ž\x10[±WãLI‡ì)ÓMzQ\x10"
  b"îŠs½\x15ŸN/¾\x00¥Ü–\x15Ž}"
  b"âñPðmÃNB™>|ö\x04ŠEV"
  b"¥Õ\x14‡º\x07Ei—ém•2\x7FÚe"
  b"üñ?\víÌJË¡ûÔIWbVÜ"
  b"A\x18(è9ıL^»Ø╬ ▓42Ï"
  b"è'(Éã‘Jl±„\x18ÆDF#^"
  b"ýÉ×ålÈC└Üa¼T7¦\x19Ü"
  b"1\x04!*ƒ\x04E#ÑÅtÛÍhfÞ"
  b"°à ÛÁéNYöûLöìu1H"
  b"42{åÛ´H•”S9XŠC´f"
  b"¿Í}ƒã‚O\x00º†§¿€”\fˆ"
  b"rQK\x152¶Os©ûô{¯%Z´"
  b"ÓìU5¢[LÑô«aÀ\x10Àü\x13"
  b"n=3æîéBrºÊ[÷Rq\x10]"
  b"üvU kÖDî¢h│0*b)ü"
  b"v·«è¥\x1EB\x1D¡ØåW¸L|è"
  b"óîßõeéݧQß„w²W"
  b"Òp­/Dt@8º:Na»!®1"
  b"\x13\x13\x1A½Du¿ue·Ò\x12\x08\f"
  b"ÿW8ÞoDIƒ“—€Êy)Íh"
  b"""
    í\x16 ‹T\x1EI\x01‡Œzý³õ\n
    Î
    """
  b"Í•7‘™¥@mœF­Ð_L‹ú"
  b"ªh\x089\x06°Eõ╗iüU ô╚\x1F"
  b"]Saj╣¦B░º\x03ÕÉÌ\x13K\t"
  b"œ·ó*ŠåM¹ºîU†\x1D]ä&"
  b"ý#¹ û¦EiœÊ!°•–\x0Fü"
  b"z┤‗\t\t_GØ«À\x05,┌eÑ*"
  b"\x05@█ÀHË│øÿØ7éç4"
  b"\x08\x1DÄ­2ÚGø¥éÉÑeVPr"
  b"ÊR¶«~WOŸ§Ú¢Rªcê\x10"
  b"Æ\x04s.iåC•¥t1³ÞËÍå"
  b",\tÎ;┘\x02E┤¿ÃwìU¹\r<"
  b"""
    \x16žºàI;@^Ž\n
    w\x19ŠCŽa
    """
  b"\x15m~\x02ëÆNrZkØÄ—"
  b"\x03\x0F˜\v*EΧI×z>©%¶"
  b"k·YÒjÂEõŠê­yK\x00\x07ü"
  b"""
    \v1%üÙ\vH\n
    Öt\x16══ƒ\v
    """
  b"áË9G\x1D\x14E¼’¼ôºi\x12"
  b"Å5zØ\x13NFÊ×):ð\x02ç░Q"
  b"\x18àócáJ\x11¯=µ2ìQ?¥"
  b"\x05\x0F\x12Šb«B›‹q_\e\r\x10þ\x0E"
  b"{šL¤øƒKF»i]Ëð\x0F{”"
  b"É\¦2{ÚA▓îY\f¤|äÛ»"
  b"¶u-ÝG\x16@N—\x03-óˆ_•Ù"
  b"X¿+ÔB-Fo±Ìl\x18¹(\f°"
  b"=\r¥mƒ\x0FM\x14¶¿\f\tøÔeÛ"
  b"6Ý¥c\x12\x12Gn¿¦äSÅñ°ª"
  b"~T\x13\x18YºCâ®&ŠûZçß\x1D"
  b"\x1Ax€Z¿°IÚ…ß͡|bM"
  b"ÚæwQŸ_GÒ«oãà…\x03`c"
  b"Õ(ý£ìTF\x11ÿ╝\x19$ô╠U·"
  b"ÚMœ±†ï@L‚†~§<!\x1FÀ"
  b"´ø­Z«¡MR˜}¨–\x03Ù­þ"
  b"uôÅÊ‗²GƒÿÚ1B\e\x03"
  b"¾º╔ü\t╔J\x07î▒ÎUT░Þ!"
  b"▄[­c▀ÈAÁú¶ìt¯ÿP0"
  b"ÆÎ‗¦Û:G\x03ëØu¶<Ð\x7F\x05"
  b"³ÝÙ\x14╦¯OÐâà7ür, \x17"
  b"T}ÖÇÄ€Ct¨ê\tp]-m)"
]
84 2.29 ms
SELECT `product_price`.`id` as `product_price.id`, `product_price`.`version_id` as `product_price.versionId`, `product_price`.`product_id` as `product_price.productId`, `product_price`.`product_version_id` as `product_price.productVersionId`, `product_price`.`rule_id` as `product_price.ruleId`, `product_price`.`price` as `product_price.price`, `product_price`.`quantity_start` as `product_price.quantityStart`, `product_price`.`quantity_end` as `product_price.quantityEnd`, `product_price`.`custom_fields` as `product_price.customFields`, `product_price`.`created_at` as `product_price.createdAt`, `product_price`.`updated_at` as `product_price.updatedAt` FROM `product_price` WHERE (`product_price`.`version_id` = ?) AND ((`product_price`.`product_id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)))
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x00\r™ÌyQIØ·cø³Ö@\tô"
  b"\x00[¾äŽéKZƒË½ïÿüã¢"
  b"\x00 \x1C)ž÷M¥¼õµëǃJ\x06"
  b"\x00©ñŒ…ÖFaµÐh½\x1A·8["
  b"\x01\x11°SZ9HÞ®dë╦Øæ_H"
  b"\x01X\x074¡AI9ª\êáTT>Ç"
  b"\x01š\x08©e-CÞ¤+ÛGú\x15\x1Eº"
  b"\x01¶¾e\x10ÝB@¤aJ·þ“Þ\x7F"
  b"\x035|˜y\x05LÖŒª \x0F·ù\x1E\x08"
  b"\x03üV,\x1F}O&¥jÆ.?||ý"
  b"\x03\x0F˜\v*EΧI×z>©%¶"
  b"\x04\x1CŽÖ\x156AÊ«ïi.·YžB"
  b"""
    \x04hT\t‹<N(”\n
    /7ÿˆsl
    """
  b"\x04jsíÏ\x05A\x14¡*}Y“¹D¡"
  b"\x05\x07\x10\x00╠GqìîuÖÁ─l\x10"
  b"\x05\x0F\x12Šb«B›‹q_\e\r\x10þ\x0E"
  b"\x05@ú«­`F–ƒ\x1A~`ׯÐ"
  b"\x05ü▒ºÝéADäÙHÛU[?\x18"
  b"\x05›`jMRH™­¼¨røÄ—\x15"
  b"\x06-\x13ÌxsH†Ž&€Ùj†½’"
  b"\x06GÜ3¸\x15D\x13ºÒÉÓ¢\x08"
  b"\x06±Y,XWGÏ®¬\x1A\x00Óó›C"
  b"\x06Ùü¾ø¦A˜ cÓºË1þ\x03"
  b"\x06ä\x7F‘ÊÍIŽ‹—øÅ«©q?"
  b"\x07íq^3šCÁŠCÛYå\x13ð\x06"
  b"\x08\x1DÄ­2ÚGø¥éÉÑeVPr"
  b"\x08/2ü[kNzŠñ¨o‚°gö"
  b"\x08mˆ ÏwJ€˜Ÿ\t!EKYt"
  b"\t\x1C¿ðÈ0BΕ6\x03bÙ^œJ"
  b"\t@bÕ kO%Œy7q¨^m\x0E"
  b"\t‡`¸\x17vK\e¸¡Q@k\x17Å¿"
  b"\tª²*M*L`î├'\x08è \É"
  b"\t¼\x14PKWMñ·Òl›Ú%$”"
  b"""
    \n
    3\x12"¬×J\x0Ež\x08×§É\ôÑ
    """
  b"""
    \n
    uY¨m\x12B+Ø\x14xõGÇÓ§
    """
  b"""
    \n
    ۙǫ¦BÜ»³úi"jQß
    """
  b"\v\e™\%ÀKn²l\x1CŠñ)Ýö"
  b"""
    \v1%üÙ\vH\n
    Öt\x16══ƒ\v
    """
  b"\v3\x15[\x11ÛM•€J8Ÿûبf"
  b"\v«°,ÌåOSØgz\x17î«:\x18"
  b"\f\f¦G\f\x14Mج%º‰-ì'Þ"
  b"\f%P†ÜÓB¡½prôxŒúî"
  b"\f3—ôD˜Ge›œ\vÁ\x17\x18Ù)"
  b"\r\x15v?·æJ·€v*;¦\x01®l"
  b"\x0E\x1D±9DQEj¹ÕIçRÊê¼"
  b"\x0E\x1A\fmE,╗¶.}Å╣░\x08"
  b"\x0E}▄CõrG│ìü&¶bT\x0F¯"
  b"\x0Eĵã²É@°¥ööp\x06kIs"
  b"\x0F\t”?B_ˆ`#‰§ìëe"
  b"\x0FsHß¼ÎI>¾ìªRÜæçç"
  b"\x0F±yXÙeKœ›0SP\x01É\x01ù"
  b"\x0FÍA5©èF´œøI¾\x145iº"
  b"\x0FÚÑ\¢ÂMꎼy<KÖ§í"
  b"\x10>┌ì╔\x1CNHâCÈæ\x16═é╔"
  b"\x10÷¢¸©sA_‰Í‘Ü)zâÖ"
  b"\x11\x11Zvè\x1AHûÑ=t)ØJ▓ü"
  b"\x11ç#t\x7FÙG\x02╝Q(c\x0Fì─ç"
  b"\x12<sìw@\x1D˜¾ÁLXóV¢"
  b"\x12p¬’|oHò¼¯$IEKý\x16"
  b"\x12Ñü0ùâAÚøHeDªs┐╦"
  b"\x13\x13\x1A½Du¿ue·Ò\x12\x08\f"
  b"""
    \x13$\x0E}…³G^½Â\n
    FZKRã
    """
  b"\x13m9ïLÉ@\x1D†_h”Ë6&v"
  b"\x13‹·†¸¬M*´á\x13r…!ô{"
  b"\x15m~\x02ëÆNrZkØÄ—"
  b"\x15à\x053¥øJ"³UŠ\x03 t^2"
  b"""
    \x16žºàI;@^Ž\n
    w\x19ŠCŽa
    """
  b"\x16«þÈ8²O╦ü.\x18»ÍÒ}A"
  b"\x17\e\f™AášÖs—ƒÊŒ{"
  b"\x17í0)ò»E¯ì{¬\tÀg■G"
  b"\x18Únp\x00åEãûáD╦æ\x04ü'"
  b"\x1AAPƒxcBü‘8\x03ò3È-Ž"
  b"\x1Ax€Z¿°IÚ…ß͡|bM"
  b"\x1A—ïµvšJü€Þæ&Gkû>"
  b"\e\x06Gç¿@«„¬ÎvI4Of"
  b"\x1E9\x13q\x10\x16OÀü\x7Fczç9iu"
  b"\x1EÔ\x05CÜŒLš·1)S¿»QË"
  b"\x1F\x17~¾§§J5‰ã\x0Eí\x1A—u-"
  b"\x1F”8W&IKƒ¯,_;ÐH­["
  b"\x1Fæ—çÍgG\x16˜Ê@\x10¼\x0E"
  b" \x18q\x12Jh@ì┐ó}j\x1C¦ë\x17"
  b" !í;'QI§»Î¼ê>>Q"
  b"""
     ÕWçÈgN\n
    \x15_3~ÃAù
    """
  b" ┘k╗S=H\x1EáKØNI½pR"
  b"!3ç^«ÀAv½ÙœÂ•beS"
  b"!4"­N‚Bä¯~5\x00cs–Ó"
  b"!…µÅØ7A"ª«Þf\x07Å\x02ß"
  b"!£t¢)GGö£\x08TS…\x04à¹"
  b"!ª┘¸─┌LÔ¬Qé┌í@GØ"
  b""\x13Aq¼ÈMö¥^ÞT,ß=8"
  b""Ki‡ ŸKÔ¥\x16Šá¯\vv6"
  b""n\x15├×ÊH\x1Aì7@\x1E\x19\x13\x1Dx"
  b"#\x04ƒéx¿@FÉÂ;Q▀┐╝¦"
  b"#3ÚÝwnFÛ®\r‡œ©Ÿ~Ô"
  b"#‡Î#žŒC\x00¸ØÃ„v\x1E—|"
  b"$Nò\x13ûïCsˆ\x19´y—\eqr"
  b"$ÔÃ\x1A|KNÌíîÑ▓É┼ýf"
  b"%\x03«PÅ$A\e║╬¥+\x01¢yÛ"
  b"\x19ã\x16?K丫ûÔhVN/"
  b"%ÏØq·\x05FW–TX#‚æŒ\x0F"
  b"&Å─\x12Wï@oëEVkaxV\x12"
  b"' ▄\x05├ØJ`º"@░îæKd"
  b"'|\x1C£¬\x12H*·éþÍW0@¶"
  b"'Ê5_¡\x13K騄Nj»þ»î"
  b"'╠ÆñP`B¬â·╔\x03É‗(┤"
  b"""
    (2\n
    +¦uA;§•\\rºŽë¨
    """
  b"(G\x11.Ó™Iü«÷jìO›\x03O"
  b")a–\x0Fï O͵&K\x12äâtË"
  b"*Aì\x16ë0Jõµ!\x03aPfþ‘"
  b"+\x13ý¹Ê\x1E@0ì■¥Écz®ý"
  b"+C3¢i\fFµØÎä¹~õÇÈ"
  b"+PÃ-ï\x06@¢”LËçY‰_?"
  b"+Åz%\x10÷ES¾õfú~š¼\x10"
  b",\tÎ;┘\x02E┤¿ÃwìU¹\r<"
  b",2Óø=rKd¥Œ~¨<sö›"
  b",ÂÓ“¶½G¿µ}r¥)ƒöb"
  b"-\x02\x02\x03Û¸H›‡\x04“ŒM'\x01;"
  b"-]Å"|¡EÄàJ=ß═â+\x06"
  b".\x03SkØ═@¸æq7Ú~GÊ,"
  b".?eŒvhKÚ¹×ëSˆˆG\x13"
  b".W’ö©yJIƒ\x0Ec2œ§ež"
  b".­PòrþI½¨’\t\x02>™\x1A\x00"
  b".¸}F²^O#¾æ‚nZSû\x1F"
  b"/jÃúªûL³║¯aì\x16Ù²z"
  b"/Çöºö>O†YÂY\tŠ\x1Cš"
  b"/┘\x19XáeG9çÏñ\x1A¹2ü{"
  b"/▀k-Lü@ÈĦ\x04\x01\x18H(¥"
  b"0H6\x122×Bï…“Y<`Î\x08"
  b"0N.╗┐ÒIuÄØ¼\x0F3!▄*"
  b"0╣\x13ßÉ╗FÏÀâòLË┤,\x1D"
  b"0■mºNdO╩Ø»▄ýö■÷="
  b"1\x04!*ƒ\x04E#ÑÅtÛÍhfÞ"
  b"1$ßûÖÑF7®$ŠyËJ;\x01"
  b"1À<WmïO\x12¼ÿ—<9ŽŠi"
  b"\x0F=i}K%ÑÂ\x17nË (0"
  b"3`}\x10»íJ/–3yHùðÜ•"
  b"4\x10©F@ÆC║Åü{Ôé╦ZU"
  b"42{åÛ´H•”S9XŠC´f"
  b"\x1D@&ÃC=Ø█=ì{\x16©9"
  b"\x1DQ\x7FuC<–\x12[!U_Lï"
  b"5ù±\x13\x18PL×” !\x08#—[r"
  b"6(ıhÇuGÜǶ+c╩É╗▒"
  b"6tZ÷¹r@˜Ÿ{ªÀû›©à"
  b"6Ý¥c\x12\x12Gn¿¦äSÅñ°ª"
  b"7[{aÊ0E;›ª¬\x1E’²Š\e"
  b"8kS\x1Ae!E›·=ö%ï"ûk"
  b"8vv…1áGvº¸\x1C~Iæ6%"
  b"8}8@Ó8GjƒÕÄòÝä³["
  b"8€3Í:ëO|¼´Š;­W¼C"
  b"9ÞYþçaGìŽ'û\x16¥\x1C£‚"
  b":\në¦e>LCübÈ\x00■DPµ"
  b":ÓuÔN\x07BPšÿ%LI¯\x1C"
  b":á›ér¥C¾¹’nÿKsà#"
  b";ò5ô╩ÛNò┤)ì?ºã9Á"
  b"<wV\x18„…E…’Øü0\OçÓ"
  b"=\r¥mƒ\x0FM\x14¶¿\f\tøÔeÛ"
  b"=DÚW\x0E8Nåª\x11©N\x08ÂWb"
  b"""
    =┌\x15\x0Fx╗@\n
    É╦Ã╦Ð^║5
    """
  b">C<Àd\x19J­¸ =d{\x14"."
  b">oÓj>ïNÙÉÉøo+Yß┘"
  b"?\x1DÙBˆÛK‡¼\x14ý\x03ÖBÂ)"
  b"""
    ?åò¯p¬M\n
    úÏ╔Û/èAÅ
    """
  b"?╦\x08#2ÒCì©QüÂ9­ßª"
  b"?ÎÁŽ8\x19FD½x£\x0F)²ìæ"
  b"@\x0Ešæ|¢Cè§aí÷Ctu4"
  b"@P│ç┬▓E\x11Å¢t/:`¤\x12"
  b"@嫨ì\x1FM>º`¥}\x06†îB"
  b"A\x18(è9ıL^»Ø╬ ▓42Ï"
  b"A\’Q¶(O³•ÈÙZ§\x18\x16E"
  b"AdF“'òK\x05¬\x12Ÿp€w×x"
  b"B”Ub\x1EæC²²ôVÚ¼:Ã\x06"
  b"B•Îvj/A\x0E\x03\x1DzÓÀ\x0FÈ"
  b"C)PPµ®L>½Œ2×ì·.™"
  b"C5Å«#ºK\x14£\x17ƒÂ\x07ŸNu"
  b"Dož&ÎJFf‹Õ×1¼7â\x7F"
  b"D¥þ╚┐&O\x12É\Þ‗\tARJ"
  b"EÒàı\r¯N½â].ÙüGKB"
  b"F+ÏŠâ«J\x01š¦ëätKÉÂ"
  b"FÐA£³\x13D\ìqÙåbÂÑ¢"
  b"HN\f!¸kOK€RC•…·ÖÌ"
  b"Hb?t$.EVƒ[èû~¨éq"
  b"H~ªÂľIE¦Ý@Xÿ°Æ¬"
  b"\x0Eo”ÎOëˆ"–cÂ1Ÿ%"
  b"Jgx0ÁÉHëâ┴═┌╝äƒ@"
  b"""
    \eX+\n
    O¡©Jñ­èŒQX
    """
  b"JŸðÌÁÓMò£U·2¯ö\x05ˆ"
  b"J¡Ó)])EÊ¥ÍËA\x18™d\x01"
  b"J░s\f®¯Dàì\x16\x0E\x11■│1^"
  b"JìÆ@ÁwG|¨Ðòâð»âU"
  b"Jõ1<\txDʼŒ­á\x16I=\x04"
  b"""
    K\x16\x13\x11HoCû¨®Ã\x07\n
    Š\t3
    """
  b"KW┬¯S╬Fµì¹õv#║.¸"
  b"Lþ«Ñ\vGM\x05±\t©Èœö½\x08"
  b"M² ÒƦFTì│§/<‗í1"
  b"NG¡G$ˆLкž;k›~}ˆ"
  b"\x05@█ÀHË│øÿØ7éç4"
  b"OA«àKnOO¢à].ô¯\x1Cl"
  b"""
    O_m®×ÅNÏ║bgÌë\n
    øJ
    """
  b"Ohq¸\x1FGOâœÌ\tã\f~ý”"
  b"OÑüc-ßNèôS┼\x00Ãð\r¯"
  b"O┐}|ì\x13HÄö}\x1EÆ▒¥¿|"
  b"\x05±ä«H*†\vFö³Š\ "
  b"Q²ª\x14^ªN\x1A´g#ŒZ\x05o™"
  b"QçàǯvFc“\f‹Õ\r`¬ó"
  b"R\x04ÿ\x0EG}C<¡û\x08^║ØÀ╦"
  b"Rj.žø\x17N!›\x00•U‘'ß+"
  b"Rsò^‡IB˂߭հT¡y"
  b"R¯ŠÒ‹\x1CNæ á\x04päÞˆ´"
  b"S1J‰‰PO@³\x02\x04?\x16šã*"
  b"SL\x00òmIKØ«,/ƒ/Íó®"
  b"T}ÖÇÄ€Ct¨ê\tp]-m)"
  b"U\\x1Ekw»Oê®i\x12Ûµ‰\x07h"
  b"UÛb`xbCYº!?¹±4šò"
  b"VP¢ÞÀÛG\¬£Ù.╩ìC╬"
  b"VÜ░¹:ØB\x13ª.╔├ð1Ì\x1E"
  b"VÈÎ\x10­ëO(¯dÜÿb\x08"
  b"V×àn¹\x0FDD¦ª7¶ÏÇàð"
  b"WpH=T\x13K…©³ù!^¦G$"
  b"\x19yõXMº¶AÅôÙ·~z"
  b"WÏsY■\x10M¶Åµ;´ur°Ù"
  b"X¿+ÔB-Fo±Ìl\x18¹(\f°"
  b"Xúä©\x157O)•Šæñ«L>p"
  b"Y9i^ú\x12L«ü1bPïí¶╠"
  b"Z#9p>\x17@þä╗ı ÅSÔ▓"
  b"Z3¸Á‚}D\x04‘Ÿ\x19¨ã[ÕM"
  b"\x08‰J\x0FKZ€ìð1½+Þ\x03"
  b"[ЀIìäK~œÙh›í½\x10G"
  b"\\x04Bø¼±B;ü¨\v\x06!\x17ãÂ"
  b"\x16\x1F\x18ƒA(µÎ‘ž\x1Cô\eÆ"
  b"]Saj╣¦B░º\x03ÕÉÌ\x13K\t"
  b"]Ñýø‗´CÛÆDà┼ØJÂz"
  b"^F¹9lºB`öÅ B&©0×"
  b"^K{=\x05¹Aù¶ËPü…]5ú"
  b"\x10\x02PuJÞºHŒ „“;\x05"
  b"_áLÆì~GÝäÙ2┤\x12£ÕÄ"
  b"_³Göƒ,Jê…Ý&û(\x19ó¹"
  b"`s%¾)\x1FO± ‚››DA1³"
  b"`|Æ4┼¼L;ØÄ¦\x13\x10)\x02"
  b"`›¨Õ*\x14F2®‘\x1C˜c”þk"
  b"aü│V®\x14J_╣Úá\x00K╦0%"
  b"bf#ðæÙK¸ÅR\x19¹■-─ý"
  b"\x16û\x137OŸ|\x17#ÿ\7ñ"
  b"e\x03‰UZaJH½\x1AØw»\pÃ"
  b"e\x13òÉ▄8G2ó└ñ3\x0E.\x15å"
  b"e9æ~HßE:”Ùœó2»[D"
  b"f”ìmAÅM\x14€'¼fÉû)r"
  b"""
    g4š\n
    S—Er»Ë²ìÚj\vo
    """
  b"hÄ9Ù0\x1AFK°¯Ÿ\x1A\x03]$P"
  b"iYÿO®˜Aé¹(`a¢ÎÅÉ"
  b"\r_;ûOZšŸÎHF\fݸ"
  b"i·4¦*§BÜ╗åÉ\x1Eþ"\x17\x02"
  b"kE■¹\x122BÉÂ>á+;\x17±c"
  b"kN-ý4£K\x00ëÅ\t{┘+^Ü"
  b"km‡=M^N‡™Ê°\x14öÑ\eW"
  b"k▒Õ\nª‗EHØh¦Qn{\x00p"
  b"k·YÒjÂEõŠê­yK\x00\x07ü"
  b"k½’*N<H\f­×¡ª’\x1A\x17ã"
  b"kØ9M\x15mK̾§Óàªb¡\x15"
  b"l&–¡\x18XKæ˜2U£1ïxt"
  b"l[B\x17:ÂL¸¡\x0F\x17È$“Ï"
  b"lÐ9nÑéFËÜìõÉ┬ø\x13$"
  b"mT\v‘ýcCú¬ßòŒ\x1F@°Ü"
  b"mu‘‰Ä¡G(’z&²:Ï ù"
  b"m|ì+┘.F@▓W\x1A¤î¸°¨"
  b"n=3æîéBrºÊ[÷Rq\x10]"
  b"n]<“^ÏG\x02—›c‘@/ܲ"
  b"næ·Å└µM8Ñ(g¤\x05\vÓP"
  b"n╩╦ð¹^@´öïµ2É]îó"
  b"o“Â`Ý?GŽ©áQ;éàM‰"
  b"ošIýútB+¿w\x00hnº4ƒ"
  b"o˰‗┼\x03Mìçôà-+ñ>w"
  b"pz╬ ÎÔBJ¼5▀\x00nØÙ╩"
  b"\r‘M¥Lÿƒ\TÓúEÊÑ"
  b"pî@TÊkHX¬q¨m¾ñ¦K"
  b"p¨*ñ³#MÙ▒Í\x04Ã\x142LÉ"
  b"q)oò»DLW‡íÄ£\x1Aì\x1AÐ"
  b"rQK\x152¶Os©ûô{¯%Z´"
  b"r”|\x02\x13!E—µ3–\x01@ ˆÿ"
  b"r—ª[N\x0FHg…©É¡+ì~\x01"
  b"r©ñx\x1EuK!˜ø‚joqõË"
  b"r╚║É═÷C╬£┐▒M^bîÌ"
  b"\fgæGMܱû©e±.ÍŠ"
  b"sGƶ§ãEæØ\x0E\x00¡bÓѼ"
  b"s£õ,ýFB[å`9zì¬z&"
  b"t|`wŸMM¥¹Mš\x14\x00˜€"
  b"\x03ŸŒ\x10Eu®\x7F¹ÆDª<Ñ"
  b"\x1FÊèÉE]“Ÿ™…Jѳz"
  b"tÚ€\x17jùJA¡ådX_ÕÔ¶"
  b"u‡¸s\x1F¬@©¼s\x1Aé\x16zDÊ"
  b"uôÅÊ‗²GƒÿÚ1B\e\x03"
  b"\x13\x1A\x12pG?°\x1AçYø\eQx"
  b"v·«è¥\x1EB\x1D¡ØåW¸L|è"
  b"xÕXë/¦B޼h7T\x7F,ì³"
  b"xÿ\x10u¼?FÒ„ÃöÉfóœ"
  b"y~┬´ý^DkâÅ%░┴Ãâá"
  b"y‹ö\x1EúªG‹“Í¿¿‰!ˆá"
  b"z┤‗\t\t_GØ«À\x05,┌eÑ*"
  b"{[„\x13ä¯D\x07€Ô\x1AAš—(b"
  b"{šL¤øƒKF»i]Ëð\x0F{”"
  b"|\x0EÛ¶ÿ5EÝ‘&û8\x10¼[k"
  b"|o\x17yŠuLtŸ\x03‹µˆI\x08G"
  b"""
    |øÔu)\n
    K4°‹\twöë[á
    """
  b"|üâJ’»@0©~Š5)€¥\x05"
  b"}J¾\x0EV\x08I\x1Aó│¥ÉÏì\x05å"
  b"\x06òppDUÉWÛ6íÓ\x18Ñ"
  b"~T\x13\x18YºCâ®&ŠûZçß\x1D"
  b"~\\x16IfVMÔÅß«~Ä\x11"
  b"\x18Åj\vO+ÄO¶sá╣\rD"
  b"\x7F1V‚P,@[ªK;f­×,á"
  b"\x7Fª\x0E7^’A¡ŽÜIfÕ~Õá"
  b"ÇHÌýôfD╚Ø®7Þeû/N"
  b"ÇP═▀zÊM÷Å░\x1D@á,Ñ]"
  b"€~Þ5agC"¨í#h*ÿÍj"
  b"üvU kÖDî¢h│0*b)ü"
  b"„Bãô\x15v@ãŒ\x11%a˜\x18"
  b"""
    „yd "ÃL?±÷\x11w¦ý\n
    B
    """
  b"„œRÙ\x02FBT¶ï,Äot7g"
  b"äÊ)Ù▀ðC/ÉÌ¿1\x02yæå"
  b"àe­╔õ┘@¹ì\x13┴Æ\x1Ei%q"
  b"àk¹vY║Dì«Ü]ó7╣─\x08"
  b"…x\x7F\x1FOÆ©ÀªZPÊ+@"
  b"†î*¾OÃC%¡%Ÿì'=¡°"
  b"†ðNpæ\x7FFV޵!‚QvÃ\x1C"
  b"""
    ç0Ü╝n©BKÉV\n
    øÜ£ðT
    """
  b"‡AúÖkYA&°ÕÖL;g\x1A\x7F"
  b"ˆ)ò\nÈA\¯\x1E\rFÕ¥ÐF"
  b"ˆ”…n:’Oçš \x18#\x11o_ "
  b"ˆœ?\x15)éLß”m\x12\x1C\x03ã>c"
  b"ˆ¨SøÓ`DO‰½\x1A=\x16â²&"
  b"êýè<¹éIxâÅbï\vTàï"
  b"‰RËn•—Dí¹ÿ‰þ\x13ÊŽ\x03"
  b"‰¼´˜ãLHwš2@‚\x1DnHö"
  b"‰ÇÛ\x12ïH\x00¯\x06I³¨&¡Â"
  b"\x12â¥KïD!’·+I4ƒ¡)"
  b"‹8\x1Ck\x7FéK\x06Ÿ9ÞǦ&B½"
  b"ïı\x18C°┌L▓Åi£ütW\x10"
  b"ïõ*É▒╬Iµ®7Î~3­N¥"
  b"î\x13Ñ\v|Ì@ñÉ\f┘Uþ_³6"
  b"î$üõ\x1AâD©üfÉöÙ6Tæ"
  b"ŒÚ\x06L\e,K’­ŠË;“\x04¦`"
  b"ìx╠a\vîF\eƒ=0`╝\x02├©"
  b"ìåÜN*ÖD`¡¼ò\x06§seª"
  b"ìºó_ôQFì×▒_\x01ËÐ\e$"
  b"ì¾┬CÂRAÃï╦SK`%±G"
  b"Ž\x10[±WãLI‡ì)ÓMzQ\x10"
  b"ŽbNt¹\rC‹¤J.È\x1A_\x03\v"
  b"Ž›»¦\x7FUFá³ZN»®½Ä="
  b"ħOÈ▀K{▓önýh\x15Ø┐"
  b"ŽÎ6\x12÷´OÒ½Ñmœ@þöó"
  b"IJ¤±ºSDÅò@8\x04ºÎªÑ"
  b"Å5zØ\x13NFÊ×):ð\x02ç░Q"
  b"Åb\x07ÊÞïEΪ~)%5ßÖð"
  b"É\¦2{ÚA▓îY\f¤|äÛ»"
  b"ÉÊÈØòÔD╩û8SÁ┼P®g"
  b"É█¢©\tsN-ô▀x\x12═┤õê"
  b"Éß╚┌\e\x1EJbú¦<$¬0+ó"
  b"\x18Œ\x00}mG¸œ_·Ž®õëL"
  b"‘ƒbÇ[#I>¡Z B´2w¦"
  b"‘È;¢6"D”œž\x05Äþ¼¿\x01"
  b"’!ÛdËÅOð¾S%H$ªÎ\e"
  b"’D\x13ÑÅuG7¯Ýd¸\x0F‡Á\x1D"
  b"’`Çíî{Dzª<6†Ú\x7F ä"
  b"’²€]ï§By§ã¹j9m³½"
  b"ÆÎ‗¦Û:G\x03ëØu¶<Ð\x7F\x05"
  b"\x1AÛµ¯bI£¦8ÖÑïK,\x10"
  b"“à\x12s^\x1FB?œU(mÁö\x10Y"
  b"“í=Åw2Mf¸©\x1A\x16'¿¡³"
  b"”i°*TžDA›žÝÛ1]PÆ"
  b"ö{\x18Á8ÝD0ŵà\x0E╝fs║"
  b"""
    ò\x01\x1E┌ı\n
    K■ÉN/­\eß½\x11
    """
  b"òðc"´ÞG\v¥4╦@┘Űá"
  b"•Óq@t\x08L;¦‚îùM|‹…"
  b"ùA|`ëƒD\vò╠ÔÉ%@\x0Fà"
  b"—In"\x17pN™„1?A\x17\x03œM"
  b"ùY´\x0FÆjKÎØ&jà\x04\x11▄|"
  b"˜AË8ïéE9ž;uÓœ>›ì"
  b"˜cí\x19¿ÛJƒ–ƒ¯“±dd\"
  b"ÿç=,PEM²╗µ¨\x01▄ïåÉ"
  b"™£N0lƒFj—ºá\x00\eº^\e"
  b"šÂIJè\Lî¯Ãg›\x02c——"
  b"\x18àócáJ\x11¯=µ2ìQ?¥"
  b"øìé¼¶\x0EB┐è(\x01\x05;\x04"
  b"œ}˜Öì CÑ”OÜë\x07Ï„Þ"
  b"œ·ó*ŠåM¹ºîU†\x1D]ä&"
  b"Ø-79║b@¬Â­û\x1Fm╔_\x10"
  b"Ø5"SƱJèæ²?õËõ▓Ô"
  b"Ø}▓╗\x17\x16J*¢a?6<Åw\x02"
  b"ØÇöÒ'■DªäFiÛ̃Eu"
  b"Øí¥\têäGñÄ´8Eê¦\x17\x02"
  b"žÇ˜ê\x01œEO•Y&zŽš‡æ"
  b"Ÿ2Üp™òM\x0F®Pò G’+‚"
  b"Ÿ£\x06Çd4Lò ‹ð-”„\x00\x04"
  b" \x13Ø¥À\L\x17žÕîgº)[\x05"
  b"""
    á6íi+\n
    J[ì\x05Þr\x134\x1A\x7F
    """
  b" ™‚_ë}C¹¥\x03Ÿv:\e\x1F\x10"
  b"áß|vØOD¢è╝ðW¾gv╦"
  b"¡U\x7F¥³ÍE\x18ŒpfZ\x0EôÄ5"
  b"¡m’#z¹D\x1A«c\x13‹Vxˆ­"
  b"¡štE\x1AÇG\x10¡Q…Ü»\x05ƒº"
  b"í£%µ¹@C─ø\x14TüDö└┌"
  b"í´Ð\x17;ÍBëü└Öð▀\x17█¯"
  b"¢®ÖÚQyH埗Å,¼µ\r"
  b"¢ÅèØÐ¥J»Œ4uû\x1F/\x1Ck"
  b"ó┼÷×Ó\x0FMÒü¹?iÝ\x1Eí\x0E"
  b"óÔ▒ð\x01CEöìT─°ô.M\x07"
  b"ó­îî╗´DÒøWÓÓ■åÏü"
  b"£®\x19!8ÐLʸ‘\x18\x03\x01#"
  b"""
    ¤»\r\x02\n
    ³NšŽ8ÿÉôãbê
    """
  b"¥p™Ý IF4‹WØü\x05\x13ªf"
  b"¥Õ\x14‡º\x07Ei—ém•2\x7FÚe"
  b"ªh\x089\x06°Eõ╗iüU ô╚\x1F"
  b"§/UQS•A·œÍµ¸dZyñ"
  b"¿ëãi\vÉDcö¹¡9\x11\x01"
  b"©\x03\x19yf†@{—•I\x0F¼p)þ"
  b"ª,ÿOCêE¸¯ ÕEên\x18Š"
  b"ªv[ü¸7C‹€O&\x05edÐ\x13"
  b"¬î%&Ö\x19C╬¡‗c╦═╣,Å"
  b"""
    «\x1E\n
    GýýK\x1C­E\x1A.Œoç\x07
    """
  b"«€Ÿ15‘O\t°€¥^÷XXˆ"
  b"«„_áý€Gø­é,È¾ŽŒ\x03"
  b"«Ü‚\x1Dü\x12OK³ñ\x03º\x03\x1A"
  b"¬=èjåxI‚ž‰$~íL\x1DŸ"
  b"­S\x14¯FmHå¸n·xÆû\eM"
  b"­\\x14ü5ÛDÄ„Qy°aŽVŒ"
  b"¡┤ \x16XYAúÿ.■û¨ìãÚ"
  b"«\x1F┤bɲCÛì{<KsÓr█"
  b"°hÈs>mCu´Ôt‡$-JÑ"
  b"°Ù5s´ÀN\x08²˜Çj'-\x1Em"
  b"░Õ;ƒ©*C\x10½ÖRàË\x06ì┬"
  b"""
    °ýc*\x0Ec@C™3\x06[‹\r\n
    R
    """
  b"±Ubòµ\x07Nÿ“)JZ•Uc”"
  b"±«1o±ŸHϯP,/‘@º "
  b"▒¯\eè\LL\x01ÅQ !Há\x05â"
  b"▒´üGé┴KÀÑV\f\fûÞû"
  b"²µ¯6\x1EqL\f¼Ì`€L\x08~\r"
  b"²ÐEßïØD\x7F²\x0E=\x12ææ\x05½"
  b"│pà\x1EÝhO╣ëÀ¥un\Ø!"
  b"³Š"í\x10øAÀ½\x02ßä\x18ÎúÑ"
  b"┤ÂJ╠ÉãA\x14鲨Â╚¨oI"
  b"´ø­Z«¡MR˜}¨–\x03Ù­þ"
  b"µmwK¼ŒKc°ŸA\x1DVæË\x02"
  b"µç¼Z\x11gGq“r\x19ú¡wëP"
  b"¶>zrf³KƒªÐ”l0<\x17Ô"
  b"¶u-ÝG\x16@N—\x03-óˆ_•Ù"
  b"ÂâKø²JOÅèßu[ø\x11ã▒"
  b"·Rè\x19}~Nö®ˆÕÔƒøGA"
  b"·þ•Å?òM܃!¿Yj\x08n="
  b"¸\x03+ðáHGõ…ž=­˜Ð8×"
  b"©!▓î┘ôK óPÆê\x18|É\"
  b"¸^ЋYûIҜDŽ\x02оÏm"
  b"¸õ–£4œJ̺»€\x10ý”Ŧ"
  b"ºL\x01\x06Jþ—ï;Ô y§("
  b"»Gé8<\x1AKv‹€¼nr&/ï"
  b"""
    ¼<\x0E\x1D„ËOèž\n
    AP¦[¯w
    """
  b"¼P\x07uQ\x15AV§ê\x0F|qHãU"
  b"½\x02×1\tÚCѬխ#ß÷í\x1A"
  b"½5\x7FWÏûB\¨§)¨Ä»ÞÖ"
  b"½LTè\x04âAà®0Òõ󨹦"
  b"¢um¯ø║M`░}\x13ì¢ÂNN"
  b"¢ûC3¢ÉNYû\x16┬█Bu\x11Ç"
  b"½ì HcQM”­¢\x03Ï7›¢ü"
  b"½þ…Ž\x18äEvˆ÷j\x1D>¤ _"
  b"¥G┘×õmN\x15Ø█╬£°xÛ¤"
  b"¾Ñ3\x1Dn²B«¿\x04¶60ÈÄÒ"
  b"¾á‘2‹RK;“¬ºÒ5cz¤"
  b"¿Í}ƒã‚O\x00º†§¿€”\fˆ"
  b"¿ÎaÙÅÒ@¼¯k\rIf\v\x05#"
  b"┐þè÷\r5K▓ñ9UÅC─?>"
  b"┐¯\x08\x1E0èF}ɧ\x1Ak\x16\x1A"
  b"└+\$æ\x06AWáüG#E^\eo"
  b"ÁO‰Ï¡µGÕˆÎ1t9!cç"
  b"┴┬ÊÅ00Oå┤▒0\x7FÃ&ÝG"
  b"┬úW;zìLOû&»╝ÙE┐["
  b"ÂÍ„:\x11\x1EO€’1\x07ˆ1Šü\t"
  b"├²"ÌãZB ú7>ÁÔÏìC"
  b"\x1CìÐÍÓJÔòZìöbO\x0E7"
  b"Å­à@§\rO"³L®Ü=“ÄA"
  b"Åü\t™öÃKã¾\x06¶­K¡&è"
  b"Æ\x04s.iåC•¥t1³ÞËÍå"
  b"Æ9@çthDB‘ý\x1A¥¬É\x0En"
  b"ÆÂDþ˰L™›ÿ˜rA\x02QG"
  b"ÆÜ‹êœ#Ff¼\x03žvB\x1DËo"
  b"Ã\x02\x03jø¤IøñçŽ\x12%¸="
  b"Ç¡\x10·¬¶CI±b\x15.Êúé\x03"
  b"È!NŠ\t\x7FK\x1F®\eÛ^âcþ©"
  b"ÈÉâ\x1A;mA'°KMäŒ5pˆ"
  b"Èì.L\x06.@!½|qfD(sñ"
  b"É\e\x05\x1EEЧÕ*cËδ‡"
  b"ÉG?\x02š\x1AJx´¨›ÍÌá;w"
  b"╔KXì¼ÐLì┐│;\x03Ý\x1F\x1E"
  b"ÉM’åÛ\x15OC§Ÿüßln—þ"
  b"Ê"NÇfyBMŒ-ÉGð 9æ"
  b"╩8 )TñD{ì°¼+Ëp£º"
  b"╩H6\x7FÿQD©┤ƒvbØÉ;+"
  b"ÊR¶«~WOŸ§Ú¢Rªcê\x10"
  b"Ên\x11\x00PWI@“JS³D2Ý]"
  b"Ê\x7F—œ£\x00L\x07¥ùM\x1Cá\nÑ®"
  b"╩£\vü&CG¿öc\x04\x08¬9b┼"
  b"╩£eÓ\x08┬E ¥\x1D{k¤Ø-y"
  b"ÊÎ+Y\x1AÏJ•®\x00\x1D{Èΰš"
  b"\x0ELé└ñG¼║¤ì\x04%\x01w\x1A"
  b"\vØ1█<I­«╬¡║\x15ä▓\x10"
  b"╠<Æe┴\x00L\x11Å;\x0E▄©¥0ð"
  b"╠┘\x06au░CöÆì┘rDf▓2"
  b"Í\x13\x11|¹SHº«\x1A“ZÈ\x02\x1D¤"
  b"Í8´›U‚C\x07ºd>†öŒ1]"
  b"Í•7‘™¥@mœF­Ð_L‹ú"
  b"═ËuÎUQO¡ì╚ÀÐÄ\x1D'1"
  b"╬âÉÞÏ£J\x1F«É╣¶6Ô└Ã"
  b"ΔÐÌ}tCª’º\x14Ëý¢Ö¶"
  b"¤ \x1CP\x05ëH$ìì³Û\x1D\f\x1F\x03"
  b"Ï4\r*¯"NŒ»îkÝœ\x10æ¸"
  b"¤àü?S.Ir¼i\x18øò\x16®O"
  b"Ïï;\v}’HÉ”ðØ\r‚ýb&"
  b"Ð\x1C!\x13\x13öAh¼ÁÂð‘àx”"
  b"Ð4\x06LúpDh¼,-p5â°÷"
  b"Ð;úÔ–0MSœªl:ðEåÒ"
  b"""
    ÐÆàºæúOlƒJ\x15\x1A×\n
    ÏÎ
    """
  b"Ð\x11ñÝ%ÖI\x16ìmÓ´┼Ü}""
  b"Ñ:BP\x1D0B‹“m\eö\x14\û."
  b"Òp­/Dt@8º:Na»!®1"
  b"Ò€\x05ŒNhCC“ioÁ\fz_í"
  b"Ò†pé\<D¥²ß*nÛ˜Þy"
  b"Ó„o°XHBÛ¨±¨UÚ\fF\x01"
  b"Ëì/yIéA»\x04\x04/╔YÐ┴"
  b"Ô\x0EQ\x05JŽEL²››ËíööZ"
  b"ÕE9ë°»Nµš~éZòĺ¬"
  b"Õ_Lî«,F]¨2\x04ÕàbáW"
  b"ÕÖ%8WvH\x1F¨õF­X\x11Q4"
  b"ÖZ겞KDµŽ«åˆ\x0E؈Ç"
  b"Ö¢ÕØñ›H+‹a&g†‡™\"
  b"Ö´ÕvȉJD£áAé¥kÙà"
  b"×Rè‚ÞvEëŠÐ¶Ò\rÁ\x18Ï"
  b"""
    ×{¶u7¸Aÿ¹>¥\n
    A¬¸l
    """
  b"λy\x13¤ÃFà¡Ø_"ÌÎ\x1F~"
  b"×ìÌ¡“tHå–¿ê5·ž5Š"
  b"؃#“E\x0FO\x1A¦à²i¬\x03¤Ÿ"
  b"Ù+€*ǧLlŽ\x01o œ\x14\x14P"
  b"Ù­›À}”H𰵞•¼Æ}‰"
  b"ÚMœ±†ï@L‚†~§<!\x1FÀ"
  b"┌ÉaÔ±´LOñhîà«MÍ\x03"
  b"ÚæwQŸ_GÒ«oãà…\x03`c"
  b"Û\r}™d)OÀ¨Mšp˜P=q"
  b"Û¥pSE\x17Oh±1ä%´ßR\x7F"
  b"█╩\x05¿*`JHÅðMõ█lPƒ"
  b"ÛÖ`ô0HH^ª\x18ñ[§\x0E"
  b"Ü\x19_r¶PE{¥\x1A‚hN\x08R\x08"
  b"Ü"‡5\x17ôO/•:õK·¦Ž "
  b"▄[­c▀ÈAÁú¶ìt¯ÿP0"
  b"▄ò,▀2ÊL\x10Øê╣Üä1èã"
  b"ݾ\x11”¤·O˜¿ü¼û\x7F`W˜"
  b"ÝËz'+ÊCa¥Á\x1Ao\x05<<á"
  b"ßÊM¥‰.Cˆ²ï’›Þ}Ç9"
  b"ÓìU5¢[LÑô«aÀ\x10Àü\x13"
  b"á •«\x0F\x04A8˜\3^+àJÎ"
  b"áË9G\x1D\x14E¼’¼ôºi\x12"
  b"âÜL\vìÂB&¾ã\x05î\x0FLuš"
  b"âñPðmÃNB™>|ö\x04ŠEV"
  b"ã\x1D–d±\tO1Ÿy]³2‘!0"
  b"ã°ÍÌ8}Aâ¹Ó“ö{ßðy"
  b"ä}\x04ã\e=JG¿%ÐõõEº\x12"
  b"Õ(ý£ìTF\x11ÿ╝\x19$ô╠U·"
  b"åQ(&\x11V@\x03¸è\x0F\x1E\v1H¡"
  b"ÕfU¥\¤KÅò^²K\x1FM┼ù"
  b"Õ×ú\x7FÇüD ƒ$K╝C┌¹r"
  b"Õ²º▒á»NÉë\x145þÁty°"
  b"æòƒ)\x0E\x15M|ŸI\x13\x1FÕê›B"
  b"þ\x10zþm\x17F³Ä┤\x1C\eØ\x17Á╝"
  b"è'(Éã‘Jl±„\x18ÆDF#^"
  b"ÞÁB¤õE»ü\vÁîÅMí»"
  b"é\x1CÜ\x0F?½O)¢-RÛÌG“\x15"
  b"éF}JYQJ»œ"\f\x0E¬*Ný"
  b"éLqMÑ\x17L\x07 =àé¡“\x0Eq"
  b"éÜ—A“éGξ\x05{z2\x19Òä"
  b"éæ\x16s¡ˆC\¾œ3™]Ôâô"
  b"ê;F|r˜CE­õ#\e\x04êÅ\x7F"
  b"êpÉPl\x00NQƒf{¬%C#µ"
  b"êèÈ5_ƒMË‚³\x14¥µñrÇ"
  b"ë_7èç^Fg©¬4Ÿ "J0"
  b"ìH4GV¶Mȉ\ óœÉ¯Ñ"
  b"ìU[Êæ¿G\t‚ž-^ò\x08€m"
  b"ýçW\x1FoñB{Üÿ\x1F■&\x1A"
  b"ýÉ×ålÈC└Üa¼T7¦\x19Ü"
  b"ýÉ─╔ÛpC\x03£\x0Fyƒ$Á¶3"
  b"ýÙcì÷\x1AAMÑ\x13ÎNä¤;Û"
  b"í\vä™LŒIþ¿t¤ž¥ã­\x0F"
  b"""
    í\x16 ‹T\x1EI\x01‡Œzý³õ\n
    Î
    """
  b"íÏoX(\x1DF\e­œ£\x16,Ô1ˆ"
  b"íÛ‡\x18u¯Kz‰Pêµ»˜H\e"
  b"î\vð;ôFD°„J\x04\x19Ý\x10öº"
  b"¯\x15@äÚüCÃÆ\x03¢éÃ\x17■£"
  b"îŠs½\x15ŸN/¾\x00¥Ü–\x15Ž}"
  b"ïàn4µ’K¦ª\ë6þ\x07ßñ"
  b"­ì'¸gTC­®ß*¿¿Ûø¼"
  b"­Ü4eè0GçÆ├\x1C#Å2No"
  b"ñ\x08œ€ÇXF²­fx(e\x04ܳ"
  b"ñ/•0Ñ÷CÀ•û1\x12—1\x1D\x07"
  b"òiœ‘\ìAÒ»éÖ\x18I-Êâ"
  b"ò¢Þ”HøE‰†„Çm¼m\ek"
  b"òÛ¦µ´\x06MѪ+íQ_¿t$"
  b"ó\x02a'Ú‡Bþ­Ž\x7F\x1FÛ\x7F"
  b"¾$GÚ}ãO(øs|\x0Fìê¡É"
  b"ó88–þ“J²ˆ¥\x1C"K©{S"
  b"¾º╔ü\t╔J\x07î▒ÎUT░Þ!"
  b"óÞ+\rŸðK+°\x15LAKD\3"
  b"óîßõeéݧQß„w²W"
  b"¶t¥Ìª-JS╣cÖüW\x00"
  b"ôöø\x10ƲLØŸ°#~rýÃa"
  b"§\x05Þkb~NÃí~ÉóF£7a"
  b"""
    õDÿ\n
    9›K·«\fr\x03\vô°í
    """
  b"õVL¼m,Gì•ízvÅ?°‹"
  b"ö&`¡GlAÇšòb°yÒßš"
  b"öJ|ôC’C\e\x02;Ãf\x08õ#"
  b"÷î¯üöÃN,ÂÎòÿÅï│ó"
  b"÷'S4¢:K[†\x03;m\x17ëñŸ"
  b"÷IC·YíEP¦ƒ©½¹kx¤"
  b"""
    ÷Q.°JUO}™P;`æ\n
    [-
    """
  b"÷³^L\tÄHÿ¦\x18“®¨\x05\x0E­"
  b"ø\x19\x0E÷ÚkNO„\tÈ\x11ÀµV*"
  b"øDŒUF–C´‚—NëV×9|"
  b"°à ÛÁéNYöûLöìu1H"
  b"øë?@™ÀF‹·¡ÐVŒ=B>"
  b"ùs¦îEpFë‹\x1E\x19ǰ<î“"
  b"""
    ùvÒ\x18ÔÑC°¡i#“¯\n
    ‰°
    """
  b"¨|¬#|)Dÿ│»`>¬ì3c"
  b"ù‰ÞÎØKO(“&ÅTŸc²6"
  b"ú\x1DÉg—¨F…µa¨—÷wÖT"
  b"úHs\x02\x1DÝHÔ‰¬{¤¬t\f6"
  b"·nÑ2╦\x1CE▄ì\x07\x18í¡î=\x18"
  b"úqÁ\x18ù­KÔ„ö³£1cÑ8"
  b"û'F&\x15¶D\x01³k:àÄpž¿"
  b"û(\x1AÝ!¡Kì±üb¯0Ò\x04\f"
  b"¹`-¾É\x16Ke»²g╠Ü.б"
  b"¹ê\e\x05\x08\x04Ghù\têaµìt^"
  b"¹ê└yj¯K\x11│‗ÄÅ_µ²î"
  b"ûô€×Œ1A\x1C\x1FŸX€y™8"
  b"³\x00ÛÉxoEÒÉPÚ÷uìåÃ"
  b"³Z\x03g\f¨LÌǮɯá█Ä\x18"
  b"³ÝÙ\x14╦¯OÐâà7ür, \x17"
  b"üñ?\víÌJË¡ûÔIWbVÜ"
  b"ý\x02al8zL.µG„[ÿ«¶ "
  b"ý\x17¢tÅ,E\x0F’Å-%¿È‚Ú"
  b"ý#¹ û¦EiœÊ!°•–\x0Fü"
  b"ý>¢zžšL̆æW명Žs"
  b"ýc\x03ÉôƒEð¼AåÏ\x01‡?\x03"
  b"""
    ²└╔OÃ\vDú║ıØ?´\n
    Ù`
    """
  b"■x>\vULKTØ¡aÒh>│û"
  b"þyNåÕÎHª‡Ü¸Ç9…þ\r"
  b"ÿ\x1Cj\x12\tpMŠ‚›\x19\x7Fè]%\x18"
  b"ÿ2üCÒqD)¼\x17ŸeÆ©«L"
  b"ÿW8ÞoDIƒ“—€Êy)Íh"
  b" ZóÊÃãLßèü|òÌMz:"
  b"ÿÆÖ³i¨Mý¿}\e“P‘uu"
  b" ¹+\x11Ã/F`üê"Ñ×ï@ö"
]
85 1.67 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"û9†Ë‰ƒLó£´,Ze\x10"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"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"õ•"¨‡ù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"ÑL´<¼òEî¤q³\e‡‡nm"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"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"r +éJ8NÜî\x11«j■*Øu"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ù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"âåÄ.ü│@┐ág4>qûPà"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"‰Ôd&ÔLDB™=KRJüY¤"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"DD$ÿ“‘J'¤\x01é »3—n"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"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"
]
86 4.36 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\r™ÌyQIØ·cø³Ö@\tô"
  b"\x00[¾äŽéKZƒË½ïÿüã¢"
  b"\x00 \x1C)ž÷M¥¼õµëǃJ\x06"
  b"\x00©ñŒ…ÖFaµÐh½\x1A·8["
  b"\x01\x11°SZ9HÞ®dë╦Øæ_H"
  b"\x01X\x074¡AI9ª\êáTT>Ç"
  b"\x01š\x08©e-CÞ¤+ÛGú\x15\x1Eº"
  b"\x01¶¾e\x10ÝB@¤aJ·þ“Þ\x7F"
  b"\x035|˜y\x05LÖŒª \x0F·ù\x1E\x08"
  b"\x03üV,\x1F}O&¥jÆ.?||ý"
  b"\x03\x0F˜\v*EΧI×z>©%¶"
  b"\x04\x1CŽÖ\x156AÊ«ïi.·YžB"
  b"""
    \x04hT\t‹<N(”\n
    /7ÿˆsl
    """
  b"\x04jsíÏ\x05A\x14¡*}Y“¹D¡"
  b"\x05\x07\x10\x00╠GqìîuÖÁ─l\x10"
  b"\x05\x0F\x12Šb«B›‹q_\e\r\x10þ\x0E"
  b"\x05@ú«­`F–ƒ\x1A~`ׯÐ"
  b"\x05ü▒ºÝéADäÙHÛU[?\x18"
  b"\x05›`jMRH™­¼¨røÄ—\x15"
  b"\x06-\x13ÌxsH†Ž&€Ùj†½’"
  b"\x06GÜ3¸\x15D\x13ºÒÉÓ¢\x08"
  b"\x06±Y,XWGÏ®¬\x1A\x00Óó›C"
  b"\x06Ùü¾ø¦A˜ cÓºË1þ\x03"
  b"\x06ä\x7F‘ÊÍIŽ‹—øÅ«©q?"
  b"\x07íq^3šCÁŠCÛYå\x13ð\x06"
  b"\x08\x1DÄ­2ÚGø¥éÉÑeVPr"
  b"\x08/2ü[kNzŠñ¨o‚°gö"
  b"\x08mˆ ÏwJ€˜Ÿ\t!EKYt"
  b"\t\x1C¿ðÈ0BΕ6\x03bÙ^œJ"
  b"\t@bÕ kO%Œy7q¨^m\x0E"
  b"\t‡`¸\x17vK\e¸¡Q@k\x17Å¿"
  b"\tª²*M*L`î├'\x08è \É"
  b"\t¼\x14PKWMñ·Òl›Ú%$”"
  b"""
    \n
    3\x12"¬×J\x0Ež\x08×§É\ôÑ
    """
  b"""
    \n
    uY¨m\x12B+Ø\x14xõGÇÓ§
    """
  b"""
    \n
    ۙǫ¦BÜ»³úi"jQß
    """
  b"\v\e™\%ÀKn²l\x1CŠñ)Ýö"
  b"""
    \v1%üÙ\vH\n
    Öt\x16══ƒ\v
    """
  b"\v3\x15[\x11ÛM•€J8Ÿûبf"
  b"\v«°,ÌåOSØgz\x17î«:\x18"
  b"\f\f¦G\f\x14Mج%º‰-ì'Þ"
  b"\f%P†ÜÓB¡½prôxŒúî"
  b"\f3—ôD˜Ge›œ\vÁ\x17\x18Ù)"
  b"\r\x15v?·æJ·€v*;¦\x01®l"
  b"\x0E\x1D±9DQEj¹ÕIçRÊê¼"
  b"\x0E\x1A\fmE,╗¶.}Å╣░\x08"
  b"\x0E}▄CõrG│ìü&¶bT\x0F¯"
  b"\x0Eĵã²É@°¥ööp\x06kIs"
  b"\x0F\t”?B_ˆ`#‰§ìëe"
  b"\x0FsHß¼ÎI>¾ìªRÜæçç"
  b"\x0F±yXÙeKœ›0SP\x01É\x01ù"
  b"\x0FÍA5©èF´œøI¾\x145iº"
  b"\x0FÚÑ\¢ÂMꎼy<KÖ§í"
  b"\x10>┌ì╔\x1CNHâCÈæ\x16═é╔"
  b"\x10÷¢¸©sA_‰Í‘Ü)zâÖ"
  b"\x11\x11Zvè\x1AHûÑ=t)ØJ▓ü"
  b"\x11ç#t\x7FÙG\x02╝Q(c\x0Fì─ç"
  b"\x12<sìw@\x1D˜¾ÁLXóV¢"
  b"\x12p¬’|oHò¼¯$IEKý\x16"
  b"\x12Ñü0ùâAÚøHeDªs┐╦"
  b"\x13\x13\x1A½Du¿ue·Ò\x12\x08\f"
  b"""
    \x13$\x0E}…³G^½Â\n
    FZKRã
    """
  b"\x13m9ïLÉ@\x1D†_h”Ë6&v"
  b"\x13‹·†¸¬M*´á\x13r…!ô{"
  b"\x15m~\x02ëÆNrZkØÄ—"
  b"\x15à\x053¥øJ"³UŠ\x03 t^2"
  b"""
    \x16žºàI;@^Ž\n
    w\x19ŠCŽa
    """
  b"\x16«þÈ8²O╦ü.\x18»ÍÒ}A"
  b"\x17\e\f™AášÖs—ƒÊŒ{"
  b"\x17í0)ò»E¯ì{¬\tÀg■G"
  b"\x18Únp\x00åEãûáD╦æ\x04ü'"
  b"\x1AAPƒxcBü‘8\x03ò3È-Ž"
  b"\x1Ax€Z¿°IÚ…ß͡|bM"
  b"\x1A—ïµvšJü€Þæ&Gkû>"
  b"\e\x06Gç¿@«„¬ÎvI4Of"
  b"\x1E9\x13q\x10\x16OÀü\x7Fczç9iu"
  b"\x1EÔ\x05CÜŒLš·1)S¿»QË"
  b"\x1F\x17~¾§§J5‰ã\x0Eí\x1A—u-"
  b"\x1F”8W&IKƒ¯,_;ÐH­["
  b"\x1Fæ—çÍgG\x16˜Ê@\x10¼\x0E"
  b" \x18q\x12Jh@ì┐ó}j\x1C¦ë\x17"
  b" !í;'QI§»Î¼ê>>Q"
  b"""
     ÕWçÈgN\n
    \x15_3~ÃAù
    """
  b" ┘k╗S=H\x1EáKØNI½pR"
  b"!3ç^«ÀAv½ÙœÂ•beS"
  b"!4"­N‚Bä¯~5\x00cs–Ó"
  b"!…µÅØ7A"ª«Þf\x07Å\x02ß"
  b"!£t¢)GGö£\x08TS…\x04à¹"
  b"!ª┘¸─┌LÔ¬Qé┌í@GØ"
  b""\x13Aq¼ÈMö¥^ÞT,ß=8"
  b""Ki‡ ŸKÔ¥\x16Šá¯\vv6"
  b""n\x15├×ÊH\x1Aì7@\x1E\x19\x13\x1Dx"
  b"#\x04ƒéx¿@FÉÂ;Q▀┐╝¦"
  b"#3ÚÝwnFÛ®\r‡œ©Ÿ~Ô"
  b"#‡Î#žŒC\x00¸ØÃ„v\x1E—|"
  b"$Nò\x13ûïCsˆ\x19´y—\eqr"
  b"$ÔÃ\x1A|KNÌíîÑ▓É┼ýf"
  b"%\x03«PÅ$A\e║╬¥+\x01¢yÛ"
  b"\x19ã\x16?K丫ûÔhVN/"
  b"%ÏØq·\x05FW–TX#‚æŒ\x0F"
  b"&Å─\x12Wï@oëEVkaxV\x12"
  b"' ▄\x05├ØJ`º"@░îæKd"
  b"'|\x1C£¬\x12H*·éþÍW0@¶"
  b"'Ê5_¡\x13K騄Nj»þ»î"
  b"'╠ÆñP`B¬â·╔\x03É‗(┤"
  b"""
    (2\n
    +¦uA;§•\\rºŽë¨
    """
  b"(G\x11.Ó™Iü«÷jìO›\x03O"
  b")a–\x0Fï O͵&K\x12äâtË"
  b"*Aì\x16ë0Jõµ!\x03aPfþ‘"
  b"+\x13ý¹Ê\x1E@0ì■¥Écz®ý"
  b"+C3¢i\fFµØÎä¹~õÇÈ"
  b"+PÃ-ï\x06@¢”LËçY‰_?"
  b"+Åz%\x10÷ES¾õfú~š¼\x10"
  b",\tÎ;┘\x02E┤¿ÃwìU¹\r<"
  b",2Óø=rKd¥Œ~¨<sö›"
  b",ÂÓ“¶½G¿µ}r¥)ƒöb"
  b"-\x02\x02\x03Û¸H›‡\x04“ŒM'\x01;"
  b"-]Å"|¡EÄàJ=ß═â+\x06"
  b".\x03SkØ═@¸æq7Ú~GÊ,"
  b".?eŒvhKÚ¹×ëSˆˆG\x13"
  b".W’ö©yJIƒ\x0Ec2œ§ež"
  b".­PòrþI½¨’\t\x02>™\x1A\x00"
  b".¸}F²^O#¾æ‚nZSû\x1F"
  b"/jÃúªûL³║¯aì\x16Ù²z"
  b"/Çöºö>O†YÂY\tŠ\x1Cš"
  b"/┘\x19XáeG9çÏñ\x1A¹2ü{"
  b"/▀k-Lü@ÈĦ\x04\x01\x18H(¥"
  b"0H6\x122×Bï…“Y<`Î\x08"
  b"0N.╗┐ÒIuÄØ¼\x0F3!▄*"
  b"0╣\x13ßÉ╗FÏÀâòLË┤,\x1D"
  b"0■mºNdO╩Ø»▄ýö■÷="
  b"1\x04!*ƒ\x04E#ÑÅtÛÍhfÞ"
  b"1$ßûÖÑF7®$ŠyËJ;\x01"
  b"1À<WmïO\x12¼ÿ—<9ŽŠi"
  b"\x0F=i}K%ÑÂ\x17nË (0"
  b"3`}\x10»íJ/–3yHùðÜ•"
  b"4\x10©F@ÆC║Åü{Ôé╦ZU"
  b"42{åÛ´H•”S9XŠC´f"
  b"\x1D@&ÃC=Ø█=ì{\x16©9"
  b"\x1DQ\x7FuC<–\x12[!U_Lï"
  b"5ù±\x13\x18PL×” !\x08#—[r"
  b"6(ıhÇuGÜǶ+c╩É╗▒"
  b"6tZ÷¹r@˜Ÿ{ªÀû›©à"
  b"6Ý¥c\x12\x12Gn¿¦äSÅñ°ª"
  b"7[{aÊ0E;›ª¬\x1E’²Š\e"
  b"8kS\x1Ae!E›·=ö%ï"ûk"
  b"8vv…1áGvº¸\x1C~Iæ6%"
  b"8}8@Ó8GjƒÕÄòÝä³["
  b"8€3Í:ëO|¼´Š;­W¼C"
  b"9ÞYþçaGìŽ'û\x16¥\x1C£‚"
  b":\në¦e>LCübÈ\x00■DPµ"
  b":ÓuÔN\x07BPšÿ%LI¯\x1C"
  b":á›ér¥C¾¹’nÿKsà#"
  b";ò5ô╩ÛNò┤)ì?ºã9Á"
  b"<wV\x18„…E…’Øü0\OçÓ"
  b"=\r¥mƒ\x0FM\x14¶¿\f\tøÔeÛ"
  b"=DÚW\x0E8Nåª\x11©N\x08ÂWb"
  b"""
    =┌\x15\x0Fx╗@\n
    É╦Ã╦Ð^║5
    """
  b">C<Àd\x19J­¸ =d{\x14"."
  b">oÓj>ïNÙÉÉøo+Yß┘"
  b"?\x1DÙBˆÛK‡¼\x14ý\x03ÖBÂ)"
  b"""
    ?åò¯p¬M\n
    úÏ╔Û/èAÅ
    """
  b"?╦\x08#2ÒCì©QüÂ9­ßª"
  b"?ÎÁŽ8\x19FD½x£\x0F)²ìæ"
  b"@\x0Ešæ|¢Cè§aí÷Ctu4"
  b"@P│ç┬▓E\x11Å¢t/:`¤\x12"
  b"@嫨ì\x1FM>º`¥}\x06†îB"
  b"A\x18(è9ıL^»Ø╬ ▓42Ï"
  b"A\’Q¶(O³•ÈÙZ§\x18\x16E"
  b"AdF“'òK\x05¬\x12Ÿp€w×x"
  b"B”Ub\x1EæC²²ôVÚ¼:Ã\x06"
  b"B•Îvj/A\x0E\x03\x1DzÓÀ\x0FÈ"
  b"C)PPµ®L>½Œ2×ì·.™"
  b"C5Å«#ºK\x14£\x17ƒÂ\x07ŸNu"
  b"Dož&ÎJFf‹Õ×1¼7â\x7F"
  b"D¥þ╚┐&O\x12É\Þ‗\tARJ"
  b"EÒàı\r¯N½â].ÙüGKB"
  b"F+ÏŠâ«J\x01š¦ëätKÉÂ"
  b"FÐA£³\x13D\ìqÙåbÂÑ¢"
  b"HN\f!¸kOK€RC•…·ÖÌ"
  b"Hb?t$.EVƒ[èû~¨éq"
  b"H~ªÂľIE¦Ý@Xÿ°Æ¬"
  b"\x0Eo”ÎOëˆ"–cÂ1Ÿ%"
  b"Jgx0ÁÉHëâ┴═┌╝äƒ@"
  b"""
    \eX+\n
    O¡©Jñ­èŒQX
    """
  b"JŸðÌÁÓMò£U·2¯ö\x05ˆ"
  b"J¡Ó)])EÊ¥ÍËA\x18™d\x01"
  b"J░s\f®¯Dàì\x16\x0E\x11■│1^"
  b"JìÆ@ÁwG|¨Ðòâð»âU"
  b"Jõ1<\txDʼŒ­á\x16I=\x04"
  b"""
    K\x16\x13\x11HoCû¨®Ã\x07\n
    Š\t3
    """
  b"KW┬¯S╬Fµì¹õv#║.¸"
  b"Lþ«Ñ\vGM\x05±\t©Èœö½\x08"
  b"M² ÒƦFTì│§/<‗í1"
  b"NG¡G$ˆLкž;k›~}ˆ"
  b"\x05@█ÀHË│øÿØ7éç4"
  b"OA«àKnOO¢à].ô¯\x1Cl"
  b"""
    O_m®×ÅNÏ║bgÌë\n
    øJ
    """
  b"Ohq¸\x1FGOâœÌ\tã\f~ý”"
  b"OÑüc-ßNèôS┼\x00Ãð\r¯"
  b"O┐}|ì\x13HÄö}\x1EÆ▒¥¿|"
  b"\x05±ä«H*†\vFö³Š\ "
  b"Q²ª\x14^ªN\x1A´g#ŒZ\x05o™"
  b"QçàǯvFc“\f‹Õ\r`¬ó"
  b"R\x04ÿ\x0EG}C<¡û\x08^║ØÀ╦"
  b"Rj.žø\x17N!›\x00•U‘'ß+"
  b"Rsò^‡IB˂߭հT¡y"
  b"R¯ŠÒ‹\x1CNæ á\x04päÞˆ´"
  b"S1J‰‰PO@³\x02\x04?\x16šã*"
  b"SL\x00òmIKØ«,/ƒ/Íó®"
  b"T}ÖÇÄ€Ct¨ê\tp]-m)"
  b"U\\x1Ekw»Oê®i\x12Ûµ‰\x07h"
  b"UÛb`xbCYº!?¹±4šò"
  b"VP¢ÞÀÛG\¬£Ù.╩ìC╬"
  b"VÜ░¹:ØB\x13ª.╔├ð1Ì\x1E"
  b"VÈÎ\x10­ëO(¯dÜÿb\x08"
  b"V×àn¹\x0FDD¦ª7¶ÏÇàð"
  b"WpH=T\x13K…©³ù!^¦G$"
  b"\x19yõXMº¶AÅôÙ·~z"
  b"WÏsY■\x10M¶Åµ;´ur°Ù"
  b"X¿+ÔB-Fo±Ìl\x18¹(\f°"
  b"Xúä©\x157O)•Šæñ«L>p"
  b"Y9i^ú\x12L«ü1bPïí¶╠"
  b"Z#9p>\x17@þä╗ı ÅSÔ▓"
  b"Z3¸Á‚}D\x04‘Ÿ\x19¨ã[ÕM"
  b"\x08‰J\x0FKZ€ìð1½+Þ\x03"
  b"[ЀIìäK~œÙh›í½\x10G"
  b"\\x04Bø¼±B;ü¨\v\x06!\x17ãÂ"
  b"\x16\x1F\x18ƒA(µÎ‘ž\x1Cô\eÆ"
  b"]Saj╣¦B░º\x03ÕÉÌ\x13K\t"
  b"]Ñýø‗´CÛÆDà┼ØJÂz"
  b"^F¹9lºB`öÅ B&©0×"
  b"^K{=\x05¹Aù¶ËPü…]5ú"
  b"\x10\x02PuJÞºHŒ „“;\x05"
  b"_áLÆì~GÝäÙ2┤\x12£ÕÄ"
  b"_³Göƒ,Jê…Ý&û(\x19ó¹"
  b"`s%¾)\x1FO± ‚››DA1³"
  b"`|Æ4┼¼L;ØÄ¦\x13\x10)\x02"
  b"`›¨Õ*\x14F2®‘\x1C˜c”þk"
  b"aü│V®\x14J_╣Úá\x00K╦0%"
  b"bf#ðæÙK¸ÅR\x19¹■-─ý"
  b"\x16û\x137OŸ|\x17#ÿ\7ñ"
  b"e\x03‰UZaJH½\x1AØw»\pÃ"
  b"e\x13òÉ▄8G2ó└ñ3\x0E.\x15å"
  b"e9æ~HßE:”Ùœó2»[D"
  b"f”ìmAÅM\x14€'¼fÉû)r"
  b"""
    g4š\n
    S—Er»Ë²ìÚj\vo
    """
  b"hÄ9Ù0\x1AFK°¯Ÿ\x1A\x03]$P"
  b"iYÿO®˜Aé¹(`a¢ÎÅÉ"
  b"\r_;ûOZšŸÎHF\fݸ"
  b"i·4¦*§BÜ╗åÉ\x1Eþ"\x17\x02"
  b"kE■¹\x122BÉÂ>á+;\x17±c"
  b"kN-ý4£K\x00ëÅ\t{┘+^Ü"
  b"km‡=M^N‡™Ê°\x14öÑ\eW"
  b"k▒Õ\nª‗EHØh¦Qn{\x00p"
  b"k·YÒjÂEõŠê­yK\x00\x07ü"
  b"k½’*N<H\f­×¡ª’\x1A\x17ã"
  b"kØ9M\x15mK̾§Óàªb¡\x15"
  b"l&–¡\x18XKæ˜2U£1ïxt"
  b"l[B\x17:ÂL¸¡\x0F\x17È$“Ï"
  b"lÐ9nÑéFËÜìõÉ┬ø\x13$"
  b"mT\v‘ýcCú¬ßòŒ\x1F@°Ü"
  b"mu‘‰Ä¡G(’z&²:Ï ù"
  b"m|ì+┘.F@▓W\x1A¤î¸°¨"
  b"n=3æîéBrºÊ[÷Rq\x10]"
  b"n]<“^ÏG\x02—›c‘@/ܲ"
  b"næ·Å└µM8Ñ(g¤\x05\vÓP"
  b"n╩╦ð¹^@´öïµ2É]îó"
  b"o“Â`Ý?GŽ©áQ;éàM‰"
  b"ošIýútB+¿w\x00hnº4ƒ"
  b"o˰‗┼\x03Mìçôà-+ñ>w"
  b"pz╬ ÎÔBJ¼5▀\x00nØÙ╩"
  b"\r‘M¥Lÿƒ\TÓúEÊÑ"
  b"pî@TÊkHX¬q¨m¾ñ¦K"
  b"p¨*ñ³#MÙ▒Í\x04Ã\x142LÉ"
  b"q)oò»DLW‡íÄ£\x1Aì\x1AÐ"
  b"rQK\x152¶Os©ûô{¯%Z´"
  b"r”|\x02\x13!E—µ3–\x01@ ˆÿ"
  b"r—ª[N\x0FHg…©É¡+ì~\x01"
  b"r©ñx\x1EuK!˜ø‚joqõË"
  b"r╚║É═÷C╬£┐▒M^bîÌ"
  b"\fgæGMܱû©e±.ÍŠ"
  b"sGƶ§ãEæØ\x0E\x00¡bÓѼ"
  b"s£õ,ýFB[å`9zì¬z&"
  b"t|`wŸMM¥¹Mš\x14\x00˜€"
  b"\x03ŸŒ\x10Eu®\x7F¹ÆDª<Ñ"
  b"\x1FÊèÉE]“Ÿ™…Jѳz"
  b"tÚ€\x17jùJA¡ådX_ÕÔ¶"
  b"u‡¸s\x1F¬@©¼s\x1Aé\x16zDÊ"
  b"uôÅÊ‗²GƒÿÚ1B\e\x03"
  b"\x13\x1A\x12pG?°\x1AçYø\eQx"
  b"v·«è¥\x1EB\x1D¡ØåW¸L|è"
  b"xÕXë/¦B޼h7T\x7F,ì³"
  b"xÿ\x10u¼?FÒ„ÃöÉfóœ"
  b"y~┬´ý^DkâÅ%░┴Ãâá"
  b"y‹ö\x1EúªG‹“Í¿¿‰!ˆá"
  b"z┤‗\t\t_GØ«À\x05,┌eÑ*"
  b"{[„\x13ä¯D\x07€Ô\x1AAš—(b"
  b"{šL¤øƒKF»i]Ëð\x0F{”"
  b"|\x0EÛ¶ÿ5EÝ‘&û8\x10¼[k"
  b"|o\x17yŠuLtŸ\x03‹µˆI\x08G"
  b"""
    |øÔu)\n
    K4°‹\twöë[á
    """
  b"|üâJ’»@0©~Š5)€¥\x05"
  b"}J¾\x0EV\x08I\x1Aó│¥ÉÏì\x05å"
  b"\x06òppDUÉWÛ6íÓ\x18Ñ"
  b"~T\x13\x18YºCâ®&ŠûZçß\x1D"
  b"~\\x16IfVMÔÅß«~Ä\x11"
  b"\x18Åj\vO+ÄO¶sá╣\rD"
  b"\x7F1V‚P,@[ªK;f­×,á"
  b"\x7Fª\x0E7^’A¡ŽÜIfÕ~Õá"
  b"ÇHÌýôfD╚Ø®7Þeû/N"
  b"ÇP═▀zÊM÷Å░\x1D@á,Ñ]"
  b"€~Þ5agC"¨í#h*ÿÍj"
  b"üvU kÖDî¢h│0*b)ü"
  b"„Bãô\x15v@ãŒ\x11%a˜\x18"
  b"""
    „yd "ÃL?±÷\x11w¦ý\n
    B
    """
  b"„œRÙ\x02FBT¶ï,Äot7g"
  b"äÊ)Ù▀ðC/ÉÌ¿1\x02yæå"
  b"àe­╔õ┘@¹ì\x13┴Æ\x1Ei%q"
  b"àk¹vY║Dì«Ü]ó7╣─\x08"
  b"…x\x7F\x1FOÆ©ÀªZPÊ+@"
  b"†î*¾OÃC%¡%Ÿì'=¡°"
  b"†ðNpæ\x7FFV޵!‚QvÃ\x1C"
  b"""
    ç0Ü╝n©BKÉV\n
    øÜ£ðT
    """
  b"‡AúÖkYA&°ÕÖL;g\x1A\x7F"
  b"ˆ)ò\nÈA\¯\x1E\rFÕ¥ÐF"
  b"ˆ”…n:’Oçš \x18#\x11o_ "
  b"ˆœ?\x15)éLß”m\x12\x1C\x03ã>c"
  b"ˆ¨SøÓ`DO‰½\x1A=\x16â²&"
  b"êýè<¹éIxâÅbï\vTàï"
  b"‰RËn•—Dí¹ÿ‰þ\x13ÊŽ\x03"
  b"‰¼´˜ãLHwš2@‚\x1DnHö"
  b"‰ÇÛ\x12ïH\x00¯\x06I³¨&¡Â"
  b"\x12â¥KïD!’·+I4ƒ¡)"
  b"‹8\x1Ck\x7FéK\x06Ÿ9ÞǦ&B½"
  b"ïı\x18C°┌L▓Åi£ütW\x10"
  b"ïõ*É▒╬Iµ®7Î~3­N¥"
  b"î\x13Ñ\v|Ì@ñÉ\f┘Uþ_³6"
  b"î$üõ\x1AâD©üfÉöÙ6Tæ"
  b"ŒÚ\x06L\e,K’­ŠË;“\x04¦`"
  b"ìx╠a\vîF\eƒ=0`╝\x02├©"
  b"ìåÜN*ÖD`¡¼ò\x06§seª"
  b"ìºó_ôQFì×▒_\x01ËÐ\e$"
  b"ì¾┬CÂRAÃï╦SK`%±G"
  b"Ž\x10[±WãLI‡ì)ÓMzQ\x10"
  b"ŽbNt¹\rC‹¤J.È\x1A_\x03\v"
  b"Ž›»¦\x7FUFá³ZN»®½Ä="
  b"ħOÈ▀K{▓önýh\x15Ø┐"
  b"ŽÎ6\x12÷´OÒ½Ñmœ@þöó"
  b"IJ¤±ºSDÅò@8\x04ºÎªÑ"
  b"Å5zØ\x13NFÊ×):ð\x02ç░Q"
  b"Åb\x07ÊÞïEΪ~)%5ßÖð"
  b"É\¦2{ÚA▓îY\f¤|äÛ»"
  b"ÉÊÈØòÔD╩û8SÁ┼P®g"
  b"É█¢©\tsN-ô▀x\x12═┤õê"
  b"Éß╚┌\e\x1EJbú¦<$¬0+ó"
  b"\x18Œ\x00}mG¸œ_·Ž®õëL"
  b"‘ƒbÇ[#I>¡Z B´2w¦"
  b"‘È;¢6"D”œž\x05Äþ¼¿\x01"
  b"’!ÛdËÅOð¾S%H$ªÎ\e"
  b"’D\x13ÑÅuG7¯Ýd¸\x0F‡Á\x1D"
  b"’`Çíî{Dzª<6†Ú\x7F ä"
  b"’²€]ï§By§ã¹j9m³½"
  b"ÆÎ‗¦Û:G\x03ëØu¶<Ð\x7F\x05"
  b"\x1AÛµ¯bI£¦8ÖÑïK,\x10"
  b"“à\x12s^\x1FB?œU(mÁö\x10Y"
  b"“í=Åw2Mf¸©\x1A\x16'¿¡³"
  b"”i°*TžDA›žÝÛ1]PÆ"
  b"ö{\x18Á8ÝD0ŵà\x0E╝fs║"
  b"""
    ò\x01\x1E┌ı\n
    K■ÉN/­\eß½\x11
    """
  b"òðc"´ÞG\v¥4╦@┘Űá"
  b"•Óq@t\x08L;¦‚îùM|‹…"
  b"ùA|`ëƒD\vò╠ÔÉ%@\x0Fà"
  b"—In"\x17pN™„1?A\x17\x03œM"
  b"ùY´\x0FÆjKÎØ&jà\x04\x11▄|"
  b"˜AË8ïéE9ž;uÓœ>›ì"
  b"˜cí\x19¿ÛJƒ–ƒ¯“±dd\"
  b"ÿç=,PEM²╗µ¨\x01▄ïåÉ"
  b"™£N0lƒFj—ºá\x00\eº^\e"
  b"šÂIJè\Lî¯Ãg›\x02c——"
  b"\x18àócáJ\x11¯=µ2ìQ?¥"
  b"øìé¼¶\x0EB┐è(\x01\x05;\x04"
  b"œ}˜Öì CÑ”OÜë\x07Ï„Þ"
  b"œ·ó*ŠåM¹ºîU†\x1D]ä&"
  b"Ø-79║b@¬Â­û\x1Fm╔_\x10"
  b"Ø5"SƱJèæ²?õËõ▓Ô"
  b"Ø}▓╗\x17\x16J*¢a?6<Åw\x02"
  b"ØÇöÒ'■DªäFiÛ̃Eu"
  b"Øí¥\têäGñÄ´8Eê¦\x17\x02"
  b"žÇ˜ê\x01œEO•Y&zŽš‡æ"
  b"Ÿ2Üp™òM\x0F®Pò G’+‚"
  b"Ÿ£\x06Çd4Lò ‹ð-”„\x00\x04"
  b" \x13Ø¥À\L\x17žÕîgº)[\x05"
  b"""
    á6íi+\n
    J[ì\x05Þr\x134\x1A\x7F
    """
  b" ™‚_ë}C¹¥\x03Ÿv:\e\x1F\x10"
  b"áß|vØOD¢è╝ðW¾gv╦"
  b"¡U\x7F¥³ÍE\x18ŒpfZ\x0EôÄ5"
  b"¡m’#z¹D\x1A«c\x13‹Vxˆ­"
  b"¡štE\x1AÇG\x10¡Q…Ü»\x05ƒº"
  b"í£%µ¹@C─ø\x14TüDö└┌"
  b"í´Ð\x17;ÍBëü└Öð▀\x17█¯"
  b"¢®ÖÚQyH埗Å,¼µ\r"
  b"¢ÅèØÐ¥J»Œ4uû\x1F/\x1Ck"
  b"ó┼÷×Ó\x0FMÒü¹?iÝ\x1Eí\x0E"
  b"óÔ▒ð\x01CEöìT─°ô.M\x07"
  b"ó­îî╗´DÒøWÓÓ■åÏü"
  b"£®\x19!8ÐLʸ‘\x18\x03\x01#"
  b"""
    ¤»\r\x02\n
    ³NšŽ8ÿÉôãbê
    """
  b"¥p™Ý IF4‹WØü\x05\x13ªf"
  b"¥Õ\x14‡º\x07Ei—ém•2\x7FÚe"
  b"ªh\x089\x06°Eõ╗iüU ô╚\x1F"
  b"§/UQS•A·œÍµ¸dZyñ"
  b"¿ëãi\vÉDcö¹¡9\x11\x01"
  b"©\x03\x19yf†@{—•I\x0F¼p)þ"
  b"ª,ÿOCêE¸¯ ÕEên\x18Š"
  b"ªv[ü¸7C‹€O&\x05edÐ\x13"
  b"¬î%&Ö\x19C╬¡‗c╦═╣,Å"
  b"""
    «\x1E\n
    GýýK\x1C­E\x1A.Œoç\x07
    """
  b"«€Ÿ15‘O\t°€¥^÷XXˆ"
  b"«„_áý€Gø­é,È¾ŽŒ\x03"
  b"«Ü‚\x1Dü\x12OK³ñ\x03º\x03\x1A"
  b"¬=èjåxI‚ž‰$~íL\x1DŸ"
  b"­S\x14¯FmHå¸n·xÆû\eM"
  b"­\\x14ü5ÛDÄ„Qy°aŽVŒ"
  b"¡┤ \x16XYAúÿ.■û¨ìãÚ"
  b"«\x1F┤bɲCÛì{<KsÓr█"
  b"°hÈs>mCu´Ôt‡$-JÑ"
  b"°Ù5s´ÀN\x08²˜Çj'-\x1Em"
  b"░Õ;ƒ©*C\x10½ÖRàË\x06ì┬"
  b"""
    °ýc*\x0Ec@C™3\x06[‹\r\n
    R
    """
  b"±Ubòµ\x07Nÿ“)JZ•Uc”"
  b"±«1o±ŸHϯP,/‘@º "
  b"▒¯\eè\LL\x01ÅQ !Há\x05â"
  b"▒´üGé┴KÀÑV\f\fûÞû"
  b"²µ¯6\x1EqL\f¼Ì`€L\x08~\r"
  b"²ÐEßïØD\x7F²\x0E=\x12ææ\x05½"
  b"│pà\x1EÝhO╣ëÀ¥un\Ø!"
  b"³Š"í\x10øAÀ½\x02ßä\x18ÎúÑ"
  b"┤ÂJ╠ÉãA\x14鲨Â╚¨oI"
  b"´ø­Z«¡MR˜}¨–\x03Ù­þ"
  b"µmwK¼ŒKc°ŸA\x1DVæË\x02"
  b"µç¼Z\x11gGq“r\x19ú¡wëP"
  b"¶>zrf³KƒªÐ”l0<\x17Ô"
  b"¶u-ÝG\x16@N—\x03-óˆ_•Ù"
  b"ÂâKø²JOÅèßu[ø\x11ã▒"
  b"·Rè\x19}~Nö®ˆÕÔƒøGA"
  b"·þ•Å?òM܃!¿Yj\x08n="
  b"¸\x03+ðáHGõ…ž=­˜Ð8×"
  b"©!▓î┘ôK óPÆê\x18|É\"
  b"¸^ЋYûIҜDŽ\x02оÏm"
  b"¸õ–£4œJ̺»€\x10ý”Ŧ"
  b"ºL\x01\x06Jþ—ï;Ô y§("
  b"»Gé8<\x1AKv‹€¼nr&/ï"
  b"""
    ¼<\x0E\x1D„ËOèž\n
    AP¦[¯w
    """
  b"¼P\x07uQ\x15AV§ê\x0F|qHãU"
  b"½\x02×1\tÚCѬխ#ß÷í\x1A"
  b"½5\x7FWÏûB\¨§)¨Ä»ÞÖ"
  b"½LTè\x04âAà®0Òõ󨹦"
  b"¢um¯ø║M`░}\x13ì¢ÂNN"
  b"¢ûC3¢ÉNYû\x16┬█Bu\x11Ç"
  b"½ì HcQM”­¢\x03Ï7›¢ü"
  b"½þ…Ž\x18äEvˆ÷j\x1D>¤ _"
  b"¥G┘×õmN\x15Ø█╬£°xÛ¤"
  b"¾Ñ3\x1Dn²B«¿\x04¶60ÈÄÒ"
  b"¾á‘2‹RK;“¬ºÒ5cz¤"
  b"¿Í}ƒã‚O\x00º†§¿€”\fˆ"
  b"¿ÎaÙÅÒ@¼¯k\rIf\v\x05#"
  b"┐þè÷\r5K▓ñ9UÅC─?>"
  b"┐¯\x08\x1E0èF}ɧ\x1Ak\x16\x1A"
  b"└+\$æ\x06AWáüG#E^\eo"
  b"ÁO‰Ï¡µGÕˆÎ1t9!cç"
  b"┴┬ÊÅ00Oå┤▒0\x7FÃ&ÝG"
  b"┬úW;zìLOû&»╝ÙE┐["
  b"ÂÍ„:\x11\x1EO€’1\x07ˆ1Šü\t"
  b"├²"ÌãZB ú7>ÁÔÏìC"
  b"\x1CìÐÍÓJÔòZìöbO\x0E7"
  b"Å­à@§\rO"³L®Ü=“ÄA"
  b"Åü\t™öÃKã¾\x06¶­K¡&è"
  b"Æ\x04s.iåC•¥t1³ÞËÍå"
  b"Æ9@çthDB‘ý\x1A¥¬É\x0En"
  b"ÆÂDþ˰L™›ÿ˜rA\x02QG"
  b"ÆÜ‹êœ#Ff¼\x03žvB\x1DËo"
  b"Ã\x02\x03jø¤IøñçŽ\x12%¸="
  b"Ç¡\x10·¬¶CI±b\x15.Êúé\x03"
  b"È!NŠ\t\x7FK\x1F®\eÛ^âcþ©"
  b"ÈÉâ\x1A;mA'°KMäŒ5pˆ"
  b"Èì.L\x06.@!½|qfD(sñ"
  b"É\e\x05\x1EEЧÕ*cËδ‡"
  b"ÉG?\x02š\x1AJx´¨›ÍÌá;w"
  b"╔KXì¼ÐLì┐│;\x03Ý\x1F\x1E"
  b"ÉM’åÛ\x15OC§Ÿüßln—þ"
  b"Ê"NÇfyBMŒ-ÉGð 9æ"
  b"╩8 )TñD{ì°¼+Ëp£º"
  b"╩H6\x7FÿQD©┤ƒvbØÉ;+"
  b"ÊR¶«~WOŸ§Ú¢Rªcê\x10"
  b"Ên\x11\x00PWI@“JS³D2Ý]"
  b"Ê\x7F—œ£\x00L\x07¥ùM\x1Cá\nÑ®"
  b"╩£\vü&CG¿öc\x04\x08¬9b┼"
  b"╩£eÓ\x08┬E ¥\x1D{k¤Ø-y"
  b"ÊÎ+Y\x1AÏJ•®\x00\x1D{Èΰš"
  b"\x0ELé└ñG¼║¤ì\x04%\x01w\x1A"
  b"\vØ1█<I­«╬¡║\x15ä▓\x10"
  b"╠<Æe┴\x00L\x11Å;\x0E▄©¥0ð"
  b"╠┘\x06au░CöÆì┘rDf▓2"
  b"Í\x13\x11|¹SHº«\x1A“ZÈ\x02\x1D¤"
  b"Í8´›U‚C\x07ºd>†öŒ1]"
  b"Í•7‘™¥@mœF­Ð_L‹ú"
  b"═ËuÎUQO¡ì╚ÀÐÄ\x1D'1"
  b"╬âÉÞÏ£J\x1F«É╣¶6Ô└Ã"
  b"ΔÐÌ}tCª’º\x14Ëý¢Ö¶"
  b"¤ \x1CP\x05ëH$ìì³Û\x1D\f\x1F\x03"
  b"Ï4\r*¯"NŒ»îkÝœ\x10æ¸"
  b"¤àü?S.Ir¼i\x18øò\x16®O"
  b"Ïï;\v}’HÉ”ðØ\r‚ýb&"
  b"Ð\x1C!\x13\x13öAh¼ÁÂð‘àx”"
  b"Ð4\x06LúpDh¼,-p5â°÷"
  b"Ð;úÔ–0MSœªl:ðEåÒ"
  b"""
    ÐÆàºæúOlƒJ\x15\x1A×\n
    ÏÎ
    """
  b"Ð\x11ñÝ%ÖI\x16ìmÓ´┼Ü}""
  b"Ñ:BP\x1D0B‹“m\eö\x14\û."
  b"Òp­/Dt@8º:Na»!®1"
  b"Ò€\x05ŒNhCC“ioÁ\fz_í"
  b"Ò†pé\<D¥²ß*nÛ˜Þy"
  b"Ó„o°XHBÛ¨±¨UÚ\fF\x01"
  b"Ëì/yIéA»\x04\x04/╔YÐ┴"
  b"Ô\x0EQ\x05JŽEL²››ËíööZ"
  b"ÕE9ë°»Nµš~éZòĺ¬"
  b"Õ_Lî«,F]¨2\x04ÕàbáW"
  b"ÕÖ%8WvH\x1F¨õF­X\x11Q4"
  b"ÖZ겞KDµŽ«åˆ\x0E؈Ç"
  b"Ö¢ÕØñ›H+‹a&g†‡™\"
  b"Ö´ÕvȉJD£áAé¥kÙà"
  b"×Rè‚ÞvEëŠÐ¶Ò\rÁ\x18Ï"
  b"""
    ×{¶u7¸Aÿ¹>¥\n
    A¬¸l
    """
  b"λy\x13¤ÃFà¡Ø_"ÌÎ\x1F~"
  b"×ìÌ¡“tHå–¿ê5·ž5Š"
  b"؃#“E\x0FO\x1A¦à²i¬\x03¤Ÿ"
  b"Ù+€*ǧLlŽ\x01o œ\x14\x14P"
  b"Ù­›À}”H𰵞•¼Æ}‰"
  b"ÚMœ±†ï@L‚†~§<!\x1FÀ"
  b"┌ÉaÔ±´LOñhîà«MÍ\x03"
  b"ÚæwQŸ_GÒ«oãà…\x03`c"
  b"Û\r}™d)OÀ¨Mšp˜P=q"
  b"Û¥pSE\x17Oh±1ä%´ßR\x7F"
  b"█╩\x05¿*`JHÅðMõ█lPƒ"
  b"ÛÖ`ô0HH^ª\x18ñ[§\x0E"
  b"Ü\x19_r¶PE{¥\x1A‚hN\x08R\x08"
  b"Ü"‡5\x17ôO/•:õK·¦Ž "
  b"▄[­c▀ÈAÁú¶ìt¯ÿP0"
  b"▄ò,▀2ÊL\x10Øê╣Üä1èã"
  b"ݾ\x11”¤·O˜¿ü¼û\x7F`W˜"
  b"ÝËz'+ÊCa¥Á\x1Ao\x05<<á"
  b"ßÊM¥‰.Cˆ²ï’›Þ}Ç9"
  b"ÓìU5¢[LÑô«aÀ\x10Àü\x13"
  b"á •«\x0F\x04A8˜\3^+àJÎ"
  b"áË9G\x1D\x14E¼’¼ôºi\x12"
  b"âÜL\vìÂB&¾ã\x05î\x0FLuš"
  b"âñPðmÃNB™>|ö\x04ŠEV"
  b"ã\x1D–d±\tO1Ÿy]³2‘!0"
  b"ã°ÍÌ8}Aâ¹Ó“ö{ßðy"
  b"ä}\x04ã\e=JG¿%ÐõõEº\x12"
  b"Õ(ý£ìTF\x11ÿ╝\x19$ô╠U·"
  b"åQ(&\x11V@\x03¸è\x0F\x1E\v1H¡"
  b"ÕfU¥\¤KÅò^²K\x1FM┼ù"
  b"Õ×ú\x7FÇüD ƒ$K╝C┌¹r"
  b"Õ²º▒á»NÉë\x145þÁty°"
  b"æòƒ)\x0E\x15M|ŸI\x13\x1FÕê›B"
  b"þ\x10zþm\x17F³Ä┤\x1C\eØ\x17Á╝"
  b"è'(Éã‘Jl±„\x18ÆDF#^"
  b"ÞÁB¤õE»ü\vÁîÅMí»"
  b"é\x1CÜ\x0F?½O)¢-RÛÌG“\x15"
  b"éF}JYQJ»œ"\f\x0E¬*Ný"
  b"éLqMÑ\x17L\x07 =àé¡“\x0Eq"
  b"éÜ—A“éGξ\x05{z2\x19Òä"
  b"éæ\x16s¡ˆC\¾œ3™]Ôâô"
  b"ê;F|r˜CE­õ#\e\x04êÅ\x7F"
  b"êpÉPl\x00NQƒf{¬%C#µ"
  b"êèÈ5_ƒMË‚³\x14¥µñrÇ"
  b"ë_7èç^Fg©¬4Ÿ "J0"
  b"ìH4GV¶Mȉ\ óœÉ¯Ñ"
  b"ìU[Êæ¿G\t‚ž-^ò\x08€m"
  b"ýçW\x1FoñB{Üÿ\x1F■&\x1A"
  b"ýÉ×ålÈC└Üa¼T7¦\x19Ü"
  b"ýÉ─╔ÛpC\x03£\x0Fyƒ$Á¶3"
  b"ýÙcì÷\x1AAMÑ\x13ÎNä¤;Û"
  b"í\vä™LŒIþ¿t¤ž¥ã­\x0F"
  b"""
    í\x16 ‹T\x1EI\x01‡Œzý³õ\n
    Î
    """
  b"íÏoX(\x1DF\e­œ£\x16,Ô1ˆ"
  b"íÛ‡\x18u¯Kz‰Pêµ»˜H\e"
  b"î\vð;ôFD°„J\x04\x19Ý\x10öº"
  b"¯\x15@äÚüCÃÆ\x03¢éÃ\x17■£"
  b"îŠs½\x15ŸN/¾\x00¥Ü–\x15Ž}"
  b"ïàn4µ’K¦ª\ë6þ\x07ßñ"
  b"­ì'¸gTC­®ß*¿¿Ûø¼"
  b"­Ü4eè0GçÆ├\x1C#Å2No"
  b"ñ\x08œ€ÇXF²­fx(e\x04ܳ"
  b"ñ/•0Ñ÷CÀ•û1\x12—1\x1D\x07"
  b"òiœ‘\ìAÒ»éÖ\x18I-Êâ"
  b"ò¢Þ”HøE‰†„Çm¼m\ek"
  b"òÛ¦µ´\x06MѪ+íQ_¿t$"
  b"ó\x02a'Ú‡Bþ­Ž\x7F\x1FÛ\x7F"
  b"¾$GÚ}ãO(øs|\x0Fìê¡É"
  b"ó88–þ“J²ˆ¥\x1C"K©{S"
  b"¾º╔ü\t╔J\x07î▒ÎUT░Þ!"
  b"óÞ+\rŸðK+°\x15LAKD\3"
  b"óîßõeéݧQß„w²W"
  b"¶t¥Ìª-JS╣cÖüW\x00"
  b"ôöø\x10ƲLØŸ°#~rýÃa"
  b"§\x05Þkb~NÃí~ÉóF£7a"
  b"""
    õDÿ\n
    9›K·«\fr\x03\vô°í
    """
  b"õVL¼m,Gì•ízvÅ?°‹"
  b"ö&`¡GlAÇšòb°yÒßš"
  b"öJ|ôC’C\e\x02;Ãf\x08õ#"
  b"÷î¯üöÃN,ÂÎòÿÅï│ó"
  b"÷'S4¢:K[†\x03;m\x17ëñŸ"
  b"÷IC·YíEP¦ƒ©½¹kx¤"
  b"""
    ÷Q.°JUO}™P;`æ\n
    [-
    """
  b"÷³^L\tÄHÿ¦\x18“®¨\x05\x0E­"
  b"ø\x19\x0E÷ÚkNO„\tÈ\x11ÀµV*"
  b"øDŒUF–C´‚—NëV×9|"
  b"°à ÛÁéNYöûLöìu1H"
  b"øë?@™ÀF‹·¡ÐVŒ=B>"
  b"ùs¦îEpFë‹\x1E\x19ǰ<î“"
  b"""
    ùvÒ\x18ÔÑC°¡i#“¯\n
    ‰°
    """
  b"¨|¬#|)Dÿ│»`>¬ì3c"
  b"ù‰ÞÎØKO(“&ÅTŸc²6"
  b"ú\x1DÉg—¨F…µa¨—÷wÖT"
  b"úHs\x02\x1DÝHÔ‰¬{¤¬t\f6"
  b"·nÑ2╦\x1CE▄ì\x07\x18í¡î=\x18"
  b"úqÁ\x18ù­KÔ„ö³£1cÑ8"
  b"û'F&\x15¶D\x01³k:àÄpž¿"
  b"û(\x1AÝ!¡Kì±üb¯0Ò\x04\f"
  b"¹`-¾É\x16Ke»²g╠Ü.б"
  b"¹ê\e\x05\x08\x04Ghù\têaµìt^"
  b"¹ê└yj¯K\x11│‗ÄÅ_µ²î"
  b"ûô€×Œ1A\x1C\x1FŸX€y™8"
  b"³\x00ÛÉxoEÒÉPÚ÷uìåÃ"
  b"³Z\x03g\f¨LÌǮɯá█Ä\x18"
  b"³ÝÙ\x14╦¯OÐâà7ür, \x17"
  b"üñ?\víÌJË¡ûÔIWbVÜ"
  b"ý\x02al8zL.µG„[ÿ«¶ "
  b"ý\x17¢tÅ,E\x0F’Å-%¿È‚Ú"
  b"ý#¹ û¦EiœÊ!°•–\x0Fü"
  b"ý>¢zžšL̆æW명Žs"
  b"ýc\x03ÉôƒEð¼AåÏ\x01‡?\x03"
  b"""
    ²└╔OÃ\vDú║ıØ?´\n
    Ù`
    """
  b"■x>\vULKTØ¡aÒh>│û"
  b"þyNåÕÎHª‡Ü¸Ç9…þ\r"
  b"ÿ\x1Cj\x12\tpMŠ‚›\x19\x7Fè]%\x18"
  b"ÿ2üCÒqD)¼\x17ŸeÆ©«L"
  b"ÿW8ÞoDIƒ“—€Êy)Íh"
  b" ZóÊÃãLßèü|òÌMz:"
  b"ÿÆÖ³i¨Mý¿}\e“P‘uu"
  b" ¹+\x11Ã/F`üê"Ñ×ï@ö"
]
87 0.35 ms
# sales-channel::load-analytics::read
SELECT `sales_channel_analytics`.`id` as `sales_channel_analytics.id`, `sales_channel_analytics`.`tracking_id` as `sales_channel_analytics.trackingId`, `sales_channel_analytics`.`active` as `sales_channel_analytics.active`, `sales_channel_analytics`.`track_orders` as `sales_channel_analytics.trackOrders`, `sales_channel_analytics`.`anonymize_ip` as `sales_channel_analytics.anonymizeIp`, `sales_channel_analytics`.`created_at` as `sales_channel_analytics.createdAt`, `sales_channel_analytics`.`updated_at` as `sales_channel_analytics.updatedAt` FROM `sales_channel_analytics` WHERE `sales_channel_analytics`.`id` IN (?)
Parameters:
[
  b"³µÝl3BJŃÏ×%÷3Á÷"
]
88 0.25 ms
SELECT `domain`.`language_id` AS languageId,
                          `domain`.`id` AS id,
                          `domain`.`url` AS url,
                          `domain`.`hreflang_use_only_locale` AS onlyLocale,
                          `locale`.`code` AS locale
            FROM `sales_channel_domain` AS `domain`
            INNER JOIN `language` ON `language`.`id` = `domain`.`language_id`
            INNER JOIN `locale` ON `locale`.`id` = `language`.`locale_id`
            WHERE `domain`.`sales_channel_id` = ?
Parameters:
[
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
]
89 0.25 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/vitpilen-401-2020-modelcode-F1360T1"
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
90 0.37 ms
SELECT configuration_key, configuration_value FROM system_config WHERE (sales_channel_id IS NULL) AND (configuration_key LIKE ?) ORDER BY sales_channel_id ASC
Parameters:
[
  "VerignDvAccessibilitySw6.%"
]
91 0.17 ms
SELECT configuration_key, configuration_value FROM system_config WHERE (sales_channel_id = ?) AND (configuration_key LIKE ?) ORDER BY sales_channel_id ASC
Parameters:
[
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
  "VerignDvAccessibilitySw6.%"
]
92 0.14 ms
SELECT `language`.`id` as `language.id`, `language`.`parent_id` as `language.parentId`, `language`.`locale_id` as `language.localeId`, `language`.`translation_code_id` as `language.translationCodeId`, `language`.`name` as `language.name`, `language`.`custom_fields` as `language.customFields`, `language`.`created_at` as `language.createdAt`, `language`.`updated_at` as `language.updatedAt` FROM `language` WHERE (`language`.`id` = ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
]
93 0.19 ms
SELECT `locale`.`id` as `locale.id`, `locale`.`code` as `locale.code`, `locale`.`created_at` as `locale.createdAt`, `locale`.`updated_at` as `locale.updatedAt`, `locale.translation.name`, `locale.translation.name` as `locale.name`, `locale.translation.territory`, `locale.translation.territory` as `locale.territory`, `locale.translation.customFields`, `locale.translation.customFields` as `locale.customFields` FROM `locale` LEFT JOIN (SELECT `locale.translation`.`locale_id`, `locale.translation`.`name` as `locale.translation.name`, `locale.translation`.`territory` as `locale.translation.territory`, `locale.translation`.`custom_fields` as `locale.translation.customFields` FROM `locale_translation` `locale.translation` WHERE `locale.translation`.`language_id` = ?) `locale.locale_translation` ON `locale.locale_translation`.`locale_id` = `locale`.`id` WHERE (`locale`.`id` = ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"VÞGÀŽÊMT“*¸Æ³Qqƒ"
]
94 0.27 ms
SELECT LOWER(HEX(language.id)) AS array_key, LOWER(HEX(language.id)) AS id, locale.code, parentLocale.code AS parentCode, LOWER(HEX(language.parent_id)) parentId FROM language LEFT JOIN locale locale ON language.translation_code_id = locale.id LEFT JOIN language parentLanguage ON language.parent_id = parentLanguage.id LEFT JOIN locale parentLocale ON parentLanguage.translation_code_id = parentLocale.id
Parameters:
[]
95 0.17 ms
SELECT LOWER(HEX(id)) FROM snippet_set WHERE iso = ?
Parameters:
[
  "de-DE"
]
96 0.16 ms
SELECT iso FROM snippet_set WHERE id = ?
Parameters:
[
  b"\x0Ea[Ø_\x11FÿêLËB\x17¸à="
]
97 0.19 ms
SELECT LOWER(HEX(theme.id)) themeId, theme.technical_name as themeName, parentTheme.technical_name as parentThemeName, LOWER(HEX(parentTheme.parent_theme_id)) as grandParentThemeId
            FROM sales_channel
                LEFT JOIN theme_sales_channel ON sales_channel.id = theme_sales_channel.sales_channel_id
                LEFT JOIN theme ON theme_sales_channel.theme_id = theme.id
                LEFT JOIN theme AS parentTheme ON parentTheme.id = theme.parent_theme_id
            WHERE sales_channel.id = ?
Parameters:
[
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
]
98 0.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"
  "SwagGmvReporting"
]
99 0.44 ms
SELECT `app`.`id` as `app.id`, `app`.`name` as `app.name`, `app`.`path` as `app.path`, `app`.`author` as `app.author`, `app`.`copyright` as `app.copyright`, `app`.`license` as `app.license`, `app`.`active` as `app.active`, `app`.`configurable` as `app.configurable`, `app`.`privacy` as `app.privacy`, `app`.`version` as `app.version`, `app`.`icon` as `app.iconRaw`, `app`.`app_secret` as `app.appSecret`, `app`.`modules` as `app.modules`, `app`.`main_module` as `app.mainModule`, `app`.`cookies` as `app.cookies`, `app`.`allow_disable` as `app.allowDisable`, `app`.`base_app_url` as `app.baseAppUrl`, `app`.`allowed_hosts` as `app.allowedHosts`, `app`.`template_load_priority` as `app.templateLoadPriority`, `app`.`checkout_gateway_url` as `app.checkoutGatewayUrl`, `app`.`in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl`, `app`.`source_type` as `app.sourceType`, `app`.`source_config` as `app.sourceConfig`, `app`.`self_managed` as `app.selfManaged`, `app`.`integration_id` as `app.integrationId`, `app.integration`.`id` as `app.integration.id`, `app.integration`.`label` as `app.integration.label`, `app.integration`.`access_key` as `app.integration.accessKey`, `app.integration`.`secret_access_key` as `app.integration.secretAccessKey`, `app.integration`.`last_usage_at` as `app.integration.lastUsageAt`, `app.integration`.`admin` as `app.integration.admin`, `app.integration`.`custom_fields` as `app.integration.customFields`, `app.integration`.`deleted_at` as `app.integration.deletedAt`, `app.integration`.`created_at` as `app.integration.createdAt`, `app.integration`.`updated_at` as `app.integration.updatedAt`, `app`.`acl_role_id` as `app.aclRoleId`, `app.aclRole`.`id` as `app.aclRole.id`, `app.aclRole`.`name` as `app.aclRole.name`, `app.aclRole`.`description` as `app.aclRole.description`, `app.aclRole`.`privileges` as `app.aclRole.privileges`, `app.aclRole`.`deleted_at` as `app.aclRole.deletedAt`, `app.aclRole`.`created_at` as `app.aclRole.createdAt`, `app.aclRole`.`updated_at` as `app.aclRole.updatedAt`, `app`.`created_at` as `app.createdAt`, `app`.`updated_at` as `app.updatedAt`, `app.translation.label`, `app.translation.label` as `app.label`, `app.translation.description`, `app.translation.description` as `app.description`, `app.translation.privacyPolicyExtensions`, `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions`, `app.translation.customFields`, `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app`.`integration_id` = `app.integration`.`id` LEFT JOIN `acl_role` `app.aclRole` ON `app`.`acl_role_id` = `app.aclRole`.`id` LEFT JOIN (SELECT `app.translation`.`app_id`, `app.translation`.`label` as `app.translation.label`, `app.translation`.`description` as `app.translation.description`, `app.translation`.`privacy_policy_extensions` as `app.translation.privacyPolicyExtensions`, `app.translation`.`custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation`.`language_id` = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` WHERE (`app`.`name` = ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  "SwagAnalytics"
]
100 0.19 ms
SELECT `base_class` AS `baseClass`, `author`
                FROM `plugin`
Parameters:
[]
101 0.65 ms
SELECT translation_key, value FROM snippet WHERE snippet_set_id = ?
Parameters:
[
  b"\x0Ea[Ø_\x11FÿêLËB\x17¸à="
]
102 0.31 ms
SELECT `app`.`name`, `app`.`version`, `app`.`template_load_priority`
             FROM `app`
             INNER JOIN `app_template` ON `app_template`.`app_id` = `app`.`id`
             WHERE `app`.`active` = 1 AND `app_template`.`active` = 1
Parameters:
[]
103 0.25 ms
SELECT path FROM category WHERE id = ?
Parameters:
[
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
]
104 0.19 ms
SELECT min_search_length FROM product_search_config WHERE language_id = ?
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
]
105 1.03 ms
# theme-service::load-config::read
SELECT `theme`.`id` as `theme.id`, `theme`.`technical_name` as `theme.technicalName`, `theme`.`name` as `theme.name`, `theme`.`author` as `theme.author`, `theme`.`preview_media_id` as `theme.previewMediaId`, `theme`.`parent_theme_id` as `theme.parentThemeId`, `theme`.`theme_json` as `theme.themeJson`, `theme`.`base_config` as `theme.baseConfig`, `theme`.`config_values` as `theme.configValues`, `theme`.`active` as `theme.active`, `theme`.`created_at` as `theme.createdAt`, `theme`.`updated_at` as `theme.updatedAt`, `theme.translation.description`, `theme.translation.description` as `theme.description`, `theme.translation.labels`, `theme.translation.labels` as `theme.labels`, `theme.translation.helpTexts`, `theme.translation.helpTexts` as `theme.helpTexts`, `theme.translation.customFields`, `theme.translation.customFields` as `theme.customFields` FROM `theme` LEFT JOIN (SELECT `theme.translation`.`theme_id`, `theme.translation`.`description` as `theme.translation.description`, `theme.translation`.`labels` as `theme.translation.labels`, `theme.translation`.`help_texts` as `theme.translation.helpTexts`, `theme.translation`.`custom_fields` as `theme.translation.customFields` FROM `theme_translation` `theme.translation` WHERE `theme.translation`.`language_id` = ?) `theme.theme_translation` ON `theme.theme_translation`.`theme_id` = `theme`.`id`
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
]
106 0.54 ms
# theme-service::resolve-media::read
SELECT `media`.`id` as `media.id`, `media`.`user_id` as `media.userId`, `media`.`media_folder_id` as `media.mediaFolderId`, `media`.`mime_type` as `media.mimeType`, `media`.`file_extension` as `media.fileExtension`, `media`.`uploaded_at` as `media.uploadedAt`, `media`.`file_name` as `media.fileName`, `media`.`file_size` as `media.fileSize`, `media`.`media_type` as `media.mediaTypeRaw`, `media`.`meta_data` as `media.metaData`, `media`.`config` as `media.config`, `media`.`path` as `media.path`, `media`.`private` as `media.private`, `media`.`thumbnails_ro` as `media.thumbnailsRo`, `media`.`created_at` as `media.createdAt`, `media`.`updated_at` as `media.updatedAt`, `media.translation.title`, `media.translation.title` as `media.title`, `media.translation.alt`, `media.translation.alt` as `media.alt`, `media.translation.customFields`, `media.translation.customFields` as `media.customFields` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media`.`media_folder_id` = `media.mediaFolder`.`id` LEFT JOIN (SELECT `media.translation`.`media_id`, `media.translation`.`alt` as `media.translation.alt`, `media.translation`.`title` as `media.translation.title`, `media.translation`.`custom_fields` as `media.translation.customFields` FROM `media_translation` `media.translation` WHERE `media.translation`.`language_id` = ?) `media.media_translation` ON `media.media_translation`.`media_id` = `media`.`id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder`.`default_folder_id` = `media.mediaFolder.defaultFolder`.`id` WHERE (((`media`.`private` = ? OR (`media`.`private` = ? AND `media.mediaFolder.defaultFolder`.`entity` = ?)))) AND (`media`.`id` IN (?, ?, ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  false
  true
  "product_download"
  b"─g]ì?=LÚëµÚ╬│\x12\x02\x18"
  b"óÞ…À@sL\t‰±j­æ´ª¦"
  b">\x10\x13OùÕFiŠ˜ÕŽ\x08t•ð"
]
107 0.93 ms
SELECT `theme`.`id` as `theme.id`, `theme`.`technical_name` as `theme.technicalName`, `theme`.`name` as `theme.name`, `theme`.`author` as `theme.author`, `theme`.`preview_media_id` as `theme.previewMediaId`, `theme`.`parent_theme_id` as `theme.parentThemeId`, `theme`.`theme_json` as `theme.themeJson`, `theme`.`base_config` as `theme.baseConfig`, `theme`.`config_values` as `theme.configValues`, `theme`.`active` as `theme.active`, `theme`.`created_at` as `theme.createdAt`, `theme`.`updated_at` as `theme.updatedAt`, `theme.translation.description`, `theme.translation.description` as `theme.description`, `theme.translation.labels`, `theme.translation.labels` as `theme.labels`, `theme.translation.helpTexts`, `theme.translation.helpTexts` as `theme.helpTexts`, `theme.translation.customFields`, `theme.translation.customFields` as `theme.customFields` FROM `theme` LEFT JOIN (SELECT `theme.translation`.`theme_id`, `theme.translation`.`description` as `theme.translation.description`, `theme.translation`.`labels` as `theme.translation.labels`, `theme.translation`.`help_texts` as `theme.translation.helpTexts`, `theme.translation`.`custom_fields` as `theme.translation.customFields` FROM `theme_translation` `theme.translation` WHERE `theme.translation`.`language_id` = ?) `theme.theme_translation` ON `theme.theme_translation`.`theme_id` = `theme`.`id` WHERE `theme`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"™²$ßâ\rFé¬!¯Ü\x07Á\x04s"
]
108 0.94 ms
# theme-service::load-config::read
SELECT `theme`.`id` as `theme.id`, `theme`.`technical_name` as `theme.technicalName`, `theme`.`name` as `theme.name`, `theme`.`author` as `theme.author`, `theme`.`preview_media_id` as `theme.previewMediaId`, `theme`.`parent_theme_id` as `theme.parentThemeId`, `theme`.`theme_json` as `theme.themeJson`, `theme`.`base_config` as `theme.baseConfig`, `theme`.`config_values` as `theme.configValues`, `theme`.`active` as `theme.active`, `theme`.`created_at` as `theme.createdAt`, `theme`.`updated_at` as `theme.updatedAt`, `theme.translation.description`, `theme.translation.description` as `theme.description`, `theme.translation.labels`, `theme.translation.labels` as `theme.labels`, `theme.translation.helpTexts`, `theme.translation.helpTexts` as `theme.helpTexts`, `theme.translation.customFields`, `theme.translation.customFields` as `theme.customFields` FROM `theme` LEFT JOIN (SELECT `theme.translation`.`theme_id`, `theme.translation`.`description` as `theme.translation.description`, `theme.translation`.`labels` as `theme.translation.labels`, `theme.translation`.`help_texts` as `theme.translation.helpTexts`, `theme.translation`.`custom_fields` as `theme.translation.customFields` FROM `theme_translation` `theme.translation` WHERE `theme.translation`.`language_id` = ?) `theme.theme_translation` ON `theme.theme_translation`.`theme_id` = `theme`.`id`
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
]
109 0.50 ms
SELECT `media`.`id` as `media.id`, `media`.`user_id` as `media.userId`, `media`.`media_folder_id` as `media.mediaFolderId`, `media`.`mime_type` as `media.mimeType`, `media`.`file_extension` as `media.fileExtension`, `media`.`uploaded_at` as `media.uploadedAt`, `media`.`file_name` as `media.fileName`, `media`.`file_size` as `media.fileSize`, `media`.`media_type` as `media.mediaTypeRaw`, `media`.`meta_data` as `media.metaData`, `media`.`config` as `media.config`, `media`.`path` as `media.path`, `media`.`private` as `media.private`, `media`.`thumbnails_ro` as `media.thumbnailsRo`, `media`.`created_at` as `media.createdAt`, `media`.`updated_at` as `media.updatedAt`, `media.translation.title`, `media.translation.title` as `media.title`, `media.translation.alt`, `media.translation.alt` as `media.alt`, `media.translation.customFields`, `media.translation.customFields` as `media.customFields` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media`.`media_folder_id` = `media.mediaFolder`.`id` LEFT JOIN (SELECT `media.translation`.`media_id`, `media.translation`.`alt` as `media.translation.alt`, `media.translation`.`title` as `media.translation.title`, `media.translation`.`custom_fields` as `media.translation.customFields` FROM `media_translation` `media.translation` WHERE `media.translation`.`language_id` = ?) `media.media_translation` ON `media.media_translation`.`media_id` = `media`.`id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder`.`default_folder_id` = `media.mediaFolder.defaultFolder`.`id` WHERE (((`media`.`private` = ? OR (`media`.`private` = ? AND `media.mediaFolder.defaultFolder`.`entity` = ?)))) AND (`media`.`id` IN (?, ?, ?, ?, ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  false
  true
  "product_download"
  b"─g]ì?=LÚëµÚ╬│\x12\x02\x18"
  b"─g]ì?=LÚëµÚ╬│\x12\x02\x18"
  b"─g]ì?=LÚëµÚ╬│\x12\x02\x18"
  b"óÞ…À@sL\t‰±j­æ´ª¦"
  b">\x10\x13OùÕFiŠ˜ÕŽ\x08t•ð"
]
110 0.51 ms
SELECT `app`.`id` as `app.id`, `app`.`name` as `app.name`, `app`.`path` as `app.path`, `app`.`author` as `app.author`, `app`.`copyright` as `app.copyright`, `app`.`license` as `app.license`, `app`.`active` as `app.active`, `app`.`configurable` as `app.configurable`, `app`.`privacy` as `app.privacy`, `app`.`version` as `app.version`, `app`.`icon` as `app.iconRaw`, `app`.`app_secret` as `app.appSecret`, `app`.`modules` as `app.modules`, `app`.`main_module` as `app.mainModule`, `app`.`cookies` as `app.cookies`, `app`.`allow_disable` as `app.allowDisable`, `app`.`base_app_url` as `app.baseAppUrl`, `app`.`allowed_hosts` as `app.allowedHosts`, `app`.`template_load_priority` as `app.templateLoadPriority`, `app`.`checkout_gateway_url` as `app.checkoutGatewayUrl`, `app`.`in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl`, `app`.`source_type` as `app.sourceType`, `app`.`source_config` as `app.sourceConfig`, `app`.`self_managed` as `app.selfManaged`, `app`.`integration_id` as `app.integrationId`, `app.integration`.`id` as `app.integration.id`, `app.integration`.`label` as `app.integration.label`, `app.integration`.`access_key` as `app.integration.accessKey`, `app.integration`.`secret_access_key` as `app.integration.secretAccessKey`, `app.integration`.`last_usage_at` as `app.integration.lastUsageAt`, `app.integration`.`admin` as `app.integration.admin`, `app.integration`.`custom_fields` as `app.integration.customFields`, `app.integration`.`deleted_at` as `app.integration.deletedAt`, `app.integration`.`created_at` as `app.integration.createdAt`, `app.integration`.`updated_at` as `app.integration.updatedAt`, `app`.`acl_role_id` as `app.aclRoleId`, `app.aclRole`.`id` as `app.aclRole.id`, `app.aclRole`.`name` as `app.aclRole.name`, `app.aclRole`.`description` as `app.aclRole.description`, `app.aclRole`.`privileges` as `app.aclRole.privileges`, `app.aclRole`.`deleted_at` as `app.aclRole.deletedAt`, `app.aclRole`.`created_at` as `app.aclRole.createdAt`, `app.aclRole`.`updated_at` as `app.aclRole.updatedAt`, `app`.`created_at` as `app.createdAt`, `app`.`updated_at` as `app.updatedAt`, `app.translation.label`, `app.translation.label` as `app.label`, `app.translation.description`, `app.translation.description` as `app.description`, `app.translation.privacyPolicyExtensions`, `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions`, `app.translation.customFields`, `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app`.`integration_id` = `app.integration`.`id` LEFT JOIN `acl_role` `app.aclRole` ON `app`.`acl_role_id` = `app.aclRole`.`id` LEFT JOIN (SELECT `app.translation`.`app_id`, `app.translation`.`label` as `app.translation.label`, `app.translation`.`description` as `app.translation.description`, `app.translation`.`privacy_policy_extensions` as `app.translation.privacyPolicyExtensions`, `app.translation`.`custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation`.`language_id` = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` WHERE (`app`.`name` = ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  "SwagAnalytics"
]
111 0.63 ms
SELECT `category`.`id` as `category.id`, `category`.`version_id` as `category.versionId`, `category`.`parent_id` as `category.parentId`, `category`.`parent_version_id` as `category.parentVersionId`, `category`.`after_category_id` as `category.afterCategoryId`, `category`.`after_category_version_id` as `category.afterCategoryVersionId`, `category`.`media_id` as `category.mediaId`, `category`.`display_nested_products` as `category.displayNestedProducts`, `category`.`auto_increment` as `category.autoIncrement`, `category`.`level` as `category.level`, `category`.`path` as `category.path`, `category`.`child_count` as `category.childCount`, `category`.`type` as `category.type`, `category`.`product_assignment_type` as `category.productAssignmentType`, `category`.`visible` as `category.visible`, `category`.`active` as `category.active`, `category`.`cms_page_id` as `category.cmsPageId`, `category`.`cms_page_version_id` as `category.cmsPageVersionId`, `category`.`product_stream_id` as `category.productStreamId`, `category`.`custom_entity_type_id` as `category.customEntityTypeId`, `category`.`created_at` as `category.createdAt`, `category`.`updated_at` as `category.updatedAt`, `category.translation.name`, `category.translation.name` as `category.name`, `category.translation.breadcrumb`, `category.translation.breadcrumb` as `category.breadcrumb`, `category.translation.slotConfig`, `category.translation.slotConfig` as `category.slotConfig`, `category.translation.linkType`, `category.translation.linkType` as `category.linkType`, `category.translation.internalLink`, `category.translation.internalLink` as `category.internalLink`, `category.translation.externalLink`, `category.translation.externalLink` as `category.externalLink`, `category.translation.linkNewTab`, `category.translation.linkNewTab` as `category.linkNewTab`, `category.translation.description`, `category.translation.description` as `category.description`, `category.translation.metaTitle`, `category.translation.metaTitle` as `category.metaTitle`, `category.translation.metaDescription`, `category.translation.metaDescription` as `category.metaDescription`, `category.translation.keywords`, `category.translation.keywords` as `category.keywords`, `category.translation.customFields`, `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN (SELECT `category.translation`.`category_id`, `category.translation`.`category_version_id`, `category.translation`.`breadcrumb` as `category.translation.breadcrumb`, `category.translation`.`name` as `category.translation.name`, `category.translation`.`custom_fields` as `category.translation.customFields`, `category.translation`.`slot_config` as `category.translation.slotConfig`, `category.translation`.`link_type` as `category.translation.linkType`, `category.translation`.`internal_link` as `category.translation.internalLink`, `category.translation`.`external_link` as `category.translation.externalLink`, `category.translation`.`link_new_tab` as `category.translation.linkNewTab`, `category.translation`.`description` as `category.translation.description`, `category.translation`.`meta_title` as `category.translation.metaTitle`, `category.translation`.`meta_description` as `category.translation.metaDescription`, `category.translation`.`keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation`.`language_id` = ?) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.`category_version_id` = `category`.`version_id` WHERE (`category`.`version_id` = ?) AND (`category`.`id` IN (?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
]
112 31.05 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/f973a6ee457046eb8b1e19c7b03cee93"
  "/detail/db0d7d9964294fc0a84d9a7098503d71"
  "/detail/0ec4b5e3b2c940b0a5f6f670066b4973"
  "/detail/d65aeab29e4b44b58eabe5880ed888c7"
  "/detail/c02b5c2491064157a0814723455e1b6f"
  "/detail/ad5314af466d48e5b86eb778c6fb1b4d"
  "/detail/041c8ed6153641caabef692eb7599e42"
  "/detail/51b2aa145eaa4e1ab467238c5a056f99"
  "/detail/8bd51843f8da4cb28f699c81745710df"
  "/detail/019a08a9652d43dea42bdb47fa151eba"
  "/detail/ca9c0b81264347a894630408aa3962c5"
  "/detail/20d96bbb533d481ea04b9d4e49ab7052"
  "/detail/00a9f18c85d64661b5d068bd1ab7385b"
  "/detail/75d1131a1270473fb01ae759f81b5178"
  "/detail/2bc57a2510f74553bef566fa7e9abc10"
  "/detail/e94c714dd1174c07a03de0e9a1930e71"
  "/detail/74d81fcae8c9455d939f99854ad1b37a"
  "/detail/807ede3561674322a8ed23682affcd6a"
  "/detail/fa6ea532cb1c45dc8d0718a1ad8c3d18"
  "/detail/8eb6f54fd4df4b7bb2946eec68159dbf"
  "/detail/f989deced84b4f289326c5549f63b236"
  "/detail/ddcb7a272bca4361a5c11a6f053c3ce1"
  "/detail/2d020203dbb8489b8704938c4d27013b"
  "/detail/5fa04c928d7e47ed84eb32b4129ce58e"
  "/detail/bd357f57cffb425ca8a729a8c4bbded6"
  "/detail/b2d045dfefd8447fb20e3d12e6e605bd"
  "/detail/a2aed6da517948e59f97c52cbcb50d84"
  "/detail/9469b02a549e44419b9edddb315d50c6"
  "/detail/5a2339703e1740e784bbd5208f53e2b2"
  "/detail/e9467d4a59514abb9c220c0eac2a4efd"
  "/detail/fa1dc96797a84685b561a897f777d654"
  "/detail/28320a2ba675413ba7955c0dba8eeba8"
  "/detail/fdc0c94fc70b44a3bad59d3fef0aeb60"
  "/detail/d8832393450f4f1aa6e0b269ac03a49f"
  "/detail/a72f5551539541b79ccdb5b8645a79f1"
  "/detail/749e039f8c104575ae7fb9c644aa3cd1"
  "/detail/e3b0cdcc387d41e2b9d393f67bdff079"
  "/detail/7587b8731fac40a9bc731ae9167a44ca"
  "/detail/44bee7c8bf264f12905ce8f20941524a"
  "/detail/a16d92237ab9441aab63138b567888ad"
  "/detail/8ece3612f7b44fd2bdd16d9c40fef6f3"
  "/detail/fb602df390164b65affd67cc9a2ed1f1"
  "/detail/dc22873517f44f2f953af54bb7a68ea0"
  "/detail/68c439d9301a464bb0af9f1a035d2450"
  "/detail/5bd08049ece44b7e9cd9689bedbd1047"
  "/detail/abdc821dfc124f4bb3f103ba037b8a1a"
  "/detail/22134171bcc84df6a55ede542cdf3d38"
  "/detail/0fb17958d9654b9c9b30535001c901f9"
  "/detail/7297aa5b4e0f486785a9c9a12bec7e01"
  "/detail/3f1dd94288db4b87bc14fd03d642c229"
  "/detail/4e47a14724884cd0ba9e3b6b9b7e7d88"
  "/detail/8e9bbba67f5546e1b35a4ebbaebdc43d"
  "/detail/69d50d5f3bfb4f5a9a9fce48460cddb8"
  "/detail/c8c9e21a3b6d4127b04b4de48c357088"
  "/detail/429455621ee643b2b2f456dabc3ac306"
  "/detail/aa8c2526991943ceadf263cbcdb92c8f"
  "/detail/a889c6690b90446394fbad391154ad01"
  "/detail/f8eb3f4099c0468bb7a1d0568c3d423e"
  "/detail/dbca05a82a604a488fd04de4db6c509f"
  "/detail/8d78cc610b8c461b9f3d3060bc02c3b8"
  "/detail/386b531a6521459bb73df625ef22fb6b"
  "/detail/dc952cdf32d24c109d88b99a84318ac6"
  "/detail/8efdcff1a753448f95403804a7d7a6a5"
  "/detail/268fc412578b406f8945566b61785612"
  "/detail/a57099dda04946348b57d8fc0513aa66"
  "/detail/c8ec2e4c062e4021bd7c7166442873f1"
  "/detail/f474bedea62d4a53b963998157005ff3"
  "/detail/ce8390e8d89c4a1fae90b9f436e2c0c7"
  "/detail/57c91979f5584dbab641c5f4d9b77e7a"
  "/detail/e91cdc0f3fbd4f29a22d52dbcc479315"
  "/detail/1a415083786342fc913803f233c82d8e"
  "/detail/f97caa237c294498b3af603eaa8d3363"
  "/detail/7d4af30e5608491aa2b3be90d88d0586"
  "/detail/1fe697e7cd67471698ca4010bc0e7ea4"
  "/detail/c2a3573b7a8d4c4f9626afbceb45bf5b"
  "/detail/446f9e26ce4a46668bd5d731bc37e27f"
  "/detail/607c9234c5ac4c3b9d8edd13ce102902"
  "/detail/a90319796686407b9795490fbc7029fe"
  "/detail/5273f25e874942cb82dfadd5b054a179"
  "/detail/9841cb38efe945399e3b75d39c3e9bec"
  "/detail/4fa581632de14e8a9353c500c7d00dee"
  "/detail/25a319e3163f4be4b8abfbd468564e2f"
  "/detail/2e5792f6a9794a49830e63329ca7659e"
  "/detail/52af8ad28b1c4ee6a0e10470e4de88b4"
  "/detail/c702036a9bcf499ba4878fab1225f73d"
  "/detail/9b8d82acf40e42bf8a28012be3053b04"
  "/detail/a1557fa5b3cd45188c70665a0ef4c435"
  "/detail/213422ad4e8242e4af7e3500637396d3"
  "/detail/b56d774bbc8c4b63b09f411d56e6cb02"
  "/detail/931adbb5af6249a3a638d6d1ef4b2c10"
  "/detail/fd02616c387a4c2eb547845bffabb6a0"
  "/detail/a013d8a5c05c4c179ed5ee67ba295b05"
  "/detail/e2dc4c0becc24226bee305ee0f4c759a"
  "/detail/e551282611564003b8e80f1e0b3148a1"
  "/detail/7faa0e375e9241a18edc4966d57ed5e1"
  "/detail/059b606a4d524899adbca872f8c49715"
  "/detail/8f6207d2e88b45d7a67e292535e199d0"
  "/detail/2f6ac7a3a6964cfcbaee618d16ebfd7a"
  "/detail/2387ce239e8c4300b8d8c384761e977c"
  "/detail/000d99cc795149d8b763f8b3d64009f4"
  "/detail/edcf6f58281d461bad9ca3162cd43188"
  "/detail/fc00ea90786f45e39050e9f6758d86c7"
  "/detail/2fd91958a065473987d8a41afb32817b"
  "/detail/0baef82cde864f539d677a178cae3a18"
  "/detail/eae8c8355f834dcb82b314a5b5f172c7"
  "/detail/d28670e95c3c44a5b2df2a6edb98de79"
  "/detail/d77bb67537b841ffb93ea50a41acb86c"
  "/detail/ea3b467c72984345adf5231b04eac57f"
  "/detail/3410b846409243ba8f817be282cb5a55"
  "/detail/0a331222acd74a0e9e08d7a7c95cf4d1"
  "/detail/b0e53b9fb82a4310ab995285d3068dc2"
  "/detail/da9061e2f1ef4c4fa4688c85ae4dd603"
  "/detail/23049f8278a8404690b63b51dfbfbcdd"
  "/detail/0c3397f4449847659b9c0bc11718d929"
  "/detail/51e7e0c7af764663930c8bd50d60acf3"
  "/detail/55db626078624359ba213fb9b1349af2"
  "/detail/8048deec936644c89da937e865962f4e"
  "/detail/1f94385726494b83af2c5f3bd048ad5b"
  "/detail/0e708c1a0c6d452cbbf42e7d8fb9b008"
  "/detail/01580734a1414939aa5ceae154543ec7"
  "/detail/90dbbdb809734e2d93df7812cdb4e488"
  "/detail/4a8a1b582b0a4fa1a94af1ade88c5158"
  "/detail/c94d92e5db154f43a79ffcdf6c6e97fe"
  "/detail/92b2805defa74279a7e3b96a396db3bd"
  "/detail/ae1fb46290fd43ea8d7b3c4b73e072db"
  "/detail/70f92aa4fc234debb1d604c714324c90"
  "/detail/eddb871875af4b7a8950eab5bb98481b"
  "/detail/c14f89cfa1b547d588ce3174392163e7"
  "/detail/64c716fb13374fc5b87c1723ff5c37f1"
  "/detail/f3de2b0d9ff04b2bb0154c414b445c33"
  "/detail/e12095ab0f044138985c335e2be04ace"
  "/detail/bd964333bd904e599616c2db42751180"
  "/detail/2fdf6b2d4c8140d48edd0401184828be"
  "/detail/2cc2d393b6bd47bfb57d72a52983f662"
  "/detail/0b1b995c25c04b6eb26c1c8af129ddf6"
  "/detail/10f7a2b8a973415f89cd91dc297ae2d6"
  "/detail/f7512eb04a554f7d99503b60e60a5b2d"
  "/detail/57d87359fe104df48fe63bef7572f8eb"
  "/detail/6d759189c4a14728927a26b23acf20f9"
  "/detail/9d7db2bb17164a2abd613f363c8f7702"
  "/detail/e8b542b6cfe445af810bb58c8f4da1af"
  "/detail/0adb99c7aba642dcbbb3fa69226a51df"
  "/detail/138bb786b8ac4d2ab4e113728521f47b"
  "/detail/f8448c55469643b482974eeb56d7397c"
  "/detail/b2b5af361e714c0cbccc60804c087e0d"
  "/detail/f2dba6b5b4064dd1aa2bed515fbf7424"
  "/detail/3628d5688075479a80f42b63ca90bbb1"
  "/detail/6fd3f8f2c5034d8d8793852d2ba43e77"
  "/detail/d6b4d576c8894a44a3e141e9a56bd9e0"
  "/detail/7cf8d475290a4b34b08b0977f6eb5be1"
  "/detail/6d7c8d2bd92e4640b2571acf8cf7f8f9"
  "/detail/b7fe95c53ff24ddc8321bf596a086e3d"
  "/detail/9ec798ea019c454f9559267a8e9a87e6"
  "/detail/329d0f3d697d4b25a5b6176ed3202830"
  "/detail/b6834b9bfd4a4f8f8ae1755b9b11c6b1"
  "/detail/fffb2b11c72f4660818822a59e8b4094"
  "/detail/72947c0213214597b5339601402088ff"
  "/detail/889c3f1529e94cdf946d121c03e33e63"
  "/detail/b85ed08b59fb49d29cc78402d0becf6d"
  "/detail/5cb7161f18834128b5ce919e1cf41bc6"
  "/detail/b38a22ed10f841c0bd02dfe418cefad1"
  "/detail/7b5b8413e4af440780d41a419a972862"
  "/detail/f1089c80c75846b2ad6678286504dcb3"
  "/detail/3124dffbd6d14637ae248a79cb4a3b01"
  "/detail/094062d5a06b4f258c793771a85e6d0e"
  "/detail/1a97efb5769a4afc80dee626476bfb3e"
  "/detail/ab845fe1fd8047f8ade92cc8be8e8c03"
  "/detail/78d558eb2fa6428ebc6837547f2cecb3"
  "/detail/4f6871b81f474fe29ccc09e30c7efd94"
  "/detail/43295050b5ae4c3ebd8c32d7ecb72e99"
  "/detail/30b913e190bb46d8b783954cd3b42c1d"
  "/detail/a2c5f69ee00f4de381fb3f69ed1ea10e"
  "/detail/6ecacbd0fb5e40ef948be632905d8ca2"
  "/detail/118723747feb4702bc5128630f8dc487"
  "/detail/e6f283290e154d7c9f49131fd5ea9b42"
  "/detail/2e3f658c76684bdab9d7eb5388884713"
  "/detail/123c73c3ac77401d98bec14c58f356a2"
  "/detail/ff5aa2d2c7c64ce18a817c95de4d7a3a"
  "/detail/0a7559f96d12422b9d1478e44780e0f5"
  "/detail/0b33155b11db4d95804a389ffbd8a866"
  "/detail/4295ce766a2f410e86031d7ad3c00fc8"
  "/detail/6c2696a118584be6983255a331ef7874"
  "/detail/a099825feb7d43b9a5039f763a1b1f10"
  "/detail/d38d2f79498241b6af04042fc959d1c1"
  "/detail/99a34e306c83466a97bae1001bba5e1b"
  "/detail/70ee4054ca6b4858ac71a86dbef1a64b"
  "/detail/53314a8989504f40b302043f169ae32a"
  "/detail/1740b51b0c9941e19ad6739783ca8c7b"
  "/detail/2b4333bd690c46e69dd784fb7ee480d4"
  "/detail/b370851eed684fb989b7be756e5c9d21"
  "/detail/78ff1075bc3f46d284c3f6c38966f39c"
  "/detail/12a58130978341e99b486544a673bfcb"
  "/detail/d13a42501d30428b936d1bf6145cfb2e"
  "/detail/16aee7d438fd4fcb812e18afd6e37d41"
  "/detail/9759ef0f926a4bd79d266a850411dc7c"
  "/detail/cb0e4c82c0a447acbacf8d042501771a"
  "/detail/dc195f72b650457ba51a82684e085208"
  "/detail/2d5d8f227cad458e854a3de1cd832b06"
  "/detail/f68cee8194c74e2cb6d795988f8bb3a2"
  "/detail/f976d218d4d143b0a1692393af0a89b0"
  "/detail/3f8695ee70aa4d0aa3d8c9ea2f8a418f"
  "/detail/ca48367f985144b8b49f76629d903b2b"
  "/detail/bdfe858e18e4457688f76a1d3ea4a05f"
  "/detail/b15562f2b5074eff93294a5a95556394"
  "/detail/7e97188f6a0b4f2b8e4ff473a0b90d44"
  "/detail/d7eccca1937448e596bfea35b79e358a"
  "/detail/005bbee48ee94b5a83cbbdeffffce3a2"
  "/detail/f2a2de9448f845898684c76dbc6d1b6b"
  "/detail/534c00f26d494bd8ab2c2f832fcdf3ae"
  "/detail/797ec2efec5e446b838f25b0c1c783a0"
  "/detail/3ae19be972a543beb9926eff4b73e023"
  "/detail/747c60779f4d4da5b94d9a1491009880"
  "/detail/93ed3dc577324d66b8a91a1627bfa1b3"
  "/detail/462bcf8ae2ab4a019aa6ebe4744bc9c2"
  "/detail/0fdad15ca2c24dea8ebc793c4bd6a7ed"
  "/detail/b0d93573b4c04e08b298c76a272d1e6d"
  "/detail/e56655be5ccf4b8f955efd4b1f4dc597"
  "/detail/d111a4ed259949168d6de0efc59a7d22"
  "/detail/71296ff2bb444c5787edc4a31aec1ad0"
  "/detail/607325be291f4fb1a0829b9b444131b3"
  "/detail/2503ae508f24411bbacebe2b01bd79ea"
  "/detail/bed1331d6eb242abbf04b63630c8c4d2"
  "/detail/a3ae192138d04ccab891186883030123"
  "/detail/487eaac2c4be4945a6dd4058ffb0c6ac"
  "/detail/f32447e97dc64f289b737c0f8d88ad90"
  "/detail/d01c211313f64168bcc1c2f091e07894"
  "/detail/7df70695707044559057ea36a1e018a5"
  "/detail/a1efd1173bd6428981c099d0df17dbee"
  "/detail/c6dc8bea9c234666bc039e76421dcb6f"
  "/detail/2720dc05c39d4a60a72240b08c914b64"
  "/detail/d280058c4e68434393696fc10c7a5fed"
  "/detail/98873d2c50454dfdbbe6f901dc8b8690"
  "/detail/0e7ddc43e47247b38d8126f462540fee"
  "/detail/efe06e34b5924ba6aa5ceb36fe07dff1"
  "/detail/4dfdffe392dd46548db3f52f3cf2a131"
  "/detail/8050cddf7ad24df68fb01d40a02ca55d"
  "/detail/fb27462615b64401b36b3ae0c4709ebf"
  "/detail/0c255086dcd342a1bd7072f4788cfaee"
  "/detail/eb5f37e8e75e4667a9ac349fa0224a30"
  "/detail/ec48344756b64dc8895ca0f39cc9afd1"
  "/detail/86ee2abe4fc34325a1259fec273da1b0"
  "/detail/0f2bc509943f425f88602389a7eceb65"
  "/detail/30fe6da74e644fca9dafdcec94fef63d"
  "/detail/58fae4a915374f29958ae6f1ab4c3e70"
  "/detail/e31d9664b1094f319f795db332912130"
  "/detail/2ead50f272fe49bda89209023e991a00"
  "/detail/a2e2b1d0014345948d54c4f8932e4d07"
  "/detail/50b105b1e4ab482a860b46f6b38a5c20"
  "/detail/6cd1396ea58246d39a8de490c29b1324"
  "/detail/918362c75b23493ea15aa042b43277a6"
  "/detail/cd38b49b55824307ba643e86f68c315d"
  "/detail/c1c2d28f30304f86b4b1307fc726ed47"
  "/detail/c6c244fecbb04c999bff987241025147"
  "/detail/226e15c39ed2481a8d37401e19131d78"
  "/detail/ec87571f6fa4427b9a981ffe261a279d"
  "/detail/f74943b759ed4550a683a9bdb96b78a4"
  "/detail/8be42a90b1ce49e6a937d77e33f04ebe"
  "/detail/d92b802ac7a74c6c8e016fa09c141450"
  "/detail/e47d04e31b3d4a47bf25d0f5f545ba12"
  "/detail/88a853f8d360444f89bd1a3d16e2b226"
  "/detail/89bcb498e34c48779a3240821d6e48f6"
  "/detail/35f9b11318504cd79420210823975b72"
  "/detail/bc3c0e1d84cb4fe89e0a4150a65baf77"
  "/detail/03357c9879054cd68caa200fb7f91e08"
  "/detail/ca7f979ca3004c07a5f94d1ce10ad1ae"
  "/detail/6c5b42173ac24cb8a10f8017c82493cf"
  "/detail/91188c007d6d47b89c5fb78eaef5eb4c"
  "/detail/8cda064c1b2c4b92ad8acb3b9304a660"
  "/detail/1b990647e7bf40ab84acce7649344f66"
  "/detail/8b12e2a54bef442192b72b493483a129"
  "/detail/3dda150f78bb400a90cbc7cbd15eba35"
  "/detail/70af0d914da54cff835c54d3fa45cad1"
  "/detail/2021ed3b275149c2a7bbcebcea3e3e51"
  "/detail/bdeca04863514d94ada203cf379ba2fc"
  "/detail/4a677830b590488983c1cddabc849f40"
  "/detail/dba5705345174f68b131e425b4df527f"
  "/detail/f7275334a23a4b5b86033b6d17ebf19f"
  "/detail/7b9a4ca4f8834b46bb695dcbf00f7b94"
  "/detail/905cdd327be941b28c590ccf7c84eaaf"
  "/detail/b6752ddd4716404e97032df3885f95d9"
  "/detail/58bf2bd4422d466fb1cc6c18b9280cb0"
  "/detail/3d0da56d830f4d14b6bf0c09f8d465db"
  "/detail/36edbe631212476ea8dd84538fa4f8a6"
  "/detail/7e54131859ba43e2ae268afb5ae7df1d"
  "/detail/1a78805abfb049da85dfcdcb877c624d"
  "/detail/dae677519f5f47d2ab6fe3e085036063"
  "/detail/e528ec9c8d54461198bc192493cc55fa"
  "/detail/da4d9cb186ef404c82867ea73c211fc0"
  "/detail/b4f8ad5aaba14d52987da89603d9adfe"
  "/detail/75938fd2f2fd479f98e931421b0344d0"
  "/detail/f3a7c98109c94a078cb1d75554b0e821"
  "/detail/dc5bf063dfd441b5a3f48d74ee985030"
  "/detail/92d7f2ddea3a4703899d75f43cd17f05"
  "/detail/fcedeb14cbee4fd183853781722cff17"
  "/detail/547dd6c7c4804374a8ea09705d2d6d29"
  "/detail/b0fd632a0e6340439933065b8b0d0a52"
  "/detail/277c1ca3ac12482ab7e9fecd573040b6"
  "/detail/5c04429bacf1423b81f90b062117c6b6"
  "/detail/00a01c299ef74da5bcf5b5ebc7834a06"
  "/detail/2fc7f6baf63e4fc28659c259098a1c9a"
  "/detail/dbd660f43048485eaa18f15ba70e2daa"
  "/detail/bd02d73109da43d1acd5ad23dff7ed1a"
  "/detail/8b381c6b7fe94b069f39dec7a62642bd"
  "/detail/387d3840d338476a83d5c4f2dde4b35b"
  "/detail/5e46fb396ca74260948fff4226b8309e"
  "/detail/aa2cff4f43ea45b8af20d545ea6e188a"
  "/detail/a2c5e8d8d0a54abb8c3475fb1f2f1c6b"
  "/detail/375b7b61ca30453b9baaac1e92b28a1b"
  "/detail/609ba8d52a144632ae911c986394fe6b"
  "/detail/d034064cfa704468bc2c2d7035e2b0f7"
  "/detail/ab809f3135914f09b080a55ef7585888"
  "/detail/0581b1a7ed82414484eb48ea555b3f18"
  "/detail/b5e7bc5a11674771937219faa177eb50"
  "/detail/526a2e9ef8174e219b0095559127df2b"
  "/detail/6b6d873d4d5e4e8799cab014f6d11b57"
  "/detail/cdd375d755514fad8dc8b7d18e1d2731"
  "/detail/fb281add21a14becb1fc62af30d2040c"
  "/detail/1ed40543dc8c4c9ab7312953bfbb51cb"
  "/detail/dfca4da5892e4388b2ef929bde7dc739"
  "/detail/21a374a2294747f6a30854538504e0b9"
  "/detail/cf85813f532e4972ac69189b9516a94f"
  "/detail/d40e51054a8e454cb29b9bcbedf6f65a"
  "/detail/244ef213fbef43738819b479971b7172"
  "/detail/13240e7d85b3475ebdc20a465a4b52e3"
  "/detail/07ed715e339a43c18a43db59e513f006"
  "/detail/4f5f6da99e8f4ed8ba6267de890a9b4a"
  "/detail/f2699c915cec41d2bbe9d618492dcae2"
  "/detail/4fbf7d7c8d13488e947d1e92b1bea87c"
  "/detail/c51c8dd1d6e04ae2955a8d94624f0e37"
  "/detail/3fcb082332e3438db85181b639f0e1a6"
  "/detail/15e00533a5f84a22b3558a03a0745e32"
  "/detail/d03bfad496304d539caa6c3af045e5d2"
  "/detail/2961960fef204fcdb5264b12e4e274cb"
  "/detail/4b161311486f43fba8aec3070a8a0933"
  "/detail/a2f08c8cbbef44e39b57e0e0fe86d881"
  "/detail/304e2ebbbfe349758e9dac0f3321dc2a"
  "/detail/c8214e8a097f4b1fae1bdb5ee263fea9"
  "/detail/6d540b91fd6343faacdff28c1f40b0dc"
  "/detail/f12f9530d1f743c095fb311297311d07"
  "/detail/f64a7cf44392431b87023bc36608f523"
  "/detail/6e5d3c935ecf4702979b6391402fdcb2"
  "/detail/569ab0fb3a9d4213a62ec9c3d031de1e"
  "/detail/9da1be09888447a48eef384588dd1702"
  "/detail/87309abc6eb8424b90560a9b9a9cd054"
  "/detail/f7b35e4c09c448ffa61893aea8050ead"
  "/detail/3048361232d742ef8593593c60ce0880"
  "/detail/fe794ee5d5ce48aa87dcb8c73985fe0d"
  "/detail/ec90c4c9ea7043039c0f799f24b5f433"
  "/detail/7e5c164966564de28fe1ae7e8e113089"
  "/detail/7cfce24a92bb4030a97e8a352980a505"
  "/detail/f544ff0a399b4bb7ab0c72030bf4b0ed"
  "/detail/ee154084e98143c79203bd82c717fe9c"
  "/detail/050710c300cc47718d8c7599b5c46c10"
  "/detail/cc3c9265c1004c118f3b0edcb8be30d0"
  "/detail/ffc6d6b369a84dfdbf7d1b9350917575"
  "/detail/4b57c2ee53ce46e68dfbe47623ba2ef7"
  "/detail/4af5313c097844cabc8cade116493d04"
  "/detail/11115a768a1a4896a53d74299d4ab281"
  "/detail/924413d1c5754737afdd64b80f87c11d"
  "/detail/1270ac927c6f48f2bcaf2449454bfd16"
  "/detail/bfce61d9c5d240bcaf6b0d49660b0523"
  "/detail/8442e3f4157640e38c112561981854a3"
  "/detail/f3383896fe934ab288a51c224ba97b53"
  "/detail/ac3de86ae57849829e89247eed4c1d9f"
  "/detail/3e433cc064194aadb8203d647b14222e"
  "/detail/6f93c260dd3f478ea9e1513be9e04d89"
  "/detail/5a33b8c1827d4404919f19a8e35bd54d"
  "/detail/086d88a0cf774a80989f0921454b5974"
  "/detail/f09a34658a30478792c31c238f324e6f"
  "/detail/3b953593caea4e95b4298d3fa7c639b5"
  "/detail/49e70e6f94ce4feb88229663c2319f25"
  "/detail/136d39ef4cc9401d865f6894cb362676"
  "/detail/cfef3b0b7d9248c994f0d80d82fd6226"
  "/detail/d6a2d5d8f19b482b8b6126678687995c"
  "/detail/24e2c71a7c4b4edea18ca5b290c5ec66"
  "/detail/e9e61673a188435cbe9c33995dd4e2f4"
  "/detail/8e624e74b90d438ba44a2ec81a5f030b"
  "/detail/fd6303c9f48345f0bc41e5cf01873f03"
  "/detail/8565f0c9e4d940fb8d13c1921e692571"
  "/detail/ff1c6a1209704d8a829b197fe85d2518"
  "/detail/201871124a68408dbfa27d6a1cdd8917"
  "/detail/5aab08894a0f4b5a80ecf031bd2bde03"
  "/detail/40e5aba8ec1f4d3eba60a57d0686ee42"
  "/detail/2c32d3f83d724b64a58c7ea83c73f69b"
  "/detail/4050b387c2b245118fbd742f3a60cf12"
  "/detail/947b18b538ed44308fe6850ebc6673ba"
  "/detail/388033cd3aeb4f7cbcb48a3bad57bc43"
  "/detail/c5ade040a70d4f22b34caedc3d93c441"
  "/detail/17a1302995af45ee8d7baa09b767fe47"
  "/detail/8829f25c6ec8415caf1e0d46d5a5d046"
  "/detail/c7a110b7acb64349b162152ecafae903"
  "/detail/d55f4ceeab2c465da83204d5e062e157"
  "/detail/06b1592c585747cfaeac1a00d3f39b43"
  "/detail/c3fd22dec65a42ffa3373eb5e2d88d43"
  "/detail/bee191328b524b3b93acbad235637aa4"
  "/detail/ca38202954a4447b8df8ac2bd3709ca7"
  "/detail/09a6fd2a4d2a4c608cc327088a205c90"
  "/detail/5939695ea3124cae813162508ba1f4cc"
  "/detail/4f41abe04b6e4f4fa2e05d2ef4af1c6c"
  "/detail/8da7a25f9351468d9eb15f01d3d11b24"
  "/detail/31c03c576def4f12bcff973c398e8a69"
  "/detail/ba4c016ba9064afe97ef3bd42079a728"
  "/detail/0f7348dfbcce493ebeecaa52dce6e7e7"
  "/detail/6959ff4fae9841e9b9286061a2cec5c9"
  "/detail/f3026127da8742fead8e7f1fdb7f65ec"
  "/detail/b63e7a7266b34b83aad0946c303c17d4"
  "/detail/e7107ae76d1746fc8eb41c1b9d17b5bc"
  "/detail/707ace20d7e2424aac35df006e9debca"
  "/detail/4164469327f24b05ac129f708077d778"
  "/detail/97496e2217704e9984313f4117039c4d"
  "/detail/85787f608e1f4fc6a9c0aa5a50ca2b40"
  "/detail/847964a022c34c3fb1f71177a6fd0a42"
  "/detail/8952cb6e959744edb9ff89fe13ca8e03"
  "/detail/8741fad66b594126b0d5d64c3b671a7f"
  "/detail/1e39137110164fb7817f637a87396975"
  "/detail/06e47f91cacd498e8b97f8c5aba9713f"
  "/detail/ccd9066175b04394928dd9724466b232"
  "/detail/45e385d50dee4eab835d2eeb81474b42"
  "/detail/ed0be4994c8c49febf74a49ea5e3ad0f"
  "/detail/a19a74451ac74710a15185dcbb0583ba"
  "/detail/415c9251b6284fb395c8d95aa7181645"
  "/detail/eceb638df61a414da513d74e84cf3bea"
  "/detail/fa4873021ddd48d489ac7ba4ac740c36"
  "/detail/34e51d517f75433c96125b21555f4cef"
  "/detail/cace2b591acf4a95ae001d7bc8ceb09a"
  "/detail/5204980e477d433cad96085eba9db7cb"
  "/detail/84d229ebdfd0432f90dea83102799186"
  "/detail/fe783e0b554c4b549dad61e3683eb396"
  "/detail/bfee081e308a467d90f51a6b163ee61a"
  "/detail/650389555a614a48bd1ad877bb5c70c3"
  "/detail/9ac2c4b2e85c4ceeafc3679b02639797"
  "/detail/20d557e7c8674e0a89155f337ec341f9"
  "/detail/69fa34dd2af5429abb86901ee7221702"
  "/detail/046854098b3c4e28940a2f37ff88736c"
  "/detail/091cbff0c83042ce95360362d95e9c4a"
  "/detail/ff32fc43d2714429bc179f65c6a9ab4c"
  "/detail/062d13cc787348868e2680d96a86bd92"
  "/detail/b1ee1b8a5c4c4c018f51202148a00583"
  "/detail/0d15763fb7e64ab780762a3ba601ae6c"
  "/detail/d9ad9bc07d9448f0b0b59e95bcc67d89"
  "/detail/fb88c0796aee4b11b3f28e8f5fe6fd8c"
  "/detail/9f32dc7099f24d0fae50f2a047922b82"
  "/detail/0540faabad6046c296831a7e60d7afd0"
  "/detail/27cc92a4506042aa83fac90390f228b4"
  "/detail/8d869a4e2a994460adac9506f57365a6"
  "/detail/2847112ed39949fcabf76aec4f9b034f"
  "/detail/734792f4f5c645919d0e00ad62e0a5ac"
  "/detail/7c6f17798a754c749f038bb588490847"
  "/detail/d7af7913cfc74685ad9d5f22ded71f7e"
  "/detail/be47d99ee46d4e159ddbce9cf878eacf"
  "/detail/8c2481e41a8344b881669094eb365491"
  "/detail/0647dc33b8154413bad2c9d3a2084bb8"
  "/detail/5fb347f6832c4aea85dd26fb2819f3b9"
  "/detail/b8f596a3349c4accbabb8010fd94c5a6"
  "/detail/95011edad50a4bfe904e2ff01be1ab11"
  "/detail/400e9ae67ca243e8a761edf743747534"
  "/detail/6b4e2dec349c4b00898f097bd92b5e9a"
  "/detail/4a9ff0ccc1d34df2a355b732aff60588"
  "/detail/5770483d54134b85a9b3f9215ea64724"
  "/detail/27ca355fa1134be9a8844e6abbfebbee"
  "/detail/2a41ec16eb304af5b52103615066fe91"
  "/detail/ca224ec76679424d8c2dc947f02039e6"
  "/detail/8df3c243b65241c78bcb534b6025f147"
  "/detail/b1ef814782c14bb7a5560cdf0c96e896"
  "/detail/f08d27f7675443f0a9e12aa8a8ea9bac"
  "/detail/e9dc974193e947cebe057b7a3219d2e4"
  "/detail/ce94d0cc7d7443aa92ba14cbfda2d6b6"
  "/detail/bd4c54e804e241e0ae30d2f5f3a8b9a6"
  "/detail/ad5c14fc35db44c4845179b0618e568c"
  "/detail/d3846fb0584842dba8b1a855da0c4601"
  "/detail/86f04e70e67f46568eb521825176c31c"
  "/detail/6539e67e48df453a94d99cf332bb5b44"
  "/detail/c5fc0999f6c34be3be06b6ad4ba126e8"
  "/detail/0111f8535a3948e8a96489cb9d915f48"
  "/detail/56d7e06eb90f4444a6aa37b6cfc7e0f0"
  "/detail/56c8ce10adeb4f28af64dcff620846a9"
  "/detail/fbf480d78c31411cb61f9f5880799938"
  "/detail/33607d10bbed4a2f96337948f9f0dc95"
  "/detail/4aa1d3295d2945caa5cdcb4118996401"
  "/detail/3fcec18e38194644bd78a30f29b2ece6"
  "/detail/6694ec6d41c54d148027bc66c9fb2972"
  "/detail/97417c60899f440b95cce29025400f85"
  "/detail/adb42016585941a3982efe96f98dc6e9"
  "/detail/89c7c39b12ef4800af0649b3a826a1c2"
  "/detail/5650bde8b7ea475caa9ceb2eca8d43ce"
  "/detail/bfe78af60d354bb2a439558f43c43f3e"
  "/detail/3ad375d44e0742509aff254c49af1c99"
  "/detail/b752e8197d7e4ef6ae88d5d483f84741"
  "/detail/cd13117cb95348baab1a935ac8021da4"
  "/detail/39de59fee76147ec8e27fb16a51ca382"
  "/detail/67349a0a53974572bbcbb2ecda6a0b6f"
  "/detail/01b6be6510dd4240a4614ab7fe93de7f"
  "/detail/5da5ec9bf2ef43ea924485c59d4ab67a"
  "/detail/91c83ba2362244949c9e05c4febcbf01"
  "/detail/4ab0730ca9ee44858d160e11feb3315e"
  "/detail/082f32fc5b6b4e7a8af1a86f82b067f6"
  "/detail/2185b5c5d8374122aaabde6607c502df"
  "/detail/b4b64acc90c6411482fd9db6c8f96f49"
  "/detail/cc0b9d31db3c49f0aeceadba1584b210"
  "/detail/103eda8dc91c4e488343d49116cd82c9"
  "/detail/484e0c21b86b4f4b8052439585b7d6cc"
  "/detail/2b13ecfbd21e40308dfebe90637aa9ec"
  "/detail/3c7756188485458592d8fc305c4fe7d3"
  "/detail/4aecc640c177477ca8d0f2e2f0bbe255"
  "/detail/95d06322efe8470bbe34cb40d98ff8a0"
  "/detail/6bb1e50aa6f245489d68dd516e7b0070"
  "/detail/3876768531e14776bab81c7e49e63625"
  "/detail/f4f6f810c6b24cd89fb0237e72fdc361"
  "/detail/48623f74242e4556835be8fb7ea8e971"
  "/detail/21a6d9f7c4da4ce2aa5182daa140479d"
  "/detail/36745af7b97240989f7baac0fb9ba9e0"
  "/detail/74da80176af94a41a1e564585fd5d4b6"
  "/detail/0381562c1f7d4f26be6a922e3f7c7cec"
  "/detail/0fcd4135a9e846b49cf849be143569ba"
  "/detail/3a0a89dd653e4c438162d400fe4450e6"
  "/detail/25cfd871b70546579654582382e68c0f"
  "/detail/9221db64cbc54ff0be53254824aace1b"
  "/detail/b068c8733e6d4375b4d47487242d4ad1"
  "/detail/4335c5ab23ba4b14a31783c2079f4e75"
  "/detail/8c13a50b7cde40a4900cd955e75ffc36"
  "/detail/0c0ca6470c144dd8ac25ba892dec27de"
  "/detail/046a73edcf054114a12a7d5993b944a1"
  "/detail/06d9fcbef8a64198a063d3bacb31fe03"
  "/detail/798bf61efaaa478b93cdbfbf892188e1"
  "/detail/6e91fa8fc0e64d38a52867cf050be050"
  "/detail/9d35225392f14a8a91fd3fe4d3e4b2e2"
  "/detail/a036a1692b0a4a5b8d05e87213341a7f"
  "/detail/93e012735e1f423f9c55286dc1f61059"
  "/detail/2b50c32def0640a2944ccbe759895f3f"
  "/detail/0e1db1394451456ab9d549e752caeabc"
  "/detail/2eb87d46b25e4f23bee6826e5a53fb1f"
  "/detail/d54539ebb0bb4eb59a7ee95af2c4baac"
  "/detail/a4bb0d020ab34e9a8e38ffc9f4e362ea"
  "/detail/ec555bcae6bf4709829e2d5ef208806d"
  "/detail/224b6987209f4bd4a5168ae1af0b7636"
  "/detail/bd756dee9bba4d60b07d138dbdb64e4e"
  "/detail/9d8094e327fe44a6844669eade9f4575"
  "/detail/c2cd843a111e4f8092310788318afc09"
  "/detail/b821b28cd9934bffa2509288187c905c"
  "/detail/f5564cbc6d2c47ec95ed7a76c53fb08b"
  "/detail/7c0edbb6ff3545dd9126fb3810bc5b6b"
  "/detail/f505e86b627e4ec7a17e90a2469c3761"
  "/detail/849c52d902464254b6ef2cc46f743767"
  "/detail/c94b588dacd14c8dbfb33b03ed1fd91e"
  "/detail/09bc14504b574df1b7d26c9bda252494"
  "/detail/8e105bb157e34c4987ec29d34d7a5110"
  "/detail/ee8a73bd159f4e2fbe00a5dc96158e7d"
  "/detail/e2f150f06dc34e42993e7cf6048a4556"
  "/detail/a5d51487ba07456997e96d95327fda65"
  "/detail/fcf13f0bedcc4acba1fbd449576256dc"
  "/detail/4118288a39d54c5eaf9dce20b23432d8"
  "/detail/e82728c9e3914a6cb18418c64446235e"
  "/detail/ec909e866cd443c09a61ac5437dd199a"
  "/detail/3104212a9f044523a58f74ead66866e8"
  "/detail/f885ffeab5824e5994964c948d753148"
  "/detail/34327be5dbb44895945339588a43b466"
  "/detail/bfcd7d83e3824f00ba86a7bf80940c88"
  "/detail/72514b1532b64f73a9fbf47baf255ab4"
  "/detail/e08d5535bd5b4ca593ae61b710b78113"
  "/detail/6e3d33e6eee94272baca5bf75271105d"
  "/detail/817655206b99448cbd68b3302a622981"
  "/detail/76b7abe8a51e421da1d8e557b84c7ce8"
  "/detail/f3eedff565e949cc87a751df8477b257"
  "/detail/d270ad2f44744038ba3a4e61bb21ae31"
  "/detail/13136a881abd4475bf7565b7d212080c"
  "/detail/ff5738de6f444983939780ca7929cd68"
  "/detail/ed16a08b541e4901878c7afdb3f50ace"
  "/detail/cd95379199a5406d9c46add05f4c8bfa"
  "/detail/a668083906f845e4bb6981552093c81f"
  "/detail/5d53616ab9dd42b0a703e590de134b09"
  "/detail/9cb7f32a8ae54db9baee55861d5de426"
  "/detail/fd23b9a0fba645699cca21b095960ffc"
  "/detail/7ab4f209095f479daeb7052cda65a52a"
  "/detail/4eff0540dbb748d3b39b989d37828734"
  "/detail/081dc4ad32da47f8a5e9c9d165565072"
  "/detail/ca52b6ab7e574f9fa7daa252aa63ea10"
  "/detail/c604732e69e54395a57431b3decbcde5"
  "/detail/2c09d73bd90245b4a8c7778d55fb0d3c"
  "/detail/169ebae0493b405e8e0a77198a438e61"
  "/detail/156d7e02ebc64eef8eac725a6bd8c497"
  "/detail/03820f980b2a45cea749d77a3ea925b6"
  "/detail/6bb759d26ac245f58aeaad794b0007fc"
  "/detail/0b312581eb0b480a997416cdcd9f0bd9"
  "/detail/e1cb39471d1445bc92bcf4ba69124cf7"
  "/detail/8f357a9d134e46d29e293ad00287b051"
  "/detail/9b18e0f363e14a11af3db532ec513fa5"
  "/detail/050f128a62ab429b8b715f1b0d10fe0e"
  "/detail/b1ab316fb19f48cfaf502c2f9140ba20"
  "/detail/cf340d2aaf224e8cbbee6bdd9c10e6b8"
  "/detail/f8190ef7da6b4e4f8409c811c0b5562a"
  "/detail/6f9a49fdfa74422bbf7700686eba3483"
  "/detail/1f177ebea7a74a3589e30eed1a97752d"
  "/detail/9260c7edee7b447aaa3c3686da7f20e4"
  "/detail/6b45fefb12324290b63ea02b3b17f163"
  "/detail/f62660a1476c41c79af262b079d2df9a"
  "/detail/72a9f1781e754b2198f8826a6f71f5cb"
  "/detail/d752e882de7645eb8ad0b6d20dc118cf"
  "/detail/2e03536b9dcd40f7917137e97e47d22c"
  "/detail/18e96e70008645c696a044cb91048127"
  "/detail/2333dadd776e46dbae0d879ca99f7ed4"
  "/detail/9863ed19bfdb4a839683af93b164645c"
  "/detail/9c7d98d6eca043d1944fdceb07cf84de"
  "/detail/e59ea37f808144209f244bbc43dafb72"
  "/detail/bb47e9383c1a4b768b80bc6e72262fef"
  "/detail/8894856e3a924fe79aa01823116f5fa0"
  "/detail/098760b817764b1bb8a151406b17c5bf"
  "/detail/90e1c8da1b1e4a62a3dd3c24aa302ba2"
  "/detail/ca6e110050574940934a53b34432dd5d"
  "/detail/4cfeabd10b474d05b109a9c89cf6bd08"
  "/detail/ca9c65e008c24520be1d7b6bcf9d2d79"
  "/detail/72d70c67e6474ddcb1fba965b12ecd8a"
  "/detail/c91b25fc051e458aa7d52a63cbceb487"
  "/detail/fc5a03670cf94cde80a990eea0db8e18"
  "/detail/3d44da570e384ee5aa11a94e08c25762"
  "/detail/9d2d3739ba6240aab6f0961f6dc95f10"
  "/detail/fd3ea27a9e9a4ccc86e657ebaa858e73"
  "/detail/6bd8394d156d4bccbea7d3e0aa62a115"
  "/detail/2133e75eabc04176bdd99cc295626553"
  "/detail/626623d091eb4bf78f5219fbfe2dc4ec"
  "/detail/739ce42cec46425b8660397a8daa7a26"
  "/detail/ddbe1194a4b74f98bffcbcfb7f605798"
  "/detail/ea70c9506c004e5183667bac254323b5"
  "/detail/fd17a274c52c450f92c52d25bfc882da"
  "/detail/555c1e6b77bb4feaae6912dbb5890768"
  "/detail/aa765bfcb837438b804f26056564d013"
  "/detail/6181b356a9144a5fb9e9a0004bcb3025"
  "/detail/cf201c50058948248d8dfcea1d0c1f03"
  "/detail/90d2d49d95e244ca963853b5c550a967"
  "/detail/7f315682502c405baa4b3b66add72ce1"
  "/detail/c9473f029a1a4a78b4a89bcdcce13b77"
  "/detail/bc50077551154156a7ea0f7c7148e355"
  "/detail/348e1d4026c7433d9ddb3d8d7b16b839"
  "/detail/c63940e77468444291fd1aa5acc90e6e"
  "/detail/6bbd922a4e3c480cadd7a1aa921a17e3"
  "/detail/ab1e0a47fdfd4b1cad451a2e8c6fe707"
  "/detail/5e4b7b3d05b941f9b6cb50fc855d35fa"
  "/detail/46d1419cfc13445c8d71eb8662b6a5bd"
  "/detail/b8032bf0e14847f5859e3dad98d038d7"
  "/detail/d0c6e0bae6fa4f6c834a151ad70acfce"
  "/detail/3e6fe06a3e8b4eeb90909b6f2b59e1d9"
  "/detail/e5fda7b1a0af4e90891435e7b57479f8"
  "/detail/fb881b050804476897098861e68d745e"
  "/detail/65139590dc384732a2c0a4330e2e1586"
  "/detail/a0e17c769d4f44bd8abcd057f36776cb"
  "/detail/a19c25e6fb4043c49b1454814494c0da"
  "/detail/95d3714074084c3ba682eef94d7c8b85"
  "/detail/ee0bf03bf44644b0844a0419dd10f6ba"
  "/detail/856bfb7659ba448dae9a5da237b9c408"
  "/detail/9fa306c764344cf2a08bf02d94840004"
  "/detail/88ec8a3cfb824978838f628b0b54858b"
  "/detail/fa71c118f9ad4bd484f6b3a33163d138"
  "/detail/72c8ba90cdf643ce9cbfb14d5e628cde"
  "/detail/d5d625385776481fa8f546ad58115134"
  "/detail/5edd100250754adeba488ca084933b05"
  "/navigation/d1c8e7fd3f514b16a7c7c457c438b93f"
  "/navigation/585d71242fa54b0fba56e331ed5adbe1"
  "/navigation/0199576db2937bbe9a41fb6156449782"
  "/navigation/08014c102bba43b09e93a823de238da1"
  "/navigation/04ac33f9be48438ba185ce8585682c3c"
  "/navigation/ba9f9e3fd094425392c838f151773526"
  "/navigation/cda441a37060455fa34c8ce371928eb3"
  "/navigation/52242d7c7a3349359001e1b7b2c3df80"
  "/navigation/83586831f5bc43d6824ec80864e9314e"
  "/navigation/0196d8a825c27a7e93a4b07323c246d6"
  "/navigation/ccd140695dc643408838c39c838a0a51"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
]
113 0.65 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.