GET https://staging.aze-tuning.de/navigation/00000000000000000000000001994491

Query Metrics

137 Database Queries
101 Different statements
448.09 ms Query time

Queries

Group similar statements

# Time Info
1 1.09 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.16 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.47 ms
SELECT `key`, `value` FROM `app_config`
Parameters:
[]
4 0.43 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.79 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 1.02 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"×Oý…¦®B瀭5TÌ\x15¼â"
  "Sportauspuff/Duplex-Sportendschalldaempfer"
  "Sportauspuff/Duplex-Sportendschalldaempfer/"
]
7 0.79 ms
SELECT configuration_key, configuration_value FROM system_config WHERE sales_channel_id IS NULL ORDER BY sales_channel_id ASC
Parameters:
[]
8 0.23 ms
SELECT `name`, `path`, `author`, `self_managed`
                FROM `app`
                WHERE `active` = 1
Parameters:
[]
9 0.39 ms
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = ?) AND (token = ?) LIMIT 1
Parameters:
[
  b"×Oý…¦®B瀭5TÌ\x15¼â"
  "5pi0kDHeT5YGWE7sEDh94ueTvyfJN4MW"
]
10 0.43 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"×Oý…¦®B瀭5TÌ\x15¼â"
]
11 0.64 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"×Oý…¦®B瀭5TÌ\x15¼â"
]
12 0.28 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"×Oý…¦®B瀭5TÌ\x15¼â"
]
13 0.28 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"×Oý…¦®B瀭5TÌ\x15¼â"
]
14 0.42 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"
]
15 0.28 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Í‚ó¬›ÑÀßÊ"
]
16 0.32 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"×™"CH¤K‡§h×Ðè{î="
]
17 0.30 ms
SELECT `name`, `type` FROM `custom_field` WHERE `active` = 1
Parameters:
[]
18 0.27 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"┬i\x10ºcÚAJìçCt\x12±å\x0F"
]
19 0.17 ms
# base-context-factory::taxes::read
SELECT `tax`.`id` as `tax.id`, `tax`.`tax_rate` as `tax.taxRate`, `tax`.`name` as `tax.name`, `tax`.`position` as `tax.position`, `tax`.`custom_fields` as `tax.customFields`, `tax`.`created_at` as `tax.createdAt`, `tax`.`updated_at` as `tax.updatedAt` FROM `tax`
Parameters:
[]
20 0.47 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" ìHê\x19¡C╚ø/UÑ×65>"
  b"%ªže¾\x14K\x00¬[’uÙ“eÝ"
  b"0ÞÉÍ\x0F\x1ENñàÉm\tFZ└\x14"
  b"=Ýóå{ÔH\t¿¬øƒ\x7F$ÑU"
  b"±\x1A­QXêMû—Ћ_¥“`õ"
]
21 0.53 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"c6)¿\x1AÞH£¯%x 3„lc"
]
22 0.70 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"\x1D´¨ÞK\x08Bv¤^µ\x04g\x06\x0FË"
]
23 0.26 ms
# base-context-factory::cash-rounding::search-ids
SELECT `currency_country_rounding`.`id` FROM `currency_country_rounding` WHERE (`currency_country_rounding`.`currency_id` = ? AND `currency_country_rounding`.`country_id` = ?) LIMIT 1
Parameters:
[
  b"·ÒUK\fèGÍ‚ó¬›ÑÀßÊ"
  b"×™"CH¤K‡§h×Ðè{î="
]
24 0.97 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"×Oý…¦®B瀭5TÌ\x15¼â"
]
25 0.18 ms
#cart-persister::load
            SELECT `cart`.`payload`, `cart`.`rule_ids`, `cart`.`compressed` FROM cart WHERE `token` = ?
Parameters:
[
  "5pi0kDHeT5YGWE7sEDh94ueTvyfJN4MW"
]
26 0.29 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
]
27 0.53 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"\r\v]RóM—¶u\eiïÞúi"
  b"%(+A\x04vNÁ»R;Äè禾"
  b"W\x01\x18mA„˜\x12¥o¹p\x0F;"
  b"ZE5º4\x16M3ÉÎÆ»êòÅ@"
  b"e(ñg‰ÃFá¼ oô@â¦I"
  b"¯áBƒðþAò§…#ˆ\tŠpX"
  b"ÈŒ±ŒÜ\x13H8„™\x19À\x00DôO"
  b"È5\x04ì=þC┌┐cp%?!RË"
  b"òÇ\x15¿û\x00F¹´ \x17Ôk%åf"
  b"°i\t-æä@aògÏ#¬╦VÅ"
  b"öI\tì\x01¤F†¨¬Ùô«Y;È"
  b"|%\x1E+Á@Jš«\t\x19¾Âg\x06Â"
  b"\x01öÄ>;\x12sçØãu▒\x0E\x13"
  b"\x01”Ž>;†ql†ùEî\x02[\x14+"
  b"\x01”Ž>;–s;½\x01M\x1FeO¥\x06"
  b"\x01”Ž>;¦q€€W\x03ÕݾÞ("
  b"\x01öÄ>;├s[ù§U╔m¨╗É"
  b"\x01”Ž>;Ðq\x10ºqY\@̬O"
  b"\x01”Ž>;Þs\x15±"s^“ÞžR"
  b"\x01”Ž>;ðqù«(kÌW®5ß"
  b""ð3.ü<D┤öUOz´¯SÍ"
  b"5\x15®<0€O\x07°ü½1áfš6"
  b"9‹§\x02pÛE\x11ŽzÑ\x15Z“—\x05"
  b"<ضîG\x03N\x0E\x04†l\x08\x0E&("
  b"eÀ½ÆÓ³HTû╠üIäK‗├"
  b"z└╣6ÉyJ±ÁL╩xyù8Ð"
  b"Ç:ê²ú‗E±É╣ôµ2\x06\t"
  b"“#YWŸ\vH\˜ÆXÍ…¿\x1C|"
  b"›ÏÚŸN=B°¤Sª\x15zDHr"
  b"£‚^\x1DÚ¼D\x00Š…\x19Ëÿtºñ"
  b"â2grÄkH††ã\t\x1C2O-Ø"
  b"ã*J#öìF=¸\x1A„¯ ÷^ó"
  b"(3.N\x14(K\rüa0)wð¥ "
  b"Oéd´L>H;„ƒÇ‹ï>¤é"
  b"PT¢ç‘jBH–\f:tGp¨“"
  b"""
    |Ÿç\n
    Y£G–®\ƒ\x7Fû_&Ü
    """
  b"«ù·õ•\x01L²‚*Qˆ\x05@_\x0E"
  b"\x03\x06 zMT¢”­ÎÔ¸51"
  b"KK\x1E³ì┴H╬ü\x0FÔÀ@\x1C"
  b"\x05*ôNO\x10‚õT»W¶\x18"
  b"„ä6ÁÁFHy³ Z¡TÀ>d"
  b"ɶ±¿æÎN»Ñ\x7F\x15þI╝®ó"
  b"«Ñaµ…ÇFV‹4§ÄO1Òå"
  b"*ì'¾ç\x06G¾Áƒ·÷f©°ä"
  b"6-tä§—KÚ’±;zZÃ=‰"
  b"R$\x03ÊäÒHó™þ,Š\x19\x16†Å"
  b"p░¿Æ█oJÅòç\x16@±%h&"
  b"┬║ö│^á@zÉ╝m╠¼Ñ^j"
  b"ìÏb8e+E\x0E°,j¸pM\x15\v"
  b"A▓\x7F╝Õ[F ¿VǪÅ6_÷"
  b"~p)x\x11>J\x17µ,rN\rÔ3á"
  b"ÂJ“\çûH\x03Š{üÞ~ô³·"
  b"á=©X\x1AdIÙ­“3\x1F8ÀZv"
  b"¹\x12‚Î09Dí‰\x7F µû*a)"
  b"""
     \x1C%º£Ä@[é>|\n
    û\x07Ø:
    """
  b"\vÙÒë\x17©E´°¦¬a±FÌÈ"
  b"£éM&6o@\x1D¸\x10¤vª²]Ã"
  b"ÑÍð\x1EÛhN!ªØÉ;Í)OÍ"
  b"äNg‚ÆBG·–¸‘Ï%®8÷"
  b"ô y"žÆ@ê´jõÞðõv-"
]
28 0.34 ms
# app-scripts::refresh::search-ids
SELECT `app`.`id` FROM `app` WHERE (`app`.`active` = ? AND `app`.`self_managed` = ?)
Parameters:
[
  true
  false
]
29 0.43 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:
[]
30 0.26 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:
[]
31 0.17 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"×Oý…¦®B瀭5TÌ\x15¼â"
  b"×™"CH¤K‡§h×Ðè{î="
]
32 0.30 ms
SELECT module.module, module.response FROM wbm_data_layer_modules module
Parameters:
[]
33 0.38 ms
# navigation-route::meta-information
            SELECT LOWER(HEX(`id`)), `path`, `level`
            FROM `category`
            WHERE `id` = ? OR `parent_id` = ? OR `id` = ?
Parameters:
[
  b"ì\x05{B¹­Lm£°=t╠yÐ┐"
  b"ì\x05{B¹­Lm£°=t╠yÐ┐"
  b"ì\x05{B¹­Lm£°=t╠yÐ┐"
]
34 7.55 ms
# header::navigation::read
SELECT `category`.`id` as `category.id`, `category`.`version_id` as `category.versionId`, `category`.`parent_id` as `category.parentId`, `category`.`parent_version_id` as `category.parentVersionId`, `category`.`after_category_id` as `category.afterCategoryId`, `category`.`after_category_version_id` as `category.afterCategoryVersionId`, `category`.`media_id` as `category.mediaId`, `category`.`display_nested_products` as `category.displayNestedProducts`, `category`.`auto_increment` as `category.autoIncrement`, `category`.`level` as `category.level`, `category`.`path` as `category.path`, `category`.`child_count` as `category.childCount`, `category`.`type` as `category.type`, `category`.`product_assignment_type` as `category.productAssignmentType`, `category`.`visible` as `category.visible`, `category`.`active` as `category.active`, `category`.`cms_page_id` as `category.cmsPageId`, `category`.`cms_page_version_id` as `category.cmsPageVersionId`, `category`.`product_stream_id` as `category.productStreamId`, `category`.`custom_entity_type_id` as `category.customEntityTypeId`, `category`.`created_at` as `category.createdAt`, `category`.`updated_at` as `category.updatedAt`, `category.media`.`id` as `category.media.id`, `category.media`.`user_id` as `category.media.userId`, `category.media`.`media_folder_id` as `category.media.mediaFolderId`, `category.media`.`mime_type` as `category.media.mimeType`, `category.media`.`file_extension` as `category.media.fileExtension`, `category.media`.`uploaded_at` as `category.media.uploadedAt`, `category.media`.`file_name` as `category.media.fileName`, `category.media`.`file_size` as `category.media.fileSize`, `category.media`.`media_type` as `category.media.mediaTypeRaw`, `category.media`.`meta_data` as `category.media.metaData`, `category.media`.`config` as `category.media.config`, `category.media`.`path` as `category.media.path`, `category.media`.`private` as `category.media.private`, `category.media`.`thumbnails_ro` as `category.media.thumbnailsRo`, `category.media`.`created_at` as `category.media.createdAt`, `category.media`.`updated_at` as `category.media.updatedAt`, `category.media.translation.title`, `category.media.translation.title` as `category.media.title`, `category.media.translation.alt`, `category.media.translation.alt` as `category.media.alt`, `category.media.translation.customFields`, `category.media.translation.customFields` as `category.media.customFields`, `category.translation.name`, `category.translation.name` as `category.name`, `category.translation.breadcrumb`, `category.translation.breadcrumb` as `category.breadcrumb`, `category.translation.slotConfig`, `category.translation.slotConfig` as `category.slotConfig`, `category.translation.linkType`, `category.translation.linkType` as `category.linkType`, `category.translation.internalLink`, `category.translation.internalLink` as `category.internalLink`, `category.translation.externalLink`, `category.translation.externalLink` as `category.externalLink`, `category.translation.linkNewTab`, `category.translation.linkNewTab` as `category.linkNewTab`, `category.translation.description`, `category.translation.description` as `category.description`, `category.translation.metaTitle`, `category.translation.metaTitle` as `category.metaTitle`, `category.translation.metaDescription`, `category.translation.metaDescription` as `category.metaDescription`, `category.translation.keywords`, `category.translation.keywords` as `category.keywords`, `category.translation.customFields`, `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category`.`media_id` = `category.media`.`id` LEFT JOIN (SELECT `category.translation`.`category_id`, `category.translation`.`category_version_id`, `category.translation`.`breadcrumb` as `category.translation.breadcrumb`, `category.translation`.`name` as `category.translation.name`, `category.translation`.`custom_fields` as `category.translation.customFields`, `category.translation`.`slot_config` as `category.translation.slotConfig`, `category.translation`.`link_type` as `category.translation.linkType`, `category.translation`.`internal_link` as `category.translation.internalLink`, `category.translation`.`external_link` as `category.translation.externalLink`, `category.translation`.`link_new_tab` as `category.translation.linkNewTab`, `category.translation`.`description` as `category.translation.description`, `category.translation`.`meta_title` as `category.translation.metaTitle`, `category.translation`.`meta_description` as `category.translation.metaDescription`, `category.translation`.`keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation`.`language_id` = ?) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.`category_version_id` = `category`.`version_id` LEFT JOIN (SELECT `category.media.translation`.`media_id`, `category.media.translation`.`alt` as `category.media.translation.alt`, `category.media.translation`.`title` as `category.media.translation.title`, `category.media.translation`.`custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation`.`language_id` = ?) `category.media.media_translation` ON `category.media.media_translation`.`media_id` = `category.media`.`id` WHERE (`category`.`version_id` = ?) AND ((`category`.`path` LIKE ? AND (`category`.`level` > ? AND `category`.`level` <= ?)))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  "%|8d057b42fbf04c6d9cf83d74cc79d1bf|%"
  1
  5
]
35 3.17 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%"
  "%|8d057b42fbf04c6d9cf83d74cc79d1bf|%"
  5
  true
  true
]
36 0.75 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"ì\x05{B¹­Lm£°=t╠yÐ┐"
]
37 0.71 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"×Oý…¦®B瀭5TÌ\x15¼â"
  b"×Oý…¦®B瀭5TÌ\x15¼â"
]
38 0.45 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"
]
39 0.31 ms
# header::currencies::search-ids
SELECT `currency`.`id` FROM `currency` LEFT JOIN `sales_channel_currency` `currency.salesChannels.mapping` ON `currency`.`id` = `currency.salesChannels.mapping`.`currency_id`  LEFT JOIN `sales_channel` `currency.salesChannels` ON `currency.salesChannels.mapping`.`sales_channel_id` = `currency.salesChannels`.`id`  WHERE (`currency.salesChannels`.`id` = ?) GROUP BY `currency`.`id`
Parameters:
[
  b"×Oý…¦®B瀭5TÌ\x15¼â"
]
40 0.31 ms
# header::currencies::read
SELECT `currency`.`id` as `currency.id`, `currency`.`factor` as `currency.factor`, `currency`.`symbol` as `currency.symbol`, `currency`.`iso_code` as `currency.isoCode`, `currency`.`position` as `currency.position`, `currency`.`tax_free_from` as `currency.taxFreeFrom`, `currency`.`item_rounding` as `currency.itemRounding`, `currency`.`total_rounding` as `currency.totalRounding`, `currency`.`created_at` as `currency.createdAt`, `currency`.`updated_at` as `currency.updatedAt`, `currency.translation.shortName`, `currency.translation.shortName` as `currency.shortName`, `currency.translation.name`, `currency.translation.name` as `currency.name`, `currency.translation.customFields`, `currency.translation.customFields` as `currency.customFields` FROM `currency` LEFT JOIN (SELECT `currency.translation`.`currency_id`, `currency.translation`.`short_name` as `currency.translation.shortName`, `currency.translation`.`name` as `currency.translation.name`, `currency.translation`.`custom_fields` as `currency.translation.customFields` FROM `currency_translation` `currency.translation` WHERE `currency.translation`.`language_id` = ?) `currency.currency_translation` ON `currency.currency_translation`.`currency_id` = `currency`.`id` WHERE `currency`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"·ÒUK\fèGÍ‚ó¬›ÑÀßÊ"
]
41 0.29 ms
# navigation-route::meta-information
            SELECT LOWER(HEX(`id`)), `path`, `level`
            FROM `category`
            WHERE `id` = ? OR `parent_id` = ? OR `id` = ?
Parameters:
[
  b"\x00?UN‰ºDΙy\x17Ó±b…,"
  b"\x00?UN‰ºDΙy\x17Ó±b…,"
  b"\x00?UN‰ºDΙy\x17Ó±b…,"
]
42 2.80 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%"
  "%|003f554e89ba44ce997917d3b162852c|%"
  1
  4
]
43 0.99 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%"
  "%|003f554e89ba44ce997917d3b162852c|%"
  4
  true
  true
]
44 0.61 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"\x00?UN‰ºDΙy\x17Ó±b…,"
]
45 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"×Oý…¦®B瀭5TÌ\x15¼â"
]
46 0.92 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"\x01A¯ÜA HþšMA*\x16—\«"
  b"c6)¿\x1AÞH£¯%x 3„lc"
  b" –\x1D¼É”A"†hd\x17nyÉO"
  b"▒H!»D¯F\x17░g┬Pü\x00\nõ"
  b"²\x10?“\x17ÒI†•)nc1Fâ¾"
  b"─m31OzIN╝l┼ÓòüÇî"
  b"ç™\x05úˆÜOO²e³Hÿ\x7Fùö"
  b"\x1D"\x02àyjMђɬ\x1Fäæîª"
  b"¨í_Ý.2Ié’³e\x07\x14\x08ÑS"
  b"¸©Å╔└\x10G\x02®ofM½■&V"
  b"ô´ÉÀ\x1A¢N¿Š\x04Rǧšôß"
  b")\x05ÉŽä-Nb’›/­O›¶"
  b"ìòÄIJ;K>ö)\x19ÚÎYÃ,"
  b"À\x7F\x7FX;\x07HÔ¤ìþÙŸ÷·M"
]
47 0.51 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"×Oý…¦®B瀭5TÌ\x15¼â"
]
48 0.61 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"\x1D´¨ÞK\x08Bv¤^µ\x04g\x06\x0FË"
]
49 0.27 ms
SELECT `handler_identifier`, LOWER(HEX(`id`)) FROM `payment_method`
Parameters:
[]
50 0.24 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"c6)¿\x1AÞH£¯%x 3„lc"
]
51 0.18 ms
SELECT `language`.`id` FROM `language` WHERE `language`.`id` IN (?) LIMIT 1
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
]
52 0.29 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"
]
53 0.33 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"×Oý…¦®B瀭5TÌ\x15¼â"
  b"¸©Å╔└\x10G\x02®ofM½■&V"
  true
]
54 0.73 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"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01™D‘"
]
55 0.33 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"\x0F-\x04—MRFQ¼¬\x13ñ·.Q€"
]
56 0.42 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"\x0F-\x04—MRFQ¼¬\x13ñ·.Q€"
]
57 0.48 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"\x10ïÔ³p£Ek´Ê9¸µ[L\x00"
  b"ªãºDýŸK‰’lÍÕÒ‹¤Û"
  b"Ñ‚¯\x18héIM‹®º'90bm"
]
58 0.69 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"\JÉŽ\x00¹E]¨¦E«OXE‹"
  b"m?ËOÐÊOƒì¹█ï¿V█c"
  b"™.ü¸3RN\x12¤î½;«‘ˆk"
  b"›&‰7GhO\x1E¸¿IG†½èq"
  b"ÞÊÿ€Ù\x13N%¶\x11Ã{ÙQK["
  b"X\x1F‡P?EJüªÏ§ëœ\vq\r"
  b"\x05qNÀ\x04v@\x7FŠÏÉh¤KÖv"
  b"""
    \x1Drð+\x07®Dç •\x1D²\n
    ïr\x02
    """
]
59 0.32 ms
SELECT `product_sorting`.`id` as `product_sorting.id`, `product_sorting`.`locked` as `product_sorting.locked`, `product_sorting`.`url_key` as `product_sorting.key`, `product_sorting`.`priority` as `product_sorting.priority`, `product_sorting`.`active` as `product_sorting.active`, `product_sorting`.`fields` as `product_sorting.fields`, `product_sorting`.`created_at` as `product_sorting.createdAt`, `product_sorting`.`updated_at` as `product_sorting.updatedAt`, `product_sorting.translation.label`, `product_sorting.translation.label` as `product_sorting.label` FROM `product_sorting` LEFT JOIN (SELECT `product_sorting.translation`.`product_sorting_id`, `product_sorting.translation`.`label` as `product_sorting.translation.label` FROM `product_sorting_translation` `product_sorting.translation` WHERE `product_sorting.translation`.`language_id` = ?) `product_sorting.product_sorting_translation` ON `product_sorting.product_sorting_translation`.`product_sorting_id` = `product_sorting`.`id` WHERE `product_sorting`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"7âÝ\x14­]MÛ·\f¶ž\x15>\x16]"
]
60 0.21 ms
# product-listing::load-sortings::search-ids
SELECT `product_sorting`.`id` FROM `product_sorting` WHERE (`product_sorting`.`active` = ?) ORDER BY `product_sorting`.`priority` DESC
Parameters:
[
  true
]
61 0.33 ms
# product-listing::load-sortings::read
SELECT `product_sorting`.`id` as `product_sorting.id`, `product_sorting`.`locked` as `product_sorting.locked`, `product_sorting`.`url_key` as `product_sorting.key`, `product_sorting`.`priority` as `product_sorting.priority`, `product_sorting`.`active` as `product_sorting.active`, `product_sorting`.`fields` as `product_sorting.fields`, `product_sorting`.`created_at` as `product_sorting.createdAt`, `product_sorting`.`updated_at` as `product_sorting.updatedAt`, `product_sorting.translation.label`, `product_sorting.translation.label` as `product_sorting.label` FROM `product_sorting` LEFT JOIN (SELECT `product_sorting.translation`.`product_sorting_id`, `product_sorting.translation`.`label` as `product_sorting.translation.label` FROM `product_sorting_translation` `product_sorting.translation` WHERE `product_sorting.translation`.`language_id` = ?) `product_sorting.product_sorting_translation` ON `product_sorting.product_sorting_translation`.`product_sorting_id` = `product_sorting`.`id` WHERE `product_sorting`.`id` IN (?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"°g└\x00ðeM·ìÈk■Á$öq"
  b"7âÝ\x14­]MÛ·\f¶ž\x15>\x16]"
  b"ì÷;~®(JǺ\x18âµçãÂE"
  b"ï—\x7F„DèMÉ»®B\x1F>k»\x1E"
  b""\x05öBøtC¶û\x1AÅÐn\eâX"
  b"9b³ÒQõOì│╣¸╠╗E©×"
  b"P\x15>bÚrOg™T\x06 )\x19v`"
]
62 0.20 ms
# product-listing-route::category-loading::search-ids
SELECT `category`.`id`, `category`.`auto_increment` FROM `category` WHERE (`category`.`version_id` = ?) AND (`category`.`id` IN (?)) LIMIT 1
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01™D‘"
]
63 0.20 ms
# product-listing-route::category-loading::read
SELECT `category`.`id` as `category.id`, `category`.`version_id` as `category.versionId`, `category`.`product_assignment_type` as `category.productAssignmentType`, `category`.`product_stream_id` as `category.productStreamId` FROM `category` WHERE (`category`.`version_id` = ?) AND (`category`.`id` IN (?))
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01™D‘"
]
64 43.88 ms
# product-listing-route::loading::search-ids
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 `product_category_tree` `product.categoriesRo.mapping` ON `product`.`id` = `product.categoriesRo.mapping`.`product_id`  AND `product`.`version_id` = `product.categoriesRo.mapping`.`product_version_id` LEFT JOIN (SELECT `product.translation`.`product_id`, `product.translation`.`product_version_id`, `product.translation`.`name` as `product.translation.name` 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`.`name` as `product.parent.translation.name` 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 `category` `product.categoriesRo` ON `product.categoriesRo.mapping`.`category_id` = `product.categoriesRo`.`id`  AND `product.categoriesRo`.`version_id` = `product.categoriesRo.mapping`.`category_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.categoriesRo`.`id` = ? AND NOT (`product`.`display_group` <=> ?) AND NOT (IFNULL(`product`.`is_closeout`, `product.parent`.`is_closeout`) <=> ? AND `product`.`available` <=> ?))) GROUP BY `product`.`display_group` ORDER BY MIN(COALESCE(`product.translation.name`,`product.parent.translation.name`)) ASC, MIN(`product`.`id`) ASC LIMIT 24
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  30
  b"×Oý…¦®B瀭5TÌ\x15¼â"
  true
  b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01™D‘"
  null
  true
  false
]
65 25.88 ms
SELECT COUNT(*) FROM (# product-listing-route::loading::search-ids
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 `product_category_tree` `product.categoriesRo.mapping` ON `product`.`id` = `product.categoriesRo.mapping`.`product_id`  AND `product`.`version_id` = `product.categoriesRo.mapping`.`product_version_id` LEFT JOIN (SELECT `product.translation`.`product_id`, `product.translation`.`product_version_id`, `product.translation`.`name` as `product.translation.name` 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`.`name` as `product.parent.translation.name` 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 `category` `product.categoriesRo` ON `product.categoriesRo.mapping`.`category_id` = `product.categoriesRo`.`id`  AND `product.categoriesRo`.`version_id` = `product.categoriesRo.mapping`.`category_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.categoriesRo`.`id` = ? AND NOT (`product`.`display_group` <=> ?) AND NOT (IFNULL(`product`.`is_closeout`, `product.parent`.`is_closeout`) <=> ? AND `product`.`available` <=> ?))) GROUP BY `product`.`display_group`) total
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  30
  b"×Oý…¦®B瀭5TÌ\x15¼â"
  true
  b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01™D‘"
  null
  true
  false
]
66 20.12 ms
# product-listing-route::loading::aggregation::manufacturer
SELECT LOWER(HEX(IFNULL(`product`.`product_manufacturer_id`, `product.parent`.`product_manufacturer_id`))) as `manufacturer` 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 `product_category_tree` `product.categoriesRo.mapping` ON `product`.`id` = `product.categoriesRo.mapping`.`product_id`  AND `product`.`version_id` = `product.categoriesRo.mapping`.`product_version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping`.`category_id` = `product.categoriesRo`.`id`  AND `product.categoriesRo`.`version_id` = `product.categoriesRo.mapping`.`category_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.categoriesRo`.`id` = ? AND NOT (`product`.`display_group` <=> ?) AND NOT (IFNULL(`product`.`is_closeout`, `product.parent`.`is_closeout`) <=> ? AND `product`.`available` <=> ?))) GROUP BY IFNULL(`product`.`product_manufacturer_id`, `product.parent`.`product_manufacturer_id`)
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  30
  b"×Oý…¦®B瀭5TÌ\x15¼â"
  true
  b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01™D‘"
  null
  true
  false
]
67 0.60 ms
# manufacturer-aggregation::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.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 (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` WHERE (`product_manufacturer`.`version_id` = ?) AND (`product_manufacturer`.`id` IN (?, ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"‡ÊƒT\x04\x7FI\x16º¹³Èèd¦\x18"
  b"s\x01äQczOåÅ$/┐ÍO&¢"
]
68 116.87 ms
# product-listing-route::loading::aggregation::price
SELECT MIN(IFNULL(COALESCE((ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule22d0332e813c44b494554f7aefee53d6.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rulea3825e1ddabc44008a8519cbff74baf1.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rulee2326772c46b488686e3091c324f2dd8.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rulee32a4a23f6ec463db81a84afa0f75ef3.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule0342ac06a07a4d54a294adced4b83531.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule0bd9d2eb17a945b4b0a6ac61b146ccc8.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rulea3e94d26366f401db810a476aab25dc3.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rulee44e6782c64247b796b891cf25ae38f7.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100)), COALESCE((ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule22d0332e813c44b494554f7aefee53d6.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rulea3825e1ddabc44008a8519cbff74baf1.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rulee2326772c46b488686e3091c324f2dd8.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rulee32a4a23f6ec463db81a84afa0f75ef3.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule0342ac06a07a4d54a294adced4b83531.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule0bd9d2eb17a945b4b0a6ac61b146ccc8.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rulea3e94d26366f401db810a476aab25dc3.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rulee44e6782c64247b796b891cf25ae38f7.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100)))) as `price.min`, MAX(IFNULL(COALESCE((ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule22d0332e813c44b494554f7aefee53d6.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rulea3825e1ddabc44008a8519cbff74baf1.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rulee2326772c46b488686e3091c324f2dd8.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rulee32a4a23f6ec463db81a84afa0f75ef3.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule0342ac06a07a4d54a294adced4b83531.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule0bd9d2eb17a945b4b0a6ac61b146ccc8.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rulea3e94d26366f401db810a476aab25dc3.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rulee44e6782c64247b796b891cf25ae38f7.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100)), COALESCE((ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule22d0332e813c44b494554f7aefee53d6.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rulea3825e1ddabc44008a8519cbff74baf1.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rulee2326772c46b488686e3091c324f2dd8.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rulee32a4a23f6ec463db81a84afa0f75ef3.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule0342ac06a07a4d54a294adced4b83531.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule0bd9d2eb17a945b4b0a6ac61b146ccc8.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rulea3e94d26366f401db810a476aab25dc3.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rulee44e6782c64247b796b891cf25ae38f7.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100)))) as `price.max` 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 `product_category_tree` `product.categoriesRo.mapping` ON `product`.`id` = `product.categoriesRo.mapping`.`product_id`  AND `product`.`version_id` = `product.categoriesRo.mapping`.`product_version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping`.`category_id` = `product.categoriesRo`.`id`  AND `product.categoriesRo`.`version_id` = `product.categoriesRo.mapping`.`category_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.categoriesRo`.`id` = ? AND NOT (`product`.`display_group` <=> ?) AND NOT (IFNULL(`product`.`is_closeout`, `product.parent`.`is_closeout`) <=> ? AND `product`.`available` <=> ?)))
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  30
  b"×Oý…¦®B瀭5TÌ\x15¼â"
  true
  b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01™D‘"
  null
  true
  false
]
69 8.17 ms
# product-listing-route::loading::aggregation::rating-exists
SELECT MAX(IFNULL(`product`.`rating_average`, `product.parent`.`rating_average`)) as `rating` 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 `product_category_tree` `product.categoriesRo.mapping` ON `product`.`id` = `product.categoriesRo.mapping`.`product_id`  AND `product`.`version_id` = `product.categoriesRo.mapping`.`product_version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping`.`category_id` = `product.categoriesRo`.`id`  AND `product.categoriesRo`.`version_id` = `product.categoriesRo.mapping`.`category_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.categoriesRo`.`id` = ? AND NOT (`product`.`display_group` <=> ?) AND NOT (IFNULL(`product`.`is_closeout`, `product.parent`.`is_closeout`) <=> ? AND `product`.`available` <=> ?))) AND (((IFNULL(`product`.`rating_average`, `product.parent`.`rating_average`) >= ?)))
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  30
  b"×Oý…¦®B瀭5TÌ\x15¼â"
  true
  b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01™D‘"
  null
  true
  false
  0
]
70 7.70 ms
# product-listing-route::loading::aggregation::shipping-free-filter
SELECT MAX(IFNULL(`product`.`shipping_free`, `product.parent`.`shipping_free`)) as `shipping-free` 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 `product_category_tree` `product.categoriesRo.mapping` ON `product`.`id` = `product.categoriesRo.mapping`.`product_id`  AND `product`.`version_id` = `product.categoriesRo.mapping`.`product_version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping`.`category_id` = `product.categoriesRo`.`id`  AND `product.categoriesRo`.`version_id` = `product.categoriesRo.mapping`.`category_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.categoriesRo`.`id` = ? AND NOT (`product`.`display_group` <=> ?) AND NOT (IFNULL(`product`.`is_closeout`, `product.parent`.`is_closeout`) <=> ? AND `product`.`available` <=> ?))) AND ((IFNULL(`product`.`shipping_free`, `product.parent`.`shipping_free`) = ?))
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  30
  b"×Oý…¦®B瀭5TÌ\x15¼â"
  true
  b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01™D‘"
  null
  true
  false
  true
]
71 47.53 ms
# product-listing-route::loading::aggregation::properties
SELECT LOWER(HEX(`product.properties`.`id`)) as `properties.key`, COUNT(`product`.`id`) as `properties.count` 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 `product_category_tree` `product.categoriesRo.mapping` ON `product`.`id` = `product.categoriesRo.mapping`.`product_id`  AND `product`.`version_id` = `product.categoriesRo.mapping`.`product_version_id` LEFT JOIN `product_property` `product.properties.mapping` ON `product`.`properties` = `product.properties.mapping`.`product_id`  AND `product`.`version_id` = `product.properties.mapping`.`product_version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping`.`category_id` = `product.categoriesRo`.`id`  AND `product.categoriesRo`.`version_id` = `product.categoriesRo.mapping`.`category_version_id` LEFT JOIN `property_group_option` `product.properties` ON `product.properties.mapping`.`property_group_option_id` = `product.properties`.`id`  WHERE (`product`.`version_id` = ?) AND ((((`product.visibilities`.`visibility` >= ?) AND `product.visibilities`.`sales_channel_id` = ? AND IFNULL(`product`.`active`, `product.parent`.`active`) = ?) AND `product.categoriesRo`.`id` = ? AND NOT (`product`.`display_group` <=> ?) AND NOT (IFNULL(`product`.`is_closeout`, `product.parent`.`is_closeout`) <=> ? AND `product`.`available` <=> ?))) GROUP BY `product.properties`.`id`
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  30
  b"×Oý…¦®B瀭5TÌ\x15¼â"
  true
  b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01™D‘"
  null
  true
  false
]
72 22.23 ms
# product-listing-route::loading::aggregation::options
SELECT LOWER(HEX(`product.options`.`id`)) as `options.key`, COUNT(`product`.`id`) as `options.count` 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 `product_category_tree` `product.categoriesRo.mapping` ON `product`.`id` = `product.categoriesRo.mapping`.`product_id`  AND `product`.`version_id` = `product.categoriesRo.mapping`.`product_version_id` LEFT JOIN `product_option` `product.options.mapping` ON `product`.`id` = `product.options.mapping`.`product_id`  AND `product`.`version_id` = `product.options.mapping`.`product_version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping`.`category_id` = `product.categoriesRo`.`id`  AND `product.categoriesRo`.`version_id` = `product.categoriesRo.mapping`.`category_version_id` LEFT JOIN `property_group_option` `product.options` ON `product.options.mapping`.`property_group_option_id` = `product.options`.`id`  WHERE (`product`.`version_id` = ?) AND ((((`product.visibilities`.`visibility` >= ?) AND `product.visibilities`.`sales_channel_id` = ? AND IFNULL(`product`.`active`, `product.parent`.`active`) = ?) AND `product.categoriesRo`.`id` = ? AND NOT (`product`.`display_group` <=> ?) AND NOT (IFNULL(`product`.`is_closeout`, `product.parent`.`is_closeout`) <=> ? AND `product`.`available` <=> ?))) GROUP BY `product.options`.`id`
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  30
  b"×Oý…¦®B瀭5TÌ\x15¼â"
  true
  b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01™D‘"
  null
  true
  false
]
73 0.50 ms
# product-listing-loader::resolve-previews
            SELECT
                parent.variant_listing_config as variantListingConfig,
                LOWER(HEX(child.id)) as id,
                LOWER(HEX(parent.id)) as parentId
             FROM product as child
                INNER JOIN product as parent
                    ON parent.id = child.parent_id
                    AND parent.version_id = child.version_id
             WHERE child.version_id = ?
             AND child.id IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00aw\x19Q"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00aw#`"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00aw\x19\x17"
  b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00aw\x17"
  b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00aw ”"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00aw"r"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00aw#C"
  b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00aw\x17"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00aw\x19)"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00aw\x19@"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00aw 1"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00aw!D"
  b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00aw!€"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00aw#\x08"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00aw\x18\x14"
  b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00BI†g"
  b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00BI‡%"
  b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00BI†d"
  b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00BI†h"
  b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00BI†i"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00aw\x19u"
  b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00aw\x19"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00aw$\x16"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00aw\x18C"
]
74 0.72 ms
# product-listing-route::loading::search-ids
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"×Oý…¦®B瀭5TÌ\x15¼â"
  true
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00aw\x19Q"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00aw#`"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00aw\x19\x17"
  b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00aw\x17"
  b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00aw ”"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00aw"r"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00aw#C"
  b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00aw\x17"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00aw\x19)"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00aw\x19@"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00aw 1"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00aw!D"
  b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00aw!€"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00aw#\x08"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00aw\x18\x14"
  b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00BI†g"
  b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00BI‡%"
  b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00BI†d"
  b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00BI†h"
  b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00BI†i"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00aw\x19u"
  b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00aw\x19"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00aw$\x16"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00aw\x18C"
]
75 6.36 ms
# product-listing-route::loading::read
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`, `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`, (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`, (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 `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%"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00aw\x19Q"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00aw#`"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00aw\x19\x17"
  b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00aw\x17"
  b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00aw ”"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00aw"r"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00aw#C"
  b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00aw\x17"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00aw\x19)"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00aw\x19@"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00aw 1"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00aw!D"
  b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00aw!€"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00aw#\x08"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00aw\x18\x14"
  b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00BI†g"
  b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00BI‡%"
  b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00BI†d"
  b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00BI†h"
  b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00BI†i"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00aw\x19u"
  b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00aw\x19"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00aw$\x16"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00aw\x18C"
]
76 0.69 ms
# product-listing-route::loading::association::categories::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.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%"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01@\x04("
  b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01™D‘"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01@\x04("
  b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01™D‘"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01@\x04("
  b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01™D‘"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01@\x04("
  b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01™D‘"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01@\x04("
  b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01™D‘"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01@\x04("
  b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01™D‘"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01@\x04("
  b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01™D‘"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01@\x04("
  b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01™D‘"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01@\x04("
  b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01™D‘"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01@\x04("
  b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01™D‘"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01@\x04("
  b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01™D‘"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01@\x04("
  b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01™D‘"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01@\x04("
  b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01™D‘"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01@\x04("
  b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01™D‘"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01@\x04("
  b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01™D‘"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01@\x04("
  b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01™D‘"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01@\x04("
  b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01™D‘"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01@\x04("
  b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01™D‘"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01@\x04("
  b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01™D‘"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01@\x04("
  b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01™D‘"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01@\x04("
  b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01™D‘"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01@\x04("
  b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01™D‘"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01@\x04("
  b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01™D‘"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01@\x04("
  b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01™D‘"
]
77 5.99 ms
# product-listing-route::loading::association::prices::read
SELECT `product_price`.`id` as `product_price.id`, `product_price`.`version_id` as `product_price.versionId`, `product_price`.`product_id` as `product_price.productId`, `product_price`.`product_version_id` as `product_price.productVersionId`, `product_price`.`rule_id` as `product_price.ruleId`, `product_price`.`price` as `product_price.price`, `product_price`.`quantity_start` as `product_price.quantityStart`, `product_price`.`quantity_end` as `product_price.quantityEnd`, `product_price`.`custom_fields` as `product_price.customFields`, `product_price`.`created_at` as `product_price.createdAt`, `product_price`.`updated_at` as `product_price.updatedAt` FROM `product_price` WHERE (`product_price`.`version_id` = ?) AND ((`product_price`.`product_id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)))
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00BI†d"
  b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00BI†g"
  b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00BI†h"
  b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00BI†i"
  b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00BI‡%"
  b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00aw\x17"
  b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00aw\x17"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00aw\x18\x14"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00aw\x18C"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00aw\x19\x17"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00aw\x19)"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00aw\x19@"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00aw\x19Q"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00aw\x19u"
  b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00aw\x19"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00aw 1"
  b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00aw ”"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00aw!D"
  b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00aw!€"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00aw"r"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00aw#\x08"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00aw#C"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00aw#`"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00aw$\x16"
]
78 0.40 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"
]
79 4.68 ms
# product-listing::property-filter::search-ids
SELECT `property_group_option`.`id` FROM `property_group_option` LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option`.`property_group_id` = `property_group_option.group`.`id` WHERE ((`property_group_option.group`.`filterable` = ?)) AND (`property_group_option`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)) ORDER BY `property_group_option`.`id` ASC LIMIT 500
Parameters:
[
  true
  b"94æ™i\rJæ™÷ëÙx5¾î"
  b"M.│Ã^ÅJ▒╣ÊL½ô²)0"
  b"QÿþòrÆEBù\x18è╠e1\x1Eì"
  b"e½áùÚ¤Cÿ¬¨¨Q~Yûr"
  b"~ÖKOÍ\Jôˆ+PýÑð¸‡"
  b"▒~ƒäÛjD╚üã}ý╩)#6"
  b"$\x11\e\rÿ\x10GŽ«ç.sv¢ZC"
  b"╩U\x01Õ░ÓO╚Øq8\x06`\x07\x13w"
  b"ݲ¶êÓ‹N<†yè\x1CCÕcß"
  b"Þw,\x05õqJÙ·f÷{,ÿ›\x16"
  b"""
    \n
    ß3¿\x11ºG$¯È\x0F\x17\x04
    """
  b"]#ÑÝXÞC²É░Ë«\x07W‗ß"
  b"¯»¢Wº\x14D©·w\r!ëò¾Ê"
  b"\x0Eö\x18\x00vNO˺٠©B¶!2"
  b"‰nÁ8\x0FWN‹¡†|Ô+b\x08\x1C"
  b"[f@H\x1FÄ@"É\x11]\x16·\Î&"
  b"É;Eh7³A└┤H ×¦UKÍ"
  b"\x1F{~>CvJ\x11’d\r”uÿ–7"
  b"›‡Ë¬î\x04Gç¶KU`–ïz\x10"
  b"Ì_F2Ü Bf˜¿Ûj3_’º"
  b"·ƒd¿ÁÎNÛ‡\x12lé¶òíP"
  b"""
    ™tt‚\n
    ÒIv²\x19ý¬ž+DÊ
    """
  b"£Zøá╬uNüöÚ§^åaßo"
  b"\x10.EJæ║B)®\ròì\x13®6Z"
  b"±\x0E\x10ŒŽŒE×­»í\x1A^F†Ù"
  b"\x10N›ä\x16ýM¦¨Ñ·[gÚ«\x03"
  b"- ÞÃýÐKKš¡ôöŠy"Ë"
  b"«G¢PÖ FŸ³îxÍf»L\x13"
  b"▀═J¡r\x11N═èÆéøÉ\x17"
  b"…Õ?õî^@c¼´\x01\x10‚Ÿ\x0EG"
  b"ï\x08K\x14BêE¤üà(\t\x12úä\n"
  b" ÇAp®C@M öŽß1Txh"
  b"S\tÑ\x12ÇÊC— Úà7rÒPã"
  b"ÊÙ™“ä¢B@¯<´dñZq‹"
  b"+fºôN¤N\x17„xÝ\x07§“†Û"
  b"¢ßóéØ\x1EC×—žÜ—\v\x12\x07®"
  b"""
    \x10ìœ4eIHǼm³!\n
    \x0E†ó
    """
  b"Au\x0Fü╚\x08A#¥\x13¯O;p¶╦"
  b"˜,ž\x12m`Góû©ê¥3æÕ"
  b"5§Î:ØßD#œÏœl|W\Y"
  b"""
    ¡\x1FýÐH\x05Hú«^ \n
    üVÚŠ
    """
  b"!/~lÑïK”„\x10އÿž¹ "
  b"\x00k¹ÅL├@xö0KV\x15à\x02Þ"
  b"\x06‘g±bÍB$¬Nk«¶ßK®"
  b"\x02½6#+\rBæ©Yßy \x1Cݳ"
  b"áÔCØ\x02jI0âNBé1þí╝"
  b"¯]biš$O•¶·˜bi—\x18½"
  b";?‘€±q@ô©Bë3át‹o"
  b"X{­¸ùˆM¯Ž@\x1FF·¸%µ"
  b"╬ÈG#┴7ISë`Ø3╬ö3¾"
  b"æ?\x0FÅ\x00▓E%¢wÆM\x1E\x7F½~"
  b"Ò×Ä\x00\x1AÇK\x10\x1E½5h#Ïü"
  b"µC_QÙwA\x03¼\x13+h1®CÛ"
  b"½ºt½`\x1DBฒ[Çö™\\x7F"
  b"■H7=\x07µO¡éÅä¤ä:\x0FF"
  b".qãˆ]aH~Œ¬:’]Œ=À"
  b"2|ìJï\eK\x1Fî=)D?┐H³"
  b"<|æÉ\x10¹E˜ UšÀšc\e¸"
  b"Ý•ÑÒàÉH§‰´Z\x7F\f_\x07Q"
  b"\x08^AQØÑG¯·\x00\n’ÅÁÕŒ"
  b"q6\WßÔK”‡Ÿ\x17­BÖb·"
  b"½\x0Ft©ôrAB“Ü\x19’ýë\x01¯"
  b"y‘hªôb@õ š\x18\x16¿7*"
  b"à)f6§DBGšE<ï8–F."
  b"│}ÔüGÓL\x1D½Íí█J;Á7"
  b"Š 2"$ÖK\x1D¬Ìl}\x14žé&"
  b"ZåpbQHF.ƒB.VKäÁß"
  b"Bü‚\x11ß%B™«TðΟEÉP"
  b"é>@,áJIÔŸg•M¦ۙ"
  b"dàƒEŽ”F¹­;&O[xÚm"
  b"\x07$\x08ü–RI)¦¦8WF\x1E\x1FÑ"
  b"Í\x02»¢ckAN¹T.\x114\x11Ãí"
  b"¶T­É_¢Fr¬S¹1¾\x14Óü"
  b"À™½'G®D²”â`\x13Š#žå"
  b"\r┘┐%ô\rCáï8Å┘\x0F\x1D█Ø"
  b"\x0F®ü─´ÓCCÅ-▒~}\vú\r"
  b"¬#8Æþ&C9ƒ\x02ªËFÎÇf"
  b"\x0F”í’„ƒBA‘̵\x14Ë“El"
  b";|xÇ\~A\x0F´¢\x01ºý\x0Fެ"
  b"Ÿš¦Ä,NCw“$ôj/Æ\tP"
  b"█oUü¦┬Ba│ÁÙ®Øø¯É"
  b"w”ÃgÖ\x06FڥΞàêi-¿"
  b"¸ì┐\eEËB╦ân#½\x141Î└"
  b"˜é\x1C.¥7JÅ´n½~¶x1Á"
  b" êØ-ô±K§é#ôtÐ\x00Îd"
  b"Û\x19\f¯ö§J£§(ÌçãýãT"
  b"\x12nŸ°IAŠÚ@ÕX¬Yv"
  b"v\x14¼´8^L\všÕ¹ƒuGèÈ"
  b"Ã~`kŽÑIÉžó…ÚýŽ>ª"
  b"Ðu\x1EQ░oK[¼Ø\x1F?gÑÛG"
  b"Ì\x1EJ6ùZLûÉ`/3┬╦[╝"
  b"ÜÏ\x7FëýoAmÅz4îG]­ý"
  b"└û¨v"åJÀ╝8ó&ü`Ðï"
  b"VFUœ \x00Aj£@C½µÃÐx"
  b"‹‚\x00 ¨+M%¼F›ëM$˹"
  b"1\x03AèÏkO╚ÉÚ┤Ü_¯2«"
  b"œÃ|\x14M„Iv´\tɱ\x00%­Õ"
  b"A6¼³Y\x02I+«éÈ¿F£ö\x06"
  b"‰âýiŒ\x03Hi–ÞY¾5\x10œó"
  b"©c”Šx’@a¿’B—V\x02\x1F\x18"
  b"¾IH!CðA\x1A¼{³\e\x04§—"
  b"w¬2#ÏâIåâ%\rgìÞ<ö"
  b"‰Gö\x10\x07ÊIý¸ãéÊc¦•¬"
  b"·¼\fÔæúC’¬¨?r\x18˜\x1D<"
  b"ÉWC@OÇI/¾4ñ™ÑC¶ï"
  b"|_R\x16\x11–MÉ—Gû·Ö9«Ü"
  b"šà`:'JNÒšŠäÔ‘æi\x07"
  b"a\x17F\x03<3B†½Û2@·Ñ¬Þ"
  b"Þ¡¦Ñ=ÀLFƒ"8À) ˆF"
  b"Å~\fŒÝ#A†µƒ`I"¾¯D"
  b"-ì÷V\x0ENNï¿n╬Ê_╠ó‗"
  b"ЯyNì³NĈ\e¡¸&–ñ­"
  b"""
    \n
    ì X XK\r’B\n
    •G\x1C
    """
  b"¢\n²®ß╚N╣▒'Ø\x00âzÅ;"
  b"wëi\x14ÈÊEy–T\f!_œ1¥"
  b"²╠┌a!(@íí\x154+ü\­C"
  b"ò‘ªå\\x10E\x07Ÿ}n+wFnQ"
  b"µÕ\x03¿Í\x17KûŠàRȧÏà"
  b"E┤]ß╦tFÜ¿G\x14\x03\tØú¦"
  b"6«=­Z\vG¡ºø+ö¢òq>"
  b"\x1Cê\x19#xCž–avó`½¥\x00"
  b"á\x00c­FìAz‡I\x1Fáÿd\x12¡"
  b"YAìlI¡Hø░╦0È\x12h╝Ù"
  b"HÏ–iñ×Lï¢RŠdºÇ¬9"
  b"•sHîŽ\x1EN\fžÅ=3væÝ˜"
  b"™–\x00<o¼GM§J\nŒÿ\nð0"
  b"×J~HI$L©¼‹KÁËë\x10Þ"
  b"+ØÆÿ"\x0EJ\x14‰Ÿ$dÅ1å~"
  b"\x08\x03ô¢9Ló Ä\vŠP˜ßÚ"
  b"L7^‘SªM¢»jïÂãÛ¡#"
  b"ùŒ];¼ Kæ¸\x11\f\x13S›¹%"
  b"Jc«x\x05åBþÉÜ\x0F\x14Ï­pÜ"
  b"¡¸àMØ\x02Dv‰F\x104#Ç‹²"
  b"mÉ)I▀╝H:Ñ0│vrÔ┘└"
  b"¬4¸%ʉCf’\t\x10¨C7"
  b"Ùóî÷32CÊ™§@\x7Fñøö|"
  b"‚ÜB¶@|O«”'\x0E\x11Ë7ðŒ"
  b"Á|┼ìylL╗¼\x1Fó\x00é4▒´"
  b"lôÙeØ┴EpúJ\x08&Zä┼c"
  b"yñì¼Û│@┬╣ÀìO─R]%"
  b"*2¾\x10J-Fõ╣üÇıCµ¥ü"
  b")+c©ô÷A` ^Òé…\š8"
  b"š/Wùw¬Fˆ«8vRÑãC‚"
  b"ðË\x17/â>O瓹ݒ²*ÀS"
  b"¥ªE░;╔K\x05ÿîWMÉt\x01­"
  b"¾l2\x0Fð§O\x05¥8‚ŠCÏ¥?"
  b"Ý|Ì\x03Œ\x16DùƒÛ¨3Œ\x04"
  b"w\x06êÚϧ@s¹MA\x05¾hŸa"
  b"¦XCC=]M\x1F…gºÞ3+a­"
  b"\x1A┘yÔ}GÎÅÅs×t¨¼\x14"
  b"\x19N%F\x06«L…ŽžÃ^7Âê²"
  b"Þ\x00\fÿý\x16FH¾\x040l\x1A\x13"
  b"\epþêSJN÷¼±£}Aê?—"
  b"\x11\x1C9æÏ\x06N¿É░ál\x05xÌ^"
  b"w?ÇDfµG\x10”‘&‹V\x03äw"
  b"m\x07\x1A\f+TI╗åÞ²üiþÒ®"
  b"~=\x10ì«?K{è┬\eR▀╣▀w"
  b"\x19\x07ô\x13ÒKØ€\v\x14‰¥ÚŽ\x04"
  b"ò=ð‘„­Eáºk'\x05Ì\x19{‘"
  b"Zb(w·ÊB9╝â\x1Dªüò/¥"
  b"\x07f\x07\x16âRMf«‘\x13áÇ"
  b"E\x1C…àçÿIm– Òø\£Ïƒ"
  b"ù|N&b~M—‰DNmFú\v]"
  b"#†;É:\x02A¾›_\x7F’è¬PZ"
  b"6fz\x00À\Iu””󆸃®«"
  b"%ú¶î\x1E\x05Dàˆ#"†ã#Z…"
  b"¦Ú±@]pLü—VñûgM&»"
  b"‹QϺ$Hކ\eú…7\f“¾"
  b"╣¹ËÑ*│KtÜPÌ╝a\fúÅ"
  b"oÓóô*(L=¯0Í%¬=ãÎ"
  b"³═úâ±;LYÑÃìÁ/\x00ÏO"
  b"Oõü\x01p~D‹¬õFç0ÝZ•"
  b"+èLWÔØ@ïÄ8Ã\v\v¯:N"
  b"qìvÇÞ¯A\x10ík\x17Xvb\x03K"
  b"»à}øDLG™…Ä™Iñ¥‚†"
  b"Wì³.\x11YC\x07–­ñI?q|6"
  b"W┘Ç]ø6D\x07åJTCü\f"
  b"FáY¯\x1AÛG\r“hg%œ\x01‰;"
  b"µ\x13\x16#D…´ãŸ\x00Ç\x00aB"
  b"Вɶ¹\x19I.¤÷¦-üŒ.&"
  b"Ê@s~'xLJ‡ñµ¦ã\x1DLn"
  b"\x17ÙÓhMUF\vñMì\x17\x1A÷k\x1D"
  b"\x18\x128çElH߸Ô!Ǧí\r"
  b"á\x1Fı═┴7EãÅB\x10┘Å)N+"
  b"\x05ÿò\eHPLç¦j /jøçÿ"
  b"ÈR’êS^L@€{j„\x08$\x11§"
  b"ôiYêQ×Ok“&Xg÷¦ø$"
  b" ôe€Ñp@#™„›À•I÷I"
  b"¦$¦§o\fL¢ºÿ®ß(v\fÞ"
  b"?O+™?ˆBU –]ö¶ì¹Á"
  b"ž¸.æŠ]@¶‘[\x08&¨ñ Í"
  b"NôêùIwN’½dkŠ\x05þ)\x06"
  b"\x156V"Âü@gææðØêÚ▄Z"
  b"\x186.çp\x11J\x08öjÅûG½\e¼"
  b"h<┼WÓÛMIì\x7Fï¶Yá=e"
  b"""
    ŠˆxmÉ9B–¬\n
    \x059\x06Â
    """
  b"<\x1Eg EZOO¥\x0FÁ}‰Ué9"
  b"¸ãaeéãM\x05¹ç…žÐŒd½"
  b"wF®úÆ©KJ”N\x13?мû}"
  b"Þ^/žª!BF´´Ô Iÿtó"
  b"«¦üß╣\x12M\x1DÅ}O═ØÙDÓ"
  b"‡Â\eX¬µH4 q\x06ꑊçE"
  b"P6\x06$2‡K=¼ýÃ+O\f\x1A"
  b"¡ß¾¶\x14§FG‰\x14ÌM Ìñx"
  b"¿+eXù■Lüƒç÷╬÷U╠k"
  b"NrÂçBËL֩ʉ<¬³\x02÷"
  b"\x10O└S\x13D3ø{\x1DÂüu\x06\n"
  b"ùÃo\x11°¯KW äd,\x7FPÝÜ"
  b"8\x17\x05ظC╔ògÙ║î*╩ñ"
  b"VŸüÙ6ŸB±ˆ\x7F:Ô?~\fm"
  b"ëä‘¥¦‡KŸ±#«S Tn›"
  b"""
    ÌÖöµD@Jü„\x1A¡ï\n
    ‚¿×
    """
  b"½\x1Dç\x19³ˆA±·\x066ZWrR/"
  b"\e2hÒ\x12´Dù·\x7F¦~\x10\x0F"
  b"±oÜ\x13Ž™F\x15\x07X]\x14Äby"
  b"\x08\x00«/æ\x13A¿Šßê%ÅýÑa"
  b"0ÁDBÕ┘@ØÜ\x15█╝õE¯╦"
  b"╦#XÓy\x1EN<á\x0EØ]f«\x7Fx"
  b"¨{ŒA¥1BäºCmÔîÑwû"
  b"Ìòd┐\x1AôA\x15ò▓~+FÅîØ"
  b"cÝ`^└<LtüDj~Áa┐│"
  b"Ü»Ù%DíNê‰Æ¢•$fú¤"
  b"\x1E\x01ŸÌ£CH6¥3§¹Ú\x01þR"
  b"új—7ùNGèþuª×u\x03ô"
  b"d@¥µ×\x10N¢ö¿2¼=eì¸"
  b"$ì0úC\x18I£éWT?û┬¤£"
  b"c#Üs¦\x10Mÿ¡êGÕí7"Ÿ"
  b"‗m■VÚcGðë¦\x06╝(Å ¸"
  b"ˆV±ŽÄšB·›TÕ”‚K5\x07"
  b"=ÎMä\x13Î@áÅIÐ\x01ey\rØ"
  b"tÜÑ6═ÅAïèö■òGo1{"
  b"¬­ÁÄ▄ÉGÓÂc\x1DL.\x10│¥"
  b"ı\tðºÉÕA]Ø\x06ı_øÇLÏ"
  b"ºıyo▒1EÍü½'\x1D®\x1A{\x1F"
  b"xYq}Ð\x05A· ¹\x00?s\x07Õà"
  b"±\x7F-Ù´TOš‰åÞ\x19ƒÈ͘"
  b"Á¨[¨Ì$Eä¿ñû˜<Â\x7F,"
  b"""
    ßbI!IéM\n
    \x17«°×ižù
    """
  b"¤»Þô¢YK¿ƒ†Zauajh"
  b"Lc\x00¦ `J‡¢L<rš"7¶"
  b"@M\x0FÊšöDV­þ¿¦Y˜‘k"
  b"(”Š[Ë¡IO¿@£~£H <"
  b"╚░u=Õ\x10AÐì\x04\x03Ñ\f}"
  b"Ì9¿ÃìHNûƒa/;Á‚¤t"
  b"aœ?+bR@Ï©X…€!\x00\x00\x1A"
  b"""
    ì…š\n
    ÝéLÛ¶ÑÐÚJ7\x15:
    """
  b"ØqÑw¤NSœ\x03SU\x176\v®"
  b"p5×߇yB0„Ïf×"\em\x04"
  b"\x06ÛxÕ5LEŒ‚\vLÓyfÔ\x03"
  b"\x10U‗oLý░i'\x05§Øv"
  b"G€ÛšÃ¨H"†Œ\t³S\x08”t"
  b"┬U\tò\x12\t@ÙÅu[\x13\x1E\x18"
  b"Ë%×ô¥\x1AL\x03\x1EÌyC\x12"
  b"¢ª¸‰>UJú‘îôkVó¹z"
  b"$\x7FùÝŽæJݱ2h"D\x1Dçt"
  b"u>Þ+l#E»¯­j>I±\f5"
  b"Q\x0FxØc‘H{…\x04Pñž§™="
  b"""
    +FbiŠ?LÖ†E±\tñ\n
    éh
    """
  b"Ì?Ð_d\x01EË \x06ÜX\x10\x10"
  b"$└Qå®┤L┘ê~ü1Óew\x0F"
  b"$LÔ+ÒÑNT†Yáºÿ\x17ì>"
  b"Üpd¿Ó¾IáâÂ╦¦\x10_\x0EÉ"
  b"\x19Mr)ÿwO_•ëQ•賚É"
  b"ׄì÷\f¤I> 2\vÛ¥çùD"
  b"\x13ùx%A²Œ,“m¹^«\x14"
  b"]”ÒN\x05^G¼‘˜¢Y\x11Ã\x04§"
  b"êçÐ;F8EïŽÁk%ôLRX"
  b"£4½YØ…Dôªd­:=ò+¶"
  b"ì oi▓‗OOº▄hÆ┘\d£"
  b"®êÜ0è£Náªl}·Ì‘þ¼"
  b"¥KELf\H5‚NäP\x15\x01"
  b"=\x02╔)┼iIؼ m\x10¦a\x0F("
  b"ì¦[Ù„3C²žåªî/¦Â\x03"
  b"i\x12 \x02I\x05Nᢠ͔h\x14è\x15"
  b"¦\f›É6}IJˆÊwتïÇþ"
  b"¿­œPÔ\eCš‰åóQ¿\e"
  b"S‰ò¦ÍwN\x04œÚ„ŒÌ_m\n"
  b"À\r-ü-ÙK{║¶»/╩¬\x06@"
  b"St7­”;L'ªKp— ¾æZ"
  b"Ã^ÂÇ4EDì¾…šF€å‚®"
  b"""
    ØXWÕÚìL™›\x14«ŽhÕ\n
    
    """
  b"\x01‘¶SMÌA\x0E\r'mõÁŒq"
  b"±kn“\x00ÃLù¯LK%†h[›"
  b"†n\x0E \x1DôFA½,úM-!Å_"
  b"e!ª:\x06™HU¸\tayt¶.§"
  b"¾M”rù%L,»\x11z²Ð¿"ì"
  b"޼ªÖ\v\x11DT°Ž\x12|çÿ%P"
  b"º‚\x1F\x15H˜»˜n˜|\x12×O"
  b"í\x06j<Ñ%Nöƒ'ã\x1AÉÈþë"
  b"*\x06‡»¾2N\x04Ÿ\x0F\x06—}ÓÉ\x07"
  b"jT¸EU\x02@'Š\x18º’°\x06çc"
  b".ÝW¹Ê\x11A¶µÅ?†t!+×"
  b"‹T»œ’&JŒ¿J%lN\x19\x19"
  b"sTÇy\x01úDM»\x7F..ÝR–6"
  b"\x11oÊp\x02&LÛ†‘\x04@\x1E\x0E©"
  b"—ãµã°SK±¤MxÌÂ(ëŽ"
  b"_À¸÷ªvKzÿ\x02\x19É\x0F\x02p-"
  b"QÙúú%´H\x01É[\x077àÍ<\x15"
  b"‘ŽD<Œ(@¯’è(™¤åqF"
  b"-$V³úo@¹™Þ\tßÐçšè"
  b"\e·2▄┼MMNü┴\x04\x1AÑÜ"
  b"═÷ì╦A]KÁÇ\x00\x1F┘;Û"
  b"Ë\x14Ÿ$Ï®H&«d–U_Íò”"
  b"ßÌô¶J$C*Å=OYÅdwL"
  b"ó·Ë\x03Ô\x16HT§›\x0F\eâòÌß"
  b"¢¨Õ=ß\x1AIè°`R¾¾3\x1E"
  b"0Ô"¸ƒ¨BHê¯\x14(ÉFÞ▀"
  b"▓ØúÕ\x12;EK¥\r‗{M\x1C\x1Dó"
  b"VF÷\x18\x10éM̼\x14»C$âøb"
  b"…V»ÜVÌF…´žB\tŸë}*"
  b" ˜4ìSþC”¿\x08Œ=b—·–"
  b"blŸxéÉO\tºYz›ú É7"
  b"òÍyè\x1CÐI&ƒJ\x14ìAÚ³X"
  b"j\x07ã¬^MH©¥…×=\x15¤Õœ"
  b"Þ’Ð=\x05•E“žu\x1FG®"
  b"\x14h—+vþDª¯qC¹\f§ÉL"
  b"Å\x0Eˆ<(lO\x01ŒÕ˜È\x04áqô"
  b"åšàp4áDщIíó±`Ðß"
  b"$(╔╔ÇRL7ÅîÎÚkn±b"
  b"csQl$░HŪê\rç,\x17\x19Ô"
  b"ä?8Ž4—Dé·Á(ýMœ²`"
  b"©©ˆSwÉH•‘‰Ï"‚\x1Cº\x18"
  b"¬*ßlf3CV¨X\x08íØÑ`y"
  b"SŽ|¸%2H\x0E¾ÑUè׊ؔ"
  b"ÖIÞ║Ø«J¸ºıð>õXåd"
  b"ÄTo\x00hÊBò²Ùq-Ägy\x10"
  b"\x08IvÁBw’ 9o.m?/"
  b"ÙÇ?\x10‡_Oë³Ú\x17¹‰ÍT÷"
  b"({U0îVH¬½?\e­ofï³"
  b"\x05Ø\x1D 5┐@%¥¯j│}YKÔ"
  b"""
    A\e\x01Ñ/NL9´\x03\n
    ûÕ6
    """
  b"ß·cÇ‚~A\x00¹è…,ÎÜ\t­"
  b"KþÞ\x04ÖnM•–Õt¨*#\x0F\x14"
  b"°ª£V¢rM¢—7ul_\x1E\x0EŽ"
  b"–«¶¼ƒ\x1CIµšë?>í_öJ"
  b"ñž¿Q\x14‘Fž¯yÜWƒ¼T\v"
  b"ߺG╩ÂÜD┐░5ıÉ\x15~F "
  b"!\x13š÷‡ç@µ“\x08û\x1F®¸+J"
  b"ÕhãwAiA8’’eP\x1E€ä-"
  b"""
    \x0FO¿×ƒ\x07HƉ\x13¼tX\n
    ˜u
    """
  b" ║0ØE7Jë┐Lu§Gu\x19"
  b"\x19S\x1CEIñMˆºÉ<ÞþF\x13ø"
  b"ï»g×¶ÛMl›·\\x0E\x08[Ûþ"
  b"S\x02µR\x0E&F•¨j/…é—\x1C\v"
  b"£ç­ŽòyEð›»g¨kᚆ"
  b"²ŸnõoÃL\x17¿&w\x06´\x08æ("
  b"ÞÃ╝Ú\tµF\e£\x03Þ\ì_\x04ï"
  b"\f\x17ÅîF+Mèû#Ü\x01iÙÙ«"
  b"Œq…(œ²Fó„€øt3Hê1"
  b"šr.¦}ŠM\x13±fÃsßü=†"
  b"±e·€ÏsE™§U\x0Fø)xÂ\x16"
  b"ž‚…27UCv£\x05˜8\x07—¬;"
  b"""
    Ñ¢û\x12—+@*—iDñ\n
    \x0E
    """
  b""(irdÿAÓ°F5Oe(9®"
  b"\x0E\x7F\x17?\x1E\vL\x0F \x07¦,;Çkê"
  b"©«üP“âNr©¾¶n0®\t("
  b"¿ŸbÜ\x08CI(¤ãšÍe\x04Æ”"
  b"%Ìßeÿ:B…¢ÏQÒ|\x1E"
  b"Ò\x14è»»àL\x1A¬‰Ø\x11\x18\x08"
  b"ŽÕ§/ª*@n”\fL2“×T/"
  b"­4©ÊûðA‚ƒ9^ÖBy\x01ó"
  b"""
    úµg,'\x02@ˆ–,ж\n
    ®í\t
    """
  b"µ├a/ÔìMè¥ô"¶C▀\x1Eb"
  b"ßÌ\x17ÔÓML]£‘8£\e\ÄS"
  b"€/˜á\x17tFþ‘–BÒ\x00þЮ"
  b"†ú\x1CìÈ\x02NP‘3\x19ãìðV\x11"
  b"J°—©úÚA=²4\x07:æŒÖ×"
  b"× Ó/\r€E\t’9Džýb\x7FU"
  b"Çqܺ]™F@ƒu±5¶–‘­"
  b"\x1CB`Mj‡ML¥\x1F\e/X;•\x10"
  b"øÎQH†ÎLù®E½(gYnK"
  b"Sÿ\fBÝÝCq›Û†¹©â¤z"
  b"Œ®ÄE(¼G×€ðÔ\x1E‚×4Â"
  b"š'Å\e3}BÓ¶W•e—ݰ¢"
  b"Ѳ\x1F\x1A=þG:–c£·²cÜØ"
  b"À╝ã=sûJn»Å▒ó╠\x15ö\x1F"
  b"™b<e%A5¾†6Z\x04f½9"
  b"`Bmq!\x1CKZ‚n×1ËkÞò"
  b"é7Ô§┴õF¿Åv■gƯ;û"
  b"ëJ¼U\x14èA¬–Bé\x19apäE"
  b"­“Ù•)\x18H9œ‹b\x1C">×\r"
  b"$T\x07¥Ä†J-®òM‰b¢IØ"
  b"(╣╝Å<┐@"é\x18Ïöuƒ\x045"
  b"Ëø¾Ær5N│ç\x1EWóìéPà"
  b"­\x1A\rn€Jߢ,M^ŒjYW"
  b"æ \eıhÉNxÅ\x0E\x19Å┼(Pg"
  b"█çÅ{ãÈE·ÂÔd/┬¸3¸"
  b"-╩\x13\x01ë/E8£┤ׯ╣]Ø\x1A"
  b"JEaè´ßK„b¢ÓWÌn/"
  b"á\x0Ei\x18^ØEA£]‹ðJ]\x16\x04"
  b"Ÿ–ÙmµòH\x7F—ª™Õ¼;LÖ"
  b"\v38­i\x15O!’\x1EÝ(“/b-"
  b"\x1A%Áù\x15SJð´k)ñòÈ(Ò"
  b"‘Q>\x11\x12\fL\x1DžæÂ·[Nó§"
  b"š"\x17`–\x03BÚ©‡4[ó\x1E\x04c"
  b"¸N9\x1CÒ8K.¡Ÿ\x1AÅp¢\x13S"
  b"ùð‚¦€^LÓ€ú\tqÀ|§\x05"
  b"\x05ÌTj™ÒKϯvŠ:¶\x0E M"
  b"ílTp®ˆGú°‚l\x00š&$U"
  b"\x0F¯ÝÔ\x04a@═ÑðÅ4║═Ö¸"
  b"pò═*oÉIêÿ\x02¢u¼┴╣+"
  b"\x00UÐ+ç\t@#¬\x1EÓ\r\x7F·"
  b"¨ùĪz¬MŸ£\x194\x16NåÆÛ"
  b"osFï\x00„C\x18è2iÏÞ"
  b"ð\x0F´IAªI\x7FºÅ\x7FC\x1EÙ£t"
  b"\fì\x15¡"\x0FOÔø▒$y¬¹┴ë"
  b"õþ_Ñ#\tM\x1E´¾åw\x11\x0E"
  b"“gLÊ6\x17GY˜«i‹\x14\x7Fú\x1C"
  b"\x1EìÍRÖ,J1Ä"Ð▄XÖòú"
  b"Æð#e\x16öJ–±ž‡,î'Ž6"
  b"""
    ðf6\n
    |†O4˜—{r8Ãlb
    """
  b"&\x17â8\t6F€¸à»\x05ø)a&"
  b"`®▒├É╦DnüÔ\x06HRºÕB"
  b" $@Ö\x7FžKëµ¶4\r¯\f'~"
  b"│XÚåM\x07Eúü½NÃP¶zä"
  b"U٧ݵ²H‰ºÚ\fè”{\x1Fÿ"
  b"êZV|ØÕ@ܽ┤ÒòHÉä«"
  b"7¸óÓ÷êF{¾!<¨g\x7FV\x15"
  b"s[Àø]p@nв€9j©ùO"
  b"±£ý\x06ükF█║Ç\x06ÒY│õ@"
  b"\x04▀‗yFYØà¬´ÿ\x0E+v"
  b"øn‚TuæK$£q~(s©\x14ì"
  b"süç°jSG§™:QI\f\x1A²ú"
  b"9öÆ-gêGŒµ™ø“ÿò(®"
  b"@>-P¥|B\x17¬§¯®\tfö…"
  b"O\x03Ç—m\x19L\x15²\x14ïo]%LD"
  b"†‡‚ý4\fNœŸf$q\x016‡Ô"
  b"\x04░r╝¾J5üÍF┤3¡\x11B"
  b"\x18ØÎFo\x19H\x04ël%#kÇ0W"
  b"åacl\x1EXO²▒Ø*!t┼<¡"
  b"RIzHÂ<H/’í\v0D\x07"
  b"+oíÔ═úI6Ѻ#Û\x16'oØ"
  b"oçVHnæHv²H’cUŒ\x10¥"
  b"\x12ÂáˆM«LL‹\x19zôæP°\x01"
  b"(×[\x11¢SIÈ‹æâ\v\x7F¯eª"
  b"ã\rr{’‚K•Š'\x16³%U¡+"
  b"o╩¢(¥╗F"Ö╩pz4Ü╠ì"
  b"×7t\x00\x1DûFͨ[\x7F¾Þ1 â"
  b"{¢mºê&@B³\x1Fûí\‘\x14æ"
  b"춢ج¹JÀÆ\x14Y(Ã2\x04á"
  b"(­g`]%E-¹2€žådôõ"
  b"Ü¡1Ðü HÝê\x03á┘³ü1Ì"
  b"Ü$>?~ÁK4«\x19‹>|8ý8"
  b"X'î¿CôM–™~´ð:>…õ"
  b"lºÌl$\x07F~­\rT¶þÁl‡"
  b"N▒?1êXI\rå4,Mæ\x1Fì╔"
  b"É’ö£Ò\fA§’auXÕR±¤"
  b"ß\x15Ï\x10FØB\r…•޹<=Oi"
  b"ÊÙáYgêKËŠM×¼Ÿˆç/"
  b"\x08µ˜Ì:¿Cäˆó¨è#\eío"
  b"TçC’\x03\x06I‘€JÆÀÊã;c"
  b"h\x1FúÉ\x03ïNº‡ìmèåÕ”Ç"
  b"ë╔\x10\x02½³@o▓┬üïá│\x08\e"
  b"""
    ■¯E│╣\x1CBfìk\vMSu\n
    l
    """
  b"®\x02?\x07P˜HO¿Žo’yÃ\x0EÒ"
  b"ü‡\x14"nÏKQ‘‘L\x18™³ˆ´"
  b"!ÀÉ8▓\x1FBmé\x17\vè╦╩ü┼"
  b"û è\fõÂHe®t½9KŽ\x06È"
  b"ôËÍÚn\x17Fÿ…SjMßGQ™"
  b"ú\x11î¢ê,O2›ôˆG=h«\e"
  b"7ñ0‹ëJC\x7Fš\x0F\x14ƒg \x19á"
  b"Çj¯É¹█C\x14ñÛ3I¼\x02"
  b"š\x1FÿQñOD¯±\x173\x1F¦–‚ "
  b"f<âM3¬Aû…/::¤;Œé"
  b"‘wr\x18"í@‰¬î(}\x18gîu"
  b"ÃØ ╝ú;L߬]K ;\x18\eã"
  b"!tÉ\x1F³`C3°P~ÅUÂòÜ"
  b"µDç8á,E\x12½],!îµ\x18ž"
  b"x╔Å┘<ÅNr┤m$9d7EÊ"
  b"%êL\x05›"C\x1EžÈY7#ö¤\x01"
  b"#▀Î[╗ü@áè\x7Fxn}JwÐ"
  b"°…áßð"Lÿž\x18BÇ|\x7F¦-"
  b"‚sGá5IJ£®-»\x7F¿JŒ\x17"
  b"ÈlgÓ\x1DÝ@\r›Ú”!ù.Ž˜"
  b"f(T"\x04%J–¤\x18ýgÞ\x0F"
  b"zÍNöŸ(Iÿ‚gÅÓ´ªí`"
  b"ײL8`ÜEH€Û€Ž\x14\r"
  b"ý\qæ“\x1AN!¢PÛÌòµÑ;"
  b"¥~]\tóôK\x01ìADô×\x19â█"
  b"""
    ÄÚ°ÉØéHoЏBN\n
    ŽäH
    """
  b"Z6ô;\x18\x04I.»Bšö€BîT"
  b"}Z;@÷ìB,▒Ú4øÁ╠j║"
  b"“†¥G>žN«—+\f(\x10ºÂº"
  b"±êbŸ )NK»_[†\x1F‰ig"
  b"<ˆôA\x0F´B¦‡_Ñai“v\e"
  b"©‰M%E—M[· ëì5äÕ÷"
  b"s­║%ü³@\x10Ç4t┤\x11½ÊS"
  b"""
    ¬Ì\n
    Æ_RB\▒0╦aöMì=
    """
  b"ÀU²^ryIÙ™«Â°ÎêýÇ"
  b"1\x03╠±üû@­á\x04¡╦┐╗Ïe"
  b"µ—àƒ”¼D†¯½\x078…ã`\x00"
  b"\x13ASÝ5¶B±§\x0Fª¥\x1C\x110y"
  b"h¤2Ѓ-A/¤ï½R\x1E뎅"
  b"""
    ╣©ÛVÉ\x01G¶ë0\n
    ¸qz┤.
    """
  b"TЭ├ý╚FMü1t\x128èýc"
  b"\x13öñµR­J5¼ÉØç\x13: ┼"
  b"è\x12Ý#G0F╝ï#Åɶ┘Ã├"
  b"Ô7úXü*Kê§Üª«¸àƒ”"
  b"G,í.+×E(€ñ¤†Ì4ä—"
  b"e\x06\e\x104C¦ì,\x18HÎ¥Rç"
  b"\x0EZ\x10ƒL'‚̇ñ\x19ó5"
  b"""
    @„\x1Ft\n
    ºE\t¬±¸¶X’\x145
    """
  b"\x1D2×8\x14rAÝœ+$¬AÜ”å"
  b"8ÆÿÞJ‡M4Ÿ$ZüE¬öP"
  b"®0Éûh4J0¸¦CžPˆîø"
  b"\t\x1Fk\x12T‘Lh‘•è2\x06ó…ø"
  b"ø¢/\x19\x01ÉB\x08ëS\x00\x17pi\x00\t"
  b"[¶vJl\x13HÚ­8¼‘(k$Ò"
  b"wÙývsýGЪzQ^GËôý"
  b"š\vÄ#°ûA$¨4~dG«\x1E\x08"
  b"U†DcýŒEr§à©ûÖKù·"
  b"Î\x15”–¶^K•žç\x12N\x0F–æ¤"
  b"s¸z ³7GײcN€Ae\r\x08"
  b"|·Ä>²€I\x04”©ÇF&±Gµ"
  b"ı^\x11x╚£AªòirÅý7B\x1E"
  b" o¼=n,D\x06°=x^¯Ó{Ø"
  b"Tß¼¥kÁCmèØ\x1AØå¤± "
  b"w·Ëö[\x10N\x07„šçɯÿæ;"
  b"ð¢¼▓dMF½║:Î┤jÉê┬"
  b"\:fD\x1DÜIoäI\rµ·°Éo"
  b"Ÿ\x0Fã`†\x11AÒƒä&°¸*iÒ"
  b"÷üJ\vf>M(‚NUfÈ%fœ"
  b"/.(\x0EŠ\x1CC ‹½?¦¶\x07"
  b"¡\x03òd¨\x12I~·g\x0FN$áa\x03"
  b"¿u””;MGÚ£7—Ê\x0EÀaâ"
  b"~´u2ıíF▒âã\x00▀Å\x058N"
  b"\x13CØø\x03VN\x18│$â¼,hÞ\x7F"
  b"µÞ®yö\x17C<¨(\x1A\x1C/̲¼"
  b"""
    ™/\n
    áúgKª´Pé’B<³9
    """
  b"×\x1CÖw²•A\x16¾`%¨©p(\x1F"
  b"ó U@ GH\x14ÿZü┘¶¿á\x13"
  b"àã\x07ÖR…BŽ‹­v™\x7F\x13,j"
  b"›Aøh/¿Fm¸ú¦xBî¤t"
  b"×^â░ê-OvÀ\x02ìxHô/└"
  b"á<Á\x02{:D.šlÙwºCÁF"
  b"!\x7FÉ\x1A\x7F├@#ê÷\x16j\x11\x1C"
  b"\x17▀¼$_│M_ØÙ%ı²Ö5Y"
  b"\fï«▀ÄD$ÿÝÃ╬\x06▀ÏØ"
  b"®ð<_Ê=H¦™Êë¯Ä¶\x15²"
  b"C±ôF\rÿDNº!¥\tZM}«"
  b"KmŸìh…@9Ÿ›dü-¼¹T"
  b"¾*ðp\x13\vL—ˆ\x11bâG\x00Š\x14"
  b"Ò¶­(ô@HB£Ñ¤/\x16Àµ\x10"
  b"Ù└Ø┴þóK²Ä)Ó\x04\x06È"
  b"Ì©ìS\x04\eI└æ├b\x13\x18x\x18Ê"
  b"Y\v:”ʃKü„|3gŠl¦\x1C"
  b"•A³F;¡v`B{\x11N\x12"
  b"á÷‗├¸iK°üä\x14\x03q\x00[~"
  b"ÉaÊ╩µa@ç£,äw╩B\x1D\e"
  b"\x1F█#ßS·DIù╩R}IWýØ"
  b"'-ÌÓ¥─OììÍlo‗£Hg"
  b"¸Ia\x7F-ÉKcŽÝ´&ÁvF "
  b""Ê$D\x03,Hsµ©]‡S\rÜ…"
  b"aÙ¬‘¿iHNŠ*iɉCþ1"
  b"\x1DBÆëC4‹VM:9¸ZÂ"
  b"Íı¯®RZJü┐ı\x18í¡ïÿ¿"
  b"_\x10^Ó…òEd·ªa§©aIë"
  b"²Ç¾çcµBP”ˆ\x12áwã¬<"
  b"\x10hQìÂM\x1F┤^■═¾\x1A°;"
  b"2§nº\x06\x1CJvÉ\x15┼+ßÎÏI"
  b"Ùíü\x11¿░B©öò\x03À½\x11├&"
  b"„Ñ\x02¤<—D:ª,]\x08Óõ¢K"
  b"îÊ_ì\f8G^╝¼■H\x0F£ò\x19"
  b"÷Kûp1ÛAÛ«õ;Ó’À\x1F3"
  b"""
    ÷\n
    Gƒ³ßJðˆ†e$\x10£®™
    """
  b"Ú\r\x03)©¡B¶¸!Ѱ\eWÏè"
  b"»<u„DeMЯB\x01\x03Y#¿Â"
  b"¹─ì{)ı@§ú<íÕ╣\x15ìã"
  b"ÝÞXzS\x14DØáØP\x00\t.í╗"
  b"l[\x00¿Ï\fAõŽÍwA•âD¨"
  b"Yl\x16E®³\x07ÿïˆ<èì"
  b"`X)ü^ÌEHù║d\e\x05\f"
  b"""
    ²\n
    N╔\n
    <M·æ▄┐\tü╦sÆ
    """
  b"\e\x07pŠ¿TNeŠ5E¦‘ªè "
  b"Ø┘8\x7FpdEìÄ3mÍìA'D"
  b"å*2¾3!B˽çÚSX\x7Fœ+"
  b"Û¯¬µä┴JìÆö\x11S¥Ëô'"
  b"m›„ÆÅ\M\x7Fªz—ÉÎéʉ"
  b"""
    QŠ\\n
    +ÒINƒáPú\t‰‰½
    """
  b"""
    äU\x17HÎEJµØ[È┼\n
    ╝░ú
    """
  b"àEÎ)…ãIŸ«fÃä>fˆ–"
  b"6U¯d¸<Aª´\x07¶C\x1Eãrñ"
  b"ª•RÝÿ\x1DN“’\x1AK¢µ¼\x111"
  b"""
    ^))\n
     ôJ7‰\x0Fà\eŸÍ©á
    """
  b"æ\x12ïï'†@:¾0m– ÚÜ>"
  b"Ùv$ÍÍ©EÿšÈ^\x17­ìvÆ"
  b"üî9Q░3N¦¡vÌk4\x0E\x12¡"
  b"■6êY\x1CñLyÅAhW<┬:E"
  b"AsƇ²|Hy—ò5ßöKÿ""
  b"ù¦öîéXJ}½*ùX8%•Œ"
  b"I╩²┘VÉM┌╝\x7F▒rÂ*óu"
  b"üÜ7èûªKô¨Òåùr8Íà"
  b"Çá­gÖ¢K\•\x06úJƒ\eÜÉ"
  b"åîn¤ž•Nº Ðqˆxˆ6û"
  b"\x10É;bͯC»¢|W╔ýd\x084"
  b"TsPÜÅ\OZÁ\x0FBÛÉk²â"
  b"‚&CÍ_qD-¤—"ÀÉ×Å$"
  b"""
    \x1Dvg–*¸D®³\n
    a\x19©\x14\x11d
    """
  b"lÏ>■╝lJÓÅFì\x1Ft┌T\x1D"
  b"‘Çu\n\x00L-­ê&veÃwÓ"
  b"q0Dÿ½Ò@0·\x02\x01P¤;6s"
  b"""
    Èæ¦Z)Ç@Ã¥÷YJÛ\x1E\n
    ²
    """
  b"\x1Ex\x1FwOQKïîÙMɺ\x11î\r"
  b"µÆÃÍšéFu¦nħŒ¹:ã"
  b"0n5gû«C\x06‘>äqº “R"
  b"\x024¢Z¤pBùŒÕÊí>r=)"
  b"ý¹ÀU9*F\x06šÙeÍt\x03`n"
  b"­EÜ\fMÇGݨ\x1D\x07 çþÅc"
  b"iø–ø=ÎO\x1F¿,\x00) žæ_"
  b"\x03 \x0E┌)ÒO¯ÉP<!/^▓\x00"
  b"»wQˆRÛB>œJõcyrçä"
  b"{\t\x11ýŒAI䘼óxªD@O"
  b"aj\x1AËæ=HЯI2]ŠNšâ"
  b"^ã¾ÞÓãBräQõü\x11nþ┌"
  b"t§àÑÈÿDÏž\x08$é[„ É"
  b"µ'9ì2¸JŸ³‘\x13\v1YÄ?"
  b"c¹þeרO‹ŽÙÀÔ\x15\x03"
  b"\x19{\x16›RwE‡´LGÂu\x05ù\x05"
  b"┐&\rz¶_HF╣`ìÉ\x1Eg¾╣"
  b"û&ÇÑú™C5·¥æÅµ‚Žª"
  b"ؤÆ^-\x14J›ºv¶wïp?»"
  b"˜7ye»¥H¸”J‘á/Äy€"
  b"mà2£¼·Dj‚\x152;IÏ1¼"
  b"[!)¤œaLеnpú½f0Q"
  b"fu\x025¸†Jo¯dÜŒNúÌ<"
  b"\x1EûÌÃÃãG]ü║Õ\x00¯?*/"
  b"OgÂ\x1A\r…F­‘š%!¾ÆÑç"
  b"÷2>²ò~Fá¦ÓŽ3¹Ó\x17÷"
  b"ö¢ë¹­²C²±@Ž«,\x0F©E"
  b"Ç›7TuFGâ·mv7ƒœf¬"
  b"o\x03@]\x17†Eޏ£yc¶Óâ8"
  b"±Pa\x076<C"£\x10üfIsTõ"
  b"║~Q_‗ØA└▓Fß\x02NR╣³"
  b"a?Èÿ%´D²«5\x16…Õ½\eÝ"
  b"K\x03ã\eCœN[ªŽFÔ?\x18ÚA"
  b"""
    .tNÆ}·L\x16░ü\n
    ƒ\x05h,.
    """
  b"r´ ùžžN¾¹\x11s–¶\x06¡H"
  b"┬╚»·ßÆ@kìË\x1A\x08´T┌F"
  b"\tRàC¤§Ijå¬xì¸cJ<"
  b"q\x13\x00ŸÌ M/¥Ú-]¦`g9"
  b"3Ë=…B¼OHŠÄÒ)\tÞ©Á"
  b"–U€Q+•C3²+bŸ\x08'\x0FT"
  b"Þ\x00¢aêÏ@bÑ"5Óø\x11ü¤"
  b"\x1FËÌExÂG"ü¶f|þ│\x0F0"
  b"–:ÒóHŸBÂ–ð‰«´Ÿoæ"
  b"xÌú\x18\x195L\x18ˆ^\x1E¿åÒÕø"
  b"═&ã\x16¡\x19KvÉ4!└u\x1D:\n"
  b"G┘§¡à╬EØ║\x1F]''ù Ô"
  b")”%lO\x0E@¡„­g£¡&â"
  b"3çµ{+°Lݲ™\x17v›^\f,"
  b"èK(=23E´¦\x1Fĉ\x16\x1D\x02Ž"
  b"ïÕ«S\x1CbAwÅç■7¼ Mö"
  b"¯³lŸâcNˆœ©ÏB\x07BLh"
  b"ãík\x02ï\v@"¢]Eb\x10P^â"
  b"Ÿ\x025oLðEq‘å¯üšiÛã"
  b"]óe¬Ë$F\x10°Ïk&ÖØq·"
  b"þt\x05ò0tBL¯åøÝuhžG"
  b"\x05‰/›w¨I/†\x19,\x11™»šî"
  b"C´»=Ñ\x05AôŽ´\x14¶uñÈÖ"
  b"´._þ\x0F┘I°îØ┬÷ú└\x02\x03"
  b"\x1Dû--äSL~Ÿý"­»;;\x04"
  b"2‹Ö±Ÿ`D¨¿s¢Kcê—Ú"
  b"æ\t@Fé~C\x14œ5®…{b\x03É"
  b"""
    G„1ª\x02òE‹ŽŸ"A\n
    ̲Ž
    """
  b"–ŒCýjZ@„«2Â\x7FÊóŸY"
  b"J¼›¡7ïFt´GuøzÞ^\x04"
  b">DõdäeBÒªeJ˜1Íý´"
  b"""
    \rTtóØvEU°éJ©\n
    …ÀÒ
    """
  b"Ã\x17\x16RM»N‡³ }ªH÷\x15§"
  b"Š^\x15JÿûOÒ²ð\tz‘37o"
  b"‰«\e^¤šK0­¿\v|º ‚3"
  b"¯6\x06À¾\x14I╔ùß}0Åù$¦"
  b"èUO8¦ôNh“]ö7™ù>]"
  b"6T\x06¢ŸšA\x1E½!Œ¹ÆÎyÂ"
  b"d0[ëß«IÝ—\x04ˆÌñãö¾"
  b"3‡\x12ƒt~B` ‹$y~UÙA"
  b"""
    \n
    9\x1E{@ ‰/78;¼Ïú
    """
  b"ÜôÉZk\x03K`‡€}zåð\x104"
  b"‚€²|¤9M>§ÿ"¤‚΄6"
  b"‡Mº'½°L¯¨µNÓîænŽ"
  b"ŽYZù½êF(ŠóLë™æ½\x12"
  b"0\x07Gûz Dr”§’7!OK…"
  b"¤£\x19Ø\x19ßJ]ƒÏ[Zø`5ý"
  b"«º\¾Ç\x18C4‚–Ze€õuU"
  b"\x1C\x07M\x11\x12*A┴ì9àäÂR╚Ü"
  b"þ¥(®Û—DÒ½|º\x18mH\x16v"
  b"†gÑ{\tæA=¿\v¼ÛÒj,š"
  b"޵´÷C"M€¿º$‡‰\x11Ò "
  b"ªÒX굪DV·ñ=\tÁ«üŽ"
  b"éœx¯]çHö™KX·Ç\r“Ì"
  b"\x19,ÿ¦ð@\x1Eƒ\x14ý░\x10üá┬"
  b"Ð)ý\x1C›KJ`’e\x0EͼK#$"
  b"!ÕùNI§MƒˆÓ+ä\f¡9_"
  b"“~ÄœîSL­¸}ª\x05ˆ½ÑÄ"
  b"F\x1E\x13^ôXF›·âL;Ža£ó"
  b"…8Ñ•`íAQ»°Í\x0F\v))&"
  b"`^Yu{\eHÞŽ/\x15GjXGÀ"
  b"@Å3\x12vXFÉ¡ÝV\x10f\x0E’C"
  b"E\x01Á÷└»C\x02ê<ä\x00ɾË×"
  b"k\x07Ô_ƒ\x08H\x03•’¢±ø?B\x06"
  b"§ÊØI÷\x02OÉñ7;ù\v\e"
  b"ww\x04öämAÎ…Š»¾‹§î@"
  b"%âww>╬A,ÉLÒÌ┐|¬S"
  b"iÞú<¤ÒG­¤\x19âé*=£²"
  b"PqSãu\x15@ÿ¹>¤}\x7FÓ'‹"
  b"ªlŒCaBH\x1D\x1E;y\x11ël‘"
  b"K;\x0E÷Ç™CÙˆfbÈ“Ûåö"
  b"§ÐòxbÈMu«A™ð±u\x06ª"
  b",ýϪäœHŽ„Ó\x12t¯x—;"
  b"½Û:Z\x05ÙO\x08·”H†z#²º"
  b"#­sE\x18dMS‰1\x005‚Ñ\x01/"
  b"«Ûã<#xEÿ│Éè¥ÌóÚ§"
  b"\r?Ű\\A\x06í?ae+RiF"
  b"lÁ—­O8A[ƒ(*Ìe\x08"
  b"""
    \x1C{(ì\n
    ÉDa‘½i¡Èêò5
    """
  b"Aá£ó¤║H\x11ìæOðßc░\x19"
  b"Ï\x05ÚÛïÿIø“Ö–kWì.¿"
  b"ÛòJºÅFO#âB`\x15JhCà"
  b"3\ru(†\x05Cëµ\x10µJ–Ñ^Û"
  b"""
    \e\x05\x06€‚\n
    D\x05†¸’\x1F\x1Eéj
    """
  b"kÛºt|êCÉêÙÅì¼xîê"
  b"/[G›À,N±²ÿ·x\x10A(."
  b"ªŸPq{=B|ƒšn¸Ûñµ±"
  b"ÙªÅ-£óA0ÄÕ{ª\tz)9"
  b"öÜ\x11ÃtÇL\x04•@¬\x01ï7\x15ó"
  b""ü~3,PLН(\x00\x1FöÆ"
  b"2\v<núVB@“náôÏЧZ"
  b"3©Ò¬ÆyJ\x13¢VÙ)X†ß‰"
  b"G%\x08ìI¸D\x07©\x0F_»}}èÞ"
  b"""
    D\n
    46║\x07Dìî╔á\]v*¸
    """
  b"G\x0F¼°ôaLÒù┌ÝØ\x01È┐%"
  b"µ»qN²ËFEŽ—\x15ë݇àV"
  b"({ßâ¡ÒAà¯\x1F6\x02ŸÖ$–"
  b"ýóTèx{Lr³\x15\tæå"
  b"Aáƒt2\x19Cp¼Ð\x15öW¤\x1F±"
  b"¦Ñ€8güD Ÿë["Æ´Ïa"
  b"\x07\x12Å©uáMº®ñ²ºmƒ]ö"
  b";│Á{¥<J\x14¡\x1AÂ.ü╦°\r"
  b"¯ù›\f ¬F®­ñ­ª±E\x02x"
  b"ý│ÏÍ\x7F=MßÉ▀áñOåAY"
  b"\x7F\fé=~\x1CDu’8×+¹E\v\x1C"
  b"ùÜ”4`‰Cg¾.¿ƒÖâ\x14#"
  b"w\x12WËð¦C½œ\x06ïi[‹¥%"
  b"zÕn\x13׳D颳ÌHË\x00"
  b"ŠˆÆ/‡¤D,°\x19Ê™w$÷3"
  b"Ñ\rLDÿòO Ÿ'‡~&%Æ€"
  b"\x19À\x1Dhƒ£GW¬£0f7]pM"
  b"04B\x02\x1C·HÅí}Y╦b░\x13X"
  b";¢½eT\x08G\x01¹ê¾ó¹.sã"
  b"\x14ñÌúZ\fM┘êµ¢>-ìOî"
  b"Ô®M╚û8FÅØdÁÄ┐cx\x01"
  b"æ\x15Éì ®I¹íR!\x03Û▀┌­"
  b"Ë4╠\x10\x05ÜH░ÿÉáÏ^\x03"
  b"‗9ı\x04Ö+DÂú+¡ıÅòX>"
  b"K¤Nÿ╚ÍDç▒Èç9║Ø«a"
  b"¾\rÀãê+F\x01²è\x1D\x03\x05(TD"
  b"ÖèR\x16“nGš¬!™g÷ŽÊ*"
  b"§±B¤\x7F{Iq—.\x14]\x1A<Qy"
  b"?;ÿ÷âÉDöÉ!\x1FO\x02>pƒ"
  b"Òì¦6╝¡AqÁÅH▀dæOw"
  b"\x14\x14ÖÕEn›\r„Þ«o~]"
  b"ÂlnfBlOoˆÈl͆µ\x03"
  b"7z®ÐÝüLðí░Wi-¡tó"
  b"SD‚is\x00OÄ¥yþt\x08Ó>ä"
  b"Ó\x14ô\t\x07KN!ƒo\x19\x14ðå¢U"
  b"k/…e.„KÖ ‚ˆ‘IÈÞ˜"
  b"F1ò┌sbJmüǧDº6+Ð"
  b"Ø\x01^╠w\x19D|ò9\x0F▀!÷¥Ë"
  b"³\x14¥¿%\x16M\x17“}\x05 “e‘""
  b"©ÛÅgTgCsñ\x17N½‗ÑG\x15"
  b"""
    •íðÙÃúOÿ°Â\r\x16\n
    Ý&f
    """
  b":íä]‚qF2£–_å;æði"
  b")n+ÝkµHغ@¦ó¢\t¨\x11"
  b")‘\x1FÅ®-B\x05Œ\t¢ö\x13»Ä\v"
  b"ûÝ\x17ÔçÎE±¼(>_b‘–ú"
  b"ðH^Ò5òN}›{ÈÜqÿn\x03"
  b"\tFNE\x147F\t… Y(™Š\x12g"
  b"ùÜu\x1D\x06A½µ'Âò¯þ/8"
  b"\x11A┬c\x10\x16HBÂ3åÔ│üê╝"
  b"áZ\x01vØÜDyƒ¸w=\x7F\x19’A"
  b"ÖX†¾×ME>”e\x06\x16’ŽWâ"
  b"Aá3ü¶tE_Á\e\x11Äf)/q"
  b"æa\x16™ñ\x01Eo‡p]4mnªg"
  b"¾£#”&ÃF+›H»ZÃ’ƒ:"
  b"▓Å1╩î┌KÊ×4¬\x0767\x1A"
  b"┴¹C\x00á_Afì"±Aìñ\x1Dı"
  b"\x19ü\x1A#\x06ŠD‡šÀVÁ/”£$"
  b"\es±áCĵ °Õ!˜ß…"
  b"g\x14l{aÅGô«\x14<\x1C\x0E\x1E"
  b"¨\x06ıè-ØA╣¥Wt,]½s-"
  b"¸!XÉð°Kg¿£█¬▓Yþ╠"
  b"{/T—±\x1DA‰­àH&)ËÔ—"
  b"¾┼hT\╗K}│q╗▄¨‗?Ø"
  b"""
     „\n
    ÚŒ\x07H\x19”¦d+¥{}\x19
    """
  b"Ú\x13{"ƒ&G=¬ê{-Ò\x19|\x04"
  b"""
    ëˬG©äB:¾Øê".œ\n
    Z
    """
  b"\x18\x05%¬ÝI‚º\x7F>Œ`hòq"
  b"¬8ÐÍa…Kâ—KÂÖ\x0E±„\x1A"
  b"~\x14L\x7F¬XL7°«ÆüKÍ=\x05"
  b"A<T\vý©IÓ®Êù\rw\f%%"
  b"1ipÅÀÀIò¬žŒÀË*²þ"
  b"-\x15ÊÌâ*Bî™\x1EÄ\x05„h&è"
  b"ı;ÞñodN0▒5£¿hü\x0Ed"
  b"RËi\x04ðmF޳{xbõ³ò\x17"
  b"OsA%TÃL‰–ׇ„\x02ÆÒh"
  b"4c<\x17›>IlŽƒ\f!+–ó2"
  b"Ð`–Œ (Nî¬\x19ßßGÅ\rH"
  b"""
    ¬=‘8VºA\rŸ÷\n
    \x07Ôh‡
    """
  b"""
    ÏÊè®V\x15JåÅ-Q>\v\n
    ®
    """
  b"L\x1CÅ\x03\x05tD|™"r[Ügj–"
  b"""
    ßåÚõé F¶º\n
    Áh_ßÉi
    """
  b"þ\x1CðÈ┘ÂI!Å\r{¬2┌PR"
  b"\x1D\x08ÕTrG'¤\x0Fħü~˜]"
  b"nĬ¼ôÕF'Çp`É\x14«\e\x08"
  b"e”\x1A¥\x10XG/Š”A\f}·»1"
  b"X—ù\x17\x13\x13NÔ¥-™ã@æwi"
  b"!\¦Y›ÁKûšqÏC4×#Ñ"
  b"÷¨2Cä;OÀ¿â9¸-\fì¿"
  b"ï\x04ýPy±C0º\x017úäÉ\x1Fp"
  b"î\x03‡ö„ØLà¬\x08&Ç]Àõ½"
  b"<\x10\ruèlEy¡Åß\x11 oÞÞ"
  b"½n¥\x16¨\eJm‘š}i#ܶu"
  b"uÉx┼ÀQM^┐à½Âª┼.À"
  b"""
    a!ЧÎ\x0EEh±\n
    ðSyÖdG
    """
  b"u!\x00‡8±CBœõ¥ù\x19ŽTR"
  b"\x17ú¶\x06N\x06°\x01\x17ã"š´¯"
  b"ð`òìZ^Mý║%Xú.\x0F"
  b"ØDtJ ¼E­Ø¤\x02H´ ╣s"
  b"pJ#zÎàHx‘Šó÷²´õ*"
  b"¯CîXÏ┼E╝ÅñB┘³┌ì¾"
  b"\ÞSM:\x16C\v˜ÇroDà\x08ñ"
  b"’á\x1C[,ZFO‹ÛáQœ\x1F"
  b"ÏÒ\x7F\x00I╔¥¡aìó\x12"
  b"6Ñ¢©‹ANô³ëRd\x03Œ·Û"
  b"wPn[ƒHOf‚¾\x186¼]ñ¨"
  b"j¨þðg\x17KêÅ▄JAP{òR"
  b"_«^§\eKO(Œ\x07\x02Ë}\x7F"
  b"\eÞæÏáQ@¡˜µÕyO$Rÿ"
  b"=ù)Ø'ÄH¡ ;Æ¢N÷“?"
  b"ßÎ\x0EvÅîE®¢\x04jëBKÅ«"
  b";H\x7FŸDGN0®\x07Ó©B*Öt"
  b"g\x06s~\HJ\e¯Í1ʶ@8Ã"
  b"˜‚\x1Fˆ÷ÈCd·e¸(uÜÊÎ"
  b";╗\f^PÞ@▀Øó-tì▓5\x02"
  b"e;rç™z@@†¥Ht\x1F\x16Ùè"
  b"bÿ÷Ýô=B=•½sȶ6‹<"
  b".Õ?6ÀDOG¼4ˆÊç\x11\x1Ep"
  b"┬>┤o╣;JFÉ>oÅ<\tE?"
  b"ïØÓ;\x10¼G\x00ü p \n═-\x06"
  b"\x7F\t\x19ï OÓ¾;Q=æq‚ø"
  b"e\x04Bãd\x13D–¤\x1Aè\x1DÒùTS"
  b"V\x03¹%┘³FfÿlM?ZßÉD"
  b"rï3\x04¢ÅFY¥+i╗7%I\x1C"
  b"IjæÂÃÝF°š!®_â%ß`"
  b"┬|ÓÉ]SK\x0FÁü¢±¨\x07`A"
  b"N\e•З¤Eï­?S1"ÔÒõ"
  b"å„3\x1C\x07ÀA¨ž/~…w/\x01Ë"
  b"ú}"ã—šEØ¿#£ìôw»î"
  b"óúÜ™É\x15HñŸ”ìMáÊÓÕ"
  b"bÛ┌█Ä\x01F└ìº▄║ã<L#"
  b"ƒÐ ÈŒ®GW´\x11D=S09´"
  b"\x1A‰Æ(ØÃH\…¤H½fÝ1r"
  b"\x1A’ÔUKežµ[k\x13ašÜ"
  b"¤ó‘‹ƒ0F/·\x0F˜\x7F*=Ì5"
  b"Oùª ˜3J8…iƒÇ›%õ\x19"
  b"Ñ\x13\x01÷L_ï8©ï\x12#ZÅ"
  b"ì{9yX█B▒╝ë\x0E:ü9À "
  b"9¦_î\x08øIÁˆä\x1Cʇ†ÃÚ"
  b"Ki‰îqIBÌ“f\x110ê2Œð"
  b"&3S\x04üœG.ŸÅ‡?„)Ô½"
  b"Ô\x1F¾\x08T╩Fìö▓▓aL\v"
  b"Z.õH˜œD\x15½ûø„™ÔRã"
  b"ìph┴g\x7FFt»ÒBf É§&"
  b"¤µ\x06w±ÈCi¨\x06'ìj\x00_\x10"
  b"ÕX½)\x06¬G¾ˆtx\v1b8\x1E"
  b"[Eî£\x13ÙJŸƒiM¯\x168\x01Ú"
  b"@¹à\e'É@ñ´N³§bë\x02v"
  b"Ùæ”‘eÕO¼µ@S^£\x07¡\n"
  b"\x12:\x7Fݺ╬H‗á¾6?¸\x06"
  b"ú”nA€QOq‹¿êÙ\tÝQ­"
  b"■ÇnÌW9Loâ@&[\x07ÅOD"
  b"ÊL!█fÔDÉ®▓K¼\x0E©Oè"
  b"ÏQéì\x0F\x08JVåh¸!¼à£æ"
  b"+ã8_ÐYAx·?\x01ЛÓ`æ"
  b"”Æ{\x00©ƒE¨˜)g§¦\x1E¬°"
  b"N†\x0EÏŒ§B3±X+Ž\x08\x06"
  b"µ*/¹_ÓL¡·w‹,\r˜— "
  b"²\x07E©˜TJV¡ãa{\x17Ó\x12\t"
  b"gPž±ÚØDiµW®ÕåK+\x14"
  b"’=é^\n–IÑŒ\x00‰5è§²\x14"
  b"\x0E NeFë†uK \x1C®\t\x02"
  b"ÏS•J\x1D"BY‘«sa\x14\x01DW"
  b"\x060jêÞ›NQ˜vì¾lQ\x01"
  b">\x05"\x18ÇKAf‡pü¼E±|O"
  b"├ØI║\x7FqC«£N¿ìߣ:Z"
  b"l‰‹÷èèE1’9'm²|Ø1"
  b"BIJðâ6D\e¦<ø­þzzm"
  b",êc\x01ý\x01Gñ€\tqÄ:,1¡"
  b"ýÙc\x02Ï'Oöµ\t\x14\x1Aµ|#ò"
  b"""
    µb{\n
    r¥Hk•(«À½_å\n
    """
  b"\vPúŠÅ%G²žj×Ïf&Ît"
  b"5·ô… \x05OŸ­´è4>`ý‘"
  b"┴¼ì├ÞxDB▒\x100╬#@ío"
  b"+kðÅ═ÙMììi@Êæ[Ï┼"
  b"%0ÛSfˆB\x03·Šés%5Zï"
  b"HkÖñ\x12“NMžJ~‘çÝ^\x08"
  b"r\x06\x05\vÌÕ@!©¸%\x17oÇ®»"
  b"""
    9W¶WîÜE\n
    ƒ[–G¦=cï
    """
  b"õaCz5ÝJh£öÉ9¹ùK\t"
  b"║<k5▄\x03D\x1DÉYBaaì´Ä"
  b"O.FuÐjBЈH\x02\x18\x04ñ­Ÿ"
  b"í\x01\x12\x08\x19ØDõø­_Õ╦Ìp\x10"
  b"\x15Uú)Ö\x10CÅø3ƒ\x19Ã[iÿ"
  b"2\eBS€xK\x08žÄƒ£Ç\x05¦f"
  b"`P¬½sÑK±øÛÉ└<ªeó"
  b"\x0E¬\x15ÌbYE®ŽÞüguÞEH"
  b"«\x15\x17s'E\x08▒4xƒ\x03\x1D"
  b"ð,iËå2J·ú$&─)ì¸"
  b"ê\x14˜Ñ¨\x1AG¿»Ïç¡\x13tÒw"
  b"\x03\x01€ú*†F“¬¤>£L\x16\x1DÛ"
]
80 1.40 ms
# product-listing::property-filter::read
SELECT `property_group_option`.`id` as `property_group_option.id`, `property_group_option`.`property_group_id` as `property_group_option.groupId`, `property_group_option`.`color_hex_code` as `property_group_option.colorHexCode`, `property_group_option`.`media_id` as `property_group_option.mediaId`, `property_group_option`.`created_at` as `property_group_option.createdAt`, `property_group_option`.`updated_at` as `property_group_option.updatedAt`, `property_group_option.group`.`id` as `property_group_option.group.id`, `property_group_option.group`.`display_type` as `property_group_option.group.displayType`, `property_group_option.group`.`sorting_type` as `property_group_option.group.sortingType`, `property_group_option.group`.`filterable` as `property_group_option.group.filterable`, `property_group_option.group`.`visible_on_product_detail_page` as `property_group_option.group.visibleOnProductDetailPage`, `property_group_option.group`.`created_at` as `property_group_option.group.createdAt`, `property_group_option.group`.`updated_at` as `property_group_option.group.updatedAt`, `property_group_option.group.translation.name`, `property_group_option.group.translation.name` as `property_group_option.group.name`, `property_group_option.group.translation.description`, `property_group_option.group.translation.description` as `property_group_option.group.description`, `property_group_option.group.translation.position`, `property_group_option.group.translation.position` as `property_group_option.group.position`, `property_group_option.group.translation.customFields`, `property_group_option.group.translation.customFields` as `property_group_option.group.customFields`, `property_group_option.media`.`id` as `property_group_option.media.id`, `property_group_option.media`.`user_id` as `property_group_option.media.userId`, `property_group_option.media`.`media_folder_id` as `property_group_option.media.mediaFolderId`, `property_group_option.media`.`mime_type` as `property_group_option.media.mimeType`, `property_group_option.media`.`file_extension` as `property_group_option.media.fileExtension`, `property_group_option.media`.`uploaded_at` as `property_group_option.media.uploadedAt`, `property_group_option.media`.`file_name` as `property_group_option.media.fileName`, `property_group_option.media`.`file_size` as `property_group_option.media.fileSize`, `property_group_option.media`.`media_type` as `property_group_option.media.mediaTypeRaw`, `property_group_option.media`.`meta_data` as `property_group_option.media.metaData`, `property_group_option.media`.`config` as `property_group_option.media.config`, `property_group_option.media`.`path` as `property_group_option.media.path`, `property_group_option.media`.`private` as `property_group_option.media.private`, `property_group_option.media`.`thumbnails_ro` as `property_group_option.media.thumbnailsRo`, `property_group_option.media`.`created_at` as `property_group_option.media.createdAt`, `property_group_option.media`.`updated_at` as `property_group_option.media.updatedAt`, `property_group_option.media.translation.title`, `property_group_option.media.translation.title` as `property_group_option.media.title`, `property_group_option.media.translation.alt`, `property_group_option.media.translation.alt` as `property_group_option.media.alt`, `property_group_option.media.translation.customFields`, `property_group_option.media.translation.customFields` as `property_group_option.media.customFields`, `property_group_option.translation.name`, `property_group_option.translation.name` as `property_group_option.name`, `property_group_option.translation.position`, `property_group_option.translation.position` as `property_group_option.position`, `property_group_option.translation.customFields`, `property_group_option.translation.customFields` as `property_group_option.customFields` FROM `property_group_option` LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option`.`property_group_id` = `property_group_option.group`.`id` LEFT JOIN `media` `property_group_option.media` ON `property_group_option`.`media_id` = `property_group_option.media`.`id` LEFT JOIN (SELECT `property_group_option.translation`.`property_group_option_id`, `property_group_option.translation`.`name` as `property_group_option.translation.name`, `property_group_option.translation`.`position` as `property_group_option.translation.position`, `property_group_option.translation`.`custom_fields` as `property_group_option.translation.customFields` FROM `property_group_option_translation` `property_group_option.translation` WHERE `property_group_option.translation`.`language_id` = ?) `property_group_option.property_group_option_translation` ON `property_group_option.property_group_option_translation`.`property_group_option_id` = `property_group_option`.`id` LEFT JOIN (SELECT `property_group_option.group.translation`.`property_group_id`, `property_group_option.group.translation`.`name` as `property_group_option.group.translation.name`, `property_group_option.group.translation`.`description` as `property_group_option.group.translation.description`, `property_group_option.group.translation`.`position` as `property_group_option.group.translation.position`, `property_group_option.group.translation`.`custom_fields` as `property_group_option.group.translation.customFields` FROM `property_group_translation` `property_group_option.group.translation` WHERE `property_group_option.group.translation`.`language_id` = ?) `property_group_option.group.property_group_translation` ON `property_group_option.group.property_group_translation`.`property_group_id` = `property_group_option.group`.`id` LEFT JOIN (SELECT `property_group_option.media.translation`.`media_id`, `property_group_option.media.translation`.`alt` as `property_group_option.media.translation.alt`, `property_group_option.media.translation`.`title` as `property_group_option.media.translation.title`, `property_group_option.media.translation`.`custom_fields` as `property_group_option.media.translation.customFields` FROM `media_translation` `property_group_option.media.translation` WHERE `property_group_option.media.translation`.`language_id` = ?) `property_group_option.media.media_translation` ON `property_group_option.media.media_translation`.`media_id` = `property_group_option.media`.`id` WHERE `property_group_option`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x00UÐ+ç\t@#¬\x1EÓ\r\x7F·"
  b"\x08\x00«/æ\x13A¿Šßê%ÅýÑa"
  b"\r┘┐%ô\rCáï8Å┘\x0F\x1D█Ø"
  b"\x0Eö\x18\x00vNO˺٠©B¶!2"
  b"$\x11\e\rÿ\x10GŽ«ç.sv¢ZC"
  b"%0ÛSfˆB\x03·Šés%5Zï"
  b"1\x03AèÏkO╚ÉÚ┤Ü_¯2«"
  b"2|ìJï\eK\x1Fî=)D?┐H³"
  b"5§Î:ØßD#œÏœl|W\Y"
  b"94æ™i\rJæ™÷ëÙx5¾î"
  b"AsƇ²|Hy—ò5ßöKÿ""
  b"HÏ–iñ×Lï¢RŠdºÇ¬9"
  b"M.│Ã^ÅJ▒╣ÊL½ô²)0"
  b"OgÂ\x1A\r…F­‘š%!¾ÆÑç"
  b"RËi\x04ðmF޳{xbõ³ò\x17"
  b"[f@H\x1FÄ@"É\x11]\x16·\Î&"
  b"`Bmq!\x1CKZ‚n×1ËkÞò"
  b"a\x17F\x03<3B†½Û2@·Ñ¬Þ"
  b"iø–ø=ÎO\x1F¿,\x00) žæ_"
  b"uÉx┼ÀQM^┐à½Âª┼.À"
  b"v\x14¼´8^L\všÕ¹ƒuGèÈ"
  b"|_R\x16\x11–MÉ—Gû·Ö9«Ü"
  b"Çj¯É¹█C\x14ñÛ3I¼\x02"
  b"‚ÜB¶@|O«”'\x0E\x11Ë7ðŒ"
  b"ˆV±ŽÄšB·›TÕ”‚K5\x07"
  b"‰Gö\x10\x07ÊIý¸ãéÊc¦•¬"
  b"ï\x08K\x14BêE¤üà(\t\x12úä\n"
  b"˜,ž\x12m`Góû©ê¥3æÕ"
  b"˜é\x1C.¥7JÅ´n½~¶x1Á"
  b"×^â░ê-OvÀ\x02ìxHô/└"
  b"Ÿš¦Ä,NCw“$ôj/Æ\tP"
  b"¡¸àMØ\x02Dv‰F\x104#Ç‹²"
  b"£4½YØ…Dôªd­:=ò+¶"
  b"¥KELf\H5‚NäP\x15\x01"
  b"¬4¸%ʉCf’\t\x10¨C7"
  b"®ð<_Ê=H¦™Êë¯Ä¶\x15²"
  b"°…áßð"Lÿž\x18BÇ|\x7F¦-"
  b"▒~ƒäÛjD╚üã}ý╩)#6"
  b"µ'9ì2¸JŸ³‘\x13\v1YÄ?"
  b"»à}øDLG™…Ä™Iñ¥‚†"
  b"┐&\rz¶_HF╣`ìÉ\x1Eg¾╣"
  b"ÀU²^ryIÙ™«Â°ÎêýÇ"
  b"ÈR’êS^L@€{j„\x08$\x11§"
  b"Ì_F2Ü Bf˜¿Ûj3_’º"
  b"Î\x15”–¶^K•žç\x12N\x0F–æ¤"
  b"ЯyNì³NĈ\e¡¸&–ñ­"
  b"Ò\x14è»»àL\x1A¬‰Ø\x11\x18\x08"
  b"""
    ßåÚõé F¶º\n
    Áh_ßÉi
    """
  b"èK(=23E´¦\x1Fĉ\x16\x1D\x02Ž"
  b"ÞÃ╝Ú\tµF\e£\x03Þ\ì_\x04ï"
  b"é>@,áJIÔŸg•M¦ۙ"
  b"Ùíü\x11¿░B©öò\x03À½\x11├&"
  b"í\x06j<Ñ%Nöƒ'ã\x1AÉÈþë"
  b"‗m■VÚcGðë¦\x06╝(Å ¸"
  b"ö¢ë¹­²C²±@Ž«,\x0F©E"
  b"¸ì┐\eEËB╦ân#½\x141Î└"
  b"ùŒ];¼ Kæ¸\x11\f\x13S›¹%"
  b"■ÇnÌW9Loâ@&[\x07ÅOD"
]
81 4.65 ms
# product-listing::property-filter::search-ids
SELECT `property_group_option`.`id` FROM `property_group_option` LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option`.`property_group_id` = `property_group_option.group`.`id` WHERE ((`property_group_option.group`.`filterable` = ?)) AND (`property_group_option`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)) ORDER BY `property_group_option`.`id` ASC LIMIT 500 OFFSET 500
Parameters:
[
  true
  b"94æ™i\rJæ™÷ëÙx5¾î"
  b"M.│Ã^ÅJ▒╣ÊL½ô²)0"
  b"QÿþòrÆEBù\x18è╠e1\x1Eì"
  b"e½áùÚ¤Cÿ¬¨¨Q~Yûr"
  b"~ÖKOÍ\Jôˆ+PýÑð¸‡"
  b"▒~ƒäÛjD╚üã}ý╩)#6"
  b"$\x11\e\rÿ\x10GŽ«ç.sv¢ZC"
  b"╩U\x01Õ░ÓO╚Øq8\x06`\x07\x13w"
  b"ݲ¶êÓ‹N<†yè\x1CCÕcß"
  b"Þw,\x05õqJÙ·f÷{,ÿ›\x16"
  b"""
    \n
    ß3¿\x11ºG$¯È\x0F\x17\x04
    """
  b"]#ÑÝXÞC²É░Ë«\x07W‗ß"
  b"¯»¢Wº\x14D©·w\r!ëò¾Ê"
  b"\x0Eö\x18\x00vNO˺٠©B¶!2"
  b"‰nÁ8\x0FWN‹¡†|Ô+b\x08\x1C"
  b"[f@H\x1FÄ@"É\x11]\x16·\Î&"
  b"É;Eh7³A└┤H ×¦UKÍ"
  b"\x1F{~>CvJ\x11’d\r”uÿ–7"
  b"›‡Ë¬î\x04Gç¶KU`–ïz\x10"
  b"Ì_F2Ü Bf˜¿Ûj3_’º"
  b"·ƒd¿ÁÎNÛ‡\x12lé¶òíP"
  b"""
    ™tt‚\n
    ÒIv²\x19ý¬ž+DÊ
    """
  b"£Zøá╬uNüöÚ§^åaßo"
  b"\x10.EJæ║B)®\ròì\x13®6Z"
  b"±\x0E\x10ŒŽŒE×­»í\x1A^F†Ù"
  b"\x10N›ä\x16ýM¦¨Ñ·[gÚ«\x03"
  b"- ÞÃýÐKKš¡ôöŠy"Ë"
  b"«G¢PÖ FŸ³îxÍf»L\x13"
  b"▀═J¡r\x11N═èÆéøÉ\x17"
  b"…Õ?õî^@c¼´\x01\x10‚Ÿ\x0EG"
  b"ï\x08K\x14BêE¤üà(\t\x12úä\n"
  b" ÇAp®C@M öŽß1Txh"
  b"S\tÑ\x12ÇÊC— Úà7rÒPã"
  b"ÊÙ™“ä¢B@¯<´dñZq‹"
  b"+fºôN¤N\x17„xÝ\x07§“†Û"
  b"¢ßóéØ\x1EC×—žÜ—\v\x12\x07®"
  b"""
    \x10ìœ4eIHǼm³!\n
    \x0E†ó
    """
  b"Au\x0Fü╚\x08A#¥\x13¯O;p¶╦"
  b"˜,ž\x12m`Góû©ê¥3æÕ"
  b"5§Î:ØßD#œÏœl|W\Y"
  b"""
    ¡\x1FýÐH\x05Hú«^ \n
    üVÚŠ
    """
  b"!/~lÑïK”„\x10އÿž¹ "
  b"\x00k¹ÅL├@xö0KV\x15à\x02Þ"
  b"\x06‘g±bÍB$¬Nk«¶ßK®"
  b"\x02½6#+\rBæ©Yßy \x1Cݳ"
  b"áÔCØ\x02jI0âNBé1þí╝"
  b"¯]biš$O•¶·˜bi—\x18½"
  b";?‘€±q@ô©Bë3át‹o"
  b"X{­¸ùˆM¯Ž@\x1FF·¸%µ"
  b"╬ÈG#┴7ISë`Ø3╬ö3¾"
  b"æ?\x0FÅ\x00▓E%¢wÆM\x1E\x7F½~"
  b"Ò×Ä\x00\x1AÇK\x10\x1E½5h#Ïü"
  b"µC_QÙwA\x03¼\x13+h1®CÛ"
  b"½ºt½`\x1DBฒ[Çö™\\x7F"
  b"■H7=\x07µO¡éÅä¤ä:\x0FF"
  b".qãˆ]aH~Œ¬:’]Œ=À"
  b"2|ìJï\eK\x1Fî=)D?┐H³"
  b"<|æÉ\x10¹E˜ UšÀšc\e¸"
  b"Ý•ÑÒàÉH§‰´Z\x7F\f_\x07Q"
  b"\x08^AQØÑG¯·\x00\n’ÅÁÕŒ"
  b"q6\WßÔK”‡Ÿ\x17­BÖb·"
  b"½\x0Ft©ôrAB“Ü\x19’ýë\x01¯"
  b"y‘hªôb@õ š\x18\x16¿7*"
  b"à)f6§DBGšE<ï8–F."
  b"│}ÔüGÓL\x1D½Íí█J;Á7"
  b"Š 2"$ÖK\x1D¬Ìl}\x14žé&"
  b"ZåpbQHF.ƒB.VKäÁß"
  b"Bü‚\x11ß%B™«TðΟEÉP"
  b"é>@,áJIÔŸg•M¦ۙ"
  b"dàƒEŽ”F¹­;&O[xÚm"
  b"\x07$\x08ü–RI)¦¦8WF\x1E\x1FÑ"
  b"Í\x02»¢ckAN¹T.\x114\x11Ãí"
  b"¶T­É_¢Fr¬S¹1¾\x14Óü"
  b"À™½'G®D²”â`\x13Š#žå"
  b"\r┘┐%ô\rCáï8Å┘\x0F\x1D█Ø"
  b"\x0F®ü─´ÓCCÅ-▒~}\vú\r"
  b"¬#8Æþ&C9ƒ\x02ªËFÎÇf"
  b"\x0F”í’„ƒBA‘̵\x14Ë“El"
  b";|xÇ\~A\x0F´¢\x01ºý\x0Fެ"
  b"Ÿš¦Ä,NCw“$ôj/Æ\tP"
  b"█oUü¦┬Ba│ÁÙ®Øø¯É"
  b"w”ÃgÖ\x06FڥΞàêi-¿"
  b"¸ì┐\eEËB╦ân#½\x141Î└"
  b"˜é\x1C.¥7JÅ´n½~¶x1Á"
  b" êØ-ô±K§é#ôtÐ\x00Îd"
  b"Û\x19\f¯ö§J£§(ÌçãýãT"
  b"\x12nŸ°IAŠÚ@ÕX¬Yv"
  b"v\x14¼´8^L\všÕ¹ƒuGèÈ"
  b"Ã~`kŽÑIÉžó…ÚýŽ>ª"
  b"Ðu\x1EQ░oK[¼Ø\x1F?gÑÛG"
  b"Ì\x1EJ6ùZLûÉ`/3┬╦[╝"
  b"ÜÏ\x7FëýoAmÅz4îG]­ý"
  b"└û¨v"åJÀ╝8ó&ü`Ðï"
  b"VFUœ \x00Aj£@C½µÃÐx"
  b"‹‚\x00 ¨+M%¼F›ëM$˹"
  b"1\x03AèÏkO╚ÉÚ┤Ü_¯2«"
  b"œÃ|\x14M„Iv´\tɱ\x00%­Õ"
  b"A6¼³Y\x02I+«éÈ¿F£ö\x06"
  b"‰âýiŒ\x03Hi–ÞY¾5\x10œó"
  b"©c”Šx’@a¿’B—V\x02\x1F\x18"
  b"¾IH!CðA\x1A¼{³\e\x04§—"
  b"w¬2#ÏâIåâ%\rgìÞ<ö"
  b"‰Gö\x10\x07ÊIý¸ãéÊc¦•¬"
  b"·¼\fÔæúC’¬¨?r\x18˜\x1D<"
  b"ÉWC@OÇI/¾4ñ™ÑC¶ï"
  b"|_R\x16\x11–MÉ—Gû·Ö9«Ü"
  b"šà`:'JNÒšŠäÔ‘æi\x07"
  b"a\x17F\x03<3B†½Û2@·Ñ¬Þ"
  b"Þ¡¦Ñ=ÀLFƒ"8À) ˆF"
  b"Å~\fŒÝ#A†µƒ`I"¾¯D"
  b"-ì÷V\x0ENNï¿n╬Ê_╠ó‗"
  b"ЯyNì³NĈ\e¡¸&–ñ­"
  b"""
    \n
    ì X XK\r’B\n
    •G\x1C
    """
  b"¢\n²®ß╚N╣▒'Ø\x00âzÅ;"
  b"wëi\x14ÈÊEy–T\f!_œ1¥"
  b"²╠┌a!(@íí\x154+ü\­C"
  b"ò‘ªå\\x10E\x07Ÿ}n+wFnQ"
  b"µÕ\x03¿Í\x17KûŠàRȧÏà"
  b"E┤]ß╦tFÜ¿G\x14\x03\tØú¦"
  b"6«=­Z\vG¡ºø+ö¢òq>"
  b"\x1Cê\x19#xCž–avó`½¥\x00"
  b"á\x00c­FìAz‡I\x1Fáÿd\x12¡"
  b"YAìlI¡Hø░╦0È\x12h╝Ù"
  b"HÏ–iñ×Lï¢RŠdºÇ¬9"
  b"•sHîŽ\x1EN\fžÅ=3væÝ˜"
  b"™–\x00<o¼GM§J\nŒÿ\nð0"
  b"×J~HI$L©¼‹KÁËë\x10Þ"
  b"+ØÆÿ"\x0EJ\x14‰Ÿ$dÅ1å~"
  b"\x08\x03ô¢9Ló Ä\vŠP˜ßÚ"
  b"L7^‘SªM¢»jïÂãÛ¡#"
  b"ùŒ];¼ Kæ¸\x11\f\x13S›¹%"
  b"Jc«x\x05åBþÉÜ\x0F\x14Ï­pÜ"
  b"¡¸àMØ\x02Dv‰F\x104#Ç‹²"
  b"mÉ)I▀╝H:Ñ0│vrÔ┘└"
  b"¬4¸%ʉCf’\t\x10¨C7"
  b"Ùóî÷32CÊ™§@\x7Fñøö|"
  b"‚ÜB¶@|O«”'\x0E\x11Ë7ðŒ"
  b"Á|┼ìylL╗¼\x1Fó\x00é4▒´"
  b"lôÙeØ┴EpúJ\x08&Zä┼c"
  b"yñì¼Û│@┬╣ÀìO─R]%"
  b"*2¾\x10J-Fõ╣üÇıCµ¥ü"
  b")+c©ô÷A` ^Òé…\š8"
  b"š/Wùw¬Fˆ«8vRÑãC‚"
  b"ðË\x17/â>O瓹ݒ²*ÀS"
  b"¥ªE░;╔K\x05ÿîWMÉt\x01­"
  b"¾l2\x0Fð§O\x05¥8‚ŠCÏ¥?"
  b"Ý|Ì\x03Œ\x16DùƒÛ¨3Œ\x04"
  b"w\x06êÚϧ@s¹MA\x05¾hŸa"
  b"¦XCC=]M\x1F…gºÞ3+a­"
  b"\x1A┘yÔ}GÎÅÅs×t¨¼\x14"
  b"\x19N%F\x06«L…ŽžÃ^7Âê²"
  b"Þ\x00\fÿý\x16FH¾\x040l\x1A\x13"
  b"\epþêSJN÷¼±£}Aê?—"
  b"\x11\x1C9æÏ\x06N¿É░ál\x05xÌ^"
  b"w?ÇDfµG\x10”‘&‹V\x03äw"
  b"m\x07\x1A\f+TI╗åÞ²üiþÒ®"
  b"~=\x10ì«?K{è┬\eR▀╣▀w"
  b"\x19\x07ô\x13ÒKØ€\v\x14‰¥ÚŽ\x04"
  b"ò=ð‘„­Eáºk'\x05Ì\x19{‘"
  b"Zb(w·ÊB9╝â\x1Dªüò/¥"
  b"\x07f\x07\x16âRMf«‘\x13áÇ"
  b"E\x1C…àçÿIm– Òø\£Ïƒ"
  b"ù|N&b~M—‰DNmFú\v]"
  b"#†;É:\x02A¾›_\x7F’è¬PZ"
  b"6fz\x00À\Iu””󆸃®«"
  b"%ú¶î\x1E\x05Dàˆ#"†ã#Z…"
  b"¦Ú±@]pLü—VñûgM&»"
  b"‹QϺ$Hކ\eú…7\f“¾"
  b"╣¹ËÑ*│KtÜPÌ╝a\fúÅ"
  b"oÓóô*(L=¯0Í%¬=ãÎ"
  b"³═úâ±;LYÑÃìÁ/\x00ÏO"
  b"Oõü\x01p~D‹¬õFç0ÝZ•"
  b"+èLWÔØ@ïÄ8Ã\v\v¯:N"
  b"qìvÇÞ¯A\x10ík\x17Xvb\x03K"
  b"»à}øDLG™…Ä™Iñ¥‚†"
  b"Wì³.\x11YC\x07–­ñI?q|6"
  b"W┘Ç]ø6D\x07åJTCü\f"
  b"FáY¯\x1AÛG\r“hg%œ\x01‰;"
  b"µ\x13\x16#D…´ãŸ\x00Ç\x00aB"
  b"Вɶ¹\x19I.¤÷¦-üŒ.&"
  b"Ê@s~'xLJ‡ñµ¦ã\x1DLn"
  b"\x17ÙÓhMUF\vñMì\x17\x1A÷k\x1D"
  b"\x18\x128çElH߸Ô!Ǧí\r"
  b"á\x1Fı═┴7EãÅB\x10┘Å)N+"
  b"\x05ÿò\eHPLç¦j /jøçÿ"
  b"ÈR’êS^L@€{j„\x08$\x11§"
  b"ôiYêQ×Ok“&Xg÷¦ø$"
  b" ôe€Ñp@#™„›À•I÷I"
  b"¦$¦§o\fL¢ºÿ®ß(v\fÞ"
  b"?O+™?ˆBU –]ö¶ì¹Á"
  b"ž¸.æŠ]@¶‘[\x08&¨ñ Í"
  b"NôêùIwN’½dkŠ\x05þ)\x06"
  b"\x156V"Âü@gææðØêÚ▄Z"
  b"\x186.çp\x11J\x08öjÅûG½\e¼"
  b"h<┼WÓÛMIì\x7Fï¶Yá=e"
  b"""
    ŠˆxmÉ9B–¬\n
    \x059\x06Â
    """
  b"<\x1Eg EZOO¥\x0FÁ}‰Ué9"
  b"¸ãaeéãM\x05¹ç…žÐŒd½"
  b"wF®úÆ©KJ”N\x13?мû}"
  b"Þ^/žª!BF´´Ô Iÿtó"
  b"«¦üß╣\x12M\x1DÅ}O═ØÙDÓ"
  b"‡Â\eX¬µH4 q\x06ꑊçE"
  b"P6\x06$2‡K=¼ýÃ+O\f\x1A"
  b"¡ß¾¶\x14§FG‰\x14ÌM Ìñx"
  b"¿+eXù■Lüƒç÷╬÷U╠k"
  b"NrÂçBËL֩ʉ<¬³\x02÷"
  b"\x10O└S\x13D3ø{\x1DÂüu\x06\n"
  b"ùÃo\x11°¯KW äd,\x7FPÝÜ"
  b"8\x17\x05ظC╔ògÙ║î*╩ñ"
  b"VŸüÙ6ŸB±ˆ\x7F:Ô?~\fm"
  b"ëä‘¥¦‡KŸ±#«S Tn›"
  b"""
    ÌÖöµD@Jü„\x1A¡ï\n
    ‚¿×
    """
  b"½\x1Dç\x19³ˆA±·\x066ZWrR/"
  b"\e2hÒ\x12´Dù·\x7F¦~\x10\x0F"
  b"±oÜ\x13Ž™F\x15\x07X]\x14Äby"
  b"\x08\x00«/æ\x13A¿Šßê%ÅýÑa"
  b"0ÁDBÕ┘@ØÜ\x15█╝õE¯╦"
  b"╦#XÓy\x1EN<á\x0EØ]f«\x7Fx"
  b"¨{ŒA¥1BäºCmÔîÑwû"
  b"Ìòd┐\x1AôA\x15ò▓~+FÅîØ"
  b"cÝ`^└<LtüDj~Áa┐│"
  b"Ü»Ù%DíNê‰Æ¢•$fú¤"
  b"\x1E\x01ŸÌ£CH6¥3§¹Ú\x01þR"
  b"új—7ùNGèþuª×u\x03ô"
  b"d@¥µ×\x10N¢ö¿2¼=eì¸"
  b"$ì0úC\x18I£éWT?û┬¤£"
  b"c#Üs¦\x10Mÿ¡êGÕí7"Ÿ"
  b"‗m■VÚcGðë¦\x06╝(Å ¸"
  b"ˆV±ŽÄšB·›TÕ”‚K5\x07"
  b"=ÎMä\x13Î@áÅIÐ\x01ey\rØ"
  b"tÜÑ6═ÅAïèö■òGo1{"
  b"¬­ÁÄ▄ÉGÓÂc\x1DL.\x10│¥"
  b"ı\tðºÉÕA]Ø\x06ı_øÇLÏ"
  b"ºıyo▒1EÍü½'\x1D®\x1A{\x1F"
  b"xYq}Ð\x05A· ¹\x00?s\x07Õà"
  b"±\x7F-Ù´TOš‰åÞ\x19ƒÈ͘"
  b"Á¨[¨Ì$Eä¿ñû˜<Â\x7F,"
  b"""
    ßbI!IéM\n
    \x17«°×ižù
    """
  b"¤»Þô¢YK¿ƒ†Zauajh"
  b"Lc\x00¦ `J‡¢L<rš"7¶"
  b"@M\x0FÊšöDV­þ¿¦Y˜‘k"
  b"(”Š[Ë¡IO¿@£~£H <"
  b"╚░u=Õ\x10AÐì\x04\x03Ñ\f}"
  b"Ì9¿ÃìHNûƒa/;Á‚¤t"
  b"aœ?+bR@Ï©X…€!\x00\x00\x1A"
  b"""
    ì…š\n
    ÝéLÛ¶ÑÐÚJ7\x15:
    """
  b"ØqÑw¤NSœ\x03SU\x176\v®"
  b"p5×߇yB0„Ïf×"\em\x04"
  b"\x06ÛxÕ5LEŒ‚\vLÓyfÔ\x03"
  b"\x10U‗oLý░i'\x05§Øv"
  b"G€ÛšÃ¨H"†Œ\t³S\x08”t"
  b"┬U\tò\x12\t@ÙÅu[\x13\x1E\x18"
  b"Ë%×ô¥\x1AL\x03\x1EÌyC\x12"
  b"¢ª¸‰>UJú‘îôkVó¹z"
  b"$\x7FùÝŽæJݱ2h"D\x1Dçt"
  b"u>Þ+l#E»¯­j>I±\f5"
  b"Q\x0FxØc‘H{…\x04Pñž§™="
  b"""
    +FbiŠ?LÖ†E±\tñ\n
    éh
    """
  b"Ì?Ð_d\x01EË \x06ÜX\x10\x10"
  b"$└Qå®┤L┘ê~ü1Óew\x0F"
  b"$LÔ+ÒÑNT†Yáºÿ\x17ì>"
  b"Üpd¿Ó¾IáâÂ╦¦\x10_\x0EÉ"
  b"\x19Mr)ÿwO_•ëQ•賚É"
  b"ׄì÷\f¤I> 2\vÛ¥çùD"
  b"\x13ùx%A²Œ,“m¹^«\x14"
  b"]”ÒN\x05^G¼‘˜¢Y\x11Ã\x04§"
  b"êçÐ;F8EïŽÁk%ôLRX"
  b"£4½YØ…Dôªd­:=ò+¶"
  b"ì oi▓‗OOº▄hÆ┘\d£"
  b"®êÜ0è£Náªl}·Ì‘þ¼"
  b"¥KELf\H5‚NäP\x15\x01"
  b"=\x02╔)┼iIؼ m\x10¦a\x0F("
  b"ì¦[Ù„3C²žåªî/¦Â\x03"
  b"i\x12 \x02I\x05Nᢠ͔h\x14è\x15"
  b"¦\f›É6}IJˆÊwتïÇþ"
  b"¿­œPÔ\eCš‰åóQ¿\e"
  b"S‰ò¦ÍwN\x04œÚ„ŒÌ_m\n"
  b"À\r-ü-ÙK{║¶»/╩¬\x06@"
  b"St7­”;L'ªKp— ¾æZ"
  b"Ã^ÂÇ4EDì¾…šF€å‚®"
  b"""
    ØXWÕÚìL™›\x14«ŽhÕ\n
    
    """
  b"\x01‘¶SMÌA\x0E\r'mõÁŒq"
  b"±kn“\x00ÃLù¯LK%†h[›"
  b"†n\x0E \x1DôFA½,úM-!Å_"
  b"e!ª:\x06™HU¸\tayt¶.§"
  b"¾M”rù%L,»\x11z²Ð¿"ì"
  b"޼ªÖ\v\x11DT°Ž\x12|çÿ%P"
  b"º‚\x1F\x15H˜»˜n˜|\x12×O"
  b"í\x06j<Ñ%Nöƒ'ã\x1AÉÈþë"
  b"*\x06‡»¾2N\x04Ÿ\x0F\x06—}ÓÉ\x07"
  b"jT¸EU\x02@'Š\x18º’°\x06çc"
  b".ÝW¹Ê\x11A¶µÅ?†t!+×"
  b"‹T»œ’&JŒ¿J%lN\x19\x19"
  b"sTÇy\x01úDM»\x7F..ÝR–6"
  b"\x11oÊp\x02&LÛ†‘\x04@\x1E\x0E©"
  b"—ãµã°SK±¤MxÌÂ(ëŽ"
  b"_À¸÷ªvKzÿ\x02\x19É\x0F\x02p-"
  b"QÙúú%´H\x01É[\x077àÍ<\x15"
  b"‘ŽD<Œ(@¯’è(™¤åqF"
  b"-$V³úo@¹™Þ\tßÐçšè"
  b"\e·2▄┼MMNü┴\x04\x1AÑÜ"
  b"═÷ì╦A]KÁÇ\x00\x1F┘;Û"
  b"Ë\x14Ÿ$Ï®H&«d–U_Íò”"
  b"ßÌô¶J$C*Å=OYÅdwL"
  b"ó·Ë\x03Ô\x16HT§›\x0F\eâòÌß"
  b"¢¨Õ=ß\x1AIè°`R¾¾3\x1E"
  b"0Ô"¸ƒ¨BHê¯\x14(ÉFÞ▀"
  b"▓ØúÕ\x12;EK¥\r‗{M\x1C\x1Dó"
  b"VF÷\x18\x10éM̼\x14»C$âøb"
  b"…V»ÜVÌF…´žB\tŸë}*"
  b" ˜4ìSþC”¿\x08Œ=b—·–"
  b"blŸxéÉO\tºYz›ú É7"
  b"òÍyè\x1CÐI&ƒJ\x14ìAÚ³X"
  b"j\x07ã¬^MH©¥…×=\x15¤Õœ"
  b"Þ’Ð=\x05•E“žu\x1FG®"
  b"\x14h—+vþDª¯qC¹\f§ÉL"
  b"Å\x0Eˆ<(lO\x01ŒÕ˜È\x04áqô"
  b"åšàp4áDщIíó±`Ðß"
  b"$(╔╔ÇRL7ÅîÎÚkn±b"
  b"csQl$░HŪê\rç,\x17\x19Ô"
  b"ä?8Ž4—Dé·Á(ýMœ²`"
  b"©©ˆSwÉH•‘‰Ï"‚\x1Cº\x18"
  b"¬*ßlf3CV¨X\x08íØÑ`y"
  b"SŽ|¸%2H\x0E¾ÑUè׊ؔ"
  b"ÖIÞ║Ø«J¸ºıð>õXåd"
  b"ÄTo\x00hÊBò²Ùq-Ägy\x10"
  b"\x08IvÁBw’ 9o.m?/"
  b"ÙÇ?\x10‡_Oë³Ú\x17¹‰ÍT÷"
  b"({U0îVH¬½?\e­ofï³"
  b"\x05Ø\x1D 5┐@%¥¯j│}YKÔ"
  b"""
    A\e\x01Ñ/NL9´\x03\n
    ûÕ6
    """
  b"ß·cÇ‚~A\x00¹è…,ÎÜ\t­"
  b"KþÞ\x04ÖnM•–Õt¨*#\x0F\x14"
  b"°ª£V¢rM¢—7ul_\x1E\x0EŽ"
  b"–«¶¼ƒ\x1CIµšë?>í_öJ"
  b"ñž¿Q\x14‘Fž¯yÜWƒ¼T\v"
  b"ߺG╩ÂÜD┐░5ıÉ\x15~F "
  b"!\x13š÷‡ç@µ“\x08û\x1F®¸+J"
  b"ÕhãwAiA8’’eP\x1E€ä-"
  b"""
    \x0FO¿×ƒ\x07HƉ\x13¼tX\n
    ˜u
    """
  b" ║0ØE7Jë┐Lu§Gu\x19"
  b"\x19S\x1CEIñMˆºÉ<ÞþF\x13ø"
  b"ï»g×¶ÛMl›·\\x0E\x08[Ûþ"
  b"S\x02µR\x0E&F•¨j/…é—\x1C\v"
  b"£ç­ŽòyEð›»g¨kᚆ"
  b"²ŸnõoÃL\x17¿&w\x06´\x08æ("
  b"ÞÃ╝Ú\tµF\e£\x03Þ\ì_\x04ï"
  b"\f\x17ÅîF+Mèû#Ü\x01iÙÙ«"
  b"Œq…(œ²Fó„€øt3Hê1"
  b"šr.¦}ŠM\x13±fÃsßü=†"
  b"±e·€ÏsE™§U\x0Fø)xÂ\x16"
  b"ž‚…27UCv£\x05˜8\x07—¬;"
  b"""
    Ñ¢û\x12—+@*—iDñ\n
    \x0E
    """
  b""(irdÿAÓ°F5Oe(9®"
  b"\x0E\x7F\x17?\x1E\vL\x0F \x07¦,;Çkê"
  b"©«üP“âNr©¾¶n0®\t("
  b"¿ŸbÜ\x08CI(¤ãšÍe\x04Æ”"
  b"%Ìßeÿ:B…¢ÏQÒ|\x1E"
  b"Ò\x14è»»àL\x1A¬‰Ø\x11\x18\x08"
  b"ŽÕ§/ª*@n”\fL2“×T/"
  b"­4©ÊûðA‚ƒ9^ÖBy\x01ó"
  b"""
    úµg,'\x02@ˆ–,ж\n
    ®í\t
    """
  b"µ├a/ÔìMè¥ô"¶C▀\x1Eb"
  b"ßÌ\x17ÔÓML]£‘8£\e\ÄS"
  b"€/˜á\x17tFþ‘–BÒ\x00þЮ"
  b"†ú\x1CìÈ\x02NP‘3\x19ãìðV\x11"
  b"J°—©úÚA=²4\x07:æŒÖ×"
  b"× Ó/\r€E\t’9Džýb\x7FU"
  b"Çqܺ]™F@ƒu±5¶–‘­"
  b"\x1CB`Mj‡ML¥\x1F\e/X;•\x10"
  b"øÎQH†ÎLù®E½(gYnK"
  b"Sÿ\fBÝÝCq›Û†¹©â¤z"
  b"Œ®ÄE(¼G×€ðÔ\x1E‚×4Â"
  b"š'Å\e3}BÓ¶W•e—ݰ¢"
  b"Ѳ\x1F\x1A=þG:–c£·²cÜØ"
  b"À╝ã=sûJn»Å▒ó╠\x15ö\x1F"
  b"™b<e%A5¾†6Z\x04f½9"
  b"`Bmq!\x1CKZ‚n×1ËkÞò"
  b"é7Ô§┴õF¿Åv■gƯ;û"
  b"ëJ¼U\x14èA¬–Bé\x19apäE"
  b"­“Ù•)\x18H9œ‹b\x1C">×\r"
  b"$T\x07¥Ä†J-®òM‰b¢IØ"
  b"(╣╝Å<┐@"é\x18Ïöuƒ\x045"
  b"Ëø¾Ær5N│ç\x1EWóìéPà"
  b"­\x1A\rn€Jߢ,M^ŒjYW"
  b"æ \eıhÉNxÅ\x0E\x19Å┼(Pg"
  b"█çÅ{ãÈE·ÂÔd/┬¸3¸"
  b"-╩\x13\x01ë/E8£┤ׯ╣]Ø\x1A"
  b"JEaè´ßK„b¢ÓWÌn/"
  b"á\x0Ei\x18^ØEA£]‹ðJ]\x16\x04"
  b"Ÿ–ÙmµòH\x7F—ª™Õ¼;LÖ"
  b"\v38­i\x15O!’\x1EÝ(“/b-"
  b"\x1A%Áù\x15SJð´k)ñòÈ(Ò"
  b"‘Q>\x11\x12\fL\x1DžæÂ·[Nó§"
  b"š"\x17`–\x03BÚ©‡4[ó\x1E\x04c"
  b"¸N9\x1CÒ8K.¡Ÿ\x1AÅp¢\x13S"
  b"ùð‚¦€^LÓ€ú\tqÀ|§\x05"
  b"\x05ÌTj™ÒKϯvŠ:¶\x0E M"
  b"ílTp®ˆGú°‚l\x00š&$U"
  b"\x0F¯ÝÔ\x04a@═ÑðÅ4║═Ö¸"
  b"pò═*oÉIêÿ\x02¢u¼┴╣+"
  b"\x00UÐ+ç\t@#¬\x1EÓ\r\x7F·"
  b"¨ùĪz¬MŸ£\x194\x16NåÆÛ"
  b"osFï\x00„C\x18è2iÏÞ"
  b"ð\x0F´IAªI\x7FºÅ\x7FC\x1EÙ£t"
  b"\fì\x15¡"\x0FOÔø▒$y¬¹┴ë"
  b"õþ_Ñ#\tM\x1E´¾åw\x11\x0E"
  b"“gLÊ6\x17GY˜«i‹\x14\x7Fú\x1C"
  b"\x1EìÍRÖ,J1Ä"Ð▄XÖòú"
  b"Æð#e\x16öJ–±ž‡,î'Ž6"
  b"""
    ðf6\n
    |†O4˜—{r8Ãlb
    """
  b"&\x17â8\t6F€¸à»\x05ø)a&"
  b"`®▒├É╦DnüÔ\x06HRºÕB"
  b" $@Ö\x7FžKëµ¶4\r¯\f'~"
  b"│XÚåM\x07Eúü½NÃP¶zä"
  b"U٧ݵ²H‰ºÚ\fè”{\x1Fÿ"
  b"êZV|ØÕ@ܽ┤ÒòHÉä«"
  b"7¸óÓ÷êF{¾!<¨g\x7FV\x15"
  b"s[Àø]p@nв€9j©ùO"
  b"±£ý\x06ükF█║Ç\x06ÒY│õ@"
  b"\x04▀‗yFYØà¬´ÿ\x0E+v"
  b"øn‚TuæK$£q~(s©\x14ì"
  b"süç°jSG§™:QI\f\x1A²ú"
  b"9öÆ-gêGŒµ™ø“ÿò(®"
  b"@>-P¥|B\x17¬§¯®\tfö…"
  b"O\x03Ç—m\x19L\x15²\x14ïo]%LD"
  b"†‡‚ý4\fNœŸf$q\x016‡Ô"
  b"\x04░r╝¾J5üÍF┤3¡\x11B"
  b"\x18ØÎFo\x19H\x04ël%#kÇ0W"
  b"åacl\x1EXO²▒Ø*!t┼<¡"
  b"RIzHÂ<H/’í\v0D\x07"
  b"+oíÔ═úI6Ѻ#Û\x16'oØ"
  b"oçVHnæHv²H’cUŒ\x10¥"
  b"\x12ÂáˆM«LL‹\x19zôæP°\x01"
  b"(×[\x11¢SIÈ‹æâ\v\x7F¯eª"
  b"ã\rr{’‚K•Š'\x16³%U¡+"
  b"o╩¢(¥╗F"Ö╩pz4Ü╠ì"
  b"×7t\x00\x1DûFͨ[\x7F¾Þ1 â"
  b"{¢mºê&@B³\x1Fûí\‘\x14æ"
  b"춢ج¹JÀÆ\x14Y(Ã2\x04á"
  b"(­g`]%E-¹2€žådôõ"
  b"Ü¡1Ðü HÝê\x03á┘³ü1Ì"
  b"Ü$>?~ÁK4«\x19‹>|8ý8"
  b"X'î¿CôM–™~´ð:>…õ"
  b"lºÌl$\x07F~­\rT¶þÁl‡"
  b"N▒?1êXI\rå4,Mæ\x1Fì╔"
  b"É’ö£Ò\fA§’auXÕR±¤"
  b"ß\x15Ï\x10FØB\r…•޹<=Oi"
  b"ÊÙáYgêKËŠM×¼Ÿˆç/"
  b"\x08µ˜Ì:¿Cäˆó¨è#\eío"
  b"TçC’\x03\x06I‘€JÆÀÊã;c"
  b"h\x1FúÉ\x03ïNº‡ìmèåÕ”Ç"
  b"ë╔\x10\x02½³@o▓┬üïá│\x08\e"
  b"""
    ■¯E│╣\x1CBfìk\vMSu\n
    l
    """
  b"®\x02?\x07P˜HO¿Žo’yÃ\x0EÒ"
  b"ü‡\x14"nÏKQ‘‘L\x18™³ˆ´"
  b"!ÀÉ8▓\x1FBmé\x17\vè╦╩ü┼"
  b"û è\fõÂHe®t½9KŽ\x06È"
  b"ôËÍÚn\x17Fÿ…SjMßGQ™"
  b"ú\x11î¢ê,O2›ôˆG=h«\e"
  b"7ñ0‹ëJC\x7Fš\x0F\x14ƒg \x19á"
  b"Çj¯É¹█C\x14ñÛ3I¼\x02"
  b"š\x1FÿQñOD¯±\x173\x1F¦–‚ "
  b"f<âM3¬Aû…/::¤;Œé"
  b"‘wr\x18"í@‰¬î(}\x18gîu"
  b"ÃØ ╝ú;L߬]K ;\x18\eã"
  b"!tÉ\x1F³`C3°P~ÅUÂòÜ"
  b"µDç8á,E\x12½],!îµ\x18ž"
  b"x╔Å┘<ÅNr┤m$9d7EÊ"
  b"%êL\x05›"C\x1EžÈY7#ö¤\x01"
  b"#▀Î[╗ü@áè\x7Fxn}JwÐ"
  b"°…áßð"Lÿž\x18BÇ|\x7F¦-"
  b"‚sGá5IJ£®-»\x7F¿JŒ\x17"
  b"ÈlgÓ\x1DÝ@\r›Ú”!ù.Ž˜"
  b"f(T"\x04%J–¤\x18ýgÞ\x0F"
  b"zÍNöŸ(Iÿ‚gÅÓ´ªí`"
  b"ײL8`ÜEH€Û€Ž\x14\r"
  b"ý\qæ“\x1AN!¢PÛÌòµÑ;"
  b"¥~]\tóôK\x01ìADô×\x19â█"
  b"""
    ÄÚ°ÉØéHoЏBN\n
    ŽäH
    """
  b"Z6ô;\x18\x04I.»Bšö€BîT"
  b"}Z;@÷ìB,▒Ú4øÁ╠j║"
  b"“†¥G>žN«—+\f(\x10ºÂº"
  b"±êbŸ )NK»_[†\x1F‰ig"
  b"<ˆôA\x0F´B¦‡_Ñai“v\e"
  b"©‰M%E—M[· ëì5äÕ÷"
  b"s­║%ü³@\x10Ç4t┤\x11½ÊS"
  b"""
    ¬Ì\n
    Æ_RB\▒0╦aöMì=
    """
  b"ÀU²^ryIÙ™«Â°ÎêýÇ"
  b"1\x03╠±üû@­á\x04¡╦┐╗Ïe"
  b"µ—àƒ”¼D†¯½\x078…ã`\x00"
  b"\x13ASÝ5¶B±§\x0Fª¥\x1C\x110y"
  b"h¤2Ѓ-A/¤ï½R\x1E뎅"
  b"""
    ╣©ÛVÉ\x01G¶ë0\n
    ¸qz┤.
    """
  b"TЭ├ý╚FMü1t\x128èýc"
  b"\x13öñµR­J5¼ÉØç\x13: ┼"
  b"è\x12Ý#G0F╝ï#Åɶ┘Ã├"
  b"Ô7úXü*Kê§Üª«¸àƒ”"
  b"G,í.+×E(€ñ¤†Ì4ä—"
  b"e\x06\e\x104C¦ì,\x18HÎ¥Rç"
  b"\x0EZ\x10ƒL'‚̇ñ\x19ó5"
  b"""
    @„\x1Ft\n
    ºE\t¬±¸¶X’\x145
    """
  b"\x1D2×8\x14rAÝœ+$¬AÜ”å"
  b"8ÆÿÞJ‡M4Ÿ$ZüE¬öP"
  b"®0Éûh4J0¸¦CžPˆîø"
  b"\t\x1Fk\x12T‘Lh‘•è2\x06ó…ø"
  b"ø¢/\x19\x01ÉB\x08ëS\x00\x17pi\x00\t"
  b"[¶vJl\x13HÚ­8¼‘(k$Ò"
  b"wÙývsýGЪzQ^GËôý"
  b"š\vÄ#°ûA$¨4~dG«\x1E\x08"
  b"U†DcýŒEr§à©ûÖKù·"
  b"Î\x15”–¶^K•žç\x12N\x0F–æ¤"
  b"s¸z ³7GײcN€Ae\r\x08"
  b"|·Ä>²€I\x04”©ÇF&±Gµ"
  b"ı^\x11x╚£AªòirÅý7B\x1E"
  b" o¼=n,D\x06°=x^¯Ó{Ø"
  b"Tß¼¥kÁCmèØ\x1AØå¤± "
  b"w·Ëö[\x10N\x07„šçɯÿæ;"
  b"ð¢¼▓dMF½║:Î┤jÉê┬"
  b"\:fD\x1DÜIoäI\rµ·°Éo"
  b"Ÿ\x0Fã`†\x11AÒƒä&°¸*iÒ"
  b"÷üJ\vf>M(‚NUfÈ%fœ"
  b"/.(\x0EŠ\x1CC ‹½?¦¶\x07"
  b"¡\x03òd¨\x12I~·g\x0FN$áa\x03"
  b"¿u””;MGÚ£7—Ê\x0EÀaâ"
  b"~´u2ıíF▒âã\x00▀Å\x058N"
  b"\x13CØø\x03VN\x18│$â¼,hÞ\x7F"
  b"µÞ®yö\x17C<¨(\x1A\x1C/̲¼"
  b"""
    ™/\n
    áúgKª´Pé’B<³9
    """
  b"×\x1CÖw²•A\x16¾`%¨©p(\x1F"
  b"ó U@ GH\x14ÿZü┘¶¿á\x13"
  b"àã\x07ÖR…BŽ‹­v™\x7F\x13,j"
  b"›Aøh/¿Fm¸ú¦xBî¤t"
  b"×^â░ê-OvÀ\x02ìxHô/└"
  b"á<Á\x02{:D.šlÙwºCÁF"
  b"!\x7FÉ\x1A\x7F├@#ê÷\x16j\x11\x1C"
  b"\x17▀¼$_│M_ØÙ%ı²Ö5Y"
  b"\fï«▀ÄD$ÿÝÃ╬\x06▀ÏØ"
  b"®ð<_Ê=H¦™Êë¯Ä¶\x15²"
  b"C±ôF\rÿDNº!¥\tZM}«"
  b"KmŸìh…@9Ÿ›dü-¼¹T"
  b"¾*ðp\x13\vL—ˆ\x11bâG\x00Š\x14"
  b"Ò¶­(ô@HB£Ñ¤/\x16Àµ\x10"
  b"Ù└Ø┴þóK²Ä)Ó\x04\x06È"
  b"Ì©ìS\x04\eI└æ├b\x13\x18x\x18Ê"
  b"Y\v:”ʃKü„|3gŠl¦\x1C"
  b"•A³F;¡v`B{\x11N\x12"
  b"á÷‗├¸iK°üä\x14\x03q\x00[~"
  b"ÉaÊ╩µa@ç£,äw╩B\x1D\e"
  b"\x1F█#ßS·DIù╩R}IWýØ"
  b"'-ÌÓ¥─OììÍlo‗£Hg"
  b"¸Ia\x7F-ÉKcŽÝ´&ÁvF "
  b""Ê$D\x03,Hsµ©]‡S\rÜ…"
  b"aÙ¬‘¿iHNŠ*iɉCþ1"
  b"\x1DBÆëC4‹VM:9¸ZÂ"
  b"Íı¯®RZJü┐ı\x18í¡ïÿ¿"
  b"_\x10^Ó…òEd·ªa§©aIë"
  b"²Ç¾çcµBP”ˆ\x12áwã¬<"
  b"\x10hQìÂM\x1F┤^■═¾\x1A°;"
  b"2§nº\x06\x1CJvÉ\x15┼+ßÎÏI"
  b"Ùíü\x11¿░B©öò\x03À½\x11├&"
  b"„Ñ\x02¤<—D:ª,]\x08Óõ¢K"
  b"îÊ_ì\f8G^╝¼■H\x0F£ò\x19"
  b"÷Kûp1ÛAÛ«õ;Ó’À\x1F3"
  b"""
    ÷\n
    Gƒ³ßJðˆ†e$\x10£®™
    """
  b"Ú\r\x03)©¡B¶¸!Ѱ\eWÏè"
  b"»<u„DeMЯB\x01\x03Y#¿Â"
  b"¹─ì{)ı@§ú<íÕ╣\x15ìã"
  b"ÝÞXzS\x14DØáØP\x00\t.í╗"
  b"l[\x00¿Ï\fAõŽÍwA•âD¨"
  b"Yl\x16E®³\x07ÿïˆ<èì"
  b"`X)ü^ÌEHù║d\e\x05\f"
  b"""
    ²\n
    N╔\n
    <M·æ▄┐\tü╦sÆ
    """
  b"\e\x07pŠ¿TNeŠ5E¦‘ªè "
  b"Ø┘8\x7FpdEìÄ3mÍìA'D"
  b"å*2¾3!B˽çÚSX\x7Fœ+"
  b"Û¯¬µä┴JìÆö\x11S¥Ëô'"
  b"m›„ÆÅ\M\x7Fªz—ÉÎéʉ"
  b"""
    QŠ\\n
    +ÒINƒáPú\t‰‰½
    """
  b"""
    äU\x17HÎEJµØ[È┼\n
    ╝░ú
    """
  b"àEÎ)…ãIŸ«fÃä>fˆ–"
  b"6U¯d¸<Aª´\x07¶C\x1Eãrñ"
  b"ª•RÝÿ\x1DN“’\x1AK¢µ¼\x111"
  b"""
    ^))\n
     ôJ7‰\x0Fà\eŸÍ©á
    """
  b"æ\x12ïï'†@:¾0m– ÚÜ>"
  b"Ùv$ÍÍ©EÿšÈ^\x17­ìvÆ"
  b"üî9Q░3N¦¡vÌk4\x0E\x12¡"
  b"■6êY\x1CñLyÅAhW<┬:E"
  b"AsƇ²|Hy—ò5ßöKÿ""
  b"ù¦öîéXJ}½*ùX8%•Œ"
  b"I╩²┘VÉM┌╝\x7F▒rÂ*óu"
  b"üÜ7èûªKô¨Òåùr8Íà"
  b"Çá­gÖ¢K\•\x06úJƒ\eÜÉ"
  b"åîn¤ž•Nº Ðqˆxˆ6û"
  b"\x10É;bͯC»¢|W╔ýd\x084"
  b"TsPÜÅ\OZÁ\x0FBÛÉk²â"
  b"‚&CÍ_qD-¤—"ÀÉ×Å$"
  b"""
    \x1Dvg–*¸D®³\n
    a\x19©\x14\x11d
    """
  b"lÏ>■╝lJÓÅFì\x1Ft┌T\x1D"
  b"‘Çu\n\x00L-­ê&veÃwÓ"
  b"q0Dÿ½Ò@0·\x02\x01P¤;6s"
  b"""
    Èæ¦Z)Ç@Ã¥÷YJÛ\x1E\n
    ²
    """
  b"\x1Ex\x1FwOQKïîÙMɺ\x11î\r"
  b"µÆÃÍšéFu¦nħŒ¹:ã"
  b"0n5gû«C\x06‘>äqº “R"
  b"\x024¢Z¤pBùŒÕÊí>r=)"
  b"ý¹ÀU9*F\x06šÙeÍt\x03`n"
  b"­EÜ\fMÇGݨ\x1D\x07 çþÅc"
  b"iø–ø=ÎO\x1F¿,\x00) žæ_"
  b"\x03 \x0E┌)ÒO¯ÉP<!/^▓\x00"
  b"»wQˆRÛB>œJõcyrçä"
  b"{\t\x11ýŒAI䘼óxªD@O"
  b"aj\x1AËæ=HЯI2]ŠNšâ"
  b"^ã¾ÞÓãBräQõü\x11nþ┌"
  b"t§àÑÈÿDÏž\x08$é[„ É"
  b"µ'9ì2¸JŸ³‘\x13\v1YÄ?"
  b"c¹þeרO‹ŽÙÀÔ\x15\x03"
  b"\x19{\x16›RwE‡´LGÂu\x05ù\x05"
  b"┐&\rz¶_HF╣`ìÉ\x1Eg¾╣"
  b"û&ÇÑú™C5·¥æÅµ‚Žª"
  b"ؤÆ^-\x14J›ºv¶wïp?»"
  b"˜7ye»¥H¸”J‘á/Äy€"
  b"mà2£¼·Dj‚\x152;IÏ1¼"
  b"[!)¤œaLеnpú½f0Q"
  b"fu\x025¸†Jo¯dÜŒNúÌ<"
  b"\x1EûÌÃÃãG]ü║Õ\x00¯?*/"
  b"OgÂ\x1A\r…F­‘š%!¾ÆÑç"
  b"÷2>²ò~Fá¦ÓŽ3¹Ó\x17÷"
  b"ö¢ë¹­²C²±@Ž«,\x0F©E"
  b"Ç›7TuFGâ·mv7ƒœf¬"
  b"o\x03@]\x17†Eޏ£yc¶Óâ8"
  b"±Pa\x076<C"£\x10üfIsTõ"
  b"║~Q_‗ØA└▓Fß\x02NR╣³"
  b"a?Èÿ%´D²«5\x16…Õ½\eÝ"
  b"K\x03ã\eCœN[ªŽFÔ?\x18ÚA"
  b"""
    .tNÆ}·L\x16░ü\n
    ƒ\x05h,.
    """
  b"r´ ùžžN¾¹\x11s–¶\x06¡H"
  b"┬╚»·ßÆ@kìË\x1A\x08´T┌F"
  b"\tRàC¤§Ijå¬xì¸cJ<"
  b"q\x13\x00ŸÌ M/¥Ú-]¦`g9"
  b"3Ë=…B¼OHŠÄÒ)\tÞ©Á"
  b"–U€Q+•C3²+bŸ\x08'\x0FT"
  b"Þ\x00¢aêÏ@bÑ"5Óø\x11ü¤"
  b"\x1FËÌExÂG"ü¶f|þ│\x0F0"
  b"–:ÒóHŸBÂ–ð‰«´Ÿoæ"
  b"xÌú\x18\x195L\x18ˆ^\x1E¿åÒÕø"
  b"═&ã\x16¡\x19KvÉ4!└u\x1D:\n"
  b"G┘§¡à╬EØ║\x1F]''ù Ô"
  b")”%lO\x0E@¡„­g£¡&â"
  b"3çµ{+°Lݲ™\x17v›^\f,"
  b"èK(=23E´¦\x1Fĉ\x16\x1D\x02Ž"
  b"ïÕ«S\x1CbAwÅç■7¼ Mö"
  b"¯³lŸâcNˆœ©ÏB\x07BLh"
  b"ãík\x02ï\v@"¢]Eb\x10P^â"
  b"Ÿ\x025oLðEq‘å¯üšiÛã"
  b"]óe¬Ë$F\x10°Ïk&ÖØq·"
  b"þt\x05ò0tBL¯åøÝuhžG"
  b"\x05‰/›w¨I/†\x19,\x11™»šî"
  b"C´»=Ñ\x05AôŽ´\x14¶uñÈÖ"
  b"´._þ\x0F┘I°îØ┬÷ú└\x02\x03"
  b"\x1Dû--äSL~Ÿý"­»;;\x04"
  b"2‹Ö±Ÿ`D¨¿s¢Kcê—Ú"
  b"æ\t@Fé~C\x14œ5®…{b\x03É"
  b"""
    G„1ª\x02òE‹ŽŸ"A\n
    ̲Ž
    """
  b"–ŒCýjZ@„«2Â\x7FÊóŸY"
  b"J¼›¡7ïFt´GuøzÞ^\x04"
  b">DõdäeBÒªeJ˜1Íý´"
  b"""
    \rTtóØvEU°éJ©\n
    …ÀÒ
    """
  b"Ã\x17\x16RM»N‡³ }ªH÷\x15§"
  b"Š^\x15JÿûOÒ²ð\tz‘37o"
  b"‰«\e^¤šK0­¿\v|º ‚3"
  b"¯6\x06À¾\x14I╔ùß}0Åù$¦"
  b"èUO8¦ôNh“]ö7™ù>]"
  b"6T\x06¢ŸšA\x1E½!Œ¹ÆÎyÂ"
  b"d0[ëß«IÝ—\x04ˆÌñãö¾"
  b"3‡\x12ƒt~B` ‹$y~UÙA"
  b"""
    \n
    9\x1E{@ ‰/78;¼Ïú
    """
  b"ÜôÉZk\x03K`‡€}zåð\x104"
  b"‚€²|¤9M>§ÿ"¤‚΄6"
  b"‡Mº'½°L¯¨µNÓîænŽ"
  b"ŽYZù½êF(ŠóLë™æ½\x12"
  b"0\x07Gûz Dr”§’7!OK…"
  b"¤£\x19Ø\x19ßJ]ƒÏ[Zø`5ý"
  b"«º\¾Ç\x18C4‚–Ze€õuU"
  b"\x1C\x07M\x11\x12*A┴ì9àäÂR╚Ü"
  b"þ¥(®Û—DÒ½|º\x18mH\x16v"
  b"†gÑ{\tæA=¿\v¼ÛÒj,š"
  b"޵´÷C"M€¿º$‡‰\x11Ò "
  b"ªÒX굪DV·ñ=\tÁ«üŽ"
  b"éœx¯]çHö™KX·Ç\r“Ì"
  b"\x19,ÿ¦ð@\x1Eƒ\x14ý░\x10üá┬"
  b"Ð)ý\x1C›KJ`’e\x0EͼK#$"
  b"!ÕùNI§MƒˆÓ+ä\f¡9_"
  b"“~ÄœîSL­¸}ª\x05ˆ½ÑÄ"
  b"F\x1E\x13^ôXF›·âL;Ža£ó"
  b"…8Ñ•`íAQ»°Í\x0F\v))&"
  b"`^Yu{\eHÞŽ/\x15GjXGÀ"
  b"@Å3\x12vXFÉ¡ÝV\x10f\x0E’C"
  b"E\x01Á÷└»C\x02ê<ä\x00ɾË×"
  b"k\x07Ô_ƒ\x08H\x03•’¢±ø?B\x06"
  b"§ÊØI÷\x02OÉñ7;ù\v\e"
  b"ww\x04öämAÎ…Š»¾‹§î@"
  b"%âww>╬A,ÉLÒÌ┐|¬S"
  b"iÞú<¤ÒG­¤\x19âé*=£²"
  b"PqSãu\x15@ÿ¹>¤}\x7FÓ'‹"
  b"ªlŒCaBH\x1D\x1E;y\x11ël‘"
  b"K;\x0E÷Ç™CÙˆfbÈ“Ûåö"
  b"§ÐòxbÈMu«A™ð±u\x06ª"
  b",ýϪäœHŽ„Ó\x12t¯x—;"
  b"½Û:Z\x05ÙO\x08·”H†z#²º"
  b"#­sE\x18dMS‰1\x005‚Ñ\x01/"
  b"«Ûã<#xEÿ│Éè¥ÌóÚ§"
  b"\r?Ű\\A\x06í?ae+RiF"
  b"lÁ—­O8A[ƒ(*Ìe\x08"
  b"""
    \x1C{(ì\n
    ÉDa‘½i¡Èêò5
    """
  b"Aá£ó¤║H\x11ìæOðßc░\x19"
  b"Ï\x05ÚÛïÿIø“Ö–kWì.¿"
  b"ÛòJºÅFO#âB`\x15JhCà"
  b"3\ru(†\x05Cëµ\x10µJ–Ñ^Û"
  b"""
    \e\x05\x06€‚\n
    D\x05†¸’\x1F\x1Eéj
    """
  b"kÛºt|êCÉêÙÅì¼xîê"
  b"/[G›À,N±²ÿ·x\x10A(."
  b"ªŸPq{=B|ƒšn¸Ûñµ±"
  b"ÙªÅ-£óA0ÄÕ{ª\tz)9"
  b"öÜ\x11ÃtÇL\x04•@¬\x01ï7\x15ó"
  b""ü~3,PLН(\x00\x1FöÆ"
  b"2\v<núVB@“náôÏЧZ"
  b"3©Ò¬ÆyJ\x13¢VÙ)X†ß‰"
  b"G%\x08ìI¸D\x07©\x0F_»}}èÞ"
  b"""
    D\n
    46║\x07Dìî╔á\]v*¸
    """
  b"G\x0F¼°ôaLÒù┌ÝØ\x01È┐%"
  b"µ»qN²ËFEŽ—\x15ë݇àV"
  b"({ßâ¡ÒAà¯\x1F6\x02ŸÖ$–"
  b"ýóTèx{Lr³\x15\tæå"
  b"Aáƒt2\x19Cp¼Ð\x15öW¤\x1F±"
  b"¦Ñ€8güD Ÿë["Æ´Ïa"
  b"\x07\x12Å©uáMº®ñ²ºmƒ]ö"
  b";│Á{¥<J\x14¡\x1AÂ.ü╦°\r"
  b"¯ù›\f ¬F®­ñ­ª±E\x02x"
  b"ý│ÏÍ\x7F=MßÉ▀áñOåAY"
  b"\x7F\fé=~\x1CDu’8×+¹E\v\x1C"
  b"ùÜ”4`‰Cg¾.¿ƒÖâ\x14#"
  b"w\x12WËð¦C½œ\x06ïi[‹¥%"
  b"zÕn\x13׳D颳ÌHË\x00"
  b"ŠˆÆ/‡¤D,°\x19Ê™w$÷3"
  b"Ñ\rLDÿòO Ÿ'‡~&%Æ€"
  b"\x19À\x1Dhƒ£GW¬£0f7]pM"
  b"04B\x02\x1C·HÅí}Y╦b░\x13X"
  b";¢½eT\x08G\x01¹ê¾ó¹.sã"
  b"\x14ñÌúZ\fM┘êµ¢>-ìOî"
  b"Ô®M╚û8FÅØdÁÄ┐cx\x01"
  b"æ\x15Éì ®I¹íR!\x03Û▀┌­"
  b"Ë4╠\x10\x05ÜH░ÿÉáÏ^\x03"
  b"‗9ı\x04Ö+DÂú+¡ıÅòX>"
  b"K¤Nÿ╚ÍDç▒Èç9║Ø«a"
  b"¾\rÀãê+F\x01²è\x1D\x03\x05(TD"
  b"ÖèR\x16“nGš¬!™g÷ŽÊ*"
  b"§±B¤\x7F{Iq—.\x14]\x1A<Qy"
  b"?;ÿ÷âÉDöÉ!\x1FO\x02>pƒ"
  b"Òì¦6╝¡AqÁÅH▀dæOw"
  b"\x14\x14ÖÕEn›\r„Þ«o~]"
  b"ÂlnfBlOoˆÈl͆µ\x03"
  b"7z®ÐÝüLðí░Wi-¡tó"
  b"SD‚is\x00OÄ¥yþt\x08Ó>ä"
  b"Ó\x14ô\t\x07KN!ƒo\x19\x14ðå¢U"
  b"k/…e.„KÖ ‚ˆ‘IÈÞ˜"
  b"F1ò┌sbJmüǧDº6+Ð"
  b"Ø\x01^╠w\x19D|ò9\x0F▀!÷¥Ë"
  b"³\x14¥¿%\x16M\x17“}\x05 “e‘""
  b"©ÛÅgTgCsñ\x17N½‗ÑG\x15"
  b"""
    •íðÙÃúOÿ°Â\r\x16\n
    Ý&f
    """
  b":íä]‚qF2£–_å;æði"
  b")n+ÝkµHغ@¦ó¢\t¨\x11"
  b")‘\x1FÅ®-B\x05Œ\t¢ö\x13»Ä\v"
  b"ûÝ\x17ÔçÎE±¼(>_b‘–ú"
  b"ðH^Ò5òN}›{ÈÜqÿn\x03"
  b"\tFNE\x147F\t… Y(™Š\x12g"
  b"ùÜu\x1D\x06A½µ'Âò¯þ/8"
  b"\x11A┬c\x10\x16HBÂ3åÔ│üê╝"
  b"áZ\x01vØÜDyƒ¸w=\x7F\x19’A"
  b"ÖX†¾×ME>”e\x06\x16’ŽWâ"
  b"Aá3ü¶tE_Á\e\x11Äf)/q"
  b"æa\x16™ñ\x01Eo‡p]4mnªg"
  b"¾£#”&ÃF+›H»ZÃ’ƒ:"
  b"▓Å1╩î┌KÊ×4¬\x0767\x1A"
  b"┴¹C\x00á_Afì"±Aìñ\x1Dı"
  b"\x19ü\x1A#\x06ŠD‡šÀVÁ/”£$"
  b"\es±áCĵ °Õ!˜ß…"
  b"g\x14l{aÅGô«\x14<\x1C\x0E\x1E"
  b"¨\x06ıè-ØA╣¥Wt,]½s-"
  b"¸!XÉð°Kg¿£█¬▓Yþ╠"
  b"{/T—±\x1DA‰­àH&)ËÔ—"
  b"¾┼hT\╗K}│q╗▄¨‗?Ø"
  b"""
     „\n
    ÚŒ\x07H\x19”¦d+¥{}\x19
    """
  b"Ú\x13{"ƒ&G=¬ê{-Ò\x19|\x04"
  b"""
    ëˬG©äB:¾Øê".œ\n
    Z
    """
  b"\x18\x05%¬ÝI‚º\x7F>Œ`hòq"
  b"¬8ÐÍa…Kâ—KÂÖ\x0E±„\x1A"
  b"~\x14L\x7F¬XL7°«ÆüKÍ=\x05"
  b"A<T\vý©IÓ®Êù\rw\f%%"
  b"1ipÅÀÀIò¬žŒÀË*²þ"
  b"-\x15ÊÌâ*Bî™\x1EÄ\x05„h&è"
  b"ı;ÞñodN0▒5£¿hü\x0Ed"
  b"RËi\x04ðmF޳{xbõ³ò\x17"
  b"OsA%TÃL‰–ׇ„\x02ÆÒh"
  b"4c<\x17›>IlŽƒ\f!+–ó2"
  b"Ð`–Œ (Nî¬\x19ßßGÅ\rH"
  b"""
    ¬=‘8VºA\rŸ÷\n
    \x07Ôh‡
    """
  b"""
    ÏÊè®V\x15JåÅ-Q>\v\n
    ®
    """
  b"L\x1CÅ\x03\x05tD|™"r[Ügj–"
  b"""
    ßåÚõé F¶º\n
    Áh_ßÉi
    """
  b"þ\x1CðÈ┘ÂI!Å\r{¬2┌PR"
  b"\x1D\x08ÕTrG'¤\x0Fħü~˜]"
  b"nĬ¼ôÕF'Çp`É\x14«\e\x08"
  b"e”\x1A¥\x10XG/Š”A\f}·»1"
  b"X—ù\x17\x13\x13NÔ¥-™ã@æwi"
  b"!\¦Y›ÁKûšqÏC4×#Ñ"
  b"÷¨2Cä;OÀ¿â9¸-\fì¿"
  b"ï\x04ýPy±C0º\x017úäÉ\x1Fp"
  b"î\x03‡ö„ØLà¬\x08&Ç]Àõ½"
  b"<\x10\ruèlEy¡Åß\x11 oÞÞ"
  b"½n¥\x16¨\eJm‘š}i#ܶu"
  b"uÉx┼ÀQM^┐à½Âª┼.À"
  b"""
    a!ЧÎ\x0EEh±\n
    ðSyÖdG
    """
  b"u!\x00‡8±CBœõ¥ù\x19ŽTR"
  b"\x17ú¶\x06N\x06°\x01\x17ã"š´¯"
  b"ð`òìZ^Mý║%Xú.\x0F"
  b"ØDtJ ¼E­Ø¤\x02H´ ╣s"
  b"pJ#zÎàHx‘Šó÷²´õ*"
  b"¯CîXÏ┼E╝ÅñB┘³┌ì¾"
  b"\ÞSM:\x16C\v˜ÇroDà\x08ñ"
  b"’á\x1C[,ZFO‹ÛáQœ\x1F"
  b"ÏÒ\x7F\x00I╔¥¡aìó\x12"
  b"6Ñ¢©‹ANô³ëRd\x03Œ·Û"
  b"wPn[ƒHOf‚¾\x186¼]ñ¨"
  b"j¨þðg\x17KêÅ▄JAP{òR"
  b"_«^§\eKO(Œ\x07\x02Ë}\x7F"
  b"\eÞæÏáQ@¡˜µÕyO$Rÿ"
  b"=ù)Ø'ÄH¡ ;Æ¢N÷“?"
  b"ßÎ\x0EvÅîE®¢\x04jëBKÅ«"
  b";H\x7FŸDGN0®\x07Ó©B*Öt"
  b"g\x06s~\HJ\e¯Í1ʶ@8Ã"
  b"˜‚\x1Fˆ÷ÈCd·e¸(uÜÊÎ"
  b";╗\f^PÞ@▀Øó-tì▓5\x02"
  b"e;rç™z@@†¥Ht\x1F\x16Ùè"
  b"bÿ÷Ýô=B=•½sȶ6‹<"
  b".Õ?6ÀDOG¼4ˆÊç\x11\x1Ep"
  b"┬>┤o╣;JFÉ>oÅ<\tE?"
  b"ïØÓ;\x10¼G\x00ü p \n═-\x06"
  b"\x7F\t\x19ï OÓ¾;Q=æq‚ø"
  b"e\x04Bãd\x13D–¤\x1Aè\x1DÒùTS"
  b"V\x03¹%┘³FfÿlM?ZßÉD"
  b"rï3\x04¢ÅFY¥+i╗7%I\x1C"
  b"IjæÂÃÝF°š!®_â%ß`"
  b"┬|ÓÉ]SK\x0FÁü¢±¨\x07`A"
  b"N\e•З¤Eï­?S1"ÔÒõ"
  b"å„3\x1C\x07ÀA¨ž/~…w/\x01Ë"
  b"ú}"ã—šEØ¿#£ìôw»î"
  b"óúÜ™É\x15HñŸ”ìMáÊÓÕ"
  b"bÛ┌█Ä\x01F└ìº▄║ã<L#"
  b"ƒÐ ÈŒ®GW´\x11D=S09´"
  b"\x1A‰Æ(ØÃH\…¤H½fÝ1r"
  b"\x1A’ÔUKežµ[k\x13ašÜ"
  b"¤ó‘‹ƒ0F/·\x0F˜\x7F*=Ì5"
  b"Oùª ˜3J8…iƒÇ›%õ\x19"
  b"Ñ\x13\x01÷L_ï8©ï\x12#ZÅ"
  b"ì{9yX█B▒╝ë\x0E:ü9À "
  b"9¦_î\x08øIÁˆä\x1Cʇ†ÃÚ"
  b"Ki‰îqIBÌ“f\x110ê2Œð"
  b"&3S\x04üœG.ŸÅ‡?„)Ô½"
  b"Ô\x1F¾\x08T╩Fìö▓▓aL\v"
  b"Z.õH˜œD\x15½ûø„™ÔRã"
  b"ìph┴g\x7FFt»ÒBf É§&"
  b"¤µ\x06w±ÈCi¨\x06'ìj\x00_\x10"
  b"ÕX½)\x06¬G¾ˆtx\v1b8\x1E"
  b"[Eî£\x13ÙJŸƒiM¯\x168\x01Ú"
  b"@¹à\e'É@ñ´N³§bë\x02v"
  b"Ùæ”‘eÕO¼µ@S^£\x07¡\n"
  b"\x12:\x7Fݺ╬H‗á¾6?¸\x06"
  b"ú”nA€QOq‹¿êÙ\tÝQ­"
  b"■ÇnÌW9Loâ@&[\x07ÅOD"
  b"ÊL!█fÔDÉ®▓K¼\x0E©Oè"
  b"ÏQéì\x0F\x08JVåh¸!¼à£æ"
  b"+ã8_ÐYAx·?\x01ЛÓ`æ"
  b"”Æ{\x00©ƒE¨˜)g§¦\x1E¬°"
  b"N†\x0EÏŒ§B3±X+Ž\x08\x06"
  b"µ*/¹_ÓL¡·w‹,\r˜— "
  b"²\x07E©˜TJV¡ãa{\x17Ó\x12\t"
  b"gPž±ÚØDiµW®ÕåK+\x14"
  b"’=é^\n–IÑŒ\x00‰5è§²\x14"
  b"\x0E NeFë†uK \x1C®\t\x02"
  b"ÏS•J\x1D"BY‘«sa\x14\x01DW"
  b"\x060jêÞ›NQ˜vì¾lQ\x01"
  b">\x05"\x18ÇKAf‡pü¼E±|O"
  b"├ØI║\x7FqC«£N¿ìߣ:Z"
  b"l‰‹÷èèE1’9'm²|Ø1"
  b"BIJðâ6D\e¦<ø­þzzm"
  b",êc\x01ý\x01Gñ€\tqÄ:,1¡"
  b"ýÙc\x02Ï'Oöµ\t\x14\x1Aµ|#ò"
  b"""
    µb{\n
    r¥Hk•(«À½_å\n
    """
  b"\vPúŠÅ%G²žj×Ïf&Ît"
  b"5·ô… \x05OŸ­´è4>`ý‘"
  b"┴¼ì├ÞxDB▒\x100╬#@ío"
  b"+kðÅ═ÙMììi@Êæ[Ï┼"
  b"%0ÛSfˆB\x03·Šés%5Zï"
  b"HkÖñ\x12“NMžJ~‘çÝ^\x08"
  b"r\x06\x05\vÌÕ@!©¸%\x17oÇ®»"
  b"""
    9W¶WîÜE\n
    ƒ[–G¦=cï
    """
  b"õaCz5ÝJh£öÉ9¹ùK\t"
  b"║<k5▄\x03D\x1DÉYBaaì´Ä"
  b"O.FuÐjBЈH\x02\x18\x04ñ­Ÿ"
  b"í\x01\x12\x08\x19ØDõø­_Õ╦Ìp\x10"
  b"\x15Uú)Ö\x10CÅø3ƒ\x19Ã[iÿ"
  b"2\eBS€xK\x08žÄƒ£Ç\x05¦f"
  b"`P¬½sÑK±øÛÉ└<ªeó"
  b"\x0E¬\x15ÌbYE®ŽÞüguÞEH"
  b"«\x15\x17s'E\x08▒4xƒ\x03\x1D"
  b"ð,iËå2J·ú$&─)ì¸"
  b"ê\x14˜Ñ¨\x1AG¿»Ïç¡\x13tÒw"
  b"\x03\x01€ú*†F“¬¤>£L\x16\x1DÛ"
]
82 0.50 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"×Oý…¦®B瀭5TÌ\x15¼â"
  b"¸©Å╔└\x10G\x02®ofM½■&V"
  true
]
83 0.32 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"×Oý…¦®B瀭5TÌ\x15¼â"
  b"¸©Å╔└\x10G\x02®ofM½■&V"
  true
]
84 0.26 ms
# sales-channel::load-analytics::read
SELECT `sales_channel_analytics`.`id` as `sales_channel_analytics.id`, `sales_channel_analytics`.`tracking_id` as `sales_channel_analytics.trackingId`, `sales_channel_analytics`.`active` as `sales_channel_analytics.active`, `sales_channel_analytics`.`track_orders` as `sales_channel_analytics.trackOrders`, `sales_channel_analytics`.`anonymize_ip` as `sales_channel_analytics.anonymizeIp`, `sales_channel_analytics`.`created_at` as `sales_channel_analytics.createdAt`, `sales_channel_analytics`.`updated_at` as `sales_channel_analytics.updatedAt` FROM `sales_channel_analytics` WHERE `sales_channel_analytics`.`id` IN (?)
Parameters:
[
  b"µu!· (Oßž|‚*L",–"
]
85 0.39 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"×Oý…¦®B瀭5TÌ\x15¼â"
]
86 0.51 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:
[
  "/navigation/00000000000000000000000001994491"
  b"×Oý…¦®B瀭5TÌ\x15¼â"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
87 0.38 ms
SELECT `payment_method`.`id` FROM `payment_method` WHERE (`payment_method`.`handler_identifier` = ? AND `payment_method`.`active` = ?)
Parameters:
[
  "Kiener\MolliePayments\Handler\Method\ApplePayPayment"
  true
]
88 0.51 ms
SELECT `payment_method`.`id` FROM `payment_method` WHERE (`payment_method`.`handler_identifier` = ? AND `payment_method`.`active` = ?)
Parameters:
[
  "Kiener\MolliePayments\Handler\Method\ApplePayPayment"
  true
]
89 0.22 ms
SELECT `payment_method`.`id` FROM `payment_method` WHERE (`payment_method`.`handler_identifier` = ? AND `payment_method`.`active` = ?)
Parameters:
[
  "Kiener\MolliePayments\Handler\Method\ApplePayPayment"
  true
]
90 0.34 ms
SELECT property.name, property.value, property.id, property.child_count, property.on_event, property.event_name, property.parent_id FROM wbm_data_layer_properties property WHERE (property.parent_id IS NULL) AND (property.module = ?)
Parameters:
[
  "frontend.navigation.page"
]
91 0.24 ms
SELECT property.name, property.value, property.id, property.child_count, property.on_event, property.event_name, property.parent_id FROM wbm_data_layer_properties property WHERE (property.parent_id = ?) AND (property.module = ?)
Parameters:
[
  b"\x16\x16†}JP¾\x7F¿Û»\x1DíÓ"
  "frontend.navigation.page"
]
92 0.27 ms
SELECT property.name, property.value, property.id, property.child_count, property.on_event, property.event_name, property.parent_id FROM wbm_data_layer_properties property WHERE (property.parent_id = ?) AND (property.module = ?)
Parameters:
[
  b"pFÒ\x1D¦ôDÄ¢¤\x1F\x19Tßl˜"
  "frontend.navigation.page"
]
93 0.22 ms
SELECT property.name, property.value, property.id, property.child_count, property.on_event, property.event_name, property.parent_id FROM wbm_data_layer_properties property WHERE (property.parent_id = ?) AND (property.module = ?)
Parameters:
[
  b"}\x17Y║§ÄC;ó¦%┌îŨD"
  "frontend.navigation.page"
]
94 0.19 ms
SELECT path FROM category WHERE id = ?
Parameters:
[
  b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01™D‘"
]
95 0.15 ms
SELECT min_search_length FROM product_search_config WHERE language_id = ?
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
]
96 0.35 ms
SELECT option_translation.name FROM product product INNER JOIN product_option product_group ON product_group.product_id = product.id INNER JOIN property_group_option product_option ON product_group.property_group_option_id = product_option.id INNER JOIN property_group_option_translation option_translation ON option_translation.property_group_option_id = product_option.id WHERE (product.id = ?) AND (product.parent_id IS NOT NULL) AND (product.option_ids IS NOT NULL) AND (option_translation.language_id = ?)
Parameters:
[
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00aw\x19Q"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
97 0.29 ms
SELECT option_translation.name FROM product product INNER JOIN product_option product_group ON product_group.product_id = product.id INNER JOIN property_group_option product_option ON product_group.property_group_option_id = product_option.id INNER JOIN property_group_option_translation option_translation ON option_translation.property_group_option_id = product_option.id WHERE (product.id = ?) AND (product.parent_id IS NOT NULL) AND (product.option_ids IS NOT NULL) AND (option_translation.language_id = ?)
Parameters:
[
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00aw#`"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
98 0.27 ms
SELECT option_translation.name FROM product product INNER JOIN product_option product_group ON product_group.product_id = product.id INNER JOIN property_group_option product_option ON product_group.property_group_option_id = product_option.id INNER JOIN property_group_option_translation option_translation ON option_translation.property_group_option_id = product_option.id WHERE (product.id = ?) AND (product.parent_id IS NOT NULL) AND (product.option_ids IS NOT NULL) AND (option_translation.language_id = ?)
Parameters:
[
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00aw\x19\x17"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
99 0.24 ms
SELECT option_translation.name FROM product product INNER JOIN product_option product_group ON product_group.product_id = product.id INNER JOIN property_group_option product_option ON product_group.property_group_option_id = product_option.id INNER JOIN property_group_option_translation option_translation ON option_translation.property_group_option_id = product_option.id WHERE (product.id = ?) AND (product.parent_id IS NOT NULL) AND (product.option_ids IS NOT NULL) AND (option_translation.language_id = ?)
Parameters:
[
  b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00aw\x17"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
100 0.26 ms
SELECT option_translation.name FROM product product INNER JOIN product_option product_group ON product_group.product_id = product.id INNER JOIN property_group_option product_option ON product_group.property_group_option_id = product_option.id INNER JOIN property_group_option_translation option_translation ON option_translation.property_group_option_id = product_option.id WHERE (product.id = ?) AND (product.parent_id IS NOT NULL) AND (product.option_ids IS NOT NULL) AND (option_translation.language_id = ?)
Parameters:
[
  b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00aw ”"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
101 0.24 ms
SELECT option_translation.name FROM product product INNER JOIN product_option product_group ON product_group.product_id = product.id INNER JOIN property_group_option product_option ON product_group.property_group_option_id = product_option.id INNER JOIN property_group_option_translation option_translation ON option_translation.property_group_option_id = product_option.id WHERE (product.id = ?) AND (product.parent_id IS NOT NULL) AND (product.option_ids IS NOT NULL) AND (option_translation.language_id = ?)
Parameters:
[
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00aw"r"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
102 0.30 ms
SELECT option_translation.name FROM product product INNER JOIN product_option product_group ON product_group.product_id = product.id INNER JOIN property_group_option product_option ON product_group.property_group_option_id = product_option.id INNER JOIN property_group_option_translation option_translation ON option_translation.property_group_option_id = product_option.id WHERE (product.id = ?) AND (product.parent_id IS NOT NULL) AND (product.option_ids IS NOT NULL) AND (option_translation.language_id = ?)
Parameters:
[
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00aw#C"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
103 0.24 ms
SELECT option_translation.name FROM product product INNER JOIN product_option product_group ON product_group.product_id = product.id INNER JOIN property_group_option product_option ON product_group.property_group_option_id = product_option.id INNER JOIN property_group_option_translation option_translation ON option_translation.property_group_option_id = product_option.id WHERE (product.id = ?) AND (product.parent_id IS NOT NULL) AND (product.option_ids IS NOT NULL) AND (option_translation.language_id = ?)
Parameters:
[
  b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00aw\x17"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
104 0.25 ms
SELECT option_translation.name FROM product product INNER JOIN product_option product_group ON product_group.product_id = product.id INNER JOIN property_group_option product_option ON product_group.property_group_option_id = product_option.id INNER JOIN property_group_option_translation option_translation ON option_translation.property_group_option_id = product_option.id WHERE (product.id = ?) AND (product.parent_id IS NOT NULL) AND (product.option_ids IS NOT NULL) AND (option_translation.language_id = ?)
Parameters:
[
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00aw\x19)"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
105 0.24 ms
SELECT option_translation.name FROM product product INNER JOIN product_option product_group ON product_group.product_id = product.id INNER JOIN property_group_option product_option ON product_group.property_group_option_id = product_option.id INNER JOIN property_group_option_translation option_translation ON option_translation.property_group_option_id = product_option.id WHERE (product.id = ?) AND (product.parent_id IS NOT NULL) AND (product.option_ids IS NOT NULL) AND (option_translation.language_id = ?)
Parameters:
[
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00aw\x19@"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
106 0.30 ms
SELECT option_translation.name FROM product product INNER JOIN product_option product_group ON product_group.product_id = product.id INNER JOIN property_group_option product_option ON product_group.property_group_option_id = product_option.id INNER JOIN property_group_option_translation option_translation ON option_translation.property_group_option_id = product_option.id WHERE (product.id = ?) AND (product.parent_id IS NOT NULL) AND (product.option_ids IS NOT NULL) AND (option_translation.language_id = ?)
Parameters:
[
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00aw 1"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
107 0.24 ms
SELECT option_translation.name FROM product product INNER JOIN product_option product_group ON product_group.product_id = product.id INNER JOIN property_group_option product_option ON product_group.property_group_option_id = product_option.id INNER JOIN property_group_option_translation option_translation ON option_translation.property_group_option_id = product_option.id WHERE (product.id = ?) AND (product.parent_id IS NOT NULL) AND (product.option_ids IS NOT NULL) AND (option_translation.language_id = ?)
Parameters:
[
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00aw!D"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
108 0.26 ms
SELECT option_translation.name FROM product product INNER JOIN product_option product_group ON product_group.product_id = product.id INNER JOIN property_group_option product_option ON product_group.property_group_option_id = product_option.id INNER JOIN property_group_option_translation option_translation ON option_translation.property_group_option_id = product_option.id WHERE (product.id = ?) AND (product.parent_id IS NOT NULL) AND (product.option_ids IS NOT NULL) AND (option_translation.language_id = ?)
Parameters:
[
  b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00aw!€"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
109 0.26 ms
SELECT option_translation.name FROM product product INNER JOIN product_option product_group ON product_group.product_id = product.id INNER JOIN property_group_option product_option ON product_group.property_group_option_id = product_option.id INNER JOIN property_group_option_translation option_translation ON option_translation.property_group_option_id = product_option.id WHERE (product.id = ?) AND (product.parent_id IS NOT NULL) AND (product.option_ids IS NOT NULL) AND (option_translation.language_id = ?)
Parameters:
[
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00aw#\x08"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
110 0.28 ms
SELECT option_translation.name FROM product product INNER JOIN product_option product_group ON product_group.product_id = product.id INNER JOIN property_group_option product_option ON product_group.property_group_option_id = product_option.id INNER JOIN property_group_option_translation option_translation ON option_translation.property_group_option_id = product_option.id WHERE (product.id = ?) AND (product.parent_id IS NOT NULL) AND (product.option_ids IS NOT NULL) AND (option_translation.language_id = ?)
Parameters:
[
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00aw\x18\x14"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
111 0.24 ms
SELECT option_translation.name FROM product product INNER JOIN product_option product_group ON product_group.product_id = product.id INNER JOIN property_group_option product_option ON product_group.property_group_option_id = product_option.id INNER JOIN property_group_option_translation option_translation ON option_translation.property_group_option_id = product_option.id WHERE (product.id = ?) AND (product.parent_id IS NOT NULL) AND (product.option_ids IS NOT NULL) AND (option_translation.language_id = ?)
Parameters:
[
  b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00BI†g"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
112 0.25 ms
SELECT option_translation.name FROM product product INNER JOIN product_option product_group ON product_group.product_id = product.id INNER JOIN property_group_option product_option ON product_group.property_group_option_id = product_option.id INNER JOIN property_group_option_translation option_translation ON option_translation.property_group_option_id = product_option.id WHERE (product.id = ?) AND (product.parent_id IS NOT NULL) AND (product.option_ids IS NOT NULL) AND (option_translation.language_id = ?)
Parameters:
[
  b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00BI‡%"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
113 0.43 ms
SELECT option_translation.name FROM product product INNER JOIN product_option product_group ON product_group.product_id = product.id INNER JOIN property_group_option product_option ON product_group.property_group_option_id = product_option.id INNER JOIN property_group_option_translation option_translation ON option_translation.property_group_option_id = product_option.id WHERE (product.id = ?) AND (product.parent_id IS NOT NULL) AND (product.option_ids IS NOT NULL) AND (option_translation.language_id = ?)
Parameters:
[
  b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00BI†d"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
114 0.25 ms
SELECT option_translation.name FROM product product INNER JOIN product_option product_group ON product_group.product_id = product.id INNER JOIN property_group_option product_option ON product_group.property_group_option_id = product_option.id INNER JOIN property_group_option_translation option_translation ON option_translation.property_group_option_id = product_option.id WHERE (product.id = ?) AND (product.parent_id IS NOT NULL) AND (product.option_ids IS NOT NULL) AND (option_translation.language_id = ?)
Parameters:
[
  b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00BI†h"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
115 0.27 ms
SELECT option_translation.name FROM product product INNER JOIN product_option product_group ON product_group.product_id = product.id INNER JOIN property_group_option product_option ON product_group.property_group_option_id = product_option.id INNER JOIN property_group_option_translation option_translation ON option_translation.property_group_option_id = product_option.id WHERE (product.id = ?) AND (product.parent_id IS NOT NULL) AND (product.option_ids IS NOT NULL) AND (option_translation.language_id = ?)
Parameters:
[
  b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00BI†i"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
116 0.24 ms
SELECT option_translation.name FROM product product INNER JOIN product_option product_group ON product_group.product_id = product.id INNER JOIN property_group_option product_option ON product_group.property_group_option_id = product_option.id INNER JOIN property_group_option_translation option_translation ON option_translation.property_group_option_id = product_option.id WHERE (product.id = ?) AND (product.parent_id IS NOT NULL) AND (product.option_ids IS NOT NULL) AND (option_translation.language_id = ?)
Parameters:
[
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00aw\x19u"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
117 0.24 ms
SELECT option_translation.name FROM product product INNER JOIN product_option product_group ON product_group.product_id = product.id INNER JOIN property_group_option product_option ON product_group.property_group_option_id = product_option.id INNER JOIN property_group_option_translation option_translation ON option_translation.property_group_option_id = product_option.id WHERE (product.id = ?) AND (product.parent_id IS NOT NULL) AND (product.option_ids IS NOT NULL) AND (option_translation.language_id = ?)
Parameters:
[
  b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00aw\x19"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
118 0.24 ms
SELECT option_translation.name FROM product product INNER JOIN product_option product_group ON product_group.product_id = product.id INNER JOIN property_group_option product_option ON product_group.property_group_option_id = product_option.id INNER JOIN property_group_option_translation option_translation ON option_translation.property_group_option_id = product_option.id WHERE (product.id = ?) AND (product.parent_id IS NOT NULL) AND (product.option_ids IS NOT NULL) AND (option_translation.language_id = ?)
Parameters:
[
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00aw$\x16"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
119 0.29 ms
SELECT option_translation.name FROM product product INNER JOIN product_option product_group ON product_group.product_id = product.id INNER JOIN property_group_option product_option ON product_group.property_group_option_id = product_option.id INNER JOIN property_group_option_translation option_translation ON option_translation.property_group_option_id = product_option.id WHERE (product.id = ?) AND (product.parent_id IS NOT NULL) AND (product.option_ids IS NOT NULL) AND (option_translation.language_id = ?)
Parameters:
[
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00aw\x18C"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
120 0.42 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"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01™D‘"
]
121 0.20 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:
[]
122 0.22 ms
SELECT path FROM category WHERE id = ?
Parameters:
[
  b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01™D‘"
]
123 0.18 ms
SELECT min_search_length FROM product_search_config WHERE language_id = ?
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
]
124 15.91 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"
]
125 0.57 ms
# theme-service::resolve-media::read
SELECT `media`.`id` as `media.id`, `media`.`user_id` as `media.userId`, `media`.`media_folder_id` as `media.mediaFolderId`, `media`.`mime_type` as `media.mimeType`, `media`.`file_extension` as `media.fileExtension`, `media`.`uploaded_at` as `media.uploadedAt`, `media`.`file_name` as `media.fileName`, `media`.`file_size` as `media.fileSize`, `media`.`media_type` as `media.mediaTypeRaw`, `media`.`meta_data` as `media.metaData`, `media`.`config` as `media.config`, `media`.`path` as `media.path`, `media`.`private` as `media.private`, `media`.`thumbnails_ro` as `media.thumbnailsRo`, `media`.`created_at` as `media.createdAt`, `media`.`updated_at` as `media.updatedAt`, `media.translation.title`, `media.translation.title` as `media.title`, `media.translation.alt`, `media.translation.alt` as `media.alt`, `media.translation.customFields`, `media.translation.customFields` as `media.customFields` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media`.`media_folder_id` = `media.mediaFolder`.`id` LEFT JOIN (SELECT `media.translation`.`media_id`, `media.translation`.`alt` as `media.translation.alt`, `media.translation`.`title` as `media.translation.title`, `media.translation`.`custom_fields` as `media.translation.customFields` FROM `media_translation` `media.translation` WHERE `media.translation`.`language_id` = ?) `media.media_translation` ON `media.media_translation`.`media_id` = `media`.`id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder`.`default_folder_id` = `media.mediaFolder.defaultFolder`.`id` WHERE (((`media`.`private` = ? OR (`media`.`private` = ? AND `media.mediaFolder.defaultFolder`.`entity` = ?)))) AND (`media`.`id` IN (?, ?, ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  false
  true
  "product_download"
  b"«»ƒ&\x12xJÔ¡A¸\x11—Ó\x15â"
  b"p╔D~UÉBzóÂÍùú\x08▀4"
  b"\x03_¨È’\x03Iú‘\x10„6Ÿym\e"
]
126 0.49 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:
[]
127 0.20 ms
SELECT LOWER(HEX(id)) FROM snippet_set WHERE iso = ?
Parameters:
[
  "de-DE"
]
128 0.15 ms
SELECT iso FROM snippet_set WHERE id = ?
Parameters:
[
  b"´ç\x17‚HäC\—zlšÒš|ø"
]
129 0.23 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"×Oý…¦®B瀭5TÌ\x15¼â"
]
130 0.17 ms
SELECT `base_class` AS `baseClass`, `author`
                FROM `plugin`
Parameters:
[]
131 0.54 ms
SELECT translation_key, value FROM snippet WHERE snippet_set_id = ?
Parameters:
[
  b"´ç\x17‚HäC\—zlšÒš|ø"
]
132 4.39 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"ÂtÚÛaèIþ…цÖW;2“"
]
133 12.24 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` = ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"®Ä\x02ü²\x15L­³>´üžgòÇ"
]
134 14.64 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"
]
135 0.74 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"«»ƒ&\x12xJÔ¡A¸\x11—Ó\x15â"
  b"«»ƒ&\x12xJÔ¡A¸\x11—Ó\x15â"
  b"«»ƒ&\x12xJÔ¡A¸\x11—Ó\x15â"
  b"«»ƒ&\x12xJÔ¡A¸\x11—Ó\x15â"
  b"p╔D~UÉBzóÂÍùú\x08▀4"
  b"«»ƒ&\x12xJÔ¡A¸\x11—Ó\x15â"
  b"«»ƒ&\x12xJÔ¡A¸\x11—Ó\x15â"
  b"""
    \x10Þ&´èDO\x16«ì\n
    RüÖ2╣
    """
  b"\x03_¨È’\x03Iú‘\x10„6Ÿym\e"
]
136 26.55 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/00000000000000000000000001994491"
  "/navigation/00000000000000000000000001724376"
  "/navigation/00000000000000000000000001724388"
  "/navigation/00000000000000000000000001724391"
  "/navigation/00000000000000000000000001724396"
  "/navigation/00000000000000000000000001994501"
  "/navigation/00000000000000000000000001994517"
  "/navigation/00000000000000000000000001994523"
  "/navigation/00000000000000000000000001724377"
  "/navigation/00000000000000000000000001724379"
  "/navigation/00000000000000000000000001724380"
  "/navigation/00000000000000000000000001724381"
  "/navigation/00000000000000000000000001724382"
  "/navigation/00000000000000000000000001724383"
  "/navigation/00000000000000000000000001724385"
  "/navigation/00000000000000000000000001724386"
  "/navigation/00000000000000000000000001724387"
  "/navigation/00000000000000000000000001724394"
  "/navigation/00000000000000000000000001774525"
  "/navigation/00000000000000000000000001957201"
  "/navigation/00000000000000000000000001985226"
  "/navigation/00000000000000000000000001994489"
  "/navigation/00000000000000000000000001994490"
  "/navigation/00000000000000000000000001994492"
  "/navigation/00000000000000000000000001994493"
  "/navigation/00000000000000000000000001994494"
  "/navigation/00000000000000000000000001994495"
  "/navigation/00000000000000000000000001994496"
  "/navigation/00000000000000000000000001994497"
  "/navigation/00000000000000000000000001994498"
  "/navigation/00000000000000000000000001994499"
  "/navigation/00000000000000000000000001994500"
  "/navigation/00000000000000000000000001724441"
  "/navigation/00000000000000000000000001845183"
  "/navigation/00000000000000000000000001995203"
  "/navigation/00000000000000000000000001995204"
  "/navigation/00000000000000000000000002078985"
  "/navigation/00000000000000000000000002078986"
  "/navigation/00000000000000000000000002078987"
  "/navigation/00000000000000000000000001994502"
  "/navigation/00000000000000000000000001994503"
  "/navigation/00000000000000000000000001994504"
  "/navigation/00000000000000000000000001994622"
  "/navigation/00000000000000000000000001994675"
  "/navigation/00000000000000000000000001994677"
  "/navigation/00000000000000000000000001994678"
  "/navigation/00000000000000000000000001994679"
  "/navigation/00000000000000000000000001994680"
  "/navigation/00000000000000000000000001994681"
  "/navigation/00000000000000000000000001994682"
  "/navigation/00000000000000000000000001994623"
  "/navigation/00000000000000000000000001994683"
  "/navigation/00000000000000000000000001994684"
  "/navigation/00000000000000000000000001994685"
  "/navigation/00000000000000000000000001994686"
  "/navigation/00000000000000000000000001994687"
  "/navigation/00000000000000000000000001994688"
  "/navigation/00000000000000000000000001994689"
  "/navigation/00000000000000000000000001994690"
  "/navigation/00000000000000000000000001994691"
  "/navigation/00000000000000000000000001994692"
  "/navigation/00000000000000000000000001994693"
  "/navigation/00000000000000000000000001994694"
  "/navigation/00000000000000000000000001994695"
  "/navigation/00000000000000000000000001994624"
  "/navigation/00000000000000000000000001994696"
  "/navigation/00000000000000000000000001994697"
  "/navigation/00000000000000000000000001994698"
  "/navigation/00000000000000000000000001994699"
  "/navigation/00000000000000000000000001994700"
  "/navigation/00000000000000000000000001994701"
  "/navigation/00000000000000000000000001994702"
  "/navigation/00000000000000000000000001994703"
  "/navigation/00000000000000000000000001994625"
  "/navigation/00000000000000000000000001994704"
  "/navigation/00000000000000000000000001994705"
  "/navigation/00000000000000000000000001994706"
  "/navigation/00000000000000000000000001994707"
  "/navigation/00000000000000000000000001994708"
  "/navigation/00000000000000000000000001994709"
  "/navigation/00000000000000000000000001994710"
  "/navigation/00000000000000000000000001994626"
  "/navigation/00000000000000000000000001994711"
  "/navigation/00000000000000000000000001994627"
  "/navigation/00000000000000000000000001994712"
  "/navigation/00000000000000000000000001994713"
  "/navigation/00000000000000000000000001994714"
  "/navigation/00000000000000000000000001994715"
  "/navigation/00000000000000000000000001994716"
  "/navigation/00000000000000000000000001994717"
  "/navigation/00000000000000000000000001994718"
  "/navigation/00000000000000000000000001994719"
  "/navigation/00000000000000000000000001994720"
  "/navigation/00000000000000000000000001994721"
  "/navigation/00000000000000000000000001994722"
  "/navigation/00000000000000000000000001994723"
  "/navigation/00000000000000000000000001994724"
  "/navigation/00000000000000000000000001994725"
  "/navigation/00000000000000000000000001994726"
  "/navigation/00000000000000000000000001994727"
  "/navigation/00000000000000000000000001994728"
  "/navigation/00000000000000000000000001994628"
  "/navigation/00000000000000000000000001994729"
  "/navigation/00000000000000000000000001994730"
  "/navigation/00000000000000000000000001994731"
  "/navigation/00000000000000000000000001994732"
  "/navigation/00000000000000000000000001994733"
  "/navigation/00000000000000000000000001994734"
  "/navigation/00000000000000000000000001994735"
  "/navigation/00000000000000000000000001994629"
  "/navigation/00000000000000000000000001994736"
  "/navigation/00000000000000000000000001994737"
  "/navigation/00000000000000000000000001994738"
  "/navigation/00000000000000000000000001994739"
  "/navigation/00000000000000000000000001994740"
  "/navigation/00000000000000000000000001994741"
  "/navigation/00000000000000000000000001995083"
  "/navigation/00000000000000000000000001994630"
  "/navigation/00000000000000000000000001994742"
  "/navigation/00000000000000000000000001994743"
  "/navigation/00000000000000000000000001994744"
  "/navigation/00000000000000000000000001994745"
  "/navigation/00000000000000000000000001994746"
  "/navigation/00000000000000000000000001994747"
  "/navigation/00000000000000000000000001994749"
  "/navigation/00000000000000000000000001994750"
  "/navigation/00000000000000000000000001994631"
  "/navigation/00000000000000000000000001994751"
  "/navigation/00000000000000000000000001994752"
  "/navigation/00000000000000000000000001994753"
  "/navigation/00000000000000000000000001994754"
  "/navigation/00000000000000000000000001994755"
  "/navigation/00000000000000000000000001994756"
  "/navigation/00000000000000000000000001994757"
  "/navigation/00000000000000000000000001994758"
  "/navigation/00000000000000000000000001994759"
  "/navigation/00000000000000000000000001994760"
  "/navigation/00000000000000000000000001994761"
  "/navigation/00000000000000000000000001994762"
  "/navigation/00000000000000000000000001994763"
  "/navigation/00000000000000000000000001994764"
  "/navigation/00000000000000000000000001994765"
  "/navigation/00000000000000000000000001994766"
  "/navigation/00000000000000000000000001994767"
  "/navigation/00000000000000000000000001994768"
  "/navigation/00000000000000000000000001994769"
  "/navigation/00000000000000000000000001994770"
  "/navigation/00000000000000000000000001994771"
  "/navigation/00000000000000000000000001994772"
  "/navigation/00000000000000000000000001994773"
  "/navigation/00000000000000000000000001994774"
  "/navigation/00000000000000000000000001994775"
  "/navigation/00000000000000000000000001994776"
  "/navigation/00000000000000000000000001994632"
  "/navigation/00000000000000000000000001994777"
  "/navigation/00000000000000000000000001994778"
  "/navigation/00000000000000000000000001994779"
  "/navigation/00000000000000000000000001994780"
  "/navigation/00000000000000000000000001994781"
  "/navigation/00000000000000000000000001994782"
  "/navigation/00000000000000000000000001994783"
  "/navigation/00000000000000000000000001994784"
  "/navigation/00000000000000000000000001994785"
  "/navigation/00000000000000000000000001994786"
  "/navigation/00000000000000000000000001994787"
  "/navigation/00000000000000000000000001994788"
  "/navigation/00000000000000000000000001994789"
  "/navigation/00000000000000000000000001994790"
  "/navigation/00000000000000000000000001994791"
  "/navigation/00000000000000000000000001994633"
  "/navigation/00000000000000000000000001994792"
  "/navigation/00000000000000000000000001994793"
  "/navigation/00000000000000000000000001994794"
  "/navigation/00000000000000000000000001994795"
  "/navigation/00000000000000000000000001994796"
  "/navigation/00000000000000000000000001994797"
  "/navigation/00000000000000000000000001994798"
  "/navigation/00000000000000000000000001994799"
  "/navigation/00000000000000000000000001994800"
  "/navigation/00000000000000000000000001994801"
  "/navigation/00000000000000000000000001994802"
  "/navigation/00000000000000000000000001994634"
  "/navigation/00000000000000000000000001994803"
  "/navigation/00000000000000000000000001994804"
  "/navigation/00000000000000000000000001994805"
  "/navigation/00000000000000000000000001994806"
  "/navigation/00000000000000000000000001994807"
  "/navigation/00000000000000000000000001994808"
  "/navigation/00000000000000000000000001994809"
  "/navigation/00000000000000000000000001994810"
  "/navigation/00000000000000000000000001994811"
  "/navigation/00000000000000000000000001994812"
  "/navigation/00000000000000000000000001994813"
  "/navigation/00000000000000000000000001994814"
  "/navigation/00000000000000000000000001994815"
  "/navigation/00000000000000000000000001994816"
  "/navigation/00000000000000000000000001994817"
  "/navigation/00000000000000000000000001994818"
  "/navigation/00000000000000000000000001994819"
  "/navigation/00000000000000000000000001994820"
  "/navigation/00000000000000000000000001994821"
  "/navigation/00000000000000000000000001994635"
  "/navigation/00000000000000000000000001994822"
  "/navigation/00000000000000000000000001994636"
  "/navigation/00000000000000000000000001994823"
  "/navigation/00000000000000000000000001994824"
  "/navigation/00000000000000000000000001994825"
  "/navigation/00000000000000000000000001994826"
  "/navigation/00000000000000000000000001994827"
  "/navigation/00000000000000000000000001994828"
  "/navigation/00000000000000000000000001994829"
  "/navigation/00000000000000000000000001994830"
  "/navigation/00000000000000000000000001994831"
  "/navigation/00000000000000000000000001994832"
  "/navigation/00000000000000000000000001994833"
  "/navigation/00000000000000000000000001995090"
  "/navigation/00000000000000000000000001994637"
  "/navigation/00000000000000000000000001994834"
  "/navigation/00000000000000000000000001994835"
  "/navigation/00000000000000000000000001994836"
  "/navigation/00000000000000000000000001994638"
  "/navigation/00000000000000000000000001994837"
  "/navigation/00000000000000000000000001994838"
  "/navigation/00000000000000000000000001994839"
  "/navigation/00000000000000000000000001994840"
  "/navigation/00000000000000000000000001994841"
  "/navigation/00000000000000000000000001994842"
  "/navigation/00000000000000000000000001994843"
  "/navigation/00000000000000000000000001994639"
  "/navigation/00000000000000000000000001994844"
  "/navigation/00000000000000000000000001994640"
  "/navigation/00000000000000000000000001994845"
  "/navigation/00000000000000000000000001994847"
  "/navigation/00000000000000000000000001994848"
  "/navigation/00000000000000000000000001994849"
  "/navigation/00000000000000000000000001994850"
  "/navigation/00000000000000000000000001994851"
  "/navigation/00000000000000000000000001994852"
  "/navigation/00000000000000000000000001994854"
  "/navigation/00000000000000000000000001994855"
  "/navigation/00000000000000000000000001994641"
  "/navigation/00000000000000000000000001994857"
  "/navigation/00000000000000000000000001994858"
  "/navigation/00000000000000000000000001994859"
  "/navigation/00000000000000000000000001994860"
  "/navigation/00000000000000000000000001994861"
  "/navigation/00000000000000000000000001994862"
  "/navigation/00000000000000000000000001994863"
  "/navigation/00000000000000000000000001994864"
  "/navigation/00000000000000000000000001994865"
  "/navigation/00000000000000000000000001994866"
  "/navigation/00000000000000000000000001994867"
  "/navigation/00000000000000000000000001994868"
  "/navigation/00000000000000000000000001994642"
  "/navigation/00000000000000000000000001994869"
  "/navigation/00000000000000000000000001994870"
  "/navigation/00000000000000000000000001994871"
  "/navigation/00000000000000000000000001994872"
  "/navigation/00000000000000000000000001994873"
  "/navigation/00000000000000000000000001994643"
  "/navigation/00000000000000000000000001994874"
  "/navigation/00000000000000000000000001994875"
  "/navigation/00000000000000000000000001994876"
  "/navigation/00000000000000000000000001994877"
  "/navigation/00000000000000000000000001994878"
  "/navigation/00000000000000000000000001994879"
  "/navigation/00000000000000000000000001994880"
  "/navigation/00000000000000000000000001994881"
  "/navigation/00000000000000000000000001994644"
  "/navigation/00000000000000000000000001994882"
  "/navigation/00000000000000000000000001994883"
  "/navigation/00000000000000000000000001994884"
  "/navigation/00000000000000000000000001994885"
  "/navigation/00000000000000000000000001994886"
  "/navigation/00000000000000000000000001994887"
  "/navigation/00000000000000000000000001994888"
  "/navigation/00000000000000000000000001994889"
  "/navigation/00000000000000000000000001994890"
  "/navigation/00000000000000000000000001994891"
  "/navigation/00000000000000000000000001994892"
  "/navigation/00000000000000000000000001994893"
  "/navigation/00000000000000000000000001994894"
  "/navigation/00000000000000000000000001994896"
  "/navigation/00000000000000000000000001994898"
  "/navigation/00000000000000000000000001994645"
  "/navigation/00000000000000000000000001994899"
  "/navigation/00000000000000000000000001994900"
  "/navigation/00000000000000000000000001994901"
  "/navigation/00000000000000000000000001994902"
  "/navigation/00000000000000000000000001994903"
  "/navigation/00000000000000000000000001994904"
  "/navigation/00000000000000000000000001994905"
  "/navigation/00000000000000000000000001994906"
  "/navigation/00000000000000000000000001994907"
  "/navigation/00000000000000000000000001994908"
  "/navigation/00000000000000000000000001994909"
  "/navigation/00000000000000000000000001994910"
  "/navigation/00000000000000000000000001994911"
  "/navigation/00000000000000000000000001994912"
  "/navigation/00000000000000000000000001994913"
  "/navigation/00000000000000000000000001994914"
  "/navigation/00000000000000000000000001995087"
  "/navigation/00000000000000000000000001994646"
  "/navigation/00000000000000000000000001994915"
  "/navigation/00000000000000000000000001994916"
  "/navigation/00000000000000000000000001994917"
  "/navigation/00000000000000000000000001994918"
  "/navigation/00000000000000000000000001994919"
  "/navigation/00000000000000000000000001994920"
  "/navigation/00000000000000000000000001994921"
  "/navigation/00000000000000000000000001994922"
  "/navigation/00000000000000000000000001994923"
  "/navigation/00000000000000000000000001994924"
  "/navigation/00000000000000000000000001994925"
  "/navigation/00000000000000000000000001994926"
  "/navigation/00000000000000000000000001994927"
  "/navigation/00000000000000000000000001994928"
  "/navigation/00000000000000000000000001994929"
  "/navigation/00000000000000000000000001994930"
  "/navigation/00000000000000000000000001994931"
  "/navigation/00000000000000000000000001994932"
  "/navigation/00000000000000000000000001994933"
  "/navigation/00000000000000000000000001994934"
  "/navigation/00000000000000000000000001994935"
  "/navigation/00000000000000000000000001994647"
  "/navigation/00000000000000000000000001994936"
  "/navigation/00000000000000000000000001994937"
  "/navigation/00000000000000000000000001994938"
  "/navigation/00000000000000000000000001994939"
  "/navigation/00000000000000000000000001994940"
  "/navigation/00000000000000000000000001994941"
  "/navigation/00000000000000000000000001994942"
  "/navigation/00000000000000000000000001994943"
  "/navigation/00000000000000000000000001994944"
  "/navigation/00000000000000000000000001994945"
  "/navigation/00000000000000000000000001994946"
  "/navigation/00000000000000000000000001994947"
  "/navigation/00000000000000000000000001994948"
  "/navigation/00000000000000000000000001994949"
  "/navigation/00000000000000000000000001994950"
  "/navigation/00000000000000000000000001994951"
  "/navigation/00000000000000000000000001994952"
  "/navigation/00000000000000000000000001994953"
  "/navigation/00000000000000000000000001995084"
  "/navigation/00000000000000000000000001995085"
  "/navigation/00000000000000000000000001994648"
  "/navigation/00000000000000000000000001994954"
  "/navigation/00000000000000000000000001994955"
  "/navigation/00000000000000000000000001994956"
  "/navigation/00000000000000000000000001994957"
  "/navigation/00000000000000000000000001994958"
  "/navigation/00000000000000000000000001994959"
  "/navigation/00000000000000000000000001994960"
  "/navigation/00000000000000000000000001994961"
  "/navigation/00000000000000000000000001994649"
  "/navigation/00000000000000000000000001994962"
  "/navigation/00000000000000000000000001994650"
  "/navigation/00000000000000000000000001994963"
  "/navigation/00000000000000000000000001994964"
  "/navigation/00000000000000000000000001994965"
  "/navigation/00000000000000000000000001994966"
  "/navigation/00000000000000000000000001994967"
  "/navigation/00000000000000000000000001994968"
  "/navigation/00000000000000000000000001994969"
  "/navigation/00000000000000000000000001994970"
  "/navigation/00000000000000000000000001994651"
  "/navigation/00000000000000000000000001994971"
  "/navigation/00000000000000000000000001994972"
  "/navigation/00000000000000000000000001994973"
  "/navigation/00000000000000000000000001994974"
  "/navigation/00000000000000000000000001994975"
  "/navigation/00000000000000000000000001994976"
  "/navigation/00000000000000000000000001994977"
  "/navigation/00000000000000000000000001994978"
  "/navigation/00000000000000000000000001994979"
  "/navigation/00000000000000000000000001994980"
  "/navigation/00000000000000000000000001994652"
  "/navigation/00000000000000000000000001994981"
  "/navigation/00000000000000000000000001994653"
  "/navigation/00000000000000000000000001994982"
  "/navigation/00000000000000000000000001994983"
  "/navigation/00000000000000000000000001994984"
  "/navigation/00000000000000000000000001994985"
  "/navigation/00000000000000000000000001994986"
  "/navigation/00000000000000000000000001994987"
  "/navigation/00000000000000000000000001994988"
  "/navigation/00000000000000000000000001994989"
  "/navigation/00000000000000000000000001994654"
  "/navigation/00000000000000000000000001994990"
  "/navigation/00000000000000000000000001994991"
  "/navigation/00000000000000000000000001994992"
  "/navigation/00000000000000000000000001994993"
  "/navigation/00000000000000000000000001994994"
  "/navigation/00000000000000000000000001994995"
  "/navigation/00000000000000000000000001994996"
  "/navigation/00000000000000000000000001994997"
  "/navigation/00000000000000000000000001994998"
  "/navigation/00000000000000000000000001994999"
  "/navigation/00000000000000000000000001995000"
  "/navigation/00000000000000000000000001995001"
  "/navigation/00000000000000000000000001995002"
  "/navigation/00000000000000000000000001994655"
  "/navigation/00000000000000000000000001995003"
  "/navigation/00000000000000000000000001995004"
  "/navigation/00000000000000000000000001995005"
  "/navigation/00000000000000000000000001995006"
  "/navigation/00000000000000000000000001995007"
  "/navigation/00000000000000000000000001995008"
  "/navigation/00000000000000000000000001995009"
  "/navigation/00000000000000000000000001995010"
  "/navigation/00000000000000000000000001995011"
  "/navigation/00000000000000000000000001995012"
  "/navigation/00000000000000000000000001995013"
  "/navigation/00000000000000000000000001995014"
  "/navigation/00000000000000000000000001995015"
  "/navigation/00000000000000000000000001995016"
  "/navigation/00000000000000000000000001995017"
  "/navigation/00000000000000000000000001995018"
  "/navigation/00000000000000000000000001995019"
  "/navigation/00000000000000000000000001994656"
  "/navigation/00000000000000000000000001995020"
  "/navigation/00000000000000000000000001995021"
  "/navigation/00000000000000000000000001995022"
  "/navigation/00000000000000000000000001995023"
  "/navigation/00000000000000000000000001995024"
  "/navigation/00000000000000000000000001995025"
  "/navigation/00000000000000000000000001995026"
  "/navigation/00000000000000000000000001995027"
  "/navigation/00000000000000000000000001995028"
  "/navigation/00000000000000000000000001995029"
  "/navigation/00000000000000000000000001995030"
  "/navigation/00000000000000000000000001995031"
  "/navigation/00000000000000000000000001995032"
  "/navigation/00000000000000000000000001994657"
  "/navigation/00000000000000000000000001995033"
  "/navigation/00000000000000000000000001995034"
  "/navigation/00000000000000000000000001995035"
  "/navigation/00000000000000000000000001995036"
  "/navigation/00000000000000000000000001995038"
  "/navigation/00000000000000000000000001995039"
  "/navigation/00000000000000000000000001995040"
  "/navigation/00000000000000000000000001995041"
  "/navigation/00000000000000000000000001995042"
  "/navigation/00000000000000000000000001995043"
  "/navigation/00000000000000000000000001995044"
  "/navigation/00000000000000000000000001995046"
  "/navigation/00000000000000000000000001995047"
  "/navigation/00000000000000000000000001995048"
  "/navigation/00000000000000000000000001995049"
  "/navigation/00000000000000000000000001995050"
  "/navigation/00000000000000000000000001995051"
  "/navigation/00000000000000000000000001995052"
  "/navigation/00000000000000000000000001995053"
  "/navigation/00000000000000000000000001995054"
  "/navigation/00000000000000000000000001995055"
  "/navigation/00000000000000000000000001994505"
  "/navigation/00000000000000000000000001994658"
  "/navigation/00000000000000000000000001995056"
  "/navigation/00000000000000000000000001994659"
  "/navigation/00000000000000000000000001995057"
  "/navigation/00000000000000000000000001994661"
  "/navigation/00000000000000000000000001995059"
  "/navigation/00000000000000000000000001994662"
  "/navigation/00000000000000000000000001995060"
  "/navigation/00000000000000000000000001994663"
  "/navigation/00000000000000000000000001995061"
  "/navigation/00000000000000000000000001994664"
  "/navigation/00000000000000000000000001995062"
  "/navigation/00000000000000000000000001994665"
  "/navigation/00000000000000000000000001995063"
  "/navigation/00000000000000000000000001994666"
  "/navigation/00000000000000000000000001995064"
  "/navigation/00000000000000000000000001994667"
  "/navigation/00000000000000000000000001995065"
  "/navigation/00000000000000000000000001994668"
  "/navigation/00000000000000000000000001995067"
  "/navigation/00000000000000000000000001994669"
  "/navigation/00000000000000000000000001995068"
  "/navigation/00000000000000000000000001994670"
  "/navigation/00000000000000000000000001995069"
  "/navigation/00000000000000000000000001994671"
  "/navigation/00000000000000000000000001995070"
  "/navigation/00000000000000000000000001994672"
  "/navigation/00000000000000000000000001995071"
  "/navigation/00000000000000000000000001994673"
  "/navigation/00000000000000000000000001995072"
  "/navigation/00000000000000000000000001995073"
  "/navigation/00000000000000000000000001995074"
  "/navigation/00000000000000000000000001995075"
  "/navigation/00000000000000000000000001994507"
  "/navigation/00000000000000000000000001994519"
  "/navigation/00000000000000000000000001995082"
  "/navigation/00000000000000000000000002094846"
  "/navigation/00000000000000000000000001946155"
  "/navigation/00000000000000000000000001994520"
  "/navigation/00000000000000000000000001958323"
  "/navigation/00000000000000000000000001994524"
  "/navigation/00000000000000000000000001994528"
  "/navigation/00000000000000000000000001994531"
  "/navigation/00000000000000000000000001994532"
  "/navigation/00000000000000000000000001994533"
  "/navigation/00000000000000000000000001994535"
  "/navigation/00000000000000000000000001994549"
  "/navigation/00000000000000000000000001994571"
  "/navigation/00000000000000000000000001999523"
  "/navigation/00000000000000000000000001994536"
  "/navigation/00000000000000000000000001994537"
  "/navigation/00000000000000000000000001994538"
  "/navigation/00000000000000000000000001994540"
  "/navigation/00000000000000000000000001994564"
  "/navigation/00000000000000000000000001994580"
  "/navigation/00000000000000000000000001994541"
  "/navigation/00000000000000000000000001994542"
  "/navigation/00000000000000000000000001994543"
  "/navigation/00000000000000000000000001994544"
  "/navigation/00000000000000000000000001994545"
  "/navigation/00000000000000000000000001994548"
  "/navigation/00000000000000000000000001994550"
  "/navigation/00000000000000000000000001994560"
  "/navigation/00000000000000000000000001994561"
  "/navigation/00000000000000000000000001994566"
  "/navigation/00000000000000000000000001994570"
  "/navigation/00000000000000000000000002000223"
  "/navigation/00000000000000000000000002009546"
  "/navigation/00000000000000000000000002092218"
  "/navigation/00000000000000000000000001743118"
  "/navigation/00000000000000000000000002098090"
  "/navigation/00000000000000000000000002098766"
  "/navigation/00000000000000000000000001994522"
  "/navigation/00000000000000000000000001994551"
  "/navigation/00000000000000000000000001994552"
  "/navigation/00000000000000000000000001994553"
  "/navigation/00000000000000000000000001994554"
  "/navigation/00000000000000000000000001994555"
  "/navigation/00000000000000000000000001994556"
  "/navigation/00000000000000000000000002000795"
  "/navigation/00000000000000000000000002094845"
  "/navigation/00000000000000000000000001994558"
  "/detail/00000000000000000000000061771951"
  "/"
  "/detail/00000000000000000000000061772360"
  "/detail/00000000000000000000000061771917"
  "/detail/00000000000000000000000061771792"
  "/detail/00000000000000000000000061772094"
  "/detail/00000000000000000000000061772272"
  "/detail/00000000000000000000000061772343"
  "/detail/00000000000000000000000061771787"
  "/detail/00000000000000000000000061771929"
  "/detail/00000000000000000000000061771940"
  "/detail/00000000000000000000000061772031"
  "/detail/00000000000000000000000061772144"
  "/detail/00000000000000000000000061772180"
  "/detail/00000000000000000000000061772308"
  "/detail/00000000000000000000000061771814"
  "/detail/00000000000000000000000042498667"
  "/detail/00000000000000000000000042498725"
  "/detail/00000000000000000000000042498664"
  "/detail/00000000000000000000000042498668"
  "/detail/00000000000000000000000042498669"
  "/detail/00000000000000000000000061771975"
  "/detail/00000000000000000000000061771994"
  "/detail/00000000000000000000000061772416"
  "/detail/00000000000000000000000061771843"
  "/navigation/5507d613f3974866b64d558b39342451"
  "/navigation/9174b58ea27e496f8e9cefcba40cac29"
  "/navigation/f971ef3857fb42e781756fba1e3dce5e"
  "/navigation/bba541c73fde441ebcdbd07fc306d960"
  "/navigation/44008bc085fd46559a6a82b1a2cf1a62"
  "/navigation/11890a5a935040ae99a4c58cb9fcdd0e"
  "/navigation/f859bda54694455a8d10baaec58c5c32"
  "/navigation/ceafb9867f584615a48e455a894f6b8b"
  "/navigation/7c2e93a1706f46c997cdcd112ccff324"
  "/navigation/b835f06ac4d2422ea289d6215a6f69b1"
  "/navigation/e7c8778ba9fc4785a8311e2ea1e0f6d8"
  "/navigation/2e332cfbd1de4b03b7321c1020cc2676"
  "/navigation/42a07277e07d4278b882f9e47493e602"
  "/navigation/bc19d167515040b48c34a5cb687011eb"
  "/navigation/8420453b9e044f66960143f8dd935e55"
  "/navigation/7e36b655d35d40899bf8a82765b23adb"
  "/navigation/5de4b279abf74b4eb167e2acc5bfc875"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"×Oý…¦®B瀭5TÌ\x15¼â"
]
137 0.55 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""ð3.ü<D┤öUOz´¯SÍ"
  b"£‚^\x1DÚ¼D\x00Š…\x19Ëÿtºñ"
  b"â2grÄkH††ã\t\x1C2O-Ø"
  b"ã*J#öìF=¸\x1A„¯ ÷^ó"
  b"\x03\x06 zMT¢”­ÎÔ¸51"
  b"\vÙÒë\x17©E´°¦¬a±FÌÈ"
  b"£éM&6o@\x1D¸\x10¤vª²]Ã"
  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.