GET https://staging.ktm-sturm.de/ersatzteilfinder/450-xc-atv-2008-modelcode-8475HQ

Query Metrics

113 Database Queries
101 Different statements
957.78 ms Query time

Queries

Group similar statements

# Time Info
1 0.71 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.23 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.42 ms
SELECT `key`, `value` FROM `app_config`
Parameters:
[]
4 0.33 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.41 ms
SELECT CONCAT(TRIM(TRAILING '/' FROM domain.url), '/') `key`, CONCAT(TRIM(TRAILING '/' FROM domain.url), '/') url, LOWER(HEX(domain.id)) id, LOWER(HEX(sales_channel.id)) salesChannelId, LOWER(HEX(sales_channel.type_id)) typeId, LOWER(HEX(domain.snippet_set_id)) snippetSetId, LOWER(HEX(domain.currency_id)) currencyId, LOWER(HEX(domain.language_id)) languageId, LOWER(HEX(theme.id)) themeId, sales_channel.maintenance maintenance, sales_channel.maintenance_ip_whitelist maintenanceIpWhitelist, snippet_set.iso as locale, theme.technical_name as themeName, parentTheme.technical_name as parentThemeName FROM sales_channel INNER JOIN sales_channel_domain domain ON domain.sales_channel_id = sales_channel.id LEFT JOIN theme_sales_channel theme_sales_channel ON sales_channel.id = theme_sales_channel.sales_channel_id INNER JOIN snippet_set snippet_set ON snippet_set.id = domain.snippet_set_id LEFT JOIN theme theme ON theme_sales_channel.theme_id = theme.id LEFT JOIN theme parentTheme ON theme.parent_theme_id = parentTheme.id WHERE (sales_channel.type_id = UNHEX(?)) AND (sales_channel.active)
Parameters:
[
  "8a243080f92e4c719546314b577cf82b"
]
6 0.37 ms
# seo-url::resolve
SELECT id, path_info pathInfo, is_canonical isCanonical, sales_channel_id salesChannelId FROM seo_url WHERE (language_id = ?) AND ((sales_channel_id = ? OR sales_channel_id IS NULL)) AND ((seo_path_info = ? OR seo_path_info = ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
  "ersatzteilfinder/450-xc-atv-2008-modelcode-8475HQ"
  "ersatzteilfinder/450-xc-atv-2008-modelcode-8475HQ/"
]
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/450-xc-atv-2008-modelcode-8475HQ"
]
8 0.66 ms
SELECT configuration_key, configuration_value FROM system_config WHERE sales_channel_id IS NULL ORDER BY sales_channel_id ASC
Parameters:
[]
9 0.21 ms
SELECT `name`, `path`, `author`, `self_managed`
                FROM `app`
                WHERE `active` = 1
Parameters:
[]
10 0.38 ms
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = ?) AND (token = ?) LIMIT 1
Parameters:
[
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
  "7J3j6rB2LionPyuxCShws4TYExaZRxa1"
]
11 0.35 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.50 ms
# base-context-factory::sales-channel::read
SELECT `sales_channel`.`id` as `sales_channel.id`, `sales_channel`.`type_id` as `sales_channel.typeId`, `sales_channel`.`language_id` as `sales_channel.languageId`, `sales_channel`.`customer_group_id` as `sales_channel.customerGroupId`, `sales_channel`.`currency_id` as `sales_channel.currencyId`, `sales_channel`.`payment_method_id` as `sales_channel.paymentMethodId`, `sales_channel`.`shipping_method_id` as `sales_channel.shippingMethodId`, `sales_channel`.`country_id` as `sales_channel.countryId`, `sales_channel`.`analytics_id` as `sales_channel.analyticsId`, `sales_channel`.`navigation_category_id` as `sales_channel.navigationCategoryId`, `sales_channel`.`navigation_category_version_id` as `sales_channel.navigationCategoryVersionId`, `sales_channel`.`navigation_category_depth` as `sales_channel.navigationCategoryDepth`, `sales_channel`.`footer_category_id` as `sales_channel.footerCategoryId`, `sales_channel`.`footer_category_version_id` as `sales_channel.footerCategoryVersionId`, `sales_channel`.`service_category_id` as `sales_channel.serviceCategoryId`, `sales_channel`.`service_category_version_id` as `sales_channel.serviceCategoryVersionId`, `sales_channel`.`mail_header_footer_id` as `sales_channel.mailHeaderFooterId`, `sales_channel`.`hreflang_default_domain_id` as `sales_channel.hreflangDefaultDomainId`, `sales_channel`.`short_name` as `sales_channel.shortName`, `sales_channel`.`tax_calculation_type` as `sales_channel.taxCalculationType`, `sales_channel`.`access_key` as `sales_channel.accessKey`, `sales_channel`.`configuration` as `sales_channel.configuration`, `sales_channel`.`active` as `sales_channel.active`, `sales_channel`.`hreflang_active` as `sales_channel.hreflangActive`, `sales_channel`.`maintenance` as `sales_channel.maintenance`, `sales_channel`.`maintenance_ip_whitelist` as `sales_channel.maintenanceIpWhitelist`, `sales_channel`.`payment_method_ids` as `sales_channel.paymentMethodIds`, `sales_channel`.`home_cms_page_id` as `sales_channel.homeCmsPageId`, `sales_channel`.`home_cms_page_version_id` as `sales_channel.homeCmsPageVersionId`, `sales_channel`.`created_at` as `sales_channel.createdAt`, `sales_channel`.`updated_at` as `sales_channel.updatedAt`, `sales_channel.currency`.`id` as `sales_channel.currency.id`, `sales_channel.currency`.`factor` as `sales_channel.currency.factor`, `sales_channel.currency`.`symbol` as `sales_channel.currency.symbol`, `sales_channel.currency`.`iso_code` as `sales_channel.currency.isoCode`, `sales_channel.currency`.`position` as `sales_channel.currency.position`, `sales_channel.currency`.`tax_free_from` as `sales_channel.currency.taxFreeFrom`, `sales_channel.currency`.`item_rounding` as `sales_channel.currency.itemRounding`, `sales_channel.currency`.`total_rounding` as `sales_channel.currency.totalRounding`, `sales_channel.currency`.`created_at` as `sales_channel.currency.createdAt`, `sales_channel.currency`.`updated_at` as `sales_channel.currency.updatedAt`, `sales_channel.currency.translation.shortName`, `sales_channel.currency.translation.shortName` as `sales_channel.currency.shortName`, `sales_channel.currency.translation.name`, `sales_channel.currency.translation.name` as `sales_channel.currency.name`, `sales_channel.currency.translation.customFields`, `sales_channel.currency.translation.customFields` as `sales_channel.currency.customFields`, `sales_channel.translation.name`, `sales_channel.translation.name` as `sales_channel.name`, `sales_channel.translation.homeSlotConfig`, `sales_channel.translation.homeSlotConfig` as `sales_channel.homeSlotConfig`, `sales_channel.translation.homeEnabled`, `sales_channel.translation.homeEnabled` as `sales_channel.homeEnabled`, `sales_channel.translation.homeName`, `sales_channel.translation.homeName` as `sales_channel.homeName`, `sales_channel.translation.homeMetaTitle`, `sales_channel.translation.homeMetaTitle` as `sales_channel.homeMetaTitle`, `sales_channel.translation.homeMetaDescription`, `sales_channel.translation.homeMetaDescription` as `sales_channel.homeMetaDescription`, `sales_channel.translation.homeKeywords`, `sales_channel.translation.homeKeywords` as `sales_channel.homeKeywords`, `sales_channel.translation.customFields`, `sales_channel.translation.customFields` as `sales_channel.customFields` FROM `sales_channel` LEFT JOIN `currency` `sales_channel.currency` ON `sales_channel`.`currency_id` = `sales_channel.currency`.`id` LEFT JOIN (SELECT `sales_channel.translation`.`sales_channel_id`, `sales_channel.translation`.`name` as `sales_channel.translation.name`, `sales_channel.translation`.`custom_fields` as `sales_channel.translation.customFields`, `sales_channel.translation`.`home_slot_config` as `sales_channel.translation.homeSlotConfig`, `sales_channel.translation`.`home_enabled` as `sales_channel.translation.homeEnabled`, `sales_channel.translation`.`home_name` as `sales_channel.translation.homeName`, `sales_channel.translation`.`home_meta_title` as `sales_channel.translation.homeMetaTitle`, `sales_channel.translation`.`home_meta_description` as `sales_channel.translation.homeMetaDescription`, `sales_channel.translation`.`home_keywords` as `sales_channel.translation.homeKeywords` FROM `sales_channel_translation` `sales_channel.translation` WHERE `sales_channel.translation`.`language_id` = ?) `sales_channel.sales_channel_translation` ON `sales_channel.sales_channel_translation`.`sales_channel_id` = `sales_channel`.`id` LEFT JOIN (SELECT `sales_channel.currency.translation`.`currency_id`, `sales_channel.currency.translation`.`short_name` as `sales_channel.currency.translation.shortName`, `sales_channel.currency.translation`.`name` as `sales_channel.currency.translation.name`, `sales_channel.currency.translation`.`custom_fields` as `sales_channel.currency.translation.customFields` FROM `currency_translation` `sales_channel.currency.translation` WHERE `sales_channel.currency.translation`.`language_id` = ?) `sales_channel.currency.currency_translation` ON `sales_channel.currency.currency_translation`.`currency_id` = `sales_channel.currency`.`id` WHERE `sales_channel`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
]
13 0.24 ms
# base-context-factory::sales-channel::association::domains::read
SELECT `sales_channel_domain`.`id` as `sales_channel_domain.id`, `sales_channel_domain`.`url` as `sales_channel_domain.url`, `sales_channel_domain`.`sales_channel_id` as `sales_channel_domain.salesChannelId`, `sales_channel_domain`.`language_id` as `sales_channel_domain.languageId`, `sales_channel_domain`.`currency_id` as `sales_channel_domain.currencyId`, `sales_channel_domain`.`snippet_set_id` as `sales_channel_domain.snippetSetId`, `sales_channel_domain`.`hreflang_use_only_locale` as `sales_channel_domain.hreflangUseOnlyLocale`, `sales_channel_domain`.`custom_fields` as `sales_channel_domain.customFields`, `sales_channel_domain`.`created_at` as `sales_channel_domain.createdAt`, `sales_channel_domain`.`updated_at` as `sales_channel_domain.updatedAt` FROM `sales_channel_domain` WHERE (`sales_channel_domain`.`sales_channel_id` IN (?))
Parameters:
[
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
]
14 0.23 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.35 ms
# base-context-factory::sales-channel::association::languages::read
SELECT `language`.`id` as `language.id`, `language`.`parent_id` as `language.parentId`, `language`.`locale_id` as `language.localeId`, `language`.`translation_code_id` as `language.translationCodeId`, `language`.`name` as `language.name`, `language`.`custom_fields` as `language.customFields`, `language`.`created_at` as `language.createdAt`, `language`.`updated_at` as `language.updatedAt`, `language.translationCode`.`id` as `language.translationCode.id`, `language.translationCode`.`code` as `language.translationCode.code`, `language.translationCode`.`created_at` as `language.translationCode.createdAt`, `language.translationCode`.`updated_at` as `language.translationCode.updatedAt`, `language.translationCode.translation.name`, `language.translationCode.translation.name` as `language.translationCode.name`, `language.translationCode.translation.territory`, `language.translationCode.translation.territory` as `language.translationCode.territory`, `language.translationCode.translation.customFields`, `language.translationCode.translation.customFields` as `language.translationCode.customFields`, `language.locale`.`id` as `language.locale.id`, `language.locale`.`code` as `language.locale.code`, `language.locale`.`created_at` as `language.locale.createdAt`, `language.locale`.`updated_at` as `language.locale.updatedAt`, `language.locale.translation.name`, `language.locale.translation.name` as `language.locale.name`, `language.locale.translation.territory`, `language.locale.translation.territory` as `language.locale.territory`, `language.locale.translation.customFields`, `language.locale.translation.customFields` as `language.locale.customFields` FROM `language` LEFT JOIN `locale` `language.translationCode` ON `language`.`translation_code_id` = `language.translationCode`.`id` LEFT JOIN `locale` `language.locale` ON `language`.`locale_id` = `language.locale`.`id` LEFT JOIN (SELECT `language.translationCode.translation`.`locale_id`, `language.translationCode.translation`.`name` as `language.translationCode.translation.name`, `language.translationCode.translation`.`territory` as `language.translationCode.translation.territory`, `language.translationCode.translation`.`custom_fields` as `language.translationCode.translation.customFields` FROM `locale_translation` `language.translationCode.translation` WHERE `language.translationCode.translation`.`language_id` = ?) `language.translationCode.locale_translation` ON `language.translationCode.locale_translation`.`locale_id` = `language.translationCode`.`id` LEFT JOIN (SELECT `language.locale.translation`.`locale_id`, `language.locale.translation`.`name` as `language.locale.translation.name`, `language.locale.translation`.`territory` as `language.locale.translation.territory`, `language.locale.translation`.`custom_fields` as `language.locale.translation.customFields` FROM `locale_translation` `language.locale.translation` WHERE `language.locale.translation`.`language_id` = ?) `language.locale.locale_translation` ON `language.locale.locale_translation`.`locale_id` = `language.locale`.`id` WHERE ((`language`.`id` = ?)) AND (`language`.`id` IN (?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
16 0.23 ms
# base-context-factory::currency::read
SELECT `currency`.`id` as `currency.id`, `currency`.`factor` as `currency.factor`, `currency`.`symbol` as `currency.symbol`, `currency`.`iso_code` as `currency.isoCode`, `currency`.`position` as `currency.position`, `currency`.`tax_free_from` as `currency.taxFreeFrom`, `currency`.`item_rounding` as `currency.itemRounding`, `currency`.`total_rounding` as `currency.totalRounding`, `currency`.`created_at` as `currency.createdAt`, `currency`.`updated_at` as `currency.updatedAt`, `currency.translation.shortName`, `currency.translation.shortName` as `currency.shortName`, `currency.translation.name`, `currency.translation.name` as `currency.name`, `currency.translation.customFields`, `currency.translation.customFields` as `currency.customFields` FROM `currency` LEFT JOIN (SELECT `currency.translation`.`currency_id`, `currency.translation`.`short_name` as `currency.translation.shortName`, `currency.translation`.`name` as `currency.translation.name`, `currency.translation`.`custom_fields` as `currency.translation.customFields` FROM `currency_translation` `currency.translation` WHERE `currency.translation`.`language_id` = ?) `currency.currency_translation` ON `currency.currency_translation`.`currency_id` = `currency`.`id` WHERE `currency`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"·ÒUK\fèGÍ‚ó¬›ÑÀßÊ"
]
17 0.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.23 ms
# base-context-factory::customer-group::read
SELECT `customer_group`.`id` as `customer_group.id`, `customer_group`.`display_gross` as `customer_group.displayGross`, `customer_group`.`registration_active` as `customer_group.registrationActive`, `customer_group`.`created_at` as `customer_group.createdAt`, `customer_group`.`updated_at` as `customer_group.updatedAt`, `customer_group.translation.name`, `customer_group.translation.name` as `customer_group.name`, `customer_group.translation.registrationTitle`, `customer_group.translation.registrationTitle` as `customer_group.registrationTitle`, `customer_group.translation.registrationIntroduction`, `customer_group.translation.registrationIntroduction` as `customer_group.registrationIntroduction`, `customer_group.translation.registrationOnlyCompanyRegistration`, `customer_group.translation.registrationOnlyCompanyRegistration` as `customer_group.registrationOnlyCompanyRegistration`, `customer_group.translation.registrationSeoMetaDescription`, `customer_group.translation.registrationSeoMetaDescription` as `customer_group.registrationSeoMetaDescription`, `customer_group.translation.customFields`, `customer_group.translation.customFields` as `customer_group.customFields` FROM `customer_group` LEFT JOIN (SELECT `customer_group.translation`.`customer_group_id`, `customer_group.translation`.`name` as `customer_group.translation.name`, `customer_group.translation`.`custom_fields` as `customer_group.translation.customFields`, `customer_group.translation`.`registration_title` as `customer_group.translation.registrationTitle`, `customer_group.translation`.`registration_introduction` as `customer_group.translation.registrationIntroduction`, `customer_group.translation`.`registration_only_company_registration` as `customer_group.translation.registrationOnlyCompanyRegistration`, `customer_group.translation`.`registration_seo_meta_description` as `customer_group.translation.registrationSeoMetaDescription` FROM `customer_group_translation` `customer_group.translation` WHERE `customer_group.translation`.`language_id` = ?) `customer_group.customer_group_translation` ON `customer_group.customer_group_translation`.`customer_group_id` = `customer_group`.`id` WHERE `customer_group`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"¤¢P\x18ËìAÏ¡╩\x10┘O╚¢Í"
]
19 0.15 ms
# base-context-factory::taxes::read
SELECT `tax`.`id` as `tax.id`, `tax`.`tax_rate` as `tax.taxRate`, `tax`.`name` as `tax.name`, `tax`.`position` as `tax.position`, `tax`.`custom_fields` as `tax.customFields`, `tax`.`created_at` as `tax.createdAt`, `tax`.`updated_at` as `tax.updatedAt` FROM `tax`
Parameters:
[]
20 0.39 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.39 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.42 ms
# base-context-factory::shipping-method::read
SELECT `shipping_method`.`id` as `shipping_method.id`, `shipping_method`.`active` as `shipping_method.active`, `shipping_method`.`position` as `shipping_method.position`, `shipping_method`.`availability_rule_id` as `shipping_method.availabilityRuleId`, `shipping_method`.`media_id` as `shipping_method.mediaId`, `shipping_method`.`delivery_time_id` as `shipping_method.deliveryTimeId`, `shipping_method`.`tax_type` as `shipping_method.taxType`, `shipping_method`.`tax_id` as `shipping_method.taxId`, `shipping_method.deliveryTime`.`id` as `shipping_method.deliveryTime.id`, `shipping_method.deliveryTime`.`min` as `shipping_method.deliveryTime.min`, `shipping_method.deliveryTime`.`max` as `shipping_method.deliveryTime.max`, `shipping_method.deliveryTime`.`unit` as `shipping_method.deliveryTime.unit`, `shipping_method.deliveryTime`.`created_at` as `shipping_method.deliveryTime.createdAt`, `shipping_method.deliveryTime`.`updated_at` as `shipping_method.deliveryTime.updatedAt`, `shipping_method.deliveryTime.translation.name`, `shipping_method.deliveryTime.translation.name` as `shipping_method.deliveryTime.name`, `shipping_method.deliveryTime.translation.customFields`, `shipping_method.deliveryTime.translation.customFields` as `shipping_method.deliveryTime.customFields`, `shipping_method.appShippingMethod`.`id` as `shipping_method.appShippingMethod.id`, `shipping_method.appShippingMethod`.`app_name` as `shipping_method.appShippingMethod.appName`, `shipping_method.appShippingMethod`.`identifier` as `shipping_method.appShippingMethod.identifier`, `shipping_method.appShippingMethod`.`app_id` as `shipping_method.appShippingMethod.appId`, `shipping_method.appShippingMethod`.`shipping_method_id` as `shipping_method.appShippingMethod.shippingMethodId`, `shipping_method.appShippingMethod`.`original_media_id` as `shipping_method.appShippingMethod.originalMediaId`, `shipping_method.appShippingMethod`.`created_at` as `shipping_method.appShippingMethod.createdAt`, `shipping_method.appShippingMethod`.`updated_at` as `shipping_method.appShippingMethod.updatedAt`, `shipping_method`.`technical_name` as `shipping_method.technicalName`, `shipping_method`.`created_at` as `shipping_method.createdAt`, `shipping_method`.`updated_at` as `shipping_method.updatedAt`, `shipping_method.media`.`id` as `shipping_method.media.id`, `shipping_method.media`.`user_id` as `shipping_method.media.userId`, `shipping_method.media`.`media_folder_id` as `shipping_method.media.mediaFolderId`, `shipping_method.media`.`mime_type` as `shipping_method.media.mimeType`, `shipping_method.media`.`file_extension` as `shipping_method.media.fileExtension`, `shipping_method.media`.`uploaded_at` as `shipping_method.media.uploadedAt`, `shipping_method.media`.`file_name` as `shipping_method.media.fileName`, `shipping_method.media`.`file_size` as `shipping_method.media.fileSize`, `shipping_method.media`.`media_type` as `shipping_method.media.mediaTypeRaw`, `shipping_method.media`.`meta_data` as `shipping_method.media.metaData`, `shipping_method.media`.`config` as `shipping_method.media.config`, `shipping_method.media`.`path` as `shipping_method.media.path`, `shipping_method.media`.`private` as `shipping_method.media.private`, `shipping_method.media`.`thumbnails_ro` as `shipping_method.media.thumbnailsRo`, `shipping_method.media`.`created_at` as `shipping_method.media.createdAt`, `shipping_method.media`.`updated_at` as `shipping_method.media.updatedAt`, `shipping_method.media.translation.title`, `shipping_method.media.translation.title` as `shipping_method.media.title`, `shipping_method.media.translation.alt`, `shipping_method.media.translation.alt` as `shipping_method.media.alt`, `shipping_method.media.translation.customFields`, `shipping_method.media.translation.customFields` as `shipping_method.media.customFields`, `shipping_method.translation.name`, `shipping_method.translation.name` as `shipping_method.name`, `shipping_method.translation.description`, `shipping_method.translation.description` as `shipping_method.description`, `shipping_method.translation.trackingUrl`, `shipping_method.translation.trackingUrl` as `shipping_method.trackingUrl`, `shipping_method.translation.customFields`, `shipping_method.translation.customFields` as `shipping_method.customFields` FROM `shipping_method` LEFT JOIN `delivery_time` `shipping_method.deliveryTime` ON `shipping_method`.`delivery_time_id` = `shipping_method.deliveryTime`.`id` LEFT JOIN `app_shipping_method` `shipping_method.appShippingMethod` ON `shipping_method`.`id` = `shipping_method.appShippingMethod`.`shipping_method_id` LEFT JOIN `media` `shipping_method.media` ON `shipping_method`.`media_id` = `shipping_method.media`.`id` LEFT JOIN (SELECT `shipping_method.translation`.`shipping_method_id`, `shipping_method.translation`.`name` as `shipping_method.translation.name`, `shipping_method.translation`.`custom_fields` as `shipping_method.translation.customFields`, `shipping_method.translation`.`description` as `shipping_method.translation.description`, `shipping_method.translation`.`tracking_url` as `shipping_method.translation.trackingUrl` FROM `shipping_method_translation` `shipping_method.translation` WHERE `shipping_method.translation`.`language_id` = ?) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation`.`shipping_method_id` = `shipping_method`.`id` LEFT JOIN (SELECT `shipping_method.deliveryTime.translation`.`delivery_time_id`, `shipping_method.deliveryTime.translation`.`name` as `shipping_method.deliveryTime.translation.name`, `shipping_method.deliveryTime.translation`.`custom_fields` as `shipping_method.deliveryTime.translation.customFields` FROM `delivery_time_translation` `shipping_method.deliveryTime.translation` WHERE `shipping_method.deliveryTime.translation`.`language_id` = ?) `shipping_method.deliveryTime.delivery_time_translation` ON `shipping_method.deliveryTime.delivery_time_translation`.`delivery_time_id` = `shipping_method.deliveryTime`.`id` LEFT JOIN (SELECT `shipping_method.media.translation`.`media_id`, `shipping_method.media.translation`.`alt` as `shipping_method.media.translation.alt`, `shipping_method.media.translation`.`title` as `shipping_method.media.translation.title`, `shipping_method.media.translation`.`custom_fields` as `shipping_method.media.translation.customFields` FROM `media_translation` `shipping_method.media.translation` WHERE `shipping_method.media.translation`.`language_id` = ?) `shipping_method.media.media_translation` ON `shipping_method.media.media_translation`.`media_id` = `shipping_method.media`.`id` WHERE `shipping_method`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"'´º•ò­HÁ­H°ð·^ÇY"
]
23 0.18 ms
# base-context-factory::cash-rounding::search-ids
SELECT `currency_country_rounding`.`id` FROM `currency_country_rounding` WHERE (`currency_country_rounding`.`currency_id` = ? AND `currency_country_rounding`.`country_id` = ?) LIMIT 1
Parameters:
[
  b"·ÒUK\fèGÍ‚ó¬›ÑÀßÊ"
  b"¡×[¶&ÙNc‡öº\x12—•+)"
]
24 0.17 ms
#cart-persister::load
            SELECT `cart`.`payload`, `cart`.`rule_ids`, `cart`.`compressed` FROM cart WHERE `token` = ?
Parameters:
[
  "7J3j6rB2LionPyuxCShws4TYExaZRxa1"
]
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.19 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.31 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.29 ms
SELECT LOWER(HEX(`script`.`app_id`)) as `app_id`,
                   `script`.`name` AS scriptName,
                   `script`.`script` AS script,
                   `script`.`hook` AS hook,
                   IFNULL(`script`.`updated_at`, `script`.`created_at`) AS lastModified,
                   `app`.`name` AS appName,
                   LOWER(HEX(`app`.`integration_id`)) AS integrationId,
                   `app`.`version` AS appVersion,
                   `script`.`active` AS active
            FROM `script`
            LEFT JOIN `app` ON `script`.`app_id` = `app`.`id`
            WHERE `script`.`hook` != 'include'
            ORDER BY `app`.`created_at`, `app`.`id`, `script`.`name`
Parameters:
[]
33 0.19 ms
SELECT LOWER(HEX(`script`.`app_id`)) as `app_id`,
                   `script`.`name` AS name,
                   `script`.`script` AS script,
                   `app`.`name` AS appName,
                   LOWER(HEX(`app`.`integration_id`)) AS integrationId,
                   IFNULL(`script`.`updated_at`, `script`.`created_at`) AS lastModified
            FROM `script`
            LEFT JOIN `app` ON `script`.`app_id` = `app`.`id`
            WHERE `script`.`hook` = 'include'
            ORDER BY `app`.`created_at`, `app`.`id`, `script`.`name`
Parameters:
[]
34 0.15 ms
SELECT `sales_channel_country`.`sales_channel_id`, `sales_channel_country`.`country_id` FROM `sales_channel_country` WHERE (`sales_channel_country`.`sales_channel_id` = ? AND `sales_channel_country`.`country_id` = ?)
Parameters:
[
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
  b"¡×[¶&ÙNc‡öº\x12—•+)"
]
35 0.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.36 ms
# navigation-route::meta-information
            SELECT LOWER(HEX(`id`)), `path`, `level`
            FROM `category`
            WHERE `id` = ? OR `parent_id` = ? OR `id` = ?
Parameters:
[
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
]
37 2.53 ms
# header::navigation::read
SELECT `category`.`id` as `category.id`, `category`.`version_id` as `category.versionId`, `category`.`parent_id` as `category.parentId`, `category`.`parent_version_id` as `category.parentVersionId`, `category`.`after_category_id` as `category.afterCategoryId`, `category`.`after_category_version_id` as `category.afterCategoryVersionId`, `category`.`media_id` as `category.mediaId`, `category`.`display_nested_products` as `category.displayNestedProducts`, `category`.`auto_increment` as `category.autoIncrement`, `category`.`level` as `category.level`, `category`.`path` as `category.path`, `category`.`child_count` as `category.childCount`, `category`.`type` as `category.type`, `category`.`product_assignment_type` as `category.productAssignmentType`, `category`.`visible` as `category.visible`, `category`.`active` as `category.active`, `category`.`cms_page_id` as `category.cmsPageId`, `category`.`cms_page_version_id` as `category.cmsPageVersionId`, `category`.`product_stream_id` as `category.productStreamId`, `category`.`custom_entity_type_id` as `category.customEntityTypeId`, `category`.`created_at` as `category.createdAt`, `category`.`updated_at` as `category.updatedAt`, `category.media`.`id` as `category.media.id`, `category.media`.`user_id` as `category.media.userId`, `category.media`.`media_folder_id` as `category.media.mediaFolderId`, `category.media`.`mime_type` as `category.media.mimeType`, `category.media`.`file_extension` as `category.media.fileExtension`, `category.media`.`uploaded_at` as `category.media.uploadedAt`, `category.media`.`file_name` as `category.media.fileName`, `category.media`.`file_size` as `category.media.fileSize`, `category.media`.`media_type` as `category.media.mediaTypeRaw`, `category.media`.`meta_data` as `category.media.metaData`, `category.media`.`config` as `category.media.config`, `category.media`.`path` as `category.media.path`, `category.media`.`private` as `category.media.private`, `category.media`.`thumbnails_ro` as `category.media.thumbnailsRo`, `category.media`.`created_at` as `category.media.createdAt`, `category.media`.`updated_at` as `category.media.updatedAt`, `category.media.translation.title`, `category.media.translation.title` as `category.media.title`, `category.media.translation.alt`, `category.media.translation.alt` as `category.media.alt`, `category.media.translation.customFields`, `category.media.translation.customFields` as `category.media.customFields`, `category.translation.name`, `category.translation.name` as `category.name`, `category.translation.breadcrumb`, `category.translation.breadcrumb` as `category.breadcrumb`, `category.translation.slotConfig`, `category.translation.slotConfig` as `category.slotConfig`, `category.translation.linkType`, `category.translation.linkType` as `category.linkType`, `category.translation.internalLink`, `category.translation.internalLink` as `category.internalLink`, `category.translation.externalLink`, `category.translation.externalLink` as `category.externalLink`, `category.translation.linkNewTab`, `category.translation.linkNewTab` as `category.linkNewTab`, `category.translation.description`, `category.translation.description` as `category.description`, `category.translation.metaTitle`, `category.translation.metaTitle` as `category.metaTitle`, `category.translation.metaDescription`, `category.translation.metaDescription` as `category.metaDescription`, `category.translation.keywords`, `category.translation.keywords` as `category.keywords`, `category.translation.customFields`, `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category`.`media_id` = `category.media`.`id` LEFT JOIN (SELECT `category.translation`.`category_id`, `category.translation`.`category_version_id`, `category.translation`.`breadcrumb` as `category.translation.breadcrumb`, `category.translation`.`name` as `category.translation.name`, `category.translation`.`custom_fields` as `category.translation.customFields`, `category.translation`.`slot_config` as `category.translation.slotConfig`, `category.translation`.`link_type` as `category.translation.linkType`, `category.translation`.`internal_link` as `category.translation.internalLink`, `category.translation`.`external_link` as `category.translation.externalLink`, `category.translation`.`link_new_tab` as `category.translation.linkNewTab`, `category.translation`.`description` as `category.translation.description`, `category.translation`.`meta_title` as `category.translation.metaTitle`, `category.translation`.`meta_description` as `category.translation.metaDescription`, `category.translation`.`keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation`.`language_id` = ?) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.`category_version_id` = `category`.`version_id` LEFT JOIN (SELECT `category.media.translation`.`media_id`, `category.media.translation`.`alt` as `category.media.translation.alt`, `category.media.translation`.`title` as `category.media.translation.title`, `category.media.translation`.`custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation`.`language_id` = ?) `category.media.media_translation` ON `category.media.media_translation`.`media_id` = `category.media`.`id` WHERE (`category`.`version_id` = ?) AND ((`category`.`path` LIKE ? AND (`category`.`level` > ? AND `category`.`level` <= ?)))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  "%|79a36140a28a4ce6ac6d0e2ced062741|%"
  1
  12
]
38 0.58 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.45 ms
# header::navigation::read
SELECT `category`.`id` as `category.id`, `category`.`version_id` as `category.versionId`, `category`.`parent_id` as `category.parentId`, `category`.`parent_version_id` as `category.parentVersionId`, `category`.`after_category_id` as `category.afterCategoryId`, `category`.`after_category_version_id` as `category.afterCategoryVersionId`, `category`.`media_id` as `category.mediaId`, `category`.`display_nested_products` as `category.displayNestedProducts`, `category`.`auto_increment` as `category.autoIncrement`, `category`.`level` as `category.level`, `category`.`path` as `category.path`, `category`.`child_count` as `category.childCount`, `category`.`type` as `category.type`, `category`.`product_assignment_type` as `category.productAssignmentType`, `category`.`visible` as `category.visible`, `category`.`active` as `category.active`, `category`.`cms_page_id` as `category.cmsPageId`, `category`.`cms_page_version_id` as `category.cmsPageVersionId`, `category`.`product_stream_id` as `category.productStreamId`, `category`.`custom_entity_type_id` as `category.customEntityTypeId`, `category`.`created_at` as `category.createdAt`, `category`.`updated_at` as `category.updatedAt`, `category.media`.`id` as `category.media.id`, `category.media`.`user_id` as `category.media.userId`, `category.media`.`media_folder_id` as `category.media.mediaFolderId`, `category.media`.`mime_type` as `category.media.mimeType`, `category.media`.`file_extension` as `category.media.fileExtension`, `category.media`.`uploaded_at` as `category.media.uploadedAt`, `category.media`.`file_name` as `category.media.fileName`, `category.media`.`file_size` as `category.media.fileSize`, `category.media`.`media_type` as `category.media.mediaTypeRaw`, `category.media`.`meta_data` as `category.media.metaData`, `category.media`.`config` as `category.media.config`, `category.media`.`path` as `category.media.path`, `category.media`.`private` as `category.media.private`, `category.media`.`thumbnails_ro` as `category.media.thumbnailsRo`, `category.media`.`created_at` as `category.media.createdAt`, `category.media`.`updated_at` as `category.media.updatedAt`, `category.media.translation.title`, `category.media.translation.title` as `category.media.title`, `category.media.translation.alt`, `category.media.translation.alt` as `category.media.alt`, `category.media.translation.customFields`, `category.media.translation.customFields` as `category.media.customFields`, `category.translation.name`, `category.translation.name` as `category.name`, `category.translation.breadcrumb`, `category.translation.breadcrumb` as `category.breadcrumb`, `category.translation.slotConfig`, `category.translation.slotConfig` as `category.slotConfig`, `category.translation.linkType`, `category.translation.linkType` as `category.linkType`, `category.translation.internalLink`, `category.translation.internalLink` as `category.internalLink`, `category.translation.externalLink`, `category.translation.externalLink` as `category.externalLink`, `category.translation.linkNewTab`, `category.translation.linkNewTab` as `category.linkNewTab`, `category.translation.description`, `category.translation.description` as `category.description`, `category.translation.metaTitle`, `category.translation.metaTitle` as `category.metaTitle`, `category.translation.metaDescription`, `category.translation.metaDescription` as `category.metaDescription`, `category.translation.keywords`, `category.translation.keywords` as `category.keywords`, `category.translation.customFields`, `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category`.`media_id` = `category.media`.`id` LEFT JOIN (SELECT `category.translation`.`category_id`, `category.translation`.`category_version_id`, `category.translation`.`breadcrumb` as `category.translation.breadcrumb`, `category.translation`.`name` as `category.translation.name`, `category.translation`.`custom_fields` as `category.translation.customFields`, `category.translation`.`slot_config` as `category.translation.slotConfig`, `category.translation`.`link_type` as `category.translation.linkType`, `category.translation`.`internal_link` as `category.translation.internalLink`, `category.translation`.`external_link` as `category.translation.externalLink`, `category.translation`.`link_new_tab` as `category.translation.linkNewTab`, `category.translation`.`description` as `category.translation.description`, `category.translation`.`meta_title` as `category.translation.metaTitle`, `category.translation`.`meta_description` as `category.translation.metaDescription`, `category.translation`.`keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation`.`language_id` = ?) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.`category_version_id` = `category`.`version_id` LEFT JOIN (SELECT `category.media.translation`.`media_id`, `category.media.translation`.`alt` as `category.media.translation.alt`, `category.media.translation`.`title` as `category.media.translation.title`, `category.media.translation`.`custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation`.`language_id` = ?) `category.media.media_translation` ON `category.media.media_translation`.`media_id` = `category.media`.`id` WHERE (`category`.`version_id` = ?) AND (`category`.`id` IN (?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
]
40 0.82 ms
# header::languages::search-ids
SELECT `language`.`id` FROM `language` LEFT JOIN `sales_channel_domain` `language.salesChannelDomains` ON `language`.`id` = `language.salesChannelDomains`.`language_id` LEFT JOIN `sales_channel_language` `language.salesChannels.mapping` ON `language`.`id` = `language.salesChannels.mapping`.`language_id`  LEFT JOIN `sales_channel` `language.salesChannels` ON `language.salesChannels.mapping`.`sales_channel_id` = `language.salesChannels`.`id`  WHERE (`language.salesChannelDomains`.`sales_channel_id` = ? AND `language.salesChannels`.`id` = ?) GROUP BY `language`.`id` ORDER BY MIN(`language`.`name`) ASC
Parameters:
[
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
]
41 0.37 ms
# header::languages::read
SELECT `language`.`id` as `language.id`, `language`.`parent_id` as `language.parentId`, `language`.`locale_id` as `language.localeId`, `language`.`translation_code_id` as `language.translationCodeId`, `language`.`name` as `language.name`, `language`.`custom_fields` as `language.customFields`, `language`.`created_at` as `language.createdAt`, `language`.`updated_at` as `language.updatedAt`, `language.productSearchConfig`.`id` as `language.productSearchConfig.id`, `language.productSearchConfig`.`language_id` as `language.productSearchConfig.languageId`, `language.productSearchConfig`.`and_logic` as `language.productSearchConfig.andLogic`, `language.productSearchConfig`.`min_search_length` as `language.productSearchConfig.minSearchLength`, `language.productSearchConfig`.`excluded_terms` as `language.productSearchConfig.excludedTerms`, `language.productSearchConfig`.`created_at` as `language.productSearchConfig.createdAt`, `language.productSearchConfig`.`updated_at` as `language.productSearchConfig.updatedAt`, `language.translationCode`.`id` as `language.translationCode.id`, `language.translationCode`.`code` as `language.translationCode.code`, `language.translationCode`.`created_at` as `language.translationCode.createdAt`, `language.translationCode`.`updated_at` as `language.translationCode.updatedAt`, `language.translationCode.translation.name`, `language.translationCode.translation.name` as `language.translationCode.name`, `language.translationCode.translation.territory`, `language.translationCode.translation.territory` as `language.translationCode.territory`, `language.translationCode.translation.customFields`, `language.translationCode.translation.customFields` as `language.translationCode.customFields` FROM `language` LEFT JOIN `product_search_config` `language.productSearchConfig` ON `language`.`id` = `language.productSearchConfig`.`language_id` LEFT JOIN `locale` `language.translationCode` ON `language`.`translation_code_id` = `language.translationCode`.`id` LEFT JOIN (SELECT `language.translationCode.translation`.`locale_id`, `language.translationCode.translation`.`name` as `language.translationCode.translation.name`, `language.translationCode.translation`.`territory` as `language.translationCode.translation.territory`, `language.translationCode.translation`.`custom_fields` as `language.translationCode.translation.customFields` FROM `locale_translation` `language.translationCode.translation` WHERE `language.translationCode.translation`.`language_id` = ?) `language.translationCode.locale_translation` ON `language.translationCode.locale_translation`.`locale_id` = `language.translationCode`.`id` WHERE `language`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
42 0.32 ms
# header::currencies::search-ids
SELECT `currency`.`id` FROM `currency` LEFT JOIN `sales_channel_currency` `currency.salesChannels.mapping` ON `currency`.`id` = `currency.salesChannels.mapping`.`currency_id`  LEFT JOIN `sales_channel` `currency.salesChannels` ON `currency.salesChannels.mapping`.`sales_channel_id` = `currency.salesChannels`.`id`  WHERE (`currency.salesChannels`.`id` = ?) GROUP BY `currency`.`id`
Parameters:
[
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
]
43 0.25 ms
# header::currencies::read
SELECT `currency`.`id` as `currency.id`, `currency`.`factor` as `currency.factor`, `currency`.`symbol` as `currency.symbol`, `currency`.`iso_code` as `currency.isoCode`, `currency`.`position` as `currency.position`, `currency`.`tax_free_from` as `currency.taxFreeFrom`, `currency`.`item_rounding` as `currency.itemRounding`, `currency`.`total_rounding` as `currency.totalRounding`, `currency`.`created_at` as `currency.createdAt`, `currency`.`updated_at` as `currency.updatedAt`, `currency.translation.shortName`, `currency.translation.shortName` as `currency.shortName`, `currency.translation.name`, `currency.translation.name` as `currency.name`, `currency.translation.customFields`, `currency.translation.customFields` as `currency.customFields` FROM `currency` LEFT JOIN (SELECT `currency.translation`.`currency_id`, `currency.translation`.`short_name` as `currency.translation.shortName`, `currency.translation`.`name` as `currency.translation.name`, `currency.translation`.`custom_fields` as `currency.translation.customFields` FROM `currency_translation` `currency.translation` WHERE `currency.translation`.`language_id` = ?) `currency.currency_translation` ON `currency.currency_translation`.`currency_id` = `currency`.`id` WHERE `currency`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"·ÒUK\fèGÍ‚ó¬›ÑÀßÊ"
]
44 0.28 ms
# navigation-route::meta-information
            SELECT LOWER(HEX(`id`)), `path`, `level`
            FROM `category`
            WHERE `id` = ? OR `parent_id` = ? OR `id` = ?
Parameters:
[
  b"Ý£ì_Û€B¬¸øÈA÷\x0Eþ‹"
  b"Ý£ì_Û€B¬¸øÈA÷\x0Eþ‹"
  b"Ý£ì_Û€B¬¸øÈA÷\x0Eþ‹"
]
45 1.62 ms
# header::navigation::read
SELECT `category`.`id` as `category.id`, `category`.`version_id` as `category.versionId`, `category`.`parent_id` as `category.parentId`, `category`.`parent_version_id` as `category.parentVersionId`, `category`.`after_category_id` as `category.afterCategoryId`, `category`.`after_category_version_id` as `category.afterCategoryVersionId`, `category`.`media_id` as `category.mediaId`, `category`.`display_nested_products` as `category.displayNestedProducts`, `category`.`auto_increment` as `category.autoIncrement`, `category`.`level` as `category.level`, `category`.`path` as `category.path`, `category`.`child_count` as `category.childCount`, `category`.`type` as `category.type`, `category`.`product_assignment_type` as `category.productAssignmentType`, `category`.`visible` as `category.visible`, `category`.`active` as `category.active`, `category`.`cms_page_id` as `category.cmsPageId`, `category`.`cms_page_version_id` as `category.cmsPageVersionId`, `category`.`product_stream_id` as `category.productStreamId`, `category`.`custom_entity_type_id` as `category.customEntityTypeId`, `category`.`created_at` as `category.createdAt`, `category`.`updated_at` as `category.updatedAt`, `category.media`.`id` as `category.media.id`, `category.media`.`user_id` as `category.media.userId`, `category.media`.`media_folder_id` as `category.media.mediaFolderId`, `category.media`.`mime_type` as `category.media.mimeType`, `category.media`.`file_extension` as `category.media.fileExtension`, `category.media`.`uploaded_at` as `category.media.uploadedAt`, `category.media`.`file_name` as `category.media.fileName`, `category.media`.`file_size` as `category.media.fileSize`, `category.media`.`media_type` as `category.media.mediaTypeRaw`, `category.media`.`meta_data` as `category.media.metaData`, `category.media`.`config` as `category.media.config`, `category.media`.`path` as `category.media.path`, `category.media`.`private` as `category.media.private`, `category.media`.`thumbnails_ro` as `category.media.thumbnailsRo`, `category.media`.`created_at` as `category.media.createdAt`, `category.media`.`updated_at` as `category.media.updatedAt`, `category.media.translation.title`, `category.media.translation.title` as `category.media.title`, `category.media.translation.alt`, `category.media.translation.alt` as `category.media.alt`, `category.media.translation.customFields`, `category.media.translation.customFields` as `category.media.customFields`, `category.translation.name`, `category.translation.name` as `category.name`, `category.translation.breadcrumb`, `category.translation.breadcrumb` as `category.breadcrumb`, `category.translation.slotConfig`, `category.translation.slotConfig` as `category.slotConfig`, `category.translation.linkType`, `category.translation.linkType` as `category.linkType`, `category.translation.internalLink`, `category.translation.internalLink` as `category.internalLink`, `category.translation.externalLink`, `category.translation.externalLink` as `category.externalLink`, `category.translation.linkNewTab`, `category.translation.linkNewTab` as `category.linkNewTab`, `category.translation.description`, `category.translation.description` as `category.description`, `category.translation.metaTitle`, `category.translation.metaTitle` as `category.metaTitle`, `category.translation.metaDescription`, `category.translation.metaDescription` as `category.metaDescription`, `category.translation.keywords`, `category.translation.keywords` as `category.keywords`, `category.translation.customFields`, `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category`.`media_id` = `category.media`.`id` LEFT JOIN (SELECT `category.translation`.`category_id`, `category.translation`.`category_version_id`, `category.translation`.`breadcrumb` as `category.translation.breadcrumb`, `category.translation`.`name` as `category.translation.name`, `category.translation`.`custom_fields` as `category.translation.customFields`, `category.translation`.`slot_config` as `category.translation.slotConfig`, `category.translation`.`link_type` as `category.translation.linkType`, `category.translation`.`internal_link` as `category.translation.internalLink`, `category.translation`.`external_link` as `category.translation.externalLink`, `category.translation`.`link_new_tab` as `category.translation.linkNewTab`, `category.translation`.`description` as `category.translation.description`, `category.translation`.`meta_title` as `category.translation.metaTitle`, `category.translation`.`meta_description` as `category.translation.metaDescription`, `category.translation`.`keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation`.`language_id` = ?) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.`category_version_id` = `category`.`version_id` LEFT JOIN (SELECT `category.media.translation`.`media_id`, `category.media.translation`.`alt` as `category.media.translation.alt`, `category.media.translation`.`title` as `category.media.translation.title`, `category.media.translation`.`custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation`.`language_id` = ?) `category.media.media_translation` ON `category.media.media_translation`.`media_id` = `category.media`.`id` WHERE (`category`.`version_id` = ?) AND ((`category`.`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.31 ms
SELECT LOWER(HEX(`category`.`parent_id`)) as `category-ids.key`, COUNT(`category`.`id`) as `category-ids.count`, COUNT(DISTINCT `category`.`id`) as `visible-children-count` FROM `category` WHERE (`category`.`version_id` = ?) AND ((`category`.`path` LIKE ? AND `category`.`level` = ? AND `category`.`active` = ? AND `category`.`visible` = ?)) GROUP BY `category`.`parent_id`
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  "%|dda3ec5fdb8042acb8f8c841f70efe8b|%"
  4
  true
  true
]
47 0.47 ms
# header::navigation::read
SELECT `category`.`id` as `category.id`, `category`.`version_id` as `category.versionId`, `category`.`parent_id` as `category.parentId`, `category`.`parent_version_id` as `category.parentVersionId`, `category`.`after_category_id` as `category.afterCategoryId`, `category`.`after_category_version_id` as `category.afterCategoryVersionId`, `category`.`media_id` as `category.mediaId`, `category`.`display_nested_products` as `category.displayNestedProducts`, `category`.`auto_increment` as `category.autoIncrement`, `category`.`level` as `category.level`, `category`.`path` as `category.path`, `category`.`child_count` as `category.childCount`, `category`.`type` as `category.type`, `category`.`product_assignment_type` as `category.productAssignmentType`, `category`.`visible` as `category.visible`, `category`.`active` as `category.active`, `category`.`cms_page_id` as `category.cmsPageId`, `category`.`cms_page_version_id` as `category.cmsPageVersionId`, `category`.`product_stream_id` as `category.productStreamId`, `category`.`custom_entity_type_id` as `category.customEntityTypeId`, `category`.`created_at` as `category.createdAt`, `category`.`updated_at` as `category.updatedAt`, `category.media`.`id` as `category.media.id`, `category.media`.`user_id` as `category.media.userId`, `category.media`.`media_folder_id` as `category.media.mediaFolderId`, `category.media`.`mime_type` as `category.media.mimeType`, `category.media`.`file_extension` as `category.media.fileExtension`, `category.media`.`uploaded_at` as `category.media.uploadedAt`, `category.media`.`file_name` as `category.media.fileName`, `category.media`.`file_size` as `category.media.fileSize`, `category.media`.`media_type` as `category.media.mediaTypeRaw`, `category.media`.`meta_data` as `category.media.metaData`, `category.media`.`config` as `category.media.config`, `category.media`.`path` as `category.media.path`, `category.media`.`private` as `category.media.private`, `category.media`.`thumbnails_ro` as `category.media.thumbnailsRo`, `category.media`.`created_at` as `category.media.createdAt`, `category.media`.`updated_at` as `category.media.updatedAt`, `category.media.translation.title`, `category.media.translation.title` as `category.media.title`, `category.media.translation.alt`, `category.media.translation.alt` as `category.media.alt`, `category.media.translation.customFields`, `category.media.translation.customFields` as `category.media.customFields`, `category.translation.name`, `category.translation.name` as `category.name`, `category.translation.breadcrumb`, `category.translation.breadcrumb` as `category.breadcrumb`, `category.translation.slotConfig`, `category.translation.slotConfig` as `category.slotConfig`, `category.translation.linkType`, `category.translation.linkType` as `category.linkType`, `category.translation.internalLink`, `category.translation.internalLink` as `category.internalLink`, `category.translation.externalLink`, `category.translation.externalLink` as `category.externalLink`, `category.translation.linkNewTab`, `category.translation.linkNewTab` as `category.linkNewTab`, `category.translation.description`, `category.translation.description` as `category.description`, `category.translation.metaTitle`, `category.translation.metaTitle` as `category.metaTitle`, `category.translation.metaDescription`, `category.translation.metaDescription` as `category.metaDescription`, `category.translation.keywords`, `category.translation.keywords` as `category.keywords`, `category.translation.customFields`, `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category`.`media_id` = `category.media`.`id` LEFT JOIN (SELECT `category.translation`.`category_id`, `category.translation`.`category_version_id`, `category.translation`.`breadcrumb` as `category.translation.breadcrumb`, `category.translation`.`name` as `category.translation.name`, `category.translation`.`custom_fields` as `category.translation.customFields`, `category.translation`.`slot_config` as `category.translation.slotConfig`, `category.translation`.`link_type` as `category.translation.linkType`, `category.translation`.`internal_link` as `category.translation.internalLink`, `category.translation`.`external_link` as `category.translation.externalLink`, `category.translation`.`link_new_tab` as `category.translation.linkNewTab`, `category.translation`.`description` as `category.translation.description`, `category.translation`.`meta_title` as `category.translation.metaTitle`, `category.translation`.`meta_description` as `category.translation.metaDescription`, `category.translation`.`keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation`.`language_id` = ?) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.`category_version_id` = `category`.`version_id` LEFT JOIN (SELECT `category.media.translation`.`media_id`, `category.media.translation`.`alt` as `category.media.translation.alt`, `category.media.translation`.`title` as `category.media.translation.title`, `category.media.translation`.`custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation`.`language_id` = ?) `category.media.media_translation` ON `category.media.media_translation`.`media_id` = `category.media`.`id` WHERE (`category`.`version_id` = ?) AND (`category`.`id` IN (?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"Ý£ì_Û€B¬¸øÈA÷\x0Eþ‹"
]
48 0.55 ms
# footer-pagelet::payment-methods::search-ids
SELECT `payment_method`.`id` FROM `payment_method` LEFT JOIN `sales_channel_payment_method` `payment_method.salesChannels.mapping` ON `payment_method`.`id` = `payment_method.salesChannels.mapping`.`payment_method_id`  LEFT JOIN `sales_channel` `payment_method.salesChannels` ON `payment_method.salesChannels.mapping`.`sales_channel_id` = `payment_method.salesChannels`.`id`  WHERE (`payment_method`.`active` = ? AND `payment_method.salesChannels`.`id` = ?) GROUP BY `payment_method`.`id` ORDER BY MIN(`payment_method`.`position`) ASC
Parameters:
[
  true
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
]
49 0.59 ms
# footer-pagelet::payment-methods::read
SELECT `payment_method`.`id` as `payment_method.id`, `payment_method`.`plugin_id` as `payment_method.pluginId`, `payment_method`.`handler_identifier` as `payment_method.handlerIdentifier`, `payment_method`.`position` as `payment_method.position`, `payment_method`.`active` as `payment_method.active`, `payment_method`.`after_order_enabled` as `payment_method.afterOrderEnabled`, `payment_method`.`availability_rule_id` as `payment_method.availabilityRuleId`, `payment_method`.`media_id` as `payment_method.mediaId`, `payment_method.appPaymentMethod`.`id` as `payment_method.appPaymentMethod.id`, `payment_method.appPaymentMethod`.`app_name` as `payment_method.appPaymentMethod.appName`, `payment_method.appPaymentMethod`.`identifier` as `payment_method.appPaymentMethod.identifier`, `payment_method.appPaymentMethod`.`pay_url` as `payment_method.appPaymentMethod.payUrl`, `payment_method.appPaymentMethod`.`finalize_url` as `payment_method.appPaymentMethod.finalizeUrl`, `payment_method.appPaymentMethod`.`validate_url` as `payment_method.appPaymentMethod.validateUrl`, `payment_method.appPaymentMethod`.`capture_url` as `payment_method.appPaymentMethod.captureUrl`, `payment_method.appPaymentMethod`.`refund_url` as `payment_method.appPaymentMethod.refundUrl`, `payment_method.appPaymentMethod`.`recurring_url` as `payment_method.appPaymentMethod.recurringUrl`, `payment_method.appPaymentMethod`.`app_id` as `payment_method.appPaymentMethod.appId`, `payment_method.appPaymentMethod`.`original_media_id` as `payment_method.appPaymentMethod.originalMediaId`, `payment_method.appPaymentMethod`.`payment_method_id` as `payment_method.appPaymentMethod.paymentMethodId`, `payment_method.appPaymentMethod`.`created_at` as `payment_method.appPaymentMethod.createdAt`, `payment_method.appPaymentMethod`.`updated_at` as `payment_method.appPaymentMethod.updatedAt`, `payment_method`.`technical_name` as `payment_method.technicalName`, `payment_method`.`created_at` as `payment_method.createdAt`, `payment_method`.`updated_at` as `payment_method.updatedAt`, `payment_method.media`.`id` as `payment_method.media.id`, `payment_method.media`.`user_id` as `payment_method.media.userId`, `payment_method.media`.`media_folder_id` as `payment_method.media.mediaFolderId`, `payment_method.media`.`mime_type` as `payment_method.media.mimeType`, `payment_method.media`.`file_extension` as `payment_method.media.fileExtension`, `payment_method.media`.`uploaded_at` as `payment_method.media.uploadedAt`, `payment_method.media`.`file_name` as `payment_method.media.fileName`, `payment_method.media`.`file_size` as `payment_method.media.fileSize`, `payment_method.media`.`media_type` as `payment_method.media.mediaTypeRaw`, `payment_method.media`.`meta_data` as `payment_method.media.metaData`, `payment_method.media`.`config` as `payment_method.media.config`, `payment_method.media`.`path` as `payment_method.media.path`, `payment_method.media`.`private` as `payment_method.media.private`, `payment_method.media`.`thumbnails_ro` as `payment_method.media.thumbnailsRo`, `payment_method.media`.`created_at` as `payment_method.media.createdAt`, `payment_method.media`.`updated_at` as `payment_method.media.updatedAt`, `payment_method.media.translation.title`, `payment_method.media.translation.title` as `payment_method.media.title`, `payment_method.media.translation.alt`, `payment_method.media.translation.alt` as `payment_method.media.alt`, `payment_method.media.translation.customFields`, `payment_method.media.translation.customFields` as `payment_method.media.customFields`, `payment_method.translation.name`, `payment_method.translation.name` as `payment_method.name`, `payment_method.translation.distinguishableName`, `payment_method.translation.distinguishableName` as `payment_method.distinguishableName`, `payment_method.translation.description`, `payment_method.translation.description` as `payment_method.description`, `payment_method.translation.customFields`, `payment_method.translation.customFields` as `payment_method.customFields` FROM `payment_method` LEFT JOIN `app_payment_method` `payment_method.appPaymentMethod` ON `payment_method`.`id` = `payment_method.appPaymentMethod`.`payment_method_id` LEFT JOIN `media` `payment_method.media` ON `payment_method`.`media_id` = `payment_method.media`.`id` LEFT JOIN (SELECT `payment_method.translation`.`payment_method_id`, `payment_method.translation`.`name` as `payment_method.translation.name`, `payment_method.translation`.`distinguishable_name` as `payment_method.translation.distinguishableName`, `payment_method.translation`.`description` as `payment_method.translation.description`, `payment_method.translation`.`custom_fields` as `payment_method.translation.customFields` FROM `payment_method_translation` `payment_method.translation` WHERE `payment_method.translation`.`language_id` = ?) `payment_method.payment_method_translation` ON `payment_method.payment_method_translation`.`payment_method_id` = `payment_method`.`id` LEFT JOIN (SELECT `payment_method.media.translation`.`media_id`, `payment_method.media.translation`.`alt` as `payment_method.media.translation.alt`, `payment_method.media.translation`.`title` as `payment_method.media.translation.title`, `payment_method.media.translation`.`custom_fields` as `payment_method.media.translation.customFields` FROM `media_translation` `payment_method.media.translation` WHERE `payment_method.media.translation`.`language_id` = ?) `payment_method.media.media_translation` ON `payment_method.media.media_translation`.`media_id` = `payment_method.media`.`id` WHERE `payment_method`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"p\x7F´/rJEGá$Ø\x18\eFy▀"
  b"$)v‹Ì\x04Eüƒð?·Í2\x02%"
  b"=\x16uıã;O\x13©1\eì}:\x1D×"
  b"E;|™\x7FVO¾¼HZ4ä(r¡"
  b"iŒØ\e’•Hæ³JkΧ¸v‘"
  b"”ú_›Ž¬JgŒÕ\x13ð½ß\x1Er"
  b"W}╗p/ìG\r®x\x12\x1D7╔B-"
  b"\x1FäÀ\x13\x1F¦BÓªLƒ\v³ž¯A"
  b"±¶ƒi‹\x11@E±¢¿T½\x16Õ,"
]
50 0.33 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.45 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.28 ms
SELECT `sales_channel`.`id` FROM `sales_channel` LEFT JOIN `sales_channel_payment_method` `sales_channel.paymentMethods.mapping` ON `sales_channel`.`id` = `sales_channel.paymentMethods.mapping`.`sales_channel_id`  LEFT JOIN `payment_method` `sales_channel.paymentMethods` ON `sales_channel.paymentMethods.mapping`.`payment_method_id` = `sales_channel.paymentMethods`.`id`  WHERE ((`sales_channel`.`id` = ? AND `sales_channel.paymentMethods`.`id` = ? AND `sales_channel.paymentMethods`.`active` = ?)) LIMIT 1
Parameters:
[
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
  b"¸©Å╔└\x10G\x02®ofM½■&V"
  true
]
53 0.21 ms
SELECT `handler_identifier`, LOWER(HEX(`id`)) FROM `payment_method`
Parameters:
[]
54 0.23 ms
SELECT LOWER(HEX(assoc.`sales_channel_id`))
                FROM `sales_channel_payment_method` AS assoc
                    LEFT JOIN `payment_method` AS pm
                        ON pm.`id` = assoc.`payment_method_id`
                WHERE
                    assoc.`payment_method_id` = ? AND
                    pm.`active` = 1
Parameters:
[
  b"p\x7F´/rJEGá$Ø\x18\eFy▀"
]
55 0.18 ms
SELECT `language`.`id` FROM `language` WHERE `language`.`id` IN (?) LIMIT 1
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
]
56 0.33 ms
SELECT `language`.`id` as `language.id`, `language`.`parent_id` as `language.parentId`, `language`.`locale_id` as `language.localeId`, `language`.`translation_code_id` as `language.translationCodeId`, `language`.`name` as `language.name`, `language`.`custom_fields` as `language.customFields`, `language`.`created_at` as `language.createdAt`, `language`.`updated_at` as `language.updatedAt`, `language.locale`.`id` as `language.locale.id`, `language.locale`.`code` as `language.locale.code`, `language.locale`.`created_at` as `language.locale.createdAt`, `language.locale`.`updated_at` as `language.locale.updatedAt`, `language.locale.translation.name`, `language.locale.translation.name` as `language.locale.name`, `language.locale.translation.territory`, `language.locale.translation.territory` as `language.locale.territory`, `language.locale.translation.customFields`, `language.locale.translation.customFields` as `language.locale.customFields` FROM `language` LEFT JOIN `locale` `language.locale` ON `language`.`locale_id` = `language.locale`.`id` LEFT JOIN (SELECT `language.locale.translation`.`locale_id`, `language.locale.translation`.`name` as `language.locale.translation.name`, `language.locale.translation`.`territory` as `language.locale.translation.territory`, `language.locale.translation`.`custom_fields` as `language.locale.translation.customFields` FROM `locale_translation` `language.locale.translation` WHERE `language.locale.translation`.`language_id` = ?) `language.locale.locale_translation` ON `language.locale.locale_translation`.`locale_id` = `language.locale`.`id` WHERE `language`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
57 0.60 ms
# category::data::read
SELECT `category`.`id` as `category.id`, `category`.`version_id` as `category.versionId`, `category`.`parent_id` as `category.parentId`, `category`.`parent_version_id` as `category.parentVersionId`, `category`.`after_category_id` as `category.afterCategoryId`, `category`.`after_category_version_id` as `category.afterCategoryVersionId`, `category`.`media_id` as `category.mediaId`, `category`.`display_nested_products` as `category.displayNestedProducts`, `category`.`auto_increment` as `category.autoIncrement`, `category`.`level` as `category.level`, `category`.`path` as `category.path`, `category`.`child_count` as `category.childCount`, `category`.`type` as `category.type`, `category`.`product_assignment_type` as `category.productAssignmentType`, `category`.`visible` as `category.visible`, `category`.`active` as `category.active`, `category`.`cms_page_id` as `category.cmsPageId`, `category`.`cms_page_version_id` as `category.cmsPageVersionId`, `category`.`product_stream_id` as `category.productStreamId`, `category`.`custom_entity_type_id` as `category.customEntityTypeId`, `category`.`created_at` as `category.createdAt`, `category`.`updated_at` as `category.updatedAt`, `category.media`.`id` as `category.media.id`, `category.media`.`user_id` as `category.media.userId`, `category.media`.`media_folder_id` as `category.media.mediaFolderId`, `category.media`.`mime_type` as `category.media.mimeType`, `category.media`.`file_extension` as `category.media.fileExtension`, `category.media`.`uploaded_at` as `category.media.uploadedAt`, `category.media`.`file_name` as `category.media.fileName`, `category.media`.`file_size` as `category.media.fileSize`, `category.media`.`media_type` as `category.media.mediaTypeRaw`, `category.media`.`meta_data` as `category.media.metaData`, `category.media`.`config` as `category.media.config`, `category.media`.`path` as `category.media.path`, `category.media`.`private` as `category.media.private`, `category.media`.`thumbnails_ro` as `category.media.thumbnailsRo`, `category.media`.`created_at` as `category.media.createdAt`, `category.media`.`updated_at` as `category.media.updatedAt`, `category.media.translation.title`, `category.media.translation.title` as `category.media.title`, `category.media.translation.alt`, `category.media.translation.alt` as `category.media.alt`, `category.media.translation.customFields`, `category.media.translation.customFields` as `category.media.customFields`, `category.translation.name`, `category.translation.name` as `category.name`, `category.translation.breadcrumb`, `category.translation.breadcrumb` as `category.breadcrumb`, `category.translation.slotConfig`, `category.translation.slotConfig` as `category.slotConfig`, `category.translation.linkType`, `category.translation.linkType` as `category.linkType`, `category.translation.internalLink`, `category.translation.internalLink` as `category.internalLink`, `category.translation.externalLink`, `category.translation.externalLink` as `category.externalLink`, `category.translation.linkNewTab`, `category.translation.linkNewTab` as `category.linkNewTab`, `category.translation.description`, `category.translation.description` as `category.description`, `category.translation.metaTitle`, `category.translation.metaTitle` as `category.metaTitle`, `category.translation.metaDescription`, `category.translation.metaDescription` as `category.metaDescription`, `category.translation.keywords`, `category.translation.keywords` as `category.keywords`, `category.translation.customFields`, `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category`.`media_id` = `category.media`.`id` LEFT JOIN (SELECT `category.translation`.`category_id`, `category.translation`.`category_version_id`, `category.translation`.`breadcrumb` as `category.translation.breadcrumb`, `category.translation`.`name` as `category.translation.name`, `category.translation`.`custom_fields` as `category.translation.customFields`, `category.translation`.`slot_config` as `category.translation.slotConfig`, `category.translation`.`link_type` as `category.translation.linkType`, `category.translation`.`internal_link` as `category.translation.internalLink`, `category.translation`.`external_link` as `category.translation.externalLink`, `category.translation`.`link_new_tab` as `category.translation.linkNewTab`, `category.translation`.`description` as `category.translation.description`, `category.translation`.`meta_title` as `category.translation.metaTitle`, `category.translation`.`meta_description` as `category.translation.metaDescription`, `category.translation`.`keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation`.`language_id` = ?) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.`category_version_id` = `category`.`version_id` LEFT JOIN (SELECT `category.media.translation`.`media_id`, `category.media.translation`.`alt` as `category.media.translation.alt`, `category.media.translation`.`title` as `category.media.translation.title`, `category.media.translation`.`custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation`.`language_id` = ?) `category.media.media_translation` ON `category.media.media_translation`.`media_id` = `category.media`.`id` WHERE (`category`.`version_id` = ?) AND (`category`.`id` IN (?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
]
58 0.31 ms
# category::cms-page::read
SELECT `cms_page`.`id` as `cms_page.id`, `cms_page`.`version_id` as `cms_page.versionId`, `cms_page`.`type` as `cms_page.type`, `cms_page`.`entity` as `cms_page.entity`, `cms_page`.`css_class` as `cms_page.cssClass`, `cms_page`.`config` as `cms_page.config`, `cms_page`.`preview_media_id` as `cms_page.previewMediaId`, `cms_page`.`locked` as `cms_page.locked`, `cms_page`.`created_at` as `cms_page.createdAt`, `cms_page`.`updated_at` as `cms_page.updatedAt`, `cms_page.translation.name`, `cms_page.translation.name` as `cms_page.name`, `cms_page.translation.customFields`, `cms_page.translation.customFields` as `cms_page.customFields` FROM `cms_page` LEFT JOIN (SELECT `cms_page.translation`.`cms_page_id`, `cms_page.translation`.`cms_page_version_id`, `cms_page.translation`.`name` as `cms_page.translation.name`, `cms_page.translation`.`custom_fields` as `cms_page.translation.customFields` FROM `cms_page_translation` `cms_page.translation` WHERE `cms_page.translation`.`language_id` = ?) `cms_page.cms_page_translation` ON `cms_page.cms_page_translation`.`cms_page_id` = `cms_page`.`id` AND `cms_page.cms_page_translation`.`cms_page_version_id` = `cms_page`.`version_id` WHERE (`cms_page`.`version_id` = ?) AND (`cms_page`.`id` IN (?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"iTwà.öCå \x16¸>ÔÍö:"
]
59 0.49 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.60 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.70 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.35 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.32 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.85 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.24 ms
SELECT `name`, `type` FROM `custom_field` WHERE `active` = 1
Parameters:
[]
66 616.82 ms
SELECT `product`.`id`, `product`.`product_number`, `product`.`auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product`.`visibilities` = `product.visibilities`.`product_id` AND `product`.version_id = `product.visibilities`.product_version_id LEFT JOIN (SELECT `product.translation`.`product_id`, `product.translation`.`product_version_id`, `product.translation`.`custom_fields` as `product.translation.customFields` FROM `product_translation` `product.translation` WHERE `product.translation`.`language_id` = ?) `product.product_translation` ON `product.product_translation`.`product_id` = `product`.`id` AND `product.product_translation`.`product_version_id` = `product`.`version_id` LEFT JOIN (SELECT `product.parent.translation`.`product_id`, `product.parent.translation`.`product_version_id`, `product.parent.translation`.`custom_fields` as `product.parent.translation.customFields` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation`.`language_id` = ?) `product.parent.product_translation` ON `product.parent.product_translation`.`product_id` = `product.parent`.`id` AND `product.parent.product_translation`.`product_version_id` = `product.parent`.`version_id` WHERE (`product`.`version_id` = ?) AND ((((IFNULL(`product`.`active`, `product.parent`.`active`) = ? AND NOT (COALESCE(IF(JSON_TYPE(JSON_EXTRACT(`product.translation.customFields`, '$.custom_product_api_import')) != "NULL", CONVERT(JSON_UNQUOTE(JSON_EXTRACT(`product.translation.customFields`, '$.custom_product_api_import')) USING "utf8mb4") COLLATE utf8mb4_unicode_ci, NULL),IF(JSON_TYPE(JSON_EXTRACT(`product.parent.translation.customFields`, '$.custom_product_api_import')) != "NULL", CONVERT(JSON_UNQUOTE(JSON_EXTRACT(`product.parent.translation.customFields`, '$.custom_product_api_import')) USING "utf8mb4") COLLATE utf8mb4_unicode_ci, NULL)) <=> ?))) AND NOT (`product`.`display_group` <=> ?) AND ((`product.visibilities`.`visibility` >= ?) AND `product.visibilities`.`sales_channel_id` = ? AND IFNULL(`product`.`active`, `product.parent`.`active`) = ?))) GROUP BY `product`.`display_group` ORDER BY MAX(`product`.`created_at`) DESC LIMIT 10
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  "1"
  "null"
  null
  10
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
  true
]
67 1.77 ms
SELECT `product`.`id` as `product.id`, `product`.`version_id` as `product.versionId`, `product`.`parent_id` as `product.parentId`, `product`.`parent_version_id` as `product.parentVersionId`, COALESCE(`product`.`product_manufacturer_id`, `product.parent`.`product_manufacturer_id`) as `product.manufacturerId`, COALESCE(`product`.`product_manufacturer_version_id`, `product.parent`.`product_manufacturer_version_id`) as `product.productManufacturerVersionId`, COALESCE(`product`.`unit_id`, `product.parent`.`unit_id`) as `product.unitId`, COALESCE(`product`.`tax_id`, `product.parent`.`tax_id`) as `product.taxId`, COALESCE(`product`.`product_media_id`, `product.parent`.`product_media_id`) as `product.coverId`, COALESCE(`product`.`product_media_version_id`, `product.parent`.`product_media_version_id`) as `product.productMediaVersionId`, COALESCE(`product`.`delivery_time_id`, `product.parent`.`delivery_time_id`) as `product.deliveryTimeId`, COALESCE(`product`.`product_feature_set_id`, `product.parent`.`product_feature_set_id`) as `product.featureSetId`, COALESCE(`product`.`canonical_product_id`, `product.parent`.`canonical_product_id`) as `product.canonicalProductId`, COALESCE(`product`.`canonical_product_version_id`, `product.parent`.`canonical_product_version_id`) as `product.canonicalProductVersionId`, COALESCE(`product`.`cms_page_id`, `product.parent`.`cms_page_id`) as `product.cmsPageId`, COALESCE(`product`.`cms_page_version_id`, `product.parent`.`cms_page_version_id`) as `product.cmsPageVersionId`, `product.parent`.`price` as `product.price.inherited`, COALESCE(`product`.`price`, `product.parent`.`price`) as `product.price`, `product`.`product_number` as `product.productNumber`, COALESCE(`product`.`restock_time`, `product.parent`.`restock_time`) as `product.restockTime`, `product`.`auto_increment` as `product.autoIncrement`, COALESCE(`product`.`active`, `product.parent`.`active`) as `product.active`, `product`.`available` as `product.available`, COALESCE(`product`.`is_closeout`, `product.parent`.`is_closeout`) as `product.isCloseout`, `product`.`available_stock` as `product.availableStock`, `product`.`stock` as `product.stock`, `product`.`display_group` as `product.displayGroup`, `product.parent`.`variant_listing_config` as `product.variantListingConfig.inherited`, COALESCE(`product`.`variant_listing_config`, `product.parent`.`variant_listing_config`) as `product.variantListingConfig`, `product`.`variant_restrictions` as `product.variantRestrictions`, COALESCE(`product`.`manufacturer_number`, `product.parent`.`manufacturer_number`) as `product.manufacturerNumber`, COALESCE(`product`.`ean`, `product.parent`.`ean`) as `product.ean`, COALESCE(`product`.`purchase_steps`, `product.parent`.`purchase_steps`) as `product.purchaseSteps`, COALESCE(`product`.`max_purchase`, `product.parent`.`max_purchase`) as `product.maxPurchase`, COALESCE(`product`.`min_purchase`, `product.parent`.`min_purchase`) as `product.minPurchase`, COALESCE(`product`.`purchase_unit`, `product.parent`.`purchase_unit`) as `product.purchaseUnit`, COALESCE(`product`.`reference_unit`, `product.parent`.`reference_unit`) as `product.referenceUnit`, COALESCE(`product`.`shipping_free`, `product.parent`.`shipping_free`) as `product.shippingFree`, `product.parent`.`purchase_prices` as `product.purchasePrices.inherited`, COALESCE(`product`.`purchase_prices`, `product.parent`.`purchase_prices`) as `product.purchasePrices`, COALESCE(`product`.`mark_as_topseller`, `product.parent`.`mark_as_topseller`) as `product.markAsTopseller`, COALESCE(`product`.`weight`, `product.parent`.`weight`) as `product.weight`, COALESCE(`product`.`width`, `product.parent`.`width`) as `product.width`, COALESCE(`product`.`height`, `product.parent`.`height`) as `product.height`, COALESCE(`product`.`length`, `product.parent`.`length`) as `product.length`, COALESCE(`product`.`release_date`, `product.parent`.`release_date`) as `product.releaseDate`, COALESCE(`product`.`rating_average`, `product.parent`.`rating_average`) as `product.ratingAverage`, `product.parent`.`category_tree` as `product.categoryTree.inherited`, COALESCE(`product`.`category_tree`, `product.parent`.`category_tree`) as `product.categoryTree`, `product.parent`.`property_ids` as `product.propertyIds.inherited`, COALESCE(`product`.`property_ids`, `product.parent`.`property_ids`) as `product.propertyIds`, `product.parent`.`option_ids` as `product.optionIds.inherited`, COALESCE(`product`.`option_ids`, `product.parent`.`option_ids`) as `product.optionIds`, `product.parent`.`stream_ids` as `product.streamIds.inherited`, COALESCE(`product`.`stream_ids`, `product.parent`.`stream_ids`) as `product.streamIds`, `product.parent`.`tag_ids` as `product.tagIds.inherited`, COALESCE(`product`.`tag_ids`, `product.parent`.`tag_ids`) as `product.tagIds`, `product.parent`.`category_ids` as `product.categoryIds.inherited`, COALESCE(`product`.`category_ids`, `product.parent`.`category_ids`) as `product.categoryIds`, `product`.`child_count` as `product.childCount`, COALESCE(`product`.`custom_field_set_selection_active`, `product.parent`.`custom_field_set_selection_active`) as `product.customFieldSetSelectionActive`, `product`.`sales` as `product.sales`, `product`.`states` as `product.states`, `product.tax`.`id` as `product.tax.id`, `product.tax`.`tax_rate` as `product.tax.taxRate`, `product.tax`.`name` as `product.tax.name`, `product.tax`.`position` as `product.tax.position`, `product.tax`.`custom_fields` as `product.tax.customFields`, `product.tax`.`created_at` as `product.tax.createdAt`, `product.tax`.`updated_at` as `product.tax.updatedAt`, `product.parent`.`cheapest_price` as `product.cheapestPrice.inherited`, COALESCE(`product`.`cheapest_price`, `product.parent`.`cheapest_price`) as `product.cheapestPrice`, `product`.`created_at` as `product.createdAt`, `product`.`updated_at` as `product.updatedAt`, (SELECT GROUP_CONCAT(HEX(`product.options.mapping`.`property_group_option_id`) SEPARATOR '||')
                  FROM `product_option` `product.options.mapping`
                  WHERE `product.options.mapping`.`product_id` = `product`.`id` ) as `product.options.id_mapping`, `product.manufacturer`.`id` as `product.manufacturer.id`, `product.manufacturer`.`version_id` as `product.manufacturer.versionId`, `product.manufacturer`.`media_id` as `product.manufacturer.mediaId`, `product.manufacturer`.`link` as `product.manufacturer.link`, `product.manufacturer`.`created_at` as `product.manufacturer.createdAt`, `product.manufacturer`.`updated_at` as `product.manufacturer.updatedAt`, `product.manufacturer.translation.name`, `product.manufacturer.translation.name` as `product.manufacturer.name`, `product.manufacturer.translation.description`, `product.manufacturer.translation.description` as `product.manufacturer.description`, `product.manufacturer.translation.customFields`, `product.manufacturer.translation.customFields` as `product.manufacturer.customFields`, `product.unit`.`id` as `product.unit.id`, `product.unit`.`created_at` as `product.unit.createdAt`, `product.unit`.`updated_at` as `product.unit.updatedAt`, `product.unit.translation.shortCode`, `product.unit.translation.shortCode` as `product.unit.shortCode`, `product.unit.translation.name`, `product.unit.translation.name` as `product.unit.name`, `product.unit.translation.customFields`, `product.unit.translation.customFields` as `product.unit.customFields`, `product.deliveryTime`.`id` as `product.deliveryTime.id`, `product.deliveryTime`.`min` as `product.deliveryTime.min`, `product.deliveryTime`.`max` as `product.deliveryTime.max`, `product.deliveryTime`.`unit` as `product.deliveryTime.unit`, `product.deliveryTime`.`created_at` as `product.deliveryTime.createdAt`, `product.deliveryTime`.`updated_at` as `product.deliveryTime.updatedAt`, `product.deliveryTime.translation.name`, `product.deliveryTime.translation.name` as `product.deliveryTime.name`, `product.deliveryTime.translation.customFields`, `product.deliveryTime.translation.customFields` as `product.deliveryTime.customFields`, `product.cover`.`id` as `product.cover.id`, `product.cover`.`version_id` as `product.cover.versionId`, `product.cover`.`product_id` as `product.cover.productId`, `product.cover`.`product_version_id` as `product.cover.productVersionId`, `product.cover`.`media_id` as `product.cover.mediaId`, `product.cover`.`position` as `product.cover.position`, `product.cover.media`.`id` as `product.cover.media.id`, `product.cover.media`.`user_id` as `product.cover.media.userId`, `product.cover.media`.`media_folder_id` as `product.cover.media.mediaFolderId`, `product.cover.media`.`mime_type` as `product.cover.media.mimeType`, `product.cover.media`.`file_extension` as `product.cover.media.fileExtension`, `product.cover.media`.`uploaded_at` as `product.cover.media.uploadedAt`, `product.cover.media`.`file_name` as `product.cover.media.fileName`, `product.cover.media`.`file_size` as `product.cover.media.fileSize`, `product.cover.media`.`media_type` as `product.cover.media.mediaTypeRaw`, `product.cover.media`.`meta_data` as `product.cover.media.metaData`, `product.cover.media`.`config` as `product.cover.media.config`, `product.cover.media`.`path` as `product.cover.media.path`, `product.cover.media`.`private` as `product.cover.media.private`, `product.cover.media`.`thumbnails_ro` as `product.cover.media.thumbnailsRo`, `product.cover.media`.`created_at` as `product.cover.media.createdAt`, `product.cover.media`.`updated_at` as `product.cover.media.updatedAt`, `product.cover.media.translation.title`, `product.cover.media.translation.title` as `product.cover.media.title`, `product.cover.media.translation.alt`, `product.cover.media.translation.alt` as `product.cover.media.alt`, `product.cover.media.translation.customFields`, `product.cover.media.translation.customFields` as `product.cover.media.customFields`, `product.cover`.`custom_fields` as `product.cover.customFields`, `product.cover`.`created_at` as `product.cover.createdAt`, `product.cover`.`updated_at` as `product.cover.updatedAt`, `product.translation.metaDescription`, `product.parent.translation.metaDescription`, COALESCE(`product.translation.metaDescription`,`product.parent.translation.metaDescription`) as `product.metaDescription`, `product.translation.name`, `product.parent.translation.name`, COALESCE(`product.translation.name`,`product.parent.translation.name`) as `product.name`, `product.translation.keywords`, `product.parent.translation.keywords`, COALESCE(`product.translation.keywords`,`product.parent.translation.keywords`) as `product.keywords`, `product.translation.description`, `product.parent.translation.description`, COALESCE(`product.translation.description`,`product.parent.translation.description`) as `product.description`, `product.translation.metaTitle`, `product.parent.translation.metaTitle`, COALESCE(`product.translation.metaTitle`,`product.parent.translation.metaTitle`) as `product.metaTitle`, `product.translation.packUnit`, `product.parent.translation.packUnit`, COALESCE(`product.translation.packUnit`,`product.parent.translation.packUnit`) as `product.packUnit`, `product.translation.packUnitPlural`, `product.parent.translation.packUnitPlural`, COALESCE(`product.translation.packUnitPlural`,`product.parent.translation.packUnitPlural`) as `product.packUnitPlural`, `product.translation.customSearchKeywords`, `product.parent.translation.customSearchKeywords`, COALESCE(`product.translation.customSearchKeywords`,`product.parent.translation.customSearchKeywords`) as `product.customSearchKeywords`, `product.translation.slotConfig`, `product.parent.translation.slotConfig`, COALESCE(`product.translation.slotConfig`,`product.parent.translation.slotConfig`) as `product.slotConfig`, `product.translation.customFields`, `product.parent.translation.customFields`, COALESCE(`product.translation.customFields`,`product.parent.translation.customFields`) as `product.customFields` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` LEFT JOIN `tax` `product.tax` ON `product`.`tax` = `product.tax`.`id` LEFT JOIN `product_manufacturer` `product.manufacturer` ON `product`.`manufacturer` = `product.manufacturer`.`id` AND IFNULL(`product`.`product_manufacturer_version_id`, `product.parent`.`product_manufacturer_version_id`) = `product.manufacturer`.`version_id` LEFT JOIN `unit` `product.unit` ON `product`.`unit` = `product.unit`.`id` LEFT JOIN `delivery_time` `product.deliveryTime` ON `product`.`deliveryTime` = `product.deliveryTime`.`id` LEFT JOIN `product_media` `product.cover` ON `product`.`cover` = `product.cover`.`id` AND IFNULL(`product`.`product_media_version_id`, `product.parent`.`product_media_version_id`) = `product.cover`.`version_id` LEFT JOIN (SELECT `product.translation`.`product_id`, `product.translation`.`product_version_id`, `product.translation`.`meta_description` as `product.translation.metaDescription`, `product.translation`.`name` as `product.translation.name`, `product.translation`.`keywords` as `product.translation.keywords`, `product.translation`.`description` as `product.translation.description`, `product.translation`.`meta_title` as `product.translation.metaTitle`, `product.translation`.`pack_unit` as `product.translation.packUnit`, `product.translation`.`pack_unit_plural` as `product.translation.packUnitPlural`, `product.translation`.`custom_fields` as `product.translation.customFields`, `product.translation`.`slot_config` as `product.translation.slotConfig`, `product.translation`.`custom_search_keywords` as `product.translation.customSearchKeywords` FROM `product_translation` `product.translation` WHERE `product.translation`.`language_id` = ?) `product.product_translation` ON `product.product_translation`.`product_id` = `product`.`id` AND `product.product_translation`.`product_version_id` = `product`.`version_id` LEFT JOIN (SELECT `product.parent.translation`.`product_id`, `product.parent.translation`.`product_version_id`, `product.parent.translation`.`meta_description` as `product.parent.translation.metaDescription`, `product.parent.translation`.`name` as `product.parent.translation.name`, `product.parent.translation`.`keywords` as `product.parent.translation.keywords`, `product.parent.translation`.`description` as `product.parent.translation.description`, `product.parent.translation`.`meta_title` as `product.parent.translation.metaTitle`, `product.parent.translation`.`pack_unit` as `product.parent.translation.packUnit`, `product.parent.translation`.`pack_unit_plural` as `product.parent.translation.packUnitPlural`, `product.parent.translation`.`custom_fields` as `product.parent.translation.customFields`, `product.parent.translation`.`slot_config` as `product.parent.translation.slotConfig`, `product.parent.translation`.`custom_search_keywords` as `product.parent.translation.customSearchKeywords` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation`.`language_id` = ?) `product.parent.product_translation` ON `product.parent.product_translation`.`product_id` = `product.parent`.`id` AND `product.parent.product_translation`.`product_version_id` = `product.parent`.`version_id` LEFT JOIN (SELECT `product.manufacturer.translation`.`product_manufacturer_id`, `product.manufacturer.translation`.`product_manufacturer_version_id`, `product.manufacturer.translation`.`name` as `product.manufacturer.translation.name`, `product.manufacturer.translation`.`description` as `product.manufacturer.translation.description`, `product.manufacturer.translation`.`custom_fields` as `product.manufacturer.translation.customFields` FROM `product_manufacturer_translation` `product.manufacturer.translation` WHERE `product.manufacturer.translation`.`language_id` = ?) `product.manufacturer.product_manufacturer_translation` ON `product.manufacturer.product_manufacturer_translation`.`product_manufacturer_id` = `product.manufacturer`.`id` AND `product.manufacturer.product_manufacturer_translation`.`product_manufacturer_version_id` = `product.manufacturer`.`version_id` LEFT JOIN (SELECT `product.unit.translation`.`unit_id`, `product.unit.translation`.`short_code` as `product.unit.translation.shortCode`, `product.unit.translation`.`name` as `product.unit.translation.name`, `product.unit.translation`.`custom_fields` as `product.unit.translation.customFields` FROM `unit_translation` `product.unit.translation` WHERE `product.unit.translation`.`language_id` = ?) `product.unit.unit_translation` ON `product.unit.unit_translation`.`unit_id` = `product.unit`.`id` LEFT JOIN (SELECT `product.deliveryTime.translation`.`delivery_time_id`, `product.deliveryTime.translation`.`name` as `product.deliveryTime.translation.name`, `product.deliveryTime.translation`.`custom_fields` as `product.deliveryTime.translation.customFields` FROM `delivery_time_translation` `product.deliveryTime.translation` WHERE `product.deliveryTime.translation`.`language_id` = ?) `product.deliveryTime.delivery_time_translation` ON `product.deliveryTime.delivery_time_translation`.`delivery_time_id` = `product.deliveryTime`.`id` LEFT JOIN `media` `product.cover.media` ON `product.cover`.`media_id` = `product.cover.media`.`id` LEFT JOIN (SELECT `product.cover.media.translation`.`media_id`, `product.cover.media.translation`.`alt` as `product.cover.media.translation.alt`, `product.cover.media.translation`.`title` as `product.cover.media.translation.title`, `product.cover.media.translation`.`custom_fields` as `product.cover.media.translation.customFields` FROM `media_translation` `product.cover.media.translation` WHERE `product.cover.media.translation`.`language_id` = ?) `product.cover.media.media_translation` ON `product.cover.media.media_translation`.`media_id` = `product.cover.media`.`id` WHERE (`product`.`version_id` = ?) AND (`product`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"%¯£©\x18£Å~v║È+9¡«,"
  b"\x10r┤<Î\x190\x10ï-Ø\x10lc"
  b"p÷áýePê«h²Rí>ñX«"
  b"¯Z+}µìxؽ\x10¥\x17¦¸•'"
  b"(£ ßÊÎsÉYJ^ÃèO\x7FI"
  b"\x01Ø\x01▄┴?|\x05×\x02\x18¡èUp%"
  b"\x01Ø\x01½ëÓrº┤\r0▀ á░╠"
  b"\x01Ø\x01í▀ tZ░═"L.W^©"
  b"\x01Ø\x01ø÷@|µÁ­ù,┤Zƒ{"
  b"\x01Ø\x017pÔ\x7Fúú\x05 v╗█`╩"
]
68 0.27 ms
SELECT `product_price`.`id` as `product_price.id`, `product_price`.`version_id` as `product_price.versionId`, `product_price`.`product_id` as `product_price.productId`, `product_price`.`product_version_id` as `product_price.productVersionId`, `product_price`.`rule_id` as `product_price.ruleId`, `product_price`.`price` as `product_price.price`, `product_price`.`quantity_start` as `product_price.quantityStart`, `product_price`.`quantity_end` as `product_price.quantityEnd`, `product_price`.`custom_fields` as `product_price.customFields`, `product_price`.`created_at` as `product_price.createdAt`, `product_price`.`updated_at` as `product_price.updatedAt` FROM `product_price` WHERE (`product_price`.`version_id` = ?) AND ((`product_price`.`product_id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)))
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x01Ø\x017pÔ\x7Fúú\x05 v╗█`╩"
  b"\x01Ø\x01ø÷@|µÁ­ù,┤Zƒ{"
  b"\x01Ø\x01í▀ tZ░═"L.W^©"
  b"\x01Ø\x01½ëÓrº┤\r0▀ á░╠"
  b"\x01Ø\x01▄┴?|\x05×\x02\x18¡èUp%"
  b"%¯£©\x18£Å~v║È+9¡«,"
  b"(£ ßÊÎsÉYJ^ÃèO\x7FI"
  b"p÷áýePê«h²Rí>ñX«"
  b"\x10r┤<Î\x190\x10ï-Ø\x10lc"
  b"¯Z+}µìxؽ\x10¥\x17¦¸•'"
]
69 0.27 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.31 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.57 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.45 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.36 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.23 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.37 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.24 ms
SELECT model_number FROM hobaIT_sparepartfinder_models WHERE model_code LIKE ?
Parameters:
[
  "%8475HQ%"
]
77 35.47 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:
[
  1000171705
]
78 19.19 ms
SELECT * FROM hobaIT_sparepartfinder_groups WHERE id IN (7149,7150,7151,7156,7157,7158,7159,7160,7163,7164,7165,7167,7168,7171,7173,7174,7177,7178,7179,7180,7182,7184,7189,7191,7194,7198,7201,7207,7210,7212,7214,7217,7219,7221,7223,7225,7229,7234,7237,7241,7244) ORDER BY number, part_type ASC
Parameters:
[]
79 143.25 ms
SELECT * FROM hobaIT_sparepartfinder_images WHERE group_id IN (7149,7150,7151,7156,7157,7158,7159,7160,7163,7164,7165,7167,7168,7171,7173,7174,7177,7178,7179,7180,7182,7184,7189,7191,7194,7198,7201,7207,7210,7212,7214,7217,7219,7221,7223,7225,7229,7234,7237,7241,7244) AND article_number IN ("83001033051","83001033052","0015100303","83001033050","83001033000","0025080256","83001035000","83001035050","83001069000","59001092050","0985100003","83001042000","83001040000","54610052000","0015080203","83001034008","54801036000","83001041000","59001039100","0012100606","83002001000","59001038200","0025080306","83002021002","83011070000","83002021001","60002031000","59002035000","50302038000","50302037000","59002032000","50302030150","0015060203","50302034000","59002033000","0965040123","59002047000","83032063000","58411049100","83002030000","0760385570","0472055200","0625060061","0770320015","83002022000","83002091000","50301089000","83011025000","50302036200","8300300100030","83003040000","83003041000","0025100246","83003053051","83003053000","0023100183","83003013044","83003113044","0025060166","83003090000","60007061000","0025080206","8300300300030","0025080166","83003002010","0025080356S","36003014000","83003002030","83003002044","83003002040","83003002041","0025060206","0019080266S","0019080206S","0025080456","83003099000","83003099100","59003013000","54310086100","00050010002","8300401004401","0015120556S","8306105004401","0023100453","83004002000","83004003000","83004004000","83004005000","83004006000","83004006100","83004007000","83004007100","83004007200","83004008000","83004001000","83004012000","00062010037","83004101000","83004102000","83004103000","83004103100","83004103200","83004104000","83004105000","83004106000","83004107000","83004108000","83004109000","83010040053","83010040051","83010040050","83010040033","72003035000","83010040052","0025080406","5461107610030","0009050106","0471780250","83013052000","83013046100","83004030044","83004030090","0760253270","54804034000","58033097000","54804032000","54603036000","83004070000","83004066100","60035001000","83004046060","83004046000","0025060556","0021060003","83004046050","83004037000","54804038000","00050010003","54804230210","00050010005","00050010006","83005082070","83005082050","77005081016","58705078350","58605083010","83005082060","0025060306","0137060003","54605069000","54605068000","59405069000","54603048000","83005007000","50305016000","83005082000","77005081055","54603048100","83006026000","83008072030","77306019000","77306016000","83006024000","83006017000","77306018000","77306015000","51006027000","83007040000","0014050203","83007013050","7800700804404","50307014000","58407011100","8300701303330","58307105200","0014050123","8300805000030","8300805100030","0024060106","50308053000","83007030000","58307016001","83007016000","44011076200","61007014000","83007040050","0025060126","50308052000","0017060203","8300807201004","8300807202004","8300807203304","8300805500030","8300805600030","83008057000","83008058000","83014070000","8300800200030","83008010060","41001052000","8300800100104","8300801000004","8300801100004","0016050121","83006005000","83008010050","0025060106","83008099100","83003098300","83003098200","83003098000","83003098100","50307098000","83003098400","3212081","58414030000","83009070000","83009066000","0985120003","83009013000","0760224070","0625062028","83009016000","83009014000","0625062047","83009015000","0760285270","83009060000","0738080166S","83009065100","83009010044","83009076000","00050010007","83010070000","0985181503","83010021000","83010013000","83010069044","83010063000","0912060303","83010064000","83010062000","83010060000","83010060050","0770039026","83010016000","60003004027","83010051038","83010050000","83010063100","0982101253","50310800118","50310366000","50310866000","83010014000","83011055000","50303018000","83011075050","83011079000","83011097100","58411098100","83011034000","58011109110","58011109115","44011076100","58211058000","0902060083","58440099000","83011059000","58511053000","0025050103","0023060123","0934060003","83011097000","49111425000","83013001000","83013008000","83013003000","83013005000","83013009000","83011050000","83013002000","83013004000","00062030000","0025100306","0625060002","59001037000","46030045000","60013051000","0025050126","83013050044","0985060003","54813055000","83013060000","83013056000","83013061000","83013062000","59413013050","83013070000","50311051100","83003062000","83013021000","83013019000","83013030100","83013017000","83013015000","83013016000","54732064000","59032062000","0025060256","83013012000","83013012050","44011076305","50332062000","83013080000","83013090100","83013089000","83013084000","83013081000","0025080166S","83014001000","54814001050","44111038000","0081050181","49011435100","54811001050","83008013050","78014040000","83011067050","50311066050","58411066450","40011166200","83011066000","58011021300","58011023300","58314085000","83011022000","83011089000","83019010461","83019011000","83019012000","83019013000","83019014000","83019020000","83019020100","83019020130","83019020150","83019020170","83019021000","312305","312313","3210039","3211251","3212080","3CF8475HQEN","3CM089505HEN","77029099100","53012028200","50329080100","50329071000","60029070200","77029072000","56012001000","59029002000","59029020000","59029005010","51012011000","59029021044","58012015095","6899785","15112017000","15112018000","15112018100","15112018200","59029026006","59029035000","59029036000","59029033000","59029019000","58429037037","59031017200","58012009000","309098","51012012000","50329050000","58429059000","59029003100","77329034000","59029018000","0113080802","58030080000","83029043000","83112001050","83130000033","51030026100","59030090000","0014060153","58030021000","58038022000","75030010000","0908120153","59030024000","58038023300","58038028000","60030064070","58431082100","83031050000","59030022100","0015080123","58030081000","0402040980","0770120020","59038014100","59038015000","0770090015","0603121830","0015060453","0015060603","0015060303","0015060753","0015060653","83030099000","83034046000","54803096000","59030058000","54803096010","49030090000","0402025980","59030019000","58030120000","0770191015","59030001090","5903002600025","59030025200","8303000103325","0760142460","0984060163","59030027000","0015060353","83033056000","0770160021","0471190120","59030057044","0625160040","59430138000","59430035000","59030023000","0015060403","0603061001","0015060103","59030118000","59030015044","50330082000","59030055000","56030081000","56030081100","56030081200","0888030050","0984060162","0760304772","83032022031","59030029100","6946005","0471250120","49030021000","0137120000","59030033000","59030074000","59430007000 I","59430007000 II","59530031000","57530032000","83031001000","57331027044","57331046100","83031046050","76231035051","57331035100","59031035050","57331035153","59031035052","57331034100","57331034200","57331034300","57331034400","57331034500","59031029000","57331032000","59031121000","54531623165","54531623168","54531623170","54531623172","54531623175","54531623178","54531623180","54531607038","54531607040","54531607042","54531607045","59031051085","57331107100","59031017100","57331085000","57331009000","57331008000","57331075100","54631220000","54531621000","76231155000","57331060000","57331057100","78031011000","54631085000","59031059000","77031048000","57331098000","83031094000","54531699000","57331062000","57331056000","57331059000","57331159000","83031038000","57331087000","57331084000","83031038001","57331061000","59031013044","0910100003","0603100141","59031040300","57331025000","59031077200","57331099000","83032000078","59032002500","59032011100","59032010100","59032003500","59032005000","59032006050","59032010200","83032054000","59032007000","59032017000","0984060252","0405252910","59032061044","0770300015","59032066000","59032009000","59032065000","59032004300","0993012000","54637098200","54637097200","50332054051","0936181505","56532018000","59032011010","83033001100","83033005000","83033043000","83033023000","83033003000","0417025000","83033004000","83033002000","83033024000","0625062035","0625062054","0015060083","83133010000","83033012000","83033042000","83033041000","83033014000","83033032000","83033033000","83033022000","83033013000","83033015100","83033018100","83033017000","83033025000","83033044000","83033011000","49032012000","54633014100","50033029013","50033029014","50033029015","59033034044","0770020220","0625062036","49030023000","0760324571","83034005044","56534013100","54634008044","54634014100","54634020000","54634050000","54632095000","83034031100","50232050001","50233041000","59009062016","0125050003","0985050083","83034012000","83034014000","83034037000","0625068060","0625618050","59034015144","0012060303","77034024044","54634052300","59034023000","0015050203","0349000050","83034120100","77034019000","58038023200","83034001000","83034003000","83034002000","50334018100","83011023000","0770251262","83034045000","0015050163","0760101844","59036059000","83134043000","0021050003","83033008102","0472030160","83033008101","0471140100","0405141810","83033027000","83002097000","59435017000","0770320020","0016040183","83035090000","83035027000","60035067001","83035065000","60035068000","60035066000","60035069000","60038039000","58031005000","60035041000","0024060206","83035041000","83035010000","83035040000","0017060303","59035009000","83035042000","0024060123","10001020000","83035045000","59036030000","59036031000","59036027000","83036028044","59036033000","59036062000","59036062100","59036056000","59036057000","59036061095","0770191016","59036060010","0912050083","59036060144","59036061144","59036030010","59036013000","59036001000","59036018000","59036014000","59036002000","59036003050","59036003000","59036001050","59036018050","0015060253","59036010000","59036011100","59036016000","0984080103","59036082000","59036081100","0625062014","59036017000","0770291016","59036013050","0402031780","59035055144","0471100010","83036020144","59530036000","58036052200","58036053000","0015060556","0015060503","59036025101","59036026101","59436044100","59030061000","59436039000","59036041000","0015060163","59036006090","58036065100","59036090000","59035052000","59035053000","59036079100","83038002000","59038011010","77038011000","58438001000","59038004000","59038003000","0984050122","59038041000","58038005100","59038046100","0402251980","0402251180","58038029000","59038029000","0603082121","59038035000","0770400025","59038017000","59038016000","0770125015","0770020170","58038007755","0799060000","58405098000","8303000220025","83030040000","83039004000","83039005000","59039034000","59039093100","59030002050","0084040063","0012080303","83039031100","83039032000","59039006000","59039090100","59040001000","59040022258","54633090000","0471170010","59040016000","59040028000","0405101310","59040029000","0618301617","58440026000","59040020175","0770250030","78040002000","83061006100","83061005100","83061005025","83061010044","83061001050","83061003044","83061001044","0471320150","83061001025","83061001051","0936120123","0023100523","83061004044","83061002044","0471350150","83061002050","83061034000","0023100703","0760172660","83061015000","83061079000","83061032000","83061010002","83061010004","83061010001","83061010003","00050010011","00050010008","00050010009","00050010010")
Parameters:
[]
80 0.32 ms
SELECT * FROM hobaIT_sparepartfinder_models WHERE model_number =  ?
Parameters:
[
  1000171705
]
81 0.25 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:
[
  "1000171705"
]
82 11.94 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"\x1C╔Ñ■|+BÅÅYPI\x02f.\r"
  b"gN"║└ÙI2ÉaV»Qı5\x1F"
  b"¹Â\x04€>CJø§³þ»ã‹ù-"
  b"ZЧ[5ê@·€r\fõ¹\x159j"
  b"ª01ùýrM¼ŸíˆN¦+<Ý"
  b"0«Ý Õ÷C­┐ö¼▄?ì³é"
  b"uÁ0ƒ+†K\x1Dˆ<BÀR\eÇ’"
  b"°ÚÕì&uK\x1E¥ðü0doÈã"
  b"\J¼ÑV4Jq┐▓ܨ²ü§K"
  b"úú¹æü^@─ï¤▀¡Æ4█#"
  b"\x01Ž;BÇÆB4»4\x02ÌÚ:8‰"
  b"½\x1A³ì┤B@\x7Fæ7"Þ5│╗\x00"
  b"\e+$·n\x1EM·“ÖÍš2.Žd"
  b"\x02\x04Æ$┼cG\x17ƒñ└\x13Ô¤═Å"
  b"\x11q\x0F³>pJ\x1F¯\t`æ9ò\x13Ï"
  b"ENÓiïkF(ì·\x08p¸┌3¾"
  b"▒:▓ÿ?Ð@╔פÛ2Õìɽ"
  b"!\x1A\t¿K\x19ì6øéÐ\f\x19¯"
  b"\x02Gy\eE\x05LhØ├@ó┬×ù├"
  b"ÅI\x14\x01‰JM—¥KNõG¦ƒ\x17"
  b"®/<\x11±LGkŠ÷Ä]c†ž¼"
  b"øx\x07Û\x02õLÃúaÈÉKÒ4å"
  b"ÎYìÜä╦Bö░\x03rCéj.D"
  b"Õ=ï\x18‡LJÁ‹"O¼\x07UI\x00"
  b"""
    \x11é\vgE\x1Aˆ;̘Eè\n
    8
    """
  b"""
    ÕW\x18\x01´ìGrçƒ\n
    *ôýàÚ
    """
  b"”‘Ø$OßA”¢~›\x1Db‹\\x02"
  b"³¡╠ØI½Mì┐gÏ*xá\x16á"
  b"ýœ\x07“ÑVMû‰Wè\x19H\x11¨\x12"
  b"Ò┼r\x1AskMÞì(\tì­cÂO"
  b":ö–噂J‘š€œB°¹éö"
  b"[¼šÙû+E¬º¶¦fZ›V?"
  b"äÛ.?ž™Ff¢s)Z/Õ,®"
  b"▀û^gJÆMV│\f\x07╬┤\x06"
  b"¿m|\v¥ÉG╝╗╠┐)Ið?Å"
  b"xõà÷C\x1FF« ƒy\x1C÷­çâ"
  b"Ò92‹œ¥O‰›y´ºéÓ©Ã"
  b"\x1Aáah°uK¹´®\x0Eʺžba"
  b"¸Bå;Ù3B\x06¬ì<³ùÞ©<"
  b"̃~Ë+yB\váàßÅSX\e8"
  b"‹ \x079.XBC¬¦„mÇ\e±e"
  b"\vB@Þh¥F\x1F¬™\x07‰¿7ù\x06"
  b"\x1A‗»<\x0F FÅçSfA╗2V÷"
  b"▄zYe\x05ÌM8Áðú╚╩ª\eØ"
  b"ÓÉË8¡\x1FB¾£t禅¿Ø("
  b"½hhÁ\x1D8H€¯ŠFûì˜k¯"
  b"úÀ\e)^\x04KXœ¤ø²Ì²†Š"
  b"┤n¹ö\v]Ny¿ìÏ\x19\x086íÿ"
  b"ÿ_~[®ºOÚ˜¤Á«Ù\x17\eÎ"
  b"$ÉI\x06¢\x1AB¡ÑhýªÄê▓·"
  b"\x1C\x0F3\x19~|CvÜ█­²AWóÉ"
  b"Dä6\t>~Ns”óÀt—*Zz"
  b"ÊÆCg0╣N\x17¿¢Øxݹ&h"
  b"\x13xëi\x00‚EªƒÚó\x02Õ>žu"
  b"ÞJ;ðÆ:H\x1A¨®¼;Á\x19î\x12"
  b"Toyæ╦$G\tòæ\jj\x01¯Ø"
  b"Šº³—\x02êOH£j,ã\x07\x7FNa"
  b"8‹–¤ 8Aôµ>Nð›1—p"
  b"Ðé\x07i\f¤N.▒ÛV╗ÎØD\x16"
  b"ÕÇôx)\x18Dû½s¬á\x11—úA"
  b"\x7FHó72HU¾*B'ÔïR•"
  b"•W9íä‹Jè¼QïFž\x1Aý¶"
  b"B„<9ò\x0EO#¥™WWv°`Â"
  b"ÉoqíÑ<Ca╣R\x02àIÅG╠"
  b"/ɃÆ\vòE╩ïH\x19\e\x03"
  b"ÔB$TÒ¬N@–è3\x1A\x1A\x00‰ô"
  b"&'éèöâI\©a\x1A«Ï\x11ÉÂ"
  b"(‘j߈PL …@Ø\x11¸r4Ë"
  b")؆õÓ—F\x1E²+\rô¨P6R"
  b"ïÊ\t¨ *Jn”ç˜"ñ\x15"
  b"S\x11ç¾ÂÖG\x01­/ž*keig"
  b"¥\x08\fFM┼É\egD‗à╩!"
  b"╬¹\x1E`ÊDHÞüÀ¿»*³R\x08"
  b"\x1AMB\x04\x1CDC#ªOwô\x15\x02"
  b"»-~@ÅÔN<¡¡╝¥ë1\x7Fã"
  b"\x05<e7+\x18C\x19‚”½2rÅœ\x18"
  b"ü¾¾\x18╠ƒN║¢¿\6P \x1FV"
  b"H\x10x¿í\x15KâéüÐ)‗└ä╦"
  b"!=ƒ§¥xBIŽ\x0Fó`\x1DF\x1C"
  b"Sõá0┴HJ·¬:┘ª>|ì\f"
  b"\x1F■Ø:╗áFP▓ÅA"dØOv"
  b"vØt^ròKZ§Ðöò»Ýw\v"
  b"ç”ü§©õEš•\x03ÞZOÓ®\x10"
  b"Ñ>TýñªEÍ‘\x06ƒð\x1F*Âé"
  b"*s=ð■Ì@\x10Øz§aä)E¾"
  b"áó/‡žyJL¨Ä ¤´ƒ_ä"
  b"ü\x18¡ùk®ClŠgá¬\x1Da÷Á"
  b"\x13%¡öš\x14H]šUSûoZ\x13ú"
  b"""
    ¼ýÒÝ\n
    LOè–ö\x1A\x08\r^fæ
    """
  b"—Î<k?êG·«ß\x18Õ\x08éÍ6"
  b"þz\x06"Z\x12@\tœ”(\x06\x17&"
  b"ÆÎºQ5\x15OK€ÿ\x01IÛX˼"
  b"\x05žñBoòN¥ºZÆoØJY\x1A"
  b"~42\x12¸ÏI'ìô6º■Ø-â"
  b"»!Bǃ\x1FE>š\r®\x13“¨9Ÿ"
  b"▓>{ƒoÅA ÿW©\x14¿»\t\n"
  b"ÔhÉ\x10DÎOIù╚yà\x05²Ûc"
  b"O'%#ì‗BJâªÓ&Áõ║x"
  b"\vv\x11'wÿJØŽi¤‹+Ïgå"
  b"""
    \n
    8X\x16P£B»—GŽUR5\v
    """
  b"ÃpŸ]-ÑLf»é\x14þîÂ\x03\x01"
  b"÷ä%´Ù▄DH¿ë\x1D╔8Âü═"
  b"ª÷Ô\x10'¢DZˆ9˜"ù4\f²"
  b"ê*\rÉä\F╔╗\x01ûYª\x15‗5"
  b":b±▒qü@ÁجqÅ|HÝ="
  b"byÞ\uJCÉØÞ\x7F\r;àâQ"
  b"ÜKÊVÍ9FNžõTîˆbŠ\x1A"
  b"\x01ÿ╠\x7F>Dr\x14¿HRìÓ`áÝ"
  b"k¾hÌQúO’Œ[¦\x07Ix$G"
  b"´\x10u\x14v=OZ±L\x1F[\x08ÐŽ¦"
  b"(ž“8&zOŸœŠÎ»\x1C8”˜"
  b"¸Óg|qIDz·«ÒŒèÚ\x18w"
  b"""
    0?^\n
    ┬=MNí²ßØBq9╬
    """
  b"""
    ôÏ?é)7D\x10¶¨\x1Fè\n
    óž„
    """
  b"˜Gó\e°xAó§Å\x07XäY9–"
  b"å\x01Ϋ™ÚL‘€Œ/ª^\x7F¢g"
  b"›¢\x7FŸI¢JS¢ItXE´‡Ô"
  b"ü¡a:¥\x04D`Žù:|¥Ö\x19ê"
  b"É<M\x1Ee©O|«\eE¾]¥dé"
  b"a\x17\x1C\x06¼4Nõ‚‹Ú'³8àé"
  b"\etáÜÃHz…Ú›Æ\x08RÌy"
  b"ˆÀ§·ÏgHò¹D®#E4ß”"
  b"âé┴ºb#Gåìx░Ñ■╠░Ì"
  b". \x00ƒ*=@M¢×å»(g.®"
  b"2ÍÕíÞÛA½ºD±Ç7Áq"
  b"╔ÇücÔ╠@ƒƒÅÍ▓\x17╣{!"
  b"╩f\x01öÈ[L\ªÄ\föÅ,vä"
  b"•ÎÙÏÀ\x07Ou·òIwJ>sï"
  b"Ðq\x08Ü═cA>üvl¸XDs╬"
  b"»5\x06r\x192K•€\v\x1EÎ.U*Ã"
  b"a&=\x05\x18ŒO\x14™ZLh¨ëÒ\x7F"
  b"lî†\x17f£Lï“Hô(¾\x1EÆn"
  b"ñVPtô4DÉÂy\x11o7m\x18¿"
  b"DËÞFÚ£H\f©œ\tã\x0Fô\x19\x11"
  b"&\x14Æ?Î\vN ˜ŒtÃ\tþ¡;"
  b"!p\x06Tâ`F¡‘¾¶-÷MÉý"
  b"¥¬çÔ›¯LÈ®-øþ"À!‡"
  b"Ã)"\x7FO\x7FBPЦZÝl‹ân"
  b"z×¥¶ÒÄHyü¶N\x190N┼è"
  b"Î{^Þü─IÒçÆ┘ô╗Mb­"
  b"ÿ~ó¬‚ÞKÊ¡\x15«d\x01b)T"
  b"¿ìÙ\x1A¹IMÌ▒Ûx\x12Øp╣¸"
  b"W\f\f[Áü@\x00æ­8_zȸO"
  b"`£Ì’\x18ÊG!š\x0E<\x04£\x028“"
  b"\r\t\x00>á@>¦°”Ö’3œ_"
  b"©•RöB\x01Iþ›oç\x1F\x1E²#Ã"
  b"""
    d-ìïÉ\n
    Mk€ý+Äì_sÖ
    """
  b"ÕH•†³_Ml…a\x04´¡\x1A“>"
  b"8u\x11\x0Eœ¢AE§5{Ø7z­·"
  b"¼›S#òjH~¡ß\x00{L¿¹\x00"
  b"µs\v¤,ü@■àÅEmÆ╔═&"
  b"ÃÝ\x15pÌoJŒ§š<ù[¦)»"
  b"Wé¡\x11,ÿNŠœw˜¼-Š“)"
  b"¥'öe©üKñ©}ä┬ã¤ã/"
  b"}S!ʳÙLÞˆ€ójh^vè"
  b"\x0EVÇ›²kB=¬;\x073 Ñ%\x05"
  b"÷œGµNFGüŒÎ\x06t¨“\x1Dè"
  b"y^HZ¬UF&­)ƒÎCÈÈh"
  b"„ôÎÚÅ M\x7F¿æø}\x03cïº"
  b"n\x16┌┤ýIHRñ\x1EÓ×g¯ü▀"
  b"1s^ã”\x17EF¹¨57*ú>Ù"
  b"Ð#¨Ø╣»N\x07ôj\vâ¤0ıÎ"
  b"×Cª\x14°5@vøìG©\v\x00ÉÞ"
  b"\x14\x16â%LåØy\ev/X\x16R"
  b"ÐqÍ<—õI\x11«é™‰\x01\x14Ÿ\x0E"
  b"\r\x14܈H¿³NT ¼$Ìå"
  b"îîÑò‘ßAŒ¢\x0F\x1D,ÿÆæ¨"
  b"þ═¡8ÇÿJÓ╗ƒ\vñÅ\r7═"
  b"Äm\rc\x18áMg–zªÀ¢ð‡<"
  b"¼ŒåÌ0RLX±}ÛÐÉÈ~¦"
  b"\x18╗êÛ╔\x1AK|üAë9jH\x18}"
  b"t¨÷,Ù\x02F‘ƒ‹¾ªM–ÞS"
  b"\x06Ì<!¾\x7FOx¤†÷0Tu\x13"
  b"íªF ´oJ└╣ü┌&hvÇÐ"
  b"\t\x0E’X\x19RE\x03‡‰ßâR›\x01"
  b"\x06‹<×Dm¬nÒÍqG·\x0E"
  b"""
    B\x1A?ßÐÕF\n
    µ(ãp|¡\x1Ax
    """
  b"\x01Agô'C╣»\x15┼ØÖ╣Ш"
  b"\föeu{\x11Dˆµ\x00†¶.K©ò"
  b"^Qz\t¼÷JØ£®\x16V¿Ä0^"
  b"Û\dð™\x0FB,½êó^ã1‰E"
  b"*┌^УvMVôµ╦ä\x07'ì▀"
  b"""
    │╔\n
    Ã!ûCPÅ1ıá­ñ└\x04
    """
  b"Ø6¦?ÈæAn¹…\x18ü÷\x1E¢{"
  b"–ÕŸ\rnIB\x07ªRyPqµˆÑ"
  b"\x07Ö¡âI\x12œÆ.9½=µ³"
  b"®ðœU·\x15Nd£d×\x15D\x06\x1Da"
  b"ö\t±Ê8\x02Iº¥\x19¯'ìpÃ\x16"
  b"úÚ4U_¸J\x1D†ô\x00k\x0FgÀŽ"
  b"™zxàd–E命*S\x14ë‰""
  b"*­w’þÇMá­\x00möcŽl¥"
  b"…‡à€aA@g˜‰t›sI\x15ì"
  b"ƒ¯éúÏ;K¦ž\x16ü\x1E\x1FП“"
  b"ô\x19Ûvl\x1DK\x17‚µ-úbÙ¹ß"
  b"¿\x02¾™\x1AUFôŠ Ç›e\x07N¿"
  b"-D{ADqDxž!¾\x1Cé•€,"
  b"fÛýêeYJqŒˆíÚ.ö\x19"
  b"íûÆü¹rB\x02¶‘½ünã¼ç"
  b"Øa ¶T\x03O┐╝Ðë7\x03¿ë\e"
  b"Þ75\x04ö=O¿¨“Èó|…zÛ"
  b"JtI_-óK•›ºÖkàîyå"
  b"êèQ`YüM\x15›¬Žs\x1Dèë\x06"
  b"Øðëq“,D­†g\x14\x0E3\x12…^"
  b"""
    Û\x15oÀ;¿N\n
    Šôöbä»èÆ
    """
  b"L\x10\x17ÈKá´!Ë·ý}z\x13"
  b"gyp—á?Bí¨bWÇ\x1CBz("
  b".1Ôý³uNü×b¶`╗╣}3"
  b"""
    QÕï\x16EÀŠÿ\t\n
    âò¶<
    """
  b"""
    ~ ╬\x14ÿÎOIüU«l\n
    .¤6
    """
  b"ú÷\x00üs^I\x08²ŠÌÑ~Î÷¬"
  b"¥Uã¤í·O×ÅJÍ\x12ª\x15¸Ø"
  b"‹/çë\x1F7AÌŽ±LüñàÝí"
  b" 4‡|mÙFQ€§«Ë\x7F¦G•"
  b"\x188\x19« C}دz‗I\x00½Õ"
  b"\x03ƒ°-CŠ@\x19°ôjÄØÑU_"
  b"Ã>²ÙË\x03L’º\iŠíº^5"
  b")Ùƒýr©CÑÉ©£÷┐±\x1F\f"
  b"├û\x11P‗öK═ƒÉ└ñOúh½"
  b"‹ÁùæVÂGm·<eµµ>\x1C6"
  b"╝s!¢{\x06Jb┤╠\x08\x7FebÅS"
  b"Ù”A7N\x18LP©Ì±Þ´ £\x0E"
  b"§¤°|Ë©Gë‹%¤õ’\x11Öy"
  b"""
    Ì\n
    w┬p\x19F\x08Å÷}┐╬\x18
    """
  b"""
    ˜\x03ï\n
    [ÖM÷’]H·à„™4
    """
  b"x„,\x1FUøB£°ü¢)ɼš±"
  b"«û¼1ÀBu‚QêæQ\x1C4V"
  b"u╔─ÅÈ\x18@³áº\x0F╔.¹!Ë"
  b"‘Êt¤œ\x04Oë 'ï×k!\x02ò"
  b"""
    ð\n
    ×ÚoƒGž’e\x7F¯H‚\eî
    """
  b"ìÜÍ└À░Le╝o÷º³Ec┌"
  b"ûùªJ\x04eKðÅî»rxg×à"
  b"\x07«a;â¡A_žÆ<(içã\x01"
  b"\x1DŸ=RS\x04M,˜Kîm\x03à{\n"
  b"äØ@ýB║@`║╣Å│Z'┤b"
  b"²\‚†~@Z´ä\x03\x16Ÿ²"
  b"ý|\x15\x00I˜™k\x1Eí=`:Ä"
  b"‘ÀGÔ®0K; QAUòà\x18±"
  b":zùúÆöD; Uš4jx1C"
  b"┐êà÷&¾E\x06ÂÎÅÊÓØ[V"
  b"╬Í▄\x18\e\x02BªüÓÚaÄ=C┼"
  b"\x16º╚üãMä¿5\x7Fý─²®7"
  b"UÉÛbWÎKÚÜ_\x01ÿK7M/"
  b"Ôä·\x049\x1CHP¾åî¾'\x05IO"
  b"õzÑŸ¿WJ!²\x7FÄN&ü*N"
  b"õÊ\x12ôviMî¦ó‰g\x00\n\x10"
  b"V™‹)ÃiNP«\x12îU\x05¹{\t"
  b"âÞı,;3E\x08ö ~WÞ3Ø\x15"
  b"ã╝ìCÎgKu│Ç\x02o>Çç\x16"
  b"ìëwJ#\x1FKÔª–¿\x1D+ ƒ8"
  b"\x1DJ̤ìÞM㫳0ü\x05–ÆH"
  b"y×)\x16ƒÒN\r¿═Øv▀Üce"
  b"òhQ7xÅM\x18\x16-Ã|ém„"
  b"░Éb\x00Ó╗Cd£¤ú│v­'û"
  b"èáä\x08öEˆ¯\x1FÄa¨Í:Ê"
  b"‡ç2<Î\vO«‘å÷ÝZ›ú_"
  b"A¡Al\x10âJíŒ:=’.©ï®"
  b"'ܱÈ\x16ÊI“¸KuS;C£Á"
  b"´█â@ÔÓAfÅ▄░C\x00.Ë`"
  b"CÄxñc*Aܦ¾ó%å×wÈ"
  b"ÝÝÅ█¢HCMøÏ×╝\x04\x03Ör"
  b"œæ+Y½Ò@$ #uÂC¨-à"
  b"›Ls\x18ä¨Hl˜$~ˆ:©Á±"
  b"!¥8ÂCkKužÒNØG!Zx"
  b"=ƒI\x12±\x0F@¹¨ò³ï\x14ðÚ "
  b"ið{áÉÆDpì\e\x16¯Mo»─"
  b"ÕÇËÉ‚NO‚‚Åx\x00lï£J"
  b"\x06¡üsI(¦å‚jëëóu"
  b" ºH\fetF/´\x1Dçnìå£\x13"
  b"¥#e±D\x06D\x04…Òœ¬\×\x0F\v"
  b"{*Ä\x1C\x03pO­Å¼Ó┐jÒÛ:"
  b"""
    È\x06 Å\n
    «M·è‗\x1A┼^K\x1D8
    """
  b"Ð.cÀŸ¯M—±\x1D\x1E¬'öȃ"
  b"\x00Ó¼á!\x03H7•Ë×åK¦[\n"
  b"S{†X9ÔG\x15œ\f‘OuæGq"
  b"""
    l}•2ɨB™°Ó[\n
    6…Ú¸
    """
  b"\x1FÛ÷õîB\x1E¢xÄ\x03ài²”"
  b"ðºëè\e\x0ENr˜ãd;\x0F ¶Ÿ"
  b"ª/Må9ª@\x0E©ØYFù¢µ>"
  b"¸Óì═┼\x1EA┤¡ü\x10;╬\x00Qq"
  b"gÅ/çîVF‰¼ÔÜ}U–pû"
  b"\x05ë\x074ììA\x0E¢>KÁƒ¤øy"
  b"(­@2[\x01Iöµ-óVªV3Ä"
  b"Œ\x1F\e1E\x12‡É‹)©,sÝ"
  b"\t_÷╠\toN\x0FÅ┘àqfNÌ\x16"
  b"s\x1A±“=çA'·/WkîÐ\x17\x1F"
  b"\x10ذƒP\vB”“ý’\x7FÆû3Í"
  b"¶¬o\x1E›¢NC ð¼\eÁq¼L"
  b"I\t)\x10f╩C(▓þ╦Øt¯▀\x1F"
  b"¬MºP\x16ÄN$¡V)¬Z\x16žÐ"
  b"Å\x06qæÍ\x18O§¡âð®'x2x"
  b"\v¸B×f╗FpÉ!Ë+à\x10V@"
  b"ï°=XÒRJÔ╝ýw\x16Ç3┼Å"
  b"x\x06A\x11\x0E‡M4…ãl.K\v¡@"
  b"Ÿ©[\x04+ûJ1¬úh[š>ˆ†"
  b"Ê5®íÉ$Ixó\x1Fü\x07ÖeJi"
  b"ìx`FŸéBF¢\x0Fx$’÷WÓ"
  b"EYlØÂUKʦ:\x15¬ü?’¬"
  b"AŢǭ3NR’¿x\x07Z\x06úv"
  b"""
    \x14&å®g|CÑŽ¼wz›m\n
    ß
    """
  b"6u\x10©²üGèÿÑ\x04\x03§±-·"
  b"æ”ââëËJ©™6†Ç¨bðº"
  b"r║çTƒÄO\x19üçcé[`\x18É"
  b"`¨D'q├O¬ê\x13YìecÖz"
  b"┼9 \x06ûüD&è\x07H4\x08"2ë"
  b",¼‹Ÿý\x00HSŸ@“·æ\nü6"
  b"Xm&Aù÷I╠ÑúX0«▓}ì"
  b"\x11\x17ÅiOºí®ª?nûÞå"
  b"""
    €¿~¯9\x18L•ƒ\n
    \r³¨÷
    """
  b"rôó³Ê\x0EL7ƒ+3*Wzdt"
  b"bÄ;`ñòNY¾\x02¢bÅ\x0EŠò"
  b"X[$\x149dI-’ÜuØ1\x08ãý"
  b"@WlÃ2\x16E\x1C·ÔpØ ùÇÍ"
  b""\x0E\x04£ÕßG'²[EhײåŒ"
  b"Ú@­Çr\x18Fc°5á³ù‡j$"
  b"¬É\rU\x02xMö¬Ù■æ²èyµ"
  b"7J‹\x12\x1EaEW¼½\x11«‚ò'\x01"
  b"\x07¯Ý°ÀZE9ØÉQÙ\e\x06‗G"
  b"Hè%ê[\rJ\x13‚¶rØ®+ëÛ"
  b"\x039Bב"C\ŽÌp‘N,˜{"
  b"¨2\x02åXðJy–SOÅ\x13=A»"
  b"ÃÙºK\x19£EYºE\x04Ø6Cê7"
  b"¶˜\x13t«KKŽ•zczÀÏfÜ"
  b"rZ‘D½\x03N\Š\x06\e[$Ù"
  b"»r¸\x0F.UK†£™ò\x187yA/"
  b"ð]èC–CAo‹\x14Š\x10\x19@%è"
  b"Ø\x04Rúæå@)ìq§»\x0F§+s"
  b"\x02\f9ÅD©—á±\x1FMK<ò"
  b"ë6¡Òty@¡¦\x00Ï\væmF_"
  b"@ô—R†FAž§À\x1CÆEú‚o"
  b":5½$\x02bD!€ÎA\x07X]ÿ£"
  b"*àÃÉž]A›ˆÕG\x1F\tLÖü"
  b"{\x7Få`ÝœG\x08¸ê4\x02à\x01Öú"
  b"‘C„ºÄ\x10O…•\r\x06½?JÛl"
  b"q\x02Ž~…+I×°Uãì#AÎR"
  b"\x08X/%®ùH_¶OÅXg|h¿"
  b"µ\x1C1sÙ‡Dá³ZÄYÚ\r·j"
  b"÷pŒsZµH΂\x16LºÒ\x17¼è"
  b"÷’åÎŽ5G}±\fôïiÏjª"
  b"ôuW\\x0F~HE£1+XZù—œ"
  b")BE\x06÷ÃOp¥\x00ÃiìÞ¥T"
  b"\x1F¶î?░ÞJ┼ìJÜÞaÃ┘z"
  b"ªpï\x7F¦:@T¬ÜÚðxÊ®/"
  b"’šx†y¬DŠ‚JG\x12>h%9"
  b"ç½\x1C\x08îŸB\x0F\x18>s\x02†Cñ"
  b"æ\x0F\x10¨&XNз½‰4\x15l4Ø"
  b"žH~Îr²O\x11ƒˆ,jæ¾H\v"
  b"õ´6ö┘ÊL╚ÇíUýìBðı"
  b"\x13ø\x0FHãùEb•\x11DEe³xÄ"
  b"”ó!8ñ\x01MS¨o]\x10wË…s"
  b"@h*/\x02$J{¨\x1E\x18u\x12݇Y"
  b"ë\x00ÐGÎíEo¨€Ôd«K&©"
  b"#U°öøˆAð¦n&p*\x7Fi›"
  b"ÙR^޲€MV‡Zô"3í\fa"
  b"å42‰øÆL\x07“3¦éÆk[Þ"
  b"t;?ÇàªNZ´¢/l˜\x04"
  b"T¶ò]­ùDù©¾oÍÅôŸ¹"
  b"õ–ôÛ–¹H\x19™­ÐVñ\r"
  b"\x1EB\x03u4õG,ì\x01Ä2&§²("
  b"q\tÊBØàA%€åv\tìÍ¿Í"
  b"ŸF›y—ðHÛ‡\x1D/{Ç\t¢¶"
  b"¢¾\x0F\x12Ý´CJ§\x14Ý£ÒnOÜ"
  b"¬û}7Á┼MýØõ`▓Z+┘3"
  b"Q#V=JøDüº±H┬┴C┴e"
  b"{è-ø\x13ËK\x01¥=¤p\x07¼ØP"
  b"ÿèÒòú³C,░ó­\vþÅZ\x1E"
  b"Ãd><"û@Pšœ¡Å5Z\x1E²"
  b"lÐK\x036þKû¦'¨«ž¯„*"
  b"DhBG’:A\x11¶EÇod\e4†"
  b"˜w"‹uTEx¡Ù\þÙÞ@Ç"
  b"""
    Ù\x02\x06\x12\n
    QNý¶œX¬X’‘6
    """
  b"XîêÁiNK±û9\x00\x06þ\tØ"
  b"YøÜ$ä@A\x17„Š\x06œÃŒ&\x19"
  b"ã®Àg“0E¢“KÑã…l&:"
  b"o╚\x1CÔ▓üF\x04¥ç\x18Ü]│n\x0F"
  b"""
    $z\x03¬wûB`üv>«î┼\n
    C
    """
  b"'½Ê¸¿xN ìì¹═A-ñ¦"
  b"\x07抬ܪKÊ©l&\x00Î\n"
  b"ıîÂÉ:\x00A?æÄ\x15‗─h\x02à"
  b"DÀD\x15½yMá¬║┐aw\x08ɾ"
  b"\x15\x1F\x16²$@\x08\x11n·8y9C"
  b"îe1▒¹üJ2¿│±4V║Ô\x03"
  b"瀽gU\x13BNн„Á¸ƒÐ¹"
  b"""
    \rÆÛQÊILœb\x06o\n
    ©8Õ
    """
  b"\x1F*O<¥E­›m …¹E%Ç"
  b"\x1DrC)\x11ONv†ðŽÍ·mxÂ"
  b"V»6dXÀF\x18¦m\x17\x0E´²\x10"
  b"\x13Ý~"\x1E·Bt§QÔôª§–C"
  b"9Ö╩Í?¼N▒Ø┴┐\x158\x13ùQ"
  b"¤„Ž`ÝîJ\t¯E'ýÑ…N¼"
  b"ö°J╣\x02\x15IUÉA\x1F¯h╩Ð\x00"
  b"""
    Ööx\n
    1…AB—L\x03r¿(Ç\x7F
    """
  b"¯\x04}%n<Fi¨=UÍ'Ò3¬"
  b"\x06K/\ߤEéìèhI\x03ÀÆá"
  b"\x06\x7Fºõ+H3Å·\rÄÉ$┴x"
  b"\réPN+@g»‰èÞ&‡\x04O"
  b"#+Ó\x03=:Au¡.ª\x02\x13SUq"
  b"‹@|0\x0EêB}·\re–_ñ\x00Ë"
  b"¤¨Èaw•A!¥ÁÒ\x17V´z+"
  b"\x11Tý¯­GØ´\x06ŒcDu¯¨"
  b"‡ƒ0Pl€H¥¸Ëà[á#›\x17"
  b"0,&c\x0EçOò‡8¨Dí&˜†"
  b"—¨ÐÕ!\x14E\x1E½pòå¶\x19Îy"
  b"aÞ½¡\x02\x00C•š¤—ÊØq\x1Dq"
  b"""
    1>█»\x17?H\x0EÅ\n
    \x13Á╣\x18
    """
  b"\x7FO/"\x03TO†ºç‹Câ¯g\e"
  b"RÃwGh\x08K“³¹Î;\x15¼ž\t"
  b"Õˆt\ehJC\x10³\x1D¡p6´\x10K"
  b"±º…¾QÑ@ùXiü/é\x19]"
  b"Usʬ,\x10K–£²·õ®\x03´¶"
  b"""
    î1{\n
    ì┴@äº}\r▀Y<Ç,
    """
  b"æK\x0FÅN+@pû\x1A\x01^ÞX\f±"
  b"¬$\x02U*ÈA!·U­ó\x7F9Òï"
  b"µtäÓ͘Lq¤Ä´HG2…\x06"
  b"±œ\x04äœ:KæŒü©øÕ¤vg"
  b"³ãÊ»ã4Jå—/».\x06õâÐ"
  b"&£Â\x0F¾_O·▓*"¤\x03\Øh"
  b" p┴├6\x00EØÂs|o?Y\f'"
  b"hºªNô’OE²•¡?\x1E°Ö}"
  b"‰uY6^èCa¼\tq‡a\eíï"
  b"D™A»Ü\x12M©“Jê†9®µS"
  b"‰‹fDs&H+ºÍFÙ-\x19\x02î"
  b"Kö~ö90Fé»\x16Œ8v¼\x0E£"
  b"R"╦C└}DÍ¢ñ&┴åÉ═s"
  b"wã‗9░&AýûÅ\eAM^èE"
  b"p‹h\x10\x12Ì@Ë’¸÷Gœ¥Qh"
  b"\x15╬-ÉÖáD\x03»\x01%r¨╚º9"
  b"ŸV\vÝ›øB.·¬ö1zÍ1*"
  b"ã=¬¨g\x03D%ì=A_T\x03\x13F"
  b"«UK|·FBr€ç\x0Eô?^:K"
  b"ð•LœÓ!Oýž½§ùc7Ä®"
  b"""
    žZÞ8f\x18ML¤ô`u\n
    6\x08W
    """
  b"RFU0HjKØì\x08*ƒÆþ\x13"
  b"ê┘\rôB■J§ì¤^?Tå`¾"
  b"N!¬=uOME▓KIÔ\x03É(ñ"
  b"ÀÎ\x13´Ì\tN¾®®‹„\x14[\x1A."
  b"çËç6ðµG ¯\x18Fp\x0FIJÙ"
  b"\x14â®-\f[A\t¹©w=ý͵‡"
  b"\x11= u§IJé¡ÉÝÊÞJ▒µ"
  b"8ÈþáÛhBž„¿-\x0F÷Ï(Ñ"
  b"Î>\x16ÊÄ AØûI\x06p\x12÷öó"
  b"(ÿ,­¤àOß«´’³q‘i¬"
  b"¨6£³qìG,†”ÔÀ\x03üé©"
  b"CóÀ\x04b\x11F伇Xß¡=c«"
  b"8x½\x06P0DFØ0\x11 \x05F\rª"
  b"""
    ÞÄã\n
    \rPM\fµKÀõ[[¾z
    """
  b"\x13\x15U<DŠ‹\x12ºÝ›µÿf"
  b"[\x1A13¸xL¤Ü\x11Õ╔\x02É.í"
  b"åí¯¡╝yB═ü]É}&}d3"
  b"-\x15E9║9C¿Áü\x1D¾0õK<"
  b"\x1Ao\x00æ¥BGž‰\x7F\x1AÁYç\x14¨"
  b"ÇF\x11I‹TOܼóÿ\x01°Ì\f¾"
  b"ã"kô\x1AxBª·ùÍCo\x1EŒ>"
  b"Câ·’5(K]ˆ’[T*ö¢\t"
  b"╬W»|­°D╚│ÅtZc║]v"
  b"å—\x15ÏÿYD\x04Œè³_bÈCå"
  b"óv‗Û▄CJ░ü\x12<▒\x03eý´"
  b"7\x06\x03Åz2I\x7F\v» d'mA"
  b"hY1‡:ŒA§ŠÒ¼bІG¹"
  b"í¢BúDGCÅ»·Câ `ŽJ"
  b"ÏL╗└Y\x0FM■É *5N<E+"
  b"ÉÊ%╗╩oKÞÖ╗ÀS╔³\¹"
  b"f_@└\x0E\x1FG³Ø>º\x15«\x18K\x18"
  b"Èðã—¹\rDÚ¦‚'?¦\x0F\x04"
  b"W±Üf½gBÒ¤2¶Nuw3×"
  b"""
    ºµÍ$&nDãÿÌú·\n
    Ø┤c
    """
  b"ç\eɳ“þA3¿\x1F³+ ü\x1F2"
  b"Ád\x08­Ø║GZØî\t8║;îv"
  b"\x15\v\x1F€—…KM„\x00®Úˆ\t½"
  b"G\x04\x7FœŒWGe·?»\x1Ei pÆ"
  b"˜ÇøêJt@D¯ß3ú±^»®"
  b"ü\x1D\rô -@*· ˜9tT\x0Fw"
  b"ÀO\eB´Ù@e’¦¨(Žf'ù"
  b"‰H\x14Ö‡½I²€” ÈèŸM7"
  b"\x13ÙZ\x11#QEœ….´nY9r^"
  b"¶ŠY\x1F\x0FHBY¢Ð9‡ÒøÎ’"
  b"y┴┤B7¦JÚº╔¯\x13ÉüR╚"
  b"Yyø¥u`H– $àZ‹©éZ"
  b"~\r¨°ÙüKh·&g\x08Ž:ê‹"
  b"É\x02ÇPçıFóòj©,▒¥+!"
  b"\r´xTå{H\x7F¢Nx—5\x1D“]"
  b"é›^.¸´B œöråÝß V"
  b"U=q]áðDÈ╗ÉZp<¼+m"
  b"ü÷µ\x18þòA\▒\f\x053uƒÊV"
  b"""
    3Pû{\x10ôH÷Ém\x15\n
    é×|µ
    """
  b"q»9Rº!Fî‹&\r—Ç*\x14½"
  b"\x05\x01\x041DÍœøê™6ߘ½"
  b"afILÓVGÞ—s…\x1CuùEû"
  b"Uõ=0\x1CÐK(°O׃\x07\x05"
  b"""
    4½Ÿc£ìIu©µ$\x04ë\x05\n
    \x03
    """
  b"\x1A¬É!EÉ®ãPÏè═Bj"
  b"\x04øÈ…I÷°;¸\x1A\x1FU·v"
  b"œ¥u»)aCK›g\x1EÛå\x02"
  b"=”IðÛlEÓ—–#\x17–Hz\x04"
  b"[Ð<^xxJ$¼7Q'3³\ei"
  b"ê,\e\x03\x17\x19H\x7F┐ÿ´©ü4,\x03"
  b"""
    çT¨└ê\n
    Iq¡ÃÅXú\x05á×
    """
  b"kÛØ¯ž(Ió»#‹=QGÌ*"
  b"Ø+î¬_╔@ë╣Z╝y©╝\x7FY"
  b"ý\f6“éÕJ)žDÒ\rmQÀ…"
  b"è÷¨jÉúM╩║¸°!úL¾x"
  b"wFt+ ”F\x04¦öXÒ¥\x1D³›"
  b"}ð<Á{·C]ù.ü£è╗êÌ"
  b"ˆëV(ÚòNÌžWèÚ1\x06¿\x04"
  b"|ùSiÄÈNO€%>ª\x088\x1C"
  b"œ«ˆ¼*­Mï©0õŒ~6þ\x17"
  b"ËI°V¡®IsÄ)┌­▀¢ïØ"
  b"sìIÊV„B-ª>õjÇ›ª\v"
  b"4zÏNx©EÈ·u]%Q'ë~"
  b"üü.\vóMB=¼\x088x\x1AS«p"
  b"L¡²7Þ3E ® \x15ŸÐS\x01¥"
  b"™òe\x10¥ÞE¤¥ù\x03dÖ+’\r"
  b"³Œ6«ø\x18Lþ£nµÿ÷\x0E\x1D3"
  b"EùÓZ\x14õHI¾$¾,鉼\x17"
  b"e“$þ<<Jq¨Íß²¤¢B'"
  b"\x1D\e\x0Ef\ØJ©É\x01\x14½▓j└|"
  b"*&öÉݽEÙ¬”™*…šŸP"
  b"""
    æu\x17o¼òM•‹\n
    ã\f¨µ§”
    """
  b"{L»·║ðMMɶ\x12Ö^]\x07É"
  b"\x08w¸Æâ®Bé—‰¹=±ÓD7"
  b"?]ý—¥TE÷µìd\e‡u¼–"
  b"¾XïÕT~Gù–ßÅ\vãn-…"
  b":H\x1Cêç–Od¾Y\x1Dè\x13ê\x06\x1E"
  b"FÈO•è\x1DCW­­ÿZÉ›\x12O"
  b"Ý(Ik\x019@—³ˆ\x14ƒÅÑÕc"
  b"]es\x12ãàF\x07\x19`Ä>´ò$"
  b"ÝB«¾k\x00E\x0F±.\x11fãÌ\x16Ý"
  b"Â6\x07\x7F41@ £¦6egOœ0"
  b"Ó§H4Š\x03GõœwÖ\x1Ab\x0E„ð"
  b"0pP„"kFÌ·\x18\x16­+Äð/"
  b"ƒ¬¤®xåJẹ0Àt¦¾à"
  b"Ÿ©w-ÂÔG)·Ápek³”’"
  b"¯¢Ó¿ ìDûªÜ┘!/,Ýx"
  b"ñï¾-;)GØ©°ÿJ\x1A│É:"
  b"ëË-\x15÷ïH½½—_Êt»Æþ"
  b"""
    ˆL\fÑ<=F šQ­\n
    ãmRY
    """
  b"\x1DI%\x1F┐¸@ûüÝmÿÄSS▓"
  b"\x12A\flE-‹úѵ±ÎË<"
  b"ðpÿ5²µD\x07ØÀ\x0E\x1C=¦Î\x0F"
  b"\x1C¯ÒÐÊìI_║u¥ùA\x06)u"
  b"ÖïKNz:G§®mÙ\x18c/Ь"
  b"W{fÑ$âB¤Œ3ʪê‹&."
  b"»ÖJ\x1D\x04ÏD?«\x03=í­ø&\r"
  b"\v_\x06ôFëC’™UKF¥ I>"
  b"\x1C¦ø§i\x03OV†\x18¤_—üÇ­"
  b"É,\x1C«╔¯KÂ╣¾ Z^¿¬"
  b"Lœ1wºÎL\x15±®ò¥ oßô"
  b"""
    D\x10ìú5"K\n
    ¹Ÿ\x11\e.êTì
    """
  b"š\v¸sšˆOŸ„I/ÌAKz…"
  b"3=–aR¬@Dzi\x18\eï\x1F"
  b"9\vŒI\v|JS¬Ý†x^xIú"
  b"Í/DO¸\x12J\x16‹ÔÁ\x1C\x0Ev71"
  b"ê\x08ä\x16d4N\x07¾\x02e¡àz\x0Fù"
  b"""
    Œ¼Á\x05\x1AÛJž–\n
    ý²*¼€Â
    """
  b"ı┌X\vØ4N@ëÃ╦Ë\x0Eø1á"
  b"›j5aa[Jô¶Mã÷˜‚Óê"
  b"HWë\x0EjYBˆ´(\x10™Ž\x03"
]
83 36.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.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"\x1C╔Ñ■|+BÅÅYPI\x02f.\r"
  b"gN"║└ÙI2ÉaV»Qı5\x1F"
  b"¹Â\x04€>CJø§³þ»ã‹ù-"
  b"ZЧ[5ê@·€r\fõ¹\x159j"
  b"ª01ùýrM¼ŸíˆN¦+<Ý"
  b"0«Ý Õ÷C­┐ö¼▄?ì³é"
  b"uÁ0ƒ+†K\x1Dˆ<BÀR\eÇ’"
  b"°ÚÕì&uK\x1E¥ðü0doÈã"
  b"\J¼ÑV4Jq┐▓ܨ²ü§K"
  b"úú¹æü^@─ï¤▀¡Æ4█#"
  b"\x01Ž;BÇÆB4»4\x02ÌÚ:8‰"
  b"½\x1A³ì┤B@\x7Fæ7"Þ5│╗\x00"
  b"\e+$·n\x1EM·“ÖÍš2.Žd"
  b"\x02\x04Æ$┼cG\x17ƒñ└\x13Ô¤═Å"
  b"\x11q\x0F³>pJ\x1F¯\t`æ9ò\x13Ï"
  b"ENÓiïkF(ì·\x08p¸┌3¾"
  b"▒:▓ÿ?Ð@╔פÛ2Õìɽ"
  b"!\x1A\t¿K\x19ì6øéÐ\f\x19¯"
  b"\x02Gy\eE\x05LhØ├@ó┬×ù├"
  b"ÅI\x14\x01‰JM—¥KNõG¦ƒ\x17"
  b"®/<\x11±LGkŠ÷Ä]c†ž¼"
  b"øx\x07Û\x02õLÃúaÈÉKÒ4å"
  b"ÎYìÜä╦Bö░\x03rCéj.D"
  b"Õ=ï\x18‡LJÁ‹"O¼\x07UI\x00"
  b"""
    \x11é\vgE\x1Aˆ;̘Eè\n
    8
    """
  b"""
    ÕW\x18\x01´ìGrçƒ\n
    *ôýàÚ
    """
  b"”‘Ø$OßA”¢~›\x1Db‹\\x02"
  b"³¡╠ØI½Mì┐gÏ*xá\x16á"
  b"ýœ\x07“ÑVMû‰Wè\x19H\x11¨\x12"
  b"Ò┼r\x1AskMÞì(\tì­cÂO"
  b":ö–噂J‘š€œB°¹éö"
  b"[¼šÙû+E¬º¶¦fZ›V?"
  b"äÛ.?ž™Ff¢s)Z/Õ,®"
  b"▀û^gJÆMV│\f\x07╬┤\x06"
  b"¿m|\v¥ÉG╝╗╠┐)Ið?Å"
  b"xõà÷C\x1FF« ƒy\x1C÷­çâ"
  b"Ò92‹œ¥O‰›y´ºéÓ©Ã"
  b"\x1Aáah°uK¹´®\x0Eʺžba"
  b"¸Bå;Ù3B\x06¬ì<³ùÞ©<"
  b"̃~Ë+yB\váàßÅSX\e8"
  b"‹ \x079.XBC¬¦„mÇ\e±e"
  b"\vB@Þh¥F\x1F¬™\x07‰¿7ù\x06"
  b"\x1A‗»<\x0F FÅçSfA╗2V÷"
  b"▄zYe\x05ÌM8Áðú╚╩ª\eØ"
  b"ÓÉË8¡\x1FB¾£t禅¿Ø("
  b"½hhÁ\x1D8H€¯ŠFûì˜k¯"
  b"úÀ\e)^\x04KXœ¤ø²Ì²†Š"
  b"┤n¹ö\v]Ny¿ìÏ\x19\x086íÿ"
  b"ÿ_~[®ºOÚ˜¤Á«Ù\x17\eÎ"
  b"$ÉI\x06¢\x1AB¡ÑhýªÄê▓·"
  b"\x1C\x0F3\x19~|CvÜ█­²AWóÉ"
  b"Dä6\t>~Ns”óÀt—*Zz"
  b"ÊÆCg0╣N\x17¿¢Øxݹ&h"
  b"\x13xëi\x00‚EªƒÚó\x02Õ>žu"
  b"ÞJ;ðÆ:H\x1A¨®¼;Á\x19î\x12"
  b"Toyæ╦$G\tòæ\jj\x01¯Ø"
  b"Šº³—\x02êOH£j,ã\x07\x7FNa"
  b"8‹–¤ 8Aôµ>Nð›1—p"
  b"Ðé\x07i\f¤N.▒ÛV╗ÎØD\x16"
  b"ÕÇôx)\x18Dû½s¬á\x11—úA"
  b"\x7FHó72HU¾*B'ÔïR•"
  b"•W9íä‹Jè¼QïFž\x1Aý¶"
  b"B„<9ò\x0EO#¥™WWv°`Â"
  b"ÉoqíÑ<Ca╣R\x02àIÅG╠"
  b"/ɃÆ\vòE╩ïH\x19\e\x03"
  b"ÔB$TÒ¬N@–è3\x1A\x1A\x00‰ô"
  b"&'éèöâI\©a\x1A«Ï\x11ÉÂ"
  b"(‘j߈PL …@Ø\x11¸r4Ë"
  b")؆õÓ—F\x1E²+\rô¨P6R"
  b"ïÊ\t¨ *Jn”ç˜"ñ\x15"
  b"S\x11ç¾ÂÖG\x01­/ž*keig"
  b"¥\x08\fFM┼É\egD‗à╩!"
  b"╬¹\x1E`ÊDHÞüÀ¿»*³R\x08"
  b"\x1AMB\x04\x1CDC#ªOwô\x15\x02"
  b"»-~@ÅÔN<¡¡╝¥ë1\x7Fã"
  b"\x05<e7+\x18C\x19‚”½2rÅœ\x18"
  b"ü¾¾\x18╠ƒN║¢¿\6P \x1FV"
  b"H\x10x¿í\x15KâéüÐ)‗└ä╦"
  b"!=ƒ§¥xBIŽ\x0Fó`\x1DF\x1C"
  b"Sõá0┴HJ·¬:┘ª>|ì\f"
  b"\x1F■Ø:╗áFP▓ÅA"dØOv"
  b"vØt^ròKZ§Ðöò»Ýw\v"
  b"ç”ü§©õEš•\x03ÞZOÓ®\x10"
  b"Ñ>TýñªEÍ‘\x06ƒð\x1F*Âé"
  b"*s=ð■Ì@\x10Øz§aä)E¾"
  b"áó/‡žyJL¨Ä ¤´ƒ_ä"
  b"ü\x18¡ùk®ClŠgá¬\x1Da÷Á"
  b"\x13%¡öš\x14H]šUSûoZ\x13ú"
  b"""
    ¼ýÒÝ\n
    LOè–ö\x1A\x08\r^fæ
    """
  b"—Î<k?êG·«ß\x18Õ\x08éÍ6"
  b"þz\x06"Z\x12@\tœ”(\x06\x17&"
  b"ÆÎºQ5\x15OK€ÿ\x01IÛX˼"
  b"\x05žñBoòN¥ºZÆoØJY\x1A"
  b"~42\x12¸ÏI'ìô6º■Ø-â"
  b"»!Bǃ\x1FE>š\r®\x13“¨9Ÿ"
  b"▓>{ƒoÅA ÿW©\x14¿»\t\n"
  b"ÔhÉ\x10DÎOIù╚yà\x05²Ûc"
  b"O'%#ì‗BJâªÓ&Áõ║x"
  b"\vv\x11'wÿJØŽi¤‹+Ïgå"
  b"""
    \n
    8X\x16P£B»—GŽUR5\v
    """
  b"ÃpŸ]-ÑLf»é\x14þîÂ\x03\x01"
  b"÷ä%´Ù▄DH¿ë\x1D╔8Âü═"
  b"ª÷Ô\x10'¢DZˆ9˜"ù4\f²"
  b"ê*\rÉä\F╔╗\x01ûYª\x15‗5"
  b":b±▒qü@ÁجqÅ|HÝ="
  b"byÞ\uJCÉØÞ\x7F\r;àâQ"
  b"ÜKÊVÍ9FNžõTîˆbŠ\x1A"
  b"\x01ÿ╠\x7F>Dr\x14¿HRìÓ`áÝ"
  b"k¾hÌQúO’Œ[¦\x07Ix$G"
  b"´\x10u\x14v=OZ±L\x1F[\x08ÐŽ¦"
  b"(ž“8&zOŸœŠÎ»\x1C8”˜"
  b"¸Óg|qIDz·«ÒŒèÚ\x18w"
  b"""
    0?^\n
    ┬=MNí²ßØBq9╬
    """
  b"""
    ôÏ?é)7D\x10¶¨\x1Fè\n
    óž„
    """
  b"˜Gó\e°xAó§Å\x07XäY9–"
  b"å\x01Ϋ™ÚL‘€Œ/ª^\x7F¢g"
  b"›¢\x7FŸI¢JS¢ItXE´‡Ô"
  b"ü¡a:¥\x04D`Žù:|¥Ö\x19ê"
  b"É<M\x1Ee©O|«\eE¾]¥dé"
  b"a\x17\x1C\x06¼4Nõ‚‹Ú'³8àé"
  b"\etáÜÃHz…Ú›Æ\x08RÌy"
  b"ˆÀ§·ÏgHò¹D®#E4ß”"
  b"âé┴ºb#Gåìx░Ñ■╠░Ì"
  b". \x00ƒ*=@M¢×å»(g.®"
  b"2ÍÕíÞÛA½ºD±Ç7Áq"
  b"╔ÇücÔ╠@ƒƒÅÍ▓\x17╣{!"
  b"╩f\x01öÈ[L\ªÄ\föÅ,vä"
  b"•ÎÙÏÀ\x07Ou·òIwJ>sï"
  b"Ðq\x08Ü═cA>üvl¸XDs╬"
  b"»5\x06r\x192K•€\v\x1EÎ.U*Ã"
  b"a&=\x05\x18ŒO\x14™ZLh¨ëÒ\x7F"
  b"lî†\x17f£Lï“Hô(¾\x1EÆn"
  b"ñVPtô4DÉÂy\x11o7m\x18¿"
  b"DËÞFÚ£H\f©œ\tã\x0Fô\x19\x11"
  b"&\x14Æ?Î\vN ˜ŒtÃ\tþ¡;"
  b"!p\x06Tâ`F¡‘¾¶-÷MÉý"
  b"¥¬çÔ›¯LÈ®-øþ"À!‡"
  b"Ã)"\x7FO\x7FBPЦZÝl‹ân"
  b"z×¥¶ÒÄHyü¶N\x190N┼è"
  b"Î{^Þü─IÒçÆ┘ô╗Mb­"
  b"ÿ~ó¬‚ÞKÊ¡\x15«d\x01b)T"
  b"¿ìÙ\x1A¹IMÌ▒Ûx\x12Øp╣¸"
  b"W\f\f[Áü@\x00æ­8_zȸO"
  b"`£Ì’\x18ÊG!š\x0E<\x04£\x028“"
  b"\r\t\x00>á@>¦°”Ö’3œ_"
  b"©•RöB\x01Iþ›oç\x1F\x1E²#Ã"
  b"""
    d-ìïÉ\n
    Mk€ý+Äì_sÖ
    """
  b"ÕH•†³_Ml…a\x04´¡\x1A“>"
  b"8u\x11\x0Eœ¢AE§5{Ø7z­·"
  b"¼›S#òjH~¡ß\x00{L¿¹\x00"
  b"µs\v¤,ü@■àÅEmÆ╔═&"
  b"ÃÝ\x15pÌoJŒ§š<ù[¦)»"
  b"Wé¡\x11,ÿNŠœw˜¼-Š“)"
  b"¥'öe©üKñ©}ä┬ã¤ã/"
  b"}S!ʳÙLÞˆ€ójh^vè"
  b"\x0EVÇ›²kB=¬;\x073 Ñ%\x05"
  b"÷œGµNFGüŒÎ\x06t¨“\x1Dè"
  b"y^HZ¬UF&­)ƒÎCÈÈh"
  b"„ôÎÚÅ M\x7F¿æø}\x03cïº"
  b"n\x16┌┤ýIHRñ\x1EÓ×g¯ü▀"
  b"1s^ã”\x17EF¹¨57*ú>Ù"
  b"Ð#¨Ø╣»N\x07ôj\vâ¤0ıÎ"
  b"×Cª\x14°5@vøìG©\v\x00ÉÞ"
  b"\x14\x16â%LåØy\ev/X\x16R"
  b"ÐqÍ<—õI\x11«é™‰\x01\x14Ÿ\x0E"
  b"\r\x14܈H¿³NT ¼$Ìå"
  b"îîÑò‘ßAŒ¢\x0F\x1D,ÿÆæ¨"
  b"þ═¡8ÇÿJÓ╗ƒ\vñÅ\r7═"
  b"Äm\rc\x18áMg–zªÀ¢ð‡<"
  b"¼ŒåÌ0RLX±}ÛÐÉÈ~¦"
  b"\x18╗êÛ╔\x1AK|üAë9jH\x18}"
  b"t¨÷,Ù\x02F‘ƒ‹¾ªM–ÞS"
  b"\x06Ì<!¾\x7FOx¤†÷0Tu\x13"
  b"íªF ´oJ└╣ü┌&hvÇÐ"
  b"\t\x0E’X\x19RE\x03‡‰ßâR›\x01"
  b"\x06‹<×Dm¬nÒÍqG·\x0E"
  b"""
    B\x1A?ßÐÕF\n
    µ(ãp|¡\x1Ax
    """
  b"\x01Agô'C╣»\x15┼ØÖ╣Ш"
  b"\föeu{\x11Dˆµ\x00†¶.K©ò"
  b"^Qz\t¼÷JØ£®\x16V¿Ä0^"
  b"Û\dð™\x0FB,½êó^ã1‰E"
  b"*┌^УvMVôµ╦ä\x07'ì▀"
  b"""
    │╔\n
    Ã!ûCPÅ1ıá­ñ└\x04
    """
  b"Ø6¦?ÈæAn¹…\x18ü÷\x1E¢{"
  b"–ÕŸ\rnIB\x07ªRyPqµˆÑ"
  b"\x07Ö¡âI\x12œÆ.9½=µ³"
  b"®ðœU·\x15Nd£d×\x15D\x06\x1Da"
  b"ö\t±Ê8\x02Iº¥\x19¯'ìpÃ\x16"
  b"úÚ4U_¸J\x1D†ô\x00k\x0FgÀŽ"
  b"™zxàd–E命*S\x14ë‰""
  b"*­w’þÇMá­\x00möcŽl¥"
  b"…‡à€aA@g˜‰t›sI\x15ì"
  b"ƒ¯éúÏ;K¦ž\x16ü\x1E\x1FП“"
  b"ô\x19Ûvl\x1DK\x17‚µ-úbÙ¹ß"
  b"¿\x02¾™\x1AUFôŠ Ç›e\x07N¿"
  b"-D{ADqDxž!¾\x1Cé•€,"
  b"fÛýêeYJqŒˆíÚ.ö\x19"
  b"íûÆü¹rB\x02¶‘½ünã¼ç"
  b"Øa ¶T\x03O┐╝Ðë7\x03¿ë\e"
  b"Þ75\x04ö=O¿¨“Èó|…zÛ"
  b"JtI_-óK•›ºÖkàîyå"
  b"êèQ`YüM\x15›¬Žs\x1Dèë\x06"
  b"Øðëq“,D­†g\x14\x0E3\x12…^"
  b"""
    Û\x15oÀ;¿N\n
    Šôöbä»èÆ
    """
  b"L\x10\x17ÈKá´!Ë·ý}z\x13"
  b"gyp—á?Bí¨bWÇ\x1CBz("
  b".1Ôý³uNü×b¶`╗╣}3"
  b"""
    QÕï\x16EÀŠÿ\t\n
    âò¶<
    """
  b"""
    ~ ╬\x14ÿÎOIüU«l\n
    .¤6
    """
  b"ú÷\x00üs^I\x08²ŠÌÑ~Î÷¬"
  b"¥Uã¤í·O×ÅJÍ\x12ª\x15¸Ø"
  b"‹/çë\x1F7AÌŽ±LüñàÝí"
  b" 4‡|mÙFQ€§«Ë\x7F¦G•"
  b"\x188\x19« C}دz‗I\x00½Õ"
  b"\x03ƒ°-CŠ@\x19°ôjÄØÑU_"
  b"Ã>²ÙË\x03L’º\iŠíº^5"
  b")Ùƒýr©CÑÉ©£÷┐±\x1F\f"
  b"├û\x11P‗öK═ƒÉ└ñOúh½"
  b"‹ÁùæVÂGm·<eµµ>\x1C6"
  b"╝s!¢{\x06Jb┤╠\x08\x7FebÅS"
  b"Ù”A7N\x18LP©Ì±Þ´ £\x0E"
  b"§¤°|Ë©Gë‹%¤õ’\x11Öy"
  b"""
    Ì\n
    w┬p\x19F\x08Å÷}┐╬\x18
    """
  b"""
    ˜\x03ï\n
    [ÖM÷’]H·à„™4
    """
  b"x„,\x1FUøB£°ü¢)ɼš±"
  b"«û¼1ÀBu‚QêæQ\x1C4V"
  b"u╔─ÅÈ\x18@³áº\x0F╔.¹!Ë"
  b"‘Êt¤œ\x04Oë 'ï×k!\x02ò"
  b"""
    ð\n
    ×ÚoƒGž’e\x7F¯H‚\eî
    """
  b"ìÜÍ└À░Le╝o÷º³Ec┌"
  b"ûùªJ\x04eKðÅî»rxg×à"
  b"\x07«a;â¡A_žÆ<(içã\x01"
  b"\x1DŸ=RS\x04M,˜Kîm\x03à{\n"
  b"äØ@ýB║@`║╣Å│Z'┤b"
  b"²\‚†~@Z´ä\x03\x16Ÿ²"
  b"ý|\x15\x00I˜™k\x1Eí=`:Ä"
  b"‘ÀGÔ®0K; QAUòà\x18±"
  b":zùúÆöD; Uš4jx1C"
  b"┐êà÷&¾E\x06ÂÎÅÊÓØ[V"
  b"╬Í▄\x18\e\x02BªüÓÚaÄ=C┼"
  b"\x16º╚üãMä¿5\x7Fý─²®7"
  b"UÉÛbWÎKÚÜ_\x01ÿK7M/"
  b"Ôä·\x049\x1CHP¾åî¾'\x05IO"
  b"õzÑŸ¿WJ!²\x7FÄN&ü*N"
  b"õÊ\x12ôviMî¦ó‰g\x00\n\x10"
  b"V™‹)ÃiNP«\x12îU\x05¹{\t"
  b"âÞı,;3E\x08ö ~WÞ3Ø\x15"
  b"ã╝ìCÎgKu│Ç\x02o>Çç\x16"
  b"ìëwJ#\x1FKÔª–¿\x1D+ ƒ8"
  b"\x1DJ̤ìÞM㫳0ü\x05–ÆH"
  b"y×)\x16ƒÒN\r¿═Øv▀Üce"
  b"òhQ7xÅM\x18\x16-Ã|ém„"
  b"░Éb\x00Ó╗Cd£¤ú│v­'û"
  b"èáä\x08öEˆ¯\x1FÄa¨Í:Ê"
  b"‡ç2<Î\vO«‘å÷ÝZ›ú_"
  b"A¡Al\x10âJíŒ:=’.©ï®"
  b"'ܱÈ\x16ÊI“¸KuS;C£Á"
  b"´█â@ÔÓAfÅ▄░C\x00.Ë`"
  b"CÄxñc*Aܦ¾ó%å×wÈ"
  b"ÝÝÅ█¢HCMøÏ×╝\x04\x03Ör"
  b"œæ+Y½Ò@$ #uÂC¨-à"
  b"›Ls\x18ä¨Hl˜$~ˆ:©Á±"
  b"!¥8ÂCkKužÒNØG!Zx"
  b"=ƒI\x12±\x0F@¹¨ò³ï\x14ðÚ "
  b"ið{áÉÆDpì\e\x16¯Mo»─"
  b"ÕÇËÉ‚NO‚‚Åx\x00lï£J"
  b"\x06¡üsI(¦å‚jëëóu"
  b" ºH\fetF/´\x1Dçnìå£\x13"
  b"¥#e±D\x06D\x04…Òœ¬\×\x0F\v"
  b"{*Ä\x1C\x03pO­Å¼Ó┐jÒÛ:"
  b"""
    È\x06 Å\n
    «M·è‗\x1A┼^K\x1D8
    """
  b"Ð.cÀŸ¯M—±\x1D\x1E¬'öȃ"
  b"\x00Ó¼á!\x03H7•Ë×åK¦[\n"
  b"S{†X9ÔG\x15œ\f‘OuæGq"
  b"""
    l}•2ɨB™°Ó[\n
    6…Ú¸
    """
  b"\x1FÛ÷õîB\x1E¢xÄ\x03ài²”"
  b"ðºëè\e\x0ENr˜ãd;\x0F ¶Ÿ"
  b"ª/Må9ª@\x0E©ØYFù¢µ>"
  b"¸Óì═┼\x1EA┤¡ü\x10;╬\x00Qq"
  b"gÅ/çîVF‰¼ÔÜ}U–pû"
  b"\x05ë\x074ììA\x0E¢>KÁƒ¤øy"
  b"(­@2[\x01Iöµ-óVªV3Ä"
  b"Œ\x1F\e1E\x12‡É‹)©,sÝ"
  b"\t_÷╠\toN\x0FÅ┘àqfNÌ\x16"
  b"s\x1A±“=çA'·/WkîÐ\x17\x1F"
  b"\x10ذƒP\vB”“ý’\x7FÆû3Í"
  b"¶¬o\x1E›¢NC ð¼\eÁq¼L"
  b"I\t)\x10f╩C(▓þ╦Øt¯▀\x1F"
  b"¬MºP\x16ÄN$¡V)¬Z\x16žÐ"
  b"Å\x06qæÍ\x18O§¡âð®'x2x"
  b"\v¸B×f╗FpÉ!Ë+à\x10V@"
  b"ï°=XÒRJÔ╝ýw\x16Ç3┼Å"
  b"x\x06A\x11\x0E‡M4…ãl.K\v¡@"
  b"Ÿ©[\x04+ûJ1¬úh[š>ˆ†"
  b"Ê5®íÉ$Ixó\x1Fü\x07ÖeJi"
  b"ìx`FŸéBF¢\x0Fx$’÷WÓ"
  b"EYlØÂUKʦ:\x15¬ü?’¬"
  b"AŢǭ3NR’¿x\x07Z\x06úv"
  b"""
    \x14&å®g|CÑŽ¼wz›m\n
    ß
    """
  b"6u\x10©²üGèÿÑ\x04\x03§±-·"
  b"æ”ââëËJ©™6†Ç¨bðº"
  b"r║çTƒÄO\x19üçcé[`\x18É"
  b"`¨D'q├O¬ê\x13YìecÖz"
  b"┼9 \x06ûüD&è\x07H4\x08"2ë"
  b",¼‹Ÿý\x00HSŸ@“·æ\nü6"
  b"Xm&Aù÷I╠ÑúX0«▓}ì"
  b"\x11\x17ÅiOºí®ª?nûÞå"
  b"""
    €¿~¯9\x18L•ƒ\n
    \r³¨÷
    """
  b"rôó³Ê\x0EL7ƒ+3*Wzdt"
  b"bÄ;`ñòNY¾\x02¢bÅ\x0EŠò"
  b"X[$\x149dI-’ÜuØ1\x08ãý"
  b"@WlÃ2\x16E\x1C·ÔpØ ùÇÍ"
  b""\x0E\x04£ÕßG'²[EhײåŒ"
  b"Ú@­Çr\x18Fc°5á³ù‡j$"
  b"¬É\rU\x02xMö¬Ù■æ²èyµ"
  b"7J‹\x12\x1EaEW¼½\x11«‚ò'\x01"
  b"\x07¯Ý°ÀZE9ØÉQÙ\e\x06‗G"
  b"Hè%ê[\rJ\x13‚¶rØ®+ëÛ"
  b"\x039Bב"C\ŽÌp‘N,˜{"
  b"¨2\x02åXðJy–SOÅ\x13=A»"
  b"ÃÙºK\x19£EYºE\x04Ø6Cê7"
  b"¶˜\x13t«KKŽ•zczÀÏfÜ"
  b"rZ‘D½\x03N\Š\x06\e[$Ù"
  b"»r¸\x0F.UK†£™ò\x187yA/"
  b"ð]èC–CAo‹\x14Š\x10\x19@%è"
  b"Ø\x04Rúæå@)ìq§»\x0F§+s"
  b"\x02\f9ÅD©—á±\x1FMK<ò"
  b"ë6¡Òty@¡¦\x00Ï\væmF_"
  b"@ô—R†FAž§À\x1CÆEú‚o"
  b":5½$\x02bD!€ÎA\x07X]ÿ£"
  b"*àÃÉž]A›ˆÕG\x1F\tLÖü"
  b"{\x7Få`ÝœG\x08¸ê4\x02à\x01Öú"
  b"‘C„ºÄ\x10O…•\r\x06½?JÛl"
  b"q\x02Ž~…+I×°Uãì#AÎR"
  b"\x08X/%®ùH_¶OÅXg|h¿"
  b"µ\x1C1sÙ‡Dá³ZÄYÚ\r·j"
  b"÷pŒsZµH΂\x16LºÒ\x17¼è"
  b"÷’åÎŽ5G}±\fôïiÏjª"
  b"ôuW\\x0F~HE£1+XZù—œ"
  b")BE\x06÷ÃOp¥\x00ÃiìÞ¥T"
  b"\x1F¶î?░ÞJ┼ìJÜÞaÃ┘z"
  b"ªpï\x7F¦:@T¬ÜÚðxÊ®/"
  b"’šx†y¬DŠ‚JG\x12>h%9"
  b"ç½\x1C\x08îŸB\x0F\x18>s\x02†Cñ"
  b"æ\x0F\x10¨&XNз½‰4\x15l4Ø"
  b"žH~Îr²O\x11ƒˆ,jæ¾H\v"
  b"õ´6ö┘ÊL╚ÇíUýìBðı"
  b"\x13ø\x0FHãùEb•\x11DEe³xÄ"
  b"”ó!8ñ\x01MS¨o]\x10wË…s"
  b"@h*/\x02$J{¨\x1E\x18u\x12݇Y"
  b"ë\x00ÐGÎíEo¨€Ôd«K&©"
  b"#U°öøˆAð¦n&p*\x7Fi›"
  b"ÙR^޲€MV‡Zô"3í\fa"
  b"å42‰øÆL\x07“3¦éÆk[Þ"
  b"t;?ÇàªNZ´¢/l˜\x04"
  b"T¶ò]­ùDù©¾oÍÅôŸ¹"
  b"õ–ôÛ–¹H\x19™­ÐVñ\r"
  b"\x1EB\x03u4õG,ì\x01Ä2&§²("
  b"q\tÊBØàA%€åv\tìÍ¿Í"
  b"ŸF›y—ðHÛ‡\x1D/{Ç\t¢¶"
  b"¢¾\x0F\x12Ý´CJ§\x14Ý£ÒnOÜ"
  b"¬û}7Á┼MýØõ`▓Z+┘3"
  b"Q#V=JøDüº±H┬┴C┴e"
  b"{è-ø\x13ËK\x01¥=¤p\x07¼ØP"
  b"ÿèÒòú³C,░ó­\vþÅZ\x1E"
  b"Ãd><"û@Pšœ¡Å5Z\x1E²"
  b"lÐK\x036þKû¦'¨«ž¯„*"
  b"DhBG’:A\x11¶EÇod\e4†"
  b"˜w"‹uTEx¡Ù\þÙÞ@Ç"
  b"""
    Ù\x02\x06\x12\n
    QNý¶œX¬X’‘6
    """
  b"XîêÁiNK±û9\x00\x06þ\tØ"
  b"YøÜ$ä@A\x17„Š\x06œÃŒ&\x19"
  b"ã®Àg“0E¢“KÑã…l&:"
  b"o╚\x1CÔ▓üF\x04¥ç\x18Ü]│n\x0F"
  b"""
    $z\x03¬wûB`üv>«î┼\n
    C
    """
  b"'½Ê¸¿xN ìì¹═A-ñ¦"
  b"\x07抬ܪKÊ©l&\x00Î\n"
  b"ıîÂÉ:\x00A?æÄ\x15‗─h\x02à"
  b"DÀD\x15½yMá¬║┐aw\x08ɾ"
  b"\x15\x1F\x16²$@\x08\x11n·8y9C"
  b"îe1▒¹üJ2¿│±4V║Ô\x03"
  b"瀽gU\x13BNн„Á¸ƒÐ¹"
  b"""
    \rÆÛQÊILœb\x06o\n
    ©8Õ
    """
  b"\x1F*O<¥E­›m …¹E%Ç"
  b"\x1DrC)\x11ONv†ðŽÍ·mxÂ"
  b"V»6dXÀF\x18¦m\x17\x0E´²\x10"
  b"\x13Ý~"\x1E·Bt§QÔôª§–C"
  b"9Ö╩Í?¼N▒Ø┴┐\x158\x13ùQ"
  b"¤„Ž`ÝîJ\t¯E'ýÑ…N¼"
  b"ö°J╣\x02\x15IUÉA\x1F¯h╩Ð\x00"
  b"""
    Ööx\n
    1…AB—L\x03r¿(Ç\x7F
    """
  b"¯\x04}%n<Fi¨=UÍ'Ò3¬"
  b"\x06K/\ߤEéìèhI\x03ÀÆá"
  b"\x06\x7Fºõ+H3Å·\rÄÉ$┴x"
  b"\réPN+@g»‰èÞ&‡\x04O"
  b"#+Ó\x03=:Au¡.ª\x02\x13SUq"
  b"‹@|0\x0EêB}·\re–_ñ\x00Ë"
  b"¤¨Èaw•A!¥ÁÒ\x17V´z+"
  b"\x11Tý¯­GØ´\x06ŒcDu¯¨"
  b"‡ƒ0Pl€H¥¸Ëà[á#›\x17"
  b"0,&c\x0EçOò‡8¨Dí&˜†"
  b"—¨ÐÕ!\x14E\x1E½pòå¶\x19Îy"
  b"aÞ½¡\x02\x00C•š¤—ÊØq\x1Dq"
  b"""
    1>█»\x17?H\x0EÅ\n
    \x13Á╣\x18
    """
  b"\x7FO/"\x03TO†ºç‹Câ¯g\e"
  b"RÃwGh\x08K“³¹Î;\x15¼ž\t"
  b"Õˆt\ehJC\x10³\x1D¡p6´\x10K"
  b"±º…¾QÑ@ùXiü/é\x19]"
  b"Usʬ,\x10K–£²·õ®\x03´¶"
  b"""
    î1{\n
    ì┴@äº}\r▀Y<Ç,
    """
  b"æK\x0FÅN+@pû\x1A\x01^ÞX\f±"
  b"¬$\x02U*ÈA!·U­ó\x7F9Òï"
  b"µtäÓ͘Lq¤Ä´HG2…\x06"
  b"±œ\x04äœ:KæŒü©øÕ¤vg"
  b"³ãÊ»ã4Jå—/».\x06õâÐ"
  b"&£Â\x0F¾_O·▓*"¤\x03\Øh"
  b" p┴├6\x00EØÂs|o?Y\f'"
  b"hºªNô’OE²•¡?\x1E°Ö}"
  b"‰uY6^èCa¼\tq‡a\eíï"
  b"D™A»Ü\x12M©“Jê†9®µS"
  b"‰‹fDs&H+ºÍFÙ-\x19\x02î"
  b"Kö~ö90Fé»\x16Œ8v¼\x0E£"
  b"R"╦C└}DÍ¢ñ&┴åÉ═s"
  b"wã‗9░&AýûÅ\eAM^èE"
  b"p‹h\x10\x12Ì@Ë’¸÷Gœ¥Qh"
  b"\x15╬-ÉÖáD\x03»\x01%r¨╚º9"
  b"ŸV\vÝ›øB.·¬ö1zÍ1*"
  b"ã=¬¨g\x03D%ì=A_T\x03\x13F"
  b"«UK|·FBr€ç\x0Eô?^:K"
  b"ð•LœÓ!Oýž½§ùc7Ä®"
  b"""
    žZÞ8f\x18ML¤ô`u\n
    6\x08W
    """
  b"RFU0HjKØì\x08*ƒÆþ\x13"
  b"ê┘\rôB■J§ì¤^?Tå`¾"
  b"N!¬=uOME▓KIÔ\x03É(ñ"
  b"ÀÎ\x13´Ì\tN¾®®‹„\x14[\x1A."
  b"çËç6ðµG ¯\x18Fp\x0FIJÙ"
  b"\x14â®-\f[A\t¹©w=ý͵‡"
  b"\x11= u§IJé¡ÉÝÊÞJ▒µ"
  b"8ÈþáÛhBž„¿-\x0F÷Ï(Ñ"
  b"Î>\x16ÊÄ AØûI\x06p\x12÷öó"
  b"(ÿ,­¤àOß«´’³q‘i¬"
  b"¨6£³qìG,†”ÔÀ\x03üé©"
  b"CóÀ\x04b\x11F伇Xß¡=c«"
  b"8x½\x06P0DFØ0\x11 \x05F\rª"
  b"""
    ÞÄã\n
    \rPM\fµKÀõ[[¾z
    """
  b"\x13\x15U<DŠ‹\x12ºÝ›µÿf"
  b"[\x1A13¸xL¤Ü\x11Õ╔\x02É.í"
  b"åí¯¡╝yB═ü]É}&}d3"
  b"-\x15E9║9C¿Áü\x1D¾0õK<"
  b"\x1Ao\x00æ¥BGž‰\x7F\x1AÁYç\x14¨"
  b"ÇF\x11I‹TOܼóÿ\x01°Ì\f¾"
  b"ã"kô\x1AxBª·ùÍCo\x1EŒ>"
  b"Câ·’5(K]ˆ’[T*ö¢\t"
  b"╬W»|­°D╚│ÅtZc║]v"
  b"å—\x15ÏÿYD\x04Œè³_bÈCå"
  b"óv‗Û▄CJ░ü\x12<▒\x03eý´"
  b"7\x06\x03Åz2I\x7F\v» d'mA"
  b"hY1‡:ŒA§ŠÒ¼bІG¹"
  b"í¢BúDGCÅ»·Câ `ŽJ"
  b"ÏL╗└Y\x0FM■É *5N<E+"
  b"ÉÊ%╗╩oKÞÖ╗ÀS╔³\¹"
  b"f_@└\x0E\x1FG³Ø>º\x15«\x18K\x18"
  b"Èðã—¹\rDÚ¦‚'?¦\x0F\x04"
  b"W±Üf½gBÒ¤2¶Nuw3×"
  b"""
    ºµÍ$&nDãÿÌú·\n
    Ø┤c
    """
  b"ç\eɳ“þA3¿\x1F³+ ü\x1F2"
  b"Ád\x08­Ø║GZØî\t8║;îv"
  b"\x15\v\x1F€—…KM„\x00®Úˆ\t½"
  b"G\x04\x7FœŒWGe·?»\x1Ei pÆ"
  b"˜ÇøêJt@D¯ß3ú±^»®"
  b"ü\x1D\rô -@*· ˜9tT\x0Fw"
  b"ÀO\eB´Ù@e’¦¨(Žf'ù"
  b"‰H\x14Ö‡½I²€” ÈèŸM7"
  b"\x13ÙZ\x11#QEœ….´nY9r^"
  b"¶ŠY\x1F\x0FHBY¢Ð9‡ÒøÎ’"
  b"y┴┤B7¦JÚº╔¯\x13ÉüR╚"
  b"Yyø¥u`H– $àZ‹©éZ"
  b"~\r¨°ÙüKh·&g\x08Ž:ê‹"
  b"É\x02ÇPçıFóòj©,▒¥+!"
  b"\r´xTå{H\x7F¢Nx—5\x1D“]"
  b"é›^.¸´B œöråÝß V"
  b"U=q]áðDÈ╗ÉZp<¼+m"
  b"ü÷µ\x18þòA\▒\f\x053uƒÊV"
  b"""
    3Pû{\x10ôH÷Ém\x15\n
    é×|µ
    """
  b"q»9Rº!Fî‹&\r—Ç*\x14½"
  b"\x05\x01\x041DÍœøê™6ߘ½"
  b"afILÓVGÞ—s…\x1CuùEû"
  b"Uõ=0\x1CÐK(°O׃\x07\x05"
  b"""
    4½Ÿc£ìIu©µ$\x04ë\x05\n
    \x03
    """
  b"\x1A¬É!EÉ®ãPÏè═Bj"
  b"\x04øÈ…I÷°;¸\x1A\x1FU·v"
  b"œ¥u»)aCK›g\x1EÛå\x02"
  b"=”IðÛlEÓ—–#\x17–Hz\x04"
  b"[Ð<^xxJ$¼7Q'3³\ei"
  b"ê,\e\x03\x17\x19H\x7F┐ÿ´©ü4,\x03"
  b"""
    çT¨└ê\n
    Iq¡ÃÅXú\x05á×
    """
  b"kÛØ¯ž(Ió»#‹=QGÌ*"
  b"Ø+î¬_╔@ë╣Z╝y©╝\x7FY"
  b"ý\f6“éÕJ)žDÒ\rmQÀ…"
  b"è÷¨jÉúM╩║¸°!úL¾x"
  b"wFt+ ”F\x04¦öXÒ¥\x1D³›"
  b"}ð<Á{·C]ù.ü£è╗êÌ"
  b"ˆëV(ÚòNÌžWèÚ1\x06¿\x04"
  b"|ùSiÄÈNO€%>ª\x088\x1C"
  b"œ«ˆ¼*­Mï©0õŒ~6þ\x17"
  b"ËI°V¡®IsÄ)┌­▀¢ïØ"
  b"sìIÊV„B-ª>õjÇ›ª\v"
  b"4zÏNx©EÈ·u]%Q'ë~"
  b"üü.\vóMB=¼\x088x\x1AS«p"
  b"L¡²7Þ3E ® \x15ŸÐS\x01¥"
  b"™òe\x10¥ÞE¤¥ù\x03dÖ+’\r"
  b"³Œ6«ø\x18Lþ£nµÿ÷\x0E\x1D3"
  b"EùÓZ\x14õHI¾$¾,鉼\x17"
  b"e“$þ<<Jq¨Íß²¤¢B'"
  b"\x1D\e\x0Ef\ØJ©É\x01\x14½▓j└|"
  b"*&öÉݽEÙ¬”™*…šŸP"
  b"""
    æu\x17o¼òM•‹\n
    ã\f¨µ§”
    """
  b"{L»·║ðMMɶ\x12Ö^]\x07É"
  b"\x08w¸Æâ®Bé—‰¹=±ÓD7"
  b"?]ý—¥TE÷µìd\e‡u¼–"
  b"¾XïÕT~Gù–ßÅ\vãn-…"
  b":H\x1Cêç–Od¾Y\x1Dè\x13ê\x06\x1E"
  b"FÈO•è\x1DCW­­ÿZÉ›\x12O"
  b"Ý(Ik\x019@—³ˆ\x14ƒÅÑÕc"
  b"]es\x12ãàF\x07\x19`Ä>´ò$"
  b"ÝB«¾k\x00E\x0F±.\x11fãÌ\x16Ý"
  b"Â6\x07\x7F41@ £¦6egOœ0"
  b"Ó§H4Š\x03GõœwÖ\x1Ab\x0E„ð"
  b"0pP„"kFÌ·\x18\x16­+Äð/"
  b"ƒ¬¤®xåJẹ0Àt¦¾à"
  b"Ÿ©w-ÂÔG)·Ápek³”’"
  b"¯¢Ó¿ ìDûªÜ┘!/,Ýx"
  b"ñï¾-;)GØ©°ÿJ\x1A│É:"
  b"ëË-\x15÷ïH½½—_Êt»Æþ"
  b"""
    ˆL\fÑ<=F šQ­\n
    ãmRY
    """
  b"\x1DI%\x1F┐¸@ûüÝmÿÄSS▓"
  b"\x12A\flE-‹úѵ±ÎË<"
  b"ðpÿ5²µD\x07ØÀ\x0E\x1C=¦Î\x0F"
  b"\x1C¯ÒÐÊìI_║u¥ùA\x06)u"
  b"ÖïKNz:G§®mÙ\x18c/Ь"
  b"W{fÑ$âB¤Œ3ʪê‹&."
  b"»ÖJ\x1D\x04ÏD?«\x03=í­ø&\r"
  b"\v_\x06ôFëC’™UKF¥ I>"
  b"\x1C¦ø§i\x03OV†\x18¤_—üÇ­"
  b"É,\x1C«╔¯KÂ╣¾ Z^¿¬"
  b"Lœ1wºÎL\x15±®ò¥ oßô"
  b"""
    D\x10ìú5"K\n
    ¹Ÿ\x11\e.êTì
    """
  b"š\v¸sšˆOŸ„I/ÌAKz…"
  b"3=–aR¬@Dzi\x18\eï\x1F"
  b"9\vŒI\v|JS¬Ý†x^xIú"
  b"Í/DO¸\x12J\x16‹ÔÁ\x1C\x0Ev71"
  b"ê\x08ä\x16d4N\x07¾\x02e¡àz\x0Fù"
  b"""
    Œ¼Á\x05\x1AÛJž–\n
    ý²*¼€Â
    """
  b"ı┌X\vØ4N@ëÃ╦Ë\x0Eø1á"
  b"›j5aa[Jô¶Mã÷˜‚Óê"
  b"HWë\x0EjYBˆ´(\x10™Ž\x03"
]
84 2.24 ms
SELECT `product_price`.`id` as `product_price.id`, `product_price`.`version_id` as `product_price.versionId`, `product_price`.`product_id` as `product_price.productId`, `product_price`.`product_version_id` as `product_price.productVersionId`, `product_price`.`rule_id` as `product_price.ruleId`, `product_price`.`price` as `product_price.price`, `product_price`.`quantity_start` as `product_price.quantityStart`, `product_price`.`quantity_end` as `product_price.quantityEnd`, `product_price`.`custom_fields` as `product_price.customFields`, `product_price`.`created_at` as `product_price.createdAt`, `product_price`.`updated_at` as `product_price.updatedAt` FROM `product_price` WHERE (`product_price`.`version_id` = ?) AND ((`product_price`.`product_id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)))
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x00Ó¼á!\x03H7•Ë×åK¦[\n"
  b"\x01Ž;BÇÆB4»4\x02ÌÚ:8‰"
  b"\x01ÿ╠\x7F>Dr\x14¿HRìÓ`áÝ"
  b"\x02\x04Æ$┼cG\x17ƒñ└\x13Ô¤═Å"
  b"\x02Gy\eE\x05LhØ├@ó┬×ù├"
  b"\x039Bב"C\ŽÌp‘N,˜{"
  b"\x03ƒ°-CŠ@\x19°ôjÄØÑU_"
  b"\x05<e7+\x18C\x19‚”½2rÅœ\x18"
  b"\x05ë\x074ììA\x0E¢>KÁƒ¤øy"
  b"\x05žñBoòN¥ºZÆoØJY\x1A"
  b"\x06K/\ߤEéìèhI\x03ÀÆá"
  b"\x06Ì<!¾\x7FOx¤†÷0Tu\x13"
  b"\x07«a;â¡A_žÆ<(içã\x01"
  b"\x07抬ܪKÊ©l&\x00Î\n"
  b"\x07¯Ý°ÀZE9ØÉQÙ\e\x06‗G"
  b"\x08X/%®ùH_¶OÅXg|h¿"
  b"\x08w¸Æâ®Bé—‰¹=±ÓD7"
  b"\t\x0E’X\x19RE\x03‡‰ßâR›\x01"
  b"\t_÷╠\toN\x0FÅ┘àqfNÌ\x16"
  b"""
    \n
    8X\x16P£B»—GŽUR5\v
    """
  b"\vB@Þh¥F\x1F¬™\x07‰¿7ù\x06"
  b"\v_\x06ôFëC’™UKF¥ I>"
  b"\vv\x11'wÿJØŽi¤‹+Ïgå"
  b"\v¸B×f╗FpÉ!Ë+à\x10V@"
  b"\föeu{\x11Dˆµ\x00†¶.K©ò"
  b"\r\x14܈H¿³NT ¼$Ìå"
  b"\r´xTå{H\x7F¢Nx—5\x1D“]"
  b"\r\t\x00>á@>¦°”Ö’3œ_"
  b"\x0EVÇ›²kB=¬;\x073 Ñ%\x05"
  b"\x10ذƒP\vB”“ý’\x7FÆû3Í"
  b"\x11= u§IJé¡ÉÝÊÞJ▒µ"
  b"\x11q\x0F³>pJ\x1F¯\t`æ9ò\x13Ï"
  b"\x11\x17ÅiOºí®ª?nûÞå"
  b"\x13%¡öš\x14H]šUSûoZ\x13ú"
  b"\x13xëi\x00‚EªƒÚó\x02Õ>žu"
  b"\x13ÙZ\x11#QEœ….´nY9r^"
  b"\x13Ý~"\x1E·Bt§QÔôª§–C"
  b"\x13ø\x0FHãùEb•\x11DEe³xÄ"
  b"""
    \x14&å®g|CÑŽ¼wz›m\n
    ß
    """
  b"\x14\x16â%LåØy\ev/X\x16R"
  b"\x14â®-\f[A\t¹©w=ý͵‡"
  b"\x15\v\x1F€—…KM„\x00®Úˆ\t½"
  b"\x15\x1F\x16²$@\x08\x11n·8y9C"
  b"\x15╬-ÉÖáD\x03»\x01%r¨╚º9"
  b"\x18╗êÛ╔\x1AK|üAë9jH\x18}"
  b"\x1AMB\x04\x1CDC#ªOwô\x15\x02"
  b"\x1Ao\x00æ¥BGž‰\x7F\x1AÁYç\x14¨"
  b"\x1Aáah°uK¹´®\x0Eʺžba"
  b"\x1A‗»<\x0F FÅçSfA╗2V÷"
  b"\e+$·n\x1EM·“ÖÍš2.Žd"
  b"\x1C\x0F3\x19~|CvÜ█­²AWóÉ"
  b"\x1C¦ø§i\x03OV†\x18¤_—üÇ­"
  b"\x1C╔Ñ■|+BÅÅYPI\x02f.\r"
  b"\x1C¯ÒÐÊìI_║u¥ùA\x06)u"
  b"\x1D\e\x0Ef\ØJ©É\x01\x14½▓j└|"
  b"\x1DI%\x1F┐¸@ûüÝmÿÄSS▓"
  b"\x1DJ̤ìÞM㫳0ü\x05–ÆH"
  b"\x1DrC)\x11ONv†ðŽÍ·mxÂ"
  b"\x1DŸ=RS\x04M,˜Kîm\x03à{\n"
  b"\x1EB\x03u4õG,ì\x01Ä2&§²("
  b"\x1F¶î?░ÞJ┼ìJÜÞaÃ┘z"
  b"\x1F■Ø:╗áFP▓ÅA"dØOv"
  b" 4‡|mÙFQ€§«Ë\x7F¦G•"
  b" p┴├6\x00EØÂs|o?Y\f'"
  b"!\x1A\t¿K\x19ì6øéÐ\f\x19¯"
  b"!=ƒ§¥xBIŽ\x0Fó`\x1DF\x1C"
  b"!p\x06Tâ`F¡‘¾¶-÷MÉý"
  b"!¥8ÂCkKužÒNØG!Zx"
  b""\x0E\x04£ÕßG'²[EhײåŒ"
  b"#+Ó\x03=:Au¡.ª\x02\x13SUq"
  b"#U°öøˆAð¦n&p*\x7Fi›"
  b"""
    $z\x03¬wûB`üv>«î┼\n
    C
    """
  b"$ÉI\x06¢\x1AB¡ÑhýªÄê▓·"
  b"&\x14Æ?Î\vN ˜ŒtÃ\tþ¡;"
  b"&'éèöâI\©a\x1A«Ï\x11ÉÂ"
  b"&£Â\x0F¾_O·▓*"¤\x03\Øh"
  b"\x02\f9ÅD©—á±\x1FMK<ò"
  b"'½Ê¸¿xN ìì¹═A-ñ¦"
  b"'ܱÈ\x16ÊI“¸KuS;C£Á"
  b"(‘j߈PL …@Ø\x11¸r4Ë"
  b"(ž“8&zOŸœŠÎ»\x1C8”˜"
  b"(­@2[\x01Iöµ-óVªV3Ä"
  b"\x06¡üsI(¦å‚jëëóu"
  b"(ÿ,­¤àOß«´’³q‘i¬"
  b")BE\x06÷ÃOp¥\x00ÃiìÞ¥T"
  b")؆õÓ—F\x1E²+\rô¨P6R"
  b")Ùƒýr©CÑÉ©£÷┐±\x1F\f"
  b"*&öÉݽEÙ¬”™*…šŸP"
  b"*s=ð■Ì@\x10Øz§aä)E¾"
  b"*­w’þÇMá­\x00möcŽl¥"
  b"*┌^УvMVôµ╦ä\x07'ì▀"
  b"*àÃÉž]A›ˆÕG\x1F\tLÖü"
  b",¼‹Ÿý\x00HSŸ@“·æ\nü6"
  b"-\x15E9║9C¿Áü\x1D¾0õK<"
  b"-D{ADqDxž!¾\x1Cé•€,"
  b". \x00ƒ*=@M¢×å»(g.®"
  b".1Ôý³uNü×b¶`╗╣}3"
  b"\x1A¬É!EÉ®ãPÏè═Bj"
  b"/ɃÆ\vòE╩ïH\x19\e\x03"
  b"0,&c\x0EçOò‡8¨Dí&˜†"
  b"""
    0?^\n
    ┬=MNí²ßØBq9╬
    """
  b"0pP„"kFÌ·\x18\x16­+Äð/"
  b"0«Ý Õ÷C­┐ö¼▄?ì³é"
  b"""
    1>█»\x17?H\x0EÅ\n
    \x13Á╣\x18
    """
  b"1s^ã”\x17EF¹¨57*ú>Ù"
  b"2ÍÕíÞÛA½ºD±Ç7Áq"
  b"3=–aR¬@Dzi\x18\eï\x1F"
  b"""
    3Pû{\x10ôH÷Ém\x15\n
    é×|µ
    """
  b"4zÏNx©EÈ·u]%Q'ë~"
  b"""
    4½Ÿc£ìIu©µ$\x04ë\x05\n
    \x03
    """
  b"6u\x10©²üGèÿÑ\x04\x03§±-·"
  b"7\x06\x03Åz2I\x7F\v» d'mA"
  b"7J‹\x12\x1EaEW¼½\x11«‚ò'\x01"
  b"8u\x11\x0Eœ¢AE§5{Ø7z­·"
  b"8x½\x06P0DFØ0\x11 \x05F\rª"
  b"8‹–¤ 8Aôµ>Nð›1—p"
  b"8ÈþáÛhBž„¿-\x0F÷Ï(Ñ"
  b"9\vŒI\v|JS¬Ý†x^xIú"
  b"9Ö╩Í?¼N▒Ø┴┐\x158\x13ùQ"
  b":5½$\x02bD!€ÎA\x07X]ÿ£"
  b":H\x1Cêç–Od¾Y\x1Dè\x13ê\x06\x1E"
  b":b±▒qü@ÁجqÅ|HÝ="
  b":zùúÆöD; Uš4jx1C"
  b":ö–噂J‘š€œB°¹éö"
  b"=ƒI\x12±\x0F@¹¨ò³ï\x14ðÚ "
  b"=”IðÛlEÓ—–#\x17–Hz\x04"
  b"?]ý—¥TE÷µìd\e‡u¼–"
  b"@WlÃ2\x16E\x1C·ÔpØ ùÇÍ"
  b"@h*/\x02$J{¨\x1E\x18u\x12݇Y"
  b"@ô—R†FAž§À\x1CÆEú‚o"
  b"A¡Al\x10âJíŒ:=’.©ï®"
  b"AŢǭ3NR’¿x\x07Z\x06úv"
  b"""
    B\x1A?ßÐÕF\n
    µ(ãp|¡\x1Ax
    """
  b"B„<9ò\x0EO#¥™WWv°`Â"
  b"CÄxñc*Aܦ¾ó%å×wÈ"
  b"Câ·’5(K]ˆ’[T*ö¢\t"
  b"CóÀ\x04b\x11F伇Xß¡=c«"
  b"""
    D\x10ìú5"K\n
    ¹Ÿ\x11\e.êTì
    """
  b"DhBG’:A\x11¶EÇod\e4†"
  b"D™A»Ü\x12M©“Jê†9®µS"
  b"DÀD\x15½yMá¬║┐aw\x08ɾ"
  b"DËÞFÚ£H\f©œ\tã\x0Fô\x19\x11"
  b"Dä6\t>~Ns”óÀt—*Zz"
  b"ENÓiïkF(ì·\x08p¸┌3¾"
  b"EYlØÂUKʦ:\x15¬ü?’¬"
  b"\x06‹<×Dm¬nÒÍqG·\x0E"
  b"EùÓZ\x14õHI¾$¾,鉼\x17"
  b"FÈO•è\x1DCW­­ÿZÉ›\x12O"
  b"G\x04\x7FœŒWGe·?»\x1Ei pÆ"
  b"H\x10x¿í\x15KâéüÐ)‗└ä╦"
  b"HWë\x0EjYBˆ´(\x10™Ž\x03"
  b"Hè%ê[\rJ\x13‚¶rØ®+ëÛ"
  b"I\t)\x10f╩C(▓þ╦Øt¯▀\x1F"
  b"JtI_-óK•›ºÖkàîyå"
  b"Kö~ö90Fé»\x16Œ8v¼\x0E£"
  b"L\x10\x17ÈKá´!Ë·ý}z\x13"
  b"Lœ1wºÎL\x15±®ò¥ oßô"
  b"L¡²7Þ3E ® \x15ŸÐS\x01¥"
  b"N!¬=uOME▓KIÔ\x03É(ñ"
  b"O'%#ì‗BJâªÓ&Áõ║x"
  b"Q#V=JøDüº±H┬┴C┴e"
  b"""
    QÕï\x16EÀŠÿ\t\n
    âò¶<
    """
  b"R"╦C└}DÍ¢ñ&┴åÉ═s"
  b"RFU0HjKØì\x08*ƒÆþ\x13"
  b"RÃwGh\x08K“³¹Î;\x15¼ž\t"
  b"S\x11ç¾ÂÖG\x01­/ž*keig"
  b"S{†X9ÔG\x15œ\f‘OuæGq"
  b"Sõá0┴HJ·¬:┘ª>|ì\f"
  b"Toyæ╦$G\tòæ\jj\x01¯Ø"
  b"T¶ò]­ùDù©¾oÍÅôŸ¹"
  b"U=q]áðDÈ╗ÉZp<¼+m"
  b"Usʬ,\x10K–£²·õ®\x03´¶"
  b"UÉÛbWÎKÚÜ_\x01ÿK7M/"
  b"Uõ=0\x1CÐK(°O׃\x07\x05"
  b"V™‹)ÃiNP«\x12îU\x05¹{\t"
  b"V»6dXÀF\x18¦m\x17\x0E´²\x10"
  b"W\f\f[Áü@\x00æ­8_zȸO"
  b"W{fÑ$âB¤Œ3ʪê‹&."
  b"W±Üf½gBÒ¤2¶Nuw3×"
  b"Wé¡\x11,ÿNŠœw˜¼-Š“)"
  b"X[$\x149dI-’ÜuØ1\x08ãý"
  b"Xm&Aù÷I╠ÑúX0«▓}ì"
  b"XîêÁiNK±û9\x00\x06þ\tØ"
  b"Yyø¥u`H– $àZ‹©éZ"
  b"YøÜ$ä@A\x17„Š\x06œÃŒ&\x19"
  b"\x12A\flE-‹úѵ±ÎË<"
  b"ZЧ[5ê@·€r\fõ¹\x159j"
  b"[\x1A13¸xL¤Ü\x11Õ╔\x02É.í"
  b"[¼šÙû+E¬º¶¦fZ›V?"
  b"[Ð<^xxJ$¼7Q'3³\ei"
  b"\J¼ÑV4Jq┐▓ܨ²ü§K"
  b"]es\x12ãàF\x07\x19`Ä>´ò$"
  b"^Qz\t¼÷JØ£®\x16V¿Ä0^"
  b"`£Ì’\x18ÊG!š\x0E<\x04£\x028“"
  b"`¨D'q├O¬ê\x13YìecÖz"
  b"a\x17\x1C\x06¼4Nõ‚‹Ú'³8àé"
  b"a&=\x05\x18ŒO\x14™ZLh¨ëÒ\x7F"
  b"afILÓVGÞ—s…\x1CuùEû"
  b"aÞ½¡\x02\x00C•š¤—ÊØq\x1Dq"
  b"byÞ\uJCÉØÞ\x7F\r;àâQ"
  b"bÄ;`ñòNY¾\x02¢bÅ\x0EŠò"
  b"""
    d-ìïÉ\n
    Mk€ý+Äì_sÖ
    """
  b"e“$þ<<Jq¨Íß²¤¢B'"
  b"f_@└\x0E\x1FG³Ø>º\x15«\x18K\x18"
  b"fÛýêeYJqŒˆíÚ.ö\x19"
  b"gN"║└ÙI2ÉaV»Qı5\x1F"
  b"gyp—á?Bí¨bWÇ\x1CBz("
  b"gÅ/çîVF‰¼ÔÜ}U–pû"
  b"\x04øÈ…I÷°;¸\x1A\x1FU·v"
  b"hY1‡:ŒA§ŠÒ¼bІG¹"
  b"hºªNô’OE²•¡?\x1E°Ö}"
  b"ið{áÉÆDpì\e\x16¯Mo»─"
  b"\x05\x01\x041DÍœøê™6ߘ½"
  b"k¾hÌQúO’Œ[¦\x07Ix$G"
  b"kÛØ¯ž(Ió»#‹=QGÌ*"
  b"""
    l}•2ɨB™°Ó[\n
    6…Ú¸
    """
  b"lÐK\x036þKû¦'¨«ž¯„*"
  b"lî†\x17f£Lï“Hô(¾\x1EÆn"
  b"\x13\x15U<DŠ‹\x12ºÝ›µÿf"
  b"n\x16┌┤ýIHRñ\x1EÓ×g¯ü▀"
  b"\x07Ö¡âI\x12œÆ.9½=µ³"
  b"o╚\x1CÔ▓üF\x04¥ç\x18Ü]│n\x0F"
  b"p‹h\x10\x12Ì@Ë’¸÷Gœ¥Qh"
  b"q\x02Ž~…+I×°Uãì#AÎR"
  b"q\tÊBØàA%€åv\tìÍ¿Í"
  b"q»9Rº!Fî‹&\r—Ç*\x14½"
  b"rZ‘D½\x03N\Š\x06\e[$Ù"
  b"r║çTƒÄO\x19üçcé[`\x18É"
  b"rôó³Ê\x0EL7ƒ+3*Wzdt"
  b"s\x1A±“=çA'·/WkîÐ\x17\x1F"
  b"sìIÊV„B-ª>õjÇ›ª\v"
  b"t;?ÇàªNZ´¢/l˜\x04"
  b"t¨÷,Ù\x02F‘ƒ‹¾ªM–ÞS"
  b"uÁ0ƒ+†K\x1Dˆ<BÀR\eÇ’"
  b"u╔─ÅÈ\x18@³áº\x0F╔.¹!Ë"
  b"""
    \x11é\vgE\x1Aˆ;̘Eè\n
    8
    """
  b"vØt^ròKZ§Ðöò»Ýw\v"
  b"wFt+ ”F\x04¦öXÒ¥\x1D³›"
  b"wã‗9░&AýûÅ\eAM^èE"
  b"x\x06A\x11\x0E‡M4…ãl.K\v¡@"
  b"x„,\x1FUøB£°ü¢)ɼš±"
  b"xõà÷C\x1FF« ƒy\x1C÷­çâ"
  b"y^HZ¬UF&­)ƒÎCÈÈh"
  b"y×)\x16ƒÒN\r¿═Øv▀Üce"
  b"y┴┤B7¦JÚº╔¯\x13ÉüR╚"
  b"z×¥¶ÒÄHyü¶N\x190N┼è"
  b"{*Ä\x1C\x03pO­Å¼Ó┐jÒÛ:"
  b"{L»·║ðMMɶ\x12Ö^]\x07É"
  b"{\x7Få`ÝœG\x08¸ê4\x02à\x01Öú"
  b"{è-ø\x13ËK\x01¥=¤p\x07¼ØP"
  b"|ùSiÄÈNO€%>ª\x088\x1C"
  b"}S!ʳÙLÞˆ€ójh^vè"
  b"}ð<Á{·C]ù.ü£è╗êÌ"
  b"~\r¨°ÙüKh·&g\x08Ž:ê‹"
  b"~42\x12¸ÏI'ìô6º■Ø-â"
  b"""
    ~ ╬\x14ÿÎOIüU«l\n
    .¤6
    """
  b"\x7FHó72HU¾*B'ÔïR•"
  b"\x7FO/"\x03TO†ºç‹Câ¯g\e"
  b"""
    €¿~¯9\x18L•ƒ\n
    \r³¨÷
    """
  b"üü.\vóMB=¼\x088x\x1AS«p"
  b"ü¾¾\x18╠ƒN║¢¿\6P \x1FV"
  b"ü÷µ\x18þòA\▒\f\x053uƒÊV"
  b"âé┴ºb#Gåìx░Ñ■╠░Ì"
  b"ƒ¬¤®xåJẹ0Àt¦¾à"
  b"ƒ¯éúÏ;K¦ž\x16ü\x1E\x1FП“"
  b"âÞı,;3E\x08ö ~WÞ3Ø\x15"
  b"äØ@ýB║@`║╣Å│Z'┤b"
  b"„ôÎÚÅ M\x7F¿æø}\x03cïº"
  b"…‡à€aA@g˜‰t›sI\x15ì"
  b"åí¯¡╝yB═ü]É}&}d3"
  b"""
    çT¨└ê\n
    Iq¡ÃÅXú\x05á×
    """
  b"‡ƒ0Pl€H¥¸Ëà[á#›\x17"
  b"‡ç2<Î\vO«‘å÷ÝZ›ú_"
  b"ê*\rÉä\F╔╗\x01ûYª\x15‗5"
  b"ê,\e\x03\x17\x19H\x7F┐ÿ´©ü4,\x03"
  b"""
    ˆL\fÑ<=F šQ­\n
    ãmRY
    """
  b"ˆÀ§·ÏgHò¹D®#E4ß”"
  b"ê┘\rôB■J§ì¤^?Tå`¾"
  b"ˆëV(ÚòNÌžWèÚ1\x06¿\x04"
  b"‰H\x14Ö‡½I²€” ÈèŸM7"
  b"‰uY6^èCa¼\tq‡a\eíï"
  b"‰‹fDs&H+ºÍFÙ-\x19\x02î"
  b"Šº³—\x02êOH£j,ã\x07\x7FNa"
  b"è÷¨jÉúM╩║¸°!úL¾x"
  b"\x11Tý¯­GØ´\x06ŒcDu¯¨"
  b"‹/çë\x1F7AÌŽ±LüñàÝí"
  b"‹@|0\x0EêB}·\re–_ñ\x00Ë"
  b"‹ \x079.XBC¬¦„mÇ\e±e"
  b"‹ÁùæVÂGm·<eµµ>\x1C6"
  b"ï°=XÒRJÔ╝ýw\x16Ç3┼Å"
  b"Œ\x1F\e1E\x12‡É‹)©,sÝ"
  b"""
    î1{\n
    ì┴@äº}\r▀Y<Ç,
    """
  b"îe1▒¹üJ2¿│±4V║Ô\x03"
  b"""
    Œ¼Á\x05\x1AÛJž–\n
    ý²*¼€Â
    """
  b"ìÜÍ└À░Le╝o÷º³Ec┌"
  b"É\x02ÇPçıFóòj©,▒¥+!"
  b"É,\x1C«╔¯KÂ╣¾ Z^¿¬"
  b"ÉoqíÑ<Ca╣R\x02àIÅG╠"
  b"ÉÊ%╗╩oKÞÖ╗ÀS╔³\¹"
  b"\x1FÛ÷õîB\x1E¢xÄ\x03ài²”"
  b"‘C„ºÄ\x10O…•\r\x06½?JÛl"
  b"æK\x0FÅN+@pû\x1A\x01^ÞX\f±"
  b"‘ÀGÔ®0K; QAUòà\x18±"
  b"‘Êt¤œ\x04Oë 'ï×k!\x02ò"
  b"’šx†y¬DŠ‚JG\x12>h%9"
  b"\etáÜÃHz…Ú›Æ\x08RÌy"
  b"ö\t±Ê8\x02Iº¥\x19¯'ìpÃ\x16"
  b"\réPN+@g»‰èÞ&‡\x04O"
  b"”‘Ø$OßA”¢~›\x1Db‹\\x02"
  b"”ó!8ñ\x01MS¨o]\x10wË…s"
  b"ö°J╣\x02\x15IUÉA\x1F¯h╩Ð\x00"
  b"•W9íä‹Jè¼QïFž\x1Aý¶"
  b"•ÎÙÏÀ\x07Ou·òIwJ>sï"
  b"\x1F*O<¥E­›m …¹E%Ç"
  b"ûùªJ\x04eKðÅî»rxg×à"
  b"–ÕŸ\rnIB\x07ªRyPqµˆÑ"
  b"—¨ÐÕ!\x14E\x1E½pòå¶\x19Îy"
  b"—Î<k?êG·«ß\x18Õ\x08éÍ6"
  b"""
    ˜\x03ï\n
    [ÖM÷’]H·à„™4
    """
  b"˜Gó\e°xAó§Å\x07XäY9–"
  b"˜w"‹uTEx¡Ù\þÙÞ@Ç"
  b"ÿèÒòú³C,░ó­\vþÅZ\x1E"
  b"˜ÇøêJt@D¯ß3ú±^»®"
  b"™zxàd–E命*S\x14ë‰""
  b"™òe\x10¥ÞE¤¥ù\x03dÖ+’\r"
  b"š\v¸sšˆOŸ„I/ÌAKz…"
  b"›Ls\x18ä¨Hl˜$~ˆ:©Á±"
  b"›j5aa[Jô¶Mã÷˜‚Óê"
  b"øx\x07Û\x02õLÃúaÈÉKÒ4å"
  b"›¢\x7FŸI¢JS¢ItXE´‡Ô"
  b"œ¥u»)aCK›g\x1EÛå\x02"
  b"œ«ˆ¼*­Mï©0õŒ~6þ\x17"
  b"œæ+Y½Ò@$ #uÂC¨-à"
  b"Ø\x04Rúæå@)ìq§»\x0F§+s"
  b"Ø+î¬_╔@ë╣Z╝y©╝\x7FY"
  b"Øa ¶T\x03O┐╝Ðë7\x03¿ë\e"
  b"×Cª\x14°5@vøìG©\v\x00ÉÞ"
  b"žH~Îr²O\x11ƒˆ,jæ¾H\v"
  b"""
    žZÞ8f\x18ML¤ô`u\n
    6\x08W
    """
  b"ŸF›y—ðHÛ‡\x1D/{Ç\t¢¶"
  b"ŸV\vÝ›øB.·¬ö1zÍ1*"
  b"Ÿ©[\x04+ûJ1¬úh[š>ˆ†"
  b"Ÿ©w-ÂÔG)·Ápek³”’"
  b" ºH\fetF/´\x1Dçnìå£\x13"
  b"íªF ´oJ└╣ü┌&hvÇÐ"
  b"óv‗Û▄CJ░ü\x12<▒\x03eý´"
  b"¢¾\x0F\x12Ý´CJ§\x14Ý£ÒnOÜ"
  b"úú¹æü^@─ï¤▀¡Æ4█#"
  b"ñVPtô4DÉÂy\x11o7m\x18¿"
  b"¤„Ž`ÝîJ\t¯E'ýÑ…N¼"
  b"ñï¾-;)GØ©°ÿJ\x1A│É:"
  b"¤¨Èaw•A!¥ÁÒ\x17V´z+"
  b"¥#e±D\x06D\x04…Òœ¬\×\x0F\v"
  b"¥¬çÔ›¯LÈ®-øþ"À!‡"
  b"§¤°|Ë©Gë‹%¤õ’\x11Öy"
  b"""
    ºµÍ$&nDãÿÌú·\n
    Ø┤c
    """
  b"¨2\x02åXðJy–SOÅ\x13=A»"
  b"¨6£³qìG,†”ÔÀ\x03üé©"
  b"¿m|\v¥ÉG╝╗╠┐)Ið?Å"
  b"¿ìÙ\x1A¹IMÌ▒Ûx\x12Øp╣¸"
  b"©•RöB\x01Iþ›oç\x1F\x1E²#Ã"
  b"ª/Må9ª@\x0E©ØYFù¢µ>"
  b"ª01ùýrM¼ŸíˆN¦+<Ý"
  b"ªpï\x7F¦:@T¬ÜÚðxÊ®/"
  b"¬É\rU\x02xMö¬Ù■æ²èyµ"
  b"¬û}7Á┼MýØõ`▓Z+┘3"
  b"ª÷Ô\x10'¢DZˆ9˜"ù4\f²"
  b"½\x1A³ì┤B@\x7Fæ7"Þ5│╗\x00"
  b"«UK|·FBr€ç\x0Eô?^:K"
  b"«û¼1ÀBu‚QêæQ\x1C4V"
  b"¬$\x02U*ÈA!·U­ó\x7F9Òï"
  b"¬MºP\x16ÄN$¡V)¬Z\x16žÐ"
  b"®/<\x11±LGkŠ÷Ä]c†ž¼"
  b"®ðœU·\x15Nd£d×\x15D\x06\x1Da"
  b"¯\x04}%n<Fi¨=UÍ'Ò3¬"
  b"»-~@ÅÔN<¡¡╝¥ë1\x7Fã"
  b"░Éb\x00Ó╗Cd£¤ú│v­'û"
  b"▒:▓ÿ?Ð@╔פÛ2Õìɽ"
  b"±œ\x04äœ:KæŒü©øÕ¤vg"
  b"±º…¾QÑ@ùXiü/é\x19]"
  b"▓>{ƒoÅA ÿW©\x14¿»\t\n"
  b"³Œ6«ø\x18Lþ£nµÿ÷\x0E\x1D3"
  b"""
    │╔\n
    Ã!ûCPÅ1ıá­ñ└\x04
    """
  b"³ãÊ»ã4Jå—/».\x06õâÐ"
  b"´\x10u\x14v=OZ±L\x1F[\x08ÐŽ¦"
  b"┤n¹ö\v]Ny¿ìÏ\x19\x086íÿ"
  b"µ\x1C1sÙ‡Dá³ZÄYÚ\r·j"
  b"Ád\x08­Ø║GZØî\t8║;îv"
  b"µtäÓ͘Lq¤Ä´HG2…\x06"
  b"""
    \rÆÛQÊILœb\x06o\n
    ©8Õ
    """
  b"¶ŠY\x1F\x0FHBY¢Ð9‡ÒøÎ’"
  b"¶˜\x13t«KKŽ•zczÀÏfÜ"
  b"¶¬o\x1E›¢NC ð¼\eÁq¼L"
  b"¸Bå;Ù3B\x06¬ì<³ùÞ©<"
  b"¸Óg|qIDz·«ÒŒèÚ\x18w"
  b"¹Â\x04€>CJø§³þ»ã‹ù-"
  b"»!Bǃ\x1FE>š\r®\x13“¨9Ÿ"
  b"»5\x06r\x192K•€\v\x1EÎ.U*Ã"
  b"»r¸\x0F.UK†£™ò\x187yA/"
  b"»ÖJ\x1D\x04ÏD?«\x03=í­ø&\r"
  b"╝s!¢{\x06Jb┤╠\x08\x7FebÅS"
  b"¼ŒåÌ0RLX±}ÛÐÉÈ~¦"
  b"¼›S#òjH~¡ß\x00{L¿¹\x00"
  b"""
    ¼ýÒÝ\n
    LOè–ö\x1A\x08\r^fæ
    """
  b"½hhÁ\x1D8H€¯ŠFûì˜k¯"
  b"¥\x08\fFM┼É\egD‗à╩!"
  b"¥'öe©üKñ©}ä┬ã¤ã/"
  b"¥Uã¤í·O×ÅJÍ\x12ª\x15¸Ø"
  b"¾XïÕT~Gù–ßÅ\vãn-…"
  b"¿\x02¾™\x1AUFôŠ Ç›e\x07N¿"
  b"┐êà÷&¾E\x06ÂÎÅÊÓØ[V"
  b"ÀO\eB´Ù@e’¦¨(Žf'ù"
  b"ÀÎ\x13´Ì\tN¾®®‹„\x14[\x1A."
  b"\x06\x7Fºõ+H3Å·\rÄÉ$┴x"
  b"\x16º╚üãMä¿5\x7Fý─²®7"
  b"Â6\x07\x7F41@ £¦6egOœ0"
  b"²\‚†~@Z´ä\x03\x16Ÿ²"
  b"Ã)"\x7FO\x7FBPЦZÝl‹ân"
  b"Ã>²ÙË\x03L’º\iŠíº^5"
  b"Ãd><"û@Pšœ¡Å5Z\x1E²"
  b"ÃpŸ]-ÑLf»é\x14þîÂ\x03\x01"
  b"├û\x11P‗öK═ƒÉ└ñOúh½"
  b"ÃÝ\x15pÌoJŒ§š<ù[¦)»"
  b"Äm\rc\x18áMg–zªÀ¢ð‡<"
  b"Å\x06qæÍ\x18O§¡âð®'x2x"
  b"┼9 \x06ûüD&è\x07H4\x08"2ë"
  b"ÅI\x14\x01‰JM—¥KNõG¦ƒ\x17"
  b"ã=¬¨g\x03D%ì=A_T\x03\x13F"
  b"ã╝ìCÎgKu│Ç\x02o>Çç\x16"
  b"ÆÎºQ5\x15OK€ÿ\x01IÛX˼"
  b"ÇF\x11I‹TOܼóÿ\x01°Ì\f¾"
  b"ÃÙºK\x19£EYºE\x04Ø6Cê7"
  b"Èðã—¹\rDÚ¦‚'?¦\x0F\x04"
  b"É<M\x1Ee©O|«\eE¾]¥dé"
  b"╔ÇücÔ╠@ƒƒÅÍ▓\x17╣{!"
  b"╩f\x01öÈ[L\ªÄ\föÅ,vä"
  b"Í/DO¸\x12J\x16‹ÔÁ\x1C\x0Ev71"
  b"\x188\x19« C}دz‗I\x00½Õ"
  b"╬W»|­°D╚│ÅtZc║]v"
  b"╬Í▄\x18\e\x02BªüÓÚaÄ=C┼"
  b"╬¹\x1E`ÊDHÞüÀ¿»*³R\x08"
  b"Ð.cÀŸ¯M—±\x1D\x1E¬'öȃ"
  b"ðpÿ5²µD\x07ØÀ\x0E\x1C=¦Î\x0F"
  b"ÐqÍ<—õI\x11«é™‰\x01\x14Ÿ\x0E"
  b"Ð#¨Ø╣»N\x07ôj\vâ¤0ıÎ"
  b"Ñ>TýñªEÍ‘\x06ƒð\x1F*Âé"
  b"Ðq\x08Ü═cA>üvl¸XDs╬"
  b"Ðé\x07i\f¤N.▒ÛV╗ÎØD\x16"
  b"Ê5®íÉ$Ixó\x1Fü\x07ÖeJi"
  b"Ò92‹œ¥O‰›y´ºéÓ©Ã"
  b"ÊÆCg0╣N\x17¿¢Øxݹ&h"
  b"ËI°V¡®IsÄ)┌­▀¢ïØ"
  b"Ó§H4Š\x03GõœwÖ\x1Ab\x0E„ð"
  b"ÓÉË8¡\x1FB¾£t禅¿Ø("
  b"""
    È\x06 Å\n
    «M·è‗\x1A┼^K\x1D8
    """
  b"ÔB$TÒ¬N@–è3\x1A\x1A\x00‰ô"
  b"Ôä·\x049\x1CHP¾åî¾'\x05IO"
  b"Õ=ï\x18‡LJÁ‹"O¼\x07UI\x00"
  b"ÕH•†³_Ml…a\x04´¡\x1A“>"
  b"Õˆt\ehJC\x10³\x1D¡p6´\x10K"
  b"ıîÂÉ:\x00A?æÄ\x15‗─h\x02à"
  b"ÕÇËÉ‚NO‚‚Åx\x00lï£J"
  b"ÕÇôx)\x18Dû½s¬á\x11—úA"
  b"ı┌X\vØ4N@ëÃ╦Ë\x0Eø1á"
  b"ÖïKNz:G§®mÙ\x18c/Ь"
  b"""
    Ööx\n
    1…AB—L\x03r¿(Ç\x7F
    """
  b"Î>\x16ÊÄ AØûI\x06p\x12÷öó"
  b"ÎYìÜä╦Bö░\x03rCéj.D"
  b"Î{^Þü─IÒçÆ┘ô╗Mb­"
  b"Ø6¦?ÈæAn¹…\x18ü÷\x1E¢{"
  b"ÏL╗└Y\x0FM■É *5N<E+"
  b"Øðëq“,D­†g\x14\x0E3\x12…^"
  b"\x01Agô'C╣»\x15┼ØÖ╣Ш"
  b"""
    Ù\x02\x06\x12\n
    QNý¶œX¬X’‘6
    """
  b"ÙR^޲€MV‡Zô"3í\fa"
  b"Ù”A7N\x18LP©Ì±Þ´ £\x0E"
  b"Ú@­Çr\x18Fc°5á³ù‡j$"
  b"""
    Û\x15oÀ;¿N\n
    Šôöbä»èÆ
    """
  b"Û\dð™\x0FB,½êó^ã1‰E"
  b"ÜKÊVÍ9FNžõTîˆbŠ\x1A"
  b"▄zYe\x05ÌM8Áðú╚╩ª\eØ"
  b"Ý(Ik\x019@—³ˆ\x14ƒÅÑÕc"
  b"ÝB«¾k\x00E\x0F±.\x11fãÌ\x16Ý"
  b"""
    Ì\n
    w┬p\x19F\x08Å÷}┐╬\x18
    """
  b"Þ75\x04ö=O¿¨“Èó|…zÛ"
  b"ÞJ;ðÆ:H\x1A¨®¼;Á\x19î\x12"
  b"̃~Ë+yB\váàßÅSX\e8"
  b"""
    ÞÄã\n
    \rPM\fµKÀõ[[¾z
    """
  b"▀û^gJÆMV│\f\x07╬┤\x06"
  b"áó/‡žyJL¨Ä ¤´ƒ_ä"
  b"ÔhÉ\x10DÎOIù╚yà\x05²Ûc"
  b"ã"kô\x1AxBª·ùÍCo\x1EŒ>"
  b"ã®Àg“0E¢“KÑã…l&:"
  b"Ò┼r\x1AskMÞì(\tì­cÂO"
  b"äÛ.?ž™Ff¢s)Z/Õ,®"
  b"õ´6ö┘ÊL╚ÇíUýìBðı"
  b"å\x01Ϋ™ÚL‘€Œ/ª^\x7F¢g"
  b"å42‰øÆL\x07“3¦éÆk[Þ"
  b"""
    ÕW\x18\x01´ìGrçƒ\n
    *ôýàÚ
    """
  b"å—\x15ÏÿYD\x04Œè³_bÈCå"
  b"æ\x0F\x10¨&XNз½‰4\x15l4Ø"
  b"µs\v¤,ü@■àÅEmÆ╔═&"
  b"""
    æu\x17o¼òM•‹\n
    ã\f¨µ§”
    """
  b"æ”ââëËJ©™6†Ç¨bðº"
  b"ç\eɳ“þA3¿\x1F³+ ü\x1F2"
  b"瀽gU\x13BNн„Á¸ƒÐ¹"
  b"ç”ü§©õEš•\x03ÞZOÓ®\x10"
  b"ç½\x1C\x08îŸB\x0F\x18>s\x02†Cñ"
  b"çËç6ðµG ¯\x18Fp\x0FIJÙ"
  b"þ═¡8ÇÿJÓ╗ƒ\vñÅ\r7═"
  b"èáä\x08öEˆ¯\x1FÄa¨Í:Ê"
  b"é›^.¸´B œöråÝß V"
  b"ê\x08ä\x16d4N\x07¾\x02e¡àz\x0Fù"
  b"êèQ`YüM\x15›¬Žs\x1Dèë\x06"
  b"ë\x00ÐGÎíEo¨€Ôd«K&©"
  b"ë6¡Òty@¡¦\x00Ï\væmF_"
  b"ëË-\x15÷ïH½½—_Êt»Æþ"
  b"ìx`FŸéBF¢\x0Fx$’÷WÓ"
  b"ìëwJ#\x1FKÔª–¿\x1D+ ƒ8"
  b"í¢BúDGCÅ»·Câ `ŽJ"
  b"ÝÝÅ█¢HCMøÏ×╝\x04\x03Ör"
  b"íûÆü¹rB\x02¶‘½ünã¼ç"
  b"¯¢Ó¿ ìDûªÜ┘!/,Ýx"
  b"îîÑò‘ßAŒ¢\x0F\x1D,ÿÆæ¨"
  b"ïÊ\t¨ *Jn”ç˜"ñ\x15"
  b"´█â@ÔÓAfÅ▄░C\x00.Ë`"
  b"""
    ð\n
    ×ÚoƒGž’e\x7F¯H‚\eî
    """
  b"ð]èC–CAo‹\x14Š\x10\x19@%è"
  b"ð•LœÓ!Oýž½§ùc7Ä®"
  b"ðºëè\e\x0ENr˜ãd;\x0F ¶Ÿ"
  b"òhQ7xÅM\x18\x16-Ã|ém„"
  b"ô\x19Ûvl\x1DK\x17‚µ-úbÙ¹ß"
  b"ôuW\\x0F~HE£1+XZù—œ"
  b"""
    ôÏ?é)7D\x10¶¨\x1Fè\n
    óž„
    """
  b"õzÑŸ¿WJ!²\x7FÄN&ü*N"
  b"õ–ôÛ–¹H\x19™­ÐVñ\r"
  b"õÊ\x12ôviMî¦ó‰g\x00\n\x10"
  b"÷ä%´Ù▄DH¿ë\x1D╔8Âü═"
  b"÷pŒsZµH΂\x16LºÒ\x17¼è"
  b"÷’åÎŽ5G}±\fôïiÏjª"
  b"÷œGµNFGüŒÎ\x06t¨“\x1Dè"
  b"¸Óì═┼\x1EA┤¡ü\x10;╬\x00Qq"
  b"°ÚÕì&uK\x1E¥ðü0doÈã"
  b"úÀ\e)^\x04KXœ¤ø²Ì²†Š"
  b"úÚ4U_¸J\x1D†ô\x00k\x0FgÀŽ"
  b"ú÷\x00üs^I\x08²ŠÌÑ~Î÷¬"
  b"ü\x18¡ùk®ClŠgá¬\x1Da÷Á"
  b"ü\x1D\rô -@*· ˜9tT\x0Fw"
  b"ü¡a:¥\x04D`Žù:|¥Ö\x19ê"
  b"³¡╠ØI½Mì┐gÏ*xá\x16á"
  b"ý\f6“éÕJ)žDÒ\rmQÀ…"
  b"ý|\x15\x00I˜™k\x1Eí=`:Ä"
  b"ýœ\x07“ÑVMû‰Wè\x19H\x11¨\x12"
  b"þz\x06"Z\x12@\tœ”(\x06\x17&"
  b"ÿ_~[®ºOÚ˜¤Á«Ù\x17\eÎ"
  b"ÿ~ó¬‚ÞKÊ¡\x15«d\x01b)T"
]
85 1.55 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"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ù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"õ•"¨‡ù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"õ•"¨‡ù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"õ•"¨‡ù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"²Ì\x03펫M§¦³V¯=îÒÃ"
  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"õ•"¨‡ù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"o═6\x1A¯\x14AßçUû¶®3+ì"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"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"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"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"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"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"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ù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"\x02\x14Ã\e³D®”Â\x10°>³¥ "
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"²Ì\x03펫M§¦³V¯=îÒÃ"
  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"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ù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""A“r\f*JE¼–Ë-\x05VUº"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"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"õ•"¨‡ù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"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"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"²Ì\x03펫M§¦³V¯=îÒÃ"
  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"õ•"¨‡ù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"õ•"¨‡ù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"k¨üãƒ[Kʉ\eaê‚Õ‹Û"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ù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"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"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ù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"²Ì\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"o═6\x1A¯\x14AßçUû¶®3+ì"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"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"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"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"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"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"Ã`\x00éÉÏM║«?oKâ&ئ"
  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"õ•"¨‡ù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"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"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"
]
86 7.97 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Ó¼á!\x03H7•Ë×åK¦[\n"
  b"\x01Ž;BÇÆB4»4\x02ÌÚ:8‰"
  b"\x01ÿ╠\x7F>Dr\x14¿HRìÓ`áÝ"
  b"\x02\x04Æ$┼cG\x17ƒñ└\x13Ô¤═Å"
  b"\x02Gy\eE\x05LhØ├@ó┬×ù├"
  b"\x039Bב"C\ŽÌp‘N,˜{"
  b"\x03ƒ°-CŠ@\x19°ôjÄØÑU_"
  b"\x05<e7+\x18C\x19‚”½2rÅœ\x18"
  b"\x05ë\x074ììA\x0E¢>KÁƒ¤øy"
  b"\x05žñBoòN¥ºZÆoØJY\x1A"
  b"\x06K/\ߤEéìèhI\x03ÀÆá"
  b"\x06Ì<!¾\x7FOx¤†÷0Tu\x13"
  b"\x07«a;â¡A_žÆ<(içã\x01"
  b"\x07抬ܪKÊ©l&\x00Î\n"
  b"\x07¯Ý°ÀZE9ØÉQÙ\e\x06‗G"
  b"\x08X/%®ùH_¶OÅXg|h¿"
  b"\x08w¸Æâ®Bé—‰¹=±ÓD7"
  b"\t\x0E’X\x19RE\x03‡‰ßâR›\x01"
  b"\t_÷╠\toN\x0FÅ┘àqfNÌ\x16"
  b"""
    \n
    8X\x16P£B»—GŽUR5\v
    """
  b"\vB@Þh¥F\x1F¬™\x07‰¿7ù\x06"
  b"\v_\x06ôFëC’™UKF¥ I>"
  b"\vv\x11'wÿJØŽi¤‹+Ïgå"
  b"\v¸B×f╗FpÉ!Ë+à\x10V@"
  b"\föeu{\x11Dˆµ\x00†¶.K©ò"
  b"\r\x14܈H¿³NT ¼$Ìå"
  b"\r´xTå{H\x7F¢Nx—5\x1D“]"
  b"\r\t\x00>á@>¦°”Ö’3œ_"
  b"\x0EVÇ›²kB=¬;\x073 Ñ%\x05"
  b"\x10ذƒP\vB”“ý’\x7FÆû3Í"
  b"\x11= u§IJé¡ÉÝÊÞJ▒µ"
  b"\x11q\x0F³>pJ\x1F¯\t`æ9ò\x13Ï"
  b"\x11\x17ÅiOºí®ª?nûÞå"
  b"\x13%¡öš\x14H]šUSûoZ\x13ú"
  b"\x13xëi\x00‚EªƒÚó\x02Õ>žu"
  b"\x13ÙZ\x11#QEœ….´nY9r^"
  b"\x13Ý~"\x1E·Bt§QÔôª§–C"
  b"\x13ø\x0FHãùEb•\x11DEe³xÄ"
  b"""
    \x14&å®g|CÑŽ¼wz›m\n
    ß
    """
  b"\x14\x16â%LåØy\ev/X\x16R"
  b"\x14â®-\f[A\t¹©w=ý͵‡"
  b"\x15\v\x1F€—…KM„\x00®Úˆ\t½"
  b"\x15\x1F\x16²$@\x08\x11n·8y9C"
  b"\x15╬-ÉÖáD\x03»\x01%r¨╚º9"
  b"\x18╗êÛ╔\x1AK|üAë9jH\x18}"
  b"\x1AMB\x04\x1CDC#ªOwô\x15\x02"
  b"\x1Ao\x00æ¥BGž‰\x7F\x1AÁYç\x14¨"
  b"\x1Aáah°uK¹´®\x0Eʺžba"
  b"\x1A‗»<\x0F FÅçSfA╗2V÷"
  b"\e+$·n\x1EM·“ÖÍš2.Žd"
  b"\x1C\x0F3\x19~|CvÜ█­²AWóÉ"
  b"\x1C¦ø§i\x03OV†\x18¤_—üÇ­"
  b"\x1C╔Ñ■|+BÅÅYPI\x02f.\r"
  b"\x1C¯ÒÐÊìI_║u¥ùA\x06)u"
  b"\x1D\e\x0Ef\ØJ©É\x01\x14½▓j└|"
  b"\x1DI%\x1F┐¸@ûüÝmÿÄSS▓"
  b"\x1DJ̤ìÞM㫳0ü\x05–ÆH"
  b"\x1DrC)\x11ONv†ðŽÍ·mxÂ"
  b"\x1DŸ=RS\x04M,˜Kîm\x03à{\n"
  b"\x1EB\x03u4õG,ì\x01Ä2&§²("
  b"\x1F¶î?░ÞJ┼ìJÜÞaÃ┘z"
  b"\x1F■Ø:╗áFP▓ÅA"dØOv"
  b" 4‡|mÙFQ€§«Ë\x7F¦G•"
  b" p┴├6\x00EØÂs|o?Y\f'"
  b"!\x1A\t¿K\x19ì6øéÐ\f\x19¯"
  b"!=ƒ§¥xBIŽ\x0Fó`\x1DF\x1C"
  b"!p\x06Tâ`F¡‘¾¶-÷MÉý"
  b"!¥8ÂCkKužÒNØG!Zx"
  b""\x0E\x04£ÕßG'²[EhײåŒ"
  b"#+Ó\x03=:Au¡.ª\x02\x13SUq"
  b"#U°öøˆAð¦n&p*\x7Fi›"
  b"""
    $z\x03¬wûB`üv>«î┼\n
    C
    """
  b"$ÉI\x06¢\x1AB¡ÑhýªÄê▓·"
  b"&\x14Æ?Î\vN ˜ŒtÃ\tþ¡;"
  b"&'éèöâI\©a\x1A«Ï\x11ÉÂ"
  b"&£Â\x0F¾_O·▓*"¤\x03\Øh"
  b"\x02\f9ÅD©—á±\x1FMK<ò"
  b"'½Ê¸¿xN ìì¹═A-ñ¦"
  b"'ܱÈ\x16ÊI“¸KuS;C£Á"
  b"(‘j߈PL …@Ø\x11¸r4Ë"
  b"(ž“8&zOŸœŠÎ»\x1C8”˜"
  b"(­@2[\x01Iöµ-óVªV3Ä"
  b"\x06¡üsI(¦å‚jëëóu"
  b"(ÿ,­¤àOß«´’³q‘i¬"
  b")BE\x06÷ÃOp¥\x00ÃiìÞ¥T"
  b")؆õÓ—F\x1E²+\rô¨P6R"
  b")Ùƒýr©CÑÉ©£÷┐±\x1F\f"
  b"*&öÉݽEÙ¬”™*…šŸP"
  b"*s=ð■Ì@\x10Øz§aä)E¾"
  b"*­w’þÇMá­\x00möcŽl¥"
  b"*┌^УvMVôµ╦ä\x07'ì▀"
  b"*àÃÉž]A›ˆÕG\x1F\tLÖü"
  b",¼‹Ÿý\x00HSŸ@“·æ\nü6"
  b"-\x15E9║9C¿Áü\x1D¾0õK<"
  b"-D{ADqDxž!¾\x1Cé•€,"
  b". \x00ƒ*=@M¢×å»(g.®"
  b".1Ôý³uNü×b¶`╗╣}3"
  b"\x1A¬É!EÉ®ãPÏè═Bj"
  b"/ɃÆ\vòE╩ïH\x19\e\x03"
  b"0,&c\x0EçOò‡8¨Dí&˜†"
  b"""
    0?^\n
    ┬=MNí²ßØBq9╬
    """
  b"0pP„"kFÌ·\x18\x16­+Äð/"
  b"0«Ý Õ÷C­┐ö¼▄?ì³é"
  b"""
    1>█»\x17?H\x0EÅ\n
    \x13Á╣\x18
    """
  b"1s^ã”\x17EF¹¨57*ú>Ù"
  b"2ÍÕíÞÛA½ºD±Ç7Áq"
  b"3=–aR¬@Dzi\x18\eï\x1F"
  b"""
    3Pû{\x10ôH÷Ém\x15\n
    é×|µ
    """
  b"4zÏNx©EÈ·u]%Q'ë~"
  b"""
    4½Ÿc£ìIu©µ$\x04ë\x05\n
    \x03
    """
  b"6u\x10©²üGèÿÑ\x04\x03§±-·"
  b"7\x06\x03Åz2I\x7F\v» d'mA"
  b"7J‹\x12\x1EaEW¼½\x11«‚ò'\x01"
  b"8u\x11\x0Eœ¢AE§5{Ø7z­·"
  b"8x½\x06P0DFØ0\x11 \x05F\rª"
  b"8‹–¤ 8Aôµ>Nð›1—p"
  b"8ÈþáÛhBž„¿-\x0F÷Ï(Ñ"
  b"9\vŒI\v|JS¬Ý†x^xIú"
  b"9Ö╩Í?¼N▒Ø┴┐\x158\x13ùQ"
  b":5½$\x02bD!€ÎA\x07X]ÿ£"
  b":H\x1Cêç–Od¾Y\x1Dè\x13ê\x06\x1E"
  b":b±▒qü@ÁجqÅ|HÝ="
  b":zùúÆöD; Uš4jx1C"
  b":ö–噂J‘š€œB°¹éö"
  b"=ƒI\x12±\x0F@¹¨ò³ï\x14ðÚ "
  b"=”IðÛlEÓ—–#\x17–Hz\x04"
  b"?]ý—¥TE÷µìd\e‡u¼–"
  b"@WlÃ2\x16E\x1C·ÔpØ ùÇÍ"
  b"@h*/\x02$J{¨\x1E\x18u\x12݇Y"
  b"@ô—R†FAž§À\x1CÆEú‚o"
  b"A¡Al\x10âJíŒ:=’.©ï®"
  b"AŢǭ3NR’¿x\x07Z\x06úv"
  b"""
    B\x1A?ßÐÕF\n
    µ(ãp|¡\x1Ax
    """
  b"B„<9ò\x0EO#¥™WWv°`Â"
  b"CÄxñc*Aܦ¾ó%å×wÈ"
  b"Câ·’5(K]ˆ’[T*ö¢\t"
  b"CóÀ\x04b\x11F伇Xß¡=c«"
  b"""
    D\x10ìú5"K\n
    ¹Ÿ\x11\e.êTì
    """
  b"DhBG’:A\x11¶EÇod\e4†"
  b"D™A»Ü\x12M©“Jê†9®µS"
  b"DÀD\x15½yMá¬║┐aw\x08ɾ"
  b"DËÞFÚ£H\f©œ\tã\x0Fô\x19\x11"
  b"Dä6\t>~Ns”óÀt—*Zz"
  b"ENÓiïkF(ì·\x08p¸┌3¾"
  b"EYlØÂUKʦ:\x15¬ü?’¬"
  b"\x06‹<×Dm¬nÒÍqG·\x0E"
  b"EùÓZ\x14õHI¾$¾,鉼\x17"
  b"FÈO•è\x1DCW­­ÿZÉ›\x12O"
  b"G\x04\x7FœŒWGe·?»\x1Ei pÆ"
  b"H\x10x¿í\x15KâéüÐ)‗└ä╦"
  b"HWë\x0EjYBˆ´(\x10™Ž\x03"
  b"Hè%ê[\rJ\x13‚¶rØ®+ëÛ"
  b"I\t)\x10f╩C(▓þ╦Øt¯▀\x1F"
  b"JtI_-óK•›ºÖkàîyå"
  b"Kö~ö90Fé»\x16Œ8v¼\x0E£"
  b"L\x10\x17ÈKá´!Ë·ý}z\x13"
  b"Lœ1wºÎL\x15±®ò¥ oßô"
  b"L¡²7Þ3E ® \x15ŸÐS\x01¥"
  b"N!¬=uOME▓KIÔ\x03É(ñ"
  b"O'%#ì‗BJâªÓ&Áõ║x"
  b"Q#V=JøDüº±H┬┴C┴e"
  b"""
    QÕï\x16EÀŠÿ\t\n
    âò¶<
    """
  b"R"╦C└}DÍ¢ñ&┴åÉ═s"
  b"RFU0HjKØì\x08*ƒÆþ\x13"
  b"RÃwGh\x08K“³¹Î;\x15¼ž\t"
  b"S\x11ç¾ÂÖG\x01­/ž*keig"
  b"S{†X9ÔG\x15œ\f‘OuæGq"
  b"Sõá0┴HJ·¬:┘ª>|ì\f"
  b"Toyæ╦$G\tòæ\jj\x01¯Ø"
  b"T¶ò]­ùDù©¾oÍÅôŸ¹"
  b"U=q]áðDÈ╗ÉZp<¼+m"
  b"Usʬ,\x10K–£²·õ®\x03´¶"
  b"UÉÛbWÎKÚÜ_\x01ÿK7M/"
  b"Uõ=0\x1CÐK(°O׃\x07\x05"
  b"V™‹)ÃiNP«\x12îU\x05¹{\t"
  b"V»6dXÀF\x18¦m\x17\x0E´²\x10"
  b"W\f\f[Áü@\x00æ­8_zȸO"
  b"W{fÑ$âB¤Œ3ʪê‹&."
  b"W±Üf½gBÒ¤2¶Nuw3×"
  b"Wé¡\x11,ÿNŠœw˜¼-Š“)"
  b"X[$\x149dI-’ÜuØ1\x08ãý"
  b"Xm&Aù÷I╠ÑúX0«▓}ì"
  b"XîêÁiNK±û9\x00\x06þ\tØ"
  b"Yyø¥u`H– $àZ‹©éZ"
  b"YøÜ$ä@A\x17„Š\x06œÃŒ&\x19"
  b"\x12A\flE-‹úѵ±ÎË<"
  b"ZЧ[5ê@·€r\fõ¹\x159j"
  b"[\x1A13¸xL¤Ü\x11Õ╔\x02É.í"
  b"[¼šÙû+E¬º¶¦fZ›V?"
  b"[Ð<^xxJ$¼7Q'3³\ei"
  b"\J¼ÑV4Jq┐▓ܨ²ü§K"
  b"]es\x12ãàF\x07\x19`Ä>´ò$"
  b"^Qz\t¼÷JØ£®\x16V¿Ä0^"
  b"`£Ì’\x18ÊG!š\x0E<\x04£\x028“"
  b"`¨D'q├O¬ê\x13YìecÖz"
  b"a\x17\x1C\x06¼4Nõ‚‹Ú'³8àé"
  b"a&=\x05\x18ŒO\x14™ZLh¨ëÒ\x7F"
  b"afILÓVGÞ—s…\x1CuùEû"
  b"aÞ½¡\x02\x00C•š¤—ÊØq\x1Dq"
  b"byÞ\uJCÉØÞ\x7F\r;àâQ"
  b"bÄ;`ñòNY¾\x02¢bÅ\x0EŠò"
  b"""
    d-ìïÉ\n
    Mk€ý+Äì_sÖ
    """
  b"e“$þ<<Jq¨Íß²¤¢B'"
  b"f_@└\x0E\x1FG³Ø>º\x15«\x18K\x18"
  b"fÛýêeYJqŒˆíÚ.ö\x19"
  b"gN"║└ÙI2ÉaV»Qı5\x1F"
  b"gyp—á?Bí¨bWÇ\x1CBz("
  b"gÅ/çîVF‰¼ÔÜ}U–pû"
  b"\x04øÈ…I÷°;¸\x1A\x1FU·v"
  b"hY1‡:ŒA§ŠÒ¼bІG¹"
  b"hºªNô’OE²•¡?\x1E°Ö}"
  b"ið{áÉÆDpì\e\x16¯Mo»─"
  b"\x05\x01\x041DÍœøê™6ߘ½"
  b"k¾hÌQúO’Œ[¦\x07Ix$G"
  b"kÛØ¯ž(Ió»#‹=QGÌ*"
  b"""
    l}•2ɨB™°Ó[\n
    6…Ú¸
    """
  b"lÐK\x036þKû¦'¨«ž¯„*"
  b"lî†\x17f£Lï“Hô(¾\x1EÆn"
  b"\x13\x15U<DŠ‹\x12ºÝ›µÿf"
  b"n\x16┌┤ýIHRñ\x1EÓ×g¯ü▀"
  b"\x07Ö¡âI\x12œÆ.9½=µ³"
  b"o╚\x1CÔ▓üF\x04¥ç\x18Ü]│n\x0F"
  b"p‹h\x10\x12Ì@Ë’¸÷Gœ¥Qh"
  b"q\x02Ž~…+I×°Uãì#AÎR"
  b"q\tÊBØàA%€åv\tìÍ¿Í"
  b"q»9Rº!Fî‹&\r—Ç*\x14½"
  b"rZ‘D½\x03N\Š\x06\e[$Ù"
  b"r║çTƒÄO\x19üçcé[`\x18É"
  b"rôó³Ê\x0EL7ƒ+3*Wzdt"
  b"s\x1A±“=çA'·/WkîÐ\x17\x1F"
  b"sìIÊV„B-ª>õjÇ›ª\v"
  b"t;?ÇàªNZ´¢/l˜\x04"
  b"t¨÷,Ù\x02F‘ƒ‹¾ªM–ÞS"
  b"uÁ0ƒ+†K\x1Dˆ<BÀR\eÇ’"
  b"u╔─ÅÈ\x18@³áº\x0F╔.¹!Ë"
  b"""
    \x11é\vgE\x1Aˆ;̘Eè\n
    8
    """
  b"vØt^ròKZ§Ðöò»Ýw\v"
  b"wFt+ ”F\x04¦öXÒ¥\x1D³›"
  b"wã‗9░&AýûÅ\eAM^èE"
  b"x\x06A\x11\x0E‡M4…ãl.K\v¡@"
  b"x„,\x1FUøB£°ü¢)ɼš±"
  b"xõà÷C\x1FF« ƒy\x1C÷­çâ"
  b"y^HZ¬UF&­)ƒÎCÈÈh"
  b"y×)\x16ƒÒN\r¿═Øv▀Üce"
  b"y┴┤B7¦JÚº╔¯\x13ÉüR╚"
  b"z×¥¶ÒÄHyü¶N\x190N┼è"
  b"{*Ä\x1C\x03pO­Å¼Ó┐jÒÛ:"
  b"{L»·║ðMMɶ\x12Ö^]\x07É"
  b"{\x7Få`ÝœG\x08¸ê4\x02à\x01Öú"
  b"{è-ø\x13ËK\x01¥=¤p\x07¼ØP"
  b"|ùSiÄÈNO€%>ª\x088\x1C"
  b"}S!ʳÙLÞˆ€ójh^vè"
  b"}ð<Á{·C]ù.ü£è╗êÌ"
  b"~\r¨°ÙüKh·&g\x08Ž:ê‹"
  b"~42\x12¸ÏI'ìô6º■Ø-â"
  b"""
    ~ ╬\x14ÿÎOIüU«l\n
    .¤6
    """
  b"\x7FHó72HU¾*B'ÔïR•"
  b"\x7FO/"\x03TO†ºç‹Câ¯g\e"
  b"""
    €¿~¯9\x18L•ƒ\n
    \r³¨÷
    """
  b"üü.\vóMB=¼\x088x\x1AS«p"
  b"ü¾¾\x18╠ƒN║¢¿\6P \x1FV"
  b"ü÷µ\x18þòA\▒\f\x053uƒÊV"
  b"âé┴ºb#Gåìx░Ñ■╠░Ì"
  b"ƒ¬¤®xåJẹ0Àt¦¾à"
  b"ƒ¯éúÏ;K¦ž\x16ü\x1E\x1FП“"
  b"âÞı,;3E\x08ö ~WÞ3Ø\x15"
  b"äØ@ýB║@`║╣Å│Z'┤b"
  b"„ôÎÚÅ M\x7F¿æø}\x03cïº"
  b"…‡à€aA@g˜‰t›sI\x15ì"
  b"åí¯¡╝yB═ü]É}&}d3"
  b"""
    çT¨└ê\n
    Iq¡ÃÅXú\x05á×
    """
  b"‡ƒ0Pl€H¥¸Ëà[á#›\x17"
  b"‡ç2<Î\vO«‘å÷ÝZ›ú_"
  b"ê*\rÉä\F╔╗\x01ûYª\x15‗5"
  b"ê,\e\x03\x17\x19H\x7F┐ÿ´©ü4,\x03"
  b"""
    ˆL\fÑ<=F šQ­\n
    ãmRY
    """
  b"ˆÀ§·ÏgHò¹D®#E4ß”"
  b"ê┘\rôB■J§ì¤^?Tå`¾"
  b"ˆëV(ÚòNÌžWèÚ1\x06¿\x04"
  b"‰H\x14Ö‡½I²€” ÈèŸM7"
  b"‰uY6^èCa¼\tq‡a\eíï"
  b"‰‹fDs&H+ºÍFÙ-\x19\x02î"
  b"Šº³—\x02êOH£j,ã\x07\x7FNa"
  b"è÷¨jÉúM╩║¸°!úL¾x"
  b"\x11Tý¯­GØ´\x06ŒcDu¯¨"
  b"‹/çë\x1F7AÌŽ±LüñàÝí"
  b"‹@|0\x0EêB}·\re–_ñ\x00Ë"
  b"‹ \x079.XBC¬¦„mÇ\e±e"
  b"‹ÁùæVÂGm·<eµµ>\x1C6"
  b"ï°=XÒRJÔ╝ýw\x16Ç3┼Å"
  b"Œ\x1F\e1E\x12‡É‹)©,sÝ"
  b"""
    î1{\n
    ì┴@äº}\r▀Y<Ç,
    """
  b"îe1▒¹üJ2¿│±4V║Ô\x03"
  b"""
    Œ¼Á\x05\x1AÛJž–\n
    ý²*¼€Â
    """
  b"ìÜÍ└À░Le╝o÷º³Ec┌"
  b"É\x02ÇPçıFóòj©,▒¥+!"
  b"É,\x1C«╔¯KÂ╣¾ Z^¿¬"
  b"ÉoqíÑ<Ca╣R\x02àIÅG╠"
  b"ÉÊ%╗╩oKÞÖ╗ÀS╔³\¹"
  b"\x1FÛ÷õîB\x1E¢xÄ\x03ài²”"
  b"‘C„ºÄ\x10O…•\r\x06½?JÛl"
  b"æK\x0FÅN+@pû\x1A\x01^ÞX\f±"
  b"‘ÀGÔ®0K; QAUòà\x18±"
  b"‘Êt¤œ\x04Oë 'ï×k!\x02ò"
  b"’šx†y¬DŠ‚JG\x12>h%9"
  b"\etáÜÃHz…Ú›Æ\x08RÌy"
  b"ö\t±Ê8\x02Iº¥\x19¯'ìpÃ\x16"
  b"\réPN+@g»‰èÞ&‡\x04O"
  b"”‘Ø$OßA”¢~›\x1Db‹\\x02"
  b"”ó!8ñ\x01MS¨o]\x10wË…s"
  b"ö°J╣\x02\x15IUÉA\x1F¯h╩Ð\x00"
  b"•W9íä‹Jè¼QïFž\x1Aý¶"
  b"•ÎÙÏÀ\x07Ou·òIwJ>sï"
  b"\x1F*O<¥E­›m …¹E%Ç"
  b"ûùªJ\x04eKðÅî»rxg×à"
  b"–ÕŸ\rnIB\x07ªRyPqµˆÑ"
  b"—¨ÐÕ!\x14E\x1E½pòå¶\x19Îy"
  b"—Î<k?êG·«ß\x18Õ\x08éÍ6"
  b"""
    ˜\x03ï\n
    [ÖM÷’]H·à„™4
    """
  b"˜Gó\e°xAó§Å\x07XäY9–"
  b"˜w"‹uTEx¡Ù\þÙÞ@Ç"
  b"ÿèÒòú³C,░ó­\vþÅZ\x1E"
  b"˜ÇøêJt@D¯ß3ú±^»®"
  b"™zxàd–E命*S\x14ë‰""
  b"™òe\x10¥ÞE¤¥ù\x03dÖ+’\r"
  b"š\v¸sšˆOŸ„I/ÌAKz…"
  b"›Ls\x18ä¨Hl˜$~ˆ:©Á±"
  b"›j5aa[Jô¶Mã÷˜‚Óê"
  b"øx\x07Û\x02õLÃúaÈÉKÒ4å"
  b"›¢\x7FŸI¢JS¢ItXE´‡Ô"
  b"œ¥u»)aCK›g\x1EÛå\x02"
  b"œ«ˆ¼*­Mï©0õŒ~6þ\x17"
  b"œæ+Y½Ò@$ #uÂC¨-à"
  b"Ø\x04Rúæå@)ìq§»\x0F§+s"
  b"Ø+î¬_╔@ë╣Z╝y©╝\x7FY"
  b"Øa ¶T\x03O┐╝Ðë7\x03¿ë\e"
  b"×Cª\x14°5@vøìG©\v\x00ÉÞ"
  b"žH~Îr²O\x11ƒˆ,jæ¾H\v"
  b"""
    žZÞ8f\x18ML¤ô`u\n
    6\x08W
    """
  b"ŸF›y—ðHÛ‡\x1D/{Ç\t¢¶"
  b"ŸV\vÝ›øB.·¬ö1zÍ1*"
  b"Ÿ©[\x04+ûJ1¬úh[š>ˆ†"
  b"Ÿ©w-ÂÔG)·Ápek³”’"
  b" ºH\fetF/´\x1Dçnìå£\x13"
  b"íªF ´oJ└╣ü┌&hvÇÐ"
  b"óv‗Û▄CJ░ü\x12<▒\x03eý´"
  b"¢¾\x0F\x12Ý´CJ§\x14Ý£ÒnOÜ"
  b"úú¹æü^@─ï¤▀¡Æ4█#"
  b"ñVPtô4DÉÂy\x11o7m\x18¿"
  b"¤„Ž`ÝîJ\t¯E'ýÑ…N¼"
  b"ñï¾-;)GØ©°ÿJ\x1A│É:"
  b"¤¨Èaw•A!¥ÁÒ\x17V´z+"
  b"¥#e±D\x06D\x04…Òœ¬\×\x0F\v"
  b"¥¬çÔ›¯LÈ®-øþ"À!‡"
  b"§¤°|Ë©Gë‹%¤õ’\x11Öy"
  b"""
    ºµÍ$&nDãÿÌú·\n
    Ø┤c
    """
  b"¨2\x02åXðJy–SOÅ\x13=A»"
  b"¨6£³qìG,†”ÔÀ\x03üé©"
  b"¿m|\v¥ÉG╝╗╠┐)Ið?Å"
  b"¿ìÙ\x1A¹IMÌ▒Ûx\x12Øp╣¸"
  b"©•RöB\x01Iþ›oç\x1F\x1E²#Ã"
  b"ª/Må9ª@\x0E©ØYFù¢µ>"
  b"ª01ùýrM¼ŸíˆN¦+<Ý"
  b"ªpï\x7F¦:@T¬ÜÚðxÊ®/"
  b"¬É\rU\x02xMö¬Ù■æ²èyµ"
  b"¬û}7Á┼MýØõ`▓Z+┘3"
  b"ª÷Ô\x10'¢DZˆ9˜"ù4\f²"
  b"½\x1A³ì┤B@\x7Fæ7"Þ5│╗\x00"
  b"«UK|·FBr€ç\x0Eô?^:K"
  b"«û¼1ÀBu‚QêæQ\x1C4V"
  b"¬$\x02U*ÈA!·U­ó\x7F9Òï"
  b"¬MºP\x16ÄN$¡V)¬Z\x16žÐ"
  b"®/<\x11±LGkŠ÷Ä]c†ž¼"
  b"®ðœU·\x15Nd£d×\x15D\x06\x1Da"
  b"¯\x04}%n<Fi¨=UÍ'Ò3¬"
  b"»-~@ÅÔN<¡¡╝¥ë1\x7Fã"
  b"░Éb\x00Ó╗Cd£¤ú│v­'û"
  b"▒:▓ÿ?Ð@╔פÛ2Õìɽ"
  b"±œ\x04äœ:KæŒü©øÕ¤vg"
  b"±º…¾QÑ@ùXiü/é\x19]"
  b"▓>{ƒoÅA ÿW©\x14¿»\t\n"
  b"³Œ6«ø\x18Lþ£nµÿ÷\x0E\x1D3"
  b"""
    │╔\n
    Ã!ûCPÅ1ıá­ñ└\x04
    """
  b"³ãÊ»ã4Jå—/».\x06õâÐ"
  b"´\x10u\x14v=OZ±L\x1F[\x08ÐŽ¦"
  b"┤n¹ö\v]Ny¿ìÏ\x19\x086íÿ"
  b"µ\x1C1sÙ‡Dá³ZÄYÚ\r·j"
  b"Ád\x08­Ø║GZØî\t8║;îv"
  b"µtäÓ͘Lq¤Ä´HG2…\x06"
  b"""
    \rÆÛQÊILœb\x06o\n
    ©8Õ
    """
  b"¶ŠY\x1F\x0FHBY¢Ð9‡ÒøÎ’"
  b"¶˜\x13t«KKŽ•zczÀÏfÜ"
  b"¶¬o\x1E›¢NC ð¼\eÁq¼L"
  b"¸Bå;Ù3B\x06¬ì<³ùÞ©<"
  b"¸Óg|qIDz·«ÒŒèÚ\x18w"
  b"¹Â\x04€>CJø§³þ»ã‹ù-"
  b"»!Bǃ\x1FE>š\r®\x13“¨9Ÿ"
  b"»5\x06r\x192K•€\v\x1EÎ.U*Ã"
  b"»r¸\x0F.UK†£™ò\x187yA/"
  b"»ÖJ\x1D\x04ÏD?«\x03=í­ø&\r"
  b"╝s!¢{\x06Jb┤╠\x08\x7FebÅS"
  b"¼ŒåÌ0RLX±}ÛÐÉÈ~¦"
  b"¼›S#òjH~¡ß\x00{L¿¹\x00"
  b"""
    ¼ýÒÝ\n
    LOè–ö\x1A\x08\r^fæ
    """
  b"½hhÁ\x1D8H€¯ŠFûì˜k¯"
  b"¥\x08\fFM┼É\egD‗à╩!"
  b"¥'öe©üKñ©}ä┬ã¤ã/"
  b"¥Uã¤í·O×ÅJÍ\x12ª\x15¸Ø"
  b"¾XïÕT~Gù–ßÅ\vãn-…"
  b"¿\x02¾™\x1AUFôŠ Ç›e\x07N¿"
  b"┐êà÷&¾E\x06ÂÎÅÊÓØ[V"
  b"ÀO\eB´Ù@e’¦¨(Žf'ù"
  b"ÀÎ\x13´Ì\tN¾®®‹„\x14[\x1A."
  b"\x06\x7Fºõ+H3Å·\rÄÉ$┴x"
  b"\x16º╚üãMä¿5\x7Fý─²®7"
  b"Â6\x07\x7F41@ £¦6egOœ0"
  b"²\‚†~@Z´ä\x03\x16Ÿ²"
  b"Ã)"\x7FO\x7FBPЦZÝl‹ân"
  b"Ã>²ÙË\x03L’º\iŠíº^5"
  b"Ãd><"û@Pšœ¡Å5Z\x1E²"
  b"ÃpŸ]-ÑLf»é\x14þîÂ\x03\x01"
  b"├û\x11P‗öK═ƒÉ└ñOúh½"
  b"ÃÝ\x15pÌoJŒ§š<ù[¦)»"
  b"Äm\rc\x18áMg–zªÀ¢ð‡<"
  b"Å\x06qæÍ\x18O§¡âð®'x2x"
  b"┼9 \x06ûüD&è\x07H4\x08"2ë"
  b"ÅI\x14\x01‰JM—¥KNõG¦ƒ\x17"
  b"ã=¬¨g\x03D%ì=A_T\x03\x13F"
  b"ã╝ìCÎgKu│Ç\x02o>Çç\x16"
  b"ÆÎºQ5\x15OK€ÿ\x01IÛX˼"
  b"ÇF\x11I‹TOܼóÿ\x01°Ì\f¾"
  b"ÃÙºK\x19£EYºE\x04Ø6Cê7"
  b"Èðã—¹\rDÚ¦‚'?¦\x0F\x04"
  b"É<M\x1Ee©O|«\eE¾]¥dé"
  b"╔ÇücÔ╠@ƒƒÅÍ▓\x17╣{!"
  b"╩f\x01öÈ[L\ªÄ\föÅ,vä"
  b"Í/DO¸\x12J\x16‹ÔÁ\x1C\x0Ev71"
  b"\x188\x19« C}دz‗I\x00½Õ"
  b"╬W»|­°D╚│ÅtZc║]v"
  b"╬Í▄\x18\e\x02BªüÓÚaÄ=C┼"
  b"╬¹\x1E`ÊDHÞüÀ¿»*³R\x08"
  b"Ð.cÀŸ¯M—±\x1D\x1E¬'öȃ"
  b"ðpÿ5²µD\x07ØÀ\x0E\x1C=¦Î\x0F"
  b"ÐqÍ<—õI\x11«é™‰\x01\x14Ÿ\x0E"
  b"Ð#¨Ø╣»N\x07ôj\vâ¤0ıÎ"
  b"Ñ>TýñªEÍ‘\x06ƒð\x1F*Âé"
  b"Ðq\x08Ü═cA>üvl¸XDs╬"
  b"Ðé\x07i\f¤N.▒ÛV╗ÎØD\x16"
  b"Ê5®íÉ$Ixó\x1Fü\x07ÖeJi"
  b"Ò92‹œ¥O‰›y´ºéÓ©Ã"
  b"ÊÆCg0╣N\x17¿¢Øxݹ&h"
  b"ËI°V¡®IsÄ)┌­▀¢ïØ"
  b"Ó§H4Š\x03GõœwÖ\x1Ab\x0E„ð"
  b"ÓÉË8¡\x1FB¾£t禅¿Ø("
  b"""
    È\x06 Å\n
    «M·è‗\x1A┼^K\x1D8
    """
  b"ÔB$TÒ¬N@–è3\x1A\x1A\x00‰ô"
  b"Ôä·\x049\x1CHP¾åî¾'\x05IO"
  b"Õ=ï\x18‡LJÁ‹"O¼\x07UI\x00"
  b"ÕH•†³_Ml…a\x04´¡\x1A“>"
  b"Õˆt\ehJC\x10³\x1D¡p6´\x10K"
  b"ıîÂÉ:\x00A?æÄ\x15‗─h\x02à"
  b"ÕÇËÉ‚NO‚‚Åx\x00lï£J"
  b"ÕÇôx)\x18Dû½s¬á\x11—úA"
  b"ı┌X\vØ4N@ëÃ╦Ë\x0Eø1á"
  b"ÖïKNz:G§®mÙ\x18c/Ь"
  b"""
    Ööx\n
    1…AB—L\x03r¿(Ç\x7F
    """
  b"Î>\x16ÊÄ AØûI\x06p\x12÷öó"
  b"ÎYìÜä╦Bö░\x03rCéj.D"
  b"Î{^Þü─IÒçÆ┘ô╗Mb­"
  b"Ø6¦?ÈæAn¹…\x18ü÷\x1E¢{"
  b"ÏL╗└Y\x0FM■É *5N<E+"
  b"Øðëq“,D­†g\x14\x0E3\x12…^"
  b"\x01Agô'C╣»\x15┼ØÖ╣Ш"
  b"""
    Ù\x02\x06\x12\n
    QNý¶œX¬X’‘6
    """
  b"ÙR^޲€MV‡Zô"3í\fa"
  b"Ù”A7N\x18LP©Ì±Þ´ £\x0E"
  b"Ú@­Çr\x18Fc°5á³ù‡j$"
  b"""
    Û\x15oÀ;¿N\n
    Šôöbä»èÆ
    """
  b"Û\dð™\x0FB,½êó^ã1‰E"
  b"ÜKÊVÍ9FNžõTîˆbŠ\x1A"
  b"▄zYe\x05ÌM8Áðú╚╩ª\eØ"
  b"Ý(Ik\x019@—³ˆ\x14ƒÅÑÕc"
  b"ÝB«¾k\x00E\x0F±.\x11fãÌ\x16Ý"
  b"""
    Ì\n
    w┬p\x19F\x08Å÷}┐╬\x18
    """
  b"Þ75\x04ö=O¿¨“Èó|…zÛ"
  b"ÞJ;ðÆ:H\x1A¨®¼;Á\x19î\x12"
  b"̃~Ë+yB\váàßÅSX\e8"
  b"""
    ÞÄã\n
    \rPM\fµKÀõ[[¾z
    """
  b"▀û^gJÆMV│\f\x07╬┤\x06"
  b"áó/‡žyJL¨Ä ¤´ƒ_ä"
  b"ÔhÉ\x10DÎOIù╚yà\x05²Ûc"
  b"ã"kô\x1AxBª·ùÍCo\x1EŒ>"
  b"ã®Àg“0E¢“KÑã…l&:"
  b"Ò┼r\x1AskMÞì(\tì­cÂO"
  b"äÛ.?ž™Ff¢s)Z/Õ,®"
  b"õ´6ö┘ÊL╚ÇíUýìBðı"
  b"å\x01Ϋ™ÚL‘€Œ/ª^\x7F¢g"
  b"å42‰øÆL\x07“3¦éÆk[Þ"
  b"""
    ÕW\x18\x01´ìGrçƒ\n
    *ôýàÚ
    """
  b"å—\x15ÏÿYD\x04Œè³_bÈCå"
  b"æ\x0F\x10¨&XNз½‰4\x15l4Ø"
  b"µs\v¤,ü@■àÅEmÆ╔═&"
  b"""
    æu\x17o¼òM•‹\n
    ã\f¨µ§”
    """
  b"æ”ââëËJ©™6†Ç¨bðº"
  b"ç\eɳ“þA3¿\x1F³+ ü\x1F2"
  b"瀽gU\x13BNн„Á¸ƒÐ¹"
  b"ç”ü§©õEš•\x03ÞZOÓ®\x10"
  b"ç½\x1C\x08îŸB\x0F\x18>s\x02†Cñ"
  b"çËç6ðµG ¯\x18Fp\x0FIJÙ"
  b"þ═¡8ÇÿJÓ╗ƒ\vñÅ\r7═"
  b"èáä\x08öEˆ¯\x1FÄa¨Í:Ê"
  b"é›^.¸´B œöråÝß V"
  b"ê\x08ä\x16d4N\x07¾\x02e¡àz\x0Fù"
  b"êèQ`YüM\x15›¬Žs\x1Dèë\x06"
  b"ë\x00ÐGÎíEo¨€Ôd«K&©"
  b"ë6¡Òty@¡¦\x00Ï\væmF_"
  b"ëË-\x15÷ïH½½—_Êt»Æþ"
  b"ìx`FŸéBF¢\x0Fx$’÷WÓ"
  b"ìëwJ#\x1FKÔª–¿\x1D+ ƒ8"
  b"í¢BúDGCÅ»·Câ `ŽJ"
  b"ÝÝÅ█¢HCMøÏ×╝\x04\x03Ör"
  b"íûÆü¹rB\x02¶‘½ünã¼ç"
  b"¯¢Ó¿ ìDûªÜ┘!/,Ýx"
  b"îîÑò‘ßAŒ¢\x0F\x1D,ÿÆæ¨"
  b"ïÊ\t¨ *Jn”ç˜"ñ\x15"
  b"´█â@ÔÓAfÅ▄░C\x00.Ë`"
  b"""
    ð\n
    ×ÚoƒGž’e\x7F¯H‚\eî
    """
  b"ð]èC–CAo‹\x14Š\x10\x19@%è"
  b"ð•LœÓ!Oýž½§ùc7Ä®"
  b"ðºëè\e\x0ENr˜ãd;\x0F ¶Ÿ"
  b"òhQ7xÅM\x18\x16-Ã|ém„"
  b"ô\x19Ûvl\x1DK\x17‚µ-úbÙ¹ß"
  b"ôuW\\x0F~HE£1+XZù—œ"
  b"""
    ôÏ?é)7D\x10¶¨\x1Fè\n
    óž„
    """
  b"õzÑŸ¿WJ!²\x7FÄN&ü*N"
  b"õ–ôÛ–¹H\x19™­ÐVñ\r"
  b"õÊ\x12ôviMî¦ó‰g\x00\n\x10"
  b"÷ä%´Ù▄DH¿ë\x1D╔8Âü═"
  b"÷pŒsZµH΂\x16LºÒ\x17¼è"
  b"÷’åÎŽ5G}±\fôïiÏjª"
  b"÷œGµNFGüŒÎ\x06t¨“\x1Dè"
  b"¸Óì═┼\x1EA┤¡ü\x10;╬\x00Qq"
  b"°ÚÕì&uK\x1E¥ðü0doÈã"
  b"úÀ\e)^\x04KXœ¤ø²Ì²†Š"
  b"úÚ4U_¸J\x1D†ô\x00k\x0FgÀŽ"
  b"ú÷\x00üs^I\x08²ŠÌÑ~Î÷¬"
  b"ü\x18¡ùk®ClŠgá¬\x1Da÷Á"
  b"ü\x1D\rô -@*· ˜9tT\x0Fw"
  b"ü¡a:¥\x04D`Žù:|¥Ö\x19ê"
  b"³¡╠ØI½Mì┐gÏ*xá\x16á"
  b"ý\f6“éÕJ)žDÒ\rmQÀ…"
  b"ý|\x15\x00I˜™k\x1Eí=`:Ä"
  b"ýœ\x07“ÑVMû‰Wè\x19H\x11¨\x12"
  b"þz\x06"Z\x12@\tœ”(\x06\x17&"
  b"ÿ_~[®ºOÚ˜¤Á«Ù\x17\eÎ"
  b"ÿ~ó¬‚ÞKÊ¡\x15«d\x01b)T"
]
87 0.30 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.29 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.36 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/450-xc-atv-2008-modelcode-8475HQ"
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
90 0.51 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.27 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.20 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.27 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.30 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.18 ms
SELECT LOWER(HEX(id)) FROM snippet_set WHERE iso = ?
Parameters:
[
  "de-DE"
]
96 0.16 ms
SELECT iso FROM snippet_set WHERE id = ?
Parameters:
[
  b"\x0Ea[Ø_\x11FÿêLËB\x17¸à="
]
97 0.24 ms
SELECT LOWER(HEX(theme.id)) themeId, theme.technical_name as themeName, parentTheme.technical_name as parentThemeName, LOWER(HEX(parentTheme.parent_theme_id)) as grandParentThemeId
            FROM sales_channel
                LEFT JOIN theme_sales_channel ON sales_channel.id = theme_sales_channel.sales_channel_id
                LEFT JOIN theme ON theme_sales_channel.theme_id = theme.id
                LEFT JOIN theme AS parentTheme ON parentTheme.id = theme.parent_theme_id
            WHERE sales_channel.id = ?
Parameters:
[
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
]
98 0.52 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.46 ms
SELECT `app`.`id` as `app.id`, `app`.`name` as `app.name`, `app`.`path` as `app.path`, `app`.`author` as `app.author`, `app`.`copyright` as `app.copyright`, `app`.`license` as `app.license`, `app`.`active` as `app.active`, `app`.`configurable` as `app.configurable`, `app`.`privacy` as `app.privacy`, `app`.`version` as `app.version`, `app`.`icon` as `app.iconRaw`, `app`.`app_secret` as `app.appSecret`, `app`.`modules` as `app.modules`, `app`.`main_module` as `app.mainModule`, `app`.`cookies` as `app.cookies`, `app`.`allow_disable` as `app.allowDisable`, `app`.`base_app_url` as `app.baseAppUrl`, `app`.`allowed_hosts` as `app.allowedHosts`, `app`.`template_load_priority` as `app.templateLoadPriority`, `app`.`checkout_gateway_url` as `app.checkoutGatewayUrl`, `app`.`in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl`, `app`.`source_type` as `app.sourceType`, `app`.`source_config` as `app.sourceConfig`, `app`.`self_managed` as `app.selfManaged`, `app`.`integration_id` as `app.integrationId`, `app.integration`.`id` as `app.integration.id`, `app.integration`.`label` as `app.integration.label`, `app.integration`.`access_key` as `app.integration.accessKey`, `app.integration`.`secret_access_key` as `app.integration.secretAccessKey`, `app.integration`.`last_usage_at` as `app.integration.lastUsageAt`, `app.integration`.`admin` as `app.integration.admin`, `app.integration`.`custom_fields` as `app.integration.customFields`, `app.integration`.`deleted_at` as `app.integration.deletedAt`, `app.integration`.`created_at` as `app.integration.createdAt`, `app.integration`.`updated_at` as `app.integration.updatedAt`, `app`.`acl_role_id` as `app.aclRoleId`, `app.aclRole`.`id` as `app.aclRole.id`, `app.aclRole`.`name` as `app.aclRole.name`, `app.aclRole`.`description` as `app.aclRole.description`, `app.aclRole`.`privileges` as `app.aclRole.privileges`, `app.aclRole`.`deleted_at` as `app.aclRole.deletedAt`, `app.aclRole`.`created_at` as `app.aclRole.createdAt`, `app.aclRole`.`updated_at` as `app.aclRole.updatedAt`, `app`.`created_at` as `app.createdAt`, `app`.`updated_at` as `app.updatedAt`, `app.translation.label`, `app.translation.label` as `app.label`, `app.translation.description`, `app.translation.description` as `app.description`, `app.translation.privacyPolicyExtensions`, `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions`, `app.translation.customFields`, `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app`.`integration_id` = `app.integration`.`id` LEFT JOIN `acl_role` `app.aclRole` ON `app`.`acl_role_id` = `app.aclRole`.`id` LEFT JOIN (SELECT `app.translation`.`app_id`, `app.translation`.`label` as `app.translation.label`, `app.translation`.`description` as `app.translation.description`, `app.translation`.`privacy_policy_extensions` as `app.translation.privacyPolicyExtensions`, `app.translation`.`custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation`.`language_id` = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` WHERE (`app`.`name` = ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  "SwagAnalytics"
]
100 0.20 ms
SELECT `base_class` AS `baseClass`, `author`
                FROM `plugin`
Parameters:
[]
101 0.61 ms
SELECT translation_key, value FROM snippet WHERE snippet_set_id = ?
Parameters:
[
  b"\x0Ea[Ø_\x11FÿêLËB\x17¸à="
]
102 0.33 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.31 ms
SELECT path FROM category WHERE id = ?
Parameters:
[
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
]
104 0.22 ms
SELECT min_search_length FROM product_search_config WHERE language_id = ?
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
]
105 1.11 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.57 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 1.00 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.99 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.53 ms
SELECT `media`.`id` as `media.id`, `media`.`user_id` as `media.userId`, `media`.`media_folder_id` as `media.mediaFolderId`, `media`.`mime_type` as `media.mimeType`, `media`.`file_extension` as `media.fileExtension`, `media`.`uploaded_at` as `media.uploadedAt`, `media`.`file_name` as `media.fileName`, `media`.`file_size` as `media.fileSize`, `media`.`media_type` as `media.mediaTypeRaw`, `media`.`meta_data` as `media.metaData`, `media`.`config` as `media.config`, `media`.`path` as `media.path`, `media`.`private` as `media.private`, `media`.`thumbnails_ro` as `media.thumbnailsRo`, `media`.`created_at` as `media.createdAt`, `media`.`updated_at` as `media.updatedAt`, `media.translation.title`, `media.translation.title` as `media.title`, `media.translation.alt`, `media.translation.alt` as `media.alt`, `media.translation.customFields`, `media.translation.customFields` as `media.customFields` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media`.`media_folder_id` = `media.mediaFolder`.`id` LEFT JOIN (SELECT `media.translation`.`media_id`, `media.translation`.`alt` as `media.translation.alt`, `media.translation`.`title` as `media.translation.title`, `media.translation`.`custom_fields` as `media.translation.customFields` FROM `media_translation` `media.translation` WHERE `media.translation`.`language_id` = ?) `media.media_translation` ON `media.media_translation`.`media_id` = `media`.`id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder`.`default_folder_id` = `media.mediaFolder.defaultFolder`.`id` WHERE (((`media`.`private` = ? OR (`media`.`private` = ? AND `media.mediaFolder.defaultFolder`.`entity` = ?)))) AND (`media`.`id` IN (?, ?, ?, ?, ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  false
  true
  "product_download"
  b"─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.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"
  "SwagAnalytics"
]
111 0.66 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 33.04 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/1cc9a5fe7c2b428f8f59504902662e0d"
  "/detail/674e22bac0eb4932906156af51d5351f"
  "/detail/b9c204803e434af8a7b3febbe38bf92d"
  "/detail/5ad0a75b35ea40b780720cf5b915396a"
  "/detail/aa3031f9fd724dbc9fed884ea62b3cdd"
  "/detail/30aeed20e5f643f0bf94acdc3f8dfc82"
  "/detail/75c130832b864b1d883c42c0521bc792"
  "/detail/f8e9e58d26754b1ebed08130646fd4c6"
  "/detail/5c4aaca556344a71bfb29af9fd81f54b"
  "/detail/a3a3fb91815e40c48bcfdfad9234db23"
  "/detail/018e3b42c7c64234bb3402ccda3a3889"
  "/detail/ab1afc8db442407f913722e835b3bb00"
  "/detail/1b2b24b76e1e4db793d6cd9a322e8e64"
  "/detail/02049224c56347179fa4c013e2cfcd8f"
  "/detail/11710fb33e704a1faf0960e639f213cf"
  "/detail/454ee0698b6b46288dfa0870f7da33f3"
  "/detail/b13ab2983fd140c99ecfea32e58d90ab"
  "/detail/211a38b709a84b198d369b82d10c19ee"
  "/detail/0247791b45054c689dc340a2c29e97c3"
  "/detail/c5491401894a4d97a54b4ef547a68317"
  "/detail/ae2f3c11b14c476b8af7c45d63869ebc"
  "/detail/9b7807ea02e44cc7a361d4904be33486"
  "/detail/d7598d9a84cb4294b0037243826a2e44"
  "/detail/d53def18874c4ac18b224fbc07554900"
  "/detail/76c811e90b67451a883bcc9845e80a38"
  "/detail/e5571801ef8d4772879f0a2a93ec85e9"
  "/detail/9491d8244fdf4194a27e9b1d628b5c02"
  "/detail/fcadcc9d49ab4d8dbf67d82a78a016a0"
  "/detail/fd9c0793d1564dfb8957e8194811a812"
  "/detail/e3c5721a736b4de88d28098df063b64f"
  "/detail/3af696e599824a919a809c42b0b9e9f6"
  "/detail/5bbc9ad9fb2b45acbab6a6665a9b563f"
  "/detail/e4db2e3f9e994666a273295a2fd52cae"
  "/detail/df965e674a924d56b30c07ceb4065181"
  "/detail/a86d7c0bbe9047bcbbccbf2949d03f8f"
  "/detail/78f5e0f7431f46aba083791cf7ade7e2"
  "/detail/d239328b9ca54f899b79b4bae9d3a9c3"
  "/detail/1ae16168b0754bb9b4ae0ecaba9e6261"
  "/detail/b842e53bd9334206acec3cb3f9dea93c"
  "/detail/de9f7ed32b79420ba085e18f53581b38"
  "/detail/8ba007392e584243aca6846dc71bb165"
  "/detail/0b4240de68a5461fac990789bf37f906"
  "/detail/1af2af3c0f20468f87536641bb3256f6"
  "/detail/dc7a596505de4d38b5d0a3c8caa61b9d"
  "/detail/d3c9cb38a11f42bea374e7a685bfd828"
  "/detail/bd6868c11d384880af8a46fbec986baf"
  "/detail/fac01b295e044b589ca4f8b2ccb2868a"
  "/detail/b46efb940b5d4e79a88dd8190836a198"
  "/detail/ff5f7e5baeba4fda98a4c1abd9171bce"
  "/detail/1c0f33197e7c43769adbf0fd4157a290"
  "/detail/44e436093e7e4e7394f3c074972a5a7a"
  "/detail/d292436730b94e17a8bd9d78edfb2668"
  "/detail/1378eb69008245aa83daf302d53e9e75"
  "/detail/de4a3bf0c63a481aa8aebc3bc119ee12"
  "/detail/546f7991cb24470995915c6a6a01ee9d"
  "/detail/8abab39702ea4f48a36a2ce3077f4e61"
  "/detail/388b96a4203841f4b53e4ef09b319770"
  "/detail/d18207690ccf4e2eb1ea56bbd79d4416"
  "/detail/d5c7f478291844fbbd73ace11197fa41"
  "/detail/7f48c3b337324855be2a4227d4ef5295"
  "/detail/955739ede48b4ae8bc51ef469e1afdb6"
  "/detail/42843c39f20e4f23a599575776b060c2"
  "/detail/906f71a1a53c4361b9520285498f47cc"
  "/detail/2f909f920b9545ca8b48196f8d1bb403"
  "/detail/d4422454d2ac4e4096e8331a1a0089f4"
  "/detail/2627e9e8f6e2495ca9611aabcf11c9c2"
  "/detail/28916adf88504c208540d811b87234cb"
  "/detail/29d886f5d397461eb22b0df4a8503652"
  "/detail/efca09a8202a4a6e94e79822f11576ee"
  "/detail/5311e7bec2d64701ad2f9e2a6b656967"
  "/detail/24904906bd1a42ada568eca68e88b2fa"
  "/detail/be0842960c464dc5901b6744f285ca21"
  "/detail/cefb1e60d24448e881b7a8af2afc5208"
  "/detail/1a4d42041c444323aa4f77f41576c402"
  "/detail/af2d7e408fe24e3cadadbcbe89317fc6"
  "/detail/053c65372b1843198294bd3272c59c18"
  "/detail/81f3f318cc9f4ebabda85c3650ff1f56"
  "/detail/481078a8a1154b838281d129f2c084cb"
  "/detail/213d83a7a57842498e0ff3601d461c87"
  "/detail/53e4a030c1484afaaa3ad9a63e7c8d0c"
  "/detail/1ffe9d3abba04650b28f4122649d4f76"
  "/detail/76d8745e72f24b5aa7d0f6f2bbdd770b"
  "/detail/e794fca7a9f5459a9503de5a4fd3ae10"
  "/detail/d13e54fdf1aa45cd910683f01f2ac2e9"
  "/detail/2a733dd0fede40109d7af561842945f3"
  "/detail/e1f32f879e794a4ca8c4a0a4b4835fe4"
  "/detail/fc18a1f96bae436c8a67e1ac1d61f7c1"
  "/detail/1325a1f69a14485d9a5553fb6f5a13fa"
  "/detail/bcfdd2dd0a4c4fe896f61a080d5e66e6"
  "/detail/97ce3c6b3fea47b7abdf18d508e9cd36"
  "/detail/fe7a06225a1240099c9428063baf1726"
  "/detail/c6ceba5135154f4b80ff0149db58cbbc"
  "/detail/059ef1426ff24ea5ba5ac66fd84a591a"
  "/detail/7e343212f7d849278d9336a7fe9d2d83"
  "/detail/bb2142c7831f453e9a0dae1393a8399f"
  "/detail/b23e7b9f6f8f41ff9857b814a8af090a"
  "/detail/e268901044d74f4997c8798505fdea63"
  "/detail/4f2725238df2424a83a6e026b5e4ba78"
  "/detail/0b76112777ff4ad88e69a48b2bcf67e5"
  "/detail/0a38581650a342bb97478e5552350b97"
  "/detail/c3709f5d2dd14c66bbe914feeec20301"
  "/detail/f68425efebdc4448a8891dc938b681cd"
  "/detail/aaf7d41027a2445a88399822f9340cb2"
  "/detail/882a0d90845c46c9bb019659a615f235"
  "/detail/3a62f1b1718140b59daa718f7c48ed3d"
  "/detail/6279e85c754a43909de87f0d3b858351"
  "/detail/dc4bca56cd39464e9ef554ee88628a1a"
  "/detail/0198cc7f3e447214a848528de060a0ed"
  "/detail/6bbe68cc51fa4f928c5ba60749782447"
  "/detail/b4107514763d4f5ab14c1f5b08d08ea6"
  "/detail/289e9338267a4f9f9c8acebb1c389498"
  "/detail/b8d3677c7149447ab7abd28ce8da1877"
  "/detail/303f5e0ac23d4d4ea1fde19d427139ce"
  "/detail/f4cf3fe929374410b6a81fe80af39e84"
  "/detail/9847f31bb07841f3a7c50758e4593996"
  "/detail/e501ceab99da4c91808c2faa5e7fa267"
  "/detail/9ba27f9f49a24a53a249745845b487d4"
  "/detail/fca1613aa50444608ef93a7ca5d619ea"
  "/detail/c93c4d1e65a94f7cab1b45be5da564e9"
  "/detail/61171c06bc344ef5828bda27b338e0e9"
  "/detail/931b74e1dcc3487a85da9bc60852cc79"
  "/detail/88c0a7b7cf6748f2b944ae234534df94"
  "/detail/8382c1a7622347868d78b0a5feccb0de"
  "/detail/2e2000832a3d404da2d7e5bb28672eae"
  "/detail/32cdd5eddedb41bdba44c2b1c737c171"
  "/detail/c9808163e2cc409f9f8fd6b217b97b21"
  "/detail/ca660194d45b4c5ca68e0c948f2c7684"
  "/detail/95ced9cfc0074f75b7f249774a3e73ef"
  "/detail/d171089acd63413e81766cf7584473ce"
  "/detail/bb35067219324b95800b1ece2e552ac3"
  "/detail/61263d05188c4f14995a4c68a8ebd27f"
  "/detail/6cee861766a34cef9348f428be1ec66e"
  "/detail/a456507493344490b679116f376d18a8"
  "/detail/44cbde46daa3480ca99c09e30ff41911"
  "/detail/2614c63fce0b4ea0988c74c309fea13b"
  "/detail/21700654e26046a191beb62df74dc9fd"
  "/detail/a5ace7d49baf4cc8ae2df8fe22c02187"
  "/detail/c329227f4f7f42508aa65add6c8be26e"
  "/detail/7a9ebef4e38e487981f44e19304ec58a"
  "/detail/d77b5ee881c449e38792d993bb4d62f0"
  "/detail/ff7ef3ac82de4bcaa115ab6401622954"
  "/detail/a88deb1afb494ddeb1ea78129d70b9f7"
  "/detail/570c0c5bb581400091f0385f7ad4f74f"
  "/detail/60a3cc9218ca47219a0e3c04a3023893"
  "/detail/0db609003ee1403ea6b094d692339c5f"
  "/detail/a99552f6420149fe9b6fe71f1eb223c3"
  "/detail/642decefc90a4d6b80fd2bc4ec5f73d6"
  "/detail/d5489586b35f4d6c856104b4a11a933e"
  "/detail/3875110e9ca24145a7357bd8377aadb7"
  "/detail/bc9b5323f26a487ea1df007b4cbfb900"
  "/detail/e6730bcf2c8140fe858f456d92c9cd26"
  "/detail/c3dd1570cc6f4a8ca79a3cf95ba629bb"
  "/detail/57e9a1112cff4e8a9c7798bc2d8a9329"
  "/detail/be279465b8814ba4b87d84c2c6cfc62f"
  "/detail/7d5321cab3d94cde8880f36a685e76e8"
  "/detail/0e56c79bb26b423dac3b0733a0d12505"
  "/detail/f79c47b54e4647fc8cce0674a8931de8"
  "/detail/795e485aac554626ad2983ce43c8c868"
  "/detail/84f4cedac5204d7fbfe6f87d0363efba"
  "/detail/6e16dab4ec494852a41ee09e67ee81df"
  "/detail/31735ee394174546b9a835372afa3ed9"
  "/detail/d123f99db9af4e07936a0b83cf30d5d7"
  "/detail/9e43a614f83540769b8d47b80b0090e8"
  "/detail/147c921683254c869d791b762f581652"
  "/detail/d071cd3c97f54911abe9998901149f0e"
  "/detail/0d23ab14dc8848bfb34e5420bc24cce5"
  "/detail/eeeed1f291df418ca20f1d2cffc6e6a8"
  "/detail/e7cdad3880984ae0bb9f0ba48f0d37cd"
  "/detail/c46d0d6318e14d67967aaac0a2f0873c"
  "/detail/bc8ce5cc30524c58b17ddbd0c9c87ea6"
  "/detail/18bb88eac91a4b7c814189396a48187d"
  "/detail/74a8f72cd9024691838bbeaa4d96de53"
  "/detail/06cc3c21be7f4f78a486f73054751394"
  "/detail/a1a64620ef6f4ac0b981da26687680d1"
  "/detail/090e9258195245038789dfe2529b0192"
  "/detail/45de068b3cd7446dac6ed2cd7147b70e"
  "/detail/421a3fdfd0d5460ab528e3707ca11a78"
  "/detail/d9014167932743b9af15c59d99b9d1f9"
  "/detail/0cf665757b114488b50086b62e4ba9f2"
  "/detail/5e517a09acf64a9d9ca91656a88e305e"
  "/detail/db5c64f0990f422cbdeaf35ee3318945"
  "/detail/2ada5ed19c764d5693e6cb8407278ddf"
  "/detail/b3c90ac7219643508f31d5a0f0a4c004"
  "/detail/d836a63fc8e6416eb98518fcf71ea27b"
  "/detail/96d59f0d6e494207aa52795071b588d1"
  "/detail/6fc107d6a1e249129cc62e39bd3db5b3"
  "/detail/aef09c55b7154e64a364d71544061d61"
  "/detail/9409f1d2380249a7be19ee278d70c716"
  "/detail/fada34555fb84a1d86f4006b0f67c08e"
  "/detail/997a78e0649645e591bd2a5314eb8922"
  "/detail/2aad7792fec74de1ad006df6638e6ca5"
  "/detail/8587e080614140679889749b734915ec"
  "/detail/83afe9facf3b4ba69e16fc1e1fd09f93"
  "/detail/f419db766c1d4b1782b52dfa62d9b9df"
  "/detail/bf02be991a5546f48a20c79b65074ebf"
  "/detail/2d447b41447144789e21be1ce995802c"
  "/detail/66dbfdea65594a718c88edda2ef61995"
  "/detail/edfbc6fcb9724202b691bdfc6ee3bce7"
  "/detail/9d6120f454034fbfbcd1893703a8891b"
  "/detail/de373504f63d4fbfa893c8f37c857adb"
  "/detail/4a74495f2df34b959bbad66be0ee79e5"
  "/detail/eae8516059fc4d159bac8e731de8eb06"
  "/detail/d8f0eb71932c44ad8667140e3312855e"
  "/detail/db156fc03bbf4e0a8af4f662e4bbe8c6"
  "/detail/4c1045cb17c84be1b421cbb7fd7d7a13"
  "/detail/67797097e13f42eda86257c71c427a28"
  "/detail/2e31e2ecfc754e819e62f460bbb97d33"
  "/detail/51c3c295ef1645c08aff090ae2f2b63c"
  "/detail/7effce1498d74f498155ae6c0a2ecf36"
  "/detail/faf700fc735e4908b28accd17ecef7ac"
  "/detail/be55c6cfa1fa4f9e8f4ad612a615f79d"
  "/detail/8b2fe7eb1f3741cc8eb14cfcf1e0dded"
  "/detail/2034877c6dd9465180a7abcb7fa64795"
  "/detail/ce183819ae20437d9dee7af24900abe5"
  "/detail/0383b02d438a4019b0f46ac4d8d1555f"
  "/detail/c33eb2d9cb034c92ba5c698aedba5e35"
  "/detail/29eb9fec72b843a590b89cf6bff11f0c"
  "/detail/c3961150f2944bcd9f90c0a44fa368ab"
  "/detail/8bc1f9e656c2476db73c65b5b53e1c36"
  "/detail/bc7321bd7b064a62b4cc087f65628f53"
  "/detail/d99441374e184c50a9ccb1deb4a0a30e"
  "/detail/a7a4b07ccba947eb8b25a4f59211d679"
  "/detail/de0a77c2701946088ff67dbfce1840a2"
  "/detail/9803ef0a5bd64df7925d48b7e0849934"
  "/detail/78842c1f55f842a3b0fca229c9bc9ab1"
  "/detail/abfbc2bc31c042758251eae6511c3456"
  "/detail/75c9c48fd41840fca0a70fc92efb21d3"
  "/detail/91ca74a49c044feba027efd76b2102f2"
  "/detail/f00ad7da6f83479e92657faf48821bee"
  "/detail/8d9ad6c0b7b04c65bc6ff6a7fc4563da"
  "/detail/9697a64a04654bd08f8caf7278679e85"
  "/detail/07ab613be2a1415f9ec63c2869e7e301"
  "/detail/1d9f3d5253044d2c984bee6d03e07b0a"
  "/detail/849d40ec42ba4060bab98fb35a27b462"
  "/detail/c2b25c82867e405ab4e4037288169fb2"
  "/detail/fd7c156aa4004998996b1eed3d603ac4"
  "/detail/91c047d4ae304b3ba0514155f2e018b1"
  "/detail/3a7af9fac6f6443ba0559a346a783143"
  "/detail/bf8885f626f34506b6d78fd2e09d5b56"
  "/detail/ced6dc181b0242a681e0e9618e3d43c5"
  "/detail/c216a7c881c64d84a8357fecc4fda937"
  "/detail/5590ea6257d74be99a5f01984b374d2f"
  "/detail/d4e4b704391c4850bee5eebe2705494f"
  "/detail/f57ad19fbf574a21b27fc44e26fc2a4e"
  "/detail/f5ca12f476694deea6f3896700840a10"
  "/detail/56998b29c3694e50ab12ee5505b97b09"
  "/detail/83e8d52c3b33450894ff7e57e8339d15"
  "/detail/c6bc8d43d7674b75b380026f3e808716"
  "/detail/eceb774a231f4bd4aa96bf1d2ba08338"
  "/detail/1d4acca4ecde4de3abb330fc0596c648"
  "/detail/799e29169fe34e0da8cd9d76df9a6365"
  "/detail/f268513778c54d1880162dc37ce96d84"
  "/detail/b0906200e0bb43649ccfa3b376f02796"
  "/detail/e8e1c3a408f64588af1fc461a8cd3aca"
  "/detail/87e7323cce0b4fab91e5f7dd5a9bfa5f"
  "/detail/41a1416c10e24aed8c3a3d922ea9efae"
  "/detail/27dcb1c816ca4993b84b75533b43a3c1"
  "/detail/efdb8340e2e041668fdcb043002ed360"
  "/detail/43c478f1632a41dca6bef325e5d777c8"
  "/detail/eded8fdbbd48434d9bd89ebc04039972"
  "/detail/9ce62b59bdd24024a02375c243a82de0"
  "/detail/9b4c7318e4a8486c98247e883aa9c1b1"
  "/detail/21a538c2436b4b759ed24ed847215a78"
  "/detail/3d834912b10f40b9a8f2b3ef14f0da20"
  "/detail/69d07ba0909244708d1b16ee4d6fafc4"
  "/detail/d5c7cbc9824e4f8282c578006cefa34a"
  "/detail/28fe06a1fc734928a6e5826aebebf375"
  "/detail/a0ba480c6574462fb41de76eece5a313"
  "/detail/a52365b14406440485d29cac5cd70f0b"
  "/detail/7b2a8e1c03704ff08face0bf6ae3ea3a"
  "/detail/d406208f0aae4dfa8af21ac55e4b1d38"
  "/detail/d02e63c09faf4d97b11d1eac27f6c883"
  "/detail/00d3bce12103483795cbd7e54ba65b0a"
  "/detail/537b865839d447159c0c914f75e64771"
  "/detail/6c7d9532c9a84299b0d35b0a3685dab8"
  "/detail/911fdbf7f5ee421ea278c403e069b294"
  "/detail/f0baebe81b0e4e7298e3643b0f20b69f"
  "/detail/aa2f4de539aa400ea9d85946f9a2b53e"
  "/detail/f7e08dcdc51e41b4ad81103bce005171"
  "/detail/67c52fe7ee564689bcd4dc7d559670fb"
  "/detail/058907348d8d410ebd3e4bb59fcf9b79"
  "/detail/28ad40325b0149f6b52df356aa5633c4"
  "/detail/8c1f3cd41b31451287c98b29a92c73dd"
  "/detail/095ff6cc096f4e0f8fd98571664ede16"
  "/detail/731ab1933de74127b72f576beed0171f"
  "/detail/10d8b083500b429493fd927fc6fb33cd"
  "/detail/b6ac6f1e9ba24e43a0f0bc1bc171bc4c"
  "/detail/4909291066ca4328b2e7cb9d74eedf1f"
  "/detail/ac4dba5016c44e24a15629ac5a169ed0"
  "/detail/c50671e6cd184fa7a1e2f0ae27783278"
  "/detail/0bf7429e66bb46709021d32b85105640"
  "/detail/8bf83d58e3524ae2bcec77168033c58f"
  "/detail/780641110e874d3485e36c2e4b0ba140"
  "/detail/9fa95b042bfb4a31acfa685b9a3e8886"
  "/detail/d235a9a190244978a21f810799654a69"
  "/detail/ec7860469fe94246a20f782492f757d3"
  "/detail/45596cd8c2554bcaa63a15acfc3f92ac"
  "/detail/41c5a2c7ad334e5292bf78075a06fa76"
  "/detail/1426e5ae677c43d18ebc777a9b6d0adf"
  "/detail/367510b8fd81478a98a50403f5f12dfa"
  "/detail/e694e2e2ebcb4aa9993686c7a862f0ba"
  "/detail/72ba87549f8e4f19818763825b601890"
  "/detail/60f9442771c34faa8813598d6563997a"
  "/detail/c5392006968144268a07483408223289"
  "/detail/2cbc8b9ffd0048539f4093b7e60afc36"
  "/detail/586d264197f649cca5a35830aeb27d8d"
  "/detail/117ca2178f694fa7a1a9a63f6e96e886"
  "/detail/80bf7eaf39184c95830a4eee0db3a8f7"
  "/detail/72f4f3b3ca0e4c37832b332a577a6474"
  "/detail/62c43b60f1f24e59be02a262c50e8af2"
  "/detail/585b24143964492d92dc75d83108e3fd"
  "/detail/40576cc33216451cb7d470d820f9c7cd"
  "/detail/220e04a3d5df4727b25b4568d7b2e58c"
  "/detail/da40adc772184663b035e1b3f9876a24"
  "/detail/aa900d5502784d94aaebfe91fd8a79e6"
  "/detail/374a8b121e614557bcbd11ab82f22701"
  "/detail/07eeedf8b75a45399d9051eb1b06f247"
  "/detail/48e825ea5b0d4a1382b672d8ae2bebdb"
  "/detail/033942d79122435c8ecc70914e2c987b"
  "/detail/a83202e558f04a7996534fc5133d41bb"
  "/detail/c7eba74b199c4559a745049d36438837"
  "/detail/b6981374ab4b4b8e957a637ac0cf66dc"
  "/detail/725a9144bd034e5c8a0666e61b5b24d9"
  "/detail/bb72b80f2e554b86a399f2183779412f"
  "/detail/f05de8439643416f8b148a10194025e8"
  "/detail/9d0452a3918640298d71f5af0ff52b73"
  "/detail/26f9020c39c544a997e1b11f4d4b3cf2"
  "/detail/eb36a1d2747940a1a600cf0be66d465f"
  "/detail/40f497528646419ea7c01cc645fa826f"
  "/detail/3a35bd240262442180ce4107585dffa3"
  "/detail/2ae0c3c99e5d419b88d5471f094cd6fc"
  "/detail/7b7fe560dd9c4708b8ea3402e001d6fa"
  "/detail/914384bac4104f85950d06bd3f4adb6c"
  "/detail/71028e7e852b49d7b055e3ec2341ce52"
  "/detail/08582f25aef9485fb64fc558677c68bf"
  "/detail/b51c3173d98744e1b35ac459da0db76a"
  "/detail/f7708c735ab548ce82164cbad217bce8"
  "/detail/f792e5ce8e35477db10cf4ef69cf6aaa"
  "/detail/f475575c0f7e4845a3312b585af9979c"
  "/detail/29424506f7c34f70a500c369ecdea554"
  "/detail/1ff48c3fb0e84ac58d4a9ae861c7d97a"
  "/detail/aa70ef7fa63a4054acdcdaf078caae2f"
  "/detail/929a788679ac448a824a47123e682539"
  "/detail/e7bd1c08ee9f420f82183e73028643f1"
  "/detail/e60f10a826584ed0b7bd8934156c34d8"
  "/detail/9e487ece72b24f1183882c6ae6be480b"
  "/detail/e4ef3694d9d24cc880a155ec8d42d0d5"
  "/detail/13f80f48e3f945629511444565b378c4"
  "/detail/94f32138f1014d53a86f5d1077cb8573"
  "/detail/40682a2f02244a7ba81e187512dd8759"
  "/detail/eb00d047ceed456fa880d464ab4b26a9"
  "/detail/2355b0f6f88841f0a66e26702a7f699b"
  "/detail/d9525e8eb2804d56875af42233ed0c61"
  "/detail/e5343289f8c64c079333a6e9c66b5bde"
  "/detail/743b3fc7e0aa4e5ab4a22f6c9804238e"
  "/detail/54b6f25dadf944f9a9be6fcdc5f49fb9"
  "/detail/f596f4db96b9481999add056f10d6b8a"
  "/detail/1e42037534e4472c8d018e3226f5fd28"
  "/detail/7109ca42d8e0412580e57609eccdbfcd"
  "/detail/9f469b7997f048db871d2f7bc709a2b6"
  "/detail/a2be0f12ddb4434aa714dda3d26e4fdc"
  "/detail/aa967d37b5c54dec9de460b25a2bd933"
  "/detail/5123563d4a9b4481a7f148c2c143c165"
  "/detail/7be82df813cb4b01a53da47007bcd850"
  "/detail/988ae395a3fc432cb0a2f00be78f5a1e"
  "/detail/c3643e3c22fb40509a9ca1c5355a1eb2"
  "/detail/27abd2f7a8784e208d8dfbcd412da4dd"
  "/detail/07e68aacdcaa4bcaa96c2600ce0a7baa"
  "/detail/d58cb6903a00413f918e15f2c4680285"
  "/detail/44b74415ab794da0aababf61770890f3"
  "/detail/588c88b5694e4bf1963900ce06e7099d"
  "/detail/15961f16b224400887116eb738793943"
  "/detail/8c6531b1fb814a32a8b3f13456bae203"
  "/detail/e780bd675513424e8abd84c1b883d0b9"
  "/detail/b60dc6db51ca494c9c62066f0aa938d5"
  "/detail/961f2a4f3ca545ad9b6d2085b94525c7"
  "/detail/1d724329114f4e7686f08ecdb76d78c2"
  "/detail/56bb366458c04618a66d170eb4b210b6"
  "/detail/13dd7e221eb74274a751d4f4aaa79643"
  "/detail/3999cad63fac4eb19dc1bf1538139751"
  "/detail/a4848e60ddee4a09af4527fdd1854ebc"
  "/detail/94f84ab90215495590411fee68cad100"
  "/detail/d6f6780a31854142974c0372bf28c77f"
  "/detail/af047d256e3c4669a83d55cd27d233ac"
  "/detail/064b2f5ce1cf45828d8a684903b792a0"
  "/detail/c1067fa7e42b48338ffa0d8e9024c178"
  "/detail/940de9504e2b4067bb89e8de2687044f"
  "/detail/232bd3033d3a4175a12eaa0213535571"
  "/detail/6cd04b0336fe4bfba627a8ab9eaf842a"
  "/detail/44684247923a4111b645c76f641b3486"
  "/detail/9877228b75544578a1d95cfed9de40c7"
  "/detail/d90206120a514efdb69c58ac58929136"
  "/detail/59f8dc24e4404117848a069cc38c2619"
  "/detail/e3aec067933045a2934bd1e3856c263a"
  "/detail/6fc81ce2b2814604be87189a5db36e0f"
  "/detail/247a03aa7796426081763eae8cc50a43"
  "/detail/8b407c300eea427db70d65965ff100cb"
  "/detail/a4a8c86177954121a5c1d21756b47a2b"
  "/detail/8b1154fdafad47d8b4068c634475afa8"
  "/detail/878330506c8048a5b8cbe05be1239b17"
  "/detail/302c26630ee74ff28738a844ed269886"
  "/detail/97a8d0d52114451ebd70f2e5b619ce79"
  "/detail/61debda1020043959aa497cad8711d71"
  "/detail/313edbaf173f480e8f0a13b5b9182bc6"
  "/detail/7f4f2f2203544f86bae78b43e2af671b"
  "/detail/52c3774768084b93b3b9ce3b15bc9e09"
  "/detail/d588741b684a4310b31da17036b4104b"
  "/detail/b1ba85be51d140c3b95869fc2fe9195d"
  "/detail/5573caac2c104b96a3b2b7f5ae03b4b6"
  "/detail/8c317b0a8dc14084a77d0ddf593c802c"
  "/detail/914b0f8f4e2b4070961a015ee8580cf1"
  "/detail/ac2402552ac84121b755adf37f39d2ef"
  "/detail/b574e4d3cd984c71a4c4b44847328506"
  "/detail/b19c04e49c3a4be68cfca9f8d5a47667"
  "/detail/b3e3cabbe3344ae5972fbb2e06f5e2d0"
  "/detail/269cb60ff35f4ffab22a22cf035c9d68"
  "/detail/2070c1c33600459db6737c6f3f590c27"
  "/detail/68baaa4ef4924f45b295a13f1eb0d67d"
  "/detail/897559365ee84361bc097187611bedef"
  "/detail/449941bbdc124da9934aea8639aeb553"
  "/detail/898b66447326482bbacd46d92d1902ee"
  "/detail/4bf67ef6393046e9bb168c3876bc0ea3"
  "/detail/5222cb43c07d44d6bda426c18690cd73"
  "/detail/77c6f239b02641ec968f1b414d5e8a45"
  "/detail/708b681012cc40cb92b8f7479ca55168"
  "/detail/15ce2d9099a04403af012572f9c8a739"
  "/detail/9f560bdd9bf8422eb7acf6317acd312a"
  "/detail/c63daaf9670344258d3d415f54031346"
  "/detail/ab554b7cb746427280e70ef43f5e3a4b"
  "/detail/f0954c9cd3214ffd9ebda7f96337c4ae"
  "/detail/9e5ade3866184d4ca4f460750a360857"
  "/detail/52465530486a4b9d8d082a9f92e713c3"
  "/detail/88d90d9342fe4af58dcf5e3f548660f3"
  "/detail/4e21aa3d754f4d45b24b49e2039028a4"
  "/detail/c0ce13b4cc094ebeaeae8b84145b1a2e"
  "/detail/e7cbe736f0b54720af1846700f494ad9"
  "/detail/14e2ae2d0c5b4109b9a9773dfdcdb587"
  "/detail/113dff75f5494a82ad90edd2e84ab1e6"
  "/detail/38c8fee1db68429e84bf2d0ff7cf28d1"
  "/detail/d73e16d28eff419d9649067012f694a2"
  "/detail/28ff2cada4e04fdfabb492b3719169ac"
  "/detail/a836a3b371ec472c8694d4c003fce9a9"
  "/detail/43f3c004621146e4bc8758dfa13d63ab"
  "/detail/3878ab06503044469d3011ff05460da6"
  "/detail/dec4e30a0d504d0cb54bc0f55b5bbe7a"
  "/detail/6daf1315553c448a8b12badd9bb5ff66"
  "/detail/5b1a3133f7784ccf9a11e5c902902ea1"
  "/detail/86a1eeadbc7942cd815d907d267d6433"
  "/detail/2d154539ba3943a8b5811df330e44b3c"
  "/detail/1a6f00e6a542479e897f1ac159e714a8"
  "/detail/c74611498b544fdcbcf3ff01b0cc0cbe"
  "/detail/e3226bf41a7842aab7f9cd436f1e8c3e"
  "/detail/43e2b79235284b5d88925b542af6a209"
  "/detail/ce57af7cf0f844c8b38f745a63ba5d76"
  "/detail/e59715cfff5944048ce8b35f62c843e5"
  "/detail/a276f2eadc434ab081123cb10365ecef"
  "/detail/370603c57a32497f930bbba064276d41"
  "/detail/685931873a8c41a78ad2bc62d08647b9"
  "/detail/eda242fa444743c5bbb743e220608e4a"
  "/detail/d84cbbc0590f4dfe90ff2a354e3c452b"
  "/detail/90d225bbca6f4be899bbb753c9fc5cfb"
  "/detail/665f40c00e1f47fc9d3ea715ae184b18"
  "/detail/c8f0e397b90d44daa682273fa60f0497"
  "/detail/57b1dc66bd6742d2a432b64e757733d7"
  "/detail/a7e6d624266e44c698dea3fa0a9db463"
  "/detail/e71bc9b393fe4133bf1fb32b20fc1f32"
  "/detail/b56408f09dba475a9d8c0938ba3b8c76"
  "/detail/150b1f8097854b4d8400aedac28809bd"
  "/detail/47047f9c8c574765b73fbb1e692070c6"
  "/detail/98c7f8ea4a744044afdf33fab15ebbae"
  "/detail/fc1d0df4a02d402ab7a0983974540f77"
  "/detail/c04f1b42b4d9406592a6a8288e6627f9"
  "/detail/894814d687bd49b2809420c8e89f4d37"
  "/detail/13d95a112351459c852eb46e5939725e"
  "/detail/b68a591f0f484259a2d03987d2f8ce92"
  "/detail/79c1b44237dd4ae9a7c9ee13908152c8"
  "/detail/5979f8a575604896a024e05a8ba9e95a"
  "/detail/7e0da8b0d9fc4b68b72667088e3aea8b"
  "/detail/9002805087d546a2956ab82cb1be2b21"
  "/detail/0db47854e57b487fa24e7897351d935d"
  "/detail/e99b5e2eb8b442209cf672e5dddfa056"
  "/detail/553d715da0d044d4bb905a703cac2b6d"
  "/detail/81f6e618e795415cb10c0533759fd256"
  "/detail/3350967b109348f6906d150a829e7ce6"
  "/detail/71bb3952ba2146ee8b260d97c72a14bd"
  "/detail/6adf0501043144cd9cf8ea9936df98bd"
  "/detail/6166494cd35647de9773851c75f945fb"
  "/detail/55f53d301cd04b28b04fd783070562c8"
  "/detail/34bd9f63a3ec4975a9b52404eb050a03"
  "/detail/2eaa1aaa90214590a9c650d88acd426a"
  "/detail/67e904f8c88549f7b03bb81a1f55b776"
  "/detail/9ca575bb2961434b9b671edbe50262dc"
  "/detail/3d9449f0db6c45d39796231796487a04"
  "/detail/5bd03c5e78784a24bc37512733b31b69"
  "/detail/882c1b031719487fbf98efb881342c03"
  "/detail/8754f9c0880a4971adc78f58a305a09e"
  "/detail/6bdbd8af9e2849f3bb238b3d5147cc2a"
  "/detail/9d2b8caa5fc94089b95abc79b8bc7f59"
  "/detail/fd0c3693e9d54a299e44d20d6d51c085"
  "/detail/8af6f96a90a34dcabaf7f821a34cf378"
  "/detail/7746742ba0944604a6f658d2a51db39b"
  "/detail/7dd03cb57bfa435d972e819c8abb88de"
  "/detail/88eb5628daf24ecc9e57e8da3106bf04"
  "/detail/7cf95369c4c84e4f80253eaa08381c9b"
  "/detail/9cab88bc2aad4defa930f58c7e36fe17"
  "/detail/d349f856ada949738e29daf0dfbd8b9d"
  "/detail/73ec49ca5684422daa3ef56ac79baa0b"
  "/detail/347acf4e78a945c8b7755d255127eb7e"
  "/detail/81812e0ba24d423dac0838781a53ae70"
  "/detail/4ca1b237de3345a0ae20159fd05301a5"
  "/detail/99f26510a5de45a4a5f90364d62b920d"
  "/detail/b38c36abf8184cfea36eb5fff70e1d33"
  "/detail/45f9d35a14f54849be24be2ce989bc17"
  "/detail/659324fe3c3c4a71a8cddfb2a4a24227"
  "/detail/1d1b0e665c9d4ab8900114abb26ac07c"
  "/detail/2a26f6c9ddbd45d9ac94992a859a9f50"
  "/detail/e675176fbcf24d958b0ae30ca8b5a794"
  "/detail/7b4caffabad04d4d90f412995e5d0790"
  "/detail/0877b8c6e2ae42e99789b93db1d34437"
  "/detail/3f5dfd97a55445f7b5ec641b8775bc96"
  "/detail/be58efd5547e47f996dfc50be36e2d85"
  "/detail/3a481ceae7964f64be591de813ea061e"
  "/detail/46c84f95e81d4357adadff5ac99b124f"
  "/detail/dd28496b01394097b3881483c5d1d563"
  "/detail/5d657312e3e04607971960c43eb4f224"
  "/detail/dd42abbe6b00450fb12e1166e3cc16dd"
  "/detail/c236077f34314020a3a63665674f9c30"
  "/detail/d3a748348a0347f59c77d61a620e84f0"
  "/detail/30705084226b46ccb71816ad2bc4f02f"
  "/detail/83aca4ae78e54ae1bab930c074a6bee0"
  "/detail/9fa9772dc2d44729b7c170656bb39492"
  "/detail/eebde0a8208d4496a69ad9212f2ced78"
  "/detail/a48bf32d3b29479db8f8984a1ab3903a"
  "/detail/ebcb2d15f7ef48bdbd975fca74bbc6fe"
  "/detail/884c0cd13c3d46a09a51ad0ae36d5259"
  "/detail/1d49251fbff7409681ed6d988e5353b2"
  "/detail/5aaa12410c6c452d8bfad1b5b1cecb3c"
  "/detail/d0709835fde644079db70e1c3dddd70f"
  "/detail/1ceee3d1d28d495fba75be9741062975"
  "/detail/d6ef4b4e7a3a47a7ae6dd918632fd0ac"
  "/detail/577b66d124e242a48c33caaaea8b262e"
  "/detail/bbd64a1d04cf443fab033dedadf8260d"
  "/detail/0b5f06f446eb439299554b46a5a0493e"
  "/detail/1ca6f8a769034f568618a45f97fcc7ad"
  "/detail/902c1caec9ee4bb6b9f3205a5eb6a8aa"
  "/detail/4c9c3177bace4c15b1aef2a5206fdff4"
  "/detail/4410ecfa35224b0ab99f111b2eea54ec"
  "/detail/9a0bb8739a884f9f84492fcc414b7a85"
  "/detail/333d966152ac40c7b269183eed1bef1f"
  "/detail/390b8c490b7c4a53acdd86785e7849fa"
  "/detail/cd2f444fb8124a168bd4c11c0e763731"
  "/detail/ea08e41664344e07be0265a1e07a0ff9"
  "/detail/8cbcc1051adb4a9e960afdb22abc80c2"
  "/detail/d5da580b9d344e4089c7cbd30e9b31a0"
  "/detail/9b6a3561615b4af4b64de3f79882d3ea"
  "/detail/4857eb0e6a594288b42810998e033edc"
  "/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.43 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.