GET https://staging.ktm-sturm.de/ersatzteilfinder/rc-8c-2023-modelcode-F9799W9

Query Metrics

113 Database Queries
101 Different statements
950.73 ms Query time

Queries

Group similar statements

# Time Info
1 0.73 ms
# dbal-plugin-loader
        SELECT
               `name`,
               `base_class` AS baseClass,
               IF(`active` = 1 AND `installed_at` IS NOT NULL, 1, 0) AS active,
               `path`,
               `version`,
               `autoload`,
               `managed_by_composer` AS managedByComposer,
               composer_name as composerName
        FROM `plugin`
        ORDER BY `installed_at`;
Parameters:
[]
2 0.22 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.63 ms
SELECT `key`, `value` FROM `app_config`
Parameters:
[]
4 0.32 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.62 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.53 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/rc-8c-2023-modelcode-F9799W9"
  "ersatzteilfinder/rc-8c-2023-modelcode-F9799W9/"
]
7 0.34 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/rc-8c-2023-modelcode-F9799W9"
]
8 0.91 ms
SELECT configuration_key, configuration_value FROM system_config WHERE sales_channel_id IS NULL ORDER BY sales_channel_id ASC
Parameters:
[]
9 0.32 ms
SELECT `name`, `path`, `author`, `self_managed`
                FROM `app`
                WHERE `active` = 1
Parameters:
[]
10 0.41 ms
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = ?) AND (token = ?) LIMIT 1
Parameters:
[
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
  "ebzL0aKlVhH74sxtqtsFN7yd4Nd8Iedq"
]
11 0.33 ms
# context-factory::base-context

        SELECT
          sales_channel.id as sales_channel_id,
          sales_channel.language_id as sales_channel_default_language_id,
          sales_channel.currency_id as sales_channel_currency_id,
          currency.factor as sales_channel_currency_factor,
          GROUP_CONCAT(LOWER(HEX(sales_channel_language.language_id))) as sales_channel_language_ids
        FROM sales_channel
            INNER JOIN currency
                ON sales_channel.currency_id = currency.id
            LEFT JOIN sales_channel_language
                ON sales_channel_language.sales_channel_id = sales_channel.id
        WHERE sales_channel.id = ?
        GROUP BY sales_channel.id, sales_channel.language_id, sales_channel.currency_id, currency.factor
Parameters:
[
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
]
12 0.40 ms
# base-context-factory::sales-channel::read
SELECT `sales_channel`.`id` as `sales_channel.id`, `sales_channel`.`type_id` as `sales_channel.typeId`, `sales_channel`.`language_id` as `sales_channel.languageId`, `sales_channel`.`customer_group_id` as `sales_channel.customerGroupId`, `sales_channel`.`currency_id` as `sales_channel.currencyId`, `sales_channel`.`payment_method_id` as `sales_channel.paymentMethodId`, `sales_channel`.`shipping_method_id` as `sales_channel.shippingMethodId`, `sales_channel`.`country_id` as `sales_channel.countryId`, `sales_channel`.`analytics_id` as `sales_channel.analyticsId`, `sales_channel`.`navigation_category_id` as `sales_channel.navigationCategoryId`, `sales_channel`.`navigation_category_version_id` as `sales_channel.navigationCategoryVersionId`, `sales_channel`.`navigation_category_depth` as `sales_channel.navigationCategoryDepth`, `sales_channel`.`footer_category_id` as `sales_channel.footerCategoryId`, `sales_channel`.`footer_category_version_id` as `sales_channel.footerCategoryVersionId`, `sales_channel`.`service_category_id` as `sales_channel.serviceCategoryId`, `sales_channel`.`service_category_version_id` as `sales_channel.serviceCategoryVersionId`, `sales_channel`.`mail_header_footer_id` as `sales_channel.mailHeaderFooterId`, `sales_channel`.`hreflang_default_domain_id` as `sales_channel.hreflangDefaultDomainId`, `sales_channel`.`short_name` as `sales_channel.shortName`, `sales_channel`.`tax_calculation_type` as `sales_channel.taxCalculationType`, `sales_channel`.`access_key` as `sales_channel.accessKey`, `sales_channel`.`configuration` as `sales_channel.configuration`, `sales_channel`.`active` as `sales_channel.active`, `sales_channel`.`hreflang_active` as `sales_channel.hreflangActive`, `sales_channel`.`maintenance` as `sales_channel.maintenance`, `sales_channel`.`maintenance_ip_whitelist` as `sales_channel.maintenanceIpWhitelist`, `sales_channel`.`payment_method_ids` as `sales_channel.paymentMethodIds`, `sales_channel`.`home_cms_page_id` as `sales_channel.homeCmsPageId`, `sales_channel`.`home_cms_page_version_id` as `sales_channel.homeCmsPageVersionId`, `sales_channel`.`created_at` as `sales_channel.createdAt`, `sales_channel`.`updated_at` as `sales_channel.updatedAt`, `sales_channel.currency`.`id` as `sales_channel.currency.id`, `sales_channel.currency`.`factor` as `sales_channel.currency.factor`, `sales_channel.currency`.`symbol` as `sales_channel.currency.symbol`, `sales_channel.currency`.`iso_code` as `sales_channel.currency.isoCode`, `sales_channel.currency`.`position` as `sales_channel.currency.position`, `sales_channel.currency`.`tax_free_from` as `sales_channel.currency.taxFreeFrom`, `sales_channel.currency`.`item_rounding` as `sales_channel.currency.itemRounding`, `sales_channel.currency`.`total_rounding` as `sales_channel.currency.totalRounding`, `sales_channel.currency`.`created_at` as `sales_channel.currency.createdAt`, `sales_channel.currency`.`updated_at` as `sales_channel.currency.updatedAt`, `sales_channel.currency.translation.shortName`, `sales_channel.currency.translation.shortName` as `sales_channel.currency.shortName`, `sales_channel.currency.translation.name`, `sales_channel.currency.translation.name` as `sales_channel.currency.name`, `sales_channel.currency.translation.customFields`, `sales_channel.currency.translation.customFields` as `sales_channel.currency.customFields`, `sales_channel.translation.name`, `sales_channel.translation.name` as `sales_channel.name`, `sales_channel.translation.homeSlotConfig`, `sales_channel.translation.homeSlotConfig` as `sales_channel.homeSlotConfig`, `sales_channel.translation.homeEnabled`, `sales_channel.translation.homeEnabled` as `sales_channel.homeEnabled`, `sales_channel.translation.homeName`, `sales_channel.translation.homeName` as `sales_channel.homeName`, `sales_channel.translation.homeMetaTitle`, `sales_channel.translation.homeMetaTitle` as `sales_channel.homeMetaTitle`, `sales_channel.translation.homeMetaDescription`, `sales_channel.translation.homeMetaDescription` as `sales_channel.homeMetaDescription`, `sales_channel.translation.homeKeywords`, `sales_channel.translation.homeKeywords` as `sales_channel.homeKeywords`, `sales_channel.translation.customFields`, `sales_channel.translation.customFields` as `sales_channel.customFields` FROM `sales_channel` LEFT JOIN `currency` `sales_channel.currency` ON `sales_channel`.`currency_id` = `sales_channel.currency`.`id` LEFT JOIN (SELECT `sales_channel.translation`.`sales_channel_id`, `sales_channel.translation`.`name` as `sales_channel.translation.name`, `sales_channel.translation`.`custom_fields` as `sales_channel.translation.customFields`, `sales_channel.translation`.`home_slot_config` as `sales_channel.translation.homeSlotConfig`, `sales_channel.translation`.`home_enabled` as `sales_channel.translation.homeEnabled`, `sales_channel.translation`.`home_name` as `sales_channel.translation.homeName`, `sales_channel.translation`.`home_meta_title` as `sales_channel.translation.homeMetaTitle`, `sales_channel.translation`.`home_meta_description` as `sales_channel.translation.homeMetaDescription`, `sales_channel.translation`.`home_keywords` as `sales_channel.translation.homeKeywords` FROM `sales_channel_translation` `sales_channel.translation` WHERE `sales_channel.translation`.`language_id` = ?) `sales_channel.sales_channel_translation` ON `sales_channel.sales_channel_translation`.`sales_channel_id` = `sales_channel`.`id` LEFT JOIN (SELECT `sales_channel.currency.translation`.`currency_id`, `sales_channel.currency.translation`.`short_name` as `sales_channel.currency.translation.shortName`, `sales_channel.currency.translation`.`name` as `sales_channel.currency.translation.name`, `sales_channel.currency.translation`.`custom_fields` as `sales_channel.currency.translation.customFields` FROM `currency_translation` `sales_channel.currency.translation` WHERE `sales_channel.currency.translation`.`language_id` = ?) `sales_channel.currency.currency_translation` ON `sales_channel.currency.currency_translation`.`currency_id` = `sales_channel.currency`.`id` WHERE `sales_channel`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
]
13 0.20 ms
# base-context-factory::sales-channel::association::domains::read
SELECT `sales_channel_domain`.`id` as `sales_channel_domain.id`, `sales_channel_domain`.`url` as `sales_channel_domain.url`, `sales_channel_domain`.`sales_channel_id` as `sales_channel_domain.salesChannelId`, `sales_channel_domain`.`language_id` as `sales_channel_domain.languageId`, `sales_channel_domain`.`currency_id` as `sales_channel_domain.currencyId`, `sales_channel_domain`.`snippet_set_id` as `sales_channel_domain.snippetSetId`, `sales_channel_domain`.`hreflang_use_only_locale` as `sales_channel_domain.hreflangUseOnlyLocale`, `sales_channel_domain`.`custom_fields` as `sales_channel_domain.customFields`, `sales_channel_domain`.`created_at` as `sales_channel_domain.createdAt`, `sales_channel_domain`.`updated_at` as `sales_channel_domain.updatedAt` FROM `sales_channel_domain` WHERE (`sales_channel_domain`.`sales_channel_id` IN (?))
Parameters:
[
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
]
14 0.20 ms
SELECT LOWER(HEX(`language.salesChannels.mapping`.`sales_channel_id`)) as `key`, GROUP_CONCAT(LOWER(HEX(`language.salesChannels.mapping`.`language_id`)) ) as `value` FROM `language` LEFT JOIN `sales_channel_language` `language.salesChannels.mapping` ON `language.salesChannels.mapping`.`language_id` = `language`.id WHERE ((`language`.`id` = ?)) AND (`language.salesChannels.mapping`.`sales_channel_id` IN (?)) GROUP BY `language.salesChannels.mapping`.`sales_channel_id`
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
]
15 0.30 ms
# base-context-factory::sales-channel::association::languages::read
SELECT `language`.`id` as `language.id`, `language`.`parent_id` as `language.parentId`, `language`.`locale_id` as `language.localeId`, `language`.`translation_code_id` as `language.translationCodeId`, `language`.`name` as `language.name`, `language`.`custom_fields` as `language.customFields`, `language`.`created_at` as `language.createdAt`, `language`.`updated_at` as `language.updatedAt`, `language.translationCode`.`id` as `language.translationCode.id`, `language.translationCode`.`code` as `language.translationCode.code`, `language.translationCode`.`created_at` as `language.translationCode.createdAt`, `language.translationCode`.`updated_at` as `language.translationCode.updatedAt`, `language.translationCode.translation.name`, `language.translationCode.translation.name` as `language.translationCode.name`, `language.translationCode.translation.territory`, `language.translationCode.translation.territory` as `language.translationCode.territory`, `language.translationCode.translation.customFields`, `language.translationCode.translation.customFields` as `language.translationCode.customFields`, `language.locale`.`id` as `language.locale.id`, `language.locale`.`code` as `language.locale.code`, `language.locale`.`created_at` as `language.locale.createdAt`, `language.locale`.`updated_at` as `language.locale.updatedAt`, `language.locale.translation.name`, `language.locale.translation.name` as `language.locale.name`, `language.locale.translation.territory`, `language.locale.translation.territory` as `language.locale.territory`, `language.locale.translation.customFields`, `language.locale.translation.customFields` as `language.locale.customFields` FROM `language` LEFT JOIN `locale` `language.translationCode` ON `language`.`translation_code_id` = `language.translationCode`.`id` LEFT JOIN `locale` `language.locale` ON `language`.`locale_id` = `language.locale`.`id` LEFT JOIN (SELECT `language.translationCode.translation`.`locale_id`, `language.translationCode.translation`.`name` as `language.translationCode.translation.name`, `language.translationCode.translation`.`territory` as `language.translationCode.translation.territory`, `language.translationCode.translation`.`custom_fields` as `language.translationCode.translation.customFields` FROM `locale_translation` `language.translationCode.translation` WHERE `language.translationCode.translation`.`language_id` = ?) `language.translationCode.locale_translation` ON `language.translationCode.locale_translation`.`locale_id` = `language.translationCode`.`id` LEFT JOIN (SELECT `language.locale.translation`.`locale_id`, `language.locale.translation`.`name` as `language.locale.translation.name`, `language.locale.translation`.`territory` as `language.locale.translation.territory`, `language.locale.translation`.`custom_fields` as `language.locale.translation.customFields` FROM `locale_translation` `language.locale.translation` WHERE `language.locale.translation`.`language_id` = ?) `language.locale.locale_translation` ON `language.locale.locale_translation`.`locale_id` = `language.locale`.`id` WHERE ((`language`.`id` = ?)) AND (`language`.`id` IN (?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
16 0.22 ms
# base-context-factory::currency::read
SELECT `currency`.`id` as `currency.id`, `currency`.`factor` as `currency.factor`, `currency`.`symbol` as `currency.symbol`, `currency`.`iso_code` as `currency.isoCode`, `currency`.`position` as `currency.position`, `currency`.`tax_free_from` as `currency.taxFreeFrom`, `currency`.`item_rounding` as `currency.itemRounding`, `currency`.`total_rounding` as `currency.totalRounding`, `currency`.`created_at` as `currency.createdAt`, `currency`.`updated_at` as `currency.updatedAt`, `currency.translation.shortName`, `currency.translation.shortName` as `currency.shortName`, `currency.translation.name`, `currency.translation.name` as `currency.name`, `currency.translation.customFields`, `currency.translation.customFields` as `currency.customFields` FROM `currency` LEFT JOIN (SELECT `currency.translation`.`currency_id`, `currency.translation`.`short_name` as `currency.translation.shortName`, `currency.translation`.`name` as `currency.translation.name`, `currency.translation`.`custom_fields` as `currency.translation.customFields` FROM `currency_translation` `currency.translation` WHERE `currency.translation`.`language_id` = ?) `currency.currency_translation` ON `currency.currency_translation`.`currency_id` = `currency`.`id` WHERE `currency`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"·ÒUK\fèGÍ‚ó¬›ÑÀßÊ"
]
17 0.28 ms
# base-context-factory::country::read
SELECT `country`.`id` as `country.id`, `country`.`iso` as `country.iso`, `country`.`position` as `country.position`, `country`.`active` as `country.active`, `country`.`shipping_available` as `country.shippingAvailable`, `country`.`iso3` as `country.iso3`, `country`.`display_state_in_registration` as `country.displayStateInRegistration`, `country`.`force_state_in_registration` as `country.forceStateInRegistration`, `country`.`check_vat_id_pattern` as `country.checkVatIdPattern`, `country`.`vat_id_required` as `country.vatIdRequired`, `country`.`vat_id_pattern` as `country.vatIdPattern`, `country`.`customer_tax` as `country.customerTax`, `country`.`company_tax` as `country.companyTax`, `country`.`postal_code_required` as `country.postalCodeRequired`, `country`.`check_postal_code_pattern` as `country.checkPostalCodePattern`, `country`.`check_advanced_postal_code_pattern` as `country.checkAdvancedPostalCodePattern`, `country`.`advanced_postal_code_pattern` as `country.advancedPostalCodePattern`, `country`.`default_postal_code_pattern` as `country.defaultPostalCodePattern`, `country`.`is_eu` as `country.isEu`, `country`.`created_at` as `country.createdAt`, `country`.`updated_at` as `country.updatedAt`, `country.translation.name`, `country.translation.name` as `country.name`, `country.translation.addressFormat`, `country.translation.addressFormat` as `country.addressFormat`, `country.translation.customFields`, `country.translation.customFields` as `country.customFields` FROM `country` LEFT JOIN (SELECT `country.translation`.`country_id`, `country.translation`.`name` as `country.translation.name`, `country.translation`.`custom_fields` as `country.translation.customFields`, `country.translation`.`address_format` as `country.translation.addressFormat` FROM `country_translation` `country.translation` WHERE `country.translation`.`language_id` = ?) `country.country_translation` ON `country.country_translation`.`country_id` = `country`.`id` WHERE `country`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"¡×[¶&ÙNc‡öº\x12—•+)"
]
18 0.24 ms
# base-context-factory::customer-group::read
SELECT `customer_group`.`id` as `customer_group.id`, `customer_group`.`display_gross` as `customer_group.displayGross`, `customer_group`.`registration_active` as `customer_group.registrationActive`, `customer_group`.`created_at` as `customer_group.createdAt`, `customer_group`.`updated_at` as `customer_group.updatedAt`, `customer_group.translation.name`, `customer_group.translation.name` as `customer_group.name`, `customer_group.translation.registrationTitle`, `customer_group.translation.registrationTitle` as `customer_group.registrationTitle`, `customer_group.translation.registrationIntroduction`, `customer_group.translation.registrationIntroduction` as `customer_group.registrationIntroduction`, `customer_group.translation.registrationOnlyCompanyRegistration`, `customer_group.translation.registrationOnlyCompanyRegistration` as `customer_group.registrationOnlyCompanyRegistration`, `customer_group.translation.registrationSeoMetaDescription`, `customer_group.translation.registrationSeoMetaDescription` as `customer_group.registrationSeoMetaDescription`, `customer_group.translation.customFields`, `customer_group.translation.customFields` as `customer_group.customFields` FROM `customer_group` LEFT JOIN (SELECT `customer_group.translation`.`customer_group_id`, `customer_group.translation`.`name` as `customer_group.translation.name`, `customer_group.translation`.`custom_fields` as `customer_group.translation.customFields`, `customer_group.translation`.`registration_title` as `customer_group.translation.registrationTitle`, `customer_group.translation`.`registration_introduction` as `customer_group.translation.registrationIntroduction`, `customer_group.translation`.`registration_only_company_registration` as `customer_group.translation.registrationOnlyCompanyRegistration`, `customer_group.translation`.`registration_seo_meta_description` as `customer_group.translation.registrationSeoMetaDescription` FROM `customer_group_translation` `customer_group.translation` WHERE `customer_group.translation`.`language_id` = ?) `customer_group.customer_group_translation` ON `customer_group.customer_group_translation`.`customer_group_id` = `customer_group`.`id` WHERE `customer_group`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"¤¢P\x18ËìAÏ¡╩\x10┘O╚¢Í"
]
19 0.15 ms
# base-context-factory::taxes::read
SELECT `tax`.`id` as `tax.id`, `tax`.`tax_rate` as `tax.taxRate`, `tax`.`name` as `tax.name`, `tax`.`position` as `tax.position`, `tax`.`custom_fields` as `tax.customFields`, `tax`.`created_at` as `tax.createdAt`, `tax`.`updated_at` as `tax.updatedAt` FROM `tax`
Parameters:
[]
20 0.49 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.37 ms
# base-context-factory::payment-method::read
SELECT `payment_method`.`id` as `payment_method.id`, `payment_method`.`plugin_id` as `payment_method.pluginId`, `payment_method`.`handler_identifier` as `payment_method.handlerIdentifier`, `payment_method`.`position` as `payment_method.position`, `payment_method`.`active` as `payment_method.active`, `payment_method`.`after_order_enabled` as `payment_method.afterOrderEnabled`, `payment_method`.`availability_rule_id` as `payment_method.availabilityRuleId`, `payment_method`.`media_id` as `payment_method.mediaId`, `payment_method.appPaymentMethod`.`id` as `payment_method.appPaymentMethod.id`, `payment_method.appPaymentMethod`.`app_name` as `payment_method.appPaymentMethod.appName`, `payment_method.appPaymentMethod`.`identifier` as `payment_method.appPaymentMethod.identifier`, `payment_method.appPaymentMethod`.`pay_url` as `payment_method.appPaymentMethod.payUrl`, `payment_method.appPaymentMethod`.`finalize_url` as `payment_method.appPaymentMethod.finalizeUrl`, `payment_method.appPaymentMethod`.`validate_url` as `payment_method.appPaymentMethod.validateUrl`, `payment_method.appPaymentMethod`.`capture_url` as `payment_method.appPaymentMethod.captureUrl`, `payment_method.appPaymentMethod`.`refund_url` as `payment_method.appPaymentMethod.refundUrl`, `payment_method.appPaymentMethod`.`recurring_url` as `payment_method.appPaymentMethod.recurringUrl`, `payment_method.appPaymentMethod`.`app_id` as `payment_method.appPaymentMethod.appId`, `payment_method.appPaymentMethod`.`original_media_id` as `payment_method.appPaymentMethod.originalMediaId`, `payment_method.appPaymentMethod`.`payment_method_id` as `payment_method.appPaymentMethod.paymentMethodId`, `payment_method.appPaymentMethod`.`created_at` as `payment_method.appPaymentMethod.createdAt`, `payment_method.appPaymentMethod`.`updated_at` as `payment_method.appPaymentMethod.updatedAt`, `payment_method`.`technical_name` as `payment_method.technicalName`, `payment_method`.`created_at` as `payment_method.createdAt`, `payment_method`.`updated_at` as `payment_method.updatedAt`, `payment_method.media`.`id` as `payment_method.media.id`, `payment_method.media`.`user_id` as `payment_method.media.userId`, `payment_method.media`.`media_folder_id` as `payment_method.media.mediaFolderId`, `payment_method.media`.`mime_type` as `payment_method.media.mimeType`, `payment_method.media`.`file_extension` as `payment_method.media.fileExtension`, `payment_method.media`.`uploaded_at` as `payment_method.media.uploadedAt`, `payment_method.media`.`file_name` as `payment_method.media.fileName`, `payment_method.media`.`file_size` as `payment_method.media.fileSize`, `payment_method.media`.`media_type` as `payment_method.media.mediaTypeRaw`, `payment_method.media`.`meta_data` as `payment_method.media.metaData`, `payment_method.media`.`config` as `payment_method.media.config`, `payment_method.media`.`path` as `payment_method.media.path`, `payment_method.media`.`private` as `payment_method.media.private`, `payment_method.media`.`thumbnails_ro` as `payment_method.media.thumbnailsRo`, `payment_method.media`.`created_at` as `payment_method.media.createdAt`, `payment_method.media`.`updated_at` as `payment_method.media.updatedAt`, `payment_method.media.translation.title`, `payment_method.media.translation.title` as `payment_method.media.title`, `payment_method.media.translation.alt`, `payment_method.media.translation.alt` as `payment_method.media.alt`, `payment_method.media.translation.customFields`, `payment_method.media.translation.customFields` as `payment_method.media.customFields`, `payment_method.translation.name`, `payment_method.translation.name` as `payment_method.name`, `payment_method.translation.distinguishableName`, `payment_method.translation.distinguishableName` as `payment_method.distinguishableName`, `payment_method.translation.description`, `payment_method.translation.description` as `payment_method.description`, `payment_method.translation.customFields`, `payment_method.translation.customFields` as `payment_method.customFields` FROM `payment_method` LEFT JOIN `app_payment_method` `payment_method.appPaymentMethod` ON `payment_method`.`id` = `payment_method.appPaymentMethod`.`payment_method_id` LEFT JOIN `media` `payment_method.media` ON `payment_method`.`media_id` = `payment_method.media`.`id` LEFT JOIN (SELECT `payment_method.translation`.`payment_method_id`, `payment_method.translation`.`name` as `payment_method.translation.name`, `payment_method.translation`.`distinguishable_name` as `payment_method.translation.distinguishableName`, `payment_method.translation`.`description` as `payment_method.translation.description`, `payment_method.translation`.`custom_fields` as `payment_method.translation.customFields` FROM `payment_method_translation` `payment_method.translation` WHERE `payment_method.translation`.`language_id` = ?) `payment_method.payment_method_translation` ON `payment_method.payment_method_translation`.`payment_method_id` = `payment_method`.`id` LEFT JOIN (SELECT `payment_method.media.translation`.`media_id`, `payment_method.media.translation`.`alt` as `payment_method.media.translation.alt`, `payment_method.media.translation`.`title` as `payment_method.media.translation.title`, `payment_method.media.translation`.`custom_fields` as `payment_method.media.translation.customFields` FROM `media_translation` `payment_method.media.translation` WHERE `payment_method.media.translation`.`language_id` = ?) `payment_method.media.media_translation` ON `payment_method.media.media_translation`.`media_id` = `payment_method.media`.`id` WHERE `payment_method`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"p\x7F´/rJEGá$Ø\x18\eFy▀"
]
22 0.41 ms
# base-context-factory::shipping-method::read
SELECT `shipping_method`.`id` as `shipping_method.id`, `shipping_method`.`active` as `shipping_method.active`, `shipping_method`.`position` as `shipping_method.position`, `shipping_method`.`availability_rule_id` as `shipping_method.availabilityRuleId`, `shipping_method`.`media_id` as `shipping_method.mediaId`, `shipping_method`.`delivery_time_id` as `shipping_method.deliveryTimeId`, `shipping_method`.`tax_type` as `shipping_method.taxType`, `shipping_method`.`tax_id` as `shipping_method.taxId`, `shipping_method.deliveryTime`.`id` as `shipping_method.deliveryTime.id`, `shipping_method.deliveryTime`.`min` as `shipping_method.deliveryTime.min`, `shipping_method.deliveryTime`.`max` as `shipping_method.deliveryTime.max`, `shipping_method.deliveryTime`.`unit` as `shipping_method.deliveryTime.unit`, `shipping_method.deliveryTime`.`created_at` as `shipping_method.deliveryTime.createdAt`, `shipping_method.deliveryTime`.`updated_at` as `shipping_method.deliveryTime.updatedAt`, `shipping_method.deliveryTime.translation.name`, `shipping_method.deliveryTime.translation.name` as `shipping_method.deliveryTime.name`, `shipping_method.deliveryTime.translation.customFields`, `shipping_method.deliveryTime.translation.customFields` as `shipping_method.deliveryTime.customFields`, `shipping_method.appShippingMethod`.`id` as `shipping_method.appShippingMethod.id`, `shipping_method.appShippingMethod`.`app_name` as `shipping_method.appShippingMethod.appName`, `shipping_method.appShippingMethod`.`identifier` as `shipping_method.appShippingMethod.identifier`, `shipping_method.appShippingMethod`.`app_id` as `shipping_method.appShippingMethod.appId`, `shipping_method.appShippingMethod`.`shipping_method_id` as `shipping_method.appShippingMethod.shippingMethodId`, `shipping_method.appShippingMethod`.`original_media_id` as `shipping_method.appShippingMethod.originalMediaId`, `shipping_method.appShippingMethod`.`created_at` as `shipping_method.appShippingMethod.createdAt`, `shipping_method.appShippingMethod`.`updated_at` as `shipping_method.appShippingMethod.updatedAt`, `shipping_method`.`technical_name` as `shipping_method.technicalName`, `shipping_method`.`created_at` as `shipping_method.createdAt`, `shipping_method`.`updated_at` as `shipping_method.updatedAt`, `shipping_method.media`.`id` as `shipping_method.media.id`, `shipping_method.media`.`user_id` as `shipping_method.media.userId`, `shipping_method.media`.`media_folder_id` as `shipping_method.media.mediaFolderId`, `shipping_method.media`.`mime_type` as `shipping_method.media.mimeType`, `shipping_method.media`.`file_extension` as `shipping_method.media.fileExtension`, `shipping_method.media`.`uploaded_at` as `shipping_method.media.uploadedAt`, `shipping_method.media`.`file_name` as `shipping_method.media.fileName`, `shipping_method.media`.`file_size` as `shipping_method.media.fileSize`, `shipping_method.media`.`media_type` as `shipping_method.media.mediaTypeRaw`, `shipping_method.media`.`meta_data` as `shipping_method.media.metaData`, `shipping_method.media`.`config` as `shipping_method.media.config`, `shipping_method.media`.`path` as `shipping_method.media.path`, `shipping_method.media`.`private` as `shipping_method.media.private`, `shipping_method.media`.`thumbnails_ro` as `shipping_method.media.thumbnailsRo`, `shipping_method.media`.`created_at` as `shipping_method.media.createdAt`, `shipping_method.media`.`updated_at` as `shipping_method.media.updatedAt`, `shipping_method.media.translation.title`, `shipping_method.media.translation.title` as `shipping_method.media.title`, `shipping_method.media.translation.alt`, `shipping_method.media.translation.alt` as `shipping_method.media.alt`, `shipping_method.media.translation.customFields`, `shipping_method.media.translation.customFields` as `shipping_method.media.customFields`, `shipping_method.translation.name`, `shipping_method.translation.name` as `shipping_method.name`, `shipping_method.translation.description`, `shipping_method.translation.description` as `shipping_method.description`, `shipping_method.translation.trackingUrl`, `shipping_method.translation.trackingUrl` as `shipping_method.trackingUrl`, `shipping_method.translation.customFields`, `shipping_method.translation.customFields` as `shipping_method.customFields` FROM `shipping_method` LEFT JOIN `delivery_time` `shipping_method.deliveryTime` ON `shipping_method`.`delivery_time_id` = `shipping_method.deliveryTime`.`id` LEFT JOIN `app_shipping_method` `shipping_method.appShippingMethod` ON `shipping_method`.`id` = `shipping_method.appShippingMethod`.`shipping_method_id` LEFT JOIN `media` `shipping_method.media` ON `shipping_method`.`media_id` = `shipping_method.media`.`id` LEFT JOIN (SELECT `shipping_method.translation`.`shipping_method_id`, `shipping_method.translation`.`name` as `shipping_method.translation.name`, `shipping_method.translation`.`custom_fields` as `shipping_method.translation.customFields`, `shipping_method.translation`.`description` as `shipping_method.translation.description`, `shipping_method.translation`.`tracking_url` as `shipping_method.translation.trackingUrl` FROM `shipping_method_translation` `shipping_method.translation` WHERE `shipping_method.translation`.`language_id` = ?) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation`.`shipping_method_id` = `shipping_method`.`id` LEFT JOIN (SELECT `shipping_method.deliveryTime.translation`.`delivery_time_id`, `shipping_method.deliveryTime.translation`.`name` as `shipping_method.deliveryTime.translation.name`, `shipping_method.deliveryTime.translation`.`custom_fields` as `shipping_method.deliveryTime.translation.customFields` FROM `delivery_time_translation` `shipping_method.deliveryTime.translation` WHERE `shipping_method.deliveryTime.translation`.`language_id` = ?) `shipping_method.deliveryTime.delivery_time_translation` ON `shipping_method.deliveryTime.delivery_time_translation`.`delivery_time_id` = `shipping_method.deliveryTime`.`id` LEFT JOIN (SELECT `shipping_method.media.translation`.`media_id`, `shipping_method.media.translation`.`alt` as `shipping_method.media.translation.alt`, `shipping_method.media.translation`.`title` as `shipping_method.media.translation.title`, `shipping_method.media.translation`.`custom_fields` as `shipping_method.media.translation.customFields` FROM `media_translation` `shipping_method.media.translation` WHERE `shipping_method.media.translation`.`language_id` = ?) `shipping_method.media.media_translation` ON `shipping_method.media.media_translation`.`media_id` = `shipping_method.media`.`id` WHERE `shipping_method`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"'´º•ò­HÁ­H°ð·^ÇY"
]
23 0.18 ms
# base-context-factory::cash-rounding::search-ids
SELECT `currency_country_rounding`.`id` FROM `currency_country_rounding` WHERE (`currency_country_rounding`.`currency_id` = ? AND `currency_country_rounding`.`country_id` = ?) LIMIT 1
Parameters:
[
  b"·ÒUK\fèGÍ‚ó¬›ÑÀßÊ"
  b"¡×[¶&ÙNc‡öº\x12—•+)"
]
24 0.21 ms
#cart-persister::load
            SELECT `cart`.`payload`, `cart`.`rule_ids`, `cart`.`compressed` FROM cart WHERE `token` = ?
Parameters:
[
  "ebzL0aKlVhH74sxtqtsFN7yd4Nd8Iedq"
]
25 0.23 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.40 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.24 ms
# app-scripts::refresh::search-ids
SELECT `app`.`id` FROM `app` WHERE (`app`.`active` = ? AND `app`.`self_managed` = ?)
Parameters:
[
  true
  false
]
28 0.46 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.45 ms
SELECT `app`.`id` as `app.id`, `app`.`name` as `app.name`, `app`.`path` as `app.path`, `app`.`author` as `app.author`, `app`.`copyright` as `app.copyright`, `app`.`license` as `app.license`, `app`.`active` as `app.active`, `app`.`configurable` as `app.configurable`, `app`.`privacy` as `app.privacy`, `app`.`version` as `app.version`, `app`.`icon` as `app.iconRaw`, `app`.`app_secret` as `app.appSecret`, `app`.`modules` as `app.modules`, `app`.`main_module` as `app.mainModule`, `app`.`cookies` as `app.cookies`, `app`.`allow_disable` as `app.allowDisable`, `app`.`base_app_url` as `app.baseAppUrl`, `app`.`allowed_hosts` as `app.allowedHosts`, `app`.`template_load_priority` as `app.templateLoadPriority`, `app`.`checkout_gateway_url` as `app.checkoutGatewayUrl`, `app`.`in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl`, `app`.`source_type` as `app.sourceType`, `app`.`source_config` as `app.sourceConfig`, `app`.`self_managed` as `app.selfManaged`, `app`.`integration_id` as `app.integrationId`, `app.integration`.`id` as `app.integration.id`, `app.integration`.`label` as `app.integration.label`, `app.integration`.`access_key` as `app.integration.accessKey`, `app.integration`.`secret_access_key` as `app.integration.secretAccessKey`, `app.integration`.`last_usage_at` as `app.integration.lastUsageAt`, `app.integration`.`admin` as `app.integration.admin`, `app.integration`.`custom_fields` as `app.integration.customFields`, `app.integration`.`deleted_at` as `app.integration.deletedAt`, `app.integration`.`created_at` as `app.integration.createdAt`, `app.integration`.`updated_at` as `app.integration.updatedAt`, `app`.`acl_role_id` as `app.aclRoleId`, `app.aclRole`.`id` as `app.aclRole.id`, `app.aclRole`.`name` as `app.aclRole.name`, `app.aclRole`.`description` as `app.aclRole.description`, `app.aclRole`.`privileges` as `app.aclRole.privileges`, `app.aclRole`.`deleted_at` as `app.aclRole.deletedAt`, `app.aclRole`.`created_at` as `app.aclRole.createdAt`, `app.aclRole`.`updated_at` as `app.aclRole.updatedAt`, `app`.`created_at` as `app.createdAt`, `app`.`updated_at` as `app.updatedAt`, `app.translation.label`, `app.translation.label` as `app.label`, `app.translation.description`, `app.translation.description` as `app.description`, `app.translation.privacyPolicyExtensions`, `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions`, `app.translation.customFields`, `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app`.`integration_id` = `app.integration`.`id` LEFT JOIN `acl_role` `app.aclRole` ON `app`.`acl_role_id` = `app.aclRole`.`id` LEFT JOIN (SELECT `app.translation`.`app_id`, `app.translation`.`label` as `app.translation.label`, `app.translation`.`description` as `app.translation.description`, `app.translation`.`privacy_policy_extensions` as `app.translation.privacyPolicyExtensions`, `app.translation`.`custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation`.`language_id` = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` WHERE `app`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01˜Ð %Ærº¢¼DWR«3~"
]
31 0.23 ms
SELECT `script`.`id` as `script.id`, `script`.`script` as `script.script`, `script`.`hook` as `script.hook`, `script`.`name` as `script.name`, `script`.`active` as `script.active`, `script`.`app_id` as `script.appId`, `script`.`created_at` as `script.createdAt`, `script`.`updated_at` as `script.updatedAt` FROM `script` WHERE (`script`.`app_id` IN (?))
Parameters:
[
  b"\x01˜Ð %Ærº¢¼DWR«3~"
]
32 0.40 ms
SELECT LOWER(HEX(`script`.`app_id`)) as `app_id`,
                   `script`.`name` AS scriptName,
                   `script`.`script` AS script,
                   `script`.`hook` AS hook,
                   IFNULL(`script`.`updated_at`, `script`.`created_at`) AS lastModified,
                   `app`.`name` AS appName,
                   LOWER(HEX(`app`.`integration_id`)) AS integrationId,
                   `app`.`version` AS appVersion,
                   `script`.`active` AS active
            FROM `script`
            LEFT JOIN `app` ON `script`.`app_id` = `app`.`id`
            WHERE `script`.`hook` != 'include'
            ORDER BY `app`.`created_at`, `app`.`id`, `script`.`name`
Parameters:
[]
33 0.28 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.22 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.96 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.46 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.32 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.44 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.62 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.63 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.44 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.32 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.31 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.34 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 2.10 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 1.05 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.59 ms
# header::navigation::read
SELECT `category`.`id` as `category.id`, `category`.`version_id` as `category.versionId`, `category`.`parent_id` as `category.parentId`, `category`.`parent_version_id` as `category.parentVersionId`, `category`.`after_category_id` as `category.afterCategoryId`, `category`.`after_category_version_id` as `category.afterCategoryVersionId`, `category`.`media_id` as `category.mediaId`, `category`.`display_nested_products` as `category.displayNestedProducts`, `category`.`auto_increment` as `category.autoIncrement`, `category`.`level` as `category.level`, `category`.`path` as `category.path`, `category`.`child_count` as `category.childCount`, `category`.`type` as `category.type`, `category`.`product_assignment_type` as `category.productAssignmentType`, `category`.`visible` as `category.visible`, `category`.`active` as `category.active`, `category`.`cms_page_id` as `category.cmsPageId`, `category`.`cms_page_version_id` as `category.cmsPageVersionId`, `category`.`product_stream_id` as `category.productStreamId`, `category`.`custom_entity_type_id` as `category.customEntityTypeId`, `category`.`created_at` as `category.createdAt`, `category`.`updated_at` as `category.updatedAt`, `category.media`.`id` as `category.media.id`, `category.media`.`user_id` as `category.media.userId`, `category.media`.`media_folder_id` as `category.media.mediaFolderId`, `category.media`.`mime_type` as `category.media.mimeType`, `category.media`.`file_extension` as `category.media.fileExtension`, `category.media`.`uploaded_at` as `category.media.uploadedAt`, `category.media`.`file_name` as `category.media.fileName`, `category.media`.`file_size` as `category.media.fileSize`, `category.media`.`media_type` as `category.media.mediaTypeRaw`, `category.media`.`meta_data` as `category.media.metaData`, `category.media`.`config` as `category.media.config`, `category.media`.`path` as `category.media.path`, `category.media`.`private` as `category.media.private`, `category.media`.`thumbnails_ro` as `category.media.thumbnailsRo`, `category.media`.`created_at` as `category.media.createdAt`, `category.media`.`updated_at` as `category.media.updatedAt`, `category.media.translation.title`, `category.media.translation.title` as `category.media.title`, `category.media.translation.alt`, `category.media.translation.alt` as `category.media.alt`, `category.media.translation.customFields`, `category.media.translation.customFields` as `category.media.customFields`, `category.translation.name`, `category.translation.name` as `category.name`, `category.translation.breadcrumb`, `category.translation.breadcrumb` as `category.breadcrumb`, `category.translation.slotConfig`, `category.translation.slotConfig` as `category.slotConfig`, `category.translation.linkType`, `category.translation.linkType` as `category.linkType`, `category.translation.internalLink`, `category.translation.internalLink` as `category.internalLink`, `category.translation.externalLink`, `category.translation.externalLink` as `category.externalLink`, `category.translation.linkNewTab`, `category.translation.linkNewTab` as `category.linkNewTab`, `category.translation.description`, `category.translation.description` as `category.description`, `category.translation.metaTitle`, `category.translation.metaTitle` as `category.metaTitle`, `category.translation.metaDescription`, `category.translation.metaDescription` as `category.metaDescription`, `category.translation.keywords`, `category.translation.keywords` as `category.keywords`, `category.translation.customFields`, `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category`.`media_id` = `category.media`.`id` LEFT JOIN (SELECT `category.translation`.`category_id`, `category.translation`.`category_version_id`, `category.translation`.`breadcrumb` as `category.translation.breadcrumb`, `category.translation`.`name` as `category.translation.name`, `category.translation`.`custom_fields` as `category.translation.customFields`, `category.translation`.`slot_config` as `category.translation.slotConfig`, `category.translation`.`link_type` as `category.translation.linkType`, `category.translation`.`internal_link` as `category.translation.internalLink`, `category.translation`.`external_link` as `category.translation.externalLink`, `category.translation`.`link_new_tab` as `category.translation.linkNewTab`, `category.translation`.`description` as `category.translation.description`, `category.translation`.`meta_title` as `category.translation.metaTitle`, `category.translation`.`meta_description` as `category.translation.metaDescription`, `category.translation`.`keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation`.`language_id` = ?) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.`category_version_id` = `category`.`version_id` LEFT JOIN (SELECT `category.media.translation`.`media_id`, `category.media.translation`.`alt` as `category.media.translation.alt`, `category.media.translation`.`title` as `category.media.translation.title`, `category.media.translation`.`custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation`.`language_id` = ?) `category.media.media_translation` ON `category.media.media_translation`.`media_id` = `category.media`.`id` WHERE (`category`.`version_id` = ?) AND (`category`.`id` IN (?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"Ý£ì_Û€B¬¸øÈA÷\x0Eþ‹"
]
48 0.42 ms
# footer-pagelet::payment-methods::search-ids
SELECT `payment_method`.`id` FROM `payment_method` LEFT JOIN `sales_channel_payment_method` `payment_method.salesChannels.mapping` ON `payment_method`.`id` = `payment_method.salesChannels.mapping`.`payment_method_id`  LEFT JOIN `sales_channel` `payment_method.salesChannels` ON `payment_method.salesChannels.mapping`.`sales_channel_id` = `payment_method.salesChannels`.`id`  WHERE (`payment_method`.`active` = ? AND `payment_method.salesChannels`.`id` = ?) GROUP BY `payment_method`.`id` ORDER BY MIN(`payment_method`.`position`) ASC
Parameters:
[
  true
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
]
49 0.76 ms
# footer-pagelet::payment-methods::read
SELECT `payment_method`.`id` as `payment_method.id`, `payment_method`.`plugin_id` as `payment_method.pluginId`, `payment_method`.`handler_identifier` as `payment_method.handlerIdentifier`, `payment_method`.`position` as `payment_method.position`, `payment_method`.`active` as `payment_method.active`, `payment_method`.`after_order_enabled` as `payment_method.afterOrderEnabled`, `payment_method`.`availability_rule_id` as `payment_method.availabilityRuleId`, `payment_method`.`media_id` as `payment_method.mediaId`, `payment_method.appPaymentMethod`.`id` as `payment_method.appPaymentMethod.id`, `payment_method.appPaymentMethod`.`app_name` as `payment_method.appPaymentMethod.appName`, `payment_method.appPaymentMethod`.`identifier` as `payment_method.appPaymentMethod.identifier`, `payment_method.appPaymentMethod`.`pay_url` as `payment_method.appPaymentMethod.payUrl`, `payment_method.appPaymentMethod`.`finalize_url` as `payment_method.appPaymentMethod.finalizeUrl`, `payment_method.appPaymentMethod`.`validate_url` as `payment_method.appPaymentMethod.validateUrl`, `payment_method.appPaymentMethod`.`capture_url` as `payment_method.appPaymentMethod.captureUrl`, `payment_method.appPaymentMethod`.`refund_url` as `payment_method.appPaymentMethod.refundUrl`, `payment_method.appPaymentMethod`.`recurring_url` as `payment_method.appPaymentMethod.recurringUrl`, `payment_method.appPaymentMethod`.`app_id` as `payment_method.appPaymentMethod.appId`, `payment_method.appPaymentMethod`.`original_media_id` as `payment_method.appPaymentMethod.originalMediaId`, `payment_method.appPaymentMethod`.`payment_method_id` as `payment_method.appPaymentMethod.paymentMethodId`, `payment_method.appPaymentMethod`.`created_at` as `payment_method.appPaymentMethod.createdAt`, `payment_method.appPaymentMethod`.`updated_at` as `payment_method.appPaymentMethod.updatedAt`, `payment_method`.`technical_name` as `payment_method.technicalName`, `payment_method`.`created_at` as `payment_method.createdAt`, `payment_method`.`updated_at` as `payment_method.updatedAt`, `payment_method.media`.`id` as `payment_method.media.id`, `payment_method.media`.`user_id` as `payment_method.media.userId`, `payment_method.media`.`media_folder_id` as `payment_method.media.mediaFolderId`, `payment_method.media`.`mime_type` as `payment_method.media.mimeType`, `payment_method.media`.`file_extension` as `payment_method.media.fileExtension`, `payment_method.media`.`uploaded_at` as `payment_method.media.uploadedAt`, `payment_method.media`.`file_name` as `payment_method.media.fileName`, `payment_method.media`.`file_size` as `payment_method.media.fileSize`, `payment_method.media`.`media_type` as `payment_method.media.mediaTypeRaw`, `payment_method.media`.`meta_data` as `payment_method.media.metaData`, `payment_method.media`.`config` as `payment_method.media.config`, `payment_method.media`.`path` as `payment_method.media.path`, `payment_method.media`.`private` as `payment_method.media.private`, `payment_method.media`.`thumbnails_ro` as `payment_method.media.thumbnailsRo`, `payment_method.media`.`created_at` as `payment_method.media.createdAt`, `payment_method.media`.`updated_at` as `payment_method.media.updatedAt`, `payment_method.media.translation.title`, `payment_method.media.translation.title` as `payment_method.media.title`, `payment_method.media.translation.alt`, `payment_method.media.translation.alt` as `payment_method.media.alt`, `payment_method.media.translation.customFields`, `payment_method.media.translation.customFields` as `payment_method.media.customFields`, `payment_method.translation.name`, `payment_method.translation.name` as `payment_method.name`, `payment_method.translation.distinguishableName`, `payment_method.translation.distinguishableName` as `payment_method.distinguishableName`, `payment_method.translation.description`, `payment_method.translation.description` as `payment_method.description`, `payment_method.translation.customFields`, `payment_method.translation.customFields` as `payment_method.customFields` FROM `payment_method` LEFT JOIN `app_payment_method` `payment_method.appPaymentMethod` ON `payment_method`.`id` = `payment_method.appPaymentMethod`.`payment_method_id` LEFT JOIN `media` `payment_method.media` ON `payment_method`.`media_id` = `payment_method.media`.`id` LEFT JOIN (SELECT `payment_method.translation`.`payment_method_id`, `payment_method.translation`.`name` as `payment_method.translation.name`, `payment_method.translation`.`distinguishable_name` as `payment_method.translation.distinguishableName`, `payment_method.translation`.`description` as `payment_method.translation.description`, `payment_method.translation`.`custom_fields` as `payment_method.translation.customFields` FROM `payment_method_translation` `payment_method.translation` WHERE `payment_method.translation`.`language_id` = ?) `payment_method.payment_method_translation` ON `payment_method.payment_method_translation`.`payment_method_id` = `payment_method`.`id` LEFT JOIN (SELECT `payment_method.media.translation`.`media_id`, `payment_method.media.translation`.`alt` as `payment_method.media.translation.alt`, `payment_method.media.translation`.`title` as `payment_method.media.translation.title`, `payment_method.media.translation`.`custom_fields` as `payment_method.media.translation.customFields` FROM `media_translation` `payment_method.media.translation` WHERE `payment_method.media.translation`.`language_id` = ?) `payment_method.media.media_translation` ON `payment_method.media.media_translation`.`media_id` = `payment_method.media`.`id` WHERE `payment_method`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"p\x7F´/rJEGá$Ø\x18\eFy▀"
  b"$)v‹Ì\x04Eüƒð?·Í2\x02%"
  b"=\x16uıã;O\x13©1\eì}:\x1D×"
  b"E;|™\x7FVO¾¼HZ4ä(r¡"
  b"iŒØ\e’•Hæ³JkΧ¸v‘"
  b"”ú_›Ž¬JgŒÕ\x13ð½ß\x1Er"
  b"W}╗p/ìG\r®x\x12\x1D7╔B-"
  b"\x1FäÀ\x13\x1F¦BÓªLƒ\v³ž¯A"
  b"±¶ƒi‹\x11@E±¢¿T½\x16Õ,"
]
50 0.47 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.73 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.26 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.20 ms
SELECT `handler_identifier`, LOWER(HEX(`id`)) FROM `payment_method`
Parameters:
[]
54 0.22 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.18 ms
SELECT `language`.`id` FROM `language` WHERE `language`.`id` IN (?) LIMIT 1
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
]
56 0.32 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.57 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.31 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.48 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.59 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.77 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.39 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.34 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 1.08 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.23 ms
SELECT `name`, `type` FROM `custom_field` WHERE `active` = 1
Parameters:
[]
66 729.70 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.84 ms
SELECT `product`.`id` as `product.id`, `product`.`version_id` as `product.versionId`, `product`.`parent_id` as `product.parentId`, `product`.`parent_version_id` as `product.parentVersionId`, COALESCE(`product`.`product_manufacturer_id`, `product.parent`.`product_manufacturer_id`) as `product.manufacturerId`, COALESCE(`product`.`product_manufacturer_version_id`, `product.parent`.`product_manufacturer_version_id`) as `product.productManufacturerVersionId`, COALESCE(`product`.`unit_id`, `product.parent`.`unit_id`) as `product.unitId`, COALESCE(`product`.`tax_id`, `product.parent`.`tax_id`) as `product.taxId`, COALESCE(`product`.`product_media_id`, `product.parent`.`product_media_id`) as `product.coverId`, COALESCE(`product`.`product_media_version_id`, `product.parent`.`product_media_version_id`) as `product.productMediaVersionId`, COALESCE(`product`.`delivery_time_id`, `product.parent`.`delivery_time_id`) as `product.deliveryTimeId`, COALESCE(`product`.`product_feature_set_id`, `product.parent`.`product_feature_set_id`) as `product.featureSetId`, COALESCE(`product`.`canonical_product_id`, `product.parent`.`canonical_product_id`) as `product.canonicalProductId`, COALESCE(`product`.`canonical_product_version_id`, `product.parent`.`canonical_product_version_id`) as `product.canonicalProductVersionId`, COALESCE(`product`.`cms_page_id`, `product.parent`.`cms_page_id`) as `product.cmsPageId`, COALESCE(`product`.`cms_page_version_id`, `product.parent`.`cms_page_version_id`) as `product.cmsPageVersionId`, `product.parent`.`price` as `product.price.inherited`, COALESCE(`product`.`price`, `product.parent`.`price`) as `product.price`, `product`.`product_number` as `product.productNumber`, COALESCE(`product`.`restock_time`, `product.parent`.`restock_time`) as `product.restockTime`, `product`.`auto_increment` as `product.autoIncrement`, COALESCE(`product`.`active`, `product.parent`.`active`) as `product.active`, `product`.`available` as `product.available`, COALESCE(`product`.`is_closeout`, `product.parent`.`is_closeout`) as `product.isCloseout`, `product`.`available_stock` as `product.availableStock`, `product`.`stock` as `product.stock`, `product`.`display_group` as `product.displayGroup`, `product.parent`.`variant_listing_config` as `product.variantListingConfig.inherited`, COALESCE(`product`.`variant_listing_config`, `product.parent`.`variant_listing_config`) as `product.variantListingConfig`, `product`.`variant_restrictions` as `product.variantRestrictions`, COALESCE(`product`.`manufacturer_number`, `product.parent`.`manufacturer_number`) as `product.manufacturerNumber`, COALESCE(`product`.`ean`, `product.parent`.`ean`) as `product.ean`, COALESCE(`product`.`purchase_steps`, `product.parent`.`purchase_steps`) as `product.purchaseSteps`, COALESCE(`product`.`max_purchase`, `product.parent`.`max_purchase`) as `product.maxPurchase`, COALESCE(`product`.`min_purchase`, `product.parent`.`min_purchase`) as `product.minPurchase`, COALESCE(`product`.`purchase_unit`, `product.parent`.`purchase_unit`) as `product.purchaseUnit`, COALESCE(`product`.`reference_unit`, `product.parent`.`reference_unit`) as `product.referenceUnit`, COALESCE(`product`.`shipping_free`, `product.parent`.`shipping_free`) as `product.shippingFree`, `product.parent`.`purchase_prices` as `product.purchasePrices.inherited`, COALESCE(`product`.`purchase_prices`, `product.parent`.`purchase_prices`) as `product.purchasePrices`, COALESCE(`product`.`mark_as_topseller`, `product.parent`.`mark_as_topseller`) as `product.markAsTopseller`, COALESCE(`product`.`weight`, `product.parent`.`weight`) as `product.weight`, COALESCE(`product`.`width`, `product.parent`.`width`) as `product.width`, COALESCE(`product`.`height`, `product.parent`.`height`) as `product.height`, COALESCE(`product`.`length`, `product.parent`.`length`) as `product.length`, COALESCE(`product`.`release_date`, `product.parent`.`release_date`) as `product.releaseDate`, COALESCE(`product`.`rating_average`, `product.parent`.`rating_average`) as `product.ratingAverage`, `product.parent`.`category_tree` as `product.categoryTree.inherited`, COALESCE(`product`.`category_tree`, `product.parent`.`category_tree`) as `product.categoryTree`, `product.parent`.`property_ids` as `product.propertyIds.inherited`, COALESCE(`product`.`property_ids`, `product.parent`.`property_ids`) as `product.propertyIds`, `product.parent`.`option_ids` as `product.optionIds.inherited`, COALESCE(`product`.`option_ids`, `product.parent`.`option_ids`) as `product.optionIds`, `product.parent`.`stream_ids` as `product.streamIds.inherited`, COALESCE(`product`.`stream_ids`, `product.parent`.`stream_ids`) as `product.streamIds`, `product.parent`.`tag_ids` as `product.tagIds.inherited`, COALESCE(`product`.`tag_ids`, `product.parent`.`tag_ids`) as `product.tagIds`, `product.parent`.`category_ids` as `product.categoryIds.inherited`, COALESCE(`product`.`category_ids`, `product.parent`.`category_ids`) as `product.categoryIds`, `product`.`child_count` as `product.childCount`, COALESCE(`product`.`custom_field_set_selection_active`, `product.parent`.`custom_field_set_selection_active`) as `product.customFieldSetSelectionActive`, `product`.`sales` as `product.sales`, `product`.`states` as `product.states`, `product.tax`.`id` as `product.tax.id`, `product.tax`.`tax_rate` as `product.tax.taxRate`, `product.tax`.`name` as `product.tax.name`, `product.tax`.`position` as `product.tax.position`, `product.tax`.`custom_fields` as `product.tax.customFields`, `product.tax`.`created_at` as `product.tax.createdAt`, `product.tax`.`updated_at` as `product.tax.updatedAt`, `product.parent`.`cheapest_price` as `product.cheapestPrice.inherited`, COALESCE(`product`.`cheapest_price`, `product.parent`.`cheapest_price`) as `product.cheapestPrice`, `product`.`created_at` as `product.createdAt`, `product`.`updated_at` as `product.updatedAt`, (SELECT GROUP_CONCAT(HEX(`product.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.29 ms
SELECT `product_price`.`id` as `product_price.id`, `product_price`.`version_id` as `product_price.versionId`, `product_price`.`product_id` as `product_price.productId`, `product_price`.`product_version_id` as `product_price.productVersionId`, `product_price`.`rule_id` as `product_price.ruleId`, `product_price`.`price` as `product_price.price`, `product_price`.`quantity_start` as `product_price.quantityStart`, `product_price`.`quantity_end` as `product_price.quantityEnd`, `product_price`.`custom_fields` as `product_price.customFields`, `product_price`.`created_at` as `product_price.createdAt`, `product_price`.`updated_at` as `product_price.updatedAt` FROM `product_price` WHERE (`product_price`.`version_id` = ?) AND ((`product_price`.`product_id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)))
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x01Ø\x017pÔ\x7Fúú\x05 v╗█`╩"
  b"\x01Ø\x01ø÷@|µÁ­ù,┤Zƒ{"
  b"\x01Ø\x01í▀ tZ░═"L.W^©"
  b"\x01Ø\x01½ëÓrº┤\r0▀ á░╠"
  b"\x01Ø\x01▄┴?|\x05×\x02\x18¡èUp%"
  b"%¯£©\x18£Å~v║È+9¡«,"
  b"(£ ßÊÎsÉYJ^ÃèO\x7FI"
  b"p÷áýePê«h²Rí>ñX«"
  b"\x10r┤<Î\x190\x10ï-Ø\x10lc"
  b"¯Z+}µìxؽ\x10¥\x17¦¸•'"
]
69 0.26 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.25 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.62 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.64 ms
SELECT `product`.`id`, `product`.`product_number`, `product`.`auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product`.`visibilities` = `product.visibilities`.`product_id` AND `product`.version_id = `product.visibilities`.product_version_id WHERE (`product`.`version_id` = ?) AND ((((`product.visibilities`.`visibility` >= ?) AND `product.visibilities`.`sales_channel_id` = ? AND IFNULL(`product`.`active`, `product.parent`.`active`) = ?))) AND (`product`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)) GROUP BY `product`.`id`
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  10
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
  true
  b"%¯£©\x18£Å~v║È+9¡«,"
  b"\x10r┤<Î\x190\x10ï-Ø\x10lc"
  b"p÷áýePê«h²Rí>ñX«"
  b"¯Z+}µìxؽ\x10¥\x17¦¸•'"
  b"(£ ßÊÎsÉYJ^ÃèO\x7FI"
  b"\x01Ø\x01▄┴?|\x05×\x02\x18¡èUp%"
  b"\x01Ø\x01½ëÓrº┤\r0▀ á░╠"
  b"\x01Ø\x01í▀ tZ░═"L.W^©"
  b"\x01Ø\x01ø÷@|µÁ­ù,┤Zƒ{"
  b"\x01Ø\x017pÔ\x7Fúú\x05 v╗█`╩"
]
73 2.15 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.32 ms
SELECT `product_price`.`id` as `product_price.id`, `product_price`.`version_id` as `product_price.versionId`, `product_price`.`product_id` as `product_price.productId`, `product_price`.`product_version_id` as `product_price.productVersionId`, `product_price`.`rule_id` as `product_price.ruleId`, `product_price`.`price` as `product_price.price`, `product_price`.`quantity_start` as `product_price.quantityStart`, `product_price`.`quantity_end` as `product_price.quantityEnd`, `product_price`.`custom_fields` as `product_price.customFields`, `product_price`.`created_at` as `product_price.createdAt`, `product_price`.`updated_at` as `product_price.updatedAt` FROM `product_price` WHERE (`product_price`.`version_id` = ?) AND ((`product_price`.`product_id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)))
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x01Ø\x017pÔ\x7Fúú\x05 v╗█`╩"
  b"\x01Ø\x01ø÷@|µÁ­ù,┤Zƒ{"
  b"\x01Ø\x01í▀ tZ░═"L.W^©"
  b"\x01Ø\x01½ëÓrº┤\r0▀ á░╠"
  b"\x01Ø\x01▄┴?|\x05×\x02\x18¡èUp%"
  b"%¯£©\x18£Å~v║È+9¡«,"
  b"(£ ßÊÎsÉYJ^ÃèO\x7FI"
  b"p÷áýePê«h²Rí>ñX«"
  b"\x10r┤<Î\x190\x10ï-Ø\x10lc"
  b"¯Z+}µìxؽ\x10¥\x17¦¸•'"
]
75 0.33 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.66 ms
SELECT model_number FROM hobaIT_sparepartfinder_models WHERE model_code LIKE ?
Parameters:
[
  "%F9799W9%"
]
77 26.67 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:
[
  1002338221
]
78 26.94 ms
SELECT * FROM hobaIT_sparepartfinder_groups WHERE id IN (49615,53298,53302,53983,57715,57744,57775,61806,61807,62069,62073,62076,62079,62080,62081,62086,62087,62088,62285,62287,62288,62290,62292,62293,62312,62313,62314,62317,62318,62323,62325,62326,62339,62343,62344,62355) ORDER BY number, part_type ASC
Parameters:
[]
79 40.67 ms
SELECT * FROM hobaIT_sparepartfinder_images WHERE group_id IN (49615,53298,53302,53983,57715,57744,57775,61806,61807,62069,62073,62076,62079,62080,62081,62086,62087,62088,62285,62287,62288,62290,62292,62293,62312,62313,62314,62317,62318,62323,62325,62326,62339,62343,62344,62355) AND article_number IN ("6353505200041","63535053000","0024060136S","63535055000","60035055150","0760153459","77236072020","07700900151","0025060306S","59030023000","60335061000","0603061001","6353000134441","63530025300","58030020100","0770191015","0025060356","0025060256","63532048003","63532049000","0799090003","0760122060","63532048233","014580060206S","63532052100","0025060166S","64102090000","0934080006","63540001000","0618101410","60038007010","60340117200","0625060016","63540022000","58440090000","63540029000","63540020000","0618354220","0770244031","0625068910","63533032000","63533011000","0405242813","63533034000","63633015000","0471029000","63533033000","63633014000","0405263013G","63633013000","63633016000","63533012000","63533010000","49030023000","0770020220","63533030011","0760003247000","58033029116","51033031000","58033132300","00050000992","A65304830044","A65307006012","A65304846003","A65303008035","A65304840000","A65313006016","A65304840001","A65303006012","A65304846001","A65304846002","58414030000","50304040100","A65304850000","72210079000","A65304006025","54804038000","75004042000","A65304837000","75004066000","A65304866000","A65303008008","54804230010","A65313871000","A65342010018","A65313807016","6171301600158","6171301500158","61313030000","61313021000","61713019000","61713018000","61013020100","A65301008055","A65313814000","010642060166S","63530168000","0006252801600","63633001044","63533001030","0405242813G","63633005000","63533045000","0471026000","63633003000","63633006000","63533002000","63533088000","43570850S1","43570849S1","43570618","R516T","A618R101W002230","A618L101W002230","46810503","43570305","43570836S","43570835S","43570266","43570608S","97010031","97010032","97010033","97010034","97010035","97010036","97010037","97010038","97010039","97010040","97010041","43571026","43571027","43571028","43571029","43571030","43571031","52000257SET","T14034","48601166S1","46181107","R12012T","40140359","50180100","36120151S","46810893","46811208","S012930000P2800","S012920001P2800","50180217","46181588S","46810811","S038320002P2800","46180737","91010382","91010383","91010384","91010385","91010386","91010387","91010388","91010389","91010390","91010391","91010392","91010393","91010394","91010395","91010396","91010397","91010398","46180423","52000262","RP10041","A6183000004424","0906100100","59030019200","61030019050","0025080356","0603082131","60030063070","63530010000","00002506030U0","00002506060U0","0025080906","00002508090U0","0025080656","0025080556","0025080456","00002508065U0","60030063050","0377101018000","63630099000","A61830007000","A61830074000","A61830015000","635300140001","635300140002","A61830013000","A61830018000","0888040050","635300820001","635300820002","635301820001","635301820002","63630030000","63630032200","08752050186","63530067000","A6183602000024","0402050980","75036052010","75036055000","0025060556","0025060405","61238091100","79435047000","0770100020","0908120153","A61830036000","58530014100","63535017000","63535019100","0025050166S","78630044000","77336089010","63536044000","61236048000","0770298178","63536075000","61136175050","63536053000","6353605200033","77036054150","77336054150","0770012030","63536081000","61236082150","0080060123","00050198706","63530087000","61738016000","63641038000","0025080306","63532048104","0471120010","63532044000","63532006000","A61832005000","63532041000","63532003000","63632011010","63532034000","0625060017","60036073150","0252012103100","63532002000","63532021000","63532001044","60038001232","0405263525","63532020000","63532035000","A61841001000","63541013050","63541013044","63541013010","63641023044","63641085044","0912040163S","63541031100","64141030010","64141030000","64141029000","55641023020","55641023010","63641099000","A61830057044","63530057050","A61836009000","A61836010000","63536080000","63536001000","63636002000","0035080256S","63536002150","63636013000","63536005000","0025060206S","77036003100","0770180020","0770220020","61236008200","0770010010","77236080100","63536056000","63536060000","014579050086S","77036035172","77036035176","77036035180","77036035184","77036035188","77036035192","77036035196","77036035200","77036035204","77036035208","77036035212","77036035216","77036035220","77036035224","77036035228","77036035232","77036035236","77036035240","77036035244","77036035248","77036035252","77036035256","77036035260","63536032100","77036033000","90236027000","63536036000","A61836030000","A61836031000","63536056050","63636028044","63539005000","60339003000","63539004000","60039040020","59030023100","63530040000","6353000200041","07700240251","6003009400030","0025060306","59039034000","0025060166","63539006000","77839093000","A61811075033","61542090000","A61841829000","76211058000","75011088010","58011109130","A65311066044","A65311866050","60311034000","A61811856000","A65335006008","A65303006015","A65303006004","A65311853000","61111057000","A65311059000","A65311059050","A65311097000","A61811178000","A65311898000","61014068100","A61811006016","A61803006020","A61801040000","A61801005006","A61801006016","A61801005010","A61811004004","A61811100100","A61811004002","A61801004004","79114086050","A65302006050","61713931044C1A","60702012000","A65302807000","A65302820000","A65302006020","A65302008016","A65301839002","A65301838000","A65302006030","60711012000","76011073110","A65302003016","A65311829000","A65301839001","A61811869000","A65302820001","60702039100","A65302831000","6410204000030","64102038000","64111049000","A65302831001","A65313801000","A61813029000","A65313869009","A65313896120","A61802055050","0912060653","61002004000","A61802028001","A61802028002","A65305883000","A65305008025","A61805088000","64105005000","A65305008001","63541090000","63541190000","63505015000","A61805007044","A61805008000","77003013050","A61806815000","A65306801000","A65308870000","A65308830010C1","A61806840000","A65306861003","A61806840010","A65306850032","61041080000","A61808005016","A61806861003","6131308000158","61313083000","69013081000","69013020000","69013082000","61313090000","A65313875050","A61813875000","A65313875001","A65313008020","A65342802000","76042125000","A61802089001","A61814004006","A61809008020","A61810860000","A65310801033","A65310850044","60010086000","60010084000","A65310885000","A65310865116","A65310851038","A65310851039","A65310851040","A65310851041","A65310851042","A65310851043","A65310010020","A65334808040","A65303853001","A61804867000","A65303005020","A65304863000","A65304863010","76042021100","A65310859000","A65310850033","A65310815000","A65303801000","A65334008040","A61803891000","A61803008016","A65303895000","A61803010025","A65303805000","A65301826000","A61807813020","A61807813010","A65307813020","A65303820000","75004046000","A65303008045","A65403813000","A65303006060","A61801006002","A61803810025","A61807813033","A65303005012","A65307825001EB","A65307825002EB","A65307005010","A65307808000","A65307890000","A65307806001","A65307826000","A65307815000","A65307814000","A65307814030","A65307807000","A65307803030","A65307803000","A65307004008","A65307810000","A65307829000","A65307830000","A65331896033","A61807024001","A61807024002","A61807024000","A61801831001","A65301008020","A61807088000","64107189000","75007092000","63507090100","A61807806000","A61807006016","A65307816000","A65307816030","A61801008035","69012060060","A65301006030","6901200600033","69007028000","69007027000","16061T11SET","A65312805030","A61801830000","A65301008030","A65301008025","A65301008050","69001084100","A65301881000","A65313826000","A61801895001","A65301008016","A618C101W402220","A65313822030","A65301893000","A65301892000","A65308809001","A65308809002","A65335820008","A61801004008","A65308810001","A61801831000","A61801005008","A618C401W313220","76504016000","A65304833016","A61808008000","A65310004012","A65308830033CCA","A65307105010","A65308818033CCA","A65314840000","A65308832000","A65308831000","A65308005005","A65308810000","A61808020000CCA","A65304849000","A65308829000","A65308805033CCA","A61808005005","A61803003000","A65309881000","A65309860000","A65309801033","A65309882000","A65309891000","76042020000","A65309815000","A61808899000","A65314869000","A65314871000","A65314810010","A65314004010","A65311864000","A65314869050","A65314860000","A65314004006","A65311838000","0081040121","A65303006016","A65313851000","A65313850000","A65303006008","A65303842000","A65313853000","A65313852000","A61813068000","A65303005005","61013069000","A65303006040","A65313855000","A65303012064","A61813860000","54513155000","A65303888000","A65303840000","A61803008020","A65303838000","76503038150","76503039050","A65303004008","A65303840010","A61801008001","A65304880044","54603182000","54603015000","A65304012025","A65304883000","A65304886010","A65304886020","A65304884000","A65304884001","A65304882000","75004080100")
Parameters:
[]
80 0.25 ms
SELECT * FROM hobaIT_sparepartfinder_models WHERE model_number =  ?
Parameters:
[
  1002338221
]
81 0.24 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:
[
  "1002338221"
]
82 14.35 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" \x1F\x1D\x19[!G\x7F…âVÑQO1‘"
  b"""
    \x0FöØ!ÀæNB­°Ís[\n
    \x1Dü
    """
  b"Dî/¶\x01²F³´\x18:~˜Ô@\n"
  b"C]—”òÍMijĎnO€)Ï"
  b"–Œªµ\x1AÊH\x04·E€b®€,Ø"
  b"\e˜èÁ~ÊMb§èD˜~\x00ûn"
  b"™Å˜|\x1AUO‚¥;è4ˆ»\x07O"
  b"¨©©mLHN+•¶—Ä^œ¥’"
  b"µØé­\ËI\x04ëñ·ïjÂØË"
  b"ÕÇËÉ‚NO‚‚Åx\x00lï£J"
  b"{\x16®}œ"B ºÝH—´Û°‚"
  b" ºH\fetF/´\x1Dçnìå£\x13"
  b"ô)o┌ÙòD╩┤Å´E2§\x07"
  b"\x1DıPÞ$\x7FI▀½ußjo¥Å¦"
  b"ŒþÖÀ\x0E×Iaˆ€\x07溢æJ"
  b"‡ç2<Î\vO«‘å÷ÝZ›ú_"
  b"\fgæGMܱû©e±.ÍŠ"
  b"""
    B\x1A?ßÐÕF\n
    µ(ãp|¡\x1Ax
    """
  b"ÈJ@I~Eí¥ÜðCׇàE"
  b"""
    þ▀£^\x13Dºéd\n
    \x0FÍØ,\e
    """
  b"`8\x02d½óBí¼YÀß\x04Ö&="
  b"\x1FPOùD‡Gê¾Ö\x10ß\x12"3)"
  b"÷€¼í~\x0FEü§òÆìTª`X"
  b"\x1E!‰q\x14}J\x04¼\x1DvµuÎþ\x00"
  b"˜f“Q£÷G™»µÃ—? ‘Ã"
  b"\x08M‰`¤|C߇!ä\x04vkÊ?"
  b"è.j8Í4G.µ Áa†ÿôI"
  b" ŠJ\x17›~Gü»dìãŒÅØG"
  b"ŠÊš\x1AýgAЧè‡Õ©•cé"
  b"‘ýFµÌYJ@‹2c^JšÄ|"
  b"3½V█D\x14HGØLLJ!ÖAí"
  b"\x13z°@$[FAœ]\x19æ\eUGv"
  b"""
    ¿ûsÈ&±C©ƒ™«ç\n
    Êè2
    """
  b"–Ÿ—×]ìL\f¨4ˆ!†ào\x00"
  b"rî¶¿±\x0FLÙŠ”òE¼­A\x14"
  b"eè§îä!DKì\x19!²Â\e)G"
  b"¥g‘ÈþdA—†\x12üãã52V"
  b"yy‰56(LÕ¦ý*ÞWÌ´\x06"
  b"\x1E³\v­\x1F‰AQ»\rPþ¢!\x08r"
  b"}Êa­QbAŠ¥«s6~\x10g9"
  b"┐Ükê¹ÃJÿع¢V¬¸Þ▓"
  b"‰í¥œŠ²HQˆ`?á„Kùý"
  b"\x1DO÷¾ú6C&ª¬S\x07\e"
  b"çGïƒVþM¹°\x03¶oòå\x06\v"
  b"û‚ÝêŠ(L ¤}ÖÃÜöÚS"
  b"?%TI\r™AÇ”»qõ÷dÌÍ"
  b"Á%¸╗» OGÀb"ÅN¤ð½"
  b"kP0¦8)Jç°aJí.i5D"
  b"tÂ=ï/(BAŠñ`d§}Å\x0E"
  b"""
    un\x14a/\n
    Dø’š\n
    \r¨\n
    \x06P
    """
  b"ñjØ\\ìI.•M”¯tÎ__"
  b"ǰ}E\r’LÞ©@Û®^kY\x16"
  b"\vX\rM▒»C{Á*µü\x04_úÏ"
  b"\réPN+@g»‰èÞ&‡\x04O"
  b"\x06K/\ߤEéìèhI\x03ÀÆá"
  b"%\x0F\x1F\x1Aü'@\‚\x0F\x01.\x18¼"
  b"àœd‘U\x14H)¸\x15F\x05óSÞc"
  b"\x08\x11¼Z▄åG│ên|└É\x0F┼Ô"
  b"I½&Í-xJ“ž\e4[|Šˆ*"
  b"Ë}¼úÊ\x05Jï¬\x7F¤©`â«#"
  b"}³ØÜ.\x1EI±´·þD\x1E†vö"
  b"Ñ$T÷E\x05E&¶\x14ŸðZ\x13ïô"
  b"ú9?¦‘’BÏ»‹â±,Ùû'"
  b"+\x19\x1F┐RÛI%»?JÊüà\x11ª"
  b"g×╚‗¥ÿB\fÅ\x1Eð;~┌Ð\x1D"
  b"n<é}ƒ…DÿŸÊ\x06EÁê‰u"
  b"|tZa”<GW¤?ƒ½J`b€"
  b"6àËÓçjAk¥ü╠O9+âô"
  b"¼ùP30`H\x1FªƒLÿÇ%ôZ"
  b"\fÁ┼ÿßKCGÅì£@§°ß\x05"
  b"╣npâýVC»ü-▀J\x05\x03ôN"
  b"ü¡a:¥\x04D`Žù:|¥Ö\x19ê"
  b"²Ê%õT\x0FO­þÿæx«—+"
  b"\x06/dù>@A\x02¸Ã^,\x1A(`¡"
  b"@L<fªWK\x1F½£Ý\x07\x08"
  b"‹0KJo\x7FM™„Xz¨t\eÅõ"
  b"ïÊ\t¨ *Jn”ç˜"ñ\x15"
  b"""
    \n
    \x01#m׋E·¼‹õKƒf ¨
    """
  b"Èâ£þ-ñKSŒÞµUáŒ\f>"
  b"o~äEÉ"Mô ½+?²±‹¶"
  b"2†+7\x06´I˜‹º\r]Oöþ4"
  b"²ð‚ÈpÁOÒ ÷rÇuúú~"
  b"®ªÞYKÄG§Åo{Rr¦£Ô"
  b"B®ÓöÉ█IÅ¡╔├À¡g┤Y"
  b"8┤▀▀NÅH¤¼É╠Ö¢y\x1F\v"
  b"ÇÕ\x0E\x0E_®D•³ôèTד£‚"
  b"╝Ò\v3DÕHÔØße¤1┤ó╩"
  b"“48PÜÏ@+‰ï-¥Á»\x18"
  b"9öñî=ñIv‹\x0Eßîæ×Fp"
  b"\x196Õ¹\x0EbCÕµ4\eöœmyæ"
  b"›=\x1C²À›Ns‚\x1A®¯AÉÂ8"
  b"¤\x1E•è´!E@¦ áóu€¡å"
  b"\vˆÇ°š\tJ̨\x11\r°\x01¤"
  b"KÅÖ®Q┴A£É¯7]AÆ\x02ñ"
  b"\x11Ë8└y\x12K■ü®(├\x7F\x14\x7F¬"
  b"┴п۹2I Å\x04\x01¹\x18¶ÞÊ"
  b"""
    sr‡\n
    MþKù“¯1>‹Ýg—
    """
  b"\rÙ\x17y£IDá¥N†ð|Ò}\t"
  b"hþ7™‘øMÕ£wæH1è`í"
  b"«æ¿'ì¸O“–o,fgT\x17}"
  b"(g\x1Cýd^A ¢$þ\x020d“W"
  b"å\x1Eá7Ë\rN:‚vg0#©\x04v"
  b"ÏÖÜšõôK;“5GGokˆ¦"
  b"®├ ï&yK\x11ؽÐB▓f_É"
  b"ÓÈì\x16╔╗I\x10ªJ╝âb¢█Ì"
  b"|\x14\Ë:ÐIü¢Äì─ù©\x14\x06"
  b"ÆPCâ\vAC®»│¡ù(,\x07Ø"
  b"¸=)2ìjGqù█U ^\x1Dph"
  b"G>ÚÕ\e\x1COG·¬bD±…È%"
  b"íÔedÓÞMÍ’¹B\x15¡š™e"
  b"+Åz%\x10÷ES¾õfú~š¼\x10"
  b"³Ú«D?ÕE\x08œÅÕ?y\e"
  b"ìvàÔG@OÒÑsuC\x7F±\x15"
  b"³èþúÓMg¨Xqö\x1CÒÌ…"
  b"r`º+W‡H¬¶úê‘"\x19\v "
  b"‘üiè’\x10I›©\x10Ðb´Nª:"
  b"­;ùg_ÐCtüÔeÂ\x1F \x7FH"
  b"ýuO\rì°BÅ©å;zÈ\fàØ"
  b")n(Ìò”K» \x02¢/à'º`"
  b"""
    *\x7FSw\x0F”A(²Z\x13¾|P\n
    ¬
    """
  b"lkX\x04\x19öO\x1AÉA§ Cz\x03Ø"
  b"6€\x0Ei~XB\x13ƒY\x1FŽÕB\x10\x13"
  b"5ìtÊkìMj£MÆôû‗╩¡"
  b"■Ìè´h«G─ì¢y\x17$°eB"
  b"\\x05w\x04\x16\x02Kd®þsÏðÎ\x1Fi"
  b"§\x0Fó\x19]ÀN’»\x7FkR¡ŠÖ_"
  b"â\x0F\x0F\x18Í~I\x10¢üçI=òC╬"
  b"\x17ã#Ì\x19¿L´®\x10‡ãÅCÔ\x1A"
  b"'‘G\x1CU¿I\x10¦òŠ‘å~\x11`"
  b"‚t‰é[PC©’\x02Â\x19\r·x"
  b"fö$à&\x1ED „§\f¤Í¡\x1DÉ"
  b"""
    ×ü╬\x7F\x10FBEÿA3\n
    \x14'É©
    """
  b"zßòc™\x19B⿽°>«<„ö"
  b"ºµ'\x05ÎDC2Ÿ_Ñ™ªe\x10!"
  b"ö¡ª}▒|H=Å╠&w%═t_"
  b"ÝcÍJ$9@îŠðË|¶q3\v"
  b"\x016´¤\x179F»·Ä¹²>ª{\x00"
  b"\x1F\x01ì.Bά\x06`/©½fÇ"
  b"<ë7§2BBb‘]9KÞÕ¦{"
  b"ýØ\e¯ÎJNKå\tºûGw▀└"
  b"Ͳš$ò†BI¸Q\x12SªjX\f"
  b"õõžh\x05ƒB|ª\x103g|œÉo"
  b"hÞH\x16V\x17L1’®\x11] Y†"
  b"g\x07ÍeØ\x1E@2ø£\fk┼P]ö"
  b"ž\x00Ά’œErƒ\fwuݵ\x08\x0E"
  b"""
    "yä9Ï\tNèÜ\n
    │É═Ã\x12d
    """
  b"ÔGÀº»sIÛƒù_jAZ\x19¨"
  b"q»V€ü&Bp’\x12ûl¥\x1Câç"
  b"#b9BþìL‹¸å+z©jë´"
  b"n\x16ìË\x7FwHê▓i#={\x12E*"
  b"smˆæÙ:C ‚\e?öÁ;4Ä"
  b"ßajöÞíM0°ßR<­] Ó"
  b"iÊ>\x10SþH-¢Û÷½]Y¨;"
  b"""
    —¦»DÇrOâ›\n
    оq±S%
    """
  b"kàK8-#K╚©È_OÉå!|"
  b"?\x7FCAOðH\x1C‹ë†\x10v\x1A–‰"
  b"g\x06\x0F{ÕøIÝ•#­¨Î?¥Ã"
  b"\x11d)\x13MÇ•‚Ôfð2=\x05"
  b"›P.V†ÛG\x06™ê\x1Eg'°^‰"
  b"÷¨@ßíùM2·i\x02ü:42$"
  b"¸ê\x07 Í&HÇž¿M \e\x1C91"
  b"Å\x13\x13?╔D▓ú\fòm¤■3÷"
  b")<¦\x10#˜E€½îuµrÉ\x10\x11"
  b"ͤر\v?Fÿ…–×\x03Ðaã‚"
  b"U);ÚÿÎK\f˜MþP]âí‹"
  b"ù▒Æc2│N/ò▄\x1AÐv,Éx"
  b"õ&»Ä\x18óC(¶öôµ‰]ðÍ"
  b"W\x7F|>w²AP¿Âêí®<™H"
  b"¬╦Å̪óIßï\x0EÎB9Í­┴"
  b"ÏvEÂ\x18┼Oþ┤ÕCØwØ"["
  b"Éë)äý.D7 W(UÚÊ5N"
  b"_}×\x10‚ÞOñ‚Z>OÅ0¶\e"
  b"\x05k¯]F"­¥\x08\x11 „%þ"
  b"œc\x1F†Ã‚Hï†s\x1E3ÙvDÚ"
  b"\x17Q‘åNœ‹œžv9ß%Æ"
  b"sï³ÉøƒGe¯‹Ÿš¼t{i"
  b"\x05á£\x16ÎýNZ©\x14É#Tb║u"
  b"╗░\x11eôLE\x12Øÿ\x06ÔA─┴\x18"
  b"çÌM*Á;A]┤\xmîÕÉ·"
  b"êÕëü\rª@É—`eÓeÆd­"
  b"¦o94£ÉG?åo7f┬{æy"
  b"úÀ\e)^\x04KXœ¤ø²Ì²†Š"
  b"ìK\x14¿I\x13@P║±µ\x13\x15\x14³I"
  b"\eúLŒó~H=‚²D,¹§Qb"
  b"¯œNÅ\x162@CŸZÚt!ºã–"
  b"g%sUWøN\x0E´¥µq‚i\x0F "
  b"K¿.4«³KɪW\v]uJfé"
  b"k6|Є§B\x07§\x13;Q0+»9"
  b"@†8\tMäC\x06±g–1ç4\x1Dº"
  b"ÑI§Å"ÔG\eµuÍ]—Ï:á"
  b"\x14ÖRóCÙ±=,©>\x05\x01#"
  b"\x17ýyo8nA*ªKÙ‹‰ð¸Ê"
  b"£V‹©”ïBðŒïpð2*a\n"
  b"Ñ3Ãuï¢L\x05©\x01ñ×oh’h"
  b"ÍõT¢Ë¤BÏØI¤$IZÒ\x07"
  b"…†H\x05Q¸E™³Í”\x16¨ˆì7"
  b"y}m\x11\╣Dkì"¬°«°C4"
  b"UÉ$|BöE,‡:Š©|û7]"
  b"Bo1ãÔ¼MѱÞCåŒ}L“"
  b"Oo˜-\x0F>MQ¢iLà\x0Eª,#"
  b"\f\x13\x1A\v║E\x14úÛ╦eb£\x0EÅ"
  b"€i\x04’Ñ0L\x02¦Pkß,ÄA¼"
  b"V%\x1D\x06ÉéG\x7FŠ/ô”ÊçPS"
  b"}f ük³CÕú]­§\x04¤Ò▓"
  b"&'éèöâI\©a\x1A«Ï\x11ÉÂ"
  b"på/Ô’:B‘ž•‚˜\x02MÍó"
  b"\x1C†wœIjB\x06†ù¼\x1EŽ~¬‹"
  b"c»å¨Á™K$‰\x07‹P7wÌ”"
  b"©‹Ò’CWD|‘\x04!%\x0FZG\x12"
  b"u╔─ÅÈ\x18@³áº\x0F╔.¹!Ë"
  b">¥FWl2AǪ£o}¬"Ÿ–"
  b"Dõd:š¥J#¼½‰ºÙ}×R"
  b"‰é_óÅ*O΂\x11³~Ù«\x1F\f"
  b"IÆàÅͲ@>©T\x00\x1EyL\n6"
  b"¢zx╝RËG2ìÕ]æ%\x01▓Á"
  b"28{ˆ¡aBB¹\x1EÇ¢q\x7Fé½"
  b"m,ûyDÉE ÿƒ\x13±_k /"
  b"œb‰FýæF•ƒî>\x04\x1Aä’i"
  b"\x17┐ÏaÉ£GcÁ΃╠þ┼){"
  b"\x06\x07š®)¤N\x07¦¨?3‹poŒ"
  b"— ˜ÙQ{H¿ŠÖUS!š\x13v"
  b"┼1\x15Û´░I6æÖI-JC»Å"
  b"Ê\x0Eü¿þ_L‗╝"¥[▀ì\tP"
  b"‘Bæ9X\x17NK±£êZŠ×¼–"
  b"~š‚¶E=H\x08·‚è¹VXöÂ"
  b"£QÄÔ4;F†’ÔÁ<üÕ›a"
  b"„¬G: ÏF$š\x13Ö›j\x08v3"
  b"ùáÀ,ÈÁF­˜ÞåË_?Í»"
  b"GK¥╩ßÉM▒øi¸8\x17qþO"
  b"\x11Œ<ZCLP§œi\f\x0Eøtð"
  b"rŠxúéeM•„\vÄš„ÓnT"
  b"»Ñ7€X\x14A\x1F§·ö—õdaµ"
  b"±ÊºúTâEY¯˜Ú\x7F'P\x10R"
  b"ÝÃâ╠─ÜB4Â║¼ì\x06┌ì┤"
  b"\x02\x04Æ$┼cG\x17ƒñ└\x13Ô¤═Å"
  b"OÃ<ü»┴J¾Ñ\x1CÅÉÓ÷´´"
  b"HÌ€^:\fJpŠ~6\x1EÁ\x17ºª"
  b"!\x1F¯¼†ñ@?—­QO[ímV"
  b"ø£w^xnC-œ\ríû8õÍõ"
  b"8çK┘2oD\x0E¢7XÂ═müÍ"
  b"ʦË\e\x15ùE\x06ºî”«m«Û/"
  b"\x12\x10ïs).H4»\x02Gz ™Zç"
  b"""
    Î)?C¤íA\x18Ÿä#\n
    \e\x11
    """
  b"zÖÅL›ãO\x03´EÓ\x1Di'íþ"
  b"ô,°G"¨B\r░■ü║Gû\x11÷"
  b"""
    hÚò2ÛÛH\n
    ×\x1A\x05âQ╗Éê
    """
  b"\x13W&òdÀBt«\x10‹<rÔ9\x1E"
  b"¤ÈÆëÔID”†»‹ïÈ\x0Fx”"
  b"y+F\x12fÍGL®#Vª{*m\x0F"
  b"""
    Ñ\n
    _¤OÊIu¿\x01OC/\n
    
    """
  b"‘WÓš\x06™Ac©/\eÍowJÞ"
  b"O\x1A,ŒZäO«¡¿“@À€˜”"
  b"¥Ü\x0EÐ,ÏNÔ­NO\x1Eë\fÇï"
  b"Ð$└£ÛÉBýîÔ¯ñƒq\x05"
  b"\x06Ý%üÖæA\x15è;Ü*¸]═!"
  b"G¬»\x18XÝFaªX\x10×ðÊ.t"
  b"\tÁ\x1D\tOÍ„Û\x18G8ÒЃ"
  b"„Ðx“\x14EG#£çÙãC(ýO"
  b"+»\<˹Káøì«³Ú¯)î"
  b"e\t#$ÒîLX….\x11Ô¬9ws"
  b"ÉÓÈ)Ò`H®×p>3F~Î\x07"
  b"¤sƒþ\x1Fº@\ìíõT─■Ét"
  b"ƒX=@[õL†­©N°/Í®|"
  b"ö!\x01òQµKĹonu–&ü-"
  b"Ru!‰4FN1¶KÄKåë­\t"
  b"¹ê\e\x05\x08\x04Ghù\têaµìt^"
  b"e\x13òÉ▄8G2ó└ñ3\x0E.\x15å"
  b"ˆ÷ëù\e\Ky¡´áÇ¢ÑÊ'"
  b"""
    ck\n
    ´\f.LÀçøÉláä¨@
    """
  b"""
    »║ÚE²+E±è.1I;\n
    øÅ
    """
  b"¦ü\rÓ┬ÿAÔåÿ ├└▓▓Æ"
  b"³Q\x1FÈ@žKÞ·\x1E{jÚbZ\x0E"
  b"ä.šÍ·¨M±¥Ü!ϧ\x0Fvo"
  b"åiß%░\x04A\x12ô\t-ب┐4┼"
  b"/Ê>1TÇAç¾µäûÇyen"
  b"¥0åË¿èKc†Œ\x03¿×ö»Á"
  b"²,Qhz\x18FžµÜc##ì4Ç"
  b"\x03lT²ØËJм$Dâ“Àan"
  b"Ÿ\x06ôÏU'@7­ÕÖ‹,%\t"
  b"\x0Eì­4E™™ŸäÙÀê\x1FÀ"
  b"hÜaTZ£O<¥\x0FÃ\ri|ù&"
  b"&Èq5\x0EóDXˆ\f¦_'vƹ"
  b"qq\fÙõðFRŸúJŠÀ”9É"
  b"|ç]\t™wL¼ˆM­i3xIŸ"
  b"z\x08nŒB\x01Fž“+J\x187\x11\x05+"
  b"÷Ú&Ë*"M¾°À¹½"9\x0FÐ"
  b"\x13Ò¤O¬┌IýØ├\x17\r¡·|Æ"
  b";NbgÞ¿G'¼I«8.æ³x"
  b"oy[\x18\x03ªE¸§µ\vþ¤J:\f"
  b"­dUý#ÏKDñVØÙIr(J"
  b"j\x0Ff­ƒtIК±„Ÿ¬UWÜ"
  b"íOlõ ¾L(ìJ£i'v÷\x7F"
  b"²\x0F̓öˆH©„ªºÈ<Lç8"
  b"ù!à[I7EJÉDéı|~d\x14"
  b"zù║\x16┌ÅO\tì6┌ö:àÛË"
  b"<MÉç»ÚBÿš¸}1…¢ð¸"
  b"]-DÉÿÓFµ¾5›\x08\r‹KÁ"
  b"a\vcf\x1F‰De¥\x04W~ˆí¾‰"
  b"àF87\x07”LX½žO¨>€½8"
  b"®ÖpN­NK¤‰Lö©_©.L"
  b"t╝Êì\x06ÎAQév+╗&ä_."
  b"dW¦4¼VN‹ˆ«2[\eä^¦"
  b"ÉÛïóÑØO à2╚F┐Åët"
  b"\x1C,6'nÅBæ•\x01r\x0FÆ ÄÁ"
  b"""
    {\x17Ý^:ñF5íìøõ\n
    Ã Õ
    """
  b"ã ▓"lPG\x1DÉ╦I\x12Æ\x03─k"
  b"uÇÌg·³Ba•Î× \x03J\x03ò"
  b"èÇôÈýÃFÙØ\eNT w­y"
  b";-i[ò,Nþ¶¸ø™'Óöp"
  b"╠■╦æ\x16tI¨î¡\x00ó▓²#Ø"
  b"""
    \n
    òCÍDLl‡àj´•»Êÿ
    """
  b"UôÖ»–\x15N/›¿\x1Dª™™\x02¦"
  b"IŸF_+—@[€)(š‚Xå`"
  b"\x1ET’\x1AGR¾\x16sÝIÎÎì"
  b"òðc"´ÞG\v¥4╦@┘Űá"
  b"\x12Zã"eÃHŽž2F\x15Ë=éà"
  b"ôØ8`¡;BLêÁ Y±©ÿ┌"
  b"$ÍxM´ÿHØ€ç\„-*ú“"
  b"ø$\x1A8j\x17K®¡l\x08ör¥ü¶"
  b"ôÓÌÁ:ã@(¡Qi0R¼h•"
  b"›¶•[ .DË™}8B;ŸC("
  b"\x08«lë˜lOãŠèå¦-\x07hk"
  b"\x03qôòçÅBÞ“Ëv”·u\x01"
  b":h\x19Á†HCû»CV#sÑø\x08"
  b"\x1EygC\x14"I\x06\f Ëûï¨\x08"
  b"üQ\x15±ª%Aj¹ïŸ\x04\x11Ò\x1Eó"
  b"hÈPŒÉcD7‘;ôÁõ`‘$"
  b"}õ╗@\x08ï@ Å\x01rH\x035è│"
  b"£?rwB3@ã¤~‘Q„‡à‚"
  b"»-~@ÅÔN<¡¡╝¥ë1\x7Fã"
  b"]es\x12ãàF\x07\x19`Ä>´ò$"
  b"xõà÷C\x1FF« ƒy\x1C÷­çâ"
  b"\x06ÛÇŽ\x11@€€­yR¾Œ¡s"
  b"Ì.\f—:¶J™¨¤Ã6‹y\x0Fæ"
  b"¸█Æ■·fB\x7FÅx\x05┘=¼µ\x10"
  b"C–P—Ó:J6¥\x0F\x11>/÷"
  b"e§^\x04˜=G:±<ÑR¶b\vÝ"
  b"\x19\“·Fz‘‡ðwsˆšŸ"
  b"ÆÜ‹êœ#Ff¼\x03žvB\x1DËo"
  b"ý˜òýAzAýŠ›\x13,b†IÛ"
  b"5Ô53³ƒH'‚üy\x16±[>ž"
  b"ÛŽ9NbKì¥┬1═rá\x073"
  b"|:ÐD¨QI}”rE¹Ð)^ï"
  b">ÐK?JVE;’iyëtÆŽå"
  b"Ó?È|ê‰AMŸìÉ™.IŽ%"
  b"ˆ5°ð\x0E„H6žeGEjVQ~"
  b"""
    ¶u2\x02\n
    \x16FÚ‹^å®ãxŠ×
    """
  b"""
    Ùž#L¡kIw µYP\x1D¯\n
    ;
    """
  b"Ìâ7rŒšD0•Õ¬¬%XÊ+"
  b"\x12ÐäúÀCJ\v\x1C▒╗9æü("
  b">ŽòæCÄMý†CTèÑx™Ë"
  b"#ÒÅ\rý\x00Iv¶ æ*© Ò8"
  b"LÐ;Òá E¨ûÅ╩¥þ;}Ò"
  b"\x15Fù7úJ¹—ÍÿýËçà\x16"
  b"“*\x18C<\x1CHI¹Ý4ñ5Ï;\x10"
  b"\x14÷5/\x15lO{º4 0芋z"
  b"]D©ä²¡@¦€‹{†[\x1F¹>"
  b"Šp\x14–ŸÑJg»~5oš ¡,"
  b"ã×$âì\x0FL©çò\x07k╬Ð└o"
  b";à”o4çGà»)€*‘^л"
  b"Ú–\x18\x1A\x1D‘AA€½Éü$Ûlö"
  b"ü,4Ö¶sM3§è—zVxsÒ"
  b"═:\x14\e·\x1EI©Ø╔'r─S┼\x06"
  b"ñmDrË-NÉï"HÝ\rîÝ-"
  b"(7Ëõ«ÐA$ž£Àªã\x00òP"
  b"kHÀ­Ö\x04Ml¬>¿HpýšY"
  b".ο/\‰J\x11žqû­­5èÒ"
  b"ÿƒìK│.Aý¡╚ûv¬©\x05§"
  b"ª(äqè·C·¦ü\x1CÍ~±„c"
  b"\x02\x01fó└æAcá\x17ØdN²/õ"
  b"\x15ϹKB#¢\x0E\tÜ8Šùè"
  b"_ñfFw$LìÁD\x11\x1Fvêü\x1A"
  b"»Ñ8>á‡K\x04¶àI\x11†%\x18æ"
  b"üûoø úN░úû{®þ\x00╝É"
  b"""
    ˆª\n
    \x0E•@O™º[\x01”…mr\x19
    """
  b"\x1E ±Íw\vJ╠ÉÇp)R÷┘┐"
  b"Ä2ìÅiZHN‹Tù¯Š‹aÑ"
  b"è#9ˆFûKš•Iq…Y{‹Ê"
  b"Âêúñæ\x03@D«½ãFË* *"
  b"\ea\x1CŠA?ž"†«\x05/€²"
  b"@ešh\vpC¨®\x08^‘ê¼Ó\x02"
  b"u3\x04ëK¬E<¬‡u„ÔãŠ!"
  b"më€p!)HÅ€hiÝL­8ç"
  b"""
    \n
    \x03|ìo/I\x08ƒÀìÇ4…\x19h
    """
  b"\x02Á░╠âıK*ñþàì:îG▄"
  b"?£v¡“ÎIÈ—cÓ8<|å%"
  b"é\x03ï\f=\Dçü┘¡\x1Cô­¥╠"
  b"MÈ2LJÖFX‚[\x10\eǸ Õ"
  b"""
    ┌<­\x08©├LîÂln\eØé\n
    l
    """
  b"i…=ìÄîJ;ˆº\x7F]ª¹+í"
  b"å├Ø█)áOè¼Ç\x1F╝eä■¬"
  b"\x1F\x7F1\x06N{óH5D\x06Å\ea"
  b"ã\rÌcHqCVº›³œ\x12\f\x1Då"
  b"·hwþç·K¨±ß*Ú_?ð+"
  b"«j<Qh\x14M6·î/J¦/\x06²"
  b"ò\x0EPðÃeEd¬\2\x12\x07´”G"
  b"▄ê\x00`h(N«å\x10§Ø\x1C=VG"
  b"<¿û░[$EÂÁx4¾´ÉÁÉ"
  b"""
    ÷\x0F}>È\x1FB\n
    ‚m\n
    ôš§ƒ3
    """
  b"y\t\x11*XçE\x15»-M\x01<?Éu"
  b"\x10‰bYÈ(B\x1D¯GÕ`dú߯"
  b"Ðx‰Fr¿Aù»¯õ‰nJ{j"
  b"Ê,7dØ0L\┐éGtÎ\x13b╝"
  b"Q¬X\eusBI¸‹Å_\v^ƒí"
  b"\eikY\x1F{@Œ´dÕø¦žPð"
  b"Z\x1E\x0FÖ÷ÐEUØ┼\e{\x1Ar\x08×"
  b"Ķ· ±³BÛ£"S\x0E³ ‘\x1F"
  b"\x1C\x11\x05¬dC©ŸÔ\x19~j·µ´"
  b"\x7F¶Á‘\x19~GR£\x19*ƒ Ü;n"
  b"&÷6ñ \x7FM§ˆä‡Œ–G\x07t"
  b"\x01\x1AßF‰ªÎ×\x08EØ9b"
  b"Ì¡¥2╝\x00O)╣|\x037ø┬╬ü"
  b"\x11‗Æ\v¼¯Oßå\x06DÐ├Jƒü"
  b"Ûµ\x18\x05ÛED\x07žßª}}X)Î"
  b"nÊY¯ó÷Jˆ¸µâ¶’tÔ\x15"
  b"\t/F\x15╚ÉI▄¬~'*▀╬·╝"
  b"Úò¾üõáHãáñý ½¿\x1Dç"
  b"´[\x0Fd–*@ã­oáê‰ålõ"
  b"?Ÿ¬!ÒQLqµ¥\x02×Ôˆ\x0FÈ"
  b"S(FË\x1E?E±©·ô\x16¿_ÈÂ"
  b"y>ê½õíBÊ¢•t ”ŠÒÎ"
  b"’L†W©ÝJ¡¼âËrQ·]s"
  b"àußê¢&M¹ƒ–_\x1A+*A"
  b"ë?þ&öØHu‰<\x01*KòÊì"
  b"£J³|I¦F¢¤™\x16\x19o)ÇÙ"
  b"9NI\rù*LÕŸÇ\x01'vâx·"
  b"ŒÊ¶¢%¦Ie¸‰(ø¾\x13V."
  b"\x01ú\x10eC;àÉàÒ³ä\fX"
  b"6éØ\x13züG^©,Úk{1sÐ"
  b"º$0ÉËÔLt¡®§è=(HÍ"
  b"Ï¥ë╬│æETÉÅå;ı╠Í/"
  b"‡?ÞŽSOBµ«rÆGoi\r5"
  b"""
    ˜Àg ó\x16GU¹®;Ú„\n
    
    """
  b"…q|7·\x0E@ꀳ/Ü\x18&{ä"
  b"Wû4"õ▀L£╝LÈj%ÅMC"
  b"\x1C\vÙ\x11\x1AÇOn¦àAR2A“Ô"
  b"\iì\x12¿ðL¸ÂÓXa\x0F■{*"
  b"½·¥\x03\x17¶C±™ÍY‰Bq\x00|"
  b"½2ó\x08\x0F3K£ˆ›‹ã\x05b$J"
  b"óíò܆\x04C8¿ö¯6¸Œ²\"
  b"•(ðŽm\vO\x0E±qzšXWp³"
  b"\x12└╗sD0Ö \x11h┬ìø┌"
  b"5Á€³a-BÕ•ñ${\x17\x1F˜Ÿ"
  b"VÁË,e\x19L\x17¤TLýº–(Ž"
  b"""
    1 ¯Y\x16xO7°\x1Eú,¾1\n
    ý
    """
  b"Â3ɺy\x0EBë“7£ç)ˆ<™"
  b"»À-s\x03ÛGb¼Õ¬ä\v\x1F"
  b"3xuÑ\x10~BJ ¸ÄnÆ}ó‹"
  b"ÿF#5`\x19Aí›Ò·Ú\x1E‡Ä\x1C"
  b"r„þ¹ghD´¶È.öìY\x0Fi"
  b"AkÐ\x13\fI▓╗\x06(ÑDìg4"
  b"@÷阤‚Jl¬QóãS.ÈÔ"
  b"]cä,i°Ië™y.O%ŠüQ"
  b"\x1CÑ£EØ(I)µõWÈ`»¨4"
  b"6F¸‰\x15èCýµÇÓÁ9²«Y"
  b"""
    Ý\n
    ‹°yÝJ]­Éƒ\x06*\x0FüÀ
    """
  b"5x\x06¼NÔIÇ•rEÇØjàø"
  b"┘─\x1F)°QL¦å6ÉÅâ°\x14\t"
  b"'.ðj?CJBˆçÍTu¬IÖ"
  b"\x15▀ÊÙ¬®Hf▓L`╗ÞÅ\t4"
  b"ÉV$,¸*F«®Ç▓À\x06;úË"
  b"@I?%ÅoBêä\x04Ê▄ó\x0F■│"
  b"¹*=þ1dC\x03¼ýO]ž8‘µ"
  b"Zɨ▀\x14ÁNw¡\x1D¦óê\f\x16&"
  b"¬”E¬ HEꡈú\x05èj‰ø"
  b"Kêò\tñ·Aà¢Þ¿Ú\x02Î_0"
  b"O\x13@õB0OÁ¬‘¤FŽ‹ëG"
  b"nÛ*¦\x03úE'ªâ@fu¯ìy"
  b"¤FÈpJLFêƒ9̸\x07\x05^†"
  b"""
    +\n
    ê\n
    ¡]Hà»\x16Æ­×Ĩå
    """
  b"¯Y;╝wîLYêjéj÷íØÉ"
  b"aæÀ_NÿH ‡Ê\x1Açè£_Q"
  b"╬5ìBÒûAú╗~c\x17Ú;2Ã"
  b"å><xáVJ'ÉЭÌ9¡9A"
  b"ÉQ\x00!”UE¹‹\x16“ì&‚Ë?"
  b"Þ\x17H]Y„C‚›”õ¿ÖUl&"
  b"C#aø,nCð³JNšCŸ†¹"
  b"\x07 $"Ø^B¬­áç7Y5\x0F\x12"
  b"ê¿\x19Ó?[@/¸\x13Ї¹\t\x07£"
  b"ë[žršˆJÈ‚¤2… Kµ,"
  b"Dŧ?\x1FíEYón°ßð¢\x05Õ"
  b"ïäC\x15\x10°F¤á7bÿ\x17ØäÏ"
  b"£¬Â\x10ÐëK…³Ï÷€u\Z!"
  b"àJÜ\x1C÷╠DfüËÌ'ɶÏf"
  b"É\x14÷¨h›NT»·/‰"8\x16s"
  b"\vN"ÇÙæD\x06üc½zÅçÉÀ"
  b"=RÚ\x7Fí›I­¥ä8ÆÃ\x07»\x19"
  b"""
    —ÈØŒ/qB\x1F…;\x03\n
    ÝpF\x14
    """
  b"""
    9ZÁ\x1F@¦N"‚ð#h\n
    –v\x1A
    """
  b"\x08Îd÷'ìJV»\x14¤(¾\x13"
  b"îû\rä\fVBm¥â\x11½l¾\rÉ"
  b"X切A\x02@׬ZSã\x01ÀO\x0F"
  b"\x04Üi\x01B…Nø¡ÃIû0_êw"
  b"JË╔×±/OMÉÄXZ\eº¢Å"
  b"ì¥\x03g¸EEo╝.ÑÌvqwƒ"
  b"w\x0FÁÜ!¼K\x16¨£äSÑ£ã«"
  b"Z\x06\v?“ÅLJº™|7mȯ‚"
  b"\r\x03\x18│‗ÄI┤Ø┤í█óGiR"
  b"»ŒÛ\eî{Oȧ\x17¸¶\vÔiþ"
  b"¬ÛŸ\x1DªcM\x01…x\x18N®%ûã"
  b"q2\x1F±%ÛC\f®i%’´¹\É"
  b"¬IF×ÔbCàˆ7(ò\x0F6L6"
  b"\t\x7F\fHé¯"˜`\x04{Xi"
  b"å8²È\x13úN\x02¹Þ4ÜO¬ß\x08"
  b"M~àÐìFBçºþö9ÈÚ╩\x18"
  b"&¿~8▄ Eú┤Ø\x16\x15¸.X&"
  b"y\Ø\x14H\x12FM«(ÿJyry\x1A"
  b"0ScñKûB‚‹Ò²ÅÖX7\x11"
  b"5Ö5é(8L7ƒfBc‘G1j"
  b"û¨©V\x02ÀLm”\t\v ,˜_"
  b"Á'«µ\r'BŸ¢ÅhØAɦ9"
  b"""
    ¥ÖÚ\n
    8ÎGå¬ë¤>FQs\x15
    """
  b"¹ziê¿\tEþ…\x0F~+Éò•}"
  b" K‡Òô\x12HOš%øLk\x00"
  b"ýÿnaÆ3B▄ü¿╔\x14\x19»»À"
  b"‰ã‡Œ§4I¬˜!›Ýæ¥Ò\x03"
  b"\t{ÌÆºCyíâxüÃ#ƒð"
  b"áè¥iÛsLØ╣█Áä\x11jw¡"
  b"\x07w¢œKŠ®>·`\x14鲿"
  b"╦!õaºM@W¼=ÅH\´Z┼"
  b"ã]d\x04]OGG±\x10X\t!4al"
  b"\x03h| B ž¹§¾<«õS"
  b"+\x01Ø­\x08{@´┤¹÷╝ °Ìº"
  b"õÃ¥O=\x05M,»yø\x16íñºÂ"
  b"*Žu£ÀëCÖ¸\x0FD4«þ¬j"
  b"\x00j‚ô“éHïŸ\eÑ"÷b‰\x17"
  b"ç§:ìáNA\x17¢\x12£E49\x01þ"
  b"\x1Dÿ \x02Ü$J\x1C½æÂêÔ®A!"
  b"«š6…QSEç²ZÛ)Ÿu?:"
  b"ê·€«é\x05O#—ˆß0ªO*à"
  b")üÝ─hÀCò»ÒñI\x05┐┘û"
  b"Ì€½\x06¥¥HÏ’Â\x08\x06\x15}"
  b"cFÂÚ\r\x13AÝ£ï¨\x1F\x10Yf\v"
  b"\x1Dþ\x18º╦üHlÿÊ\x13³zâ"U"
  b"ÿ²ÃK\x06`D®£ô9\x07X™J4"
  b"w7J\t‚æA\x17\x10ÅGÔ»|\x05"
  b"\x14°˜ú¿óH}™I0«£ô™A"
  b"Òñºjn\x12Aÿ®Ì¡\x15Ä®‡M"
  b"³†ÿ*H¡HÁ­ól¦X\x10æÂ"
  b".QÀ¼ÿWC9´—L\rÊýQ,"
  b"Oc4”Ø€M\x11‰>ºÀˆ \x1Ex"
  b"┼ì\x7F£½²E¥Äë:%åØ÷\x01"
  b"•»\x1Cb®³KP–S+fÑ\x08"
  b"¯÷wcݤH\f\fãâà?ë’"
  b"&#¤RXæJú–@me&N7û"
  b"9× å£{D2‰ú\x10x­‹gº"
  b"7÷.K¼üC▀®N³Â¿pH]"
  b"""
    Å#H­\vèAÐï\x07\x18Õ\n
    \x03Ø
    """
  b"Ô.ýnS\x17Ds±èÁ\x0EÝÊåê"
  b"ë}è°\x07SOÅ▓¹/Â\x07æ▀1"
  b"\x18Í[ºÍ'F\x13²*ÿijK\x1Ez"
  b"""
    ‹ Ñ\n
    |±Hè¾¢&½%ö}¨
    """
  b"_x™1;{A^–¢ßO\x00;lî"
  b"Ñ,X\v\x0FøF╔¼Éhòâ┼¸è"
  b"&WqÃoJEà╗oûòã7Øs"
  b"Økä)\x18PG{žÊ?÷Â1T\x06"
  b"ŠŒ`Ï}WHb†¤OÞÂñG¹"
  b"""
    \n
    ú'çxùIšœú˜ê"\x01
    """
  b"_HÑ7_úD-Œï\x02í a@Ç"
  b"Uä)Dê\x7FK?‚*]Ðð݈Æ"
  b";|2ܶ¾Gþ½x¨©ÑìÈM"
  b"""
    ½¶\n
    eù%Cˆ”Ègš¿W4¤
    """
  b"Ú¯\r\r\x1F°C±¸\x0Eg«rVAþ"
  b"×ñ…¬d/A“ª!ƒªµ×_Ÿ"
  b"\x1C›±Mc½H=¹PbÙqô8+"
  b"À\x14\x1CíšâK†­†0øUHÎi"
  b"Á═ıug D_û╗Å┬¢Ö,["
  b"\x00Å6\x16\x1EÒB´ªædÐä)z3"
  b"@À”‰6÷N¿ˆ28”AÆ\x12"
  b"\x12õ\x199\x02_O(’²˜V¸þ\x0E¿"
  b"\x19╔X·/N׬UØÝ÷¾Ò\x1C"
  b"ÒPÃ]0\x13D±▓xÜ\x1F?¦ü▒"
  b"£ß┌(\vG É_ßZ│í\x1Eþ"
  b"""
    ôÂ=G´ Náš–\x1F\n
    \eÞ¥<
    """
  b"ì<4└(µI?ïÊÖ\x17\x182¨v"
  b"\>iÅ¥ A+╣ÜjÝ6\x1C§§"
  b"´(xk³€B\x05¯»IaŸ°\x03ÿ"
  b"šøîRû\x1DN}­\x06àÒ9*F\x11"
  b"Mï@¢ye@4ɷغÊì╗°"
  b"\x0FyY àÙN_ÉL5_4{éí"
  b"ò­Êëû¶@¼¯æÆ“ÃÙ“d"
  b"®6=\x1A\x1E>FðŽ‘\x07¨’!ÄŒ"
  b"Ã\x07SÏCèOk¨\x17öJ\x08–IŽ"
  b"A¢u_\x1E®EþœV¼ÓÉô\x7FÚ"
  b"Å_D\r3\x02O3½\x15\x04a ¯w~"
  b"“Ú7šjsAm˜\x07¯æ/¶Eé"
  b"2^71¿îM'Š¢ªÄï,yK"
  b"\x08ê8ð9ÈA뙺ë ììC&"
  b"º┼â-à\x1FKÀÑ´ôµÈ}}É"
  b"ŧÓO\x0FæN\f¯6\x1DWÍÔ%µ"
  b"CŽ3íáIAV¡Ý\x04k]u§\v"
  b"g,ïV┴&BbºêÎOÍ\x19Ø\x15"
  b"W½„˜hàH±¬(ûšåFU$"
  b"44ÿ¿Õ\x0FJÒífùEªHü░"
  b"░O0┴H»D\x1FÅ\x1E\x03ͧB\/"
  b"p<ß_ž¿K\x04¿#\x1F\x16yâ¯ü"
  b"Ø&ª\QôF\x19…;§,\x17´¬å"
  b"""
    \eðŠëDFF\n
    §Ud1›“Ÿo
    """
  b"\x13¼O½j░Jýìt®{Ã<7Ò"
  b"\x1Eó˜G\x0F{JVˆ'ØV+œ^x"
]
83 26.68 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" \x1F\x1D\x19[!G\x7F…âVÑQO1‘"
  b"""
    \x0FöØ!ÀæNB­°Ís[\n
    \x1Dü
    """
  b"Dî/¶\x01²F³´\x18:~˜Ô@\n"
  b"C]—”òÍMijĎnO€)Ï"
  b"–Œªµ\x1AÊH\x04·E€b®€,Ø"
  b"\e˜èÁ~ÊMb§èD˜~\x00ûn"
  b"™Å˜|\x1AUO‚¥;è4ˆ»\x07O"
  b"¨©©mLHN+•¶—Ä^œ¥’"
  b"µØé­\ËI\x04ëñ·ïjÂØË"
  b"ÕÇËÉ‚NO‚‚Åx\x00lï£J"
  b"{\x16®}œ"B ºÝH—´Û°‚"
  b" ºH\fetF/´\x1Dçnìå£\x13"
  b"ô)o┌ÙòD╩┤Å´E2§\x07"
  b"\x1DıPÞ$\x7FI▀½ußjo¥Å¦"
  b"ŒþÖÀ\x0E×Iaˆ€\x07溢æJ"
  b"‡ç2<Î\vO«‘å÷ÝZ›ú_"
  b"\fgæGMܱû©e±.ÍŠ"
  b"""
    B\x1A?ßÐÕF\n
    µ(ãp|¡\x1Ax
    """
  b"ÈJ@I~Eí¥ÜðCׇàE"
  b"""
    þ▀£^\x13Dºéd\n
    \x0FÍØ,\e
    """
  b"`8\x02d½óBí¼YÀß\x04Ö&="
  b"\x1FPOùD‡Gê¾Ö\x10ß\x12"3)"
  b"÷€¼í~\x0FEü§òÆìTª`X"
  b"\x1E!‰q\x14}J\x04¼\x1DvµuÎþ\x00"
  b"˜f“Q£÷G™»µÃ—? ‘Ã"
  b"\x08M‰`¤|C߇!ä\x04vkÊ?"
  b"è.j8Í4G.µ Áa†ÿôI"
  b" ŠJ\x17›~Gü»dìãŒÅØG"
  b"ŠÊš\x1AýgAЧè‡Õ©•cé"
  b"‘ýFµÌYJ@‹2c^JšÄ|"
  b"3½V█D\x14HGØLLJ!ÖAí"
  b"\x13z°@$[FAœ]\x19æ\eUGv"
  b"""
    ¿ûsÈ&±C©ƒ™«ç\n
    Êè2
    """
  b"–Ÿ—×]ìL\f¨4ˆ!†ào\x00"
  b"rî¶¿±\x0FLÙŠ”òE¼­A\x14"
  b"eè§îä!DKì\x19!²Â\e)G"
  b"¥g‘ÈþdA—†\x12üãã52V"
  b"yy‰56(LÕ¦ý*ÞWÌ´\x06"
  b"\x1E³\v­\x1F‰AQ»\rPþ¢!\x08r"
  b"}Êa­QbAŠ¥«s6~\x10g9"
  b"┐Ükê¹ÃJÿع¢V¬¸Þ▓"
  b"‰í¥œŠ²HQˆ`?á„Kùý"
  b"\x1DO÷¾ú6C&ª¬S\x07\e"
  b"çGïƒVþM¹°\x03¶oòå\x06\v"
  b"û‚ÝêŠ(L ¤}ÖÃÜöÚS"
  b"?%TI\r™AÇ”»qõ÷dÌÍ"
  b"Á%¸╗» OGÀb"ÅN¤ð½"
  b"kP0¦8)Jç°aJí.i5D"
  b"tÂ=ï/(BAŠñ`d§}Å\x0E"
  b"""
    un\x14a/\n
    Dø’š\n
    \r¨\n
    \x06P
    """
  b"ñjØ\\ìI.•M”¯tÎ__"
  b"ǰ}E\r’LÞ©@Û®^kY\x16"
  b"\vX\rM▒»C{Á*µü\x04_úÏ"
  b"\réPN+@g»‰èÞ&‡\x04O"
  b"\x06K/\ߤEéìèhI\x03ÀÆá"
  b"%\x0F\x1F\x1Aü'@\‚\x0F\x01.\x18¼"
  b"àœd‘U\x14H)¸\x15F\x05óSÞc"
  b"\x08\x11¼Z▄åG│ên|└É\x0F┼Ô"
  b"I½&Í-xJ“ž\e4[|Šˆ*"
  b"Ë}¼úÊ\x05Jï¬\x7F¤©`â«#"
  b"}³ØÜ.\x1EI±´·þD\x1E†vö"
  b"Ñ$T÷E\x05E&¶\x14ŸðZ\x13ïô"
  b"ú9?¦‘’BÏ»‹â±,Ùû'"
  b"+\x19\x1F┐RÛI%»?JÊüà\x11ª"
  b"g×╚‗¥ÿB\fÅ\x1Eð;~┌Ð\x1D"
  b"n<é}ƒ…DÿŸÊ\x06EÁê‰u"
  b"|tZa”<GW¤?ƒ½J`b€"
  b"6àËÓçjAk¥ü╠O9+âô"
  b"¼ùP30`H\x1FªƒLÿÇ%ôZ"
  b"\fÁ┼ÿßKCGÅì£@§°ß\x05"
  b"╣npâýVC»ü-▀J\x05\x03ôN"
  b"ü¡a:¥\x04D`Žù:|¥Ö\x19ê"
  b"²Ê%õT\x0FO­þÿæx«—+"
  b"\x06/dù>@A\x02¸Ã^,\x1A(`¡"
  b"@L<fªWK\x1F½£Ý\x07\x08"
  b"‹0KJo\x7FM™„Xz¨t\eÅõ"
  b"ïÊ\t¨ *Jn”ç˜"ñ\x15"
  b"""
    \n
    \x01#m׋E·¼‹õKƒf ¨
    """
  b"Èâ£þ-ñKSŒÞµUáŒ\f>"
  b"o~äEÉ"Mô ½+?²±‹¶"
  b"2†+7\x06´I˜‹º\r]Oöþ4"
  b"²ð‚ÈpÁOÒ ÷rÇuúú~"
  b"®ªÞYKÄG§Åo{Rr¦£Ô"
  b"B®ÓöÉ█IÅ¡╔├À¡g┤Y"
  b"8┤▀▀NÅH¤¼É╠Ö¢y\x1F\v"
  b"ÇÕ\x0E\x0E_®D•³ôèTד£‚"
  b"╝Ò\v3DÕHÔØße¤1┤ó╩"
  b"“48PÜÏ@+‰ï-¥Á»\x18"
  b"9öñî=ñIv‹\x0Eßîæ×Fp"
  b"\x196Õ¹\x0EbCÕµ4\eöœmyæ"
  b"›=\x1C²À›Ns‚\x1A®¯AÉÂ8"
  b"¤\x1E•è´!E@¦ áóu€¡å"
  b"\vˆÇ°š\tJ̨\x11\r°\x01¤"
  b"KÅÖ®Q┴A£É¯7]AÆ\x02ñ"
  b"\x11Ë8└y\x12K■ü®(├\x7F\x14\x7F¬"
  b"┴п۹2I Å\x04\x01¹\x18¶ÞÊ"
  b"""
    sr‡\n
    MþKù“¯1>‹Ýg—
    """
  b"\rÙ\x17y£IDá¥N†ð|Ò}\t"
  b"hþ7™‘øMÕ£wæH1è`í"
  b"«æ¿'ì¸O“–o,fgT\x17}"
  b"(g\x1Cýd^A ¢$þ\x020d“W"
  b"å\x1Eá7Ë\rN:‚vg0#©\x04v"
  b"ÏÖÜšõôK;“5GGokˆ¦"
  b"®├ ï&yK\x11ؽÐB▓f_É"
  b"ÓÈì\x16╔╗I\x10ªJ╝âb¢█Ì"
  b"|\x14\Ë:ÐIü¢Äì─ù©\x14\x06"
  b"ÆPCâ\vAC®»│¡ù(,\x07Ø"
  b"¸=)2ìjGqù█U ^\x1Dph"
  b"G>ÚÕ\e\x1COG·¬bD±…È%"
  b"íÔedÓÞMÍ’¹B\x15¡š™e"
  b"+Åz%\x10÷ES¾õfú~š¼\x10"
  b"³Ú«D?ÕE\x08œÅÕ?y\e"
  b"ìvàÔG@OÒÑsuC\x7F±\x15"
  b"³èþúÓMg¨Xqö\x1CÒÌ…"
  b"r`º+W‡H¬¶úê‘"\x19\v "
  b"‘üiè’\x10I›©\x10Ðb´Nª:"
  b"­;ùg_ÐCtüÔeÂ\x1F \x7FH"
  b"ýuO\rì°BÅ©å;zÈ\fàØ"
  b")n(Ìò”K» \x02¢/à'º`"
  b"""
    *\x7FSw\x0F”A(²Z\x13¾|P\n
    ¬
    """
  b"lkX\x04\x19öO\x1AÉA§ Cz\x03Ø"
  b"6€\x0Ei~XB\x13ƒY\x1FŽÕB\x10\x13"
  b"5ìtÊkìMj£MÆôû‗╩¡"
  b"■Ìè´h«G─ì¢y\x17$°eB"
  b"\\x05w\x04\x16\x02Kd®þsÏðÎ\x1Fi"
  b"§\x0Fó\x19]ÀN’»\x7FkR¡ŠÖ_"
  b"â\x0F\x0F\x18Í~I\x10¢üçI=òC╬"
  b"\x17ã#Ì\x19¿L´®\x10‡ãÅCÔ\x1A"
  b"'‘G\x1CU¿I\x10¦òŠ‘å~\x11`"
  b"‚t‰é[PC©’\x02Â\x19\r·x"
  b"fö$à&\x1ED „§\f¤Í¡\x1DÉ"
  b"""
    ×ü╬\x7F\x10FBEÿA3\n
    \x14'É©
    """
  b"zßòc™\x19B⿽°>«<„ö"
  b"ºµ'\x05ÎDC2Ÿ_Ñ™ªe\x10!"
  b"ö¡ª}▒|H=Å╠&w%═t_"
  b"ÝcÍJ$9@îŠðË|¶q3\v"
  b"\x016´¤\x179F»·Ä¹²>ª{\x00"
  b"\x1F\x01ì.Bά\x06`/©½fÇ"
  b"<ë7§2BBb‘]9KÞÕ¦{"
  b"ýØ\e¯ÎJNKå\tºûGw▀└"
  b"Ͳš$ò†BI¸Q\x12SªjX\f"
  b"õõžh\x05ƒB|ª\x103g|œÉo"
  b"hÞH\x16V\x17L1’®\x11] Y†"
  b"g\x07ÍeØ\x1E@2ø£\fk┼P]ö"
  b"ž\x00Ά’œErƒ\fwuݵ\x08\x0E"
  b"""
    "yä9Ï\tNèÜ\n
    │É═Ã\x12d
    """
  b"ÔGÀº»sIÛƒù_jAZ\x19¨"
  b"q»V€ü&Bp’\x12ûl¥\x1Câç"
  b"#b9BþìL‹¸å+z©jë´"
  b"n\x16ìË\x7FwHê▓i#={\x12E*"
  b"smˆæÙ:C ‚\e?öÁ;4Ä"
  b"ßajöÞíM0°ßR<­] Ó"
  b"iÊ>\x10SþH-¢Û÷½]Y¨;"
  b"""
    —¦»DÇrOâ›\n
    оq±S%
    """
  b"kàK8-#K╚©È_OÉå!|"
  b"?\x7FCAOðH\x1C‹ë†\x10v\x1A–‰"
  b"g\x06\x0F{ÕøIÝ•#­¨Î?¥Ã"
  b"\x11d)\x13MÇ•‚Ôfð2=\x05"
  b"›P.V†ÛG\x06™ê\x1Eg'°^‰"
  b"÷¨@ßíùM2·i\x02ü:42$"
  b"¸ê\x07 Í&HÇž¿M \e\x1C91"
  b"Å\x13\x13?╔D▓ú\fòm¤■3÷"
  b")<¦\x10#˜E€½îuµrÉ\x10\x11"
  b"ͤر\v?Fÿ…–×\x03Ðaã‚"
  b"U);ÚÿÎK\f˜MþP]âí‹"
  b"ù▒Æc2│N/ò▄\x1AÐv,Éx"
  b"õ&»Ä\x18óC(¶öôµ‰]ðÍ"
  b"W\x7F|>w²AP¿Âêí®<™H"
  b"¬╦Å̪óIßï\x0EÎB9Í­┴"
  b"ÏvEÂ\x18┼Oþ┤ÕCØwØ"["
  b"Éë)äý.D7 W(UÚÊ5N"
  b"_}×\x10‚ÞOñ‚Z>OÅ0¶\e"
  b"\x05k¯]F"­¥\x08\x11 „%þ"
  b"œc\x1F†Ã‚Hï†s\x1E3ÙvDÚ"
  b"\x17Q‘åNœ‹œžv9ß%Æ"
  b"sï³ÉøƒGe¯‹Ÿš¼t{i"
  b"\x05á£\x16ÎýNZ©\x14É#Tb║u"
  b"╗░\x11eôLE\x12Øÿ\x06ÔA─┴\x18"
  b"çÌM*Á;A]┤\xmîÕÉ·"
  b"êÕëü\rª@É—`eÓeÆd­"
  b"¦o94£ÉG?åo7f┬{æy"
  b"úÀ\e)^\x04KXœ¤ø²Ì²†Š"
  b"ìK\x14¿I\x13@P║±µ\x13\x15\x14³I"
  b"\eúLŒó~H=‚²D,¹§Qb"
  b"¯œNÅ\x162@CŸZÚt!ºã–"
  b"g%sUWøN\x0E´¥µq‚i\x0F "
  b"K¿.4«³KɪW\v]uJfé"
  b"k6|Є§B\x07§\x13;Q0+»9"
  b"@†8\tMäC\x06±g–1ç4\x1Dº"
  b"ÑI§Å"ÔG\eµuÍ]—Ï:á"
  b"\x14ÖRóCÙ±=,©>\x05\x01#"
  b"\x17ýyo8nA*ªKÙ‹‰ð¸Ê"
  b"£V‹©”ïBðŒïpð2*a\n"
  b"Ñ3Ãuï¢L\x05©\x01ñ×oh’h"
  b"ÍõT¢Ë¤BÏØI¤$IZÒ\x07"
  b"…†H\x05Q¸E™³Í”\x16¨ˆì7"
  b"y}m\x11\╣Dkì"¬°«°C4"
  b"UÉ$|BöE,‡:Š©|û7]"
  b"Bo1ãÔ¼MѱÞCåŒ}L“"
  b"Oo˜-\x0F>MQ¢iLà\x0Eª,#"
  b"\f\x13\x1A\v║E\x14úÛ╦eb£\x0EÅ"
  b"€i\x04’Ñ0L\x02¦Pkß,ÄA¼"
  b"V%\x1D\x06ÉéG\x7FŠ/ô”ÊçPS"
  b"}f ük³CÕú]­§\x04¤Ò▓"
  b"&'éèöâI\©a\x1A«Ï\x11ÉÂ"
  b"på/Ô’:B‘ž•‚˜\x02MÍó"
  b"\x1C†wœIjB\x06†ù¼\x1EŽ~¬‹"
  b"c»å¨Á™K$‰\x07‹P7wÌ”"
  b"©‹Ò’CWD|‘\x04!%\x0FZG\x12"
  b"u╔─ÅÈ\x18@³áº\x0F╔.¹!Ë"
  b">¥FWl2AǪ£o}¬"Ÿ–"
  b"Dõd:š¥J#¼½‰ºÙ}×R"
  b"‰é_óÅ*O΂\x11³~Ù«\x1F\f"
  b"IÆàÅͲ@>©T\x00\x1EyL\n6"
  b"¢zx╝RËG2ìÕ]æ%\x01▓Á"
  b"28{ˆ¡aBB¹\x1EÇ¢q\x7Fé½"
  b"m,ûyDÉE ÿƒ\x13±_k /"
  b"œb‰FýæF•ƒî>\x04\x1Aä’i"
  b"\x17┐ÏaÉ£GcÁ΃╠þ┼){"
  b"\x06\x07š®)¤N\x07¦¨?3‹poŒ"
  b"— ˜ÙQ{H¿ŠÖUS!š\x13v"
  b"┼1\x15Û´░I6æÖI-JC»Å"
  b"Ê\x0Eü¿þ_L‗╝"¥[▀ì\tP"
  b"‘Bæ9X\x17NK±£êZŠ×¼–"
  b"~š‚¶E=H\x08·‚è¹VXöÂ"
  b"£QÄÔ4;F†’ÔÁ<üÕ›a"
  b"„¬G: ÏF$š\x13Ö›j\x08v3"
  b"ùáÀ,ÈÁF­˜ÞåË_?Í»"
  b"GK¥╩ßÉM▒øi¸8\x17qþO"
  b"\x11Œ<ZCLP§œi\f\x0Eøtð"
  b"rŠxúéeM•„\vÄš„ÓnT"
  b"»Ñ7€X\x14A\x1F§·ö—õdaµ"
  b"±ÊºúTâEY¯˜Ú\x7F'P\x10R"
  b"ÝÃâ╠─ÜB4Â║¼ì\x06┌ì┤"
  b"\x02\x04Æ$┼cG\x17ƒñ└\x13Ô¤═Å"
  b"OÃ<ü»┴J¾Ñ\x1CÅÉÓ÷´´"
  b"HÌ€^:\fJpŠ~6\x1EÁ\x17ºª"
  b"!\x1F¯¼†ñ@?—­QO[ímV"
  b"ø£w^xnC-œ\ríû8õÍõ"
  b"8çK┘2oD\x0E¢7XÂ═müÍ"
  b"ʦË\e\x15ùE\x06ºî”«m«Û/"
  b"\x12\x10ïs).H4»\x02Gz ™Zç"
  b"""
    Î)?C¤íA\x18Ÿä#\n
    \e\x11
    """
  b"zÖÅL›ãO\x03´EÓ\x1Di'íþ"
  b"ô,°G"¨B\r░■ü║Gû\x11÷"
  b"""
    hÚò2ÛÛH\n
    ×\x1A\x05âQ╗Éê
    """
  b"\x13W&òdÀBt«\x10‹<rÔ9\x1E"
  b"¤ÈÆëÔID”†»‹ïÈ\x0Fx”"
  b"y+F\x12fÍGL®#Vª{*m\x0F"
  b"""
    Ñ\n
    _¤OÊIu¿\x01OC/\n
    
    """
  b"‘WÓš\x06™Ac©/\eÍowJÞ"
  b"O\x1A,ŒZäO«¡¿“@À€˜”"
  b"¥Ü\x0EÐ,ÏNÔ­NO\x1Eë\fÇï"
  b"Ð$└£ÛÉBýîÔ¯ñƒq\x05"
  b"\x06Ý%üÖæA\x15è;Ü*¸]═!"
  b"G¬»\x18XÝFaªX\x10×ðÊ.t"
  b"\tÁ\x1D\tOÍ„Û\x18G8ÒЃ"
  b"„Ðx“\x14EG#£çÙãC(ýO"
  b"+»\<˹Káøì«³Ú¯)î"
  b"e\t#$ÒîLX….\x11Ô¬9ws"
  b"ÉÓÈ)Ò`H®×p>3F~Î\x07"
  b"¤sƒþ\x1Fº@\ìíõT─■Ét"
  b"ƒX=@[õL†­©N°/Í®|"
  b"ö!\x01òQµKĹonu–&ü-"
  b"Ru!‰4FN1¶KÄKåë­\t"
  b"¹ê\e\x05\x08\x04Ghù\têaµìt^"
  b"e\x13òÉ▄8G2ó└ñ3\x0E.\x15å"
  b"ˆ÷ëù\e\Ky¡´áÇ¢ÑÊ'"
  b"""
    ck\n
    ´\f.LÀçøÉláä¨@
    """
  b"""
    »║ÚE²+E±è.1I;\n
    øÅ
    """
  b"¦ü\rÓ┬ÿAÔåÿ ├└▓▓Æ"
  b"³Q\x1FÈ@žKÞ·\x1E{jÚbZ\x0E"
  b"ä.šÍ·¨M±¥Ü!ϧ\x0Fvo"
  b"åiß%░\x04A\x12ô\t-ب┐4┼"
  b"/Ê>1TÇAç¾µäûÇyen"
  b"¥0åË¿èKc†Œ\x03¿×ö»Á"
  b"²,Qhz\x18FžµÜc##ì4Ç"
  b"\x03lT²ØËJм$Dâ“Àan"
  b"Ÿ\x06ôÏU'@7­ÕÖ‹,%\t"
  b"\x0Eì­4E™™ŸäÙÀê\x1FÀ"
  b"hÜaTZ£O<¥\x0FÃ\ri|ù&"
  b"&Èq5\x0EóDXˆ\f¦_'vƹ"
  b"qq\fÙõðFRŸúJŠÀ”9É"
  b"|ç]\t™wL¼ˆM­i3xIŸ"
  b"z\x08nŒB\x01Fž“+J\x187\x11\x05+"
  b"÷Ú&Ë*"M¾°À¹½"9\x0FÐ"
  b"\x13Ò¤O¬┌IýØ├\x17\r¡·|Æ"
  b";NbgÞ¿G'¼I«8.æ³x"
  b"oy[\x18\x03ªE¸§µ\vþ¤J:\f"
  b"­dUý#ÏKDñVØÙIr(J"
  b"j\x0Ff­ƒtIК±„Ÿ¬UWÜ"
  b"íOlõ ¾L(ìJ£i'v÷\x7F"
  b"²\x0F̓öˆH©„ªºÈ<Lç8"
  b"ù!à[I7EJÉDéı|~d\x14"
  b"zù║\x16┌ÅO\tì6┌ö:àÛË"
  b"<MÉç»ÚBÿš¸}1…¢ð¸"
  b"]-DÉÿÓFµ¾5›\x08\r‹KÁ"
  b"a\vcf\x1F‰De¥\x04W~ˆí¾‰"
  b"àF87\x07”LX½žO¨>€½8"
  b"®ÖpN­NK¤‰Lö©_©.L"
  b"t╝Êì\x06ÎAQév+╗&ä_."
  b"dW¦4¼VN‹ˆ«2[\eä^¦"
  b"ÉÛïóÑØO à2╚F┐Åët"
  b"\x1C,6'nÅBæ•\x01r\x0FÆ ÄÁ"
  b"""
    {\x17Ý^:ñF5íìøõ\n
    Ã Õ
    """
  b"ã ▓"lPG\x1DÉ╦I\x12Æ\x03─k"
  b"uÇÌg·³Ba•Î× \x03J\x03ò"
  b"èÇôÈýÃFÙØ\eNT w­y"
  b";-i[ò,Nþ¶¸ø™'Óöp"
  b"╠■╦æ\x16tI¨î¡\x00ó▓²#Ø"
  b"""
    \n
    òCÍDLl‡àj´•»Êÿ
    """
  b"UôÖ»–\x15N/›¿\x1Dª™™\x02¦"
  b"IŸF_+—@[€)(š‚Xå`"
  b"\x1ET’\x1AGR¾\x16sÝIÎÎì"
  b"òðc"´ÞG\v¥4╦@┘Űá"
  b"\x12Zã"eÃHŽž2F\x15Ë=éà"
  b"ôØ8`¡;BLêÁ Y±©ÿ┌"
  b"$ÍxM´ÿHØ€ç\„-*ú“"
  b"ø$\x1A8j\x17K®¡l\x08ör¥ü¶"
  b"ôÓÌÁ:ã@(¡Qi0R¼h•"
  b"›¶•[ .DË™}8B;ŸC("
  b"\x08«lë˜lOãŠèå¦-\x07hk"
  b"\x03qôòçÅBÞ“Ëv”·u\x01"
  b":h\x19Á†HCû»CV#sÑø\x08"
  b"\x1EygC\x14"I\x06\f Ëûï¨\x08"
  b"üQ\x15±ª%Aj¹ïŸ\x04\x11Ò\x1Eó"
  b"hÈPŒÉcD7‘;ôÁõ`‘$"
  b"}õ╗@\x08ï@ Å\x01rH\x035è│"
  b"£?rwB3@ã¤~‘Q„‡à‚"
  b"»-~@ÅÔN<¡¡╝¥ë1\x7Fã"
  b"]es\x12ãàF\x07\x19`Ä>´ò$"
  b"xõà÷C\x1FF« ƒy\x1C÷­çâ"
  b"\x06ÛÇŽ\x11@€€­yR¾Œ¡s"
  b"Ì.\f—:¶J™¨¤Ã6‹y\x0Fæ"
  b"¸█Æ■·fB\x7FÅx\x05┘=¼µ\x10"
  b"C–P—Ó:J6¥\x0F\x11>/÷"
  b"e§^\x04˜=G:±<ÑR¶b\vÝ"
  b"\x19\“·Fz‘‡ðwsˆšŸ"
  b"ÆÜ‹êœ#Ff¼\x03žvB\x1DËo"
  b"ý˜òýAzAýŠ›\x13,b†IÛ"
  b"5Ô53³ƒH'‚üy\x16±[>ž"
  b"ÛŽ9NbKì¥┬1═rá\x073"
  b"|:ÐD¨QI}”rE¹Ð)^ï"
  b">ÐK?JVE;’iyëtÆŽå"
  b"Ó?È|ê‰AMŸìÉ™.IŽ%"
  b"ˆ5°ð\x0E„H6žeGEjVQ~"
  b"""
    ¶u2\x02\n
    \x16FÚ‹^å®ãxŠ×
    """
  b"""
    Ùž#L¡kIw µYP\x1D¯\n
    ;
    """
  b"Ìâ7rŒšD0•Õ¬¬%XÊ+"
  b"\x12ÐäúÀCJ\v\x1C▒╗9æü("
  b">ŽòæCÄMý†CTèÑx™Ë"
  b"#ÒÅ\rý\x00Iv¶ æ*© Ò8"
  b"LÐ;Òá E¨ûÅ╩¥þ;}Ò"
  b"\x15Fù7úJ¹—ÍÿýËçà\x16"
  b"“*\x18C<\x1CHI¹Ý4ñ5Ï;\x10"
  b"\x14÷5/\x15lO{º4 0芋z"
  b"]D©ä²¡@¦€‹{†[\x1F¹>"
  b"Šp\x14–ŸÑJg»~5oš ¡,"
  b"ã×$âì\x0FL©çò\x07k╬Ð└o"
  b";à”o4çGà»)€*‘^л"
  b"Ú–\x18\x1A\x1D‘AA€½Éü$Ûlö"
  b"ü,4Ö¶sM3§è—zVxsÒ"
  b"═:\x14\e·\x1EI©Ø╔'r─S┼\x06"
  b"ñmDrË-NÉï"HÝ\rîÝ-"
  b"(7Ëõ«ÐA$ž£Àªã\x00òP"
  b"kHÀ­Ö\x04Ml¬>¿HpýšY"
  b".ο/\‰J\x11žqû­­5èÒ"
  b"ÿƒìK│.Aý¡╚ûv¬©\x05§"
  b"ª(äqè·C·¦ü\x1CÍ~±„c"
  b"\x02\x01fó└æAcá\x17ØdN²/õ"
  b"\x15ϹKB#¢\x0E\tÜ8Šùè"
  b"_ñfFw$LìÁD\x11\x1Fvêü\x1A"
  b"»Ñ8>á‡K\x04¶àI\x11†%\x18æ"
  b"üûoø úN░úû{®þ\x00╝É"
  b"""
    ˆª\n
    \x0E•@O™º[\x01”…mr\x19
    """
  b"\x1E ±Íw\vJ╠ÉÇp)R÷┘┐"
  b"Ä2ìÅiZHN‹Tù¯Š‹aÑ"
  b"è#9ˆFûKš•Iq…Y{‹Ê"
  b"Âêúñæ\x03@D«½ãFË* *"
  b"\ea\x1CŠA?ž"†«\x05/€²"
  b"@ešh\vpC¨®\x08^‘ê¼Ó\x02"
  b"u3\x04ëK¬E<¬‡u„ÔãŠ!"
  b"më€p!)HÅ€hiÝL­8ç"
  b"""
    \n
    \x03|ìo/I\x08ƒÀìÇ4…\x19h
    """
  b"\x02Á░╠âıK*ñþàì:îG▄"
  b"?£v¡“ÎIÈ—cÓ8<|å%"
  b"é\x03ï\f=\Dçü┘¡\x1Cô­¥╠"
  b"MÈ2LJÖFX‚[\x10\eǸ Õ"
  b"""
    ┌<­\x08©├LîÂln\eØé\n
    l
    """
  b"i…=ìÄîJ;ˆº\x7F]ª¹+í"
  b"å├Ø█)áOè¼Ç\x1F╝eä■¬"
  b"\x1F\x7F1\x06N{óH5D\x06Å\ea"
  b"ã\rÌcHqCVº›³œ\x12\f\x1Då"
  b"·hwþç·K¨±ß*Ú_?ð+"
  b"«j<Qh\x14M6·î/J¦/\x06²"
  b"ò\x0EPðÃeEd¬\2\x12\x07´”G"
  b"▄ê\x00`h(N«å\x10§Ø\x1C=VG"
  b"<¿û░[$EÂÁx4¾´ÉÁÉ"
  b"""
    ÷\x0F}>È\x1FB\n
    ‚m\n
    ôš§ƒ3
    """
  b"y\t\x11*XçE\x15»-M\x01<?Éu"
  b"\x10‰bYÈ(B\x1D¯GÕ`dú߯"
  b"Ðx‰Fr¿Aù»¯õ‰nJ{j"
  b"Ê,7dØ0L\┐éGtÎ\x13b╝"
  b"Q¬X\eusBI¸‹Å_\v^ƒí"
  b"\eikY\x1F{@Œ´dÕø¦žPð"
  b"Z\x1E\x0FÖ÷ÐEUØ┼\e{\x1Ar\x08×"
  b"Ķ· ±³BÛ£"S\x0E³ ‘\x1F"
  b"\x1C\x11\x05¬dC©ŸÔ\x19~j·µ´"
  b"\x7F¶Á‘\x19~GR£\x19*ƒ Ü;n"
  b"&÷6ñ \x7FM§ˆä‡Œ–G\x07t"
  b"\x01\x1AßF‰ªÎ×\x08EØ9b"
  b"Ì¡¥2╝\x00O)╣|\x037ø┬╬ü"
  b"\x11‗Æ\v¼¯Oßå\x06DÐ├Jƒü"
  b"Ûµ\x18\x05ÛED\x07žßª}}X)Î"
  b"nÊY¯ó÷Jˆ¸µâ¶’tÔ\x15"
  b"\t/F\x15╚ÉI▄¬~'*▀╬·╝"
  b"Úò¾üõáHãáñý ½¿\x1Dç"
  b"´[\x0Fd–*@ã­oáê‰ålõ"
  b"?Ÿ¬!ÒQLqµ¥\x02×Ôˆ\x0FÈ"
  b"S(FË\x1E?E±©·ô\x16¿_ÈÂ"
  b"y>ê½õíBÊ¢•t ”ŠÒÎ"
  b"’L†W©ÝJ¡¼âËrQ·]s"
  b"àußê¢&M¹ƒ–_\x1A+*A"
  b"ë?þ&öØHu‰<\x01*KòÊì"
  b"£J³|I¦F¢¤™\x16\x19o)ÇÙ"
  b"9NI\rù*LÕŸÇ\x01'vâx·"
  b"ŒÊ¶¢%¦Ie¸‰(ø¾\x13V."
  b"\x01ú\x10eC;àÉàÒ³ä\fX"
  b"6éØ\x13züG^©,Úk{1sÐ"
  b"º$0ÉËÔLt¡®§è=(HÍ"
  b"Ï¥ë╬│æETÉÅå;ı╠Í/"
  b"‡?ÞŽSOBµ«rÆGoi\r5"
  b"""
    ˜Àg ó\x16GU¹®;Ú„\n
    
    """
  b"…q|7·\x0E@ꀳ/Ü\x18&{ä"
  b"Wû4"õ▀L£╝LÈj%ÅMC"
  b"\x1C\vÙ\x11\x1AÇOn¦àAR2A“Ô"
  b"\iì\x12¿ðL¸ÂÓXa\x0F■{*"
  b"½·¥\x03\x17¶C±™ÍY‰Bq\x00|"
  b"½2ó\x08\x0F3K£ˆ›‹ã\x05b$J"
  b"óíò܆\x04C8¿ö¯6¸Œ²\"
  b"•(ðŽm\vO\x0E±qzšXWp³"
  b"\x12└╗sD0Ö \x11h┬ìø┌"
  b"5Á€³a-BÕ•ñ${\x17\x1F˜Ÿ"
  b"VÁË,e\x19L\x17¤TLýº–(Ž"
  b"""
    1 ¯Y\x16xO7°\x1Eú,¾1\n
    ý
    """
  b"Â3ɺy\x0EBë“7£ç)ˆ<™"
  b"»À-s\x03ÛGb¼Õ¬ä\v\x1F"
  b"3xuÑ\x10~BJ ¸ÄnÆ}ó‹"
  b"ÿF#5`\x19Aí›Ò·Ú\x1E‡Ä\x1C"
  b"r„þ¹ghD´¶È.öìY\x0Fi"
  b"AkÐ\x13\fI▓╗\x06(ÑDìg4"
  b"@÷阤‚Jl¬QóãS.ÈÔ"
  b"]cä,i°Ië™y.O%ŠüQ"
  b"\x1CÑ£EØ(I)µõWÈ`»¨4"
  b"6F¸‰\x15èCýµÇÓÁ9²«Y"
  b"""
    Ý\n
    ‹°yÝJ]­Éƒ\x06*\x0FüÀ
    """
  b"5x\x06¼NÔIÇ•rEÇØjàø"
  b"┘─\x1F)°QL¦å6ÉÅâ°\x14\t"
  b"'.ðj?CJBˆçÍTu¬IÖ"
  b"\x15▀ÊÙ¬®Hf▓L`╗ÞÅ\t4"
  b"ÉV$,¸*F«®Ç▓À\x06;úË"
  b"@I?%ÅoBêä\x04Ê▄ó\x0F■│"
  b"¹*=þ1dC\x03¼ýO]ž8‘µ"
  b"Zɨ▀\x14ÁNw¡\x1D¦óê\f\x16&"
  b"¬”E¬ HEꡈú\x05èj‰ø"
  b"Kêò\tñ·Aà¢Þ¿Ú\x02Î_0"
  b"O\x13@õB0OÁ¬‘¤FŽ‹ëG"
  b"nÛ*¦\x03úE'ªâ@fu¯ìy"
  b"¤FÈpJLFêƒ9̸\x07\x05^†"
  b"""
    +\n
    ê\n
    ¡]Hà»\x16Æ­×Ĩå
    """
  b"¯Y;╝wîLYêjéj÷íØÉ"
  b"aæÀ_NÿH ‡Ê\x1Açè£_Q"
  b"╬5ìBÒûAú╗~c\x17Ú;2Ã"
  b"å><xáVJ'ÉЭÌ9¡9A"
  b"ÉQ\x00!”UE¹‹\x16“ì&‚Ë?"
  b"Þ\x17H]Y„C‚›”õ¿ÖUl&"
  b"C#aø,nCð³JNšCŸ†¹"
  b"\x07 $"Ø^B¬­áç7Y5\x0F\x12"
  b"ê¿\x19Ó?[@/¸\x13Ї¹\t\x07£"
  b"ë[žršˆJÈ‚¤2… Kµ,"
  b"Dŧ?\x1FíEYón°ßð¢\x05Õ"
  b"ïäC\x15\x10°F¤á7bÿ\x17ØäÏ"
  b"£¬Â\x10ÐëK…³Ï÷€u\Z!"
  b"àJÜ\x1C÷╠DfüËÌ'ɶÏf"
  b"É\x14÷¨h›NT»·/‰"8\x16s"
  b"\vN"ÇÙæD\x06üc½zÅçÉÀ"
  b"=RÚ\x7Fí›I­¥ä8ÆÃ\x07»\x19"
  b"""
    —ÈØŒ/qB\x1F…;\x03\n
    ÝpF\x14
    """
  b"""
    9ZÁ\x1F@¦N"‚ð#h\n
    –v\x1A
    """
  b"\x08Îd÷'ìJV»\x14¤(¾\x13"
  b"îû\rä\fVBm¥â\x11½l¾\rÉ"
  b"X切A\x02@׬ZSã\x01ÀO\x0F"
  b"\x04Üi\x01B…Nø¡ÃIû0_êw"
  b"JË╔×±/OMÉÄXZ\eº¢Å"
  b"ì¥\x03g¸EEo╝.ÑÌvqwƒ"
  b"w\x0FÁÜ!¼K\x16¨£äSÑ£ã«"
  b"Z\x06\v?“ÅLJº™|7mȯ‚"
  b"\r\x03\x18│‗ÄI┤Ø┤í█óGiR"
  b"»ŒÛ\eî{Oȧ\x17¸¶\vÔiþ"
  b"¬ÛŸ\x1DªcM\x01…x\x18N®%ûã"
  b"q2\x1F±%ÛC\f®i%’´¹\É"
  b"¬IF×ÔbCàˆ7(ò\x0F6L6"
  b"\t\x7F\fHé¯"˜`\x04{Xi"
  b"å8²È\x13úN\x02¹Þ4ÜO¬ß\x08"
  b"M~àÐìFBçºþö9ÈÚ╩\x18"
  b"&¿~8▄ Eú┤Ø\x16\x15¸.X&"
  b"y\Ø\x14H\x12FM«(ÿJyry\x1A"
  b"0ScñKûB‚‹Ò²ÅÖX7\x11"
  b"5Ö5é(8L7ƒfBc‘G1j"
  b"û¨©V\x02ÀLm”\t\v ,˜_"
  b"Á'«µ\r'BŸ¢ÅhØAɦ9"
  b"""
    ¥ÖÚ\n
    8ÎGå¬ë¤>FQs\x15
    """
  b"¹ziê¿\tEþ…\x0F~+Éò•}"
  b" K‡Òô\x12HOš%øLk\x00"
  b"ýÿnaÆ3B▄ü¿╔\x14\x19»»À"
  b"‰ã‡Œ§4I¬˜!›Ýæ¥Ò\x03"
  b"\t{ÌÆºCyíâxüÃ#ƒð"
  b"áè¥iÛsLØ╣█Áä\x11jw¡"
  b"\x07w¢œKŠ®>·`\x14鲿"
  b"╦!õaºM@W¼=ÅH\´Z┼"
  b"ã]d\x04]OGG±\x10X\t!4al"
  b"\x03h| B ž¹§¾<«õS"
  b"+\x01Ø­\x08{@´┤¹÷╝ °Ìº"
  b"õÃ¥O=\x05M,»yø\x16íñºÂ"
  b"*Žu£ÀëCÖ¸\x0FD4«þ¬j"
  b"\x00j‚ô“éHïŸ\eÑ"÷b‰\x17"
  b"ç§:ìáNA\x17¢\x12£E49\x01þ"
  b"\x1Dÿ \x02Ü$J\x1C½æÂêÔ®A!"
  b"«š6…QSEç²ZÛ)Ÿu?:"
  b"ê·€«é\x05O#—ˆß0ªO*à"
  b")üÝ─hÀCò»ÒñI\x05┐┘û"
  b"Ì€½\x06¥¥HÏ’Â\x08\x06\x15}"
  b"cFÂÚ\r\x13AÝ£ï¨\x1F\x10Yf\v"
  b"\x1Dþ\x18º╦üHlÿÊ\x13³zâ"U"
  b"ÿ²ÃK\x06`D®£ô9\x07X™J4"
  b"w7J\t‚æA\x17\x10ÅGÔ»|\x05"
  b"\x14°˜ú¿óH}™I0«£ô™A"
  b"Òñºjn\x12Aÿ®Ì¡\x15Ä®‡M"
  b"³†ÿ*H¡HÁ­ól¦X\x10æÂ"
  b".QÀ¼ÿWC9´—L\rÊýQ,"
  b"Oc4”Ø€M\x11‰>ºÀˆ \x1Ex"
  b"┼ì\x7F£½²E¥Äë:%åØ÷\x01"
  b"•»\x1Cb®³KP–S+fÑ\x08"
  b"¯÷wcݤH\f\fãâà?ë’"
  b"&#¤RXæJú–@me&N7û"
  b"9× å£{D2‰ú\x10x­‹gº"
  b"7÷.K¼üC▀®N³Â¿pH]"
  b"""
    Å#H­\vèAÐï\x07\x18Õ\n
    \x03Ø
    """
  b"Ô.ýnS\x17Ds±èÁ\x0EÝÊåê"
  b"ë}è°\x07SOÅ▓¹/Â\x07æ▀1"
  b"\x18Í[ºÍ'F\x13²*ÿijK\x1Ez"
  b"""
    ‹ Ñ\n
    |±Hè¾¢&½%ö}¨
    """
  b"_x™1;{A^–¢ßO\x00;lî"
  b"Ñ,X\v\x0FøF╔¼Éhòâ┼¸è"
  b"&WqÃoJEà╗oûòã7Øs"
  b"Økä)\x18PG{žÊ?÷Â1T\x06"
  b"ŠŒ`Ï}WHb†¤OÞÂñG¹"
  b"""
    \n
    ú'çxùIšœú˜ê"\x01
    """
  b"_HÑ7_úD-Œï\x02í a@Ç"
  b"Uä)Dê\x7FK?‚*]Ðð݈Æ"
  b";|2ܶ¾Gþ½x¨©ÑìÈM"
  b"""
    ½¶\n
    eù%Cˆ”Ègš¿W4¤
    """
  b"Ú¯\r\r\x1F°C±¸\x0Eg«rVAþ"
  b"×ñ…¬d/A“ª!ƒªµ×_Ÿ"
  b"\x1C›±Mc½H=¹PbÙqô8+"
  b"À\x14\x1CíšâK†­†0øUHÎi"
  b"Á═ıug D_û╗Å┬¢Ö,["
  b"\x00Å6\x16\x1EÒB´ªædÐä)z3"
  b"@À”‰6÷N¿ˆ28”AÆ\x12"
  b"\x12õ\x199\x02_O(’²˜V¸þ\x0E¿"
  b"\x19╔X·/N׬UØÝ÷¾Ò\x1C"
  b"ÒPÃ]0\x13D±▓xÜ\x1F?¦ü▒"
  b"£ß┌(\vG É_ßZ│í\x1Eþ"
  b"""
    ôÂ=G´ Náš–\x1F\n
    \eÞ¥<
    """
  b"ì<4└(µI?ïÊÖ\x17\x182¨v"
  b"\>iÅ¥ A+╣ÜjÝ6\x1C§§"
  b"´(xk³€B\x05¯»IaŸ°\x03ÿ"
  b"šøîRû\x1DN}­\x06àÒ9*F\x11"
  b"Mï@¢ye@4ɷغÊì╗°"
  b"\x0FyY àÙN_ÉL5_4{éí"
  b"ò­Êëû¶@¼¯æÆ“ÃÙ“d"
  b"®6=\x1A\x1E>FðŽ‘\x07¨’!ÄŒ"
  b"Ã\x07SÏCèOk¨\x17öJ\x08–IŽ"
  b"A¢u_\x1E®EþœV¼ÓÉô\x7FÚ"
  b"Å_D\r3\x02O3½\x15\x04a ¯w~"
  b"“Ú7šjsAm˜\x07¯æ/¶Eé"
  b"2^71¿îM'Š¢ªÄï,yK"
  b"\x08ê8ð9ÈA뙺ë ììC&"
  b"º┼â-à\x1FKÀÑ´ôµÈ}}É"
  b"ŧÓO\x0FæN\f¯6\x1DWÍÔ%µ"
  b"CŽ3íáIAV¡Ý\x04k]u§\v"
  b"g,ïV┴&BbºêÎOÍ\x19Ø\x15"
  b"W½„˜hàH±¬(ûšåFU$"
  b"44ÿ¿Õ\x0FJÒífùEªHü░"
  b"░O0┴H»D\x1FÅ\x1E\x03ͧB\/"
  b"p<ß_ž¿K\x04¿#\x1F\x16yâ¯ü"
  b"Ø&ª\QôF\x19…;§,\x17´¬å"
  b"""
    \eðŠëDFF\n
    §Ud1›“Ÿo
    """
  b"\x13¼O½j░Jýìt®{Ã<7Ò"
  b"\x1Eó˜G\x0F{JVˆ'ØV+œ^x"
]
84 2.48 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"\x00j‚ô“éHïŸ\eÑ"÷b‰\x17"
  b"\x00Å6\x16\x1EÒB´ªædÐä)z3"
  b"\x016´¤\x179F»·Ä¹²>ª{\x00"
  b"\x02\x01fó└æAcá\x17ØdN²/õ"
  b"\x02\x04Æ$┼cG\x17ƒñ└\x13Ô¤═Å"
  b"\x02Á░╠âıK*ñþàì:îG▄"
  b"\x03lT²ØËJм$Dâ“Àan"
  b"\x03qôòçÅBÞ“Ëv”·u\x01"
  b"\x04Üi\x01B…Nø¡ÃIû0_êw"
  b"\x05á£\x16ÎýNZ©\x14É#Tb║u"
  b"\x06\x07š®)¤N\x07¦¨?3‹poŒ"
  b"\x06/dù>@A\x02¸Ã^,\x1A(`¡"
  b"\x06K/\ߤEéìèhI\x03ÀÆá"
  b"\x06Ý%üÖæA\x15è;Ü*¸]═!"
  b"\x07 $"Ø^B¬­áç7Y5\x0F\x12"
  b"\x08\x11¼Z▄åG│ên|└É\x0F┼Ô"
  b"\x08M‰`¤|C߇!ä\x04vkÊ?"
  b"\x08«lë˜lOãŠèå¦-\x07hk"
  b"\x08Îd÷'ìJV»\x14¤(¾\x13"
  b"\x08ê8ð9ÈA뙺ë ììC&"
  b"\t\x7F\fHé¯"˜`\x04{Xi"
  b"\t/F\x15╚ÉI▄¬~'*▀╬·╝"
  b"""
    \n
    \x01#m׋E·¼‹õKƒf ¨
    """
  b"""
    \n
    \x03|ìo/I\x08ƒÀìÇ4…\x19h
    """
  b"""
    \n
    ú'çxùIšœú˜ê"\x01
    """
  b"\vN"ÇÙæD\x06üc½zÅçÉÀ"
  b"\vX\rM▒»C{Á*µü\x04_úÏ"
  b"\vˆÇ°š\tJ̨\x11\r°\x01¤"
  b"\f\x13\x1A\v║E\x14úÛ╦eb£\x0EÅ"
  b"\fÁ┼ÿßKCGÅì£@§°ß\x05"
  b"\r\x03\x18│‗ÄI┤Ø┤í█óGiR"
  b"\rÙ\x17y£IDá¥N†ð|Ò}\t"
  b"\x0FyY àÙN_ÉL5_4{éí"
  b"""
    \x0FöØ!ÀæNB­°Ís[\n
    \x1Dü
    """
  b"\x10‰bYÈ(B\x1D¯GÕ`dú߯"
  b"\x11Ë8└y\x12K■ü®(├\x7F\x14\x7F¬"
  b"\x11‗Æ\v¼¯Oßå\x06DÐ├Jƒü"
  b"\x12\x10ïs).H4»\x02Gz ™Zç"
  b"\x12Zã"eÃHŽž2F\x15Ë=éà"
  b"\x12ÐäúÀCJ\v\x1C▒╗9æü("
  b"\x12õ\x199\x02_O(’²˜V¸þ\x0E¿"
  b"\x13W&òdÀBt«\x10‹<rÔ9\x1E"
  b"\x13z°@$[FAœ]\x19æ\eUGv"
  b"\x13¼O½j░Jýìt®{Ã<7Ò"
  b"\x13Ò¤O¬┌IýØ├\x17\r¡·|Æ"
  b"\x14°˜ú¿óH}™I0«£ô™A"
  b"\x14÷5/\x15lO{º4 0芋z"
  b"\x15▀ÊÙ¬®Hf▓L`╗ÞÅ\t4"
  b"\x17┐ÏaÉ£GcÁ΃╠þ┼){"
  b"\x17ã#Ì\x19¿L´®\x10‡ãÅCÔ\x1A"
  b"\x17ýyo8nA*ªKÙ‹‰ð¸Ê"
  b"\x18Í[ºÍ'F\x13²*ÿijK\x1Ez"
  b"\x196Õ¹\x0EbCÕµ4\eöœmyæ"
  b"\eikY\x1F{@Œ´dÕø¦žPð"
  b"\e˜èÁ~ÊMb§èD˜~\x00ûn"
  b"""
    \eðŠëDFF\n
    §Ud1›“Ÿo
    """
  b"\eúLŒó~H=‚²D,¹§Qb"
  b"\x1C\vÙ\x11\x1AÇOn¦àAR2A“Ô"
  b"\x1C,6'nÅBæ•\x01r\x0FÆ ÄÁ"
  b"\x1C†wœIjB\x06†ù¼\x1EŽ~¬‹"
  b"\x1C›±Mc½H=¹PbÙqô8+"
  b"\x1CÑ£EØ(I)µõWÈ`»¨4"
  b"\x1DO÷¾ú6C&ª¬S\x07\e"
  b"\x1DıPÞ$\x7FI▀½ußjo¥Å¦"
  b"\x1Dþ\x18º╦üHlÿÊ\x13³zâ"U"
  b"\x1Dÿ \x02Ü$J\x1C½æÂêÔ®A!"
  b"\x1E!‰q\x14}J\x04¼\x1DvµuÎþ\x00"
  b"\x1EygC\x14"I\x06\f Ëûï¨\x08"
  b"\x1E³\v­\x1F‰AQ»\rPþ¢!\x08r"
  b"\x1Eó˜G\x0F{JVˆ'ØV+œ^x"
  b"\x1E ±Íw\vJ╠ÉÇp)R÷┘┐"
  b"\x1FPOùD‡Gê¾Ö\x10ß\x12"3)"
  b" \x1F\x1D\x19[!G\x7F…âVÑQO1‘"
  b" K‡Òô\x12HOš%øLk\x00"
  b" ŠJ\x17›~Gü»dìãŒÅØG"
  b"!\x1F¯¼†ñ@?—­QO[ímV"
  b"""
    "yä9Ï\tNèÜ\n
    │É═Ã\x12d
    """
  b"#b9BþìL‹¸å+z©jë´"
  b"#ÒÅ\rý\x00Iv¶ æ*© Ò8"
  b"$ÍxM´ÿHØ€ç\„-*ú“"
  b"%\x0F\x1F\x1Aü'@\‚\x0F\x01.\x18¼"
  b"&#¤RXæJú–@me&N7û"
  b"&'éèöâI\©a\x1A«Ï\x11ÉÂ"
  b"&WqÃoJEà╗oûòã7Øs"
  b"&¿~8▄ Eú┤Ø\x16\x15¸.X&"
  b"&Èq5\x0EóDXˆ\f¦_'vƹ"
  b"&÷6ñ \x7FM§ˆä‡Œ–G\x07t"
  b"'.ðj?CJBˆçÍTu¬IÖ"
  b"'‘G\x1CU¿I\x10¦òŠ‘å~\x11`"
  b"(7Ëõ«ÐA$ž£Àªã\x00òP"
  b"(g\x1Cýd^A ¢$þ\x020d“W"
  b")<¦\x10#˜E€½îuµrÉ\x10\x11"
  b")n(Ìò”K» \x02¢/à'º`"
  b")üÝ─hÀCò»ÒñI\x05┐┘û"
  b"""
    *\x7FSw\x0F”A(²Z\x13¾|P\n
    ¬
    """
  b"*Žu£ÀëCÖ¸\x0FD4«þ¬j"
  b"+\x01Ø­\x08{@´┤¹÷╝ °Ìº"
  b"""
    +\n
    ê\n
    ¡]Hà»\x16Æ­×Ĩå
    """
  b"+\x19\x1F┐RÛI%»?JÊüà\x11ª"
  b"\x07w¢œKŠ®>·`\x14鲿"
  b"+»\<˹Káøì«³Ú¯)î"
  b"+Åz%\x10÷ES¾õfú~š¼\x10"
  b".QÀ¼ÿWC9´—L\rÊýQ,"
  b".ο/\‰J\x11žqû­­5èÒ"
  b"/Ê>1TÇAç¾µäûÇyen"
  b"0ScñKûB‚‹Ò²ÅÖX7\x11"
  b"\x19\“·Fz‘‡ðwsˆšŸ"
  b"""
    1 ¯Y\x16xO7°\x1Eú,¾1\n
    ý
    """
  b"28{ˆ¡aBB¹\x1EÇ¢q\x7Fé½"
  b"2^71¿îM'Š¢ªÄï,yK"
  b"2†+7\x06´I˜‹º\r]Oöþ4"
  b"3xuÑ\x10~BJ ¸ÄnÆ}ó‹"
  b"3½V█D\x14HGØLLJ!ÖAí"
  b"44ÿ¿Õ\x0FJÒífùEªHü░"
  b"5x\x06¼NÔIÇ•rEÇØjàø"
  b"5ìtÊkìMj£MÆôû‗╩¡"
  b"5Á€³a-BÕ•ñ${\x17\x1F˜Ÿ"
  b"5Ô53³ƒH'‚üy\x16±[>ž"
  b"5Ö5é(8L7ƒfBc‘G1j"
  b"6F¸‰\x15èCýµÇÓÁ9²«Y"
  b"6€\x0Ei~XB\x13ƒY\x1FŽÕB\x10\x13"
  b"6éØ\x13züG^©,Úk{1sÐ"
  b"6àËÓçjAk¥ü╠O9+âô"
  b"\x11d)\x13MÇ•‚Ôfð2=\x05"
  b"\x14ÖRóCÙ±=,©>\x05\x01#"
  b"7÷.K¼üC▀®N³Â¿pH]"
  b"8çK┘2oD\x0E¢7XÂ═müÍ"
  b"8┤▀▀NÅH¤¼É╠Ö¢y\x1F\v"
  b"9NI\rù*LÕŸÇ\x01'vâx·"
  b"""
    9ZÁ\x1F@¦N"‚ð#h\n
    –v\x1A
    """
  b"\x01ú\x10eC;àÉàÒ³ä\fX"
  b"9× å£{D2‰ú\x10x­‹gº"
  b"9öñî=ñIv‹\x0Eßîæ×Fp"
  b":h\x19Á†HCû»CV#sÑø\x08"
  b"\x15ϹKB#¢\x0E\tÜ8Šùè"
  b";-i[ò,Nþ¶¸ø™'Óöp"
  b";NbgÞ¿G'¼I«8.æ³x"
  b";|2ܶ¾Gþ½x¨©ÑìÈM"
  b"\x17Q‘åNœ‹œžv9ß%Æ"
  b";à”o4çGà»)€*‘^л"
  b"<MÉç»ÚBÿš¸}1…¢ð¸"
  b"<¿û░[$EÂÁx4¾´ÉÁÉ"
  b"<ë7§2BBb‘]9KÞÕ¦{"
  b"=RÚ\x7Fí›I­¥ä8ÆÃ\x07»\x19"
  b">ŽòæCÄMý†CTèÑx™Ë"
  b">¥FWl2AǪ£o}¬"Ÿ–"
  b"\x12└╗sD0Ö \x11h┬ìø┌"
  b">ÐK?JVE;’iyëtÆŽå"
  b"?%TI\r™AÇ”»qõ÷dÌÍ"
  b"?\x7FCAOðH\x1C‹ë†\x10v\x1A–‰"
  b"?Ÿ¬!ÒQLqµ¥\x02×Ôˆ\x0FÈ"
  b"?£v¡“ÎIÈ—cÓ8<|å%"
  b"@I?%ÅoBêä\x04Ê▄ó\x0F■│"
  b"@L<fªWK\x1F½£Ý\x07\x08"
  b"@ešh\vpC¨®\x08^‘ê¼Ó\x02"
  b"@†8\tMäC\x06±g–1ç4\x1Dº"
  b"@À”‰6÷N¿ˆ28”AÆ\x12"
  b"@÷阤‚Jl¬QóãS.ÈÔ"
  b"AkÐ\x13\fI▓╗\x06(ÑDìg4"
  b"A¢u_\x1E®EþœV¼ÓÉô\x7FÚ"
  b"""
    B\x1A?ßÐÕF\n
    µ(ãp|¡\x1Ax
    """
  b"Bo1ãÔ¼MѱÞCåŒ}L“"
  b"B®ÓöÉ█IÅ¡╔├À¡g┤Y"
  b"C#aø,nCð³JNšCŸ†¹"
  b"C]—”òÍMijĎnO€)Ï"
  b"CŽ3íáIAV¡Ý\x04k]u§\v"
  b"C–P—Ó:J6¥\x0F\x11>/÷"
  b"Dŧ?\x1FíEYón°ßð¢\x05Õ"
  b"Dî/¶\x01²F³´\x18:~˜Ô@\n"
  b"Dõd:š¥J#¼½‰ºÙ}×R"
  b"G>ÚÕ\e\x1COG·¬bD±…È%"
  b"GK¥╩ßÉM▒øi¸8\x17qþO"
  b"G¬»\x18XÝFaªX\x10×ðÊ.t"
  b"HÌ€^:\fJpŠ~6\x1EÁ\x17ºª"
  b"IŸF_+—@[€)(š‚Xå`"
  b"I½&Í-xJ“ž\e4[|Šˆ*"
  b"IÆàÅͲ@>©T\x00\x1EyL\n6"
  b"\x05k¯]F"­¥\x08\x11 „%þ"
  b"JË╔×±/OMÉÄXZ\eº¢Å"
  b"\x1F\x7F1\x06N{óH5D\x06Å\ea"
  b"KÅÖ®Q┴A£É¯7]AÆ\x02ñ"
  b"K¿.4«³KɪW\v]uJfé"
  b"Kêò\tñ·Aà¢Þ¿Ú\x02Î_0"
  b"LÐ;Òá E¨ûÅ╩¥þ;}Ò"
  b"M~àÐìFBçºþö9ÈÚ╩\x18"
  b"Mï@¢ye@4ɷغÊì╗°"
  b"MÈ2LJÖFX‚[\x10\eǸ Õ"
  b"O\x13@õB0OÁ¬‘¤FŽ‹ëG"
  b"O\x1A,ŒZäO«¡¿“@À€˜”"
  b"Oc4”Ø€M\x11‰>ºÀˆ \x1Ex"
  b"Oo˜-\x0F>MQ¢iLà\x0Eª,#"
  b"OÃ<ü»┴J¾Ñ\x1CÅÉÓ÷´´"
  b"Q¬X\eusBI¸‹Å_\v^ƒí"
  b"Ru!‰4FN1¶KÄKåë­\t"
  b"S(FË\x1E?E±©·ô\x16¿_ÈÂ"
  b"U);ÚÿÎK\f˜MþP]âí‹"
  b"UÉ$|BöE,‡:Š©|û7]"
  b"Uä)Dê\x7FK?‚*]Ðð݈Æ"
  b"UôÖ»–\x15N/›¿\x1Dª™™\x02¦"
  b"V%\x1D\x06ÉéG\x7FŠ/ô”ÊçPS"
  b"VÁË,e\x19L\x17¤TLýº–(Ž"
  b"W\x7F|>w²AP¿Âêí®<™H"
  b"Wû4"õ▀L£╝LÈj%ÅMC"
  b"W½„˜hàH±¬(ûšåFU$"
  b"X切A\x02@׬ZSã\x01ÀO\x0F"
  b"Z\x06\v?“ÅLJº™|7mȯ‚"
  b"Z\x1E\x0FÖ÷ÐEUØ┼\e{\x1Ar\x08×"
  b"Zɨ▀\x14ÁNw¡\x1D¦óê\f\x16&"
  b"\\x05w\x04\x16\x02Kd®þsÏðÎ\x1Fi"
  b"\>iÅ¥ A+╣ÜjÝ6\x1C§§"
  b"\iì\x12¿ðL¸ÂÓXa\x0F■{*"
  b"\tÁ\x1D\tOÍ„Û\x18G8ÒЃ"
  b"]-DÉÿÓFµ¾5›\x08\r‹KÁ"
  b"]D©ä²¡@¦€‹{†[\x1F¹>"
  b"]cä,i°Ië™y.O%ŠüQ"
  b"]es\x12ãàF\x07\x19`Ä>´ò$"
  b"_HÑ7_úD-Œï\x02í a@Ç"
  b"_x™1;{A^–¢ßO\x00;lî"
  b"_}×\x10‚ÞOñ‚Z>OÅ0¶\e"
  b"_ñfFw$LìÁD\x11\x1Fvêü\x1A"
  b"`8\x02d½óBí¼YÀß\x04Ö&="
  b"a\vcf\x1F‰De¥\x04W~ˆí¾‰"
  b"aæÀ_NÿH ‡Ê\x1Açè£_Q"
  b"cFÂÚ\r\x13AÝ£ï¨\x1F\x10Yf\v"
  b"""
    ck\n
    ´\f.LÀçøÉláä¨@
    """
  b"c»å¨Á™K$‰\x07‹P7wÌ”"
  b"dW¦4¼VN‹ˆ«2[\eä^¦"
  b"e\t#$ÒîLX….\x11Ô¬9ws"
  b"e\x13òÉ▄8G2ó└ñ3\x0E.\x15å"
  b"eè§îä!DKì\x19!²Â\e)G"
  b"e§^\x04˜=G:±<ÑR¶b\vÝ"
  b"fö$à&\x1ED „§\f¤Í¡\x1DÉ"
  b"g\x06\x0F{ÕøIÝ•#­¨Î?¥Ã"
  b"g\x07ÍeØ\x1E@2ø£\fk┼P]ö"
  b"g%sUWøN\x0E´¥µq‚i\x0F "
  b"g,ïV┴&BbºêÎOÍ\x19Ø\x15"
  b"g×╚‗¥ÿB\fÅ\x1Eð;~┌Ð\x1D"
  b"hÈPŒÉcD7‘;ôÁõ`‘$"
  b"hÜaTZ£O<¥\x0FÃ\ri|ù&"
  b"hÞH\x16V\x17L1’®\x11] Y†"
  b"""
    hÚò2ÛÛH\n
    ×\x1A\x05âQ╗Éê
    """
  b"hþ7™‘øMÕ£wæH1è`í"
  b"i…=ìÄîJ;ˆº\x7F]ª¹+í"
  b"iÊ>\x10SþH-¢Û÷½]Y¨;"
  b"j\x0Ff­ƒtIК±„Ÿ¬UWÜ"
  b"k6|Є§B\x07§\x13;Q0+»9"
  b"kHÀ­Ö\x04Ml¬>¿HpýšY"
  b"kP0¦8)Jç°aJí.i5D"
  b"kàK8-#K╚©È_OÉå!|"
  b"lkX\x04\x19öO\x1AÉA§ Cz\x03Ø"
  b"m,ûyDÉE ÿƒ\x13±_k /"
  b"më€p!)HÅ€hiÝL­8ç"
  b"n\x16ìË\x7FwHê▓i#={\x12E*"
  b"n<é}ƒ…DÿŸÊ\x06EÁê‰u"
  b"nÊY¯ó÷Jˆ¸µâ¶’tÔ\x15"
  b"nÛ*¦\x03úE'ªâ@fu¯ìy"
  b"oy[\x18\x03ªE¸§µ\vþ¤J:\f"
  b"o~äEÉ"Mô ½+?²±‹¶"
  b"p<ß_ž¿K\x04¿#\x1F\x16yâ¯ü"
  b"på/Ô’:B‘ž•‚˜\x02MÍó"
  b"\ea\x1CŠA?ž"†«\x05/€²"
  b"q2\x1F±%ÛC\f®i%’´¹\É"
  b"qq\fÙõðFRŸúJŠÀ”9É"
  b"q»V€ü&Bp’\x12ûl¥\x1Câç"
  b"\x1ET’\x1AGR¾\x16sÝIÎÎì"
  b"r`º+W‡H¬¶úê‘"\x19\v "
  b"r„þ¹ghD´¶È.öìY\x0Fi"
  b"rŠxúéeM•„\vÄš„ÓnT"
  b"\fgæGMܱû©e±.ÍŠ"
  b"rî¶¿±\x0FLÙŠ”òE¼­A\x14"
  b"smˆæÙ:C ‚\e?öÁ;4Ä"
  b"""
    sr‡\n
    MþKù“¯1>‹Ýg—
    """
  b"\x0Eì­4E™™ŸäÙÀê\x1FÀ"
  b"\x03h| B ž¹§¾<«õS"
  b"sï³ÉøƒGe¯‹Ÿš¼t{i"
  b"t╝Êì\x06ÎAQév+╗&ä_."
  b"tÂ=ï/(BAŠñ`d§}Å\x0E"
  b"u3\x04ëK¬E<¬‡u„ÔãŠ!"
  b"""
    un\x14a/\n
    Dø’š\n
    \r¨\n
    \x06P
    """
  b"uÇÌg·³Ba•Î× \x03J\x03ò"
  b"u╔─ÅÈ\x18@³áº\x0F╔.¹!Ë"
  b"w\x0FÁÜ!¼K\x16¨£äSÑ£ã«"
  b"w7J\t‚æA\x17\x10ÅGÔ»|\x05"
  b"xõà÷C\x1FF« ƒy\x1C÷­çâ"
  b"y\t\x11*XçE\x15»-M\x01<?Éu"
  b"y+F\x12fÍGL®#Vª{*m\x0F"
  b"y>ê½õíBÊ¢•t ”ŠÒÎ"
  b"y\Ø\x14H\x12FM«(ÿJyry\x1A"
  b"yy‰56(LÕ¦ý*ÞWÌ´\x06"
  b"y}m\x11\╣Dkì"¬°«°C4"
  b"z\x08nŒB\x01Fž“+J\x187\x11\x05+"
  b"zù║\x16┌ÅO\tì6┌ö:àÛË"
  b"zÖÅL›ãO\x03´EÓ\x1Di'íþ"
  b"zßòc™\x19B⿽°>«<„ö"
  b"{\x16®}œ"B ºÝH—´Û°‚"
  b"""
    {\x17Ý^:ñF5íìøõ\n
    Ã Õ
    """
  b"|\x14\Ë:ÐIü¢Äì─ù©\x14\x06"
  b"|:ÐD¨QI}”rE¹Ð)^ï"
  b"|tZa”<GW¤?ƒ½J`b€"
  b"|ç]\t™wL¼ˆM­i3xIŸ"
  b"}f ük³CÕú]­§\x04¤Ò▓"
  b"}³ØÜ.\x1EI±´·þD\x1E†vö"
  b"}Êa­QbAŠ¥«s6~\x10g9"
  b"}õ╗@\x08ï@ Å\x01rH\x035è│"
  b"~š‚¶E=H\x08·‚è¹VXöÂ"
  b"\x7F¶Á‘\x19~GR£\x19*ƒ Ü;n"
  b"€i\x04’Ñ0L\x02¦Pkß,ÄA¼"
  b"üûoø úN░úû{®þ\x00╝É"
  b"é\x03ï\f=\Dçü┘¡\x1Cô­¥╠"
  b"‚t‰é[PC©’\x02Â\x19\r·x"
  b"â\x0F\x0F\x18Í~I\x10¢üçI=òC╬"
  b"ƒX=@[õL†­©N°/Í®|"
  b"„¬G: ÏF$š\x13Ö›j\x08v3"
  b"„Ðx“\x14EG#£çÙãC(ýO"
  b"àJÜ\x1C÷╠DfüËÌ'ɶÏf"
  b"…q|7·\x0E@ꀳ/Ü\x18&{ä"
  b"…†H\x05Q¸E™³Í”\x16¨ˆì7"
  b"å><xáVJ'ÉЭÌ9¡9A"
  b"åiß%░\x04A\x12ô\t-ب┐4┼"
  b"å├Ø█)áOè¼Ç\x1F╝eä■¬"
  b"‡?ÞŽSOBµ«rÆGoi\r5"
  b"çÌM*Á;A]┤\xmîÕÉ·"
  b"‡ç2<Î\vO«‘å÷ÝZ›ú_"
  b"ç§:ìáNA\x17¢\x12£E49\x01þ"
  b"ˆ5°ð\x0E„H6žeGEjVQ~"
  b"""
    ˆª\n
    \x0E•@O™º[\x01”…mr\x19
    """
  b"ˆ÷ëù\e\Ky¡´áÇ¢ÑÊ'"
  b"\x1F\x01ì.Bά\x06`/©½fÇ"
  b"ë}è°\x07SOÅ▓¹/Â\x07æ▀1"
  b"‰ã‡Œ§4I¬˜!›Ýæ¥Ò\x03"
  b"‰é_óÅ*O΂\x11³~Ù«\x1F\f"
  b"‰í¥œŠ²HQˆ`?á„Kùý"
  b"Šp\x14–ŸÑJg»~5oš ¡,"
  b"èÇôÈýÃFÙØ\eNT w­y"
  b"ŠŒ`Ï}WHb†¤OÞÂñG¹"
  b"ŠÊš\x1AýgAЧè‡Õ©•cé"
  b"‹0KJo\x7FM™„Xz¨t\eÅõ"
  b"ïäC\x15\x10°F¤á7bÿ\x17ØäÏ"
  b"""
    ‹ Ñ\n
    |±Hè¾¢&½%ö}¨
    """
  b"îû\rä\fVBm¥â\x11½l¾\rÉ"
  b"ŒÊ¶¢%¦Ie¸‰(ø¾\x13V."
  b"ŒþÖÀ\x0E×Iaˆ€\x07溢æJ"
  b"ì<4└(µI?ïÊÖ\x17\x182¨v"
  b"ìK\x14¿I\x13@P║±µ\x13\x15\x14³I"
  b"ìvàÔG@OÒÑsuC\x7F±\x15"
  b"ì¥\x03g¸EEo╝.ÑÌvqwƒ"
  b"Å\x13\x13?╔D▓ú\fòm¤■3÷"
  b"""
    Å#H­\vèAÐï\x07\x18Õ\n
    \x03Ø
    """
  b"ÉV$,¸*F«®Ç▓À\x06;úË"
  b"ÉÓÈ)Ò`H®×p>3F~Î\x07"
  b"ÉÛïóÑØO à2╚F┐Åët"
  b"\x11Œ<ZCLP§œi\f\x0Eøtð"
  b"‘Bæ9X\x17NK±£êZŠ×¼–"
  b"‘WÓš\x06™Ac©/\eÍowJÞ"
  b"‘üiè’\x10I›©\x10Ðb´Nª:"
  b"‘ýFµÌYJ@‹2c^JšÄ|"
  b"’L†W©ÝJ¡¼âËrQ·]s"
  b"ÆPCâ\vAC®»│¡ù(,\x07Ø"
  b"\x01\x1AßF‰ªÎ×\x08EØ9b"
  b"ô)o┌ÙòD╩┤Å´E2§\x07"
  b"“*\x18C<\x1CHI¹Ý4ñ5Ï;\x10"
  b"ô,°G"¨B\r░■ü║Gû\x11÷"
  b"“48PÜÏ@+‰ï-¥Á»\x18"
  b"ôØ8`¡;BLêÁ Y±©ÿ┌"
  b"“Ú7šjsAm˜\x07¯æ/¶Eé"
  b"\réPN+@g»‰èÞ&‡\x04O"
  b"\x15Fù7úJ¹—ÍÿýËçà\x16"
  b"\x1C\x11\x05¬dC©ŸÔ\x19~j·µ´"
  b"ö¡ª}▒|H=Å╠&w%═t_"
  b"•(ðŽm\vO\x0E±qzšXWp³"
  b"•»\x1Cb®³KP–S+fÑ\x08"
  b"òðc"´ÞG\v¥4╦@┘Űá"
  b"–Œªµ\x1AÊH\x04·E€b®€,Ø"
  b"–Ÿ—×]ìL\f¨4ˆ!†ào\x00"
  b"— ˜ÙQ{H¿ŠÖUS!š\x13v"
  b"ù!à[I7EJÉDéı|~d\x14"
  b"""
    —¦»DÇrOâ›\n
    оq±S%
    """
  b"ù▒Æc2│N/ò▄\x1AÐv,Éx"
  b"""
    —ÈØŒ/qB\x1F…;\x03\n
    ÝpF\x14
    """
  b"˜f“Q£÷G™»µÃ—? ‘Ã"
  b"ÿƒìK│.Aý¡╚ûv¬©\x05§"
  b"""
    ˜Àg ó\x16GU¹®;Ú„\n
    
    """
  b"™Å˜|\x1AUO‚¥;è4ˆ»\x07O"
  b"šøîRû\x1DN}­\x06àÒ9*F\x11"
  b"ø$\x1A8j\x17K®¡l\x08ör¥ü¶"
  b"›=\x1C²À›Ns‚\x1A®¯AÉÂ8"
  b"›P.V†ÛG\x06™ê\x1Eg'°^‰"
  b"›¶•[ .DË™}8B;ŸC("
  b"œb‰FýæF•ƒî>\x04\x1Aä’i"
  b"œc\x1F†Ã‚Hï†s\x1E3ÙvDÚ"
  b"£ß┌(\vG É_ßZ│í\x1Eþ"
  b"ž\x00Ά’œErƒ\fwuݵ\x08\x0E"
  b"""
    ×ü╬\x7F\x10FBEÿA3\n
    \x14'É©
    """
  b"Ÿ\x06ôÏU'@7­ÕÖ‹,%\t"
  b"áè¥iÛsLØ╣█Áä\x11jw¡"
  b" ºH\fetF/´\x1Dçnìå£\x13"
  b"íOlõ ¾L(ìJ£i'v÷\x7F"
  b"£?rwB3@ã¤~‘Q„‡à‚"
  b"£J³|I¦F¢¤™\x16\x19o)ÇÙ"
  b"£QÄÔ4;F†’ÔÁ<üÕ›a"
  b"£V‹©”ïBðŒïpð2*a\n"
  b"£¬Â\x10ÐëK…³Ï÷€u\Z!"
  b"¤\x1E•è´!E@¦ áóu€¡å"
  b"¤FÈpJLFêƒ9̸\x07\x05^†"
  b"ñmDrË-NÉï"HÝ\rîÝ-"
  b"¤ÈÆëÔID”†»‹ïÈ\x0Fx”"
  b"Ñ,X\v\x0FøF╔¼Éhòâ┼¸è"
  b"¥0åË¿èKc†Œ\x03¿×ö»Á"
  b"¥g‘ÈþdA—†\x12üãã52V"
  b"""
    ¥ÖÚ\n
    8ÎGå¬ë¤>FQs\x15
    """
  b"¥Ü\x0EÐ,ÏNÔ­NO\x1Eë\fÇï"
  b"§\x0Fó\x19]ÀN’»\x7FkR¡ŠÖ_"
  b"º┼â-à\x1FKÀÑ´ôµÈ}}É"
  b"¨©©mLHN+•¶—Ä^œ¥’"
  b"©‹Ò’CWD|‘\x04!%\x0FZG\x12"
  b"®ªÞYKÄG§Åo{Rr¦£Ô"
  b"®├ ï&yK\x11ؽÐB▓f_É"
  b"ª(äqè·C·¦ü\x1CÍ~±„c"
  b"¬╦Å̪óIßï\x0EÎB9Í­┴"
  b"«j<Qh\x14M6·î/J¦/\x06²"
  b"«š6…QSEç²ZÛ)Ÿu?:"
  b"«æ¿'ì¸O“–o,fgT\x17}"
  b"¬IF×ÔbCàˆ7(ò\x0F6L6"
  b"¬”E¬ HEꡈú\x05èj‰ø"
  b"¬ÛŸ\x1DªcM\x01…x\x18N®%ûã"
  b"®6=\x1A\x1E>FðŽ‘\x07¨’!ÄŒ"
  b"®ÖpN­NK¤‰Lö©_©.L"
  b"»-~@ÅÔN<¡¡╝¥ë1\x7Fã"
  b"¯œNÅ\x162@CŸZÚt!ºã–"
  b"""
    »║ÚE²+E±è.1I;\n
    øÅ
    """
  b"¯÷wcݤH\f\fãâà?ë’"
  b"░O0┴H»D\x1FÅ\x1E\x03ͧB\/"
  b"±ÊºúTâEY¯˜Ú\x7F'P\x10R"
  b"²\x0F̓öˆH©„ªºÈ<Lç8"
  b"²,Qhz\x18FžµÜc##ì4Ç"
  b"²Ê%õT\x0FO­þÿæx«—+"
  b"²ð‚ÈpÁOÒ ÷rÇuúú~"
  b"³Q\x1FÈ@žKÞ·\x1E{jÚbZ\x0E"
  b"³†ÿ*H¡HÁ­ól¦X\x10æÂ"
  b"³Ú«D?ÕE\x08œÅÕ?y\e"
  b"³èþúÓMg¨Xqö\x1CÒÌ…"
  b"´(xk³€B\x05¯»IaŸ°\x03ÿ"
  b"´[\x0Fd–*@ã­oáê‰ålõ"
  b"Á%¸╗» OGÀb"ÅN¤ð½"
  b"Á═ıug D_û╗Å┬¢Ö,["
  b"\x06ÛÇŽ\x11@€€­yR¾Œ¡s"
  b"""
    \n
    òCÍDLl‡àj´•»Êÿ
    """
  b"""
    ¶u2\x02\n
    \x16FÚ‹^å®ãxŠ×
    """
  b"·hwþç·K¨±ß*Ú_?ð+"
  b"¸ê\x07 Í&HÇž¿M \e\x1C91"
  b"¹*=þ1dC\x03¼ýO]ž8‘µ"
  b"╣npâýVC»ü-▀J\x05\x03ôN"
  b"¹ziê¿\tEþ…\x0F~+Éò•}"
  b"º$0ÉËÔLt¡®§è=(HÍ"
  b"ºµ'\x05ÎDC2Ÿ_Ñ™ªe\x10!"
  b"\t{ÌÆºCyíâxüÃ#ƒð"
  b"»ŒÛ\eî{Oȧ\x17¸¶\vÔiþ"
  b"╗░\x11eôLE\x12Øÿ\x06ÔA─┴\x18"
  b"»À-s\x03ÛGb¼Õ¬ä\v\x1F"
  b"»Ñ7€X\x14A\x1F§·ö—õdaµ"
  b"»Ñ8>á‡K\x04¶àI\x11†%\x18æ"
  b"╝Ò\v3DÕHÔØße¤1┤ó╩"
  b"¼ùP30`H\x1FªƒLÿÇ%ôZ"
  b"½2ó\x08\x0F3K£ˆ›‹ã\x05b$J"
  b"¢zx╝RËG2ìÕ]æ%\x01▓Á"
  b"""
    ½¶\n
    eù%Cˆ”Ègš¿W4¤
    """
  b"½·¥\x03\x17¶C±™ÍY‰Bq\x00|"
  b"┐Ükê¹ÃJÿع¢V¬¸Þ▓"
  b"""
    ¿ûsÈ&±C©ƒ™«ç\n
    Êè2
    """
  b"À\x14\x1CíšâK†­†0øUHÎi"
  b"Á'«µ\r'BŸ¢ÅhØAɦ9"
  b"┴п۹2I Å\x04\x01¹\x18¶ÞÊ"
  b"Â3ɺy\x0EBë“7£ç)ˆ<™"
  b"Âêúñæ\x03@D«½ãFË* *"
  b"Ã\x07SÏCèOk¨\x17öJ\x08–IŽ"
  b"ÈJ@I~Eí¥ÜðCׇàE"
  b"Ä2ìÅiZHN‹Tù¯Š‹aÑ"
  b"Ķ· ±³BÛ£"S\x0E³ ‘\x1F"
  b"┼1\x15Û´░I6æÖI-JC»Å"
  b"Å_D\r3\x02O3½\x15\x04a ¯w~"
  b"┼ì\x7F£½²E¥Äë:%åØ÷\x01"
  b"ŧÓO\x0FæN\f¯6\x1DWÍÔ%µ"
  b"ã ▓"lPG\x1DÉ╦I\x12Æ\x03─k"
  b"ã×$âì\x0FL©çò\x07k╬Ð└o"
  b"ÆÜ‹êœ#Ff¼\x03žvB\x1DËo"
  b"ǰ}E\r’LÞ©@Û®^kY\x16"
  b"ÇÕ\x0E\x0E_®D•³ôèTד£‚"
  b"Èâ£þ-ñKSŒÞµUáŒ\f>"
  b"É\x14÷¨h›NT»·/‰"8\x16s"
  b"ÉQ\x00!”UE¹‹\x16“ì&‚Ë?"
  b"Éë)äý.D7 W(UÚÊ5N"
  b"ʦË\e\x15ùE\x06ºî”«m«Û/"
  b"╦!õaºM@W¼=ÅH\´Z┼"
  b"Ë}¼úÊ\x05Jï¬\x7F¤©`â«#"
  b"Ì.\f—:¶J™¨¤Ã6‹y\x0Fæ"
  b"Ì€½\x06¥¥HÏ’Â\x08\x06\x15}"
  b"Ìâ7rŒšD0•Õ¬¬%XÊ+"
  b"╠■╦æ\x16tI¨î¡\x00ó▓²#Ø"
  b"═:\x14\e·\x1EI©Ø╔'r─S┼\x06"
  b"ͤر\v?Fÿ…–×\x03Ðaã‚"
  b"Ͳš$ò†BI¸Q\x12SªjX\f"
  b"""
    Î)?C¤íA\x18Ÿä#\n
    \e\x11
    """
  b"╬5ìBÒûAú╗~c\x17Ú;2Ã"
  b"¤sƒþ\x1Fº@\ìíõT─■Ét"
  b"ÏÖÜšõôK;“5GGokˆ¦"
  b"Ðx‰Fr¿Aù»¯õ‰nJ{j"
  b"""
    Ñ\n
    _¤OÊIu¿\x01OC/\n
    
    """
  b"Ñ$T÷E\x05E&¶\x14ŸðZ\x13ïô"
  b"Ð$└£ÛÉBýîÔ¯ñƒq\x05"
  b"Ñ3Ãuï¢L\x05©\x01ñ×oh’h"
  b"ÑI§Å"ÔG\eµuÍ]—Ï:á"
  b"Ê\x0Eü¿þ_L‗╝"¥[▀ì\tP"
  b"Ê,7dØ0L\┐éGtÎ\x13b╝"
  b"Òñºjn\x12Aÿ®Ì¡\x15Ä®‡M"
  b"Ó?È|ê‰AMŸìÉ™.IŽ%"
  b"Ô.ýnS\x17Ds±èÁ\x0EÝÊåê"
  b"ÔGÀº»sIÛƒù_jAZ\x19¨"
  b"ÕÇËÉ‚NO‚‚Åx\x00lï£J"
  b"ÍõT¢Ë¤BÏØI¤$IZÒ\x07"
  b"×ñ…¬d/A“ª!ƒªµ×_Ÿ"
  b"Ø&ª\QôF\x19…;§,\x17´¬å"
  b"Økä)\x18PG{žÊ?÷Â1T\x06"
  b"ÏvEÂ\x18┼Oþ┤ÕCØwØ"["
  b"Ï¥ë╬│æETÉÅå;ı╠Í/"
  b"""
    Ùž#L¡kIw µYP\x1D¯\n
    ;
    """
  b"┘─\x1F)°QL¦å6ÉÅâ°\x14\t"
  b"""
    ┌<­\x08©├LîÂln\eØé\n
    l
    """
  b"Ú–\x18\x1A\x1D‘AA€½Éü$Ûlö"
  b"Ú¯\r\r\x1F°C±¸\x0Eg«rVAþ"
  b"Ûµ\x18\x05ÛED\x07žßª}}X)Î"
  b"\x19╔X·/N׬UØÝ÷¾Ò\x1C"
  b"▄ê\x00`h(N«å\x10§Ø\x1C=VG"
  b"""
    Ý\n
    ‹°yÝJ]­Éƒ\x06*\x0FüÀ
    """
  b"ÝcÍJ$9@îŠðË|¶q3\v"
  b"¦o94£ÉG?åo7f┬{æy"
  b"¦ü\rÓ┬ÿAÔåÿ ├└▓▓Æ"
  b"Þ\x17H]Y„C‚›”õ¿ÖUl&"
  b"Ì¡¥2╝\x00O)╣|\x037ø┬╬ü"
  b"ßajöÞíM0°ßR<­] Ó"
  b"àF87\x07”LX½žO¨>€½8"
  b"àußê¢&M¹ƒ–_\x1A+*A"
  b"àœd‘U\x14H)¸\x15F\x05óSÞc"
  b"ÓÈì\x16╔╗I\x10ªJ╝âb¢█Ì"
  b"ã\rÌcHqCVº›³œ\x12\f\x1Då"
  b"ÒPÃ]0\x13D±▓xÜ\x1F?¦ü▒"
  b"ã]d\x04]OGG±\x10X\t!4al"
  b"ä.šÍ·¨M±¥Ü!ϧ\x0Fvo"
  b"å\x1Eá7Ë\rN:‚vg0#©\x04v"
  b"å8²È\x13úN\x02¹Þ4ÜO¬ß\x08"
  b"µØé­\ËI\x04ëñ·ïjÂØË"
  b"çGïƒVþM¹°\x03¶oòå\x06\v"
  b"""
    þ▀£^\x13Dºéd\n
    \x0FÍØ,\e
    """
  b"è#9ˆFûKš•Iq…Y{‹Ê"
  b"è.j8Í4G.µ Áa†ÿôI"
  b"Úò¾üõáHãáñý ½¿\x1Dç"
  b"ÛŽ9NbKì¥┬1═rá\x073"
  b"ê·€«é\x05O#—ˆß0ªO*à"
  b"ê¿\x19Ó?[@/¸\x13Ї¹\t\x07£"
  b"êÕëü\rª@É—`eÓeÆd­"
  b"ë?þ&öØHu‰<\x01*KòÊì"
  b"ë[žršˆJÈ‚¤2… Kµ,"
  b"ýuO\rì°BÅ©å;zÈ\fàØ"
  b"ýÿnaÆ3B▄ü¿╔\x14\x19»»À"
  b"ýØ\e¯ÎJNKå\tºûGw▀└"
  b"ÝÃâ╠─ÜB4Â║¼ì\x06┌ì┤"
  b"íÔedÓÞMÍ’¹B\x15¡š™e"
  b"¯Y;╝wîLYêjéj÷íØÉ"
  b"ïÊ\t¨ *Jn”ç˜"ñ\x15"
  b"­;ùg_ÐCtüÔeÂ\x1F \x7FH"
  b"­dUý#ÏKDñVØÙIr(J"
  b"ñjØ\\ìI.•M”¯tÎ__"
  b"ò\x0EPðÃeEd¬\2\x12\x07´”G"
  b"ò­Êëû¶@¼¯æÆ“ÃÙ“d"
  b"óíò܆\x04C8¿ö¯6¸Œ²\"
  b"""
    ôÂ=G´ Náš–\x1F\n
    \eÞ¥<
    """
  b"ôÓÌÁ:ã@(¡Qi0R¼h•"
  b"õ&»Ä\x18óC(¶öôµ‰]ðÍ"
  b"õÃ¥O=\x05M,»yø\x16íñºÂ"
  b"õõžh\x05ƒB|ª\x103g|œÉo"
  b"ö!\x01òQµKĹonu–&ü-"
  b"""
    ÷\x0F}>È\x1FB\n
    ‚m\n
    ôš§ƒ3
    """
  b"¸=)2ìjGqù█U ^\x1Dph"
  b"÷€¼í~\x0FEü§òÆìTª`X"
  b"÷¨@ßíùM2·i\x02ü:42$"
  b"÷Ú&Ë*"M¾°À¹½"9\x0FÐ"
  b"¸█Æ■·fB\x7FÅx\x05┘=¼µ\x10"
  b"ø£w^xnC-œ\ríû8õÍõ"
  b"ùáÀ,ÈÁF­˜ÞåË_?Í»"
  b"ú9?¦‘’BÏ»‹â±,Ùû'"
  b"úÀ\e)^\x04KXœ¤ø²Ì²†Š"
  b"û‚ÝêŠ(L ¤}ÖÃÜöÚS"
  b"¹ê\e\x05\x08\x04Ghù\têaµìt^"
  b"û¨©V\x02ÀLm”\t\v ,˜_"
  b"ü,4Ö¶sM3§è—zVxsÒ"
  b"üQ\x15±ª%Aj¹ïŸ\x04\x11Ò\x1Eó"
  b"ü¡a:¥\x04D`Žù:|¥Ö\x19ê"
  b"ý˜òýAzAýŠ›\x13,b†IÛ"
  b"■Ìè´h«G─ì¢y\x17$°eB"
  b"ÿF#5`\x19Aí›Ò·Ú\x1E‡Ä\x1C"
  b"ÿ²ÃK\x06`D®£ô9\x07X™J4"
]
85 1.72 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"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"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"¾÷A\x06Ì\vA%—…S$oñjÖ"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"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"õ•"¨‡ù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"õ•"¨‡ù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"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"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çâëB¿®¼¶\x1A³U\x0Eô"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ù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"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"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"õ•"¨‡ù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"
]
86 8.93 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"\x00j‚ô“éHïŸ\eÑ"÷b‰\x17"
  b"\x00Å6\x16\x1EÒB´ªædÐä)z3"
  b"\x016´¤\x179F»·Ä¹²>ª{\x00"
  b"\x02\x01fó└æAcá\x17ØdN²/õ"
  b"\x02\x04Æ$┼cG\x17ƒñ└\x13Ô¤═Å"
  b"\x02Á░╠âıK*ñþàì:îG▄"
  b"\x03lT²ØËJм$Dâ“Àan"
  b"\x03qôòçÅBÞ“Ëv”·u\x01"
  b"\x04Üi\x01B…Nø¡ÃIû0_êw"
  b"\x05á£\x16ÎýNZ©\x14É#Tb║u"
  b"\x06\x07š®)¤N\x07¦¨?3‹poŒ"
  b"\x06/dù>@A\x02¸Ã^,\x1A(`¡"
  b"\x06K/\ߤEéìèhI\x03ÀÆá"
  b"\x06Ý%üÖæA\x15è;Ü*¸]═!"
  b"\x07 $"Ø^B¬­áç7Y5\x0F\x12"
  b"\x08\x11¼Z▄åG│ên|└É\x0F┼Ô"
  b"\x08M‰`¤|C߇!ä\x04vkÊ?"
  b"\x08«lë˜lOãŠèå¦-\x07hk"
  b"\x08Îd÷'ìJV»\x14¤(¾\x13"
  b"\x08ê8ð9ÈA뙺ë ììC&"
  b"\t\x7F\fHé¯"˜`\x04{Xi"
  b"\t/F\x15╚ÉI▄¬~'*▀╬·╝"
  b"""
    \n
    \x01#m׋E·¼‹õKƒf ¨
    """
  b"""
    \n
    \x03|ìo/I\x08ƒÀìÇ4…\x19h
    """
  b"""
    \n
    ú'çxùIšœú˜ê"\x01
    """
  b"\vN"ÇÙæD\x06üc½zÅçÉÀ"
  b"\vX\rM▒»C{Á*µü\x04_úÏ"
  b"\vˆÇ°š\tJ̨\x11\r°\x01¤"
  b"\f\x13\x1A\v║E\x14úÛ╦eb£\x0EÅ"
  b"\fÁ┼ÿßKCGÅì£@§°ß\x05"
  b"\r\x03\x18│‗ÄI┤Ø┤í█óGiR"
  b"\rÙ\x17y£IDá¥N†ð|Ò}\t"
  b"\x0FyY àÙN_ÉL5_4{éí"
  b"""
    \x0FöØ!ÀæNB­°Ís[\n
    \x1Dü
    """
  b"\x10‰bYÈ(B\x1D¯GÕ`dú߯"
  b"\x11Ë8└y\x12K■ü®(├\x7F\x14\x7F¬"
  b"\x11‗Æ\v¼¯Oßå\x06DÐ├Jƒü"
  b"\x12\x10ïs).H4»\x02Gz ™Zç"
  b"\x12Zã"eÃHŽž2F\x15Ë=éà"
  b"\x12ÐäúÀCJ\v\x1C▒╗9æü("
  b"\x12õ\x199\x02_O(’²˜V¸þ\x0E¿"
  b"\x13W&òdÀBt«\x10‹<rÔ9\x1E"
  b"\x13z°@$[FAœ]\x19æ\eUGv"
  b"\x13¼O½j░Jýìt®{Ã<7Ò"
  b"\x13Ò¤O¬┌IýØ├\x17\r¡·|Æ"
  b"\x14°˜ú¿óH}™I0«£ô™A"
  b"\x14÷5/\x15lO{º4 0芋z"
  b"\x15▀ÊÙ¬®Hf▓L`╗ÞÅ\t4"
  b"\x17┐ÏaÉ£GcÁ΃╠þ┼){"
  b"\x17ã#Ì\x19¿L´®\x10‡ãÅCÔ\x1A"
  b"\x17ýyo8nA*ªKÙ‹‰ð¸Ê"
  b"\x18Í[ºÍ'F\x13²*ÿijK\x1Ez"
  b"\x196Õ¹\x0EbCÕµ4\eöœmyæ"
  b"\eikY\x1F{@Œ´dÕø¦žPð"
  b"\e˜èÁ~ÊMb§èD˜~\x00ûn"
  b"""
    \eðŠëDFF\n
    §Ud1›“Ÿo
    """
  b"\eúLŒó~H=‚²D,¹§Qb"
  b"\x1C\vÙ\x11\x1AÇOn¦àAR2A“Ô"
  b"\x1C,6'nÅBæ•\x01r\x0FÆ ÄÁ"
  b"\x1C†wœIjB\x06†ù¼\x1EŽ~¬‹"
  b"\x1C›±Mc½H=¹PbÙqô8+"
  b"\x1CÑ£EØ(I)µõWÈ`»¨4"
  b"\x1DO÷¾ú6C&ª¬S\x07\e"
  b"\x1DıPÞ$\x7FI▀½ußjo¥Å¦"
  b"\x1Dþ\x18º╦üHlÿÊ\x13³zâ"U"
  b"\x1Dÿ \x02Ü$J\x1C½æÂêÔ®A!"
  b"\x1E!‰q\x14}J\x04¼\x1DvµuÎþ\x00"
  b"\x1EygC\x14"I\x06\f Ëûï¨\x08"
  b"\x1E³\v­\x1F‰AQ»\rPþ¢!\x08r"
  b"\x1Eó˜G\x0F{JVˆ'ØV+œ^x"
  b"\x1E ±Íw\vJ╠ÉÇp)R÷┘┐"
  b"\x1FPOùD‡Gê¾Ö\x10ß\x12"3)"
  b" \x1F\x1D\x19[!G\x7F…âVÑQO1‘"
  b" K‡Òô\x12HOš%øLk\x00"
  b" ŠJ\x17›~Gü»dìãŒÅØG"
  b"!\x1F¯¼†ñ@?—­QO[ímV"
  b"""
    "yä9Ï\tNèÜ\n
    │É═Ã\x12d
    """
  b"#b9BþìL‹¸å+z©jë´"
  b"#ÒÅ\rý\x00Iv¶ æ*© Ò8"
  b"$ÍxM´ÿHØ€ç\„-*ú“"
  b"%\x0F\x1F\x1Aü'@\‚\x0F\x01.\x18¼"
  b"&#¤RXæJú–@me&N7û"
  b"&'éèöâI\©a\x1A«Ï\x11ÉÂ"
  b"&WqÃoJEà╗oûòã7Øs"
  b"&¿~8▄ Eú┤Ø\x16\x15¸.X&"
  b"&Èq5\x0EóDXˆ\f¦_'vƹ"
  b"&÷6ñ \x7FM§ˆä‡Œ–G\x07t"
  b"'.ðj?CJBˆçÍTu¬IÖ"
  b"'‘G\x1CU¿I\x10¦òŠ‘å~\x11`"
  b"(7Ëõ«ÐA$ž£Àªã\x00òP"
  b"(g\x1Cýd^A ¢$þ\x020d“W"
  b")<¦\x10#˜E€½îuµrÉ\x10\x11"
  b")n(Ìò”K» \x02¢/à'º`"
  b")üÝ─hÀCò»ÒñI\x05┐┘û"
  b"""
    *\x7FSw\x0F”A(²Z\x13¾|P\n
    ¬
    """
  b"*Žu£ÀëCÖ¸\x0FD4«þ¬j"
  b"+\x01Ø­\x08{@´┤¹÷╝ °Ìº"
  b"""
    +\n
    ê\n
    ¡]Hà»\x16Æ­×Ĩå
    """
  b"+\x19\x1F┐RÛI%»?JÊüà\x11ª"
  b"\x07w¢œKŠ®>·`\x14鲿"
  b"+»\<˹Káøì«³Ú¯)î"
  b"+Åz%\x10÷ES¾õfú~š¼\x10"
  b".QÀ¼ÿWC9´—L\rÊýQ,"
  b".ο/\‰J\x11žqû­­5èÒ"
  b"/Ê>1TÇAç¾µäûÇyen"
  b"0ScñKûB‚‹Ò²ÅÖX7\x11"
  b"\x19\“·Fz‘‡ðwsˆšŸ"
  b"""
    1 ¯Y\x16xO7°\x1Eú,¾1\n
    ý
    """
  b"28{ˆ¡aBB¹\x1EÇ¢q\x7Fé½"
  b"2^71¿îM'Š¢ªÄï,yK"
  b"2†+7\x06´I˜‹º\r]Oöþ4"
  b"3xuÑ\x10~BJ ¸ÄnÆ}ó‹"
  b"3½V█D\x14HGØLLJ!ÖAí"
  b"44ÿ¿Õ\x0FJÒífùEªHü░"
  b"5x\x06¼NÔIÇ•rEÇØjàø"
  b"5ìtÊkìMj£MÆôû‗╩¡"
  b"5Á€³a-BÕ•ñ${\x17\x1F˜Ÿ"
  b"5Ô53³ƒH'‚üy\x16±[>ž"
  b"5Ö5é(8L7ƒfBc‘G1j"
  b"6F¸‰\x15èCýµÇÓÁ9²«Y"
  b"6€\x0Ei~XB\x13ƒY\x1FŽÕB\x10\x13"
  b"6éØ\x13züG^©,Úk{1sÐ"
  b"6àËÓçjAk¥ü╠O9+âô"
  b"\x11d)\x13MÇ•‚Ôfð2=\x05"
  b"\x14ÖRóCÙ±=,©>\x05\x01#"
  b"7÷.K¼üC▀®N³Â¿pH]"
  b"8çK┘2oD\x0E¢7XÂ═müÍ"
  b"8┤▀▀NÅH¤¼É╠Ö¢y\x1F\v"
  b"9NI\rù*LÕŸÇ\x01'vâx·"
  b"""
    9ZÁ\x1F@¦N"‚ð#h\n
    –v\x1A
    """
  b"\x01ú\x10eC;àÉàÒ³ä\fX"
  b"9× å£{D2‰ú\x10x­‹gº"
  b"9öñî=ñIv‹\x0Eßîæ×Fp"
  b":h\x19Á†HCû»CV#sÑø\x08"
  b"\x15ϹKB#¢\x0E\tÜ8Šùè"
  b";-i[ò,Nþ¶¸ø™'Óöp"
  b";NbgÞ¿G'¼I«8.æ³x"
  b";|2ܶ¾Gþ½x¨©ÑìÈM"
  b"\x17Q‘åNœ‹œžv9ß%Æ"
  b";à”o4çGà»)€*‘^л"
  b"<MÉç»ÚBÿš¸}1…¢ð¸"
  b"<¿û░[$EÂÁx4¾´ÉÁÉ"
  b"<ë7§2BBb‘]9KÞÕ¦{"
  b"=RÚ\x7Fí›I­¥ä8ÆÃ\x07»\x19"
  b">ŽòæCÄMý†CTèÑx™Ë"
  b">¥FWl2AǪ£o}¬"Ÿ–"
  b"\x12└╗sD0Ö \x11h┬ìø┌"
  b">ÐK?JVE;’iyëtÆŽå"
  b"?%TI\r™AÇ”»qõ÷dÌÍ"
  b"?\x7FCAOðH\x1C‹ë†\x10v\x1A–‰"
  b"?Ÿ¬!ÒQLqµ¥\x02×Ôˆ\x0FÈ"
  b"?£v¡“ÎIÈ—cÓ8<|å%"
  b"@I?%ÅoBêä\x04Ê▄ó\x0F■│"
  b"@L<fªWK\x1F½£Ý\x07\x08"
  b"@ešh\vpC¨®\x08^‘ê¼Ó\x02"
  b"@†8\tMäC\x06±g–1ç4\x1Dº"
  b"@À”‰6÷N¿ˆ28”AÆ\x12"
  b"@÷阤‚Jl¬QóãS.ÈÔ"
  b"AkÐ\x13\fI▓╗\x06(ÑDìg4"
  b"A¢u_\x1E®EþœV¼ÓÉô\x7FÚ"
  b"""
    B\x1A?ßÐÕF\n
    µ(ãp|¡\x1Ax
    """
  b"Bo1ãÔ¼MѱÞCåŒ}L“"
  b"B®ÓöÉ█IÅ¡╔├À¡g┤Y"
  b"C#aø,nCð³JNšCŸ†¹"
  b"C]—”òÍMijĎnO€)Ï"
  b"CŽ3íáIAV¡Ý\x04k]u§\v"
  b"C–P—Ó:J6¥\x0F\x11>/÷"
  b"Dŧ?\x1FíEYón°ßð¢\x05Õ"
  b"Dî/¶\x01²F³´\x18:~˜Ô@\n"
  b"Dõd:š¥J#¼½‰ºÙ}×R"
  b"G>ÚÕ\e\x1COG·¬bD±…È%"
  b"GK¥╩ßÉM▒øi¸8\x17qþO"
  b"G¬»\x18XÝFaªX\x10×ðÊ.t"
  b"HÌ€^:\fJpŠ~6\x1EÁ\x17ºª"
  b"IŸF_+—@[€)(š‚Xå`"
  b"I½&Í-xJ“ž\e4[|Šˆ*"
  b"IÆàÅͲ@>©T\x00\x1EyL\n6"
  b"\x05k¯]F"­¥\x08\x11 „%þ"
  b"JË╔×±/OMÉÄXZ\eº¢Å"
  b"\x1F\x7F1\x06N{óH5D\x06Å\ea"
  b"KÅÖ®Q┴A£É¯7]AÆ\x02ñ"
  b"K¿.4«³KɪW\v]uJfé"
  b"Kêò\tñ·Aà¢Þ¿Ú\x02Î_0"
  b"LÐ;Òá E¨ûÅ╩¥þ;}Ò"
  b"M~àÐìFBçºþö9ÈÚ╩\x18"
  b"Mï@¢ye@4ɷغÊì╗°"
  b"MÈ2LJÖFX‚[\x10\eǸ Õ"
  b"O\x13@õB0OÁ¬‘¤FŽ‹ëG"
  b"O\x1A,ŒZäO«¡¿“@À€˜”"
  b"Oc4”Ø€M\x11‰>ºÀˆ \x1Ex"
  b"Oo˜-\x0F>MQ¢iLà\x0Eª,#"
  b"OÃ<ü»┴J¾Ñ\x1CÅÉÓ÷´´"
  b"Q¬X\eusBI¸‹Å_\v^ƒí"
  b"Ru!‰4FN1¶KÄKåë­\t"
  b"S(FË\x1E?E±©·ô\x16¿_ÈÂ"
  b"U);ÚÿÎK\f˜MþP]âí‹"
  b"UÉ$|BöE,‡:Š©|û7]"
  b"Uä)Dê\x7FK?‚*]Ðð݈Æ"
  b"UôÖ»–\x15N/›¿\x1Dª™™\x02¦"
  b"V%\x1D\x06ÉéG\x7FŠ/ô”ÊçPS"
  b"VÁË,e\x19L\x17¤TLýº–(Ž"
  b"W\x7F|>w²AP¿Âêí®<™H"
  b"Wû4"õ▀L£╝LÈj%ÅMC"
  b"W½„˜hàH±¬(ûšåFU$"
  b"X切A\x02@׬ZSã\x01ÀO\x0F"
  b"Z\x06\v?“ÅLJº™|7mȯ‚"
  b"Z\x1E\x0FÖ÷ÐEUØ┼\e{\x1Ar\x08×"
  b"Zɨ▀\x14ÁNw¡\x1D¦óê\f\x16&"
  b"\\x05w\x04\x16\x02Kd®þsÏðÎ\x1Fi"
  b"\>iÅ¥ A+╣ÜjÝ6\x1C§§"
  b"\iì\x12¿ðL¸ÂÓXa\x0F■{*"
  b"\tÁ\x1D\tOÍ„Û\x18G8ÒЃ"
  b"]-DÉÿÓFµ¾5›\x08\r‹KÁ"
  b"]D©ä²¡@¦€‹{†[\x1F¹>"
  b"]cä,i°Ië™y.O%ŠüQ"
  b"]es\x12ãàF\x07\x19`Ä>´ò$"
  b"_HÑ7_úD-Œï\x02í a@Ç"
  b"_x™1;{A^–¢ßO\x00;lî"
  b"_}×\x10‚ÞOñ‚Z>OÅ0¶\e"
  b"_ñfFw$LìÁD\x11\x1Fvêü\x1A"
  b"`8\x02d½óBí¼YÀß\x04Ö&="
  b"a\vcf\x1F‰De¥\x04W~ˆí¾‰"
  b"aæÀ_NÿH ‡Ê\x1Açè£_Q"
  b"cFÂÚ\r\x13AÝ£ï¨\x1F\x10Yf\v"
  b"""
    ck\n
    ´\f.LÀçøÉláä¨@
    """
  b"c»å¨Á™K$‰\x07‹P7wÌ”"
  b"dW¦4¼VN‹ˆ«2[\eä^¦"
  b"e\t#$ÒîLX….\x11Ô¬9ws"
  b"e\x13òÉ▄8G2ó└ñ3\x0E.\x15å"
  b"eè§îä!DKì\x19!²Â\e)G"
  b"e§^\x04˜=G:±<ÑR¶b\vÝ"
  b"fö$à&\x1ED „§\f¤Í¡\x1DÉ"
  b"g\x06\x0F{ÕøIÝ•#­¨Î?¥Ã"
  b"g\x07ÍeØ\x1E@2ø£\fk┼P]ö"
  b"g%sUWøN\x0E´¥µq‚i\x0F "
  b"g,ïV┴&BbºêÎOÍ\x19Ø\x15"
  b"g×╚‗¥ÿB\fÅ\x1Eð;~┌Ð\x1D"
  b"hÈPŒÉcD7‘;ôÁõ`‘$"
  b"hÜaTZ£O<¥\x0FÃ\ri|ù&"
  b"hÞH\x16V\x17L1’®\x11] Y†"
  b"""
    hÚò2ÛÛH\n
    ×\x1A\x05âQ╗Éê
    """
  b"hþ7™‘øMÕ£wæH1è`í"
  b"i…=ìÄîJ;ˆº\x7F]ª¹+í"
  b"iÊ>\x10SþH-¢Û÷½]Y¨;"
  b"j\x0Ff­ƒtIК±„Ÿ¬UWÜ"
  b"k6|Є§B\x07§\x13;Q0+»9"
  b"kHÀ­Ö\x04Ml¬>¿HpýšY"
  b"kP0¦8)Jç°aJí.i5D"
  b"kàK8-#K╚©È_OÉå!|"
  b"lkX\x04\x19öO\x1AÉA§ Cz\x03Ø"
  b"m,ûyDÉE ÿƒ\x13±_k /"
  b"më€p!)HÅ€hiÝL­8ç"
  b"n\x16ìË\x7FwHê▓i#={\x12E*"
  b"n<é}ƒ…DÿŸÊ\x06EÁê‰u"
  b"nÊY¯ó÷Jˆ¸µâ¶’tÔ\x15"
  b"nÛ*¦\x03úE'ªâ@fu¯ìy"
  b"oy[\x18\x03ªE¸§µ\vþ¤J:\f"
  b"o~äEÉ"Mô ½+?²±‹¶"
  b"p<ß_ž¿K\x04¿#\x1F\x16yâ¯ü"
  b"på/Ô’:B‘ž•‚˜\x02MÍó"
  b"\ea\x1CŠA?ž"†«\x05/€²"
  b"q2\x1F±%ÛC\f®i%’´¹\É"
  b"qq\fÙõðFRŸúJŠÀ”9É"
  b"q»V€ü&Bp’\x12ûl¥\x1Câç"
  b"\x1ET’\x1AGR¾\x16sÝIÎÎì"
  b"r`º+W‡H¬¶úê‘"\x19\v "
  b"r„þ¹ghD´¶È.öìY\x0Fi"
  b"rŠxúéeM•„\vÄš„ÓnT"
  b"\fgæGMܱû©e±.ÍŠ"
  b"rî¶¿±\x0FLÙŠ”òE¼­A\x14"
  b"smˆæÙ:C ‚\e?öÁ;4Ä"
  b"""
    sr‡\n
    MþKù“¯1>‹Ýg—
    """
  b"\x0Eì­4E™™ŸäÙÀê\x1FÀ"
  b"\x03h| B ž¹§¾<«õS"
  b"sï³ÉøƒGe¯‹Ÿš¼t{i"
  b"t╝Êì\x06ÎAQév+╗&ä_."
  b"tÂ=ï/(BAŠñ`d§}Å\x0E"
  b"u3\x04ëK¬E<¬‡u„ÔãŠ!"
  b"""
    un\x14a/\n
    Dø’š\n
    \r¨\n
    \x06P
    """
  b"uÇÌg·³Ba•Î× \x03J\x03ò"
  b"u╔─ÅÈ\x18@³áº\x0F╔.¹!Ë"
  b"w\x0FÁÜ!¼K\x16¨£äSÑ£ã«"
  b"w7J\t‚æA\x17\x10ÅGÔ»|\x05"
  b"xõà÷C\x1FF« ƒy\x1C÷­çâ"
  b"y\t\x11*XçE\x15»-M\x01<?Éu"
  b"y+F\x12fÍGL®#Vª{*m\x0F"
  b"y>ê½õíBÊ¢•t ”ŠÒÎ"
  b"y\Ø\x14H\x12FM«(ÿJyry\x1A"
  b"yy‰56(LÕ¦ý*ÞWÌ´\x06"
  b"y}m\x11\╣Dkì"¬°«°C4"
  b"z\x08nŒB\x01Fž“+J\x187\x11\x05+"
  b"zù║\x16┌ÅO\tì6┌ö:àÛË"
  b"zÖÅL›ãO\x03´EÓ\x1Di'íþ"
  b"zßòc™\x19B⿽°>«<„ö"
  b"{\x16®}œ"B ºÝH—´Û°‚"
  b"""
    {\x17Ý^:ñF5íìøõ\n
    Ã Õ
    """
  b"|\x14\Ë:ÐIü¢Äì─ù©\x14\x06"
  b"|:ÐD¨QI}”rE¹Ð)^ï"
  b"|tZa”<GW¤?ƒ½J`b€"
  b"|ç]\t™wL¼ˆM­i3xIŸ"
  b"}f ük³CÕú]­§\x04¤Ò▓"
  b"}³ØÜ.\x1EI±´·þD\x1E†vö"
  b"}Êa­QbAŠ¥«s6~\x10g9"
  b"}õ╗@\x08ï@ Å\x01rH\x035è│"
  b"~š‚¶E=H\x08·‚è¹VXöÂ"
  b"\x7F¶Á‘\x19~GR£\x19*ƒ Ü;n"
  b"€i\x04’Ñ0L\x02¦Pkß,ÄA¼"
  b"üûoø úN░úû{®þ\x00╝É"
  b"é\x03ï\f=\Dçü┘¡\x1Cô­¥╠"
  b"‚t‰é[PC©’\x02Â\x19\r·x"
  b"â\x0F\x0F\x18Í~I\x10¢üçI=òC╬"
  b"ƒX=@[õL†­©N°/Í®|"
  b"„¬G: ÏF$š\x13Ö›j\x08v3"
  b"„Ðx“\x14EG#£çÙãC(ýO"
  b"àJÜ\x1C÷╠DfüËÌ'ɶÏf"
  b"…q|7·\x0E@ꀳ/Ü\x18&{ä"
  b"…†H\x05Q¸E™³Í”\x16¨ˆì7"
  b"å><xáVJ'ÉЭÌ9¡9A"
  b"åiß%░\x04A\x12ô\t-ب┐4┼"
  b"å├Ø█)áOè¼Ç\x1F╝eä■¬"
  b"‡?ÞŽSOBµ«rÆGoi\r5"
  b"çÌM*Á;A]┤\xmîÕÉ·"
  b"‡ç2<Î\vO«‘å÷ÝZ›ú_"
  b"ç§:ìáNA\x17¢\x12£E49\x01þ"
  b"ˆ5°ð\x0E„H6žeGEjVQ~"
  b"""
    ˆª\n
    \x0E•@O™º[\x01”…mr\x19
    """
  b"ˆ÷ëù\e\Ky¡´áÇ¢ÑÊ'"
  b"\x1F\x01ì.Bά\x06`/©½fÇ"
  b"ë}è°\x07SOÅ▓¹/Â\x07æ▀1"
  b"‰ã‡Œ§4I¬˜!›Ýæ¥Ò\x03"
  b"‰é_óÅ*O΂\x11³~Ù«\x1F\f"
  b"‰í¥œŠ²HQˆ`?á„Kùý"
  b"Šp\x14–ŸÑJg»~5oš ¡,"
  b"èÇôÈýÃFÙØ\eNT w­y"
  b"ŠŒ`Ï}WHb†¤OÞÂñG¹"
  b"ŠÊš\x1AýgAЧè‡Õ©•cé"
  b"‹0KJo\x7FM™„Xz¨t\eÅõ"
  b"ïäC\x15\x10°F¤á7bÿ\x17ØäÏ"
  b"""
    ‹ Ñ\n
    |±Hè¾¢&½%ö}¨
    """
  b"îû\rä\fVBm¥â\x11½l¾\rÉ"
  b"ŒÊ¶¢%¦Ie¸‰(ø¾\x13V."
  b"ŒþÖÀ\x0E×Iaˆ€\x07溢æJ"
  b"ì<4└(µI?ïÊÖ\x17\x182¨v"
  b"ìK\x14¿I\x13@P║±µ\x13\x15\x14³I"
  b"ìvàÔG@OÒÑsuC\x7F±\x15"
  b"ì¥\x03g¸EEo╝.ÑÌvqwƒ"
  b"Å\x13\x13?╔D▓ú\fòm¤■3÷"
  b"""
    Å#H­\vèAÐï\x07\x18Õ\n
    \x03Ø
    """
  b"ÉV$,¸*F«®Ç▓À\x06;úË"
  b"ÉÓÈ)Ò`H®×p>3F~Î\x07"
  b"ÉÛïóÑØO à2╚F┐Åët"
  b"\x11Œ<ZCLP§œi\f\x0Eøtð"
  b"‘Bæ9X\x17NK±£êZŠ×¼–"
  b"‘WÓš\x06™Ac©/\eÍowJÞ"
  b"‘üiè’\x10I›©\x10Ðb´Nª:"
  b"‘ýFµÌYJ@‹2c^JšÄ|"
  b"’L†W©ÝJ¡¼âËrQ·]s"
  b"ÆPCâ\vAC®»│¡ù(,\x07Ø"
  b"\x01\x1AßF‰ªÎ×\x08EØ9b"
  b"ô)o┌ÙòD╩┤Å´E2§\x07"
  b"“*\x18C<\x1CHI¹Ý4ñ5Ï;\x10"
  b"ô,°G"¨B\r░■ü║Gû\x11÷"
  b"“48PÜÏ@+‰ï-¥Á»\x18"
  b"ôØ8`¡;BLêÁ Y±©ÿ┌"
  b"“Ú7šjsAm˜\x07¯æ/¶Eé"
  b"\réPN+@g»‰èÞ&‡\x04O"
  b"\x15Fù7úJ¹—ÍÿýËçà\x16"
  b"\x1C\x11\x05¬dC©ŸÔ\x19~j·µ´"
  b"ö¡ª}▒|H=Å╠&w%═t_"
  b"•(ðŽm\vO\x0E±qzšXWp³"
  b"•»\x1Cb®³KP–S+fÑ\x08"
  b"òðc"´ÞG\v¥4╦@┘Űá"
  b"–Œªµ\x1AÊH\x04·E€b®€,Ø"
  b"–Ÿ—×]ìL\f¨4ˆ!†ào\x00"
  b"— ˜ÙQ{H¿ŠÖUS!š\x13v"
  b"ù!à[I7EJÉDéı|~d\x14"
  b"""
    —¦»DÇrOâ›\n
    оq±S%
    """
  b"ù▒Æc2│N/ò▄\x1AÐv,Éx"
  b"""
    —ÈØŒ/qB\x1F…;\x03\n
    ÝpF\x14
    """
  b"˜f“Q£÷G™»µÃ—? ‘Ã"
  b"ÿƒìK│.Aý¡╚ûv¬©\x05§"
  b"""
    ˜Àg ó\x16GU¹®;Ú„\n
    
    """
  b"™Å˜|\x1AUO‚¥;è4ˆ»\x07O"
  b"šøîRû\x1DN}­\x06àÒ9*F\x11"
  b"ø$\x1A8j\x17K®¡l\x08ör¥ü¶"
  b"›=\x1C²À›Ns‚\x1A®¯AÉÂ8"
  b"›P.V†ÛG\x06™ê\x1Eg'°^‰"
  b"›¶•[ .DË™}8B;ŸC("
  b"œb‰FýæF•ƒî>\x04\x1Aä’i"
  b"œc\x1F†Ã‚Hï†s\x1E3ÙvDÚ"
  b"£ß┌(\vG É_ßZ│í\x1Eþ"
  b"ž\x00Ά’œErƒ\fwuݵ\x08\x0E"
  b"""
    ×ü╬\x7F\x10FBEÿA3\n
    \x14'É©
    """
  b"Ÿ\x06ôÏU'@7­ÕÖ‹,%\t"
  b"áè¥iÛsLØ╣█Áä\x11jw¡"
  b" ºH\fetF/´\x1Dçnìå£\x13"
  b"íOlõ ¾L(ìJ£i'v÷\x7F"
  b"£?rwB3@ã¤~‘Q„‡à‚"
  b"£J³|I¦F¢¤™\x16\x19o)ÇÙ"
  b"£QÄÔ4;F†’ÔÁ<üÕ›a"
  b"£V‹©”ïBðŒïpð2*a\n"
  b"£¬Â\x10ÐëK…³Ï÷€u\Z!"
  b"¤\x1E•è´!E@¦ áóu€¡å"
  b"¤FÈpJLFêƒ9̸\x07\x05^†"
  b"ñmDrË-NÉï"HÝ\rîÝ-"
  b"¤ÈÆëÔID”†»‹ïÈ\x0Fx”"
  b"Ñ,X\v\x0FøF╔¼Éhòâ┼¸è"
  b"¥0åË¿èKc†Œ\x03¿×ö»Á"
  b"¥g‘ÈþdA—†\x12üãã52V"
  b"""
    ¥ÖÚ\n
    8ÎGå¬ë¤>FQs\x15
    """
  b"¥Ü\x0EÐ,ÏNÔ­NO\x1Eë\fÇï"
  b"§\x0Fó\x19]ÀN’»\x7FkR¡ŠÖ_"
  b"º┼â-à\x1FKÀÑ´ôµÈ}}É"
  b"¨©©mLHN+•¶—Ä^œ¥’"
  b"©‹Ò’CWD|‘\x04!%\x0FZG\x12"
  b"®ªÞYKÄG§Åo{Rr¦£Ô"
  b"®├ ï&yK\x11ؽÐB▓f_É"
  b"ª(äqè·C·¦ü\x1CÍ~±„c"
  b"¬╦Å̪óIßï\x0EÎB9Í­┴"
  b"«j<Qh\x14M6·î/J¦/\x06²"
  b"«š6…QSEç²ZÛ)Ÿu?:"
  b"«æ¿'ì¸O“–o,fgT\x17}"
  b"¬IF×ÔbCàˆ7(ò\x0F6L6"
  b"¬”E¬ HEꡈú\x05èj‰ø"
  b"¬ÛŸ\x1DªcM\x01…x\x18N®%ûã"
  b"®6=\x1A\x1E>FðŽ‘\x07¨’!ÄŒ"
  b"®ÖpN­NK¤‰Lö©_©.L"
  b"»-~@ÅÔN<¡¡╝¥ë1\x7Fã"
  b"¯œNÅ\x162@CŸZÚt!ºã–"
  b"""
    »║ÚE²+E±è.1I;\n
    øÅ
    """
  b"¯÷wcݤH\f\fãâà?ë’"
  b"░O0┴H»D\x1FÅ\x1E\x03ͧB\/"
  b"±ÊºúTâEY¯˜Ú\x7F'P\x10R"
  b"²\x0F̓öˆH©„ªºÈ<Lç8"
  b"²,Qhz\x18FžµÜc##ì4Ç"
  b"²Ê%õT\x0FO­þÿæx«—+"
  b"²ð‚ÈpÁOÒ ÷rÇuúú~"
  b"³Q\x1FÈ@žKÞ·\x1E{jÚbZ\x0E"
  b"³†ÿ*H¡HÁ­ól¦X\x10æÂ"
  b"³Ú«D?ÕE\x08œÅÕ?y\e"
  b"³èþúÓMg¨Xqö\x1CÒÌ…"
  b"´(xk³€B\x05¯»IaŸ°\x03ÿ"
  b"´[\x0Fd–*@ã­oáê‰ålõ"
  b"Á%¸╗» OGÀb"ÅN¤ð½"
  b"Á═ıug D_û╗Å┬¢Ö,["
  b"\x06ÛÇŽ\x11@€€­yR¾Œ¡s"
  b"""
    \n
    òCÍDLl‡àj´•»Êÿ
    """
  b"""
    ¶u2\x02\n
    \x16FÚ‹^å®ãxŠ×
    """
  b"·hwþç·K¨±ß*Ú_?ð+"
  b"¸ê\x07 Í&HÇž¿M \e\x1C91"
  b"¹*=þ1dC\x03¼ýO]ž8‘µ"
  b"╣npâýVC»ü-▀J\x05\x03ôN"
  b"¹ziê¿\tEþ…\x0F~+Éò•}"
  b"º$0ÉËÔLt¡®§è=(HÍ"
  b"ºµ'\x05ÎDC2Ÿ_Ñ™ªe\x10!"
  b"\t{ÌÆºCyíâxüÃ#ƒð"
  b"»ŒÛ\eî{Oȧ\x17¸¶\vÔiþ"
  b"╗░\x11eôLE\x12Øÿ\x06ÔA─┴\x18"
  b"»À-s\x03ÛGb¼Õ¬ä\v\x1F"
  b"»Ñ7€X\x14A\x1F§·ö—õdaµ"
  b"»Ñ8>á‡K\x04¶àI\x11†%\x18æ"
  b"╝Ò\v3DÕHÔØße¤1┤ó╩"
  b"¼ùP30`H\x1FªƒLÿÇ%ôZ"
  b"½2ó\x08\x0F3K£ˆ›‹ã\x05b$J"
  b"¢zx╝RËG2ìÕ]æ%\x01▓Á"
  b"""
    ½¶\n
    eù%Cˆ”Ègš¿W4¤
    """
  b"½·¥\x03\x17¶C±™ÍY‰Bq\x00|"
  b"┐Ükê¹ÃJÿع¢V¬¸Þ▓"
  b"""
    ¿ûsÈ&±C©ƒ™«ç\n
    Êè2
    """
  b"À\x14\x1CíšâK†­†0øUHÎi"
  b"Á'«µ\r'BŸ¢ÅhØAɦ9"
  b"┴п۹2I Å\x04\x01¹\x18¶ÞÊ"
  b"Â3ɺy\x0EBë“7£ç)ˆ<™"
  b"Âêúñæ\x03@D«½ãFË* *"
  b"Ã\x07SÏCèOk¨\x17öJ\x08–IŽ"
  b"ÈJ@I~Eí¥ÜðCׇàE"
  b"Ä2ìÅiZHN‹Tù¯Š‹aÑ"
  b"Ķ· ±³BÛ£"S\x0E³ ‘\x1F"
  b"┼1\x15Û´░I6æÖI-JC»Å"
  b"Å_D\r3\x02O3½\x15\x04a ¯w~"
  b"┼ì\x7F£½²E¥Äë:%åØ÷\x01"
  b"ŧÓO\x0FæN\f¯6\x1DWÍÔ%µ"
  b"ã ▓"lPG\x1DÉ╦I\x12Æ\x03─k"
  b"ã×$âì\x0FL©çò\x07k╬Ð└o"
  b"ÆÜ‹êœ#Ff¼\x03žvB\x1DËo"
  b"ǰ}E\r’LÞ©@Û®^kY\x16"
  b"ÇÕ\x0E\x0E_®D•³ôèTד£‚"
  b"Èâ£þ-ñKSŒÞµUáŒ\f>"
  b"É\x14÷¨h›NT»·/‰"8\x16s"
  b"ÉQ\x00!”UE¹‹\x16“ì&‚Ë?"
  b"Éë)äý.D7 W(UÚÊ5N"
  b"ʦË\e\x15ùE\x06ºî”«m«Û/"
  b"╦!õaºM@W¼=ÅH\´Z┼"
  b"Ë}¼úÊ\x05Jï¬\x7F¤©`â«#"
  b"Ì.\f—:¶J™¨¤Ã6‹y\x0Fæ"
  b"Ì€½\x06¥¥HÏ’Â\x08\x06\x15}"
  b"Ìâ7rŒšD0•Õ¬¬%XÊ+"
  b"╠■╦æ\x16tI¨î¡\x00ó▓²#Ø"
  b"═:\x14\e·\x1EI©Ø╔'r─S┼\x06"
  b"ͤر\v?Fÿ…–×\x03Ðaã‚"
  b"Ͳš$ò†BI¸Q\x12SªjX\f"
  b"""
    Î)?C¤íA\x18Ÿä#\n
    \e\x11
    """
  b"╬5ìBÒûAú╗~c\x17Ú;2Ã"
  b"¤sƒþ\x1Fº@\ìíõT─■Ét"
  b"ÏÖÜšõôK;“5GGokˆ¦"
  b"Ðx‰Fr¿Aù»¯õ‰nJ{j"
  b"""
    Ñ\n
    _¤OÊIu¿\x01OC/\n
    
    """
  b"Ñ$T÷E\x05E&¶\x14ŸðZ\x13ïô"
  b"Ð$└£ÛÉBýîÔ¯ñƒq\x05"
  b"Ñ3Ãuï¢L\x05©\x01ñ×oh’h"
  b"ÑI§Å"ÔG\eµuÍ]—Ï:á"
  b"Ê\x0Eü¿þ_L‗╝"¥[▀ì\tP"
  b"Ê,7dØ0L\┐éGtÎ\x13b╝"
  b"Òñºjn\x12Aÿ®Ì¡\x15Ä®‡M"
  b"Ó?È|ê‰AMŸìÉ™.IŽ%"
  b"Ô.ýnS\x17Ds±èÁ\x0EÝÊåê"
  b"ÔGÀº»sIÛƒù_jAZ\x19¨"
  b"ÕÇËÉ‚NO‚‚Åx\x00lï£J"
  b"ÍõT¢Ë¤BÏØI¤$IZÒ\x07"
  b"×ñ…¬d/A“ª!ƒªµ×_Ÿ"
  b"Ø&ª\QôF\x19…;§,\x17´¬å"
  b"Økä)\x18PG{žÊ?÷Â1T\x06"
  b"ÏvEÂ\x18┼Oþ┤ÕCØwØ"["
  b"Ï¥ë╬│æETÉÅå;ı╠Í/"
  b"""
    Ùž#L¡kIw µYP\x1D¯\n
    ;
    """
  b"┘─\x1F)°QL¦å6ÉÅâ°\x14\t"
  b"""
    ┌<­\x08©├LîÂln\eØé\n
    l
    """
  b"Ú–\x18\x1A\x1D‘AA€½Éü$Ûlö"
  b"Ú¯\r\r\x1F°C±¸\x0Eg«rVAþ"
  b"Ûµ\x18\x05ÛED\x07žßª}}X)Î"
  b"\x19╔X·/N׬UØÝ÷¾Ò\x1C"
  b"▄ê\x00`h(N«å\x10§Ø\x1C=VG"
  b"""
    Ý\n
    ‹°yÝJ]­Éƒ\x06*\x0FüÀ
    """
  b"ÝcÍJ$9@îŠðË|¶q3\v"
  b"¦o94£ÉG?åo7f┬{æy"
  b"¦ü\rÓ┬ÿAÔåÿ ├└▓▓Æ"
  b"Þ\x17H]Y„C‚›”õ¿ÖUl&"
  b"Ì¡¥2╝\x00O)╣|\x037ø┬╬ü"
  b"ßajöÞíM0°ßR<­] Ó"
  b"àF87\x07”LX½žO¨>€½8"
  b"àußê¢&M¹ƒ–_\x1A+*A"
  b"àœd‘U\x14H)¸\x15F\x05óSÞc"
  b"ÓÈì\x16╔╗I\x10ªJ╝âb¢█Ì"
  b"ã\rÌcHqCVº›³œ\x12\f\x1Då"
  b"ÒPÃ]0\x13D±▓xÜ\x1F?¦ü▒"
  b"ã]d\x04]OGG±\x10X\t!4al"
  b"ä.šÍ·¨M±¥Ü!ϧ\x0Fvo"
  b"å\x1Eá7Ë\rN:‚vg0#©\x04v"
  b"å8²È\x13úN\x02¹Þ4ÜO¬ß\x08"
  b"µØé­\ËI\x04ëñ·ïjÂØË"
  b"çGïƒVþM¹°\x03¶oòå\x06\v"
  b"""
    þ▀£^\x13Dºéd\n
    \x0FÍØ,\e
    """
  b"è#9ˆFûKš•Iq…Y{‹Ê"
  b"è.j8Í4G.µ Áa†ÿôI"
  b"Úò¾üõáHãáñý ½¿\x1Dç"
  b"ÛŽ9NbKì¥┬1═rá\x073"
  b"ê·€«é\x05O#—ˆß0ªO*à"
  b"ê¿\x19Ó?[@/¸\x13Ї¹\t\x07£"
  b"êÕëü\rª@É—`eÓeÆd­"
  b"ë?þ&öØHu‰<\x01*KòÊì"
  b"ë[žršˆJÈ‚¤2… Kµ,"
  b"ýuO\rì°BÅ©å;zÈ\fàØ"
  b"ýÿnaÆ3B▄ü¿╔\x14\x19»»À"
  b"ýØ\e¯ÎJNKå\tºûGw▀└"
  b"ÝÃâ╠─ÜB4Â║¼ì\x06┌ì┤"
  b"íÔedÓÞMÍ’¹B\x15¡š™e"
  b"¯Y;╝wîLYêjéj÷íØÉ"
  b"ïÊ\t¨ *Jn”ç˜"ñ\x15"
  b"­;ùg_ÐCtüÔeÂ\x1F \x7FH"
  b"­dUý#ÏKDñVØÙIr(J"
  b"ñjØ\\ìI.•M”¯tÎ__"
  b"ò\x0EPðÃeEd¬\2\x12\x07´”G"
  b"ò­Êëû¶@¼¯æÆ“ÃÙ“d"
  b"óíò܆\x04C8¿ö¯6¸Œ²\"
  b"""
    ôÂ=G´ Náš–\x1F\n
    \eÞ¥<
    """
  b"ôÓÌÁ:ã@(¡Qi0R¼h•"
  b"õ&»Ä\x18óC(¶öôµ‰]ðÍ"
  b"õÃ¥O=\x05M,»yø\x16íñºÂ"
  b"õõžh\x05ƒB|ª\x103g|œÉo"
  b"ö!\x01òQµKĹonu–&ü-"
  b"""
    ÷\x0F}>È\x1FB\n
    ‚m\n
    ôš§ƒ3
    """
  b"¸=)2ìjGqù█U ^\x1Dph"
  b"÷€¼í~\x0FEü§òÆìTª`X"
  b"÷¨@ßíùM2·i\x02ü:42$"
  b"÷Ú&Ë*"M¾°À¹½"9\x0FÐ"
  b"¸█Æ■·fB\x7FÅx\x05┘=¼µ\x10"
  b"ø£w^xnC-œ\ríû8õÍõ"
  b"ùáÀ,ÈÁF­˜ÞåË_?Í»"
  b"ú9?¦‘’BÏ»‹â±,Ùû'"
  b"úÀ\e)^\x04KXœ¤ø²Ì²†Š"
  b"û‚ÝêŠ(L ¤}ÖÃÜöÚS"
  b"¹ê\e\x05\x08\x04Ghù\têaµìt^"
  b"û¨©V\x02ÀLm”\t\v ,˜_"
  b"ü,4Ö¶sM3§è—zVxsÒ"
  b"üQ\x15±ª%Aj¹ïŸ\x04\x11Ò\x1Eó"
  b"ü¡a:¥\x04D`Žù:|¥Ö\x19ê"
  b"ý˜òýAzAýŠ›\x13,b†IÛ"
  b"■Ìè´h«G─ì¢y\x17$°eB"
  b"ÿF#5`\x19Aí›Ò·Ú\x1E‡Ä\x1C"
  b"ÿ²ÃK\x06`D®£ô9\x07X™J4"
]
87 0.22 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.23 ms
SELECT `domain`.`language_id` AS languageId,
                          `domain`.`id` AS id,
                          `domain`.`url` AS url,
                          `domain`.`hreflang_use_only_locale` AS onlyLocale,
                          `locale`.`code` AS locale
            FROM `sales_channel_domain` AS `domain`
            INNER JOIN `language` ON `language`.`id` = `domain`.`language_id`
            INNER JOIN `locale` ON `locale`.`id` = `language`.`locale_id`
            WHERE `domain`.`sales_channel_id` = ?
Parameters:
[
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
]
89 0.27 ms
SELECT `seo_path_info` AS seoPathInfo, `language_id` AS languageId
            FROM `seo_url`
            WHERE `path_info` = ? AND `is_canonical` = 1 AND
                  `sales_channel_id` = ? AND `language_id` IN (?)
Parameters:
[
  "/ersatzteilfinder/rc-8c-2023-modelcode-F9799W9"
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
90 0.33 ms
SELECT configuration_key, configuration_value FROM system_config WHERE (sales_channel_id IS NULL) AND (configuration_key LIKE ?) ORDER BY sales_channel_id ASC
Parameters:
[
  "VerignDvAccessibilitySw6.%"
]
91 0.19 ms
SELECT configuration_key, configuration_value FROM system_config WHERE (sales_channel_id = ?) AND (configuration_key LIKE ?) ORDER BY sales_channel_id ASC
Parameters:
[
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
  "VerignDvAccessibilitySw6.%"
]
92 0.16 ms
SELECT `language`.`id` as `language.id`, `language`.`parent_id` as `language.parentId`, `language`.`locale_id` as `language.localeId`, `language`.`translation_code_id` as `language.translationCodeId`, `language`.`name` as `language.name`, `language`.`custom_fields` as `language.customFields`, `language`.`created_at` as `language.createdAt`, `language`.`updated_at` as `language.updatedAt` FROM `language` WHERE (`language`.`id` = ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
]
93 0.21 ms
SELECT `locale`.`id` as `locale.id`, `locale`.`code` as `locale.code`, `locale`.`created_at` as `locale.createdAt`, `locale`.`updated_at` as `locale.updatedAt`, `locale.translation.name`, `locale.translation.name` as `locale.name`, `locale.translation.territory`, `locale.translation.territory` as `locale.territory`, `locale.translation.customFields`, `locale.translation.customFields` as `locale.customFields` FROM `locale` LEFT JOIN (SELECT `locale.translation`.`locale_id`, `locale.translation`.`name` as `locale.translation.name`, `locale.translation`.`territory` as `locale.translation.territory`, `locale.translation`.`custom_fields` as `locale.translation.customFields` FROM `locale_translation` `locale.translation` WHERE `locale.translation`.`language_id` = ?) `locale.locale_translation` ON `locale.locale_translation`.`locale_id` = `locale`.`id` WHERE (`locale`.`id` = ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"VÞGÀŽÊMT“*¸Æ³Qqƒ"
]
94 0.21 ms
SELECT LOWER(HEX(language.id)) AS array_key, LOWER(HEX(language.id)) AS id, locale.code, parentLocale.code AS parentCode, LOWER(HEX(language.parent_id)) parentId FROM language LEFT JOIN locale locale ON language.translation_code_id = locale.id LEFT JOIN language parentLanguage ON language.parent_id = parentLanguage.id LEFT JOIN locale parentLocale ON parentLanguage.translation_code_id = parentLocale.id
Parameters:
[]
95 0.15 ms
SELECT LOWER(HEX(id)) FROM snippet_set WHERE iso = ?
Parameters:
[
  "de-DE"
]
96 0.14 ms
SELECT iso FROM snippet_set WHERE id = ?
Parameters:
[
  b"\x0Ea[Ø_\x11FÿêLËB\x17¸à="
]
97 0.20 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.36 ms
SELECT `app`.`id` as `app.id`, `app`.`name` as `app.name`, `app`.`path` as `app.path`, `app`.`author` as `app.author`, `app`.`copyright` as `app.copyright`, `app`.`license` as `app.license`, `app`.`active` as `app.active`, `app`.`configurable` as `app.configurable`, `app`.`privacy` as `app.privacy`, `app`.`version` as `app.version`, `app`.`icon` as `app.iconRaw`, `app`.`app_secret` as `app.appSecret`, `app`.`modules` as `app.modules`, `app`.`main_module` as `app.mainModule`, `app`.`cookies` as `app.cookies`, `app`.`allow_disable` as `app.allowDisable`, `app`.`base_app_url` as `app.baseAppUrl`, `app`.`allowed_hosts` as `app.allowedHosts`, `app`.`template_load_priority` as `app.templateLoadPriority`, `app`.`checkout_gateway_url` as `app.checkoutGatewayUrl`, `app`.`in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl`, `app`.`source_type` as `app.sourceType`, `app`.`source_config` as `app.sourceConfig`, `app`.`self_managed` as `app.selfManaged`, `app`.`integration_id` as `app.integrationId`, `app.integration`.`id` as `app.integration.id`, `app.integration`.`label` as `app.integration.label`, `app.integration`.`access_key` as `app.integration.accessKey`, `app.integration`.`secret_access_key` as `app.integration.secretAccessKey`, `app.integration`.`last_usage_at` as `app.integration.lastUsageAt`, `app.integration`.`admin` as `app.integration.admin`, `app.integration`.`custom_fields` as `app.integration.customFields`, `app.integration`.`deleted_at` as `app.integration.deletedAt`, `app.integration`.`created_at` as `app.integration.createdAt`, `app.integration`.`updated_at` as `app.integration.updatedAt`, `app`.`acl_role_id` as `app.aclRoleId`, `app.aclRole`.`id` as `app.aclRole.id`, `app.aclRole`.`name` as `app.aclRole.name`, `app.aclRole`.`description` as `app.aclRole.description`, `app.aclRole`.`privileges` as `app.aclRole.privileges`, `app.aclRole`.`deleted_at` as `app.aclRole.deletedAt`, `app.aclRole`.`created_at` as `app.aclRole.createdAt`, `app.aclRole`.`updated_at` as `app.aclRole.updatedAt`, `app`.`created_at` as `app.createdAt`, `app`.`updated_at` as `app.updatedAt`, `app.translation.label`, `app.translation.label` as `app.label`, `app.translation.description`, `app.translation.description` as `app.description`, `app.translation.privacyPolicyExtensions`, `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions`, `app.translation.customFields`, `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app`.`integration_id` = `app.integration`.`id` LEFT JOIN `acl_role` `app.aclRole` ON `app`.`acl_role_id` = `app.aclRole`.`id` LEFT JOIN (SELECT `app.translation`.`app_id`, `app.translation`.`label` as `app.translation.label`, `app.translation`.`description` as `app.translation.description`, `app.translation`.`privacy_policy_extensions` as `app.translation.privacyPolicyExtensions`, `app.translation`.`custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation`.`language_id` = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` WHERE (`app`.`name` = ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  "SwagGmvReporting"
]
99 0.32 ms
SELECT `app`.`id` as `app.id`, `app`.`name` as `app.name`, `app`.`path` as `app.path`, `app`.`author` as `app.author`, `app`.`copyright` as `app.copyright`, `app`.`license` as `app.license`, `app`.`active` as `app.active`, `app`.`configurable` as `app.configurable`, `app`.`privacy` as `app.privacy`, `app`.`version` as `app.version`, `app`.`icon` as `app.iconRaw`, `app`.`app_secret` as `app.appSecret`, `app`.`modules` as `app.modules`, `app`.`main_module` as `app.mainModule`, `app`.`cookies` as `app.cookies`, `app`.`allow_disable` as `app.allowDisable`, `app`.`base_app_url` as `app.baseAppUrl`, `app`.`allowed_hosts` as `app.allowedHosts`, `app`.`template_load_priority` as `app.templateLoadPriority`, `app`.`checkout_gateway_url` as `app.checkoutGatewayUrl`, `app`.`in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl`, `app`.`source_type` as `app.sourceType`, `app`.`source_config` as `app.sourceConfig`, `app`.`self_managed` as `app.selfManaged`, `app`.`integration_id` as `app.integrationId`, `app.integration`.`id` as `app.integration.id`, `app.integration`.`label` as `app.integration.label`, `app.integration`.`access_key` as `app.integration.accessKey`, `app.integration`.`secret_access_key` as `app.integration.secretAccessKey`, `app.integration`.`last_usage_at` as `app.integration.lastUsageAt`, `app.integration`.`admin` as `app.integration.admin`, `app.integration`.`custom_fields` as `app.integration.customFields`, `app.integration`.`deleted_at` as `app.integration.deletedAt`, `app.integration`.`created_at` as `app.integration.createdAt`, `app.integration`.`updated_at` as `app.integration.updatedAt`, `app`.`acl_role_id` as `app.aclRoleId`, `app.aclRole`.`id` as `app.aclRole.id`, `app.aclRole`.`name` as `app.aclRole.name`, `app.aclRole`.`description` as `app.aclRole.description`, `app.aclRole`.`privileges` as `app.aclRole.privileges`, `app.aclRole`.`deleted_at` as `app.aclRole.deletedAt`, `app.aclRole`.`created_at` as `app.aclRole.createdAt`, `app.aclRole`.`updated_at` as `app.aclRole.updatedAt`, `app`.`created_at` as `app.createdAt`, `app`.`updated_at` as `app.updatedAt`, `app.translation.label`, `app.translation.label` as `app.label`, `app.translation.description`, `app.translation.description` as `app.description`, `app.translation.privacyPolicyExtensions`, `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions`, `app.translation.customFields`, `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app`.`integration_id` = `app.integration`.`id` LEFT JOIN `acl_role` `app.aclRole` ON `app`.`acl_role_id` = `app.aclRole`.`id` LEFT JOIN (SELECT `app.translation`.`app_id`, `app.translation`.`label` as `app.translation.label`, `app.translation`.`description` as `app.translation.description`, `app.translation`.`privacy_policy_extensions` as `app.translation.privacyPolicyExtensions`, `app.translation`.`custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation`.`language_id` = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` WHERE (`app`.`name` = ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  "SwagAnalytics"
]
100 0.18 ms
SELECT `base_class` AS `baseClass`, `author`
                FROM `plugin`
Parameters:
[]
101 0.39 ms
SELECT translation_key, value FROM snippet WHERE snippet_set_id = ?
Parameters:
[
  b"\x0Ea[Ø_\x11FÿêLËB\x17¸à="
]
102 0.24 ms
SELECT `app`.`name`, `app`.`version`, `app`.`template_load_priority`
             FROM `app`
             INNER JOIN `app_template` ON `app_template`.`app_id` = `app`.`id`
             WHERE `app`.`active` = 1 AND `app_template`.`active` = 1
Parameters:
[]
103 0.20 ms
SELECT path FROM category WHERE id = ?
Parameters:
[
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
]
104 0.15 ms
SELECT min_search_length FROM product_search_config WHERE language_id = ?
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
]
105 0.70 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.55 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.65 ms
SELECT `theme`.`id` as `theme.id`, `theme`.`technical_name` as `theme.technicalName`, `theme`.`name` as `theme.name`, `theme`.`author` as `theme.author`, `theme`.`preview_media_id` as `theme.previewMediaId`, `theme`.`parent_theme_id` as `theme.parentThemeId`, `theme`.`theme_json` as `theme.themeJson`, `theme`.`base_config` as `theme.baseConfig`, `theme`.`config_values` as `theme.configValues`, `theme`.`active` as `theme.active`, `theme`.`created_at` as `theme.createdAt`, `theme`.`updated_at` as `theme.updatedAt`, `theme.translation.description`, `theme.translation.description` as `theme.description`, `theme.translation.labels`, `theme.translation.labels` as `theme.labels`, `theme.translation.helpTexts`, `theme.translation.helpTexts` as `theme.helpTexts`, `theme.translation.customFields`, `theme.translation.customFields` as `theme.customFields` FROM `theme` LEFT JOIN (SELECT `theme.translation`.`theme_id`, `theme.translation`.`description` as `theme.translation.description`, `theme.translation`.`labels` as `theme.translation.labels`, `theme.translation`.`help_texts` as `theme.translation.helpTexts`, `theme.translation`.`custom_fields` as `theme.translation.customFields` FROM `theme_translation` `theme.translation` WHERE `theme.translation`.`language_id` = ?) `theme.theme_translation` ON `theme.theme_translation`.`theme_id` = `theme`.`id` WHERE `theme`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"™²$ßâ\rFé¬!¯Ü\x07Á\x04s"
]
108 1.05 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.44 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.41 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.47 ms
SELECT `category`.`id` as `category.id`, `category`.`version_id` as `category.versionId`, `category`.`parent_id` as `category.parentId`, `category`.`parent_version_id` as `category.parentVersionId`, `category`.`after_category_id` as `category.afterCategoryId`, `category`.`after_category_version_id` as `category.afterCategoryVersionId`, `category`.`media_id` as `category.mediaId`, `category`.`display_nested_products` as `category.displayNestedProducts`, `category`.`auto_increment` as `category.autoIncrement`, `category`.`level` as `category.level`, `category`.`path` as `category.path`, `category`.`child_count` as `category.childCount`, `category`.`type` as `category.type`, `category`.`product_assignment_type` as `category.productAssignmentType`, `category`.`visible` as `category.visible`, `category`.`active` as `category.active`, `category`.`cms_page_id` as `category.cmsPageId`, `category`.`cms_page_version_id` as `category.cmsPageVersionId`, `category`.`product_stream_id` as `category.productStreamId`, `category`.`custom_entity_type_id` as `category.customEntityTypeId`, `category`.`created_at` as `category.createdAt`, `category`.`updated_at` as `category.updatedAt`, `category.translation.name`, `category.translation.name` as `category.name`, `category.translation.breadcrumb`, `category.translation.breadcrumb` as `category.breadcrumb`, `category.translation.slotConfig`, `category.translation.slotConfig` as `category.slotConfig`, `category.translation.linkType`, `category.translation.linkType` as `category.linkType`, `category.translation.internalLink`, `category.translation.internalLink` as `category.internalLink`, `category.translation.externalLink`, `category.translation.externalLink` as `category.externalLink`, `category.translation.linkNewTab`, `category.translation.linkNewTab` as `category.linkNewTab`, `category.translation.description`, `category.translation.description` as `category.description`, `category.translation.metaTitle`, `category.translation.metaTitle` as `category.metaTitle`, `category.translation.metaDescription`, `category.translation.metaDescription` as `category.metaDescription`, `category.translation.keywords`, `category.translation.keywords` as `category.keywords`, `category.translation.customFields`, `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN (SELECT `category.translation`.`category_id`, `category.translation`.`category_version_id`, `category.translation`.`breadcrumb` as `category.translation.breadcrumb`, `category.translation`.`name` as `category.translation.name`, `category.translation`.`custom_fields` as `category.translation.customFields`, `category.translation`.`slot_config` as `category.translation.slotConfig`, `category.translation`.`link_type` as `category.translation.linkType`, `category.translation`.`internal_link` as `category.translation.internalLink`, `category.translation`.`external_link` as `category.translation.externalLink`, `category.translation`.`link_new_tab` as `category.translation.linkNewTab`, `category.translation`.`description` as `category.translation.description`, `category.translation`.`meta_title` as `category.translation.metaTitle`, `category.translation`.`meta_description` as `category.translation.metaDescription`, `category.translation`.`keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation`.`language_id` = ?) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.`category_version_id` = `category`.`version_id` WHERE (`category`.`version_id` = ?) AND (`category`.`id` IN (?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
]
112 18.65 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/26a87e38dcff45a3b49d1615f72e5826"
  "/detail/795c9d144812464dae28984a7972791a"
  "/detail/305363f14bfb42828bd2b2c5d6583711"
  "/detail/35d635e928384c37836642639147316a"
  "/detail/fba8a95602c04c6d94090ba02cc2985f"
  "/detail/c127abb50d27429fa2c568d841c9a639"
  "/detail/a5d6da0a38ce47e5aceba43e46517315"
  "/detail/b97a69eabf0945fe850f7e2bc9f2957d"
  "/detail/5a060b3f93c54c4aba997c376dc8af82"
  "/detail/204b87d2f412484f9a25f84c6b0076c7"
  "/detail/ec986e61923342dc81a8c91419afafb7"
  "/detail/89e3878ca73449ac98219bdde6a5d203"
  "/detail/bb097bde92a74379a1837881c7239fd0"
  "/detail/a08abe69ea734c9db9dbb584116a77ad"
  "/detail/2b830777a29c4b8aae3eb76014e9b2bf"
  "/detail/fa393fa6919242cfbb8be2b12cd9fb27"
  "/detail/cb21e461a74d4057ac3d8f485cef5ac5"
  "/detail/e35d64045d4f4747b11058092134616c"
  "/detail/7c745a61943c4757a43f83bd4a606280"
  "/detail/73d603687ca042a09eb9a7be3cabf553"
  "/detail/2b019df0087b40efb4fbf6bc20f8dea7"
  "/detail/f5c3a54f3d054d2cbb79f816edf1bac2"
  "/detail/2a8e75a3c0eb43d6b80f4434abfeac6a"
  "/detail/006a82f493e948ef9f1bd122f7628917"
  "/detail/87f53a8da04e4117bd129c45343901e7"
  "/detail/1dffa002dc244a1cbde6c2ead4ae4121"
  "/detail/ab9a3685515345e7b25adb299f753f3a"
  "/detail/eab780abe9054f239788df30aa4f2ae0"
  "/detail/2981edc468b74395afe3a44905bfd996"
  "/detail/770fc1dc21bc4b16a8a3e453d1a3e3ab"
  "/detail/473edad51b1c4f47b7ac6244b185c825"
  "/detail/edd46564d3de4dcd92b94215a19a9965"
  "/detail/2bc57a2510f74553bef566fa7e9abc10"
  "/detail/b3daab443fd545089cc5d53f791b2c9c"
  "/detail/8d7685e247404fe3a57375437ff115b0"
  "/detail/b3e8fec3bad34d67a85871f61cd2cc85"
  "/detail/7260ba2b578748acb6faea9122190ba0"
  "/detail/91fc69e89210499ba910d062b44eaa3a"
  "/detail/f03b97675fd1437481e265b61f207f48"
  "/detail/ec754f0d8df8428fb8863b7ad40c859d"
  "/detail/296e28ccf2944bbba002a22fe027ba60"
  "/detail/2a7f53770f944128b25a13be7c500aac"
  "/detail/6c6b580419944f1a9041f5ff437a039d"
  "/detail/36800e697e58421383591f8ed5421013"
  "/detail/358d74d26b8d4d6a9c4d929396f2caad"
  "/detail/fede8aef68ae47c48dbd791724f86542"
  "/detail/5c05770416024b64aefe73cff0ce1f69"
  "/detail/a70ff3195dc04e92bb7f6b52a18ad65f"
  "/detail/830f0f18d67e4910bd8187493d9543ce"
  "/detail/17e323cc19bf4cb4ae1087e3c543d41a"
  "/detail/2791471c55bf4910a6f28a91e57e1160"
  "/detail/827489e95b5043a99202c219870db778"
  "/detail/66f624e0261e442084a70ca4cda11dc9"
  "/detail/9e81ce7f104642459841330a142790b8"
  "/detail/7adff263991942e2bfbdb03eab3c84f6"
  "/detail/a46d4472d32d4e908b2248ed0d8ced2d"
  "/detail/2837cbf5abd041249ea3c0aae300f250"
  "/detail/6b48c0add6044d6cac3ebf4870fd9a59"
  "/detail/2ecebf2f5c894a119e71fbadad35e8d2"
  "/detail/989f8d4bb32e41ecadc89676aab805f5"
  "/detail/aa28e471e8b743b7a6fc1ccd7eb18463"
  "/detail/020166a2c0914163a0179d644efd2fe4"
  "/detail/3abc15cfb94b4223a20e09dc388af9e8"
  "/detail/5fa4664677244c8db544111f7688811a"
  "/detail/bbd1383ee1874b04b6e04911862518e6"
  "/detail/81966f9b20a34eb0a3967ba9e700bc90"
  "/detail/88aa0a0e95404f99ba5b0194856d7219"
  "/detail/1efff1d6770b4acc9080702952f6d9bf"
  "/detail/c432ecc5695a484e8b54f9af8a8b61d1"
  "/detail/e823398846fb4b9a95497185597b8bca"
  "/detail/c2eafaf1e6034044abbde346cb2aa02a"
  "/detail/70f81b611c8a413f9e2286ab052f80b2"
  "/detail/40659a680b7043a8ae085e91eabcd302"
  "/detail/753304eb4bac453cac877584d4e38a21"
  "/detail/6deb8070212948c5806869dd4cad38e7"
  "/detail/0a037cec6f2f490883c0ecc734851968"
  "/detail/02b5b0cc83d54b2aa4e7858d3a8c47dc"
  "/detail/3fa376a193ce49c89763d3383c7ce525"
  "/detail/e82e6a38cd34472eb520c16186fff449"
  "/detail/82038b0c3d5c448781d9ad1c93f0becc"
  "/detail/4dc832c787d64658825b101bc7b820d5"
  "/detail/bcf950333060481faa834cffc725f45a"
  "/detail/da3cf008b8c34c8cb66c6e1b9d820a6c"
  "/detail/69853decc4ee4a3b88ba7f5daab92bed"
  "/detail/86c39ddb29a04f8aac801fbc6584feaa"
  "/detail/4ad41f7f31064e7ba2483544068f1b61"
  "/detail/e30dcc6348714356ba9bb39c120c1de5"
  "/detail/b76877fee7b74ba8b1df2ada5f3ff02b"
  "/detail/ab6a3c5168144d36b7ee2f4aa62f06b2"
  "/detail/b67532020a1646da8b5ee5aee3788ad7"
  "/detail/c30753cf43e84f6ba817f64a0896498e"
  "/detail/6eea2add03a34527a683406675ee8d79"
  "/detail/41a2755f1eae45fe9c56bcd3c9f47fda"
  "/detail/c55f440d33024f33bd150461a0af777e"
  "/detail/93da379a6a73416d9807afe62fb645e9"
  "/detail/325e3731bfee4d278aa2aac4ef2c794b"
  "/detail/08ea38f039c841eb99baeba0ecec4326"
  "/detail/b2f082c870c14fd2a0f772c775fafa7e"
  "/detail/679ec8f2be98420c8f1ed03b7edad11d"
  "/detail/a7c5832d851f4bb7a5ef93e6d47d7d90"
  "/detail/3646b88915e843fdb5c7d3c139b2ab59"
  "/detail/dd0a8bb079dd4a5dadc983062a0ffcc0"
  "/detail/357806bc4ed449c7957245c7d86ae0f8"
  "/detail/d9c41f29f8514cdd8636908f83f81409"
  "/detail/272ef06a3f434a4288e7cd5475ac49d6"
  "/detail/15dfd2ebaaa94866b24c60bbe88f0934"
  "/detail/9056242cf72a46aea980b2b7063ba3d3"
  "/detail/40493f258f6f42888404d2dca20ffeb3"
  "/detail/b92a3dfe31644303bcfd4f5d9e3891b5"
  "/detail/5a90f9df14b54e77ad1ddda2880c1626"
  "/detail/ac9445aca04845eaa188fa05e86a89f8"
  "/detail/4beaf209f1b741e0a2debfda02ce5f30"
  "/detail/4f1340f542304fc1ac91a4468e8beb47"
  "/detail/a446c8704a4c46ea8339ccb807055e86"
  "/detail/2b0aea0aa15d48e0bb16c6add7c4a8e5"
  "/detail/ee593bbc778c4c59886a826af6a19d90"
  "/detail/61e6c05f4eff48a087ca1ae7e8a35f51"
  "/detail/cc80bd06a5a548cf92c208065b8a157d"
  "/detail/6346c2da0d1341dda3efa81f1059660b"
  "/detail/1de718a7cb81486c98d213fc7a832255"
  "/detail/bab52705ce4443329f5fd199aa651021"
  "/detail/94ada67db17c483d8fcc267725cd745f"
  "/detail/dd63cd4a243940ee8af0cb7cb671330b"
  "/detail/0136b4a4173946bbb7c4b9b23eaa7b00"
  "/detail/891f9601ec2e42ceac06602fa9bd66c7"
  "/detail/3ceb37a732424262915d394bded5a67b"
  "/detail/ec9d1beed74a4e4b8609a7964777dfc0"
  "/detail/cdb29a24f2864249b8511253aa6a580c"
  "/detail/f5f59e680583427caa1033677c9cc96f"
  "/detail/68de481656174c3192ae115d2059c286"
  "/detail/6707d6659d1e40329b9c0c6bc5505d94"
  "/detail/9e00ce86929c4572830c7775ddb5080e"
  "/detail/22798439d8094e8a9a0ab390cdc71264"
  "/detail/d447c0babb7349db83f95f6a415a19a8"
  "/detail/71bb5680fc2642709212fb6ca51ce2e7"
  "/detail/23623942feec4c8bb8e52b7aa96aebb4"
  "/detail/6e168dd37f774888b269233d7b12452a"
  "/detail/736d88e6d93a43a0821b3ff6c13b34c4"
  "/detail/df616af6deed4d30b0df523cad5da0d3"
  "/detail/69ca3e1053fe482da2dbf7bd5d59a83b"
  "/detail/97a6bb44c7724fe29b0a8abe71b15325"
  "/detail/6b854b382d234bc8b8d45f4f9086217c"
  "/detail/3f7f43414ff0481c8beb8610761a9689"
  "/detail/67060f7bd5f849dd9523ada8ce3fa5c3"
  "/detail/36a3116429134dc79582d466f0323d05"
  "/detail/9b502e5686db470699ea1e6727b05e89"
  "/detail/f7a840dfedf94d32b76902fc3a343224"
  "/detail/b8ea0720cd2648c79ebf4d201b1c3931"
  "/detail/8f13cb133fc944b2a30c956dcffe33f6"
  "/detail/293ca61023984580bdee75b572c91011"
  "/detail/cda4d8b10b3f46ff8596d703d061e382"
  "/detail/55293bdaffce4b0c984dfe505de2ed8b"
  "/detail/97b1926332b34e2f95dc1ad1762c9078"
  "/detail/f526bbc418f34328b6f6f4b5895df0cd"
  "/detail/d12454f745054526b6149ff05a13eff4"
  "/detail/2b191fbf52ea4925af3f4ad2818511a6"
  "/detail/6e3ce97d838544ff9fca0645c1ea8975"
  "/detail/3685d3e0876a416bbe81cc4f392b8393"
  "/detail/0cb5c598e14b43478f8d9c40f5f8e105"
  "/detail/b96e7083ec5643af812ddf4a0503934e"
  "/detail/fca1613aa50444608ef93a7ca5d619ea"
  "/detail/b2ca25f5540f4fc2adfeffe678ab972b"
  "/detail/062f64f93e404102b8c35e2c1a2860a1"
  "/detail/404c3c66aa574b1fbda3dd078b083aef"
  "/detail/8b304b4a6f7f4d9984587aa8741bc5f5"
  "/detail/efca09a8202a4a6e94e79822f11576ee"
  "/detail/0a01236dd78b45b7bc8bf54b836620a8"
  "/detail/c8e2a3fe2df14b538cdeb555e18c0c3e"
  "/detail/6f7ee445c9224df4a0bd2b3fb2b18bb6"
  "/detail/32862b3706b449988bba0d5d4ff6fe34"
  "/detail/a9a6e8594b8e47f58f6f7b5272dd9ce2"
  "/detail/c5a7d34f0fe64e0caf361d57cdd425b5"
  "/detail/438e33ede1494156a1dd046b5d75a70b"
  "/detail/672c8b56c1264262a788d74fd6199d15"
  "/detail/57bd849868e048b1ac28fb9ae5465524"
  "/detail/343498a8e50f4ae3a1669745a64881b0"
  "/detail/b04f30c148af441f8f1e03d6f5425c2f"
  "/detail/703cdf5f9ebf4b04bf231f1679e2affc"
  "/detail/14f7352f156c4f7bba34a030e88a8b7a"
  "/detail/d826aa5c51f44619853ba72c17b4ace5"
  "/detail/1bf08aeb4446460aa75564319b939f6f"
  "/detail/13ac4fab6ab04aec8d74a97bc73c37e3"
  "/detail/1ef398470f7b4a568827d8562b9c5e78"
  "/detail/f20e50f0c3654564ac5c321207b49447"
  "/detail/dc88006068284eae8610f59d1c3d5647"
  "/detail/3ca896b05b2445b6b57834f3ef90b590"
  "/detail/f70f7d3ec81f420a826d0af49aa78333"
  "/detail/7909112a58e74515bb2d4d013c3fc975"
  "/detail/10896259c828421daf47d56064fadfc6"
  "/detail/d078894672bf41f9bbaff5896e4a7b6a"
  "/detail/d22c37649d304c5cbf824774d71362bc"
  "/detail/51ac581b75734249b88bc55f0b5e83ed"
  "/detail/1b696b591f7b408cb464d5f8a69e50f0"
  "/detail/5a1e0f99f6d145559dc51b7b1a72089e"
  "/detail/c4b6b7a0b1b342dba322530eb320911f"
  "/detail/941c1105ac6443a99fd4197e6ab7b5b4"
  "/detail/7fb6c191197e4752a3192a83a0dc3b6e"
  "/detail/26f736f1207f4da788e4878c96470774"
  "/detail/9301548c1adf4689aaced70845d83962"
  "/detail/deadbe32bc004f29b97c03379bc2ce81"
  "/detail/11f2920bacee4fe1860644d1c34a9f81"
  "/detail/8a7014969fd14a67bb7e356f9a20a12c"
  "/detail/dbb51805db4544079edfaa7d7d5829ce"
  "/detail/6eca59aff3f74a88b8b5e2b69274d415"
  "/detail/092f4615c89049dcaa7e272adfcefabc"
  "/detail/0d0318b3f28e49b49db4a1dba2476952"
  "/detail/bb8cdb1bee7b4fc8a717b8b60bd469fe"
  "/detail/acdb9f1daa634d018578184eae25fbe3"
  "/detail/71321fb125db430cae692592b4b95cc9"
  "/detail/ac4946d7d46243e0883728f20f364c36"
  "/detail/0926987f920c48e9af229860047b5869"
  "/detail/e538b2c813fa4e02b9de34dc4facdf08"
  "/detail/4d7e85d18d464287a7e79439d4e9ca18"
  "/detail/ce358d42e39641a3bb7e6317e93b32c7"
  "/detail/863e3c78a0564a2790d1f0de39ad3941"
  "/detail/c9510021945545b98b1693ec2682cb3f"
  "/detail/de17485d598443829b94f5bfd6556c26"
  "/detail/432361f82c6e43f0b34a4e9a439f86b9"
  "/detail/07202422d85e42acade1e73759350f12"
  "/detail/eabf19d33f5b402fb8138a87b90907a3"
  "/detail/eb5b9e729a884ac882a43285204bb52c"
  "/detail/448ff53f1fa14559a26ef8e1d0bd05e5"
  "/detail/8b84431510f846cfa0376298179d84d8"
  "/detail/a3acc210d0eb4b85b3cff780755c5a21"
  "/detail/854a9a1cf6cc446681d3de2790f4d866"
  "/detail/c914f7a8689b4e54bbb72f8922381673"
  "/detail/0b4e2280eb9144068163ab7a8f8790b7"
  "/detail/3d52da7fed9b49ada5e438c6c307bb19"
  "/detail/c7d50e0e5fae4495b3f4e854d793a382"
  "/detail/97c8d88c2f71421f853b030add704614"
  "/detail/395ac11f40a64e2282f023680a96761a"
  "/detail/08d764f6278d4a56af14cf28f31341a4"
  "/detail/8c960d840c56426dbe8311ab6cf30d90"
  "/detail/58e58887410240d7ac5a53e301c04f0f"
  "/detail/04dc690142854ef8a1c349fb305fea77"
  "/detail/4ad3c99ef12f4f4d908e585a1ba7bd8f"
  "/detail/8dbe0367f745456fbc2ea5de7671779f"
  "/detail/ffb2c34b066044aea3f4390758994a34"
  "/detail/77374a0982e641179910c547d4bb7c05"
  "/detail/14b098fabff3487d994930aba3f49941"
  "/detail/d2f1ba6a6e1241ffaecca115c4ae874d"
  "/detail/b386ff2a48a148c1adf36ca65810e6c2"
  "/detail/2e51c0bcff574339b4974c0dcafd512c"
  "/detail/4f633494d8804d11893ebac088201e78"
  "/detail/c58d7f9cabfd45be8e893a25869df601"
  "/detail/95bb1c62aeb34b5096532b66d10849c4"
  "/detail/aff77763dda4480cb60ce3e2e03feb92"
  "/detail/2623a45258e64afa96406d65264e37fb"
  "/detail/39d720e5a37b443289fa1078ad8b67ba"
  "/detail/37f62e4bac8143dfa94efcb6a870485d"
  "/detail/8f2348f00b8a41d18b07bf18e50a039d"
  "/detail/d42efd6e53174473b1e8c10eddcae5ea"
  "/detail/897d8af807534f8fb2fb2fb60791df31"
  "/detail/0afa27e778f9499a9cfa98ea22015fbb"
  "/detail/18cd5bbacd274613b22affc4b34b1e7a"
  "/detail/ba2430c9cbd44c74a1aea7e83d2848cd"
  "/detail/8ba0d10a7cb148e8bea226bd25f67da8"
  "/detail/5f7899313b7b415e96a2df4f003b6cee"
  "/detail/a52c580b0f9b46c9ac90689583c5f78a"
  "/detail/265771c76f4a4585bb6f9695c6379d73"
  "/detail/d86be4291850477b9eca3ff7c2315406"
  "/detail/8a8c60cf7d57486286a44fdec2f147b9"
  "/detail/d8be89ceb3914554908f863bd5ccd62f"
  "/detail/873fde8e534f42b5ab72c6476f690d35"
  "/detail/98c067a0f3164755b9ae3bda840a38af"
  "/detail/85717c37b70e40ea80b32fdc18267be4"
  "/detail/57963422e4df4c9cbc4cd46a258f4d43"
  "/detail/1c0bd9111ac74f6ea6e04152324193d4"
  "/detail/5c698d12a8d04cf7b6e058610ffe7b2a"
  "/detail/bdb7a50317b643b199cd59894271007c"
  "/detail/bd32f3080f334ba3889b8be30562244a"
  "/detail/f3edf2dc86044338bff6af36b88cb25c"
  "/detail/9528f08e6d0b4f0eb1717a9a585770b3"
  "/detail/3ec712c0bb73443099201168c28d9bda"
  "/detail/35c180b3612d42d595f1247b171f989f"
  "/detail/56c1cb2c65194c17a4544cfdba96288e"
  "/detail/31a0af5916784f37b01efa2cbe310afd"
  "/detail/c233c9ba790e42eb9337a3e729883c99"
  "/detail/bbc02d7303db4762bcd5ace40b1f74ca"
  "/detail/337875d1107e424aa0b8c46ec67df38b"
  "/detail/ff462335601941ed9bd2b7da1e87c41c"
  "/detail/7284feb9676844b4b6c82ef6ec590f69"
  "/detail/416bd113db0c49b2bb0628a5448d6734"
  "/detail/40f7e998a4824a6cac51f3e3532ec8d4"
  "/detail/5d63e42c69b049eb99792e4f258afc51"
  "/detail/1cd1a345d8284929b5f557c860bba834"
  "/detail/f7db92fefa66427f8f7805d93dace610"
  "/detail/cf739fe71fa7405c8da1e454c4fe9074"
  "/detail/43965097d33a4a36a50f50a8113e2ff7"
  "/detail/65a75e04983d473ab13cd152b6620bdd"
  "/detail/30ed195c93b7467a9187f07773889a9f"
  "/detail/c6dc8bea9c234666bc039e76421dcb6f"
  "/detail/fd98f2fd417a41fd8a9b132c628649db"
  "/detail/35d43533b383482782fc7916b15b3e9e"
  "/detail/ea8fab394e624b8dbec231cd72a00733"
  "/detail/7c3ad044a851497d947245b9d0295eef"
  "/detail/3ed04b3f4a56453b926979eb74c68ee5"
  "/detail/d33fc87cea89414d9fecc9992e498e25"
  "/detail/8835b0f00e8448369e6547456a56517e"
  "/detail/d99e234ca16b4977a0b559501daf0a3b"
  "/detail/cce237728c9a443095d5acac2558ca2b"
  "/detail/12d184a3b7434a0bb01cb1bb39918128"
  "/detail/3e8ef2e643c44dfd864354e8d17899cb"
  "/detail/23d2c50dfd004976b620e62aa9a0d238"
  "/detail/4cd13be3a02045f9968fcabee73b7de3"
  "/detail/941546f937fa4ab997cdfffdcbe7e016"
  "/detail/932a18433c1c4849b9dd34f135cf3b10"
  "/detail/5d44a9e4b2a140a6808b7b865b1fb93e"
  "/detail/c69e24838d0f4cb88795076bced1c06f"
  "/detail/3be0946f34e747e0bb29802a915ed0bb"
  "/detail/da96181a1d91414180bdc9fc24db6cf6"
  "/detail/fc2c34d6b6734d33a7e8977a567873d2"
  "/detail/cd3a141bfa1e49b89dc92772c453c506"
  "/detail/40c0948936f74ebf8832389441c612b6"
  "/detail/12f51939025f4f2892b29856b8fe0ebf"
  "/detail/dc19c958fa2f4e9eaa559dedf6f3e31c"
  "/detail/e350c75d301344f1b2789a1f3fdd81b1"
  "/detail/9ce1da285c764720905fe15ab3a11ee7"
  "/detail/f4c23d47b4204ee19a961f0a1bdea53c"
  "/detail/8d3c34c028e6493f8bd299171832f976"
  "/detail/5c3e698fbe20412bb99a6aed361cf5f5"
  "/detail/b428786bb3804205afbb49619fb003ff"
  "/detail/9af8ee52fb1d4e7dad06e0d2392a4611"
  "/detail/4d8b40bd7965403490fa9da7d28dbbf8"
  "/detail/0f7959ff85eb4e5f904c355f347b82a1"
  "/detail/f2adcaebfbb640bcafe6c693c3d99364"
  "/detail/ae363d1a1e3e46f08e9107a89221c48c"
  "/detail/e995f381e4a048c6a0a4ec20aba81d87"
  "/detail/b45b0f64962a40e3ad6fe1ea89e56cf5"
  "/detail/3f9fac21d2514c71b5a502d7d4880fc8"
  "/detail/532846cb1e3f45b1a9b7f416bf5fc8c2"
  "/detail/793eeabdf5ed42caa2957420948ad2ce"
  "/detail/924c8657a9dd4aa1bce2cb7251b75d73"
  "/detail/e075dfeaa2264dc2b983965f1a2b2a41"
  "/detail/eb3ffe26f6d84875893c012a4bf2caec"
  "/detail/a34ab37c49a646a2a49916196f29c7d9"
  "/detail/394e490df92a4cd59fc7012776e278b7"
  "/detail/8ccab6a225a64965b88928f8be13562e"
  "/detail/38b4dfdf4e8f48cfac90cc99bd791f0b"
  "/detail/398c01a31065433b859085e3fc840c58"
  "/detail/36829d137a81475eb82ce96b7b3173d1"
  "/detail/42a9e09490db498fadc9c3b7ad67b459"
  "/detail/bce30b3344e548e29de165cf31b4a2ca"
  "/detail/93343850dccf402b89ef2da5c1bb189b"
  "/detail/39f6f1ee3df149768b0edfeee6d74670"
  "/detail/1936d5b90e6243d5b5341bf69c6d79e6"
  "/detail/9b3d1cb2c09b4e73821aaeaf41c9c238"
  "/detail/a41e95e8b4214540a6a0e1f37580a1e5"
  "/detail/0b88c7b09a094acca81130ab0db001a4"
  "/detail/4b8f99a951c1419c90ee375d419202a4"
  "/detail/11d338c079124bfe81a928c37f147faa"
  "/detail/5f48d1375ffa442d8cef02eda06140c7"
  "/detail/55e42944ea7f4b3f822a5dd0f0dd88c6"
  "/detail/3b7c32dcb6be47febd78a8a9d1ecc84d"
  "/detail/bdb60a65f925438894c8679abf5734a4"
  "/detail/daaf0d0d1fb043b1b80e67ab725641fe"
  "/detail/d7f185ac642f4193aa2183aab5d75f9f"
  "/detail/1c9bb14d63bd483db95062d971f4382b"
  "/detail/c0141ced9ae24b86ad8630f85548ce69"
  "/detail/b5cdd5756720445f96bb8fc2bd992c5b"
  "/detail/008f36161ee342efa69164d184297a33"
  "/detail/4bbf2e34abb34bc9aa570b5d754a66e9"
  "/detail/6b367cd084a74207a7133b51302bbb39"
  "/detail/408638094de44306b1679631e7341dba"
  "/detail/d149a7c522d4471bb575cd5d97cf3ae1"
  "/detail/37f514d652f343d9b13d2ca93e050123"
  "/detail/17fd796f386e412aaa4bd98b89f0b8ca"
  "/detail/a3568ba994ef42f08cef70f0322a610a"
  "/detail/d133c375efa24c05a901f1d76f689268"
  "/detail/d6e454bdd3cf42d89d49cf24495ae307"
  "/detail/8586480551b84599b3cd9416a888ec37"
  "/detail/797d6d115cb9446b8d22aaf8aef84334"
  "/detail/55c9247c42f6452c873a8aa97cfb375d"
  "/detail/426f31e3d4bc4dd1b1de43e58c7d4c93"
  "/detail/4f6f982d0f3e4d51a2694ce00eaa2c23"
  "/detail/93296fdaeb9544cab48fef4532f507b3"
  "/detail/1dd550e8247f49dfab75e16a6fbe8fdd"
  "/detail/8cfed6c00ed74961888007e6baa2e64a"
  "/detail/87e7323cce0b4fab91e5f7dd5a9bfa5f"
  "/detail/d5c7cbc9824e4f8282c578006cefa34a"
  "/detail/72d70c67e6474ddcb1fba965b12ecd8a"
  "/detail/421a3fdfd0d5460ab528e3707ca11a78"
  "/detail/c3884a40497e45eda5dcf043d787e045"
  "/detail/e7dfb69c5e1344a782640a0fd69d2c1b"
  "/detail/60380264bdf342edbc59c0df04d6263d"
  "/detail/1f504ff9448747eabed610df12223329"
  "/detail/f780bced7e0f45fca7f2c6ec54aa6058"
  "/detail/1e218971147d4a04bc1d76b575cefe00"
  "/detail/98669351a3f74799bbb5c3973fa091c3"
  "/detail/084d8960a47c43df8721e404766bca3f"
  "/detail/208a4a179b7e47fcbb64ece38cc5d847"
  "/detail/577f7c3e77b24150bfc2eaedae3c9948"
  "/detail/aacb8fdea6a249e18b0ed74239d6f0c1"
  "/detail/d87645b618c54fe7b4e5439d779d225b"
  "/detail/c9eb29e4fd2e4437a0572855daca354e"
  "/detail/5f7dd71082de4ff1825a3e4fc530b61b"
  "/detail/4ab5056baf5d4622ada50811208425fe"
  "/detail/9c631f86c38248ef86731e33d97644da"
  "/detail/3bc6175191e54e9c8b9c9e7639df25c6"
  "/detail/73efb3c9f8834765af8b9f9abc747b69"
  "/detail/05a09c16d7ec4e5ab81490235462ba75"
  "/detail/bbb01165934c45129d9806e241c4c118"
  "/detail/87de4d2ab53b415db45c786d8ce590fa"
  "/detail/ead5ebfc0daa40c9976065d365c664ad"
  "/detail/dd6f39349c90473f866f3766c27b9179"
  "/detail/fac01b295e044b589ca4f8b2ccb2868a"
  "/detail/8d4b14a849134050baf1e6131514fc49"
  "/detail/1bfa4c8cf37e483d82b2442cb9a75162"
  "/detail/af9c4ec5163240439f5ada7421bae396"
  "/detail/6725735557f84e0eb4a5b57182690f20"
  "/detail/636b0aef0c2e4cb7879b906ca084f940"
  "/detail/afbae945fd2b45f18a2e31493b0a9b8f"
  "/detail/4fc73c81afc14af3a51c8f90e0f6efef"
  "/detail/48cc805e3a0c4a708a7e361ec117baaa"
  "/detail/211fafbc86f1403f97ad514f5bed6d56"
  "/detail/f8a3775e786e432d9c0dedfb38f5cdf5"
  "/detail/38874bd9326f440ebd3758b6cd6d81d6"
  "/detail/caa6cb1b15f94506baee94ab6dabdb2f"
  "/detail/1210ef73292e4834bb02477a20995ae7"
  "/detail/ce293f43a4ed41189fe4230a1b43f311"
  "/detail/7ad6c54c9be34f03b445d31d6927edfe"
  "/detail/932cf84722f9420db0fe81ba479611f6"
  "/detail/68e99532eaea480a9e1a058351bb9088"
  "/detail/135726f264c04274ab108b3c72d4391e"
  "/detail/a4c8c6ebd449449486bb8befc80f7894"
  "/detail/792b461266cd474cae2356aa7b2a6d0f"
  "/detail/d10a5fa44fca4975bf014f432f0a51d3"
  "/detail/9157d39a06994163a92f1bcd6f774ade"
  "/detail/4f1a2c8c5ae44faba1bf9340c0809894"
  "/detail/a5dc0ed02ccf4ed4ad4e4f1eeb0cc7ef"
  "/detail/d124c09cea9042ec8ce2eea49f7105b2"
  "/detail/c1d1a8eafb3249ff8f0401fb18f4e8d2"
  "/detail/7372870a4dfe4bf993af313e8bdd6797"
  "/detail/0dd91779a34944e1a54e86f07cd27d09"
  "/detail/68fe379991f84dd5a377e64831e860ed"
  "/detail/abe6bf27ecb84f93966f2c666754177d"
  "/detail/28671cfd645e4120a224fe0230649357"
  "/detail/e51ee137cb0d4e3a8276673023a90476"
  "/detail/cfd6dc9af5f44b3b933547476f6b88a6"
  "/detail/a9c3208b26794b119dabd142b2665f90"
  "/detail/e0d48d16c9bb4910a64abc8362bddbde"
  "/detail/7c145cd33ad14981bd8e8dc497b81406"
  "/detail/925043830b4143a9afb3ad97282c079d"
  "/detail/bf9a6b88fbc74a989dfbbd56aaf7e8b2"
  "/detail/7dca61ad5162418aa5ab73367e106739"
  "/detail/f73d29328d6a477197db55ff5e1d7068"
  "/detail/89eda59c8ab2485188603fe1844bf9fd"
  "/detail/1d4ff7befa364326aaac5307971b55b3"
  "/detail/e747ef8356fe4db9b003b66ff2e5060b"
  "/detail/fb82ddea8a284ca0a47dd6c3dcf6da53"
  "/detail/3f2554490d9941c794bb71f5f764cccd"
  "/detail/b525f7bbaf204f47b762228f4ecfd0ab"
  "/detail/6b5030a638294ae7b0614aed2e693544"
  "/detail/74c23def2f2842418af16064a77dc50e"
  "/detail/756e14612f0a44f8929a0a0da80a0650"
  "/detail/f16ad85c5cec492e954d94af74ce5f5f"
  "/detail/c7b07d450d924cdea940dbae5e6b5916"
  "/detail/0b580d4db1af437bb52ae681045fa3d8"
  "/detail/940de9504e2b4067bb89e8de2687044f"
  "/detail/064b2f5ce1cf45828d8a684903b792a0"
  "/detail/250f1f1afc27405c820f4cad012e18bc"
  "/detail/e09c649155144829b8154605f353de63"
  "/detail/0811ac5adc8647b3886e7cc0900fc5e2"
  "/detail/49bd26cd2d784a939e1b345b7c8a882a"
  "/detail/cb7dbcfaca054aefac7fa4a960e2ab23"
  "/detail/7db3d8dc2e1e49b1b4b7fe441e8676f6"
  "/detail/201f1d195b21477f85e256d1514f3191"
  "/detail/0ff6d821c0e64e42adb0cd735b0a1dfc"
  "/detail/44ee2fb601b246b3b4183a7e98d4400a"
  "/detail/435d9794f2cd4dc4b3c48e6e4f8029cf"
  "/detail/968caab51aca4804b7458062ae802cd8"
  "/detail/1b98e8c17eca4d62a7e844987e00fb6e"
  "/detail/99c5987c1a554f82a53be83488bb074f"
  "/detail/a8a9a96d4c484e2b95b697c45e9ca592"
  "/detail/e69d82f05cd3490489a4fa8b6ab69dd3"
  "/detail/7b16ae7d9c224220badd4897b4dbb082"
  "/detail/a0ba480c6574462fb41de76eece5a313"
  "/detail/0c13df1a0bba4514a3eacb65629c0e8f"
  "/detail/80690492d1304c02a6506bdf2cc441bc"
  "/detail/56251d06c9e9477f8a2ff494cae75053"
  "/detail/7d66ff816bfc43e5a35df0f504cfe3b2"
  "/detail/2627e9e8f6e2495ca9611aabcf11c9c2"
  "/detail/70e52fd4923a42919e958298024dcdf3"
  "/detail/1c86779c496a420686f9bc1e8e7eac8b"
  "/detail/63bbe5a8c1994b2489078b503777cc94"
  "/detail/a98bd2924357447c910421250f5a4712"
  "/detail/75c9c48fd41840fca0a70fc92efb21d3"
  "/detail/3ea546576c3241c7aaa36f7dac229f96"
  "/detail/44f5643a9aa54a23bcbd89bad97dd752"
  "/detail/89e95ff3c52a4fce8211b37ed9ab1f0c"
  "/detail/49c6e0c5cdb2403ea954001e794c0a36"
  "/detail/bd7a78bc52d347328de55d912501b2b5"
  "/detail/32387b88a1614242b91ec7a2717fe9bd"
  "/detail/6d2c967944904520989f13f15f6b202f"
  "/detail/9c628946fde6469583ee3e041ae49269"
  "/detail/17bfd861909c4763b5d79fcce7c5297b"
  "/detail/06079aae29a44e07a6a83f338b706f8c"
  "/detail/972098d9517b48bf8ad65553219a1376"
  "/detail/c53115eaefb049369199492d4a43af8f"
  "/detail/d20e81a8e75f4cf2bc22be5bdf8d0950"
  "/detail/9142e63958174e4bb1a3ea5a8ad7bc96"
  "/detail/7e9a82b6453d4808b782e8b95658f6c2"
  "/detail/a351c4d4343b468692d4c13cfcd59b61"
  "/detail/84ac473aa0cf46249a13d69b6a087633"
  "/detail/f9e1c02cc8c146ad98dee5cb5f3fcdbb"
  "/detail/474bbecae1904db19b69f7381771e74f"
  "/detail/91118c3c5a434c50a79c690c0ef874f0"
  "/detail/728a78fae9654d95840bc49a84d36e54"
  "/detail/bbd137805814411fa7b7f697f56461b5"
  "/detail/b1cabafa54e24559af98da7f27501052"
  "/detail/edc783ccc49a4234b6baac8d06da8db4"
  "/detail/02049224c56347179fa4c013e2cfcd8f"
  "/detail/dd810de0c29841e2869820c3c0b2b292"
  "/detail/b3511fc8409e4bdeb71e7b6ada625a0e"
  "/detail/e42e9acdb7a84db1a5dc21cfa70f766f"
  "/detail/8669e125b004411293092d9df9bf34c5"
  "/detail/2fca3e3154c741e7beb5e4fbc779656e"
  "/detail/a530e5cbbfe84b63868c03bfd7f6bbc1"
  "/detail/b22c51687a18469eb5dc632323ec34c7"
  "/detail/036c54b2d8cb4a8abc2444e293c0616e"
  "/detail/9f06f4cf55274037add5d68b2c250986"
  "/detail/73d10eecad344599999fe4d9c0ea1fc0"
  "/detail/68dc61545aa34f3ca50fc30d697cf926"
  "/detail/26c871350ef34458880ca65f2776c6b9"
  "/detail/71710cd9f5f046529ffa4a8ac09439c9"
  "/detail/7ce75d0999774cbc884dad693378499f"
  "/detail/7a086e8c4201469e932b4a183711052b"
  "/detail/f7da26cb2a224dbeb0c0b9bd22390fd0"
  "/detail/13e3cf4faada49ec9dc3170dadfa7c92"
  "/detail/3b4e6267debf4727bc49ab382ee6b378"
  "/detail/6f795b1803aa45b8a7b50bfea44a3a0c"
  "/detail/f06455ec23d84b44a4569deb4972284a"
  "/detail/6a0f66ad837449d09ab1849fac5557dc"
  "/detail/a14f6ce4fff34c288d4a9c692776f67f"
  "/detail/b20fcd83f68848a984aabac83c4ce738"
  "/detail/9721855b4937454a904482d57c7e6414"
  "/detail/7a97ba16da8f4f098d36da943a85ead3"
  "/detail/3c4dc9e7bbda42ff9ab87d3185a2f0b8"
  "/detail/5d2d44c9ffd346b5be359b080d8b4bc1"
  "/detail/610b63661f894465a504577e88edbe89"
  "/detail/e046383707944c58bd9e4fa83e80bd38"
  "/detail/aed6704ead4e4ba4894cf6a95fa92e4c"
  "/detail/74bcd28d06d7415182762bbb26845f2e"
  "/detail/6457a634bc564e8b88ab325b1be45ea6"
  "/detail/90ea8ba2a59d4f208532c846bf8f8974"
  "/detail/1c2c36276ec542e69501720fc620c4c1"
  "/detail/7b17ed5e3aa44635a18d9be40ac720e5"
  "/detail/c620b2226c50471d90cb49129203c46b"
  "/detail/75c7cc67b7b3426195ced720034a03f2"
  "/detail/8a8093d4ecc746eb9d1b4e542077f079"
  "/detail/3b2d695bf22c4efeb6b8f89927d3f670"
  "/detail/ccfecb91167449f98cad00a2b2fd239d"
  "/detail/b60af243cd444c6c87e06ab495bbcaff"
  "/detail/55f4d6bb96154e2f9bbf1daa999902a6"
  "/detail/499f465f2b97405b8029289a8258e560"
  "/detail/71d51e54921a4752be1673dd49ceceec"
  "/detail/95d06322efe8470bbe34cb40d98ff8a0"
  "/detail/125ae32265c3488e9e324615cb3de9e0"
  "/detail/939d3860ad3b424c88b5ff59f1b898da"
  "/detail/24cd784db4ff48d880e75c842d2afa93"
  "/detail/9b241a386a174ba9ad6c089472be81f4"
  "/detail/f4d3ccc13ae34028a151693052bc6895"
  "/detail/9bb6955ba02e44cb997d38423b9f4328"
  "/detail/08ab6ceb986c4fe38ae8e5a62d07686b"
  "/detail/0371f4f2e7c542de93cb7694b7750199"
  "/detail/3a6819c1864843fbbb43562373d1f808"
  "/detail/1e79674314224906850ca0cbfbefa808"
  "/detail/fc5115b1aa25416ab9ef9f0411d21ef3"
  "/detail/68c8508cc9634437913bf4c1f5609124"
  "/detail/7de4bb40088b40ff8f01724803358ab3"
  "/detail/a33f7277423340e3a47e91518487e082"
  "/detail/af2d7e408fe24e3cadadbcbe89317fc6"
  "/detail/5d657312e3e04607971960c43eb4f224"
  "/detail/78f5e0f7431f46aba083791cf7ade7e2"
  "/detail/b606dbc78e11408080ad7952be8ca173"
  "/detail/cc2e0c973ab64a99a8a4c3368b790fe6"
  "/detail/8aca9a1afd67418aa7e887d5a99563e9"
  "/detail/91fd46b5cc594a408b32635e4a9ac47c"
  "/detail/33ab56db441448479d4c4c4a219941a1"
  "/detail/137ab040245b46419c5d19e61b554776"
  "/detail/bffb73c826b143a98399abe70acae832"
  "/detail/969f97d75dec4c0ca834882186e06f00"
  "/detail/72eeb6bfb10f4cd98a94f245bcad4114"
  "/detail/658af58c8421444b8d1921fdb61b2947"
  "/detail/a56791c8fe6441978612fce3e3353256"
  "/detail/7979893536284cd5a6fd2ade57ccb406"
  "/detail/1eb30bad1f894151bb0d50fea2210872"
  "/detail/06ed2581999141158a3b9a2af75dcd21"
  "/detail/47acbb1858dd4661aa5810d7f0ca2e74"
  "/detail/5ceb09c11d094fcd84db184738d2d083"
  "/detail/84d0789314454723a3e7d9e34328fd4f"
  "/detail/2baf5c3cd3fb4ba09b8daefce9ee298c"
  "/detail/65092324d2ee4c58852e11d4ac397773"
  "/detail/90e0d429e36048a99e703e33467ed707"
  "/detail/83583d405bf54c86ada94eb02fcdae7c"
  "/detail/f62101f251b54bc4b96f6e759626fc2d"
  "/detail/5275218934464e31b64bc44be5ebad09"
  "/detail/fb881b050804476897098861e68d745e"
  "/detail/65139590dc384732a2c0a4330e2e1586"
  "/detail/88f7ebf91b5c4b79a1b4e1c7a2d1ca27"
  "/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.60 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.