GET https://hauptbuchhandlung.staging.eurosoft.network/author/Meyer,%20Andreas

Query Metrics

79 Database Queries
47 Different statements
92.59 ms Query time

Queries

Group similar statements

# Time Info
1 9.56 ms
SELECT `key`, `value` FROM `app_config`
Parameters:
[]
2 0.40 ms
# dbal-plugin-loader
        SELECT
               `name`,
               `base_class` AS baseClass,
               IF(`active` = 1 AND `installed_at` IS NOT NULL, 1, 0) AS active,
               `path`,
               `version`,
               `autoload`,
               `managed_by_composer` AS managedByComposer,
               composer_name as composerName
        FROM `plugin`
        ORDER BY `installed_at`;
Parameters:
[]
3 0.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:
[]
4 0.49 ms
SELECT `key`, `value` FROM `app_config`
Parameters:
[]
5 0.65 ms
SELECT custom_entity.name, custom_entity.fields, custom_entity.flags
                FROM custom_entity
                    LEFT JOIN app ON app.id = custom_entity.app_id
                WHERE (custom_entity.app_id IS NULL OR app.active = 1) AND custom_entity.deleted_at IS NULL;
Parameters:
[]
6 0.82 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"\x01‘J13£x"‰m\fp²ý;g"
  "author/Meyer,%20Andreas"
  "author/Meyer,%20Andreas/"
]
7 0.74 ms
-- seo-url::resolve-fallback
SELECT path_info pathInfo, seo_path_info seoPathInfo FROM seo_url WHERE (language_id = ?) AND (sales_channel_id = ?) AND (path_info = ?) AND (is_canonical = 1) LIMIT 1
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01‘J13£x"‰m\fp²ý;g"
  "/author/Meyer,%20Andreas"
]
8 1.17 ms
SELECT `scop_platform_redirecter_redirect`.`id` FROM `scop_platform_redirecter_redirect` WHERE (`scop_platform_redirecter_redirect`.`sourceURL` IN (?, ?, ?, ?, ?, ?, ?) AND `scop_platform_redirecter_redirect`.`enabled` = ? AND (`scop_platform_redirecter_redirect`.`salesChannelId` = ? OR `scop_platform_redirecter_redirect`.`salesChannelId` <=> ?)) LIMIT 1
Parameters:
[
  "//author/Meyer,%20Andreas"
  "/author/Meyer,%20Andreas"
  "https://hauptbuchhandlung.staging.eurosoft.network/author/Meyer,%20Andreas"
  "https://hauptbuchhandlung.staging.eurosoft.network//author/Meyer,%20Andreas"
  "/author/Meyer,%20Andreas"
  "//author/Meyer,%20Andreas"
  "author/Meyer,%20Andreas"
  true
  b"\x01‘J13£x"‰m\fp²ý;g"
  null
]
9 0.30 ms
SELECT `name`, `path`, `author`, `self_managed`
                FROM `app`
                WHERE `active` = 1
Parameters:
[]
10 0.74 ms
SELECT LOWER(HEX(`id`)) AS `id` FROM `moorl_magazine_article` WHERE (`updated_at` IS NULL OR (`show_from` > `updated_at` AND `show_from` < '2026-06-04T06:44:41+00:00') OR (`show_until` > `updated_at` AND `show_until` < '2026-06-04T06:44:41+00:00')) AND `active` = '1';
Parameters:
[]
11 0.48 ms
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = ?) AND (token = ?) LIMIT 1
Parameters:
[
  b"\x01‘J13£x"‰m\fp²ý;g"
  "p0hSfiDNZd3yOzok0Q9YpiG8lsJkNZby"
]
12 0.34 ms
#cart-persister::load
            SELECT `cart`.`payload`, `cart`.`rule_ids`, `cart`.`compressed` FROM cart WHERE `token` = ?
Parameters:
[
  "p0hSfiDNZd3yOzok0Q9YpiG8lsJkNZby"
]
13 0.39 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"\x01‘J13£x"‰m\fp²ý;g"
  b"\x01¥Ð¹ms\x03¿5=Ó\x03å¹'"
]
14 1.62 ms
SELECT `country`.`id` FROM `country` LEFT JOIN `sales_channel_country` `country.salesChannels.mapping` ON `country`.`id` = `country.salesChannels.mapping`.`country_id`  LEFT JOIN `sales_channel` `country.salesChannels` ON `country.salesChannels.mapping`.`sales_channel_id` = `country.salesChannels`.`id`  WHERE (`country.salesChannels`.`id` = ?) GROUP BY `country`.`id`
Parameters:
[
  b"\x01‘J13£x"‰m\fp²ý;g"
]
15 0.65 ms
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`, (SELECT GROUP_CONCAT(HEX(`country.salesChannels.mapping`.`sales_channel_id`) SEPARATOR '||')
                  FROM `sales_channel_country` `country.salesChannels.mapping`
                  WHERE `country.salesChannels.mapping`.`country_id` = `country`.`id` ) as `country.salesChannels.id_mapping`, `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"\x01¥Ð¹ms\x03¿5=Ó\x03å¹'"
  b"\x01¥Ðº\x1Cqò­b\x1C,h—{"
]
16 0.55 ms
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.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 (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` WHERE `sales_channel`.`id` IN (?, ?, ?, ?, ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01‘J13£x"‰m\fp²ý;g"
  b"˜C-ï9üF$³2\x13¥kŒ”M"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
  b"\x01‘J13£x"‰m\fp²ý;g"
]
17 0.62 ms
SELECT `property_group`.`id` as `property_group.id`, `property_group`.`display_type` as `property_group.displayType`, `property_group`.`sorting_type` as `property_group.sortingType`, `property_group`.`filterable` as `property_group.filterable`, `property_group`.`visible_on_product_detail_page` as `property_group.visibleOnProductDetailPage`, `property_group`.`created_at` as `property_group.createdAt`, `property_group`.`updated_at` as `property_group.updatedAt`, `property_group.translation.name`, `property_group.translation.name` as `property_group.name`, `property_group.translation.description`, `property_group.translation.description` as `property_group.description`, `property_group.translation.position`, `property_group.translation.position` as `property_group.position`, `property_group.translation.customFields`, `property_group.translation.customFields` as `property_group.customFields` FROM `property_group` LEFT JOIN (SELECT `property_group.translation`.`property_group_id`, `property_group.translation`.`name` as `property_group.translation.name`, `property_group.translation`.`description` as `property_group.translation.description`, `property_group.translation`.`position` as `property_group.translation.position`, `property_group.translation`.`custom_fields` as `property_group.translation.customFields` FROM `property_group_translation` `property_group.translation` WHERE `property_group.translation`.`language_id` = ?) `property_group.property_group_translation` ON `property_group.property_group_translation`.`property_group_id` = `property_group`.`id` WHERE (`property_group`.`filterable` = ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  true
]
18 0.24 ms
SELECT `name`, `type` FROM `custom_field` WHERE `active` = 1
Parameters:
[]
19 0.29 ms
SELECT `product_search_config`.`id` FROM `product_search_config` WHERE (`product_search_config`.`language_id` = ?) LIMIT 1
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
]
20 0.34 ms
SELECT `product_search_config`.`id` as `product_search_config.id`, `product_search_config`.`language_id` as `product_search_config.languageId`, `product_search_config`.`and_logic` as `product_search_config.andLogic`, `product_search_config`.`min_search_length` as `product_search_config.minSearchLength`, `product_search_config`.`excluded_terms` as `product_search_config.excludedTerms`, `product_search_config`.`created_at` as `product_search_config.createdAt`, `product_search_config`.`updated_at` as `product_search_config.updatedAt` FROM `product_search_config` WHERE `product_search_config`.`id` IN (?)
Parameters:
[
  b"\x01¥ÑLÃr'™Œ‘CŽ\x1DÒy"
]
21 0.58 ms
SELECT LOWER(HEX(id)) FROM snippet_set WHERE iso = ?
Parameters:
[
  "de-DE"
]
22 0.82 ms
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"\x01¥Ð¹ms\x03¿5=Ó\x03å¹'"
]
23 0.42 ms
SELECT `delivery_time`.`id` as `delivery_time.id`, `delivery_time`.`min` as `delivery_time.min`, `delivery_time`.`max` as `delivery_time.max`, `delivery_time`.`unit` as `delivery_time.unit`, `delivery_time`.`created_at` as `delivery_time.createdAt`, `delivery_time`.`updated_at` as `delivery_time.updatedAt`, `delivery_time.translation.name`, `delivery_time.translation.name` as `delivery_time.name`, `delivery_time.translation.customFields`, `delivery_time.translation.customFields` as `delivery_time.customFields` FROM `delivery_time` LEFT JOIN (SELECT `delivery_time.translation`.`delivery_time_id`, `delivery_time.translation`.`name` as `delivery_time.translation.name`, `delivery_time.translation`.`custom_fields` as `delivery_time.translation.customFields` FROM `delivery_time_translation` `delivery_time.translation` WHERE `delivery_time.translation`.`language_id` = ?) `delivery_time.delivery_time_translation` ON `delivery_time.delivery_time_translation`.`delivery_time_id` = `delivery_time`.`id` WHERE `delivery_time`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01¥Ðº¥qh“?6:þÇ,\x02"
]
24 0.67 ms
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`.`iso_code` IN (?, ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  "CHF"
  "EUR"
]
25 0.32 ms
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:
[]
26 1.07 ms
SELECT `property_group`.`id` as `property_group.id`, `property_group`.`display_type` as `property_group.displayType`, `property_group`.`sorting_type` as `property_group.sortingType`, `property_group`.`filterable` as `property_group.filterable`, `property_group`.`visible_on_product_detail_page` as `property_group.visibleOnProductDetailPage`, `property_group`.`created_at` as `property_group.createdAt`, `property_group`.`updated_at` as `property_group.updatedAt`, `property_group.translation.name`, `property_group.translation.name` as `property_group.name`, `property_group.translation.description`, `property_group.translation.description` as `property_group.description`, `property_group.translation.position`, `property_group.translation.position` as `property_group.position`, `property_group.translation.customFields`, `property_group.translation.customFields` as `property_group.customFields` FROM `property_group` LEFT JOIN (SELECT `property_group.translation`.`property_group_id`, `property_group.translation`.`name` as `property_group.translation.name`, `property_group.translation`.`description` as `property_group.translation.description`, `property_group.translation`.`position` as `property_group.translation.position`, `property_group.translation`.`custom_fields` as `property_group.translation.customFields` FROM `property_group_translation` `property_group.translation` WHERE `property_group.translation`.`language_id` = ?) `property_group.property_group_translation` ON `property_group.property_group_translation`.`property_group_id` = `property_group`.`id`
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
]
27 1.65 ms
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`.`iso_code` IN (?, ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  "CHF"
  "EUR"
]
28 0.79 ms
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`.`iso_code` IN (?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  "CHF"
]
29 0.73 ms
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`.`iso_code` IN (?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  "CHF"
]
30 0.72 ms
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`.`iso_code` IN (?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  "CHF"
]
31 0.81 ms
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`.`iso_code` IN (?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  "CHF"
]
32 0.64 ms
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`.`iso_code` IN (?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  "CHF"
]
33 0.68 ms
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`.`iso_code` IN (?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  "CHF"
]
34 0.64 ms
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`.`iso_code` IN (?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  "CHF"
]
35 0.65 ms
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`.`iso_code` IN (?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  "CHF"
]
36 0.54 ms
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`.`iso_code` IN (?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  "CHF"
]
37 0.57 ms
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`.`iso_code` IN (?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  "CHF"
]
38 0.68 ms
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`.`iso_code` IN (?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  "CHF"
]
39 0.73 ms
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`.`iso_code` IN (?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  "CHF"
]
40 0.62 ms
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`.`iso_code` IN (?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  "CHF"
]
41 0.65 ms
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`.`iso_code` IN (?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  "CHF"
]
42 0.54 ms
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`.`iso_code` IN (?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  "CHF"
]
43 0.47 ms
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`.`iso_code` IN (?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  "CHF"
]
44 0.48 ms
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`.`iso_code` IN (?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  "CHF"
]
45 0.50 ms
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`.`iso_code` IN (?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  "CHF"
]
46 0.59 ms
SELECT DISTINCT
               LOWER(HEX(sales_channel.id)) AS salesChannelId,
               LOWER(HEX(domains.language_id)) AS languageId
             FROM sales_channel_domain AS domains
             INNER JOIN sales_channel
               ON domains.sales_channel_id = sales_channel.id
               AND sales_channel.active = 1
Parameters:
[]
47 0.30 ms
SELECT LOWER(HEX(sales_channel_id)) AS sales_channel_id, route_name, template
             FROM seo_url_template
             WHERE route_name IN (?)
Parameters:
[
  "frontend.detail.page"
]
48 0.30 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`
Parameters:
[]
49 0.31 ms
SELECT LOWER(HEX(parent_id)) FROM language WHERE id = ?
Parameters:
[
  "0190a5d21558701cb17a1f89991d17e2"
]
50 0.24 ms
SELECT LOWER(HEX(parent_id)) FROM language WHERE id = ?
Parameters:
[
  "2fbb5fe2e29a4d70aa5854ce7ce3e20b"
]
51 0.57 ms
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.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 (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`
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
]
52 1.39 ms
SELECT LOWER(HEX(seo_url.id)) as id, LOWER(HEX(seo_url.foreign_key)) foreignKey, LOWER(HEX(seo_url.sales_channel_id)) salesChannelId, seo_url.is_modified as isModified, seo_url.seo_path_info seoPathInfo FROM seo_url seo_url WHERE (seo_url.route_name = ?) AND (seo_url.language_id = ?) AND (seo_url.is_canonical = 1) AND (seo_url.foreign_key IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?))
Parameters:
[
  "frontend.detail.page"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"Ñ­\x13ä'\x03è\f£ã‰\x00C‡;r"
  b"I0Œ\x1Dßöò<çÔŠ¹Š…e2"
  b"6Z(P"ƒº\e´ÉMˆ½mN\x06"
  b"""
    ­ð°¯ë\x1Dêæú )Bî·\n
    
    """
  b"…dì¤TJ\x12Þ\x11°G\x11A‡\x07¨"
  b"""
    =ޏ[M4ÃK*°G>\n
    „½¯
    """
  b"+_¥Žö‹«â%C \v¹Û\x1A"
  b"Áñ‡^¢\x0FjTÑA\x07Å!öf“"
  b"á\x00\x13_в@Ä\x05\tÖ\x7FŠ×&)"
  b"Žún<º\x18za\AÈ”ºáK:"
  b"—üfýÒÆ¯]\x03R.Ëw¬îæ"
  b"=¨Jäÿè—n´aK²í™Œ¥"
  b"‘h’¿\rS‰!)\x19\x04èÉáÜ&"
  b"ò\x14×-.j’m@àX§aØ\"
  b"]öBl0\x1CO—\vc»‹ìÜT("
  b"*\es0ã\x08A¹Sõ\x0FúIG»ì"
  b"\x12™­©aÎ}?\x06¨OQ«\x04\f\x05"
  b"]Þ<›BJ;±ÀMg\\t(,¯"
  b"‘Ú\x15åÚ\x04ÁxœèÝÎ\x10:ðW"
  b"†R"ø\x1Eb“¨Ûxæä·í+k"
]
53 0.22 ms
"START TRANSACTION"
Parameters:
[]
54 0.94 ms
UPDATE seo_url SET is_deleted = 0 WHERE (foreign_key IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)) AND (sales_channel_id = ?)
Parameters:
[
  b"Ñ­\x13ä'\x03è\f£ã‰\x00C‡;r"
  b"I0Œ\x1Dßöò<çÔŠ¹Š…e2"
  b"6Z(P"ƒº\e´ÉMˆ½mN\x06"
  b"""
    ­ð°¯ë\x1Dêæú )Bî·\n
    
    """
  b"…dì¤TJ\x12Þ\x11°G\x11A‡\x07¨"
  b"""
    =ޏ[M4ÃK*°G>\n
    „½¯
    """
  b"+_¥Žö‹«â%C \v¹Û\x1A"
  b"Áñ‡^¢\x0FjTÑA\x07Å!öf“"
  b"á\x00\x13_в@Ä\x05\tÖ\x7FŠ×&)"
  b"Žún<º\x18za\AÈ”ºáK:"
  b"—üfýÒÆ¯]\x03R.Ëw¬îæ"
  b"=¨Jäÿè—n´aK²í™Œ¥"
  b"‘h’¿\rS‰!)\x19\x04èÉáÜ&"
  b"ò\x14×-.j’m@àX§aØ\"
  b"]öBl0\x1CO—\vc»‹ìÜT("
  b"*\es0ã\x08A¹Sõ\x0FúIG»ì"
  b"\x12™­©aÎ}?\x06¨OQ«\x04\f\x05"
  b"]Þ<›BJ;±ÀMg\\t(,¯"
  b"‘Ú\x15åÚ\x04ÁxœèÝÎ\x10:ðW"
  b"†R"ø\x1Eb“¨Ûxæä·í+k"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
]
55 0.18 ms
"COMMIT"
Parameters:
[]
56 0.98 ms
SELECT LOWER(HEX(seo_url.id)) as id, LOWER(HEX(seo_url.foreign_key)) foreignKey, LOWER(HEX(seo_url.sales_channel_id)) salesChannelId, seo_url.is_modified as isModified, seo_url.seo_path_info seoPathInfo FROM seo_url seo_url WHERE (seo_url.route_name = ?) AND (seo_url.language_id = ?) AND (seo_url.is_canonical = 1) AND (seo_url.foreign_key IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?))
Parameters:
[
  "frontend.detail.page"
  b"\x01¥Ò\x15Xp\x1C±z\x1F‰™\x1D\x17â"
  b"Ñ­\x13ä'\x03è\f£ã‰\x00C‡;r"
  b"I0Œ\x1Dßöò<çÔŠ¹Š…e2"
  b"6Z(P"ƒº\e´ÉMˆ½mN\x06"
  b"""
    ­ð°¯ë\x1Dêæú )Bî·\n
    
    """
  b"…dì¤TJ\x12Þ\x11°G\x11A‡\x07¨"
  b"""
    =ޏ[M4ÃK*°G>\n
    „½¯
    """
  b"+_¥Žö‹«â%C \v¹Û\x1A"
  b"Áñ‡^¢\x0FjTÑA\x07Å!öf“"
  b"á\x00\x13_в@Ä\x05\tÖ\x7FŠ×&)"
  b"Žún<º\x18za\AÈ”ºáK:"
  b"—üfýÒÆ¯]\x03R.Ëw¬îæ"
  b"=¨Jäÿè—n´aK²í™Œ¥"
  b"‘h’¿\rS‰!)\x19\x04èÉáÜ&"
  b"ò\x14×-.j’m@àX§aØ\"
  b"]öBl0\x1CO—\vc»‹ìÜT("
  b"*\es0ã\x08A¹Sõ\x0FúIG»ì"
  b"\x12™­©aÎ}?\x06¨OQ«\x04\f\x05"
  b"]Þ<›BJ;±ÀMg\\t(,¯"
  b"‘Ú\x15åÚ\x04ÁxœèÝÎ\x10:ðW"
  b"†R"ø\x1Eb“¨Ûxæä·í+k"
]
57 0.19 ms
"START TRANSACTION"
Parameters:
[]
58 0.70 ms
UPDATE seo_url SET is_deleted = 0 WHERE (foreign_key IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)) AND (sales_channel_id = ?)
Parameters:
[
  b"Ñ­\x13ä'\x03è\f£ã‰\x00C‡;r"
  b"I0Œ\x1Dßöò<çÔŠ¹Š…e2"
  b"6Z(P"ƒº\e´ÉMˆ½mN\x06"
  b"""
    ­ð°¯ë\x1Dêæú )Bî·\n
    
    """
  b"…dì¤TJ\x12Þ\x11°G\x11A‡\x07¨"
  b"""
    =ޏ[M4ÃK*°G>\n
    „½¯
    """
  b"+_¥Žö‹«â%C \v¹Û\x1A"
  b"Áñ‡^¢\x0FjTÑA\x07Å!öf“"
  b"á\x00\x13_в@Ä\x05\tÖ\x7FŠ×&)"
  b"Žún<º\x18za\AÈ”ºáK:"
  b"—üfýÒÆ¯]\x03R.Ëw¬îæ"
  b"=¨Jäÿè—n´aK²í™Œ¥"
  b"‘h’¿\rS‰!)\x19\x04èÉáÜ&"
  b"ò\x14×-.j’m@àX§aØ\"
  b"]öBl0\x1CO—\vc»‹ìÜT("
  b"*\es0ã\x08A¹Sõ\x0FúIG»ì"
  b"\x12™­©aÎ}?\x06¨OQ«\x04\f\x05"
  b"]Þ<›BJ;±ÀMg\\t(,¯"
  b"‘Ú\x15åÚ\x04ÁxœèÝÎ\x10:ðW"
  b"†R"ø\x1Eb“¨Ûxæä·í+k"
  b"\x01¦Jœ&p•²ÇŠÿÞ“šà"
]
59 0.18 ms
"COMMIT"
Parameters:
[]
60 0.93 ms
SELECT LOWER(HEX(seo_url.id)) as id, LOWER(HEX(seo_url.foreign_key)) foreignKey, LOWER(HEX(seo_url.sales_channel_id)) salesChannelId, seo_url.is_modified as isModified, seo_url.seo_path_info seoPathInfo FROM seo_url seo_url WHERE (seo_url.route_name = ?) AND (seo_url.language_id = ?) AND (seo_url.is_canonical = 1) AND (seo_url.foreign_key IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?))
Parameters:
[
  "frontend.detail.page"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"Ñ­\x13ä'\x03è\f£ã‰\x00C‡;r"
  b"I0Œ\x1Dßöò<çÔŠ¹Š…e2"
  b"6Z(P"ƒº\e´ÉMˆ½mN\x06"
  b"""
    ­ð°¯ë\x1Dêæú )Bî·\n
    
    """
  b"…dì¤TJ\x12Þ\x11°G\x11A‡\x07¨"
  b"""
    =ޏ[M4ÃK*°G>\n
    „½¯
    """
  b"+_¥Žö‹«â%C \v¹Û\x1A"
  b"Áñ‡^¢\x0FjTÑA\x07Å!öf“"
  b"á\x00\x13_в@Ä\x05\tÖ\x7FŠ×&)"
  b"Žún<º\x18za\AÈ”ºáK:"
  b"—üfýÒÆ¯]\x03R.Ëw¬îæ"
  b"=¨Jäÿè—n´aK²í™Œ¥"
  b"‘h’¿\rS‰!)\x19\x04èÉáÜ&"
  b"ò\x14×-.j’m@àX§aØ\"
  b"]öBl0\x1CO—\vc»‹ìÜT("
  b"*\es0ã\x08A¹Sõ\x0FúIG»ì"
  b"\x12™­©aÎ}?\x06¨OQ«\x04\f\x05"
  b"]Þ<›BJ;±ÀMg\\t(,¯"
  b"‘Ú\x15åÚ\x04ÁxœèÝÎ\x10:ðW"
  b"†R"ø\x1Eb“¨Ûxæä·í+k"
]
61 0.16 ms
"START TRANSACTION"
Parameters:
[]
62 0.53 ms
UPDATE seo_url SET is_deleted = 0 WHERE (foreign_key IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)) AND (sales_channel_id = ?)
Parameters:
[
  b"Ñ­\x13ä'\x03è\f£ã‰\x00C‡;r"
  b"I0Œ\x1Dßöò<çÔŠ¹Š…e2"
  b"6Z(P"ƒº\e´ÉMˆ½mN\x06"
  b"""
    ­ð°¯ë\x1Dêæú )Bî·\n
    
    """
  b"…dì¤TJ\x12Þ\x11°G\x11A‡\x07¨"
  b"""
    =ޏ[M4ÃK*°G>\n
    „½¯
    """
  b"+_¥Žö‹«â%C \v¹Û\x1A"
  b"Áñ‡^¢\x0FjTÑA\x07Å!öf“"
  b"á\x00\x13_в@Ä\x05\tÖ\x7FŠ×&)"
  b"Žún<º\x18za\AÈ”ºáK:"
  b"—üfýÒÆ¯]\x03R.Ëw¬îæ"
  b"=¨Jäÿè—n´aK²í™Œ¥"
  b"‘h’¿\rS‰!)\x19\x04èÉáÜ&"
  b"ò\x14×-.j’m@àX§aØ\"
  b"]öBl0\x1CO—\vc»‹ìÜT("
  b"*\es0ã\x08A¹Sõ\x0FúIG»ì"
  b"\x12™­©aÎ}?\x06¨OQ«\x04\f\x05"
  b"]Þ<›BJ;±ÀMg\\t(,¯"
  b"‘Ú\x15åÚ\x04ÁxœèÝÎ\x10:ðW"
  b"†R"ø\x1Eb“¨Ûxæä·í+k"
  b"\x01‘J13£x"‰m\fp²ý;g"
]
63 0.17 ms
"COMMIT"
Parameters:
[]
64 0.87 ms
SELECT LOWER(HEX(seo_url.id)) as id, LOWER(HEX(seo_url.foreign_key)) foreignKey, LOWER(HEX(seo_url.sales_channel_id)) salesChannelId, seo_url.is_modified as isModified, seo_url.seo_path_info seoPathInfo FROM seo_url seo_url WHERE (seo_url.route_name = ?) AND (seo_url.language_id = ?) AND (seo_url.is_canonical = 1) AND (seo_url.foreign_key IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?))
Parameters:
[
  "frontend.detail.page"
  b"\x01¥Ò\x15Xp\x1C±z\x1F‰™\x1D\x17â"
  b"Ñ­\x13ä'\x03è\f£ã‰\x00C‡;r"
  b"I0Œ\x1Dßöò<çÔŠ¹Š…e2"
  b"6Z(P"ƒº\e´ÉMˆ½mN\x06"
  b"""
    ­ð°¯ë\x1Dêæú )Bî·\n
    
    """
  b"…dì¤TJ\x12Þ\x11°G\x11A‡\x07¨"
  b"""
    =ޏ[M4ÃK*°G>\n
    „½¯
    """
  b"+_¥Žö‹«â%C \v¹Û\x1A"
  b"Áñ‡^¢\x0FjTÑA\x07Å!öf“"
  b"á\x00\x13_в@Ä\x05\tÖ\x7FŠ×&)"
  b"Žún<º\x18za\AÈ”ºáK:"
  b"—üfýÒÆ¯]\x03R.Ëw¬îæ"
  b"=¨Jäÿè—n´aK²í™Œ¥"
  b"‘h’¿\rS‰!)\x19\x04èÉáÜ&"
  b"ò\x14×-.j’m@àX§aØ\"
  b"]öBl0\x1CO—\vc»‹ìÜT("
  b"*\es0ã\x08A¹Sõ\x0FúIG»ì"
  b"\x12™­©aÎ}?\x06¨OQ«\x04\f\x05"
  b"]Þ<›BJ;±ÀMg\\t(,¯"
  b"‘Ú\x15åÚ\x04ÁxœèÝÎ\x10:ðW"
  b"†R"ø\x1Eb“¨Ûxæä·í+k"
]
65 0.19 ms
"START TRANSACTION"
Parameters:
[]
66 0.65 ms
UPDATE seo_url SET is_deleted = 0 WHERE (foreign_key IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)) AND (sales_channel_id = ?)
Parameters:
[
  b"Ñ­\x13ä'\x03è\f£ã‰\x00C‡;r"
  b"I0Œ\x1Dßöò<çÔŠ¹Š…e2"
  b"6Z(P"ƒº\e´ÉMˆ½mN\x06"
  b"""
    ­ð°¯ë\x1Dêæú )Bî·\n
    
    """
  b"…dì¤TJ\x12Þ\x11°G\x11A‡\x07¨"
  b"""
    =ޏ[M4ÃK*°G>\n
    „½¯
    """
  b"+_¥Žö‹«â%C \v¹Û\x1A"
  b"Áñ‡^¢\x0FjTÑA\x07Å!öf“"
  b"á\x00\x13_в@Ä\x05\tÖ\x7FŠ×&)"
  b"Žún<º\x18za\AÈ”ºáK:"
  b"—üfýÒÆ¯]\x03R.Ëw¬îæ"
  b"=¨Jäÿè—n´aK²í™Œ¥"
  b"‘h’¿\rS‰!)\x19\x04èÉáÜ&"
  b"ò\x14×-.j’m@àX§aØ\"
  b"]öBl0\x1CO—\vc»‹ìÜT("
  b"*\es0ã\x08A¹Sõ\x0FúIG»ì"
  b"\x12™­©aÎ}?\x06¨OQ«\x04\f\x05"
  b"]Þ<›BJ;±ÀMg\\t(,¯"
  b"‘Ú\x15åÚ\x04ÁxœèÝÎ\x10:ðW"
  b"†R"ø\x1Eb“¨Ûxæä·í+k"
  b"˜C-ï9üF$³2\x13¥kŒ”M"
]
67 0.46 ms
"COMMIT"
Parameters:
[]
68 2.13 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"
]
69 0.49 ms
-- product-listing::load-sortings::search-ids
SELECT `product_sorting`.`id` FROM `product_sorting` WHERE (`product_sorting`.`active` = ?) ORDER BY `product_sorting`.`priority` DESC
Parameters:
[
  true
]
70 0.57 ms
-- product-listing::load-sortings::read
SELECT `product_sorting`.`id` as `product_sorting.id`, `product_sorting`.`locked` as `product_sorting.locked`, `product_sorting`.`url_key` as `product_sorting.key`, `product_sorting`.`priority` as `product_sorting.priority`, `product_sorting`.`active` as `product_sorting.active`, `product_sorting`.`fields` as `product_sorting.fields`, `product_sorting`.`created_at` as `product_sorting.createdAt`, `product_sorting`.`updated_at` as `product_sorting.updatedAt`, `product_sorting.translation.label`, `product_sorting.translation.label` as `product_sorting.label` FROM `product_sorting` LEFT JOIN (SELECT `product_sorting.translation`.`product_sorting_id`, `product_sorting.translation`.`label` as `product_sorting.translation.label` FROM `product_sorting_translation` `product_sorting.translation` WHERE `product_sorting.translation`.`language_id` = ?) `product_sorting.product_sorting_translation` ON `product_sorting.product_sorting_translation`.`product_sorting_id` = `product_sorting`.`id` WHERE `product_sorting`.`id` IN (?, ?, ?, ?, ?, ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01¦\üqs™Ì[Îj¥dj"
  b"\x01¥Ñ*ÿsç˜Ã-Œ²5w\n"
  b"\x01¥Ñ*ÿsç˜Ã-Œ² é\x10"
  b"\x01¥Ñ*ÿsç˜Ã-Œ³vœ\x07"
  b"\x01¥Ñ*ÿsç˜Ã-Œ´W\x10ý"
  b"\x01¥Ñ*ÿsç˜Ã-Œµ\x1Dìy"
]
71 0.33 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"\x01—œ2^a~¿¬?“®W¾ ¯"
]
72 0.41 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:
[]
73 0.67 ms
SELECT path FROM category WHERE id = ?
Parameters:
[
  b"\x01‘ŽC\¬t®Ö_œêdÎy"
]
74 0.31 ms
SELECT min_search_length FROM product_search_config WHERE language_id = ?
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
]
75 1.06 ms
SELECT `category`.`id` as `category.id`, `category`.`version_id` as `category.versionId`, `category`.`parent_id` as `category.parentId`, `category`.`parent_version_id` as `category.parentVersionId`, `category`.`after_category_id` as `category.afterCategoryId`, `category`.`after_category_version_id` as `category.afterCategoryVersionId`, `category`.`media_id` as `category.mediaId`, `category`.`display_nested_products` as `category.displayNestedProducts`, `category`.`auto_increment` as `category.autoIncrement`, `category`.`level` as `category.level`, `category`.`path` as `category.path`, `category`.`child_count` as `category.childCount`, `category`.`type` as `category.type`, `category`.`product_assignment_type` as `category.productAssignmentType`, `category`.`visible` as `category.visible`, `category`.`active` as `category.active`, `category`.`cms_page_id` as `category.cmsPageId`, `category`.`cms_page_version_id` as `category.cmsPageVersionId`, `category`.`product_stream_id` as `category.productStreamId`, `category`.`custom_entity_type_id` as `category.customEntityTypeId`, `category`.`created_at` as `category.createdAt`, `category`.`updated_at` as `category.updatedAt`, `category.translation.name`, `category.translation.name` as `category.name`, `category.translation.breadcrumb`, `category.translation.breadcrumb` as `category.breadcrumb`, `category.translation.slotConfig`, `category.translation.slotConfig` as `category.slotConfig`, `category.translation.linkType`, `category.translation.linkType` as `category.linkType`, `category.translation.internalLink`, `category.translation.internalLink` as `category.internalLink`, `category.translation.externalLink`, `category.translation.externalLink` as `category.externalLink`, `category.translation.linkNewTab`, `category.translation.linkNewTab` as `category.linkNewTab`, `category.translation.description`, `category.translation.description` as `category.description`, `category.translation.metaTitle`, `category.translation.metaTitle` as `category.metaTitle`, `category.translation.metaDescription`, `category.translation.metaDescription` as `category.metaDescription`, `category.translation.keywords`, `category.translation.keywords` as `category.keywords`, `category.translation.customFields`, `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN (SELECT `category.translation`.`category_id`, `category.translation`.`category_version_id`, `category.translation`.`breadcrumb` as `category.translation.breadcrumb`, `category.translation`.`name` as `category.translation.name`, `category.translation`.`custom_fields` as `category.translation.customFields`, `category.translation`.`slot_config` as `category.translation.slotConfig`, `category.translation`.`link_type` as `category.translation.linkType`, `category.translation`.`internal_link` as `category.translation.internalLink`, `category.translation`.`external_link` as `category.translation.externalLink`, `category.translation`.`link_new_tab` as `category.translation.linkNewTab`, `category.translation`.`description` as `category.translation.description`, `category.translation`.`meta_title` as `category.translation.metaTitle`, `category.translation`.`meta_description` as `category.translation.metaDescription`, `category.translation`.`keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation`.`language_id` = ?) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.`category_version_id` = `category`.`version_id` WHERE (`category`.`version_id` = ?) AND (`category`.`id` IN (?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x01‘ŽC\¬t®Ö_œêdÎy"
]
76 0.85 ms
SELECT `plugin`.`id` as `plugin.id`, `plugin`.`base_class` as `plugin.baseClass`, `plugin`.`name` as `plugin.name`, `plugin`.`composer_name` as `plugin.composerName`, `plugin`.`autoload` as `plugin.autoload`, `plugin`.`active` as `plugin.active`, `plugin`.`managed_by_composer` as `plugin.managedByComposer`, `plugin`.`path` as `plugin.path`, `plugin`.`author` as `plugin.author`, `plugin`.`copyright` as `plugin.copyright`, `plugin`.`license` as `plugin.license`, `plugin`.`version` as `plugin.version`, `plugin`.`upgrade_version` as `plugin.upgradeVersion`, `plugin`.`installed_at` as `plugin.installedAt`, `plugin`.`upgraded_at` as `plugin.upgradedAt`, `plugin`.`icon` as `plugin.iconRaw`, `plugin`.`created_at` as `plugin.createdAt`, `plugin`.`updated_at` as `plugin.updatedAt`, `plugin.translation.label`, `plugin.translation.label` as `plugin.label`, `plugin.translation.description`, `plugin.translation.description` as `plugin.description`, `plugin.translation.manufacturerLink`, `plugin.translation.manufacturerLink` as `plugin.manufacturerLink`, `plugin.translation.supportLink`, `plugin.translation.supportLink` as `plugin.supportLink`, `plugin.translation.customFields`, `plugin.translation.customFields` as `plugin.customFields` FROM `plugin` LEFT JOIN (SELECT `plugin.translation`.`plugin_id`, `plugin.translation`.`label` as `plugin.translation.label`, `plugin.translation`.`description` as `plugin.translation.description`, `plugin.translation`.`manufacturer_link` as `plugin.translation.manufacturerLink`, `plugin.translation`.`support_link` as `plugin.translation.supportLink`, `plugin.translation`.`custom_fields` as `plugin.translation.customFields` FROM `plugin_translation` `plugin.translation` WHERE `plugin.translation`.`language_id` = ?) `plugin.plugin_translation` ON `plugin.plugin_translation`.`plugin_id` = `plugin`.`id` WHERE (`plugin`.`name` = ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  "esMetaCatalog6"
]
77 6.45 ms
-- seo_url::replacement
SELECT seo_path_info, path_info, sales_channel_id FROM seo_url WHERE (seo_url.is_canonical = 1) AND (seo_url.path_info IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)) AND (seo_url.language_id = ?) AND (seo_url.sales_channel_id = ? OR seo_url.sales_channel_id IS NULL) AND (seo_url.is_deleted = 0)
Parameters:
[
  "/navigation/01918e44035c7dc4a99bc47f495a0711"
  "/navigation/01918e441648700e84ab007847d14512"
  "/navigation/0197b0e006967583a7245f4339110739"
  "/navigation/01918e4433887438a3185dfc267b9174"
  "/navigation/01918e4448a17cb7a6646183e26966fd"
  "/navigation/01918e4464247aa5bb2372768ea01664"
  "/navigation/01918e4473d2731eade248d232e85ad9"
  "/navigation/01918e46601f7eab9c3a08cb62266585"
  "/navigation/01918e46f43b76e490998278ab83a15e"
  "/navigation/01918e4733ab7ce4a04db008d6a0571e"
  "/navigation/01918e473c867224a4cd794a3490c061"
  "/navigation/01918e4757337158a5d95ed3b53a109d"
  "/navigation/01918e477ca57fc0a0939f9d671ba749"
  "/navigation/01918e47a64570b59e89994cd433f4d1"
  "/navigation/01918e47bf7374f7b87f760ad53a6f9f"
  "/navigation/01918e47d74f74c2aedd9ad470bb4737"
  "/navigation/019e017df9a276a4af12f2db0c080aff"
  "/navigation/0191ee9a80f5792aa4470bc1bb7ddabd"
  "/navigation/01936d7a6944779cb990d593d7d9b140"
  "/navigation/01936d7b874370fa909a2becef1ac7f3"
  "/navigation/01936d7badff7c64aece3984ce06f2c7"
  "/navigation/01936d7bdb987601b94de98ae7052632"
  "/navigation/01936d7c04c47d08af4b053e0605b585"
  "/navigation/0197b1c1191b74fb913d877e813e9a33"
  "/navigation/0197b1d5eefe74abbe9ec5ee2606a746"
  "/navigation/0197b1d662ba7f6eab0d5b1e1cd0e781"
  "/navigation/0197b1d741c77750808bb080c573fb3e"
  "/navigation/0197b1c1616279c9a4d8e781cbf173cf"
  "/navigation/0197b1defcd8701ebb59303fe3ee4e79"
  "/navigation/0197b1e740ce74b3b95fa94eb90d6482"
  "/navigation/0197b212ee197f59aba350173d0f3870"
  "/navigation/0197b213d68170518b54ec3e38fa07c7"
  "/navigation/0197b213f7187e429075394413321bad"
  "/navigation/0197b1e7605170709081ec0aeb90cca7"
  "/navigation/0197b228d5577f7196f05c286b6607de"
  "/navigation/0197b22a1f0c7d9a97bc1e3859bb6740"
  "/navigation/0197b22a2dad7566a2eda9c10bc43d14"
  "/navigation/0197b22a3664705db9413337a7a2dd63"
  "/navigation/0197b22a3a3f7957be91e796f89378b9"
  "/navigation/0197b22a45e6768d82b1b08c10a3a7fe"
  "/navigation/0197b22a4c8f7054bfddd2570ea510eb"
  "/navigation/0197b22a3e767cb1a01f7ee9c5ec7457"
  "/navigation/0197b22a426d7966ba8e1f01a46eefbf"
  "/navigation/0197b22967937c8387711229c2ba42f6"
  "/navigation/0197b22d432c7aa18713d9633996a846"
  "/navigation/0197b22d5c18798ca5d6235a91ae9faa"
  "/navigation/0197b22d617977b1b4bcd1907752f260"
  "/navigation/0197b22d670b79859e22dafbc6a8361e"
  "/navigation/0197b22d6a9e7827acd9a4db7458b21a"
  "/navigation/0197b22d6d5f7c899774d5c5a00c4431"
  "/navigation/0197b22d72767ff4adffaa731821c543"
  "/navigation/0197b22d756c71bca58843309235dcb3"
  "/navigation/0197b22d784d716684949235c56d44d1"
  "/navigation/0191ee9ae9317bd79b501cffd3fb613e"
  "/navigation/0197d0fd7b077c55b800312ed2c2cf29"
  "/navigation/0191ee9b16a97cc9a147cd4449f46348"
  "/navigation/0191ee9b239e7c9181e6964082608c6b"
  "/navigation/0191ee9b38a0746aa93998ef15d3fe6c"
  "/navigation/0191ee9b475670c983a8fc836aa5cc22"
  "/navigation/0191ee9b55af7827a4968f0e9846b94d"
  "/navigation/0191ee9d0a8e741d8bd582aac09faa8f"
  "/navigation/0191ee9ce967784a97d4bbe54c5ea62f"
  "/navigation/019909cb27c97a0ead2c5b9206adefb4"
  "/navigation/0191ee9d1b347e3481f4071ff5017ee8"
  "/navigation/0191ee9e54a076ddaa4463979f50a4a7"
  "/navigation/0191ee9e6a3b7f28b0b45df9da9cc4c0"
  "/navigation/0191ee9e7b6d7435858c66f429866305"
  "/navigation/0191ee9eaa9c75ba8a3843b3ce4fa334"
  "/navigation/0191ee9ecac979659c233713313910fb"
  "/navigation/0191ee9fac45736e8d462a8a87cc0a31"
  "/navigation/0191ee9fc09d7248bdf68188b88be38a"
  "/navigation/0191ee9fc9117f43a3303ae736f72e6c"
  "/detail/d1ad13e42703e80ca3e3890043873b72"
  "/detail/49308c1ddff6f23ce7d48ab98a856532"
  "/detail/365a28502283ba1bb4c94d88bd6d4e06"
  "/detail/adf0b0afeb1deae6fa202942eeb70a9b"
  "/detail/8564eca4544a12de11b04711418707a8"
  "/detail/3dde8f5b4d34c34b2ab0473e0a84bdaf"
  "/detail/2b5fa58ef68b8fabe22543a00bb9db1a"
  "/detail/c1f1875ea20f6a54d14107c521f66693"
  "/detail/e100135fd0b240c40509d67f8ad72629"
  "/detail/8efa6e3cba187a615c41c894bae14b3a"
  "/detail/97fc66fdd2c6af5d03522ecb77aceee6"
  "/detail/3da84ae4ffe8976eb4614bb2ed998ca5"
  "/detail/916892bf0d538921291904e8c9e1dc26"
  "/detail/90f214d72d2e6a926d40e058a761d85c"
  "/detail/5df6426c301c4f970b63bb8becdc5428"
  "/detail/2a1b7330e30841b953f50ffa4947bbec"
  "/detail/1299ada961ce7d3f06a84f51ab040c05"
  "/detail/5dde3c9b424a3bb1c04d675c09282caf"
  "/detail/91da15e5da04c1789ce8ddce103af057"
  "/detail/865222f81e6293a8db78e6e4b7ed2b6b"
  "/navigation/01968c8c36bf7d64a6458dea553bd083"
  "/navigation/01968c8c66857cbdaa3fe53f64460992"
  "/navigation/01968c8c819b7a3f80b7123704ac53e6"
  "/navigation/01968c8ca8b57752817b01710b71694a"
  "/navigation/01968c8e2d3a74a38a6c10f9f8460cea"
  "/navigation/01968c8e463172098d9fdfbd02e7079a"
  "/navigation/01968c8e5ce473fd981f91192b9ea060"
  "/navigation/01968c8e70bd7f69b2d493c206e115cb"
  "/navigation/01968c8eb0427cb382bf2677391a27af"
  "/navigation/01968c8f733271dda4a6b5b5769d6a3d"
  "/navigation/01968c8fcbcb7e17b2c838cd17eec670"
  "/navigation/01968c904e6a7dc795fb655c6bba1a6c"
  "/navigation/01968c910b567b13bd06bf0bb60f3a0d"
  "/navigation/01968c91ed89784c83a9842c8cea2016"
  "/navigation/01968c9316807749a8a0e77442aec819"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01‘J13£x"‰m\fp²ý;g"
]
78 0.75 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"\x01˜3\x1Aì†sÞºð\x19KHB\x00Ï"
  b"\x01˜8\x07³.su·M\x1Fàë\x042‰"
  b"\x01˜8\x1DJ$y\x04‰²±!øË\t5"
  b"\x01‘jÿ\x7FíqÔŽ\x11\x1DñMˆwÃ"
  b"\x01‘k\x06àŽr\x16‡BÁ¶ûƒ9i"
  b"\x01‘k\x07õ>xý©g\x0Fó~\eÿ«"
  b"\x01–g^Ü\x1Ar1™ŽnÉf™’²"
  b"""
    \x01—Àï¿ýp\x0E´ë%¬óf\n
    õ
    """
  b"\x01˜,\x033Õr©€AÃ\x1Aݯßï"
  b"\x01˜6Sà\x01}þ‹|&Y¹Íå¥"
  b"\x01˜7ú\x1Ccr²¦¸foB$\x16é"
  b"\x01˜­\x04y/y\x0F¤úé4Z˜\x11Ô"
  b"\x01¥Ðºzs:‹Uo¨üG"
  b"\x01¥ÐºÇsl´Çäæ:\x7Fj7"
  b"\x01¥ÐøápQ…·ÄÏCª\x1E\t"
  b"\x01‘™IY\x7F|ù•/ˆÓÉ’!‚"
  b"\x01¥Ð»ds”†6…LhKŸÙ"
  b"\x01—ù%gŽr\x08®xàxv9RÎ"
]
79 29.94 ms
SELECT `meta_catalog_id`.`id` FROM `meta_catalog_id` WHERE `meta_catalog_id`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  b"\x01¦º"Ç\x11:ú¶5`}D,­…"
  b"À"nyïxúp\t+ÅÝêhÝC"
  b"²\x0FwÎJ\x16¯1s\x08ÌÜSé#÷"
  b"H¨2N܈tÿÚˆÈþ W³û"
  b"žø®\x08Y•\x17܁D"úzô°"
  b"·é˜\vg\x18\x1CÌ?Ùä$÷µ°"
  b"VM1\x00eõF‘ª\x14ì\x00íF\x13o"
  b"g_ °íĆ×\x06ÕÎ&¹õ\x1D"
  b"\x15ÂÖúú^.¬þÚ\x14X÷è}"
  b"|\x07ë£kö±‘\t¨ù÷˜^Ÿš"
  b"ó\x06:Õà45\tôåôCŠ U´"
  b"\x7F\x01©wÚøÝêqÖQyê\x17»!"
  b"\x06˜Ç£¯d!U‹ÂL÷שDä"
  b"ÂÑßNÓèÛÞ‘; \x01ôµ"
  b"ýÉoÄU_°{ûÞ¼õ'’\ "
  b"TüUá\x05ËcøEí£d¯Š5P"
  b"~˜äS®(£ ;L\x15Œýº^–"
  b"\x14Ñ:ÏEX¡=ô\x18aŒ$\x08õü"
  b"¹G\x7FVIðãW-\x1DdrÇb3"
  b"NØåºô`wÂ]Kë°@øþ2"
  b"¬È¡Å—?\x7F#m'½ª´qö<"
  b"+¶LMفük™—\et\x18в\x13"
  b"¢Åx½QëÌäʶcå\x16òŠ"
  b"þeoÿ)þTß\x05oí;Ž\\e¢"
  b"\x0FAºceL'œ¿@£×¢\x04."
  b")‚LŒ¬Ò\x13Ul\x1FqÏ“%Ü"
  b"\x00mC¢¦£€º\x08µ6°z`U"
  b"¿„M\tGHÝ÷éôT»¼MÇ"
  b"\x13k¶_Êõw\x1Fˆ\x1A-39ŽtŽ"
  b"¯ânr`ßø¶Ñ¾ôŽãpq""
  b"e”\eÈ*ûh£PÓ׊Îr‰="
  b"Iº\fÓ\x07\x17r}@|]."
  b"Üy†CF‰B´³g€\x12gük¯"
  b"å*º\x13'Äl”2f€tÕcã±"
  b"\x17\t0LÅ+Ü3.×D\x1F,\rxz"
  b"Ðe“‰%dW·jÃ\x13ò´\x19/"
  b"¤\O¾~Ó­K4%®´\r&—ï"
  b"°SQ¾ùçZ\x1Dor•ÿäÿ6¨"
  b"ù\fvû˜Œ¾VÞXÜ\eóQú€"
  b"""
    \x04R'ú\n
    q0wQa\x18\x03Åvù‡
    """
  b"\x1CSûYɘL²î0ÃÕY\x1ER\t"
  b"\x00Œöiœ\x04»aÈîåñã\x08ÎP"
  b"vc\x05`\x13±ZÇ‚B\x15¿£e\x07§"
  b"óÛM§¬a\x0F­@\x1E(“¦L&·"
  b"ç\x17­\x1FÛ}€—Å›[`8Äl5"
  b"d\x02Îõ„K’Èßàéö3"ok"
  b"ÈÙœ\x11@¦ô^¡Üš5ñ¨‡‘"
  b"\x1F\tnû(•ñï"hœ\x08\x13U"
  b" ÷f\f\x01ù\x12²ßwð¨Qi\x06¦"
  b"4í8\x02¸Ãÿ\x005dZŸ\x03Oo\x14"
  b"üès0}²L\x1E\x19,ŒdÅEÜé"
  b")׃‡»\x00Iäûݝ\x15\x0F@˜ô"
  b"z©¿ôùPú[°8\x19¤¨¢ü"
  b"4\x12\]6üäÌþ‹¼“Ðx\x06þ"
  b"v\x0Epî÷¦\x17\x7FÀÀçpµí¹Ã"
  b"\x04:\vU÷g\x06¿g¸.1\v\x1CÅN"
  b"Wµ›\x01f—“\x1E\x16ÈCq°\rõ"
  b"""
    x\x1E]øM\n
    I\x16.0Ï0•þ8\x08
    """
  b"°\x052\x05\x02\x16\x08|%ØS\r_`ÞL"
  b"\x12\x1A6*ñƒÊÌwöF¯åµ "
  b"<\x11ÌðÔ[ÄìV¤oZ!´!¦"
  b"""
    \v\x04\n
    ÆtSàWð?wÛ\x02‚s\n
    """
  b"""
    \n
    %ãs3×DIÍßÈ/ˆxàÎ
    """
  b" Ì×D\x18Y6\x06\v6.ÍQ\x03"
  b"é­Ú\x11Ø‹×?P¬ò6«ø‘ª"
  b"æÞ¬©S—úL#Tt¸w:û°"
  b"¦$j·Ž\x173«`a®a\fd\x11H"
  b".%’ŽˆdcF|ÎÆv—"MÊ"
  b"ÔMÝK°\x05±¨Q\x0E•þ\x1F®/æ"
  b"\x15à:N*W(_\x1AÅTvÙ\x05D"
  b"½­7¢xü”)\x02L\x13R}»˜-"
  b"ú\x1Fæ\x07ÞköË;\x16cOˆãz"
  b"ô\x14Ú»þä¶ÍLï—ôæ\x02\x00\x14"
  b"\x7Frö§`¹â˜–¸†õ‰‹"
  b"\x078\x7FsL¦5‰ø<×Û)2"
  b"Nt±Hþ?=I2ݵ’t¥©´"
  b"ÊùÈT3ùŸ‹¼\x7FGWŠýó©"
  b"s¬ˆÑ&hÏ‚Éhø9_†"
  b" XÝaÀ{\x04×M?ÆQœÆ\x03Á"
  b"®ÃA”Qkƒèô™8Â\x1C\v"
  b"Ç\x1C0oÚSt5ôw—ûï\x1D"
  b"‘wÃFñ\x10\x17^\x1AîÝXÌÈ\x1A¨"
  b"èhï=fDP]O)äWsw\e"
  b"†ã…%|dx@³b§\t¿M×Ñ"
  b"î̾ñc¬¥\x18\x11\x05\x08Nr\x0F"
  b"Aí£\x00×`Ë_\x03H—Äýã9"
  b"\x04\x08\x05™¿a\vkÚðÄB˜m„\x04"
  b"+Ö^_ÃWºº\x14\x05»¡-?ú["
  b"±›\rq_uø\fs_oPü\x00ûá"
  b"\fâ‡ÓÊ\x16¤Vೋ8k$"R"
  b"ƒëÙ‚\vh#\x15䎮¤«/Ž\x0F"
  b"""
    \n
    5Zihº emÈbFK[Œ»
    """
  b"€oI¬•P\x1DtÉg\x19MUK)û"
  b"\x14›\x1FQú"¸\x1C¡îøª-ØÁ"
  b"\x17\x15\x06Á”^æ²3\x00\x0FÎ\x1F\x1D¼m"
  b"0\x15õ‡!Âp§Èß™ü~†R>"
  b"£•Øiíœi\x10\f\x01X,ºYv#"
  b"ïaW\x1E_9rfÜ\x05S\x14Z¾6%"
  b"Š’ÕtåÁq\x15/4q9¥GmÍ"
  b"÷2؃Š\x07ÑŽ\x0F6;í#\tŒü"
  b"Q\x0E\x164”‚ð3“\x17ÙY§HÿÊ"
  b"á(1\x1Aˆá4B!cà"¸Â\x05z"
  b"q¤©\x02:íAx[ ÃãaÂ\x02"
  b"Gìi&\x06*ÇMM•mNýãP<"
  b"X\x17ú=˜Ãü?8:5¼»¸6a"
  b"\x05Ô\x14¡Ã`\x00\x12'(E“ªäß"
  b"\x1F0pnÂ\x02\x041f¦ÆÖS\x7F"
  b"\x08Mñ:f5W’ì}ê-œô."
  b"c\x05öyÙô¦›@Á­õ{c7a"
  b"šÃ%—´\x04ú£\x08\x7F¡•ÖÏÚ>"
  b"•ég©\rþÓ\f¦i|º$”\x1F?"
  b""OP<^ÆKx\x1E\v²9÷Ðg"
  b"¦¨?-í_mã\x1F\x06G?‰•¾"
  b"ë\x12ŸDiC\v®|\x05V¡<\vëÂ"
  b"\x1E¼'§­ÐðÉñÓ\x17ÆôÓÙ3"
  b"e\x12)5n>LÝ”k‰+íòg\x19"
  b"öä\x00ƒ~*\x04“¼¼à\x00\x07Ð"
  b"\r\x1Dy&;·0Yb‘ß~g×°ý"
  b"þÖ :ø\x14úßE6Ô¸7¥¢R"
  b"¬¾Z\x05ýèš\f³\x1Fºîá-”W"
  b"Ë\x1F!B\x02\x0Få4ø\x08\x1E\e^Þ} "
  b"9ÛH£\x07„˜ô\x06\x17„Ý\r"
  b"«¥Òÿ6Ά<˜´Ò%õ¶20"
  b"ö0vÏ\WØÞO{ý\x11À™Ð["
  b"\x01÷˜Á†*˜ô‰añ+Ú/~ª"
  b"že-qËXBtþIÒ'Â&¯"
  b"\x04?õj\x1Dsiﬠ鿰ÜãH"
  b"‰…w\x1F\x18ÑÇ\x13ØÓ¡F¸Œ”\x0E"
  b"3\x06\x00ô€\x12È(é\x136jnkaÎ"
  b"bNÞoCk—{}\tå\x7F£nÈ“"
  b"ÅÄ–ß\x12¬g)j\x16\x14B(`š`"
  b"à7\x19\x1AP“BÂЏ×>üIc^"
  b"Óu‹®ö§ò‘lû\x12\x15~¯Ég"
  b"šƒœ±¿xˆµî\rµTZØ%\x00"
  b"îñ~Ì\t¸\t2@]*\x053z5R"
  b"Xþn¸žt\x0E*P—T{%\x07\x05ê"
  b"ÿ¨\fÍŽG\x10\x14Ûq÷Dê+¶°"
  b"‹º°RÚµË\x14~²ê<[ÝÕ‰"
  b"ü‘r@áë£Þ¿ à@‹~;"
  b".I\x0E¬ÔÐý\x05|1\x03!ÁzÂ)"
  b"¶Áâ\x1FÖ¦@4yV³2Ñ\x14"
  b"\x7FwÉ¿\x06ìd TÁ¡´$\x169…"
  b"aºÆ…À€ÕSYôFàb¥zÁ"
  b"%ÕIJ×u?)_ºÇ\x17¶‡Jg"
  b"Ñ2šˆ~Ž'âf\x071SÑâîØ"
  b"“Æ\x0F\eE¦ÐµÝ/\x11r¤±€\x11"
  b"\x05O'>)b¯[\x14W¹ú²eû¥"
  b"Ûz‘CJ·¬¿×ãëÓÆ±m”"
  b"""
    C ÇAvñ;\n
    \n
    6¦ÀΘ¶Ó
    """
  b"""
    ?¦C\n
    (ÆkE\x13³ðöâ#Àñ
    """
  b"\x10éÕnã~k\x7F}½kÜ\x1F¡@\x1D"
  b"<n(].£ÎŒ.Œmõ4ôI"
  b"o›\x14\f`\x11Ü)®ÕÊ\x00À£q"
  b"süÙUi¬hãÁ1Að1÷Ñæ"
  b"ìŒÑe\ee\±\x0FM õæ¥`Í"
  b"\x1FÑžñ¡ÓêL57—œ\x123¯>"
  b"ªê\x7Fl"3JýŠÉCà‹›kÓ"
  b"xîSÒ¡EœÖºzBì¾÷é"
  b"Þ\x11°V¾\x05KëÀ}]ÓQM<"
  b"\x07¨¤œ:º<ÿ0QòädîÒ¿"
  b"_Ù `^\x1C½”2Š\x18~\x19¦\x1CI"
  b"HÈ%Ñû³vðÞ®_\x01)›Æƒ"
  b"§$nJKjk|Œ,âø5¿¸ñ"
  b"K(W[5oÀŠB‡„d¶UÓq"
  b"R’N—pŠ©Ýn\e\e\x04"
  b"I\x13Çiߘ\x1DX¤ùBúä\x19}("
  b""˜áÐ\x1D\x1C\cëDãyøBxº"
  b"ø´¶öây2—E,:YõŠ[”"
  b"]\x01u6€Š\x03Œ(çB)\x18¥-Ë"
  b"Ø@…˜ƒ\x19ë\x1E•ù\x1F\x19ý©Ff"
  b"ÃYÿz\x13MÒ&V\x1F2Çqb"
  b"a×JMa}ù=\x06\x05¿Ìâ\x116"
  b"ûAN«Q‰aFóoumÕÄ("
  b",v\vÚ[BÑÔ¸æ{\x18y\x13"
  b"""
    WÖïääò»\x08i\n
    ïT¸R\eE
    """
  b"ôÅ©…ù†$aÖ(øŒ\x12Z4z"
  b"*–¾ðãJ]bh\x08¸ÔĈ\v\x05"
  b"\x1A¾·Î·ÀäYµÅ'4 \x13˜ó"
  b"""
    !öÎÊ_G\n
    '¥Ñþ<mZ)q
    """
  b"™”Á‡Ýmôç\x07A\YX\x19Ò©"
  b"Ú­\x0EPG\fG\x08ž-EÀÝúíî"
  b"o‹Ø@­X„ûÕ’åëŠÖ$"
  b" \rÒíRµ[š‡úʆ8°Ýh"
  b"\t\x02n:4Þ’1enüàZQþn"
  b"0±Þ}üTÙK‹\x07Ðû\v¤'f"
  b"M†Ïà;\x1D\x1DzÈî°¸Lù\vX"
  b"»¨‡‡÷·Ýõ¡2q¶6L„"
  b"ºÙ·žØ\x19Ï“&ü&â=¡\x00é"
  b"\x15ÉSY–\x07$#ܧZ´£Wв"
  b"Î:\x06þáê;%èY®­·G’Þ"
  b"\x04hs´Ä.’Ã&t\r\x1CŠßJ—"
  b"@g\x1E=;BW”§\x01\vòâEpÿ"
  b"\ew,”,\x0F57†\x133>°ekô"
  b"¹•é\x05m~YŒîˆ\x0FUŒŽe"
  b"\x01Qùìá\x125ä=ÒE`\x01\x01³Ï"
  b"}~÷á\x17X\x13ÓU&ŠŒ•Dú\v"
  b"ÎÍ–\x0E»¿Ê\f\x7Fr3¶^sP™"
  b"¥ü¯q.4’þÝ\x1D¡ë@Äjã"
  b"ýpô¥®/ª6™\x1E›Æ`Î"
  b"ºŸûø}3¡‹Ø¨<ä3é-\x7F"
  b"FS¾í\x11ïNF\x14‹ n?tM."
  b"gìl¯é\x13\x18¯\x17\x04\x00\nô_Ç"
  b"¤\x1Cí}——Ô(v®Nþ/Brú"
  b"ÅÐo\x01gZ\x00ß•ÖþÕ¯Èâ"
  b"Eø±ò¶ÓÅ\x07\x08Å\x14‚1ƒM_"
  b"µ¾cípQ\x13„¬þÞ@Q„ÓÉ"
  b"tŠŽ*Zâ\eŽ·<ðv`\x1Ew"
  b"â蛄D)ú´W\x0F\x1DZ:\x13Øa"
  b"ÝHÌæ¸õ\x10zLÜcÔú‹O"
  b"…Ž\eò°P^°\x10u¢†qˆq¦"
  b"\x1F\x16\x13yUÌ\x14A"×a\x18é"
  b"ë\x14)\x13+Q4ú`ˆ-\x7Fck&\x06"
  b"ý…ã಑.™Ü–˜x…pBã"
  b"g\x10+3€\x08ëjúHÑæù‚…\x0F"
  b"w\x15_Q–©(å`\x10qËi¤"
  b"zx.—W‚@a»´„€d‡Ê"
  b",ÇùÌ\x14Ó©ÐÄ\x05ä\vj®ðJ"
  b"\x1D¶˜*ª\x10^Zž\x08œD.F"
  b"ü–¾È\x18\x0F_=KÏ'¶^¥é "
  b"\x15 ZáÕ¼f}ÆÏ,\x04\tÍšO"
  b"\x04Ÿ˜©æ'¾L{ËÝ2ÙÎÇx"
  b"`qDÍjôÜ÷/]éõß_L\x13"
  b"§¿9\x06˜\ ñ5nÈ.†tc"
  b"*ü ûÙÅÙ\v:£ãé\x11™ù"
  b"yèÕ/\x1AfÜdƒèñ‘¯ì\x11"
  b"0è'êj#D²\x7Fí\x04òvÈ‹†"
  b"†°ü¹\x14È"Z³Oq·\x04ߥT"
  b"¾iDŠže@âÀ.¬»\x02gÑú"
  b"X\x04þ\x03¶l´Ž#Ã\x07·Jc\x10Ž"
  b"êjB•YøÜÓÒMÎ\x00å"
  b"ë,³\k²’ìw\x04S軸“"
  b"ûO\x154‚l¼¦gŠœƒ!ùê\e"
  b"rˆ@¢\x05¨îãÛzå\x10íW>I"
  b"¼ž{g\V\x15?²L‡âø”"
  b"öS\x08@=\j©#\x7Fxû0˜Ê"
  b"·¹ÿõhˆ–Kç\x7F :àe¾<"
  b"\x00Ã⻀š\x02\x00ŽRVl¯\r¼k"
  b"gXû U‡\x7F¤†>g\x04Q¢ï*"
  b"/ɈaŽûf\fËÏ\x19ßqFW"
  b"Œ½Kleë$¾µ\x1C‚åÅÏb÷"
  b"ÍyÚ§3Ž m°âêá\x00±o¡"
  b"¿«Éb—L=€ìßîdQ§B\x06"
  b"êÙ\x08{\x16äQ\x01²9\x05eÄL\x0FÝ"
  b"«ßÔµî~X\x03Ácâ\x17kp¹"
  b"\x01,ÀœIؼ©\x07D9HnwSÄ"
  b"\x15µÀúÝk~ò=t¾cÔda°"
  b"¹\±ÎMòÚåmšêÿ`\x1C"
  b")\x7F?ÚÂySl¯:Äì¯ÒÞ\f"
  b"""
    H.Ða\n
    Wðï;ðc*1\x0E~\x11
    """
  b"´Œ¨­ŠG‡Tôҁ\x13ðÒ\x02¾"
  b"Jk;B8¥Ë>qZRJ é†\f"
  b"½y™ 2wT"þÞŸ²vE¨È"
  b"…£bïšÈÄTuÔÿÎ>\x1Ah\x08"
  b"§Y±8cs…‹ÔÊõxÆ\x15"
  b"{Ö¢ŒÌ6,ðì‘dm·–@"
  b"±éj˜B\x1E@Gµ‡Î—Wlj"
  b"Ï/#ö\x05÷\x05„õŸmÝ}³Ï2"
  b"ó\x11²Áw,õ\x16‹‡^€»S"
  b"uà‚Ø_Ž\x0F,ý“\x08}U\e·%"
  "~CAEua\x0Fr\x12 kgxU{9"
  b"É 5^qÊîîb ­3ë\fÑ"
  b"ÑèØÀ]¿­AñÉñ‘\x07,4…"
  b"ã‚…CK\x0Eâ\x03\x08t\x0FK^FÃ"
  b"i|\x02½Qè0tëݤtA_4¦"
  b"-æ´\x06:LÍ\x02\fúû£Ñu[×"
  b"]]ÿfñÃâ­\x06ZyVq\x05ÖL"
  b"·\x06'¿yë«SPô\x13ø>î°\x1E"
  b"¦Åá"âºv‚š…ÌÓ¼ËçS"
  b"4\fS\x14°ÀÖ£ù\x1EÕ)\x0Eˆ)E"
  b"\x18\x16N\x17RÕÉ\x08MðcK•Á\x05"
  b"\x1AÇÁ\x01nNåSÃA1}\x7Fð®ì"
  b"Wµ{\Žêi\x10Ëõ§ëF\x16\x10Ë"
  b"\x07ù\x04ÀuÕÆI\e\x1CÛ«w\¬"
  b"¤\x13‰=›\f\x18\tˆ¤½ƒ\tB\x0F®"
  b"œ\x1E\x1F·D¢%¨\x19t߸óõ"
  b"\t'nœI"º³Æ5%[\x19`Šâ"
  b"ÞÈ×\x01\x01A<Not1û¡ŽÀ*"
  b"¿˜æ…Œü\x18Uò|aÎñC\x1A "
  b"(\x05\eñ™û¼iœb\x14²˜Ð€6"
  b"%oÔô|Ö7œËW¼Wð'$7"
  b"\x08\x19\x03Iµ;}ŒE+¬à[:"
  b"K¹R|ÛÈ_ÑÑÙ7\x04x\x12A\e"
  b"ìÂw\x13\rŒxœÒnq˜\x03¸"
  b"†Ywç\f*mâ[¡í0Š;}\x17"
  b"z”y;z\x13lUj8Ù­’W}²"
  b"-xpÆèf;Z\x7F\x1E\x1E‹Y\x1A\x1Aº"
  b"K‘\x7F­¬˜\x12Ú\x192:\x10‹`¼"
  b"\x1D8$ªƒƒºSi“ó\r\–Ð@"
  b"#ÖåM©Õ\x14\x1AßÎ’bÁŠ)€"
  b"¥sWâ82)@\f®\x1DDÕÖ t"
  b"JÔi爽íWôèS <\x05"
  b"‚Q\x12Âz*ÜésUAv'ä‡ô"
  b"—²é\x13ÛªìÅ\f\x178òäp3\x1E"
  b"“9pZ2\fó\x03èÓïß׉MÜ"
  b"=\x12Ø\eãw—}~“VÕÚ!r—"
  b"ÎGx\x12Ã\f©×¾Q³žW\x1AüP"
  b"â¸w\f³;&§•0‹3h\x1A ?"
  b"cбG¿ló½W£B\x05UHŒW"
  b"\v—QL„pþ%¢ñVuÇÁ\x08]"
  b"zžðq\e”änEúe{„\f)¿"
  b"a)@VȈ‚Ä»áJõ½qÑ1"
  b"ð¦ã°vzϤתQ\x05<2Gí"
  b"ôÅW`rðٜՉ±;\x02äÿÁ"
  b"9lP\x00^ó雸SI\x1Dƒcf}"
  b"Êd0м–PúÚ«k\x085¬ã¥"
  b"gˆ?\x0Fv Îh\x11î\x17›Âƒ|%"
  b"ãh\x01\x1EAOïÖ`jõ‚Œ¾A‹"
  b"""
    ò>â\x1AhÈhW,\fìç-p\n
    ð
    """
  b"dÄ{@Ûƒ\x047x¨ NA¾W"
  b"óšÿ\x7FŸd…m\x14Æ«TM\x19ùu"
  b"\x15çÖ©\x14Š-¯ž‡Å×” k"
  b"=)zèú¤7ðL?84€€mÈ"
  b"ÄW‘}2Že$H\x7FN¨#¿\x17ê"
  b"•¯®\x02Sò–A£ð\rü4‡fõ"
  b"G¡c"“¨lX^偄*=\x02Ó"
  b"å\x07\x12\x14ÏŽ?Àƒ8\x18\$¤D)"
  b"â\x00K5»\x10€rS06G|òÄB"
  b"ûí¥S]\x1DfËr›ã\t/í6>"
  b"@¦áè\x19N\x18W+XFéE\x18"
  b" \x1A'žw2\x11\e\x04ëÝ1_º©Ü"
  b"a©à\x02Fñâ*eùÜU‘ä0"
  b"QSHþŸ\x7FŒ›\x0E:Ä—\x1A\x7FŽZ"
  b"µö‰\túnÄåpZ\x06öÕÑ"
  b"Ã\x03ò"/\•;ÇÛsÌ-]!p"
  b"ÁK&Qêðkí\x1F½O\x06¡NaG"
  b"3äìAÿ§ø\x05M¼®žt]ðî"
  b"ƒ5\x17»C£=Xn>y\x15*uŸù"
  b"/Dµsˆ®Ðr¥„å†\x10ÍÏi"
  b"ÛV\x17÷dFê\x1Az{ªÞá6ü;"
  b"µ`ÂLÿz[1\x7FP¸øÙZ“d"
  b"< k½Ã†›ÄH\x04_cUÀ­\x7F"
  b"Ó<Ÿí5ºXI‰Æ¶|¿d¨\x11"
  b"fR©a\x1DÉݶRÎî¸@wØÙ"
  b"\x06 ŸÄ/ÃC\x0E\™Š•v½Åæ"
  b"®’%JPã¾¾f’\f\x00ú\x1Aë"
  b"\x1F\x7F\x02·ˆMò‹õÁâj"
  b"ý/\ ÔýÒ1ïãË%Êü>\n"
  b"¯çð¯ÈÓ;Ê\x08²\x15ôþjÐ"
  b"#O©q*ÑÈ\x1AF5\x02\vV£Yž"
  b"\x16µSG\x05«_ŽIN˜m-\x17Ñ"
  b"Qa'ω\f{æ(¬˜\x12v¯¡Ï"
  b"‰‰\x01gVÒepaÌš\x16ñjŒ"
  b"£›Â¨AµÈlÑ<ÈÁ°$°ê"
  b"%î­ÖH€+\x06oÝá‰\x01N!,"
  b"\x04Lõ“Ù¤”\x00ˆcW&\rÄö±"
  b"@i­Û˜çŒiy‡N¢Š\x0FçÉ"
  b"ã<IÅR J›³“¹IåÑtÔ"
  b".\x14è\x7Fq)ÓAh\x18ƒ×»AÑ„"
  b"XéÛ{µÝòæybpg“µ§ "
  b"8`\x7F\x18­º®S\x1FØªÇæ¿sÊ"
  b"-¾›\tý»·ËÄaÏ®+D7Ú"
  b"l›G*\x1Ciíb\x1CÉ: Yú;"
  b"$%V¶‹Ý>ÖtæmXNê\x15"
  b"Šû\x1F*›$ý•røƒ‘\f„vÒ"
  b"¬Öõ¶(±·\x16aw¦ÿâ/\x11œ"
  b"¦€áß§ÖºR¾üXúBËïŽ"
  b"ï1\x04d&s\x01¹{Ü\v«PõÓÖ"
  b"Tá÷Á¯\x17Q"„­Y\x1F ö8ª"
  b"\x06ÑŸÜ \x05F|à*g:_\vû_"
  b"""
    ‡¦-«\x1C°Ú\x17\n
    x\r\x14\x01h\x1A
    """
  b"C\x13\x00ßz[Y\x10Žlc«Ô–4í"
  b"°Z|‹\x08·6zUdšfl\v\x04Î"
  b"˜]\x08ýÑ[]×—UÅöûƒ)›"
  b"؇è)ˆÔ>yÜÆ\f\x13¨ƒTí"
  b"\rÝ@ç¦j:\x19û‘é\e u܁"
  b"ù)ÉùSÃ¥¨,–]±qó\x13&"
  b"ˆ\x19ŒÇ!&š•¼ikxD0;½"
  b"O)TœÖs…ºDÿLÙ±Õ›U"
  b"/hÕÁxµ¦¤ÞÒAÅ\x1D®i"
  b"È#Üt¥÷!­Á‰×½g'j?"
  b"MƤ|`ÑÝCk›à\x12¡›´\x03"
  b"""
    TâÔŽÕ"\x02`\n
    é•èrJ`\x1A
    """
  b"""
    rÅ+"Ô\n
    \x07ã3Ÿ\x044\x7Fˆî\x1F
    """
  b"6Aì\x1D“¥kž4>w}ÊH66"
  b"\vš/±…\e¨Ý\fÌ8\x0Em°d\r"
  b"àò%\x18ù\x03¿ Öb„¤·iE„"
  b"ñ‚Řõ–£@\x0Fë<\x1F"\x1Fåù"
  b"""
    k€\x03\n
    'F`gò‡í\tu'\x1C
    """
  b"ßÏF´’m+ÏX\x1DÿK\x1D€V"
  b"êc[ª)7u÷wθ"#–ú"
  b"f¥z1ºÂ\tÐT¼Ù°:a>§"
  b"|µÇ\x11þòeÌT9¾™š±à"
  b"ó\x1Cj¸º\tƾ-΁k‚æ î"
  b"OZ2aæ–\r¬Z¼ý²z\x7Fp"
  b"ðÎÙ(\tö±D|\x12[dà-×"
  b"»Â4\x18\x7F&’l\x02/\f9­N\x14 "
  b"¡V/¾/\x1CªX„Ò›Žæ#àî"
  b"\x17t\t¢:kžÓ\x02ièá+"T¡"
  b"DsÈ<3)‰.Èi„0<\x06Km"
  b"x_öêo×0ÿå\x0Eëk7õFé"
  b"D0\x00-\n!\vN¦‘\x1DVÇ”\x1AŽ"
  b"àê(“ñ0‚lÞ\x08€Ý—¨Ü"
  b"ƒ$K\tØ\f•ðW¹\x01ÆÚBãi"
  b"\x11·`„c…$žÎ°\x1F\x1C\x1DiÜÆ"
  b"—×ýtYO0üln“f$\x08"
  b""KÔ\x13A¨WÚ,/ÕF°Ò³Ê"
  b"\x05€ð¶j×ܤ›–WAÕ3¾Æ"
  b"qÉ ‰\x10ÖÆ"´ë«\x14¢WŽv"
  b"õ8\x14‚6o¬HPÀçú)\x06\x1D"
  b"»s_ºê\x1Ey‘g\x1Fô!\x15oþV"
  b"äû\x16»óÉȾ\x15õ\x08”²ÎÒ\x1D"
  b"Ó+ ü¼|Ðf¼¸ñ_®t³D"
  b"MP¿þ&Ñ\x05\x03}1nóæ\x1E\tê"
  b"D*P³Š\x16F›9xóý?#]|"
  b"¨–c¤å\x14­{ƒëf8ÚÓ©\x0E"
  b"U\x18\tgê@pÍé›ÖrþS4Á"
  b"­\x12I\í½\x00´i?#ÿæY›P"
  b"Au˜qxlg²RðÙ¹3´íu"
  b"¨.\x13ç.5¡¶[”ï€!¥T]"
  b"""
    O\x03¼±5sÓ\n
    ÷\n
    \x17øfÛÿ
    """
  b"åñrW\x18ÿrb¡Š\téí*ó9"
  b"TŒ£Û¤ŸóÍ^\vû¨»Òÿë"
  b" Æ\x04¥TžÙÀÝ݉àx ÌŽ"
  b"ÅZï:\x01îp\x7F\f€5B'À¾Õ"
  b"”qFt†¼\x0FÙ‰¼êŽ\e&—"
  b"Ñ­\x13ä'\x03è\f£ã‰\x00C‡;r"
  b"I0Œ\x1Dßöò<çÔŠ¹Š…e2"
  b"6Z(P"ƒº\e´ÉMˆ½mN\x06"
  b"""
    ­ð°¯ë\x1Dêæú )Bî·\n
    
    """
  b"…dì¤TJ\x12Þ\x11°G\x11A‡\x07¨"
  b"""
    =ޏ[M4ÃK*°G>\n
    „½¯
    """
  b"+_¥Žö‹«â%C \v¹Û\x1A"
  b"Áñ‡^¢\x0FjTÑA\x07Å!öf“"
  b"á\x00\x13_в@Ä\x05\tÖ\x7FŠ×&)"
  b"Žún<º\x18za\AÈ”ºáK:"
  b"—üfýÒÆ¯]\x03R.Ëw¬îæ"
  b"=¨Jäÿè—n´aK²í™Œ¥"
  b"‘h’¿\rS‰!)\x19\x04èÉáÜ&"
  b"ò\x14×-.j’m@àX§aØ\"
  b"]öBl0\x1CO—\vc»‹ìÜT("
  b"*\es0ã\x08A¹Sõ\x0FúIG»ì"
  b"\x12™­©aÎ}?\x06¨OQ«\x04\f\x05"
  b"]Þ<›BJ;±ÀMg\\t(,¯"
  b"‘Ú\x15åÚ\x04ÁxœèÝÎ\x10:ðW"
  b"†R"ø\x1Eb“¨Ûxæä·í+k"
  b"""
    ŽÕ¦\n
    Ù”yJz³ÀR@•@R
    """
]

Database Connections

Name Service
0 default

Entity Managers

There are no configured entity managers.

Second Level Cache

Second Level Cache is not enabled.