GET https://staging.ktm-sturm.de/ersatzteilfinder/50-sx-junior-2006-modelcode-6001F3

Query Metrics

113 Database Queries
101 Different statements
1291.36 ms Query time

Queries

Group similar statements

# Time Info
1 0.74 ms
# dbal-plugin-loader
        SELECT
               `name`,
               `base_class` AS baseClass,
               IF(`active` = 1 AND `installed_at` IS NOT NULL, 1, 0) AS active,
               `path`,
               `version`,
               `autoload`,
               `managed_by_composer` AS managedByComposer,
               composer_name as composerName
        FROM `plugin`
        ORDER BY `installed_at`;
Parameters:
[]
2 0.22 ms
SET @@group_concat_max_len = CAST(IF(@@group_concat_max_len > 320000, @@group_concat_max_len, 320000) AS UNSIGNED);SET sql_mode=(SELECT REPLACE(@@sql_mode,'ONLY_FULL_GROUP_BY',''))
Parameters:
[]
3 0.61 ms
SELECT `key`, `value` FROM `app_config`
Parameters:
[]
4 0.25 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 1.43 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/50-sx-junior-2006-modelcode-6001F3"
  "ersatzteilfinder/50-sx-junior-2006-modelcode-6001F3/"
]
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/50-sx-junior-2006-modelcode-6001F3"
]
8 0.56 ms
SELECT configuration_key, configuration_value FROM system_config WHERE sales_channel_id IS NULL ORDER BY sales_channel_id ASC
Parameters:
[]
9 0.20 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úê-ÅÍ+ \"
  "uTEJYyJ6xWETJVXE25OyQgaKircl7OtZ"
]
11 0.32 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.63 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.39 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.25 ms
SELECT LOWER(HEX(`language.salesChannels.mapping`.`sales_channel_id`)) as `key`, GROUP_CONCAT(LOWER(HEX(`language.salesChannels.mapping`.`language_id`)) ) as `value` FROM `language` LEFT JOIN `sales_channel_language` `language.salesChannels.mapping` ON `language.salesChannels.mapping`.`language_id` = `language`.id WHERE ((`language`.`id` = ?)) AND (`language.salesChannels.mapping`.`sales_channel_id` IN (?)) GROUP BY `language.salesChannels.mapping`.`sales_channel_id`
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
]
15 0.37 ms
# base-context-factory::sales-channel::association::languages::read
SELECT `language`.`id` as `language.id`, `language`.`parent_id` as `language.parentId`, `language`.`locale_id` as `language.localeId`, `language`.`translation_code_id` as `language.translationCodeId`, `language`.`name` as `language.name`, `language`.`custom_fields` as `language.customFields`, `language`.`created_at` as `language.createdAt`, `language`.`updated_at` as `language.updatedAt`, `language.translationCode`.`id` as `language.translationCode.id`, `language.translationCode`.`code` as `language.translationCode.code`, `language.translationCode`.`created_at` as `language.translationCode.createdAt`, `language.translationCode`.`updated_at` as `language.translationCode.updatedAt`, `language.translationCode.translation.name`, `language.translationCode.translation.name` as `language.translationCode.name`, `language.translationCode.translation.territory`, `language.translationCode.translation.territory` as `language.translationCode.territory`, `language.translationCode.translation.customFields`, `language.translationCode.translation.customFields` as `language.translationCode.customFields`, `language.locale`.`id` as `language.locale.id`, `language.locale`.`code` as `language.locale.code`, `language.locale`.`created_at` as `language.locale.createdAt`, `language.locale`.`updated_at` as `language.locale.updatedAt`, `language.locale.translation.name`, `language.locale.translation.name` as `language.locale.name`, `language.locale.translation.territory`, `language.locale.translation.territory` as `language.locale.territory`, `language.locale.translation.customFields`, `language.locale.translation.customFields` as `language.locale.customFields` FROM `language` LEFT JOIN `locale` `language.translationCode` ON `language`.`translation_code_id` = `language.translationCode`.`id` LEFT JOIN `locale` `language.locale` ON `language`.`locale_id` = `language.locale`.`id` LEFT JOIN (SELECT `language.translationCode.translation`.`locale_id`, `language.translationCode.translation`.`name` as `language.translationCode.translation.name`, `language.translationCode.translation`.`territory` as `language.translationCode.translation.territory`, `language.translationCode.translation`.`custom_fields` as `language.translationCode.translation.customFields` FROM `locale_translation` `language.translationCode.translation` WHERE `language.translationCode.translation`.`language_id` = ?) `language.translationCode.locale_translation` ON `language.translationCode.locale_translation`.`locale_id` = `language.translationCode`.`id` LEFT JOIN (SELECT `language.locale.translation`.`locale_id`, `language.locale.translation`.`name` as `language.locale.translation.name`, `language.locale.translation`.`territory` as `language.locale.translation.territory`, `language.locale.translation`.`custom_fields` as `language.locale.translation.customFields` FROM `locale_translation` `language.locale.translation` WHERE `language.locale.translation`.`language_id` = ?) `language.locale.locale_translation` ON `language.locale.locale_translation`.`locale_id` = `language.locale`.`id` WHERE ((`language`.`id` = ?)) AND (`language`.`id` IN (?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
16 0.31 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.27 ms
# base-context-factory::country::read
SELECT `country`.`id` as `country.id`, `country`.`iso` as `country.iso`, `country`.`position` as `country.position`, `country`.`active` as `country.active`, `country`.`shipping_available` as `country.shippingAvailable`, `country`.`iso3` as `country.iso3`, `country`.`display_state_in_registration` as `country.displayStateInRegistration`, `country`.`force_state_in_registration` as `country.forceStateInRegistration`, `country`.`check_vat_id_pattern` as `country.checkVatIdPattern`, `country`.`vat_id_required` as `country.vatIdRequired`, `country`.`vat_id_pattern` as `country.vatIdPattern`, `country`.`customer_tax` as `country.customerTax`, `country`.`company_tax` as `country.companyTax`, `country`.`postal_code_required` as `country.postalCodeRequired`, `country`.`check_postal_code_pattern` as `country.checkPostalCodePattern`, `country`.`check_advanced_postal_code_pattern` as `country.checkAdvancedPostalCodePattern`, `country`.`advanced_postal_code_pattern` as `country.advancedPostalCodePattern`, `country`.`default_postal_code_pattern` as `country.defaultPostalCodePattern`, `country`.`is_eu` as `country.isEu`, `country`.`created_at` as `country.createdAt`, `country`.`updated_at` as `country.updatedAt`, `country.translation.name`, `country.translation.name` as `country.name`, `country.translation.addressFormat`, `country.translation.addressFormat` as `country.addressFormat`, `country.translation.customFields`, `country.translation.customFields` as `country.customFields` FROM `country` LEFT JOIN (SELECT `country.translation`.`country_id`, `country.translation`.`name` as `country.translation.name`, `country.translation`.`custom_fields` as `country.translation.customFields`, `country.translation`.`address_format` as `country.translation.addressFormat` FROM `country_translation` `country.translation` WHERE `country.translation`.`language_id` = ?) `country.country_translation` ON `country.country_translation`.`country_id` = `country`.`id` WHERE `country`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"¡×[¶&ÙNc‡öº\x12—•+)"
]
18 0.26 ms
# base-context-factory::customer-group::read
SELECT `customer_group`.`id` as `customer_group.id`, `customer_group`.`display_gross` as `customer_group.displayGross`, `customer_group`.`registration_active` as `customer_group.registrationActive`, `customer_group`.`created_at` as `customer_group.createdAt`, `customer_group`.`updated_at` as `customer_group.updatedAt`, `customer_group.translation.name`, `customer_group.translation.name` as `customer_group.name`, `customer_group.translation.registrationTitle`, `customer_group.translation.registrationTitle` as `customer_group.registrationTitle`, `customer_group.translation.registrationIntroduction`, `customer_group.translation.registrationIntroduction` as `customer_group.registrationIntroduction`, `customer_group.translation.registrationOnlyCompanyRegistration`, `customer_group.translation.registrationOnlyCompanyRegistration` as `customer_group.registrationOnlyCompanyRegistration`, `customer_group.translation.registrationSeoMetaDescription`, `customer_group.translation.registrationSeoMetaDescription` as `customer_group.registrationSeoMetaDescription`, `customer_group.translation.customFields`, `customer_group.translation.customFields` as `customer_group.customFields` FROM `customer_group` LEFT JOIN (SELECT `customer_group.translation`.`customer_group_id`, `customer_group.translation`.`name` as `customer_group.translation.name`, `customer_group.translation`.`custom_fields` as `customer_group.translation.customFields`, `customer_group.translation`.`registration_title` as `customer_group.translation.registrationTitle`, `customer_group.translation`.`registration_introduction` as `customer_group.translation.registrationIntroduction`, `customer_group.translation`.`registration_only_company_registration` as `customer_group.translation.registrationOnlyCompanyRegistration`, `customer_group.translation`.`registration_seo_meta_description` as `customer_group.translation.registrationSeoMetaDescription` FROM `customer_group_translation` `customer_group.translation` WHERE `customer_group.translation`.`language_id` = ?) `customer_group.customer_group_translation` ON `customer_group.customer_group_translation`.`customer_group_id` = `customer_group`.`id` WHERE `customer_group`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"¤¢P\x18ËìAÏ¡╩\x10┘O╚¢Í"
]
19 0.17 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.42 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.50 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.75 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.25 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.42 ms
#cart-persister::load
            SELECT `cart`.`payload`, `cart`.`rule_ids`, `cart`.`compressed` FROM cart WHERE `token` = ?
Parameters:
[
  "uTEJYyJ6xWETJVXE25OyQgaKircl7OtZ"
]
25 0.34 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.57 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.35 ms
# app-scripts::refresh::search-ids
SELECT `app`.`id` FROM `app` WHERE (`app`.`active` = ? AND `app`.`self_managed` = ?)
Parameters:
[
  true
  false
]
28 0.49 ms
SELECT `app`.`id` as `app.id`, `app`.`name` as `app.name`, `app`.`path` as `app.path`, `app`.`author` as `app.author`, `app`.`copyright` as `app.copyright`, `app`.`license` as `app.license`, `app`.`active` as `app.active`, `app`.`configurable` as `app.configurable`, `app`.`privacy` as `app.privacy`, `app`.`version` as `app.version`, `app`.`icon` as `app.iconRaw`, `app`.`app_secret` as `app.appSecret`, `app`.`modules` as `app.modules`, `app`.`main_module` as `app.mainModule`, `app`.`cookies` as `app.cookies`, `app`.`allow_disable` as `app.allowDisable`, `app`.`base_app_url` as `app.baseAppUrl`, `app`.`allowed_hosts` as `app.allowedHosts`, `app`.`template_load_priority` as `app.templateLoadPriority`, `app`.`checkout_gateway_url` as `app.checkoutGatewayUrl`, `app`.`in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl`, `app`.`source_type` as `app.sourceType`, `app`.`source_config` as `app.sourceConfig`, `app`.`self_managed` as `app.selfManaged`, `app`.`integration_id` as `app.integrationId`, `app.integration`.`id` as `app.integration.id`, `app.integration`.`label` as `app.integration.label`, `app.integration`.`access_key` as `app.integration.accessKey`, `app.integration`.`secret_access_key` as `app.integration.secretAccessKey`, `app.integration`.`last_usage_at` as `app.integration.lastUsageAt`, `app.integration`.`admin` as `app.integration.admin`, `app.integration`.`custom_fields` as `app.integration.customFields`, `app.integration`.`deleted_at` as `app.integration.deletedAt`, `app.integration`.`created_at` as `app.integration.createdAt`, `app.integration`.`updated_at` as `app.integration.updatedAt`, `app`.`acl_role_id` as `app.aclRoleId`, `app.aclRole`.`id` as `app.aclRole.id`, `app.aclRole`.`name` as `app.aclRole.name`, `app.aclRole`.`description` as `app.aclRole.description`, `app.aclRole`.`privileges` as `app.aclRole.privileges`, `app.aclRole`.`deleted_at` as `app.aclRole.deletedAt`, `app.aclRole`.`created_at` as `app.aclRole.createdAt`, `app.aclRole`.`updated_at` as `app.aclRole.updatedAt`, `app`.`created_at` as `app.createdAt`, `app`.`updated_at` as `app.updatedAt`, `app.translation.label`, `app.translation.label` as `app.label`, `app.translation.description`, `app.translation.description` as `app.description`, `app.translation.privacyPolicyExtensions`, `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions`, `app.translation.customFields`, `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app`.`integration_id` = `app.integration`.`id` LEFT JOIN `acl_role` `app.aclRole` ON `app`.`acl_role_id` = `app.aclRole`.`id` LEFT JOIN (SELECT `app.translation`.`app_id`, `app.translation`.`label` as `app.translation.label`, `app.translation`.`description` as `app.translation.description`, `app.translation`.`privacy_policy_extensions` as `app.translation.privacyPolicyExtensions`, `app.translation`.`custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation`.`language_id` = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` WHERE `app`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01˜Ð \x06[p»¹á\f-¦²*C"
]
29 0.27 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.62 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.24 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.41 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.25 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.21 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.87 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.51 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 3.54 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.50 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.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`.`id` IN (?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
]
40 0.63 ms
# header::languages::search-ids
SELECT `language`.`id` FROM `language` LEFT JOIN `sales_channel_domain` `language.salesChannelDomains` ON `language`.`id` = `language.salesChannelDomains`.`language_id` LEFT JOIN `sales_channel_language` `language.salesChannels.mapping` ON `language`.`id` = `language.salesChannels.mapping`.`language_id`  LEFT JOIN `sales_channel` `language.salesChannels` ON `language.salesChannels.mapping`.`sales_channel_id` = `language.salesChannels`.`id`  WHERE (`language.salesChannelDomains`.`sales_channel_id` = ? AND `language.salesChannels`.`id` = ?) GROUP BY `language`.`id` ORDER BY MIN(`language`.`name`) ASC
Parameters:
[
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
]
41 0.38 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.35 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.26 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.68 ms
# header::navigation::read
SELECT `category`.`id` as `category.id`, `category`.`version_id` as `category.versionId`, `category`.`parent_id` as `category.parentId`, `category`.`parent_version_id` as `category.parentVersionId`, `category`.`after_category_id` as `category.afterCategoryId`, `category`.`after_category_version_id` as `category.afterCategoryVersionId`, `category`.`media_id` as `category.mediaId`, `category`.`display_nested_products` as `category.displayNestedProducts`, `category`.`auto_increment` as `category.autoIncrement`, `category`.`level` as `category.level`, `category`.`path` as `category.path`, `category`.`child_count` as `category.childCount`, `category`.`type` as `category.type`, `category`.`product_assignment_type` as `category.productAssignmentType`, `category`.`visible` as `category.visible`, `category`.`active` as `category.active`, `category`.`cms_page_id` as `category.cmsPageId`, `category`.`cms_page_version_id` as `category.cmsPageVersionId`, `category`.`product_stream_id` as `category.productStreamId`, `category`.`custom_entity_type_id` as `category.customEntityTypeId`, `category`.`created_at` as `category.createdAt`, `category`.`updated_at` as `category.updatedAt`, `category.media`.`id` as `category.media.id`, `category.media`.`user_id` as `category.media.userId`, `category.media`.`media_folder_id` as `category.media.mediaFolderId`, `category.media`.`mime_type` as `category.media.mimeType`, `category.media`.`file_extension` as `category.media.fileExtension`, `category.media`.`uploaded_at` as `category.media.uploadedAt`, `category.media`.`file_name` as `category.media.fileName`, `category.media`.`file_size` as `category.media.fileSize`, `category.media`.`media_type` as `category.media.mediaTypeRaw`, `category.media`.`meta_data` as `category.media.metaData`, `category.media`.`config` as `category.media.config`, `category.media`.`path` as `category.media.path`, `category.media`.`private` as `category.media.private`, `category.media`.`thumbnails_ro` as `category.media.thumbnailsRo`, `category.media`.`created_at` as `category.media.createdAt`, `category.media`.`updated_at` as `category.media.updatedAt`, `category.media.translation.title`, `category.media.translation.title` as `category.media.title`, `category.media.translation.alt`, `category.media.translation.alt` as `category.media.alt`, `category.media.translation.customFields`, `category.media.translation.customFields` as `category.media.customFields`, `category.translation.name`, `category.translation.name` as `category.name`, `category.translation.breadcrumb`, `category.translation.breadcrumb` as `category.breadcrumb`, `category.translation.slotConfig`, `category.translation.slotConfig` as `category.slotConfig`, `category.translation.linkType`, `category.translation.linkType` as `category.linkType`, `category.translation.internalLink`, `category.translation.internalLink` as `category.internalLink`, `category.translation.externalLink`, `category.translation.externalLink` as `category.externalLink`, `category.translation.linkNewTab`, `category.translation.linkNewTab` as `category.linkNewTab`, `category.translation.description`, `category.translation.description` as `category.description`, `category.translation.metaTitle`, `category.translation.metaTitle` as `category.metaTitle`, `category.translation.metaDescription`, `category.translation.metaDescription` as `category.metaDescription`, `category.translation.keywords`, `category.translation.keywords` as `category.keywords`, `category.translation.customFields`, `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category`.`media_id` = `category.media`.`id` LEFT JOIN (SELECT `category.translation`.`category_id`, `category.translation`.`category_version_id`, `category.translation`.`breadcrumb` as `category.translation.breadcrumb`, `category.translation`.`name` as `category.translation.name`, `category.translation`.`custom_fields` as `category.translation.customFields`, `category.translation`.`slot_config` as `category.translation.slotConfig`, `category.translation`.`link_type` as `category.translation.linkType`, `category.translation`.`internal_link` as `category.translation.internalLink`, `category.translation`.`external_link` as `category.translation.externalLink`, `category.translation`.`link_new_tab` as `category.translation.linkNewTab`, `category.translation`.`description` as `category.translation.description`, `category.translation`.`meta_title` as `category.translation.metaTitle`, `category.translation`.`meta_description` as `category.translation.metaDescription`, `category.translation`.`keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation`.`language_id` = ?) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.`category_version_id` = `category`.`version_id` LEFT JOIN (SELECT `category.media.translation`.`media_id`, `category.media.translation`.`alt` as `category.media.translation.alt`, `category.media.translation`.`title` as `category.media.translation.title`, `category.media.translation`.`custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation`.`language_id` = ?) `category.media.media_translation` ON `category.media.media_translation`.`media_id` = `category.media`.`id` WHERE (`category`.`version_id` = ?) AND ((`category`.`path` LIKE ? AND (`category`.`level` > ? AND `category`.`level` <= ?)))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  "%|dda3ec5fdb8042acb8f8c841f70efe8b|%"
  1
  4
]
46 0.92 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.51 ms
# header::navigation::read
SELECT `category`.`id` as `category.id`, `category`.`version_id` as `category.versionId`, `category`.`parent_id` as `category.parentId`, `category`.`parent_version_id` as `category.parentVersionId`, `category`.`after_category_id` as `category.afterCategoryId`, `category`.`after_category_version_id` as `category.afterCategoryVersionId`, `category`.`media_id` as `category.mediaId`, `category`.`display_nested_products` as `category.displayNestedProducts`, `category`.`auto_increment` as `category.autoIncrement`, `category`.`level` as `category.level`, `category`.`path` as `category.path`, `category`.`child_count` as `category.childCount`, `category`.`type` as `category.type`, `category`.`product_assignment_type` as `category.productAssignmentType`, `category`.`visible` as `category.visible`, `category`.`active` as `category.active`, `category`.`cms_page_id` as `category.cmsPageId`, `category`.`cms_page_version_id` as `category.cmsPageVersionId`, `category`.`product_stream_id` as `category.productStreamId`, `category`.`custom_entity_type_id` as `category.customEntityTypeId`, `category`.`created_at` as `category.createdAt`, `category`.`updated_at` as `category.updatedAt`, `category.media`.`id` as `category.media.id`, `category.media`.`user_id` as `category.media.userId`, `category.media`.`media_folder_id` as `category.media.mediaFolderId`, `category.media`.`mime_type` as `category.media.mimeType`, `category.media`.`file_extension` as `category.media.fileExtension`, `category.media`.`uploaded_at` as `category.media.uploadedAt`, `category.media`.`file_name` as `category.media.fileName`, `category.media`.`file_size` as `category.media.fileSize`, `category.media`.`media_type` as `category.media.mediaTypeRaw`, `category.media`.`meta_data` as `category.media.metaData`, `category.media`.`config` as `category.media.config`, `category.media`.`path` as `category.media.path`, `category.media`.`private` as `category.media.private`, `category.media`.`thumbnails_ro` as `category.media.thumbnailsRo`, `category.media`.`created_at` as `category.media.createdAt`, `category.media`.`updated_at` as `category.media.updatedAt`, `category.media.translation.title`, `category.media.translation.title` as `category.media.title`, `category.media.translation.alt`, `category.media.translation.alt` as `category.media.alt`, `category.media.translation.customFields`, `category.media.translation.customFields` as `category.media.customFields`, `category.translation.name`, `category.translation.name` as `category.name`, `category.translation.breadcrumb`, `category.translation.breadcrumb` as `category.breadcrumb`, `category.translation.slotConfig`, `category.translation.slotConfig` as `category.slotConfig`, `category.translation.linkType`, `category.translation.linkType` as `category.linkType`, `category.translation.internalLink`, `category.translation.internalLink` as `category.internalLink`, `category.translation.externalLink`, `category.translation.externalLink` as `category.externalLink`, `category.translation.linkNewTab`, `category.translation.linkNewTab` as `category.linkNewTab`, `category.translation.description`, `category.translation.description` as `category.description`, `category.translation.metaTitle`, `category.translation.metaTitle` as `category.metaTitle`, `category.translation.metaDescription`, `category.translation.metaDescription` as `category.metaDescription`, `category.translation.keywords`, `category.translation.keywords` as `category.keywords`, `category.translation.customFields`, `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category`.`media_id` = `category.media`.`id` LEFT JOIN (SELECT `category.translation`.`category_id`, `category.translation`.`category_version_id`, `category.translation`.`breadcrumb` as `category.translation.breadcrumb`, `category.translation`.`name` as `category.translation.name`, `category.translation`.`custom_fields` as `category.translation.customFields`, `category.translation`.`slot_config` as `category.translation.slotConfig`, `category.translation`.`link_type` as `category.translation.linkType`, `category.translation`.`internal_link` as `category.translation.internalLink`, `category.translation`.`external_link` as `category.translation.externalLink`, `category.translation`.`link_new_tab` as `category.translation.linkNewTab`, `category.translation`.`description` as `category.translation.description`, `category.translation`.`meta_title` as `category.translation.metaTitle`, `category.translation`.`meta_description` as `category.translation.metaDescription`, `category.translation`.`keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation`.`language_id` = ?) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.`category_version_id` = `category`.`version_id` LEFT JOIN (SELECT `category.media.translation`.`media_id`, `category.media.translation`.`alt` as `category.media.translation.alt`, `category.media.translation`.`title` as `category.media.translation.title`, `category.media.translation`.`custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation`.`language_id` = ?) `category.media.media_translation` ON `category.media.media_translation`.`media_id` = `category.media`.`id` WHERE (`category`.`version_id` = ?) AND (`category`.`id` IN (?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"Ý£ì_Û€B¬¸øÈA÷\x0Eþ‹"
]
48 0.52 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.73 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.56 ms
# footer-pagelet::shipping-methods::search-ids
SELECT `shipping_method`.`id` FROM `shipping_method` LEFT JOIN `sales_channel_shipping_method` `shipping_method.salesChannels.mapping` ON `shipping_method`.`id` = `shipping_method.salesChannels.mapping`.`shipping_method_id`  LEFT JOIN (SELECT `shipping_method.translation`.`shipping_method_id`, `shipping_method.translation`.`name` as `shipping_method.translation.name` FROM `shipping_method_translation` `shipping_method.translation` WHERE `shipping_method.translation`.`language_id` = ?) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation`.`shipping_method_id` = `shipping_method`.`id` LEFT JOIN `sales_channel` `shipping_method.salesChannels` ON `shipping_method.salesChannels.mapping`.`sales_channel_id` = `shipping_method.salesChannels`.`id`  WHERE (`shipping_method`.`active` = ? AND `shipping_method.salesChannels`.`id` = ?) GROUP BY `shipping_method`.`id` ORDER BY MIN(`shipping_method`.`position`) ASC, MIN(COALESCE(`shipping_method.translation.name`)) ASC
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  true
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
]
51 0.73 ms
# footer-pagelet::shipping-methods::read
SELECT `shipping_method`.`id` as `shipping_method.id`, `shipping_method`.`active` as `shipping_method.active`, `shipping_method`.`position` as `shipping_method.position`, `shipping_method`.`availability_rule_id` as `shipping_method.availabilityRuleId`, `shipping_method`.`media_id` as `shipping_method.mediaId`, `shipping_method`.`delivery_time_id` as `shipping_method.deliveryTimeId`, `shipping_method`.`tax_type` as `shipping_method.taxType`, `shipping_method`.`tax_id` as `shipping_method.taxId`, `shipping_method.deliveryTime`.`id` as `shipping_method.deliveryTime.id`, `shipping_method.deliveryTime`.`min` as `shipping_method.deliveryTime.min`, `shipping_method.deliveryTime`.`max` as `shipping_method.deliveryTime.max`, `shipping_method.deliveryTime`.`unit` as `shipping_method.deliveryTime.unit`, `shipping_method.deliveryTime`.`created_at` as `shipping_method.deliveryTime.createdAt`, `shipping_method.deliveryTime`.`updated_at` as `shipping_method.deliveryTime.updatedAt`, `shipping_method.deliveryTime.translation.name`, `shipping_method.deliveryTime.translation.name` as `shipping_method.deliveryTime.name`, `shipping_method.deliveryTime.translation.customFields`, `shipping_method.deliveryTime.translation.customFields` as `shipping_method.deliveryTime.customFields`, `shipping_method.appShippingMethod`.`id` as `shipping_method.appShippingMethod.id`, `shipping_method.appShippingMethod`.`app_name` as `shipping_method.appShippingMethod.appName`, `shipping_method.appShippingMethod`.`identifier` as `shipping_method.appShippingMethod.identifier`, `shipping_method.appShippingMethod`.`app_id` as `shipping_method.appShippingMethod.appId`, `shipping_method.appShippingMethod`.`shipping_method_id` as `shipping_method.appShippingMethod.shippingMethodId`, `shipping_method.appShippingMethod`.`original_media_id` as `shipping_method.appShippingMethod.originalMediaId`, `shipping_method.appShippingMethod`.`created_at` as `shipping_method.appShippingMethod.createdAt`, `shipping_method.appShippingMethod`.`updated_at` as `shipping_method.appShippingMethod.updatedAt`, `shipping_method`.`technical_name` as `shipping_method.technicalName`, `shipping_method`.`created_at` as `shipping_method.createdAt`, `shipping_method`.`updated_at` as `shipping_method.updatedAt`, `shipping_method.media`.`id` as `shipping_method.media.id`, `shipping_method.media`.`user_id` as `shipping_method.media.userId`, `shipping_method.media`.`media_folder_id` as `shipping_method.media.mediaFolderId`, `shipping_method.media`.`mime_type` as `shipping_method.media.mimeType`, `shipping_method.media`.`file_extension` as `shipping_method.media.fileExtension`, `shipping_method.media`.`uploaded_at` as `shipping_method.media.uploadedAt`, `shipping_method.media`.`file_name` as `shipping_method.media.fileName`, `shipping_method.media`.`file_size` as `shipping_method.media.fileSize`, `shipping_method.media`.`media_type` as `shipping_method.media.mediaTypeRaw`, `shipping_method.media`.`meta_data` as `shipping_method.media.metaData`, `shipping_method.media`.`config` as `shipping_method.media.config`, `shipping_method.media`.`path` as `shipping_method.media.path`, `shipping_method.media`.`private` as `shipping_method.media.private`, `shipping_method.media`.`thumbnails_ro` as `shipping_method.media.thumbnailsRo`, `shipping_method.media`.`created_at` as `shipping_method.media.createdAt`, `shipping_method.media`.`updated_at` as `shipping_method.media.updatedAt`, `shipping_method.media.translation.title`, `shipping_method.media.translation.title` as `shipping_method.media.title`, `shipping_method.media.translation.alt`, `shipping_method.media.translation.alt` as `shipping_method.media.alt`, `shipping_method.media.translation.customFields`, `shipping_method.media.translation.customFields` as `shipping_method.media.customFields`, `shipping_method.translation.name`, `shipping_method.translation.name` as `shipping_method.name`, `shipping_method.translation.description`, `shipping_method.translation.description` as `shipping_method.description`, `shipping_method.translation.trackingUrl`, `shipping_method.translation.trackingUrl` as `shipping_method.trackingUrl`, `shipping_method.translation.customFields`, `shipping_method.translation.customFields` as `shipping_method.customFields` FROM `shipping_method` LEFT JOIN `delivery_time` `shipping_method.deliveryTime` ON `shipping_method`.`delivery_time_id` = `shipping_method.deliveryTime`.`id` LEFT JOIN `app_shipping_method` `shipping_method.appShippingMethod` ON `shipping_method`.`id` = `shipping_method.appShippingMethod`.`shipping_method_id` LEFT JOIN `media` `shipping_method.media` ON `shipping_method`.`media_id` = `shipping_method.media`.`id` LEFT JOIN (SELECT `shipping_method.translation`.`shipping_method_id`, `shipping_method.translation`.`name` as `shipping_method.translation.name`, `shipping_method.translation`.`custom_fields` as `shipping_method.translation.customFields`, `shipping_method.translation`.`description` as `shipping_method.translation.description`, `shipping_method.translation`.`tracking_url` as `shipping_method.translation.trackingUrl` FROM `shipping_method_translation` `shipping_method.translation` WHERE `shipping_method.translation`.`language_id` = ?) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation`.`shipping_method_id` = `shipping_method`.`id` LEFT JOIN (SELECT `shipping_method.deliveryTime.translation`.`delivery_time_id`, `shipping_method.deliveryTime.translation`.`name` as `shipping_method.deliveryTime.translation.name`, `shipping_method.deliveryTime.translation`.`custom_fields` as `shipping_method.deliveryTime.translation.customFields` FROM `delivery_time_translation` `shipping_method.deliveryTime.translation` WHERE `shipping_method.deliveryTime.translation`.`language_id` = ?) `shipping_method.deliveryTime.delivery_time_translation` ON `shipping_method.deliveryTime.delivery_time_translation`.`delivery_time_id` = `shipping_method.deliveryTime`.`id` LEFT JOIN (SELECT `shipping_method.media.translation`.`media_id`, `shipping_method.media.translation`.`alt` as `shipping_method.media.translation.alt`, `shipping_method.media.translation`.`title` as `shipping_method.media.translation.title`, `shipping_method.media.translation`.`custom_fields` as `shipping_method.media.translation.customFields` FROM `media_translation` `shipping_method.media.translation` WHERE `shipping_method.media.translation`.`language_id` = ?) `shipping_method.media.media_translation` ON `shipping_method.media.media_translation`.`media_id` = `shipping_method.media`.`id` WHERE `shipping_method`.`id` IN (?, ?, ?, ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"ÇÑ6îÚ\vHtŸc{l9ØPÉ"
  b"ùD\x14Îm¨NÖ³PÑŸ‹"âÎ"
  b"•t`\x05zaJ<“@½¸ô\*ø"
  b"'´º•ò­HÁ­H°ð·^ÇY"
]
52 0.29 ms
SELECT `sales_channel`.`id` FROM `sales_channel` LEFT JOIN `sales_channel_payment_method` `sales_channel.paymentMethods.mapping` ON `sales_channel`.`id` = `sales_channel.paymentMethods.mapping`.`sales_channel_id`  LEFT JOIN `payment_method` `sales_channel.paymentMethods` ON `sales_channel.paymentMethods.mapping`.`payment_method_id` = `sales_channel.paymentMethods`.`id`  WHERE ((`sales_channel`.`id` = ? AND `sales_channel.paymentMethods`.`id` = ? AND `sales_channel.paymentMethods`.`active` = ?)) LIMIT 1
Parameters:
[
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
  b"¸©Å╔└\x10G\x02®ofM½■&V"
  true
]
53 0.19 ms
SELECT `handler_identifier`, LOWER(HEX(`id`)) FROM `payment_method`
Parameters:
[]
54 0.20 ms
SELECT LOWER(HEX(assoc.`sales_channel_id`))
                FROM `sales_channel_payment_method` AS assoc
                    LEFT JOIN `payment_method` AS pm
                        ON pm.`id` = assoc.`payment_method_id`
                WHERE
                    assoc.`payment_method_id` = ? AND
                    pm.`active` = 1
Parameters:
[
  b"p\x7F´/rJEGá$Ø\x18\eFy▀"
]
55 0.16 ms
SELECT `language`.`id` FROM `language` WHERE `language`.`id` IN (?) LIMIT 1
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
]
56 0.28 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.56 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.43 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.50 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.65 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.34 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.37 ms
SELECT `moorl_sorting`.`id` as `moorl_sorting.id`, `moorl_sorting`.`locked` as `moorl_sorting.locked`, `moorl_sorting`.`url_key` as `moorl_sorting.key`, `moorl_sorting`.`entity` as `moorl_sorting.entity`, `moorl_sorting`.`priority` as `moorl_sorting.priority`, `moorl_sorting`.`active` as `moorl_sorting.active`, `moorl_sorting`.`fields` as `moorl_sorting.fields`, `moorl_sorting`.`created_at` as `moorl_sorting.createdAt`, `moorl_sorting`.`updated_at` as `moorl_sorting.updatedAt`, `moorl_sorting.translation.label`, `moorl_sorting.translation.label` as `moorl_sorting.label` FROM `moorl_sorting` LEFT JOIN (SELECT `moorl_sorting.translation`.`moorl_sorting_id`, `moorl_sorting.translation`.`label` as `moorl_sorting.translation.label` FROM `moorl_sorting_translation` `moorl_sorting.translation` WHERE `moorl_sorting.translation`.`language_id` = ?) `moorl_sorting.moorl_sorting_translation` ON `moorl_sorting.moorl_sorting_translation`.`moorl_sorting_id` = `moorl_sorting`.`id` WHERE `moorl_sorting`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0FA<X]ˆ1Ñ×[Ž›VÐv"
]
64 1.04 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.28 ms
SELECT `name`, `type` FROM `custom_field` WHERE `active` = 1
Parameters:
[]
66 1054.01 ms
SELECT `product`.`id`, `product`.`product_number`, `product`.`auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product`.`visibilities` = `product.visibilities`.`product_id` AND `product`.version_id = `product.visibilities`.product_version_id LEFT JOIN (SELECT `product.translation`.`product_id`, `product.translation`.`product_version_id`, `product.translation`.`custom_fields` as `product.translation.customFields` FROM `product_translation` `product.translation` WHERE `product.translation`.`language_id` = ?) `product.product_translation` ON `product.product_translation`.`product_id` = `product`.`id` AND `product.product_translation`.`product_version_id` = `product`.`version_id` LEFT JOIN (SELECT `product.parent.translation`.`product_id`, `product.parent.translation`.`product_version_id`, `product.parent.translation`.`custom_fields` as `product.parent.translation.customFields` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation`.`language_id` = ?) `product.parent.product_translation` ON `product.parent.product_translation`.`product_id` = `product.parent`.`id` AND `product.parent.product_translation`.`product_version_id` = `product.parent`.`version_id` WHERE (`product`.`version_id` = ?) AND ((((IFNULL(`product`.`active`, `product.parent`.`active`) = ? AND NOT (COALESCE(IF(JSON_TYPE(JSON_EXTRACT(`product.translation.customFields`, '$.custom_product_api_import')) != "NULL", CONVERT(JSON_UNQUOTE(JSON_EXTRACT(`product.translation.customFields`, '$.custom_product_api_import')) USING "utf8mb4") COLLATE utf8mb4_unicode_ci, NULL),IF(JSON_TYPE(JSON_EXTRACT(`product.parent.translation.customFields`, '$.custom_product_api_import')) != "NULL", CONVERT(JSON_UNQUOTE(JSON_EXTRACT(`product.parent.translation.customFields`, '$.custom_product_api_import')) USING "utf8mb4") COLLATE utf8mb4_unicode_ci, NULL)) <=> ?))) AND NOT (`product`.`display_group` <=> ?) AND ((`product.visibilities`.`visibility` >= ?) AND `product.visibilities`.`sales_channel_id` = ? AND IFNULL(`product`.`active`, `product.parent`.`active`) = ?))) GROUP BY `product`.`display_group` ORDER BY MAX(`product`.`created_at`) DESC LIMIT 10
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  "1"
  "null"
  null
  10
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
  true
]
67 2.56 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.39 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.36 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.74 ms
# cms::moorl-brand-slider-v2::read
SELECT `product_manufacturer`.`id` as `product_manufacturer.id`, `product_manufacturer`.`version_id` as `product_manufacturer.versionId`, `product_manufacturer`.`media_id` as `product_manufacturer.mediaId`, `product_manufacturer`.`link` as `product_manufacturer.link`, `product_manufacturer`.`created_at` as `product_manufacturer.createdAt`, `product_manufacturer`.`updated_at` as `product_manufacturer.updatedAt`, `product_manufacturer.media`.`id` as `product_manufacturer.media.id`, `product_manufacturer.media`.`user_id` as `product_manufacturer.media.userId`, `product_manufacturer.media`.`media_folder_id` as `product_manufacturer.media.mediaFolderId`, `product_manufacturer.media`.`mime_type` as `product_manufacturer.media.mimeType`, `product_manufacturer.media`.`file_extension` as `product_manufacturer.media.fileExtension`, `product_manufacturer.media`.`uploaded_at` as `product_manufacturer.media.uploadedAt`, `product_manufacturer.media`.`file_name` as `product_manufacturer.media.fileName`, `product_manufacturer.media`.`file_size` as `product_manufacturer.media.fileSize`, `product_manufacturer.media`.`media_type` as `product_manufacturer.media.mediaTypeRaw`, `product_manufacturer.media`.`meta_data` as `product_manufacturer.media.metaData`, `product_manufacturer.media`.`config` as `product_manufacturer.media.config`, `product_manufacturer.media`.`path` as `product_manufacturer.media.path`, `product_manufacturer.media`.`private` as `product_manufacturer.media.private`, `product_manufacturer.media`.`thumbnails_ro` as `product_manufacturer.media.thumbnailsRo`, `product_manufacturer.media`.`created_at` as `product_manufacturer.media.createdAt`, `product_manufacturer.media`.`updated_at` as `product_manufacturer.media.updatedAt`, `product_manufacturer.media.translation.title`, `product_manufacturer.media.translation.title` as `product_manufacturer.media.title`, `product_manufacturer.media.translation.alt`, `product_manufacturer.media.translation.alt` as `product_manufacturer.media.alt`, `product_manufacturer.media.translation.customFields`, `product_manufacturer.media.translation.customFields` as `product_manufacturer.media.customFields`, `product_manufacturer.translation.name`, `product_manufacturer.translation.name` as `product_manufacturer.name`, `product_manufacturer.translation.description`, `product_manufacturer.translation.description` as `product_manufacturer.description`, `product_manufacturer.translation.customFields`, `product_manufacturer.translation.customFields` as `product_manufacturer.customFields` FROM `product_manufacturer` LEFT JOIN `media` `product_manufacturer.media` ON `product_manufacturer`.`media_id` = `product_manufacturer.media`.`id` LEFT JOIN (SELECT `product_manufacturer.translation`.`product_manufacturer_id`, `product_manufacturer.translation`.`product_manufacturer_version_id`, `product_manufacturer.translation`.`name` as `product_manufacturer.translation.name`, `product_manufacturer.translation`.`description` as `product_manufacturer.translation.description`, `product_manufacturer.translation`.`custom_fields` as `product_manufacturer.translation.customFields` FROM `product_manufacturer_translation` `product_manufacturer.translation` WHERE `product_manufacturer.translation`.`language_id` = ?) `product_manufacturer.product_manufacturer_translation` ON `product_manufacturer.product_manufacturer_translation`.`product_manufacturer_id` = `product_manufacturer`.`id` AND `product_manufacturer.product_manufacturer_translation`.`product_manufacturer_version_id` = `product_manufacturer`.`version_id` LEFT JOIN (SELECT `product_manufacturer.media.translation`.`media_id`, `product_manufacturer.media.translation`.`alt` as `product_manufacturer.media.translation.alt`, `product_manufacturer.media.translation`.`title` as `product_manufacturer.media.translation.title`, `product_manufacturer.media.translation`.`custom_fields` as `product_manufacturer.media.translation.customFields` FROM `media_translation` `product_manufacturer.media.translation` WHERE `product_manufacturer.media.translation`.`language_id` = ?) `product_manufacturer.media.media_translation` ON `product_manufacturer.media.media_translation`.`media_id` = `product_manufacturer.media`.`id` WHERE (`product_manufacturer`.`version_id` = ?) AND (`product_manufacturer`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"{ƒ0Õp­F<œ~·ó\x04Ž{-"
  b"áˆÍyÔFHïžk|Ã\q„ª"
  b"""
    Õ(\n
    +·îJM„ñ}ðÆ~=ï
    """
  b"▄0¬<ı█G4ÉØ[\x16Â=){"
  b"\x0EQZ1ï½L\x1C’ê’¥oìĽ"
  b"†ÞþÊ2\x1A@8¯dD/Ú`ð\x01"
  b"¥« È)ãOo©<\v;ýbüØ"
  b"{ÿbŒ“üIćŠEÈ*ÜÄ}"
  b"\x06.│ì\uCvÀî\x14┘7!±ç"
  b"3├¼\x1C¥‗E,░Ï,ï\tbìz"
  b"""
    Å8þ\n
    ?\x17Oйx¾¤ºÑ5Ø
    """
  b"-¬®9x"C-®HÌ›~~¶í"
]
72 0.57 ms
SELECT `product`.`id`, `product`.`product_number`, `product`.`auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product`.`visibilities` = `product.visibilities`.`product_id` AND `product`.version_id = `product.visibilities`.product_version_id WHERE (`product`.`version_id` = ?) AND ((((`product.visibilities`.`visibility` >= ?) AND `product.visibilities`.`sales_channel_id` = ? AND IFNULL(`product`.`active`, `product.parent`.`active`) = ?))) AND (`product`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)) GROUP BY `product`.`id`
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  10
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
  true
  b"%¯£©\x18£Å~v║È+9¡«,"
  b"\x10r┤<Î\x190\x10ï-Ø\x10lc"
  b"p÷áýePê«h²Rí>ñX«"
  b"¯Z+}µìxؽ\x10¥\x17¦¸•'"
  b"(£ ßÊÎsÉYJ^ÃèO\x7FI"
  b"\x01Ø\x01▄┴?|\x05×\x02\x18¡èUp%"
  b"\x01Ø\x01½ëÓrº┤\r0▀ á░╠"
  b"\x01Ø\x01í▀ tZ░═"L.W^©"
  b"\x01Ø\x01ø÷@|µÁ­ù,┤Zƒ{"
  b"\x01Ø\x017pÔ\x7Fúú\x05 v╗█`╩"
]
73 1.57 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.40 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.56 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 2.64 ms
SELECT model_number FROM hobaIT_sparepartfinder_models WHERE model_code LIKE ?
Parameters:
[
  "%6001F3%"
]
77 14.66 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:
[
  1000134933
]
78 29.23 ms
SELECT * FROM hobaIT_sparepartfinder_groups WHERE id IN (126,134,1440,1447,1964,1972,1980,1989,1992,1996,2003,2011,2018,2021,2023,2028,2030,2032,2034,2971,2984,2992,2994,2998) ORDER BY number, part_type ASC
Parameters:
[]
79 92.12 ms
SELECT * FROM hobaIT_sparepartfinder_images WHERE group_id IN (126,134,1440,1447,1964,1972,1980,1989,1992,1996,2003,2011,2018,2021,2023,2028,2030,2032,2034,2971,2984,2992,2994,2998) AND article_number IN ("45132002244","45132002000","45132004000","45132005000","0933060253","45132011200","45132015000","45132020030","45132020040","47033040000","47033043000","45132020000","45132120000","45132120100","45132120200","45132023016","45130029000","45133002000","45133024000","45132024057","45133028000","45133029009","45133029010","45133029011","45133029012","45133029013","0471150010","45133031000","46030029000","46030078000","45133050100","45133052000","45135056000","45133054000","45133056000","45133058000","47033041000","0015060203","45133070000","46811495","36120570","46811385S","46811222","46811263","46811261","46811827","46811221","46811367","46811268","46811259","46811076","46811027","46811078","46811050","36120427","36120651","46811044","36120064","36120522S1","36120551","0770380020","36120094","36120388","36120015","36120418","40540015","46810893","36120151","93010166","36120461","50180466S1","36120557","36120298","36120338","36120339","36120340","36120343","36120344","36120345","36120350","36120312","36120327","36120328","36120334","36120336","36120655","36120624","36120040","36120604","36120605S","46811500","4510801300004","45106015000","45106012000","45108013050","45007040050","0981350163","59003001099","4510800700004","0015060103","4510801000004","0014060103","45106026000","54305058000","45108007050","45106010000","44011076305","0015060163","72210079000","45109001144","45109010044","45109001001","45109072000","0625062027","45009073000","45110092000","45109060000","59009062013","45109071102","46010085000","0125120003","0934120103","45110070100","45110010244","45109072100","45110171072","45110071072","45110001444","45010081000","45110265104","45110266000","50233041000","45010051044","45010051045","45010051046","45010051048","0625060016","45009035000","45010030000","45010011000","45113070300","45113050044","0985050003","54310086200","0797080003","45113052000","0015080163","45113101044","45113002000","45113012000","306054","45113004000","0966030083","45113003000","45113009000","45113006000","45113013000","45113021000","45113007000","0912050103","45113008000","59029021044","6899785","45112021000","45129006000","45130007000 A","45130007000 C","45130007000 E","45130015000","45130018100","45130030000","45130033000","45130034000","45130074000","45130075000","45130076000","45130077000","45130082100","45131001000","0084050163","45131527000","45131530000","45131531000","45131535000","45131545000","45131534010","45131517000","45131516000","45131548000","45131617000","45131536000","45131023065","45131023070","57031523080","59030054000","45131551060","45131507035","45131507045","45131509000","45131511000","0084040203","52031137001","45131599000","45103001000","0015080603","0015080653","0015050123","45001070000","58711054050","4510302320090","45103023250","51003021000","0015080203","36003014000","50203053000","0015080303","74003021000","0625006087","51103053000","51103053051","0125100003","0094032253","54603041000","54803044000","5460304000090","5460314000090","45105007000","45105079300","50305016000","0770320030","45105079056","45105057000","54603048100","50305012000","0015060123","0014060153","0015060303","54605069000","54605068000","4510701300004","49007008044","31007107001","45107011000","50307014000","58507003000","0017060203","58307016001","45031005000","55007006200","4510805000004","4510805100004","45007040051","45107040500","45029099000","45130001100","45130002000","45130000044","0603061001","0015060253","0912060353","0912060404","45130019000","45130020000","46030021100","45130022000","45130023000","0603100141","45130025000","46030043000","46030045000","45135054000","46035058000","46035056100","46035055100","0471090010","45135053000","45135052000","45135058000","45130039000","45130099000","45130005100 A","45130005100 B","45130005100 C","45130006100","46030079000","46030036000","46030037000","50230032010","46030046000","45105003100","10001020000","45135027000","10001120000","45139028000","45139128000","0125060003","46030035020","46030035050","46030049000","45130050000","46030051144","46030052000","0985030063","31008060000","45135007000","45135009000","45135007001","45135025000","45135026000","55007016001","0021060003","59001092050","58414019000","42013037200","44011076200","45139004000","45139005100","45139006000","54331093410","47039090000","0912050253","45130028100","45130068000","0016040133","45101000444","7501476A","0912080303","0912060253","7504212AC","7528010","7518031","75141169","75141214","7533297","7523264","7528230","7522166AA","7524157","7803936/A","7803938/A","75141015","75031570A","75031570A/R","7522225","77051124","7708247/R","7708248/R","7512068","75031571A","75031571A/R","45101036000","45101081200","0912100250","50301038000","45101039000","7547325","7547331","0015050203","00050000924","7550013","45113025000","45113125000","0799025000","0770060019","45113015000","45113030000","45113019050","45113019000","0015080403","0015080253","0125080003","45113018000","0912050203","45113020000","45119050000","45102001000","45002010050","45002003000","45002010000","45002039000","45102091100","50311089200","45011089044","44011076100","03189B01","0982100003","45104030044","45004031000","45004039000","45103014000","49009082000","45104066000","0931100453","31004001100","45010083000","45010083060","0985080003","0991060203","45004010090","55003139900","45004070000","45104170000","0015050303","45108299000")
Parameters:
[]
80 0.26 ms
SELECT * FROM hobaIT_sparepartfinder_models WHERE model_number =  ?
Parameters:
[
  1000134933
]
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:
[
  "1000134933"
]
82 7.61 ms
SELECT `product`.`id`, `product`.`product_number`, `product`.`auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product`.`visibilities` = `product.visibilities`.`product_id` AND `product`.version_id = `product.visibilities`.product_version_id WHERE (`product`.`version_id` = ?) AND ((((`product.visibilities`.`visibility` >= ?) AND `product.visibilities`.`sales_channel_id` = ? AND IFNULL(`product`.`active`, `product.parent`.`active`) = ?))) AND (`product`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)) GROUP BY `product`.`id`
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  10
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
  true
  b",yâÜ®@OZ«ÍBí:P-\x1C"
  b"{¾ª\x15üéH┤¼\x07RA0\x0FC└"
  b"ê'7cañD˜¯\x01\x10\x18\x195éØ"
  b"?uÇ,&\x19K²º^k5¤´òu"
  b"ÛôéÄÃèBè³=é“2ü9}"
  b"VÂã‚Æ°JN‰,u0\xí]"
  b"áå:%\vUMY¸ïq‘9wC\x04"
  b"l(ÀÈZí@S†€ËLyuÚ®"
  b"""
    n‗\x05d\n
    ÖDÛü>\x7F/¶xb\r
    """
  b"ñcªŽ›kN\x0E‹}»8{Â\x19p"
  b"\x11Y™Z\vB¿´Ââø¨ï¼A"
  b"\es\r®E¿‹‰Š´™÷ŽB"
  b"P\f©ima@[‚šÇhÀ2\x08ð"
  b"¢E\x0EÍW\x1CL\¬qÄ *\x1FÕ@"
  b"\x11ÚZÚa\x19BX¢\x01\x14تm‡™"
  b"mÀ¸QÜ3L±šàÍÌ­…MŸ"
  b"µñ‰wózI8‘ÐÀµÈëg4"
  b"Œ\x19…+î§@\x11»Kñ8[á³j"
  b"É\x03¦\e·WGz„äÙ ÅÃ7q"
  b"X&›gŒÁM©ˆ³\x15»±ë_V"
  b"J{ªÄ&[Ej›ÝóÚY\x1EÅÎ"
  b"‘-ÓŸ\e\x00Fé±\x00èjüä­Ÿ"
  b"³".®RpNeØß¥╚p¢Ã8"
  b"Ö¬A¯³¡HÅ┐╗╠¨·\x00\fã"
  b"Ʋy]\füOO░ç°C\x04ëíA"
  b"\x11tPëÄYN4¯4X—ö>0ä"
  b"5E\x1Dß>ÁA눙eòF<Ç¿"
  b"øx\x07Û\x02õLÃúaÈÉKÒ4å"
  b"¼Z»─=)@Í┤\x15²+Qä\x06ì"
  b"W¤¯T4‚E5žóSŽê±¾="
  b"é}geëÄLD bþßÙÿ€ý"
  b"=\x17\x1C¦ùìDÖ†úÁdÿ\x06"
  b"\x1F©┤cëÐB┤ü+═┤\x1D²á▒"
  b"ïïÉÜ\x03lHR‘:µ4ÝH'Â"
  b"øËà\x0FGÔA\x00»Ýá´\x024í7"
  b"ø)ÇëW┌HF¢:qÉQVÅ\e"
  b"Z8uꪓHT„W»'“l¥„"
  b"/Ö§\x08”ñC~ªÊX\vhGæà"
  b"C‗ªEhÛ@kÅõÍ▄zV┐O"
  b"<ë7§2BBb‘]9KÞÕ¦{"
  b"■2▄═6µDµ¡Ø¬zZ-Ä)"
  b"õE\x044#\x00B\x14Åø\x08\x04f\x02·"
  b"2Ì·6┬iGáì½3▀7¼ßJ"
  b"╝^\x02‗YÁHÕàÌuüU─HÐ"
  b"u—\x17"|vCá¶ñ\x18\x15¢\x03³£"
  b"ÿ9·84\x1AN\x00›>¥\x14\x007v\x14"
  b"[ØV©p`Ló¼┬u2ƒ▒[^"
  b"╔>═Û\x10¯A®Ñç«©Å\e\x08¾"
  b"ÈZ5XÝ-@\ ôI\x1AkRaO"
  b"̧'\x00?õL“•¯E\x11•ç'š"
  b".=É÷G{E\x13¼…ÿŠ>VW£"
  b"IÂb”\x0EcF'¨:-‰\x00ËË2"
  b"®\en\x11\x01—C•…\x1Fh{{eI1"
  b"\x0EÓõo\x15-Ee‹\x11\t±©þ¬h"
  b" AÜ0\fÒE?˜‡Ï\f'ªA¡"
  b"▒█ìÑ2·@ØÂRpÝ/¦{┴"
  b"\x02ýW9AY“$Ãk7'S¥"
  b"°0\x06û÷5J“¥(ûqÁ']¸"
  b"MƒV¸\x18›C«©l\x07²ä´ØË"
  b"""
    ó0P€³›A6‚8\r\n
    ñ€…L
    """
  b"\x01È-ëMµNyɲ┤q\x17Áýƒ"
  b"¬ÈdÀ¿†BŸµ›Ú—,1Y›"
  b"Âg$¯Ã»AK»äÆ\x12ì…„®"
  b"’Ç£ž-NI\x7F¹b)Oå˜ú,"
  b"a\x0F·├\:CØ¢íoOÚAná"
  b"¥#e±D\x06D\x04…Òœ¬\×\x0F\v"
  b"è\x12?\x1Aý|N╔Å\x02ɼ▓m\x7F\x18"
  b"$K`0ÿýE)¤Ð\x15¾Pº"%"
  b"97ëáf\x10H\x16­S"¬Yü)—"
  b"""
    \n
    MbyÕzN³¶\½ÆH<\eÜ
    """
  b"ø\x02\x19Œé<F¡¾¥÷L3Ù\x00Á"
  b"7k=Þ\x1F[EÔÅ┼v┼÷░!╝"
  b"\föeu{\x11Dˆµ\x00†¶.K©ò"
  b"[Ð<^xxJ$¼7Q'3³\ei"
  b"@L<fªWK\x1F½£Ý\x07\x08"
  b"Ý~J\x14q€Nò¥\x18‚a”¢ž^"
  b"ŠÍ¢Ø³@Mœ§\x1DŸ\ÞÜly"
  b"╔ü└\x16ReD\x17çG\x14&)▓Ä\x1E"
  b"§±þG,ùN@‰MtT\vÏ•³"
  b"£M\x06\x14ÂáC5…áü<\x07}ÊE"
  b"}]\x1C½I¯F\e\e¹~e¤7f"
  b"\x131ñ•7ƒAΜÊpš/\x058%"
  b"\x17ÄNWà\x11J·ˆúTÑå˜g<"
  b"„+£ÃEÂHѬü”ôÄÌQ\x12"
  b"8\x0F\x1EOÅYGF²b5)\x18gM]"
  b"j\x04>§!\fC╔ìm┘·^«qê"
  b"\x13aËĺ@Byîæ[S\­Å─"
  b"î.ü“‚¹IdžL›­Ú\x10â\x0E"
  b"RÃwGh\x08K“³¹Î;\x15¼ž\t"
  b"""
    \f¨ŽAAA¹„‹Øü’\n
    “¿
    """
  b"""
    ¿ûsÈ&±C©ƒ™«ç\n
    Êè2
    """
  b"\x01ïi\tLKGè’i]¸µ-®µ"
  b"å¬îgÐ\x18K\x10Ø8óe¦û\x07ö"
  b"¤,¨\x1EâcLa¬\x0EŒO¥É‘•"
  b"×D¿x’®M¤ŠºbÈ»òÓ†"
  b"\x08þ?µ\x18‹JI»Ÿø%\x0ELƒÁ"
  b"\x10CìwO¸ù▀╠sÛ=\x18Í"
  b"³nur‘¹M%£Däÿ\x01óD]"
  b"\\x7F3\x05\x05HDtµ=œ\x1CÆÍY†"
  b"\x06ü\x18{ÛËA\ü!¸Ö\ea\vç"
  b"û\x00mi\x16xM╩ƒ9øÉB%qô"
  b"\x17Úëó\x0F§BÌä÷èþâÏì¡"
  b"Ú~¶í\x19qC©±vÉ¥®[÷\x08"
  b"D9'›Ô3@\x0Ež˜/àr*²\x1D"
  b"þ¶÷\x06°ùI\x04­Wê‘\x11nÍ¿"
  b"(\tA=žùHÿˆ}ñ+ÖÔ§È"
  b"\x1AMM\x11¬õI­‚\x16ÔyRÚI"
  b"\x08r\x12oL@›Í\x04>I´?†"
  b"çQÿ]ç\x1CI(§-~\x14‡¦H¶"
  b"‘_oB`ŸNÙ©ž=PÛ\x19ê}"
  b"""
    ð\n
    Ç\x06\x07Ý@\x1A |TÝ^ê%^
    """
  b"aN\x15\x00M6A8ŒÃÌ™\x0EÈýT"
  b"gyp—á?Bí¨bWÇ\x1CBz("
  b"aô¸\x0Ey‡Jy—ð\x02x¿ŸP6"
  b"îS$\x10žÏKÛ£„i#÷ß„="
  b"¯­ÿ╔¤3J┘ØßïRÝW?®"
  b"""
    4ÝøR*¾LMì¬Mð\n
    \x19Tf
    """
  b"#k*É╚LH¥ºp╔®'n│!"
  b"{x•bdæFH¹ì:Nã<ˆS"
  b"üU/Å6jJ(ë▄\x00¶ƒ÷ê\x11"
  b"‚öØ6ø O\x1A©·Öî"›rÑ"
  b"[ï2Nò J‹ƒÁe­íØBƒ"
  b"=\x15àñ“ÍL\x10¯\x10ûEÏNtk"
  b"nÊñ©ð®Eö€_(öY‰îX"
  b">Uy\x02©\x1CLÜ™,úÀØT<)"
  b"\rêüHëI­╗\x12½þ`╠█f"
  b"<I%¦=¸Oßïh!¢─ùSÉ"
  b"ÉóýàZv@Ù‚ŸÀ¨ú‚\eÊ"
  b"\x13`þJ@{B¸†dÐÿä\x16"
  b"%Z0<ó\x14O]¸^1ɹ¬Æº"
  b"u\eÀä\x15_G\x1D“cLnL…\x0Fì"
  b"\x10œ\x12(NÚ’¾‡î4|jÂ"
  b"ÐÕ\t2VkIæ³j£w•ÿÒµ"
  b"×ß\x12\reìKÚü░\x00è\x171®³"
  b"4wìç[¤Aý‹öІ•Ôši"
  b"g\x11tl6\x10KŒ¥\x16\x1A½»4\x00\x1D"
  b"D•©Ý$\x10Nߎ\x1A‚­•[G©"
  b"öošD¡}N\v“vè<\v8–ß"
  b"Ë\x10d\x15U\fAî‰ÔK45|ÀÒ"
  b"'Ä0ËŒµJw‹´Óqì\x7F"
  b"""
    ½;º‹ÁÃG\n
    ºJ^v\x1Eò\{
    """
  b"`║d⡤L\rì▄ÓJ\t}ËË"
  b"\x11X\x03\x02DÍØ¥àa\f¸+@"
  b"^\fàA\x11`Fò‡ŽÕIl†jC"
  b"bØô└¹ÿB+óÔÖ\x03¿­╔Å"
  b"z1\x18ð\x03\vGúû─Å░╠ÕÅô"
  b"fÝ^ÙX\x04M‰ª\x19ÏØ\x1EF÷O"
  b"Ø6╗Rè╚H\x16ÿ>█¤ð▓Y▓"
  b"""
    ¶¥ïPÙüKÍÇɳ¡\n
    \x1D\tÝ
    """
  b"eÊ›Äì…A·¼(ýUš|È´"
  b"\J¼ÑV4Jq┐▓ܨ²ü§K"
  b"\vB@Þh¥F\x1F¬™\x07‰¿7ù\x06"
  b"""
    •™ðP¤íLrŒ\x1F\n
    –1Ú®†
    """
  b"7\x0Fþ;¥ýN¤’ÑŸ‹´‚ö¼"
  b"c\x05ž˜NaKâ¿9ÿœEú$\x1C"
  b"╩±\x10B╬\x17OºïéÝg─üÿÃ"
  b"V`\x0E\x14»rL8£»[W‹Ò\x10×"
  b"´.L¯tü@\e³O¥!âm—O"
  b".{a3\x04¦LûéM\eµ Ï1É"
  b"ÖÙ0\x03\x1D├F\ÅÞè£ëGnW"
  b"º¯\x05\x01D&I§€åH\e-\f¤m"
  b"\x00K\x11¶dBI•–Šb”ÔêJç"
  b"\x1F■Ø:╗áFP▓ÅA"dØOv"
  b"\x0E]ÛÆL`JC”“\x05ió÷T¯"
  b"\x04ƒ\x01)• JP²ª>v!"þù"
  b"|»L¤âÙDÑ░²c═Oü'Æ"
  b"ç”ü§©õEš•\x03ÞZOÓ®\x10"
  b"\\x03ë\x1DÄÄC•‘†—‡\ev‚N"
  b"É›\x06´‚fN¥°©¡è\qæx"
  b"""
    Ì\n
    w┬p\x19F\x08Å÷}┐╬\x18
    """
  b"õÊ\x12ôviMî¦ó‰g\x00\n\x10"
  b"ü¾¾\x18╠ƒN║¢¿\6P \x1FV"
  b"H\x10x¿í\x15KâéüÐ)‗└ä╦"
  b"\x162\x15ÿµtN« ‰EŒ\x02IäÓ"
  b"=b\e\x056\x10M»░F²\x07ãì┬╗"
  b"nêx±»îBl˜…0\x14Š¿˜Õ"
  b"~42\x12¸ÏI'ìô6º■Ø-â"
  b"Ò¦N¹S4G¸ª┐qßBØkÒ"
  b"\x01ÿ╠\x7F>Dr\x14¿HRìÓ`áÝ"
  b"ª÷Ô\x10'¢DZˆ9˜"ù4\f²"
  b"ú鼿EðM\x1D§F™òù\x13r)"
  b"´Ö«g¿¾NEüW┐ó\x1DóÚ="
  b"Å$#4±¢FF¢\x15\x08L\x1EÑÚÔ"
  b"}tAq┐\x06H\x1Aé│\x0E\x7F±x"
  b"Î×X\x1F—ãM‡„¾’¤éÈ\x18"
  b"¢áe¤KÉD\x0FŶ\x18¢\t┬┼1"
  b" ºH\fetF/´\x1Dçnìå£\x13"
  b"y┴┤B7¦JÚº╔¯\x13ÉüR╚"
  b"¡Olªm(Kl½¤½A`âµÀ"
  b"\t¼\x02·šÂH}‰Ÿâb\x0F\x19í$"
  b"d\x1DÌþ\x19£I‡›XZ9!3˜µ"
  b"─ؽ'V\x15OÙ▓░╚Ã\x1F8\x12A"
  b"¸9ï•\vwMšºxX¤«g\e¥"
  b")BE\x06÷ÃOp¥\x00ÃiìÞ¥T"
  b"¾\x03GMƒ\x03NÅæ\x1Aúâö(\x1F°"
  b"6mUÜÇüHFå[Î\x12Ï░®¡"
  b"\x14\x16â%LåØy\ev/X\x16R"
  b"ZCY,K\x1CEå«\x7FÍœnZúv"
  b"…Ó01Å^CyºÑØÇ¾ÆØð"
  b"\4©\█HAþÅ(\x15Óuò─Ð"
  b"@ã‰j2`Iy¿’\vª\x1F\*:"
  b"aÏ üTs@a¸)¤¥pßÖ "
  b"""
    Œs¸1>qC\x08©ù!Êÿ\n
    é˜
    """
  b" mêØ\x05ùKú¨ÌH­B©tå"
  b"»ðÿV…æBŒ¨¸ú\x1A©qê\x06"
  b"Ý\x17\=ÁpK#žà\x1DÂ\x05Úú<"
  b"Ëñ\x12í’ÏJ\x05—S¸‹‡\x17À~"
  b"óv‗Û▄CJ░ü\x12<▒\x03eý´"
  b"¿!\x02[\x13­FLäÞUQ*dÉ."
  b"`åãûÝ,J░▓c\x1C÷êÉH¢"
  b"\x08ßx÷‘ýOk˜w,ÿÓLŠe"
  b"ÝS¯[õ—HŠ”hh¶AÔ>v"
  b"k┤£V®CB£Ä╠ì+\x7Fnn9"
  b"Í]©]˜¦H\x10\x10Zl\x13ÔÛ?"
  b"êr¡iª]H\x06 T*œ\x12a\x1C\x18"
  b"\x1EXZ░Æ═EúÜ\x7F`§ëHìo"
  b" \x02g\x0F=0@\x0E¨òØ…\x13n9\x1C"
  b"h¹¼vɧE#┐µqW\x1FîëÊ"
  b"þY·½ÚmL̦‹D&\x19¼â:"
  b"(‘j߈PL …@Ø\x11¸r4Ë"
  b"ª01ùýrM¼ŸíˆN¦+<Ý"
  b"╦T`¯´RLø£ØÕ\x08\-çJ"
  b"XZÜ¿YŠOX€À\x14+¿™Wù"
  b"ê*\rÉä\F╔╗\x01ûYª\x15‗5"
  b"ù˜\x19ÏíêN®½»ãlUjEØ"
  b"NݱÍ\x12†FÞ°»–l\x1Då€i"
  b"Öñ\\tU=AÌÉv©\x08\x1Dp±═"
  b",×Â!”±L:‰°-×òˆíí"
  b"i•PMè„OL¸À"zSs\x16«"
  b"è—Æd‡šH\v–iIK\x17\x0F«R"
  b"òµtÛÍ)@̤\x1A«Ž\x1Aè¥\x10"
  b"\x7FÄMôO\x7F£ªû\x11Óóì§"
  b"\x14\x15╚u.tIMÅö£\x1Cþ¯iÄ"
  b"•Ø\x05.[¸B—­=9?éœwí"
  b"˜ÝÌûþ×C.„™Bt:s\x02Ú"
  b"®╗T,FøE├ó═ô|▄╦ìã"
  b"šlèÎ[\x06A¼žêûð€Øª\x07"
  b"3\e\x17ã[RIØÁ[Ñ1o\x0F┤""
  b"""
    ø\n
    \x08¹+FÉò \x14õ\v!\x16¿
    """
  b"k\x1E\x1D/ɪDwŠA?ºÆ\v"
  b"å{û\x05\x19RKM„Êg›Ž0ÌÙ"
  b"öíuƒž¨C-˜¹—òìŠ[Œ"
  b"‰uY6^èCa¼\tq‡a\eíï"
  b"\x03Æøµ˜TJІ7â]\x1D=’N"
  b">%F┼÷\x10@ÃÅß▓;Lrñ­"
  b"ž\tÿs»\x17C&´=ßïw´dú"
  b"\x01$\x17#▀ìL»è%´\x19┘Aø"
  b"\x1Cº-þà*EÒø\v\x19ã°þ\x1Dì"
  b"¯"O\x19Õ¢L«©§·W´ ‰ý"
  b";áF´LþNÜ¢²sksã¶b"
  b"╦µóWlµCYÉ\x08í³"Â\x1FÖ"
  b"ü\x0E╝═æ\M{òcW-©\x12"
  b"\x1C}╦}þãA¥àÅ×\v\¦Ðd"
  b"®L²│j4A?ïwNpÏ\x17"
  b"©„½Ú”×A\x0E¦óéd¿\x16äÒ"
  b"Bõ+\x1A_'InÉ╠ÿI*K╩┌"
  b"Ʋ▄┤ÞüBÂî5$^¤Ôký"
  b"RËsd8óGå•u‰:&'à©"
  b"yå*Wd\rDw‡!{0§¼òÌ"
  b"cÄö›\‡F)§T\x16¯Ç´&ö"
  b"\tÍ·tøÚ@’†ÏíÊ‹¤„±"
  b"®Å┐█ü=AæÆ\x18kß^╩D╔"
  b"‹Ý££åÏJy¸eã7C÷\x07ô"
  b"8u\x11\x0Eœ¢AE§5{Ø7z­·"
  b"\x07fV³]:L/¹1&9³½í\x04"
  b"®©_íävIέ3\x1Cl|·¤š"
  b"Aõ‘k³ûF\x0E±™\x05ÏÔ#å\x14"
  b"W5Y©ø•@…‰w…€ì%1S"
  b"jÚm¿ïåMJ©“ø%Üs£Ç"
  b"\x04èqØ,øLfÅ\x18c6╣Êb!"
  b"$˜d9n¯MW©\r\x1De;Û"
  b"ñÀ\x14xÄöCü‚”½\vT&â "
  b"/\fù\x03[=MÔ”Û\x11øgÆW "
  b"Ä„Š\x03ňHñ¦\ž”¢Šì""
  b"h¹╔\fË©DQÅö6v╝\`└"
  b"Í8─ÁÉ│@°¡\x16{VÖ±í&"
  b"\x11$·ÐõØD¥“Ñ/\x10éø|Ù"
]
83 16.51 ms
SELECT `product`.`id` as `product.id`, `product`.`version_id` as `product.versionId`, `product`.`parent_id` as `product.parentId`, `product`.`parent_version_id` as `product.parentVersionId`, COALESCE(`product`.`product_manufacturer_id`, `product.parent`.`product_manufacturer_id`) as `product.manufacturerId`, COALESCE(`product`.`product_manufacturer_version_id`, `product.parent`.`product_manufacturer_version_id`) as `product.productManufacturerVersionId`, COALESCE(`product`.`unit_id`, `product.parent`.`unit_id`) as `product.unitId`, COALESCE(`product`.`tax_id`, `product.parent`.`tax_id`) as `product.taxId`, COALESCE(`product`.`product_media_id`, `product.parent`.`product_media_id`) as `product.coverId`, COALESCE(`product`.`product_media_version_id`, `product.parent`.`product_media_version_id`) as `product.productMediaVersionId`, COALESCE(`product`.`delivery_time_id`, `product.parent`.`delivery_time_id`) as `product.deliveryTimeId`, COALESCE(`product`.`product_feature_set_id`, `product.parent`.`product_feature_set_id`) as `product.featureSetId`, COALESCE(`product`.`canonical_product_id`, `product.parent`.`canonical_product_id`) as `product.canonicalProductId`, COALESCE(`product`.`canonical_product_version_id`, `product.parent`.`canonical_product_version_id`) as `product.canonicalProductVersionId`, COALESCE(`product`.`cms_page_id`, `product.parent`.`cms_page_id`) as `product.cmsPageId`, COALESCE(`product`.`cms_page_version_id`, `product.parent`.`cms_page_version_id`) as `product.cmsPageVersionId`, `product.parent`.`price` as `product.price.inherited`, COALESCE(`product`.`price`, `product.parent`.`price`) as `product.price`, `product`.`product_number` as `product.productNumber`, COALESCE(`product`.`restock_time`, `product.parent`.`restock_time`) as `product.restockTime`, `product`.`auto_increment` as `product.autoIncrement`, COALESCE(`product`.`active`, `product.parent`.`active`) as `product.active`, `product`.`available` as `product.available`, COALESCE(`product`.`is_closeout`, `product.parent`.`is_closeout`) as `product.isCloseout`, `product`.`available_stock` as `product.availableStock`, `product`.`stock` as `product.stock`, `product`.`display_group` as `product.displayGroup`, `product.parent`.`variant_listing_config` as `product.variantListingConfig.inherited`, COALESCE(`product`.`variant_listing_config`, `product.parent`.`variant_listing_config`) as `product.variantListingConfig`, `product`.`variant_restrictions` as `product.variantRestrictions`, COALESCE(`product`.`manufacturer_number`, `product.parent`.`manufacturer_number`) as `product.manufacturerNumber`, COALESCE(`product`.`ean`, `product.parent`.`ean`) as `product.ean`, COALESCE(`product`.`purchase_steps`, `product.parent`.`purchase_steps`) as `product.purchaseSteps`, COALESCE(`product`.`max_purchase`, `product.parent`.`max_purchase`) as `product.maxPurchase`, COALESCE(`product`.`min_purchase`, `product.parent`.`min_purchase`) as `product.minPurchase`, COALESCE(`product`.`purchase_unit`, `product.parent`.`purchase_unit`) as `product.purchaseUnit`, COALESCE(`product`.`reference_unit`, `product.parent`.`reference_unit`) as `product.referenceUnit`, COALESCE(`product`.`shipping_free`, `product.parent`.`shipping_free`) as `product.shippingFree`, `product.parent`.`purchase_prices` as `product.purchasePrices.inherited`, COALESCE(`product`.`purchase_prices`, `product.parent`.`purchase_prices`) as `product.purchasePrices`, COALESCE(`product`.`mark_as_topseller`, `product.parent`.`mark_as_topseller`) as `product.markAsTopseller`, COALESCE(`product`.`weight`, `product.parent`.`weight`) as `product.weight`, COALESCE(`product`.`width`, `product.parent`.`width`) as `product.width`, COALESCE(`product`.`height`, `product.parent`.`height`) as `product.height`, COALESCE(`product`.`length`, `product.parent`.`length`) as `product.length`, COALESCE(`product`.`release_date`, `product.parent`.`release_date`) as `product.releaseDate`, COALESCE(`product`.`rating_average`, `product.parent`.`rating_average`) as `product.ratingAverage`, `product.parent`.`category_tree` as `product.categoryTree.inherited`, COALESCE(`product`.`category_tree`, `product.parent`.`category_tree`) as `product.categoryTree`, `product.parent`.`property_ids` as `product.propertyIds.inherited`, COALESCE(`product`.`property_ids`, `product.parent`.`property_ids`) as `product.propertyIds`, `product.parent`.`option_ids` as `product.optionIds.inherited`, COALESCE(`product`.`option_ids`, `product.parent`.`option_ids`) as `product.optionIds`, `product.parent`.`stream_ids` as `product.streamIds.inherited`, COALESCE(`product`.`stream_ids`, `product.parent`.`stream_ids`) as `product.streamIds`, `product.parent`.`tag_ids` as `product.tagIds.inherited`, COALESCE(`product`.`tag_ids`, `product.parent`.`tag_ids`) as `product.tagIds`, `product.parent`.`category_ids` as `product.categoryIds.inherited`, COALESCE(`product`.`category_ids`, `product.parent`.`category_ids`) as `product.categoryIds`, `product`.`child_count` as `product.childCount`, COALESCE(`product`.`custom_field_set_selection_active`, `product.parent`.`custom_field_set_selection_active`) as `product.customFieldSetSelectionActive`, `product`.`sales` as `product.sales`, `product`.`states` as `product.states`, `product.tax`.`id` as `product.tax.id`, `product.tax`.`tax_rate` as `product.tax.taxRate`, `product.tax`.`name` as `product.tax.name`, `product.tax`.`position` as `product.tax.position`, `product.tax`.`custom_fields` as `product.tax.customFields`, `product.tax`.`created_at` as `product.tax.createdAt`, `product.tax`.`updated_at` as `product.tax.updatedAt`, `product.parent`.`cheapest_price` as `product.cheapestPrice.inherited`, COALESCE(`product`.`cheapest_price`, `product.parent`.`cheapest_price`) as `product.cheapestPrice`, `product`.`created_at` as `product.createdAt`, `product`.`updated_at` as `product.updatedAt`, (SELECT GROUP_CONCAT(HEX(`product.categories.mapping`.`category_id`) SEPARATOR '||')
                  FROM `product_category` `product.categories.mapping`
                  WHERE `product.categories.mapping`.`product_id` = `product`.`categories` AND `product.categories.mapping`.product_version_id = `product`.version_id ) as `product.categories.id_mapping`, `product.unit`.`id` as `product.unit.id`, `product.unit`.`created_at` as `product.unit.createdAt`, `product.unit`.`updated_at` as `product.unit.updatedAt`, `product.unit.translation.shortCode`, `product.unit.translation.shortCode` as `product.unit.shortCode`, `product.unit.translation.name`, `product.unit.translation.name` as `product.unit.name`, `product.unit.translation.customFields`, `product.unit.translation.customFields` as `product.unit.customFields`, `product.deliveryTime`.`id` as `product.deliveryTime.id`, `product.deliveryTime`.`min` as `product.deliveryTime.min`, `product.deliveryTime`.`max` as `product.deliveryTime.max`, `product.deliveryTime`.`unit` as `product.deliveryTime.unit`, `product.deliveryTime`.`created_at` as `product.deliveryTime.createdAt`, `product.deliveryTime`.`updated_at` as `product.deliveryTime.updatedAt`, `product.deliveryTime.translation.name`, `product.deliveryTime.translation.name` as `product.deliveryTime.name`, `product.deliveryTime.translation.customFields`, `product.deliveryTime.translation.customFields` as `product.deliveryTime.customFields`, `product.cover`.`id` as `product.cover.id`, `product.cover`.`version_id` as `product.cover.versionId`, `product.cover`.`product_id` as `product.cover.productId`, `product.cover`.`product_version_id` as `product.cover.productVersionId`, `product.cover`.`media_id` as `product.cover.mediaId`, `product.cover`.`position` as `product.cover.position`, `product.cover.media`.`id` as `product.cover.media.id`, `product.cover.media`.`user_id` as `product.cover.media.userId`, `product.cover.media`.`media_folder_id` as `product.cover.media.mediaFolderId`, `product.cover.media`.`mime_type` as `product.cover.media.mimeType`, `product.cover.media`.`file_extension` as `product.cover.media.fileExtension`, `product.cover.media`.`uploaded_at` as `product.cover.media.uploadedAt`, `product.cover.media`.`file_name` as `product.cover.media.fileName`, `product.cover.media`.`file_size` as `product.cover.media.fileSize`, `product.cover.media`.`media_type` as `product.cover.media.mediaTypeRaw`, `product.cover.media`.`meta_data` as `product.cover.media.metaData`, `product.cover.media`.`config` as `product.cover.media.config`, `product.cover.media`.`path` as `product.cover.media.path`, `product.cover.media`.`private` as `product.cover.media.private`, `product.cover.media`.`thumbnails_ro` as `product.cover.media.thumbnailsRo`, `product.cover.media`.`created_at` as `product.cover.media.createdAt`, `product.cover.media`.`updated_at` as `product.cover.media.updatedAt`, `product.cover.media.translation.title`, `product.cover.media.translation.title` as `product.cover.media.title`, `product.cover.media.translation.alt`, `product.cover.media.translation.alt` as `product.cover.media.alt`, `product.cover.media.translation.customFields`, `product.cover.media.translation.customFields` as `product.cover.media.customFields`, `product.cover`.`custom_fields` as `product.cover.customFields`, `product.cover`.`created_at` as `product.cover.createdAt`, `product.cover`.`updated_at` as `product.cover.updatedAt`, `product.translation.metaDescription`, `product.parent.translation.metaDescription`, COALESCE(`product.translation.metaDescription`,`product.parent.translation.metaDescription`) as `product.metaDescription`, `product.translation.name`, `product.parent.translation.name`, COALESCE(`product.translation.name`,`product.parent.translation.name`) as `product.name`, `product.translation.keywords`, `product.parent.translation.keywords`, COALESCE(`product.translation.keywords`,`product.parent.translation.keywords`) as `product.keywords`, `product.translation.description`, `product.parent.translation.description`, COALESCE(`product.translation.description`,`product.parent.translation.description`) as `product.description`, `product.translation.metaTitle`, `product.parent.translation.metaTitle`, COALESCE(`product.translation.metaTitle`,`product.parent.translation.metaTitle`) as `product.metaTitle`, `product.translation.packUnit`, `product.parent.translation.packUnit`, COALESCE(`product.translation.packUnit`,`product.parent.translation.packUnit`) as `product.packUnit`, `product.translation.packUnitPlural`, `product.parent.translation.packUnitPlural`, COALESCE(`product.translation.packUnitPlural`,`product.parent.translation.packUnitPlural`) as `product.packUnitPlural`, `product.translation.customSearchKeywords`, `product.parent.translation.customSearchKeywords`, COALESCE(`product.translation.customSearchKeywords`,`product.parent.translation.customSearchKeywords`) as `product.customSearchKeywords`, `product.translation.slotConfig`, `product.parent.translation.slotConfig`, COALESCE(`product.translation.slotConfig`,`product.parent.translation.slotConfig`) as `product.slotConfig`, `product.translation.customFields`, `product.parent.translation.customFields`, COALESCE(`product.translation.customFields`,`product.parent.translation.customFields`) as `product.customFields` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` LEFT JOIN `tax` `product.tax` ON `product`.`tax` = `product.tax`.`id` LEFT JOIN `unit` `product.unit` ON `product`.`unit` = `product.unit`.`id` LEFT JOIN `delivery_time` `product.deliveryTime` ON `product`.`deliveryTime` = `product.deliveryTime`.`id` LEFT JOIN `product_media` `product.cover` ON `product`.`cover` = `product.cover`.`id` AND IFNULL(`product`.`product_media_version_id`, `product.parent`.`product_media_version_id`) = `product.cover`.`version_id` LEFT JOIN (SELECT `product.translation`.`product_id`, `product.translation`.`product_version_id`, `product.translation`.`meta_description` as `product.translation.metaDescription`, `product.translation`.`name` as `product.translation.name`, `product.translation`.`keywords` as `product.translation.keywords`, `product.translation`.`description` as `product.translation.description`, `product.translation`.`meta_title` as `product.translation.metaTitle`, `product.translation`.`pack_unit` as `product.translation.packUnit`, `product.translation`.`pack_unit_plural` as `product.translation.packUnitPlural`, `product.translation`.`custom_fields` as `product.translation.customFields`, `product.translation`.`slot_config` as `product.translation.slotConfig`, `product.translation`.`custom_search_keywords` as `product.translation.customSearchKeywords` FROM `product_translation` `product.translation` WHERE `product.translation`.`language_id` = ?) `product.product_translation` ON `product.product_translation`.`product_id` = `product`.`id` AND `product.product_translation`.`product_version_id` = `product`.`version_id` LEFT JOIN (SELECT `product.parent.translation`.`product_id`, `product.parent.translation`.`product_version_id`, `product.parent.translation`.`meta_description` as `product.parent.translation.metaDescription`, `product.parent.translation`.`name` as `product.parent.translation.name`, `product.parent.translation`.`keywords` as `product.parent.translation.keywords`, `product.parent.translation`.`description` as `product.parent.translation.description`, `product.parent.translation`.`meta_title` as `product.parent.translation.metaTitle`, `product.parent.translation`.`pack_unit` as `product.parent.translation.packUnit`, `product.parent.translation`.`pack_unit_plural` as `product.parent.translation.packUnitPlural`, `product.parent.translation`.`custom_fields` as `product.parent.translation.customFields`, `product.parent.translation`.`slot_config` as `product.parent.translation.slotConfig`, `product.parent.translation`.`custom_search_keywords` as `product.parent.translation.customSearchKeywords` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation`.`language_id` = ?) `product.parent.product_translation` ON `product.parent.product_translation`.`product_id` = `product.parent`.`id` AND `product.parent.product_translation`.`product_version_id` = `product.parent`.`version_id` LEFT JOIN (SELECT `product.unit.translation`.`unit_id`, `product.unit.translation`.`short_code` as `product.unit.translation.shortCode`, `product.unit.translation`.`name` as `product.unit.translation.name`, `product.unit.translation`.`custom_fields` as `product.unit.translation.customFields` FROM `unit_translation` `product.unit.translation` WHERE `product.unit.translation`.`language_id` = ?) `product.unit.unit_translation` ON `product.unit.unit_translation`.`unit_id` = `product.unit`.`id` LEFT JOIN (SELECT `product.deliveryTime.translation`.`delivery_time_id`, `product.deliveryTime.translation`.`name` as `product.deliveryTime.translation.name`, `product.deliveryTime.translation`.`custom_fields` as `product.deliveryTime.translation.customFields` FROM `delivery_time_translation` `product.deliveryTime.translation` WHERE `product.deliveryTime.translation`.`language_id` = ?) `product.deliveryTime.delivery_time_translation` ON `product.deliveryTime.delivery_time_translation`.`delivery_time_id` = `product.deliveryTime`.`id` LEFT JOIN `media` `product.cover.media` ON `product.cover`.`media_id` = `product.cover.media`.`id` LEFT JOIN (SELECT `product.cover.media.translation`.`media_id`, `product.cover.media.translation`.`alt` as `product.cover.media.translation.alt`, `product.cover.media.translation`.`title` as `product.cover.media.translation.title`, `product.cover.media.translation`.`custom_fields` as `product.cover.media.translation.customFields` FROM `media_translation` `product.cover.media.translation` WHERE `product.cover.media.translation`.`language_id` = ?) `product.cover.media.media_translation` ON `product.cover.media.media_translation`.`media_id` = `product.cover.media`.`id` WHERE (`product`.`version_id` = ?) AND (`product`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b",yâÜ®@OZ«ÍBí:P-\x1C"
  b"{¾ª\x15üéH┤¼\x07RA0\x0FC└"
  b"ê'7cañD˜¯\x01\x10\x18\x195éØ"
  b"?uÇ,&\x19K²º^k5¤´òu"
  b"ÛôéÄÃèBè³=é“2ü9}"
  b"VÂã‚Æ°JN‰,u0\xí]"
  b"áå:%\vUMY¸ïq‘9wC\x04"
  b"l(ÀÈZí@S†€ËLyuÚ®"
  b"""
    n‗\x05d\n
    ÖDÛü>\x7F/¶xb\r
    """
  b"ñcªŽ›kN\x0E‹}»8{Â\x19p"
  b"\x11Y™Z\vB¿´Ââø¨ï¼A"
  b"\es\r®E¿‹‰Š´™÷ŽB"
  b"P\f©ima@[‚šÇhÀ2\x08ð"
  b"¢E\x0EÍW\x1CL\¬qÄ *\x1FÕ@"
  b"\x11ÚZÚa\x19BX¢\x01\x14تm‡™"
  b"mÀ¸QÜ3L±šàÍÌ­…MŸ"
  b"µñ‰wózI8‘ÐÀµÈëg4"
  b"Œ\x19…+î§@\x11»Kñ8[á³j"
  b"É\x03¦\e·WGz„äÙ ÅÃ7q"
  b"X&›gŒÁM©ˆ³\x15»±ë_V"
  b"J{ªÄ&[Ej›ÝóÚY\x1EÅÎ"
  b"‘-ÓŸ\e\x00Fé±\x00èjüä­Ÿ"
  b"³".®RpNeØß¥╚p¢Ã8"
  b"Ö¬A¯³¡HÅ┐╗╠¨·\x00\fã"
  b"Ʋy]\füOO░ç°C\x04ëíA"
  b"\x11tPëÄYN4¯4X—ö>0ä"
  b"5E\x1Dß>ÁA눙eòF<Ç¿"
  b"øx\x07Û\x02õLÃúaÈÉKÒ4å"
  b"¼Z»─=)@Í┤\x15²+Qä\x06ì"
  b"W¤¯T4‚E5žóSŽê±¾="
  b"é}geëÄLD bþßÙÿ€ý"
  b"=\x17\x1C¦ùìDÖ†úÁdÿ\x06"
  b"\x1F©┤cëÐB┤ü+═┤\x1D²á▒"
  b"ïïÉÜ\x03lHR‘:µ4ÝH'Â"
  b"øËà\x0FGÔA\x00»Ýá´\x024í7"
  b"ø)ÇëW┌HF¢:qÉQVÅ\e"
  b"Z8uꪓHT„W»'“l¥„"
  b"/Ö§\x08”ñC~ªÊX\vhGæà"
  b"C‗ªEhÛ@kÅõÍ▄zV┐O"
  b"<ë7§2BBb‘]9KÞÕ¦{"
  b"■2▄═6µDµ¡Ø¬zZ-Ä)"
  b"õE\x044#\x00B\x14Åø\x08\x04f\x02·"
  b"2Ì·6┬iGáì½3▀7¼ßJ"
  b"╝^\x02‗YÁHÕàÌuüU─HÐ"
  b"u—\x17"|vCá¶ñ\x18\x15¢\x03³£"
  b"ÿ9·84\x1AN\x00›>¥\x14\x007v\x14"
  b"[ØV©p`Ló¼┬u2ƒ▒[^"
  b"╔>═Û\x10¯A®Ñç«©Å\e\x08¾"
  b"ÈZ5XÝ-@\ ôI\x1AkRaO"
  b"̧'\x00?õL“•¯E\x11•ç'š"
  b".=É÷G{E\x13¼…ÿŠ>VW£"
  b"IÂb”\x0EcF'¨:-‰\x00ËË2"
  b"®\en\x11\x01—C•…\x1Fh{{eI1"
  b"\x0EÓõo\x15-Ee‹\x11\t±©þ¬h"
  b" AÜ0\fÒE?˜‡Ï\f'ªA¡"
  b"▒█ìÑ2·@ØÂRpÝ/¦{┴"
  b"\x02ýW9AY“$Ãk7'S¥"
  b"°0\x06û÷5J“¥(ûqÁ']¸"
  b"MƒV¸\x18›C«©l\x07²ä´ØË"
  b"""
    ó0P€³›A6‚8\r\n
    ñ€…L
    """
  b"\x01È-ëMµNyɲ┤q\x17Áýƒ"
  b"¬ÈdÀ¿†BŸµ›Ú—,1Y›"
  b"Âg$¯Ã»AK»äÆ\x12ì…„®"
  b"’Ç£ž-NI\x7F¹b)Oå˜ú,"
  b"a\x0F·├\:CØ¢íoOÚAná"
  b"¥#e±D\x06D\x04…Òœ¬\×\x0F\v"
  b"è\x12?\x1Aý|N╔Å\x02ɼ▓m\x7F\x18"
  b"$K`0ÿýE)¤Ð\x15¾Pº"%"
  b"97ëáf\x10H\x16­S"¬Yü)—"
  b"""
    \n
    MbyÕzN³¶\½ÆH<\eÜ
    """
  b"ø\x02\x19Œé<F¡¾¥÷L3Ù\x00Á"
  b"7k=Þ\x1F[EÔÅ┼v┼÷░!╝"
  b"\föeu{\x11Dˆµ\x00†¶.K©ò"
  b"[Ð<^xxJ$¼7Q'3³\ei"
  b"@L<fªWK\x1F½£Ý\x07\x08"
  b"Ý~J\x14q€Nò¥\x18‚a”¢ž^"
  b"ŠÍ¢Ø³@Mœ§\x1DŸ\ÞÜly"
  b"╔ü└\x16ReD\x17çG\x14&)▓Ä\x1E"
  b"§±þG,ùN@‰MtT\vÏ•³"
  b"£M\x06\x14ÂáC5…áü<\x07}ÊE"
  b"}]\x1C½I¯F\e\e¹~e¤7f"
  b"\x131ñ•7ƒAΜÊpš/\x058%"
  b"\x17ÄNWà\x11J·ˆúTÑå˜g<"
  b"„+£ÃEÂHѬü”ôÄÌQ\x12"
  b"8\x0F\x1EOÅYGF²b5)\x18gM]"
  b"j\x04>§!\fC╔ìm┘·^«qê"
  b"\x13aËĺ@Byîæ[S\­Å─"
  b"î.ü“‚¹IdžL›­Ú\x10â\x0E"
  b"RÃwGh\x08K“³¹Î;\x15¼ž\t"
  b"""
    \f¨ŽAAA¹„‹Øü’\n
    “¿
    """
  b"""
    ¿ûsÈ&±C©ƒ™«ç\n
    Êè2
    """
  b"\x01ïi\tLKGè’i]¸µ-®µ"
  b"å¬îgÐ\x18K\x10Ø8óe¦û\x07ö"
  b"¤,¨\x1EâcLa¬\x0EŒO¥É‘•"
  b"×D¿x’®M¤ŠºbÈ»òÓ†"
  b"\x08þ?µ\x18‹JI»Ÿø%\x0ELƒÁ"
  b"\x10CìwO¸ù▀╠sÛ=\x18Í"
  b"³nur‘¹M%£Däÿ\x01óD]"
  b"\\x7F3\x05\x05HDtµ=œ\x1CÆÍY†"
  b"\x06ü\x18{ÛËA\ü!¸Ö\ea\vç"
  b"û\x00mi\x16xM╩ƒ9øÉB%qô"
  b"\x17Úëó\x0F§BÌä÷èþâÏì¡"
  b"Ú~¶í\x19qC©±vÉ¥®[÷\x08"
  b"D9'›Ô3@\x0Ež˜/àr*²\x1D"
  b"þ¶÷\x06°ùI\x04­Wê‘\x11nÍ¿"
  b"(\tA=žùHÿˆ}ñ+ÖÔ§È"
  b"\x1AMM\x11¬õI­‚\x16ÔyRÚI"
  b"\x08r\x12oL@›Í\x04>I´?†"
  b"çQÿ]ç\x1CI(§-~\x14‡¦H¶"
  b"‘_oB`ŸNÙ©ž=PÛ\x19ê}"
  b"""
    ð\n
    Ç\x06\x07Ý@\x1A |TÝ^ê%^
    """
  b"aN\x15\x00M6A8ŒÃÌ™\x0EÈýT"
  b"gyp—á?Bí¨bWÇ\x1CBz("
  b"aô¸\x0Ey‡Jy—ð\x02x¿ŸP6"
  b"îS$\x10žÏKÛ£„i#÷ß„="
  b"¯­ÿ╔¤3J┘ØßïRÝW?®"
  b"""
    4ÝøR*¾LMì¬Mð\n
    \x19Tf
    """
  b"#k*É╚LH¥ºp╔®'n│!"
  b"{x•bdæFH¹ì:Nã<ˆS"
  b"üU/Å6jJ(ë▄\x00¶ƒ÷ê\x11"
  b"‚öØ6ø O\x1A©·Öî"›rÑ"
  b"[ï2Nò J‹ƒÁe­íØBƒ"
  b"=\x15àñ“ÍL\x10¯\x10ûEÏNtk"
  b"nÊñ©ð®Eö€_(öY‰îX"
  b">Uy\x02©\x1CLÜ™,úÀØT<)"
  b"\rêüHëI­╗\x12½þ`╠█f"
  b"<I%¦=¸Oßïh!¢─ùSÉ"
  b"ÉóýàZv@Ù‚ŸÀ¨ú‚\eÊ"
  b"\x13`þJ@{B¸†dÐÿä\x16"
  b"%Z0<ó\x14O]¸^1ɹ¬Æº"
  b"u\eÀä\x15_G\x1D“cLnL…\x0Fì"
  b"\x10œ\x12(NÚ’¾‡î4|jÂ"
  b"ÐÕ\t2VkIæ³j£w•ÿÒµ"
  b"×ß\x12\reìKÚü░\x00è\x171®³"
  b"4wìç[¤Aý‹öІ•Ôši"
  b"g\x11tl6\x10KŒ¥\x16\x1A½»4\x00\x1D"
  b"D•©Ý$\x10Nߎ\x1A‚­•[G©"
  b"öošD¡}N\v“vè<\v8–ß"
  b"Ë\x10d\x15U\fAî‰ÔK45|ÀÒ"
  b"'Ä0ËŒµJw‹´Óqì\x7F"
  b"""
    ½;º‹ÁÃG\n
    ºJ^v\x1Eò\{
    """
  b"`║d⡤L\rì▄ÓJ\t}ËË"
  b"\x11X\x03\x02DÍØ¥àa\f¸+@"
  b"^\fàA\x11`Fò‡ŽÕIl†jC"
  b"bØô└¹ÿB+óÔÖ\x03¿­╔Å"
  b"z1\x18ð\x03\vGúû─Å░╠ÕÅô"
  b"fÝ^ÙX\x04M‰ª\x19ÏØ\x1EF÷O"
  b"Ø6╗Rè╚H\x16ÿ>█¤ð▓Y▓"
  b"""
    ¶¥ïPÙüKÍÇɳ¡\n
    \x1D\tÝ
    """
  b"eÊ›Äì…A·¼(ýUš|È´"
  b"\J¼ÑV4Jq┐▓ܨ²ü§K"
  b"\vB@Þh¥F\x1F¬™\x07‰¿7ù\x06"
  b"""
    •™ðP¤íLrŒ\x1F\n
    –1Ú®†
    """
  b"7\x0Fþ;¥ýN¤’ÑŸ‹´‚ö¼"
  b"c\x05ž˜NaKâ¿9ÿœEú$\x1C"
  b"╩±\x10B╬\x17OºïéÝg─üÿÃ"
  b"V`\x0E\x14»rL8£»[W‹Ò\x10×"
  b"´.L¯tü@\e³O¥!âm—O"
  b".{a3\x04¦LûéM\eµ Ï1É"
  b"ÖÙ0\x03\x1D├F\ÅÞè£ëGnW"
  b"º¯\x05\x01D&I§€åH\e-\f¤m"
  b"\x00K\x11¶dBI•–Šb”ÔêJç"
  b"\x1F■Ø:╗áFP▓ÅA"dØOv"
  b"\x0E]ÛÆL`JC”“\x05ió÷T¯"
  b"\x04ƒ\x01)• JP²ª>v!"þù"
  b"|»L¤âÙDÑ░²c═Oü'Æ"
  b"ç”ü§©õEš•\x03ÞZOÓ®\x10"
  b"\\x03ë\x1DÄÄC•‘†—‡\ev‚N"
  b"É›\x06´‚fN¥°©¡è\qæx"
  b"""
    Ì\n
    w┬p\x19F\x08Å÷}┐╬\x18
    """
  b"õÊ\x12ôviMî¦ó‰g\x00\n\x10"
  b"ü¾¾\x18╠ƒN║¢¿\6P \x1FV"
  b"H\x10x¿í\x15KâéüÐ)‗└ä╦"
  b"\x162\x15ÿµtN« ‰EŒ\x02IäÓ"
  b"=b\e\x056\x10M»░F²\x07ãì┬╗"
  b"nêx±»îBl˜…0\x14Š¿˜Õ"
  b"~42\x12¸ÏI'ìô6º■Ø-â"
  b"Ò¦N¹S4G¸ª┐qßBØkÒ"
  b"\x01ÿ╠\x7F>Dr\x14¿HRìÓ`áÝ"
  b"ª÷Ô\x10'¢DZˆ9˜"ù4\f²"
  b"ú鼿EðM\x1D§F™òù\x13r)"
  b"´Ö«g¿¾NEüW┐ó\x1DóÚ="
  b"Å$#4±¢FF¢\x15\x08L\x1EÑÚÔ"
  b"}tAq┐\x06H\x1Aé│\x0E\x7F±x"
  b"Î×X\x1F—ãM‡„¾’¤éÈ\x18"
  b"¢áe¤KÉD\x0FŶ\x18¢\t┬┼1"
  b" ºH\fetF/´\x1Dçnìå£\x13"
  b"y┴┤B7¦JÚº╔¯\x13ÉüR╚"
  b"¡Olªm(Kl½¤½A`âµÀ"
  b"\t¼\x02·šÂH}‰Ÿâb\x0F\x19í$"
  b"d\x1DÌþ\x19£I‡›XZ9!3˜µ"
  b"─ؽ'V\x15OÙ▓░╚Ã\x1F8\x12A"
  b"¸9ï•\vwMšºxX¤«g\e¥"
  b")BE\x06÷ÃOp¥\x00ÃiìÞ¥T"
  b"¾\x03GMƒ\x03NÅæ\x1Aúâö(\x1F°"
  b"6mUÜÇüHFå[Î\x12Ï░®¡"
  b"\x14\x16â%LåØy\ev/X\x16R"
  b"ZCY,K\x1CEå«\x7FÍœnZúv"
  b"…Ó01Å^CyºÑØÇ¾ÆØð"
  b"\4©\█HAþÅ(\x15Óuò─Ð"
  b"@ã‰j2`Iy¿’\vª\x1F\*:"
  b"aÏ üTs@a¸)¤¥pßÖ "
  b"""
    Œs¸1>qC\x08©ù!Êÿ\n
    é˜
    """
  b" mêØ\x05ùKú¨ÌH­B©tå"
  b"»ðÿV…æBŒ¨¸ú\x1A©qê\x06"
  b"Ý\x17\=ÁpK#žà\x1DÂ\x05Úú<"
  b"Ëñ\x12í’ÏJ\x05—S¸‹‡\x17À~"
  b"óv‗Û▄CJ░ü\x12<▒\x03eý´"
  b"¿!\x02[\x13­FLäÞUQ*dÉ."
  b"`åãûÝ,J░▓c\x1C÷êÉH¢"
  b"\x08ßx÷‘ýOk˜w,ÿÓLŠe"
  b"ÝS¯[õ—HŠ”hh¶AÔ>v"
  b"k┤£V®CB£Ä╠ì+\x7Fnn9"
  b"Í]©]˜¦H\x10\x10Zl\x13ÔÛ?"
  b"êr¡iª]H\x06 T*œ\x12a\x1C\x18"
  b"\x1EXZ░Æ═EúÜ\x7F`§ëHìo"
  b" \x02g\x0F=0@\x0E¨òØ…\x13n9\x1C"
  b"h¹¼vɧE#┐µqW\x1FîëÊ"
  b"þY·½ÚmL̦‹D&\x19¼â:"
  b"(‘j߈PL …@Ø\x11¸r4Ë"
  b"ª01ùýrM¼ŸíˆN¦+<Ý"
  b"╦T`¯´RLø£ØÕ\x08\-çJ"
  b"XZÜ¿YŠOX€À\x14+¿™Wù"
  b"ê*\rÉä\F╔╗\x01ûYª\x15‗5"
  b"ù˜\x19ÏíêN®½»ãlUjEØ"
  b"NݱÍ\x12†FÞ°»–l\x1Då€i"
  b"Öñ\\tU=AÌÉv©\x08\x1Dp±═"
  b",×Â!”±L:‰°-×òˆíí"
  b"i•PMè„OL¸À"zSs\x16«"
  b"è—Æd‡šH\v–iIK\x17\x0F«R"
  b"òµtÛÍ)@̤\x1A«Ž\x1Aè¥\x10"
  b"\x7FÄMôO\x7F£ªû\x11Óóì§"
  b"\x14\x15╚u.tIMÅö£\x1Cþ¯iÄ"
  b"•Ø\x05.[¸B—­=9?éœwí"
  b"˜ÝÌûþ×C.„™Bt:s\x02Ú"
  b"®╗T,FøE├ó═ô|▄╦ìã"
  b"šlèÎ[\x06A¼žêûð€Øª\x07"
  b"3\e\x17ã[RIØÁ[Ñ1o\x0F┤""
  b"""
    ø\n
    \x08¹+FÉò \x14õ\v!\x16¿
    """
  b"k\x1E\x1D/ɪDwŠA?ºÆ\v"
  b"å{û\x05\x19RKM„Êg›Ž0ÌÙ"
  b"öíuƒž¨C-˜¹—òìŠ[Œ"
  b"‰uY6^èCa¼\tq‡a\eíï"
  b"\x03Æøµ˜TJІ7â]\x1D=’N"
  b">%F┼÷\x10@ÃÅß▓;Lrñ­"
  b"ž\tÿs»\x17C&´=ßïw´dú"
  b"\x01$\x17#▀ìL»è%´\x19┘Aø"
  b"\x1Cº-þà*EÒø\v\x19ã°þ\x1Dì"
  b"¯"O\x19Õ¢L«©§·W´ ‰ý"
  b";áF´LþNÜ¢²sksã¶b"
  b"╦µóWlµCYÉ\x08í³"Â\x1FÖ"
  b"ü\x0E╝═æ\M{òcW-©\x12"
  b"\x1C}╦}þãA¥àÅ×\v\¦Ðd"
  b"®L²│j4A?ïwNpÏ\x17"
  b"©„½Ú”×A\x0E¦óéd¿\x16äÒ"
  b"Bõ+\x1A_'InÉ╠ÿI*K╩┌"
  b"Ʋ▄┤ÞüBÂî5$^¤Ôký"
  b"RËsd8óGå•u‰:&'à©"
  b"yå*Wd\rDw‡!{0§¼òÌ"
  b"cÄö›\‡F)§T\x16¯Ç´&ö"
  b"\tÍ·tøÚ@’†ÏíÊ‹¤„±"
  b"®Å┐█ü=AæÆ\x18kß^╩D╔"
  b"‹Ý££åÏJy¸eã7C÷\x07ô"
  b"8u\x11\x0Eœ¢AE§5{Ø7z­·"
  b"\x07fV³]:L/¹1&9³½í\x04"
  b"®©_íävIέ3\x1Cl|·¤š"
  b"Aõ‘k³ûF\x0E±™\x05ÏÔ#å\x14"
  b"W5Y©ø•@…‰w…€ì%1S"
  b"jÚm¿ïåMJ©“ø%Üs£Ç"
  b"\x04èqØ,øLfÅ\x18c6╣Êb!"
  b"$˜d9n¯MW©\r\x1De;Û"
  b"ñÀ\x14xÄöCü‚”½\vT&â "
  b"/\fù\x03[=MÔ”Û\x11øgÆW "
  b"Ä„Š\x03ňHñ¦\ž”¢Šì""
  b"h¹╔\fË©DQÅö6v╝\`└"
  b"Í8─ÁÉ│@°¡\x16{VÖ±í&"
  b"\x11$·ÐõØD¥“Ñ/\x10éø|Ù"
]
84 1.55 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"\x00K\x11¶dBI•–Šb”ÔêJç"
  b"\x01$\x17#▀ìL»è%´\x19┘Aø"
  b"\x01ÿ╠\x7F>Dr\x14¿HRìÓ`áÝ"
  b"\x01È-ëMµNyɲ┤q\x17Áýƒ"
  b"\x01ïi\tLKGè’i]¸µ-®µ"
  b"\x03Æøµ˜TJІ7â]\x1D=’N"
  b"\x04ƒ\x01)• JP²ª>v!"þù"
  b"\x04èqØ,øLfÅ\x18c6╣Êb!"
  b"\x06ü\x18{ÛËA\ü!¸Ö\ea\vç"
  b"\x07fV³]:L/¹1&9³½í\x04"
  b"\x08ßx÷‘ýOk˜w,ÿÓLŠe"
  b"\x08þ?µ\x18‹JI»Ÿø%\x0ELƒÁ"
  b"\t¼\x02·šÂH}‰Ÿâb\x0F\x19í$"
  b"\tÍ·tøÚ@’†ÏíÊ‹¤„±"
  b"""
    \n
    MbyÕzN³¶\½ÆH<\eÜ
    """
  b"\vB@Þh¥F\x1F¬™\x07‰¿7ù\x06"
  b"\föeu{\x11Dˆµ\x00†¶.K©ò"
  b"\x0E]ÛÆL`JC”“\x05ió÷T¯"
  b"\x0EÓõo\x15-Ee‹\x11\t±©þ¬h"
  b"\x11$·ÐõØD¥“Ñ/\x10éø|Ù"
  b"\x11tPëÄYN4¯4X—ö>0ä"
  b"\x11ÚZÚa\x19BX¢\x01\x14تm‡™"
  b"\x131ñ•7ƒAΜÊpš/\x058%"
  b"\x13`þJ@{B¸†dÐÿä\x16"
  b"\x13aËĺ@Byîæ[S\­Å─"
  b"\x14\x15╚u.tIMÅö£\x1Cþ¯iÄ"
  b"\x14\x16â%LåØy\ev/X\x16R"
  b"\x162\x15ÿµtN« ‰EŒ\x02IäÓ"
  b"\x17ÄNWà\x11J·ˆúTÑå˜g<"
  b"\x17Úëó\x0F§BÌä÷èþâÏì¡"
  b"\x1AMM\x11¬õI­‚\x16ÔyRÚI"
  b"\x1C}╦}þãA¥àÅ×\v\¦Ðd"
  b"\x1Cº-þà*EÒø\v\x19ã°þ\x1Dì"
  b"\x1EXZ░Æ═EúÜ\x7F`§ëHìo"
  b"\x1F©┤cëÐB┤ü+═┤\x1D²á▒"
  b"\x1F■Ø:╗áFP▓ÅA"dØOv"
  b" \x02g\x0F=0@\x0E¨òØ…\x13n9\x1C"
  b" AÜ0\fÒE?˜‡Ï\f'ªA¡"
  b"\x10CìwO¸ù▀╠sÛ=\x18Í"
  b"#k*É╚LH¥ºp╔®'n│!"
  b"$K`0ÿýE)¤Ð\x15¾Pº"%"
  b"$˜d9n¯MW©\r\x1De;Û"
  b"\x02ýW9AY“$Ãk7'S¥"
  b"%Z0<ó\x14O]¸^1ɹ¬Æº"
  b"'Ä0ËŒµJw‹´Óqì\x7F"
  b"(\tA=žùHÿˆ}ñ+ÖÔ§È"
  b"(‘j߈PL …@Ø\x11¸r4Ë"
  b")BE\x06÷ÃOp¥\x00ÃiìÞ¥T"
  b",yâÜ®@OZ«ÍBí:P-\x1C"
  b",×Â!”±L:‰°-×òˆíí"
  b".=É÷G{E\x13¼…ÿŠ>VW£"
  b".{a3\x04¦LûéM\eµ Ï1É"
  b"/\fù\x03[=MÔ”Û\x11øgÆW "
  b"/Ö§\x08”ñC~ªÊX\vhGæà"
  b"2Ì·6┬iGáì½3▀7¼ßJ"
  b"3\e\x17ã[RIØÁ[Ñ1o\x0F┤""
  b"4wìç[¤Aý‹öІ•Ôši"
  b"""
    4ÝøR*¾LMì¬Mð\n
    \x19Tf
    """
  b"5E\x1Dß>ÁA눙eòF<Ç¿"
  b"6mUÜÇüHFå[Î\x12Ï░®¡"
  b"7\x0Fþ;¥ýN¤’ÑŸ‹´‚ö¼"
  b"7k=Þ\x1F[EÔÅ┼v┼÷░!╝"
  b"8\x0F\x1EOÅYGF²b5)\x18gM]"
  b"8u\x11\x0Eœ¢AE§5{Ø7z­·"
  b"97ëáf\x10H\x16­S"¬Yü)—"
  b";áF´LþNÜ¢²sksã¶b"
  b"<I%¦=¸Oßïh!¢─ùSÉ"
  b"<ë7§2BBb‘]9KÞÕ¦{"
  b"=\x15àñ“ÍL\x10¯\x10ûEÏNtk"
  b"=\x17\x1C¦ùìDÖ†úÁdÿ\x06"
  b"=b\e\x056\x10M»░F²\x07ãì┬╗"
  b">%F┼÷\x10@ÃÅß▓;Lrñ­"
  b">Uy\x02©\x1CLÜ™,úÀØT<)"
  b"?uÇ,&\x19K²º^k5¤´òu"
  b"@L<fªWK\x1F½£Ý\x07\x08"
  b"@ã‰j2`Iy¿’\vª\x1F\*:"
  b"Aõ‘k³ûF\x0E±™\x05ÏÔ#å\x14"
  b"\es\r®E¿‹‰Š´™÷ŽB"
  b"Bõ+\x1A_'InÉ╠ÿI*K╩┌"
  b"C‗ªEhÛ@kÅõÍ▄zV┐O"
  b"D9'›Ô3@\x0Ež˜/àr*²\x1D"
  b"D•©Ý$\x10Nߎ\x1A‚­•[G©"
  b"H\x10x¿í\x15KâéüÐ)‗└ä╦"
  b"IÂb”\x0EcF'¨:-‰\x00ËË2"
  b"J{ªÄ&[Ej›ÝóÚY\x1EÅÎ"
  b"MƒV¸\x18›C«©l\x07²ä´ØË"
  b"NݱÍ\x12†FÞ°»–l\x1Då€i"
  b"P\f©ima@[‚šÇhÀ2\x08ð"
  b"RÃwGh\x08K“³¹Î;\x15¼ž\t"
  b"RËsd8óGå•u‰:&'à©"
  b"V`\x0E\x14»rL8£»[W‹Ò\x10×"
  b"VÂã‚Æ°JN‰,u0\xí]"
  b"W5Y©ø•@…‰w…€ì%1S"
  b"W¤¯T4‚E5žóSŽê±¾="
  b"X&›gŒÁM©ˆ³\x15»±ë_V"
  b"XZÜ¿YŠOX€À\x14+¿™Wù"
  b"Z8uꪓHT„W»'“l¥„"
  b"ZCY,K\x1CEå«\x7FÍœnZúv"
  b"[ØV©p`Ló¼┬u2ƒ▒[^"
  b"[Ð<^xxJ$¼7Q'3³\ei"
  b"[ï2Nò J‹ƒÁe­íØBƒ"
  b"\\x03ë\x1DÄÄC•‘†—‡\ev‚N"
  b"\4©\█HAþÅ(\x15Óuò─Ð"
  b"\J¼ÑV4Jq┐▓ܨ²ü§K"
  b"""
    \f¨ŽAAA¹„‹Øü’\n
    “¿
    """
  b"\\x7F3\x05\x05HDtµ=œ\x1CÆÍY†"
  b"^\fàA\x11`Fò‡ŽÕIl†jC"
  b"\x10œ\x12(NÚ’¾‡î4|jÂ"
  b"`åãûÝ,J░▓c\x1C÷êÉH¢"
  b"`║d⡤L\rì▄ÓJ\t}ËË"
  b"a\x0F·├\:CØ¢íoOÚAná"
  b"aN\x15\x00M6A8ŒÃÌ™\x0EÈýT"
  b"aÏ üTs@a¸)¤¥pßÖ "
  b"aô¸\x0Ey‡Jy—ð\x02x¿ŸP6"
  b"bØô└¹ÿB+óÔÖ\x03¿­╔Å"
  b"c\x05ž˜NaKâ¿9ÿœEú$\x1C"
  b"cÄö›\‡F)§T\x16¯Ç´&ö"
  b"d\x1DÌþ\x19£I‡›XZ9!3˜µ"
  b"eÊ›Äì…A·¼(ýUš|È´"
  b"fÝ^ÙX\x04M‰ª\x19ÏØ\x1EF÷O"
  b"g\x11tl6\x10KŒ¥\x16\x1A½»4\x00\x1D"
  b"gyp—á?Bí¨bWÇ\x1CBz("
  b"h¹¼vɧE#┐µqW\x1FîëÊ"
  b"h¹╔\fË©DQÅö6v╝\`└"
  b"i•PMè„OL¸À"zSs\x16«"
  b"j\x04>§!\fC╔ìm┘·^«qê"
  b"jÚm¿ïåMJ©“ø%Üs£Ç"
  b"k\x1E\x1D/ɪDwŠA?ºÆ\v"
  b"k┤£V®CB£Ä╠ì+\x7Fnn9"
  b"\x11X\x03\x02DÍØ¥àa\f¸+@"
  b"l(ÀÈZí@S†€ËLyuÚ®"
  b"mÀ¸QÜ3L±šàÍÌ­…MŸ"
  b"nÊñ©ð®Eö€_(öY‰îX"
  b"nêx±»îBl˜…0\x14Š¿˜Õ"
  b"""
    n‗\x05d\n
    ÖDÛü>\x7F/¶xb\r
    """
  b"u\eÀä\x15_G\x1D“cLnL…\x0Fì"
  b"u—\x17"|vCá¶ñ\x18\x15¢\x03³£"
  b"\x7FÄMôO\x7F£ªû\x11Óóì§"
  b"y┴┤B7¦JÚº╔¯\x13ÉüR╚"
  b"\x08r\x12oL@›Í\x04>I´?†"
  b"yå*Wd\rDw‡!{0§¼òÌ"
  b"z1\x18ð\x03\vGúû─Å░╠ÕÅô"
  b"{x•bdæFH¹ì:Nã<ˆS"
  b"{¾ª\x15üéH┤¼\x07RA0\x0FC└"
  b"|»L¤âÙDÑ░²c═Oü'Æ"
  b"}]\x1C½I¯F\e\e¹~e¤7f"
  b"}tAq┐\x06H\x1Aé│\x0E\x7F±x"
  b"~42\x12¸ÏI'ìô6º■Ø-â"
  b"ü\x0E╝═æ\M{òcW-©\x12"
  b"üU/Å6jJ(ë▄\x00¶ƒ÷ê\x11"
  b"ü¾¾\x18╠ƒN║¢¿\6P \x1FV"
  b"‚öØ6ø O\x1A©·Öî"›rÑ"
  b"„+£ÃEÂHѬü”ôÄÌQ\x12"
  b"…Ó01Å^CyºÑØÇ¾ÆØð"
  b"å¬îgÐ\x18K\x10Ø8óe¦û\x07ö"
  b"ê*\rÉä\F╔╗\x01ûYª\x15‗5"
  b"\x11Y™Z\vB¿´Ââø¨ï¼A"
  b"‰uY6^èCa¼\tq‡a\eíï"
  b"è\x12?\x1Aý|N╔Å\x02ɼ▓m\x7F\x18"
  b"ŠÍ¢Ø³@Mœ§\x1DŸ\ÞÜly"
  b"‹Ý££åÏJy¸eã7C÷\x07ô"
  b"Œ\x19…+î§@\x11»Kñ8[á³j"
  b"""
    Œs¸1>qC\x08©ù!Êÿ\n
    é˜
    """
  b"‘-ÓŸ\e\x00Fé±\x00èjüä­Ÿ"
  b"‘_oB`ŸNÙ©ž=PÛ\x19ê}"
  b"’Ç£ž-NI\x7F¹b)Oå˜ú,"
  b"Ʋy]\füOO░ç°C\x04ëíA"
  b"Ʋ▄┤ÞüBÂî5$^¤Ôký"
  b"""
    •™ðP¤íLrŒ\x1F\n
    –1Ú®†
    """
  b"•Ø\x05.[¸B—­=9?éœwí"
  b"û\x00mi\x16xM╩ƒ9øÉB%qô"
  b"˜ÝÌûþ×C.„™Bt:s\x02Ú"
  b"Öñ\\tU=AÌÉv©\x08\x1Dp±═"
  b"Ö¬A¯³¡HÅ┐╗╠¨·\x00\fã"
  b"ÖÙ0\x03\x1D├F\ÅÞè£ëGnW"
  b"šlèÎ[\x06A¼žêûð€Øª\x07"
  b"""
    ø\n
    \x08¹+FÉò \x14õ\v!\x16¿
    """
  b"ø)ÇëW┌HF¢:qÉQVÅ\e"
  b"øx\x07Û\x02õLÃúaÈÉKÒ4å"
  b"Ø6╗Rè╚H\x16ÿ>█¤ð▓Y▓"
  b"ž\tÿs»\x17C&´=ßïw´dú"
  b"×ß\x12\reìKÚü░\x00è\x171®³"
  b" mêØ\x05ùKú¨ÌH­B©tå"
  b" ºH\fetF/´\x1Dçnìå£\x13"
  b"¡Olªm(Kl½¤½A`âµÀ"
  b"¢E\x0EÍW\x1CL\¬qÄ *\x1FÕ@"
  b"óv‗Û▄CJ░ü\x12<▒\x03eý´"
  b"£M\x06\x14ÂáC5…áü<\x07}ÊE"
  b"¤,¨\x1EâcLa¬\x0EŒO¥É‘•"
  b"¥#e±D\x06D\x04…Òœ¬\×\x0F\v"
  b"§±þG,ùN@‰MtT\vÏ•³"
  b"¿!\x02[\x13­FLäÞUQ*dÉ."
  b"®L²│j4A?ïwNpÏ\x17"
  b"©„½Ú”×A\x0E¦óéd¿\x16äÒ"
  b"®Å┐█ü=AæÆ\x18kß^╩D╔"
  b"®╗T,FøE├ó═ô|▄╦ìã"
  b"ª01ùýrM¼ŸíˆN¦+<Ý"
  b"ª÷Ô\x10'¢DZˆ9˜"ù4\f²"
  b"¼Z»─=)@Í┤\x15²+Qä\x06ì"
  b"¬ÈdÀ¿†BŸµ›Ú—,1Y›"
  b"®\en\x11\x01—C•…\x1Fh{{eI1"
  b"®©_íävIέ3\x1Cl|·¤š"
  b"¯"O\x19Õ¢L«©§·W´ ‰ý"
  b"°0\x06û÷5J“¥(ûqÁ']¸"
  b"▒█ìÑ2·@ØÂRpÝ/¦{┴"
  b"³nur‘¹M%£Däÿ\x01óD]"
  b"´.L¯tü@\e³O¥!âm—O"
  b"µñ‰wózI8‘ÐÀµÈëg4"
  b"¸9ï•\vwMšºxX¤«g\e¥"
  b"º¯\x05\x01D&I§€åH\e-\f¤m"
  b"»ðÿV…æBŒ¨¸ú\x1A©qê\x06"
  b"╝^\x02‗YÁHÕàÌuüU─HÐ"
  b"""
    ½;º‹ÁÃG\n
    ºJ^v\x1Eò\{
    """
  b"¢áe¤KÉD\x0FŶ\x18¢\t┬┼1"
  b"""
    ¿ûsÈ&±C©ƒ™«ç\n
    Êè2
    """
  b"Âg$¯Ã»AK»äÆ\x12ì…„®"
  b"Ä„Š\x03ňHñ¦\ž”¢Šì""
  b"─ؽ'V\x15OÙ▓░╚Ã\x1F8\x12A"
  b"Å$#4±¢FF¢\x15\x08L\x1EÑÚÔ"
  b"ÈZ5XÝ-@\ ôI\x1AkRaO"
  b"É\x03¦\e·WGz„äÙ ÅÃ7q"
  b"╔>═Û\x10¯A®Ñç«©Å\e\x08¾"
  b"╔ü└\x16ReD\x17çG\x14&)▓Ä\x1E"
  b"É›\x06´‚fN¥°©¡è\qæx"
  b"ÉóýàZv@Ù‚ŸÀ¨ú‚\eÊ"
  b"╩±\x10B╬\x17OºïéÝg─üÿÃ"
  b"Ë\x10d\x15U\fAî‰ÔK45|ÀÒ"
  b"╦T`¯´RLø£ØÕ\x08\-çJ"
  b"╦µóWlµCYÉ\x08í³"Â\x1FÖ"
  b"Ëñ\x12í’ÏJ\x05—S¸‹‡\x17À~"
  b"\rêüHëI­╗\x12½þ`╠█f"
  b"̧'\x00?õL“•¯E\x11•ç'š"
  b"Í]©]˜¦H\x10\x10Zl\x13ÔÛ?"
  b"Î×X\x1F—ãM‡„¾’¤éÈ\x18"
  b"ÐÕ\t2VkIæ³j£w•ÿÒµ"
  b"Í8─ÁÉ│@°¡\x16{VÖ±í&"
  b"×D¿x’®M¤ŠºbÈ»òÓ†"
  b"Ú~¶í\x19qC©±vÉ¥®[÷\x08"
  b"ÛôéÄÃèBè³=é“2ü9}"
  b"Ý\x17\=ÁpK#žà\x1DÂ\x05Úú<"
  b"ÝS¯[õ—HŠ”hh¶AÔ>v"
  b"Ý~J\x14q€Nò¥\x18‚a”¢ž^"
  b"""
    Ì\n
    w┬p\x19F\x08Å÷}┐╬\x18
    """
  b"áå:%\vUMY¸ïq‘9wC\x04"
  b"Ò¦N¹S4G¸ª┐qßBØkÒ"
  b"õE\x044#\x00B\x14Åø\x08\x04f\x02·"
  b"å{û\x05\x19RKM„Êg›Ž0ÌÙ"
  b"çQÿ]ç\x1CI(§-~\x14‡¦H¶"
  b"ç”ü§©õEš•\x03ÞZOÓ®\x10"
  b"è—Æd‡šH\v–iIK\x17\x0F«R"
  b"é}geëÄLD bþßÙÿ€ý"
  b"ê'7cañD˜¯\x01\x10\x18\x195éØ"
  b"êr¡iª]H\x06 T*œ\x12a\x1C\x18"
  b"î.ü“‚¹IdžL›­Ú\x10â\x0E"
  b"îS$\x10žÏKÛ£„i#÷ß„="
  b"¯­ÿ╔¤3J┘ØßïRÝW?®"
  b"´Ö«g¿¾NEüW┐ó\x1DóÚ="
  b"ïïÉÜ\x03lHR‘:µ4ÝH'Â"
  b"""
    ð\n
    Ç\x06\x07Ý@\x1A |TÝ^ê%^
    """
  b"ñcªŽ›kN\x0E‹}»8{Â\x19p"
  b"ñÀ\x14xÄöCü‚”½\vT&â "
  b"òµtÛÍ)@̤\x1A«Ž\x1Aè¥\x10"
  b"¾\x03GMƒ\x03NÅæ\x1Aúâö(\x1F°"
  b"""
    ó0P€³›A6‚8\r\n
    ñ€…L
    """
  b"""
    ¶¥ïPÙüKÍÇɳ¡\n
    \x1D\tÝ
    """
  b"õÊ\x12ôviMî¦ó‰g\x00\n\x10"
  b"öošD¡}N\v“vè<\v8–ß"
  b"öíuƒž¨C-˜¹—òìŠ[Œ"
  b"ø\x02\x19Œé<F¡¾¥÷L3Ù\x00Á"
  b"øËà\x0FGÔA\x00»Ýá´\x024í7"
  b"ù˜\x19ÏíêN®½»ãlUjEØ"
  b"ú鼿EðM\x1D§F™òù\x13r)"
  b"³".®RpNeØß¥╚p¢Ã8"
  b"■2▄═6µDµ¡Ø¬zZ-Ä)"
  b"þY·½ÚmL̦‹D&\x19¼â:"
  b"þ¶÷\x06°ùI\x04­Wê‘\x11nÍ¿"
  b"ÿ9·84\x1AN\x00›>¥\x14\x007v\x14"
]
85 1.38 ms
SELECT `category`.`id` as `category.id`, `category`.`version_id` as `category.versionId`, `category`.`parent_id` as `category.parentId`, `category`.`parent_version_id` as `category.parentVersionId`, `category`.`after_category_id` as `category.afterCategoryId`, `category`.`after_category_version_id` as `category.afterCategoryVersionId`, `category`.`media_id` as `category.mediaId`, `category`.`display_nested_products` as `category.displayNestedProducts`, `category`.`auto_increment` as `category.autoIncrement`, `category`.`level` as `category.level`, `category`.`path` as `category.path`, `category`.`child_count` as `category.childCount`, `category`.`type` as `category.type`, `category`.`product_assignment_type` as `category.productAssignmentType`, `category`.`visible` as `category.visible`, `category`.`active` as `category.active`, `category`.`cms_page_id` as `category.cmsPageId`, `category`.`cms_page_version_id` as `category.cmsPageVersionId`, `category`.`product_stream_id` as `category.productStreamId`, `category`.`custom_entity_type_id` as `category.customEntityTypeId`, `category`.`created_at` as `category.createdAt`, `category`.`updated_at` as `category.updatedAt`, `category.translation.name`, `category.translation.name` as `category.name`, `category.translation.breadcrumb`, `category.translation.breadcrumb` as `category.breadcrumb`, `category.translation.slotConfig`, `category.translation.slotConfig` as `category.slotConfig`, `category.translation.linkType`, `category.translation.linkType` as `category.linkType`, `category.translation.internalLink`, `category.translation.internalLink` as `category.internalLink`, `category.translation.externalLink`, `category.translation.externalLink` as `category.externalLink`, `category.translation.linkNewTab`, `category.translation.linkNewTab` as `category.linkNewTab`, `category.translation.description`, `category.translation.description` as `category.description`, `category.translation.metaTitle`, `category.translation.metaTitle` as `category.metaTitle`, `category.translation.metaDescription`, `category.translation.metaDescription` as `category.metaDescription`, `category.translation.keywords`, `category.translation.keywords` as `category.keywords`, `category.translation.customFields`, `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN (SELECT `category.translation`.`category_id`, `category.translation`.`category_version_id`, `category.translation`.`breadcrumb` as `category.translation.breadcrumb`, `category.translation`.`name` as `category.translation.name`, `category.translation`.`custom_fields` as `category.translation.customFields`, `category.translation`.`slot_config` as `category.translation.slotConfig`, `category.translation`.`link_type` as `category.translation.linkType`, `category.translation`.`internal_link` as `category.translation.internalLink`, `category.translation`.`external_link` as `category.translation.externalLink`, `category.translation`.`link_new_tab` as `category.translation.linkNewTab`, `category.translation`.`description` as `category.translation.description`, `category.translation`.`meta_title` as `category.translation.metaTitle`, `category.translation`.`meta_description` as `category.translation.metaDescription`, `category.translation`.`keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation`.`language_id` = ?) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.`category_version_id` = `category`.`version_id` WHERE (`category`.`version_id` = ?) AND (`category`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"\x01\x16•‡¼~òƒ)(9\x11\x08®ö"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"çPš¢Î}MN’ŸyΠÀú¢"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  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"õ•"¨‡ù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"Ãd>Éô.B§ö±ZSiÿÝf"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"\x01™(ˆ\x00ø\x7Fê«ÖÒ\x17ð%Mð"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b""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"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"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"õ•"¨‡ù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"õ•"¨‡ù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"=¹Ï9ÕßLøš²Œ¦OÉ ¯"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"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"õ•"¨‡ùG؆NBÄëÃ’f"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"C\x17Ø\x16│è@ß¡+?Ñ@╔Ì┐"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"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"
]
86 3.64 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"\x00K\x11¶dBI•–Šb”ÔêJç"
  b"\x01$\x17#▀ìL»è%´\x19┘Aø"
  b"\x01ÿ╠\x7F>Dr\x14¿HRìÓ`áÝ"
  b"\x01È-ëMµNyɲ┤q\x17Áýƒ"
  b"\x01ïi\tLKGè’i]¸µ-®µ"
  b"\x03Æøµ˜TJІ7â]\x1D=’N"
  b"\x04ƒ\x01)• JP²ª>v!"þù"
  b"\x04èqØ,øLfÅ\x18c6╣Êb!"
  b"\x06ü\x18{ÛËA\ü!¸Ö\ea\vç"
  b"\x07fV³]:L/¹1&9³½í\x04"
  b"\x08ßx÷‘ýOk˜w,ÿÓLŠe"
  b"\x08þ?µ\x18‹JI»Ÿø%\x0ELƒÁ"
  b"\t¼\x02·šÂH}‰Ÿâb\x0F\x19í$"
  b"\tÍ·tøÚ@’†ÏíÊ‹¤„±"
  b"""
    \n
    MbyÕzN³¶\½ÆH<\eÜ
    """
  b"\vB@Þh¥F\x1F¬™\x07‰¿7ù\x06"
  b"\föeu{\x11Dˆµ\x00†¶.K©ò"
  b"\x0E]ÛÆL`JC”“\x05ió÷T¯"
  b"\x0EÓõo\x15-Ee‹\x11\t±©þ¬h"
  b"\x11$·ÐõØD¥“Ñ/\x10éø|Ù"
  b"\x11tPëÄYN4¯4X—ö>0ä"
  b"\x11ÚZÚa\x19BX¢\x01\x14تm‡™"
  b"\x131ñ•7ƒAΜÊpš/\x058%"
  b"\x13`þJ@{B¸†dÐÿä\x16"
  b"\x13aËĺ@Byîæ[S\­Å─"
  b"\x14\x15╚u.tIMÅö£\x1Cþ¯iÄ"
  b"\x14\x16â%LåØy\ev/X\x16R"
  b"\x162\x15ÿµtN« ‰EŒ\x02IäÓ"
  b"\x17ÄNWà\x11J·ˆúTÑå˜g<"
  b"\x17Úëó\x0F§BÌä÷èþâÏì¡"
  b"\x1AMM\x11¬õI­‚\x16ÔyRÚI"
  b"\x1C}╦}þãA¥àÅ×\v\¦Ðd"
  b"\x1Cº-þà*EÒø\v\x19ã°þ\x1Dì"
  b"\x1EXZ░Æ═EúÜ\x7F`§ëHìo"
  b"\x1F©┤cëÐB┤ü+═┤\x1D²á▒"
  b"\x1F■Ø:╗áFP▓ÅA"dØOv"
  b" \x02g\x0F=0@\x0E¨òØ…\x13n9\x1C"
  b" AÜ0\fÒE?˜‡Ï\f'ªA¡"
  b"\x10CìwO¸ù▀╠sÛ=\x18Í"
  b"#k*É╚LH¥ºp╔®'n│!"
  b"$K`0ÿýE)¤Ð\x15¾Pº"%"
  b"$˜d9n¯MW©\r\x1De;Û"
  b"\x02ýW9AY“$Ãk7'S¥"
  b"%Z0<ó\x14O]¸^1ɹ¬Æº"
  b"'Ä0ËŒµJw‹´Óqì\x7F"
  b"(\tA=žùHÿˆ}ñ+ÖÔ§È"
  b"(‘j߈PL …@Ø\x11¸r4Ë"
  b")BE\x06÷ÃOp¥\x00ÃiìÞ¥T"
  b",yâÜ®@OZ«ÍBí:P-\x1C"
  b",×Â!”±L:‰°-×òˆíí"
  b".=É÷G{E\x13¼…ÿŠ>VW£"
  b".{a3\x04¦LûéM\eµ Ï1É"
  b"/\fù\x03[=MÔ”Û\x11øgÆW "
  b"/Ö§\x08”ñC~ªÊX\vhGæà"
  b"2Ì·6┬iGáì½3▀7¼ßJ"
  b"3\e\x17ã[RIØÁ[Ñ1o\x0F┤""
  b"4wìç[¤Aý‹öІ•Ôši"
  b"""
    4ÝøR*¾LMì¬Mð\n
    \x19Tf
    """
  b"5E\x1Dß>ÁA눙eòF<Ç¿"
  b"6mUÜÇüHFå[Î\x12Ï░®¡"
  b"7\x0Fþ;¥ýN¤’ÑŸ‹´‚ö¼"
  b"7k=Þ\x1F[EÔÅ┼v┼÷░!╝"
  b"8\x0F\x1EOÅYGF²b5)\x18gM]"
  b"8u\x11\x0Eœ¢AE§5{Ø7z­·"
  b"97ëáf\x10H\x16­S"¬Yü)—"
  b";áF´LþNÜ¢²sksã¶b"
  b"<I%¦=¸Oßïh!¢─ùSÉ"
  b"<ë7§2BBb‘]9KÞÕ¦{"
  b"=\x15àñ“ÍL\x10¯\x10ûEÏNtk"
  b"=\x17\x1C¦ùìDÖ†úÁdÿ\x06"
  b"=b\e\x056\x10M»░F²\x07ãì┬╗"
  b">%F┼÷\x10@ÃÅß▓;Lrñ­"
  b">Uy\x02©\x1CLÜ™,úÀØT<)"
  b"?uÇ,&\x19K²º^k5¤´òu"
  b"@L<fªWK\x1F½£Ý\x07\x08"
  b"@ã‰j2`Iy¿’\vª\x1F\*:"
  b"Aõ‘k³ûF\x0E±™\x05ÏÔ#å\x14"
  b"\es\r®E¿‹‰Š´™÷ŽB"
  b"Bõ+\x1A_'InÉ╠ÿI*K╩┌"
  b"C‗ªEhÛ@kÅõÍ▄zV┐O"
  b"D9'›Ô3@\x0Ež˜/àr*²\x1D"
  b"D•©Ý$\x10Nߎ\x1A‚­•[G©"
  b"H\x10x¿í\x15KâéüÐ)‗└ä╦"
  b"IÂb”\x0EcF'¨:-‰\x00ËË2"
  b"J{ªÄ&[Ej›ÝóÚY\x1EÅÎ"
  b"MƒV¸\x18›C«©l\x07²ä´ØË"
  b"NݱÍ\x12†FÞ°»–l\x1Då€i"
  b"P\f©ima@[‚šÇhÀ2\x08ð"
  b"RÃwGh\x08K“³¹Î;\x15¼ž\t"
  b"RËsd8óGå•u‰:&'à©"
  b"V`\x0E\x14»rL8£»[W‹Ò\x10×"
  b"VÂã‚Æ°JN‰,u0\xí]"
  b"W5Y©ø•@…‰w…€ì%1S"
  b"W¤¯T4‚E5žóSŽê±¾="
  b"X&›gŒÁM©ˆ³\x15»±ë_V"
  b"XZÜ¿YŠOX€À\x14+¿™Wù"
  b"Z8uꪓHT„W»'“l¥„"
  b"ZCY,K\x1CEå«\x7FÍœnZúv"
  b"[ØV©p`Ló¼┬u2ƒ▒[^"
  b"[Ð<^xxJ$¼7Q'3³\ei"
  b"[ï2Nò J‹ƒÁe­íØBƒ"
  b"\\x03ë\x1DÄÄC•‘†—‡\ev‚N"
  b"\4©\█HAþÅ(\x15Óuò─Ð"
  b"\J¼ÑV4Jq┐▓ܨ²ü§K"
  b"""
    \f¨ŽAAA¹„‹Øü’\n
    “¿
    """
  b"\\x7F3\x05\x05HDtµ=œ\x1CÆÍY†"
  b"^\fàA\x11`Fò‡ŽÕIl†jC"
  b"\x10œ\x12(NÚ’¾‡î4|jÂ"
  b"`åãûÝ,J░▓c\x1C÷êÉH¢"
  b"`║d⡤L\rì▄ÓJ\t}ËË"
  b"a\x0F·├\:CØ¢íoOÚAná"
  b"aN\x15\x00M6A8ŒÃÌ™\x0EÈýT"
  b"aÏ üTs@a¸)¤¥pßÖ "
  b"aô¸\x0Ey‡Jy—ð\x02x¿ŸP6"
  b"bØô└¹ÿB+óÔÖ\x03¿­╔Å"
  b"c\x05ž˜NaKâ¿9ÿœEú$\x1C"
  b"cÄö›\‡F)§T\x16¯Ç´&ö"
  b"d\x1DÌþ\x19£I‡›XZ9!3˜µ"
  b"eÊ›Äì…A·¼(ýUš|È´"
  b"fÝ^ÙX\x04M‰ª\x19ÏØ\x1EF÷O"
  b"g\x11tl6\x10KŒ¥\x16\x1A½»4\x00\x1D"
  b"gyp—á?Bí¨bWÇ\x1CBz("
  b"h¹¼vɧE#┐µqW\x1FîëÊ"
  b"h¹╔\fË©DQÅö6v╝\`└"
  b"i•PMè„OL¸À"zSs\x16«"
  b"j\x04>§!\fC╔ìm┘·^«qê"
  b"jÚm¿ïåMJ©“ø%Üs£Ç"
  b"k\x1E\x1D/ɪDwŠA?ºÆ\v"
  b"k┤£V®CB£Ä╠ì+\x7Fnn9"
  b"\x11X\x03\x02DÍØ¥àa\f¸+@"
  b"l(ÀÈZí@S†€ËLyuÚ®"
  b"mÀ¸QÜ3L±šàÍÌ­…MŸ"
  b"nÊñ©ð®Eö€_(öY‰îX"
  b"nêx±»îBl˜…0\x14Š¿˜Õ"
  b"""
    n‗\x05d\n
    ÖDÛü>\x7F/¶xb\r
    """
  b"u\eÀä\x15_G\x1D“cLnL…\x0Fì"
  b"u—\x17"|vCá¶ñ\x18\x15¢\x03³£"
  b"\x7FÄMôO\x7F£ªû\x11Óóì§"
  b"y┴┤B7¦JÚº╔¯\x13ÉüR╚"
  b"\x08r\x12oL@›Í\x04>I´?†"
  b"yå*Wd\rDw‡!{0§¼òÌ"
  b"z1\x18ð\x03\vGúû─Å░╠ÕÅô"
  b"{x•bdæFH¹ì:Nã<ˆS"
  b"{¾ª\x15üéH┤¼\x07RA0\x0FC└"
  b"|»L¤âÙDÑ░²c═Oü'Æ"
  b"}]\x1C½I¯F\e\e¹~e¤7f"
  b"}tAq┐\x06H\x1Aé│\x0E\x7F±x"
  b"~42\x12¸ÏI'ìô6º■Ø-â"
  b"ü\x0E╝═æ\M{òcW-©\x12"
  b"üU/Å6jJ(ë▄\x00¶ƒ÷ê\x11"
  b"ü¾¾\x18╠ƒN║¢¿\6P \x1FV"
  b"‚öØ6ø O\x1A©·Öî"›rÑ"
  b"„+£ÃEÂHѬü”ôÄÌQ\x12"
  b"…Ó01Å^CyºÑØÇ¾ÆØð"
  b"å¬îgÐ\x18K\x10Ø8óe¦û\x07ö"
  b"ê*\rÉä\F╔╗\x01ûYª\x15‗5"
  b"\x11Y™Z\vB¿´Ââø¨ï¼A"
  b"‰uY6^èCa¼\tq‡a\eíï"
  b"è\x12?\x1Aý|N╔Å\x02ɼ▓m\x7F\x18"
  b"ŠÍ¢Ø³@Mœ§\x1DŸ\ÞÜly"
  b"‹Ý££åÏJy¸eã7C÷\x07ô"
  b"Œ\x19…+î§@\x11»Kñ8[á³j"
  b"""
    Œs¸1>qC\x08©ù!Êÿ\n
    é˜
    """
  b"‘-ÓŸ\e\x00Fé±\x00èjüä­Ÿ"
  b"‘_oB`ŸNÙ©ž=PÛ\x19ê}"
  b"’Ç£ž-NI\x7F¹b)Oå˜ú,"
  b"Ʋy]\füOO░ç°C\x04ëíA"
  b"Ʋ▄┤ÞüBÂî5$^¤Ôký"
  b"""
    •™ðP¤íLrŒ\x1F\n
    –1Ú®†
    """
  b"•Ø\x05.[¸B—­=9?éœwí"
  b"û\x00mi\x16xM╩ƒ9øÉB%qô"
  b"˜ÝÌûþ×C.„™Bt:s\x02Ú"
  b"Öñ\\tU=AÌÉv©\x08\x1Dp±═"
  b"Ö¬A¯³¡HÅ┐╗╠¨·\x00\fã"
  b"ÖÙ0\x03\x1D├F\ÅÞè£ëGnW"
  b"šlèÎ[\x06A¼žêûð€Øª\x07"
  b"""
    ø\n
    \x08¹+FÉò \x14õ\v!\x16¿
    """
  b"ø)ÇëW┌HF¢:qÉQVÅ\e"
  b"øx\x07Û\x02õLÃúaÈÉKÒ4å"
  b"Ø6╗Rè╚H\x16ÿ>█¤ð▓Y▓"
  b"ž\tÿs»\x17C&´=ßïw´dú"
  b"×ß\x12\reìKÚü░\x00è\x171®³"
  b" mêØ\x05ùKú¨ÌH­B©tå"
  b" ºH\fetF/´\x1Dçnìå£\x13"
  b"¡Olªm(Kl½¤½A`âµÀ"
  b"¢E\x0EÍW\x1CL\¬qÄ *\x1FÕ@"
  b"óv‗Û▄CJ░ü\x12<▒\x03eý´"
  b"£M\x06\x14ÂáC5…áü<\x07}ÊE"
  b"¤,¨\x1EâcLa¬\x0EŒO¥É‘•"
  b"¥#e±D\x06D\x04…Òœ¬\×\x0F\v"
  b"§±þG,ùN@‰MtT\vÏ•³"
  b"¿!\x02[\x13­FLäÞUQ*dÉ."
  b"®L²│j4A?ïwNpÏ\x17"
  b"©„½Ú”×A\x0E¦óéd¿\x16äÒ"
  b"®Å┐█ü=AæÆ\x18kß^╩D╔"
  b"®╗T,FøE├ó═ô|▄╦ìã"
  b"ª01ùýrM¼ŸíˆN¦+<Ý"
  b"ª÷Ô\x10'¢DZˆ9˜"ù4\f²"
  b"¼Z»─=)@Í┤\x15²+Qä\x06ì"
  b"¬ÈdÀ¿†BŸµ›Ú—,1Y›"
  b"®\en\x11\x01—C•…\x1Fh{{eI1"
  b"®©_íävIέ3\x1Cl|·¤š"
  b"¯"O\x19Õ¢L«©§·W´ ‰ý"
  b"°0\x06û÷5J“¥(ûqÁ']¸"
  b"▒█ìÑ2·@ØÂRpÝ/¦{┴"
  b"³nur‘¹M%£Däÿ\x01óD]"
  b"´.L¯tü@\e³O¥!âm—O"
  b"µñ‰wózI8‘ÐÀµÈëg4"
  b"¸9ï•\vwMšºxX¤«g\e¥"
  b"º¯\x05\x01D&I§€åH\e-\f¤m"
  b"»ðÿV…æBŒ¨¸ú\x1A©qê\x06"
  b"╝^\x02‗YÁHÕàÌuüU─HÐ"
  b"""
    ½;º‹ÁÃG\n
    ºJ^v\x1Eò\{
    """
  b"¢áe¤KÉD\x0FŶ\x18¢\t┬┼1"
  b"""
    ¿ûsÈ&±C©ƒ™«ç\n
    Êè2
    """
  b"Âg$¯Ã»AK»äÆ\x12ì…„®"
  b"Ä„Š\x03ňHñ¦\ž”¢Šì""
  b"─ؽ'V\x15OÙ▓░╚Ã\x1F8\x12A"
  b"Å$#4±¢FF¢\x15\x08L\x1EÑÚÔ"
  b"ÈZ5XÝ-@\ ôI\x1AkRaO"
  b"É\x03¦\e·WGz„äÙ ÅÃ7q"
  b"╔>═Û\x10¯A®Ñç«©Å\e\x08¾"
  b"╔ü└\x16ReD\x17çG\x14&)▓Ä\x1E"
  b"É›\x06´‚fN¥°©¡è\qæx"
  b"ÉóýàZv@Ù‚ŸÀ¨ú‚\eÊ"
  b"╩±\x10B╬\x17OºïéÝg─üÿÃ"
  b"Ë\x10d\x15U\fAî‰ÔK45|ÀÒ"
  b"╦T`¯´RLø£ØÕ\x08\-çJ"
  b"╦µóWlµCYÉ\x08í³"Â\x1FÖ"
  b"Ëñ\x12í’ÏJ\x05—S¸‹‡\x17À~"
  b"\rêüHëI­╗\x12½þ`╠█f"
  b"̧'\x00?õL“•¯E\x11•ç'š"
  b"Í]©]˜¦H\x10\x10Zl\x13ÔÛ?"
  b"Î×X\x1F—ãM‡„¾’¤éÈ\x18"
  b"ÐÕ\t2VkIæ³j£w•ÿÒµ"
  b"Í8─ÁÉ│@°¡\x16{VÖ±í&"
  b"×D¿x’®M¤ŠºbÈ»òÓ†"
  b"Ú~¶í\x19qC©±vÉ¥®[÷\x08"
  b"ÛôéÄÃèBè³=é“2ü9}"
  b"Ý\x17\=ÁpK#žà\x1DÂ\x05Úú<"
  b"ÝS¯[õ—HŠ”hh¶AÔ>v"
  b"Ý~J\x14q€Nò¥\x18‚a”¢ž^"
  b"""
    Ì\n
    w┬p\x19F\x08Å÷}┐╬\x18
    """
  b"áå:%\vUMY¸ïq‘9wC\x04"
  b"Ò¦N¹S4G¸ª┐qßBØkÒ"
  b"õE\x044#\x00B\x14Åø\x08\x04f\x02·"
  b"å{û\x05\x19RKM„Êg›Ž0ÌÙ"
  b"çQÿ]ç\x1CI(§-~\x14‡¦H¶"
  b"ç”ü§©õEš•\x03ÞZOÓ®\x10"
  b"è—Æd‡šH\v–iIK\x17\x0F«R"
  b"é}geëÄLD bþßÙÿ€ý"
  b"ê'7cañD˜¯\x01\x10\x18\x195éØ"
  b"êr¡iª]H\x06 T*œ\x12a\x1C\x18"
  b"î.ü“‚¹IdžL›­Ú\x10â\x0E"
  b"îS$\x10žÏKÛ£„i#÷ß„="
  b"¯­ÿ╔¤3J┘ØßïRÝW?®"
  b"´Ö«g¿¾NEüW┐ó\x1DóÚ="
  b"ïïÉÜ\x03lHR‘:µ4ÝH'Â"
  b"""
    ð\n
    Ç\x06\x07Ý@\x1A |TÝ^ê%^
    """
  b"ñcªŽ›kN\x0E‹}»8{Â\x19p"
  b"ñÀ\x14xÄöCü‚”½\vT&â "
  b"òµtÛÍ)@̤\x1A«Ž\x1Aè¥\x10"
  b"¾\x03GMƒ\x03NÅæ\x1Aúâö(\x1F°"
  b"""
    ó0P€³›A6‚8\r\n
    ñ€…L
    """
  b"""
    ¶¥ïPÙüKÍÇɳ¡\n
    \x1D\tÝ
    """
  b"õÊ\x12ôviMî¦ó‰g\x00\n\x10"
  b"öošD¡}N\v“vè<\v8–ß"
  b"öíuƒž¨C-˜¹—òìŠ[Œ"
  b"ø\x02\x19Œé<F¡¾¥÷L3Ù\x00Á"
  b"øËà\x0FGÔA\x00»Ýá´\x024í7"
  b"ù˜\x19ÏíêN®½»ãlUjEØ"
  b"ú鼿EðM\x1D§F™òù\x13r)"
  b"³".®RpNeØß¥╚p¢Ã8"
  b"■2▄═6µDµ¡Ø¬zZ-Ä)"
  b"þY·½ÚmL̦‹D&\x19¼â:"
  b"þ¶÷\x06°ùI\x04­Wê‘\x11nÍ¿"
  b"ÿ9·84\x1AN\x00›>¥\x14\x007v\x14"
]
87 0.26 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.34 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.42 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/50-sx-junior-2006-modelcode-6001F3"
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
90 0.53 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.22 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.30 ms
SELECT `locale`.`id` as `locale.id`, `locale`.`code` as `locale.code`, `locale`.`created_at` as `locale.createdAt`, `locale`.`updated_at` as `locale.updatedAt`, `locale.translation.name`, `locale.translation.name` as `locale.name`, `locale.translation.territory`, `locale.translation.territory` as `locale.territory`, `locale.translation.customFields`, `locale.translation.customFields` as `locale.customFields` FROM `locale` LEFT JOIN (SELECT `locale.translation`.`locale_id`, `locale.translation`.`name` as `locale.translation.name`, `locale.translation`.`territory` as `locale.translation.territory`, `locale.translation`.`custom_fields` as `locale.translation.customFields` FROM `locale_translation` `locale.translation` WHERE `locale.translation`.`language_id` = ?) `locale.locale_translation` ON `locale.locale_translation`.`locale_id` = `locale`.`id` WHERE (`locale`.`id` = ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"VÞGÀŽÊMT“*¸Æ³Qqƒ"
]
94 0.33 ms
SELECT LOWER(HEX(language.id)) AS array_key, LOWER(HEX(language.id)) AS id, locale.code, parentLocale.code AS parentCode, LOWER(HEX(language.parent_id)) parentId FROM language LEFT JOIN locale locale ON language.translation_code_id = locale.id LEFT JOIN language parentLanguage ON language.parent_id = parentLanguage.id LEFT JOIN locale parentLocale ON parentLanguage.translation_code_id = parentLocale.id
Parameters:
[]
95 0.20 ms
SELECT LOWER(HEX(id)) FROM snippet_set WHERE iso = ?
Parameters:
[
  "de-DE"
]
96 0.19 ms
SELECT iso FROM snippet_set WHERE id = ?
Parameters:
[
  b"\x0Ea[Ø_\x11FÿêLËB\x17¸à="
]
97 0.27 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.53 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.54 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.23 ms
SELECT `base_class` AS `baseClass`, `author`
                FROM `plugin`
Parameters:
[]
101 0.41 ms
SELECT translation_key, value FROM snippet WHERE snippet_set_id = ?
Parameters:
[
  b"\x0Ea[Ø_\x11FÿêLËB\x17¸à="
]
102 0.23 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.30 ms
SELECT path FROM category WHERE id = ?
Parameters:
[
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
]
104 0.19 ms
SELECT min_search_length FROM product_search_config WHERE language_id = ?
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
]
105 0.73 ms
# theme-service::load-config::read
SELECT `theme`.`id` as `theme.id`, `theme`.`technical_name` as `theme.technicalName`, `theme`.`name` as `theme.name`, `theme`.`author` as `theme.author`, `theme`.`preview_media_id` as `theme.previewMediaId`, `theme`.`parent_theme_id` as `theme.parentThemeId`, `theme`.`theme_json` as `theme.themeJson`, `theme`.`base_config` as `theme.baseConfig`, `theme`.`config_values` as `theme.configValues`, `theme`.`active` as `theme.active`, `theme`.`created_at` as `theme.createdAt`, `theme`.`updated_at` as `theme.updatedAt`, `theme.translation.description`, `theme.translation.description` as `theme.description`, `theme.translation.labels`, `theme.translation.labels` as `theme.labels`, `theme.translation.helpTexts`, `theme.translation.helpTexts` as `theme.helpTexts`, `theme.translation.customFields`, `theme.translation.customFields` as `theme.customFields` FROM `theme` LEFT JOIN (SELECT `theme.translation`.`theme_id`, `theme.translation`.`description` as `theme.translation.description`, `theme.translation`.`labels` as `theme.translation.labels`, `theme.translation`.`help_texts` as `theme.translation.helpTexts`, `theme.translation`.`custom_fields` as `theme.translation.customFields` FROM `theme_translation` `theme.translation` WHERE `theme.translation`.`language_id` = ?) `theme.theme_translation` ON `theme.theme_translation`.`theme_id` = `theme`.`id`
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
]
106 0.38 ms
# theme-service::resolve-media::read
SELECT `media`.`id` as `media.id`, `media`.`user_id` as `media.userId`, `media`.`media_folder_id` as `media.mediaFolderId`, `media`.`mime_type` as `media.mimeType`, `media`.`file_extension` as `media.fileExtension`, `media`.`uploaded_at` as `media.uploadedAt`, `media`.`file_name` as `media.fileName`, `media`.`file_size` as `media.fileSize`, `media`.`media_type` as `media.mediaTypeRaw`, `media`.`meta_data` as `media.metaData`, `media`.`config` as `media.config`, `media`.`path` as `media.path`, `media`.`private` as `media.private`, `media`.`thumbnails_ro` as `media.thumbnailsRo`, `media`.`created_at` as `media.createdAt`, `media`.`updated_at` as `media.updatedAt`, `media.translation.title`, `media.translation.title` as `media.title`, `media.translation.alt`, `media.translation.alt` as `media.alt`, `media.translation.customFields`, `media.translation.customFields` as `media.customFields` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media`.`media_folder_id` = `media.mediaFolder`.`id` LEFT JOIN (SELECT `media.translation`.`media_id`, `media.translation`.`alt` as `media.translation.alt`, `media.translation`.`title` as `media.translation.title`, `media.translation`.`custom_fields` as `media.translation.customFields` FROM `media_translation` `media.translation` WHERE `media.translation`.`language_id` = ?) `media.media_translation` ON `media.media_translation`.`media_id` = `media`.`id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder`.`default_folder_id` = `media.mediaFolder.defaultFolder`.`id` WHERE (((`media`.`private` = ? OR (`media`.`private` = ? AND `media.mediaFolder.defaultFolder`.`entity` = ?)))) AND (`media`.`id` IN (?, ?, ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  false
  true
  "product_download"
  b"─g]ì?=LÚëµÚ╬│\x12\x02\x18"
  b"óÞ…À@sL\t‰±j­æ´ª¦"
  b">\x10\x13OùÕFiŠ˜ÕŽ\x08t•ð"
]
107 0.68 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.62 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.48 ms
SELECT `media`.`id` as `media.id`, `media`.`user_id` as `media.userId`, `media`.`media_folder_id` as `media.mediaFolderId`, `media`.`mime_type` as `media.mimeType`, `media`.`file_extension` as `media.fileExtension`, `media`.`uploaded_at` as `media.uploadedAt`, `media`.`file_name` as `media.fileName`, `media`.`file_size` as `media.fileSize`, `media`.`media_type` as `media.mediaTypeRaw`, `media`.`meta_data` as `media.metaData`, `media`.`config` as `media.config`, `media`.`path` as `media.path`, `media`.`private` as `media.private`, `media`.`thumbnails_ro` as `media.thumbnailsRo`, `media`.`created_at` as `media.createdAt`, `media`.`updated_at` as `media.updatedAt`, `media.translation.title`, `media.translation.title` as `media.title`, `media.translation.alt`, `media.translation.alt` as `media.alt`, `media.translation.customFields`, `media.translation.customFields` as `media.customFields` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media`.`media_folder_id` = `media.mediaFolder`.`id` LEFT JOIN (SELECT `media.translation`.`media_id`, `media.translation`.`alt` as `media.translation.alt`, `media.translation`.`title` as `media.translation.title`, `media.translation`.`custom_fields` as `media.translation.customFields` FROM `media_translation` `media.translation` WHERE `media.translation`.`language_id` = ?) `media.media_translation` ON `media.media_translation`.`media_id` = `media`.`id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder`.`default_folder_id` = `media.mediaFolder.defaultFolder`.`id` WHERE (((`media`.`private` = ? OR (`media`.`private` = ? AND `media.mediaFolder.defaultFolder`.`entity` = ?)))) AND (`media`.`id` IN (?, ?, ?, ?, ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  false
  true
  "product_download"
  b"─g]ì?=LÚëµÚ╬│\x12\x02\x18"
  b"─g]ì?=LÚëµÚ╬│\x12\x02\x18"
  b"─g]ì?=LÚëµÚ╬│\x12\x02\x18"
  b"óÞ…À@sL\t‰±j­æ´ª¦"
  b">\x10\x13OùÕFiŠ˜ÕŽ\x08t•ð"
]
110 0.51 ms
SELECT `app`.`id` as `app.id`, `app`.`name` as `app.name`, `app`.`path` as `app.path`, `app`.`author` as `app.author`, `app`.`copyright` as `app.copyright`, `app`.`license` as `app.license`, `app`.`active` as `app.active`, `app`.`configurable` as `app.configurable`, `app`.`privacy` as `app.privacy`, `app`.`version` as `app.version`, `app`.`icon` as `app.iconRaw`, `app`.`app_secret` as `app.appSecret`, `app`.`modules` as `app.modules`, `app`.`main_module` as `app.mainModule`, `app`.`cookies` as `app.cookies`, `app`.`allow_disable` as `app.allowDisable`, `app`.`base_app_url` as `app.baseAppUrl`, `app`.`allowed_hosts` as `app.allowedHosts`, `app`.`template_load_priority` as `app.templateLoadPriority`, `app`.`checkout_gateway_url` as `app.checkoutGatewayUrl`, `app`.`in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl`, `app`.`source_type` as `app.sourceType`, `app`.`source_config` as `app.sourceConfig`, `app`.`self_managed` as `app.selfManaged`, `app`.`integration_id` as `app.integrationId`, `app.integration`.`id` as `app.integration.id`, `app.integration`.`label` as `app.integration.label`, `app.integration`.`access_key` as `app.integration.accessKey`, `app.integration`.`secret_access_key` as `app.integration.secretAccessKey`, `app.integration`.`last_usage_at` as `app.integration.lastUsageAt`, `app.integration`.`admin` as `app.integration.admin`, `app.integration`.`custom_fields` as `app.integration.customFields`, `app.integration`.`deleted_at` as `app.integration.deletedAt`, `app.integration`.`created_at` as `app.integration.createdAt`, `app.integration`.`updated_at` as `app.integration.updatedAt`, `app`.`acl_role_id` as `app.aclRoleId`, `app.aclRole`.`id` as `app.aclRole.id`, `app.aclRole`.`name` as `app.aclRole.name`, `app.aclRole`.`description` as `app.aclRole.description`, `app.aclRole`.`privileges` as `app.aclRole.privileges`, `app.aclRole`.`deleted_at` as `app.aclRole.deletedAt`, `app.aclRole`.`created_at` as `app.aclRole.createdAt`, `app.aclRole`.`updated_at` as `app.aclRole.updatedAt`, `app`.`created_at` as `app.createdAt`, `app`.`updated_at` as `app.updatedAt`, `app.translation.label`, `app.translation.label` as `app.label`, `app.translation.description`, `app.translation.description` as `app.description`, `app.translation.privacyPolicyExtensions`, `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions`, `app.translation.customFields`, `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app`.`integration_id` = `app.integration`.`id` LEFT JOIN `acl_role` `app.aclRole` ON `app`.`acl_role_id` = `app.aclRole`.`id` LEFT JOIN (SELECT `app.translation`.`app_id`, `app.translation`.`label` as `app.translation.label`, `app.translation`.`description` as `app.translation.description`, `app.translation`.`privacy_policy_extensions` as `app.translation.privacyPolicyExtensions`, `app.translation`.`custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation`.`language_id` = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` WHERE (`app`.`name` = ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  "SwagAnalytics"
]
111 0.57 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 16.58 ms
# seo_url::replacement
SELECT seo_path_info, path_info, sales_channel_id FROM seo_url WHERE (seo_url.is_canonical = 1) AND (seo_url.path_info IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)) AND (seo_url.language_id = ?) AND (seo_url.sales_channel_id = ? OR seo_url.sales_channel_id IS NULL) AND (seo_url.is_deleted = 0)
Parameters:
[
  "/"
  "/navigation/251448b91bc742de85643f5fccd89051"
  "/navigation/ec2a4d4fb4474b5088b03df523675f08"
  "/navigation/859156a63cc442008cc67aa14505a8ca"
  "/navigation/4851ecc7788447bfb1e74f488e708249"
  "/navigation/2350ba14e89143198d72042128b8519f"
  "/navigation/f3f47b57953b40afb23cd462dda41731"
  "/navigation/075251ee45644d14bfeae2fce50073a0"
  "/navigation/16c8cbca5d1e4e08ac1b8e8f0ac84d58"
  "/navigation/07d6d4c2753d4315814435763a756eb6"
  "/navigation/4784c622e7b34b139d9852ed9fb53adb"
  "/navigation/4d8c5ae5733d4a1f8575bc4b5421a20c"
  "/navigation/7ca22766fd2846b39712928cd77b169b"
  "/navigation/cc590dbc44b740169864cd7c989ddad0"
  "/navigation/275477acc6364fcbb3d3bfbe17317800"
  "/navigation/57e065cd29a24cb3b2d9fc39fc2abf50"
  "/navigation/aefcfa1180634bb98635452ad2dcdbf7"
  "/navigation/bda1448fb6f1449eae78e06d3dd07df3"
  "/navigation/2c38112820554a9598f0c8e77373625c"
  "/navigation/310cbec927954c1ca5d68a3a49b532c7"
  "/navigation/adb46bd6b0b94f9eb5e3976d8446b8fa"
  "/navigation/c7643e90932e42f594f15a536998ed66"
  "/navigation/3abc5229293848c9b2fc1b27fd3d8421"
  "/navigation/514a31209c6e45c5b7f05cf2ce9205fb"
  "/navigation/8539a768e5ce4f168833f890bae1d0a6"
  "/navigation/0923017eea79437bb043b5b0673e115f"
  "/navigation/c6f322e9a6294eb896f7bb669251f305"
  "/navigation/8cfeb9558d524e17827ec792492c9122"
  "/navigation/9fc238bdf9af4f7980d7f1cd1189e8d3"
  "/navigation/a3668172f857425f9bfe53224046ba51"
  "/navigation/505fcc508c4e47eb99d8e4627fe8bd32"
  "/navigation/82738af02a084bbdb851e11e8ec598dc"
  "/navigation/aab03d74404b481ba120fb9530426d47"
  "/navigation/018c9125ea874ae287429a2cefd1f2d0"
  "/navigation/1a5c6210666443f19920fa7686428657"
  "/navigation/76780ee5e68042aab5f6574d7e25dcd3"
  "/navigation/bef74106cc0b4125978553246ff16ad6"
  "/navigation/c4aa5e8624d24b30b0312e22701162d6"
  "/navigation/c6dc84aee6e1469696ac2299c312fde9"
  "/navigation/d62f763a8391413b81a164ea482db739"
  "/navigation/dfdf2340aca14881a6652d08e7656163"
  "/navigation/ab1de20b216545318a6cdad2ee7e2a82"
  "/navigation/afed1ddda6d849c49d00ca0932a75b70"
  "/navigation/b55d905661614a2fa7f585ef697d6cfe"
  "/navigation/c7156d3692b345c69d8c93126625814e"
  "/navigation/004440dd20754671ada9bf79a2b75fbc"
  "/navigation/0b73a534bf5044ed9dd6af4e301fc006"
  "/navigation/c9d1a6f276f24c67b7c66222804db52c"
  "/navigation/f57dc8356f054004b0b2ae82257e6ab4"
  "/navigation/cd3cfa833d6046b89a14935aee1a7f8f"
  "/navigation/3db9cf39d5df4cf89ab28ca64fc9a0af"
  "/navigation/a316e8972e0041bfa756d6f7acc23e7d"
  "/navigation/d3e05b27b6cd431d9b6b64f4e4f197a6"
  "/navigation/eeadca367c544275ac141449b234e23b"
  "/navigation/0efa889b062a423c8fd11a73b02e28f4"
  "/navigation/52daaaf1c14242d699b579aa2eadba48"
  "/navigation/8537420f2eb44ac297adf8c04e163b3d"
  "/navigation/d9db2acbb0ef4cfab89a07bc122d204c"
  "/navigation/f501cdbc9c1c4609a8a519e227fc2bef"
  "/navigation/f59522a887f947d8864e42c4ebc39266"
  "/navigation/f9e2050944fc498ea0537fdb55cba37d"
  "/navigation/882667d91b2d4ab5a8cb33bcce661e38"
  "/navigation/35da856933d947239055eaf099933e29"
  "/navigation/4e2522fa9ec04f46bcab12cd36925cb6"
  "/navigation/552f1d0a97d7418d822959705696a65d"
  "/navigation/7623cc38e1154a2797227b05b7d74503"
  "/navigation/78c4ca0a6208486cb940907b1298f747"
  "/navigation/37476b928c114f0692ad5a37af14e66b"
  "/navigation/d3000e05adbf41ccb0952539c25cb21c"
  "/navigation/1b15b427e9cb40b28d537a893668f15a"
  "/navigation/43c83d522870493a8ab2df8abb5d556c"
  "/navigation/49f823826b384871aec230ae7ee2f154"
  "/navigation/e5a13fc2f1c542cd9057c9488b5c559a"
  "/navigation/01fb819fa75744c8a56fdc0981381ba9"
  "/navigation/7182c23f1e214e85adba25d65afe398a"
  "/navigation/73045f602ad1421fadf76dcecc9ca960"
  "/navigation/89a9b23c1a8b41c2bb4a66032fda3981"
  "/navigation/a585c54285844d1ebd1a64392ed3ee8c"
  "/navigation/f7e8bdb0ed0f4677aa2beed3bac45f8f"
  "/navigation/c76f09f24f1942b1822fb275e0080db3"
  "/navigation/e10596ecd9474c998247ceb3e50921c6"
  "/navigation/01797e0437b3448db94e690f14f43e5f"
  "/navigation/7b34af3a47cb4c3ba3188ed1cee83967"
  "/navigation/7758ea41858d4231ad3623921c73e531"
  "/navigation/68376253ee4542d7aa4d93ac4958eb0a"
  "/navigation/f42644ae8c26492b8cfb8d0ac6f4d74e"
  "/navigation/d867ffee71f646f09b1c069b267201e0"
  "/navigation/4fed7b490a09439dbe58747fe74f3e5d"
  "/navigation/cf5a0b4136834eac88874e7ff81b8ba5"
  "/navigation/f19faba35fa04f30a1bdd354b051f625"
  "/navigation/4bc032eef6364672a0d09b8abe93d55e"
  "/navigation/33b309eb71bc4c2a9976970795d500fa"
  "/navigation/6dba75696b5148139136de033ffc6382"
  "/navigation/be2f3ca764534022a2ba79f972c9679d"
  "/navigation/2e7a070a7ae844fab5cfe4c37e52a1d6"
  "/navigation/0198f4ed3e3b71c1bf2a5e0a6e13a7ef"
  "/navigation/7b7970e14b87448fb41d825fcec350d0"
  "/navigation/7d34ea33ebd2430b84ca71a999e7b708"
  "/navigation/abfa97de640b48c7a6afa067b88812bc"
  "/navigation/1f423e85c6eb494980b22dde93e64a9c"
  "/navigation/876b21ae9d7c41498115b90823beeb7b"
  "/navigation/2b29710e5f0f44a8825513b4e6e2a98d"
  "/navigation/8f4f3b3ffb984e6fb71aebc62d6286e8"
  "/navigation/671bb3d9919346a1a0187fba6835a133"
  "/navigation/dfe70840626a4a9a88c56999fb42852b"
  "/navigation/e4ae50f24b8d4d6483cbea48cedb146b"
  "/navigation/73e9c784d8c448d8a7e304117eed2293"
  "/navigation/8fa76c45c7a14b1ca93353f7b1f85411"
  "/navigation/f2e70390e9e34ceda7549b53800c1e08"
  "/navigation/0bc41cae5ab441458dce00de02107388"
  "/navigation/5f149c7e1b2b48f9ae6364de8ce288fe"
  "/navigation/903d01af296c4a2391205affb24423c2"
  "/navigation/89364c27afac40fa9ead1ec3136ec684"
  "/navigation/aecbd0f4de0742199dd75fadddec2013"
  "/navigation/91a75b0ba6ee4dd7a260ca76f63bc6a0"
  "/navigation/bccc5c020811472196379229044dc7fd"
  "/navigation/2db3c8aa857a4bc6a6d11e3438350063"
  "/navigation/068567f45f424e389167089941c407ec"
  "/navigation/165d387e909249889e89cd6584e6c81c"
  "/navigation/20e44a7345fa48468f3d0e2298b4f067"
  "/navigation/224193720c2a4a45bc96cb2d055655ba"
  "/navigation/3c24eab57c3d445698f26534ea18e660"
  "/navigation/444424ff93914a27a401e920bb33976e"
  "/navigation/72202b824a384e9a8c11ae6afe2a9d75"
  "/navigation/7b182711a1294f69ae2266b5e37b5bc4"
  "/navigation/83868e2e81b340bfa067343e71965085"
  "/navigation/89d46426d44c4442993d4b524afc59a4"
  "/navigation/a16abde2699547c2b823b86c6b48d0d7"
  "/navigation/a3025fff20374024b907cddab6c39d43"
  "/navigation/d14cb43cbcf245eea471b31b87876e6d"
  "/navigation/dbd25e02ae4e471f9cfef3fc4b936d1d"
  "/navigation/e5c66ca00fd140229735738d20618e8c"
  "/navigation/b613bcea17d94cd68c0f1b01c96a843f"
  "/navigation/f65330b5335b43a8ba39baec7d44aa54"
  "/navigation/fb3986cb89834cf3a3b42c5a651034a5"
  "/navigation/9eb6e1f2d32e4679aa85298c3e2fd678"
  "/navigation/a5d30272319c4e6f8577b8f344013d34"
  "/navigation/5be3b86f12b94044a39420702328fe79"
  "/navigation/e40c020ad4b74db7bc3e2e88c4c27be8"
  "/navigation/ab078ca87be74c748a7e971e766ceaf3"
  "/navigation/efef8f302349446dac0f0d67631b70cf"
  "/navigation/f5e01e9054514b68a8653c5a4f2e5ee1"
  "/navigation/e485c99ca374414e851e1bae3f10af8e"
  "/navigation/2fb093f95507419987f178312f1a3159"
  "/navigation/4823a61385b44ff1acf4e6382ddc6ed4"
  "/navigation/a6abb398e64e45f1895b6666ef5c48d1"
  "/navigation/00f37e830a0348d09705a9612c8c8cba"
  "/navigation/71ca1150915f49e5a1f2fd538909d05a"
  "/navigation/1c5e979155a844539448db12fd5ee768"
  "/navigation/8880adde82fa414eb680521ec3b57c4a"
  "/navigation/edd74ffcfbd44ba9904d355f05d440a6"
  "/navigation/29bbfc2eb6d444f08a34e46f60b76e17"
  "/navigation/9228dba7d8ff47a897c5e6125f40dae0"
  "/navigation/500fe37e8fab4ec686d79803e58a8133"
  "/navigation/defbeb767ca44c1b970ab994d662a6a2"
  "/navigation/5d1b4c4fdc094289932a615f81db335b"
  "/navigation/b3fcd7cc2e684a8b96f82adbb8615f55"
  "/navigation/1f6fc0d096e4433f847169a8653f9872"
  "/navigation/cdf0a23d5d72433783ef241128a9b070"
  "/navigation/273527558c5e4e2cb3168fbfbbf6db0e"
  "/navigation/0fc49a5d23ec4742845d4d31898f67f2"
  "/navigation/9870b54fef794c4b87791c9dbc9b83b9"
  "/navigation/91314c7682154e58a203d7deb3c46e25"
  "/navigation/0198a84419397e96ae8527630cef7f63"
  "/navigation/019c03b8fcaa72dc9e2c6dd03b04916d"
  "/navigation/5fdbefa88b0942d28155aa77fb9d1ef2"
  "/navigation/c0ac65a1bc5a42c7ba9ed55d592c4a27"
  "/navigation/6abcc304f8c84933a719a126f42a6651"
  "/navigation/aa1b9b1673ea4fde94caea0b6bc7beb3"
  "/navigation/ea2fc00d192244b3b852128b45d74842"
  "/navigation/2a5c8fc96ef04011aef499b2fb4faca4"
  "/navigation/01971690d7e97455bdb6a13033fc4bea"
  "/navigation/01971691bb387f7f8d6fa68ac5bc78b0"
  "/navigation/019a7cc2c0ed7c48bfd77766e7197c67"
  "/navigation/019841caba81739d847aaec4495335dd"
  "/navigation/c760008290d84dbaae3f6f4b83269ddd"
  "/navigation/019aea2480627a599fd1d0db6122e224"
  "/navigation/0197169587bc7ef2832928391108aef6"
  "/navigation/01992f21513c7fca831141b67a0ba2a6"
  "/navigation/0199288800f87feaabd6d217f0254df0"
  "/navigation/01983b68543b7476b25d1ed5006cd884"
  "/navigation/572804a509e74ad58d18d52ef0cfeb3c"
  "/navigation/0199772279547efd8f94e76789b316b3"
  "/detail/759d7f8e4d934f7f9ca69611e0a28df5"
  "/detail/1415c8752e74494d8f949c1ce7ee698e"
  "/detail/95d8052e5bb84297ad3d393fe99c77ed"
  "/detail/98ddccfbfed7432e849942743a7302da"
  "/detail/a9bb542c469b45c3a2cd937cdccb8dc6"
  "/detail/9a6ce8ce5b0641bc9eeafbf080d8aa07"
  "/detail/331b17c65b52499db55ba5316f0fb422"
  "/detail/9b0acd08fb2b469095ff14e40b2116a8"
  "/detail/370ffe3ba5fd4ea492d19f8bb482f6bc"
  "/detail/6b1e1d2fc9aa44778a413fbac60b4ed6"
  "/detail/e57bfb0519524b4d84ca679b8e30ccd9"
  "/detail/f6ed75839ea8432d98b997f2ec8a5b8c"
  "/detail/d744bf7892ae4da48aba62c8bbf2d386"
  "/detail/66dd5ed958044d89aa19cfd81e46f74f"
  "/detail/897559365ee84361bc097187611bedef"
  "/detail/79e52a57640d447787217b30a7bcf2cc"
  "/detail/63c4f69b5c874629a75416afc7b426f6"
  "/detail/09cdb774f8da409286cfedca8ba484b1"
  "/detail/a98fbfdb813d419192186be15eca44c9"
  "/detail/8bdda3a3e5cf4a79b865e33743f707f4"
  "/detail/3875110e9ca24145a7357bd8377aadb7"
  "/detail/882a0d90845c46c9bb019659a615f235"
  "/detail/08fe3fb5188b4a49bb9ff8250e4c83c1"
  "/detail/629d93c0fb98422ba2e29903a8f0c98f"
  "/detail/7a3118d0030b47a396c48fb0cce58f93"
  "/detail/9d36bb528ac84816983edbcfd0b259b2"
  "/detail/f4be8b50eb814bd68090fcad0a1d09ed"
  "/detail/65ca9bc4ec8541b7bc28fd559a7cc8b4"
  "/detail/5c4aaca556344a71bfb29af9fd81f54b"
  "/detail/0b4240de68a5461fac990789bf37f906"
  "/detail/9599f050a4ed4c728c1f0a9631daae86"
  "/detail/63059e984e614be2bf39ff9c45fa241c"
  "/detail/caf11042ce174fa78b82ed67c48198c7"
  "/detail/56600e14bb724c38a3bb5b578bd210d7"
  "/detail/b42e4caf74fc401bb34fa521e26d974f"
  "/detail/2e7b613304dd4c96824d1be6ffd83190"
  "/detail/99eb30031dc3465c8fe88a9c89476e57"
  "/detail/baaf0501442649a780e5481b2d0ca46d"
  "/detail/004b11b664424995968a6294d4ea4ae7"
  "/detail/076656b35d3a4c2fb9312639b3bded04"
  "/detail/aea95fede47649cead331c6c7cb7a49a"
  "/detail/41f5916bb3fb460eb19905cfd423e514"
  "/detail/573559a9f895408589778580ec253153"
  "/detail/6ada6dbfefe54d4aa993f825dc73a3c7"
  "/detail/048a719d2c9b4c668f186336b9d26221"
  "/detail/249864396eaf4d57a90d31df1d653bdb"
  "/detail/f1c01478c4f643fc8294bd0b5426e2a0"
  "/detail/2f0cf9035b3d4dd494db11f867c657a0"
  "/detail/c4848a03c58848f1a65c9e94a28aec22"
  "/detail/68fbc90cd3b844518f943676bc5c60c0"
  "/detail/d638c4b590b340f8ad167b5699f1a126"
  "/detail/1124b7d0f5d844a593d12f10e9f87cd9"
  "/detail/57a4af54348245359ef3538eeab1be3d"
  "/detail/e97d6765ebc44c44a062fedfd9ff80fd"
  "/detail/3d171ca6f9ec44d686fac164ff06399f"
  "/detail/1fb8b46389d142b4812bcdb41dfda0b1"
  "/detail/efefc9dc036c4852913ab534dd4827c2"
  "/detail/f8cbe00f47d44100bbdde1b40234ed37"
  "/detail/9b29808957da4846bd3a719051568f1b"
  "/detail/5a3875eaaa9348548457bb27936ca584"
  "/detail/2fd6a70894f1437eaaca580b6847e6e0"
  "/detail/43f2a64568ea406b8fe4d6dc7a56bf4f"
  "/detail/3ceb37a732424262915d394bded5a67b"
  "/detail/fe32dccd36e644e6ad9daa7a5a2d8e29"
  "/detail/e4450434230042148f9b08b0046602fa"
  "/detail/32defa36c26947a08dab33df37ace14a"
  "/detail/bc5e02f259b548e585de758155c448d1"
  "/detail/759717227c7643e1b6f11815a203b3a3"
  "/detail/ff39b738341a4e009b3ea51400377614"
  "/detail/5b9d56b870604ca2acc275329fb15b5e"
  "/detail/c93ecdea10ee41a9a587aeb88f1b08f3"
  "/detail/c85a3558dd2d405ca0f4491a6b52614f"
  "/detail/cca727003ff54c9395af451195e7279a"
  "/detail/2e3dc9f7477b4513bc85ff8a3e5657a3"
  "/detail/49c262940e634627a83a2d8900cbcb32"
  "/detail/ae1b6e1101974395851f687b7b654931"
  "/detail/0ed3f56f152d45658b1109b1a9feac68"
  "/detail/2041dc300cd2453f9887cf0c27aa41a1"
  "/detail/b1db8da532fa409db65270ed2fdd7bc1"
  "/detail/24cf02fd573941599324c36b372753a5"
  "/detail/b03006fbf7354a93a528fb71c1275db8"
  "/detail/1ffe9d3abba04650b28f4122649d4f76"
  "/detail/0e5ddbc64c604a4394930569f3f754af"
  "/detail/0483012995204a50b2aa3e762122fef9"
  "/detail/7caf4ccf83eb44a5b0fd63cd4f812792"
  "/detail/e794fca7a9f5459a9503de5a4fd3ae10"
  "/detail/5c03eb1dc4c44395918697871b76824e"
  "/detail/c99b06b482664ea5b0a9a1e85c71e678"
  "/detail/de0a77c2701946088ff67dbfce1840a2"
  "/detail/f5ca12f476694deea6f3896700840a10"
  "/detail/81f3f318cc9f4ebabda85c3650ff1f56"
  "/detail/481078a8a1154b838281d129f2c084cb"
  "/detail/163215ffb5744eaba089458c0249e4d3"
  "/detail/3d621b0536104dafb046fd07c68dc2bb"
  "/detail/6eea78b1bbee426c988530148abf98d5"
  "/detail/7e343212f7d849278d9336a7fe9d2d83"
  "/detail/e3dd4efb533447f7a6bf71e1429d6be3"
  "/detail/0198cc7f3e447214a848528de060a0ed"
  "/detail/aaf7d41027a2445a88399822f9340cb2"
  "/detail/fae9bce645f04d1da74699f2f9137229"
  "/detail/ef99ae67a8f34e458157bfa21da2e93d"
  "/detail/c5242334b1a24646a215084c1ed1dad4"
  "/detail/7d744171bf06481a82b30e4b8f7ff178"
  "/detail/ced7581f97e34dc28784be92a4e9c818"
  "/detail/4d8356b8189b43aba96c07b2e4b4d8cb"
  "/detail/f3305080b39b413682380d0af180854c"
  "/detail/01d42d894de64e7990fdb47117b5ec9f"
  "/detail/acc864c0bf86429fb59bda972c31599b"
  "/detail/c26724afc3bb414bbbe4c612ec8584ae"
  "/detail/92c7a39e2d4e497fb962294fe598fa2c"
  "/detail/610ffac35c3a439dbda16f4fe9416ea0"
  "/detail/a52365b14406440485d29cac5cd70f0b"
  "/detail/8a123f1aec7c4ec98f0290acb26d7f18"
  "/detail/244b6030fffd4529a4d015be50ba2225"
  "/detail/3937ebe166104816ad5322ac59fc2997"
  "/detail/0a4d6279d57a4eb3b65cbdc6483c1bdc"
  "/detail/f802198ce93c46a1bea5f74c33d900c1"
  "/detail/376b3de81f5b45e28fc576c5f6b021bc"
  "/detail/0cf665757b114488b50086b62e4ba9f2"
  "/detail/5bd03c5e78784a24bc37512733b31b69"
  "/detail/404c3c66aa574b1fbda3dd078b083aef"
  "/detail/dd7e4a1471804ef2a518826194a29e5e"
  "/detail/8acda2d8b3404d9ca71d9f5cdedc6c79"
  "/detail/c981c016526544178747142629b28e1e"
  "/detail/a7b1fe472cf94e40894d74540bcf95b3"
  "/detail/a34d0614c2e1433585e1fc3c077dca45"
  "/detail/7d5d1cbd49af461b961bb97e65a43766"
  "/detail/1331f195378341ce9cca709a2f053825"
  "/detail/17c44e57e0114ab788fa54d1e598673c"
  "/detail/842ba3c345c248d1acfc94f4c4cc5112"
  "/detail/380f1e4fc5594746b262352918674d5d"
  "/detail/6a043ef5210c43c98d6dd9fa5eae7188"
  "/detail/1361d38ea74042798c915b535cf08fc4"
  "/detail/ee2efc9382b949649e4c9badda10e20e"
  "/detail/52c3774768084b93b3b9ce3b15bc9e09"
  "/detail/5c66a88e414141b9848bd8fc920a93bf"
  "/detail/bffb73c826b143a98399abe70acae832"
  "/detail/01ef69094c4b47e892695db8b52daeb5"
  "/detail/86aa8c67d1184b109d38a265dd960794"
  "/detail/a42ca81ee2634c61ac0e8c4fa5c99195"
  "/detail/5c7f330505484474b53d9c1cc6cd5986"
  "/detail/0681187bead3415c8121f7991b610b87"
  "/detail/96006d6916784dca9f399b9042257193"
  "/detail/17e989a20ff542de84f68ae783d88dad"
  "/detail/da7eb6ed197143a9b176c9a5ae5bf708"
  "/detail/4439279bd433400e9e982fe0722ab21d"
  "/detail/feb6f706b0f94904ad57ea91116ecdbf"
  "/detail/2809413d9ef948ff887df12bd6d4a7c8"
  "/detail/1a4d4d11acf549ad8216c3947952da49"
  "/detail/79d70872126f4c409bcd043e49b43f86"
  "/detail/e751ff5de71c4928a72d7e1487a648b6"
  "/detail/915f6f42609f4ed9a99e3d50db19ea7d"
  "/detail/f00ac70607dd401aa07c54dd5eea255e"
  "/detail/614e15004d3641388cc3cc990ec8fd54"
  "/detail/22ee10438d774ff797dfcc73ea3d18d6"
  "/detail/b36e757291b94d25a344e4ff01f3445d"
  "/detail/03c6f8b598544a8a8637e25d1d3d924e"
  "/detail/3e2546c5f61040c78fe1b23b4c72a4f0"
  "/detail/9e09ff73bb174326b43ddfef77b464fa"
  "/detail/01241723df8d4cb6af8a25ef19d9419b"
  "/detail/1ca72de7852a45e39b0b19c6f8e71d8d"
  "/detail/af224f19d5a24caba9a7b757b42089fd"
  "/detail/3be146b44cfe4edca2b2736b73e3b662"
  "/detail/cbe6a2576ce643599008a1fc22b61f99"
  "/detail/810ebccd915c4d7b9563572db81258b6"
  "/detail/1c7dcb7de7c641be858f9e0b5cddd164"
  "/detail/a94cfdb36a34413f8b774e70d8173a8d"
  "/detail/a984bdda94d7410ea6f3e964bf16e4d2"
  "/detail/42e42b1a5f27496e90cc98492a4bcada"
  "/detail/92fddcb4e88142b68c35245ecfe26bec"
  "/detail/52cb736438f347e59575893a2627e0a9"
  "/detail/67797097e13f42eda86257c71c427a28"
  "/detail/61f4b80e79874a7997f00278bf9f5036"
  "/detail/ee5324109ecf4bdba3846923f7df843d"
  "/detail/eef098c9cf334ad99de18b52ed573fa9"
  "/detail/34ed9b522af34c4d8daa4dd00a195466"
  "/detail/236b2a90c84c48bea770c9a9276eb321"
  "/detail/7b78956264e64648b9ec3a4ee33c8853"
  "/detail/81552f8f366a4a2889dc00f49ff68811"
  "/detail/82f6d836f8a04f1aa9b7d6ee229b72d1"
  "/detail/bda065cf4b90440f8ff418bd09c2c531"
  "/detail/a0ba480c6574462fb41de76eece5a313"
  "/detail/79c1b44237dd4ae9a7c9ee13908152c8"
  "/detail/a14f6caa6d284b6cbda4bd4160e2b5c0"
  "/detail/09bc02b79ac2487d899fe2620f19ed24"
  "/detail/641dccfe19a349879b585a39213398b5"
  "/detail/c49dab2756154febb2b0c8c71f381241"
  "/detail/b839ef950b774d9aba7858a4ab671ba5"
  "/detail/29424506f7c34f70a500c369ecdea554"
  "/detail/f303474d9f034e8f911aa38394281ff8"
  "/detail/366d559a80814846865bd712d8b0a9ad"
  "/detail/147c921683254c869d791b762f581652"
  "/detail/5a43592c4b1c45e5ab7fcd9c6e5afa76"
  "/detail/85d33031c55e4379bad1d8c7bec6d8f0"
  "/detail/5c34b85cdb4841e78f2815e07595c4d1"
  "/detail/40e3896a32604979bf920baa1f5c2a3a"
  "/detail/61cf20fc54734061b829a4a570dfd6a0"
  "/detail/6bfc1158030244d69dbe85610cf72b40"
  "/detail/8c73b8313e714308a9f921caff0ae998"
  "/detail/a06dead805f94bfaa8cc48ad42a974e5"
  "/detail/9b7807ea02e44cc7a361d4904be33486"
  "/detail/bbf0ff5685e6428ca8b8fa1aa971ea06"
  "/detail/dd175c3dc1704b239ee01dc205dafa3c"
  "/detail/cbf112ed92cf4a059753b88b8717c07e"
  "/detail/a276f2eadc434ab081123cb10365ecef"
  "/detail/a821025b13f0464c84e855512a64902e"
  "/detail/6086c696ed2c4ab0b2631cf6889048bd"
  "/detail/08df78f791fd4f6b98772cffd34c8a65"
  "/detail/dd53af5bf597488a946868b641d43e76"
  "/detail/6bb49c56a943429c8ecc8d2b7f6e6e39"
  "/detail/cd5da95d98a6481082105a6c13d4db3f"
  "/detail/ea72a169aa5d4806a0542a9c12611c18"
  "/detail/5bef324ef2204a8b83c165adedd84283"
  "/detail/3d15e0f193cd4c10af10fb45cf4e746b"
  "/detail/6ecaf1a9f0ae45f6805f28f65989ee58"
  "/detail/3e557902a91c4cdc992cfac0d8543c29"
  "/detail/cc0d8881488949f0bb12abe760ccdb66"
  "/detail/3c4925dd3df74fe18b6821bdc4975390"
  "/detail/c9f3fde05a7640d9829fc0a8fa821bca"
  "/detail/1360fe4a407b42b88664d0ffe4163be0"
  "/detail/255a303cf3144f5db85e31c9b9acc6ba"
  "/detail/751bc0e4155f471d93634c6e4c850fec"
  "/detail/5f88109c12284eda92be87ee347c6ac2"
  "/detail/d0d50932566b49e6b36aa37795ffd2b5"
  "/detail/9ee1120d658d4be981b0008a1731a9fc"
  "/detail/3477ece75ba441fd8bf68a8695d49a69"
  "/detail/6711746c36104b8ca5161abdbb34001d"
  "/detail/4495a9dd24104edf8e1a82ad955b47a9"
  "/detail/f66f9a44a17d4e0b9376e83c0b3896df"
  "/detail/cb106415550c41ee89d44b34357cc0d2"
  "/detail/27c430cb8cb54a778bb4d371ec7f4da9"
  "/detail/bd3bba8bc1c3470aba4a5e761ef25c7b"
  "/detail/60ba6483adcf4c0d8ddce04a097dd3d3"
  "/detail/5e0ce041116046f2878ed5496c866a43"
  "/detail/2c79e2dcae404f5aabcd42ed3a502d1c"
  "/detail/7bf3a615818248b4ac075241300f43c0"
  "/detail/ea27376361f14498af0110181935e9d8"
  "/detail/3f75c72c26194bb2ba5e6b35a4b4f275"
  "/detail/dbf4e9c4c3e842e8b33de99332fc397d"
  "/detail/56c2e382c6b04a4e892c75305c78ed5d"
  "/detail/e1e53a250b554d59b8ef719139774304"
  "/detail/6c28c0c85aed40538680cb4c7975daae"
  "/detail/6ef205640a9944ea813e7f2ff478620d"
  "/detail/f163aa8e9b6b4e0e8b7dbb387bc21970"
  "/detail/891159995a0b42bfb4c2e2f8a8efbc41"
  "/detail/c903a61bb757477a84e4d9a0c5c33771"
  "/detail/fc222ea952704e659de1bec870bdc738"
  "/detail/99aa41eefcad488fbfbbccf9fa000cc6"
  "/detail/92fd795d0c814f4fb087f8430489a141"
  "/detail/117450ebc4594e34af345897f63e30e4"
  "/detail/35451ddf3ec141eb889965f2463cc7bf"
  "/detail/ac5aafc43d2940d6b415fd2b5184068d"
  "/detail/42ba1b730dae45bf8b898ab499f78e42"
  "/detail/500ca9696d61405b829ac768c03208f0"
  "/detail/a2450ecd571c4c5cac71c4a02a1fd540"
  "/detail/11da5ada61194258a20114d8aa6d8799"
  "/detail/6dc0b851dc334cb19ae0cdccad854d9f"
  "/detail/b5f18977f37a493891d0c0b5c8eb6734"
  "/detail/8c19852beea74011bb4bf1385be1b36a"
  "/detail/58269b678cc14da988b315bbb1eb5f56"
  "/detail/4a7baac4265b456a9bddf3da591ec5ce"
  "/detail/912dd39f1b0046e9b100e86afce4ad9f"
  "/detail/1e585ab092cd45a39a7f60f589488d6f"
  "/detail/2002670f3d30400ea8f2d885136e391c"
  "/detail/68fbac7690f54523bfe671571f8c89d2"
  "/detail/fe59b7bdda6d4ccca68b442619bce23a"
  "/detail/28916adf88504c208540d811b87234cb"
  "/detail/aa3031f9fd724dbc9fed884ea62b3cdd"
  "/detail/cb5460eeef524c9b9c9de5085c2d874a"
  "/detail/585adcbf598a4f5880c0142bbf9957f9"
  "/detail/f99819cfedea4eaebdbbe36c556a45d8"
  "/detail/4eddb1cd128646deb0bb966c1de58069"
  "/detail/99a45c09553d41de9076b8081d70f1cd"
  "/detail/2cd7c22194b14c3a89b02dd7f288eded"
  "/detail/6995504de8844f4cb8c0227a537316ab"
  "/detail/e897c664879a480b9669494b170fab52"
  "/detail/f2b574dbcd2940cca41aab8e1ae8a510"
  "/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.52 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.