GET https://stage-shop.myadvanced.de/api/b2b/debtor/2023-02-20-07-50-12@kampf.de/contact

Query Metrics

54 Database Queries
47 Different statements
88.20 ms Query time

Queries

Group similar statements

# Time Info
1 0.42 ms
SELECT `key`, `value` FROM `app_config`
Parameters:
[]
2 0.60 ms
# dbal-plugin-loader
        SELECT
               `name`,
               `base_class` AS baseClass,
               IF(`active` = 1 AND `installed_at` IS NOT NULL, 1, 0) AS active,
               `path`,
               `version`,
               `autoload`,
               `managed_by_composer` AS managedByComposer,
               composer_name AS composerName
        FROM `plugin`
        ORDER BY `installed_at`;
Parameters:
[]
3 11.58 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.29 ms
SET @@group_concat_max_len = CAST(IF(@@group_concat_max_len > 320000, @@group_concat_max_len, 320000) AS UNSIGNED);SET sql_mode=(SELECT REPLACE(@@sql_mode,'ONLY_FULL_GROUP_BY',''))
Parameters:
[]
5 1.07 ms
SELECT configuration_key, configuration_value FROM system_config WHERE sales_channel_id IS NULL ORDER BY sales_channel_id ASC
Parameters:
[]
6 0.60 ms
SELECT item_rounding FROM currency WHERE id = ?
Parameters:
[
  b"·ÒUK\fèGÍ‚ó¬›ÑÀßÊ"
]
7 0.41 ms
SELECT id FROM integration WHERE access_key = ?
Parameters:
[
  "SWIAOHLBC2SZYMDLSWF6DDFESA"
]
8 0.42 ms
SELECT `acl_role`.`privileges`
            FROM `acl_role`
            INNER JOIN `app` ON `app`.`acl_role_id` = `acl_role`.`id`
            WHERE `app`.`integration_id` = ?
Parameters:
[
  b"|Q [\x1Ek@&´cT\x11ž˜\x15Ò"
]
9 0.24 ms
SELECT admin FROM `integration` WHERE id = ?
Parameters:
[
  b"|Q [\x1Ek@&´cT\x11ž˜\x15Ò"
]
10 0.36 ms
SELECT role.privileges FROM integration_role mapping INNER JOIN acl_role role ON mapping.acl_role_id = role.id WHERE mapping.integration_id = ?
Parameters:
[
  b"|Q [\x1Ek@&´cT\x11ž˜\x15Ò"
]
11 8.43 ms
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = ?) AND (token = ?) LIMIT 1
Parameters:
[
  b"˜C-ï9üF$³2\x13¥kŒ”M"
  "0193f1ac024f72a1ab6218c16f7e4bb8"
]
12 1.07 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"˜C-ï9üF$³2\x13¥kŒ”M"
]
13 1.65 ms
# base-context-factory::sales-channel::read
SELECT `sales_channel`.`id` AS `sales_channel.id`, `sales_channel`.`type_id` AS `sales_channel.typeId`, `sales_channel`.`language_id` AS `sales_channel.languageId`, `sales_channel`.`customer_group_id` AS `sales_channel.customerGroupId`, `sales_channel`.`currency_id` AS `sales_channel.currencyId`, `sales_channel`.`payment_method_id` AS `sales_channel.paymentMethodId`, `sales_channel`.`shipping_method_id` AS `sales_channel.shippingMethodId`, `sales_channel`.`country_id` AS `sales_channel.countryId`, `sales_channel`.`analytics_id` AS `sales_channel.analyticsId`, `sales_channel`.`navigation_category_id` AS `sales_channel.navigationCategoryId`, `sales_channel`.`navigation_category_version_id` AS `sales_channel.navigationCategoryVersionId`, `sales_channel`.`navigation_category_depth` AS `sales_channel.navigationCategoryDepth`, `sales_channel`.`footer_category_id` AS `sales_channel.footerCategoryId`, `sales_channel`.`footer_category_version_id` AS `sales_channel.footerCategoryVersionId`, `sales_channel`.`service_category_id` AS `sales_channel.serviceCategoryId`, `sales_channel`.`service_category_version_id` AS `sales_channel.serviceCategoryVersionId`, `sales_channel`.`mail_header_footer_id` AS `sales_channel.mailHeaderFooterId`, `sales_channel`.`hreflang_default_domain_id` AS `sales_channel.hreflangDefaultDomainId`, `sales_channel`.`short_name` AS `sales_channel.shortName`, `sales_channel`.`tax_calculation_type` AS `sales_channel.taxCalculationType`, `sales_channel`.`access_key` AS `sales_channel.accessKey`, `sales_channel`.`configuration` AS `sales_channel.configuration`, `sales_channel`.`active` AS `sales_channel.active`, `sales_channel`.`hreflang_active` AS `sales_channel.hreflangActive`, `sales_channel`.`maintenance` AS `sales_channel.maintenance`, `sales_channel`.`maintenance_ip_whitelist` AS `sales_channel.maintenanceIpWhitelist`, `sales_channel`.`payment_method_ids` AS `sales_channel.paymentMethodIds`, `sales_channel`.`home_cms_page_id` AS `sales_channel.homeCmsPageId`, `sales_channel`.`home_cms_page_version_id` AS `sales_channel.homeCmsPageVersionId`, `sales_channel.analytics`.`id` AS `sales_channel.analytics.id`, `sales_channel.analytics`.`tracking_id` AS `sales_channel.analytics.trackingId`, `sales_channel.analytics`.`active` AS `sales_channel.analytics.active`, `sales_channel.analytics`.`track_orders` AS `sales_channel.analytics.trackOrders`, `sales_channel.analytics`.`anonymize_ip` AS `sales_channel.analytics.anonymizeIp`, `sales_channel.analytics`.`created_at` AS `sales_channel.analytics.createdAt`, `sales_channel.analytics`.`updated_at` AS `sales_channel.analytics.updatedAt`, `sales_channel`.`created_at` AS `sales_channel.createdAt`, `sales_channel`.`updated_at` AS `sales_channel.updatedAt`, `sales_channel.currency`.`id` AS `sales_channel.currency.id`, `sales_channel.currency`.`factor` AS `sales_channel.currency.factor`, `sales_channel.currency`.`symbol` AS `sales_channel.currency.symbol`, `sales_channel.currency`.`iso_code` AS `sales_channel.currency.isoCode`, `sales_channel.currency`.`position` AS `sales_channel.currency.position`, `sales_channel.currency`.`tax_free_from` AS `sales_channel.currency.taxFreeFrom`, `sales_channel.currency`.`item_rounding` AS `sales_channel.currency.itemRounding`, `sales_channel.currency`.`total_rounding` AS `sales_channel.currency.totalRounding`, `sales_channel.currency`.`created_at` AS `sales_channel.currency.createdAt`, `sales_channel.currency`.`updated_at` AS `sales_channel.currency.updatedAt`, `sales_channel.currency.translation.shortName`, COALESCE(`sales_channel.currency.translation.shortName`,`sales_channel.currency.translation.shortName`) AS `sales_channel.currency.shortName`, `sales_channel.currency.translation.name`, COALESCE(`sales_channel.currency.translation.name`,`sales_channel.currency.translation.name`) AS `sales_channel.currency.name`, `sales_channel.currency.translation.customFields`, COALESCE(`sales_channel.currency.translation.customFields`,`sales_channel.currency.translation.customFields`) AS `sales_channel.currency.customFields`, `sales_channel.currency.translation.createdAt`, `sales_channel.currency.translation.updatedAt`, `sales_channel.currency.translation.currencyId`, `sales_channel.currency.translation.languageId`, `sales_channel.translation.name`, COALESCE(`sales_channel.translation.name`,`sales_channel.translation.name`) AS `sales_channel.name`, `sales_channel.translation.homeSlotConfig`, COALESCE(`sales_channel.translation.homeSlotConfig`,`sales_channel.translation.homeSlotConfig`) AS `sales_channel.homeSlotConfig`, `sales_channel.translation.homeEnabled`, COALESCE(`sales_channel.translation.homeEnabled`,`sales_channel.translation.homeEnabled`) AS `sales_channel.homeEnabled`, `sales_channel.translation.homeName`, COALESCE(`sales_channel.translation.homeName`,`sales_channel.translation.homeName`) AS `sales_channel.homeName`, `sales_channel.translation.homeMetaTitle`, COALESCE(`sales_channel.translation.homeMetaTitle`,`sales_channel.translation.homeMetaTitle`) AS `sales_channel.homeMetaTitle`, `sales_channel.translation.homeMetaDescription`, COALESCE(`sales_channel.translation.homeMetaDescription`,`sales_channel.translation.homeMetaDescription`) AS `sales_channel.homeMetaDescription`, `sales_channel.translation.homeKeywords`, COALESCE(`sales_channel.translation.homeKeywords`,`sales_channel.translation.homeKeywords`) AS `sales_channel.homeKeywords`, `sales_channel.translation.customFields`, COALESCE(`sales_channel.translation.customFields`,`sales_channel.translation.customFields`) AS `sales_channel.customFields`, `sales_channel.translation.createdAt`, `sales_channel.translation.updatedAt`, `sales_channel.translation.salesChannelId`, `sales_channel.translation.languageId` FROM `sales_channel` LEFT JOIN (SELECT `sales_channel.translation`.sales_channel_id, `sales_channel.translation`.name AS `sales_channel.translation.name`, `sales_channel.translation`.home_slot_config AS `sales_channel.translation.homeSlotConfig`, `sales_channel.translation`.home_enabled AS `sales_channel.translation.homeEnabled`, `sales_channel.translation`.home_name AS `sales_channel.translation.homeName`, `sales_channel.translation`.home_meta_title AS `sales_channel.translation.homeMetaTitle`, `sales_channel.translation`.home_meta_description AS `sales_channel.translation.homeMetaDescription`, `sales_channel.translation`.home_keywords AS `sales_channel.translation.homeKeywords`, `sales_channel.translation`.custom_fields AS `sales_channel.translation.customFields`, `sales_channel.translation`.created_at AS `sales_channel.translation.createdAt`, `sales_channel.translation`.updated_at AS `sales_channel.translation.updatedAt`, `sales_channel.translation`.sales_channel_id AS `sales_channel.translation.salesChannelId`, `sales_channel.translation`.language_id AS `sales_channel.translation.languageId` FROM `sales_channel_translation` `sales_channel.translation` WHERE `sales_channel.translation`.language_id = ?) `sales_channel.sales_channel_translation` ON `sales_channel.sales_channel_translation`.`sales_channel_id` = `sales_channel`.`id` LEFT JOIN `sales_channel_analytics` `sales_channel.analytics` ON `sales_channel`.`analytics_id` = `sales_channel.analytics`.`id` LEFT JOIN `currency` `sales_channel.currency` ON `sales_channel`.`currency_id` = `sales_channel.currency`.`id` LEFT JOIN (SELECT `sales_channel.currency.translation`.currency_id, `sales_channel.currency.translation`.short_name AS `sales_channel.currency.translation.shortName`, `sales_channel.currency.translation`.name AS `sales_channel.currency.translation.name`, `sales_channel.currency.translation`.custom_fields AS `sales_channel.currency.translation.customFields`, `sales_channel.currency.translation`.created_at AS `sales_channel.currency.translation.createdAt`, `sales_channel.currency.translation`.updated_at AS `sales_channel.currency.translation.updatedAt`, `sales_channel.currency.translation`.currency_id AS `sales_channel.currency.translation.currencyId`, `sales_channel.currency.translation`.language_id AS `sales_channel.currency.translation.languageId` FROM `currency_translation` `sales_channel.currency.translation` WHERE `sales_channel.currency.translation`.language_id = ?) `sales_channel.currency.currency_translation` ON `sales_channel.currency.currency_translation`.`currency_id` = `sales_channel.currency`.`id` WHERE `sales_channel`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"˜C-ï9üF$³2\x13¥kŒ”M"
]
14 7.88 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"˜C-ï9üF$³2\x13¥kŒ”M"
]
15 1.00 ms
# base-context-factory::country::read
SELECT `country`.`id` AS `country.id`, `country`.`iso` AS `country.iso`, `country`.`position` AS `country.position`, `country`.`active` AS `country.active`, `country`.`shipping_available` AS `country.shippingAvailable`, `country`.`iso3` AS `country.iso3`, `country`.`display_state_in_registration` AS `country.displayStateInRegistration`, `country`.`force_state_in_registration` AS `country.forceStateInRegistration`, `country`.`check_vat_id_pattern` AS `country.checkVatIdPattern`, `country`.`vat_id_required` AS `country.vatIdRequired`, `country`.`vat_id_pattern` AS `country.vatIdPattern`, `country`.`customer_tax` AS `country.customerTax`, `country`.`company_tax` AS `country.companyTax`, `country`.`postal_code_required` AS `country.postalCodeRequired`, `country`.`check_postal_code_pattern` AS `country.checkPostalCodePattern`, `country`.`check_advanced_postal_code_pattern` AS `country.checkAdvancedPostalCodePattern`, `country`.`advanced_postal_code_pattern` AS `country.advancedPostalCodePattern`, `country`.`default_postal_code_pattern` AS `country.defaultPostalCodePattern`, `country`.`created_at` AS `country.createdAt`, `country`.`updated_at` AS `country.updatedAt`, `country.translation.name`, COALESCE(`country.translation.name`,`country.translation.name`) AS `country.name`, `country.translation.addressFormat`, COALESCE(`country.translation.addressFormat`,`country.translation.addressFormat`) AS `country.addressFormat`, `country.translation.customFields`, COALESCE(`country.translation.customFields`,`country.translation.customFields`) AS `country.customFields`, `country.translation.createdAt`, `country.translation.updatedAt`, `country.translation.countryId`, `country.translation.languageId` FROM `country` LEFT JOIN (SELECT `country.translation`.country_id, `country.translation`.name AS `country.translation.name`, `country.translation`.address_format AS `country.translation.addressFormat`, `country.translation`.custom_fields AS `country.translation.customFields`, `country.translation`.created_at AS `country.translation.createdAt`, `country.translation`.updated_at AS `country.translation.updatedAt`, `country.translation`.country_id AS `country.translation.countryId`, `country.translation`.language_id AS `country.translation.languageId` FROM `country_translation` `country.translation` WHERE `country.translation`.language_id = ?) `country.country_translation` ON `country.country_translation`.`country_id` = `country`.`id` WHERE `country`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"ÅD$”Y\x1AM-ž]\x1E\x02±\t€‡"
]
16 0.98 ms
# base-context-factory::customer-group::read
SELECT `customer_group`.`id` AS `customer_group.id`, `customer_group`.`display_gross` AS `customer_group.displayGross`, `customer_group`.`registration_active` AS `customer_group.registrationActive`, `customer_group`.`created_at` AS `customer_group.createdAt`, `customer_group`.`updated_at` AS `customer_group.updatedAt`, `customer_group.translation.name`, COALESCE(`customer_group.translation.name`,`customer_group.translation.name`) AS `customer_group.name`, `customer_group.translation.registrationTitle`, COALESCE(`customer_group.translation.registrationTitle`,`customer_group.translation.registrationTitle`) AS `customer_group.registrationTitle`, `customer_group.translation.registrationIntroduction`, COALESCE(`customer_group.translation.registrationIntroduction`,`customer_group.translation.registrationIntroduction`) AS `customer_group.registrationIntroduction`, `customer_group.translation.registrationOnlyCompanyRegistration`, COALESCE(`customer_group.translation.registrationOnlyCompanyRegistration`,`customer_group.translation.registrationOnlyCompanyRegistration`) AS `customer_group.registrationOnlyCompanyRegistration`, `customer_group.translation.registrationSeoMetaDescription`, COALESCE(`customer_group.translation.registrationSeoMetaDescription`,`customer_group.translation.registrationSeoMetaDescription`) AS `customer_group.registrationSeoMetaDescription`, `customer_group.translation.customFields`, COALESCE(`customer_group.translation.customFields`,`customer_group.translation.customFields`) AS `customer_group.customFields`, `customer_group.translation.createdAt`, `customer_group.translation.updatedAt`, `customer_group.translation.customerGroupId`, `customer_group.translation.languageId` FROM `customer_group` LEFT JOIN (SELECT `customer_group.translation`.customer_group_id, `customer_group.translation`.name AS `customer_group.translation.name`, `customer_group.translation`.registration_title AS `customer_group.translation.registrationTitle`, `customer_group.translation`.registration_introduction AS `customer_group.translation.registrationIntroduction`, `customer_group.translation`.registration_only_company_registration AS `customer_group.translation.registrationOnlyCompanyRegistration`, `customer_group.translation`.registration_seo_meta_description AS `customer_group.translation.registrationSeoMetaDescription`, `customer_group.translation`.custom_fields AS `customer_group.translation.customFields`, `customer_group.translation`.created_at AS `customer_group.translation.createdAt`, `customer_group.translation`.updated_at AS `customer_group.translation.updatedAt`, `customer_group.translation`.customer_group_id AS `customer_group.translation.customerGroupId`, `customer_group.translation`.language_id AS `customer_group.translation.languageId` FROM `customer_group_translation` `customer_group.translation` WHERE `customer_group.translation`.language_id = ?) `customer_group.customer_group_translation` ON `customer_group.customer_group_translation`.`customer_group_id` = `customer_group`.`id` WHERE `customer_group`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"¤¢P\x18ËìAÏ¡╩\x10┘O╚¢Í"
]
17 8.41 ms
# base-context-factory::taxes::read
SELECT `tax`.`id` AS `tax.id`, `tax`.`tax_rate` AS `tax.taxRate`, `tax`.`name` AS `tax.name`, `tax`.`position` AS `tax.position`, `tax`.`custom_fields` AS `tax.customFields`, `tax`.`created_at` AS `tax.createdAt`, `tax`.`updated_at` AS `tax.updatedAt` FROM `tax`
Parameters:
[]
18 0.85 ms
# base-context-factory::taxes::association::rules::read
SELECT `tax_rule`.`id` AS `tax_rule.id`, `tax_rule`.`tax_rule_type_id` AS `tax_rule.taxRuleTypeId`, `tax_rule`.`country_id` AS `tax_rule.countryId`, `tax_rule`.`tax_rate` AS `tax_rule.taxRate`, `tax_rule`.`data` AS `tax_rule.data`, `tax_rule`.`tax_id` AS `tax_rule.taxId`, `tax_rule`.`active_from` AS `tax_rule.activeFrom`, `tax_rule.type`.`id` AS `tax_rule.type.id`, `tax_rule.type`.`technical_name` AS `tax_rule.type.technicalName`, `tax_rule.type`.`position` AS `tax_rule.type.position`, `tax_rule.type`.`created_at` AS `tax_rule.type.createdAt`, `tax_rule.type`.`updated_at` AS `tax_rule.type.updatedAt`, `tax_rule.type.translation.typeName`, COALESCE(`tax_rule.type.translation.typeName`,`tax_rule.type.translation.typeName`) AS `tax_rule.type.typeName`, `tax_rule.type.translation.createdAt`, `tax_rule.type.translation.updatedAt`, `tax_rule.type.translation.taxRuleTypeId`, `tax_rule.type.translation.languageId`, `tax_rule`.`created_at` AS `tax_rule.createdAt`, `tax_rule`.`updated_at` AS `tax_rule.updatedAt` FROM `tax_rule` LEFT JOIN `tax_rule_type` `tax_rule.type` ON `tax_rule`.`tax_rule_type_id` = `tax_rule.type`.`id` LEFT JOIN (SELECT `tax_rule.type.translation`.tax_rule_type_id, `tax_rule.type.translation`.type_name AS `tax_rule.type.translation.typeName`, `tax_rule.type.translation`.created_at AS `tax_rule.type.translation.createdAt`, `tax_rule.type.translation`.updated_at AS `tax_rule.type.translation.updatedAt`, `tax_rule.type.translation`.tax_rule_type_id AS `tax_rule.type.translation.taxRuleTypeId`, `tax_rule.type.translation`.language_id AS `tax_rule.type.translation.languageId` FROM `tax_rule_type_translation` `tax_rule.type.translation` WHERE `tax_rule.type.translation`.language_id = ?) `tax_rule.type.tax_rule_type_translation` ON `tax_rule.type.tax_rule_type_translation`.`tax_rule_type_id` = `tax_rule.type`.`id` WHERE (`tax_rule`.`tax_id` IN (?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"EÏ ³XãGFŸê\x06²r-\x08R"
]
19 1.36 ms
# base-context-factory::payment-method::read
SELECT `payment_method`.`id` AS `payment_method.id`, `payment_method`.`plugin_id` AS `payment_method.pluginId`, `payment_method`.`handler_identifier` AS `payment_method.handlerIdentifier`, `payment_method`.`position` AS `payment_method.position`, `payment_method`.`active` AS `payment_method.active`, `payment_method`.`after_order_enabled` AS `payment_method.afterOrderEnabled`, `payment_method`.`availability_rule_id` AS `payment_method.availabilityRuleId`, `payment_method`.`media_id` AS `payment_method.mediaId`, `payment_method.appPaymentMethod`.`id` AS `payment_method.appPaymentMethod.id`, `payment_method.appPaymentMethod`.`app_name` AS `payment_method.appPaymentMethod.appName`, `payment_method.appPaymentMethod`.`identifier` AS `payment_method.appPaymentMethod.identifier`, `payment_method.appPaymentMethod`.`pay_url` AS `payment_method.appPaymentMethod.payUrl`, `payment_method.appPaymentMethod`.`finalize_url` AS `payment_method.appPaymentMethod.finalizeUrl`, `payment_method.appPaymentMethod`.`validate_url` AS `payment_method.appPaymentMethod.validateUrl`, `payment_method.appPaymentMethod`.`capture_url` AS `payment_method.appPaymentMethod.captureUrl`, `payment_method.appPaymentMethod`.`refund_url` AS `payment_method.appPaymentMethod.refundUrl`, `payment_method.appPaymentMethod`.`recurring_url` AS `payment_method.appPaymentMethod.recurringUrl`, `payment_method.appPaymentMethod`.`app_id` AS `payment_method.appPaymentMethod.appId`, `payment_method.appPaymentMethod`.`original_media_id` AS `payment_method.appPaymentMethod.originalMediaId`, `payment_method.appPaymentMethod`.`payment_method_id` AS `payment_method.appPaymentMethod.paymentMethodId`, `payment_method.appPaymentMethod`.`created_at` AS `payment_method.appPaymentMethod.createdAt`, `payment_method.appPaymentMethod`.`updated_at` AS `payment_method.appPaymentMethod.updatedAt`, `payment_method`.`technical_name` AS `payment_method.technicalName`, `payment_method`.`created_at` AS `payment_method.createdAt`, `payment_method`.`updated_at` AS `payment_method.updatedAt`, `payment_method.media`.`id` AS `payment_method.media.id`, `payment_method.media`.`user_id` AS `payment_method.media.userId`, `payment_method.media`.`media_folder_id` AS `payment_method.media.mediaFolderId`, `payment_method.media`.`mime_type` AS `payment_method.media.mimeType`, `payment_method.media`.`file_extension` AS `payment_method.media.fileExtension`, `payment_method.media`.`uploaded_at` AS `payment_method.media.uploadedAt`, `payment_method.media`.`file_name` AS `payment_method.media.fileName`, `payment_method.media`.`file_size` AS `payment_method.media.fileSize`, `payment_method.media`.`media_type` AS `payment_method.media.mediaTypeRaw`, `payment_method.media`.`meta_data` AS `payment_method.media.metaData`, `payment_method.media`.`config` AS `payment_method.media.config`, `payment_method.media`.`path` AS `payment_method.media.path`, `payment_method.media`.`private` AS `payment_method.media.private`, `payment_method.media`.`thumbnails_ro` AS `payment_method.media.thumbnailsRo`, `payment_method.media`.`created_at` AS `payment_method.media.createdAt`, `payment_method.media`.`updated_at` AS `payment_method.media.updatedAt`, `payment_method.media.translation.title`, COALESCE(`payment_method.media.translation.title`,`payment_method.media.translation.title`) AS `payment_method.media.title`, `payment_method.media.translation.alt`, COALESCE(`payment_method.media.translation.alt`,`payment_method.media.translation.alt`) AS `payment_method.media.alt`, `payment_method.media.translation.customFields`, COALESCE(`payment_method.media.translation.customFields`,`payment_method.media.translation.customFields`) AS `payment_method.media.customFields`, `payment_method.media.translation.createdAt`, `payment_method.media.translation.updatedAt`, `payment_method.media.translation.mediaId`, `payment_method.media.translation.languageId`, `payment_method.translation.name`, COALESCE(`payment_method.translation.name`,`payment_method.translation.name`) AS `payment_method.name`, `payment_method.translation.distinguishableName`, COALESCE(`payment_method.translation.distinguishableName`,`payment_method.translation.distinguishableName`) AS `payment_method.distinguishableName`, `payment_method.translation.description`, COALESCE(`payment_method.translation.description`,`payment_method.translation.description`) AS `payment_method.description`, `payment_method.translation.customFields`, COALESCE(`payment_method.translation.customFields`,`payment_method.translation.customFields`) AS `payment_method.customFields`, `payment_method.translation.createdAt`, `payment_method.translation.updatedAt`, `payment_method.translation.paymentMethodId`, `payment_method.translation.languageId` FROM `payment_method` LEFT JOIN (SELECT `payment_method.translation`.payment_method_id, `payment_method.translation`.name AS `payment_method.translation.name`, `payment_method.translation`.distinguishable_name AS `payment_method.translation.distinguishableName`, `payment_method.translation`.description AS `payment_method.translation.description`, `payment_method.translation`.custom_fields AS `payment_method.translation.customFields`, `payment_method.translation`.created_at AS `payment_method.translation.createdAt`, `payment_method.translation`.updated_at AS `payment_method.translation.updatedAt`, `payment_method.translation`.payment_method_id AS `payment_method.translation.paymentMethodId`, `payment_method.translation`.language_id AS `payment_method.translation.languageId` FROM `payment_method_translation` `payment_method.translation` WHERE `payment_method.translation`.language_id = ?) `payment_method.payment_method_translation` ON `payment_method.payment_method_translation`.`payment_method_id` = `payment_method`.`id` LEFT JOIN `app_payment_method` `payment_method.appPaymentMethod` ON `payment_method`.`id` = `payment_method.appPaymentMethod`.`payment_method_id` LEFT JOIN `media` `payment_method.media` ON `payment_method`.`media_id` = `payment_method.media`.`id` LEFT JOIN (SELECT `payment_method.media.translation`.media_id, `payment_method.media.translation`.title AS `payment_method.media.translation.title`, `payment_method.media.translation`.alt AS `payment_method.media.translation.alt`, `payment_method.media.translation`.custom_fields AS `payment_method.media.translation.customFields`, `payment_method.media.translation`.created_at AS `payment_method.media.translation.createdAt`, `payment_method.media.translation`.updated_at AS `payment_method.media.translation.updatedAt`, `payment_method.media.translation`.media_id AS `payment_method.media.translation.mediaId`, `payment_method.media.translation`.language_id AS `payment_method.media.translation.languageId` FROM `media_translation` `payment_method.media.translation` WHERE `payment_method.media.translation`.language_id = ?) `payment_method.media.media_translation` ON `payment_method.media.media_translation`.`media_id` = `payment_method.media`.`id` WHERE `payment_method`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"àtû°ıAHbºAJºh▒╦ü"
]
20 8.95 ms
# base-context-factory::shipping-method::read
SELECT `shipping_method`.`id` AS `shipping_method.id`, `shipping_method`.`active` AS `shipping_method.active`, `shipping_method`.`position` AS `shipping_method.position`, `shipping_method`.`availability_rule_id` AS `shipping_method.availabilityRuleId`, `shipping_method`.`media_id` AS `shipping_method.mediaId`, `shipping_method`.`delivery_time_id` AS `shipping_method.deliveryTimeId`, `shipping_method`.`tax_type` AS `shipping_method.taxType`, `shipping_method`.`tax_id` AS `shipping_method.taxId`, `shipping_method.deliveryTime`.`id` AS `shipping_method.deliveryTime.id`, `shipping_method.deliveryTime`.`min` AS `shipping_method.deliveryTime.min`, `shipping_method.deliveryTime`.`max` AS `shipping_method.deliveryTime.max`, `shipping_method.deliveryTime`.`unit` AS `shipping_method.deliveryTime.unit`, `shipping_method.deliveryTime`.`created_at` AS `shipping_method.deliveryTime.createdAt`, `shipping_method.deliveryTime`.`updated_at` AS `shipping_method.deliveryTime.updatedAt`, `shipping_method.deliveryTime.translation.name`, COALESCE(`shipping_method.deliveryTime.translation.name`,`shipping_method.deliveryTime.translation.name`) AS `shipping_method.deliveryTime.name`, `shipping_method.deliveryTime.translation.customFields`, COALESCE(`shipping_method.deliveryTime.translation.customFields`,`shipping_method.deliveryTime.translation.customFields`) AS `shipping_method.deliveryTime.customFields`, `shipping_method.deliveryTime.translation.createdAt`, `shipping_method.deliveryTime.translation.updatedAt`, `shipping_method.deliveryTime.translation.deliveryTimeId`, `shipping_method.deliveryTime.translation.languageId`, `shipping_method.appShippingMethod`.`id` AS `shipping_method.appShippingMethod.id`, `shipping_method.appShippingMethod`.`app_name` AS `shipping_method.appShippingMethod.appName`, `shipping_method.appShippingMethod`.`identifier` AS `shipping_method.appShippingMethod.identifier`, `shipping_method.appShippingMethod`.`app_id` AS `shipping_method.appShippingMethod.appId`, `shipping_method.appShippingMethod`.`shipping_method_id` AS `shipping_method.appShippingMethod.shippingMethodId`, `shipping_method.appShippingMethod`.`original_media_id` AS `shipping_method.appShippingMethod.originalMediaId`, `shipping_method.appShippingMethod`.`created_at` AS `shipping_method.appShippingMethod.createdAt`, `shipping_method.appShippingMethod`.`updated_at` AS `shipping_method.appShippingMethod.updatedAt`, `shipping_method`.`technical_name` AS `shipping_method.technicalName`, `shipping_method`.`created_at` AS `shipping_method.createdAt`, `shipping_method`.`updated_at` AS `shipping_method.updatedAt`, `shipping_method.media`.`id` AS `shipping_method.media.id`, `shipping_method.media`.`user_id` AS `shipping_method.media.userId`, `shipping_method.media`.`media_folder_id` AS `shipping_method.media.mediaFolderId`, `shipping_method.media`.`mime_type` AS `shipping_method.media.mimeType`, `shipping_method.media`.`file_extension` AS `shipping_method.media.fileExtension`, `shipping_method.media`.`uploaded_at` AS `shipping_method.media.uploadedAt`, `shipping_method.media`.`file_name` AS `shipping_method.media.fileName`, `shipping_method.media`.`file_size` AS `shipping_method.media.fileSize`, `shipping_method.media`.`media_type` AS `shipping_method.media.mediaTypeRaw`, `shipping_method.media`.`meta_data` AS `shipping_method.media.metaData`, `shipping_method.media`.`config` AS `shipping_method.media.config`, `shipping_method.media`.`path` AS `shipping_method.media.path`, `shipping_method.media`.`private` AS `shipping_method.media.private`, `shipping_method.media`.`thumbnails_ro` AS `shipping_method.media.thumbnailsRo`, `shipping_method.media`.`created_at` AS `shipping_method.media.createdAt`, `shipping_method.media`.`updated_at` AS `shipping_method.media.updatedAt`, `shipping_method.media.translation.title`, COALESCE(`shipping_method.media.translation.title`,`shipping_method.media.translation.title`) AS `shipping_method.media.title`, `shipping_method.media.translation.alt`, COALESCE(`shipping_method.media.translation.alt`,`shipping_method.media.translation.alt`) AS `shipping_method.media.alt`, `shipping_method.media.translation.customFields`, COALESCE(`shipping_method.media.translation.customFields`,`shipping_method.media.translation.customFields`) AS `shipping_method.media.customFields`, `shipping_method.media.translation.createdAt`, `shipping_method.media.translation.updatedAt`, `shipping_method.media.translation.mediaId`, `shipping_method.media.translation.languageId`, `shipping_method.translation.name`, COALESCE(`shipping_method.translation.name`,`shipping_method.translation.name`) AS `shipping_method.name`, `shipping_method.translation.description`, COALESCE(`shipping_method.translation.description`,`shipping_method.translation.description`) AS `shipping_method.description`, `shipping_method.translation.trackingUrl`, COALESCE(`shipping_method.translation.trackingUrl`,`shipping_method.translation.trackingUrl`) AS `shipping_method.trackingUrl`, `shipping_method.translation.customFields`, COALESCE(`shipping_method.translation.customFields`,`shipping_method.translation.customFields`) AS `shipping_method.customFields`, `shipping_method.translation.createdAt`, `shipping_method.translation.updatedAt`, `shipping_method.translation.shippingMethodId`, `shipping_method.translation.languageId` FROM `shipping_method` LEFT JOIN (SELECT `shipping_method.translation`.shipping_method_id, `shipping_method.translation`.name AS `shipping_method.translation.name`, `shipping_method.translation`.description AS `shipping_method.translation.description`, `shipping_method.translation`.tracking_url AS `shipping_method.translation.trackingUrl`, `shipping_method.translation`.custom_fields AS `shipping_method.translation.customFields`, `shipping_method.translation`.created_at AS `shipping_method.translation.createdAt`, `shipping_method.translation`.updated_at AS `shipping_method.translation.updatedAt`, `shipping_method.translation`.shipping_method_id AS `shipping_method.translation.shippingMethodId`, `shipping_method.translation`.language_id AS `shipping_method.translation.languageId` FROM `shipping_method_translation` `shipping_method.translation` WHERE `shipping_method.translation`.language_id = ?) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation`.`shipping_method_id` = `shipping_method`.`id` LEFT JOIN `delivery_time` `shipping_method.deliveryTime` ON `shipping_method`.`delivery_time_id` = `shipping_method.deliveryTime`.`id` LEFT JOIN `app_shipping_method` `shipping_method.appShippingMethod` ON `shipping_method`.`id` = `shipping_method.appShippingMethod`.`shipping_method_id` LEFT JOIN `media` `shipping_method.media` ON `shipping_method`.`media_id` = `shipping_method.media`.`id` LEFT JOIN (SELECT `shipping_method.deliveryTime.translation`.delivery_time_id, `shipping_method.deliveryTime.translation`.name AS `shipping_method.deliveryTime.translation.name`, `shipping_method.deliveryTime.translation`.custom_fields AS `shipping_method.deliveryTime.translation.customFields`, `shipping_method.deliveryTime.translation`.created_at AS `shipping_method.deliveryTime.translation.createdAt`, `shipping_method.deliveryTime.translation`.updated_at AS `shipping_method.deliveryTime.translation.updatedAt`, `shipping_method.deliveryTime.translation`.delivery_time_id AS `shipping_method.deliveryTime.translation.deliveryTimeId`, `shipping_method.deliveryTime.translation`.language_id AS `shipping_method.deliveryTime.translation.languageId` FROM `delivery_time_translation` `shipping_method.deliveryTime.translation` WHERE `shipping_method.deliveryTime.translation`.language_id = ?) `shipping_method.deliveryTime.delivery_time_translation` ON `shipping_method.deliveryTime.delivery_time_translation`.`delivery_time_id` = `shipping_method.deliveryTime`.`id` LEFT JOIN (SELECT `shipping_method.media.translation`.media_id, `shipping_method.media.translation`.title AS `shipping_method.media.translation.title`, `shipping_method.media.translation`.alt AS `shipping_method.media.translation.alt`, `shipping_method.media.translation`.custom_fields AS `shipping_method.media.translation.customFields`, `shipping_method.media.translation`.created_at AS `shipping_method.media.translation.createdAt`, `shipping_method.media.translation`.updated_at AS `shipping_method.media.translation.updatedAt`, `shipping_method.media.translation`.media_id AS `shipping_method.media.translation.mediaId`, `shipping_method.media.translation`.language_id AS `shipping_method.media.translation.languageId` FROM `media_translation` `shipping_method.media.translation` WHERE `shipping_method.media.translation`.language_id = ?) `shipping_method.media.media_translation` ON `shipping_method.media.media_translation`.`media_id` = `shipping_method.media`.`id` WHERE `shipping_method`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"Nß°¸ÐiCM¸É»¦m–V€"
]
21 0.62 ms
# base-context-factory::cash-rounding::search-ids
SELECT `currency_country_rounding`.`id` FROM `currency_country_rounding` WHERE (`currency_country_rounding`.`currency_id` = ? AND `currency_country_rounding`.`country_id` = ?) LIMIT 1
Parameters:
[
  b"·ÒUK\fèGÍ‚ó¬›ÑÀßÊ"
  b"ÅD$”Y\x1AM-ž]\x1E\x02±\t€‡"
]
22 1.89 ms
SHOW COLUMNS FROM `cart` WHERE `Field` LIKE ?
Parameters:
[
  "payload"
]
23 0.38 ms
#cart-persister::load
                SELECT `cart`.`cart` AS payload, `cart`.`rule_ids`, 0 AS `compressed` FROM cart WHERE `token` = ?
Parameters:
[
  "0193f1ac024f72a1ab6218c16f7e4bb8"
]
24 0.70 ms
# cart-rule-loader::load-rules::search-ids
SELECT `rule`.`id` FROM `rule` ORDER BY `rule`.`priority` DESC, `rule`.`id` ASC LIMIT 500
Parameters:
[]
25 3.23 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\x1A\x18+°¾fuØ'\x03ÆÛ^ÌÖ"
  b"\x01µ#\tó&Jì¥ıQ/tB¬Ô"
  b"\x03¢G„e¥.Šu\x05%ªì‚4p"
  b"\x03║ì\x7FQÇ░C_\x01╔Æarÿâ"
  b"\x04';ì"Ç;WÈ+§l(\t Ã"
  b"\x04à}“"­ÎX#ï\x11ó1D™\x11"
  b"\x074ª¹0äC¯1âüFh6└è"
  b"\x08>░RD\x1FlØþ)?JÃUÄ╩"
  b"""
    \n
    EÁ±■║ö\fÓï\x17øì»çJ
    """
  b"\x0Eäçžúcñ•ÆyoêÀ^å^"
  b"\x10Ì„«»Ü'Í\eD€Õ)‡õ9"
  b"\x11]÷Yx|é▄]jã┴1\x03ÅÒ"
  b"\x12\x17\x029~Ï[Öî╬▓kYÅþ┌"
  b"\x14M{Xï\x17÷´c_â‹\x1C¥Ô‹"
  b"\x14‘,ykŒl[·\x1C\x10ëš\x04øå"
  b"\x16\x02Xü╔k@ )CÅD¨\x08\x07Ì"
  b"\x17 Œj·È\x10\x00ÿàÕ^fµ\x07%"
  b"\x19n>µ8CÅ╠ë╬ù│2½ûÅ"
  b"\x19}:¯Ð3K­ƒ\x17‡€/²¦´"
  b"\x19ÍE×zXE<üòqGµ"
  b"\x1A\x1A”.ʱ\x08}×ïO¨7\x11Ž'"
  b"""
    \x1DQÉö\n
    ‗NÇ¡8§\x06ƒå3\x04
    """
  b"\x1D^>W¦]@├mü<û\e\x02Ü."
  b"\x1DÃ3ꊮªls¨Ç[‡=Ù°"
  b"\x1DÍw^ ø>†ÄïS噹\x10Û"
  b"\x1Dé`"®ƒê*¹Ã©™q'\x17|"
  b" $Á¡\x1E`ÄÓêkåõ²¯\x04"
  b"!(q¯É,╣M■ò╚"ÌÎ▓«"
  b"!þôûIîÆËN¬ÄÐ37Ï›"
  b"$X9ëCÅ:ðð╣þX·ïro"
  b"'‡\x15\t’1F «)t*Þ4É\x01"
  b"(sÞE╚Á\x15\r\x18a\ed÷>Ø▓"
  b"""
    -Žµµç\x1C¼\x07Ïkl\n
    ^åÏ6
    """
  b"/½└ä4\x04é╔Ï\x14'Éù7R8"
  b"0¢cí5ÁyªèâÅ„ñýg\x1F"
  b"""
    2\n
    ¢³"ìIEñ±\f,Õ£/Ê
    """
  b"\x00,øƉáÆü}Ñ>\x1D\x19"
  b"4\x04\x12¸%║█^P[´Øðe═┴"
  b"5ÐÃPÝ\x07÷!ÔO*{Ö\x11Û\x1A"
  b"8zË=Èó!^k\x7F%N{"
  b"9˜ÝÂ'Ø—Â&\x7F'ZF2¯\x12"
  b"9™©Œ2ÙL\x0F®‚#}ÉæŒY"
  b":„‘\x01F\x16t\eÎÖ¢\x00vœ,Ÿ"
  b";Ev˜“µöˆ1#\x12A\x01WúY"
  b"<1y\x10Œ¦\x11±ÝKÂGÓ,7¼"
  b"<kd\3\rá¯\f™Hn‘^›×"
  b"=7'\v\x1D9¼Ø\x02"Ös'$ÿç"
  b"=âÝÈöþK\x07¡\vù]èŠ[›"
  b">a éËo'þ§ýÐ<újMÃ"
  b">~)Ði?\x15½Y²\v¸”}óc"
  b"?'ÿÛÄU/X¤¿9Úî}×í"
  b"Bg×\¼\x17×pÝÉ¥%Y$:\x02"
  b"DÄ}ùH<ͺ\tZòÛ!\eX'"
  b"FQ©µ1M¨Âšc\x1D\x1FÊ‘Jo"
  b"HÌØÛÝUc?\x1FX\QÌ•£s"
  b"I;/yæ2è]_Î╝ì▀a³®"
  b"IÙÈÅ═ıOpL`tiu\e¦\x18"
  b"I³Û\t\x06AýÅÇ£╗H°╚\x12."
  b"""
    K¿r?ó[\x1A-$”\x14\n
    ÈJÈÞ
    """
  b"NK«┐ãíJê×LÈýìÁHj"
  b"N¿À\x1A\f§B‹ªÒw\x00W4¨\x11"
  b"Pµ-\x1EhI\x14p–APóîÖû\t"
  b"QQüji┬\v\fê2ýÀ×_ø▒"
  b"V,k\vôÄŒH¿\x12»\x14®¢_"
  b"XÜÇ­Ÿi²ñâ)dÍÚ˲/"
  b"Z&B@¾£–ü¦\x15__†e‡Y"
  b"\”•8J0Tô\x04\x19¦Ò××­c"
  b"_\x04MÈe;&©ÖèfTîH\x15\x11"
  b"\x08ß\x17E\x15\x00Ë\x15£«Àa©k"
  b"aÅè£╠╝:\x10Ü\x08Ðr¯ªw#"
  b"bN­\x03¹ÁC\x19æõØíæ\x11┤î"
  b"ed-F}c^äLîK]­Ž‰á"
  b"eÙ±Àhû¨”b§\fØ8ÕŠn"
  b"f‚´UZ/‡RiÊph\eØ\x1AX"
  b"g\x12`®Ì\x1C*»╣U▄Ãü░E%"
  b"g¡þú€l¶°Z–¥¥\v'Ü×"
  b"hWh$…ä~\¨Æ\x01\x1EÔ®¸"
  b"iwî.\x19(Àö[ÙY¤Ñ,!\f"
  b"j\x19ðDo·\x19KKQû†L\x1F¶’"
  b"k^› N[T ý\x08”ìþü¾P"
  b"mY‘|oÎCÈlhÆ\x02‘|NÛ"
  b"mìê¦Þ▀à\x16·õ_├nÎìO"
  b"oÆZÙý~Vdï+aâ\x105•b"
  b"p ¨¡´;,w“\rÜ\eï¨,ü"
  b"rž«­ÕmðTv¾VîwNq("
  b"vþÒDãZ\x06\tX?r pi▄ü"
  b"w:sb\x08ºI:£JÇ\x0F\x0F4"
  b"w_Rt═lÿ\x1D\x1Aµ¥ìcÓ­╗"
  b"wlÍÜhç`>¥\x1EØê¹É¿´"
  b"z°ª\x15\x0E\t<\x02bÙÂ\x1F Œ²Ê"
  b"{¿\x11Ë8$ã¢Î+lÅÌü%“"
  b"}#'{Ø¢/coî=\x12ô€,$"
  b"\fau|IÍs\x1A4c4¬×;"
  b"\x7F\x10u@d¸\x1DšÌx\x00Y\x05ü\x1A"
  b"€ã†‰\x164‘Òe­&]Æâ(Â"
  b"é³f?\f┤Oèù!w_ìà°P"
  b"àeïïY\x1D┴╩^©ñ0YLØ┬"
  b"†S½\x1EdjGÀ·†ñ·¥lœ\x1E"
  b"‡‰/'D\x19%Óß„úð&\x03"
  b"‡‰’Û\em2Y\x14\x00\x11\x02\x12^"
  b"ë^h├\x00À├┐+ìKZABÔt"
  b"Š3)~â\eÒ3àŠsΗ(\x11¯"
  b"‹p¹Œã*g\x11\x17ÄJb¹_~s"
  b"‹³‹Ùëà4ìhsÍbþ‘Ex"
  b"Œv™0†¿ˆ^wÀLùü&Ao"
  b"î░yu\┌@·Ç8_½Ø│Þ\x7F"
  b"Åçàq\x19ùB╔\x1DÍÞt▒█x)"
  b"Åê¹â\ej 'Ô§╠«\x12k:ò"
  b"É-\r°ÎºlÓiL;Vß\x1D©u"
  b"‘JŸ²ü¢´ö0/\x0FE\x17uä³"
  b"Æ\x02­ \x7Füyu/É\x0F\x05\x18b"
  b"Æ#Ö³´K╠XzíÝ7U.Å+"
  b"˜‘ùü+åÐÃ&ä¤\\x18\x12^)"
  b"Üü\x1E/\x0F´Vñq¦Ù\x18jíÔ▓"
  b"›}HŒ_þÄ÷´\]õ¬ÙH—"
  b"››˜\ráTo\x00ÌC©ìSUåH"
  b"›ØNNÙêNʾ²\x1A¨?\x16Èu"
  b"""
    ƒ\x1A³cxBú\x03éØ\n
    7‗;ü`
    """
  b"Ÿ:e´\x16ºfû(]z$ž1AM"
  b"ŸB=­\f9ν†ô)øC\x08úÙ"
  b"ƒt\x1AÒL½)è3nôÉfËPþ"
  b"áÐiP¡ù\x02ì×Õ\x06¿╦áp."
  b"£D'\x1A“T! šR,¼­k\x06["
  b"¤MÖ$ô¨2ž§\x16\x1D²;èDÌ"
  b"ñ»è\x1D>▒©¥\x17 9╔Å¿´ÿ"
  b"¤ÅÛ„þÖ\x1Fs\x08Ö:z\x1DÁøm"
  b"¦XÅ„½ô\x7FŽ\x05ZáºÆÖ°‘"
  b"§÷wÑóÙM„iA…À\x0F"ßÄ"
  b"¨9^ý\x1D5>\x1E\x17<\x0Fk†\x1A"
  b"ª\vSÑÄm\x14£\x10_\x05\x1D½¢t‚"
  b"½/cåtWÞ'õ¾ØZ;öÉ▓"
  b"¡¡¦èÅ_fLÜn5┌»º]\x02"
  b"­ê\x1C¤¬\x10¡ÔM[ýTÉÏùè"
  b"²•HL€>\x15VÄ9°‚kÓGâ"
  b"²î½sƒ\x11P"6jéûb®q^"
  b"""
    ´\x07T\x11Ѿ€¼ÔÀ©è\n
    ˜Ã}
    """
  b"Â:B┘´ävØ\x18\x0FôInd¿┬"
  b"·ê9‘ Ù2›tuÏ“¾rÁy"
  b"¸d‰ÓŽÓxú±®è\v¾]Dž"
  b"¸mŠ\x13ÔéLéè•ÿ\eR×h¹"
  b"©o\x08╔`}« jÙÊæ}ü─/"
  b"¸Í‰B-D‘3=±Ñ’h‘“¿"
  b"¹\x1F\x1DäÜ—¼ŠÃA\f¾u\n"
  b"¹BñG ?\x18"F\x01\vå\x1292"
  b"½Øý/÷\x19HÿŒ­‰Mµícï"
  b"└wìøƒ °æ\x04\x05ÒÀ▒ã"
  b"ÀõKŸÈª™Õ§W= g¯Zµ"
  b"·y£½€k¯¡AùK‰\x1Dˆr"
  b"ÂÙ ÕéwÞÄÓîƒ4•-zu"
  b"┼:\á\x11┐FÃì­"üË\x12\x15"
  b"Çö¿wõÈ…œlÎïŒØA¥­"
  b"È\tîF2\x15‹†\x19zžÄžž–F"
  b"""
    Èâ}›KÆ»J4Šak\x05Ü\n
    V
    """
  b"╚‗z'\x151ìe-÷ýdº#├G"
  b"╔»¼ØºHI'¡=ªù½G¯▄"
  b"Ê×óeak\x1Cû‘g\x0F\x12â¯S¤"
  b"Ì\x11§êJ\x06Eã©t^v#¯žÜ"
  b"Ì/\x19Sy>Œž5þ=Ãjï&r"
  b"ÌVÉV-ëc9ø\ÚÏá\x14I\n"
  b"Ï9Œ“—’ßQ\%Sz#bkk"
  b"ÏE„uô÷U\x1EÕ7âdöîd\x13"
  b"ÏIERK\x7FnkÌ\x19N€q%HÅ"
  b"Ñ\tvÉÓ\x11Ï¿y9MæCNû\x17"
  b"Ò5 ¬\x06€¶Y"\vL\x1A¢×k4"
  b"ÓvhÈ(ž/\x02ôT\x18õ1Ò¸¾"
  b"֞䇔ÝßH\x0EMò‡+¢x×"
  b"Ø-Ë9ªc‘­\vz”~Ö°f+"
  b"Ø¢A_õ$düP0Þi\x7F\x1Dq\n"
  b"Ýq\x12ràûH·ÀÌãËǯ\x1FÌ"
  b"ÝôðW\n T¨”q\x00LZµLx"
  b"▀ÕÚ{▀^ùÉ╝╠╦¿¼╝'i"
  b"àº_š¨çÉ-ּľOñ¨J"
  b"""
    á\n
    \eH h\x0FŠïàμ—Ló\x7F
    """
  b"ߥwú\vÃ)╝\x07ÌZì┐¯÷\x10"
  b"â!¯#™=µ}í1ÐØ{/×e"
  b"âÐ-ß`ÐP·ÇÙ§ÜÂ\x0ExC"
  b"Ò▓É\x03,▄ı\x00îÅ#$ªO2\x01"
  b"ÕÿªÅË┬ÑQ\x06íö\x1Aú<K£"
  b"è&ÓÞ³\x15¸úšij›Qu_™"
  b"èëY}7+)¢jdk°I\x11p†"
  b"Ûb:r\x1A\x7Fì6W┤¶øé├4ú"
  b"ë)\x18\x1F\x05ùZ’|@Š²\~šc"
  b"î\x16\x07 \x1AåF\x0E\x14\f:Ö‘ô|\x19"
  b"ð@]\x066Ëzé^Žpñ…*J("
  b"""
    ¶┴ü═\x16¯¿jñ\x14²íƒÙ\n
    5
    """
  b"õ'þ<‰c2ˆ!Öì”íÈ5š"
  b"ö®½IÅ‚îç¢F\x11\x02£jCð"
  b"ö¸´Ñ['W\rÛ )•p\x10\x19\r"
  b"÷̆¥cÈJÝ”&D\x14ŸÓ\x15Ò"
  b"""
    ú¨\x042èT#æ&Z\n
    =å;e%
    """
  b"üÁîýÌÔAM×$ÙÔÅWä}"
  b"³Ú╣üDB\x1E\x13¶¹^ÓxÏÄ"
  b"■:Ø6â─û\x03Ba@F\x13Â\x1AÀ"
  b"\x03?—]þrFâ±[·S<rD’"
  b"6ºû£yCL€©\x1D\rÆñ\x02\x01H"
  b"iÎûÉ█┘O▒ÇÓ\x08wL°D "
  b"†P\x17™¹jIb”)— Úר@"
  b"µçÞ˜º·Oº±çºÞùK©\x10"
  b"×2ðJ…åOy…÷%\e·ñ¶."
  b"\x01æ Å¡ q\x04¢\x16¿Dó1¯Ö"
  b"\x11£a›¾jE€¸ãSæo&3\x00"
  b"\x19\x0F®DGbD-˜ó³8æ\x0F"
  b"7H#^þ×K\x0E´;4Õ\x19h[‹"
  b"¿TRŸëó#ì}'%k\x17\x07õ"
  b"¸■Kı\x10öC\x15ÄØÍ+^6\x03î"
]
26 1.08 ms
# app-scripts::refresh::read
SELECT `app`.`id` AS `app.id`, `app`.`name` AS `app.name`, `app`.`path` AS `app.path`, `app`.`author` AS `app.author`, `app`.`copyright` AS `app.copyright`, `app`.`license` AS `app.license`, `app`.`active` AS `app.active`, `app`.`configurable` AS `app.configurable`, `app`.`privacy` AS `app.privacy`, `app`.`version` AS `app.version`, `app`.`icon` AS `app.iconRaw`, `app`.`app_secret` AS `app.appSecret`, `app`.`modules` AS `app.modules`, `app`.`main_module` AS `app.mainModule`, `app`.`cookies` AS `app.cookies`, `app`.`allow_disable` AS `app.allowDisable`, `app`.`base_app_url` AS `app.baseAppUrl`, `app`.`allowed_hosts` AS `app.allowedHosts`, `app`.`template_load_priority` AS `app.templateLoadPriority`, `app`.`integration_id` AS `app.integrationId`, `app.integration`.`id` AS `app.integration.id`, `app.integration`.`label` AS `app.integration.label`, `app.integration`.`access_key` AS `app.integration.accessKey`, `app.integration`.`secret_access_key` AS `app.integration.secretAccessKey`, `app.integration`.`last_usage_at` AS `app.integration.lastUsageAt`, `app.integration`.`admin` AS `app.integration.admin`, `app.integration`.`custom_fields` AS `app.integration.customFields`, `app.integration`.`deleted_at` AS `app.integration.deletedAt`, `app.integration`.`write_access` AS `app.integration.writeAccess`, `app.integration`.`created_at` AS `app.integration.createdAt`, `app.integration`.`updated_at` AS `app.integration.updatedAt`, `app`.`acl_role_id` AS `app.aclRoleId`, `app.aclRole`.`id` AS `app.aclRole.id`, `app.aclRole`.`name` AS `app.aclRole.name`, `app.aclRole`.`description` AS `app.aclRole.description`, `app.aclRole`.`privileges` AS `app.aclRole.privileges`, `app.aclRole`.`deleted_at` AS `app.aclRole.deletedAt`, `app.aclRole`.`created_at` AS `app.aclRole.createdAt`, `app.aclRole`.`updated_at` AS `app.aclRole.updatedAt`, `app`.`created_at` AS `app.createdAt`, `app`.`updated_at` AS `app.updatedAt`, `app.translation.label`, COALESCE(`app.translation.label`,`app.translation.label`) AS `app.label`, `app.translation.description`, COALESCE(`app.translation.description`,`app.translation.description`) AS `app.description`, `app.translation.privacyPolicyExtensions`, COALESCE(`app.translation.privacyPolicyExtensions`,`app.translation.privacyPolicyExtensions`) AS `app.privacyPolicyExtensions`, `app.translation.customFields`, COALESCE(`app.translation.customFields`,`app.translation.customFields`) AS `app.customFields`, `app.translation.createdAt`, `app.translation.updatedAt`, `app.translation.appId`, `app.translation.languageId` FROM `app` LEFT JOIN (SELECT `app.translation`.app_id, `app.translation`.label AS `app.translation.label`, `app.translation`.description AS `app.translation.description`, `app.translation`.privacy_policy_extensions AS `app.translation.privacyPolicyExtensions`, `app.translation`.custom_fields AS `app.translation.customFields`, `app.translation`.created_at AS `app.translation.createdAt`, `app.translation`.updated_at AS `app.translation.updatedAt`, `app.translation`.app_id AS `app.translation.appId`, `app.translation`.language_id AS `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation`.language_id = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` LEFT JOIN `integration` `app.integration` ON `app`.`integration_id` = `app.integration`.`id` LEFT JOIN `acl_role` `app.aclRole` ON `app`.`acl_role_id` = `app.aclRole`.`id` WHERE (`app`.`active` = ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  true
]
27 0.85 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:
[]
28 0.53 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:
[]
29 0.52 ms
SELECT `country`.`id` FROM `country` LEFT JOIN `sales_channel_country` `country.salesChannels.mapping` ON `country`.`id` = `country.salesChannels.mapping`.`country_id`  LEFT JOIN `sales_channel` `country.salesChannels` ON `country.salesChannels.mapping`.`sales_channel_id` = `country.salesChannels`.`id`  WHERE ((`country.salesChannels`.`id` = ?)) AND (`country`.`id` IN (?)) GROUP BY `country`.`id`
Parameters:
[
  b"˜C-ï9üF$³2\x13¥kŒ”M"
  b"ÅD$”Y\x1AM-ž]\x1E\x02±\t€‡"
]
30 0.91 ms
# app-scripts::refresh::read
SELECT `app`.`id` AS `app.id`, `app`.`name` AS `app.name`, `app`.`path` AS `app.path`, `app`.`author` AS `app.author`, `app`.`copyright` AS `app.copyright`, `app`.`license` AS `app.license`, `app`.`active` AS `app.active`, `app`.`configurable` AS `app.configurable`, `app`.`privacy` AS `app.privacy`, `app`.`version` AS `app.version`, `app`.`icon` AS `app.iconRaw`, `app`.`app_secret` AS `app.appSecret`, `app`.`modules` AS `app.modules`, `app`.`main_module` AS `app.mainModule`, `app`.`cookies` AS `app.cookies`, `app`.`allow_disable` AS `app.allowDisable`, `app`.`base_app_url` AS `app.baseAppUrl`, `app`.`allowed_hosts` AS `app.allowedHosts`, `app`.`template_load_priority` AS `app.templateLoadPriority`, `app`.`integration_id` AS `app.integrationId`, `app.integration`.`id` AS `app.integration.id`, `app.integration`.`label` AS `app.integration.label`, `app.integration`.`access_key` AS `app.integration.accessKey`, `app.integration`.`secret_access_key` AS `app.integration.secretAccessKey`, `app.integration`.`last_usage_at` AS `app.integration.lastUsageAt`, `app.integration`.`admin` AS `app.integration.admin`, `app.integration`.`custom_fields` AS `app.integration.customFields`, `app.integration`.`deleted_at` AS `app.integration.deletedAt`, `app.integration`.`write_access` AS `app.integration.writeAccess`, `app.integration`.`created_at` AS `app.integration.createdAt`, `app.integration`.`updated_at` AS `app.integration.updatedAt`, `app`.`acl_role_id` AS `app.aclRoleId`, `app.aclRole`.`id` AS `app.aclRole.id`, `app.aclRole`.`name` AS `app.aclRole.name`, `app.aclRole`.`description` AS `app.aclRole.description`, `app.aclRole`.`privileges` AS `app.aclRole.privileges`, `app.aclRole`.`deleted_at` AS `app.aclRole.deletedAt`, `app.aclRole`.`created_at` AS `app.aclRole.createdAt`, `app.aclRole`.`updated_at` AS `app.aclRole.updatedAt`, `app`.`created_at` AS `app.createdAt`, `app`.`updated_at` AS `app.updatedAt`, `app.translation.label`, COALESCE(`app.translation.label`,`app.translation.label`) AS `app.label`, `app.translation.description`, COALESCE(`app.translation.description`,`app.translation.description`) AS `app.description`, `app.translation.privacyPolicyExtensions`, COALESCE(`app.translation.privacyPolicyExtensions`,`app.translation.privacyPolicyExtensions`) AS `app.privacyPolicyExtensions`, `app.translation.customFields`, COALESCE(`app.translation.customFields`,`app.translation.customFields`) AS `app.customFields`, `app.translation.createdAt`, `app.translation.updatedAt`, `app.translation.appId`, `app.translation.languageId` FROM `app` LEFT JOIN (SELECT `app.translation`.app_id, `app.translation`.label AS `app.translation.label`, `app.translation`.description AS `app.translation.description`, `app.translation`.privacy_policy_extensions AS `app.translation.privacyPolicyExtensions`, `app.translation`.custom_fields AS `app.translation.customFields`, `app.translation`.created_at AS `app.translation.createdAt`, `app.translation`.updated_at AS `app.translation.updatedAt`, `app.translation`.app_id AS `app.translation.appId`, `app.translation`.language_id AS `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation`.language_id = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` LEFT JOIN `integration` `app.integration` ON `app`.`integration_id` = `app.integration`.`id` LEFT JOIN `acl_role` `app.aclRole` ON `app`.`acl_role_id` = `app.aclRole`.`id` WHERE (`app`.`active` = ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  true
]
31 0.57 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:
[]
32 0.32 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:
[]
33 1.80 ms
SELECT customer.*, salutation_display_name_translation.salutation_display_name FROM customer customer INNER JOIN b2b_customer_data b2bCustomerData ON customer.id = b2bCustomerData.customer_id LEFT JOIN salutation salutation ON customer.salutation_id = salutation.id LEFT JOIN (SELECT DISTINCT COALESCE(salutation_translation6768e0423b678.display_name) AS salutation_display_name, salutation.id AS salutation_id FROM salutation salutation LEFT JOIN salutation_translation salutation_translation6768e0423b678 ON salutation.id = salutation_translation6768e0423b678.salutation_id AND salutation_translation6768e0423b678.language_id = ?) salutation_display_name_translation ON salutation.id = salutation_display_name_translation.salutation_id WHERE (b2bCustomerData.is_debtor = 1) AND (customer.email = ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  "2023-02-20-07-50-12@kampf.de"
]
34 0.78 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"ƈ¥3ö¿M`”ñ>õ2\x19\rï"
]
35 0.33 ms
SELECT LOWER(HEX(language.parent_id)) FROM language WHERE language.id = ?
Parameters:
[
  b"╬v\x11Å╦×Màöøá÷iáSW"
]
36 1.51 ms
# base-context-factory::sales-channel::read
SELECT `sales_channel`.`id` AS `sales_channel.id`, `sales_channel`.`type_id` AS `sales_channel.typeId`, `sales_channel`.`language_id` AS `sales_channel.languageId`, `sales_channel`.`customer_group_id` AS `sales_channel.customerGroupId`, `sales_channel`.`currency_id` AS `sales_channel.currencyId`, `sales_channel`.`payment_method_id` AS `sales_channel.paymentMethodId`, `sales_channel`.`shipping_method_id` AS `sales_channel.shippingMethodId`, `sales_channel`.`country_id` AS `sales_channel.countryId`, `sales_channel`.`analytics_id` AS `sales_channel.analyticsId`, `sales_channel`.`navigation_category_id` AS `sales_channel.navigationCategoryId`, `sales_channel`.`navigation_category_version_id` AS `sales_channel.navigationCategoryVersionId`, `sales_channel`.`navigation_category_depth` AS `sales_channel.navigationCategoryDepth`, `sales_channel`.`footer_category_id` AS `sales_channel.footerCategoryId`, `sales_channel`.`footer_category_version_id` AS `sales_channel.footerCategoryVersionId`, `sales_channel`.`service_category_id` AS `sales_channel.serviceCategoryId`, `sales_channel`.`service_category_version_id` AS `sales_channel.serviceCategoryVersionId`, `sales_channel`.`mail_header_footer_id` AS `sales_channel.mailHeaderFooterId`, `sales_channel`.`hreflang_default_domain_id` AS `sales_channel.hreflangDefaultDomainId`, `sales_channel`.`short_name` AS `sales_channel.shortName`, `sales_channel`.`tax_calculation_type` AS `sales_channel.taxCalculationType`, `sales_channel`.`access_key` AS `sales_channel.accessKey`, `sales_channel`.`configuration` AS `sales_channel.configuration`, `sales_channel`.`active` AS `sales_channel.active`, `sales_channel`.`hreflang_active` AS `sales_channel.hreflangActive`, `sales_channel`.`maintenance` AS `sales_channel.maintenance`, `sales_channel`.`maintenance_ip_whitelist` AS `sales_channel.maintenanceIpWhitelist`, `sales_channel`.`payment_method_ids` AS `sales_channel.paymentMethodIds`, `sales_channel`.`home_cms_page_id` AS `sales_channel.homeCmsPageId`, `sales_channel`.`home_cms_page_version_id` AS `sales_channel.homeCmsPageVersionId`, `sales_channel.analytics`.`id` AS `sales_channel.analytics.id`, `sales_channel.analytics`.`tracking_id` AS `sales_channel.analytics.trackingId`, `sales_channel.analytics`.`active` AS `sales_channel.analytics.active`, `sales_channel.analytics`.`track_orders` AS `sales_channel.analytics.trackOrders`, `sales_channel.analytics`.`anonymize_ip` AS `sales_channel.analytics.anonymizeIp`, `sales_channel.analytics`.`created_at` AS `sales_channel.analytics.createdAt`, `sales_channel.analytics`.`updated_at` AS `sales_channel.analytics.updatedAt`, `sales_channel`.`created_at` AS `sales_channel.createdAt`, `sales_channel`.`updated_at` AS `sales_channel.updatedAt`, `sales_channel.currency`.`id` AS `sales_channel.currency.id`, `sales_channel.currency`.`factor` AS `sales_channel.currency.factor`, `sales_channel.currency`.`symbol` AS `sales_channel.currency.symbol`, `sales_channel.currency`.`iso_code` AS `sales_channel.currency.isoCode`, `sales_channel.currency`.`position` AS `sales_channel.currency.position`, `sales_channel.currency`.`tax_free_from` AS `sales_channel.currency.taxFreeFrom`, `sales_channel.currency`.`item_rounding` AS `sales_channel.currency.itemRounding`, `sales_channel.currency`.`total_rounding` AS `sales_channel.currency.totalRounding`, `sales_channel.currency`.`created_at` AS `sales_channel.currency.createdAt`, `sales_channel.currency`.`updated_at` AS `sales_channel.currency.updatedAt`, `sales_channel.currency.translation.fallback_1.shortName`, `sales_channel.currency.translation.shortName`, COALESCE(`sales_channel.currency.translation.fallback_1.shortName`,`sales_channel.currency.translation.shortName`,`sales_channel.currency.translation.shortName`) AS `sales_channel.currency.shortName`, `sales_channel.currency.translation.fallback_1.name`, `sales_channel.currency.translation.name`, COALESCE(`sales_channel.currency.translation.fallback_1.name`,`sales_channel.currency.translation.name`,`sales_channel.currency.translation.name`) AS `sales_channel.currency.name`, `sales_channel.currency.translation.fallback_1.customFields`, `sales_channel.currency.translation.customFields`, COALESCE(`sales_channel.currency.translation.fallback_1.customFields`,`sales_channel.currency.translation.customFields`,`sales_channel.currency.translation.customFields`) AS `sales_channel.currency.customFields`, `sales_channel.currency.translation.fallback_1.createdAt`, `sales_channel.currency.translation.createdAt`, `sales_channel.currency.translation.fallback_1.updatedAt`, `sales_channel.currency.translation.updatedAt`, `sales_channel.currency.translation.fallback_1.currencyId`, `sales_channel.currency.translation.currencyId`, `sales_channel.currency.translation.fallback_1.languageId`, `sales_channel.currency.translation.languageId`, `sales_channel.translation.fallback_1.name`, `sales_channel.translation.name`, COALESCE(`sales_channel.translation.fallback_1.name`,`sales_channel.translation.name`,`sales_channel.translation.name`) AS `sales_channel.name`, `sales_channel.translation.fallback_1.homeSlotConfig`, `sales_channel.translation.homeSlotConfig`, COALESCE(`sales_channel.translation.fallback_1.homeSlotConfig`,`sales_channel.translation.homeSlotConfig`,`sales_channel.translation.homeSlotConfig`) AS `sales_channel.homeSlotConfig`, `sales_channel.translation.fallback_1.homeEnabled`, `sales_channel.translation.homeEnabled`, COALESCE(`sales_channel.translation.fallback_1.homeEnabled`,`sales_channel.translation.homeEnabled`,`sales_channel.translation.homeEnabled`) AS `sales_channel.homeEnabled`, `sales_channel.translation.fallback_1.homeName`, `sales_channel.translation.homeName`, COALESCE(`sales_channel.translation.fallback_1.homeName`,`sales_channel.translation.homeName`,`sales_channel.translation.homeName`) AS `sales_channel.homeName`, `sales_channel.translation.fallback_1.homeMetaTitle`, `sales_channel.translation.homeMetaTitle`, COALESCE(`sales_channel.translation.fallback_1.homeMetaTitle`,`sales_channel.translation.homeMetaTitle`,`sales_channel.translation.homeMetaTitle`) AS `sales_channel.homeMetaTitle`, `sales_channel.translation.fallback_1.homeMetaDescription`, `sales_channel.translation.homeMetaDescription`, COALESCE(`sales_channel.translation.fallback_1.homeMetaDescription`,`sales_channel.translation.homeMetaDescription`,`sales_channel.translation.homeMetaDescription`) AS `sales_channel.homeMetaDescription`, `sales_channel.translation.fallback_1.homeKeywords`, `sales_channel.translation.homeKeywords`, COALESCE(`sales_channel.translation.fallback_1.homeKeywords`,`sales_channel.translation.homeKeywords`,`sales_channel.translation.homeKeywords`) AS `sales_channel.homeKeywords`, `sales_channel.translation.fallback_1.customFields`, `sales_channel.translation.customFields`, COALESCE(`sales_channel.translation.fallback_1.customFields`,`sales_channel.translation.customFields`,`sales_channel.translation.customFields`) AS `sales_channel.customFields`, `sales_channel.translation.fallback_1.createdAt`, `sales_channel.translation.createdAt`, `sales_channel.translation.fallback_1.updatedAt`, `sales_channel.translation.updatedAt`, `sales_channel.translation.fallback_1.salesChannelId`, `sales_channel.translation.salesChannelId`, `sales_channel.translation.fallback_1.languageId`, `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`, `sales_channel.translation.fallback_1`.name AS `sales_channel.translation.fallback_1.name`, `sales_channel.translation.fallback_1`.home_slot_config AS `sales_channel.translation.fallback_1.homeSlotConfig`, `sales_channel.translation.fallback_1`.home_enabled AS `sales_channel.translation.fallback_1.homeEnabled`, `sales_channel.translation.fallback_1`.home_name AS `sales_channel.translation.fallback_1.homeName`, `sales_channel.translation.fallback_1`.home_meta_title AS `sales_channel.translation.fallback_1.homeMetaTitle`, `sales_channel.translation.fallback_1`.home_meta_description AS `sales_channel.translation.fallback_1.homeMetaDescription`, `sales_channel.translation.fallback_1`.home_keywords AS `sales_channel.translation.fallback_1.homeKeywords`, `sales_channel.translation.fallback_1`.custom_fields AS `sales_channel.translation.fallback_1.customFields`, `sales_channel.translation.fallback_1`.created_at AS `sales_channel.translation.fallback_1.createdAt`, `sales_channel.translation.fallback_1`.updated_at AS `sales_channel.translation.fallback_1.updatedAt`, `sales_channel.translation.fallback_1`.sales_channel_id AS `sales_channel.translation.fallback_1.salesChannelId`, `sales_channel.translation.fallback_1`.language_id AS `sales_channel.translation.fallback_1.languageId` FROM `sales_channel_translation` `sales_channel.translation` LEFT JOIN `sales_channel_translation` `sales_channel.translation.fallback_1` ON `sales_channel.translation`.`sales_channel_id` = `sales_channel.translation.fallback_1`.`sales_channel_id` AND `sales_channel.translation.fallback_1`.language_id = ? 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`, `sales_channel.currency.translation.fallback_1`.short_name AS `sales_channel.currency.translation.fallback_1.shortName`, `sales_channel.currency.translation.fallback_1`.name AS `sales_channel.currency.translation.fallback_1.name`, `sales_channel.currency.translation.fallback_1`.custom_fields AS `sales_channel.currency.translation.fallback_1.customFields`, `sales_channel.currency.translation.fallback_1`.created_at AS `sales_channel.currency.translation.fallback_1.createdAt`, `sales_channel.currency.translation.fallback_1`.updated_at AS `sales_channel.currency.translation.fallback_1.updatedAt`, `sales_channel.currency.translation.fallback_1`.currency_id AS `sales_channel.currency.translation.fallback_1.currencyId`, `sales_channel.currency.translation.fallback_1`.language_id AS `sales_channel.currency.translation.fallback_1.languageId` FROM `currency_translation` `sales_channel.currency.translation` LEFT JOIN `currency_translation` `sales_channel.currency.translation.fallback_1` ON `sales_channel.currency.translation`.`currency_id` = `sales_channel.currency.translation.fallback_1`.`currency_id` AND `sales_channel.currency.translation.fallback_1`.language_id = ? 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"╬v\x11Å╦×Màöøá÷iáSW"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"╬v\x11Å╦×Màöøá÷iáSW"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"ƈ¥3ö¿M`”ñ>õ2\x19\rï"
]
37 0.37 ms
SELECT `name`, `type` FROM `custom_field` WHERE `active` = 1
Parameters:
[]
38 0.44 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"ƈ¥3ö¿M`”ñ>õ2\x19\rï"
]
39 0.73 ms
# base-context-factory::country::read
SELECT `country`.`id` AS `country.id`, `country`.`iso` AS `country.iso`, `country`.`position` AS `country.position`, `country`.`active` AS `country.active`, `country`.`shipping_available` AS `country.shippingAvailable`, `country`.`iso3` AS `country.iso3`, `country`.`display_state_in_registration` AS `country.displayStateInRegistration`, `country`.`force_state_in_registration` AS `country.forceStateInRegistration`, `country`.`check_vat_id_pattern` AS `country.checkVatIdPattern`, `country`.`vat_id_required` AS `country.vatIdRequired`, `country`.`vat_id_pattern` AS `country.vatIdPattern`, `country`.`customer_tax` AS `country.customerTax`, `country`.`company_tax` AS `country.companyTax`, `country`.`postal_code_required` AS `country.postalCodeRequired`, `country`.`check_postal_code_pattern` AS `country.checkPostalCodePattern`, `country`.`check_advanced_postal_code_pattern` AS `country.checkAdvancedPostalCodePattern`, `country`.`advanced_postal_code_pattern` AS `country.advancedPostalCodePattern`, `country`.`default_postal_code_pattern` AS `country.defaultPostalCodePattern`, `country`.`created_at` AS `country.createdAt`, `country`.`updated_at` AS `country.updatedAt`, `country.translation.fallback_1.name`, `country.translation.name`, COALESCE(`country.translation.fallback_1.name`,`country.translation.name`,`country.translation.name`) AS `country.name`, `country.translation.fallback_1.addressFormat`, `country.translation.addressFormat`, COALESCE(`country.translation.fallback_1.addressFormat`,`country.translation.addressFormat`,`country.translation.addressFormat`) AS `country.addressFormat`, `country.translation.fallback_1.customFields`, `country.translation.customFields`, COALESCE(`country.translation.fallback_1.customFields`,`country.translation.customFields`,`country.translation.customFields`) AS `country.customFields`, `country.translation.fallback_1.createdAt`, `country.translation.createdAt`, `country.translation.fallback_1.updatedAt`, `country.translation.updatedAt`, `country.translation.fallback_1.countryId`, `country.translation.countryId`, `country.translation.fallback_1.languageId`, `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`, `country.translation.fallback_1`.name AS `country.translation.fallback_1.name`, `country.translation.fallback_1`.address_format AS `country.translation.fallback_1.addressFormat`, `country.translation.fallback_1`.custom_fields AS `country.translation.fallback_1.customFields`, `country.translation.fallback_1`.created_at AS `country.translation.fallback_1.createdAt`, `country.translation.fallback_1`.updated_at AS `country.translation.fallback_1.updatedAt`, `country.translation.fallback_1`.country_id AS `country.translation.fallback_1.countryId`, `country.translation.fallback_1`.language_id AS `country.translation.fallback_1.languageId` FROM `country_translation` `country.translation` LEFT JOIN `country_translation` `country.translation.fallback_1` ON `country.translation`.`country_id` = `country.translation.fallback_1`.`country_id` AND `country.translation.fallback_1`.language_id = ? WHERE `country.translation`.language_id = ?) `country.country_translation` ON `country.country_translation`.`country_id` = `country`.`id` WHERE `country`.`id` IN (?)
Parameters:
[
  b"╬v\x11Å╦×Màöøá÷iáSW"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"ÅD$”Y\x1AM-ž]\x1E\x02±\t€‡"
]
40 0.94 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.fallback_1.name`, `customer_group.translation.name`, COALESCE(`customer_group.translation.fallback_1.name`,`customer_group.translation.name`,`customer_group.translation.name`) AS `customer_group.name`, `customer_group.translation.fallback_1.registrationTitle`, `customer_group.translation.registrationTitle`, COALESCE(`customer_group.translation.fallback_1.registrationTitle`,`customer_group.translation.registrationTitle`,`customer_group.translation.registrationTitle`) AS `customer_group.registrationTitle`, `customer_group.translation.fallback_1.registrationIntroduction`, `customer_group.translation.registrationIntroduction`, COALESCE(`customer_group.translation.fallback_1.registrationIntroduction`,`customer_group.translation.registrationIntroduction`,`customer_group.translation.registrationIntroduction`) AS `customer_group.registrationIntroduction`, `customer_group.translation.fallback_1.registrationOnlyCompanyRegistration`, `customer_group.translation.registrationOnlyCompanyRegistration`, COALESCE(`customer_group.translation.fallback_1.registrationOnlyCompanyRegistration`,`customer_group.translation.registrationOnlyCompanyRegistration`,`customer_group.translation.registrationOnlyCompanyRegistration`) AS `customer_group.registrationOnlyCompanyRegistration`, `customer_group.translation.fallback_1.registrationSeoMetaDescription`, `customer_group.translation.registrationSeoMetaDescription`, COALESCE(`customer_group.translation.fallback_1.registrationSeoMetaDescription`,`customer_group.translation.registrationSeoMetaDescription`,`customer_group.translation.registrationSeoMetaDescription`) AS `customer_group.registrationSeoMetaDescription`, `customer_group.translation.fallback_1.customFields`, `customer_group.translation.customFields`, COALESCE(`customer_group.translation.fallback_1.customFields`,`customer_group.translation.customFields`,`customer_group.translation.customFields`) AS `customer_group.customFields`, `customer_group.translation.fallback_1.createdAt`, `customer_group.translation.createdAt`, `customer_group.translation.fallback_1.updatedAt`, `customer_group.translation.updatedAt`, `customer_group.translation.fallback_1.customerGroupId`, `customer_group.translation.customerGroupId`, `customer_group.translation.fallback_1.languageId`, `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`, `customer_group.translation.fallback_1`.name AS `customer_group.translation.fallback_1.name`, `customer_group.translation.fallback_1`.registration_title AS `customer_group.translation.fallback_1.registrationTitle`, `customer_group.translation.fallback_1`.registration_introduction AS `customer_group.translation.fallback_1.registrationIntroduction`, `customer_group.translation.fallback_1`.registration_only_company_registration AS `customer_group.translation.fallback_1.registrationOnlyCompanyRegistration`, `customer_group.translation.fallback_1`.registration_seo_meta_description AS `customer_group.translation.fallback_1.registrationSeoMetaDescription`, `customer_group.translation.fallback_1`.custom_fields AS `customer_group.translation.fallback_1.customFields`, `customer_group.translation.fallback_1`.created_at AS `customer_group.translation.fallback_1.createdAt`, `customer_group.translation.fallback_1`.updated_at AS `customer_group.translation.fallback_1.updatedAt`, `customer_group.translation.fallback_1`.customer_group_id AS `customer_group.translation.fallback_1.customerGroupId`, `customer_group.translation.fallback_1`.language_id AS `customer_group.translation.fallback_1.languageId` FROM `customer_group_translation` `customer_group.translation` LEFT JOIN `customer_group_translation` `customer_group.translation.fallback_1` ON `customer_group.translation`.`customer_group_id` = `customer_group.translation.fallback_1`.`customer_group_id` AND `customer_group.translation.fallback_1`.language_id = ? 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"╬v\x11Å╦×Màöøá÷iáSW"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"¤¢P\x18ËìAÏ¡╩\x10┘O╚¢Í"
]
41 0.34 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:
[]
42 0.81 ms
# base-context-factory::taxes::association::rules::read
SELECT `tax_rule`.`id` AS `tax_rule.id`, `tax_rule`.`tax_rule_type_id` AS `tax_rule.taxRuleTypeId`, `tax_rule`.`country_id` AS `tax_rule.countryId`, `tax_rule`.`tax_rate` AS `tax_rule.taxRate`, `tax_rule`.`data` AS `tax_rule.data`, `tax_rule`.`tax_id` AS `tax_rule.taxId`, `tax_rule`.`active_from` AS `tax_rule.activeFrom`, `tax_rule.type`.`id` AS `tax_rule.type.id`, `tax_rule.type`.`technical_name` AS `tax_rule.type.technicalName`, `tax_rule.type`.`position` AS `tax_rule.type.position`, `tax_rule.type`.`created_at` AS `tax_rule.type.createdAt`, `tax_rule.type`.`updated_at` AS `tax_rule.type.updatedAt`, `tax_rule.type.translation.fallback_1.typeName`, `tax_rule.type.translation.typeName`, COALESCE(`tax_rule.type.translation.fallback_1.typeName`,`tax_rule.type.translation.typeName`,`tax_rule.type.translation.typeName`) AS `tax_rule.type.typeName`, `tax_rule.type.translation.fallback_1.createdAt`, `tax_rule.type.translation.createdAt`, `tax_rule.type.translation.fallback_1.updatedAt`, `tax_rule.type.translation.updatedAt`, `tax_rule.type.translation.fallback_1.taxRuleTypeId`, `tax_rule.type.translation.taxRuleTypeId`, `tax_rule.type.translation.fallback_1.languageId`, `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`, `tax_rule.type.translation.fallback_1`.type_name AS `tax_rule.type.translation.fallback_1.typeName`, `tax_rule.type.translation.fallback_1`.created_at AS `tax_rule.type.translation.fallback_1.createdAt`, `tax_rule.type.translation.fallback_1`.updated_at AS `tax_rule.type.translation.fallback_1.updatedAt`, `tax_rule.type.translation.fallback_1`.tax_rule_type_id AS `tax_rule.type.translation.fallback_1.taxRuleTypeId`, `tax_rule.type.translation.fallback_1`.language_id AS `tax_rule.type.translation.fallback_1.languageId` FROM `tax_rule_type_translation` `tax_rule.type.translation` LEFT JOIN `tax_rule_type_translation` `tax_rule.type.translation.fallback_1` ON `tax_rule.type.translation`.`tax_rule_type_id` = `tax_rule.type.translation.fallback_1`.`tax_rule_type_id` AND `tax_rule.type.translation.fallback_1`.language_id = ? 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"╬v\x11Å╦×Màöøá÷iáSW"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"EÏ ³XãGFŸê\x06²r-\x08R"
]
43 1.73 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.fallback_1.title`, `payment_method.media.translation.title`, COALESCE(`payment_method.media.translation.fallback_1.title`,`payment_method.media.translation.title`,`payment_method.media.translation.title`) AS `payment_method.media.title`, `payment_method.media.translation.fallback_1.alt`, `payment_method.media.translation.alt`, COALESCE(`payment_method.media.translation.fallback_1.alt`,`payment_method.media.translation.alt`,`payment_method.media.translation.alt`) AS `payment_method.media.alt`, `payment_method.media.translation.fallback_1.customFields`, `payment_method.media.translation.customFields`, COALESCE(`payment_method.media.translation.fallback_1.customFields`,`payment_method.media.translation.customFields`,`payment_method.media.translation.customFields`) AS `payment_method.media.customFields`, `payment_method.media.translation.fallback_1.createdAt`, `payment_method.media.translation.createdAt`, `payment_method.media.translation.fallback_1.updatedAt`, `payment_method.media.translation.updatedAt`, `payment_method.media.translation.fallback_1.mediaId`, `payment_method.media.translation.mediaId`, `payment_method.media.translation.fallback_1.languageId`, `payment_method.media.translation.languageId`, `payment_method.translation.fallback_1.name`, `payment_method.translation.name`, COALESCE(`payment_method.translation.fallback_1.name`,`payment_method.translation.name`,`payment_method.translation.name`) AS `payment_method.name`, `payment_method.translation.fallback_1.distinguishableName`, `payment_method.translation.distinguishableName`, COALESCE(`payment_method.translation.fallback_1.distinguishableName`,`payment_method.translation.distinguishableName`,`payment_method.translation.distinguishableName`) AS `payment_method.distinguishableName`, `payment_method.translation.fallback_1.description`, `payment_method.translation.description`, COALESCE(`payment_method.translation.fallback_1.description`,`payment_method.translation.description`,`payment_method.translation.description`) AS `payment_method.description`, `payment_method.translation.fallback_1.customFields`, `payment_method.translation.customFields`, COALESCE(`payment_method.translation.fallback_1.customFields`,`payment_method.translation.customFields`,`payment_method.translation.customFields`) AS `payment_method.customFields`, `payment_method.translation.fallback_1.createdAt`, `payment_method.translation.createdAt`, `payment_method.translation.fallback_1.updatedAt`, `payment_method.translation.updatedAt`, `payment_method.translation.fallback_1.paymentMethodId`, `payment_method.translation.paymentMethodId`, `payment_method.translation.fallback_1.languageId`, `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`, `payment_method.translation.fallback_1`.name AS `payment_method.translation.fallback_1.name`, `payment_method.translation.fallback_1`.distinguishable_name AS `payment_method.translation.fallback_1.distinguishableName`, `payment_method.translation.fallback_1`.description AS `payment_method.translation.fallback_1.description`, `payment_method.translation.fallback_1`.custom_fields AS `payment_method.translation.fallback_1.customFields`, `payment_method.translation.fallback_1`.created_at AS `payment_method.translation.fallback_1.createdAt`, `payment_method.translation.fallback_1`.updated_at AS `payment_method.translation.fallback_1.updatedAt`, `payment_method.translation.fallback_1`.payment_method_id AS `payment_method.translation.fallback_1.paymentMethodId`, `payment_method.translation.fallback_1`.language_id AS `payment_method.translation.fallback_1.languageId` FROM `payment_method_translation` `payment_method.translation` LEFT JOIN `payment_method_translation` `payment_method.translation.fallback_1` ON `payment_method.translation`.`payment_method_id` = `payment_method.translation.fallback_1`.`payment_method_id` AND `payment_method.translation.fallback_1`.language_id = ? 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`, `payment_method.media.translation.fallback_1`.title AS `payment_method.media.translation.fallback_1.title`, `payment_method.media.translation.fallback_1`.alt AS `payment_method.media.translation.fallback_1.alt`, `payment_method.media.translation.fallback_1`.custom_fields AS `payment_method.media.translation.fallback_1.customFields`, `payment_method.media.translation.fallback_1`.created_at AS `payment_method.media.translation.fallback_1.createdAt`, `payment_method.media.translation.fallback_1`.updated_at AS `payment_method.media.translation.fallback_1.updatedAt`, `payment_method.media.translation.fallback_1`.media_id AS `payment_method.media.translation.fallback_1.mediaId`, `payment_method.media.translation.fallback_1`.language_id AS `payment_method.media.translation.fallback_1.languageId` FROM `media_translation` `payment_method.media.translation` LEFT JOIN `media_translation` `payment_method.media.translation.fallback_1` ON `payment_method.media.translation`.`media_id` = `payment_method.media.translation.fallback_1`.`media_id` AND `payment_method.media.translation.fallback_1`.language_id = ? 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"╬v\x11Å╦×Màöøá÷iáSW"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"╬v\x11Å╦×Màöøá÷iáSW"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"àtû°ıAHbºAJºh▒╦ü"
]
44 1.93 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.fallback_1.name`, `shipping_method.deliveryTime.translation.name`, COALESCE(`shipping_method.deliveryTime.translation.fallback_1.name`,`shipping_method.deliveryTime.translation.name`,`shipping_method.deliveryTime.translation.name`) AS `shipping_method.deliveryTime.name`, `shipping_method.deliveryTime.translation.fallback_1.customFields`, `shipping_method.deliveryTime.translation.customFields`, COALESCE(`shipping_method.deliveryTime.translation.fallback_1.customFields`,`shipping_method.deliveryTime.translation.customFields`,`shipping_method.deliveryTime.translation.customFields`) AS `shipping_method.deliveryTime.customFields`, `shipping_method.deliveryTime.translation.fallback_1.createdAt`, `shipping_method.deliveryTime.translation.createdAt`, `shipping_method.deliveryTime.translation.fallback_1.updatedAt`, `shipping_method.deliveryTime.translation.updatedAt`, `shipping_method.deliveryTime.translation.fallback_1.deliveryTimeId`, `shipping_method.deliveryTime.translation.deliveryTimeId`, `shipping_method.deliveryTime.translation.fallback_1.languageId`, `shipping_method.deliveryTime.translation.languageId`, `shipping_method.appShippingMethod`.`id` AS `shipping_method.appShippingMethod.id`, `shipping_method.appShippingMethod`.`app_name` AS `shipping_method.appShippingMethod.appName`, `shipping_method.appShippingMethod`.`identifier` AS `shipping_method.appShippingMethod.identifier`, `shipping_method.appShippingMethod`.`app_id` AS `shipping_method.appShippingMethod.appId`, `shipping_method.appShippingMethod`.`shipping_method_id` AS `shipping_method.appShippingMethod.shippingMethodId`, `shipping_method.appShippingMethod`.`original_media_id` AS `shipping_method.appShippingMethod.originalMediaId`, `shipping_method.appShippingMethod`.`created_at` AS `shipping_method.appShippingMethod.createdAt`, `shipping_method.appShippingMethod`.`updated_at` AS `shipping_method.appShippingMethod.updatedAt`, `shipping_method`.`technical_name` AS `shipping_method.technicalName`, `shipping_method`.`created_at` AS `shipping_method.createdAt`, `shipping_method`.`updated_at` AS `shipping_method.updatedAt`, `shipping_method.media`.`id` AS `shipping_method.media.id`, `shipping_method.media`.`user_id` AS `shipping_method.media.userId`, `shipping_method.media`.`media_folder_id` AS `shipping_method.media.mediaFolderId`, `shipping_method.media`.`mime_type` AS `shipping_method.media.mimeType`, `shipping_method.media`.`file_extension` AS `shipping_method.media.fileExtension`, `shipping_method.media`.`uploaded_at` AS `shipping_method.media.uploadedAt`, `shipping_method.media`.`file_name` AS `shipping_method.media.fileName`, `shipping_method.media`.`file_size` AS `shipping_method.media.fileSize`, `shipping_method.media`.`media_type` AS `shipping_method.media.mediaTypeRaw`, `shipping_method.media`.`meta_data` AS `shipping_method.media.metaData`, `shipping_method.media`.`config` AS `shipping_method.media.config`, `shipping_method.media`.`path` AS `shipping_method.media.path`, `shipping_method.media`.`private` AS `shipping_method.media.private`, `shipping_method.media`.`thumbnails_ro` AS `shipping_method.media.thumbnailsRo`, `shipping_method.media`.`created_at` AS `shipping_method.media.createdAt`, `shipping_method.media`.`updated_at` AS `shipping_method.media.updatedAt`, `shipping_method.media.translation.fallback_1.title`, `shipping_method.media.translation.title`, COALESCE(`shipping_method.media.translation.fallback_1.title`,`shipping_method.media.translation.title`,`shipping_method.media.translation.title`) AS `shipping_method.media.title`, `shipping_method.media.translation.fallback_1.alt`, `shipping_method.media.translation.alt`, COALESCE(`shipping_method.media.translation.fallback_1.alt`,`shipping_method.media.translation.alt`,`shipping_method.media.translation.alt`) AS `shipping_method.media.alt`, `shipping_method.media.translation.fallback_1.customFields`, `shipping_method.media.translation.customFields`, COALESCE(`shipping_method.media.translation.fallback_1.customFields`,`shipping_method.media.translation.customFields`,`shipping_method.media.translation.customFields`) AS `shipping_method.media.customFields`, `shipping_method.media.translation.fallback_1.createdAt`, `shipping_method.media.translation.createdAt`, `shipping_method.media.translation.fallback_1.updatedAt`, `shipping_method.media.translation.updatedAt`, `shipping_method.media.translation.fallback_1.mediaId`, `shipping_method.media.translation.mediaId`, `shipping_method.media.translation.fallback_1.languageId`, `shipping_method.media.translation.languageId`, `shipping_method.translation.fallback_1.name`, `shipping_method.translation.name`, COALESCE(`shipping_method.translation.fallback_1.name`,`shipping_method.translation.name`,`shipping_method.translation.name`) AS `shipping_method.name`, `shipping_method.translation.fallback_1.description`, `shipping_method.translation.description`, COALESCE(`shipping_method.translation.fallback_1.description`,`shipping_method.translation.description`,`shipping_method.translation.description`) AS `shipping_method.description`, `shipping_method.translation.fallback_1.trackingUrl`, `shipping_method.translation.trackingUrl`, COALESCE(`shipping_method.translation.fallback_1.trackingUrl`,`shipping_method.translation.trackingUrl`,`shipping_method.translation.trackingUrl`) AS `shipping_method.trackingUrl`, `shipping_method.translation.fallback_1.customFields`, `shipping_method.translation.customFields`, COALESCE(`shipping_method.translation.fallback_1.customFields`,`shipping_method.translation.customFields`,`shipping_method.translation.customFields`) AS `shipping_method.customFields`, `shipping_method.translation.fallback_1.createdAt`, `shipping_method.translation.createdAt`, `shipping_method.translation.fallback_1.updatedAt`, `shipping_method.translation.updatedAt`, `shipping_method.translation.fallback_1.shippingMethodId`, `shipping_method.translation.shippingMethodId`, `shipping_method.translation.fallback_1.languageId`, `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`, `shipping_method.translation.fallback_1`.name AS `shipping_method.translation.fallback_1.name`, `shipping_method.translation.fallback_1`.description AS `shipping_method.translation.fallback_1.description`, `shipping_method.translation.fallback_1`.tracking_url AS `shipping_method.translation.fallback_1.trackingUrl`, `shipping_method.translation.fallback_1`.custom_fields AS `shipping_method.translation.fallback_1.customFields`, `shipping_method.translation.fallback_1`.created_at AS `shipping_method.translation.fallback_1.createdAt`, `shipping_method.translation.fallback_1`.updated_at AS `shipping_method.translation.fallback_1.updatedAt`, `shipping_method.translation.fallback_1`.shipping_method_id AS `shipping_method.translation.fallback_1.shippingMethodId`, `shipping_method.translation.fallback_1`.language_id AS `shipping_method.translation.fallback_1.languageId` FROM `shipping_method_translation` `shipping_method.translation` LEFT JOIN `shipping_method_translation` `shipping_method.translation.fallback_1` ON `shipping_method.translation`.`shipping_method_id` = `shipping_method.translation.fallback_1`.`shipping_method_id` AND `shipping_method.translation.fallback_1`.language_id = ? WHERE `shipping_method.translation`.language_id = ?) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation`.`shipping_method_id` = `shipping_method`.`id` LEFT JOIN `delivery_time` `shipping_method.deliveryTime` ON `shipping_method`.`delivery_time_id` = `shipping_method.deliveryTime`.`id` LEFT JOIN `app_shipping_method` `shipping_method.appShippingMethod` ON `shipping_method`.`id` = `shipping_method.appShippingMethod`.`shipping_method_id` LEFT JOIN `media` `shipping_method.media` ON `shipping_method`.`media_id` = `shipping_method.media`.`id` LEFT JOIN (SELECT `shipping_method.deliveryTime.translation`.delivery_time_id, `shipping_method.deliveryTime.translation`.name AS `shipping_method.deliveryTime.translation.name`, `shipping_method.deliveryTime.translation`.custom_fields AS `shipping_method.deliveryTime.translation.customFields`, `shipping_method.deliveryTime.translation`.created_at AS `shipping_method.deliveryTime.translation.createdAt`, `shipping_method.deliveryTime.translation`.updated_at AS `shipping_method.deliveryTime.translation.updatedAt`, `shipping_method.deliveryTime.translation`.delivery_time_id AS `shipping_method.deliveryTime.translation.deliveryTimeId`, `shipping_method.deliveryTime.translation`.language_id AS `shipping_method.deliveryTime.translation.languageId`, `shipping_method.deliveryTime.translation.fallback_1`.name AS `shipping_method.deliveryTime.translation.fallback_1.name`, `shipping_method.deliveryTime.translation.fallback_1`.custom_fields AS `shipping_method.deliveryTime.translation.fallback_1.customFields`, `shipping_method.deliveryTime.translation.fallback_1`.created_at AS `shipping_method.deliveryTime.translation.fallback_1.createdAt`, `shipping_method.deliveryTime.translation.fallback_1`.updated_at AS `shipping_method.deliveryTime.translation.fallback_1.updatedAt`, `shipping_method.deliveryTime.translation.fallback_1`.delivery_time_id AS `shipping_method.deliveryTime.translation.fallback_1.deliveryTimeId`, `shipping_method.deliveryTime.translation.fallback_1`.language_id AS `shipping_method.deliveryTime.translation.fallback_1.languageId` FROM `delivery_time_translation` `shipping_method.deliveryTime.translation` LEFT JOIN `delivery_time_translation` `shipping_method.deliveryTime.translation.fallback_1` ON `shipping_method.deliveryTime.translation`.`delivery_time_id` = `shipping_method.deliveryTime.translation.fallback_1`.`delivery_time_id` AND `shipping_method.deliveryTime.translation.fallback_1`.language_id = ? 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`, `shipping_method.media.translation.fallback_1`.title AS `shipping_method.media.translation.fallback_1.title`, `shipping_method.media.translation.fallback_1`.alt AS `shipping_method.media.translation.fallback_1.alt`, `shipping_method.media.translation.fallback_1`.custom_fields AS `shipping_method.media.translation.fallback_1.customFields`, `shipping_method.media.translation.fallback_1`.created_at AS `shipping_method.media.translation.fallback_1.createdAt`, `shipping_method.media.translation.fallback_1`.updated_at AS `shipping_method.media.translation.fallback_1.updatedAt`, `shipping_method.media.translation.fallback_1`.media_id AS `shipping_method.media.translation.fallback_1.mediaId`, `shipping_method.media.translation.fallback_1`.language_id AS `shipping_method.media.translation.fallback_1.languageId` FROM `media_translation` `shipping_method.media.translation` LEFT JOIN `media_translation` `shipping_method.media.translation.fallback_1` ON `shipping_method.media.translation`.`media_id` = `shipping_method.media.translation.fallback_1`.`media_id` AND `shipping_method.media.translation.fallback_1`.language_id = ? 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"╬v\x11Å╦×Màöøá÷iáSW"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"╬v\x11Å╦×Màöøá÷iáSW"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"╬v\x11Å╦×Màöøá÷iáSW"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"¤’í,\x15%Nm›>À¯ÂŽˆ\x10"
]
45 0.56 ms
# base-context-factory::cash-rounding::search-ids
SELECT `currency_country_rounding`.`id` FROM `currency_country_rounding` WHERE (`currency_country_rounding`.`currency_id` = ? AND `currency_country_rounding`.`country_id` = ?) LIMIT 1
Parameters:
[
  b"·ÒUK\fèGÍ‚ó¬›ÑÀßÊ"
  b"ÅD$”Y\x1AM-ž]\x1E\x02±\t€‡"
]
46 2.00 ms
# context-factory::customer::read
SELECT `customer`.`id` AS `customer.id`, `customer`.`customer_group_id` AS `customer.groupId`, `customer`.`default_payment_method_id` AS `customer.defaultPaymentMethodId`, `customer`.`sales_channel_id` AS `customer.salesChannelId`, `customer`.`language_id` AS `customer.languageId`, `customer`.`last_payment_method_id` AS `customer.lastPaymentMethodId`, `customer`.`default_billing_address_id` AS `customer.defaultBillingAddressId`, `customer`.`default_shipping_address_id` AS `customer.defaultShippingAddressId`, `customer`.`auto_increment` AS `customer.autoIncrement`, `customer`.`customer_number` AS `customer.customerNumber`, `customer`.`salutation_id` AS `customer.salutationId`, `customer`.`first_name` AS `customer.firstName`, `customer`.`last_name` AS `customer.lastName`, `customer`.`company` AS `customer.company`, `customer`.`password` AS `customer.password`, `customer`.`email` AS `customer.email`, `customer`.`title` AS `customer.title`, `customer`.`vat_ids` AS `customer.vatIds`, `customer`.`affiliate_code` AS `customer.affiliateCode`, `customer`.`campaign_code` AS `customer.campaignCode`, `customer`.`active` AS `customer.active`, `customer`.`double_opt_in_registration` AS `customer.doubleOptInRegistration`, `customer`.`double_opt_in_email_sent_date` AS `customer.doubleOptInEmailSentDate`, `customer`.`double_opt_in_confirm_date` AS `customer.doubleOptInConfirmDate`, `customer`.`hash` AS `customer.hash`, `customer`.`guest` AS `customer.guest`, `customer`.`first_login` AS `customer.firstLogin`, `customer`.`last_login` AS `customer.lastLogin`, `customer`.`newsletter_sales_channel_ids` AS `customer.newsletterSalesChannelIds`, `customer`.`birthday` AS `customer.birthday`, `customer`.`last_order_date` AS `customer.lastOrderDate`, `customer`.`order_count` AS `customer.orderCount`, `customer`.`order_total_amount` AS `customer.orderTotalAmount`, `customer`.`review_count` AS `customer.reviewCount`, `customer`.`custom_fields` AS `customer.customFields`, `customer`.`legacy_password` AS `customer.legacyPassword`, `customer`.`legacy_encoder` AS `customer.legacyEncoder`, `customer`.`remote_address` AS `customer.remoteAddress`, `customer`.`tag_ids` AS `customer.tagIds`, `customer`.`requested_customer_group_id` AS `customer.requestedGroupId`, `customer`.`bound_sales_channel_id` AS `customer.boundSalesChannelId`, `customer`.`account_type` AS `customer.accountType`, `customer`.`created_by_id` AS `customer.createdById`, `customer`.`updated_by_id` AS `customer.updatedById`, `customer`.`created_at` AS `customer.createdAt`, `customer`.`updated_at` AS `customer.updatedAt`, `customer.salutation`.`id` AS `customer.salutation.id`, `customer.salutation`.`salutation_key` AS `customer.salutation.salutationKey`, `customer.salutation`.`created_at` AS `customer.salutation.createdAt`, `customer.salutation`.`updated_at` AS `customer.salutation.updatedAt`, `customer.salutation.translation.fallback_1.displayName`, `customer.salutation.translation.displayName`, COALESCE(`customer.salutation.translation.fallback_1.displayName`,`customer.salutation.translation.displayName`,`customer.salutation.translation.displayName`) AS `customer.salutation.displayName`, `customer.salutation.translation.fallback_1.letterName`, `customer.salutation.translation.letterName`, COALESCE(`customer.salutation.translation.fallback_1.letterName`,`customer.salutation.translation.letterName`,`customer.salutation.translation.letterName`) AS `customer.salutation.letterName`, `customer.salutation.translation.fallback_1.customFields`, `customer.salutation.translation.customFields`, COALESCE(`customer.salutation.translation.fallback_1.customFields`,`customer.salutation.translation.customFields`,`customer.salutation.translation.customFields`) AS `customer.salutation.customFields`, `customer.salutation.translation.fallback_1.createdAt`, `customer.salutation.translation.createdAt`, `customer.salutation.translation.fallback_1.updatedAt`, `customer.salutation.translation.updatedAt`, `customer.salutation.translation.fallback_1.salutationId`, `customer.salutation.translation.salutationId`, `customer.salutation.translation.fallback_1.languageId`, `customer.salutation.translation.languageId`, `customer.defaultPaymentMethod`.`id` AS `customer.defaultPaymentMethod.id`, `customer.defaultPaymentMethod`.`plugin_id` AS `customer.defaultPaymentMethod.pluginId`, `customer.defaultPaymentMethod`.`handler_identifier` AS `customer.defaultPaymentMethod.handlerIdentifier`, `customer.defaultPaymentMethod`.`position` AS `customer.defaultPaymentMethod.position`, `customer.defaultPaymentMethod`.`active` AS `customer.defaultPaymentMethod.active`, `customer.defaultPaymentMethod`.`after_order_enabled` AS `customer.defaultPaymentMethod.afterOrderEnabled`, `customer.defaultPaymentMethod`.`availability_rule_id` AS `customer.defaultPaymentMethod.availabilityRuleId`, `customer.defaultPaymentMethod`.`media_id` AS `customer.defaultPaymentMethod.mediaId`, `customer.defaultPaymentMethod.appPaymentMethod`.`id` AS `customer.defaultPaymentMethod.appPaymentMethod.id`, `customer.defaultPaymentMethod.appPaymentMethod`.`app_name` AS `customer.defaultPaymentMethod.appPaymentMethod.appName`, `customer.defaultPaymentMethod.appPaymentMethod`.`identifier` AS `customer.defaultPaymentMethod.appPaymentMethod.identifier`, `customer.defaultPaymentMethod.appPaymentMethod`.`pay_url` AS `customer.defaultPaymentMethod.appPaymentMethod.payUrl`, `customer.defaultPaymentMethod.appPaymentMethod`.`finalize_url` AS `customer.defaultPaymentMethod.appPaymentMethod.finalizeUrl`, `customer.defaultPaymentMethod.appPaymentMethod`.`validate_url` AS `customer.defaultPaymentMethod.appPaymentMethod.validateUrl`, `customer.defaultPaymentMethod.appPaymentMethod`.`capture_url` AS `customer.defaultPaymentMethod.appPaymentMethod.captureUrl`, `customer.defaultPaymentMethod.appPaymentMethod`.`refund_url` AS `customer.defaultPaymentMethod.appPaymentMethod.refundUrl`, `customer.defaultPaymentMethod.appPaymentMethod`.`recurring_url` AS `customer.defaultPaymentMethod.appPaymentMethod.recurringUrl`, `customer.defaultPaymentMethod.appPaymentMethod`.`app_id` AS `customer.defaultPaymentMethod.appPaymentMethod.appId`, `customer.defaultPaymentMethod.appPaymentMethod`.`original_media_id` AS `customer.defaultPaymentMethod.appPaymentMethod.originalMediaId`, `customer.defaultPaymentMethod.appPaymentMethod`.`payment_method_id` AS `customer.defaultPaymentMethod.appPaymentMethod.paymentMethodId`, `customer.defaultPaymentMethod.appPaymentMethod`.`created_at` AS `customer.defaultPaymentMethod.appPaymentMethod.createdAt`, `customer.defaultPaymentMethod.appPaymentMethod`.`updated_at` AS `customer.defaultPaymentMethod.appPaymentMethod.updatedAt`, `customer.defaultPaymentMethod`.`technical_name` AS `customer.defaultPaymentMethod.technicalName`, `customer.defaultPaymentMethod`.`created_at` AS `customer.defaultPaymentMethod.createdAt`, `customer.defaultPaymentMethod`.`updated_at` AS `customer.defaultPaymentMethod.updatedAt`, `customer.defaultPaymentMethod.translation.fallback_1.name`, `customer.defaultPaymentMethod.translation.name`, COALESCE(`customer.defaultPaymentMethod.translation.fallback_1.name`,`customer.defaultPaymentMethod.translation.name`,`customer.defaultPaymentMethod.translation.name`) AS `customer.defaultPaymentMethod.name`, `customer.defaultPaymentMethod.translation.fallback_1.distinguishableName`, `customer.defaultPaymentMethod.translation.distinguishableName`, COALESCE(`customer.defaultPaymentMethod.translation.fallback_1.distinguishableName`,`customer.defaultPaymentMethod.translation.distinguishableName`,`customer.defaultPaymentMethod.translation.distinguishableName`) AS `customer.defaultPaymentMethod.distinguishableName`, `customer.defaultPaymentMethod.translation.fallback_1.description`, `customer.defaultPaymentMethod.translation.description`, COALESCE(`customer.defaultPaymentMethod.translation.fallback_1.description`,`customer.defaultPaymentMethod.translation.description`,`customer.defaultPaymentMethod.translation.description`) AS `customer.defaultPaymentMethod.description`, `customer.defaultPaymentMethod.translation.fallback_1.customFields`, `customer.defaultPaymentMethod.translation.customFields`, COALESCE(`customer.defaultPaymentMethod.translation.fallback_1.customFields`,`customer.defaultPaymentMethod.translation.customFields`,`customer.defaultPaymentMethod.translation.customFields`) AS `customer.defaultPaymentMethod.customFields`, `customer.defaultPaymentMethod.translation.fallback_1.createdAt`, `customer.defaultPaymentMethod.translation.createdAt`, `customer.defaultPaymentMethod.translation.fallback_1.updatedAt`, `customer.defaultPaymentMethod.translation.updatedAt`, `customer.defaultPaymentMethod.translation.fallback_1.paymentMethodId`, `customer.defaultPaymentMethod.translation.paymentMethodId`, `customer.defaultPaymentMethod.translation.fallback_1.languageId`, `customer.defaultPaymentMethod.translation.languageId` FROM `customer` LEFT JOIN `salutation` `customer.salutation` ON `customer`.`salutation_id` = `customer.salutation`.`id` LEFT JOIN `payment_method` `customer.defaultPaymentMethod` ON `customer`.`default_payment_method_id` = `customer.defaultPaymentMethod`.`id` LEFT JOIN (SELECT `customer.salutation.translation`.salutation_id, `customer.salutation.translation`.display_name AS `customer.salutation.translation.displayName`, `customer.salutation.translation`.letter_name AS `customer.salutation.translation.letterName`, `customer.salutation.translation`.custom_fields AS `customer.salutation.translation.customFields`, `customer.salutation.translation`.created_at AS `customer.salutation.translation.createdAt`, `customer.salutation.translation`.updated_at AS `customer.salutation.translation.updatedAt`, `customer.salutation.translation`.salutation_id AS `customer.salutation.translation.salutationId`, `customer.salutation.translation`.language_id AS `customer.salutation.translation.languageId`, `customer.salutation.translation.fallback_1`.display_name AS `customer.salutation.translation.fallback_1.displayName`, `customer.salutation.translation.fallback_1`.letter_name AS `customer.salutation.translation.fallback_1.letterName`, `customer.salutation.translation.fallback_1`.custom_fields AS `customer.salutation.translation.fallback_1.customFields`, `customer.salutation.translation.fallback_1`.created_at AS `customer.salutation.translation.fallback_1.createdAt`, `customer.salutation.translation.fallback_1`.updated_at AS `customer.salutation.translation.fallback_1.updatedAt`, `customer.salutation.translation.fallback_1`.salutation_id AS `customer.salutation.translation.fallback_1.salutationId`, `customer.salutation.translation.fallback_1`.language_id AS `customer.salutation.translation.fallback_1.languageId` FROM `salutation_translation` `customer.salutation.translation` LEFT JOIN `salutation_translation` `customer.salutation.translation.fallback_1` ON `customer.salutation.translation`.`salutation_id` = `customer.salutation.translation.fallback_1`.`salutation_id` AND `customer.salutation.translation.fallback_1`.language_id = ? WHERE `customer.salutation.translation`.language_id = ?) `customer.salutation.salutation_translation` ON `customer.salutation.salutation_translation`.`salutation_id` = `customer.salutation`.`id` LEFT JOIN (SELECT `customer.defaultPaymentMethod.translation`.payment_method_id, `customer.defaultPaymentMethod.translation`.name AS `customer.defaultPaymentMethod.translation.name`, `customer.defaultPaymentMethod.translation`.distinguishable_name AS `customer.defaultPaymentMethod.translation.distinguishableName`, `customer.defaultPaymentMethod.translation`.description AS `customer.defaultPaymentMethod.translation.description`, `customer.defaultPaymentMethod.translation`.custom_fields AS `customer.defaultPaymentMethod.translation.customFields`, `customer.defaultPaymentMethod.translation`.created_at AS `customer.defaultPaymentMethod.translation.createdAt`, `customer.defaultPaymentMethod.translation`.updated_at AS `customer.defaultPaymentMethod.translation.updatedAt`, `customer.defaultPaymentMethod.translation`.payment_method_id AS `customer.defaultPaymentMethod.translation.paymentMethodId`, `customer.defaultPaymentMethod.translation`.language_id AS `customer.defaultPaymentMethod.translation.languageId`, `customer.defaultPaymentMethod.translation.fallback_1`.name AS `customer.defaultPaymentMethod.translation.fallback_1.name`, `customer.defaultPaymentMethod.translation.fallback_1`.distinguishable_name AS `customer.defaultPaymentMethod.translation.fallback_1.distinguishableName`, `customer.defaultPaymentMethod.translation.fallback_1`.description AS `customer.defaultPaymentMethod.translation.fallback_1.description`, `customer.defaultPaymentMethod.translation.fallback_1`.custom_fields AS `customer.defaultPaymentMethod.translation.fallback_1.customFields`, `customer.defaultPaymentMethod.translation.fallback_1`.created_at AS `customer.defaultPaymentMethod.translation.fallback_1.createdAt`, `customer.defaultPaymentMethod.translation.fallback_1`.updated_at AS `customer.defaultPaymentMethod.translation.fallback_1.updatedAt`, `customer.defaultPaymentMethod.translation.fallback_1`.payment_method_id AS `customer.defaultPaymentMethod.translation.fallback_1.paymentMethodId`, `customer.defaultPaymentMethod.translation.fallback_1`.language_id AS `customer.defaultPaymentMethod.translation.fallback_1.languageId` FROM `payment_method_translation` `customer.defaultPaymentMethod.translation` LEFT JOIN `payment_method_translation` `customer.defaultPaymentMethod.translation.fallback_1` ON `customer.defaultPaymentMethod.translation`.`payment_method_id` = `customer.defaultPaymentMethod.translation.fallback_1`.`payment_method_id` AND `customer.defaultPaymentMethod.translation.fallback_1`.language_id = ? WHERE `customer.defaultPaymentMethod.translation`.language_id = ?) `customer.defaultPaymentMethod.payment_method_translation` ON `customer.defaultPaymentMethod.payment_method_translation`.`payment_method_id` = `customer.defaultPaymentMethod`.`id` LEFT JOIN `app_payment_method` `customer.defaultPaymentMethod.appPaymentMethod` ON `customer.defaultPaymentMethod`.`id` = `customer.defaultPaymentMethod.appPaymentMethod`.`payment_method_id` WHERE (((`customer`.`bound_sales_channel_id` <=> ? OR `customer`.`bound_sales_channel_id` = ?))) AND (`customer`.`id` IN (?))
Parameters:
[
  b"╬v\x11Å╦×Màöøá÷iáSW"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"╬v\x11Å╦×Màöøá÷iáSW"
  b"/»_ââšMpªXTÎ|ãâ\v"
  null
  b"ƈ¥3ö¿M`”ñ>õ2\x19\rï"
  b"\x0Ek\x02.\x0F)A`·g.°ƒ\r3•"
]
47 1.96 ms
# context-factory::addresses::read
SELECT `customer_address`.`id` AS `customer_address.id`, `customer_address`.`customer_id` AS `customer_address.customerId`, `customer_address`.`country_id` AS `customer_address.countryId`, `customer_address`.`country_state_id` AS `customer_address.countryStateId`, `customer_address`.`salutation_id` AS `customer_address.salutationId`, `customer_address`.`first_name` AS `customer_address.firstName`, `customer_address`.`last_name` AS `customer_address.lastName`, `customer_address`.`zipcode` AS `customer_address.zipcode`, `customer_address`.`city` AS `customer_address.city`, `customer_address`.`company` AS `customer_address.company`, `customer_address`.`street` AS `customer_address.street`, `customer_address`.`department` AS `customer_address.department`, `customer_address`.`title` AS `customer_address.title`, `customer_address`.`phone_number` AS `customer_address.phoneNumber`, `customer_address`.`additional_address_line1` AS `customer_address.additionalAddressLine1`, `customer_address`.`additional_address_line2` AS `customer_address.additionalAddressLine2`, `customer_address`.`custom_fields` AS `customer_address.customFields`, `customer_address`.`created_at` AS `customer_address.createdAt`, `customer_address`.`updated_at` AS `customer_address.updatedAt`, `customer_address.salutation`.`id` AS `customer_address.salutation.id`, `customer_address.salutation`.`salutation_key` AS `customer_address.salutation.salutationKey`, `customer_address.salutation`.`created_at` AS `customer_address.salutation.createdAt`, `customer_address.salutation`.`updated_at` AS `customer_address.salutation.updatedAt`, `customer_address.salutation.translation.fallback_1.displayName`, `customer_address.salutation.translation.displayName`, COALESCE(`customer_address.salutation.translation.fallback_1.displayName`,`customer_address.salutation.translation.displayName`,`customer_address.salutation.translation.displayName`) AS `customer_address.salutation.displayName`, `customer_address.salutation.translation.fallback_1.letterName`, `customer_address.salutation.translation.letterName`, COALESCE(`customer_address.salutation.translation.fallback_1.letterName`,`customer_address.salutation.translation.letterName`,`customer_address.salutation.translation.letterName`) AS `customer_address.salutation.letterName`, `customer_address.salutation.translation.fallback_1.customFields`, `customer_address.salutation.translation.customFields`, COALESCE(`customer_address.salutation.translation.fallback_1.customFields`,`customer_address.salutation.translation.customFields`,`customer_address.salutation.translation.customFields`) AS `customer_address.salutation.customFields`, `customer_address.salutation.translation.fallback_1.createdAt`, `customer_address.salutation.translation.createdAt`, `customer_address.salutation.translation.fallback_1.updatedAt`, `customer_address.salutation.translation.updatedAt`, `customer_address.salutation.translation.fallback_1.salutationId`, `customer_address.salutation.translation.salutationId`, `customer_address.salutation.translation.fallback_1.languageId`, `customer_address.salutation.translation.languageId`, `customer_address.country`.`id` AS `customer_address.country.id`, `customer_address.country`.`iso` AS `customer_address.country.iso`, `customer_address.country`.`position` AS `customer_address.country.position`, `customer_address.country`.`active` AS `customer_address.country.active`, `customer_address.country`.`shipping_available` AS `customer_address.country.shippingAvailable`, `customer_address.country`.`iso3` AS `customer_address.country.iso3`, `customer_address.country`.`display_state_in_registration` AS `customer_address.country.displayStateInRegistration`, `customer_address.country`.`force_state_in_registration` AS `customer_address.country.forceStateInRegistration`, `customer_address.country`.`check_vat_id_pattern` AS `customer_address.country.checkVatIdPattern`, `customer_address.country`.`vat_id_required` AS `customer_address.country.vatIdRequired`, `customer_address.country`.`vat_id_pattern` AS `customer_address.country.vatIdPattern`, `customer_address.country`.`customer_tax` AS `customer_address.country.customerTax`, `customer_address.country`.`company_tax` AS `customer_address.country.companyTax`, `customer_address.country`.`postal_code_required` AS `customer_address.country.postalCodeRequired`, `customer_address.country`.`check_postal_code_pattern` AS `customer_address.country.checkPostalCodePattern`, `customer_address.country`.`check_advanced_postal_code_pattern` AS `customer_address.country.checkAdvancedPostalCodePattern`, `customer_address.country`.`advanced_postal_code_pattern` AS `customer_address.country.advancedPostalCodePattern`, `customer_address.country`.`default_postal_code_pattern` AS `customer_address.country.defaultPostalCodePattern`, `customer_address.country`.`created_at` AS `customer_address.country.createdAt`, `customer_address.country`.`updated_at` AS `customer_address.country.updatedAt`, `customer_address.country.translation.fallback_1.name`, `customer_address.country.translation.name`, COALESCE(`customer_address.country.translation.fallback_1.name`,`customer_address.country.translation.name`,`customer_address.country.translation.name`) AS `customer_address.country.name`, `customer_address.country.translation.fallback_1.addressFormat`, `customer_address.country.translation.addressFormat`, COALESCE(`customer_address.country.translation.fallback_1.addressFormat`,`customer_address.country.translation.addressFormat`,`customer_address.country.translation.addressFormat`) AS `customer_address.country.addressFormat`, `customer_address.country.translation.fallback_1.customFields`, `customer_address.country.translation.customFields`, COALESCE(`customer_address.country.translation.fallback_1.customFields`,`customer_address.country.translation.customFields`,`customer_address.country.translation.customFields`) AS `customer_address.country.customFields`, `customer_address.country.translation.fallback_1.createdAt`, `customer_address.country.translation.createdAt`, `customer_address.country.translation.fallback_1.updatedAt`, `customer_address.country.translation.updatedAt`, `customer_address.country.translation.fallback_1.countryId`, `customer_address.country.translation.countryId`, `customer_address.country.translation.fallback_1.languageId`, `customer_address.country.translation.languageId`, `customer_address.countryState`.`id` AS `customer_address.countryState.id`, `customer_address.countryState`.`country_id` AS `customer_address.countryState.countryId`, `customer_address.countryState`.`short_code` AS `customer_address.countryState.shortCode`, `customer_address.countryState`.`position` AS `customer_address.countryState.position`, `customer_address.countryState`.`active` AS `customer_address.countryState.active`, `customer_address.countryState`.`created_at` AS `customer_address.countryState.createdAt`, `customer_address.countryState`.`updated_at` AS `customer_address.countryState.updatedAt`, `customer_address.countryState.translation.fallback_1.name`, `customer_address.countryState.translation.name`, COALESCE(`customer_address.countryState.translation.fallback_1.name`,`customer_address.countryState.translation.name`,`customer_address.countryState.translation.name`) AS `customer_address.countryState.name`, `customer_address.countryState.translation.fallback_1.customFields`, `customer_address.countryState.translation.customFields`, COALESCE(`customer_address.countryState.translation.fallback_1.customFields`,`customer_address.countryState.translation.customFields`,`customer_address.countryState.translation.customFields`) AS `customer_address.countryState.customFields`, `customer_address.countryState.translation.fallback_1.createdAt`, `customer_address.countryState.translation.createdAt`, `customer_address.countryState.translation.fallback_1.updatedAt`, `customer_address.countryState.translation.updatedAt`, `customer_address.countryState.translation.fallback_1.countryStateId`, `customer_address.countryState.translation.countryStateId`, `customer_address.countryState.translation.fallback_1.languageId`, `customer_address.countryState.translation.languageId` FROM `customer_address` LEFT JOIN `salutation` `customer_address.salutation` ON `customer_address`.`salutation_id` = `customer_address.salutation`.`id` LEFT JOIN `country` `customer_address.country` ON `customer_address`.`country_id` = `customer_address.country`.`id` LEFT JOIN `country_state` `customer_address.countryState` ON `customer_address`.`country_state_id` = `customer_address.countryState`.`id` LEFT JOIN (SELECT `customer_address.salutation.translation`.salutation_id, `customer_address.salutation.translation`.display_name AS `customer_address.salutation.translation.displayName`, `customer_address.salutation.translation`.letter_name AS `customer_address.salutation.translation.letterName`, `customer_address.salutation.translation`.custom_fields AS `customer_address.salutation.translation.customFields`, `customer_address.salutation.translation`.created_at AS `customer_address.salutation.translation.createdAt`, `customer_address.salutation.translation`.updated_at AS `customer_address.salutation.translation.updatedAt`, `customer_address.salutation.translation`.salutation_id AS `customer_address.salutation.translation.salutationId`, `customer_address.salutation.translation`.language_id AS `customer_address.salutation.translation.languageId`, `customer_address.salutation.translation.fallback_1`.display_name AS `customer_address.salutation.translation.fallback_1.displayName`, `customer_address.salutation.translation.fallback_1`.letter_name AS `customer_address.salutation.translation.fallback_1.letterName`, `customer_address.salutation.translation.fallback_1`.custom_fields AS `customer_address.salutation.translation.fallback_1.customFields`, `customer_address.salutation.translation.fallback_1`.created_at AS `customer_address.salutation.translation.fallback_1.createdAt`, `customer_address.salutation.translation.fallback_1`.updated_at AS `customer_address.salutation.translation.fallback_1.updatedAt`, `customer_address.salutation.translation.fallback_1`.salutation_id AS `customer_address.salutation.translation.fallback_1.salutationId`, `customer_address.salutation.translation.fallback_1`.language_id AS `customer_address.salutation.translation.fallback_1.languageId` FROM `salutation_translation` `customer_address.salutation.translation` LEFT JOIN `salutation_translation` `customer_address.salutation.translation.fallback_1` ON `customer_address.salutation.translation`.`salutation_id` = `customer_address.salutation.translation.fallback_1`.`salutation_id` AND `customer_address.salutation.translation.fallback_1`.language_id = ? WHERE `customer_address.salutation.translation`.language_id = ?) `customer_address.salutation.salutation_translation` ON `customer_address.salutation.salutation_translation`.`salutation_id` = `customer_address.salutation`.`id` LEFT JOIN (SELECT `customer_address.country.translation`.country_id, `customer_address.country.translation`.name AS `customer_address.country.translation.name`, `customer_address.country.translation`.address_format AS `customer_address.country.translation.addressFormat`, `customer_address.country.translation`.custom_fields AS `customer_address.country.translation.customFields`, `customer_address.country.translation`.created_at AS `customer_address.country.translation.createdAt`, `customer_address.country.translation`.updated_at AS `customer_address.country.translation.updatedAt`, `customer_address.country.translation`.country_id AS `customer_address.country.translation.countryId`, `customer_address.country.translation`.language_id AS `customer_address.country.translation.languageId`, `customer_address.country.translation.fallback_1`.name AS `customer_address.country.translation.fallback_1.name`, `customer_address.country.translation.fallback_1`.address_format AS `customer_address.country.translation.fallback_1.addressFormat`, `customer_address.country.translation.fallback_1`.custom_fields AS `customer_address.country.translation.fallback_1.customFields`, `customer_address.country.translation.fallback_1`.created_at AS `customer_address.country.translation.fallback_1.createdAt`, `customer_address.country.translation.fallback_1`.updated_at AS `customer_address.country.translation.fallback_1.updatedAt`, `customer_address.country.translation.fallback_1`.country_id AS `customer_address.country.translation.fallback_1.countryId`, `customer_address.country.translation.fallback_1`.language_id AS `customer_address.country.translation.fallback_1.languageId` FROM `country_translation` `customer_address.country.translation` LEFT JOIN `country_translation` `customer_address.country.translation.fallback_1` ON `customer_address.country.translation`.`country_id` = `customer_address.country.translation.fallback_1`.`country_id` AND `customer_address.country.translation.fallback_1`.language_id = ? WHERE `customer_address.country.translation`.language_id = ?) `customer_address.country.country_translation` ON `customer_address.country.country_translation`.`country_id` = `customer_address.country`.`id` LEFT JOIN (SELECT `customer_address.countryState.translation`.country_state_id, `customer_address.countryState.translation`.name AS `customer_address.countryState.translation.name`, `customer_address.countryState.translation`.custom_fields AS `customer_address.countryState.translation.customFields`, `customer_address.countryState.translation`.created_at AS `customer_address.countryState.translation.createdAt`, `customer_address.countryState.translation`.updated_at AS `customer_address.countryState.translation.updatedAt`, `customer_address.countryState.translation`.country_state_id AS `customer_address.countryState.translation.countryStateId`, `customer_address.countryState.translation`.language_id AS `customer_address.countryState.translation.languageId`, `customer_address.countryState.translation.fallback_1`.name AS `customer_address.countryState.translation.fallback_1.name`, `customer_address.countryState.translation.fallback_1`.custom_fields AS `customer_address.countryState.translation.fallback_1.customFields`, `customer_address.countryState.translation.fallback_1`.created_at AS `customer_address.countryState.translation.fallback_1.createdAt`, `customer_address.countryState.translation.fallback_1`.updated_at AS `customer_address.countryState.translation.fallback_1.updatedAt`, `customer_address.countryState.translation.fallback_1`.country_state_id AS `customer_address.countryState.translation.fallback_1.countryStateId`, `customer_address.countryState.translation.fallback_1`.language_id AS `customer_address.countryState.translation.fallback_1.languageId` FROM `country_state_translation` `customer_address.countryState.translation` LEFT JOIN `country_state_translation` `customer_address.countryState.translation.fallback_1` ON `customer_address.countryState.translation`.`country_state_id` = `customer_address.countryState.translation.fallback_1`.`country_state_id` AND `customer_address.countryState.translation.fallback_1`.language_id = ? WHERE `customer_address.countryState.translation`.language_id = ?) `customer_address.countryState.country_state_translation` ON `customer_address.countryState.country_state_translation`.`country_state_id` = `customer_address.countryState`.`id` WHERE `customer_address`.`id` IN (?, ?)
Parameters:
[
  b"╬v\x11Å╦×Màöøá÷iáSW"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"╬v\x11Å╦×Màöøá÷iáSW"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"╬v\x11Å╦×Màöøá÷iáSW"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"Í"Þc\x10ìU╣\x15âfÁû┘\x18û"
  b" ^;ë¶║-\x0EëìeÏ/Ä{ø"
]
48 1.15 ms
# 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.fallback_1.name`, `customer_group.translation.name`, COALESCE(`customer_group.translation.fallback_1.name`,`customer_group.translation.name`,`customer_group.translation.name`) AS `customer_group.name`, `customer_group.translation.fallback_1.registrationTitle`, `customer_group.translation.registrationTitle`, COALESCE(`customer_group.translation.fallback_1.registrationTitle`,`customer_group.translation.registrationTitle`,`customer_group.translation.registrationTitle`) AS `customer_group.registrationTitle`, `customer_group.translation.fallback_1.registrationIntroduction`, `customer_group.translation.registrationIntroduction`, COALESCE(`customer_group.translation.fallback_1.registrationIntroduction`,`customer_group.translation.registrationIntroduction`,`customer_group.translation.registrationIntroduction`) AS `customer_group.registrationIntroduction`, `customer_group.translation.fallback_1.registrationOnlyCompanyRegistration`, `customer_group.translation.registrationOnlyCompanyRegistration`, COALESCE(`customer_group.translation.fallback_1.registrationOnlyCompanyRegistration`,`customer_group.translation.registrationOnlyCompanyRegistration`,`customer_group.translation.registrationOnlyCompanyRegistration`) AS `customer_group.registrationOnlyCompanyRegistration`, `customer_group.translation.fallback_1.registrationSeoMetaDescription`, `customer_group.translation.registrationSeoMetaDescription`, COALESCE(`customer_group.translation.fallback_1.registrationSeoMetaDescription`,`customer_group.translation.registrationSeoMetaDescription`,`customer_group.translation.registrationSeoMetaDescription`) AS `customer_group.registrationSeoMetaDescription`, `customer_group.translation.fallback_1.customFields`, `customer_group.translation.customFields`, COALESCE(`customer_group.translation.fallback_1.customFields`,`customer_group.translation.customFields`,`customer_group.translation.customFields`) AS `customer_group.customFields`, `customer_group.translation.fallback_1.createdAt`, `customer_group.translation.createdAt`, `customer_group.translation.fallback_1.updatedAt`, `customer_group.translation.updatedAt`, `customer_group.translation.fallback_1.customerGroupId`, `customer_group.translation.customerGroupId`, `customer_group.translation.fallback_1.languageId`, `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`, `customer_group.translation.fallback_1`.name AS `customer_group.translation.fallback_1.name`, `customer_group.translation.fallback_1`.registration_title AS `customer_group.translation.fallback_1.registrationTitle`, `customer_group.translation.fallback_1`.registration_introduction AS `customer_group.translation.fallback_1.registrationIntroduction`, `customer_group.translation.fallback_1`.registration_only_company_registration AS `customer_group.translation.fallback_1.registrationOnlyCompanyRegistration`, `customer_group.translation.fallback_1`.registration_seo_meta_description AS `customer_group.translation.fallback_1.registrationSeoMetaDescription`, `customer_group.translation.fallback_1`.custom_fields AS `customer_group.translation.fallback_1.customFields`, `customer_group.translation.fallback_1`.created_at AS `customer_group.translation.fallback_1.createdAt`, `customer_group.translation.fallback_1`.updated_at AS `customer_group.translation.fallback_1.updatedAt`, `customer_group.translation.fallback_1`.customer_group_id AS `customer_group.translation.fallback_1.customerGroupId`, `customer_group.translation.fallback_1`.language_id AS `customer_group.translation.fallback_1.languageId` FROM `customer_group_translation` `customer_group.translation` LEFT JOIN `customer_group_translation` `customer_group.translation.fallback_1` ON `customer_group.translation`.`customer_group_id` = `customer_group.translation.fallback_1`.`customer_group_id` AND `customer_group.translation.fallback_1`.language_id = ? 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"╬v\x11Å╦×Màöøá÷iáSW"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"¤¢P\x18ËìAÏ¡╩\x10┘O╚¢Í"
]
49 0.47 ms
# 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"3u\t·a\eFyµÝù\x1Dè\x04„º"
]
50 0.84 ms
SELECT customer.*, salutation_display_name_translation.salutation_display_name FROM customer customer INNER JOIN b2b_customer_data b2bCustomerData ON customer.id = b2bCustomerData.customer_id LEFT JOIN salutation salutation ON customer.salutation_id = salutation.id LEFT JOIN (SELECT DISTINCT COALESCE(salutation_translation6768e04249ecf.display_name,salutation_translation6768e04249edb.display_name) AS salutation_display_name, salutation.id AS salutation_id FROM salutation salutation LEFT JOIN salutation_translation salutation_translation6768e04249ecf ON salutation.id = salutation_translation6768e04249ecf.salutation_id AND salutation_translation6768e04249ecf.language_id = ? LEFT JOIN salutation_translation salutation_translation6768e04249edb ON salutation.id = salutation_translation6768e04249edb.salutation_id AND salutation_translation6768e04249edb.language_id = ?) salutation_display_name_translation ON salutation.id = salutation_display_name_translation.salutation_id WHERE (b2bCustomerData.is_debtor = 1) AND (customer.email = ?)
Parameters:
[
  b"╬v\x11Å╦×Màöøá÷iáSW"
  b"/»_ââšMpªXTÎ|ãâ\v"
  "2023-02-20-07-50-12@kampf.de"
]
51 0.31 ms
SELECT id FROM b2b_store_front_auth WHERE provider_key = ? AND provider_context = ?
Parameters:
[
  "Shopware\B2B\Debtor\Framework\DebtorRepositoryInterface"
  "0e6b022e0f294160b7672eb0830d3395"
]
52 0.25 ms
SELECT media.id FROM b2b_store_front_auth auth INNER JOIN media media ON media.id = media_id WHERE auth.id = ?
Parameters:
[
  185
]
53 0.47 ms
SELECT contact.* FROM b2b_debtor_contact contact WHERE contact.context_owner_id = ? ORDER BY contact.id DESC
Parameters:
[
  Symfony\Bridge\Doctrine\DataCollector\ObjectParameter {#6993
    -stringable: true
    -class: "Shopware\B2B\Common\IntIdValue"
    -object: Shopware\B2B\Common\IntIdValue {#2867 …}
    -error: null
  }
]
54 0.29 ms
SELECT COUNT(*) FROM b2b_debtor_contact contact WHERE contact.context_owner_id = ?
Parameters:
[
  Symfony\Bridge\Doctrine\DataCollector\ObjectParameter {#6993
    -stringable: true
    -class: "Shopware\B2B\Common\IntIdValue"
    -object: Shopware\B2B\Common\IntIdValue {#2867 …}
    -error: null
  }
]

Database Connections

Name Service
0 default

Entity Managers

There are no configured entity managers.

Second Level Cache

Second Level Cache is not enabled.