GET https://staging.ktm-sturm.de/ersatzteilfinder/620-super-moto-competition-20-kw-1998-modelcode-872684

Query Metrics

113 Database Queries
101 Different statements
1038.25 ms Query time

Queries

Group similar statements

# Time Info
1 0.69 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.14 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.35 ms
SELECT `key`, `value` FROM `app_config`
Parameters:
[]
4 0.24 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.42 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.36 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/620-super-moto-competition-20-kw-1998-modelcode-872684"
  "ersatzteilfinder/620-super-moto-competition-20-kw-1998-modelcode-872684/"
]
7 0.24 ms
# seo-url::resolve-fallback
SELECT path_info pathInfo, seo_path_info seoPathInfo FROM seo_url WHERE (language_id = ?) AND (sales_channel_id = ?) AND (path_info = ?) AND (is_canonical = 1) LIMIT 1
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
  "/ersatzteilfinder/620-super-moto-competition-20-kw-1998-modelcode-872684"
]
8 0.68 ms
SELECT configuration_key, configuration_value FROM system_config WHERE sales_channel_id IS NULL ORDER BY sales_channel_id ASC
Parameters:
[]
9 0.30 ms
SELECT `name`, `path`, `author`, `self_managed`
                FROM `app`
                WHERE `active` = 1
Parameters:
[]
10 0.22 ms
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = ?) AND (token = ?) LIMIT 1
Parameters:
[
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
  "DncUPGEUWoMqBG45SYkQRqLe2ZM0WziK"
]
11 0.28 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.43 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.40 ms
# base-context-factory::sales-channel::association::domains::read
SELECT `sales_channel_domain`.`id` as `sales_channel_domain.id`, `sales_channel_domain`.`url` as `sales_channel_domain.url`, `sales_channel_domain`.`sales_channel_id` as `sales_channel_domain.salesChannelId`, `sales_channel_domain`.`language_id` as `sales_channel_domain.languageId`, `sales_channel_domain`.`currency_id` as `sales_channel_domain.currencyId`, `sales_channel_domain`.`snippet_set_id` as `sales_channel_domain.snippetSetId`, `sales_channel_domain`.`hreflang_use_only_locale` as `sales_channel_domain.hreflangUseOnlyLocale`, `sales_channel_domain`.`custom_fields` as `sales_channel_domain.customFields`, `sales_channel_domain`.`created_at` as `sales_channel_domain.createdAt`, `sales_channel_domain`.`updated_at` as `sales_channel_domain.updatedAt` FROM `sales_channel_domain` WHERE (`sales_channel_domain`.`sales_channel_id` IN (?))
Parameters:
[
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
]
14 0.24 ms
SELECT LOWER(HEX(`language.salesChannels.mapping`.`sales_channel_id`)) as `key`, GROUP_CONCAT(LOWER(HEX(`language.salesChannels.mapping`.`language_id`)) ) as `value` FROM `language` LEFT JOIN `sales_channel_language` `language.salesChannels.mapping` ON `language.salesChannels.mapping`.`language_id` = `language`.id WHERE ((`language`.`id` = ?)) AND (`language.salesChannels.mapping`.`sales_channel_id` IN (?)) GROUP BY `language.salesChannels.mapping`.`sales_channel_id`
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
]
15 0.32 ms
# base-context-factory::sales-channel::association::languages::read
SELECT `language`.`id` as `language.id`, `language`.`parent_id` as `language.parentId`, `language`.`locale_id` as `language.localeId`, `language`.`translation_code_id` as `language.translationCodeId`, `language`.`name` as `language.name`, `language`.`custom_fields` as `language.customFields`, `language`.`created_at` as `language.createdAt`, `language`.`updated_at` as `language.updatedAt`, `language.translationCode`.`id` as `language.translationCode.id`, `language.translationCode`.`code` as `language.translationCode.code`, `language.translationCode`.`created_at` as `language.translationCode.createdAt`, `language.translationCode`.`updated_at` as `language.translationCode.updatedAt`, `language.translationCode.translation.name`, `language.translationCode.translation.name` as `language.translationCode.name`, `language.translationCode.translation.territory`, `language.translationCode.translation.territory` as `language.translationCode.territory`, `language.translationCode.translation.customFields`, `language.translationCode.translation.customFields` as `language.translationCode.customFields`, `language.locale`.`id` as `language.locale.id`, `language.locale`.`code` as `language.locale.code`, `language.locale`.`created_at` as `language.locale.createdAt`, `language.locale`.`updated_at` as `language.locale.updatedAt`, `language.locale.translation.name`, `language.locale.translation.name` as `language.locale.name`, `language.locale.translation.territory`, `language.locale.translation.territory` as `language.locale.territory`, `language.locale.translation.customFields`, `language.locale.translation.customFields` as `language.locale.customFields` FROM `language` LEFT JOIN `locale` `language.translationCode` ON `language`.`translation_code_id` = `language.translationCode`.`id` LEFT JOIN `locale` `language.locale` ON `language`.`locale_id` = `language.locale`.`id` LEFT JOIN (SELECT `language.translationCode.translation`.`locale_id`, `language.translationCode.translation`.`name` as `language.translationCode.translation.name`, `language.translationCode.translation`.`territory` as `language.translationCode.translation.territory`, `language.translationCode.translation`.`custom_fields` as `language.translationCode.translation.customFields` FROM `locale_translation` `language.translationCode.translation` WHERE `language.translationCode.translation`.`language_id` = ?) `language.translationCode.locale_translation` ON `language.translationCode.locale_translation`.`locale_id` = `language.translationCode`.`id` LEFT JOIN (SELECT `language.locale.translation`.`locale_id`, `language.locale.translation`.`name` as `language.locale.translation.name`, `language.locale.translation`.`territory` as `language.locale.translation.territory`, `language.locale.translation`.`custom_fields` as `language.locale.translation.customFields` FROM `locale_translation` `language.locale.translation` WHERE `language.locale.translation`.`language_id` = ?) `language.locale.locale_translation` ON `language.locale.locale_translation`.`locale_id` = `language.locale`.`id` WHERE ((`language`.`id` = ?)) AND (`language`.`id` IN (?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
16 0.26 ms
# base-context-factory::currency::read
SELECT `currency`.`id` as `currency.id`, `currency`.`factor` as `currency.factor`, `currency`.`symbol` as `currency.symbol`, `currency`.`iso_code` as `currency.isoCode`, `currency`.`position` as `currency.position`, `currency`.`tax_free_from` as `currency.taxFreeFrom`, `currency`.`item_rounding` as `currency.itemRounding`, `currency`.`total_rounding` as `currency.totalRounding`, `currency`.`created_at` as `currency.createdAt`, `currency`.`updated_at` as `currency.updatedAt`, `currency.translation.shortName`, `currency.translation.shortName` as `currency.shortName`, `currency.translation.name`, `currency.translation.name` as `currency.name`, `currency.translation.customFields`, `currency.translation.customFields` as `currency.customFields` FROM `currency` LEFT JOIN (SELECT `currency.translation`.`currency_id`, `currency.translation`.`short_name` as `currency.translation.shortName`, `currency.translation`.`name` as `currency.translation.name`, `currency.translation`.`custom_fields` as `currency.translation.customFields` FROM `currency_translation` `currency.translation` WHERE `currency.translation`.`language_id` = ?) `currency.currency_translation` ON `currency.currency_translation`.`currency_id` = `currency`.`id` WHERE `currency`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"·ÒUK\fèGÍ‚ó¬›ÑÀßÊ"
]
17 0.25 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.29 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.14 ms
# base-context-factory::taxes::read
SELECT `tax`.`id` as `tax.id`, `tax`.`tax_rate` as `tax.taxRate`, `tax`.`name` as `tax.name`, `tax`.`position` as `tax.position`, `tax`.`custom_fields` as `tax.customFields`, `tax`.`created_at` as `tax.createdAt`, `tax`.`updated_at` as `tax.updatedAt` FROM `tax`
Parameters:
[]
20 0.38 ms
# base-context-factory::taxes::association::rules::read
SELECT `tax_rule`.`id` as `tax_rule.id`, `tax_rule`.`tax_rule_type_id` as `tax_rule.taxRuleTypeId`, `tax_rule`.`country_id` as `tax_rule.countryId`, `tax_rule`.`tax_rate` as `tax_rule.taxRate`, `tax_rule`.`data` as `tax_rule.data`, `tax_rule`.`tax_id` as `tax_rule.taxId`, `tax_rule`.`active_from` as `tax_rule.activeFrom`, `tax_rule`.`created_at` as `tax_rule.createdAt`, `tax_rule`.`updated_at` as `tax_rule.updatedAt`, `tax_rule.type`.`id` as `tax_rule.type.id`, `tax_rule.type`.`technical_name` as `tax_rule.type.technicalName`, `tax_rule.type`.`position` as `tax_rule.type.position`, `tax_rule.type`.`created_at` as `tax_rule.type.createdAt`, `tax_rule.type`.`updated_at` as `tax_rule.type.updatedAt`, `tax_rule.type.translation.typeName`, `tax_rule.type.translation.typeName` as `tax_rule.type.typeName` FROM `tax_rule` LEFT JOIN `tax_rule_type` `tax_rule.type` ON `tax_rule`.`tax_rule_type_id` = `tax_rule.type`.`id` LEFT JOIN (SELECT `tax_rule.type.translation`.`tax_rule_type_id`, `tax_rule.type.translation`.`type_name` as `tax_rule.type.translation.typeName` FROM `tax_rule_type_translation` `tax_rule.type.translation` WHERE `tax_rule.type.translation`.`language_id` = ?) `tax_rule.type.tax_rule_type_translation` ON `tax_rule.type.tax_rule_type_translation`.`tax_rule_type_id` = `tax_rule.type`.`id` WHERE (`tax_rule`.`tax_id` IN (?, ?, ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"W(\x19¥ÅRNì§ù\x7F5†´*@"
  b"×ã`4ÛåIð‘7âù_\x1C\x01"
  b"÷ìlÙÏÄBgü─▀ÆÄg╚ï"
]
21 0.36 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.16 ms
# base-context-factory::cash-rounding::search-ids
SELECT `currency_country_rounding`.`id` FROM `currency_country_rounding` WHERE (`currency_country_rounding`.`currency_id` = ? AND `currency_country_rounding`.`country_id` = ?) LIMIT 1
Parameters:
[
  b"·ÒUK\fèGÍ‚ó¬›ÑÀßÊ"
  b"¡×[¶&ÙNc‡öº\x12—•+)"
]
24 0.16 ms
#cart-persister::load
            SELECT `cart`.`payload`, `cart`.`rule_ids`, `cart`.`compressed` FROM cart WHERE `token` = ?
Parameters:
[
  "DncUPGEUWoMqBG45SYkQRqLe2ZM0WziK"
]
25 0.21 ms
# cart-rule-loader::load-rules::search-ids
SELECT `rule`.`id` FROM `rule` WHERE (`rule`.`invalid` = ?) ORDER BY `rule`.`priority` DESC, `rule`.`id` ASC LIMIT 500
Parameters:
[
  false
]
26 0.38 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.22 ms
# app-scripts::refresh::search-ids
SELECT `app`.`id` FROM `app` WHERE (`app`.`active` = ? AND `app`.`self_managed` = ?)
Parameters:
[
  true
  false
]
28 0.34 ms
SELECT `app`.`id` as `app.id`, `app`.`name` as `app.name`, `app`.`path` as `app.path`, `app`.`author` as `app.author`, `app`.`copyright` as `app.copyright`, `app`.`license` as `app.license`, `app`.`active` as `app.active`, `app`.`configurable` as `app.configurable`, `app`.`privacy` as `app.privacy`, `app`.`version` as `app.version`, `app`.`icon` as `app.iconRaw`, `app`.`app_secret` as `app.appSecret`, `app`.`modules` as `app.modules`, `app`.`main_module` as `app.mainModule`, `app`.`cookies` as `app.cookies`, `app`.`allow_disable` as `app.allowDisable`, `app`.`base_app_url` as `app.baseAppUrl`, `app`.`allowed_hosts` as `app.allowedHosts`, `app`.`template_load_priority` as `app.templateLoadPriority`, `app`.`checkout_gateway_url` as `app.checkoutGatewayUrl`, `app`.`in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl`, `app`.`source_type` as `app.sourceType`, `app`.`source_config` as `app.sourceConfig`, `app`.`self_managed` as `app.selfManaged`, `app`.`integration_id` as `app.integrationId`, `app.integration`.`id` as `app.integration.id`, `app.integration`.`label` as `app.integration.label`, `app.integration`.`access_key` as `app.integration.accessKey`, `app.integration`.`secret_access_key` as `app.integration.secretAccessKey`, `app.integration`.`last_usage_at` as `app.integration.lastUsageAt`, `app.integration`.`admin` as `app.integration.admin`, `app.integration`.`custom_fields` as `app.integration.customFields`, `app.integration`.`deleted_at` as `app.integration.deletedAt`, `app.integration`.`created_at` as `app.integration.createdAt`, `app.integration`.`updated_at` as `app.integration.updatedAt`, `app`.`acl_role_id` as `app.aclRoleId`, `app.aclRole`.`id` as `app.aclRole.id`, `app.aclRole`.`name` as `app.aclRole.name`, `app.aclRole`.`description` as `app.aclRole.description`, `app.aclRole`.`privileges` as `app.aclRole.privileges`, `app.aclRole`.`deleted_at` as `app.aclRole.deletedAt`, `app.aclRole`.`created_at` as `app.aclRole.createdAt`, `app.aclRole`.`updated_at` as `app.aclRole.updatedAt`, `app`.`created_at` as `app.createdAt`, `app`.`updated_at` as `app.updatedAt`, `app.translation.label`, `app.translation.label` as `app.label`, `app.translation.description`, `app.translation.description` as `app.description`, `app.translation.privacyPolicyExtensions`, `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions`, `app.translation.customFields`, `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app`.`integration_id` = `app.integration`.`id` LEFT JOIN `acl_role` `app.aclRole` ON `app`.`acl_role_id` = `app.aclRole`.`id` LEFT JOIN (SELECT `app.translation`.`app_id`, `app.translation`.`label` as `app.translation.label`, `app.translation`.`description` as `app.translation.description`, `app.translation`.`privacy_policy_extensions` as `app.translation.privacyPolicyExtensions`, `app.translation`.`custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation`.`language_id` = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` WHERE `app`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01˜Ð \x06[p»¹á\f-¦²*C"
]
29 0.18 ms
SELECT `script`.`id` as `script.id`, `script`.`script` as `script.script`, `script`.`hook` as `script.hook`, `script`.`name` as `script.name`, `script`.`active` as `script.active`, `script`.`app_id` as `script.appId`, `script`.`created_at` as `script.createdAt`, `script`.`updated_at` as `script.updatedAt` FROM `script` WHERE (`script`.`app_id` IN (?))
Parameters:
[
  b"\x01˜Ð \x06[p»¹á\f-¦²*C"
]
30 0.33 ms
SELECT `app`.`id` as `app.id`, `app`.`name` as `app.name`, `app`.`path` as `app.path`, `app`.`author` as `app.author`, `app`.`copyright` as `app.copyright`, `app`.`license` as `app.license`, `app`.`active` as `app.active`, `app`.`configurable` as `app.configurable`, `app`.`privacy` as `app.privacy`, `app`.`version` as `app.version`, `app`.`icon` as `app.iconRaw`, `app`.`app_secret` as `app.appSecret`, `app`.`modules` as `app.modules`, `app`.`main_module` as `app.mainModule`, `app`.`cookies` as `app.cookies`, `app`.`allow_disable` as `app.allowDisable`, `app`.`base_app_url` as `app.baseAppUrl`, `app`.`allowed_hosts` as `app.allowedHosts`, `app`.`template_load_priority` as `app.templateLoadPriority`, `app`.`checkout_gateway_url` as `app.checkoutGatewayUrl`, `app`.`in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl`, `app`.`source_type` as `app.sourceType`, `app`.`source_config` as `app.sourceConfig`, `app`.`self_managed` as `app.selfManaged`, `app`.`integration_id` as `app.integrationId`, `app.integration`.`id` as `app.integration.id`, `app.integration`.`label` as `app.integration.label`, `app.integration`.`access_key` as `app.integration.accessKey`, `app.integration`.`secret_access_key` as `app.integration.secretAccessKey`, `app.integration`.`last_usage_at` as `app.integration.lastUsageAt`, `app.integration`.`admin` as `app.integration.admin`, `app.integration`.`custom_fields` as `app.integration.customFields`, `app.integration`.`deleted_at` as `app.integration.deletedAt`, `app.integration`.`created_at` as `app.integration.createdAt`, `app.integration`.`updated_at` as `app.integration.updatedAt`, `app`.`acl_role_id` as `app.aclRoleId`, `app.aclRole`.`id` as `app.aclRole.id`, `app.aclRole`.`name` as `app.aclRole.name`, `app.aclRole`.`description` as `app.aclRole.description`, `app.aclRole`.`privileges` as `app.aclRole.privileges`, `app.aclRole`.`deleted_at` as `app.aclRole.deletedAt`, `app.aclRole`.`created_at` as `app.aclRole.createdAt`, `app.aclRole`.`updated_at` as `app.aclRole.updatedAt`, `app`.`created_at` as `app.createdAt`, `app`.`updated_at` as `app.updatedAt`, `app.translation.label`, `app.translation.label` as `app.label`, `app.translation.description`, `app.translation.description` as `app.description`, `app.translation.privacyPolicyExtensions`, `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions`, `app.translation.customFields`, `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app`.`integration_id` = `app.integration`.`id` LEFT JOIN `acl_role` `app.aclRole` ON `app`.`acl_role_id` = `app.aclRole`.`id` LEFT JOIN (SELECT `app.translation`.`app_id`, `app.translation`.`label` as `app.translation.label`, `app.translation`.`description` as `app.translation.description`, `app.translation`.`privacy_policy_extensions` as `app.translation.privacyPolicyExtensions`, `app.translation`.`custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation`.`language_id` = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` WHERE `app`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01˜Ð %Ærº¢¼DWR«3~"
]
31 0.17 ms
SELECT `script`.`id` as `script.id`, `script`.`script` as `script.script`, `script`.`hook` as `script.hook`, `script`.`name` as `script.name`, `script`.`active` as `script.active`, `script`.`app_id` as `script.appId`, `script`.`created_at` as `script.createdAt`, `script`.`updated_at` as `script.updatedAt` FROM `script` WHERE (`script`.`app_id` IN (?))
Parameters:
[
  b"\x01˜Ð %Ærº¢¼DWR«3~"
]
32 0.28 ms
SELECT LOWER(HEX(`script`.`app_id`)) as `app_id`,
                   `script`.`name` AS scriptName,
                   `script`.`script` AS script,
                   `script`.`hook` AS hook,
                   IFNULL(`script`.`updated_at`, `script`.`created_at`) AS lastModified,
                   `app`.`name` AS appName,
                   LOWER(HEX(`app`.`integration_id`)) AS integrationId,
                   `app`.`version` AS appVersion,
                   `script`.`active` AS active
            FROM `script`
            LEFT JOIN `app` ON `script`.`app_id` = `app`.`id`
            WHERE `script`.`hook` != 'include'
            ORDER BY `app`.`created_at`, `app`.`id`, `script`.`name`
Parameters:
[]
33 0.19 ms
SELECT LOWER(HEX(`script`.`app_id`)) as `app_id`,
                   `script`.`name` AS name,
                   `script`.`script` AS script,
                   `app`.`name` AS appName,
                   LOWER(HEX(`app`.`integration_id`)) AS integrationId,
                   IFNULL(`script`.`updated_at`, `script`.`created_at`) AS lastModified
            FROM `script`
            LEFT JOIN `app` ON `script`.`app_id` = `app`.`id`
            WHERE `script`.`hook` = 'include'
            ORDER BY `app`.`created_at`, `app`.`id`, `script`.`name`
Parameters:
[]
34 0.15 ms
SELECT `sales_channel_country`.`sales_channel_id`, `sales_channel_country`.`country_id` FROM `sales_channel_country` WHERE (`sales_channel_country`.`sales_channel_id` = ? AND `sales_channel_country`.`country_id` = ?)
Parameters:
[
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
  b"¡×[¶&ÙNc‡öº\x12—•+)"
]
35 0.57 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.53 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.97 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.64 ms
# header::navigation::read
SELECT `category`.`id` as `category.id`, `category`.`version_id` as `category.versionId`, `category`.`parent_id` as `category.parentId`, `category`.`parent_version_id` as `category.parentVersionId`, `category`.`after_category_id` as `category.afterCategoryId`, `category`.`after_category_version_id` as `category.afterCategoryVersionId`, `category`.`media_id` as `category.mediaId`, `category`.`display_nested_products` as `category.displayNestedProducts`, `category`.`auto_increment` as `category.autoIncrement`, `category`.`level` as `category.level`, `category`.`path` as `category.path`, `category`.`child_count` as `category.childCount`, `category`.`type` as `category.type`, `category`.`product_assignment_type` as `category.productAssignmentType`, `category`.`visible` as `category.visible`, `category`.`active` as `category.active`, `category`.`cms_page_id` as `category.cmsPageId`, `category`.`cms_page_version_id` as `category.cmsPageVersionId`, `category`.`product_stream_id` as `category.productStreamId`, `category`.`custom_entity_type_id` as `category.customEntityTypeId`, `category`.`created_at` as `category.createdAt`, `category`.`updated_at` as `category.updatedAt`, `category.media`.`id` as `category.media.id`, `category.media`.`user_id` as `category.media.userId`, `category.media`.`media_folder_id` as `category.media.mediaFolderId`, `category.media`.`mime_type` as `category.media.mimeType`, `category.media`.`file_extension` as `category.media.fileExtension`, `category.media`.`uploaded_at` as `category.media.uploadedAt`, `category.media`.`file_name` as `category.media.fileName`, `category.media`.`file_size` as `category.media.fileSize`, `category.media`.`media_type` as `category.media.mediaTypeRaw`, `category.media`.`meta_data` as `category.media.metaData`, `category.media`.`config` as `category.media.config`, `category.media`.`path` as `category.media.path`, `category.media`.`private` as `category.media.private`, `category.media`.`thumbnails_ro` as `category.media.thumbnailsRo`, `category.media`.`created_at` as `category.media.createdAt`, `category.media`.`updated_at` as `category.media.updatedAt`, `category.media.translation.title`, `category.media.translation.title` as `category.media.title`, `category.media.translation.alt`, `category.media.translation.alt` as `category.media.alt`, `category.media.translation.customFields`, `category.media.translation.customFields` as `category.media.customFields`, `category.translation.name`, `category.translation.name` as `category.name`, `category.translation.breadcrumb`, `category.translation.breadcrumb` as `category.breadcrumb`, `category.translation.slotConfig`, `category.translation.slotConfig` as `category.slotConfig`, `category.translation.linkType`, `category.translation.linkType` as `category.linkType`, `category.translation.internalLink`, `category.translation.internalLink` as `category.internalLink`, `category.translation.externalLink`, `category.translation.externalLink` as `category.externalLink`, `category.translation.linkNewTab`, `category.translation.linkNewTab` as `category.linkNewTab`, `category.translation.description`, `category.translation.description` as `category.description`, `category.translation.metaTitle`, `category.translation.metaTitle` as `category.metaTitle`, `category.translation.metaDescription`, `category.translation.metaDescription` as `category.metaDescription`, `category.translation.keywords`, `category.translation.keywords` as `category.keywords`, `category.translation.customFields`, `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category`.`media_id` = `category.media`.`id` LEFT JOIN (SELECT `category.translation`.`category_id`, `category.translation`.`category_version_id`, `category.translation`.`breadcrumb` as `category.translation.breadcrumb`, `category.translation`.`name` as `category.translation.name`, `category.translation`.`custom_fields` as `category.translation.customFields`, `category.translation`.`slot_config` as `category.translation.slotConfig`, `category.translation`.`link_type` as `category.translation.linkType`, `category.translation`.`internal_link` as `category.translation.internalLink`, `category.translation`.`external_link` as `category.translation.externalLink`, `category.translation`.`link_new_tab` as `category.translation.linkNewTab`, `category.translation`.`description` as `category.translation.description`, `category.translation`.`meta_title` as `category.translation.metaTitle`, `category.translation`.`meta_description` as `category.translation.metaDescription`, `category.translation`.`keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation`.`language_id` = ?) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.`category_version_id` = `category`.`version_id` LEFT JOIN (SELECT `category.media.translation`.`media_id`, `category.media.translation`.`alt` as `category.media.translation.alt`, `category.media.translation`.`title` as `category.media.translation.title`, `category.media.translation`.`custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation`.`language_id` = ?) `category.media.media_translation` ON `category.media.media_translation`.`media_id` = `category.media`.`id` WHERE (`category`.`version_id` = ?) AND (`category`.`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.64 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.42 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.33 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.30 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.20 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.10 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.55 ms
# header::navigation::read
SELECT `category`.`id` as `category.id`, `category`.`version_id` as `category.versionId`, `category`.`parent_id` as `category.parentId`, `category`.`parent_version_id` as `category.parentVersionId`, `category`.`after_category_id` as `category.afterCategoryId`, `category`.`after_category_version_id` as `category.afterCategoryVersionId`, `category`.`media_id` as `category.mediaId`, `category`.`display_nested_products` as `category.displayNestedProducts`, `category`.`auto_increment` as `category.autoIncrement`, `category`.`level` as `category.level`, `category`.`path` as `category.path`, `category`.`child_count` as `category.childCount`, `category`.`type` as `category.type`, `category`.`product_assignment_type` as `category.productAssignmentType`, `category`.`visible` as `category.visible`, `category`.`active` as `category.active`, `category`.`cms_page_id` as `category.cmsPageId`, `category`.`cms_page_version_id` as `category.cmsPageVersionId`, `category`.`product_stream_id` as `category.productStreamId`, `category`.`custom_entity_type_id` as `category.customEntityTypeId`, `category`.`created_at` as `category.createdAt`, `category`.`updated_at` as `category.updatedAt`, `category.media`.`id` as `category.media.id`, `category.media`.`user_id` as `category.media.userId`, `category.media`.`media_folder_id` as `category.media.mediaFolderId`, `category.media`.`mime_type` as `category.media.mimeType`, `category.media`.`file_extension` as `category.media.fileExtension`, `category.media`.`uploaded_at` as `category.media.uploadedAt`, `category.media`.`file_name` as `category.media.fileName`, `category.media`.`file_size` as `category.media.fileSize`, `category.media`.`media_type` as `category.media.mediaTypeRaw`, `category.media`.`meta_data` as `category.media.metaData`, `category.media`.`config` as `category.media.config`, `category.media`.`path` as `category.media.path`, `category.media`.`private` as `category.media.private`, `category.media`.`thumbnails_ro` as `category.media.thumbnailsRo`, `category.media`.`created_at` as `category.media.createdAt`, `category.media`.`updated_at` as `category.media.updatedAt`, `category.media.translation.title`, `category.media.translation.title` as `category.media.title`, `category.media.translation.alt`, `category.media.translation.alt` as `category.media.alt`, `category.media.translation.customFields`, `category.media.translation.customFields` as `category.media.customFields`, `category.translation.name`, `category.translation.name` as `category.name`, `category.translation.breadcrumb`, `category.translation.breadcrumb` as `category.breadcrumb`, `category.translation.slotConfig`, `category.translation.slotConfig` as `category.slotConfig`, `category.translation.linkType`, `category.translation.linkType` as `category.linkType`, `category.translation.internalLink`, `category.translation.internalLink` as `category.internalLink`, `category.translation.externalLink`, `category.translation.externalLink` as `category.externalLink`, `category.translation.linkNewTab`, `category.translation.linkNewTab` as `category.linkNewTab`, `category.translation.description`, `category.translation.description` as `category.description`, `category.translation.metaTitle`, `category.translation.metaTitle` as `category.metaTitle`, `category.translation.metaDescription`, `category.translation.metaDescription` as `category.metaDescription`, `category.translation.keywords`, `category.translation.keywords` as `category.keywords`, `category.translation.customFields`, `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category`.`media_id` = `category.media`.`id` LEFT JOIN (SELECT `category.translation`.`category_id`, `category.translation`.`category_version_id`, `category.translation`.`breadcrumb` as `category.translation.breadcrumb`, `category.translation`.`name` as `category.translation.name`, `category.translation`.`custom_fields` as `category.translation.customFields`, `category.translation`.`slot_config` as `category.translation.slotConfig`, `category.translation`.`link_type` as `category.translation.linkType`, `category.translation`.`internal_link` as `category.translation.internalLink`, `category.translation`.`external_link` as `category.translation.externalLink`, `category.translation`.`link_new_tab` as `category.translation.linkNewTab`, `category.translation`.`description` as `category.translation.description`, `category.translation`.`meta_title` as `category.translation.metaTitle`, `category.translation`.`meta_description` as `category.translation.metaDescription`, `category.translation`.`keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation`.`language_id` = ?) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.`category_version_id` = `category`.`version_id` LEFT JOIN (SELECT `category.media.translation`.`media_id`, `category.media.translation`.`alt` as `category.media.translation.alt`, `category.media.translation`.`title` as `category.media.translation.title`, `category.media.translation`.`custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation`.`language_id` = ?) `category.media.media_translation` ON `category.media.media_translation`.`media_id` = `category.media`.`id` WHERE (`category`.`version_id` = ?) AND (`category`.`id` IN (?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"Ý£ì_Û€B¬¸øÈA÷\x0Eþ‹"
]
48 0.47 ms
# footer-pagelet::payment-methods::search-ids
SELECT `payment_method`.`id` FROM `payment_method` LEFT JOIN `sales_channel_payment_method` `payment_method.salesChannels.mapping` ON `payment_method`.`id` = `payment_method.salesChannels.mapping`.`payment_method_id`  LEFT JOIN `sales_channel` `payment_method.salesChannels` ON `payment_method.salesChannels.mapping`.`sales_channel_id` = `payment_method.salesChannels`.`id`  WHERE (`payment_method`.`active` = ? AND `payment_method.salesChannels`.`id` = ?) GROUP BY `payment_method`.`id` ORDER BY MIN(`payment_method`.`position`) ASC
Parameters:
[
  true
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
]
49 0.75 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.48 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.74 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.31 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.23 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.17 ms
SELECT `language`.`id` FROM `language` WHERE `language`.`id` IN (?) LIMIT 1
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
]
56 0.31 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.58 ms
# category::data::read
SELECT `category`.`id` as `category.id`, `category`.`version_id` as `category.versionId`, `category`.`parent_id` as `category.parentId`, `category`.`parent_version_id` as `category.parentVersionId`, `category`.`after_category_id` as `category.afterCategoryId`, `category`.`after_category_version_id` as `category.afterCategoryVersionId`, `category`.`media_id` as `category.mediaId`, `category`.`display_nested_products` as `category.displayNestedProducts`, `category`.`auto_increment` as `category.autoIncrement`, `category`.`level` as `category.level`, `category`.`path` as `category.path`, `category`.`child_count` as `category.childCount`, `category`.`type` as `category.type`, `category`.`product_assignment_type` as `category.productAssignmentType`, `category`.`visible` as `category.visible`, `category`.`active` as `category.active`, `category`.`cms_page_id` as `category.cmsPageId`, `category`.`cms_page_version_id` as `category.cmsPageVersionId`, `category`.`product_stream_id` as `category.productStreamId`, `category`.`custom_entity_type_id` as `category.customEntityTypeId`, `category`.`created_at` as `category.createdAt`, `category`.`updated_at` as `category.updatedAt`, `category.media`.`id` as `category.media.id`, `category.media`.`user_id` as `category.media.userId`, `category.media`.`media_folder_id` as `category.media.mediaFolderId`, `category.media`.`mime_type` as `category.media.mimeType`, `category.media`.`file_extension` as `category.media.fileExtension`, `category.media`.`uploaded_at` as `category.media.uploadedAt`, `category.media`.`file_name` as `category.media.fileName`, `category.media`.`file_size` as `category.media.fileSize`, `category.media`.`media_type` as `category.media.mediaTypeRaw`, `category.media`.`meta_data` as `category.media.metaData`, `category.media`.`config` as `category.media.config`, `category.media`.`path` as `category.media.path`, `category.media`.`private` as `category.media.private`, `category.media`.`thumbnails_ro` as `category.media.thumbnailsRo`, `category.media`.`created_at` as `category.media.createdAt`, `category.media`.`updated_at` as `category.media.updatedAt`, `category.media.translation.title`, `category.media.translation.title` as `category.media.title`, `category.media.translation.alt`, `category.media.translation.alt` as `category.media.alt`, `category.media.translation.customFields`, `category.media.translation.customFields` as `category.media.customFields`, `category.translation.name`, `category.translation.name` as `category.name`, `category.translation.breadcrumb`, `category.translation.breadcrumb` as `category.breadcrumb`, `category.translation.slotConfig`, `category.translation.slotConfig` as `category.slotConfig`, `category.translation.linkType`, `category.translation.linkType` as `category.linkType`, `category.translation.internalLink`, `category.translation.internalLink` as `category.internalLink`, `category.translation.externalLink`, `category.translation.externalLink` as `category.externalLink`, `category.translation.linkNewTab`, `category.translation.linkNewTab` as `category.linkNewTab`, `category.translation.description`, `category.translation.description` as `category.description`, `category.translation.metaTitle`, `category.translation.metaTitle` as `category.metaTitle`, `category.translation.metaDescription`, `category.translation.metaDescription` as `category.metaDescription`, `category.translation.keywords`, `category.translation.keywords` as `category.keywords`, `category.translation.customFields`, `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category`.`media_id` = `category.media`.`id` LEFT JOIN (SELECT `category.translation`.`category_id`, `category.translation`.`category_version_id`, `category.translation`.`breadcrumb` as `category.translation.breadcrumb`, `category.translation`.`name` as `category.translation.name`, `category.translation`.`custom_fields` as `category.translation.customFields`, `category.translation`.`slot_config` as `category.translation.slotConfig`, `category.translation`.`link_type` as `category.translation.linkType`, `category.translation`.`internal_link` as `category.translation.internalLink`, `category.translation`.`external_link` as `category.translation.externalLink`, `category.translation`.`link_new_tab` as `category.translation.linkNewTab`, `category.translation`.`description` as `category.translation.description`, `category.translation`.`meta_title` as `category.translation.metaTitle`, `category.translation`.`meta_description` as `category.translation.metaDescription`, `category.translation`.`keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation`.`language_id` = ?) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.`category_version_id` = `category`.`version_id` LEFT JOIN (SELECT `category.media.translation`.`media_id`, `category.media.translation`.`alt` as `category.media.translation.alt`, `category.media.translation`.`title` as `category.media.translation.title`, `category.media.translation`.`custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation`.`language_id` = ?) `category.media.media_translation` ON `category.media.media_translation`.`media_id` = `category.media`.`id` WHERE (`category`.`version_id` = ?) AND (`category`.`id` IN (?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
]
58 0.34 ms
# category::cms-page::read
SELECT `cms_page`.`id` as `cms_page.id`, `cms_page`.`version_id` as `cms_page.versionId`, `cms_page`.`type` as `cms_page.type`, `cms_page`.`entity` as `cms_page.entity`, `cms_page`.`css_class` as `cms_page.cssClass`, `cms_page`.`config` as `cms_page.config`, `cms_page`.`preview_media_id` as `cms_page.previewMediaId`, `cms_page`.`locked` as `cms_page.locked`, `cms_page`.`created_at` as `cms_page.createdAt`, `cms_page`.`updated_at` as `cms_page.updatedAt`, `cms_page.translation.name`, `cms_page.translation.name` as `cms_page.name`, `cms_page.translation.customFields`, `cms_page.translation.customFields` as `cms_page.customFields` FROM `cms_page` LEFT JOIN (SELECT `cms_page.translation`.`cms_page_id`, `cms_page.translation`.`cms_page_version_id`, `cms_page.translation`.`name` as `cms_page.translation.name`, `cms_page.translation`.`custom_fields` as `cms_page.translation.customFields` FROM `cms_page_translation` `cms_page.translation` WHERE `cms_page.translation`.`language_id` = ?) `cms_page.cms_page_translation` ON `cms_page.cms_page_translation`.`cms_page_id` = `cms_page`.`id` AND `cms_page.cms_page_translation`.`cms_page_version_id` = `cms_page`.`version_id` WHERE (`cms_page`.`version_id` = ?) AND (`cms_page`.`id` IN (?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"iTwà.öCå \x16¸>ÔÍö:"
]
59 0.55 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.64 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.72 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.36 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.35 ms
SELECT `moorl_sorting`.`id` as `moorl_sorting.id`, `moorl_sorting`.`locked` as `moorl_sorting.locked`, `moorl_sorting`.`url_key` as `moorl_sorting.key`, `moorl_sorting`.`entity` as `moorl_sorting.entity`, `moorl_sorting`.`priority` as `moorl_sorting.priority`, `moorl_sorting`.`active` as `moorl_sorting.active`, `moorl_sorting`.`fields` as `moorl_sorting.fields`, `moorl_sorting`.`created_at` as `moorl_sorting.createdAt`, `moorl_sorting`.`updated_at` as `moorl_sorting.updatedAt`, `moorl_sorting.translation.label`, `moorl_sorting.translation.label` as `moorl_sorting.label` FROM `moorl_sorting` LEFT JOIN (SELECT `moorl_sorting.translation`.`moorl_sorting_id`, `moorl_sorting.translation`.`label` as `moorl_sorting.translation.label` FROM `moorl_sorting_translation` `moorl_sorting.translation` WHERE `moorl_sorting.translation`.`language_id` = ?) `moorl_sorting.moorl_sorting_translation` ON `moorl_sorting.moorl_sorting_translation`.`moorl_sorting_id` = `moorl_sorting`.`id` WHERE `moorl_sorting`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0FA<X]ˆ1Ñ×[Ž›VÐv"
]
64 0.96 ms
SELECT `media`.`id` as `media.id`, `media`.`user_id` as `media.userId`, `media`.`media_folder_id` as `media.mediaFolderId`, `media`.`mime_type` as `media.mimeType`, `media`.`file_extension` as `media.fileExtension`, `media`.`uploaded_at` as `media.uploadedAt`, `media`.`file_name` as `media.fileName`, `media`.`file_size` as `media.fileSize`, `media`.`media_type` as `media.mediaTypeRaw`, `media`.`meta_data` as `media.metaData`, `media`.`config` as `media.config`, `media`.`path` as `media.path`, `media`.`private` as `media.private`, `media`.`thumbnails_ro` as `media.thumbnailsRo`, `media`.`created_at` as `media.createdAt`, `media`.`updated_at` as `media.updatedAt`, `media.translation.title`, `media.translation.title` as `media.title`, `media.translation.alt`, `media.translation.alt` as `media.alt`, `media.translation.customFields`, `media.translation.customFields` as `media.customFields` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media`.`media_folder_id` = `media.mediaFolder`.`id` LEFT JOIN (SELECT `media.translation`.`media_id`, `media.translation`.`alt` as `media.translation.alt`, `media.translation`.`title` as `media.translation.title`, `media.translation`.`custom_fields` as `media.translation.customFields` FROM `media_translation` `media.translation` WHERE `media.translation`.`language_id` = ?) `media.media_translation` ON `media.media_translation`.`media_id` = `media`.`id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder`.`default_folder_id` = `media.mediaFolder.defaultFolder`.`id` WHERE (((`media`.`private` = ? OR (`media`.`private` = ? AND `media.mediaFolder.defaultFolder`.`entity` = ?)))) AND (`media`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  false
  true
  "product_download"
  b"\x01šÅ–ó–wYŠ\x125h}oÝ,"
  b"\x01Üm¬Ùz╚×ÍÉX▒0tÚ"
  b"y4èà\x03DD*¥\x13yøh­Ls"
  b"\x13ë¾p£—F…¥º ……+Øï"
  b"u=$YCÆG«—šÂJÙ\x19Çß"
  b"""
    >ú×¼T█K\n
    ì>ÊÚrà6¬
    """
  b"""
    £#uñÝ\tJ‚ŸPå\n
    †k¯t
    """
  b"ÚèfŽ\x15§N4€+L$dW>b"
  b"Û¨w\t%\x00A߬†´$£æ¦]"
  b"\x01ÿ§AF\x16}Öɽ┘░£*¦^"
  b"\x01˜õBï{u\x12º–IM_àNS"
  b"¹_ŒÃLöO–‡Ji\x1E•)\x05\x19"
  b"’Û¹&œ÷D;£\x16|[^ðÁG"
  b"}U\h¼)@òŽ('Ók¡Ä\e"
  b"\x1A\┤ksYCÓïÙ┴ØÅAÜþ"
  b"ÏÚDTF\@\x12Œ\x1CZO€rÀG"
  b"\x01šSk•0z~¼îbÊ0µ”\x00"
]
65 0.23 ms
SELECT `name`, `type` FROM `custom_field` WHERE `active` = 1
Parameters:
[]
66 653.01 ms
SELECT `product`.`id`, `product`.`product_number`, `product`.`auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product`.`visibilities` = `product.visibilities`.`product_id` AND `product`.version_id = `product.visibilities`.product_version_id LEFT JOIN (SELECT `product.translation`.`product_id`, `product.translation`.`product_version_id`, `product.translation`.`custom_fields` as `product.translation.customFields` FROM `product_translation` `product.translation` WHERE `product.translation`.`language_id` = ?) `product.product_translation` ON `product.product_translation`.`product_id` = `product`.`id` AND `product.product_translation`.`product_version_id` = `product`.`version_id` LEFT JOIN (SELECT `product.parent.translation`.`product_id`, `product.parent.translation`.`product_version_id`, `product.parent.translation`.`custom_fields` as `product.parent.translation.customFields` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation`.`language_id` = ?) `product.parent.product_translation` ON `product.parent.product_translation`.`product_id` = `product.parent`.`id` AND `product.parent.product_translation`.`product_version_id` = `product.parent`.`version_id` WHERE (`product`.`version_id` = ?) AND ((((IFNULL(`product`.`active`, `product.parent`.`active`) = ? AND NOT (COALESCE(IF(JSON_TYPE(JSON_EXTRACT(`product.translation.customFields`, '$.custom_product_api_import')) != "NULL", CONVERT(JSON_UNQUOTE(JSON_EXTRACT(`product.translation.customFields`, '$.custom_product_api_import')) USING "utf8mb4") COLLATE utf8mb4_unicode_ci, NULL),IF(JSON_TYPE(JSON_EXTRACT(`product.parent.translation.customFields`, '$.custom_product_api_import')) != "NULL", CONVERT(JSON_UNQUOTE(JSON_EXTRACT(`product.parent.translation.customFields`, '$.custom_product_api_import')) USING "utf8mb4") COLLATE utf8mb4_unicode_ci, NULL)) <=> ?))) AND NOT (`product`.`display_group` <=> ?) AND ((`product.visibilities`.`visibility` >= ?) AND `product.visibilities`.`sales_channel_id` = ? AND IFNULL(`product`.`active`, `product.parent`.`active`) = ?))) GROUP BY `product`.`display_group` ORDER BY MAX(`product`.`created_at`) DESC LIMIT 10
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  "1"
  "null"
  null
  10
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
  true
]
67 2.09 ms
SELECT `product`.`id` as `product.id`, `product`.`version_id` as `product.versionId`, `product`.`parent_id` as `product.parentId`, `product`.`parent_version_id` as `product.parentVersionId`, COALESCE(`product`.`product_manufacturer_id`, `product.parent`.`product_manufacturer_id`) as `product.manufacturerId`, COALESCE(`product`.`product_manufacturer_version_id`, `product.parent`.`product_manufacturer_version_id`) as `product.productManufacturerVersionId`, COALESCE(`product`.`unit_id`, `product.parent`.`unit_id`) as `product.unitId`, COALESCE(`product`.`tax_id`, `product.parent`.`tax_id`) as `product.taxId`, COALESCE(`product`.`product_media_id`, `product.parent`.`product_media_id`) as `product.coverId`, COALESCE(`product`.`product_media_version_id`, `product.parent`.`product_media_version_id`) as `product.productMediaVersionId`, COALESCE(`product`.`delivery_time_id`, `product.parent`.`delivery_time_id`) as `product.deliveryTimeId`, COALESCE(`product`.`product_feature_set_id`, `product.parent`.`product_feature_set_id`) as `product.featureSetId`, COALESCE(`product`.`canonical_product_id`, `product.parent`.`canonical_product_id`) as `product.canonicalProductId`, COALESCE(`product`.`canonical_product_version_id`, `product.parent`.`canonical_product_version_id`) as `product.canonicalProductVersionId`, COALESCE(`product`.`cms_page_id`, `product.parent`.`cms_page_id`) as `product.cmsPageId`, COALESCE(`product`.`cms_page_version_id`, `product.parent`.`cms_page_version_id`) as `product.cmsPageVersionId`, `product.parent`.`price` as `product.price.inherited`, COALESCE(`product`.`price`, `product.parent`.`price`) as `product.price`, `product`.`product_number` as `product.productNumber`, COALESCE(`product`.`restock_time`, `product.parent`.`restock_time`) as `product.restockTime`, `product`.`auto_increment` as `product.autoIncrement`, COALESCE(`product`.`active`, `product.parent`.`active`) as `product.active`, `product`.`available` as `product.available`, COALESCE(`product`.`is_closeout`, `product.parent`.`is_closeout`) as `product.isCloseout`, `product`.`available_stock` as `product.availableStock`, `product`.`stock` as `product.stock`, `product`.`display_group` as `product.displayGroup`, `product.parent`.`variant_listing_config` as `product.variantListingConfig.inherited`, COALESCE(`product`.`variant_listing_config`, `product.parent`.`variant_listing_config`) as `product.variantListingConfig`, `product`.`variant_restrictions` as `product.variantRestrictions`, COALESCE(`product`.`manufacturer_number`, `product.parent`.`manufacturer_number`) as `product.manufacturerNumber`, COALESCE(`product`.`ean`, `product.parent`.`ean`) as `product.ean`, COALESCE(`product`.`purchase_steps`, `product.parent`.`purchase_steps`) as `product.purchaseSteps`, COALESCE(`product`.`max_purchase`, `product.parent`.`max_purchase`) as `product.maxPurchase`, COALESCE(`product`.`min_purchase`, `product.parent`.`min_purchase`) as `product.minPurchase`, COALESCE(`product`.`purchase_unit`, `product.parent`.`purchase_unit`) as `product.purchaseUnit`, COALESCE(`product`.`reference_unit`, `product.parent`.`reference_unit`) as `product.referenceUnit`, COALESCE(`product`.`shipping_free`, `product.parent`.`shipping_free`) as `product.shippingFree`, `product.parent`.`purchase_prices` as `product.purchasePrices.inherited`, COALESCE(`product`.`purchase_prices`, `product.parent`.`purchase_prices`) as `product.purchasePrices`, COALESCE(`product`.`mark_as_topseller`, `product.parent`.`mark_as_topseller`) as `product.markAsTopseller`, COALESCE(`product`.`weight`, `product.parent`.`weight`) as `product.weight`, COALESCE(`product`.`width`, `product.parent`.`width`) as `product.width`, COALESCE(`product`.`height`, `product.parent`.`height`) as `product.height`, COALESCE(`product`.`length`, `product.parent`.`length`) as `product.length`, COALESCE(`product`.`release_date`, `product.parent`.`release_date`) as `product.releaseDate`, COALESCE(`product`.`rating_average`, `product.parent`.`rating_average`) as `product.ratingAverage`, `product.parent`.`category_tree` as `product.categoryTree.inherited`, COALESCE(`product`.`category_tree`, `product.parent`.`category_tree`) as `product.categoryTree`, `product.parent`.`property_ids` as `product.propertyIds.inherited`, COALESCE(`product`.`property_ids`, `product.parent`.`property_ids`) as `product.propertyIds`, `product.parent`.`option_ids` as `product.optionIds.inherited`, COALESCE(`product`.`option_ids`, `product.parent`.`option_ids`) as `product.optionIds`, `product.parent`.`stream_ids` as `product.streamIds.inherited`, COALESCE(`product`.`stream_ids`, `product.parent`.`stream_ids`) as `product.streamIds`, `product.parent`.`tag_ids` as `product.tagIds.inherited`, COALESCE(`product`.`tag_ids`, `product.parent`.`tag_ids`) as `product.tagIds`, `product.parent`.`category_ids` as `product.categoryIds.inherited`, COALESCE(`product`.`category_ids`, `product.parent`.`category_ids`) as `product.categoryIds`, `product`.`child_count` as `product.childCount`, COALESCE(`product`.`custom_field_set_selection_active`, `product.parent`.`custom_field_set_selection_active`) as `product.customFieldSetSelectionActive`, `product`.`sales` as `product.sales`, `product`.`states` as `product.states`, `product.tax`.`id` as `product.tax.id`, `product.tax`.`tax_rate` as `product.tax.taxRate`, `product.tax`.`name` as `product.tax.name`, `product.tax`.`position` as `product.tax.position`, `product.tax`.`custom_fields` as `product.tax.customFields`, `product.tax`.`created_at` as `product.tax.createdAt`, `product.tax`.`updated_at` as `product.tax.updatedAt`, `product.parent`.`cheapest_price` as `product.cheapestPrice.inherited`, COALESCE(`product`.`cheapest_price`, `product.parent`.`cheapest_price`) as `product.cheapestPrice`, `product`.`created_at` as `product.createdAt`, `product`.`updated_at` as `product.updatedAt`, (SELECT GROUP_CONCAT(HEX(`product.options.mapping`.`property_group_option_id`) SEPARATOR '||')
                  FROM `product_option` `product.options.mapping`
                  WHERE `product.options.mapping`.`product_id` = `product`.`id` ) as `product.options.id_mapping`, `product.manufacturer`.`id` as `product.manufacturer.id`, `product.manufacturer`.`version_id` as `product.manufacturer.versionId`, `product.manufacturer`.`media_id` as `product.manufacturer.mediaId`, `product.manufacturer`.`link` as `product.manufacturer.link`, `product.manufacturer`.`created_at` as `product.manufacturer.createdAt`, `product.manufacturer`.`updated_at` as `product.manufacturer.updatedAt`, `product.manufacturer.translation.name`, `product.manufacturer.translation.name` as `product.manufacturer.name`, `product.manufacturer.translation.description`, `product.manufacturer.translation.description` as `product.manufacturer.description`, `product.manufacturer.translation.customFields`, `product.manufacturer.translation.customFields` as `product.manufacturer.customFields`, `product.unit`.`id` as `product.unit.id`, `product.unit`.`created_at` as `product.unit.createdAt`, `product.unit`.`updated_at` as `product.unit.updatedAt`, `product.unit.translation.shortCode`, `product.unit.translation.shortCode` as `product.unit.shortCode`, `product.unit.translation.name`, `product.unit.translation.name` as `product.unit.name`, `product.unit.translation.customFields`, `product.unit.translation.customFields` as `product.unit.customFields`, `product.deliveryTime`.`id` as `product.deliveryTime.id`, `product.deliveryTime`.`min` as `product.deliveryTime.min`, `product.deliveryTime`.`max` as `product.deliveryTime.max`, `product.deliveryTime`.`unit` as `product.deliveryTime.unit`, `product.deliveryTime`.`created_at` as `product.deliveryTime.createdAt`, `product.deliveryTime`.`updated_at` as `product.deliveryTime.updatedAt`, `product.deliveryTime.translation.name`, `product.deliveryTime.translation.name` as `product.deliveryTime.name`, `product.deliveryTime.translation.customFields`, `product.deliveryTime.translation.customFields` as `product.deliveryTime.customFields`, `product.cover`.`id` as `product.cover.id`, `product.cover`.`version_id` as `product.cover.versionId`, `product.cover`.`product_id` as `product.cover.productId`, `product.cover`.`product_version_id` as `product.cover.productVersionId`, `product.cover`.`media_id` as `product.cover.mediaId`, `product.cover`.`position` as `product.cover.position`, `product.cover.media`.`id` as `product.cover.media.id`, `product.cover.media`.`user_id` as `product.cover.media.userId`, `product.cover.media`.`media_folder_id` as `product.cover.media.mediaFolderId`, `product.cover.media`.`mime_type` as `product.cover.media.mimeType`, `product.cover.media`.`file_extension` as `product.cover.media.fileExtension`, `product.cover.media`.`uploaded_at` as `product.cover.media.uploadedAt`, `product.cover.media`.`file_name` as `product.cover.media.fileName`, `product.cover.media`.`file_size` as `product.cover.media.fileSize`, `product.cover.media`.`media_type` as `product.cover.media.mediaTypeRaw`, `product.cover.media`.`meta_data` as `product.cover.media.metaData`, `product.cover.media`.`config` as `product.cover.media.config`, `product.cover.media`.`path` as `product.cover.media.path`, `product.cover.media`.`private` as `product.cover.media.private`, `product.cover.media`.`thumbnails_ro` as `product.cover.media.thumbnailsRo`, `product.cover.media`.`created_at` as `product.cover.media.createdAt`, `product.cover.media`.`updated_at` as `product.cover.media.updatedAt`, `product.cover.media.translation.title`, `product.cover.media.translation.title` as `product.cover.media.title`, `product.cover.media.translation.alt`, `product.cover.media.translation.alt` as `product.cover.media.alt`, `product.cover.media.translation.customFields`, `product.cover.media.translation.customFields` as `product.cover.media.customFields`, `product.cover`.`custom_fields` as `product.cover.customFields`, `product.cover`.`created_at` as `product.cover.createdAt`, `product.cover`.`updated_at` as `product.cover.updatedAt`, `product.translation.metaDescription`, `product.parent.translation.metaDescription`, COALESCE(`product.translation.metaDescription`,`product.parent.translation.metaDescription`) as `product.metaDescription`, `product.translation.name`, `product.parent.translation.name`, COALESCE(`product.translation.name`,`product.parent.translation.name`) as `product.name`, `product.translation.keywords`, `product.parent.translation.keywords`, COALESCE(`product.translation.keywords`,`product.parent.translation.keywords`) as `product.keywords`, `product.translation.description`, `product.parent.translation.description`, COALESCE(`product.translation.description`,`product.parent.translation.description`) as `product.description`, `product.translation.metaTitle`, `product.parent.translation.metaTitle`, COALESCE(`product.translation.metaTitle`,`product.parent.translation.metaTitle`) as `product.metaTitle`, `product.translation.packUnit`, `product.parent.translation.packUnit`, COALESCE(`product.translation.packUnit`,`product.parent.translation.packUnit`) as `product.packUnit`, `product.translation.packUnitPlural`, `product.parent.translation.packUnitPlural`, COALESCE(`product.translation.packUnitPlural`,`product.parent.translation.packUnitPlural`) as `product.packUnitPlural`, `product.translation.customSearchKeywords`, `product.parent.translation.customSearchKeywords`, COALESCE(`product.translation.customSearchKeywords`,`product.parent.translation.customSearchKeywords`) as `product.customSearchKeywords`, `product.translation.slotConfig`, `product.parent.translation.slotConfig`, COALESCE(`product.translation.slotConfig`,`product.parent.translation.slotConfig`) as `product.slotConfig`, `product.translation.customFields`, `product.parent.translation.customFields`, COALESCE(`product.translation.customFields`,`product.parent.translation.customFields`) as `product.customFields` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` LEFT JOIN `tax` `product.tax` ON `product`.`tax` = `product.tax`.`id` LEFT JOIN `product_manufacturer` `product.manufacturer` ON `product`.`manufacturer` = `product.manufacturer`.`id` AND IFNULL(`product`.`product_manufacturer_version_id`, `product.parent`.`product_manufacturer_version_id`) = `product.manufacturer`.`version_id` LEFT JOIN `unit` `product.unit` ON `product`.`unit` = `product.unit`.`id` LEFT JOIN `delivery_time` `product.deliveryTime` ON `product`.`deliveryTime` = `product.deliveryTime`.`id` LEFT JOIN `product_media` `product.cover` ON `product`.`cover` = `product.cover`.`id` AND IFNULL(`product`.`product_media_version_id`, `product.parent`.`product_media_version_id`) = `product.cover`.`version_id` LEFT JOIN (SELECT `product.translation`.`product_id`, `product.translation`.`product_version_id`, `product.translation`.`meta_description` as `product.translation.metaDescription`, `product.translation`.`name` as `product.translation.name`, `product.translation`.`keywords` as `product.translation.keywords`, `product.translation`.`description` as `product.translation.description`, `product.translation`.`meta_title` as `product.translation.metaTitle`, `product.translation`.`pack_unit` as `product.translation.packUnit`, `product.translation`.`pack_unit_plural` as `product.translation.packUnitPlural`, `product.translation`.`custom_fields` as `product.translation.customFields`, `product.translation`.`slot_config` as `product.translation.slotConfig`, `product.translation`.`custom_search_keywords` as `product.translation.customSearchKeywords` FROM `product_translation` `product.translation` WHERE `product.translation`.`language_id` = ?) `product.product_translation` ON `product.product_translation`.`product_id` = `product`.`id` AND `product.product_translation`.`product_version_id` = `product`.`version_id` LEFT JOIN (SELECT `product.parent.translation`.`product_id`, `product.parent.translation`.`product_version_id`, `product.parent.translation`.`meta_description` as `product.parent.translation.metaDescription`, `product.parent.translation`.`name` as `product.parent.translation.name`, `product.parent.translation`.`keywords` as `product.parent.translation.keywords`, `product.parent.translation`.`description` as `product.parent.translation.description`, `product.parent.translation`.`meta_title` as `product.parent.translation.metaTitle`, `product.parent.translation`.`pack_unit` as `product.parent.translation.packUnit`, `product.parent.translation`.`pack_unit_plural` as `product.parent.translation.packUnitPlural`, `product.parent.translation`.`custom_fields` as `product.parent.translation.customFields`, `product.parent.translation`.`slot_config` as `product.parent.translation.slotConfig`, `product.parent.translation`.`custom_search_keywords` as `product.parent.translation.customSearchKeywords` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation`.`language_id` = ?) `product.parent.product_translation` ON `product.parent.product_translation`.`product_id` = `product.parent`.`id` AND `product.parent.product_translation`.`product_version_id` = `product.parent`.`version_id` LEFT JOIN (SELECT `product.manufacturer.translation`.`product_manufacturer_id`, `product.manufacturer.translation`.`product_manufacturer_version_id`, `product.manufacturer.translation`.`name` as `product.manufacturer.translation.name`, `product.manufacturer.translation`.`description` as `product.manufacturer.translation.description`, `product.manufacturer.translation`.`custom_fields` as `product.manufacturer.translation.customFields` FROM `product_manufacturer_translation` `product.manufacturer.translation` WHERE `product.manufacturer.translation`.`language_id` = ?) `product.manufacturer.product_manufacturer_translation` ON `product.manufacturer.product_manufacturer_translation`.`product_manufacturer_id` = `product.manufacturer`.`id` AND `product.manufacturer.product_manufacturer_translation`.`product_manufacturer_version_id` = `product.manufacturer`.`version_id` LEFT JOIN (SELECT `product.unit.translation`.`unit_id`, `product.unit.translation`.`short_code` as `product.unit.translation.shortCode`, `product.unit.translation`.`name` as `product.unit.translation.name`, `product.unit.translation`.`custom_fields` as `product.unit.translation.customFields` FROM `unit_translation` `product.unit.translation` WHERE `product.unit.translation`.`language_id` = ?) `product.unit.unit_translation` ON `product.unit.unit_translation`.`unit_id` = `product.unit`.`id` LEFT JOIN (SELECT `product.deliveryTime.translation`.`delivery_time_id`, `product.deliveryTime.translation`.`name` as `product.deliveryTime.translation.name`, `product.deliveryTime.translation`.`custom_fields` as `product.deliveryTime.translation.customFields` FROM `delivery_time_translation` `product.deliveryTime.translation` WHERE `product.deliveryTime.translation`.`language_id` = ?) `product.deliveryTime.delivery_time_translation` ON `product.deliveryTime.delivery_time_translation`.`delivery_time_id` = `product.deliveryTime`.`id` LEFT JOIN `media` `product.cover.media` ON `product.cover`.`media_id` = `product.cover.media`.`id` LEFT JOIN (SELECT `product.cover.media.translation`.`media_id`, `product.cover.media.translation`.`alt` as `product.cover.media.translation.alt`, `product.cover.media.translation`.`title` as `product.cover.media.translation.title`, `product.cover.media.translation`.`custom_fields` as `product.cover.media.translation.customFields` FROM `media_translation` `product.cover.media.translation` WHERE `product.cover.media.translation`.`language_id` = ?) `product.cover.media.media_translation` ON `product.cover.media.media_translation`.`media_id` = `product.cover.media`.`id` WHERE (`product`.`version_id` = ?) AND (`product`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"%¯£©\x18£Å~v║È+9¡«,"
  b"\x10r┤<Î\x190\x10ï-Ø\x10lc"
  b"p÷áýePê«h²Rí>ñX«"
  b"¯Z+}µìxؽ\x10¥\x17¦¸•'"
  b"(£ ßÊÎsÉYJ^ÃèO\x7FI"
  b"\x01Ø\x01▄┴?|\x05×\x02\x18¡èUp%"
  b"\x01Ø\x01½ëÓrº┤\r0▀ á░╠"
  b"\x01Ø\x01í▀ tZ░═"L.W^©"
  b"\x01Ø\x01ø÷@|µÁ­ù,┤Zƒ{"
  b"\x01Ø\x017pÔ\x7Fúú\x05 v╗█`╩"
]
68 0.32 ms
SELECT `product_price`.`id` as `product_price.id`, `product_price`.`version_id` as `product_price.versionId`, `product_price`.`product_id` as `product_price.productId`, `product_price`.`product_version_id` as `product_price.productVersionId`, `product_price`.`rule_id` as `product_price.ruleId`, `product_price`.`price` as `product_price.price`, `product_price`.`quantity_start` as `product_price.quantityStart`, `product_price`.`quantity_end` as `product_price.quantityEnd`, `product_price`.`custom_fields` as `product_price.customFields`, `product_price`.`created_at` as `product_price.createdAt`, `product_price`.`updated_at` as `product_price.updatedAt` FROM `product_price` WHERE (`product_price`.`version_id` = ?) AND ((`product_price`.`product_id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)))
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x01Ø\x017pÔ\x7Fúú\x05 v╗█`╩"
  b"\x01Ø\x01ø÷@|µÁ­ù,┤Zƒ{"
  b"\x01Ø\x01í▀ tZ░═"L.W^©"
  b"\x01Ø\x01½ëÓrº┤\r0▀ á░╠"
  b"\x01Ø\x01▄┴?|\x05×\x02\x18¡èUp%"
  b"%¯£©\x18£Å~v║È+9¡«,"
  b"(£ ßÊÎsÉYJ^ÃèO\x7FI"
  b"p÷áýePê«h²Rí>ñX«"
  b"\x10r┤<Î\x190\x10ï-Ø\x10lc"
  b"¯Z+}µìxؽ\x10¥\x17¦¸•'"
]
69 0.31 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.30 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.71 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 1.33 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.36 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.38 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.87 ms
SELECT model_number FROM hobaIT_sparepartfinder_models WHERE model_code LIKE ?
Parameters:
[
  "%872684%"
]
77 34.76 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:
[
  1000171639
]
78 19.21 ms
SELECT * FROM hobaIT_sparepartfinder_groups WHERE id IN (26456,27701,28274,28448,28517,28524,28597,28599,28603,28652,28795,28797,28956,29305,29723,30098,30238,30366,30557,30645,30651,30863,30866,31347,31487,31488,34847,34848,34849,34850,34851,34852,34853,34854,34855,34856,34857,34858,34859,34860,34861,34862,34863,34864,34865,34866) ORDER BY number, part_type ASC
Parameters:
[]
79 197.45 ms
SELECT * FROM hobaIT_sparepartfinder_images WHERE group_id IN (26456,27701,28274,28448,28517,28524,28597,28599,28603,28652,28795,28797,28956,29305,29723,30098,30238,30366,30557,30645,30651,30863,30866,31347,31487,31488,34847,34848,34849,34850,34851,34852,34853,34854,34855,34856,34857,34858,34859,34860,34861,34862,34863,34864,34865,34866) AND article_number IN ("50213001044","50213012000","50213050000","54413011000","0015060253","50213015000","0965050163","50213020000","50213021000","50213023000","58012040150","306054","58303023200","58303026250","0991080353","57103225000","54310086000","51003021000","54603025000","0912100256","0912100303","0934080003","57503022000","58303022000","58303070000","58303027000","10003021000","58311112000","31008060000","58011039000","58311012000","58311013000","44111015100","0125100003","0797100003","0934102003","0912060163","0021060003","54611020400","58311040000","58311041000","57011045000","0985060003","58311241000","58311276000","50310001044","5461000104490","5461001004490","56510011000","0625060058","0472047175","0760324772","54610016000","58310071200","58310071211","56509072000","54610070100","54610070300","54610060200","0015060203","56509064000","58310051038","58310051042","58310151040","58310151045","58310151048","58310151050","58310151052","54510052000","50010065100","50010065101","50010066100","52010073000","54010075000","54610075000","50310074500","54610074900","54010100100","50310090050","55003135000","50210086000","50210085044","56510084100","50203030090","50310099000","58303001600","58303001700","58303102400","58303002045","58303002145","71003007000","0015060123","58003012000","71001012000","58307015000","58303055000","0931101103","49009082000","58003055600","58003155600","0931101203","31004001100","0931080803","0931100603","0985100003","0912101603","54630044000","55007016001","50303089000","58303038000","58303040000","5460314000019","58303041000","54603041000","58303044000","54603044000","0094032253","42007049000","50203053000","50203053100","74003021000","0625006087","54403135000","58303063000","0991060203","36003014000","0015080303","0015080353","0015080253","0797080003","0125080003","49109481052","58303005144","0014060133","58003012200","0014060153","5830804200091","5460901004490","58309001144","58310001144","58310010044","54609011000","0625060037","0625062032","0760253570","54609051000","58111054000","0760405270","58111053100","58314050000","58309071100","58309171100","58309072000","58309070000","58309073000","58309075000","58309074100","58309060000","0015060163","54610411100","0625062052","0760325272","54610416300","58310171100","58310071100","58310070000","58410075000","58310074100","58030047615","58310050044","0625032057","54610018000","54610417300","54610459000","5830801320091","5830804100091","58307340400","58307340450","58313049000","0015080203","58413015044","58413030000","57608099000","50308093000","50301093000","5460139000030","58301401300","58301401400","58301402300","58301402400","50301070000","0015050203","0985050003","0015050163","50301092000","5460129000030","50301090250","50301032016","50101033100","58301034016","50301089000","58301038000","56401043000","56401044000","54201081000","54201086000","54601184000","54601084100","0015080403","0933080253","54212035000","58305051500","58305151100","58305053001","54309036000","58305050100","0014060203","54603048300","58305058150","58305058051","58305058052","0912060404","58405050100","58305175200","58305065044","54305068100","56505069000","0021080003","51005067000","54603048000","57705007100","57705008100","58405050200","58405005001","57705005000","57605051000","57705007000","57705008000","0015060403","0125060003","51010086000","50211610000","50211631000","50211410050","0016035103","44111038000","57011036000","50211637000","0981350133","50211410000","50211436000","50211437000","49011435000","50211510000","58414010000","57111038000","49011436000","50211537000","0797060003","0933060203","50211610010","50211410010","50211510010","58012140000","58302001300","50202010000","58302010000","58302003000","58302040100","58302055000","58302126000","58302043000","58302044000","58302023000","58302047000","58302048000","58302049000","58302052000","50311089000","50202090200","58302091000","58302094000","58012040000","58002010000","58002011000","56502003000","54002016000","56502052000","58002091100","58304010800","58304110400","58304011054","58304011057","58304011060","58304011063","58304011066","58304011070","54204109000","54204009000","58304017000","58304090000","58304018000","56503086000","56503093000","54310086100","54204020100","54312024000","54603090020","54603090030","58303080144","54603097000","54603081000","54603090010","0760253270","58303090000","58303085100","54203083050","72003035000","53003099000","58303083000","58303083100","54603182050","54603015000","56503195100","0760182442","58303084100","49103415000","50213301644","54613318200","54613310200","54613309200","54613309300","54613305200","54513214000","54613218000","58313070000","50213025000","42013226000","42013026000","58308090000","57608091000","58308091100","58308091000","57501099180","57601099080","58005079055","0011501000","0011480752","50305016000","58305079480","58305079180","54603048100","54305065244","54305065344","50232050001","0015060303","0137060000","54305069000","58305165244","54605068000","54605069000","0009050103","51005074000","58305079090","58305079100","58305079200","58305081000","58305081100","58305081003","58305081004","0770223601","58305078002","58305078000","58005079056","54603014000","50230211000","58303130344","54611076100","0010050103","50203081700","50203097000","54603036000","54603090000","58307060000","58307060150","0125050003","20012062055","72210079000","0015060103","58307073000","54607066100","50207070000","0015060553","0015060503","55011080000","44111025000","33011069000","55011080050","57011068000","58011068000","36111021000","58011021200","58011022200","58011024200","54611120200","54611120400","58011021100","50211068000","44611466000","40011166200","56511188700","58111152100","5021140110004","50308002000","0015050123","40006006000","0021050003","50308009000","5020841010004","54608019200","50208020000","0011320800","5830801320004","58308113051","58307042051","0134030003","58308013051","51012080000","5020149500004","5800900114490","58309071234","54609070200","51009073000","51009075000","54609074900","51009100100","56509060700","55009086000","50309081000","49032011000","58111052100","58301408000","58301409000","0770400020","58301414000","58301423000","58301415000","58301410400","58301411400","58301429000","54701003000","54701020000","58301419000","54701021038","54701021040","54701021042","54701021044","54701021046","54701021048","54701016000","54701022000","54701018000","54701004000","54701006000","54701007000","54501081000","306007","54613209144","54613201044","54613205000","54613206000","54613210100","54613212000","54613209044","58313010000","58313010100","6899785","58306001100","58306001200","58306004000","54606004000","58306002000","58306102000","0985050103","54308042000","54606010000","57005020001","56506015100","58306016100","58306017100","58306017050","54606019004","50206020000","58306026000","58006026500","55006028000","51006027000","0014060103","58303061000","58303060044","13003062000","58303062000","0985080003","58303168000","54513101044","54513150000","54513151000","54513155000","50213161000","54513038000","50235033300","44011176305","50311051100","54513030044","58007017000","58007016101","44011076200","44011076305","58311175300","58311175600","58311176000","44011076100","44611207200","58211031100","50311070000","51011050000","54511060000","56535035000","49111435100","54511048000","0021040003","54611448000","58311034100","50311029000","13011070060","0985040163","0084040223","0934040003","0981550193","0981550393","58311071100","50211475251","26011130000","50311070100","58011109010","54511008000","54611186000","50311080000","50311081000","5830804200004","5833502920004","51107004000","58307005100","58307106100","31007107001","49007008044","49007009000","58007044000","58307013200","58307014000","58007016001","58031005000","0676550223","0797050003","58307113250","5833502820004","58307340300","58307340350","58307019000","50233041000","58307040551","55011186000","58308041050","51005067100","5830804100004","58314034000","58402001050","5020207904430","5020207905030","50202079051","58314033000","0912080353","58301234016","56401040000","56401041100","56401042000","56401142000","58033026200","58033020000","52033090100","52033096000","58033037000","58033028000","58033023200","58038022000","58033033000","54632090000","58033021300","58033031000","56533098000","58033022700","58033024000","56532012000","58033090000","0760223270","58333036044","0912080253","58031002100","58031002050","58031002051","0084050303","0500050083","50031003000","0137050003","58030002200","0770020490","58031004000","58030002050","58031006000","0015060453","58031093005","58031010000","58330055144","0625160040","0625160030","58302010200","58302016200","58302091300","58302191300","58311071150","58031753400","58031701344","58031701444","56012001000","58329003000","58012005025","58012009000","51012016000","58012015089","58012015090","58012015095","58012015100","58012015101","16012005000","58012019000","6276470","58429059000","58012003000","15112017000","15112018000","15112018100","309098","58030080000","51012012000","54629027000","58029026007","58329039000","57630018000","58330018000","58030015044","58330015044","0888030050","6946005","56030081000","56030081100","56030081200","58030082000","0760304771","0137120000","51030028100","58030019000","0936200155","0760122270","57530007000 I","57530007000 II","57530031000","57530132000","57530032000","58030033000","58030074000","58330007300 I","58330007300 II","58330031300","58330932100","58330832000","58330833000","58030074100","58330007200","58330031244","58030833000","58030874000","58330000344","50130027000","51030026100","50130010000","58033097000","58330011000","49030090000","0015060353","49130450050","56530017000","0991060163","50332095000","58030081000","58430039000","0625618050","0603061001","0910100003","58038032010","58011081100","58330025000","58330020144","0770160030","58333041000","58030050600","0912060303","58030047515","58030021000","58038017100","58038019100","0908120153","58038023300","58038028000","58330099200","57630005100","58330005100","58030030000","0835100456","0331100003","58330023000","58031601644","58031901044","49031134051","58031121264","58031121266","58031121268","58031121270","58031121272","57031523130","57031523132","57031523135","57031523140","57031523142","57031523145","57031523148","57031523150","57031523155","57031523160","57031523162","57031523165","57031523168","57031523170","57031523175","57031523178","57031523180","57031523182","57031523185","57031523188","57031523190","57031523192","57031523195","57031523200","15131123038","15131123040","15131123043","15131123045","15131123048","15131123050","15131123052","57031551045","57231120300","57031509000","58331509000","58031140038","58031140040","52031138000","57031525100","58031528000","49031131000","0799025055","54431530000","52031126000","57031524000","58031127000","57031525000","57231155000","58031153000","57031549000","57231150100","58031135040","58031180000","58031181000","0964040143","0912040123","49031122000","57031522000","57031572000","57031515000","57031517000","57031519000","52031116000","57031573000","57031519100","0933060163","57031513000","15131112000","50131174000","57031508000","57031511100","57031514000","58031199000","58302095200","58302095251","58331029022","58331029026","58031160000","31007007001","52031137001","58333002100","56533010300","58333004002","58333006004","58333008008","56533099000","56533016300","56533015000","56533093000","58533025000","58332001081","58332001000","58332026000","58332028000","58332112000","58332011100","58332111000","58332002200","58332018000","0936181505","58332003200","58332080000","58132081000","58332014000","54532013000","0991060126","54532093000","0471120010","57532015000","58332017000","58332032000","58332007000","57532013000","0625060016","0094020163","50332070000","56532095000","0770116030","58036030000","58036031000","58036027000","58036028000","58336029044","58036032700","58036033000","58036060644","58336061044","58036062600","0934070756","58036061090","58336061090","58036056100","58036095000","0988162210","0988162205","58036050100","54334015000","54334015100","54334015200","58036059200","0770100221","58036048000","58036049500","0912060103","58036014000","57636011000","58336011001","57636013000","58036013000","57536001000","58036001000","58036009000","0912060253","57536002000","58036002000","0923080120","0912060208","58038022100","58336018000","58336112000","58036012000","58036096000","0625060040","57636110044","58336110044","58336110144","58036097000","36003014200","58036003144","58036005100","58036004100","58036006100","58036007100","58036007050","0402031780","58036003100","58036008100","0417200120","58336015000","58336016052","54211052000","58335050044","0472280120","0760152472","54435010000","0770047015","58035002600","56535005300","0912050123","56535003300","58335001000","0984060203","58036065000","58335025350","58335099000","58335013044","58335013144","0770320020","54635017000","58335017000","0770021020","0912060453","56533005300","58333113010","58333007003","58333009005","58333011009","58333003000","56533018300","49030023000","58033017000","0760324771","0770250021","58033029014","58033029015","58033029016","58033029017","58033029115","58033029116","58033029117","0770220010","58333034000","58334005044","56534013100","58034010000","58034014000","58334020000","0770125020","58033027000","58034002300","58034004000","58034001300","58034003000","0015060653","58334024044","58034023500","58334017000","50334018100","58334012000","58334012100","58334015044","58034016500","51006097000","58434031044","58434031144","50232050000","36205018000","58335008100","58035016000","58335007100","54635034200","54635134200","56535025001","58335026000","58435025700","58335024001","10001020000","54435024001","50231005000","41001052000","58035025800","42013037200","57530090000","57636020300","58336120200","58336120300","58036065100","58036152500","58036052000","58036053000","57530036000","58330036000","0912060353","49030028000","0835080355","54330043000","58036098000","58036099100","42011252000","0993012000","58036026600","58036126600","58036040000","58036140000","58036041000","58336024000","58436054000","58136042040","58136043000","58136044100","56530061000","0912060203","0912060501","0912060551","0912060653","0912060703","58038001100","0402251980","58038007700","58038007755","0799060000","58438001000","58038005000","0770055020","58030008600","58038234200","58038334600","58038134600","58038033100","58038030000","58038130000","58038032000","58038032300","58038041100","0770056020","58038043000","58038044000","58038042100","0010050163","57538090000","57538091000","0912050163","0912050203","54431032050","54603048200")
Parameters:
[]
80 0.25 ms
SELECT * FROM hobaIT_sparepartfinder_models WHERE model_number =  ?
Parameters:
[
  1000171639
]
81 0.32 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:
[
  "1000171639"
]
82 10.17 ms
SELECT `product`.`id`, `product`.`product_number`, `product`.`auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product`.`visibilities` = `product.visibilities`.`product_id` AND `product`.version_id = `product.visibilities`.product_version_id 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"y┴┤B7¦JÚº╔¯\x13ÉüR╚"
  b"ÁEþÖE\LLüÝ=ý¡³-¬"
  b"á\x1A);2\x00NI©QÄQÁ¦\x05\x12"
  b";\x1EPÍð╗L×òpEöM█ÜÅ"
  b"\x17Úëó\x0F§BÌä÷èþâÏì¡"
  b"\x13àÒì\r M4¬\r│WÏ¡´ö"
  b"eÊ›Äì…A·¼(ýUš|È´"
  b"-\x19ŽxÑSB\x08ŽCÓ¹ÅK\r¨"
  b"\x1AÅ\x03e╚±J││%DB]¢X║"
  b"Ó˜ÂÝëÄDö§MÃ\x131%˜\x7F"
  b"ü®!I›õOd˜ -o\x07ŽÄü"
  b"êr¡iª]H\x06 T*œ\x12a\x1C\x18"
  b">ä~H\x12—H{º\x0EH x³\x16'"
  b"\x05üeät|Boôqç§+\x00\x1D"
  b".{a3\x04¦LûéM\eµ Ï1É"
  b"2˜Ia\föC¨—>Â{\x03Þkê"
  b"""
    N\n
    \x13pJó§æ«\x01«\tå)
    """
  b"(‘j߈PL …@Ø\x11¸r4Ë"
  b"•Þ…¬­/H饧§\x00xåÙ\x06"
  b"« XcØ*Iû¥cÌc│C¥5"
  b"*ôT\t!éCQ«šÇK÷äîÇ"
  b"þ═¡8ÇÿJÓ╗ƒ\vñÅ\r7═"
  b"\x16\x08¼\x00õ•Cs£§S­÷¯aT"
  b"Àk^W\JE\x7F½7\x02Q;"
  b"Q:¹y=ÕAæ¦ßù\x03?™uo"
  b"a4Þ?@ FÊ·œ#mm†\x1Dä"
  b"\x08\x17\x06\x05H–›ôå\x02yŒx\x04"
  b"Þ§» ûÂF±É ■ß(X"ï"
  b"D{­H/ŽO\x11›÷\x133\x1Da¥O"
  b"¿r\x05É\fÝCõÜå\\x1AS×┬ç"
  b"øx\x07Û\x02õLÃúaÈÉKÒ4å"
  b"""
    Ÿ\n
    óÉ\x14\x18BûŽœ[íÅ¥\r\n
    """
  b"ïÁTèsºBìÿ\vóVËõ\x1Eo"
  b"°*ÅJ_j@\x08Üæ?\x1F\x16┌ƒ═"
  b"]w!ØÓ\x15L\v¼*ê7╚A°A"
  b"XáV€¡pGlºd\x1C„Hƒï\v"
  b"+\x02vS‚¢@!‹f|`\x10—®Z"
  b"û½TyG°G¸░Ø©æ21¶î"
  b"ÊNÅy®:J¸┤øpÜ<H└O"
  b"[y\x1DÊ$pH-šžV­¥µ¢e"
  b"\x15ˆ»\x03\x04#Ni¹pÆ3r~iº"
  b""mÎd░oFâ£ìD\x1AD3vf"
  b"в,ŽÚ;H^“ï߆\x15£‚¦"
  b"\x00 ãÉ-#LdªDîo1Ö5·"
  b"\x1Dªc\x06M!«ÇãUM:–@"
  b"yÉÓ¦1ÞN\x08›%Áó±û\x7Fd"
  b"½›'?E¬@GŠ1eÙøX\x02#"
  b"|å┼ÏG¶@üóð╗^¡"╝"
  b"bý$÷ÙÞN?ŠÀ\x16*öÇuG"
  b"âZ:L\x0FwH.’l"ˆ”¢ñÓ"
  b"É›\x06´‚fN¥°©¡è\qæx"
  b"U\x1F7¶ªJEu€î9ænoÝ\x02"
  b"üÌ4/Q╠B╩░ÓÚ\x01ð»¯L"
  b"W5Y©ø•@…‰w…€ì%1S"
  b"┴gÕ>ÈüFøÂ·d-ðQ\x1DÈ"
  b"0«Ý Õ÷C­┐ö¼▄?ì³é"
  b"èE.&\x19¨B|öÅÜ\x13­YKJ"
  b"­òŒ\e†fAÊ€€^Ú\x0Fe~G"
  b"þY·½ÚmL̦‹D&\x19¼â:"
  b"""
    jÉ›j\x18zIЖ.@‰\n
    É\x16÷
    """
  b"º¯\x05\x01D&I§€åH\e-\f¤m"
  b"à\x1Ep×└IN5¬=süB├~×"
  b"ÖÙ0\x03\x1D├F\ÅÞè£ëGnW"
  b"""
    •™ðP¤íLrŒ\x1F\n
    –1Ú®†
    """
  b"c\x05ž˜NaKâ¿9ÿœEú$\x1C"
  b"╩±\x10B╬\x17OºïéÝg─üÿÃ"
  b"ܼâW\vÍB~›\x15Ö\vëpÂ\x06"
  b"ÖØ9j\x17ëEå▓Ó©%·4\x7F"
  b"/\fù\x03[=MÔ”Û\x11øgÆW "
  b"\vB@Þh¥F\x1F¬™\x07‰¿7ù\x06"
  b"7\x0Fþ;¥ýN¤’ÑŸ‹´‚ö¼"
  b"ÿ‡3§¼9Jç˜!C6\x08<`Z"
  b"\x1C}╦}þãA¥àÅ×\v\¦Ðd"
  b"\x10CìwO¸ù▀╠sÛ=\x18Í"
  b"®L²│j4A?ïwNpÏ\x17"
  b"\vg9óY-M1‰~søÊ‘‹"
  b"""
    ¾¡\n
    «m”DË¡÷à´À&Q\t
    """
  b"~P╣\x1AîÊC&╗fB\x01üÎ^\x08"
  b"""
    Ì\n
    w┬p\x19F\x08Å÷}┐╬\x18
    """
  b"sÌ)7\x1A¨N‹™šiš|\t\x1D"
  b"\x16€òóÀìOøª¼½ˆŸ\x19\x02n"
  b"“B¸±SöCj§\x1F¬±Õ°:*"
  b"ds“\v\x12J“š\x07&I\x0Fä/d"
  b"»¼f9ØFMèº!¦LGWX^"
  b"╗Åù¶±\x0EB·ë!X$&Ê"à"
  b"iÀ5™íEJÿ¥½mÞk-4Å"
  b"[Ð<^xxJ$¼7Q'3³\ei"
  b"—†HÂ8¯HÓ¶UY_\x08ƒ†Z"
  b"Ñ:UMR%BLšÜ…^9¡\x07\f"
  b"8@»Ø\x07#OÑ┤7ánÀ¸Ðc"
  b"\x04\x1F\x1DðŠ}BŒ’›3X\x196E\x14"
  b"¤¶=ZUÛBéøBØ\x02ly\x07þ"
  b"\x03S¨Zg­N±²0ªß‘\x1C³þ"
  b"×zu¡±yF\x17¬Õ\x17_nk‡F"
  b"\J¼ÑV4Jq┐▓ܨ²ü§K"
  b"Õ6m§ô\x11Mš›w•ÏBR¾3"
  b"‰uY6^èCa¼\tq‡a\eíï"
  b"×D¿x’®M¤ŠºbÈ»òÓ†"
  b"«UK|·FBr€ç\x0Eô?^:K"
  b"aìg\x14?äCx£GIg\x08¬äõ"
  b"ýœ\x07“ÑVMû‰Wè\x19H\x11¨\x12"
  b"¬ä╔áɦDÌû├ý¥┌§\x06Ù"
  b""FFqœ¨DV„à.Ç…ÿ\x05\x1A"
  b"5ê7M┌¿B|üËY╔┬ı╬ø"
  b"ü\x15,7çíHÈ▒a\x00ôkûE="
  b"ü\x0E╝═æ\M{òcW-©\x12"
  b"ì\x158dY\x02Jã•“Y\x03\x0FÑãP"
  b"óâõÖɸN ¢@└)═Wþ┌"
  b"×E┘&┌▄@³┐úÏ\x06ì´Ö¥"
  b"""
    Xj›Ï¬MGà€ù~\n
    C\x034'
    """
  b"Êš‡b]“G\v†½¯•ÖUiž"
  b"\x11Ú=¿\x01ðJû¾$ãýY/„ä"
  b"\t¼\x02·šÂH}‰Ÿâb\x0F\x19í$"
  b"ÄÛ¢Ä\rßEÆÉo˯>Úðö"
  b"\x1FË‘ŠƒHª†h§Xä¡o\x10"
  b"à\x1Fç-\x00³B\x00°äW:yn\x18/"
  b"QClÝlëIÔ¡ì*║\x1E├9ô"
  b"Sõá0┴HJ·¬:┘ª>|ì\f"
  b"úÝdoVµJAŸ\x12P@Ÿû¼‘"
  b"\x06¡üsI(¦å‚jëëóu"
  b"`åãûÝ,J░▓c\x1C÷êÉH¢"
  b"SXXî82OÀ®fJ\x10€¦?ª"
  b"–ÕŸ\rnIB\x07ªRyPqµˆÑ"
  b"8†\fZ*3F³¨[ýÑϸ²Á"
  b"¸›ô°)”I\x13­D|o(\x16r\x08"
  b"\x053Ü,KóBݼó\x03fïÈÍ;"
  b"""
    C\x01òpvÐ@"†`\n
    Óó\P\x01
    """
  b"5g,*\eZFœ…\x03Ç}1\t‰¾"
  b"Åü7>AÅO'—g„Ês 8‘"
  b"xV@\x17ï#Kù§‰2b™HrN"
  b"\x01uu\x0E@¶ØÜ┐Ó\ve╠b"
  b"\x17jþèC™”Ó;ú\x08ž°6"
  b"2xœ\x05¯KHi‹I§­Ke4m"
  b"ìÞgcE‚IH¦ìÕçßÀžg"
  b"¬\x1F…E¬¤OE³\rÈ\x1FƒÍ§‹"
  b"ÓèHNà(Nб\vÜ\x16ŠSÉl"
  b"ØÏ„\x06ÙðGå”Ò<L]¡íá"
  b"â\x17ˆ»ª›C‹„‡r\x05ìÅ\x1E\x0E"
  b"×]@š\rVC-·Âñë~\x08\ré"
  b"\x19ıòÒß3DVÅ╠\x059H0╦d"
  b"ñ#í\x13§§Gß¾\x13/d6±üø"
  b"Ê`…m@øAO¬#¾“\eŸiä"
  b"?sÞÂÔ║A┘║\x14Ô\x1AÙ\eÅ■"
  b"\x0E®}ï:tLN½Š‰c\t·|'"
  b"ÿ_~[®ºOÚ˜¤Á«Ù\x17\eÎ"
  b"¤tC¤ÛìI‹§\x0E5ÔÑÎQù"
  b"Ò<\x017É┬Inélm╝s°î¡"
  b"Q\x07\x05\x03•?F3ŠåSªØ6›\x0F"
  b"ê^Ð …CFW¸FFâ]\x0E¤G"
  b"Bߢ$¹»F² Ò¥´Š2a"
  b"Ðé\x07i\f¤N.▒ÛV╗ÎØD\x16"
  b"\eÀ\x1645{G\x10¼é\x17ÿý:ËÌ"
  b"\fôƒ\x01ØODW│I┤ð±2W║"
  b"Dä6\t>~Ns”óÀt—*Zz"
  b"ÞP\x10█±ÞH.ó4¦╗ÙÉ@¤"
  b"|cS!júI3¢@÷Ø"ï╔╗"
  b"a~18AÊN4ØNƒ\x15MzÜH"
  b"g,ïV┴&BbºêÎOÍ\x19Ø\x15"
  b"MÊ™æ¹Gá½üŒjÿ\x1Föà"
  b"M¼G™Þ\x1AH\x1C\x12\x15)\x14ú0 "
  b"åšc‹Ÿ!C2«!å;‡Çmª"
  b"\x12oÌvýêNÞ¢8MØÏE\x00"
  b"q\x07"¦º]C\x10¿Ìä¼€Ð]º"
  b"NÖõ·%w@x·ûƶwO¯ç"
  b"┌fîÔ╩JEɃ(%Ò┐é1Ö"
  b"¬\x11bµ(ê@gƒ—\x15\x11\x08nÿ/"
  b"Á“ÅÃgr@º„˜Ë(&”§Z"
  b"_\x15§║ÿJA╣ü8O╦║#®â"
  b":`o\x00@­OÞÅ█\x1D¶ÎtýA"
  b"v)c\r\x0FFà¢Î\rù)JUê"
  b"À+x"–õMG‚\x18€ÞJˆ/°"
  b"\x1F■Ø:╗áFP▓ÅA"dØOv"
  b"ç”ü§©õEš•\x03ÞZOÓ®\x10"
  b"\x7FO/"\x03TO†ºç‹Câ¯g\e"
  b"õÊ\x12ôviMî¦ó‰g\x00\n\x10"
  b"}ò.B4êAé‚\x1EÏ\x11ó-¢o"
  b"1–B\x04¬¸BG™vtT\x7FÃrÎ"
  b"H\x10x¿í\x15KâéüÐ)‗└ä╦"
  b"ü¾¾\x18╠ƒN║¢¿\6P \x1FV"
  b"Ô\x1E°Â"\x14E9´ÌkéK\x1D‰%"
  b"Í<Í$DDD=¾]$Ò])áÖ"
  b"HøÈ¯<\x1AK¥‘ÿãÖ³Ïݨ"
  b"7C;æÂ:I‡¦¡‹Få¢X#"
  b"\x1AZ\x03̸!D–¿~\r¢g\x152A"
  b"Kfô¸Ã^E\x11¬YÿG¼yr\x07"
  b"¯ÔC\x02ü┌Bp¼å©\x1Eu8xé"
  b"B„<9ò\x0EO#¥™WWv°`Â"
  b"ö¶®p‚~Db«\fÌÚ"\x05ÐÎ"
  b"±º…¾QÑ@ùXiü/é\x19]"
  b"(Þ*BLBN0 ‡S‘óCÚW"
  b"@L<fªWK\x1F½£Ý\x07\x08"
  b"¥#e±D\x06D\x04…Òœ¬\×\x0F\v"
  b"SCoB"\x06K¸ snSIŸmÚ"
  b"""
    Øû2i;˜EÖ¨–\n
    ¡É¿\t×
    """
  b"""
    4½Ÿc£ìIu©µ$\x04ë\x05\n
    \x03
    """
  b"\x01—}¼ÏÏ~ «\eQñp•¸ê"
  b"…‡à€aA@g˜‰t›sI\x15ì"
  b"z1\x18ð\x03\vGúû─Å░╠ÕÅô"
  b"áåÜnÉê@hŒ.Â\x08ÑÃÉ­"
  b"ê┘\rôB■J§ì¤^?Tå`¾"
  b"Q'\\x03¯‘G¦¨V\t`zt¡\t"
  b"¶—ùq\x01ë@B›óDY\x15_õ¹"
  b"└Ëö)áØ@5æ┬ÊàÅ9▀#"
  b"╬+\x0F×bsMÖ½SÉms Ï~"
  b"▄tçrÉDDAÿÛ¡qÜ\¼º"
  b"ØOÖ3ÍúOã‹ñ»Œ\x02\x0F"
  b"«¸.pñeG$ 1`~”…•ƒ"
  b"—Ù\fUáôB\x1Fµ6!\x0F\x0F6Ó$"
  b"\nŽL\x05MtªÏ¼\x145\x00pp"
  b""¬=2ûÿ@j“\x07TÅ=\x12-m"
  b"ÊûË\x05§ÅL*üã¡Íý\x0FÑ¢"
  b"\v\x18\x19Úr@ú”Rn‰\v拸"
  b"\x1Fš\x13«Ë•O³ˆì\x07¨4Gä2"
  b"³üÎw³ÚAS¸§ÂQ'3[\x04"
  b"gyp—á?Bí¨bWÇ\x1CBz("
  b"C]|K\x13¯BÈ™™X•\x18VÀL"
  b"®ûô¿\x19UIfªü9IpôÛ'"
  b"\t\x1F¡ºó2H¯‹5pôâän/"
  b"¶V¡ñ\x05ñAI›\x02¦â…X3/"
  b"ÑŸ¨/I)I\x1Aµ\x02\x7FGÅÄlÛ"
  b"6!2Çc\vE(ÿæ=öËßÅ\x07"
  b"5îèSHuEa’²p×ÌDÿš"
  b"ª\x03òå¼ÏGOˆHö²Õu‰Û"
  b"8C/ì)¼B░¬Ç.╚=õ¨à"
  b"—Î<k?êG·«ß\x18Õ\x08éÍ6"
  b"$K`0ÿýE)¤Ð\x15¾Pº"%"
  b"S├°ÅM=D\x19Öÿ%▄Jsd~"
  b"ä'\t¢aMJù›v¸[¦ðs,"
  b"·\rSzs€C\x1E¼ÝV\x13x\f¾µ"
  b"Ø9\x174ªÛJÂí`ÖE\x02÷ð\x1D"
  b"ñÀ\x14xÄöCü‚”½\vT&â "
  b"‚ØÈ§B”Dç‡òÇÀù@¯æ"
  b"Ð\x15\x7F˜E+´htc O@Œ"
  b"EÔÅÕé§A}¦qf\x07Sý'o"
  b"®6=\x1A\x1E>FðŽ‘\x07¨’!ÄŒ"
  b"""
    \n
    ?\n
    \x1F:¸K\x15‡ýâë~-Ûf
    """
  b"\t¡ÉÙF\x03\x08ý¼i2¥\x00"
  b"Jp6n=ôO[¯\x05ö£\x0E\x10àé"
  b"\x06Ì<!¾\x7FOx¤†÷0Tu\x13"
  b"3d,cwàC¿éPseóìNN"
  b"K±¡wÃôAß‘þM¹£“8¢"
  b"Y¸Î%Ã\fO#‰våÛ\x00àò÷"
  b"ê*\rÉä\F╔╗\x01ûYª\x15‗5"
  b"\föeu{\x11Dˆµ\x00†¶.K©ò"
  b"8u\x11\x0Eœ¢AE§5{Ø7z­·"
  b"fSsvo+F\x18¡"‡à£×\x0E&"
  b"(þAÿ¬>LÑûÞ-Tü\x06ë\x04"
  b"aÐÄ­\x19ÊAø¾Å›È\x11Ï\x07u"
  b"±aü\iåB\x0EÅ\x1D\vÒê\rÛû"
  b"""
    Å▀q¥®åBYê┘_─ö\n
    À┘
    """
  b"-°7 \f¶@ı┤Ø\x1Dt8L\rð"
  b"úJ o┬O@~ܨ\x1Eƒ!░\x02ì"
  b"\x00·I*ä\x17Iª“N;]áï#©"
  b"Ýõc(\x1CÇJ³ƒ*\x04Nï¬\x18"
  b"`T,ºç–FŒ§ùHß\x15†›€"
  b"\x03\t×ÀlyK­• \x19j\x12\x00´5"
  b"…wK†½#Mž \x14²“>Q>\x1D"
  b"Ǿ͘ÿMï¿õÖRZ™\x10˜"
  b"Ù\x0E”ÃØ3M}¯E‰àÇ™«#"
  b"\x00)│íE{ñþ\x1Fb '\x1A"
  b"Oûh}\x03þBX‰#ÌHƒõ­«"
  b"=b\e\x056\x10M»░F²\x07ãì┬╗"
  b"\x162\x15ÿµtN« ‰EŒ\x02IäÓ"
  b"åí¯¡╝yB═ü]É}&}d3"
  b"»íQƒÒ:D\x1A­0·ï°»­Ù"
  b"Îzê¾kåEdŠÊ\x17#Ð[£\x06"
  b"RÃwGh\x08K“³¹Î;\x15¼ž\t"
  b"\x02FW\x11¿\x08L”·é¬Ž!Á/t"
  b"""
    Ê\x1E„"ù~@\n
    ¿>,˜gÚÍ\x12
    """
  b"Ý,\x02eÜ*B˜‚éÊŠj¶s¶"
  b"""
    \x1Dd¿‡¼bJF”_?Cù²\n
    u
    """
  b"\x10▓!ç}ôKÛòj(═Ëc║ü"
  b"ÿ\r…ŃñLè„Y Éó霷"
  b"é¿\x00ãù¼BÖÀí3\x10Y8Ø╠"
  b"÷Yt3â\x1EAu•$\x0E=ãè†Á"
  b",V½\x03\x17IY›û!²^g×p"
  b"\x17H•ù·\x07B6®e=ñ+b\x10T"
  b"x„,\x1FUøB£°ü¢)ɼš±"
  b"ns\e\x16+=E^‘T\x05J™ÕrÑ"
  b"\x7FÙi0SÎND¥!ýÙ^dVÞ"
  b"\x05Ø\x05©CnLM©©▒@ÐëÐÌ"
  b",€Lûý\x1EB«’lnrUß\x048"
  b"ÖM³ÿ\ve@†•\x01u°!ŸÇš"
  b"\x07d±╗Û\x1AAÑØè¦\x01nª"C"
  b"ªÌ>\váøK#—as_WPX&"
  b"e\x7FÕ}\x00=Hµ•›ØÅi½¼g"
  b"Ôä·\x049\x1CHP¾åî¾'\x05IO"
  b"M£gö\x07­M7ž\x07t†\x1AïÅÌ"
  b"=ƒI\x12±\x0F@¹¨ò³ï\x14ðÚ "
  b"ƒ¤\x15RA2Gk…ÁŒì1A|N"
  b"ïg‡#S¿O\x12²nI3{ÄSh"
  b"\x188\x19« C}دz‗I\x00½Õ"
  b"Ã>²ÙË\x03L’º\iŠíº^5"
  b".1Ôý³uNü×b¶`╗╣}3"
  b"""
    QÕï\x16EÀŠÿ\t\n
    âò¶<
    """
  b"""
    ~ ╬\x14ÿÎOIüU«l\n
    .¤6
    """
  b"\x03ƒ°-CŠ@\x19°ôjÄØÑU_"
  b"‹ÁùæVÂGm·<eµµ>\x1C6"
  b"""
    l}•2ɨB™°Ó[\n
    6…Ú¸
    """
  b"¸Óì═┼\x1EA┤¡ü\x10;╬\x00Qq"
  b"Ð.cÀŸ¯M—±\x1D\x1E¬'öȃ"
  b"\x00Ó¼á!\x03H7•Ë×åK¦[\n"
  b"S{†X9ÔG\x15œ\f‘OuæGq"
  b"\x0E\x04)@ÚbAõ´¯è›>9Ù„"
  b"\x1DÀï’Iô½òtp\x08\vÓç"
  b"(­@2[\x01Iöµ-óVªV3Ä"
  b"Zü¢6c¡Kºíú\x06ø½S<a"
  b"\x02\x04³gxÓF6¸#Çþ,Ó€”"
  b"s\x1A±“=çA'·/WkîÐ\x17\x1F"
  b"\x12Q‡(u\x03BþŸŸÆGê˜:Ž"
  b"°gËU™\x1AE\x18–÷׈jà\t\x15"
  b">Î&èØ]I§„Ü¿\x1Eï†ý"
  b"Ù”A7N\x18LP©Ì±Þ´ £\x0E"
  b"\x7FHó72HU¾*B'ÔïR•"
  b"y×)\x16ƒÒN\r¿═Øv▀Üce"
  b"ÝÝÅ█¢HCMøÏ×╝\x04\x03Ör"
  b"\rŸÀr\x01ëBT•-\x13ÓˆÉ>\x00"
  b"„'DÃû\x1AMê™*6™—Ë`#"
  b"ý|\x15\x00I˜™k\x1Eí=`:Ä"
  b"wöÄï4UD─£(jµLìNÓ"
  b"µtäÓ͘Lq¤Ä´HG2…\x06"
  b" ºH\fetF/´\x1Dçnìå£\x13"
  b"ôuW\\x0F~HE£1+XZù—œ"
  b"""
    Ô莰úÜM̺\n
    ™îÂ\x1Ecb
    """
  b">¾sG;ýKr´,<ôtãwø"
  b"ž¬\x1EÜ'TE¼¨îcÐ\rbd³"
  b"È\x7F±™7ÎNЙÔþ5­½‚"
  b"a&=\x05\x18ŒO\x14™ZLh¨ëÒ\x7F"
  b"""
    ˜\x03ï\n
    [ÖM÷’]H·à„™4
    """
  b"¾\x18╩ì\e8LÙ©Ic~¦Õµ▄"
  b"u╔─ÅÈ\x18@³áº\x0F╔.¹!Ë"
  b"""
    ð\n
    ×ÚoƒGž’e\x7F¯H‚\eî
    """
  b"ìÜÍ└À░Le╝o÷º³Ec┌"
  b"\x13Kr\x07O^¯\x04½RˆðEý"
  b"´‹tžkíMw“¾\x1F4\x16Yhç"
  b"ª\x0F¹\x18ÂÀH©ª¸›w ä:\x12"
  b"éŸ<K FF\x13ƒ©¼g=\v‡¯"
  b"/ŠÂ°/íKx´µnYìMÅ_"
  b"×:qÞ¥\rN¹Še^k\tz\rÁ"
  b"Œ4²n¦ãJº™\x1C&\x0EâgDì"
  b"1u2«ÐïJTÜ╝°¢╦ü╩1"
  b"\x1F║└É\x03\fGDúO┌çC╝└¿"
  b"B?7µciJ¡ŽŽ</Akæf"
  b"§ØŒùP\x01Dѧ\¤bûÏäy"
  b"hT0~Y·M‡§s¯$«§\x13\x1E"
  b"°Ì6®ßÖH-›CÇ\rã\x19A)"
  b"ÞóãÉŠ\x1FG>†èÜJñØ>\"
  b"ž\x14§\x1D\x148D>†0co”\fÀÂ"
  b"gzA^:\x02GÀˆêÕ'C7²\x01"
  b"}Ûf8\x02\x02DÚ£ç\x06l┤\x1CÉú"
  b"c{Ÿý“@Lù¬Úqêpždu"
  b"±s…UÄ\x05E\x10¬¯3VÛ\x1Df!"
  b"^ŒÏªYý@Ѓ‚,\x17Ê\x0FTT"
  b"ìî}K\x02/JpÅÃyÒ§‗3┬"
  b"Ÿ˜Pñ'\x1AGN­Dp¯^MZš"
  b"\x11X\x03\x02DÍØ¥àa\f¸+@"
  b""þGxò@©üN?ÐÕ\x08┤┌"
  b"\eúï\x06Å\x0EF*░┬ðØÄ÷8ì"
  b"M?gü\x18[IÀ»n┐?ýÃre"
  b"-2\x1A·HtKÛ•ãq\x11H\x08€)"
  b"ª{«‰\x16åDª‘@÷k-\x16³ç"
  b"Éovl┤SMƒÂò^gÖçoÊ"
  b"ÚÓöØ£áHÀ­~\tgîf|A"
  b"ÿèÒòú³C,░ó­\vþÅZ\x1E"
  b"£\rä\x7Fy0OnûoXòÈØê8"
  b"BÔœUv\x07GŲãó\‚»¦û"
  b"½\x17˜È\x19àJߘGA\x03¡ \x02\x05"
  b"HÌ€^:\fJpŠ~6\x1EÁ\x17ºª"
  b"""
    ¿ûsÈ&±C©ƒ™«ç\n
    Êè2
    """
  b"ÇSÌeÚ\x06Cëò1ÈEø Ø<"
  b"Å|┼®Ú\x1EAqìÑ‗ưBã."
  b"þ─\x13└jl@Ã┐ö\x14!‗Ø▓ñ"
  b"r\x14×βÌJ÷·\x13E{£ øÇ"
  b"\x18v'¤ü’LU¬©ˆþ{1\rY"
  b"Ï׎èî{F\v“ƒ 2Qº€C"
  b"©»Š\x13§%AÓŒÚG\x10ºÉó\e"
  b"ÑìvÚôðE'šÚ©,³Æ¤Ð"
  b"ƒ\x14û†ÍyK…ª+‚âe:¤x"
  b"╝TÈò°!Aiü\x03CkCë`B"
  b"\x12®O”\x05-HÒ±XŒÈ\x143Ýø"
  b"\x16[åšZ˜L\x08œ¡~6Œ¥-Ö"
  b"u┤ı'a8MÞ┐▄¡£\x02©ì\x16"
  b" '\x7F\x020DLB¾\e¥Å¾\x16\e"
  b"•Ø\x05.[¸B—­=9?éœwí"
  b">{¨Þç,Mf ³Æ\x08×Iùx"
  b"\x12\tÜì╩HÜ▒Ñäð\x1F<1Ç"
  b"\x0E\x12Œü>ÊDú°‰Ï'Pxyþ"
  b"""
    U\x1C8\x03ÌÂ@*Øú\n
    )Ù$╦\x1C
    """
  b"Ï¢\=¹÷Gb²q¬\x03ŸNÑ;"
  b"å´Þ|~ïB\x02”W\x18\e#^Œ“"
  b"¥w´´\f║B├íŸ{Åì\x07¤"
  b"ÓvaN¾ÐA4¥þ\x1FÉâ\x7F\x14x"
  b"šÇ1šþÌBɨrDìfµ»Ù"
  b"õ®p}4\x07M©„òâpùû¨õ"
  b"""
    3Pû{\x10ôH÷Ém\x15\n
    é×|µ
    """
  b"5³ÇhׯI§ì±\x19aç»$p"
  b"¹¿0╗Þ┼Fɼ\e╬╔Á\x7F¡]"
  b"‘蔕lÜOg£\x7FÚzÍ\x04¶3"
  b"~K8ô\x1FßEq╝É\x19n\x03ı¸|"
  b"ù,ýê\x11ÉDþ║Úh®²c·;"
  b"%ë™7J„Cª¶†%U\x10Þ”_"
  b"┐ƒf\x0Fm:I¶ü¾OüÈÙñÉ"
  b"o×dÝHLÙ¬7oa\x03¸\x162"
  b"¼Ž3\x03<ÙBޘъŒ=—¦X"
  b"ïæh\x05i÷O¯€Náï¯\x19¾š"
  b"i™Ü§æ)B÷©\x12W\x14;Jåù"
  b"!4 L!±A¿‰\x14÷®8\x13n\x12"
  b"Y>‚\x0F\x1C¬EY©£á\x05\x0EŽýM"
  b"┐¼s╣¶ãM8ìö4÷ÎHï═"
  b"]Ý0F\x10\tDúì³¶HIÚ¤á"
  b"8ÈþáÛhBž„¿-\x0F÷Ï(Ñ"
  b"\r\v"\x14Fx˜á\x10\x7FÙ¯"
  b"†˜¯\r? OȲÝU\x17‰ÆSÏ"
  b"!l■\x05"╝GƒØ\x005DG'╔¢"
  b"\réPN+@g»‰èÞ&‡\x04O"
  b"\x0FÜè×GùÖÉ\x0Eéë[ıM"
  b"ÂiØ│DEO\x12Á¦\x1FQLú╔╬"
  b"g÷M—\f4K­©´4Û‰áȨ"
  b"\x10SµÁTŽJ–µ7VP{jé "
  b"\x0FÁ¾ª\x06\x14Lc¸¼6*ƒ"‹\x02"
  b"È\x05/äwaO\x18¹?Ÿ\x07—ÊsÐ"
  b"Cf\x13\x03>ßB-Ÿžx‹¿ú±‘"
  b"\x08\x11¼Z▄åG│ên|└É\x0F┼Ô"
  b"+ÉþÊò\x12HqûÜÝü¢À█§"
  b"Cy!«íØNŒ¤\x11"‰À\x15±˜"
  b"2z©\x19═êBY┤\x0Fü0Æ'í\x0E"
  b"¤¨Èaw•A!¥ÁÒ\x17V´z+"
  b"\x07ÿ'É\x01ÕG¡║Éx╬³I#N"
  b"""
    bÓ&×9!B\x7Fì\n
    T{─xyç
    """
  b"âÞı,;3E\x08ö ~WÞ3Ø\x15"
  b"\x15╬-ÉÖáD\x03»\x01%r¨╚º9"
  b"ï¡@ŒÊêM­¦¶f\t\x12>\x04\x11"
  b"7\x12þ÷òÏ@0À²═åŲ░)"
  b"!—\x14Ú¹ÝB‚§Ýùk¾B—\x0E"
  b"Ø\e¦»þÀC\x1D\x06\x07^5š§Ü"
  b"Ãç»L\x0E\fK\x10¯p@’Åå­H"
  b"│■è\tºlN°¢\x13üèõV}`"
  b"\r\x04Î"=\x13EFµ\x18°\x13Cm\x17o"
  b"d /Ýu\x0EJ¨‚œ ¹Q:Ãb"
  b"Ö‚Ÿ=k\x10@\x10¼ÒKPG·Tz"
  b"óv‗Û▄CJ░ü\x12<▒\x03eý´"
  b"‡K‘ÒÿÝ@ô¼­zEvܲÖ"
  b"(ž“8&zOŸœŠÎ»\x1C8”˜"
  b"XZÜ¿YŠOX€À\x14+¿™Wù"
  b"""
    çT¨└ê\n
    Iq¡ÃÅXú\x05á×
    """
  b"Êz~£0{Kh•åC&ŒùÛð"
  b"Uõ=0\x1CÐK(°O׃\x07\x05"
  b"W€_þ¦ÍF—šW’‹}\x05"
  b"╗¯ìP'IF├▒┐Ü─ß╣Íá"
  b"¡Olªm(Kl½¤½A`âµÀ"
  b"­0\x08H\x16_Io¯ð‚\x125‚\x05\f"
  b"\x1E’a\x1FGìOç‚ÃÄ¿KÍê/"
  b"yK;J°˜Å—*ëz×u"
  b"®óO¨t³D¤ÂY\tÛ\x11É┴4"
  b"¢¾\x0F\x12Ý´CJ§\x14Ý£ÒnOÜ"
  b"K\x03k˜h•Cd²0uý¿\x19Î\x18"
  b"""
    \x14\t\x01\rM²¡áα\n
    iqG
    """
  b"¥©Ê\x17T1Jð°±\x183\x10ŠZ+"
  b"QËw‗P}N)Øß~%ÉO[Î"
  b"u\vl‡ÐÚIä£(¦wâ/i "
  b"H╣4iü\I«û\x00À[ê+\x1F¡"
  b"1!1/ÊùE\x1Dª9\x10e\x1F¯UÉ"
  b"h]UË{yOÖÉ4┬§}┐N├"
  b"߬ü\x1A╗9J°ª0\x04\x05ó¡àd"
  b"1\x12)üô{F¯ÆajQwlØn"
  b"È\x11NDô—C]—Ô\x7Fû= 5\r"
  b"\x1F\x7F1\x06N{óH5D\x06Å\ea"
  b"ä:ÍíÇÁN\x16³f^8# ›Ú"
  b"üü.\vóMB=¼\x088x\x1AS«p"
  b"ASèƒBìO³Œ9ÿ\x19°ÇUF"
  b"?]ý—¥TE÷µìd\e‡u¼–"
  b"¾XïÕT~Gù–ßÅ\vãn-…"
  b"ˆëV(ÚòNÌžWèÚ1\x06¿\x04"
  b"¯2ÀÉFvHÁ½wLÖ;1ü\x06"
  b"®›·žÄ*K¤€ü»-ÐTJz"
  b"\x0Ff╦┤ضF\x7FÑ(iÞJîðá"
  b"·ÈBßö\x7FKÅî│y.KÏôJ"
  b"t\x03ý\x129AI©©¦ZQ\x0FÉQé"
  b"Ém¯­á½AÐè\x0F\x06«y\x15‗a"
  b"""
    ‰H\ˆ*ŽHÈŽxë:\x12<\n
    \x1D
    """
  b"`╦®ü╬íD┬¥▀│\x04\f\x1A└â"
  b"Bõ+\x1A_'InÉ╠ÿI*K╩┌"
  b"©Œf9,nL‘‡ñ\x18¸\x02g‰M"
]
83 32.78 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"y┴┤B7¦JÚº╔¯\x13ÉüR╚"
  b"ÁEþÖE\LLüÝ=ý¡³-¬"
  b"á\x1A);2\x00NI©QÄQÁ¦\x05\x12"
  b";\x1EPÍð╗L×òpEöM█ÜÅ"
  b"\x17Úëó\x0F§BÌä÷èþâÏì¡"
  b"\x13àÒì\r M4¬\r│WÏ¡´ö"
  b"eÊ›Äì…A·¼(ýUš|È´"
  b"-\x19ŽxÑSB\x08ŽCÓ¹ÅK\r¨"
  b"\x1AÅ\x03e╚±J││%DB]¢X║"
  b"Ó˜ÂÝëÄDö§MÃ\x131%˜\x7F"
  b"ü®!I›õOd˜ -o\x07ŽÄü"
  b"êr¡iª]H\x06 T*œ\x12a\x1C\x18"
  b">ä~H\x12—H{º\x0EH x³\x16'"
  b"\x05üeät|Boôqç§+\x00\x1D"
  b".{a3\x04¦LûéM\eµ Ï1É"
  b"2˜Ia\föC¨—>Â{\x03Þkê"
  b"""
    N\n
    \x13pJó§æ«\x01«\tå)
    """
  b"(‘j߈PL …@Ø\x11¸r4Ë"
  b"•Þ…¬­/H饧§\x00xåÙ\x06"
  b"« XcØ*Iû¥cÌc│C¥5"
  b"*ôT\t!éCQ«šÇK÷äîÇ"
  b"þ═¡8ÇÿJÓ╗ƒ\vñÅ\r7═"
  b"\x16\x08¼\x00õ•Cs£§S­÷¯aT"
  b"Àk^W\JE\x7F½7\x02Q;"
  b"Q:¹y=ÕAæ¦ßù\x03?™uo"
  b"a4Þ?@ FÊ·œ#mm†\x1Dä"
  b"\x08\x17\x06\x05H–›ôå\x02yŒx\x04"
  b"Þ§» ûÂF±É ■ß(X"ï"
  b"D{­H/ŽO\x11›÷\x133\x1Da¥O"
  b"¿r\x05É\fÝCõÜå\\x1AS×┬ç"
  b"øx\x07Û\x02õLÃúaÈÉKÒ4å"
  b"""
    Ÿ\n
    óÉ\x14\x18BûŽœ[íÅ¥\r\n
    """
  b"ïÁTèsºBìÿ\vóVËõ\x1Eo"
  b"°*ÅJ_j@\x08Üæ?\x1F\x16┌ƒ═"
  b"]w!ØÓ\x15L\v¼*ê7╚A°A"
  b"XáV€¡pGlºd\x1C„Hƒï\v"
  b"+\x02vS‚¢@!‹f|`\x10—®Z"
  b"û½TyG°G¸░Ø©æ21¶î"
  b"ÊNÅy®:J¸┤øpÜ<H└O"
  b"[y\x1DÊ$pH-šžV­¥µ¢e"
  b"\x15ˆ»\x03\x04#Ni¹pÆ3r~iº"
  b""mÎd░oFâ£ìD\x1AD3vf"
  b"в,ŽÚ;H^“ï߆\x15£‚¦"
  b"\x00 ãÉ-#LdªDîo1Ö5·"
  b"\x1Dªc\x06M!«ÇãUM:–@"
  b"yÉÓ¦1ÞN\x08›%Áó±û\x7Fd"
  b"½›'?E¬@GŠ1eÙøX\x02#"
  b"|å┼ÏG¶@üóð╗^¡"╝"
  b"bý$÷ÙÞN?ŠÀ\x16*öÇuG"
  b"âZ:L\x0FwH.’l"ˆ”¢ñÓ"
  b"É›\x06´‚fN¥°©¡è\qæx"
  b"U\x1F7¶ªJEu€î9ænoÝ\x02"
  b"üÌ4/Q╠B╩░ÓÚ\x01ð»¯L"
  b"W5Y©ø•@…‰w…€ì%1S"
  b"┴gÕ>ÈüFøÂ·d-ðQ\x1DÈ"
  b"0«Ý Õ÷C­┐ö¼▄?ì³é"
  b"èE.&\x19¨B|öÅÜ\x13­YKJ"
  b"­òŒ\e†fAÊ€€^Ú\x0Fe~G"
  b"þY·½ÚmL̦‹D&\x19¼â:"
  b"""
    jÉ›j\x18zIЖ.@‰\n
    É\x16÷
    """
  b"º¯\x05\x01D&I§€åH\e-\f¤m"
  b"à\x1Ep×└IN5¬=süB├~×"
  b"ÖÙ0\x03\x1D├F\ÅÞè£ëGnW"
  b"""
    •™ðP¤íLrŒ\x1F\n
    –1Ú®†
    """
  b"c\x05ž˜NaKâ¿9ÿœEú$\x1C"
  b"╩±\x10B╬\x17OºïéÝg─üÿÃ"
  b"ܼâW\vÍB~›\x15Ö\vëpÂ\x06"
  b"ÖØ9j\x17ëEå▓Ó©%·4\x7F"
  b"/\fù\x03[=MÔ”Û\x11øgÆW "
  b"\vB@Þh¥F\x1F¬™\x07‰¿7ù\x06"
  b"7\x0Fþ;¥ýN¤’ÑŸ‹´‚ö¼"
  b"ÿ‡3§¼9Jç˜!C6\x08<`Z"
  b"\x1C}╦}þãA¥àÅ×\v\¦Ðd"
  b"\x10CìwO¸ù▀╠sÛ=\x18Í"
  b"®L²│j4A?ïwNpÏ\x17"
  b"\vg9óY-M1‰~søÊ‘‹"
  b"""
    ¾¡\n
    «m”DË¡÷à´À&Q\t
    """
  b"~P╣\x1AîÊC&╗fB\x01üÎ^\x08"
  b"""
    Ì\n
    w┬p\x19F\x08Å÷}┐╬\x18
    """
  b"sÌ)7\x1A¨N‹™šiš|\t\x1D"
  b"\x16€òóÀìOøª¼½ˆŸ\x19\x02n"
  b"“B¸±SöCj§\x1F¬±Õ°:*"
  b"ds“\v\x12J“š\x07&I\x0Fä/d"
  b"»¼f9ØFMèº!¦LGWX^"
  b"╗Åù¶±\x0EB·ë!X$&Ê"à"
  b"iÀ5™íEJÿ¥½mÞk-4Å"
  b"[Ð<^xxJ$¼7Q'3³\ei"
  b"—†HÂ8¯HÓ¶UY_\x08ƒ†Z"
  b"Ñ:UMR%BLšÜ…^9¡\x07\f"
  b"8@»Ø\x07#OÑ┤7ánÀ¸Ðc"
  b"\x04\x1F\x1DðŠ}BŒ’›3X\x196E\x14"
  b"¤¶=ZUÛBéøBØ\x02ly\x07þ"
  b"\x03S¨Zg­N±²0ªß‘\x1C³þ"
  b"×zu¡±yF\x17¬Õ\x17_nk‡F"
  b"\J¼ÑV4Jq┐▓ܨ²ü§K"
  b"Õ6m§ô\x11Mš›w•ÏBR¾3"
  b"‰uY6^èCa¼\tq‡a\eíï"
  b"×D¿x’®M¤ŠºbÈ»òÓ†"
  b"«UK|·FBr€ç\x0Eô?^:K"
  b"aìg\x14?äCx£GIg\x08¬äõ"
  b"ýœ\x07“ÑVMû‰Wè\x19H\x11¨\x12"
  b"¬ä╔áɦDÌû├ý¥┌§\x06Ù"
  b""FFqœ¨DV„à.Ç…ÿ\x05\x1A"
  b"5ê7M┌¿B|üËY╔┬ı╬ø"
  b"ü\x15,7çíHÈ▒a\x00ôkûE="
  b"ü\x0E╝═æ\M{òcW-©\x12"
  b"ì\x158dY\x02Jã•“Y\x03\x0FÑãP"
  b"óâõÖɸN ¢@└)═Wþ┌"
  b"×E┘&┌▄@³┐úÏ\x06ì´Ö¥"
  b"""
    Xj›Ï¬MGà€ù~\n
    C\x034'
    """
  b"Êš‡b]“G\v†½¯•ÖUiž"
  b"\x11Ú=¿\x01ðJû¾$ãýY/„ä"
  b"\t¼\x02·šÂH}‰Ÿâb\x0F\x19í$"
  b"ÄÛ¢Ä\rßEÆÉo˯>Úðö"
  b"\x1FË‘ŠƒHª†h§Xä¡o\x10"
  b"à\x1Fç-\x00³B\x00°äW:yn\x18/"
  b"QClÝlëIÔ¡ì*║\x1E├9ô"
  b"Sõá0┴HJ·¬:┘ª>|ì\f"
  b"úÝdoVµJAŸ\x12P@Ÿû¼‘"
  b"\x06¡üsI(¦å‚jëëóu"
  b"`åãûÝ,J░▓c\x1C÷êÉH¢"
  b"SXXî82OÀ®fJ\x10€¦?ª"
  b"–ÕŸ\rnIB\x07ªRyPqµˆÑ"
  b"8†\fZ*3F³¨[ýÑϸ²Á"
  b"¸›ô°)”I\x13­D|o(\x16r\x08"
  b"\x053Ü,KóBݼó\x03fïÈÍ;"
  b"""
    C\x01òpvÐ@"†`\n
    Óó\P\x01
    """
  b"5g,*\eZFœ…\x03Ç}1\t‰¾"
  b"Åü7>AÅO'—g„Ês 8‘"
  b"xV@\x17ï#Kù§‰2b™HrN"
  b"\x01uu\x0E@¶ØÜ┐Ó\ve╠b"
  b"\x17jþèC™”Ó;ú\x08ž°6"
  b"2xœ\x05¯KHi‹I§­Ke4m"
  b"ìÞgcE‚IH¦ìÕçßÀžg"
  b"¬\x1F…E¬¤OE³\rÈ\x1FƒÍ§‹"
  b"ÓèHNà(Nб\vÜ\x16ŠSÉl"
  b"ØÏ„\x06ÙðGå”Ò<L]¡íá"
  b"â\x17ˆ»ª›C‹„‡r\x05ìÅ\x1E\x0E"
  b"×]@š\rVC-·Âñë~\x08\ré"
  b"\x19ıòÒß3DVÅ╠\x059H0╦d"
  b"ñ#í\x13§§Gß¾\x13/d6±üø"
  b"Ê`…m@øAO¬#¾“\eŸiä"
  b"?sÞÂÔ║A┘║\x14Ô\x1AÙ\eÅ■"
  b"\x0E®}ï:tLN½Š‰c\t·|'"
  b"ÿ_~[®ºOÚ˜¤Á«Ù\x17\eÎ"
  b"¤tC¤ÛìI‹§\x0E5ÔÑÎQù"
  b"Ò<\x017É┬Inélm╝s°î¡"
  b"Q\x07\x05\x03•?F3ŠåSªØ6›\x0F"
  b"ê^Ð …CFW¸FFâ]\x0E¤G"
  b"Bߢ$¹»F² Ò¥´Š2a"
  b"Ðé\x07i\f¤N.▒ÛV╗ÎØD\x16"
  b"\eÀ\x1645{G\x10¼é\x17ÿý:ËÌ"
  b"\fôƒ\x01ØODW│I┤ð±2W║"
  b"Dä6\t>~Ns”óÀt—*Zz"
  b"ÞP\x10█±ÞH.ó4¦╗ÙÉ@¤"
  b"|cS!júI3¢@÷Ø"ï╔╗"
  b"a~18AÊN4ØNƒ\x15MzÜH"
  b"g,ïV┴&BbºêÎOÍ\x19Ø\x15"
  b"MÊ™æ¹Gá½üŒjÿ\x1Föà"
  b"M¼G™Þ\x1AH\x1C\x12\x15)\x14ú0 "
  b"åšc‹Ÿ!C2«!å;‡Çmª"
  b"\x12oÌvýêNÞ¢8MØÏE\x00"
  b"q\x07"¦º]C\x10¿Ìä¼€Ð]º"
  b"NÖõ·%w@x·ûƶwO¯ç"
  b"┌fîÔ╩JEɃ(%Ò┐é1Ö"
  b"¬\x11bµ(ê@gƒ—\x15\x11\x08nÿ/"
  b"Á“ÅÃgr@º„˜Ë(&”§Z"
  b"_\x15§║ÿJA╣ü8O╦║#®â"
  b":`o\x00@­OÞÅ█\x1D¶ÎtýA"
  b"v)c\r\x0FFà¢Î\rù)JUê"
  b"À+x"–õMG‚\x18€ÞJˆ/°"
  b"\x1F■Ø:╗áFP▓ÅA"dØOv"
  b"ç”ü§©õEš•\x03ÞZOÓ®\x10"
  b"\x7FO/"\x03TO†ºç‹Câ¯g\e"
  b"õÊ\x12ôviMî¦ó‰g\x00\n\x10"
  b"}ò.B4êAé‚\x1EÏ\x11ó-¢o"
  b"1–B\x04¬¸BG™vtT\x7FÃrÎ"
  b"H\x10x¿í\x15KâéüÐ)‗└ä╦"
  b"ü¾¾\x18╠ƒN║¢¿\6P \x1FV"
  b"Ô\x1E°Â"\x14E9´ÌkéK\x1D‰%"
  b"Í<Í$DDD=¾]$Ò])áÖ"
  b"HøÈ¯<\x1AK¥‘ÿãÖ³Ïݨ"
  b"7C;æÂ:I‡¦¡‹Få¢X#"
  b"\x1AZ\x03̸!D–¿~\r¢g\x152A"
  b"Kfô¸Ã^E\x11¬YÿG¼yr\x07"
  b"¯ÔC\x02ü┌Bp¼å©\x1Eu8xé"
  b"B„<9ò\x0EO#¥™WWv°`Â"
  b"ö¶®p‚~Db«\fÌÚ"\x05ÐÎ"
  b"±º…¾QÑ@ùXiü/é\x19]"
  b"(Þ*BLBN0 ‡S‘óCÚW"
  b"@L<fªWK\x1F½£Ý\x07\x08"
  b"¥#e±D\x06D\x04…Òœ¬\×\x0F\v"
  b"SCoB"\x06K¸ snSIŸmÚ"
  b"""
    Øû2i;˜EÖ¨–\n
    ¡É¿\t×
    """
  b"""
    4½Ÿc£ìIu©µ$\x04ë\x05\n
    \x03
    """
  b"\x01—}¼ÏÏ~ «\eQñp•¸ê"
  b"…‡à€aA@g˜‰t›sI\x15ì"
  b"z1\x18ð\x03\vGúû─Å░╠ÕÅô"
  b"áåÜnÉê@hŒ.Â\x08ÑÃÉ­"
  b"ê┘\rôB■J§ì¤^?Tå`¾"
  b"Q'\\x03¯‘G¦¨V\t`zt¡\t"
  b"¶—ùq\x01ë@B›óDY\x15_õ¹"
  b"└Ëö)áØ@5æ┬ÊàÅ9▀#"
  b"╬+\x0F×bsMÖ½SÉms Ï~"
  b"▄tçrÉDDAÿÛ¡qÜ\¼º"
  b"ØOÖ3ÍúOã‹ñ»Œ\x02\x0F"
  b"«¸.pñeG$ 1`~”…•ƒ"
  b"—Ù\fUáôB\x1Fµ6!\x0F\x0F6Ó$"
  b"\nŽL\x05MtªÏ¼\x145\x00pp"
  b""¬=2ûÿ@j“\x07TÅ=\x12-m"
  b"ÊûË\x05§ÅL*üã¡Íý\x0FÑ¢"
  b"\v\x18\x19Úr@ú”Rn‰\v拸"
  b"\x1Fš\x13«Ë•O³ˆì\x07¨4Gä2"
  b"³üÎw³ÚAS¸§ÂQ'3[\x04"
  b"gyp—á?Bí¨bWÇ\x1CBz("
  b"C]|K\x13¯BÈ™™X•\x18VÀL"
  b"®ûô¿\x19UIfªü9IpôÛ'"
  b"\t\x1F¡ºó2H¯‹5pôâän/"
  b"¶V¡ñ\x05ñAI›\x02¦â…X3/"
  b"ÑŸ¨/I)I\x1Aµ\x02\x7FGÅÄlÛ"
  b"6!2Çc\vE(ÿæ=öËßÅ\x07"
  b"5îèSHuEa’²p×ÌDÿš"
  b"ª\x03òå¼ÏGOˆHö²Õu‰Û"
  b"8C/ì)¼B░¬Ç.╚=õ¨à"
  b"—Î<k?êG·«ß\x18Õ\x08éÍ6"
  b"$K`0ÿýE)¤Ð\x15¾Pº"%"
  b"S├°ÅM=D\x19Öÿ%▄Jsd~"
  b"ä'\t¢aMJù›v¸[¦ðs,"
  b"·\rSzs€C\x1E¼ÝV\x13x\f¾µ"
  b"Ø9\x174ªÛJÂí`ÖE\x02÷ð\x1D"
  b"ñÀ\x14xÄöCü‚”½\vT&â "
  b"‚ØÈ§B”Dç‡òÇÀù@¯æ"
  b"Ð\x15\x7F˜E+´htc O@Œ"
  b"EÔÅÕé§A}¦qf\x07Sý'o"
  b"®6=\x1A\x1E>FðŽ‘\x07¨’!ÄŒ"
  b"""
    \n
    ?\n
    \x1F:¸K\x15‡ýâë~-Ûf
    """
  b"\t¡ÉÙF\x03\x08ý¼i2¥\x00"
  b"Jp6n=ôO[¯\x05ö£\x0E\x10àé"
  b"\x06Ì<!¾\x7FOx¤†÷0Tu\x13"
  b"3d,cwàC¿éPseóìNN"
  b"K±¡wÃôAß‘þM¹£“8¢"
  b"Y¸Î%Ã\fO#‰våÛ\x00àò÷"
  b"ê*\rÉä\F╔╗\x01ûYª\x15‗5"
  b"\föeu{\x11Dˆµ\x00†¶.K©ò"
  b"8u\x11\x0Eœ¢AE§5{Ø7z­·"
  b"fSsvo+F\x18¡"‡à£×\x0E&"
  b"(þAÿ¬>LÑûÞ-Tü\x06ë\x04"
  b"aÐÄ­\x19ÊAø¾Å›È\x11Ï\x07u"
  b"±aü\iåB\x0EÅ\x1D\vÒê\rÛû"
  b"""
    Å▀q¥®åBYê┘_─ö\n
    À┘
    """
  b"-°7 \f¶@ı┤Ø\x1Dt8L\rð"
  b"úJ o┬O@~ܨ\x1Eƒ!░\x02ì"
  b"\x00·I*ä\x17Iª“N;]áï#©"
  b"Ýõc(\x1CÇJ³ƒ*\x04Nï¬\x18"
  b"`T,ºç–FŒ§ùHß\x15†›€"
  b"\x03\t×ÀlyK­• \x19j\x12\x00´5"
  b"…wK†½#Mž \x14²“>Q>\x1D"
  b"Ǿ͘ÿMï¿õÖRZ™\x10˜"
  b"Ù\x0E”ÃØ3M}¯E‰àÇ™«#"
  b"\x00)│íE{ñþ\x1Fb '\x1A"
  b"Oûh}\x03þBX‰#ÌHƒõ­«"
  b"=b\e\x056\x10M»░F²\x07ãì┬╗"
  b"\x162\x15ÿµtN« ‰EŒ\x02IäÓ"
  b"åí¯¡╝yB═ü]É}&}d3"
  b"»íQƒÒ:D\x1A­0·ï°»­Ù"
  b"Îzê¾kåEdŠÊ\x17#Ð[£\x06"
  b"RÃwGh\x08K“³¹Î;\x15¼ž\t"
  b"\x02FW\x11¿\x08L”·é¬Ž!Á/t"
  b"""
    Ê\x1E„"ù~@\n
    ¿>,˜gÚÍ\x12
    """
  b"Ý,\x02eÜ*B˜‚éÊŠj¶s¶"
  b"""
    \x1Dd¿‡¼bJF”_?Cù²\n
    u
    """
  b"\x10▓!ç}ôKÛòj(═Ëc║ü"
  b"ÿ\r…ŃñLè„Y Éó霷"
  b"é¿\x00ãù¼BÖÀí3\x10Y8Ø╠"
  b"÷Yt3â\x1EAu•$\x0E=ãè†Á"
  b",V½\x03\x17IY›û!²^g×p"
  b"\x17H•ù·\x07B6®e=ñ+b\x10T"
  b"x„,\x1FUøB£°ü¢)ɼš±"
  b"ns\e\x16+=E^‘T\x05J™ÕrÑ"
  b"\x7FÙi0SÎND¥!ýÙ^dVÞ"
  b"\x05Ø\x05©CnLM©©▒@ÐëÐÌ"
  b",€Lûý\x1EB«’lnrUß\x048"
  b"ÖM³ÿ\ve@†•\x01u°!ŸÇš"
  b"\x07d±╗Û\x1AAÑØè¦\x01nª"C"
  b"ªÌ>\váøK#—as_WPX&"
  b"e\x7FÕ}\x00=Hµ•›ØÅi½¼g"
  b"Ôä·\x049\x1CHP¾åî¾'\x05IO"
  b"M£gö\x07­M7ž\x07t†\x1AïÅÌ"
  b"=ƒI\x12±\x0F@¹¨ò³ï\x14ðÚ "
  b"ƒ¤\x15RA2Gk…ÁŒì1A|N"
  b"ïg‡#S¿O\x12²nI3{ÄSh"
  b"\x188\x19« C}دz‗I\x00½Õ"
  b"Ã>²ÙË\x03L’º\iŠíº^5"
  b".1Ôý³uNü×b¶`╗╣}3"
  b"""
    QÕï\x16EÀŠÿ\t\n
    âò¶<
    """
  b"""
    ~ ╬\x14ÿÎOIüU«l\n
    .¤6
    """
  b"\x03ƒ°-CŠ@\x19°ôjÄØÑU_"
  b"‹ÁùæVÂGm·<eµµ>\x1C6"
  b"""
    l}•2ɨB™°Ó[\n
    6…Ú¸
    """
  b"¸Óì═┼\x1EA┤¡ü\x10;╬\x00Qq"
  b"Ð.cÀŸ¯M—±\x1D\x1E¬'öȃ"
  b"\x00Ó¼á!\x03H7•Ë×åK¦[\n"
  b"S{†X9ÔG\x15œ\f‘OuæGq"
  b"\x0E\x04)@ÚbAõ´¯è›>9Ù„"
  b"\x1DÀï’Iô½òtp\x08\vÓç"
  b"(­@2[\x01Iöµ-óVªV3Ä"
  b"Zü¢6c¡Kºíú\x06ø½S<a"
  b"\x02\x04³gxÓF6¸#Çþ,Ó€”"
  b"s\x1A±“=çA'·/WkîÐ\x17\x1F"
  b"\x12Q‡(u\x03BþŸŸÆGê˜:Ž"
  b"°gËU™\x1AE\x18–÷׈jà\t\x15"
  b">Î&èØ]I§„Ü¿\x1Eï†ý"
  b"Ù”A7N\x18LP©Ì±Þ´ £\x0E"
  b"\x7FHó72HU¾*B'ÔïR•"
  b"y×)\x16ƒÒN\r¿═Øv▀Üce"
  b"ÝÝÅ█¢HCMøÏ×╝\x04\x03Ör"
  b"\rŸÀr\x01ëBT•-\x13ÓˆÉ>\x00"
  b"„'DÃû\x1AMê™*6™—Ë`#"
  b"ý|\x15\x00I˜™k\x1Eí=`:Ä"
  b"wöÄï4UD─£(jµLìNÓ"
  b"µtäÓ͘Lq¤Ä´HG2…\x06"
  b" ºH\fetF/´\x1Dçnìå£\x13"
  b"ôuW\\x0F~HE£1+XZù—œ"
  b"""
    Ô莰úÜM̺\n
    ™îÂ\x1Ecb
    """
  b">¾sG;ýKr´,<ôtãwø"
  b"ž¬\x1EÜ'TE¼¨îcÐ\rbd³"
  b"È\x7F±™7ÎNЙÔþ5­½‚"
  b"a&=\x05\x18ŒO\x14™ZLh¨ëÒ\x7F"
  b"""
    ˜\x03ï\n
    [ÖM÷’]H·à„™4
    """
  b"¾\x18╩ì\e8LÙ©Ic~¦Õµ▄"
  b"u╔─ÅÈ\x18@³áº\x0F╔.¹!Ë"
  b"""
    ð\n
    ×ÚoƒGž’e\x7F¯H‚\eî
    """
  b"ìÜÍ└À░Le╝o÷º³Ec┌"
  b"\x13Kr\x07O^¯\x04½RˆðEý"
  b"´‹tžkíMw“¾\x1F4\x16Yhç"
  b"ª\x0F¹\x18ÂÀH©ª¸›w ä:\x12"
  b"éŸ<K FF\x13ƒ©¼g=\v‡¯"
  b"/ŠÂ°/íKx´µnYìMÅ_"
  b"×:qÞ¥\rN¹Še^k\tz\rÁ"
  b"Œ4²n¦ãJº™\x1C&\x0EâgDì"
  b"1u2«ÐïJTÜ╝°¢╦ü╩1"
  b"\x1F║└É\x03\fGDúO┌çC╝└¿"
  b"B?7µciJ¡ŽŽ</Akæf"
  b"§ØŒùP\x01Dѧ\¤bûÏäy"
  b"hT0~Y·M‡§s¯$«§\x13\x1E"
  b"°Ì6®ßÖH-›CÇ\rã\x19A)"
  b"ÞóãÉŠ\x1FG>†èÜJñØ>\"
  b"ž\x14§\x1D\x148D>†0co”\fÀÂ"
  b"gzA^:\x02GÀˆêÕ'C7²\x01"
  b"}Ûf8\x02\x02DÚ£ç\x06l┤\x1CÉú"
  b"c{Ÿý“@Lù¬Úqêpždu"
  b"±s…UÄ\x05E\x10¬¯3VÛ\x1Df!"
  b"^ŒÏªYý@Ѓ‚,\x17Ê\x0FTT"
  b"ìî}K\x02/JpÅÃyÒ§‗3┬"
  b"Ÿ˜Pñ'\x1AGN­Dp¯^MZš"
  b"\x11X\x03\x02DÍØ¥àa\f¸+@"
  b""þGxò@©üN?ÐÕ\x08┤┌"
  b"\eúï\x06Å\x0EF*░┬ðØÄ÷8ì"
  b"M?gü\x18[IÀ»n┐?ýÃre"
  b"-2\x1A·HtKÛ•ãq\x11H\x08€)"
  b"ª{«‰\x16åDª‘@÷k-\x16³ç"
  b"Éovl┤SMƒÂò^gÖçoÊ"
  b"ÚÓöØ£áHÀ­~\tgîf|A"
  b"ÿèÒòú³C,░ó­\vþÅZ\x1E"
  b"£\rä\x7Fy0OnûoXòÈØê8"
  b"BÔœUv\x07GŲãó\‚»¦û"
  b"½\x17˜È\x19àJߘGA\x03¡ \x02\x05"
  b"HÌ€^:\fJpŠ~6\x1EÁ\x17ºª"
  b"""
    ¿ûsÈ&±C©ƒ™«ç\n
    Êè2
    """
  b"ÇSÌeÚ\x06Cëò1ÈEø Ø<"
  b"Å|┼®Ú\x1EAqìÑ‗ưBã."
  b"þ─\x13└jl@Ã┐ö\x14!‗Ø▓ñ"
  b"r\x14×βÌJ÷·\x13E{£ øÇ"
  b"\x18v'¤ü’LU¬©ˆþ{1\rY"
  b"Ï׎èî{F\v“ƒ 2Qº€C"
  b"©»Š\x13§%AÓŒÚG\x10ºÉó\e"
  b"ÑìvÚôðE'šÚ©,³Æ¤Ð"
  b"ƒ\x14û†ÍyK…ª+‚âe:¤x"
  b"╝TÈò°!Aiü\x03CkCë`B"
  b"\x12®O”\x05-HÒ±XŒÈ\x143Ýø"
  b"\x16[åšZ˜L\x08œ¡~6Œ¥-Ö"
  b"u┤ı'a8MÞ┐▄¡£\x02©ì\x16"
  b" '\x7F\x020DLB¾\e¥Å¾\x16\e"
  b"•Ø\x05.[¸B—­=9?éœwí"
  b">{¨Þç,Mf ³Æ\x08×Iùx"
  b"\x12\tÜì╩HÜ▒Ñäð\x1F<1Ç"
  b"\x0E\x12Œü>ÊDú°‰Ï'Pxyþ"
  b"""
    U\x1C8\x03ÌÂ@*Øú\n
    )Ù$╦\x1C
    """
  b"Ï¢\=¹÷Gb²q¬\x03ŸNÑ;"
  b"å´Þ|~ïB\x02”W\x18\e#^Œ“"
  b"¥w´´\f║B├íŸ{Åì\x07¤"
  b"ÓvaN¾ÐA4¥þ\x1FÉâ\x7F\x14x"
  b"šÇ1šþÌBɨrDìfµ»Ù"
  b"õ®p}4\x07M©„òâpùû¨õ"
  b"""
    3Pû{\x10ôH÷Ém\x15\n
    é×|µ
    """
  b"5³ÇhׯI§ì±\x19aç»$p"
  b"¹¿0╗Þ┼Fɼ\e╬╔Á\x7F¡]"
  b"‘蔕lÜOg£\x7FÚzÍ\x04¶3"
  b"~K8ô\x1FßEq╝É\x19n\x03ı¸|"
  b"ù,ýê\x11ÉDþ║Úh®²c·;"
  b"%ë™7J„Cª¶†%U\x10Þ”_"
  b"┐ƒf\x0Fm:I¶ü¾OüÈÙñÉ"
  b"o×dÝHLÙ¬7oa\x03¸\x162"
  b"¼Ž3\x03<ÙBޘъŒ=—¦X"
  b"ïæh\x05i÷O¯€Náï¯\x19¾š"
  b"i™Ü§æ)B÷©\x12W\x14;Jåù"
  b"!4 L!±A¿‰\x14÷®8\x13n\x12"
  b"Y>‚\x0F\x1C¬EY©£á\x05\x0EŽýM"
  b"┐¼s╣¶ãM8ìö4÷ÎHï═"
  b"]Ý0F\x10\tDúì³¶HIÚ¤á"
  b"8ÈþáÛhBž„¿-\x0F÷Ï(Ñ"
  b"\r\v"\x14Fx˜á\x10\x7FÙ¯"
  b"†˜¯\r? OȲÝU\x17‰ÆSÏ"
  b"!l■\x05"╝GƒØ\x005DG'╔¢"
  b"\réPN+@g»‰èÞ&‡\x04O"
  b"\x0FÜè×GùÖÉ\x0Eéë[ıM"
  b"ÂiØ│DEO\x12Á¦\x1FQLú╔╬"
  b"g÷M—\f4K­©´4Û‰áȨ"
  b"\x10SµÁTŽJ–µ7VP{jé "
  b"\x0FÁ¾ª\x06\x14Lc¸¼6*ƒ"‹\x02"
  b"È\x05/äwaO\x18¹?Ÿ\x07—ÊsÐ"
  b"Cf\x13\x03>ßB-Ÿžx‹¿ú±‘"
  b"\x08\x11¼Z▄åG│ên|└É\x0F┼Ô"
  b"+ÉþÊò\x12HqûÜÝü¢À█§"
  b"Cy!«íØNŒ¤\x11"‰À\x15±˜"
  b"2z©\x19═êBY┤\x0Fü0Æ'í\x0E"
  b"¤¨Èaw•A!¥ÁÒ\x17V´z+"
  b"\x07ÿ'É\x01ÕG¡║Éx╬³I#N"
  b"""
    bÓ&×9!B\x7Fì\n
    T{─xyç
    """
  b"âÞı,;3E\x08ö ~WÞ3Ø\x15"
  b"\x15╬-ÉÖáD\x03»\x01%r¨╚º9"
  b"ï¡@ŒÊêM­¦¶f\t\x12>\x04\x11"
  b"7\x12þ÷òÏ@0À²═åŲ░)"
  b"!—\x14Ú¹ÝB‚§Ýùk¾B—\x0E"
  b"Ø\e¦»þÀC\x1D\x06\x07^5š§Ü"
  b"Ãç»L\x0E\fK\x10¯p@’Åå­H"
  b"│■è\tºlN°¢\x13üèõV}`"
  b"\r\x04Î"=\x13EFµ\x18°\x13Cm\x17o"
  b"d /Ýu\x0EJ¨‚œ ¹Q:Ãb"
  b"Ö‚Ÿ=k\x10@\x10¼ÒKPG·Tz"
  b"óv‗Û▄CJ░ü\x12<▒\x03eý´"
  b"‡K‘ÒÿÝ@ô¼­zEvܲÖ"
  b"(ž“8&zOŸœŠÎ»\x1C8”˜"
  b"XZÜ¿YŠOX€À\x14+¿™Wù"
  b"""
    çT¨└ê\n
    Iq¡ÃÅXú\x05á×
    """
  b"Êz~£0{Kh•åC&ŒùÛð"
  b"Uõ=0\x1CÐK(°O׃\x07\x05"
  b"W€_þ¦ÍF—šW’‹}\x05"
  b"╗¯ìP'IF├▒┐Ü─ß╣Íá"
  b"¡Olªm(Kl½¤½A`âµÀ"
  b"­0\x08H\x16_Io¯ð‚\x125‚\x05\f"
  b"\x1E’a\x1FGìOç‚ÃÄ¿KÍê/"
  b"yK;J°˜Å—*ëz×u"
  b"®óO¨t³D¤ÂY\tÛ\x11É┴4"
  b"¢¾\x0F\x12Ý´CJ§\x14Ý£ÒnOÜ"
  b"K\x03k˜h•Cd²0uý¿\x19Î\x18"
  b"""
    \x14\t\x01\rM²¡áα\n
    iqG
    """
  b"¥©Ê\x17T1Jð°±\x183\x10ŠZ+"
  b"QËw‗P}N)Øß~%ÉO[Î"
  b"u\vl‡ÐÚIä£(¦wâ/i "
  b"H╣4iü\I«û\x00À[ê+\x1F¡"
  b"1!1/ÊùE\x1Dª9\x10e\x1F¯UÉ"
  b"h]UË{yOÖÉ4┬§}┐N├"
  b"߬ü\x1A╗9J°ª0\x04\x05ó¡àd"
  b"1\x12)üô{F¯ÆajQwlØn"
  b"È\x11NDô—C]—Ô\x7Fû= 5\r"
  b"\x1F\x7F1\x06N{óH5D\x06Å\ea"
  b"ä:ÍíÇÁN\x16³f^8# ›Ú"
  b"üü.\vóMB=¼\x088x\x1AS«p"
  b"ASèƒBìO³Œ9ÿ\x19°ÇUF"
  b"?]ý—¥TE÷µìd\e‡u¼–"
  b"¾XïÕT~Gù–ßÅ\vãn-…"
  b"ˆëV(ÚòNÌžWèÚ1\x06¿\x04"
  b"¯2ÀÉFvHÁ½wLÖ;1ü\x06"
  b"®›·žÄ*K¤€ü»-ÐTJz"
  b"\x0Ff╦┤ضF\x7FÑ(iÞJîðá"
  b"·ÈBßö\x7FKÅî│y.KÏôJ"
  b"t\x03ý\x129AI©©¦ZQ\x0FÉQé"
  b"Ém¯­á½AÐè\x0F\x06«y\x15‗a"
  b"""
    ‰H\ˆ*ŽHÈŽxë:\x12<\n
    \x1D
    """
  b"`╦®ü╬íD┬¥▀│\x04\f\x1A└â"
  b"Bõ+\x1A_'InÉ╠ÿI*K╩┌"
  b"©Œf9,nL‘‡ñ\x18¸\x02g‰M"
]
84 1.91 ms
SELECT `product_price`.`id` as `product_price.id`, `product_price`.`version_id` as `product_price.versionId`, `product_price`.`product_id` as `product_price.productId`, `product_price`.`product_version_id` as `product_price.productVersionId`, `product_price`.`rule_id` as `product_price.ruleId`, `product_price`.`price` as `product_price.price`, `product_price`.`quantity_start` as `product_price.quantityStart`, `product_price`.`quantity_end` as `product_price.quantityEnd`, `product_price`.`custom_fields` as `product_price.customFields`, `product_price`.`created_at` as `product_price.createdAt`, `product_price`.`updated_at` as `product_price.updatedAt` FROM `product_price` WHERE (`product_price`.`version_id` = ?) AND ((`product_price`.`product_id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)))
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x00 ãÉ-#LdªDîo1Ö5·"
  b"\x00·I*ä\x17Iª“N;]áï#©"
  b"\x00Ó¼á!\x03H7•Ë×åK¦[\n"
  b"\x01—}¼ÏÏ~ «\eQñp•¸ê"
  b"\x02\x04³gxÓF6¸#Çþ,Ó€”"
  b"\x02FW\x11¿\x08L”·é¬Ž!Á/t"
  b"\x03\t×ÀlyK­• \x19j\x12\x00´5"
  b"\x03S¨Zg­N±²0ªß‘\x1C³þ"
  b"\x03ƒ°-CŠ@\x19°ôjÄØÑU_"
  b"\x04\x1F\x1DðŠ}BŒ’›3X\x196E\x14"
  b"\x053Ü,KóBݼó\x03fïÈÍ;"
  b"\x05üeät|Boôqç§+\x00\x1D"
  b"\x05Ø\x05©CnLM©©▒@ÐëÐÌ"
  b"\x06Ì<!¾\x7FOx¤†÷0Tu\x13"
  b"\x07d±╗Û\x1AAÑØè¦\x01nª"C"
  b"\x07ÿ'É\x01ÕG¡║Éx╬³I#N"
  b"\x08\x11¼Z▄åG│ên|└É\x0F┼Ô"
  b"\x08\x17\x06\x05H–›ôå\x02yŒx\x04"
  b"\t\x1F¡ºó2H¯‹5pôâän/"
  b"\t¼\x02·šÂH}‰Ÿâb\x0F\x19í$"
  b"""
    \n
    ?\n
    \x1F:¸K\x15‡ýâë~-Ûf
    """
  b"\vB@Þh¥F\x1F¬™\x07‰¿7ù\x06"
  b"\vg9óY-M1‰~søÊ‘‹"
  b"\fôƒ\x01ØODW│I┤ð±2W║"
  b"\föeu{\x11Dˆµ\x00†¶.K©ò"
  b"\r\x04Î"=\x13EFµ\x18°\x13Cm\x17o"
  b"\rŸÀr\x01ëBT•-\x13ÓˆÉ>\x00"
  b"\x0E\x04)@ÚbAõ´¯è›>9Ù„"
  b"\x0E\x12Œü>ÊDú°‰Ï'Pxyþ"
  b"\x0E®}ï:tLN½Š‰c\t·|'"
  b"\x0Ff╦┤ضF\x7FÑ(iÞJîðá"
  b"\x0FÁ¾ª\x06\x14Lc¸¼6*ƒ"‹\x02"
  b"\x10SµÁTŽJ–µ7VP{jé "
  b"\x10▓!ç}ôKÛòj(═Ëc║ü"
  b"\x11Ú=¿\x01ðJû¾$ãýY/„ä"
  b"\x12Q‡(u\x03BþŸŸÆGê˜:Ž"
  b"\x12oÌvýêNÞ¢8MØÏE\x00"
  b"\x12®O”\x05-HÒ±XŒÈ\x143Ýø"
  b"\x12\tÜì╩HÜ▒Ñäð\x1F<1Ç"
  b"\x13àÒì\r M4¬\r│WÏ¡´ö"
  b"""
    \x14\t\x01\rM²¡áα\n
    iqG
    """
  b"\x15ˆ»\x03\x04#Ni¹pÆ3r~iº"
  b"\x15╬-ÉÖáD\x03»\x01%r¨╚º9"
  b"\x16\x08¼\x00õ•Cs£§S­÷¯aT"
  b"\x162\x15ÿµtN« ‰EŒ\x02IäÓ"
  b"\x16[åšZ˜L\x08œ¡~6Œ¥-Ö"
  b"\x16€òóÀìOøª¼½ˆŸ\x19\x02n"
  b"\x17H•ù·\x07B6®e=ñ+b\x10T"
  b"\x17Úëó\x0F§BÌä÷èþâÏì¡"
  b"\x18v'¤ü’LU¬©ˆþ{1\rY"
  b"\x19ıòÒß3DVÅ╠\x059H0╦d"
  b"\x1AZ\x03̸!D–¿~\r¢g\x152A"
  b"\x1AÅ\x03e╚±J││%DB]¢X║"
  b"\eúï\x06Å\x0EF*░┬ðØÄ÷8ì"
  b"\eÀ\x1645{G\x10¼é\x17ÿý:ËÌ"
  b"\x1C}╦}þãA¥àÅ×\v\¦Ðd"
  b"""
    \x1Dd¿‡¼bJF”_?Cù²\n
    u
    """
  b"\x1E’a\x1FGìOç‚ÃÄ¿KÍê/"
  b"\x1Fš\x13«Ë•O³ˆì\x07¨4Gä2"
  b"\x1F║└É\x03\fGDúO┌çC╝└¿"
  b"\x1F■Ø:╗áFP▓ÅA"dØOv"
  b"!4 L!±A¿‰\x14÷®8\x13n\x12"
  b"!l■\x05"╝GƒØ\x005DG'╔¢"
  b"!—\x14Ú¹ÝB‚§Ýùk¾B—\x0E"
  b""FFqœ¨DV„à.Ç…ÿ\x05\x1A"
  b""mÎd░oFâ£ìD\x1AD3vf"
  b""¬=2ûÿ@j“\x07TÅ=\x12-m"
  b""þGxò@©üN?ÐÕ\x08┤┌"
  b"\x10CìwO¸ù▀╠sÛ=\x18Í"
  b"$K`0ÿýE)¤Ð\x15¾Pº"%"
  b"%ë™7J„Cª¶†%U\x10Þ”_"
  b"(‘j߈PL …@Ø\x11¸r4Ë"
  b"(ž“8&zOŸœŠÎ»\x1C8”˜"
  b"(­@2[\x01Iöµ-óVªV3Ä"
  b"(Þ*BLBN0 ‡S‘óCÚW"
  b"(þAÿ¬>LÑûÞ-Tü\x06ë\x04"
  b"\x06¡üsI(¦å‚jëëóu"
  b"*ôT\t!éCQ«šÇK÷äîÇ"
  b"+\x02vS‚¢@!‹f|`\x10—®Z"
  b"+ÉþÊò\x12HqûÜÝü¢À█§"
  b",V½\x03\x17IY›û!²^g×p"
  b",€Lûý\x1EB«’lnrUß\x048"
  b"-\x19ŽxÑSB\x08ŽCÓ¹ÅK\r¨"
  b"-2\x1A·HtKÛ•ãq\x11H\x08€)"
  b"-°7 \f¶@ı┤Ø\x1Dt8L\rð"
  b".1Ôý³uNü×b¶`╗╣}3"
  b".{a3\x04¦LûéM\eµ Ï1É"
  b"/\fù\x03[=MÔ”Û\x11øgÆW "
  b"/ŠÂ°/íKx´µnYìMÅ_"
  b"0«Ý Õ÷C­┐ö¼▄?ì³é"
  b"1\x12)üô{F¯ÆajQwlØn"
  b"1!1/ÊùE\x1Dª9\x10e\x1F¯UÉ"
  b"1u2«ÐïJTÜ╝°¢╦ü╩1"
  b"1–B\x04¬¸BG™vtT\x7FÃrÎ"
  b"2xœ\x05¯KHi‹I§­Ke4m"
  b"2z©\x19═êBY┤\x0Fü0Æ'í\x0E"
  b"2˜Ia\föC¨—>Â{\x03Þkê"
  b"""
    3Pû{\x10ôH÷Ém\x15\n
    é×|µ
    """
  b"3d,cwàC¿éPseóìNN"
  b"""
    4½Ÿc£ìIu©µ$\x04ë\x05\n
    \x03
    """
  b"5g,*\eZFœ…\x03Ç}1\t‰¾"
  b"5ê7M┌¿B|üËY╔┬ı╬ø"
  b"5îèSHuEa’²p×ÌDÿš"
  b"5³ÇhׯI§ì±\x19aç»$p"
  b"6!2Çc\vE(ÿæ=öËßÅ\x07"
  b"7\x0Fþ;¥ýN¤’ÑŸ‹´‚ö¼"
  b"7\x12þ÷òÏ@0À²═åŲ░)"
  b"7C;æÂ:I‡¦¡‹Få¢X#"
  b"8@»Ø\x07#OÑ┤7ánÀ¸Ðc"
  b"8C/ì)¼B░¬Ç.╚=õ¨à"
  b"8u\x11\x0Eœ¢AE§5{Ø7z­·"
  b"8†\fZ*3F³¨[ýÑϸ²Á"
  b"8ÈþáÛhBž„¿-\x0F÷Ï(Ñ"
  b":`o\x00@­OÞÅ█\x1D¶ÎtýA"
  b";\x1EPÍð╗L×òpEöM█ÜÅ"
  b"\x00)│íE{ñþ\x1Fb '\x1A"
  b"=b\e\x056\x10M»░F²\x07ãì┬╗"
  b"=ƒI\x12±\x0F@¹¨ò³ï\x14ðÚ "
  b">{¨Þç,Mf ³Æ\x08×Iùx"
  b">¾sG;ýKr´,<ôtãwø"
  b">Î&èØ]I§„Ü¿\x1Eï†ý"
  b">ä~H\x12—H{º\x0EH x³\x16'"
  b"?]ý—¥TE÷µìd\e‡u¼–"
  b"?sÞÂÔ║A┘║\x14Ô\x1AÙ\eÅ■"
  b"@L<fªWK\x1F½£Ý\x07\x08"
  b"ASèƒBìO³Œ9ÿ\x19°ÇUF"
  b"B?7µciJ¡ŽŽ</Akæf"
  b"B„<9ò\x0EO#¥™WWv°`Â"
  b"BÔœUv\x07GŲãó\‚»¦û"
  b"Bߢ$¹»F² Ò¥´Š2a"
  b"Bõ+\x1A_'InÉ╠ÿI*K╩┌"
  b"""
    C\x01òpvÐ@"†`\n
    Óó\P\x01
    """
  b"C]|K\x13¯BÈ™™X•\x18VÀL"
  b"Cf\x13\x03>ßB-Ÿžx‹¿ú±‘"
  b"Cy!«íØNŒ¤\x11"‰À\x15±˜"
  b"D{­H/ŽO\x11›÷\x133\x1Da¥O"
  b"Dä6\t>~Ns”óÀt—*Zz"
  b"EÔÅÕé§A}¦qf\x07Sý'o"
  b"H\x10x¿í\x15KâéüÐ)‗└ä╦"
  b"H╣4iü\I«û\x00À[ê+\x1F¡"
  b"HÌ€^:\fJpŠ~6\x1EÁ\x17ºª"
  b"\t¡ÉÙF\x03\x08ý¼i2¥\x00"
  b"HøÈ¯<\x1AK¥‘ÿãÖ³Ïݨ"
  b"Jp6n=ôO[¯\x05ö£\x0E\x10àé"
  b"\x17jþèC™”Ó;ú\x08ž°6"
  b"\x1F\x7F1\x06N{óH5D\x06Å\ea"
  b"K\x03k˜h•Cd²0uý¿\x19Î\x18"
  b"Kfô¸Ã^E\x11¬YÿG¼yr\x07"
  b"K±¡wÃôAß‘þM¹£“8¢"
  b"M?gü\x18[IÀ»n┐?ýÃre"
  b"M£gö\x07­M7ž\x07t†\x1AïÅÌ"
  b"M¼G™Þ\x1AH\x1C\x12\x15)\x14ú0 "
  b"MÊ™æ¹Gá½üŒjÿ\x1Föà"
  b"""
    N\n
    \x13pJó§æ«\x01«\tå)
    """
  b"NÖõ·%w@x·ûƶwO¯ç"
  b"Oûh}\x03þBX‰#ÌHƒõ­«"
  b"Q\x07\x05\x03•?F3ŠåSªØ6›\x0F"
  b"Q'\\x03¯‘G¦¨V\t`zt¡\t"
  b"Q:¹y=ÕAæ¦ßù\x03?™uo"
  b"QClÝlëIÔ¡ì*║\x1E├9ô"
  b"""
    QÕï\x16EÀŠÿ\t\n
    âò¶<
    """
  b"QËw‗P}N)Øß~%ÉO[Î"
  b"RÃwGh\x08K“³¹Î;\x15¼ž\t"
  b"SCoB"\x06K¸ snSIŸmÚ"
  b"SXXî82OÀ®fJ\x10€¦?ª"
  b"S{†X9ÔG\x15œ\f‘OuæGq"
  b"S├°ÅM=D\x19Öÿ%▄Jsd~"
  b"Sõá0┴HJ·¬:┘ª>|ì\f"
  b"""
    U\x1C8\x03ÌÂ@*Øú\n
    )Ù$╦\x1C
    """
  b"U\x1F7¶ªJEu€î9ænoÝ\x02"
  b"Uõ=0\x1CÐK(°O׃\x07\x05"
  b"W5Y©ø•@…‰w…€ì%1S"
  b"W€_þ¦ÍF—šW’‹}\x05"
  b"XZÜ¿YŠOX€À\x14+¿™Wù"
  b"""
    Xj›Ï¬MGà€ù~\n
    C\x034'
    """
  b"XáV€¡pGlºd\x1C„Hƒï\v"
  b"Y>‚\x0F\x1C¬EY©£á\x05\x0EŽýM"
  b"Y¸Î%Ã\fO#‰våÛ\x00àò÷"
  b"Zü¢6c¡Kºíú\x06ø½S<a"
  b"[y\x1DÊ$pH-šžV­¥µ¢e"
  b"[Ð<^xxJ$¼7Q'3³\ei"
  b"\J¼ÑV4Jq┐▓ܨ²ü§K"
  b"]w!ØÓ\x15L\v¼*ê7╚A°A"
  b"\nŽL\x05MtªÏ¼\x145\x00pp"
  b"]Ý0F\x10\tDúì³¶HIÚ¤á"
  b"^ŒÏªYý@Ѓ‚,\x17Ê\x0FTT"
  b"\x1Dªc\x06M!«ÇãUM:–@"
  b"\r\v"\x14Fx˜á\x10\x7FÙ¯"
  b"_\x15§║ÿJA╣ü8O╦║#®â"
  b"`T,ºç–FŒ§ùHß\x15†›€"
  b"`åãûÝ,J░▓c\x1C÷êÉH¢"
  b"`╦®ü╬íD┬¥▀│\x04\f\x1A└â"
  b"a&=\x05\x18ŒO\x14™ZLh¨ëÒ\x7F"
  b"a4Þ?@ FÊ·œ#mm†\x1Dä"
  b"a~18AÊN4ØNƒ\x15MzÜH"
  b"aÐÄ­\x19ÊAø¾Å›È\x11Ï\x07u"
  b"aìg\x14?äCx£GIg\x08¬äõ"
  b"""
    bÓ&×9!B\x7Fì\n
    T{─xyç
    """
  b"bý$÷ÙÞN?ŠÀ\x16*öÇuG"
  b"c\x05ž˜NaKâ¿9ÿœEú$\x1C"
  b"c{Ÿý“@Lù¬Úqêpždu"
  b"d /Ýu\x0EJ¨‚œ ¹Q:Ãb"
  b"ds“\v\x12J“š\x07&I\x0Fä/d"
  b"e\x7FÕ}\x00=Hµ•›ØÅi½¼g"
  b"eÊ›Äì…A·¼(ýUš|È´"
  b"\x01uu\x0E@¶ØÜ┐Ó\ve╠b"
  b"fSsvo+F\x18¡"‡à£×\x0E&"
  b"g,ïV┴&BbºêÎOÍ\x19Ø\x15"
  b"gyp—á?Bí¨bWÇ\x1CBz("
  b"gzA^:\x02GÀˆêÕ'C7²\x01"
  b"\x13Kr\x07O^¯\x04½RˆðEý"
  b"g÷M—\f4K­©´4Û‰áȨ"
  b"hT0~Y·M‡§s¯$«§\x13\x1E"
  b"h]UË{yOÖÉ4┬§}┐N├"
  b"i™Ü§æ)B÷©\x12W\x14;Jåù"
  b"iÀ5™íEJÿ¥½mÞk-4Å"
  b"""
    jÉ›j\x18zIЖ.@‰\n
    É\x16÷
    """
  b"\x11X\x03\x02DÍØ¥àa\f¸+@"
  b"""
    l}•2ɨB™°Ó[\n
    6…Ú¸
    """
  b"ns\e\x16+=E^‘T\x05J™ÕrÑ"
  b"o×dÝHLÙ¬7oa\x03¸\x162"
  b"q\x07"¦º]C\x10¿Ìä¼€Ð]º"
  b"r\x14×βÌJ÷·\x13E{£ øÇ"
  b"s\x1A±“=çA'·/WkîÐ\x17\x1F"
  b"sÌ)7\x1A¨N‹™šiš|\t\x1D"
  b"t\x03ý\x129AI©©¦ZQ\x0FÉQé"
  b"u\vl‡ÐÚIä£(¦wâ/i "
  b"\x0FÜè×GùÖÉ\x0Eéë[ıM"
  b"u┤ı'a8MÞ┐▄¡£\x02©ì\x16"
  b"u╔─ÅÈ\x18@³áº\x0F╔.¹!Ë"
  b"v)c\r\x0FFà¢Î\rù)JUê"
  b"wöÄï4UD─£(jµLìNÓ"
  b"xV@\x17ï#Kù§‰2b™HrN"
  b"x„,\x1FUøB£°ü¢)ɼš±"
  b"y×)\x16ƒÒN\r¿═Øv▀Üce"
  b"y┴┤B7¦JÚº╔¯\x13ÉüR╚"
  b"yÉÓ¦1ÞN\x08›%Áó±û\x7Fd"
  b"\x1DÀï’Iô½òtp\x08\vÓç"
  b"z1\x18ð\x03\vGúû─Å░╠ÕÅô"
  b"|cS!júI3¢@÷Ø"ï╔╗"
  b"|å┼ÏG¶@üóð╗^¡"╝"
  b"}Ûf8\x02\x02DÚ£ç\x06l┤\x1CÉú"
  b"}ò.B4êAé‚\x1EÏ\x11ó-¢o"
  b"~K8ô\x1FßEq╝É\x19n\x03ı¸|"
  b"~P╣\x1AîÊC&╗fB\x01üÎ^\x08"
  b"""
    ~ ╬\x14ÿÎOIüU«l\n
    .¤6
    """
  b"\x7FHó72HU¾*B'ÔïR•"
  b"\x7FO/"\x03TO†ºç‹Câ¯g\e"
  b"\x7FÙi0SÎND¥!ýÙ^dVÞ"
  b"ÇSÌeÚ\x06Cëò1ÈEø Ø<"
  b"ü\x0E╝═æ\M{òcW-©\x12"
  b"ü\x15,7çíHÈ▒a\x00ôkûE="
  b"üü.\vóMB=¼\x088x\x1AS«p"
  b"üÌ4/Q╠B╩░ÓÚ\x01ð»¯L"
  b"ü¾¾\x18╠ƒN║¢¿\6P \x1FV"
  b"\v\x18\x19Úr@ú”Rn‰\v拸"
  b"é¿\x00ãù¼BÖÀí3\x10Y8Ø╠"
  b"‚ØÈ§B”Dç‡òÇÀù@¯æ"
  b"ƒ\x14û†ÍyK…ª+‚âe:¤x"
  b"ƒ¤\x15RA2Gk…ÁŒì1A|N"
  b"âÞı,;3E\x08ö ~WÞ3Ø\x15"
  b"„'DÃû\x1AMê™*6™—Ë`#"
  b"à\x1Ep×└IN5¬=süB├~×"
  b"\x1FË‘ŠƒHª†h§Xä¡o\x10"
  b"…wK†½#Mž \x14²“>Q>\x1D"
  b"…‡à€aA@g˜‰t›sI\x15ì"
  b"†˜¯\r? OȲÝU\x17‰ÆSÏ"
  b"åí¯¡╝yB═ü]É}&}d3"
  b"‡K‘ÒÿÝ@ô¼­zEvܲÖ"
  b"""
    çT¨└ê\n
    Iq¡ÃÅXú\x05á×
    """
  b"ê*\rÉä\F╔╗\x01ûYª\x15‗5"
  b"ê┘\rôB■J§ì¤^?Tå`¾"
  b"ˆëV(ÚòNÌžWèÚ1\x06¿\x04"
  b"""
    ‰H\ˆ*ŽHÈŽxë:\x12<\n
    \x1D
    """
  b"‰uY6^èCa¼\tq‡a\eíï"
  b"èE.&\x19¨B|öÅÜ\x13­YKJ"
  b"ïÁTèsºBìÿ\vóVËõ\x1Eo"
  b"‹ÁùæVÂGm·<eµµ>\x1C6"
  b"Œ4²n¦ãJº™\x1C&\x0EâgDì"
  b"ìî}K\x02/JpÅÃyÒ§‗3┬"
  b"ìÜÍ└À░Le╝o÷º³Ec┌"
  b"ÄÛ¢Ä\rßEÆÉo˯>Úðö"
  b"Å|┼®Ú\x1EAqìÑ‗ưBã."
  b"""
    Å▀q¥®åBYê┘_─ö\n
    À┘
    """
  b"Ém¯­á½AÐè\x0F\x06«y\x15‗a"
  b"Éovl┤SMƒÂò^gÖçoÊ"
  b"‘蔕lÜOg£\x7FÚzÍ\x04¶3"
  b"“B¸±SöCj§\x1F¬±Õ°:*"
  b"\réPN+@g»‰èÞ&‡\x04O"
  b"""
    •™ðP¤íLrŒ\x1F\n
    –1Ú®†
    """
  b"•Ø\x05.[¸B—­=9?éœwí"
  b"•Þ…¬­/H饧§\x00xåÙ\x06"
  b"û½TyG°G¸░Ø©æ21¶î"
  b"–ÕŸ\rnIB\x07ªRyPqµˆÑ"
  b"ù,ýê\x11ÉDþ║Úh®²c·;"
  b"—†HÂ8¯HÓ¶UY_\x08ƒ†Z"
  b"—Î<k?êG·«ß\x18Õ\x08éÍ6"
  b"—Ù\fUáôB\x1Fµ6!\x0F\x0F6Ó$"
  b"""
    ˜\x03ï\n
    [ÖM÷’]H·à„™4
    """
  b"ÿèÒòú³C,░ó­\vþÅZ\x1E"
  b"ÖØ9j\x17ëEå▓Ó©%·4\x7F"
  b"ÖÙ0\x03\x1D├F\ÅÞè£ëGnW"
  b"šÇ1šþÌBɨrDìfµ»Ù"
  b"øx\x07Û\x02õLÃúaÈÉKÒ4å"
  b"£\rä\x7Fy0OnûoXòÈØê8"
  b"Ø9\x174ªÛJÂí`ÖE\x02÷ð\x1D"
  b"ž\x14§\x1D\x148D>†0co”\fÀÂ"
  b"×E┘&┌▄@³┐úÏ\x06ì´Ö¥"
  b"ž¬\x1EÜ'TE¼¨îcÐ\rbd³"
  b"""
    Ÿ\n
    óÉ\x14\x18BûŽœ[íÅ¥\r\n
    """
  b"Ÿ˜Pñ'\x1AGN­Dp¯^MZš"
  b" '\x7F\x020DLB¾\e¥Å¾\x16\e"
  b" ºH\fetF/´\x1Dçnìå£\x13"
  b"¡Olªm(Kl½¤½A`âµÀ"
  b"óv‗Û▄CJ░ü\x12<▒\x03eý´"
  b"óâõÖɸN ¢@└)═Wþ┌"
  b"¢¾\x0F\x12Ý´CJ§\x14Ý£ÒnOÜ"
  b"úJ o┬O@~ܨ\x1Eƒ!░\x02ì"
  b"¤tC¤ÛìI‹§\x0E5ÔÑÎQù"
  b"¤¨Èaw•A!¥ÁÒ\x17V´z+"
  b"¥#e±D\x06D\x04…Òœ¬\×\x0F\v"
  b"¥©Ê\x17T1Jð°±\x183\x10ŠZ+"
  b"§ØŒùP\x01Dѧ\¤bûÏäy"
  b"¿r\x05É\fÝCõÜå\\x1AS×┬ç"
  b"®L²│j4A?ïwNpÏ\x17"
  b"©Œf9,nL‘‡ñ\x18¸\x02g‰M"
  b"®ûô¿\x19UIfªü9IpôÛ'"
  b"®óO¨t³D¤ÂY\tÛ\x11É┴4"
  b"©»Š\x13§%AÓŒÚG\x10ºÉó\e"
  b"ª\x03òå¼ÏGOˆHö²Õu‰Û"
  b"ª\x0F¹\x18ÂÀH©ª¸›w ä:\x12"
  b"ª{«‰\x16åDª‘@÷k-\x16³ç"
  b"¬ä╔áɦDÌû├ý¥┌§\x06Ù"
  b"ªÌ>\váøK#—as_WPX&"
  b"«UK|·FBr€ç\x0Eô?^:K"
  b"«¸.pñeG$ 1`~”…•ƒ"
  b"¬\x11bµ(ê@gƒ—\x15\x11\x08nÿ/"
  b"¬\x1F…E¬¤OE³\rÈ\x1FƒÍ§‹"
  b"­0\x08H\x16_Io¯ð‚\x125‚\x05\f"
  b"­òŒ\e†fAÊ€€^Ú\x0Fe~G"
  b"« XcØ*Iû¥cÌc│C¥5"
  b"®6=\x1A\x1E>FðŽ‘\x07¨’!ÄŒ"
  b"®›·žÄ*K¤€ü»-ÐTJz"
  b"»¼f9ØFMèº!¦LGWX^"
  b"°gËU™\x1AE\x18–÷׈jà\t\x15"
  b"°Ì6®ßÖH-›CÇ\rã\x19A)"
  b"±s…UÄ\x05E\x10¬¯3VÛ\x1Df!"
  b"±º…¾QÑ@ùXiü/é\x19]"
  b"³üÎw³ÚAS¸§ÂQ'3[\x04"
  b"│■è\tºlN°¢\x13üèõV}`"
  b"´‹tžkíMw“¾\x1F4\x16Yhç"
  b"ÁEþÖE\LLüÝ=ý¡³-¬"
  b"µtäÓ͘Lq¤Ä´HG2…\x06"
  b"¶V¡ñ\x05ñAI›\x02¦â…X3/"
  b"ÂiØ│DEO\x12Á¦\x1FQLú╔╬"
  b"¶—ùq\x01ë@B›óDY\x15_õ¹"
  b"·\rSzs€C\x1E¼ÝV\x13x\f¾µ"
  b"¸›ô°)”I\x13­D|o(\x16r\x08"
  b"º¯\x05\x01D&I§€åH\e-\f¤m"
  b"╗Åù¶±\x0EB·ë!X$&Ê"à"
  b"»íQƒÒ:D\x1A­0·ï°»­Ù"
  b"╗¯ìP'IF├▒┐Ü─ß╣Íá"
  b"╝TÈò°!Aiü\x03CkCë`B"
  b"¼Ž3\x03<ÙBޘъŒ=—¦X"
  b"½\x17˜È\x19àJߘGA\x03¡ \x02\x05"
  b"½›'?E¬@GŠ1eÙøX\x02#"
  b"¾XïÕT~Gù–ßÅ\vãn-…"
  b"¥w´´\f║B├íŸ{Åì\x07¤"
  b"""
    ¾¡\n
    «m”DË¡÷à´À&Q\t
    """
  b"┐ƒf\x0Fm:I¶ü¾OüÈÙñÉ"
  b"┐¼s╣¶ãM8ìö4÷ÎHï═"
  b"""
    ¿ûsÈ&±C©ƒ™«ç\n
    Êè2
    """
  b"À+x"–õMG‚\x18€ÞJˆ/°"
  b"Àk^W\JE\x7F½7\x02Q;"
  b"└Ëö)áØ@5æ┬ÊàÅ9▀#"
  b"┴gÕ>ÈüFøÂ·d-ðQ\x1DÈ"
  b"Á“ÅÃgr@º„˜Ë(&”§Z"
  b"Ã>²ÙË\x03L’º\iŠíº^5"
  b"Ǿ͘ÿMï¿õÖRZ™\x10˜"
  b"Ãç»L\x0E\fK\x10¯p@’Åå­H"
  b"Åü7>AÅO'—g„Ês 8‘"
  b"È\x05/äwaO\x18¹?Ÿ\x07—ÊsÐ"
  b"È\x11NDô—C]—Ô\x7Fû= 5\r"
  b"È\x7F±™7ÎNЙÔþ5­½‚"
  b"É›\x06´‚fN¥°©¡è\qæx"
  b"""
    Ê\x1E„"ù~@\n
    ¿>,˜gÚÍ\x12
    """
  b"Ê`…m@øAO¬#¾“\eŸiä"
  b"Êz~£0{Kh•åC&ŒùÛð"
  b"Êš‡b]“G\v†½¯•ÖUiž"
  b"╩±\x10B╬\x17OºïéÝg─üÿÃ"
  b"Í<Í$DDD=¾]$Ò])áÖ"
  b"\x188\x19« C}دz‗I\x00½Õ"
  b"╬+\x0F×bsMÖ½SÉms Ï~"
  b"Îzê¾kåEdŠÊ\x17#Ð[£\x06"
  b"Ï¢\=¹÷Gb²q¬\x03ŸNÑ;"
  b"Ï׎èî{F\v“ƒ 2Qº€C"
  b"¤¶=ZUÛBéøBØ\x02ly\x07þ"
  b"Ð\x15\x7F˜E+´htc O@Œ"
  b"Ð.cÀŸ¯M—±\x1D\x1E¬'öȃ"
  b"в,ŽÚ;H^“ï߆\x15£‚¦"
  b"Ñ:UMR%BLšÜ…^9¡\x07\f"
  b"Ðé\x07i\f¤N.▒ÛV╗ÎØD\x16"
  b"ÑŸ¨/I)I\x1Aµ\x02\x7FGÅÄlÛ"
  b"ÑìvÚôðE'šÚ©,³Æ¤Ð"
  b"ÊNÅy®:J¸┤øpÜ<H└O"
  b"ÊûË\x05§ÅL*üã¡Íý\x0FÑ¢"
  b"Ó˜ÂÝëÄDö§MÃ\x131%˜\x7F"
  b"ÓèHNà(Nб\vÜ\x16ŠSÉl"
  b"Ô\x1E°Â"\x14E9´ÌkéK\x1D‰%"
  b"Ôä·\x049\x1CHP¾åî¾'\x05IO"
  b"""
    Ô莰úÜM̺\n
    ™îÂ\x1Ecb
    """
  b"Õ6m§ô\x11Mš›w•ÏBR¾3"
  b"ÖM³ÿ\ve@†•\x01u°!ŸÇš"
  b"Ö‚Ÿ=k\x10@\x10¼ÒKPG·Tz"
  b"×:qÞ¥\rN¹Še^k\tz\rÁ"
  b"×D¿x’®M¤ŠºbÈ»òÓ†"
  b"×]@š\rVC-·Âñë~\x08\ré"
  b"×zu¡±yF\x17¬Õ\x17_nk‡F"
  b"Ø\e¦»þÀC\x1D\x06\x07^5š§Ü"
  b"ØOÖ3ÍúOã‹ñ»Œ\x02\x0F"
  b"ØÏ„\x06ÙðGå”Ò<L]¡íá"
  b"""
    Øû2i;˜EÖ¨–\n
    ¡É¿\t×
    """
  b"Ù\x0E”ÃØ3M}¯E‰àÇ™«#"
  b"Ù”A7N\x18LP©Ì±Þ´ £\x0E"
  b"┌fîÔ╩JEɃ(%Ò┐é1Ö"
  b"ÚÓöØ£áHÀ­~\tgîf|A"
  b"▄tçrÉDDAÿÛ¡qÜ\¼º"
  b"ܼâW\vÍB~›\x15Ö\vëpÂ\x06"
  b"Ý,\x02eÜ*B˜‚éÊŠj¶s¶"
  b"Ýõc(\x1CÇJ³ƒ*\x04Nï¬\x18"
  b"""
    Ì\n
    w┬p\x19F\x08Å÷}┐╬\x18
    """
  b"ÞóãÉŠ\x1FG>†èÜJñØ>\"
  b"à\x1Fç-\x00³B\x00°äW:yn\x18/"
  b"ÓvaN¾ÐA4¥þ\x1FÉâ\x7F\x14x"
  b"á\x1A);2\x00NI©QÄQÁ¦\x05\x12"
  b"߬ü\x1A╗9J°ª0\x04\x05ó¡àd"
  b"áåÜnÉê@hŒ.Â\x08ÑÃÉ­"
  b"â\x17ˆ»ª›C‹„‡r\x05ìÅ\x1E\x0E"
  b"âZ:L\x0FwH.’l"ˆ”¢ñÓ"
  b"Ò<\x017É┬Inélm╝s°î¡"
  b"ä'\t¢aMJù›v¸[¦ðs,"
  b"ä:ÍíÇÁN\x16³f^8# ›Ú"
  b"åšc‹Ÿ!C2«!å;‡Çmª"
  b"å´Þ|~ïB\x02”W\x18\e#^Œ“"
  b"ç”ü§©õEš•\x03ÞZOÓ®\x10"
  b"þ─\x13└jl@Ã┐ö\x14!‗Ø▓ñ"
  b"þ═¡8ÇÿJÓ╗ƒ\vñÅ\r7═"
  b"ÞP\x10█±ÞH.ó4¦╗ÙÉ@¤"
  b"Þ§» ûÂF±É ■ß(X"ï"
  b"éŸ<K FF\x13ƒ©¼g=\v‡¯"
  b"ê^Ð …CFW¸FFâ]\x0E¤G"
  b"êr¡iª]H\x06 T*œ\x12a\x1C\x18"
  b"ì\x158dY\x02Jã•“Y\x03\x0FÑãP"
  b"ìÞgcE‚IH¦ìÕçßÀžg"
  b"ÝÝÅ█¢HCMøÏ×╝\x04\x03Ör"
  b"¯2ÀÉFvHÁ½wLÖ;1ü\x06"
  b"¯ÔC\x02ü┌Bp¼å©\x1Eu8xé"
  b"ïg‡#S¿O\x12²nI3{ÄSh"
  b"yK;J°˜Å—*ëz×u"
  b"ï¡@ŒÊêM­¦¶f\t\x12>\x04\x11"
  b"ïæh\x05i÷O¯€Náï¯\x19¾š"
  b"""
    ð\n
    ×ÚoƒGž’e\x7F¯H‚\eî
    """
  b"ñ#í\x13§§Gß¾\x13/d6±üø"
  b"±aü\iåB\x0EÅ\x1D\vÒê\rÛû"
  b"ñÀ\x14xÄöCü‚”½\vT&â "
  b"¾\x18╩ì\e8LÙ©Ic~¦Õµ▄"
  b"ôuW\\x0F~HE£1+XZù—œ"
  b"õ®p}4\x07M©„òâpùû¨õ"
  b"õÊ\x12ôviMî¦ó‰g\x00\n\x10"
  b"ö¶®p‚~Db«\fÌÚ"\x05ÐÎ"
  b"÷Yt3â\x1EAu•$\x0E=ãè†Á"
  b"¸Óì═┼\x1EA┤¡ü\x10;╬\x00Qq"
  b"°*ÅJ_j@\x08Üæ?\x1F\x16┌ƒ═"
  b"·ÈBßö\x7FKÅî│y.KÏôJ"
  b"úÝdoVµJAŸ\x12P@Ÿû¼‘"
  b"¹¿0╗Þ┼Fɼ\e╬╔Á\x7F¡]"
  b"ü®!I›õOd˜ -o\x07ŽÄü"
  b"ý|\x15\x00I˜™k\x1Eí=`:Ä"
  b"ýœ\x07“ÑVMû‰Wè\x19H\x11¨\x12"
  b"þY·½ÚmL̦‹D&\x19¼â:"
  b"ÿ\r…ŃñLè„Y Éó霷"
  b"ÿ_~[®ºOÚ˜¤Á«Ù\x17\eÎ"
  b"ÿ‡3§¼9Jç˜!C6\x08<`Z"
  b"°°\x15¢9UKÛ·Ú9Tww&\x04"
]
85 1.25 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"\x01ù\x16æ╗8\x7F\x7Fìoªè┼╝x░"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"\x01ù\x16æ╗8\x7F\x7Fìoªè┼╝x░"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"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"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ù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"²Ì\x03펫M§¦³V¯=îÒÃ"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ù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"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"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"²Ì\x03펫M§¦³V¯=îÒÃ"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ù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""A“r\f*JE¼–Ë-\x05VUº"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"\x01™/!Q<\x7Fʃ\x11A¶z\v¢¦"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ù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"²Ì\x03펫M§¦³V¯=îÒÃ"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ù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"õ•"¨‡ùG؆NBÄëÃ’f"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"²Ì\x03펫M§¦³V¯=îÒÃ"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"*\Å╔n­@\x11«¶Ö▓¹O¼ñ"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  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 7.23 ms
SELECT `product_media`.`id` as `product_media.id`, `product_media`.`version_id` as `product_media.versionId`, `product_media`.`product_id` as `product_media.productId`, `product_media`.`product_version_id` as `product_media.productVersionId`, `product_media`.`media_id` as `product_media.mediaId`, `product_media`.`position` as `product_media.position`, `product_media.media`.`id` as `product_media.media.id`, `product_media.media`.`user_id` as `product_media.media.userId`, `product_media.media`.`media_folder_id` as `product_media.media.mediaFolderId`, `product_media.media`.`mime_type` as `product_media.media.mimeType`, `product_media.media`.`file_extension` as `product_media.media.fileExtension`, `product_media.media`.`uploaded_at` as `product_media.media.uploadedAt`, `product_media.media`.`file_name` as `product_media.media.fileName`, `product_media.media`.`file_size` as `product_media.media.fileSize`, `product_media.media`.`media_type` as `product_media.media.mediaTypeRaw`, `product_media.media`.`meta_data` as `product_media.media.metaData`, `product_media.media`.`config` as `product_media.media.config`, `product_media.media`.`path` as `product_media.media.path`, `product_media.media`.`private` as `product_media.media.private`, `product_media.media`.`thumbnails_ro` as `product_media.media.thumbnailsRo`, `product_media.media`.`created_at` as `product_media.media.createdAt`, `product_media.media`.`updated_at` as `product_media.media.updatedAt`, `product_media.media.translation.title`, `product_media.media.translation.title` as `product_media.media.title`, `product_media.media.translation.alt`, `product_media.media.translation.alt` as `product_media.media.alt`, `product_media.media.translation.customFields`, `product_media.media.translation.customFields` as `product_media.media.customFields`, `product_media`.`custom_fields` as `product_media.customFields`, `product_media`.`created_at` as `product_media.createdAt`, `product_media`.`updated_at` as `product_media.updatedAt` FROM `product_media` LEFT JOIN `media` `product_media.media` ON `product_media`.`media_id` = `product_media.media`.`id` LEFT JOIN (SELECT `product_media.media.translation`.`media_id`, `product_media.media.translation`.`alt` as `product_media.media.translation.alt`, `product_media.media.translation`.`title` as `product_media.media.translation.title`, `product_media.media.translation`.`custom_fields` as `product_media.media.translation.customFields` FROM `media_translation` `product_media.media.translation` WHERE `product_media.media.translation`.`language_id` = ?) `product_media.media.media_translation` ON `product_media.media.media_translation`.`media_id` = `product_media.media`.`id` WHERE (`product_media`.`version_id` = ?) AND ((`product_media`.`product_id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x00 ãÉ-#LdªDîo1Ö5·"
  b"\x00·I*ä\x17Iª“N;]áï#©"
  b"\x00Ó¼á!\x03H7•Ë×åK¦[\n"
  b"\x01—}¼ÏÏ~ «\eQñp•¸ê"
  b"\x02\x04³gxÓF6¸#Çþ,Ó€”"
  b"\x02FW\x11¿\x08L”·é¬Ž!Á/t"
  b"\x03\t×ÀlyK­• \x19j\x12\x00´5"
  b"\x03S¨Zg­N±²0ªß‘\x1C³þ"
  b"\x03ƒ°-CŠ@\x19°ôjÄØÑU_"
  b"\x04\x1F\x1DðŠ}BŒ’›3X\x196E\x14"
  b"\x053Ü,KóBݼó\x03fïÈÍ;"
  b"\x05üeät|Boôqç§+\x00\x1D"
  b"\x05Ø\x05©CnLM©©▒@ÐëÐÌ"
  b"\x06Ì<!¾\x7FOx¤†÷0Tu\x13"
  b"\x07d±╗Û\x1AAÑØè¦\x01nª"C"
  b"\x07ÿ'É\x01ÕG¡║Éx╬³I#N"
  b"\x08\x11¼Z▄åG│ên|└É\x0F┼Ô"
  b"\x08\x17\x06\x05H–›ôå\x02yŒx\x04"
  b"\t\x1F¡ºó2H¯‹5pôâän/"
  b"\t¼\x02·šÂH}‰Ÿâb\x0F\x19í$"
  b"""
    \n
    ?\n
    \x1F:¸K\x15‡ýâë~-Ûf
    """
  b"\vB@Þh¥F\x1F¬™\x07‰¿7ù\x06"
  b"\vg9óY-M1‰~søÊ‘‹"
  b"\fôƒ\x01ØODW│I┤ð±2W║"
  b"\föeu{\x11Dˆµ\x00†¶.K©ò"
  b"\r\x04Î"=\x13EFµ\x18°\x13Cm\x17o"
  b"\rŸÀr\x01ëBT•-\x13ÓˆÉ>\x00"
  b"\x0E\x04)@ÚbAõ´¯è›>9Ù„"
  b"\x0E\x12Œü>ÊDú°‰Ï'Pxyþ"
  b"\x0E®}ï:tLN½Š‰c\t·|'"
  b"\x0Ff╦┤ضF\x7FÑ(iÞJîðá"
  b"\x0FÁ¾ª\x06\x14Lc¸¼6*ƒ"‹\x02"
  b"\x10SµÁTŽJ–µ7VP{jé "
  b"\x10▓!ç}ôKÛòj(═Ëc║ü"
  b"\x11Ú=¿\x01ðJû¾$ãýY/„ä"
  b"\x12Q‡(u\x03BþŸŸÆGê˜:Ž"
  b"\x12oÌvýêNÞ¢8MØÏE\x00"
  b"\x12®O”\x05-HÒ±XŒÈ\x143Ýø"
  b"\x12\tÜì╩HÜ▒Ñäð\x1F<1Ç"
  b"\x13àÒì\r M4¬\r│WÏ¡´ö"
  b"""
    \x14\t\x01\rM²¡áα\n
    iqG
    """
  b"\x15ˆ»\x03\x04#Ni¹pÆ3r~iº"
  b"\x15╬-ÉÖáD\x03»\x01%r¨╚º9"
  b"\x16\x08¼\x00õ•Cs£§S­÷¯aT"
  b"\x162\x15ÿµtN« ‰EŒ\x02IäÓ"
  b"\x16[åšZ˜L\x08œ¡~6Œ¥-Ö"
  b"\x16€òóÀìOøª¼½ˆŸ\x19\x02n"
  b"\x17H•ù·\x07B6®e=ñ+b\x10T"
  b"\x17Úëó\x0F§BÌä÷èþâÏì¡"
  b"\x18v'¤ü’LU¬©ˆþ{1\rY"
  b"\x19ıòÒß3DVÅ╠\x059H0╦d"
  b"\x1AZ\x03̸!D–¿~\r¢g\x152A"
  b"\x1AÅ\x03e╚±J││%DB]¢X║"
  b"\eúï\x06Å\x0EF*░┬ðØÄ÷8ì"
  b"\eÀ\x1645{G\x10¼é\x17ÿý:ËÌ"
  b"\x1C}╦}þãA¥àÅ×\v\¦Ðd"
  b"""
    \x1Dd¿‡¼bJF”_?Cù²\n
    u
    """
  b"\x1E’a\x1FGìOç‚ÃÄ¿KÍê/"
  b"\x1Fš\x13«Ë•O³ˆì\x07¨4Gä2"
  b"\x1F║└É\x03\fGDúO┌çC╝└¿"
  b"\x1F■Ø:╗áFP▓ÅA"dØOv"
  b"!4 L!±A¿‰\x14÷®8\x13n\x12"
  b"!l■\x05"╝GƒØ\x005DG'╔¢"
  b"!—\x14Ú¹ÝB‚§Ýùk¾B—\x0E"
  b""FFqœ¨DV„à.Ç…ÿ\x05\x1A"
  b""mÎd░oFâ£ìD\x1AD3vf"
  b""¬=2ûÿ@j“\x07TÅ=\x12-m"
  b""þGxò@©üN?ÐÕ\x08┤┌"
  b"\x10CìwO¸ù▀╠sÛ=\x18Í"
  b"$K`0ÿýE)¤Ð\x15¾Pº"%"
  b"%ë™7J„Cª¶†%U\x10Þ”_"
  b"(‘j߈PL …@Ø\x11¸r4Ë"
  b"(ž“8&zOŸœŠÎ»\x1C8”˜"
  b"(­@2[\x01Iöµ-óVªV3Ä"
  b"(Þ*BLBN0 ‡S‘óCÚW"
  b"(þAÿ¬>LÑûÞ-Tü\x06ë\x04"
  b"\x06¡üsI(¦å‚jëëóu"
  b"*ôT\t!éCQ«šÇK÷äîÇ"
  b"+\x02vS‚¢@!‹f|`\x10—®Z"
  b"+ÉþÊò\x12HqûÜÝü¢À█§"
  b",V½\x03\x17IY›û!²^g×p"
  b",€Lûý\x1EB«’lnrUß\x048"
  b"-\x19ŽxÑSB\x08ŽCÓ¹ÅK\r¨"
  b"-2\x1A·HtKÛ•ãq\x11H\x08€)"
  b"-°7 \f¶@ı┤Ø\x1Dt8L\rð"
  b".1Ôý³uNü×b¶`╗╣}3"
  b".{a3\x04¦LûéM\eµ Ï1É"
  b"/\fù\x03[=MÔ”Û\x11øgÆW "
  b"/ŠÂ°/íKx´µnYìMÅ_"
  b"0«Ý Õ÷C­┐ö¼▄?ì³é"
  b"1\x12)üô{F¯ÆajQwlØn"
  b"1!1/ÊùE\x1Dª9\x10e\x1F¯UÉ"
  b"1u2«ÐïJTÜ╝°¢╦ü╩1"
  b"1–B\x04¬¸BG™vtT\x7FÃrÎ"
  b"2xœ\x05¯KHi‹I§­Ke4m"
  b"2z©\x19═êBY┤\x0Fü0Æ'í\x0E"
  b"2˜Ia\föC¨—>Â{\x03Þkê"
  b"""
    3Pû{\x10ôH÷Ém\x15\n
    é×|µ
    """
  b"3d,cwàC¿éPseóìNN"
  b"""
    4½Ÿc£ìIu©µ$\x04ë\x05\n
    \x03
    """
  b"5g,*\eZFœ…\x03Ç}1\t‰¾"
  b"5ê7M┌¿B|üËY╔┬ı╬ø"
  b"5îèSHuEa’²p×ÌDÿš"
  b"5³ÇhׯI§ì±\x19aç»$p"
  b"6!2Çc\vE(ÿæ=öËßÅ\x07"
  b"7\x0Fþ;¥ýN¤’ÑŸ‹´‚ö¼"
  b"7\x12þ÷òÏ@0À²═åŲ░)"
  b"7C;æÂ:I‡¦¡‹Få¢X#"
  b"8@»Ø\x07#OÑ┤7ánÀ¸Ðc"
  b"8C/ì)¼B░¬Ç.╚=õ¨à"
  b"8u\x11\x0Eœ¢AE§5{Ø7z­·"
  b"8†\fZ*3F³¨[ýÑϸ²Á"
  b"8ÈþáÛhBž„¿-\x0F÷Ï(Ñ"
  b":`o\x00@­OÞÅ█\x1D¶ÎtýA"
  b";\x1EPÍð╗L×òpEöM█ÜÅ"
  b"\x00)│íE{ñþ\x1Fb '\x1A"
  b"=b\e\x056\x10M»░F²\x07ãì┬╗"
  b"=ƒI\x12±\x0F@¹¨ò³ï\x14ðÚ "
  b">{¨Þç,Mf ³Æ\x08×Iùx"
  b">¾sG;ýKr´,<ôtãwø"
  b">Î&èØ]I§„Ü¿\x1Eï†ý"
  b">ä~H\x12—H{º\x0EH x³\x16'"
  b"?]ý—¥TE÷µìd\e‡u¼–"
  b"?sÞÂÔ║A┘║\x14Ô\x1AÙ\eÅ■"
  b"@L<fªWK\x1F½£Ý\x07\x08"
  b"ASèƒBìO³Œ9ÿ\x19°ÇUF"
  b"B?7µciJ¡ŽŽ</Akæf"
  b"B„<9ò\x0EO#¥™WWv°`Â"
  b"BÔœUv\x07GŲãó\‚»¦û"
  b"Bߢ$¹»F² Ò¥´Š2a"
  b"Bõ+\x1A_'InÉ╠ÿI*K╩┌"
  b"""
    C\x01òpvÐ@"†`\n
    Óó\P\x01
    """
  b"C]|K\x13¯BÈ™™X•\x18VÀL"
  b"Cf\x13\x03>ßB-Ÿžx‹¿ú±‘"
  b"Cy!«íØNŒ¤\x11"‰À\x15±˜"
  b"D{­H/ŽO\x11›÷\x133\x1Da¥O"
  b"Dä6\t>~Ns”óÀt—*Zz"
  b"EÔÅÕé§A}¦qf\x07Sý'o"
  b"H\x10x¿í\x15KâéüÐ)‗└ä╦"
  b"H╣4iü\I«û\x00À[ê+\x1F¡"
  b"HÌ€^:\fJpŠ~6\x1EÁ\x17ºª"
  b"\t¡ÉÙF\x03\x08ý¼i2¥\x00"
  b"HøÈ¯<\x1AK¥‘ÿãÖ³Ïݨ"
  b"Jp6n=ôO[¯\x05ö£\x0E\x10àé"
  b"\x17jþèC™”Ó;ú\x08ž°6"
  b"\x1F\x7F1\x06N{óH5D\x06Å\ea"
  b"K\x03k˜h•Cd²0uý¿\x19Î\x18"
  b"Kfô¸Ã^E\x11¬YÿG¼yr\x07"
  b"K±¡wÃôAß‘þM¹£“8¢"
  b"M?gü\x18[IÀ»n┐?ýÃre"
  b"M£gö\x07­M7ž\x07t†\x1AïÅÌ"
  b"M¼G™Þ\x1AH\x1C\x12\x15)\x14ú0 "
  b"MÊ™æ¹Gá½üŒjÿ\x1Föà"
  b"""
    N\n
    \x13pJó§æ«\x01«\tå)
    """
  b"NÖõ·%w@x·ûƶwO¯ç"
  b"Oûh}\x03þBX‰#ÌHƒõ­«"
  b"Q\x07\x05\x03•?F3ŠåSªØ6›\x0F"
  b"Q'\\x03¯‘G¦¨V\t`zt¡\t"
  b"Q:¹y=ÕAæ¦ßù\x03?™uo"
  b"QClÝlëIÔ¡ì*║\x1E├9ô"
  b"""
    QÕï\x16EÀŠÿ\t\n
    âò¶<
    """
  b"QËw‗P}N)Øß~%ÉO[Î"
  b"RÃwGh\x08K“³¹Î;\x15¼ž\t"
  b"SCoB"\x06K¸ snSIŸmÚ"
  b"SXXî82OÀ®fJ\x10€¦?ª"
  b"S{†X9ÔG\x15œ\f‘OuæGq"
  b"S├°ÅM=D\x19Öÿ%▄Jsd~"
  b"Sõá0┴HJ·¬:┘ª>|ì\f"
  b"""
    U\x1C8\x03ÌÂ@*Øú\n
    )Ù$╦\x1C
    """
  b"U\x1F7¶ªJEu€î9ænoÝ\x02"
  b"Uõ=0\x1CÐK(°O׃\x07\x05"
  b"W5Y©ø•@…‰w…€ì%1S"
  b"W€_þ¦ÍF—šW’‹}\x05"
  b"XZÜ¿YŠOX€À\x14+¿™Wù"
  b"""
    Xj›Ï¬MGà€ù~\n
    C\x034'
    """
  b"XáV€¡pGlºd\x1C„Hƒï\v"
  b"Y>‚\x0F\x1C¬EY©£á\x05\x0EŽýM"
  b"Y¸Î%Ã\fO#‰våÛ\x00àò÷"
  b"Zü¢6c¡Kºíú\x06ø½S<a"
  b"[y\x1DÊ$pH-šžV­¥µ¢e"
  b"[Ð<^xxJ$¼7Q'3³\ei"
  b"\J¼ÑV4Jq┐▓ܨ²ü§K"
  b"]w!ØÓ\x15L\v¼*ê7╚A°A"
  b"\nŽL\x05MtªÏ¼\x145\x00pp"
  b"]Ý0F\x10\tDúì³¶HIÚ¤á"
  b"^ŒÏªYý@Ѓ‚,\x17Ê\x0FTT"
  b"\x1Dªc\x06M!«ÇãUM:–@"
  b"\r\v"\x14Fx˜á\x10\x7FÙ¯"
  b"_\x15§║ÿJA╣ü8O╦║#®â"
  b"`T,ºç–FŒ§ùHß\x15†›€"
  b"`åãûÝ,J░▓c\x1C÷êÉH¢"
  b"`╦®ü╬íD┬¥▀│\x04\f\x1A└â"
  b"a&=\x05\x18ŒO\x14™ZLh¨ëÒ\x7F"
  b"a4Þ?@ FÊ·œ#mm†\x1Dä"
  b"a~18AÊN4ØNƒ\x15MzÜH"
  b"aÐÄ­\x19ÊAø¾Å›È\x11Ï\x07u"
  b"aìg\x14?äCx£GIg\x08¬äõ"
  b"""
    bÓ&×9!B\x7Fì\n
    T{─xyç
    """
  b"bý$÷ÙÞN?ŠÀ\x16*öÇuG"
  b"c\x05ž˜NaKâ¿9ÿœEú$\x1C"
  b"c{Ÿý“@Lù¬Úqêpždu"
  b"d /Ýu\x0EJ¨‚œ ¹Q:Ãb"
  b"ds“\v\x12J“š\x07&I\x0Fä/d"
  b"e\x7FÕ}\x00=Hµ•›ØÅi½¼g"
  b"eÊ›Äì…A·¼(ýUš|È´"
  b"\x01uu\x0E@¶ØÜ┐Ó\ve╠b"
  b"fSsvo+F\x18¡"‡à£×\x0E&"
  b"g,ïV┴&BbºêÎOÍ\x19Ø\x15"
  b"gyp—á?Bí¨bWÇ\x1CBz("
  b"gzA^:\x02GÀˆêÕ'C7²\x01"
  b"\x13Kr\x07O^¯\x04½RˆðEý"
  b"g÷M—\f4K­©´4Û‰áȨ"
  b"hT0~Y·M‡§s¯$«§\x13\x1E"
  b"h]UË{yOÖÉ4┬§}┐N├"
  b"i™Ü§æ)B÷©\x12W\x14;Jåù"
  b"iÀ5™íEJÿ¥½mÞk-4Å"
  b"""
    jÉ›j\x18zIЖ.@‰\n
    É\x16÷
    """
  b"\x11X\x03\x02DÍØ¥àa\f¸+@"
  b"""
    l}•2ɨB™°Ó[\n
    6…Ú¸
    """
  b"ns\e\x16+=E^‘T\x05J™ÕrÑ"
  b"o×dÝHLÙ¬7oa\x03¸\x162"
  b"q\x07"¦º]C\x10¿Ìä¼€Ð]º"
  b"r\x14×βÌJ÷·\x13E{£ øÇ"
  b"s\x1A±“=çA'·/WkîÐ\x17\x1F"
  b"sÌ)7\x1A¨N‹™šiš|\t\x1D"
  b"t\x03ý\x129AI©©¦ZQ\x0FÉQé"
  b"u\vl‡ÐÚIä£(¦wâ/i "
  b"\x0FÜè×GùÖÉ\x0Eéë[ıM"
  b"u┤ı'a8MÞ┐▄¡£\x02©ì\x16"
  b"u╔─ÅÈ\x18@³áº\x0F╔.¹!Ë"
  b"v)c\r\x0FFà¢Î\rù)JUê"
  b"wöÄï4UD─£(jµLìNÓ"
  b"xV@\x17ï#Kù§‰2b™HrN"
  b"x„,\x1FUøB£°ü¢)ɼš±"
  b"y×)\x16ƒÒN\r¿═Øv▀Üce"
  b"y┴┤B7¦JÚº╔¯\x13ÉüR╚"
  b"yÉÓ¦1ÞN\x08›%Áó±û\x7Fd"
  b"\x1DÀï’Iô½òtp\x08\vÓç"
  b"z1\x18ð\x03\vGúû─Å░╠ÕÅô"
  b"|cS!júI3¢@÷Ø"ï╔╗"
  b"|å┼ÏG¶@üóð╗^¡"╝"
  b"}Ûf8\x02\x02DÚ£ç\x06l┤\x1CÉú"
  b"}ò.B4êAé‚\x1EÏ\x11ó-¢o"
  b"~K8ô\x1FßEq╝É\x19n\x03ı¸|"
  b"~P╣\x1AîÊC&╗fB\x01üÎ^\x08"
  b"""
    ~ ╬\x14ÿÎOIüU«l\n
    .¤6
    """
  b"\x7FHó72HU¾*B'ÔïR•"
  b"\x7FO/"\x03TO†ºç‹Câ¯g\e"
  b"\x7FÙi0SÎND¥!ýÙ^dVÞ"
  b"ÇSÌeÚ\x06Cëò1ÈEø Ø<"
  b"ü\x0E╝═æ\M{òcW-©\x12"
  b"ü\x15,7çíHÈ▒a\x00ôkûE="
  b"üü.\vóMB=¼\x088x\x1AS«p"
  b"üÌ4/Q╠B╩░ÓÚ\x01ð»¯L"
  b"ü¾¾\x18╠ƒN║¢¿\6P \x1FV"
  b"\v\x18\x19Úr@ú”Rn‰\v拸"
  b"é¿\x00ãù¼BÖÀí3\x10Y8Ø╠"
  b"‚ØÈ§B”Dç‡òÇÀù@¯æ"
  b"ƒ\x14û†ÍyK…ª+‚âe:¤x"
  b"ƒ¤\x15RA2Gk…ÁŒì1A|N"
  b"âÞı,;3E\x08ö ~WÞ3Ø\x15"
  b"„'DÃû\x1AMê™*6™—Ë`#"
  b"à\x1Ep×└IN5¬=süB├~×"
  b"\x1FË‘ŠƒHª†h§Xä¡o\x10"
  b"…wK†½#Mž \x14²“>Q>\x1D"
  b"…‡à€aA@g˜‰t›sI\x15ì"
  b"†˜¯\r? OȲÝU\x17‰ÆSÏ"
  b"åí¯¡╝yB═ü]É}&}d3"
  b"‡K‘ÒÿÝ@ô¼­zEvܲÖ"
  b"""
    çT¨└ê\n
    Iq¡ÃÅXú\x05á×
    """
  b"ê*\rÉä\F╔╗\x01ûYª\x15‗5"
  b"ê┘\rôB■J§ì¤^?Tå`¾"
  b"ˆëV(ÚòNÌžWèÚ1\x06¿\x04"
  b"""
    ‰H\ˆ*ŽHÈŽxë:\x12<\n
    \x1D
    """
  b"‰uY6^èCa¼\tq‡a\eíï"
  b"èE.&\x19¨B|öÅÜ\x13­YKJ"
  b"ïÁTèsºBìÿ\vóVËõ\x1Eo"
  b"‹ÁùæVÂGm·<eµµ>\x1C6"
  b"Œ4²n¦ãJº™\x1C&\x0EâgDì"
  b"ìî}K\x02/JpÅÃyÒ§‗3┬"
  b"ìÜÍ└À░Le╝o÷º³Ec┌"
  b"ÄÛ¢Ä\rßEÆÉo˯>Úðö"
  b"Å|┼®Ú\x1EAqìÑ‗ưBã."
  b"""
    Å▀q¥®åBYê┘_─ö\n
    À┘
    """
  b"Ém¯­á½AÐè\x0F\x06«y\x15‗a"
  b"Éovl┤SMƒÂò^gÖçoÊ"
  b"‘蔕lÜOg£\x7FÚzÍ\x04¶3"
  b"“B¸±SöCj§\x1F¬±Õ°:*"
  b"\réPN+@g»‰èÞ&‡\x04O"
  b"""
    •™ðP¤íLrŒ\x1F\n
    –1Ú®†
    """
  b"•Ø\x05.[¸B—­=9?éœwí"
  b"•Þ…¬­/H饧§\x00xåÙ\x06"
  b"û½TyG°G¸░Ø©æ21¶î"
  b"–ÕŸ\rnIB\x07ªRyPqµˆÑ"
  b"ù,ýê\x11ÉDþ║Úh®²c·;"
  b"—†HÂ8¯HÓ¶UY_\x08ƒ†Z"
  b"—Î<k?êG·«ß\x18Õ\x08éÍ6"
  b"—Ù\fUáôB\x1Fµ6!\x0F\x0F6Ó$"
  b"""
    ˜\x03ï\n
    [ÖM÷’]H·à„™4
    """
  b"ÿèÒòú³C,░ó­\vþÅZ\x1E"
  b"ÖØ9j\x17ëEå▓Ó©%·4\x7F"
  b"ÖÙ0\x03\x1D├F\ÅÞè£ëGnW"
  b"šÇ1šþÌBɨrDìfµ»Ù"
  b"øx\x07Û\x02õLÃúaÈÉKÒ4å"
  b"£\rä\x7Fy0OnûoXòÈØê8"
  b"Ø9\x174ªÛJÂí`ÖE\x02÷ð\x1D"
  b"ž\x14§\x1D\x148D>†0co”\fÀÂ"
  b"×E┘&┌▄@³┐úÏ\x06ì´Ö¥"
  b"ž¬\x1EÜ'TE¼¨îcÐ\rbd³"
  b"""
    Ÿ\n
    óÉ\x14\x18BûŽœ[íÅ¥\r\n
    """
  b"Ÿ˜Pñ'\x1AGN­Dp¯^MZš"
  b" '\x7F\x020DLB¾\e¥Å¾\x16\e"
  b" ºH\fetF/´\x1Dçnìå£\x13"
  b"¡Olªm(Kl½¤½A`âµÀ"
  b"óv‗Û▄CJ░ü\x12<▒\x03eý´"
  b"óâõÖɸN ¢@└)═Wþ┌"
  b"¢¾\x0F\x12Ý´CJ§\x14Ý£ÒnOÜ"
  b"úJ o┬O@~ܨ\x1Eƒ!░\x02ì"
  b"¤tC¤ÛìI‹§\x0E5ÔÑÎQù"
  b"¤¨Èaw•A!¥ÁÒ\x17V´z+"
  b"¥#e±D\x06D\x04…Òœ¬\×\x0F\v"
  b"¥©Ê\x17T1Jð°±\x183\x10ŠZ+"
  b"§ØŒùP\x01Dѧ\¤bûÏäy"
  b"¿r\x05É\fÝCõÜå\\x1AS×┬ç"
  b"®L²│j4A?ïwNpÏ\x17"
  b"©Œf9,nL‘‡ñ\x18¸\x02g‰M"
  b"®ûô¿\x19UIfªü9IpôÛ'"
  b"®óO¨t³D¤ÂY\tÛ\x11É┴4"
  b"©»Š\x13§%AÓŒÚG\x10ºÉó\e"
  b"ª\x03òå¼ÏGOˆHö²Õu‰Û"
  b"ª\x0F¹\x18ÂÀH©ª¸›w ä:\x12"
  b"ª{«‰\x16åDª‘@÷k-\x16³ç"
  b"¬ä╔áɦDÌû├ý¥┌§\x06Ù"
  b"ªÌ>\váøK#—as_WPX&"
  b"«UK|·FBr€ç\x0Eô?^:K"
  b"«¸.pñeG$ 1`~”…•ƒ"
  b"¬\x11bµ(ê@gƒ—\x15\x11\x08nÿ/"
  b"¬\x1F…E¬¤OE³\rÈ\x1FƒÍ§‹"
  b"­0\x08H\x16_Io¯ð‚\x125‚\x05\f"
  b"­òŒ\e†fAÊ€€^Ú\x0Fe~G"
  b"« XcØ*Iû¥cÌc│C¥5"
  b"®6=\x1A\x1E>FðŽ‘\x07¨’!ÄŒ"
  b"®›·žÄ*K¤€ü»-ÐTJz"
  b"»¼f9ØFMèº!¦LGWX^"
  b"°gËU™\x1AE\x18–÷׈jà\t\x15"
  b"°Ì6®ßÖH-›CÇ\rã\x19A)"
  b"±s…UÄ\x05E\x10¬¯3VÛ\x1Df!"
  b"±º…¾QÑ@ùXiü/é\x19]"
  b"³üÎw³ÚAS¸§ÂQ'3[\x04"
  b"│■è\tºlN°¢\x13üèõV}`"
  b"´‹tžkíMw“¾\x1F4\x16Yhç"
  b"ÁEþÖE\LLüÝ=ý¡³-¬"
  b"µtäÓ͘Lq¤Ä´HG2…\x06"
  b"¶V¡ñ\x05ñAI›\x02¦â…X3/"
  b"ÂiØ│DEO\x12Á¦\x1FQLú╔╬"
  b"¶—ùq\x01ë@B›óDY\x15_õ¹"
  b"·\rSzs€C\x1E¼ÝV\x13x\f¾µ"
  b"¸›ô°)”I\x13­D|o(\x16r\x08"
  b"º¯\x05\x01D&I§€åH\e-\f¤m"
  b"╗Åù¶±\x0EB·ë!X$&Ê"à"
  b"»íQƒÒ:D\x1A­0·ï°»­Ù"
  b"╗¯ìP'IF├▒┐Ü─ß╣Íá"
  b"╝TÈò°!Aiü\x03CkCë`B"
  b"¼Ž3\x03<ÙBޘъŒ=—¦X"
  b"½\x17˜È\x19àJߘGA\x03¡ \x02\x05"
  b"½›'?E¬@GŠ1eÙøX\x02#"
  b"¾XïÕT~Gù–ßÅ\vãn-…"
  b"¥w´´\f║B├íŸ{Åì\x07¤"
  b"""
    ¾¡\n
    «m”DË¡÷à´À&Q\t
    """
  b"┐ƒf\x0Fm:I¶ü¾OüÈÙñÉ"
  b"┐¼s╣¶ãM8ìö4÷ÎHï═"
  b"""
    ¿ûsÈ&±C©ƒ™«ç\n
    Êè2
    """
  b"À+x"–õMG‚\x18€ÞJˆ/°"
  b"Àk^W\JE\x7F½7\x02Q;"
  b"└Ëö)áØ@5æ┬ÊàÅ9▀#"
  b"┴gÕ>ÈüFøÂ·d-ðQ\x1DÈ"
  b"Á“ÅÃgr@º„˜Ë(&”§Z"
  b"Ã>²ÙË\x03L’º\iŠíº^5"
  b"Ǿ͘ÿMï¿õÖRZ™\x10˜"
  b"Ãç»L\x0E\fK\x10¯p@’Åå­H"
  b"Åü7>AÅO'—g„Ês 8‘"
  b"È\x05/äwaO\x18¹?Ÿ\x07—ÊsÐ"
  b"È\x11NDô—C]—Ô\x7Fû= 5\r"
  b"È\x7F±™7ÎNЙÔþ5­½‚"
  b"É›\x06´‚fN¥°©¡è\qæx"
  b"""
    Ê\x1E„"ù~@\n
    ¿>,˜gÚÍ\x12
    """
  b"Ê`…m@øAO¬#¾“\eŸiä"
  b"Êz~£0{Kh•åC&ŒùÛð"
  b"Êš‡b]“G\v†½¯•ÖUiž"
  b"╩±\x10B╬\x17OºïéÝg─üÿÃ"
  b"Í<Í$DDD=¾]$Ò])áÖ"
  b"\x188\x19« C}دz‗I\x00½Õ"
  b"╬+\x0F×bsMÖ½SÉms Ï~"
  b"Îzê¾kåEdŠÊ\x17#Ð[£\x06"
  b"Ï¢\=¹÷Gb²q¬\x03ŸNÑ;"
  b"Ï׎èî{F\v“ƒ 2Qº€C"
  b"¤¶=ZUÛBéøBØ\x02ly\x07þ"
  b"Ð\x15\x7F˜E+´htc O@Œ"
  b"Ð.cÀŸ¯M—±\x1D\x1E¬'öȃ"
  b"в,ŽÚ;H^“ï߆\x15£‚¦"
  b"Ñ:UMR%BLšÜ…^9¡\x07\f"
  b"Ðé\x07i\f¤N.▒ÛV╗ÎØD\x16"
  b"ÑŸ¨/I)I\x1Aµ\x02\x7FGÅÄlÛ"
  b"ÑìvÚôðE'šÚ©,³Æ¤Ð"
  b"ÊNÅy®:J¸┤øpÜ<H└O"
  b"ÊûË\x05§ÅL*üã¡Íý\x0FÑ¢"
  b"Ó˜ÂÝëÄDö§MÃ\x131%˜\x7F"
  b"ÓèHNà(Nб\vÜ\x16ŠSÉl"
  b"Ô\x1E°Â"\x14E9´ÌkéK\x1D‰%"
  b"Ôä·\x049\x1CHP¾åî¾'\x05IO"
  b"""
    Ô莰úÜM̺\n
    ™îÂ\x1Ecb
    """
  b"Õ6m§ô\x11Mš›w•ÏBR¾3"
  b"ÖM³ÿ\ve@†•\x01u°!ŸÇš"
  b"Ö‚Ÿ=k\x10@\x10¼ÒKPG·Tz"
  b"×:qÞ¥\rN¹Še^k\tz\rÁ"
  b"×D¿x’®M¤ŠºbÈ»òÓ†"
  b"×]@š\rVC-·Âñë~\x08\ré"
  b"×zu¡±yF\x17¬Õ\x17_nk‡F"
  b"Ø\e¦»þÀC\x1D\x06\x07^5š§Ü"
  b"ØOÖ3ÍúOã‹ñ»Œ\x02\x0F"
  b"ØÏ„\x06ÙðGå”Ò<L]¡íá"
  b"""
    Øû2i;˜EÖ¨–\n
    ¡É¿\t×
    """
  b"Ù\x0E”ÃØ3M}¯E‰àÇ™«#"
  b"Ù”A7N\x18LP©Ì±Þ´ £\x0E"
  b"┌fîÔ╩JEɃ(%Ò┐é1Ö"
  b"ÚÓöØ£áHÀ­~\tgîf|A"
  b"▄tçrÉDDAÿÛ¡qÜ\¼º"
  b"ܼâW\vÍB~›\x15Ö\vëpÂ\x06"
  b"Ý,\x02eÜ*B˜‚éÊŠj¶s¶"
  b"Ýõc(\x1CÇJ³ƒ*\x04Nï¬\x18"
  b"""
    Ì\n
    w┬p\x19F\x08Å÷}┐╬\x18
    """
  b"ÞóãÉŠ\x1FG>†èÜJñØ>\"
  b"à\x1Fç-\x00³B\x00°äW:yn\x18/"
  b"ÓvaN¾ÐA4¥þ\x1FÉâ\x7F\x14x"
  b"á\x1A);2\x00NI©QÄQÁ¦\x05\x12"
  b"߬ü\x1A╗9J°ª0\x04\x05ó¡àd"
  b"áåÜnÉê@hŒ.Â\x08ÑÃÉ­"
  b"â\x17ˆ»ª›C‹„‡r\x05ìÅ\x1E\x0E"
  b"âZ:L\x0FwH.’l"ˆ”¢ñÓ"
  b"Ò<\x017É┬Inélm╝s°î¡"
  b"ä'\t¢aMJù›v¸[¦ðs,"
  b"ä:ÍíÇÁN\x16³f^8# ›Ú"
  b"åšc‹Ÿ!C2«!å;‡Çmª"
  b"å´Þ|~ïB\x02”W\x18\e#^Œ“"
  b"ç”ü§©õEš•\x03ÞZOÓ®\x10"
  b"þ─\x13└jl@Ã┐ö\x14!‗Ø▓ñ"
  b"þ═¡8ÇÿJÓ╗ƒ\vñÅ\r7═"
  b"ÞP\x10█±ÞH.ó4¦╗ÙÉ@¤"
  b"Þ§» ûÂF±É ■ß(X"ï"
  b"éŸ<K FF\x13ƒ©¼g=\v‡¯"
  b"ê^Ð …CFW¸FFâ]\x0E¤G"
  b"êr¡iª]H\x06 T*œ\x12a\x1C\x18"
  b"ì\x158dY\x02Jã•“Y\x03\x0FÑãP"
  b"ìÞgcE‚IH¦ìÕçßÀžg"
  b"ÝÝÅ█¢HCMøÏ×╝\x04\x03Ör"
  b"¯2ÀÉFvHÁ½wLÖ;1ü\x06"
  b"¯ÔC\x02ü┌Bp¼å©\x1Eu8xé"
  b"ïg‡#S¿O\x12²nI3{ÄSh"
  b"yK;J°˜Å—*ëz×u"
  b"ï¡@ŒÊêM­¦¶f\t\x12>\x04\x11"
  b"ïæh\x05i÷O¯€Náï¯\x19¾š"
  b"""
    ð\n
    ×ÚoƒGž’e\x7F¯H‚\eî
    """
  b"ñ#í\x13§§Gß¾\x13/d6±üø"
  b"±aü\iåB\x0EÅ\x1D\vÒê\rÛû"
  b"ñÀ\x14xÄöCü‚”½\vT&â "
  b"¾\x18╩ì\e8LÙ©Ic~¦Õµ▄"
  b"ôuW\\x0F~HE£1+XZù—œ"
  b"õ®p}4\x07M©„òâpùû¨õ"
  b"õÊ\x12ôviMî¦ó‰g\x00\n\x10"
  b"ö¶®p‚~Db«\fÌÚ"\x05ÐÎ"
  b"÷Yt3â\x1EAu•$\x0E=ãè†Á"
  b"¸Óì═┼\x1EA┤¡ü\x10;╬\x00Qq"
  b"°*ÅJ_j@\x08Üæ?\x1F\x16┌ƒ═"
  b"·ÈBßö\x7FKÅî│y.KÏôJ"
  b"úÝdoVµJAŸ\x12P@Ÿû¼‘"
  b"¹¿0╗Þ┼Fɼ\e╬╔Á\x7F¡]"
  b"ü®!I›õOd˜ -o\x07ŽÄü"
  b"ý|\x15\x00I˜™k\x1Eí=`:Ä"
  b"ýœ\x07“ÑVMû‰Wè\x19H\x11¨\x12"
  b"þY·½ÚmL̦‹D&\x19¼â:"
  b"ÿ\r…ŃñLè„Y Éó霷"
  b"ÿ_~[®ºOÚ˜¤Á«Ù\x17\eÎ"
  b"ÿ‡3§¼9Jç˜!C6\x08<`Z"
  b"°°\x15¢9UKÛ·Ú9Tww&\x04"
]
87 0.34 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.38 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.38 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/620-super-moto-competition-20-kw-1998-modelcode-872684"
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
90 0.49 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.29 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.25 ms
SELECT `language`.`id` as `language.id`, `language`.`parent_id` as `language.parentId`, `language`.`locale_id` as `language.localeId`, `language`.`translation_code_id` as `language.translationCodeId`, `language`.`name` as `language.name`, `language`.`custom_fields` as `language.customFields`, `language`.`created_at` as `language.createdAt`, `language`.`updated_at` as `language.updatedAt` FROM `language` WHERE (`language`.`id` = ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
]
93 0.36 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.33 ms
SELECT LOWER(HEX(language.id)) AS array_key, LOWER(HEX(language.id)) AS id, locale.code, parentLocale.code AS parentCode, LOWER(HEX(language.parent_id)) parentId FROM language LEFT JOIN locale locale ON language.translation_code_id = locale.id LEFT JOIN language parentLanguage ON language.parent_id = parentLanguage.id LEFT JOIN locale parentLocale ON parentLanguage.translation_code_id = parentLocale.id
Parameters:
[]
95 0.17 ms
SELECT LOWER(HEX(id)) FROM snippet_set WHERE iso = ?
Parameters:
[
  "de-DE"
]
96 0.18 ms
SELECT iso FROM snippet_set WHERE id = ?
Parameters:
[
  b"\x0Ea[Ø_\x11FÿêLËB\x17¸à="
]
97 0.28 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.55 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.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`.`name` = ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  "SwagAnalytics"
]
100 0.22 ms
SELECT `base_class` AS `baseClass`, `author`
                FROM `plugin`
Parameters:
[]
101 0.57 ms
SELECT translation_key, value FROM snippet WHERE snippet_set_id = ?
Parameters:
[
  b"\x0Ea[Ø_\x11FÿêLËB\x17¸à="
]
102 0.25 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.19 ms
SELECT path FROM category WHERE id = ?
Parameters:
[
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
]
104 0.13 ms
SELECT min_search_length FROM product_search_config WHERE language_id = ?
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
]
105 0.73 ms
# theme-service::load-config::read
SELECT `theme`.`id` as `theme.id`, `theme`.`technical_name` as `theme.technicalName`, `theme`.`name` as `theme.name`, `theme`.`author` as `theme.author`, `theme`.`preview_media_id` as `theme.previewMediaId`, `theme`.`parent_theme_id` as `theme.parentThemeId`, `theme`.`theme_json` as `theme.themeJson`, `theme`.`base_config` as `theme.baseConfig`, `theme`.`config_values` as `theme.configValues`, `theme`.`active` as `theme.active`, `theme`.`created_at` as `theme.createdAt`, `theme`.`updated_at` as `theme.updatedAt`, `theme.translation.description`, `theme.translation.description` as `theme.description`, `theme.translation.labels`, `theme.translation.labels` as `theme.labels`, `theme.translation.helpTexts`, `theme.translation.helpTexts` as `theme.helpTexts`, `theme.translation.customFields`, `theme.translation.customFields` as `theme.customFields` FROM `theme` LEFT JOIN (SELECT `theme.translation`.`theme_id`, `theme.translation`.`description` as `theme.translation.description`, `theme.translation`.`labels` as `theme.translation.labels`, `theme.translation`.`help_texts` as `theme.translation.helpTexts`, `theme.translation`.`custom_fields` as `theme.translation.customFields` FROM `theme_translation` `theme.translation` WHERE `theme.translation`.`language_id` = ?) `theme.theme_translation` ON `theme.theme_translation`.`theme_id` = `theme`.`id`
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
]
106 0.45 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.74 ms
SELECT `theme`.`id` as `theme.id`, `theme`.`technical_name` as `theme.technicalName`, `theme`.`name` as `theme.name`, `theme`.`author` as `theme.author`, `theme`.`preview_media_id` as `theme.previewMediaId`, `theme`.`parent_theme_id` as `theme.parentThemeId`, `theme`.`theme_json` as `theme.themeJson`, `theme`.`base_config` as `theme.baseConfig`, `theme`.`config_values` as `theme.configValues`, `theme`.`active` as `theme.active`, `theme`.`created_at` as `theme.createdAt`, `theme`.`updated_at` as `theme.updatedAt`, `theme.translation.description`, `theme.translation.description` as `theme.description`, `theme.translation.labels`, `theme.translation.labels` as `theme.labels`, `theme.translation.helpTexts`, `theme.translation.helpTexts` as `theme.helpTexts`, `theme.translation.customFields`, `theme.translation.customFields` as `theme.customFields` FROM `theme` LEFT JOIN (SELECT `theme.translation`.`theme_id`, `theme.translation`.`description` as `theme.translation.description`, `theme.translation`.`labels` as `theme.translation.labels`, `theme.translation`.`help_texts` as `theme.translation.helpTexts`, `theme.translation`.`custom_fields` as `theme.translation.customFields` FROM `theme_translation` `theme.translation` WHERE `theme.translation`.`language_id` = ?) `theme.theme_translation` ON `theme.theme_translation`.`theme_id` = `theme`.`id` WHERE `theme`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"™²$ßâ\rFé¬!¯Ü\x07Á\x04s"
]
108 0.69 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.41 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.43 ms
SELECT `app`.`id` as `app.id`, `app`.`name` as `app.name`, `app`.`path` as `app.path`, `app`.`author` as `app.author`, `app`.`copyright` as `app.copyright`, `app`.`license` as `app.license`, `app`.`active` as `app.active`, `app`.`configurable` as `app.configurable`, `app`.`privacy` as `app.privacy`, `app`.`version` as `app.version`, `app`.`icon` as `app.iconRaw`, `app`.`app_secret` as `app.appSecret`, `app`.`modules` as `app.modules`, `app`.`main_module` as `app.mainModule`, `app`.`cookies` as `app.cookies`, `app`.`allow_disable` as `app.allowDisable`, `app`.`base_app_url` as `app.baseAppUrl`, `app`.`allowed_hosts` as `app.allowedHosts`, `app`.`template_load_priority` as `app.templateLoadPriority`, `app`.`checkout_gateway_url` as `app.checkoutGatewayUrl`, `app`.`in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl`, `app`.`source_type` as `app.sourceType`, `app`.`source_config` as `app.sourceConfig`, `app`.`self_managed` as `app.selfManaged`, `app`.`integration_id` as `app.integrationId`, `app.integration`.`id` as `app.integration.id`, `app.integration`.`label` as `app.integration.label`, `app.integration`.`access_key` as `app.integration.accessKey`, `app.integration`.`secret_access_key` as `app.integration.secretAccessKey`, `app.integration`.`last_usage_at` as `app.integration.lastUsageAt`, `app.integration`.`admin` as `app.integration.admin`, `app.integration`.`custom_fields` as `app.integration.customFields`, `app.integration`.`deleted_at` as `app.integration.deletedAt`, `app.integration`.`created_at` as `app.integration.createdAt`, `app.integration`.`updated_at` as `app.integration.updatedAt`, `app`.`acl_role_id` as `app.aclRoleId`, `app.aclRole`.`id` as `app.aclRole.id`, `app.aclRole`.`name` as `app.aclRole.name`, `app.aclRole`.`description` as `app.aclRole.description`, `app.aclRole`.`privileges` as `app.aclRole.privileges`, `app.aclRole`.`deleted_at` as `app.aclRole.deletedAt`, `app.aclRole`.`created_at` as `app.aclRole.createdAt`, `app.aclRole`.`updated_at` as `app.aclRole.updatedAt`, `app`.`created_at` as `app.createdAt`, `app`.`updated_at` as `app.updatedAt`, `app.translation.label`, `app.translation.label` as `app.label`, `app.translation.description`, `app.translation.description` as `app.description`, `app.translation.privacyPolicyExtensions`, `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions`, `app.translation.customFields`, `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app`.`integration_id` = `app.integration`.`id` LEFT JOIN `acl_role` `app.aclRole` ON `app`.`acl_role_id` = `app.aclRole`.`id` LEFT JOIN (SELECT `app.translation`.`app_id`, `app.translation`.`label` as `app.translation.label`, `app.translation`.`description` as `app.translation.description`, `app.translation`.`privacy_policy_extensions` as `app.translation.privacyPolicyExtensions`, `app.translation`.`custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation`.`language_id` = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` WHERE (`app`.`name` = ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  "SwagAnalytics"
]
111 0.46 ms
SELECT `category`.`id` as `category.id`, `category`.`version_id` as `category.versionId`, `category`.`parent_id` as `category.parentId`, `category`.`parent_version_id` as `category.parentVersionId`, `category`.`after_category_id` as `category.afterCategoryId`, `category`.`after_category_version_id` as `category.afterCategoryVersionId`, `category`.`media_id` as `category.mediaId`, `category`.`display_nested_products` as `category.displayNestedProducts`, `category`.`auto_increment` as `category.autoIncrement`, `category`.`level` as `category.level`, `category`.`path` as `category.path`, `category`.`child_count` as `category.childCount`, `category`.`type` as `category.type`, `category`.`product_assignment_type` as `category.productAssignmentType`, `category`.`visible` as `category.visible`, `category`.`active` as `category.active`, `category`.`cms_page_id` as `category.cmsPageId`, `category`.`cms_page_version_id` as `category.cmsPageVersionId`, `category`.`product_stream_id` as `category.productStreamId`, `category`.`custom_entity_type_id` as `category.customEntityTypeId`, `category`.`created_at` as `category.createdAt`, `category`.`updated_at` as `category.updatedAt`, `category.translation.name`, `category.translation.name` as `category.name`, `category.translation.breadcrumb`, `category.translation.breadcrumb` as `category.breadcrumb`, `category.translation.slotConfig`, `category.translation.slotConfig` as `category.slotConfig`, `category.translation.linkType`, `category.translation.linkType` as `category.linkType`, `category.translation.internalLink`, `category.translation.internalLink` as `category.internalLink`, `category.translation.externalLink`, `category.translation.externalLink` as `category.externalLink`, `category.translation.linkNewTab`, `category.translation.linkNewTab` as `category.linkNewTab`, `category.translation.description`, `category.translation.description` as `category.description`, `category.translation.metaTitle`, `category.translation.metaTitle` as `category.metaTitle`, `category.translation.metaDescription`, `category.translation.metaDescription` as `category.metaDescription`, `category.translation.keywords`, `category.translation.keywords` as `category.keywords`, `category.translation.customFields`, `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN (SELECT `category.translation`.`category_id`, `category.translation`.`category_version_id`, `category.translation`.`breadcrumb` as `category.translation.breadcrumb`, `category.translation`.`name` as `category.translation.name`, `category.translation`.`custom_fields` as `category.translation.customFields`, `category.translation`.`slot_config` as `category.translation.slotConfig`, `category.translation`.`link_type` as `category.translation.linkType`, `category.translation`.`internal_link` as `category.translation.internalLink`, `category.translation`.`external_link` as `category.translation.externalLink`, `category.translation`.`link_new_tab` as `category.translation.linkNewTab`, `category.translation`.`description` as `category.translation.description`, `category.translation`.`meta_title` as `category.translation.metaTitle`, `category.translation`.`meta_description` as `category.translation.metaDescription`, `category.translation`.`keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation`.`language_id` = ?) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.`category_version_id` = `category`.`version_id` WHERE (`category`.`version_id` = ?) AND (`category`.`id` IN (?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
]
112 26.79 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/5db40a8e4c054d74aacfbc1435007070"
  "/detail/5c4aaca556344a71bfb29af9fd81f54b"
  "/detail/22ac3d32fbff406a930754c53d122d6d"
  "/detail/897559365ee84361bc097187611bedef"
  "/detail/d744bf7892ae4da48aba62c8bbf2d386"
  "/detail/ab554b7cb746427280e70ef43f5e3a4b"
  "/detail/61ec67143fe44378a347496708ace4f5"
  "/detail/fd9c0793d1564dfb8957e8194811a812"
  "/detail/aa84c9a090dd44de96c3ecbedaf506eb"
  "/detail/224646719ca8445684e02ec785ff051a"
  "/detail/3588374ddaa8427c81d359c9c2d5ce9b"
  "/detail/81152c3787a148d4b16100936b96453d"
  "/detail/810ebccd915c4d7b9563572db81258b6"
  "/detail/370ffe3ba5fd4ea492d19f8bb482f6bc"
  "/detail/ec15386459024ae3959359030fd1e350"
  "/detail/d398c2ddebc444f6a74dc3133125987f"
  "/detail/78564017ef234bf9a78932629948724e"
  "/detail/65f50175750e40f49d9abfe00b65cc62"
  "/detail/4aab176afee8439994d33bfa089eb036"
  "/detail/32789c05af4b48698b49a7ad4b65346d"
  "/detail/ecde676345824948a6ecd5e7dfc09e67"
  "/detail/ac1f8545aca44f45b30dc81f83cda78b"
  "/detail/79c1b44237dd4ae9a7c9ee13908152c8"
  "/detail/d3e8484ee0284e8ab10bdc168a53c96c"
  "/detail/d8cf8406d9f047e594d23c4c5da1ede1"
  "/detail/e21788bbaa9b438b84877205ecc51e0e"
  "/detail/d75d409a0d56432db7c2f1eb7e080de9"
  "/detail/19d595e3e13344568fcc05394830cb64"
  "/detail/f123ed13a7a747dfbe132f6436b1fcf8"
  "/detail/ca60856d40f8414fac23be931b9f69e4"
  "/detail/1385e38d0d204d34aa0db357d8adef94"
  "/detail/65ca9bc4ec8541b7bc28fd559a7cc8b4"
  "/detail/2d198e78d15342088e43d3b9c54b0da8"
  "/detail/1a8f0365c8f14ab3b32544425dbd58ba"
  "/detail/fcae21499bf54f6498a02d6f078ec4fc"
  "/detail/e25a3a4c0f77482e926c228894a2f1d3"
  "/detail/c99b06b482664ea5b0a9a1e85c71e678"
  "/detail/551f37b6aa4a457580ee39e66e6fdd02"
  "/detail/81de342f51cc42cab0e0e901d0afee4c"
  "/detail/573559a9f895408589778580ec253153"
  "/detail/c167e53ed481469bb6fa642dd0511dd4"
  "/detail/30aeed20e5f643f0bf94acdc3f8dfc82"
  "/detail/8a452e2619f9427c948f9a13f0594b4a"
  "/detail/adf28c1b866641ca80805eda0f657e47"
  "/detail/fe59b7bdda6d4ccca68b442619bce23a"
  "/detail/6ac99b6a187a49d0962e40890ac916f7"
  "/detail/baaf0501442649a780e5481b2d0ca46d"
  "/detail/851e709ec0494e35aa3d738142c37e9e"
  "/detail/2e7b613304dd4c96824d1be6ffd83190"
  "/detail/99eb30031dc3465c8fe88a9c89476e57"
  "/detail/9599f050a4ed4c728c1f0a9631daae86"
  "/detail/63059e984e614be2bf39ff9c45fa241c"
  "/detail/caf11042ce174fa78b82ed67c48198c7"
  "/detail/dcbce2570bcd427e9b15d60beb70c206"
  "/detail/999d396a17894586b2e0b825fa347fb9"
  "/detail/2f0cf9035b3d4dd494db11f867c657a0"
  "/detail/0b4240de68a5461fac990789bf37f906"
  "/detail/ff8733a7bc394ae798214336083c605a"
  "/detail/1c7dcb7de7c641be858f9e0b5cddd164"
  "/detail/5b791dca2470482d9a9e56ada5b5a265"
  "/detail/22ee10438d774ff797dfcc73ea3d18d6"
  "/detail/a94cfdb36a34413f8b774e70d8173a8d"
  "/detail/0b6739f3592d4d31897e73f8cac2918b"
  "/detail/bea10aab6d9444cba1f7e0b4c0265109"
  "/detail/7e50b91a8cd24326bb66420181d75e08"
  "/detail/de0a77c2701946088ff67dbfce1840a2"
  "/detail/3f73e8b6e2ba41d9ba14e21aeb1b8ffe"
  "/detail/0eae7def3a744c4ebd8a896309b77c27"
  "/detail/ff5f7e5baeba4fda98a4c1abd9171bce"
  "/detail/a47443a4dbec498ba70e35d4d1ce51f9"
  "/detail/e33c013790c2496e826c6dbc73f88cad"
  "/detail/51070503953f46338ae553aad8369b0f"
  "/detail/ea5ed02085434657b84646e25d0ea447"
  "/detail/42dfa224b9bb46c2b2a0d2a5b48a3261"
  "/detail/d18207690ccf4e2eb1ea56bbd79d4416"
  "/detail/1bc01634357b4710bce917fffd3acbcc"
  "/detail/0c939f019d4f4457b349b4d0f13257ba"
  "/detail/44e436093e7e4e7394f3c074972a5a7a"
  "/detail/e85010dbf1e8482ea234ddbbeb9040cf"
  "/detail/7c6353216aa34933bd40f69d228bc9bb"
  "/detail/617e313841d24e349d4e9f154d7a9a48"
  "/detail/672c8b56c1264262a788d74fd6199d15"
  "/detail/4dc38a99e6b947e1bdfc8c6aff1ff6e0"
  "/detail/4dbc4799de1a481c8612152914fa3020"
  "/detail/37433be6c23a4987a6a18b46e5a25823"
  "/detail/1a5a03ccb8214496bf7e0da267153241"
  "/detail/4b66f4b8c35e4511ac59ff47bc797207"
  "/detail/eee2430281da4270ac86b81e75387882"
  "/detail/42843c39f20e4f23a599575776b060c2"
  "/detail/f6b6ae70827e4462ab0cccda2205d0ce"
  "/detail/b1ba85be51d140c3b95869fc2fe9195d"
  "/detail/28de2a424c424e30a0875391f343da57"
  "/detail/6086c696ed2c4ab0b2631cf6889048bd"
  "/detail/e7cdad3880984ae0bb9f0ba48f0d37cd"
  "/detail/404c3c66aa574b1fbda3dd078b083aef"
  "/detail/a52365b14406440485d29cac5cd70f0b"
  "/detail/53436f4222064bb8a0736e53499f6dda"
  "/detail/d8fb32693b9845d6a8960aa1c9bf09d7"
  "/detail/34bd9f63a3ec4975a9b52404eb050a03"
  "/detail/5bd03c5e78784a24bc37512733b31b69"
  "/detail/a283e49990f74effbd40c029cd57e7da"
  "/detail/9e45d926dadc40fcbfa3d8068def99be"
  "/detail/586a9bcfac4d47e080f97e0a43033427"
  "/detail/ca9a87625d93470b86bdaf95d655699e"
  "/detail/11da3dbf01f04afbbe24e3fd592f84e4"
  "/detail/09bc02b79ac2487d899fe2620f19ed24"
  "/detail/8eeabd8e0de14592906fd3ee3ee9d094"
  "/detail/851fcb918a8348aa8668a758e4a16f10"
  "/detail/e01fe72d00b34200b0e4573a796e182f"
  "/detail/51436ced6c8949e2ad8d2aba1ec33993"
  "/detail/53e4a030c1484afaaa3ad9a63e7c8d0c"
  "/detail/fadd646f56b54a419f1250409ffbbc91"
  "/detail/28fe06a1fc734928a6e5826aebebf375"
  "/detail/c02b782296f54d47821880de4a882fb0"
  "/detail/1ffe9d3abba04650b28f4122649d4f76"
  "/detail/e794fca7a9f5459a9503de5a4fd3ae10"
  "/detail/7f4f2f2203544f86bae78b43e2af671b"
  "/detail/f5ca12f476694deea6f3896700840a10"
  "/detail/28916adf88504c208540d811b87234cb"
  "/detail/7df22e4234ea41e9821ecf11f32da26f"
  "/detail/9b7807ea02e44cc7a361d4904be33486"
  "/detail/9f0af3c9141842fb8e9c5bedc5a50d0a"
  "/detail/31964204acb84247997674547fc372ce"
  "/detail/481078a8a1154b838281d129f2c084cb"
  "/detail/81f3f318cc9f4ebabda85c3650ff1f56"
  "/detail/d41eb0c222144539b4cc6be94b1d8925"
  "/detail/cd3ccd244444443dbe5d24d25d29e1d6"
  "/detail/48f8c8af3c1a4ba591ffe3d6b3cfdda8"
  "/detail/435d7c4b13af42c8999958951856c04c"
  "/detail/a99693a819554966a68139497093ea27"
  "/detail/091fa1baf33248af8b3570f4e2e46e2f"
  "/detail/b656a1f105f141499b02a6e28558332f"
  "/detail/d19fa82f4929491ab5027f47c5c46cdb"
  "/detail/36213280630b452898913d94d3e18f07"
  "/detail/35eee8534875456192b270d7cc44ff9a"
  "/detail/aa03f2e5bccf474f8848f6b2d57589db"
  "/detail/38432f8d29ac42b0aa802ec83de4f985"
  "/detail/97ce3c6b3fea47b7abdf18d508e9cd36"
  "/detail/244b6030fffd4529a4d015be50ba2225"
  "/detail/3c810029b3a1457ba4e71f6220271ac2"
  "/detail/4ffb687d03fe42588923cc4883f5adab"
  "/detail/3d621b0536104dafb046fd07c68dc2bb"
  "/detail/163215ffb5744eaba089458c0249e4d3"
  "/detail/86a1eeadbc7942cd815d907d267d6433"
  "/detail/bbed5183d23a441aad30b7efb0bbadd9"
  "/detail/52c3774768084b93b3b9ce3b15bc9e09"
  "/detail/02465711bf084c94b7e9ac8e21c12f74"
  "/detail/ca1e8422f97e400abf3e2c9867dacd12"
  "/detail/7a3118d0030b47a396c48fb0cce58f93"
  "/detail/e1e5dc6ec9ea40688c2ec208d1c3c9ad"
  "/detail/88d90d9342fe4af58dcf5e3f548660f3"
  "/detail/51275c03af9147a6a85609607a74a109"
  "/detail/b697f97101eb40429bf34459155ff5b9"
  "/detail/73cc29371aa84e8b999a699a7c091d91"
  "/detail/1680f2f3c0ec4ff8aabcbd889f19026e"
  "/detail/9342b8b153f6436aa71facb1d5b03a2a"
  "/detail/6473930b92124a939a0726490fe42f64"
  "/detail/447bad482f8e4f119bf713331d61a54f"
  "/detail/c0d39429a09d403591c2d2858f39df23"
  "/detail/ce2b0f9e62734d99ab53906d7320d87e"
  "/detail/dc7487729044444198eaad719a5caca7"
  "/detail/5ead1daa63064d21abc7e3554d3a9640"
  "/detail/d84fd633cdfa4fe38bf1bb8c025dba0f"
  "/detail/abb82e70f1654724a031607e94859583"
  "/detail/97d90c55e1f4421fb536210f0f36d324"
  "/detail/1608bc00f5954373a3a753adf7af6154"
  "/detail/c06b5e575c4a457fbd37ef869c02513b"
  "/detail/513ab9793dd541e6a6dff9033f99756f"
  "/detail/6134de3f402046cab79c236d6d861de4"
  "/detail/084ad517060548969bf4e502798c7804"
  "/detail/e8f5af2096b646f190fffee12858228b"
  "/detail/a87205900ced43e49a865c1a539ec287"
  "/detail/8bb5548a73a7428d980ba256d3e41e6f"
  "/detail/f82a8f4a5f6a40089a913f1f16da9fcd"
  "/detail/5d77219de0154c0bac2a8837c841f841"
  "/detail/58e15680a170476cba641c844883ef0b"
  "/detail/2b02765382a240218b667c601097ae5a"
  "/detail/96ab547947f847f7b09db8913231f48c"
  "/detail/d24e8f79a93a4af7b49b709a3c48c04f"
  "/detail/1588bb0304234e69b970c633727e69ba"
  "/detail/226dd764b06f46839c8d441a44337666"
  "/detail/d0b22c8eda3b485e93efdf8615a382a6"
  "/detail/0020c6902d234c64a6448c6f319935fa"
  "/detail/79c9d3a631de4e089b25c1f3b1fb7f64"
  "/detail/bd9b273f45ac40478a3165d9f8580223"
  "/detail/7c86c5d847f44081a2c7f8bb5ead22bc"
  "/detail/62fd24f7d9de4e3f8ac0162af6c77547"
  "/detail/882a0d90845c46c9bb019659a615f235"
  "/detail/0cf665757b114488b50086b62e4ba9f2"
  "/detail/3875110e9ca24145a7357bd8377aadb7"
  "/detail/665373766f2b4618a12287e0a3d70e26"
  "/detail/28e74198aa3e4ca596e82d5481068904"
  "/detail/61d0c4ad19ca41f8bec59bc811cf0775"
  "/detail/f161815c6986420e8f1d0be3880dea96"
  "/detail/8fdf71bea986425988d95fc4940ab7d9"
  "/detail/2df837200cf440d5b49d1d74384c0dd0"
  "/detail/a34a206fc24f407e9af91e9f21b0028d"
  "/detail/00b7492ae41749aa934e3b5de1ef23a9"
  "/detail/ddf563281cc74ab3832a044eefac1891"
  "/detail/60542cbae796468ca7f948df15869b80"
  "/detail/0309d7c06c794bad9520196a1200b435"
  "/detail/85774b86bd234d9ea014b2933e513e1d"
  "/detail/c387becd98ff4defbff5d6525a991098"
  "/detail/d90e94c3d8334d7daf4589e0c799ab23"
  "/detail/06cc3c21be7f4f78a486f73054751394"
  "/detail/dd2c0265dc2a429882e9ca8a6ab673b6"
  "/detail/1d64bf87bc624a46945f3f43f9b20a75"
  "/detail/10b221877d934bea956a28cdd363ba81"
  "/detail/ff0d85c583f14ce88459a0c9f3e99cb7"
  "/detail/e59a638b9f214332ab21e53b87c76daa"
  "/detail/126fcc76fdea4edea2384dd8cf450089"
  "/detail/710722a6ba5d4310bfcce4bc80d05dba"
  "/detail/4ed6f5b725774078b7fbc6b6774fafe7"
  "/detail/da668ce2ca4a45909f2825e3bf823199"
  "/detail/ac1162b528ea406783971511086eff2f"
  "/detail/c193c5c3677240ba8498cb282694a75a"
  "/detail/5f15f5ba984a41b981384fcbba23a983"
  "/detail/3a606f0040f04fe88fdb1df4d774ec41"
  "/detail/7629630d820f46e0a2ce0df9294a55ea"
  "/detail/d296d305f58f4c2a81c6add6ec0fa5bd"
  "/detail/820b1819da7240fa94526e890be68bb8"
  "/detail/1f9a13abcb954fb388ec07a83447e432"
  "/detail/b3fcce77b3da4153b8a7c25127335b04"
  "/detail/67797097e13f42eda86257c71c427a28"
  "/detail/53c3f88f4d3d4419999825dc4a73647e"
  "/detail/e42709a2614d4af99b76b85ba6f0732c"
  "/detail/b70d537a7380431ebcdd5613780cbeb5"
  "/detail/9d391734a6ea4ab6a160994502f6d01d"
  "/detail/f1c01478c4f643fc8294bd0b5426e2a0"
  "/detail/82d8c8a7429444e787f2c7c0f940afe6"
  "/detail/d01578b37f98452bb4687463204f408c"
  "/detail/45d4c5d5e9a7417da671660753fd276f"
  "/detail/ae363d1a1e3e46f08e9107a89221c48c"
  "/detail/0a3f0a1f3ab84b1587fde2eb7e2ddb66"
  "/detail/48d309a1c9d946038608fdbc6932a500"
  "/detail/4a70366e3df44f5baf05f6a30e10e0e9"
  "/detail/33642c63778543a882507365a28d4e4e"
  "/detail/4bb1a177c3f441df91fe4db9a39338a2"
  "/detail/59b8ce25c30c4f238976e5db00e0f2f7"
  "/detail/17e989a20ff542de84f68ae783d88dad"
  "/detail/b545e799455c4c4c81ed3decadfc2daa"
  "/detail/e11a293b32004e49a951c451c1a60512"
  "/detail/3b1e50d6d0bb4c9e957045944ddb9a8f"
  "/detail/535858ee38324fc0ae664a1080a63faa"
  "/detail/96d59f0d6e494207aa52795071b588d1"
  "/detail/38860c5a2a3346b3a85bfdd1cfb8b2c1"
  "/detail/ea72a169aa5d4806a0542a9c12611c18"
  "/detail/b89bf4b029944913ad447c6f28167208"
  "/detail/0533dc2c4bf342ddbcf30366efc8cd3b"
  "/detail/4301f27076d0402286600ad3f35c5001"
  "/detail/35672c2a1b5a469c8503c77d310989be"
  "/detail/c5fc373e41c54f27976784ca73203891"
  "/detail/3ee47e481297487bba0e48a078b31627"
  "/detail/05816584747c426f9371c7f5f52b001d"
  "/detail/329849610cf643a8973ec27b03de6bea"
  "/detail/4e0a4dda13704af3a7e6ab01ab09e529"
  "/detail/95de85acad2f48e9a5a7a70078e5d906"
  "/detail/ae2058639d2a4996be63de63b343be35"
  "/detail/2af4540921e94351ab9ac74bf7e4eec7"
  "/detail/01977dbccfcf7e20ab1b51f17095b8ea"
  "/detail/8587e080614140679889749b734915ec"
  "/detail/afac66399d464d8aa721dd4c4757585e"
  "/detail/bb8f97f4f10e42fa8921582426d22285"
  "/detail/69c03599ed454affa5bd6dde6b2d34c5"
  "/detail/978648c238af48d3b655595f0883865a"
  "/detail/d13a554d5225424c9adc855e39a1070c"
  "/detail/3840af9d07234fa5b437a06eb7f7d163"
  "/detail/041f1df08a7d428c929b335819364514"
  "/detail/cff43d5a55ea42829b429d026c7907e7"
  "/detail/0353a85a67ad4eb1b230aadf911cb3fe"
  "/detail/d77a75a1b1794617acd5175f6e6b8746"
  "/detail/d5366da7f4114d9a9b7795cf4252be33"
  "/detail/ef67872353bf4f12b26e49337bc45368"
  "/detail/ce183819ae20437d9dee7af24900abe5"
  "/detail/c33eb2d9cb034c92ba5c698aedba5e35"
  "/detail/2e31e2ecfc754e819e62f460bbb97d33"
  "/detail/51c3c295ef1645c08aff090ae2f2b63c"
  "/detail/7effce1498d74f498155ae6c0a2ecf36"
  "/detail/0383b02d438a4019b0f46ac4d8d1555f"
  "/detail/8bc1f9e656c2476db73c65b5b53e1c36"
  "/detail/6c7d9532c9a84299b0d35b0a3685dab8"
  "/detail/f7e08dcdc51e41b4ad81103bce005171"
  "/detail/d02e63c09faf4d97b11d1eac27f6c883"
  "/detail/00d3bce12103483795cbd7e54ba65b0a"
  "/detail/537b865839d447159c0c914f75e64771"
  "/detail/0e042940da6241f5b4afe89b3e39d984"
  "/detail/79ed1dc0ef9249f4bdf27470080bd3e7"
  "/detail/28ad40325b0149f6b52df356aa5633c4"
  "/detail/5a81bd3663ad4ba7a1a3069bab533c61"
  "/detail/0204b36778d34636b823c7fe2cd38094"
  "/detail/731ab1933de74127b72f576beed0171f"
  "/detail/12518728750342fe9f9fc647ea983a8e"
  "/detail/b067cb55991a451896f7d7886ae00915"
  "/detail/3ece26e8d85d49a784dcbf1eefc286fd"
  "/detail/585adcbf598a4f5880c0142bbf9957f9"
  "/detail/67a3134b72074f5eaf04bd5288f045fd"
  "/detail/b48b749e6bed4d7793be1f34165968e7"
  "/detail/aa0fb918c2c048a9aab89b77a0e43a12"
  "/detail/799e29169fe34e0da8cd9d76df9a6365"
  "/detail/e99f3c4ba046461383a9bc673d0b87af"
  "/detail/d99441374e184c50a9ccb1deb4a0a30e"
  "/detail/7f48c3b337324855be2a4227d4ef5295"
  "/detail/eded8fdbbd48434d9bd89ebc04039972"
  "/detail/0d9fc07201eb4254952d13d388c93e00"
  "/detail/842744c3fb1a4dea992a369997cb6023"
  "/detail/fd7c156aa4004998996b1eed3d603ac4"
  "/detail/77948e8b345544c49c286ae64c8d4ee0"
  "/detail/83a415524132476b85c18cec31417c4e"
  "/detail/b574e4d3cd984c71a4c4b44847328506"
  "/detail/a0ba480c6574462fb41de76eece5a313"
  "/detail/f475575c0f7e4845a3312b585af9979c"
  "/detail/d4e88eb0fadc4dccba0a99eec21e6362"
  "/detail/3ebe73473bfd4b72b42c3cf474e377f8"
  "/detail/9eac1edc275445bca8ee63d00d6264b3"
  "/detail/c87fb19937ce4ed099d4c3be35adbd82"
  "/detail/61263d05188c4f14995a4c68a8ebd27f"
  "/detail/9803ef0a5bd64df7925d48b7e0849934"
  "/detail/f318ca8d1b384cebb849637edde5e6dc"
  "/detail/78842c1f55f842a3b0fca229c9bc9ab1"
  "/detail/75c9c48fd41840fca0a70fc92efb21d3"
  "/detail/f00ad7da6f83479e92657faf48821bee"
  "/detail/8d9ad6c0b7b04c65bc6ff6a7fc4563da"
  "/detail/3d834912b10f40b9a8f2b3ef14f0da20"
  "/detail/2f8ac2b02fed4b78b4b56e59ec4dc55f"
  "/detail/d73a71dea50d4eb98a655e6b097a0dc1"
  "/detail/8c34b26ea6e34aba991c260ee26744ec"
  "/detail/317532aed18b4a549abcf8bdcb81ca31"
  "/detail/1fbac090030c4744a34fda8743bcc0a8"
  "/detail/423f37b563694aa18e8e3c2f416be666"
  "/detail/a7d88cf9500144d1a75ca462fbcfe479"
  "/detail/6854307e59b74d87a773af24aba7131e"
  "/detail/b0cc36aedfd6482d9b43c70de3194129"
  "/detail/def3e3c98a1f473e86e8dc4af1d83e5c"
  "/detail/9e14a71d1438443e8630636f940cc0c2"
  "/detail/677a415e3a0247c088ead5274337b201"
  "/detail/7dea6638020244e99c87066cb41c90a3"
  "/detail/637b9ffd93404cf9acda71ea709e6475"
  "/detail/b1738555c4054510acaf3356db1d6621"
  "/detail/5e8ccfaa59fd40d083822c17ca0f5454"
  "/detail/8d8c7d4b022f4a708fc779e3f5f233c2"
  "/detail/9f9850f1271a474ead4470af5e4d5a9a"
  "/detail/6bfc1158030244d69dbe85610cf72b40"
  "/detail/2d321ab748744bdb95e3711148088029"
  "/detail/aa7bab8916e544aa9140f76b2d16b3e7"
  "/detail/906f766cb4534d9fb6955e6799876fd2"
  "/detail/dad3f6d8a3e148c0ad7e0967ee667c41"
  "/detail/988ae395a3fc432cb0a2f00be78f5a1e"
  "/detail/9c0d847f79304f6e966f5895d49d8838"
  "/detail/42d49c55760747c5b2e3f35c82bba6fb"
  "/detail/bd1798c819e04adf98474103a1a00205"
  "/detail/48cc805e3a0c4a708a7e361ec117baaa"
  "/detail/bffb73c826b143a98399abe70acae832"
  "/detail/8053de65e90643899531d4459b209d3c"
  "/detail/8f7cc5a9e91e41718da5f292f842c62e"
  "/detail/22e74778c7fd40b8814e3fd1e508b4da"
  "/detail/1ba38b068f0e462ab0c2d09d8ef6388d"
  "/detail/f7597433e21e417595240e3de3e886c1"
  "/detail/4d3f6781185b49b7af6ebf3fecc77265"
  "/detail/059d05b8436e4c4db8b8b140d189d1de"
  "/detail/940de9504e2b4067bb89e8de2687044f"
  "/detail/75950f9a8a9e479799900e82895bd54d"
  "/detail/b6699db344454f12b5dd1f514ca3c9ce"
  "/detail/67f74d970c344bada9b434db89e1c8a8"
  "/detail/1053b5c1548e4a96b53756507b6ae9a0"
  "/detail/0fc1beaa06144c63b8bc362a83228b02"
  "/detail/c8052fe477614f18b93f9f0797ca73d0"
  "/detail/436613033edf422d9f9e788bbffab191"
  "/detail/0811ac5adc8647b3886e7cc0900fc5e2"
  "/detail/2b90e7d295124871969aed81bdb7dbf5"
  "/detail/437921abedd84e8ca4112289c015b198"
  "/detail/327ab819cd884259b40f81309227a10e"
  "/detail/82a800c697ac4299b7a1331059389dcc"
  "/detail/2c56bd038b1749599bfb21b25e67d770"
  "/detail/174895f9b7074236ae653df12b621054"
  "/detail/6e731b162b3d455e9154054a99d572d1"
  "/detail/7fd9693053ce4e44a521fdd95e6456de"
  "/detail/2c804cfbfd1e42ab926c6e7255df0438"
  "/detail/d64db3ff0b654086950175b0219fc79a"
  "/detail/0764f1bbea1a41a59d8add016ea62243"
  "/detail/a4a8c86177954121a5c1d21756b47a2b"
  "/detail/0798279001e547adba9078cefc49234e"
  "/detail/62e0269e3921427f8d0a547bc4787987"
  "/detail/83e8d52c3b33450894ff7e57e8339d15"
  "/detail/15ce2d9099a04403af012572f9c8a739"
  "/detail/efa1408ccaea4dada6b66609123e0411"
  "/detail/3712e7f695d84030b7fdcd868ffdb029"
  "/detail/972cec88119044e7bae968a9fd63fa3b"
  "/detail/25eb99374a8443aab686255510de945f"
  "/detail/bf9f660f6d3a49f481f34f81d4eba490"
  "/detail/6fc39764dd484cd9ac376f6103b81632"
  "/detail/bc8e33033cd942de98d18a8c3d97a658"
  "/detail/efe6680569f74faf804ee1efaf19be9a"
  "/detail/6999dca7e62942f7a91257143b4ae5f9"
  "/detail/2134204c21b141bf8914f7ae38136e12"
  "/detail/593e820f1cac4559a9a3e1050e8efd4d"
  "/detail/bfac73b9f4c64d388d9434f6d7488bcd"
  "/detail/5ded3046100944a38dfcf44849e9cfa0"
  "/detail/38c8fee1db68429e84bf2d0ff7cf28d1"
  "/detail/5ed00d0b2214467898e11032df7fd9af"
  "/detail/8698af0d3f204fc8b2dd551789c653cf"
  "/detail/216cfe0522bc479f9d0035444727c9bd"
  "/detail/219714dab9dd4282a7ddf96bbe42970e"
  "/detail/d81ba6bbfec0431d9106075e359aa7dc"
  "/detail/c3e7bb4c0e0c4b10af704092c5e5ad48"
  "/detail/b3fe8a09a76c4ef8bd13818ae4567d60"
  "/detail/0d04ce223d134546b518b013436d176f"
  "/detail/64202fdd750e4aa8829ca0b9513ac362"
  "/detail/d6829f3d6b104010bcd24b5047b7547a"
  "/detail/a276f2eadc434ab081123cb10365ecef"
  "/detail/874b91d2ffdd40f4bcad7a4576dcb2d6"
  "/detail/289e9338267a4f9f9c8acebb1c389498"
  "/detail/e7c413c06a6c40c7bf941421f29db2a4"
  "/detail/7214d7ceb2cc4af7b713457ba320f8c7"
  "/detail/187627a4fc924c55aca988fe7b310d59"
  "/detail/cfd78ee8ee7b460b9383203251ba8043"
  "/detail/a9bb8a13a72541d38cda4710bac9f31b"
  "/detail/d1ec76daf4f045279adaa92cb3c6a4d0"
  "/detail/8314fb86cd794b85aa2b82e2653aa478"
  "/detail/bc54d495f82141698103436b43896042"
  "/detail/12ae4f94052d48d2b1588cc81433ddf8"
  "/detail/165be59a5a984c089ca17e368ca52dd6"
  "/detail/75b4d52761384de8bfdcad9c02b88d16"
  "/detail/a0277f0230444c42be1ba5c5be16931b"
  "/detail/95d8052e5bb84297ad3d393fe99c77ed"
  "/detail/3e7ba8dee72c4d66a0b3c608d749f978"
  "/detail/12c2099a8dca489ab1a584d01f3c3180"
  "/detail/0e128cfc3eca44fab089cf27507879fe"
  "/detail/551c3803deb6402a9da30a29eb24cb1c"
  "/detail/cfa25c3db9f74762b271ac039f4ed13b"
  "/detail/e5b4de7c7eef42029457181b235e8c93"
  "/detail/be77efef0cba42c3a18ff77b8f8d07cf"
  "/detail/e076614ef3d14134bee71f90837f1478"
  "/detail/9ac7319afecc42c9a87244ec66b5bbd9"
  "/detail/f5ae707d34074da984f2e270f9fba8f5"
  "/detail/3350967b109348f6906d150a829e7ce6"
  "/detail/35fc80689eee49f58df1196187af2470"
  "/detail/fba830bbe8c54690ac1bcec9b57fad5d"
  "/detail/91e894956cdc4f67a37fda7acd04b633"
  "/detail/7e4b38931fe14571bc90196e03d5f77c"
  "/detail/8754f9c0880a4971adc78f58a305a09e"
  "/detail/ca7a7ea3307b4b6895e543268cf9dbf0"
  "/detail/55f53d301cd04b28b04fd783070562c8"
  "/detail/57805ffea6cd46979a57928b7d0528bc"
  "/detail/bbee8d50274946c3b1bf9ac4e1b9d6a0"
  "/detail/a14f6caa6d284b6cbda4bd4160e2b5c0"
  "/detail/ad300848165f496faff082123582050c"
  "/detail/1e92611f47ec4fe782c3c4bf4bcdea2f"
  "/detail/ef80a4794b3b4ab098c5972aeb7ad775"
  "/detail/a9a24ff974fc44cfb65909ea1190c134"
  "/detail/a2be0f12ddb4434aa714dda3d26e4fdc"
  "/detail/4b036b9868954364b23075fdbf19ce18"
  "/detail/1409012a830d4db2a1e1ceb10a697147"
  "/detail/a5a9ca1754314af0b0b11833108a5a2b"
  "/detail/51d377f2507d4e299de17e25904f5bd7"
  "/detail/750b6c87d0da49e4a328a677e22f69a0"
  "/detail/48b93469815c49ae9600b75b882b1fad"
  "/detail/3121312fd297451da63910651fee5590"
  "/detail/685d55d37b794f999034c2f57dbf4ec3"
  "/detail/e1aa811abb394af8a6300405a2ad8564"
  "/detail/31122981937b46ee92616a51776c9d6e"
  "/detail/c8114e44f497435d97d47ffb3d20350d"
  "/detail/4ad41f7f31064e7ba2483544068f1b61"
  "/detail/e43acdedc7c14e16b3665e3823a09bda"
  "/detail/81812e0ba24d423dac0838781a53ae70"
  "/detail/4153e88342ec4fb38c39ff19b0c75546"
  "/detail/3f5dfd97a55445f7b5ec641b8775bc96"
  "/detail/be58efd5547e47f996dfc50be36e2d85"
  "/detail/88eb5628daf24ecc9e57e8da3106bf04"
  "/detail/ee32b790467648b5ab774c993b318106"
  "/detail/ae9bb79ec42a4ba480fcbb2dd0544a7a"
  "/detail/0f66cbb49df4467fa52869e84a8cd0a0"
  "/detail/fad442e1947f4b8f8cb3792e4bd8934a"
  "/detail/7403fd12394149a9a9a65a510fc951e9"
  "/detail/906deef0a0ab41d18a0f06ae7915f261"
  "/detail/89485c882a8e48c88e78eb3a123c0a1d"
  "/detail/60cba981cea144c2bedfb3040c1ac083"
  "/detail/42e42b1a5f27496e90cc98492a4bcada"
  "/detail/a98c66392c6e4c9187f118b80267894d"
  "/detail/aacc3e0be1f84b239761735f57505826"
  "/detail/657fd57d003d48b5959bd8c569bdbc67"
  "/detail/d4e4b704391c4850bee5eebe2705494f"
  "/detail/4da367f607ad4d379e0774861aefc5cc"
  "/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.51 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.