GET https://staging.ktm-sturm.de/ersatzteilfinder/50-sx-2019-modelcode-F6001S4

Query Metrics

113 Database Queries
101 Different statements
869.54 ms Query time

Queries

Group similar statements

# Time Info
1 0.85 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.18 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.46 ms
SELECT `key`, `value` FROM `app_config`
Parameters:
[]
4 0.29 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.48 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.39 ms
# seo-url::resolve
SELECT id, path_info pathInfo, is_canonical isCanonical, sales_channel_id salesChannelId FROM seo_url WHERE (language_id = ?) AND ((sales_channel_id = ? OR sales_channel_id IS NULL)) AND ((seo_path_info = ? OR seo_path_info = ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
  "ersatzteilfinder/50-sx-2019-modelcode-F6001S4"
  "ersatzteilfinder/50-sx-2019-modelcode-F6001S4/"
]
7 0.29 ms
# seo-url::resolve-fallback
SELECT path_info pathInfo, seo_path_info seoPathInfo FROM seo_url WHERE (language_id = ?) AND (sales_channel_id = ?) AND (path_info = ?) AND (is_canonical = 1) LIMIT 1
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
  "/ersatzteilfinder/50-sx-2019-modelcode-F6001S4"
]
8 0.70 ms
SELECT configuration_key, configuration_value FROM system_config WHERE sales_channel_id IS NULL ORDER BY sales_channel_id ASC
Parameters:
[]
9 0.38 ms
SELECT `name`, `path`, `author`, `self_managed`
                FROM `app`
                WHERE `active` = 1
Parameters:
[]
10 0.42 ms
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = ?) AND (token = ?) LIMIT 1
Parameters:
[
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
  "JDpJlaAg1ufEWsLIUOvFzn1CCOC5VoYs"
]
11 0.30 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.59 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.22 ms
# base-context-factory::sales-channel::association::domains::read
SELECT `sales_channel_domain`.`id` as `sales_channel_domain.id`, `sales_channel_domain`.`url` as `sales_channel_domain.url`, `sales_channel_domain`.`sales_channel_id` as `sales_channel_domain.salesChannelId`, `sales_channel_domain`.`language_id` as `sales_channel_domain.languageId`, `sales_channel_domain`.`currency_id` as `sales_channel_domain.currencyId`, `sales_channel_domain`.`snippet_set_id` as `sales_channel_domain.snippetSetId`, `sales_channel_domain`.`hreflang_use_only_locale` as `sales_channel_domain.hreflangUseOnlyLocale`, `sales_channel_domain`.`custom_fields` as `sales_channel_domain.customFields`, `sales_channel_domain`.`created_at` as `sales_channel_domain.createdAt`, `sales_channel_domain`.`updated_at` as `sales_channel_domain.updatedAt` FROM `sales_channel_domain` WHERE (`sales_channel_domain`.`sales_channel_id` IN (?))
Parameters:
[
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
]
14 0.25 ms
SELECT LOWER(HEX(`language.salesChannels.mapping`.`sales_channel_id`)) as `key`, GROUP_CONCAT(LOWER(HEX(`language.salesChannels.mapping`.`language_id`)) ) as `value` FROM `language` LEFT JOIN `sales_channel_language` `language.salesChannels.mapping` ON `language.salesChannels.mapping`.`language_id` = `language`.id WHERE ((`language`.`id` = ?)) AND (`language.salesChannels.mapping`.`sales_channel_id` IN (?)) GROUP BY `language.salesChannels.mapping`.`sales_channel_id`
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
]
15 0.46 ms
# base-context-factory::sales-channel::association::languages::read
SELECT `language`.`id` as `language.id`, `language`.`parent_id` as `language.parentId`, `language`.`locale_id` as `language.localeId`, `language`.`translation_code_id` as `language.translationCodeId`, `language`.`name` as `language.name`, `language`.`custom_fields` as `language.customFields`, `language`.`created_at` as `language.createdAt`, `language`.`updated_at` as `language.updatedAt`, `language.translationCode`.`id` as `language.translationCode.id`, `language.translationCode`.`code` as `language.translationCode.code`, `language.translationCode`.`created_at` as `language.translationCode.createdAt`, `language.translationCode`.`updated_at` as `language.translationCode.updatedAt`, `language.translationCode.translation.name`, `language.translationCode.translation.name` as `language.translationCode.name`, `language.translationCode.translation.territory`, `language.translationCode.translation.territory` as `language.translationCode.territory`, `language.translationCode.translation.customFields`, `language.translationCode.translation.customFields` as `language.translationCode.customFields`, `language.locale`.`id` as `language.locale.id`, `language.locale`.`code` as `language.locale.code`, `language.locale`.`created_at` as `language.locale.createdAt`, `language.locale`.`updated_at` as `language.locale.updatedAt`, `language.locale.translation.name`, `language.locale.translation.name` as `language.locale.name`, `language.locale.translation.territory`, `language.locale.translation.territory` as `language.locale.territory`, `language.locale.translation.customFields`, `language.locale.translation.customFields` as `language.locale.customFields` FROM `language` LEFT JOIN `locale` `language.translationCode` ON `language`.`translation_code_id` = `language.translationCode`.`id` LEFT JOIN `locale` `language.locale` ON `language`.`locale_id` = `language.locale`.`id` LEFT JOIN (SELECT `language.translationCode.translation`.`locale_id`, `language.translationCode.translation`.`name` as `language.translationCode.translation.name`, `language.translationCode.translation`.`territory` as `language.translationCode.translation.territory`, `language.translationCode.translation`.`custom_fields` as `language.translationCode.translation.customFields` FROM `locale_translation` `language.translationCode.translation` WHERE `language.translationCode.translation`.`language_id` = ?) `language.translationCode.locale_translation` ON `language.translationCode.locale_translation`.`locale_id` = `language.translationCode`.`id` LEFT JOIN (SELECT `language.locale.translation`.`locale_id`, `language.locale.translation`.`name` as `language.locale.translation.name`, `language.locale.translation`.`territory` as `language.locale.translation.territory`, `language.locale.translation`.`custom_fields` as `language.locale.translation.customFields` FROM `locale_translation` `language.locale.translation` WHERE `language.locale.translation`.`language_id` = ?) `language.locale.locale_translation` ON `language.locale.locale_translation`.`locale_id` = `language.locale`.`id` WHERE ((`language`.`id` = ?)) AND (`language`.`id` IN (?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
16 0.31 ms
# base-context-factory::currency::read
SELECT `currency`.`id` as `currency.id`, `currency`.`factor` as `currency.factor`, `currency`.`symbol` as `currency.symbol`, `currency`.`iso_code` as `currency.isoCode`, `currency`.`position` as `currency.position`, `currency`.`tax_free_from` as `currency.taxFreeFrom`, `currency`.`item_rounding` as `currency.itemRounding`, `currency`.`total_rounding` as `currency.totalRounding`, `currency`.`created_at` as `currency.createdAt`, `currency`.`updated_at` as `currency.updatedAt`, `currency.translation.shortName`, `currency.translation.shortName` as `currency.shortName`, `currency.translation.name`, `currency.translation.name` as `currency.name`, `currency.translation.customFields`, `currency.translation.customFields` as `currency.customFields` FROM `currency` LEFT JOIN (SELECT `currency.translation`.`currency_id`, `currency.translation`.`short_name` as `currency.translation.shortName`, `currency.translation`.`name` as `currency.translation.name`, `currency.translation`.`custom_fields` as `currency.translation.customFields` FROM `currency_translation` `currency.translation` WHERE `currency.translation`.`language_id` = ?) `currency.currency_translation` ON `currency.currency_translation`.`currency_id` = `currency`.`id` WHERE `currency`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"·ÒUK\fèGÍ‚ó¬›ÑÀßÊ"
]
17 0.35 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.33 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.21 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.81 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.75 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.55 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.23 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.32 ms
#cart-persister::load
            SELECT `cart`.`payload`, `cart`.`rule_ids`, `cart`.`compressed` FROM cart WHERE `token` = ?
Parameters:
[
  "JDpJlaAg1ufEWsLIUOvFzn1CCOC5VoYs"
]
25 0.38 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.65 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.47 ms
# app-scripts::refresh::search-ids
SELECT `app`.`id` FROM `app` WHERE (`app`.`active` = ? AND `app`.`self_managed` = ?)
Parameters:
[
  true
  false
]
28 0.58 ms
SELECT `app`.`id` as `app.id`, `app`.`name` as `app.name`, `app`.`path` as `app.path`, `app`.`author` as `app.author`, `app`.`copyright` as `app.copyright`, `app`.`license` as `app.license`, `app`.`active` as `app.active`, `app`.`configurable` as `app.configurable`, `app`.`privacy` as `app.privacy`, `app`.`version` as `app.version`, `app`.`icon` as `app.iconRaw`, `app`.`app_secret` as `app.appSecret`, `app`.`modules` as `app.modules`, `app`.`main_module` as `app.mainModule`, `app`.`cookies` as `app.cookies`, `app`.`allow_disable` as `app.allowDisable`, `app`.`base_app_url` as `app.baseAppUrl`, `app`.`allowed_hosts` as `app.allowedHosts`, `app`.`template_load_priority` as `app.templateLoadPriority`, `app`.`checkout_gateway_url` as `app.checkoutGatewayUrl`, `app`.`in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl`, `app`.`source_type` as `app.sourceType`, `app`.`source_config` as `app.sourceConfig`, `app`.`self_managed` as `app.selfManaged`, `app`.`integration_id` as `app.integrationId`, `app.integration`.`id` as `app.integration.id`, `app.integration`.`label` as `app.integration.label`, `app.integration`.`access_key` as `app.integration.accessKey`, `app.integration`.`secret_access_key` as `app.integration.secretAccessKey`, `app.integration`.`last_usage_at` as `app.integration.lastUsageAt`, `app.integration`.`admin` as `app.integration.admin`, `app.integration`.`custom_fields` as `app.integration.customFields`, `app.integration`.`deleted_at` as `app.integration.deletedAt`, `app.integration`.`created_at` as `app.integration.createdAt`, `app.integration`.`updated_at` as `app.integration.updatedAt`, `app`.`acl_role_id` as `app.aclRoleId`, `app.aclRole`.`id` as `app.aclRole.id`, `app.aclRole`.`name` as `app.aclRole.name`, `app.aclRole`.`description` as `app.aclRole.description`, `app.aclRole`.`privileges` as `app.aclRole.privileges`, `app.aclRole`.`deleted_at` as `app.aclRole.deletedAt`, `app.aclRole`.`created_at` as `app.aclRole.createdAt`, `app.aclRole`.`updated_at` as `app.aclRole.updatedAt`, `app`.`created_at` as `app.createdAt`, `app`.`updated_at` as `app.updatedAt`, `app.translation.label`, `app.translation.label` as `app.label`, `app.translation.description`, `app.translation.description` as `app.description`, `app.translation.privacyPolicyExtensions`, `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions`, `app.translation.customFields`, `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app`.`integration_id` = `app.integration`.`id` LEFT JOIN `acl_role` `app.aclRole` ON `app`.`acl_role_id` = `app.aclRole`.`id` LEFT JOIN (SELECT `app.translation`.`app_id`, `app.translation`.`label` as `app.translation.label`, `app.translation`.`description` as `app.translation.description`, `app.translation`.`privacy_policy_extensions` as `app.translation.privacyPolicyExtensions`, `app.translation`.`custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation`.`language_id` = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` WHERE `app`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01˜Ð \x06[p»¹á\f-¦²*C"
]
29 0.27 ms
SELECT `script`.`id` as `script.id`, `script`.`script` as `script.script`, `script`.`hook` as `script.hook`, `script`.`name` as `script.name`, `script`.`active` as `script.active`, `script`.`app_id` as `script.appId`, `script`.`created_at` as `script.createdAt`, `script`.`updated_at` as `script.updatedAt` FROM `script` WHERE (`script`.`app_id` IN (?))
Parameters:
[
  b"\x01˜Ð \x06[p»¹á\f-¦²*C"
]
30 0.63 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.22 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.36 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.21 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.19 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.90 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.60 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.33 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.63 ms
SELECT LOWER(HEX(`category`.`parent_id`)) as `category-ids.key`, COUNT(`category`.`id`) as `category-ids.count`, COUNT(DISTINCT `category`.`id`) as `visible-children-count` FROM `category` WHERE (`category`.`version_id` = ?) AND ((`category`.`path` LIKE ? AND `category`.`level` = ? AND `category`.`active` = ? AND `category`.`visible` = ?)) GROUP BY `category`.`parent_id`
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  "%|79a36140a28a4ce6ac6d0e2ced062741|%"
  12
  true
  true
]
39 0.53 ms
# header::navigation::read
SELECT `category`.`id` as `category.id`, `category`.`version_id` as `category.versionId`, `category`.`parent_id` as `category.parentId`, `category`.`parent_version_id` as `category.parentVersionId`, `category`.`after_category_id` as `category.afterCategoryId`, `category`.`after_category_version_id` as `category.afterCategoryVersionId`, `category`.`media_id` as `category.mediaId`, `category`.`display_nested_products` as `category.displayNestedProducts`, `category`.`auto_increment` as `category.autoIncrement`, `category`.`level` as `category.level`, `category`.`path` as `category.path`, `category`.`child_count` as `category.childCount`, `category`.`type` as `category.type`, `category`.`product_assignment_type` as `category.productAssignmentType`, `category`.`visible` as `category.visible`, `category`.`active` as `category.active`, `category`.`cms_page_id` as `category.cmsPageId`, `category`.`cms_page_version_id` as `category.cmsPageVersionId`, `category`.`product_stream_id` as `category.productStreamId`, `category`.`custom_entity_type_id` as `category.customEntityTypeId`, `category`.`created_at` as `category.createdAt`, `category`.`updated_at` as `category.updatedAt`, `category.media`.`id` as `category.media.id`, `category.media`.`user_id` as `category.media.userId`, `category.media`.`media_folder_id` as `category.media.mediaFolderId`, `category.media`.`mime_type` as `category.media.mimeType`, `category.media`.`file_extension` as `category.media.fileExtension`, `category.media`.`uploaded_at` as `category.media.uploadedAt`, `category.media`.`file_name` as `category.media.fileName`, `category.media`.`file_size` as `category.media.fileSize`, `category.media`.`media_type` as `category.media.mediaTypeRaw`, `category.media`.`meta_data` as `category.media.metaData`, `category.media`.`config` as `category.media.config`, `category.media`.`path` as `category.media.path`, `category.media`.`private` as `category.media.private`, `category.media`.`thumbnails_ro` as `category.media.thumbnailsRo`, `category.media`.`created_at` as `category.media.createdAt`, `category.media`.`updated_at` as `category.media.updatedAt`, `category.media.translation.title`, `category.media.translation.title` as `category.media.title`, `category.media.translation.alt`, `category.media.translation.alt` as `category.media.alt`, `category.media.translation.customFields`, `category.media.translation.customFields` as `category.media.customFields`, `category.translation.name`, `category.translation.name` as `category.name`, `category.translation.breadcrumb`, `category.translation.breadcrumb` as `category.breadcrumb`, `category.translation.slotConfig`, `category.translation.slotConfig` as `category.slotConfig`, `category.translation.linkType`, `category.translation.linkType` as `category.linkType`, `category.translation.internalLink`, `category.translation.internalLink` as `category.internalLink`, `category.translation.externalLink`, `category.translation.externalLink` as `category.externalLink`, `category.translation.linkNewTab`, `category.translation.linkNewTab` as `category.linkNewTab`, `category.translation.description`, `category.translation.description` as `category.description`, `category.translation.metaTitle`, `category.translation.metaTitle` as `category.metaTitle`, `category.translation.metaDescription`, `category.translation.metaDescription` as `category.metaDescription`, `category.translation.keywords`, `category.translation.keywords` as `category.keywords`, `category.translation.customFields`, `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category`.`media_id` = `category.media`.`id` LEFT JOIN (SELECT `category.translation`.`category_id`, `category.translation`.`category_version_id`, `category.translation`.`breadcrumb` as `category.translation.breadcrumb`, `category.translation`.`name` as `category.translation.name`, `category.translation`.`custom_fields` as `category.translation.customFields`, `category.translation`.`slot_config` as `category.translation.slotConfig`, `category.translation`.`link_type` as `category.translation.linkType`, `category.translation`.`internal_link` as `category.translation.internalLink`, `category.translation`.`external_link` as `category.translation.externalLink`, `category.translation`.`link_new_tab` as `category.translation.linkNewTab`, `category.translation`.`description` as `category.translation.description`, `category.translation`.`meta_title` as `category.translation.metaTitle`, `category.translation`.`meta_description` as `category.translation.metaDescription`, `category.translation`.`keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation`.`language_id` = ?) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.`category_version_id` = `category`.`version_id` LEFT JOIN (SELECT `category.media.translation`.`media_id`, `category.media.translation`.`alt` as `category.media.translation.alt`, `category.media.translation`.`title` as `category.media.translation.title`, `category.media.translation`.`custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation`.`language_id` = ?) `category.media.media_translation` ON `category.media.media_translation`.`media_id` = `category.media`.`id` WHERE (`category`.`version_id` = ?) AND (`category`.`id` IN (?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
]
40 0.81 ms
# header::languages::search-ids
SELECT `language`.`id` FROM `language` LEFT JOIN `sales_channel_domain` `language.salesChannelDomains` ON `language`.`id` = `language.salesChannelDomains`.`language_id` LEFT JOIN `sales_channel_language` `language.salesChannels.mapping` ON `language`.`id` = `language.salesChannels.mapping`.`language_id`  LEFT JOIN `sales_channel` `language.salesChannels` ON `language.salesChannels.mapping`.`sales_channel_id` = `language.salesChannels`.`id`  WHERE (`language.salesChannelDomains`.`sales_channel_id` = ? AND `language.salesChannels`.`id` = ?) GROUP BY `language`.`id` ORDER BY MIN(`language`.`name`) ASC
Parameters:
[
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
]
41 0.54 ms
# header::languages::read
SELECT `language`.`id` as `language.id`, `language`.`parent_id` as `language.parentId`, `language`.`locale_id` as `language.localeId`, `language`.`translation_code_id` as `language.translationCodeId`, `language`.`name` as `language.name`, `language`.`custom_fields` as `language.customFields`, `language`.`created_at` as `language.createdAt`, `language`.`updated_at` as `language.updatedAt`, `language.productSearchConfig`.`id` as `language.productSearchConfig.id`, `language.productSearchConfig`.`language_id` as `language.productSearchConfig.languageId`, `language.productSearchConfig`.`and_logic` as `language.productSearchConfig.andLogic`, `language.productSearchConfig`.`min_search_length` as `language.productSearchConfig.minSearchLength`, `language.productSearchConfig`.`excluded_terms` as `language.productSearchConfig.excludedTerms`, `language.productSearchConfig`.`created_at` as `language.productSearchConfig.createdAt`, `language.productSearchConfig`.`updated_at` as `language.productSearchConfig.updatedAt`, `language.translationCode`.`id` as `language.translationCode.id`, `language.translationCode`.`code` as `language.translationCode.code`, `language.translationCode`.`created_at` as `language.translationCode.createdAt`, `language.translationCode`.`updated_at` as `language.translationCode.updatedAt`, `language.translationCode.translation.name`, `language.translationCode.translation.name` as `language.translationCode.name`, `language.translationCode.translation.territory`, `language.translationCode.translation.territory` as `language.translationCode.territory`, `language.translationCode.translation.customFields`, `language.translationCode.translation.customFields` as `language.translationCode.customFields` FROM `language` LEFT JOIN `product_search_config` `language.productSearchConfig` ON `language`.`id` = `language.productSearchConfig`.`language_id` LEFT JOIN `locale` `language.translationCode` ON `language`.`translation_code_id` = `language.translationCode`.`id` LEFT JOIN (SELECT `language.translationCode.translation`.`locale_id`, `language.translationCode.translation`.`name` as `language.translationCode.translation.name`, `language.translationCode.translation`.`territory` as `language.translationCode.translation.territory`, `language.translationCode.translation`.`custom_fields` as `language.translationCode.translation.customFields` FROM `locale_translation` `language.translationCode.translation` WHERE `language.translationCode.translation`.`language_id` = ?) `language.translationCode.locale_translation` ON `language.translationCode.locale_translation`.`locale_id` = `language.translationCode`.`id` WHERE `language`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
42 0.26 ms
# header::currencies::search-ids
SELECT `currency`.`id` FROM `currency` LEFT JOIN `sales_channel_currency` `currency.salesChannels.mapping` ON `currency`.`id` = `currency.salesChannels.mapping`.`currency_id`  LEFT JOIN `sales_channel` `currency.salesChannels` ON `currency.salesChannels.mapping`.`sales_channel_id` = `currency.salesChannels`.`id`  WHERE (`currency.salesChannels`.`id` = ?) GROUP BY `currency`.`id`
Parameters:
[
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
]
43 0.25 ms
# header::currencies::read
SELECT `currency`.`id` as `currency.id`, `currency`.`factor` as `currency.factor`, `currency`.`symbol` as `currency.symbol`, `currency`.`iso_code` as `currency.isoCode`, `currency`.`position` as `currency.position`, `currency`.`tax_free_from` as `currency.taxFreeFrom`, `currency`.`item_rounding` as `currency.itemRounding`, `currency`.`total_rounding` as `currency.totalRounding`, `currency`.`created_at` as `currency.createdAt`, `currency`.`updated_at` as `currency.updatedAt`, `currency.translation.shortName`, `currency.translation.shortName` as `currency.shortName`, `currency.translation.name`, `currency.translation.name` as `currency.name`, `currency.translation.customFields`, `currency.translation.customFields` as `currency.customFields` FROM `currency` LEFT JOIN (SELECT `currency.translation`.`currency_id`, `currency.translation`.`short_name` as `currency.translation.shortName`, `currency.translation`.`name` as `currency.translation.name`, `currency.translation`.`custom_fields` as `currency.translation.customFields` FROM `currency_translation` `currency.translation` WHERE `currency.translation`.`language_id` = ?) `currency.currency_translation` ON `currency.currency_translation`.`currency_id` = `currency`.`id` WHERE `currency`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"·ÒUK\fèGÍ‚ó¬›ÑÀßÊ"
]
44 0.25 ms
# navigation-route::meta-information
            SELECT LOWER(HEX(`id`)), `path`, `level`
            FROM `category`
            WHERE `id` = ? OR `parent_id` = ? OR `id` = ?
Parameters:
[
  b"Ý£ì_Û€B¬¸øÈA÷\x0Eþ‹"
  b"Ý£ì_Û€B¬¸øÈA÷\x0Eþ‹"
  b"Ý£ì_Û€B¬¸øÈA÷\x0Eþ‹"
]
45 1.53 ms
# header::navigation::read
SELECT `category`.`id` as `category.id`, `category`.`version_id` as `category.versionId`, `category`.`parent_id` as `category.parentId`, `category`.`parent_version_id` as `category.parentVersionId`, `category`.`after_category_id` as `category.afterCategoryId`, `category`.`after_category_version_id` as `category.afterCategoryVersionId`, `category`.`media_id` as `category.mediaId`, `category`.`display_nested_products` as `category.displayNestedProducts`, `category`.`auto_increment` as `category.autoIncrement`, `category`.`level` as `category.level`, `category`.`path` as `category.path`, `category`.`child_count` as `category.childCount`, `category`.`type` as `category.type`, `category`.`product_assignment_type` as `category.productAssignmentType`, `category`.`visible` as `category.visible`, `category`.`active` as `category.active`, `category`.`cms_page_id` as `category.cmsPageId`, `category`.`cms_page_version_id` as `category.cmsPageVersionId`, `category`.`product_stream_id` as `category.productStreamId`, `category`.`custom_entity_type_id` as `category.customEntityTypeId`, `category`.`created_at` as `category.createdAt`, `category`.`updated_at` as `category.updatedAt`, `category.media`.`id` as `category.media.id`, `category.media`.`user_id` as `category.media.userId`, `category.media`.`media_folder_id` as `category.media.mediaFolderId`, `category.media`.`mime_type` as `category.media.mimeType`, `category.media`.`file_extension` as `category.media.fileExtension`, `category.media`.`uploaded_at` as `category.media.uploadedAt`, `category.media`.`file_name` as `category.media.fileName`, `category.media`.`file_size` as `category.media.fileSize`, `category.media`.`media_type` as `category.media.mediaTypeRaw`, `category.media`.`meta_data` as `category.media.metaData`, `category.media`.`config` as `category.media.config`, `category.media`.`path` as `category.media.path`, `category.media`.`private` as `category.media.private`, `category.media`.`thumbnails_ro` as `category.media.thumbnailsRo`, `category.media`.`created_at` as `category.media.createdAt`, `category.media`.`updated_at` as `category.media.updatedAt`, `category.media.translation.title`, `category.media.translation.title` as `category.media.title`, `category.media.translation.alt`, `category.media.translation.alt` as `category.media.alt`, `category.media.translation.customFields`, `category.media.translation.customFields` as `category.media.customFields`, `category.translation.name`, `category.translation.name` as `category.name`, `category.translation.breadcrumb`, `category.translation.breadcrumb` as `category.breadcrumb`, `category.translation.slotConfig`, `category.translation.slotConfig` as `category.slotConfig`, `category.translation.linkType`, `category.translation.linkType` as `category.linkType`, `category.translation.internalLink`, `category.translation.internalLink` as `category.internalLink`, `category.translation.externalLink`, `category.translation.externalLink` as `category.externalLink`, `category.translation.linkNewTab`, `category.translation.linkNewTab` as `category.linkNewTab`, `category.translation.description`, `category.translation.description` as `category.description`, `category.translation.metaTitle`, `category.translation.metaTitle` as `category.metaTitle`, `category.translation.metaDescription`, `category.translation.metaDescription` as `category.metaDescription`, `category.translation.keywords`, `category.translation.keywords` as `category.keywords`, `category.translation.customFields`, `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category`.`media_id` = `category.media`.`id` LEFT JOIN (SELECT `category.translation`.`category_id`, `category.translation`.`category_version_id`, `category.translation`.`breadcrumb` as `category.translation.breadcrumb`, `category.translation`.`name` as `category.translation.name`, `category.translation`.`custom_fields` as `category.translation.customFields`, `category.translation`.`slot_config` as `category.translation.slotConfig`, `category.translation`.`link_type` as `category.translation.linkType`, `category.translation`.`internal_link` as `category.translation.internalLink`, `category.translation`.`external_link` as `category.translation.externalLink`, `category.translation`.`link_new_tab` as `category.translation.linkNewTab`, `category.translation`.`description` as `category.translation.description`, `category.translation`.`meta_title` as `category.translation.metaTitle`, `category.translation`.`meta_description` as `category.translation.metaDescription`, `category.translation`.`keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation`.`language_id` = ?) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.`category_version_id` = `category`.`version_id` LEFT JOIN (SELECT `category.media.translation`.`media_id`, `category.media.translation`.`alt` as `category.media.translation.alt`, `category.media.translation`.`title` as `category.media.translation.title`, `category.media.translation`.`custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation`.`language_id` = ?) `category.media.media_translation` ON `category.media.media_translation`.`media_id` = `category.media`.`id` WHERE (`category`.`version_id` = ?) AND ((`category`.`path` LIKE ? AND (`category`.`level` > ? AND `category`.`level` <= ?)))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  "%|dda3ec5fdb8042acb8f8c841f70efe8b|%"
  1
  4
]
46 0.84 ms
SELECT LOWER(HEX(`category`.`parent_id`)) as `category-ids.key`, COUNT(`category`.`id`) as `category-ids.count`, COUNT(DISTINCT `category`.`id`) as `visible-children-count` FROM `category` WHERE (`category`.`version_id` = ?) AND ((`category`.`path` LIKE ? AND `category`.`level` = ? AND `category`.`active` = ? AND `category`.`visible` = ?)) GROUP BY `category`.`parent_id`
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  "%|dda3ec5fdb8042acb8f8c841f70efe8b|%"
  4
  true
  true
]
47 0.47 ms
# header::navigation::read
SELECT `category`.`id` as `category.id`, `category`.`version_id` as `category.versionId`, `category`.`parent_id` as `category.parentId`, `category`.`parent_version_id` as `category.parentVersionId`, `category`.`after_category_id` as `category.afterCategoryId`, `category`.`after_category_version_id` as `category.afterCategoryVersionId`, `category`.`media_id` as `category.mediaId`, `category`.`display_nested_products` as `category.displayNestedProducts`, `category`.`auto_increment` as `category.autoIncrement`, `category`.`level` as `category.level`, `category`.`path` as `category.path`, `category`.`child_count` as `category.childCount`, `category`.`type` as `category.type`, `category`.`product_assignment_type` as `category.productAssignmentType`, `category`.`visible` as `category.visible`, `category`.`active` as `category.active`, `category`.`cms_page_id` as `category.cmsPageId`, `category`.`cms_page_version_id` as `category.cmsPageVersionId`, `category`.`product_stream_id` as `category.productStreamId`, `category`.`custom_entity_type_id` as `category.customEntityTypeId`, `category`.`created_at` as `category.createdAt`, `category`.`updated_at` as `category.updatedAt`, `category.media`.`id` as `category.media.id`, `category.media`.`user_id` as `category.media.userId`, `category.media`.`media_folder_id` as `category.media.mediaFolderId`, `category.media`.`mime_type` as `category.media.mimeType`, `category.media`.`file_extension` as `category.media.fileExtension`, `category.media`.`uploaded_at` as `category.media.uploadedAt`, `category.media`.`file_name` as `category.media.fileName`, `category.media`.`file_size` as `category.media.fileSize`, `category.media`.`media_type` as `category.media.mediaTypeRaw`, `category.media`.`meta_data` as `category.media.metaData`, `category.media`.`config` as `category.media.config`, `category.media`.`path` as `category.media.path`, `category.media`.`private` as `category.media.private`, `category.media`.`thumbnails_ro` as `category.media.thumbnailsRo`, `category.media`.`created_at` as `category.media.createdAt`, `category.media`.`updated_at` as `category.media.updatedAt`, `category.media.translation.title`, `category.media.translation.title` as `category.media.title`, `category.media.translation.alt`, `category.media.translation.alt` as `category.media.alt`, `category.media.translation.customFields`, `category.media.translation.customFields` as `category.media.customFields`, `category.translation.name`, `category.translation.name` as `category.name`, `category.translation.breadcrumb`, `category.translation.breadcrumb` as `category.breadcrumb`, `category.translation.slotConfig`, `category.translation.slotConfig` as `category.slotConfig`, `category.translation.linkType`, `category.translation.linkType` as `category.linkType`, `category.translation.internalLink`, `category.translation.internalLink` as `category.internalLink`, `category.translation.externalLink`, `category.translation.externalLink` as `category.externalLink`, `category.translation.linkNewTab`, `category.translation.linkNewTab` as `category.linkNewTab`, `category.translation.description`, `category.translation.description` as `category.description`, `category.translation.metaTitle`, `category.translation.metaTitle` as `category.metaTitle`, `category.translation.metaDescription`, `category.translation.metaDescription` as `category.metaDescription`, `category.translation.keywords`, `category.translation.keywords` as `category.keywords`, `category.translation.customFields`, `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category`.`media_id` = `category.media`.`id` LEFT JOIN (SELECT `category.translation`.`category_id`, `category.translation`.`category_version_id`, `category.translation`.`breadcrumb` as `category.translation.breadcrumb`, `category.translation`.`name` as `category.translation.name`, `category.translation`.`custom_fields` as `category.translation.customFields`, `category.translation`.`slot_config` as `category.translation.slotConfig`, `category.translation`.`link_type` as `category.translation.linkType`, `category.translation`.`internal_link` as `category.translation.internalLink`, `category.translation`.`external_link` as `category.translation.externalLink`, `category.translation`.`link_new_tab` as `category.translation.linkNewTab`, `category.translation`.`description` as `category.translation.description`, `category.translation`.`meta_title` as `category.translation.metaTitle`, `category.translation`.`meta_description` as `category.translation.metaDescription`, `category.translation`.`keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation`.`language_id` = ?) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.`category_version_id` = `category`.`version_id` LEFT JOIN (SELECT `category.media.translation`.`media_id`, `category.media.translation`.`alt` as `category.media.translation.alt`, `category.media.translation`.`title` as `category.media.translation.title`, `category.media.translation`.`custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation`.`language_id` = ?) `category.media.media_translation` ON `category.media.media_translation`.`media_id` = `category.media`.`id` WHERE (`category`.`version_id` = ?) AND (`category`.`id` IN (?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"Ý£ì_Û€B¬¸øÈA÷\x0Eþ‹"
]
48 0.60 ms
# footer-pagelet::payment-methods::search-ids
SELECT `payment_method`.`id` FROM `payment_method` LEFT JOIN `sales_channel_payment_method` `payment_method.salesChannels.mapping` ON `payment_method`.`id` = `payment_method.salesChannels.mapping`.`payment_method_id`  LEFT JOIN `sales_channel` `payment_method.salesChannels` ON `payment_method.salesChannels.mapping`.`sales_channel_id` = `payment_method.salesChannels`.`id`  WHERE (`payment_method`.`active` = ? AND `payment_method.salesChannels`.`id` = ?) GROUP BY `payment_method`.`id` ORDER BY MIN(`payment_method`.`position`) ASC
Parameters:
[
  true
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
]
49 0.65 ms
# footer-pagelet::payment-methods::read
SELECT `payment_method`.`id` as `payment_method.id`, `payment_method`.`plugin_id` as `payment_method.pluginId`, `payment_method`.`handler_identifier` as `payment_method.handlerIdentifier`, `payment_method`.`position` as `payment_method.position`, `payment_method`.`active` as `payment_method.active`, `payment_method`.`after_order_enabled` as `payment_method.afterOrderEnabled`, `payment_method`.`availability_rule_id` as `payment_method.availabilityRuleId`, `payment_method`.`media_id` as `payment_method.mediaId`, `payment_method.appPaymentMethod`.`id` as `payment_method.appPaymentMethod.id`, `payment_method.appPaymentMethod`.`app_name` as `payment_method.appPaymentMethod.appName`, `payment_method.appPaymentMethod`.`identifier` as `payment_method.appPaymentMethod.identifier`, `payment_method.appPaymentMethod`.`pay_url` as `payment_method.appPaymentMethod.payUrl`, `payment_method.appPaymentMethod`.`finalize_url` as `payment_method.appPaymentMethod.finalizeUrl`, `payment_method.appPaymentMethod`.`validate_url` as `payment_method.appPaymentMethod.validateUrl`, `payment_method.appPaymentMethod`.`capture_url` as `payment_method.appPaymentMethod.captureUrl`, `payment_method.appPaymentMethod`.`refund_url` as `payment_method.appPaymentMethod.refundUrl`, `payment_method.appPaymentMethod`.`recurring_url` as `payment_method.appPaymentMethod.recurringUrl`, `payment_method.appPaymentMethod`.`app_id` as `payment_method.appPaymentMethod.appId`, `payment_method.appPaymentMethod`.`original_media_id` as `payment_method.appPaymentMethod.originalMediaId`, `payment_method.appPaymentMethod`.`payment_method_id` as `payment_method.appPaymentMethod.paymentMethodId`, `payment_method.appPaymentMethod`.`created_at` as `payment_method.appPaymentMethod.createdAt`, `payment_method.appPaymentMethod`.`updated_at` as `payment_method.appPaymentMethod.updatedAt`, `payment_method`.`technical_name` as `payment_method.technicalName`, `payment_method`.`created_at` as `payment_method.createdAt`, `payment_method`.`updated_at` as `payment_method.updatedAt`, `payment_method.media`.`id` as `payment_method.media.id`, `payment_method.media`.`user_id` as `payment_method.media.userId`, `payment_method.media`.`media_folder_id` as `payment_method.media.mediaFolderId`, `payment_method.media`.`mime_type` as `payment_method.media.mimeType`, `payment_method.media`.`file_extension` as `payment_method.media.fileExtension`, `payment_method.media`.`uploaded_at` as `payment_method.media.uploadedAt`, `payment_method.media`.`file_name` as `payment_method.media.fileName`, `payment_method.media`.`file_size` as `payment_method.media.fileSize`, `payment_method.media`.`media_type` as `payment_method.media.mediaTypeRaw`, `payment_method.media`.`meta_data` as `payment_method.media.metaData`, `payment_method.media`.`config` as `payment_method.media.config`, `payment_method.media`.`path` as `payment_method.media.path`, `payment_method.media`.`private` as `payment_method.media.private`, `payment_method.media`.`thumbnails_ro` as `payment_method.media.thumbnailsRo`, `payment_method.media`.`created_at` as `payment_method.media.createdAt`, `payment_method.media`.`updated_at` as `payment_method.media.updatedAt`, `payment_method.media.translation.title`, `payment_method.media.translation.title` as `payment_method.media.title`, `payment_method.media.translation.alt`, `payment_method.media.translation.alt` as `payment_method.media.alt`, `payment_method.media.translation.customFields`, `payment_method.media.translation.customFields` as `payment_method.media.customFields`, `payment_method.translation.name`, `payment_method.translation.name` as `payment_method.name`, `payment_method.translation.distinguishableName`, `payment_method.translation.distinguishableName` as `payment_method.distinguishableName`, `payment_method.translation.description`, `payment_method.translation.description` as `payment_method.description`, `payment_method.translation.customFields`, `payment_method.translation.customFields` as `payment_method.customFields` FROM `payment_method` LEFT JOIN `app_payment_method` `payment_method.appPaymentMethod` ON `payment_method`.`id` = `payment_method.appPaymentMethod`.`payment_method_id` LEFT JOIN `media` `payment_method.media` ON `payment_method`.`media_id` = `payment_method.media`.`id` LEFT JOIN (SELECT `payment_method.translation`.`payment_method_id`, `payment_method.translation`.`name` as `payment_method.translation.name`, `payment_method.translation`.`distinguishable_name` as `payment_method.translation.distinguishableName`, `payment_method.translation`.`description` as `payment_method.translation.description`, `payment_method.translation`.`custom_fields` as `payment_method.translation.customFields` FROM `payment_method_translation` `payment_method.translation` WHERE `payment_method.translation`.`language_id` = ?) `payment_method.payment_method_translation` ON `payment_method.payment_method_translation`.`payment_method_id` = `payment_method`.`id` LEFT JOIN (SELECT `payment_method.media.translation`.`media_id`, `payment_method.media.translation`.`alt` as `payment_method.media.translation.alt`, `payment_method.media.translation`.`title` as `payment_method.media.translation.title`, `payment_method.media.translation`.`custom_fields` as `payment_method.media.translation.customFields` FROM `media_translation` `payment_method.media.translation` WHERE `payment_method.media.translation`.`language_id` = ?) `payment_method.media.media_translation` ON `payment_method.media.media_translation`.`media_id` = `payment_method.media`.`id` WHERE `payment_method`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"p\x7F´/rJEGá$Ø\x18\eFy▀"
  b"$)v‹Ì\x04Eüƒð?·Í2\x02%"
  b"=\x16uıã;O\x13©1\eì}:\x1D×"
  b"E;|™\x7FVO¾¼HZ4ä(r¡"
  b"iŒØ\e’•Hæ³JkΧ¸v‘"
  b"”ú_›Ž¬JgŒÕ\x13ð½ß\x1Er"
  b"W}╗p/ìG\r®x\x12\x1D7╔B-"
  b"\x1FäÀ\x13\x1F¦BÓªLƒ\v³ž¯A"
  b"±¶ƒi‹\x11@E±¢¿T½\x16Õ,"
]
50 0.65 ms
# footer-pagelet::shipping-methods::search-ids
SELECT `shipping_method`.`id` FROM `shipping_method` LEFT JOIN `sales_channel_shipping_method` `shipping_method.salesChannels.mapping` ON `shipping_method`.`id` = `shipping_method.salesChannels.mapping`.`shipping_method_id`  LEFT JOIN (SELECT `shipping_method.translation`.`shipping_method_id`, `shipping_method.translation`.`name` as `shipping_method.translation.name` FROM `shipping_method_translation` `shipping_method.translation` WHERE `shipping_method.translation`.`language_id` = ?) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation`.`shipping_method_id` = `shipping_method`.`id` LEFT JOIN `sales_channel` `shipping_method.salesChannels` ON `shipping_method.salesChannels.mapping`.`sales_channel_id` = `shipping_method.salesChannels`.`id`  WHERE (`shipping_method`.`active` = ? AND `shipping_method.salesChannels`.`id` = ?) GROUP BY `shipping_method`.`id` ORDER BY MIN(`shipping_method`.`position`) ASC, MIN(COALESCE(`shipping_method.translation.name`)) ASC
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  true
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
]
51 0.64 ms
# footer-pagelet::shipping-methods::read
SELECT `shipping_method`.`id` as `shipping_method.id`, `shipping_method`.`active` as `shipping_method.active`, `shipping_method`.`position` as `shipping_method.position`, `shipping_method`.`availability_rule_id` as `shipping_method.availabilityRuleId`, `shipping_method`.`media_id` as `shipping_method.mediaId`, `shipping_method`.`delivery_time_id` as `shipping_method.deliveryTimeId`, `shipping_method`.`tax_type` as `shipping_method.taxType`, `shipping_method`.`tax_id` as `shipping_method.taxId`, `shipping_method.deliveryTime`.`id` as `shipping_method.deliveryTime.id`, `shipping_method.deliveryTime`.`min` as `shipping_method.deliveryTime.min`, `shipping_method.deliveryTime`.`max` as `shipping_method.deliveryTime.max`, `shipping_method.deliveryTime`.`unit` as `shipping_method.deliveryTime.unit`, `shipping_method.deliveryTime`.`created_at` as `shipping_method.deliveryTime.createdAt`, `shipping_method.deliveryTime`.`updated_at` as `shipping_method.deliveryTime.updatedAt`, `shipping_method.deliveryTime.translation.name`, `shipping_method.deliveryTime.translation.name` as `shipping_method.deliveryTime.name`, `shipping_method.deliveryTime.translation.customFields`, `shipping_method.deliveryTime.translation.customFields` as `shipping_method.deliveryTime.customFields`, `shipping_method.appShippingMethod`.`id` as `shipping_method.appShippingMethod.id`, `shipping_method.appShippingMethod`.`app_name` as `shipping_method.appShippingMethod.appName`, `shipping_method.appShippingMethod`.`identifier` as `shipping_method.appShippingMethod.identifier`, `shipping_method.appShippingMethod`.`app_id` as `shipping_method.appShippingMethod.appId`, `shipping_method.appShippingMethod`.`shipping_method_id` as `shipping_method.appShippingMethod.shippingMethodId`, `shipping_method.appShippingMethod`.`original_media_id` as `shipping_method.appShippingMethod.originalMediaId`, `shipping_method.appShippingMethod`.`created_at` as `shipping_method.appShippingMethod.createdAt`, `shipping_method.appShippingMethod`.`updated_at` as `shipping_method.appShippingMethod.updatedAt`, `shipping_method`.`technical_name` as `shipping_method.technicalName`, `shipping_method`.`created_at` as `shipping_method.createdAt`, `shipping_method`.`updated_at` as `shipping_method.updatedAt`, `shipping_method.media`.`id` as `shipping_method.media.id`, `shipping_method.media`.`user_id` as `shipping_method.media.userId`, `shipping_method.media`.`media_folder_id` as `shipping_method.media.mediaFolderId`, `shipping_method.media`.`mime_type` as `shipping_method.media.mimeType`, `shipping_method.media`.`file_extension` as `shipping_method.media.fileExtension`, `shipping_method.media`.`uploaded_at` as `shipping_method.media.uploadedAt`, `shipping_method.media`.`file_name` as `shipping_method.media.fileName`, `shipping_method.media`.`file_size` as `shipping_method.media.fileSize`, `shipping_method.media`.`media_type` as `shipping_method.media.mediaTypeRaw`, `shipping_method.media`.`meta_data` as `shipping_method.media.metaData`, `shipping_method.media`.`config` as `shipping_method.media.config`, `shipping_method.media`.`path` as `shipping_method.media.path`, `shipping_method.media`.`private` as `shipping_method.media.private`, `shipping_method.media`.`thumbnails_ro` as `shipping_method.media.thumbnailsRo`, `shipping_method.media`.`created_at` as `shipping_method.media.createdAt`, `shipping_method.media`.`updated_at` as `shipping_method.media.updatedAt`, `shipping_method.media.translation.title`, `shipping_method.media.translation.title` as `shipping_method.media.title`, `shipping_method.media.translation.alt`, `shipping_method.media.translation.alt` as `shipping_method.media.alt`, `shipping_method.media.translation.customFields`, `shipping_method.media.translation.customFields` as `shipping_method.media.customFields`, `shipping_method.translation.name`, `shipping_method.translation.name` as `shipping_method.name`, `shipping_method.translation.description`, `shipping_method.translation.description` as `shipping_method.description`, `shipping_method.translation.trackingUrl`, `shipping_method.translation.trackingUrl` as `shipping_method.trackingUrl`, `shipping_method.translation.customFields`, `shipping_method.translation.customFields` as `shipping_method.customFields` FROM `shipping_method` LEFT JOIN `delivery_time` `shipping_method.deliveryTime` ON `shipping_method`.`delivery_time_id` = `shipping_method.deliveryTime`.`id` LEFT JOIN `app_shipping_method` `shipping_method.appShippingMethod` ON `shipping_method`.`id` = `shipping_method.appShippingMethod`.`shipping_method_id` LEFT JOIN `media` `shipping_method.media` ON `shipping_method`.`media_id` = `shipping_method.media`.`id` LEFT JOIN (SELECT `shipping_method.translation`.`shipping_method_id`, `shipping_method.translation`.`name` as `shipping_method.translation.name`, `shipping_method.translation`.`custom_fields` as `shipping_method.translation.customFields`, `shipping_method.translation`.`description` as `shipping_method.translation.description`, `shipping_method.translation`.`tracking_url` as `shipping_method.translation.trackingUrl` FROM `shipping_method_translation` `shipping_method.translation` WHERE `shipping_method.translation`.`language_id` = ?) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation`.`shipping_method_id` = `shipping_method`.`id` LEFT JOIN (SELECT `shipping_method.deliveryTime.translation`.`delivery_time_id`, `shipping_method.deliveryTime.translation`.`name` as `shipping_method.deliveryTime.translation.name`, `shipping_method.deliveryTime.translation`.`custom_fields` as `shipping_method.deliveryTime.translation.customFields` FROM `delivery_time_translation` `shipping_method.deliveryTime.translation` WHERE `shipping_method.deliveryTime.translation`.`language_id` = ?) `shipping_method.deliveryTime.delivery_time_translation` ON `shipping_method.deliveryTime.delivery_time_translation`.`delivery_time_id` = `shipping_method.deliveryTime`.`id` LEFT JOIN (SELECT `shipping_method.media.translation`.`media_id`, `shipping_method.media.translation`.`alt` as `shipping_method.media.translation.alt`, `shipping_method.media.translation`.`title` as `shipping_method.media.translation.title`, `shipping_method.media.translation`.`custom_fields` as `shipping_method.media.translation.customFields` FROM `media_translation` `shipping_method.media.translation` WHERE `shipping_method.media.translation`.`language_id` = ?) `shipping_method.media.media_translation` ON `shipping_method.media.media_translation`.`media_id` = `shipping_method.media`.`id` WHERE `shipping_method`.`id` IN (?, ?, ?, ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"ÇÑ6îÚ\vHtŸc{l9ØPÉ"
  b"ùD\x14Îm¨NÖ³PÑŸ‹"âÎ"
  b"•t`\x05zaJ<“@½¸ô\*ø"
  b"'´º•ò­HÁ­H°ð·^ÇY"
]
52 0.26 ms
SELECT `sales_channel`.`id` FROM `sales_channel` LEFT JOIN `sales_channel_payment_method` `sales_channel.paymentMethods.mapping` ON `sales_channel`.`id` = `sales_channel.paymentMethods.mapping`.`sales_channel_id`  LEFT JOIN `payment_method` `sales_channel.paymentMethods` ON `sales_channel.paymentMethods.mapping`.`payment_method_id` = `sales_channel.paymentMethods`.`id`  WHERE ((`sales_channel`.`id` = ? AND `sales_channel.paymentMethods`.`id` = ? AND `sales_channel.paymentMethods`.`active` = ?)) LIMIT 1
Parameters:
[
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
  b"¸©Å╔└\x10G\x02®ofM½■&V"
  true
]
53 0.17 ms
SELECT `handler_identifier`, LOWER(HEX(`id`)) FROM `payment_method`
Parameters:
[]
54 0.18 ms
SELECT LOWER(HEX(assoc.`sales_channel_id`))
                FROM `sales_channel_payment_method` AS assoc
                    LEFT JOIN `payment_method` AS pm
                        ON pm.`id` = assoc.`payment_method_id`
                WHERE
                    assoc.`payment_method_id` = ? AND
                    pm.`active` = 1
Parameters:
[
  b"p\x7F´/rJEGá$Ø\x18\eFy▀"
]
55 0.15 ms
SELECT `language`.`id` FROM `language` WHERE `language`.`id` IN (?) LIMIT 1
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
]
56 0.28 ms
SELECT `language`.`id` as `language.id`, `language`.`parent_id` as `language.parentId`, `language`.`locale_id` as `language.localeId`, `language`.`translation_code_id` as `language.translationCodeId`, `language`.`name` as `language.name`, `language`.`custom_fields` as `language.customFields`, `language`.`created_at` as `language.createdAt`, `language`.`updated_at` as `language.updatedAt`, `language.locale`.`id` as `language.locale.id`, `language.locale`.`code` as `language.locale.code`, `language.locale`.`created_at` as `language.locale.createdAt`, `language.locale`.`updated_at` as `language.locale.updatedAt`, `language.locale.translation.name`, `language.locale.translation.name` as `language.locale.name`, `language.locale.translation.territory`, `language.locale.translation.territory` as `language.locale.territory`, `language.locale.translation.customFields`, `language.locale.translation.customFields` as `language.locale.customFields` FROM `language` LEFT JOIN `locale` `language.locale` ON `language`.`locale_id` = `language.locale`.`id` LEFT JOIN (SELECT `language.locale.translation`.`locale_id`, `language.locale.translation`.`name` as `language.locale.translation.name`, `language.locale.translation`.`territory` as `language.locale.translation.territory`, `language.locale.translation`.`custom_fields` as `language.locale.translation.customFields` FROM `locale_translation` `language.locale.translation` WHERE `language.locale.translation`.`language_id` = ?) `language.locale.locale_translation` ON `language.locale.locale_translation`.`locale_id` = `language.locale`.`id` WHERE `language`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
57 0.53 ms
# category::data::read
SELECT `category`.`id` as `category.id`, `category`.`version_id` as `category.versionId`, `category`.`parent_id` as `category.parentId`, `category`.`parent_version_id` as `category.parentVersionId`, `category`.`after_category_id` as `category.afterCategoryId`, `category`.`after_category_version_id` as `category.afterCategoryVersionId`, `category`.`media_id` as `category.mediaId`, `category`.`display_nested_products` as `category.displayNestedProducts`, `category`.`auto_increment` as `category.autoIncrement`, `category`.`level` as `category.level`, `category`.`path` as `category.path`, `category`.`child_count` as `category.childCount`, `category`.`type` as `category.type`, `category`.`product_assignment_type` as `category.productAssignmentType`, `category`.`visible` as `category.visible`, `category`.`active` as `category.active`, `category`.`cms_page_id` as `category.cmsPageId`, `category`.`cms_page_version_id` as `category.cmsPageVersionId`, `category`.`product_stream_id` as `category.productStreamId`, `category`.`custom_entity_type_id` as `category.customEntityTypeId`, `category`.`created_at` as `category.createdAt`, `category`.`updated_at` as `category.updatedAt`, `category.media`.`id` as `category.media.id`, `category.media`.`user_id` as `category.media.userId`, `category.media`.`media_folder_id` as `category.media.mediaFolderId`, `category.media`.`mime_type` as `category.media.mimeType`, `category.media`.`file_extension` as `category.media.fileExtension`, `category.media`.`uploaded_at` as `category.media.uploadedAt`, `category.media`.`file_name` as `category.media.fileName`, `category.media`.`file_size` as `category.media.fileSize`, `category.media`.`media_type` as `category.media.mediaTypeRaw`, `category.media`.`meta_data` as `category.media.metaData`, `category.media`.`config` as `category.media.config`, `category.media`.`path` as `category.media.path`, `category.media`.`private` as `category.media.private`, `category.media`.`thumbnails_ro` as `category.media.thumbnailsRo`, `category.media`.`created_at` as `category.media.createdAt`, `category.media`.`updated_at` as `category.media.updatedAt`, `category.media.translation.title`, `category.media.translation.title` as `category.media.title`, `category.media.translation.alt`, `category.media.translation.alt` as `category.media.alt`, `category.media.translation.customFields`, `category.media.translation.customFields` as `category.media.customFields`, `category.translation.name`, `category.translation.name` as `category.name`, `category.translation.breadcrumb`, `category.translation.breadcrumb` as `category.breadcrumb`, `category.translation.slotConfig`, `category.translation.slotConfig` as `category.slotConfig`, `category.translation.linkType`, `category.translation.linkType` as `category.linkType`, `category.translation.internalLink`, `category.translation.internalLink` as `category.internalLink`, `category.translation.externalLink`, `category.translation.externalLink` as `category.externalLink`, `category.translation.linkNewTab`, `category.translation.linkNewTab` as `category.linkNewTab`, `category.translation.description`, `category.translation.description` as `category.description`, `category.translation.metaTitle`, `category.translation.metaTitle` as `category.metaTitle`, `category.translation.metaDescription`, `category.translation.metaDescription` as `category.metaDescription`, `category.translation.keywords`, `category.translation.keywords` as `category.keywords`, `category.translation.customFields`, `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category`.`media_id` = `category.media`.`id` LEFT JOIN (SELECT `category.translation`.`category_id`, `category.translation`.`category_version_id`, `category.translation`.`breadcrumb` as `category.translation.breadcrumb`, `category.translation`.`name` as `category.translation.name`, `category.translation`.`custom_fields` as `category.translation.customFields`, `category.translation`.`slot_config` as `category.translation.slotConfig`, `category.translation`.`link_type` as `category.translation.linkType`, `category.translation`.`internal_link` as `category.translation.internalLink`, `category.translation`.`external_link` as `category.translation.externalLink`, `category.translation`.`link_new_tab` as `category.translation.linkNewTab`, `category.translation`.`description` as `category.translation.description`, `category.translation`.`meta_title` as `category.translation.metaTitle`, `category.translation`.`meta_description` as `category.translation.metaDescription`, `category.translation`.`keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation`.`language_id` = ?) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.`category_version_id` = `category`.`version_id` LEFT JOIN (SELECT `category.media.translation`.`media_id`, `category.media.translation`.`alt` as `category.media.translation.alt`, `category.media.translation`.`title` as `category.media.translation.title`, `category.media.translation`.`custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation`.`language_id` = ?) `category.media.media_translation` ON `category.media.media_translation`.`media_id` = `category.media`.`id` WHERE (`category`.`version_id` = ?) AND (`category`.`id` IN (?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
]
58 0.23 ms
# category::cms-page::read
SELECT `cms_page`.`id` as `cms_page.id`, `cms_page`.`version_id` as `cms_page.versionId`, `cms_page`.`type` as `cms_page.type`, `cms_page`.`entity` as `cms_page.entity`, `cms_page`.`css_class` as `cms_page.cssClass`, `cms_page`.`config` as `cms_page.config`, `cms_page`.`preview_media_id` as `cms_page.previewMediaId`, `cms_page`.`locked` as `cms_page.locked`, `cms_page`.`created_at` as `cms_page.createdAt`, `cms_page`.`updated_at` as `cms_page.updatedAt`, `cms_page.translation.name`, `cms_page.translation.name` as `cms_page.name`, `cms_page.translation.customFields`, `cms_page.translation.customFields` as `cms_page.customFields` FROM `cms_page` LEFT JOIN (SELECT `cms_page.translation`.`cms_page_id`, `cms_page.translation`.`cms_page_version_id`, `cms_page.translation`.`name` as `cms_page.translation.name`, `cms_page.translation`.`custom_fields` as `cms_page.translation.customFields` FROM `cms_page_translation` `cms_page.translation` WHERE `cms_page.translation`.`language_id` = ?) `cms_page.cms_page_translation` ON `cms_page.cms_page_translation`.`cms_page_id` = `cms_page`.`id` AND `cms_page.cms_page_translation`.`cms_page_version_id` = `cms_page`.`version_id` WHERE (`cms_page`.`version_id` = ?) AND (`cms_page`.`id` IN (?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"iTwà.öCå \x16¸>ÔÍö:"
]
59 0.39 ms
# category::cms-page::association::sections::read
SELECT `cms_section`.`id` as `cms_section.id`, `cms_section`.`position` as `cms_section.position`, `cms_section`.`type` as `cms_section.type`, `cms_section`.`locked` as `cms_section.locked`, `cms_section`.`name` as `cms_section.name`, `cms_section`.`sizing_mode` as `cms_section.sizingMode`, `cms_section`.`mobile_behavior` as `cms_section.mobileBehavior`, `cms_section`.`background_color` as `cms_section.backgroundColor`, `cms_section`.`background_media_id` as `cms_section.backgroundMediaId`, `cms_section`.`background_media_mode` as `cms_section.backgroundMediaMode`, `cms_section`.`css_class` as `cms_section.cssClass`, `cms_section`.`cms_page_id` as `cms_section.pageId`, `cms_section`.`visibility` as `cms_section.visibility`, `cms_section`.`custom_fields` as `cms_section.customFields`, `cms_section`.`version_id` as `cms_section.versionId`, `cms_section`.`cms_page_version_id` as `cms_section.cmsPageVersionId`, `cms_section`.`created_at` as `cms_section.createdAt`, `cms_section`.`updated_at` as `cms_section.updatedAt`, `cms_section.backgroundMedia`.`id` as `cms_section.backgroundMedia.id`, `cms_section.backgroundMedia`.`user_id` as `cms_section.backgroundMedia.userId`, `cms_section.backgroundMedia`.`media_folder_id` as `cms_section.backgroundMedia.mediaFolderId`, `cms_section.backgroundMedia`.`mime_type` as `cms_section.backgroundMedia.mimeType`, `cms_section.backgroundMedia`.`file_extension` as `cms_section.backgroundMedia.fileExtension`, `cms_section.backgroundMedia`.`uploaded_at` as `cms_section.backgroundMedia.uploadedAt`, `cms_section.backgroundMedia`.`file_name` as `cms_section.backgroundMedia.fileName`, `cms_section.backgroundMedia`.`file_size` as `cms_section.backgroundMedia.fileSize`, `cms_section.backgroundMedia`.`media_type` as `cms_section.backgroundMedia.mediaTypeRaw`, `cms_section.backgroundMedia`.`meta_data` as `cms_section.backgroundMedia.metaData`, `cms_section.backgroundMedia`.`config` as `cms_section.backgroundMedia.config`, `cms_section.backgroundMedia`.`path` as `cms_section.backgroundMedia.path`, `cms_section.backgroundMedia`.`private` as `cms_section.backgroundMedia.private`, `cms_section.backgroundMedia`.`thumbnails_ro` as `cms_section.backgroundMedia.thumbnailsRo`, `cms_section.backgroundMedia`.`created_at` as `cms_section.backgroundMedia.createdAt`, `cms_section.backgroundMedia`.`updated_at` as `cms_section.backgroundMedia.updatedAt`, `cms_section.backgroundMedia.translation.title`, `cms_section.backgroundMedia.translation.title` as `cms_section.backgroundMedia.title`, `cms_section.backgroundMedia.translation.alt`, `cms_section.backgroundMedia.translation.alt` as `cms_section.backgroundMedia.alt`, `cms_section.backgroundMedia.translation.customFields`, `cms_section.backgroundMedia.translation.customFields` as `cms_section.backgroundMedia.customFields` FROM `cms_section` LEFT JOIN `media` `cms_section.backgroundMedia` ON `cms_section`.`background_media_id` = `cms_section.backgroundMedia`.`id` LEFT JOIN (SELECT `cms_section.backgroundMedia.translation`.`media_id`, `cms_section.backgroundMedia.translation`.`alt` as `cms_section.backgroundMedia.translation.alt`, `cms_section.backgroundMedia.translation`.`title` as `cms_section.backgroundMedia.translation.title`, `cms_section.backgroundMedia.translation`.`custom_fields` as `cms_section.backgroundMedia.translation.customFields` FROM `media_translation` `cms_section.backgroundMedia.translation` WHERE `cms_section.backgroundMedia.translation`.`language_id` = ?) `cms_section.backgroundMedia.media_translation` ON `cms_section.backgroundMedia.media_translation`.`media_id` = `cms_section.backgroundMedia`.`id` WHERE (`cms_section`.`version_id` = ?) AND ((`cms_section`.`cms_page_id` IN (?)))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"iTwà.öCå \x16¸>ÔÍö:"
]
60 0.46 ms
# category::cms-page::association::sections::association::blocks::read
SELECT `cms_block`.`id` as `cms_block.id`, `cms_block`.`position` as `cms_block.position`, `cms_block`.`type` as `cms_block.type`, `cms_block`.`locked` as `cms_block.locked`, `cms_block`.`name` as `cms_block.name`, `cms_block`.`section_position` as `cms_block.sectionPosition`, `cms_block`.`margin_top` as `cms_block.marginTop`, `cms_block`.`margin_bottom` as `cms_block.marginBottom`, `cms_block`.`margin_left` as `cms_block.marginLeft`, `cms_block`.`margin_right` as `cms_block.marginRight`, `cms_block`.`background_color` as `cms_block.backgroundColor`, `cms_block`.`background_media_id` as `cms_block.backgroundMediaId`, `cms_block`.`background_media_mode` as `cms_block.backgroundMediaMode`, `cms_block`.`css_class` as `cms_block.cssClass`, `cms_block`.`visibility` as `cms_block.visibility`, `cms_block`.`cms_section_id` as `cms_block.sectionId`, `cms_block`.`custom_fields` as `cms_block.customFields`, `cms_block`.`version_id` as `cms_block.versionId`, `cms_block`.`cms_section_version_id` as `cms_block.cmsSectionVersionId`, `cms_block`.`created_at` as `cms_block.createdAt`, `cms_block`.`updated_at` as `cms_block.updatedAt`, `cms_block.backgroundMedia`.`id` as `cms_block.backgroundMedia.id`, `cms_block.backgroundMedia`.`user_id` as `cms_block.backgroundMedia.userId`, `cms_block.backgroundMedia`.`media_folder_id` as `cms_block.backgroundMedia.mediaFolderId`, `cms_block.backgroundMedia`.`mime_type` as `cms_block.backgroundMedia.mimeType`, `cms_block.backgroundMedia`.`file_extension` as `cms_block.backgroundMedia.fileExtension`, `cms_block.backgroundMedia`.`uploaded_at` as `cms_block.backgroundMedia.uploadedAt`, `cms_block.backgroundMedia`.`file_name` as `cms_block.backgroundMedia.fileName`, `cms_block.backgroundMedia`.`file_size` as `cms_block.backgroundMedia.fileSize`, `cms_block.backgroundMedia`.`media_type` as `cms_block.backgroundMedia.mediaTypeRaw`, `cms_block.backgroundMedia`.`meta_data` as `cms_block.backgroundMedia.metaData`, `cms_block.backgroundMedia`.`config` as `cms_block.backgroundMedia.config`, `cms_block.backgroundMedia`.`path` as `cms_block.backgroundMedia.path`, `cms_block.backgroundMedia`.`private` as `cms_block.backgroundMedia.private`, `cms_block.backgroundMedia`.`thumbnails_ro` as `cms_block.backgroundMedia.thumbnailsRo`, `cms_block.backgroundMedia`.`created_at` as `cms_block.backgroundMedia.createdAt`, `cms_block.backgroundMedia`.`updated_at` as `cms_block.backgroundMedia.updatedAt`, `cms_block.backgroundMedia.translation.title`, `cms_block.backgroundMedia.translation.title` as `cms_block.backgroundMedia.title`, `cms_block.backgroundMedia.translation.alt`, `cms_block.backgroundMedia.translation.alt` as `cms_block.backgroundMedia.alt`, `cms_block.backgroundMedia.translation.customFields`, `cms_block.backgroundMedia.translation.customFields` as `cms_block.backgroundMedia.customFields` FROM `cms_block` LEFT JOIN `media` `cms_block.backgroundMedia` ON `cms_block`.`background_media_id` = `cms_block.backgroundMedia`.`id` LEFT JOIN (SELECT `cms_block.backgroundMedia.translation`.`media_id`, `cms_block.backgroundMedia.translation`.`alt` as `cms_block.backgroundMedia.translation.alt`, `cms_block.backgroundMedia.translation`.`title` as `cms_block.backgroundMedia.translation.title`, `cms_block.backgroundMedia.translation`.`custom_fields` as `cms_block.backgroundMedia.translation.customFields` FROM `media_translation` `cms_block.backgroundMedia.translation` WHERE `cms_block.backgroundMedia.translation`.`language_id` = ?) `cms_block.backgroundMedia.media_translation` ON `cms_block.backgroundMedia.media_translation`.`media_id` = `cms_block.backgroundMedia`.`id` WHERE (`cms_block`.`version_id` = ?) AND ((`cms_block`.`cms_section_id` IN (?, ?, ?, ?, ?, ?, ?)))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"""
    \x01˜¬”\x08Jraº\n
    2‚Xó\x7F£
    """
  b"\x01™âxˆ\x18\x7FI½ûb\x04\x16xæä"
  b"\x01šÅp\x7FÂzT˜«¡óP|\x1AÑ"
  b"""
    \n
    $Epê6B® }4•¢a`\x13
    """
  b"\x1EÎ[¢H'M\x1F·ãæfÂi®""
  b"6ìyyYRGWš<l\x11|‘+æ"
  b"tÃNêP&@»ƒ\x19¸\x13vpÂÕ"
]
61 0.50 ms
# category::cms-page::association::sections::association::blocks::association::slots::read
SELECT `cms_slot`.`id` as `cms_slot.id`, `cms_slot`.`version_id` as `cms_slot.versionId`, `cms_slot`.`type` as `cms_slot.type`, `cms_slot`.`slot` as `cms_slot.slot`, `cms_slot`.`locked` as `cms_slot.locked`, `cms_slot`.`cms_block_id` as `cms_slot.blockId`, `cms_slot`.`cms_block_version_id` as `cms_slot.cmsBlockVersionId`, `cms_slot`.`created_at` as `cms_slot.createdAt`, `cms_slot`.`updated_at` as `cms_slot.updatedAt`, `cms_slot.translation.config`, `cms_slot.translation.config` as `cms_slot.config`, `cms_slot.translation.customFields`, `cms_slot.translation.customFields` as `cms_slot.customFields` FROM `cms_slot` LEFT JOIN (SELECT `cms_slot.translation`.`cms_slot_id`, `cms_slot.translation`.`cms_slot_version_id`, `cms_slot.translation`.`config` as `cms_slot.translation.config`, `cms_slot.translation`.`custom_fields` as `cms_slot.translation.customFields` FROM `cms_slot_translation` `cms_slot.translation` WHERE `cms_slot.translation`.`language_id` = ?) `cms_slot.cms_slot_translation` ON `cms_slot.cms_slot_translation`.`cms_slot_id` = `cms_slot`.`id` AND `cms_slot.cms_slot_translation`.`cms_slot_version_id` = `cms_slot`.`version_id` WHERE (`cms_slot`.`version_id` = ?) AND ((`cms_slot`.`cms_block_id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x01ÿ¼öDfs\x0Fر‗:ª¦┬±"
  b"\x01™âÅâìv\x05­\x06¥ÚÉÌ\x1D®"
  b"\x01šÅ‡+>{ߣ‹aÀVÆÕê"
  b"±ìM\x04\x1C÷G)œºböç_|±"
  b"D\x0E1\x08uªAê“\x10ÑòÑ<VÎ"
  b"Z±ŒØÍ}IR¶™cï)\x1E\•"
  b"påi¾ÿQEÁ¬øíê—Â\x04É"
  b"19\x15,ªŸH%˜\x14õ\x058ŸœC"
  b"“Á…eƒ¡EÒšÙy:„ö*\x03"
  b"▀'É#dãC3åTë<IÍ\x7F»"
  b"᯽[+\x15Gƒ¯‹è¿‰…\x1AÒ"
  b"æ­áìlIC\x04‘ײ…Žão™"
  b".Ö╗x\x01èDì¿G(RP¥|½"
]
62 0.21 ms
SELECT `product_stream`.`id` as `product_stream.id`, `product_stream`.`api_filter` as `product_stream.apiFilter`, `product_stream`.`invalid` as `product_stream.invalid`, `product_stream`.`created_at` as `product_stream.createdAt`, `product_stream`.`updated_at` as `product_stream.updatedAt`, `product_stream.translation.name`, `product_stream.translation.name` as `product_stream.name`, `product_stream.translation.description`, `product_stream.translation.description` as `product_stream.description`, `product_stream.translation.customFields`, `product_stream.translation.customFields` as `product_stream.customFields` FROM `product_stream` LEFT JOIN (SELECT `product_stream.translation`.`product_stream_id`, `product_stream.translation`.`name` as `product_stream.translation.name`, `product_stream.translation`.`description` as `product_stream.translation.description`, `product_stream.translation`.`custom_fields` as `product_stream.translation.customFields` FROM `product_stream_translation` `product_stream.translation` WHERE `product_stream.translation`.`language_id` = ?) `product_stream.product_stream_translation` ON `product_stream.product_stream_translation`.`product_stream_id` = `product_stream`.`id` WHERE `product_stream`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"ð"±&‰¬C]›¸\v\x02ý—ûŸ"
]
63 0.20 ms
SELECT `moorl_sorting`.`id` as `moorl_sorting.id`, `moorl_sorting`.`locked` as `moorl_sorting.locked`, `moorl_sorting`.`url_key` as `moorl_sorting.key`, `moorl_sorting`.`entity` as `moorl_sorting.entity`, `moorl_sorting`.`priority` as `moorl_sorting.priority`, `moorl_sorting`.`active` as `moorl_sorting.active`, `moorl_sorting`.`fields` as `moorl_sorting.fields`, `moorl_sorting`.`created_at` as `moorl_sorting.createdAt`, `moorl_sorting`.`updated_at` as `moorl_sorting.updatedAt`, `moorl_sorting.translation.label`, `moorl_sorting.translation.label` as `moorl_sorting.label` FROM `moorl_sorting` LEFT JOIN (SELECT `moorl_sorting.translation`.`moorl_sorting_id`, `moorl_sorting.translation`.`label` as `moorl_sorting.translation.label` FROM `moorl_sorting_translation` `moorl_sorting.translation` WHERE `moorl_sorting.translation`.`language_id` = ?) `moorl_sorting.moorl_sorting_translation` ON `moorl_sorting.moorl_sorting_translation`.`moorl_sorting_id` = `moorl_sorting`.`id` WHERE `moorl_sorting`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0FA<X]ˆ1Ñ×[Ž›VÐv"
]
64 0.56 ms
SELECT `media`.`id` as `media.id`, `media`.`user_id` as `media.userId`, `media`.`media_folder_id` as `media.mediaFolderId`, `media`.`mime_type` as `media.mimeType`, `media`.`file_extension` as `media.fileExtension`, `media`.`uploaded_at` as `media.uploadedAt`, `media`.`file_name` as `media.fileName`, `media`.`file_size` as `media.fileSize`, `media`.`media_type` as `media.mediaTypeRaw`, `media`.`meta_data` as `media.metaData`, `media`.`config` as `media.config`, `media`.`path` as `media.path`, `media`.`private` as `media.private`, `media`.`thumbnails_ro` as `media.thumbnailsRo`, `media`.`created_at` as `media.createdAt`, `media`.`updated_at` as `media.updatedAt`, `media.translation.title`, `media.translation.title` as `media.title`, `media.translation.alt`, `media.translation.alt` as `media.alt`, `media.translation.customFields`, `media.translation.customFields` as `media.customFields` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media`.`media_folder_id` = `media.mediaFolder`.`id` LEFT JOIN (SELECT `media.translation`.`media_id`, `media.translation`.`alt` as `media.translation.alt`, `media.translation`.`title` as `media.translation.title`, `media.translation`.`custom_fields` as `media.translation.customFields` FROM `media_translation` `media.translation` WHERE `media.translation`.`language_id` = ?) `media.media_translation` ON `media.media_translation`.`media_id` = `media`.`id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder`.`default_folder_id` = `media.mediaFolder.defaultFolder`.`id` WHERE (((`media`.`private` = ? OR (`media`.`private` = ? AND `media.mediaFolder.defaultFolder`.`entity` = ?)))) AND (`media`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  false
  true
  "product_download"
  b"\x01šÅ–ó–wYŠ\x125h}oÝ,"
  b"\x01Üm¬Ùz╚×ÍÉX▒0tÚ"
  b"y4èà\x03DD*¥\x13yøh­Ls"
  b"\x13ë¾p£—F…¥º ……+Øï"
  b"u=$YCÆG«—šÂJÙ\x19Çß"
  b"""
    >ú×¼T█K\n
    ì>ÊÚrà6¬
    """
  b"""
    £#uñÝ\tJ‚ŸPå\n
    †k¯t
    """
  b"ÚèfŽ\x15§N4€+L$dW>b"
  b"Û¨w\t%\x00A߬†´$£æ¦]"
  b"\x01ÿ§AF\x16}Öɽ┘░£*¦^"
  b"\x01˜õBï{u\x12º–IM_àNS"
  b"¹_ŒÃLöO–‡Ji\x1E•)\x05\x19"
  b"’Û¹&œ÷D;£\x16|[^ðÁG"
  b"}U\h¼)@òŽ('Ók¡Ä\e"
  b"\x1A\┤ksYCÓïÙ┴ØÅAÜþ"
  b"ÏÚDTF\@\x12Œ\x1CZO€rÀG"
  b"\x01šSk•0z~¼îbÊ0µ”\x00"
]
65 0.17 ms
SELECT `name`, `type` FROM `custom_field` WHERE `active` = 1
Parameters:
[]
66 586.10 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.78 ms
SELECT `product`.`id` as `product.id`, `product`.`version_id` as `product.versionId`, `product`.`parent_id` as `product.parentId`, `product`.`parent_version_id` as `product.parentVersionId`, COALESCE(`product`.`product_manufacturer_id`, `product.parent`.`product_manufacturer_id`) as `product.manufacturerId`, COALESCE(`product`.`product_manufacturer_version_id`, `product.parent`.`product_manufacturer_version_id`) as `product.productManufacturerVersionId`, COALESCE(`product`.`unit_id`, `product.parent`.`unit_id`) as `product.unitId`, COALESCE(`product`.`tax_id`, `product.parent`.`tax_id`) as `product.taxId`, COALESCE(`product`.`product_media_id`, `product.parent`.`product_media_id`) as `product.coverId`, COALESCE(`product`.`product_media_version_id`, `product.parent`.`product_media_version_id`) as `product.productMediaVersionId`, COALESCE(`product`.`delivery_time_id`, `product.parent`.`delivery_time_id`) as `product.deliveryTimeId`, COALESCE(`product`.`product_feature_set_id`, `product.parent`.`product_feature_set_id`) as `product.featureSetId`, COALESCE(`product`.`canonical_product_id`, `product.parent`.`canonical_product_id`) as `product.canonicalProductId`, COALESCE(`product`.`canonical_product_version_id`, `product.parent`.`canonical_product_version_id`) as `product.canonicalProductVersionId`, COALESCE(`product`.`cms_page_id`, `product.parent`.`cms_page_id`) as `product.cmsPageId`, COALESCE(`product`.`cms_page_version_id`, `product.parent`.`cms_page_version_id`) as `product.cmsPageVersionId`, `product.parent`.`price` as `product.price.inherited`, COALESCE(`product`.`price`, `product.parent`.`price`) as `product.price`, `product`.`product_number` as `product.productNumber`, COALESCE(`product`.`restock_time`, `product.parent`.`restock_time`) as `product.restockTime`, `product`.`auto_increment` as `product.autoIncrement`, COALESCE(`product`.`active`, `product.parent`.`active`) as `product.active`, `product`.`available` as `product.available`, COALESCE(`product`.`is_closeout`, `product.parent`.`is_closeout`) as `product.isCloseout`, `product`.`available_stock` as `product.availableStock`, `product`.`stock` as `product.stock`, `product`.`display_group` as `product.displayGroup`, `product.parent`.`variant_listing_config` as `product.variantListingConfig.inherited`, COALESCE(`product`.`variant_listing_config`, `product.parent`.`variant_listing_config`) as `product.variantListingConfig`, `product`.`variant_restrictions` as `product.variantRestrictions`, COALESCE(`product`.`manufacturer_number`, `product.parent`.`manufacturer_number`) as `product.manufacturerNumber`, COALESCE(`product`.`ean`, `product.parent`.`ean`) as `product.ean`, COALESCE(`product`.`purchase_steps`, `product.parent`.`purchase_steps`) as `product.purchaseSteps`, COALESCE(`product`.`max_purchase`, `product.parent`.`max_purchase`) as `product.maxPurchase`, COALESCE(`product`.`min_purchase`, `product.parent`.`min_purchase`) as `product.minPurchase`, COALESCE(`product`.`purchase_unit`, `product.parent`.`purchase_unit`) as `product.purchaseUnit`, COALESCE(`product`.`reference_unit`, `product.parent`.`reference_unit`) as `product.referenceUnit`, COALESCE(`product`.`shipping_free`, `product.parent`.`shipping_free`) as `product.shippingFree`, `product.parent`.`purchase_prices` as `product.purchasePrices.inherited`, COALESCE(`product`.`purchase_prices`, `product.parent`.`purchase_prices`) as `product.purchasePrices`, COALESCE(`product`.`mark_as_topseller`, `product.parent`.`mark_as_topseller`) as `product.markAsTopseller`, COALESCE(`product`.`weight`, `product.parent`.`weight`) as `product.weight`, COALESCE(`product`.`width`, `product.parent`.`width`) as `product.width`, COALESCE(`product`.`height`, `product.parent`.`height`) as `product.height`, COALESCE(`product`.`length`, `product.parent`.`length`) as `product.length`, COALESCE(`product`.`release_date`, `product.parent`.`release_date`) as `product.releaseDate`, COALESCE(`product`.`rating_average`, `product.parent`.`rating_average`) as `product.ratingAverage`, `product.parent`.`category_tree` as `product.categoryTree.inherited`, COALESCE(`product`.`category_tree`, `product.parent`.`category_tree`) as `product.categoryTree`, `product.parent`.`property_ids` as `product.propertyIds.inherited`, COALESCE(`product`.`property_ids`, `product.parent`.`property_ids`) as `product.propertyIds`, `product.parent`.`option_ids` as `product.optionIds.inherited`, COALESCE(`product`.`option_ids`, `product.parent`.`option_ids`) as `product.optionIds`, `product.parent`.`stream_ids` as `product.streamIds.inherited`, COALESCE(`product`.`stream_ids`, `product.parent`.`stream_ids`) as `product.streamIds`, `product.parent`.`tag_ids` as `product.tagIds.inherited`, COALESCE(`product`.`tag_ids`, `product.parent`.`tag_ids`) as `product.tagIds`, `product.parent`.`category_ids` as `product.categoryIds.inherited`, COALESCE(`product`.`category_ids`, `product.parent`.`category_ids`) as `product.categoryIds`, `product`.`child_count` as `product.childCount`, COALESCE(`product`.`custom_field_set_selection_active`, `product.parent`.`custom_field_set_selection_active`) as `product.customFieldSetSelectionActive`, `product`.`sales` as `product.sales`, `product`.`states` as `product.states`, `product.tax`.`id` as `product.tax.id`, `product.tax`.`tax_rate` as `product.tax.taxRate`, `product.tax`.`name` as `product.tax.name`, `product.tax`.`position` as `product.tax.position`, `product.tax`.`custom_fields` as `product.tax.customFields`, `product.tax`.`created_at` as `product.tax.createdAt`, `product.tax`.`updated_at` as `product.tax.updatedAt`, `product.parent`.`cheapest_price` as `product.cheapestPrice.inherited`, COALESCE(`product`.`cheapest_price`, `product.parent`.`cheapest_price`) as `product.cheapestPrice`, `product`.`created_at` as `product.createdAt`, `product`.`updated_at` as `product.updatedAt`, (SELECT GROUP_CONCAT(HEX(`product.options.mapping`.`property_group_option_id`) SEPARATOR '||')
                  FROM `product_option` `product.options.mapping`
                  WHERE `product.options.mapping`.`product_id` = `product`.`id` ) as `product.options.id_mapping`, `product.manufacturer`.`id` as `product.manufacturer.id`, `product.manufacturer`.`version_id` as `product.manufacturer.versionId`, `product.manufacturer`.`media_id` as `product.manufacturer.mediaId`, `product.manufacturer`.`link` as `product.manufacturer.link`, `product.manufacturer`.`created_at` as `product.manufacturer.createdAt`, `product.manufacturer`.`updated_at` as `product.manufacturer.updatedAt`, `product.manufacturer.translation.name`, `product.manufacturer.translation.name` as `product.manufacturer.name`, `product.manufacturer.translation.description`, `product.manufacturer.translation.description` as `product.manufacturer.description`, `product.manufacturer.translation.customFields`, `product.manufacturer.translation.customFields` as `product.manufacturer.customFields`, `product.unit`.`id` as `product.unit.id`, `product.unit`.`created_at` as `product.unit.createdAt`, `product.unit`.`updated_at` as `product.unit.updatedAt`, `product.unit.translation.shortCode`, `product.unit.translation.shortCode` as `product.unit.shortCode`, `product.unit.translation.name`, `product.unit.translation.name` as `product.unit.name`, `product.unit.translation.customFields`, `product.unit.translation.customFields` as `product.unit.customFields`, `product.deliveryTime`.`id` as `product.deliveryTime.id`, `product.deliveryTime`.`min` as `product.deliveryTime.min`, `product.deliveryTime`.`max` as `product.deliveryTime.max`, `product.deliveryTime`.`unit` as `product.deliveryTime.unit`, `product.deliveryTime`.`created_at` as `product.deliveryTime.createdAt`, `product.deliveryTime`.`updated_at` as `product.deliveryTime.updatedAt`, `product.deliveryTime.translation.name`, `product.deliveryTime.translation.name` as `product.deliveryTime.name`, `product.deliveryTime.translation.customFields`, `product.deliveryTime.translation.customFields` as `product.deliveryTime.customFields`, `product.cover`.`id` as `product.cover.id`, `product.cover`.`version_id` as `product.cover.versionId`, `product.cover`.`product_id` as `product.cover.productId`, `product.cover`.`product_version_id` as `product.cover.productVersionId`, `product.cover`.`media_id` as `product.cover.mediaId`, `product.cover`.`position` as `product.cover.position`, `product.cover.media`.`id` as `product.cover.media.id`, `product.cover.media`.`user_id` as `product.cover.media.userId`, `product.cover.media`.`media_folder_id` as `product.cover.media.mediaFolderId`, `product.cover.media`.`mime_type` as `product.cover.media.mimeType`, `product.cover.media`.`file_extension` as `product.cover.media.fileExtension`, `product.cover.media`.`uploaded_at` as `product.cover.media.uploadedAt`, `product.cover.media`.`file_name` as `product.cover.media.fileName`, `product.cover.media`.`file_size` as `product.cover.media.fileSize`, `product.cover.media`.`media_type` as `product.cover.media.mediaTypeRaw`, `product.cover.media`.`meta_data` as `product.cover.media.metaData`, `product.cover.media`.`config` as `product.cover.media.config`, `product.cover.media`.`path` as `product.cover.media.path`, `product.cover.media`.`private` as `product.cover.media.private`, `product.cover.media`.`thumbnails_ro` as `product.cover.media.thumbnailsRo`, `product.cover.media`.`created_at` as `product.cover.media.createdAt`, `product.cover.media`.`updated_at` as `product.cover.media.updatedAt`, `product.cover.media.translation.title`, `product.cover.media.translation.title` as `product.cover.media.title`, `product.cover.media.translation.alt`, `product.cover.media.translation.alt` as `product.cover.media.alt`, `product.cover.media.translation.customFields`, `product.cover.media.translation.customFields` as `product.cover.media.customFields`, `product.cover`.`custom_fields` as `product.cover.customFields`, `product.cover`.`created_at` as `product.cover.createdAt`, `product.cover`.`updated_at` as `product.cover.updatedAt`, `product.translation.metaDescription`, `product.parent.translation.metaDescription`, COALESCE(`product.translation.metaDescription`,`product.parent.translation.metaDescription`) as `product.metaDescription`, `product.translation.name`, `product.parent.translation.name`, COALESCE(`product.translation.name`,`product.parent.translation.name`) as `product.name`, `product.translation.keywords`, `product.parent.translation.keywords`, COALESCE(`product.translation.keywords`,`product.parent.translation.keywords`) as `product.keywords`, `product.translation.description`, `product.parent.translation.description`, COALESCE(`product.translation.description`,`product.parent.translation.description`) as `product.description`, `product.translation.metaTitle`, `product.parent.translation.metaTitle`, COALESCE(`product.translation.metaTitle`,`product.parent.translation.metaTitle`) as `product.metaTitle`, `product.translation.packUnit`, `product.parent.translation.packUnit`, COALESCE(`product.translation.packUnit`,`product.parent.translation.packUnit`) as `product.packUnit`, `product.translation.packUnitPlural`, `product.parent.translation.packUnitPlural`, COALESCE(`product.translation.packUnitPlural`,`product.parent.translation.packUnitPlural`) as `product.packUnitPlural`, `product.translation.customSearchKeywords`, `product.parent.translation.customSearchKeywords`, COALESCE(`product.translation.customSearchKeywords`,`product.parent.translation.customSearchKeywords`) as `product.customSearchKeywords`, `product.translation.slotConfig`, `product.parent.translation.slotConfig`, COALESCE(`product.translation.slotConfig`,`product.parent.translation.slotConfig`) as `product.slotConfig`, `product.translation.customFields`, `product.parent.translation.customFields`, COALESCE(`product.translation.customFields`,`product.parent.translation.customFields`) as `product.customFields` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` LEFT JOIN `tax` `product.tax` ON `product`.`tax` = `product.tax`.`id` LEFT JOIN `product_manufacturer` `product.manufacturer` ON `product`.`manufacturer` = `product.manufacturer`.`id` AND IFNULL(`product`.`product_manufacturer_version_id`, `product.parent`.`product_manufacturer_version_id`) = `product.manufacturer`.`version_id` LEFT JOIN `unit` `product.unit` ON `product`.`unit` = `product.unit`.`id` LEFT JOIN `delivery_time` `product.deliveryTime` ON `product`.`deliveryTime` = `product.deliveryTime`.`id` LEFT JOIN `product_media` `product.cover` ON `product`.`cover` = `product.cover`.`id` AND IFNULL(`product`.`product_media_version_id`, `product.parent`.`product_media_version_id`) = `product.cover`.`version_id` LEFT JOIN (SELECT `product.translation`.`product_id`, `product.translation`.`product_version_id`, `product.translation`.`meta_description` as `product.translation.metaDescription`, `product.translation`.`name` as `product.translation.name`, `product.translation`.`keywords` as `product.translation.keywords`, `product.translation`.`description` as `product.translation.description`, `product.translation`.`meta_title` as `product.translation.metaTitle`, `product.translation`.`pack_unit` as `product.translation.packUnit`, `product.translation`.`pack_unit_plural` as `product.translation.packUnitPlural`, `product.translation`.`custom_fields` as `product.translation.customFields`, `product.translation`.`slot_config` as `product.translation.slotConfig`, `product.translation`.`custom_search_keywords` as `product.translation.customSearchKeywords` FROM `product_translation` `product.translation` WHERE `product.translation`.`language_id` = ?) `product.product_translation` ON `product.product_translation`.`product_id` = `product`.`id` AND `product.product_translation`.`product_version_id` = `product`.`version_id` LEFT JOIN (SELECT `product.parent.translation`.`product_id`, `product.parent.translation`.`product_version_id`, `product.parent.translation`.`meta_description` as `product.parent.translation.metaDescription`, `product.parent.translation`.`name` as `product.parent.translation.name`, `product.parent.translation`.`keywords` as `product.parent.translation.keywords`, `product.parent.translation`.`description` as `product.parent.translation.description`, `product.parent.translation`.`meta_title` as `product.parent.translation.metaTitle`, `product.parent.translation`.`pack_unit` as `product.parent.translation.packUnit`, `product.parent.translation`.`pack_unit_plural` as `product.parent.translation.packUnitPlural`, `product.parent.translation`.`custom_fields` as `product.parent.translation.customFields`, `product.parent.translation`.`slot_config` as `product.parent.translation.slotConfig`, `product.parent.translation`.`custom_search_keywords` as `product.parent.translation.customSearchKeywords` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation`.`language_id` = ?) `product.parent.product_translation` ON `product.parent.product_translation`.`product_id` = `product.parent`.`id` AND `product.parent.product_translation`.`product_version_id` = `product.parent`.`version_id` LEFT JOIN (SELECT `product.manufacturer.translation`.`product_manufacturer_id`, `product.manufacturer.translation`.`product_manufacturer_version_id`, `product.manufacturer.translation`.`name` as `product.manufacturer.translation.name`, `product.manufacturer.translation`.`description` as `product.manufacturer.translation.description`, `product.manufacturer.translation`.`custom_fields` as `product.manufacturer.translation.customFields` FROM `product_manufacturer_translation` `product.manufacturer.translation` WHERE `product.manufacturer.translation`.`language_id` = ?) `product.manufacturer.product_manufacturer_translation` ON `product.manufacturer.product_manufacturer_translation`.`product_manufacturer_id` = `product.manufacturer`.`id` AND `product.manufacturer.product_manufacturer_translation`.`product_manufacturer_version_id` = `product.manufacturer`.`version_id` LEFT JOIN (SELECT `product.unit.translation`.`unit_id`, `product.unit.translation`.`short_code` as `product.unit.translation.shortCode`, `product.unit.translation`.`name` as `product.unit.translation.name`, `product.unit.translation`.`custom_fields` as `product.unit.translation.customFields` FROM `unit_translation` `product.unit.translation` WHERE `product.unit.translation`.`language_id` = ?) `product.unit.unit_translation` ON `product.unit.unit_translation`.`unit_id` = `product.unit`.`id` LEFT JOIN (SELECT `product.deliveryTime.translation`.`delivery_time_id`, `product.deliveryTime.translation`.`name` as `product.deliveryTime.translation.name`, `product.deliveryTime.translation`.`custom_fields` as `product.deliveryTime.translation.customFields` FROM `delivery_time_translation` `product.deliveryTime.translation` WHERE `product.deliveryTime.translation`.`language_id` = ?) `product.deliveryTime.delivery_time_translation` ON `product.deliveryTime.delivery_time_translation`.`delivery_time_id` = `product.deliveryTime`.`id` LEFT JOIN `media` `product.cover.media` ON `product.cover`.`media_id` = `product.cover.media`.`id` LEFT JOIN (SELECT `product.cover.media.translation`.`media_id`, `product.cover.media.translation`.`alt` as `product.cover.media.translation.alt`, `product.cover.media.translation`.`title` as `product.cover.media.translation.title`, `product.cover.media.translation`.`custom_fields` as `product.cover.media.translation.customFields` FROM `media_translation` `product.cover.media.translation` WHERE `product.cover.media.translation`.`language_id` = ?) `product.cover.media.media_translation` ON `product.cover.media.media_translation`.`media_id` = `product.cover.media`.`id` WHERE (`product`.`version_id` = ?) AND (`product`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"%¯£©\x18£Å~v║È+9¡«,"
  b"\x10r┤<Î\x190\x10ï-Ø\x10lc"
  b"p÷áýePê«h²Rí>ñX«"
  b"¯Z+}µìxؽ\x10¥\x17¦¸•'"
  b"(£ ßÊÎsÉYJ^ÃèO\x7FI"
  b"\x01Ø\x01▄┴?|\x05×\x02\x18¡èUp%"
  b"\x01Ø\x01½ëÓrº┤\r0▀ á░╠"
  b"\x01Ø\x01í▀ tZ░═"L.W^©"
  b"\x01Ø\x01ø÷@|µÁ­ù,┤Zƒ{"
  b"\x01Ø\x017pÔ\x7Fúú\x05 v╗█`╩"
]
68 0.26 ms
SELECT `product_price`.`id` as `product_price.id`, `product_price`.`version_id` as `product_price.versionId`, `product_price`.`product_id` as `product_price.productId`, `product_price`.`product_version_id` as `product_price.productVersionId`, `product_price`.`rule_id` as `product_price.ruleId`, `product_price`.`price` as `product_price.price`, `product_price`.`quantity_start` as `product_price.quantityStart`, `product_price`.`quantity_end` as `product_price.quantityEnd`, `product_price`.`custom_fields` as `product_price.customFields`, `product_price`.`created_at` as `product_price.createdAt`, `product_price`.`updated_at` as `product_price.updatedAt` FROM `product_price` WHERE (`product_price`.`version_id` = ?) AND ((`product_price`.`product_id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)))
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x01Ø\x017pÔ\x7Fúú\x05 v╗█`╩"
  b"\x01Ø\x01ø÷@|µÁ­ù,┤Zƒ{"
  b"\x01Ø\x01í▀ tZ░═"L.W^©"
  b"\x01Ø\x01½ëÓrº┤\r0▀ á░╠"
  b"\x01Ø\x01▄┴?|\x05×\x02\x18¡èUp%"
  b"%¯£©\x18£Å~v║È+9¡«,"
  b"(£ ßÊÎsÉYJ^ÃèO\x7FI"
  b"p÷áýePê«h²Rí>ñX«"
  b"\x10r┤<Î\x190\x10ï-Ø\x10lc"
  b"¯Z+}µìxؽ\x10¥\x17¦¸•'"
]
69 0.26 ms
# product-price-calculator::units::read
SELECT `unit`.`id` as `unit.id`, `unit`.`created_at` as `unit.createdAt`, `unit`.`updated_at` as `unit.updatedAt`, `unit.translation.shortCode`, `unit.translation.shortCode` as `unit.shortCode`, `unit.translation.name`, `unit.translation.name` as `unit.name`, `unit.translation.customFields`, `unit.translation.customFields` as `unit.customFields` FROM `unit` LEFT JOIN (SELECT `unit.translation`.`unit_id`, `unit.translation`.`short_code` as `unit.translation.shortCode`, `unit.translation`.`name` as `unit.translation.name`, `unit.translation`.`custom_fields` as `unit.translation.customFields` FROM `unit_translation` `unit.translation` WHERE `unit.translation`.`language_id` = ?) `unit.unit_translation` ON `unit.unit_translation`.`unit_id` = `unit`.`id`
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
]
70 0.24 ms
# cms::moorl-brand-slider-v2::search-ids
SELECT `product_manufacturer`.`id` FROM `product_manufacturer` WHERE (`product_manufacturer`.`version_id` = ?) AND ((NOT (`product_manufacturer`.`id` <=> ?))) ORDER BY `product_manufacturer`.`media_id` DESC, `product_manufacturer`.`id` ASC LIMIT 12
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
]
71 0.79 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.48 ms
SELECT `product`.`id`, `product`.`product_number`, `product`.`auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product`.`visibilities` = `product.visibilities`.`product_id` AND `product`.version_id = `product.visibilities`.product_version_id WHERE (`product`.`version_id` = ?) AND ((((`product.visibilities`.`visibility` >= ?) AND `product.visibilities`.`sales_channel_id` = ? AND IFNULL(`product`.`active`, `product.parent`.`active`) = ?))) AND (`product`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)) GROUP BY `product`.`id`
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  10
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
  true
  b"%¯£©\x18£Å~v║È+9¡«,"
  b"\x10r┤<Î\x190\x10ï-Ø\x10lc"
  b"p÷áýePê«h²Rí>ñX«"
  b"¯Z+}µìxؽ\x10¥\x17¦¸•'"
  b"(£ ßÊÎsÉYJ^ÃèO\x7FI"
  b"\x01Ø\x01▄┴?|\x05×\x02\x18¡èUp%"
  b"\x01Ø\x01½ëÓrº┤\r0▀ á░╠"
  b"\x01Ø\x01í▀ tZ░═"L.W^©"
  b"\x01Ø\x01ø÷@|µÁ­ù,┤Zƒ{"
  b"\x01Ø\x017pÔ\x7Fúú\x05 v╗█`╩"
]
73 1.42 ms
SELECT `product`.`id` as `product.id`, `product`.`version_id` as `product.versionId`, `product`.`parent_id` as `product.parentId`, `product`.`parent_version_id` as `product.parentVersionId`, COALESCE(`product`.`product_manufacturer_id`, `product.parent`.`product_manufacturer_id`) as `product.manufacturerId`, COALESCE(`product`.`product_manufacturer_version_id`, `product.parent`.`product_manufacturer_version_id`) as `product.productManufacturerVersionId`, COALESCE(`product`.`unit_id`, `product.parent`.`unit_id`) as `product.unitId`, COALESCE(`product`.`tax_id`, `product.parent`.`tax_id`) as `product.taxId`, COALESCE(`product`.`product_media_id`, `product.parent`.`product_media_id`) as `product.coverId`, COALESCE(`product`.`product_media_version_id`, `product.parent`.`product_media_version_id`) as `product.productMediaVersionId`, COALESCE(`product`.`delivery_time_id`, `product.parent`.`delivery_time_id`) as `product.deliveryTimeId`, COALESCE(`product`.`product_feature_set_id`, `product.parent`.`product_feature_set_id`) as `product.featureSetId`, COALESCE(`product`.`canonical_product_id`, `product.parent`.`canonical_product_id`) as `product.canonicalProductId`, COALESCE(`product`.`canonical_product_version_id`, `product.parent`.`canonical_product_version_id`) as `product.canonicalProductVersionId`, COALESCE(`product`.`cms_page_id`, `product.parent`.`cms_page_id`) as `product.cmsPageId`, COALESCE(`product`.`cms_page_version_id`, `product.parent`.`cms_page_version_id`) as `product.cmsPageVersionId`, `product.parent`.`price` as `product.price.inherited`, COALESCE(`product`.`price`, `product.parent`.`price`) as `product.price`, `product`.`product_number` as `product.productNumber`, COALESCE(`product`.`restock_time`, `product.parent`.`restock_time`) as `product.restockTime`, `product`.`auto_increment` as `product.autoIncrement`, COALESCE(`product`.`active`, `product.parent`.`active`) as `product.active`, `product`.`available` as `product.available`, COALESCE(`product`.`is_closeout`, `product.parent`.`is_closeout`) as `product.isCloseout`, `product`.`available_stock` as `product.availableStock`, `product`.`stock` as `product.stock`, `product`.`display_group` as `product.displayGroup`, `product.parent`.`variant_listing_config` as `product.variantListingConfig.inherited`, COALESCE(`product`.`variant_listing_config`, `product.parent`.`variant_listing_config`) as `product.variantListingConfig`, `product`.`variant_restrictions` as `product.variantRestrictions`, COALESCE(`product`.`manufacturer_number`, `product.parent`.`manufacturer_number`) as `product.manufacturerNumber`, COALESCE(`product`.`ean`, `product.parent`.`ean`) as `product.ean`, COALESCE(`product`.`purchase_steps`, `product.parent`.`purchase_steps`) as `product.purchaseSteps`, COALESCE(`product`.`max_purchase`, `product.parent`.`max_purchase`) as `product.maxPurchase`, COALESCE(`product`.`min_purchase`, `product.parent`.`min_purchase`) as `product.minPurchase`, COALESCE(`product`.`purchase_unit`, `product.parent`.`purchase_unit`) as `product.purchaseUnit`, COALESCE(`product`.`reference_unit`, `product.parent`.`reference_unit`) as `product.referenceUnit`, COALESCE(`product`.`shipping_free`, `product.parent`.`shipping_free`) as `product.shippingFree`, `product.parent`.`purchase_prices` as `product.purchasePrices.inherited`, COALESCE(`product`.`purchase_prices`, `product.parent`.`purchase_prices`) as `product.purchasePrices`, COALESCE(`product`.`mark_as_topseller`, `product.parent`.`mark_as_topseller`) as `product.markAsTopseller`, COALESCE(`product`.`weight`, `product.parent`.`weight`) as `product.weight`, COALESCE(`product`.`width`, `product.parent`.`width`) as `product.width`, COALESCE(`product`.`height`, `product.parent`.`height`) as `product.height`, COALESCE(`product`.`length`, `product.parent`.`length`) as `product.length`, COALESCE(`product`.`release_date`, `product.parent`.`release_date`) as `product.releaseDate`, COALESCE(`product`.`rating_average`, `product.parent`.`rating_average`) as `product.ratingAverage`, `product.parent`.`category_tree` as `product.categoryTree.inherited`, COALESCE(`product`.`category_tree`, `product.parent`.`category_tree`) as `product.categoryTree`, `product.parent`.`property_ids` as `product.propertyIds.inherited`, COALESCE(`product`.`property_ids`, `product.parent`.`property_ids`) as `product.propertyIds`, `product.parent`.`option_ids` as `product.optionIds.inherited`, COALESCE(`product`.`option_ids`, `product.parent`.`option_ids`) as `product.optionIds`, `product.parent`.`stream_ids` as `product.streamIds.inherited`, COALESCE(`product`.`stream_ids`, `product.parent`.`stream_ids`) as `product.streamIds`, `product.parent`.`tag_ids` as `product.tagIds.inherited`, COALESCE(`product`.`tag_ids`, `product.parent`.`tag_ids`) as `product.tagIds`, `product.parent`.`category_ids` as `product.categoryIds.inherited`, COALESCE(`product`.`category_ids`, `product.parent`.`category_ids`) as `product.categoryIds`, `product`.`child_count` as `product.childCount`, COALESCE(`product`.`custom_field_set_selection_active`, `product.parent`.`custom_field_set_selection_active`) as `product.customFieldSetSelectionActive`, `product`.`sales` as `product.sales`, `product`.`states` as `product.states`, `product.tax`.`id` as `product.tax.id`, `product.tax`.`tax_rate` as `product.tax.taxRate`, `product.tax`.`name` as `product.tax.name`, `product.tax`.`position` as `product.tax.position`, `product.tax`.`custom_fields` as `product.tax.customFields`, `product.tax`.`created_at` as `product.tax.createdAt`, `product.tax`.`updated_at` as `product.tax.updatedAt`, `product.parent`.`cheapest_price` as `product.cheapestPrice.inherited`, COALESCE(`product`.`cheapest_price`, `product.parent`.`cheapest_price`) as `product.cheapestPrice`, `product`.`created_at` as `product.createdAt`, `product`.`updated_at` as `product.updatedAt`, (SELECT GROUP_CONCAT(HEX(`product.options.mapping`.`property_group_option_id`) SEPARATOR '||')
                  FROM `product_option` `product.options.mapping`
                  WHERE `product.options.mapping`.`product_id` = `product`.`id` ) as `product.options.id_mapping`, `product.manufacturer`.`id` as `product.manufacturer.id`, `product.manufacturer`.`version_id` as `product.manufacturer.versionId`, `product.manufacturer`.`media_id` as `product.manufacturer.mediaId`, `product.manufacturer`.`link` as `product.manufacturer.link`, `product.manufacturer`.`created_at` as `product.manufacturer.createdAt`, `product.manufacturer`.`updated_at` as `product.manufacturer.updatedAt`, `product.manufacturer.translation.name`, `product.manufacturer.translation.name` as `product.manufacturer.name`, `product.manufacturer.translation.description`, `product.manufacturer.translation.description` as `product.manufacturer.description`, `product.manufacturer.translation.customFields`, `product.manufacturer.translation.customFields` as `product.manufacturer.customFields`, `product.unit`.`id` as `product.unit.id`, `product.unit`.`created_at` as `product.unit.createdAt`, `product.unit`.`updated_at` as `product.unit.updatedAt`, `product.unit.translation.shortCode`, `product.unit.translation.shortCode` as `product.unit.shortCode`, `product.unit.translation.name`, `product.unit.translation.name` as `product.unit.name`, `product.unit.translation.customFields`, `product.unit.translation.customFields` as `product.unit.customFields`, `product.deliveryTime`.`id` as `product.deliveryTime.id`, `product.deliveryTime`.`min` as `product.deliveryTime.min`, `product.deliveryTime`.`max` as `product.deliveryTime.max`, `product.deliveryTime`.`unit` as `product.deliveryTime.unit`, `product.deliveryTime`.`created_at` as `product.deliveryTime.createdAt`, `product.deliveryTime`.`updated_at` as `product.deliveryTime.updatedAt`, `product.deliveryTime.translation.name`, `product.deliveryTime.translation.name` as `product.deliveryTime.name`, `product.deliveryTime.translation.customFields`, `product.deliveryTime.translation.customFields` as `product.deliveryTime.customFields`, `product.cover`.`id` as `product.cover.id`, `product.cover`.`version_id` as `product.cover.versionId`, `product.cover`.`product_id` as `product.cover.productId`, `product.cover`.`product_version_id` as `product.cover.productVersionId`, `product.cover`.`media_id` as `product.cover.mediaId`, `product.cover`.`position` as `product.cover.position`, `product.cover.media`.`id` as `product.cover.media.id`, `product.cover.media`.`user_id` as `product.cover.media.userId`, `product.cover.media`.`media_folder_id` as `product.cover.media.mediaFolderId`, `product.cover.media`.`mime_type` as `product.cover.media.mimeType`, `product.cover.media`.`file_extension` as `product.cover.media.fileExtension`, `product.cover.media`.`uploaded_at` as `product.cover.media.uploadedAt`, `product.cover.media`.`file_name` as `product.cover.media.fileName`, `product.cover.media`.`file_size` as `product.cover.media.fileSize`, `product.cover.media`.`media_type` as `product.cover.media.mediaTypeRaw`, `product.cover.media`.`meta_data` as `product.cover.media.metaData`, `product.cover.media`.`config` as `product.cover.media.config`, `product.cover.media`.`path` as `product.cover.media.path`, `product.cover.media`.`private` as `product.cover.media.private`, `product.cover.media`.`thumbnails_ro` as `product.cover.media.thumbnailsRo`, `product.cover.media`.`created_at` as `product.cover.media.createdAt`, `product.cover.media`.`updated_at` as `product.cover.media.updatedAt`, `product.cover.media.translation.title`, `product.cover.media.translation.title` as `product.cover.media.title`, `product.cover.media.translation.alt`, `product.cover.media.translation.alt` as `product.cover.media.alt`, `product.cover.media.translation.customFields`, `product.cover.media.translation.customFields` as `product.cover.media.customFields`, `product.cover`.`custom_fields` as `product.cover.customFields`, `product.cover`.`created_at` as `product.cover.createdAt`, `product.cover`.`updated_at` as `product.cover.updatedAt`, `product.translation.metaDescription`, `product.parent.translation.metaDescription`, COALESCE(`product.translation.metaDescription`,`product.parent.translation.metaDescription`) as `product.metaDescription`, `product.translation.name`, `product.parent.translation.name`, COALESCE(`product.translation.name`,`product.parent.translation.name`) as `product.name`, `product.translation.keywords`, `product.parent.translation.keywords`, COALESCE(`product.translation.keywords`,`product.parent.translation.keywords`) as `product.keywords`, `product.translation.description`, `product.parent.translation.description`, COALESCE(`product.translation.description`,`product.parent.translation.description`) as `product.description`, `product.translation.metaTitle`, `product.parent.translation.metaTitle`, COALESCE(`product.translation.metaTitle`,`product.parent.translation.metaTitle`) as `product.metaTitle`, `product.translation.packUnit`, `product.parent.translation.packUnit`, COALESCE(`product.translation.packUnit`,`product.parent.translation.packUnit`) as `product.packUnit`, `product.translation.packUnitPlural`, `product.parent.translation.packUnitPlural`, COALESCE(`product.translation.packUnitPlural`,`product.parent.translation.packUnitPlural`) as `product.packUnitPlural`, `product.translation.customSearchKeywords`, `product.parent.translation.customSearchKeywords`, COALESCE(`product.translation.customSearchKeywords`,`product.parent.translation.customSearchKeywords`) as `product.customSearchKeywords`, `product.translation.slotConfig`, `product.parent.translation.slotConfig`, COALESCE(`product.translation.slotConfig`,`product.parent.translation.slotConfig`) as `product.slotConfig`, `product.translation.customFields`, `product.parent.translation.customFields`, COALESCE(`product.translation.customFields`,`product.parent.translation.customFields`) as `product.customFields` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` LEFT JOIN `tax` `product.tax` ON `product`.`tax` = `product.tax`.`id` LEFT JOIN `product_manufacturer` `product.manufacturer` ON `product`.`manufacturer` = `product.manufacturer`.`id` AND IFNULL(`product`.`product_manufacturer_version_id`, `product.parent`.`product_manufacturer_version_id`) = `product.manufacturer`.`version_id` LEFT JOIN `unit` `product.unit` ON `product`.`unit` = `product.unit`.`id` LEFT JOIN `delivery_time` `product.deliveryTime` ON `product`.`deliveryTime` = `product.deliveryTime`.`id` LEFT JOIN `product_media` `product.cover` ON `product`.`cover` = `product.cover`.`id` AND IFNULL(`product`.`product_media_version_id`, `product.parent`.`product_media_version_id`) = `product.cover`.`version_id` LEFT JOIN (SELECT `product.translation`.`product_id`, `product.translation`.`product_version_id`, `product.translation`.`meta_description` as `product.translation.metaDescription`, `product.translation`.`name` as `product.translation.name`, `product.translation`.`keywords` as `product.translation.keywords`, `product.translation`.`description` as `product.translation.description`, `product.translation`.`meta_title` as `product.translation.metaTitle`, `product.translation`.`pack_unit` as `product.translation.packUnit`, `product.translation`.`pack_unit_plural` as `product.translation.packUnitPlural`, `product.translation`.`custom_fields` as `product.translation.customFields`, `product.translation`.`slot_config` as `product.translation.slotConfig`, `product.translation`.`custom_search_keywords` as `product.translation.customSearchKeywords` FROM `product_translation` `product.translation` WHERE `product.translation`.`language_id` = ?) `product.product_translation` ON `product.product_translation`.`product_id` = `product`.`id` AND `product.product_translation`.`product_version_id` = `product`.`version_id` LEFT JOIN (SELECT `product.parent.translation`.`product_id`, `product.parent.translation`.`product_version_id`, `product.parent.translation`.`meta_description` as `product.parent.translation.metaDescription`, `product.parent.translation`.`name` as `product.parent.translation.name`, `product.parent.translation`.`keywords` as `product.parent.translation.keywords`, `product.parent.translation`.`description` as `product.parent.translation.description`, `product.parent.translation`.`meta_title` as `product.parent.translation.metaTitle`, `product.parent.translation`.`pack_unit` as `product.parent.translation.packUnit`, `product.parent.translation`.`pack_unit_plural` as `product.parent.translation.packUnitPlural`, `product.parent.translation`.`custom_fields` as `product.parent.translation.customFields`, `product.parent.translation`.`slot_config` as `product.parent.translation.slotConfig`, `product.parent.translation`.`custom_search_keywords` as `product.parent.translation.customSearchKeywords` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation`.`language_id` = ?) `product.parent.product_translation` ON `product.parent.product_translation`.`product_id` = `product.parent`.`id` AND `product.parent.product_translation`.`product_version_id` = `product.parent`.`version_id` LEFT JOIN (SELECT `product.manufacturer.translation`.`product_manufacturer_id`, `product.manufacturer.translation`.`product_manufacturer_version_id`, `product.manufacturer.translation`.`name` as `product.manufacturer.translation.name`, `product.manufacturer.translation`.`description` as `product.manufacturer.translation.description`, `product.manufacturer.translation`.`custom_fields` as `product.manufacturer.translation.customFields` FROM `product_manufacturer_translation` `product.manufacturer.translation` WHERE `product.manufacturer.translation`.`language_id` = ?) `product.manufacturer.product_manufacturer_translation` ON `product.manufacturer.product_manufacturer_translation`.`product_manufacturer_id` = `product.manufacturer`.`id` AND `product.manufacturer.product_manufacturer_translation`.`product_manufacturer_version_id` = `product.manufacturer`.`version_id` LEFT JOIN (SELECT `product.unit.translation`.`unit_id`, `product.unit.translation`.`short_code` as `product.unit.translation.shortCode`, `product.unit.translation`.`name` as `product.unit.translation.name`, `product.unit.translation`.`custom_fields` as `product.unit.translation.customFields` FROM `unit_translation` `product.unit.translation` WHERE `product.unit.translation`.`language_id` = ?) `product.unit.unit_translation` ON `product.unit.unit_translation`.`unit_id` = `product.unit`.`id` LEFT JOIN (SELECT `product.deliveryTime.translation`.`delivery_time_id`, `product.deliveryTime.translation`.`name` as `product.deliveryTime.translation.name`, `product.deliveryTime.translation`.`custom_fields` as `product.deliveryTime.translation.customFields` FROM `delivery_time_translation` `product.deliveryTime.translation` WHERE `product.deliveryTime.translation`.`language_id` = ?) `product.deliveryTime.delivery_time_translation` ON `product.deliveryTime.delivery_time_translation`.`delivery_time_id` = `product.deliveryTime`.`id` LEFT JOIN `media` `product.cover.media` ON `product.cover`.`media_id` = `product.cover.media`.`id` LEFT JOIN (SELECT `product.cover.media.translation`.`media_id`, `product.cover.media.translation`.`alt` as `product.cover.media.translation.alt`, `product.cover.media.translation`.`title` as `product.cover.media.translation.title`, `product.cover.media.translation`.`custom_fields` as `product.cover.media.translation.customFields` FROM `media_translation` `product.cover.media.translation` WHERE `product.cover.media.translation`.`language_id` = ?) `product.cover.media.media_translation` ON `product.cover.media.media_translation`.`media_id` = `product.cover.media`.`id` WHERE (`product`.`version_id` = ?) AND (`product`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"%¯£©\x18£Å~v║È+9¡«,"
  b"\x10r┤<Î\x190\x10ï-Ø\x10lc"
  b"p÷áýePê«h²Rí>ñX«"
  b"¯Z+}µìxؽ\x10¥\x17¦¸•'"
  b"(£ ßÊÎsÉYJ^ÃèO\x7FI"
  b"\x01Ø\x01▄┴?|\x05×\x02\x18¡èUp%"
  b"\x01Ø\x01½ëÓrº┤\r0▀ á░╠"
  b"\x01Ø\x01í▀ tZ░═"L.W^©"
  b"\x01Ø\x01ø÷@|µÁ­ù,┤Zƒ{"
  b"\x01Ø\x017pÔ\x7Fúú\x05 v╗█`╩"
]
74 0.25 ms
SELECT `product_price`.`id` as `product_price.id`, `product_price`.`version_id` as `product_price.versionId`, `product_price`.`product_id` as `product_price.productId`, `product_price`.`product_version_id` as `product_price.productVersionId`, `product_price`.`rule_id` as `product_price.ruleId`, `product_price`.`price` as `product_price.price`, `product_price`.`quantity_start` as `product_price.quantityStart`, `product_price`.`quantity_end` as `product_price.quantityEnd`, `product_price`.`custom_fields` as `product_price.customFields`, `product_price`.`created_at` as `product_price.createdAt`, `product_price`.`updated_at` as `product_price.updatedAt` FROM `product_price` WHERE (`product_price`.`version_id` = ?) AND ((`product_price`.`product_id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)))
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x01Ø\x017pÔ\x7Fúú\x05 v╗█`╩"
  b"\x01Ø\x01ø÷@|µÁ­ù,┤Zƒ{"
  b"\x01Ø\x01í▀ tZ░═"L.W^©"
  b"\x01Ø\x01½ëÓrº┤\r0▀ á░╠"
  b"\x01Ø\x01▄┴?|\x05×\x02\x18¡èUp%"
  b"%¯£©\x18£Å~v║È+9¡«,"
  b"(£ ßÊÎsÉYJ^ÃèO\x7FI"
  b"p÷áýePê«h²Rí>ñX«"
  b"\x10r┤<Î\x190\x10ï-Ø\x10lc"
  b"¯Z+}µìxؽ\x10¥\x17¦¸•'"
]
75 0.41 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.71 ms
SELECT model_number FROM hobaIT_sparepartfinder_models WHERE model_code LIKE ?
Parameters:
[
  "%F6001S4%"
]
77 31.93 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:
[
  1001516196
]
78 36.83 ms
SELECT * FROM hobaIT_sparepartfinder_groups WHERE id IN (11199,11206,11221,11238,11244,12851,14243,14246,14247,15734,15750,18970,18992,18993,18994,19068,50110,50111,50112,50126,50140,50141,50142,50143,50144,50145,50157,51889,52166,52181,52182) ORDER BY number, part_type ASC
Parameters:
[]
79 102.45 ms
SELECT * FROM hobaIT_sparepartfinder_images WHERE group_id IN (11199,11206,11221,11238,11244,12851,14243,14246,14247,15734,15750,18970,18992,18993,18994,19068,50110,50111,50112,50126,50140,50141,50142,50143,50144,50145,50157,51889,52166,52181,52182) AND article_number IN ("45113101044","45113002000","45213012100","00062030000","45113004000","0966030083","45113003000","45113009000","45113006000","45113013000","45113021000","45113007000","0912050103","45113008000","45113025000","45113125000","0799025000","0770060019","45113019000","45113015000","45113030000","45113019050","0025080606","0025080406","0125080003","45113018000","0912050203","45113020000","45119050000","50430079000","0603070121","45230006000","0402040980","45230038000","46230035020","46230035040","46230035050","46230035060","45205004000","45205003000","46205003050","0025060306","46030045000","0770078020","0770052020","00050000208","00050000209","45235052000","45235053000","49030090000","0603061001","0025060086","0025060256","0025060406","45235055000","0014050123","0760082472","0625060001","50335054150","45235054028","0625006087","54835055010","45239006100","0025060126","45239060050","45239010000","31008060000","46239090000","45239093000","0770012030","45139005100","0888025030","45132020000","58414030000","45139004000","0012050253","45230024000","45230002300","0025060206","45235007200","45235008200","41001052000","45235009000","45235034100","0024060123","45235026200","45235025300","45235027033","55007016001","42013037400","45213080000","45113019100","0770022020","45113225000","46113225000","0912050163","0025060166","0770080019","45232100144","45232101000","45232139044","45232110033","0035080206S","0401110000","45232103000","0991060166S","45232105000","45232105100","0340084234","45232107244","75034050000","0402182412","45232013000","09910601661S","45232124061","0471150010","45233029010","45233029011","45233030000","0770015018","0760223270","45133028000","45233010200","45233001200","54632095000","00050000948","45206002000","45206015000","45206026000","10001120000","46230049000","46230151044","46230152028","45230150000","76235028000","45230000333","45230039000","58030021000","58038022000","46230024000","58330023000","46230023000","46030043000","58336020190","45230017000","0019050106S","45230060000","0325080200","0025060556","31007007101","45230089000","45230099000","0025080306","0472035150","03187Q0201","54630044000","0025100406S","36120781S16","52000173","46180009","36120386","93010217S","93010218S","93010219S","50181101S7","36120418S","36120858S1","50180095","50180217","46811208","36120151","46810893","R12012","RP10003","50180751S1","45305007000","0770300030","54603048100","45105057000","45305079000","54605069000","77205068000","50305012000","45305079056","50305016000","00050000813","4530403004491","46004030070","54603097000","0770160021","46004030071","55003139900","45103014144","45404038000","54611076100","0009050106","46304070000","56509064100","0024060136","45010083000","45010083060","0926080003","0991060202","0125060003","46304070044","45204066010","45204230010","0019050163S","60008045100","45233070044","0760162240","45233058000","45233050100","45233057000","45233054000","45233053000","45233056100","45233052116","0325080300","45230001044","58030020100","0770191015","45230025100","45230027000","45230026100","0025060606","0025060356","0025060506","45230072000","45232023033","0888030037","0760263561","45230016000","0770120020","0625062035","45230018000","0760152472","45230015000","45130034000","45230007100 I","45230007100 II","45230033100","45230074000","45230030000","00050002313","45231101000","57031525000","0016040163","45231027000","45131030000","45131109000","0799025055","45131035000","45131035040","45131034007","45131034009","45131048000","57031572000","45131015000","45131017000","45131518000","45131019000","45131007045","45131007048","45131007050","45131007052","45131007055","45131007058","45131051060","45131021260","45131021262","45131020000","45131074000","45131008000","45131009000","45131011000","15131123080","15131123085","15131123090","15131123095","58307016001","45131099000","54531696000","4530701303330","49007008044","58507003200","0770020130","0017060205","45031005000","78007000270","0024060273","77307026000","45307040000","45007040051","50307014000","4530805400028B","0017060206","4530800700028","0024060106","45308010000EB","0024060156","4530801300028C","45007040050","0981350133","54808020000","45206010000","72210079000","45309001044","45209010044","45209012000","0625060037","45209013000","45209071126","46210072000","4520907040033","45209060000","59009062013","45209081000","45109073100","49032011000","45209015000","00050000964","45310001044","45210010144","45009073000","0625062028","45210013100","45210014000","45210071101","4521007020033","45210151038","45210151039","45210151040","45210151041","45210151042","54310086200","0019080266S","45110265104","45110266000","59009062016","46010085044","0125120003","0934120103","45110090000","77110090050","45210011100","45210015100","00050000969","312305","312313","3210039","3212702DE/ENE","3212704ENE","44011076140","50203098000","50306009000","52000141","78112920000","3213844EN","322000","79412966000","45103023300","45308099200","59009062019","0934060003","45203063000","45213050000","54603062100","45213053000","46213055000","46213056000","46113060000","47013061000","47013062000","47013063000","46113325000","0912040103","45113170000","35480455S3","35480456S2","35480556","95010051S","95010052S","95010055S","35480497","35480591S","35480592S","46180581","48601494S","RP10021","35480551S6","35480551S7","52000271","52000223SET","35480583","35480581","48601166S1","T14034","00062010053","RP10006","RP10027","RP10008","07186T0201","0032100256S","45201032022","45201034022","50301038000","45201039000","59030029000","49001086000","0770021300","49001081000","46001086000","0770360030","59001092050","46301094000ABA","46301085000AB","00050000931","00050000925","45302001000","45202091000","46102010100","46302021000","50302020000","50311089200","45011089044","44011076200","45303001400EB","0025080656","45303053000","47103040033","47103040000","47103041000","54803044000","54603041000","0125100003","0094032253")
Parameters:
[]
80 0.42 ms
SELECT * FROM hobaIT_sparepartfinder_models WHERE model_number =  ?
Parameters:
[
  1001516196
]
81 0.27 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:
[
  "1001516196"
]
82 10.46 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"\\x7F3\x05\x05HDtµ=œ\x1CÆÍY†"
  b"\x06ü\x18{ÛËA\ü!¸Ö\ea\vç"
  b"C─'Å╠xG0¡o\x12èvﯽ"
  b"1s^ã”\x17EF¹¨57*ú>Ù"
  b"Ú~¶í\x19qC©±vÉ¥®[÷\x08"
  b"D9'›Ô3@\x0Ež˜/àr*²\x1D"
  b"þ¶÷\x06°ùI\x04­Wê‘\x11nÍ¿"
  b"(\tA=žùHÿˆ}ñ+ÖÔ§È"
  b"\x1AMM\x11¬õI­‚\x16ÔyRÚI"
  b"\x08r\x12oL@›Í\x04>I´?†"
  b"çQÿ]ç\x1CI(§-~\x14‡¦H¶"
  b"‘_oB`ŸNÙ©ž=PÛ\x19ê}"
  b"""
    ð\n
    Ç\x06\x07Ý@\x1A |TÝ^ê%^
    """
  b"aN\x15\x00M6A8ŒÃÌ™\x0EÈýT"
  b"\x03Æøµ˜TJІ7â]\x1D=’N"
  b">%F┼÷\x10@ÃÅß▓;Lrñ­"
  b"ž\tÿs»\x17C&´=ßïw´dú"
  b"\x01$\x17#▀ìL»è%´\x19┘Aø"
  b"╦µóWlµCYÉ\x08í³"Â\x1FÖ"
  b"\x1Cº-þà*EÒø\v\x19ã°þ\x1Dì"
  b"¯"O\x19Õ¢L«©§·W´ ‰ý"
  b";áF´LþNÜ¢²sksã¶b"
  b"Ø\x1D²¬›3CX—Jɤ÷°\x17\x04"
  b"\x13xëi\x00‚EªƒÚó\x02Õ>žu"
  b"®L²│j4A?ïwNpÏ\x17"
  b"©„½Ú”×A\x0E¦óéd¿\x16äÒ"
  b"Bõ+\x1A_'InÉ╠ÿI*K╩┌"
  b"Ʋ▄┤ÞüBÂî5$^¤Ôký"
  b"RËsd8óGå•u‰:&'à©"
  b"R@nN¯\x01J°›\x1FA~%õ·á"
  b"×"ØÂÌ"J8”E> æí×H"
  b"\x13Ùva¨ôC9…Y|Z¦m\x0F\r"
  b"‘ÀGÔ®0K; QAUòà\x18±"
  b"Ø┘W^ËòJ¥òqÜK\fvï▀"
  b"c–ÆûZãNg†ëæW„‚´¤"
  b"@éÏ®àÉG█ùï¤Õ\x14yIÑ"
  b"­{à\x02¦(J¹¸YWusë?z"
  b"k–OZ97E\x18˜a/ãmxúX"
  b"GMjhÞ¡C$ˆŸNâÂ-\x05n"
  b"‘s¹èÙfI+ž\x012,ÏÄ\e­"
  b"©“„R†\x10F,˜\x10hš¬\x1F$c"
  b"»-~@ÅÔN<¡¡╝¥ë1\x7Fã"
  b"\x14\x16â%LåØy\ev/X\x16R"
  b"ËÜ[×Lï6&xcfÉr"
  b"£\x01Ðù‰äB±§öƒF\eJ&\f"
  b"\x16Ä”§Å:@Ϻôs]\x14@KŠ"
  b"gˆ¯îoãLè–ßj[Q\v"
  b"–K†\x04È|E†£pP \x1C\x00"
  b"ÛuÃŽ\vx@c»µë·*é\x10É"
  b"y×)\x16ƒÒN\r¿═Øv▀Üce"
  b" ºH\fetF/´\x1Dçnìå£\x13"
  b"""
    l¬\„\x18†M\x1Eƒ$\n
    ô¤‘‡\x14
    """
  b"""
    B\x1A?ßÐÕF\n
    µ(ãp|¡\x1Ax
    """
  b"\x17È­ øçCÅ´\x11\x1F\x11\–6"
  b"r©‰ÅM1@͈×'G$:¿="
  b"ÔhÉ\x10DÎOIù╚yà\x05²Ûc"
  b"ieqâïïC¡¿\x0Ef4V`5ó"
  b"î?R1r¹H㣊v“*¯©§"
  b"‘RŒžéPO¥®&\x03Çf<:\n"
  b"®wz\x04\x18ƒI’¦‹ÃâÖôò<"
  b"╩±\x10B╬\x17OºïéÝg─üÿÃ"
  b"y\x16*▓├+BÕÅ-®\x19\x13└r¬"
  b"j,°9a`H╚صîý\x12wûæ"
  b"byÞ\uJCÉØÞ\x7F\r;àâQ"
  b"/Ðy÷öäI\x03«¢wž„ã|\x05"
  b"\x1E\e³l¸øBÉöº¡Ñpw­³"
  b"êr¡iª]H\x06 T*œ\x12a\x1C\x18"
  b"“[´\x13{\x1EL¨œƒ&)Ú°Ñ^"
  b"qålk£\x01Hõ¤Ý\x1F7[¬ûç"
  b"„¬G: ÏF$š\x13Ö›j\x08v3"
  b"NݱÍ\x12†FÞ°»–l\x1Då€i"
  b"\x1A"ã‡ß!M\x04”ùå—]ľý"
  b"áå:%\vUMY¸ïq‘9wC\x04"
  b"ü¡a:¥\x04D`Žù:|¥Ö\x19ê"
  b"ù˜\x19ÏíêN®½»ãlUjEØ"
  b"Òú\ri^\x03A\x13«ä0b¡fé¡"
  b"#x¢VÚLE?¸6¢bJYŒw"
  b"¹ä‡g#êI\x01 MÂ\x04e\x7FÝï"
  b"▄zYe\x05ÌM8Áðú╚╩ª\eØ"
  b"Öá\x072\r\x11G‘¿Ë:;ž\t©¥"
  b"•oå»\x11Š@®±þU/?¼Þ\x0E"
  b"(ž“8&zOŸœŠÎ»\x1C8”˜"
  b"ª¥¼t+¼@Á­ïh)ûéuK"
  b"ËR*eø¢C╚ñ^╚³\x0FÅp×"
  b"å—\x15ÏÿYD\x04Œè³_bÈCå"
  b"^ðÛaoEF\r™D\fN¼¯:¦"
  b"ü+ž7¢HLdª¼"_â\\vM"
  b"K@\x08MíÔH©®ë“p\x06”¹\x17"
  b"þY·½ÚmL̦‹D&\x19¼â:"
  b"ßZX¸ÜÉI\x14¶aY\x12\x04\x1Aû\x04"
  b"ݯôÑÝ┘@ü╣ÖÌÝ░\e"
  b"#Д$AÉLs¡q7¨\x0Fß‹Á"
  b"ôé/GRfA˽öÐ\x0EG,Ly"
  b"\x1EðxìÐ┌G▄ÿ\i\x07÷S┌W"
  b"""
    3»C\x1F\rFd╗\x18ÔØ>¬\n
    \x02
    """
  b"`╦®ü╬íD┬¥▀│\x04\f\x1A└â"
  b"xõà÷C\x1FF« ƒy\x1C÷­çâ"
  b"ÚqN»ŒµK÷’w¨Žñϯž"
  b"I\rž^`[H§Ÿ–§É볡‚"
  b"õ¿\fÞ\x0EDE\x1E†‚Á\x169f]\x08"
  b"dF}hºYDD¨~\x0E਱¾Í"
  b"Ê^Ù\x15…ùI‹¶SÓIj†f\x7F"
  b"'ÏÔô╦ÁO³¿\x05L"iìa#"
  b"Ú瀤ZMK´¼¤Rh¯\x02\x7FÐ"
  b"ð\x16\tëÂ\x06Hâ…{È1dZÈ^"
  b"˜\–f ˜Nò´#Tƒ­5Éÿ"
  b"Ìs-²ôuLþŽ+\x08A!ŸU¿"
  b"""
    ¯\n
    êØ\x1F\x1ACË¡¼{\fï\x16Wf
    """
  b"╝┤â\x14"aGvæ=┤k▒rÅÙ"
  b"6û˾G²I0šìËÐ\x04"s\x0E"
  b"ùáÐ4E…H‹©Ä^0‡U º"
  b"Ä\x1F¢<ã÷L•ŒÏ\x1EeL“„´"
  b"vµ$“µ\x18DSšñ7ß>“\x18ö"
  b"\x07\x13‘G\›|\x03ž¸â\x12¾"
  b"M[Í©\x10šF: ?¸Ï…\ÿµ"
  b"É\x03¦\e·WGz„äÙ ÅÃ7q"
  b"˜€\x13\x1EK­†!ÃBpzN“"
  b"2q\x16¤eJô˜ÅMP±Š™]"
  b"+ahÉ\x14▒Jwø=:\x15┤&ß_"
  b"6█╣µ®{K\x16▒'f`@É┬¦"
  b"ÖM³ÿ\ve@†•\x01u°!ŸÇš"
  b"¢E\x0EÍW\x1CL\¬qÄ *\x1FÕ@"
  b";\x1CEÄ0Ð@7À)\x0Eüêm\x15N"
  b"ÉbM“›jN\f“Êbò\x0EA/\r"
  b"aÞ½¡\x02\x00C•š¤—ÊØq\x1Dq"
  b"""
    4Û¾C0\x18Jq³\n
    ‚ëZ$\\x07
    """
  b"÷ÃD\x18›îJÿˆ¡¤ Fm\v~"
  b"M¤û{\x11¾@à¨ü‡³æaS:"
  b"¿µ\?LBIß¡nèv\x12zcd"
  b"¿!\x02[\x13­FLäÞUQ*dÉ."
  b"aLúðß!A]…5„ѱ÷±›"
  b"""
    1\n
    Õ2æ╬GÅÑñ¼!┼Ú¶¶
    """
  b"Zn+┌▄\x1FO%à»\x15fÙØ─╚"
  b"l\x0E╗`¢ÌD\x12ÿ╗3#zìl└"
  b"~C´Kû]D\x19ìó»~bÄtæ"
  b"»Ê/ÔxÃH!‘mH|î¼ùÉ"
  b"îaz»ðÇO\x13╝ø!\x1A\x00Ø`U"
  b"""
    ˜\x03ï\n
    [ÖM÷’]H·à„™4
    """
  b"x„,\x1FUøB£°ü¢)ɼš±"
  b"""
    ×\n
    $\x03ììK\x13ÇæÄ4@Ùk}
    """
  b"éŸ<K FF\x13ƒ©¼g=\v‡¯"
  b"¼ éò\rÉO4±…ÛMúmL±"
  b"6mUÜÇüHFå[Î\x12Ï░®¡"
  b"ƒ«KL&TEͲ\x04Ò~œÌz\e"
  b"¶¶Î\fÆëF¶„2îè+ÿw]"
  b"\x18[ÜZ\x18Gã“t\x17\x03ÈÔ–("
  b"¶ähì8éAy¿ \x1F ¦Ô@±"
  b"$\eLY\x7F¥D6£¡²á©Öž¡"
  b"&'éèöâI\©a\x1A«Ï\x11ÉÂ"
  b"yéÕóñ\x01Nrª8#Zˆax\f"
  b"\x05H%«\x00fNç€×b¼c¥eö"
  b"\x16¹aji=@}ƒÃž\x03Ÿëö\x00"
  b"\x02\x04Æ$┼cG\x17ƒñ└\x13Ô¤═Å"
  b">Û¿Q]ìM\r„ÃÏ‚¨êt9"
  b"­òŒ\e†fAÊ€€^Ú\x0Fe~G"
  b"Ü.Ô |█B0╝s¦É¢e}Ñ"
  b"^M\x14ö\frC\x1Fª4’Ž]Y%"
  b"\x15­†ÊÎ\x00I;•\v5i“\x14ÄÈ"
  b"JáD\x14¹tL\x1FÅ\fE¿-0Ñ┐"
  b"Û┬Â┼BÖK\x05ƒÞgüÚù\x00Ã"
  b" \x16ço¸ÆN^¯ëÉÞ…šËe"
  b"ç7ëQn»Nû¯êˆÙ\x11ü-v"
  b"ú@\ÅB›@ù¬þ›Ý/V\x1E}"
  b"t€¦¯\x0F§B<·~4ðŒ"È""
  b"*B ô¦¨N‹›j>_\x08ÉÍñ"
  b"ÅoÑÍ&\x18AÚ´Øö\x0FürÔ\x17"
  b"ï³\x14ݶ\x1FMì…\x1DoõûY‚Ž"
  b"hÞH\x16V\x17L1’®\x11] Y†"
  b"ýØ\e¯ÎJNKå\tºûGw▀└"
  b"■2▄═6µDµ¡Ø¬zZ-Ä)"
  b"<ë7§2BBb‘]9KÞÕ¦{"
  b"´š>eGxO\x1FµØ"Õ,É¥\x07"
  b"…a£\x0FØŒFŸ”}\x1Cš¡ÃÝÜ"
  b"│ı¤▀ô\x04O\x0Fت>\eý\x0F"
  b"¼6▓©Ø¦K█«q├¼`╦Hl"
  b"É} Û7ôB-…À^ƒÎ\vp†"
  b"ç”ü§©õEš•\x03ÞZOÓ®\x10"
  b"|»L¤âÙDÑ░²c═Oü'Æ"
  b"·l;!Û\vJR¸::\x18\x1A@dû"
  b"ü¾¾\x18╠ƒN║¢¿\6P \x1FV"
  b"#WÔ•‡›M}™¿pÝtºéâ"
  b"\\x03ë\x1DÄÄC•‘†—‡\ev‚N"
  b"Dúo༕F\x03žrU9Õñµ\x14"
  b"\x1F■Ø:╗áFP▓ÅA"dØOv"
  b"îÔ\x10ù„à@†ž¸æÊÂóÎÈ"
  b"œ7Ó "æFɧ¦R_Ig[R"
  b"s╠+°\x19ÙF,×p½▓\tÉ╗┌"
  b"Q\x07\x05\x03•?F3ŠåSªØ6›\x0F"
  b"›Ls\x18ä¨Hl˜$~ˆ:©Á±"
  b".ÂA­(yD,ŠÜu†ðùË"
  b"Ä„Š\x03ňHñ¦\ž”¢Šì""
  b"'Y¸ü\e¨Oú²»£œ\x12våh"
  b"""
    ¡\n
    ¦ ¼×MÖ“žßx±\x15÷8
    """
  b"7C;æÂ:I‡¦¡‹Få¢X#"
  b"Toyæ╦$G\tòæ\jj\x01¯Ø"
  b"q\x18ù‘Å%C>‹œ÷vî‚¶E"
  b"™&s\x1FoŽMe±õ\x05ª³ä\x02Ï"
  b"¤Vf”õ5J\x1C™5'í\x1Eø*\x0E"
  b"\x04èqØ,øLfÅ\x18c6╣Êb!"
  b"$˜d9n¯MW©\r\x1De;Û"
  b"u\x16ks4êO‚¨Â\x7F`ë¶(\x00"
  b"\x03\f+†y•NÒ¡’ЫAY’7"
  b"`åãûÝ,J░▓c\x1C÷êÉH¢"
  b"3ƒå¢Õ\x07Fšˆƒiíjìj\x07"
  b"ËëºÊì=C4¯&‰\x18éÏMh"
  b"Z]à(ê\x04GÉ \x1C·¸†!~\x11"
  b"TÙisJ\eC·±Á¼p°\täó"
  b"&?Al▀yIlêVÉ»oòÎA"
  b"=îN;OTL¡±\x16es5^Ì\x18"
  b"/q(ßòýC˜³ÆsS1gíu"
  b"èºN0#(B/▓±╚\vÿÉi█"
  b"ð<µu–äB]”¶ç\x07I€§˜"
  b"\x03À!\x14’{IH–\x05ù\x12¯\x17°Ç"
  b"X‰¬\x1A›8L|¹\x1F–GéÞ¿ï"
  b">╠ñFã¡FÉ╣újñ¤§/\x13"
  b".ê…­‡Aû’1ž¢%—’\x19"
  b"úQý├½Ò@■üøÑ»DC'É"
  b"®û+Î)*Gxšªd\x1CêË©£"
  b"I—\x0Eâ^~Iæ¡Wyê-Ø\x05v"
  b"ŒþÖÀ\x0E×Iaˆ€\x07溢æJ"
  b"‡ç2<Î\vO«‘å÷ÝZ›ú_"
  b"®ê\x1AB>×C9ˆ‡bHÝŽ…w"
  b"═hÜ║iÓDöâ]ãÏ37äì"
  b"Г;?ŠEæžå¸\x1Db—Œó"
  b"""
    %»Ò\n
    *Å@í┤#U¯6µÀÞ
    """
  b"\fgæGMܱû©e±.ÍŠ"
  b"5MíÉ\x0E\x18FÀ¤xî.iœòœ"
  b"ô ýC┬¸H+ÿ³A■wõ┐Å"
  b"Ù@\x06økŒ@‰¶îi&Åð% "
  b"\r}só\x17ØH\x06ükHáN─};"
  b"–y\x13v2XGS†=Á{\x19¢ü…"
  b"\x10•2y©]KôµDA\x10Ù\x08Á\x7F"
  b":zùúÆöD; Uš4jx1C"
  b"ã®Àg“0E¢“KÑã…l&:"
  b"Œ€z÷\äAN°iT²ó?ØË"
  b"%ë™7J„Cª¶†%U\x10Þ”_"
  b"”iž-áóCË©Þíöö¸ìQ"
  b"{x•bdæFH¹ì:Nã<ˆS"
  b"q½È\x18ZèBÙµŠsFñß\e"
  b"â\x1DA,\x1F“O¹‘:\x07xÆŒü8"
  b",þwR]–C°µ‡Ö\x06\x02\x10‡f"
  b"╗ì\rå\x07¹H┼ô !\x02f┴ò│"
  b"""
    Öæ1|\n
    \x19@â”\x10\x19¢eC³¢
    """
  b"2FΚ$ÈHɈÐòf«d'¿"
  b"Û└t±ãÂBEºªíC[Øì/"
  b"ÞóãÉŠ\x1FG>†èÜJñØ>\"
  b"│w<ã╣═BÿÄHç´aÅ╝b"
  b"ÿåÉEt2JåéÒßdJn=é"
  b"YÐú%¢“Oæ´\tk'©Ïuø"
  b"u»šm\x7FkOë¥T¥òOýn!"
  b"§ØŒùP\x01Dѧ\¤bûÏäy"
  b"\x14\x01ºÐÕ›Bž¡¢GޣƤ4"
  b"!ßÿ\╠ÁC\x00ëh®ìj5ƒS"
  b"%B˜‰7VC\x05ŠíÆîΔ¿|"
  b"\x14ÒëØsH╚êk\eV\x13┤&å"
  b"\x18½è\x10\x10\x12JùƒIF’G’d‘"
  b"gzA^:\x02GÀˆêÕ'C7²\x01"
  b"äœz€fgB¾ ††£ŸØiM"
  b"\x7F\tÝîí¥O`Ž\x10\x10¢r<w"
  b"¤ñº½-áEg™°\x7F혾ˆ'"
  b"¤õ­þH.G?¡Ã┌¾PÌAü"
  b"\ftLq¿\rB¡³ò×NL¿*õ"
  b"qybǾÕHï²N¹þD"¿ý"
  b"\x00KÚ«åäCü¿║zd·¾^V"
  b"""
    /P¨3a;K\x12˜\x7FM}ãI\n
    \
    """
  b"ìæá¡³\x0EJ\x04áõ\x18|╠O,K"
  b"Vu¬m¸C(“‰©—d\x04ÑÆ"
  b"B¬]½´\x0EL°¸H‚\x07§}§ê"
  b"Ü{Qïš²L½˜:Œ^‡ùÀs"
  b"mp\x16šëËBð»S_¨œ‹6p"
  b"”C¶\x0F~#@Ò‹–Ê«ð\x1E\x1C`"
  b"\x15#Ô‡`MGè¯u\x1Dº>áMq"
  b"h\x18éVXõHˆ—gµs\x1EÎ%K"
  b"ª\f=î¦^Hå‡p\féy\x18"
  b"«Â\x1An7žNN„~°ãx‡ù…"
  b"¥\x15ì:‚ O\x1E‰G!A6\x16¥m"
  b"³»BÈ@_M†º*Î5ç“t\x1F"
  b"xîÏÚ┴ÖL!ùa±`╦]­Ø"
  b"8Ú„Nƒ„CË©L…Ç>˜ŠØ"
  b"ª÷Ô\x10'¢DZˆ9˜"ù4\f²"
  b"\x15Y\x07òd…L>Š\x18iS\teÚø"
  b"»%²\x1Fø]F„€?•±”<Bì"
  b"<K†UÑŽCÇŠz'¬\x1D\e\x16`"
  b"\x162\x15ÿµtN« ‰EŒ\x02IäÓ"
  b"¦©Ÿ”u5J`‰-\x17;\x04\x03M0"
  b"0´â\x11ª'L¡¶\x11Ÿoe\x11`\x06"
  b"Ǹ&ò=´B╩½)ìT\eíBõ"
  b"ú鼿EðM\x1D§F™òù\x13r)"
  b"-ò¨ºËâNƒ³áÎìúŒùG"
  b"ØþE\eõ”OéµÁ•f=\x15"
  b"AyPjy~J~´åÍèÒÊ\en"
  b"ûÍ\x1Eƒ¡,F¥±këú9‹n¡"
  b"Î×X\x1F—ãM‡„¾’¤éÈ\x18"
  b"~42\x12¸ÏI'ìô6º■Ø-â"
  b"øF*\x0E=šL¹·¹Ë\x08\x08wµû"
  b"""
    \e¨\x0EäÐ\x19E;¢ªˆò\n
    )T±
    """
  b"zÑÌn»jF¸ "u?ÅxOT"
  b"""
    \n
    8X\x16P£B»—GŽUR5\v
    """
  b"""
    \f\n
    Â\x06fÞGd£y¶a/\x02\x18C
    """
  b"yúÔó\voBü„\fð°ø".."
  b"êª▓ì\x14/LâäLó\x06\x1FLKr"
  b"¬ÈdÀ¿†BŸµ›Ú—,1Y›"
  b"8†\fZ*3F³¨[ýÑϸ²Á"
  b"@:­Á5JC/¢‡A•§·‘M"
  b"Ö¾ò}\f$Gé«°á\-Íò¬"
  b"@L<fªWK\x1F½£Ý\x07\x08"
  b"\x10ÎeÏsjEøœì—ç\x03\x15"
  b"˜÷.5íüA\x05‡«\x04ÖÓ ªL"
  b"#'ºû„\x02Að—¬W¿Çé!\x1D"
  b"sÌ)7\x1A¨N‹™šiš|\t\x1D"
  b"\x10 ’Ù5ìHΚ˜Mn\x7FÙ€{"
  b"q¼KC:4G°—\x0F\x0Eè†\x0F\x17\x07"
  b"\x05K<ñC\x03…³·L\x04«âØ"
  b"\x0EpÆãOc┐\x16\x7F:╣É Ï"
  b"╬º╚├¡ÉA ä==Q\{ê?"
  b"£M\x06\x14ÂáC5…áü<\x07}ÊE"
  b"Àœá‚$ÆI$Š‹\f°h+\x18"
  b"Ãn\eLjÚI¥¿Ç&†øià."
  b"—Ù\fUáôB\x1Fµ6!\x0F\x0F6Ó$"
  b"„•¡H\x11TM\x07¶ŒØZðÚýà"
  b"÷°L\x0F\x1EºFEìÊ&\v\x14\x1Al^"
  b"HÇïºÞ%J‹ˆ‚+\x1E¼èÍ<"
  b"Âü~gÉÙJ}æ\x00v\x0F;°é%"
  b"§±þG,ùN@‰MtT\vÏ•³"
  b"âé┴ºb#Gåìx░Ñ■╠░Ì"
  b"¸UîeœfIH·A«{k\fûã"
  b"\x03O¸‡GDHƒƒßºë¢BÀ\x1C"
  b"""
    .\n
    ÝØyÕ@ªŸî\x7FÁ/RN}
    """
  b"\x02\f•LD5‰j›^ß\x009F"
  b"˜\x18'ç20EØ„R‚>‡ø—b"
  b"ôiÏeo\x01Bz‰\eB3‹¯7¦"
  b"Ï}\x05@ÛÂB╗àu\f\vì╩\e*"
  b"’;\x10µ9Ñ@â›WmÊ>Nÿ\x08"
  b"ÙdSõn/@@‚é,*[ž(é"
  b"\x08þ?µ\x18‹JI»Ÿø%\x0ELƒÁ"
  b"ÓÉË8¡\x1FB¾£t禅¿Ø("
  b"\x13aËĺ@Byîæ[S\­Å─"
  b"î.ü“‚¹IdžL›­Ú\x10â\x0E"
  b"Õˆt\ehJC\x10³\x1D¡p6´\x10K"
  b"-\\³Í\x1AHyü╗¬┐ξz\x03"
  b"\x131ñ•7ƒAΜÊpš/\x058%"
  b"\x17ÄNWà\x11J·ˆúTÑå˜g<"
  b"""
    £)m“ï\x1ALLJÚ\x18\n
    é„G–
    """
  b"½çuð\x1FYISØÛt╩ÜJ>Ü"
  b"-t\x00—¡ŽJw²åõ*AU_ö"
  b"?°óX€ÏFà´\x04¾ìrú¥\x00"
  b"ȤÐt\x00RCˈÊè(bb«\x1E"
  b"-Ïßl\|O}ºÍÉ”ùU†;"
  b"Í7ñüãÜB/êv\t\x1AmC\x13"
  b"""
    <Ñme\n
    Ú@^ˆQª¨L€8£
    """
  b"4\x13ÅågÊG\x1Eò9¯¼â¡ZB"
  b"nt"î\x1E\x14C}«\rK†(‰˜¡"
  b"œÂ\x01Au\x12E/‚Зߝõõ["
  b"ÓÂ╝Ù█wGt¿╣\x1A\x02É╠/{"
  b"]—Û›3 MôµË\x13æ4€vÌ"
  b"\x0EVÇ›²kB=¬;\x073 Ñ%\x05"
  b"ÂÅò\e5JJK®v\x0E®[X\x18\x12"
  b"│ÇìYéƒN¨ùµWár■/F"
  b"¾š´8\x15q@_›Ab«Y“íì"
  b"Ó›øh’ÈKâ´uL׊c\x07o"
  b"4C=Rö╗FïúõÉíÍs\e"
  b"caŸì*0Jy€Ød¬¹PH\x1D"
  b"õæ·B\x1AîE\x04âkuáqÉù■"
  b"¥¯|‡Q;J‹’èå›™ÿä²"
  b"""
    \n
    \x02åþ\t}Cì‡6\x11Ÿ\x01¶‡v
    """
  b"┴Åy¸i┴Fı╝\x18"±╚ó®ÿ"
  b"aò;ÎxˆKŦò Ù0Õ\eK"
  b"¥dßp.ÜC\x7F‹.0E,\eÐü"
  b"=û)rıôM┤ª/Å\x05ö╝Àd"
  b"\x7FÔ8@e~ES‹ô*§½úwé"
  b"g·Å«COBé–“U\vjC6$"
  b"°¦¶þL½Nâ„£\x01&×åjr"
  b"*a~x_ÍA\fšhV8X\x06\x1CÜ"
  b"\fËF³eòGr‡UMÓT\x15"
  b"iUèÐ&•G-ŽTHBˆ|òÇ"
  b"ùÜ\x16*¤ûE"нƒ¸Š`–#"
  b""SÒmû\x15H’—]Âðß[Ú'"
  b"""
    vö04\n
    YBv¨\x1F²¯7]O½
    """
  b"ëµG¡-ãN\x15¡~x¼ê\x1Cð–"
  b"\x07Ù°G0AOL½&x÷Â3Ð\x03"
  b"Úw¸é\vùD\x1A╝■Ž\x11¯Ë\x16"
  b"ê,–Û\x1D¬G‚±áÓ=ÞYý\x1D"
  b"[fý'uæM\x01´pp‰Óì‡["
  b"èGL©Ÿ1Aµ‚›Œ\x0E9N)¥"
  b"\x19c:YxêB‰·_‡u*ÂnQ"
  b"\x11B(¬3¯Hž‹Î\x18?$ \r\x06"
  b"""
    Œ¶\rÅð™@\¡ìóO \n
    ì8
    """
  b"zßòc™\x19B⿽°>«<„ö"
  b"""
    ×ü╬\x7F\x10FBEÿA3\n
    \x14'É©
    """
  b"¦Ý4éÎ>@\x19¬:|Ju"
  b"\x11sV‚Ái@¯¡ü\x1C÷úB\x03\e"
  b"Ʀ¸ÚÏõN¦’S˾¨Ýƒ¡"
  b"\x08¾ \x03áÏLØ”O2ãÌ…\x1EÐ"
  b"bXþª\tÁGÅ»}gÆq(Ê\x08"
  b"ú’J³•§J\x03«3\x0F\x15ú`\x1F¼"
  b"""
    †§½8¬nE\x16¤v\n
    ¥\x1C×gì
    """
  b"å{û\x05\x19RKM„Êg›Ž0ÌÙ"
  b"ı~`┤¶dL╣¿Ç°êü\¼┐"
  b"´p:«ÀÎB¼ìÎf\x064S\x115"
  b"\x19š\v_\x05C_‹ªÒXû¼8ü"
  b"gRƒÀ\x02nK\x1F¼/ˆÂÀþžÞ"
  b"ýÅÆ;’\x1EMäžyÖlºa¨\x7F"
  b"\x1E0d|üÖI°¥¬\x04\f\x13\x11o"
  b"¥;}ç*ÌC\x13­—Rú":­ß"
  b"ª01ùýrM¼ŸíˆN¦+<Ý"
  b"Éç\x1C\x17D©;\x12a©(S\x00"
  b"\x05,k¿A„Ž*É(Z\x02ª\t"
  b"X╝Øç)\x07N¨é6v}¡ý=4"
  b"═╩=ÌÉR@█ØlH}Á%ûý"
  b"\x12s{¯L;¥Ù)¥ã\x05\x1F\x08"
  b"_?D:\x0EWNvÉQÁ~]8ıc"
  b"“ýGóû·GÍŒC"u{ÞWM"
  b"Äâ[\x16¸ˆK~³\x12A662¼["
  b"á│║feßJ\x1AÅ\x7Fx6o,\e\x7F"
  b"‹Ý££åÏJy¸eã7C÷\x07ô"
  b"ê*\rÉä\F╔╗\x01ûYª\x15‗5"
  b"\x1F0zúzÄD‡’ˆ×[4¬®~"
  b"êÕëü\rª@É—`eÓeÆd­"
  b"¾·ø'SmL\f™¦[)Ìc5f"
  b"I\x055É¡ÊIÆï\x1F÷±ÿÇá·"
  b"1ºÁ%XöFŠ…-\x1FˆÑ½LZ"
  b"ªƒYÅM\x03O[êÚÉ‗<bË─"
  b"\x00K\x11¶dBI•–Šb”ÔêJç"
  b"º¯\x05\x01D&I§€åH\e-\f¤m"
  b".{a3\x04¦LûéM\eµ Ï1É"
  b"ÖÙ0\x03\x1D├F\ÅÞè£ëGnW"
]
83 26.33 ms
SELECT `product`.`id` as `product.id`, `product`.`version_id` as `product.versionId`, `product`.`parent_id` as `product.parentId`, `product`.`parent_version_id` as `product.parentVersionId`, COALESCE(`product`.`product_manufacturer_id`, `product.parent`.`product_manufacturer_id`) as `product.manufacturerId`, COALESCE(`product`.`product_manufacturer_version_id`, `product.parent`.`product_manufacturer_version_id`) as `product.productManufacturerVersionId`, COALESCE(`product`.`unit_id`, `product.parent`.`unit_id`) as `product.unitId`, COALESCE(`product`.`tax_id`, `product.parent`.`tax_id`) as `product.taxId`, COALESCE(`product`.`product_media_id`, `product.parent`.`product_media_id`) as `product.coverId`, COALESCE(`product`.`product_media_version_id`, `product.parent`.`product_media_version_id`) as `product.productMediaVersionId`, COALESCE(`product`.`delivery_time_id`, `product.parent`.`delivery_time_id`) as `product.deliveryTimeId`, COALESCE(`product`.`product_feature_set_id`, `product.parent`.`product_feature_set_id`) as `product.featureSetId`, COALESCE(`product`.`canonical_product_id`, `product.parent`.`canonical_product_id`) as `product.canonicalProductId`, COALESCE(`product`.`canonical_product_version_id`, `product.parent`.`canonical_product_version_id`) as `product.canonicalProductVersionId`, COALESCE(`product`.`cms_page_id`, `product.parent`.`cms_page_id`) as `product.cmsPageId`, COALESCE(`product`.`cms_page_version_id`, `product.parent`.`cms_page_version_id`) as `product.cmsPageVersionId`, `product.parent`.`price` as `product.price.inherited`, COALESCE(`product`.`price`, `product.parent`.`price`) as `product.price`, `product`.`product_number` as `product.productNumber`, COALESCE(`product`.`restock_time`, `product.parent`.`restock_time`) as `product.restockTime`, `product`.`auto_increment` as `product.autoIncrement`, COALESCE(`product`.`active`, `product.parent`.`active`) as `product.active`, `product`.`available` as `product.available`, COALESCE(`product`.`is_closeout`, `product.parent`.`is_closeout`) as `product.isCloseout`, `product`.`available_stock` as `product.availableStock`, `product`.`stock` as `product.stock`, `product`.`display_group` as `product.displayGroup`, `product.parent`.`variant_listing_config` as `product.variantListingConfig.inherited`, COALESCE(`product`.`variant_listing_config`, `product.parent`.`variant_listing_config`) as `product.variantListingConfig`, `product`.`variant_restrictions` as `product.variantRestrictions`, COALESCE(`product`.`manufacturer_number`, `product.parent`.`manufacturer_number`) as `product.manufacturerNumber`, COALESCE(`product`.`ean`, `product.parent`.`ean`) as `product.ean`, COALESCE(`product`.`purchase_steps`, `product.parent`.`purchase_steps`) as `product.purchaseSteps`, COALESCE(`product`.`max_purchase`, `product.parent`.`max_purchase`) as `product.maxPurchase`, COALESCE(`product`.`min_purchase`, `product.parent`.`min_purchase`) as `product.minPurchase`, COALESCE(`product`.`purchase_unit`, `product.parent`.`purchase_unit`) as `product.purchaseUnit`, COALESCE(`product`.`reference_unit`, `product.parent`.`reference_unit`) as `product.referenceUnit`, COALESCE(`product`.`shipping_free`, `product.parent`.`shipping_free`) as `product.shippingFree`, `product.parent`.`purchase_prices` as `product.purchasePrices.inherited`, COALESCE(`product`.`purchase_prices`, `product.parent`.`purchase_prices`) as `product.purchasePrices`, COALESCE(`product`.`mark_as_topseller`, `product.parent`.`mark_as_topseller`) as `product.markAsTopseller`, COALESCE(`product`.`weight`, `product.parent`.`weight`) as `product.weight`, COALESCE(`product`.`width`, `product.parent`.`width`) as `product.width`, COALESCE(`product`.`height`, `product.parent`.`height`) as `product.height`, COALESCE(`product`.`length`, `product.parent`.`length`) as `product.length`, COALESCE(`product`.`release_date`, `product.parent`.`release_date`) as `product.releaseDate`, COALESCE(`product`.`rating_average`, `product.parent`.`rating_average`) as `product.ratingAverage`, `product.parent`.`category_tree` as `product.categoryTree.inherited`, COALESCE(`product`.`category_tree`, `product.parent`.`category_tree`) as `product.categoryTree`, `product.parent`.`property_ids` as `product.propertyIds.inherited`, COALESCE(`product`.`property_ids`, `product.parent`.`property_ids`) as `product.propertyIds`, `product.parent`.`option_ids` as `product.optionIds.inherited`, COALESCE(`product`.`option_ids`, `product.parent`.`option_ids`) as `product.optionIds`, `product.parent`.`stream_ids` as `product.streamIds.inherited`, COALESCE(`product`.`stream_ids`, `product.parent`.`stream_ids`) as `product.streamIds`, `product.parent`.`tag_ids` as `product.tagIds.inherited`, COALESCE(`product`.`tag_ids`, `product.parent`.`tag_ids`) as `product.tagIds`, `product.parent`.`category_ids` as `product.categoryIds.inherited`, COALESCE(`product`.`category_ids`, `product.parent`.`category_ids`) as `product.categoryIds`, `product`.`child_count` as `product.childCount`, COALESCE(`product`.`custom_field_set_selection_active`, `product.parent`.`custom_field_set_selection_active`) as `product.customFieldSetSelectionActive`, `product`.`sales` as `product.sales`, `product`.`states` as `product.states`, `product.tax`.`id` as `product.tax.id`, `product.tax`.`tax_rate` as `product.tax.taxRate`, `product.tax`.`name` as `product.tax.name`, `product.tax`.`position` as `product.tax.position`, `product.tax`.`custom_fields` as `product.tax.customFields`, `product.tax`.`created_at` as `product.tax.createdAt`, `product.tax`.`updated_at` as `product.tax.updatedAt`, `product.parent`.`cheapest_price` as `product.cheapestPrice.inherited`, COALESCE(`product`.`cheapest_price`, `product.parent`.`cheapest_price`) as `product.cheapestPrice`, `product`.`created_at` as `product.createdAt`, `product`.`updated_at` as `product.updatedAt`, (SELECT GROUP_CONCAT(HEX(`product.categories.mapping`.`category_id`) SEPARATOR '||')
                  FROM `product_category` `product.categories.mapping`
                  WHERE `product.categories.mapping`.`product_id` = `product`.`categories` AND `product.categories.mapping`.product_version_id = `product`.version_id ) as `product.categories.id_mapping`, `product.unit`.`id` as `product.unit.id`, `product.unit`.`created_at` as `product.unit.createdAt`, `product.unit`.`updated_at` as `product.unit.updatedAt`, `product.unit.translation.shortCode`, `product.unit.translation.shortCode` as `product.unit.shortCode`, `product.unit.translation.name`, `product.unit.translation.name` as `product.unit.name`, `product.unit.translation.customFields`, `product.unit.translation.customFields` as `product.unit.customFields`, `product.deliveryTime`.`id` as `product.deliveryTime.id`, `product.deliveryTime`.`min` as `product.deliveryTime.min`, `product.deliveryTime`.`max` as `product.deliveryTime.max`, `product.deliveryTime`.`unit` as `product.deliveryTime.unit`, `product.deliveryTime`.`created_at` as `product.deliveryTime.createdAt`, `product.deliveryTime`.`updated_at` as `product.deliveryTime.updatedAt`, `product.deliveryTime.translation.name`, `product.deliveryTime.translation.name` as `product.deliveryTime.name`, `product.deliveryTime.translation.customFields`, `product.deliveryTime.translation.customFields` as `product.deliveryTime.customFields`, `product.cover`.`id` as `product.cover.id`, `product.cover`.`version_id` as `product.cover.versionId`, `product.cover`.`product_id` as `product.cover.productId`, `product.cover`.`product_version_id` as `product.cover.productVersionId`, `product.cover`.`media_id` as `product.cover.mediaId`, `product.cover`.`position` as `product.cover.position`, `product.cover.media`.`id` as `product.cover.media.id`, `product.cover.media`.`user_id` as `product.cover.media.userId`, `product.cover.media`.`media_folder_id` as `product.cover.media.mediaFolderId`, `product.cover.media`.`mime_type` as `product.cover.media.mimeType`, `product.cover.media`.`file_extension` as `product.cover.media.fileExtension`, `product.cover.media`.`uploaded_at` as `product.cover.media.uploadedAt`, `product.cover.media`.`file_name` as `product.cover.media.fileName`, `product.cover.media`.`file_size` as `product.cover.media.fileSize`, `product.cover.media`.`media_type` as `product.cover.media.mediaTypeRaw`, `product.cover.media`.`meta_data` as `product.cover.media.metaData`, `product.cover.media`.`config` as `product.cover.media.config`, `product.cover.media`.`path` as `product.cover.media.path`, `product.cover.media`.`private` as `product.cover.media.private`, `product.cover.media`.`thumbnails_ro` as `product.cover.media.thumbnailsRo`, `product.cover.media`.`created_at` as `product.cover.media.createdAt`, `product.cover.media`.`updated_at` as `product.cover.media.updatedAt`, `product.cover.media.translation.title`, `product.cover.media.translation.title` as `product.cover.media.title`, `product.cover.media.translation.alt`, `product.cover.media.translation.alt` as `product.cover.media.alt`, `product.cover.media.translation.customFields`, `product.cover.media.translation.customFields` as `product.cover.media.customFields`, `product.cover`.`custom_fields` as `product.cover.customFields`, `product.cover`.`created_at` as `product.cover.createdAt`, `product.cover`.`updated_at` as `product.cover.updatedAt`, `product.translation.metaDescription`, `product.parent.translation.metaDescription`, COALESCE(`product.translation.metaDescription`,`product.parent.translation.metaDescription`) as `product.metaDescription`, `product.translation.name`, `product.parent.translation.name`, COALESCE(`product.translation.name`,`product.parent.translation.name`) as `product.name`, `product.translation.keywords`, `product.parent.translation.keywords`, COALESCE(`product.translation.keywords`,`product.parent.translation.keywords`) as `product.keywords`, `product.translation.description`, `product.parent.translation.description`, COALESCE(`product.translation.description`,`product.parent.translation.description`) as `product.description`, `product.translation.metaTitle`, `product.parent.translation.metaTitle`, COALESCE(`product.translation.metaTitle`,`product.parent.translation.metaTitle`) as `product.metaTitle`, `product.translation.packUnit`, `product.parent.translation.packUnit`, COALESCE(`product.translation.packUnit`,`product.parent.translation.packUnit`) as `product.packUnit`, `product.translation.packUnitPlural`, `product.parent.translation.packUnitPlural`, COALESCE(`product.translation.packUnitPlural`,`product.parent.translation.packUnitPlural`) as `product.packUnitPlural`, `product.translation.customSearchKeywords`, `product.parent.translation.customSearchKeywords`, COALESCE(`product.translation.customSearchKeywords`,`product.parent.translation.customSearchKeywords`) as `product.customSearchKeywords`, `product.translation.slotConfig`, `product.parent.translation.slotConfig`, COALESCE(`product.translation.slotConfig`,`product.parent.translation.slotConfig`) as `product.slotConfig`, `product.translation.customFields`, `product.parent.translation.customFields`, COALESCE(`product.translation.customFields`,`product.parent.translation.customFields`) as `product.customFields` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` LEFT JOIN `tax` `product.tax` ON `product`.`tax` = `product.tax`.`id` LEFT JOIN `unit` `product.unit` ON `product`.`unit` = `product.unit`.`id` LEFT JOIN `delivery_time` `product.deliveryTime` ON `product`.`deliveryTime` = `product.deliveryTime`.`id` LEFT JOIN `product_media` `product.cover` ON `product`.`cover` = `product.cover`.`id` AND IFNULL(`product`.`product_media_version_id`, `product.parent`.`product_media_version_id`) = `product.cover`.`version_id` LEFT JOIN (SELECT `product.translation`.`product_id`, `product.translation`.`product_version_id`, `product.translation`.`meta_description` as `product.translation.metaDescription`, `product.translation`.`name` as `product.translation.name`, `product.translation`.`keywords` as `product.translation.keywords`, `product.translation`.`description` as `product.translation.description`, `product.translation`.`meta_title` as `product.translation.metaTitle`, `product.translation`.`pack_unit` as `product.translation.packUnit`, `product.translation`.`pack_unit_plural` as `product.translation.packUnitPlural`, `product.translation`.`custom_fields` as `product.translation.customFields`, `product.translation`.`slot_config` as `product.translation.slotConfig`, `product.translation`.`custom_search_keywords` as `product.translation.customSearchKeywords` FROM `product_translation` `product.translation` WHERE `product.translation`.`language_id` = ?) `product.product_translation` ON `product.product_translation`.`product_id` = `product`.`id` AND `product.product_translation`.`product_version_id` = `product`.`version_id` LEFT JOIN (SELECT `product.parent.translation`.`product_id`, `product.parent.translation`.`product_version_id`, `product.parent.translation`.`meta_description` as `product.parent.translation.metaDescription`, `product.parent.translation`.`name` as `product.parent.translation.name`, `product.parent.translation`.`keywords` as `product.parent.translation.keywords`, `product.parent.translation`.`description` as `product.parent.translation.description`, `product.parent.translation`.`meta_title` as `product.parent.translation.metaTitle`, `product.parent.translation`.`pack_unit` as `product.parent.translation.packUnit`, `product.parent.translation`.`pack_unit_plural` as `product.parent.translation.packUnitPlural`, `product.parent.translation`.`custom_fields` as `product.parent.translation.customFields`, `product.parent.translation`.`slot_config` as `product.parent.translation.slotConfig`, `product.parent.translation`.`custom_search_keywords` as `product.parent.translation.customSearchKeywords` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation`.`language_id` = ?) `product.parent.product_translation` ON `product.parent.product_translation`.`product_id` = `product.parent`.`id` AND `product.parent.product_translation`.`product_version_id` = `product.parent`.`version_id` LEFT JOIN (SELECT `product.unit.translation`.`unit_id`, `product.unit.translation`.`short_code` as `product.unit.translation.shortCode`, `product.unit.translation`.`name` as `product.unit.translation.name`, `product.unit.translation`.`custom_fields` as `product.unit.translation.customFields` FROM `unit_translation` `product.unit.translation` WHERE `product.unit.translation`.`language_id` = ?) `product.unit.unit_translation` ON `product.unit.unit_translation`.`unit_id` = `product.unit`.`id` LEFT JOIN (SELECT `product.deliveryTime.translation`.`delivery_time_id`, `product.deliveryTime.translation`.`name` as `product.deliveryTime.translation.name`, `product.deliveryTime.translation`.`custom_fields` as `product.deliveryTime.translation.customFields` FROM `delivery_time_translation` `product.deliveryTime.translation` WHERE `product.deliveryTime.translation`.`language_id` = ?) `product.deliveryTime.delivery_time_translation` ON `product.deliveryTime.delivery_time_translation`.`delivery_time_id` = `product.deliveryTime`.`id` LEFT JOIN `media` `product.cover.media` ON `product.cover`.`media_id` = `product.cover.media`.`id` LEFT JOIN (SELECT `product.cover.media.translation`.`media_id`, `product.cover.media.translation`.`alt` as `product.cover.media.translation.alt`, `product.cover.media.translation`.`title` as `product.cover.media.translation.title`, `product.cover.media.translation`.`custom_fields` as `product.cover.media.translation.customFields` FROM `media_translation` `product.cover.media.translation` WHERE `product.cover.media.translation`.`language_id` = ?) `product.cover.media.media_translation` ON `product.cover.media.media_translation`.`media_id` = `product.cover.media`.`id` WHERE (`product`.`version_id` = ?) AND (`product`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\\x7F3\x05\x05HDtµ=œ\x1CÆÍY†"
  b"\x06ü\x18{ÛËA\ü!¸Ö\ea\vç"
  b"C─'Å╠xG0¡o\x12èvﯽ"
  b"1s^ã”\x17EF¹¨57*ú>Ù"
  b"Ú~¶í\x19qC©±vÉ¥®[÷\x08"
  b"D9'›Ô3@\x0Ež˜/àr*²\x1D"
  b"þ¶÷\x06°ùI\x04­Wê‘\x11nÍ¿"
  b"(\tA=žùHÿˆ}ñ+ÖÔ§È"
  b"\x1AMM\x11¬õI­‚\x16ÔyRÚI"
  b"\x08r\x12oL@›Í\x04>I´?†"
  b"çQÿ]ç\x1CI(§-~\x14‡¦H¶"
  b"‘_oB`ŸNÙ©ž=PÛ\x19ê}"
  b"""
    ð\n
    Ç\x06\x07Ý@\x1A |TÝ^ê%^
    """
  b"aN\x15\x00M6A8ŒÃÌ™\x0EÈýT"
  b"\x03Æøµ˜TJІ7â]\x1D=’N"
  b">%F┼÷\x10@ÃÅß▓;Lrñ­"
  b"ž\tÿs»\x17C&´=ßïw´dú"
  b"\x01$\x17#▀ìL»è%´\x19┘Aø"
  b"╦µóWlµCYÉ\x08í³"Â\x1FÖ"
  b"\x1Cº-þà*EÒø\v\x19ã°þ\x1Dì"
  b"¯"O\x19Õ¢L«©§·W´ ‰ý"
  b";áF´LþNÜ¢²sksã¶b"
  b"Ø\x1D²¬›3CX—Jɤ÷°\x17\x04"
  b"\x13xëi\x00‚EªƒÚó\x02Õ>žu"
  b"®L²│j4A?ïwNpÏ\x17"
  b"©„½Ú”×A\x0E¦óéd¿\x16äÒ"
  b"Bõ+\x1A_'InÉ╠ÿI*K╩┌"
  b"Ʋ▄┤ÞüBÂî5$^¤Ôký"
  b"RËsd8óGå•u‰:&'à©"
  b"R@nN¯\x01J°›\x1FA~%õ·á"
  b"×"ØÂÌ"J8”E> æí×H"
  b"\x13Ùva¨ôC9…Y|Z¦m\x0F\r"
  b"‘ÀGÔ®0K; QAUòà\x18±"
  b"Ø┘W^ËòJ¥òqÜK\fvï▀"
  b"c–ÆûZãNg†ëæW„‚´¤"
  b"@éÏ®àÉG█ùï¤Õ\x14yIÑ"
  b"­{à\x02¦(J¹¸YWusë?z"
  b"k–OZ97E\x18˜a/ãmxúX"
  b"GMjhÞ¡C$ˆŸNâÂ-\x05n"
  b"‘s¹èÙfI+ž\x012,ÏÄ\e­"
  b"©“„R†\x10F,˜\x10hš¬\x1F$c"
  b"»-~@ÅÔN<¡¡╝¥ë1\x7Fã"
  b"\x14\x16â%LåØy\ev/X\x16R"
  b"ËÜ[×Lï6&xcfÉr"
  b"£\x01Ðù‰äB±§öƒF\eJ&\f"
  b"\x16Ä”§Å:@Ϻôs]\x14@KŠ"
  b"gˆ¯îoãLè–ßj[Q\v"
  b"–K†\x04È|E†£pP \x1C\x00"
  b"ÛuÃŽ\vx@c»µë·*é\x10É"
  b"y×)\x16ƒÒN\r¿═Øv▀Üce"
  b" ºH\fetF/´\x1Dçnìå£\x13"
  b"""
    l¬\„\x18†M\x1Eƒ$\n
    ô¤‘‡\x14
    """
  b"""
    B\x1A?ßÐÕF\n
    µ(ãp|¡\x1Ax
    """
  b"\x17È­ øçCÅ´\x11\x1F\x11\–6"
  b"r©‰ÅM1@͈×'G$:¿="
  b"ÔhÉ\x10DÎOIù╚yà\x05²Ûc"
  b"ieqâïïC¡¿\x0Ef4V`5ó"
  b"î?R1r¹H㣊v“*¯©§"
  b"‘RŒžéPO¥®&\x03Çf<:\n"
  b"®wz\x04\x18ƒI’¦‹ÃâÖôò<"
  b"╩±\x10B╬\x17OºïéÝg─üÿÃ"
  b"y\x16*▓├+BÕÅ-®\x19\x13└r¬"
  b"j,°9a`H╚صîý\x12wûæ"
  b"byÞ\uJCÉØÞ\x7F\r;àâQ"
  b"/Ðy÷öäI\x03«¢wž„ã|\x05"
  b"\x1E\e³l¸øBÉöº¡Ñpw­³"
  b"êr¡iª]H\x06 T*œ\x12a\x1C\x18"
  b"“[´\x13{\x1EL¨œƒ&)Ú°Ñ^"
  b"qålk£\x01Hõ¤Ý\x1F7[¬ûç"
  b"„¬G: ÏF$š\x13Ö›j\x08v3"
  b"NݱÍ\x12†FÞ°»–l\x1Då€i"
  b"\x1A"ã‡ß!M\x04”ùå—]ľý"
  b"áå:%\vUMY¸ïq‘9wC\x04"
  b"ü¡a:¥\x04D`Žù:|¥Ö\x19ê"
  b"ù˜\x19ÏíêN®½»ãlUjEØ"
  b"Òú\ri^\x03A\x13«ä0b¡fé¡"
  b"#x¢VÚLE?¸6¢bJYŒw"
  b"¹ä‡g#êI\x01 MÂ\x04e\x7FÝï"
  b"▄zYe\x05ÌM8Áðú╚╩ª\eØ"
  b"Öá\x072\r\x11G‘¿Ë:;ž\t©¥"
  b"•oå»\x11Š@®±þU/?¼Þ\x0E"
  b"(ž“8&zOŸœŠÎ»\x1C8”˜"
  b"ª¥¼t+¼@Á­ïh)ûéuK"
  b"ËR*eø¢C╚ñ^╚³\x0FÅp×"
  b"å—\x15ÏÿYD\x04Œè³_bÈCå"
  b"^ðÛaoEF\r™D\fN¼¯:¦"
  b"ü+ž7¢HLdª¼"_â\\vM"
  b"K@\x08MíÔH©®ë“p\x06”¹\x17"
  b"þY·½ÚmL̦‹D&\x19¼â:"
  b"ßZX¸ÜÉI\x14¶aY\x12\x04\x1Aû\x04"
  b"ݯôÑÝ┘@ü╣ÖÌÝ░\e"
  b"#Д$AÉLs¡q7¨\x0Fß‹Á"
  b"ôé/GRfA˽öÐ\x0EG,Ly"
  b"\x1EðxìÐ┌G▄ÿ\i\x07÷S┌W"
  b"""
    3»C\x1F\rFd╗\x18ÔØ>¬\n
    \x02
    """
  b"`╦®ü╬íD┬¥▀│\x04\f\x1A└â"
  b"xõà÷C\x1FF« ƒy\x1C÷­çâ"
  b"ÚqN»ŒµK÷’w¨Žñϯž"
  b"I\rž^`[H§Ÿ–§É볡‚"
  b"õ¿\fÞ\x0EDE\x1E†‚Á\x169f]\x08"
  b"dF}hºYDD¨~\x0E਱¾Í"
  b"Ê^Ù\x15…ùI‹¶SÓIj†f\x7F"
  b"'ÏÔô╦ÁO³¿\x05L"iìa#"
  b"Ú瀤ZMK´¼¤Rh¯\x02\x7FÐ"
  b"ð\x16\tëÂ\x06Hâ…{È1dZÈ^"
  b"˜\–f ˜Nò´#Tƒ­5Éÿ"
  b"Ìs-²ôuLþŽ+\x08A!ŸU¿"
  b"""
    ¯\n
    êØ\x1F\x1ACË¡¼{\fï\x16Wf
    """
  b"╝┤â\x14"aGvæ=┤k▒rÅÙ"
  b"6û˾G²I0šìËÐ\x04"s\x0E"
  b"ùáÐ4E…H‹©Ä^0‡U º"
  b"Ä\x1F¢<ã÷L•ŒÏ\x1EeL“„´"
  b"vµ$“µ\x18DSšñ7ß>“\x18ö"
  b"\x07\x13‘G\›|\x03ž¸â\x12¾"
  b"M[Í©\x10šF: ?¸Ï…\ÿµ"
  b"É\x03¦\e·WGz„äÙ ÅÃ7q"
  b"˜€\x13\x1EK­†!ÃBpzN“"
  b"2q\x16¤eJô˜ÅMP±Š™]"
  b"+ahÉ\x14▒Jwø=:\x15┤&ß_"
  b"6█╣µ®{K\x16▒'f`@É┬¦"
  b"ÖM³ÿ\ve@†•\x01u°!ŸÇš"
  b"¢E\x0EÍW\x1CL\¬qÄ *\x1FÕ@"
  b";\x1CEÄ0Ð@7À)\x0Eüêm\x15N"
  b"ÉbM“›jN\f“Êbò\x0EA/\r"
  b"aÞ½¡\x02\x00C•š¤—ÊØq\x1Dq"
  b"""
    4Û¾C0\x18Jq³\n
    ‚ëZ$\\x07
    """
  b"÷ÃD\x18›îJÿˆ¡¤ Fm\v~"
  b"M¤û{\x11¾@à¨ü‡³æaS:"
  b"¿µ\?LBIß¡nèv\x12zcd"
  b"¿!\x02[\x13­FLäÞUQ*dÉ."
  b"aLúðß!A]…5„ѱ÷±›"
  b"""
    1\n
    Õ2æ╬GÅÑñ¼!┼Ú¶¶
    """
  b"Zn+┌▄\x1FO%à»\x15fÙØ─╚"
  b"l\x0E╗`¢ÌD\x12ÿ╗3#zìl└"
  b"~C´Kû]D\x19ìó»~bÄtæ"
  b"»Ê/ÔxÃH!‘mH|î¼ùÉ"
  b"îaz»ðÇO\x13╝ø!\x1A\x00Ø`U"
  b"""
    ˜\x03ï\n
    [ÖM÷’]H·à„™4
    """
  b"x„,\x1FUøB£°ü¢)ɼš±"
  b"""
    ×\n
    $\x03ììK\x13ÇæÄ4@Ùk}
    """
  b"éŸ<K FF\x13ƒ©¼g=\v‡¯"
  b"¼ éò\rÉO4±…ÛMúmL±"
  b"6mUÜÇüHFå[Î\x12Ï░®¡"
  b"ƒ«KL&TEͲ\x04Ò~œÌz\e"
  b"¶¶Î\fÆëF¶„2îè+ÿw]"
  b"\x18[ÜZ\x18Gã“t\x17\x03ÈÔ–("
  b"¶ähì8éAy¿ \x1F ¦Ô@±"
  b"$\eLY\x7F¥D6£¡²á©Öž¡"
  b"&'éèöâI\©a\x1A«Ï\x11ÉÂ"
  b"yéÕóñ\x01Nrª8#Zˆax\f"
  b"\x05H%«\x00fNç€×b¼c¥eö"
  b"\x16¹aji=@}ƒÃž\x03Ÿëö\x00"
  b"\x02\x04Æ$┼cG\x17ƒñ└\x13Ô¤═Å"
  b">Û¿Q]ìM\r„ÃÏ‚¨êt9"
  b"­òŒ\e†fAÊ€€^Ú\x0Fe~G"
  b"Ü.Ô |█B0╝s¦É¢e}Ñ"
  b"^M\x14ö\frC\x1Fª4’Ž]Y%"
  b"\x15­†ÊÎ\x00I;•\v5i“\x14ÄÈ"
  b"JáD\x14¹tL\x1FÅ\fE¿-0Ñ┐"
  b"Û┬Â┼BÖK\x05ƒÞgüÚù\x00Ã"
  b" \x16ço¸ÆN^¯ëÉÞ…šËe"
  b"ç7ëQn»Nû¯êˆÙ\x11ü-v"
  b"ú@\ÅB›@ù¬þ›Ý/V\x1E}"
  b"t€¦¯\x0F§B<·~4ðŒ"È""
  b"*B ô¦¨N‹›j>_\x08ÉÍñ"
  b"ÅoÑÍ&\x18AÚ´Øö\x0FürÔ\x17"
  b"ï³\x14ݶ\x1FMì…\x1DoõûY‚Ž"
  b"hÞH\x16V\x17L1’®\x11] Y†"
  b"ýØ\e¯ÎJNKå\tºûGw▀└"
  b"■2▄═6µDµ¡Ø¬zZ-Ä)"
  b"<ë7§2BBb‘]9KÞÕ¦{"
  b"´š>eGxO\x1FµØ"Õ,É¥\x07"
  b"…a£\x0FØŒFŸ”}\x1Cš¡ÃÝÜ"
  b"│ı¤▀ô\x04O\x0Fت>\eý\x0F"
  b"¼6▓©Ø¦K█«q├¼`╦Hl"
  b"É} Û7ôB-…À^ƒÎ\vp†"
  b"ç”ü§©õEš•\x03ÞZOÓ®\x10"
  b"|»L¤âÙDÑ░²c═Oü'Æ"
  b"·l;!Û\vJR¸::\x18\x1A@dû"
  b"ü¾¾\x18╠ƒN║¢¿\6P \x1FV"
  b"#WÔ•‡›M}™¿pÝtºéâ"
  b"\\x03ë\x1DÄÄC•‘†—‡\ev‚N"
  b"Dúo༕F\x03žrU9Õñµ\x14"
  b"\x1F■Ø:╗áFP▓ÅA"dØOv"
  b"îÔ\x10ù„à@†ž¸æÊÂóÎÈ"
  b"œ7Ó "æFɧ¦R_Ig[R"
  b"s╠+°\x19ÙF,×p½▓\tÉ╗┌"
  b"Q\x07\x05\x03•?F3ŠåSªØ6›\x0F"
  b"›Ls\x18ä¨Hl˜$~ˆ:©Á±"
  b".ÂA­(yD,ŠÜu†ðùË"
  b"Ä„Š\x03ňHñ¦\ž”¢Šì""
  b"'Y¸ü\e¨Oú²»£œ\x12våh"
  b"""
    ¡\n
    ¦ ¼×MÖ“žßx±\x15÷8
    """
  b"7C;æÂ:I‡¦¡‹Få¢X#"
  b"Toyæ╦$G\tòæ\jj\x01¯Ø"
  b"q\x18ù‘Å%C>‹œ÷vî‚¶E"
  b"™&s\x1FoŽMe±õ\x05ª³ä\x02Ï"
  b"¤Vf”õ5J\x1C™5'í\x1Eø*\x0E"
  b"\x04èqØ,øLfÅ\x18c6╣Êb!"
  b"$˜d9n¯MW©\r\x1De;Û"
  b"u\x16ks4êO‚¨Â\x7F`ë¶(\x00"
  b"\x03\f+†y•NÒ¡’ЫAY’7"
  b"`åãûÝ,J░▓c\x1C÷êÉH¢"
  b"3ƒå¢Õ\x07Fšˆƒiíjìj\x07"
  b"ËëºÊì=C4¯&‰\x18éÏMh"
  b"Z]à(ê\x04GÉ \x1C·¸†!~\x11"
  b"TÙisJ\eC·±Á¼p°\täó"
  b"&?Al▀yIlêVÉ»oòÎA"
  b"=îN;OTL¡±\x16es5^Ì\x18"
  b"/q(ßòýC˜³ÆsS1gíu"
  b"èºN0#(B/▓±╚\vÿÉi█"
  b"ð<µu–äB]”¶ç\x07I€§˜"
  b"\x03À!\x14’{IH–\x05ù\x12¯\x17°Ç"
  b"X‰¬\x1A›8L|¹\x1F–GéÞ¿ï"
  b">╠ñFã¡FÉ╣újñ¤§/\x13"
  b".ê…­‡Aû’1ž¢%—’\x19"
  b"úQý├½Ò@■üøÑ»DC'É"
  b"®û+Î)*Gxšªd\x1CêË©£"
  b"I—\x0Eâ^~Iæ¡Wyê-Ø\x05v"
  b"ŒþÖÀ\x0E×Iaˆ€\x07溢æJ"
  b"‡ç2<Î\vO«‘å÷ÝZ›ú_"
  b"®ê\x1AB>×C9ˆ‡bHÝŽ…w"
  b"═hÜ║iÓDöâ]ãÏ37äì"
  b"Г;?ŠEæžå¸\x1Db—Œó"
  b"""
    %»Ò\n
    *Å@í┤#U¯6µÀÞ
    """
  b"\fgæGMܱû©e±.ÍŠ"
  b"5MíÉ\x0E\x18FÀ¤xî.iœòœ"
  b"ô ýC┬¸H+ÿ³A■wõ┐Å"
  b"Ù@\x06økŒ@‰¶îi&Åð% "
  b"\r}só\x17ØH\x06ükHáN─};"
  b"–y\x13v2XGS†=Á{\x19¢ü…"
  b"\x10•2y©]KôµDA\x10Ù\x08Á\x7F"
  b":zùúÆöD; Uš4jx1C"
  b"ã®Àg“0E¢“KÑã…l&:"
  b"Œ€z÷\äAN°iT²ó?ØË"
  b"%ë™7J„Cª¶†%U\x10Þ”_"
  b"”iž-áóCË©Þíöö¸ìQ"
  b"{x•bdæFH¹ì:Nã<ˆS"
  b"q½È\x18ZèBÙµŠsFñß\e"
  b"â\x1DA,\x1F“O¹‘:\x07xÆŒü8"
  b",þwR]–C°µ‡Ö\x06\x02\x10‡f"
  b"╗ì\rå\x07¹H┼ô !\x02f┴ò│"
  b"""
    Öæ1|\n
    \x19@â”\x10\x19¢eC³¢
    """
  b"2FΚ$ÈHɈÐòf«d'¿"
  b"Û└t±ãÂBEºªíC[Øì/"
  b"ÞóãÉŠ\x1FG>†èÜJñØ>\"
  b"│w<ã╣═BÿÄHç´aÅ╝b"
  b"ÿåÉEt2JåéÒßdJn=é"
  b"YÐú%¢“Oæ´\tk'©Ïuø"
  b"u»šm\x7FkOë¥T¥òOýn!"
  b"§ØŒùP\x01Dѧ\¤bûÏäy"
  b"\x14\x01ºÐÕ›Bž¡¢GޣƤ4"
  b"!ßÿ\╠ÁC\x00ëh®ìj5ƒS"
  b"%B˜‰7VC\x05ŠíÆîΔ¿|"
  b"\x14ÒëØsH╚êk\eV\x13┤&å"
  b"\x18½è\x10\x10\x12JùƒIF’G’d‘"
  b"gzA^:\x02GÀˆêÕ'C7²\x01"
  b"äœz€fgB¾ ††£ŸØiM"
  b"\x7F\tÝîí¥O`Ž\x10\x10¢r<w"
  b"¤ñº½-áEg™°\x7F혾ˆ'"
  b"¤õ­þH.G?¡Ã┌¾PÌAü"
  b"\ftLq¿\rB¡³ò×NL¿*õ"
  b"qybǾÕHï²N¹þD"¿ý"
  b"\x00KÚ«åäCü¿║zd·¾^V"
  b"""
    /P¨3a;K\x12˜\x7FM}ãI\n
    \
    """
  b"ìæá¡³\x0EJ\x04áõ\x18|╠O,K"
  b"Vu¬m¸C(“‰©—d\x04ÑÆ"
  b"B¬]½´\x0EL°¸H‚\x07§}§ê"
  b"Ü{Qïš²L½˜:Œ^‡ùÀs"
  b"mp\x16šëËBð»S_¨œ‹6p"
  b"”C¶\x0F~#@Ò‹–Ê«ð\x1E\x1C`"
  b"\x15#Ô‡`MGè¯u\x1Dº>áMq"
  b"h\x18éVXõHˆ—gµs\x1EÎ%K"
  b"ª\f=î¦^Hå‡p\féy\x18"
  b"«Â\x1An7žNN„~°ãx‡ù…"
  b"¥\x15ì:‚ O\x1E‰G!A6\x16¥m"
  b"³»BÈ@_M†º*Î5ç“t\x1F"
  b"xîÏÚ┴ÖL!ùa±`╦]­Ø"
  b"8Ú„Nƒ„CË©L…Ç>˜ŠØ"
  b"ª÷Ô\x10'¢DZˆ9˜"ù4\f²"
  b"\x15Y\x07òd…L>Š\x18iS\teÚø"
  b"»%²\x1Fø]F„€?•±”<Bì"
  b"<K†UÑŽCÇŠz'¬\x1D\e\x16`"
  b"\x162\x15ÿµtN« ‰EŒ\x02IäÓ"
  b"¦©Ÿ”u5J`‰-\x17;\x04\x03M0"
  b"0´â\x11ª'L¡¶\x11Ÿoe\x11`\x06"
  b"Ǹ&ò=´B╩½)ìT\eíBõ"
  b"ú鼿EðM\x1D§F™òù\x13r)"
  b"-ò¨ºËâNƒ³áÎìúŒùG"
  b"ØþE\eõ”OéµÁ•f=\x15"
  b"AyPjy~J~´åÍèÒÊ\en"
  b"ûÍ\x1Eƒ¡,F¥±këú9‹n¡"
  b"Î×X\x1F—ãM‡„¾’¤éÈ\x18"
  b"~42\x12¸ÏI'ìô6º■Ø-â"
  b"øF*\x0E=šL¹·¹Ë\x08\x08wµû"
  b"""
    \e¨\x0EäÐ\x19E;¢ªˆò\n
    )T±
    """
  b"zÑÌn»jF¸ "u?ÅxOT"
  b"""
    \n
    8X\x16P£B»—GŽUR5\v
    """
  b"""
    \f\n
    Â\x06fÞGd£y¶a/\x02\x18C
    """
  b"yúÔó\voBü„\fð°ø".."
  b"êª▓ì\x14/LâäLó\x06\x1FLKr"
  b"¬ÈdÀ¿†BŸµ›Ú—,1Y›"
  b"8†\fZ*3F³¨[ýÑϸ²Á"
  b"@:­Á5JC/¢‡A•§·‘M"
  b"Ö¾ò}\f$Gé«°á\-Íò¬"
  b"@L<fªWK\x1F½£Ý\x07\x08"
  b"\x10ÎeÏsjEøœì—ç\x03\x15"
  b"˜÷.5íüA\x05‡«\x04ÖÓ ªL"
  b"#'ºû„\x02Að—¬W¿Çé!\x1D"
  b"sÌ)7\x1A¨N‹™šiš|\t\x1D"
  b"\x10 ’Ù5ìHΚ˜Mn\x7FÙ€{"
  b"q¼KC:4G°—\x0F\x0Eè†\x0F\x17\x07"
  b"\x05K<ñC\x03…³·L\x04«âØ"
  b"\x0EpÆãOc┐\x16\x7F:╣É Ï"
  b"╬º╚├¡ÉA ä==Q\{ê?"
  b"£M\x06\x14ÂáC5…áü<\x07}ÊE"
  b"Àœá‚$ÆI$Š‹\f°h+\x18"
  b"Ãn\eLjÚI¥¿Ç&†øià."
  b"—Ù\fUáôB\x1Fµ6!\x0F\x0F6Ó$"
  b"„•¡H\x11TM\x07¶ŒØZðÚýà"
  b"÷°L\x0F\x1EºFEìÊ&\v\x14\x1Al^"
  b"HÇïºÞ%J‹ˆ‚+\x1E¼èÍ<"
  b"Âü~gÉÙJ}æ\x00v\x0F;°é%"
  b"§±þG,ùN@‰MtT\vÏ•³"
  b"âé┴ºb#Gåìx░Ñ■╠░Ì"
  b"¸UîeœfIH·A«{k\fûã"
  b"\x03O¸‡GDHƒƒßºë¢BÀ\x1C"
  b"""
    .\n
    ÝØyÕ@ªŸî\x7FÁ/RN}
    """
  b"\x02\f•LD5‰j›^ß\x009F"
  b"˜\x18'ç20EØ„R‚>‡ø—b"
  b"ôiÏeo\x01Bz‰\eB3‹¯7¦"
  b"Ï}\x05@ÛÂB╗àu\f\vì╩\e*"
  b"’;\x10µ9Ñ@â›WmÊ>Nÿ\x08"
  b"ÙdSõn/@@‚é,*[ž(é"
  b"\x08þ?µ\x18‹JI»Ÿø%\x0ELƒÁ"
  b"ÓÉË8¡\x1FB¾£t禅¿Ø("
  b"\x13aËĺ@Byîæ[S\­Å─"
  b"î.ü“‚¹IdžL›­Ú\x10â\x0E"
  b"Õˆt\ehJC\x10³\x1D¡p6´\x10K"
  b"-\\³Í\x1AHyü╗¬┐ξz\x03"
  b"\x131ñ•7ƒAΜÊpš/\x058%"
  b"\x17ÄNWà\x11J·ˆúTÑå˜g<"
  b"""
    £)m“ï\x1ALLJÚ\x18\n
    é„G–
    """
  b"½çuð\x1FYISØÛt╩ÜJ>Ü"
  b"-t\x00—¡ŽJw²åõ*AU_ö"
  b"?°óX€ÏFà´\x04¾ìrú¥\x00"
  b"ȤÐt\x00RCˈÊè(bb«\x1E"
  b"-Ïßl\|O}ºÍÉ”ùU†;"
  b"Í7ñüãÜB/êv\t\x1AmC\x13"
  b"""
    <Ñme\n
    Ú@^ˆQª¨L€8£
    """
  b"4\x13ÅågÊG\x1Eò9¯¼â¡ZB"
  b"nt"î\x1E\x14C}«\rK†(‰˜¡"
  b"œÂ\x01Au\x12E/‚Зߝõõ["
  b"ÓÂ╝Ù█wGt¿╣\x1A\x02É╠/{"
  b"]—Û›3 MôµË\x13æ4€vÌ"
  b"\x0EVÇ›²kB=¬;\x073 Ñ%\x05"
  b"ÂÅò\e5JJK®v\x0E®[X\x18\x12"
  b"│ÇìYéƒN¨ùµWár■/F"
  b"¾š´8\x15q@_›Ab«Y“íì"
  b"Ó›øh’ÈKâ´uL׊c\x07o"
  b"4C=Rö╗FïúõÉíÍs\e"
  b"caŸì*0Jy€Ød¬¹PH\x1D"
  b"õæ·B\x1AîE\x04âkuáqÉù■"
  b"¥¯|‡Q;J‹’èå›™ÿä²"
  b"""
    \n
    \x02åþ\t}Cì‡6\x11Ÿ\x01¶‡v
    """
  b"┴Åy¸i┴Fı╝\x18"±╚ó®ÿ"
  b"aò;ÎxˆKŦò Ù0Õ\eK"
  b"¥dßp.ÜC\x7F‹.0E,\eÐü"
  b"=û)rıôM┤ª/Å\x05ö╝Àd"
  b"\x7FÔ8@e~ES‹ô*§½úwé"
  b"g·Å«COBé–“U\vjC6$"
  b"°¦¶þL½Nâ„£\x01&×åjr"
  b"*a~x_ÍA\fšhV8X\x06\x1CÜ"
  b"\fËF³eòGr‡UMÓT\x15"
  b"iUèÐ&•G-ŽTHBˆ|òÇ"
  b"ùÜ\x16*¤ûE"нƒ¸Š`–#"
  b""SÒmû\x15H’—]Âðß[Ú'"
  b"""
    vö04\n
    YBv¨\x1F²¯7]O½
    """
  b"ëµG¡-ãN\x15¡~x¼ê\x1Cð–"
  b"\x07Ù°G0AOL½&x÷Â3Ð\x03"
  b"Úw¸é\vùD\x1A╝■Ž\x11¯Ë\x16"
  b"ê,–Û\x1D¬G‚±áÓ=ÞYý\x1D"
  b"[fý'uæM\x01´pp‰Óì‡["
  b"èGL©Ÿ1Aµ‚›Œ\x0E9N)¥"
  b"\x19c:YxêB‰·_‡u*ÂnQ"
  b"\x11B(¬3¯Hž‹Î\x18?$ \r\x06"
  b"""
    Œ¶\rÅð™@\¡ìóO \n
    ì8
    """
  b"zßòc™\x19B⿽°>«<„ö"
  b"""
    ×ü╬\x7F\x10FBEÿA3\n
    \x14'É©
    """
  b"¦Ý4éÎ>@\x19¬:|Ju"
  b"\x11sV‚Ái@¯¡ü\x1C÷úB\x03\e"
  b"Ʀ¸ÚÏõN¦’S˾¨Ýƒ¡"
  b"\x08¾ \x03áÏLØ”O2ãÌ…\x1EÐ"
  b"bXþª\tÁGÅ»}gÆq(Ê\x08"
  b"ú’J³•§J\x03«3\x0F\x15ú`\x1F¼"
  b"""
    †§½8¬nE\x16¤v\n
    ¥\x1C×gì
    """
  b"å{û\x05\x19RKM„Êg›Ž0ÌÙ"
  b"ı~`┤¶dL╣¿Ç°êü\¼┐"
  b"´p:«ÀÎB¼ìÎf\x064S\x115"
  b"\x19š\v_\x05C_‹ªÒXû¼8ü"
  b"gRƒÀ\x02nK\x1F¼/ˆÂÀþžÞ"
  b"ýÅÆ;’\x1EMäžyÖlºa¨\x7F"
  b"\x1E0d|üÖI°¥¬\x04\f\x13\x11o"
  b"¥;}ç*ÌC\x13­—Rú":­ß"
  b"ª01ùýrM¼ŸíˆN¦+<Ý"
  b"Éç\x1C\x17D©;\x12a©(S\x00"
  b"\x05,k¿A„Ž*É(Z\x02ª\t"
  b"X╝Øç)\x07N¨é6v}¡ý=4"
  b"═╩=ÌÉR@█ØlH}Á%ûý"
  b"\x12s{¯L;¥Ù)¥ã\x05\x1F\x08"
  b"_?D:\x0EWNvÉQÁ~]8ıc"
  b"“ýGóû·GÍŒC"u{ÞWM"
  b"Äâ[\x16¸ˆK~³\x12A662¼["
  b"á│║feßJ\x1AÅ\x7Fx6o,\e\x7F"
  b"‹Ý££åÏJy¸eã7C÷\x07ô"
  b"ê*\rÉä\F╔╗\x01ûYª\x15‗5"
  b"\x1F0zúzÄD‡’ˆ×[4¬®~"
  b"êÕëü\rª@É—`eÓeÆd­"
  b"¾·ø'SmL\f™¦[)Ìc5f"
  b"I\x055É¡ÊIÆï\x1F÷±ÿÇá·"
  b"1ºÁ%XöFŠ…-\x1FˆÑ½LZ"
  b"ªƒYÅM\x03O[êÚÉ‗<bË─"
  b"\x00K\x11¶dBI•–Šb”ÔêJç"
  b"º¯\x05\x01D&I§€åH\e-\f¤m"
  b".{a3\x04¦LûéM\eµ Ï1É"
  b"ÖÙ0\x03\x1D├F\ÅÞè£ëGnW"
]
84 1.28 ms
SELECT `product_price`.`id` as `product_price.id`, `product_price`.`version_id` as `product_price.versionId`, `product_price`.`product_id` as `product_price.productId`, `product_price`.`product_version_id` as `product_price.productVersionId`, `product_price`.`rule_id` as `product_price.ruleId`, `product_price`.`price` as `product_price.price`, `product_price`.`quantity_start` as `product_price.quantityStart`, `product_price`.`quantity_end` as `product_price.quantityEnd`, `product_price`.`custom_fields` as `product_price.customFields`, `product_price`.`created_at` as `product_price.createdAt`, `product_price`.`updated_at` as `product_price.updatedAt` FROM `product_price` WHERE (`product_price`.`version_id` = ?) AND ((`product_price`.`product_id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)))
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x00K\x11¶dBI•–Šb”ÔêJç"
  b"\x00KÚ«åäCü¿║zd·¾^V"
  b"\x01$\x17#▀ìL»è%´\x19┘Aø"
  b"\x02\x04Æ$┼cG\x17ƒñ└\x13Ô¤═Å"
  b"\x03\f+†y•NÒ¡’ЫAY’7"
  b"\x03O¸‡GDHƒƒßºë¢BÀ\x1C"
  b"\x03À!\x14’{IH–\x05ù\x12¯\x17°Ç"
  b"\x03Æøµ˜TJІ7â]\x1D=’N"
  b"\x04èqØ,øLfÅ\x18c6╣Êb!"
  b"\x05H%«\x00fNç€×b¼c¥eö"
  b"\x06ü\x18{ÛËA\ü!¸Ö\ea\vç"
  b"\x07Ù°G0AOL½&x÷Â3Ð\x03"
  b"\x08¾ \x03áÏLØ”O2ãÌ…\x1EÐ"
  b"\x08þ?µ\x18‹JI»Ÿø%\x0ELƒÁ"
  b"""
    \n
    \x02åþ\t}Cì‡6\x11Ÿ\x01¶‡v
    """
  b"""
    \n
    8X\x16P£B»—GŽUR5\v
    """
  b"""
    \f\n
    Â\x06fÞGd£y¶a/\x02\x18C
    """
  b"\ftLq¿\rB¡³ò×NL¿*õ"
  b"\fËF³eòGr‡UMÓT\x15"
  b"\r}só\x17ØH\x06ükHáN─};"
  b"\x0EVÇ›²kB=¬;\x073 Ñ%\x05"
  b"\x10•2y©]KôµDA\x10Ù\x08Á\x7F"
  b"\x10 ’Ù5ìHΚ˜Mn\x7FÙ€{"
  b"\x10ÎeÏsjEøœì—ç\x03\x15"
  b"\x11B(¬3¯Hž‹Î\x18?$ \r\x06"
  b"\x11sV‚Ái@¯¡ü\x1C÷úB\x03\e"
  b"\x131ñ•7ƒAΜÊpš/\x058%"
  b"\x13aËĺ@Byîæ[S\­Å─"
  b"\x13xëi\x00‚EªƒÚó\x02Õ>žu"
  b"\x13Ùva¨ôC9…Y|Z¦m\x0F\r"
  b"\x14\x01ºÐÕ›Bž¡¢GޣƤ4"
  b"\x14\x16â%LåØy\ev/X\x16R"
  b"\x15#Ô‡`MGè¯u\x1Dº>áMq"
  b"\x15Y\x07òd…L>Š\x18iS\teÚø"
  b"\x15­†ÊÎ\x00I;•\v5i“\x14ÄÈ"
  b"\x162\x15ÿµtN« ‰EŒ\x02IäÓ"
  b"\x16¹aji=@}ƒÃž\x03Ÿëö\x00"
  b"\x16Ä”§Å:@Ϻôs]\x14@KŠ"
  b"\x17ÄNWà\x11J·ˆúTÑå˜g<"
  b"\x17È­ øçCÅ´\x11\x1F\x11\–6"
  b"\x18[ÜZ\x18Gã“t\x17\x03ÈÔ–("
  b"\x18½è\x10\x10\x12JùƒIF’G’d‘"
  b"\x19c:YxêB‰·_‡u*ÂnQ"
  b"\x1A"ã‡ß!M\x04”ùå—]ľý"
  b"\x1AMM\x11¬õI­‚\x16ÔyRÚI"
  b"""
    \e¨\x0EäÐ\x19E;¢ªˆò\n
    )T±
    """
  b"\x1Cº-þà*EÒø\v\x19ã°þ\x1Dì"
  b"\x1E\e³l¸øBÉöº¡Ñpw­³"
  b"\x1E0d|üÖI°¥¬\x04\f\x13\x11o"
  b"\x1EðxìÐ┌G▄ÿ\i\x07÷S┌W"
  b"\x1F0zúzÄD‡’ˆ×[4¬®~"
  b"\x1F■Ø:╗áFP▓ÅA"dØOv"
  b"\x05K<ñC\x03…³·L\x04«âØ"
  b"!ßÿ\╠ÁC\x00ëh®ìj5ƒS"
  b""SÒmû\x15H’—]Âðß[Ú'"
  b"#'ºû„\x02Að—¬W¿Çé!\x1D"
  b"#WÔ•‡›M}™¿pÝtºéâ"
  b"#x¢VÚLE?¸6¢bJYŒw"
  b"#Д$AÉLs¡q7¨\x0Fß‹Á"
  b"$\eLY\x7F¥D6£¡²á©Öž¡"
  b"$˜d9n¯MW©\r\x1De;Û"
  b"%B˜‰7VC\x05ŠíÆîΔ¿|"
  b"""
    %»Ò\n
    *Å@í┤#U¯6µÀÞ
    """
  b"%ë™7J„Cª¶†%U\x10Þ”_"
  b"&'éèöâI\©a\x1A«Ï\x11ÉÂ"
  b"&?Al▀yIlêVÉ»oòÎA"
  b"'Y¸ü\e¨Oú²»£œ\x12våh"
  b"'ÏÔô╦ÁO³¿\x05L"iìa#"
  b"(\tA=žùHÿˆ}ñ+ÖÔ§È"
  b"(ž“8&zOŸœŠÎ»\x1C8”˜"
  b"\x0EpÆãOc┐\x16\x7F:╣É Ï"
  b"*B ô¦¨N‹›j>_\x08ÉÍñ"
  b"*a~x_ÍA\fšhV8X\x06\x1CÜ"
  b"+ahÉ\x14▒Jwø=:\x15┤&ß_"
  b",þwR]–C°µ‡Ö\x06\x02\x10‡f"
  b"-\\³Í\x1AHyü╗¬┐ξz\x03"
  b"-t\x00—¡ŽJw²åõ*AU_ö"
  b"-Ïßl\|O}ºÍÉ”ùU†;"
  b"-ò¨ºËâNƒ³áÎìúŒùG"
  b"""
    .\n
    ÝØyÕ@ªŸî\x7FÁ/RN}
    """
  b".{a3\x04¦LûéM\eµ Ï1É"
  b".ÂA­(yD,ŠÜu†ðùË"
  b".ê…­‡Aû’1ž¢%—’\x19"
  b"""
    /P¨3a;K\x12˜\x7FM}ãI\n
    \
    """
  b"/q(ßòýC˜³ÆsS1gíu"
  b"/Ðy÷öäI\x03«¢wž„ã|\x05"
  b"0´â\x11ª'L¡¶\x11Ÿoe\x11`\x06"
  b"""
    1\n
    Õ2æ╬GÅÑñ¼!┼Ú¶¶
    """
  b"1s^ã”\x17EF¹¨57*ú>Ù"
  b"\x12s{¯L;¥Ù)¥ã\x05\x1F\x08"
  b"1ºÁ%XöFŠ…-\x1FˆÑ½LZ"
  b"2FΚ$ÈHɈÐòf«d'¿"
  b"2q\x16¤eJô˜ÅMP±Š™]"
  b"3ƒå¢Õ\x07Fšˆƒiíjìj\x07"
  b"""
    3»C\x1F\rFd╗\x18ÔØ>¬\n
    \x02
    """
  b"4\x13ÅågÊG\x1Eò9¯¼â¡ZB"
  b"4C=Rö╗FïúõÉíÍs\e"
  b"""
    4Û¾C0\x18Jq³\n
    ‚ëZ$\\x07
    """
  b"5MíÉ\x0E\x18FÀ¤xî.iœòœ"
  b"6mUÜÇüHFå[Î\x12Ï░®¡"
  b"6█╣µ®{K\x16▒'f`@É┬¦"
  b"6û˾G²I0šìËÐ\x04"s\x0E"
  b"7C;æÂ:I‡¦¡‹Få¢X#"
  b"8†\fZ*3F³¨[ýÑϸ²Á"
  b"8Ú„Nƒ„CË©L…Ç>˜ŠØ"
  b":zùúÆöD; Uš4jx1C"
  b";\x1CEÄ0Ð@7À)\x0Eüêm\x15N"
  b";áF´LþNÜ¢²sksã¶b"
  b"<K†UÑŽCÇŠz'¬\x1D\e\x16`"
  b"""
    <Ñme\n
    Ú@^ˆQª¨L€8£
    """
  b"<ë7§2BBb‘]9KÞÕ¦{"
  b"=û)rıôM┤ª/Å\x05ö╝Àd"
  b"=îN;OTL¡±\x16es5^Ì\x18"
  b">%F┼÷\x10@ÃÅß▓;Lrñ­"
  b">╠ñFã¡FÉ╣újñ¤§/\x13"
  b">Û¿Q]ìM\r„ÃÏ‚¨êt9"
  b"?°óX€ÏFà´\x04¾ìrú¥\x00"
  b"@:­Á5JC/¢‡A•§·‘M"
  b"@L<fªWK\x1F½£Ý\x07\x08"
  b"@éÏ®àÉG█ùï¤Õ\x14yIÑ"
  b"AyPjy~J~´åÍèÒÊ\en"
  b"""
    B\x1A?ßÐÕF\n
    µ(ãp|¡\x1Ax
    """
  b"B¬]½´\x0EL°¸H‚\x07§}§ê"
  b"Bõ+\x1A_'InÉ╠ÿI*K╩┌"
  b"C─'Å╠xG0¡o\x12èvﯽ"
  b"D9'›Ô3@\x0Ež˜/àr*²\x1D"
  b"Dúo༕F\x03žrU9Õñµ\x14"
  b"GMjhÞ¡C$ˆŸNâÂ-\x05n"
  b"HÇïºÞ%J‹ˆ‚+\x1E¼èÍ<"
  b"I\x055É¡ÊIÆï\x1F÷±ÿÇá·"
  b"I\rž^`[H§Ÿ–§É볡‚"
  b"I—\x0Eâ^~Iæ¡Wyê-Ø\x05v"
  b"JáD\x14¹tL\x1FÅ\fE¿-0Ñ┐"
  b"K@\x08MíÔH©®ë“p\x06”¹\x17"
  b"M[Í©\x10šF: ?¸Ï…\ÿµ"
  b"M¤û{\x11¾@à¨ü‡³æaS:"
  b"NݱÍ\x12†FÞ°»–l\x1Då€i"
  b"Q\x07\x05\x03•?F3ŠåSªØ6›\x0F"
  b"R@nN¯\x01J°›\x1FA~%õ·á"
  b"RËsd8óGå•u‰:&'à©"
  b"\x05,k¿A„Ž*É(Z\x02ª\t"
  b"Toyæ╦$G\tòæ\jj\x01¯Ø"
  b"TÙisJ\eC·±Á¼p°\täó"
  b"Vu¬m¸C(“‰©—d\x04ÑÆ"
  b"X‰¬\x1A›8L|¹\x1F–GéÞ¿ï"
  b"X╝Øç)\x07N¨é6v}¡ý=4"
  b"YÐú%¢“Oæ´\tk'©Ïuø"
  b"Z]à(ê\x04GÉ \x1C·¸†!~\x11"
  b"Zn+┌▄\x1FO%à»\x15fÙØ─╚"
  b"[fý'uæM\x01´pp‰Óì‡["
  b"\\x03ë\x1DÄÄC•‘†—‡\ev‚N"
  b"\\x7F3\x05\x05HDtµ=œ\x1CÆÍY†"
  b"]—Û›3 MôµË\x13æ4€vÌ"
  b"^M\x14ö\frC\x1Fª4’Ž]Y%"
  b"^ðÛaoEF\r™D\fN¼¯:¦"
  b"_?D:\x0EWNvÉQÁ~]8ıc"
  b"`åãûÝ,J░▓c\x1C÷êÉH¢"
  b"`╦®ü╬íD┬¥▀│\x04\f\x1A└â"
  b"aLúðß!A]…5„ѱ÷±›"
  b"aN\x15\x00M6A8ŒÃÌ™\x0EÈýT"
  b"aÞ½¡\x02\x00C•š¤—ÊØq\x1Dq"
  b"aò;ÎxˆKŦò Ù0Õ\eK"
  b"bXþª\tÁGÅ»}gÆq(Ê\x08"
  b"byÞ\uJCÉØÞ\x7F\r;àâQ"
  b"caŸì*0Jy€Ød¬¹PH\x1D"
  b"c–ÆûZãNg†ëæW„‚´¤"
  b"dF}hºYDD¨~\x0E਱¾Í"
  b"gRƒÀ\x02nK\x1F¼/ˆÂÀþžÞ"
  b"gzA^:\x02GÀˆêÕ'C7²\x01"
  b"gˆ¯îoãLè–ßj[Q\v"
  b"g·Å«COBé–“U\vjC6$"
  b"h\x18éVXõHˆ—gµs\x1EÎ%K"
  b"hÞH\x16V\x17L1’®\x11] Y†"
  b"iUèÐ&•G-ŽTHBˆ|òÇ"
  b"ieqâïïC¡¿\x0Ef4V`5ó"
  b"j,°9a`H╚صîý\x12wûæ"
  b"k–OZ97E\x18˜a/ãmxúX"
  b"l\x0E╗`¢ÌD\x12ÿ╗3#zìl└"
  b"""
    l¬\„\x18†M\x1Eƒ$\n
    ô¤‘‡\x14
    """
  b"mp\x16šëËBð»S_¨œ‹6p"
  b"nt"î\x1E\x14C}«\rK†(‰˜¡"
  b"q\x18ù‘Å%C>‹œ÷vî‚¶E"
  b"qybǾÕHï²N¹þD"¿ý"
  b"q¼KC:4G°—\x0F\x0Eè†\x0F\x17\x07"
  b"q½È\x18ZèBÙµŠsFñß\e"
  b"\x02\f•LD5‰j›^ß\x009F"
  b"qålk£\x01Hõ¤Ý\x1F7[¬ûç"
  b"r©‰ÅM1@͈×'G$:¿="
  b"\fgæGMܱû©e±.ÍŠ"
  b"sÌ)7\x1A¨N‹™šiš|\t\x1D"
  b"s╠+°\x19ÙF,×p½▓\tÉ╗┌"
  b"t€¦¯\x0F§B<·~4ðŒ"È""
  b"u\x16ks4êO‚¨Â\x7F`ë¶(\x00"
  b"u»šm\x7FkOë¥T¥òOýn!"
  b"vµ$“µ\x18DSšñ7ß>“\x18ö"
  b"""
    vö04\n
    YBv¨\x1F²¯7]O½
    """
  b"x„,\x1FUøB£°ü¢)ɼš±"
  b"xîÏÚ┴ÖL!ùa±`╦]­Ø"
  b"xõà÷C\x1FF« ƒy\x1C÷­çâ"
  b"y\x16*▓├+BÕÅ-®\x19\x13└r¬"
  b"y×)\x16ƒÒN\r¿═Øv▀Üce"
  b"\x08r\x12oL@›Í\x04>I´?†"
  b"yéÕóñ\x01Nrª8#Zˆax\f"
  b"yúÔó\voBü„\fð°ø".."
  b"zÑÌn»jF¸ "u?ÅxOT"
  b"zßòc™\x19B⿽°>«<„ö"
  b"{x•bdæFH¹ì:Nã<ˆS"
  b"|»L¤âÙDÑ░²c═Oü'Æ"
  b"~42\x12¸ÏI'ìô6º■Ø-â"
  b"~C´Kû]D\x19ìó»~bÄtæ"
  b"\x7F\tÝîí¥O`Ž\x10\x10¢r<w"
  b"\x7FÔ8@e~ES‹ô*§½úwé"
  b"Ǹ&ò=´B╩½)ìT\eíBõ"
  b"ü¾¾\x18╠ƒN║¢¿\6P \x1FV"
  b"âé┴ºb#Gåìx░Ñ■╠░Ì"
  b"ƒ«KL&TEͲ\x04Ò~œÌz\e"
  b"„•¡H\x11TM\x07¶ŒØZðÚýà"
  b"„¬G: ÏF$š\x13Ö›j\x08v3"
  b"…a£\x0FØŒFŸ”}\x1Cš¡ÃÝÜ"
  b"\x07\x13‘G\›|\x03ž¸â\x12¾"
  b"""
    †§½8¬nE\x16¤v\n
    ¥\x1C×gì
    """
  b"‡ç2<Î\vO«‘å÷ÝZ›ú_"
  b"ê*\rÉä\F╔╗\x01ûYª\x15‗5"
  b"êª▓ì\x14/LâäLó\x06\x1FLKr"
  b"èºN0#(B/▓±╚\vÿÉi█"
  b"‹Ý££åÏJy¸eã7C÷\x07ô"
  b"îaz»ðÇO\x13╝ø!\x1A\x00Ø`U"
  b"Œ€z÷\äAN°iT²ó?ØË"
  b"""
    Œ¶\rÅð™@\¡ìóO \n
    ì8
    """
  b"ŒþÖÀ\x0E×Iaˆ€\x07溢æJ"
  b"ìæá¡³\x0EJ\x04áõ\x18|╠O,K"
  b"‘RŒžéPO¥®&\x03Çf<:\n"
  b"‘_oB`ŸNÙ©ž=PÛ\x19ê}"
  b"‘s¹èÙfI+ž\x012,ÏÄ\e­"
  b"‘ÀGÔ®0K; QAUòà\x18±"
  b"\x19š\v_\x05C_‹ªÒXû¼8ü"
  b"’;\x10µ9Ñ@â›WmÊ>Nÿ\x08"
  b"Ʋ▄┤ÞüBÂî5$^¤Ôký"
  b"“[´\x13{\x1EL¨œƒ&)Ú°Ñ^"
  b"“ýGóû·GÍŒC"u{ÞWM"
  b"ô ýC┬¸H+ÿ³A■wõ┐Å"
  b"”C¶\x0F~#@Ò‹–Ê«ð\x1E\x1C`"
  b"”iž-áóCË©Þíöö¸ìQ"
  b"•oå»\x11Š@®±þU/?¼Þ\x0E"
  b"–K†\x04È|E†£pP \x1C\x00"
  b"–y\x13v2XGS†=Á{\x19¢ü…"
  b"—Ù\fUáôB\x1Fµ6!\x0F\x0F6Ó$"
  b"""
    ˜\x03ï\n
    [ÖM÷’]H·à„™4
    """
  b"˜\x18'ç20EØ„R‚>‡ø—b"
  b"˜\–f ˜Nò´#Tƒ­5Éÿ"
  b"˜€\x13\x1EK­†!ÃBpzN“"
  b"ÿåÉEt2JåéÒßdJn=é"
  b"˜÷.5íüA\x05‡«\x04ÖÓ ªL"
  b"™&s\x1FoŽMe±õ\x05ª³ä\x02Ï"
  b"ÖÙ0\x03\x1D├F\ÅÞè£ëGnW"
  b"Ü.Ô |█B0╝s¦É¢e}Ñ"
  b"›Ls\x18ä¨Hl˜$~ˆ:©Á±"
  b"œ7Ó "æFɧ¦R_Ig[R"
  b"œÂ\x01Au\x12E/‚Зߝõõ["
  b"Ø┘W^ËòJ¥òqÜK\fvï▀"
  b"ž\tÿs»\x17C&´=ßïw´dú"
  b"""
    ×\n
    $\x03ììK\x13ÇæÄ4@Ùk}
    """
  b"""
    ×ü╬\x7F\x10FBEÿA3\n
    \x14'É©
    """
  b" \x16ço¸ÆN^¯ëÉÞ…šËe"
  b"á│║feßJ\x1AÅ\x7Fx6o,\e\x7F"
  b" ºH\fetF/´\x1Dçnìå£\x13"
  b"""
    ¡\n
    ¦ ¼×MÖ“žßx±\x15÷8
    """
  b"¢E\x0EÍW\x1CL\¬qÄ *\x1FÕ@"
  b"£\x01Ðù‰äB±§öƒF\eJ&\f"
  b"""
    £)m“ï\x1ALLJÚ\x18\n
    é„G–
    """
  b"£M\x06\x14ÂáC5…áü<\x07}ÊE"
  b"úQý├½Ò@■üøÑ»DC'É"
  b"¤Vf”õ5J\x1C™5'í\x1Eø*\x0E"
  b"¤ñº½-áEg™°\x7F혾ˆ'"
  b"¥\x15ì:‚ O\x1E‰G!A6\x16¥m"
  b"¥;}ç*ÌC\x13­—Rú":­ß"
  b"¥dßp.ÜC\x7F‹.0E,\eÐü"
  b"¥¯|‡Q;J‹’èå›™ÿä²"
  b"ªƒYÅM\x03O[êÚÉ‗<bË─"
  b"¦©Ÿ”u5J`‰-\x17;\x04\x03M0"
  b"¦Ý4éÎ>@\x19¬:|Ju"
  b"§±þG,ùN@‰MtT\vÏ•³"
  b"§ØŒùP\x01Dѧ\¤bûÏäy"
  b"¿!\x02[\x13­FLäÞUQ*dÉ."
  b"®L²│j4A?ïwNpÏ\x17"
  b"©„½Ú”×A\x0E¦óéd¿\x16äÒ"
  b"©“„R†\x10F,˜\x10hš¬\x1F$c"
  b"ª\f=î¦^Hå‡p\féy\x18"
  b"ª01ùýrM¼ŸíˆN¦+<Ý"
  b"ª¥¼t+¼@Á­ïh)ûéuK"
  b"ª÷Ô\x10'¢DZˆ9˜"ù4\f²"
  b"½çuð\x1FYISØÛt╩ÜJ>Ü"
  b"«Â\x1An7žNN„~°ãx‡ù…"
  b"¼6▓©Ø¦K█«q├¼`╦Hl"
  b"¬ÈdÀ¿†BŸµ›Ú—,1Y›"
  b"­{à\x02¦(J¹¸YWusë?z"
  b"­òŒ\e†fAÊ€€^Ú\x0Fe~G"
  b"®wz\x04\x18ƒI’¦‹ÃâÖôò<"
  b"®ê\x1AB>×C9ˆ‡bHÝŽ…w"
  b"®û+Î)*Gxšªd\x1CêË©£"
  b"¯"O\x19Õ¢L«©§·W´ ‰ý"
  b"»-~@ÅÔN<¡¡╝¥ë1\x7Fã"
  b"°¦¶þL½Nâ„£\x01&×åjr"
  b"\x14ÒëØsH╚êk\eV\x13┤&å"
  b"│w<ã╣═BÿÄHç´aÅ╝b"
  b"│ÇìYéƒN¨ùµWár■/F"
  b"³»BÈ@_M†º*Î5ç“t\x1F"
  b"│ı¤▀ô\x04O\x0Fت>\eý\x0F"
  b"´š>eGxO\x1FµØ"Õ,É¥\x07"
  b"Âü~gÉÙJ}æ\x00v\x0F;°é%"
  b"¶¶Î\fÆëF¶„2îè+ÿw]"
  b"·l;!Û\vJR¸::\x18\x1A@dû"
  b"¸UîeœfIH·A«{k\fûã"
  b"¹ä‡g#êI\x01 MÂ\x04e\x7FÝï"
  b"º¯\x05\x01D&I§€åH\e-\f¤m"
  b"»%²\x1Fø]F„€?•±”<Bì"
  b"╗ì\rå\x07¹H┼ô !\x02f┴ò│"
  b"»Ê/ÔxÃH!‘mH|î¼ùÉ"
  b"¼ éò\rÉO4±…ÛMúmL±"
  b"╝┤â\x14"aGvæ=┤k▒rÅÙ"
  b"¾š´8\x15q@_›Ab«Y“íì"
  b"¾·ø'SmL\f™¦[)Ìc5f"
  b"¿µ\?LBIß¡nèv\x12zcd"
  b"Àœá‚$ÆI$Š‹\f°h+\x18"
  b"┴Åy¸i┴Fı╝\x18"±╚ó®ÿ"
  b"ÂÅò\e5JJK®v\x0E®[X\x18\x12"
  b"Ãn\eLjÚI¥¿Ç&†øià."
  b"Ä\x1F¢<ã÷L•ŒÏ\x1EeL“„´"
  b"Ä„Š\x03ňHñ¦\ž”¢Šì""
  b"Äâ[\x16¸ˆK~³\x12A662¼["
  b"ÅoÑÍ&\x18AÚ´Øö\x0FürÔ\x17"
  b"Ʀ¸ÚÏõN¦’S˾¨Ýƒ¡"
  b"ȤÐt\x00RCˈÊè(bb«\x1E"
  b"É\x03¦\e·WGz„äÙ ÅÃ7q"
  b"ÉbM“›jN\f“Êbò\x0EA/\r"
  b"É} Û7ôB-…À^ƒÎ\vp†"
  b"Éç\x1C\x17D©;\x12a©(S\x00"
  b"Ê^Ù\x15…ùI‹¶SÓIj†f\x7F"
  b"╩±\x10B╬\x17OºïéÝg─üÿÃ"
  b"ËÜ[×Lï6&xcfÉr"
  b"╦µóWlµCYÉ\x08í³"Â\x1FÖ"
  b"ËëºÊì=C4¯&‰\x18éÏMh"
  b"Ìs-²ôuLþŽ+\x08A!ŸU¿"
  b"═hÜ║iÓDöâ]ãÏ37äì"
  b"═╩=ÌÉR@█ØlH}Á%ûý"
  b"╬º╚├¡ÉA ä==Q\{ê?"
  b"Î×X\x1F—ãM‡„¾’¤éÈ\x18"
  b"¤õ­þH.G?¡Ã┌¾PÌAü"
  b"Г;?ŠEæžå¸\x1Db—Œó"
  b"Òú\ri^\x03A\x13«ä0b¡fé¡"
  b"ËR*eø¢C╚ñ^╚³\x0FÅp×"
  b"Ó›øh’ÈKâ´uL׊c\x07o"
  b"ÓÉË8¡\x1FB¾£t禅¿Ø("
  b"ı~`┤¶dL╣¿Ç°êü\¼┐"
  b"Õˆt\ehJC\x10³\x1D¡p6´\x10K"
  b"Í7ñüãÜB/êv\t\x1AmC\x13"
  b"ÖM³ÿ\ve@†•\x01u°!ŸÇš"
  b"Ö¾ò}\f$Gé«°á\-Íò¬"
  b"Öá\x072\r\x11G‘¿Ë:;ž\t©¥"
  b"""
    Öæ1|\n
    \x19@â”\x10\x19¢eC³¢
    """
  b"×"ØÂÌ"J8”E> æí×H"
  b"Ø\x1D²¬›3CX—Jɤ÷°\x17\x04"
  b"Ï}\x05@ÛÂB╗àu\f\vì╩\e*"
  b"ØþE\eõ”OéµÁ•f=\x15"
  b"Ù@\x06økŒ@‰¶îi&Åð% "
  b"ÙdSõn/@@‚é,*[ž(é"
  b"ÚqN»ŒµK÷’w¨Žñϯž"
  b"Ú~¶í\x19qC©±vÉ¥®[÷\x08"
  b"Ú瀤ZMK´¼¤Rh¯\x02\x7FÐ"
  b"ÛuÃŽ\vx@c»µë·*é\x10É"
  b"▄zYe\x05ÌM8Áðú╚╩ª\eØ"
  b"Ü{Qïš²L½˜:Œ^‡ùÀs"
  b"ÞóãÉŠ\x1FG>†èÜJñØ>\"
  b"ßZX¸ÜÉI\x14¶aY\x12\x04\x1Aû\x04"
  b"ÓÂ╝Ù█wGt¿╣\x1A\x02É╠/{"
  b"áå:%\vUMY¸ïq‘9wC\x04"
  b"â\x1DA,\x1F“O¹‘:\x07xÆŒü8"
  b"ÔhÉ\x10DÎOIù╚yà\x05²Ûc"
  b"ã®Àg“0E¢“KÑã…l&:"
  b"õæ·B\x1AîE\x04âkuáqÉù■"
  b"äœz€fgB¾ ††£ŸØiM"
  b"å{û\x05\x19RKM„Êg›Ž0ÌÙ"
  b"å—\x15ÏÿYD\x04Œè³_bÈCå"
  b"ç7ëQn»Nû¯êˆÙ\x11ü-v"
  b"çQÿ]ç\x1CI(§-~\x14‡¦H¶"
  b"ç”ü§©õEš•\x03ÞZOÓ®\x10"
  b"èGL©Ÿ1Aµ‚›Œ\x0E9N)¥"
  b"Úw¸é\vùD\x1A╝■Ž\x11¯Ë\x16"
  b"éŸ<K FF\x13ƒ©¼g=\v‡¯"
  b"ê,–Û\x1D¬G‚±áÓ=ÞYý\x1D"
  b"êr¡iª]H\x06 T*œ\x12a\x1C\x18"
  b"Û└t±ãÂBEºªíC[Øì/"
  b"Û┬Â┼BÖK\x05ƒÞgüÚù\x00Ã"
  b"êÕëü\rª@É—`eÓeÆd­"
  b"ëµG¡-ãN\x15¡~x¼ê\x1Cð–"
  b"ýØ\e¯ÎJNKå\tºûGw▀└"
  b"ݯôÑÝ┘@ü╣ÖÌÝ░\e"
  b"""
    ¯\n
    êØ\x1F\x1ACË¡¼{\fï\x16Wf
    """
  b"î.ü“‚¹IdžL›­Ú\x10â\x0E"
  b"î?R1r¹H㣊v“*¯©§"
  b"îÔ\x10ù„à@†ž¸æÊÂóÎÈ"
  b"´p:«ÀÎB¼ìÎf\x064S\x115"
  b"ï³\x14ݶ\x1FMì…\x1DoõûY‚Ž"
  b"""
    ð\n
    Ç\x06\x07Ý@\x1A |TÝ^ê%^
    """
  b"ð\x16\tëÂ\x06Hâ…{È1dZÈ^"
  b"ð<µu–äB]”¶ç\x07I€§˜"
  b"ôiÏeo\x01Bz‰\eB3‹¯7¦"
  b"¶ähì8éAy¿ \x1F ¦Ô@±"
  b"ôé/GRfA˽öÐ\x0EG,Ly"
  b"õ¿\fÞ\x0EDE\x1E†‚Á\x169f]\x08"
  b"÷°L\x0F\x1EºFEìÊ&\v\x14\x1Al^"
  b"÷ÃD\x18›îJÿˆ¡¤ Fm\v~"
  b"øF*\x0E=šL¹·¹Ë\x08\x08wµû"
  b"ù˜\x19ÏíêN®½»ãlUjEØ"
  b"ùÜ\x16*¤ûE"нƒ¸Š`–#"
  b"ùáÐ4E…H‹©Ä^0‡U º"
  b"ú@\ÅB›@ù¬þ›Ý/V\x1E}"
  b"ú’J³•§J\x03«3\x0F\x15ú`\x1F¼"
  b"ú鼿EðM\x1D§F™òù\x13r)"
  b"ûÍ\x1Eƒ¡,F¥±këú9‹n¡"
  b"ü+ž7¢HLdª¼"_â\\vM"
  b"ü¡a:¥\x04D`Žù:|¥Ö\x19ê"
  b"ýÅÆ;’\x1EMäžyÖlºa¨\x7F"
  b"■2▄═6µDµ¡Ø¬zZ-Ä)"
  b"þY·½ÚmL̦‹D&\x19¼â:"
  b"þ¶÷\x06°ùI\x04­Wê‘\x11nÍ¿"
  b"·Ê\x1DýR#I"ŒÍæêêv£¢"
]
85 0.99 ms
SELECT `category`.`id` as `category.id`, `category`.`version_id` as `category.versionId`, `category`.`parent_id` as `category.parentId`, `category`.`parent_version_id` as `category.parentVersionId`, `category`.`after_category_id` as `category.afterCategoryId`, `category`.`after_category_version_id` as `category.afterCategoryVersionId`, `category`.`media_id` as `category.mediaId`, `category`.`display_nested_products` as `category.displayNestedProducts`, `category`.`auto_increment` as `category.autoIncrement`, `category`.`level` as `category.level`, `category`.`path` as `category.path`, `category`.`child_count` as `category.childCount`, `category`.`type` as `category.type`, `category`.`product_assignment_type` as `category.productAssignmentType`, `category`.`visible` as `category.visible`, `category`.`active` as `category.active`, `category`.`cms_page_id` as `category.cmsPageId`, `category`.`cms_page_version_id` as `category.cmsPageVersionId`, `category`.`product_stream_id` as `category.productStreamId`, `category`.`custom_entity_type_id` as `category.customEntityTypeId`, `category`.`created_at` as `category.createdAt`, `category`.`updated_at` as `category.updatedAt`, `category.translation.name`, `category.translation.name` as `category.name`, `category.translation.breadcrumb`, `category.translation.breadcrumb` as `category.breadcrumb`, `category.translation.slotConfig`, `category.translation.slotConfig` as `category.slotConfig`, `category.translation.linkType`, `category.translation.linkType` as `category.linkType`, `category.translation.internalLink`, `category.translation.internalLink` as `category.internalLink`, `category.translation.externalLink`, `category.translation.externalLink` as `category.externalLink`, `category.translation.linkNewTab`, `category.translation.linkNewTab` as `category.linkNewTab`, `category.translation.description`, `category.translation.description` as `category.description`, `category.translation.metaTitle`, `category.translation.metaTitle` as `category.metaTitle`, `category.translation.metaDescription`, `category.translation.metaDescription` as `category.metaDescription`, `category.translation.keywords`, `category.translation.keywords` as `category.keywords`, `category.translation.customFields`, `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN (SELECT `category.translation`.`category_id`, `category.translation`.`category_version_id`, `category.translation`.`breadcrumb` as `category.translation.breadcrumb`, `category.translation`.`name` as `category.translation.name`, `category.translation`.`custom_fields` as `category.translation.customFields`, `category.translation`.`slot_config` as `category.translation.slotConfig`, `category.translation`.`link_type` as `category.translation.linkType`, `category.translation`.`internal_link` as `category.translation.internalLink`, `category.translation`.`external_link` as `category.translation.externalLink`, `category.translation`.`link_new_tab` as `category.translation.linkNewTab`, `category.translation`.`description` as `category.translation.description`, `category.translation`.`meta_title` as `category.translation.metaTitle`, `category.translation`.`meta_description` as `category.translation.metaDescription`, `category.translation`.`keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation`.`language_id` = ?) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.`category_version_id` = `category`.`version_id` WHERE (`category`.`version_id` = ?) AND (`category`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ù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"Ãd>Éô.B§ö±ZSiÿÝf"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ù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""A“r\f*JE¼–Ë-\x05VUº"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ù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"DD$ÿ“‘J'¤\x01é »3—n"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ù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"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"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"õ•"¨‡ùG؆NBÄëÃ’f"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"WàeÍ)¢L³²Ùü9ü*¿P"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"`,9çâëB¿®¼¶\x1A³U\x0Eô"
  b"öS0µ3[C¨º9ºì}DªT"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"=¹Ï9ÕßLøš²Œ¦OÉ ¯"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ù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"{\x18'\x11¡)Oi®"fµã{[Ä"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ù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"öS0µ3[C¨º9ºì}DªT"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"öS0µ3[C¨º9ºì}DªT"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"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"
]
86 5.62 ms
SELECT `product_media`.`id` as `product_media.id`, `product_media`.`version_id` as `product_media.versionId`, `product_media`.`product_id` as `product_media.productId`, `product_media`.`product_version_id` as `product_media.productVersionId`, `product_media`.`media_id` as `product_media.mediaId`, `product_media`.`position` as `product_media.position`, `product_media.media`.`id` as `product_media.media.id`, `product_media.media`.`user_id` as `product_media.media.userId`, `product_media.media`.`media_folder_id` as `product_media.media.mediaFolderId`, `product_media.media`.`mime_type` as `product_media.media.mimeType`, `product_media.media`.`file_extension` as `product_media.media.fileExtension`, `product_media.media`.`uploaded_at` as `product_media.media.uploadedAt`, `product_media.media`.`file_name` as `product_media.media.fileName`, `product_media.media`.`file_size` as `product_media.media.fileSize`, `product_media.media`.`media_type` as `product_media.media.mediaTypeRaw`, `product_media.media`.`meta_data` as `product_media.media.metaData`, `product_media.media`.`config` as `product_media.media.config`, `product_media.media`.`path` as `product_media.media.path`, `product_media.media`.`private` as `product_media.media.private`, `product_media.media`.`thumbnails_ro` as `product_media.media.thumbnailsRo`, `product_media.media`.`created_at` as `product_media.media.createdAt`, `product_media.media`.`updated_at` as `product_media.media.updatedAt`, `product_media.media.translation.title`, `product_media.media.translation.title` as `product_media.media.title`, `product_media.media.translation.alt`, `product_media.media.translation.alt` as `product_media.media.alt`, `product_media.media.translation.customFields`, `product_media.media.translation.customFields` as `product_media.media.customFields`, `product_media`.`custom_fields` as `product_media.customFields`, `product_media`.`created_at` as `product_media.createdAt`, `product_media`.`updated_at` as `product_media.updatedAt` FROM `product_media` LEFT JOIN `media` `product_media.media` ON `product_media`.`media_id` = `product_media.media`.`id` LEFT JOIN (SELECT `product_media.media.translation`.`media_id`, `product_media.media.translation`.`alt` as `product_media.media.translation.alt`, `product_media.media.translation`.`title` as `product_media.media.translation.title`, `product_media.media.translation`.`custom_fields` as `product_media.media.translation.customFields` FROM `media_translation` `product_media.media.translation` WHERE `product_media.media.translation`.`language_id` = ?) `product_media.media.media_translation` ON `product_media.media.media_translation`.`media_id` = `product_media.media`.`id` WHERE (`product_media`.`version_id` = ?) AND ((`product_media`.`product_id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x00K\x11¶dBI•–Šb”ÔêJç"
  b"\x00KÚ«åäCü¿║zd·¾^V"
  b"\x01$\x17#▀ìL»è%´\x19┘Aø"
  b"\x02\x04Æ$┼cG\x17ƒñ└\x13Ô¤═Å"
  b"\x03\f+†y•NÒ¡’ЫAY’7"
  b"\x03O¸‡GDHƒƒßºë¢BÀ\x1C"
  b"\x03À!\x14’{IH–\x05ù\x12¯\x17°Ç"
  b"\x03Æøµ˜TJІ7â]\x1D=’N"
  b"\x04èqØ,øLfÅ\x18c6╣Êb!"
  b"\x05H%«\x00fNç€×b¼c¥eö"
  b"\x06ü\x18{ÛËA\ü!¸Ö\ea\vç"
  b"\x07Ù°G0AOL½&x÷Â3Ð\x03"
  b"\x08¾ \x03áÏLØ”O2ãÌ…\x1EÐ"
  b"\x08þ?µ\x18‹JI»Ÿø%\x0ELƒÁ"
  b"""
    \n
    \x02åþ\t}Cì‡6\x11Ÿ\x01¶‡v
    """
  b"""
    \n
    8X\x16P£B»—GŽUR5\v
    """
  b"""
    \f\n
    Â\x06fÞGd£y¶a/\x02\x18C
    """
  b"\ftLq¿\rB¡³ò×NL¿*õ"
  b"\fËF³eòGr‡UMÓT\x15"
  b"\r}só\x17ØH\x06ükHáN─};"
  b"\x0EVÇ›²kB=¬;\x073 Ñ%\x05"
  b"\x10•2y©]KôµDA\x10Ù\x08Á\x7F"
  b"\x10 ’Ù5ìHΚ˜Mn\x7FÙ€{"
  b"\x10ÎeÏsjEøœì—ç\x03\x15"
  b"\x11B(¬3¯Hž‹Î\x18?$ \r\x06"
  b"\x11sV‚Ái@¯¡ü\x1C÷úB\x03\e"
  b"\x131ñ•7ƒAΜÊpš/\x058%"
  b"\x13aËĺ@Byîæ[S\­Å─"
  b"\x13xëi\x00‚EªƒÚó\x02Õ>žu"
  b"\x13Ùva¨ôC9…Y|Z¦m\x0F\r"
  b"\x14\x01ºÐÕ›Bž¡¢GޣƤ4"
  b"\x14\x16â%LåØy\ev/X\x16R"
  b"\x15#Ô‡`MGè¯u\x1Dº>áMq"
  b"\x15Y\x07òd…L>Š\x18iS\teÚø"
  b"\x15­†ÊÎ\x00I;•\v5i“\x14ÄÈ"
  b"\x162\x15ÿµtN« ‰EŒ\x02IäÓ"
  b"\x16¹aji=@}ƒÃž\x03Ÿëö\x00"
  b"\x16Ä”§Å:@Ϻôs]\x14@KŠ"
  b"\x17ÄNWà\x11J·ˆúTÑå˜g<"
  b"\x17È­ øçCÅ´\x11\x1F\x11\–6"
  b"\x18[ÜZ\x18Gã“t\x17\x03ÈÔ–("
  b"\x18½è\x10\x10\x12JùƒIF’G’d‘"
  b"\x19c:YxêB‰·_‡u*ÂnQ"
  b"\x1A"ã‡ß!M\x04”ùå—]ľý"
  b"\x1AMM\x11¬õI­‚\x16ÔyRÚI"
  b"""
    \e¨\x0EäÐ\x19E;¢ªˆò\n
    )T±
    """
  b"\x1Cº-þà*EÒø\v\x19ã°þ\x1Dì"
  b"\x1E\e³l¸øBÉöº¡Ñpw­³"
  b"\x1E0d|üÖI°¥¬\x04\f\x13\x11o"
  b"\x1EðxìÐ┌G▄ÿ\i\x07÷S┌W"
  b"\x1F0zúzÄD‡’ˆ×[4¬®~"
  b"\x1F■Ø:╗áFP▓ÅA"dØOv"
  b"\x05K<ñC\x03…³·L\x04«âØ"
  b"!ßÿ\╠ÁC\x00ëh®ìj5ƒS"
  b""SÒmû\x15H’—]Âðß[Ú'"
  b"#'ºû„\x02Að—¬W¿Çé!\x1D"
  b"#WÔ•‡›M}™¿pÝtºéâ"
  b"#x¢VÚLE?¸6¢bJYŒw"
  b"#Д$AÉLs¡q7¨\x0Fß‹Á"
  b"$\eLY\x7F¥D6£¡²á©Öž¡"
  b"$˜d9n¯MW©\r\x1De;Û"
  b"%B˜‰7VC\x05ŠíÆîΔ¿|"
  b"""
    %»Ò\n
    *Å@í┤#U¯6µÀÞ
    """
  b"%ë™7J„Cª¶†%U\x10Þ”_"
  b"&'éèöâI\©a\x1A«Ï\x11ÉÂ"
  b"&?Al▀yIlêVÉ»oòÎA"
  b"'Y¸ü\e¨Oú²»£œ\x12våh"
  b"'ÏÔô╦ÁO³¿\x05L"iìa#"
  b"(\tA=žùHÿˆ}ñ+ÖÔ§È"
  b"(ž“8&zOŸœŠÎ»\x1C8”˜"
  b"\x0EpÆãOc┐\x16\x7F:╣É Ï"
  b"*B ô¦¨N‹›j>_\x08ÉÍñ"
  b"*a~x_ÍA\fšhV8X\x06\x1CÜ"
  b"+ahÉ\x14▒Jwø=:\x15┤&ß_"
  b",þwR]–C°µ‡Ö\x06\x02\x10‡f"
  b"-\\³Í\x1AHyü╗¬┐ξz\x03"
  b"-t\x00—¡ŽJw²åõ*AU_ö"
  b"-Ïßl\|O}ºÍÉ”ùU†;"
  b"-ò¨ºËâNƒ³áÎìúŒùG"
  b"""
    .\n
    ÝØyÕ@ªŸî\x7FÁ/RN}
    """
  b".{a3\x04¦LûéM\eµ Ï1É"
  b".ÂA­(yD,ŠÜu†ðùË"
  b".ê…­‡Aû’1ž¢%—’\x19"
  b"""
    /P¨3a;K\x12˜\x7FM}ãI\n
    \
    """
  b"/q(ßòýC˜³ÆsS1gíu"
  b"/Ðy÷öäI\x03«¢wž„ã|\x05"
  b"0´â\x11ª'L¡¶\x11Ÿoe\x11`\x06"
  b"""
    1\n
    Õ2æ╬GÅÑñ¼!┼Ú¶¶
    """
  b"1s^ã”\x17EF¹¨57*ú>Ù"
  b"\x12s{¯L;¥Ù)¥ã\x05\x1F\x08"
  b"1ºÁ%XöFŠ…-\x1FˆÑ½LZ"
  b"2FΚ$ÈHɈÐòf«d'¿"
  b"2q\x16¤eJô˜ÅMP±Š™]"
  b"3ƒå¢Õ\x07Fšˆƒiíjìj\x07"
  b"""
    3»C\x1F\rFd╗\x18ÔØ>¬\n
    \x02
    """
  b"4\x13ÅågÊG\x1Eò9¯¼â¡ZB"
  b"4C=Rö╗FïúõÉíÍs\e"
  b"""
    4Û¾C0\x18Jq³\n
    ‚ëZ$\\x07
    """
  b"5MíÉ\x0E\x18FÀ¤xî.iœòœ"
  b"6mUÜÇüHFå[Î\x12Ï░®¡"
  b"6█╣µ®{K\x16▒'f`@É┬¦"
  b"6û˾G²I0šìËÐ\x04"s\x0E"
  b"7C;æÂ:I‡¦¡‹Få¢X#"
  b"8†\fZ*3F³¨[ýÑϸ²Á"
  b"8Ú„Nƒ„CË©L…Ç>˜ŠØ"
  b":zùúÆöD; Uš4jx1C"
  b";\x1CEÄ0Ð@7À)\x0Eüêm\x15N"
  b";áF´LþNÜ¢²sksã¶b"
  b"<K†UÑŽCÇŠz'¬\x1D\e\x16`"
  b"""
    <Ñme\n
    Ú@^ˆQª¨L€8£
    """
  b"<ë7§2BBb‘]9KÞÕ¦{"
  b"=û)rıôM┤ª/Å\x05ö╝Àd"
  b"=îN;OTL¡±\x16es5^Ì\x18"
  b">%F┼÷\x10@ÃÅß▓;Lrñ­"
  b">╠ñFã¡FÉ╣újñ¤§/\x13"
  b">Û¿Q]ìM\r„ÃÏ‚¨êt9"
  b"?°óX€ÏFà´\x04¾ìrú¥\x00"
  b"@:­Á5JC/¢‡A•§·‘M"
  b"@L<fªWK\x1F½£Ý\x07\x08"
  b"@éÏ®àÉG█ùï¤Õ\x14yIÑ"
  b"AyPjy~J~´åÍèÒÊ\en"
  b"""
    B\x1A?ßÐÕF\n
    µ(ãp|¡\x1Ax
    """
  b"B¬]½´\x0EL°¸H‚\x07§}§ê"
  b"Bõ+\x1A_'InÉ╠ÿI*K╩┌"
  b"C─'Å╠xG0¡o\x12èvﯽ"
  b"D9'›Ô3@\x0Ež˜/àr*²\x1D"
  b"Dúo༕F\x03žrU9Õñµ\x14"
  b"GMjhÞ¡C$ˆŸNâÂ-\x05n"
  b"HÇïºÞ%J‹ˆ‚+\x1E¼èÍ<"
  b"I\x055É¡ÊIÆï\x1F÷±ÿÇá·"
  b"I\rž^`[H§Ÿ–§É볡‚"
  b"I—\x0Eâ^~Iæ¡Wyê-Ø\x05v"
  b"JáD\x14¹tL\x1FÅ\fE¿-0Ñ┐"
  b"K@\x08MíÔH©®ë“p\x06”¹\x17"
  b"M[Í©\x10šF: ?¸Ï…\ÿµ"
  b"M¤û{\x11¾@à¨ü‡³æaS:"
  b"NݱÍ\x12†FÞ°»–l\x1Då€i"
  b"Q\x07\x05\x03•?F3ŠåSªØ6›\x0F"
  b"R@nN¯\x01J°›\x1FA~%õ·á"
  b"RËsd8óGå•u‰:&'à©"
  b"\x05,k¿A„Ž*É(Z\x02ª\t"
  b"Toyæ╦$G\tòæ\jj\x01¯Ø"
  b"TÙisJ\eC·±Á¼p°\täó"
  b"Vu¬m¸C(“‰©—d\x04ÑÆ"
  b"X‰¬\x1A›8L|¹\x1F–GéÞ¿ï"
  b"X╝Øç)\x07N¨é6v}¡ý=4"
  b"YÐú%¢“Oæ´\tk'©Ïuø"
  b"Z]à(ê\x04GÉ \x1C·¸†!~\x11"
  b"Zn+┌▄\x1FO%à»\x15fÙØ─╚"
  b"[fý'uæM\x01´pp‰Óì‡["
  b"\\x03ë\x1DÄÄC•‘†—‡\ev‚N"
  b"\\x7F3\x05\x05HDtµ=œ\x1CÆÍY†"
  b"]—Û›3 MôµË\x13æ4€vÌ"
  b"^M\x14ö\frC\x1Fª4’Ž]Y%"
  b"^ðÛaoEF\r™D\fN¼¯:¦"
  b"_?D:\x0EWNvÉQÁ~]8ıc"
  b"`åãûÝ,J░▓c\x1C÷êÉH¢"
  b"`╦®ü╬íD┬¥▀│\x04\f\x1A└â"
  b"aLúðß!A]…5„ѱ÷±›"
  b"aN\x15\x00M6A8ŒÃÌ™\x0EÈýT"
  b"aÞ½¡\x02\x00C•š¤—ÊØq\x1Dq"
  b"aò;ÎxˆKŦò Ù0Õ\eK"
  b"bXþª\tÁGÅ»}gÆq(Ê\x08"
  b"byÞ\uJCÉØÞ\x7F\r;àâQ"
  b"caŸì*0Jy€Ød¬¹PH\x1D"
  b"c–ÆûZãNg†ëæW„‚´¤"
  b"dF}hºYDD¨~\x0E਱¾Í"
  b"gRƒÀ\x02nK\x1F¼/ˆÂÀþžÞ"
  b"gzA^:\x02GÀˆêÕ'C7²\x01"
  b"gˆ¯îoãLè–ßj[Q\v"
  b"g·Å«COBé–“U\vjC6$"
  b"h\x18éVXõHˆ—gµs\x1EÎ%K"
  b"hÞH\x16V\x17L1’®\x11] Y†"
  b"iUèÐ&•G-ŽTHBˆ|òÇ"
  b"ieqâïïC¡¿\x0Ef4V`5ó"
  b"j,°9a`H╚صîý\x12wûæ"
  b"k–OZ97E\x18˜a/ãmxúX"
  b"l\x0E╗`¢ÌD\x12ÿ╗3#zìl└"
  b"""
    l¬\„\x18†M\x1Eƒ$\n
    ô¤‘‡\x14
    """
  b"mp\x16šëËBð»S_¨œ‹6p"
  b"nt"î\x1E\x14C}«\rK†(‰˜¡"
  b"q\x18ù‘Å%C>‹œ÷vî‚¶E"
  b"qybǾÕHï²N¹þD"¿ý"
  b"q¼KC:4G°—\x0F\x0Eè†\x0F\x17\x07"
  b"q½È\x18ZèBÙµŠsFñß\e"
  b"\x02\f•LD5‰j›^ß\x009F"
  b"qålk£\x01Hõ¤Ý\x1F7[¬ûç"
  b"r©‰ÅM1@͈×'G$:¿="
  b"\fgæGMܱû©e±.ÍŠ"
  b"sÌ)7\x1A¨N‹™šiš|\t\x1D"
  b"s╠+°\x19ÙF,×p½▓\tÉ╗┌"
  b"t€¦¯\x0F§B<·~4ðŒ"È""
  b"u\x16ks4êO‚¨Â\x7F`ë¶(\x00"
  b"u»šm\x7FkOë¥T¥òOýn!"
  b"vµ$“µ\x18DSšñ7ß>“\x18ö"
  b"""
    vö04\n
    YBv¨\x1F²¯7]O½
    """
  b"x„,\x1FUøB£°ü¢)ɼš±"
  b"xîÏÚ┴ÖL!ùa±`╦]­Ø"
  b"xõà÷C\x1FF« ƒy\x1C÷­çâ"
  b"y\x16*▓├+BÕÅ-®\x19\x13└r¬"
  b"y×)\x16ƒÒN\r¿═Øv▀Üce"
  b"\x08r\x12oL@›Í\x04>I´?†"
  b"yéÕóñ\x01Nrª8#Zˆax\f"
  b"yúÔó\voBü„\fð°ø".."
  b"zÑÌn»jF¸ "u?ÅxOT"
  b"zßòc™\x19B⿽°>«<„ö"
  b"{x•bdæFH¹ì:Nã<ˆS"
  b"|»L¤âÙDÑ░²c═Oü'Æ"
  b"~42\x12¸ÏI'ìô6º■Ø-â"
  b"~C´Kû]D\x19ìó»~bÄtæ"
  b"\x7F\tÝîí¥O`Ž\x10\x10¢r<w"
  b"\x7FÔ8@e~ES‹ô*§½úwé"
  b"Ǹ&ò=´B╩½)ìT\eíBõ"
  b"ü¾¾\x18╠ƒN║¢¿\6P \x1FV"
  b"âé┴ºb#Gåìx░Ñ■╠░Ì"
  b"ƒ«KL&TEͲ\x04Ò~œÌz\e"
  b"„•¡H\x11TM\x07¶ŒØZðÚýà"
  b"„¬G: ÏF$š\x13Ö›j\x08v3"
  b"…a£\x0FØŒFŸ”}\x1Cš¡ÃÝÜ"
  b"\x07\x13‘G\›|\x03ž¸â\x12¾"
  b"""
    †§½8¬nE\x16¤v\n
    ¥\x1C×gì
    """
  b"‡ç2<Î\vO«‘å÷ÝZ›ú_"
  b"ê*\rÉä\F╔╗\x01ûYª\x15‗5"
  b"êª▓ì\x14/LâäLó\x06\x1FLKr"
  b"èºN0#(B/▓±╚\vÿÉi█"
  b"‹Ý££åÏJy¸eã7C÷\x07ô"
  b"îaz»ðÇO\x13╝ø!\x1A\x00Ø`U"
  b"Œ€z÷\äAN°iT²ó?ØË"
  b"""
    Œ¶\rÅð™@\¡ìóO \n
    ì8
    """
  b"ŒþÖÀ\x0E×Iaˆ€\x07溢æJ"
  b"ìæá¡³\x0EJ\x04áõ\x18|╠O,K"
  b"‘RŒžéPO¥®&\x03Çf<:\n"
  b"‘_oB`ŸNÙ©ž=PÛ\x19ê}"
  b"‘s¹èÙfI+ž\x012,ÏÄ\e­"
  b"‘ÀGÔ®0K; QAUòà\x18±"
  b"\x19š\v_\x05C_‹ªÒXû¼8ü"
  b"’;\x10µ9Ñ@â›WmÊ>Nÿ\x08"
  b"Ʋ▄┤ÞüBÂî5$^¤Ôký"
  b"“[´\x13{\x1EL¨œƒ&)Ú°Ñ^"
  b"“ýGóû·GÍŒC"u{ÞWM"
  b"ô ýC┬¸H+ÿ³A■wõ┐Å"
  b"”C¶\x0F~#@Ò‹–Ê«ð\x1E\x1C`"
  b"”iž-áóCË©Þíöö¸ìQ"
  b"•oå»\x11Š@®±þU/?¼Þ\x0E"
  b"–K†\x04È|E†£pP \x1C\x00"
  b"–y\x13v2XGS†=Á{\x19¢ü…"
  b"—Ù\fUáôB\x1Fµ6!\x0F\x0F6Ó$"
  b"""
    ˜\x03ï\n
    [ÖM÷’]H·à„™4
    """
  b"˜\x18'ç20EØ„R‚>‡ø—b"
  b"˜\–f ˜Nò´#Tƒ­5Éÿ"
  b"˜€\x13\x1EK­†!ÃBpzN“"
  b"ÿåÉEt2JåéÒßdJn=é"
  b"˜÷.5íüA\x05‡«\x04ÖÓ ªL"
  b"™&s\x1FoŽMe±õ\x05ª³ä\x02Ï"
  b"ÖÙ0\x03\x1D├F\ÅÞè£ëGnW"
  b"Ü.Ô |█B0╝s¦É¢e}Ñ"
  b"›Ls\x18ä¨Hl˜$~ˆ:©Á±"
  b"œ7Ó "æFɧ¦R_Ig[R"
  b"œÂ\x01Au\x12E/‚Зߝõõ["
  b"Ø┘W^ËòJ¥òqÜK\fvï▀"
  b"ž\tÿs»\x17C&´=ßïw´dú"
  b"""
    ×\n
    $\x03ììK\x13ÇæÄ4@Ùk}
    """
  b"""
    ×ü╬\x7F\x10FBEÿA3\n
    \x14'É©
    """
  b" \x16ço¸ÆN^¯ëÉÞ…šËe"
  b"á│║feßJ\x1AÅ\x7Fx6o,\e\x7F"
  b" ºH\fetF/´\x1Dçnìå£\x13"
  b"""
    ¡\n
    ¦ ¼×MÖ“žßx±\x15÷8
    """
  b"¢E\x0EÍW\x1CL\¬qÄ *\x1FÕ@"
  b"£\x01Ðù‰äB±§öƒF\eJ&\f"
  b"""
    £)m“ï\x1ALLJÚ\x18\n
    é„G–
    """
  b"£M\x06\x14ÂáC5…áü<\x07}ÊE"
  b"úQý├½Ò@■üøÑ»DC'É"
  b"¤Vf”õ5J\x1C™5'í\x1Eø*\x0E"
  b"¤ñº½-áEg™°\x7F혾ˆ'"
  b"¥\x15ì:‚ O\x1E‰G!A6\x16¥m"
  b"¥;}ç*ÌC\x13­—Rú":­ß"
  b"¥dßp.ÜC\x7F‹.0E,\eÐü"
  b"¥¯|‡Q;J‹’èå›™ÿä²"
  b"ªƒYÅM\x03O[êÚÉ‗<bË─"
  b"¦©Ÿ”u5J`‰-\x17;\x04\x03M0"
  b"¦Ý4éÎ>@\x19¬:|Ju"
  b"§±þG,ùN@‰MtT\vÏ•³"
  b"§ØŒùP\x01Dѧ\¤bûÏäy"
  b"¿!\x02[\x13­FLäÞUQ*dÉ."
  b"®L²│j4A?ïwNpÏ\x17"
  b"©„½Ú”×A\x0E¦óéd¿\x16äÒ"
  b"©“„R†\x10F,˜\x10hš¬\x1F$c"
  b"ª\f=î¦^Hå‡p\féy\x18"
  b"ª01ùýrM¼ŸíˆN¦+<Ý"
  b"ª¥¼t+¼@Á­ïh)ûéuK"
  b"ª÷Ô\x10'¢DZˆ9˜"ù4\f²"
  b"½çuð\x1FYISØÛt╩ÜJ>Ü"
  b"«Â\x1An7žNN„~°ãx‡ù…"
  b"¼6▓©Ø¦K█«q├¼`╦Hl"
  b"¬ÈdÀ¿†BŸµ›Ú—,1Y›"
  b"­{à\x02¦(J¹¸YWusë?z"
  b"­òŒ\e†fAÊ€€^Ú\x0Fe~G"
  b"®wz\x04\x18ƒI’¦‹ÃâÖôò<"
  b"®ê\x1AB>×C9ˆ‡bHÝŽ…w"
  b"®û+Î)*Gxšªd\x1CêË©£"
  b"¯"O\x19Õ¢L«©§·W´ ‰ý"
  b"»-~@ÅÔN<¡¡╝¥ë1\x7Fã"
  b"°¦¶þL½Nâ„£\x01&×åjr"
  b"\x14ÒëØsH╚êk\eV\x13┤&å"
  b"│w<ã╣═BÿÄHç´aÅ╝b"
  b"│ÇìYéƒN¨ùµWár■/F"
  b"³»BÈ@_M†º*Î5ç“t\x1F"
  b"│ı¤▀ô\x04O\x0Fت>\eý\x0F"
  b"´š>eGxO\x1FµØ"Õ,É¥\x07"
  b"Âü~gÉÙJ}æ\x00v\x0F;°é%"
  b"¶¶Î\fÆëF¶„2îè+ÿw]"
  b"·l;!Û\vJR¸::\x18\x1A@dû"
  b"¸UîeœfIH·A«{k\fûã"
  b"¹ä‡g#êI\x01 MÂ\x04e\x7FÝï"
  b"º¯\x05\x01D&I§€åH\e-\f¤m"
  b"»%²\x1Fø]F„€?•±”<Bì"
  b"╗ì\rå\x07¹H┼ô !\x02f┴ò│"
  b"»Ê/ÔxÃH!‘mH|î¼ùÉ"
  b"¼ éò\rÉO4±…ÛMúmL±"
  b"╝┤â\x14"aGvæ=┤k▒rÅÙ"
  b"¾š´8\x15q@_›Ab«Y“íì"
  b"¾·ø'SmL\f™¦[)Ìc5f"
  b"¿µ\?LBIß¡nèv\x12zcd"
  b"Àœá‚$ÆI$Š‹\f°h+\x18"
  b"┴Åy¸i┴Fı╝\x18"±╚ó®ÿ"
  b"ÂÅò\e5JJK®v\x0E®[X\x18\x12"
  b"Ãn\eLjÚI¥¿Ç&†øià."
  b"Ä\x1F¢<ã÷L•ŒÏ\x1EeL“„´"
  b"Ä„Š\x03ňHñ¦\ž”¢Šì""
  b"Äâ[\x16¸ˆK~³\x12A662¼["
  b"ÅoÑÍ&\x18AÚ´Øö\x0FürÔ\x17"
  b"Ʀ¸ÚÏõN¦’S˾¨Ýƒ¡"
  b"ȤÐt\x00RCˈÊè(bb«\x1E"
  b"É\x03¦\e·WGz„äÙ ÅÃ7q"
  b"ÉbM“›jN\f“Êbò\x0EA/\r"
  b"É} Û7ôB-…À^ƒÎ\vp†"
  b"Éç\x1C\x17D©;\x12a©(S\x00"
  b"Ê^Ù\x15…ùI‹¶SÓIj†f\x7F"
  b"╩±\x10B╬\x17OºïéÝg─üÿÃ"
  b"ËÜ[×Lï6&xcfÉr"
  b"╦µóWlµCYÉ\x08í³"Â\x1FÖ"
  b"ËëºÊì=C4¯&‰\x18éÏMh"
  b"Ìs-²ôuLþŽ+\x08A!ŸU¿"
  b"═hÜ║iÓDöâ]ãÏ37äì"
  b"═╩=ÌÉR@█ØlH}Á%ûý"
  b"╬º╚├¡ÉA ä==Q\{ê?"
  b"Î×X\x1F—ãM‡„¾’¤éÈ\x18"
  b"¤õ­þH.G?¡Ã┌¾PÌAü"
  b"Г;?ŠEæžå¸\x1Db—Œó"
  b"Òú\ri^\x03A\x13«ä0b¡fé¡"
  b"ËR*eø¢C╚ñ^╚³\x0FÅp×"
  b"Ó›øh’ÈKâ´uL׊c\x07o"
  b"ÓÉË8¡\x1FB¾£t禅¿Ø("
  b"ı~`┤¶dL╣¿Ç°êü\¼┐"
  b"Õˆt\ehJC\x10³\x1D¡p6´\x10K"
  b"Í7ñüãÜB/êv\t\x1AmC\x13"
  b"ÖM³ÿ\ve@†•\x01u°!ŸÇš"
  b"Ö¾ò}\f$Gé«°á\-Íò¬"
  b"Öá\x072\r\x11G‘¿Ë:;ž\t©¥"
  b"""
    Öæ1|\n
    \x19@â”\x10\x19¢eC³¢
    """
  b"×"ØÂÌ"J8”E> æí×H"
  b"Ø\x1D²¬›3CX—Jɤ÷°\x17\x04"
  b"Ï}\x05@ÛÂB╗àu\f\vì╩\e*"
  b"ØþE\eõ”OéµÁ•f=\x15"
  b"Ù@\x06økŒ@‰¶îi&Åð% "
  b"ÙdSõn/@@‚é,*[ž(é"
  b"ÚqN»ŒµK÷’w¨Žñϯž"
  b"Ú~¶í\x19qC©±vÉ¥®[÷\x08"
  b"Ú瀤ZMK´¼¤Rh¯\x02\x7FÐ"
  b"ÛuÃŽ\vx@c»µë·*é\x10É"
  b"▄zYe\x05ÌM8Áðú╚╩ª\eØ"
  b"Ü{Qïš²L½˜:Œ^‡ùÀs"
  b"ÞóãÉŠ\x1FG>†èÜJñØ>\"
  b"ßZX¸ÜÉI\x14¶aY\x12\x04\x1Aû\x04"
  b"ÓÂ╝Ù█wGt¿╣\x1A\x02É╠/{"
  b"áå:%\vUMY¸ïq‘9wC\x04"
  b"â\x1DA,\x1F“O¹‘:\x07xÆŒü8"
  b"ÔhÉ\x10DÎOIù╚yà\x05²Ûc"
  b"ã®Àg“0E¢“KÑã…l&:"
  b"õæ·B\x1AîE\x04âkuáqÉù■"
  b"äœz€fgB¾ ††£ŸØiM"
  b"å{û\x05\x19RKM„Êg›Ž0ÌÙ"
  b"å—\x15ÏÿYD\x04Œè³_bÈCå"
  b"ç7ëQn»Nû¯êˆÙ\x11ü-v"
  b"çQÿ]ç\x1CI(§-~\x14‡¦H¶"
  b"ç”ü§©õEš•\x03ÞZOÓ®\x10"
  b"èGL©Ÿ1Aµ‚›Œ\x0E9N)¥"
  b"Úw¸é\vùD\x1A╝■Ž\x11¯Ë\x16"
  b"éŸ<K FF\x13ƒ©¼g=\v‡¯"
  b"ê,–Û\x1D¬G‚±áÓ=ÞYý\x1D"
  b"êr¡iª]H\x06 T*œ\x12a\x1C\x18"
  b"Û└t±ãÂBEºªíC[Øì/"
  b"Û┬Â┼BÖK\x05ƒÞgüÚù\x00Ã"
  b"êÕëü\rª@É—`eÓeÆd­"
  b"ëµG¡-ãN\x15¡~x¼ê\x1Cð–"
  b"ýØ\e¯ÎJNKå\tºûGw▀└"
  b"ݯôÑÝ┘@ü╣ÖÌÝ░\e"
  b"""
    ¯\n
    êØ\x1F\x1ACË¡¼{\fï\x16Wf
    """
  b"î.ü“‚¹IdžL›­Ú\x10â\x0E"
  b"î?R1r¹H㣊v“*¯©§"
  b"îÔ\x10ù„à@†ž¸æÊÂóÎÈ"
  b"´p:«ÀÎB¼ìÎf\x064S\x115"
  b"ï³\x14ݶ\x1FMì…\x1DoõûY‚Ž"
  b"""
    ð\n
    Ç\x06\x07Ý@\x1A |TÝ^ê%^
    """
  b"ð\x16\tëÂ\x06Hâ…{È1dZÈ^"
  b"ð<µu–äB]”¶ç\x07I€§˜"
  b"ôiÏeo\x01Bz‰\eB3‹¯7¦"
  b"¶ähì8éAy¿ \x1F ¦Ô@±"
  b"ôé/GRfA˽öÐ\x0EG,Ly"
  b"õ¿\fÞ\x0EDE\x1E†‚Á\x169f]\x08"
  b"÷°L\x0F\x1EºFEìÊ&\v\x14\x1Al^"
  b"÷ÃD\x18›îJÿˆ¡¤ Fm\v~"
  b"øF*\x0E=šL¹·¹Ë\x08\x08wµû"
  b"ù˜\x19ÏíêN®½»ãlUjEØ"
  b"ùÜ\x16*¤ûE"нƒ¸Š`–#"
  b"ùáÐ4E…H‹©Ä^0‡U º"
  b"ú@\ÅB›@ù¬þ›Ý/V\x1E}"
  b"ú’J³•§J\x03«3\x0F\x15ú`\x1F¼"
  b"ú鼿EðM\x1D§F™òù\x13r)"
  b"ûÍ\x1Eƒ¡,F¥±këú9‹n¡"
  b"ü+ž7¢HLdª¼"_â\\vM"
  b"ü¡a:¥\x04D`Žù:|¥Ö\x19ê"
  b"ýÅÆ;’\x1EMäžyÖlºa¨\x7F"
  b"■2▄═6µDµ¡Ø¬zZ-Ä)"
  b"þY·½ÚmL̦‹D&\x19¼â:"
  b"þ¶÷\x06°ùI\x04­Wê‘\x11nÍ¿"
  b"·Ê\x1DýR#I"ŒÍæêêv£¢"
]
87 0.40 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.25 ms
SELECT `domain`.`language_id` AS languageId,
                          `domain`.`id` AS id,
                          `domain`.`url` AS url,
                          `domain`.`hreflang_use_only_locale` AS onlyLocale,
                          `locale`.`code` AS locale
            FROM `sales_channel_domain` AS `domain`
            INNER JOIN `language` ON `language`.`id` = `domain`.`language_id`
            INNER JOIN `locale` ON `locale`.`id` = `language`.`locale_id`
            WHERE `domain`.`sales_channel_id` = ?
Parameters:
[
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
]
89 0.27 ms
SELECT `seo_path_info` AS seoPathInfo, `language_id` AS languageId
            FROM `seo_url`
            WHERE `path_info` = ? AND `is_canonical` = 1 AND
                  `sales_channel_id` = ? AND `language_id` IN (?)
Parameters:
[
  "/ersatzteilfinder/50-sx-2019-modelcode-F6001S4"
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
90 0.36 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.18 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.15 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.20 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.22 ms
SELECT LOWER(HEX(language.id)) AS array_key, LOWER(HEX(language.id)) AS id, locale.code, parentLocale.code AS parentCode, LOWER(HEX(language.parent_id)) parentId FROM language LEFT JOIN locale locale ON language.translation_code_id = locale.id LEFT JOIN language parentLanguage ON language.parent_id = parentLanguage.id LEFT JOIN locale parentLocale ON parentLanguage.translation_code_id = parentLocale.id
Parameters:
[]
95 0.15 ms
SELECT LOWER(HEX(id)) FROM snippet_set WHERE iso = ?
Parameters:
[
  "de-DE"
]
96 0.14 ms
SELECT iso FROM snippet_set WHERE id = ?
Parameters:
[
  b"\x0Ea[Ø_\x11FÿêLËB\x17¸à="
]
97 0.20 ms
SELECT LOWER(HEX(theme.id)) themeId, theme.technical_name as themeName, parentTheme.technical_name as parentThemeName, LOWER(HEX(parentTheme.parent_theme_id)) as grandParentThemeId
            FROM sales_channel
                LEFT JOIN theme_sales_channel ON sales_channel.id = theme_sales_channel.sales_channel_id
                LEFT JOIN theme ON theme_sales_channel.theme_id = theme.id
                LEFT JOIN theme AS parentTheme ON parentTheme.id = theme.parent_theme_id
            WHERE sales_channel.id = ?
Parameters:
[
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
]
98 0.37 ms
SELECT `app`.`id` as `app.id`, `app`.`name` as `app.name`, `app`.`path` as `app.path`, `app`.`author` as `app.author`, `app`.`copyright` as `app.copyright`, `app`.`license` as `app.license`, `app`.`active` as `app.active`, `app`.`configurable` as `app.configurable`, `app`.`privacy` as `app.privacy`, `app`.`version` as `app.version`, `app`.`icon` as `app.iconRaw`, `app`.`app_secret` as `app.appSecret`, `app`.`modules` as `app.modules`, `app`.`main_module` as `app.mainModule`, `app`.`cookies` as `app.cookies`, `app`.`allow_disable` as `app.allowDisable`, `app`.`base_app_url` as `app.baseAppUrl`, `app`.`allowed_hosts` as `app.allowedHosts`, `app`.`template_load_priority` as `app.templateLoadPriority`, `app`.`checkout_gateway_url` as `app.checkoutGatewayUrl`, `app`.`in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl`, `app`.`source_type` as `app.sourceType`, `app`.`source_config` as `app.sourceConfig`, `app`.`self_managed` as `app.selfManaged`, `app`.`integration_id` as `app.integrationId`, `app.integration`.`id` as `app.integration.id`, `app.integration`.`label` as `app.integration.label`, `app.integration`.`access_key` as `app.integration.accessKey`, `app.integration`.`secret_access_key` as `app.integration.secretAccessKey`, `app.integration`.`last_usage_at` as `app.integration.lastUsageAt`, `app.integration`.`admin` as `app.integration.admin`, `app.integration`.`custom_fields` as `app.integration.customFields`, `app.integration`.`deleted_at` as `app.integration.deletedAt`, `app.integration`.`created_at` as `app.integration.createdAt`, `app.integration`.`updated_at` as `app.integration.updatedAt`, `app`.`acl_role_id` as `app.aclRoleId`, `app.aclRole`.`id` as `app.aclRole.id`, `app.aclRole`.`name` as `app.aclRole.name`, `app.aclRole`.`description` as `app.aclRole.description`, `app.aclRole`.`privileges` as `app.aclRole.privileges`, `app.aclRole`.`deleted_at` as `app.aclRole.deletedAt`, `app.aclRole`.`created_at` as `app.aclRole.createdAt`, `app.aclRole`.`updated_at` as `app.aclRole.updatedAt`, `app`.`created_at` as `app.createdAt`, `app`.`updated_at` as `app.updatedAt`, `app.translation.label`, `app.translation.label` as `app.label`, `app.translation.description`, `app.translation.description` as `app.description`, `app.translation.privacyPolicyExtensions`, `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions`, `app.translation.customFields`, `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app`.`integration_id` = `app.integration`.`id` LEFT JOIN `acl_role` `app.aclRole` ON `app`.`acl_role_id` = `app.aclRole`.`id` LEFT JOIN (SELECT `app.translation`.`app_id`, `app.translation`.`label` as `app.translation.label`, `app.translation`.`description` as `app.translation.description`, `app.translation`.`privacy_policy_extensions` as `app.translation.privacyPolicyExtensions`, `app.translation`.`custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation`.`language_id` = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` WHERE (`app`.`name` = ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  "SwagGmvReporting"
]
99 0.32 ms
SELECT `app`.`id` as `app.id`, `app`.`name` as `app.name`, `app`.`path` as `app.path`, `app`.`author` as `app.author`, `app`.`copyright` as `app.copyright`, `app`.`license` as `app.license`, `app`.`active` as `app.active`, `app`.`configurable` as `app.configurable`, `app`.`privacy` as `app.privacy`, `app`.`version` as `app.version`, `app`.`icon` as `app.iconRaw`, `app`.`app_secret` as `app.appSecret`, `app`.`modules` as `app.modules`, `app`.`main_module` as `app.mainModule`, `app`.`cookies` as `app.cookies`, `app`.`allow_disable` as `app.allowDisable`, `app`.`base_app_url` as `app.baseAppUrl`, `app`.`allowed_hosts` as `app.allowedHosts`, `app`.`template_load_priority` as `app.templateLoadPriority`, `app`.`checkout_gateway_url` as `app.checkoutGatewayUrl`, `app`.`in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl`, `app`.`source_type` as `app.sourceType`, `app`.`source_config` as `app.sourceConfig`, `app`.`self_managed` as `app.selfManaged`, `app`.`integration_id` as `app.integrationId`, `app.integration`.`id` as `app.integration.id`, `app.integration`.`label` as `app.integration.label`, `app.integration`.`access_key` as `app.integration.accessKey`, `app.integration`.`secret_access_key` as `app.integration.secretAccessKey`, `app.integration`.`last_usage_at` as `app.integration.lastUsageAt`, `app.integration`.`admin` as `app.integration.admin`, `app.integration`.`custom_fields` as `app.integration.customFields`, `app.integration`.`deleted_at` as `app.integration.deletedAt`, `app.integration`.`created_at` as `app.integration.createdAt`, `app.integration`.`updated_at` as `app.integration.updatedAt`, `app`.`acl_role_id` as `app.aclRoleId`, `app.aclRole`.`id` as `app.aclRole.id`, `app.aclRole`.`name` as `app.aclRole.name`, `app.aclRole`.`description` as `app.aclRole.description`, `app.aclRole`.`privileges` as `app.aclRole.privileges`, `app.aclRole`.`deleted_at` as `app.aclRole.deletedAt`, `app.aclRole`.`created_at` as `app.aclRole.createdAt`, `app.aclRole`.`updated_at` as `app.aclRole.updatedAt`, `app`.`created_at` as `app.createdAt`, `app`.`updated_at` as `app.updatedAt`, `app.translation.label`, `app.translation.label` as `app.label`, `app.translation.description`, `app.translation.description` as `app.description`, `app.translation.privacyPolicyExtensions`, `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions`, `app.translation.customFields`, `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app`.`integration_id` = `app.integration`.`id` LEFT JOIN `acl_role` `app.aclRole` ON `app`.`acl_role_id` = `app.aclRole`.`id` LEFT JOIN (SELECT `app.translation`.`app_id`, `app.translation`.`label` as `app.translation.label`, `app.translation`.`description` as `app.translation.description`, `app.translation`.`privacy_policy_extensions` as `app.translation.privacyPolicyExtensions`, `app.translation`.`custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation`.`language_id` = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` WHERE (`app`.`name` = ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  "SwagAnalytics"
]
100 0.17 ms
SELECT `base_class` AS `baseClass`, `author`
                FROM `plugin`
Parameters:
[]
101 0.45 ms
SELECT translation_key, value FROM snippet WHERE snippet_set_id = ?
Parameters:
[
  b"\x0Ea[Ø_\x11FÿêLËB\x17¸à="
]
102 0.39 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.21 ms
SELECT path FROM category WHERE id = ?
Parameters:
[
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
]
104 0.14 ms
SELECT min_search_length FROM product_search_config WHERE language_id = ?
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
]
105 0.72 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.66 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.70 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.65 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.40 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.36 ms
SELECT `app`.`id` as `app.id`, `app`.`name` as `app.name`, `app`.`path` as `app.path`, `app`.`author` as `app.author`, `app`.`copyright` as `app.copyright`, `app`.`license` as `app.license`, `app`.`active` as `app.active`, `app`.`configurable` as `app.configurable`, `app`.`privacy` as `app.privacy`, `app`.`version` as `app.version`, `app`.`icon` as `app.iconRaw`, `app`.`app_secret` as `app.appSecret`, `app`.`modules` as `app.modules`, `app`.`main_module` as `app.mainModule`, `app`.`cookies` as `app.cookies`, `app`.`allow_disable` as `app.allowDisable`, `app`.`base_app_url` as `app.baseAppUrl`, `app`.`allowed_hosts` as `app.allowedHosts`, `app`.`template_load_priority` as `app.templateLoadPriority`, `app`.`checkout_gateway_url` as `app.checkoutGatewayUrl`, `app`.`in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl`, `app`.`source_type` as `app.sourceType`, `app`.`source_config` as `app.sourceConfig`, `app`.`self_managed` as `app.selfManaged`, `app`.`integration_id` as `app.integrationId`, `app.integration`.`id` as `app.integration.id`, `app.integration`.`label` as `app.integration.label`, `app.integration`.`access_key` as `app.integration.accessKey`, `app.integration`.`secret_access_key` as `app.integration.secretAccessKey`, `app.integration`.`last_usage_at` as `app.integration.lastUsageAt`, `app.integration`.`admin` as `app.integration.admin`, `app.integration`.`custom_fields` as `app.integration.customFields`, `app.integration`.`deleted_at` as `app.integration.deletedAt`, `app.integration`.`created_at` as `app.integration.createdAt`, `app.integration`.`updated_at` as `app.integration.updatedAt`, `app`.`acl_role_id` as `app.aclRoleId`, `app.aclRole`.`id` as `app.aclRole.id`, `app.aclRole`.`name` as `app.aclRole.name`, `app.aclRole`.`description` as `app.aclRole.description`, `app.aclRole`.`privileges` as `app.aclRole.privileges`, `app.aclRole`.`deleted_at` as `app.aclRole.deletedAt`, `app.aclRole`.`created_at` as `app.aclRole.createdAt`, `app.aclRole`.`updated_at` as `app.aclRole.updatedAt`, `app`.`created_at` as `app.createdAt`, `app`.`updated_at` as `app.updatedAt`, `app.translation.label`, `app.translation.label` as `app.label`, `app.translation.description`, `app.translation.description` as `app.description`, `app.translation.privacyPolicyExtensions`, `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions`, `app.translation.customFields`, `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app`.`integration_id` = `app.integration`.`id` LEFT JOIN `acl_role` `app.aclRole` ON `app`.`acl_role_id` = `app.aclRole`.`id` LEFT JOIN (SELECT `app.translation`.`app_id`, `app.translation`.`label` as `app.translation.label`, `app.translation`.`description` as `app.translation.description`, `app.translation`.`privacy_policy_extensions` as `app.translation.privacyPolicyExtensions`, `app.translation`.`custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation`.`language_id` = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` WHERE (`app`.`name` = ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  "SwagAnalytics"
]
111 0.52 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 14.40 ms
# seo_url::replacement
SELECT seo_path_info, path_info, sales_channel_id FROM seo_url WHERE (seo_url.is_canonical = 1) AND (seo_url.path_info IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)) AND (seo_url.language_id = ?) AND (seo_url.sales_channel_id = ? OR seo_url.sales_channel_id IS NULL) AND (seo_url.is_deleted = 0)
Parameters:
[
  "/"
  "/navigation/251448b91bc742de85643f5fccd89051"
  "/navigation/ec2a4d4fb4474b5088b03df523675f08"
  "/navigation/859156a63cc442008cc67aa14505a8ca"
  "/navigation/4851ecc7788447bfb1e74f488e708249"
  "/navigation/2350ba14e89143198d72042128b8519f"
  "/navigation/f3f47b57953b40afb23cd462dda41731"
  "/navigation/075251ee45644d14bfeae2fce50073a0"
  "/navigation/16c8cbca5d1e4e08ac1b8e8f0ac84d58"
  "/navigation/07d6d4c2753d4315814435763a756eb6"
  "/navigation/4784c622e7b34b139d9852ed9fb53adb"
  "/navigation/4d8c5ae5733d4a1f8575bc4b5421a20c"
  "/navigation/7ca22766fd2846b39712928cd77b169b"
  "/navigation/cc590dbc44b740169864cd7c989ddad0"
  "/navigation/275477acc6364fcbb3d3bfbe17317800"
  "/navigation/57e065cd29a24cb3b2d9fc39fc2abf50"
  "/navigation/aefcfa1180634bb98635452ad2dcdbf7"
  "/navigation/bda1448fb6f1449eae78e06d3dd07df3"
  "/navigation/2c38112820554a9598f0c8e77373625c"
  "/navigation/310cbec927954c1ca5d68a3a49b532c7"
  "/navigation/adb46bd6b0b94f9eb5e3976d8446b8fa"
  "/navigation/c7643e90932e42f594f15a536998ed66"
  "/navigation/3abc5229293848c9b2fc1b27fd3d8421"
  "/navigation/514a31209c6e45c5b7f05cf2ce9205fb"
  "/navigation/8539a768e5ce4f168833f890bae1d0a6"
  "/navigation/0923017eea79437bb043b5b0673e115f"
  "/navigation/c6f322e9a6294eb896f7bb669251f305"
  "/navigation/8cfeb9558d524e17827ec792492c9122"
  "/navigation/9fc238bdf9af4f7980d7f1cd1189e8d3"
  "/navigation/a3668172f857425f9bfe53224046ba51"
  "/navigation/505fcc508c4e47eb99d8e4627fe8bd32"
  "/navigation/82738af02a084bbdb851e11e8ec598dc"
  "/navigation/aab03d74404b481ba120fb9530426d47"
  "/navigation/018c9125ea874ae287429a2cefd1f2d0"
  "/navigation/1a5c6210666443f19920fa7686428657"
  "/navigation/76780ee5e68042aab5f6574d7e25dcd3"
  "/navigation/bef74106cc0b4125978553246ff16ad6"
  "/navigation/c4aa5e8624d24b30b0312e22701162d6"
  "/navigation/c6dc84aee6e1469696ac2299c312fde9"
  "/navigation/d62f763a8391413b81a164ea482db739"
  "/navigation/dfdf2340aca14881a6652d08e7656163"
  "/navigation/ab1de20b216545318a6cdad2ee7e2a82"
  "/navigation/afed1ddda6d849c49d00ca0932a75b70"
  "/navigation/b55d905661614a2fa7f585ef697d6cfe"
  "/navigation/c7156d3692b345c69d8c93126625814e"
  "/navigation/004440dd20754671ada9bf79a2b75fbc"
  "/navigation/0b73a534bf5044ed9dd6af4e301fc006"
  "/navigation/c9d1a6f276f24c67b7c66222804db52c"
  "/navigation/f57dc8356f054004b0b2ae82257e6ab4"
  "/navigation/cd3cfa833d6046b89a14935aee1a7f8f"
  "/navigation/3db9cf39d5df4cf89ab28ca64fc9a0af"
  "/navigation/a316e8972e0041bfa756d6f7acc23e7d"
  "/navigation/d3e05b27b6cd431d9b6b64f4e4f197a6"
  "/navigation/eeadca367c544275ac141449b234e23b"
  "/navigation/0efa889b062a423c8fd11a73b02e28f4"
  "/navigation/52daaaf1c14242d699b579aa2eadba48"
  "/navigation/8537420f2eb44ac297adf8c04e163b3d"
  "/navigation/d9db2acbb0ef4cfab89a07bc122d204c"
  "/navigation/f501cdbc9c1c4609a8a519e227fc2bef"
  "/navigation/f59522a887f947d8864e42c4ebc39266"
  "/navigation/f9e2050944fc498ea0537fdb55cba37d"
  "/navigation/882667d91b2d4ab5a8cb33bcce661e38"
  "/navigation/35da856933d947239055eaf099933e29"
  "/navigation/4e2522fa9ec04f46bcab12cd36925cb6"
  "/navigation/552f1d0a97d7418d822959705696a65d"
  "/navigation/7623cc38e1154a2797227b05b7d74503"
  "/navigation/78c4ca0a6208486cb940907b1298f747"
  "/navigation/37476b928c114f0692ad5a37af14e66b"
  "/navigation/d3000e05adbf41ccb0952539c25cb21c"
  "/navigation/1b15b427e9cb40b28d537a893668f15a"
  "/navigation/43c83d522870493a8ab2df8abb5d556c"
  "/navigation/49f823826b384871aec230ae7ee2f154"
  "/navigation/e5a13fc2f1c542cd9057c9488b5c559a"
  "/navigation/01fb819fa75744c8a56fdc0981381ba9"
  "/navigation/7182c23f1e214e85adba25d65afe398a"
  "/navigation/73045f602ad1421fadf76dcecc9ca960"
  "/navigation/89a9b23c1a8b41c2bb4a66032fda3981"
  "/navigation/a585c54285844d1ebd1a64392ed3ee8c"
  "/navigation/f7e8bdb0ed0f4677aa2beed3bac45f8f"
  "/navigation/c76f09f24f1942b1822fb275e0080db3"
  "/navigation/e10596ecd9474c998247ceb3e50921c6"
  "/navigation/01797e0437b3448db94e690f14f43e5f"
  "/navigation/7b34af3a47cb4c3ba3188ed1cee83967"
  "/navigation/7758ea41858d4231ad3623921c73e531"
  "/navigation/68376253ee4542d7aa4d93ac4958eb0a"
  "/navigation/f42644ae8c26492b8cfb8d0ac6f4d74e"
  "/navigation/d867ffee71f646f09b1c069b267201e0"
  "/navigation/4fed7b490a09439dbe58747fe74f3e5d"
  "/navigation/cf5a0b4136834eac88874e7ff81b8ba5"
  "/navigation/f19faba35fa04f30a1bdd354b051f625"
  "/navigation/4bc032eef6364672a0d09b8abe93d55e"
  "/navigation/33b309eb71bc4c2a9976970795d500fa"
  "/navigation/6dba75696b5148139136de033ffc6382"
  "/navigation/be2f3ca764534022a2ba79f972c9679d"
  "/navigation/2e7a070a7ae844fab5cfe4c37e52a1d6"
  "/navigation/0198f4ed3e3b71c1bf2a5e0a6e13a7ef"
  "/navigation/7b7970e14b87448fb41d825fcec350d0"
  "/navigation/7d34ea33ebd2430b84ca71a999e7b708"
  "/navigation/abfa97de640b48c7a6afa067b88812bc"
  "/navigation/1f423e85c6eb494980b22dde93e64a9c"
  "/navigation/876b21ae9d7c41498115b90823beeb7b"
  "/navigation/2b29710e5f0f44a8825513b4e6e2a98d"
  "/navigation/8f4f3b3ffb984e6fb71aebc62d6286e8"
  "/navigation/671bb3d9919346a1a0187fba6835a133"
  "/navigation/dfe70840626a4a9a88c56999fb42852b"
  "/navigation/e4ae50f24b8d4d6483cbea48cedb146b"
  "/navigation/73e9c784d8c448d8a7e304117eed2293"
  "/navigation/8fa76c45c7a14b1ca93353f7b1f85411"
  "/navigation/f2e70390e9e34ceda7549b53800c1e08"
  "/navigation/0bc41cae5ab441458dce00de02107388"
  "/navigation/5f149c7e1b2b48f9ae6364de8ce288fe"
  "/navigation/903d01af296c4a2391205affb24423c2"
  "/navigation/89364c27afac40fa9ead1ec3136ec684"
  "/navigation/aecbd0f4de0742199dd75fadddec2013"
  "/navigation/91a75b0ba6ee4dd7a260ca76f63bc6a0"
  "/navigation/bccc5c020811472196379229044dc7fd"
  "/navigation/2db3c8aa857a4bc6a6d11e3438350063"
  "/navigation/068567f45f424e389167089941c407ec"
  "/navigation/165d387e909249889e89cd6584e6c81c"
  "/navigation/20e44a7345fa48468f3d0e2298b4f067"
  "/navigation/224193720c2a4a45bc96cb2d055655ba"
  "/navigation/3c24eab57c3d445698f26534ea18e660"
  "/navigation/444424ff93914a27a401e920bb33976e"
  "/navigation/72202b824a384e9a8c11ae6afe2a9d75"
  "/navigation/7b182711a1294f69ae2266b5e37b5bc4"
  "/navigation/83868e2e81b340bfa067343e71965085"
  "/navigation/89d46426d44c4442993d4b524afc59a4"
  "/navigation/a16abde2699547c2b823b86c6b48d0d7"
  "/navigation/a3025fff20374024b907cddab6c39d43"
  "/navigation/d14cb43cbcf245eea471b31b87876e6d"
  "/navigation/dbd25e02ae4e471f9cfef3fc4b936d1d"
  "/navigation/e5c66ca00fd140229735738d20618e8c"
  "/navigation/b613bcea17d94cd68c0f1b01c96a843f"
  "/navigation/f65330b5335b43a8ba39baec7d44aa54"
  "/navigation/fb3986cb89834cf3a3b42c5a651034a5"
  "/navigation/9eb6e1f2d32e4679aa85298c3e2fd678"
  "/navigation/a5d30272319c4e6f8577b8f344013d34"
  "/navigation/5be3b86f12b94044a39420702328fe79"
  "/navigation/e40c020ad4b74db7bc3e2e88c4c27be8"
  "/navigation/ab078ca87be74c748a7e971e766ceaf3"
  "/navigation/efef8f302349446dac0f0d67631b70cf"
  "/navigation/f5e01e9054514b68a8653c5a4f2e5ee1"
  "/navigation/e485c99ca374414e851e1bae3f10af8e"
  "/navigation/2fb093f95507419987f178312f1a3159"
  "/navigation/4823a61385b44ff1acf4e6382ddc6ed4"
  "/navigation/a6abb398e64e45f1895b6666ef5c48d1"
  "/navigation/00f37e830a0348d09705a9612c8c8cba"
  "/navigation/71ca1150915f49e5a1f2fd538909d05a"
  "/navigation/1c5e979155a844539448db12fd5ee768"
  "/navigation/8880adde82fa414eb680521ec3b57c4a"
  "/navigation/edd74ffcfbd44ba9904d355f05d440a6"
  "/navigation/29bbfc2eb6d444f08a34e46f60b76e17"
  "/navigation/9228dba7d8ff47a897c5e6125f40dae0"
  "/navigation/500fe37e8fab4ec686d79803e58a8133"
  "/navigation/defbeb767ca44c1b970ab994d662a6a2"
  "/navigation/5d1b4c4fdc094289932a615f81db335b"
  "/navigation/b3fcd7cc2e684a8b96f82adbb8615f55"
  "/navigation/1f6fc0d096e4433f847169a8653f9872"
  "/navigation/cdf0a23d5d72433783ef241128a9b070"
  "/navigation/273527558c5e4e2cb3168fbfbbf6db0e"
  "/navigation/0fc49a5d23ec4742845d4d31898f67f2"
  "/navigation/9870b54fef794c4b87791c9dbc9b83b9"
  "/navigation/91314c7682154e58a203d7deb3c46e25"
  "/navigation/0198a84419397e96ae8527630cef7f63"
  "/navigation/019c03b8fcaa72dc9e2c6dd03b04916d"
  "/navigation/5fdbefa88b0942d28155aa77fb9d1ef2"
  "/navigation/c0ac65a1bc5a42c7ba9ed55d592c4a27"
  "/navigation/6abcc304f8c84933a719a126f42a6651"
  "/navigation/aa1b9b1673ea4fde94caea0b6bc7beb3"
  "/navigation/ea2fc00d192244b3b852128b45d74842"
  "/navigation/2a5c8fc96ef04011aef499b2fb4faca4"
  "/navigation/01971690d7e97455bdb6a13033fc4bea"
  "/navigation/01971691bb387f7f8d6fa68ac5bc78b0"
  "/navigation/019a7cc2c0ed7c48bfd77766e7197c67"
  "/navigation/019841caba81739d847aaec4495335dd"
  "/navigation/c760008290d84dbaae3f6f4b83269ddd"
  "/navigation/019aea2480627a599fd1d0db6122e224"
  "/navigation/0197169587bc7ef2832928391108aef6"
  "/navigation/01992f21513c7fca831141b67a0ba2a6"
  "/navigation/0199288800f87feaabd6d217f0254df0"
  "/navigation/01983b68543b7476b25d1ed5006cd884"
  "/navigation/572804a509e74ad58d18d52ef0cfeb3c"
  "/navigation/0199772279547efd8f94e76789b316b3"
  "/detail/02049224c56347179fa4c013e2cfcd8f"
  "/detail/6258e7a609b5478faf7d67927128d208"
  "/detail/fa924ab395a74a03ab330f15fa601fbc"
  "/detail/86a7bd38ac6e4516a4760aa51cd767ec"
  "/detail/e57bfb0519524b4d84ca679b8e30ccd9"
  "/detail/d57e60b4f4644cb9a880f888815cacbf"
  "/detail/ef703aaeb7d742ac8dd7660634531135"
  "/detail/92199a0b5f05435f8baad258fbbc38fc"
  "/detail/675283c0026e4b1fbc2f88c2c0fe9ede"
  "/detail/fdc5c63b921e4de49e79d66cba61a87f"
  "/detail/1e30647cfcd649b0a5ac040cb613116f"
  "/detail/a53b7de72acc4313ad9752fa223aaddf"
  "/detail/aa3031f9fd724dbc9fed884ea62b3cdd"
  "/detail/c9e71c56b11744c2a93b1261a9285300"
  "/detail/53bc052c6bbf41848e2ac9285a02aa09"
  "/detail/1ba80ee4d019453ba2aa88f20a2954b1"
  "/detail/58bc9d8729074ef98236767dadec3d34"
  "/detail/cdca3dde905240db9d6c487db52596ec"
  "/detail/7fd43840657e45538bf42aa7bdfa77e9"
  "/detail/67b7c5ab434f42e99693550b6a433624"
  "/detail/b0a6b6fe4cbd4ee284a30126d7e56a72"
  "/detail/2a617e785fcd410c9a68563858061cdc"
  "/detail/0ccb46b365f2477287554dd3541569d7"
  "/detail/6955e8d02695472d8e544842887cf2c7"
  "/detail/f9dc162aa4fb45228abd83b88a609623"
  "/detail/2253d26dfb154892975dc2f0df5bda27"
  "/detail/76f630340a594276a81fb2af375d4fbd"
  "/detail/ebb547a12de34e15a17e78bcea1cf096"
  "/detail/07d9b04730414f4cbd2678f7c233d003"
  "/detail/e977f7820b97441abcfe8fab11eed316"
  "/detail/ea2c96db1dac4782b1e1d33dde59fd1d"
  "/detail/5b66fd2775e64d01b4707089d3ec875b"
  "/detail/e8474ca99f3141b5829b8c0e394e29a5"
  "/detail/19633a5978ea4289b75f87752ac26e51"
  "/detail/114228ac33af489e8bce183f24200d06"
  "/detail/8cb60dc5f099405ca1ecf34fa00aec38"
  "/detail/421a3fdfd0d5460ab528e3707ca11a78"
  "/detail/7adff263991942e2bfbdb03eab3c84f6"
  "/detail/9e81ce7f104642459841330a142790b8"
  "/detail/a6dd34e9ce3e4019ac3a7c4a75ee8098"
  "/detail/11735682c16940afa1fc1cf7fa42031b"
  "/detail/c6a6b8dacff54ea69253cbbea8dd83a1"
  "/detail/08be2003e1cf4cd8944f32e3cc851ed0"
  "/detail/318112737bee4c3bbeeb29bec6051f08"
  "/detail/5f3f443a0e574e769051b57e5d38d563"
  "/detail/93fd47f3fbb747cd8c4322757bde574d"
  "/detail/c4e25b16b8884b7eb31241363632bc5b"
  "/detail/a0b3ba6665e14a1a8f7f78366f2c1b7f"
  "/detail/8bdda3a3e5cf4a79b865e33743f707f4"
  "/detail/2dcfdf6c5c7c4f7dbacdc994f955863b"
  "/detail/882a0d90845c46c9bb019659a615f235"
  "/detail/1f307afa7ac444879288d75b34acae7e"
  "/detail/08fe3fb5188b4a49bb9ff8250e4c83c1"
  "/detail/ead5ebfc0daa40c9976065d365c664ad"
  "/detail/beb7f827536d4c0c99a65b29cc633566"
  "/detail/49053590add249928b1ff6f19880a0fa"
  "/detail/31bac12558f6468a852d1f88d1bd4c5a"
  "/detail/a69f598f4d034f5b88e990f23c62d3c4"
  "/detail/004b11b664424995968a6294d4ea4ae7"
  "/detail/baaf0501442649a780e5481b2d0ca46d"
  "/detail/2e7b613304dd4c96824d1be6ffd83190"
  "/detail/99eb30031dc3465c8fe88a9c89476e57"
  "/detail/3cd16d650ada405e8851aaa84c8038a3"
  "/detail/9c37d3a022e646c9a7a6525f49675b52"
  "/detail/73cc2bf819eb462c9e70abb20990bbda"
  "/detail/51070503953f46338ae553aad8369b0f"
  "/detail/9b4c7318e4a8486c98247e883aa9c1b1"
  "/detail/2ec241ad2879442c8adc75c286f0f9cb"
  "/detail/c4848a03c58848f1a65c9e94a28aec22"
  "/detail/2759b8fc1ba84ffab2bba39c1276e568"
  "/detail/a10aa6a0bcd74dd6939edf78b115f738"
  "/detail/37433be6c23a4987a6a18b46e5a25823"
  "/detail/546f7991cb24470995915c6a6a01ee9d"
  "/detail/7118f991c525433e8b9cf776ee82b645"
  "/detail/9926731f6f8e4d65b1f505aab3e402cf"
  "/detail/17c8ad20f8e743c5b4111f96115c9636"
  "/detail/a4566694f5354a1c993527ed1ef82a0e"
  "/detail/048a719d2c9b4c668f186336b9d26221"
  "/detail/249864396eaf4d57a90d31df1d653bdb"
  "/detail/75166b7334ea4f82a8c27f60ebb62800"
  "/detail/030c2b8679954ed2a192d0ab41599237"
  "/detail/6086c696ed2c4ab0b2631cf6889048bd"
  "/detail/3383e5a2d507469a888369ed6aec6a07"
  "/detail/cbebbacaec3d4334af268918e9cf4d68"
  "/detail/5a5de028ea0447c9a01cb7b886217e11"
  "/detail/5e4d14f60c72431faa3492c5bd5d5925"
  "/detail/15ad86cace00493b950b35699314c4c8"
  "/detail/4aa04414fb744c1f8f0c45a82d30a5bf"
  "/detail/eac2b6c542994b059fe86781e99700c7"
  "/detail/a016e76fb8c64e5eafebc9de859acb65"
  "/detail/e737eb516ebb4efbafea88d911fc2d76"
  "/detail/fa405cc5429b40f9acfe9bdd2f561e7d"
  "/detail/7480a6af0fa7423cb77e34f08c22c822"
  "/detail/2a42a0f4a6a84e8b9b6a3e5f08c9cdf1"
  "/detail/c56fd1cd261841dab4d8f60ffc72d417"
  "/detail/efb314ddb61f4dec851d6ff5fb59828e"
  "/detail/68de481656174c3192ae115d2059c286"
  "/detail/ec9d1beed74a4e4b8609a7964777dfc0"
  "/detail/fe32dccd36e644e6ad9daa7a5a2d8e29"
  "/detail/3ceb37a732424262915d394bded5a67b"
  "/detail/b49a3e6547784f1fb5d822d52cc9a507"
  "/detail/8561a30fd88c469f947d1c9aa1c3dddc"
  "/detail/b3d5cfdf93044f0f9da63e1bec0f498f"
  "/detail/adf28c1b866641ca80805eda0f657e47"
  "/detail/9a2ee2207cdb4230bc73dd90bd657da5"
  "/detail/ac36b2b89ddd4bdbae71c3ac60cb486c"
  "/detail/c97d20db37f4422d85c05e83ce0b7086"
  "/detail/78f5e0f7431f46aba083791cf7ade7e2"
  "/detail/e794fca7a9f5459a9503de5a4fd3ae10"
  "/detail/7caf4ccf83eb44a5b0fd63cd4f812792"
  "/detail/b76c3b21db0b4a52b83a3a181a4064fb"
  "/detail/81f3f318cc9f4ebabda85c3650ff1f56"
  "/detail/2357d495879b4d7d99bf70dd74bae9e2"
  "/detail/af2d7e408fe24e3cadadbcbe89317fc6"
  "/detail/5c03eb1dc4c44395918697871b76824e"
  "/detail/44fa6fe0bc9546039e725539d5f1b514"
  "/detail/1ffe9d3abba04650b28f4122649d4f76"
  "/detail/eed410f984e040869eb8e6cac2f3cec8"
  "/detail/f7c344189bee4aff88a1a4a0466d0b7e"
  "/detail/4da4fb7b11be40e0a8fc87b3e661533a"
  "/detail/bfb55c3f4c4249dfa16ee876127a6364"
  "/detail/a821025b13f0464c84e855512a64902e"
  "/detail/3c4b8655d18e43c78a7a27ac1d1b1660"
  "/detail/163215ffb5744eaba089458c0249e4d3"
  "/detail/a6a99f9475354a60892d173b04034d30"
  "/detail/30b4e211aa274ca1b6119f6f65116006"
  "/detail/80f726953def42caab298d541ba142e4"
  "/detail/aaf7d41027a2445a88399822f9340cb2"
  "/detail/fae9bce645f04d1da74699f2f9137229"
  "/detail/2df2a8bacbe24e83b3e1ceecfa8cf947"
  "/detail/d8fe451bf5944fe9b5c195663d1560a6"
  "/detail/4179506a797e4a7eb4e5cde8d2ca1b6e"
  "/detail/fbcd1e83a12c46a5b16bebfa398b6ea1"
  "/detail/ced7581f97e34dc28784be92a4e9c818"
  "/detail/7e343212f7d849278d9336a7fe9d2d83"
  "/detail/6279e85c754a43909de87f0d3b858351"
  "/detail/f8462a0e3d9a4cb9b7b9cb080877b5fb"
  "/detail/7ad1cc6ebb6a46b8a022753fc5784f54"
  "/detail/0a38581650a342bb97478e5552350b97"
  "/detail/0c0ac20666de4764a379b6612f021843"
  "/detail/79fad4f30b6f42fc840cf0b0f8222e2e"
  "/detail/88a6b28d142f4c83844ca2061f4c4b72"
  "/detail/acc864c0bf86429fb59bda972c31599b"
  "/detail/38860c5a2a3346b3a85bfdd1cfb8b2c1"
  "/detail/403aadc1354a432fa2874195a7b7914d"
  "/detail/dc7a596505de4d38b5d0a3c8caa61b9d"
  "/detail/d6bef27d0c2447e9abb0e15c2dcdf2ac"
  "/detail/404c3c66aa574b1fbda3dd078b083aef"
  "/detail/e0b6bcebdb774774a8b91a0290cc2f7b"
  "/detail/d637a481c69a422f8876091a6d4313cb"
  "/detail/10ce65cf736a45f89cec97e7031570c1"
  "/detail/98f72e35edfc410587ab04d6d3a0aa4c"
  "/detail/2327bafb840241f097ac57bfc7e9211d"
  "/detail/73cc29371aa84e8b999a699a7c091d91"
  "/detail/10a092d935ec48ce9a984d6e7fd9807b"
  "/detail/71bc4b433a3447b0970f0ee8860f1707"
  "/detail/2094054b3cf1430385b3b74c04abe2d8"
  "/detail/28eb0e7092c64f63bf167f3ab99020d8"
  "/detail/cea7c8c3ad9041ff843d3d515c7b883f"
  "/detail/a34d0614c2e1433585e1fc3c077dca45"
  "/detail/c09ce18224c649248a8b0cb0682b1899"
  "/detail/c36e1b4c6ada49a5bfc72686f869e02e"
  "/detail/97d90c55e1f4421fb536210f0f36d324"
  "/detail/8495a14811544d07b68cd85af0dafde0"
  "/detail/f6f84c0f1ea746458dd2260b141a6c5e"
  "/detail/48c7efbade254a8b88822b1ebce8cd3c"
  "/detail/b6817e6790eb4a7d9100760f3bf88225"
  "/detail/a7b1fe472cf94e40894d74540bcf95b3"
  "/detail/8382c1a7622347868d78b0a5feccb0de"
  "/detail/b855ee659c664948b741ab7b6b0cfbe3"
  "/detail/034fb8874744488383dfbaeba242c01c"
  "/detail/2e0addd879d540aa9fee7fc12f524e7d"
  "/detail/71d6020c954c4435896a9b5edf003946"
  "/detail/981827e7323045d88452823e87f89762"
  "/detail/f469cf656f01427a891b42338baf37a6"
  "/detail/d87d0540eab642bb85750c0b8dca1b2a"
  "/detail/923b10b539d140e29b576dca3e4eff08"
  "/detail/d96453f56e2f404082e92c2a5b9e28e9"
  "/detail/d3c9cb38a11f42bea374e7a685bfd828"
  "/detail/1361d38ea74042798c915b535cf08fc4"
  "/detail/ee2efc9382b949649e4c9badda10e20e"
  "/detail/d588741b684a4310b31da17036b4104b"
  "/detail/2d5c5cfcd61a487981bbaabfd7f37a03"
  "/detail/1331f195378341ce9cca709a2f053825"
  "/detail/17c44e57e0114ab788fa54d1e598673c"
  "/detail/a3296d93ef1a4cc787da180ae9844796"
  "/detail/ab8775d01f5949539dea74ca9a4a3e9a"
  "/detail/2d740097a18e4a77b2e5f52a41555ff6"
  "/detail/3edbbf515dec4d0d84c3cf82a8ea7439"
  "/detail/3fb0f35880cf46e0b404beec72faa500"
  "/detail/c8a4d074005243cb88cae8286262ab1e"
  "/detail/03c6f8b598544a8a8637e25d1d3d924e"
  "/detail/3e2546c5f61040c78fe1b23b4c72a4f0"
  "/detail/9e09ff73bb174326b43ddfef77b464fa"
  "/detail/01241723df8d4cb6af8a25ef19d9419b"
  "/detail/cbe6a2576ce643599008a1fc22b61f99"
  "/detail/1ca72de7852a45e39b0b19c6f8e71d8d"
  "/detail/af224f19d5a24caba9a7b757b42089fd"
  "/detail/3be146b44cfe4edca2b2736b73e3b662"
  "/detail/d81db2ac9b334358974ac9a4f7b01704"
  "/detail/1378eb69008245aa83daf302d53e9e75"
  "/detail/a94cfdb36a34413f8b774e70d8173a8d"
  "/detail/a984bdda94d7410ea6f3e964bf16e4d2"
  "/detail/42e42b1a5f27496e90cc98492a4bcada"
  "/detail/92fddcb4e88142b68c35245ecfe26bec"
  "/detail/52cb736438f347e59575893a2627e0a9"
  "/detail/5d97db9b33204df4b5cb13e6348076cc"
  "/detail/0e56c79bb26b423dac3b0733a0d12505"
  "/detail/c2c5f21b354a4a4bae760eae5b581812"
  "/detail/b3808d59829f4ef997e657a072fe2f46"
  "/detail/be9ab4381571405f9b4162ab5993edec"
  "/detail/d39bf86892c84be2b4754cd78a63076f"
  "/detail/34433d5294bb468ba3e490a1d6731bd9"
  "/detail/63619fec2a304a7980d864acb950481d"
  "/detail/e491fa421a8c4504836b75a0719097fe"
  "/detail/a5af7c87513b4a8b92e8e59b99ffe4b2"
  "/detail/0a02e5fe097d43ec8736119f01b68776"
  "/detail/c18f79f769c146d5bc1822f1c8a2a998"
  "/detail/61f23bce78884bc5a6f2a0d930d51b4b"
  "/detail/a564df702edc437f8b2e30452c1bd0fc"
  "/detail/3d962972d5934db4a62f8f0594bcb764"
  "/detail/31735ee394174546b9a835372afa3ed9"
  "/detail/5c7f330505484474b53d9c1cc6cd5986"
  "/detail/0681187bead3415c8121f7991b610b87"
  "/detail/43c4278fcc784730ad6f128a768beeab"
  "/detail/da7eb6ed197143a9b176c9a5ae5bf708"
  "/detail/4439279bd433400e9e982fe0722ab21d"
  "/detail/feb6f706b0f94904ad57ea91116ecdbf"
  "/detail/2809413d9ef948ff887df12bd6d4a7c8"
  "/detail/1a4d4d11acf549ad8216c3947952da49"
  "/detail/79d70872126f4c409bcd043e49b43f86"
  "/detail/e751ff5de71c4928a72d7e1487a648b6"
  "/detail/915f6f42609f4ed9a99e3d50db19ea7d"
  "/detail/f00ac70607dd401aa07c54dd5eea255e"
  "/detail/614e15004d3641388cc3cc990ec8fd54"
  "/detail/edee93a5edd94081b999deedb01b4cb7"
  "/detail/23d0942441c94c73a17137a80fdf8bc1"
  "/detail/f4e92f47526641cbbdf6d00e472c4c79"
  "/detail/1ed0788dd1da47dc985c6907f653da57"
  "/detail/33af431fce0d4664bb18e29d3eaa0a02"
  "/detail/60cba981cea144c2bedfb3040c1ac083"
  "/detail/da714ebb8cb54bf79277a88ef1cfaf9e"
  "/detail/34138f8667d2471e9539eeac83ad5a42"
  "/detail/6e7422ee1e14437dab0d4b86288998a1"
  "/detail/9cc201417512452f828a97dfaff5f55b"
  "/detail/49970ee25e7e49e6a15779ea2dd80576"
  "/detail/8cfed6c00ed74961888007e6baa2e64a"
  "/detail/87e7323cce0b4fab91e5f7dd5a9bfa5f"
  "/detail/aeea1a423ed7433988876248dd8e8577"
  "/detail/799e29169fe34e0da8cd9d76df9a6365"
  "/detail/cd689aba69e04494835dc6d83337848d"
  "/detail/d0c2933b3f8a45e69ee5b81d62978cf3"
  "/detail/25afe30a2a8f40a1b42355ee36e6b7e8"
  "/detail/72d70c67e6474ddcb1fba965b12ecd8a"
  "/detail/354dedc90e1846c0a478ee2e699cf29c"
  "/detail/aefb2bce292a47789aaa641ceacba9a3"
  "/detail/fca1613aa50444608ef93a7ca5d619ea"
  "/detail/93ffec43c2f7482b98fc41fe77e4bf8f"
  "/detail/d94006f86b8c4089b6ee6926c5f02520"
  "/detail/0d7d73a2179d4806816b48a04ec47d3b"
  "/detail/9679137632584753863dc17b19a2fc85"
  "/detail/10953279a95d4bf4b5444110d908c17f"
  "/detail/3a7af9fac6f6443ba0559a346a783143"
  "/detail/e3aec067933045a2934bd1e3856c263a"
  "/detail/8c807af75ce4414eb06954b2f33fd8cb"
  "/detail/25eb99374a8443aab686255510de945f"
  "/detail/94699e2de1f343cba9deedf6f6b8ec51"
  "/detail/7b78956264e64648b9ec3a4ee33c8853"
  "/detail/71bdc8185ae842d9b58a7346f1df1bb6"
  "/detail/e21d412c1f934fb9913a0778c68cfc38"
  "/detail/2cfe77525d9643b0b587d60602108766"
  "/detail/bb8d0d8607fb48c593ff210266c195b3"
  "/detail/d6e6317c0a1940e2941019a26543b3a2"
  "/detail/3246ce9a24c848c988d0f266ab6427bf"
  "/detail/52406e4eaf014ab09b1f417e25f5b7e1"
  "/detail/d722d8c2cc224a3894453ea0e6edd748"
  "/detail/13d97661a8f4433985597c5aa66d0f0d"
  "/detail/91c047d4ae304b3ba0514155f2e018b1"
  "/detail/9dd9575ed3954abe95719a4b0c768bdf"
  "/detail/6396c6fb5ae34e6786ebe6578482b4a4"
  "/detail/4082d8a9859047db978bcfe5147949a5"
  "/detail/ad7be002a6284ab9b859577573eb3f7a"
  "/detail/6b964f5a3937451898612fe36d78fa58"
  "/detail/474d6a68dea14324889f4ee2c22d056e"
  "/detail/9173b9e8d966492b9e01322ccfc41bad"
  "/detail/a99384528610462c9810689aac1f2463"
  "/detail/147c921683254c869d791b762f581652"
  "/detail/cbc39c5bc3974cc3af3626786366c972"
  "/detail/a301d0f989e442b1a7f683461b4a260c"
  "/detail/16c494a7c53a40cfbaf4735d14404b8a"
  "/detail/6788afee6fe34ce896df6a5b510b5dfe"
  "/detail/bbca2fd478c34821916d487ceebcf9c9"
  "/detail/8c617aafd0804f13bc9b211a009d6055"
  "/detail/9803ef0a5bd64df7925d48b7e0849934"
  "/detail/78842c1f55f842a3b0fca229c9bc9ab1"
  "/detail/9e0a24038d8d4b1380918e3440eb6b7d"
  "/detail/e99f3c4ba046461383a9bc673d0b87af"
  "/detail/bc20e9f20dc94f34b185db4dfa6d4cb1"
  "/detail/366d559a80814846865bd712d8b0a9ad"
  "/detail/83ab4b4c265445cdb204d27e9ccc7a1b"
  "/detail/b6b6ce0cc6eb46b68432eee82bff775d"
  "/detail/185bc39c5a1847e393741703c8d49628"
  "/detail/f484688d38824179a8ff1fffdde240f1"
  "/detail/241b4c597fa54436a3a1b2e1a9d69ea1"
  "/detail/2627e9e8f6e2495ca9611aabcf11c9c2"
  "/detail/79e9d5f3f1014e72aa38235a8861780c"
  "/detail/054825ab00664ee780d762bc63a565f6"
  "/detail/16b9616a693d407d83c39e039febf600"
  "/detail/2378a256da4c453fb836a2624a598c77"
  "/detail/a0ba480c6574462fb41de76eece5a313"
  "/detail/6cac5c8418864d1e83240af4a4918714"
  "/detail/614cfaf0df21415d853584d1b1f7b19b"
  "/detail/310ae53291ce478fa5a4ac21c5e9f4f4"
  "/detail/5a6e2bdadc1f4f2585af1566eb9dc4c8"
  "/detail/6c0ebb60bdde441298bb33237a8d6cc0"
  "/detail/1e1bfc6cf79b429094a7ada57077f0fc"
  "/detail/ea72a169aa5d4806a0542a9c12611c18"
  "/detail/2fd079f7f6e44903aba2779e84e37c05"
  "/detail/7e43ef4b965d44198da2af7e628e7491"
  "/detail/eac074f1c6b64245a7a6a1435b9d8d2f"
  "/detail/def3e3c98a1f473e86e8dc4af1d83e5c"
  "/detail/b3773cc6b9cd42988e4887ef618fbc62"
  "/detail/9886904574324a8682e3e1644a6e3d82"
  "/detail/59d0fa25a2934fe6b4096b27a9cf75f8"
  "/detail/75bb9a6d7f6b4feba554a5f24ffd6e21"
  "/detail/a7d88cf9500144d1a75ca462fbcfe479"
  "/detail/1401bad0d59b429ea1a247dea3c6a434"
  "/detail/21e1985cccb543008968a98d6a359f53"
  "/detail/25429889375643058aedc6eece94bf7c"
  "/detail/b314e3899d7348c8886b1b5613b42686"
  "/detail/18bde81010124af98349469247926491"
  "/detail/677a415e3a0247c088ead5274337b201"
  "/detail/e49c7a80666742bea08686a39fd8694d"
  "/detail/7f09ddeeeda54f608e108210a2723c77"
  "/detail/a4f1babd2de1456799b07fed98be8827"
  "/detail/cfe4f0e7482e473fadc7daf350de4181"
  "/detail/0c744c71bf0d42a1b3f2d74e4cbf2af5"
  "/detail/717962c7bed548efb24eb9fe4422bffd"
  "/detail/004be9ae86844381a8ba7a64faf35e56"
  "/detail/2f50a833613b4b12987f4d7de3490a5c"
  "/detail/8d91a0adfc0e4a04a0e4187ccc4f2c4b"
  "/detail/5675ac6dc2b843289389a9976404d1c6"
  "/detail/42ac5dbdb40e4cb0b8488207a77da7ea"
  "/detail/dc7b51ef9ab24cbd983a8c5e87f9c073"
  "/detail/6d70169aebcb42f0bb535fa89c8b3670"
  "/detail/9443b60f7e2340d28b96caabf01e1c60"
  "/detail/1523d487604d47e8af751dba3ee14d71"
  "/detail/6818e95658f548889767b5731ece254b"
  "/detail/aa0c3deea65e48e587700ce979186cbe"
  "/detail/abc21a6e379e4e4e847eb0e37887f985"
  "/detail/a515ec3a82a04f1e894721413616a56d"
  "/detail/b3bb42c8405f4d86ba2ace35e793741f"
  "/detail/788cd8e9c1994c219761f160cb5df09d"
  "/detail/38da844e838443cba94c85c73e988ad8"
  "/detail/155907f264854c3e8a1869530965daf8"
  "/detail/bb25b21ff85d4684803f95b1943c42ec"
  "/detail/490d9e5e605b48a79f96a7c9ebb3a182"
  "/detail/f5bf0cde0e44451e8682c11639665d08"
  "/detail/64467d68ba594444a87e0ee0a8b1becd"
  "/detail/ca5ed91585f9498bb653d3496a86667f"
  "/detail/27d8e293cbb54ffca8054c22698d6123"
  "/detail/dae780a45a4d4bb4bca45268af027fd0"
  "/detail/f01609ebc20648e2857bc831645ac85e"
  "/detail/985c9666a0984ef2b4235483ad35c9ff"
  "/detail/cc732db2f4754cfe8e2b0841219f55bf"
  "/detail/ee0a889d1f1a43d3adac7b0c8b165766"
  "/detail/bcb4831422614776913db46bb1728feb"
  "/detail/36fbcbbe47b249309aeccbd00422730e"
  "/detail/f9e1d0344585488ba9c45e30875520ba"
  "/detail/c41fa23ce3f74c958ccf1e654c9384b4"
  "/detail/76b52493b51844539af137df3e9318f6"
  "/detail/860771b01391475c9b7c039eb8e212be"
  "/detail/4d5bcda9109a463aa03fb8cf855cffb5"
  "/detail/54d969734a1b43b7b1c1bc70b009e4f3"
  "/detail/263f416cdf79496c885690af6f95d741"
  "/detail/3dee4e3b4f544ca1b1166573355ecc18"
  "/detail/2f7128dff2fd4398b3c673533167ed75"
  "/detail/8aa74e302328422fb2f1c80b989069db"
  "/detail/f03cb57596e4425d94b6e7074980a798"
  "/detail/03c02114927b49489605f912af17b0c7"
  "/detail/5889ac1a9b384c7cb91f9647e9debfef"
  "/detail/3ecca446c6ad4690b9a36aa4cff52f13"
  "/detail/2eea85c2ad8741fb92319ea225979219"
  "/detail/a351ecc3abe340fe819ba5af44432790"
  "/detail/c903a61bb757477a84e4d9a0c5c33771"
  "/detail/988013748c1e4bad8621c342707a4e93"
  "/detail/327116c2a4654af498c54d50b18a995d"
  "/detail/2b61689014b14a779b3d3a15b426e15f"
  "/detail/36dbb9e6a97b4b16b12766604090c2dd"
  "/detail/d64db3ff0b654086950175b0219fc79a"
  "/detail/a2450ecd571c4c5cac71c4a02a1fd540"
  "/detail/3b1c458e30d14037b7290e81886d154e"
  "/detail/c9624d939b6a4e0c93ca62f20e412f0d"
  "/detail/61debda1020043959aa497cad8711d71"
  "/detail/34dbbe4330184a71b30a82eb5a245c07"
  "/detail/964b8604c87c4586a37050a01c0047b5"
  "/detail/db75c38e0b784063bbb5ebb72ae910c9"
  "/detail/72a989c54d3140cd88d72747243abf3d"
  "/detail/e268901044d74f4997c8798505fdea63"
  "/detail/696571e2efef43a1bf0e6634566035f3"
  "/detail/ee3f523172b948e3a38a76932aafa9a7"
  "/detail/91528c9ee9504fa5ae2603c7663c3a0a"
  "/detail/ae777a0418834992a68bc3e2d6f4f23c"
  "/detail/caf11042ce174fa78b82ed67c48198c7"
  "/detail/79162ab2c32b42e58f2da91913c072aa"
  "/detail/d6e107320d114791bfcb3a3b9e09a9a5"
  "/detail/956fe5bb118a40aeb1fe552f3fbcde0e"
  "/detail/289e9338267a4f9f9c8acebb1c389498"
  "/detail/aaa5bc742bbc40c1adef6829fbe9754b"
  "/detail/d3522a659bbd43c8a45ec8fc0f8f709e"
  "/detail/e59715cfff5944048ce8b35f62c843e5"
  "/detail/5ef0db616f45460d99440c4ebcaf3aa6"
  "/detail/fc2b9e37a2484c64aabc225fe25c0b4d"
  "/detail/4b40084dedd448a9aeeb93700694b917"
  "/detail/fe59b7bdda6d4ccca68b442619bce23a"
  "/detail/df5a58b8dcc94914b6615912041afb04"
  "/detail/6a2cf839616048c89de68cec12779691"
  "/detail/935bb4137b1e4ca89c832629dab0d15e"
  "/detail/71e56c6ba30148f5a4dd1f375bacfbe7"
  "/detail/84ac473aa0cf46249a13d69b6a087633"
  "/detail/4eddb1cd128646deb0bb966c1de58069"
  "/detail/1a22e387df214d0494f9e5975dc4befd"
  "/detail/e1e53a250b554d59b8ef719139774304"
  "/detail/f99819cfedea4eaebdbbe36c556a45d8"
  "/detail/d2fa0d695e034113abe43062a166e9a1"
  "/detail/b9e4876723ea4901a04dc204657fddef"
  "/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.47 ms
SELECT `rule`.`id` as `rule.id`, `rule`.`name` as `rule.name`, `rule`.`priority` as `rule.priority`, `rule`.`description` as `rule.description`, `rule`.`payload` as `rule.payload`, `rule`.`invalid` as `rule.invalid`, `rule`.`areas` as `rule.areas`, `rule`.`custom_fields` as `rule.customFields`, `rule`.`module_types` as `rule.moduleTypes`, `rule`.`created_at` as `rule.createdAt`, `rule`.`updated_at` as `rule.updatedAt` FROM `rule` WHERE `rule`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  b"†;orw>Jj²»Úï\x06бQ"
  b"8X•p\x16dMä®HÀP\vóÌÈ"
  b"K‡Øl1ÄL\x03®Îy¥±HÃ_"
  b"“ª'KùøMN–ÎQ\r\x03¤"
  b"¦.\x1Fj\x1A\vE\x19¯@\ebp£qI"
  b"│ì╔╝¶c@\eî╦²4É\rÎó"
  b"ß7ìÀÇèGÅæ×\rt\r]l\x1A"
  b"(Ê®u¥bO\r˜Z½\x0E³*¡`"
  b"Ê*\v3.ÅM▓║ÙÞÊÞe\ý"
  b"äNg‚ÆBG·–¸‘Ï%®8÷"
]

Database Connections

Name Service
0 default

Entity Managers

There are no configured entity managers.

Second Level Cache

Second Level Cache is not enabled.