GET https://stage.bleywaren.de/biloba_product_manufacturer

Query Metrics

109 Database Queries
99 Different statements
1095.36 ms Query time

Queries

Group similar statements

# Time Info
1 0.25 ms
SELECT `key`, `value` FROM `app_config`
Parameters:
[]
2 0.08 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:
[]
3 0.11 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:
[]
4 0.08 ms
SELECT `key`, `value` FROM `app_config`
Parameters:
[]
5 0.09 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:
[]
6 0.07 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"
]
7 0.85 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"‘ùnjÔ±Fçµ¼¾A/a{º"
  "Riess"
  "Riess/"
]
8 0.09 ms
SELECT configuration_key, configuration_value FROM system_config WHERE sales_channel_id IS NULL ORDER BY sales_channel_id ASC
Parameters:
[]
9 0.05 ms
SELECT `name`, `path`, `author`, `self_managed`
                FROM `app`
                WHERE `active` = 1
Parameters:
[]
10 0.08 ms
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = ?) AND (token = ?) LIMIT 1
Parameters:
[
  b"‘ùnjÔ±Fçµ¼¾A/a{º"
  "wjgsPvHpjCHi8888khkn4tZLQzqgIIPX"
]
11 0.06 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"‘ùnjÔ±Fçµ¼¾A/a{º"
]
12 0.10 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"‘ùnjÔ±Fçµ¼¾A/a{º"
]
13 0.07 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"‘ùnjÔ±Fçµ¼¾A/a{º"
]
14 0.07 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"‘ùnjÔ±Fçµ¼¾A/a{º"
]
15 0.08 ms
# base-context-factory::sales-channel::association::languages::read
SELECT `language`.`id` as `language.id`, `language`.`parent_id` as `language.parentId`, `language`.`locale_id` as `language.localeId`, `language`.`translation_code_id` as `language.translationCodeId`, `language`.`name` as `language.name`, `language`.`custom_fields` as `language.customFields`, `language`.`created_at` as `language.createdAt`, `language`.`updated_at` as `language.updatedAt`, `language.translationCode`.`id` as `language.translationCode.id`, `language.translationCode`.`code` as `language.translationCode.code`, `language.translationCode`.`created_at` as `language.translationCode.createdAt`, `language.translationCode`.`updated_at` as `language.translationCode.updatedAt`, `language.translationCode.translation.name`, `language.translationCode.translation.name` as `language.translationCode.name`, `language.translationCode.translation.territory`, `language.translationCode.translation.territory` as `language.translationCode.territory`, `language.translationCode.translation.customFields`, `language.translationCode.translation.customFields` as `language.translationCode.customFields`, `language.locale`.`id` as `language.locale.id`, `language.locale`.`code` as `language.locale.code`, `language.locale`.`created_at` as `language.locale.createdAt`, `language.locale`.`updated_at` as `language.locale.updatedAt`, `language.locale.translation.name`, `language.locale.translation.name` as `language.locale.name`, `language.locale.translation.territory`, `language.locale.translation.territory` as `language.locale.territory`, `language.locale.translation.customFields`, `language.locale.translation.customFields` as `language.locale.customFields` FROM `language` LEFT JOIN `locale` `language.translationCode` ON `language`.`translation_code_id` = `language.translationCode`.`id` LEFT JOIN `locale` `language.locale` ON `language`.`locale_id` = `language.locale`.`id` LEFT JOIN (SELECT `language.translationCode.translation`.`locale_id`, `language.translationCode.translation`.`name` as `language.translationCode.translation.name`, `language.translationCode.translation`.`territory` as `language.translationCode.translation.territory`, `language.translationCode.translation`.`custom_fields` as `language.translationCode.translation.customFields` FROM `locale_translation` `language.translationCode.translation` WHERE `language.translationCode.translation`.`language_id` = ?) `language.translationCode.locale_translation` ON `language.translationCode.locale_translation`.`locale_id` = `language.translationCode`.`id` LEFT JOIN (SELECT `language.locale.translation`.`locale_id`, `language.locale.translation`.`name` as `language.locale.translation.name`, `language.locale.translation`.`territory` as `language.locale.translation.territory`, `language.locale.translation`.`custom_fields` as `language.locale.translation.customFields` FROM `locale_translation` `language.locale.translation` WHERE `language.locale.translation`.`language_id` = ?) `language.locale.locale_translation` ON `language.locale.locale_translation`.`locale_id` = `language.locale`.`id` WHERE ((`language`.`id` = ?)) AND (`language`.`id` IN (?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
16 0.08 ms
# base-context-factory::currency::read
SELECT `currency`.`id` as `currency.id`, `currency`.`factor` as `currency.factor`, `currency`.`symbol` as `currency.symbol`, `currency`.`iso_code` as `currency.isoCode`, `currency`.`position` as `currency.position`, `currency`.`tax_free_from` as `currency.taxFreeFrom`, `currency`.`item_rounding` as `currency.itemRounding`, `currency`.`total_rounding` as `currency.totalRounding`, `currency`.`created_at` as `currency.createdAt`, `currency`.`updated_at` as `currency.updatedAt`, `currency.translation.shortName`, `currency.translation.shortName` as `currency.shortName`, `currency.translation.name`, `currency.translation.name` as `currency.name`, `currency.translation.customFields`, `currency.translation.customFields` as `currency.customFields` FROM `currency` LEFT JOIN (SELECT `currency.translation`.`currency_id`, `currency.translation`.`short_name` as `currency.translation.shortName`, `currency.translation`.`name` as `currency.translation.name`, `currency.translation`.`custom_fields` as `currency.translation.customFields` FROM `currency_translation` `currency.translation` WHERE `currency.translation`.`language_id` = ?) `currency.currency_translation` ON `currency.currency_translation`.`currency_id` = `currency`.`id` WHERE `currency`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"·ÒUK\fèGÍ‚ó¬›ÑÀßÊ"
]
17 0.08 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"\x11w¹£‗¢E8¿\ì®d,e)"
]
18 0.08 ms
# base-context-factory::customer-group::read
SELECT `customer_group`.`id` as `customer_group.id`, `customer_group`.`display_gross` as `customer_group.displayGross`, `customer_group`.`registration_active` as `customer_group.registrationActive`, `customer_group`.`created_at` as `customer_group.createdAt`, `customer_group`.`updated_at` as `customer_group.updatedAt`, `customer_group.translation.name`, `customer_group.translation.name` as `customer_group.name`, `customer_group.translation.registrationTitle`, `customer_group.translation.registrationTitle` as `customer_group.registrationTitle`, `customer_group.translation.registrationIntroduction`, `customer_group.translation.registrationIntroduction` as `customer_group.registrationIntroduction`, `customer_group.translation.registrationOnlyCompanyRegistration`, `customer_group.translation.registrationOnlyCompanyRegistration` as `customer_group.registrationOnlyCompanyRegistration`, `customer_group.translation.registrationSeoMetaDescription`, `customer_group.translation.registrationSeoMetaDescription` as `customer_group.registrationSeoMetaDescription`, `customer_group.translation.customFields`, `customer_group.translation.customFields` as `customer_group.customFields` FROM `customer_group` LEFT JOIN (SELECT `customer_group.translation`.`customer_group_id`, `customer_group.translation`.`name` as `customer_group.translation.name`, `customer_group.translation`.`custom_fields` as `customer_group.translation.customFields`, `customer_group.translation`.`registration_title` as `customer_group.translation.registrationTitle`, `customer_group.translation`.`registration_introduction` as `customer_group.translation.registrationIntroduction`, `customer_group.translation`.`registration_only_company_registration` as `customer_group.translation.registrationOnlyCompanyRegistration`, `customer_group.translation`.`registration_seo_meta_description` as `customer_group.translation.registrationSeoMetaDescription` FROM `customer_group_translation` `customer_group.translation` WHERE `customer_group.translation`.`language_id` = ?) `customer_group.customer_group_translation` ON `customer_group.customer_group_translation`.`customer_group_id` = `customer_group`.`id` WHERE `customer_group`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"¤¢P\x18ËìAÏ¡╩\x10┘O╚¢Í"
]
19 0.03 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.08 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"\x1C~o%ÆyO–¦9ÆãŒ\x08]C"
  b"\x10##öO°‡-\x0FUbóêp"
  b"{’ËQæƒAY•NÄþË%¤E"
]
21 0.10 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"Åë~À\x0FUGœ½1Z\x06\x14¥"
]
22 0.06 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"ш«\tÅ\tH\x1D– \U×T¸K"
]
23 0.03 ms
SELECT `name`, `type` FROM `custom_field` WHERE `active` = 1
Parameters:
[]
24 0.02 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"\x11w¹£‗¢E8¿\ì®d,e)"
]
25 0.02 ms
#cart-persister::load
            SELECT `cart`.`payload`, `cart`.`rule_ids`, `cart`.`compressed` FROM cart WHERE `token` = ?
Parameters:
[
  "wjgsPvHpjCHi8888khkn4tZLQzqgIIPX"
]
26 0.17 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.05 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"\x00\vk\ÊgFqµ\x1Fö\x12†%™“"
  b"\x18ÛÁ^\x08yK覎h2¯wn\x7F"
  b"\ÔÿØ\x1EÑGʪú\x03\vP█ºï"
  b"z>I£┼┼N\x13Øû7┴µ└╗L"
  b"€R¶DÀ™I­…@ÏO¥hH\x04"
  b"ƒ\x0E"=┤;DãÉ3DG`KF\x08"
  b"ú▒\x1Cü÷¦A]╗Â1c«^╬ƒ"
  b"¤åíeæ‚@ÁšSb¨Ø\x19\x1Eg"
  b"¾Ú»^1\x0FAe¦Xߤ\eÎ\x11¯"
  b"Á‘¼òñ;Cöœû7Ó³p]{"
  b"³þ\x16Ñì\x08G.ÀÝÇI:4SÂ"
  b"\fE\x016†CLFŠ2h/"ñd‰"
  b"\x1E\x1A½\x120Lí¯&“!ò޾6"
  b"\x01ì´;{\x10xsî)X\x06Þk»Ù"
  b"\x01޽\x16 •{8ª_\x17\eVOJ("
  b"\x01ŽÈ¬ßsx\x1A£öÞ‹îqžú"
  b"\x01Ä═\x07ß*{÷©%-j¿ üÓ"
  b"\x01ŽÖ‚Ãgq¼¤—“­—ÎXŸ"
  b"\x01Å\x1F~■\x12\x7F╩®ôsS+¨\x01-"
  b"\x01Å®ïëD\x7F║ö`┘\x16╔▓╠È"
  b"\x01Å®ÉW4w~âwb­┌⃩"
  b"\x01űðú╦{>£É▓VÖ╝ö\x14"
  b"\x01űÎl/z÷ÂXíUØ@x""
  b"\x01Å‗├╬‗p╩ÿÕ¯Æ┬¡ÌÑ"
  b"\x01É+±\x1A╚v,¬─`·┬╬P¡"
  b"\x01\x04\x11äî\x7F\tÝÄú‰\x14"
  b"\x01\x041÷Âxư;4\x1FE¤Bï"
  b"\x01\t€+u|Ö¤Ñ+5o±76"
  b"\x01\x0E-ãYs7…5¢ i\x1A"
  b"\x01‘F:vÎ}@¹Ó†¦\x12RsÍ"
  b"\x01æ\x7Fu8={;ü─\x01\x167R\x04é"
  b"\x01æÿ3ý╣r²ÉD'­\x06╔~\x07"
  b"""
    \x01Æ\n
    ■U╠~L┐ÀØrixÄ¡
    """
  b"\x01Æ\x1F-ØS}ðù\x7FYü§?Ø\t"
  b"\x01\x1FUý•sv©\x19½Ãº\x0F\t\x06"
  b"\x01Æ\x1Fkæp|!Áª×¿─║ÅÛ"
  b"\x01’Ü”K½sP¨ÂÈ\x02»5\tš"
  b"""
    \x01’ÜÊ‹\r}\n
    °\x03\BL[˜¦
    """
  b"\x01’ÜõÊrrM¥Y+Ò?\x1D"
  b"\x01’ÝJ\x14Êt\x00†Ž›™+‚ÊG"
  b"\x01’ÝW(öqêª\fý5}ÔÝÂ"
  b"\x01ôd\x03\x11+u▓╣É█å\x0FıÁI"
  b"""
    \n
    bÇT.»Nܦ6ÐÇô^/ã
    """
  b"\va\x10Ó¹ƒ@Û“yD¿«\x7F\x0F­"
  b"\x19Ä\x7FMéìGÖ¨1J°æÞLÿ"
  b"\x1A"óɤ\x04@\x07 Ôɰ=Àª+"
  b"\eû.Î>ÚKO‰'´¢\x17a2Æ"
  b"\x1FR¿ÃÍÜLZ²\x15uÈ¿‡!B"
  b"\x1FÒÒ¾À˜K]­<Uç˜G\x05É"
  b".±)ÿ“\tB…ƒ§³¢êøþÂ"
  b"3þåa7ûH0‹Ç1»Íá£C"
  b"""
    5—\n
    Ÿß™J^¶|µtfãè|
    """
  b"9\x16ÇÑ]ŒE\x19ž|¥,nè^E"
  b">7~sW°H\x05¢÷~Ö]ˆ?õ"
  b"C.r”çfHu­Kp²`wÕŽ"
  b"D\x07ÊïlBA\t˜ËØ\x10Åh«%"
  b"\x06E\x12ûDk¢÷uÚÁ(SC"
  b"GN\x1E\x03╩õFs▒Îü{÷I¬T"
  b"R\x05#"-"Aª×ØaáÛî{Ñ"
  b"d\x16Â┤ÉÿIj╗·Ø\x13µu_û"
  b"d®©8\x07╠FÁü─{xg_bû"
  b"hëSªÇš@Ù¬ÚSpïHþª"
  b"l—²¢ÞÙM“¶mè'ëµ\x18\x1C"
  b"’šK\t\x06UJ^½|\x02_\x1Aï½\x17"
  b"©¶Ô¯\x19ûJ\x1C«©Òlu¨Éj"
  b"░GƒkÙÅF¿âR▓\x0F`ݵ]"
  b"▒┼├Ø\rîAþñÍ.ÌÝ.¾Ý"
  b"±ÌŽe"\x12E—§NpŒ»\x121Y"
  b"´WP“¥@FÁ¨}\x17ph®ÂÅ"
  b"¶ÿÙ¦ó“N—¬+ú3Z½\fÂ"
  b"¿­ÿz®\x08A\v ÙX~è·ip"
  b"ÇSæê×M\x12Ÿ["¥®…ì³"
  b"ȹ&ŽjDL.Œ$£Ò8\x02ëø"
  b"ËÚŽ\x01†)Là¡Ä/”EJÑ1"
  b"Ï}A‡M1@\x17©/\x01}Ú”yI"
  b"Ô½²À{RLó€x7XOŒ\x15f"
  b"Ö¬¤Z\x18gD”Š\x0FCÛåÎ\x1E"
  b"à÷c\e¥¡BV·­)…EˆÐë"
  b"ìR… …\x1CĶt\x07êK\x08¼æ"
  b"îðÌj\x1A¾Fƶ¥§ZD(ðm"
  b"ýœås\x16,H/¥\x1DWì¹ôúž"
  b"\x1FÈdóÚ”G¶™èIµ`JcØ"
]
28 0.07 ms
# app-scripts::refresh::search-ids
SELECT `app`.`id` FROM `app` WHERE (`app`.`active` = ? AND `app`.`self_managed` = ?)
Parameters:
[
  true
  false
]
29 0.02 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.01 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.02 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"‘ùnjÔ±Fçµ¼¾A/a{º"
  b"\x11w¹£‗¢E8¿\ì®d,e)"
]
32 0.03 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"‘ùnjÔ±Fçµ¼¾A/a{º"
]
33 0.21 ms
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` = ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"t§§æ&BKõ“~žá)\x1F\x13b"
]
34 0.13 ms
# landing-page::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"íA\x16m÷²BÍ¡²böÚ╔õÅ"
]
35 1.07 ms
# landing-page::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"íA\x16m÷²BÍ¡²böÚ╔õÅ"
]
36 1.22 ms
# landing-page::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"\r\x1F< ìÞGHÁäD▓gÙE÷"
  b"8BŒ“ë¡H¶ª›Îj\x10ã¹è"
  b"`)ôä€~AϤ\x10RÊk8q–"
  b"–þÂ\x19?'Fá†m\x1E‡A(¡…"
]
37 2.41 ms
# landing-page::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"ÉGå£eyI\x06┐úÀ\x12C°╝r"
  b"”Ù\x01\x00|·N\x1A§¯Äü¹\x17\x00L"
  b"&Ü+}5rL¤®Èv¢84œo"
  b"\x14ØâÅojMV¸–)\v¿Ç\x10L"
  b"""
    ž\x0FV\x19,ÇH\n
    ³Ð\x164L~Th
    """
]
38 6.65 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"@\x08ÓF\x7F╔E▒┐2╣:9ÉWü"
  b"«Ëg~•ñI,¡^¿\x12ÈŒ¢\x1A"
  b"Ã\e²\x04ÙxE╝ØnC Ël\x06v"
  b"kx¿$\x1AIJN¢@BtC‡y³"
  b"\x0F„ÆÂ@©¹\x05\x02ŠÁI\x00i"
  b"²7FÃjÌE\x16…ºÔgqÉÙ;"
  b"\eí\x1FFç›A\eŽþŠ=\x7F|•c"
  b"║t³\x1D\e═IQë'Ø\x05¼)ó¡"
]
39 0.85 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"CáèûžÎFYˆ"¨x\x06÷S˜"
]
40 0.05 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
]
41 0.19 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"¸\x1F\tè_qAÀ«áá±m¼çf"
  b"°ðéDivL8Ž\ýð¢ÐßN"
  b"N쌡\x7F\x05M\x1CŠ1û%|äVt"
  b"\x01Ü€‰ØH³©0JÞn‚4@"
  b"CáèûžÎFYˆ"¨x\x06÷S˜"
  b"¯¢æ=Ó­Mäƒ\x12á#_¯"Û"
]
42 0.13 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"Ê‘\f•ÏâO\x0F®á\x00\x14rÀ{"
]
43 0.04 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"Ê‘\f•ÏâO\x0F®á\x00\x14rÀ{"
]
44 640.28 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 `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 MAX(`product`.`sales`) DESC, MIN(`product`.`id`) ASC LIMIT 48
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  30
  b"‘ùnjÔ±Fçµ¼¾A/a{º"
  true
  b"Ê‘\f•ÏâO\x0F®á\x00\x14rÀ{"
  null
  true
  false
]
45 34.52 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 `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"\x0F©\x1CãéjK¾KÙÎu,4%"
  30
  b"‘ùnjÔ±Fçµ¼¾A/a{º"
  true
  b"Ê‘\f•ÏâO\x0F®á\x00\x14rÀ{"
  null
  true
  false
]
46 34.58 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"‘ùnjÔ±Fçµ¼¾A/a{º"
  true
  b"Ê‘\f•ÏâO\x0F®á\x00\x14rÀ{"
  null
  true
  false
]
47 1.33 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"\x01\x19«ÀÈ\x12M`›nl[CrÁð"
  b"\x01Ŭ└■║|0▓LµÝ>¬-ñ"
  b"\x01Ž&\x12öpÄè╔j╔¦0¬%"
  b"\x01æ\x7F2ûôsm©7Aƒ êèØ"
  b"\x01æ\x7FÉåi}Å│_╝smzïÞ"
  b"\x02m$Ä©\x00I\x05°\x15q·[,fC"
  b"\x03œ¼tø«NŽ¡6\x01\x0FLš:¯"
  b"\x04ÛFÆÏ¹D\x7F›ž©…äa\x1Aê"
  b"\x05¨¯Ñ@ŠEÑ´~¦ÛðåÐÏ"
  b"\x06\vŠª.#FUƒëLÚ\x15\x13A*"
  b"\t•Cr~\rM<Šï…»ó×À"
  b"\vÓñ~\x10\x18B\x18ﱩ\x15|Åy9"
  b"\fB«³yÕ@Gª;¶üW\x03.*"
  b"\f{Q,─âIgû1@ìög\x07Ú"
  b"\r╠ÉNMýM)ë°3ì°îyç"
  b"\r̦çÏ,G4·_\x08V¢•<h"
  b"\x0E¹│╣}█EH«╩ð\x07╦4ün"
  b"\x0FcåÞDØ@i¬┌6xt▄\x15°"
  b"\x12˜\x1A¬l.NJ¼3*Ú=´Š˜"
  b"\x14;ø>SeF\x06±ª§Î|7î¶"
  b"\x15éØfË·LXì┐a\x07╗ôt³"
  b"\x15ä╝SXÍLM▓;ÊY╝Ã╬É"
  b"\x17+-ü,ÊEÿ›>è†N:Ëó"
  b"\x18aET¡lO\x04¾ˆÿt'ó‡§"
  b"\x19O\x1A\x0E?ÔL\x16±e\f\x1C"
  b"\x1CLÍHm†M0£ÛŽx\x1Cº-ë"
  b"\x1C¥@ÐÒáOÁ¬Ì\x00 láé8"
  b"\x1E˜Õ­\r½N3 Õ$rK!ON"
  b"\x1F®\òì§H·¢Þìúhª┬ý"
  b" Fxqb4@\x1E´\æN[p¥\x10"
  b"!¿æ`\x06ÌN\x05Ž_ÏpWIM¡"
  b"#\x1Eë\x07\x16ØFb§àÿ {ü3ç"
  b"#▒¡(£@L`ø┬b)É░;Q"
  b"&òGgí\x02Bã‚|Þé\x06×9¨"
  b"' ®í€óA€¢©síe²Vy"
  b")\x02I\x19s)KG™×ÝóÈaŠF"
  b")*’,\x17hAf½ì\x05¬SÆ\x06ç"
  b",…-(½:I”„¬á5¾Îbß"
  b",ü¨ëcŠHת¦›0f\f"
  b"""
    .\n
    TôºMJ\eؤè«u╩╩^
    """
  b".\rÞ:Ø\x01Gá¾q9ÁKÿj«"
  b".¡Þ╣"COáøDÓÜVüôï"
  b".Àžù\x7FeBãºË\f\x03gÒW‘"
  b"31øiWøO×–}žÑ¨,‹U"
  b"3þÜjR“DÙ¥n¸d¡à\x1Cè"
  b"5î>]ü»Kµ¥:=*XðG\x1C"
  b"5¼[<y\x14AV¡—+u9\x07"
  b"7\x1E\x10ã;²C\x1F\x13\x1AâÉ\x1A©\x01"
  b"9âÔo~}@@ä└»ØA©ëä"
  b";1%ˆaí@íéFç¼'9µ"
  b";7 g2~N╠Øå\x04|4ÀWß"
  b"@Y°YšPM“£!@\¥f£í"
  b"AlóÚ╦»K¶Â\x1Crt▓dغ"
  b"AƒX)▀GOzØ\v)Ó¶Ú.╝"
  b"AÁeå1’@=±e\x02in\x11"
  b"Cí1pÁÕJ±º;d.¦øŽ§"
  b"G/Û"à'H\x07»ê®Â\¬|å"
  b"KÔÝÖVlI[‚‚”\x14ÊÅ"
  b"N^\x05L$çC"°mMYš¯ìN"
  b"OÓï7Äı@\x1DüÄq®╝çÃ═"
  b"Pëш™?IܤI&pÛ\x7F»•"
  b"RhØ┬a¬Mùª┤h\x02\x0EÀ╣&"
  b"SÖȦ´~G8–ÝÉ2²ˆ­„"
  b"XlWJ\x11?Dÿ²@ü2pœÛÅ"
  b"X€Ü=šz@'²|â]¹ËHæ"
  b"""
    Ys┤\x07È\x01Eþÿ²Å"\n
    \x0F£m
    """
  b"\ ‘q$ŽOƒ¥>-þø{ÖL"
  b"^^U:\x0E´N–ŸÛÓú\x14¾\x18["
  b"^ıh-XRLKî!¼\x03ß¹ü\r"
  "_BT㻸BĜ\x13\x01?"ڑ\n"
  b"`4½Þ\rXB ü-G\x18┘dõS"
  b"`T„¨:ŠEI¡¥h‚M\x15Ñ~"
  b"`\x7Fæ€ÁLMâ¡+D ¾ž›?"
  b"aÉ┘┴O¾MLóPÙ¸¤\x13\x05"
  b"a·\÷ì¬Oɶ̠0C¹#R"
  b"bJ\x16«ý¢IÏ I\x13â\x05Ô¹x"
  b"dn5\x02òJGö’×\f\Í`v§"
  b"dÙÁ¦Î«LÃé³Ñ*QW\x1Fü"
  b"f"\x1F?N@KâŽ<´€<@\x7FÄ"
  b"g‹ˆÓØbHsªtØ&\x06\x08C\x13"
  b"g▀X·i7D·ÀÎlاðº}"
  b"kø&ì2\x10F\x0Fº\x1Fy@«D€\x10"
  b"m┘ÀcI\x18N\eºÌü▓Á\x04Ûà"
  b"ni\x11r¦¡O³¾¶8\x0EŽ#ƒú"
  b"nð´¨þ8Bw£¾œw¨’\vn"
  b"o”¼¶Y:A&©D­\x19©â‹×"
  b"sjªû\x18┤C­ƒ╣ü×j╦íÕ"
  b"sÁÍ2^|BLœÝBŠÖ³PI"
  b"t93^L¸Nš´Ò\fñË–A4"
  b"t§§æ&BKõ“~žá)\x1F\x13b"
  b"uA{\x7F°rC³³ö¥™+ö¤–"
  b"w3‡™\x1A2NνEPþ¦ˆ\f¢"
  b"wJ!ÜSÏO\x1A¾IÏj›òô¾"
  b"{<ý‚âëDЉ툩³Cª¨"
  b"{Îd×Ê\x0EN\x1F¢³▀ú>ıØÄ"
  b"{á5„<cKƒ’\x12]>e&r'"
  b"|p\x12 \x15 @ıÄ╬Ç\x08═▓Ø""
  b"\x19PM²AÔ­\x08\e-†k"å"
  b"\x11Å\x02fËH\x0F½\x11ôpeP\x10{"
  b"üàÖzÃ\fH+╣r3;°Ú~õ"
  b"\x1A¤ÅïìLp£œ4×âDñd"
  b"ƒŒË¸\x00ŸN\x12¤yì“_\x10§3"
  b"ƒü®úTÙNz­s˜\x12Øêy°"
  b"à;_>┌íHßøÑY-üÍê1"
  b"àÄ5\x08Ç\x07CØÅ,99ı┴§3"
  b"àË(Êè\x1FMi®Ø\x08Ôk4lu"
  b"""
    \n
    Ž¥Ï§D?¤„WE[ß+¥
    """
  b"å½Ñü\x10òIm╝pJ┬Øu7J"
  b"‡9P“MÂAAž\x16L‘`æßò"
  b"‡CµŽ·IOljìçãWN˜ù"
  b"‡V¹æ\x1AóG=¾Z¨\tYÉùl"
  b"ìL#▓³ÑDÍÑ·\x03█┤\x03¸µ"
  b"Ä\tÄС┤@gì\x11¨?ñ(3╣"
  b"""
    ÅÐçÞ\n
    \x04KÄ¡┼u¾ä¢Aò
    """
  b"ÆT`B¼═DÎÉ"0¸@ Ùz"
  b"ôùR║gªG▒░à┴É?]0ÿ"
  b"ödy¹É·B╗óg╠Î\x1E\tÛ¾"
  b"ùñõ´P'M\vżéi«ÁÓÖ"
  b"ÖÆ┼³1ÝO\x06æÅX░x\r÷\x06"
  b"™¹o^Œ4BŸºž\x17p×4ná"
  b"œ6ÕÓÝ0@\x11­Šf–÷;£q"
  b"ž„Ä\x7FŽÈH\x08\x7F]\x03µb¨à"
  b"ƒqÔz«─E¸é╔~\|M¼Å"
  b" 3±Fx×O…”odJ>ÿUµ"
  b"¢Kͽ\x11yCÏ®\x07âÇRA.…"
  b"óË\x1C½÷xCòÿÅ\x062S\x1FÐ9"
  b"ú#RaÄÅM┌£Ó╚Æå\x03^\t"
  b"¤–¹vÁlFè‘§:\x02\rF‹"
  b"¦\x15%MY?NPŒ¢³ø\vþ)P"
  b"¦\x1E\x16ÿÒYO!›€×cËÈ6í"
  b"¨aÒ<\x06.BÜ–m\x00\x046ý¶’"
  b"¿îDR$Å@;å¢jÀ¯\vZ@"
  b"""
    ¨Ñ÷¼\n
    ³GP¥O˜ODƒy
    """
  b"¬H•ÉâÚOÝ™0æl•N†\f"
  b"®\x0FO/ß‚G\x16™ê\x0F\x1E¶Éƒ2"
  b"®ìDÚ:GGŪR\x1D1Fv\r\x14"
  b"¯\x0Fb\x0E…ŒK²º÷Œ©á 6‚"
  b"▒ÃÆR9]Cîâ·▀\x1A\x11ü;├"
  b"±í£°ž·Iw¼TKz\•HÓ"
  b"│×z\x1FÃãKÝØTó[Õ▒@Ú"
  b"´)\x13’“»Dsªñô„œÂ/`"
  b"""
    ´± jK-F!™-Ž»g\x1D\n
    ü
    """
  b"µ)RYt…CÓ›~´…0»˜Æ"
  b"""
    µ^.ý/¸Gѱ2&}Ó\n
    Àã
    """
  b"·\x04\eAÏÓEYŠ`g3yp\x16B"
  b"¸x«ñA\x19B\x12¬X[4žX¤À"
  b"¹ž¿w\x01oAs§µ•DÓ\\x1AË"
  b"ºs\x19Á€±FǘŒž³P´aì"
  b"º~QáþoNÆ·ž=¤²’ëÁ"
  b"»9f?þÝO¹ƒ›ÁŠ^Êjz"
  b"╗ã<å\x1FùJ\x08ü╩│\x0E\x0FÞU\x1D"
  b"»ê…Ç;\x12J|•ò\v¡(à‡a"
  b"¾(´$?rK@«DCj-9Gå"
  b"¿l5ÕsûF’žVd;Z0æ~"
  b"¿ˆÉ²h/BT¤\x01Q\x01\x07ÔaY"
  b"À[GÞº­FƒŠª…\x15!B\x1AK"
  b"Âà†%F¿Gà€\x16”~5‘Á\x00"
  b"├-\fð╝ÅEÕâ\x1FfLWWÝ▓"
  b"Ãc*¡\x04§Bt£`\x16Œ‡yÒÇ"
  b"""
    ├¹\x15Å>n@áÄ▄ƒ\x04\n
    \e
    """
  b"Ä\x08Õ‘±ÎM³€ÙC\x1Aì…\x17\f"
  b"─»\x18\x08╬A╠ì(ç║V6{ª"
  b"ÅFÜsöiI±ŽIÉF\x12u˜F"
  b"ÅËZÆ\x06\x12OÞ†^í›Çcõ~"
  b"ÆcjÛ\x19\x1CJ}ŽoÞ`QªO•"
  b"ÆìFé\x7FVH#£òac¯k†s"
  b"╔│A\x16±ÿM6ü▓K¹þ═q*"
  b"╦ d├VðO\x04üázÚÛ\x03╠9"
  b"ÌsKý\x19vHF˜ªË”\x19<Ž¿"
  b"Î\x11(ˆlcBiˆ”~_\x1DjÄ3"
  b"ÎÜÚ\x1F)÷OíŽö­×‰„Z\x00"
  b"Îë\r\x10ȪDc¢ÎïðèÆµ\"
  b"ÐüPB~\tGíŠxDŸ\eEù'"
  b"ÑÁY\x12H\x13Aã“4vå‚;åð"
  b"Ð╚çZi│AÔ▓\x07Ø?û¨╠î"
  b"Ó2\tÄT¹J˜³\x13\x04áRÊFŸ"
  b"Ô\x1F\\x14\x00\x1CEr¥Yð\e–Ú(/"
  b"ÔƒÊÀ±\x18Aý£—e1LKŠZ"
  b"ÈÃ.░ç6K7Å#\x07Ï»`█\x1C"
  b"Ö"o\x0F6yH.¼c'D­b:\x18"
  b"Î╗èæ\x17¤Gñ│ój╬Å9\x10."
  b"Ïø3æxLÿêû¡1\x1Eع!"
  b"Û‚)ÉxIC\x15°4Và\x15Wÿ="
  b"Ü5\x00§\x15®N\x00е{1\x19ˆ¹×"
  b"Þ>Á¯°<I^‘ Êaº›å_"
  b"ß¶q▓îÉLcÑ·¼cö¤Ø¶"
  b"ã)²ß<™M\x10”ªˆ\’Î8\x08"
  b"Ò:·ƒæ¨H\x0FÉäÚÁâ©Ñä"
  b"å4`,ÿóL\fµÏ‹13PÜâ"
  b"Õ7_\eüqD\x17ú/»\x03\x1A_¾Ö"
  b"åc'ž#ÙL=‡^ÁW\vî\x1Fø"
  b"æ\x18qÀQ¤BÝŸ•t“fãµð"
  b"êÓ7N3@Ei­S&KÕë²›"
  b"""
    ýÉZÍý\eN\x1Fùè\e`\n
    Äuù
    """
  b"ì«_r“ÝH\v¤³â0üS\x02\x02"
  b"ý┐׬ðÅKK¬Cr▒@!ök"
  b"ï¦\f\x0F\x07\x13Eð›2?=-T®|"
  b"𡊭m0D%šÁa¦Ÿó.j"
  b"ñ€\x1E­m\x04J\x14¥Éü€q+q–"
  b"õª@·j­Nz¡N"€\x17£hà"
  b"÷Æø€ñ÷Jqª*_k™\x07Ζ"
  b"ø*0ZPªK†«Xn5îÜе"
  b"²\x10¸\x02\fáNbÉ×@´$ûÙ$"
  b" V[+fÒMÉ┤uNþõ\x06«║"
  b"ÿ[¶gáöBI“÷*ÈÂ\ePU"
]
48 146.38 ms
# product-listing-route::loading::aggregation::price
SELECT MIN(IFNULL(COALESCE((ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule000b6b5cca674671b51ff61286259993.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule5ce2989d1ea547d2a6a3030b50dba78b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rulebedabb5e310f4165a658dfa41bce11af.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rulec191bcf2f13b43f69cfb37d3b3705d7b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule018ec8acdf73781aa3f6de8bee719efa.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule1bfb2ece3eda4b4f8927b4a2176132c6.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule6416b6b49098496abbfa9d13e6755f96.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.ruleb0479f6beb8f46a88352b20f60ede65d.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`, "$.rule000b6b5cca674671b51ff61286259993.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule5ce2989d1ea547d2a6a3030b50dba78b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rulebedabb5e310f4165a658dfa41bce11af.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rulec191bcf2f13b43f69cfb37d3b3705d7b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule018ec8acdf73781aa3f6de8bee719efa.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule1bfb2ece3eda4b4f8927b4a2176132c6.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule6416b6b49098496abbfa9d13e6755f96.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.ruleb0479f6beb8f46a88352b20f60ede65d.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`, "$.rule000b6b5cca674671b51ff61286259993.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule5ce2989d1ea547d2a6a3030b50dba78b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rulebedabb5e310f4165a658dfa41bce11af.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rulec191bcf2f13b43f69cfb37d3b3705d7b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule018ec8acdf73781aa3f6de8bee719efa.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule1bfb2ece3eda4b4f8927b4a2176132c6.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule6416b6b49098496abbfa9d13e6755f96.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.ruleb0479f6beb8f46a88352b20f60ede65d.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`, "$.rule000b6b5cca674671b51ff61286259993.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule5ce2989d1ea547d2a6a3030b50dba78b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rulebedabb5e310f4165a658dfa41bce11af.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rulec191bcf2f13b43f69cfb37d3b3705d7b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule018ec8acdf73781aa3f6de8bee719efa.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule1bfb2ece3eda4b4f8927b4a2176132c6.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule6416b6b49098496abbfa9d13e6755f96.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.ruleb0479f6beb8f46a88352b20f60ede65d.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"‘ùnjÔ±Fçµ¼¾A/a{º"
  true
  b"Ê‘\f•ÏâO\x0F®á\x00\x14rÀ{"
  null
  true
  false
]
49 29.82 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"‘ùnjÔ±Fçµ¼¾A/a{º"
  true
  b"Ê‘\f•ÏâO\x0F®á\x00\x14rÀ{"
  null
  true
  false
  0
]
50 29.77 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"‘ùnjÔ±Fçµ¼¾A/a{º"
  true
  b"Ê‘\f•ÏâO\x0F®á\x00\x14rÀ{"
  null
  true
  false
  true
]
51 45.57 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"‘ùnjÔ±Fçµ¼¾A/a{º"
  true
  b"Ê‘\f•ÏâO\x0F®á\x00\x14rÀ{"
  null
  true
  false
]
52 24.55 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"‘ùnjÔ±Fçµ¼¾A/a{º"
  true
  b"Ê‘\f•ÏâO\x0F®á\x00\x14rÀ{"
  null
  true
  false
]
53 0.35 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%"
  b"˜1‰YJ¦CÛŽ\x05ü\x1Fž\x000)"
  b"r[r>W\x0EFy¾E¨Ü\x1CF\x0F¬"
  b"\x01\x7F©ñŸqW¶è•ÛŠkø\x05"
  b"©ùÌ5¾|áï\x7FûqáÃX»\x1F"
  b"“bÆðçžH\x0FœÒ\x1DäšÏ½="
  b"$\x16=K›ÆHë§¢(ìýífî"
  b"~\x00˲ÿ¢D\x01®ug”p¿Î"
  b"\t H¢u&I┘┐ã\tÅ\x08¯‗&"
  b"ê0ôcˆ˜C‰ªkë¿ÂÂsX"
  b"""
    Ì\x11ÏóRyB\n
    £\x1C0Äáí\x05\x1A
    """
  b"/\tuT2·ÀwZT·Ú¹³‘("
  b"f;LÊî\x00A`‰7ÚþNи="
  b"°ÓÀ\x10¤NEÕ‰Iú€£†Ã\e"
  b"µ\x035B„æH³ˆ'\x06q¯æA%"
  b"[g\x0F)ô¿H•¦<\x08’Ôý &"
  b"\x15\x1967¿PL│╝î쥷¢ém"
  b"\x04q¤/O^O“‡3\x1DÙõËFx"
  b"m»±AÆ÷CU¼‹ÈCàˆüñ"
  b")ÀÙ5ˆÐA¶–Ó)YbÉ`\x1D"
  b"ãG\x01gé`@¤°ãF\x18uå è"
  b"ä,\x00§\rõFÑ«8r\r~|gf"
  b"""
    '¿ç\n
    ñ\x03Ñ8¢;±&ëD¿\x18
    """
  b"¶2ÌV7®LÚ±\x1A¨n\x13\x0E\x0E?"
  b"æÝþU\x08£ÃŤlH#ÏÇmC"
  b"¤ô\x05ý•ÉE'¥×ËYåœNV"
  b"³ÿ9\x07µSC▄ì\x13_Ý╝6ã'"
  b"ðý[é\x1E¤Cеà®o€¨Hÿ"
  b"¢¯U“\r\vFŸ‰·)þMIMf"
  b"þ\r\x7FþuVE\x02۸/T\x12ûÞ"
  b"\x1A·ñ‹ fNI”“wXÝ|µ9"
  b"J¾Ð\fùvC󞯹µ\x191"`"
  b"v™¾ë´ÊC\fƒé¾ã·ÞÝÞ"
  b"–/Ð\x11<íH‹…Ž[§\x11TK\x0E"
  b"""
    \x02}PÓ\x14\x01O\n
    ¬¢~\x1F\x03˜J
    """
  b"˜0\x08%üjH/¿ža/¶\\x10î"
  b"ÈÉüóB:A\x10æ;┬ö:"ã!"
  b"""
    |5\n
    R\x1D@LK½ôÇ0§üM"
    """
  b"2Ïï¯ûÃBÞ¾™¡øi\x10šÕ"
  b"~Ûi\x10e\x16I3ƒß\x14£!¨*O"
  b".;ÕLIóFn™AìÈú†\x00ü"
  b"¢w¡tCÓ588ó4Ânå\x0E¥"
  b"\x06Uuv\x7FªJþŸwj\x14*B\x02\x0E"
  b"\x08êÔ»J7‚C¥Eœ§z!"
  b"æºÚòV\KÖ°Z\eÞ4\vè„"
  b"¯¤\v‘·\x16Nç“M\x02ù\x06¥·ç"
  b"\eÊÄ;ª»IT‹…Ùâ“7„\e"
  b"¾\x02…Þ7\x0EMh’"lÔ3FXÕ"
  b"ê‰D\x14ÌeLÛ©é\x06_,Ò¿l"
]
54 0.53 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"‘ùnjÔ±Fçµ¼¾A/a{º"
  true
  b"˜1‰YJ¦CÛŽ\x05ü\x1Fž\x000)"
  b"r[r>W\x0EFy¾E¨Ü\x1CF\x0F¬"
  b"\x01\x7F©ñŸqW¶è•ÛŠkø\x05"
  b"©ùÌ5¾|áï\x7FûqáÃX»\x1F"
  b"“bÆðçžH\x0FœÒ\x1DäšÏ½="
  b"$\x16=K›ÆHë§¢(ìýífî"
  b"~\x00˲ÿ¢D\x01®ug”p¿Î"
  b"\t H¢u&I┘┐ã\tÅ\x08¯‗&"
  b"ê0ôcˆ˜C‰ªkë¿ÂÂsX"
  b"""
    Ì\x11ÏóRyB\n
    £\x1C0Äáí\x05\x1A
    """
  b"/\tuT2·ÀwZT·Ú¹³‘("
  b"f;LÊî\x00A`‰7ÚþNи="
  b"°ÓÀ\x10¤NEÕ‰Iú€£†Ã\e"
  b"µ\x035B„æH³ˆ'\x06q¯æA%"
  b"[g\x0F)ô¿H•¦<\x08’Ôý &"
  b"\x15\x1967¿PL│╝î쥷¢ém"
  b"\x04q¤/O^O“‡3\x1DÙõËFx"
  b"m»±AÆ÷CU¼‹ÈCàˆüñ"
  b")ÀÙ5ˆÐA¶–Ó)YbÉ`\x1D"
  b"ãG\x01gé`@¤°ãF\x18uå è"
  b"ä,\x00§\rõFÑ«8r\r~|gf"
  b"""
    '¿ç\n
    ñ\x03Ñ8¢;±&ëD¿\x18
    """
  b"¶2ÌV7®LÚ±\x1A¨n\x13\x0E\x0E?"
  b"æÝþU\x08£ÃŤlH#ÏÇmC"
  b"¤ô\x05ý•ÉE'¥×ËYåœNV"
  b"³ÿ9\x07µSC▄ì\x13_Ý╝6ã'"
  b"ðý[é\x1E¤Cеà®o€¨Hÿ"
  b"¢¯U“\r\vFŸ‰·)þMIMf"
  b"þ\r\x7FþuVE\x02۸/T\x12ûÞ"
  b"\x1A·ñ‹ fNI”“wXÝ|µ9"
  b"J¾Ð\fùvC󞯹µ\x191"`"
  b"v™¾ë´ÊC\fƒé¾ã·ÞÝÞ"
  b"–/Ð\x11<íH‹…Ž[§\x11TK\x0E"
  b"""
    \x02}PÓ\x14\x01O\n
    ¬¢~\x1F\x03˜J
    """
  b"˜0\x08%üjH/¿ža/¶\\x10î"
  b"ÈÉüóB:A\x10æ;┬ö:"ã!"
  b"""
    |5\n
    R\x1D@LK½ôÇ0§üM"
    """
  b"2Ïï¯ûÃBÞ¾™¡øi\x10šÕ"
  b"~Ûi\x10e\x16I3ƒß\x14£!¨*O"
  b".;ÕLIóFn™AìÈú†\x00ü"
  b"¢w¡tCÓ588ó4Ânå\x0E¥"
  b"\x06Uuv\x7FªJþŸwj\x14*B\x02\x0E"
  b"\x08êÔ»J7‚C¥Eœ§z!"
  b"æºÚòV\KÖ°Z\eÞ4\vè„"
  b"¯¤\v‘·\x16Nç“M\x02ù\x06¥·ç"
  b"\eÊÄ;ª»IT‹…Ùâ“7„\e"
  b"¾\x02…Þ7\x0EMh’"lÔ3FXÕ"
  b"ê‰D\x14ÌeLÛ©é\x06_,Ò¿l"
]
55 68.61 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`, `product.unit`.`id` as `product.unit.id`, `product.unit`.`created_at` as `product.unit.createdAt`, `product.unit`.`updated_at` as `product.unit.updatedAt`, `product.unit.translation.shortCode`, `product.unit.translation.shortCode` as `product.unit.shortCode`, `product.unit.translation.name`, `product.unit.translation.name` as `product.unit.name`, `product.unit.translation.customFields`, `product.unit.translation.customFields` as `product.unit.customFields`, `product.deliveryTime`.`id` as `product.deliveryTime.id`, `product.deliveryTime`.`min` as `product.deliveryTime.min`, `product.deliveryTime`.`max` as `product.deliveryTime.max`, `product.deliveryTime`.`unit` as `product.deliveryTime.unit`, `product.deliveryTime`.`created_at` as `product.deliveryTime.createdAt`, `product.deliveryTime`.`updated_at` as `product.deliveryTime.updatedAt`, `product.deliveryTime.translation.name`, `product.deliveryTime.translation.name` as `product.deliveryTime.name`, `product.deliveryTime.translation.customFields`, `product.deliveryTime.translation.customFields` as `product.deliveryTime.customFields`, `product.cover`.`id` as `product.cover.id`, `product.cover`.`version_id` as `product.cover.versionId`, `product.cover`.`product_id` as `product.cover.productId`, `product.cover`.`product_version_id` as `product.cover.productVersionId`, `product.cover`.`media_id` as `product.cover.mediaId`, `product.cover`.`position` as `product.cover.position`, `product.cover.media`.`id` as `product.cover.media.id`, `product.cover.media`.`user_id` as `product.cover.media.userId`, `product.cover.media`.`media_folder_id` as `product.cover.media.mediaFolderId`, `product.cover.media`.`mime_type` as `product.cover.media.mimeType`, `product.cover.media`.`file_extension` as `product.cover.media.fileExtension`, `product.cover.media`.`uploaded_at` as `product.cover.media.uploadedAt`, `product.cover.media`.`file_name` as `product.cover.media.fileName`, `product.cover.media`.`file_size` as `product.cover.media.fileSize`, `product.cover.media`.`media_type` as `product.cover.media.mediaTypeRaw`, `product.cover.media`.`meta_data` as `product.cover.media.metaData`, `product.cover.media`.`config` as `product.cover.media.config`, `product.cover.media`.`path` as `product.cover.media.path`, `product.cover.media`.`private` as `product.cover.media.private`, `product.cover.media`.`thumbnails_ro` as `product.cover.media.thumbnailsRo`, `product.cover.media`.`created_at` as `product.cover.media.createdAt`, `product.cover.media`.`updated_at` as `product.cover.media.updatedAt`, `product.cover.media.translation.title`, `product.cover.media.translation.title` as `product.cover.media.title`, `product.cover.media.translation.alt`, `product.cover.media.translation.alt` as `product.cover.media.alt`, `product.cover.media.translation.customFields`, `product.cover.media.translation.customFields` as `product.cover.media.customFields`, `product.cover`.`custom_fields` as `product.cover.customFields`, `product.cover`.`created_at` as `product.cover.createdAt`, `product.cover`.`updated_at` as `product.cover.updatedAt`, `product.translation.metaDescription`, `product.parent.translation.metaDescription`, COALESCE(`product.translation.metaDescription`,`product.parent.translation.metaDescription`) as `product.metaDescription`, `product.translation.name`, `product.parent.translation.name`, COALESCE(`product.translation.name`,`product.parent.translation.name`) as `product.name`, `product.translation.keywords`, `product.parent.translation.keywords`, COALESCE(`product.translation.keywords`,`product.parent.translation.keywords`) as `product.keywords`, `product.translation.description`, `product.parent.translation.description`, COALESCE(`product.translation.description`,`product.parent.translation.description`) as `product.description`, `product.translation.metaTitle`, `product.parent.translation.metaTitle`, COALESCE(`product.translation.metaTitle`,`product.parent.translation.metaTitle`) as `product.metaTitle`, `product.translation.packUnit`, `product.parent.translation.packUnit`, COALESCE(`product.translation.packUnit`,`product.parent.translation.packUnit`) as `product.packUnit`, `product.translation.packUnitPlural`, `product.parent.translation.packUnitPlural`, COALESCE(`product.translation.packUnitPlural`,`product.parent.translation.packUnitPlural`) as `product.packUnitPlural`, `product.translation.customSearchKeywords`, `product.parent.translation.customSearchKeywords`, COALESCE(`product.translation.customSearchKeywords`,`product.parent.translation.customSearchKeywords`) as `product.customSearchKeywords`, `product.translation.slotConfig`, `product.parent.translation.slotConfig`, COALESCE(`product.translation.slotConfig`,`product.parent.translation.slotConfig`) as `product.slotConfig`, `product.translation.customFields`, `product.parent.translation.customFields`, COALESCE(`product.translation.customFields`,`product.parent.translation.customFields`) as `product.customFields` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` LEFT JOIN `tax` `product.tax` ON `product`.`tax` = `product.tax`.`id` LEFT JOIN `product_manufacturer` `product.manufacturer` ON `product`.`manufacturer` = `product.manufacturer`.`id` AND IFNULL(`product`.`product_manufacturer_version_id`, `product.parent`.`product_manufacturer_version_id`) = `product.manufacturer`.`version_id` LEFT JOIN `unit` `product.unit` ON `product`.`unit` = `product.unit`.`id` LEFT JOIN `delivery_time` `product.deliveryTime` ON `product`.`deliveryTime` = `product.deliveryTime`.`id` LEFT JOIN `product_media` `product.cover` ON `product`.`cover` = `product.cover`.`id` AND IFNULL(`product`.`product_media_version_id`, `product.parent`.`product_media_version_id`) = `product.cover`.`version_id` LEFT JOIN (SELECT `product.translation`.`product_id`, `product.translation`.`product_version_id`, `product.translation`.`meta_description` as `product.translation.metaDescription`, `product.translation`.`name` as `product.translation.name`, `product.translation`.`keywords` as `product.translation.keywords`, `product.translation`.`description` as `product.translation.description`, `product.translation`.`meta_title` as `product.translation.metaTitle`, `product.translation`.`pack_unit` as `product.translation.packUnit`, `product.translation`.`pack_unit_plural` as `product.translation.packUnitPlural`, `product.translation`.`custom_fields` as `product.translation.customFields`, `product.translation`.`slot_config` as `product.translation.slotConfig`, `product.translation`.`custom_search_keywords` as `product.translation.customSearchKeywords` FROM `product_translation` `product.translation` WHERE `product.translation`.`language_id` = ?) `product.product_translation` ON `product.product_translation`.`product_id` = `product`.`id` AND `product.product_translation`.`product_version_id` = `product`.`version_id` LEFT JOIN (SELECT `product.parent.translation`.`product_id`, `product.parent.translation`.`product_version_id`, `product.parent.translation`.`meta_description` as `product.parent.translation.metaDescription`, `product.parent.translation`.`name` as `product.parent.translation.name`, `product.parent.translation`.`keywords` as `product.parent.translation.keywords`, `product.parent.translation`.`description` as `product.parent.translation.description`, `product.parent.translation`.`meta_title` as `product.parent.translation.metaTitle`, `product.parent.translation`.`pack_unit` as `product.parent.translation.packUnit`, `product.parent.translation`.`pack_unit_plural` as `product.parent.translation.packUnitPlural`, `product.parent.translation`.`custom_fields` as `product.parent.translation.customFields`, `product.parent.translation`.`slot_config` as `product.parent.translation.slotConfig`, `product.parent.translation`.`custom_search_keywords` as `product.parent.translation.customSearchKeywords` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation`.`language_id` = ?) `product.parent.product_translation` ON `product.parent.product_translation`.`product_id` = `product.parent`.`id` AND `product.parent.product_translation`.`product_version_id` = `product.parent`.`version_id` LEFT JOIN (SELECT `product.manufacturer.translation`.`product_manufacturer_id`, `product.manufacturer.translation`.`product_manufacturer_version_id`, `product.manufacturer.translation`.`name` as `product.manufacturer.translation.name`, `product.manufacturer.translation`.`description` as `product.manufacturer.translation.description`, `product.manufacturer.translation`.`custom_fields` as `product.manufacturer.translation.customFields` FROM `product_manufacturer_translation` `product.manufacturer.translation` WHERE `product.manufacturer.translation`.`language_id` = ?) `product.manufacturer.product_manufacturer_translation` ON `product.manufacturer.product_manufacturer_translation`.`product_manufacturer_id` = `product.manufacturer`.`id` AND `product.manufacturer.product_manufacturer_translation`.`product_manufacturer_version_id` = `product.manufacturer`.`version_id` LEFT JOIN (SELECT `product.unit.translation`.`unit_id`, `product.unit.translation`.`short_code` as `product.unit.translation.shortCode`, `product.unit.translation`.`name` as `product.unit.translation.name`, `product.unit.translation`.`custom_fields` as `product.unit.translation.customFields` FROM `unit_translation` `product.unit.translation` WHERE `product.unit.translation`.`language_id` = ?) `product.unit.unit_translation` ON `product.unit.unit_translation`.`unit_id` = `product.unit`.`id` LEFT JOIN (SELECT `product.deliveryTime.translation`.`delivery_time_id`, `product.deliveryTime.translation`.`name` as `product.deliveryTime.translation.name`, `product.deliveryTime.translation`.`custom_fields` as `product.deliveryTime.translation.customFields` FROM `delivery_time_translation` `product.deliveryTime.translation` WHERE `product.deliveryTime.translation`.`language_id` = ?) `product.deliveryTime.delivery_time_translation` ON `product.deliveryTime.delivery_time_translation`.`delivery_time_id` = `product.deliveryTime`.`id` LEFT JOIN `media` `product.cover.media` ON `product.cover`.`media_id` = `product.cover.media`.`id` LEFT JOIN (SELECT `product.cover.media.translation`.`media_id`, `product.cover.media.translation`.`alt` as `product.cover.media.translation.alt`, `product.cover.media.translation`.`title` as `product.cover.media.translation.title`, `product.cover.media.translation`.`custom_fields` as `product.cover.media.translation.customFields` FROM `media_translation` `product.cover.media.translation` WHERE `product.cover.media.translation`.`language_id` = ?) `product.cover.media.media_translation` ON `product.cover.media.media_translation`.`media_id` = `product.cover.media`.`id` WHERE (`product`.`version_id` = ?) AND (`product`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"˜1‰YJ¦CÛŽ\x05ü\x1Fž\x000)"
  b"r[r>W\x0EFy¾E¨Ü\x1CF\x0F¬"
  b"\x01\x7F©ñŸqW¶è•ÛŠkø\x05"
  b"©ùÌ5¾|áï\x7FûqáÃX»\x1F"
  b"“bÆðçžH\x0FœÒ\x1DäšÏ½="
  b"$\x16=K›ÆHë§¢(ìýífî"
  b"~\x00˲ÿ¢D\x01®ug”p¿Î"
  b"\t H¢u&I┘┐ã\tÅ\x08¯‗&"
  b"ê0ôcˆ˜C‰ªkë¿ÂÂsX"
  b"""
    Ì\x11ÏóRyB\n
    £\x1C0Äáí\x05\x1A
    """
  b"/\tuT2·ÀwZT·Ú¹³‘("
  b"f;LÊî\x00A`‰7ÚþNи="
  b"°ÓÀ\x10¤NEÕ‰Iú€£†Ã\e"
  b"µ\x035B„æH³ˆ'\x06q¯æA%"
  b"[g\x0F)ô¿H•¦<\x08’Ôý &"
  b"\x15\x1967¿PL│╝î쥷¢ém"
  b"\x04q¤/O^O“‡3\x1DÙõËFx"
  b"m»±AÆ÷CU¼‹ÈCàˆüñ"
  b")ÀÙ5ˆÐA¶–Ó)YbÉ`\x1D"
  b"ãG\x01gé`@¤°ãF\x18uå è"
  b"ä,\x00§\rõFÑ«8r\r~|gf"
  b"""
    '¿ç\n
    ñ\x03Ñ8¢;±&ëD¿\x18
    """
  b"¶2ÌV7®LÚ±\x1A¨n\x13\x0E\x0E?"
  b"æÝþU\x08£ÃŤlH#ÏÇmC"
  b"¤ô\x05ý•ÉE'¥×ËYåœNV"
  b"³ÿ9\x07µSC▄ì\x13_Ý╝6ã'"
  b"ðý[é\x1E¤Cеà®o€¨Hÿ"
  b"¢¯U“\r\vFŸ‰·)þMIMf"
  b"þ\r\x7FþuVE\x02۸/T\x12ûÞ"
  b"\x1A·ñ‹ fNI”“wXÝ|µ9"
  b"J¾Ð\fùvC󞯹µ\x191"`"
  b"v™¾ë´ÊC\fƒé¾ã·ÞÝÞ"
  b"–/Ð\x11<íH‹…Ž[§\x11TK\x0E"
  b"""
    \x02}PÓ\x14\x01O\n
    ¬¢~\x1F\x03˜J
    """
  b"˜0\x08%üjH/¿ža/¶\\x10î"
  b"ÈÉüóB:A\x10æ;┬ö:"ã!"
  b"""
    |5\n
    R\x1D@LK½ôÇ0§üM"
    """
  b"2Ïï¯ûÃBÞ¾™¡øi\x10šÕ"
  b"~Ûi\x10e\x16I3ƒß\x14£!¨*O"
  b".;ÕLIóFn™AìÈú†\x00ü"
  b"¢w¡tCÓ588ó4Ânå\x0E¥"
  b"\x06Uuv\x7FªJþŸwj\x14*B\x02\x0E"
  b"\x08êÔ»J7‚C¥Eœ§z!"
  b"æºÚòV\KÖ°Z\eÞ4\vè„"
  b"¯¤\v‘·\x16Nç“M\x02ù\x06¥·ç"
  b"\eÊÄ;ª»IT‹…Ùâ“7„\e"
  b"¾\x02…Þ7\x0EMh’"lÔ3FXÕ"
  b"ê‰D\x14ÌeLÛ©é\x06_,Ò¿l"
]
56 0.48 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"\x01\x7F©ñŸqW¶è•ÛŠkø\x05"
  b"""
    \x02}PÓ\x14\x01O\n
    ¬¢~\x1F\x03˜J
    """
  b"\x04q¤/O^O“‡3\x1DÙõËFx"
  b"\x06Uuv\x7FªJþŸwj\x14*B\x02\x0E"
  b"\t H¢u&I┘┐ã\tÅ\x08¯‗&"
  b"\x15\x1967¿PL│╝î쥷¢ém"
  b"\x1A·ñ‹ fNI”“wXÝ|µ9"
  b"\eÊÄ;ª»IT‹…Ùâ“7„\e"
  b"$\x16=K›ÆHë§¢(ìýífî"
  b"""
    '¿ç\n
    ñ\x03Ñ8¢;±&ëD¿\x18
    """
  b")ÀÙ5ˆÐA¶–Ó)YbÉ`\x1D"
  b".;ÕLIóFn™AìÈú†\x00ü"
  b"/\tuT2·ÀwZT·Ú¹³‘("
  b"2Ïï¯ûÃBÞ¾™¡øi\x10šÕ"
  b"J¾Ð\fùvC󞯹µ\x191"`"
  b"[g\x0F)ô¿H•¦<\x08’Ôý &"
  b"\x08êÔ»J7‚C¥Eœ§z!"
  b"f;LÊî\x00A`‰7ÚþNи="
  b"m»±AÆ÷CU¼‹ÈCàˆüñ"
  b"r[r>W\x0EFy¾E¨Ü\x1CF\x0F¬"
  b"v™¾ë´ÊC\fƒé¾ã·ÞÝÞ"
  b"""
    |5\n
    R\x1D@LK½ôÇ0§üM"
    """
  b"~\x00˲ÿ¢D\x01®ug”p¿Î"
  b"~Ûi\x10e\x16I3ƒß\x14£!¨*O"
  b"æÝþU\x08£ÃŤlH#ÏÇmC"
  b"“bÆðçžH\x0FœÒ\x1DäšÏ½="
  b"–/Ð\x11<íH‹…Ž[§\x11TK\x0E"
  b"˜0\x08%üjH/¿ža/¶\\x10î"
  b"˜1‰YJ¦CÛŽ\x05ü\x1Fž\x000)"
  b"¢w¡tCÓ588ó4Ânå\x0E¥"
  b"¢¯U“\r\vFŸ‰·)þMIMf"
  b"¤ô\x05ý•ÉE'¥×ËYåœNV"
  b"©ùÌ5¾|áï\x7FûqáÃX»\x1F"
  b"¯¤\v‘·\x16Nç“M\x02ù\x06¥·ç"
  b"°ÓÀ\x10¤NEÕ‰Iú€£†Ã\e"
  b"µ\x035B„æH³ˆ'\x06q¯æA%"
  b"¶2ÌV7®LÚ±\x1A¨n\x13\x0E\x0E?"
  b"¾\x02…Þ7\x0EMh’"lÔ3FXÕ"
  b"""
    Ì\x11ÏóRyB\n
    £\x1C0Äáí\x05\x1A
    """
  b"ÈÉüóB:A\x10æ;┬ö:"ã!"
  b"ãG\x01gé`@¤°ãF\x18uå è"
  b"ä,\x00§\rõFÑ«8r\r~|gf"
  b"æºÚòV\KÖ°Z\eÞ4\vè„"
  b"þ\r\x7FþuVE\x02۸/T\x12ûÞ"
  b"ê0ôcˆ˜C‰ªkë¿ÂÂsX"
  b"ê‰D\x14ÌeLÛ©é\x06_,Ò¿l"
  b"ðý[é\x1E¤Cеà®o€¨Hÿ"
  b"³ÿ9\x07µSC▄ì\x13_Ý╝6ã'"
]
57 0.03 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"
]
58 0.02 ms
SELECT `handler_identifier`, LOWER(HEX(`id`)) FROM `payment_method`
Parameters:
[]
59 0.01 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"Åë~À\x0FUGœ½1Z\x06\x14¥"
]
60 3.10 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"\x00J•h!ŒFÿ¿+|\x02Ÿv¸Û"
  b"\x00L¥_\x00)A@˜\x01\x7F8‘#y"
  b"\x00nªÍDdH\x14†ý¯†\x17kù£"
  b"\x00ïR\eð\x10Nª▓ç┐NRìy╗"
  b"\x00Ò\x19ÿ’ûK¨’íš!ÙÉ›\x1D"
  b"\x01_›\x04„…J`¡®åˆÝæûÃ"
  b"\x01Å\vQ└%|ß▓ÜÜ=Âõ\x1Eu"
  b"\x01Å\v|³Ã~D¼62\r‗cPb"
  b"\x01ÅÜÆ8×~åø┴& X\vö\x07"
  b"\x01Ér]ø¹}\x7FíD\x19▓¿ôÍ╬"
  b"\x01‘“ÕåôuНÀ,´ ,È="
  b"\x01æô█üºrLÁ┴ì\x01Sd═»"
  b"\x01æô¦Ì©y\x01¿I- ôk|ü"
  b"\x01æô‗^┐}Éÿ×9│Zà\x04-"
  b"\x01‘²tÚ…}{±Q\vb4û3\x14"
  b"\x01¾\rú/ÇK–‡Œ‘·V+9ß"
  b"\x01È\x15ú/üG™¨›q»«ó…û"
  b"\x01Ê3O[(HµÉAÍp%FjÍ"
  b"\x02o#\x7F© OQ¸\x19!ÕÒgé\x18"
  b"\x02—àÚŸGC\x0E \x04þ€röû="
  b"\x02¢íVZ\x0EEq¤F¡K]æ¥g"
  b"\x02ͬãêâE\x13¨qª\x05Üp›^"
  b"\x02ÛÇ“f\x13D\x7F§Øqñ8–"Í"
  b"\x02Ü ±kþBûºîß’Ø™á¹"
  b"\x02Ò`Ò▒áOw╣TL2g¿É\e"
  b"\x02Û▒‗▀ëAxÅR3st\x08â¶"
  b"\x02ÿ˜\x01›B\x02 ßy÷|%”ü"
  b"\x03ˆ³~ð“E¡˜%¯@$\x0Eš•"
  b"\x04\x1D\x06¾¦\x15MÖª\x1AŸ} ï¿\x00"
  b"\x04#á·‘ˆFâ 8Xjí1VV"
  b"\x04■HÂü#FRì\x12(ßÜ$»\x19"
  b"\x05\x06\x1DÁ\x06¡Ly‹ßv…k\x1Eà\x02"
  b"\x05hà¥:/B\x7F¦\x15ï²›ò¤õ"
  b"\x05m°LPKFÒ¢¯Ö#6²&F"
  b"\x05u‡ìdŠ@´¥ÿðþ¹Œ“n"
  b"\x05ºÂWâ\x1EM`üpÎö\x03╬c\x08"
  b"\x05²[•I\x17G\x13¼“dJ“\x1CÚ{"
  b"\x05Àë3‰,GÄ­W²üUfã­"
  b"\x05Ì1»r¦E\x1C½\x1AHFÏçjA"
  b"\x06Tó~\x12ºAYŠC;°>ŸgÓ"
  b"\x06µâGžðC¶»]<\x1C$\x1A¾ú"
  b"\x06╦~Å¡õOÿåûüƒYn\x04*"
  b"\x06µ┐=ý6GôÅ\x7F\x1FÚ,r¢╠"
  b"\x07\v%\x06\x17%H˵¥Ð\x04ä„¥—"
  b"\x07a\tñg¦A™€—K,åP|\x10"
  b"\x07fÅUå¸Dðï═^(\t\x15«ë"
  b"\x07z¤£.»Dž‹¢k~¦ïñ÷"
  b"\x07\x1Dü´?J‗ä\x7Fm║\x1EÅVí"
  b"\x08\x19ÙÄQ¤NĈ;x¡‡’²C"
  b"\x08¦å\x1E(iAÖ½b¦Tq°ù¡"
  b"\x08┐w█(ÄHOì_\x0EÛeBi!"
  b"\t\x15éÜá¯Gˈߙ\x07ç6¸¶"
  b"""
    \n
    &\x16\x03Û“EG­…hÀéâ©\x19
    """
  b"""
    \n
    ╝[Åá╝G¯í▒y\x14lüÕQ
    """
  b"""
    \n
    Ú6S<ÙI4¿X½\x13¡Ëƒ0
    """
  b"\v%OÌNÑI9‚Ì&Ç|·§Þ"
  b"\vôZ0╝PAù®Êä-║ØDÙ"
  b"\vØQ┬ðòAƒ┐ú¶Bõ}×­"
  b"\v¡™ÇÒ©E½´÷è[ÂÖŠ©"
  b"\fWºÉ´«D9ªÖ·éxS\("
  b"\faþg4ÉC$«4Î)4†0©"
  b"\f¸h$ð³Ce©-ñÎNWÙ¯"
  b"""
    \fÓÝ\n
    ˜ÍL®´\x07\x18 ë\x05\x15í
    """
  b"\föàaR©BÝŸj/GgYwh"
  b"\x0E\x04Œh–WDCšDµE\f7U\x0E"
  b"\x0E“ª=B¸I«“ø\x121âöž¥"
  b"\x0Ešu+\x1D2DJ¨ÓK\x0E\x02à\x14="
  b"""
    \x0F\frû‚¯E2£p\n
    é¾\eÁc
    """
  b"\x0F)\x00lÂ÷N¾€³Ìle&À¸"
  b"\x0F‘Ú\x13à¯E ¤$¬&!g\x06\x1D"
  b"\x0F¿h\x19PÂA†³\x08žZr\x1F‰o"
  b"\x0FãP¥{\x00I\x7FÉ\x19æƒ\x06®\x1Eã"
  b"\x10#\x1A\x13RMN\x05ì9U\x05ÁÝg/"
  b"\x10A┴ðüþBTë╩r\x15▄±F\e"
  b"\x10\x19\x06\x11F\x0Fš \x1C·uùÞn"
  b"\x10╗»\r¸\x1FJÈÅ┐wÀNäq§"
  b"\x11\rû9³7Ht†d\x011ÖÿMW"
  b"\x11EÐ'Ú\Ks‚Ã\x0E‰å\x1CµA"
  b"\x11H}¡┤\x1AMëû"\x19°\tÑÅ║"
  b"\x11╬N░{TO\x1Eü¤Ë\x7F\x06\x19¤"
  b"\x11Ýü°Ã▒KSÇ7ÐTI¹Ö÷"
  b"\x12'˜ú\x04ªA\…»¹êv\x05"
  b"\x12\x07&´B›§Ø\x19\e`\x15͈"
  b"\x12\@ 2\x05E.„«!S\x07½@("
  b"\x12b{-šýOݸªAvjVú\x7F"
  b"\x12Â=ž<ËN\x1E¼\x14ŒÕ)\x01ð#"
  b"\x12ÓÁU#\x0EIhŒ\x1CõÛ\x7FZ\rw"
  b"""
    \x12þ7\n
    ü7Dê£EŒi®~Td
    """
  b"\x13+PV™ÃH.·pN;Y³¨ý"
  b"\x13Ù»Gí\x10Hæ—\x0Ez\x019L-î"
  b"\x14\x1F[ZbàK ìN\x19b\x1Cå\x04"
  b"\x15ë\x14šÑìG\x1F›e¬‹\x1F°´ï"
  b"\x16X\x1FÜ\x04\x05C[­ô\x0F7•’\x1DT"
  b"\x16yôòÂ\x03@\f¯ý‚\x1E3iØ–"
  b"\x16ü\t\x00ºJÞ»]\x00,éI*ý"
  b"\x18÷BLU¯G\x15§2\x17Ç$\x1FŸ˜"
  b"\x18ý:ްÚK芟úÛ›– í"
  b"\x19:Qlé\x1FO\©£\x05!\x08šö¤"
  b"\x1A‰:‰\x00•D®‘‘\x0E\x04+È~"
  b"\x1A¼ØùÕ–N-ž²ß*Õžç{"
  b"\eÖÎòc┐KDôåK0ôÚü¸"
  b"\e¯w‡·\x18LšƒQFMÈ×ãÞ"
  b"\eËŸ\x05KÜFÅ–¥$ÃêŸ\x06\x18"
  b"\eÑ(£Í_HˉŽö=\x00-+7"
  b"\x1C\x0FOj\x01ËD‘¾\x13®¤š67ç"
  b"\x1C®ò8ܱOÔ±_­ûú”ѧ"
  b"\x1CÈw\x18¡ïC¶¾Ì­@×™ÓÝ"
  b"\x1C÷aÜ: M\x1C…Þc¦sb¬\x08"
  b"\x1DP¼F3AN6‹¿â©îîÔU"
  b"\x1Db\vÿÇæI½”h?Z¡E¼£"
  b"\x1Dr¼Õ\x1DiF\x13†€ß×<îô5"
  b"\x1DüL└¡àK«╗Ó£─\x1DÊeg"
  b"\x1DôkÕóÜJ9¿‚Ì%j\fl{"
  b"\x1F\x05ì5╦┴C/ø:╝òDúNÖ"
  b"\x1FX´?Ü&@=½ê\x10\x1CŽ\x01"
  b"\x1F‰JŽÖ§K\x1C©ÈÝÞÿ¤Ì-"
  b"\x1FÕk\x06‚þH(»ëV¥\x17'½õ"
  b" JGCN„DQ˜†ˆ8Äè?$"
  b" K¾'\x02\x17H>¿┼¿3`╩üµ"
  b" ¨┤èÖØOðÀ.'╣Te+┌"
  b"!\x16nLƒdFx╗è}Å\x18²»m"
  b"!Z.ò\x03nMZ‡”O`vΙ&"
  b"!iå$NgF┤¬ûûWóeÉL"
  b""\tuÑs½IN¨µMSz¶,½"
  b""–\x172|§M\x10¢i–ÛédÇ\x1D"
  b""®&»ãpJ\x10ÉéaEá\x10\x1A"
  b"\x00ƒãSH©ŽñÙ\x17¾°L\e"
  b"#-z‡0<G`‘ó\x008\x1D¥\x1FÃ"
  b"#.╝╦ZgB\x14ü¥e3i¼$4"
  b"#Cþ\x11a³K¶€…e—ϘÆÚ"
  b"#\x7F\x1CÞLÙ@ñœ\x14@ñAKGW"
  b"\x0E¤¶×Nñ—gs»›Ç,À"
  b"#Îp\x1F>pA¢«V\x02о|Ï\r"
  b"\vÆ\x07‘D<˜ÙZ]ß\x12n\x12"
  b"$[[ˆ\x1D%G§­žl\x0E®ð¯{"
  b"$pYh\x03\x06K\x11¶Èõ<Îz(k"
  b"%\x05ÀÂ+¥NµÉ\x07ÛK\x1EÁq\x18"
  b"%(¯ÀM\x17EnŒÓŠÖÈLRK"
  b"\t\x15àü@x»êÒÑ&å3É"
  b"%µZ(ŽïE¼–Ük\x01\t^†¿"
  b"&šÏ\v˜mI\x04±æ¾ä—:á§"
  b"&═ÉìÞ@AÌ®]ÿ|§óx"
  b"'Y_d"UIܱ\x06Û–ÜÙŠ6"
  b"'┐\x04«\x0F´JW▒J▄²ÍÅ·┘"
  b"(\x1F,ñdŠHú´\x18¨\x10\x17îm\x07"
  b"(I«ƒ\PIñ¯ƒ#ç¥ñ( "
  b"(Öúب.N÷ɤY¸~¸êx"
  b"(┼j\x00ÁåJrØÀJÚR¬«┐"
  b"(ì/Ï\x13¯N5‡ýÒÒø]¹÷"
  b")\x0E1p\f‚@ë€"޲¿\x0F´Õ"
  b")&├A\x13úC`Å\x184R\x12éÃô"
  b")=³Õ┘\x02GPÂÎ!am Îì"
  b")lг\rÚM█Ø─\x1AÏMxBÅ"
  b")ë╬L6XI\x1DäTü┐\x1Cõb\x19"
  b")—D‹hšB\x11ˆð¾O\x1CË{©"
  b")ÂïîoÕFõ£CgV¦‹\x06í"
  b")µwƦØM¯è┴╠Tm¾'þ"
  b")¶Ý`²┬B6çý¡╠D~ض"
  b"\x0E“Ã:J¦¹•*ª$\x05µ‹"
  b"*÷ì]\x19\x15LX¿³¯┤©\e³\x0F"
  b"+\x05&Vs`KÒŸeCƺwiÆ"
  b"+&B8ª\x05K@´\x13\x18ü¾œi\x08"
  b"+;™¼³»A`¡ñv3dGš¦"
  b"+¡Æb-’@Œ ãÝß\(©ê"
  b",\x18&n§\x1ENË¥\x136\rUW¸#"
  b"-0°®ÇªN\r”Ç…ùYx"\x1E"
  b"-B ,µ;J▄Å╦«ÖÚáWL"
  b"""
    .\x08#Ø>¶M+‹º\n
    \x19×Ýð;
    """
  b".yÎáùŒKL¼³,\x12záél"
  b"\rà`‗DNæ~^§S═ï‗"
  b"/pæÝ\x02\x1FFô±T´6î;ãÿ"
  b"/–/èä¯Dh­é…†årùü"
  b"/§a6\x00yA¦“ÞbhV‚Î\x03"
  b"/Ü4í›\x08Fc‹¢4\x03Ò–«."
  b"0\x08Ÿv¤!D]³cmQ™½ŒË"
  b"07qM4°K®š°ªÊ·\x0F·\x16"
  b"0ZòdkXKúîAZâo9\f"
  b"0Œ…ÓŽ K¶žž‘~-àÀK"
  b"0£iõG0J¾“bZQ:ðm\x1D"
  b"1\r¶i»\x00K§’é¶4³\x16Å\x16"
  b"14«®\r^MÙÁòeù|ØCÇ"
  b"2W©Z†0B^®ý¦F¾\x7F­×"
  b"2¹/j\x03áJèüì╝V8ìw├"
  b"3\x02yÛKVF¯‡{‹\x13ÜÊÅ®"
  b"3$Øü¨iO»Æ|=±\x06═Ëm"
  b"3T~\x1Aã?OΧZßå\vÄ-M"
  b"4\tØ\x00“^Gñ'\x01¿\x126ª3"
  b"4\x1FÖR×\x1CG[²ªI\x18\x16"
  b"4S\x0FÆžÊNº¹ŠŠ/¼°dÙ"
  b"4žXÑ/ÉAûœVX©áU‘\x15"
  b"4ÑŽm\f\x1FCü¤{ÉÉbkäV"
  b"5XXáqÅH\f¶~£fˆuêF"
  b"\x7F[56FÑïÌ÷├░┴1H"
  b"6¥D\x18°ÉAòò>\x19ÎV½kï"
  b"6┬╔Ig‗LÀ©\x00¾┘­ü\x16p"
  b"""
    6èð\x04µBN\n
    —å\x13.o†Ù‡
    """
  b"7\x18\x1DZi@r«,Á\x16Z\x16ö°"
  b"7"ýy±ØC┤í╠GÀz,VL"
  b"8\x1A…¡g\x07IB—AŸ³9±zB"
  b"8\e¹\t╣W@┬Å\x04dÀ2è▓´"
  b"8“­÷˜SGc³'l\x12•Ø\x0F;"
  b"8›N¼Š\x18OG­JY÷\x06;Ùv"
  b"9P»ôØžAš£Pi$ºäSr"
  b"9VW¸€0L\x1C‡íº)?\x16"
  b"9i¹1q=@P‘\x13n\$}­t"
  b":\x11H œ¬N*»â‡lj†ÜÊ"
  b":Yì\x16ï$I╝▒▄%­¤Í─y"
  b":{ÔB\x14ØJ|ƒXnò·┐£Ö"
  b":˜8\x7FgìC"½\r±K\rµ\r\"
  b";x>ÅâôGÌö¡6ú╔¯X╝"
  b";y©ä=UDm—ôÌi¢\x16"
  b";çì(█­D¥ûÖï╚ð~Æe"
  b";þ¸▓ïÙE\x11íu½×؃4À"
  b"<\x05<41îCaƒ\x1C®ýBfHÕ"
  b"<¨>\x06┬ïFéüf\x07­®¦ª┬"
  b"=!ã^Ë■IR¼\x08L¸®i┴ü"
  b"=d7Y\r\x03N¶š\x12€Ÿ/L1x"
  b"=ߣKrÐL^Š\x0F\e{=IÏ"
  b"=Þ»┼ÝBM╬Çï¯nâàßÅ"
  b"><cmSäMÓ╗å\f-ó¶'ì"
  b">[ER\x18ÿCé™!\x16wêì\x1EÁ"
  b">[e\x0FºiDú£€gÊðÀ½¬"
  b">[¸\x0FÛŸHf¹ÿq_’þ¡k"
  b">ƒÅ¹){AJ¬\x016`LµLõ"
  b"?\x08óÀ*\fJ\x03²ƒZEÒ\x05©ú"
  b"?\x13ì\x02»‚A\e™•Ͷê\x1FY;"
  b"?bj…K%J=³ÚçÍ\x13\x14"
  b"?rŠºÍ(M,‚.ta\x1DºÂN"
  b"?ìçǾNBìºHÔÏÂfªÓ"
  b"\rkÌxDÏ¢gÊ\x14¬c‚E"
  b"@\x13É3F}O\x01Á{]d\vúŹ"
  b"@>½Ùº\CËÿ_ØI(÷pQ"
  b"@¸É╦ÝdO\x00º┤ÉFg´Nó"
  b"A©ŽX½‰G#€l?×虪\x05"
  b"BBQ«øf@&„Câš\x08ÈwT"
  b"BU½™{mJz–ßÌú\x0FªjÔ"
  b"Bý‰\x01ö\x01GH¹§òßsú§Ó"
  b"CfŽä4˜L\x0F¾$«DËâ–T"
  b"C„†k\x00\x1AI°•¾uÙp\x00³å"
  b"C‹\x1A¯‹1AÇ™9\eEŽ¡\x0F"
  b"D*£oW—Cœ¡\x1C$ùx$Ø­"
  b"Dõh╝gãAÏüBºÀɱkÙ"
  b"Er-\x18Ë\x7FB´©1\x02p®•;µ"
  b"E±Æ˜Ú”Blƒi˘½\x12«´"
  b"EÇ…~w„A6–\x13úðs\x03êÉ"
  b"F\x13ºZZ÷B1³ã¯\x08Á^?ô"
  b"F_¾šÍãI‘©\x04½©ûñJM"
  b"G>\x14‚TœIñ‚W÷ýÎu\\x08"
  b"GG"\x05N¹HF–ÒlÀ¯ïã‘"
  b"H\x1FÊ@ì’H8º;Úð»a ÷"
  b"Hi<wF|FðŽ\x12áCF¿øm"
  b"HŸV\x1E1\x13Iœµ\x10Y\x18¸fŒV"
  b"J%\x15Ûk\x0FAq¦\x1F\tǻӟÂ"
  b"JŠ7‚\x04øD¦€¢‰*rØD²"
  b"""
    JŸÀN\e‹B\n
    ›ƒ[¡ü{Ÿð
    """
  b"Jó|┘ ¤N½É­»\x15W~\x10"
  b"J§B╠\x062Dü╗ÿ¢Üè\x02\x04d"
  b"K\x1F¢╠ÌeNxì┬uÊjݧå"
  b"KC‗\x04æÕI│Ø5╩zbi═t"
  b"Kï│,ºuNxÅ\v\x13$7å"
  b"L\x1CuER█B$Å\x10vʵ©ZZ"
  b"LØçG\x1AÔB\x15ÜÍ░\f\\x1D▄þ"
  b"""
    LÐ5\x15ƒeE\n
    §\‘OÇóTf
    """
  b"\x03dîéI™£\x03Q\eæZ¿;"
  b"Mв§#-E‹²$Þ|µ)þ®"
  b"Mèê°^¸O«³ÉU:š¾x3"
  b"O5áK0\vA¹˜,„ \x7F¾ô½"
  b"""
    O\ÂyNòHšž:^WâT\n
    \x1D
    """
  b"P\x16\x1DüðîHûùÄKÔ"Ž\x12"
  b"P\eÂìÿ÷GI¬e©Ñ║Ü\x07\x16"
  b"P@žw\x1CÍNë’\x19\x04\x0EÁføá"
  b"Pe>ÊKþDY©“r®\x19!\vÎ"
  b"P}üÎÐJG–§\x13ÌØqå(Ÿ"
  b"P¸ä_ÞVAà©\v<xË‹>™"
  b"P´F▓╔ÅFVÑI"¼ª¬"|"
  b"Q3Lþ›)Lx©Nµ¬ùzk8"
  b"Qu\x11R»âAñ”ÈoÜ>‘x®"
  b"Q‡ŽËT\eK\x04†<ê÷þüºŽ"
  b"Q’8^*\x13N%¿·Öäk‘}§"
  b"Q¸©ãŸ…Af±"rÖù/\x001"
  b"Q¹ì╦À\x16I\x05êıPKa$2\x08"
  b"R\vØuTôF¡ì\x0ET╔@\x01¢ı"
  b"R\x0Fc3  KžªJ×ã[Ÿ©'"
  b"RA­ªÑâ@\x04š‡ Âé¬aå"
  b"R|r|ú„G\rœ#c´\x19!\v""
  b"R–]éÌSGÕƒëÙˆÇ\x13Â\e"
  b"S9¥J\x7FõK¦¨X¨¹\x1C8öÑ"
  b"S=¢ÄŠ\x13N¼…¸ÆZhègh"
  b"S‡°öo…I[¡«ª¶\x01³¥õ"
  b"S‘:›øÝJô‡ÏÞ•<\f+E"
  b"ToA:ðöOlŠÉž\x13ÊëØ"
  b"Tˆú\e\x11sK‰’ÑñŽÞÆA—"
  b"T¸,Ê\r‘A³¸B=ô~­Ó`"
  b"TÎÒ\x02b<J\x0E¦™úNù\x16ì¥"
  b"Tðî2\x00ÿO¯ºg▀©ñÛìú"
  b"U\x07LK—±Hl Óê„\x01Ï\x1Co"
  b"U?\v\x1EX#KD“^¹%¾ûû%"
  b"UX\x06Þô“G־ĚãqõC"
  b"U¿£WH▒Dq¢üv­S▄mk"
  b"\x10¤›\@?¡óÏÜŒxÅ¡"
  b"V\x06Ñ\fÞ\x1FH@‰›{í,†Bq"
  b"V<{¥XàB»¼,°1×H½I"
  b"V†\eW\föE ¤ ³öÚÛ£‰"
  b"VÖxZÚ§I*«'a¿B"rœ"
  b"Vê&ëý\x17O\t…º.5‰¼Õ\x13"
  b"WfyíþÚ@\x12‰øív<Ž?’"
  b"W½¬@#qFÅž–˜É‘¶bž"
  b"W▀lÓ»,G·É‗¼╦═b┘+"
  b"X-\x1E)õÖC]¢M%ð¦ôǹ"
  b"XòÀC\x011@pÑɾÈ7╝åy"
  b"Xòÿ±C÷NŽ«\v\x0F\x1AÆâ"
  b"YÞ¿J¥tLøÅ-Y4\x18[çs"
  b"Z\x04uMë"I焟[\x18\x12>\x7F\x18"
  b"Z¤;B\x1A‡GކQÿÛ¯f¡¢"
  b"Zª¹UÍxD¬ÿøEì\e\fN"
  b"ZÝwàþéK\x10•¹\x1C`H䋊"
  b"ZãK탋Ot‘\x07)#c`–ñ"
  b"[IÌ3‰ýH\x1DŠ¢\x02Aì#_\x7F"
  b"[[˪\vÀK»€Ot!¢{öŒ"
  b"[ùØ+FáKõ¥┘Jiƒ\x07¸┌"
  b"\x14……nI\x1A\x07Tÿ\x1Dæý6"
  b"\mÝ\x127\x1DKû…ujÍÉZÉ""
  b"\ɪÂ├(@)░>\x16²¸ I┘"
  b"]\x00<ĉÎHn‡šý\x03œj!W"
  b"]\x1A)ßÌ_M\x03ªò\x10Á\x00VìÞ"
  b"]&Nþ┐îC├í(=\eÅ▓ï\x10"
  b"]B™¬ü¯@Ô‡†Mz\x1FPQI"
  b"]†´·pYDä”\eCÔ‡(©½"
  b"]ØÎ¦▒EHı¡>äÕP1ï\x07"
  b"]ŸÂÆìnGN˜oz\x03½\x11\x08+"
  b"]ÂÉ\t\x18ZO\x13¥4‰¼\t>)H"
  b"_┐ì²W~Lë┐Õ‗%¼¿j¥"
  b"a═Xà¿╩Cê╣╗ PıÅe\x7F"
  b"aÐjd\x15ÙFƇøt}q9¿Ï"
  b"bTu=\x05§K\x19˜bŽÐvGhù"
  b"bkÔ±·´OZ†}¦nwš\e§"
  b"bz\té²ìHGû.dÆ:╗YR"
  b"bŒ¢Ž\eýI”¦\x01~9‚o\x18\x01"
  b"bÿàDZwK»»UfGˆ%Èß"
  b"d--'hFKAºð\x1C\x05\x06É"
  b"d¶m\x05»ZI\x08í¹ÔEØÔy*"
  b"eMrP{bKC¡\x02Øg:ËŒo"
  b"f> ıDs@ÔüNáFJìÜÌ"
  b"g\x12K\x1D\x1FÏA4│╔Q\x0E¥É^¢"
  b"glÿrð:AÖƒ;öOæ~Tì"
  b"\x03[ü2I\x03ŸNÉûïFv\x02"
  b"g [;Œ†A3‚Ñ&÷Àñlß"
  b"gÏ(ßÄ­Kb╝}\x0FØ\rSØ╦"
  b"gÕü╦Â&Nÿѧ[í\x1DÇ▀â"
  b"h\x08\x199`õFá¾’¾\x1F•£"R"
  b"hm\x1AMc„C\x06¬\x01:êF<£õ"
  b"i\x10®hÐ\x03H╔òcì/ƒ}_á"
  b"i£Œqe¤AT“\x05ü\¢=%\x1F"
  b"iúÆ,ì7Nní\x1A8q¸\x01╚}"
  b"i©^f\x1DBK÷´ä¹Þ„pxÊ"
  b"iÏ<lå\f@eƒZKÏÍM\x15"
  b"\x1A┴ܯC1│'ÔÅ&<╦K"
  b"j╣J#,FC&º▒▒õÙMÅ9"
  b"jýB.&]NBØÆÓé\x04╚8ß"
  b"jð°¾'µLë–wÓü\x1E\x02"
  b"k\x14ú\x14ÓtJ#®W\ed†X–\r"
  b"k&ÔØÜ$C═£Ìp\f╦3\x15"
  b"krUºïè@˜Œ'Ÿ°°W'«"
  b"k\x7F\x131]µC`Š\t+ª6îhì"
  b"kÀ1`¡³B0•0ƒTMwr9"
  b"kÇ8[N¦F/‹W]°Æwoò"
  b"k╠×ıÅÇK¤æ·*ÉÛ\v{R"
  b"l\x03b4ïgBÞü~f\x17q[ò÷"
  b"l\x06Õ×kl@¸–?Ä¿Y ƒò"
  b"l│pÊØÍF\x1Aæ╔╬äü\x06Iw"
  b"l┘t\x13¼XG¸£ì\eǹ\x12"
  b"m3à“biFo \x15[.×/áš"
  b"""
    mm\n
    5·ÐMQš·\x17©Eô\e
    """
  b"m~±­àTOò£ÅûØ\x1F‡õb"
  b"mæªóy’D©Ž9¯Y¤Â ô"
  b"nI¼‰m6F¤°ä\x11ö¨‘–é"
  b"nÌmŠzNG¸³Ëvm¨MCR"
  b"\f`Ý]Mé–ß#SmL\r»"
  b"o7w88\x18N\x14Ø╠\x12ãlÖ\x14±"
  b"oEtYƒBI¦†„ân}Ŷ±"
  b"p\x08Ä6\x12}E\x06µ\Ótäx\x00b"
  b"""
    plz\x0F~ÔJ\n
    •?ÂæM£!‡
    """
  b"py§k¼ºB§¹ÏZØvg(y"
  b"p§k]IÚIð‹T²ÕÂ0ø["
  b"pÌ~g\e<O“™$•/Øß¥“"
  b"""
    q\x14Ó†\e¨C\n
    §ö\x08Á¥éþ\x15
    """
  b"q`ZD¶#Ag¥\x14IßÒ\x1E›Õ"
  b"qû└è|\x18J±ï´┐º\x19ÞÜØ"
  b"q╦æé\x17\x1DO\x1EÿU¶ü▒U¯ "
  b"\x00Þ·×E°®Ê’\x08£…þp"
  b"r\x10ÿäµúHí¾4èœ1Óër"
  b"röÞ>┤rJ\x1AçzÅ1XÅ1A"
  b"rÇ"?IËDâ´Çt¹gu¼y"
  b"rò¿%AëM2¥â¼\x13\x1A0}>"
  b"s\x06ïcñ’M+«ï\x13ÇUH¾^"
  b"s\x11ø£ÏÊEü╗╔e¸ß§Im"
  b"s`‘íL\x05D§“CÉÅ—ßÂÁ"
  b"sh\x1DÁµ¯H\x06¢|3—÷À\x1C¾"
  b"sœ¤ÿ8ÍOQ«Lß@\t\x1F¶;"
  b"\x1Dël^@¶·‘V`\r\x02"
  b"tL¢8\ìNmäÿÑÖÊÝUÉ"
  b"tj^7õ=O:‰8D†Éò¤î"
  b"""
    u•¥ÝVèD¦ \x7F]—\n
    CBL
    """
  b"\x1AAbÎO–­<G«ÃŸ\e_"
  b"v\x05áBiØJL¾9ú~°BW"
  b"v\x1E\x18‡ÿÂKnµ\x03…þVs$È"
  b"v>k\x18H=J\x10ƒ]òX\x18÷xX"
  b"v\x7F¯▒­oE┌èùêÉ▓wÆk"
  b"v™\t¥4·NÈŸ\x7F,TIs\rµ"
  b"v½5\x11¦ËLöŒ;\eI®F\x03_"
  b"váÝ1ΰND€#[À\x7FZ\x7FÀ"
  b"w\x08Æ\x12c\x0EEÕ╣ì¥*ä5\x0EZ"
  b"w\x7F\x1C\e\x1AN°¥4Š>q•¦\x01"
  b"w’(o|`L‚Ÿ²WN\x1Eå©ß"
  b"w¶ž *ÄMK½'˼1iôò"
  b"x\7®€ÈG‘¬\x01ŽIÔ\x0Eó\x16"
  b"xÿE›é\x16L·“\fŒ\x17á×ýú"
  b"yë╝°║A7│AÇÅ¢┌╝\x17"
  b"z$ʵç2J*¼\x02:ñZ\x02"
  b"zvÒÚä\Iy¬Ÿê\x00\x00\x13ˆ\x13"
  b"zœ³GßcNò d–xwš ¡"
  b"z║@▒Ò╚G°ùÿòÇì§Òx"
  b"{+ áµ×L\x15 h£}\tPZÆ"
  b"{bhެÇL©…¸0ý²ÊYª"
  b"|\x1C`ÉýYF~ó\x14æn¯2í╣"
  b"|"\e\f„TE5”às–!l¾Ò"
  b"|CŽxâ¤Cb£\x1A¶GrÇme"
  b"|J\x06 ÑÌGŒª¼\x19‹(m)î"
  b"|Ø▀µ╚\x12GüÑç÷└╔\x19°Æ"
  b"\x04o#╩@\tù│|x§ÉÞ\x00"
  b"|« °:œK±«n¯+3BÁï"
  b"~v\x00i‘µO+±HUq\vã¢"
  b"~¼ÛBWaH_½XôÙpk\x1Fb"
  b"~¦g¢Þ2HæÁì\tÖ¦vF▓"
  b"~áD\tm'@”¨&~6B7€œ"
  b"~â…pì¿Aà½Âú‰)t´\f"
  b"\x7F\x0F\x10|•åA¹€áú$vP,Ê"
  b"\x7Fªð|¦\x1DA\x15 \x1D&`ô‡Œ¥"
  b"""
    €=\x10D\x1E\n
    Eùœû­\x06£.™à
    """
  b"""
    €ll«»µBöŽÈ\„\x16;\n
    á
    """
  b"é\x10pÀþzNb¿\x1F╝Å¢ÚLq"
  b"""
    é@\n
    GÙØCxÉ8¡┬[k├▒
    """
  b"ƒ"[YÅ—J\x16ªó­ö\x056\x17\x1E"
  b"ƒš\x12@•{@ò›>Ý8j-ú\x1A"
  b"â½\e\x1F%ODù»Ø©Æ\x10┬(Ð"
  b"â²{da\x07Oyú1½ÅBÛ■`"
  b"„Ÿ\x1Dù²ƒCψŸ$Ä\eá˜ü"
  b"""
    „ë\r-œÞA3¹*\x1AÄÜ\n
    
    """
  b"…áìF‚×L)«÷´Ð´ýÌ‚"
  b"""
    \n
    ±îÏhJõŽºDlhŸ\eà
    """
  b"å\eÙKú\x05IÄ»ç\x7F┌╠H«Å"
  b"†é+Ä\x0ESOо'\x16°šgf["
  b"\x1F³·ÜäEJºm“2\x19\t§R"
  b"ê\x16┼nãêHüù¨b9«Ó=\x1D"
  b"ê\x18ì­Á¼BMÆí>¦\x026\x17p"
  b"ˆ\x1E&!¬>Jd’×2¨’fÒ„"
  b"‰.\x16÷â8A\x05¸›ŽŒþñ±Ó"
  b"ëäþ¡ðJB\x02ÉÅóCøQb)"
  b"ëÉSf0,DÌ▓┬¦ÂF@Ê\x15"
  b"ŠDBõ1üL€„Z+\x03\x1Fe2$"
  b"Šb;>Ö\x11Bê­\x1E;%«|Aú"
  b"Šm)Kt\x7FD ‚#ûÇ¿ži€"
  b"Š›žš_\x15Lz©\x16Ǻ†adq"
  b"‹B¼\x1DaÇOL¥¿~W\t”Dõ"
  b"‹X<Ä\tÙN(‹ÿ••–üb¸"
  b"‹§è4\x02²J+ŽÃÕ!Ø8ÞÅ"
  b"‹©Ÿ\x03\r/Nåºðù­bŽ\fw"
  b"""
    ‹Ì½‚ÞhGî¸ï©èV%\n
    \x12
    """
  b"Œ\x16|ö¾¸Is…{¼\x01¹\x12"
  b"Œw\x02\x15¹'Mú²q\x013ÙcZq"
  b"Œ•‡/¥JMY¶fsPàÊ’\x05"
  b"Œ¼Æê'”G"‘Œ®Øf\x08\x16%"
  b"Œ×ãy?EGë´Q?*bç5Q"
  b"ì*°yı¬Aÿ®äº░V\x11ƒÎ"
  b"ìl╚&C:L(×tÎbãƒti"
  b"""
    ìzéøì█I\x12¡%7\n
    \x1D$\x16¼
    """
  b"ì~Eös═J‗î╗{üÒ\x06Ð\x1E"
  b"""
    ì½?\x14D\n
    H\x1Aò─\x14=\x08┼═-
    """
  b"ì╚\x03BÿlF\ÖºÈ~Â×®Å"
  b"ì´@╩ýËI║Å┘àc+P╗Ç"
  b"Žån¦0“Iàƒ&s¥ŠÏÌ4"
  b"Å\x1F¹▀\t1B&û<¨rÐjÆÇ"
  b"Å.àwÛoL9¼¥¶þ\rŽZ"
  b"Å╔Q║±1D\r¿ÈÑ_w³\x05\x03"
  b"ÅÒ¼lXýK╗º¯¨KÚ\x16P\t"
  b"ÅÚ>V│òL■ì_ƒ╦!─^Ö"
  b"""
    É\x11]ä}âEýû\x11ï#å\n
    >6
    """
  b"""
    Étj\n
    \x11'I¸ªÛñDo═'«
    """
  b"Éæ\x15¸!)CxÉR╬ª\x04\x1F"
  b"ÉÆE2┌\x13F2©rQßãBñU"
  b"É«ëöÑÛB\x06½°½*ƒ\x1CD\x1C"
  b"É┼L,Å»FZ▓R@R╦fER"
  b"É╠├³^└KHÂY«\rO[ðw"
  b"""
    ɤ|Qà~Cí¢1\n
    \x10UD|
    """
  b"É┘7?é└E"à═½º\x07"j┌"
  b"É▄Ä«\x12\x04G¥¥_a­åƒc²"
  b"É´ÿÔ*°JÊçíLj§║ 9"
  b"É·▒0\x1EÈMÕ▒¼¹¢─k\x1Fw"
  b"æW\x18Nì)@;Å9├§S▄?í"
  b"æ_┘╚Î OÝê\x04£É╩ÜX["
  b"‘i\x13*"óM£œˆ_æ¨<;>"
  b"‘¤\x10\x0EñMǵÉÓÞž<ž³"
  b"’—DC.+BÁ¦5êækÒ5Ö"
  b"“.ÍK\x08gKo¾ÅÜ@^àšþ"
  b"ôJ.█\x02\x03IÒ▒,¶µGáêÉ"
  b"“¸uwvPF«¯F\x1AG=<l‚"
  b"\x04ülÄèG%‘g8ª Yéü"
  b"\x10TàɳG˜™\x0ElqYs\x07÷"
  b"”9\x1C6H1Od ÐÀÞ\tÛR\x02"
  b"”u—¬\x7Fb@\x02£\x02»°²4?Ð"
  b"”ÜzwK\x19MÛ»¼h»\x1EOËß"
  b"•)ŸË +J››žöÈg¡?‚"
  b"•X\v\fC:IϤXÓtô\x07ëÙ"
  b"•dtÒ\x159B"•®Œò§"5~"
  b"•Ù\x7FE\8C%Ÿ`Y8æã}ø"
  b"–Ò`Uç\tJ˜”„AW¬ÊõH"
  b"—P±ÝÙÞO\x1C­fï\x16²R¡\x14"
  b"—V\x15£ÒŽLF—ç0+Ý\x7F"
  b"—l‰\x01A.Nn¥5hÎ\x12öõÓ"
  b"ù}Îyï§@ìÉHv▒1Ù®▄"
  b"—„ú)f±J££[±$!Sû²"
  b"—°o"\x04éB\x18ŽåI \x13ï+â"
  b"˜Uä=_\x17I4‰ùû ÛÖ+¾"
  b"ÿ\x7F×òG N═¥,ù`ü\x11\x085"
  b"Öò╩A²▄I§«±Hı\x7F╣ü("
  b"š˜Úwž™I\x13Ž\f½Trí<¥"
  b"ø~Æ\x1E]▀AõÖác´^Q8Å"
  b"\x7F+˜ý¹BD‹Ë+¸P”Ĉ"
  b"œÚÆcXb@\x01¨\r\f\f¹”"
  b"""
    Ø\n
    äw+╠K»╗¹ùy╠Ú¼}
    """
  b"Ø\x1CÊa°/Ee¼®9Ñ;\e\x18/"
  b"Ø&ë_î╗M▀åf─Íél5\x08"
  b"Ø)¿ggoO)Á¬!Ö\x19áÉ╗"
  b"Ø*\x13┌`\x13FıòÖ»ö\x14í%1"
  b"ØeìQe_B9©\x1A\vOeÝ"
  b"Øiû7÷õFMò±î°Uè§\x03"
  b"ØÁæ¨ÔiB)©þ─ml^\'"
  b"ØÐ®Ú¼kMıÿõbSò@│\x10"
  b"ØÞZ©ÆÔHïå╝°ì┌,cÝ"
  b"ž\x17\x18]Ù(GÜ¡FEG“¹^’"
  b"ž?Ÿ¤<÷Dü¬\x18\v(Љ"
  b"""
    Ÿ"Å ï_G\n
    ŒexI"7©`
    """
  b"ŸU]ø7ìO景\x0E€*Zn\x00"
  b"ŸuËS¨-L¼¸ŽA\x07š¬j\e"
  b"Ÿ´ÄBéÄHl¿ß¾]Þ\v\x1Ar"
  b" )§ŒþÏB"½¥°n}QŒø"
  b" 0½N\x1DÄG$·}ïÌ\x1A\x03"
  b" ü`u\x049Cü•¾-ku</~"
  b"¡wKX@ªF>½äã;G™Ú–"
  b"¡yZR )O• ÍÜS\fà\t"
  b"íº¨\x0E¥3J)ôpTüþ÷u█"
  b"¡²\x10õ\x11³E\x7F²X¶,æÖ\x02¨"
  b"""
    ¢\t\x07\n
    ˜0KÀ²/wÆ,Ðùú
    """
  b"¢7^Ç\x136H`¸B\x18Ý?Ë$]"
  b"¢\x7F\x13\x04ÕjCᯟ«ÆŽ\x1F’Š"
  b"¢ÓbÚ~pIÙ›7xA\x7FIð¯"
  b"ú(%é\eøDÛÆ▓═Ŷ ¶¦"
  b"£«rëo(LñœŽÕes\f…æ"
  b"£ú\x17v\x06dK¶¸ì‚\x1E\x04"
  b"¤1ì™@ëOز\x03H\t‡Š¤›"
  b"ñ6ß║@±@§üæIPÀÛµª"
  b"¤^•\x17OŒE‘«ã/» ¿cñ"
  b"¤¹0C«ÄC¸¾þUÊåÝ®6"
  b"Ñ\x1EÅ\x1E\x06@;Ѧ\x17óQyo8"
  b"¦ø^\x19TaLe”?Z}\x0Fôkb"
  b"§g¸ýPVM\x05°àüQÒÇc·"
  b"º┬J¶`ÐI═ì\x7F}\x12W┬\x07ü"
  b"º▀Í╝_aJŽYK╣ô!©à"
  b"¨\x12™É¥\fMÞ°\t\x10ë‡\x06"
  b"¿Âlì■ÒB'ºEQz¾Ôé3"
  b"®"Ü\x12º╚Dó▒XÞoâ#Jü"
  b"©w#\4XN*‘*ù\x17“*-†"
  b"©~‘~\e6GÇ–Ù¡ôV"\v­"
  b"ªM\x1Dÿ\x19¼I¤žù;´bŸ|"
  b"ªa??\x1EÄJQ¤ø¶dVÛó\x04"
  b"ªhÙ\x7Fd:Eá¬3l€¨°Ï?"
  b"«\tºŒ>\x08L‚”)óÞæ(Û¸"
  b"½r╣\x16â¶B×ú)ÊØ■Ún\x1D"
  b"«™ÒÝ\x05øD7º÷·î\x08\x04íÌ"
  b"¼\x1FaÉ3£I;ó\x05¾\x17┼Qµ┐"
  b"¬J¾»²\x1AC\e¡]:T\všFø"
  b"¬fPÜHìH\x13·\e\tË\x04×á´"
  b"¼‗ıqpJF«▒Ø©8PígE"
  b"¬÷kúÅûHtŽÄ(\x12y{~ü"
  b"­\x04€ÞW·J¯¢gîù#¤\x0F;"
  b"­\x19=Ñß‹O\x01† ÿfx%\x1AÊ"
  b"­!ÿx’CGrœ’Ø(ÒœÓâ"
  b"­¤àöƒñD\t­\rÎ šíßÒ"
  b"¡▀sÜEÕJ·Ç╔ëÉ\x01\x06¢6"
  b"®…^íN)C"¾äÉÏÇ<^)"
  b"¯\x0F„T)rKJƒõ\x01õÙ\x10"
  b"\x00ØY\x02ÔGıê¿╔û2ðËD"
  b"°&\x01–¯BK\x14ª&|òôY\x1D\x1D"
  b"░;ôt*gG¶ªÂüæf´³5"
  b"░<B\x08{_Hµü\x1A\x00\x190zÌp"
  b"""
    ░D╠UÉ\x11BsÀù*ð\n
    *Ô¯
    """
  b"°iš\x02®ßCœ– æß\x0Fâ'\x06"
  b"°‹5ï¢rK¥‹¾½<éÔ¤K"
  b"°•È‚¸$Mâ—4GÀ\x19ö¹›"
  b"\x01n¶GÏGÖªrÝ[█ìÛ╦"
  b"▒*-\x0F bI╩ƒÄì\x1DWئ\x10"
  b"▒6äþR B¢┤xÒ\x0FÅ´\x00\"
  b"▒eo¾Å8H│░G.ÿ.Yëg"
  b"±j+ÜýØD^ îrãìòô¼"
  b"±ä=]xõFY¼ÞI¸'óÞ{"
  b"²\x18kh\x0F\x01E™‡Hç!Ä—cÎ"
  b"""
    ▓AQ£(JO┘░þ\x13|tã\n
    Å
    """
  b"²c\x17ìÉ\x16Jf·¦Ú^ÅRU`"
  b"²qræîËG\x11¸Öí*V¸ßà"
  b"²‰†\x1A\x17ÞE‰Œ@£s¬X5\x0F"
  b"▓ı²MضFªû6EØòc\x191"
  b"³\f«•\x10\fC\v³j€Í‹vQœ"
  b"³]5mè\x0FAåŒcëVOp`á"
  b"³œÝÛtuN¶‰Ž\x00|ˆ£5""
  b"³¦rôÀcJ'’z™\x06\x00)N­"
  b"³é}ŸÌžFâ„úLá/œÆ'"
  b"´Ú·j%ßO\x05½v\fŸÒ‰\x06"
  b"µ\vÏÕÖ7Aϲ\x08\x0Eñ\x17Îù "
  b"Á<¸=½§G6Áؼױ.Dò"
  b"Áyhÿé█Hcÿì═Û▓I21"
  b"µ’33…GB8±ÂÀÕ–N:"
  b"""
    ÁÕ\n
    Â░·EÔØn\x0EN¯µ#É
    """
  b"ÂDídÐ░H\x1AâŹ▄\x06çS╣"
  b"¶w\x19õÚRHô  „\x05âKåÐ"
  b"Âý\x1AÌïwG§íPPü┌‗\x18m"
  b"·ë¡Z\x18º@³™3ú‰Fa[2"
  b"¸Bhôï\x08NY¾žhb\x1DÚò’"
  b"©Å;DNé@╦Ç']/S┬Só"
  b"¸¼cºæ6AƒŠ°»\ejKMª"
  b"\x01\x11ðÍ¿JÄÅÞ[yp(]1"
  b"¹\x03'8>ÄAÉœšð\x06O0»<"
  b"╣®Z5C▀M î╦³¯·ÉÑ"
  b"º\f›ED\x14E¸¦Ú³Âp~ÈW"
  b"\x0E\tp\x16ÞOë▒£6»▄_Øe"
  b"║,╣²\ÉNЬ}jLêF=¹"
  b"º>3w<·LÄ«æm†'Ì_'"
  b"║J~▄7ùHK¢■Þ\x19î¼ÅI"
  b"º¸$œÜUI¨¨TÁî3¹ï›"
  b"ºÃþÑ:(A\x7F©:ïm_“\x002"
  b"»`Ù$\x19ŒA³¥R±;Á"Ø¡"
  b"╗¼T#oïD\x14ºÇüÜsüùz"
  b"╗÷ì¢Î¡O0Ƽh░x¤S?"
  b"¼\x1F—y±5Bë—†ïZnóÆ\x19"
  b"¼ Où(*N\x10¢²\x11«Ùv/{"
  b"╝&&ì"ÚK ½\x1E\x19{ëJáJ"
  b"¼u\x12°þëC;–öÚé+¢\r_"
  b"¼¨ë¸ŒŽIâŠ%\x0F‹6Ÿ\x19ü"
  b"¼ÆÎWê†O7³Ëø\töAˆx"
  b"½ «*—ÂC\x01›âð\x17ŒÓ¬õ"
  b"½V\x17h·ƒL_¤Ä?ÌÆi?\x02"
  b"½¡¥x\eXFÓ‡7«~4[†d"
  b"½åHí–ÔEHª\x00ºÒotFf"
  b"½è\x1E\x04èhIU¾ÄO\x18\x11\x01*"
  b"¥w»~}ÔGÑå\vÅ\x01¬┘3╠"
  b"¾Œe\x14TnDC¼_Áªª“—ß"
  b"¾ÄŠ’D”H\x15–´™£F/¥?"
  b"\n\x00ìâ═K\x1Aú╬XqBi§U"
  b"┐w\x01\FgKÇ¿tÕªü~|ª"
  b"¿zH”‚_C\x1A»Záì\e\x01Á"
  b"À\x01DvºðH‚¤É™T?Z·\x1D"
  b"À\rÜy€KIɇþ_»}\x14Iv"
  b"À…•_ö¨Kõ³d®iÚ\x19¦Î"
  b"Á\x1D\x19’¿\x12A;—ùß\x16Áuýœ"
  b"┴½N½ç-DåÅS~Ý$YÄ┤"
  b"ÂG®:Ï\x10MV¬»\x16ô–Æíþ"
  b"Ãß\x05t9bN\x13±ËÙ1¤¥°…"
  b"Ä\x12˜SK2NŒµ5\x14Œ¦El…"
  b"Än§šåYC\x17¨Ã†m,B¸."
  b"""
    Äõ\fñ\x0F\x1DNE£\n
    lœ|Æ÷]
    """
  b"\x1EZøì@F#ïMÞ¥-¹e╔"
  b"ã\x1DÕ@└IKS£É║×K\x19"
  b"ÆBâ\x0E\x04\rJ̆_ò!\x10k^f"
  b"ãL#▓Ü\x02D├«º*eÉ\x16\x13"
  b"ãxÈ<ÙôI.▒Ù*Øu0p@"
  b"Çm1%M*F\x06¥ëCª@6•f"
  b"ÇØœ.÷oNø´ƒ½i¸"³›"
  b"È\x0F\f¸¿ŒOM³»\x14]%¶\x02"
  b"ÈCRc\x18üOå›vpô9¡lŸ"
  b"╚╦üÆ÷tNrº6P$jý!╦"
  b"╚ßùÒdoLÚçìþ^k.,E"
  b"╚ß«ðP,I\tØ0­!╚ä║\x07"
  b"Èû¨=E\x14Io»@€ØÐÜ•’"
  b"ɧüж¤Hl™dÑÔ|R–ý"
  b"╔░ï£\x03MN\tñkaD╩É!X"
  b"""
    ÉâN:¥\n
    BóœÖeßOáwU
    """
  b"ÊÄ\x1DI¡1@lŠð¨P×6\x7F«"
  b"Êè%IökHT•‚cxú¯˜§"
  b"╩■\x1A\x1C\fL¤É½FÉ!\r\x1F\x1F"
  b"\x17ª\fO├KF┐X\x056ì┌Þí"
  b"Ë xÉøM©¤”\e\x14¤Ö"
  b"ËÌeºŒÞA>¯\x16F§±„[»"
  b"̱›LNêF1’s\x1D²‡ˆÍä"
  b"╠ÈM┌M\x0EMøïâghì.ïÖ"
  b"Ís=r¸ãD5“*Ì3ŠîfF"
  b"ÍÆ\vˆ]>J³¡Êé\x07_NÉX"
  b"═ÕbÉ\x1AÿE©│jRÔH■h¢"
  b"ÎF)\x17¾jBy XÂ2v´Îý"
  b"╬h¨\x1A▓½NOüÓiKu$´g"
  b"ιer1dMÝ—šÜméVJ£"
  b"Ð&\x00]<]M)žÓž?L\x1F"
  b"Ñ\x01íé¼$@+¦‘'ƒã.&—"
  b"ѯF\x04Žz@R¾Ð/‘m.2\x1D"
  b"Ñô—}¿+A›¬\x01â3¼$‰Y"
  b"Ò\x1E¶zd¹A9¯ÔC­h\x10"
  b"Ê╔þí¾\tGküL°,ê/<├"
  b"ÔÅ…âe K;­Û”^B(‡v"
  b"È█}ý\x11 EØá X=vÎ\x14+"
  b"ÔîÄE\x14rDf–ËwÖܺåF"
  b"Õ\x19­Ð•}E™‘˜\va5Û\v«"
  b"Õj4\x1F\x02¢K\x03¹Î¿ó(Xœ\x04"
  b"ÕqQÎQ8J‹µÚ0ý3rW\n"
  b"ıq¼,µ\r@ÚÉÜ\t┌¯U¾│"
  b"Õ‡2VÖêIû¨|L\x03É\x07"
  b"ıÁ~í[UA┘ú╩Ø.▓ëA┬"
  b"ı±%ç\x7F╝O©úN÷\x0F]mÅê"
  b"ÍBÅ\e}®Mı×Å\x00c\x05+F─"
  b"ÖœüSx¨Lã™|š‘B\x0E®\x06"
  b"Î\x13]³gpEö»þ\f²útAÅ"
  b"×*¼!õ´CJ¥òY§\x0EAa•"
  b"Χ#Üd\fI:×ôÎ─ŬØ\x17"
  b"Ø\x04\x15Ž@f¬×o”ÑqªŸ"
  b"؈\x035c¶OC ›¹ØöÙ%\x02"
  b"┘Fª¸*ÔLrØ#fXsµ|X"
  b"Ùuy}\x0EêCý§Q\x04ˆ[Åpü"
  b"┘¡ê¼Ñ┐B\x1Dç\x0E<Ék\x11õ░"
  b"ÙÐëÜ\x7FPO/¶‘Þ€Ôéº5"
  b"Ù×ÿ,e6B*š8\x12½A—>ì"
  b"Ùù˜€AžG8´³ÒíIÎmÍ"
  b"Û\x17ÂpÔ}Lõ¡\e%tÜÆM\x19"
  b"ÛŒ˜?.%I%•Òºõ— \x12"
  b"Û×µ4aÄH\x05½‰\J`É¡Ÿ"
  b"▄ô┐\x04╔bN\x0FÅÄO═Væñõ"
  b"▄║ï \x02ÍFÍÅ(v\x00÷7K┌"
  b"▄¤xÆÅÆI╔¬PòéáÃ\tX"
  b"""
    Þ\x14®oURG#¬\x0E\n
    Pƒe7\x10
    """
  b"Þ gPµ\x14Lž¹\x08ìÕ\x17Zf4"
  b"ÞUOy\r¥C‰»\x08[…|ŽOG"
  b"ß\x17ñQCMO\Œ›\•\eˆ\t\x1F"
  b"ßo#:+éHùª]j0seë:"
  b"à\x1C\fw§úM×…\x0E\x16ª\x1FÌò€"
  b"à\ˆ_ìwJñ†˜ÊÖ3B\x"
  b"Óó╝o\x18═Gm¢ïõÿ\x10▒┐Å"
  b"àú\x03ø‹¯H禴Op\x05Î\rœ"
  b"á\x1DÛBÆZCPºLuá†$Àš"
  b"á=rĘãCW”I{ëânÀ\x19"
  b"áA\x00+r\x1EHÍ´àù\x0F[±®_"
  b"â\fo\x19Û=DÓ±5:¾5<\x03V"
  b"âØÖ’å0O|œÿ9\x11"-–y"
  b"Òqsµ▒\x11NÅï\x03(─‗╠\v"
  b"ãœþ\x7F¢"B+§\x01L‘ì-‚c"
  b"ãÀˆòø×A¼¨çY#Ä,y|"
  b"äøËçk×H\x05½_»zª‘ÄH"
  b"å"\x1C\x1A«cDЍ®Ôæ\x1CJ\x11ö"
  b"ÕØ8ÂÃÀMÚ▒\x19╦é>¸ ë"
  b"æ\x06M\x08eÅH\x06@ÁÒ¹Ë"
  b"æ\x08Z<±\x1CEa¯\x1AŒßM[\x079"
  b"æ·3ÿHL@\f 4?Lε®j"
  b"çb(\x04\x13Ea“\x0E\x01=î1‚\x1A"
  b"çÖ%ýxdC\x02½Í/20\oP"
  b"èÜšç•%H\x05žU†>éÒzš"
  b"ÞßéÈ░├Fjìe║é\x1F‗¦╚"
  b"èñJÌ­‹@¡®Þ\x07XˆK¬¢"
  b"Ú+\r÷_(KÔ│qv\x19D«Øb"
  b"é3}‹«“M!¢Ö6¡ÙÓ.8"
  b"ÚäÿE+\x15L╬éü-Ã\·┤["
  b"Û2\x02<ÀKE è\fæbØ=å¥"
  b"êO—˜#²Dê¢W/T§\x10¥\x1C"
  b"Ûè■\x14ïûNîücx{ø¾║Ô"
  b"ÛØ±ÙR!I╝ê╦\x18qÀjb\e"
  b"ÙVkU[ëC┘Ü│D\x12ñ┐üö"
  b"Ùìq*¨\tC\t¥Dî\fk├q\x14"
  b"ìYË:1pAŒ©æ?C\x03Ä\x05ð"
  b"ìd\x00°“êFP³\x0F\t‹ëÁa:"
  b"ìyL\x10ÔAJq±éH=YvhR"
  b"ìÎ"°ì¡Kó‘—F¤\x00[\x03|"
  b"ìÐ\x0E:3[Ol©Á<ˆ\x08Œ\x008"
  b"íšGµÒ¹BÚ»\x07] \x15ãC?"
  b"î\x17n(¬ÓN©‘²‹ ¯w\x07N"
  b"î/ÞeÁÒK%‘\x1F0DŽƒ\x003"
  b"î”Ïˉ9Cñšæü60\x19"
  b"îÈJ@¿$A¡´Ã\x14…Y\x1C6g"
  b"¯╦µwê`BýòÅ^/ë,dh"
  b"""
    îÍY¾ƒÚJõ«»\x04\n
    ¦&\vˆ
    """
  b"¯ÐDñÉ"H\x1Fä\x07®╦xÖ╩╔"
  b"¯¾r*\x06W@(║ÙÅQ\x7Fºhq"
  b"ð\x14»„\x14ÌF«ƒ³‚\x15\x02¶«@"
  b"ðq\r\x17\x18‰Mq†JêïòŸ\î"
  b"ð±§^´ÈHƒ–\x1Ew!£\x7F\v\x07"
  b"ðß*\x16»+Fįgæ_^¢q="
  b"ðò\x1D¬¡LM䳺\x11]ÂÇâ¹"
  b"ñ†T‡,\x1CC\x01’÷¼ul—ú£"
  b"±ØCæã░N©Æç¡\x1D˳v"
  b"ñý\x14-Y[Ný‰ŒÈ ’\t|N"
  b"‗0M╝┬ìOeÀ=+ıU)ú¼"
  b"‗y╗W73N═Éfa¡ýɧ\x00"
  b"‗×誶┴MÍÜ3\x0E¶ıì┤ë"
  b"ò¼\x18íÂ\eA5¤“Ú\x00Z®ö¸"
  b"óC8´H‘OžhÃhÉûr>"
  b"ó€‹PšiOȘƒð´µÝ¼“"
  b"ô,Ì\x08\f(Mì·TÓ—A\x03y~"
  b"ô]ýÑö\x08Nnš¼@`ûÿóç"
  b"ôc\v\x08ÈgD\x19ƒÙ9Â[<ß“"
  b"ô„È7s,H¢žÄzVV\x1Fe„"
  b"""
    ¶¤oáîVDLÉ░<"\n
    _\x08®
    """
  b"õ'V'Ç\vE ‰4#ñRm0 "
  b"õû;;ZcCR„þ¡·?á\x1F\x0F"
  b"÷\x0E¼\x14¯ÈMXìóº\x15\x1E└K{"
  b"÷;µ ã╬JÀüs\x04rMÙsS"
  b"öXz\x15\x02âGƒŸ\x08oïTÅ{/"
  b"¸7ØxjXB╝¼íW&\x10j\x1F"
  b"¸<,Wã>KüÖ«\x10■4ïp\x18"
  b"¸ê\x01á]{B¯ìæ® õ¶@1"
  b"¸ÉF*J█K¹ä)\x15╦XvöÜ"
  b"¸Ö;n\x18ÚIü»▓âJo8\x16µ"
  b"÷ì\x08–ÙqMòª²\t‚²ªg­"
  b"""
    ¸■¨¢\x10EI\x13▒Ø«Ã\n
    òܳ
    """
  b"ø\x16V¶#¢Dx…f\x16åb\ï;"
  b"°&×\x11APH┴£üf╩╦╚É?"
  b"°8┌èÅ\tGƒæG{tÞ¿cx"
  b"øOQÕ"\x05LN’¥,Þ\x15U\x16;"
  b"ø¡\ftméDí«*õªD\t®Ú"
  b"°▀OG\x15ËEÃü¦Úú%éSô"
  b"øê; ¯\x05B)«gú'Ú²`B"
  b"ù¬Ì UæDË©ÀHfñ;aî"
  b"""
    ¹!¦5aLK"Ø\x13/░Æ\n
    ù§
    """
  b"û+Œxr´CyƒÀ¦ïvíöî"
  b"û©zj\x1D˜I»ªPe|¤G4À"
  b"ûèÛÌŸ\x06Oó¢Q1¼ªHÎ\x06"
  b"ûö±\x1E_tK·¨£»^R–6Ì"
  b"ü+@ÆA¹IÆ¢—\rº,Æ!›"
  b"üáeí\x0F°Dw˜ð` G9çŠ"
  b"ý\x17üøP]K:…ûÈ\x11Ü^VÂ"
  b"²cѰl\x08NZÅË▀qJn\x17î"
  b"ýf\x02\x01á…A£¿,ÙaÌ»$d"
  b"ý’\x14I\x12kLŠ‘ÑzŸúsÎk"
  b"ÿ+ô§Á\x15Fô³¦Œ§öV‹ç"
  b" ü}³G┘M£ç¾‗&)üÞ┴"
  b"ÿ­ãuìïJ¶‚Éó·¯4\x1C7"
]
61 3.64 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"\x01_›\x04„…J`¡®åˆÝæûÃ"
  b"\x02o#\x7F© OQ¸\x19!ÕÒgé\x18"
  b"\x10╗»\r¸\x1FJÈÅ┐wÀNäq§"
  b"\x1A¼ØùÕ–N-ž²ß*Õžç{"
  b" ¨┤èÖØOðÀ.'╣Te+┌"
  b"'┐\x04«\x0F´JW▒J▄²ÍÅ·┘"
  b")¶Ý`²┬B6çý¡╠D~ض"
  b".yÎáùŒKL¼³,\x12záél"
  b"5XXáqÅH\f¶~£fˆuêF"
  b";çì(█­D¥ûÖï╚ð~Æe"
  b"@\x13É3F}O\x01Á{]d\vúŹ"
  b"F\x13ºZZ÷B1³ã¯\x08Á^?ô"
  b"Kï│,ºuNxÅ\v\x13$7å"
  b"P\x16\x1DüðîHûùÄKÔ"Ž\x12"
  b"UX\x06Þô“G־ĚãqõC"
  b"ZãK탋Ot‘\x07)#c`–ñ"
  b"]ÂÉ\t\x18ZO\x13¥4‰¼\t>)H"
  b"bz\té²ìHGû.dÆ:╗YR"
  b"\x00Þ·×E°®Ê’\x08£…þp"
  b"tj^7õ=O:‰8D†Éò¤î"
  b"""
    u•¥ÝVèD¦ \x7F]—\n
    CBL
    """
  b"x\7®€ÈG‘¬\x01ŽIÔ\x0Eó\x16"
  b"å\eÙKú\x05IÄ»ç\x7F┌╠H«Å"
  b"Žån¦0“Iàƒ&s¥ŠÏÌ4"
  b"“.ÍK\x08gKo¾ÅÜ@^àšþ"
  b"Ø\x1CÊa°/Ee¼®9Ñ;\e\x18/"
  b"ØÞZ©ÆÔHïå╝°ì┌,cÝ"
  b" 0½N\x1DÄG$·}ïÌ\x1A\x03"
  b"íº¨\x0E¥3J)ôpTüþ÷u█"
  b"""
    ¢\t\x07\n
    ˜0KÀ²/wÆ,Ðùú
    """
  b"­!ÿx’CGrœ’Ø(ÒœÓâ"
  b"¸Bhôï\x08NY¾žhb\x1DÚò’"
  b"º¸$œÜUI¨¨TÁî3¹ï›"
  b"\x17ª\fO├KF┐X\x056ì┌Þí"
  b"Ë xÉøM©¤”\e\x14¤Ö"
  b"ÔîÄE\x14rDf–ËwÖܺåF"
  b"Õ\x19­Ð•}E™‘˜\va5Û\v«"
  b"ÕqQÎQ8J‹µÚ0ý3rW\n"
  b"؈\x035c¶OC ›¹ØöÙ%\x02"
  b"à\x1C\fw§úM×…\x0E\x16ª\x1FÌò€"
  b"àú\x03ø‹¯H禴Op\x05Î\rœ"
  b"ãœþ\x7F¢"B+§\x01L‘ì-‚c"
  b"ÚäÿE+\x15L╬éü-Ã\·┤["
  b"Ùìq*¨\tC\t¥Dî\fk├q\x14"
  b"ìÎ"°ì¡Kó‘—F¤\x00[\x03|"
  b"ðß*\x16»+Fįgæ_^¢q="
  b"ñý\x14-Y[Ný‰ŒÈ ’\t|N"
]
62 1.22 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"\x00J•h!ŒFÿ¿+|\x02Ÿv¸Û"
  b"\x00L¥_\x00)A@˜\x01\x7F8‘#y"
  b"\x00nªÍDdH\x14†ý¯†\x17kù£"
  b"\x00ïR\eð\x10Nª▓ç┐NRìy╗"
  b"\x00Ò\x19ÿ’ûK¨’íš!ÙÉ›\x1D"
  b"\x01_›\x04„…J`¡®åˆÝæûÃ"
  b"\x01Å\vQ└%|ß▓ÜÜ=Âõ\x1Eu"
  b"\x01Å\v|³Ã~D¼62\r‗cPb"
  b"\x01ÅÜÆ8×~åø┴& X\vö\x07"
  b"\x01Ér]ø¹}\x7FíD\x19▓¿ôÍ╬"
  b"\x01‘“ÕåôuНÀ,´ ,È="
  b"\x01æô█üºrLÁ┴ì\x01Sd═»"
  b"\x01æô¦Ì©y\x01¿I- ôk|ü"
  b"\x01æô‗^┐}Éÿ×9│Zà\x04-"
  b"\x01‘²tÚ…}{±Q\vb4û3\x14"
  b"\x01¾\rú/ÇK–‡Œ‘·V+9ß"
  b"\x01È\x15ú/üG™¨›q»«ó…û"
  b"\x01Ê3O[(HµÉAÍp%FjÍ"
  b"\x02o#\x7F© OQ¸\x19!ÕÒgé\x18"
  b"\x02—àÚŸGC\x0E \x04þ€röû="
  b"\x02¢íVZ\x0EEq¤F¡K]æ¥g"
  b"\x02ͬãêâE\x13¨qª\x05Üp›^"
  b"\x02ÛÇ“f\x13D\x7F§Øqñ8–"Í"
  b"\x02Ü ±kþBûºîß’Ø™á¹"
  b"\x02Ò`Ò▒áOw╣TL2g¿É\e"
  b"\x02Û▒‗▀ëAxÅR3st\x08â¶"
  b"\x02ÿ˜\x01›B\x02 ßy÷|%”ü"
  b"\x03ˆ³~ð“E¡˜%¯@$\x0Eš•"
  b"\x04\x1D\x06¾¦\x15MÖª\x1AŸ} ï¿\x00"
  b"\x04#á·‘ˆFâ 8Xjí1VV"
  b"\x04■HÂü#FRì\x12(ßÜ$»\x19"
  b"\x05\x06\x1DÁ\x06¡Ly‹ßv…k\x1Eà\x02"
  b"\x05hà¥:/B\x7F¦\x15ï²›ò¤õ"
  b"\x05m°LPKFÒ¢¯Ö#6²&F"
  b"\x05u‡ìdŠ@´¥ÿðþ¹Œ“n"
  b"\x05ºÂWâ\x1EM`üpÎö\x03╬c\x08"
  b"\x05²[•I\x17G\x13¼“dJ“\x1CÚ{"
  b"\x05Àë3‰,GÄ­W²üUfã­"
  b"\x05Ì1»r¦E\x1C½\x1AHFÏçjA"
  b"\x06Tó~\x12ºAYŠC;°>ŸgÓ"
  b"\x06µâGžðC¶»]<\x1C$\x1A¾ú"
  b"\x06╦~Å¡õOÿåûüƒYn\x04*"
  b"\x06µ┐=ý6GôÅ\x7F\x1FÚ,r¢╠"
  b"\x07\v%\x06\x17%H˵¥Ð\x04ä„¥—"
  b"\x07a\tñg¦A™€—K,åP|\x10"
  b"\x07fÅUå¸Dðï═^(\t\x15«ë"
  b"\x07z¤£.»Dž‹¢k~¦ïñ÷"
  b"\x07\x1Dü´?J‗ä\x7Fm║\x1EÅVí"
  b"\x08\x19ÙÄQ¤NĈ;x¡‡’²C"
  b"\x08¦å\x1E(iAÖ½b¦Tq°ù¡"
  b"\x08┐w█(ÄHOì_\x0EÛeBi!"
  b"\t\x15éÜá¯Gˈߙ\x07ç6¸¶"
  b"""
    \n
    &\x16\x03Û“EG­…hÀéâ©\x19
    """
  b"""
    \n
    ╝[Åá╝G¯í▒y\x14lüÕQ
    """
  b"""
    \n
    Ú6S<ÙI4¿X½\x13¡Ëƒ0
    """
  b"\v%OÌNÑI9‚Ì&Ç|·§Þ"
  b"\vôZ0╝PAù®Êä-║ØDÙ"
  b"\vØQ┬ðòAƒ┐ú¶Bõ}×­"
  b"\v¡™ÇÒ©E½´÷è[ÂÖŠ©"
  b"\fWºÉ´«D9ªÖ·éxS\("
  b"\faþg4ÉC$«4Î)4†0©"
  b"\f¸h$ð³Ce©-ñÎNWÙ¯"
  b"""
    \fÓÝ\n
    ˜ÍL®´\x07\x18 ë\x05\x15í
    """
  b"\föàaR©BÝŸj/GgYwh"
  b"\x0E\x04Œh–WDCšDµE\f7U\x0E"
  b"\x0E“ª=B¸I«“ø\x121âöž¥"
  b"\x0Ešu+\x1D2DJ¨ÓK\x0E\x02à\x14="
  b"""
    \x0F\frû‚¯E2£p\n
    é¾\eÁc
    """
  b"\x0F)\x00lÂ÷N¾€³Ìle&À¸"
  b"\x0F‘Ú\x13à¯E ¤$¬&!g\x06\x1D"
  b"\x0F¿h\x19PÂA†³\x08žZr\x1F‰o"
  b"\x0FãP¥{\x00I\x7FÉ\x19æƒ\x06®\x1Eã"
  b"\x10#\x1A\x13RMN\x05ì9U\x05ÁÝg/"
  b"\x10A┴ðüþBTë╩r\x15▄±F\e"
  b"\x10\x19\x06\x11F\x0Fš \x1C·uùÞn"
  b"\x10╗»\r¸\x1FJÈÅ┐wÀNäq§"
  b"\x11\rû9³7Ht†d\x011ÖÿMW"
  b"\x11EÐ'Ú\Ks‚Ã\x0E‰å\x1CµA"
  b"\x11H}¡┤\x1AMëû"\x19°\tÑÅ║"
  b"\x11╬N░{TO\x1Eü¤Ë\x7F\x06\x19¤"
  b"\x11Ýü°Ã▒KSÇ7ÐTI¹Ö÷"
  b"\x12'˜ú\x04ªA\…»¹êv\x05"
  b"\x12\x07&´B›§Ø\x19\e`\x15͈"
  b"\x12\@ 2\x05E.„«!S\x07½@("
  b"\x12b{-šýOݸªAvjVú\x7F"
  b"\x12Â=ž<ËN\x1E¼\x14ŒÕ)\x01ð#"
  b"\x12ÓÁU#\x0EIhŒ\x1CõÛ\x7FZ\rw"
  b"""
    \x12þ7\n
    ü7Dê£EŒi®~Td
    """
  b"\x13+PV™ÃH.·pN;Y³¨ý"
  b"\x13Ù»Gí\x10Hæ—\x0Ez\x019L-î"
  b"\x14\x1F[ZbàK ìN\x19b\x1Cå\x04"
  b"\x15ë\x14šÑìG\x1F›e¬‹\x1F°´ï"
  b"\x16X\x1FÜ\x04\x05C[­ô\x0F7•’\x1DT"
  b"\x16yôòÂ\x03@\f¯ý‚\x1E3iØ–"
  b"\x16ü\t\x00ºJÞ»]\x00,éI*ý"
  b"\x18÷BLU¯G\x15§2\x17Ç$\x1FŸ˜"
  b"\x18ý:ްÚK芟úÛ›– í"
  b"\x19:Qlé\x1FO\©£\x05!\x08šö¤"
  b"\x1A‰:‰\x00•D®‘‘\x0E\x04+È~"
  b"\x1A¼ØùÕ–N-ž²ß*Õžç{"
  b"\eÖÎòc┐KDôåK0ôÚü¸"
  b"\e¯w‡·\x18LšƒQFMÈ×ãÞ"
  b"\eËŸ\x05KÜFÅ–¥$ÃêŸ\x06\x18"
  b"\eÑ(£Í_HˉŽö=\x00-+7"
  b"\x1C\x0FOj\x01ËD‘¾\x13®¤š67ç"
  b"\x1C®ò8ܱOÔ±_­ûú”ѧ"
  b"\x1CÈw\x18¡ïC¶¾Ì­@×™ÓÝ"
  b"\x1C÷aÜ: M\x1C…Þc¦sb¬\x08"
  b"\x1DP¼F3AN6‹¿â©îîÔU"
  b"\x1Db\vÿÇæI½”h?Z¡E¼£"
  b"\x1Dr¼Õ\x1DiF\x13†€ß×<îô5"
  b"\x1DüL└¡àK«╗Ó£─\x1DÊeg"
  b"\x1DôkÕóÜJ9¿‚Ì%j\fl{"
  b"\x1F\x05ì5╦┴C/ø:╝òDúNÖ"
  b"\x1FX´?Ü&@=½ê\x10\x1CŽ\x01"
  b"\x1F‰JŽÖ§K\x1C©ÈÝÞÿ¤Ì-"
  b"\x1FÕk\x06‚þH(»ëV¥\x17'½õ"
  b" JGCN„DQ˜†ˆ8Äè?$"
  b" K¾'\x02\x17H>¿┼¿3`╩üµ"
  b" ¨┤èÖØOðÀ.'╣Te+┌"
  b"!\x16nLƒdFx╗è}Å\x18²»m"
  b"!Z.ò\x03nMZ‡”O`vΙ&"
  b"!iå$NgF┤¬ûûWóeÉL"
  b""\tuÑs½IN¨µMSz¶,½"
  b""–\x172|§M\x10¢i–ÛédÇ\x1D"
  b""®&»ãpJ\x10ÉéaEá\x10\x1A"
  b"\x00ƒãSH©ŽñÙ\x17¾°L\e"
  b"#-z‡0<G`‘ó\x008\x1D¥\x1FÃ"
  b"#.╝╦ZgB\x14ü¥e3i¼$4"
  b"#Cþ\x11a³K¶€…e—ϘÆÚ"
  b"#\x7F\x1CÞLÙ@ñœ\x14@ñAKGW"
  b"\x0E¤¶×Nñ—gs»›Ç,À"
  b"#Îp\x1F>pA¢«V\x02о|Ï\r"
  b"\vÆ\x07‘D<˜ÙZ]ß\x12n\x12"
  b"$[[ˆ\x1D%G§­žl\x0E®ð¯{"
  b"$pYh\x03\x06K\x11¶Èõ<Îz(k"
  b"%\x05ÀÂ+¥NµÉ\x07ÛK\x1EÁq\x18"
  b"%(¯ÀM\x17EnŒÓŠÖÈLRK"
  b"\t\x15àü@x»êÒÑ&å3É"
  b"%µZ(ŽïE¼–Ük\x01\t^†¿"
  b"&šÏ\v˜mI\x04±æ¾ä—:á§"
  b"&═ÉìÞ@AÌ®]ÿ|§óx"
  b"'Y_d"UIܱ\x06Û–ÜÙŠ6"
  b"'┐\x04«\x0F´JW▒J▄²ÍÅ·┘"
  b"(\x1F,ñdŠHú´\x18¨\x10\x17îm\x07"
  b"(I«ƒ\PIñ¯ƒ#ç¥ñ( "
  b"(Öúب.N÷ɤY¸~¸êx"
  b"(┼j\x00ÁåJrØÀJÚR¬«┐"
  b"(ì/Ï\x13¯N5‡ýÒÒø]¹÷"
  b")\x0E1p\f‚@ë€"޲¿\x0F´Õ"
  b")&├A\x13úC`Å\x184R\x12éÃô"
  b")=³Õ┘\x02GPÂÎ!am Îì"
  b")lг\rÚM█Ø─\x1AÏMxBÅ"
  b")ë╬L6XI\x1DäTü┐\x1Cõb\x19"
  b")—D‹hšB\x11ˆð¾O\x1CË{©"
  b")ÂïîoÕFõ£CgV¦‹\x06í"
  b")µwƦØM¯è┴╠Tm¾'þ"
  b")¶Ý`²┬B6çý¡╠D~ض"
  b"\x0E“Ã:J¦¹•*ª$\x05µ‹"
  b"*÷ì]\x19\x15LX¿³¯┤©\e³\x0F"
  b"+\x05&Vs`KÒŸeCƺwiÆ"
  b"+&B8ª\x05K@´\x13\x18ü¾œi\x08"
  b"+;™¼³»A`¡ñv3dGš¦"
  b"+¡Æb-’@Œ ãÝß\(©ê"
  b",\x18&n§\x1ENË¥\x136\rUW¸#"
  b"-0°®ÇªN\r”Ç…ùYx"\x1E"
  b"-B ,µ;J▄Å╦«ÖÚáWL"
  b"""
    .\x08#Ø>¶M+‹º\n
    \x19×Ýð;
    """
  b".yÎáùŒKL¼³,\x12záél"
  b"\rà`‗DNæ~^§S═ï‗"
  b"/pæÝ\x02\x1FFô±T´6î;ãÿ"
  b"/–/èä¯Dh­é…†årùü"
  b"/§a6\x00yA¦“ÞbhV‚Î\x03"
  b"/Ü4í›\x08Fc‹¢4\x03Ò–«."
  b"0\x08Ÿv¤!D]³cmQ™½ŒË"
  b"07qM4°K®š°ªÊ·\x0F·\x16"
  b"0ZòdkXKúîAZâo9\f"
  b"0Œ…ÓŽ K¶žž‘~-àÀK"
  b"0£iõG0J¾“bZQ:ðm\x1D"
  b"1\r¶i»\x00K§’é¶4³\x16Å\x16"
  b"14«®\r^MÙÁòeù|ØCÇ"
  b"2W©Z†0B^®ý¦F¾\x7F­×"
  b"2¹/j\x03áJèüì╝V8ìw├"
  b"3\x02yÛKVF¯‡{‹\x13ÜÊÅ®"
  b"3$Øü¨iO»Æ|=±\x06═Ëm"
  b"3T~\x1Aã?OΧZßå\vÄ-M"
  b"4\tØ\x00“^Gñ'\x01¿\x126ª3"
  b"4\x1FÖR×\x1CG[²ªI\x18\x16"
  b"4S\x0FÆžÊNº¹ŠŠ/¼°dÙ"
  b"4žXÑ/ÉAûœVX©áU‘\x15"
  b"4ÑŽm\f\x1FCü¤{ÉÉbkäV"
  b"5XXáqÅH\f¶~£fˆuêF"
  b"\x7F[56FÑïÌ÷├░┴1H"
  b"6¥D\x18°ÉAòò>\x19ÎV½kï"
  b"6┬╔Ig‗LÀ©\x00¾┘­ü\x16p"
  b"""
    6èð\x04µBN\n
    —å\x13.o†Ù‡
    """
  b"7\x18\x1DZi@r«,Á\x16Z\x16ö°"
  b"7"ýy±ØC┤í╠GÀz,VL"
  b"8\x1A…¡g\x07IB—AŸ³9±zB"
  b"8\e¹\t╣W@┬Å\x04dÀ2è▓´"
  b"8“­÷˜SGc³'l\x12•Ø\x0F;"
  b"8›N¼Š\x18OG­JY÷\x06;Ùv"
  b"9P»ôØžAš£Pi$ºäSr"
  b"9VW¸€0L\x1C‡íº)?\x16"
  b"9i¹1q=@P‘\x13n\$}­t"
  b":\x11H œ¬N*»â‡lj†ÜÊ"
  b":Yì\x16ï$I╝▒▄%­¤Í─y"
  b":{ÔB\x14ØJ|ƒXnò·┐£Ö"
  b":˜8\x7FgìC"½\r±K\rµ\r\"
  b";x>ÅâôGÌö¡6ú╔¯X╝"
  b";y©ä=UDm—ôÌi¢\x16"
  b";çì(█­D¥ûÖï╚ð~Æe"
  b";þ¸▓ïÙE\x11íu½×؃4À"
  b"<\x05<41îCaƒ\x1C®ýBfHÕ"
  b"<¨>\x06┬ïFéüf\x07­®¦ª┬"
  b"=!ã^Ë■IR¼\x08L¸®i┴ü"
  b"=d7Y\r\x03N¶š\x12€Ÿ/L1x"
  b"=ߣKrÐL^Š\x0F\e{=IÏ"
  b"=Þ»┼ÝBM╬Çï¯nâàßÅ"
  b"><cmSäMÓ╗å\f-ó¶'ì"
  b">[ER\x18ÿCé™!\x16wêì\x1EÁ"
  b">[e\x0FºiDú£€gÊðÀ½¬"
  b">[¸\x0FÛŸHf¹ÿq_’þ¡k"
  b">ƒÅ¹){AJ¬\x016`LµLõ"
  b"?\x08óÀ*\fJ\x03²ƒZEÒ\x05©ú"
  b"?\x13ì\x02»‚A\e™•Ͷê\x1FY;"
  b"?bj…K%J=³ÚçÍ\x13\x14"
  b"?rŠºÍ(M,‚.ta\x1DºÂN"
  b"?ìçǾNBìºHÔÏÂfªÓ"
  b"\rkÌxDÏ¢gÊ\x14¬c‚E"
  b"@\x13É3F}O\x01Á{]d\vúŹ"
  b"@>½Ùº\CËÿ_ØI(÷pQ"
  b"@¸É╦ÝdO\x00º┤ÉFg´Nó"
  b"A©ŽX½‰G#€l?×虪\x05"
  b"BBQ«øf@&„Câš\x08ÈwT"
  b"BU½™{mJz–ßÌú\x0FªjÔ"
  b"Bý‰\x01ö\x01GH¹§òßsú§Ó"
  b"CfŽä4˜L\x0F¾$«DËâ–T"
  b"C„†k\x00\x1AI°•¾uÙp\x00³å"
  b"C‹\x1A¯‹1AÇ™9\eEŽ¡\x0F"
  b"D*£oW—Cœ¡\x1C$ùx$Ø­"
  b"Dõh╝gãAÏüBºÀɱkÙ"
  b"Er-\x18Ë\x7FB´©1\x02p®•;µ"
  b"E±Æ˜Ú”Blƒi˘½\x12«´"
  b"EÇ…~w„A6–\x13úðs\x03êÉ"
  b"F\x13ºZZ÷B1³ã¯\x08Á^?ô"
  b"F_¾šÍãI‘©\x04½©ûñJM"
  b"G>\x14‚TœIñ‚W÷ýÎu\\x08"
  b"GG"\x05N¹HF–ÒlÀ¯ïã‘"
  b"H\x1FÊ@ì’H8º;Úð»a ÷"
  b"Hi<wF|FðŽ\x12áCF¿øm"
  b"HŸV\x1E1\x13Iœµ\x10Y\x18¸fŒV"
  b"J%\x15Ûk\x0FAq¦\x1F\tǻӟÂ"
  b"JŠ7‚\x04øD¦€¢‰*rØD²"
  b"""
    JŸÀN\e‹B\n
    ›ƒ[¡ü{Ÿð
    """
  b"Jó|┘ ¤N½É­»\x15W~\x10"
  b"J§B╠\x062Dü╗ÿ¢Üè\x02\x04d"
  b"K\x1F¢╠ÌeNxì┬uÊjݧå"
  b"KC‗\x04æÕI│Ø5╩zbi═t"
  b"Kï│,ºuNxÅ\v\x13$7å"
  b"L\x1CuER█B$Å\x10vʵ©ZZ"
  b"LØçG\x1AÔB\x15ÜÍ░\f\\x1D▄þ"
  b"""
    LÐ5\x15ƒeE\n
    §\‘OÇóTf
    """
  b"\x03dîéI™£\x03Q\eæZ¿;"
  b"Mв§#-E‹²$Þ|µ)þ®"
  b"Mèê°^¸O«³ÉU:š¾x3"
  b"O5áK0\vA¹˜,„ \x7F¾ô½"
  b"""
    O\ÂyNòHšž:^WâT\n
    \x1D
    """
  b"P\x16\x1DüðîHûùÄKÔ"Ž\x12"
  b"P\eÂìÿ÷GI¬e©Ñ║Ü\x07\x16"
  b"P@žw\x1CÍNë’\x19\x04\x0EÁføá"
  b"Pe>ÊKþDY©“r®\x19!\vÎ"
  b"P}üÎÐJG–§\x13ÌØqå(Ÿ"
  b"P¸ä_ÞVAà©\v<xË‹>™"
  b"P´F▓╔ÅFVÑI"¼ª¬"|"
  b"Q3Lþ›)Lx©Nµ¬ùzk8"
  b"Qu\x11R»âAñ”ÈoÜ>‘x®"
  b"Q‡ŽËT\eK\x04†<ê÷þüºŽ"
  b"Q’8^*\x13N%¿·Öäk‘}§"
  b"Q¸©ãŸ…Af±"rÖù/\x001"
  b"Q¹ì╦À\x16I\x05êıPKa$2\x08"
  b"R\vØuTôF¡ì\x0ET╔@\x01¢ı"
  b"R\x0Fc3  KžªJ×ã[Ÿ©'"
  b"RA­ªÑâ@\x04š‡ Âé¬aå"
  b"R|r|ú„G\rœ#c´\x19!\v""
  b"R–]éÌSGÕƒëÙˆÇ\x13Â\e"
  b"S9¥J\x7FõK¦¨X¨¹\x1C8öÑ"
  b"S=¢ÄŠ\x13N¼…¸ÆZhègh"
  b"S‡°öo…I[¡«ª¶\x01³¥õ"
  b"S‘:›øÝJô‡ÏÞ•<\f+E"
  b"ToA:ðöOlŠÉž\x13ÊëØ"
  b"Tˆú\e\x11sK‰’ÑñŽÞÆA—"
  b"T¸,Ê\r‘A³¸B=ô~­Ó`"
  b"TÎÒ\x02b<J\x0E¦™úNù\x16ì¥"
  b"Tðî2\x00ÿO¯ºg▀©ñÛìú"
  b"U\x07LK—±Hl Óê„\x01Ï\x1Co"
  b"U?\v\x1EX#KD“^¹%¾ûû%"
  b"UX\x06Þô“G־ĚãqõC"
  b"U¿£WH▒Dq¢üv­S▄mk"
  b"\x10¤›\@?¡óÏÜŒxÅ¡"
  b"V\x06Ñ\fÞ\x1FH@‰›{í,†Bq"
  b"V<{¥XàB»¼,°1×H½I"
  b"V†\eW\föE ¤ ³öÚÛ£‰"
  b"VÖxZÚ§I*«'a¿B"rœ"
  b"Vê&ëý\x17O\t…º.5‰¼Õ\x13"
  b"WfyíþÚ@\x12‰øív<Ž?’"
  b"W½¬@#qFÅž–˜É‘¶bž"
  b"W▀lÓ»,G·É‗¼╦═b┘+"
  b"X-\x1E)õÖC]¢M%ð¦ôǹ"
  b"XòÀC\x011@pÑɾÈ7╝åy"
  b"Xòÿ±C÷NŽ«\v\x0F\x1AÆâ"
  b"YÞ¿J¥tLøÅ-Y4\x18[çs"
  b"Z\x04uMë"I焟[\x18\x12>\x7F\x18"
  b"Z¤;B\x1A‡GކQÿÛ¯f¡¢"
  b"Zª¹UÍxD¬ÿøEì\e\fN"
  b"ZÝwàþéK\x10•¹\x1C`H䋊"
  b"ZãK탋Ot‘\x07)#c`–ñ"
  b"[IÌ3‰ýH\x1DŠ¢\x02Aì#_\x7F"
  b"[[˪\vÀK»€Ot!¢{öŒ"
  b"[ùØ+FáKõ¥┘Jiƒ\x07¸┌"
  b"\x14……nI\x1A\x07Tÿ\x1Dæý6"
  b"\mÝ\x127\x1DKû…ujÍÉZÉ""
  b"\ɪÂ├(@)░>\x16²¸ I┘"
  b"]\x00<ĉÎHn‡šý\x03œj!W"
  b"]\x1A)ßÌ_M\x03ªò\x10Á\x00VìÞ"
  b"]&Nþ┐îC├í(=\eÅ▓ï\x10"
  b"]B™¬ü¯@Ô‡†Mz\x1FPQI"
  b"]†´·pYDä”\eCÔ‡(©½"
  b"]ØÎ¦▒EHı¡>äÕP1ï\x07"
  b"]ŸÂÆìnGN˜oz\x03½\x11\x08+"
  b"]ÂÉ\t\x18ZO\x13¥4‰¼\t>)H"
  b"_┐ì²W~Lë┐Õ‗%¼¿j¥"
  b"a═Xà¿╩Cê╣╗ PıÅe\x7F"
  b"aÐjd\x15ÙFƇøt}q9¿Ï"
  b"bTu=\x05§K\x19˜bŽÐvGhù"
  b"bkÔ±·´OZ†}¦nwš\e§"
  b"bz\té²ìHGû.dÆ:╗YR"
  b"bŒ¢Ž\eýI”¦\x01~9‚o\x18\x01"
  b"bÿàDZwK»»UfGˆ%Èß"
  b"d--'hFKAºð\x1C\x05\x06É"
  b"d¶m\x05»ZI\x08í¹ÔEØÔy*"
  b"eMrP{bKC¡\x02Øg:ËŒo"
  b"f> ıDs@ÔüNáFJìÜÌ"
  b"g\x12K\x1D\x1FÏA4│╔Q\x0E¥É^¢"
  b"glÿrð:AÖƒ;öOæ~Tì"
  b"\x03[ü2I\x03ŸNÉûïFv\x02"
  b"g [;Œ†A3‚Ñ&÷Àñlß"
  b"gÏ(ßÄ­Kb╝}\x0FØ\rSØ╦"
  b"gÕü╦Â&Nÿѧ[í\x1DÇ▀â"
  b"h\x08\x199`õFá¾’¾\x1F•£"R"
  b"hm\x1AMc„C\x06¬\x01:êF<£õ"
  b"i\x10®hÐ\x03H╔òcì/ƒ}_á"
  b"i£Œqe¤AT“\x05ü\¢=%\x1F"
  b"iúÆ,ì7Nní\x1A8q¸\x01╚}"
  b"i©^f\x1DBK÷´ä¹Þ„pxÊ"
  b"iÏ<lå\f@eƒZKÏÍM\x15"
  b"\x1A┴ܯC1│'ÔÅ&<╦K"
  b"j╣J#,FC&º▒▒õÙMÅ9"
  b"jýB.&]NBØÆÓé\x04╚8ß"
  b"jð°¾'µLë–wÓü\x1E\x02"
  b"k\x14ú\x14ÓtJ#®W\ed†X–\r"
  b"k&ÔØÜ$C═£Ìp\f╦3\x15"
  b"krUºïè@˜Œ'Ÿ°°W'«"
  b"k\x7F\x131]µC`Š\t+ª6îhì"
  b"kÀ1`¡³B0•0ƒTMwr9"
  b"kÇ8[N¦F/‹W]°Æwoò"
  b"k╠×ıÅÇK¤æ·*ÉÛ\v{R"
  b"l\x03b4ïgBÞü~f\x17q[ò÷"
  b"l\x06Õ×kl@¸–?Ä¿Y ƒò"
  b"l│pÊØÍF\x1Aæ╔╬äü\x06Iw"
  b"l┘t\x13¼XG¸£ì\eǹ\x12"
  b"m3à“biFo \x15[.×/áš"
  b"""
    mm\n
    5·ÐMQš·\x17©Eô\e
    """
  b"m~±­àTOò£ÅûØ\x1F‡õb"
  b"mæªóy’D©Ž9¯Y¤Â ô"
  b"nI¼‰m6F¤°ä\x11ö¨‘–é"
  b"nÌmŠzNG¸³Ëvm¨MCR"
  b"\f`Ý]Mé–ß#SmL\r»"
  b"o7w88\x18N\x14Ø╠\x12ãlÖ\x14±"
  b"oEtYƒBI¦†„ân}Ŷ±"
  b"p\x08Ä6\x12}E\x06µ\Ótäx\x00b"
  b"""
    plz\x0F~ÔJ\n
    •?ÂæM£!‡
    """
  b"py§k¼ºB§¹ÏZØvg(y"
  b"p§k]IÚIð‹T²ÕÂ0ø["
  b"pÌ~g\e<O“™$•/Øß¥“"
  b"""
    q\x14Ó†\e¨C\n
    §ö\x08Á¥éþ\x15
    """
  b"q`ZD¶#Ag¥\x14IßÒ\x1E›Õ"
  b"qû└è|\x18J±ï´┐º\x19ÞÜØ"
  b"q╦æé\x17\x1DO\x1EÿU¶ü▒U¯ "
  b"\x00Þ·×E°®Ê’\x08£…þp"
  b"r\x10ÿäµúHí¾4èœ1Óër"
  b"röÞ>┤rJ\x1AçzÅ1XÅ1A"
  b"rÇ"?IËDâ´Çt¹gu¼y"
  b"rò¿%AëM2¥â¼\x13\x1A0}>"
  b"s\x06ïcñ’M+«ï\x13ÇUH¾^"
  b"s\x11ø£ÏÊEü╗╔e¸ß§Im"
  b"s`‘íL\x05D§“CÉÅ—ßÂÁ"
  b"sh\x1DÁµ¯H\x06¢|3—÷À\x1C¾"
  b"sœ¤ÿ8ÍOQ«Lß@\t\x1F¶;"
  b"\x1Dël^@¶·‘V`\r\x02"
  b"tL¢8\ìNmäÿÑÖÊÝUÉ"
  b"tj^7õ=O:‰8D†Éò¤î"
  b"""
    u•¥ÝVèD¦ \x7F]—\n
    CBL
    """
  b"\x1AAbÎO–­<G«ÃŸ\e_"
  b"v\x05áBiØJL¾9ú~°BW"
  b"v\x1E\x18‡ÿÂKnµ\x03…þVs$È"
  b"v>k\x18H=J\x10ƒ]òX\x18÷xX"
  b"v\x7F¯▒­oE┌èùêÉ▓wÆk"
  b"v™\t¥4·NÈŸ\x7F,TIs\rµ"
  b"v½5\x11¦ËLöŒ;\eI®F\x03_"
  b"váÝ1ΰND€#[À\x7FZ\x7FÀ"
  b"w\x08Æ\x12c\x0EEÕ╣ì¥*ä5\x0EZ"
  b"w\x7F\x1C\e\x1AN°¥4Š>q•¦\x01"
  b"w’(o|`L‚Ÿ²WN\x1Eå©ß"
  b"w¶ž *ÄMK½'˼1iôò"
  b"x\7®€ÈG‘¬\x01ŽIÔ\x0Eó\x16"
  b"xÿE›é\x16L·“\fŒ\x17á×ýú"
  b"yë╝°║A7│AÇÅ¢┌╝\x17"
  b"z$ʵç2J*¼\x02:ñZ\x02"
  b"zvÒÚä\Iy¬Ÿê\x00\x00\x13ˆ\x13"
  b"zœ³GßcNò d–xwš ¡"
  b"z║@▒Ò╚G°ùÿòÇì§Òx"
  b"{+ áµ×L\x15 h£}\tPZÆ"
  b"{bhެÇL©…¸0ý²ÊYª"
  b"|\x1C`ÉýYF~ó\x14æn¯2í╣"
  b"|"\e\f„TE5”às–!l¾Ò"
  b"|CŽxâ¤Cb£\x1A¶GrÇme"
  b"|J\x06 ÑÌGŒª¼\x19‹(m)î"
  b"|Ø▀µ╚\x12GüÑç÷└╔\x19°Æ"
  b"\x04o#╩@\tù│|x§ÉÞ\x00"
  b"|« °:œK±«n¯+3BÁï"
  b"~v\x00i‘µO+±HUq\vã¢"
  b"~¼ÛBWaH_½XôÙpk\x1Fb"
  b"~¦g¢Þ2HæÁì\tÖ¦vF▓"
  b"~áD\tm'@”¨&~6B7€œ"
  b"~â…pì¿Aà½Âú‰)t´\f"
  b"\x7F\x0F\x10|•åA¹€áú$vP,Ê"
  b"\x7Fªð|¦\x1DA\x15 \x1D&`ô‡Œ¥"
  b"""
    €=\x10D\x1E\n
    Eùœû­\x06£.™à
    """
  b"""
    €ll«»µBöŽÈ\„\x16;\n
    á
    """
  b"é\x10pÀþzNb¿\x1F╝Å¢ÚLq"
  b"""
    é@\n
    GÙØCxÉ8¡┬[k├▒
    """
  b"ƒ"[YÅ—J\x16ªó­ö\x056\x17\x1E"
  b"ƒš\x12@•{@ò›>Ý8j-ú\x1A"
  b"â½\e\x1F%ODù»Ø©Æ\x10┬(Ð"
  b"â²{da\x07Oyú1½ÅBÛ■`"
  b"„Ÿ\x1Dù²ƒCψŸ$Ä\eá˜ü"
  b"""
    „ë\r-œÞA3¹*\x1AÄÜ\n
    
    """
  b"…áìF‚×L)«÷´Ð´ýÌ‚"
  b"""
    \n
    ±îÏhJõŽºDlhŸ\eà
    """
  b"å\eÙKú\x05IÄ»ç\x7F┌╠H«Å"
  b"†é+Ä\x0ESOо'\x16°šgf["
  b"\x1F³·ÜäEJºm“2\x19\t§R"
  b"ê\x16┼nãêHüù¨b9«Ó=\x1D"
  b"ê\x18ì­Á¼BMÆí>¦\x026\x17p"
  b"ˆ\x1E&!¬>Jd’×2¨’fÒ„"
  b"‰.\x16÷â8A\x05¸›ŽŒþñ±Ó"
  b"ëäþ¡ðJB\x02ÉÅóCøQb)"
  b"ëÉSf0,DÌ▓┬¦ÂF@Ê\x15"
  b"ŠDBõ1üL€„Z+\x03\x1Fe2$"
  b"Šb;>Ö\x11Bê­\x1E;%«|Aú"
  b"Šm)Kt\x7FD ‚#ûÇ¿ži€"
  b"Š›žš_\x15Lz©\x16Ǻ†adq"
  b"‹B¼\x1DaÇOL¥¿~W\t”Dõ"
  b"‹X<Ä\tÙN(‹ÿ••–üb¸"
  b"‹§è4\x02²J+ŽÃÕ!Ø8ÞÅ"
  b"‹©Ÿ\x03\r/Nåºðù­bŽ\fw"
  b"""
    ‹Ì½‚ÞhGî¸ï©èV%\n
    \x12
    """
  b"Œ\x16|ö¾¸Is…{¼\x01¹\x12"
  b"Œw\x02\x15¹'Mú²q\x013ÙcZq"
  b"Œ•‡/¥JMY¶fsPàÊ’\x05"
  b"Œ¼Æê'”G"‘Œ®Øf\x08\x16%"
  b"Œ×ãy?EGë´Q?*bç5Q"
  b"ì*°yı¬Aÿ®äº░V\x11ƒÎ"
  b"ìl╚&C:L(×tÎbãƒti"
  b"""
    ìzéøì█I\x12¡%7\n
    \x1D$\x16¼
    """
  b"ì~Eös═J‗î╗{üÒ\x06Ð\x1E"
  b"""
    ì½?\x14D\n
    H\x1Aò─\x14=\x08┼═-
    """
  b"ì╚\x03BÿlF\ÖºÈ~Â×®Å"
  b"ì´@╩ýËI║Å┘àc+P╗Ç"
  b"Žån¦0“Iàƒ&s¥ŠÏÌ4"
  b"Å\x1F¹▀\t1B&û<¨rÐjÆÇ"
  b"Å.àwÛoL9¼¥¶þ\rŽZ"
  b"Å╔Q║±1D\r¿ÈÑ_w³\x05\x03"
  b"ÅÒ¼lXýK╗º¯¨KÚ\x16P\t"
  b"ÅÚ>V│òL■ì_ƒ╦!─^Ö"
  b"""
    É\x11]ä}âEýû\x11ï#å\n
    >6
    """
  b"""
    Étj\n
    \x11'I¸ªÛñDo═'«
    """
  b"Éæ\x15¸!)CxÉR╬ª\x04\x1F"
  b"ÉÆE2┌\x13F2©rQßãBñU"
  b"É«ëöÑÛB\x06½°½*ƒ\x1CD\x1C"
  b"É┼L,Å»FZ▓R@R╦fER"
  b"É╠├³^└KHÂY«\rO[ðw"
  b"""
    ɤ|Qà~Cí¢1\n
    \x10UD|
    """
  b"É┘7?é└E"à═½º\x07"j┌"
  b"É▄Ä«\x12\x04G¥¥_a­åƒc²"
  b"É´ÿÔ*°JÊçíLj§║ 9"
  b"É·▒0\x1EÈMÕ▒¼¹¢─k\x1Fw"
  b"æW\x18Nì)@;Å9├§S▄?í"
  b"æ_┘╚Î OÝê\x04£É╩ÜX["
  b"‘i\x13*"óM£œˆ_æ¨<;>"
  b"‘¤\x10\x0EñMǵÉÓÞž<ž³"
  b"’—DC.+BÁ¦5êækÒ5Ö"
  b"“.ÍK\x08gKo¾ÅÜ@^àšþ"
  b"ôJ.█\x02\x03IÒ▒,¶µGáêÉ"
  b"“¸uwvPF«¯F\x1AG=<l‚"
  b"\x04ülÄèG%‘g8ª Yéü"
  b"\x10TàɳG˜™\x0ElqYs\x07÷"
  b"”9\x1C6H1Od ÐÀÞ\tÛR\x02"
  b"”u—¬\x7Fb@\x02£\x02»°²4?Ð"
  b"”ÜzwK\x19MÛ»¼h»\x1EOËß"
  b"•)ŸË +J››žöÈg¡?‚"
  b"•X\v\fC:IϤXÓtô\x07ëÙ"
  b"•dtÒ\x159B"•®Œò§"5~"
  b"•Ù\x7FE\8C%Ÿ`Y8æã}ø"
  b"–Ò`Uç\tJ˜”„AW¬ÊõH"
  b"—P±ÝÙÞO\x1C­fï\x16²R¡\x14"
  b"—V\x15£ÒŽLF—ç0+Ý\x7F"
  b"—l‰\x01A.Nn¥5hÎ\x12öõÓ"
  b"ù}Îyï§@ìÉHv▒1Ù®▄"
  b"—„ú)f±J££[±$!Sû²"
  b"—°o"\x04éB\x18ŽåI \x13ï+â"
  b"˜Uä=_\x17I4‰ùû ÛÖ+¾"
  b"ÿ\x7F×òG N═¥,ù`ü\x11\x085"
  b"Öò╩A²▄I§«±Hı\x7F╣ü("
  b"š˜Úwž™I\x13Ž\f½Trí<¥"
  b"ø~Æ\x1E]▀AõÖác´^Q8Å"
  b"\x7F+˜ý¹BD‹Ë+¸P”Ĉ"
  b"œÚÆcXb@\x01¨\r\f\f¹”"
  b"""
    Ø\n
    äw+╠K»╗¹ùy╠Ú¼}
    """
  b"Ø\x1CÊa°/Ee¼®9Ñ;\e\x18/"
  b"Ø&ë_î╗M▀åf─Íél5\x08"
  b"Ø)¿ggoO)Á¬!Ö\x19áÉ╗"
  b"Ø*\x13┌`\x13FıòÖ»ö\x14í%1"
  b"ØeìQe_B9©\x1A\vOeÝ"
  b"Øiû7÷õFMò±î°Uè§\x03"
  b"ØÁæ¨ÔiB)©þ─ml^\'"
  b"ØÐ®Ú¼kMıÿõbSò@│\x10"
  b"ØÞZ©ÆÔHïå╝°ì┌,cÝ"
  b"ž\x17\x18]Ù(GÜ¡FEG“¹^’"
  b"ž?Ÿ¤<÷Dü¬\x18\v(Љ"
  b"""
    Ÿ"Å ï_G\n
    ŒexI"7©`
    """
  b"ŸU]ø7ìO景\x0E€*Zn\x00"
  b"ŸuËS¨-L¼¸ŽA\x07š¬j\e"
  b"Ÿ´ÄBéÄHl¿ß¾]Þ\v\x1Ar"
  b" )§ŒþÏB"½¥°n}QŒø"
  b" 0½N\x1DÄG$·}ïÌ\x1A\x03"
  b" ü`u\x049Cü•¾-ku</~"
  b"¡wKX@ªF>½äã;G™Ú–"
  b"¡yZR )O• ÍÜS\fà\t"
  b"íº¨\x0E¥3J)ôpTüþ÷u█"
  b"¡²\x10õ\x11³E\x7F²X¶,æÖ\x02¨"
  b"""
    ¢\t\x07\n
    ˜0KÀ²/wÆ,Ðùú
    """
  b"¢7^Ç\x136H`¸B\x18Ý?Ë$]"
  b"¢\x7F\x13\x04ÕjCᯟ«ÆŽ\x1F’Š"
  b"¢ÓbÚ~pIÙ›7xA\x7FIð¯"
  b"ú(%é\eøDÛÆ▓═Ŷ ¶¦"
  b"£«rëo(LñœŽÕes\f…æ"
  b"£ú\x17v\x06dK¶¸ì‚\x1E\x04"
  b"¤1ì™@ëOز\x03H\t‡Š¤›"
  b"ñ6ß║@±@§üæIPÀÛµª"
  b"¤^•\x17OŒE‘«ã/» ¿cñ"
  b"¤¹0C«ÄC¸¾þUÊåÝ®6"
  b"Ñ\x1EÅ\x1E\x06@;Ѧ\x17óQyo8"
  b"¦ø^\x19TaLe”?Z}\x0Fôkb"
  b"§g¸ýPVM\x05°àüQÒÇc·"
  b"º┬J¶`ÐI═ì\x7F}\x12W┬\x07ü"
  b"º▀Í╝_aJŽYK╣ô!©à"
  b"¨\x12™É¥\fMÞ°\t\x10ë‡\x06"
  b"¿Âlì■ÒB'ºEQz¾Ôé3"
  b"®"Ü\x12º╚Dó▒XÞoâ#Jü"
  b"©w#\4XN*‘*ù\x17“*-†"
  b"©~‘~\e6GÇ–Ù¡ôV"\v­"
  b"ªM\x1Dÿ\x19¼I¤žù;´bŸ|"
  b"ªa??\x1EÄJQ¤ø¶dVÛó\x04"
  b"ªhÙ\x7Fd:Eá¬3l€¨°Ï?"
  b"«\tºŒ>\x08L‚”)óÞæ(Û¸"
  b"½r╣\x16â¶B×ú)ÊØ■Ún\x1D"
  b"«™ÒÝ\x05øD7º÷·î\x08\x04íÌ"
  b"¼\x1FaÉ3£I;ó\x05¾\x17┼Qµ┐"
  b"¬J¾»²\x1AC\e¡]:T\všFø"
  b"¬fPÜHìH\x13·\e\tË\x04×á´"
  b"¼‗ıqpJF«▒Ø©8PígE"
  b"¬÷kúÅûHtŽÄ(\x12y{~ü"
  b"­\x04€ÞW·J¯¢gîù#¤\x0F;"
  b"­\x19=Ñß‹O\x01† ÿfx%\x1AÊ"
  b"­!ÿx’CGrœ’Ø(ÒœÓâ"
  b"­¤àöƒñD\t­\rÎ šíßÒ"
  b"¡▀sÜEÕJ·Ç╔ëÉ\x01\x06¢6"
  b"®…^íN)C"¾äÉÏÇ<^)"
  b"¯\x0F„T)rKJƒõ\x01õÙ\x10"
  b"\x00ØY\x02ÔGıê¿╔û2ðËD"
  b"°&\x01–¯BK\x14ª&|òôY\x1D\x1D"
  b"░;ôt*gG¶ªÂüæf´³5"
  b"░<B\x08{_Hµü\x1A\x00\x190zÌp"
  b"""
    ░D╠UÉ\x11BsÀù*ð\n
    *Ô¯
    """
  b"°iš\x02®ßCœ– æß\x0Fâ'\x06"
  b"°‹5ï¢rK¥‹¾½<éÔ¤K"
  b"°•È‚¸$Mâ—4GÀ\x19ö¹›"
  b"\x01n¶GÏGÖªrÝ[█ìÛ╦"
  b"▒*-\x0F bI╩ƒÄì\x1DWئ\x10"
  b"▒6äþR B¢┤xÒ\x0FÅ´\x00\"
  b"▒eo¾Å8H│░G.ÿ.Yëg"
  b"±j+ÜýØD^ îrãìòô¼"
  b"±ä=]xõFY¼ÞI¸'óÞ{"
  b"²\x18kh\x0F\x01E™‡Hç!Ä—cÎ"
  b"""
    ▓AQ£(JO┘░þ\x13|tã\n
    Å
    """
  b"²c\x17ìÉ\x16Jf·¦Ú^ÅRU`"
  b"²qræîËG\x11¸Öí*V¸ßà"
  b"²‰†\x1A\x17ÞE‰Œ@£s¬X5\x0F"
  b"▓ı²MضFªû6EØòc\x191"
  b"³\f«•\x10\fC\v³j€Í‹vQœ"
  b"³]5mè\x0FAåŒcëVOp`á"
  b"³œÝÛtuN¶‰Ž\x00|ˆ£5""
  b"³¦rôÀcJ'’z™\x06\x00)N­"
  b"³é}ŸÌžFâ„úLá/œÆ'"
  b"´Ú·j%ßO\x05½v\fŸÒ‰\x06"
  b"µ\vÏÕÖ7Aϲ\x08\x0Eñ\x17Îù "
  b"Á<¸=½§G6Áؼױ.Dò"
  b"Áyhÿé█Hcÿì═Û▓I21"
  b"µ’33…GB8±ÂÀÕ–N:"
  b"""
    ÁÕ\n
    Â░·EÔØn\x0EN¯µ#É
    """
  b"ÂDídÐ░H\x1AâŹ▄\x06çS╣"
  b"¶w\x19õÚRHô  „\x05âKåÐ"
  b"Âý\x1AÌïwG§íPPü┌‗\x18m"
  b"·ë¡Z\x18º@³™3ú‰Fa[2"
  b"¸Bhôï\x08NY¾žhb\x1DÚò’"
  b"©Å;DNé@╦Ç']/S┬Só"
  b"¸¼cºæ6AƒŠ°»\ejKMª"
  b"\x01\x11ðÍ¿JÄÅÞ[yp(]1"
  b"¹\x03'8>ÄAÉœšð\x06O0»<"
  b"╣®Z5C▀M î╦³¯·ÉÑ"
  b"º\f›ED\x14E¸¦Ú³Âp~ÈW"
  b"\x0E\tp\x16ÞOë▒£6»▄_Øe"
  b"║,╣²\ÉNЬ}jLêF=¹"
  b"º>3w<·LÄ«æm†'Ì_'"
  b"║J~▄7ùHK¢■Þ\x19î¼ÅI"
  b"º¸$œÜUI¨¨TÁî3¹ï›"
  b"ºÃþÑ:(A\x7F©:ïm_“\x002"
  b"»`Ù$\x19ŒA³¥R±;Á"Ø¡"
  b"╗¼T#oïD\x14ºÇüÜsüùz"
  b"╗÷ì¢Î¡O0Ƽh░x¤S?"
  b"¼\x1F—y±5Bë—†ïZnóÆ\x19"
  b"¼ Où(*N\x10¢²\x11«Ùv/{"
  b"╝&&ì"ÚK ½\x1E\x19{ëJáJ"
  b"¼u\x12°þëC;–öÚé+¢\r_"
  b"¼¨ë¸ŒŽIâŠ%\x0F‹6Ÿ\x19ü"
  b"¼ÆÎWê†O7³Ëø\töAˆx"
  b"½ «*—ÂC\x01›âð\x17ŒÓ¬õ"
  b"½V\x17h·ƒL_¤Ä?ÌÆi?\x02"
  b"½¡¥x\eXFÓ‡7«~4[†d"
  b"½åHí–ÔEHª\x00ºÒotFf"
  b"½è\x1E\x04èhIU¾ÄO\x18\x11\x01*"
  b"¥w»~}ÔGÑå\vÅ\x01¬┘3╠"
  b"¾Œe\x14TnDC¼_Áªª“—ß"
  b"¾ÄŠ’D”H\x15–´™£F/¥?"
  b"\n\x00ìâ═K\x1Aú╬XqBi§U"
  b"┐w\x01\FgKÇ¿tÕªü~|ª"
  b"¿zH”‚_C\x1A»Záì\e\x01Á"
  b"À\x01DvºðH‚¤É™T?Z·\x1D"
  b"À\rÜy€KIɇþ_»}\x14Iv"
  b"À…•_ö¨Kõ³d®iÚ\x19¦Î"
  b"Á\x1D\x19’¿\x12A;—ùß\x16Áuýœ"
  b"┴½N½ç-DåÅS~Ý$YÄ┤"
  b"ÂG®:Ï\x10MV¬»\x16ô–Æíþ"
  b"Ãß\x05t9bN\x13±ËÙ1¤¥°…"
  b"Ä\x12˜SK2NŒµ5\x14Œ¦El…"
  b"Än§šåYC\x17¨Ã†m,B¸."
  b"""
    Äõ\fñ\x0F\x1DNE£\n
    lœ|Æ÷]
    """
  b"\x1EZøì@F#ïMÞ¥-¹e╔"
  b"ã\x1DÕ@└IKS£É║×K\x19"
  b"ÆBâ\x0E\x04\rJ̆_ò!\x10k^f"
  b"ãL#▓Ü\x02D├«º*eÉ\x16\x13"
  b"ãxÈ<ÙôI.▒Ù*Øu0p@"
  b"Çm1%M*F\x06¥ëCª@6•f"
  b"ÇØœ.÷oNø´ƒ½i¸"³›"
  b"È\x0F\f¸¿ŒOM³»\x14]%¶\x02"
  b"ÈCRc\x18üOå›vpô9¡lŸ"
  b"╚╦üÆ÷tNrº6P$jý!╦"
  b"╚ßùÒdoLÚçìþ^k.,E"
  b"╚ß«ðP,I\tØ0­!╚ä║\x07"
  b"Èû¨=E\x14Io»@€ØÐÜ•’"
  b"ɧüж¤Hl™dÑÔ|R–ý"
  b"╔░ï£\x03MN\tñkaD╩É!X"
  b"""
    ÉâN:¥\n
    BóœÖeßOáwU
    """
  b"ÊÄ\x1DI¡1@lŠð¨P×6\x7F«"
  b"Êè%IökHT•‚cxú¯˜§"
  b"╩■\x1A\x1C\fL¤É½FÉ!\r\x1F\x1F"
  b"\x17ª\fO├KF┐X\x056ì┌Þí"
  b"Ë xÉøM©¤”\e\x14¤Ö"
  b"ËÌeºŒÞA>¯\x16F§±„[»"
  b"̱›LNêF1’s\x1D²‡ˆÍä"
  b"╠ÈM┌M\x0EMøïâghì.ïÖ"
  b"Ís=r¸ãD5“*Ì3ŠîfF"
  b"ÍÆ\vˆ]>J³¡Êé\x07_NÉX"
  b"═ÕbÉ\x1AÿE©│jRÔH■h¢"
  b"ÎF)\x17¾jBy XÂ2v´Îý"
  b"╬h¨\x1A▓½NOüÓiKu$´g"
  b"ιer1dMÝ—šÜméVJ£"
  b"Ð&\x00]<]M)žÓž?L\x1F"
  b"Ñ\x01íé¼$@+¦‘'ƒã.&—"
  b"ѯF\x04Žz@R¾Ð/‘m.2\x1D"
  b"Ñô—}¿+A›¬\x01â3¼$‰Y"
  b"Ò\x1E¶zd¹A9¯ÔC­h\x10"
  b"Ê╔þí¾\tGküL°,ê/<├"
  b"ÔÅ…âe K;­Û”^B(‡v"
  b"È█}ý\x11 EØá X=vÎ\x14+"
  b"ÔîÄE\x14rDf–ËwÖܺåF"
  b"Õ\x19­Ð•}E™‘˜\va5Û\v«"
  b"Õj4\x1F\x02¢K\x03¹Î¿ó(Xœ\x04"
  b"ÕqQÎQ8J‹µÚ0ý3rW\n"
  b"ıq¼,µ\r@ÚÉÜ\t┌¯U¾│"
  b"Õ‡2VÖêIû¨|L\x03É\x07"
  b"ıÁ~í[UA┘ú╩Ø.▓ëA┬"
  b"ı±%ç\x7F╝O©úN÷\x0F]mÅê"
  b"ÍBÅ\e}®Mı×Å\x00c\x05+F─"
  b"ÖœüSx¨Lã™|š‘B\x0E®\x06"
  b"Î\x13]³gpEö»þ\f²útAÅ"
  b"×*¼!õ´CJ¥òY§\x0EAa•"
  b"Χ#Üd\fI:×ôÎ─ŬØ\x17"
  b"Ø\x04\x15Ž@f¬×o”ÑqªŸ"
  b"؈\x035c¶OC ›¹ØöÙ%\x02"
  b"┘Fª¸*ÔLrØ#fXsµ|X"
  b"Ùuy}\x0EêCý§Q\x04ˆ[Åpü"
  b"┘¡ê¼Ñ┐B\x1Dç\x0E<Ék\x11õ░"
  b"ÙÐëÜ\x7FPO/¶‘Þ€Ôéº5"
  b"Ù×ÿ,e6B*š8\x12½A—>ì"
  b"Ùù˜€AžG8´³ÒíIÎmÍ"
  b"Û\x17ÂpÔ}Lõ¡\e%tÜÆM\x19"
  b"ÛŒ˜?.%I%•Òºõ— \x12"
  b"Û×µ4aÄH\x05½‰\J`É¡Ÿ"
  b"▄ô┐\x04╔bN\x0FÅÄO═Væñõ"
  b"▄║ï \x02ÍFÍÅ(v\x00÷7K┌"
  b"▄¤xÆÅÆI╔¬PòéáÃ\tX"
  b"""
    Þ\x14®oURG#¬\x0E\n
    Pƒe7\x10
    """
  b"Þ gPµ\x14Lž¹\x08ìÕ\x17Zf4"
  b"ÞUOy\r¥C‰»\x08[…|ŽOG"
  b"ß\x17ñQCMO\Œ›\•\eˆ\t\x1F"
  b"ßo#:+éHùª]j0seë:"
  b"à\x1C\fw§úM×…\x0E\x16ª\x1FÌò€"
  b"à\ˆ_ìwJñ†˜ÊÖ3B\x"
  b"Óó╝o\x18═Gm¢ïõÿ\x10▒┐Å"
  b"àú\x03ø‹¯H禴Op\x05Î\rœ"
  b"á\x1DÛBÆZCPºLuá†$Àš"
  b"á=rĘãCW”I{ëânÀ\x19"
  b"áA\x00+r\x1EHÍ´àù\x0F[±®_"
  b"â\fo\x19Û=DÓ±5:¾5<\x03V"
  b"âØÖ’å0O|œÿ9\x11"-–y"
  b"Òqsµ▒\x11NÅï\x03(─‗╠\v"
  b"ãœþ\x7F¢"B+§\x01L‘ì-‚c"
  b"ãÀˆòø×A¼¨çY#Ä,y|"
  b"äøËçk×H\x05½_»zª‘ÄH"
  b"å"\x1C\x1A«cDЍ®Ôæ\x1CJ\x11ö"
  b"ÕØ8ÂÃÀMÚ▒\x19╦é>¸ ë"
  b"æ\x06M\x08eÅH\x06@ÁÒ¹Ë"
  b"æ\x08Z<±\x1CEa¯\x1AŒßM[\x079"
  b"æ·3ÿHL@\f 4?Lε®j"
  b"çb(\x04\x13Ea“\x0E\x01=î1‚\x1A"
  b"çÖ%ýxdC\x02½Í/20\oP"
  b"èÜšç•%H\x05žU†>éÒzš"
  b"ÞßéÈ░├Fjìe║é\x1F‗¦╚"
  b"èñJÌ­‹@¡®Þ\x07XˆK¬¢"
  b"Ú+\r÷_(KÔ│qv\x19D«Øb"
  b"é3}‹«“M!¢Ö6¡ÙÓ.8"
  b"ÚäÿE+\x15L╬éü-Ã\·┤["
  b"Û2\x02<ÀKE è\fæbØ=å¥"
  b"êO—˜#²Dê¢W/T§\x10¥\x1C"
  b"Ûè■\x14ïûNîücx{ø¾║Ô"
  b"ÛØ±ÙR!I╝ê╦\x18qÀjb\e"
  b"ÙVkU[ëC┘Ü│D\x12ñ┐üö"
  b"Ùìq*¨\tC\t¥Dî\fk├q\x14"
  b"ìYË:1pAŒ©æ?C\x03Ä\x05ð"
  b"ìd\x00°“êFP³\x0F\t‹ëÁa:"
  b"ìyL\x10ÔAJq±éH=YvhR"
  b"ìÎ"°ì¡Kó‘—F¤\x00[\x03|"
  b"ìÐ\x0E:3[Ol©Á<ˆ\x08Œ\x008"
  b"íšGµÒ¹BÚ»\x07] \x15ãC?"
  b"î\x17n(¬ÓN©‘²‹ ¯w\x07N"
  b"î/ÞeÁÒK%‘\x1F0DŽƒ\x003"
  b"î”Ïˉ9Cñšæü60\x19"
  b"îÈJ@¿$A¡´Ã\x14…Y\x1C6g"
  b"¯╦µwê`BýòÅ^/ë,dh"
  b"""
    îÍY¾ƒÚJõ«»\x04\n
    ¦&\vˆ
    """
  b"¯ÐDñÉ"H\x1Fä\x07®╦xÖ╩╔"
  b"¯¾r*\x06W@(║ÙÅQ\x7Fºhq"
  b"ð\x14»„\x14ÌF«ƒ³‚\x15\x02¶«@"
  b"ðq\r\x17\x18‰Mq†JêïòŸ\î"
  b"ð±§^´ÈHƒ–\x1Ew!£\x7F\v\x07"
  b"ðß*\x16»+Fįgæ_^¢q="
  b"ðò\x1D¬¡LM䳺\x11]ÂÇâ¹"
  b"ñ†T‡,\x1CC\x01’÷¼ul—ú£"
  b"±ØCæã░N©Æç¡\x1D˳v"
  b"ñý\x14-Y[Ný‰ŒÈ ’\t|N"
  b"‗0M╝┬ìOeÀ=+ıU)ú¼"
  b"‗y╗W73N═Éfa¡ýɧ\x00"
  b"‗×誶┴MÍÜ3\x0E¶ıì┤ë"
  b"ò¼\x18íÂ\eA5¤“Ú\x00Z®ö¸"
  b"óC8´H‘OžhÃhÉûr>"
  b"ó€‹PšiOȘƒð´µÝ¼“"
  b"ô,Ì\x08\f(Mì·TÓ—A\x03y~"
  b"ô]ýÑö\x08Nnš¼@`ûÿóç"
  b"ôc\v\x08ÈgD\x19ƒÙ9Â[<ß“"
  b"ô„È7s,H¢žÄzVV\x1Fe„"
  b"""
    ¶¤oáîVDLÉ░<"\n
    _\x08®
    """
  b"õ'V'Ç\vE ‰4#ñRm0 "
  b"õû;;ZcCR„þ¡·?á\x1F\x0F"
  b"÷\x0E¼\x14¯ÈMXìóº\x15\x1E└K{"
  b"÷;µ ã╬JÀüs\x04rMÙsS"
  b"öXz\x15\x02âGƒŸ\x08oïTÅ{/"
  b"¸7ØxjXB╝¼íW&\x10j\x1F"
  b"¸<,Wã>KüÖ«\x10■4ïp\x18"
  b"¸ê\x01á]{B¯ìæ® õ¶@1"
  b"¸ÉF*J█K¹ä)\x15╦XvöÜ"
  b"¸Ö;n\x18ÚIü»▓âJo8\x16µ"
  b"÷ì\x08–ÙqMòª²\t‚²ªg­"
  b"""
    ¸■¨¢\x10EI\x13▒Ø«Ã\n
    òܳ
    """
  b"ø\x16V¶#¢Dx…f\x16åb\ï;"
  b"°&×\x11APH┴£üf╩╦╚É?"
  b"°8┌èÅ\tGƒæG{tÞ¿cx"
  b"øOQÕ"\x05LN’¥,Þ\x15U\x16;"
  b"ø¡\ftméDí«*õªD\t®Ú"
  b"°▀OG\x15ËEÃü¦Úú%éSô"
  b"øê; ¯\x05B)«gú'Ú²`B"
  b"ù¬Ì UæDË©ÀHfñ;aî"
  b"""
    ¹!¦5aLK"Ø\x13/░Æ\n
    ù§
    """
  b"û+Œxr´CyƒÀ¦ïvíöî"
  b"û©zj\x1D˜I»ªPe|¤G4À"
  b"ûèÛÌŸ\x06Oó¢Q1¼ªHÎ\x06"
  b"ûö±\x1E_tK·¨£»^R–6Ì"
  b"ü+@ÆA¹IÆ¢—\rº,Æ!›"
  b"üáeí\x0F°Dw˜ð` G9çŠ"
  b"ý\x17üøP]K:…ûÈ\x11Ü^VÂ"
  b"²cѰl\x08NZÅË▀qJn\x17î"
  b"ýf\x02\x01á…A£¿,ÙaÌ»$d"
  b"ý’\x14I\x12kLŠ‘ÑzŸúsÎk"
  b"ÿ+ô§Á\x15Fô³¦Œ§öV‹ç"
  b" ü}³G┘M£ç¾‗&)üÞ┴"
  b"ÿ­ãuìïJ¶‚Éó·¯4\x1C7"
]
63 0.02 ms
# navigation-route::meta-information
            SELECT LOWER(HEX(`id`)), `path`, `level`
            FROM `category`
            WHERE `id` = ? OR `parent_id` = ? OR `id` = ?
Parameters:
[
  b"Ê‘\f•ÏâO\x0F®á\x00\x14rÀ{"
  b"Ê‘\f•ÏâO\x0F®á\x00\x14rÀ{"
  b"Ê‘\f•ÏâO\x0F®á\x00\x14rÀ{"
]
64 2.22 ms
# header::navigation::read
SELECT `category`.`id` as `category.id`, `category`.`version_id` as `category.versionId`, `category`.`parent_id` as `category.parentId`, `category`.`parent_version_id` as `category.parentVersionId`, `category`.`after_category_id` as `category.afterCategoryId`, `category`.`after_category_version_id` as `category.afterCategoryVersionId`, `category`.`media_id` as `category.mediaId`, `category`.`display_nested_products` as `category.displayNestedProducts`, `category`.`auto_increment` as `category.autoIncrement`, `category`.`level` as `category.level`, `category`.`path` as `category.path`, `category`.`child_count` as `category.childCount`, `category`.`type` as `category.type`, `category`.`product_assignment_type` as `category.productAssignmentType`, `category`.`visible` as `category.visible`, `category`.`active` as `category.active`, `category`.`cms_page_id` as `category.cmsPageId`, `category`.`cms_page_version_id` as `category.cmsPageVersionId`, `category`.`product_stream_id` as `category.productStreamId`, `category`.`custom_entity_type_id` as `category.customEntityTypeId`, `category`.`created_at` as `category.createdAt`, `category`.`updated_at` as `category.updatedAt`, `category.media`.`id` as `category.media.id`, `category.media`.`user_id` as `category.media.userId`, `category.media`.`media_folder_id` as `category.media.mediaFolderId`, `category.media`.`mime_type` as `category.media.mimeType`, `category.media`.`file_extension` as `category.media.fileExtension`, `category.media`.`uploaded_at` as `category.media.uploadedAt`, `category.media`.`file_name` as `category.media.fileName`, `category.media`.`file_size` as `category.media.fileSize`, `category.media`.`media_type` as `category.media.mediaTypeRaw`, `category.media`.`meta_data` as `category.media.metaData`, `category.media`.`config` as `category.media.config`, `category.media`.`path` as `category.media.path`, `category.media`.`private` as `category.media.private`, `category.media`.`thumbnails_ro` as `category.media.thumbnailsRo`, `category.media`.`created_at` as `category.media.createdAt`, `category.media`.`updated_at` as `category.media.updatedAt`, `category.media.translation.title`, `category.media.translation.title` as `category.media.title`, `category.media.translation.alt`, `category.media.translation.alt` as `category.media.alt`, `category.media.translation.customFields`, `category.media.translation.customFields` as `category.media.customFields`, `category.translation.name`, `category.translation.name` as `category.name`, `category.translation.breadcrumb`, `category.translation.breadcrumb` as `category.breadcrumb`, `category.translation.slotConfig`, `category.translation.slotConfig` as `category.slotConfig`, `category.translation.linkType`, `category.translation.linkType` as `category.linkType`, `category.translation.internalLink`, `category.translation.internalLink` as `category.internalLink`, `category.translation.externalLink`, `category.translation.externalLink` as `category.externalLink`, `category.translation.linkNewTab`, `category.translation.linkNewTab` as `category.linkNewTab`, `category.translation.description`, `category.translation.description` as `category.description`, `category.translation.metaTitle`, `category.translation.metaTitle` as `category.metaTitle`, `category.translation.metaDescription`, `category.translation.metaDescription` as `category.metaDescription`, `category.translation.keywords`, `category.translation.keywords` as `category.keywords`, `category.translation.customFields`, `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category`.`media_id` = `category.media`.`id` LEFT JOIN (SELECT `category.translation`.`category_id`, `category.translation`.`category_version_id`, `category.translation`.`breadcrumb` as `category.translation.breadcrumb`, `category.translation`.`name` as `category.translation.name`, `category.translation`.`custom_fields` as `category.translation.customFields`, `category.translation`.`slot_config` as `category.translation.slotConfig`, `category.translation`.`link_type` as `category.translation.linkType`, `category.translation`.`internal_link` as `category.translation.internalLink`, `category.translation`.`external_link` as `category.translation.externalLink`, `category.translation`.`link_new_tab` as `category.translation.linkNewTab`, `category.translation`.`description` as `category.translation.description`, `category.translation`.`meta_title` as `category.translation.metaTitle`, `category.translation`.`meta_description` as `category.translation.metaDescription`, `category.translation`.`keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation`.`language_id` = ?) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.`category_version_id` = `category`.`version_id` LEFT JOIN (SELECT `category.media.translation`.`media_id`, `category.media.translation`.`alt` as `category.media.translation.alt`, `category.media.translation`.`title` as `category.media.translation.title`, `category.media.translation`.`custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation`.`language_id` = ?) `category.media.media_translation` ON `category.media.media_translation`.`media_id` = `category.media`.`id` WHERE (`category`.`version_id` = ?) AND ((`category`.`path` LIKE ? AND (`category`.`level` > ? AND `category`.`level` <= ?)))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  "%|ca910c95cfe24f0faee100911472c07b|%"
  1
  4
]
65 0.03 ms
SELECT LOWER(HEX(`category`.`parent_id`)) as `category-ids.key`, COUNT(`category`.`id`) as `category-ids.count`, COUNT(DISTINCT `category`.`id`) as `visible-children-count` FROM `category` WHERE (`category`.`version_id` = ?) AND ((`category`.`path` LIKE ? AND `category`.`level` = ? AND `category`.`active` = ? AND `category`.`visible` = ?)) GROUP BY `category`.`parent_id`
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  "%|ca910c95cfe24f0faee100911472c07b|%"
  4
  true
  true
]
66 0.09 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"Ê‘\f•ÏâO\x0F®á\x00\x14rÀ{"
]
67 0.15 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"‘ùnjÔ±Fçµ¼¾A/a{º"
  b"‘ùnjÔ±Fçµ¼¾A/a{º"
]
68 0.12 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"
]
69 0.06 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"‘ùnjÔ±Fçµ¼¾A/a{º"
]
70 0.10 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Í‚ó¬›ÑÀßÊ"
]
71 0.06 ms
# navigation-route::meta-information
            SELECT LOWER(HEX(`id`)), `path`, `level`
            FROM `category`
            WHERE `id` = ? OR `parent_id` = ? OR `id` = ?
Parameters:
[
  b".×X¤À‚AI°\v¾Ô~ýIq"
  b".×X¤À‚AI°\v¾Ô~ýIq"
  b".×X¤À‚AI°\v¾Ô~ýIq"
]
72 0.10 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%"
  "%|2ed758a4c0824149b00bbed47efd4971|%"
  2
  4
]
73 0.06 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%"
  "%|2ed758a4c0824149b00bbed47efd4971|%"
  4
  true
  true
]
74 0.09 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"""
    C/A¦aKI«™SË\n
    „&¼\x12
    """
  b".×X¤À‚AI°\v¾Ô~ýIq"
]
75 0.03 ms
# navigation-route::meta-information
            SELECT LOWER(HEX(`id`)), `path`, `level`
            FROM `category`
            WHERE `id` = ? OR `parent_id` = ? OR `id` = ?
Parameters:
[
  b"""
    C/A¦aKI«™SË\n
    „&¼\x12
    """
  b"""
    C/A¦aKI«™SË\n
    „&¼\x12
    """
  b"""
    C/A¦aKI«™SË\n
    „&¼\x12
    """
]
76 0.07 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%"
  "%|432f41a6614b49ab9953cb0a8426bc12|%"
  1
  4
]
77 0.11 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%"
  "%|432f41a6614b49ab9953cb0a8426bc12|%"
  4
  true
  true
]
78 0.16 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"""
    C/A¦aKI«™SË\n
    „&¼\x12
    """
]
79 0.03 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"‘ùnjÔ±Fçµ¼¾A/a{º"
]
80 0.09 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"Åë~À\x0FUGœ½1Z\x06\x14¥"
  b"´][òjsG±«ð3\x1AE\x7Fõ¾"
  b"°Þ*\x1FùQLú–WÁ!\x10\x19"
  b"\fdeû\x00”MM¸LI\x1DHª.·"
]
81 0.07 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"‘ùnjÔ±Fçµ¼¾A/a{º"
]
82 0.05 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"5lf\r¿IBˆ ’AŸøÊÆg"
  b"\x1CX£sJ\¯\x12îÉY+5'"
  b"ш«\tÅ\tH\x1D– \U×T¸K"
  b"Ó\x0E,ƒHÎMÉòצ³\x11\x7F¡\x01"
  b"v\x07•\•NN&›Üö’o‡Àæ"
  b"ûA\x15\x1FD\x1CC,‡¿\x04 \x14šÛã"
]
83 0.02 ms
SELECT configuration_key, configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = ?) AND (configuration_key LIKE ?) ORDER BY sales_channel_id ASC
Parameters:
[
  null
  "IntediaDoofinderSW6.config.%"
]
84 0.01 ms
SELECT configuration_key, configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = ?) AND (configuration_key LIKE ?) ORDER BY sales_channel_id ASC
Parameters:
[
  null
  "IntediaDoofinderSW6.config.%"
]
85 0.02 ms
SELECT `language`.`id` FROM `language` WHERE `language`.`id` IN (?) LIMIT 1
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
]
86 0.02 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"
]
87 0.05 ms
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`, `sales_channel_domain.language`.`id` as `sales_channel_domain.language.id`, `sales_channel_domain.language`.`parent_id` as `sales_channel_domain.language.parentId`, `sales_channel_domain.language`.`locale_id` as `sales_channel_domain.language.localeId`, `sales_channel_domain.language`.`translation_code_id` as `sales_channel_domain.language.translationCodeId`, `sales_channel_domain.language`.`name` as `sales_channel_domain.language.name`, `sales_channel_domain.language`.`custom_fields` as `sales_channel_domain.language.customFields`, `sales_channel_domain.language`.`created_at` as `sales_channel_domain.language.createdAt`, `sales_channel_domain.language`.`updated_at` as `sales_channel_domain.language.updatedAt`, `sales_channel_domain.language.locale`.`id` as `sales_channel_domain.language.locale.id`, `sales_channel_domain.language.locale`.`code` as `sales_channel_domain.language.locale.code`, `sales_channel_domain.language.locale`.`created_at` as `sales_channel_domain.language.locale.createdAt`, `sales_channel_domain.language.locale`.`updated_at` as `sales_channel_domain.language.locale.updatedAt`, `sales_channel_domain.language.locale.translation.name`, `sales_channel_domain.language.locale.translation.name` as `sales_channel_domain.language.locale.name`, `sales_channel_domain.language.locale.translation.territory`, `sales_channel_domain.language.locale.translation.territory` as `sales_channel_domain.language.locale.territory`, `sales_channel_domain.language.locale.translation.customFields`, `sales_channel_domain.language.locale.translation.customFields` as `sales_channel_domain.language.locale.customFields`, `sales_channel_domain.currency`.`id` as `sales_channel_domain.currency.id`, `sales_channel_domain.currency`.`factor` as `sales_channel_domain.currency.factor`, `sales_channel_domain.currency`.`symbol` as `sales_channel_domain.currency.symbol`, `sales_channel_domain.currency`.`iso_code` as `sales_channel_domain.currency.isoCode`, `sales_channel_domain.currency`.`position` as `sales_channel_domain.currency.position`, `sales_channel_domain.currency`.`tax_free_from` as `sales_channel_domain.currency.taxFreeFrom`, `sales_channel_domain.currency`.`item_rounding` as `sales_channel_domain.currency.itemRounding`, `sales_channel_domain.currency`.`total_rounding` as `sales_channel_domain.currency.totalRounding`, `sales_channel_domain.currency`.`created_at` as `sales_channel_domain.currency.createdAt`, `sales_channel_domain.currency`.`updated_at` as `sales_channel_domain.currency.updatedAt`, `sales_channel_domain.currency.translation.shortName`, `sales_channel_domain.currency.translation.shortName` as `sales_channel_domain.currency.shortName`, `sales_channel_domain.currency.translation.name`, `sales_channel_domain.currency.translation.name` as `sales_channel_domain.currency.name`, `sales_channel_domain.currency.translation.customFields`, `sales_channel_domain.currency.translation.customFields` as `sales_channel_domain.currency.customFields` FROM `sales_channel_domain` LEFT JOIN `language` `sales_channel_domain.language` ON `sales_channel_domain`.`language_id` = `sales_channel_domain.language`.`id` LEFT JOIN `currency` `sales_channel_domain.currency` ON `sales_channel_domain`.`currency_id` = `sales_channel_domain.currency`.`id` LEFT JOIN `locale` `sales_channel_domain.language.locale` ON `sales_channel_domain.language`.`locale_id` = `sales_channel_domain.language.locale`.`id` LEFT JOIN (SELECT `sales_channel_domain.language.locale.translation`.`locale_id`, `sales_channel_domain.language.locale.translation`.`name` as `sales_channel_domain.language.locale.translation.name`, `sales_channel_domain.language.locale.translation`.`territory` as `sales_channel_domain.language.locale.translation.territory`, `sales_channel_domain.language.locale.translation`.`custom_fields` as `sales_channel_domain.language.locale.translation.customFields` FROM `locale_translation` `sales_channel_domain.language.locale.translation` WHERE `sales_channel_domain.language.locale.translation`.`language_id` = ?) `sales_channel_domain.language.locale.locale_translation` ON `sales_channel_domain.language.locale.locale_translation`.`locale_id` = `sales_channel_domain.language.locale`.`id` LEFT JOIN (SELECT `sales_channel_domain.currency.translation`.`currency_id`, `sales_channel_domain.currency.translation`.`short_name` as `sales_channel_domain.currency.translation.shortName`, `sales_channel_domain.currency.translation`.`name` as `sales_channel_domain.currency.translation.name`, `sales_channel_domain.currency.translation`.`custom_fields` as `sales_channel_domain.currency.translation.customFields` FROM `currency_translation` `sales_channel_domain.currency.translation` WHERE `sales_channel_domain.currency.translation`.`language_id` = ?) `sales_channel_domain.currency.currency_translation` ON `sales_channel_domain.currency.currency_translation`.`currency_id` = `sales_channel_domain.currency`.`id` WHERE `sales_channel_domain`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x1DéâŒMs´½­™»\x03Ã…"
]
88 0.02 ms
SELECT `intedia_doofinder_layer`.`id` as `intedia_doofinder_layer.id`, `intedia_doofinder_layer`.`doofinder_channel_id` as `intedia_doofinder_layer.doofinderChannelId`, `intedia_doofinder_layer`.`doofinder_hash_id` as `intedia_doofinder_layer.doofinderHashId`, `intedia_doofinder_layer`.`doofinder_store_id` as `intedia_doofinder_layer.doofinderStoreId`, `intedia_doofinder_layer`.`domain_id` as `intedia_doofinder_layer.domainId`, `intedia_doofinder_layer`.`trigger` as `intedia_doofinder_layer.trigger`, `intedia_doofinder_layer`.`name` as `intedia_doofinder_layer.name`, `intedia_doofinder_layer`.`status` as `intedia_doofinder_layer.status`, `intedia_doofinder_layer`.`status_message` as `intedia_doofinder_layer.statusMessage`, `intedia_doofinder_layer`.`status_date` as `intedia_doofinder_layer.statusDate`, `intedia_doofinder_layer`.`status_received_date` as `intedia_doofinder_layer.statusReceivedDate`, `intedia_doofinder_layer`.`created_at` as `intedia_doofinder_layer.createdAt`, `intedia_doofinder_layer`.`updated_at` as `intedia_doofinder_layer.updatedAt` FROM `intedia_doofinder_layer` WHERE (`intedia_doofinder_layer`.`domain_id` = ?)
Parameters:
[
  b"\x1DéâŒMs´½­™»\x03Ã…"
]
89 0.27 ms
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§§æ&BKõ“~žá)\x1F\x13b"
]
90 0.02 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"æOá\x05█©A\x12£)/v■┘ìf"
]
91 0.01 ms
SELECT configuration_key, configuration_value FROM system_config WHERE (sales_channel_id = ?) AND (configuration_key LIKE ?) ORDER BY sales_channel_id ASC
Parameters:
[
  b"‘ùnjÔ±Fçµ¼¾A/a{º"
  "Sendinblue.%"
]
92 0.02 ms
SELECT `pickware_shipping_sales_channel_api_context`.`sales_channel_context_token` as `pickware_shipping_sales_channel_api_context.salesChannelContextToken`, `pickware_shipping_sales_channel_api_context`.`payload` as `pickware_shipping_sales_channel_api_context.payload`, `pickware_shipping_sales_channel_api_context`.`created_at` as `pickware_shipping_sales_channel_api_context.createdAt`, `pickware_shipping_sales_channel_api_context`.`updated_at` as `pickware_shipping_sales_channel_api_context.updatedAt` FROM `pickware_shipping_sales_channel_api_context` WHERE `pickware_shipping_sales_channel_api_context`.`sales_channel_context_token` IN (?)
Parameters:
[
  "wjgsPvHpjCHi8888khkn4tZLQzqgIIPX"
]
93 0.01 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:
[]
94 0.06 ms
SELECT path FROM category WHERE id = ?
Parameters:
[
  b"Ê‘\f•ÏâO\x0F®á\x00\x14rÀ{"
]
95 0.01 ms
SELECT min_search_length FROM product_search_config WHERE language_id = ?
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
]
96 0.03 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"
]
97 0.23 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"‹KY†\x06³Oœ”?š!™W‚µ"
  b"|:├aaëKõÂÙì\x00{eló"
]
98 0.02 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:
[]
99 0.01 ms
SELECT LOWER(HEX(id)) FROM snippet_set WHERE iso = ?
Parameters:
[
  "de-DE"
]
100 0.01 ms
SELECT iso FROM snippet_set WHERE id = ?
Parameters:
[
  b"ﮨ™°\tIô»\tÀCÍP4\e"
]
101 0.01 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"‘ùnjÔ±Fçµ¼¾A/a{º"
]
102 0.01 ms
SELECT `base_class` AS `baseClass`, `author`
                FROM `plugin`
Parameters:
[]
103 0.02 ms
SELECT translation_key, value FROM snippet WHERE snippet_set_id = ?
Parameters:
[
  b"ﮨ™°\tIô»\tÀCÍP4\e"
]
104 0.03 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ÑYщcOÀ§Ëe”aô¢ï"
]
105 0.03 ms
# theme-service::load-config::read
SELECT `theme`.`id` as `theme.id`, `theme`.`technical_name` as `theme.technicalName`, `theme`.`name` as `theme.name`, `theme`.`author` as `theme.author`, `theme`.`preview_media_id` as `theme.previewMediaId`, `theme`.`parent_theme_id` as `theme.parentThemeId`, `theme`.`theme_json` as `theme.themeJson`, `theme`.`base_config` as `theme.baseConfig`, `theme`.`config_values` as `theme.configValues`, `theme`.`active` as `theme.active`, `theme`.`created_at` as `theme.createdAt`, `theme`.`updated_at` as `theme.updatedAt`, `theme.translation.description`, `theme.translation.description` as `theme.description`, `theme.translation.labels`, `theme.translation.labels` as `theme.labels`, `theme.translation.helpTexts`, `theme.translation.helpTexts` as `theme.helpTexts`, `theme.translation.customFields`, `theme.translation.customFields` as `theme.customFields` FROM `theme` LEFT JOIN (SELECT `theme.translation`.`theme_id`, `theme.translation`.`description` as `theme.translation.description`, `theme.translation`.`labels` as `theme.translation.labels`, `theme.translation`.`help_texts` as `theme.translation.helpTexts`, `theme.translation`.`custom_fields` as `theme.translation.customFields` FROM `theme_translation` `theme.translation` WHERE `theme.translation`.`language_id` = ?) `theme.theme_translation` ON `theme.theme_translation`.`theme_id` = `theme`.`id`
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
]
106 0.23 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"‹KY†\x06³Oœ”?š!™W‚µ"
  b"‹KY†\x06³Oœ”?š!™W‚µ"
  b"‹KY†\x06³Oœ”?š!™W‚µ"
  b"|:├aaëKõÂÙì\x00{eló"
]
107 0.35 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"Ê‘\f•ÏâO\x0F®á\x00\x14rÀ{"
]
108 9.29 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/09d2ce8488e94a28bce222e2e22ceda8"
  "/navigation/ef9dbacf27b240309d1e603cb49bd272"
  "/navigation/2370a606774546b48f8fcab6b8286ac6"
  "/navigation/3c44bafdc37d4cdbaaa2cd70ce60679a"
  "/navigation/f2f4615d83d4426b8e5538b834d377a1"
  "/navigation/e0cdbc551b64462fa6c040eae8842902"
  "/navigation/b5acb8208d2949e599bcf94fa105490a"
  "/navigation/d60fe3f633dc480da5908308921e64f7"
  "/navigation/5d85bbeedb9540bc97afb4ed0a9dbad4"
  "/navigation/feba94f259e941b38042d448ac9aa6f1"
  "/navigation/c61086d4d7134412b8387f3545f5be39"
  "/navigation/c51fcf901d364d1f86694cfcdd9eb9a7"
  "/navigation/d949a96e79ec4da58c1498cfafe19e68"
  "/navigation/f56c8688cb3547f4ba2664c24641cb08"
  "/navigation/e33d4c8a1f4b46fca20628f6fe5012b7"
  "/navigation/9d3a4568ecde49fdb93fdf766914e8fb"
  "/navigation/9abccf9ea2a641eb8fbd3760ecc9cc88"
  "/navigation/d01af7cfd2d44febb5a5d96e1de41f38"
  "/navigation/eae6700d50254e468db1180ee308c2d5"
  "/navigation/ff69e61e866b4008bf8402adc3a026f4"
  "/navigation/06d451b0999f46379de73b08f22c169e"
  "/navigation/134098a8a9874f7083c356442a7c710a"
  "/navigation/104fe514648049ae84e042d16ebe95c7"
  "/navigation/b078ac6f26ae42859c481da342c6f2f7"
  "/navigation/1ce9780a765f40babc9e16b5b75cadb9"
  "/navigation/056b9e14cf59437286c5fc7e51857699"
  "/navigation/0f5360f936d84845a43fc16b52440765"
  "/navigation/16cf2784414f4f5fb6e2d29aea1325f1"
  "/navigation/b6358c1605014d239ef4110ef308b278"
  "/navigation/65865e4861674f58992ae92575262259"
  "/navigation/f650c74fc4e549ba9d2e44c777de1749"
  "/navigation/e066e96822e94b30bbc899d58b0ce7f7"
  "/navigation/9302bd5be0564517895eecb01c47d076"
  "/navigation/cb1119a34f6c4b18ac2de15e1f0e7d17"
  "/navigation/45e7335eb55447279ff2bec210c91bf4"
  "/navigation/24a7114488ff4c67b8aa944b3acfc5e3"
  "/navigation/fa5e0a07dc86401cbc53e4d8362724bd"
  "/navigation/8ecc23ca4c234bfbb9579fc42c81f354"
  "/navigation/86b4bf5ed9464a68816e2db9dee5efd8"
  "/navigation/91b00ab8ff79421eadc62676665121f3"
  "/navigation/ad00b48057e346cb91fd31e90bf91c1a"
  "/navigation/e72179143ba043a992c85e9b09777453"
  "/navigation/5e8ad69a8b81419f8a64c17118747503"
  "/navigation/426e45b2f1fe4b548ba7610c5f376a67"
  "/navigation/defdcd2839114f3e83207d26bc37e743"
  "/navigation/14e4afa373334cc8ba21703f779ec4bc"
  "/navigation/a4935291c57443639fbf61df1aad6d75"
  "/navigation/d727d8e1e5a545d0b88ca93ad8154c19"
  "/navigation/ee0648b5174542e5a4b158b16e4e7f0a"
  "/navigation/30fb667374e44f0a9debd310e0f14c16"
  "/navigation/b86815e2f5d0477287a49c360f67fd9d"
  "/navigation/9590101555f6405787a852875a427156"
  "/navigation/a4c48b49d58f46e9ac01d85e1c9057f4"
  "/navigation/ef972c4913a64f26aa2e86b916f2a01c"
  "/navigation/dfcdebbe50ef40c0ae832ab10cf8d813"
  "/navigation/75a374f617c2492b83f41308577cb5fa"
  "/navigation/fc545b6253bd47a7803344c1a216fd2b"
  "/navigation/422384a875b845a28446aabefe5d02a1"
  "/navigation/15f6273398dd423daa6e469a7e736199"
  "/navigation/ad771ec2b0ae4a05a7f88d3e84347da0"
  "/navigation/da0b25c7107948d1b70d7857e7fbcd02"
  "/navigation/9b939e8b882a447689587c5c421fe6cd"
  "/navigation/dad1b88e6b6a41d294742d7ed9debac6"
  "/navigation/5116877617ce402d944bce16aeffac60"
  "/navigation/b58df0a004ba4f0ebe1a07cc3e79b1a7"
  "/navigation/ca679e714414410ca085111a6ff6c0dd"
  "/navigation/006cbd8a6ac0403db6659bed803062a4"
  "/navigation/c09bf64e62c54b2aa55124b3f2f41f2c"
  "/navigation/89bb8a6fe5724ff4a37bb82024ab8ff0"
  "/navigation/6548102f1a7247678ce400fee2266eb7"
  "/navigation/fb87e77fde86450bb9e7f892e8247e65"
  "/navigation/c387095caf094709bbc7a9cbac1c0311"
  "/navigation/615b789f5ca54bed8d23a5fb0d2b33a1"
  "/navigation/92ab43d153734b61b09765a05ec804f3"
  "/navigation/c9462fd11b9c495ab138db44b0d3afb7"
  "/navigation/aaebbf30e73f4b85b48475e08a036d1b"
  "/navigation/bc41d3bcc7904b92b86d187118a556cb"
  "/navigation/12e08f52f92c4e4c871cfa0e8fe00117"
  "/navigation/2a6dcbb345f74304b3ac653e2ad4d2af"
  "/navigation/3af54e649c494849810018fb527ad00c"
  "/navigation/0a391de2b73841339e0b54e6fbd54849"
  "/navigation/82b891ec799749d0948652de007fa62f"
  "/navigation/f5c215c7ca6e45c6930d6c4064ade126"
  "/navigation/f724f9f8b35f47a6b7d0ddac2c6e6d89"
  "/navigation/774ea5bab3c54623bd546d6c9c26b31e"
  "/navigation/2470e66686d64905967defb9f5df8d3e"
  "/navigation/a9367d93455344768b380e4f804db56c"
  "/navigation/85a18b40594d4fb3bb91c46e011a77c0"
  "/navigation/0dc40f67884344b8929210b7e5aa22d1"
  "/navigation/920c097059bc4a61a9f4db41e59751fb"
  "/navigation/19df51e552a24dee9c9a1710a94f095b"
  "/navigation/70cdd05c6e5949468f37f121d2004236"
  "/navigation/ab609dd4871c4cbd89f1933a03432436"
  "/navigation/90114638303041f397bfc2b01d62ac43"
  "/navigation/7f2a966db1e9423aa96a0b1c36000533"
  "/navigation/f9b249d87650444baeff36af787a994f"
  "/navigation/e19390ccdbd142da945af97c51c02703"
  "/navigation/3534cf2472f8488d8121d53e3f64d402"
  "/navigation/bffef678702747c28dfdd5dfa4cb1013"
  "/navigation/cd9682e97f77401e88162bdc19b9bb8c"
  "/navigation/8cc96d18bbf747cc885db56f385a7a48"
  "/navigation/368b575ec8ba46cd9895c15e23f4c07d"
  "/navigation/8a84d0868ec345f3a42f9fa7ec219490"
  "/navigation/036537f24ed0486385166e9c5154c5d7"
  "/navigation/0a84d4899018416ea8854e0ab81bd064"
  "/navigation/8127cbee394a4ba8b3d808a0ec6327bb"
  "/navigation/ccecbf817e804b38b020a71d81bfbf79"
  "/navigation/454bd802e74f4f0d870a38d804536e92"
  "/navigation/893fbb14888b43b8865c44614d7ea60b"
  "/navigation/5184aedfc2ae4f0580a10deb957d5a62"
  "/navigation/5d77f3b3b4e14fa8b3cfc7796bd64b7f"
  "/navigation/99fb78b6e96c4ea2b54ad6903dc6cc01"
  "/navigation/4172c0af5ec34f7eb6bfef2fb5aa37ed"
  "/navigation/68292ef0b97e48bb81461693e56b0bcc"
  "/navigation/713a829050e5471cb4cda0a2b26b2f39"
  "/navigation/87f3f6762629429888985a90195f7949"
  "/navigation/c459c57eaff24880a80b8b41065d028d"
  "/navigation/6adbebdfd7fe491499bcf721a6ecd9be"
  "/navigation/462e35fe4d814c289acf712780ae5a0a"
  "/navigation/018f105488a973419d7a3fdef1769030"
  "/navigation/018f1055aa18727fa63b0b0fa276dec1"
  "/navigation/018f10551c80759d953688d2db9bdc76"
  "/navigation/018f105531d97697b34bf9dbfa570399"
  "/navigation/4b837f8d150444b1ae7012b36be47fc3"
  "/navigation/4556885bcab94c2f9e32500268ce101a"
  "/navigation/8b5d8dbe190b4cb2a715a8e84e0134c0"
  "/navigation/d66d2cd69db647698198417dfc53f326"
  "/navigation/84003fbb44074f0a9b83ad667ffd2647"
  "/navigation/54e09de87c5b49d792d4c62ff0202ae7"
  "/navigation/638f8832f9db4873a385133e83f55ca9"
  "/navigation/f64a5e8d15ec4ac8b0b175428682ed83"
  "/navigation/43b3fdf4370549e59ce6ee02eb8de4c2"
  "/navigation/1aefb6101b184c9eba1fa58b7c1429dd"
  "/navigation/015bd7b4c20a474691fca3865af10ff4"
  "/navigation/7f07c7ee5c464e10810eaa2f7d9ded8c"
  "/navigation/46b205b6674c4d63a7cea80b66abe2b9"
  "/navigation/6df7ff9efd56401e822a4d2fe28dda80"
  "/navigation/cee9773ef93e49ed974e13c8b11b018a"
  "/navigation/859c9a152e79496fbd66893e9b9f0e5c"
  "/navigation/49ba846a2d4e4629a7cce6e9e8abf961"
  "/navigation/3165114444364cf3b28ee47710323dfe"
  "/navigation/5477551a6ab041d398698925ef84ca73"
  "/navigation/018f58946ec77ef59e92d49096cc2ceb"
  "/navigation/42e486a9da6f41c690ae788e01e678aa"
  "/navigation/4d280192ab6541499f7fe9b410f16043"
  "/navigation/b71c02ce69ed4165935e2644b5709862"
  "/navigation/05bc063b0f174ce2b4197983ee595e10"
  "/navigation/b811032dfe6c4a958661d20310687704"
  "/navigation/43f227a5aa7649089e89abfb0897f481"
  "/navigation/d03e3eb2bc25436f92233b2572de00c7"
  "/navigation/432dc5bf111e433d9a10ca94a62dfc95"
  "/navigation/f8bd26a66d12405e9d4f9117386b7d45"
  "/navigation/f96131f133034be7a98f694b4e482e10"
  "/navigation/018f58a30eba72f49fd5c41bd2f8a7c2"
  "/navigation/018f58a48429741eacb7c978f2d81e5f"
  "/navigation/018f584347087eddbe3eb55771548e57"
  "/navigation/018f5843fb8678a48b0d7b71e7395aec"
  "/navigation/f5c1ea4bfa9742d2ab485088707e37a5"
  "/navigation/8074e2e56e124fb7b5f22b301d016c0b"
  "/navigation/989a1f466c4749ba8e94e9113c5729b7"
  "/navigation/018f5895c3e8741e9585ac7ad92ab304"
  "/navigation/42bacabd9bfc454881cb6137cda4fd8e"
  "/navigation/8e626e4b91ca4da4bb7023877a79a7e6"
  "/navigation/018f589b832d7e00accc6f418e678b3d"
  "/navigation/4ec2b3cdec0644a18fde0f212eb72858"
  "/navigation/018f58a5f001741eab3ab7b8f8ab6bc6"
  "/navigation/aef5fdd7403044c2a6b71ed862d78570"
  "/navigation/018f58a6d0487ad29748cd7a87e03308"
  "/navigation/8d1a0664060b47ed8b6dff68d8542201"
  "/navigation/4ae3558274454b4392a4f8664447808b"
  "/navigation/2d712bcb1e254331b432b30a3aa8dcf9"
  "/navigation/7296c337397e4f289fa8858d3c7c7db4"
  "/navigation/018f58a7a5e773d38e838bfef5144e9e"
  "/navigation/01917f39828f7c4aa86b0bc10a961564"
  "/navigation/018f5888c5fd746b8e81adc94b706511"
  "/navigation/8be671f0b6a641ca81d614173daba97d"
  "/navigation/018f58ab72be72ff89009d9f10cfe544"
  "/navigation/018f58abf5767510867eacc579377b85"
  "/navigation/42d40f8fab8040938f7704eba01317ba"
  "/navigation/018f58a9c9c77aad9bf956a9952ef9ec"
  "/navigation/774a005e688043699bb458cd61fa654c"
  "/navigation/018f58ad6525757a91d1887a0568fd3e"
  "/navigation/9d22ae740d6a4af68b535cea8de49a48"
  "/navigation/25c0986e665d49d88d4e39e76c43a3ff"
  "/navigation/07f39c5d48154f86960c70d1974a4949"
  "/navigation/31a993622b6043f9a1e584eddad5bd8c"
  "/navigation/83593a4483eb4ba0bd6cce81f7849726"
  "/navigation/b3d53be6cc204d0cb88d76401a213fa7"
  "/navigation/0d2f58ca297042128ea1412e315f3e75"
  "/navigation/018faaddd34c78269b89a398bbc3aa9a"
  "/navigation/018faadebe1873128eaf30752c7f31d1"
  "/navigation/018f58e2724e7400aab4510f6e910df5"
  "/navigation/018f58e2892a74a5a99a46b3bb6a8ae1"
  "/navigation/018faade6bcd7fea9ff6f25a3c4d1f8c"
  "/navigation/018f588e30897945b8d9fcbfe2c79540"
  "/navigation/c6c324dc838046eb831c99d7bf68be82"
  "/navigation/01917f96f44575239eff331589a8dcc7"
  "/navigation/018f58afb245704d8d3baa2f9a9b6fce"
  "/navigation/9bf305c290a342779cfcca8b02a680b0"
  "/navigation/018f58b303647f8aa29973566800f350"
  "/navigation/018f58b2556c72d0a63de9bd51b41580"
  "/navigation/018f58b634b27b1cb55b2f764e181924"
  "/navigation/f800f9d0a8b74166b7f7f3a3bbd962d6"
  "/navigation/018f58bba31b75d6ad492048b660ecbe"
  "/navigation/aa57829479154f27a8973a09a5f5dc48"
  "/navigation/018f58b6dad37707901e8c6741ae1b41"
  "/navigation/018f58bc5db47bd180c44de3a547d6b6"
  "/navigation/018f58b8311a7a6781afda03e2ed9142"
  "/navigation/018f58bdf30b7d7f8bb4d78731c66d0f"
  "/navigation/018f4e7edeee7a328cd0a2ff91984719"
  "/navigation/018f58be88727cf4b0c5d8d2da46c68e"
  "/navigation/018f58bf59137a78b65885c8d78c44aa"
  "/navigation/352ee310d604455283058d09c0c88c1a"
  "/navigation/018f58c944d9702bb062d2f08d4e877f"
  "/navigation/018f58c04f1a79cfaf9c5a0970671278"
  "/navigation/6443a8fda1554cff8aeafe31b163a516"
  "/navigation/018f58ca2d3972f99e25aa54249b7601"
  "/navigation/0f565502bc9f4bd988ead46b5d5b9f40"
  "/navigation/d06b487bb31143ceb4d9332f22418011"
  "/navigation/018f58c1083373e88cfce3e09c204be9"
  "/navigation/018f58cb07c87472bea38378111ba8b3"
  "/navigation/018f58c74da07370964dcbdcc11f8733"
  "/navigation/018f58c801d87e3d9bdcd4cc549ed7c9"
  "/navigation/bbdb56acca91406d9803d6a0aa7d7ecd"
  "/navigation/018f5876f2a87f59acc37e7379a44970"
  "/navigation/018f58cc9d9f7efca1f74a7deaf9b6c6"
  "/navigation/018f58cebc6f71a0b57b556e71f54bd3"
  "/navigation/018f58cdc7f077fbbfdb03d568ff1e7c"
  "/navigation/730ccb18b1314b0595ef1f00ff99125d"
  "/navigation/018f58cfc5b67191b2700e8401928428"
  "/navigation/4c16fbdae26144aabdf70afe2ba385b3"
  "/navigation/018f58d37afd70c5b052883ce9fec785"
  "/navigation/a47b3083f64044f288cb10864c2a78c8"
  "/navigation/018f58d478cd7dfd8f700dcd3a0ba487"
  "/navigation/018f86c106ff7c8cbc28d2ee12c5ff33"
  "/navigation/018f86c25e067e628f89776919f8c061"
  "/navigation/6d72d7f493b54d439ef51eed33448230"
  "/navigation/018f86c3730873308f3a1c9feef9c10c"
  "/navigation/018f86c4821a7cda98e40bc9e9c8b7ea"
  "/navigation/4c969bd8bdce4d80bfe6c570ac4d00d0"
  "/navigation/49984716787b4a0cb55f560bb7f019e2"
  "/navigation/6667a42578994181b0e0476d9314dac4"
  "/navigation/d9845bc6cb2744b2be51dbe278884e35"
  "/navigation/ebad16ffe77d45b18ce7b1c7a9c0101e"
  "/navigation/d9dbc04af29242529c8b50d95a853b71"
  "/navigation/d6fb34be4d314096821fbb232c71d035"
  "/navigation/a09958ff1c3b4ae7af1852b3a7d13bca"
  "/navigation/02f91e5c5843433f99ade07249392e96"
  "/navigation/2e95e37fd5354c4eb92d4c60950f7109"
  "/navigation/018f86ceb8547494a790c02ce9d30580"
  "/navigation/2eb9deab99434f2687e8c2f51d913a4f"
  "/navigation/018f86d067867c0c904c45ce692c3c43"
  "/navigation/018f86d326c97485bc72644a470fa607"
  "/navigation/fa7645c0394840a090f9f24ae3cec709"
  "/navigation/018f86d114d37512a5258aaf5db9d15a"
  "/navigation/5e38efcf767d439a93f1c3af2e8df5ec"
  "/navigation/364417ccaff2444ca97a01471ef6d1db"
  "/navigation/5d9ff7f971ba4c24a8e03360dd37510a"
  "/navigation/74f12524af5b4ff4b6dc773a1ec2689b"
  "/navigation/78995c51bc1a4509bc6494fc25709100"
  "/navigation/cfcd478b9293496ca2dd9d563b4ad4c3"
  "/navigation/f3697d66d108419da156dd377102cdf0"
  "/navigation/fc07efd0b0fe43e682913fdf18320867"
  "/navigation/018f86d2329d74d583a1302304b37860"
  "/navigation/018f86cf767c734ab59b1b3c2b26a7f6"
  "/navigation/018f86d3b038737f9fb0508190b5ec65"
  "/navigation/018f86d45a497dec9ebf9d61d7f17eaf"
  "/navigation/231d9b2c8d6148338a974512b2f35ca2"
  "/navigation/10fb92aa6adf4c3ba27790a3e65f0afb"
  "/navigation/2bbaa0b3ce824633a0ee745b5d40f1f6"
  "/navigation/32bb04eb735547eea9adb1e5d6f3c02b"
  "/navigation/41121a8b60ee449b9680ceff21c884a0"
  "/navigation/53c81246805740eca69c786cb33d51cd"
  "/navigation/54e19bb610dc453195496e5245c8cba5"
  "/navigation/6398d60bbddf4725bdd80e83b5646209"
  "/navigation/7047d4c32e344225a5c03c68bf7c7200"
  "/navigation/9c221ce85e6b4942a51d14ebb92a55ca"
  "/navigation/a26f984941624c159b9ddfaa9a7af591"
  "/navigation/018f86d579ff7521ad9e6192fce76c4f"
  "/navigation/018f86d697567ac19b73aa3d10edfd4e"
  "/navigation/737f838a91e6487d9abe59a096526dd1"
  "/navigation/a205163e939d4619bf192147c34e90ec"
  "/navigation/018f86d77a1775f284b5047dac52e7b3"
  "/navigation/018f86dc27917fc5a7fffa266cdd1373"
  "/navigation/c9c39f24ce0641c9917efa17f2f976cc"
  "/navigation/018f86deeb3a7ffaa43ff8237ea66c93"
  "/navigation/018fc4eca0bf725584d1ebb0cc3f83cc"
  "/navigation/018f86dd454c7385b12fb49238728674"
  "/navigation/7676e883a80b4366a4069b03b24a7c1f"
  "/navigation/37235d9c71cb4ba9a8c183bf41a58fa3"
  "/navigation/8cf104918cc3456da7ed6c3e5105cd21"
  "/navigation/e72bf5b59cf641eeb41f2e22a4c5a13c"
  "/navigation/018f86e0b4927c90bc8031f98b92d78a"
  "/navigation/d671e1a157934d378b9cca8b9630ead4"
  "/navigation/018f9c7821b978ffb7872e48aedb8730"
  "/navigation/018f86de30cf76159aef35493800037e"
  "/navigation/7a7a6f1864764022bc13d5b0e1572814"
  "/navigation/018f86dfd5667aaa885b6653a5215584"
  "/navigation/018f86e14ad77a448edc9790a736d3e6"
  "/navigation/97d5192f777f485ca657f2b2628bcee6"
  "/navigation/6cb0fa871e2646258d1e6090cb08f326"
  "/navigation/018f86e306a97b4ba10b9636ea4531b1"
  "/navigation/01933f4b9c097a7a8ccf6ff1c795e661"
  "/navigation/9efda7dc8c3c49328c4904f0ab587c91"
  "/navigation/a9a02947db474d85aaaa5ff84901e971"
  "/navigation/2357b863ecb348bfb1279078d907f56f"
  "/navigation/9c36ba54df844f9f9d58edcaa93d0807"
  "/navigation/a52430ba3b484d8794567f3648f62687"
  "/navigation/c96abae891324a66a2175a6fb4d57f03"
  "/navigation/ca160c796a8e48b49a3a74da1e7fb584"
  "/navigation/f4498dccf59647f58a5ea7e638b6d675"
  "/navigation/797ab028d4214f9289d1ba3a7f5c907c"
  "/navigation/c46c3c4de08c47ac8e857fb46155e69d"
  "/navigation/018f86e72975763ca9abd49c4bcbd11a"
  "/navigation/018f86e55808764eab6269a48c814331"
  "/navigation/d064f177abda4b89840f3263c3db2bc7"
  "/navigation/e5c3d96c18014d46a65778ab87cb8309"
  "/navigation/9a77b7482bd44ee088a01f8c6266d643"
  "/navigation/018ea3dbec697240aee76a39a7931286"
  "/navigation/018ea3dc002c72a9b87a5909419e1d86"
  "/navigation/018f86e6272f71cb841687b48ebd9a89"
  "/navigation/018f86f8491271ae92341b266e8755cb"
  "/navigation/018f86ea40f879a0b6bde5aa45edfc3d"
  "/navigation/018f86f12242771da8c8bd1516dc320c"
  "/navigation/018f86f53cf47d61a2a688965bd91552"
  "/navigation/018f86f5fbed7bb382a7e481ae9352ab"
  "/navigation/018f86f765157797a6da6dea84b279cd"
  "/navigation/018f8709035e793993b89af2cf31f1c2"
  "/navigation/35c3d66f2acf427e942446d0ff05a66f"
  "/navigation/1624265523f4482b8bf23049f538c927"
  "/navigation/44a2ec935fa445efbaeab216b2a75a07"
  "/navigation/018f871bd2af77b19b1a01514a14cfb8"
  "/navigation/65d40e675e054e51b1e67f35849f3d7d"
  "/navigation/9dac66018fca4ac7b91e77d286136f0e"
  "/navigation/6340ddccbbef4376975c4bcd26cfddab"
  "/navigation/6b67ecfbd9be4a6d829fa43a44861daa"
  "/navigation/b4f2058945ce4fd9bb12cdf24b8395a7"
  "/navigation/be0d0a13e9ec4a2984d095e5589735be"
  "/navigation/d797eddba80349c0a8d540ac4b08c6f9"
  "/navigation/d9ae546c7c13449aabb95d787456d6a1"
  "/navigation/e051a078f914462a9ac55cc6e08c9cd0"
  "/navigation/018f8718835078448133b9a02d068dcc"
  "/navigation/9c8fc73be1404ac29bf23203c3c700c0"
  "/navigation/7218b56e2f194c2bae5b087bdeb116c0"
  "/navigation/0190bb9b9a9e7699921c89e632d39ee5"
  "/navigation/0190bb9baf3e7ef48024aa39b81b4835"
  "/navigation/0190bb9bbf267c29acf6fe1b459fa4d5"
  "/navigation/5a9c7c597abc48dfb596575f3794032d"
  "/navigation/2dcb87292fc94feb91433acf5b1b2620"
  "/navigation/c743b88395cd4c77a81ec52851b8e930"
  "/navigation/018f871a431c75138d8e4afb59ed2da8"
  "/navigation/018f8714101a71daae7e38fa9b268048"
  "/navigation/018f871632607646818a51fd7717b75f"
  "/navigation/018fe3f7f4137fcabbaaa9dd399697b9"
  "/navigation/018f871c99a27b63906885d10d77b273"
  "/navigation/cbfa09808c5b477d87f8fa6c33bcfec9"
  "/navigation/176a29859d1a44e8b0da649a8784bf03"
  "/navigation/20ea8371dbf44afcad77f8ad4986a4bd"
  "/navigation/2a4dbee07e9c44479fcdc66609cb0813"
  "/navigation/8386a293b47a417aaf5798ad4660560c"
  "/navigation/84054e9d7c4a4cebbf43fb3034f1b8da"
  "/navigation/60ebee6f33f24f3489ed4271abd7911d"
  "/navigation/630d71b9871f439286688296b8b24a53"
  "/navigation/0b1538e8d7504ec5a2656ab64b400031"
  "/navigation/2ecbb0100d6c4136bc9ba1fbee2c73d3"
  "/navigation/313cbb63e61549af8893a8bc73c0512e"
  "/navigation/96f8dfd69a0f438a98228afd7d13bbdc"
  "/navigation/9df14c7afad6410cb0e6a0a2a6b2c091"
  "/navigation/dfb10b82f9774dbfbfb6216560790837"
  "/navigation/9e89c10ed8884841a94c3cf2af9779fc"
  "/navigation/fd4364758e064a25b53d2cbde722f589"
  "/navigation/3408f8fa672b4600b6368411b0557031"
  "/navigation/72676f8b9757408e93d261938c8f509f"
  "/navigation/018fe3f137f575e882969dec9aa0a792"
  "/navigation/018f871d5ab07342afe9b09e40186eee"
  "/navigation/0e20abbcb8414049a36da59e1e724e66"
  "/navigation/a7dff32ee86f44d284f493c33c75955a"
  "/navigation/f5e859db1ab3462089b0481fc0ae74eb"
  "/navigation/7adf83f1be924e24893b3e3ba16a5bc8"
  "/navigation/6d6c6a4f39cf4691a30d2771225d1ca1"
  "/navigation/46279973be3a40b5b9115778cda25c5b"
  "/navigation/1ab8513bb1dc4286a38e56a76f407bc7"
  "/navigation/018f871e45dc7ed8ac57cb9c371c2092"
  "/navigation/018fe917b5207a8fbab2fb7cab5c61d0"
  "/navigation/018fe3f98aa670a2836ae4f2e6ccafac"
  "/navigation/44680a6dcd5a4d3bab548cbb125826cc"
  "/navigation/a4e7b673b87946469818c4a28ab3a16f"
  "/navigation/a220414b870740f9a3da8ed762775810"
  "/navigation/018fe3f645197dcda2a9e081147f2dd9"
  "/navigation/e28977a70a8c4dd484798d3646b62af5"
  "/navigation/926a4b6cfab9458599d609d7a2b09853"
  "/navigation/e4982f1154c24c98babae3568fc8603c"
  "/navigation/3a35011cea5e4ba4a19da436b2e0341b"
  "/navigation/fadeb1fade76439da69524d7ae21d8bc"
  "/navigation/018fe3f03e457ed7a6e723838709d6a8"
  "/navigation/3739fdab7a1b40d88de960803a142ca0"
  "/navigation/018f871f5e8e7b5f9e934481c673bf40"
  "/navigation/fbb5101f17784a328f69d034872c9d19"
  "/navigation/b05943e98bb0434f920a24caeda9ab07"
  "/navigation/018f87201a2e7b85bbf5b45917b08288"
  "/navigation/25d3cff59961408a8c02c8ed8245873a"
  "/navigation/018f8720e368785894112c131fbd0f31"
  "/navigation/018f8721d0b57b1aa4a6ccc922f2e8f4"
  "/navigation/018f87229ca277a9badf1c0430e2655e"
  "/navigation/056f9e298b074e02864d757008ff476d"
  "/navigation/5ff0c5de111d45c38f43d6a27974c809"
  "/navigation/d0958611e5c24e2491dba6c611fd1bbc"
  "/navigation/cd02b40a8a6f41499f7123ebbe272fe4"
  "/navigation/302709ed4ad24bd69d21594a01414f96"
  "/navigation/659d2eb76a2e4542806a4c062c18491b"
  "/navigation/34fe0d46232346bba0683062171c193d"
  "/navigation/d6c9a6103f4f4acd8380560ab62fedc4"
  "/navigation/e21e4837e34e445298e67f7e3820590f"
  "/navigation/0c8d5653dfd64e3fa88c9f8c32246968"
  "/navigation/68f6324b036a4e0ab8ea2fb10b3a5e73"
  "/navigation/bba8ca88c2e14f3f8bbd8693c1da3b2f"
  "/navigation/c52d26eafb664cffa41a05a95ebd2ccf"
  "/navigation/e8b58fda942a428dbe988323c81f9774"
  "/navigation/550488753df64a3ea18dce89e733097a"
  "/navigation/01966d49202773c688c01b5dff49028c"
  "/navigation/f5c5a20146f1405688146a20d052f819"
  "/navigation/018f872383a67f219cad6cc081ef1fd2"
  "/navigation/13e590db80c74464aaaa2c6ca0966fc4"
  "/navigation/23dc9bd86c0e4c65aec433e3d436cc2d"
  "/navigation/6a45f8cb89ca4c8489d66d14355f3e7e"
  "/navigation/018f872418b17732961b6a16855a8ad1"
  "/navigation/c9e647055bc8453b9d15150bd7f12210"
  "/navigation/930d4a063d674bc1bf7ce28fcc748b3f"
  "/navigation/547a7958847d45bc86df3a273efe6528"
  "/navigation/0ba99152f04649a58ef8f7a5cef28b4c"
  "/navigation/018e80a13dbf7c8ca2e9473b6e796855"
  "/navigation/018e80a153ac7221befb06351332118e"
  "/navigation/018e80a1660f7c27a146e9e53991f990"
  "/navigation/018e80a17a2a7d5588ddca72a71577f1"
  "/navigation/4ba66d12a123487b93fb9b5516aecb86"
  "/navigation/0a6c9349f7ed4b06a84e5cb954429a05"
  "/navigation/3fb4e3dc9678455ab54918fd6b8cdc79"
  "/navigation/432a0906efca45e7bfb6703221556cef"
  "/navigation/4f3fd4dd95f64310a6f3875d99971eee"
  "/navigation/d040608ecaed428da7290ad41b7db917"
  "/navigation/64a25f1825fc4a6b8d4be75308913a88"
  "/navigation/018e8078b121753ea246c8b8f090e641"
  "/navigation/018f4e95411f70898c428edd129a46cc"
  "/navigation/018f9f339445717e972d68c17d745dbd"
  "/navigation/257a5d3679534e4bbfa0d4de13f4756b"
  "/navigation/018f872613f7736eba9d3af28987d88b"
  "/navigation/018f8726daec726fbc077208e3220300"
  "/navigation/297d82027c3b4eb2bd8bee97d8f2f6f1"
  "/navigation/018fb9341783714cb2434a2a3c917e72"
  "/navigation/018fb93437f1796e92aa36e1ada6cc02"
  "/navigation/3ca638cfd61d474cab8fe06650891a07"
  "/navigation/018fb93456157c40a2575895d7b07b19"
  "/navigation/018fb93496dd78fe95b8cb3df2a6b774"
  "/navigation/018fb934ad37712393a489591b285478"
  "/navigation/018fb93489e8712fab60a3a9e22d7853"
  "/navigation/018fc365db6b7a8089a1bf83700e6305"
  "/navigation/7f944b82bbe24eb181c101245b457905"
  "/navigation/f2ee3e898b5d4a2e845510b2a2ab6540"
  "/navigation/396427618f744b0da682ac556e62a3b8"
  "/navigation/6e587cabd86f4a839a0a888156bf9bd0"
  "/navigation/62dda90b8b16427092a2f7a756ea08e9"
  "/navigation/96e2ff53acc6408e83129db3aab9839a"
  "/navigation/1bb96785f81c47eaa9031c092dc973c7"
  "/navigation/a4d18364053445139a225e05342504e0"
  "/detail/983189594aa643db8e05fc1f9e003029"
  "/detail/725b723e570e4679be45a8dc1c460fac"
  "/detail/01917fa9f19f7157b6e895db8a6bf805"
  "/detail/a9f9cc35be7ce1ef7ffb71e1c358bb1f"
  "/detail/9362c6f0e79e480f9cd21de49acfbd3d"
  "/detail/24163d4b9bc648eba7a228ecfded66ee"
  "/detail/7e00cbb2ffa24401ae7567c29470bfce"
  "/detail/092048bd752649d9bfc6098f08eef226"
  "/detail/ea30f46388984389aa6bebbfc2c27358"
  "/detail/cc11cff35279420aa31c30c4e1ed051a"
  "/detail/2f09755432b7c0775a54b7dab9b39128"
  "/detail/663b4ccaee0041608937dafe4ed0b83d"
  "/detail/b0d3c010a44e45d58949fa80a386c31b"
  "/detail/b503354284e648b388270671afe64125"
  "/detail/5b670f29f4bf4895a63c0892d4fda026"
  "/detail/15193637a8504cb3bc8c8dbefabd826d"
  "/detail/0471a42f4f5e4f9387331dd9f5cb4678"
  "/detail/6dbbb141c6f74355bc8bc843e088fcf1"
  "/detail/29c0d93588d041b696d3295962c9601d"
  "/detail/e3470167e96040a4b0e3461875e520e8"
  "/detail/e42c00a70df546d1ab38720d7e7c6766"
  "/detail/27bfe70af103d138a23bb126eb44bf18"
  "/detail/b632cc5637ae4cdab11aa86e130e0e3f"
  "/detail/91ede755089cc78fcf6c4823d8806d43"
  "/detail/a4f405fd95c94527a5d7cb59e59c4e56"
  "/detail/fc983907e65343dc8d135fedbc36c627"
  "/detail/f0fd5be91ea4438ab5e0ae6f80a848ff"
  "/detail/a2af55930d0b469f89b729fe4d494d66"
  "/detail/e70d7fe7755645028ff8f72f541296e8"
  "/detail/1ab7f18b20664e4994937758dd7cb539"
  "/detail/4abed00cf97643f39eafb9b519312260"
  "/detail/7699beebb4ca430c83e9bee3b7deddde"
  "/detail/962fd0113ced488b858e5ba711544b0e"
  "/detail/027d50d314014f0aaca27e1f8703984a"
  "/detail/98300825fc6a482fbf9e612fb65c10ee"
  "/detail/d49081a2423a4110913bc2943a22c621"
  "/detail/7c350a521d404c4bab938030f5814d22"
  "/detail/32cfefaffbc342debe99a1f869109ad5"
  "/detail/7edb69106516493383df14a321a82a4f"
  "/detail/2e3bd54c49f3466e9941ecc8fa8600fc"
  "/detail/a277a17443d3353838f334c26ee50ea5"
  "/detail/065575767faa4afe9f776a142a42020e"
  "/detail/60a108ead4bb4a378243a5459ca77a21"
  "/detail/e6badaf2565c4bd6b05a1bde340be884"
  "/detail/afa40b91b7164ee7934d02f906a5b7e7"
  "/detail/1bcac43baabb49548b85d9e29337841b"
  "/detail/be0285de370e4d6892226cd4334658d5"
  "/detail/ea894414cc654cdba9e9065f2cd2bf6c"
  "/navigation/29560bf318a44ad6ba8771662a0cc454"
  "/navigation/16299f54e03e4a548066aeb6ab3ab88e"
  "/navigation/27afc901ff884ed192da8051379e66ce"
  "/navigation/970658b3cbb74c73b869e617b203d80f"
  "/navigation/59a193cfbfb140bd84295b5b993c20df"
  "/navigation/687b40719e304c098c0a35edbd9bc508"
  "/navigation/05ed008099c64b18b4163957390cd455"
  "/navigation/bf17a18ba7aa4093871acea2bb2def22"
  "/navigation/cd6d9961b0564862b0f7913e41d4a68c"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"‘ùnjÔ±Fçµ¼¾A/a{º"
]
109 0.04 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"\x00\vk\ÊgFqµ\x1Fö\x12†%™“"
  b"\ÔÿØ\x1EÑGʪú\x03\vP█ºï"
  b"¾Ú»^1\x0FAe¦Xߤ\eÎ\x11¯"
  b"Á‘¼òñ;Cöœû7Ó³p]{"
  b"\x01ŽÈ¬ßsx\x1A£öÞ‹îqžú"
  b"\eû.Î>ÚKO‰'´¢\x17a2Æ"
  b"d\x16Â┤ÉÿIj╗·Ø\x13µu_û"
  b"░GƒkÙÅF¿âR▓\x0F`ݵ]"
]

Database Connections

Name Service
0 default

Entity Managers

There are no configured entity managers.

Second Level Cache

Second Level Cache is not enabled.