GET https://nc-tkd-dev-sw65.roqx.de/account/order

Query Metrics

32 Database Queries
29 Different statements
39.58 ms Query time

Grouped Statements

Show all queries

Time Count Info
7.40 ms
(18.70%)
1
# cart-rule-loader::load-rules::search-ids
SELECT `rule`.`id` FROM `rule` ORDER BY `rule`.`priority` DESC, `rule`.`id` ASC LIMIT 500
Parameters:
[]
6.78 ms
(17.12%)
1
# 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`.`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`.`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`.`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"\x06@>Û©\x10IB£‰ÄùŠ\x00"
]
3.05 ms
(7.71%)
1
# 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"Z:#~alF]×═─■&\x1Eì▒"
]
2.33 ms
(5.89%)
1
# 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"""
    VDLgæœFï¼\x12*\n
    2¼»°
    """
]
2.31 ms
(5.83%)
1
# 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.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"\x03\x00\x7F{8cF┤âÉ®B£y└°"
  b"/¡#O¹\F¾‰±ç…[•AW"
  b"=4Õ všC‚§c —}éS\x07"
]
2.28 ms
(5.75%)
1
# 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"\x11U├©╚(@RÑu┼\\x13¾╦É"
  b"`†u\x07YBJ9¸m›1±Fá\x15"
  b"€jU”FüD¬…éÜœƒ8\x07Ñ"
  b"„¢9͵FDm™o\eÿc'‡\x06"
  b"Îi°ÄnóFÅ„³L 5g\x14¨"
  b"GööI=®F!¤sàv{¹^ö"
  b"\x00\r$óɹó3YóQŒ°o Ã"
  b"\x00'\x08cÄ$v▄ldgØ\[#V"
  b"\x00KkpÅ5”¡&χz=3Ú\x00"
  b"""
    \x01½\n
    #Eü\x0FU\x07┴ô~\x1E°AÖ
    """
  b"\x02*ÛëlÝÉ·Pþ̹³Ï9›"
  b"\x02Ñ0¡Õád±Ô\x1A&ar\x0F¡Ä"
  b"\x03;Gžië\x05ÍÎÕwðG1÷¸"
  b"\x03┘§'‗\x7F0|├\x17 ´\tÓ╩Å"
  b"\x04§±ÿ›Ÿ€Èâ\x1Ayárº¢0"
  b"\x04¤-Ë\x13ü┘zÐ-å3\x14Öà¨"
  b"\x05/`q\x12­é£ªŸß\x1Eµâ}r"
  b"\x06c¾ûæÓñcôdËà\x11¡ß›"
  b"\x06‰Œ~š£\x00G:²\x12½7RG\e"
  b"\x07\t\x17\x1E,—‘†’\x01h\x18Ö\x0E’T"
  b"\x07ŸNPÞïU©\r\x00±žüÒm"
  b"""
    \x08.ªv/±ÏÐ/%\n
    \x1E°‰íq
    """
  b"\x08>ΈhË*{>éªbüâù\x07"
  b"\x08UaÆQ.n5¾»ÇûlhÂÙ"
  b"\x08x╗©¤}~%╣º!\rì\x15L■"
  b"\x08žÖä.ôU½ø˜¬‡\x01\x08:""
  b"\t6'„±D\x13,€\töœ\r×#N"
  b"""
    \n
    €D¾õ0ۼΨîg\x1D€ü‰
    """
  b"""
    \n
    ¤Ñ§BÍ\‗\ú▓:¨ìÁø
    """
  b"\f\x0EÈ}È\x12?)ñ\rÁ\tÃeÒ<"
  b"\f!•\x15œ‚ãÓ_U]*Ý\x17\x12"
  b"\r‰Ïx7"{\x7FG0\x08¸žƒ\x08{"
  b"\r¨k«@œ\x06S9!Ž]+xø2"
  b"\r½D'nÕ—¯ìËf2ÐÊûê"
  b"\rÕ‘õÔ*»\x00˜&\e/pL³'"
  b"\x0EØ\ª¤S{│¦z_\x1AH\tñW"
  b"\x0FÅ’ÝE˜ë\x15ü÷ôoÿ¬Ðg"
  b"\x10ho*8ž©ÜÃÊk‡á\x12\x01Ï"
  b"\x10ÌÎqwg-┐ä±Öüß┼i£"
  b"\x11qmg¼¥\tzäWäüïÜÖ_"
  b"\x12\x02─$$N|p좡‗¤QÍ\x02"
  b"\x13$dÅ1\eôʲ¾\x10ê{%Ÿâ"
  b"\x13o&äÏ­@§6‘‹ÞS梸"
  b"\x13꣮襢»‚&\x12ô'f±¡"
  b"\x14\x12ì´–»\x11\x17ZÙû&÷DÙ~"
  b"\x15\x7FÐ.p;\x02*¤Ÿ'Ìæé]ú"
  b"\x15·®Êh<\x0604+\x1E÷±øÃj"
  b"\x18ƒŒKÇ\x17\t—«Å\x1FÚ\x05@¶ç"
  b"\x18˜„\x0FOû2K÷T~ú €»w"
  b"\x19*Ȳ¦þ\eZYØfMT¡Ù%"
  b"\x1A\x05îì&¼KJ`Â}»■è▒`"
  b"\x1AŽB\x1Dlœcú3[@ªB\x0F¤s"
  b"\x1A§´²È¬xÃӸÅ\x16nDn"
  b"""
    \ed╣╗@■.mïV\n
    a(ظ¿
    """
  b"\e«¾²{ú©¹\x04ói2ÿ8Êñ"
  b"\x1Dú¦)ä>^¶.J=>ïLÙƒ"
  b"\x1E»N\x15FNq¿&¯ð\x13XÄ;^"
  b" h■┬N)þvÉ┤!?.r<ë"
  b"#"ƒ\x17J\x05¬ÃJFœ\x04Þ7Õ'"
  b"#¨µæÁ#2´¤Ñܨì¾s;"
  b"$MÀI’\x04l&¥ø¦Ë\x03˜&e"
  b"%o5»)^§\rdCö\x07\x17\x1F"
  b"&8,ì_\x08°'tË[\x01ÜL~="
  b"&€&º,]u—Ô~-¸SžJ\x16"
  b"&κܧHè¨mÙd¼Å\x14ÍÒ"
  b"& ù\eÖ|9ÉK×P°ÛmßÎ"
  b"""
    '\n
    KáÌ5nSˆ•mATÅ-•
    """
  b"(§:i:5┴╗ìSÅ┐\x17:Å1"
  b"(ùS\x01¸\x1CÈÌx÷u“.,ÄŽ"
  b"(û5¯Ç9soBë•ÜÑm´\x01"
  b"\x06{>#“MvGÔ³¹6×\x1C"
  b"""
    *B\x1E\x1Fı ò@\n
    í\x0F\x1D║Å
    """
  b"+\x02-ýcò¼Úÿšo\x17Lå` "
  b"-N>Ë/\e<°Kq\x16…ùçÝæ"
  b"-▒█îôJ\x14üz▓¡BØR2¢"
  b"-┬üJµ"§u>Úf\x15Bø?u"
  b".Ñ╗¨ñ,┴\x12\x00\e\t║ªÅ\t"
  b".ºô²§\x1C¾H,í‘‘\x1E\x19;’"
  b"\x1F¿ù‚çªÖ\x1A\x1EŽ€K<"
  b"0\x0FiM\x03åJ@³¹±X\x04˜õ\x11"
  b"1;qj’*' ô\x00\x03¹Û~f:"
  b"\x10ülC¿ší:\\x16„HÎ\x1F"
  b"2\x11ÌÚÿ•\rs_áñ\x08$Ú”:"
  b"2³Å\x17\x7F\eˆ6\e,\eâ\x19\fþ"
  b"2ºŠÄ0Ü}­bàþ˜Aq\x128"
  b"\x18\x1C ±9’HGáåˆ\x17"
  b"3\x10W„q±•žLeAaTÿ­("
  b"3þ¤¥Å`6¤ü-\x13ðƒ0s¿"
  b"4‹š(Ú\tD1ž\eÁ¶§GÝ}"
  b"6Nm\x1EÕ‡'æ1¢¤\x14\rÙ®x"
  b"8[Í!ðᙺ’1u矃,†"
  b"97Aä\x7Fžh6û•Oômm¾Ö"
  b":¤¿ø”™ŽÖš\x08\x0E\x16\x02û"
  b"<=\x05£‚+X\x1C®†wxÕ—­}"
  b"=Dɽ\v©;ØTʧ]úÔE¹"
  b"=Lä2*\x02\x1E){}¿ü²=ÿ2"
  b">XżÞY#\x19)ÙÀMø4\x10\x1D"
  b">uIJûDwÙ‘ùù¬a©ò~"
  b"?.k¹lèwR1L”\fôÍ\x05z"
  b"?‡<ôø9pB¶é%T_‡.\x13"
  b"?╝qD\x1C¿\x06\x18bK┐(╠\x14üö"
  b"A »ƒp\x0E\x175Ó¼BÚÅó"
  b"AE¼h\eÇÒc"Òýçeì╝~"
  b"A¥_ïœt\x00Áô‡\x12\x14s/ƒ\x16"
  b"""
    B\x14|\n
    ØÐö0bÙ'Tú[B'
    """
  b"BA\x03í·nª—»’µòÿG\x02ˆ"
  b"BX ™kõÆoPºðŽ‘l\x19¬"
  b"EýÅ×"▀È3+ï┘æ╔-j "
  b"H<[ƒ1\x1CË îƒ\x1Eà─éì´"
  b"HX4‹ªl2¨FüU8Œ\x1Fæ>"
  b"H°¤Ése├\8R5PJ\x11EL"
  b"I.*Û¤ì鱉¨ti\x03Ì{¡"
  b"I˧\x04k\rZ»!Ü^C%²__"
  b"\x02/ñîÓã@‚jƒÖ´ýá"
  b"KrÅ"â\x1A\x11J«Òu}þþ3M"
  b"KÂY╣Xü'S¾Èznf_Ùf"
  b"KÂd\x00vÐûÿlœ\x049å9Áø"
  b"L£K/ØO%_UÀm]Ó(qk"
  b"M‡\fa°°^—ó0+«Ž»ñ:"
  b"""
    OÀP¿Ï\n
    J¿”KµxÄB5n
    """
  b"QGê\x02\x1Fø\x1FS^\x15%ŒžÑz9"
  b"""
    \x02Z\x0Eˆ\n
    yºù=ã¼¥q¼
    """
  b"Ràª9~&ÿ¯\x00Ñ™‚°ö“ "
  b"S\x02A┴=AAs$8ɪ\x08§ó2"
  b"S\x11š¸9«\x11.ã_XÉÎn)s"
  b"T\x0EzåõÐ╚ð°5ÉhdÞ²‗"
  b"TžR€@[ež¡¢½¾E\f¸V"
  b"VO$\r6\x06±RQàöÓz\x13°Ø"
  b"Vњ˗õ›CƺëMŸ\vÉJ"
  b"""
    W¬ëË_‗\rÛ┤\n
    D\x12Å╚ö|
    """
  b"W╗õEÞkÝ]▓Y■ôÅ║Z4"
  b"X.Çä\x1F€Ãjy›RµZ©öü"
  b"X·ó┌LÅliÜ×Ò}\x02\x03&?"
  b"[dD9?àž½šöR\x02\x04t"
  b"[Šn\x03ƒ»hI¿sÔzn‹¯u"
  b"\ñˆv\x02\x01\x04–-ø¡C#Æ3¥"
  b"^\x00\x0F½pì╔æ=Ïüïk\x19I3"
  b"^_2îµo\x141%B²T@ì¸["
  b"^úY÷¾N~„\f\x19\x06\x14oå›"
  b"_I\x10¡ÊnμkŸH(}í>J"
  b"_Õm€Š¨ ©ž³F_&Ç\x13Õ"
  b"_ÖDÂÑ7ä en\x13¡¸aœý"
  b"aÛü\x1F9±í«n\x16æ Ë‡6‰"
  b"b\x032ë?œ\x10-\x08vI!(\x03ña"
  b"b{ã,ñf¦Å\x12ÈO▒Ü\x1Aè]"
  b"c\eþ„\tbµî\x19@¬$N»¡ÿ"
  b"cØ¡u╠Î)4Òï\x01▓/¡╔õ"
  b"cß¹╩®U┬i\x1Dü>áÙ¿B¥"
  b"dÿ÷²ÊÓÉÙ?S\x08›nÅ‚\x00"
  b"eÊ9r5{ØË\x04µ╝0Ù╦║I"
  b"eÙµ¹Üä˜\x081-\S‚ò›"
  b"f$\vÍýé\x07{Ãåຄ\x08r\x1E"
  b"\x03■ƒÝAìp<]N*¤6O"
  b"gó1ZOÕa9ãLšÿ¾æE\x1A"
  b"hL\x1EkKªå¿}ö\x14â庀¨"
  b"h^ú½üèxª9¢q\x10Õ\x08ø{"
  b"h‘瑌Eû\x10\x1A‡=Øs°"
  b"\x15┐OH\x0EQ\¬Ø \x06┌³\x10"
  b"k43Ð▓Y8aÏ█ÔM\vÒ\x1DØ"
  b"l\x00þ¥ÊàÊX\x05‰ÝqŠI\x1Có"
  b"l@ü@ÇHxòBù\x03)Zñåž"
  b"l›\x16‘/›GMèÍ¢ë-\x02ss"
  b"lÞÑûi™\x00—ZÏ\x19\x1EK‰æ["
  b"\x03awÊÁ\x13j\x0EPj¤§—G"
  b"oN╗\x06õõ¶s■\x7FBT+ì=l"
  b"p╚Ñ\x170@Ù┘\x18¼C \x1CøÉL"
  b"q‚´\x1D@ôŽð\x08Í/NãXPu"
  b"qÐ*\x03u¯èÒóÈ5\x19®\x1D·\x1E"
  b"q×Iç\x02QÞÏž4ÖŒ\vä*‡"
  b"ræÕïêÿfàÚ[ìòd|ï\x01"
  b"s—«RO”wLôÑnÉÝÄb«"
  b"u\f8½¤ŸÔ\x05©\x11ˆ7A\x02©4"
  b"uãVÏ\tQ׃ž#òÌJä5½"
  b"v\x17$Î'\x03¾\x13Mï1¼Jö?a"
  b"w!©\x11\fJ\x18ã£Ç)ý75;ã"
  b"""
    \n
    HçNå¥;°\f›n\\x05u
    """
  b"xút¶\x00\tG\x1C¿žyõƒ‚„i"
  b"zDa¥KéÔVö€7Œl€*¯"
  b"zí¦úTž×"\x02öþ`ž³³I"
  b"züã\x07–Ñšo†\vsû¸_5\x07"
  b"{k'I\f\x1A\x16\tËÒS‡­È\x06Ä"
  b"|@JªbÇšíÄ\x02iÀ€u\x08¢"
  b"""
    }2\x1E#J‚!_eK›ÂE\n
    àÅ
    """
  b"}p¢¥\x1AÊ\x01ÒÉÐeèµ7ýð"
  b"~-\x00¾ïü}Ïò\x01t\x16Ë\x07"
  b"\x7F-½Ë¯*Õ\x1F└;ÉWà╔CÙ"
  b"\x7Fó¾«ÜêM\eÔÔ)‘šIpí"
  b"""
    üôÌC»}4\n
    \f«ä Å■Þ;
    """
  b"üßV\x1E\x14Ï\x07Ö<\x1Ef\x1E©\x1FR■"
  b"‚-¸¶!Ö¶Šd\x1D\tW`˜KM"
  b"‚êÎê¾H¥óÔ¶Š§â"µF"
  b"ƒ6öÂ.1ÚRÂÎqÅ@"
  b"ƒEO)¸\r\x13ñMÄ(\x15Õ9Q"
  b"âHíÎLıD╬ì\ró┐Y\x1A"
  b"\x1CÉèæ˜/ýºÒ\x16‘ÑüåŒ"
  b"„H«Y´³"kü€žl\x14ÔŠh"
  b"„u\x14~‡Í<‰Jô\x1F\x1Eê¬ÄÌ"
  b"„À>Åo\ecM\x14С=mÝê_"
  b"àÅ┴¡┐gxߨf·ìnó]#"
  b"…ǹ\x13–´û¬hÁaË£„ŒÃ"
  b"†“ì|î}ÿ4\x045AM§*ž¼"
  b"‡7\x1DÄ\x1F§I\x16c\x00Æðã\x19Yp"
  b"çU\x00£ÌO\x05àðhûmËÞ«ü"
  b"êK\x1A┬N&ú3\x15\x13ýW:ƒÅ"
  b"ˆT«àc9\x138³‡\x0ECŽR§\x07"
  b"ë!■BüÈæ¢░\t\x1E╦ù│v\"
  b"‰.Õ\x04`.Ûʦ&ê:\x19slm"
  b"è\x18¬+Éq\e±ªI┴Lª\x1Fç~"
  b"Š¥£€Á€GŽÎ9;\x18ÿBæ\x06"
  b"Šþ¥ÇɵñŽ:pRo\x04Ç€Z"
  b"‹R\x1Eo½ÝoÆy\fT,|>C_"
  b"‹áE<\eDA\x1C €¨\x18“š‚\x12"
  b"Œ‡I+.²£ÌüÞôë™Õ¤?"
  b"Œ§%ô\x1D/MM?ÈFóÆŽ´Í"
  b"ŒÎé„_§ÔÉ\x02J#\v\x0EE\x17ˆ"
  b"ìz\x1F K´·ÝDÏ ─a÷EP"
  b"ÄsëëÄ5ì▄▄a█=xÀ║Í"
  b"ŃX}ÞòSoGCH▒\x11¯┼Ú"
  b"""
    \x04Ÿ#L;`*ò\n
    ‡öšv à
    """
  b"‘:\vZÅ/¯67ý×ø\f“É•"
  b"‘‡h^³žQ¦ÏŒ\x0F}Ù|¦0"
  b"""
    æÒ\x1A½\n
    (l̃\x15LþöïEü
    """
  b"’³Õ£\x14|\x01µÓç.½‡#Æ\x13"
  b"’ÿ\x06S¬¼¸\x16\x03é.¦´~\r_"
  b"ô\x1Cb`¬×Ö\x1E[ì:■ëk▓6"
  b"òé>²3rQ.´\x19ÅLÇx\e\x12"
  b"—3Ë%Å…9íˆ\x04\eÀÝaE•"
  b"ùáRËü?\x00▄®pÑ@r│B¯"
  b"—ílùÐÿç\x7Fu[&&£“\x06"
  b"ÿ▄ì\x14D+\x16¥ïqk¬\x1FX!└"
  b"ÖwÐ5¤!,.g>JçÅ7┤»"
  b"øÉ▀\x05Â{×]r@\x12\x1Dz\x10ó\x15"
  b"""
    øãè\n
    Ó╩É\x1Df▀ÉcP\n
    dr
    """
  b"œx"Õ\x005*\x03]ŸôL\x0EÖ\x16~"
  b"Ø\x0EüU┤qÈ\x1AxhA│░ée\x03"
  b"ØWY^2ª║ÈdS\vÒx▓óæ"
  b"×V\e?╬\x04\x07ù\x0E┌GØ<9F]"
  b"Ÿ±\eºÕ3³Ñ|6údÓ‘už"
  b"Ÿëï%kÖ¹!€‡vj[°Ã@"
  b"""
    ƒ \n
    É+Ê<H╦Ç╚xeö┌\x13
    """
  b" G\x08ßÓVP\x05\x06Øs\x103“Ä­"
  b"¡u¢¡Cµ™üøH|Dz+§*"
  b"¢\x1DQêr±\x07Hµ*\x1A\x7F¡Ûãi"
  b"ú%╚mÐ*FSóü5ƒù¸d~"
  b"úë\x17>9äÕjCïªiÔ(=ü"
  b"¤ƒ4çáHQ4Ë\x0EV\x18âú`¹"
  b"ñØ\f\x1CFòMLá\x08Keå<Ù9"
  b"§ÿÑp¹pø¿íþ\x1FN¥èËK"
  b"©Ø;š˜­\x7F\x11¸7;)¶\eIj"
  b"½E▓%▓Å\x13\x0E\x11\x11¶§#òCþ"
  b"«‘H›{D+6ŠÕ\x12)™ŸWõ"
  b"¬Æ\x19|FœYøÞ—óÊz)à¹"
  b"¬Ò *òèzV×\x08\v\x17Êú}\x0F"
  b"­\x11v×ÿ\x1F¸\x03TÀÍí\x16¶:˜"
  b"®7¥U\x7F@ýFá1O¼R\x15Òà"
  b"®›î?\x1D\x1Ad.\x05e`‚ËY"
  b"¯nØÞ/Ù$wøÂ\x1FÜÄê¾B"
  b"°\e\x01\x04PíDUj[\f\x1Fõ"
  b"°4õm,²Ý}xìƒQºˆ\x0F6"
  b"░@H\x06\x12[\v▄Ûæ╔ÅE║ê\x0E"
  b"▒s\x11É{\x06╚åxo4Ê█ óR"
  b"""
    ±Æs;ôIÇ—X\n
    fžy½‘`
    """
  b"´È\x11ª´g¯ŒdìGH\x19\x1F³"
  b"µô‘„·_ÔïFR†ÊFœ\x08²"
  b"¶T¬å^´±%j\x01‹Xå¦_Y"
  b"""
    À\n
    ÅÝc├Ʋx?ìãè\x7FÖ┬
    """
  b"·³ªJÇ4ßšx¤“œ˜îlÙ"
  b"¸G%ó˜q"C\ù\fžOÏ¢-"
  b"""
    ¸”Ä\x1FÕ¯\n
    Á\x05\x18J܃—
    """
  b"¹*©€…œƒÙ\x19øÊTz¶vz"
  b"¹Ä\x14«”íäWð;£hsÅ|î"
  b"»m¡§]ŽÒ€(ï%_¿\@‡"
  b"»Å.(º\x7F-ì®!]dvîíä"
  b"\x08;îCõÖ╬É\x7Fߨ<\x01î)"
  b"╝Ç{[\x7F\x0EªF¤\x1Cd­ØÚ"
  b"¼—Ô·¾ÛÙsi‚‰\v茛\x1A"
  b"¢┤\x19ú\fÌÉÚËí┌«\x1Afг"
  b"""
    ½íB²‡\n
    Û–h’ë_.Ú‰Á
    """
  b"ÀÚ\x15ÁX\x17&yÙœËä±%7Ž"
  b"""
    ÀôÔ\eÓRT\n
    \x1C²ö)Ú@›Š
    """
  b"Á=Ž®»Ž~XÇk3W9B¸Â"
  b"Âu^k\tª…M'Ü£«~\f•Y"
  b"¶ÿíIÇÔ3\ed\x1Co39§s"
  b"ÃÞ\x14ðÀ\f2ô‚\x1FðlÕ¢*\x7F"
  b"┼E┬úý░\vY░╩øvÓ \x14ì"
  b"Å„\x07!7Ø› í1^\x1E\vQoé"
  b"ã\x08,9Ð╠«¯\x0F╠ì├FQû┴"
  b"Æd§0!ã\x06º¢ÖGaÌwåÊ"
  b"Ç\x03\x1Fo³—÷§ò\t\x05mY+™\n"
  b"Ç#!l6;<_%¨,0?\x1F.…"
  b"ǽa,Ë‚CâZ…t<’\x04"
  b"È\x17ÄÎF˜Cî<\x1E/ʨŸ¦ÿ"
  b"È•¦ý\vW›+]¶É\x18µ±>ã"
  b"Éj­…Õ9ãÅZñÐá#Aż"
  b"ÉÖ…UC$SÖmîÌøUÞ+ö"
  b"ËIbY À­›\x15\x1EdnL\x13øP"
  b"ËcË)g<­Áx‰»®…ó\x00ü"
  b"Ìo¦>Ù\x0E½\vR´"@\x18w\x7FÇ"
  b"Ì´Þ?g9M\x08öMRˆÉ²±÷"
  b"ÍR\x05\x00\x151P\x7FºËÂ@\x0Es¶Ž"
  b"Íš\x1D@ÞÇð<>\x0E0>o™\f^"
  b"""
    ÍÔX%‰t¿1J^—\v\n
    ¸\x08Ú
    """
  b"""
    ÎVCŠ2¾M%µ´\n
    4Œ%ol
    """
  b"Îim_©ïÉC¸~f\x12È-\x02X"
  b"ΗŠÛexv4£à\x19§;À×\x1E"
  b"Ð\x06\x1Dh2 /ñ\x00\x0E–ãµ,)E"
  b"Ð"O‹‚’\x0Fj4°öÊÈ\x15ü#"
  b"""
    ÑI#t\x04MJ¶\n
    xZy[ÿ6L
    """
  b"Ð|ýñ³b¦\x07ì8\x1C┐Ï┐Âp"
  b"ÑŒhlÿ¹<ÅQÃ\x15Ú­-÷"
  b"Ô\x02ðüÔˆw°ñ‘ÕðŽS\x02¥"
  b"ÔÓ´1s\x7F#y¸\x11´+U‡EÍ"
  b"×\x185‘\e\x0E\e\x10Â\x1DÿÑ<0†\x18"
  b"׫v8Õ‚âЮ\x1F\x17N¦Ü!\t"
  b"×È9Ì\x14ço»£0\x03¼DH\x15\x11"
  b"ØjtÈíÞ¦\x7F\x19±’'Qµø;"
  b"صL15®\x03%·ÃF€³\x00\x05"
  b"ØÚ@_gÒÁÓŒìn×GO{\x02"
  b"Ù7O}ÒÎq‚ %\x13¤KK:\x17"
  b"Ù´*ŠºÕ5ç\x7Fþòlz\x18\f"
  b"ÚÄ.Æ\x00\x1E<½õ]üÁÐ4p¿"
  b"Û\vÏ´§Àm~c\x02”?÷â\x1D."
  b"\x0Fa\eFËÉo:!\x00!8$íÙ"
  b"ÛDL\x15Ó§^Hø%\x7F\x00S}g‰"
  b"ÛH\x00½Ê'‘\x195º«õ“̾ä"
  b"Û_\x00µù§\nS*§œ\x1Aïnô3"
  b"▄ÅÅ\x18OJ/T\x1D\x14\x1E╠æª\t3"
  b"Ü÷µEµ<dú3#\x0Fv†\x05ñ1"
  b"ÝF¸N\x01æF÷…¸Db?8\x116"
  b"ÝL†ÝuNЪœ4ŽjR·ôå"
  b"Ýߘ\föò‰\t«˜U]/v„\x0E"
  b"ÝàŽ\x08­ 3g"¯™\x02\x19“·g"
  b"Ýõ~ñÄC—©j÷™Þ\x1Fß÷v"
  b"""
    Ì\x16ì¤)\x1C(æ`r\x1F\n
    ýP«á
    """
  b"ß¹™7\x14ùÝ}<ûÉG\x11“q\x03"
  b"à†ÈÑìËR§/M\x01‘‰#w!"
  b"à‘]”\x0ESYÏÒÁ#5ú[óg"
  b"áݱ\x01ó\x01¯0e[-™Q\x7Fpÿ"
  b"â\x1CuIœŸ\x00èid8À\x07M×”"
  b"â\x7F·ð°\vŸ ñWrrÉo\x10Ù"
  b"â±p%ÝÆu)}*1F>\rîF"
  b"âÊ3pEØ\x06e¾´l1ÏE^ä"
  b"Ò\x1AlØeý3\x0E\x18┤J■Í\x0F\v"
  b"Ò▓òNûÛü▒¡¸Ù%á¹Ä/"
  b"äP8ÀC®†í\x13Â\x01\x00”_\nù"
  b"ç\x08§LÜ–õå§Á0.\x18ÿÚ†"
  b"çzhñSLÿ`ö»ä¤\x13âa\f"
  b"è³íŽXr³˜\rýïa=gg¢"
  b"èѳí7ûâ\x03F»Û¨Œ$y–"
  b"ÛDºòo¾t╝!ÿèüç ├╝"
  b"Ûd`\x0E gÉ▒╣â²#╦\x15ãº"
  b"ê–˜ F\x1Am뼜¦%¸áÒ¨"
  b"Û¬▀╬öê©6Õ¯Rúã©Ø‗"
  b"ì8Ó\x08ï÷sI&\x11Õ~°ð\x17â"
  b"ìh>HG$5wHŒà±òMÕ”"
  b"ýu°MÖ╣ó MI\x04ü\x04¸¯2"
  b"ìØY<SQ\x07à Àè{Gæã’"
  b"ìþP59泂¥Yüvv\x1CC8"
  b"í@ÙÍX\x00äÞ¾ë°f`Ö6æ"
  b"íLMß\x08ÖëDL&Åj“F$©"
  b"Ý║\x1Eü)+\x19▓B\x16ªÇ■│╚;"
  b"Ý´¾ÍWÍ\t©ú·\x18\x02Dì╦╦"
  b"""
    ¯ÆRóØÇJ[{]╗½\n
    \Ѧ
    """
  b"îš±"¥'Q\x0F\vŒ­©¾\x1F"
  b"ïY\x18_òçµÙÕô·\x05tO\x07"
  b"ïø¬“´©i齋ú࿔í"
  b"ð—³ ž£Á“@‰m™c‘¸P"
  b"ñ\r\t߀R<„t\x1Em\x02ÎÞê¾"
  b"±Z{`▄▄\x15o¤üK¨|Õ§═"
  b"ó\x1C­\x072–Ð,ª\x00mTk¡àp"
  b"õ¶\x08/\v´Iå¨+¡^㬽\x13"
  b"õÒä"ŒkGIB0k0lÕ´Š"
  b"°╝Bw3¿Ü úìQ1┬&®0"
  b"øÇÄÜ\x1Eše×\e\x08\eÞê/çÁ"
  b"ù7û\x07!æðü\x15b`Î:"j§"
  b"ù‰ú>~\fnwíîj\x08úþ?ª"
  b"ù—ë§±t#d¤¾-¢ˆ\x17ïr"
  b"ùûFø\x1D\x04?\x15L8ΨˆEÓö"
  b"·9 \f¢\e Øö╚IÐ,┐ôÛ"
  b"úQ.é\x07\x18\x19\r5\x03÷Z\x16®"
  b"ú´§õÑdÈ‚ï\x02\x19"Ì%Ø\x15"
  b"û¢È…eÜë\x04w¼æ9€\x07¦‘"
  b"û³`løŽ‚&ض<\x1Dé}\x0Fq"
  b"³xtñÝÆ┬8^Éû\x1Fä2Û¸"
  b"þ\x03I9Íå\x17Ú%‹›æì-èÙ"
  b"\x107┤─üû°àƒ\x12\x13dxq$"
  b"þ‘‰uºpÕYÓ‹lóà1Rä"
  b"þêž!\x10þ¡]t4úw\x13&Š|"
]
2.13 ms
(5.39%)
1
# 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`.`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`.`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 `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"3ðåh╗ÎD¨üVD¥\x18Mä╦"
]
1.45 ms
(3.66%)
1
# 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╚¢Í"
]
1.41 ms
(3.55%)
2
# 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
]
0.99 ms
(2.51%)
2
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:
[]
0.87 ms
(2.21%)
1
# seo-url::resolve
SELECT id, path_info pathInfo, is_canonical isCanonical FROM seo_url WHERE (language_id = ?) AND ((sales_channel_id = ? OR sales_channel_id IS NULL)) AND (seo_path_info = ?) ORDER BY seo_path_info ASC, sales_channel_id IS NULL ASC LIMIT 1
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"""
    VDLgæœFï¼\x12*\n
    2¼»°
    """
  "account/order"
]
0.84 ms
(2.12%)
1
# 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"""
    VDLgæœFï¼\x12*\n
    2¼»°
    """
]
0.78 ms
(1.96%)
1
# 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"Z:#~alF]×═─■&\x1Eì▒"
]
0.65 ms
(1.64%)
1
SELECT path_info pathInfo, seo_path_info seoPathInfo FROM seo_url WHERE (language_id = ?) AND (sales_channel_id = ?) AND (id != ?) AND (path_info = ?) AND (is_canonical = 1) LIMIT 1
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"""
    VDLgæœFï¼\x12*\n
    2¼»°
    """
  ""
  "/account/order"
]
0.59 ms
(1.49%)
1
#cart-persister::load
                SELECT `cart`.`cart` as payload, `cart`.`rule_ids`, 0 as `compressed` FROM cart WHERE `token` = ?
Parameters:
[
  "VhbZhpUMQ7SsNEFq8dEOdtAacwDAbEAc"
]
0.57 ms
(1.44%)
1
# 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"""
    VDLgæœFï¼\x12*\n
    2¼»°
    """
]
0.55 ms
(1.39%)
1
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"""
    VDLgæœFï¼\x12*\n
    2¼»°
    """
  b"Z:#~alF]×═─■&\x1Eì▒"
]
0.54 ms
(1.37%)
1
# 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Í‚ó¬›ÑÀßÊ"
]
0.53 ms
(1.34%)
1
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = ?) AND (token = ?) LIMIT 1
Parameters:
[
  b"""
    VDLgæœFï¼\x12*\n
    2¼»°
    """
  "VhbZhpUMQ7SsNEFq8dEOdtAacwDAbEAc"
]
0.50 ms
(1.27%)
1
SELECT `key`, `value` FROM `app_config`
Parameters:
[]
0.47 ms
(1.18%)
1
# 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:
[]
0.46 ms
(1.17%)
1
SELECT configuration_key, configuration_value FROM system_config WHERE sales_channel_id IS NULL ORDER BY sales_channel_id ASC
Parameters:
[]
0.44 ms
(1.12%)
1
SHOW COLUMNS FROM `cart` WHERE `Field` LIKE ?
Parameters:
[
  "payload"
]
0.43 ms
(1.09%)
2
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:
[]
0.43 ms
(1.08%)
1
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"
]
0.25 ms
(0.62%)
1
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
Parameters:
[]
0.24 ms
(0.60%)
1
# 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:
[]
0.21 ms
(0.53%)
1
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"\x11U├©╚(@RÑu┼\\x13¾╦É"
  b"`†u\x07YBJ9¸m›1±Fá\x15"
  b"„¢9͵FDm™o\eÿc'‡\x06"
  b"GööI=®F!¤sàv{¹^ö"
  b"õ¶\x08/\v´Iå¨+¡^㬽\x13"
]
0.11 ms
(0.27%)
1
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:
[]

Database Connections

Name Service
0 default

Entity Managers

There are no configured entity managers.

Second Level Cache

Second Level Cache is not enabled.