GET https://staging.ktm-sturm.de/detail/5ad0a75b35ea40b780720cf5b915396a

Query Metrics

106 Database Queries
96 Different statements
62.46 ms Query time

Queries

Group similar statements

# Time Info
1 1.04 ms
# dbal-plugin-loader
        SELECT
               `name`,
               `base_class` AS baseClass,
               IF(`active` = 1 AND `installed_at` IS NOT NULL, 1, 0) AS active,
               `path`,
               `version`,
               `autoload`,
               `managed_by_composer` AS managedByComposer,
               composer_name as composerName
        FROM `plugin`
        ORDER BY `installed_at`;
Parameters:
[]
2 0.25 ms
SET @@group_concat_max_len = CAST(IF(@@group_concat_max_len > 320000, @@group_concat_max_len, 320000) AS UNSIGNED);SET sql_mode=(SELECT REPLACE(@@sql_mode,'ONLY_FULL_GROUP_BY',''))
Parameters:
[]
3 0.46 ms
SELECT `key`, `value` FROM `app_config`
Parameters:
[]
4 0.22 ms
SELECT custom_entity.name, custom_entity.fields, custom_entity.flags
                FROM custom_entity
                    LEFT JOIN app ON app.id = custom_entity.app_id
                WHERE (custom_entity.app_id IS NULL OR app.active = 1) AND custom_entity.deleted_at IS NULL;
Parameters:
[]
5 0.48 ms
SELECT CONCAT(TRIM(TRAILING '/' FROM domain.url), '/') `key`, CONCAT(TRIM(TRAILING '/' FROM domain.url), '/') url, LOWER(HEX(domain.id)) id, LOWER(HEX(sales_channel.id)) salesChannelId, LOWER(HEX(sales_channel.type_id)) typeId, LOWER(HEX(domain.snippet_set_id)) snippetSetId, LOWER(HEX(domain.currency_id)) currencyId, LOWER(HEX(domain.language_id)) languageId, LOWER(HEX(theme.id)) themeId, sales_channel.maintenance maintenance, sales_channel.maintenance_ip_whitelist maintenanceIpWhitelist, snippet_set.iso as locale, theme.technical_name as themeName, parentTheme.technical_name as parentThemeName FROM sales_channel INNER JOIN sales_channel_domain domain ON domain.sales_channel_id = sales_channel.id LEFT JOIN theme_sales_channel theme_sales_channel ON sales_channel.id = theme_sales_channel.sales_channel_id INNER JOIN snippet_set snippet_set ON snippet_set.id = domain.snippet_set_id LEFT JOIN theme theme ON theme_sales_channel.theme_id = theme.id LEFT JOIN theme parentTheme ON theme.parent_theme_id = parentTheme.id WHERE (sales_channel.type_id = UNHEX(?)) AND (sales_channel.active)
Parameters:
[
  "8a243080f92e4c719546314b577cf82b"
]
6 0.35 ms
# seo-url::resolve
SELECT id, path_info pathInfo, is_canonical isCanonical, sales_channel_id salesChannelId FROM seo_url WHERE (language_id = ?) AND ((sales_channel_id = ? OR sales_channel_id IS NULL)) AND ((seo_path_info = ? OR seo_path_info = ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
  "Schraube/0025080256"
  "Schraube/0025080256/"
]
7 0.56 ms
SELECT configuration_key, configuration_value FROM system_config WHERE sales_channel_id IS NULL ORDER BY sales_channel_id ASC
Parameters:
[]
8 0.31 ms
SELECT `name`, `path`, `author`, `self_managed`
                FROM `app`
                WHERE `active` = 1
Parameters:
[]
9 0.32 ms
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = ?) AND (token = ?) LIMIT 1
Parameters:
[
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
  "gci5TGQ596OWoyCaQVUVHz8JDD47P9bI"
]
10 0.43 ms
# context-factory::base-context

        SELECT
          sales_channel.id as sales_channel_id,
          sales_channel.language_id as sales_channel_default_language_id,
          sales_channel.currency_id as sales_channel_currency_id,
          currency.factor as sales_channel_currency_factor,
          GROUP_CONCAT(LOWER(HEX(sales_channel_language.language_id))) as sales_channel_language_ids
        FROM sales_channel
            INNER JOIN currency
                ON sales_channel.currency_id = currency.id
            LEFT JOIN sales_channel_language
                ON sales_channel_language.sales_channel_id = sales_channel.id
        WHERE sales_channel.id = ?
        GROUP BY sales_channel.id, sales_channel.language_id, sales_channel.currency_id, currency.factor
Parameters:
[
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
]
11 0.51 ms
# base-context-factory::sales-channel::read
SELECT `sales_channel`.`id` as `sales_channel.id`, `sales_channel`.`type_id` as `sales_channel.typeId`, `sales_channel`.`language_id` as `sales_channel.languageId`, `sales_channel`.`customer_group_id` as `sales_channel.customerGroupId`, `sales_channel`.`currency_id` as `sales_channel.currencyId`, `sales_channel`.`payment_method_id` as `sales_channel.paymentMethodId`, `sales_channel`.`shipping_method_id` as `sales_channel.shippingMethodId`, `sales_channel`.`country_id` as `sales_channel.countryId`, `sales_channel`.`analytics_id` as `sales_channel.analyticsId`, `sales_channel`.`navigation_category_id` as `sales_channel.navigationCategoryId`, `sales_channel`.`navigation_category_version_id` as `sales_channel.navigationCategoryVersionId`, `sales_channel`.`navigation_category_depth` as `sales_channel.navigationCategoryDepth`, `sales_channel`.`footer_category_id` as `sales_channel.footerCategoryId`, `sales_channel`.`footer_category_version_id` as `sales_channel.footerCategoryVersionId`, `sales_channel`.`service_category_id` as `sales_channel.serviceCategoryId`, `sales_channel`.`service_category_version_id` as `sales_channel.serviceCategoryVersionId`, `sales_channel`.`mail_header_footer_id` as `sales_channel.mailHeaderFooterId`, `sales_channel`.`hreflang_default_domain_id` as `sales_channel.hreflangDefaultDomainId`, `sales_channel`.`short_name` as `sales_channel.shortName`, `sales_channel`.`tax_calculation_type` as `sales_channel.taxCalculationType`, `sales_channel`.`access_key` as `sales_channel.accessKey`, `sales_channel`.`configuration` as `sales_channel.configuration`, `sales_channel`.`active` as `sales_channel.active`, `sales_channel`.`hreflang_active` as `sales_channel.hreflangActive`, `sales_channel`.`maintenance` as `sales_channel.maintenance`, `sales_channel`.`maintenance_ip_whitelist` as `sales_channel.maintenanceIpWhitelist`, `sales_channel`.`payment_method_ids` as `sales_channel.paymentMethodIds`, `sales_channel`.`home_cms_page_id` as `sales_channel.homeCmsPageId`, `sales_channel`.`home_cms_page_version_id` as `sales_channel.homeCmsPageVersionId`, `sales_channel`.`created_at` as `sales_channel.createdAt`, `sales_channel`.`updated_at` as `sales_channel.updatedAt`, `sales_channel.currency`.`id` as `sales_channel.currency.id`, `sales_channel.currency`.`factor` as `sales_channel.currency.factor`, `sales_channel.currency`.`symbol` as `sales_channel.currency.symbol`, `sales_channel.currency`.`iso_code` as `sales_channel.currency.isoCode`, `sales_channel.currency`.`position` as `sales_channel.currency.position`, `sales_channel.currency`.`tax_free_from` as `sales_channel.currency.taxFreeFrom`, `sales_channel.currency`.`item_rounding` as `sales_channel.currency.itemRounding`, `sales_channel.currency`.`total_rounding` as `sales_channel.currency.totalRounding`, `sales_channel.currency`.`created_at` as `sales_channel.currency.createdAt`, `sales_channel.currency`.`updated_at` as `sales_channel.currency.updatedAt`, `sales_channel.currency.translation.shortName`, `sales_channel.currency.translation.shortName` as `sales_channel.currency.shortName`, `sales_channel.currency.translation.name`, `sales_channel.currency.translation.name` as `sales_channel.currency.name`, `sales_channel.currency.translation.customFields`, `sales_channel.currency.translation.customFields` as `sales_channel.currency.customFields`, `sales_channel.translation.name`, `sales_channel.translation.name` as `sales_channel.name`, `sales_channel.translation.homeSlotConfig`, `sales_channel.translation.homeSlotConfig` as `sales_channel.homeSlotConfig`, `sales_channel.translation.homeEnabled`, `sales_channel.translation.homeEnabled` as `sales_channel.homeEnabled`, `sales_channel.translation.homeName`, `sales_channel.translation.homeName` as `sales_channel.homeName`, `sales_channel.translation.homeMetaTitle`, `sales_channel.translation.homeMetaTitle` as `sales_channel.homeMetaTitle`, `sales_channel.translation.homeMetaDescription`, `sales_channel.translation.homeMetaDescription` as `sales_channel.homeMetaDescription`, `sales_channel.translation.homeKeywords`, `sales_channel.translation.homeKeywords` as `sales_channel.homeKeywords`, `sales_channel.translation.customFields`, `sales_channel.translation.customFields` as `sales_channel.customFields` FROM `sales_channel` LEFT JOIN `currency` `sales_channel.currency` ON `sales_channel`.`currency_id` = `sales_channel.currency`.`id` LEFT JOIN (SELECT `sales_channel.translation`.`sales_channel_id`, `sales_channel.translation`.`name` as `sales_channel.translation.name`, `sales_channel.translation`.`custom_fields` as `sales_channel.translation.customFields`, `sales_channel.translation`.`home_slot_config` as `sales_channel.translation.homeSlotConfig`, `sales_channel.translation`.`home_enabled` as `sales_channel.translation.homeEnabled`, `sales_channel.translation`.`home_name` as `sales_channel.translation.homeName`, `sales_channel.translation`.`home_meta_title` as `sales_channel.translation.homeMetaTitle`, `sales_channel.translation`.`home_meta_description` as `sales_channel.translation.homeMetaDescription`, `sales_channel.translation`.`home_keywords` as `sales_channel.translation.homeKeywords` FROM `sales_channel_translation` `sales_channel.translation` WHERE `sales_channel.translation`.`language_id` = ?) `sales_channel.sales_channel_translation` ON `sales_channel.sales_channel_translation`.`sales_channel_id` = `sales_channel`.`id` LEFT JOIN (SELECT `sales_channel.currency.translation`.`currency_id`, `sales_channel.currency.translation`.`short_name` as `sales_channel.currency.translation.shortName`, `sales_channel.currency.translation`.`name` as `sales_channel.currency.translation.name`, `sales_channel.currency.translation`.`custom_fields` as `sales_channel.currency.translation.customFields` FROM `currency_translation` `sales_channel.currency.translation` WHERE `sales_channel.currency.translation`.`language_id` = ?) `sales_channel.currency.currency_translation` ON `sales_channel.currency.currency_translation`.`currency_id` = `sales_channel.currency`.`id` WHERE `sales_channel`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
]
12 0.23 ms
# base-context-factory::sales-channel::association::domains::read
SELECT `sales_channel_domain`.`id` as `sales_channel_domain.id`, `sales_channel_domain`.`url` as `sales_channel_domain.url`, `sales_channel_domain`.`sales_channel_id` as `sales_channel_domain.salesChannelId`, `sales_channel_domain`.`language_id` as `sales_channel_domain.languageId`, `sales_channel_domain`.`currency_id` as `sales_channel_domain.currencyId`, `sales_channel_domain`.`snippet_set_id` as `sales_channel_domain.snippetSetId`, `sales_channel_domain`.`hreflang_use_only_locale` as `sales_channel_domain.hreflangUseOnlyLocale`, `sales_channel_domain`.`custom_fields` as `sales_channel_domain.customFields`, `sales_channel_domain`.`created_at` as `sales_channel_domain.createdAt`, `sales_channel_domain`.`updated_at` as `sales_channel_domain.updatedAt` FROM `sales_channel_domain` WHERE (`sales_channel_domain`.`sales_channel_id` IN (?))
Parameters:
[
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
]
13 0.24 ms
SELECT LOWER(HEX(`language.salesChannels.mapping`.`sales_channel_id`)) as `key`, GROUP_CONCAT(LOWER(HEX(`language.salesChannels.mapping`.`language_id`)) ) as `value` FROM `language` LEFT JOIN `sales_channel_language` `language.salesChannels.mapping` ON `language.salesChannels.mapping`.`language_id` = `language`.id WHERE ((`language`.`id` = ?)) AND (`language.salesChannels.mapping`.`sales_channel_id` IN (?)) GROUP BY `language.salesChannels.mapping`.`sales_channel_id`
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
]
14 0.37 ms
# base-context-factory::sales-channel::association::languages::read
SELECT `language`.`id` as `language.id`, `language`.`parent_id` as `language.parentId`, `language`.`locale_id` as `language.localeId`, `language`.`translation_code_id` as `language.translationCodeId`, `language`.`name` as `language.name`, `language`.`custom_fields` as `language.customFields`, `language`.`created_at` as `language.createdAt`, `language`.`updated_at` as `language.updatedAt`, `language.translationCode`.`id` as `language.translationCode.id`, `language.translationCode`.`code` as `language.translationCode.code`, `language.translationCode`.`created_at` as `language.translationCode.createdAt`, `language.translationCode`.`updated_at` as `language.translationCode.updatedAt`, `language.translationCode.translation.name`, `language.translationCode.translation.name` as `language.translationCode.name`, `language.translationCode.translation.territory`, `language.translationCode.translation.territory` as `language.translationCode.territory`, `language.translationCode.translation.customFields`, `language.translationCode.translation.customFields` as `language.translationCode.customFields`, `language.locale`.`id` as `language.locale.id`, `language.locale`.`code` as `language.locale.code`, `language.locale`.`created_at` as `language.locale.createdAt`, `language.locale`.`updated_at` as `language.locale.updatedAt`, `language.locale.translation.name`, `language.locale.translation.name` as `language.locale.name`, `language.locale.translation.territory`, `language.locale.translation.territory` as `language.locale.territory`, `language.locale.translation.customFields`, `language.locale.translation.customFields` as `language.locale.customFields` FROM `language` LEFT JOIN `locale` `language.translationCode` ON `language`.`translation_code_id` = `language.translationCode`.`id` LEFT JOIN `locale` `language.locale` ON `language`.`locale_id` = `language.locale`.`id` LEFT JOIN (SELECT `language.translationCode.translation`.`locale_id`, `language.translationCode.translation`.`name` as `language.translationCode.translation.name`, `language.translationCode.translation`.`territory` as `language.translationCode.translation.territory`, `language.translationCode.translation`.`custom_fields` as `language.translationCode.translation.customFields` FROM `locale_translation` `language.translationCode.translation` WHERE `language.translationCode.translation`.`language_id` = ?) `language.translationCode.locale_translation` ON `language.translationCode.locale_translation`.`locale_id` = `language.translationCode`.`id` LEFT JOIN (SELECT `language.locale.translation`.`locale_id`, `language.locale.translation`.`name` as `language.locale.translation.name`, `language.locale.translation`.`territory` as `language.locale.translation.territory`, `language.locale.translation`.`custom_fields` as `language.locale.translation.customFields` FROM `locale_translation` `language.locale.translation` WHERE `language.locale.translation`.`language_id` = ?) `language.locale.locale_translation` ON `language.locale.locale_translation`.`locale_id` = `language.locale`.`id` WHERE ((`language`.`id` = ?)) AND (`language`.`id` IN (?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
15 0.26 ms
# base-context-factory::currency::read
SELECT `currency`.`id` as `currency.id`, `currency`.`factor` as `currency.factor`, `currency`.`symbol` as `currency.symbol`, `currency`.`iso_code` as `currency.isoCode`, `currency`.`position` as `currency.position`, `currency`.`tax_free_from` as `currency.taxFreeFrom`, `currency`.`item_rounding` as `currency.itemRounding`, `currency`.`total_rounding` as `currency.totalRounding`, `currency`.`created_at` as `currency.createdAt`, `currency`.`updated_at` as `currency.updatedAt`, `currency.translation.shortName`, `currency.translation.shortName` as `currency.shortName`, `currency.translation.name`, `currency.translation.name` as `currency.name`, `currency.translation.customFields`, `currency.translation.customFields` as `currency.customFields` FROM `currency` LEFT JOIN (SELECT `currency.translation`.`currency_id`, `currency.translation`.`short_name` as `currency.translation.shortName`, `currency.translation`.`name` as `currency.translation.name`, `currency.translation`.`custom_fields` as `currency.translation.customFields` FROM `currency_translation` `currency.translation` WHERE `currency.translation`.`language_id` = ?) `currency.currency_translation` ON `currency.currency_translation`.`currency_id` = `currency`.`id` WHERE `currency`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"·ÒUK\fèGÍ‚ó¬›ÑÀßÊ"
]
16 0.30 ms
# base-context-factory::country::read
SELECT `country`.`id` as `country.id`, `country`.`iso` as `country.iso`, `country`.`position` as `country.position`, `country`.`active` as `country.active`, `country`.`shipping_available` as `country.shippingAvailable`, `country`.`iso3` as `country.iso3`, `country`.`display_state_in_registration` as `country.displayStateInRegistration`, `country`.`force_state_in_registration` as `country.forceStateInRegistration`, `country`.`check_vat_id_pattern` as `country.checkVatIdPattern`, `country`.`vat_id_required` as `country.vatIdRequired`, `country`.`vat_id_pattern` as `country.vatIdPattern`, `country`.`customer_tax` as `country.customerTax`, `country`.`company_tax` as `country.companyTax`, `country`.`postal_code_required` as `country.postalCodeRequired`, `country`.`check_postal_code_pattern` as `country.checkPostalCodePattern`, `country`.`check_advanced_postal_code_pattern` as `country.checkAdvancedPostalCodePattern`, `country`.`advanced_postal_code_pattern` as `country.advancedPostalCodePattern`, `country`.`default_postal_code_pattern` as `country.defaultPostalCodePattern`, `country`.`is_eu` as `country.isEu`, `country`.`created_at` as `country.createdAt`, `country`.`updated_at` as `country.updatedAt`, `country.translation.name`, `country.translation.name` as `country.name`, `country.translation.addressFormat`, `country.translation.addressFormat` as `country.addressFormat`, `country.translation.customFields`, `country.translation.customFields` as `country.customFields` FROM `country` LEFT JOIN (SELECT `country.translation`.`country_id`, `country.translation`.`name` as `country.translation.name`, `country.translation`.`custom_fields` as `country.translation.customFields`, `country.translation`.`address_format` as `country.translation.addressFormat` FROM `country_translation` `country.translation` WHERE `country.translation`.`language_id` = ?) `country.country_translation` ON `country.country_translation`.`country_id` = `country`.`id` WHERE `country`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"¡×[¶&ÙNc‡öº\x12—•+)"
]
17 0.28 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╚¢Í"
]
18 0.17 ms
# base-context-factory::taxes::read
SELECT `tax`.`id` as `tax.id`, `tax`.`tax_rate` as `tax.taxRate`, `tax`.`name` as `tax.name`, `tax`.`position` as `tax.position`, `tax`.`custom_fields` as `tax.customFields`, `tax`.`created_at` as `tax.createdAt`, `tax`.`updated_at` as `tax.updatedAt` FROM `tax`
Parameters:
[]
19 0.46 ms
# base-context-factory::taxes::association::rules::read
SELECT `tax_rule`.`id` as `tax_rule.id`, `tax_rule`.`tax_rule_type_id` as `tax_rule.taxRuleTypeId`, `tax_rule`.`country_id` as `tax_rule.countryId`, `tax_rule`.`tax_rate` as `tax_rule.taxRate`, `tax_rule`.`data` as `tax_rule.data`, `tax_rule`.`tax_id` as `tax_rule.taxId`, `tax_rule`.`active_from` as `tax_rule.activeFrom`, `tax_rule`.`created_at` as `tax_rule.createdAt`, `tax_rule`.`updated_at` as `tax_rule.updatedAt`, `tax_rule.type`.`id` as `tax_rule.type.id`, `tax_rule.type`.`technical_name` as `tax_rule.type.technicalName`, `tax_rule.type`.`position` as `tax_rule.type.position`, `tax_rule.type`.`created_at` as `tax_rule.type.createdAt`, `tax_rule.type`.`updated_at` as `tax_rule.type.updatedAt`, `tax_rule.type.translation.typeName`, `tax_rule.type.translation.typeName` as `tax_rule.type.typeName` FROM `tax_rule` LEFT JOIN `tax_rule_type` `tax_rule.type` ON `tax_rule`.`tax_rule_type_id` = `tax_rule.type`.`id` LEFT JOIN (SELECT `tax_rule.type.translation`.`tax_rule_type_id`, `tax_rule.type.translation`.`type_name` as `tax_rule.type.translation.typeName` FROM `tax_rule_type_translation` `tax_rule.type.translation` WHERE `tax_rule.type.translation`.`language_id` = ?) `tax_rule.type.tax_rule_type_translation` ON `tax_rule.type.tax_rule_type_translation`.`tax_rule_type_id` = `tax_rule.type`.`id` WHERE (`tax_rule`.`tax_id` IN (?, ?, ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"W(\x19¥ÅRNì§ù\x7F5†´*@"
  b"×ã`4ÛåIð‘7âù_\x1C\x01"
  b"÷ìlÙÏÄBgü─▀ÆÄg╚ï"
]
20 0.45 ms
# base-context-factory::payment-method::read
SELECT `payment_method`.`id` as `payment_method.id`, `payment_method`.`plugin_id` as `payment_method.pluginId`, `payment_method`.`handler_identifier` as `payment_method.handlerIdentifier`, `payment_method`.`position` as `payment_method.position`, `payment_method`.`active` as `payment_method.active`, `payment_method`.`after_order_enabled` as `payment_method.afterOrderEnabled`, `payment_method`.`availability_rule_id` as `payment_method.availabilityRuleId`, `payment_method`.`media_id` as `payment_method.mediaId`, `payment_method.appPaymentMethod`.`id` as `payment_method.appPaymentMethod.id`, `payment_method.appPaymentMethod`.`app_name` as `payment_method.appPaymentMethod.appName`, `payment_method.appPaymentMethod`.`identifier` as `payment_method.appPaymentMethod.identifier`, `payment_method.appPaymentMethod`.`pay_url` as `payment_method.appPaymentMethod.payUrl`, `payment_method.appPaymentMethod`.`finalize_url` as `payment_method.appPaymentMethod.finalizeUrl`, `payment_method.appPaymentMethod`.`validate_url` as `payment_method.appPaymentMethod.validateUrl`, `payment_method.appPaymentMethod`.`capture_url` as `payment_method.appPaymentMethod.captureUrl`, `payment_method.appPaymentMethod`.`refund_url` as `payment_method.appPaymentMethod.refundUrl`, `payment_method.appPaymentMethod`.`recurring_url` as `payment_method.appPaymentMethod.recurringUrl`, `payment_method.appPaymentMethod`.`app_id` as `payment_method.appPaymentMethod.appId`, `payment_method.appPaymentMethod`.`original_media_id` as `payment_method.appPaymentMethod.originalMediaId`, `payment_method.appPaymentMethod`.`payment_method_id` as `payment_method.appPaymentMethod.paymentMethodId`, `payment_method.appPaymentMethod`.`created_at` as `payment_method.appPaymentMethod.createdAt`, `payment_method.appPaymentMethod`.`updated_at` as `payment_method.appPaymentMethod.updatedAt`, `payment_method`.`technical_name` as `payment_method.technicalName`, `payment_method`.`created_at` as `payment_method.createdAt`, `payment_method`.`updated_at` as `payment_method.updatedAt`, `payment_method.media`.`id` as `payment_method.media.id`, `payment_method.media`.`user_id` as `payment_method.media.userId`, `payment_method.media`.`media_folder_id` as `payment_method.media.mediaFolderId`, `payment_method.media`.`mime_type` as `payment_method.media.mimeType`, `payment_method.media`.`file_extension` as `payment_method.media.fileExtension`, `payment_method.media`.`uploaded_at` as `payment_method.media.uploadedAt`, `payment_method.media`.`file_name` as `payment_method.media.fileName`, `payment_method.media`.`file_size` as `payment_method.media.fileSize`, `payment_method.media`.`media_type` as `payment_method.media.mediaTypeRaw`, `payment_method.media`.`meta_data` as `payment_method.media.metaData`, `payment_method.media`.`config` as `payment_method.media.config`, `payment_method.media`.`path` as `payment_method.media.path`, `payment_method.media`.`private` as `payment_method.media.private`, `payment_method.media`.`thumbnails_ro` as `payment_method.media.thumbnailsRo`, `payment_method.media`.`created_at` as `payment_method.media.createdAt`, `payment_method.media`.`updated_at` as `payment_method.media.updatedAt`, `payment_method.media.translation.title`, `payment_method.media.translation.title` as `payment_method.media.title`, `payment_method.media.translation.alt`, `payment_method.media.translation.alt` as `payment_method.media.alt`, `payment_method.media.translation.customFields`, `payment_method.media.translation.customFields` as `payment_method.media.customFields`, `payment_method.translation.name`, `payment_method.translation.name` as `payment_method.name`, `payment_method.translation.distinguishableName`, `payment_method.translation.distinguishableName` as `payment_method.distinguishableName`, `payment_method.translation.description`, `payment_method.translation.description` as `payment_method.description`, `payment_method.translation.customFields`, `payment_method.translation.customFields` as `payment_method.customFields` FROM `payment_method` LEFT JOIN `app_payment_method` `payment_method.appPaymentMethod` ON `payment_method`.`id` = `payment_method.appPaymentMethod`.`payment_method_id` LEFT JOIN `media` `payment_method.media` ON `payment_method`.`media_id` = `payment_method.media`.`id` LEFT JOIN (SELECT `payment_method.translation`.`payment_method_id`, `payment_method.translation`.`name` as `payment_method.translation.name`, `payment_method.translation`.`distinguishable_name` as `payment_method.translation.distinguishableName`, `payment_method.translation`.`description` as `payment_method.translation.description`, `payment_method.translation`.`custom_fields` as `payment_method.translation.customFields` FROM `payment_method_translation` `payment_method.translation` WHERE `payment_method.translation`.`language_id` = ?) `payment_method.payment_method_translation` ON `payment_method.payment_method_translation`.`payment_method_id` = `payment_method`.`id` LEFT JOIN (SELECT `payment_method.media.translation`.`media_id`, `payment_method.media.translation`.`alt` as `payment_method.media.translation.alt`, `payment_method.media.translation`.`title` as `payment_method.media.translation.title`, `payment_method.media.translation`.`custom_fields` as `payment_method.media.translation.customFields` FROM `media_translation` `payment_method.media.translation` WHERE `payment_method.media.translation`.`language_id` = ?) `payment_method.media.media_translation` ON `payment_method.media.media_translation`.`media_id` = `payment_method.media`.`id` WHERE `payment_method`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"p\x7F´/rJEGá$Ø\x18\eFy▀"
]
21 0.53 ms
# base-context-factory::shipping-method::read
SELECT `shipping_method`.`id` as `shipping_method.id`, `shipping_method`.`active` as `shipping_method.active`, `shipping_method`.`position` as `shipping_method.position`, `shipping_method`.`availability_rule_id` as `shipping_method.availabilityRuleId`, `shipping_method`.`media_id` as `shipping_method.mediaId`, `shipping_method`.`delivery_time_id` as `shipping_method.deliveryTimeId`, `shipping_method`.`tax_type` as `shipping_method.taxType`, `shipping_method`.`tax_id` as `shipping_method.taxId`, `shipping_method.deliveryTime`.`id` as `shipping_method.deliveryTime.id`, `shipping_method.deliveryTime`.`min` as `shipping_method.deliveryTime.min`, `shipping_method.deliveryTime`.`max` as `shipping_method.deliveryTime.max`, `shipping_method.deliveryTime`.`unit` as `shipping_method.deliveryTime.unit`, `shipping_method.deliveryTime`.`created_at` as `shipping_method.deliveryTime.createdAt`, `shipping_method.deliveryTime`.`updated_at` as `shipping_method.deliveryTime.updatedAt`, `shipping_method.deliveryTime.translation.name`, `shipping_method.deliveryTime.translation.name` as `shipping_method.deliveryTime.name`, `shipping_method.deliveryTime.translation.customFields`, `shipping_method.deliveryTime.translation.customFields` as `shipping_method.deliveryTime.customFields`, `shipping_method.appShippingMethod`.`id` as `shipping_method.appShippingMethod.id`, `shipping_method.appShippingMethod`.`app_name` as `shipping_method.appShippingMethod.appName`, `shipping_method.appShippingMethod`.`identifier` as `shipping_method.appShippingMethod.identifier`, `shipping_method.appShippingMethod`.`app_id` as `shipping_method.appShippingMethod.appId`, `shipping_method.appShippingMethod`.`shipping_method_id` as `shipping_method.appShippingMethod.shippingMethodId`, `shipping_method.appShippingMethod`.`original_media_id` as `shipping_method.appShippingMethod.originalMediaId`, `shipping_method.appShippingMethod`.`created_at` as `shipping_method.appShippingMethod.createdAt`, `shipping_method.appShippingMethod`.`updated_at` as `shipping_method.appShippingMethod.updatedAt`, `shipping_method`.`technical_name` as `shipping_method.technicalName`, `shipping_method`.`created_at` as `shipping_method.createdAt`, `shipping_method`.`updated_at` as `shipping_method.updatedAt`, `shipping_method.media`.`id` as `shipping_method.media.id`, `shipping_method.media`.`user_id` as `shipping_method.media.userId`, `shipping_method.media`.`media_folder_id` as `shipping_method.media.mediaFolderId`, `shipping_method.media`.`mime_type` as `shipping_method.media.mimeType`, `shipping_method.media`.`file_extension` as `shipping_method.media.fileExtension`, `shipping_method.media`.`uploaded_at` as `shipping_method.media.uploadedAt`, `shipping_method.media`.`file_name` as `shipping_method.media.fileName`, `shipping_method.media`.`file_size` as `shipping_method.media.fileSize`, `shipping_method.media`.`media_type` as `shipping_method.media.mediaTypeRaw`, `shipping_method.media`.`meta_data` as `shipping_method.media.metaData`, `shipping_method.media`.`config` as `shipping_method.media.config`, `shipping_method.media`.`path` as `shipping_method.media.path`, `shipping_method.media`.`private` as `shipping_method.media.private`, `shipping_method.media`.`thumbnails_ro` as `shipping_method.media.thumbnailsRo`, `shipping_method.media`.`created_at` as `shipping_method.media.createdAt`, `shipping_method.media`.`updated_at` as `shipping_method.media.updatedAt`, `shipping_method.media.translation.title`, `shipping_method.media.translation.title` as `shipping_method.media.title`, `shipping_method.media.translation.alt`, `shipping_method.media.translation.alt` as `shipping_method.media.alt`, `shipping_method.media.translation.customFields`, `shipping_method.media.translation.customFields` as `shipping_method.media.customFields`, `shipping_method.translation.name`, `shipping_method.translation.name` as `shipping_method.name`, `shipping_method.translation.description`, `shipping_method.translation.description` as `shipping_method.description`, `shipping_method.translation.trackingUrl`, `shipping_method.translation.trackingUrl` as `shipping_method.trackingUrl`, `shipping_method.translation.customFields`, `shipping_method.translation.customFields` as `shipping_method.customFields` FROM `shipping_method` LEFT JOIN `delivery_time` `shipping_method.deliveryTime` ON `shipping_method`.`delivery_time_id` = `shipping_method.deliveryTime`.`id` LEFT JOIN `app_shipping_method` `shipping_method.appShippingMethod` ON `shipping_method`.`id` = `shipping_method.appShippingMethod`.`shipping_method_id` LEFT JOIN `media` `shipping_method.media` ON `shipping_method`.`media_id` = `shipping_method.media`.`id` LEFT JOIN (SELECT `shipping_method.translation`.`shipping_method_id`, `shipping_method.translation`.`name` as `shipping_method.translation.name`, `shipping_method.translation`.`custom_fields` as `shipping_method.translation.customFields`, `shipping_method.translation`.`description` as `shipping_method.translation.description`, `shipping_method.translation`.`tracking_url` as `shipping_method.translation.trackingUrl` FROM `shipping_method_translation` `shipping_method.translation` WHERE `shipping_method.translation`.`language_id` = ?) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation`.`shipping_method_id` = `shipping_method`.`id` LEFT JOIN (SELECT `shipping_method.deliveryTime.translation`.`delivery_time_id`, `shipping_method.deliveryTime.translation`.`name` as `shipping_method.deliveryTime.translation.name`, `shipping_method.deliveryTime.translation`.`custom_fields` as `shipping_method.deliveryTime.translation.customFields` FROM `delivery_time_translation` `shipping_method.deliveryTime.translation` WHERE `shipping_method.deliveryTime.translation`.`language_id` = ?) `shipping_method.deliveryTime.delivery_time_translation` ON `shipping_method.deliveryTime.delivery_time_translation`.`delivery_time_id` = `shipping_method.deliveryTime`.`id` LEFT JOIN (SELECT `shipping_method.media.translation`.`media_id`, `shipping_method.media.translation`.`alt` as `shipping_method.media.translation.alt`, `shipping_method.media.translation`.`title` as `shipping_method.media.translation.title`, `shipping_method.media.translation`.`custom_fields` as `shipping_method.media.translation.customFields` FROM `media_translation` `shipping_method.media.translation` WHERE `shipping_method.media.translation`.`language_id` = ?) `shipping_method.media.media_translation` ON `shipping_method.media.media_translation`.`media_id` = `shipping_method.media`.`id` WHERE `shipping_method`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"'´º•ò­HÁ­H°ð·^ÇY"
]
22 0.20 ms
# base-context-factory::cash-rounding::search-ids
SELECT `currency_country_rounding`.`id` FROM `currency_country_rounding` WHERE (`currency_country_rounding`.`currency_id` = ? AND `currency_country_rounding`.`country_id` = ?) LIMIT 1
Parameters:
[
  b"·ÒUK\fèGÍ‚ó¬›ÑÀßÊ"
  b"¡×[¶&ÙNc‡öº\x12—•+)"
]
23 0.18 ms
#cart-persister::load
            SELECT `cart`.`payload`, `cart`.`rule_ids`, `cart`.`compressed` FROM cart WHERE `token` = ?
Parameters:
[
  "gci5TGQ596OWoyCaQVUVHz8JDD47P9bI"
]
24 0.24 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
]
25 0.42 ms
# cart-rule-loader::load-rules::read
SELECT `rule`.`id` as `rule.id`, `rule`.`name` as `rule.name`, `rule`.`priority` as `rule.priority`, `rule`.`description` as `rule.description`, `rule`.`payload` as `rule.payload`, `rule`.`invalid` as `rule.invalid`, `rule`.`areas` as `rule.areas`, `rule`.`custom_fields` as `rule.customFields`, `rule`.`module_types` as `rule.moduleTypes`, `rule`.`created_at` as `rule.createdAt`, `rule`.`updated_at` as `rule.updatedAt` FROM `rule` WHERE `rule`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  b"\x069ÎΈ\x1FEùƒØà€•¨\fz"
  b"†;orw>Jj²»Úï\x06бQ"
  b"øÆQ{o*MÚ¹œVu“2!,"
  b"\x01˜§RqMx!†F\x14â\x7F‚Õ®"
  b"\x16\x11Õ\x12J^É\x04\x15\x1Fù\x1E┘5"
  b"\x17\Ò7V\x1AO~„PŒM9ö‰î"
  b""\x15ÿ;4üBÉàãÛÔ\rÂ\x16<"
  b""¶±\vopA\x1D–zM®ì—we"
  b"dꙦvÎK˜¿½Dh\x04\x00µ!"
  b"nœ¯å[\x1D@o£Ô\x1C\eÚûÇs"
  b"‡¯—zš1@𮡹fî÷²4"
  b"ïïY¯w"C\x1Aíd░rýÀ\x15É"
  b"¦5?²¶ÂM(¡@\x0EµZÊŽE"
  b"¼Ú¦ïTõO?’y\t\r~¥ôŽ"
  b"┌kÀpëÂAU¢¤»█tüu+"
  b"8X•p\x16dMä®HÀP\vóÌÈ"
  b"JxKq\x15éM\x0Fµq.¡Ñ\x1E‰Ï"
  b"K‡Øl1ÄL\x03®Îy¥±HÃ_"
  b"_þz\x06e¹@-¾Ç:d\t\x12d,"
  b"“ª'KùøMN–ÎQ\r\x03¤"
  b"¦.\x1Fj\x1A\vE\x19¯@\ebp£qI"
  b"│ì╔╝¶c@\eî╦²4É\rÎó"
  b"ß7ìÀÇèGÅæ×\rt\r]l\x1A"
  b"ýÌ┬ã&ØNÔí7¹Å¶_äÒ"
  b"»l™órþEj‰ŒgÏ¡Dåh"
  b"f`uS+àOuž=ƒµlCáY"
  b"º«\x1E\x1C■╝D(ìÕ╚S│ãd┴"
  b"<\x04À–õÌBïš-<¸íì\x10)"
  b"""
    <õA6žmJ/§\n
    ¨hzeü-
    """
  b"Íþ»\x00\x03<Aà’¢©\x00¹bqp"
  b"(Ê®u¥bO\r˜Z½\x0E³*¡`"
  b"""
    .örVh\n
    Mкƒ¢\x11\x16¤zû
    """
  b"ViÞý\x03ÎM†¥\x18 \rÿ¸þ*"
  b"`Z­èœHF/‰\t»\x01ŽóÚ­"
  b"e–Ö"\x19fK%ŸÊ-ª}è1æ"
  b"iÒ-À±\x07L\x08™¥\tj’ÙÔH"
  b"w(öc2\x15Aü▒╠Õ╔ß─+Q"
  b"z3\x13˜K«DÎŽ“ø¾Á©->"
  b"„é\eóÛÌAÈ·ôÉÂóŠS¤"
  b"ˆ>'ZTÊM"‡\x11n,j¯\x03\n"
  b"Šiaz\x02ìO\x15\er¨äa¡\f"
  b"«ÈÜ<®ºE࿵*y¯[Wr"
  b"­’[˺>Jè“Ä¢\x03ü8=¸"
  b"¼†\x15æœ;IÁ¯Æq480Êî"
  b"ûð\x13­·AsØ.pX\x07õeÊ"
  b"Ê*\v3.ÅM▓║ÙÞÊÞe\ý"
  b"Ê:+\x1Cá¿Cl©╣þHRQØe"
  b"ä,gl“±LŸª\x0FžÃíÝ›î"
  b"äNg‚ÆBG·–¸‘Ï%®8÷"
]
26 0.19 ms
# app-scripts::refresh::search-ids
SELECT `app`.`id` FROM `app` WHERE (`app`.`active` = ? AND `app`.`self_managed` = ?)
Parameters:
[
  true
  false
]
27 0.36 ms
SELECT `app`.`id` as `app.id`, `app`.`name` as `app.name`, `app`.`path` as `app.path`, `app`.`author` as `app.author`, `app`.`copyright` as `app.copyright`, `app`.`license` as `app.license`, `app`.`active` as `app.active`, `app`.`configurable` as `app.configurable`, `app`.`privacy` as `app.privacy`, `app`.`version` as `app.version`, `app`.`icon` as `app.iconRaw`, `app`.`app_secret` as `app.appSecret`, `app`.`modules` as `app.modules`, `app`.`main_module` as `app.mainModule`, `app`.`cookies` as `app.cookies`, `app`.`allow_disable` as `app.allowDisable`, `app`.`base_app_url` as `app.baseAppUrl`, `app`.`allowed_hosts` as `app.allowedHosts`, `app`.`template_load_priority` as `app.templateLoadPriority`, `app`.`checkout_gateway_url` as `app.checkoutGatewayUrl`, `app`.`in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl`, `app`.`source_type` as `app.sourceType`, `app`.`source_config` as `app.sourceConfig`, `app`.`self_managed` as `app.selfManaged`, `app`.`integration_id` as `app.integrationId`, `app.integration`.`id` as `app.integration.id`, `app.integration`.`label` as `app.integration.label`, `app.integration`.`access_key` as `app.integration.accessKey`, `app.integration`.`secret_access_key` as `app.integration.secretAccessKey`, `app.integration`.`last_usage_at` as `app.integration.lastUsageAt`, `app.integration`.`admin` as `app.integration.admin`, `app.integration`.`custom_fields` as `app.integration.customFields`, `app.integration`.`deleted_at` as `app.integration.deletedAt`, `app.integration`.`created_at` as `app.integration.createdAt`, `app.integration`.`updated_at` as `app.integration.updatedAt`, `app`.`acl_role_id` as `app.aclRoleId`, `app.aclRole`.`id` as `app.aclRole.id`, `app.aclRole`.`name` as `app.aclRole.name`, `app.aclRole`.`description` as `app.aclRole.description`, `app.aclRole`.`privileges` as `app.aclRole.privileges`, `app.aclRole`.`deleted_at` as `app.aclRole.deletedAt`, `app.aclRole`.`created_at` as `app.aclRole.createdAt`, `app.aclRole`.`updated_at` as `app.aclRole.updatedAt`, `app`.`created_at` as `app.createdAt`, `app`.`updated_at` as `app.updatedAt`, `app.translation.label`, `app.translation.label` as `app.label`, `app.translation.description`, `app.translation.description` as `app.description`, `app.translation.privacyPolicyExtensions`, `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions`, `app.translation.customFields`, `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app`.`integration_id` = `app.integration`.`id` LEFT JOIN `acl_role` `app.aclRole` ON `app`.`acl_role_id` = `app.aclRole`.`id` LEFT JOIN (SELECT `app.translation`.`app_id`, `app.translation`.`label` as `app.translation.label`, `app.translation`.`description` as `app.translation.description`, `app.translation`.`privacy_policy_extensions` as `app.translation.privacyPolicyExtensions`, `app.translation`.`custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation`.`language_id` = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` WHERE `app`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01˜Ð \x06[p»¹á\f-¦²*C"
]
28 0.17 ms
SELECT `script`.`id` as `script.id`, `script`.`script` as `script.script`, `script`.`hook` as `script.hook`, `script`.`name` as `script.name`, `script`.`active` as `script.active`, `script`.`app_id` as `script.appId`, `script`.`created_at` as `script.createdAt`, `script`.`updated_at` as `script.updatedAt` FROM `script` WHERE (`script`.`app_id` IN (?))
Parameters:
[
  b"\x01˜Ð \x06[p»¹á\f-¦²*C"
]
29 0.34 ms
SELECT `app`.`id` as `app.id`, `app`.`name` as `app.name`, `app`.`path` as `app.path`, `app`.`author` as `app.author`, `app`.`copyright` as `app.copyright`, `app`.`license` as `app.license`, `app`.`active` as `app.active`, `app`.`configurable` as `app.configurable`, `app`.`privacy` as `app.privacy`, `app`.`version` as `app.version`, `app`.`icon` as `app.iconRaw`, `app`.`app_secret` as `app.appSecret`, `app`.`modules` as `app.modules`, `app`.`main_module` as `app.mainModule`, `app`.`cookies` as `app.cookies`, `app`.`allow_disable` as `app.allowDisable`, `app`.`base_app_url` as `app.baseAppUrl`, `app`.`allowed_hosts` as `app.allowedHosts`, `app`.`template_load_priority` as `app.templateLoadPriority`, `app`.`checkout_gateway_url` as `app.checkoutGatewayUrl`, `app`.`in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl`, `app`.`source_type` as `app.sourceType`, `app`.`source_config` as `app.sourceConfig`, `app`.`self_managed` as `app.selfManaged`, `app`.`integration_id` as `app.integrationId`, `app.integration`.`id` as `app.integration.id`, `app.integration`.`label` as `app.integration.label`, `app.integration`.`access_key` as `app.integration.accessKey`, `app.integration`.`secret_access_key` as `app.integration.secretAccessKey`, `app.integration`.`last_usage_at` as `app.integration.lastUsageAt`, `app.integration`.`admin` as `app.integration.admin`, `app.integration`.`custom_fields` as `app.integration.customFields`, `app.integration`.`deleted_at` as `app.integration.deletedAt`, `app.integration`.`created_at` as `app.integration.createdAt`, `app.integration`.`updated_at` as `app.integration.updatedAt`, `app`.`acl_role_id` as `app.aclRoleId`, `app.aclRole`.`id` as `app.aclRole.id`, `app.aclRole`.`name` as `app.aclRole.name`, `app.aclRole`.`description` as `app.aclRole.description`, `app.aclRole`.`privileges` as `app.aclRole.privileges`, `app.aclRole`.`deleted_at` as `app.aclRole.deletedAt`, `app.aclRole`.`created_at` as `app.aclRole.createdAt`, `app.aclRole`.`updated_at` as `app.aclRole.updatedAt`, `app`.`created_at` as `app.createdAt`, `app`.`updated_at` as `app.updatedAt`, `app.translation.label`, `app.translation.label` as `app.label`, `app.translation.description`, `app.translation.description` as `app.description`, `app.translation.privacyPolicyExtensions`, `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions`, `app.translation.customFields`, `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app`.`integration_id` = `app.integration`.`id` LEFT JOIN `acl_role` `app.aclRole` ON `app`.`acl_role_id` = `app.aclRole`.`id` LEFT JOIN (SELECT `app.translation`.`app_id`, `app.translation`.`label` as `app.translation.label`, `app.translation`.`description` as `app.translation.description`, `app.translation`.`privacy_policy_extensions` as `app.translation.privacyPolicyExtensions`, `app.translation`.`custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation`.`language_id` = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` WHERE `app`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01˜Ð %Ærº¢¼DWR«3~"
]
30 0.17 ms
SELECT `script`.`id` as `script.id`, `script`.`script` as `script.script`, `script`.`hook` as `script.hook`, `script`.`name` as `script.name`, `script`.`active` as `script.active`, `script`.`app_id` as `script.appId`, `script`.`created_at` as `script.createdAt`, `script`.`updated_at` as `script.updatedAt` FROM `script` WHERE (`script`.`app_id` IN (?))
Parameters:
[
  b"\x01˜Ð %Ærº¢¼DWR«3~"
]
31 0.31 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:
[]
32 0.20 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:
[]
33 0.15 ms
SELECT `sales_channel_country`.`sales_channel_id`, `sales_channel_country`.`country_id` FROM `sales_channel_country` WHERE (`sales_channel_country`.`sales_channel_id` = ? AND `sales_channel_country`.`country_id` = ?)
Parameters:
[
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
  b"¡×[¶&ÙNc‡öº\x12—•+)"
]
34 0.69 ms
SELECT configuration_key, configuration_value FROM system_config WHERE sales_channel_id = ? OR system_config.sales_channel_id IS NULL ORDER BY sales_channel_id ASC
Parameters:
[
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
]
35 0.27 ms
# product-detail-route::check-variant-listing-config
            SELECT
                variant_listing_config as variantListingConfig,
                parent_id as parentId
            FROM product
            WHERE id = ?
            AND version_id = ?
Parameters:
[
  b"ZЧ[5ê@·€r\fõ¹\x159j"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
]
36 0.47 ms
# product-detail-route::find-best-variant::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`.`parent_id` = ? AND ((`product.visibilities`.`visibility` >= ?) AND `product.visibilities`.`sales_channel_id` = ? AND IFNULL(`product`.`active`, `product.parent`.`active`) = ?))) ORDER BY `product`.`available` DESC, IFNULL((ROUND((ROUND(CAST((COALESCE((JSON_UNQUOTE(JSON_EXTRACT(`product`.`price`, "$.cb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) + 0.0))) as DECIMAL(30, 20)), 2)) * 100, 0) / 100), (ROUND((ROUND(CAST((COALESCE((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`price`, "$.cb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) + 0.0))) as DECIMAL(30, 20)), 2)) * 100, 0) / 100)) ASC LIMIT 1
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"ZЧ[5ê@·€r\fõ¹\x159j"
  10
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
  true
]
37 0.32 ms
# product-detail-route::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 NOT (IFNULL(`product`.`is_closeout`, `product.parent`.`is_closeout`) <=> ? AND `product`.`available` <=> ? AND `product`.`parent_id` <=> ?))) AND (`product`.`id` IN (?)) GROUP BY `product`.`id`
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  10
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
  true
  true
  false
  null
  b"ZЧ[5ê@·€r\fõ¹\x159j"
]
38 2.53 ms
# product-detail-route::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.media`.`id` as `product.manufacturer.media.id`, `product.manufacturer.media`.`user_id` as `product.manufacturer.media.userId`, `product.manufacturer.media`.`media_folder_id` as `product.manufacturer.media.mediaFolderId`, `product.manufacturer.media`.`mime_type` as `product.manufacturer.media.mimeType`, `product.manufacturer.media`.`file_extension` as `product.manufacturer.media.fileExtension`, `product.manufacturer.media`.`uploaded_at` as `product.manufacturer.media.uploadedAt`, `product.manufacturer.media`.`file_name` as `product.manufacturer.media.fileName`, `product.manufacturer.media`.`file_size` as `product.manufacturer.media.fileSize`, `product.manufacturer.media`.`media_type` as `product.manufacturer.media.mediaTypeRaw`, `product.manufacturer.media`.`meta_data` as `product.manufacturer.media.metaData`, `product.manufacturer.media`.`config` as `product.manufacturer.media.config`, `product.manufacturer.media`.`path` as `product.manufacturer.media.path`, `product.manufacturer.media`.`private` as `product.manufacturer.media.private`, `product.manufacturer.media`.`thumbnails_ro` as `product.manufacturer.media.thumbnailsRo`, `product.manufacturer.media`.`created_at` as `product.manufacturer.media.createdAt`, `product.manufacturer.media`.`updated_at` as `product.manufacturer.media.updatedAt`, `product.manufacturer.media.translation.title`, `product.manufacturer.media.translation.title` as `product.manufacturer.media.title`, `product.manufacturer.media.translation.alt`, `product.manufacturer.media.translation.alt` as `product.manufacturer.media.alt`, `product.manufacturer.media.translation.customFields`, `product.manufacturer.media.translation.customFields` as `product.manufacturer.media.customFields`, `product.manufacturer.translation.name`, `product.manufacturer.translation.name` as `product.manufacturer.name`, `product.manufacturer.translation.description`, `product.manufacturer.translation.description` as `product.manufacturer.description`, `product.manufacturer.translation.customFields`, `product.manufacturer.translation.customFields` as `product.manufacturer.customFields`, (SELECT GROUP_CONCAT(HEX(`product.options.mapping`.`property_group_option_id`) SEPARATOR '||')
                  FROM `product_option` `product.options.mapping`
                  WHERE `product.options.mapping`.`product_id` = `product`.`id` ) as `product.options.id_mapping`, (SELECT GROUP_CONCAT(HEX(`product.properties.mapping`.`property_group_option_id`) SEPARATOR '||')
                  FROM `product_property` `product.properties.mapping`
                  WHERE `product.properties.mapping`.`product_id` = `product`.`properties` ) as `product.properties.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 `media` `product.manufacturer.media` ON `product.manufacturer`.`media_id` = `product.manufacturer.media`.`id` LEFT JOIN (SELECT `product.manufacturer.translation`.`product_manufacturer_id`, `product.manufacturer.translation`.`product_manufacturer_version_id`, `product.manufacturer.translation`.`name` as `product.manufacturer.translation.name`, `product.manufacturer.translation`.`description` as `product.manufacturer.translation.description`, `product.manufacturer.translation`.`custom_fields` as `product.manufacturer.translation.customFields` FROM `product_manufacturer_translation` `product.manufacturer.translation` WHERE `product.manufacturer.translation`.`language_id` = ?) `product.manufacturer.product_manufacturer_translation` ON `product.manufacturer.product_manufacturer_translation`.`product_manufacturer_id` = `product.manufacturer`.`id` AND `product.manufacturer.product_manufacturer_translation`.`product_manufacturer_version_id` = `product.manufacturer`.`version_id` LEFT JOIN (SELECT `product.manufacturer.media.translation`.`media_id`, `product.manufacturer.media.translation`.`alt` as `product.manufacturer.media.translation.alt`, `product.manufacturer.media.translation`.`title` as `product.manufacturer.media.translation.title`, `product.manufacturer.media.translation`.`custom_fields` as `product.manufacturer.media.translation.customFields` FROM `media_translation` `product.manufacturer.media.translation` WHERE `product.manufacturer.media.translation`.`language_id` = ?) `product.manufacturer.media.media_translation` ON `product.manufacturer.media.media_translation`.`media_id` = `product.manufacturer.media`.`id` 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"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"ZЧ[5ê@·€r\fõ¹\x159j"
]
39 0.21 ms
SELECT `name`, `type` FROM `custom_field` WHERE `active` = 1
Parameters:
[]
40 11.83 ms
# product-detail-route::association::properties::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.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 (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` WHERE `property_group_option`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x00\f«.åéM×¼)\x14ÿæS+ˆ"
  b"\x00\x0ExIGFAŸ“áÅçV‹(©"
  b"\x00\x18\e‰wH@\x18¹$e\n©¬T\r"
  b"\x00Lk|̆Hžµ\x12\x18Y‰í“Ì"
  b"\x00ÊèB\x08ÎNFއô©’uQ²"
  b"\x00æÑ%¨\x16DE­ž%`\x17ÝþH"
  b"\x01‘uغ/J4¼Å8G;éww"
  b"\x01¶Õ‡dmM‘¸©Eè\x10n§V"
  b"\x01´▓¯$\x10CJ¡ÿü¶\x160`½"
  b"\x02(ëÝòŽL»‡\x7F|Ø—8²x"
  b"\x02<ߙڷI\x16Ž‘ÙF\x7Fßg¯"
  b"\x02Ít\x11@xFñ┐,2├\x01+Åì"
  b"\x02þÇú×AJU´¼‚‘\x01ÿé“"
  b"\x03VÉ·zæIt¥\x16ŠeÒã7@"
  b"\x03}µ+¤;HA¡Ë§mýJAœ"
  b"\x03ÁJþ¶┌EB¿┐Á7ü¡:ñ"
  b"\x03î\frS!N¬“cLa103¡"
  b"\x03ùÕƒŒ²CÕªbYŸ`šGP"
  b"\x04\x12¦gA€—*&k-\x1A\fÔ"
  b"\x04©sÂÈmB¤¨?\x15“\x08|^"
  b"\x04ׂ\x01ùoKMŒ©¨…^±ñÛ"
  b"\x04ä*â÷ŠGÜ„°ï†¦‘£]"
  b"\x05\x05é'ÑJ{“oe\x19\æ!–"
  b"\x05╬ü·µ¸N\x1F░-¿ë\x04\x1C"
  b"\x05Ø3O\x15‡DO–U2¿HA\vÊ"
  b"\x06'˜ÜÁ\OÖ¢(j“\x1AöÔx"
  b"\x06>\x142"¾C2œ'( IÖ¡Ê"
  b"\x06„6im\x0EMÒƒ\x1C”ŒÊ;-\x13"
  b"\x06ÎV +ëA½ˆõÖ|\x00;.]"
  b"\x07\x18¹á\x1A\x7FOµìErÌ©¹È¢"
  b"\x07.═¼%PEúª;ñ┘À¿Å""
  b"\x07YiœT©C!«è¡Ç,J\x02\x16"
  b"\x07mÛx^ÛM\v‰¸\x13³~.¶±"
  b"\x07r5)À™Fˆ–¾©9¶$\x7F"
  b"\x07œý:ÇÆK1¶[$äü³t§"
  b"\x08\x0FÌ¥ž¢Aë­\x14çåùB "
  b"\x08 ÔY¼\tNwŠdÌ@–0çj"
  b"\x080„WåûF\x18‡øa;\x02«08"
  b"\x08bÈ7Òì@‰¯ëXƒ±–Óÿ"
  b"\x08z\x17·VîCYˆcN­Á\x1C"
  b"\x08Ùª\x13"¸NÅü¤Å─ï)ëf"
  b"\t\x1CKF7©O#¶å©ïÁÀ–4"
  b"\tDp=;▀O,ÅãÔn]Y³n"
  b"\tü½ÜÀ\x06OP½u╬╦\fÉ\x1DÇ"
  b"\tûSŽøF\x13å"s÷ºµ\x0Fj"
  b"\tÈ\f÷mjO·œm\x1AI“µp¡"
  b"\tîÇ€†¯KѰÚ#\x04§>¯ƒ"
  b"""
    \n
    9}‚‚\x19Kç±µ¥Ý™Á\x08Ï
    """
  b"""
    \n
    \x13ß║ãL\x0Fê[ÉM|mgÜ
    """
  b"""
    \n
    ß·v›*L,‡ëÃ)±ý>ï
    """
  b"""
    \n
    ¾ä!\x1C\x02M╣¡â\x1A┘ì│F┤
    """
  b"\v\x00.ö;ÊK\x15§W*Ó\x0F\x04"
  b"\væ\x0EP\x18[L▒àØLyî#¬÷"
  b"\vš?Õ³¿E«©‹õ\x1F³ù•§"
  b"\fa+\x1CjºM±”\fvçÆyL÷"
  b"\fegÓ!EMf¸Zñ?-Oà\e"
  b"\fr\x16Yœ%L`°ŠÀ\x00¨Pvô"
  b"\fv_\f”­I»žJë¼I<X¸"
  b"\f•S0T,NÊž·ÍDzϨ¿"
  b"\f═öfü:G¾ÿ]F¸í/B>"
  b"\fÕ\f._ÓHLºVØ\x00‡Ax "
  b"\r/Ã’KíAÄ»P\x03U…\x19J\x0E"
  b"\rH3À’GG\v¯\x18çô9ŠŠL"
  b"\ro¡¹·ŸD"§T“\x00\x05Qo\x03"
  b"\r¹wˆ@SG‘¼û“\x08ét0Ñ"
  b"\rÍ9ßt¸F\x04û▒░ÂA\x16üö"
  b"\rô®z€`HDz\x1Cwõ~¬\x11þ"
  b"\x0E\x07yÿëÖC¹€Ÿ.\x00!rW\x1C"
  b"\x0E1ØÕé■F/îYÙäkOGÕ"
  b"\x0EJoé÷█FÂÉj¦c£\x1Aù)"
  b"\x0E_µž\f\x19Bк»²ý\x1CA†ˆ"
  b"\x0EzAØÈ¸D)ŠÚ\tð²Âùs"
  b"\x0E••<X_E/Œ‡ëôc/iý"
  b"\x0F.`öÿzEñœîÚÞ{bTx"
  b"\x0F8’Ï.ÖK\x7F³Oãý¬\r\x04Ÿ"
  b"\x0FRŠ÷4SDq”H«+ÀË-`"
  b"\x0FW\x10^Ä„II¤ÏÂР×þ<"
  b"\x0FØ■D xM\x16ò \x1C\x04_¶ór"
  b"\x0FÀOªî{J<êIÅ4\t@Ço"
  b"\x0FÝEæ¾2AP¼Ö\x0F\x13ÛºÒ@"
  b"\x0F²Ì³ÕìE┤éRÏ\x17\x12¶`\x05"
  b"\x10'Û/c´AÇ„ÌåÞ÷r^¹"
  b"\x10L\x16ÃA³I\x15ë▄/ÒÅ_k\x01"
  b"\x10´Í¦¹▓C\x11üº\x0E¿n0´\n"
  b"\x11\x1E7¸šu@ú”%ŠÒ–˜õÙ"
  b"\x11%gVŠœGÒ³\x01ÕåR¡\x1E\x16"
  b"\x11ZÞ-ª©L2ƒ¤z”ÅŸ7\x01"
  b"\x11ežY+\x13H®“ÓÆ5f•Œ\x03"
  b"\x11Ë#@ÿäO÷­îÀ—6X}š"
  b"\x11Öæ£èŸA¶¹˜\x08Ôæ“B¬"
  b"\x12\x13\x02├hlF█ÖÅ\x07\x06½t"
  b"\x12H‚”V0J#Ÿ&e:ì8ô\v"
  b"\x12Ö\x08ìɽIVù╣ê­im*ë"
  b"\x13Y¾¥j\x0FCš©\x1Aʘc¾ð‚"
  b"\x13l}Ç\x7F\x7FI¸¶A×ÀøüD±"
  b"\x13ÄïÂËüMò£d■\en\x19Ó╠"
  b"\x13²¢ÜVGHJ´ýMi6Lî\x18"
  b"\x13┼p§TìFh┤Jéü▒┌$Ú"
  b"\x13╬/k«tCb┤░ìT╠ÚLÖ"
  b"\x13õäü>&F{ö´Éq╔─\x0Eù"
  b"\x14\x08aºóıAWÀ\tã|5¬┴ì"
  b"\x14U§ÓÆôF­¾˜ÆÌ\x1F?ðq"
  b"\x14ø\x7Fú¨rA&º├_Å>ÄeÝ"
  b"\x14£‘;\x02ùF°‹äñ\x00Ã~X\x08"
  b"\x14é“Ä“\x0EJν-­\x07\vU\x10Ô"
  b"\x15\x14£Ù\tUDŠ®‹ô)n~{Æ"
  b"\x15\x16}+£\x1CMÅÂ+Åù\x04t┘┼"
  b"\x15NÕK÷!D—®$ÕNù\x7F¸‹"
  b"\x15Äïc/2B'£ß0œÕ–%\x19"
  b"\x15â—³ŽsCi½\rpØ8ÑiB"
  b"\x16\x17¡ØùiKã”Ì h\x04%–\x01"
  b"\x16\x1Eñ1>Þ@\x1D¶@\v¼ã4\x14ß"
  b"\x16ŽÁd¹¤Hë§ùà`jÛgw"
  b"\x16Ó¸ÑÒªIx©Ë¿àÖíqò"
  b"\x16æqÙ“$@^¡†Å^?A]õ"
  b"\x16í>\x1DÌ0Bà¥tÏÚqI~s"
  b"\x17\x14ó4\x1F\x12L݇+¶Äj\Sµ"
  b"\x175¶-;gF»‰\x06†J&¹É "
  b"\x17o2ØlæF¥—6naµŠH "
  b"\x17ëÎOA\fN´¬T\x01üÿX\x0FÆ"
  b"\x17î\x1Eèê6I╚▒ì«ï¾©\x1F"
  b"\x18Rü█«ÇE┼Ä\x1EøòÌe.╝"
  b"\x18▒╝ÅѦMví:\x14"9û└\v"
  b"\x18Øœ-pÙK„«H°îFwgz"
  b"\x19ö¾║ı¦O#¼¶sñçK´Å"
  b"\x19®xL\x1C­@Ç€¦ô'w‚a\x11"
  b"""
    \x19Ú¨\x0F|MOn™MÞv\n
    z˜O
    """
  b"\x1A\x02(ƒœ\x07L}€V§õ\x03Ì€°"
  b"\x1A\x0E╦║ðªICØÁïØ\x12\tx0"
  b"\x1AR o"µGc¬Ô¼E\x1Aõ$\x0E"
  b"\x1AR~\fÌÝO~ïê\x1E\x07ìº:\f"
  b"\x1ASùdž¢O™»-5׸þ\x10¦"
  b"\x1A¦ï<ìeOñ…¹bϹÁ\Ó"
  b"\x1A¨,ý\tÁ@,‹J2¥ÑXPÂ"
  b"\x1A½äìý┼F³¢Û\x048Mª½b"
  b"\x1A‗r▒¡0O¥▓ûKü\x14,\x0E·"
  b"\e\x19\x00╩GÅIõå╠-»Êåð"
  b"\e:°8€ÜGî†Ë\x07•lW\x05À"
  b"\eâÉÒHµA╩àÉßí4B\tC"
  b"\e™l3+8IY·q‘õªb¡í"
  b"\x1C\x05º½˜&Cé…?õ³…—vn"
  b"""
    \x1C\x17\n
    \x1F£ìCX▒Jtr+0Yî
    """
  b"\x1C\x17dÙIiNr£ÎOÁ\t¦x "
  b"\x1C7µÙ\x7F"@DŒ½¾â¥¼Ê|"
  b"\x1CEÁ*\x13ÕEb‡®eC\x1Fè\x03Þ"
  b"\x1CcÜ©KAH·ˆ:R\x18²\vªF"
  b"\x1D\x1A\x1C~'&G‹¼(áq˜³±ù"
  b"\x1D\x1A·”¥tG„¯Ï†ôúƒ\x19ˆ"
  b"\x1DFv¬Ë¯F›ª\x0F¸Ûua\x7FÀ"
  b"\x1D§8ïÎ\x00C/“9•\r\x11Jj×"
  b"\x1D´Ï\x074\fO¤‡È­šÃ:—’"
  b"\x1DÇb»±(Ew’£Y$ üÍi"
  b"\x1DÓeUÎ^C§ìw÷ãÍ┘¨6"
  b"\x1E¡\x06Œã™Kæ¡/\x11mË- £"
  b"\x1EÚ/ÈÎ\x11M…†{7^ððöÎ"
  b"\x1EÚ¸4ú\rIÃå¦┬Éä6}0"
  b"\x1F;‚ðË”J¸½È\x03Ö\x04\x063\x04"
  b"\x1Fcc«\fÅJ\v\x1Aã׳2ç8"
  b"\x1FhßôL┴F█¿ı\x16\­ü¹ý"
  b"\x1FyÏSaÍO.†ÙL,\tÉ\x1D["
  b"\x1FÔ\x19ÏC┼J6ɲ´▀yßIÆ"
  b" T\eÜqtM”¦{ˆÓŠÇ\x7F"
  b" ¾qcà¸N\r¾ØVŽ‚:\x06f"
  b" ÿä\x01\x0EsJU©ÔÒn&c¾I"
  b"!\x1E╠êÕÏL]¼uÏõÉ┘Â\x1D"
  b"!<šùìzN\x17®¼(@=.G+"
  b"!N6² {L‘…>‹x»rnÌ"
  b"""
    !‡«oehL\x15\x13'\x04\n
    \rþ€
    """
  b"!Ø└6¼▒K╚ñ0Þ-7\x04╩³"
  b"!ã‰P(œGÔ¹méøUÌÀØ"
  b"!ö×\x04Ú»A7¯*ÔjV§wÊ"
  b"!øôŒ“;GŽš¬¦rÿv\x08E"
  b""\x1A™£¯æFÉ…¼qµö*wƒ"
  b""<Ðð”¸Jª¹²³\x1EëóñÓ"
  b""pA‡Æ.J7žNm\x06\x041Lý"
  b""… ¶òƒ@ø•Ò«]\x023C³"
  b""¬]‡nTK3©B\x07b\x12\x14½\x14"
  b""°ðç"sA‡ƒvXô\rñJ…"
  b""├ºÔ~ïGîû└Ø┼!¤.\x08"
  b""üM!H&Lç‘db¶$›°Ð"
  b"#\x03³╚n2B╠«ì,█0(g¸"
  b"#oÿ|.1L\x05½°¦ìE^µ\x01"
  b"#‚\v15¼H1¬—튺/yS"
  b"#—s\x07fŽC\x03¢Fè]ßB—P"
  b"#¨ !ÖçI'ˆ\x08’ð~E\x11«"
  b"#ªiMwxOj‡\x1Eû9m-Jù"
  b"#¼ùk¶COHƒÝý¶gú.È"
  b"$\x14╚/j:J\x19üõ&`¸├\x17Q"
  b"$1ú\x1E—7Cu™f‚\x0E§à"["
  b"$3®à\x0F=GÕ·p\x08ß—@Rÿ"
  b"$6.¿œ’L*‡”hÎ\x0E3e\x13"
  b"$_„\x07Â\x19Oì°Ó(îCG%¼"
  b"$¶µãÁÒOè‚å¾\x00š¾*C"
  b"$¥s■\x0FÕK#ª¼¥ì%u¿é"
  b"%Žp‰ú^@+¦Þ‘SØtµƒ"
  b"%Äì%ý\x10IıíS)4´È\x03"
  b"%¦‗,¦╔C-×.Ã╝mìÀr"
  b"&1Ú\x05Ó\x13I€…íY‰ƒN.§"
  b"&D¯—Á\rMѱŽ\x00ð\x08R¨E"
  b"&yªâ_´J¬…”@\x0Fú2\x12H"
  b"""
    &”^CüáF\n
    Ÿ1tÌÏ^]=
    """
  b"\x13$¸(Gÿе\x01°Ý5\fÂ"
  b"&Çè”ÓœEg‹„×T€k\x1D\r"
  b"&╦gg█ïM▒®ðàü§#░\x08"
  b"""
    'GðCµ<Aœ¶\x15\n
    ’!˜C¼
    """
  b"'RyÿgóIîèÕ\x06öPïì~"
  b"'ì▄ÐÙ\x7FEéÇN\àJOeâ"
  b"'”ÏSõÍ@Ü©åZ\x15_\x00"
  b"'óÞ\x1CÄòF\x1A¼4Œì²ã¨\n"
  b"(Fæ¢│(I■à»ü\tí·s§"
  b")\x1CízÛ\eKq½T°^\t\x17§”"
  b")2T1é½Jì┤ÈÄï,\x1A¥k"
  b")cÁZ+\x18K╩ÅÂ\x11Ì\x10»§|"
  b")v\x10OT)G©ÅB\x15Ñ\x06ð┼("
  b")vï(·\x10IŸ…«¢OÁj¢Ï"
  b")¯ä\x0E"1G\x05¸ã¾Ô%4îŽ"
  b")Ò4\x0E¿FNΫØÌw²94™"
  b"*1È»╔Ø@ ©ìÿê░ùî‗"
  b"*˜[Ç«5G“·Zµ^ú\x10\x12"
  b"\vÍÑ\x19Oå¥,À¶Èt8("
  b"*Ê5Çâ.OtÉ|õ▓\x05█$à"
  b"+yQI·ÁF»›Q)²Í^¿®"
  b"+¡Àëc‚Aו\x0F\x1CÌR¦?^"
  b"+§ép¥ B˜­×\x06‘Ÿ'Ô7"
  b"\x10*×▀NÅïq!·Ü\»\x08"
  b",4ÌcŒdL©½XÇ9\x02É\x05<"
  b",>\x1DW\v\x01J@°õY‰KæÁ¥"
  b",tJ?|ç@JжüÎ\x16þ’j"
  b",¿É`Ñ®@¦­C¹¸Eïmù"
  b",┴Å9ëkGÎæ \x07¯çÀ>þ"
  b",‗a$\x1CÕF©üÄáo"+¸á"
  b"-\x0EÐ|ÌvH·€=Ò`‡\x01\x1F"
  b"-4'Ëz\x11Kb±ríÀw†am"
  b"-8┘B═­Iüø»\x03▒å█╩Â"
  b"-¶’3EÜFgŽ™öΤÃ!‡"
  b".\x10ýZé»MìôO¾4QÝò,"
  b".\x19ð\vþ%OÛ‹x.£u8«\x19"
  b".LÉÛ™þL³–L\x1CÆŠ-Á\x1C"
  b".Ë€JVÈIu¿8ÿ¯½Þt?"
  b"/\x16ãäe\x16K\x00 ¾JwÿíÇ`"
  b"/p{w=jH‡¶Äß!\x13cjª"
  b"/v½ôp"F$¶Ý\x1FÚv#öÉ"
  b"/┼\vÑÝÍE┼½¤Øøóf{Î"
  b"/Ã╩Â>ÆAxôÅjadزÿ"
  b"/µ[âá¡A[¼\v{ú©ß¢Ø"
  b"0\x08µ\x16UDM¼©×­"Õ:C¸"
  b"0+¦Í÷'Ei‰0'üá\x10O4"
  b"0FD`‡+M\x18œ'®:æú%ã"
  b"0`¡\t´ÁK#üb\x14W÷´Õ®"
  b"0óSp4"DÒüktñ}}-Z"
  b"1=?Ô€®KK€ó•'¿†±\x1F"
  b"1U3Y¾\x11LÃì░,\t¿ºe│"
  b"1[æ3\x1EƒE╣Åy┌»═æEô"
  b"1[▓þñØG╦ò<uµJÝÿÉ"
  b"1dÒ\x11^zAˆ¥\x1F‹¾éö‚ý"
  b"1kX§É╩K▒ƒI\róÚBú]"
  b"1ø■├NÈLöÿy)ÄÔ┴LÅ"
  b"1¤£òÜ…Gô¤œjuü‘!Ö"
  b"1ÙYTÙA$·\x15Üm\x08\x15½\t"
  b"1î™¼ÂØJv¡u\x0F\x1E }+"
  b"2\x07 a¿šCb«÷@¬#\x01‘$"
  b"29C`¯^C’†\fpe/B[¡"
  b"2@2à±1N؇®û@õÿò‡"
  b"2u\x02"`ÙD•£¸Îs\x17?`L"
  b"2¬›?h\tB\x1E´9h{S¶œ\x0F"
  b"2─Fc\e║K+ØÁ9,q*ç2"
  b"3p?ËÙpM‡‡U\x1FcügöÂ"
  b"3sª\x14B¤Oæ›\ƒ¨ÎGC\x1A"
  b"3y¦üZ\x02I\x00öy█ìÓâ«\x10"
  b"3|>±+‚A'¹"nÒ—Pc\v"
  b"3Ç«ô›ÞI~‚—[å†0fú"
  b"3ûkÕ\f\x07Ic±Â6} \x02å½"
  b"4J½OŽš@.šá\r¼„.´l"
  b"4XèK™”H¢…2ñ§×3ÓÓ"
  b"5\x04Þ>qªNY–Ã}zA\x1CÜ—"
  b"5\x08¨oÑ\x05Oh‘ÖÒ\ÊzÊf"
  b"5\x19À$.$K0…£šOŽŠ’3"
  b"5A\x12/EÊOd”y¬Q\x03·É±"
  b"5eÁ áÓHiümÍa!¶\x01ı"
  b"5íϸ\x12%Edç3Áëì/÷W"
  b"5öëËj°HH³ÓN8öJˆô"
  b"6T\x01\x08³eL{›±\x16Šÿ-_V"
  b"\x19q´>LÜ‹H»]t?̰"
  b"6▓\x01ÊG7DS¼%ü«┘&ã¥"
  b"6ó˜p\x06TK\x1A\x00ÉH«BúË"
  b"7\x03Y´!┼B©¡ü;S╦Vqw"
  b"7C╠\x1E\eK╚ù\tÄü\x18\x02¢"
  b"7jÑÒø\x1CBr¹ÓHÖ\x19ÃnÉ"
  b"7t\t\x02G\x00ÄG8c¡\x1F"
  b"7»Ê\x7Fý\vIB‘\röv=‡{Í"
  b"8OÌéséLž°”½ƒJíxh"
  b"8–K\x11gIO²®.*%3Õ³™"
  b"8£Â:~ZMP¦cÁsççÞ\x17"
  b"8·­c\x0F'LN¦§OØëíNS"
  b"9\e\x14RußNë€\x00ZnÑYö—"
  b"92p“©\x14C\x08œ˜¹êŸ%?\x11"
  b"9U\x0F\x06uc@ ’ƒn\x06ÿö\x04Ê"
  b"9ëÊgEAJ:¸|ÜÞ„ŸoA"
  b"9í=9&ÞD¬²&-­Í\tIr"
  b"9í¥{É6DO \x06vÁiÍùp"
  b"""
    :)Î1(uM7¦g‚ûÓ¨\n
    2
    """
  b":BaºþSOaƒƒÔ4tv\x06Q"
  b":îÁã│òH─╝▓æ\x13\x17\x0E\x14ü"
  b":–Oµù=Kö¸½d\r\x1DýĹ"
  b":─{*ÓëG█©─*┼╠É╔'"
  b";;\x1EÉ…ÂF\x03¡·«ºüõ3Ñ"
  b";Aß.KrMœ§Ž¯\x10ã\x04æÀ"
  b";“œBtúE6©½O\x7FDýªŸ"
  b"\t‰à¹Eˆƒê°‘\x08^Së"
  b";Ï–æx\x1DFõ”ˆ\x1A¼I\x16\x05"
  b";Þã\x0Fá¤J-¼╗»k┼ÅóÌ"
  b"<\x07Žûû¨Ifµ?G9¢A\f¥"
  b"<6ŸñÄÅO\v‹š”ß[6\x075"
  b"<GƒÚ” @\x17ŒTYYÙ=¬N"
  b"<Qn\x08ØåKW¿<#c\x04G|b"
  b"<W\nð\x19ðHŃ\x00\x1EúñT\x11"
  b"<s™\nð>EÚ«\x16\x00\v¯cÊõ"
  b"<×lƒR²AnØ\x1E2\x1FëÌ»Ï"
  b"<¯Ès3hFu‡\x0FZ‹êØ9\x1F"
  b"<ÂK\x1C\rKLÞ¼$CþàSÌó"
  b"\x02\x08ø?C\x1A–=\vü;ªïa"
  b"=\x01Ï\x1A¶åCç¾H~3\x18J¹ù"
  b"=\x11\fô·oAaœ¦\x12tzh\x16"
  b"=21ÜuÜOQ¼ä1pWt?\x1C"
  b"=4C)¶vHb¹Ï\x04E‡¯õj"
  b"=PÍ\x16ŠRK\x08¦WU\x16-+$x"
  b"=u0¹ýµKKŸ6\x04²Pà%\x1E"
  b"\x04 íßC\x1C¼%÷×Éy²¬"
  b"=ÕŽ|EOJR®¸êaEã\x151"
  b">º#„HoAaœÃåK\f¨½í"
  b">Ó¦«±0M¸¶¯ý"$\x17]8"
  b"?1┌Ð__E±Égkp\rá¶¡"
  b"?iSk™\x04F²¨\x16\x01€ò\x7F4,"
  b"?«6†À³Mó¸U\x00i¼`×è"
  b"\x11ù¶ËG\x17›yÄyÒ†Ÿ\x18"
  b"@\v\x1CQ9C@„R}ׇ¼·î"
  b"@«Wd÷º@\x0E´úÝM°}‹ô"
  b"@┘zH÷ZHÌ©ÅJo\t\x17"
  b"@‗;û\eåBðüÉW\x7F█╦Úö"
  b"@õÔ>íõB§²”Á45{ü@"
  b"@ÿA0ÏBBo¿\x7FÙx\x16^\x11K"
  b"A\x00\e^ý@9»­(’\x1E\t̓"
  b"A®}\x1D›jDлv¦\x12£\x7F­€"
  b"A┤ÑR\eOIì¿6D\fåQÃ3"
  b"B\x13®\x17˜¬EY¿†‹'\x1Câ&\x0F"
  b"BU\x19€LçDn€i~¼ŽLx\r"
  b"Br'‡þBEŽºF'§1O\x1Câ"
  b"BßÇÙÅÁDÝ×\x17\x18[┘PN\x1D"
  b"CL"ÂiàA\x1CŠ·‚Ê\x04¼€U"
  b"C[j\x10_›Ië¡Ö\x14ÒþzÚ/"
  b"Cnäpç\x18N: vÆ\x02|J5<"
  b"C¢*ŒÐ€Aò®”\†7D7v"
  b"Cìï‘©ÀM,º\çvX±M\x1D"
  b"D\x08ý‹‚\x01@œ„Õã?ìb]í"
  b"DM"ö\x11ÓC…²ÏÀX`\x14"
  b"DW\x11Í\x1E\x1CF.ô¦»\x00╝ÆØm"
  b"D±`MY\x1CN]®4\x07ÀÏ›‘I"
  b"DÓ:J³'G~¯#ÀQnÎ<¢"
  b"EEkü:ÁN}åÖNåõx9å"
  b"Em¸Y\YFޝ\x19èV\t\x16»Ú"
  b"EnWá%$H€º‡\x0E~”IåŸ"
  b"EŠ«cëwI\x13‰9aØr,!±"
  b"E«vÊ[–FüŠw6šÛ/îé"
  b"Eð#FÔŸH/¨p!`7` &"
  b"EøÃÍÈjC| \x16ó64wÊÃ"
  b"F\x12Œr\x1A«HȱE­dØÓ5÷"
  b"F’jŸ0\tOV³£€Ù$uÿ)"
  b"F│░Mà`J╠å<,Éi{!§"
  b"G"¯\eâ3E'¢@¹#,ÿ/\x7F"
  b"G5Å╚ñæDÍÇø└é=Ð=\x11"
  b"GDþJÜ\rJ‡¶ý@—,\x07Ÿ\x06"
  b"G░┬▄║IFìÁ\x1DÙ\x01èmŨ"
  b"""
    G¾òf\x135C\n
    °ö\x07Þ\x0EådÁ
    """
  b"GÖ,’'³@ ¾#óÉÞÀ\x1D"
  b"GåG!x\x12GGœ’Š\x13ãaÖ\n"
  b"H\x03>N£ C;®\x1A“üWÕÖˆ"
  b"HYÁd{ôFjŽA oýÒ\x13j"
  b"H¬*(\x04ËJ›°_þ‘ì(˜\x08"
  b"HÌG†X:Eá‰õŸòzˆ¢™"
  b"I*\x04:`)GÄæD;Ô├É\x16\x17"
  b"I3`P®µE■é\tüÕ\x16#êW"
  b"IɦâÒõKn¼¦µ­zV\x10$"
  b"I«ÖÁ!ÔH\x05¾.%ÑRÜO{"
  b"I³˜°âZF¶€Šš%QI\x05e"
  b"J\x19mNú-Nì│\x06à\~%Ù."
  b"J2\x15ºN›F܇£CÑ8rB’"
  b"Jx§p£¾A▄Å¢1╬\e\x1DN"
  b"Jü@▀▀\x08HuêØ▒2m▄ÕÎ"
  b"\x05«ÌîFT░Y¨Ë\x1DÂð\x01"
  b"JÂÂèºÆFa¶OTþ#$9–"
  b"K\x18Û£‰dA¦¨ðk]Æ…WB"
  b"KÁ÷ä‰VMÛ¥¯‹úi3xç"
  b"\x00\ez¹DAɾj,¡{ÿ*"
  b"L\x16¡Ti*BRŠ\x12ëà\x10MÓB"
  b"Lm´O®zKÓµÛøÑ>Dúv"
  b"LÍWËŽQJ^¸Ã|ô“Š”9"
  b"LÌh╠ñ©Foú©\x02©╬ÉLí"
  b"Lò~…ídG\x13¾©i_û‚¥Ü"
  b"Lö–ŸÞ?GC™Ë=\x11_\x18Üò"
  b"M\x107ÍpýA÷‘Slß\x15÷ò¬"
  b"MRDÌ\x16”L›¦=^¦d<§×"
  b"MÎAgK\x18Epü¹Ow\·s;"
  b"N!ûI\x0E‰Dš“\v£]¶ßÓâ"
  b"N+?klvCQˆO_æÙ%ã3"
  b"NKóÖy)Fƒ‡œêª\tÈ\x0Eæ"
  b"NL\x0F¹Õ2D[ˆ9,-}\x02ð¶"
  b"N`?sŸøD¦®z\x08G8vF\x14"
  b"O6õ\x0E/AL柸\x04Éñ\vu="
  b"O\x7F£o>(J·’\x11Ž\x11ÝŸK†"
  b"Oνc¤“Fî®ð¿ç§°\x02o"
  b"PF■6,ù@╩ƒN\x10.╦Å│'"
  b"PO\x04[\x13èJ\x1CŠ<í]½ðÿ•"
  b"PZX‚®®G5›Ý–BUµ&î"
  b"Q\x03\x1AT­ËG3”\x03aiF\x05÷{"
  b"""
    Q8\n
    Ö€ÒNu—\x05(íN£5‚
    """
  b"Q]ì\x1ALRK)×®╝¥\eyÖz"
  b"Qy÷2B¢@3—„¨äPý&Ä"
  b"Qó£ÆðÖKõù¨^▀Øx¨\x14"
  b"Q¿°<ˆ"@<°~ûÏÀ´Ûˆ"
  b"R6.Z¨·Ko║÷É\x03ÁEa""
  b"R¾èE¬æA걨dø\x13·á\x00"
  b"R┴N┘PßJ ┤Ðâi8¦\x08Å"
  b"Rê§™˜ŽM÷žR‹#\x1C5óe"
  b"Su³╔Ó EcÉ╗╣É-ë\x7F"
  b"\v_ò\Dѵˆfaéc\x01\x0E"
  b"\x04T┴IG\x07Éú{Ø╝sÃ3"
  b"SàšÒàVG•¹³(\rÕµXž"
  b"\x1EqîpNü–F\x08¾Z‰Î¶"
  b"T\x12\ß▓ÁN\x19┐ØY~ÖJJ╬"
  b"T~œâ÷ÌB«W؃7/.¡"
  b"Tµ¨P\x01ÀOx€X_Åë)x©"
  b"U:┤.\░HeÉÙ╩╗\x08Ú\x10E"
  b"Uhƒ'´ÒD»Ÿ7Cƒžå\x16\x10"
  b"UÄ~\r╣▓K>ìô1_■ä¹a"
  b"U¥…ÙB?N:µê¹©N·V‚"
  b"U¦8\tC–Kc±½’ó¡EÕd"
  b"UÕÈÈ\e\tD´°0qÙ ?D6"
  b"V2àÂ\x111Kɱ•± G0Ž4"
  b"VÀ_n®ŠNk¡e[dÔ5HT"
  b"VÀ_x¢ÚDЧÀC\f„r\x15¾"
  b"W&~}U®M\x08±W\x14ÍŸGGÑ"
  b"WMBñ\x15òKÉåiРÚ─Óz"
  b"W¡«èEwBƇ|»âÑ–>å"
  b"WÇ \x06T\x11B²‡š\x10—¬âm—"
  b"X\x1FJˆï½K(’+Éì´Fý\t"
  b"Xf\x05ñ]·K═ü‗¥KÝ‗Û@"
  b"Xj%Y|vD‰Ÿé(íhF–M"
  b"XÛ\ÿ6WHÉšÓ)øip‹\x17"
  b"X惖„xCu þÃ\x14[\x7Fm("
  b"XïXéJ\x17CI¢\x08?öÕ…\x7FÎ"
  b"Xù#>hÃ@h­¦gÁ;¬%e"
  b"Y\x04ü\x12î<Cë˜óƒö”\x03Zn"
  b"Y\x1C/\x15é4ATœÊÂî’ó3}"
  b"Y`¶ë¿6K*¼1»Fó\x1Eî±"
  b"Y}i0HëOßûÅt \v#\x1A\x1C"
  b"Y™à(àUDØ¿ÁÍ‹\x1A“Œ—"
  b"Yµïi@GI\x14¼»Ü³B†\x12ž"
  b"YÁ¨F‚\tNa¥û¢\x08\/©_"
  b"YøBùÄ\tI\x1F „mK~ŠïÊ"
  b"Z\v—(*‘B\x19»M`g·¢é\x00"
  b"Z\x11¿˜ù-Já·¥ó“”ü’\x19"
  b"Z"«y”^M²¢<ܱ=\x18½]"
  b"Z‘nÊ\x05þE+šº»E©\x04\x06\x07"
  b"ZŸY5p\x04N臟@·COpÑ"
  b"Z¨yñX–BiŽd“²¨‹–N"
  b"Z²gÚÐhH_ƒlfÙHÂ\v"
  b"Z²î6µÄJÄ›\x10áT¬•`¿"
  b"Z¹Q\x19ó\x01D¿‹ÈÒÄØ©\rå"
  b"Z─Ò½▄ÂLU║tí┌ÜØæ┘"
  b"ZÑØP%ÿI4„EØ\x01 K±Þ"
  b"[ŒŸ­\x18\x1EF™”#·Ú@Ó)K"
  b"[ÆûS³¦O*¢çáµÐ\x03ö1"
  b"""
    [Î‗;É\x1FM╦å\x04k\n
    }\n
    ╔H
    """
  b"[þ;×ÿ┤J'ûàê\x0E\vF"
  b"[÷o`¢ÕN\x1C–¿\x19~—Ɔ\x7F"
  b"[þt÷)®I\x01¨6Wl<•AŸ"
  b"""
    \\x1A\n
    \x01 òG\v¶bÛGgFŽ6
    """
  b"\-gn$\x0FO욆>8‘®;X"
  b"\nN¸S■J╚£æëò╗ìô▄"
  b"\ÇÉB\x04HF\x03ÇÁ\x16\x08\r¬~z"
  b"\Å©\e\x0FãAb“êmqϧ@\x15"
  b"]\x10ìg\x08\x15Kÿ┤ÌÅÄl\x10¼Ô"
  b"]&rº†DHûœ·Xò4Xžÿ"
  b"]ˆG!óDJë·I^Æ.‚¶"
  b"]Í6\x1EæÇCh‹-åc–ô±+"
  b"]ÐëT0RE+«Þ!Bš÷;¼"
  b"\x1EãÛÄKޱó\x7FD)Yäx"
  b"^\x15\x03£ıWC╬çü▄º«wc@"
  b"^R!³└ðO~ù\fìÜo┤\x04"
  b"^q¶À\x02ÄKÉ╝?8r·vÕ#"
  b"^„\x1EzÐËOé’8€7Ó\r\x00f"
  b"^ëM\x0E\x00¢A\f„3J}«G\x7F¦"
  b"""
    _\n
    \n
    o*áC®Ø│&Î}è─g
    """
  b"_4‚xÖÉBôŒ\x17\f\x15hé½o"
  b"_t╬\x1CyØDXòÇêÊÙÀq°"
  b"_ŽQYˆÈA舴TÌKóVâ"
  b"`\x00go\e\eCËÜîÉ\x0F\x160ô0"
  b"`9Í€ulJ ›-ƒ‹zÍ\x190"
  b"`u[|\x07iLÇü╬ïqºò³H"
  b"`‹{æ\tÁJ,µ\x15úÒ6Œ«%"
  b"a\x1Eò*,¢M─É'!?╝©‗p"
  b"aÉ.{\x15\x14Eòò\x12~vi6åµ"
  b"b` =ÎùGR®,üK¢fp4"
  b"""
    bœˆÇ@\x08Nø«Œ\n
    «d[”$
    """
  b"c(x\x1E\ftD-Šï3/Ø$nu"
  b"""
    cK+\x1E‰>@ižÕ\n
    Ô!¨\x11$
    """
  b"cTç†ë\x15J]°?'͘j\x16p"
  b"c¾Ÿ{ÐýH­¤£¶ç€½–&"
  b"cʶdÝ#Fr¡PÛã­ß5’"
  b"cÌÅ╬0Ð@Óü¢lZ`²ÙQ"
  b"cå3?\fXEʰXgƒà¤¶`"
  b"\x15Q\x08ëJs”·Täìç/×"
  b"d\x19 ¾^ÄOåŽÒ‚~ä\x0EÅ\x01"
  b"d2·>ð\x19Bßµ²òð\x0EW\x11\x15"
  b"d™´\vŸ.N Ž‹˜Ruh¯M"
  b"""
    dš“\n
    zÓCA­_\x01À\x1A¦G\x14
    """
  b"e\x05f [{K4ñ┤>\x18ÅɸÆ"
  b"e\x1D\e©×ØN‗ó90à\x16À7\x12"
  b"ee­r®cMÆ­Fm¨\x02Ñ¢¾"
  b"e|š¶JIOàše\x00\x16ï\x0F\eÌ"
  b"eÎÌ!¸5FܻҞÜ\x13\x17•0"
  b"eïlv0®@"±‰6Qa£oÊ"
  b"f\x04;”K^C¹©ì'\x19Ô»ÖR"
  b"faïo9ÜApÉÃ\x15}└·k¬"
  b"f\x7FºÉ0OO═ûoGtwRù\x02"
  b"f╗;\x06GEA¤Ød▀ê¾└¨ÿ"
  b"fóòÚ°5C\x12¥:h…ê\x01Å*"
  b"gE6ÑÞvN\x12\r\x01#;leƒ"
  b"g_\x06\x1CGOD;€jF¨z6W{"
  b"\x009ÅcGpî-Þ\x7F3Ö%>"
  b"gØþWíNE6ÄJÈ1Ü┘Oä"
  b"gî¦w1¯Gé±*ÿk"1hE"
  b"hn¾è²ŸHä„M®“ÌKP–"
  b"i\x01\f\x03ªðMÙ¹\x05Á:XÓÿ†"
  b"i\x17¡«8ÀF[¿$CíÝg¤÷"
  b"iB:Ö%\x1AIš´\x7FÍÄ\x18<G‹"
  b"i]╔┼ü\x05A┘Ñæº\eUm×}"
  b"iù/&‗7IïÄüuGËÀ¾K"
  b"i¥uìk8Lú®ÏAÅE╔:,"
  b"i┬F\x13¾╚Lùä\x04ì╔~\f °"
  b"iÓ³‰›ÑHÕ®æDYü«\x0Eà"
  b"iý8™ßlMx«‘ç\x08Ü)"¯"
  b"jñÊÇj¢EJ¢Ù\tìká\x11\x15"
  b"j½┬\r\x00üKNÑ®"øPó1z"
  b"jÈÑ>‹‚L\vº¬\x13\¤'øë"
  b"k5K‡ÿûL.”)³ŒvåÖ8"
  b"kU\x01\x01xæE(ˆÃVÆ\v¥}è"
  b"kÊkíÀ2I8¢ÌßóY{‘F"
  b"kñóÀ£kB£²Bæfb§—\x7F"
  b"l1õ\x1FÒÅ@yû\vh\x19ÓCqÆ"
  b"lfYò,ïG\x1A‹j§\x18¥tŒ/"
  b"luŸ/EAKO€\x05;ˆ[Éæ¦"
  b"lwð" ãC\x18¨¿°HŸÕ3$"
  b"lyÑ~ÚlAbŒn\x03Šã†\x1D "
  b"l└Ïq+VIü©dE¢╦¯`"
  b"làÖ\x196ðGÓ½â\x08¾éEÄL"
  b"m&\rpEÃHʾ\x04Ëms¦\x01h"
  b"m+£Ì§ÿFoŒ,\x113`\x02-b"
  b"m5™„\x03#B”¸\x19ø¢\x16Å\x17\x1E"
  b"mIÅûý©Mt¢èvœ\x08]p<"
  b"mWèЬ\x10IVžíÁ°\x10'<×"
  b"m╣Å\x03ÜfL5┤K¯ý|¿\ı"
  b"mÐÕp7{IX¥*Ö¹§Â}\x1F"
  b"\x05lA\x0FK6žÛÄn \x14C\x05"
  b"mû¾8UÃBΠªc\x1F²úY\x1C"
  b"n\x16Nÿã/G¦‹ÆKHZéL\r"
  b"n'\x00S;%F¬Ÿù ²{]Û™"
  b"""
    nO‚Þ·.Bg¡;\x01+u\n
    ´\x03
    """
  b"na'\x11ðÛGz”aÓSZc.Ì"
  b"nqí¶\x1FuJ\x10½wHg[\x19êC"
  b"ns@¥öÅM]ì^¹ª┤(OÌ"
  b"o\x10É Ñ®K5—‡+Iýf—ø"
  b"o)ûbH†MÁ‡HÄ\x04s ê\x06"
  b"o@ÇáíþEî³\t\x01g',\x06`"
  b"oKè\x1DªþBf¸\x071Z˜D~9"
  b"oj\f\x17\x0EÒA—€\x03\x0FÄg ,ß"
  b"osž®‘fJO¡ðL\eQÁHm"
  b"o™´Ö\x03¸M\‘gf\x19™p\x07~"
  b"o×o³m_C\x02ä\e░É\x00\x07"
  b"oêêÑêûL×´õÝó×ãI‹"
  b"pj/´=@Dëª$ÝK‹+±"
  b"q\r*v_•D\x1C¡\x01.Z<J¼ø"
  b"qD\x0E£%’D9¥—¾ñêá†X"
  b"q‚ïLÔ¿JÇ“ÕQ=\x1Cf œ"
  b"\x1FN}æNõÅ\x7FÍ·Pƒñ¡"
  b"qð´>0ÁG¢­s\vö&Å-þ"
  b"r\x18oÄ£¨IÉØ)çï\r\x0Fç■"
  b"r:3ƒ\x13÷CK¸@G4'¦«j"
  b"r`╝\x13F╔NhüüE¼­.║\x1A"
  b"rw9ìå\x06D¨ó$\x04ƒ%xèñ"
  b"rzG4%DAÞÅ\x15¡╬o╚▓â"
  b"r…<–qíI!£\x17¾À\x14H­Ï"
  b"rçW³Ü4Iôü-9ñ·ì½µ"
  b"r¬ó\x018\x12Kéžùì\x04Dh\x17š"
  b"rßG­ù\x03H鿟°¸µ¤õk"
  b"ráp…¾ÈCj¿*Ò\x7FóXu\x0E"
  b"""
    t9HRÜ\n
    A' §ÝÔQG63
    """
  b"twµ9-‚E;žk_Œä0Íû"
  b"tÒy\x15\r„NÒºƒ–£NA´\x1C"
  b"u\t…™´FG†§…hBûÁññ"
  b"""
    u\x19}ÉæÎJ\n
    ╗ØBéú\Ò!
    """
  b"ucsìçRBùsŒ\x08L;ªw"
  b"u›Š·ð¥J_†]·\tŒ\x01­Â"
  b"u¶±_#wAöƒ\x04S¬Ø8>┴"
  b"uøW-¯(F*‹::\x1C\x1Co\x7F"
  b"uÿìÄyÛMr¡Ä[\t\x12ÈwL"
  b"v\x02cæí»Oá›\x00A~Ã^ý\x1A"
  b"""
    v\n
    \x10‡ØýNù‘¨š8ÒNý…
    """
  b"v*ž‹\tüHôŠ.\x01•fþQž"
  b"v`DlÊoB=¹æ}±Rµ\x1EÁ"
  b"vçÂɾ¶Jéç ¿\x01\x1E\x05╗V"
  b"v¥2¿î─Iö╝qüi\x10\x1AU$"
  b"w)rÝ*ÝDK…u\x10b’BOë"
  b"w¸hš¯8D¸¶¶Hq=w&à"
  b"wç¼j°ô@¦³ìyéŽ\x06à\t"
  b"wþE)a{@’›\x00\x18NëULF"
  b"xre4\x02FDéØ0┌\x02}╚Â;"
  b"x‚iG[ùL,£ÐE’\x15vÙv"
  b"xêÎ┴£$Gߪ╬É3²Á\x19"
  b"""
    xÅ+\x07Ð9@N™F!êS\n
    s2
    """
  b"xêOtÀûB:ºÞìÉ\x00òÏ€"
  b"xþn\x1AR‚Nb…\x1FÍÝò¼éü"
  b"yù▀wå\vF;üûI\x1EØ{.\x7F"
  b"yË#¯Ø\C„˜›ûÿ¼IµÞ"
  b"yÛ6„dì@ꛂý(í2\x06\x1C"
  b"y¦ÄQ!\fLAü¿p)Ùƒ`»"
  b"z# ‰R°M¦ƒüð(d¾só"
  b"zwèNò£@j┤g▒ì\x01▒"³"
  b"z‡œIâöOñ­ \x1F3‰Ï\x05W"
  b"z®÷ÊËlAU´LËOª9µ¤"
  b"\x1Ay&RAÛó\x03┐¦▀_ÆÅ"
  b"{Xo‡\t$Oñ«\x13z\vÕžDb"
  b"{of_Ô\x1AD|­¦ˆ\x01\x01×Î}"
  b"{äâãcDL¸¼íQì®\f¼Æ"
  b"{ÆñÛ+ðEbÇõF7ÓèÉ╬"
  b"{“‹'TAAÛ‚±o­\x18ï§u"
  b"|JE½¬ÝNá–‡A{¹y^|"
  b"|mÌžmGp°Á\x18‚vÌ¥´"
  b"|pò/8çB5™vx8Ý\f‡œ"
  b"|ƒÚü\x11\x15D ŽÕÂ\r{ËOû"
  b"|œ·5\x16™Mû‰{Y—5j­-"
  b"|Ÿ3š\x07\Aš«`û\v¿\v\tÖ"
  b"\e»oßIùŒ£êò¬9‹Ï"
  b"}-Š{~~Fø¢\x1FÈ'Zs‡‚"
  b"}®n¶l¼G©¶;«zFVìã"
  b"~\x13Ý\x10ßO ‹JÒ×;¦™ü"
  b"~ U╣L░O\x07ì5æ─QY"Ä"
  b"~XÊo\x18…H\x04ƒ¶Ð\x04úäÒ\x0F"
  b"~Z\t\x17œ›M׌H!ãt£\x1Dn"
  b"~u¤\x0FŽÀF\x11²®wd8¡å\x02"
  b"~|\x19$[\r@*«É~|¾W\x07\x1C"
  b"~©½zcWCåµ>:\x15*ï»—"
  b"\x04˜\x15\x02LÅŠK×Tˆ±˜F"
  b"\x7F\fOƒ■BD▓▓¿üaî│en"
  b"\x7F9\x03†0bKĉJó¯æ'a_"
  b"\x7FK\x15LXÀ@“˜ÓÂ9˜gêC"
  b"\x7F{‰!zûFÏ›¼=EZ”A\x15"
  b"\x7F¸'¯>\x08L\x15º\x004„t\x14\x04\x16"
  b"\x7FÄOC@ð@¥ˆãa\x05wà]Î"
  b"\x7FâÈé\x1FµOB½óy¡¼\x1F\x1F­"
  b"\x7F÷4\x7F\n\x00C=‰íò÷@\x1DfM"
  b"\x7FøùS\x0Fú@(„ââÑ‘aoœ"
  b"\x01\x19»\x0EÈO†­k—oLðÍZ"
  b"€’OLmºC\x0F–Ê\x1D¨ò'h}"
  b"ÇÌ»╩ÊçAÔüú«Ñ>_\x13µ"
  b"€äI^?îB·Œ£Üyúk É"
  b"ü\x11Ó2└rKÍ╣>|Mq»á""
  b"ü\x159\x0FZ\rEÚ╝L▒hêÀôn"
  b"üVå\x1EåwEl¼Ä1q─C¸\x1A"
  b"üöÒ3Ý\x7FB┤º¼/'qw░©"
  b"üó¦\x05BÇBßö¬Ü;\x108\x12a"
  b"ü \x17¤ıâL\rêý┤SG▓└Â"
  b"‚Cö£K$C*‹9l!\x1D@\x11ô"
  b"‚VcÈòòMæ‡\x12Õ³G‰ $"
  b"‚ZßA\x10\x18G\x1D·R\x13C²|ó–"
  b"‚sôm?¾G.¶xË#Õ¾ßl"
  b"‚}€2‡IC\x0E´¸¶¸MPƒI"
  b"éÜæ╬»ÎM´░cûs¿RØõ"
  b"‚Ððíƒ%KK•ü…öÂKP\n"
  b"ƒ\x12¿˜Ô§MÍŠI´\x04Mw\x12þ"
  b"ƒ)¥NlÂDOº:hºÃÔ…q"
  b"â/TüwjLÐàªÑ3ûÆhô"
  b"âÈ ^ıîJ¬é▒\x15mØ1─k"
  b"\x10\x01\x02Lw@¾7¾qúoœ¨"
  b"\ej^Mï@_ŒÏüÚdn ê"
  b"„Jà]¤ŸAç¨é©©µSòÿ"
  b"„håÇ\x06%I̱¯\x1D\x19ä%?à"
  b"ä~Ã▓┘¢OXó┴¹▀ì5kD"
  b"„Æñÿ±\fKs…¶š^À#&…"
  b"…;`6¹0JÛªâSçÚ+ 8"
  b"…‡¨ê_CI,¸/ÀÄã\x13"
  b"…íÂ\x0Fà\x10C\x14 \x0F\x079HyPè"
  b"†!\rc–EEëœûjÕ\x07f\x15Ø"
  b"†1\x1Cï,\x1DL2‚FÓ\x13­V’£"
  b"†I\x00«~ÊA\x1C’£(V[<\x01é"
  b"""
    åNù$6sO\n
    ü┼█bq÷î¼
    """
  b"åe·╣!ÒCÖülÂ]▀├{´"
  b"†„Uv ÛEf•SÎB½Þ\x080"
  b"†¶,-ÜÝDŠ‹UÚ#Ð}\x0F_"
  b"ç\x12Ñ"Ú8D~á├\x14¾~É╬ñ"
  b"‡IQ‡º$Ez¥0Ò¢ëK,€"
  b"‡M-\x16‚CJ·Š2b\f°ó‡\x06"
  b"‡{·˜ÒìFŸŸûFIBBáZ"
  b"‡’šùœWA¨¸\x03\rzÑù\Ê"
  b"‡–#q¦ÿKñŠJ\x1Fßö2\x0E"
  b"çúÖVŦI\x14û<h£##kÅ"
  b"‡Ë\x0E\x0EÔßAÜšç.ÆUAcD"
  b"‡ÿ\x08\x06\x06¯I“„4 jd7_°"
  b"ê\e}G°ªD¿Å\x07Tm9¡\x19ã"
  b"ˆ#Rêš”E‡¿lRÿœŠÄW"
  b"ˆBäa­ÜAPµxØIËåÅË"
  b"ˆXêˆ \x07Lk½Ì)Ïv\x1C"
  b"êqMü┐tLDê'¯Ö;\x18F\x01"
  b"ˆyü)M3G‰£ i+ïZ\r?"
  b"ˆÛ–\x10îÓO£«Ds4摤ã"
  b"""
    ë\x0EfJy\fK\n
    Ø\x14\f][äæT
    """
  b"ë\x19­äþyL`ï6\e\x0E¸ãîì"
  b"‰=íbéØIξéÏš¬Uþk"
  b"‰UÅ‘ÙÛD¿•‚‡\x19àF¸§"
  b"‰W:ç\x15ËBŠ”QT³\x11\x04\x1Aú"
  b"ëóHÓ¢ðG8íÒò├\x19Ø1ô"
  b"‰ËBcJ4J¯ïò`‹\eÃÎ"
  b"‰æT;º²DŸ¤Iñ¢$O©ï"
  b"뱿>üSB-Çñ5s=OÐ6"
  b"Šm\x1C0\x1Ea@d¸×lp×\x10b…"
  b"Šýœ%z•OMžU\vÎ×õ G"
  b"‹>mE_ìDg¨¼ÄÃÐò\x01%"
  b"ïZÃ9\x0E7Buïì╠=kE5?"
  b"‹ÇÀ_y"LÞ¿©tÍh9š’"
  b"‹Í0‚zÌMæŠJ€HH€è5"
  b"Œ\x01û|ŠtI”‹7™üóç0Õ"
  b"Œ\x1CáC\\fF=™Jpº4Ìe‚"
  b"îèòGEð@ÎÅa╗M\t\x16Ã■"
  b"Œ˜™î†ñLÿ¾HjbÕÉfù"
  b"î┌5ºEsDF║ìË\ÂíÚ╚"
  b"Œã\x12b•ëG7µ®š fÓ°s"
  b"ìrqÓ7┌K\x12í²\x11ÒÕR&\x08"
  b"ìÉ7O5ÐD>ïÑ\x18Z¯Èzy"
  b"Ž\x15V4UHK\x04·–ž’(\t"
  b"Ž\x1Ašûƒ2Fž†Üz´ødÈx"
  b"Ž;w\x1F’fOL‚¿¼©·íµ”"
  b"Äì\x08Ç\x14¡H{ôó­o"|│""
  b"Ž—V’ãºG—Ç+ƒ@Ñþ{"
  b"ŽÀ\x7FbÔÖA`ƒ%œ4ùß/\x16"
  b"Å'áõeÈKv®^ÔÔ?ß▄Z"
  b"Åa█║SéO█Æ2Á?\x11\t"
  b"År%q«ÜKâÆ2")\x15Nß├"
  b"Å│┐@\x01\x0FA┐Æ$T{êDss"
  b"Å╬Ä\x06Ù\tOq½║<V ø\x1Aû"
  b"Å▄0\x00û«E\x1CÀÒ\x06mc¼\x02÷"
  b"ÅÚ\x1Fbô.@\f║¡$░¦³²Ð"
  b"É\x07Ñæn{KG©8{*#\x05ø¥"
  b"É\x1AªÏÂAC\x0Eâò┌Ô\x16ı!­"
  b"É/Óß®PHÓÖqò\x1C#j\x12Ä"
  b"É5ó╣ÂÐH\x1Cüºç²GÛH└"
  b"É╬&_·\x06B═╣pÖд┤╔´"
  b"Éý:>7\F╔øÏé¸rܰ*"
  b"É­¦ÃcBCªÇ0xqýXÚÏ"
  b"\x18‹`\x04Ü@²­\x04Ü'EŽ\x1AŸ"
  b"‘-ŒÒp\x17D\x13«Ò 86odƒ"
  b"æq┬÷Ë\x1CLìâõ6˸E\r"
  b"‘Ú”1#ïHv®AFè\x07¸‰Ü"
  b"æ█╬ÆwBAü«1øª²Õ9ç"
  b"Æ\eè$Ð(O\tçìø└┐®\r\x0F"
  b"’1ô\x1E\x03\x16BÅ”\x1D“¡<¶×\x0F"
  b"Æìá \x7F³E]àSh■\x065¾ò"
  b"ÆÉ'▓‗\tAlñØË\x13W=>X"
  b"""
    “?”Û3›Ht¬fuí\n
    úá
    """
  b"ôìµ\x1Fà#E\x1C®åZı\x19T╣\x13"
  b"ôþ3_\x17\vMÉ┤ìÀá\x1A<éÌ"
  b"”'Á~ò›M…ž¦iö³\x1Eí\"
  b"ö\\x07 ├ìG~ªÚXCó1vÅ"
  b"”k‡¶"$JŒ„^[äbÒM\e"
  b"öyÊ71▓F\x10Å╔ùÎÄSvH"
  b"•6<eœéJ\x08¾¾Àú¨†—S"
  b"•USœƒ\x19Dr–QáÍ\x18\x17\x1A¾"
  b"•s\x00=ßõ@\x00§\nÔÜd‰@Ö"
  b"òî`nÜdFR¢\x7FìY▒Ö<­"
  b"•îJ_«{E÷­žKærm‰}"
  b"ò÷tæ×öF*üÇ\x1F?âÖ\x15¨"
  b"û\x0F3Ô²┬H=¥n¹ßëÅ\x17="
  b"""
    û\x10\x17c\n
    \x1EL¸¬Í=5ÅÛ"\x1D
    """
  b"\x1C\x02F­FI©}F֯׏Š"
  b"–<2b%íI\x13¼¢\x03\x0F|çŽë"
  b"–>"úô\x7FH±‘Ï<Õ`zOë"
  b"–SÒ¨”jLI»²–V&"
  b"–jnNPYAÊž\x16¶{»,Î\x18"
  b"–Û_sû©GT£×ß"}’¡\x12"
  b"–á>Ù\x012GYŒ\x15\fQW<©¯"
  b"ù\x03[É%ùIJÑ~█k0ù═¿"
  b"ù'┐"+\x03E"£vc║ý»üÒ"
  b"—6Áå¶%DQœE]x@ö¹Œ"
  b"ùÅðÇ■¶B┬ü«¯æÔù▒â"
  b"—žùá6#A¬©êY\v¤‚»…"
  b"—Ï$àq‰FŸž«×+n<“."
  b"—àä’\r˜A‘¯PÇtÒ_ïÏ"
  b"—ãôð+¥B\e¾‰ª%«%¤s"
  b"—øç@°ÃD³§\x0F\x18I²N‹C"
  b"—ü"†êì@P§\x03ðú8\rR="
  b"˜\x1CåÄãŸIt±×*Ñå“Ù~"
  b"ÿbîr▀CL~Å`\x02yGë#W"
  b"˜½Æ@œjBß ¢ûh†-{Ž"
  b"˜ýû¦(z@\x15žuZ†fÀP©"
  b"™X²ÆxºDЬc~TêÕÒ2"
  b"™Yà5ìÒCyžj°\x1FŸÏÅÊ"
  b"™t2–%\x0EJÅ g\x1E|$ú¯\x07"
  b"™yÒÑÖ\x13EŸQ­één…\x05"
  b"™¥”ä„|H‡±¼¸#þ\x17L‚"
  b"™ãc&Ð_Où¢&·Å¾ìp/"
  b"Ü&ºCC\x1CK ïç;F\x02É`B"
  b"š<§)4QIp—쯰W5¦\x1D"
  b"\tØQ“A\x11¶–ˆ\x01\x7FºÔ|"
  b"›P\x18/\¹DiªT¾Â‡\t(\x1A"
  b"›QI„w¥B9¿W¨ûzšÀ®"
  b"›‹›Æ\x08¬N¦ŽÕâ…`Åâ\n"
  b"œ`\x08{VÃL\x08Š1³fK“1Ž"
  b"œ†\x04…¶úNε§-gI¨Ÿu"
  b"£¢═\e\x08KA½Ø¼oAb·0²"
  b"Ø%.ÁAÏEûºá‗øê«É·"
  b"Øt§^GÉ@¨â«; @ƒ¾░"
  b"Øö3Q2fK¯ÁnÙ-¯LSR"
  b"Ø╔‗Ñ■%KFº}\x11ÙU\x7F"\x1F"
  b"ØÊLê(┼N!é_=bÙ■«w"
  b"Ø÷<îsÊLÝ┤█^▀■î\x01ö"
  b"ž8[D\x16`F¯¼jhZ#És¿"
  b"žE³’-I’½4\x03…¶ÂeÝ"
  b"""
    žTX.\n
    ØO‰¢y¸á|ì›’
    """
  b"""
    žuý¾VŠEa¸/\n
    Œx\x01ˆ“
    """
  b"ž£Ü÷u\x00O!ñzø\x1A,"
  b"ƒ|└Ñ\x03¡Cè╝K JÉ▓ó\x1E"
  b"ŸË®\x19šÓA:—´\x1Fo\x03YŽ/"
  b"ŸòZ\t~â@n·\x1E¬*\x16Õš,"
  b"  |į±F`ƒº”\x052á¾Á"
  b" ÂºÑà^M\x1A¾jžWp N"
  b"¡I\x06hqã@1“óæ{V2)\x13"
  b"ívÂî2ºO*ºc▄T&ÅÛ§"
  b"í|ô9ì¨BFì,╣-ı§\x1C."
  b"íô%üE\x18Idú¦VAx╔\x14ı"
  b"¢Cj¤PoBû³p9˜Åœ¦Æ"
  b"""
    óaùìıéA■ 2±1C\n
    Ó
    """
  b"ózÉÉR\Fv┐¯|?(:&o"
  b"óÄþ\x06Å6JÞØÞEÍ┼\x15°\f"
  b"¢¬\x02³\x14ÔD™Ž\x15\x15ýÙíQ÷"
  b"¢ÞÊ=cÈ@R‘3\x00»ðrÖ\x13"
  b"ú\x05|§ ìE\x17ÆÚFȯ l$"
  b"ú\x1A׃þXKÏÿ1ü\x08\x1FX\x01*"
  b"ú@×░,úI>ò╬Ø│\x16S½▄"
  b"£qàŒM\x08@c®[öØpøÚ»"
  b"£|ñiWÝAe–\x18&³-¤á±"
  b"£‘^oÀU@J¹Î\x17‡3jXò"
  b"ú½\x16&\x00ÖDïÅã­\x19)H9╩"
  b"£Âû\x12ˆÃC–ƒ¦ÓÕüã¦~"
  b"úýØÎ¹êK,çî\x01\x11ÒÑ"
  b"¤\x10\x07}r€E$’[wr™t<Ù"
  b"¤s¶ŸéÀ@t‘¿®kXÛä“"
  b"¤½A\rÒ\x1AHl´´d±‡ÿÃ;"
  b"¥\x02Oy%äEôŽü×Q¹\x1D§M"
  b"¥-Iz¯ƒ@¹°#±ü\x1Az(\x1E"
  b"¥@iYÝ*OÁ˜‰wç)´‡µ"
  b"¥¨øõF˜G6¥²9÷œº]["
  b"Ñ└Y\x08JÄL═ü-╚%Åæ\t5"
  b"Ñð\x18Ú\x05ÀE¶ï╠EØU\x1Cí▓"
  b"¥Øšçñ2LË…Ø\ݲ»õ4"
  b"¥ïÒ…ÿùKÜ®•\x1E{01Áæ"
  b"¥ÿ\x03M+=F˜•ôëYžƒº¼"
  b"¦Qï)Ç‹Lü¬\x1D\x14ò*dЬ"
  b"ªZßı±gL*׺"┼»Xìí"
  b"¦Œä·ÞÞD¿Š(üë\x006ܹ"
  b"¦Þþd—òER…r\fìÆ\x7F­\x15"
  b"¦ñ§u(>FLœaxz¤ˆ¾Ù"
  b"§\x06N-)DD÷±x'©dO¹ë"
  b"§)ÇK$XA…¹só^ÿ‰nß"
  b"º2¦ïºªMÐô\x18╬VvèØz"
  b"ºW\x05)LüNPƲ╩á\x0F89n"
  b"ºb╔*I│H┼ÿ>CÌ8üÇ\x08"
  b"§ëç\x05>$E\x11Šwqwÿ\x15!M"
  b"¨\x00ÚQº OOª¬Ë‚þ›SX"
  b"¨\x178Àk«M¯½®’öÔ§\x16\x10"
  b"¨‡\x1CG‰UOQ«å\x0F\x18£o%ú"
  b"¨›g0·a@ø™¨?ßB:Þ^"
  b"¨¸þ\f\x13\x15JAŸ\x19\x01a\x10õ"
  b"¨ÃSY\rEFû€e\x17âT}\f»"
  b"ª\x1C\x1DdÿIš‚‡óа?-Ê"
  b"ª[A¸Ý"Fo³B¾Ïš×$ª"
  b"ªaR5î¸Dè²í?\x00æô‰\x07"
  b"¬▒Ð#é╝M¯ìx5õ\x17╩;¤"
  b"ªÆ}7<ýJ?½±‰\x17d&F\x05"
  b"ªÎý©ïGK÷ª\x03y\x0EÔ\x1F#Q"
  b"¬Ë\x13\x0E§½@Óì╦8ÐG#h«"
  b"½¯&þF¬@\x06¼IÅı\eê&▀"
  b"¼R\x03ÈÅ┬OÍø²ßo\x13\x04"
  b"¬gò±±è@`½&;.¤øžQ"
  b"¬Š¥oÛ¿O\x1A£Ÿ7ÃqFóÔ"
  b"­\tîoü¬K˜““ñ¬±Kx\x06"
  b"¡-á½\x10oFÅ¥ª\x10X\x11\x0F~2"
  b"¡LìEÙýAĺ\ýç\x10÷Z6"
  b"­T˜à£ôHƇpnÔŠ«Nè"
  b"­X\x12.-gHЮuÇûœXTD"
  b"­[ÐVÈWJ\x06§\x17@\x08\t3I."
  b"¡oSFë-Jkç˳+ìgV\x07"
  b"®6@óO®@\t±,ßß?ÔI²"
  b"®‰®\x15\x06ŠM\x18Šoa~«ZˆU"
  b"®Üx0/\x07H»´U“¿äëÕ|"
  b"®ÝcU¶ž@~š}/þ f"­"
  b"¯$\x1D­\x7FYO'…-HBÃs¬­"
  b"¯=ê/¥‰Fp„[¾“9b\x02¥"
  b"¯BOï\x15ÖLû„¬r$ð€\x0Fá"
  b"»p\x19ÅíiOCó³ùú▓‗\x1F\x01"
  b"¯æP&ËU@'¬Ì\x088“­¤s"
  b"»¾O\x1C÷ìCýÂ\f[ȧJç@"
  b"°5\x1D\x7F‹EF\x1CˆB©fàÈ\x18u"
  b"°U\x08ÅJ\x1AF\x1A›T^_ Q}õ"
  b"°Wæ´\\x07Hx´\x01Rí½¿Ýt"
  b"°v·6\x1D\Kzƒ^H\x1D>i¼\x05"
  b"░{│­3=I╠òE§©ì³░q"
  b"°ªäëv]ID¿\x08\x1C\ea”ÏM"
  b"°Çî\x00ÏSKä¡äm‰^ªÕ¨"
  b"°çº9\x1FÂEÀ¦\x07ë'®ð\x1EÏ"
  b"±I4§5“@_µc?ù9\x06e{"
  b"±ÍÉžAZI‘¹\x13\x18:ÑoY^"
  b"▒´ÿG┌ìB-òòªäI╠úT"
  b"²F§tÜ9H\x0F’‚¾(áöÉ\r"
  b"²LþEä>Fwª:¤­§P$\x1A"
  b"²p?DöÄ@\t…[Ú)l\x13mh"
  b"²r©QźC¾±X©Ÿ¼}1­"
  b"²š¸yïçF𥜋Lh<Š\x0F"
  b"▓ѯ÷mûG&ØW@Ðàø/└"
  b"²Í—ñ{‰Lb¥šaì½xûz"
  b"²Ó\x0EÃ;*Gð­·÷'\x13Ž\x07*"
  b"²ë\x7F{S\x06J\x18ˆÆkpCÃ\x01­"
  b"\rÓ<É0I├Ö'Ám├\├┘"
  b"│+qÉd\x19FÝÅ\x191)N‗tý"
  b"³.™Ó\x06?A\x06‡.aÁ$Nª‹"
  b"³öé\x02;ÜAm¨ÀÆ×õÂÞ3"
  b"´'–ÂÉøLÛ¢ù\x16Þ\x12›æ\"
  b"´7öln\tN¤°\x1E¿*‰Ä\x10"
  b"┤TIÊi─B½ì=\x042=Åûõ"
  b"´r,Þ\x12€D\x05\x1D\x08\x18Ñ©="
  b"´xJs\x08¬Cc‹\x01\x06½\tJ†á"
  b"´Å£eù†@{£\x1D¯'¸>Ùþ"
  b"´ç¨k‡JBKŸ#s0EÃ\x11\r"
  b"┤ÙÎ\x0F´óBÓÅ┘Äi§"Iâ"
  b"´úïå\x10aO=– wUs†ºç"
  b"Á\x01ë▀ZöLIìÕ9┘ªØaV"
  b"µ\x06\x07\x11>K4µç\v$Ë=¨\x02"
  b"Á\x11\x04«\x06LÉøE█\fÎ╚m╠"
  b"µ\x1EanäTA3¾,vúê\x16R—"
  b"µ$¬dŽ<Oó€Hæ'¿\x18ÄL"
  b"µ?jmÀ\x14G;¿Æ¿“GÊ<Ú"
  b"µZ—v\x1FGL\v¥\x03‘œ3ïó"
  b"ÁáD\x1AÒ N¸ÿ9ÔÉ!Këß"
  b"µÉÙzmÙD°¡66\x17ñ\vïG"
  b"µþ_\x18çŸ@0’¾‘ftÄ\x1Dk"
  b"\x10IÍØRJ0›§P Äa½ã"
  b"¶E¸éG`Co”hw‚tZIÃ"
  b"¶jž•^:Bhªý0#éo£ "
  b"ÂÅe©°<IÏÆBè╔3\x06"
  b"¶‘>¹èÛG%±]Ã\x060œŒp"
  b"¶·Rrò\x10C\x05¶üü܉ß\x10\x05"
  b"Â╗ƨ\x07ÁNÂûÒüácXCC"
  b"À\x10ã\x0E­bI`üø└╠V®g&"
  b"·%ÿ+I[B¬‚бt÷¡\tÍ"
  b"·S ÛwqI\x1A“ÌÆ¦ÆuŠã"
  b"ÀeòÈ┘õO>ñ\x15┴áüçßN"
  b"""
    ·w{M×)MQŠãÙÅÆ@\n
    -
    """
  b"·‡ I|TAG”­|ȃ‰\t#"
  b"·Ë\x05·?»I2±Â4ŠM\x14ÔE"
  b"·æ?þãSEYš\x1FÒ8º\x1Aßó"
  b"¸›Ö:\x19£NP€Å\x1Ay3yLÚ"
  b"¸Ÿ§ìÛ6LP²9Ádò诠"
  b"¸¬\x01\x06iB¿¾Ä~e¯+\x7Fj"
  b"¸ÂrÅ'JAV­‹œ\eäw À"
  b"¸öóNÿÀG;šçd=ÈœƒT"
  b"╣5½Þ{ÚGz▓·ÅEp<:!"
  b"¹:§Ê\x1FhBu–\x04\x05÷Ñ×"
  b"╣j]x[°M­┐ûkÉK|▄³"
  b"╣│$ü}rK\x08¬3Ù«\x12\x18)g"
  b"¹Ô˜Œ9ÐJ¼¸d ~;-r¸"
  b"¹àÜ‚€ÀMá‹£€“[SmÊ"
  b"\x1C‗¯JèH\x17Ö;n|=ÊìÊ"
  b"ºFX¨ŽóB†¶=‹&ó¨Þ+"
  b"║df!ü\x17Bûì\r\x17\x7FV-¹╔"
  b"║{ì´+\x04E3ù~{╠H‗±╔"
  b"ºø"^ƒdMO©;u\x1F-\x01ñ "
  b"\x1Ey\x18\x0E¢J®ª\x1FnÍ┴òßÉ"
  b"»*Î;·ÃIùœf\x1E!¼(.E"
  b"""
    ╗6÷W$_Iåú \n
    »çUOÉ
    """
  b"╗éiº×\x02GØÅ2Ð\x1F-\t9\x0E"
  b"»†›\x0Fš¶M…›’£\x0EÂýÙ"
  b"»¯£e3_O6½3s·Ÿ$g»"
  b"╗ı¨XS▀HSŧG!¶¾{\x1C"
  b"¼bê\x06\x13 J\x1A“ûÑÙ\x0F\x10ˆ]"
  b"¼²ß~\x12aL>µÕ{Òµ\x11É5"
  b"½\x04hÈYØL~œÚÙ§3_­É"
  b"¢3R╬ç/L╬Ø\x07■±\U"¥"
  b"¢æÀÙ0»L÷øömì.@ÎÇ"
  b"½£Ã­\x10+F´‡76ðl\x12Íó"
  b"½§4e‡rE\e¨&)Ö¨\x06\x1Cì"
  b"¾”´\x17\eµNÖ½2ÆJñ^}\x1D"
  b"¾£sˆÐîKý½´ÈÃEV\x1A¬"
  b"¿Gµ´žÈE\x06–óÿ>.Œcº"
  b"┐ýÉÀ²tH\x1Fº╗Ò¹\╠b¯"
  b"ÀVB…¯GM$µÎmác\r€%"
  b"""
    Àf:=\x04–MΟôŠ/\n
    dþÔ
    """
  b"""
    └kü°▀¸N2ò\n
    Ôp█ö█7
    """
  b"À§\x00#ÏvFT´Ä>Ð+Gã4"
  b"└ÕU?\x03UCúùÿO[ìzµ-"
  b"ÀüZ§‹OC¿®²\x0EóŸzƒx"
  b"Á+q=°%G\x18‹èU±mD®'"
  b"Á3Ф®^K= ÅB̧\x14¤É"
  b"┴]Z§VèN┘ì._VqÐ$C"
  b"ÁŒ&*>ò@Q€ô8‹\<×_"
  b"Áš4€ñ°Eb‹ßT`q\x08Òq"
  b"Á£R–¤SG”³—kÚ•5)\x03"
  b"\x13\x0FÅSoJ5ó/+╔:'▀\x07"
  b"Â5±¨ŸÈJ;Žt‚\v4އý"
  b"Â<Òý 5F\f­\x12eÄ—‘ì\x16"
  b"ÂEãi¾\fCذgO—çu_`"
  b"┬Çí┬║_L▒ôk?ï:}Ø\x7F"
  b"œÇ\x08O+@u¸É\x03*^8±°"
  b"""
    ÂÏw\x11†*@ ¨ µ\n
    ù=Ù2
    """
  b"Ã\x1A‰zXgJN­¦hèüÝF¿"
  b"Ö†h…9Kï—ò.;¾óS˜"
  b"û\x0Fó¹äK\x7F‚ê+ENøW–"
  b"Ä<\t\x12Ib›S{l‘é©\x0E"
  b"ÄPÂòû©Eå¢L†á®(\x17#"
  b"Ä]än¾\x07AÓ‰¨´Â\x1F&¦ˆ"
  b"Ä·³¨2<EÍ€‡\x13)ŽÊ«\x07"
  b"─ÝXÉJtH1ñ\x17T\x05;\x1CüÛ"
  b"Äúm6u™Lí»¯t±¬ÓÒo"
  b"Å\r¼ZÞ\x04F\f°äÃSÔOä="
  b"ÅLÒGÈÖHN‹Úž›x\x13\x12·"
  b"ÅWŠ¥?‰KQ¼<9¬çThÑ"
  b"┼fG├ÐËAÚ┤AZÑ█Å;²"
  b"Å}P.Ó£H§œÓY{t\x05\\x19"
  b"Å®*?ëDJ|·\x08G±V\x1A^\x1A"
  b"Åî3ªO\x04GÚ¥Ò\x00ï\x0E_.ï"
  b"Æk"\x14á]IQ­P›Ñ“\x15í£"
  b"Æ»=îÎÇIL´\x06r{ÝÊúv"
  b"""
    ÆÂ<»\!Ob°Â\x14jk\n
    ¥`
    """
  b"ÆÉKªÓêK§™QÑ¥\x12S\x1D\x07"
  b"ÆÔàV\tiHWˆ$ùGçeèa"
  b"Ç\x16Àð‡LÒ¿†¶C¤ðTb"
  b"Ç\x1D»p—›Lë“h¯\x12-ݸ¬"
  b"Ç\x1Ee¹FOEö—'ðÉ(°M!"
  b"Ǥ\x02É\x1FGFPŠGe¶\x05³Û@"
  b"ÇÕª³ó‡Nü¢Ø4®ÿÊ=\x0E"
  b"ÇÖë\t³œCG‹uK‡ž'`Ç"
  b"Ã▀╩©W®E)É┤£Ù9\x7F╬│"
  b"ÇìÔÕ:ŠA§…ôb\x12뾯›"
  b"ÇîÝ&\eÍI¯ˆ\x1ALmàÍ\x14Ø"
  b"È&0†BÍBî¾±µÂ6jMù"
  b"Èr\x0EpíŽAзù雌¨Ll"
  b"╚s(\x1Dà6A\x02Á\fÅ┘╝º‗î"
  b"É\x19OÈêßMå†d  aéù8"
  b"É*à\x10;(Aô³\x1F…B\x1Et“®"
  b"╔mI╚Ì\x1FJ\x13î¥Ê╗╚É\x02»"
  b"╔£ü┐═├Ft▓╣Tï\x15ñ║Ó"
  b"╔­ÑÚÐcGƒìÓ4ÝÃe,ï"
  b"Ê\x10BRxŸMã¾J¨SnÇ)\x12"
  b"Ê\x12ç\x1F€&M⢱]ÆS¡9l"
  b"ÊN€]w<A»¬¯ 5\x7FRŠÆ"
  b"ʤ’ßl«H\x15 \x11$£Â¡›š"
  b"ÊÏ\x10'o±F\x11½CÒ·ô(ª"
  b"ÊòIL\x06©Hú¿¡à(gOúƒ"
  b"Êòê\x1CÄ\x12Ná¨2—?÷[¾¯"
  b"Ë\x0E89Ú«LN¢YÒ£~BØ\v"
  b"Ë\x18Ã[Ù·NfŠq,2K.§\x7F"
  b"Ë,¶OÛ»Iy­ÃûÀè„.Ä"
  b"ËS™ÚqÒA šè>Ï\x01vÂB"
  b"ËŠ¿9Z”G\x0E‡VLÇ\x1A-\fÈ"
  b"˼¬Áº\tEž½Ü\x11\x15ÿ\eg]"
  b"ËßnþùSH÷£†\x05¦˜±ÐÞ"
  b"╦¶Ãè³]KÍØ©~\x0E\x17["
  b"Ì@}–m\x13CΚÌÕ\x08\x17Ö`›"
  b"ÌL(ìHY@ü¿\x14y…£Äšž"
  b"ÌN­\x197åD.»¸±ÅžT\x0FZ"
  b"ÌUEz¿/M¢ äÿ¢ðY)("
  b"ÌaÓDˆÃM†’\x1Aéáµï7©"
  b"╠ʃ\x17PçNrág¤ ı\x1CØP"
  b"""
    Í\n
    Mì`$L­—\x02¼²x‰à\x17
    """
  b"Í*òša’Cs³g\x07\x1A>¸Ï£"
  b"ÍÒ\x0EŽg=MY·JŤǨÆÜ"
  b"Î-ê\x06KÕI„˜š˜s¨•XŸ"
  b"╬0-Éú+K\x08╗█▒Ð(#╝Þ"
  b"╬ÜØá╦>M±Ñ\vò¥q\x7FÔ\x13"
  b"οßûà\x1ELÝ£Žv\x138zù\x11"
  b"¤+ã(®ªEJüIg\x01‗z<ã"
  b"¤Di\x04\x0FÎFo¿\r̦ü¹°ä"
  b"ÏQå-ð\x05E^¼H¹\x04°½‚š"
  b"¤×█¡┐ÔKÉèö¥5Çd"\n"
  b"ϸÀŒ\x08=Dÿ»`:\e,k÷º"
  b"Ͻ\x13'‹âEL©àêÝ''7¬"
  b"¤┘¡@¢}DY©Åkd¿\x12è^"
  b"Ð/9Ê=1F„¶0‰p™ÛŒ©"
  b"Ð1ÁãåéLÁ‡êó¯ÒÛæ%"
  b"Ð=¦³þË@ã…õd³Y9Ë\x03"
  b"ðMHÇJëK┴Ñв<Wì¾¼"
  b"Ðw¤·înF\x17€}\x01¦½àV¥"
  b"ЪxO┴LM╠»gödëÅk»"
  b"мlE¡~Fü┐;0õö*5c"
  b"Ñ›‘Ò=L]‘.›ÿG“+>"
  b"Ñþò<ÈŸAܼȟtX/ôË"
  b"Ê#4·±_C®░(/­═\x08\x02Ø"
  b"Ò,;ŽJÅC³ \x1CÃÞ.ÒeÎ"
  b"ÒpT’n\vOÿµ=d(ìèl'"
  b"""
    Òž\v\n
    \x1C\x11F¯½öâaÃ04m
    """
  b"ÒÛ\x13À°\M\x12½z†¯7Ý<p"
  b"Ó(Ìe¿¾Jʵñ#-ÉuÓ\x0F"
  b"ÓJsðV³MΪ{\x03ks.ÎÌ"
  b"ÓPTc\x13_A2†ÁÁ\x1AÔÀ,Ý"
  b"ÓR\x1Fxø…F+µ\x11šI>ó&°"
  b"ËVü9®ÜNsÜ\x12SE╬Q:█"
  b"Ón\x08]+òI;ˆ\x13—8>Ÿ‰ê"
  b"Óp\x15ðŸ\x03Iù¯!c²èÒ¨Ã"
  b"Ór¡^[\x1DF\x12›÷wR‚¯¾\x0E"
  b"ËåâoÉHJ\x14\x17|[b£bx"
  b"ËöüÄXûAö¢\x19±`2ùø▄"
  b"Óï/÷ä\x1EM¤¬ÆáP"CK2"
  b"Ô\x17Ž|yöBÙ\x07O\x7FôÒ"
  b"ÔN®®éÑH·–x‡µ\x05\x1AY;"
  b"Èa¸P}9F\x13½\fÉB\v,┐¥"
  b"Ô¢AU‚ôCÉ´D\x1F–<õC\"
  b"ı¨sYÙÓBÀçG\x12\t\x1FàÉ\x1C"
  b"Ö4ÑwÅäG\x15¸Oua¨%ј"
  b"×.½sàÌNÍŸöÓå…\x11ü\x16"
  b"ÎEÑã\x02¶L+½+┬ì\x1D¢#Ô"
  b"×aCRá*IÏ­ë\x1Et;;\x04$"
  b"×ÅÜÉqÍHâ«—\x1A)q¿\x12±"
  b"×ÙÌG‘ C[¥Ç£´}\x7F\x08\x03"
  b"×þ´\x18–M¥ž3«¨î\x7F"
  b"×þÜR”™KàœSŽËY\x08[`"
  b"ØC¢\x16¤\x07Bc¹YÛÇ\x00‚ß'"
  b"Ø]ø^â9L2†ù)`FÑa~"
  b"ØûîlϾE&µl£ë®ÅvÓ"
  b"Ù\x12Œ¼\x1C'BˆŒ)\x1DU’›…¯"
  b"Ù ÖQ\x03\x1AMd¬cCLd/£\"
  b"┘d\x04:▄°J\fîak░Éé\e"
  b"""
    Ùt©‚\rìD<ˆ+\n
    \x1CøXüo
    """
  b"Ù’R˜yuEò†6\x04e%íÖu"
  b"""
    ÙŸ˜°áD@}¢\n
    áÐØC20
    """
  b"Ú.4}ü?EO ¶£\x10v%›¨"
  b"Ú6?QWÉD\x14„Ê·UË\x0F§W"
  b"Ú \f므O\x1Cª\x10Ìk—¦\x0EÞ"
  b"Ú¥\x11—¿SKG‰\x06Žíܼf–"
  b"""
    ڝ\n
    3èÅM<ÄÀY\x14¬ÀK¢
    """
  b"┌Ô;ØÅ\MXì┴Ç\x03Hj#ï"
  b"Û\e•žÜ\x14I\x0F°¡ù¯H&‡l"
  b"Û+Ü\x18ϱLk½òš\rÙÅ\x1F¬"
  b"Û,ÓÇ‹èDL„™BÝL|]5"
  b"Ûb<NÇ"A뀲¢­ïÁ¸*"
  b"ÛcJk\x08†Gû—[\x1Fm\x03¦ðÃ"
  b"Û‘ÖR8¥Gº“ù]©½ª\x19S"
  b"Û»Çü–¿G©¥Î˜°7ñÄÊ"
  b"█±^(®ÃO!┤\x0Fuu1ƒÉ┬"
  b"▄6-^ÀLGiÉÐ═8ð╚\x12\x17"
  b"▄;É«\x0E"H#û/[år88ê"
  b"ÜDóxâ­F𻛨;c{™\x1F"
  b"ÜGìy¶ÿDµ¿)ƒi2èɺ"
  b"▄Y¸8│øLèüÁO\x17S█½▒"
  b"Ü\†jËkA¾²üî(\x03\x0FÁJ"
  b"Üf\x13¤OqAa‹FÁ)cT4\x0E"
  b"Ü}æ©ö˜IE•GX\x02±¡J\x10"
  b"▄ÅUSǸAzáÎä xö¥ø"
  b"Ü»5ÊŒµK´…­„ÌâÕè3"
  b"¦\x04½█\x1A\x1AE@è5XÉO‗░\x1A"
  b"¦\x16Õü▓QCX£¥øP2ý4¥"
  b"Ý1”Sæ\x10Kÿ¯S6•à‚ªÞ"
  b"Ýg\v\x18–Ä@¾¸\r”]\\x7Fö\x1F"
  b"Ý¿{Ú-âOÉ¿q(\x11Ä„u2"
  b"ÝÍFš~~Iw¹½î-›7.±"
  b"""
    ¦ÐAØgîCJüà\x19$\n
    H":
    """
  b"ÝÖùp8ÕC›£b\x18\x1D\x0Eùþ€"
  b"Ýóí§U:B\x18”€WþùT\x0F\v"
  b"Þ\x03ÇÌí¥I²áÔ\x0Eª×•B"
  b"Þ\x1A2‚AÍG¾¡Š¶×Q\e"
  b"Þ]눧|Bʼn\L\x1C¿Ì(É"
  b"Þh-_\x05åJY¬çš»\f¯\x19$"
  b"Þ’çú=-K½†¨Ìæø8/Á"
  b"Þ“Ò2»#F=€AŽ\Îð_ƒ"
  b"Þ—¡‹j\rHâ”u°GÃ*\x1DY"
  b"ß\x08ûù\x15\vHÌš\x17\x199\x11{_"
  b"ß\x17_>é«CδBÿ\x1D’Á°Ú"
  b"▀XíâtOG!Øk\x12Øm|+a"
  b"ßq\x11U©?@%ŸW}¥\x10¼+•"
  b"ß•Xþ ÍE\x17’4\x1Cî•\x01ÐÃ"
  b"ß—\x03$’¶D-š9kBÇyDã"
  b"▀¥Áj├çO\x05ìL!RP\x1A\x126"
  b"ßÔq\x06\r2Dû“wNwŒ\x08¢ì"
  b"ßÿ\x02ŒN E:•ø'øCUÊ@"
  b"ÓIÜ~.hKÅñÑJ<aÍ­ê"
  b"àYù<‘CFoœ\x1CXÍý\x7F×:"
  b"àw…3d1MÙœ‰ìÙÿ_\x03Ó"
  b"""
    à‚"¼¾\vEƽx\n
    æöùö\x1D
    """
  b"àªbѨwL~™=8kž`¯D"
  b"Ó▀4ü/BJøçÕ\e¾\v¡M°"
  b"""
    àý\r\n
    „šN\x05\vM‰šø\t1
    """
  b"á\r\x04BBŽ‹èv•é\f\x12*"
  b"á$Ò.iÎI=¤!%­\x1A\x14¸Þ"
  b"á<†hÓ½@„ެ\x1F©¨2\x17ï"
  b"áM¨Ré@LW¤;¥¡Ó£8…"
  b"á—ƒŒŽËGÊ¿,\x12¶j\x18·Í"
  b"ß┬ß\r´úE¹ò\x11Ø\x15.L0J"
  b"áÝë ø‡OI¾âܲö\x12™§"
  b"áà\x7Fе\x0EBÅŸ1Ìø„¦ÏI"
  b"""
    âkôú+N@á‰Ù\n
    \x13\x18°
    """
  b"ÔØ«‗näH{øx.ó½\x14O└"
  b"Ô©└$YyO¬Ø¼SƲú\x1EV"
  b"ã\x0EØs]îN\t©Ë@i˜ñiÞ"
  b"ã#kKûþFG©\x1DÇ \x07£©Œ"
  b"ãkõßìsJ¸ cœÏ¿–\x15ý"
  b"Ò{\x0F©ö\x15N─ôStzåìËQ"
  b"ÒÉn$\x02ÅGUƒ¿\x1E\x03ı┼["
  b"Òóe▓þäEwÉ;m\x1E?Sû╔"
  b"Ò¿╝\x02u╔G‗£_P\x02ïü\x02"
  b"㱈ïv¡E¥©:ékÎ>œ""
  b"""
    ã²B\n
    8·CY¦‘F©Ž\x12
    """
  b"ã½lÜCUBh¥œèKBþR\x0F"
  b"Ò╠þ_ºKF\vå¾│ÊKØ\x11a"
  b"ãÙ¾2R\x1ANt¸—À\x01\x01e‹)"
  b"ãÝ\x0F\x05h5A\x1D©ò”Q¬ä¬Þ"
  b"ãð×\x1Dâ†C¥³ûlA\x0EuË)"
  b"ä\x15ï•ÆôM–Šv,Gzþsž"
  b"ä[ĺ;ÚAy¥¯éß©1ÀÑ"
  b"õ±G\x14úÔE«ì½ûÌ\x12£ä┤"
  b"å¥"àÐXAœŽÿˆ\x12‹´1ó"
  b"åÄzË~ýH\x03š?\x1D\x03ÙÚké"
  b"""
    åÍ('\n
    êJw•Å;t09c¢
    """
  b"æ\v3š—$EO¤S\x1A]¢oCž"
  b"µçÁO\x1A\x1CJôü¬²│¼úÄÞ"
  b"µ╣E╔Ôà@\eÅßI╔jJéN"
  b"æÓE%<-G\r‚"{Âb%³Ï"
  b"æçüt‹\x19E“—kí²‘\x17‘ž"
  b"þ1░ª-çDjÅn:\f┬QÍ$"
  b"çÅœVàþM\v£ôA­ð0¢Y"
  b"""
    çìnL\x16ŽC‹‹¶\n
    û¿ÙtÍ
    """
  b"þ¯ã!g▀Oå┐ñäØÑ uÂ"
  b"çùR\x1DúˆFç¶%Yމ¯<l"
  b"è0(7\x17·CT®xß\x7F¯ËÓÅ"
  b"èV¦\x1D\x08[Gç‰ë'<mr]T"
  b"ÞÆ~SãÿL\x04Ü>OLØÍ\es"
  b"èÀ,!'KGt“O9¦õîÆ1"
  b"èñ¯"#«C¶·:}ãŒGAù"
  b"èýÂi\x13@Aà¿èO=\e' |"
  b"é67‘\tüH{©wr\x18‰Ã\të"
  b"éQ\x02í^·D—…Ìô\x10M\x13"
  b"ét§Ï\ðB\x13¬é¿…¬ª\x1E["
  b"ê`ÈT¥ÏO\tªÙA•½*—Ÿ"
  b"ê¾5—¢wM\x04…ÞFÑ\x0EoÀÖ"
  b"êîͶó­Ií¨ì'€Ui­\x1D"
  b"ë—P+Ã×Lc›K’'ý\x02e["
  b"ë¾kåâÒDý£×àáaê›Ñ"
  b"ëå®Ç#LF`©Q†¼¹ÛG#"
  b"ÙÛÒÝÆ<CÅæa"╔ÇÉ 8"
  b"Ù³uÖA¾Jòì`W@[Ltþ"
  b"ì\x1EBB]3Ng€q]º9Z@i"
  b"ì\x7Fì,\x7F5G£ŠNc$\x04„sB"
  b"í\x01\x17Í\x0FbKë™_5£L':Ü"
  b"í\x03B\tEWI縖€•M\x04"
  b"í\x1E£‘ŽBC›¥hÎ(y3u"
  b"í:Í\x02\tG³´tùh0_…l"
  b"íy]èúyC\t—¯Ð^\x1A4µS"
  b"í™õƒç>N”»‡hÔ»À¥‰"
  b"î\x1AyU‡V@ò¯ LCåfž^"
  b"îRìÂ\$F¿—êÛËå„sÙ"
  b"¯ü/©x¹Hƒå┌U£ô\x07ª\x17"
  b"îÍ{¶™®NÇžLÙùBKç°"
  b"¯ý%b▀¸O\x0EâıÀh÷ÞØ┴"
  b"îï¦#.·MÇ•ª_Wö\x02ÓË"
  b"ï2·ãƒ=Jœƒoš=üIBŠ"
  b"´ÛB▒7dMnÄ\x11ت{w*Q"
  b"ð*—&ŒQ@í£'´³ˆ\x12Y\x11"
  b"ð]½²}¼FŒ¡sÀ*¡€ÿ\x15"
  b"ð™J§~FF\x03’¥;\x11\x022qå"
  b"ðËPý¨\x1A@¸‡¹ÜþÀÈïE"
  b"ñIC^Q,Ie–ñL›’T\f\x15"
  b"ñ_8UEÔJâ»|ö«öm\x7F¼"
  b"ñqvºø\x7FO⊰@'Úk0%"
  b"±Äó┘╠ìOz╗\x1F®ùy┐°o"
  b"ñÆ£>\x00OJ\x03¨¿\x02\rÝêq:"
  b"±┌Ó{¢▓G¹┤\x16\x13É¿u"
  b"ò\e`Ù6XKV¯è7Úݹy—"
  b"ò-àpØÀDع\x19áM\x11\x15\x08÷"
  b"""
    òLx»75Dh”\vš\n
    Á\x1A\x0FÕ
    """
  b"‗W═┴\x1FÆIÂü\x12ËÄ\x120B│"
  b"òy\x15/hsAT€Ã"ÕkŽ.Å"
  b"‗{R┴ú╣A┼Öþë¥}"=Ø"
  b"ò‡\x05DÇ?EŒ™›K5ïk\x02¿"
  b"ò¢…âé³Hw“ÌGiMBD\x13"
  b"‗¿×ÆDXN<▓»\x0FDÉÑÚê"
  b"ò²¥êÆ\x19OŸ–\x13l™F\x14z3"
  b"‗Á=█Â`DàÁyÎÚ\eìs¡"
  b"òà3°†¹Gg«éuçü\x18ú¡"
  b"ó\x0FÒ­t\x15C`ƒyÚ÷|×Az"
  b"ó"2¤ûs@ÿ·)À²¨sáÁ"
  b"ó¡Å\x1A\x0E\x1CA5¬Ñ\vùØsÄ]"
  b"¾ºÙðÍ\x03J8©°ü.©┼yƒ"
  b"óºó÷c5DÀ»Å>*ù¦K@"
  b"¾═\x12;╬ÜK\x18ü«m└c/!n"
  b"¶G\rZ%ÞAo┤L^-Å\x02p\x05"
  b"ô|\x11ú?N@%„ÆÙ†‘ئ\r"
  b"ô}gö ›JI¹“c9´ð\v"
  b"ô“þ³\x00sAa®\x16Ej¤¨\x07"
  b"¶ªúê┐óHÜ▒R╩Å■Ëkþ"
  b"ô±ØÕL£K½´œòVµÖmë"
  b"ôºÈ××CAA¸ª¥ƒü²ö¡"
  b"§\x10i»Å[@FØþhºÅR1w"
  b"õX†ÜEâCß­Ï\x12á™\r0\x1E"
  b"õ\ÅÆY/Oi˜Jh½¨ºØÆ"
  b"õm1¢ÜèL\x10—€\x1DÀàù²ï"
  b"§Å¡Ð\x1D¾IzòlQ'z\x0FJ0"
  b"""
    ö\x11\x11njàAƒ†Ê÷\n
    Qø­\x1A
    """
  b"ö\x1DQ8ÉpEk›Ò;®íO*¬"
  b"ö/1§v,MÄ´58\x06[@‰Î"
  b"ö6ÿrî=L\x17¼\x1F'L‰…M6"
  b"ö€ÀO\x13,K.•d³Sðù\x07"
  b"öÛRbZ¸D ¼¦kö;¯\x02Ý"
  b"÷ He$þOúž\x04Þ\x14õˆ!"
  b"÷º?\rnRAï‘\f6\x03è½¢x"
  b"¸¸\rx\x131Kì▓ÿı║MÑ?!"
  b"ø\x1CMôw„K7–V½\x1Aߤ¯º"
  b"ør‡cc\x04K\e¶VýØ9\x18­à"
  b"""
    °t$ı╚¬LqàòÉ\n
    )}õã
    """
  b"ø‰Î–ê~O5‰Òô¯m‚&\x1F"
  b"ø·:`\x17\x17J\x08¥\x1CDˈÜIÂ"
  b"øç*æ¤ÝD&”‹\x16³\x14©\x14\x06"
  b"ù>-–\x05\x7FE6²ÐUó¤?°„"
  b"ùðE~6eFÔžÅÓAÖ®y—"
  b"·\f^7×÷C\x1D╝xü\x1F®¾@¿"
  b"·*bDð6@ ë┼└úñì;┼"
  b"·¶¨¬Å}GoêVN┴\·²\x05"
  b"¹KéÚ█§M─ìÐÝ╔\x01VÕ█"
  b"ûW\f¼\x1E C˜ªK¤\x12¹»\x1EÌ"
  b"¹e¡▀ßÎNÉ¥ı║\║aZi"
  b"ûµ1qÆàG¯½4Œ\x19B\x17ƒ$"
  b"ü!+\e‘þN瀣Ž|h[®•"
  b"ü$J\x0F¼K@ú¬WÁÐ\x1F¾'Ð"
  b"üŇóúÁDެ¤ÿr;%ñ©"
  b"""
    ²\x1AØ\n
    M¬F╝▓Õ»\tLÅn╬
    """
  b"ý¸¢gFçNh \tÜŸcMeØ"
  b"""
    þ\n
    \x10€yNO\x14¸ŽÝqTîp\x0E
    """
  b"""
    þ\x12™Êëï@ð·\n
    87/`‚Å
    """
  b"þ_PÎ\x07¥F[²ùlTö±¨<"
  b"þe²¨+ƒDЭÀÐÏ\x07\x16³ï"
  b"þ•?\x02ZûD´“D%|øqåT"
  b" \x05\x18ÎÅ╗Otç6=·X═¤\x01"
  b"ÿ Õyþ©JrºXdÁ³\x10&\x18"
  b"ÿ=öÛ©9O9ŠäôN{9˜Ó"
  b"ÿo47ЧL\x03 \x06Ý\f±DH•"
  b" à5\x03~:C\x05▒Åc\x12î╝\rw"
  b"ÿã¢4ó\x1AL#ª €~ƒ±*9"
]
41 0.58 ms
# product-detail-route::association::mainCategories::read
SELECT `main_category`.`id` as `main_category.id`, `main_category`.`product_id` as `main_category.productId`, `main_category`.`product_version_id` as `main_category.productVersionId`, `main_category`.`category_id` as `main_category.categoryId`, `main_category`.`category_version_id` as `main_category.categoryVersionId`, `main_category`.`sales_channel_id` as `main_category.salesChannelId`, `main_category`.`created_at` as `main_category.createdAt`, `main_category`.`updated_at` as `main_category.updatedAt`, `main_category.category`.`id` as `main_category.category.id`, `main_category.category`.`version_id` as `main_category.category.versionId`, `main_category.category`.`parent_id` as `main_category.category.parentId`, `main_category.category`.`parent_version_id` as `main_category.category.parentVersionId`, `main_category.category`.`after_category_id` as `main_category.category.afterCategoryId`, `main_category.category`.`after_category_version_id` as `main_category.category.afterCategoryVersionId`, `main_category.category`.`media_id` as `main_category.category.mediaId`, `main_category.category`.`display_nested_products` as `main_category.category.displayNestedProducts`, `main_category.category`.`auto_increment` as `main_category.category.autoIncrement`, `main_category.category`.`level` as `main_category.category.level`, `main_category.category`.`path` as `main_category.category.path`, `main_category.category`.`child_count` as `main_category.category.childCount`, `main_category.category`.`type` as `main_category.category.type`, `main_category.category`.`product_assignment_type` as `main_category.category.productAssignmentType`, `main_category.category`.`visible` as `main_category.category.visible`, `main_category.category`.`active` as `main_category.category.active`, `main_category.category`.`cms_page_id` as `main_category.category.cmsPageId`, `main_category.category`.`cms_page_version_id` as `main_category.category.cmsPageVersionId`, `main_category.category`.`product_stream_id` as `main_category.category.productStreamId`, `main_category.category`.`custom_entity_type_id` as `main_category.category.customEntityTypeId`, `main_category.category`.`created_at` as `main_category.category.createdAt`, `main_category.category`.`updated_at` as `main_category.category.updatedAt`, `main_category.category.translation.name`, `main_category.category.translation.name` as `main_category.category.name`, `main_category.category.translation.breadcrumb`, `main_category.category.translation.breadcrumb` as `main_category.category.breadcrumb`, `main_category.category.translation.slotConfig`, `main_category.category.translation.slotConfig` as `main_category.category.slotConfig`, `main_category.category.translation.linkType`, `main_category.category.translation.linkType` as `main_category.category.linkType`, `main_category.category.translation.internalLink`, `main_category.category.translation.internalLink` as `main_category.category.internalLink`, `main_category.category.translation.externalLink`, `main_category.category.translation.externalLink` as `main_category.category.externalLink`, `main_category.category.translation.linkNewTab`, `main_category.category.translation.linkNewTab` as `main_category.category.linkNewTab`, `main_category.category.translation.description`, `main_category.category.translation.description` as `main_category.category.description`, `main_category.category.translation.metaTitle`, `main_category.category.translation.metaTitle` as `main_category.category.metaTitle`, `main_category.category.translation.metaDescription`, `main_category.category.translation.metaDescription` as `main_category.category.metaDescription`, `main_category.category.translation.keywords`, `main_category.category.translation.keywords` as `main_category.category.keywords`, `main_category.category.translation.customFields`, `main_category.category.translation.customFields` as `main_category.category.customFields` FROM `main_category` LEFT JOIN `category` `main_category.category` ON `main_category`.`category_id` = `main_category.category`.`id` AND `main_category`.`category_version_id` = `main_category.category`.`version_id` LEFT JOIN (SELECT `main_category.category.translation`.`category_id`, `main_category.category.translation`.`category_version_id`, `main_category.category.translation`.`breadcrumb` as `main_category.category.translation.breadcrumb`, `main_category.category.translation`.`name` as `main_category.category.translation.name`, `main_category.category.translation`.`custom_fields` as `main_category.category.translation.customFields`, `main_category.category.translation`.`slot_config` as `main_category.category.translation.slotConfig`, `main_category.category.translation`.`link_type` as `main_category.category.translation.linkType`, `main_category.category.translation`.`internal_link` as `main_category.category.translation.internalLink`, `main_category.category.translation`.`external_link` as `main_category.category.translation.externalLink`, `main_category.category.translation`.`link_new_tab` as `main_category.category.translation.linkNewTab`, `main_category.category.translation`.`description` as `main_category.category.translation.description`, `main_category.category.translation`.`meta_title` as `main_category.category.translation.metaTitle`, `main_category.category.translation`.`meta_description` as `main_category.category.translation.metaDescription`, `main_category.category.translation`.`keywords` as `main_category.category.translation.keywords` FROM `category_translation` `main_category.category.translation` WHERE `main_category.category.translation`.`language_id` = ?) `main_category.category.category_translation` ON `main_category.category.category_translation`.`category_id` = `main_category.category`.`id` AND `main_category.category.category_translation`.`category_version_id` = `main_category.category`.`version_id` WHERE (`main_category`.`sales_channel_id` = ? AND `main_category`.`product_id` IN (?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
  b"ZЧ[5ê@·€r\fõ¹\x159j"
]
42 0.37 ms
# product-detail-route::association::media::read
SELECT `product_media`.`id` as `product_media.id`, `product_media`.`version_id` as `product_media.versionId`, `product_media`.`product_id` as `product_media.productId`, `product_media`.`product_version_id` as `product_media.productVersionId`, `product_media`.`media_id` as `product_media.mediaId`, `product_media`.`position` as `product_media.position`, `product_media.media`.`id` as `product_media.media.id`, `product_media.media`.`user_id` as `product_media.media.userId`, `product_media.media`.`media_folder_id` as `product_media.media.mediaFolderId`, `product_media.media`.`mime_type` as `product_media.media.mimeType`, `product_media.media`.`file_extension` as `product_media.media.fileExtension`, `product_media.media`.`uploaded_at` as `product_media.media.uploadedAt`, `product_media.media`.`file_name` as `product_media.media.fileName`, `product_media.media`.`file_size` as `product_media.media.fileSize`, `product_media.media`.`media_type` as `product_media.media.mediaTypeRaw`, `product_media.media`.`meta_data` as `product_media.media.metaData`, `product_media.media`.`config` as `product_media.media.config`, `product_media.media`.`path` as `product_media.media.path`, `product_media.media`.`private` as `product_media.media.private`, `product_media.media`.`thumbnails_ro` as `product_media.media.thumbnailsRo`, `product_media.media`.`created_at` as `product_media.media.createdAt`, `product_media.media`.`updated_at` as `product_media.media.updatedAt`, `product_media.media.translation.title`, `product_media.media.translation.title` as `product_media.media.title`, `product_media.media.translation.alt`, `product_media.media.translation.alt` as `product_media.media.alt`, `product_media.media.translation.customFields`, `product_media.media.translation.customFields` as `product_media.media.customFields`, `product_media`.`custom_fields` as `product_media.customFields`, `product_media`.`created_at` as `product_media.createdAt`, `product_media`.`updated_at` as `product_media.updatedAt` FROM `product_media` LEFT JOIN `media` `product_media.media` ON `product_media`.`media_id` = `product_media.media`.`id` LEFT JOIN (SELECT `product_media.media.translation`.`media_id`, `product_media.media.translation`.`alt` as `product_media.media.translation.alt`, `product_media.media.translation`.`title` as `product_media.media.translation.title`, `product_media.media.translation`.`custom_fields` as `product_media.media.translation.customFields` FROM `media_translation` `product_media.media.translation` WHERE `product_media.media.translation`.`language_id` = ?) `product_media.media.media_translation` ON `product_media.media.media_translation`.`media_id` = `product_media.media`.`id` WHERE (`product_media`.`version_id` = ?) AND ((`product_media`.`product_id` IN (?))) ORDER BY `product_media`.`position` ASC
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"ZЧ[5ê@·€r\fõ¹\x159j"
]
43 0.19 ms
# product-detail-route::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"ZЧ[5ê@·€r\fõ¹\x159j"
]
44 0.39 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"
]
45 0.20 ms
SELECT `handler_identifier`, LOWER(HEX(`id`)) FROM `payment_method`
Parameters:
[]
46 0.20 ms
SELECT LOWER(HEX(assoc.`sales_channel_id`))
                FROM `sales_channel_payment_method` AS assoc
                    LEFT JOIN `payment_method` AS pm
                        ON pm.`id` = assoc.`payment_method_id`
                WHERE
                    assoc.`payment_method_id` = ? AND
                    pm.`active` = 1
Parameters:
[
  b"p\x7F´/rJEGá$Ø\x18\eFy▀"
]
47 0.23 ms
# breadcrumb-builder::main-category::search-ids
SELECT `category`.`id`, `category`.`auto_increment` FROM `category` LEFT JOIN `main_category` `category.mainCategories` ON `category`.`id` = `category.mainCategories`.`category_id` AND `category`.version_id = `category.mainCategories`.category_version_id WHERE (`category`.`version_id` = ?) AND (((`category.mainCategories`.`product_id` = ? AND `category.mainCategories`.`sales_channel_id` = ? AND (`category`.`path` LIKE ? OR `category`.`path` LIKE ?)))) LIMIT 1
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"ZЧ[5ê@·€r\fõ¹\x159j"
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
  "%|79a36140a28a4ce6ac6d0e2ced062741|%"
  "%|dda3ec5fdb8042acb8f8c841f70efe8b|%"
]
48 0.19 ms
# breadcrumb-builder::search-ids
SELECT `category`.`id`, `category`.`auto_increment` FROM `category` WHERE (`category`.`version_id` = ?) AND ((`category`.`active` = ? AND (`category`.`path` LIKE ? OR `category`.`path` LIKE ?))) AND (`category`.`id` IN (?)) LIMIT 1
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  true
  "%|79a36140a28a4ce6ac6d0e2ced062741|%"
  "%|dda3ec5fdb8042acb8f8c841f70efe8b|%"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
]
49 0.30 ms
# breadcrumb-builder::read
SELECT `category`.`id` as `category.id`, `category`.`version_id` as `category.versionId`, `category`.`parent_id` as `category.parentId`, `category`.`parent_version_id` as `category.parentVersionId`, `category`.`after_category_id` as `category.afterCategoryId`, `category`.`after_category_version_id` as `category.afterCategoryVersionId`, `category`.`media_id` as `category.mediaId`, `category`.`display_nested_products` as `category.displayNestedProducts`, `category`.`auto_increment` as `category.autoIncrement`, `category`.`level` as `category.level`, `category`.`path` as `category.path`, `category`.`child_count` as `category.childCount`, `category`.`type` as `category.type`, `category`.`product_assignment_type` as `category.productAssignmentType`, `category`.`visible` as `category.visible`, `category`.`active` as `category.active`, `category`.`cms_page_id` as `category.cmsPageId`, `category`.`cms_page_version_id` as `category.cmsPageVersionId`, `category`.`product_stream_id` as `category.productStreamId`, `category`.`custom_entity_type_id` as `category.customEntityTypeId`, `category`.`created_at` as `category.createdAt`, `category`.`updated_at` as `category.updatedAt`, `category.translation.name`, `category.translation.name` as `category.name`, `category.translation.breadcrumb`, `category.translation.breadcrumb` as `category.breadcrumb`, `category.translation.slotConfig`, `category.translation.slotConfig` as `category.slotConfig`, `category.translation.linkType`, `category.translation.linkType` as `category.linkType`, `category.translation.internalLink`, `category.translation.internalLink` as `category.internalLink`, `category.translation.externalLink`, `category.translation.externalLink` as `category.externalLink`, `category.translation.linkNewTab`, `category.translation.linkNewTab` as `category.linkNewTab`, `category.translation.description`, `category.translation.description` as `category.description`, `category.translation.metaTitle`, `category.translation.metaTitle` as `category.metaTitle`, `category.translation.metaDescription`, `category.translation.metaDescription` as `category.metaDescription`, `category.translation.keywords`, `category.translation.keywords` as `category.keywords`, `category.translation.customFields`, `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN (SELECT `category.translation`.`category_id`, `category.translation`.`category_version_id`, `category.translation`.`breadcrumb` as `category.translation.breadcrumb`, `category.translation`.`name` as `category.translation.name`, `category.translation`.`custom_fields` as `category.translation.customFields`, `category.translation`.`slot_config` as `category.translation.slotConfig`, `category.translation`.`link_type` as `category.translation.linkType`, `category.translation`.`internal_link` as `category.translation.internalLink`, `category.translation`.`external_link` as `category.translation.externalLink`, `category.translation`.`link_new_tab` as `category.translation.linkNewTab`, `category.translation`.`description` as `category.translation.description`, `category.translation`.`meta_title` as `category.translation.metaTitle`, `category.translation`.`meta_description` as `category.translation.metaDescription`, `category.translation`.`keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation`.`language_id` = ?) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.`category_version_id` = `category`.`version_id` WHERE (`category`.`version_id` = ?) AND (`category`.`id` IN (?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
]
50 0.48 ms
# product::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"zm%:g @7–oB°\x11\x04Õ"
]
51 0.34 ms
# product::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"zm%:g @7–oB°\x11\x04Õ"
]
52 0.32 ms
# product::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"▄g\x05@\x0FûO9Ä\x19┬ƒ\x18Ï]ü"
]
53 0.32 ms
# product::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"\x03ì‘F¦\tL£…Ù\x03Ëí\x18¾²"
  b"i´;ûÊçC¨Œj‡gæe£\x1C"
  b"ëF¯åó-L¤›k„¹„eB¦"
  b"""
    ìax\x02ÝXJ”›V\n
    (!&Î\x18
    """
]
54 0.32 ms
SELECT COUNT(DISTINCT `product_review`.`id`) as `review-count` FROM `product_review` LEFT JOIN `product` `product_review.product` ON `product_review`.`product_id` = `product_review.product`.`id` AND `product_review`.`product_version_id` = `product_review.product`.`version_id` LEFT JOIN `product` `product_review.product.parent` ON `product_review.product`.`parent_id` = `product_review.product.parent`.`id` AND `product_review.product`.`parent_version_id` = `product_review.product.parent`.`version_id` WHERE (((`product_review`.`status` = ?) AND (`product_review.product`.`id` = ? OR `product_review.product`.`parent_id` = ?)))
Parameters:
[
  true
  b"ZЧ[5ê@·€r\fõ¹\x159j"
  b"ZЧ[5ê@·€r\fõ¹\x159j"
]
55 0.27 ms
# product-review-route::aggregation::customer-login-filter
SELECT `product_review`.`points` as `ratingMatrix.key`, COUNT(`product_review`.`id`) as `ratingMatrix.count` FROM `product_review` LEFT JOIN `product` `product_review.product` ON `product_review`.`product_id` = `product_review.product`.`id` AND `product_review`.`product_version_id` = `product_review.product`.`version_id` LEFT JOIN `product` `product_review.product.parent` ON `product_review.product`.`parent_id` = `product_review.product.parent`.`id` AND `product_review.product`.`parent_version_id` = `product_review.product.parent`.`version_id` WHERE ((((`product_review`.`status` = ?) AND (`product_review.product`.`id` = ? OR `product_review.product`.`parent_id` = ?)))) AND (((`product_review`.`status` = ?))) GROUP BY `product_review`.`points`
Parameters:
[
  true
  b"ZЧ[5ê@·€r\fõ¹\x159j"
  b"ZЧ[5ê@·€r\fõ¹\x159j"
  true
]
56 0.27 ms
# product-review-route::aggregation::language-filter
SELECT LOWER(HEX(`product_review`.`language_id`)) as `languageMatrix.key`, COUNT(`product_review`.`id`) as `languageMatrix.count` FROM `product_review` LEFT JOIN `product` `product_review.product` ON `product_review`.`product_id` = `product_review.product`.`id` AND `product_review`.`product_version_id` = `product_review.product`.`version_id` LEFT JOIN `product` `product_review.product.parent` ON `product_review.product`.`parent_id` = `product_review.product.parent`.`id` AND `product_review.product`.`parent_version_id` = `product_review.product.parent`.`version_id` WHERE ((((`product_review`.`status` = ?) AND (`product_review.product`.`id` = ? OR `product_review.product`.`parent_id` = ?)))) AND ((`product_review`.`language_id` = ? AND (`product_review`.`status` = ?))) GROUP BY `product_review`.`language_id`
Parameters:
[
  true
  b"ZЧ[5ê@·€r\fõ¹\x159j"
  b"ZЧ[5ê@·€r\fõ¹\x159j"
  b"/»_ââšMpªXTÎ|ãâ\v"
  true
]
57 0.25 ms
# product-review-route::search-ids
SELECT `product_review`.`id` FROM `product_review` LEFT JOIN `product` `product_review.product` ON `product_review`.`product_id` = `product_review.product`.`id` AND `product_review`.`product_version_id` = `product_review.product`.`version_id` LEFT JOIN `product` `product_review.product.parent` ON `product_review.product`.`parent_id` = `product_review.product.parent`.`id` AND `product_review.product`.`parent_version_id` = `product_review.product.parent`.`version_id` WHERE (((`product_review`.`status` = ?) AND (`product_review.product`.`id` = ? OR `product_review.product`.`parent_id` = ?))) ORDER BY `product_review`.`created_at` DESC LIMIT 10
Parameters:
[
  true
  b"ZЧ[5ê@·€r\fõ¹\x159j"
  b"ZЧ[5ê@·€r\fõ¹\x159j"
]
58 0.26 ms
SELECT COUNT(*) FROM (# product-review-route::search-ids
SELECT `product_review`.`id` FROM `product_review` LEFT JOIN `product` `product_review.product` ON `product_review`.`product_id` = `product_review.product`.`id` AND `product_review`.`product_version_id` = `product_review.product`.`version_id` LEFT JOIN `product` `product_review.product.parent` ON `product_review.product`.`parent_id` = `product_review.product.parent`.`id` AND `product_review.product`.`parent_version_id` = `product_review.product.parent`.`version_id` WHERE (((`product_review`.`status` = ?) AND (`product_review.product`.`id` = ? OR `product_review.product`.`parent_id` = ?)))) total
Parameters:
[
  true
  b"ZЧ[5ê@·€r\fõ¹\x159j"
  b"ZЧ[5ê@·€r\fõ¹\x159j"
]
59 0.25 ms
# product-cross-selling-route::search-ids
SELECT `product_cross_selling`.`id` FROM `product_cross_selling` LEFT JOIN `product` `product_cross_selling.product` ON `product_cross_selling`.`product_id` = `product_cross_selling.product`.`crossSellings` AND `product_cross_selling`.`product_version_id` = `product_cross_selling.product`.`version_id` LEFT JOIN `product` `product_cross_selling.product.parent` ON `product_cross_selling.product`.`parent_id` = `product_cross_selling.product.parent`.`id` AND `product_cross_selling.product`.`parent_version_id` = `product_cross_selling.product.parent`.`version_id` WHERE (`product_cross_selling.product`.`id` = ? AND `product_cross_selling`.`active` = ?) ORDER BY `product_cross_selling`.`position` ASC
Parameters:
[
  b"ZЧ[5ê@·€r\fõ¹\x159j"
  1
]
60 0.49 ms
# navigation-route::meta-information
            SELECT LOWER(HEX(`id`)), `path`, `level`
            FROM `category`
            WHERE `id` = ? OR `parent_id` = ? OR `id` = ?
Parameters:
[
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
]
61 2.42 ms
# header::navigation::read
SELECT `category`.`id` as `category.id`, `category`.`version_id` as `category.versionId`, `category`.`parent_id` as `category.parentId`, `category`.`parent_version_id` as `category.parentVersionId`, `category`.`after_category_id` as `category.afterCategoryId`, `category`.`after_category_version_id` as `category.afterCategoryVersionId`, `category`.`media_id` as `category.mediaId`, `category`.`display_nested_products` as `category.displayNestedProducts`, `category`.`auto_increment` as `category.autoIncrement`, `category`.`level` as `category.level`, `category`.`path` as `category.path`, `category`.`child_count` as `category.childCount`, `category`.`type` as `category.type`, `category`.`product_assignment_type` as `category.productAssignmentType`, `category`.`visible` as `category.visible`, `category`.`active` as `category.active`, `category`.`cms_page_id` as `category.cmsPageId`, `category`.`cms_page_version_id` as `category.cmsPageVersionId`, `category`.`product_stream_id` as `category.productStreamId`, `category`.`custom_entity_type_id` as `category.customEntityTypeId`, `category`.`created_at` as `category.createdAt`, `category`.`updated_at` as `category.updatedAt`, `category.media`.`id` as `category.media.id`, `category.media`.`user_id` as `category.media.userId`, `category.media`.`media_folder_id` as `category.media.mediaFolderId`, `category.media`.`mime_type` as `category.media.mimeType`, `category.media`.`file_extension` as `category.media.fileExtension`, `category.media`.`uploaded_at` as `category.media.uploadedAt`, `category.media`.`file_name` as `category.media.fileName`, `category.media`.`file_size` as `category.media.fileSize`, `category.media`.`media_type` as `category.media.mediaTypeRaw`, `category.media`.`meta_data` as `category.media.metaData`, `category.media`.`config` as `category.media.config`, `category.media`.`path` as `category.media.path`, `category.media`.`private` as `category.media.private`, `category.media`.`thumbnails_ro` as `category.media.thumbnailsRo`, `category.media`.`created_at` as `category.media.createdAt`, `category.media`.`updated_at` as `category.media.updatedAt`, `category.media.translation.title`, `category.media.translation.title` as `category.media.title`, `category.media.translation.alt`, `category.media.translation.alt` as `category.media.alt`, `category.media.translation.customFields`, `category.media.translation.customFields` as `category.media.customFields`, `category.translation.name`, `category.translation.name` as `category.name`, `category.translation.breadcrumb`, `category.translation.breadcrumb` as `category.breadcrumb`, `category.translation.slotConfig`, `category.translation.slotConfig` as `category.slotConfig`, `category.translation.linkType`, `category.translation.linkType` as `category.linkType`, `category.translation.internalLink`, `category.translation.internalLink` as `category.internalLink`, `category.translation.externalLink`, `category.translation.externalLink` as `category.externalLink`, `category.translation.linkNewTab`, `category.translation.linkNewTab` as `category.linkNewTab`, `category.translation.description`, `category.translation.description` as `category.description`, `category.translation.metaTitle`, `category.translation.metaTitle` as `category.metaTitle`, `category.translation.metaDescription`, `category.translation.metaDescription` as `category.metaDescription`, `category.translation.keywords`, `category.translation.keywords` as `category.keywords`, `category.translation.customFields`, `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category`.`media_id` = `category.media`.`id` LEFT JOIN (SELECT `category.translation`.`category_id`, `category.translation`.`category_version_id`, `category.translation`.`breadcrumb` as `category.translation.breadcrumb`, `category.translation`.`name` as `category.translation.name`, `category.translation`.`custom_fields` as `category.translation.customFields`, `category.translation`.`slot_config` as `category.translation.slotConfig`, `category.translation`.`link_type` as `category.translation.linkType`, `category.translation`.`internal_link` as `category.translation.internalLink`, `category.translation`.`external_link` as `category.translation.externalLink`, `category.translation`.`link_new_tab` as `category.translation.linkNewTab`, `category.translation`.`description` as `category.translation.description`, `category.translation`.`meta_title` as `category.translation.metaTitle`, `category.translation`.`meta_description` as `category.translation.metaDescription`, `category.translation`.`keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation`.`language_id` = ?) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.`category_version_id` = `category`.`version_id` LEFT JOIN (SELECT `category.media.translation`.`media_id`, `category.media.translation`.`alt` as `category.media.translation.alt`, `category.media.translation`.`title` as `category.media.translation.title`, `category.media.translation`.`custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation`.`language_id` = ?) `category.media.media_translation` ON `category.media.media_translation`.`media_id` = `category.media`.`id` WHERE (`category`.`version_id` = ?) AND ((`category`.`path` LIKE ? AND (`category`.`level` > ? AND `category`.`level` <= ?)))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  "%|79a36140a28a4ce6ac6d0e2ced062741|%"
  1
  12
]
62 0.57 ms
SELECT LOWER(HEX(`category`.`parent_id`)) as `category-ids.key`, COUNT(`category`.`id`) as `category-ids.count`, COUNT(DISTINCT `category`.`id`) as `visible-children-count` FROM `category` WHERE (`category`.`version_id` = ?) AND ((`category`.`path` LIKE ? AND `category`.`level` = ? AND `category`.`active` = ? AND `category`.`visible` = ?)) GROUP BY `category`.`parent_id`
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  "%|79a36140a28a4ce6ac6d0e2ced062741|%"
  12
  true
  true
]
63 0.56 ms
# header::navigation::read
SELECT `category`.`id` as `category.id`, `category`.`version_id` as `category.versionId`, `category`.`parent_id` as `category.parentId`, `category`.`parent_version_id` as `category.parentVersionId`, `category`.`after_category_id` as `category.afterCategoryId`, `category`.`after_category_version_id` as `category.afterCategoryVersionId`, `category`.`media_id` as `category.mediaId`, `category`.`display_nested_products` as `category.displayNestedProducts`, `category`.`auto_increment` as `category.autoIncrement`, `category`.`level` as `category.level`, `category`.`path` as `category.path`, `category`.`child_count` as `category.childCount`, `category`.`type` as `category.type`, `category`.`product_assignment_type` as `category.productAssignmentType`, `category`.`visible` as `category.visible`, `category`.`active` as `category.active`, `category`.`cms_page_id` as `category.cmsPageId`, `category`.`cms_page_version_id` as `category.cmsPageVersionId`, `category`.`product_stream_id` as `category.productStreamId`, `category`.`custom_entity_type_id` as `category.customEntityTypeId`, `category`.`created_at` as `category.createdAt`, `category`.`updated_at` as `category.updatedAt`, `category.media`.`id` as `category.media.id`, `category.media`.`user_id` as `category.media.userId`, `category.media`.`media_folder_id` as `category.media.mediaFolderId`, `category.media`.`mime_type` as `category.media.mimeType`, `category.media`.`file_extension` as `category.media.fileExtension`, `category.media`.`uploaded_at` as `category.media.uploadedAt`, `category.media`.`file_name` as `category.media.fileName`, `category.media`.`file_size` as `category.media.fileSize`, `category.media`.`media_type` as `category.media.mediaTypeRaw`, `category.media`.`meta_data` as `category.media.metaData`, `category.media`.`config` as `category.media.config`, `category.media`.`path` as `category.media.path`, `category.media`.`private` as `category.media.private`, `category.media`.`thumbnails_ro` as `category.media.thumbnailsRo`, `category.media`.`created_at` as `category.media.createdAt`, `category.media`.`updated_at` as `category.media.updatedAt`, `category.media.translation.title`, `category.media.translation.title` as `category.media.title`, `category.media.translation.alt`, `category.media.translation.alt` as `category.media.alt`, `category.media.translation.customFields`, `category.media.translation.customFields` as `category.media.customFields`, `category.translation.name`, `category.translation.name` as `category.name`, `category.translation.breadcrumb`, `category.translation.breadcrumb` as `category.breadcrumb`, `category.translation.slotConfig`, `category.translation.slotConfig` as `category.slotConfig`, `category.translation.linkType`, `category.translation.linkType` as `category.linkType`, `category.translation.internalLink`, `category.translation.internalLink` as `category.internalLink`, `category.translation.externalLink`, `category.translation.externalLink` as `category.externalLink`, `category.translation.linkNewTab`, `category.translation.linkNewTab` as `category.linkNewTab`, `category.translation.description`, `category.translation.description` as `category.description`, `category.translation.metaTitle`, `category.translation.metaTitle` as `category.metaTitle`, `category.translation.metaDescription`, `category.translation.metaDescription` as `category.metaDescription`, `category.translation.keywords`, `category.translation.keywords` as `category.keywords`, `category.translation.customFields`, `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category`.`media_id` = `category.media`.`id` LEFT JOIN (SELECT `category.translation`.`category_id`, `category.translation`.`category_version_id`, `category.translation`.`breadcrumb` as `category.translation.breadcrumb`, `category.translation`.`name` as `category.translation.name`, `category.translation`.`custom_fields` as `category.translation.customFields`, `category.translation`.`slot_config` as `category.translation.slotConfig`, `category.translation`.`link_type` as `category.translation.linkType`, `category.translation`.`internal_link` as `category.translation.internalLink`, `category.translation`.`external_link` as `category.translation.externalLink`, `category.translation`.`link_new_tab` as `category.translation.linkNewTab`, `category.translation`.`description` as `category.translation.description`, `category.translation`.`meta_title` as `category.translation.metaTitle`, `category.translation`.`meta_description` as `category.translation.metaDescription`, `category.translation`.`keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation`.`language_id` = ?) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.`category_version_id` = `category`.`version_id` LEFT JOIN (SELECT `category.media.translation`.`media_id`, `category.media.translation`.`alt` as `category.media.translation.alt`, `category.media.translation`.`title` as `category.media.translation.title`, `category.media.translation`.`custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation`.`language_id` = ?) `category.media.media_translation` ON `category.media.media_translation`.`media_id` = `category.media`.`id` WHERE (`category`.`version_id` = ?) AND (`category`.`id` IN (?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
]
64 0.59 ms
# header::languages::search-ids
SELECT `language`.`id` FROM `language` LEFT JOIN `sales_channel_domain` `language.salesChannelDomains` ON `language`.`id` = `language.salesChannelDomains`.`language_id` LEFT JOIN `sales_channel_language` `language.salesChannels.mapping` ON `language`.`id` = `language.salesChannels.mapping`.`language_id`  LEFT JOIN `sales_channel` `language.salesChannels` ON `language.salesChannels.mapping`.`sales_channel_id` = `language.salesChannels`.`id`  WHERE (`language.salesChannelDomains`.`sales_channel_id` = ? AND `language.salesChannels`.`id` = ?) GROUP BY `language`.`id` ORDER BY MIN(`language`.`name`) ASC
Parameters:
[
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
]
65 0.30 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"
]
66 0.23 ms
# header::currencies::search-ids
SELECT `currency`.`id` FROM `currency` LEFT JOIN `sales_channel_currency` `currency.salesChannels.mapping` ON `currency`.`id` = `currency.salesChannels.mapping`.`currency_id`  LEFT JOIN `sales_channel` `currency.salesChannels` ON `currency.salesChannels.mapping`.`sales_channel_id` = `currency.salesChannels`.`id`  WHERE (`currency.salesChannels`.`id` = ?) GROUP BY `currency`.`id`
Parameters:
[
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
]
67 0.23 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Í‚ó¬›ÑÀßÊ"
]
68 0.23 ms
# navigation-route::meta-information
            SELECT LOWER(HEX(`id`)), `path`, `level`
            FROM `category`
            WHERE `id` = ? OR `parent_id` = ? OR `id` = ?
Parameters:
[
  b"Ý£ì_Û€B¬¸øÈA÷\x0Eþ‹"
  b"Ý£ì_Û€B¬¸øÈA÷\x0Eþ‹"
  b"Ý£ì_Û€B¬¸øÈA÷\x0Eþ‹"
]
69 1.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%"
  "%|dda3ec5fdb8042acb8f8c841f70efe8b|%"
  1
  4
]
70 0.86 ms
SELECT LOWER(HEX(`category`.`parent_id`)) as `category-ids.key`, COUNT(`category`.`id`) as `category-ids.count`, COUNT(DISTINCT `category`.`id`) as `visible-children-count` FROM `category` WHERE (`category`.`version_id` = ?) AND ((`category`.`path` LIKE ? AND `category`.`level` = ? AND `category`.`active` = ? AND `category`.`visible` = ?)) GROUP BY `category`.`parent_id`
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  "%|dda3ec5fdb8042acb8f8c841f70efe8b|%"
  4
  true
  true
]
71 0.59 ms
# header::navigation::read
SELECT `category`.`id` as `category.id`, `category`.`version_id` as `category.versionId`, `category`.`parent_id` as `category.parentId`, `category`.`parent_version_id` as `category.parentVersionId`, `category`.`after_category_id` as `category.afterCategoryId`, `category`.`after_category_version_id` as `category.afterCategoryVersionId`, `category`.`media_id` as `category.mediaId`, `category`.`display_nested_products` as `category.displayNestedProducts`, `category`.`auto_increment` as `category.autoIncrement`, `category`.`level` as `category.level`, `category`.`path` as `category.path`, `category`.`child_count` as `category.childCount`, `category`.`type` as `category.type`, `category`.`product_assignment_type` as `category.productAssignmentType`, `category`.`visible` as `category.visible`, `category`.`active` as `category.active`, `category`.`cms_page_id` as `category.cmsPageId`, `category`.`cms_page_version_id` as `category.cmsPageVersionId`, `category`.`product_stream_id` as `category.productStreamId`, `category`.`custom_entity_type_id` as `category.customEntityTypeId`, `category`.`created_at` as `category.createdAt`, `category`.`updated_at` as `category.updatedAt`, `category.media`.`id` as `category.media.id`, `category.media`.`user_id` as `category.media.userId`, `category.media`.`media_folder_id` as `category.media.mediaFolderId`, `category.media`.`mime_type` as `category.media.mimeType`, `category.media`.`file_extension` as `category.media.fileExtension`, `category.media`.`uploaded_at` as `category.media.uploadedAt`, `category.media`.`file_name` as `category.media.fileName`, `category.media`.`file_size` as `category.media.fileSize`, `category.media`.`media_type` as `category.media.mediaTypeRaw`, `category.media`.`meta_data` as `category.media.metaData`, `category.media`.`config` as `category.media.config`, `category.media`.`path` as `category.media.path`, `category.media`.`private` as `category.media.private`, `category.media`.`thumbnails_ro` as `category.media.thumbnailsRo`, `category.media`.`created_at` as `category.media.createdAt`, `category.media`.`updated_at` as `category.media.updatedAt`, `category.media.translation.title`, `category.media.translation.title` as `category.media.title`, `category.media.translation.alt`, `category.media.translation.alt` as `category.media.alt`, `category.media.translation.customFields`, `category.media.translation.customFields` as `category.media.customFields`, `category.translation.name`, `category.translation.name` as `category.name`, `category.translation.breadcrumb`, `category.translation.breadcrumb` as `category.breadcrumb`, `category.translation.slotConfig`, `category.translation.slotConfig` as `category.slotConfig`, `category.translation.linkType`, `category.translation.linkType` as `category.linkType`, `category.translation.internalLink`, `category.translation.internalLink` as `category.internalLink`, `category.translation.externalLink`, `category.translation.externalLink` as `category.externalLink`, `category.translation.linkNewTab`, `category.translation.linkNewTab` as `category.linkNewTab`, `category.translation.description`, `category.translation.description` as `category.description`, `category.translation.metaTitle`, `category.translation.metaTitle` as `category.metaTitle`, `category.translation.metaDescription`, `category.translation.metaDescription` as `category.metaDescription`, `category.translation.keywords`, `category.translation.keywords` as `category.keywords`, `category.translation.customFields`, `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category`.`media_id` = `category.media`.`id` LEFT JOIN (SELECT `category.translation`.`category_id`, `category.translation`.`category_version_id`, `category.translation`.`breadcrumb` as `category.translation.breadcrumb`, `category.translation`.`name` as `category.translation.name`, `category.translation`.`custom_fields` as `category.translation.customFields`, `category.translation`.`slot_config` as `category.translation.slotConfig`, `category.translation`.`link_type` as `category.translation.linkType`, `category.translation`.`internal_link` as `category.translation.internalLink`, `category.translation`.`external_link` as `category.translation.externalLink`, `category.translation`.`link_new_tab` as `category.translation.linkNewTab`, `category.translation`.`description` as `category.translation.description`, `category.translation`.`meta_title` as `category.translation.metaTitle`, `category.translation`.`meta_description` as `category.translation.metaDescription`, `category.translation`.`keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation`.`language_id` = ?) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.`category_version_id` = `category`.`version_id` LEFT JOIN (SELECT `category.media.translation`.`media_id`, `category.media.translation`.`alt` as `category.media.translation.alt`, `category.media.translation`.`title` as `category.media.translation.title`, `category.media.translation`.`custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation`.`language_id` = ?) `category.media.media_translation` ON `category.media.media_translation`.`media_id` = `category.media`.`id` WHERE (`category`.`version_id` = ?) AND (`category`.`id` IN (?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"Ý£ì_Û€B¬¸øÈA÷\x0Eþ‹"
]
72 0.39 ms
# footer-pagelet::payment-methods::search-ids
SELECT `payment_method`.`id` FROM `payment_method` LEFT JOIN `sales_channel_payment_method` `payment_method.salesChannels.mapping` ON `payment_method`.`id` = `payment_method.salesChannels.mapping`.`payment_method_id`  LEFT JOIN `sales_channel` `payment_method.salesChannels` ON `payment_method.salesChannels.mapping`.`sales_channel_id` = `payment_method.salesChannels`.`id`  WHERE (`payment_method`.`active` = ? AND `payment_method.salesChannels`.`id` = ?) GROUP BY `payment_method`.`id` ORDER BY MIN(`payment_method`.`position`) ASC
Parameters:
[
  true
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
]
73 0.68 ms
# footer-pagelet::payment-methods::read
SELECT `payment_method`.`id` as `payment_method.id`, `payment_method`.`plugin_id` as `payment_method.pluginId`, `payment_method`.`handler_identifier` as `payment_method.handlerIdentifier`, `payment_method`.`position` as `payment_method.position`, `payment_method`.`active` as `payment_method.active`, `payment_method`.`after_order_enabled` as `payment_method.afterOrderEnabled`, `payment_method`.`availability_rule_id` as `payment_method.availabilityRuleId`, `payment_method`.`media_id` as `payment_method.mediaId`, `payment_method.appPaymentMethod`.`id` as `payment_method.appPaymentMethod.id`, `payment_method.appPaymentMethod`.`app_name` as `payment_method.appPaymentMethod.appName`, `payment_method.appPaymentMethod`.`identifier` as `payment_method.appPaymentMethod.identifier`, `payment_method.appPaymentMethod`.`pay_url` as `payment_method.appPaymentMethod.payUrl`, `payment_method.appPaymentMethod`.`finalize_url` as `payment_method.appPaymentMethod.finalizeUrl`, `payment_method.appPaymentMethod`.`validate_url` as `payment_method.appPaymentMethod.validateUrl`, `payment_method.appPaymentMethod`.`capture_url` as `payment_method.appPaymentMethod.captureUrl`, `payment_method.appPaymentMethod`.`refund_url` as `payment_method.appPaymentMethod.refundUrl`, `payment_method.appPaymentMethod`.`recurring_url` as `payment_method.appPaymentMethod.recurringUrl`, `payment_method.appPaymentMethod`.`app_id` as `payment_method.appPaymentMethod.appId`, `payment_method.appPaymentMethod`.`original_media_id` as `payment_method.appPaymentMethod.originalMediaId`, `payment_method.appPaymentMethod`.`payment_method_id` as `payment_method.appPaymentMethod.paymentMethodId`, `payment_method.appPaymentMethod`.`created_at` as `payment_method.appPaymentMethod.createdAt`, `payment_method.appPaymentMethod`.`updated_at` as `payment_method.appPaymentMethod.updatedAt`, `payment_method`.`technical_name` as `payment_method.technicalName`, `payment_method`.`created_at` as `payment_method.createdAt`, `payment_method`.`updated_at` as `payment_method.updatedAt`, `payment_method.media`.`id` as `payment_method.media.id`, `payment_method.media`.`user_id` as `payment_method.media.userId`, `payment_method.media`.`media_folder_id` as `payment_method.media.mediaFolderId`, `payment_method.media`.`mime_type` as `payment_method.media.mimeType`, `payment_method.media`.`file_extension` as `payment_method.media.fileExtension`, `payment_method.media`.`uploaded_at` as `payment_method.media.uploadedAt`, `payment_method.media`.`file_name` as `payment_method.media.fileName`, `payment_method.media`.`file_size` as `payment_method.media.fileSize`, `payment_method.media`.`media_type` as `payment_method.media.mediaTypeRaw`, `payment_method.media`.`meta_data` as `payment_method.media.metaData`, `payment_method.media`.`config` as `payment_method.media.config`, `payment_method.media`.`path` as `payment_method.media.path`, `payment_method.media`.`private` as `payment_method.media.private`, `payment_method.media`.`thumbnails_ro` as `payment_method.media.thumbnailsRo`, `payment_method.media`.`created_at` as `payment_method.media.createdAt`, `payment_method.media`.`updated_at` as `payment_method.media.updatedAt`, `payment_method.media.translation.title`, `payment_method.media.translation.title` as `payment_method.media.title`, `payment_method.media.translation.alt`, `payment_method.media.translation.alt` as `payment_method.media.alt`, `payment_method.media.translation.customFields`, `payment_method.media.translation.customFields` as `payment_method.media.customFields`, `payment_method.translation.name`, `payment_method.translation.name` as `payment_method.name`, `payment_method.translation.distinguishableName`, `payment_method.translation.distinguishableName` as `payment_method.distinguishableName`, `payment_method.translation.description`, `payment_method.translation.description` as `payment_method.description`, `payment_method.translation.customFields`, `payment_method.translation.customFields` as `payment_method.customFields` FROM `payment_method` LEFT JOIN `app_payment_method` `payment_method.appPaymentMethod` ON `payment_method`.`id` = `payment_method.appPaymentMethod`.`payment_method_id` LEFT JOIN `media` `payment_method.media` ON `payment_method`.`media_id` = `payment_method.media`.`id` LEFT JOIN (SELECT `payment_method.translation`.`payment_method_id`, `payment_method.translation`.`name` as `payment_method.translation.name`, `payment_method.translation`.`distinguishable_name` as `payment_method.translation.distinguishableName`, `payment_method.translation`.`description` as `payment_method.translation.description`, `payment_method.translation`.`custom_fields` as `payment_method.translation.customFields` FROM `payment_method_translation` `payment_method.translation` WHERE `payment_method.translation`.`language_id` = ?) `payment_method.payment_method_translation` ON `payment_method.payment_method_translation`.`payment_method_id` = `payment_method`.`id` LEFT JOIN (SELECT `payment_method.media.translation`.`media_id`, `payment_method.media.translation`.`alt` as `payment_method.media.translation.alt`, `payment_method.media.translation`.`title` as `payment_method.media.translation.title`, `payment_method.media.translation`.`custom_fields` as `payment_method.media.translation.customFields` FROM `media_translation` `payment_method.media.translation` WHERE `payment_method.media.translation`.`language_id` = ?) `payment_method.media.media_translation` ON `payment_method.media.media_translation`.`media_id` = `payment_method.media`.`id` WHERE `payment_method`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"p\x7F´/rJEGá$Ø\x18\eFy▀"
  b"$)v‹Ì\x04Eüƒð?·Í2\x02%"
  b"=\x16uıã;O\x13©1\eì}:\x1D×"
  b"E;|™\x7FVO¾¼HZ4ä(r¡"
  b"iŒØ\e’•Hæ³JkΧ¸v‘"
  b"”ú_›Ž¬JgŒÕ\x13ð½ß\x1Er"
  b"W}╗p/ìG\r®x\x12\x1D7╔B-"
  b"\x1FäÀ\x13\x1F¦BÓªLƒ\v³ž¯A"
  b"±¶ƒi‹\x11@E±¢¿T½\x16Õ,"
]
74 0.45 ms
# footer-pagelet::shipping-methods::search-ids
SELECT `shipping_method`.`id` FROM `shipping_method` LEFT JOIN `sales_channel_shipping_method` `shipping_method.salesChannels.mapping` ON `shipping_method`.`id` = `shipping_method.salesChannels.mapping`.`shipping_method_id`  LEFT JOIN (SELECT `shipping_method.translation`.`shipping_method_id`, `shipping_method.translation`.`name` as `shipping_method.translation.name` FROM `shipping_method_translation` `shipping_method.translation` WHERE `shipping_method.translation`.`language_id` = ?) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation`.`shipping_method_id` = `shipping_method`.`id` LEFT JOIN `sales_channel` `shipping_method.salesChannels` ON `shipping_method.salesChannels.mapping`.`sales_channel_id` = `shipping_method.salesChannels`.`id`  WHERE (`shipping_method`.`active` = ? AND `shipping_method.salesChannels`.`id` = ?) GROUP BY `shipping_method`.`id` ORDER BY MIN(`shipping_method`.`position`) ASC, MIN(COALESCE(`shipping_method.translation.name`)) ASC
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  true
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
]
75 0.65 ms
# footer-pagelet::shipping-methods::read
SELECT `shipping_method`.`id` as `shipping_method.id`, `shipping_method`.`active` as `shipping_method.active`, `shipping_method`.`position` as `shipping_method.position`, `shipping_method`.`availability_rule_id` as `shipping_method.availabilityRuleId`, `shipping_method`.`media_id` as `shipping_method.mediaId`, `shipping_method`.`delivery_time_id` as `shipping_method.deliveryTimeId`, `shipping_method`.`tax_type` as `shipping_method.taxType`, `shipping_method`.`tax_id` as `shipping_method.taxId`, `shipping_method.deliveryTime`.`id` as `shipping_method.deliveryTime.id`, `shipping_method.deliveryTime`.`min` as `shipping_method.deliveryTime.min`, `shipping_method.deliveryTime`.`max` as `shipping_method.deliveryTime.max`, `shipping_method.deliveryTime`.`unit` as `shipping_method.deliveryTime.unit`, `shipping_method.deliveryTime`.`created_at` as `shipping_method.deliveryTime.createdAt`, `shipping_method.deliveryTime`.`updated_at` as `shipping_method.deliveryTime.updatedAt`, `shipping_method.deliveryTime.translation.name`, `shipping_method.deliveryTime.translation.name` as `shipping_method.deliveryTime.name`, `shipping_method.deliveryTime.translation.customFields`, `shipping_method.deliveryTime.translation.customFields` as `shipping_method.deliveryTime.customFields`, `shipping_method.appShippingMethod`.`id` as `shipping_method.appShippingMethod.id`, `shipping_method.appShippingMethod`.`app_name` as `shipping_method.appShippingMethod.appName`, `shipping_method.appShippingMethod`.`identifier` as `shipping_method.appShippingMethod.identifier`, `shipping_method.appShippingMethod`.`app_id` as `shipping_method.appShippingMethod.appId`, `shipping_method.appShippingMethod`.`shipping_method_id` as `shipping_method.appShippingMethod.shippingMethodId`, `shipping_method.appShippingMethod`.`original_media_id` as `shipping_method.appShippingMethod.originalMediaId`, `shipping_method.appShippingMethod`.`created_at` as `shipping_method.appShippingMethod.createdAt`, `shipping_method.appShippingMethod`.`updated_at` as `shipping_method.appShippingMethod.updatedAt`, `shipping_method`.`technical_name` as `shipping_method.technicalName`, `shipping_method`.`created_at` as `shipping_method.createdAt`, `shipping_method`.`updated_at` as `shipping_method.updatedAt`, `shipping_method.media`.`id` as `shipping_method.media.id`, `shipping_method.media`.`user_id` as `shipping_method.media.userId`, `shipping_method.media`.`media_folder_id` as `shipping_method.media.mediaFolderId`, `shipping_method.media`.`mime_type` as `shipping_method.media.mimeType`, `shipping_method.media`.`file_extension` as `shipping_method.media.fileExtension`, `shipping_method.media`.`uploaded_at` as `shipping_method.media.uploadedAt`, `shipping_method.media`.`file_name` as `shipping_method.media.fileName`, `shipping_method.media`.`file_size` as `shipping_method.media.fileSize`, `shipping_method.media`.`media_type` as `shipping_method.media.mediaTypeRaw`, `shipping_method.media`.`meta_data` as `shipping_method.media.metaData`, `shipping_method.media`.`config` as `shipping_method.media.config`, `shipping_method.media`.`path` as `shipping_method.media.path`, `shipping_method.media`.`private` as `shipping_method.media.private`, `shipping_method.media`.`thumbnails_ro` as `shipping_method.media.thumbnailsRo`, `shipping_method.media`.`created_at` as `shipping_method.media.createdAt`, `shipping_method.media`.`updated_at` as `shipping_method.media.updatedAt`, `shipping_method.media.translation.title`, `shipping_method.media.translation.title` as `shipping_method.media.title`, `shipping_method.media.translation.alt`, `shipping_method.media.translation.alt` as `shipping_method.media.alt`, `shipping_method.media.translation.customFields`, `shipping_method.media.translation.customFields` as `shipping_method.media.customFields`, `shipping_method.translation.name`, `shipping_method.translation.name` as `shipping_method.name`, `shipping_method.translation.description`, `shipping_method.translation.description` as `shipping_method.description`, `shipping_method.translation.trackingUrl`, `shipping_method.translation.trackingUrl` as `shipping_method.trackingUrl`, `shipping_method.translation.customFields`, `shipping_method.translation.customFields` as `shipping_method.customFields` FROM `shipping_method` LEFT JOIN `delivery_time` `shipping_method.deliveryTime` ON `shipping_method`.`delivery_time_id` = `shipping_method.deliveryTime`.`id` LEFT JOIN `app_shipping_method` `shipping_method.appShippingMethod` ON `shipping_method`.`id` = `shipping_method.appShippingMethod`.`shipping_method_id` LEFT JOIN `media` `shipping_method.media` ON `shipping_method`.`media_id` = `shipping_method.media`.`id` LEFT JOIN (SELECT `shipping_method.translation`.`shipping_method_id`, `shipping_method.translation`.`name` as `shipping_method.translation.name`, `shipping_method.translation`.`custom_fields` as `shipping_method.translation.customFields`, `shipping_method.translation`.`description` as `shipping_method.translation.description`, `shipping_method.translation`.`tracking_url` as `shipping_method.translation.trackingUrl` FROM `shipping_method_translation` `shipping_method.translation` WHERE `shipping_method.translation`.`language_id` = ?) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation`.`shipping_method_id` = `shipping_method`.`id` LEFT JOIN (SELECT `shipping_method.deliveryTime.translation`.`delivery_time_id`, `shipping_method.deliveryTime.translation`.`name` as `shipping_method.deliveryTime.translation.name`, `shipping_method.deliveryTime.translation`.`custom_fields` as `shipping_method.deliveryTime.translation.customFields` FROM `delivery_time_translation` `shipping_method.deliveryTime.translation` WHERE `shipping_method.deliveryTime.translation`.`language_id` = ?) `shipping_method.deliveryTime.delivery_time_translation` ON `shipping_method.deliveryTime.delivery_time_translation`.`delivery_time_id` = `shipping_method.deliveryTime`.`id` LEFT JOIN (SELECT `shipping_method.media.translation`.`media_id`, `shipping_method.media.translation`.`alt` as `shipping_method.media.translation.alt`, `shipping_method.media.translation`.`title` as `shipping_method.media.translation.title`, `shipping_method.media.translation`.`custom_fields` as `shipping_method.media.translation.customFields` FROM `media_translation` `shipping_method.media.translation` WHERE `shipping_method.media.translation`.`language_id` = ?) `shipping_method.media.media_translation` ON `shipping_method.media.media_translation`.`media_id` = `shipping_method.media`.`id` WHERE `shipping_method`.`id` IN (?, ?, ?, ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"ÇÑ6îÚ\vHtŸc{l9ØPÉ"
  b"ùD\x14Îm¨NÖ³PÑŸ‹"âÎ"
  b"•t`\x05zaJ<“@½¸ô\*ø"
  b"'´º•ò­HÁ­H°ð·^ÇY"
]
76 0.27 ms
SELECT `sales_channel`.`id` FROM `sales_channel` LEFT JOIN `sales_channel_payment_method` `sales_channel.paymentMethods.mapping` ON `sales_channel`.`id` = `sales_channel.paymentMethods.mapping`.`sales_channel_id`  LEFT JOIN `payment_method` `sales_channel.paymentMethods` ON `sales_channel.paymentMethods.mapping`.`payment_method_id` = `sales_channel.paymentMethods`.`id`  WHERE ((`sales_channel`.`id` = ? AND `sales_channel.paymentMethods`.`id` = ? AND `sales_channel.paymentMethods`.`active` = ?)) LIMIT 1
Parameters:
[
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
  b"¸©Å╔└\x10G\x02®ofM½■&V"
  true
]
77 0.20 ms
SELECT `language`.`id` FROM `language` WHERE `language`.`id` IN (?) LIMIT 1
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
]
78 0.32 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"
]
79 0.25 ms
SELECT `sales_channel`.`id` FROM `sales_channel` LEFT JOIN `sales_channel_payment_method` `sales_channel.paymentMethods.mapping` ON `sales_channel`.`id` = `sales_channel.paymentMethods.mapping`.`sales_channel_id`  LEFT JOIN `payment_method` `sales_channel.paymentMethods` ON `sales_channel.paymentMethods.mapping`.`payment_method_id` = `sales_channel.paymentMethods`.`id`  WHERE ((`sales_channel`.`id` = ? AND `sales_channel.paymentMethods`.`id` = ? AND `sales_channel.paymentMethods`.`active` = ?)) LIMIT 1
Parameters:
[
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
  b"¸©Å╔└\x10G\x02®ofM½■&V"
  true
]
80 0.23 ms
# sales-channel::load-analytics::read
SELECT `sales_channel_analytics`.`id` as `sales_channel_analytics.id`, `sales_channel_analytics`.`tracking_id` as `sales_channel_analytics.trackingId`, `sales_channel_analytics`.`active` as `sales_channel_analytics.active`, `sales_channel_analytics`.`track_orders` as `sales_channel_analytics.trackOrders`, `sales_channel_analytics`.`anonymize_ip` as `sales_channel_analytics.anonymizeIp`, `sales_channel_analytics`.`created_at` as `sales_channel_analytics.createdAt`, `sales_channel_analytics`.`updated_at` as `sales_channel_analytics.updatedAt` FROM `sales_channel_analytics` WHERE `sales_channel_analytics`.`id` IN (?)
Parameters:
[
  b"³µÝl3BJŃÏ×%÷3Á÷"
]
81 0.29 ms
SELECT `domain`.`language_id` AS languageId,
                          `domain`.`id` AS id,
                          `domain`.`url` AS url,
                          `domain`.`hreflang_use_only_locale` AS onlyLocale,
                          `locale`.`code` AS locale
            FROM `sales_channel_domain` AS `domain`
            INNER JOIN `language` ON `language`.`id` = `domain`.`language_id`
            INNER JOIN `locale` ON `locale`.`id` = `language`.`locale_id`
            WHERE `domain`.`sales_channel_id` = ?
Parameters:
[
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
]
82 0.34 ms
SELECT `seo_path_info` AS seoPathInfo, `language_id` AS languageId
            FROM `seo_url`
            WHERE `path_info` = ? AND `is_canonical` = 1 AND
                  `sales_channel_id` = ? AND `language_id` IN (?)
Parameters:
[
  "/detail/5ad0a75b35ea40b780720cf5b915396a"
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
83 0.48 ms
SELECT configuration_key, configuration_value FROM system_config WHERE (sales_channel_id IS NULL) AND (configuration_key LIKE ?) ORDER BY sales_channel_id ASC
Parameters:
[
  "VerignDvAccessibilitySw6.%"
]
84 0.22 ms
SELECT configuration_key, configuration_value FROM system_config WHERE (sales_channel_id = ?) AND (configuration_key LIKE ?) ORDER BY sales_channel_id ASC
Parameters:
[
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
  "VerignDvAccessibilitySw6.%"
]
85 0.18 ms
SELECT `language`.`id` as `language.id`, `language`.`parent_id` as `language.parentId`, `language`.`locale_id` as `language.localeId`, `language`.`translation_code_id` as `language.translationCodeId`, `language`.`name` as `language.name`, `language`.`custom_fields` as `language.customFields`, `language`.`created_at` as `language.createdAt`, `language`.`updated_at` as `language.updatedAt` FROM `language` WHERE (`language`.`id` = ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
]
86 0.24 ms
SELECT `locale`.`id` as `locale.id`, `locale`.`code` as `locale.code`, `locale`.`created_at` as `locale.createdAt`, `locale`.`updated_at` as `locale.updatedAt`, `locale.translation.name`, `locale.translation.name` as `locale.name`, `locale.translation.territory`, `locale.translation.territory` as `locale.territory`, `locale.translation.customFields`, `locale.translation.customFields` as `locale.customFields` FROM `locale` LEFT JOIN (SELECT `locale.translation`.`locale_id`, `locale.translation`.`name` as `locale.translation.name`, `locale.translation`.`territory` as `locale.translation.territory`, `locale.translation`.`custom_fields` as `locale.translation.customFields` FROM `locale_translation` `locale.translation` WHERE `locale.translation`.`language_id` = ?) `locale.locale_translation` ON `locale.locale_translation`.`locale_id` = `locale`.`id` WHERE (`locale`.`id` = ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"VÞGÀŽÊMT“*¸Æ³Qqƒ"
]
87 0.27 ms
SELECT LOWER(HEX(language.id)) AS array_key, LOWER(HEX(language.id)) AS id, locale.code, parentLocale.code AS parentCode, LOWER(HEX(language.parent_id)) parentId FROM language LEFT JOIN locale locale ON language.translation_code_id = locale.id LEFT JOIN language parentLanguage ON language.parent_id = parentLanguage.id LEFT JOIN locale parentLocale ON parentLanguage.translation_code_id = parentLocale.id
Parameters:
[]
88 0.16 ms
SELECT LOWER(HEX(id)) FROM snippet_set WHERE iso = ?
Parameters:
[
  "de-DE"
]
89 0.16 ms
SELECT iso FROM snippet_set WHERE id = ?
Parameters:
[
  b"\x0Ea[Ø_\x11FÿêLËB\x17¸à="
]
90 0.22 ms
SELECT LOWER(HEX(theme.id)) themeId, theme.technical_name as themeName, parentTheme.technical_name as parentThemeName, LOWER(HEX(parentTheme.parent_theme_id)) as grandParentThemeId
            FROM sales_channel
                LEFT JOIN theme_sales_channel ON sales_channel.id = theme_sales_channel.sales_channel_id
                LEFT JOIN theme ON theme_sales_channel.theme_id = theme.id
                LEFT JOIN theme AS parentTheme ON parentTheme.id = theme.parent_theme_id
            WHERE sales_channel.id = ?
Parameters:
[
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
]
91 0.41 ms
SELECT `app`.`id` as `app.id`, `app`.`name` as `app.name`, `app`.`path` as `app.path`, `app`.`author` as `app.author`, `app`.`copyright` as `app.copyright`, `app`.`license` as `app.license`, `app`.`active` as `app.active`, `app`.`configurable` as `app.configurable`, `app`.`privacy` as `app.privacy`, `app`.`version` as `app.version`, `app`.`icon` as `app.iconRaw`, `app`.`app_secret` as `app.appSecret`, `app`.`modules` as `app.modules`, `app`.`main_module` as `app.mainModule`, `app`.`cookies` as `app.cookies`, `app`.`allow_disable` as `app.allowDisable`, `app`.`base_app_url` as `app.baseAppUrl`, `app`.`allowed_hosts` as `app.allowedHosts`, `app`.`template_load_priority` as `app.templateLoadPriority`, `app`.`checkout_gateway_url` as `app.checkoutGatewayUrl`, `app`.`in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl`, `app`.`source_type` as `app.sourceType`, `app`.`source_config` as `app.sourceConfig`, `app`.`self_managed` as `app.selfManaged`, `app`.`integration_id` as `app.integrationId`, `app.integration`.`id` as `app.integration.id`, `app.integration`.`label` as `app.integration.label`, `app.integration`.`access_key` as `app.integration.accessKey`, `app.integration`.`secret_access_key` as `app.integration.secretAccessKey`, `app.integration`.`last_usage_at` as `app.integration.lastUsageAt`, `app.integration`.`admin` as `app.integration.admin`, `app.integration`.`custom_fields` as `app.integration.customFields`, `app.integration`.`deleted_at` as `app.integration.deletedAt`, `app.integration`.`created_at` as `app.integration.createdAt`, `app.integration`.`updated_at` as `app.integration.updatedAt`, `app`.`acl_role_id` as `app.aclRoleId`, `app.aclRole`.`id` as `app.aclRole.id`, `app.aclRole`.`name` as `app.aclRole.name`, `app.aclRole`.`description` as `app.aclRole.description`, `app.aclRole`.`privileges` as `app.aclRole.privileges`, `app.aclRole`.`deleted_at` as `app.aclRole.deletedAt`, `app.aclRole`.`created_at` as `app.aclRole.createdAt`, `app.aclRole`.`updated_at` as `app.aclRole.updatedAt`, `app`.`created_at` as `app.createdAt`, `app`.`updated_at` as `app.updatedAt`, `app.translation.label`, `app.translation.label` as `app.label`, `app.translation.description`, `app.translation.description` as `app.description`, `app.translation.privacyPolicyExtensions`, `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions`, `app.translation.customFields`, `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app`.`integration_id` = `app.integration`.`id` LEFT JOIN `acl_role` `app.aclRole` ON `app`.`acl_role_id` = `app.aclRole`.`id` LEFT JOIN (SELECT `app.translation`.`app_id`, `app.translation`.`label` as `app.translation.label`, `app.translation`.`description` as `app.translation.description`, `app.translation`.`privacy_policy_extensions` as `app.translation.privacyPolicyExtensions`, `app.translation`.`custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation`.`language_id` = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` WHERE (`app`.`name` = ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  "SwagGmvReporting"
]
92 0.37 ms
SELECT `app`.`id` as `app.id`, `app`.`name` as `app.name`, `app`.`path` as `app.path`, `app`.`author` as `app.author`, `app`.`copyright` as `app.copyright`, `app`.`license` as `app.license`, `app`.`active` as `app.active`, `app`.`configurable` as `app.configurable`, `app`.`privacy` as `app.privacy`, `app`.`version` as `app.version`, `app`.`icon` as `app.iconRaw`, `app`.`app_secret` as `app.appSecret`, `app`.`modules` as `app.modules`, `app`.`main_module` as `app.mainModule`, `app`.`cookies` as `app.cookies`, `app`.`allow_disable` as `app.allowDisable`, `app`.`base_app_url` as `app.baseAppUrl`, `app`.`allowed_hosts` as `app.allowedHosts`, `app`.`template_load_priority` as `app.templateLoadPriority`, `app`.`checkout_gateway_url` as `app.checkoutGatewayUrl`, `app`.`in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl`, `app`.`source_type` as `app.sourceType`, `app`.`source_config` as `app.sourceConfig`, `app`.`self_managed` as `app.selfManaged`, `app`.`integration_id` as `app.integrationId`, `app.integration`.`id` as `app.integration.id`, `app.integration`.`label` as `app.integration.label`, `app.integration`.`access_key` as `app.integration.accessKey`, `app.integration`.`secret_access_key` as `app.integration.secretAccessKey`, `app.integration`.`last_usage_at` as `app.integration.lastUsageAt`, `app.integration`.`admin` as `app.integration.admin`, `app.integration`.`custom_fields` as `app.integration.customFields`, `app.integration`.`deleted_at` as `app.integration.deletedAt`, `app.integration`.`created_at` as `app.integration.createdAt`, `app.integration`.`updated_at` as `app.integration.updatedAt`, `app`.`acl_role_id` as `app.aclRoleId`, `app.aclRole`.`id` as `app.aclRole.id`, `app.aclRole`.`name` as `app.aclRole.name`, `app.aclRole`.`description` as `app.aclRole.description`, `app.aclRole`.`privileges` as `app.aclRole.privileges`, `app.aclRole`.`deleted_at` as `app.aclRole.deletedAt`, `app.aclRole`.`created_at` as `app.aclRole.createdAt`, `app.aclRole`.`updated_at` as `app.aclRole.updatedAt`, `app`.`created_at` as `app.createdAt`, `app`.`updated_at` as `app.updatedAt`, `app.translation.label`, `app.translation.label` as `app.label`, `app.translation.description`, `app.translation.description` as `app.description`, `app.translation.privacyPolicyExtensions`, `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions`, `app.translation.customFields`, `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app`.`integration_id` = `app.integration`.`id` LEFT JOIN `acl_role` `app.aclRole` ON `app`.`acl_role_id` = `app.aclRole`.`id` LEFT JOIN (SELECT `app.translation`.`app_id`, `app.translation`.`label` as `app.translation.label`, `app.translation`.`description` as `app.translation.description`, `app.translation`.`privacy_policy_extensions` as `app.translation.privacyPolicyExtensions`, `app.translation`.`custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation`.`language_id` = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` WHERE (`app`.`name` = ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  "SwagAnalytics"
]
93 0.18 ms
SELECT `base_class` AS `baseClass`, `author`
                FROM `plugin`
Parameters:
[]
94 0.70 ms
SELECT translation_key, value FROM snippet WHERE snippet_set_id = ?
Parameters:
[
  b"\x0Ea[Ø_\x11FÿêLËB\x17¸à="
]
95 0.43 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:
[]
96 0.23 ms
SELECT path FROM category WHERE id = ?
Parameters:
[
  b"õ•"¨‡ùG؆NBÄëÃ’f"
]
97 0.16 ms
SELECT min_search_length FROM product_search_config WHERE language_id = ?
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
]
98 0.86 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"
]
99 0.61 ms
# theme-service::resolve-media::read
SELECT `media`.`id` as `media.id`, `media`.`user_id` as `media.userId`, `media`.`media_folder_id` as `media.mediaFolderId`, `media`.`mime_type` as `media.mimeType`, `media`.`file_extension` as `media.fileExtension`, `media`.`uploaded_at` as `media.uploadedAt`, `media`.`file_name` as `media.fileName`, `media`.`file_size` as `media.fileSize`, `media`.`media_type` as `media.mediaTypeRaw`, `media`.`meta_data` as `media.metaData`, `media`.`config` as `media.config`, `media`.`path` as `media.path`, `media`.`private` as `media.private`, `media`.`thumbnails_ro` as `media.thumbnailsRo`, `media`.`created_at` as `media.createdAt`, `media`.`updated_at` as `media.updatedAt`, `media.translation.title`, `media.translation.title` as `media.title`, `media.translation.alt`, `media.translation.alt` as `media.alt`, `media.translation.customFields`, `media.translation.customFields` as `media.customFields` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media`.`media_folder_id` = `media.mediaFolder`.`id` LEFT JOIN (SELECT `media.translation`.`media_id`, `media.translation`.`alt` as `media.translation.alt`, `media.translation`.`title` as `media.translation.title`, `media.translation`.`custom_fields` as `media.translation.customFields` FROM `media_translation` `media.translation` WHERE `media.translation`.`language_id` = ?) `media.media_translation` ON `media.media_translation`.`media_id` = `media`.`id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder`.`default_folder_id` = `media.mediaFolder.defaultFolder`.`id` WHERE (((`media`.`private` = ? OR (`media`.`private` = ? AND `media.mediaFolder.defaultFolder`.`entity` = ?)))) AND (`media`.`id` IN (?, ?, ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  false
  true
  "product_download"
  b"─g]ì?=LÚëµÚ╬│\x12\x02\x18"
  b"óÞ…À@sL\t‰±j­æ´ª¦"
  b">\x10\x13OùÕFiŠ˜ÕŽ\x08t•ð"
]
100 0.71 ms
SELECT `theme`.`id` as `theme.id`, `theme`.`technical_name` as `theme.technicalName`, `theme`.`name` as `theme.name`, `theme`.`author` as `theme.author`, `theme`.`preview_media_id` as `theme.previewMediaId`, `theme`.`parent_theme_id` as `theme.parentThemeId`, `theme`.`theme_json` as `theme.themeJson`, `theme`.`base_config` as `theme.baseConfig`, `theme`.`config_values` as `theme.configValues`, `theme`.`active` as `theme.active`, `theme`.`created_at` as `theme.createdAt`, `theme`.`updated_at` as `theme.updatedAt`, `theme.translation.description`, `theme.translation.description` as `theme.description`, `theme.translation.labels`, `theme.translation.labels` as `theme.labels`, `theme.translation.helpTexts`, `theme.translation.helpTexts` as `theme.helpTexts`, `theme.translation.customFields`, `theme.translation.customFields` as `theme.customFields` FROM `theme` LEFT JOIN (SELECT `theme.translation`.`theme_id`, `theme.translation`.`description` as `theme.translation.description`, `theme.translation`.`labels` as `theme.translation.labels`, `theme.translation`.`help_texts` as `theme.translation.helpTexts`, `theme.translation`.`custom_fields` as `theme.translation.customFields` FROM `theme_translation` `theme.translation` WHERE `theme.translation`.`language_id` = ?) `theme.theme_translation` ON `theme.theme_translation`.`theme_id` = `theme`.`id` WHERE `theme`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"™²$ßâ\rFé¬!¯Ü\x07Á\x04s"
]
101 0.67 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"
]
102 0.38 ms
SELECT `media`.`id` as `media.id`, `media`.`user_id` as `media.userId`, `media`.`media_folder_id` as `media.mediaFolderId`, `media`.`mime_type` as `media.mimeType`, `media`.`file_extension` as `media.fileExtension`, `media`.`uploaded_at` as `media.uploadedAt`, `media`.`file_name` as `media.fileName`, `media`.`file_size` as `media.fileSize`, `media`.`media_type` as `media.mediaTypeRaw`, `media`.`meta_data` as `media.metaData`, `media`.`config` as `media.config`, `media`.`path` as `media.path`, `media`.`private` as `media.private`, `media`.`thumbnails_ro` as `media.thumbnailsRo`, `media`.`created_at` as `media.createdAt`, `media`.`updated_at` as `media.updatedAt`, `media.translation.title`, `media.translation.title` as `media.title`, `media.translation.alt`, `media.translation.alt` as `media.alt`, `media.translation.customFields`, `media.translation.customFields` as `media.customFields` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media`.`media_folder_id` = `media.mediaFolder`.`id` LEFT JOIN (SELECT `media.translation`.`media_id`, `media.translation`.`alt` as `media.translation.alt`, `media.translation`.`title` as `media.translation.title`, `media.translation`.`custom_fields` as `media.translation.customFields` FROM `media_translation` `media.translation` WHERE `media.translation`.`language_id` = ?) `media.media_translation` ON `media.media_translation`.`media_id` = `media`.`id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder`.`default_folder_id` = `media.mediaFolder.defaultFolder`.`id` WHERE (((`media`.`private` = ? OR (`media`.`private` = ? AND `media.mediaFolder.defaultFolder`.`entity` = ?)))) AND (`media`.`id` IN (?, ?, ?, ?, ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  false
  true
  "product_download"
  b"─g]ì?=LÚëµÚ╬│\x12\x02\x18"
  b"─g]ì?=LÚëµÚ╬│\x12\x02\x18"
  b"─g]ì?=LÚëµÚ╬│\x12\x02\x18"
  b"óÞ…À@sL\t‰±j­æ´ª¦"
  b">\x10\x13OùÕFiŠ˜ÕŽ\x08t•ð"
]
103 0.42 ms
SELECT `app`.`id` as `app.id`, `app`.`name` as `app.name`, `app`.`path` as `app.path`, `app`.`author` as `app.author`, `app`.`copyright` as `app.copyright`, `app`.`license` as `app.license`, `app`.`active` as `app.active`, `app`.`configurable` as `app.configurable`, `app`.`privacy` as `app.privacy`, `app`.`version` as `app.version`, `app`.`icon` as `app.iconRaw`, `app`.`app_secret` as `app.appSecret`, `app`.`modules` as `app.modules`, `app`.`main_module` as `app.mainModule`, `app`.`cookies` as `app.cookies`, `app`.`allow_disable` as `app.allowDisable`, `app`.`base_app_url` as `app.baseAppUrl`, `app`.`allowed_hosts` as `app.allowedHosts`, `app`.`template_load_priority` as `app.templateLoadPriority`, `app`.`checkout_gateway_url` as `app.checkoutGatewayUrl`, `app`.`in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl`, `app`.`source_type` as `app.sourceType`, `app`.`source_config` as `app.sourceConfig`, `app`.`self_managed` as `app.selfManaged`, `app`.`integration_id` as `app.integrationId`, `app.integration`.`id` as `app.integration.id`, `app.integration`.`label` as `app.integration.label`, `app.integration`.`access_key` as `app.integration.accessKey`, `app.integration`.`secret_access_key` as `app.integration.secretAccessKey`, `app.integration`.`last_usage_at` as `app.integration.lastUsageAt`, `app.integration`.`admin` as `app.integration.admin`, `app.integration`.`custom_fields` as `app.integration.customFields`, `app.integration`.`deleted_at` as `app.integration.deletedAt`, `app.integration`.`created_at` as `app.integration.createdAt`, `app.integration`.`updated_at` as `app.integration.updatedAt`, `app`.`acl_role_id` as `app.aclRoleId`, `app.aclRole`.`id` as `app.aclRole.id`, `app.aclRole`.`name` as `app.aclRole.name`, `app.aclRole`.`description` as `app.aclRole.description`, `app.aclRole`.`privileges` as `app.aclRole.privileges`, `app.aclRole`.`deleted_at` as `app.aclRole.deletedAt`, `app.aclRole`.`created_at` as `app.aclRole.createdAt`, `app.aclRole`.`updated_at` as `app.aclRole.updatedAt`, `app`.`created_at` as `app.createdAt`, `app`.`updated_at` as `app.updatedAt`, `app.translation.label`, `app.translation.label` as `app.label`, `app.translation.description`, `app.translation.description` as `app.description`, `app.translation.privacyPolicyExtensions`, `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions`, `app.translation.customFields`, `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app`.`integration_id` = `app.integration`.`id` LEFT JOIN `acl_role` `app.aclRole` ON `app`.`acl_role_id` = `app.aclRole`.`id` LEFT JOIN (SELECT `app.translation`.`app_id`, `app.translation`.`label` as `app.translation.label`, `app.translation`.`description` as `app.translation.description`, `app.translation`.`privacy_policy_extensions` as `app.translation.privacyPolicyExtensions`, `app.translation`.`custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation`.`language_id` = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` WHERE (`app`.`name` = ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  "SwagAnalytics"
]
104 0.51 ms
# breadcrumb-extension::read
SELECT `category`.`id` as `category.id`, `category`.`version_id` as `category.versionId`, `category`.`parent_id` as `category.parentId`, `category`.`parent_version_id` as `category.parentVersionId`, `category`.`after_category_id` as `category.afterCategoryId`, `category`.`after_category_version_id` as `category.afterCategoryVersionId`, `category`.`media_id` as `category.mediaId`, `category`.`display_nested_products` as `category.displayNestedProducts`, `category`.`auto_increment` as `category.autoIncrement`, `category`.`level` as `category.level`, `category`.`path` as `category.path`, `category`.`child_count` as `category.childCount`, `category`.`type` as `category.type`, `category`.`product_assignment_type` as `category.productAssignmentType`, `category`.`visible` as `category.visible`, `category`.`active` as `category.active`, `category`.`cms_page_id` as `category.cmsPageId`, `category`.`cms_page_version_id` as `category.cmsPageVersionId`, `category`.`product_stream_id` as `category.productStreamId`, `category`.`custom_entity_type_id` as `category.customEntityTypeId`, `category`.`created_at` as `category.createdAt`, `category`.`updated_at` as `category.updatedAt`, `category.translation.name`, `category.translation.name` as `category.name`, `category.translation.breadcrumb`, `category.translation.breadcrumb` as `category.breadcrumb`, `category.translation.slotConfig`, `category.translation.slotConfig` as `category.slotConfig`, `category.translation.linkType`, `category.translation.linkType` as `category.linkType`, `category.translation.internalLink`, `category.translation.internalLink` as `category.internalLink`, `category.translation.externalLink`, `category.translation.externalLink` as `category.externalLink`, `category.translation.linkNewTab`, `category.translation.linkNewTab` as `category.linkNewTab`, `category.translation.description`, `category.translation.description` as `category.description`, `category.translation.metaTitle`, `category.translation.metaTitle` as `category.metaTitle`, `category.translation.metaDescription`, `category.translation.metaDescription` as `category.metaDescription`, `category.translation.keywords`, `category.translation.keywords` as `category.keywords`, `category.translation.customFields`, `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN (SELECT `category.translation`.`category_id`, `category.translation`.`category_version_id`, `category.translation`.`breadcrumb` as `category.translation.breadcrumb`, `category.translation`.`name` as `category.translation.name`, `category.translation`.`custom_fields` as `category.translation.customFields`, `category.translation`.`slot_config` as `category.translation.slotConfig`, `category.translation`.`link_type` as `category.translation.linkType`, `category.translation`.`internal_link` as `category.translation.internalLink`, `category.translation`.`external_link` as `category.translation.externalLink`, `category.translation`.`link_new_tab` as `category.translation.linkNewTab`, `category.translation`.`description` as `category.translation.description`, `category.translation`.`meta_title` as `category.translation.metaTitle`, `category.translation`.`meta_description` as `category.translation.metaDescription`, `category.translation`.`keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation`.`language_id` = ?) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.`category_version_id` = `category`.`version_id` WHERE (`category`.`version_id` = ?) AND (`category`.`id` IN (?, ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"%\x14H╣\eÃBÌàd?_╠ÏÉQ"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
]
105 8.04 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:
[
  "/detail/5ad0a75b35ea40b780720cf5b915396a"
  "/navigation/251448b91bc742de85643f5fccd89051"
  "/navigation/ec2a4d4fb4474b5088b03df523675f08"
  "/navigation/859156a63cc442008cc67aa14505a8ca"
  "/navigation/4851ecc7788447bfb1e74f488e708249"
  "/navigation/2350ba14e89143198d72042128b8519f"
  "/navigation/f3f47b57953b40afb23cd462dda41731"
  "/navigation/075251ee45644d14bfeae2fce50073a0"
  "/navigation/16c8cbca5d1e4e08ac1b8e8f0ac84d58"
  "/navigation/07d6d4c2753d4315814435763a756eb6"
  "/navigation/4784c622e7b34b139d9852ed9fb53adb"
  "/navigation/4d8c5ae5733d4a1f8575bc4b5421a20c"
  "/navigation/7ca22766fd2846b39712928cd77b169b"
  "/navigation/cc590dbc44b740169864cd7c989ddad0"
  "/navigation/275477acc6364fcbb3d3bfbe17317800"
  "/navigation/57e065cd29a24cb3b2d9fc39fc2abf50"
  "/navigation/aefcfa1180634bb98635452ad2dcdbf7"
  "/navigation/bda1448fb6f1449eae78e06d3dd07df3"
  "/navigation/2c38112820554a9598f0c8e77373625c"
  "/navigation/310cbec927954c1ca5d68a3a49b532c7"
  "/navigation/adb46bd6b0b94f9eb5e3976d8446b8fa"
  "/navigation/c7643e90932e42f594f15a536998ed66"
  "/navigation/3abc5229293848c9b2fc1b27fd3d8421"
  "/navigation/514a31209c6e45c5b7f05cf2ce9205fb"
  "/navigation/8539a768e5ce4f168833f890bae1d0a6"
  "/navigation/0923017eea79437bb043b5b0673e115f"
  "/navigation/c6f322e9a6294eb896f7bb669251f305"
  "/navigation/8cfeb9558d524e17827ec792492c9122"
  "/navigation/9fc238bdf9af4f7980d7f1cd1189e8d3"
  "/navigation/a3668172f857425f9bfe53224046ba51"
  "/navigation/505fcc508c4e47eb99d8e4627fe8bd32"
  "/navigation/82738af02a084bbdb851e11e8ec598dc"
  "/navigation/aab03d74404b481ba120fb9530426d47"
  "/navigation/018c9125ea874ae287429a2cefd1f2d0"
  "/navigation/1a5c6210666443f19920fa7686428657"
  "/navigation/76780ee5e68042aab5f6574d7e25dcd3"
  "/navigation/bef74106cc0b4125978553246ff16ad6"
  "/navigation/c4aa5e8624d24b30b0312e22701162d6"
  "/navigation/c6dc84aee6e1469696ac2299c312fde9"
  "/navigation/d62f763a8391413b81a164ea482db739"
  "/navigation/dfdf2340aca14881a6652d08e7656163"
  "/navigation/ab1de20b216545318a6cdad2ee7e2a82"
  "/navigation/afed1ddda6d849c49d00ca0932a75b70"
  "/navigation/b55d905661614a2fa7f585ef697d6cfe"
  "/navigation/c7156d3692b345c69d8c93126625814e"
  "/navigation/004440dd20754671ada9bf79a2b75fbc"
  "/navigation/0b73a534bf5044ed9dd6af4e301fc006"
  "/navigation/c9d1a6f276f24c67b7c66222804db52c"
  "/navigation/f57dc8356f054004b0b2ae82257e6ab4"
  "/navigation/cd3cfa833d6046b89a14935aee1a7f8f"
  "/navigation/3db9cf39d5df4cf89ab28ca64fc9a0af"
  "/navigation/a316e8972e0041bfa756d6f7acc23e7d"
  "/navigation/d3e05b27b6cd431d9b6b64f4e4f197a6"
  "/navigation/eeadca367c544275ac141449b234e23b"
  "/navigation/0efa889b062a423c8fd11a73b02e28f4"
  "/navigation/52daaaf1c14242d699b579aa2eadba48"
  "/navigation/8537420f2eb44ac297adf8c04e163b3d"
  "/navigation/d9db2acbb0ef4cfab89a07bc122d204c"
  "/navigation/f501cdbc9c1c4609a8a519e227fc2bef"
  "/navigation/f59522a887f947d8864e42c4ebc39266"
  "/navigation/f9e2050944fc498ea0537fdb55cba37d"
  "/navigation/882667d91b2d4ab5a8cb33bcce661e38"
  "/navigation/35da856933d947239055eaf099933e29"
  "/navigation/4e2522fa9ec04f46bcab12cd36925cb6"
  "/navigation/552f1d0a97d7418d822959705696a65d"
  "/navigation/7623cc38e1154a2797227b05b7d74503"
  "/navigation/78c4ca0a6208486cb940907b1298f747"
  "/navigation/37476b928c114f0692ad5a37af14e66b"
  "/navigation/d3000e05adbf41ccb0952539c25cb21c"
  "/navigation/1b15b427e9cb40b28d537a893668f15a"
  "/navigation/43c83d522870493a8ab2df8abb5d556c"
  "/navigation/49f823826b384871aec230ae7ee2f154"
  "/navigation/e5a13fc2f1c542cd9057c9488b5c559a"
  "/navigation/01fb819fa75744c8a56fdc0981381ba9"
  "/navigation/7182c23f1e214e85adba25d65afe398a"
  "/navigation/73045f602ad1421fadf76dcecc9ca960"
  "/navigation/89a9b23c1a8b41c2bb4a66032fda3981"
  "/navigation/a585c54285844d1ebd1a64392ed3ee8c"
  "/navigation/f7e8bdb0ed0f4677aa2beed3bac45f8f"
  "/navigation/c76f09f24f1942b1822fb275e0080db3"
  "/navigation/e10596ecd9474c998247ceb3e50921c6"
  "/navigation/01797e0437b3448db94e690f14f43e5f"
  "/navigation/7b34af3a47cb4c3ba3188ed1cee83967"
  "/navigation/7758ea41858d4231ad3623921c73e531"
  "/navigation/68376253ee4542d7aa4d93ac4958eb0a"
  "/navigation/f42644ae8c26492b8cfb8d0ac6f4d74e"
  "/navigation/d867ffee71f646f09b1c069b267201e0"
  "/navigation/4fed7b490a09439dbe58747fe74f3e5d"
  "/navigation/cf5a0b4136834eac88874e7ff81b8ba5"
  "/navigation/f19faba35fa04f30a1bdd354b051f625"
  "/navigation/4bc032eef6364672a0d09b8abe93d55e"
  "/navigation/33b309eb71bc4c2a9976970795d500fa"
  "/navigation/6dba75696b5148139136de033ffc6382"
  "/navigation/be2f3ca764534022a2ba79f972c9679d"
  "/navigation/2e7a070a7ae844fab5cfe4c37e52a1d6"
  "/navigation/0198f4ed3e3b71c1bf2a5e0a6e13a7ef"
  "/navigation/7b7970e14b87448fb41d825fcec350d0"
  "/navigation/7d34ea33ebd2430b84ca71a999e7b708"
  "/navigation/abfa97de640b48c7a6afa067b88812bc"
  "/navigation/1f423e85c6eb494980b22dde93e64a9c"
  "/navigation/876b21ae9d7c41498115b90823beeb7b"
  "/navigation/2b29710e5f0f44a8825513b4e6e2a98d"
  "/navigation/8f4f3b3ffb984e6fb71aebc62d6286e8"
  "/navigation/671bb3d9919346a1a0187fba6835a133"
  "/navigation/dfe70840626a4a9a88c56999fb42852b"
  "/navigation/e4ae50f24b8d4d6483cbea48cedb146b"
  "/navigation/73e9c784d8c448d8a7e304117eed2293"
  "/navigation/8fa76c45c7a14b1ca93353f7b1f85411"
  "/navigation/f2e70390e9e34ceda7549b53800c1e08"
  "/navigation/0bc41cae5ab441458dce00de02107388"
  "/navigation/5f149c7e1b2b48f9ae6364de8ce288fe"
  "/navigation/903d01af296c4a2391205affb24423c2"
  "/navigation/89364c27afac40fa9ead1ec3136ec684"
  "/navigation/aecbd0f4de0742199dd75fadddec2013"
  "/navigation/91a75b0ba6ee4dd7a260ca76f63bc6a0"
  "/navigation/bccc5c020811472196379229044dc7fd"
  "/navigation/2db3c8aa857a4bc6a6d11e3438350063"
  "/navigation/068567f45f424e389167089941c407ec"
  "/navigation/165d387e909249889e89cd6584e6c81c"
  "/navigation/20e44a7345fa48468f3d0e2298b4f067"
  "/navigation/224193720c2a4a45bc96cb2d055655ba"
  "/navigation/3c24eab57c3d445698f26534ea18e660"
  "/navigation/444424ff93914a27a401e920bb33976e"
  "/navigation/72202b824a384e9a8c11ae6afe2a9d75"
  "/navigation/7b182711a1294f69ae2266b5e37b5bc4"
  "/navigation/83868e2e81b340bfa067343e71965085"
  "/navigation/89d46426d44c4442993d4b524afc59a4"
  "/navigation/a16abde2699547c2b823b86c6b48d0d7"
  "/navigation/a3025fff20374024b907cddab6c39d43"
  "/navigation/d14cb43cbcf245eea471b31b87876e6d"
  "/navigation/dbd25e02ae4e471f9cfef3fc4b936d1d"
  "/navigation/e5c66ca00fd140229735738d20618e8c"
  "/navigation/b613bcea17d94cd68c0f1b01c96a843f"
  "/navigation/f65330b5335b43a8ba39baec7d44aa54"
  "/navigation/fb3986cb89834cf3a3b42c5a651034a5"
  "/navigation/9eb6e1f2d32e4679aa85298c3e2fd678"
  "/navigation/a5d30272319c4e6f8577b8f344013d34"
  "/navigation/5be3b86f12b94044a39420702328fe79"
  "/navigation/e40c020ad4b74db7bc3e2e88c4c27be8"
  "/navigation/ab078ca87be74c748a7e971e766ceaf3"
  "/navigation/efef8f302349446dac0f0d67631b70cf"
  "/navigation/f5e01e9054514b68a8653c5a4f2e5ee1"
  "/navigation/e485c99ca374414e851e1bae3f10af8e"
  "/navigation/2fb093f95507419987f178312f1a3159"
  "/navigation/4823a61385b44ff1acf4e6382ddc6ed4"
  "/navigation/a6abb398e64e45f1895b6666ef5c48d1"
  "/navigation/00f37e830a0348d09705a9612c8c8cba"
  "/navigation/71ca1150915f49e5a1f2fd538909d05a"
  "/navigation/1c5e979155a844539448db12fd5ee768"
  "/navigation/8880adde82fa414eb680521ec3b57c4a"
  "/navigation/edd74ffcfbd44ba9904d355f05d440a6"
  "/navigation/29bbfc2eb6d444f08a34e46f60b76e17"
  "/navigation/9228dba7d8ff47a897c5e6125f40dae0"
  "/navigation/500fe37e8fab4ec686d79803e58a8133"
  "/navigation/defbeb767ca44c1b970ab994d662a6a2"
  "/navigation/5d1b4c4fdc094289932a615f81db335b"
  "/navigation/b3fcd7cc2e684a8b96f82adbb8615f55"
  "/navigation/1f6fc0d096e4433f847169a8653f9872"
  "/navigation/cdf0a23d5d72433783ef241128a9b070"
  "/navigation/273527558c5e4e2cb3168fbfbbf6db0e"
  "/navigation/0fc49a5d23ec4742845d4d31898f67f2"
  "/navigation/9870b54fef794c4b87791c9dbc9b83b9"
  "/navigation/91314c7682154e58a203d7deb3c46e25"
  "/navigation/0198a84419397e96ae8527630cef7f63"
  "/navigation/019c03b8fcaa72dc9e2c6dd03b04916d"
  "/navigation/5fdbefa88b0942d28155aa77fb9d1ef2"
  "/navigation/c0ac65a1bc5a42c7ba9ed55d592c4a27"
  "/navigation/6abcc304f8c84933a719a126f42a6651"
  "/navigation/aa1b9b1673ea4fde94caea0b6bc7beb3"
  "/navigation/ea2fc00d192244b3b852128b45d74842"
  "/navigation/2a5c8fc96ef04011aef499b2fb4faca4"
  "/navigation/01971690d7e97455bdb6a13033fc4bea"
  "/navigation/01971691bb387f7f8d6fa68ac5bc78b0"
  "/navigation/019a7cc2c0ed7c48bfd77766e7197c67"
  "/navigation/019841caba81739d847aaec4495335dd"
  "/navigation/c760008290d84dbaae3f6f4b83269ddd"
  "/navigation/019aea2480627a599fd1d0db6122e224"
  "/navigation/0197169587bc7ef2832928391108aef6"
  "/navigation/01992f21513c7fca831141b67a0ba2a6"
  "/navigation/0199288800f87feaabd6d217f0254df0"
  "/navigation/01983b68543b7476b25d1ed5006cd884"
  "/navigation/572804a509e74ad58d18d52ef0cfeb3c"
  "/navigation/0199772279547efd8f94e76789b316b3"
  "/account/recover"
  "/navigation/d1c8e7fd3f514b16a7c7c457c438b93f"
  "/navigation/585d71242fa54b0fba56e331ed5adbe1"
  "/navigation/0199576db2937bbe9a41fb6156449782"
  "/navigation/08014c102bba43b09e93a823de238da1"
  "/navigation/04ac33f9be48438ba185ce8585682c3c"
  "/navigation/ba9f9e3fd094425392c838f151773526"
  "/navigation/cda441a37060455fa34c8ce371928eb3"
  "/navigation/52242d7c7a3349359001e1b7b2c3df80"
  "/navigation/83586831f5bc43d6824ec80864e9314e"
  "/navigation/0196d8a825c27a7e93a4b07323c246d6"
  "/navigation/ccd140695dc643408838c39c838a0a51"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
]
106 0.30 ms
SELECT `rule`.`id` as `rule.id`, `rule`.`name` as `rule.name`, `rule`.`priority` as `rule.priority`, `rule`.`description` as `rule.description`, `rule`.`payload` as `rule.payload`, `rule`.`invalid` as `rule.invalid`, `rule`.`areas` as `rule.areas`, `rule`.`custom_fields` as `rule.customFields`, `rule`.`module_types` as `rule.moduleTypes`, `rule`.`created_at` as `rule.createdAt`, `rule`.`updated_at` as `rule.updatedAt` FROM `rule` WHERE `rule`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  b"†;orw>Jj²»Úï\x06бQ"
  b"8X•p\x16dMä®HÀP\vóÌÈ"
  b"K‡Øl1ÄL\x03®Îy¥±HÃ_"
  b"“ª'KùøMN–ÎQ\r\x03¤"
  b"¦.\x1Fj\x1A\vE\x19¯@\ebp£qI"
  b"│ì╔╝¶c@\eî╦²4É\rÎó"
  b"ß7ìÀÇèGÅæ×\rt\r]l\x1A"
  b"(Ê®u¥bO\r˜Z½\x0E³*¡`"
  b"Ê*\v3.ÅM▓║ÙÞÊÞe\ý"
  b"äNg‚ÆBG·–¸‘Ï%®8÷"
]

Database Connections

Name Service
0 default

Entity Managers

There are no configured entity managers.

Second Level Cache

Second Level Cache is not enabled.