GET https://hauptbuchhandlung.staging.eurosoft.network/author/Jackson,%20Paul

Query Metrics

79 Database Queries
46 Different statements
43.03 ms Query time

Queries

Group similar statements

# Time Info
1 0.47 ms
SELECT `key`, `value` FROM `app_config`
Parameters:
[]
2 0.38 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.17 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.55 ms
SELECT `key`, `value` FROM `app_config`
Parameters:
[]
5 0.59 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.47 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/Jackson,%20Paul"
  "author/Jackson,%20Paul/"
]
7 0.32 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/Jackson,%20Paul"
]
8 2.01 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/Jackson,%20Paul"
  "/author/Jackson,%20Paul"
  "https://hauptbuchhandlung.staging.eurosoft.network/author/Jackson,%20Paul"
  "https://hauptbuchhandlung.staging.eurosoft.network//author/Jackson,%20Paul"
  "/author/Jackson,%20Paul"
  "//author/Jackson,%20Paul"
  "author/Jackson,%20Paul"
  true
  b"\x01‘J13£x"‰m\fp²ý;g"
  null
]
9 0.23 ms
SELECT `name`, `path`, `author`, `self_managed`
                FROM `app`
                WHERE `active` = 1
Parameters:
[]
10 0.59 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-06T00:11:31+00:00') OR (`show_until` > `updated_at` AND `show_until` < '2026-04-06T00:11:31+00:00')) AND `active` = '1';
Parameters:
[]
11 0.32 ms
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = ?) AND (token = ?) LIMIT 1
Parameters:
[
  b"\x01‘J13£x"‰m\fp²ý;g"
  "WDGkoM9LTGKEASTR8fIgk27j5osTj3CZ"
]
12 0.25 ms
#cart-persister::load
            SELECT `cart`.`payload`, `cart`.`rule_ids`, `cart`.`compressed` FROM cart WHERE `token` = ?
Parameters:
[
  "WDGkoM9LTGKEASTR8fIgk27j5osTj3CZ"
]
13 0.29 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.53 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.61 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.48 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.45 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.23 ms
SELECT `name`, `type` FROM `custom_field` WHERE `active` = 1
Parameters:
[]
19 0.27 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.25 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.56 ms
SELECT LOWER(HEX(id)) FROM snippet_set WHERE iso = ?
Parameters:
[
  "de-DE"
]
22 0.88 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.41 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.43 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.25 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.64 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.39 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.38 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.40 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.38 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.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"
]
32 0.41 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.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"
]
34 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"
]
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.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"
]
37 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"
]
38 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"
]
39 0.36 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.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"
]
41 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"
]
42 0.44 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.40 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.41 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.40 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.35 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.28 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.21 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.20 ms
SELECT LOWER(HEX(parent_id)) FROM language WHERE id = ?
Parameters:
[
  "0190a5d21558701cb17a1f89991d17e2"
]
50 0.15 ms
SELECT LOWER(HEX(parent_id)) FROM language WHERE id = ?
Parameters:
[
  "2fbb5fe2e29a4d70aa5854ce7ce3e20b"
]
51 0.42 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.05 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"\v1îÏp<÷Ï└\x08É6ðû"
  b"»Î\x078´v»Œ0\x118€\x03S\x02C"
  b"+¸z¤‚þ\tÕkÇ1‚^‚”·"
  b"as,_„NRmáüBŒQ¥î¦"
  b"´¿║Ê│°±Ü\x12¦¶ìÓ┘B£"
  b"ýJ\eC=q\x02=$7×Qä"\x1EÔ"
  b"BuÉiÚÒŠ5HZǘúSæË"
  b"""
    \x1EW\x13ô®\n
    È\n
    \x10Ëy&\x1D\x13
    """
  b"ú\x16\x04\x00I$Zˆ\x05Y\eæõF*ø"
  b"múÂÆãËø¡ÍÞåÞD\x0FòÚ"
  b"2\e¶╗Èı²½ÅIX\x02ßs`_"
  b"¼’Wmxàû|¬§\x05;M:[r"
  b"óª6╩ûü\x11m\x1A\x10h\x01µ!2ö"
  b"döL\x07øÂuéÅ\x00x¼Á"]µ"
  b"ž\x12bùüu¸Q€¬â\f²Nêñ"
  b")¥'RO\x14f·Ø* XnÔ\f "
  b"""
    wz\n
    #'Ê…4X`g“\x0EѹŠ
    """
  b"\x11Å’\f\x10sS¢=Fô±DŠZ•"
  b"M\x1F\x17½Ô`\x05\x1F\x12N]X)7Ûˆ"
  b"vuâ«Ó/\x06\eÎÖbÍÍGø"
]
53 0.18 ms
"START TRANSACTION"
Parameters:
[]
54 0.65 ms
UPDATE seo_url SET is_deleted = 0 WHERE (foreign_key IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)) AND (sales_channel_id = ?)
Parameters:
[
  b"\v1îÏp<÷Ï└\x08É6ðû"
  b"»Î\x078´v»Œ0\x118€\x03S\x02C"
  b"+¸z¤‚þ\tÕkÇ1‚^‚”·"
  b"as,_„NRmáüBŒQ¥î¦"
  b"´¿║Ê│°±Ü\x12¦¶ìÓ┘B£"
  b"ýJ\eC=q\x02=$7×Qä"\x1EÔ"
  b"BuÉiÚÒŠ5HZǘúSæË"
  b"""
    \x1EW\x13ô®\n
    È\n
    \x10Ëy&\x1D\x13
    """
  b"ú\x16\x04\x00I$Zˆ\x05Y\eæõF*ø"
  b"múÂÆãËø¡ÍÞåÞD\x0FòÚ"
  b"2\e¶╗Èı²½ÅIX\x02ßs`_"
  b"¼’Wmxàû|¬§\x05;M:[r"
  b"óª6╩ûü\x11m\x1A\x10h\x01µ!2ö"
  b"döL\x07øÂuéÅ\x00x¼Á"]µ"
  b"ž\x12bùüu¸Q€¬â\f²Nêñ"
  b")¥'RO\x14f·Ø* XnÔ\f "
  b"""
    wz\n
    #'Ê…4X`g“\x0EѹŠ
    """
  b"\x11Å’\f\x10sS¢=Fô±DŠZ•"
  b"M\x1F\x17½Ô`\x05\x1F\x12N]X)7Ûˆ"
  b"vuâ«Ó/\x06\eÎÖbÍÍGø"
  b"\x01ɪJ£&pò▓Ãè ÌôÜÓ"
]
55 0.12 ms
"COMMIT"
Parameters:
[]
56 0.80 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"\v1îÏp<÷Ï└\x08É6ðû"
  b"»Î\x078´v»Œ0\x118€\x03S\x02C"
  b"+¸z¤‚þ\tÕkÇ1‚^‚”·"
  b"as,_„NRmáüBŒQ¥î¦"
  b"´¿║Ê│°±Ü\x12¦¶ìÓ┘B£"
  b"ýJ\eC=q\x02=$7×Qä"\x1EÔ"
  b"BuÉiÚÒŠ5HZǘúSæË"
  b"""
    \x1EW\x13ô®\n
    È\n
    \x10Ëy&\x1D\x13
    """
  b"ú\x16\x04\x00I$Zˆ\x05Y\eæõF*ø"
  b"múÂÆãËø¡ÍÞåÞD\x0FòÚ"
  b"2\e¶╗Èı²½ÅIX\x02ßs`_"
  b"¼’Wmxàû|¬§\x05;M:[r"
  b"óª6╩ûü\x11m\x1A\x10h\x01µ!2ö"
  b"döL\x07øÂuéÅ\x00x¼Á"]µ"
  b"ž\x12bùüu¸Q€¬â\f²Nêñ"
  b")¥'RO\x14f·Ø* XnÔ\f "
  b"""
    wz\n
    #'Ê…4X`g“\x0EѹŠ
    """
  b"\x11Å’\f\x10sS¢=Fô±DŠZ•"
  b"M\x1F\x17½Ô`\x05\x1F\x12N]X)7Ûˆ"
  b"vuâ«Ó/\x06\eÎÖbÍÍGø"
]
57 0.14 ms
"START TRANSACTION"
Parameters:
[]
58 0.49 ms
UPDATE seo_url SET is_deleted = 0 WHERE (foreign_key IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)) AND (sales_channel_id = ?)
Parameters:
[
  b"\v1îÏp<÷Ï└\x08É6ðû"
  b"»Î\x078´v»Œ0\x118€\x03S\x02C"
  b"+¸z¤‚þ\tÕkÇ1‚^‚”·"
  b"as,_„NRmáüBŒQ¥î¦"
  b"´¿║Ê│°±Ü\x12¦¶ìÓ┘B£"
  b"ýJ\eC=q\x02=$7×Qä"\x1EÔ"
  b"BuÉiÚÒŠ5HZǘúSæË"
  b"""
    \x1EW\x13ô®\n
    È\n
    \x10Ëy&\x1D\x13
    """
  b"ú\x16\x04\x00I$Zˆ\x05Y\eæõF*ø"
  b"múÂÆãËø¡ÍÞåÞD\x0FòÚ"
  b"2\e¶╗Èı²½ÅIX\x02ßs`_"
  b"¼’Wmxàû|¬§\x05;M:[r"
  b"óª6╩ûü\x11m\x1A\x10h\x01µ!2ö"
  b"döL\x07øÂuéÅ\x00x¼Á"]µ"
  b"ž\x12bùüu¸Q€¬â\f²Nêñ"
  b")¥'RO\x14f·Ø* XnÔ\f "
  b"""
    wz\n
    #'Ê…4X`g“\x0EѹŠ
    """
  b"\x11Å’\f\x10sS¢=Fô±DŠZ•"
  b"M\x1F\x17½Ô`\x05\x1F\x12N]X)7Ûˆ"
  b"vuâ«Ó/\x06\eÎÖbÍÍGø"
  b"\x01ɪJ£&pò▓Ãè ÌôÜÓ"
]
59 0.10 ms
"COMMIT"
Parameters:
[]
60 0.76 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"\v1îÏp<÷Ï└\x08É6ðû"
  b"»Î\x078´v»Œ0\x118€\x03S\x02C"
  b"+¸z¤‚þ\tÕkÇ1‚^‚”·"
  b"as,_„NRmáüBŒQ¥î¦"
  b"´¿║Ê│°±Ü\x12¦¶ìÓ┘B£"
  b"ýJ\eC=q\x02=$7×Qä"\x1EÔ"
  b"BuÉiÚÒŠ5HZǘúSæË"
  b"""
    \x1EW\x13ô®\n
    È\n
    \x10Ëy&\x1D\x13
    """
  b"ú\x16\x04\x00I$Zˆ\x05Y\eæõF*ø"
  b"múÂÆãËø¡ÍÞåÞD\x0FòÚ"
  b"2\e¶╗Èı²½ÅIX\x02ßs`_"
  b"¼’Wmxàû|¬§\x05;M:[r"
  b"óª6╩ûü\x11m\x1A\x10h\x01µ!2ö"
  b"döL\x07øÂuéÅ\x00x¼Á"]µ"
  b"ž\x12bùüu¸Q€¬â\f²Nêñ"
  b")¥'RO\x14f·Ø* XnÔ\f "
  b"""
    wz\n
    #'Ê…4X`g“\x0EѹŠ
    """
  b"\x11Å’\f\x10sS¢=Fô±DŠZ•"
  b"M\x1F\x17½Ô`\x05\x1F\x12N]X)7Ûˆ"
  b"vuâ«Ó/\x06\eÎÖbÍÍGø"
]
61 0.11 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"\v1îÏp<÷Ï└\x08É6ðû"
  b"»Î\x078´v»Œ0\x118€\x03S\x02C"
  b"+¸z¤‚þ\tÕkÇ1‚^‚”·"
  b"as,_„NRmáüBŒQ¥î¦"
  b"´¿║Ê│°±Ü\x12¦¶ìÓ┘B£"
  b"ýJ\eC=q\x02=$7×Qä"\x1EÔ"
  b"BuÉiÚÒŠ5HZǘúSæË"
  b"""
    \x1EW\x13ô®\n
    È\n
    \x10Ëy&\x1D\x13
    """
  b"ú\x16\x04\x00I$Zˆ\x05Y\eæõF*ø"
  b"múÂÆãËø¡ÍÞåÞD\x0FòÚ"
  b"2\e¶╗Èı²½ÅIX\x02ßs`_"
  b"¼’Wmxàû|¬§\x05;M:[r"
  b"óª6╩ûü\x11m\x1A\x10h\x01µ!2ö"
  b"döL\x07øÂuéÅ\x00x¼Á"]µ"
  b"ž\x12bùüu¸Q€¬â\f²Nêñ"
  b")¥'RO\x14f·Ø* XnÔ\f "
  b"""
    wz\n
    #'Ê…4X`g“\x0EѹŠ
    """
  b"\x11Å’\f\x10sS¢=Fô±DŠZ•"
  b"M\x1F\x17½Ô`\x05\x1F\x12N]X)7Ûˆ"
  b"vuâ«Ó/\x06\eÎÖbÍÍGø"
  b"\x01‘J13£x"‰m\fp²ý;g"
]
63 0.09 ms
"COMMIT"
Parameters:
[]
64 0.82 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"\v1îÏp<÷Ï└\x08É6ðû"
  b"»Î\x078´v»Œ0\x118€\x03S\x02C"
  b"+¸z¤‚þ\tÕkÇ1‚^‚”·"
  b"as,_„NRmáüBŒQ¥î¦"
  b"´¿║Ê│°±Ü\x12¦¶ìÓ┘B£"
  b"ýJ\eC=q\x02=$7×Qä"\x1EÔ"
  b"BuÉiÚÒŠ5HZǘúSæË"
  b"""
    \x1EW\x13ô®\n
    È\n
    \x10Ëy&\x1D\x13
    """
  b"ú\x16\x04\x00I$Zˆ\x05Y\eæõF*ø"
  b"múÂÆãËø¡ÍÞåÞD\x0FòÚ"
  b"2\e¶╗Èı²½ÅIX\x02ßs`_"
  b"¼’Wmxàû|¬§\x05;M:[r"
  b"óª6╩ûü\x11m\x1A\x10h\x01µ!2ö"
  b"döL\x07øÂuéÅ\x00x¼Á"]µ"
  b"ž\x12bùüu¸Q€¬â\f²Nêñ"
  b")¥'RO\x14f·Ø* XnÔ\f "
  b"""
    wz\n
    #'Ê…4X`g“\x0EѹŠ
    """
  b"\x11Å’\f\x10sS¢=Fô±DŠZ•"
  b"M\x1F\x17½Ô`\x05\x1F\x12N]X)7Ûˆ"
  b"vuâ«Ó/\x06\eÎÖbÍÍGø"
]
65 0.23 ms
"START TRANSACTION"
Parameters:
[]
66 0.68 ms
UPDATE seo_url SET is_deleted = 0 WHERE (foreign_key IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)) AND (sales_channel_id = ?)
Parameters:
[
  b"\v1îÏp<÷Ï└\x08É6ðû"
  b"»Î\x078´v»Œ0\x118€\x03S\x02C"
  b"+¸z¤‚þ\tÕkÇ1‚^‚”·"
  b"as,_„NRmáüBŒQ¥î¦"
  b"´¿║Ê│°±Ü\x12¦¶ìÓ┘B£"
  b"ýJ\eC=q\x02=$7×Qä"\x1EÔ"
  b"BuÉiÚÒŠ5HZǘúSæË"
  b"""
    \x1EW\x13ô®\n
    È\n
    \x10Ëy&\x1D\x13
    """
  b"ú\x16\x04\x00I$Zˆ\x05Y\eæõF*ø"
  b"múÂÆãËø¡ÍÞåÞD\x0FòÚ"
  b"2\e¶╗Èı²½ÅIX\x02ßs`_"
  b"¼’Wmxàû|¬§\x05;M:[r"
  b"óª6╩ûü\x11m\x1A\x10h\x01µ!2ö"
  b"döL\x07øÂuéÅ\x00x¼Á"]µ"
  b"ž\x12bùüu¸Q€¬â\f²Nêñ"
  b")¥'RO\x14f·Ø* XnÔ\f "
  b"""
    wz\n
    #'Ê…4X`g“\x0EѹŠ
    """
  b"\x11Å’\f\x10sS¢=Fô±DŠZ•"
  b"M\x1F\x17½Ô`\x05\x1F\x12N]X)7Ûˆ"
  b"vuâ«Ó/\x06\eÎÖbÍÍGø"
  b"˜C-ï9üF$³2\x13¥kŒ”M"
]
67 0.13 ms
"COMMIT"
Parameters:
[]
68 0.42 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.37 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.38 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.21 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.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:
[]
73 0.36 ms
SELECT path FROM category WHERE id = ?
Parameters:
[
  b"\x01æÄC\¼t«ÉÍ_£Ûd╬y"
]
74 0.19 ms
SELECT min_search_length FROM product_search_config WHERE language_id = ?
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
]
75 0.64 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.75 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 3.70 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/72fa0b318cd8703cf6d8c0089036d096"
  "/detail/bbce0738b476bb8c3011388003530243"
  "/detail/2bb87aa482fe09d56bc731825e8294b7"
  "/detail/61732c5f844e526de1fc428c51a5eea6"
  "/detail/efa8bad2b3f8f19a12ddf48de0d9429c"
  "/detail/fd4a1b433d71023d2437d751e4221ed4"
  "/detail/4275c969dad28a35485ac798fa53e6cb"
  "/detail/1e5713f4ae0ac80a10cb79261d136bdb"
  "/detail/fa16040049245a8805591be6f5462af8"
  "/detail/6dfac2c6e3cbf8a1cddee5de440ff2da"
  "/detail/321bf4bbd4d5fdab8f495802e173605f"
  "/detail/bc92576d78e0fb7caca7053b4d3a5b72"
  "/detail/a2a636ca9681116d1a106801e6213294"
  "/detail/64944c079bb675828f0078acb5225de6"
  "/detail/9e1262f9fc75b85180ace20cb24eeaf1"
  "/detail/29a527524f1466b7d82a20586ed40ca0"
  "/detail/777a0a2327ca8534586067930ed1b98a"
  "/detail/11c5920c107353a23d46f4b1448a5a95"
  "/detail/4d1f17bdd460051f124e5d582937db88"
  "/detail/7675e2abd32f061bced662cdcd47c3b8"
  "/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.80 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ƒ┘"
]
79 4.29 ms
SELECT `meta_catalog_id`.`id` FROM `meta_catalog_id` WHERE `meta_catalog_id`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  b"\x1C\x11\x1D\f\x02ì&ö\x02´B%†ZM"
  b"R)â\x06îʉA0Êäöûé\x1Aé"
  b"ÀüÚÿ\vg\x18\x1C╠?┘õ$¸Á░"
  b"%eÅ©ÛóZ_\x19pÌ]Sì&"
  b"å*º\x13'Äl”2f€tÕcã±"
  b"+ذ¥\t'â°Ngy─Êı¼|"
  b"y‡U›–)\x17\x0E8\x08~ý–°\x10\x08"
  b"˜2\ey?áò‚^}¾ŒN5ÝZ"
  b"¸ò¾âãééÇ`‚û$§ØÕ "
  b"EGJèT¿š–iÅé\x00û!ì~"
  b"ı)<É╠■¢\x1E\x15\fcÇõÅÓ\x01"
  b"úñRj>KÛÓ¹å³í”\x07¼ò"
  b"\r)\x15╔xlð NÄ;³Éúh\x10"
  b"ì¨rJQ\f)ËD\x04╠®▓Y Ã"
  b"Š\x02g!lîÒì§\v<õN¹€S"
  b"\t\x1A;õmƒ½¸}K¡ÆT_2ù"
  b"\x06&zÌ\x7F\vbØõ▀├\x16±\x11"
  b"´\x01\x11¶Û¶{PMê¢\x08a17Ù"
  b"\x1EÔåùzWÝÕoY\x1Dbx)"
  b"\x7F![¸ÊÖ@bôWV└Õ@Cì"
  b"Sߦ\x7F±\x06õK|P┌┐¸¡uÉ"
  b"\x04Àı_Öü;\x15ÜK\vâ\x04ôí\x0F"
  b"\x0EnÔr\x05HÔÓd\x12,‚wt“µ"
  b"5\x02\x07\x08·\t…Æ*\x13¡èÈï±"
  b"D\x1D ëØ±Ü×▀‗r8¨iZ¦"
  b"\x05Ü›¬Ñ\f\x1A‚Û°6m„ò‹ˆ"
  b"UíqVª\x10vóÃ3ˆNèÇ¥]"
  b"VÇÆzÌúAØ·òú6eí£¨"
  b"u?o« ž¢{\x01¶<F_Ãÿ#"
  b"\x1AY!w\x02Î\x05qÑh╣\x16sG"
  b"c{~!WQ„ûò ׌:{Cñ"
  b"ó┼x¢QÙ╠õ╩ÂcÕÉ\x16‗è"
  b"s\x11Á\x07¿Ô\x01¥îï%qx‚\t£"
  b"""
    X\n
    ŠÎb Œ\x14ëÄ•íAu\x1D\x08
    """
  b"Ó\x1D ò▄¼╠E\x19Óì*õ+ì▓"
  b"}¢íá\x17ŸƒT\x01bãªç\x1C\x1D©"
  b"╠Øå³~Âè\x16xÔ█ÝÆ■6Ñ"
  b"]c¬¡ˆšÜØ\x08Ú”\eM|rW"
  b"ô¯Ë\fÉFgl\x16\x15\x16}aò"
  b"A\vðçÉï╗═└Êı■tôÏ}"
  b"_·Îk└w╠╬╝¯hiÞı¥ü"
  b"›r©©ôŽø]š½o\x0FO\x1F"
  b"vÀeA?[”¨ªS˜Á¯LàB"
  b"$ÍlM‚бfæ¶7òßÃõe"
  b"\v&ÉÍc\x156ý„\x17yTl\vë®"
  b"Еm\x16ú‡dêº}\x10wØ‚O"
  b"J˜?l}ÿlÁf¶H(§âÚŸ"
  b"~ËV°€5{VÔâ/w>ˆ°ê"
  b"³£WÔsŸ×7¥…1#½ag÷"
  b"\x1AÁÒøMŽwzÜÎ#¡ÃLA"
  b"®%i#i%¦¿4î.LM&®O"
  b"\x13q"ØÃAL­R?|[\x12QÊı"
  b"P˦2\x0E A!.˜TmChö…"
  b"&ÛŒî¾v\v\x0012slc/œG"
  b"~\x10Ƹ̲„UÐ\x01\x15ž?Œ—`"
  b"\x7Fÿq‚ž:Œ\\tŠþ€§²œ³"
  b"Å,I¯¹õ3\x0E×\rsR¨°>É"
  b"L0ú\x1Eé5š\x1F•.¡@3Y¤}"
  b"QàTXqª]¢Yï<H\fŒ\x02¡"
  b"Éëc\x17Ûı\x02j\x14>Pôl\x15╣N"
  b"XúNRØv_N▀\x1C¶þ1\e"
  b"\x14¦òDÍ>JY-“üù}‰·1"
  b"G\x13ìþ1┌¥m´└7S×Öç"
  b"ñ\x11Jºí$gsØ ' …¬u\x18"
  b"¶…íÎ_b/„ÄÙÔ•Òo\x167"
  b"d\x02Îõ„K’Èßàéö3"ok"
  b"ç\x17­\x1FÛ}€—Å›[`8Äl5"
  b"ÈÙœ\x11@¦ô^¡Üš5ñ¨‡‘"
  b"\x1FÉü\tn¹(ò±´"h£\x08\x13U"
  b"4í8\x02¸Ãÿ\x005dZŸ\x03Oo\x14"
  b"Á߆+Þ\¶Ú&\x1Cb|‘ª›\x13"
  b"üès0}²L\x1E\x19,ŒdÅEÜé"
  b"\x034p¡0éU‚j6ÆNi:0\x00"
  b")Îâç╗\x00Iõ¹¦Ø\x15\x0F@ÿ¶"
  b"\x16Í\x1D•÷Ã÷\x03@×ñ\x02ýþ\x04³"
  b"Ñrö\v¦\x14\▄Åå=gnë&\x1C"
  b"^Tq8›r¦\Ñ¡\x06Œ´f\x0EA"
  b"¦─ìá­é-┴rK_Í░TÝ×"
  b"˜ué~Å\ví8þw:]¦á?ô"
  b"Ïæ\x0E5–;ÀsþÜ*\vŽ!R8"
  b")râ§~¹Á‹‘pz+ñ–âB"
  b"Vk³UmɱŸ˜$ÈÏHX4ô"
  b"MUÕ,kÉ▄gc#æmHÐcU"
  b"»Ç¢š*ÕêæBÉWù\x15Yáç"
  b"ƒwÅó¹ögoi°ƒa-¾P·"
  b"■,ì\t\x01ùéÁåaÆ÷ȯ╔\x1A"
  b"6(45œ‰k¨\x1EvNHö6äñ"
  b"¬M;üä¡Þ░Ò©7└.J-▒"
  b"ž+¢\x1E@\x08c‹¦)¢¦w×DŽ"
  b"ó?!#|4¼\x14ƒÔŒJùënŠ"
  b"""
    öÅ•\x11\n
    d*6F?7ϼø,M
    """
  b"»║7WAMs└¾\t\rF!%░ü"
  b"""
    »\n
    £fïEfa\e\t@,üÔ
    """
  b"Í¥MzM&ì@\x1ALXÕ\x16³³ë"
  b"döyË\x1EÒ¶>i9Å\x12^‡úS"
  b"HÔŠk°€$ó\x0Fo%µ}Cx\x10"
  b"o—ô\x10<ƒ3`\x02]›w†¼\x00´"
  b"¥¿\x147Eæ\x15æ˜Ï{Ó\x17\x11"
  b"\x130ØÐç ¿ÍÇ4êýê«S\x14"
  b"\x1A3KzÀ¢"ùýÝJ*„šÍ\x13"
  b"q² ýÀ_bm±°Àùs>eŠ"
  b"Í÷c*Æ$ÍÜD×ML¢èr{"
  b"0'ƒˆ­„q®\x19 ¶\x06ÐÄGB"
  b"´‡\ˆ”Š•3\t`Fþª\x01"
  b"·³äÒy\x13xw¹~\x12;\x7F‡éˆ"
  b"É;ªuKîBÛÃÈ\x19\B\x04]╔"
  b"5³—X–ϯ>}Á\vD\x1FÞ@Æ"
  b"(e,\tbð T¯¶ÏÇC'†Ç"
  b"­Þ\x7F\x0E¢'¨ÚØ  §»B"
  b"SKttÑ\v‚ÛØß{ÿ%¥â³"
  b"Ã\x0F»‘®L}œt® Z˜@yÿ"
  b"RF"Þ\x1F©œ£1‡™ÓÂ"|¤"
  b"ï_ë¸\rõýE\x07œ;É»øB<"
  b"\x19…(®\x07–¿ïi45#©Ï†œ"
  b"pžÉ§I\x1C\ešw؃\x01w©¨à"
  b"0\x1EïØ\x08\x04´&Ʀê±$|û¡"
  b"═ªì?Ô¡ì:u£dI7ýVÙ"
  b"Ôƒ\x1E\x08­J]°\f¥¢œ¢_Ô0"
  b"´â!¡å€\x03ßÍ\x1C™`ìˆ"\x13"
  b"e>1ÎtÍo.▀2╝îMìRÓ"
  b"È-`™|=ðøÔ\tDÑŒ­°÷"
  b"3¯║ü\x06Ô\x1F■KÄÿps░=┌"
  b"""
    \x0F\x1A˜\x1E\n
    ×]’‰gËø
    """
  b"\T¿¾5\x04i1ô=yÏX DÑ"
  b"K\x7F•¸Yˆ\egŒìctÛ³¹ö"
  b"ÓØ\x12ÅÀL\x13\x199\x02\x15:©[\x05"
  b"T0mHÉ¡P\x12\x16QK¶~ÎÌß"
  b"d-ÀæÍ´o³8Ü}LIpŸó"
  b"ıb1÷¹î\x02Ú¤·c\x12.(ÂÅ"
  b"‘Ž˜«kÖîÓûÊ‹«Ë\r"
  b"\x12\x02]\x0E\x03B"óCèwúlž"
  b"┴ãh:▄MÖehØ1\t╚‗Ú%"
  b"¾ì\x16\x1A­«ç¥\x13©╝\x17\«¬1"
  b"—6\x11M®â\x07±èù‘*Pl¥B"
  b"SMç?\x14`┤!Ql8ìw&t╣"
  b"á¹\x05iü+&╠ñ#═┴\x02bs>"
  b"æ!ch-\x04¥©Õì┬D╠╝)Ó"
  b"ÁªÓN\x1CS\x17Õ\x1Aj\x0F‚0|ß"
  b"\x04ÈV;ýN\x14ŒLòžk<ä"
  b"¢Ìµz·1ñBäJ-\x00¶ef#"
  b"}\x07E┌.║ë▄┼¬ÔØZ\x02Ù¶"
  b"ÄÖTh ­=š\va<Aa-\x07."
  b"½OÊD [2hãéóš4\x1D’®"
  b"æœ|^’\x03Bý¶…¿4‹ÒE·"
  b"ƒòbÊr1âÍ3Š™ô¬$S\x11"
  b"ò\r@öMý9H[£)»\x01+/á"
  b"×\fU„mŃdÁ<xX­Y¦@"
  b"╠FÎG¼â}ýR.]╚>Å┘\x08"
  b"ñ¿ÏöÒ\x08ˆlêç\x19äkþmÉ"
  b"(x\eû‹Vú{üî¥ú7Øc "
  b":Nß$\x0E┼KÅV"®\x1Fïs\x11ö"
  b"Î\x04g\x058╬:.8ýÓãxÂ\x02ì"
  b"«\r\x11Uä╝·\f2£-\x1CÛ╚ì├"
  b"\x07üQ┐Ò%îñ»õ\x05Iª%m╬"
  b"s\f\x15\x11,ǪïÉ<╣*×┌"
  b"ó´\x7FÍ2\x06X¯Ô)6¹§«e²"
  b"Êä\x12©†vr0sU66Ý8\x19="
  b"uù¿‹\x1EòÏÔ|\x1Efa\x0E\x1C"
  b"\$q3v\x18I©Þ#yë\x05’¡\t"
  b"ª°\fë‘\x18WMUY|vÐWàB"
  b"│#Knì═úÅ╬^e╠┼P\x1Dd"
  b"]üìòY#†ÆNTÎw\vNá|"
  b"¹Ô\v+WË”Î\x08…£\x15ÄãÓ "
  b"{\ráë\x11ÛN¶Ó¥¿od[ð""
  b"‡šî\x0E\x14æ\x06\x0EB\f¾©¨\x11Ç"
  b"Bœ8ªÐ¥lhÌj\x06]Ê:f\x04"
  b"‗øÕe\r\x11\x1D¤Å&2÷║#┬k"
  b" ªEX9\x0Ee\x14‡Ù™FÆ \x15N"
  b"š‚‡äð³R\x06\x02\x041\׸x"
  b"jbQ­Ê•×/‡âTÙè\x13ÍY"
  b"ËPÀ]•¹^H\x12õéæ\x1A\v"
  b"©®8nQºLÝÐã\x1EO7\x16„q"
  b"""
    \n
    }Ê~rß#ýcN\f9Ã"\n
    
    """
  b"è2Mï\e…J?w\x07¶Ár\x02åò"
  b"¥›\x1Dô¼á°Öô¦¶\oã\x06ù"
  b"\x19\x7Fdh\x052tVòÞ\x03üÃí\x18"
  b"•®\es•\x08\x1E6~†¢T™Ÿ"
  b"Z\x04 ¯è‚í\x18ÖÅUäS½tw"
  b"Øe‗+╬t%M'ƒt7aEx¸"
  b" Ð52\r;{Åë▒\x1A3Ô£ëx"
  b"\x02±øXü ³T■<v\x12\tðÍê"
  b"\x7Fú├>\x0EØçÌ┐sò;¤Pÿò"
  b"bs7äG›Ø¸pj\x05à\“9\f"
  b"&`\x02´ì)\x11n×òVkh¸╩ë"
  b"""
    îLC\x1C\x14\x17¸\n
    y\x06Ïé€ä
    """
  b"""
    ONC?²xlZlÑ \x02\n
    Ò\x11m
    """
  b"ÞV\x04Ä Ë郷9~Û\x1E\x11q“"
  b"╦ih_äÏ\x1Dìd­m┘÷H═z"
  b"¼\x14°~\x08\f:*\epø4Å\x01€o"
  b"ÉÝèápÆä½¥1n╝Û[v┘"
  b"£ä\x18Ú÷█°┤s«t°É×'Í"
  b"\eÆ9\x02║▄(|ÜìþË!▒"
  b"KFrËÄS\x12ùK´V…c”ÔÉ"
  b"ôÝJÓ<·Òi<ÊãT8­e®"
  b"\x1A4V\x1Dî”b\x18H!|¦I§P²"
  b"üu:?òù8\x15-¬àl\x11Õ:*"
  b"—Ž*Fÿ,à\x14!Šå\x11Kcžý"
  b"È\x1FèËŒ’D\x7F&\v¤Üa„tò"
  b"IGlµ„¥ Ѝ«ƒ=ry÷w"
  b"øOµ7æÄ\x1A\x1Eh!…â6û—¼"
  b"""
    Õ’íFuŸO¶teí!û\n
    Ý]
    """
  b":¤Ô°`„¨¬ËtÞs­åén"
  b"""
    \n
    \x18B]¨«ë¨2nÌuLóßX
    """
  b"╗´%é?î2>ü╩E©Ð\x14(P"
  b"""
    ■j\n
    ëä3\x7FØ\x0E*»╩╔¹|µ
    """
  b"¾úŸÆ\x11\f+„k“\x05\x08ÿ)Ož"
  b"\x07¯u\x11Låƒ`G¡\x07╚öì? "
  b"Önií\x03ßîÇëiÇÀI±JÑ"
  b"X┼}\x04J\x1D\x08\jÐvØ¢ ┴i"
  b"\x05V1\x19Ü„ÅÀg~—ð¡£ 9"
  b"bÖå¶\x13VM0¼QüºK┴\x01ı"
  b"›Ž´h–\x10RHªt7t(»¥À"
  b"RdQÔè\x08¯ 1╬üfž\x00_"
  b"®\x19÷\e\x00à~Ç\x16Ú\ruC\x12Å¢"
  b"%ÇÏãP\f¦‹VöœAW¬\x01ý"
  b"µÔÅıðÒÒ.Û?@oúõ‗┐"
  b""PH\x05yf\x03«S"P\t°1{·"
  b"""
    Ýü$\x07?tf¯H\n
    ÚÕÄN}]
    """
  b"Ÿõ¸3Z»J,Æã\x0F¥`´\x7Fý"
  b"£øOÈ6YœùüÒÿÇ´\tŽß"
  b"Ä+5RŒJørEÍÀ9?\eñ¤"
  b"éF´SQêß~é\x11Ø Z═pk"
  b"\x01,é×"º?\x1F\x02\x1Aÿ`©„å"
  b"Ô\x01T'Ï\x15èþ*•¢\x01Á} G"
  b"‡É`ETšk+ÚšNGøß F"
  b"áŽÒw¼šÕA«Ó¬]7®”j"
  b"û\x08EϘîð=NÅM†Î–)\x10"
  b"fÉJ╦\x02Ë/■ó¯~Jît\x08á"
  b"áàTáMÁ\x1F\x10Ö\x0FŸÕš€\x1CQ"
  b"èQ±pÓÕnñÝè¦Ð쎱ç"
  b"Y┐mØÚÔ:C·a│ª\x12ç}Õ"
  b"§\t˜+Ù·\x00\rV½‰;3–îµ"
  b" \x03N±N iê│Éı║p¡+;"
  b";˜ŠýYÛ°s(&›/¥1\x13è"
  b"Y­xþl(þf›Œˆƒ4.pò"
  b"4~üÛßåÔ\x16PÁDHž‘u\x02"
  b"¨f\x19\fù¼Ôîa5Æõ7˜•”"
  b"­ƒ\x14ùºæÿê<\x02\x08Â\x1E\x1A"
  b"|kÓ└üÉ?\x01╔qGôë\v³\x08"
  b"*ÓÉHß´─j\x1DLLÓ└b\x0F4"
  b"V\x03¢Y\x12X▀°\r(ßwüï┼\n"
  b"\x15n\x10\x10\x19‚â=ΘœÊºƒkÄ"
  b"\x18\x06K Z)¨£ˆ;„\x12"
  b"}\x00"fb­Ÿ›«pXű\x12¬t"
  b"6MÔc\x10qã!l.¤ì>åÉ‹"
  b"éH*Ý+\tð*›nÙ„‚¢\x1A\r"
  b"\x08+è╗Fú¸\x05║!4ÙïÝü"
  b"Q¶3zA\x07\x11F‚¥G晋\x1E\x11"
  b"•ým“\x1D\x00.&%\x13þÑÇ\x1EØ´"
  b"ö,&Ú¢Ñy:¯ºD\x06#S×r"
  b"c‰¢\x1DÊÆ jà\x18ò¤+%—\x10"
  b"k¸1’ øÊ|\x1E¬–¼½w´\x1F"
  b"¤+Èú(O°ÙÙwóâDRì?"
  b"+\x10ÒÇ4j8ŒYÒ¼ö\x16É\x0F"
  b":Ø·ÿ*Ž¢Ý\x05!_\x11ò–zú"
  b"""
    …O\Þ(ÿ\n
    ¹I)C\x01\“ÞF
    """
  b"\x1F\r\x08Û’\x1C“Ûd\x06s7Q¬"
  b"µl˜Øz!\x11\x15Ø×\f[\x16šBw"
  b"%ÇÈ¢7ŤJy\x10\x1FL\x03ZÄú"
  b"üÖ}gó\x00\x01R\nÊ■û╩▒¢▓"
  b"þ40¢©þØrdñF*~è\x1Fø"
  b"ÁbØî‘óª«|&ŒŸêD\„"
  b"a[¤ƒÖì€ø“‹²Ô$.uâ"
  b"וh,v»ö•Švgd¥A™m"
  b"-B¬ëÒÑ3…—>\x17Ñ<`¤\e"
  b"þ%iÕ\x10ù\rH22#¸Âšh2"
  b"ÜðôÙ\x08\x00\x0Fõ\x01S\v0N‘ÏW"
  b"¤v}å1W0ÉD7¢│~\x054#"
  b"àÖØ³Â7¶'\x11\x07\x1F\x1F&\t¼‰"
  b"Óü?\fr{¦\x13Ê▒{Ær\e\x17ì"
  b"{üÆÓ╚,=ªj\v╣ðX▄Öí"
  b"kL:lkÇ6ÜJ©\x106•ª­Ã"
  b"I4Ó=@\x11"ÃD\v04˜nP\x13"
  b"Q\x18#ÅÎogÎj\x16fÍ.˜ú½"
  b"z{T‹vδT*±ª½¾“ðæ"
  b"╔Ú┴¬#\x07\x7Frgÿ²6ßìq├"
  b"{eŠÏ*Z£šÆ[Ü1š7<C"
  b"ƒ&#ч;ýÌšBÝVP#\x1F·"
  b"/¶÷¡äı\f Ø▀TíÉ\x0E a"
  b"6†âª?“‘ÌNCìf–m\x06Š"
  b"_5½\t=;‘àŒ_ìþóúHä"
  b"÷lQƒz]0Á¡|AÝ 9\†"
  b"Å——ï\x07\x168Üh¼\x15¬\x01«²Ð"
  b"@¶┤Ç\x02ÉÔLfÞ!\x01© WÛ"
  b"²3·J’\fsgÈ\x08LÇsƒÜÞ"
  b"tó”ù|P#Ÿóq¢‚P\x00\x0F²"
  b"""
    ŠÞÃ\x06\n
    :&<\x12\tÿ4a8ƒ#
    """
  b"\x07ê>\x06ê‘öí4-Ó}ù5ÁU"
  b"xÍãH\x18¤ÑúGüBóEcýé"
  b"|³à─ì\tåñ║u\x00Yü"ëj"
  b" \x17>ý┬±[▀p!8├ª■üÛ"
  b"“6Í ³½cŠáö'à\eðùÔ"
  b"bš$\r耒jtû_M±\x17"
  b"ºPÑ\x07$¨ûã[Òúh¤º‘Ô"
  b"ß¼R5³qLáÑî#\x0E¬ÿ\x05"
  b"ä<▓4sm+ú\x1FرíÚ<\x17¨"
  b"Û\x05.åK\f>ÙÅhPb╬n\x1A"
  b"Ð\fM7~ÝJ䌆1ˆž"\x14Ì"
  b"‚R\f[ì¯Æñú=€\x19æ˜Ýf"
  b"¥\x12œ~ƒ\x1FöÝž]&MìósP"
  b"""
    3\e&Cjl!·…°s\x0Fm\n
    
    """
  b"¸6š[Ùœ\x18e\x0Fzî§=EÙÜ"
  b"\x02õ)ÌÎ=ÅË`Ü©╗°¶"
  b"£Ô\x1A>¸ãØ\x18\x03Y|®ØBÝa"
  b"7ëR\t┌fÌçË╝▄pUɲ\x1F"
  b"│ìxØ\x07WéÞGo&á&3á+"
  b"¾Ë‘ú©Ìì\x06HÉ¢8¾-K°"
  b"\x1F\x03•}nc%\x1C\x15ùpÅê5\x18±"
  b"ßw═i÷¤f­w¥ü¹ô"I§"
  b"G`:\t┴ê=[=\x1C\x18ı■ýûì"
  b"g¬·âb¼ï"¤èŸ:-4ÙP"
  b"\x0F›;{ÏvJ3W4 RÐ5f!"
  b"°­!<Â┬ƒú╦│öüi└|ò"
  b"€)\x01ù\x10ó7àæšÐ\x0FÄ\x07pJ"
  b" \x15\x076Œ½qvsüzÑv2\x1FE"
  b"\x7FU§42Éå\x08\x10N+\x19\x7F\x11,9"
  b"?üÆíù-Ìãćx„UE\x12\x1F"
  b"̈±Ú¼r§à•\x08\tÙ\x1CðQü"
  b"yT/MΕØ\x08\x14Ý3\x0E¼Ê{ç"
  b"?ëR¨Û,╗ü3\x13\\x1A\f░{ã"
  b"hÆ'púç+·´└OØn¸Âı"
  b"åÀ\x16X‰£-\x17ï\x14uÐÑÅ›µ"
  b"ý×Ç\x0FS\x12|#\x02\x1A᥃¢/"
  b"~t\x1CdLå7䤨Í┤ÚL╔Ù"
  b"Üp┌5ªðY▓╠¤ØAÓKô'"
  b"I¢=<éØ×ðgã¹\ÐÍ/l"
  b"▒Q­>┘Ä_tƒ`╣ü╣VÖh"
  b"ìæ\x1E‗÷┬rL\x04<<┼ÿ5EÔ"
  b"øÅOóQ\x1C‗{\x05Ê>cPª\r0"
  b"C*™zÓ¹Ð\x16@ñÌ\x0F\x19ª \t"
  b"È2å┼¶tì\tÀà`\x1E\x07å2®"
  b"7ŠtlʱîŸ*ÿÿKh×\x04Œ"
  b"uiVZ\x08\x14‹Õâ‹\x7Fúç— m"
  b"xA–„\x14h˜>¶'¯a1WHp"
  b"Jz@„èii0лE\x07\x7F­"
  b"û÷îÆŠÔ¾¥Cñ纼O8Á"
  b"5Nú|╠q\x04\x05Ô¹qØ\x021?├"
  b"U"5y\x13\x15ofèuU©ô|%o"
  b"=)zèú¤7ðL?84€€mÈ"
  b"9u\x0EY\x1A\x12\x11\x18\x11\x0F\x10“­Î"
  b"¤m’‰²–ó\x7Fæ\x16ünØ>¹Õ"
  b"ØÐ\x1CMÐ│çKwûsûw\v̺"
  b"ˆR)Ù;•c\x18_l\x081K\x13,p"
  b"xu®\x18=)z.Õ/õ\x16└ÎÅÀ"
  b"\t\eVph¶|®TY@ký#"
  b"üÆ┤#ÉÓ·B·[¨¦├`ãú"
  b"^„ÔÔsûb¢iv8IöÒê\x06"
  b"¨â\x11¶© úÈŸ·Ä<~\x13"
  b"\x0EM<\x1A¼G]Œ:÷¢b‰\x16"
  b"Í^\x1DçºÉž\x08(‚ÌY\f2˜¡"
  b"""
    —„\n
    Y9ˆf%£n+æ3\n
    Lv
    """
  b"Ìì\x0F¼¼99F"a\x19+ã^È)"
  b"`Žé·Ás\x15|\x07iÊæ»o,ë"
  b"Êͦ/ì=\x1E┌)9½bÀ2└ú"
  b"è╦ÚØÄ\x1A╣ü·Âf\x1Cë¸╗\x03"
  b"áã\x04ÑT×┘└¦¦ëÓxá╠ì"
  b"TŒ£Û¤ŸóÍ^\vû¨»Òÿë"
  b"*\eÅ\x1C¢D¹ÐV#~┼TïÙ]"
  b"öqFtå╝\x0F┘ë╝Ûì\e&┬ù"
  b"\v1îÏp<÷Ï└\x08É6ðû"
  b"»Î\x078´v»Œ0\x118€\x03S\x02C"
  b"+¸z¤‚þ\tÕkÇ1‚^‚”·"
  b"as,_„NRmáüBŒQ¥î¦"
  b"´¿║Ê│°±Ü\x12¦¶ìÓ┘B£"
  b"ýJ\eC=q\x02=$7×Qä"\x1EÔ"
  b"BuÉiÚÒŠ5HZǘúSæË"
  b"""
    \x1EW\x13ô®\n
    È\n
    \x10Ëy&\x1D\x13
    """
  b"ú\x16\x04\x00I$Zˆ\x05Y\eæõF*ø"
  b"múÂÆãËø¡ÍÞåÞD\x0FòÚ"
  b"2\e¶╗Èı²½ÅIX\x02ßs`_"
  b"¼’Wmxàû|¬§\x05;M:[r"
  b"óª6╩ûü\x11m\x1A\x10h\x01µ!2ö"
  b"döL\x07øÂuéÅ\x00x¼Á"]µ"
  b"ž\x12bùüu¸Q€¬â\f²Nêñ"
  b")¥'RO\x14f·Ø* XnÔ\f "
  b"""
    wz\n
    #'Ê…4X`g“\x0EѹŠ
    """
  b"\x11Å’\f\x10sS¢=Fô±DŠZ•"
  b"M\x1F\x17½Ô`\x05\x1F\x12N]X)7Ûˆ"
  b"vuâ«Ó/\x06\eÎÖbÍÍGø"
  b"Ä—ÙeF½øN\x0Fè¾þ\x1AœÝh"
  b"\x0FsÓW<ì{O1Jj\x7FÍú«M"
  b"µgÿÜÄîŸo:\x00\x05\x1F¬½"
  b"Ϭs\x1A\x1C\x15ó€¨N±í„+"
  b"\elŒõªy+\f¢Ùqå3¡…@"
]

Database Connections

Name Service
0 default

Entity Managers

There are no configured entity managers.

Second Level Cache

Second Level Cache is not enabled.