GET https://hauptbuchhandlung.staging.eurosoft.network/author/Klein,%20Andrea

Query Metrics

80 Database Queries
47 Different statements
73.35 ms Query time

Queries

Group similar statements

# Time Info
1 0.48 ms
SELECT `key`, `value` FROM `app_config`
Parameters:
[]
2 0.46 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.21 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.60 ms
SELECT `key`, `value` FROM `app_config`
Parameters:
[]
5 0.82 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.71 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/Klein,%20Andrea"
  "author/Klein,%20Andrea/"
]
7 0.46 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/Klein,%20Andrea"
]
8 1.65 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/Klein,%20Andrea"
  "/author/Klein,%20Andrea"
  "https://hauptbuchhandlung.staging.eurosoft.network/author/Klein,%20Andrea"
  "https://hauptbuchhandlung.staging.eurosoft.network//author/Klein,%20Andrea"
  "/author/Klein,%20Andrea"
  "//author/Klein,%20Andrea"
  "author/Klein,%20Andrea"
  true
  b"\x01‘J13£x"‰m\fp²ý;g"
  null
]
9 0.39 ms
SELECT `name`, `path`, `author`, `self_managed`
                FROM `app`
                WHERE `active` = 1
Parameters:
[]
10 0.90 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-04-06T06:17:50+00:00') OR (`show_until` > `updated_at` AND `show_until` < '2026-04-06T06:17:50+00:00')) AND `active` = '1';
Parameters:
[]
11 0.78 ms
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = ?) AND (token = ?) LIMIT 1
Parameters:
[
  b"\x01‘J13£x"‰m\fp²ý;g"
  "xMnVIMTilsN5RbvIZwUN7aYMTlkModpm"
]
12 0.39 ms
#cart-persister::load
            SELECT `cart`.`payload`, `cart`.`rule_ids`, `cart`.`compressed` FROM cart WHERE `token` = ?
Parameters:
[
  "xMnVIMTilsN5RbvIZwUN7aYMTlkModpm"
]
13 0.44 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 0.93 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.89 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.79 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.96 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.34 ms
SELECT `name`, `type` FROM `custom_field` WHERE `active` = 1
Parameters:
[]
19 0.55 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.57 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 1.78 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.55 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"
]
25 0.29 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 0.60 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 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"
]
28 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"
]
29 0.75 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.76 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.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"
]
32 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"
]
33 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"
  "EUR"
]
34 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"
]
35 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"
]
36 0.66 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.46 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.49 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.39 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ÉÑпip×ÉPí×Â\x12\x18¡"
]
40 0.42 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.42 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.56 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 2.21 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.63 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.63 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.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"
]
47 0.61 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:
[]
48 0.29 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"
]
49 0.28 ms
SELECT `language`.`id` as `language.id`, `language`.`parent_id` as `language.parentId`, `language`.`locale_id` as `language.localeId`, `language`.`translation_code_id` as `language.translationCodeId`, `language`.`name` as `language.name`, `language`.`custom_fields` as `language.customFields`, `language`.`created_at` as `language.createdAt`, `language`.`updated_at` as `language.updatedAt` FROM `language`
Parameters:
[]
50 0.25 ms
SELECT LOWER(HEX(parent_id)) FROM language WHERE id = ?
Parameters:
[
  "0190a5d21558701cb17a1f89991d17e2"
]
51 0.22 ms
SELECT LOWER(HEX(parent_id)) FROM language WHERE id = ?
Parameters:
[
  "2fbb5fe2e29a4d70aa5854ce7ce3e20b"
]
52 0.65 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"
]
53 1.54 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"Ú*»^J“ÒÉKMÿ2YŒ×\x7F"
  b"øÏ;GZ˜6Ð\x14·ØrêÁ—¦"
  b"-5\x1D!¨À!ÅΫL\x15\x18þßÒ"
  b"ñæœÞªD±H¤\x17¬ž2ÜÚ0"
  b"ÿ¢i\x11ôsíô°\x02¤:{-zº"
  b"""
    \n
    ·┤Øëw(p9<6õ*®Û╬
    """
  b"Œ\x05¿…šæUzO×9Ý\rŽ4\x06"
  b"\x034\x12Âåüxe?u\r\x1D\x05JKž"
  b"‘¶3M\x00ùPu¾ºõÆå‘ד"
  b"G[\x1EÎ┐─G▒ÉèÔ░═\x04²="
  b"Ï\x05«•>Ð-\x1Dn*\eä-h\x1Aj"
  b"¢\x00!ƒ)†ÂJnG¨ \x11'€X"
  b"¿Ë╗np┌&"ÈÀ^·"ØT´"
  b"""
    u‰L1\x01yèÄì\n
    úø´\x12\x16¡
    """
  b"…nuêqËp\x00\x03\x13Š›\n"
  b"™”v\x1A\x1C_êÒ\x01ÌŸ‹}`¡Ð"
  b"Ä$Æ@\x19À’>\x1C¡J¦\vM\x08¯"
  b"\e,\rnD7Šz­vÉÚëV\x17É"
  b"\x7FÊeìfƒ\x11#'¹R‗┌─]\x05"
  b"}v^íô†=¼\x7F\x7FCŠVK6p"
]
54 0.22 ms
"START TRANSACTION"
Parameters:
[]
55 1.03 ms
UPDATE seo_url SET is_deleted = 0 WHERE (foreign_key IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)) AND (sales_channel_id = ?)
Parameters:
[
  b"Ú*»^J“ÒÉKMÿ2YŒ×\x7F"
  b"øÏ;GZ˜6Ð\x14·ØrêÁ—¦"
  b"-5\x1D!¨À!ÅΫL\x15\x18þßÒ"
  b"ñæœÞªD±H¤\x17¬ž2ÜÚ0"
  b"ÿ¢i\x11ôsíô°\x02¤:{-zº"
  b"""
    \n
    ·┤Øëw(p9<6õ*®Û╬
    """
  b"Œ\x05¿…šæUzO×9Ý\rŽ4\x06"
  b"\x034\x12Âåüxe?u\r\x1D\x05JKž"
  b"‘¶3M\x00ùPu¾ºõÆå‘ד"
  b"G[\x1EÎ┐─G▒ÉèÔ░═\x04²="
  b"Ï\x05«•>Ð-\x1Dn*\eä-h\x1Aj"
  b"¢\x00!ƒ)†ÂJnG¨ \x11'€X"
  b"¿Ë╗np┌&"ÈÀ^·"ØT´"
  b"""
    u‰L1\x01yèÄì\n
    úø´\x12\x16¡
    """
  b"…nuêqËp\x00\x03\x13Š›\n"
  b"™”v\x1A\x1C_êÒ\x01ÌŸ‹}`¡Ð"
  b"Ä$Æ@\x19À’>\x1C¡J¦\vM\x08¯"
  b"\e,\rnD7Šz­vÉÚëV\x17É"
  b"\x7FÊeìfƒ\x11#'¹R‗┌─]\x05"
  b"}v^íô†=¼\x7F\x7FCŠVK6p"
  b"\x01ɪJ£&pò▓Ãè ÌôÜÓ"
]
56 0.31 ms
"COMMIT"
Parameters:
[]
57 1.14 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"Ú*»^J“ÒÉKMÿ2YŒ×\x7F"
  b"øÏ;GZ˜6Ð\x14·ØrêÁ—¦"
  b"-5\x1D!¨À!ÅΫL\x15\x18þßÒ"
  b"ñæœÞªD±H¤\x17¬ž2ÜÚ0"
  b"ÿ¢i\x11ôsíô°\x02¤:{-zº"
  b"""
    \n
    ·┤Øëw(p9<6õ*®Û╬
    """
  b"Œ\x05¿…šæUzO×9Ý\rŽ4\x06"
  b"\x034\x12Âåüxe?u\r\x1D\x05JKž"
  b"‘¶3M\x00ùPu¾ºõÆå‘ד"
  b"G[\x1EÎ┐─G▒ÉèÔ░═\x04²="
  b"Ï\x05«•>Ð-\x1Dn*\eä-h\x1Aj"
  b"¢\x00!ƒ)†ÂJnG¨ \x11'€X"
  b"¿Ë╗np┌&"ÈÀ^·"ØT´"
  b"""
    u‰L1\x01yèÄì\n
    úø´\x12\x16¡
    """
  b"…nuêqËp\x00\x03\x13Š›\n"
  b"™”v\x1A\x1C_êÒ\x01ÌŸ‹}`¡Ð"
  b"Ä$Æ@\x19À’>\x1C¡J¦\vM\x08¯"
  b"\e,\rnD7Šz­vÉÚëV\x17É"
  b"\x7FÊeìfƒ\x11#'¹R‗┌─]\x05"
  b"}v^íô†=¼\x7F\x7FCŠVK6p"
]
58 0.18 ms
"START TRANSACTION"
Parameters:
[]
59 0.98 ms
UPDATE seo_url SET is_deleted = 0 WHERE (foreign_key IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)) AND (sales_channel_id = ?)
Parameters:
[
  b"Ú*»^J“ÒÉKMÿ2YŒ×\x7F"
  b"øÏ;GZ˜6Ð\x14·ØrêÁ—¦"
  b"-5\x1D!¨À!ÅΫL\x15\x18þßÒ"
  b"ñæœÞªD±H¤\x17¬ž2ÜÚ0"
  b"ÿ¢i\x11ôsíô°\x02¤:{-zº"
  b"""
    \n
    ·┤Øëw(p9<6õ*®Û╬
    """
  b"Œ\x05¿…šæUzO×9Ý\rŽ4\x06"
  b"\x034\x12Âåüxe?u\r\x1D\x05JKž"
  b"‘¶3M\x00ùPu¾ºõÆå‘ד"
  b"G[\x1EÎ┐─G▒ÉèÔ░═\x04²="
  b"Ï\x05«•>Ð-\x1Dn*\eä-h\x1Aj"
  b"¢\x00!ƒ)†ÂJnG¨ \x11'€X"
  b"¿Ë╗np┌&"ÈÀ^·"ØT´"
  b"""
    u‰L1\x01yèÄì\n
    úø´\x12\x16¡
    """
  b"…nuêqËp\x00\x03\x13Š›\n"
  b"™”v\x1A\x1C_êÒ\x01ÌŸ‹}`¡Ð"
  b"Ä$Æ@\x19À’>\x1C¡J¦\vM\x08¯"
  b"\e,\rnD7Šz­vÉÚëV\x17É"
  b"\x7FÊeìfƒ\x11#'¹R‗┌─]\x05"
  b"}v^íô†=¼\x7F\x7FCŠVK6p"
  b"\x01ɪJ£&pò▓Ãè ÌôÜÓ"
]
60 0.17 ms
"COMMIT"
Parameters:
[]
61 1.24 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"Ú*»^J“ÒÉKMÿ2YŒ×\x7F"
  b"øÏ;GZ˜6Ð\x14·ØrêÁ—¦"
  b"-5\x1D!¨À!ÅΫL\x15\x18þßÒ"
  b"ñæœÞªD±H¤\x17¬ž2ÜÚ0"
  b"ÿ¢i\x11ôsíô°\x02¤:{-zº"
  b"""
    \n
    ·┤Øëw(p9<6õ*®Û╬
    """
  b"Œ\x05¿…šæUzO×9Ý\rŽ4\x06"
  b"\x034\x12Âåüxe?u\r\x1D\x05JKž"
  b"‘¶3M\x00ùPu¾ºõÆå‘ד"
  b"G[\x1EÎ┐─G▒ÉèÔ░═\x04²="
  b"Ï\x05«•>Ð-\x1Dn*\eä-h\x1Aj"
  b"¢\x00!ƒ)†ÂJnG¨ \x11'€X"
  b"¿Ë╗np┌&"ÈÀ^·"ØT´"
  b"""
    u‰L1\x01yèÄì\n
    úø´\x12\x16¡
    """
  b"…nuêqËp\x00\x03\x13Š›\n"
  b"™”v\x1A\x1C_êÒ\x01ÌŸ‹}`¡Ð"
  b"Ä$Æ@\x19À’>\x1C¡J¦\vM\x08¯"
  b"\e,\rnD7Šz­vÉÚëV\x17É"
  b"\x7FÊeìfƒ\x11#'¹R‗┌─]\x05"
  b"}v^íô†=¼\x7F\x7FCŠVK6p"
]
62 0.22 ms
"START TRANSACTION"
Parameters:
[]
63 0.94 ms
UPDATE seo_url SET is_deleted = 0 WHERE (foreign_key IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)) AND (sales_channel_id = ?)
Parameters:
[
  b"Ú*»^J“ÒÉKMÿ2YŒ×\x7F"
  b"øÏ;GZ˜6Ð\x14·ØrêÁ—¦"
  b"-5\x1D!¨À!ÅΫL\x15\x18þßÒ"
  b"ñæœÞªD±H¤\x17¬ž2ÜÚ0"
  b"ÿ¢i\x11ôsíô°\x02¤:{-zº"
  b"""
    \n
    ·┤Øëw(p9<6õ*®Û╬
    """
  b"Œ\x05¿…šæUzO×9Ý\rŽ4\x06"
  b"\x034\x12Âåüxe?u\r\x1D\x05JKž"
  b"‘¶3M\x00ùPu¾ºõÆå‘ד"
  b"G[\x1EÎ┐─G▒ÉèÔ░═\x04²="
  b"Ï\x05«•>Ð-\x1Dn*\eä-h\x1Aj"
  b"¢\x00!ƒ)†ÂJnG¨ \x11'€X"
  b"¿Ë╗np┌&"ÈÀ^·"ØT´"
  b"""
    u‰L1\x01yèÄì\n
    úø´\x12\x16¡
    """
  b"…nuêqËp\x00\x03\x13Š›\n"
  b"™”v\x1A\x1C_êÒ\x01ÌŸ‹}`¡Ð"
  b"Ä$Æ@\x19À’>\x1C¡J¦\vM\x08¯"
  b"\e,\rnD7Šz­vÉÚëV\x17É"
  b"\x7FÊeìfƒ\x11#'¹R‗┌─]\x05"
  b"}v^íô†=¼\x7F\x7FCŠVK6p"
  b"\x01‘J13£x"‰m\fp²ý;g"
]
64 0.25 ms
"COMMIT"
Parameters:
[]
65 1.13 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"Ú*»^J“ÒÉKMÿ2YŒ×\x7F"
  b"øÏ;GZ˜6Ð\x14·ØrêÁ—¦"
  b"-5\x1D!¨À!ÅΫL\x15\x18þßÒ"
  b"ñæœÞªD±H¤\x17¬ž2ÜÚ0"
  b"ÿ¢i\x11ôsíô°\x02¤:{-zº"
  b"""
    \n
    ·┤Øëw(p9<6õ*®Û╬
    """
  b"Œ\x05¿…šæUzO×9Ý\rŽ4\x06"
  b"\x034\x12Âåüxe?u\r\x1D\x05JKž"
  b"‘¶3M\x00ùPu¾ºõÆå‘ד"
  b"G[\x1EÎ┐─G▒ÉèÔ░═\x04²="
  b"Ï\x05«•>Ð-\x1Dn*\eä-h\x1Aj"
  b"¢\x00!ƒ)†ÂJnG¨ \x11'€X"
  b"¿Ë╗np┌&"ÈÀ^·"ØT´"
  b"""
    u‰L1\x01yèÄì\n
    úø´\x12\x16¡
    """
  b"…nuêqËp\x00\x03\x13Š›\n"
  b"™”v\x1A\x1C_êÒ\x01ÌŸ‹}`¡Ð"
  b"Ä$Æ@\x19À’>\x1C¡J¦\vM\x08¯"
  b"\e,\rnD7Šz­vÉÚëV\x17É"
  b"\x7FÊeìfƒ\x11#'¹R‗┌─]\x05"
  b"}v^íô†=¼\x7F\x7FCŠVK6p"
]
66 0.20 ms
"START TRANSACTION"
Parameters:
[]
67 0.91 ms
UPDATE seo_url SET is_deleted = 0 WHERE (foreign_key IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)) AND (sales_channel_id = ?)
Parameters:
[
  b"Ú*»^J“ÒÉKMÿ2YŒ×\x7F"
  b"øÏ;GZ˜6Ð\x14·ØrêÁ—¦"
  b"-5\x1D!¨À!ÅΫL\x15\x18þßÒ"
  b"ñæœÞªD±H¤\x17¬ž2ÜÚ0"
  b"ÿ¢i\x11ôsíô°\x02¤:{-zº"
  b"""
    \n
    ·┤Øëw(p9<6õ*®Û╬
    """
  b"Œ\x05¿…šæUzO×9Ý\rŽ4\x06"
  b"\x034\x12Âåüxe?u\r\x1D\x05JKž"
  b"‘¶3M\x00ùPu¾ºõÆå‘ד"
  b"G[\x1EÎ┐─G▒ÉèÔ░═\x04²="
  b"Ï\x05«•>Ð-\x1Dn*\eä-h\x1Aj"
  b"¢\x00!ƒ)†ÂJnG¨ \x11'€X"
  b"¿Ë╗np┌&"ÈÀ^·"ØT´"
  b"""
    u‰L1\x01yèÄì\n
    úø´\x12\x16¡
    """
  b"…nuêqËp\x00\x03\x13Š›\n"
  b"™”v\x1A\x1C_êÒ\x01ÌŸ‹}`¡Ð"
  b"Ä$Æ@\x19À’>\x1C¡J¦\vM\x08¯"
  b"\e,\rnD7Šz­vÉÚëV\x17É"
  b"\x7FÊeìfƒ\x11#'¹R‗┌─]\x05"
  b"}v^íô†=¼\x7F\x7FCŠVK6p"
  b"˜C-ï9üF$³2\x13¥kŒ”M"
]
68 0.22 ms
"COMMIT"
Parameters:
[]
69 0.48 ms
# product-price-calculator::units::read
SELECT `unit`.`id` as `unit.id`, `unit`.`created_at` as `unit.createdAt`, `unit`.`updated_at` as `unit.updatedAt`, `unit.translation.shortCode`, `unit.translation.shortCode` as `unit.shortCode`, `unit.translation.name`, `unit.translation.name` as `unit.name`, `unit.translation.customFields`, `unit.translation.customFields` as `unit.customFields` FROM `unit` LEFT JOIN (SELECT `unit.translation`.`unit_id`, `unit.translation`.`short_code` as `unit.translation.shortCode`, `unit.translation`.`name` as `unit.translation.name`, `unit.translation`.`custom_fields` as `unit.translation.customFields` FROM `unit_translation` `unit.translation` WHERE `unit.translation`.`language_id` = ?) `unit.unit_translation` ON `unit.unit_translation`.`unit_id` = `unit`.`id`
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
]
70 0.50 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
]
71 0.50 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"
]
72 0.31 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¾ ¯"
]
73 0.34 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:
[]
74 0.36 ms
SELECT path FROM category WHERE id = ?
Parameters:
[
  b"\x01æÄC\¼t«ÉÍ_£Ûd╬y"
]
75 0.22 ms
SELECT min_search_length FROM product_search_config WHERE language_id = ?
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
]
76 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"
]
77 0.96 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"
]
78 6.29 ms
# seo_url::replacement
SELECT seo_path_info, path_info, sales_channel_id FROM seo_url WHERE (seo_url.is_canonical = 1) AND (seo_url.path_info IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)) AND (seo_url.language_id = ?) AND (seo_url.sales_channel_id = ? OR seo_url.sales_channel_id IS NULL) AND (seo_url.is_deleted = 0)
Parameters:
[
  "/navigation/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/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/da2abb5e4a93d2c94b4dff32598cd77f"
  "/detail/f8cf3b475a9836d014b7d872eac197a6"
  "/detail/2d351d21f9b7218fd7ae4c1518e7e1e3"
  "/detail/f1e69cdeaa44b148a417ac9e32dcda30"
  "/detail/ffa26911f473edf4b002a43a7b2d7aba"
  "/detail/0afab49d89772870393c36e42aa9eace"
  "/detail/8c05bf859ae6557a4fd739dd0d8e3406"
  "/detail/033412c2e5fc78653f750d1d054a4b9e"
  "/detail/91b6334d00f95075bebaf5c6e591d793"
  "/detail/475b1ed7bfc447b1908ae2b0cd04fd3d"
  "/detail/cf05ab953ed02d1d6e2a1be42d681a6a"
  "/detail/a20021832986c24a6e47a8a011278058"
  "/detail/a8d3bb6e70da2622d4b75efa229d54ef"
  "/detail/75894c310179e8c4ec0afaf8b41216a1"
  "/detail/856e75ea71cb70000391138a9b0a34c5"
  "/detail/9994761a1c5fead201cc9f8b7d60a1d0"
  "/detail/c424c64019c0923e1ca14aa60b4d08af"
  "/detail/1b2c0d6e44378a7aad76c9daeb5617c9"
  "/detail/7fd2658d669f112327fb52f2dac45d05"
  "/detail/7d765eedf4863dbc7f7f438a564b3670"
  "/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"
]
79 0.94 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˜8\x07³.su·M\x1Fàë\x042‰"
  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—Àï¿ýp\x0E´ë%¬óf\n
    õ
    """
  b"\x01˜7ú\x1Ccr²¦¸foB$\x16é"
  b"\x01ÉÑð║zs:ïUo┬É¿³G"
  b"\x01ÉÑð║Ãsl┤Ãõµ:\x7Fj7"
  b"\x01ÉÑð°ßpQàÀ─¤C¬\x1E\t"
  b"\x01‘™IY\x7F|ù•/ˆÓÉ’!‚"
  b"\x01ÉÑð╗dsöå6àLhKƒ┘"
]
80 16.71 ms
SELECT `meta_catalog_id`.`id` FROM `meta_catalog_id` WHERE `meta_catalog_id`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  b"l.Öìiß×5’)²å\r£§\x03"
  b"þ¨\x15\x0EW3rØc‰ÔÉ}KØ\x14"
  b"NØåºô`wÂ]Kë°@øþ2"
  b"\x01¦º"Ç\x11:ú¶5`}D,­…"
  b"\vq°é\x08ͦBñ˜£Å^û©"
  b"~ú¡>¡ùž\te°†O2„Ýy"
  b"^[8f\x16Õ*ñó?0‰c/\fp"
  b";5{¹…w»\x05#zçè¦o5›"
  b""Ö¼DÞû¢Äpf°EÕg¯+"
  b"nPK‰ŠÒ—¼\x1F]¹ý­½My"
  b"&mí▀`¶Æı┼ë-ìF¤─½"
  b"nq_\x08>ì«/¤\x14Xp2׿├"
  b"\x1D\x19œ<vÍ8\x12Zù\@Øž"
  b"Cs°¢2åÍJÅ<p,ü\x1E▄É"
  b"`%_Þ9\x18\x13Ž\e\x11@]¼A3á"
  b"²\x0FwÎJ\x16¯1s\x08ÌÜSé#÷"
  b"\x00ØmCóªúÇ║\x08Á6░z`U"
  b"H¨2N܈tÿÚˆÈþ W³û"
  b"ò=þC┘r\r}ë>┼ùÅ┌·Ò"
  b"PÕ4àJ…ìßm†n\r\x03î'¦"
  b"I║\fË\x07\x17r}@|]ü."
  b"\x02í}%Tó„\x00\x10\eLë5ÏúE"
  b"#äMÑT¿À®ó±ÕÅc\x08V\x06"
  b"%6ÅðÃh*\x14”éÎûÌ72Ë"
  b"íã6\x15ü╔\e$\x10╗╚\x139\e"
  b"d\x02Îõ„K’Èßàéö3"ok"
  b"ç\x17­\x1FÛ}€—Å›[`8Äl5"
  b"ÈÙœ\x11@¦ô^¡Üš5ñ¨‡‘"
  b"\x1FÉü\tn¹(ò±´"h£\x08\x13U"
  b"JSÎÓµ’\x1D Ú}+üúfYú"
  b"Âû÷¢\vYKNô¡™\r\f/"
  b"gÄ$п_\x03{?ÓÙ\x103”\x07<"
  b"\x06ïÿÌŠá™\x16€,Ž\x1E1\x1A´ö"
  b"È\x10%\x10\x03¡»Ã¹à:n8lëM"
  b"/ü­0\x07/Ôn╝¸\x13rlÏÔÛ"
  b"ÇÓ<ëÎ\x1F.~\x07Ë\r¶˜%΋"
  b"y‚3!yÚÝ\x18åüzÖò"ºÓ"
  b"YçaÙyE\x06¸\x0FpU7ê‰þ#"
  b"ÂMêíT\x16aƒ2Bÿ¥6\x1FëÉ"
  b"\x14Ä2\x1CãÖîa\x03îm\x18\x1Cw˜‹"
  b"Ÿþ\x15\x16ü\x1EgK}tÎiòÕú\x03"
  b"""
    n§¸þ\x02Œ‹"5d\n
    zþŽ’¢
    """
  b"¶Îø\x1A:\x05┼Ü\x0Fü█vDZ╚G"
  b"ÈØ:<¥‘ÕÞ\x1D'z’¾¡\x17Ž"
  b"üøç4¹Y<Û\x1E▒"╔&Ô█¡"
  b"Di&^m╔ûuò\x08Þ¹Å?\x01ð"
  b"“òA09é´º¼[\x1C\t)¢ß6"
  b"""
    É"Í?╝8Á$▓\x1CÓñGx\n
    
    """
  b"\x17ßþkêö0 0m\x05\x1A¥'¡<"
  b"0FÔä?Õ\x01ƒµÉ\x17 dHŠú"
  b"~M4-*Ö)\x04ƒ…K\x7FDT%W"
  b"EÀÉÕr÷­$(„¼{1Ï"E"
  b" Ü\\x13òœ†Ô½9ò^\x15Çg¼"
  b"mi7\x15Å·§hÅAÜ2gê-µ"
  b"\x0FoôA\x1D\x0F7ÈžtYj9ýÃ"
  b"Ü0Y\x16¦U6\x0EŒEBjÛ›W\x16"
  b"\x0Em"\x7Fóý×ëÔÅŠ£–\x05Ì®"
  b"ˆSfÜ &3ê™#y¤\x08\x17Ö\x1C"
  b"o{Ä\x08ßı\eØ\v┤I§ı▀\x14#"
  b"%04ìmÞµfÝ{%Ó£‗ø÷"
  b"±ÆGº\x18ì,└[\x11{\GÄ╦ö"
  b"T_\x07gïª\x04§\x17}\x16÷Ú Ö£"
  b"ÈA\x0EeŸí\x04u\x07Ï âÒ¢…M"
  b"«û@Üõ\x08‹ØzK\x08\x16ͦ{?"
  b"1˜Omt(b ôØÞž¿\x1Ca\x08"
  b"ÌsÖ\x17_÷TâÜ\f5GÏŽÀÁ"
  b";jì\x0EÊþ¶&·ƒh█Ô\x01═Æ"
  b"à}ì…þf/7»ÀhÆ—â·\x7F"
  b"wú+㙨øüH•áAs\x11×ù"
  b"¡D\x02,A\fúü\x0EtÒ┼ë\t"
  b"û2Ú\x06╔Å╗"[òÇýh\?¾"
  b"¹#;ßÁüO£Rö{\x19h\x04öB"
  b"ó,\x04N\f¹\x0F\r©ñ¾°™G$â"
  b"W‡¹¼¤x›Œ\x15\x16=/\x05hHÝ"
  b"'‗Q┌S┬┘\x10ÿ]wi Éô\x00"
  b"4\egëÝf«× ¤˜±Ò›ÿZ"
  b"\x16°útIZ~)‰ÊØB—qkw"
  b"y‡Ý™º¸´©?@Ã\x14~Ê“¾"
  b"\x10┬a\x0EjðVFi§▄Lìm±#"
  b"\x02µ¡zºhïF\vº#\x1C\x00"
  b"╣t0▒»\x04Oà³½e¡«ùØ└"
  b"p˜ÄÃ÷\x19©AtûV6ŒI\x15â"
  b"ôëØí?J>Ù\x13\x05S\¦ë"
  b"K╝\x06+\e─É\x07täI¹þ/╗m"
  b"""
    ÚahJR\n
    hSÀe¦É█©╠Á
    """
  b"X¬ûÖˆåZ1g\x0EØÃ\x1D׬ "
  b"¦\x07ð\eŸÉ!M«àdT6°×Æ"
  b"W)á\x19 {¾Ó\x01­ÎAëy–¡"
  b"‹¨©H\x04Œ_\x0F,sz6\x07«®Ý"
  b"»¹¦\x15<xÓ\x1AäÆüàÂs¢±"
  b"\x12ÄêE>ºà"¾h\v'J<3ñ"
  b"º»èh\x1D£[,/M(@ pÈ0"
  b"""
    ã\‹å™*\n
    㮵V sd™·
    """
  b"Ö–#ð÷ Ì8(³[*T\eŸZ"
  b"ü·­’\x05–Q0Ç9\x19`]$µo"
  b"T\x03@0ºÓ¾¥´ \x17ªk©ÊÜ"
  b"Ée\r\x15‡Q5 4•!éd\x1D"
  b"╦â·@·¤┤¨üNõ&.Gq\x1E"
  b"+ÊÅuFn+¯Üj\x15<²¥░╠"
  b"@ЭÁ«Ï¦¿9<\˜‚™J\x0F"
  b"855¤ê7`‚ó4Ìã:¶˜S"
  b"3“ÔJG¼\x08Dms¦];B\m"
  b"I_tAH"õ:Q›?y_ð"Ã"
  b"7"\x14±\x08¸È·püÞúÉ\x01Äø"
  b"ÜÍÔ\x08ÆÛH┴\x01\x13\x12═`ؽ"
  b"\x13├ÉæðÉ█\f5╦│äº\x16û<"
  b"ôEpŸNùÁF4bä5·Î\x12\x17"
  b",تáR\x17‰C‡W„Œç}Iþ"
  b"║mcÖR»½┌GÉð\x01~óìJ"
  b"-NÕ–3eVÏÜJ¸ƒ\e\x03¬í"
  b"\x10Í冨]ooÞ•ÃFV ”Ï"
  b"\x00¢æF‹RÕ|mdc\x15{Êc¯"
  b"Ñ\x14î€2γéj»BŸGdK\x01"
  b"Qm6\x16\x01Öx#G€ZÝ9÷u¢"
  b"…I1æ1Öo¶¤$ü\x13í QJ"
  b"\x02aM\x07\x000(u«]ïñM\x1A"
  b"""
    Ädú\x08\x08.\x16Çž\x07\n
    &¤|eŽ
    """
  b"Øu\x15², ¼ÎП2\x08Ùœ6º"
  b"²Ï\r\x0FÙÿ\e~\x12Í$ô\x12À?"
  b"âÂL˜Ú\x01}#\x04l3Y¥ÕòM"
  b"@,èõ\x1ECí└ês}┌Uì├\x02"
  b"Ù‹äFs5çOÌ7}¼Æ\x1E"
  b"\x15õ T─׬\x1A`¬¡?Tì{\t"
  b"¦Æ\x02wRx%;ýK8¦a\x10"
  b"ãY¬0^<39˜a\x01jˆô½Š"
  b"!•ÅhÊW5Öes«\x16WT}ú"
  b"ŸAÁÔyø\éÅäR¯"…a­"
  b"\t µ¡\x10+ \x1Co³>Wž\e¦\x05"
  b";┐©$ ¶└u\x02Z^öçì\x10¬"
  b"žþ\x13„6\x06\x10-}\tQÌ I"
  b"ç\x1D\x12Í—f([ŽáV\x19´±Op"
  b"—Xù\v^‡ogHPù­¾ç—Ø"
  b"Úí±,“Ä¥*•@»à\x1Aa'¬"
  b"™nè\x03£lÑ”¹žŒîÕDÎã"
  b"rdÔ}Eg2tìoÖKâ╗├ÿ"
  b"æ½Pø^╔\x08º&-Øi\x05\f"
  b"(\x14U5€S´ê³…´»¥\x0EN"
  b"ш]\t9%YËFú\x1CŸŠ\x07\x7F "
  b"Ioó Ñ\x1A\x7FÁÚ\x12\x1D·ó·"
  b"ìä%Á0p─╬1þ¦ß_t¢q"
  b"ZyµáÊÆýn‹y“uü”¬“"
  b"æ\eû\x1Cu8:×]ˆ²Êgæ@Q"
  b"üÙ¬ŸlöO³&1|Û_ ºŽ"
  b"È\x1CË]ú`ÜЉ:÷ÃT—ž"
  b"¬Ý\x14\x1AdEŠ\x1CÜ:Šs³ÇnŽ"
  b"r”\x12Øk\x1F\x16¶„Ylwy\t\x02"
  b"1IÁ\x14Tº:Š\êÂÔiš- "
  b"ÌýW4ü[ööïwÉ┼─oyT"
  b"þ|\x19¡2Ðë‡\v­/´ÖkJÜ"
  b"z`\x13!6DueýjÎ(ÏùÚd"
  b"£œ\x14Þù\x01È"€¹\x11¬\x01Qwõ"
  b".\x00U\nV\x1F"¸NŠŠ½Â!*6"
  b"eJŽ{ó¡+u\tXsÃкie"
  b"¥†ŠU{Ývt\rƒ ýáŒÃC"
  b"\x00.Y§═Ò­┘¿0\x05É9æG\x01"
  b"Zª¯•ìǵ\x13ʉzgô>õ†"
  b"æëŠ\x7Fä%=]ôÞcríí\x00³"
  b"­õh\x16\x0FÞ¾”Wø0ˆ´Óº\x17"
  b"Så ÒKþ³ÛÍ\x16•C\x13íY‰"
  b"1»!ºN\x17¹gDo\x7F\x12°Žâ©"
  b"îq´m•u}—`¾tYr\x01Da"
  b"E\x07qž^YE:mÆò+Jí,¶"
  b"\r\x18aÑ|—\x19 ¼©½A\x155õ]"
  b"Êî\x16üÒwÄ1\x18\x1E,W╠Ä»}"
  b"&üùëÙ▄ä$azÑ3?±░b"
  b"Å1•™RÚ’“ó\x12TꀲX¯"
  b"©å·SÁ$ñõÜÔºÅ4Fe¶"
  b"±nªØ‚%áb\em˜ü\áõA"
  b"""
    Ñ"«´õWÕ\x07K¨íL\n
    µJº
    """
  b"¹\x05Õu‡ßmƒÃ\x1A\e"œy3B"
  b"û)™ÊZø‡\tÇÁUä7Ÿµ‡"
  b"ë\x16e‰O\x14T\x00¹P×éJr™"
  b"\x1E\x1DœXP†\x17–k$i\x17†úHŸ"
  b"\x1DnÌm\x00YèŽ+%Z\x02\x054¢ "
  b"═!poòªêñ╣s´ýSÇ\x10Ø"
  b"ü©(°\x08‗Ñ÷┬èA╣a┘|"
  b"\x02ù”erþ\x11(Ÿ<ÒIhÊ'U"
  b"R¤99ý#X\x083ûsH \x1DîÇ"
  b"‰JÈÒ\v³ŸŠµË\x12\x03ŠŽ‡©"
  b"™J\x13Ð\x11\x04×`Ÿy\t\rtÃâ\x0E"
  b"Œ5ml‹§wpÎ2$T8o"Æ"
  b"9qÄî█¶¶6JªÅ▒É7Y\x1C"
  b"–º÷¾)¤\x03åȻݘ‰šd&"
  b"ÎÃNnÕUÆñäý’ÊÒ‡¬ž"
  b"CHÒu\x13╣»ñ3Øó\x14]-T\x06"
  b"\x05|└¸Xf┤\x057\e{ÖÅé ´"
  b"úR!gauôðÆfb\x1C’ì\x1D\x1C"
  b"m\x15\eÈrh™Tׯß*Ë,r™"
  b"\x7FUH:µµ\x12f¯B9ƒèÉ(r"
  b"çû×è^\x02=ü¯tÔ©m¡╩¤"
  b"½…Æw­Bñ„Î\x10ÿ\x17éMàS"
  b"w1ôô;ÔÜNyv-±±SOò"
  b"?Ë£þøß–e\r(²e¨Bkò"
  b"┘è@┼x¿ºCò¦\x13Å"╠ûü"
  b"$Ê┼nà_Z·B½?ùtªÄÉ"
  b"N:¯¢ìþ\x1A¡œ#ÆÌ€4†D"
  b"rF\x7FTåG¿šf±¤§16mH"
  b"\rV\r\x01+ày*Øý4V└Ò"
  b":äHgr‚)Š\x11f†àÈ\x18("
  b"¶hø\x19ÞS\x1E\x05É"Ò═eF"
  b"ìê╣·\x12╬ÿä}°ÿl7m`M"
  b"\x05*îf0"‡\x19\eúý\x1C¢#ÉÁ"
  b"\x1DÀI’¤\x10\x11Z¥g5…Ordã"
  b"J[".Ø\-3ðþf­\x0Fp÷n"
  b" \x1EÆ#³`í\x17\x1D:½K8ø"
  b"<Šn\x04þ´µjjÉ\x00\rˆàÂ\x18"
  b"(÷òl‹hÔÂD\x08W&ÊXU×"
  b"}ÊÖ\x19_ÊätoøYÏûïíü"
  b"\x0EÁÔµáü»\jÇ\E\r\x12|"
  b"‘M\x05 X`Óh?c'ƒá–Ç\x03"
  b"é\x7Fª¿ØÁ$╩ÿ;þ¾/G°ò"
  b"\x13µìñÀR%ѸÒ\x1DÍ═\e\x13"
  b"]\x05ÑÑö‡MrT2béç\x1Aö˜"
  b"c®÷Tæ:ô\x18\x12é.³Û,‡Ì"
  b"è\x0Eƒe\x19ìå¦å½Ír½ç\ê"
  b"ZöE „xÜžMÊ_\x19 \r"
  b"o\x16\r•Ö\x03\x025ΣÝ\x08mn"
  b"\x1Dý£1®╗VFtèVÉÃê╬""
  b"Iœ¥?\x18ž\x13(vІò\x010@¶"
  b"Ëð\x1EÍi>÷\f\x06¹\x15§¢\fÓî"
  b"‚˜>æ·b\r\ÈB‘‡*›Ëg"
  b"0üü¼ÙÙRK}µRp╠Uk¹"
  b"åýôˆ5ÉQì=£ÆÀ/\x1Cÿ="
  b"w(\x07?د:§×ít¿,Á═)"
  b"V"öæ>\x06\x15ÛP\x00Ž.·yä¤"
  b"ÙίAF8“ô\x01U/ÞshÚï"
  b"#4åˆÉaÇÙÓ˜th½ìÌ'"
  b"†Sªæ½óz{W°ŒÎ+‚ø|"
  b"u\x11”./\x01ïÏñ J\x1Eí¼º\x0F"
  b"¼¾Zå…DÔ\r\rñ&3ÅaCâ"
  b"«│À\x17ÛÈÉ$\x07-ÆH║ï£┼"
  b"G'éÒ}\x10DEØÆÝÈeÍðÌ"
  b"ÙŽ|•Ÿ "Šæ)Á¢vm–ó"
  b"­+üœ‘\x05yðø_…6\vÄÖ×"
  b"Ck;<\x00X'­iüa>ÔGã‰"
  b"\x10Î\x1AC-ÈMŽ·\x04¯›—“º\x04"
  b"€[LÌ6ÈìÈ\x10²6¬Ä=\x05\x07"
  b"ÐÌê\x1Dq-kÝ\t\x16íNŠþ;Å"
  b"""
    É~ðx┌t\x10\x0E\n
    ýM½|%Í\x18
    """
  b"h‹Ìi•BNRÆ\x11þ\x07ƆtX"
  b"ƒ×´{åƒa\x19’X\ec_ƒ\x16I"
  b"Ul\x18lk¤nÏ\x15Î9‹\x15KÉí"
  b"\x086\x14ÊÅ.\x1D1¢Z‗nO╬dë"
  b"¤Ù§&Å2\tw0\o\x05Çõöð"
  b"\x18A\x12ÎÃ\x1C¾hÈ©\x10æ\x1C?¿~"
  b"H“z¾šç¦‰u\x07œ\x13\x16‚Ï)"
  b"ÊÎÅÅ£M¸à÷ãÃób(Bº"
  b"YöDø~èÚ_®X¹]FYþñ"
  b"_X—f-¥ÿ\x01\e3u\x18eé¦\n"
  b"Í=S­Ö¹Á\x08Á\x15öBú”e‰"
  b"""
    §ua=ù\e\n
    hIj4\x17ÌÄ9Z
    """
  b"1qi\┤\x17ÝjÅ▒Ö╠¯\x06 i"
  b"\x1A{ªÂÙ5ÂïâÑuLJÉÿ‚"
  b"’(—{\x7F•ÕOtzûa\x01m\x03Ÿ"
  b"(¤y)f43‘±\x17µ\x7F÷\x13éo"
  b"Úµ¢\x04á:JÉ\x0Fï‚AŠþj¡"
  b"þ_älì\x19ˆx\x16&Ñ•D½MÈ"
  b"vø¶\x17\x15o│ü\x1FeÓT┌ѽ1"
  b"Dûl¤–²ŒU4:)7J™»ç"
  b"\x01ÉéÕì¼■\vÓ+0ÐÒo"
  b"\x7FÊ3ª1¿[\x15Ù▄áËSS×ì"
  b"<Aǵê<±*á¾È\x02ŸS@j"
  b"­+t¦\x12òbíÖƒç=vÅ\x03\x17"
  b"¿“Q¢…u?(s\võw•Ð|["
  b"""
    \n
    \x0F$s}r$.®\x16‚uè\x06&\f
    """
  b"m®[┌I\x7F\x07*nx&÷ütµÎ"
  b"²aÇ\x15\x02W)øËÝŒ¼€ÙÔZ"
  b"Èv‘Ì\r\x14\e\x1C8­ž™Z¿Ò"
  b"""
    ÅÓLæ\x12ß_\RÍ•Û8\n
    Ro
    """
  b",P«Œá&âÛt'„䆅¡l"
  b"\fÇ€I\x1E\f$´ì¾½ú3a%{"
  b"[ˈ\x7F\x12Ÿ¼æÿñésÌöÇ\x06"
  b"\x1Dª{\x036L\eò\x12¸â¬\x7FÓ"
  b"\x06O\x06ÁÿöÐxÊòC[g³\x00B"
  b"BŒcÓàŽ\t¨\x0EÙŸ¹Z^òe"
  b"\r#IßFé“?9\x7F¾kø??"
  b"\x17cØ›\x06öÎ{–\eýv\x7FÃ~£"
  b"▒¦\x01[ø´þ_BÉt┼ÞW¦?"
  b"@?E÷+\x0FÆø\rk!4ˆÐ:‰"
  b"Œ~ô·5à÷Ü×E\x02>4]7d"
  b"3ÎWùª¥*ìºÐôR±\x12èÔ"
  b"N\x1CY«NTqœŠ‰jåžÅYÎ"
  b"JT™ó \x00ãDdú\x13.12¾ø"
  b"""
    1'\x18\x05qƒ7\n
    ìþäì╬rí\x1A
    """
  b"üfæ<┐eìùáÆäıF¶│p"
  b"\x16eU\x1CžÜožïy`ŸÀú„ç"
  b"Ž$kþî«é\x7F\x7F‰k<Poo§"
  b"î›DÍ\x1Ešždq7é+\x1Cåѱ"
  b"\x7FL═j\rrÛY<Ø\x06¹ò└Ê"
  b"–H­º&ÔǬµIqÀÿÛG."
  b"┴G1\eq\x10\x03┘¡5þ8ìç"
  b"""
    Xìþ\n
    ~”R—nªÕªæ›>\v
    """
  b"—"Uòü×\x1F€i–Žs–RÁ]"
  b"a\x1F\tA,¼RR\x1Cþ”ƒ‡C\x171"
  b"…p–Í]ªæá\x0E«ªÆûÿS "
  b"ïN2hŒ–\x13ý\x04QŸ¤Å_0¦"
  b"w\x16\x088¬ıtm\x119Ûâ\x08("
  b"\x08\x0E—2©K¯ \x01\x0F\x01¨¤;"
  b"""
    \x1Eú±\n
    ` Ñ+ÎèsŠ\x02*oW
    """
  b"\x04Ø▓ ¨ºt[½Gà\x06iî├Y"
  b"äü¢D┘Ìã`╦àÊD^Û\x0EA"
  b"""
    Uas\x12\n
    IiÞª†\x19Î1gì[
    """
  b"³ý§\x1F+í€O3‚ÍûÖÂÒ«"
  b"Áç\x1Dqp\x1F\x1CºDØ\tÁËS{Î"
  b"ìV╚¶¼\x16SNªÞcÛceôE"
  b"\x1D╚²}é2ÍÅ¢├²\x0E'═"
  b"Ù\x03Ú\x0F¦„\x0FFè²xú|B'@"
  b"nRè88\x17½ŸÄ²f£âbÕÙ"
  b"g²#“"\x15ŠiËÅ\v‘úz\\x05"
  b"%˜Ÿ¾\x10\x1Aß!\x0F¤KÞSΫ˜"
  b"Àµ\x03%<\x7F+z\x07 ÉÊ\x07­^\x1E"
  b"#à6pJü╣ó1╝[▓\x10┬X'"
  b"Hý!ƒr²Ívýá^\x195\r#H"
  b"O\x0EÙ½Zr™Ä8Ä)®æQW‚"
  b"{\x15˜.Lü¾:d.µžZÇ­û"
  b"ámƳGÊ\x0E—ôV=ä\x1Ap–u"
  b"P╝¦Ø┘\-á\x19\x06×\x11\x16vj╝"
  b"}`ÆŽ4K]‘\x19\x0EÉ4\x04Ö$\x11"
  b"9½•TåZ\x03ŠnòükÁÒ8"
  b"œg­žn\x15mû¦¦ÄçJ«±\x12"
  b"Å\âPe%\x17ê\e¨îÛh\x07¼"
  b"j\x03úío£Õ–à\x19†yã/|\e"
  b"žúõÁ%Ó´Ìî0î\x15˜«P™"
  b"†qŽ&á(\rì¿Å ‘_¬\x17)"
  b"┴ÛÞ└[ü¥|´ÆàÆ▄\x03"
  b"\x18\x0Eî\x1D!▒!\x13╝á‗©\x12VØ5"
  b"4ˆÑ‚\x03Ïëû\£É\x7F/ÊËk"
  b"¸ºûÑX±V^2_\x01&ë{J2"
  b"Ђ7ÓÊ©ì\x06NZìØÀ¸TŸ"
  b"@Ëf\x03>@\fÚϯX‡Ë?ò‘"
  b"ê\n\x00\x11=\x08iE(j’r¢ÌÑl"
  b"жÍt1ØÜ\x13ÙZ+\x08ܘIf"
  b"šÎ¬ç`ÌcSê\x049\x14\x11ƒ½Ï"
  b"žõ(˜ŠYíS5Ž—d¶Õz^"
  b"´h/8Û—Áéoi\x03\x15þÇ\x12\x13"
  b",‡uWÜ\x04œ3:kD¨&¦’ç"
  b"■;\x08¹&\x16âƒ\x08íHÉÝYþ¼"
  b"¼Ë\x06*v4ñ\x12RXÖ\x0E┼i┐ì"
  b"ÚØ¡5¹Kï!Ø╣Q=├؃W"
  b"l³Xlë\x03xd¿¦L\x10惿ð"
  b"¢\x0E‹4E‚\x19è@Æž\x00?GPÓ"
  b"½é\x1CI9ìÓféÿàÌšêÛc"
  b"ªÇß▀ºÍ║R¥³X·B╦´ì"
  b"╣h;°qØ┴¾clYûı\x19"
  b"¿ð䀂!Î\x1CÆ^Zñ`\x10‚ô"
  b"\x04@E—_Ý‚\v¨F‡ü\x18jï="
  b"à6ço»kp+Å_ý\x03`ZE─"
  b"' ùÔ+*\x1ET•kJä"lûV"
  b"¢e\x1AùY\x17Úìf‘öP\x02\x02¥8"
  b"yT/MΕØ\x08\x14Ý3\x0E¼Ê{ç"
  b"Bˆ¹Ú©\x02„¯ÖÍÁ1þ-õw"
  b"\x07ƒó\x1D™q\t,ÕPƒ\x0FòCû–"
  b"2ì┘\x07┬LÓ¢¯«wiÈõeL"
  b"¥/±eÅS║¢´vE]°Ûèì"
  b"wÎȈyý^‚ìš0\x1D%Dûo"
  b"},\x1E¥c²êO\x17˜¯!éÆŽÚ"
  b"È'Ñ|CÀ…Ú`H\x16aÓ¤”\r"
  b"\x08\r╣ì\rÌ8┬_\x17÷╗Ú╚ñ═"
  b"Z\x07/\x03\x06\x14>eÄõäL\x1A\x15"
  b"êå‡8–ya§Ô\x04yUŽÅç-"
  b"õ±êA‡—¦xîßÑoÀºª?"
  b"çUy▀¾Ë@╠z«<RØ>X6"
  b";=û#:Ù¢#ÚÉ¢*\x01vÍÇ"
  b"\x1D\r½M.)¶‰c„IxïV¨\"
  b"ıÏ6¶╬\x1E[Ø┤i╔À-ë\î"
  b"6FÜ_BÅyÈëþj¨Ë╚Õ÷"
  b"cgP=0Æ®\x00\x08H\x19/d•"
  b"\x01øÉâ5g\x11¨┼í\x056╬ª­\x1D"
  b"ª^œ ÄÎêËfp†\x06uÁ¦("
  b"å))Ív©¬W„Ú\x11\x066Èã\x1A"
  b"áõY\x07ÿpË<6¾.áb“¨€"
  b"Àì┐dÍáGBìFaÒk\x1E"
  b"6Të/\x01Ë\f}@Hd[éÔTQ"
  b"[Ïn.Ô0®3SÝ^Cƒ\x18#n"
  b"R_Ú.\x04\x17\x1E\fd┘øËÎ"
  b"Z_é†íz¾ž\x11¤G6©âÊ("
  b"Ï┘Ñb<©+l┼\x13Õ®┘ìf╬"
  b"0Å╣ãrî4lð\x12&\eQ‗»{"
  b"ض ┌+R8ãÊ>ah5┼Æq"
  b"Ü…±’¿5k|DzkëÀÈß\x08"
  b"ÀŒ.þ¦@7$z»Z\x03Ù\x06«—"
  b"üjÏÉ┼\x1A▄;h▓╣GÊ1C\f"
  b"ôq±5U`û*O3ıØ»▄þ\x15"
  b"Û¢àUC•í.’çÙþÅ‘•Ÿ"
  b"zIa@\x1DeÊØ¶ª¯,³äþ$"
  b"ô§8ùúZöúWšœ¾\eÒåÿ"
  b"Á╠6Ú\x12Þ└╝}ü'╚¸Vný"
  b"וh,v»ö•Švgd¥A™m"
  b"h»W&ê'ä\x13ð'4÷Ð\vŸ\v"
  b"¦\x18jÅ3}qne%º\x1A¬┘▄§"
  b"Ã\x02ÔûœŒHÅœ‰AçÅ&zn"
  b"ìKÀùqÍÒšÄÆaa“Z{!"
  b"┐|Í\x1E┐?g\v¸ÅÒ:╩▓F░"
  b"8æ«„\x1CÈÅñ¤ýíè\x1F~_}"
  b"\x08ldkǯԠðÏ\x01—]_gP"
  b"\x03kŽpQÝ>™\þ\x06-HдÝ"
  b"ô½péV—¿µß\x00\x036\”è¤"
  b"—r\x10ÍÔ˜ÞãIR²lÜ\x06åÊ"
  b"\vv55nu)ðO'\r¨AoñØ"
  b"\x00½ª‡\x04³ÑÎÚʶŸù/4î"
  b"M┌­ü\x07­|Ù\x1DÇ&I}W£j"
  b"¬\x189Å¡Êo\x07·õhJ\x15\x14á%"
  b"hmsbѤ‘þlFµ”øE\x02Á"
  b"\x18ƒá±(ªäC®êð\x17Ç[>c"
  b"¨3Óp`¹Ø@\x16└D|Ð\x01¸á"
  b":çÉPi\x1A­╠■@Â\x18¾Â×C"
  b"T \x0EÍ\x07¬ç]Ñ?¦«\x02\x03P\x18"
  b"W\x15r±T×>iLíâu\x04^ìÂ"
  b"\e0KÄâF\x0E \x0E\x14i&¡ù"
  b"\x1E\x03ûÓ\tÐÄ Ô\x7Fß+Å¥\`"
  b"2ól\rgÕSê\r\x0E&ˆÊ¥‡£"
  b"SÙç¶éê®Ó6\x1A^Ø╚┴╦\x1F"
  b"Ãñ3È5,_"”¸k\x10qê†í"
  b"ˆ~(ótIâé¿<bÇhžB`"
  b"\x11t²<'#Á\x04¼ÕÅ\x01¥$¢û"
  b"ªS¹øÑ™\x06ðÿ<= ©+BÖ"
  b"°‘\x1D˜¹žd¡ô™\x01S%ƒdõ"
  b"ceC'î½i\f™»pŠÅ\x15ª;"
  b"8¶ôö‡ÂN\v¿â\x01sñèÚB"
  b"Óžˆ@ó@*C«\x155t\r\&È"
  b"sK8±\x10]Kg²P”õä.u\x16"
  b"»▄ Üq╬íwmìËcW7=ò"
  b"¾fäg\x1A+\tž¼b[D!“2í"
  b",ï<Ù˜NÍŽ¤\x04¶³4à‹\x1E"
  b"˜\x7F³ð©nI`´IÚ’²‡jÄ"
  b"Ó,Ų́öÐ\x1AãÎ\x19ñ¡ÂÍä"
  b"\x07ßj96ÙúN'Ôieu2pE"
  b"Ч(Ç7ÀUkI-Têç\x0E\x10·"
  b"S"‘¹Ü\x16)QhAâªiW&\x08"
  b"•6‡º¥@y}Å\x13ꃿ2r¤"
  b"a\x1F¶è·­›ï‡&Ô:ŸX[5"
  b"KàÔFÅU8@\x19ßáw\x1EÈ8Ú"
  b"ÚÓ\v«ÑìêPø]ÜlaZÿ\x18"
  b"”Z|ÕZüø{­|‡Òø\x08õ"
  b"""
    \n
    Ëù±%v║┴9ÑÉ.╚r
    """
  b"TŒ£Û¤ŸóÍ^\vû¨»Òÿë"
  b"áã\x04ÑT×┘└¦¦ëÓxá╠ì"
  b"Ú*»^J“ÒÉKMÿ2YŒ×\x7F"
  b"øÏ;GZ˜6Ð\x14·ØrêÁ—¦"
  b"-5\x1D!¨À!ÅΫL\x15\x18þßÒ"
  b"ñæœÞªD±H¤\x17¬ž2ÜÚ0"
  b"ÿ¢i\x11ôsíô°\x02¤:{-zº"
  b"""
    \n
    ·┤Øëw(p9<6õ*®Û╬
    """
  b"Œ\x05¿…šæUzO×9Ý\rŽ4\x06"
  b"\x034\x12Âåüxe?u\r\x1D\x05JKž"
  b"‘¶3M\x00ùPu¾ºõÆå‘ד"
  b"G[\x1EÎ┐─G▒ÉèÔ░═\x04²="
  b"Ï\x05«•>Ð-\x1Dn*\eä-h\x1Aj"
  b"¢\x00!ƒ)†ÂJnG¨ \x11'€X"
  b"¿Ë╗np┌&"ÈÀ^·"ØT´"
  b"""
    u‰L1\x01yèÄì\n
    úø´\x12\x16¡
    """
  b"…nuêqËp\x00\x03\x13Š›\n"
  b"™”v\x1A\x1C_êÒ\x01ÌŸ‹}`¡Ð"
  b"Ä$Æ@\x19À’>\x1C¡J¦\vM\x08¯"
  b"\e,\rnD7Šz­vÉÚëV\x17É"
  b"\x7FÊeìfƒ\x11#'¹R‗┌─]\x05"
  b"}v^íô†=¼\x7F\x7FCŠVK6p"
  b"ãt3Fdptþå@8êòˆ4("
  b"±äË/m\x03‘ëÁÊ:ûr-\x11ê"
]

Database Connections

Name Service
0 default

Entity Managers

There are no configured entity managers.

Second Level Cache

Second Level Cache is not enabled.