GET https://shopware66.sonnenmax.de/account/profile

Query Metrics

34 Database Queries
34 Different statements
15.87 ms Query time

Queries

Group similar statements

# Time Info
1 0.39 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.49 ms
SELECT `key`, `value` FROM `app_config`
Parameters:
[]
3 0.27 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:
[]
4 0.61 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.30 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"╣,Zç<1I³Ø-W£ûqÐÿ"
  "account/profile"
  "account/profile/"
]
6 0.20 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"╣,Zç<1I³Ø-W£ûqÐÿ"
  "/account/profile"
]
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:
[
  "//account/profile"
  "/account/profile"
  "https://shopware66.sonnenmax.de/account/profile"
  "https://shopware66.sonnenmax.de//account/profile"
  "/account/profile"
  "//account/profile"
  "account/profile"
  true
  b"╣,Zç<1I³Ø-W£ûqÐÿ"
  null
]
9 0.14 ms
SELECT `name`, `path`, `author`, `self_managed`
                FROM `app`
                WHERE `active` = 1
Parameters:
[]
10 0.40 ms
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = ?) AND (token = ?) LIMIT 1
Parameters:
[
  b"╣,Zç<1I³Ø-W£ûqÐÿ"
  "KhNXgKBc3ONmeyheILy3OIkejLYWwHF3"
]
11 0.46 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"╣,Zç<1I³Ø-W£ûqÐÿ"
]
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`.`created_at` as `sales_channel.createdAt`, `sales_channel`.`updated_at` as `sales_channel.updatedAt`, `sales_channel.currency`.`id` as `sales_channel.currency.id`, `sales_channel.currency`.`factor` as `sales_channel.currency.factor`, `sales_channel.currency`.`symbol` as `sales_channel.currency.symbol`, `sales_channel.currency`.`iso_code` as `sales_channel.currency.isoCode`, `sales_channel.currency`.`position` as `sales_channel.currency.position`, `sales_channel.currency`.`tax_free_from` as `sales_channel.currency.taxFreeFrom`, `sales_channel.currency`.`item_rounding` as `sales_channel.currency.itemRounding`, `sales_channel.currency`.`total_rounding` as `sales_channel.currency.totalRounding`, `sales_channel.currency`.`created_at` as `sales_channel.currency.createdAt`, `sales_channel.currency`.`updated_at` as `sales_channel.currency.updatedAt`, `sales_channel.currency.translation.shortName`, `sales_channel.currency.translation.shortName` as `sales_channel.currency.shortName`, `sales_channel.currency.translation.name`, `sales_channel.currency.translation.name` as `sales_channel.currency.name`, `sales_channel.currency.translation.customFields`, `sales_channel.currency.translation.customFields` as `sales_channel.currency.customFields`, `sales_channel.translation.name`, `sales_channel.translation.name` as `sales_channel.name`, `sales_channel.translation.homeSlotConfig`, `sales_channel.translation.homeSlotConfig` as `sales_channel.homeSlotConfig`, `sales_channel.translation.homeEnabled`, `sales_channel.translation.homeEnabled` as `sales_channel.homeEnabled`, `sales_channel.translation.homeName`, `sales_channel.translation.homeName` as `sales_channel.homeName`, `sales_channel.translation.homeMetaTitle`, `sales_channel.translation.homeMetaTitle` as `sales_channel.homeMetaTitle`, `sales_channel.translation.homeMetaDescription`, `sales_channel.translation.homeMetaDescription` as `sales_channel.homeMetaDescription`, `sales_channel.translation.homeKeywords`, `sales_channel.translation.homeKeywords` as `sales_channel.homeKeywords`, `sales_channel.translation.customFields`, `sales_channel.translation.customFields` as `sales_channel.customFields` FROM `sales_channel` LEFT JOIN `currency` `sales_channel.currency` ON `sales_channel`.`currency_id` = `sales_channel.currency`.`id` LEFT JOIN (SELECT `sales_channel.translation`.`sales_channel_id`, `sales_channel.translation`.`name` as `sales_channel.translation.name`, `sales_channel.translation`.`custom_fields` as `sales_channel.translation.customFields`, `sales_channel.translation`.`home_slot_config` as `sales_channel.translation.homeSlotConfig`, `sales_channel.translation`.`home_enabled` as `sales_channel.translation.homeEnabled`, `sales_channel.translation`.`home_name` as `sales_channel.translation.homeName`, `sales_channel.translation`.`home_meta_title` as `sales_channel.translation.homeMetaTitle`, `sales_channel.translation`.`home_meta_description` as `sales_channel.translation.homeMetaDescription`, `sales_channel.translation`.`home_keywords` as `sales_channel.translation.homeKeywords` FROM `sales_channel_translation` `sales_channel.translation` WHERE `sales_channel.translation`.`language_id` = ?) `sales_channel.sales_channel_translation` ON `sales_channel.sales_channel_translation`.`sales_channel_id` = `sales_channel`.`id` LEFT JOIN (SELECT `sales_channel.currency.translation`.`currency_id`, `sales_channel.currency.translation`.`short_name` as `sales_channel.currency.translation.shortName`, `sales_channel.currency.translation`.`name` as `sales_channel.currency.translation.name`, `sales_channel.currency.translation`.`custom_fields` as `sales_channel.currency.translation.customFields` FROM `currency_translation` `sales_channel.currency.translation` WHERE `sales_channel.currency.translation`.`language_id` = ?) `sales_channel.currency.currency_translation` ON `sales_channel.currency.currency_translation`.`currency_id` = `sales_channel.currency`.`id` WHERE `sales_channel`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"╣,Zç<1I³Ø-W£ûqÐÿ"
]
13 0.27 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"╣,Zç<1I³Ø-W£ûqÐÿ"
]
14 0.28 ms
SELECT LOWER(HEX(`language.salesChannels.mapping`.`sales_channel_id`)) as `key`, GROUP_CONCAT(LOWER(HEX(`language.salesChannels.mapping`.`language_id`)) ) as `value` FROM `language` LEFT JOIN `sales_channel_language` `language.salesChannels.mapping` ON `language.salesChannels.mapping`.`language_id` = `language`.id WHERE ((`language`.`id` = ?)) AND (`language.salesChannels.mapping`.`sales_channel_id` IN (?)) GROUP BY `language.salesChannels.mapping`.`sales_channel_id`
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"╣,Zç<1I³Ø-W£ûqÐÿ"
]
15 0.42 ms
# base-context-factory::sales-channel::association::languages::read
SELECT `language`.`id` as `language.id`, `language`.`parent_id` as `language.parentId`, `language`.`locale_id` as `language.localeId`, `language`.`translation_code_id` as `language.translationCodeId`, `language`.`name` as `language.name`, `language`.`custom_fields` as `language.customFields`, `language`.`created_at` as `language.createdAt`, `language`.`updated_at` as `language.updatedAt`, `language.translationCode`.`id` as `language.translationCode.id`, `language.translationCode`.`code` as `language.translationCode.code`, `language.translationCode`.`created_at` as `language.translationCode.createdAt`, `language.translationCode`.`updated_at` as `language.translationCode.updatedAt`, `language.translationCode.translation.name`, `language.translationCode.translation.name` as `language.translationCode.name`, `language.translationCode.translation.territory`, `language.translationCode.translation.territory` as `language.translationCode.territory`, `language.translationCode.translation.customFields`, `language.translationCode.translation.customFields` as `language.translationCode.customFields`, `language.locale`.`id` as `language.locale.id`, `language.locale`.`code` as `language.locale.code`, `language.locale`.`created_at` as `language.locale.createdAt`, `language.locale`.`updated_at` as `language.locale.updatedAt`, `language.locale.translation.name`, `language.locale.translation.name` as `language.locale.name`, `language.locale.translation.territory`, `language.locale.translation.territory` as `language.locale.territory`, `language.locale.translation.customFields`, `language.locale.translation.customFields` as `language.locale.customFields` FROM `language` LEFT JOIN `locale` `language.translationCode` ON `language`.`translation_code_id` = `language.translationCode`.`id` LEFT JOIN `locale` `language.locale` ON `language`.`locale_id` = `language.locale`.`id` LEFT JOIN (SELECT `language.translationCode.translation`.`locale_id`, `language.translationCode.translation`.`name` as `language.translationCode.translation.name`, `language.translationCode.translation`.`territory` as `language.translationCode.translation.territory`, `language.translationCode.translation`.`custom_fields` as `language.translationCode.translation.customFields` FROM `locale_translation` `language.translationCode.translation` WHERE `language.translationCode.translation`.`language_id` = ?) `language.translationCode.locale_translation` ON `language.translationCode.locale_translation`.`locale_id` = `language.translationCode`.`id` LEFT JOIN (SELECT `language.locale.translation`.`locale_id`, `language.locale.translation`.`name` as `language.locale.translation.name`, `language.locale.translation`.`territory` as `language.locale.translation.territory`, `language.locale.translation`.`custom_fields` as `language.locale.translation.customFields` FROM `locale_translation` `language.locale.translation` WHERE `language.locale.translation`.`language_id` = ?) `language.locale.locale_translation` ON `language.locale.locale_translation`.`locale_id` = `language.locale`.`id` WHERE ((`language`.`id` = ?)) AND (`language`.`id` IN (?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
16 0.31 ms
# base-context-factory::currency::read
SELECT `currency`.`id` as `currency.id`, `currency`.`factor` as `currency.factor`, `currency`.`symbol` as `currency.symbol`, `currency`.`iso_code` as `currency.isoCode`, `currency`.`position` as `currency.position`, `currency`.`tax_free_from` as `currency.taxFreeFrom`, `currency`.`item_rounding` as `currency.itemRounding`, `currency`.`total_rounding` as `currency.totalRounding`, `currency`.`created_at` as `currency.createdAt`, `currency`.`updated_at` as `currency.updatedAt`, `currency.translation.shortName`, `currency.translation.shortName` as `currency.shortName`, `currency.translation.name`, `currency.translation.name` as `currency.name`, `currency.translation.customFields`, `currency.translation.customFields` as `currency.customFields` FROM `currency` LEFT JOIN (SELECT `currency.translation`.`currency_id`, `currency.translation`.`short_name` as `currency.translation.shortName`, `currency.translation`.`name` as `currency.translation.name`, `currency.translation`.`custom_fields` as `currency.translation.customFields` FROM `currency_translation` `currency.translation` WHERE `currency.translation`.`language_id` = ?) `currency.currency_translation` ON `currency.currency_translation`.`currency_id` = `currency`.`id` WHERE `currency`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"·ÒUK\fèGÍ‚ó¬›ÑÀßÊ"
]
17 0.31 ms
# base-context-factory::country::read
SELECT `country`.`id` as `country.id`, `country`.`iso` as `country.iso`, `country`.`position` as `country.position`, `country`.`active` as `country.active`, `country`.`shipping_available` as `country.shippingAvailable`, `country`.`iso3` as `country.iso3`, `country`.`display_state_in_registration` as `country.displayStateInRegistration`, `country`.`force_state_in_registration` as `country.forceStateInRegistration`, `country`.`check_vat_id_pattern` as `country.checkVatIdPattern`, `country`.`vat_id_required` as `country.vatIdRequired`, `country`.`vat_id_pattern` as `country.vatIdPattern`, `country`.`customer_tax` as `country.customerTax`, `country`.`company_tax` as `country.companyTax`, `country`.`postal_code_required` as `country.postalCodeRequired`, `country`.`check_postal_code_pattern` as `country.checkPostalCodePattern`, `country`.`check_advanced_postal_code_pattern` as `country.checkAdvancedPostalCodePattern`, `country`.`advanced_postal_code_pattern` as `country.advancedPostalCodePattern`, `country`.`default_postal_code_pattern` as `country.defaultPostalCodePattern`, `country`.`is_eu` as `country.isEu`, `country`.`created_at` as `country.createdAt`, `country`.`updated_at` as `country.updatedAt`, `country.translation.name`, `country.translation.name` as `country.name`, `country.translation.addressFormat`, `country.translation.addressFormat` as `country.addressFormat`, `country.translation.customFields`, `country.translation.customFields` as `country.customFields` FROM `country` LEFT JOIN (SELECT `country.translation`.`country_id`, `country.translation`.`name` as `country.translation.name`, `country.translation`.`custom_fields` as `country.translation.customFields`, `country.translation`.`address_format` as `country.translation.addressFormat` FROM `country_translation` `country.translation` WHERE `country.translation`.`language_id` = ?) `country.country_translation` ON `country.country_translation`.`country_id` = `country`.`id` WHERE `country`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x10(Öì·\tO2ƒ!59gÿjX"
]
18 0.24 ms
# base-context-factory::customer-group::read
SELECT `customer_group`.`id` as `customer_group.id`, `customer_group`.`display_gross` as `customer_group.displayGross`, `customer_group`.`registration_active` as `customer_group.registrationActive`, `customer_group`.`created_at` as `customer_group.createdAt`, `customer_group`.`updated_at` as `customer_group.updatedAt`, `customer_group.translation.name`, `customer_group.translation.name` as `customer_group.name`, `customer_group.translation.registrationTitle`, `customer_group.translation.registrationTitle` as `customer_group.registrationTitle`, `customer_group.translation.registrationIntroduction`, `customer_group.translation.registrationIntroduction` as `customer_group.registrationIntroduction`, `customer_group.translation.registrationOnlyCompanyRegistration`, `customer_group.translation.registrationOnlyCompanyRegistration` as `customer_group.registrationOnlyCompanyRegistration`, `customer_group.translation.registrationSeoMetaDescription`, `customer_group.translation.registrationSeoMetaDescription` as `customer_group.registrationSeoMetaDescription`, `customer_group.translation.customFields`, `customer_group.translation.customFields` as `customer_group.customFields` FROM `customer_group` LEFT JOIN (SELECT `customer_group.translation`.`customer_group_id`, `customer_group.translation`.`name` as `customer_group.translation.name`, `customer_group.translation`.`custom_fields` as `customer_group.translation.customFields`, `customer_group.translation`.`registration_title` as `customer_group.translation.registrationTitle`, `customer_group.translation`.`registration_introduction` as `customer_group.translation.registrationIntroduction`, `customer_group.translation`.`registration_only_company_registration` as `customer_group.translation.registrationOnlyCompanyRegistration`, `customer_group.translation`.`registration_seo_meta_description` as `customer_group.translation.registrationSeoMetaDescription` FROM `customer_group_translation` `customer_group.translation` WHERE `customer_group.translation`.`language_id` = ?) `customer_group.customer_group_translation` ON `customer_group.customer_group_translation`.`customer_group_id` = `customer_group`.`id` WHERE `customer_group`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"¤¢P\x18ËìAÏ¡╩\x10┘O╚¢Í"
]
19 0.13 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:
[]
20 0.43 ms
# base-context-factory::taxes::association::rules::read
SELECT `tax_rule`.`id` as `tax_rule.id`, `tax_rule`.`tax_rule_type_id` as `tax_rule.taxRuleTypeId`, `tax_rule`.`country_id` as `tax_rule.countryId`, `tax_rule`.`tax_rate` as `tax_rule.taxRate`, `tax_rule`.`data` as `tax_rule.data`, `tax_rule`.`tax_id` as `tax_rule.taxId`, `tax_rule`.`active_from` as `tax_rule.activeFrom`, `tax_rule`.`created_at` as `tax_rule.createdAt`, `tax_rule`.`updated_at` as `tax_rule.updatedAt`, `tax_rule.type`.`id` as `tax_rule.type.id`, `tax_rule.type`.`technical_name` as `tax_rule.type.technicalName`, `tax_rule.type`.`position` as `tax_rule.type.position`, `tax_rule.type`.`created_at` as `tax_rule.type.createdAt`, `tax_rule.type`.`updated_at` as `tax_rule.type.updatedAt`, `tax_rule.type.translation.typeName`, `tax_rule.type.translation.typeName` as `tax_rule.type.typeName` FROM `tax_rule` LEFT JOIN `tax_rule_type` `tax_rule.type` ON `tax_rule`.`tax_rule_type_id` = `tax_rule.type`.`id` LEFT JOIN (SELECT `tax_rule.type.translation`.`tax_rule_type_id`, `tax_rule.type.translation`.`type_name` as `tax_rule.type.translation.typeName` FROM `tax_rule_type_translation` `tax_rule.type.translation` WHERE `tax_rule.type.translation`.`language_id` = ?) `tax_rule.type.tax_rule_type_translation` ON `tax_rule.type.tax_rule_type_translation`.`tax_rule_type_id` = `tax_rule.type`.`id` WHERE (`tax_rule`.`tax_id` IN (?, ?, ?, ?, ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01Å.gÓµp\x1F¥#w1Z¾P¿"
  b"\x01‘'\x15zÄsW¤\x11K\t\x1Aý-Ó"
  b"„ç\x02‡›\x12Eò·!*Á…Òà\x1F"
  b"ÖJ”Ú;\x14Nk®2PèÙ\x1Aݽ"
  b"åþ%]œúG]©&À\x1CÁ+Kž"
]
21 0.59 ms
# base-context-factory::payment-method::read
SELECT `payment_method`.`id` as `payment_method.id`, `payment_method`.`plugin_id` as `payment_method.pluginId`, `payment_method`.`handler_identifier` as `payment_method.handlerIdentifier`, `payment_method`.`position` as `payment_method.position`, `payment_method`.`active` as `payment_method.active`, `payment_method`.`after_order_enabled` as `payment_method.afterOrderEnabled`, `payment_method`.`availability_rule_id` as `payment_method.availabilityRuleId`, `payment_method`.`media_id` as `payment_method.mediaId`, `payment_method.appPaymentMethod`.`id` as `payment_method.appPaymentMethod.id`, `payment_method.appPaymentMethod`.`app_name` as `payment_method.appPaymentMethod.appName`, `payment_method.appPaymentMethod`.`identifier` as `payment_method.appPaymentMethod.identifier`, `payment_method.appPaymentMethod`.`pay_url` as `payment_method.appPaymentMethod.payUrl`, `payment_method.appPaymentMethod`.`finalize_url` as `payment_method.appPaymentMethod.finalizeUrl`, `payment_method.appPaymentMethod`.`validate_url` as `payment_method.appPaymentMethod.validateUrl`, `payment_method.appPaymentMethod`.`capture_url` as `payment_method.appPaymentMethod.captureUrl`, `payment_method.appPaymentMethod`.`refund_url` as `payment_method.appPaymentMethod.refundUrl`, `payment_method.appPaymentMethod`.`recurring_url` as `payment_method.appPaymentMethod.recurringUrl`, `payment_method.appPaymentMethod`.`app_id` as `payment_method.appPaymentMethod.appId`, `payment_method.appPaymentMethod`.`original_media_id` as `payment_method.appPaymentMethod.originalMediaId`, `payment_method.appPaymentMethod`.`payment_method_id` as `payment_method.appPaymentMethod.paymentMethodId`, `payment_method.appPaymentMethod`.`created_at` as `payment_method.appPaymentMethod.createdAt`, `payment_method.appPaymentMethod`.`updated_at` as `payment_method.appPaymentMethod.updatedAt`, `payment_method`.`technical_name` as `payment_method.technicalName`, `payment_method`.`created_at` as `payment_method.createdAt`, `payment_method`.`updated_at` as `payment_method.updatedAt`, `payment_method.media`.`id` as `payment_method.media.id`, `payment_method.media`.`user_id` as `payment_method.media.userId`, `payment_method.media`.`media_folder_id` as `payment_method.media.mediaFolderId`, `payment_method.media`.`mime_type` as `payment_method.media.mimeType`, `payment_method.media`.`file_extension` as `payment_method.media.fileExtension`, `payment_method.media`.`uploaded_at` as `payment_method.media.uploadedAt`, `payment_method.media`.`file_name` as `payment_method.media.fileName`, `payment_method.media`.`file_size` as `payment_method.media.fileSize`, `payment_method.media`.`media_type` as `payment_method.media.mediaTypeRaw`, `payment_method.media`.`meta_data` as `payment_method.media.metaData`, `payment_method.media`.`config` as `payment_method.media.config`, `payment_method.media`.`path` as `payment_method.media.path`, `payment_method.media`.`private` as `payment_method.media.private`, `payment_method.media`.`thumbnails_ro` as `payment_method.media.thumbnailsRo`, `payment_method.media`.`created_at` as `payment_method.media.createdAt`, `payment_method.media`.`updated_at` as `payment_method.media.updatedAt`, `payment_method.media.translation.title`, `payment_method.media.translation.title` as `payment_method.media.title`, `payment_method.media.translation.alt`, `payment_method.media.translation.alt` as `payment_method.media.alt`, `payment_method.media.translation.customFields`, `payment_method.media.translation.customFields` as `payment_method.media.customFields`, `payment_method.translation.name`, `payment_method.translation.name` as `payment_method.name`, `payment_method.translation.distinguishableName`, `payment_method.translation.distinguishableName` as `payment_method.distinguishableName`, `payment_method.translation.description`, `payment_method.translation.description` as `payment_method.description`, `payment_method.translation.customFields`, `payment_method.translation.customFields` as `payment_method.customFields` FROM `payment_method` LEFT JOIN `app_payment_method` `payment_method.appPaymentMethod` ON `payment_method`.`id` = `payment_method.appPaymentMethod`.`payment_method_id` LEFT JOIN `media` `payment_method.media` ON `payment_method`.`media_id` = `payment_method.media`.`id` LEFT JOIN (SELECT `payment_method.translation`.`payment_method_id`, `payment_method.translation`.`name` as `payment_method.translation.name`, `payment_method.translation`.`distinguishable_name` as `payment_method.translation.distinguishableName`, `payment_method.translation`.`description` as `payment_method.translation.description`, `payment_method.translation`.`custom_fields` as `payment_method.translation.customFields` FROM `payment_method_translation` `payment_method.translation` WHERE `payment_method.translation`.`language_id` = ?) `payment_method.payment_method_translation` ON `payment_method.payment_method_translation`.`payment_method_id` = `payment_method`.`id` LEFT JOIN (SELECT `payment_method.media.translation`.`media_id`, `payment_method.media.translation`.`alt` as `payment_method.media.translation.alt`, `payment_method.media.translation`.`title` as `payment_method.media.translation.title`, `payment_method.media.translation`.`custom_fields` as `payment_method.media.translation.customFields` FROM `media_translation` `payment_method.media.translation` WHERE `payment_method.media.translation`.`language_id` = ?) `payment_method.media.media_translation` ON `payment_method.media.media_translation`.`media_id` = `payment_method.media`.`id` WHERE `payment_method`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\R\x19ã¥ü@)¦„ÌÆ¤ãÿ\x01"
]
22 0.74 ms
# base-context-factory::shipping-method::read
SELECT `shipping_method`.`id` as `shipping_method.id`, `shipping_method`.`active` as `shipping_method.active`, `shipping_method`.`position` as `shipping_method.position`, `shipping_method`.`availability_rule_id` as `shipping_method.availabilityRuleId`, `shipping_method`.`media_id` as `shipping_method.mediaId`, `shipping_method`.`delivery_time_id` as `shipping_method.deliveryTimeId`, `shipping_method`.`tax_type` as `shipping_method.taxType`, `shipping_method`.`tax_id` as `shipping_method.taxId`, `shipping_method.deliveryTime`.`id` as `shipping_method.deliveryTime.id`, `shipping_method.deliveryTime`.`min` as `shipping_method.deliveryTime.min`, `shipping_method.deliveryTime`.`max` as `shipping_method.deliveryTime.max`, `shipping_method.deliveryTime`.`unit` as `shipping_method.deliveryTime.unit`, `shipping_method.deliveryTime`.`created_at` as `shipping_method.deliveryTime.createdAt`, `shipping_method.deliveryTime`.`updated_at` as `shipping_method.deliveryTime.updatedAt`, `shipping_method.deliveryTime.translation.name`, `shipping_method.deliveryTime.translation.name` as `shipping_method.deliveryTime.name`, `shipping_method.deliveryTime.translation.customFields`, `shipping_method.deliveryTime.translation.customFields` as `shipping_method.deliveryTime.customFields`, `shipping_method.appShippingMethod`.`id` as `shipping_method.appShippingMethod.id`, `shipping_method.appShippingMethod`.`app_name` as `shipping_method.appShippingMethod.appName`, `shipping_method.appShippingMethod`.`identifier` as `shipping_method.appShippingMethod.identifier`, `shipping_method.appShippingMethod`.`app_id` as `shipping_method.appShippingMethod.appId`, `shipping_method.appShippingMethod`.`shipping_method_id` as `shipping_method.appShippingMethod.shippingMethodId`, `shipping_method.appShippingMethod`.`original_media_id` as `shipping_method.appShippingMethod.originalMediaId`, `shipping_method.appShippingMethod`.`created_at` as `shipping_method.appShippingMethod.createdAt`, `shipping_method.appShippingMethod`.`updated_at` as `shipping_method.appShippingMethod.updatedAt`, `shipping_method`.`technical_name` as `shipping_method.technicalName`, `shipping_method`.`created_at` as `shipping_method.createdAt`, `shipping_method`.`updated_at` as `shipping_method.updatedAt`, `shipping_method.media`.`id` as `shipping_method.media.id`, `shipping_method.media`.`user_id` as `shipping_method.media.userId`, `shipping_method.media`.`media_folder_id` as `shipping_method.media.mediaFolderId`, `shipping_method.media`.`mime_type` as `shipping_method.media.mimeType`, `shipping_method.media`.`file_extension` as `shipping_method.media.fileExtension`, `shipping_method.media`.`uploaded_at` as `shipping_method.media.uploadedAt`, `shipping_method.media`.`file_name` as `shipping_method.media.fileName`, `shipping_method.media`.`file_size` as `shipping_method.media.fileSize`, `shipping_method.media`.`media_type` as `shipping_method.media.mediaTypeRaw`, `shipping_method.media`.`meta_data` as `shipping_method.media.metaData`, `shipping_method.media`.`config` as `shipping_method.media.config`, `shipping_method.media`.`path` as `shipping_method.media.path`, `shipping_method.media`.`private` as `shipping_method.media.private`, `shipping_method.media`.`thumbnails_ro` as `shipping_method.media.thumbnailsRo`, `shipping_method.media`.`created_at` as `shipping_method.media.createdAt`, `shipping_method.media`.`updated_at` as `shipping_method.media.updatedAt`, `shipping_method.media.translation.title`, `shipping_method.media.translation.title` as `shipping_method.media.title`, `shipping_method.media.translation.alt`, `shipping_method.media.translation.alt` as `shipping_method.media.alt`, `shipping_method.media.translation.customFields`, `shipping_method.media.translation.customFields` as `shipping_method.media.customFields`, `shipping_method.translation.name`, `shipping_method.translation.name` as `shipping_method.name`, `shipping_method.translation.description`, `shipping_method.translation.description` as `shipping_method.description`, `shipping_method.translation.trackingUrl`, `shipping_method.translation.trackingUrl` as `shipping_method.trackingUrl`, `shipping_method.translation.customFields`, `shipping_method.translation.customFields` as `shipping_method.customFields` FROM `shipping_method` LEFT JOIN `delivery_time` `shipping_method.deliveryTime` ON `shipping_method`.`delivery_time_id` = `shipping_method.deliveryTime`.`id` LEFT JOIN `app_shipping_method` `shipping_method.appShippingMethod` ON `shipping_method`.`id` = `shipping_method.appShippingMethod`.`shipping_method_id` LEFT JOIN `media` `shipping_method.media` ON `shipping_method`.`media_id` = `shipping_method.media`.`id` LEFT JOIN (SELECT `shipping_method.translation`.`shipping_method_id`, `shipping_method.translation`.`name` as `shipping_method.translation.name`, `shipping_method.translation`.`custom_fields` as `shipping_method.translation.customFields`, `shipping_method.translation`.`description` as `shipping_method.translation.description`, `shipping_method.translation`.`tracking_url` as `shipping_method.translation.trackingUrl` FROM `shipping_method_translation` `shipping_method.translation` WHERE `shipping_method.translation`.`language_id` = ?) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation`.`shipping_method_id` = `shipping_method`.`id` LEFT JOIN (SELECT `shipping_method.deliveryTime.translation`.`delivery_time_id`, `shipping_method.deliveryTime.translation`.`name` as `shipping_method.deliveryTime.translation.name`, `shipping_method.deliveryTime.translation`.`custom_fields` as `shipping_method.deliveryTime.translation.customFields` FROM `delivery_time_translation` `shipping_method.deliveryTime.translation` WHERE `shipping_method.deliveryTime.translation`.`language_id` = ?) `shipping_method.deliveryTime.delivery_time_translation` ON `shipping_method.deliveryTime.delivery_time_translation`.`delivery_time_id` = `shipping_method.deliveryTime`.`id` LEFT JOIN (SELECT `shipping_method.media.translation`.`media_id`, `shipping_method.media.translation`.`alt` as `shipping_method.media.translation.alt`, `shipping_method.media.translation`.`title` as `shipping_method.media.translation.title`, `shipping_method.media.translation`.`custom_fields` as `shipping_method.media.translation.customFields` FROM `media_translation` `shipping_method.media.translation` WHERE `shipping_method.media.translation`.`language_id` = ?) `shipping_method.media.media_translation` ON `shipping_method.media.media_translation`.`media_id` = `shipping_method.media`.`id` WHERE `shipping_method`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01Ct7õ;B\x07¨bïÕê0‰K"
]
23 0.18 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"\x10(Öì·\tO2ƒ!59gÿjX"
]
24 0.15 ms
#cart-persister::load
            SELECT `cart`.`payload`, `cart`.`rule_ids`, `cart`.`compressed` FROM cart WHERE `token` = ?
Parameters:
[
  "KhNXgKBc3ONmeyheILy3OIkejLYWwHF3"
]
25 0.70 ms
# cart-rule-loader::load-rules::search-ids
SELECT `rule`.`id` FROM `rule` WHERE (`rule`.`invalid` = ?) ORDER BY `rule`.`priority` DESC, `rule`.`id` ASC LIMIT 500
Parameters:
[
  false
]
26 2.61 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"\x01Šì\x07&»p„³KJ\x1F„­¤µ"
  b"\x01èý\x07&▄sPî\x7FNcº-ü~"
  b"\x01ŒÉá\x0F;s\x13ª\x7FýÅ`Jܬ"
  b"\x01‘'\x15ÜâpñªÙ\x11ßKW1¥"
  b"\x04›"`…ÒJ\x1A°æ\x1C/\x08}}H"
  b"\x07UúÀ¤4BV™§›èü°™\x05"
  b"%kÉ»G\x10@lø¨â±┤\x1C\e"
  b"VêÄà=ƒBe¾'î„~cšÇ"
  b"m0\x05ôТCGœ\x0FN è\x1D\x1AŸ"
  b"ÿ\x04T\x1C9üKÙïX7:╬®ËÛ"
  b"ü>ùkªè@╠Ç'¯n╗Pf╗"
  b"\x01ŒÙ×À"xî±»™Ze±eÙ"
  b"?JØáïmG\x01”£ëYÖùïq"
  b"ÝÙî\x03M\x15A‹±\x03ä'ìe#×"
  b"\x00\x16_\x12\x1CôDò°ë©G\x01\x1DH["
  b"\x01‰¡Õ\x1Fqpj»7…'²{c\x0E"
  b"\x01ëíı\x1Fwp\x13ÉìG(f9²£"
  b"\x01ëíı\x1Fzsì╣GlÚy\x13D\n"
  b"\x01ëíı\x1F}rgüg¸╔aÏRì"
  b"\x01‰¡Õ\x1F€r²²†\x18=\x08c­ª"
  b"\x01‰¡Õ\x1F…q\x18ž˜v VNns"
  b"\x01‰ô[è½s¨¼ÈéÚ\x1C\x12òý"
  b"\x01‰ô[è¿rs±&$\x1EU\x04¤^"
  b"\x01ë¶[Þ┼r└ônFh\t\x1F\x7FÅ"
  b"\x01Šì\v“§rrƒ†èsyÎ×Á"
  b"\x01ŒÉåKÃsý—\e›|Oò§€"
  b"\x01ŒÉåKÆr3“ã£\x1FDÍÁ'"
  b"\x01ŒÉåKÉs1–ê4ÿ´8ï\x1D"
  b"\x01Å.k╬(s¶ÇRY\x06\x18áî¶"
  b"\x01Å.k╬/p\x16Öó¨\x16~M±j"
  b"\x01Å.k╬:s4»Ý█Z®uãb"
  b"\x01Å.k╬@qð¼4n\x12¿Éµ¸"
  b"\x01Å.k╬Dr+▓ÒW\x7FÜÝbZ"
  b"\x01Å.k╬Rr¿R\x1D/Dö}q"
  b"\x01Å.k╬XqØæ6\x15░┬Èãs"
  b"\x01Å.k╬\q'£ÐıP\x15/fí"
  b"\x01Å.k╬asÐü░/│<4²\x16"
  b"\x01Å.k╬gs╬¬¤rÉÞ/\x17["
  b"\x01Å.k╬nr¨ê±EV┌\x7F´9"
  b"\x01É+ƒt)r▄û÷]?ü_<"
  b"\x01É+ƒt3p¿Øæ#\x17Ø\x10¿¦"
  b"\x01æ'\x19K\x08pØ░¯¯ÝØ\x11"
  b"\x01æ'\x19K\x10p│ØÂ«ä└ÒO{"
  b"\x01‘'\x19K\x1As¨¡vörµdå,"
  b"\x01‘'\x19K\x1FsÁ±39Ãy×2‚"
  b"\x01‘'\x19K!s\e¸è(æç×äR"
  b"\x01‘'\x19K&séˆ#žPBÙEÓ"
  b"\x01‘'\x19K(s]‚S+&\x11ßlÚ"
  b"\x01æ'\x19K-pVÅO7¯ïÓ┼░"
  b"\x01‘'\x19K/pß‹Ò\x19Ý—jÁë"
  b"""
    \x01‘'\x19K4qžœ‚\x13+\n
    QÃr
    """
  b"\x01æ'\x19K8pòùèì\x0EÒ╦a¦"
  b"\x01‘'\x19K=q¨ªž\x13\x17?\x01:‘"
  b"\x01‘'\x19KGp\x06°¯ð.0æ\x1Cœ"
  b"\x01‘'\x19KLs$š–T\x08í\x19\v_"
  b"\x01æØÖ\x05îqSó1FæQßHÀ"
  b"\x01æØÖ\x05æq¨ä(─jÖ÷\x10"
  b"\x01æØÖ\x05òpâ╝\x11|-f¡ß╚"
  b"\x01’3Ij¶q…½ìv‡Äˆ\x03é"
  b"\x01’3IjÀsk¿á&[WÆ“†"
  b"\x01’ŠË*Óse¿!~¨ƒ©áú"
  b"\x01’ŠË*Ûs\x00\x03믊\x19nG"
  b"\x01’ŠË*íp£ŽIã\x01d\x01Þ¦"
  b"\x01’ŠË*ðqO¸Ù^“\x01R=\x02"
  b"\x01’â?y1pC‡Aí-ÁN+\x03"
  b"""
    \x01ÆÔ?y;r¥îC¾üÜô\n
    Ý
    """
  b"\x01“õ\x0E®_s쌲>…äÚ‹€"
  b"\x01“õ\x0E®dsy‡\x07hxzçDÆ"
  b"\x01“õ\x0E®hpÍžwv‰\x15Ù‘¡"
  b"\x01ô§\x0E«nq£«■Ø╚┐\x02\x06u"
  b"""
    \x01”‰˜ÄÈrJƒ`\x0FI)\n
    ñ|
    """
  b"\x01”‰˜ÄÍrH¦×†Æ7'\x1Eà"
  b"\x01•($\x02\x04rfº\x16™y\x05\x13"
  b"\x01•=\x01J\x01rò†pÞ·6•é\f"
  b"\x01–\Á\x01wq(šs\x05¤„•p2"
  b"\x01–\Á\x01yp:›³¹¿á“gí"
  b"\x01–\Á\x01zs,¨O£Ñª‘¬¯"
  b"\x01—&ÞqÒpK¤ž/\füTå¶"
  b"\x01—&ÞqÓrê‹\x14NÈ5k’n"
  b"\x01—&ÞqÕpñ£¯\x13®Ï\x12"
  b"""
    \x01—&ÞqÖpà£Ü£w\n
    Ò/ž
    """
  b"\x01ù&Ìq┘s╔┤ý\fo▓ü·Ñ"
  b"\x01—&ÞqÚq®—Ô+–ñ\x0F…x"
  b"\x01—&ÞqÜrA†Ã]\x13ñ‰B¤"
  b"\x01—&ÞqÝp\¢fYF\x08v*m"
  b"\x01ù[\x1ChþsØî└C¾╔§\x19Ï"
  b"\x01—[\x1Chéq{”ŸD™\x1D”"ê"
  b"\x01—[\x1ChëqЙý‡,s‚¾Â"
  b"\x01—[\x1Chìq»‰9Ws;4 \v"
  b"\x01ù[\x1Ch¯püÅ4\x03¢lö¯\e"
  b"\x01ù[\x1Ch´q+ÁÀÉf¹QmH"
  b"\x01—À§W©q(³S\rIÊPݬ"
  b"\x01—À§W­qd”-ð\x1D\x15˜\x194"
  b"\x01—À§W±q‚“FÑ\x022-¢\t"
  b"\x01ù└ºW┤q¶ÿD\x15É┴╠ãe"
  b"\x01—Ïmñ%pÙµ\x18¼áÈ_Ñj"
  b"\x01˜p¶Û—r·½Èm\x1FÅûpS"
  b"\x01˜p¶ÛšsA¤Î\x00ýQ­#ä"
  b"\x01ÿÓíVÅs(âÞ\x11\x18I&~\x15"
  b"\x01ÿÓíVÉsªüh\tÀW\x15"
  b"\x01™–\x1D‰•s½£!LGÚ*·t"
  b"\x01™–\x1D‰—qÆ•ÇArAŘk"
  b"\x01™–\x1D‰™pW‚ Jñv¸óS"
  b"\x01Öû\x1Dëøs\x19ìZé Ö╣■("
  b"\x01Öû\x1DëØsEìÑc2â"▒¥"
  b"\x01Öû\x1Dë×r»Øsh?ª\x1FèI"
  b"\x01™ÍÁF"p¢‘™Œõ²J€\v"
  b"\x01™ÍÁF$p\x10‡½C>ìãòø"
  b"\x01š$”\x02åpŠ“\x1D€²<‹à4"
  b"\x01ø'ÆÃ\x17p¾ñ\x16¶·:Ú=ü"
  b"\x01£\t_\nSrñì├█¢*g\x03\x00"
  b"""
    \x01œ\t_\n
    ZqQ­p´)IŒC¥
    """
  b"""
    \x01œ\t_\n
    bqæ•\x12÷\x13îXÅh
    """
  b"\x01Ø‗╣'ëp┼å\x03╠ûï\x07═ÿ"
  b"\x01Ø‗¢8>s\fúò§\x1D\x12÷Ó]"
  b"\x01Ø‗¢8@rÄ«Â▒eVà║Â"
  b"\x01Ø‗¢8Bq.årf╬+ª\x0F7"
  b"""
    \x01Ø‗¢8Fr\É\n
    e+\t\x02´Ä
    """
  b"\x01Ø‗¢8Jq¨å\x06ò\x15¼X¡▒"
  b"\x01Ø‗¢8Mq;«ù╣eN»\x19\x0F"
  b"\x01ž‚™1ˆs÷°—ŸïB1™«"
  b"\x01×éÖ1ìpÂû\x03¦´2q-\v"
  b"\x01ž‚™1‘qû²!‚ç«\x13éé"
  b"\x01ž‚™1“p¾¨J5\x1A5ËÖ+"
  b"\x01ž‚™1•q¨…\x1ELÓO\rÐE"
  b"\x01ž‚™1—p+¢zN\x17û2\x07Ž"
  b"\x01ž‚™1™p\x05€*Ó–¬?<Y"
  b"\x01ž‚™1œs\x11‹Ð\x1C\x04\x1DÃ\x16"
  b"\x01ž‚™1¢rR—\x08]äã{:O"
  b"\x01ž‚™1£sjž2ûGºoÙ’"
  b"\x01ž‚™1¥pÄ…ÓaÜå1Æ–"
  b"\x01ž‚™1¦r\x13’̧d\x01\x7F"
  b"\x01×éÖ1®r\x14ÑØ┘é8þuß"
  b"\x02\x00ͤ¦ÅBÅøÝ║\x1C4V*ı"
  b"\x02 øßC*I4œW©™?_{ç"
  b"\x02xÎRböD衲0Å┴£C,"
  b"\x02«m‰dù@¬‹7œÑëV–)"
  b"\x02¾«.— B¼¼«\x02"\x170¡u"
  b"\x02Õª<‡çDPœN)WÚ,ÛM"
  b"\x03#Y†ÌèIÊ©\x1C‡±xkkC"
  b"""
    \x036æ¶\n
    ÌD©®\x1FTC•O%\x1D
    """
  b"\x03í}\x01╔yDêÿP'\x15¼-üß"
  b"""
    \x045ÛAG\x01GúŒ\x0Fë\x1EXx\n
    o
    """
  b"\x04°2Û\x03_@ðá■ÒÅ¥\x1F­á"
  b"\x05Ì«fó▓@¦äøÉ8¸\x0F\x01"
  b"\x06\x108ãò\r@Î¥Ö\öºÞn&"
  b"\x061nö\x18yEí¡Áp´\x02²îò"
  b"\x07hÒq÷‹G˜ˆ°-\x01o5y "
  b"\x07´ì€û\x1EJ\x19‹×aêYë \x04"
  b"\x08f\x12Ã\x05ML0—œþ-¶w•ð"
  b"\t╬a{╦ùH;ì\x7FÕ\x04ù.>'"
  b"\tÒ«P¶íGj™Ö}\x10‘­g©"
  b"\täpÈïÔMr¤_B)\r¼´ú"
  b"""
    \n
     gBƨDtŸsWopû±U
    """
  b"""
    \n
    ﬑%ÄI\r²©cÇ\x18™·¸
    """
  b"\v{ ¼é^C¶€Êyc$™¥ˆ"
  b"""
    \v»\n
    \f¿oJ¬³\x06\x04Pj„¡\t
    """
  b"""
    \fʹ\x1CZbMí¡w(Í›Î\n
    \x10
    """
  b"\f´\x11à\x03áI?¬ÆÔ]C´ì\x16"
  b"\r+1óÏ\x0EKX‹›Äb÷FÙŒ"
  b"\rØÎ\t¦?OQ­’ª›Ë‚ÿŽ"
  b"\x0EãÞ:ü\C\x0Fâ\e\J£­¨╦"
  b"\x0EÐ\x005\x14\x18Kެ\fÏ\x02¢udJ"
  b"\x0F'e¦`èFw…Ýx¿ØœÚæ"
  b"\x0F.º¥þÑH\x11¿g1ñ[ ƒš"
  b"\x0FØRîU$@“Š|ú\x0Fj]ñ¨"
  b"\x11A\x7F³¡\x14@*ø┴S×\rÉ╣¸"
  b"\x11Rî^LJJÞ¦:Ua\x01²$o"
  b"\x11\┘Ún┌GÉÄÃ%b‗╬█þ"
  b"\x11´mÑw║H}ضiZ\fñ"3"
  b"\x12díTRÄBfŽª²‡8¼Sz"
  b"\x12ѯ┬├█G\fØb\x7FɹHÿÌ"
  b"\x12¥-\\kE°ØÃ£á~ÓÑø"
  b"\x13ü©Áý­MØÑ\x16(ì·e\x05+"
  b"\x13¬wM\x10\x00Bɇz‚>5°ï•"
  b"\x14!\et[£IB¢,¨‡å¢\x1Fª"
  b"\x14\x1C½~M±’Oâ1˜\x7F×F"
  b"\x14Y}žPõD\fŽVŠ£ëÛè¬"
  b"\x14¹9bž¥H_–§æœDÚN“"
  b"\x14¹ÅÔòuJï«b¹@\• Û"
  b"\x14»…T’¬Eü²½\x1D¿Ún\x1A"
  b"\x16\x08L'¼ð@a˜k[.Û#·~"
  b"\x16Ó$\x02ž.Hþ£˜ò»Èt\f8"
  b"""
    \x17é\n
    /«ÉEÚŽ•I’<ŒóÆ
    """
  b"\x18\x01/\x01▄└Kðìa┤~çk┌\x1C"
  b"\x18õAš’ÄN±ŽˆÂ¶÷ÏD³"
  b"\x19\fðT!\x1DHs‹oÀÓÁÿ°û"
  b"\x19/ıÿê\x1CDÈ║Å"ràÉUI"
  b"\x19U\x08┌.▒@ëÉ\x1CÍí_¶┤─"
  b"\x1A3\x10o¶xD4¬”Õ6â"\t/"
  b"\x1A4ÙéŰMk▒&\x16U+¨Õ┼"
  b"\x1AleR*\x0FH”´Gªéó›_–"
  b"\x1A┼z\x04&┘J÷àl\x13?Q¨mÅ"
  b"\x1AÝð¾èÝOÁ╣$ê©°ÅW\x11"
  b"\x1AòèÕê\x08F?»Z‚\x1F®Ÿ›~"
  b"\eòD‘mÑF¦·M\x12\x00äƒs+"
  b"\x1C\x01\x11þ·×Bz‘³7÷lâw\x19"
  b"\x1Cìú╝ªMM═ÇèÚ¤Y┴\x00"
  b"\x1C¸”ÈÓbIΰ˜\x1D\x13ºh\x1Fÿ"
  b"\x1D\x14\ràO\‡L¬ƒ¤\x1C"
  b"\x1Dv9ßä¶IÞ³H¤ÍS¨Û\f"
  b"""
    \x1Dƒu\n
    eÿEÚ®£ÚzK\x01ت
    """
  b"\x1ELBµ"ÅOóó2í\x1AjkQw"
  b"\x1E²\vjóü@+¬ª}Û‹aPõ"
  b"\x1F·˜UuóMò®Nœ˜Z¾Y¶"
  b" 8æYö\rIÒ¼Ø\x02\x19ö\x03ÿØ"
  b" ìJNÈNCÖ¢õvYð¥^´"
  b" žGìs¢Gϸ3Ö„±ç…9"
  b" í‘L\x7F+MK‰RÑ—÷î~Q"
  b"!¬u`—<D½©\x02Óâ1á¤\x18"
  b"!ÁOIM\x1CB\x02ØÂÍ\x04&iÅ6"
  b"""
    !·è)B-N¶Å{\x13¨\n
    ô`▄
    """
  b""hdt³yL­¦ÿð­ôm• "
  b"#\tAe¨¯O2¹ù,á“Küü"
  b"#‹2Ï­¼L|¿q[u݃µ("
  b"$\x00┐~\x01­@\x04ÿ¾┌É[\v"
  b"$AáG\x12\x0EL\x17´\x1C\x7F)\x06¼“›"
  b"$¹>‚.’E ªËøÞÖL~”"
  b"$ÿ¦HãÄMæ­l‹É·À’:"
  b"""
    %ý뛚gFþˆ=I\f\x18³\n
    ø
    """
  b"&Añf║'BÖìV\x15Nö(2\x19"
  b"&ØîK╠©MhÑ┌Ü\r╦/ïÁ"
  b"'\tÆ\x08ÿ_L|„\x19ÍCËÄ‹¯"
  b"'$‘ž‚)E‹¤Qhr\r8:s"
  b"'=\x1EXÇ<DªÅl:q8a¾2"
  b"'µÔ%„±KFšš·\x1DìfJ‹"
  b"'Ì_ÇüÍNͼV\e(s¹\vt"
  b"'Ýãì\x17\tOÉŒä[íuê:Ç"
  b"""
    (^¾çdóD¾¨CarÏ“\n
    \n
    """
  b")PvÛhvG\x00\x08\n‘v°"
  b"""
    )q^$…®G#¬à\x136\vÝ\n
    D
    """
  b")žÖ\x0F\x18\tFâ½ÞaöÍ\x0E\x16\x11"
  b"*»ð\x03i/K岂ÕG¿P\x00¼"
  b"*Ô>ŠüªKj¸]<~†´ãä"
  b"++Àqf;Eb‹W\x0E>HÅ\x08i"
  b"+WOþ06O ŒLY˜#´\x1A<"
  b",zO7ù═G\rÿ═\x0F;,ÿ|Å"
  b",åiÊ/îDóØ╔¸3¦:■À"
  b"-²_\x15ŒþJ^¢b\x19\x10\x0F"
  b".>Îg'¼G_†%M\x16§×7‡"
  b".UM“‚×@®½öôÒMíò<"
  b".p¶æU{C²œ/%\x16\x13¡]I"
  b"/3/ÌþáAÈÆr\fÝ¿}üË"
  b"\x11\x12R\x03Eõ┤F\x7F\x7FX\x14\x07ì"
  b"0\x0E©èj$@ÛìÖ*\x18ïO´│"
  b"0┴G░ô╣HéÅ*Ð×\x13¿"\"
  b"1\e[»ð˜H¡‚ä{'™nþ"
  b"1(ÿ±´§J¢¿¹ý€\tê8\n"
  b"1Ñ!ð¼½@\x15‰/Ì£…/Dy"
  b"\x18RÓ@O¦Ø╗@\x16┬Ϩþ"
  b"2\x00î\x05\x01ªJáäë±å¸ðØV"
  b"\r\x1Cb\x00HXµ\n¨<°åÞ«"
  b"2ëç˜Ï\x15F\f\x11à~3y´ð"
  b"""
    3\x07QSìÆJpµ\n
    Nd«\x06
    """
  b"3\r\x10ÝN\x18ó│Bl\x0E+\x15Æ"
  b"3†‰\x06Ž«BQ¬IT\x0F‚9\x14m"
  b"4†¶_×TE¡µ²GÛÝB1ì"
  b"6¼ÆbåMA│¥c┤ìèW╚J"
  b"\x1A.RÞMòž\x15\x13ò\x08ʘ¦"
  b"7`€†Š¯O\x10·š5Êy\x17\x06Ê"
  b"80á³y©E[ºìã\eQ\x17Ñı"
  b"""
    8·Âk$[CãŸBc\x01 \n
    þ\x0F
    """
  b"8Úl\x1FØ\fN\x1DÑÜòqf\x14Ò«"
  b"8Ú├9k\x04C£ì┴\x008\x1F\x14"
  b"9´kåÕÝCZ¿:Å.Xðâ÷"
  b":21…pÓDû…ÄŠ¹Ðüò\x1E"
  b":Oô¼µAA\¿."ÊÖ×N\x00"
  b":‡GÒš\x12N.œÈcaœYùë"
  b":Í›J—&Be¢“!!¿BŠ„"
  b";Ø·\fs+OeÇ▀·QÑW»┬"
  b"<J╚`ö;DLü\x12▓¤¢ï×·"
  b"<g£\x1A±6Oƒµ+¼8\x04`ü "
  b"=\x18\x06¦ÇwJ«╝.ìët%Ì´"
  b"?k}\x0EN,H9À╗¶\rÕ\vì░"
  b"?¨┘e\e:E│Áüæ?5þ?╬"
  b"@Ѥ„ùÏFý‚wF³Èmqù"
  b"A\x1E\x13ÐH\x07»i ┌╔ü¾b"
  b"\x04Œ\x12ŸM3¸ÌmÉè¥Î\e"
  b"\x04·\x16RO\t¶M¼ýY°I3"
  b"CmQ\x153\x16Gþ¼\x15bM\\x1C7m"
  b"Cæ@²ýìC“›¡Že?ws\x02"
  b"D\x18Q™þ|JJš×™º\v ‰ú"
  b"D:oãˆ*O§žûßæUå\x07"
  b"D?\x1CFp†M\x1FµâR\x1D²<™‹"
  b"E¸Rá¼"L\tÉ1Ý╝Ú.&k"
  b"F6Ñÿ\x1CßNA–4\x1FÉUeÿ¦"
  b"\x11\x16†¬Mª½µ³¿’õðÑ"
  b"Gb¤…§ÎC€’nuÝ_uŠk"
  b"G¢lF\x1DZK…‘”ÌœKËh¡"
  b"Gü>¨t\x17Cq·ß桟Sì\v"
  b"Ic³û@\x15Gv׸\x15‗Å1Ð\x1D"
  b"IŸvà•7IJ»«ÄRµjùI"
  b"IÙæ;DþMÍ„áñ3y}¼ô"
  b"J╗Åf░»@\x1D▒╬7¥\K\x10í"
  b"\x03\ìMEÓ£šŒg\x7F͆{"
  b"Kƒ75iÑD÷ˆœ/)ÍnjÙ"
  b"L\x11\x16á:ÑL+žb]Èš˜\x1F\x1D"
  b"NS\es\x10╔O½Àüëi╝\f0N"
  b"O`¬˜\x18¸M÷–GXñ@\x7Fœ\x10"
  b"O¿D¤ÉÔO¶™5,•’\x10ð‡"
  b"P‡z¿"ùHà¹/-¯W‡_P"
  b"PÝ-VêþJöƒ‰dö\x0FJp²"
  b"Q>òèÝNC7ƒ<ß\x11Î\x02T="
  b"""
    R\x10‹2\e\x15O\n
    ²\x1D\EOå÷¢
    """
  b"R\x19|+¯lB8 \x00v&áèßV"
  b"RJ»ïÔ6DR½“4ìGQöÍ"
  b"Ræ½\x19[zJñ®Ñ'íx¼¿H"
  b"""
    T\x02ÝÁy‰D{ˆ6\n
    Õ{7Éî
    """
  b"U\t\x1F7\x13─I\x1DÀî┤íÎÁ@É"
  b"V8ûÎoÝATµús¼\x156FÍ"
  b"V™ç¹š-F—¸tš½–g„W"
  b"VñcPÝ.J1žþ³è"Ú²Ý"
  b"W/\rØäNJÉÀqyí%½\x14\x0E"
  b"Wjb·yWN‡˜ò0\x07:É`0"
  b"XËı#┐'F·ØBqèe997"
  b"Yò╝ìÅ\x7FG°▓Ù¿─÷6n▓"
  b"Züàεh@¸ôi(fK╩│Þ"
  b"Z·~©å¶@S§l9V\x05#¸j"
  b"[J£¥^\x7FAQµ\x05h\x06Ë9\x04Ç"
  b"\L9}xÇK?·ÐH\x1E6H]\x7F"
  "\bUp\x0F\x1EGᬖi\x01O눢"
  b"\g“îž\x19LĹià[×1üÓ"
  b"]P«\x18\x03=I\x1E«\x00HØ„zØ\x01"
  b"]¸£+ìÁ@H¦ÉS¸\x02åW3"
  b"]Ò│\eDıJÏÖVÆØ¡VÛ┬"
  b"^D╔)3¥C╦ó*I³Éð£\x05"
  b"_%úlå>Gª¸¨úY¿ÿYÃ"
  b"`.ÙR\x07POÛªçï:*Áìy"
  b"`▓¤?i╩F·£\x14ô\x02dÅT§"
  b"a9│±¿\x0E@ì░¯\x08:ëoQ+"
  b"aÊ`™\f`G\x1D”„mÉ\x0EAHø"
  b"c\x15‚/\x10\x18Evªa¼Ès¤\x05À"
  b"c\x16°ÛÇ\eAì‘ù‡tÒÖw\x02"
  b"c)†[”ŒHÁ¡×\x14\x04uô9t"
  b"cÞߪèîH\fŒâ\vÁR\x17Ö-"
  b"e\rB‡ùðHŽƒâó\x06QåÝQ"
  b"e9 ¢¾"K\x17²}\x7F×\x1A*Ù_"
  b"e?ÛIY:JغÆGÈØûen"
  b"eÇ€:%òKÚ’­<åYžlz"
  b"e¯¼QÞ╣Lìÿ¯ßeé+\x04\n"
  b"f\x15\x1F\x0EA‹œ¼ Fñ\x00ÝH"
  b"f\x15œS¾r@\x07\x19µ)ÎÚ)c"
  b"f$…ŠG·N\x02’ê´(8\ˆ÷"
  b"f@þxìeJû°a\x1Aú¬Sè\x06"
  b"fZ\x06ƒô“E…½c²„ì\x19ð\x01"
  b"fkH═ì═KüÀµÜ"[L\x0EØ"
  b"fÿÀ\x18ɱM&¿K0\x7Fö×Bw"
  b"f®ü\x13█ØJ\e×ûºv\x073/'"
  b"f®Æ)\fVHJª›S?8ö·W"
  b"gc]:d\x07D©Éı▓ºp\x15ïN"
  b"h\x01ÞKÖILÒ‰tƒi²áòL"
  b"h9?\x16°XNï¥4^=WS\x12Œ"
  b"i\x1Fyx\x04xDL¶^ÐóÀhpô"
  b"iÆu\x04ºN@ýƒ'\x14y\x14"±–"
  b"k$\x12ĈÝFX•’þž”YjÞ"
  b"k&É└s'Jƒ\x17\f╬Z╬"
  b"lµÉÕòëF=ƒ\x19ð´ö\x04"
  b"m1ªö½yB¢¼\x10b¼¨pÂ\x1F"
  b"n«¹¹ØÛOŒ’i\x14%4X(¶"
  b"""
    o,ÉèDÀAp¬#.\n
    \x0FÑq\f
    """
  b"o-O<­\x07Dÿ£Í\x1D\x05╠+ü╔"
  b"oŠÐ\x7FÙ\x13B¶ŒBæ\e\x15\x199;"
  b"oõ¹’ ¡H´™*´Äüb#ù"
  b"på┴\x14ÍüC.Øâ"ê\x1Eé·æ"
  b"p“,R\x14\x1EL¤¯\x13\x03šzÓš"
  b"qº‹PØàE@¿¨~\x10\tÔé‘"
  b"qÔ¯ÿ¥åCó™×Ц&Œ%\x11"
  b"r:^ÉgýN\x1DÅ\x07+Toï7H"
  b"rNi\x08ƒ«N0‹÷âcn&'Ï"
  b"r\Ëj²KJa¢ek|Ä▄\x1EØ"
  b"rÜJ±Q\x18O\t¼\eÑLWôS’"
  b"sAì▀\x17yE\rÆq\x1F¶¡@ö\n"
  b"s[üx\&O└░e]╣~ýý¤"
  b"s¶.GJ\x00GغW+t üÓÜ"
  b"t\x02k*qªLÜ®×jš¥éò["
  b"t'BÉ­┘A¼úp\x01ûì\x1Fw┐"
  b"""
    t8B‘\x16\n
    I5¾¬'7êók´
    """
  b"tQ\\x10 ÏBS–'9úzɦE"
  b"t‚L´\fÔNĤž˜+ÊvI2"
  b"\x0EÂéeJ\x1D²éùåÌ:sù"
  b"uzšU»ÛM!©×F\r£0·¶"
  b"u╠t÷╠°M¤¿ÒH'Vw½Ø"
  b"v\nèû®\x00Aëî±fQ6YËÉ"
  b"w\x02<┴¥?@¹¢ÄÉmÓ\x19─>"
  b"x@\v?ß÷Nú„^F\x07ö¦Î"
  b"xWÆ:Ã7A¯…5ý6aÔN$"
  b"xˆ×¡9×O\x19»¹ix?!RL"
  b"x­‡åm~@Œ‡\t\x14ï­N"
  b"y8îy;ÉB$«Ëþ\f\x1DuPI"
  b"y±na(~OH„\x11»’)B;‘"
  b"z9V:A˜A…Œââø\x1CëÊ "
  b"zÑ<\x1F\x12\x02Kµ‡ð0ï\x04§ Y"
  b"{¬ÁÕ©×MŠ™\x16PìM½Í¯"
  b"{³îü$–G/½âÓŸ\f.+r"
  b"{Ó%I[\x1FE‘¹\x19\v4$?¹"
  b"|\x02ܯL\x15F¼†ã\x07žªID\x18"
  b"|g_ívqE3ž§J˜nj\x03£"
  b"}!HES˜J\x00Ÿi¾]¼Oèé"
  b"},╦\x1E)ßE▒Ød.\x02\x11oI7"
  b"\x05\x00\x1CGGýÁø┼¼\x14Étr"
  b"\x7Fø╠ØvÃOÊÀ\x06äIÀ.í~"
  b"\x7F­ ~â*A»³èñ\x0F<h \x0F"
  b"€$ÿ‰•“C#†GÕœVÆö4"
  b"Çç8^┐ÏJïüaá▄?Í╠Å"
  b"""
    üÙAS{aC┤║9B└\n
    ╩³\t
    """
  b"‚Æ×tù'E\x10Ÿ\x0E\x07m5?\x06\x02"
  b"ƒ\v\x10‰ç\x12Hˆ‚‚—Òd`Í\x1D"
  b"ƒ¾Ó\x10ž›B\x10”‹œû÷@ј"
  b"ä▀\x7F\x1E\x00SBÓ║ÒØý\x02p\x13¼"
  b"…/PA\x1CŸB&«r<j9\x02¸Ö"
  b"…=OœåÏMÒ¯¦0±w¥ëü"
  b"…VWTÆ(Aù¡‚éQ«\x1Eú¤"
  b"†÷æ<‘•H¸•šz\x18ðzò\x1D"
  b"†ÿY[’\x11F«œ\x00ñ\x08ÊJ}\x04"
  b"""
    ç`╦\rOeN®ü█ºå±\n
    
    """
  b"çƒ│a┌ıG\x01×ë5³û±Å‗"
  b"ë\x07Æ\x7FuaLµÉ£Yª\x18└§\e"
  b"Š?\x1AÜCšE:²f\x1F0pý\x10Ï"
  b"ŒÅ\x14urÓH^–T³"f¹Þ©"
  b"ì3¾ÔgíJ\x19á÷ûóñv\x13ð"
  b"ì×.\x07:©K\x03ÿÅD\tÕaâÿ"
  b"ìßTï[çC┬é\tè‗G\x0E³ì"
  b"Ž\x11\x7F>KõŠ*\x16+\x01ê1Ü"
  b"Ž<>U\x0FCMë­\x13&®m-ø”"
  b"Äe®E\x04ìCìåý╣)4┤e,"
  b"Å/\x1C▄õ╔KYê\x7FË\f`_\x1D["
  b"Å}îÿ░ÚBLº\x12═®û]²©"
  b"Åôî\eHuMæà#=^ìA\x12\x08"
  b"ɺ²l·¿Fè╗&ìÒQõôÌ"
  b"ÉÞZóÈ┬Hmëj«Z?CÝ\x12"
  b"æu¼\x06 fNèÉ#§«ce°ð"
  b"ÆPÝlÏ\x0FF║ëæHb▒\x0FóÅ"
  b"ÆnòÞ┘ÉB3üS\x18\x04µ!Úk"
  b"’ÇJ(\x00TIΉ§®—f0|\x12"
  b"“Š %²\x1DM䊫pÔ¼\x1E"
  b"ös4Þ®ÅL¹Å¼ðIƒÇı\x12"
  b"”t,\x07hwEÚ‘€¬ê\x04ï½Q"
  b"”üÓÉàËB‹žˆþÑx7Œy"
  b"•sPh\x13!Jê„\tÅ\x05Ž¿©Ÿ"
  b"•³0x(#A{Œ§4ľ©šT"
  b"ò║zÂ▀©M╗À!ØÜ²Õ®╔"
  b"òÎ÷\x16ì+D@Æ5~¯X\x07é\x12"
  b"û\x14»á8 L\fÑ╠­ª«+üÚ"
  b"–˳ÆükAG¾$§á 'Å\x00"
  b"û▀\x14l█9@╦Å]¹öþP\x10"
  b"˜²Al× OÚ“a\x14aÔÀ]Ž"
  b"™C\x13Ï'ëC†‰\x15V€6›‘Ù"
  b"ÖÀ\},åKYÄÅMá\x14îAX"
  b"ÜY\x02a\x05~DW×■éeؾ╬U"
  b"šgã/ÊäKjŠ>úâÕ¯¾è"
  b"š…Ô:\x1C\x06G|‡@¬!\fܪ%"
  b"šó\x0F“ðtMD·\x18lÅ©¯åü"
  b"›evÌ¡¥Hi†Ê¨\x17Aò•÷"
  b"\x7FB\x117³H\x1Ež*Å\x15p\r)c"
  b"Øï*WÕëA~æ>^B▄Tå\x07"
  b"Øû!0`ãGÓÖ\x14Cı▄¼╚┘"
  b"×¼m½{ÏFóº¢w»1TÉ\x1C"
  b"žív=%@Ai—t\x0F*8Ð{O"
  b"áâ4¸V<GJƒðI~║0öì"
  b"áÉ?\x1F\fH5ûã▀\x04þY×\v"
  b"áƒ"÷\x07"O┴▒>¬>É\x16\x10ó"
  b" ëEI¢:ECŽ£\x08Æ›¹Cd"
  b"¡¨\tA\rGMŠ‘3-¡\x04Å\u"
  b"í░▒¢8SCCØ\x07b9!z­╬"
  b"óæ8\x1F\x10õNWÉ╠╔Ó╩e═ü"
  b"¢Ýû!ºÆO9„\x14-ëòr@y"
  b"£›ê&ÚFGZ«\x17¡‡ž<?ø"
  b"£À•™Î)Eo’¥Ôq´îr6"
  b"£ï1ÆÅxNü¡VŠ\x12ô¥¼\x14"
  b"¤ôŽ\x07]EO\x0F Þó<ˆÓ>P"
  b"ÑD§\KÿL\x10╣uék█Å \x04"
  b"¦-(K8ãN»¨æ4\x1A·?^\v"
  b"ªwA/¡îL$ü\eæ▄«3+ð"
  b"§%Uã\x1A)J‘žÛSökÁ$ø"
  b"ºú˰¡╚C╗ÉÌ[9í╝TQ"
  b"º½æE\x04ÍA\x07¢§ü▀éÖó§"
  b"¨\\x15§û›Cz“m›\v\x13Ò“X"
  b"¿ad\x10¸\x07A║╝\x1EzKçìY\x04"
  b"¨›Ùñý£Cש1ŠG:å1Õ"
  b"¨Ì•\x07«“H\x07¿(‘Ædfª´"
  b"¿▄\x1CÔªàEH»i¹Ê─Ðìý"
  b"©\e·¹ï«L+€‘½§»«1e"
  b"©›òÆ5¶LS»³Xm\x1AH’Í"
  b"©¦sÿ¹ÚFd¾©ã½Ç>„Ó"
  b"©Ó±×+[D\x17‹€jÒ>‹\ve"
  b"ªd}\x0Ed\x16M‚¬lŸõ#5ÙÀ"
  b"ªyŒŠXØEʬ«)¼¹ð.¿"
  b"«&á|\x1D\x19F/½\rjçVÎÇ "
  b"«oezܰD¶ ­¾^‘C\x03y"
  b"½®,\x12àÿLüûÍ1\x1A\x07\x05Ä "
  b"­#ÊgQÊFü£ÇûÄå¹üH"
  b"­_ÖÌõ>L\x0E•ër\x15ñd\x1Fù"
  b"¡ãPúÉÏI̪oEöÎ╗%Ò"
  b"­íÜžZ\x01KO½«\x7Fwø$Íú"
  b"®\x11^ó¯‚MH•®–‰º‰\x14É"
  b"«¸ß\x11`■@8ÄÖÙÞgü¶û"
  b"¯.3ºçXJµˆ\x07c\x15ÁÒõW"
  b"°\x1DÉõŒ\x1FIw½ëè÷á8Iå"
  b"°­­€‰¶HšŸ¦*_Ífˆ¿"
  b"░·ÄÉ\x01\x06C┼à\x1F\x17¥n┴çî"
]
27 0.97 ms
# cart-rule-loader::load-rules::search-ids
SELECT `rule`.`id` FROM `rule` WHERE (`rule`.`invalid` = ?) ORDER BY `rule`.`priority` DESC, `rule`.`id` ASC LIMIT 500 OFFSET 500
Parameters:
[
  false
]
28 0.97 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"▒à┐└┌ÚBðñÅûêúl\eÖ"
  b"""
    ²Æ¨µ;QCѧ\n
    >Ús\x04Õè
    """
  b"²ósþ\x08VDT©›<•ã¸ëe"
  b"´|-\x00¸hHF±P\x14²]ç¶©"
  b"´¹\x05Žý‹I\x01®Â\x02¡_™¤Â"
  b"µ0“\x06æÇFu¡\x0F¢õ4«O“"
  b"Â\x00│×\rëK\f░w\x06õ:ìIm"
  b"·\x014”ÀjM\x00›*–ÁžŒdN"
  b"À\x15«ƒìôN═à\x10m¥┌\x03"
  b"""
    ·>ÈûŸ B\n
    ލD&’µ\x14Ñ
    """
  b"·h dvñ@H‹W\r¦Ò\x0Eol"
  b"©\x1E×mgÎHc©Y\t\x1EXØ.\x18"
  b"¸@5Å\x05íB–Š·É­Ã¤D?"
  b"©f&"èDIjÜlbÃ▒\x19ü­"
  b"¸¿\x1C,H±LV›y2>wóœ\"
  b"╣):ÒôËEv®cÐüJ#GÉ"
  b"╣³Al¦áE0è"§¡ìãää"
  b"º\x05÷40\x7FLT°\tÑ‚f\x16‚ß"
  b"º>iêìnOô•\v-kÈe§\x18"
  b"»A¹c®ÁF½´‡\x04X;:\x10{"
  b"»a\x03.\v}NÅ–Ê$©do¦ "
  b"╗╗ØÈK¾L¦ÑµXL┘æz¨"
  b"¢\x08║ú}ÅJ'Æ3W´h×ðÄ"
  b"½\tÐñ\x18zMŠ©cxåõ|éÝ"
  b"½^*xö‡M¡¹» ©Ø1´d"
  b"½€AÃgBD+¡,6ÕDÑ3i"
  b"¢å×-òDEü▒L½ì½|ÎÍ"
  b"¾dFk\x7F„Cq†)ƒmi?\x10\x11"
  b"¾ìÿL‡lBæš5•\x08\x0F“‰±"
  b"┐╝¿\x0Fù├HÓê\r-ÉvÂ\x1EZ"
  b"\x10£áb°L¼╝9\x01Cµ‗Ø\n"
  b"└éÅ╗\x1E\x02FøÆTë\x0E5¶/y"
  b"ÁI(ÿ8×@@£@n9‚®ƒ•"
  b"ÁhÇOú\x1EO]‡:‚[‹I¶\x08"
  b"┬GRöaËGì▓Às®þ,\x18p"
  b"┬Ãb8\tìA\x05Ü¡·;[╦║©"
  b"Âñ¹ZuïKP–ÅðÌŽ\x1F"
  b"├É«\vÉÖL5╣H╦X>ª\r@"
  b"├Ø\x0Eıã╦H£é\x03 ┐Í!▒²"
  b"\x15ÉÛı¬N"®ª7+\e­®û"
  b"─Å®¤|`CàöÆ\x1EÙ«╩{Î"
  b"Ä’†Ÿ¬¡C“°ÿÆ\x1EÚnDµ"
  b"ÄåÞŽ#wF\x16‚w&~\x07\x04ìv"
  b"ÅÎD¥ËŒBd¢“Œ*ÛÙDB"
  b"Æ\x03È\x10\x17îJW€<e6xõ‹Ø"
  b"ã/ïcfØH\x07║¦%!\x05KtQ"
  b"Æ’¢‘I°D;‘·¨dO\x01Ý."
  b"Æò\vb\x10*Aʯi³Jf(D…"
  b"È\x10ygJ\x1EFæ‰4¦“»ç̇"
  b"È"kð¡?C¹©&ì¯wïÃÐ"
  b"Èψªk'DÉ›ÿc%^ƒÍŽ"
  b"╔ÅT\r/\x14Eö»╣YV¬¬╣ª"
  b"ÉÕžLatO˜›<¹\x1F“"y="
  b"Ê‚\x05HS«A‹¡Í°±ñ$@ò"
  b"Ê”ß#–ÓH*¸£çüuû~á"
  b"╦¯}│`¹E\f▓ø\x05ƒðù¾Å"
  b"Ì2ô/íîJv¶.ó\x17éû]â"
  b"Ì?ÚtyRKÆ´#o7\\r"
  b"Íc\x0EÒ¶âI¶—Á¦ym|x\x0F"
  b"═u─▀\v)G2╗$ÉÜu\x04\x19ƒ"
  b"ε\e“¸qI\x13 Î@|ÂÕbÌ"
  b"Ñ#YÙ\x07ßA”Žñrg†tFµ"
  b"Ð;ëÊ,ìH╣èZÀ6\x1F\x18╚J"
  b"Ñu ¡‹ªDÀ¿\x10¦¶Eèœ\x04"
  b"Òb(Û|›K!£ET\x00\x12î9v"
  b"Êjç┐îÂFxÁÿü>å'Äô"
  b"Óîe[ÛŒO&ˆä™æ¼\x12s\"
  b"È\t:#\x10ØO\x03ÁÎ~EQf¯\x07"
  b"Ôn†Vá(Nv­^¡tp”‹|"
  b"Õy@Áu\fNgœzž¥\x0F\x0Fûþ"
  b"Ö?g~ÇçH6˜Æ\r}–¦ø+"
  b"ÖYœò‘eIî·\x07.ÒÒ+o\x02"
  b"ÍaÊCÿÈClì\x1EiNH1[Ì"
  b"׿L+–·L\x1A 2Ok@m•?"
  b"Ø5\x1D\x16ÓKIèµpI¦üÔÈT"
  b"ØD^œ˜\x05H¨¯o™\x16ßû<O"
  b"ÙC%þ\x10XJµ¹“iãô³Of"
  b"ÚÂ\x02ÔYrCj¼\x13SáW¯\x1Cœ"
  b"┌­¶\rå|B\x1Fâæ╩\x18\rì╬"
  b"\x12Ýe£\tI+úzqKD¸═ü"
  b"Û›s>î\vK,˜ì<\x7F3AdÛ"
  b"Ûöä€ãXL\x18Ž\x7F7pà¦p&"
  b"ÛùÑ»ÞhBm´\x0F\eÐe;"
  b"\x02\x05▄­\x10@cØ\x1Ao█Rþ\x03\x04"
  b"Üc}\x07+'@G€N•\x1A4{8U"
  b"ÜäÞÝçkDd qÇq+D:–"
  b"ÝÂÌ‹–æM÷³íÜ’ Ów~"
  b"Ìä░lì\tG ½▀\x03Áz\x0E\x13¾"
  b"ÞŽ“üŸÉF|¯ç×ÕÏ?ÐÖ"
  b"▀- ­│ÓDKÅÄ$Hs·-û"
  b"▀ºúØ\f{BÇ¢TÝë│\x10øW"
  b"à‡U>¡bO´§¬R\x01AMZ'"
  b"áaC¬K\x07Aµ¯ö=@GÁ³3"
  b"ál3Ø\x19¬GG©\x15â\x05~\v=•"
  b"áÍ7²\x07‘E}·º 4¿\x05Þ1"
  b"â¢ï>jÁH9•æAJÞµ¯k"
  b"Ô²│ì»é@kÿNÇü*Yö,"
  b"Ò-░ö░ÊM\x17»\x1Cx¹üõ\x08?"
  b"õ\x08EW┘æK]¡Û\rÏkü\x08â"
  b"""
    äA\x16\x10*+A\f„€¯\n
    \x0ESw‹
    """
  b"äR¥)Ý?Hq¡l÷\x10/{~°"
  b"äp\x12\x15“JLÞš\x0Fds(`›ì"
  b"å”i\x1E\x02¥L\x07…ê–ŒyÊ5Ñ"
  b"µ\x1A­¼|mL{î\x13#ìÑ╗]õ"
  b"è+Y¯úàJ)”¸;¾„Jè\x12"
  b"ÙÙdZ¡«M¢®"[É+å┤▀"
  b"ì¾\x1CL ¤BÍ—\x11ÅWúŠmŒ"
  b"í>,w\x05­@\x1A°ØOªat\x03î"
  b"î#?-ZäJH¶\x01¥Ò1Ov%"
  b"îZ¤ÐkÖMN£^—k¿ÀÆÛ"
  b"îúW^\x08oF?¢ï7@‚ó7Ú"
  b"ï+}u­ÂEh§ÅÛ?\x03¾\x16\t"
  b"ï^ÑÒ•|Nw‡\e\x13°z2ô°"
  b"´┘\x1F\x7F\x18øLüô­ ÄVøy8"
  b"­Å┤\x1DçÓO╗¥ñJ¦#êÖ\x14"
  b"ñ\x13Ý]<üAP™\x19ñ­.˜{Ã"
  b"ñ\x15Ç\x01˜aI8°¥>K¦\r?L"
  b"ñ°\x1E‚÷ºNÓ…32Áv\x0F\x08\x08"
  b"ñÚ@¨”·FÒµï÷@_Pw\r"
  b"‗3¹Þì╬GwÖé▓òï╩«Û"
  b"ò€ÑkKøEõ–wš\x7FÓ)žV"
  b"""
    ‗É\x1C\t\n
    äD¸ìW\x16c^³Î^
    """
  b"óA$À\x06¤IÖžó•\x1FžFÚ€"
  b"óFÖ³\x13ÉH·›ÍH<†î÷‰"
  b"¶UëìF\x04NJìË[Ñoä»ô"
  b"""
    ¶~(UrFKîü▄¨\x7FÓ\x12\n
    
    """
  b"ô˜‘[ä˜Oê•×úËWÏÝU"
  b"§\x08\tÇ+ÀH"Æ#ÊÔ1ıÂØ"
  b"""
    õÔ@9\n
    üK»œdHY\x0F†t\x17
    """
  b"øG¸›oØI&¡»j2×1óc"
  b"""
    øÀ>\n
    k÷HK•í)I\x10\x15
    """
  b"ùCD„×dHÖ¯UÄ\x18\x02Í"
  b"ùJQ¨c¸Hþ¨¥ö\x11[\x13‘$"
  b"¨[ ╦»hB\x10ì ÚáÈ@|^"
  b"ùðòz…\x07O¢œ\x05üáŸ×ƒ¼"
  b"·┼DN\┐HæÅ/åâ¯\x15\v¥"
  b"üa„<ÒcL\rª“Ï`7ÂŒ\r"
  b"""
    ²\n
    Å"╬IFàñdJ¼╚¯\x03?
    """
  b"ý}9Œ\x03-A¸¬RcMå\x1ASD"
  b"ýÃ\räcÉNó®‘ü¤wPW;"
  b"þ.ru<\x7FE\x15¼ßaÆ#\x08\x13š"
  b"þHˆÃÊëL-¸\fßWáóÇÎ"
  b"þYd>02J¢´F¡àÁ\ti("
  b"ÿ\r§Y›ƒJë¯æãÞ¯G€é"
]
29 0.44 ms
# app-scripts::refresh::search-ids
SELECT `app`.`id` FROM `app` WHERE (`app`.`active` = ? AND `app`.`self_managed` = ?)
Parameters:
[
  true
  false
]
30 0.47 ms
SELECT `app`.`id` as `app.id`, `app`.`name` as `app.name`, `app`.`path` as `app.path`, `app`.`author` as `app.author`, `app`.`copyright` as `app.copyright`, `app`.`license` as `app.license`, `app`.`active` as `app.active`, `app`.`configurable` as `app.configurable`, `app`.`privacy` as `app.privacy`, `app`.`version` as `app.version`, `app`.`icon` as `app.iconRaw`, `app`.`app_secret` as `app.appSecret`, `app`.`modules` as `app.modules`, `app`.`main_module` as `app.mainModule`, `app`.`cookies` as `app.cookies`, `app`.`allow_disable` as `app.allowDisable`, `app`.`base_app_url` as `app.baseAppUrl`, `app`.`allowed_hosts` as `app.allowedHosts`, `app`.`template_load_priority` as `app.templateLoadPriority`, `app`.`checkout_gateway_url` as `app.checkoutGatewayUrl`, `app`.`in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl`, `app`.`source_type` as `app.sourceType`, `app`.`source_config` as `app.sourceConfig`, `app`.`self_managed` as `app.selfManaged`, `app`.`integration_id` as `app.integrationId`, `app.integration`.`id` as `app.integration.id`, `app.integration`.`label` as `app.integration.label`, `app.integration`.`access_key` as `app.integration.accessKey`, `app.integration`.`secret_access_key` as `app.integration.secretAccessKey`, `app.integration`.`last_usage_at` as `app.integration.lastUsageAt`, `app.integration`.`admin` as `app.integration.admin`, `app.integration`.`custom_fields` as `app.integration.customFields`, `app.integration`.`deleted_at` as `app.integration.deletedAt`, `app.integration`.`created_at` as `app.integration.createdAt`, `app.integration`.`updated_at` as `app.integration.updatedAt`, `app`.`acl_role_id` as `app.aclRoleId`, `app.aclRole`.`id` as `app.aclRole.id`, `app.aclRole`.`name` as `app.aclRole.name`, `app.aclRole`.`description` as `app.aclRole.description`, `app.aclRole`.`privileges` as `app.aclRole.privileges`, `app.aclRole`.`deleted_at` as `app.aclRole.deletedAt`, `app.aclRole`.`created_at` as `app.aclRole.createdAt`, `app.aclRole`.`updated_at` as `app.aclRole.updatedAt`, `app`.`created_at` as `app.createdAt`, `app`.`updated_at` as `app.updatedAt`, `app.translation.label`, `app.translation.label` as `app.label`, `app.translation.description`, `app.translation.description` as `app.description`, `app.translation.privacyPolicyExtensions`, `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions`, `app.translation.customFields`, `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app`.`integration_id` = `app.integration`.`id` LEFT JOIN `acl_role` `app.aclRole` ON `app`.`acl_role_id` = `app.aclRole`.`id` LEFT JOIN (SELECT `app.translation`.`app_id`, `app.translation`.`label` as `app.translation.label`, `app.translation`.`description` as `app.translation.description`, `app.translation`.`privacy_policy_extensions` as `app.translation.privacyPolicyExtensions`, `app.translation`.`custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation`.`language_id` = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` WHERE `app`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01É+Ü╣Éqƒ╗D G├wn═"
]
31 0.21 ms
SELECT `script`.`id` as `script.id`, `script`.`script` as `script.script`, `script`.`hook` as `script.hook`, `script`.`name` as `script.name`, `script`.`active` as `script.active`, `script`.`app_id` as `script.appId`, `script`.`created_at` as `script.createdAt`, `script`.`updated_at` as `script.updatedAt` FROM `script` WHERE (`script`.`app_id` IN (?))
Parameters:
[
  b"\x01É+Ü╣Éqƒ╗D G├wn═"
]
32 0.38 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:
[]
33 0.20 ms
SELECT LOWER(HEX(`script`.`app_id`)) as `app_id`,
                   `script`.`name` AS name,
                   `script`.`script` AS script,
                   `app`.`name` AS appName,
                   LOWER(HEX(`app`.`integration_id`)) AS integrationId,
                   IFNULL(`script`.`updated_at`, `script`.`created_at`) AS lastModified
            FROM `script`
            LEFT JOIN `app` ON `script`.`app_id` = `app`.`id`
            WHERE `script`.`hook` = 'include'
            ORDER BY `app`.`created_at`, `app`.`id`, `script`.`name`
Parameters:
[]
34 0.17 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"╣,Zç<1I³Ø-W£ûqÐÿ"
  b"\x10(Öì·\tO2ƒ!59gÿjX"
]

Database Connections

Name Service
0 default

Entity Managers

There are no configured entity managers.

Second Level Cache

Second Level Cache is not enabled.