GET https://staging.ktm-sturm.de/ersatzteilfinder/rc-200-2020-modelcode-F5103T1L

Query Metrics

113 Database Queries
101 Different statements
818.98 ms Query time

Queries

Group similar statements

# Time Info
1 0.98 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.19 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.55 ms
SELECT `key`, `value` FROM `app_config`
Parameters:
[]
4 0.30 ms
SELECT custom_entity.name, custom_entity.fields, custom_entity.flags
                FROM custom_entity
                    LEFT JOIN app ON app.id = custom_entity.app_id
                WHERE (custom_entity.app_id IS NULL OR app.active = 1) AND custom_entity.deleted_at IS NULL;
Parameters:
[]
5 0.55 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.50 ms
# seo-url::resolve
SELECT id, path_info pathInfo, is_canonical isCanonical, sales_channel_id salesChannelId FROM seo_url WHERE (language_id = ?) AND ((sales_channel_id = ? OR sales_channel_id IS NULL)) AND ((seo_path_info = ? OR seo_path_info = ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
  "ersatzteilfinder/rc-200-2020-modelcode-F5103T1L"
  "ersatzteilfinder/rc-200-2020-modelcode-F5103T1L/"
]
7 0.36 ms
# seo-url::resolve-fallback
SELECT path_info pathInfo, seo_path_info seoPathInfo FROM seo_url WHERE (language_id = ?) AND (sales_channel_id = ?) AND (path_info = ?) AND (is_canonical = 1) LIMIT 1
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
  "/ersatzteilfinder/rc-200-2020-modelcode-F5103T1L"
]
8 0.95 ms
SELECT configuration_key, configuration_value FROM system_config WHERE sales_channel_id IS NULL ORDER BY sales_channel_id ASC
Parameters:
[]
9 0.26 ms
SELECT `name`, `path`, `author`, `self_managed`
                FROM `app`
                WHERE `active` = 1
Parameters:
[]
10 0.33 ms
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = ?) AND (token = ?) LIMIT 1
Parameters:
[
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
  "SgcDMf9qKm9EIKMPKBHmCBBAxPPKjpkQ"
]
11 0.42 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.62 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.31 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.30 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.47 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.33 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.38 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.37 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.22 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.62 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.57 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.63 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.26 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.22 ms
#cart-persister::load
            SELECT `cart`.`payload`, `cart`.`rule_ids`, `cart`.`compressed` FROM cart WHERE `token` = ?
Parameters:
[
  "SgcDMf9qKm9EIKMPKBHmCBBAxPPKjpkQ"
]
25 0.31 ms
# cart-rule-loader::load-rules::search-ids
SELECT `rule`.`id` FROM `rule` WHERE (`rule`.`invalid` = ?) ORDER BY `rule`.`priority` DESC, `rule`.`id` ASC LIMIT 500
Parameters:
[
  false
]
26 0.66 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.26 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.25 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.52 ms
SELECT `app`.`id` as `app.id`, `app`.`name` as `app.name`, `app`.`path` as `app.path`, `app`.`author` as `app.author`, `app`.`copyright` as `app.copyright`, `app`.`license` as `app.license`, `app`.`active` as `app.active`, `app`.`configurable` as `app.configurable`, `app`.`privacy` as `app.privacy`, `app`.`version` as `app.version`, `app`.`icon` as `app.iconRaw`, `app`.`app_secret` as `app.appSecret`, `app`.`modules` as `app.modules`, `app`.`main_module` as `app.mainModule`, `app`.`cookies` as `app.cookies`, `app`.`allow_disable` as `app.allowDisable`, `app`.`base_app_url` as `app.baseAppUrl`, `app`.`allowed_hosts` as `app.allowedHosts`, `app`.`template_load_priority` as `app.templateLoadPriority`, `app`.`checkout_gateway_url` as `app.checkoutGatewayUrl`, `app`.`in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl`, `app`.`source_type` as `app.sourceType`, `app`.`source_config` as `app.sourceConfig`, `app`.`self_managed` as `app.selfManaged`, `app`.`integration_id` as `app.integrationId`, `app.integration`.`id` as `app.integration.id`, `app.integration`.`label` as `app.integration.label`, `app.integration`.`access_key` as `app.integration.accessKey`, `app.integration`.`secret_access_key` as `app.integration.secretAccessKey`, `app.integration`.`last_usage_at` as `app.integration.lastUsageAt`, `app.integration`.`admin` as `app.integration.admin`, `app.integration`.`custom_fields` as `app.integration.customFields`, `app.integration`.`deleted_at` as `app.integration.deletedAt`, `app.integration`.`created_at` as `app.integration.createdAt`, `app.integration`.`updated_at` as `app.integration.updatedAt`, `app`.`acl_role_id` as `app.aclRoleId`, `app.aclRole`.`id` as `app.aclRole.id`, `app.aclRole`.`name` as `app.aclRole.name`, `app.aclRole`.`description` as `app.aclRole.description`, `app.aclRole`.`privileges` as `app.aclRole.privileges`, `app.aclRole`.`deleted_at` as `app.aclRole.deletedAt`, `app.aclRole`.`created_at` as `app.aclRole.createdAt`, `app.aclRole`.`updated_at` as `app.aclRole.updatedAt`, `app`.`created_at` as `app.createdAt`, `app`.`updated_at` as `app.updatedAt`, `app.translation.label`, `app.translation.label` as `app.label`, `app.translation.description`, `app.translation.description` as `app.description`, `app.translation.privacyPolicyExtensions`, `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions`, `app.translation.customFields`, `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app`.`integration_id` = `app.integration`.`id` LEFT JOIN `acl_role` `app.aclRole` ON `app`.`acl_role_id` = `app.aclRole`.`id` LEFT JOIN (SELECT `app.translation`.`app_id`, `app.translation`.`label` as `app.translation.label`, `app.translation`.`description` as `app.translation.description`, `app.translation`.`privacy_policy_extensions` as `app.translation.privacyPolicyExtensions`, `app.translation`.`custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation`.`language_id` = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` WHERE `app`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01˜Ð %Ærº¢¼DWR«3~"
]
31 0.25 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.42 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.29 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.20 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.93 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.49 ms
# navigation-route::meta-information
            SELECT LOWER(HEX(`id`)), `path`, `level`
            FROM `category`
            WHERE `id` = ? OR `parent_id` = ? OR `id` = ?
Parameters:
[
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
]
37 4.22 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.23 ms
SELECT `name`, `type` FROM `custom_field` WHERE `active` = 1
Parameters:
[]
39 0.40 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
]
40 0.58 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"
]
41 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úê-ÅÍ+ \"
]
42 0.41 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"
]
43 0.31 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úê-ÅÍ+ \"
]
44 0.31 ms
# header::currencies::read
SELECT `currency`.`id` as `currency.id`, `currency`.`factor` as `currency.factor`, `currency`.`symbol` as `currency.symbol`, `currency`.`iso_code` as `currency.isoCode`, `currency`.`position` as `currency.position`, `currency`.`tax_free_from` as `currency.taxFreeFrom`, `currency`.`item_rounding` as `currency.itemRounding`, `currency`.`total_rounding` as `currency.totalRounding`, `currency`.`created_at` as `currency.createdAt`, `currency`.`updated_at` as `currency.updatedAt`, `currency.translation.shortName`, `currency.translation.shortName` as `currency.shortName`, `currency.translation.name`, `currency.translation.name` as `currency.name`, `currency.translation.customFields`, `currency.translation.customFields` as `currency.customFields` FROM `currency` LEFT JOIN (SELECT `currency.translation`.`currency_id`, `currency.translation`.`short_name` as `currency.translation.shortName`, `currency.translation`.`name` as `currency.translation.name`, `currency.translation`.`custom_fields` as `currency.translation.customFields` FROM `currency_translation` `currency.translation` WHERE `currency.translation`.`language_id` = ?) `currency.currency_translation` ON `currency.currency_translation`.`currency_id` = `currency`.`id` WHERE `currency`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"·ÒUK\fèGÍ‚ó¬›ÑÀßÊ"
]
45 0.30 ms
# navigation-route::meta-information
            SELECT LOWER(HEX(`id`)), `path`, `level`
            FROM `category`
            WHERE `id` = ? OR `parent_id` = ? OR `id` = ?
Parameters:
[
  b"Ý£ì_Û€B¬¸øÈA÷\x0Eþ‹"
  b"Ý£ì_Û€B¬¸øÈA÷\x0Eþ‹"
  b"Ý£ì_Û€B¬¸øÈA÷\x0Eþ‹"
]
46 1.98 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
]
47 1.03 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
]
48 0.56 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þ‹"
]
49 0.45 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úê-ÅÍ+ \"
]
50 0.75 ms
# footer-pagelet::payment-methods::read
SELECT `payment_method`.`id` as `payment_method.id`, `payment_method`.`plugin_id` as `payment_method.pluginId`, `payment_method`.`handler_identifier` as `payment_method.handlerIdentifier`, `payment_method`.`position` as `payment_method.position`, `payment_method`.`active` as `payment_method.active`, `payment_method`.`after_order_enabled` as `payment_method.afterOrderEnabled`, `payment_method`.`availability_rule_id` as `payment_method.availabilityRuleId`, `payment_method`.`media_id` as `payment_method.mediaId`, `payment_method.appPaymentMethod`.`id` as `payment_method.appPaymentMethod.id`, `payment_method.appPaymentMethod`.`app_name` as `payment_method.appPaymentMethod.appName`, `payment_method.appPaymentMethod`.`identifier` as `payment_method.appPaymentMethod.identifier`, `payment_method.appPaymentMethod`.`pay_url` as `payment_method.appPaymentMethod.payUrl`, `payment_method.appPaymentMethod`.`finalize_url` as `payment_method.appPaymentMethod.finalizeUrl`, `payment_method.appPaymentMethod`.`validate_url` as `payment_method.appPaymentMethod.validateUrl`, `payment_method.appPaymentMethod`.`capture_url` as `payment_method.appPaymentMethod.captureUrl`, `payment_method.appPaymentMethod`.`refund_url` as `payment_method.appPaymentMethod.refundUrl`, `payment_method.appPaymentMethod`.`recurring_url` as `payment_method.appPaymentMethod.recurringUrl`, `payment_method.appPaymentMethod`.`app_id` as `payment_method.appPaymentMethod.appId`, `payment_method.appPaymentMethod`.`original_media_id` as `payment_method.appPaymentMethod.originalMediaId`, `payment_method.appPaymentMethod`.`payment_method_id` as `payment_method.appPaymentMethod.paymentMethodId`, `payment_method.appPaymentMethod`.`created_at` as `payment_method.appPaymentMethod.createdAt`, `payment_method.appPaymentMethod`.`updated_at` as `payment_method.appPaymentMethod.updatedAt`, `payment_method`.`technical_name` as `payment_method.technicalName`, `payment_method`.`created_at` as `payment_method.createdAt`, `payment_method`.`updated_at` as `payment_method.updatedAt`, `payment_method.media`.`id` as `payment_method.media.id`, `payment_method.media`.`user_id` as `payment_method.media.userId`, `payment_method.media`.`media_folder_id` as `payment_method.media.mediaFolderId`, `payment_method.media`.`mime_type` as `payment_method.media.mimeType`, `payment_method.media`.`file_extension` as `payment_method.media.fileExtension`, `payment_method.media`.`uploaded_at` as `payment_method.media.uploadedAt`, `payment_method.media`.`file_name` as `payment_method.media.fileName`, `payment_method.media`.`file_size` as `payment_method.media.fileSize`, `payment_method.media`.`media_type` as `payment_method.media.mediaTypeRaw`, `payment_method.media`.`meta_data` as `payment_method.media.metaData`, `payment_method.media`.`config` as `payment_method.media.config`, `payment_method.media`.`path` as `payment_method.media.path`, `payment_method.media`.`private` as `payment_method.media.private`, `payment_method.media`.`thumbnails_ro` as `payment_method.media.thumbnailsRo`, `payment_method.media`.`created_at` as `payment_method.media.createdAt`, `payment_method.media`.`updated_at` as `payment_method.media.updatedAt`, `payment_method.media.translation.title`, `payment_method.media.translation.title` as `payment_method.media.title`, `payment_method.media.translation.alt`, `payment_method.media.translation.alt` as `payment_method.media.alt`, `payment_method.media.translation.customFields`, `payment_method.media.translation.customFields` as `payment_method.media.customFields`, `payment_method.translation.name`, `payment_method.translation.name` as `payment_method.name`, `payment_method.translation.distinguishableName`, `payment_method.translation.distinguishableName` as `payment_method.distinguishableName`, `payment_method.translation.description`, `payment_method.translation.description` as `payment_method.description`, `payment_method.translation.customFields`, `payment_method.translation.customFields` as `payment_method.customFields` FROM `payment_method` LEFT JOIN `app_payment_method` `payment_method.appPaymentMethod` ON `payment_method`.`id` = `payment_method.appPaymentMethod`.`payment_method_id` LEFT JOIN `media` `payment_method.media` ON `payment_method`.`media_id` = `payment_method.media`.`id` LEFT JOIN (SELECT `payment_method.translation`.`payment_method_id`, `payment_method.translation`.`name` as `payment_method.translation.name`, `payment_method.translation`.`distinguishable_name` as `payment_method.translation.distinguishableName`, `payment_method.translation`.`description` as `payment_method.translation.description`, `payment_method.translation`.`custom_fields` as `payment_method.translation.customFields` FROM `payment_method_translation` `payment_method.translation` WHERE `payment_method.translation`.`language_id` = ?) `payment_method.payment_method_translation` ON `payment_method.payment_method_translation`.`payment_method_id` = `payment_method`.`id` LEFT JOIN (SELECT `payment_method.media.translation`.`media_id`, `payment_method.media.translation`.`alt` as `payment_method.media.translation.alt`, `payment_method.media.translation`.`title` as `payment_method.media.translation.title`, `payment_method.media.translation`.`custom_fields` as `payment_method.media.translation.customFields` FROM `media_translation` `payment_method.media.translation` WHERE `payment_method.media.translation`.`language_id` = ?) `payment_method.media.media_translation` ON `payment_method.media.media_translation`.`media_id` = `payment_method.media`.`id` WHERE `payment_method`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"p\x7F´/rJEGá$Ø\x18\eFy▀"
  b"$)v‹Ì\x04Eüƒð?·Í2\x02%"
  b"=\x16uıã;O\x13©1\eì}:\x1D×"
  b"E;|™\x7FVO¾¼HZ4ä(r¡"
  b"iŒØ\e’•Hæ³JkΧ¸v‘"
  b"”ú_›Ž¬JgŒÕ\x13ð½ß\x1Er"
  b"W}╗p/ìG\r®x\x12\x1D7╔B-"
  b"\x1FäÀ\x13\x1F¦BÓªLƒ\v³ž¯A"
  b"±¶ƒi‹\x11@E±¢¿T½\x16Õ,"
]
51 0.48 ms
# footer-pagelet::shipping-methods::search-ids
SELECT `shipping_method`.`id` FROM `shipping_method` LEFT JOIN `sales_channel_shipping_method` `shipping_method.salesChannels.mapping` ON `shipping_method`.`id` = `shipping_method.salesChannels.mapping`.`shipping_method_id`  LEFT JOIN (SELECT `shipping_method.translation`.`shipping_method_id`, `shipping_method.translation`.`name` as `shipping_method.translation.name` FROM `shipping_method_translation` `shipping_method.translation` WHERE `shipping_method.translation`.`language_id` = ?) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation`.`shipping_method_id` = `shipping_method`.`id` LEFT JOIN `sales_channel` `shipping_method.salesChannels` ON `shipping_method.salesChannels.mapping`.`sales_channel_id` = `shipping_method.salesChannels`.`id`  WHERE (`shipping_method`.`active` = ? AND `shipping_method.salesChannels`.`id` = ?) GROUP BY `shipping_method`.`id` ORDER BY MIN(`shipping_method`.`position`) ASC, MIN(COALESCE(`shipping_method.translation.name`)) ASC
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  true
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
]
52 0.71 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"
]
53 0.28 ms
SELECT `sales_channel`.`id` FROM `sales_channel` LEFT JOIN `sales_channel_payment_method` `sales_channel.paymentMethods.mapping` ON `sales_channel`.`id` = `sales_channel.paymentMethods.mapping`.`sales_channel_id`  LEFT JOIN `payment_method` `sales_channel.paymentMethods` ON `sales_channel.paymentMethods.mapping`.`payment_method_id` = `sales_channel.paymentMethods`.`id`  WHERE ((`sales_channel`.`id` = ? AND `sales_channel.paymentMethods`.`id` = ? AND `sales_channel.paymentMethods`.`active` = ?)) LIMIT 1
Parameters:
[
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
  b"¸©Å╔└\x10G\x02®ofM½■&V"
  true
]
54 0.21 ms
SELECT `handler_identifier`, LOWER(HEX(`id`)) FROM `payment_method`
Parameters:
[]
55 0.23 ms
SELECT LOWER(HEX(assoc.`sales_channel_id`))
                FROM `sales_channel_payment_method` AS assoc
                    LEFT JOIN `payment_method` AS pm
                        ON pm.`id` = assoc.`payment_method_id`
                WHERE
                    assoc.`payment_method_id` = ? AND
                    pm.`active` = 1
Parameters:
[
  b"p\x7F´/rJEGá$Ø\x18\eFy▀"
]
56 0.18 ms
SELECT `language`.`id` FROM `language` WHERE `language`.`id` IN (?) LIMIT 1
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
]
57 0.31 ms
SELECT `language`.`id` as `language.id`, `language`.`parent_id` as `language.parentId`, `language`.`locale_id` as `language.localeId`, `language`.`translation_code_id` as `language.translationCodeId`, `language`.`name` as `language.name`, `language`.`custom_fields` as `language.customFields`, `language`.`created_at` as `language.createdAt`, `language`.`updated_at` as `language.updatedAt`, `language.locale`.`id` as `language.locale.id`, `language.locale`.`code` as `language.locale.code`, `language.locale`.`created_at` as `language.locale.createdAt`, `language.locale`.`updated_at` as `language.locale.updatedAt`, `language.locale.translation.name`, `language.locale.translation.name` as `language.locale.name`, `language.locale.translation.territory`, `language.locale.translation.territory` as `language.locale.territory`, `language.locale.translation.customFields`, `language.locale.translation.customFields` as `language.locale.customFields` FROM `language` LEFT JOIN `locale` `language.locale` ON `language`.`locale_id` = `language.locale`.`id` LEFT JOIN (SELECT `language.locale.translation`.`locale_id`, `language.locale.translation`.`name` as `language.locale.translation.name`, `language.locale.translation`.`territory` as `language.locale.translation.territory`, `language.locale.translation`.`custom_fields` as `language.locale.translation.customFields` FROM `locale_translation` `language.locale.translation` WHERE `language.locale.translation`.`language_id` = ?) `language.locale.locale_translation` ON `language.locale.locale_translation`.`locale_id` = `language.locale`.`id` WHERE `language`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
58 0.60 ms
# category::data::read
SELECT `category`.`id` as `category.id`, `category`.`version_id` as `category.versionId`, `category`.`parent_id` as `category.parentId`, `category`.`parent_version_id` as `category.parentVersionId`, `category`.`after_category_id` as `category.afterCategoryId`, `category`.`after_category_version_id` as `category.afterCategoryVersionId`, `category`.`media_id` as `category.mediaId`, `category`.`display_nested_products` as `category.displayNestedProducts`, `category`.`auto_increment` as `category.autoIncrement`, `category`.`level` as `category.level`, `category`.`path` as `category.path`, `category`.`child_count` as `category.childCount`, `category`.`type` as `category.type`, `category`.`product_assignment_type` as `category.productAssignmentType`, `category`.`visible` as `category.visible`, `category`.`active` as `category.active`, `category`.`cms_page_id` as `category.cmsPageId`, `category`.`cms_page_version_id` as `category.cmsPageVersionId`, `category`.`product_stream_id` as `category.productStreamId`, `category`.`custom_entity_type_id` as `category.customEntityTypeId`, `category`.`created_at` as `category.createdAt`, `category`.`updated_at` as `category.updatedAt`, `category.media`.`id` as `category.media.id`, `category.media`.`user_id` as `category.media.userId`, `category.media`.`media_folder_id` as `category.media.mediaFolderId`, `category.media`.`mime_type` as `category.media.mimeType`, `category.media`.`file_extension` as `category.media.fileExtension`, `category.media`.`uploaded_at` as `category.media.uploadedAt`, `category.media`.`file_name` as `category.media.fileName`, `category.media`.`file_size` as `category.media.fileSize`, `category.media`.`media_type` as `category.media.mediaTypeRaw`, `category.media`.`meta_data` as `category.media.metaData`, `category.media`.`config` as `category.media.config`, `category.media`.`path` as `category.media.path`, `category.media`.`private` as `category.media.private`, `category.media`.`thumbnails_ro` as `category.media.thumbnailsRo`, `category.media`.`created_at` as `category.media.createdAt`, `category.media`.`updated_at` as `category.media.updatedAt`, `category.media.translation.title`, `category.media.translation.title` as `category.media.title`, `category.media.translation.alt`, `category.media.translation.alt` as `category.media.alt`, `category.media.translation.customFields`, `category.media.translation.customFields` as `category.media.customFields`, `category.translation.name`, `category.translation.name` as `category.name`, `category.translation.breadcrumb`, `category.translation.breadcrumb` as `category.breadcrumb`, `category.translation.slotConfig`, `category.translation.slotConfig` as `category.slotConfig`, `category.translation.linkType`, `category.translation.linkType` as `category.linkType`, `category.translation.internalLink`, `category.translation.internalLink` as `category.internalLink`, `category.translation.externalLink`, `category.translation.externalLink` as `category.externalLink`, `category.translation.linkNewTab`, `category.translation.linkNewTab` as `category.linkNewTab`, `category.translation.description`, `category.translation.description` as `category.description`, `category.translation.metaTitle`, `category.translation.metaTitle` as `category.metaTitle`, `category.translation.metaDescription`, `category.translation.metaDescription` as `category.metaDescription`, `category.translation.keywords`, `category.translation.keywords` as `category.keywords`, `category.translation.customFields`, `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category`.`media_id` = `category.media`.`id` LEFT JOIN (SELECT `category.translation`.`category_id`, `category.translation`.`category_version_id`, `category.translation`.`breadcrumb` as `category.translation.breadcrumb`, `category.translation`.`name` as `category.translation.name`, `category.translation`.`custom_fields` as `category.translation.customFields`, `category.translation`.`slot_config` as `category.translation.slotConfig`, `category.translation`.`link_type` as `category.translation.linkType`, `category.translation`.`internal_link` as `category.translation.internalLink`, `category.translation`.`external_link` as `category.translation.externalLink`, `category.translation`.`link_new_tab` as `category.translation.linkNewTab`, `category.translation`.`description` as `category.translation.description`, `category.translation`.`meta_title` as `category.translation.metaTitle`, `category.translation`.`meta_description` as `category.translation.metaDescription`, `category.translation`.`keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation`.`language_id` = ?) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.`category_version_id` = `category`.`version_id` LEFT JOIN (SELECT `category.media.translation`.`media_id`, `category.media.translation`.`alt` as `category.media.translation.alt`, `category.media.translation`.`title` as `category.media.translation.title`, `category.media.translation`.`custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation`.`language_id` = ?) `category.media.media_translation` ON `category.media.media_translation`.`media_id` = `category.media`.`id` WHERE (`category`.`version_id` = ?) AND (`category`.`id` IN (?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
]
59 0.39 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¸>ÔÍö:"
]
60 0.49 ms
# category::cms-page::association::sections::read
SELECT `cms_section`.`id` as `cms_section.id`, `cms_section`.`position` as `cms_section.position`, `cms_section`.`type` as `cms_section.type`, `cms_section`.`locked` as `cms_section.locked`, `cms_section`.`name` as `cms_section.name`, `cms_section`.`sizing_mode` as `cms_section.sizingMode`, `cms_section`.`mobile_behavior` as `cms_section.mobileBehavior`, `cms_section`.`background_color` as `cms_section.backgroundColor`, `cms_section`.`background_media_id` as `cms_section.backgroundMediaId`, `cms_section`.`background_media_mode` as `cms_section.backgroundMediaMode`, `cms_section`.`css_class` as `cms_section.cssClass`, `cms_section`.`cms_page_id` as `cms_section.pageId`, `cms_section`.`visibility` as `cms_section.visibility`, `cms_section`.`custom_fields` as `cms_section.customFields`, `cms_section`.`version_id` as `cms_section.versionId`, `cms_section`.`cms_page_version_id` as `cms_section.cmsPageVersionId`, `cms_section`.`created_at` as `cms_section.createdAt`, `cms_section`.`updated_at` as `cms_section.updatedAt`, `cms_section.backgroundMedia`.`id` as `cms_section.backgroundMedia.id`, `cms_section.backgroundMedia`.`user_id` as `cms_section.backgroundMedia.userId`, `cms_section.backgroundMedia`.`media_folder_id` as `cms_section.backgroundMedia.mediaFolderId`, `cms_section.backgroundMedia`.`mime_type` as `cms_section.backgroundMedia.mimeType`, `cms_section.backgroundMedia`.`file_extension` as `cms_section.backgroundMedia.fileExtension`, `cms_section.backgroundMedia`.`uploaded_at` as `cms_section.backgroundMedia.uploadedAt`, `cms_section.backgroundMedia`.`file_name` as `cms_section.backgroundMedia.fileName`, `cms_section.backgroundMedia`.`file_size` as `cms_section.backgroundMedia.fileSize`, `cms_section.backgroundMedia`.`media_type` as `cms_section.backgroundMedia.mediaTypeRaw`, `cms_section.backgroundMedia`.`meta_data` as `cms_section.backgroundMedia.metaData`, `cms_section.backgroundMedia`.`config` as `cms_section.backgroundMedia.config`, `cms_section.backgroundMedia`.`path` as `cms_section.backgroundMedia.path`, `cms_section.backgroundMedia`.`private` as `cms_section.backgroundMedia.private`, `cms_section.backgroundMedia`.`thumbnails_ro` as `cms_section.backgroundMedia.thumbnailsRo`, `cms_section.backgroundMedia`.`created_at` as `cms_section.backgroundMedia.createdAt`, `cms_section.backgroundMedia`.`updated_at` as `cms_section.backgroundMedia.updatedAt`, `cms_section.backgroundMedia.translation.title`, `cms_section.backgroundMedia.translation.title` as `cms_section.backgroundMedia.title`, `cms_section.backgroundMedia.translation.alt`, `cms_section.backgroundMedia.translation.alt` as `cms_section.backgroundMedia.alt`, `cms_section.backgroundMedia.translation.customFields`, `cms_section.backgroundMedia.translation.customFields` as `cms_section.backgroundMedia.customFields` FROM `cms_section` LEFT JOIN `media` `cms_section.backgroundMedia` ON `cms_section`.`background_media_id` = `cms_section.backgroundMedia`.`id` LEFT JOIN (SELECT `cms_section.backgroundMedia.translation`.`media_id`, `cms_section.backgroundMedia.translation`.`alt` as `cms_section.backgroundMedia.translation.alt`, `cms_section.backgroundMedia.translation`.`title` as `cms_section.backgroundMedia.translation.title`, `cms_section.backgroundMedia.translation`.`custom_fields` as `cms_section.backgroundMedia.translation.customFields` FROM `media_translation` `cms_section.backgroundMedia.translation` WHERE `cms_section.backgroundMedia.translation`.`language_id` = ?) `cms_section.backgroundMedia.media_translation` ON `cms_section.backgroundMedia.media_translation`.`media_id` = `cms_section.backgroundMedia`.`id` WHERE (`cms_section`.`version_id` = ?) AND ((`cms_section`.`cms_page_id` IN (?)))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"iTwà.öCå \x16¸>ÔÍö:"
]
61 0.59 ms
# category::cms-page::association::sections::association::blocks::read
SELECT `cms_block`.`id` as `cms_block.id`, `cms_block`.`position` as `cms_block.position`, `cms_block`.`type` as `cms_block.type`, `cms_block`.`locked` as `cms_block.locked`, `cms_block`.`name` as `cms_block.name`, `cms_block`.`section_position` as `cms_block.sectionPosition`, `cms_block`.`margin_top` as `cms_block.marginTop`, `cms_block`.`margin_bottom` as `cms_block.marginBottom`, `cms_block`.`margin_left` as `cms_block.marginLeft`, `cms_block`.`margin_right` as `cms_block.marginRight`, `cms_block`.`background_color` as `cms_block.backgroundColor`, `cms_block`.`background_media_id` as `cms_block.backgroundMediaId`, `cms_block`.`background_media_mode` as `cms_block.backgroundMediaMode`, `cms_block`.`css_class` as `cms_block.cssClass`, `cms_block`.`visibility` as `cms_block.visibility`, `cms_block`.`cms_section_id` as `cms_block.sectionId`, `cms_block`.`custom_fields` as `cms_block.customFields`, `cms_block`.`version_id` as `cms_block.versionId`, `cms_block`.`cms_section_version_id` as `cms_block.cmsSectionVersionId`, `cms_block`.`created_at` as `cms_block.createdAt`, `cms_block`.`updated_at` as `cms_block.updatedAt`, `cms_block.backgroundMedia`.`id` as `cms_block.backgroundMedia.id`, `cms_block.backgroundMedia`.`user_id` as `cms_block.backgroundMedia.userId`, `cms_block.backgroundMedia`.`media_folder_id` as `cms_block.backgroundMedia.mediaFolderId`, `cms_block.backgroundMedia`.`mime_type` as `cms_block.backgroundMedia.mimeType`, `cms_block.backgroundMedia`.`file_extension` as `cms_block.backgroundMedia.fileExtension`, `cms_block.backgroundMedia`.`uploaded_at` as `cms_block.backgroundMedia.uploadedAt`, `cms_block.backgroundMedia`.`file_name` as `cms_block.backgroundMedia.fileName`, `cms_block.backgroundMedia`.`file_size` as `cms_block.backgroundMedia.fileSize`, `cms_block.backgroundMedia`.`media_type` as `cms_block.backgroundMedia.mediaTypeRaw`, `cms_block.backgroundMedia`.`meta_data` as `cms_block.backgroundMedia.metaData`, `cms_block.backgroundMedia`.`config` as `cms_block.backgroundMedia.config`, `cms_block.backgroundMedia`.`path` as `cms_block.backgroundMedia.path`, `cms_block.backgroundMedia`.`private` as `cms_block.backgroundMedia.private`, `cms_block.backgroundMedia`.`thumbnails_ro` as `cms_block.backgroundMedia.thumbnailsRo`, `cms_block.backgroundMedia`.`created_at` as `cms_block.backgroundMedia.createdAt`, `cms_block.backgroundMedia`.`updated_at` as `cms_block.backgroundMedia.updatedAt`, `cms_block.backgroundMedia.translation.title`, `cms_block.backgroundMedia.translation.title` as `cms_block.backgroundMedia.title`, `cms_block.backgroundMedia.translation.alt`, `cms_block.backgroundMedia.translation.alt` as `cms_block.backgroundMedia.alt`, `cms_block.backgroundMedia.translation.customFields`, `cms_block.backgroundMedia.translation.customFields` as `cms_block.backgroundMedia.customFields` FROM `cms_block` LEFT JOIN `media` `cms_block.backgroundMedia` ON `cms_block`.`background_media_id` = `cms_block.backgroundMedia`.`id` LEFT JOIN (SELECT `cms_block.backgroundMedia.translation`.`media_id`, `cms_block.backgroundMedia.translation`.`alt` as `cms_block.backgroundMedia.translation.alt`, `cms_block.backgroundMedia.translation`.`title` as `cms_block.backgroundMedia.translation.title`, `cms_block.backgroundMedia.translation`.`custom_fields` as `cms_block.backgroundMedia.translation.customFields` FROM `media_translation` `cms_block.backgroundMedia.translation` WHERE `cms_block.backgroundMedia.translation`.`language_id` = ?) `cms_block.backgroundMedia.media_translation` ON `cms_block.backgroundMedia.media_translation`.`media_id` = `cms_block.backgroundMedia`.`id` WHERE (`cms_block`.`version_id` = ?) AND ((`cms_block`.`cms_section_id` IN (?, ?, ?, ?, ?, ?, ?)))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"""
    \x01˜¬”\x08Jraº\n
    2‚Xó\x7F£
    """
  b"\x01™âxˆ\x18\x7FI½ûb\x04\x16xæä"
  b"\x01šÅp\x7FÂzT˜«¡óP|\x1AÑ"
  b"""
    \n
    $Epê6B® }4•¢a`\x13
    """
  b"\x1EÎ[¢H'M\x1F·ãæfÂi®""
  b"6ìyyYRGWš<l\x11|‘+æ"
  b"tÃNêP&@»ƒ\x19¸\x13vpÂÕ"
]
62 0.79 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¥|½"
]
63 0.36 ms
SELECT `product_stream`.`id` as `product_stream.id`, `product_stream`.`api_filter` as `product_stream.apiFilter`, `product_stream`.`invalid` as `product_stream.invalid`, `product_stream`.`created_at` as `product_stream.createdAt`, `product_stream`.`updated_at` as `product_stream.updatedAt`, `product_stream.translation.name`, `product_stream.translation.name` as `product_stream.name`, `product_stream.translation.description`, `product_stream.translation.description` as `product_stream.description`, `product_stream.translation.customFields`, `product_stream.translation.customFields` as `product_stream.customFields` FROM `product_stream` LEFT JOIN (SELECT `product_stream.translation`.`product_stream_id`, `product_stream.translation`.`name` as `product_stream.translation.name`, `product_stream.translation`.`description` as `product_stream.translation.description`, `product_stream.translation`.`custom_fields` as `product_stream.translation.customFields` FROM `product_stream_translation` `product_stream.translation` WHERE `product_stream.translation`.`language_id` = ?) `product_stream.product_stream_translation` ON `product_stream.product_stream_translation`.`product_stream_id` = `product_stream`.`id` WHERE `product_stream`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"ð"±&‰¬C]›¸\v\x02ý—ûŸ"
]
64 0.28 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"
]
65 0.89 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"
]
66 619.34 ms
SELECT `product`.`id`, `product`.`product_number`, `product`.`auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product`.`visibilities` = `product.visibilities`.`product_id` AND `product`.version_id = `product.visibilities`.product_version_id LEFT JOIN (SELECT `product.translation`.`product_id`, `product.translation`.`product_version_id`, `product.translation`.`custom_fields` as `product.translation.customFields` FROM `product_translation` `product.translation` WHERE `product.translation`.`language_id` = ?) `product.product_translation` ON `product.product_translation`.`product_id` = `product`.`id` AND `product.product_translation`.`product_version_id` = `product`.`version_id` LEFT JOIN (SELECT `product.parent.translation`.`product_id`, `product.parent.translation`.`product_version_id`, `product.parent.translation`.`custom_fields` as `product.parent.translation.customFields` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation`.`language_id` = ?) `product.parent.product_translation` ON `product.parent.product_translation`.`product_id` = `product.parent`.`id` AND `product.parent.product_translation`.`product_version_id` = `product.parent`.`version_id` WHERE (`product`.`version_id` = ?) AND ((((IFNULL(`product`.`active`, `product.parent`.`active`) = ? AND NOT (COALESCE(IF(JSON_TYPE(JSON_EXTRACT(`product.translation.customFields`, '$.custom_product_api_import')) != "NULL", CONVERT(JSON_UNQUOTE(JSON_EXTRACT(`product.translation.customFields`, '$.custom_product_api_import')) USING "utf8mb4") COLLATE utf8mb4_unicode_ci, NULL),IF(JSON_TYPE(JSON_EXTRACT(`product.parent.translation.customFields`, '$.custom_product_api_import')) != "NULL", CONVERT(JSON_UNQUOTE(JSON_EXTRACT(`product.parent.translation.customFields`, '$.custom_product_api_import')) USING "utf8mb4") COLLATE utf8mb4_unicode_ci, NULL)) <=> ?))) AND NOT (`product`.`display_group` <=> ?) AND ((`product.visibilities`.`visibility` >= ?) AND `product.visibilities`.`sales_channel_id` = ? AND IFNULL(`product`.`active`, `product.parent`.`active`) = ?))) GROUP BY `product`.`display_group` ORDER BY MAX(`product`.`created_at`) DESC LIMIT 10
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  "1"
  "null"
  null
  10
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
  true
]
67 1.92 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"+│?¶;Í·øø&Ý5+[;ü"
  b"uælãvøàoS×\ITxN&"
  b"╗ $\x04èyæ.@¥┘pÉ÷n)"
  b"\x1A<„d€Ù)ül\x00q>¥Ál×"
  b"qÙô\vXKû©¥gõÇfã?Í"
  b"_,\x0Ec\x00\fͱj—ýÚÌ®L¨"
  b"0\x1D‘ý\x10\tFçÌô\x18\x1C؛њ"
  b"hcŸ^­ÐÊ=މI=ÒáëE"
  b"ÈÒv¦Ï©ƒ}ò«"L‡Cr"
  b"\x04:álYÑÉÿlö\x01û^\eš½"
]
68 0.29 ms
SELECT `product_price`.`id` as `product_price.id`, `product_price`.`version_id` as `product_price.versionId`, `product_price`.`product_id` as `product_price.productId`, `product_price`.`product_version_id` as `product_price.productVersionId`, `product_price`.`rule_id` as `product_price.ruleId`, `product_price`.`price` as `product_price.price`, `product_price`.`quantity_start` as `product_price.quantityStart`, `product_price`.`quantity_end` as `product_price.quantityEnd`, `product_price`.`custom_fields` as `product_price.customFields`, `product_price`.`created_at` as `product_price.createdAt`, `product_price`.`updated_at` as `product_price.updatedAt` FROM `product_price` WHERE (`product_price`.`version_id` = ?) AND ((`product_price`.`product_id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)))
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x04:álYÑÉÿlö\x01û^\eš½"
  b"\x1A<„d€Ù)ül\x00q>¥Ál×"
  b"+│?¶;Í·øø&Ý5+[;ü"
  b"0\x1D‘ý\x10\tFçÌô\x18\x1C؛њ"
  b"_,\x0Ec\x00\fͱj—ýÚÌ®L¨"
  b"hcŸ^­ÐÊ=މI=ÒáëE"
  b"qÙô\vXKû©¥gõÇfã?Í"
  b"uælãvøàoS×\ITxN&"
  b"╗ $\x04èyæ.@¥┘pÉ÷n)"
  b"ÈÒv¦Ï©ƒ}ò«"L‡Cr"
]
69 0.30 ms
# product-price-calculator::units::read
SELECT `unit`.`id` as `unit.id`, `unit`.`created_at` as `unit.createdAt`, `unit`.`updated_at` as `unit.updatedAt`, `unit.translation.shortCode`, `unit.translation.shortCode` as `unit.shortCode`, `unit.translation.name`, `unit.translation.name` as `unit.name`, `unit.translation.customFields`, `unit.translation.customFields` as `unit.customFields` FROM `unit` LEFT JOIN (SELECT `unit.translation`.`unit_id`, `unit.translation`.`short_code` as `unit.translation.shortCode`, `unit.translation`.`name` as `unit.translation.name`, `unit.translation`.`custom_fields` as `unit.translation.customFields` FROM `unit_translation` `unit.translation` WHERE `unit.translation`.`language_id` = ?) `unit.unit_translation` ON `unit.unit_translation`.`unit_id` = `unit`.`id`
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
]
70 0.29 ms
# cms::moorl-brand-slider-v2::search-ids
SELECT `product_manufacturer`.`id` FROM `product_manufacturer` WHERE (`product_manufacturer`.`version_id` = ?) AND ((NOT (`product_manufacturer`.`id` <=> ?))) ORDER BY `product_manufacturer`.`media_id` DESC, `product_manufacturer`.`id` ASC LIMIT 12
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
]
71 1.20 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.87 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"+│?¶;Í·øø&Ý5+[;ü"
  b"uælãvøàoS×\ITxN&"
  b"╗ $\x04èyæ.@¥┘pÉ÷n)"
  b"\x1A<„d€Ù)ül\x00q>¥Ál×"
  b"qÙô\vXKû©¥gõÇfã?Í"
  b"_,\x0Ec\x00\fͱj—ýÚÌ®L¨"
  b"0\x1D‘ý\x10\tFçÌô\x18\x1C؛њ"
  b"hcŸ^­ÐÊ=މI=ÒáëE"
  b"ÈÒv¦Ï©ƒ}ò«"L‡Cr"
  b"\x04:álYÑÉÿlö\x01û^\eš½"
]
73 2.52 ms
SELECT `product`.`id` as `product.id`, `product`.`version_id` as `product.versionId`, `product`.`parent_id` as `product.parentId`, `product`.`parent_version_id` as `product.parentVersionId`, COALESCE(`product`.`product_manufacturer_id`, `product.parent`.`product_manufacturer_id`) as `product.manufacturerId`, COALESCE(`product`.`product_manufacturer_version_id`, `product.parent`.`product_manufacturer_version_id`) as `product.productManufacturerVersionId`, COALESCE(`product`.`unit_id`, `product.parent`.`unit_id`) as `product.unitId`, COALESCE(`product`.`tax_id`, `product.parent`.`tax_id`) as `product.taxId`, COALESCE(`product`.`product_media_id`, `product.parent`.`product_media_id`) as `product.coverId`, COALESCE(`product`.`product_media_version_id`, `product.parent`.`product_media_version_id`) as `product.productMediaVersionId`, COALESCE(`product`.`delivery_time_id`, `product.parent`.`delivery_time_id`) as `product.deliveryTimeId`, COALESCE(`product`.`product_feature_set_id`, `product.parent`.`product_feature_set_id`) as `product.featureSetId`, COALESCE(`product`.`canonical_product_id`, `product.parent`.`canonical_product_id`) as `product.canonicalProductId`, COALESCE(`product`.`canonical_product_version_id`, `product.parent`.`canonical_product_version_id`) as `product.canonicalProductVersionId`, COALESCE(`product`.`cms_page_id`, `product.parent`.`cms_page_id`) as `product.cmsPageId`, COALESCE(`product`.`cms_page_version_id`, `product.parent`.`cms_page_version_id`) as `product.cmsPageVersionId`, `product.parent`.`price` as `product.price.inherited`, COALESCE(`product`.`price`, `product.parent`.`price`) as `product.price`, `product`.`product_number` as `product.productNumber`, COALESCE(`product`.`restock_time`, `product.parent`.`restock_time`) as `product.restockTime`, `product`.`auto_increment` as `product.autoIncrement`, COALESCE(`product`.`active`, `product.parent`.`active`) as `product.active`, `product`.`available` as `product.available`, COALESCE(`product`.`is_closeout`, `product.parent`.`is_closeout`) as `product.isCloseout`, `product`.`available_stock` as `product.availableStock`, `product`.`stock` as `product.stock`, `product`.`display_group` as `product.displayGroup`, `product.parent`.`variant_listing_config` as `product.variantListingConfig.inherited`, COALESCE(`product`.`variant_listing_config`, `product.parent`.`variant_listing_config`) as `product.variantListingConfig`, `product`.`variant_restrictions` as `product.variantRestrictions`, COALESCE(`product`.`manufacturer_number`, `product.parent`.`manufacturer_number`) as `product.manufacturerNumber`, COALESCE(`product`.`ean`, `product.parent`.`ean`) as `product.ean`, COALESCE(`product`.`purchase_steps`, `product.parent`.`purchase_steps`) as `product.purchaseSteps`, COALESCE(`product`.`max_purchase`, `product.parent`.`max_purchase`) as `product.maxPurchase`, COALESCE(`product`.`min_purchase`, `product.parent`.`min_purchase`) as `product.minPurchase`, COALESCE(`product`.`purchase_unit`, `product.parent`.`purchase_unit`) as `product.purchaseUnit`, COALESCE(`product`.`reference_unit`, `product.parent`.`reference_unit`) as `product.referenceUnit`, COALESCE(`product`.`shipping_free`, `product.parent`.`shipping_free`) as `product.shippingFree`, `product.parent`.`purchase_prices` as `product.purchasePrices.inherited`, COALESCE(`product`.`purchase_prices`, `product.parent`.`purchase_prices`) as `product.purchasePrices`, COALESCE(`product`.`mark_as_topseller`, `product.parent`.`mark_as_topseller`) as `product.markAsTopseller`, COALESCE(`product`.`weight`, `product.parent`.`weight`) as `product.weight`, COALESCE(`product`.`width`, `product.parent`.`width`) as `product.width`, COALESCE(`product`.`height`, `product.parent`.`height`) as `product.height`, COALESCE(`product`.`length`, `product.parent`.`length`) as `product.length`, COALESCE(`product`.`release_date`, `product.parent`.`release_date`) as `product.releaseDate`, COALESCE(`product`.`rating_average`, `product.parent`.`rating_average`) as `product.ratingAverage`, `product.parent`.`category_tree` as `product.categoryTree.inherited`, COALESCE(`product`.`category_tree`, `product.parent`.`category_tree`) as `product.categoryTree`, `product.parent`.`property_ids` as `product.propertyIds.inherited`, COALESCE(`product`.`property_ids`, `product.parent`.`property_ids`) as `product.propertyIds`, `product.parent`.`option_ids` as `product.optionIds.inherited`, COALESCE(`product`.`option_ids`, `product.parent`.`option_ids`) as `product.optionIds`, `product.parent`.`stream_ids` as `product.streamIds.inherited`, COALESCE(`product`.`stream_ids`, `product.parent`.`stream_ids`) as `product.streamIds`, `product.parent`.`tag_ids` as `product.tagIds.inherited`, COALESCE(`product`.`tag_ids`, `product.parent`.`tag_ids`) as `product.tagIds`, `product.parent`.`category_ids` as `product.categoryIds.inherited`, COALESCE(`product`.`category_ids`, `product.parent`.`category_ids`) as `product.categoryIds`, `product`.`child_count` as `product.childCount`, COALESCE(`product`.`custom_field_set_selection_active`, `product.parent`.`custom_field_set_selection_active`) as `product.customFieldSetSelectionActive`, `product`.`sales` as `product.sales`, `product`.`states` as `product.states`, `product.tax`.`id` as `product.tax.id`, `product.tax`.`tax_rate` as `product.tax.taxRate`, `product.tax`.`name` as `product.tax.name`, `product.tax`.`position` as `product.tax.position`, `product.tax`.`custom_fields` as `product.tax.customFields`, `product.tax`.`created_at` as `product.tax.createdAt`, `product.tax`.`updated_at` as `product.tax.updatedAt`, `product.parent`.`cheapest_price` as `product.cheapestPrice.inherited`, COALESCE(`product`.`cheapest_price`, `product.parent`.`cheapest_price`) as `product.cheapestPrice`, `product`.`created_at` as `product.createdAt`, `product`.`updated_at` as `product.updatedAt`, (SELECT GROUP_CONCAT(HEX(`product.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"+│?¶;Í·øø&Ý5+[;ü"
  b"uælãvøàoS×\ITxN&"
  b"╗ $\x04èyæ.@¥┘pÉ÷n)"
  b"\x1A<„d€Ù)ül\x00q>¥Ál×"
  b"qÙô\vXKû©¥gõÇfã?Í"
  b"_,\x0Ec\x00\fͱj—ýÚÌ®L¨"
  b"0\x1D‘ý\x10\tFçÌô\x18\x1C؛њ"
  b"hcŸ^­ÐÊ=މI=ÒáëE"
  b"ÈÒv¦Ï©ƒ}ò«"L‡Cr"
  b"\x04:álYÑÉÿlö\x01û^\eš½"
]
74 0.38 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"\x04:álYÑÉÿlö\x01û^\eš½"
  b"\x1A<„d€Ù)ül\x00q>¥Ál×"
  b"+│?¶;Í·øø&Ý5+[;ü"
  b"0\x1D‘ý\x10\tFçÌô\x18\x1C؛њ"
  b"_,\x0Ec\x00\fͱj—ýÚÌ®L¨"
  b"hcŸ^­ÐÊ=މI=ÒáëE"
  b"qÙô\vXKû©¥gõÇfã?Í"
  b"uælãvøàoS×\ITxN&"
  b"╗ $\x04èyæ.@¥┘pÉ÷n)"
  b"ÈÒv¦Ï©ƒ}ò«"L‡Cr"
]
75 0.52 ms
SELECT `sales_channel`.`id` FROM `sales_channel` LEFT JOIN `sales_channel_payment_method` `sales_channel.paymentMethods.mapping` ON `sales_channel`.`id` = `sales_channel.paymentMethods.mapping`.`sales_channel_id`  LEFT JOIN `payment_method` `sales_channel.paymentMethods` ON `sales_channel.paymentMethods.mapping`.`payment_method_id` = `sales_channel.paymentMethods`.`id`  WHERE ((`sales_channel`.`id` = ? AND `sales_channel.paymentMethods`.`id` = ? AND `sales_channel.paymentMethods`.`active` = ?)) LIMIT 1
Parameters:
[
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
  b"¸©Å╔└\x10G\x02®ofM½■&V"
  true
]
76 4.61 ms
SELECT model_number FROM hobaIT_sparepartfinder_models WHERE model_code LIKE ?
Parameters:
[
  "%F5103T1L%"
]
77 25.10 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:
[
  1001941966
]
78 33.17 ms
SELECT * FROM hobaIT_sparepartfinder_groups WHERE id IN (15691,15693,17790,18769,18776,44972,53840,53844,53845,53846,53847,53893,53894,53895,53896,53897,53899,53909,53924,53925,54085) ORDER BY number, part_type ASC
Parameters:
[]
79 25.22 ms
SELECT * FROM hobaIT_sparepartfinder_images WHERE group_id IN (15691,15693,17790,18769,18776,44972,53840,53844,53845,53846,53847,53893,53894,53895,53896,53897,53899,53909,53924,53925,54085) AND article_number IN ("93513001033","90113002100","90913012000","90113015000","93813030044","90113021000","90113013044","90113018000","90113017000","J01008050S","90111050000","90111050050","90113001007","90613098150","90113080000","90113075000","90113090000","90913072000","90111051000","90113060000","90513069000","90113009000","90113121000","90113026000","90113013000","J025060143","90114060003","90113050244","90134035000","90534034300","90534031020","J625060800","90113052000","J933060253","J934060003","90113057000","J125060003","J094020153","90113174000","J025060109","J025060163","90511054001","90611053000","90511055000","90511054002","90511054000","90508024000","J025080203","90103097000","90508006001","90508048000","J125050005","93010001044EB","90210086000","90110087000","90110084000","90110013000","90110060000","90110062000","J472042170","J760264208","J625063021","90110011000","J625062023","90109076000","90610054000","90910059000","90210050000","90810052000","90910051142","J625062050","J760295207","90610053000","J934080003","90210085000","90109011001","76910065118","90110053000","76910066000","00050002058","90110015100","90802201100","90802005000","90502010000","90502039000","90511006100","90501045000","90511074000","90511070000","90502091100","90102016000","93002090000","90511006000","93011074010","90502031000","90511049000","90502042000","90501034135","90232014002","93504110100","J020100806","90104010003","90104010002","93003023100","93803026000","90103027000","93503029000","90603024000","J900000501200","J982101253","93003027000","93511045000","28111046000","93003034000","95803034000","90111040100","93607088000","93807018000","93807089140","93807018010","93807018100","93841034000","J025060128","93007089000","93601001100","93601002000","9010103210033","90101080044","90101086000","90101036000","90501044000","90113055000","90113055010","J021060156","90201025000","43570624","43570623","43570618","48601166S1","93601092000","93601093000","93501007000","93501006000","90101000010","90911075000","90111060100","90111060010","J025080123","90611057000","90611157000","90211097000","90511034000","90511134010","J025060303","J025060253","90141088000","J011050133","93511084000","90511097000","90811059000","90111058000","75011088005","75011088010","75011088015","75011088030","90539010000","90511030000","90911021000","90111040000","90838091000","93607113000","90507011040","90507011060","90507011050","90507011070","90507011020","90507011010","90511055001","90507013005","90507013006","90508006004","90508025033","90503071000","93807013013","90507017000","90507028000","90508049000KD","90507040001","90508045000","90808043001","90107040003","J934080006","90508025070","90141023003","90507008000","J912050151","9050802500033","90508018000EB","90508018001","90507049000","90507047041","90507056000","90507055000","90507047001","90508016060","93807040000","90507058000","90507057000","90108050001","90508024050","90507015000","90507013013","21007098000","28104030044BA","9050406000033","90504060050","90508008001","90104037000","90104038000","J025050504","90504050100","90508046000","90104042000","90104046000","90104034001","90104036000","90104034000","90104031000","90104032000","90104040000","90204060001","90104040100","90604062000","J025060169","90513147000","90504067000","J025060083","90104067000","90808043000","90504060001","90104070020","90904070020","90113047000","90104230010","90104066310","9350300110030","90503039000","90503038000","93003141033","93003140033","90503049000","90503048000","90103038001","90104070000","93003006000","93003005000","90104066010","90103038002","J025100926","J025102656","J027081053","J912080256","90111045050","90103032000","90503045000","93003042000","J770009015","90503048010","J094020186","90503098000","90503053000","90503052000","90503050000","J125080005","93003151033","93003150033","90103040001","J029060103S","J025101103","90113025000","90513046000","90513045000","90503034000","J025060103","93808073000","90108015020","J025060183","9050801003330","90808010050","J912060203","J06923050053","90514045000","90508016001","93014096000","93008010010","93014095000","J005050103","90514007010","9050800200033","9050800100033","90508004000","90508003000","90114062001","90512042020","90508010010","93812041033","93812040033","90508019000","90508016050","J025060454","J025060129","90514013000","90508021000","J031050163","90808006000","90808005000","93508015000","90508015000","90808016000","J981420133","J021040004","90508016010","90508006003","J005050123","90102031010","90508015010","90514044000","90511064000","90508023000","90503002070","90508008000","90808045000","90808073000","90529099000","90508042002","90508041002","90508042003","90508041003","90507050033","93608051044C1","93608050044C1","90508011000","90508041010","90508054050","90508054000","90508006002","90503007001","90508010060","90508020044C1","9050802000033","90508055010","90505090050","93814050000","90508010050","90505090033","J912050163","90508028000","J912050103","90808026000","90808027000","90908099400","91205083533","90605007100","90205068000","90105004000","90141090000","90105052000","90105005000","90105084000","90105068100","90205086001","J025060256","J025060146","90106002033","90506005033","90506040000","90641040000","90106015000","93530087000","93515020000","90106000001","90130087001","90106000004","90106027100","90106001007","J026060083","93008037000","90506028000","90914057000","90514006000","J081050121","90114068000","90114068001","90511066000","90130059000","90107050050","90107050051","90511066044","90111067000","90111067100","90514036100","90514035100","90114047000","J926060000","90814044000","90107013004","90514040001","90514026000","90514025000","J981350133","90514007000","90514003100","90514001100","90514003060","90514003050","J031050083","90514013010","90514019000","90514013030","90514004000","J125100009","J06797100183","93009001044EB","93209060000","J760223508","90109011000","93009081000","90209083000","90109082000","J472035150","90109062000","90109015000")
Parameters:
[]
80 0.26 ms
SELECT * FROM hobaIT_sparepartfinder_models WHERE model_number =  ?
Parameters:
[
  1001941966
]
81 0.24 ms
SELECT s.product_number as product_number, lower(hex(p.id)) as id FROM hobaIT_sparepartfinder_powerparts as s LEFT JOIN product as p on p.product_number = s.product_number WHERE model_number =  ?
Parameters:
[
  "1001941966"
]
82 10.64 ms
SELECT `product`.`id`, `product`.`product_number`, `product`.`auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product`.`visibilities` = `product.visibilities`.`product_id` AND `product`.version_id = `product.visibilities`.product_version_id WHERE (`product`.`version_id` = ?) AND ((((`product.visibilities`.`visibility` >= ?) AND `product.visibilities`.`sales_channel_id` = ? AND IFNULL(`product`.`active`, `product.parent`.`active`) = ?))) AND (`product`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)) GROUP BY `product`.`id`
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  10
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
  true
  b"\x7F®\x14?┼üKZ▒iÅ\x13┤+£╚"
  b"žØ—HÈòFؼ¤\x11A#/Bl"
  b"èfÎ÷┤ì@±à\x07ÿÌ_ó\x1Cû"
  b"\x1AÌÌU¯\x18I–¾vŒùió|\f"
  b"*àq˜ÛûFÔ¦ÍÝAÿi,m"
  b"lÐ9nÑéFËÜìõÉ┬ø\x13$"
  b"€5dZ"\x10Ei…»ZÇ­Èê—"
  b"‘ƒbÇ[#I>¡Z B´2w¦"
  b"Í8´›U‚C\x07ºd>†öŒ1]"
  b"ı\x1A■─W\x19A\x13▓.ü«»/╣?"
  b"""
    ¼<\x0E\x1D„ËOèž\n
    AP¦[¯w
    """
  b"é—Èu\x1F¬L©…šžœœ—ì<"
  b"ö\x197ÆØÁJÉ©€ÝAí¯i\x15"
  b"÷IC·YíEP¦ƒ©½¹kx¤"
  b"ïõ*É▒╬Iµ®7Î~3­N¥"
  b"Ù+€*ǧLlŽ\x01o œ\x14\x14P"
  b"ä}\x04ã\e=JG¿%ÐõõEº\x12"
  b"¬\x7F\x00\x07/*O:¡ìö#\tnM¨"
  b"Â\x17™¼ \eM®¤¯‹@~b~Ý"
  b"u\x01\x04›¤«I\x19¹oÝ.m¥Z{"
  b"Û¥pSE\x17Oh±1ä%´ßR\x7F"
  b"\e\x06Gç¿@«„¬ÎvI4Of"
  b""n\x15├×ÊH\x1Aì7@\x1E\x19\x13\x1Dx"
  b"ÆÂDþ˰L™›ÿ˜rA\x02QG"
  b"ˆ¨SøÓ`DO‰½\x1A=\x16â²&"
  b"║▒\x0FÛfûL·û\x1D|*iïÉ\x1F"
  b"×┐#½╣ûK@û]Õ[Fäü1"
  b"\x02:HMæÒCõ¸ü\x1FÛy‘!g"
  b"ŒÚ\x06L\e,K’­ŠË;“\x04¦`"
  b"\x1C\x08\x06╩K+É┼zÝîvNh"
  b"v\x04\x07<PpNÿ‘È\x18¦Ý\x0EýO"
  b"ª\x063ƒ}€DÒ–Ž%ÏH·\x06"
  b"½ì HcQM”­¢\x03Ï7›¢ü"
  b"\x1Eèæ`“ÿEÕ³Èy\x1E¬÷Ëñ"
  b" eG³tÜDȃ\x1CøKȈ\x15a"
  b"\r‘M¥Lÿƒ\TÓúEÊÑ"
  b"ª*®¦œGGz«Ãª÷#vf“"
  b" !í;'QI§»Î¼ê>>Q"
  b"›ý“\x18G>Lb¶à/åæ®Îµ"
  b"í£%µ¹@C─ø\x14TüDö└┌"
  b"§~š\x1A\x14ØIN¥>ø×\vÞÞï"
  b"""
    \n
    %,\x13\x1DàL®„âˆ\x02cÉg÷
    """
  b"¾Ñ3\x1Dn²B«¿\x04¶60ÈÄÒ"
  b"-+«\x14fþMà›ù¶ôÏ_‘("
  b"ÒôoR¸–Bÿ gïv¢+oä"
  b"ö+,(¾·Cù„T~0=±Áï"
  b"3˜N–êªC\x0Fžúíà÷Qê¢"
  b"qÊõÏGUF³šø¼gij™„"
  b"\f3—ôD˜Ge›œ\vÁ\x17\x18Ù)"
  b"ˆœ?\x15)éLß”m\x12\x1C\x03ã>c"
  b"\x02ˆ\x13*ý_Dm€\x00Ê‘“ç¯x"
  b"\x12<sìw@\x1D˜¾ÁLXóV¢"
  b"Æò│\x17F┬L┴É.öïlÍZ¹"
  b"°Ù5s´ÀN\x08²˜Çj'-\x1Em"
  b"\x04Å®ÿç`L\x00€“õMèïj\x13"
  b"""
    ùvÒ\x18ÔÑC°¡i#“¯\n
    ‰°
    """
  b"""
    \n
    ÅÕ\x0EÅ╝Løà§ae\x04!\x12Æ
    """
  b"±Ubòµ\x07Nÿ“)JZ•Uc”"
  b"Äz¤M1▓K│ë´\x01jü▒ðK"
  b"^iï©Ø'MUù\x18XÊ:8û["
  b"\x18Åj\vO+ÄO¶sá╣\rD"
  b"\x00[¾äŽéKZƒË½ïÿüã¢"
  b"íðd€\x19+IN¾À¢íFö\x07\x0F"
  b"™£N0lƒFj—ºá\x00\eº^\e"
  b"G╝üF×AD7┐N\x17Ùe®▄?"
  b"o\x05¯˜_¾G—¨óÙ`-ö¥\t"
  b"ô·?║'ÞLÉÿf²┬gqr\x08"
  b"{\x1CÐÞı\x1DNYº=\x04ö* Å""
  b"ÏýVˆ#ºOÀµÐνÑÎLQ"
  b"Ñ^²\x14c\x13Fp±”ѽ®V\x10,"
  b"F+ÏŠâ«J\x01š¦ëätKÉÂ"
  b"\x0FÚÑ\¢ÂMꎼy<KÖ§í"
  b"¬ç,:’ÉKº„gãðûÒiš"
  b"Ôkh\x04nCA\x07ˆ/NI BÊÊ"
  b"-]Å"|¡EÄàJ=ß═â+\x06"
  b"pî@TÊkHX¬q¨m¾ñ¦K"
  b"Ð\x11ñÝ%ÖI\x16ìmÓ´┼Ü}""
  b"öTD\roDL÷€T°ÀñL›³"
  b"q)oò»DLW‡íÄ£\x1Aì\x1AÐ"
  b"³┬█\eóuBäü`o§▀n╣\"
  b"%\x03«PÅ$A\e║╬¥+\x01¢yÛ"
  b"ŠÅéüÞðHR³\x05˜­\x02u¥·"
  b"8Ùo\rb€C7Ÿ8¢\S‘3Å"
  b"ÍÃÅáã=EÀîò│:VÖ┐/"
  b"ùµ]─█áOØöcgÀ§ù-█"
  b" ™‚_ë}C¹¥\x03Ÿv:\e\x1F\x10"
  b"└+\$æ\x06AWáüG#E^\eo"
  b"áÍ\x084¹pEF±êÌj)t:8"
  b"\e,\x1AàÖsA´Å\x04ıø│]┬‗"
  b"œù•ÕÐ{Fd³£O¿\tDÖv"
  b" uÿvPžD\x01˜j®²R¤~¯"
  b"MÈ>ùÕ£K†«wÒ„O\x16\x0FÑ"
  b"ÝËz'+ÊCa¥Á\x1Ao\x05<<á"
  b"îÿ|~“\x0FC瞘\x1A<Æÿ\x18-"
  b"┴fI~h8F╔½Åîìú$Xð"
  b"gÑ篃\x7FL\x19¼£Ã˜›‹kh"
  b"÷ÿ/═╚\x05KÃÂØîÃ┐┬%6"
  b".Å~\x13¦\x19F3â\fi▀¦áÞø"
  b"-\x02\x02\x03Û¸H›‡\x04“ŒM'\x01;"
  b"m¬¶Æ\x13äASÉ┴»ugÈÜ▓"
  b"\x1AAPƒxcBü‘8\x03ò3È-Ž"
  b"\x19yõXMº¶AÅôÙ·~z"
  b"¨|¬#|)Dÿ│»`>¬ì3c"
  b"_áLÆì~GÝäÙ2┤\x12£ÕÄ"
  b"óˆmƒêäD:„®žÊ\fãÒl"
  b"²ÐEßïØD\x7F²\x0E=\x12ææ\x05½"
  b"¢®ÖÚQyH埗Å,¼µ\r"
  b"”i°*TžDA›žÝÛ1]PÆ"
  b"Z#9p>\x17@þä╗ı ÅSÔ▓"
  b"éF}JYQJ»œ"\f\x0E¬*Ný"
  b"ú\x1DÉg—¨F…µa¨—÷wÖT"
  b"""
    (2\n
    +¦uA;§•\\rºŽë¨
    """
  b"""
    ²└╔OÃ\vDú║ıØ?´\n
    Ù`
    """
  b"§/UQS•A·œÍµ¸dZyñ"
  b"؃#“E\x0FO\x1A¦à²i¬\x03¤Ÿ"
  b"\x03ŸŒ\x10Eu®\x7F¹ÆDª<Ñ"
  b"lžæ×4YDu†˜‰u íŽ"
  b"\x0F=i}K%ÑÂ\x17nË (0"
  b"Eº!wbpIw¡c‹j\x02 ©Ô"
  b"ƒ)4š_C@c’òîg\x07U±ê"
  b"─ÛK£ø║G÷æuØ\x14╩╝¦ë"
  b"\x10\x1Aó7&@˜ w‹…!|Ãú"
  b"▄]\x00ÎAlM*ïÉÄ\x16Ú\em\x1E"
  b"žÇ˜ê\x01œEO•Y&zŽš‡æ"
  b"\x1F%TЇ¯K™½=W1ÇW\x12@"
  b"ï‚OPdÖIs—án\x17 aóq"
  b"¿é®^7\vC(‡X3½\t\fò˜"
  b"ÖZ겞KDµŽ«åˆ\x0E؈Ç"
  b"\x0Eĵã²É@°¥ööp\x06kIs"
  b"ç”Ö5ÞŠFƒ·—r\x18\x192\x03'"
  b"ùs¦îEpFë‹\x1E\x19ǰ<î“"
  b"»Þpž¾¡Du¼Q8øõ]\x06\x1E"
  b"­S\x14¯FmHå¸n·xÆû\eM"
  b"\x04\x1CŽÖ\x156AÊ«ïi.·YžB"
  b"ÙòEŠ|\x04KY¾ñÙ\x1F·Âø\x14"
  b"æè·Ú\x02jE.³#@šÐk™V"
  b"éLqMÑ\x17L\x07 =àé¡“\x0Eq"
  b"+Åz%\x10÷ES¾õfú~š¼\x10"
  b"zßòc™\x19B⿽°>«<„ö"
  b"ÒNmrè1J0§_\x01D[z\x02"
  b"Iw‘”\rðA?™|ßC\x15\x0F<"
  b"7dàïj¡I}©¼MÕBk†º"
  b"pî”\x03¸WAl–úŠ\fkN!š"
  b"\x1D>êÎx‰EÀ•@>&²Ó\x011"
  b"m\vÏþ»!O³‹Óöy><‚x"
  b"g9\e/êÎNH¡ÿ\x07‡'ËŽw"
  b"òÛ¦µ´\x06MѪ+íQ_¿t$"
  b" ZóÊÃãLßèü|òÌMz:"
  b"ÿç=,PEM²╗µ¨\x01▄ïåÉ"
  b"\x10ª#\x08ãªH\x16±UTKÑ9[\x14"
  b"¡är1µ;OoÉ´ð¹Kqpã"
  b"\e¼7ôbéBÓ™nÇ?eÆ_;"
  b"‡a¼EiþLf‰Ã›jêß\x1Fõ"
  b"\f%P†ÜÓB¡½prôxŒúî"
  b"Á\x028\x01`LE¦‘\x12ôŸäQ©Þ"
  b")Œý–G½A¶¹qO'ãa\x00""
  b"R¯ŠÒ‹\x1CNæ á\x04päÞˆ´"
  b"\x0E}▄CõrG│ìü&¶bT\x0F¯"
  b"¢ÎMU\x03U@h»,|W¨¬ó’"
  b"S\x1F+³)‘FN¥G“CòÙåw"
  b"q÷^ZÑìL:‹‡ƒ+5TËÄ"
  b"튬f"„F\v\x00+yP•÷¨"
  b"ÆÜ‹êœ#Ff¼\x03žvB\x1DËo"
  b"' ▄\x05├ØJ`º"@░îæKd"
  b"Ò€\x05ŒNhCC“ioÁ\fz_í"
  b"ñô“ÏßÚIƒ£ÀB^ŸB6ƒ"
  b"í´Ð\x17;ÍBëü└Öð▀\x17█¯"
  b"▒!┬╣ïnH\x0EÅt#X\x16ïA├"
  b"õÉ`╣&¿IƼl)├X╝ÿ¯"
  b"D\v0ø«†@ž½q,k6\x01"
  b"%,\x01Ø;åJ\x1D¢´Áß\x1Câ\x19c"
  b"V%Âç¦ÕFèï»Ï6\x06\x1Cü║"
  b"E<¶§Ñ\x05Kl§\x13\x08¬ß/ÁP"
  b"»Ïg\x13\x19™D\x1A•N¤\x15L?Zû"
  b"\x06M¶f╩æM\x0Fì´<h¥´\x18ç"
  b"V©m\x02kðI3‹\vmÓ½z\vå"
  b"\x7FS¾Å¡ùGÊÆ=\x12p┬çG¨"
  b"‗n╦µc\eC¢úÅ"Ä1┴╚¾"
  b"¹Ì\x07·═wOtà]ìGhoÿ\x18"
  b"""
    \n
    ۙǫ¦BÜ»³úi"jQß
    """
  b"ìx╠a\vîF\eƒ=0`╝\x02├©"
  b"S(\x04K»—Fô“\x1A¦mßÍN…"
  b"tÅÅÁL«Jé¾j\x1E¥-5®V"
  b"pض■³═D7▒Ë\x02ΣÝÁ("
  b"¤àé\x1EÝ╦NeÁê.Õ]»Wü"
  b"4▓▓¼l2FM¿1Ùì\x12WíÛ"
  b"""
    (­%@\n
    dN\n
    ê╣+\f\tÔÉ
    """
  b"mìð¡\x10pL3╗j\tSÍ2H¦"
  b"╝ÅrÓ\x02\x14J½░ð6¢¨ÿof"
  b"@\x0Ešæ|¢Cè§aí÷Ctu4"
  b"7X$\x05É"Hä¿"¬ƒs\t9l"
  b"z¨<Q\x1A\x00OðÅ\fO╩©©\x04"
  b"e™·×«H#¼i¬N²žýt"
  b"‹ÆœJ\x7FæG^¶àwŠüÌ\x12Ë"
  b"úÂì§Ê^Keغ\x1Aj¶]ên"
  b"äUÓ”\x04ˆDP¨[<ðά\r1"
  b"\x02┬9\|J@£\x12àÉ\x14üZ®"
  b"H`õôU I®€òï\x12œ®Á¼"
  b""#B'¬*Fr¬ðæ\x01Rðãs"
  b"øë?@™ÀF‹·¡ÐVŒ=B>"
  b"""
    \n
    JÜâÂíK\x02\x1AI!á< J
    """
  b"jnMÇêâI¤ªû<ðSW}É"
  b"A╦°ìÍ%C¬Á\x06\x15Í┼Õ{\r"
  b"d©¯(W­CL‹šW\x071ݵ\x1E"
  b"\x10¶¢(fdHίÅ\x07J§¶`ÿ"
  b"y®[\x1AEÀE½«æ5R'ß+M"
  b"ˆµ\t\x03ôhB¦‰\x18û«Ë\x01"
  b"mu‘‰Ä¡G(’z&²:Ï ù"
  b"®G]£ƒ7N¨²o’ì‹íâÏ"
  b"øDŒUF–C´‚—NëV×9|"
  b"Gš8ƒ\rXNñ‚\x00ÓÁ\t(éÀ"
  b"|‰|ñݯL¦©'Ä\x1Càuï¶"
  b"\x14ÉBÂMªBÑåw,*'O\x1A8"
  b"\x16Ü\t\x07xxDø‹©€> •\x1Fà"
  b"-▀┬®+®CRÉÆ1wı'0,"
  b"\x06Æ\rµ+ÀK\x15…'n†A1ëÀ"
  b"µmwK¼ŒKc°ŸA\x1DVæË\x02"
  b"!4"­N‚Bä¯~5\x00cs–Ó"
  b"  VQ\x00▀L└Éáz-!\x00╦£"
  b"ìM"Z¾*D7┤╗X┬H`°¡"
  b"4¶f4wcB┘Åc;ƒ\t▒§Á"
  b"OÑüc-ßNèôS┼\x00Ãð\r¯"
  b"˜AË8ïéE9ž;uÓœ>›ì"
  b"©\x03\x19yf†@{—•I\x0F¼p)þ"
  b"`|Æ4┼¼L;ØÄ¦\x13\x10)\x02"
  b"Rsò^‡IB˂߭հT¡y"
  b"Dož&ÎJFf‹Õ×1¼7â\x7F"
  b"┬úW;zìLOû&»╝ÙE┐["
  b"Ã\x02\x03jø¤IøñçŽ\x12%¸="
  b"\x1AÛµ¯bI£¦8ÖÑïK,\x10"
  b"ý\x02al8zL.µG„[ÿ«¶ "
  b"åQ(&\x11V@\x03¸è\x0F\x1E\v1H¡"
  b"âÜL\vìÂB&¾ã\x05î\x0FLuš"
  b"\{aRSïL™¯±,\eàj\x0Ft"
  b" \x13Ø¥À\L\x17žÕîgº)[\x05"
  b"Ohq¸\x1FGOâœÌ\tã\f~ý”"
  b"─åÒ\x1CkÓEßè«.\x17ÂÉz║"
  b"š\x10ËÛ˜ôA¶«K•¡K\x1DæN"
  b"\x00m–:S`D\x00½Ó‡‹¸’åÎ"
  b"ê\x0156»\x10H8¥(Ä —$ZJ"
  b"\x7Fª\x0E7^’A¡ŽÜIfÕ~Õá"
  b".W’ö©yJIƒ\x0Ec2œ§ež"
  b"\x1DôÚPD´Åe\x1C¬┴Ð┐½"
  b"\f\x15ÑyDLKn 0yÆ#£\x0E©"
  b"é\x0F¯—o•Bf¨´\x1FŒ5Tã\"
  b"\‡\x11\x15\x04äD¸ˆ±y-@vÑá"
  b"VÇ–@\x19ïAõ…õ\x06jÍzâ""
  b"u‡¸s\x1F¬@©¼s\x1Aé\x16zDÊ"
  b"D¥þ╚┐&O\x12É\Þ‗\tARJ"
  b"Š\x18+!õ\x02G`±\x05iaÃà†ä"
  b";ò¼’\x14#E*†«\x12`ì˜Â "
  b"¹`-¾É\x16Ke»²g╠Ü.б"
  b"Ü"‡5\x17ôO/•:õK·¦Ž "
  b"hÄ9Ù0\x1AFK°¯Ÿ\x1A\x03]$P"
  b"\r_;ûOZšŸÎHF\fݸ"
  b"Ë\x08|æ─dK\x16ÅÕ=K\x16½┼\x19"
  b"$ÒÂÊ7ÇN6¾©TYkmúo"
  b"""
    ×{¶u7¸Aÿ¹>¥\n
    A¬¸l
    """
  b"ÈÉâ\x1A;mA'°KMäŒ5pˆ"
  b"Éw┌*,ÔN¦Ü└g▒i▒í\x04"
  b"ÍK‚N¤‹K~—®Á\x04úánÉ"
  b"fÜ"±„îGϳbvØ\x19°`„"
  b"\x0F±yXÙeKœ›0SP\x01É\x01ù"
  b"&Å─\x12Wï@oëEVkaxV\x12"
  b"┌ÉaÔ±´LOñhîà«MÍ\x03"
  b"Èì.L\x06.@!½|qfD(sñ"
  b"""
    ä3þ³\n
    2NþŽ©1{P²°Ã
    """
  b"Äô"\fÓwD´š‚–‘F9\x07"
  b"Ö"a\x191ãL?Ä\x12┐ðjØ└\x1C"
  b"á\x07ê2€ÖOäŸ`Èáö™ê\x1C"
  b"r—ª[N\x0FHg…©É¡+ì~\x01"
  b"¡m’#z¹D\x1A«c\x13‹Vxˆ­"
  b"ŽÎ6\x12÷´OÒ½Ñmœ@þöó"
  b"[ЀIìäK~œÙh›í½\x10G"
  b"«Ü‚\x1Dü\x12OK³ñ\x03º\x03\x1A"
  b"./'ÖsOL° ~\x12WJ‘Æk"
  b"C¸ÛõÑêKª ìëg–…ñû"
  b"\x12z$3O\x7FA╠¢AÉbo"âî"
  b"äÃì§é╔HÖ«¼9‗$%═ä"
  b"ÙŒŒttJIˆ¤ñ²Aw)u^"
  b"?ÎÁŽ8\x19FD½x£\x0F)²ìæ"
  b"ìÚK\x02]┴IWò®?¿\x18êj¬"
  b"¸^ЋYûIҜDŽ\x02оÏm"
  b"?^37Ê\x02DÉï‗╔╚xþ`┬"
  b"€ÙÝp^n@ôµ"\x16\te”w0"
  b"tU>Ú$‹E¤›¢\x13…”=ù^"
  b"▄[­c▀ÈAÁú¶ìt¯ÿP0"
  b"›;\x15²ø\x08DÑ»TZ\x13W\x16\x16b"
  b"a\x18<M'\Gÿ¢×ðD€B¤y"
  b"""
    \x12ƒÁ@\n
    \rG¤µR”4N«X\x1C
    """
  b"õ(\x02\x0E°lLõ˜ðOh_my´"
  b"\tw\x06×’wM7°\x15ªãü»fÔ"
  b"»}Š\x01·&D’¦©\t¸tj\x15Q"
  b"åÿ§\x08ΘF\x19®¯¡\x04u\x0Eí\x13"
  b"áüÏF╣çK\x14àûëÇâ9Ö¦"
  b"­ËH\x10j!E<˜ƒ+þb†jT"
  b"Hœ†°ïÏF¯¾{Ò~<KÔ\x0F"
  b"óžš_+rG¢¾áUµqÔ€î"
  b"\x16­\x7Fò\x17╗@\x01ò.ØÉ┐s\x1D\x1C"
  b"DHWå\x1D0H¦“Yïl„›×ä"
  b"œ¢ß×KåG±ª†ïô\Òí}"
  b"äÌ|ÁÃ}Jï˜=\x1DÇ'‡`;"
  b"\x12Ý6±HP˜J­\x11…§QŒ"
  b"Á.\e\x0F.ñIµêymÁì\x1D"
  b"\x16\x1F\x18ƒA(µÎ‘ž\x1Cô\eÆ"
  b"m5N ¦ÕHÆÉ÷S\x0Fe5\x00"
  b"xû¨m\t\x1DA\x18üÿ6¡▄@X▄"
  b"ý}·■┴ NYÉ╔×╔Ùߨö"
  b"\x7F\P$ÉÝC\x08ƒÁ\x17W\x049ó›"
  b"""
    ÷Q.°JUO}™P;`æ\n
    [-
    """
  b"\x17ÿi}ÒžE\vš)Æ—.¤\e¥"
  b"¯w(w&8L÷­¢ô;To^`"
  b"ªØ\t\x02Ö@sÿî¦V`6¢\x14"
  b"B¤•ðNML\x14ªâ…櫪ëÖ"
  b"k%à\x1Cæ`I\°†\x18áDc@y"
  b"øìé¼¶\x0EB┐è(\x01\x05;\x04"
  b"Å1a¢©vDQ╣¥Ô/û\x18\x10°"
  b"²ùƒN¹™AcŒOÂÁ}ª¢h"
  b"·þ•Å?òM܃!¿Yj\x08n="
  b"\x04€Ïl\x01´Kw­‘›ü\Œ\x10°"
  b"\x07╣┘ú▀¹AÉá▄S\x1AX\¼\x14"
  b"\x10\x03ø’ŽE\x08Ÿ™/ÉÕ\iB"
  b"Âß›ÅÀuEñ‡S^cÏÅBæ"
  b"Úb•ÖâgA믱±È5'\x03"
  b"O>DËïèM¹©\vf\x02c\x15ÄÐ"
  b"׳¥FŽ>@©‚ÛlÑþ¯¼W"
  b"\v_g{Í\x0FC\t“°#»Ê¦ÝT"
  b"<ÍÁ¡\x13ØEzœLÇʉ&øe"
  b"Ë╗ÀÜ¢èH.Ç▓TÉ╔©░Ý"
  b"0ÍI…?\fM;ŸÚÝ=K6aë"
  b"\flžÿJ G´žJ£Iw`öQ"
  b"Y/P\x06‘”@ã²ZÔìR\x12\x1A\x04"
  b"C-û\x16╦@FBØÍz¾ÿÞ\fT"
  b"˜‹g\x1CpRD¬¢qj$\x08hq#"
  b"M>Çà‘@x©8áBø^bf"
  b"™3zÚ\x1C;EO¤ÿ·a ß_+"
  b"@M\r¯äÑN\x18 Ï½Ó¬uD""
  b"\x0E~█ê\x14­F·×eɽ╝³µ9"
  b"ó┼÷×Ó\x0FMÒü¹?iÝ\x1Eí\x0E"
  b"Õ{'Ù½¾OQ½ØH· éî1"
  b"ú„ý¢“aB9§ü”ʤ›\x05û"
  b"Ì\)«\x14î@=Ž\x1Cû|)æ\x7F}"
  b"ÅB║\x021\x06B╩áG|\ÓìRÕ"
  b"ƒ„\x1Dõã8Eó”\x17;PbJ0þ"
  b"ýB?ËæZOm¦Na½\x07Ö°Q"
  b"ŸSÕhWzM››!i ÇðÉÑ"
  b"¸\x1A󺞫MZ¦¯L}9RŸÌ"
  b"""
    6a\x05Ï\n
    hNl‘\tœrînf;
    """
  b"c\x1C\x15qIe‹Ê%šuœ…<"
  b"÷¾B˜›RE\x19œƒþ†ùN/""
  b"#§ì\tÛJDB»¨zžÏª±¢"
  b"""
    )Pò’\n
    ÀF賯Ë.|¥º\x01
    """
  b"ò\x08‰„‹`BÖ©ÊIš*z{Á"
  b"æì-\/\x14@{ÆÉÿ5B±G\v"
  b"Ú¢╚\x1C\x1EEت­=\x12\x11Ï└ø"
  b"µWL\x05éCC\x05²çŽ\x0FÀ¹­Á"
  b"ʶ„×=£B_›D‘2\x17\x1Fו"
  b"K\x00‹µâbNOµÐ\x1AˆUZ\x1Am"
  b"2)ºXؾCź¶> ž\x7FÐÂ"
  b"""
    \n
    3\x12"¬×J\x0Ež\x08×§É\ôÑ
    """
  b"Ò†pé\<D¥²ß*nÛ˜Þy"
  b"\x14ÅÔÎ@ÞFéÆy³|\x1Fd<ƒ"
  b"\x03ä™îLôD÷[.а”Ô±"
  b"¼%}\x0F¬\x04Iz´“f\x02\x13\x10"
  b"░Õ;ƒ©*C\x10½ÖRàË\x06ì┬"
  b"\v«°,ÌåOSØgz\x17î«:\x18"
  b"4\x10©F@ÆC║Åü{Ôé╦ZU"
  b"=DÚW\x0E8Nåª\x11©N\x08ÂWb"
  b"W°}ôƒÂA‹¬Oèî-»ø\x06"
  b"ßìà¤┌7J▄ü├\x05¯8æ Ë"
  b"àãPÆãà@ıæB°╝ë╔É┤"
  b"¨]+盩G!¤‹\f¼nD#!"
  b"ޝ8ð¸sHäµ»°ŒCç\x18\f"
  b"É„3\x10&òIjƒ:φn\x1DP€"
  b"\x1AG$æÕÐKƒ¨3\x1Dfî!͇"
  b"G6Ê'^FD©”é$ÈÆŠÖ5"
  b"┬¶o/ã0KëÂók11¦|É"
  b"\x16û\x137OŸ|\x17#ÿ\7ñ"
  b"\x19Üï§ÌóKê¿EüGŸhÌ\x1F"
  b"æî%Æ\x18·E!­{40…ʆ+"
  b"/▀k-Lü@ÈĦ\x04\x01\x18H(¥"
  b"%ÙV²òÛ@§‹žîˆƒm\x12\x1E"
  b"¸ÿ\rË)fFJ¸8ÝHÄÿØß"
  b"gÌ┌\x1EØ@E×öp┬2dNû?"
  b"ra┘½\x18®BÞªì?Ð\x15┌Næ"
  b"?\x19ÎŽ\e\x07L²® 1€-ì‹7"
  b"©b"v\x1DYDgûþ\x10ü··xı"
  b"ý28┘½[O{¬ì■ä\fK\r!"
  b"\r\x04]Z<º@Ä›'œ\x1EC9¢¤"
  b"E\x11ûq\x15™@áµ\x1E=\x18…×_˜"
  b"""
    =┌\x15\x0Fx╗@\n
    É╦Ã╦Ð^║5
    """
  b"\x0F\x00f~—jO¡“?ÕÝ\x1A½41"
  b"É\¦2{ÚA▓îY\f¤|äÛ»"
  b"±"œÅÇ\x07EOµýª—\x0E.o„"
  b"Æ(õ™T%Ib¼\x11‘z³(ÒÙ"
  b"&¤Áì\x13èEB«R»ÐÒY:o"
  b"\x10vÉåuLEHŠ?ÀؤLcŽ"
  b"l╣\x11p╝fAÏÖÅ_êå7|\f"
  b"¾º╔ü\t╔J\x07î▒ÎUT░Þ!"
  b"¡┤ \x16XYAúÿ.■û¨ìãÚ"
  b"¤“¼Fð\x04B\x18§^#\x141Íͬ"
  b"\x1Eàì«C\x05®\x16\eç\x19õ£^"
  b"Aþž\x0F¯ŠLe…A ø|aK¬"
  b"Ó÷\x1F®ÓÌKO‡Æw‡LsÂr"
  b"¶UR\x15ü\x0FBü¶Nk³“챿"
  b"\x16“üù%ÄH\x10¥c'˜C'\x116"
  b"þ¡ 1Œ-@é‰(¯hæÉI<"
  b"dÉÿh®\x1FN€¦JkæÕÖ\rö"
  b"\x0F\x12Ê`rôHÁ­×£WI¿_6"
  b"]\fùˆûiMƇØà„À¡49"
  b"!¿&┤Rı@\x08£'gdhº¸Ø"
  b"T\x1D=\x18ORKêš\x11è¼%\x0EN\e"
  b"þ\eð1ÝgAÑœ^©pÂRËÝ"
  b"\tÇ®\x08â’G¼“Ñt2… a¬"
  b"nruêíÛJQ¢üÞdj╗â\v"
  b"ºP‘ü&‡B¹Œ\x1D±/.¡y1"
  b"¶t¥Ìª-JS╣cÖüW\x00"
  b"´ø­Z«¡MR˜}¨–\x03Ù­þ"
  b"LëUòN+Jœ«îQÇÀâ”Ç"
  b"Ëì/yIéA»\x04\x04/╔YÐ┴"
  b"S1J‰‰PO@³\x02\x04?\x16šã*"
  b"Ñ:BP\x1D0B‹“m\eö\x14\û."
  b"î³NøNÑ@ƒ¶8é^GMïW"
  b"ùY´\x0FÆjKÎØ&jà\x04\x11▄|"
  b"3 ‹m$ïEä±\x05û,r¿\x14?"
  b"ÃÚåØ\x01\x07D©ô\ekÜ[~·\x1A"
  b"Ìë\x17h~$J[«Ö\x00ocE¦\x07"
]
83 21.92 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"\x7F®\x14?┼üKZ▒iÅ\x13┤+£╚"
  b"žØ—HÈòFؼ¤\x11A#/Bl"
  b"èfÎ÷┤ì@±à\x07ÿÌ_ó\x1Cû"
  b"\x1AÌÌU¯\x18I–¾vŒùió|\f"
  b"*àq˜ÛûFÔ¦ÍÝAÿi,m"
  b"lÐ9nÑéFËÜìõÉ┬ø\x13$"
  b"€5dZ"\x10Ei…»ZÇ­Èê—"
  b"‘ƒbÇ[#I>¡Z B´2w¦"
  b"Í8´›U‚C\x07ºd>†öŒ1]"
  b"ı\x1A■─W\x19A\x13▓.ü«»/╣?"
  b"""
    ¼<\x0E\x1D„ËOèž\n
    AP¦[¯w
    """
  b"é—Èu\x1F¬L©…šžœœ—ì<"
  b"ö\x197ÆØÁJÉ©€ÝAí¯i\x15"
  b"÷IC·YíEP¦ƒ©½¹kx¤"
  b"ïõ*É▒╬Iµ®7Î~3­N¥"
  b"Ù+€*ǧLlŽ\x01o œ\x14\x14P"
  b"ä}\x04ã\e=JG¿%ÐõõEº\x12"
  b"¬\x7F\x00\x07/*O:¡ìö#\tnM¨"
  b"Â\x17™¼ \eM®¤¯‹@~b~Ý"
  b"u\x01\x04›¤«I\x19¹oÝ.m¥Z{"
  b"Û¥pSE\x17Oh±1ä%´ßR\x7F"
  b"\e\x06Gç¿@«„¬ÎvI4Of"
  b""n\x15├×ÊH\x1Aì7@\x1E\x19\x13\x1Dx"
  b"ÆÂDþ˰L™›ÿ˜rA\x02QG"
  b"ˆ¨SøÓ`DO‰½\x1A=\x16â²&"
  b"║▒\x0FÛfûL·û\x1D|*iïÉ\x1F"
  b"×┐#½╣ûK@û]Õ[Fäü1"
  b"\x02:HMæÒCõ¸ü\x1FÛy‘!g"
  b"ŒÚ\x06L\e,K’­ŠË;“\x04¦`"
  b"\x1C\x08\x06╩K+É┼zÝîvNh"
  b"v\x04\x07<PpNÿ‘È\x18¦Ý\x0EýO"
  b"ª\x063ƒ}€DÒ–Ž%ÏH·\x06"
  b"½ì HcQM”­¢\x03Ï7›¢ü"
  b"\x1Eèæ`“ÿEÕ³Èy\x1E¬÷Ëñ"
  b" eG³tÜDȃ\x1CøKȈ\x15a"
  b"\r‘M¥Lÿƒ\TÓúEÊÑ"
  b"ª*®¦œGGz«Ãª÷#vf“"
  b" !í;'QI§»Î¼ê>>Q"
  b"›ý“\x18G>Lb¶à/åæ®Îµ"
  b"í£%µ¹@C─ø\x14TüDö└┌"
  b"§~š\x1A\x14ØIN¥>ø×\vÞÞï"
  b"""
    \n
    %,\x13\x1DàL®„âˆ\x02cÉg÷
    """
  b"¾Ñ3\x1Dn²B«¿\x04¶60ÈÄÒ"
  b"-+«\x14fþMà›ù¶ôÏ_‘("
  b"ÒôoR¸–Bÿ gïv¢+oä"
  b"ö+,(¾·Cù„T~0=±Áï"
  b"3˜N–êªC\x0Fžúíà÷Qê¢"
  b"qÊõÏGUF³šø¼gij™„"
  b"\f3—ôD˜Ge›œ\vÁ\x17\x18Ù)"
  b"ˆœ?\x15)éLß”m\x12\x1C\x03ã>c"
  b"\x02ˆ\x13*ý_Dm€\x00Ê‘“ç¯x"
  b"\x12<sìw@\x1D˜¾ÁLXóV¢"
  b"Æò│\x17F┬L┴É.öïlÍZ¹"
  b"°Ù5s´ÀN\x08²˜Çj'-\x1Em"
  b"\x04Å®ÿç`L\x00€“õMèïj\x13"
  b"""
    ùvÒ\x18ÔÑC°¡i#“¯\n
    ‰°
    """
  b"""
    \n
    ÅÕ\x0EÅ╝Løà§ae\x04!\x12Æ
    """
  b"±Ubòµ\x07Nÿ“)JZ•Uc”"
  b"Äz¤M1▓K│ë´\x01jü▒ðK"
  b"^iï©Ø'MUù\x18XÊ:8û["
  b"\x18Åj\vO+ÄO¶sá╣\rD"
  b"\x00[¾äŽéKZƒË½ïÿüã¢"
  b"íðd€\x19+IN¾À¢íFö\x07\x0F"
  b"™£N0lƒFj—ºá\x00\eº^\e"
  b"G╝üF×AD7┐N\x17Ùe®▄?"
  b"o\x05¯˜_¾G—¨óÙ`-ö¥\t"
  b"ô·?║'ÞLÉÿf²┬gqr\x08"
  b"{\x1CÐÞı\x1DNYº=\x04ö* Å""
  b"ÏýVˆ#ºOÀµÐνÑÎLQ"
  b"Ñ^²\x14c\x13Fp±”ѽ®V\x10,"
  b"F+ÏŠâ«J\x01š¦ëätKÉÂ"
  b"\x0FÚÑ\¢ÂMꎼy<KÖ§í"
  b"¬ç,:’ÉKº„gãðûÒiš"
  b"Ôkh\x04nCA\x07ˆ/NI BÊÊ"
  b"-]Å"|¡EÄàJ=ß═â+\x06"
  b"pî@TÊkHX¬q¨m¾ñ¦K"
  b"Ð\x11ñÝ%ÖI\x16ìmÓ´┼Ü}""
  b"öTD\roDL÷€T°ÀñL›³"
  b"q)oò»DLW‡íÄ£\x1Aì\x1AÐ"
  b"³┬█\eóuBäü`o§▀n╣\"
  b"%\x03«PÅ$A\e║╬¥+\x01¢yÛ"
  b"ŠÅéüÞðHR³\x05˜­\x02u¥·"
  b"8Ùo\rb€C7Ÿ8¢\S‘3Å"
  b"ÍÃÅáã=EÀîò│:VÖ┐/"
  b"ùµ]─█áOØöcgÀ§ù-█"
  b" ™‚_ë}C¹¥\x03Ÿv:\e\x1F\x10"
  b"└+\$æ\x06AWáüG#E^\eo"
  b"áÍ\x084¹pEF±êÌj)t:8"
  b"\e,\x1AàÖsA´Å\x04ıø│]┬‗"
  b"œù•ÕÐ{Fd³£O¿\tDÖv"
  b" uÿvPžD\x01˜j®²R¤~¯"
  b"MÈ>ùÕ£K†«wÒ„O\x16\x0FÑ"
  b"ÝËz'+ÊCa¥Á\x1Ao\x05<<á"
  b"îÿ|~“\x0FC瞘\x1A<Æÿ\x18-"
  b"┴fI~h8F╔½Åîìú$Xð"
  b"gÑ篃\x7FL\x19¼£Ã˜›‹kh"
  b"÷ÿ/═╚\x05KÃÂØîÃ┐┬%6"
  b".Å~\x13¦\x19F3â\fi▀¦áÞø"
  b"-\x02\x02\x03Û¸H›‡\x04“ŒM'\x01;"
  b"m¬¶Æ\x13äASÉ┴»ugÈÜ▓"
  b"\x1AAPƒxcBü‘8\x03ò3È-Ž"
  b"\x19yõXMº¶AÅôÙ·~z"
  b"¨|¬#|)Dÿ│»`>¬ì3c"
  b"_áLÆì~GÝäÙ2┤\x12£ÕÄ"
  b"óˆmƒêäD:„®žÊ\fãÒl"
  b"²ÐEßïØD\x7F²\x0E=\x12ææ\x05½"
  b"¢®ÖÚQyH埗Å,¼µ\r"
  b"”i°*TžDA›žÝÛ1]PÆ"
  b"Z#9p>\x17@þä╗ı ÅSÔ▓"
  b"éF}JYQJ»œ"\f\x0E¬*Ný"
  b"ú\x1DÉg—¨F…µa¨—÷wÖT"
  b"""
    (2\n
    +¦uA;§•\\rºŽë¨
    """
  b"""
    ²└╔OÃ\vDú║ıØ?´\n
    Ù`
    """
  b"§/UQS•A·œÍµ¸dZyñ"
  b"؃#“E\x0FO\x1A¦à²i¬\x03¤Ÿ"
  b"\x03ŸŒ\x10Eu®\x7F¹ÆDª<Ñ"
  b"lžæ×4YDu†˜‰u íŽ"
  b"\x0F=i}K%ÑÂ\x17nË (0"
  b"Eº!wbpIw¡c‹j\x02 ©Ô"
  b"ƒ)4š_C@c’òîg\x07U±ê"
  b"─ÛK£ø║G÷æuØ\x14╩╝¦ë"
  b"\x10\x1Aó7&@˜ w‹…!|Ãú"
  b"▄]\x00ÎAlM*ïÉÄ\x16Ú\em\x1E"
  b"žÇ˜ê\x01œEO•Y&zŽš‡æ"
  b"\x1F%TЇ¯K™½=W1ÇW\x12@"
  b"ï‚OPdÖIs—án\x17 aóq"
  b"¿é®^7\vC(‡X3½\t\fò˜"
  b"ÖZ겞KDµŽ«åˆ\x0E؈Ç"
  b"\x0Eĵã²É@°¥ööp\x06kIs"
  b"ç”Ö5ÞŠFƒ·—r\x18\x192\x03'"
  b"ùs¦îEpFë‹\x1E\x19ǰ<î“"
  b"»Þpž¾¡Du¼Q8øõ]\x06\x1E"
  b"­S\x14¯FmHå¸n·xÆû\eM"
  b"\x04\x1CŽÖ\x156AÊ«ïi.·YžB"
  b"ÙòEŠ|\x04KY¾ñÙ\x1F·Âø\x14"
  b"æè·Ú\x02jE.³#@šÐk™V"
  b"éLqMÑ\x17L\x07 =àé¡“\x0Eq"
  b"+Åz%\x10÷ES¾õfú~š¼\x10"
  b"zßòc™\x19B⿽°>«<„ö"
  b"ÒNmrè1J0§_\x01D[z\x02"
  b"Iw‘”\rðA?™|ßC\x15\x0F<"
  b"7dàïj¡I}©¼MÕBk†º"
  b"pî”\x03¸WAl–úŠ\fkN!š"
  b"\x1D>êÎx‰EÀ•@>&²Ó\x011"
  b"m\vÏþ»!O³‹Óöy><‚x"
  b"g9\e/êÎNH¡ÿ\x07‡'ËŽw"
  b"òÛ¦µ´\x06MѪ+íQ_¿t$"
  b" ZóÊÃãLßèü|òÌMz:"
  b"ÿç=,PEM²╗µ¨\x01▄ïåÉ"
  b"\x10ª#\x08ãªH\x16±UTKÑ9[\x14"
  b"¡är1µ;OoÉ´ð¹Kqpã"
  b"\e¼7ôbéBÓ™nÇ?eÆ_;"
  b"‡a¼EiþLf‰Ã›jêß\x1Fõ"
  b"\f%P†ÜÓB¡½prôxŒúî"
  b"Á\x028\x01`LE¦‘\x12ôŸäQ©Þ"
  b")Œý–G½A¶¹qO'ãa\x00""
  b"R¯ŠÒ‹\x1CNæ á\x04päÞˆ´"
  b"\x0E}▄CõrG│ìü&¶bT\x0F¯"
  b"¢ÎMU\x03U@h»,|W¨¬ó’"
  b"S\x1F+³)‘FN¥G“CòÙåw"
  b"q÷^ZÑìL:‹‡ƒ+5TËÄ"
  b"튬f"„F\v\x00+yP•÷¨"
  b"ÆÜ‹êœ#Ff¼\x03žvB\x1DËo"
  b"' ▄\x05├ØJ`º"@░îæKd"
  b"Ò€\x05ŒNhCC“ioÁ\fz_í"
  b"ñô“ÏßÚIƒ£ÀB^ŸB6ƒ"
  b"í´Ð\x17;ÍBëü└Öð▀\x17█¯"
  b"▒!┬╣ïnH\x0EÅt#X\x16ïA├"
  b"õÉ`╣&¿IƼl)├X╝ÿ¯"
  b"D\v0ø«†@ž½q,k6\x01"
  b"%,\x01Ø;åJ\x1D¢´Áß\x1Câ\x19c"
  b"V%Âç¦ÕFèï»Ï6\x06\x1Cü║"
  b"E<¶§Ñ\x05Kl§\x13\x08¬ß/ÁP"
  b"»Ïg\x13\x19™D\x1A•N¤\x15L?Zû"
  b"\x06M¶f╩æM\x0Fì´<h¥´\x18ç"
  b"V©m\x02kðI3‹\vmÓ½z\vå"
  b"\x7FS¾Å¡ùGÊÆ=\x12p┬çG¨"
  b"‗n╦µc\eC¢úÅ"Ä1┴╚¾"
  b"¹Ì\x07·═wOtà]ìGhoÿ\x18"
  b"""
    \n
    ۙǫ¦BÜ»³úi"jQß
    """
  b"ìx╠a\vîF\eƒ=0`╝\x02├©"
  b"S(\x04K»—Fô“\x1A¦mßÍN…"
  b"tÅÅÁL«Jé¾j\x1E¥-5®V"
  b"pض■³═D7▒Ë\x02ΣÝÁ("
  b"¤àé\x1EÝ╦NeÁê.Õ]»Wü"
  b"4▓▓¼l2FM¿1Ùì\x12WíÛ"
  b"""
    (­%@\n
    dN\n
    ê╣+\f\tÔÉ
    """
  b"mìð¡\x10pL3╗j\tSÍ2H¦"
  b"╝ÅrÓ\x02\x14J½░ð6¢¨ÿof"
  b"@\x0Ešæ|¢Cè§aí÷Ctu4"
  b"7X$\x05É"Hä¿"¬ƒs\t9l"
  b"z¨<Q\x1A\x00OðÅ\fO╩©©\x04"
  b"e™·×«H#¼i¬N²žýt"
  b"‹ÆœJ\x7FæG^¶àwŠüÌ\x12Ë"
  b"úÂì§Ê^Keغ\x1Aj¶]ên"
  b"äUÓ”\x04ˆDP¨[<ðά\r1"
  b"\x02┬9\|J@£\x12àÉ\x14üZ®"
  b"H`õôU I®€òï\x12œ®Á¼"
  b""#B'¬*Fr¬ðæ\x01Rðãs"
  b"øë?@™ÀF‹·¡ÐVŒ=B>"
  b"""
    \n
    JÜâÂíK\x02\x1AI!á< J
    """
  b"jnMÇêâI¤ªû<ðSW}É"
  b"A╦°ìÍ%C¬Á\x06\x15Í┼Õ{\r"
  b"d©¯(W­CL‹šW\x071ݵ\x1E"
  b"\x10¶¢(fdHίÅ\x07J§¶`ÿ"
  b"y®[\x1AEÀE½«æ5R'ß+M"
  b"ˆµ\t\x03ôhB¦‰\x18û«Ë\x01"
  b"mu‘‰Ä¡G(’z&²:Ï ù"
  b"®G]£ƒ7N¨²o’ì‹íâÏ"
  b"øDŒUF–C´‚—NëV×9|"
  b"Gš8ƒ\rXNñ‚\x00ÓÁ\t(éÀ"
  b"|‰|ñݯL¦©'Ä\x1Càuï¶"
  b"\x14ÉBÂMªBÑåw,*'O\x1A8"
  b"\x16Ü\t\x07xxDø‹©€> •\x1Fà"
  b"-▀┬®+®CRÉÆ1wı'0,"
  b"\x06Æ\rµ+ÀK\x15…'n†A1ëÀ"
  b"µmwK¼ŒKc°ŸA\x1DVæË\x02"
  b"!4"­N‚Bä¯~5\x00cs–Ó"
  b"  VQ\x00▀L└Éáz-!\x00╦£"
  b"ìM"Z¾*D7┤╗X┬H`°¡"
  b"4¶f4wcB┘Åc;ƒ\t▒§Á"
  b"OÑüc-ßNèôS┼\x00Ãð\r¯"
  b"˜AË8ïéE9ž;uÓœ>›ì"
  b"©\x03\x19yf†@{—•I\x0F¼p)þ"
  b"`|Æ4┼¼L;ØÄ¦\x13\x10)\x02"
  b"Rsò^‡IB˂߭հT¡y"
  b"Dož&ÎJFf‹Õ×1¼7â\x7F"
  b"┬úW;zìLOû&»╝ÙE┐["
  b"Ã\x02\x03jø¤IøñçŽ\x12%¸="
  b"\x1AÛµ¯bI£¦8ÖÑïK,\x10"
  b"ý\x02al8zL.µG„[ÿ«¶ "
  b"åQ(&\x11V@\x03¸è\x0F\x1E\v1H¡"
  b"âÜL\vìÂB&¾ã\x05î\x0FLuš"
  b"\{aRSïL™¯±,\eàj\x0Ft"
  b" \x13Ø¥À\L\x17žÕîgº)[\x05"
  b"Ohq¸\x1FGOâœÌ\tã\f~ý”"
  b"─åÒ\x1CkÓEßè«.\x17ÂÉz║"
  b"š\x10ËÛ˜ôA¶«K•¡K\x1DæN"
  b"\x00m–:S`D\x00½Ó‡‹¸’åÎ"
  b"ê\x0156»\x10H8¥(Ä —$ZJ"
  b"\x7Fª\x0E7^’A¡ŽÜIfÕ~Õá"
  b".W’ö©yJIƒ\x0Ec2œ§ež"
  b"\x1DôÚPD´Åe\x1C¬┴Ð┐½"
  b"\f\x15ÑyDLKn 0yÆ#£\x0E©"
  b"é\x0F¯—o•Bf¨´\x1FŒ5Tã\"
  b"\‡\x11\x15\x04äD¸ˆ±y-@vÑá"
  b"VÇ–@\x19ïAõ…õ\x06jÍzâ""
  b"u‡¸s\x1F¬@©¼s\x1Aé\x16zDÊ"
  b"D¥þ╚┐&O\x12É\Þ‗\tARJ"
  b"Š\x18+!õ\x02G`±\x05iaÃà†ä"
  b";ò¼’\x14#E*†«\x12`ì˜Â "
  b"¹`-¾É\x16Ke»²g╠Ü.б"
  b"Ü"‡5\x17ôO/•:õK·¦Ž "
  b"hÄ9Ù0\x1AFK°¯Ÿ\x1A\x03]$P"
  b"\r_;ûOZšŸÎHF\fݸ"
  b"Ë\x08|æ─dK\x16ÅÕ=K\x16½┼\x19"
  b"$ÒÂÊ7ÇN6¾©TYkmúo"
  b"""
    ×{¶u7¸Aÿ¹>¥\n
    A¬¸l
    """
  b"ÈÉâ\x1A;mA'°KMäŒ5pˆ"
  b"Éw┌*,ÔN¦Ü└g▒i▒í\x04"
  b"ÍK‚N¤‹K~—®Á\x04úánÉ"
  b"fÜ"±„îGϳbvØ\x19°`„"
  b"\x0F±yXÙeKœ›0SP\x01É\x01ù"
  b"&Å─\x12Wï@oëEVkaxV\x12"
  b"┌ÉaÔ±´LOñhîà«MÍ\x03"
  b"Èì.L\x06.@!½|qfD(sñ"
  b"""
    ä3þ³\n
    2NþŽ©1{P²°Ã
    """
  b"Äô"\fÓwD´š‚–‘F9\x07"
  b"Ö"a\x191ãL?Ä\x12┐ðjØ└\x1C"
  b"á\x07ê2€ÖOäŸ`Èáö™ê\x1C"
  b"r—ª[N\x0FHg…©É¡+ì~\x01"
  b"¡m’#z¹D\x1A«c\x13‹Vxˆ­"
  b"ŽÎ6\x12÷´OÒ½Ñmœ@þöó"
  b"[ЀIìäK~œÙh›í½\x10G"
  b"«Ü‚\x1Dü\x12OK³ñ\x03º\x03\x1A"
  b"./'ÖsOL° ~\x12WJ‘Æk"
  b"C¸ÛõÑêKª ìëg–…ñû"
  b"\x12z$3O\x7FA╠¢AÉbo"âî"
  b"äÃì§é╔HÖ«¼9‗$%═ä"
  b"ÙŒŒttJIˆ¤ñ²Aw)u^"
  b"?ÎÁŽ8\x19FD½x£\x0F)²ìæ"
  b"ìÚK\x02]┴IWò®?¿\x18êj¬"
  b"¸^ЋYûIҜDŽ\x02оÏm"
  b"?^37Ê\x02DÉï‗╔╚xþ`┬"
  b"€ÙÝp^n@ôµ"\x16\te”w0"
  b"tU>Ú$‹E¤›¢\x13…”=ù^"
  b"▄[­c▀ÈAÁú¶ìt¯ÿP0"
  b"›;\x15²ø\x08DÑ»TZ\x13W\x16\x16b"
  b"a\x18<M'\Gÿ¢×ðD€B¤y"
  b"""
    \x12ƒÁ@\n
    \rG¤µR”4N«X\x1C
    """
  b"õ(\x02\x0E°lLõ˜ðOh_my´"
  b"\tw\x06×’wM7°\x15ªãü»fÔ"
  b"»}Š\x01·&D’¦©\t¸tj\x15Q"
  b"åÿ§\x08ΘF\x19®¯¡\x04u\x0Eí\x13"
  b"áüÏF╣çK\x14àûëÇâ9Ö¦"
  b"­ËH\x10j!E<˜ƒ+þb†jT"
  b"Hœ†°ïÏF¯¾{Ò~<KÔ\x0F"
  b"óžš_+rG¢¾áUµqÔ€î"
  b"\x16­\x7Fò\x17╗@\x01ò.ØÉ┐s\x1D\x1C"
  b"DHWå\x1D0H¦“Yïl„›×ä"
  b"œ¢ß×KåG±ª†ïô\Òí}"
  b"äÌ|ÁÃ}Jï˜=\x1DÇ'‡`;"
  b"\x12Ý6±HP˜J­\x11…§QŒ"
  b"Á.\e\x0F.ñIµêymÁì\x1D"
  b"\x16\x1F\x18ƒA(µÎ‘ž\x1Cô\eÆ"
  b"m5N ¦ÕHÆÉ÷S\x0Fe5\x00"
  b"xû¨m\t\x1DA\x18üÿ6¡▄@X▄"
  b"ý}·■┴ NYÉ╔×╔Ùߨö"
  b"\x7F\P$ÉÝC\x08ƒÁ\x17W\x049ó›"
  b"""
    ÷Q.°JUO}™P;`æ\n
    [-
    """
  b"\x17ÿi}ÒžE\vš)Æ—.¤\e¥"
  b"¯w(w&8L÷­¢ô;To^`"
  b"ªØ\t\x02Ö@sÿî¦V`6¢\x14"
  b"B¤•ðNML\x14ªâ…櫪ëÖ"
  b"k%à\x1Cæ`I\°†\x18áDc@y"
  b"øìé¼¶\x0EB┐è(\x01\x05;\x04"
  b"Å1a¢©vDQ╣¥Ô/û\x18\x10°"
  b"²ùƒN¹™AcŒOÂÁ}ª¢h"
  b"·þ•Å?òM܃!¿Yj\x08n="
  b"\x04€Ïl\x01´Kw­‘›ü\Œ\x10°"
  b"\x07╣┘ú▀¹AÉá▄S\x1AX\¼\x14"
  b"\x10\x03ø’ŽE\x08Ÿ™/ÉÕ\iB"
  b"Âß›ÅÀuEñ‡S^cÏÅBæ"
  b"Úb•ÖâgA믱±È5'\x03"
  b"O>DËïèM¹©\vf\x02c\x15ÄÐ"
  b"׳¥FŽ>@©‚ÛlÑþ¯¼W"
  b"\v_g{Í\x0FC\t“°#»Ê¦ÝT"
  b"<ÍÁ¡\x13ØEzœLÇʉ&øe"
  b"Ë╗ÀÜ¢èH.Ç▓TÉ╔©░Ý"
  b"0ÍI…?\fM;ŸÚÝ=K6aë"
  b"\flžÿJ G´žJ£Iw`öQ"
  b"Y/P\x06‘”@ã²ZÔìR\x12\x1A\x04"
  b"C-û\x16╦@FBØÍz¾ÿÞ\fT"
  b"˜‹g\x1CpRD¬¢qj$\x08hq#"
  b"M>Çà‘@x©8áBø^bf"
  b"™3zÚ\x1C;EO¤ÿ·a ß_+"
  b"@M\r¯äÑN\x18 Ï½Ó¬uD""
  b"\x0E~█ê\x14­F·×eɽ╝³µ9"
  b"ó┼÷×Ó\x0FMÒü¹?iÝ\x1Eí\x0E"
  b"Õ{'Ù½¾OQ½ØH· éî1"
  b"ú„ý¢“aB9§ü”ʤ›\x05û"
  b"Ì\)«\x14î@=Ž\x1Cû|)æ\x7F}"
  b"ÅB║\x021\x06B╩áG|\ÓìRÕ"
  b"ƒ„\x1Dõã8Eó”\x17;PbJ0þ"
  b"ýB?ËæZOm¦Na½\x07Ö°Q"
  b"ŸSÕhWzM››!i ÇðÉÑ"
  b"¸\x1A󺞫MZ¦¯L}9RŸÌ"
  b"""
    6a\x05Ï\n
    hNl‘\tœrînf;
    """
  b"c\x1C\x15qIe‹Ê%šuœ…<"
  b"÷¾B˜›RE\x19œƒþ†ùN/""
  b"#§ì\tÛJDB»¨zžÏª±¢"
  b"""
    )Pò’\n
    ÀF賯Ë.|¥º\x01
    """
  b"ò\x08‰„‹`BÖ©ÊIš*z{Á"
  b"æì-\/\x14@{ÆÉÿ5B±G\v"
  b"Ú¢╚\x1C\x1EEت­=\x12\x11Ï└ø"
  b"µWL\x05éCC\x05²çŽ\x0FÀ¹­Á"
  b"ʶ„×=£B_›D‘2\x17\x1Fו"
  b"K\x00‹µâbNOµÐ\x1AˆUZ\x1Am"
  b"2)ºXؾCź¶> ž\x7FÐÂ"
  b"""
    \n
    3\x12"¬×J\x0Ež\x08×§É\ôÑ
    """
  b"Ò†pé\<D¥²ß*nÛ˜Þy"
  b"\x14ÅÔÎ@ÞFéÆy³|\x1Fd<ƒ"
  b"\x03ä™îLôD÷[.а”Ô±"
  b"¼%}\x0F¬\x04Iz´“f\x02\x13\x10"
  b"░Õ;ƒ©*C\x10½ÖRàË\x06ì┬"
  b"\v«°,ÌåOSØgz\x17î«:\x18"
  b"4\x10©F@ÆC║Åü{Ôé╦ZU"
  b"=DÚW\x0E8Nåª\x11©N\x08ÂWb"
  b"W°}ôƒÂA‹¬Oèî-»ø\x06"
  b"ßìà¤┌7J▄ü├\x05¯8æ Ë"
  b"àãPÆãà@ıæB°╝ë╔É┤"
  b"¨]+盩G!¤‹\f¼nD#!"
  b"ޝ8ð¸sHäµ»°ŒCç\x18\f"
  b"É„3\x10&òIjƒ:φn\x1DP€"
  b"\x1AG$æÕÐKƒ¨3\x1Dfî!͇"
  b"G6Ê'^FD©”é$ÈÆŠÖ5"
  b"┬¶o/ã0KëÂók11¦|É"
  b"\x16û\x137OŸ|\x17#ÿ\7ñ"
  b"\x19Üï§ÌóKê¿EüGŸhÌ\x1F"
  b"æî%Æ\x18·E!­{40…ʆ+"
  b"/▀k-Lü@ÈĦ\x04\x01\x18H(¥"
  b"%ÙV²òÛ@§‹žîˆƒm\x12\x1E"
  b"¸ÿ\rË)fFJ¸8ÝHÄÿØß"
  b"gÌ┌\x1EØ@E×öp┬2dNû?"
  b"ra┘½\x18®BÞªì?Ð\x15┌Næ"
  b"?\x19ÎŽ\e\x07L²® 1€-ì‹7"
  b"©b"v\x1DYDgûþ\x10ü··xı"
  b"ý28┘½[O{¬ì■ä\fK\r!"
  b"\r\x04]Z<º@Ä›'œ\x1EC9¢¤"
  b"E\x11ûq\x15™@áµ\x1E=\x18…×_˜"
  b"""
    =┌\x15\x0Fx╗@\n
    É╦Ã╦Ð^║5
    """
  b"\x0F\x00f~—jO¡“?ÕÝ\x1A½41"
  b"É\¦2{ÚA▓îY\f¤|äÛ»"
  b"±"œÅÇ\x07EOµýª—\x0E.o„"
  b"Æ(õ™T%Ib¼\x11‘z³(ÒÙ"
  b"&¤Áì\x13èEB«R»ÐÒY:o"
  b"\x10vÉåuLEHŠ?ÀؤLcŽ"
  b"l╣\x11p╝fAÏÖÅ_êå7|\f"
  b"¾º╔ü\t╔J\x07î▒ÎUT░Þ!"
  b"¡┤ \x16XYAúÿ.■û¨ìãÚ"
  b"¤“¼Fð\x04B\x18§^#\x141Íͬ"
  b"\x1Eàì«C\x05®\x16\eç\x19õ£^"
  b"Aþž\x0F¯ŠLe…A ø|aK¬"
  b"Ó÷\x1F®ÓÌKO‡Æw‡LsÂr"
  b"¶UR\x15ü\x0FBü¶Nk³“챿"
  b"\x16“üù%ÄH\x10¥c'˜C'\x116"
  b"þ¡ 1Œ-@é‰(¯hæÉI<"
  b"dÉÿh®\x1FN€¦JkæÕÖ\rö"
  b"\x0F\x12Ê`rôHÁ­×£WI¿_6"
  b"]\fùˆûiMƇØà„À¡49"
  b"!¿&┤Rı@\x08£'gdhº¸Ø"
  b"T\x1D=\x18ORKêš\x11è¼%\x0EN\e"
  b"þ\eð1ÝgAÑœ^©pÂRËÝ"
  b"\tÇ®\x08â’G¼“Ñt2… a¬"
  b"nruêíÛJQ¢üÞdj╗â\v"
  b"ºP‘ü&‡B¹Œ\x1D±/.¡y1"
  b"¶t¥Ìª-JS╣cÖüW\x00"
  b"´ø­Z«¡MR˜}¨–\x03Ù­þ"
  b"LëUòN+Jœ«îQÇÀâ”Ç"
  b"Ëì/yIéA»\x04\x04/╔YÐ┴"
  b"S1J‰‰PO@³\x02\x04?\x16šã*"
  b"Ñ:BP\x1D0B‹“m\eö\x14\û."
  b"î³NøNÑ@ƒ¶8é^GMïW"
  b"ùY´\x0FÆjKÎØ&jà\x04\x11▄|"
  b"3 ‹m$ïEä±\x05û,r¿\x14?"
  b"ÃÚåØ\x01\x07D©ô\ekÜ[~·\x1A"
  b"Ìë\x17h~$J[«Ö\x00ocE¦\x07"
]
84 1.89 ms
SELECT `product_price`.`id` as `product_price.id`, `product_price`.`version_id` as `product_price.versionId`, `product_price`.`product_id` as `product_price.productId`, `product_price`.`product_version_id` as `product_price.productVersionId`, `product_price`.`rule_id` as `product_price.ruleId`, `product_price`.`price` as `product_price.price`, `product_price`.`quantity_start` as `product_price.quantityStart`, `product_price`.`quantity_end` as `product_price.quantityEnd`, `product_price`.`custom_fields` as `product_price.customFields`, `product_price`.`created_at` as `product_price.createdAt`, `product_price`.`updated_at` as `product_price.updatedAt` FROM `product_price` WHERE (`product_price`.`version_id` = ?) AND ((`product_price`.`product_id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)))
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x00[¾äŽéKZƒË½ïÿüã¢"
  b"\x00m–:S`D\x00½Ó‡‹¸’åÎ"
  b"\x02:HMæÒCõ¸ü\x1FÛy‘!g"
  b"\x02ˆ\x13*ý_Dm€\x00Ê‘“ç¯x"
  b"\x03ä™îLôD÷[.а”Ô±"
  b"\x04\x1CŽÖ\x156AÊ«ïi.·YžB"
  b"\x04€Ïl\x01´Kw­‘›ü\Œ\x10°"
  b"\x04Å®ÿç`L\x00€“õMèïj\x13"
  b"\x06M¶f╩æM\x0Fì´<h¥´\x18ç"
  b"\x06Æ\rµ+ÀK\x15…'n†A1ëÀ"
  b"\x07╣┘ú▀¹AÉá▄S\x1AX\¼\x14"
  b"\tw\x06×’wM7°\x15ªãü»fÔ"
  b"\tÇ®\x08â’G¼“Ñt2… a¬"
  b"""
    \n
    %,\x13\x1DàL®„âˆ\x02cÉg÷
    """
  b"""
    \n
    3\x12"¬×J\x0Ež\x08×§É\ôÑ
    """
  b"""
    \n
    JÜâÂíK\x02\x1AI!á< J
    """
  b"""
    \n
    ÅÕ\x0EÅ╝Løà§ae\x04!\x12Æ
    """
  b"""
    \n
    ۙǫ¦BÜ»³úi"jQß
    """
  b"\v_g{Í\x0FC\t“°#»Ê¦ÝT"
  b"\v«°,ÌåOSØgz\x17î«:\x18"
  b"\f\x15ÑyDLKn 0yÆ#£\x0E©"
  b"\f%P†ÜÓB¡½prôxŒúî"
  b"\f3—ôD˜Ge›œ\vÁ\x17\x18Ù)"
  b"\flžÿJ G´žJ£Iw`öQ"
  b"\r\x04]Z<º@Ä›'œ\x1EC9¢¤"
  b"\x0E}▄CõrG│ìü&¶bT\x0F¯"
  b"\x0E~█ê\x14­F·×eɽ╝³µ9"
  b"\x0Eĵã²É@°¥ööp\x06kIs"
  b"\x0F\x00f~—jO¡“?ÕÝ\x1A½41"
  b"\x0F\x12Ê`rôHÁ­×£WI¿_6"
  b"\x0F±yXÙeKœ›0SP\x01É\x01ù"
  b"\x0FÚÑ\¢ÂMꎼy<KÖ§í"
  b"\x10vÉåuLEHŠ?ÀؤLcŽ"
  b"\x10\x1Aó7&@˜ w‹…!|Ãú"
  b"\x10ª#\x08ãªH\x16±UTKÑ9[\x14"
  b"\x10¶¢(fdHίÅ\x07J§¶`ÿ"
  b"\x12<sìw@\x1D˜¾ÁLXóV¢"
  b"\x12z$3O\x7FA╠¢AÉbo"âî"
  b"""
    \x12ƒÁ@\n
    \rG¤µR”4N«X\x1C
    """
  b"\x14ÅÔÎ@ÞFéÆy³|\x1Fd<ƒ"
  b"\x14ÉBÂMªBÑåw,*'O\x1A8"
  b"\x16“üù%ÄH\x10¥c'˜C'\x116"
  b"\x16Ü\t\x07xxDø‹©€> •\x1Fà"
  b"\x16­\x7Fò\x17╗@\x01ò.ØÉ┐s\x1D\x1C"
  b"\x17ÿi}ÒžE\vš)Æ—.¤\e¥"
  b"\x19Üï§ÌóKê¿EüGŸhÌ\x1F"
  b"\x1AAPƒxcBü‘8\x03ò3È-Ž"
  b"\x1AG$æÕÐKƒ¨3\x1Dfî!͇"
  b"\x1AÌÌU¯\x18I–¾vŒùió|\f"
  b"\e,\x1AàÖsA´Å\x04ıø│]┬‗"
  b"\e\x06Gç¿@«„¬ÎvI4Of"
  b"\e¼7ôbéBÓ™nÇ?eÆ_;"
  b"\x1C\x08\x06╩K+É┼zÝîvNh"
  b"\x1D>êÎx‰EÀ•@>&²Ó\x011"
  b"\x1Eèæ`“ÿEÕ³Èy\x1E¬÷Ëñ"
  b"\x1F%TЇ¯K™½=W1ÇW\x12@"
  b" !í;'QI§»Î¼ê>>Q"
  b" eG³tÜDȃ\x1CøKȈ\x15a"
  b" uÿvPžD\x01˜j®²R¤~¯"
  b"  VQ\x00▀L└Éáz-!\x00╦£"
  b"!4"­N‚Bä¯~5\x00cs–Ó"
  b"!¿&┤Rı@\x08£'gdhº¸Ø"
  b""#B'¬*Fr¬ðæ\x01Rðãs"
  b""n\x15├×ÊH\x1Aì7@\x1E\x19\x13\x1Dx"
  b"#§ì\tÛJDB»¨zžÏª±¢"
  b"$ÒÂÊ7ÇN6¾©TYkmúo"
  b"%\x03«PÅ$A\e║╬¥+\x01¢yÛ"
  b"%,\x01Ø;åJ\x1D¢´Áß\x1Câ\x19c"
  b"%ÙV²òÛ@§‹žîˆƒm\x12\x1E"
  b"&Å─\x12Wï@oëEVkaxV\x12"
  b"&¤Áì\x13èEB«R»ÐÒY:o"
  b"' ▄\x05├ØJ`º"@░îæKd"
  b"\x1DôÚPD´Åe\x1C¬┴Ð┐½"
  b"""
    (2\n
    +¦uA;§•\\rºŽë¨
    """
  b"""
    (­%@\n
    dN\n
    ê╣+\f\tÔÉ
    """
  b"""
    )Pò’\n
    ÀF賯Ë.|¥º\x01
    """
  b")Œý–G½A¶¹qO'ãa\x00""
  b"*àq˜ÛûFÔ¦ÍÝAÿi,m"
  b"+Åz%\x10÷ES¾õfú~š¼\x10"
  b"-\x02\x02\x03Û¸H›‡\x04“ŒM'\x01;"
  b"-+«\x14fþMà›ù¶ôÏ_‘("
  b"-]Å"|¡EÄàJ=ß═â+\x06"
  b"-▀┬®+®CRÉÆ1wı'0,"
  b"./'ÖsOL° ~\x12WJ‘Æk"
  b".W’ö©yJIƒ\x0Ec2œ§ež"
  b".Å~\x13¦\x19F3â\fi▀¦áÞø"
  b"/▀k-Lü@ÈĦ\x04\x01\x18H(¥"
  b"0ÍI…?\fM;ŸÚÝ=K6aë"
  b"2)ºXؾCź¶> ž\x7FÐÂ"
  b"\x0F=i}K%ÑÂ\x17nË (0"
  b"3 ‹m$ïEä±\x05û,r¿\x14?"
  b"3˜N–êªC\x0Fžúíà÷Qê¢"
  b"4\x10©F@ÆC║Åü{Ôé╦ZU"
  b"4▓▓¼l2FM¿1Ùì\x12WíÛ"
  b"4¶f4wcB┘Åc;ƒ\t▒§Á"
  b"""
    6a\x05Ï\n
    hNl‘\tœrînf;
    """
  b"7X$\x05É"Hä¿"¬ƒs\t9l"
  b"7dàïj¡I}©¼MÕBk†º"
  b"8Ùo\rb€C7Ÿ8¢\S‘3Å"
  b";ò¼’\x14#E*†«\x12`ì˜Â "
  b"<ÍÁ¡\x13ØEzœLÇʉ&øe"
  b"=DÚW\x0E8Nåª\x11©N\x08ÂWb"
  b"""
    =┌\x15\x0Fx╗@\n
    É╦Ã╦Ð^║5
    """
  b"?\x19ÎŽ\e\x07L²® 1€-ì‹7"
  b"?^37Ê\x02DÉï‗╔╚xþ`┬"
  b"?ÎÁŽ8\x19FD½x£\x0F)²ìæ"
  b"@\x0Ešæ|¢Cè§aí÷Ctu4"
  b"@M\r¯äÑN\x18 Ï½Ó¬uD""
  b"A╦°ìÍ%C¬Á\x06\x15Í┼Õ{\r"
  b"Aþž\x0F¯ŠLe…A ø|aK¬"
  b"B¤•ðNML\x14ªâ…櫪ëÖ"
  b"C-û\x16╦@FBØÍz¾ÿÞ\fT"
  b"C¸ÛõÑêKª ìëg–…ñû"
  b"D\v0ø«†@ž½q,k6\x01"
  b"DHWå\x1D0H¦“Yïl„›×ä"
  b"Dož&ÎJFf‹Õ×1¼7â\x7F"
  b"D¥þ╚┐&O\x12É\Þ‗\tARJ"
  b"E\x11ûq\x15™@áµ\x1E=\x18…×_˜"
  b"E<¶§Ñ\x05Kl§\x13\x08¬ß/ÁP"
  b"Eº!wbpIw¡c‹j\x02 ©Ô"
  b"F+ÏŠâ«J\x01š¦ëätKÉÂ"
  b"G6Ê'^FD©”é$ÈÆŠÖ5"
  b"Gš8ƒ\rXNñ‚\x00ÓÁ\t(éÀ"
  b"G╝üF×AD7┐N\x17Ùe®▄?"
  b"H`õôU I®€òï\x12œ®Á¼"
  b"Hœ†°ïÏF¯¾{Ò~<KÔ\x0F"
  b"Iw‘”\rðA?™|ßC\x15\x0F<"
  b"K\x00‹µâbNOµÐ\x1AˆUZ\x1Am"
  b"LëUòN+Jœ«îQÇÀâ”Ç"
  b"M>Çà‘@x©8áBø^bf"
  b"MÈ>ùÕ£K†«wÒ„O\x16\x0FÑ"
  b"O>DËïèM¹©\vf\x02c\x15ÄÐ"
  b"Ohq¸\x1FGOâœÌ\tã\f~ý”"
  b"OÑüc-ßNèôS┼\x00Ãð\r¯"
  b"Rsò^‡IB˂߭հT¡y"
  b"R¯ŠÒ‹\x1CNæ á\x04päÞˆ´"
  b"S\x1F+³)‘FN¥G“CòÙåw"
  b"S(\x04K»—Fô“\x1A¦mßÍN…"
  b"S1J‰‰PO@³\x02\x04?\x16šã*"
  b"T\x1D=\x18ORKêš\x11è¼%\x0EN\e"
  b"V%Âç¦ÕFèï»Ï6\x06\x1Cü║"
  b"V©m\x02kðI3‹\vmÓ½z\vå"
  b"VÇ–@\x19ïAõ…õ\x06jÍzâ""
  b"W°}ôƒÂA‹¬Oèî-»ø\x06"
  b"\x19yõXMº¶AÅôÙ·~z"
  b"Y/P\x06‘”@ã²ZÔìR\x12\x1A\x04"
  b"Z#9p>\x17@þä╗ı ÅSÔ▓"
  b"[ЀIìäK~œÙh›í½\x10G"
  b"\x12Ý6±HP˜J­\x11…§QŒ"
  b"\{aRSïL™¯±,\eàj\x0Ft"
  b"\‡\x11\x15\x04äD¸ˆ±y-@vÑá"
  b"\x16\x1F\x18ƒA(µÎ‘ž\x1Cô\eÆ"
  b"]\fùˆûiMƇØà„À¡49"
  b"^iï©Ø'MUù\x18XÊ:8û["
  b"\x1Eàì«C\x05®\x16\eç\x19õ£^"
  b"_áLÆì~GÝäÙ2┤\x12£ÕÄ"
  b"`|Æ4┼¼L;ØÄ¦\x13\x10)\x02"
  b"a\x18<M'\Gÿ¢×ðD€B¤y"
  b"c\x1C\x15qIe‹Ê%šuœ…<"
  b"d©¯(W­CL‹šW\x071ݵ\x1E"
  b"\x16û\x137OŸ|\x17#ÿ\7ñ"
  b"dÉÿh®\x1FN€¦JkæÕÖ\rö"
  b"e™·×«H#¼i¬N²žýt"
  b"fÜ"±„îGϳbvØ\x19°`„"
  b"g9\e/êÎNH¡ÿ\x07‡'ËŽw"
  b"gÑ篃\x7FL\x19¼£Ã˜›‹kh"
  b"gÌ┌\x1EØ@E×öp┬2dNû?"
  b"hÄ9Ù0\x1AFK°¯Ÿ\x1A\x03]$P"
  b"\r_;ûOZšŸÎHF\fݸ"
  b"jnMÇêâI¤ªû<ðSW}É"
  b"k%à\x1Cæ`I\°†\x18áDc@y"
  b"lžæ×4YDu†˜‰u íŽ"
  b"l╣\x11p╝fAÏÖÅ_êå7|\f"
  b"lÐ9nÑéFËÜìõÉ┬ø\x13$"
  b"m\vÏþ»!O³‹Óöy><‚x"
  b"m5N ¦ÕHÆÉ÷S\x0Fe5\x00"
  b"mu‘‰Ä¡G(’z&²:Ï ù"
  b"mìð¡\x10pL3╗j\tSÍ2H¦"
  b"m¬¶Æ\x13äASÉ┴»ugÈÜ▓"
  b"nruêíÛJQ¢üÞdj╗â\v"
  b"o\x05¯˜_¾G—¨óÙ`-ö¥\t"
  b"pض■³═D7▒Ë\x02ΣÝÁ("
  b"\r‘M¥Lÿƒ\TÓúEÊÑ"
  b"pî@TÊkHX¬q¨m¾ñ¦K"
  b"pî”\x03¸WAl–úŠ\fkN!š"
  b"q)oò»DLW‡íÄ£\x1Aì\x1AÐ"
  b"qÊõÏGUF³šø¼gij™„"
  b"q÷^ZÑìL:‹‡ƒ+5TËÄ"
  b"ra┘½\x18®BÞªì?Ð\x15┌Næ"
  b"r—ª[N\x0FHg…©É¡+ì~\x01"
  b"tU>Ú$‹E¤›¢\x13…”=ù^"
  b"\x03ŸŒ\x10Eu®\x7F¹ÆDª<Ñ"
  b"tÅÅÁL«Jé¾j\x1E¥-5®V"
  b"u\x01\x04›¤«I\x19¹oÝ.m¥Z{"
  b"u‡¸s\x1F¬@©¼s\x1Aé\x16zDÊ"
  b"v\x04\x07<PpNÿ‘È\x18¦Ý\x0EýO"
  b"xû¨m\t\x1DA\x18üÿ6¡▄@X▄"
  b"y®[\x1AEÀE½«æ5R'ß+M"
  b"zßòc™\x19B⿽°>«<„ö"
  b"z¨<Q\x1A\x00OðÅ\fO╩©©\x04"
  b"{\x1CÐÞı\x1DNYº=\x04ö* Å""
  b"|‰|ñݯL¦©'Ä\x1Càuï¶"
  b"\x18Åj\vO+ÄO¶sá╣\rD"
  b"\x7FS¾Å¡ùGÊÆ=\x12p┬çG¨"
  b"\x7F\P$ÉÝC\x08ƒÁ\x17W\x049ó›"
  b"\x7F®\x14?┼üKZ▒iÅ\x13┤+£╚"
  b"\x7Fª\x0E7^’A¡ŽÜIfÕ~Õá"
  b"€5dZ"\x10Ei…»ZÇ­Èê—"
  b"€ÙÝp^n@ôµ"\x16\te”w0"
  b"ƒ)4š_C@c’òîg\x07U±ê"
  b"ƒ„\x1Dõã8Eó”\x17;PbJ0þ"
  b"äÃì§é╔HÖ«¼9‗$%═ä"
  b"àãPÆãà@ıæB°╝ë╔É┤"
  b"‡a¼EiþLf‰Ã›jêß\x1Fõ"
  b"ˆœ?\x15)éLß”m\x12\x1C\x03ã>c"
  b"ˆ¨SøÓ`DO‰½\x1A=\x16â²&"
  b"ˆµ\t\x03ôhB¦‰\x18û«Ë\x01"
  b"\x10\x03ø’ŽE\x08Ÿ™/ÉÕ\iB"
  b"Š\x18+!õ\x02G`±\x05iaÃà†ä"
  b"èfÎ÷┤ì@±à\x07ÿÌ_ó\x1Cû"
  b"ŠÅéüÞðHR³\x05˜­\x02u¥·"
  b"‹ÆœJ\x7FæG^¶àwŠüÌ\x12Ë"
  b"ïõ*É▒╬Iµ®7Î~3­N¥"
  b"ŒÚ\x06L\e,K’­ŠË;“\x04¦`"
  b"ìM"Z¾*D7┤╗X┬H`°¡"
  b"ìx╠a\vîF\eƒ=0`╝\x02├©"
  b"ìÚK\x02]┴IWò®?¿\x18êj¬"
  b"Äz¤M1▓K│ë´\x01jü▒ðK"
  b"ޝ8ð¸sHäµ»°ŒCç\x18\f"
  b"ŽÎ6\x12÷´OÒ½Ñmœ@þöó"
  b"Å1a¢©vDQ╣¥Ô/û\x18\x10°"
  b"ÅB║\x021\x06B╩áG|\ÓìRÕ"
  b"É\¦2{ÚA▓îY\f¤|äÛ»"
  b"Éw┌*,ÔN¦Ü└g▒i▒í\x04"
  b"‘ƒbÇ[#I>¡Z B´2w¦"
  b"æì-\/\x14@{ÆÉÿ5B±G\v"
  b"Æò│\x17F┬L┴É.öïlÍZ¹"
  b"\x1AÛµ¯bI£¦8ÖÑïK,\x10"
  b"ô·?║'ÞLÉÿf²┬gqr\x08"
  b"”i°*TžDA›žÝÛ1]PÆ"
  b"ùY´\x0FÆjKÎØ&jà\x04\x11▄|"
  b"ùµ]─█áOØöcgÀ§ù-█"
  b"˜AË8ïéE9ž;uÓœ>›ì"
  b"ÿç=,PEM²╗µ¨\x01▄ïåÉ"
  b"˜‹g\x1CpRD¬¢qj$\x08hq#"
  b"Ö"a\x191ãL?Ä\x12┐ðjØ└\x1C"
  b"™3zÚ\x1C;EO¤ÿ·a ß_+"
  b"™£N0lƒFj—ºá\x00\eº^\e"
  b"š\x10ËÛ˜ôA¶«K•¡K\x1DæN"
  b"›;\x15²ø\x08DÑ»TZ\x13W\x16\x16b"
  b"øìé¼¶\x0EB┐è(\x01\x05;\x04"
  b"›ý“\x18G>Lb¶à/åæ®Îµ"
  b"œ¢ß×KåG±ª†ïô\Òí}"
  b"œù•ÕÐ{Fd³£O¿\tDÖv"
  b"×┐#½╣ûK@û]Õ[Fäü1"
  b"žÇ˜ê\x01œEO•Y&zŽš‡æ"
  b"žØ—HÈòFؼ¤\x11A#/Bl"
  b"ŸSÕhWzM››!i ÇðÉÑ"
  b" \x13Ø¥À\L\x17žÕîgº)[\x05"
  b"áüÏF╣çK\x14àûëÇâ9Ö¦"
  b" ™‚_ë}C¹¥\x03Ÿv:\e\x1F\x10"
  b"¡m’#z¹D\x1A«c\x13‹Vxˆ­"
  b"í£%µ¹@C─ø\x14TüDö└┌"
  b"í´Ð\x17;ÍBëü└Öð▀\x17█¯"
  b"¢®ÖÚQyH埗Å,¼µ\r"
  b"ó┼÷×Ó\x0FMÒü¹?iÝ\x1Eí\x0E"
  b"¢ÎMU\x03U@h»,|W¨¬ó’"
  b"úÂì§Ê^Keغ\x1Aj¶]ên"
  b"¤“¼Fð\x04B\x18§^#\x141Íͬ"
  b"ªØ\t\x02Ö@sÿî¦V`6¢\x14"
  b"§/UQS•A·œÍµ¸dZyñ"
  b"§~š\x1A\x14ØIN¥>ø×\vÞÞï"
  b"¨]+盩G!¤‹\f¼nD#!"
  b"©\x03\x19yf†@{—•I\x0F¼p)þ"
  b"ª\x063ƒ}€DÒ–Ž%ÏH·\x06"
  b"ª*®¦œGGz«Ãª÷#vf“"
  b"«Ü‚\x1Dü\x12OK³ñ\x03º\x03\x1A"
  b"¬\x7F\x00\x07/*O:¡ìö#\tnM¨"
  b"¬ç,:’ÉKº„gãðûÒiš"
  b"­S\x14¯FmHå¸n·xÆû\eM"
  b"¡är1µ;OoÉ´ð¹Kqpã"
  b"¡┤ \x16XYAúÿ.■û¨ìãÚ"
  b"­ËH\x10j!E<˜ƒ+þb†jT"
  b"®G]£ƒ7N¨²o’ì‹íâÏ"
  b"¯w(w&8L÷­¢ô;To^`"
  b"°Ù5s´ÀN\x08²˜Çj'-\x1Em"
  b"░Õ;ƒ©*C\x10½ÖRàË\x06ì┬"
  b"▒!┬╣ïnH\x0EÅt#X\x16ïA├"
  b"±"œÅÇ\x07EOµýª—\x0E.o„"
  b"±Ubòµ\x07Nÿ“)JZ•Uc”"
  b"²ÐEßïØD\x7F²\x0E=\x12ææ\x05½"
  b"²ùƒN¹™AcŒOÂÁ}ª¢h"
  b"´ø­Z«¡MR˜}¨–\x03Ù­þ"
  b"Á.\e\x0F.ñIµêymÁì\x1D"
  b"µWL\x05éCC\x05²çŽ\x0FÀ¹­Á"
  b"µmwK¼ŒKc°ŸA\x1DVæË\x02"
  b"¶UR\x15ü\x0FBü¶Nk³“챿"
  b"·þ•Å?òM܃!¿Yj\x08n="
  b"¸\x1A󺞫MZ¦¯L}9RŸÌ"
  b"¸^ЋYûIҜDŽ\x02оÏm"
  b"©b"v\x1DYDgûþ\x10ü··xı"
  b"¸ÿ\rË)fFJ¸8ÝHÄÿØß"
  b"ºP‘ü&‡B¹Œ\x1D±/.¡y1"
  b"║▒\x0FÛfûL·û\x1D|*iïÉ\x1F"
  b"»}Š\x01·&D’¦©\t¸tj\x15Q"
  b"»Ïg\x13\x19™D\x1A•N¤\x15L?Zû"
  b"»Þpž¾¡Du¼Q8øõ]\x06\x1E"
  b"¼%}\x0F¬\x04Iz´“f\x02\x13\x10"
  b"""
    ¼<\x0E\x1D„ËOèž\n
    AP¦[¯w
    """
  b"╝ÅrÓ\x02\x14J½░ð6¢¨ÿof"
  b"½ì HcQM”­¢\x03Ï7›¢ü"
  b"¾Ñ3\x1Dn²B«¿\x04¶60ÈÄÒ"
  b"¿é®^7\vC(‡X3½\t\fò˜"
  b"└+\$æ\x06AWáüG#E^\eo"
  b"Á\x028\x01`LE¦‘\x12ôŸäQ©Þ"
  b"\x02┬9\|J@£\x12àÉ\x14üZ®"
  b"┴fI~h8F╔½Åîìú$Xð"
  b"Â\x17™¼ \eM®¤¯‹@~b~Ý"
  b"┬úW;zìLOû&»╝ÙE┐["
  b"Âß›ÅÀuEñ‡S^cÏÅBæ"
  b"┬¶o/ã0KëÂók11¦|É"
  b"─åÒ\x1CkÓEßè«.\x17ÂÉz║"
  b"─ÛK£ø║G÷æuØ\x14╩╝¦ë"
  b"Äô"\fÓwD´š‚–‘F9\x07"
  b"Æ(õ™T%Ib¼\x11‘z³(ÒÙ"
  b"ÆÂDþ˰L™›ÿ˜rA\x02QG"
  b"ÆÜ‹êœ#Ff¼\x03žvB\x1DËo"
  b"Ã\x02\x03jø¤IøñçŽ\x12%¸="
  b"ÃÚåØ\x01\x07D©ô\ekÜ[~·\x1A"
  b"ÈÉâ\x1A;mA'°KMäŒ5pˆ"
  b"Èì.L\x06.@!½|qfD(sñ"
  b"É„3\x10&òIjƒ:φn\x1DP€"
  b"ʶ„×=£B_›D‘2\x17\x1Fו"
  b"Ì\)«\x14î@=Ž\x1Cû|)æ\x7F}"
  b"Ìë\x17h~$J[«Ö\x00ocE¦\x07"
  b"Í8´›U‚C\x07ºd>†öŒ1]"
  b"ÍK‚N¤‹K~—®Á\x04úánÉ"
  b"¤àé\x1EÝ╦NeÁê.Õ]»Wü"
  b"ÏýVˆ#ºOÀµÐνÑÎLQ"
  b"Ð\x11ñÝ%ÖI\x16ìmÓ´┼Ü}""
  b"Ñ:BP\x1D0B‹“m\eö\x14\û."
  b"Ñ^²\x14c\x13Fp±”ѽ®V\x10,"
  b"ÒNmrè1J0§_\x01D[z\x02"
  b"Ò€\x05ŒNhCC“ioÁ\fz_í"
  b"Ò†pé\<D¥²ß*nÛ˜Þy"
  b"ÒôoR¸–Bÿ gïv¢+oä"
  b"Ë\x08|æ─dK\x16ÅÕ=K\x16½┼\x19"
  b"Ëì/yIéA»\x04\x04/╔YÐ┴"
  b"Ë╗ÀÜ¢èH.Ç▓TÉ╔©░Ý"
  b"Ó÷\x1F®ÓÌKO‡Æw‡LsÂr"
  b"Ôkh\x04nCA\x07ˆ/NI BÊÊ"
  b"ı\x1A■─W\x19A\x13▓.ü«»/╣?"
  b"ÖZ겞KDµŽ«åˆ\x0E؈Ç"
  b"ÍÃÅáã=EÀîò│:VÖ┐/"
  b"""
    ×{¶u7¸Aÿ¹>¥\n
    A¬¸l
    """
  b"׳¥FŽ>@©‚ÛlÑþ¯¼W"
  b"؃#“E\x0FO\x1A¦à²i¬\x03¤Ÿ"
  b"Ù+€*ǧLlŽ\x01o œ\x14\x14P"
  b"ÙŒŒttJIˆ¤ñ²Aw)u^"
  b"ÙòEŠ|\x04KY¾ñÙ\x1F·Âø\x14"
  b"Úb•ÖâgA믱±È5'\x03"
  b"┌ÉaÔ±´LOñhîà«MÍ\x03"
  b"Û¥pSE\x17Oh±1ä%´ßR\x7F"
  b"Ü"‡5\x17ôO/•:õK·¦Ž "
  b"▄[­c▀ÈAÁú¶ìt¯ÿP0"
  b"▄]\x00ÎAlM*ïÉÄ\x16Ú\em\x1E"
  b"ÝËz'+ÊCa¥Á\x1Ao\x05<<á"
  b"á\x07ê2€ÖOäŸ`Èáö™ê\x1C"
  b"ßìà¤┌7J▄ü├\x05¯8æ Ë"
  b"áÍ\x084¹pEF±êÌj)t:8"
  b"âÜL\vìÂB&¾ã\x05î\x0FLuš"
  b"""
    ä3þ³\n
    2NþŽ©1{P²°Ã
    """
  b"äUÓ”\x04ˆDP¨[<ðά\r1"
  b"ä}\x04ã\e=JG¿%ÐõõEº\x12"
  b"õÉ`╣&¿IƼl)├X╝ÿ¯"
  b"äÌ|ÁÃ}Jï˜=\x1DÇ'‡`;"
  b"åQ(&\x11V@\x03¸è\x0F\x1E\v1H¡"
  b"Õ{'Ù½¾OQ½ØH· éî1"
  b"åÿ§\x08ΘF\x19®¯¡\x04u\x0Eí\x13"
  b"æè·Ú\x02jE.³#@šÐk™V"
  b"æî%Æ\x18·E!­{40…ʆ+"
  b"ç”Ö5ÞŠFƒ·—r\x18\x192\x03'"
  b"é\x0F¯—o•Bf¨´\x1FŒ5Tã\"
  b"éF}JYQJ»œ"\f\x0E¬*Ný"
  b"éLqMÑ\x17L\x07 =àé¡“\x0Eq"
  b"é—Èu\x1F¬L©…šžœœ—ì<"
  b"Ú¢╚\x1C\x1EEت­=\x12\x11Ï└ø"
  b"ê\x0156»\x10H8¥(Ä —$ZJ"
  b"ý28┘½[O{¬ì■ä\fK\r!"
  b"ý}·■┴ NYÉ╔×╔Ùߨö"
  b"튬f"„F\v\x00+yP•÷¨"
  b"íðd€\x19+IN¾À¢íFö\x07\x0F"
  b"î³NøNÑ@ƒ¶8é^GMïW"
  b"îÿ|~“\x0FC瞘\x1A<Æÿ\x18-"
  b"ï‚OPdÖIs—án\x17 aóq"
  b"ñô“ÏßÚIƒ£ÀB^ŸB6ƒ"
  b"ò\x08‰„‹`BÖ©ÊIš*z{Á"
  b"‗n╦µc\eC¢úÅ"Ä1┴╚¾"
  b"òÛ¦µ´\x06MѪ+íQ_¿t$"
  b"óˆmƒêäD:„®žÊ\fãÒl"
  b"óžš_+rG¢¾áUµqÔ€î"
  b"¾º╔ü\t╔J\x07î▒ÎUT░Þ!"
  b"¶t¥Ìª-JS╣cÖüW\x00"
  b"õ(\x02\x0E°lLõ˜ðOh_my´"
  b"ö\x197ÆØÁJÉ©€ÝAí¯i\x15"
  b"ö+,(¾·Cù„T~0=±Áï"
  b"öTD\roDL÷€T°ÀñL›³"
  b"÷ÿ/═╚\x05KÃÂØîÃ┐┬%6"
  b"÷IC·YíEP¦ƒ©½¹kx¤"
  b"""
    ÷Q.°JUO}™P;`æ\n
    [-
    """
  b"÷¾B˜›RE\x19œƒþ†ùN/""
  b"øDŒUF–C´‚—NëV×9|"
  b"øë?@™ÀF‹·¡ÐVŒ=B>"
  b"ùs¦îEpFë‹\x1E\x19ǰ<î“"
  b"""
    ùvÒ\x18ÔÑC°¡i#“¯\n
    ‰°
    """
  b"¨|¬#|)Dÿ│»`>¬ì3c"
  b"ú\x1DÉg—¨F…µa¨—÷wÖT"
  b"ú„ý¢“aB9§ü”ʤ›\x05û"
  b"¹`-¾É\x16Ke»²g╠Ü.б"
  b"¹Ì\x07·═wOtà]ìGhoÿ\x18"
  b"³┬█\eóuBäü`o§▀n╣\"
  b"ý\x02al8zL.µG„[ÿ«¶ "
  b"ýB?ËæZOm¦Na½\x07Ö°Q"
  b"""
    ²└╔OÃ\vDú║ıØ?´\n
    Ù`
    """
  b"þ\eð1ÝgAÑœ^©pÂRËÝ"
  b"þ¡ 1Œ-@é‰(¯hæÉI<"
  b" ZóÊÃãLßèü|òÌMz:"
]
85 1.23 ms
SELECT `category`.`id` as `category.id`, `category`.`version_id` as `category.versionId`, `category`.`parent_id` as `category.parentId`, `category`.`parent_version_id` as `category.parentVersionId`, `category`.`after_category_id` as `category.afterCategoryId`, `category`.`after_category_version_id` as `category.afterCategoryVersionId`, `category`.`media_id` as `category.mediaId`, `category`.`display_nested_products` as `category.displayNestedProducts`, `category`.`auto_increment` as `category.autoIncrement`, `category`.`level` as `category.level`, `category`.`path` as `category.path`, `category`.`child_count` as `category.childCount`, `category`.`type` as `category.type`, `category`.`product_assignment_type` as `category.productAssignmentType`, `category`.`visible` as `category.visible`, `category`.`active` as `category.active`, `category`.`cms_page_id` as `category.cmsPageId`, `category`.`cms_page_version_id` as `category.cmsPageVersionId`, `category`.`product_stream_id` as `category.productStreamId`, `category`.`custom_entity_type_id` as `category.customEntityTypeId`, `category`.`created_at` as `category.createdAt`, `category`.`updated_at` as `category.updatedAt`, `category.translation.name`, `category.translation.name` as `category.name`, `category.translation.breadcrumb`, `category.translation.breadcrumb` as `category.breadcrumb`, `category.translation.slotConfig`, `category.translation.slotConfig` as `category.slotConfig`, `category.translation.linkType`, `category.translation.linkType` as `category.linkType`, `category.translation.internalLink`, `category.translation.internalLink` as `category.internalLink`, `category.translation.externalLink`, `category.translation.externalLink` as `category.externalLink`, `category.translation.linkNewTab`, `category.translation.linkNewTab` as `category.linkNewTab`, `category.translation.description`, `category.translation.description` as `category.description`, `category.translation.metaTitle`, `category.translation.metaTitle` as `category.metaTitle`, `category.translation.metaDescription`, `category.translation.metaDescription` as `category.metaDescription`, `category.translation.keywords`, `category.translation.keywords` as `category.keywords`, `category.translation.customFields`, `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN (SELECT `category.translation`.`category_id`, `category.translation`.`category_version_id`, `category.translation`.`breadcrumb` as `category.translation.breadcrumb`, `category.translation`.`name` as `category.translation.name`, `category.translation`.`custom_fields` as `category.translation.customFields`, `category.translation`.`slot_config` as `category.translation.slotConfig`, `category.translation`.`link_type` as `category.translation.linkType`, `category.translation`.`internal_link` as `category.translation.internalLink`, `category.translation`.`external_link` as `category.translation.externalLink`, `category.translation`.`link_new_tab` as `category.translation.linkNewTab`, `category.translation`.`description` as `category.translation.description`, `category.translation`.`meta_title` as `category.translation.metaTitle`, `category.translation`.`meta_description` as `category.translation.metaDescription`, `category.translation`.`keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation`.`language_id` = ?) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.`category_version_id` = `category`.`version_id` WHERE (`category`.`version_id` = ?) AND (`category`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"\x00D@Ý uFq­©¿y¢·_¼"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"\x00D@Ý uFq­©¿y¢·_¼"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ù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"\x00D@Ý uFq­©¿y¢·_¼"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"DD$ÿ“‘J'¤\x01é »3—n"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"\x00D@Ý uFq­©¿y¢·_¼"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"ÑL´<¼òEî¤q³\e‡‡nm"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
]
86 5.13 ms
SELECT `product_media`.`id` as `product_media.id`, `product_media`.`version_id` as `product_media.versionId`, `product_media`.`product_id` as `product_media.productId`, `product_media`.`product_version_id` as `product_media.productVersionId`, `product_media`.`media_id` as `product_media.mediaId`, `product_media`.`position` as `product_media.position`, `product_media.media`.`id` as `product_media.media.id`, `product_media.media`.`user_id` as `product_media.media.userId`, `product_media.media`.`media_folder_id` as `product_media.media.mediaFolderId`, `product_media.media`.`mime_type` as `product_media.media.mimeType`, `product_media.media`.`file_extension` as `product_media.media.fileExtension`, `product_media.media`.`uploaded_at` as `product_media.media.uploadedAt`, `product_media.media`.`file_name` as `product_media.media.fileName`, `product_media.media`.`file_size` as `product_media.media.fileSize`, `product_media.media`.`media_type` as `product_media.media.mediaTypeRaw`, `product_media.media`.`meta_data` as `product_media.media.metaData`, `product_media.media`.`config` as `product_media.media.config`, `product_media.media`.`path` as `product_media.media.path`, `product_media.media`.`private` as `product_media.media.private`, `product_media.media`.`thumbnails_ro` as `product_media.media.thumbnailsRo`, `product_media.media`.`created_at` as `product_media.media.createdAt`, `product_media.media`.`updated_at` as `product_media.media.updatedAt`, `product_media.media.translation.title`, `product_media.media.translation.title` as `product_media.media.title`, `product_media.media.translation.alt`, `product_media.media.translation.alt` as `product_media.media.alt`, `product_media.media.translation.customFields`, `product_media.media.translation.customFields` as `product_media.media.customFields`, `product_media`.`custom_fields` as `product_media.customFields`, `product_media`.`created_at` as `product_media.createdAt`, `product_media`.`updated_at` as `product_media.updatedAt` FROM `product_media` LEFT JOIN `media` `product_media.media` ON `product_media`.`media_id` = `product_media.media`.`id` LEFT JOIN (SELECT `product_media.media.translation`.`media_id`, `product_media.media.translation`.`alt` as `product_media.media.translation.alt`, `product_media.media.translation`.`title` as `product_media.media.translation.title`, `product_media.media.translation`.`custom_fields` as `product_media.media.translation.customFields` FROM `media_translation` `product_media.media.translation` WHERE `product_media.media.translation`.`language_id` = ?) `product_media.media.media_translation` ON `product_media.media.media_translation`.`media_id` = `product_media.media`.`id` WHERE (`product_media`.`version_id` = ?) AND ((`product_media`.`product_id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x00[¾äŽéKZƒË½ïÿüã¢"
  b"\x00m–:S`D\x00½Ó‡‹¸’åÎ"
  b"\x02:HMæÒCõ¸ü\x1FÛy‘!g"
  b"\x02ˆ\x13*ý_Dm€\x00Ê‘“ç¯x"
  b"\x03ä™îLôD÷[.а”Ô±"
  b"\x04\x1CŽÖ\x156AÊ«ïi.·YžB"
  b"\x04€Ïl\x01´Kw­‘›ü\Œ\x10°"
  b"\x04Å®ÿç`L\x00€“õMèïj\x13"
  b"\x06M¶f╩æM\x0Fì´<h¥´\x18ç"
  b"\x06Æ\rµ+ÀK\x15…'n†A1ëÀ"
  b"\x07╣┘ú▀¹AÉá▄S\x1AX\¼\x14"
  b"\tw\x06×’wM7°\x15ªãü»fÔ"
  b"\tÇ®\x08â’G¼“Ñt2… a¬"
  b"""
    \n
    %,\x13\x1DàL®„âˆ\x02cÉg÷
    """
  b"""
    \n
    3\x12"¬×J\x0Ež\x08×§É\ôÑ
    """
  b"""
    \n
    JÜâÂíK\x02\x1AI!á< J
    """
  b"""
    \n
    ÅÕ\x0EÅ╝Løà§ae\x04!\x12Æ
    """
  b"""
    \n
    ۙǫ¦BÜ»³úi"jQß
    """
  b"\v_g{Í\x0FC\t“°#»Ê¦ÝT"
  b"\v«°,ÌåOSØgz\x17î«:\x18"
  b"\f\x15ÑyDLKn 0yÆ#£\x0E©"
  b"\f%P†ÜÓB¡½prôxŒúî"
  b"\f3—ôD˜Ge›œ\vÁ\x17\x18Ù)"
  b"\flžÿJ G´žJ£Iw`öQ"
  b"\r\x04]Z<º@Ä›'œ\x1EC9¢¤"
  b"\x0E}▄CõrG│ìü&¶bT\x0F¯"
  b"\x0E~█ê\x14­F·×eɽ╝³µ9"
  b"\x0Eĵã²É@°¥ööp\x06kIs"
  b"\x0F\x00f~—jO¡“?ÕÝ\x1A½41"
  b"\x0F\x12Ê`rôHÁ­×£WI¿_6"
  b"\x0F±yXÙeKœ›0SP\x01É\x01ù"
  b"\x0FÚÑ\¢ÂMꎼy<KÖ§í"
  b"\x10vÉåuLEHŠ?ÀؤLcŽ"
  b"\x10\x1Aó7&@˜ w‹…!|Ãú"
  b"\x10ª#\x08ãªH\x16±UTKÑ9[\x14"
  b"\x10¶¢(fdHίÅ\x07J§¶`ÿ"
  b"\x12<sìw@\x1D˜¾ÁLXóV¢"
  b"\x12z$3O\x7FA╠¢AÉbo"âî"
  b"""
    \x12ƒÁ@\n
    \rG¤µR”4N«X\x1C
    """
  b"\x14ÅÔÎ@ÞFéÆy³|\x1Fd<ƒ"
  b"\x14ÉBÂMªBÑåw,*'O\x1A8"
  b"\x16“üù%ÄH\x10¥c'˜C'\x116"
  b"\x16Ü\t\x07xxDø‹©€> •\x1Fà"
  b"\x16­\x7Fò\x17╗@\x01ò.ØÉ┐s\x1D\x1C"
  b"\x17ÿi}ÒžE\vš)Æ—.¤\e¥"
  b"\x19Üï§ÌóKê¿EüGŸhÌ\x1F"
  b"\x1AAPƒxcBü‘8\x03ò3È-Ž"
  b"\x1AG$æÕÐKƒ¨3\x1Dfî!͇"
  b"\x1AÌÌU¯\x18I–¾vŒùió|\f"
  b"\e,\x1AàÖsA´Å\x04ıø│]┬‗"
  b"\e\x06Gç¿@«„¬ÎvI4Of"
  b"\e¼7ôbéBÓ™nÇ?eÆ_;"
  b"\x1C\x08\x06╩K+É┼zÝîvNh"
  b"\x1D>êÎx‰EÀ•@>&²Ó\x011"
  b"\x1Eèæ`“ÿEÕ³Èy\x1E¬÷Ëñ"
  b"\x1F%TЇ¯K™½=W1ÇW\x12@"
  b" !í;'QI§»Î¼ê>>Q"
  b" eG³tÜDȃ\x1CøKȈ\x15a"
  b" uÿvPžD\x01˜j®²R¤~¯"
  b"  VQ\x00▀L└Éáz-!\x00╦£"
  b"!4"­N‚Bä¯~5\x00cs–Ó"
  b"!¿&┤Rı@\x08£'gdhº¸Ø"
  b""#B'¬*Fr¬ðæ\x01Rðãs"
  b""n\x15├×ÊH\x1Aì7@\x1E\x19\x13\x1Dx"
  b"#§ì\tÛJDB»¨zžÏª±¢"
  b"$ÒÂÊ7ÇN6¾©TYkmúo"
  b"%\x03«PÅ$A\e║╬¥+\x01¢yÛ"
  b"%,\x01Ø;åJ\x1D¢´Áß\x1Câ\x19c"
  b"%ÙV²òÛ@§‹žîˆƒm\x12\x1E"
  b"&Å─\x12Wï@oëEVkaxV\x12"
  b"&¤Áì\x13èEB«R»ÐÒY:o"
  b"' ▄\x05├ØJ`º"@░îæKd"
  b"\x1DôÚPD´Åe\x1C¬┴Ð┐½"
  b"""
    (2\n
    +¦uA;§•\\rºŽë¨
    """
  b"""
    (­%@\n
    dN\n
    ê╣+\f\tÔÉ
    """
  b"""
    )Pò’\n
    ÀF賯Ë.|¥º\x01
    """
  b")Œý–G½A¶¹qO'ãa\x00""
  b"*àq˜ÛûFÔ¦ÍÝAÿi,m"
  b"+Åz%\x10÷ES¾õfú~š¼\x10"
  b"-\x02\x02\x03Û¸H›‡\x04“ŒM'\x01;"
  b"-+«\x14fþMà›ù¶ôÏ_‘("
  b"-]Å"|¡EÄàJ=ß═â+\x06"
  b"-▀┬®+®CRÉÆ1wı'0,"
  b"./'ÖsOL° ~\x12WJ‘Æk"
  b".W’ö©yJIƒ\x0Ec2œ§ež"
  b".Å~\x13¦\x19F3â\fi▀¦áÞø"
  b"/▀k-Lü@ÈĦ\x04\x01\x18H(¥"
  b"0ÍI…?\fM;ŸÚÝ=K6aë"
  b"2)ºXؾCź¶> ž\x7FÐÂ"
  b"\x0F=i}K%ÑÂ\x17nË (0"
  b"3 ‹m$ïEä±\x05û,r¿\x14?"
  b"3˜N–êªC\x0Fžúíà÷Qê¢"
  b"4\x10©F@ÆC║Åü{Ôé╦ZU"
  b"4▓▓¼l2FM¿1Ùì\x12WíÛ"
  b"4¶f4wcB┘Åc;ƒ\t▒§Á"
  b"""
    6a\x05Ï\n
    hNl‘\tœrînf;
    """
  b"7X$\x05É"Hä¿"¬ƒs\t9l"
  b"7dàïj¡I}©¼MÕBk†º"
  b"8Ùo\rb€C7Ÿ8¢\S‘3Å"
  b";ò¼’\x14#E*†«\x12`ì˜Â "
  b"<ÍÁ¡\x13ØEzœLÇʉ&øe"
  b"=DÚW\x0E8Nåª\x11©N\x08ÂWb"
  b"""
    =┌\x15\x0Fx╗@\n
    É╦Ã╦Ð^║5
    """
  b"?\x19ÎŽ\e\x07L²® 1€-ì‹7"
  b"?^37Ê\x02DÉï‗╔╚xþ`┬"
  b"?ÎÁŽ8\x19FD½x£\x0F)²ìæ"
  b"@\x0Ešæ|¢Cè§aí÷Ctu4"
  b"@M\r¯äÑN\x18 Ï½Ó¬uD""
  b"A╦°ìÍ%C¬Á\x06\x15Í┼Õ{\r"
  b"Aþž\x0F¯ŠLe…A ø|aK¬"
  b"B¤•ðNML\x14ªâ…櫪ëÖ"
  b"C-û\x16╦@FBØÍz¾ÿÞ\fT"
  b"C¸ÛõÑêKª ìëg–…ñû"
  b"D\v0ø«†@ž½q,k6\x01"
  b"DHWå\x1D0H¦“Yïl„›×ä"
  b"Dož&ÎJFf‹Õ×1¼7â\x7F"
  b"D¥þ╚┐&O\x12É\Þ‗\tARJ"
  b"E\x11ûq\x15™@áµ\x1E=\x18…×_˜"
  b"E<¶§Ñ\x05Kl§\x13\x08¬ß/ÁP"
  b"Eº!wbpIw¡c‹j\x02 ©Ô"
  b"F+ÏŠâ«J\x01š¦ëätKÉÂ"
  b"G6Ê'^FD©”é$ÈÆŠÖ5"
  b"Gš8ƒ\rXNñ‚\x00ÓÁ\t(éÀ"
  b"G╝üF×AD7┐N\x17Ùe®▄?"
  b"H`õôU I®€òï\x12œ®Á¼"
  b"Hœ†°ïÏF¯¾{Ò~<KÔ\x0F"
  b"Iw‘”\rðA?™|ßC\x15\x0F<"
  b"K\x00‹µâbNOµÐ\x1AˆUZ\x1Am"
  b"LëUòN+Jœ«îQÇÀâ”Ç"
  b"M>Çà‘@x©8áBø^bf"
  b"MÈ>ùÕ£K†«wÒ„O\x16\x0FÑ"
  b"O>DËïèM¹©\vf\x02c\x15ÄÐ"
  b"Ohq¸\x1FGOâœÌ\tã\f~ý”"
  b"OÑüc-ßNèôS┼\x00Ãð\r¯"
  b"Rsò^‡IB˂߭հT¡y"
  b"R¯ŠÒ‹\x1CNæ á\x04päÞˆ´"
  b"S\x1F+³)‘FN¥G“CòÙåw"
  b"S(\x04K»—Fô“\x1A¦mßÍN…"
  b"S1J‰‰PO@³\x02\x04?\x16šã*"
  b"T\x1D=\x18ORKêš\x11è¼%\x0EN\e"
  b"V%Âç¦ÕFèï»Ï6\x06\x1Cü║"
  b"V©m\x02kðI3‹\vmÓ½z\vå"
  b"VÇ–@\x19ïAõ…õ\x06jÍzâ""
  b"W°}ôƒÂA‹¬Oèî-»ø\x06"
  b"\x19yõXMº¶AÅôÙ·~z"
  b"Y/P\x06‘”@ã²ZÔìR\x12\x1A\x04"
  b"Z#9p>\x17@þä╗ı ÅSÔ▓"
  b"[ЀIìäK~œÙh›í½\x10G"
  b"\x12Ý6±HP˜J­\x11…§QŒ"
  b"\{aRSïL™¯±,\eàj\x0Ft"
  b"\‡\x11\x15\x04äD¸ˆ±y-@vÑá"
  b"\x16\x1F\x18ƒA(µÎ‘ž\x1Cô\eÆ"
  b"]\fùˆûiMƇØà„À¡49"
  b"^iï©Ø'MUù\x18XÊ:8û["
  b"\x1Eàì«C\x05®\x16\eç\x19õ£^"
  b"_áLÆì~GÝäÙ2┤\x12£ÕÄ"
  b"`|Æ4┼¼L;ØÄ¦\x13\x10)\x02"
  b"a\x18<M'\Gÿ¢×ðD€B¤y"
  b"c\x1C\x15qIe‹Ê%šuœ…<"
  b"d©¯(W­CL‹šW\x071ݵ\x1E"
  b"\x16û\x137OŸ|\x17#ÿ\7ñ"
  b"dÉÿh®\x1FN€¦JkæÕÖ\rö"
  b"e™·×«H#¼i¬N²žýt"
  b"fÜ"±„îGϳbvØ\x19°`„"
  b"g9\e/êÎNH¡ÿ\x07‡'ËŽw"
  b"gÑ篃\x7FL\x19¼£Ã˜›‹kh"
  b"gÌ┌\x1EØ@E×öp┬2dNû?"
  b"hÄ9Ù0\x1AFK°¯Ÿ\x1A\x03]$P"
  b"\r_;ûOZšŸÎHF\fݸ"
  b"jnMÇêâI¤ªû<ðSW}É"
  b"k%à\x1Cæ`I\°†\x18áDc@y"
  b"lžæ×4YDu†˜‰u íŽ"
  b"l╣\x11p╝fAÏÖÅ_êå7|\f"
  b"lÐ9nÑéFËÜìõÉ┬ø\x13$"
  b"m\vÏþ»!O³‹Óöy><‚x"
  b"m5N ¦ÕHÆÉ÷S\x0Fe5\x00"
  b"mu‘‰Ä¡G(’z&²:Ï ù"
  b"mìð¡\x10pL3╗j\tSÍ2H¦"
  b"m¬¶Æ\x13äASÉ┴»ugÈÜ▓"
  b"nruêíÛJQ¢üÞdj╗â\v"
  b"o\x05¯˜_¾G—¨óÙ`-ö¥\t"
  b"pض■³═D7▒Ë\x02ΣÝÁ("
  b"\r‘M¥Lÿƒ\TÓúEÊÑ"
  b"pî@TÊkHX¬q¨m¾ñ¦K"
  b"pî”\x03¸WAl–úŠ\fkN!š"
  b"q)oò»DLW‡íÄ£\x1Aì\x1AÐ"
  b"qÊõÏGUF³šø¼gij™„"
  b"q÷^ZÑìL:‹‡ƒ+5TËÄ"
  b"ra┘½\x18®BÞªì?Ð\x15┌Næ"
  b"r—ª[N\x0FHg…©É¡+ì~\x01"
  b"tU>Ú$‹E¤›¢\x13…”=ù^"
  b"\x03ŸŒ\x10Eu®\x7F¹ÆDª<Ñ"
  b"tÅÅÁL«Jé¾j\x1E¥-5®V"
  b"u\x01\x04›¤«I\x19¹oÝ.m¥Z{"
  b"u‡¸s\x1F¬@©¼s\x1Aé\x16zDÊ"
  b"v\x04\x07<PpNÿ‘È\x18¦Ý\x0EýO"
  b"xû¨m\t\x1DA\x18üÿ6¡▄@X▄"
  b"y®[\x1AEÀE½«æ5R'ß+M"
  b"zßòc™\x19B⿽°>«<„ö"
  b"z¨<Q\x1A\x00OðÅ\fO╩©©\x04"
  b"{\x1CÐÞı\x1DNYº=\x04ö* Å""
  b"|‰|ñݯL¦©'Ä\x1Càuï¶"
  b"\x18Åj\vO+ÄO¶sá╣\rD"
  b"\x7FS¾Å¡ùGÊÆ=\x12p┬çG¨"
  b"\x7F\P$ÉÝC\x08ƒÁ\x17W\x049ó›"
  b"\x7F®\x14?┼üKZ▒iÅ\x13┤+£╚"
  b"\x7Fª\x0E7^’A¡ŽÜIfÕ~Õá"
  b"€5dZ"\x10Ei…»ZÇ­Èê—"
  b"€ÙÝp^n@ôµ"\x16\te”w0"
  b"ƒ)4š_C@c’òîg\x07U±ê"
  b"ƒ„\x1Dõã8Eó”\x17;PbJ0þ"
  b"äÃì§é╔HÖ«¼9‗$%═ä"
  b"àãPÆãà@ıæB°╝ë╔É┤"
  b"‡a¼EiþLf‰Ã›jêß\x1Fõ"
  b"ˆœ?\x15)éLß”m\x12\x1C\x03ã>c"
  b"ˆ¨SøÓ`DO‰½\x1A=\x16â²&"
  b"ˆµ\t\x03ôhB¦‰\x18û«Ë\x01"
  b"\x10\x03ø’ŽE\x08Ÿ™/ÉÕ\iB"
  b"Š\x18+!õ\x02G`±\x05iaÃà†ä"
  b"èfÎ÷┤ì@±à\x07ÿÌ_ó\x1Cû"
  b"ŠÅéüÞðHR³\x05˜­\x02u¥·"
  b"‹ÆœJ\x7FæG^¶àwŠüÌ\x12Ë"
  b"ïõ*É▒╬Iµ®7Î~3­N¥"
  b"ŒÚ\x06L\e,K’­ŠË;“\x04¦`"
  b"ìM"Z¾*D7┤╗X┬H`°¡"
  b"ìx╠a\vîF\eƒ=0`╝\x02├©"
  b"ìÚK\x02]┴IWò®?¿\x18êj¬"
  b"Äz¤M1▓K│ë´\x01jü▒ðK"
  b"ޝ8ð¸sHäµ»°ŒCç\x18\f"
  b"ŽÎ6\x12÷´OÒ½Ñmœ@þöó"
  b"Å1a¢©vDQ╣¥Ô/û\x18\x10°"
  b"ÅB║\x021\x06B╩áG|\ÓìRÕ"
  b"É\¦2{ÚA▓îY\f¤|äÛ»"
  b"Éw┌*,ÔN¦Ü└g▒i▒í\x04"
  b"‘ƒbÇ[#I>¡Z B´2w¦"
  b"æì-\/\x14@{ÆÉÿ5B±G\v"
  b"Æò│\x17F┬L┴É.öïlÍZ¹"
  b"\x1AÛµ¯bI£¦8ÖÑïK,\x10"
  b"ô·?║'ÞLÉÿf²┬gqr\x08"
  b"”i°*TžDA›žÝÛ1]PÆ"
  b"ùY´\x0FÆjKÎØ&jà\x04\x11▄|"
  b"ùµ]─█áOØöcgÀ§ù-█"
  b"˜AË8ïéE9ž;uÓœ>›ì"
  b"ÿç=,PEM²╗µ¨\x01▄ïåÉ"
  b"˜‹g\x1CpRD¬¢qj$\x08hq#"
  b"Ö"a\x191ãL?Ä\x12┐ðjØ└\x1C"
  b"™3zÚ\x1C;EO¤ÿ·a ß_+"
  b"™£N0lƒFj—ºá\x00\eº^\e"
  b"š\x10ËÛ˜ôA¶«K•¡K\x1DæN"
  b"›;\x15²ø\x08DÑ»TZ\x13W\x16\x16b"
  b"øìé¼¶\x0EB┐è(\x01\x05;\x04"
  b"›ý“\x18G>Lb¶à/åæ®Îµ"
  b"œ¢ß×KåG±ª†ïô\Òí}"
  b"œù•ÕÐ{Fd³£O¿\tDÖv"
  b"×┐#½╣ûK@û]Õ[Fäü1"
  b"žÇ˜ê\x01œEO•Y&zŽš‡æ"
  b"žØ—HÈòFؼ¤\x11A#/Bl"
  b"ŸSÕhWzM››!i ÇðÉÑ"
  b" \x13Ø¥À\L\x17žÕîgº)[\x05"
  b"áüÏF╣çK\x14àûëÇâ9Ö¦"
  b" ™‚_ë}C¹¥\x03Ÿv:\e\x1F\x10"
  b"¡m’#z¹D\x1A«c\x13‹Vxˆ­"
  b"í£%µ¹@C─ø\x14TüDö└┌"
  b"í´Ð\x17;ÍBëü└Öð▀\x17█¯"
  b"¢®ÖÚQyH埗Å,¼µ\r"
  b"ó┼÷×Ó\x0FMÒü¹?iÝ\x1Eí\x0E"
  b"¢ÎMU\x03U@h»,|W¨¬ó’"
  b"úÂì§Ê^Keغ\x1Aj¶]ên"
  b"¤“¼Fð\x04B\x18§^#\x141Íͬ"
  b"ªØ\t\x02Ö@sÿî¦V`6¢\x14"
  b"§/UQS•A·œÍµ¸dZyñ"
  b"§~š\x1A\x14ØIN¥>ø×\vÞÞï"
  b"¨]+盩G!¤‹\f¼nD#!"
  b"©\x03\x19yf†@{—•I\x0F¼p)þ"
  b"ª\x063ƒ}€DÒ–Ž%ÏH·\x06"
  b"ª*®¦œGGz«Ãª÷#vf“"
  b"«Ü‚\x1Dü\x12OK³ñ\x03º\x03\x1A"
  b"¬\x7F\x00\x07/*O:¡ìö#\tnM¨"
  b"¬ç,:’ÉKº„gãðûÒiš"
  b"­S\x14¯FmHå¸n·xÆû\eM"
  b"¡är1µ;OoÉ´ð¹Kqpã"
  b"¡┤ \x16XYAúÿ.■û¨ìãÚ"
  b"­ËH\x10j!E<˜ƒ+þb†jT"
  b"®G]£ƒ7N¨²o’ì‹íâÏ"
  b"¯w(w&8L÷­¢ô;To^`"
  b"°Ù5s´ÀN\x08²˜Çj'-\x1Em"
  b"░Õ;ƒ©*C\x10½ÖRàË\x06ì┬"
  b"▒!┬╣ïnH\x0EÅt#X\x16ïA├"
  b"±"œÅÇ\x07EOµýª—\x0E.o„"
  b"±Ubòµ\x07Nÿ“)JZ•Uc”"
  b"²ÐEßïØD\x7F²\x0E=\x12ææ\x05½"
  b"²ùƒN¹™AcŒOÂÁ}ª¢h"
  b"´ø­Z«¡MR˜}¨–\x03Ù­þ"
  b"Á.\e\x0F.ñIµêymÁì\x1D"
  b"µWL\x05éCC\x05²çŽ\x0FÀ¹­Á"
  b"µmwK¼ŒKc°ŸA\x1DVæË\x02"
  b"¶UR\x15ü\x0FBü¶Nk³“챿"
  b"·þ•Å?òM܃!¿Yj\x08n="
  b"¸\x1A󺞫MZ¦¯L}9RŸÌ"
  b"¸^ЋYûIҜDŽ\x02оÏm"
  b"©b"v\x1DYDgûþ\x10ü··xı"
  b"¸ÿ\rË)fFJ¸8ÝHÄÿØß"
  b"ºP‘ü&‡B¹Œ\x1D±/.¡y1"
  b"║▒\x0FÛfûL·û\x1D|*iïÉ\x1F"
  b"»}Š\x01·&D’¦©\t¸tj\x15Q"
  b"»Ïg\x13\x19™D\x1A•N¤\x15L?Zû"
  b"»Þpž¾¡Du¼Q8øõ]\x06\x1E"
  b"¼%}\x0F¬\x04Iz´“f\x02\x13\x10"
  b"""
    ¼<\x0E\x1D„ËOèž\n
    AP¦[¯w
    """
  b"╝ÅrÓ\x02\x14J½░ð6¢¨ÿof"
  b"½ì HcQM”­¢\x03Ï7›¢ü"
  b"¾Ñ3\x1Dn²B«¿\x04¶60ÈÄÒ"
  b"¿é®^7\vC(‡X3½\t\fò˜"
  b"└+\$æ\x06AWáüG#E^\eo"
  b"Á\x028\x01`LE¦‘\x12ôŸäQ©Þ"
  b"\x02┬9\|J@£\x12àÉ\x14üZ®"
  b"┴fI~h8F╔½Åîìú$Xð"
  b"Â\x17™¼ \eM®¤¯‹@~b~Ý"
  b"┬úW;zìLOû&»╝ÙE┐["
  b"Âß›ÅÀuEñ‡S^cÏÅBæ"
  b"┬¶o/ã0KëÂók11¦|É"
  b"─åÒ\x1CkÓEßè«.\x17ÂÉz║"
  b"─ÛK£ø║G÷æuØ\x14╩╝¦ë"
  b"Äô"\fÓwD´š‚–‘F9\x07"
  b"Æ(õ™T%Ib¼\x11‘z³(ÒÙ"
  b"ÆÂDþ˰L™›ÿ˜rA\x02QG"
  b"ÆÜ‹êœ#Ff¼\x03žvB\x1DËo"
  b"Ã\x02\x03jø¤IøñçŽ\x12%¸="
  b"ÃÚåØ\x01\x07D©ô\ekÜ[~·\x1A"
  b"ÈÉâ\x1A;mA'°KMäŒ5pˆ"
  b"Èì.L\x06.@!½|qfD(sñ"
  b"É„3\x10&òIjƒ:φn\x1DP€"
  b"ʶ„×=£B_›D‘2\x17\x1Fו"
  b"Ì\)«\x14î@=Ž\x1Cû|)æ\x7F}"
  b"Ìë\x17h~$J[«Ö\x00ocE¦\x07"
  b"Í8´›U‚C\x07ºd>†öŒ1]"
  b"ÍK‚N¤‹K~—®Á\x04úánÉ"
  b"¤àé\x1EÝ╦NeÁê.Õ]»Wü"
  b"ÏýVˆ#ºOÀµÐνÑÎLQ"
  b"Ð\x11ñÝ%ÖI\x16ìmÓ´┼Ü}""
  b"Ñ:BP\x1D0B‹“m\eö\x14\û."
  b"Ñ^²\x14c\x13Fp±”ѽ®V\x10,"
  b"ÒNmrè1J0§_\x01D[z\x02"
  b"Ò€\x05ŒNhCC“ioÁ\fz_í"
  b"Ò†pé\<D¥²ß*nÛ˜Þy"
  b"ÒôoR¸–Bÿ gïv¢+oä"
  b"Ë\x08|æ─dK\x16ÅÕ=K\x16½┼\x19"
  b"Ëì/yIéA»\x04\x04/╔YÐ┴"
  b"Ë╗ÀÜ¢èH.Ç▓TÉ╔©░Ý"
  b"Ó÷\x1F®ÓÌKO‡Æw‡LsÂr"
  b"Ôkh\x04nCA\x07ˆ/NI BÊÊ"
  b"ı\x1A■─W\x19A\x13▓.ü«»/╣?"
  b"ÖZ겞KDµŽ«åˆ\x0E؈Ç"
  b"ÍÃÅáã=EÀîò│:VÖ┐/"
  b"""
    ×{¶u7¸Aÿ¹>¥\n
    A¬¸l
    """
  b"׳¥FŽ>@©‚ÛlÑþ¯¼W"
  b"؃#“E\x0FO\x1A¦à²i¬\x03¤Ÿ"
  b"Ù+€*ǧLlŽ\x01o œ\x14\x14P"
  b"ÙŒŒttJIˆ¤ñ²Aw)u^"
  b"ÙòEŠ|\x04KY¾ñÙ\x1F·Âø\x14"
  b"Úb•ÖâgA믱±È5'\x03"
  b"┌ÉaÔ±´LOñhîà«MÍ\x03"
  b"Û¥pSE\x17Oh±1ä%´ßR\x7F"
  b"Ü"‡5\x17ôO/•:õK·¦Ž "
  b"▄[­c▀ÈAÁú¶ìt¯ÿP0"
  b"▄]\x00ÎAlM*ïÉÄ\x16Ú\em\x1E"
  b"ÝËz'+ÊCa¥Á\x1Ao\x05<<á"
  b"á\x07ê2€ÖOäŸ`Èáö™ê\x1C"
  b"ßìà¤┌7J▄ü├\x05¯8æ Ë"
  b"áÍ\x084¹pEF±êÌj)t:8"
  b"âÜL\vìÂB&¾ã\x05î\x0FLuš"
  b"""
    ä3þ³\n
    2NþŽ©1{P²°Ã
    """
  b"äUÓ”\x04ˆDP¨[<ðά\r1"
  b"ä}\x04ã\e=JG¿%ÐõõEº\x12"
  b"õÉ`╣&¿IƼl)├X╝ÿ¯"
  b"äÌ|ÁÃ}Jï˜=\x1DÇ'‡`;"
  b"åQ(&\x11V@\x03¸è\x0F\x1E\v1H¡"
  b"Õ{'Ù½¾OQ½ØH· éî1"
  b"åÿ§\x08ΘF\x19®¯¡\x04u\x0Eí\x13"
  b"æè·Ú\x02jE.³#@šÐk™V"
  b"æî%Æ\x18·E!­{40…ʆ+"
  b"ç”Ö5ÞŠFƒ·—r\x18\x192\x03'"
  b"é\x0F¯—o•Bf¨´\x1FŒ5Tã\"
  b"éF}JYQJ»œ"\f\x0E¬*Ný"
  b"éLqMÑ\x17L\x07 =àé¡“\x0Eq"
  b"é—Èu\x1F¬L©…šžœœ—ì<"
  b"Ú¢╚\x1C\x1EEت­=\x12\x11Ï└ø"
  b"ê\x0156»\x10H8¥(Ä —$ZJ"
  b"ý28┘½[O{¬ì■ä\fK\r!"
  b"ý}·■┴ NYÉ╔×╔Ùߨö"
  b"튬f"„F\v\x00+yP•÷¨"
  b"íðd€\x19+IN¾À¢íFö\x07\x0F"
  b"î³NøNÑ@ƒ¶8é^GMïW"
  b"îÿ|~“\x0FC瞘\x1A<Æÿ\x18-"
  b"ï‚OPdÖIs—án\x17 aóq"
  b"ñô“ÏßÚIƒ£ÀB^ŸB6ƒ"
  b"ò\x08‰„‹`BÖ©ÊIš*z{Á"
  b"‗n╦µc\eC¢úÅ"Ä1┴╚¾"
  b"òÛ¦µ´\x06MѪ+íQ_¿t$"
  b"óˆmƒêäD:„®žÊ\fãÒl"
  b"óžš_+rG¢¾áUµqÔ€î"
  b"¾º╔ü\t╔J\x07î▒ÎUT░Þ!"
  b"¶t¥Ìª-JS╣cÖüW\x00"
  b"õ(\x02\x0E°lLõ˜ðOh_my´"
  b"ö\x197ÆØÁJÉ©€ÝAí¯i\x15"
  b"ö+,(¾·Cù„T~0=±Áï"
  b"öTD\roDL÷€T°ÀñL›³"
  b"÷ÿ/═╚\x05KÃÂØîÃ┐┬%6"
  b"÷IC·YíEP¦ƒ©½¹kx¤"
  b"""
    ÷Q.°JUO}™P;`æ\n
    [-
    """
  b"÷¾B˜›RE\x19œƒþ†ùN/""
  b"øDŒUF–C´‚—NëV×9|"
  b"øë?@™ÀF‹·¡ÐVŒ=B>"
  b"ùs¦îEpFë‹\x1E\x19ǰ<î“"
  b"""
    ùvÒ\x18ÔÑC°¡i#“¯\n
    ‰°
    """
  b"¨|¬#|)Dÿ│»`>¬ì3c"
  b"ú\x1DÉg—¨F…µa¨—÷wÖT"
  b"ú„ý¢“aB9§ü”ʤ›\x05û"
  b"¹`-¾É\x16Ke»²g╠Ü.б"
  b"¹Ì\x07·═wOtà]ìGhoÿ\x18"
  b"³┬█\eóuBäü`o§▀n╣\"
  b"ý\x02al8zL.µG„[ÿ«¶ "
  b"ýB?ËæZOm¦Na½\x07Ö°Q"
  b"""
    ²└╔OÃ\vDú║ıØ?´\n
    Ù`
    """
  b"þ\eð1ÝgAÑœ^©pÂRËÝ"
  b"þ¡ 1Œ-@é‰(¯hæÉI<"
  b" ZóÊÃãLßèü|òÌMz:"
]
87 0.42 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.33 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.37 ms
SELECT `seo_path_info` AS seoPathInfo, `language_id` AS languageId
            FROM `seo_url`
            WHERE `path_info` = ? AND `is_canonical` = 1 AND
                  `sales_channel_id` = ? AND `language_id` IN (?)
Parameters:
[
  "/ersatzteilfinder/rc-200-2020-modelcode-F5103T1L"
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
90 0.50 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.25 ms
SELECT configuration_key, configuration_value FROM system_config WHERE (sales_channel_id = ?) AND (configuration_key LIKE ?) ORDER BY sales_channel_id ASC
Parameters:
[
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
  "VerignDvAccessibilitySw6.%"
]
92 0.20 ms
SELECT `language`.`id` as `language.id`, `language`.`parent_id` as `language.parentId`, `language`.`locale_id` as `language.localeId`, `language`.`translation_code_id` as `language.translationCodeId`, `language`.`name` as `language.name`, `language`.`custom_fields` as `language.customFields`, `language`.`created_at` as `language.createdAt`, `language`.`updated_at` as `language.updatedAt` FROM `language` WHERE (`language`.`id` = ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
]
93 0.27 ms
SELECT `locale`.`id` as `locale.id`, `locale`.`code` as `locale.code`, `locale`.`created_at` as `locale.createdAt`, `locale`.`updated_at` as `locale.updatedAt`, `locale.translation.name`, `locale.translation.name` as `locale.name`, `locale.translation.territory`, `locale.translation.territory` as `locale.territory`, `locale.translation.customFields`, `locale.translation.customFields` as `locale.customFields` FROM `locale` LEFT JOIN (SELECT `locale.translation`.`locale_id`, `locale.translation`.`name` as `locale.translation.name`, `locale.translation`.`territory` as `locale.translation.territory`, `locale.translation`.`custom_fields` as `locale.translation.customFields` FROM `locale_translation` `locale.translation` WHERE `locale.translation`.`language_id` = ?) `locale.locale_translation` ON `locale.locale_translation`.`locale_id` = `locale`.`id` WHERE (`locale`.`id` = ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"VÞGÀŽÊMT“*¸Æ³Qqƒ"
]
94 0.27 ms
SELECT LOWER(HEX(language.id)) AS array_key, LOWER(HEX(language.id)) AS id, locale.code, parentLocale.code AS parentCode, LOWER(HEX(language.parent_id)) parentId FROM language LEFT JOIN locale locale ON language.translation_code_id = locale.id LEFT JOIN language parentLanguage ON language.parent_id = parentLanguage.id LEFT JOIN locale parentLocale ON parentLanguage.translation_code_id = parentLocale.id
Parameters:
[]
95 0.18 ms
SELECT LOWER(HEX(id)) FROM snippet_set WHERE iso = ?
Parameters:
[
  "de-DE"
]
96 0.17 ms
SELECT iso FROM snippet_set WHERE id = ?
Parameters:
[
  b"\x0Ea[Ø_\x11FÿêLËB\x17¸à="
]
97 0.24 ms
SELECT LOWER(HEX(theme.id)) themeId, theme.technical_name as themeName, parentTheme.technical_name as parentThemeName, LOWER(HEX(parentTheme.parent_theme_id)) as grandParentThemeId
            FROM sales_channel
                LEFT JOIN theme_sales_channel ON sales_channel.id = theme_sales_channel.sales_channel_id
                LEFT JOIN theme ON theme_sales_channel.theme_id = theme.id
                LEFT JOIN theme AS parentTheme ON parentTheme.id = theme.parent_theme_id
            WHERE sales_channel.id = ?
Parameters:
[
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
]
98 0.52 ms
SELECT `app`.`id` as `app.id`, `app`.`name` as `app.name`, `app`.`path` as `app.path`, `app`.`author` as `app.author`, `app`.`copyright` as `app.copyright`, `app`.`license` as `app.license`, `app`.`active` as `app.active`, `app`.`configurable` as `app.configurable`, `app`.`privacy` as `app.privacy`, `app`.`version` as `app.version`, `app`.`icon` as `app.iconRaw`, `app`.`app_secret` as `app.appSecret`, `app`.`modules` as `app.modules`, `app`.`main_module` as `app.mainModule`, `app`.`cookies` as `app.cookies`, `app`.`allow_disable` as `app.allowDisable`, `app`.`base_app_url` as `app.baseAppUrl`, `app`.`allowed_hosts` as `app.allowedHosts`, `app`.`template_load_priority` as `app.templateLoadPriority`, `app`.`checkout_gateway_url` as `app.checkoutGatewayUrl`, `app`.`in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl`, `app`.`source_type` as `app.sourceType`, `app`.`source_config` as `app.sourceConfig`, `app`.`self_managed` as `app.selfManaged`, `app`.`integration_id` as `app.integrationId`, `app.integration`.`id` as `app.integration.id`, `app.integration`.`label` as `app.integration.label`, `app.integration`.`access_key` as `app.integration.accessKey`, `app.integration`.`secret_access_key` as `app.integration.secretAccessKey`, `app.integration`.`last_usage_at` as `app.integration.lastUsageAt`, `app.integration`.`admin` as `app.integration.admin`, `app.integration`.`custom_fields` as `app.integration.customFields`, `app.integration`.`deleted_at` as `app.integration.deletedAt`, `app.integration`.`created_at` as `app.integration.createdAt`, `app.integration`.`updated_at` as `app.integration.updatedAt`, `app`.`acl_role_id` as `app.aclRoleId`, `app.aclRole`.`id` as `app.aclRole.id`, `app.aclRole`.`name` as `app.aclRole.name`, `app.aclRole`.`description` as `app.aclRole.description`, `app.aclRole`.`privileges` as `app.aclRole.privileges`, `app.aclRole`.`deleted_at` as `app.aclRole.deletedAt`, `app.aclRole`.`created_at` as `app.aclRole.createdAt`, `app.aclRole`.`updated_at` as `app.aclRole.updatedAt`, `app`.`created_at` as `app.createdAt`, `app`.`updated_at` as `app.updatedAt`, `app.translation.label`, `app.translation.label` as `app.label`, `app.translation.description`, `app.translation.description` as `app.description`, `app.translation.privacyPolicyExtensions`, `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions`, `app.translation.customFields`, `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app`.`integration_id` = `app.integration`.`id` LEFT JOIN `acl_role` `app.aclRole` ON `app`.`acl_role_id` = `app.aclRole`.`id` LEFT JOIN (SELECT `app.translation`.`app_id`, `app.translation`.`label` as `app.translation.label`, `app.translation`.`description` as `app.translation.description`, `app.translation`.`privacy_policy_extensions` as `app.translation.privacyPolicyExtensions`, `app.translation`.`custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation`.`language_id` = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` WHERE (`app`.`name` = ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  "SwagGmvReporting"
]
99 0.46 ms
SELECT `app`.`id` as `app.id`, `app`.`name` as `app.name`, `app`.`path` as `app.path`, `app`.`author` as `app.author`, `app`.`copyright` as `app.copyright`, `app`.`license` as `app.license`, `app`.`active` as `app.active`, `app`.`configurable` as `app.configurable`, `app`.`privacy` as `app.privacy`, `app`.`version` as `app.version`, `app`.`icon` as `app.iconRaw`, `app`.`app_secret` as `app.appSecret`, `app`.`modules` as `app.modules`, `app`.`main_module` as `app.mainModule`, `app`.`cookies` as `app.cookies`, `app`.`allow_disable` as `app.allowDisable`, `app`.`base_app_url` as `app.baseAppUrl`, `app`.`allowed_hosts` as `app.allowedHosts`, `app`.`template_load_priority` as `app.templateLoadPriority`, `app`.`checkout_gateway_url` as `app.checkoutGatewayUrl`, `app`.`in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl`, `app`.`source_type` as `app.sourceType`, `app`.`source_config` as `app.sourceConfig`, `app`.`self_managed` as `app.selfManaged`, `app`.`integration_id` as `app.integrationId`, `app.integration`.`id` as `app.integration.id`, `app.integration`.`label` as `app.integration.label`, `app.integration`.`access_key` as `app.integration.accessKey`, `app.integration`.`secret_access_key` as `app.integration.secretAccessKey`, `app.integration`.`last_usage_at` as `app.integration.lastUsageAt`, `app.integration`.`admin` as `app.integration.admin`, `app.integration`.`custom_fields` as `app.integration.customFields`, `app.integration`.`deleted_at` as `app.integration.deletedAt`, `app.integration`.`created_at` as `app.integration.createdAt`, `app.integration`.`updated_at` as `app.integration.updatedAt`, `app`.`acl_role_id` as `app.aclRoleId`, `app.aclRole`.`id` as `app.aclRole.id`, `app.aclRole`.`name` as `app.aclRole.name`, `app.aclRole`.`description` as `app.aclRole.description`, `app.aclRole`.`privileges` as `app.aclRole.privileges`, `app.aclRole`.`deleted_at` as `app.aclRole.deletedAt`, `app.aclRole`.`created_at` as `app.aclRole.createdAt`, `app.aclRole`.`updated_at` as `app.aclRole.updatedAt`, `app`.`created_at` as `app.createdAt`, `app`.`updated_at` as `app.updatedAt`, `app.translation.label`, `app.translation.label` as `app.label`, `app.translation.description`, `app.translation.description` as `app.description`, `app.translation.privacyPolicyExtensions`, `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions`, `app.translation.customFields`, `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app`.`integration_id` = `app.integration`.`id` LEFT JOIN `acl_role` `app.aclRole` ON `app`.`acl_role_id` = `app.aclRole`.`id` LEFT JOIN (SELECT `app.translation`.`app_id`, `app.translation`.`label` as `app.translation.label`, `app.translation`.`description` as `app.translation.description`, `app.translation`.`privacy_policy_extensions` as `app.translation.privacyPolicyExtensions`, `app.translation`.`custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation`.`language_id` = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` WHERE (`app`.`name` = ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  "SwagAnalytics"
]
100 0.22 ms
SELECT `base_class` AS `baseClass`, `author`
                FROM `plugin`
Parameters:
[]
101 0.58 ms
SELECT translation_key, value FROM snippet WHERE snippet_set_id = ?
Parameters:
[
  b"\x0Ea[Ø_\x11FÿêLËB\x17¸à="
]
102 0.29 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.24 ms
SELECT path FROM category WHERE id = ?
Parameters:
[
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
]
104 0.19 ms
SELECT min_search_length FROM product_search_config WHERE language_id = ?
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
]
105 1.05 ms
# theme-service::load-config::read
SELECT `theme`.`id` as `theme.id`, `theme`.`technical_name` as `theme.technicalName`, `theme`.`name` as `theme.name`, `theme`.`author` as `theme.author`, `theme`.`preview_media_id` as `theme.previewMediaId`, `theme`.`parent_theme_id` as `theme.parentThemeId`, `theme`.`theme_json` as `theme.themeJson`, `theme`.`base_config` as `theme.baseConfig`, `theme`.`config_values` as `theme.configValues`, `theme`.`active` as `theme.active`, `theme`.`created_at` as `theme.createdAt`, `theme`.`updated_at` as `theme.updatedAt`, `theme.translation.description`, `theme.translation.description` as `theme.description`, `theme.translation.labels`, `theme.translation.labels` as `theme.labels`, `theme.translation.helpTexts`, `theme.translation.helpTexts` as `theme.helpTexts`, `theme.translation.customFields`, `theme.translation.customFields` as `theme.customFields` FROM `theme` LEFT JOIN (SELECT `theme.translation`.`theme_id`, `theme.translation`.`description` as `theme.translation.description`, `theme.translation`.`labels` as `theme.translation.labels`, `theme.translation`.`help_texts` as `theme.translation.helpTexts`, `theme.translation`.`custom_fields` as `theme.translation.customFields` FROM `theme_translation` `theme.translation` WHERE `theme.translation`.`language_id` = ?) `theme.theme_translation` ON `theme.theme_translation`.`theme_id` = `theme`.`id`
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
]
106 0.54 ms
# theme-service::resolve-media::read
SELECT `media`.`id` as `media.id`, `media`.`user_id` as `media.userId`, `media`.`media_folder_id` as `media.mediaFolderId`, `media`.`mime_type` as `media.mimeType`, `media`.`file_extension` as `media.fileExtension`, `media`.`uploaded_at` as `media.uploadedAt`, `media`.`file_name` as `media.fileName`, `media`.`file_size` as `media.fileSize`, `media`.`media_type` as `media.mediaTypeRaw`, `media`.`meta_data` as `media.metaData`, `media`.`config` as `media.config`, `media`.`path` as `media.path`, `media`.`private` as `media.private`, `media`.`thumbnails_ro` as `media.thumbnailsRo`, `media`.`created_at` as `media.createdAt`, `media`.`updated_at` as `media.updatedAt`, `media.translation.title`, `media.translation.title` as `media.title`, `media.translation.alt`, `media.translation.alt` as `media.alt`, `media.translation.customFields`, `media.translation.customFields` as `media.customFields` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media`.`media_folder_id` = `media.mediaFolder`.`id` LEFT JOIN (SELECT `media.translation`.`media_id`, `media.translation`.`alt` as `media.translation.alt`, `media.translation`.`title` as `media.translation.title`, `media.translation`.`custom_fields` as `media.translation.customFields` FROM `media_translation` `media.translation` WHERE `media.translation`.`language_id` = ?) `media.media_translation` ON `media.media_translation`.`media_id` = `media`.`id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder`.`default_folder_id` = `media.mediaFolder.defaultFolder`.`id` WHERE (((`media`.`private` = ? OR (`media`.`private` = ? AND `media.mediaFolder.defaultFolder`.`entity` = ?)))) AND (`media`.`id` IN (?, ?, ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  false
  true
  "product_download"
  b"─g]ì?=LÚëµÚ╬│\x12\x02\x18"
  b"óÞ…À@sL\t‰±j­æ´ª¦"
  b">\x10\x13OùÕFiŠ˜ÕŽ\x08t•ð"
]
107 0.97 ms
SELECT `theme`.`id` as `theme.id`, `theme`.`technical_name` as `theme.technicalName`, `theme`.`name` as `theme.name`, `theme`.`author` as `theme.author`, `theme`.`preview_media_id` as `theme.previewMediaId`, `theme`.`parent_theme_id` as `theme.parentThemeId`, `theme`.`theme_json` as `theme.themeJson`, `theme`.`base_config` as `theme.baseConfig`, `theme`.`config_values` as `theme.configValues`, `theme`.`active` as `theme.active`, `theme`.`created_at` as `theme.createdAt`, `theme`.`updated_at` as `theme.updatedAt`, `theme.translation.description`, `theme.translation.description` as `theme.description`, `theme.translation.labels`, `theme.translation.labels` as `theme.labels`, `theme.translation.helpTexts`, `theme.translation.helpTexts` as `theme.helpTexts`, `theme.translation.customFields`, `theme.translation.customFields` as `theme.customFields` FROM `theme` LEFT JOIN (SELECT `theme.translation`.`theme_id`, `theme.translation`.`description` as `theme.translation.description`, `theme.translation`.`labels` as `theme.translation.labels`, `theme.translation`.`help_texts` as `theme.translation.helpTexts`, `theme.translation`.`custom_fields` as `theme.translation.customFields` FROM `theme_translation` `theme.translation` WHERE `theme.translation`.`language_id` = ?) `theme.theme_translation` ON `theme.theme_translation`.`theme_id` = `theme`.`id` WHERE `theme`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"™²$ßâ\rFé¬!¯Ü\x07Á\x04s"
]
108 0.94 ms
# theme-service::load-config::read
SELECT `theme`.`id` as `theme.id`, `theme`.`technical_name` as `theme.technicalName`, `theme`.`name` as `theme.name`, `theme`.`author` as `theme.author`, `theme`.`preview_media_id` as `theme.previewMediaId`, `theme`.`parent_theme_id` as `theme.parentThemeId`, `theme`.`theme_json` as `theme.themeJson`, `theme`.`base_config` as `theme.baseConfig`, `theme`.`config_values` as `theme.configValues`, `theme`.`active` as `theme.active`, `theme`.`created_at` as `theme.createdAt`, `theme`.`updated_at` as `theme.updatedAt`, `theme.translation.description`, `theme.translation.description` as `theme.description`, `theme.translation.labels`, `theme.translation.labels` as `theme.labels`, `theme.translation.helpTexts`, `theme.translation.helpTexts` as `theme.helpTexts`, `theme.translation.customFields`, `theme.translation.customFields` as `theme.customFields` FROM `theme` LEFT JOIN (SELECT `theme.translation`.`theme_id`, `theme.translation`.`description` as `theme.translation.description`, `theme.translation`.`labels` as `theme.translation.labels`, `theme.translation`.`help_texts` as `theme.translation.helpTexts`, `theme.translation`.`custom_fields` as `theme.translation.customFields` FROM `theme_translation` `theme.translation` WHERE `theme.translation`.`language_id` = ?) `theme.theme_translation` ON `theme.theme_translation`.`theme_id` = `theme`.`id`
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
]
109 0.49 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.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"
  "SwagAnalytics"
]
111 0.46 ms
SELECT `category`.`id` as `category.id`, `category`.`version_id` as `category.versionId`, `category`.`parent_id` as `category.parentId`, `category`.`parent_version_id` as `category.parentVersionId`, `category`.`after_category_id` as `category.afterCategoryId`, `category`.`after_category_version_id` as `category.afterCategoryVersionId`, `category`.`media_id` as `category.mediaId`, `category`.`display_nested_products` as `category.displayNestedProducts`, `category`.`auto_increment` as `category.autoIncrement`, `category`.`level` as `category.level`, `category`.`path` as `category.path`, `category`.`child_count` as `category.childCount`, `category`.`type` as `category.type`, `category`.`product_assignment_type` as `category.productAssignmentType`, `category`.`visible` as `category.visible`, `category`.`active` as `category.active`, `category`.`cms_page_id` as `category.cmsPageId`, `category`.`cms_page_version_id` as `category.cmsPageVersionId`, `category`.`product_stream_id` as `category.productStreamId`, `category`.`custom_entity_type_id` as `category.customEntityTypeId`, `category`.`created_at` as `category.createdAt`, `category`.`updated_at` as `category.updatedAt`, `category.translation.name`, `category.translation.name` as `category.name`, `category.translation.breadcrumb`, `category.translation.breadcrumb` as `category.breadcrumb`, `category.translation.slotConfig`, `category.translation.slotConfig` as `category.slotConfig`, `category.translation.linkType`, `category.translation.linkType` as `category.linkType`, `category.translation.internalLink`, `category.translation.internalLink` as `category.internalLink`, `category.translation.externalLink`, `category.translation.externalLink` as `category.externalLink`, `category.translation.linkNewTab`, `category.translation.linkNewTab` as `category.linkNewTab`, `category.translation.description`, `category.translation.description` as `category.description`, `category.translation.metaTitle`, `category.translation.metaTitle` as `category.metaTitle`, `category.translation.metaDescription`, `category.translation.metaDescription` as `category.metaDescription`, `category.translation.keywords`, `category.translation.keywords` as `category.keywords`, `category.translation.customFields`, `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN (SELECT `category.translation`.`category_id`, `category.translation`.`category_version_id`, `category.translation`.`breadcrumb` as `category.translation.breadcrumb`, `category.translation`.`name` as `category.translation.name`, `category.translation`.`custom_fields` as `category.translation.customFields`, `category.translation`.`slot_config` as `category.translation.slotConfig`, `category.translation`.`link_type` as `category.translation.linkType`, `category.translation`.`internal_link` as `category.translation.internalLink`, `category.translation`.`external_link` as `category.translation.externalLink`, `category.translation`.`link_new_tab` as `category.translation.linkNewTab`, `category.translation`.`description` as `category.translation.description`, `category.translation`.`meta_title` as `category.translation.metaTitle`, `category.translation`.`meta_description` as `category.translation.metaDescription`, `category.translation`.`keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation`.`language_id` = ?) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.`category_version_id` = `category`.`version_id` WHERE (`category`.`version_id` = ?) AND (`category`.`id` IN (?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
]
112 16.06 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/019fd61188597109b4eae657cf2de774"
  "/navigation/075251ee45644d14bfeae2fce50073a0"
  "/navigation/01797e0437b3448db94e690f14f43e5f"
  "/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/882667d91b2d4ab5a8cb33bcce661e38"
  "/navigation/35da856933d947239055eaf099933e29"
  "/navigation/4e2522fa9ec04f46bcab12cd36925cb6"
  "/navigation/552f1d0a97d7418d822959705696a65d"
  "/navigation/7623cc38e1154a2797227b05b7d74503"
  "/navigation/78c4ca0a6208486cb940907b1298f747"
  "/navigation/37476b928c114f0692ad5a37af14e66b"
  "/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/d3000e05adbf41ccb0952539c25cb21c"
  "/navigation/1b15b427e9cb40b28d537a893668f15a"
  "/navigation/43c83d522870493a8ab2df8abb5d556c"
  "/navigation/49f823826b384871aec230ae7ee2f154"
  "/navigation/d3e05b27b6cd431d9b6b64f4e4f197a6"
  "/navigation/e5a13fc2f1c542cd9057c9488b5c559a"
  "/navigation/01fb819fa75744c8a56fdc0981381ba9"
  "/navigation/7182c23f1e214e85adba25d65afe398a"
  "/navigation/73045f602ad1421fadf76dcecc9ca960"
  "/navigation/89a9b23c1a8b41c2bb4a66032fda3981"
  "/navigation/a585c54285844d1ebd1a64392ed3ee8c"
  "/navigation/eeadca367c544275ac141449b234e23b"
  "/navigation/0efa889b062a423c8fd11a73b02e28f4"
  "/navigation/52daaaf1c14242d699b579aa2eadba48"
  "/navigation/8537420f2eb44ac297adf8c04e163b3d"
  "/navigation/d9db2acbb0ef4cfab89a07bc122d204c"
  "/navigation/f501cdbc9c1c4609a8a519e227fc2bef"
  "/navigation/f59522a887f947d8864e42c4ebc39266"
  "/navigation/f7e8bdb0ed0f4677aa2beed3bac45f8f"
  "/navigation/c76f09f24f1942b1822fb275e0080db3"
  "/navigation/e10596ecd9474c998247ceb3e50921c6"
  "/navigation/f9e2050944fc498ea0537fdb55cba37d"
  "/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/1f25548a87af4b99bd3d5731c7571240"
  "/detail/ef824f5064d6497397e16e172061f371"
  "/detail/bfe9ae5e370b4328875833bd090cf298"
  "/detail/d65aeab29e4b44b58eabe5880ed888c7"
  "/detail/0ec4b5e3b2c940b0a5f6f670066b4973"
  "/detail/e794d635de8a4683b797721819320327"
  "/detail/f973a6ee457046eb8b1e19c7b03cee93"
  "/detail/bbde709ebea14475bc5138f8f55d061e"
  "/detail/ad5314af466d48e5b86eb778c6fb1b4d"
  "/detail/041c8ed6153641caabef692eb7599e42"
  "/detail/d9f2458a7c044b59bef1d91fb7c2f814"
  "/detail/e6e8b7da026a452eb323409ad06b9956"
  "/detail/e94c714dd1174c07a03de0e9a1930e71"
  "/detail/2bc57a2510f74553bef566fa7e9abc10"
  "/detail/7adff263991942e2bfbdb03eab3c84f6"
  "/detail/d24e6d72e8314a30a75f01445b7a0294"
  "/detail/497791940df0413f997cdf4315860f3c"
  "/detail/c02b5c2491064157a0814723455e1b6f"
  "/detail/3764e0ef6aa1497da9bc4dd5426b86ba"
  "/detail/70ee9403b857416c96fa8a0c6b4e219a"
  "/detail/1d3eeace788945c095403e26b2d30131"
  "/detail/8ac5e9fcdef04852b30598ad0275a5b7"
  "/detail/38d96f0d628043379f38a25c539133c5"
  "/detail/d6c78fa0c63d45b78c95b33a5699bf2f"
  "/detail/97e65dc4dba04f9d946367b7f5972ddb"
  "/detail/a099825feb7d43b9a5039f763a1b1f10"
  "/detail/e1cd0834b9704546b1eacc6a29743a38"
  "/detail/1b2c1a85997341ef8f04d59bb35dc2f2"
  "/detail/9cf995d5d07b4664b3a34fbf0944d676"
  "/detail/2075ff76509e4401986aaeb252a47eaf"
  "/detail/4dc83ef9d5a34b86ab77d2844f160fd1"
  "/detail/ddcb7a272bca4361a5c11a6f053c3ce1"
  "/detail/eeff7c7e930f43e79e981a3cc6ff182d"
  "/detail/c166497e683846c9ab8f8c8da32458d0"
  "/detail/67d1e7af837f4c19bca3c3989b8b6b68"
  "/detail/f6982fcdc8054bc7b69d8cc7bfc22536"
  "/detail/2e8f7e13dd194633830c69dfdda0e89b"
  "/detail/2d020203dbb8489b8704938c4d27013b"
  "/detail/5fa04c928d7e47ed84eb32b4129ce58e"
  "/detail/f3886d83eae4443a84ae9eca0ce3d26c"
  "/detail/b2d045dfefd8447fb20e3d12e6e605bd"
  "/detail/a2aed6da517948e59f97c52cbcb50d84"
  "/detail/9469b02a549e44419b9edddb315d50c6"
  "/detail/5a2339703e1740e784bbd5208f53e2b2"
  "/detail/e9467d4a59514abb9c220c0eac2a4efd"
  "/detail/fa1dc96797a84685b561a897f777d654"
  "/detail/28320a2ba675413ba7955c0dba8eeba8"
  "/detail/fdc0c94fc70b44a3bad59d3fef0aeb60"
  "/detail/a72f5551539541b79ccdb5b8645a79f1"
  "/detail/d8832393450f4f1aa6e0b269ac03a49f"
  "/detail/749e039f8c104575ae7fb9c644aa3cd1"
  "/detail/e90faf976f954266a8b41f8c3554e35c"
  "/detail/5c87111504e444b888b1792d4076d1e1"
  "/detail/56c7964019ef41f585f5066acd7ae222"
  "/detail/7587b8731fac40a9bc731ae9167a44ca"
  "/detail/44bee7c8bf264f12905ce8f20941524a"
  "/detail/8a182b21f5024760b1056961c3e086e4"
  "/detail/3bf2bc921423452a86ab1260ec98c220"
  "/detail/fb602df390164b65affd67cc9a2ed1f1"
  "/detail/dc22873517f44f2f953af54bb7a68ea0"
  "/detail/68c439d9301a464bb0af9f1a035d2450"
  "/detail/69d50d5f3bfb4f5a9a9fce48460cddb8"
  "/detail/d3087c91c4644b168fe53d4b16abc519"
  "/detail/24d2c2ca37c74e36bea954596b6dfa6f"
  "/detail/d77bb67537b841ffb93ea50a41acb86c"
  "/detail/c8c9e21a3b6d4127b04b4de48c357088"
  "/detail/9077da2a2ce24edd9ac067b169b1a104"
  "/detail/cd4b824ea48b4b7e97aec104fae16ec9"
  "/detail/66dc22b184ee47cfb36276d819b06084"
  "/detail/0fb17958d9654b9c9b30535001c901f9"
  "/detail/268fc412578b406f8945566b61785612"
  "/detail/da9061e2f1ef4c4fa4688c85ae4dd603"
  "/detail/c8ec2e4c062e4021bd7c7166442873f1"
  "/detail/e433feb30a324efe8ea9317b50b2b0c3"
  "/detail/c4f4220cd37744b49a8296914639078b"
  "/detail/9922611931c64c3f8e12bfd06a9dc01c"
  "/detail/e107ea3280d64fe49f60c8e1f699ea1c"
  "/detail/7297aa5b4e0f486785a9c9a12bec7e01"
  "/detail/a16d92237ab9441aab63138b567888ad"
  "/detail/8ece3612f7b44fd2bdd16d9c40fef6f3"
  "/detail/5bd08049ece44b7e9cd9689bedbd1047"
  "/detail/abdc821dfc124f4bb3f103ba037b8a1a"
  "/detail/2e2f27d6734f4cb0a07e12574a91c66b"
  "/detail/43b8dbf5d1ea4baaa0eceb679685f1fb"
  "/detail/127a24334f7f41ccbd4190626f22838c"
  "/detail/84c78df582c94899aeac39f22425cd84"
  "/detail/4f6871b81f474fe29ccc09e30c7efd94"
  "/detail/d98c8c74744a4988a4f1b2417729755e"
  "/detail/3fcec18e38194644bd78a30f29b2ece6"
  "/detail/8de94b025dc1495795a93fa818886aaa"
  "/detail/64a9af2857ad434c8b9a570731ddb51e"
  "/detail/b85ed08b59fb49d29cc78402d0becf6d"
  "/detail/3f5e3337d20244908bf2c9c878e760c2"
  "/detail/6daaf4921384415390c1af7567d49ab2"
  "/detail/1a415083786342fc913803f233c82d8e"
  "/detail/57c91979f5584dbab641c5f4d9b77e7a"
  "/detail/f97caa237c294498b3af603eaa8d3363"
  "/detail/149042b64da642a586772c2a274f1a38"
  "/detail/16dc0907787844f88ba9803ea0951fe0"
  "/detail/2ddfc2a92ba9435290923177d527302c"
  "/detail/06c60db52bc04b1585276e864131ebc0"
  "/detail/b56d774bbc8c4b63b09f411d56e6cb02"
  "/detail/213422ad4e8242e4af7e3500637396d3"
  "/detail/400e9ae67ca243e8a761edf743747534"
  "/detail/20ff565100df4cc090a07a2d2100cb9c"
  "/detail/8d4d225af32a4437b4bb58c24860f8ad"
  "/detail/34f46634776342d98f633b9f09b1f5b5"
  "/detail/4fa581632de14e8a9353c500c7d00dee"
  "/detail/9841cb38efe945399e3b75d39c3e9bec"
  "/detail/a90319796686407b9795490fbc7029fe"
  "/detail/607c9234c5ac4c3b9d8edd13ce102902"
  "/detail/5273f25e874942cb82dfadd5b054a179"
  "/detail/446f9e26ce4a46668bd5d731bc37e27f"
  "/detail/c2a3573b7a8d4c4f9626afbceb45bf5b"
  "/detail/c702036a9bcf499ba4878fab1225f73d"
  "/detail/931adbb5af6249a3a638d6d1ef4b2c10"
  "/detail/fd02616c387a4c2eb547845bffabb6a0"
  "/detail/e551282611564003b8e80f1e0b3148a1"
  "/detail/e2dc4c0becc24226bee305ee0f4c759a"
  "/detail/5c7b615253ef4c99afb12c1be06a0f74"
  "/detail/a3b68df5d25e4b659da71a6af45d886e"
  "/detail/0c3397f4449847659b9c0bc11718d929"
  "/detail/a013d8a5c05c4c179ed5ee67ba295b05"
  "/detail/c486e31c6be045e18aae2e17b6907aba"
  "/detail/9a10cbdb98f441b6ab4b95a14b1de64e"
  "/detail/006d963a53604400bdd3878bb892e5ce"
  "/detail/ea013536bb104838a528c42097245a4a"
  "/detail/7faa0e375e9241a18edc4966d57ed5e1"
  "/detail/52af8ad28b1c4ee6a0e10470e4de88b4"
  "/detail/2e5792f6a9794a49830e63329ca7659e"
  "/detail/27cf1d93e95044ef8f651caac1d1bfab"
  "/detail/0c15d179444c4b6ea03079c623a30ea9"
  "/detail/4b008bb5e2624e4fb5d01a88555a1a6d"
  "/detail/3229ba58d8be43c5bab63e209e7fd0c2"
  "/detail/0a331222acd74a0e9e08d7a7c95cf4d1"
  "/detail/d28670e95c3c44a5b2df2a6edb98de79"
  "/detail/148fe2d740e846829279fc7c1f643c9f"
  "/detail/03e499ee4cf444c3b75b2ed0b094d4b1"
  "/detail/bc257d0fac04497ab49366021343c110"
  "/detail/b0e53b9fb82a4310ab995285d3068dc2"
  "/detail/0baef82cde864f539d677a178cae3a18"
  "/detail/3410b846409243ba8f817be282cb5a55"
  "/detail/3d44da570e384ee5aa11a94e08c25762"
  "/detail/57b07df483c2418bac4fe8ee2dbbf806"
  "/detail/e18d85cfda374adc81c305ee3891ffd3"
  "/detail/85c65092c68540d59142f8bc89c990b4"
  "/detail/a85d2be79ba94721a48b0cbc6e442321"
  "/detail/8eaf38f0b87348e4b5bbb08c43e7180c"
  "/detail/c984331026f2496a833acf866e1d5080"
  "/detail/1a4724e6d5d04b83a8331d66ee21cd87"
  "/detail/4736ca275e4644a994e924c8c68ad635"
  "/detail/c2f46f2fc6304b89b6a26b3131dd7c90"
  "/detail/64c716fb13374fc5b87c1723ff5c37f1"
  "/detail/19dcefa7ccf34beabf45fc479f68cc1f"
  "/detail/e6ee25c618b74521ad7b343085ca862b"
  "/detail/2fdf6b2d4c8140d48edd0401184828be"
  "/detail/25d956b2f2db40a78b9eee88836d121e"
  "/detail/7896f96d091d4118819836addc4058dc"
  "/detail/b8ff0dcb2966464ab838dd48c4ffd8df"
  "/detail/67deda1e9d40459e9470c232644e963f"
  "/detail/6c9ee6d7345944758698897520c3ad8e"
  "/detail/329d0f3d697d4b25a5b6176ed3202830"
  "/detail/45ba217762704977a1638b6a0220a9d4"
  "/detail/8329349a5f43406392f2ee670755b1ea"
  "/detail/c4ea4b9c9bba47f691759d14cabcdd89"
  "/detail/10801af337264098a0778b85217cc3fa"
  "/detail/dc5d00d7416c4d2a8b908e16e91b6d1e"
  "/detail/9ec798ea019c454f9559267a8e9a87e6"
  "/detail/252c019d3b864a1dbdefb5e11c831963"
  "/detail/5625b687dde5468a8bafd836061c81ba"
  "/detail/453cb6a7d1054b6ca71308acdf2fc150"
  "/detail/bbcf67131999441a954ea4154c3f5afb"
  "/detail/064df466ca914d0f8def3c68beef1887"
  "/detail/56a96d026bf049338b0b6dd3bd7a0be5"
  "/detail/7f53f38fad9747d2923d1270c28747f9"
  "/detail/f26ecbe6631b43bda38f228e31c1c8f3"
  "/detail/71caf5cf475546b39af8bc67696a9984"
  "/detail/fbde07facd774f74855d8d47686f9818"
  "/detail/0adb99c7aba642dcbbb3fa69226a51df"
  "/detail/ff5aa2d2c7c64ce18a817c95de4d7a3a"
  "/detail/8d78cc610b8c461b9f3d3060bc02c3b8"
  "/detail/5328044bbb9746f4931aa66ddfcd4e85"
  "/detail/74c5c5c14cab4ae9be6a1ea52d35ae56"
  "/detail/709df4fefccd4437b1d302d79cedb528"
  "/detail/cf85821eedcb4e65b5882ee55daf5781"
  "/detail/34b2b2ac6c32464da831eb8d1257a1ea"
  "/detail/28f025400a644e0a88b92b0cb209e290"
  "/detail/6d8dd0ad10704c33bb6a0953d63248dd"
  "/detail/bc8f72e002144aabb0d036bdf9986f66"
  "/detail/37582405c92248e4bf22ac837309396c"
  "/detail/7af93c511a004fd08f0c4fcab8b804dc"
  "/detail/6599b7d7c2ab4823bc69ac4eb29efd74"
  "/detail/8bc69c4a7fe6475eb6e0778afccc12cb"
  "/detail/e455d39404884450a85b3cf0ceac0d31"
  "/detail/c102c2395c7c4a409c12859014815aa9"
  "/detail/4860f5f455a049ae80f2ef129caec1bc"
  "/detail/22234227ac2a4672acf0e60152f0e373"
  "/detail/f8eb3f4099c0468bb7a1d0568c3d423e"
  "/detail/0a4adce2c2ed4b029b1a4921e13c204a"
  "/detail/6a6e4d80888349cfa6963cd053577d90"
  "/detail/41cbf88dd62543aab50615d6c5e57b0d"
  "/detail/10b6a228666448ceafc5074aa7b660ff"
  "/detail/79ae5b1a45c045bdabe6355227df2b4d"
  "/detail/88b50903f46842a68918fbabcb015ecc"
  "/detail/6d759189c4a14728927a26b23acf20f9"
  "/detail/ae475da383374ea8b26f92ec8bede2cf"
  "/detail/f8448c55469643b482974eeb56d7397c"
  "/detail/479a38830d584ef18200d3c10928e9c0"
  "/detail/7c897cf1ddaf4ca6a927c41ce075efb6"
  "/detail/cab684d73da3425f9b449132171fd795"
  "/detail/99337ada1c3b454fa4ffb76120df5f2b"
  "/detail/404d0dafe4d14e18a0cfbdd3ac754422"
  "/detail/0e7edb8814f046fa9e6590abbcfce639"
  "/detail/e5ffa708ce984619aeafa104750eed13"
  "/detail/a2c5f69ee00f4de381fb3f69ed1ea10e"
  "/detail/16f07f9517bb4001952e9d90bf731d1c"
  "/detail/e57b27ebabf34f51ab9d48faff828c31"
  "/detail/fa84fda293614239a7fc94caa49b05fb"
  "/detail/cc5c29ab14ee403d8e1cfb7c29e67f7d"
  "/detail/8f42ba02310642caa0477c5ce08d52e5"
  "/detail/83841df5e33845f394173b50624a30fe"
  "/detail/fd423fcbe65a4f6da64e61bd07d6b051"
  "/detail/9f53d568577a4d9b9b2169a0c7f0c9d1"
  "/detail/b81af3ba9eab4d5aa6af4c7d39529fcc"
  "/detail/366105cf0a684e6c91099c72ee6e663b"
  "/detail/891003f8928e45089f992fc9d55c6942"
  "/detail/889c3f1529e94cdf946d121c03e33e63"
  "/detail/631c51ac157149658bca259a759c853c"
  "/detail/f7be42989b5245199c83fe86f94e2f22"
  "/detail/23a7ec09db4a4442bba87a9ecfaab1a2"
  "/detail/2950f2920ac046e8b3afcb2e7ca5ba01"
  "/detail/f20889848b6042d6a9ca499a2a7a7bc1"
  "/detail/918d2d5c2f14407b9290983542f1470b"
  "/detail/e9bdc81cc01e459da6f03d1211d8c09b"
  "/detail/b5574c05e9434305b2e78e0fc0b9adc1"
  "/detail/80d9dd705e6e40f4b522160965947730"
  "/detail/74553eda248b45a49ba21385943df95e"
  "/detail/dc5bf063dfd441b5a3f48d74ee985030"
  "/detail/9b3b15b2f80844d1bb545a1357161662"
  "/detail/61183c4d275c47ffa2d7f0448042a479"
  "/detail/1283c1400a0d47a4b55294344eab581c"
  "/detail/f528020eb06c4cf598f04f685f6d79b4"
  "/detail/097706d792774d37b015aae3fcbb66d4"
  "/detail/bb7d8a01b7264492a6a909b8746a1551"
  "/detail/a081d846b9874b1485968980833999dd"
  "/detail/adcb48106a21453c98832bfe62866a54"
  "/detail/489c86b0efcf46afbe7bd27e3c4bd40f"
  "/detail/f39e9a5f2b7247a2bee155b571d480ee"
  "/detail/444857e51d3048a69359ef6c849bd7e4"
  "/detail/9ca2dfd74be547b1aa86eff45cd2ed7d"
  "/detail/e4cc7cc1c37d4aef983d1dc72787603b"
  "/detail/5be112dd36b14850984aad1185a7518c"
  "/detail/b52e1b0f2ea449e688796db58d1d6ea6"
  "/detail/5cb7161f18834128b5ce919e1cf41bc6"
  "/detail/6d354effdde5489290f6530f653500b0"
  "/detail/ec7dfafec1204e5990c99ec9ebe19d94"
  "/detail/7f5c5024c9dd430883c117570439f39b"
  "/detail/f7512eb04a554f7d99503b60e60a5b2d"
  "/detail/17ff697dd29e450b9a29c6972ea41ba5"
  "/detail/af77287726384cf7ada2f43b546f5e60"
  "/detail/a69d5c7402994073988cdd566036bd14"
  "/detail/42a495f04e4d4c14aae285e6abaaebd6"
  "/detail/6b25e01ce660495cb08618e144634079"
  "/detail/9b8d82acf40e42bf8a28012be3053b04"
  "/detail/8f3161bdb8764451b9bee22f961810f8"
  "/detail/b2f9834eb99941638c4fc2c17daaa268"
  "/detail/b7fe95c53ff24ddc8321bf596a086e3d"
  "/detail/0480cf6c01b44b77ad919bfc5c8c10b0"
  "/detail/07b9d9a3dffb4190a0dc531a585cac14"
  "/detail/c2df9bc5c07545f187535e63cfc542e6"
  "/detail/da6295d6e26741ebafb1b1c83527038b"
  "/detail/4f3e44cbefe84db9a90b66026315c4d0"
  "/detail/d7b3a5468e3e40a982db6cd1feafbc57"
  "/detail/0b5f677bcd0f430993b023bbcaa6dd54"
  "/detail/3ccdc1a113d8457a9c4cc7ca8926f865"
  "/detail/d3bbb79abd8a482e80b25490c9b8b0ed"
  "/detail/30cd49853f0c4d3b9fdadd3d4b3661eb"
  "/detail/0c6c9eff4a2047b49e4aa3497760f651"
  "/detail/592f5006919440e3b25ad4ec52121a04"
  "/detail/432d9616cb4046429dd67af398e80c54"
  "/detail/988b671c705244aca2716a2408687123"
  "/detail/4d3ec7c3a0914078a938e142f85e6266"
  "/detail/4ceb55f24e2b4a9cabee51c7c0e294c7"
  "/detail/d38d2f79498241b6af04042fc959d1c1"
  "/detail/99a34e306c83466a97bae1001bba5e1b"
  "/detail/53314a8989504f40b302043f169ae32a"
  "/detail/d13a42501d30428b936d1bf6145cfb2e"
  "/detail/eeb34ef84ed14083b638e95e474def57"
  "/detail/9759ef0f926a4bd79d266a850411dc7c"
  "/detail/33208b6d24ef45e4b105fb2c72bf143f"
  "/detail/c7e9869d010744b8931b6b9a5b7efa1a"
  "/detail/47bc81469e414437bf4e17eb65a9dc3f"
  "/detail/70ee4054ca6b4858ac71a86dbef1a64b"
  "/detail/cceb17687e244a5babd6006f6345a607"
  "/detail/9295b31746c24cc1902e948b6cd65afb"
  "/detail/b0d93573b4c04e08b298c76a272d1e6d"
  "/detail/04c5aeffe7604c008093f54de8ef6a13"
  "/detail/f976d218d4d143b0a1692393af0a89b0"
  "/detail/0a8fe50e8fbc4c9b85f5616504211292"
  "/detail/b15562f2b5074eff93294a5a95556394"
  "/detail/8e7acf4d31b24bb389ef016a81b1d04b"
  "/detail/5e698bb89d274d55971858d23a38965b"
  "/detail/7e97188f6a0b4f2b8e4ff473a0b90d44"
  "/detail/005bbee48ee94b5a83cbbdeffffce3a2"
  "/detail/edf06480192b494ebec0a2ed46f6070f"
  "/detail/6f05af985fbe4797a8f3d9602df6a509"
  "/detail/93fa3fba27e84c909866fdc267717208"
  "/detail/7b1cd1e8d51d4e59a73d04942aff8f22"
  "/detail/cffd568823ba4fc0b5d0cebdd1ce4c51"
  "/detail/d15eb21463134670b194d1bdae56102c"
  "/detail/462bcf8ae2ab4a019aa6ebe4744bc9c2"
  "/detail/0fdad15ca2c24dea8ebc793c4bd6a7ed"
  "/detail/ace72c3a92c94bba8467e3f0fbd2699a"
  "/detail/d46b68046e434107882f4e492042caca"
  "/detail/2d5d8f227cad458e854a3de1cd832b06"
  "/detail/d111a4ed259949168d6de0efc59a7d22"
  "/detail/f654440d6f444cf78054b0c0f14c9bb3"
  "/detail/71296ff2bb444c5787edc4a31aec1ad0"
  "/detail/fcc2db1ba275428481606ff5df6eb95c"
  "/detail/2503ae508f24411bbacebe2b01bd79ea"
  "/detail/6d0bcffebb214fb38bd3f6793e3c8278"
  "/detail/67391b2feace4e48a1ff078727cb8e77"
  "/detail/f2dba6b5b4064dd1aa2bed515fbf7424"
  "/detail/bed1331d6eb242abbf04b63630c8c4d2"
  "/detail/0a252c131de04cae84e2880263c967f7"
  "/detail/98873d2c50454dfdbbe6f901dc8b8690"
  "/detail/10aa2308e3aa4816b155544bd1395b14"
  "/detail/ad847231e63b4f6f90efd0fb4b7170c6"
  "/detail/1bbc37f462e942d3996ec73f65c65f3b"
  "/detail/8761bc4569fe4c6689c39b6aeadf1ff5"
  "/detail/0c255086dcd342a1bd7072f4788cfaee"
  "/detail/c1023801604c45a69112f49fe451a9de"
  "/detail/a19c25e6fb4043c49b1454814494c0da"
  "/detail/298cfd9647bd41b6b9714f27e3610022"
  "/detail/0e7ddc43e47247b38d8126f462540fee"
  "/detail/a2ce4d5503554068bb2c7c57a8acf392"
  "/detail/531f2bb32991464ea5479343f2d9e577"
  "/detail/71f75e5ad1ec4c3a8b87832b3554cbc4"
  "/detail/ed8aac662284460b85002b795095f7a8"
  "/detail/c6dc8bea9c234666bc039e76421dcb6f"
  "/detail/2720dc05c39d4a60a72240b08c914b64"
  "/detail/d280058c4e68434393696fc10c7a5fed"
  "/detail/f1f493cfdfda4983a3c0425e9f423683"
  "/detail/a1efd1173bd6428981c099d0df17dbee"
  "/detail/b121c2b98b6e480e8f742358168b41c3"
  "/detail/e49060b926a84992ac6c29c358bc98ee"
  "/detail/440b30f8ab86409ebd712c6b36016eaf"
  "/detail/2d2bab1466fe4de09bf9b6f4cf5f9128"
  "/detail/d2f46f52b89642ffa067ef76a22b6fe4"
  "/detail/f62b2c28beb743f984547e303db1c1ef"
  "/detail/33984e96eaaa430f9efaede0f751eaa2"
  "/detail/0288132afd5f446d8000ca9193e7af78"
  "/detail/123c73c3ac77401d98bec14c58f356a2"
  "/detail/8be42a90b1ce49e6a937d77e33f04ebe"
  "/detail/d92b802ac7a74c6c8e016fa09c141450"
  "/detail/e47d04e31b3d4a47bf25d0f5f545ba12"
  "/detail/ac7f00072f2a4f3aa1ecf623096e4da8"
  "/detail/c21799bca01b4daea4af8b407e627edd"
  "/detail/7501049ba4ab4919b96fdd2e6da55a7b"
  "/detail/dba5705345174f68b131e425b4df527f"
  "/detail/1b990647e7bf40ab84acce7649344f66"
  "/detail/226e15c39ed2481a8d37401e19131d78"
  "/detail/c6c244fecbb04c999bff987241025147"
  "/detail/88a853f8d360444f89bd1a3d16e2b226"
  "/detail/bab10fea66964cfa961d7c2a698b901f"
  "/detail/9ebf23abb9964b40965de55b46848131"
  "/detail/023a484de6d243f5b8fc1fdb79912167"
  "/detail/8cda064c1b2c4b92ad8acb3b9304a660"
  "/detail/1c5da60806ca4b2b90c57aed8c764e68"
  "/detail/7604073c50704eff91c818a6dd0efd4f"
  "/detail/aa0633837d8044d2968e25cf48b70685"
  "/detail/bdeca04863514d94ada203cf379ba2fc"
  "/detail/1ee8e66093ff45d5b3c8791eacf7cbf1"
  "/detail/206547b374dc44c8831cf84bc8881561"
  "/detail/70af0d914da54cff835c54d3fa45cad1"
  "/detail/aa2aaea69c47477aabc3aaf723766693"
  "/detail/2021ed3b275149c2a7bbcebcea3e3e51"
  "/detail/9bfd9318473e4c62b6e02fe5e6aeceb5"
  "/detail/a77e9a1a14d8494ea53ef8d70bdedeef"
  "/detail/7fa9143fc5814b5ab1698f13b42b9cc8"
  "/detail/9ed89748c8f246d8bca41141232f426c"
  "/detail/8a66d7f6b48d40f1850798de5fa21c96"
  "/detail/1acccc55af184996be768cf969f37c0c"
  "/detail/2ae07198dbfb46d4a6cddd41ff692c6d"
  "/detail/6cd1396ea58246d39a8de490c29b1324"
  "/detail/8035645a2210456985bb5ac7adc8ea97"
  "/detail/918362c75b23493ea15aa042b43277a6"
  "/detail/cd38b49b55824307ba643e86f68c315d"
  "/detail/d51afec457194113b22e81aeaf2fb93f"
  "/detail/bc3c0e1d84cb4fe89e0a4150a65baf77"
  "/detail/e997c8751fac4ca9859a9e9c9c97ec3c"
  "/detail/f61937c6d8c14ac9a980dd41edaf6915"
  "/detail/f74943b759ed4550a683a9bdb96b78a4"
  "/detail/7261d9ab18a942e8a68d3fd115da4e91"
  "/detail/3f19ce8e1b074cb2aea031802dec8b37"
  "/detail/b86222761d59446796e71081fafa78d5"
  "/detail/ec3238d9ab5b4f7baa8dfe840c4b0d21"
  "/detail/0d045d5a3cba40c49b279c1e4339a2a4"
  "/detail/4511fb71159940e1b51e3d1885d75f98"
  "/detail/3dda150f78bb400a90cbc7cbd15eba35"
  "/detail/0f00667e976a4fa1933fd5dd1abd3431"
  "/detail/905cdd327be941b28c590ccf7c84eaaf"
  "/detail/b1229cc5c707454fb5fdaa970e2e6f84"
  "/detail/c628f59954254962bc11917ab328d2d9"
  "/detail/26cfb58d138a4542ae52afd1e3593a6f"
  "/detail/1076c9e5754c45488a3fc0d8a44c638e"
  "/detail/6cb91170bc6641d8998f5f8886377c0c"
  "/detail/f3a7c98109c94a078cb1d75554b0e821"
  "/detail/adb42016585941a3982efe96f98dc6e9"
  "/detail/a493bc46f0044218a75e231431cdcdac"
  "/detail/5ebb1ee0ecab4305ae161be719f5a35e"
  "/detail/41fe9e0faf8a4c65854120f87c614bac"
  "/detail/d3f71faed3cc4b4f87c677874c73c272"
  "/detail/b6555215fc0f42fcb64e6bb393ecb1bf"
  "/detail/1693fcf925c44810a563279843271136"
  "/detail/fea120318c2d40e98928af68e6c9493c"
  "/detail/64c9ff68ae1f4e80a64a6be6d5d60df6"
  "/detail/0f12ca6072f448c1add7a35749bf5f36"
  "/detail/5d0cf988fb694dc687d8e084c0a13439"
  "/detail/21a826b452d540089c27676468a7f79d"
  "/detail/541d3d184f524bea9a11e8bc250e4e1b"
  "/detail/fe1bf031dd6741d19c5ea970c252cbdd"
  "/detail/09c7ae08e29247bc93d1743285a061ac"
  "/detail/6e727588a1ea4a51bd81e8646abb830b"
  "/detail/ba5091fc268742b98c1db12f2ea17931"
  "/detail/f474bedea62d4a53b963998157005ff3"
  "/detail/b4f8ad5aaba14d52987da89603d9adfe"
  "/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.48 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"""
    <õA6žmJ/§\n
    ¨hzeü-
    """
  b"Íþ»\x00\x03<Aà’¢©\x00¹bqp"
  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.