Redirect 307 redirect from GET @frontend.home.page (6a5c73)

Error 503 Service Unavailable

GET https://stage-shop.kontorhaussylt.de/maintenance

Query Metrics

60 Database Queries
44 Different statements
21.87 ms Query time

Queries

Group similar statements

# Time Info
1 0.32 ms
# dbal-plugin-loader
        SELECT
               `name`,
               `base_class` AS baseClass,
               IF(`active` = 1 AND `installed_at` IS NOT NULL, 1, 0) AS active,
               `path`,
               `version`,
               `autoload`,
               `managed_by_composer` AS managedByComposer,
               composer_name AS composerName
        FROM `plugin`
        ORDER BY `installed_at`;
Parameters:
[]
2 0.39 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:
[]
3 0.09 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.53 ms
SELECT CONCAT(TRIM(TRAILING '/' FROM domain.url), '/') `key`, CONCAT(TRIM(TRAILING '/' FROM domain.url), '/') url, LOWER(HEX(domain.id)) id, LOWER(HEX(sales_channel.id)) salesChannelId, LOWER(HEX(sales_channel.type_id)) typeId, LOWER(HEX(domain.snippet_set_id)) snippetSetId, LOWER(HEX(domain.currency_id)) currencyId, LOWER(HEX(domain.language_id)) languageId, LOWER(HEX(theme.id)) themeId, sales_channel.maintenance maintenance, sales_channel.maintenance_ip_whitelist maintenanceIpWhitelist, snippet_set.iso AS locale, theme.technical_name AS themeName, parentTheme.technical_name AS parentThemeName FROM sales_channel INNER JOIN sales_channel_domain domain ON domain.sales_channel_id = sales_channel.id LEFT JOIN theme_sales_channel theme_sales_channel ON sales_channel.id = theme_sales_channel.sales_channel_id INNER JOIN snippet_set snippet_set ON snippet_set.id = domain.snippet_set_id LEFT JOIN theme theme ON theme_sales_channel.theme_id = theme.id LEFT JOIN theme parentTheme ON theme.parent_theme_id = parentTheme.id WHERE (sales_channel.type_id = UNHEX(?)) AND (sales_channel.active)
Parameters:
[
  "8a243080f92e4c719546314b577cf82b"
]
5 0.34 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 = ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"?÷ÈŸ#3GÔ¿„ý–|1‘^"
  "maintenance"
]
6 0.21 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"?÷ÈŸ#3GÔ¿„ý–|1‘^"
  "/maintenance"
]
7 0.60 ms
SELECT configuration_key, configuration_value FROM system_config WHERE sales_channel_id IS NULL ORDER BY sales_channel_id ASC
Parameters:
[]
8 0.21 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:
[
  "//maintenance"
  "/maintenance"
  "https://stage-shop.kontorhaussylt.de/maintenance"
  "https://stage-shop.kontorhaussylt.de//maintenance"
  "/maintenance"
  "//maintenance"
  "maintenance"
  true
  b"?÷ÈŸ#3GÔ¿„ý–|1‘^"
  null
]
9 0.64 ms
SELECT configuration_key, configuration_value FROM system_config WHERE sales_channel_id = ? OR system_config.sales_channel_id IS NULL ORDER BY sales_channel_id ASC
Parameters:
[
  b"?÷ÈŸ#3GÔ¿„ý–|1‘^"
]
10 0.31 ms
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = ?) AND (token = ?) LIMIT 1
Parameters:
[
  b"?÷ÈŸ#3GÔ¿„ý–|1‘^"
  "QEW3qSVKeGi0rGVVtOpgxW8lxTXev0KP"
]
11 0.36 ms
# context-factory::base-context

        SELECT
          sales_channel.id AS sales_channel_id,
          sales_channel.language_id AS sales_channel_default_language_id,
          sales_channel.currency_id AS sales_channel_currency_id,
          currency.factor AS sales_channel_currency_factor,
          GROUP_CONCAT(LOWER(HEX(sales_channel_language.language_id))) AS sales_channel_language_ids
        FROM sales_channel
            INNER JOIN currency
                ON sales_channel.currency_id = currency.id
            LEFT JOIN sales_channel_language
                ON sales_channel_language.sales_channel_id = sales_channel.id
        WHERE sales_channel.id = ?
        GROUP BY sales_channel.id, sales_channel.language_id, sales_channel.currency_id, currency.factor
Parameters:
[
  b"?÷ÈŸ#3GÔ¿„ý–|1‘^"
]
12 0.61 ms
# base-context-factory::sales-channel::read
SELECT `sales_channel`.`id` AS `sales_channel.id`, `sales_channel`.`type_id` AS `sales_channel.typeId`, `sales_channel`.`language_id` AS `sales_channel.languageId`, `sales_channel`.`customer_group_id` AS `sales_channel.customerGroupId`, `sales_channel`.`currency_id` AS `sales_channel.currencyId`, `sales_channel`.`payment_method_id` AS `sales_channel.paymentMethodId`, `sales_channel`.`shipping_method_id` AS `sales_channel.shippingMethodId`, `sales_channel`.`country_id` AS `sales_channel.countryId`, `sales_channel`.`analytics_id` AS `sales_channel.analyticsId`, `sales_channel`.`navigation_category_id` AS `sales_channel.navigationCategoryId`, `sales_channel`.`navigation_category_version_id` AS `sales_channel.navigationCategoryVersionId`, `sales_channel`.`navigation_category_depth` AS `sales_channel.navigationCategoryDepth`, `sales_channel`.`footer_category_id` AS `sales_channel.footerCategoryId`, `sales_channel`.`footer_category_version_id` AS `sales_channel.footerCategoryVersionId`, `sales_channel`.`service_category_id` AS `sales_channel.serviceCategoryId`, `sales_channel`.`service_category_version_id` AS `sales_channel.serviceCategoryVersionId`, `sales_channel`.`mail_header_footer_id` AS `sales_channel.mailHeaderFooterId`, `sales_channel`.`hreflang_default_domain_id` AS `sales_channel.hreflangDefaultDomainId`, `sales_channel`.`short_name` AS `sales_channel.shortName`, `sales_channel`.`tax_calculation_type` AS `sales_channel.taxCalculationType`, `sales_channel`.`access_key` AS `sales_channel.accessKey`, `sales_channel`.`configuration` AS `sales_channel.configuration`, `sales_channel`.`active` AS `sales_channel.active`, `sales_channel`.`hreflang_active` AS `sales_channel.hreflangActive`, `sales_channel`.`maintenance` AS `sales_channel.maintenance`, `sales_channel`.`maintenance_ip_whitelist` AS `sales_channel.maintenanceIpWhitelist`, `sales_channel`.`payment_method_ids` AS `sales_channel.paymentMethodIds`, `sales_channel`.`home_cms_page_id` AS `sales_channel.homeCmsPageId`, `sales_channel`.`home_cms_page_version_id` AS `sales_channel.homeCmsPageVersionId`, `sales_channel.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`, `sales_channel`.`created_at` AS `sales_channel.createdAt`, `sales_channel`.`updated_at` AS `sales_channel.updatedAt`, `sales_channel.currency`.`id` AS `sales_channel.currency.id`, `sales_channel.currency`.`factor` AS `sales_channel.currency.factor`, `sales_channel.currency`.`symbol` AS `sales_channel.currency.symbol`, `sales_channel.currency`.`iso_code` AS `sales_channel.currency.isoCode`, `sales_channel.currency`.`position` AS `sales_channel.currency.position`, `sales_channel.currency`.`tax_free_from` AS `sales_channel.currency.taxFreeFrom`, `sales_channel.currency`.`item_rounding` AS `sales_channel.currency.itemRounding`, `sales_channel.currency`.`total_rounding` AS `sales_channel.currency.totalRounding`, `sales_channel.currency`.`created_at` AS `sales_channel.currency.createdAt`, `sales_channel.currency`.`updated_at` AS `sales_channel.currency.updatedAt`, `sales_channel.currency.translation.shortName`, COALESCE(`sales_channel.currency.translation.shortName`,`sales_channel.currency.translation.shortName`) AS `sales_channel.currency.shortName`, `sales_channel.currency.translation.name`, COALESCE(`sales_channel.currency.translation.name`,`sales_channel.currency.translation.name`) AS `sales_channel.currency.name`, `sales_channel.currency.translation.customFields`, COALESCE(`sales_channel.currency.translation.customFields`,`sales_channel.currency.translation.customFields`) AS `sales_channel.currency.customFields`, `sales_channel.currency.translation.createdAt`, `sales_channel.currency.translation.updatedAt`, `sales_channel.currency.translation.currencyId`, `sales_channel.currency.translation.languageId`, `sales_channel.translation.name`, COALESCE(`sales_channel.translation.name`,`sales_channel.translation.name`) AS `sales_channel.name`, `sales_channel.translation.homeSlotConfig`, COALESCE(`sales_channel.translation.homeSlotConfig`,`sales_channel.translation.homeSlotConfig`) AS `sales_channel.homeSlotConfig`, `sales_channel.translation.homeEnabled`, COALESCE(`sales_channel.translation.homeEnabled`,`sales_channel.translation.homeEnabled`) AS `sales_channel.homeEnabled`, `sales_channel.translation.homeName`, COALESCE(`sales_channel.translation.homeName`,`sales_channel.translation.homeName`) AS `sales_channel.homeName`, `sales_channel.translation.homeMetaTitle`, COALESCE(`sales_channel.translation.homeMetaTitle`,`sales_channel.translation.homeMetaTitle`) AS `sales_channel.homeMetaTitle`, `sales_channel.translation.homeMetaDescription`, COALESCE(`sales_channel.translation.homeMetaDescription`,`sales_channel.translation.homeMetaDescription`) AS `sales_channel.homeMetaDescription`, `sales_channel.translation.homeKeywords`, COALESCE(`sales_channel.translation.homeKeywords`,`sales_channel.translation.homeKeywords`) AS `sales_channel.homeKeywords`, `sales_channel.translation.customFields`, COALESCE(`sales_channel.translation.customFields`,`sales_channel.translation.customFields`) AS `sales_channel.customFields`, `sales_channel.translation.createdAt`, `sales_channel.translation.updatedAt`, `sales_channel.translation.salesChannelId`, `sales_channel.translation.languageId` FROM `sales_channel` LEFT JOIN (SELECT `sales_channel.translation`.sales_channel_id, `sales_channel.translation`.name AS `sales_channel.translation.name`, `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`, `sales_channel.translation`.custom_fields AS `sales_channel.translation.customFields`, `sales_channel.translation`.created_at AS `sales_channel.translation.createdAt`, `sales_channel.translation`.updated_at AS `sales_channel.translation.updatedAt`, `sales_channel.translation`.sales_channel_id AS `sales_channel.translation.salesChannelId`, `sales_channel.translation`.language_id AS `sales_channel.translation.languageId` FROM `sales_channel_translation` `sales_channel.translation` WHERE `sales_channel.translation`.language_id = ?) `sales_channel.sales_channel_translation` ON `sales_channel.sales_channel_translation`.`sales_channel_id` = `sales_channel`.`id` LEFT JOIN `sales_channel_analytics` `sales_channel.analytics` ON `sales_channel`.`analytics_id` = `sales_channel.analytics`.`id` LEFT JOIN `currency` `sales_channel.currency` ON `sales_channel`.`currency_id` = `sales_channel.currency`.`id` LEFT JOIN (SELECT `sales_channel.currency.translation`.currency_id, `sales_channel.currency.translation`.short_name AS `sales_channel.currency.translation.shortName`, `sales_channel.currency.translation`.name AS `sales_channel.currency.translation.name`, `sales_channel.currency.translation`.custom_fields AS `sales_channel.currency.translation.customFields`, `sales_channel.currency.translation`.created_at AS `sales_channel.currency.translation.createdAt`, `sales_channel.currency.translation`.updated_at AS `sales_channel.currency.translation.updatedAt`, `sales_channel.currency.translation`.currency_id AS `sales_channel.currency.translation.currencyId`, `sales_channel.currency.translation`.language_id AS `sales_channel.currency.translation.languageId` FROM `currency_translation` `sales_channel.currency.translation` WHERE `sales_channel.currency.translation`.language_id = ?) `sales_channel.currency.currency_translation` ON `sales_channel.currency.currency_translation`.`currency_id` = `sales_channel.currency`.`id` WHERE `sales_channel`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"?÷ÈŸ#3GÔ¿„ý–|1‘^"
]
13 0.21 ms
# base-context-factory::sales-channel::association::domains::read
SELECT `sales_channel_domain`.`id` AS `sales_channel_domain.id`, `sales_channel_domain`.`url` AS `sales_channel_domain.url`, `sales_channel_domain`.`sales_channel_id` AS `sales_channel_domain.salesChannelId`, `sales_channel_domain`.`language_id` AS `sales_channel_domain.languageId`, `sales_channel_domain`.`currency_id` AS `sales_channel_domain.currencyId`, `sales_channel_domain`.`snippet_set_id` AS `sales_channel_domain.snippetSetId`, `sales_channel_domain`.`hreflang_use_only_locale` AS `sales_channel_domain.hreflangUseOnlyLocale`, `sales_channel_domain`.`custom_fields` AS `sales_channel_domain.customFields`, `sales_channel_domain`.`created_at` AS `sales_channel_domain.createdAt`, `sales_channel_domain`.`updated_at` AS `sales_channel_domain.updatedAt` FROM `sales_channel_domain` WHERE (`sales_channel_domain`.`sales_channel_id` IN (?))
Parameters:
[
  b"?÷ÈŸ#3GÔ¿„ý–|1‘^"
]
14 0.25 ms
# base-context-factory::currency::read
SELECT `currency`.`id` AS `currency.id`, `currency`.`factor` AS `currency.factor`, `currency`.`symbol` AS `currency.symbol`, `currency`.`iso_code` AS `currency.isoCode`, `currency`.`position` AS `currency.position`, `currency`.`tax_free_from` AS `currency.taxFreeFrom`, `currency`.`item_rounding` AS `currency.itemRounding`, `currency`.`total_rounding` AS `currency.totalRounding`, `currency`.`created_at` AS `currency.createdAt`, `currency`.`updated_at` AS `currency.updatedAt`, `currency.translation.shortName`, COALESCE(`currency.translation.shortName`,`currency.translation.shortName`) AS `currency.shortName`, `currency.translation.name`, COALESCE(`currency.translation.name`,`currency.translation.name`) AS `currency.name`, `currency.translation.customFields`, COALESCE(`currency.translation.customFields`,`currency.translation.customFields`) AS `currency.customFields`, `currency.translation.createdAt`, `currency.translation.updatedAt`, `currency.translation.currencyId`, `currency.translation.languageId` 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`, `currency.translation`.created_at AS `currency.translation.createdAt`, `currency.translation`.updated_at AS `currency.translation.updatedAt`, `currency.translation`.currency_id AS `currency.translation.currencyId`, `currency.translation`.language_id AS `currency.translation.languageId` FROM `currency_translation` `currency.translation` WHERE `currency.translation`.language_id = ?) `currency.currency_translation` ON `currency.currency_translation`.`currency_id` = `currency`.`id` WHERE `currency`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"·ÒUK\fèGÍ‚ó¬›ÑÀßÊ"
]
15 0.30 ms
# base-context-factory::country::read
SELECT `country`.`id` AS `country.id`, `country`.`iso` AS `country.iso`, `country`.`position` AS `country.position`, `country`.`active` AS `country.active`, `country`.`shipping_available` AS `country.shippingAvailable`, `country`.`iso3` AS `country.iso3`, `country`.`display_state_in_registration` AS `country.displayStateInRegistration`, `country`.`force_state_in_registration` AS `country.forceStateInRegistration`, `country`.`check_vat_id_pattern` AS `country.checkVatIdPattern`, `country`.`vat_id_required` AS `country.vatIdRequired`, `country`.`vat_id_pattern` AS `country.vatIdPattern`, `country`.`customer_tax` AS `country.customerTax`, `country`.`company_tax` AS `country.companyTax`, `country`.`postal_code_required` AS `country.postalCodeRequired`, `country`.`check_postal_code_pattern` AS `country.checkPostalCodePattern`, `country`.`check_advanced_postal_code_pattern` AS `country.checkAdvancedPostalCodePattern`, `country`.`advanced_postal_code_pattern` AS `country.advancedPostalCodePattern`, `country`.`default_postal_code_pattern` AS `country.defaultPostalCodePattern`, `country`.`created_at` AS `country.createdAt`, `country`.`updated_at` AS `country.updatedAt`, `country.translation.name`, COALESCE(`country.translation.name`,`country.translation.name`) AS `country.name`, `country.translation.addressFormat`, COALESCE(`country.translation.addressFormat`,`country.translation.addressFormat`) AS `country.addressFormat`, `country.translation.customFields`, COALESCE(`country.translation.customFields`,`country.translation.customFields`) AS `country.customFields`, `country.translation.createdAt`, `country.translation.updatedAt`, `country.translation.countryId`, `country.translation.languageId` FROM `country` LEFT JOIN (SELECT `country.translation`.country_id, `country.translation`.name AS `country.translation.name`, `country.translation`.address_format AS `country.translation.addressFormat`, `country.translation`.custom_fields AS `country.translation.customFields`, `country.translation`.created_at AS `country.translation.createdAt`, `country.translation`.updated_at AS `country.translation.updatedAt`, `country.translation`.country_id AS `country.translation.countryId`, `country.translation`.language_id AS `country.translation.languageId` 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"|D\x11)ç:OêŽ"\x0EG\x14\x17"
]
16 0.33 ms
# base-context-factory::customer-group::read
SELECT `customer_group`.`id` AS `customer_group.id`, `customer_group`.`display_gross` AS `customer_group.displayGross`, `customer_group`.`registration_active` AS `customer_group.registrationActive`, `customer_group`.`created_at` AS `customer_group.createdAt`, `customer_group`.`updated_at` AS `customer_group.updatedAt`, `customer_group.translation.name`, COALESCE(`customer_group.translation.name`,`customer_group.translation.name`) AS `customer_group.name`, `customer_group.translation.registrationTitle`, COALESCE(`customer_group.translation.registrationTitle`,`customer_group.translation.registrationTitle`) AS `customer_group.registrationTitle`, `customer_group.translation.registrationIntroduction`, COALESCE(`customer_group.translation.registrationIntroduction`,`customer_group.translation.registrationIntroduction`) AS `customer_group.registrationIntroduction`, `customer_group.translation.registrationOnlyCompanyRegistration`, COALESCE(`customer_group.translation.registrationOnlyCompanyRegistration`,`customer_group.translation.registrationOnlyCompanyRegistration`) AS `customer_group.registrationOnlyCompanyRegistration`, `customer_group.translation.registrationSeoMetaDescription`, COALESCE(`customer_group.translation.registrationSeoMetaDescription`,`customer_group.translation.registrationSeoMetaDescription`) AS `customer_group.registrationSeoMetaDescription`, `customer_group.translation.customFields`, COALESCE(`customer_group.translation.customFields`,`customer_group.translation.customFields`) AS `customer_group.customFields`, `customer_group.translation.createdAt`, `customer_group.translation.updatedAt`, `customer_group.translation.customerGroupId`, `customer_group.translation.languageId` FROM `customer_group` LEFT JOIN (SELECT `customer_group.translation`.customer_group_id, `customer_group.translation`.name AS `customer_group.translation.name`, `customer_group.translation`.registration_title AS `customer_group.translation.registrationTitle`, `customer_group.translation`.registration_introduction AS `customer_group.translation.registrationIntroduction`, `customer_group.translation`.registration_only_company_registration AS `customer_group.translation.registrationOnlyCompanyRegistration`, `customer_group.translation`.registration_seo_meta_description AS `customer_group.translation.registrationSeoMetaDescription`, `customer_group.translation`.custom_fields AS `customer_group.translation.customFields`, `customer_group.translation`.created_at AS `customer_group.translation.createdAt`, `customer_group.translation`.updated_at AS `customer_group.translation.updatedAt`, `customer_group.translation`.customer_group_id AS `customer_group.translation.customerGroupId`, `customer_group.translation`.language_id AS `customer_group.translation.languageId` FROM `customer_group_translation` `customer_group.translation` WHERE `customer_group.translation`.language_id = ?) `customer_group.customer_group_translation` ON `customer_group.customer_group_translation`.`customer_group_id` = `customer_group`.`id` WHERE `customer_group`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"¤¢P\x18ËìAÏ¡╩\x10┘O╚¢Í"
]
17 0.17 ms
# base-context-factory::taxes::read
SELECT `tax`.`id` AS `tax.id`, `tax`.`tax_rate` AS `tax.taxRate`, `tax`.`name` AS `tax.name`, `tax`.`position` AS `tax.position`, `tax`.`custom_fields` AS `tax.customFields`, `tax`.`created_at` AS `tax.createdAt`, `tax`.`updated_at` AS `tax.updatedAt` FROM `tax`
Parameters:
[]
18 0.15 ms
SELECT `name`, `type` FROM `custom_field` WHERE `active` = 1
Parameters:
[]
19 0.45 ms
# base-context-factory::taxes::association::rules::read
SELECT `tax_rule`.`id` AS `tax_rule.id`, `tax_rule`.`tax_rule_type_id` AS `tax_rule.taxRuleTypeId`, `tax_rule`.`country_id` AS `tax_rule.countryId`, `tax_rule`.`tax_rate` AS `tax_rule.taxRate`, `tax_rule`.`data` AS `tax_rule.data`, `tax_rule`.`tax_id` AS `tax_rule.taxId`, `tax_rule`.`active_from` AS `tax_rule.activeFrom`, `tax_rule.type`.`id` AS `tax_rule.type.id`, `tax_rule.type`.`technical_name` AS `tax_rule.type.technicalName`, `tax_rule.type`.`position` AS `tax_rule.type.position`, `tax_rule.type`.`created_at` AS `tax_rule.type.createdAt`, `tax_rule.type`.`updated_at` AS `tax_rule.type.updatedAt`, `tax_rule.type.translation.typeName`, COALESCE(`tax_rule.type.translation.typeName`,`tax_rule.type.translation.typeName`) AS `tax_rule.type.typeName`, `tax_rule.type.translation.createdAt`, `tax_rule.type.translation.updatedAt`, `tax_rule.type.translation.taxRuleTypeId`, `tax_rule.type.translation.languageId`, `tax_rule`.`created_at` AS `tax_rule.createdAt`, `tax_rule`.`updated_at` AS `tax_rule.updatedAt` FROM `tax_rule` LEFT JOIN `tax_rule_type` `tax_rule.type` ON `tax_rule`.`tax_rule_type_id` = `tax_rule.type`.`id` LEFT JOIN (SELECT `tax_rule.type.translation`.tax_rule_type_id, `tax_rule.type.translation`.type_name AS `tax_rule.type.translation.typeName`, `tax_rule.type.translation`.created_at AS `tax_rule.type.translation.createdAt`, `tax_rule.type.translation`.updated_at AS `tax_rule.type.translation.updatedAt`, `tax_rule.type.translation`.tax_rule_type_id AS `tax_rule.type.translation.taxRuleTypeId`, `tax_rule.type.translation`.language_id AS `tax_rule.type.translation.languageId` FROM `tax_rule_type_translation` `tax_rule.type.translation` WHERE `tax_rule.type.translation`.language_id = ?) `tax_rule.type.tax_rule_type_translation` ON `tax_rule.type.tax_rule_type_translation`.`tax_rule_type_id` = `tax_rule.type`.`id` WHERE (`tax_rule`.`tax_id` IN (?, ?, ?, ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"XÊÿgÌÌEª³\x17ˆÍß•š¥"
  b"ÿz\x03k·¤Eió)¤ÁÔ7Éo"
  b"È‹z\x1D˜çF‘¦ ¶$\x07ƒÕ)"
  b"¹ì3®Æ¨E÷¢ı/╚0▄>n"
]
20 0.55 ms
# base-context-factory::payment-method::read
SELECT `payment_method`.`id` AS `payment_method.id`, `payment_method`.`plugin_id` AS `payment_method.pluginId`, `payment_method`.`handler_identifier` AS `payment_method.handlerIdentifier`, `payment_method`.`position` AS `payment_method.position`, `payment_method`.`active` AS `payment_method.active`, `payment_method`.`after_order_enabled` AS `payment_method.afterOrderEnabled`, `payment_method`.`availability_rule_id` AS `payment_method.availabilityRuleId`, `payment_method`.`media_id` AS `payment_method.mediaId`, `payment_method.appPaymentMethod`.`id` AS `payment_method.appPaymentMethod.id`, `payment_method.appPaymentMethod`.`app_name` AS `payment_method.appPaymentMethod.appName`, `payment_method.appPaymentMethod`.`identifier` AS `payment_method.appPaymentMethod.identifier`, `payment_method.appPaymentMethod`.`pay_url` AS `payment_method.appPaymentMethod.payUrl`, `payment_method.appPaymentMethod`.`finalize_url` AS `payment_method.appPaymentMethod.finalizeUrl`, `payment_method.appPaymentMethod`.`validate_url` AS `payment_method.appPaymentMethod.validateUrl`, `payment_method.appPaymentMethod`.`capture_url` AS `payment_method.appPaymentMethod.captureUrl`, `payment_method.appPaymentMethod`.`refund_url` AS `payment_method.appPaymentMethod.refundUrl`, `payment_method.appPaymentMethod`.`recurring_url` AS `payment_method.appPaymentMethod.recurringUrl`, `payment_method.appPaymentMethod`.`app_id` AS `payment_method.appPaymentMethod.appId`, `payment_method.appPaymentMethod`.`original_media_id` AS `payment_method.appPaymentMethod.originalMediaId`, `payment_method.appPaymentMethod`.`payment_method_id` AS `payment_method.appPaymentMethod.paymentMethodId`, `payment_method.appPaymentMethod`.`created_at` AS `payment_method.appPaymentMethod.createdAt`, `payment_method.appPaymentMethod`.`updated_at` AS `payment_method.appPaymentMethod.updatedAt`, `payment_method`.`technical_name` AS `payment_method.technicalName`, `payment_method`.`created_at` AS `payment_method.createdAt`, `payment_method`.`updated_at` AS `payment_method.updatedAt`, `payment_method.media`.`id` AS `payment_method.media.id`, `payment_method.media`.`user_id` AS `payment_method.media.userId`, `payment_method.media`.`media_folder_id` AS `payment_method.media.mediaFolderId`, `payment_method.media`.`mime_type` AS `payment_method.media.mimeType`, `payment_method.media`.`file_extension` AS `payment_method.media.fileExtension`, `payment_method.media`.`uploaded_at` AS `payment_method.media.uploadedAt`, `payment_method.media`.`file_name` AS `payment_method.media.fileName`, `payment_method.media`.`file_size` AS `payment_method.media.fileSize`, `payment_method.media`.`media_type` AS `payment_method.media.mediaTypeRaw`, `payment_method.media`.`meta_data` AS `payment_method.media.metaData`, `payment_method.media`.`config` AS `payment_method.media.config`, `payment_method.media`.`path` AS `payment_method.media.path`, `payment_method.media`.`private` AS `payment_method.media.private`, `payment_method.media`.`thumbnails_ro` AS `payment_method.media.thumbnailsRo`, `payment_method.media`.`created_at` AS `payment_method.media.createdAt`, `payment_method.media`.`updated_at` AS `payment_method.media.updatedAt`, `payment_method.media.translation.title`, COALESCE(`payment_method.media.translation.title`,`payment_method.media.translation.title`) AS `payment_method.media.title`, `payment_method.media.translation.alt`, COALESCE(`payment_method.media.translation.alt`,`payment_method.media.translation.alt`) AS `payment_method.media.alt`, `payment_method.media.translation.customFields`, COALESCE(`payment_method.media.translation.customFields`,`payment_method.media.translation.customFields`) AS `payment_method.media.customFields`, `payment_method.media.translation.createdAt`, `payment_method.media.translation.updatedAt`, `payment_method.media.translation.mediaId`, `payment_method.media.translation.languageId`, `payment_method.translation.name`, COALESCE(`payment_method.translation.name`,`payment_method.translation.name`) AS `payment_method.name`, `payment_method.translation.distinguishableName`, COALESCE(`payment_method.translation.distinguishableName`,`payment_method.translation.distinguishableName`) AS `payment_method.distinguishableName`, `payment_method.translation.description`, COALESCE(`payment_method.translation.description`,`payment_method.translation.description`) AS `payment_method.description`, `payment_method.translation.customFields`, COALESCE(`payment_method.translation.customFields`,`payment_method.translation.customFields`) AS `payment_method.customFields`, `payment_method.translation.createdAt`, `payment_method.translation.updatedAt`, `payment_method.translation.paymentMethodId`, `payment_method.translation.languageId` FROM `payment_method` LEFT JOIN (SELECT `payment_method.translation`.payment_method_id, `payment_method.translation`.name AS `payment_method.translation.name`, `payment_method.translation`.distinguishable_name AS `payment_method.translation.distinguishableName`, `payment_method.translation`.description AS `payment_method.translation.description`, `payment_method.translation`.custom_fields AS `payment_method.translation.customFields`, `payment_method.translation`.created_at AS `payment_method.translation.createdAt`, `payment_method.translation`.updated_at AS `payment_method.translation.updatedAt`, `payment_method.translation`.payment_method_id AS `payment_method.translation.paymentMethodId`, `payment_method.translation`.language_id AS `payment_method.translation.languageId` FROM `payment_method_translation` `payment_method.translation` WHERE `payment_method.translation`.language_id = ?) `payment_method.payment_method_translation` ON `payment_method.payment_method_translation`.`payment_method_id` = `payment_method`.`id` LEFT JOIN `app_payment_method` `payment_method.appPaymentMethod` ON `payment_method`.`id` = `payment_method.appPaymentMethod`.`payment_method_id` LEFT JOIN `media` `payment_method.media` ON `payment_method`.`media_id` = `payment_method.media`.`id` LEFT JOIN (SELECT `payment_method.media.translation`.media_id, `payment_method.media.translation`.title AS `payment_method.media.translation.title`, `payment_method.media.translation`.alt AS `payment_method.media.translation.alt`, `payment_method.media.translation`.custom_fields AS `payment_method.media.translation.customFields`, `payment_method.media.translation`.created_at AS `payment_method.media.translation.createdAt`, `payment_method.media.translation`.updated_at AS `payment_method.media.translation.updatedAt`, `payment_method.media.translation`.media_id AS `payment_method.media.translation.mediaId`, `payment_method.media.translation`.language_id AS `payment_method.media.translation.languageId` FROM `media_translation` `payment_method.media.translation` WHERE `payment_method.media.translation`.language_id = ?) `payment_method.media.media_translation` ON `payment_method.media.media_translation`.`media_id` = `payment_method.media`.`id` WHERE `payment_method`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"MAü─¥ÓHP½âD\~xzÃ"
]
21 0.62 ms
# base-context-factory::shipping-method::read
SELECT `shipping_method`.`id` AS `shipping_method.id`, `shipping_method`.`active` AS `shipping_method.active`, `shipping_method`.`position` AS `shipping_method.position`, `shipping_method`.`availability_rule_id` AS `shipping_method.availabilityRuleId`, `shipping_method`.`media_id` AS `shipping_method.mediaId`, `shipping_method`.`delivery_time_id` AS `shipping_method.deliveryTimeId`, `shipping_method`.`tax_type` AS `shipping_method.taxType`, `shipping_method`.`tax_id` AS `shipping_method.taxId`, `shipping_method.deliveryTime`.`id` AS `shipping_method.deliveryTime.id`, `shipping_method.deliveryTime`.`min` AS `shipping_method.deliveryTime.min`, `shipping_method.deliveryTime`.`max` AS `shipping_method.deliveryTime.max`, `shipping_method.deliveryTime`.`unit` AS `shipping_method.deliveryTime.unit`, `shipping_method.deliveryTime`.`created_at` AS `shipping_method.deliveryTime.createdAt`, `shipping_method.deliveryTime`.`updated_at` AS `shipping_method.deliveryTime.updatedAt`, `shipping_method.deliveryTime.translation.name`, COALESCE(`shipping_method.deliveryTime.translation.name`,`shipping_method.deliveryTime.translation.name`) AS `shipping_method.deliveryTime.name`, `shipping_method.deliveryTime.translation.customFields`, COALESCE(`shipping_method.deliveryTime.translation.customFields`,`shipping_method.deliveryTime.translation.customFields`) AS `shipping_method.deliveryTime.customFields`, `shipping_method.deliveryTime.translation.createdAt`, `shipping_method.deliveryTime.translation.updatedAt`, `shipping_method.deliveryTime.translation.deliveryTimeId`, `shipping_method.deliveryTime.translation.languageId`, `shipping_method.appShippingMethod`.`id` AS `shipping_method.appShippingMethod.id`, `shipping_method.appShippingMethod`.`app_name` AS `shipping_method.appShippingMethod.appName`, `shipping_method.appShippingMethod`.`identifier` AS `shipping_method.appShippingMethod.identifier`, `shipping_method.appShippingMethod`.`app_id` AS `shipping_method.appShippingMethod.appId`, `shipping_method.appShippingMethod`.`shipping_method_id` AS `shipping_method.appShippingMethod.shippingMethodId`, `shipping_method.appShippingMethod`.`original_media_id` AS `shipping_method.appShippingMethod.originalMediaId`, `shipping_method.appShippingMethod`.`created_at` AS `shipping_method.appShippingMethod.createdAt`, `shipping_method.appShippingMethod`.`updated_at` AS `shipping_method.appShippingMethod.updatedAt`, `shipping_method`.`technical_name` AS `shipping_method.technicalName`, `shipping_method`.`created_at` AS `shipping_method.createdAt`, `shipping_method`.`updated_at` AS `shipping_method.updatedAt`, `shipping_method.media`.`id` AS `shipping_method.media.id`, `shipping_method.media`.`user_id` AS `shipping_method.media.userId`, `shipping_method.media`.`media_folder_id` AS `shipping_method.media.mediaFolderId`, `shipping_method.media`.`mime_type` AS `shipping_method.media.mimeType`, `shipping_method.media`.`file_extension` AS `shipping_method.media.fileExtension`, `shipping_method.media`.`uploaded_at` AS `shipping_method.media.uploadedAt`, `shipping_method.media`.`file_name` AS `shipping_method.media.fileName`, `shipping_method.media`.`file_size` AS `shipping_method.media.fileSize`, `shipping_method.media`.`media_type` AS `shipping_method.media.mediaTypeRaw`, `shipping_method.media`.`meta_data` AS `shipping_method.media.metaData`, `shipping_method.media`.`config` AS `shipping_method.media.config`, `shipping_method.media`.`path` AS `shipping_method.media.path`, `shipping_method.media`.`private` AS `shipping_method.media.private`, `shipping_method.media`.`thumbnails_ro` AS `shipping_method.media.thumbnailsRo`, `shipping_method.media`.`created_at` AS `shipping_method.media.createdAt`, `shipping_method.media`.`updated_at` AS `shipping_method.media.updatedAt`, `shipping_method.media.translation.title`, COALESCE(`shipping_method.media.translation.title`,`shipping_method.media.translation.title`) AS `shipping_method.media.title`, `shipping_method.media.translation.alt`, COALESCE(`shipping_method.media.translation.alt`,`shipping_method.media.translation.alt`) AS `shipping_method.media.alt`, `shipping_method.media.translation.customFields`, COALESCE(`shipping_method.media.translation.customFields`,`shipping_method.media.translation.customFields`) AS `shipping_method.media.customFields`, `shipping_method.media.translation.createdAt`, `shipping_method.media.translation.updatedAt`, `shipping_method.media.translation.mediaId`, `shipping_method.media.translation.languageId`, `shipping_method.translation.name`, COALESCE(`shipping_method.translation.name`,`shipping_method.translation.name`) AS `shipping_method.name`, `shipping_method.translation.description`, COALESCE(`shipping_method.translation.description`,`shipping_method.translation.description`) AS `shipping_method.description`, `shipping_method.translation.trackingUrl`, COALESCE(`shipping_method.translation.trackingUrl`,`shipping_method.translation.trackingUrl`) AS `shipping_method.trackingUrl`, `shipping_method.translation.customFields`, COALESCE(`shipping_method.translation.customFields`,`shipping_method.translation.customFields`) AS `shipping_method.customFields`, `shipping_method.translation.createdAt`, `shipping_method.translation.updatedAt`, `shipping_method.translation.shippingMethodId`, `shipping_method.translation.languageId` FROM `shipping_method` LEFT JOIN (SELECT `shipping_method.translation`.shipping_method_id, `shipping_method.translation`.name AS `shipping_method.translation.name`, `shipping_method.translation`.description AS `shipping_method.translation.description`, `shipping_method.translation`.tracking_url AS `shipping_method.translation.trackingUrl`, `shipping_method.translation`.custom_fields AS `shipping_method.translation.customFields`, `shipping_method.translation`.created_at AS `shipping_method.translation.createdAt`, `shipping_method.translation`.updated_at AS `shipping_method.translation.updatedAt`, `shipping_method.translation`.shipping_method_id AS `shipping_method.translation.shippingMethodId`, `shipping_method.translation`.language_id AS `shipping_method.translation.languageId` FROM `shipping_method_translation` `shipping_method.translation` WHERE `shipping_method.translation`.language_id = ?) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation`.`shipping_method_id` = `shipping_method`.`id` LEFT JOIN `delivery_time` `shipping_method.deliveryTime` ON `shipping_method`.`delivery_time_id` = `shipping_method.deliveryTime`.`id` LEFT JOIN `app_shipping_method` `shipping_method.appShippingMethod` ON `shipping_method`.`id` = `shipping_method.appShippingMethod`.`shipping_method_id` LEFT JOIN `media` `shipping_method.media` ON `shipping_method`.`media_id` = `shipping_method.media`.`id` LEFT JOIN (SELECT `shipping_method.deliveryTime.translation`.delivery_time_id, `shipping_method.deliveryTime.translation`.name AS `shipping_method.deliveryTime.translation.name`, `shipping_method.deliveryTime.translation`.custom_fields AS `shipping_method.deliveryTime.translation.customFields`, `shipping_method.deliveryTime.translation`.created_at AS `shipping_method.deliveryTime.translation.createdAt`, `shipping_method.deliveryTime.translation`.updated_at AS `shipping_method.deliveryTime.translation.updatedAt`, `shipping_method.deliveryTime.translation`.delivery_time_id AS `shipping_method.deliveryTime.translation.deliveryTimeId`, `shipping_method.deliveryTime.translation`.language_id AS `shipping_method.deliveryTime.translation.languageId` FROM `delivery_time_translation` `shipping_method.deliveryTime.translation` WHERE `shipping_method.deliveryTime.translation`.language_id = ?) `shipping_method.deliveryTime.delivery_time_translation` ON `shipping_method.deliveryTime.delivery_time_translation`.`delivery_time_id` = `shipping_method.deliveryTime`.`id` LEFT JOIN (SELECT `shipping_method.media.translation`.media_id, `shipping_method.media.translation`.title AS `shipping_method.media.translation.title`, `shipping_method.media.translation`.alt AS `shipping_method.media.translation.alt`, `shipping_method.media.translation`.custom_fields AS `shipping_method.media.translation.customFields`, `shipping_method.media.translation`.created_at AS `shipping_method.media.translation.createdAt`, `shipping_method.media.translation`.updated_at AS `shipping_method.media.translation.updatedAt`, `shipping_method.media.translation`.media_id AS `shipping_method.media.translation.mediaId`, `shipping_method.media.translation`.language_id AS `shipping_method.media.translation.languageId` FROM `media_translation` `shipping_method.media.translation` WHERE `shipping_method.media.translation`.language_id = ?) `shipping_method.media.media_translation` ON `shipping_method.media.media_translation`.`media_id` = `shipping_method.media`.`id` WHERE `shipping_method`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x10¡\x02ßOÌB”¶©\x04˜úu&¼"
]
22 0.20 ms
# base-context-factory::cash-rounding::search-ids
SELECT `currency_country_rounding`.`id` FROM `currency_country_rounding` WHERE (`currency_country_rounding`.`currency_id` = ? AND `currency_country_rounding`.`country_id` = ?) LIMIT 1
Parameters:
[
  b"·ÒUK\fèGÍ‚ó¬›ÑÀßÊ"
  b"|D\x11)ç:OêŽ"\x0EG\x14\x17"
]
23 0.78 ms
SHOW COLUMNS FROM `cart` WHERE `Field` LIKE ?
Parameters:
[
  "payload"
]
24 0.12 ms
#cart-persister::load
                SELECT `cart`.`cart` AS payload, `cart`.`rule_ids`, 0 AS `compressed` FROM cart WHERE `token` = ?
Parameters:
[
  "QEW3qSVKeGi0rGVVtOpgxW8lxTXev0KP"
]
25 0.58 ms
# cart-rule-loader::load-rules::search-ids
SELECT `rule`.`id` FROM `rule` ORDER BY `rule`.`priority` DESC, `rule`.`id` ASC LIMIT 500
Parameters:
[]
26 2.34 ms
# cart-rule-loader::load-rules::read
SELECT `rule`.`id` AS `rule.id`, `rule`.`name` AS `rule.name`, `rule`.`priority` AS `rule.priority`, `rule`.`description` AS `rule.description`, `rule`.`payload` AS `rule.payload`, `rule`.`invalid` AS `rule.invalid`, `rule`.`areas` AS `rule.areas`, `rule`.`custom_fields` AS `rule.customFields`, `rule`.`module_types` AS `rule.moduleTypes`, `rule`.`created_at` AS `rule.createdAt`, `rule`.`updated_at` AS `rule.updatedAt` FROM `rule` WHERE `rule`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  b"\x00Ѭ╩£¶A\x00ì0:âdØñª"
  b"\x01.\x00/;ÇA\x07žåç\x18Õ2üÆ"
  b"\x01ø&/ŃCú•°=7.ÞU£"
  b"\x024¼˜‚¢F\x14™búb\x07©\x18Î"
  b"\x03*£—\x1AÔJü°—™a‡¿ôF"
  b"\x03wØÒÅÃN║ªX╦╩!ÕHã"
  b"\x03Šüf3\x03D2ž"Á[øm¨ã"
  b"\x04_(üP>A—¹Ôn\x0Fõ’\x16Õ"
  b"\x04qÒ╠X#C\x11ìíì]]¤¦H"
  b"\x04õ~7’\x1AEd©ñ˜kÄ×\x00,"
  b"\x06_§âÄûA\x07ŽYæFù\x18"
  b"\x07\x12▒ζNF@É\x02âÔ│m_³"
  b"\x07\x1DóPƒnN■ÉàC >þº9"
  b"\x08¾gê61A´ˆÁ<\x01B¥ã^"
  b"\x08¾\x03òÉ HìÆïÁ¬B)MT"
  b"\t\x10┐7û\x14E\x1AÅ`ð▒!^─÷"
  b"\t\x1Aç)?rK!°Ñha\x1EŠ;,"
  b"\tw„ã‡\x06Mò¨ç©(\x1EöÆÜ"
  b"""
    \n
    \x0E█ƒH®×S\x10_Ë*Ø\e
    """
  b"""
    \n
    Ö\àŽ'EO¹îè\f”<Ê\x0E
    """
  b"\fx†ªZÐJcŒ"Zr˜_Ú|"
  b"""
    \r?P{q\x17E\n
    £ìëTƒ‹çj
    """
  b"\rB‚,öÖCª›ahd†’t<"
  b"\x0E\edýˆ¥D£å“/Œ¿'p"
  b"\x0ER…\x1A€TO?°%%¼4a\x10"
  b"\x0Etì®\x00&DâœÇýF|2\x12õ"
  b"\x0E┼%SñLC>ü)\x07ÍÍ┐ý┘"
  b"\x0E÷5q¦ÈK\x02²f„\x14y&Û~"
  b"\x0F<pi\x01ü@*Øà▀ÃÊ╗║£"
  b"\x0FÚÿ\vØðNï»É®¤3ääC"
  b"""
    \x10\n
    Ä]°;@)ˆ:ä~Jž\x12ð
    """
  b"\x106 ÃÉÌGf¸ÚüöŠ\eš×"
  b"\x11«\x07!•{Oê…ßf}j«Zr"
  b"\x11ـ箠L”š®éÊ]îáì"
  b"\x12]”û~²M烡tPá6\x05Ú"
  b"""
    \x12w>\x7F\r0BÈœˆH7\n
    Cêj
    """
  b"\x12ÉâzíæO5‘ÜFp̦…Ã"
  b"\x12¦²\x05Æ\F─ü\x18Dõ`Û\x1D"
  b"\x13\x08ÍpD훂Õæ¸dÐ\"
  b"\x13ÄiZ“\x1AH¡™Dì2©›\x19û"
  b"\x14\x08êøyjI‡¿øó@<™¶0"
  b"\x15t‘µØæLn™ëxB\e®Ðé"
  b"\x16ó\x07]Ø■Nêà2=üW\x12XD"
  b"\x16»~W#\fN\x11Ø╠ï¦\x03L©ì"
  b"\x18\r\x01ª’È@X³\x16JíAN\x03\x10"
  b"\x18ºÁö"WK휡ó@6Y¡ˆ"
  b"\x18Ñ2ì©tBî±j\x1EçæÖ÷§"
  b"\x18òæ–P£A\e”@G\x11õÿúà"
  b"\x19\x1FôI”1Inš·´4êóá¨"
  b"\x19QbDùgFt‘æyžR×Û9"
  b"\x19¸3$\f,Mï— dqúKn>"
  b"\x1AëêŒ\eÆMw‡®r;\x1DÒr0"
  b"\eK|‘¯ÀKï³Üõ‚ÿê§P"
  b"\eg,<6çLÚ§\tÝ\x0Fsÿv¡"
  b"\ezHÖ╣█K®ªi6í*ÅÁ\x16"
  b"\e\x03»\x18’C¯¢Ì\rÓÚKjT"
  b"\eô\┬\x08║AëªÉޥɱ\x14."
  b"\eãÍ%›pC¿‡—¼Ìûm–<"
  b"\x1DqzOUüLiº²°?09rû"
  b"\x1Fü(\tveD»Ñ│é·ÂV¹!"
  b"\x1F‘FÖ\vùJ׸‘ã\x14\x03Ö˜•"
  b" 8e\x01׶DNØx{\x13}ß┬\x16"
  b"!\x00sqv‹B\x04¸|…<¸d\x0F["
  b"!/l‡Ä¼Aß’.°\x15[Ö–ú"
  b"!·ze–tL\x03¦¹\x1Cé\fB\x1E¼"
  b"#'EU\x0FQAÝ®\x02-|¥uã$"
  b"#·›‹—´JÚ³†4\x04³ä\x14­"
  b"$Q[╝D\x14Kí¬L╔Å\x10ö=´"
  b"$╔bÛ\x13`CËìB\e²z\\x02ó"
  b"$¶áW´\x02BJ│§àÉϺË="
  b"%O\x02\x158ØL0îtalkAõ█"
  b"')Š%‹PAЖoÕ˜ÎÓ{P"
  b"'ÏñÒÎOGÌ„JSò9\x1C\vÖ"
  b")£°×\x11ÇG1ü,9╗ØK\x12}"
  b"\x06\x1EIã™l6\f$´LJ"
  b")└I¼┘ÏA╦▓­Â³ì$Þ'"
  b"*\v7²2\x15I8ªÌß©Èò\x16Œ"
  b"*;\x02î‰\x15Nå•ž=nôdÞŽ"
  b"*r\x08\e\x14üJ┌û¨8ç\x14\x07"
  b"\x16DÉ/M ¥WÛsKg0á"
  b",w\x16Pæ2D▒Âb±É\x14é┼t"
  b"-\x17éÚ#ëIž·"Õt@PAá"
  b"-êsjR\x0EL½”@³))\x08÷$"
  b"-îéÝ¢µJH¦Qä\v‚“\x11ƒ"
  b".ÇBB7¸KS–~lé@od:"
  b"/d▓v1¹JÕÉ┼ö#NÉo\x1C"
  b"/ÿ\x00\x1FĈI\x07¿ºµ\/CL¼"
  b"1nƱÖÔN{‰èª[ðJþ\x1D"
  b"""
    3d\x0FŒ\n
    =N$­_?\x06Ð¥º\x1F
    """
  b"3ª…[j…Dœ²¨ÜµBì_Î"
  b"4P#¤x—HK¥z|Ptõ{˜"
  b"4É¿öÈ'E~ñû¦èÚ%╚Ï"
  b"4╠ÇGíÐNUìo\x08╣±Z=¿"
  b"5Ÿ1z÷ZB³“hü%µ®7N"
  b"7Ø+ëOúL(¢xŠ$.\e­s"
  b"9\x0F6¦ï‗M,îX\x1Cåŵ╗²"
  b":“­ÆÝ–C\e»®ŒœÖì±\x07"
  b":ô¬gj+GiŒu×\x11¿´:\e"
  b"=,ê49–JQ°=³Í\x02S‰Ç"
  b"=º?)x\x10Cq²Ëfëxž†²"
  b">\x1EëǯoB¢¢uªÃÖÇ£¤"
  b">T^&t\@Û§®óe€:~q"
  b"?tÙ±ä\x1CAr«0\x08ÿ.yž\x06"
  b"?ñ~Xž‡Cw®ÀƒÌAhuñ"
  b"A«¡▄╚ËJ┌æ█─\x10\x07Ü"
  b"B<qïn…N'©\x13dßß»?\x1C"
  b"BÁü│£J@µ│O\x0F<Èý°»"
  b"BÈ?ØTåEuñp\x17»:øzÖ"
  b"CjÀðŸGN蹄>³.O¼5"
  b"\x1CA8\x16E¯·R|ac‡\x05O"
  b"D¥€\x03\t0B©…ªmp\x08½ÆÃ"
  b"E3Ž£ø\x03Oœ”W³V¢SR8"
  b"F\x18r\x19[®CŇD)8q¿.r"
  b"\x1E!“\x15I¡¿TgmuyÙ}"
  b"G<w\x1C‹±M<”j™Û²Çt\r"
  b"GS\v\x15}ÐE³ŒE·u#è[+"
  b"G”ó„àåC>¢€Íry°®™"
  b"G %YG[E¨›=ûÐ\x04\x02èY"
  b"HVm\x1E'SE:®ƒWÚ}Ž\r®"
  b"Iwh‰´WNƒ—lðb$åš\x0F"
  b"J\x01WpáÌMó±Kp}Ô\x04Á˜"
  b"J&╗eT¡A>ì&Î.ð^├9"
  b"J.–ëè\x00Iö¯„”ìãÂæ"
  b"K@6þ©\x08Eóë\µª╣ɪ\r"
  b"KR–Ž\t\x17JŠ¤Þuµß½–g"
  b"KÿK\x02╚ÎJÌçrÕ^┤ÉÍ""
  b"K¡Ñ\x7F¨8K\x03ê­?┌É┤Â;"
  b"L<0„°ËM”¾Dä\x19XF\x10\x03"
  b"L_uàç…G\x14’ 1—ÅD4J"
  b"LdÊŠ\x01ŒDæ·ˆ5~—Æg."
  b"\x0FÀ¿¸A8ŠaÞ;j\t"
  b"Mö=\x10»iJÖ‚NöÊÜT%("
  b"NrßÚ(åB7µ%ü\x10r¢m1"
  b"N╬h\x02`ÅKH£Ì©U├RÇZ"
  b"P\x06\x13Ò’ÂMàœX›vuÐ5ô"
  b"PK“0µ|Dž‰f+­21ãp"
  b"P\x7F■T╠«EØ©EÁ®\x08ørÕ"
  b"PýNÅS\x13M\ƒ8Ö\f­£(║"
  b"Rõ▓Òê/Bãöe(ÉÉÄO7"
  b"S<ÛDwyD¹¦K/·¹GÛF"
  b"S“\x12¿ˆ…DÁ¶\x1F\x01bn+0"
  b"TC€n×XFÖ©\x10JT7ëëD"
  b"""
    Tg×═└OBıü)\n
    ─a^£û
    """
  b"UlË!.\x0FM═îüyr]BeÂ"
  b"V4\x01\x0EM¦¨{dSáh§\x7F"
  b"\x17éÚ&@6Éü\x147js-Á"
  b"W╝ON─%E³Ø±üúÙLì'"
  b"X;ð\x1C1:Jl—\x02\x0Eá̺$æ"
  b"XaŒqFIL‚»Ø3‰Q¼uÍ"
  b"\x07þ\x15fJ-ª(Ç$­‘€¡"
  b"XõËù=Ü@®¤ÍVpUùJ("
  b"Y\x1Aó\x07$·Jå¯\x07ÂZ×þ© "
  b"[rì\x1CÈ$@à—ã`3Ñ#0ý"
  b"[™q\vØ\x03F?¦\eË;H^ÅL"
  b"[¥9LjsIÙ²s`ÄSÆ\x01¥"
  b"\\ßÔP!G[¸—0!em”Ã"
  b"]\x17┴[|#C7؃\fÙ³ƒ\x0F1"
  b"]"D‘\x04>Li†£(êØe\x17¾"
  b"]Ç▒ß×tG¯ÿbÉ╔÷Á8\x00"
  b"^\vQüÑôG8£ùRF\x13§K¥"
  b"_¢█ÕÓ\x1EI¾░Wõ,ÒëÅ\x08"
  b"`£<\x1C_œFÀ¤š\x1Dnw·²|"
  b"`ð“sLBL)„ÐñZ!eµ—"
  b"a▄e\f\fÛIeÉÛ╠-╠\x1FÃ‗"
  b"b”I\x04ë;M¬™‘·ä-—Ük"
  b"c\vN²X—EW±°ñR>‹1‹"
  b"""
    \n
    !&ÚL#¦±]Þ…Bz“
    """
  b"e\x1C\f‘£qN›˜”4¯q…+\n"
  b"e|¿ÿšeBTŠ“+ù\x02\x03'c"
  b"f\x0Fñ XœN¦¹K¼š¿[ƒ\n"
  b"gL­´ß/Mç¶Pã\x1EÔÔ¬E"
  b"g”W¶o²Fp²&Qšx…È\x11"
  b"gøÕT=╔F═ì▄nBä▓╩®"
  b"gî‹ñõ\x11NÒ®•ÔÈàæe¯"
  b"h,1\x12\tO/ˆ7U7m\rð:"
  b"h6ÑW°DBô­ã\x17@°Ÿ¾Ð"
  b"\x1D\x1EfJ­ñËÅË▓¹└["
  b"h—ñ$\x19áJŠ±^ý[ÅA;5"
  b"h°Š\x07sgI>’}³­÷ƒR®"
  b"iX¢_¶ØK\x1D½îKA\x1EùÈi"
  b"iÉEôË┴O$░è▄r/┼╝s"
  b"i¾c\¶ßKÛ¹lý\x16Ìæšã"
  b"j\x17Ó\x1EAãKó”AܾÂEº¹"
  b"""
    j½/N¯=DØ´í\n
    (Õ$'\x1C
    """
  b"kÜR0BiF„¼\x1AÞÅ„\x06Ø|"
  b"mêƒ}å+M\x03Ÿ†žåúKŠæ"
  b"më!Ó4³I˜¼ž¡›¢#'\x06"
  b"n*¯ÅRÀAkîù§'Þø'═"
  b"""
    \x07áéÛCò¼\x1F\n
    ¢„\x02\x0E
    """
  b"oI¤ïì3D¾▓▒ø\t\x02ô\x1A"
  b"o_¹░\x19ÅG\x1EÂRÁı=óÔm"
  b"o~VàîVCà—Ý#¸@\x15±‘"
  b"""
    oÙŸA‚öMýŽP%\n
    ú?\x17À
    """
  b"pµ'•xÐIl­_Dc·¼d–"
  b"pÒó©¹▓F~É\x19¾3ß*÷╬"
  b"q┌Ü╔LìK╬ùR¡w├│)D"
  b"s¨–üy@B{’¢F«uâØh"
  b"sı"¥®WFWÅçÄ{¾UÌL"
  b"sõ¦üÈYG\x0F·9S±c\v\x1Al"
  b"tU¨ï½7F\x0FØ▒ÅÂ║\x17¼║"
  b"t‡‹ÕÉÛBž‚ ªÆ‘,g¯"
  b"u<1H§íJ\x02·\x10¾×ª~št"
  b"vû@C\v\x00G\x17œ\n´GKLƒ("
  b"w6ËŸ\x7F¦G? sÖ-$ùu\x1A"
  b"w—\x1Em‡lF\x16±h\x1Aºö¼¡õ"
  b"\x05ñB*KX¢D\x15ãø~^ð"
  b"{µ2\x03Þ\x11OmƒeDùÞöÉÆ"
  b"|‘\x10¬\x11\x05Dδ=ýtšú/’"
  b"|Æ<:¾4G\x18·…º©4~ù/"
  b"~€èlÈëO\¿|C<'¼U·"
  b"\x7F­1Ö\x11sJ\e 8ŽÑæžuÑ"
  b"ÇÌ6÷.oB║«$º╩\eKì1"
  b"üı7YäaM\x06ØB¨@\ePçò"
  b"\x08¬o,ÚK~ˆ™¿7\x08!žÍ"
  b"é\x1C"\x0E`ÔH\x08ìpja©i╝\x07"
  b"""
    ƒ)Dˆ\x04]O5½cÍ\n
    v@\x06O
    """
  b"ƒp~¹ívC$¶=ÊîA¹@\x19"
  b"ƒÆF-£ûGº‹>\x1E%Nó™C"
  b"„ CÈ¢\x12O‘ž6~\x1C\r\x1EŒ{"
  b"„º[9g¤O4ˆ§Lše Õ7"
  b"àO5å]ÈIÙÉ7*î%w╩│"
  b"†‚q\×±DÍ­J–WEFÐ_"
  b"†¹G¢m£Mú‰€\x035ºcp…"
  b"†¼\raÏÆMœŒA„\eÊwDK"
  b"†ë¼\x1C™iDR²ù)îl&yÈ"
  b"†ýÛ\x1857LÚ¨\x0Fep\x03šŒÉ"
  b"\x04¿ÄO\x7FK$™Ö\x07†Ñ‡Oy"
  b"‡tn$V\x17G\x1F¹Ò×9Ö†\j"
  b"‡}Е\x01#DÇ•!£®ŒM\x01\"
  b"ˆ\x19ñM\x1C9K¥©~\x1EI¸c\x1C"
  b"ëC>ó└eN ÅÂ┼Öe╗%ò"
  b"ë╦kø‗fB▓¡r[Øóéƒ~"
  b"‰â\x11ŽÝß@®•úãJx»V¶"
  b"‹oÜ«®cK»†Ö¶\t凕„"
  b"î\x02DIð\x1AGÉ»øá║8Ý\x13)"
  b"ŒVx¶«óJ9†‰vg\vÎ \v"
  b"ìÐv¾.®D╦¡ÊÃ\x13a@‗å"
  b"Ž`\v¼Š¥ClŽ("±1ØmN"
  b"Å.*\x12▄LLï║\x1DÖ9\x06\t"
  b"Éì╩¾~\x08KÕämÝ\x1A¶7\x16g"
  b"ÉÔÿåméKæÂ└(6─ìy|"
  b"‘j\x13×*\x05@\x0Eƒ\f©RP0\x7Fk"
  b"\x08@-b~G\x0F§Åö_°Ó"\x0E"
  b"’2KI¬'Dù¶\x13%YèŸ\x7F«"
  b"Æ|ØÇyxISÑ▒2ÄùпÄ"
  b"öpìÜÝ,DA½èÀ\x07PfcY"
  b"”xµ©÷œMÁš/ÕNó„ô\x00"
  b"”xïQyÛMª²z`\x00Ð*Ó„"
  b"""
    ö┐Ç\n
    Z]NÙÉÙ\x07\x19»\e¯
    """
  b"\x00\eßÕàAX·.'mÑøGX"
  b"\x121BC O œ1Ä;×¢ºE"
  b"•Rçoä—H^»“ ô\x1CoÀ6"
  b"òi\x06c╝╚A\rÖØÖü╗¶\x1Ed"
  b"–DH…@ÆOö€\eÊË·©áŒ"
  b"–Ƽe„¶A(ƒ¿¹óóOþq"
  b"ÿ\x15KÅxlA&ÄSÍ\x15¥Üü\t"
  b"˜u¦Dò\x01KR£~<qêO3¡"
  b"ÿ¼ó³\x11║H\x19âƒÅ>┤=u?"
  b"™ki\x14„ÕNù©À\x11yµ²º,"
  b"šgÔð\x15\K9£¨\x1D@mòµb"
  b"šhKU \x11O±—x0ùW#ÐB"
  b"›%\\ZýGŠ† Gíøs m"
  b"›÷FæfÞEh¼ˆU“@¦ðê"
  b"Ø*Ç×q\x0F@B«µro╝\x7Fè"
  b"ØeZ\x11ûWH┴║V/î.y\x1D"
  b"תYn\x07÷H\vØ┐Î┘=Ù2["
  b"ƒDD ┌ÐK/öOéuì\x12ðò"
  b"ƒ\ßÒMo@¢¿\x1DØ7\x7Fòî$"
  b"ŸfyÞå£Iy„ø™%­\´ "
  b"¡G\rÍ<2F\x16½‹'ø·¯Ïl"
  b"¡H•l\x7F\x02G¿” ˜\vúº!ž"
  b"óDL®╬┤@4Å╬¿6‗ÿÀA"
  b"""
    ¢°>\x0Fq®A\n
    ¦øJj_ó÷U
    """
  b"ú├·>5aAüâÅ,´c½÷©"
  b"¥Œ/\x0E@4B•½€ª\x1FüìV\x0E"
  b"¦\x1D‡N’ÍD˃Ñ#ºLVŠÕ"
  b"¦›'‹H\x19MÁ¢6`\x199æ@\x14"
  b"¿0¾À┌/EÍÇVñé\x06òóü"
  b"¨ª™c’gM\r§«%\x06ÛÁ¬C"
  b"¿═ñÐþèJ/ª±ôR°Øjí"
  b"©JªÚ83FǤë@Ñ\x1C\x16‰£"
  b"©\\x132†l@#ŽG¢Ïÿ\x18\x11L"
  b"©iµw~4DÜŸZ§[\x02[Dx"
  b"""
    ¬\n
    ¿K\x18»Aؽ├8S¾×x 
    """
  b"ªt?G–˜G2“”"'\x07\x00.."
  b"«'¬Šx@A-’ÀdÖ”†$¨"
  b"½)╚│x¢LxÄ┤ÍÓÉÀ\x07}"
  b"«bï¼\x11AKO›œ\x15MM5š<"
  b"¬Uß1ñ\x1AO\x14·Å!;,\rCw"
  b"­h¦šbêO)‘88:%\x1F™ê"
  b"­máF(ÒFïˆNs\x14ú\x14,"
  b"­ÆøW\x1AON—§Žü•ŽÇq\x1A"
  b"¡╚·Ç-▀M?ÉÃ~╦¨¶,\x01"
  b"®ê)Ђ&H7“Üþ¸vȸÎ"
  b"»\x03\x11¾TsD‗½ƒÀ&ÆÅ\x11P"
  b"°&©Å2›D?¬L)¼Ÿ<\x06î"
  b"±;çÚ'ÜEÕ³Y0™ÔZÃh"
  b"±GÄy'àMJ“ò†Ã%ò\x7F\x10"
  b"²'áoöµ@D“Ðý7K [\x16"
  b"²«–¨§ÔEt¬»–ü¨’]…"
  b"³,ÎyOýEÉ›¨Õ:\x17÷\x06¦"
  b"│-JÇ\x01ÖB¾º'KQGÉb`"
  b"""
    ´/8\x13Ö\x10JÉ“·\n
    Ú›„¤ 
    """
  b"┤¢\x16B°ñKÓè\x03pì³\x05¼¿"
  b"Áh═r▄àAÔìqÁ\eØ3!;"
  b"µÚ5ùÁ9BS¥DY;Ž(oô"
  b"·Ù%©É|E\x16¦Ô=êpØÍë"
  b"¸3Öâ„õAKŒYÀÏm®¬."
  b"¹j>êš\rD.¢™‚~\r­\x08\x0E"
  b"¹²9œœiL\x17¯‡þ~\v¯gš"
  b"¾E_ázwI§±‹¨ÜÅM+("
  b"¾j'U\@M†¹V†WO¦n\x14"
  b"¿\x010\x02\x1EwJì±\x1C:‚EM)Œ"
  b"┐└?â\x0EjHð¿\x1CüÓ3Ìí┼"
  b"Â^jÌÂ0Hç…ú–¸Ý[_K"
  b"Â’MPK„@B¯·YC"SË."
  b"Ãjóí>\x1FN£–oÀmÍÓ0Ë"
  b"─┼%\f®ÿB\x15Øs%»╣ÚïE"
  b"Å*E±ãÕA¿’’cíÍÒ-H"
  b"Å1ƒ=%GKç²V®©üS‘Œ"
  b"Źà'4ÁJ\x19…97ëˆ^\x00\x17"
  b"ã\x0FÖ\eüÆDË▓╝Z®s=2­"
  b"Æa3\f+xK¹›±/÷i0Ah"
  b"ƨ\r…¿~O¢„V·—P{ùë"
  b"Ç\x01+C\x17vJí“õV9ìÁhu"
  b"Ç\x07§H•PB™Œ\rì‚\x1D¨ÇS"
  b"Çs¸~ù°B¡¦\x0F\x196a¦²]"
  b"È\x0Exo!—MÊ´z\x15\x02á\x18"
  b"È)“ÚùVC­”\x17g\x01•dì÷"
  b"È55àè—G£ºÅ\x05œ\x07£4¥"
  b"ÈV~¨ÇMMš¡²õ\t\x19¸¢"
  b"╔#┘░╝ðB\x18¼°ü©*\r3"
  b"ÉLÙª\x05·Ge•,öãàÝ’Ð"
  b"É^ì~\x03¡IúƒD™fÐkÂé"
  b"ɤ±ÒBö@%¿\\v˹œþÄ"
  b"ÉÅeó¡ÈCD…ÚÃø\r\x16´y"
  b"Êc¦úÿóD¯­•ˆ\x07\x14ø¢‡"
  b"╩}\x13Ê\x1E╗I▓ä\e\x1E╗ªWìe"
  b"ʵä4.dFù¸·Jˆ!\x0F"
  b"ËÏê]\x7FµF¡¿Ì‰¥#¤‘W"
  b"\x02Òka÷Gqìf│9çÑä\x07"
  b"ÍS§Ú!þCJŽ\x1CÀЕxï)"
  b"ÎQ6Í\x19–@»†ÎtL…w\x15\x1A"
  b"·\x02F²«M\x01¢‘y'Ph%÷"
  b"ÎŽÂhÛàOL…ö\@Û\x1AR7"
  b"Î¥@ü‹¼M)º\x1C‡¼à^Öã"
  b"ÎÀçÊ^ÐCȘï\x12ÎQ)Ñw"
  b"Îäô>\x18‘M½¤xîqC%î¨"
  b"¤êQÅ\fhG?àá}\x05Àò½ü"
  b"¤┤yÙÇZM\x12ØhT7╗ú\x0Fd"
  b"Ðgé\x0Ft?KzžËX·“…J¹"
  b"ðä£Úü?KRÇÉs┬\x1F║ÂË"
  b"ÐŽGð:ÁLƒº\x10\x18¾ÆD¾à"
  b"ÐØ\x14w…\x04G÷£æ\x01\x1Dì\x1Edz"
  b"ÑHȾÓêMfµ\x16«¥\x07\x0F>="
  b"Ѷ>¯æ\x19MS”Û#P³Ö¶ö"
  b"Ó\x01»>yNNIª¸wfˆå6]"
  b"Ô¤)I\x05ÿB\r–Gj¡v+¡Ã"
  b"ÍÝ\x00,3»D9╣É\x1E¨ðä\x16¦"
  b"×\x13\x1Cô7­AR«B”bÖì÷“"
  b"×ï]ÛmŽCK¢k\x1C\x08ëc>á"
  b"Øk‘\x15€ñH\x19¨³\x1FyGÎ|9"
  b"Ù€\x1F]üoNI˜\x14&?Ä\x03Àä"
  b"ÚJp\x12t\x11Bú‘\x0F¬\x02Ü-\x13\x17"
  b"█Fv┐C=GÙë¸üÁDü\x06"
  b"Ûp¶dÅ2NS¼Sˆ¯Ÿ1”Ë"
  b"ÛÞ\x01_s¦B侨A8xë\r¿"
  b"Ü\x1FÎÉ¢@N«„æ@GTl(!"
  b"Ü}\tîõ¥E\x06›;úÏq4ãœ"
  b"ÜÑÄô\x06[KPœf ž£é\x7Fö"
  b"Ý°pÁ9iNl…ÿ²Ýi~!}"
  b"Ýõ‘§rQD.”b5—.÷ã\x00"
  b"Þ2\x1DAÍ‚DÙ’ýER\x16ü±*"
  b"▀ö¦|n\x18Iùìõ©I=/╚┴"
  b"▀¸{\fÀOIºÉ;±«Ñæ¸}"
  b"àp¤×ÿäIâ»y‡5\v§7b"
  b"ࡆ•[\x18A\x12µA”ÁR!Âv"
  b"àÎd!g0N\x1F¬ˆ„\x08Ê~@\x12"
  b"àÛ\x1CiÒ0IvºFÜô-#©ç"
  b"á²l0‰±@´›Ï‡ÿÉØô!"
  b"Ò0\x00³*­J░ر\x16\x19çÊó┘"
  b"""
    õA\x16\n
    vÚE┬ºÛhÚÅü^╩
    """
  b"äu†Ž8KA\tŽóCC“\x1E"
  b"äî‹¢¦’Ew™û)AÐ\x11"
  b"æhý\x1Au+F~¸‡ÎnJÎKT"
  b"þórJjÇI.ØM▒ýe»È«"
  b"çÞ"4‰èDtˆ´tq\x03Å#é"
  b"èŒýˆ.fKÒ¨o;\Ü\x00\x167"
  b"é\x1A\x1EòO^DZªSqX­I¶\x15"
  b"é~>Óü B£°;ÿbîýÅq"
  b"ýãâÀ\n\x05B\x00ûê¤P└ã\x18ì"
  b"ìÉDV!žM^¯pŠl‘ù\x03d"
  b"í“ P\x17÷JR©H“R˜ƒ\x10k"
  b"íõâ!"YL¤¶K\x19\x104Õö\x08"
  b"íú›ëwjMª¥PÌP€¿Ìì"
  b"ï6\x1DvÒ$Nz£Ð@&|hûŸ"
  b"""
    ïžu\x7F¹ÁJ‹¡=’\n
    EþÕ”
    """
  b"´ß┬\x14╝PF\x0F¬\x14Nv¯#BÅ"
  b"""
    ­=H,0ìA┬ÿq\n
    ┐ÜÅ\x1D
    """
  b"­▓¹┴`1M¯ÿÐÃØ┼Cç│"
  b"ñ%ì8‹¬M³±—ÜæH}ÜÃ"
  b"ñre\x18›nMQ§I3.Êù|{"
  b"ñ˜“õí\x1A@“ƒ›äz\x18\x15Tw"
  b"ñêÛ‰Ò\x12E8£`²äGJ1õ"
  b"òÊ6¡ùïO’‹_’t®!l³"
  b"òæ\x1Fò™OÓ¬[ζ—\výø"
  b"óEàü¥þN\x17¯‚J2k>àŠ"
  b"ó·J&úåKêš\x10\x0F¸yòK"
  b"óÌ÷,\e#I¡¿§HÍ:7N\x04"
  b"ôŸ\x1CuJóD²†?‹lþ\x14¾ï"
  b"ôúy\x05v‹EL†R3¦ªh=\x0E"
  b"õâ\x1CÁ\x15ÛNߨÐ\x17 d\x15ÈØ"
  b"õäRÅ·BMªŸûÓ‘øðµ^"
  b"÷ü╚Ûõ\I9û-Ï╬àÑíù"
  b"öß«ÏÃÒEjœ¯ÀƒÊÌ[y"
  b"""
    ÷Ra®‹ÐHz²/\n
    0G×:`
    """
  b"·èLÝü;H‗Âú█÷õL,‗"
  b"·░Q┌Æ║EºògzìÝYã\"
  b"û\x13#ªaZGà€uiØ\x0Ez:/"
  b"³Ø╬M¶àF°¢^!#¨ÿ­À"
  b" T0y\x07\x0FE¾Ö\x17ü¤É_╝·"
  b"ÿ¿áÀ`ÌBdˆþ-¶éȦ8"
  b"""
    \n
    Àɾ@BEk˜e­\x03½ì\x0Eõ
    """
  b"\vm<ϬôJ*Ø*qVþÿÜo"
  b"\x0FlœäÊLEéˆ0žU\x0E^Tt"
  b"=kœ±~ÈMA‰É¢¡Ý¬¿°"
  b"c2ù"╝/K\x16âü\x12\x05┬y,:"
  b"j¼Ìþ\x16,F'é─FØToá\x06"
  b"wubÊ¥ÓLŪ\e¡õNvµø"
  b"—<\f\x00¸\x05Cš«\x02s\x1F¶€ÊZ"
  b"¡Û\x10\x06ßÓG; Ð€Çe\x19::"
  b"¼—ת‰ŽI{›|¿VZ`2»"
  b"ïŽà\x7F1S@ή\x07\rêÝì"
  b"]áfă<IÚÀh)‗qáüÃ"
  b"""
    l\x1D?9Ä`GZ¹~’˹š\n
    Ö
    """
  b"Í╚Þ~¤]I`Ö\x10Ó:\x03\x07┴Å"
  b"óµ‘ñïµMEšôJ•9ŒhI"
  b"\x04:\x18z–VAB‚\x13°@ÿ\x1AÈ‹"
  b"\x04¯þbšžK'šÉ‚d·¦¬ò"
  b"\x07kýÛ¶äB¢¸'ÐÎ\x05\x1A"
  b"""
    \n
    w\x11PßSI]©ùª\x13D-Dv
    """
  b"\rËÓZVRE£Øzax5ý░v"
  b"\x10öå×/fB*Ö7ìØ┤»èw"
  b"\x11^ž•U Mi¿(Œb\r\x06Á™"
  b"\x1A<%\x15Þ‚Hî»È„¥\x1Aœƒè"
  b"\x1C<0åÏýLc¬\x07vAvÑóí"
  b"\x13\x01ˆ©G^Ž†§×GQzÞ"
  b"%\x01\x05<AÓ™}öTœƒÉ "
  b"%X§Èa«A¹­¹58\x08%Bö"
  b"/»hšÇ(C/™Y\x08®s]êÇ"
  b"0­%Bí├O£Ø┌\x1D▄§ùM╩"
  b"1ñ_\x1AÅÄE\x00¢>öv²´1h"
  b"6ùV†ÃfK›µ\x0Eá-\x0F^Ÿè"
  b"8r/\x7FøQAØ»Yêk╝ìÊ\x1D"
  b"?£tÍjUJB¿µz6BhÏ;"
  b"@ûx%V»Av²ÌgØÕX³ò"
  b"A\x0Eמcû@BŠ{$0l˜3ù"
  b"BÅvÃ‗\x15K¦©v^±SÚ¹┘"
  b"E0\x04\x04”/AÒ¥§\x05•ZW@þ"
  b"L`Wl1\x18Cˆš™¡Ø«WUà"
  b"O\ex1›\x05F\x05—aPŸÎ\x19"
  b"WŒå™ÎnIŠ¸l¾Àã\e"
  b"Xp▓é═\x1CAPüÿ*\x10\x04\x0F"
  b"Y┌*\x134¦EÙüÛæKw#í\x02"
  b"\\x05\x11\x18è\x05I¬»!8ñº©\fá"
  b"]õu¿|ìL·˜¡0—‚@cã"
  b"bú†KÐ`CÌ´O}\x02åHyP"
  b"kÅíæ\v¹J¼£tw\x1Aìø¹("
  b"põúœÓ>B°¥Þ¸\x13RxPˆ"
  b"zÉ8\x178)D╣ëX%GÄ\vg\x08"
  b"}É─┐ó¹LØùEÝ╬¸ÁÉZ"
  b"ƒÿ$Cô›D\¿¾¥\e=×s\r"
  b"äÅ\x10\x1A¬èE\vøpdq_°┴Ä"
  b"É├9ô$}H\x15¥Ê(*▄┌┬²"
  b"’¾}\x15…I¾‚˜8\x1FïæI\x19"
  b"“Ó\x00x¸­O\x18¨à‘!†\x10@Y"
  b"”÷\x19\x07\x1FBNÿ¸c¶Æp“ž7"
  b"š$\x06Ã!R@ÿ‚dªt¼à@É"
  b"›J\x12‚‰(K\x12¸¡mä;Õß\x02"
  b"ø■,J;²Jcö‗\x04ìJ§¶("
  b"Ñð\x10ü├▄FYó║j¯h¡pw"
  b"¬³\x06=\x01êBëÖ\x0E½¶▒Å▒*"
  b"®0%£ËúO/»O‹E*ûzƒ"
  b"«ALük[G9ª╬ë│qO+┐"
  b"°KŽàUGN³—\x1CA×ù°9„"
  b"°ô\x16U;òIh€Ä\x10Ð\v\x06\x1ES"
  b"»DŽmæ\x11@ñ —™ƒGXÆ\x03"
  b"¾—O2ã\fD>²Ö\x0Fëñ\x08Îj"
  b"\x19H~\x06¯HYº║É÷C¿{\"
  b"Ã<KÓmdOÓ‚\x7F0BÇ\x11"
  b"ÃÇ;\x1CžvC¹¼žz\råÌ\e¿"
  b"Ä#Ag\x12JEI‡Íf…,òÄ\x06"
  b"╔s╚\x18ôxLbƒ\n\x00É87a"
  b"Ñ_\x13\tN\x10L[¢¯Ò \x1C\e£6"
  b"Óu†Îe†I°¸\x13 f°qró"
  b"Ý\x7F*ßT2L\x15Ÿ¶ô!è°ÌZ"
  b"âV/\x08´¼A_¶­èu­N½Þ"
  b"ã{#UïÛB"€\x0Fsç~¾\x13§"
  b"äNg‚ÆBG·–¸‘Ï%®8÷"
  b"ìWÛ·Ü6J7»œîhê]\x05:"
]
27 0.69 ms
# cart-rule-loader::load-rules::search-ids
SELECT `rule`.`id` FROM `rule` ORDER BY `rule`.`priority` DESC, `rule`.`id` ASC LIMIT 500 OFFSET 500
Parameters:
[]
28 0.31 ms
# cart-rule-loader::load-rules::read
SELECT `rule`.`id` AS `rule.id`, `rule`.`name` AS `rule.name`, `rule`.`priority` AS `rule.priority`, `rule`.`description` AS `rule.description`, `rule`.`payload` AS `rule.payload`, `rule`.`invalid` AS `rule.invalid`, `rule`.`areas` AS `rule.areas`, `rule`.`custom_fields` AS `rule.customFields`, `rule`.`module_types` AS `rule.moduleTypes`, `rule`.`created_at` AS `rule.createdAt`, `rule`.`updated_at` AS `rule.updatedAt` FROM `rule` WHERE `rule`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  b"ø‡T%ÓÞL'ªzReÏ;,å"
  b"ù\x18R‰ qJÊ•jF\x08‘òŸ<"
  b"\fÃáÁÌåO6üãJÏÉæêÑ"
  b"\ex‘À–†I°•\r\v\x10&s?¬"
  b"""
    ]Îx UxEi·0Zð~\x13\n
    À
    """
  b"m▄2>ÂjDz»ýw/‗!Å~"
  b"£Ê]ˆ¡\x00Eb‡Çàœ.b;Q"
  b"²Xì…r©F\x1AŸz‰=‡x“Ê"
  b"ÆÕŒ\x7F®÷J8‹IÃ\x1CŸ‚1Y"
  b"_RÿÂèCE\x1E¶Û&aÛòCã"
]
29 0.53 ms
# app-scripts::refresh::read
SELECT `app`.`id` AS `app.id`, `app`.`name` AS `app.name`, `app`.`path` AS `app.path`, `app`.`author` AS `app.author`, `app`.`copyright` AS `app.copyright`, `app`.`license` AS `app.license`, `app`.`active` AS `app.active`, `app`.`configurable` AS `app.configurable`, `app`.`privacy` AS `app.privacy`, `app`.`version` AS `app.version`, `app`.`icon` AS `app.iconRaw`, `app`.`app_secret` AS `app.appSecret`, `app`.`modules` AS `app.modules`, `app`.`main_module` AS `app.mainModule`, `app`.`cookies` AS `app.cookies`, `app`.`allow_disable` AS `app.allowDisable`, `app`.`base_app_url` AS `app.baseAppUrl`, `app`.`allowed_hosts` AS `app.allowedHosts`, `app`.`template_load_priority` AS `app.templateLoadPriority`, `app`.`integration_id` AS `app.integrationId`, `app.integration`.`id` AS `app.integration.id`, `app.integration`.`label` AS `app.integration.label`, `app.integration`.`access_key` AS `app.integration.accessKey`, `app.integration`.`secret_access_key` AS `app.integration.secretAccessKey`, `app.integration`.`last_usage_at` AS `app.integration.lastUsageAt`, `app.integration`.`admin` AS `app.integration.admin`, `app.integration`.`custom_fields` AS `app.integration.customFields`, `app.integration`.`deleted_at` AS `app.integration.deletedAt`, `app.integration`.`write_access` AS `app.integration.writeAccess`, `app.integration`.`created_at` AS `app.integration.createdAt`, `app.integration`.`updated_at` AS `app.integration.updatedAt`, `app`.`acl_role_id` AS `app.aclRoleId`, `app.aclRole`.`id` AS `app.aclRole.id`, `app.aclRole`.`name` AS `app.aclRole.name`, `app.aclRole`.`description` AS `app.aclRole.description`, `app.aclRole`.`privileges` AS `app.aclRole.privileges`, `app.aclRole`.`deleted_at` AS `app.aclRole.deletedAt`, `app.aclRole`.`created_at` AS `app.aclRole.createdAt`, `app.aclRole`.`updated_at` AS `app.aclRole.updatedAt`, `app`.`created_at` AS `app.createdAt`, `app`.`updated_at` AS `app.updatedAt`, `app.translation.label`, COALESCE(`app.translation.label`,`app.translation.label`) AS `app.label`, `app.translation.description`, COALESCE(`app.translation.description`,`app.translation.description`) AS `app.description`, `app.translation.privacyPolicyExtensions`, COALESCE(`app.translation.privacyPolicyExtensions`,`app.translation.privacyPolicyExtensions`) AS `app.privacyPolicyExtensions`, `app.translation.customFields`, COALESCE(`app.translation.customFields`,`app.translation.customFields`) AS `app.customFields`, `app.translation.createdAt`, `app.translation.updatedAt`, `app.translation.appId`, `app.translation.languageId` FROM `app` LEFT JOIN (SELECT `app.translation`.app_id, `app.translation`.label AS `app.translation.label`, `app.translation`.description AS `app.translation.description`, `app.translation`.privacy_policy_extensions AS `app.translation.privacyPolicyExtensions`, `app.translation`.custom_fields AS `app.translation.customFields`, `app.translation`.created_at AS `app.translation.createdAt`, `app.translation`.updated_at AS `app.translation.updatedAt`, `app.translation`.app_id AS `app.translation.appId`, `app.translation`.language_id AS `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation`.language_id = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` LEFT JOIN `integration` `app.integration` ON `app`.`integration_id` = `app.integration`.`id` LEFT JOIN `acl_role` `app.aclRole` ON `app`.`acl_role_id` = `app.aclRole`.`id` WHERE (`app`.`active` = ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  true
]
30 0.39 ms
SELECT LOWER(HEX(`script`.`app_id`)) AS `app_id`,
                   `script`.`name` AS scriptName,
                   `script`.`script` AS script,
                   `script`.`hook` AS hook,
                   IFNULL(`script`.`updated_at`, `script`.`created_at`) AS lastModified,
                   `app`.`name` AS appName,
                   LOWER(HEX(`app`.`integration_id`)) AS integrationId,
                   `app`.`version` AS appVersion,
                   `script`.`active` AS active
            FROM `script`
            LEFT JOIN `app` ON `script`.`app_id` = `app`.`id`
            WHERE `script`.`hook` != 'include'
            ORDER BY `app`.`created_at`, `app`.`id`, `script`.`name`
Parameters:
[]
31 0.19 ms
SELECT LOWER(HEX(`script`.`app_id`)) AS `app_id`,
                   `script`.`name` AS name,
                   `script`.`script` AS script,
                   `app`.`name` AS appName,
                   LOWER(HEX(`app`.`integration_id`)) AS integrationId,
                   IFNULL(`script`.`updated_at`, `script`.`created_at`) AS lastModified
            FROM `script`
            LEFT JOIN `app` ON `script`.`app_id` = `app`.`id`
            WHERE `script`.`hook` = 'include'
            ORDER BY `app`.`created_at`, `app`.`id`, `script`.`name`
Parameters:
[]
32 0.23 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` = ?)) AND (`country`.`id` IN (?)) GROUP BY `country`.`id`
Parameters:
[
  b"?÷ÈŸ#3GÔ¿„ý–|1‘^"
  b"|D\x11)ç:OêŽ"\x0EG\x14\x17"
]
33 0.47 ms
# app-scripts::refresh::read
SELECT `app`.`id` AS `app.id`, `app`.`name` AS `app.name`, `app`.`path` AS `app.path`, `app`.`author` AS `app.author`, `app`.`copyright` AS `app.copyright`, `app`.`license` AS `app.license`, `app`.`active` AS `app.active`, `app`.`configurable` AS `app.configurable`, `app`.`privacy` AS `app.privacy`, `app`.`version` AS `app.version`, `app`.`icon` AS `app.iconRaw`, `app`.`app_secret` AS `app.appSecret`, `app`.`modules` AS `app.modules`, `app`.`main_module` AS `app.mainModule`, `app`.`cookies` AS `app.cookies`, `app`.`allow_disable` AS `app.allowDisable`, `app`.`base_app_url` AS `app.baseAppUrl`, `app`.`allowed_hosts` AS `app.allowedHosts`, `app`.`template_load_priority` AS `app.templateLoadPriority`, `app`.`integration_id` AS `app.integrationId`, `app.integration`.`id` AS `app.integration.id`, `app.integration`.`label` AS `app.integration.label`, `app.integration`.`access_key` AS `app.integration.accessKey`, `app.integration`.`secret_access_key` AS `app.integration.secretAccessKey`, `app.integration`.`last_usage_at` AS `app.integration.lastUsageAt`, `app.integration`.`admin` AS `app.integration.admin`, `app.integration`.`custom_fields` AS `app.integration.customFields`, `app.integration`.`deleted_at` AS `app.integration.deletedAt`, `app.integration`.`write_access` AS `app.integration.writeAccess`, `app.integration`.`created_at` AS `app.integration.createdAt`, `app.integration`.`updated_at` AS `app.integration.updatedAt`, `app`.`acl_role_id` AS `app.aclRoleId`, `app.aclRole`.`id` AS `app.aclRole.id`, `app.aclRole`.`name` AS `app.aclRole.name`, `app.aclRole`.`description` AS `app.aclRole.description`, `app.aclRole`.`privileges` AS `app.aclRole.privileges`, `app.aclRole`.`deleted_at` AS `app.aclRole.deletedAt`, `app.aclRole`.`created_at` AS `app.aclRole.createdAt`, `app.aclRole`.`updated_at` AS `app.aclRole.updatedAt`, `app`.`created_at` AS `app.createdAt`, `app`.`updated_at` AS `app.updatedAt`, `app.translation.label`, COALESCE(`app.translation.label`,`app.translation.label`) AS `app.label`, `app.translation.description`, COALESCE(`app.translation.description`,`app.translation.description`) AS `app.description`, `app.translation.privacyPolicyExtensions`, COALESCE(`app.translation.privacyPolicyExtensions`,`app.translation.privacyPolicyExtensions`) AS `app.privacyPolicyExtensions`, `app.translation.customFields`, COALESCE(`app.translation.customFields`,`app.translation.customFields`) AS `app.customFields`, `app.translation.createdAt`, `app.translation.updatedAt`, `app.translation.appId`, `app.translation.languageId` FROM `app` LEFT JOIN (SELECT `app.translation`.app_id, `app.translation`.label AS `app.translation.label`, `app.translation`.description AS `app.translation.description`, `app.translation`.privacy_policy_extensions AS `app.translation.privacyPolicyExtensions`, `app.translation`.custom_fields AS `app.translation.customFields`, `app.translation`.created_at AS `app.translation.createdAt`, `app.translation`.updated_at AS `app.translation.updatedAt`, `app.translation`.app_id AS `app.translation.appId`, `app.translation`.language_id AS `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation`.language_id = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` LEFT JOIN `integration` `app.integration` ON `app`.`integration_id` = `app.integration`.`id` LEFT JOIN `acl_role` `app.aclRole` ON `app`.`acl_role_id` = `app.aclRole`.`id` WHERE (`app`.`active` = ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  true
]
34 0.39 ms
SELECT LOWER(HEX(`script`.`app_id`)) AS `app_id`,
                   `script`.`name` AS scriptName,
                   `script`.`script` AS script,
                   `script`.`hook` AS hook,
                   IFNULL(`script`.`updated_at`, `script`.`created_at`) AS lastModified,
                   `app`.`name` AS appName,
                   LOWER(HEX(`app`.`integration_id`)) AS integrationId,
                   `app`.`version` AS appVersion,
                   `script`.`active` AS active
            FROM `script`
            LEFT JOIN `app` ON `script`.`app_id` = `app`.`id`
            WHERE `script`.`hook` != 'include'
            ORDER BY `app`.`created_at`, `app`.`id`, `script`.`name`
Parameters:
[]
35 0.19 ms
SELECT LOWER(HEX(`script`.`app_id`)) AS `app_id`,
                   `script`.`name` AS name,
                   `script`.`script` AS script,
                   `app`.`name` AS appName,
                   LOWER(HEX(`app`.`integration_id`)) AS integrationId,
                   IFNULL(`script`.`updated_at`, `script`.`created_at`) AS lastModified
            FROM `script`
            LEFT JOIN `app` ON `script`.`app_id` = `app`.`id`
            WHERE `script`.`hook` = 'include'
            ORDER BY `app`.`created_at`, `app`.`id`, `script`.`name`
Parameters:
[]
36 0.36 ms
SELECT configuration_key, configuration_value FROM system_config WHERE (sales_channel_id = ?) AND (configuration_key LIKE ?) ORDER BY sales_channel_id ASC
Parameters:
[
  b"?÷ÈŸ#3GÔ¿„ý–|1‘^"
  "Sendinblue.%"
]
37 0.16 ms
SELECT `name`, `path`, `author`
                FROM `app`
                WHERE `active` = 1
Parameters:
[]
38 0.21 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:
[]
39 0.23 ms
SELECT LOWER(HEX(language.id)) AS array_key, LOWER(HEX(language.id)) AS id, locale.code, LOWER(HEX(language.parent_id)) parentId FROM language LEFT JOIN locale locale ON language.translation_code_id = locale.id
Parameters:
[]
40 0.12 ms
SELECT LOWER(HEX(id)) FROM snippet_set WHERE iso = ?
Parameters:
[
  "de-DE"
]
41 0.12 ms
SELECT iso FROM snippet_set WHERE id = ?
Parameters:
[
  b"ÇŪ¢)€HZ‹è«©©Ró—"
]
42 0.18 ms
SELECT LOWER(HEX(theme.id)) themeId, theme.technical_name AS themeName, parentTheme.technical_name AS parentThemeName
            FROM sales_channel
                LEFT JOIN theme_sales_channel ON sales_channel.id = theme_sales_channel.sales_channel_id
                LEFT JOIN theme ON theme_sales_channel.theme_id = theme.id
                LEFT JOIN theme AS parentTheme ON parentTheme.id = theme.parent_theme_id
            WHERE sales_channel.id = ?
Parameters:
[
  b"?÷ÈŸ#3GÔ¿„ý–|1‘^"
]
43 0.12 ms
SELECT `base_class` AS `baseClass`, `author`
                FROM `plugin`
Parameters:
[]
44 0.12 ms
SELECT `base_class` AS `baseClass`, `author`
                FROM `plugin`
Parameters:
[]
45 0.17 ms
SELECT `base_class` AS `baseClass`, `author`
                FROM `plugin`
Parameters:
[]
46 0.11 ms
SELECT `base_class` AS `baseClass`, `author`
                FROM `plugin`
Parameters:
[]
47 0.15 ms
SELECT `base_class` AS `baseClass`, `author`
                FROM `plugin`
Parameters:
[]
48 0.16 ms
SELECT `base_class` AS `baseClass`, `author`
                FROM `plugin`
Parameters:
[]
49 0.11 ms
SELECT `base_class` AS `baseClass`, `author`
                FROM `plugin`
Parameters:
[]
50 0.10 ms
SELECT `base_class` AS `baseClass`, `author`
                FROM `plugin`
Parameters:
[]
51 0.12 ms
SELECT `base_class` AS `baseClass`, `author`
                FROM `plugin`
Parameters:
[]
52 0.13 ms
SELECT `base_class` AS `baseClass`, `author`
                FROM `plugin`
Parameters:
[]
53 0.15 ms
SELECT `base_class` AS `baseClass`, `author`
                FROM `plugin`
Parameters:
[]
54 0.11 ms
SELECT `base_class` AS `baseClass`, `author`
                FROM `plugin`
Parameters:
[]
55 0.11 ms
SELECT `base_class` AS `baseClass`, `author`
                FROM `plugin`
Parameters:
[]
56 0.16 ms
SELECT `base_class` AS `baseClass`, `author`
                FROM `plugin`
Parameters:
[]
57 0.33 ms
SELECT translation_key, value FROM snippet WHERE snippet_set_id = ?
Parameters:
[
  b"ÇŪ¢)€HZ‹è«©©Ró—"
]
58 2.21 ms
# theme-service::load-config::read
SELECT `theme`.`id` AS `theme.id`, `theme`.`technical_name` AS `theme.technicalName`, `theme`.`name` AS `theme.name`, `theme`.`author` AS `theme.author`, `theme`.`preview_media_id` AS `theme.previewMediaId`, `theme`.`parent_theme_id` AS `theme.parentThemeId`, `theme`.`theme_json` AS `theme.themeJson`, `theme`.`base_config` AS `theme.baseConfig`, `theme`.`config_values` AS `theme.configValues`, `theme`.`active` AS `theme.active`, `theme`.`created_at` AS `theme.createdAt`, `theme`.`updated_at` AS `theme.updatedAt`, `theme.translation.description`, COALESCE(`theme.translation.description`,`theme.translation.description`) AS `theme.description`, `theme.translation.labels`, COALESCE(`theme.translation.labels`,`theme.translation.labels`) AS `theme.labels`, `theme.translation.helpTexts`, COALESCE(`theme.translation.helpTexts`,`theme.translation.helpTexts`) AS `theme.helpTexts`, `theme.translation.customFields`, COALESCE(`theme.translation.customFields`,`theme.translation.customFields`) AS `theme.customFields`, `theme.translation.createdAt`, `theme.translation.updatedAt`, `theme.translation.themeId`, `theme.translation.languageId` FROM `theme` LEFT JOIN (SELECT `theme.translation`.theme_id, `theme.translation`.description AS `theme.translation.description`, `theme.translation`.labels AS `theme.translation.labels`, `theme.translation`.help_texts AS `theme.translation.helpTexts`, `theme.translation`.custom_fields AS `theme.translation.customFields`, `theme.translation`.created_at AS `theme.translation.createdAt`, `theme.translation`.updated_at AS `theme.translation.updatedAt`, `theme.translation`.theme_id AS `theme.translation.themeId`, `theme.translation`.language_id AS `theme.translation.languageId` FROM `theme_translation` `theme.translation` WHERE `theme.translation`.language_id = ?) `theme.theme_translation` ON `theme.theme_translation`.`theme_id` = `theme`.`id`
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
]
59 0.52 ms
# theme-service::resolve-media::read
SELECT `media`.`id` AS `media.id`, `media`.`user_id` AS `media.userId`, `media`.`media_folder_id` AS `media.mediaFolderId`, `media`.`mime_type` AS `media.mimeType`, `media`.`file_extension` AS `media.fileExtension`, `media`.`uploaded_at` AS `media.uploadedAt`, `media`.`file_name` AS `media.fileName`, `media`.`file_size` AS `media.fileSize`, `media`.`media_type` AS `media.mediaTypeRaw`, `media`.`meta_data` AS `media.metaData`, `media`.`config` AS `media.config`, `media`.`path` AS `media.path`, `media`.`private` AS `media.private`, `media`.`thumbnails_ro` AS `media.thumbnailsRo`, `media`.`created_at` AS `media.createdAt`, `media`.`updated_at` AS `media.updatedAt`, `media.translation.title`, COALESCE(`media.translation.title`,`media.translation.title`) AS `media.title`, `media.translation.alt`, COALESCE(`media.translation.alt`,`media.translation.alt`) AS `media.alt`, `media.translation.customFields`, COALESCE(`media.translation.customFields`,`media.translation.customFields`) AS `media.customFields`, `media.translation.createdAt`, `media.translation.updatedAt`, `media.translation.mediaId`, `media.translation.languageId` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media`.`media_folder_id` = `media.mediaFolder`.`id` LEFT JOIN (SELECT `media.translation`.media_id, `media.translation`.title AS `media.translation.title`, `media.translation`.alt AS `media.translation.alt`, `media.translation`.custom_fields AS `media.translation.customFields`, `media.translation`.created_at AS `media.translation.createdAt`, `media.translation`.updated_at AS `media.translation.updatedAt`, `media.translation`.media_id AS `media.translation.mediaId`, `media.translation`.language_id AS `media.translation.languageId` FROM `media_translation` `media.translation` WHERE `media.translation`.language_id = ?) `media.media_translation` ON `media.media_translation`.`media_id` = `media`.`id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder`.`default_folder_id` = `media.mediaFolder.defaultFolder`.`id` WHERE (((`media`.`private` = ? OR (`media`.`private` = ? AND `media.mediaFolder.defaultFolder`.`entity` = ?)))) AND (`media`.`id` IN (?, ?, ?, ?, ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  false
  true
  "product_download"
  b"Úré”úíBð =W!q\öñ"
  b"çD´¥\x11MGÅ´‰†C\x18\x11ã\t"
  b"!§p½ù·L?¢TbÉÀw‗6"
  b"\x06ìCùÂ\x11CRÂEî\x19└Ç═5"
  b"\x01ŽW\x1Dp_r&«ò\x12a˜‹9\x06"
]
60 0.55 ms
SELECT `rule`.`id` AS `rule.id`, `rule`.`name` AS `rule.name`, `rule`.`priority` AS `rule.priority`, `rule`.`description` AS `rule.description`, `rule`.`payload` AS `rule.payload`, `rule`.`invalid` AS `rule.invalid`, `rule`.`areas` AS `rule.areas`, `rule`.`custom_fields` AS `rule.customFields`, `rule`.`module_types` AS `rule.moduleTypes`, `rule`.`created_at` AS `rule.createdAt`, `rule`.`updated_at` AS `rule.updatedAt` FROM `rule` WHERE `rule`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  b"\x00Ѭ╩£¶A\x00ì0:âdØñª"
  b"\x04õ~7’\x1AEd©ñ˜kÄ×\x00,"
  b"\x06_§âÄûA\x07ŽYæFù\x18"
  b"""
    \n
    Ö\àŽ'EO¹îè\f”<Ê\x0E
    """
  b"\x0E\edýˆ¥D£å“/Œ¿'p"
  b"""
    \x10\n
    Ä]°;@)ˆ:ä~Jž\x12ð
    """
  b"\x12ÉâzíæO5‘ÜFp̦…Ã"
  b"\x15t‘µØæLn™ëxB\e®Ðé"
  b"\x16ó\x07]Ø■Nêà2=üW\x12XD"
  b"\x16»~W#\fN\x11Ø╠ï¦\x03L©ì"
  b"\x19¸3$\f,Mï— dqúKn>"
  b"BÁü│£J@µ│O\x0F<Èý°»"
  b"K¡Ñ\x7F¨8K\x03ê­?┌É┤Â;"
  b"N╬h\x02`ÅKH£Ì©U├RÇZ"
  b"S“\x12¿ˆ…DÁ¶\x1F\x01bn+0"
  b"""
    Tg×═└OBıü)\n
    ─a^£û
    """
  b"UlË!.\x0FM═îüyr]BeÂ"
  b"`ð“sLBL)„ÐñZ!eµ—"
  b"gøÕT=╔F═ì▄nBä▓╩®"
  b"\x1D\x1EfJ­ñËÅË▓¹└["
  b"n*¯ÅRÀAkîù§'Þø'═"
  b"""
    oÙŸA‚öMýŽP%\n
    ú?\x17À
    """
  b"pÒó©¹▓F~É\x19¾3ß*÷╬"
  b"†ýÛ\x1857LÚ¨\x0Fep\x03šŒÉ"
  b"‡tn$V\x17G\x1F¹Ò×9Ö†\j"
  b"Ž`\v¼Š¥ClŽ("±1ØmN"
  b"»\x03\x11¾TsD‗½ƒÀ&ÆÅ\x11P"
  b"┤¢\x16B°ñKÓè\x03pì³\x05¼¿"
  b"¾E_ázwI§±‹¨ÜÅM+("
  b"Źà'4ÁJ\x19…97ëˆ^\x00\x17"
  b"É^ì~\x03¡IúƒD™fÐkÂé"
  b"Øk‘\x15€ñH\x19¨³\x1FyGÎ|9"
  b"Ü\x1FÎÉ¢@N«„æ@GTl(!"
  b"èŒýˆ.fKÒ¨o;\Ü\x00\x167"
  b"òæ\x1Fò™OÓ¬[ζ—\výø"
  b"\x0FlœäÊLEéˆ0žU\x0E^Tt"
  b"—<\f\x00¸\x05Cš«\x02s\x1F¶€ÊZ"
  b"¡Û\x10\x06ßÓG; Ð€Çe\x19::"
  b"""
    \n
    w\x11PßSI]©ùª\x13D-Dv
    """
  b"äNg‚ÆBG·–¸‘Ï%®8÷"
  b"m▄2>ÂjDz»ýw/‗!Å~"
]

Database Connections

Name Service
0 default

Entity Managers

There are no configured entity managers.

Second Level Cache

Second Level Cache is not enabled.