http://shopware.masterffl.com/checkout/order Return to referer URL

Query Metrics

132 Database Queries
Different statements
274.71 ms Query time
Invalid entities

Grouped Statements

Show all queries

Time Count Info
0.49 ms
(0.00%)
# cache-id-loader
                SELECT `value` FROM app_config WHERE `key` = :key
0.40 ms
(0.00%)
# 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`;
0.37 ms
(0.00%)
SELECT custom_entity.name, custom_entity.fields
                FROM custom_entity
                    LEFT JOIN app ON app.id = custom_entity.app_id
                WHERE custom_entity.app_id IS NULL OR app.active = 1
0.67 ms
(0.00%)
SELECT `creation_timestamp`
                FROM `migration`
                WHERE `update` IS NOT NULL AND `update_destructive` IS NULL
0.13 ms
(0.00%)
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',''));SET @MIGRATION_1649858046_IS_ACTIVE = TRUE;SET @MIGRATION_1651118773_IS_ACTIVE = TRUE;SET @MIGRATION_1654839361_IS_ACTIVE = TRUE;SET @MIGRATION_1654839361_IS_ACTIVE = TRUE;SET @MIGRATION_1654839361_IS_ACTIVE = TRUE;SET @MIGRATION_1657173907_IS_ACTIVE = TRUE;SET @MIGRATION_1658786605_IS_ACTIVE = TRUE;SET @MIGRATION_1659256999_IS_ACTIVE = TRUE;SET @MIGRATION_1659257296_IS_ACTIVE = TRUE;SET @MIGRATION_1659257396_IS_ACTIVE = TRUE;SET @MIGRATION_1659257496_IS_ACTIVE = TRUE;SET @MIGRATION_1664512574_IS_ACTIVE = TRUE;SET @MIGRATION_1665064823_IS_ACTIVE = TRUE;SET @MIGRATION_1667731399_IS_ACTIVE = TRUE;SET @MIGRATION_1667806582_IS_ACTIVE = TRUE;SET @MIGRATION_1667983492_IS_ACTIVE = TRUE;SET @MIGRATION_1668677456_IS_ACTIVE = TRUE;SET @MIGRATION_1669316067_IS_ACTIVE = TRUE;SET @MIGRATION_1672164687_IS_ACTIVE = TRUE;SET @MIGRATION_1672743034_IS_ACTIVE = TRUE;SET @MIGRATION_1673001912_IS_ACTIVE = TRUE;SET @MIGRATION_1673966228_IS_ACTIVE = TRUE;SET @MIGRATION_1675218708_IS_ACTIVE = TRUE;SET @MIGRATION_1675827655_IS_ACTIVE = TRUE;SET @MIGRATION_1640000000_IS_ACTIVE = TRUE
0.73 ms
(0.00%)
SELECT CONCAT(TRIM(TRAILING '/' FROM domain.url), '/') `key`, CONCAT(TRIM(TRAILING '/' FROM domain.url), '/') url, LOWER(HEX(domain.id)) id, LOWER(HEX(sales_channel.id)) salesChannelId, LOWER(HEX(sales_channel.type_id)) typeId, LOWER(HEX(domain.snippet_set_id)) snippetSetId, LOWER(HEX(domain.currency_id)) currencyId, LOWER(HEX(domain.language_id)) languageId, LOWER(HEX(theme.id)) themeId, sales_channel.maintenance maintenance, sales_channel.maintenance_ip_whitelist maintenanceIpWhitelist, snippet_set.iso as locale, theme.technical_name as themeName, parentTheme.technical_name as parentThemeName FROM sales_channel INNER JOIN sales_channel_domain domain ON domain.sales_channel_id = sales_channel.id LEFT JOIN theme_sales_channel theme_sales_channel ON sales_channel.id = theme_sales_channel.sales_channel_id INNER JOIN snippet_set snippet_set ON snippet_set.id = domain.snippet_set_id LEFT JOIN theme theme ON theme_sales_channel.theme_id = theme.id LEFT JOIN theme parentTheme ON theme.parent_theme_id = parentTheme.id WHERE (sales_channel.type_id = UNHEX(:typeId)) AND (sales_channel.active)
0.46 ms
(0.00%)
# seo-url::resolve
SELECT id, path_info pathInfo, is_canonical isCanonical FROM seo_url WHERE (language_id = :language_id) AND ((sales_channel_id = :sales_channel_id OR sales_channel_id IS NULL)) AND (seo_path_info = :seoPath) ORDER BY seo_path_info ASC, sales_channel_id IS NULL ASC LIMIT 1
0.41 ms
(0.00%)
SELECT path_info pathInfo, seo_path_info seoPathInfo FROM seo_url WHERE (language_id = :language_id) AND (sales_channel_id = :sales_channel_id) AND (id != :id) AND (path_info = :pathInfo) AND (is_canonical = 1) LIMIT 1
0.58 ms
(0.00%)
SELECT configuration_key, configuration_value FROM system_config WHERE sales_channel_id IS NULL ORDER BY sales_channel_id ASC
0.29 ms
(0.00%)
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = :salesChannelId) AND (token = :token) LIMIT 1
0.53 ms
(0.00%)
# 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 = :id
        GROUP BY sales_channel.id, sales_channel.language_id, sales_channel.currency_id, currency.factor
3.73 ms
(0.00%)
# 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`.`item_rounding` as `sales_channel.currency.itemRounding`, `sales_channel.currency`.`total_rounding` as `sales_channel.currency.totalRounding`, `sales_channel.currency`.`tax_free_from` as `sales_channel.currency.taxFreeFrom`, `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 = :languageId) `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 = :languageId) `sales_channel.currency.currency_translation` ON `sales_channel.currency.currency_translation`.`currency_id` = `sales_channel.currency`.`id` WHERE `sales_channel`.`id` IN (:ids)
0.36 ms
(0.00%)
# 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 (:param_8f0bd3bb4f16498bb27626acb99a6b88))
0.64 ms
(0.00%)
# base-context-factory::currency::read
SELECT `currency`.`id` as `currency.id`, `currency`.`factor` as `currency.factor`, `currency`.`symbol` as `currency.symbol`, `currency`.`iso_code` as `currency.isoCode`, `currency`.`position` as `currency.position`, `currency`.`item_rounding` as `currency.itemRounding`, `currency`.`total_rounding` as `currency.totalRounding`, `currency`.`tax_free_from` as `currency.taxFreeFrom`, `currency`.`created_at` as `currency.createdAt`, `currency`.`updated_at` as `currency.updatedAt`, `currency.translation.shortName`, COALESCE(`currency.translation.shortName`,`currency.translation.shortName`) as `currency.shortName`, `currency.translation.name`, COALESCE(`currency.translation.name`,`currency.translation.name`) as `currency.name`, `currency.translation.customFields`, COALESCE(`currency.translation.customFields`,`currency.translation.customFields`) as `currency.customFields`, `currency.translation.createdAt`, `currency.translation.updatedAt`, `currency.translation.currencyId`, `currency.translation.languageId` FROM `currency` LEFT JOIN (SELECT `currency.translation`.currency_id, `currency.translation`.short_name as `currency.translation.shortName`, `currency.translation`.name as `currency.translation.name`, `currency.translation`.custom_fields as `currency.translation.customFields`, `currency.translation`.created_at as `currency.translation.createdAt`, `currency.translation`.updated_at as `currency.translation.updatedAt`, `currency.translation`.currency_id as `currency.translation.currencyId`, `currency.translation`.language_id as `currency.translation.languageId` FROM `currency_translation` `currency.translation` WHERE `currency.translation`.language_id = :languageId) `currency.currency_translation` ON `currency.currency_translation`.`currency_id` = `currency`.`id` WHERE `currency`.`id` IN (:ids)
0.93 ms
(0.00%)
# 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`.`company_tax_free` as `country.companyTaxFree`, `country`.`check_vat_id_pattern` as `country.checkVatIdPattern`, `country`.`vat_id_required` as `country.vatIdRequired`, `country`.`tax_free` as `country.taxFree`, `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 = :languageId) `country.country_translation` ON `country.country_translation`.`country_id` = `country`.`id` WHERE `country`.`id` IN (:ids)
0.78 ms
(0.00%)
# 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 = :languageId) `customer_group.customer_group_translation` ON `customer_group.customer_group_translation`.`customer_group_id` = `customer_group`.`id` WHERE `customer_group`.`id` IN (:ids)
0.20 ms
(0.00%)
# 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`
1.03 ms
(0.00%)
# base-context-factory::taxes::association::rules::read
SELECT `tax_rule`.`id` as `tax_rule.id`, `tax_rule`.`tax_rule_type_id` as `tax_rule.taxRuleTypeId`, `tax_rule`.`country_id` as `tax_rule.countryId`, `tax_rule`.`tax_rate` as `tax_rule.taxRate`, `tax_rule`.`data` as `tax_rule.data`, `tax_rule`.`tax_id` as `tax_rule.taxId`, `tax_rule.type`.`id` as `tax_rule.type.id`, `tax_rule.type`.`technical_name` as `tax_rule.type.technicalName`, `tax_rule.type`.`position` as `tax_rule.type.position`, `tax_rule.type`.`created_at` as `tax_rule.type.createdAt`, `tax_rule.type`.`updated_at` as `tax_rule.type.updatedAt`, `tax_rule.type.translation.typeName`, COALESCE(`tax_rule.type.translation.typeName`,`tax_rule.type.translation.typeName`) as `tax_rule.type.typeName`, `tax_rule.type.translation.createdAt`, `tax_rule.type.translation.updatedAt`, `tax_rule.type.translation.taxRuleTypeId`, `tax_rule.type.translation.languageId`, `tax_rule`.`created_at` as `tax_rule.createdAt`, `tax_rule`.`updated_at` as `tax_rule.updatedAt` FROM `tax_rule` LEFT JOIN `tax_rule_type` `tax_rule.type` ON `tax_rule`.`tax_rule_type_id` = `tax_rule.type`.`id` LEFT JOIN (SELECT `tax_rule.type.translation`.tax_rule_type_id, `tax_rule.type.translation`.type_name as `tax_rule.type.translation.typeName`, `tax_rule.type.translation`.created_at as `tax_rule.type.translation.createdAt`, `tax_rule.type.translation`.updated_at as `tax_rule.type.translation.updatedAt`, `tax_rule.type.translation`.tax_rule_type_id as `tax_rule.type.translation.taxRuleTypeId`, `tax_rule.type.translation`.language_id as `tax_rule.type.translation.languageId` FROM `tax_rule_type_translation` `tax_rule.type.translation` WHERE `tax_rule.type.translation`.language_id = :languageId) `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 (:param_1cd067775dad4afc9c2a8a8ddfbb2d17))
2.64 ms
(0.00%)
# base-context-factory::payment-method::read
SELECT `payment_method`.`id` as `payment_method.id`, `payment_method`.`plugin_id` as `payment_method.pluginId`, `payment_method`.`handler_identifier` as `payment_method.handlerIdentifier`, `payment_method`.`position` as `payment_method.position`, `payment_method`.`active` as `payment_method.active`, `payment_method`.`after_order_enabled` as `payment_method.afterOrderEnabled`, `payment_method`.`availability_rule_id` as `payment_method.availabilityRuleId`, `payment_method`.`media_id` as `payment_method.mediaId`, `payment_method.appPaymentMethod`.`id` as `payment_method.appPaymentMethod.id`, `payment_method.appPaymentMethod`.`app_name` as `payment_method.appPaymentMethod.appName`, `payment_method.appPaymentMethod`.`identifier` as `payment_method.appPaymentMethod.identifier`, `payment_method.appPaymentMethod`.`pay_url` as `payment_method.appPaymentMethod.payUrl`, `payment_method.appPaymentMethod`.`finalize_url` as `payment_method.appPaymentMethod.finalizeUrl`, `payment_method.appPaymentMethod`.`validate_url` as `payment_method.appPaymentMethod.validateUrl`, `payment_method.appPaymentMethod`.`capture_url` as `payment_method.appPaymentMethod.captureUrl`, `payment_method.appPaymentMethod`.`refund_url` as `payment_method.appPaymentMethod.refundUrl`, `payment_method.appPaymentMethod`.`app_id` as `payment_method.appPaymentMethod.appId`, `payment_method.appPaymentMethod`.`original_media_id` as `payment_method.appPaymentMethod.originalMediaId`, `payment_method.appPaymentMethod`.`payment_method_id` as `payment_method.appPaymentMethod.paymentMethodId`, `payment_method.appPaymentMethod`.`created_at` as `payment_method.appPaymentMethod.createdAt`, `payment_method.appPaymentMethod`.`updated_at` as `payment_method.appPaymentMethod.updatedAt`, `payment_method`.`created_at` as `payment_method.createdAt`, `payment_method`.`updated_at` as `payment_method.updatedAt`, `payment_method.media`.`id` as `payment_method.media.id`, `payment_method.media`.`user_id` as `payment_method.media.userId`, `payment_method.media`.`media_folder_id` as `payment_method.media.mediaFolderId`, `payment_method.media`.`mime_type` as `payment_method.media.mimeType`, `payment_method.media`.`file_extension` as `payment_method.media.fileExtension`, `payment_method.media`.`uploaded_at` as `payment_method.media.uploadedAt`, `payment_method.media`.`file_name` as `payment_method.media.fileName`, `payment_method.media`.`file_size` as `payment_method.media.fileSize`, `payment_method.media`.`media_type` as `payment_method.media.mediaTypeRaw`, `payment_method.media`.`meta_data` as `payment_method.media.metaData`, `payment_method.media`.`private` as `payment_method.media.private`, `payment_method.media`.`thumbnails_ro` as `payment_method.media.thumbnailsRo`, `payment_method.media`.`created_at` as `payment_method.media.createdAt`, `payment_method.media`.`updated_at` as `payment_method.media.updatedAt`, `payment_method.media.translation.title`, COALESCE(`payment_method.media.translation.title`,`payment_method.media.translation.title`) as `payment_method.media.title`, `payment_method.media.translation.alt`, COALESCE(`payment_method.media.translation.alt`,`payment_method.media.translation.alt`) as `payment_method.media.alt`, `payment_method.media.translation.customFields`, COALESCE(`payment_method.media.translation.customFields`,`payment_method.media.translation.customFields`) as `payment_method.media.customFields`, `payment_method.media.translation.createdAt`, `payment_method.media.translation.updatedAt`, `payment_method.media.translation.mediaId`, `payment_method.media.translation.languageId`, `payment_method.translation.name`, COALESCE(`payment_method.translation.name`,`payment_method.translation.name`) as `payment_method.name`, `payment_method.translation.distinguishableName`, COALESCE(`payment_method.translation.distinguishableName`,`payment_method.translation.distinguishableName`) as `payment_method.distinguishableName`, `payment_method.translation.description`, COALESCE(`payment_method.translation.description`,`payment_method.translation.description`) as `payment_method.description`, `payment_method.translation.customFields`, COALESCE(`payment_method.translation.customFields`,`payment_method.translation.customFields`) as `payment_method.customFields`, `payment_method.translation.createdAt`, `payment_method.translation.updatedAt`, `payment_method.translation.paymentMethodId`, `payment_method.translation.languageId` FROM `payment_method` LEFT JOIN (SELECT `payment_method.translation`.payment_method_id, `payment_method.translation`.name as `payment_method.translation.name`, `payment_method.translation`.distinguishable_name as `payment_method.translation.distinguishableName`, `payment_method.translation`.description as `payment_method.translation.description`, `payment_method.translation`.custom_fields as `payment_method.translation.customFields`, `payment_method.translation`.created_at as `payment_method.translation.createdAt`, `payment_method.translation`.updated_at as `payment_method.translation.updatedAt`, `payment_method.translation`.payment_method_id as `payment_method.translation.paymentMethodId`, `payment_method.translation`.language_id as `payment_method.translation.languageId` FROM `payment_method_translation` `payment_method.translation` WHERE `payment_method.translation`.language_id = :languageId) `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 = :languageId) `payment_method.media.media_translation` ON `payment_method.media.media_translation`.`media_id` = `payment_method.media`.`id` WHERE `payment_method`.`id` IN (:ids)
3.04 ms
(0.00%)
# base-context-factory::shipping-method::read
SELECT `shipping_method`.`id` as `shipping_method.id`, `shipping_method`.`active` as `shipping_method.active`, `shipping_method`.`position` as `shipping_method.position`, `shipping_method`.`availability_rule_id` as `shipping_method.availabilityRuleId`, `shipping_method`.`media_id` as `shipping_method.mediaId`, `shipping_method`.`delivery_time_id` as `shipping_method.deliveryTimeId`, `shipping_method`.`tax_type` as `shipping_method.taxType`, `shipping_method`.`tax_id` as `shipping_method.taxId`, `shipping_method.deliveryTime`.`id` as `shipping_method.deliveryTime.id`, `shipping_method.deliveryTime`.`min` as `shipping_method.deliveryTime.min`, `shipping_method.deliveryTime`.`max` as `shipping_method.deliveryTime.max`, `shipping_method.deliveryTime`.`unit` as `shipping_method.deliveryTime.unit`, `shipping_method.deliveryTime`.`created_at` as `shipping_method.deliveryTime.createdAt`, `shipping_method.deliveryTime`.`updated_at` as `shipping_method.deliveryTime.updatedAt`, `shipping_method.deliveryTime.translation.name`, COALESCE(`shipping_method.deliveryTime.translation.name`,`shipping_method.deliveryTime.translation.name`) as `shipping_method.deliveryTime.name`, `shipping_method.deliveryTime.translation.customFields`, COALESCE(`shipping_method.deliveryTime.translation.customFields`,`shipping_method.deliveryTime.translation.customFields`) as `shipping_method.deliveryTime.customFields`, `shipping_method.deliveryTime.translation.createdAt`, `shipping_method.deliveryTime.translation.updatedAt`, `shipping_method.deliveryTime.translation.deliveryTimeId`, `shipping_method.deliveryTime.translation.languageId`, `shipping_method`.`created_at` as `shipping_method.createdAt`, `shipping_method`.`updated_at` as `shipping_method.updatedAt`, `shipping_method.media`.`id` as `shipping_method.media.id`, `shipping_method.media`.`user_id` as `shipping_method.media.userId`, `shipping_method.media`.`media_folder_id` as `shipping_method.media.mediaFolderId`, `shipping_method.media`.`mime_type` as `shipping_method.media.mimeType`, `shipping_method.media`.`file_extension` as `shipping_method.media.fileExtension`, `shipping_method.media`.`uploaded_at` as `shipping_method.media.uploadedAt`, `shipping_method.media`.`file_name` as `shipping_method.media.fileName`, `shipping_method.media`.`file_size` as `shipping_method.media.fileSize`, `shipping_method.media`.`media_type` as `shipping_method.media.mediaTypeRaw`, `shipping_method.media`.`meta_data` as `shipping_method.media.metaData`, `shipping_method.media`.`private` as `shipping_method.media.private`, `shipping_method.media`.`thumbnails_ro` as `shipping_method.media.thumbnailsRo`, `shipping_method.media`.`created_at` as `shipping_method.media.createdAt`, `shipping_method.media`.`updated_at` as `shipping_method.media.updatedAt`, `shipping_method.media.translation.title`, COALESCE(`shipping_method.media.translation.title`,`shipping_method.media.translation.title`) as `shipping_method.media.title`, `shipping_method.media.translation.alt`, COALESCE(`shipping_method.media.translation.alt`,`shipping_method.media.translation.alt`) as `shipping_method.media.alt`, `shipping_method.media.translation.customFields`, COALESCE(`shipping_method.media.translation.customFields`,`shipping_method.media.translation.customFields`) as `shipping_method.media.customFields`, `shipping_method.media.translation.createdAt`, `shipping_method.media.translation.updatedAt`, `shipping_method.media.translation.mediaId`, `shipping_method.media.translation.languageId`, `shipping_method.translation.name`, COALESCE(`shipping_method.translation.name`,`shipping_method.translation.name`) as `shipping_method.name`, `shipping_method.translation.description`, COALESCE(`shipping_method.translation.description`,`shipping_method.translation.description`) as `shipping_method.description`, `shipping_method.translation.trackingUrl`, COALESCE(`shipping_method.translation.trackingUrl`,`shipping_method.translation.trackingUrl`) as `shipping_method.trackingUrl`, `shipping_method.translation.customFields`, COALESCE(`shipping_method.translation.customFields`,`shipping_method.translation.customFields`) as `shipping_method.customFields`, `shipping_method.translation.createdAt`, `shipping_method.translation.updatedAt`, `shipping_method.translation.shippingMethodId`, `shipping_method.translation.languageId` FROM `shipping_method` LEFT JOIN (SELECT `shipping_method.translation`.shipping_method_id, `shipping_method.translation`.name as `shipping_method.translation.name`, `shipping_method.translation`.description as `shipping_method.translation.description`, `shipping_method.translation`.tracking_url as `shipping_method.translation.trackingUrl`, `shipping_method.translation`.custom_fields as `shipping_method.translation.customFields`, `shipping_method.translation`.created_at as `shipping_method.translation.createdAt`, `shipping_method.translation`.updated_at as `shipping_method.translation.updatedAt`, `shipping_method.translation`.shipping_method_id as `shipping_method.translation.shippingMethodId`, `shipping_method.translation`.language_id as `shipping_method.translation.languageId` FROM `shipping_method_translation` `shipping_method.translation` WHERE `shipping_method.translation`.language_id = :languageId) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation`.`shipping_method_id` = `shipping_method`.`id` LEFT JOIN `delivery_time` `shipping_method.deliveryTime` ON `shipping_method`.`delivery_time_id` = `shipping_method.deliveryTime`.`id` LEFT JOIN `media` `shipping_method.media` ON `shipping_method`.`media_id` = `shipping_method.media`.`id` LEFT JOIN (SELECT `shipping_method.deliveryTime.translation`.delivery_time_id, `shipping_method.deliveryTime.translation`.name as `shipping_method.deliveryTime.translation.name`, `shipping_method.deliveryTime.translation`.custom_fields as `shipping_method.deliveryTime.translation.customFields`, `shipping_method.deliveryTime.translation`.created_at as `shipping_method.deliveryTime.translation.createdAt`, `shipping_method.deliveryTime.translation`.updated_at as `shipping_method.deliveryTime.translation.updatedAt`, `shipping_method.deliveryTime.translation`.delivery_time_id as `shipping_method.deliveryTime.translation.deliveryTimeId`, `shipping_method.deliveryTime.translation`.language_id as `shipping_method.deliveryTime.translation.languageId` FROM `delivery_time_translation` `shipping_method.deliveryTime.translation` WHERE `shipping_method.deliveryTime.translation`.language_id = :languageId) `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 = :languageId) `shipping_method.media.media_translation` ON `shipping_method.media.media_translation`.`media_id` = `shipping_method.media`.`id` WHERE `shipping_method`.`id` IN (:ids)
0.28 ms
(0.00%)
# base-context-factory::cash-rounding::search-ids
SELECT `currency_country_rounding`.`id` FROM `currency_country_rounding` WHERE (`currency_country_rounding`.`currency_id` = :param_678087cc43e140f1afdb31ba2d7bae52 AND `currency_country_rounding`.`country_id` = :param_d8eb3d25ca3b4f3b817f1dab50150b20) LIMIT 1
5.38 ms
(0.00%)
# 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`.`newsletter` as `customer.newsletter`, `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`.`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`.`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.displayName`, COALESCE(`customer.salutation.translation.displayName`,`customer.salutation.translation.displayName`) as `customer.salutation.displayName`, `customer.salutation.translation.letterName`, COALESCE(`customer.salutation.translation.letterName`,`customer.salutation.translation.letterName`) as `customer.salutation.letterName`, `customer.salutation.translation.customFields`, COALESCE(`customer.salutation.translation.customFields`,`customer.salutation.translation.customFields`) as `customer.salutation.customFields`, `customer.salutation.translation.createdAt`, `customer.salutation.translation.updatedAt`, `customer.salutation.translation.salutationId`, `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`.`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`.`created_at` as `customer.defaultPaymentMethod.createdAt`, `customer.defaultPaymentMethod`.`updated_at` as `customer.defaultPaymentMethod.updatedAt`, `customer.defaultPaymentMethod.translation.name`, COALESCE(`customer.defaultPaymentMethod.translation.name`,`customer.defaultPaymentMethod.translation.name`) as `customer.defaultPaymentMethod.name`, `customer.defaultPaymentMethod.translation.distinguishableName`, COALESCE(`customer.defaultPaymentMethod.translation.distinguishableName`,`customer.defaultPaymentMethod.translation.distinguishableName`) as `customer.defaultPaymentMethod.distinguishableName`, `customer.defaultPaymentMethod.translation.description`, COALESCE(`customer.defaultPaymentMethod.translation.description`,`customer.defaultPaymentMethod.translation.description`) as `customer.defaultPaymentMethod.description`, `customer.defaultPaymentMethod.translation.customFields`, COALESCE(`customer.defaultPaymentMethod.translation.customFields`,`customer.defaultPaymentMethod.translation.customFields`) as `customer.defaultPaymentMethod.customFields`, `customer.defaultPaymentMethod.translation.createdAt`, `customer.defaultPaymentMethod.translation.updatedAt`, `customer.defaultPaymentMethod.translation.paymentMethodId`, `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` FROM `salutation_translation` `customer.salutation.translation` WHERE `customer.salutation.translation`.language_id = :languageId) `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` FROM `payment_method_translation` `customer.defaultPaymentMethod.translation` WHERE `customer.defaultPaymentMethod.translation`.language_id = :languageId) `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` <=> :param_ad9f66146a954a3ba2fce3647eaa799b OR `customer`.`bound_sales_channel_id` = :param_99631b5a06ac465790d435b2ac3509e0))) AND (`customer`.`id` IN (:ids))
4.77 ms
(0.00%)
# 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.displayName`, COALESCE(`customer_address.salutation.translation.displayName`,`customer_address.salutation.translation.displayName`) as `customer_address.salutation.displayName`, `customer_address.salutation.translation.letterName`, COALESCE(`customer_address.salutation.translation.letterName`,`customer_address.salutation.translation.letterName`) as `customer_address.salutation.letterName`, `customer_address.salutation.translation.customFields`, COALESCE(`customer_address.salutation.translation.customFields`,`customer_address.salutation.translation.customFields`) as `customer_address.salutation.customFields`, `customer_address.salutation.translation.createdAt`, `customer_address.salutation.translation.updatedAt`, `customer_address.salutation.translation.salutationId`, `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`.`company_tax_free` as `customer_address.country.companyTaxFree`, `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`.`tax_free` as `customer_address.country.taxFree`, `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.name`, COALESCE(`customer_address.country.translation.name`,`customer_address.country.translation.name`) as `customer_address.country.name`, `customer_address.country.translation.addressFormat`, COALESCE(`customer_address.country.translation.addressFormat`,`customer_address.country.translation.addressFormat`) as `customer_address.country.addressFormat`, `customer_address.country.translation.customFields`, COALESCE(`customer_address.country.translation.customFields`,`customer_address.country.translation.customFields`) as `customer_address.country.customFields`, `customer_address.country.translation.createdAt`, `customer_address.country.translation.updatedAt`, `customer_address.country.translation.countryId`, `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.name`, COALESCE(`customer_address.countryState.translation.name`,`customer_address.countryState.translation.name`) as `customer_address.countryState.name`, `customer_address.countryState.translation.customFields`, COALESCE(`customer_address.countryState.translation.customFields`,`customer_address.countryState.translation.customFields`) as `customer_address.countryState.customFields`, `customer_address.countryState.translation.createdAt`, `customer_address.countryState.translation.updatedAt`, `customer_address.countryState.translation.countryStateId`, `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` FROM `salutation_translation` `customer_address.salutation.translation` WHERE `customer_address.salutation.translation`.language_id = :languageId) `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` FROM `country_translation` `customer_address.country.translation` WHERE `customer_address.country.translation`.language_id = :languageId) `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` FROM `country_state_translation` `customer_address.countryState.translation` WHERE `customer_address.countryState.translation`.language_id = :languageId) `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 (:ids)
0.80 ms
(0.00%)
# 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 = :languageId) `customer_group.customer_group_translation` ON `customer_group.customer_group_translation`.`customer_group_id` = `customer_group`.`id` WHERE `customer_group`.`id` IN (:ids)
1.51 ms
(0.00%)
SHOW COLUMNS FROM `cart` WHERE `Field` LIKE :column
0.30 ms
(0.00%)
#cart-persister::load
                SELECT `cart`.`payload`, `cart`.`rule_ids`, `cart`.`compressed` FROM cart WHERE `token` = :token
0.21 ms
(0.00%)
# cart-rule-loader::load-rules::search-ids
SELECT `rule`.`id` FROM `rule` ORDER BY `rule`.`priority` DESC, `rule`.`id` ASC LIMIT 500
0.41 ms
(0.00%)
# 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 (:ids)
0.54 ms
(0.00%)
# cart::products::search-ids
SELECT `product`.`id`, `product`.`product_number`, `product`.`auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`version_id` = `product.parent`.`version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product`.`visibilities` = `product.visibilities`.`product_id` AND `product`.version_id = `product.visibilities`.product_version_id WHERE (`product`.`version_id` = :version) AND ((((`product.visibilities`.`visibility` >= :param_dedb88a623d343138bcbc6ab509e7e54) AND `product.visibilities`.`sales_channel_id` = :param_c35c45ba05474fa4a42dd941811bb765 AND IFNULL(`product`.`active`, `product.parent`.`active`) = :param_fef333357ba147d4b27b0f151b4aad20))) AND (`product`.`id` IN (:ids)) GROUP BY `product`.`id`
24.04 ms
(0.00%)
# cart::products::read
SELECT `product`.`id` as `product.id`, `product`.`version_id` as `product.versionId`, `product`.`parent_id` as `product.parentId`, `product`.`parent_version_id` as `product.parentVersionId`, COALESCE(`product`.`product_manufacturer_id`, `product.parent`.`product_manufacturer_id`) as `product.manufacturerId`, COALESCE(`product`.`product_manufacturer_version_id`, `product.parent`.`product_manufacturer_version_id`) as `product.productManufacturerVersionId`, COALESCE(`product`.`unit_id`, `product.parent`.`unit_id`) as `product.unitId`, COALESCE(`product`.`tax_id`, `product.parent`.`tax_id`) as `product.taxId`, COALESCE(`product`.`product_media_id`, `product.parent`.`product_media_id`) as `product.coverId`, COALESCE(`product`.`product_media_version_id`, `product.parent`.`product_media_version_id`) as `product.productMediaVersionId`, COALESCE(`product`.`delivery_time_id`, `product.parent`.`delivery_time_id`) as `product.deliveryTimeId`, COALESCE(`product`.`product_feature_set_id`, `product.parent`.`product_feature_set_id`) as `product.featureSetId`, COALESCE(`product`.`canonical_product_id`, `product.parent`.`canonical_product_id`) as `product.canonicalProductId`, COALESCE(`product`.`cms_page_id`, `product.parent`.`cms_page_id`) as `product.cmsPageId`, COALESCE(`product`.`cms_page_version_id`, `product.parent`.`cms_page_version_id`) as `product.cmsPageVersionId`, `product.parent`.`price` as `product.price.inherited`, COALESCE(`product`.`price`, `product.parent`.`price`) as `product.price`, `product`.`product_number` as `product.productNumber`, `product`.`stock` as `product.stock`, COALESCE(`product`.`restock_time`, `product.parent`.`restock_time`) as `product.restockTime`, `product`.`auto_increment` as `product.autoIncrement`, COALESCE(`product`.`active`, `product.parent`.`active`) as `product.active`, `product`.`available_stock` as `product.availableStock`, `product`.`available` as `product.available`, COALESCE(`product`.`is_closeout`, `product.parent`.`is_closeout`) as `product.isCloseout`, `product`.`display_group` as `product.displayGroup`, `product.parent`.`configurator_group_config` as `product.configuratorGroupConfig.inherited`, COALESCE(`product`.`configurator_group_config`, `product.parent`.`configurator_group_config`) as `product.configuratorGroupConfig`, COALESCE(`product`.`main_variant_id`, `product.parent`.`main_variant_id`) as `product.mainVariantId`, COALESCE(`product`.`display_parent`, `product.parent`.`display_parent`) as `product.displayParent`, `product.parent`.`variant_listing_config` as `product.variantListingConfig.inherited`, COALESCE(`product`.`variant_listing_config`, `product.parent`.`variant_listing_config`) as `product.variantListingConfig`, `product`.`variant_restrictions` as `product.variantRestrictions`, COALESCE(`product`.`manufacturer_number`, `product.parent`.`manufacturer_number`) as `product.manufacturerNumber`, COALESCE(`product`.`ean`, `product.parent`.`ean`) as `product.ean`, COALESCE(`product`.`purchase_steps`, `product.parent`.`purchase_steps`) as `product.purchaseSteps`, COALESCE(`product`.`max_purchase`, `product.parent`.`max_purchase`) as `product.maxPurchase`, COALESCE(`product`.`min_purchase`, `product.parent`.`min_purchase`) as `product.minPurchase`, COALESCE(`product`.`purchase_unit`, `product.parent`.`purchase_unit`) as `product.purchaseUnit`, COALESCE(`product`.`reference_unit`, `product.parent`.`reference_unit`) as `product.referenceUnit`, COALESCE(`product`.`shipping_free`, `product.parent`.`shipping_free`) as `product.shippingFree`, `product.parent`.`purchase_prices` as `product.purchasePrices.inherited`, COALESCE(`product`.`purchase_prices`, `product.parent`.`purchase_prices`) as `product.purchasePrices`, COALESCE(`product`.`mark_as_topseller`, `product.parent`.`mark_as_topseller`) as `product.markAsTopseller`, COALESCE(`product`.`weight`, `product.parent`.`weight`) as `product.weight`, COALESCE(`product`.`width`, `product.parent`.`width`) as `product.width`, COALESCE(`product`.`height`, `product.parent`.`height`) as `product.height`, COALESCE(`product`.`length`, `product.parent`.`length`) as `product.length`, COALESCE(`product`.`release_date`, `product.parent`.`release_date`) as `product.releaseDate`, COALESCE(`product`.`rating_average`, `product.parent`.`rating_average`) as `product.ratingAverage`, `product.parent`.`category_tree` as `product.categoryTree.inherited`, COALESCE(`product`.`category_tree`, `product.parent`.`category_tree`) as `product.categoryTree`, `product.parent`.`property_ids` as `product.propertyIds.inherited`, COALESCE(`product`.`property_ids`, `product.parent`.`property_ids`) as `product.propertyIds`, `product.parent`.`option_ids` as `product.optionIds.inherited`, COALESCE(`product`.`option_ids`, `product.parent`.`option_ids`) as `product.optionIds`, `product.parent`.`stream_ids` as `product.streamIds.inherited`, COALESCE(`product`.`stream_ids`, `product.parent`.`stream_ids`) as `product.streamIds`, `product.parent`.`tag_ids` as `product.tagIds.inherited`, COALESCE(`product`.`tag_ids`, `product.parent`.`tag_ids`) as `product.tagIds`, `product.parent`.`category_ids` as `product.categoryIds.inherited`, COALESCE(`product`.`category_ids`, `product.parent`.`category_ids`) as `product.categoryIds`, `product`.`child_count` as `product.childCount`, COALESCE(`product`.`custom_field_set_selection_active`, `product.parent`.`custom_field_set_selection_active`) as `product.customFieldSetSelectionActive`, `product`.`sales` as `product.sales`, `product`.`states` as `product.states`, `product.tax`.`id` as `product.tax.id`, `product.tax`.`tax_rate` as `product.tax.taxRate`, `product.tax`.`name` as `product.tax.name`, `product.tax`.`position` as `product.tax.position`, `product.tax`.`custom_fields` as `product.tax.customFields`, `product.tax`.`created_at` as `product.tax.createdAt`, `product.tax`.`updated_at` as `product.tax.updatedAt`, `product.parent`.`cheapest_price` as `product.cheapestPrice.inherited`, COALESCE(`product`.`cheapest_price`, `product.parent`.`cheapest_price`) as `product.cheapestPrice`, `product`.`created_at` as `product.createdAt`, `product`.`updated_at` as `product.updatedAt`, `product.cover`.`id` as `product.cover.id`, `product.cover`.`version_id` as `product.cover.versionId`, `product.cover`.`product_id` as `product.cover.productId`, `product.cover`.`product_version_id` as `product.cover.productVersionId`, `product.cover`.`media_id` as `product.cover.mediaId`, `product.cover`.`position` as `product.cover.position`, `product.cover.media`.`id` as `product.cover.media.id`, `product.cover.media`.`user_id` as `product.cover.media.userId`, `product.cover.media`.`media_folder_id` as `product.cover.media.mediaFolderId`, `product.cover.media`.`mime_type` as `product.cover.media.mimeType`, `product.cover.media`.`file_extension` as `product.cover.media.fileExtension`, `product.cover.media`.`uploaded_at` as `product.cover.media.uploadedAt`, `product.cover.media`.`file_name` as `product.cover.media.fileName`, `product.cover.media`.`file_size` as `product.cover.media.fileSize`, `product.cover.media`.`media_type` as `product.cover.media.mediaTypeRaw`, `product.cover.media`.`meta_data` as `product.cover.media.metaData`, `product.cover.media`.`private` as `product.cover.media.private`, `product.cover.media`.`thumbnails_ro` as `product.cover.media.thumbnailsRo`, `product.cover.media`.`created_at` as `product.cover.media.createdAt`, `product.cover.media`.`updated_at` as `product.cover.media.updatedAt`, `product.cover.media.translation.title`, COALESCE(`product.cover.media.translation.title`,`product.cover.media.translation.title`) as `product.cover.media.title`, `product.cover.media.translation.alt`, COALESCE(`product.cover.media.translation.alt`,`product.cover.media.translation.alt`) as `product.cover.media.alt`, `product.cover.media.translation.customFields`, COALESCE(`product.cover.media.translation.customFields`,`product.cover.media.translation.customFields`) as `product.cover.media.customFields`, `product.cover.media.translation.createdAt`, `product.cover.media.translation.updatedAt`, `product.cover.media.translation.mediaId`, `product.cover.media.translation.languageId`, `product.cover`.`custom_fields` as `product.cover.customFields`, `product.cover`.`created_at` as `product.cover.createdAt`, `product.cover`.`updated_at` as `product.cover.updatedAt`, (SELECT GROUP_CONCAT(HEX(`product.options.mapping`.`property_group_option_id`) SEPARATOR '||')
                  FROM `product_option` `product.options.mapping`
                  WHERE `product.options.mapping`.`product_id` = `product`.`id` ) as `product.options.id_mapping`, `product.featureSet`.`id` as `product.featureSet.id`, `product.featureSet`.`features` as `product.featureSet.features`, `product.featureSet`.`created_at` as `product.featureSet.createdAt`, `product.featureSet`.`updated_at` as `product.featureSet.updatedAt`, `product.featureSet.translation.name`, COALESCE(`product.featureSet.translation.name`,`product.featureSet.translation.name`) as `product.featureSet.name`, `product.featureSet.translation.description`, COALESCE(`product.featureSet.translation.description`,`product.featureSet.translation.description`) as `product.featureSet.description`, `product.featureSet.translation.createdAt`, `product.featureSet.translation.updatedAt`, `product.featureSet.translation.productFeatureSetId`, `product.featureSet.translation.languageId`, (SELECT GROUP_CONCAT(HEX(`product.properties.mapping`.`property_group_option_id`) SEPARATOR '||')
                  FROM `product_property` `product.properties.mapping`
                  WHERE `product.properties.mapping`.`product_id` = `product`.`properties` ) as `product.properties.id_mapping`, `product.unit`.`id` as `product.unit.id`, `product.unit`.`created_at` as `product.unit.createdAt`, `product.unit`.`updated_at` as `product.unit.updatedAt`, `product.unit.translation.shortCode`, COALESCE(`product.unit.translation.shortCode`,`product.unit.translation.shortCode`) as `product.unit.shortCode`, `product.unit.translation.name`, COALESCE(`product.unit.translation.name`,`product.unit.translation.name`) as `product.unit.name`, `product.unit.translation.customFields`, COALESCE(`product.unit.translation.customFields`,`product.unit.translation.customFields`) as `product.unit.customFields`, `product.unit.translation.createdAt`, `product.unit.translation.updatedAt`, `product.unit.translation.unitId`, `product.unit.translation.languageId`, `product.deliveryTime`.`id` as `product.deliveryTime.id`, `product.deliveryTime`.`min` as `product.deliveryTime.min`, `product.deliveryTime`.`max` as `product.deliveryTime.max`, `product.deliveryTime`.`unit` as `product.deliveryTime.unit`, `product.deliveryTime`.`created_at` as `product.deliveryTime.createdAt`, `product.deliveryTime`.`updated_at` as `product.deliveryTime.updatedAt`, `product.deliveryTime.translation.name`, COALESCE(`product.deliveryTime.translation.name`,`product.deliveryTime.translation.name`) as `product.deliveryTime.name`, `product.deliveryTime.translation.customFields`, COALESCE(`product.deliveryTime.translation.customFields`,`product.deliveryTime.translation.customFields`) as `product.deliveryTime.customFields`, `product.deliveryTime.translation.createdAt`, `product.deliveryTime.translation.updatedAt`, `product.deliveryTime.translation.deliveryTimeId`, `product.deliveryTime.translation.languageId`, `product.translation.metaDescription`, `product.parent.translation.metaDescription`, COALESCE(`product.translation.metaDescription`,`product.parent.translation.metaDescription`,`product.translation.metaDescription`) as `product.metaDescription`, `product.translation.name`, `product.parent.translation.name`, COALESCE(`product.translation.name`,`product.parent.translation.name`,`product.translation.name`) as `product.name`, `product.translation.keywords`, `product.parent.translation.keywords`, COALESCE(`product.translation.keywords`,`product.parent.translation.keywords`,`product.translation.keywords`) as `product.keywords`, `product.translation.description`, `product.parent.translation.description`, COALESCE(`product.translation.description`,`product.parent.translation.description`,`product.translation.description`) as `product.description`, `product.translation.metaTitle`, `product.parent.translation.metaTitle`, COALESCE(`product.translation.metaTitle`,`product.parent.translation.metaTitle`,`product.translation.metaTitle`) as `product.metaTitle`, `product.translation.packUnit`, `product.parent.translation.packUnit`, COALESCE(`product.translation.packUnit`,`product.parent.translation.packUnit`,`product.translation.packUnit`) as `product.packUnit`, `product.translation.packUnitPlural`, `product.parent.translation.packUnitPlural`, COALESCE(`product.translation.packUnitPlural`,`product.parent.translation.packUnitPlural`,`product.translation.packUnitPlural`) as `product.packUnitPlural`, `product.translation.customSearchKeywords`, `product.parent.translation.customSearchKeywords`, COALESCE(`product.translation.customSearchKeywords`,`product.parent.translation.customSearchKeywords`,`product.translation.customSearchKeywords`) as `product.customSearchKeywords`, `product.translation.slotConfig`, `product.parent.translation.slotConfig`, COALESCE(`product.translation.slotConfig`,`product.parent.translation.slotConfig`,`product.translation.slotConfig`) as `product.slotConfig`, `product.translation.customFields`, `product.parent.translation.customFields`, COALESCE(`product.translation.customFields`,`product.parent.translation.customFields`,`product.translation.customFields`) as `product.customFields`, `product.translation.createdAt`, `product.parent.translation.createdAt`, `product.translation.updatedAt`, `product.parent.translation.updatedAt`, `product.translation.productId`, `product.parent.translation.productId`, `product.translation.languageId`, `product.parent.translation.languageId`, `product.translation.productVersionId`, `product.parent.translation.productVersionId` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`version_id` = `product.parent`.`version_id` LEFT JOIN (SELECT `product.translation`.product_id, `product.translation`.product_version_id, `product.translation`.meta_description as `product.translation.metaDescription`, `product.translation`.name as `product.translation.name`, `product.translation`.keywords as `product.translation.keywords`, `product.translation`.description as `product.translation.description`, `product.translation`.meta_title as `product.translation.metaTitle`, `product.translation`.pack_unit as `product.translation.packUnit`, `product.translation`.pack_unit_plural as `product.translation.packUnitPlural`, `product.translation`.custom_search_keywords as `product.translation.customSearchKeywords`, `product.translation`.slot_config as `product.translation.slotConfig`, `product.translation`.custom_fields as `product.translation.customFields`, `product.translation`.created_at as `product.translation.createdAt`, `product.translation`.updated_at as `product.translation.updatedAt`, `product.translation`.product_id as `product.translation.productId`, `product.translation`.language_id as `product.translation.languageId`, `product.translation`.product_version_id as `product.translation.productVersionId` FROM `product_translation` `product.translation` WHERE `product.translation`.language_id = :languageId) `product.product_translation` ON `product.product_translation`.`product_id` = `product`.`id` AND `product.product_translation`.product_version_id = `product`.version_id LEFT JOIN (SELECT `product.parent.translation`.product_id, `product.parent.translation`.product_version_id, `product.parent.translation`.meta_description as `product.parent.translation.metaDescription`, `product.parent.translation`.name as `product.parent.translation.name`, `product.parent.translation`.keywords as `product.parent.translation.keywords`, `product.parent.translation`.description as `product.parent.translation.description`, `product.parent.translation`.meta_title as `product.parent.translation.metaTitle`, `product.parent.translation`.pack_unit as `product.parent.translation.packUnit`, `product.parent.translation`.pack_unit_plural as `product.parent.translation.packUnitPlural`, `product.parent.translation`.custom_search_keywords as `product.parent.translation.customSearchKeywords`, `product.parent.translation`.slot_config as `product.parent.translation.slotConfig`, `product.parent.translation`.custom_fields as `product.parent.translation.customFields`, `product.parent.translation`.created_at as `product.parent.translation.createdAt`, `product.parent.translation`.updated_at as `product.parent.translation.updatedAt`, `product.parent.translation`.product_id as `product.parent.translation.productId`, `product.parent.translation`.language_id as `product.parent.translation.languageId`, `product.parent.translation`.product_version_id as `product.parent.translation.productVersionId` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation`.language_id = :languageId) `product.product_translation.parent` ON `product.product_translation.parent`.`product_id` = `product.parent`.`id` AND `product.product_translation.parent`.product_version_id = `product.parent`.version_id LEFT JOIN `tax` `product.tax` ON `product`.`tax` = `product.tax`.`id` LEFT JOIN `product_media` `product.cover` ON `product`.`cover` = `product.cover`.`id` AND `product`.`version_id` = `product.cover`.`version_id` LEFT JOIN `product_feature_set` `product.featureSet` ON `product`.`featureSet` = `product.featureSet`.`id` LEFT JOIN `unit` `product.unit` ON `product`.`unit` = `product.unit`.`id` LEFT JOIN `delivery_time` `product.deliveryTime` ON `product`.`deliveryTime` = `product.deliveryTime`.`id` LEFT JOIN `media` `product.cover.media` ON `product.cover`.`media_id` = `product.cover.media`.`id` LEFT JOIN (SELECT `product.cover.media.translation`.media_id, `product.cover.media.translation`.title as `product.cover.media.translation.title`, `product.cover.media.translation`.alt as `product.cover.media.translation.alt`, `product.cover.media.translation`.custom_fields as `product.cover.media.translation.customFields`, `product.cover.media.translation`.created_at as `product.cover.media.translation.createdAt`, `product.cover.media.translation`.updated_at as `product.cover.media.translation.updatedAt`, `product.cover.media.translation`.media_id as `product.cover.media.translation.mediaId`, `product.cover.media.translation`.language_id as `product.cover.media.translation.languageId` FROM `media_translation` `product.cover.media.translation` WHERE `product.cover.media.translation`.language_id = :languageId) `product.cover.media.media_translation` ON `product.cover.media.media_translation`.`media_id` = `product.cover.media`.`id` LEFT JOIN (SELECT `product.featureSet.translation`.product_feature_set_id, `product.featureSet.translation`.name as `product.featureSet.translation.name`, `product.featureSet.translation`.description as `product.featureSet.translation.description`, `product.featureSet.translation`.created_at as `product.featureSet.translation.createdAt`, `product.featureSet.translation`.updated_at as `product.featureSet.translation.updatedAt`, `product.featureSet.translation`.product_feature_set_id as `product.featureSet.translation.productFeatureSetId`, `product.featureSet.translation`.language_id as `product.featureSet.translation.languageId` FROM `product_feature_set_translation` `product.featureSet.translation` WHERE `product.featureSet.translation`.language_id = :languageId) `product.featureSet.product_feature_set_translation` ON `product.featureSet.product_feature_set_translation`.`product_feature_set_id` = `product.featureSet`.`id` LEFT JOIN (SELECT `product.unit.translation`.unit_id, `product.unit.translation`.short_code as `product.unit.translation.shortCode`, `product.unit.translation`.name as `product.unit.translation.name`, `product.unit.translation`.custom_fields as `product.unit.translation.customFields`, `product.unit.translation`.created_at as `product.unit.translation.createdAt`, `product.unit.translation`.updated_at as `product.unit.translation.updatedAt`, `product.unit.translation`.unit_id as `product.unit.translation.unitId`, `product.unit.translation`.language_id as `product.unit.translation.languageId` FROM `unit_translation` `product.unit.translation` WHERE `product.unit.translation`.language_id = :languageId) `product.unit.unit_translation` ON `product.unit.unit_translation`.`unit_id` = `product.unit`.`id` LEFT JOIN (SELECT `product.deliveryTime.translation`.delivery_time_id, `product.deliveryTime.translation`.name as `product.deliveryTime.translation.name`, `product.deliveryTime.translation`.custom_fields as `product.deliveryTime.translation.customFields`, `product.deliveryTime.translation`.created_at as `product.deliveryTime.translation.createdAt`, `product.deliveryTime.translation`.updated_at as `product.deliveryTime.translation.updatedAt`, `product.deliveryTime.translation`.delivery_time_id as `product.deliveryTime.translation.deliveryTimeId`, `product.deliveryTime.translation`.language_id as `product.deliveryTime.translation.languageId` FROM `delivery_time_translation` `product.deliveryTime.translation` WHERE `product.deliveryTime.translation`.language_id = :languageId) `product.deliveryTime.delivery_time_translation` ON `product.deliveryTime.delivery_time_translation`.`delivery_time_id` = `product.deliveryTime`.`id` WHERE (`product`.`version_id` = :version) AND (`product`.`id` IN (:ids))
0.21 ms
(0.00%)
SELECT `name`, `type` FROM `custom_field` WHERE `active` = 1
0.41 ms
(0.00%)
# cart::products::association::prices::read
SELECT `product_price`.`id` as `product_price.id`, `product_price`.`version_id` as `product_price.versionId`, `product_price`.`product_id` as `product_price.productId`, `product_price`.`product_version_id` as `product_price.productVersionId`, `product_price`.`rule_id` as `product_price.ruleId`, `product_price`.`price` as `product_price.price`, `product_price`.`quantity_start` as `product_price.quantityStart`, `product_price`.`quantity_end` as `product_price.quantityEnd`, `product_price`.`custom_fields` as `product_price.customFields`, `product_price`.`created_at` as `product_price.createdAt`, `product_price`.`updated_at` as `product_price.updatedAt` FROM `product_price` WHERE (`product_price`.`version_id` = :version) AND ((`product_price`.`product_id` IN (:param_26ef1c8f454346f588d55c6b197736b1)))
0.65 ms
(0.00%)
SELECT configuration_key, configuration_value FROM system_config WHERE sales_channel_id = :salesChannelId OR system_config.sales_channel_id IS NULL ORDER BY sales_channel_id ASC
0.50 ms
(0.00%)
# product-price-calculator::units::read
SELECT `unit`.`id` as `unit.id`, `unit`.`created_at` as `unit.createdAt`, `unit`.`updated_at` as `unit.updatedAt`, `unit.translation.shortCode`, COALESCE(`unit.translation.shortCode`,`unit.translation.shortCode`) as `unit.shortCode`, `unit.translation.name`, COALESCE(`unit.translation.name`,`unit.translation.name`) as `unit.name`, `unit.translation.customFields`, COALESCE(`unit.translation.customFields`,`unit.translation.customFields`) as `unit.customFields`, `unit.translation.createdAt`, `unit.translation.updatedAt`, `unit.translation.unitId`, `unit.translation.languageId` FROM `unit` LEFT JOIN (SELECT `unit.translation`.unit_id, `unit.translation`.short_code as `unit.translation.shortCode`, `unit.translation`.name as `unit.translation.name`, `unit.translation`.custom_fields as `unit.translation.customFields`, `unit.translation`.created_at as `unit.translation.createdAt`, `unit.translation`.updated_at as `unit.translation.updatedAt`, `unit.translation`.unit_id as `unit.translation.unitId`, `unit.translation`.language_id as `unit.translation.languageId` FROM `unit_translation` `unit.translation` WHERE `unit.translation`.language_id = :languageId) `unit.unit_translation` ON `unit.unit_translation`.`unit_id` = `unit`.`id`
0.63 ms
(0.00%)
# cart::promotion::search-ids
SELECT `promotion`.`id` FROM `promotion` LEFT JOIN `promotion_sales_channel` `promotion.salesChannels` ON `promotion`.`id` = `promotion.salesChannels`.`promotion_id` WHERE ((`promotion`.`active` = :param_609403546d3c4da7aedfa332fe61221f AND `promotion.salesChannels`.`sales_channel_id` = :param_76dc7f1134524c67887251374ef28348 AND ((`promotion`.`valid_from` <=> :param_0dcef08e0ab742adbf7cbd68ad848fb9 AND `promotion`.`valid_until` <=> :param_9f1fb562945f45edae784f5acaf9abeb) OR (`promotion`.`valid_from` <=> :param_986e80a6b0664bed900a01cc32a5a894 AND (`promotion`.`valid_until` > :param_658599e0fccc470a943498d6680f0ba8)) OR ((`promotion`.`valid_from` <= :param_e48a3919d1a84809b4ccecdf528aea7d) AND `promotion`.`valid_until` <=> :param_42a70a97618b46b2bb762a8749b0c595) OR ((`promotion`.`valid_from` <= :param_27c9314886e44a4980473c46317abce7) AND (`promotion`.`valid_until` > :param_af8ba9b944704b928c1a6c26445d6847))) AND `promotion`.`use_codes` = :param_da6a9bca3c664f05bd9f3411fe93b368)) GROUP BY `promotion`.`id` ORDER BY MAX(`promotion`.`priority`) DESC
1.89 ms
(0.00%)
# cart::shipping-methods::read
SELECT `shipping_method`.`id` as `shipping_method.id`, `shipping_method`.`active` as `shipping_method.active`, `shipping_method`.`position` as `shipping_method.position`, `shipping_method`.`availability_rule_id` as `shipping_method.availabilityRuleId`, `shipping_method`.`media_id` as `shipping_method.mediaId`, `shipping_method`.`delivery_time_id` as `shipping_method.deliveryTimeId`, `shipping_method`.`tax_type` as `shipping_method.taxType`, `shipping_method`.`tax_id` as `shipping_method.taxId`, `shipping_method.deliveryTime`.`id` as `shipping_method.deliveryTime.id`, `shipping_method.deliveryTime`.`min` as `shipping_method.deliveryTime.min`, `shipping_method.deliveryTime`.`max` as `shipping_method.deliveryTime.max`, `shipping_method.deliveryTime`.`unit` as `shipping_method.deliveryTime.unit`, `shipping_method.deliveryTime`.`created_at` as `shipping_method.deliveryTime.createdAt`, `shipping_method.deliveryTime`.`updated_at` as `shipping_method.deliveryTime.updatedAt`, `shipping_method.deliveryTime.translation.name`, COALESCE(`shipping_method.deliveryTime.translation.name`,`shipping_method.deliveryTime.translation.name`) as `shipping_method.deliveryTime.name`, `shipping_method.deliveryTime.translation.customFields`, COALESCE(`shipping_method.deliveryTime.translation.customFields`,`shipping_method.deliveryTime.translation.customFields`) as `shipping_method.deliveryTime.customFields`, `shipping_method.deliveryTime.translation.createdAt`, `shipping_method.deliveryTime.translation.updatedAt`, `shipping_method.deliveryTime.translation.deliveryTimeId`, `shipping_method.deliveryTime.translation.languageId`, `shipping_method`.`created_at` as `shipping_method.createdAt`, `shipping_method`.`updated_at` as `shipping_method.updatedAt`, `shipping_method.tax`.`id` as `shipping_method.tax.id`, `shipping_method.tax`.`tax_rate` as `shipping_method.tax.taxRate`, `shipping_method.tax`.`name` as `shipping_method.tax.name`, `shipping_method.tax`.`position` as `shipping_method.tax.position`, `shipping_method.tax`.`custom_fields` as `shipping_method.tax.customFields`, `shipping_method.tax`.`created_at` as `shipping_method.tax.createdAt`, `shipping_method.tax`.`updated_at` as `shipping_method.tax.updatedAt`, `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 = :languageId) `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 `tax` `shipping_method.tax` ON `shipping_method`.`tax_id` = `shipping_method.tax`.`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 = :languageId) `shipping_method.deliveryTime.delivery_time_translation` ON `shipping_method.deliveryTime.delivery_time_translation`.`delivery_time_id` = `shipping_method.deliveryTime`.`id` WHERE `shipping_method`.`id` IN (:ids)
0.52 ms
(0.00%)
# cart::shipping-methods::association::prices::read
SELECT `shipping_method_price`.`id` as `shipping_method_price.id`, `shipping_method_price`.`shipping_method_id` as `shipping_method_price.shippingMethodId`, `shipping_method_price`.`rule_id` as `shipping_method_price.ruleId`, `shipping_method_price`.`calculation` as `shipping_method_price.calculation`, `shipping_method_price`.`calculation_rule_id` as `shipping_method_price.calculationRuleId`, `shipping_method_price`.`quantity_start` as `shipping_method_price.quantityStart`, `shipping_method_price`.`quantity_end` as `shipping_method_price.quantityEnd`, `shipping_method_price`.`currency_price` as `shipping_method_price.currencyPrice`, `shipping_method_price`.`custom_fields` as `shipping_method_price.customFields`, `shipping_method_price`.`created_at` as `shipping_method_price.createdAt`, `shipping_method_price`.`updated_at` as `shipping_method_price.updatedAt` FROM `shipping_method_price` WHERE (`shipping_method_price`.`shipping_method_id` IN (:param_b066b3cdbc2d495aa40b4f39f1723abc))
1.62 ms
(0.00%)
# 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`.`write_access` as `app.integration.writeAccess`, `app.integration`.`last_usage_at` as `app.integration.lastUsageAt`, `app.integration`.`admin` as `app.integration.admin`, `app.integration`.`custom_fields` as `app.integration.customFields`, `app.integration`.`deleted_at` as `app.integration.deletedAt`, `app.integration`.`created_at` as `app.integration.createdAt`, `app.integration`.`updated_at` as `app.integration.updatedAt`, `app`.`acl_role_id` as `app.aclRoleId`, `app.aclRole`.`id` as `app.aclRole.id`, `app.aclRole`.`name` as `app.aclRole.name`, `app.aclRole`.`description` as `app.aclRole.description`, `app.aclRole`.`privileges` as `app.aclRole.privileges`, `app.aclRole`.`deleted_at` as `app.aclRole.deletedAt`, `app.aclRole`.`created_at` as `app.aclRole.createdAt`, `app.aclRole`.`updated_at` as `app.aclRole.updatedAt`, `app`.`created_at` as `app.createdAt`, `app`.`updated_at` as `app.updatedAt`, `app.translation.label`, 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 = :languageId) `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` = :param_d792e40c64ce4894bfd9ed5f0900e2b1)
0.50 ms
(0.00%)
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`
0.37 ms
(0.00%)
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`
0.38 ms
(0.00%)
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` = :param_cf3f018e83804e78ab33e47b5ae5d4a3)) AND (`country`.`id` IN (:ids)) GROUP BY `country`.`id`
1.48 ms
(0.00%)
# 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`.`write_access` as `app.integration.writeAccess`, `app.integration`.`last_usage_at` as `app.integration.lastUsageAt`, `app.integration`.`admin` as `app.integration.admin`, `app.integration`.`custom_fields` as `app.integration.customFields`, `app.integration`.`deleted_at` as `app.integration.deletedAt`, `app.integration`.`created_at` as `app.integration.createdAt`, `app.integration`.`updated_at` as `app.integration.updatedAt`, `app`.`acl_role_id` as `app.aclRoleId`, `app.aclRole`.`id` as `app.aclRole.id`, `app.aclRole`.`name` as `app.aclRole.name`, `app.aclRole`.`description` as `app.aclRole.description`, `app.aclRole`.`privileges` as `app.aclRole.privileges`, `app.aclRole`.`deleted_at` as `app.aclRole.deletedAt`, `app.aclRole`.`created_at` as `app.aclRole.createdAt`, `app.aclRole`.`updated_at` as `app.aclRole.updatedAt`, `app`.`created_at` as `app.createdAt`, `app`.`updated_at` as `app.updatedAt`, `app.translation.label`, 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 = :languageId) `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` = :param_d5dcf3b66f69463d8b787daf469ddb42)
0.47 ms
(0.00%)
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`
0.36 ms
(0.00%)
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`
1.38 ms
(0.00%)
SHOW COLUMNS FROM `cart` WHERE `Field` LIKE :column
0.26 ms
(0.00%)
SELECT `payment_method`.`id` FROM `payment_method` WHERE (`payment_method`.`active` = :param_837c5950a9a442f884eea18e0f769f17)
1.48 ms
(0.00%)
# 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`.`write_access` as `app.integration.writeAccess`, `app.integration`.`last_usage_at` as `app.integration.lastUsageAt`, `app.integration`.`admin` as `app.integration.admin`, `app.integration`.`custom_fields` as `app.integration.customFields`, `app.integration`.`deleted_at` as `app.integration.deletedAt`, `app.integration`.`created_at` as `app.integration.createdAt`, `app.integration`.`updated_at` as `app.integration.updatedAt`, `app`.`acl_role_id` as `app.aclRoleId`, `app.aclRole`.`id` as `app.aclRole.id`, `app.aclRole`.`name` as `app.aclRole.name`, `app.aclRole`.`description` as `app.aclRole.description`, `app.aclRole`.`privileges` as `app.aclRole.privileges`, `app.aclRole`.`deleted_at` as `app.aclRole.deletedAt`, `app.aclRole`.`created_at` as `app.aclRole.createdAt`, `app.aclRole`.`updated_at` as `app.aclRole.updatedAt`, `app`.`created_at` as `app.createdAt`, `app`.`updated_at` as `app.updatedAt`, `app.translation.label`, 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 = :languageId) `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` = :param_cfcc98dab90843f5b0af5f9c0f113618)
0.51 ms
(0.00%)
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`
0.38 ms
(0.00%)
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`
1.76 ms
(0.00%)
# 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`.`write_access` as `app.integration.writeAccess`, `app.integration`.`last_usage_at` as `app.integration.lastUsageAt`, `app.integration`.`admin` as `app.integration.admin`, `app.integration`.`custom_fields` as `app.integration.customFields`, `app.integration`.`deleted_at` as `app.integration.deletedAt`, `app.integration`.`created_at` as `app.integration.createdAt`, `app.integration`.`updated_at` as `app.integration.updatedAt`, `app`.`acl_role_id` as `app.aclRoleId`, `app.aclRole`.`id` as `app.aclRole.id`, `app.aclRole`.`name` as `app.aclRole.name`, `app.aclRole`.`description` as `app.aclRole.description`, `app.aclRole`.`privileges` as `app.aclRole.privileges`, `app.aclRole`.`deleted_at` as `app.aclRole.deletedAt`, `app.aclRole`.`created_at` as `app.aclRole.createdAt`, `app.aclRole`.`updated_at` as `app.aclRole.updatedAt`, `app`.`created_at` as `app.createdAt`, `app`.`updated_at` as `app.updatedAt`, `app.translation.label`, 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 = :languageId) `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` = :param_414c35d24dbf446ba8d5ce2a2a93a443)
0.48 ms
(0.00%)
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`
0.36 ms
(0.00%)
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`
3.23 ms
(0.00%)
# prepared-payment-handler::read
SELECT `app_payment_method`.`id` as `app_payment_method.id`, `app_payment_method`.`app_name` as `app_payment_method.appName`, `app_payment_method`.`identifier` as `app_payment_method.identifier`, `app_payment_method`.`pay_url` as `app_payment_method.payUrl`, `app_payment_method`.`finalize_url` as `app_payment_method.finalizeUrl`, `app_payment_method`.`validate_url` as `app_payment_method.validateUrl`, `app_payment_method`.`capture_url` as `app_payment_method.captureUrl`, `app_payment_method`.`refund_url` as `app_payment_method.refundUrl`, `app_payment_method`.`app_id` as `app_payment_method.appId`, `app_payment_method`.`original_media_id` as `app_payment_method.originalMediaId`, `app_payment_method`.`payment_method_id` as `app_payment_method.paymentMethodId`, `app_payment_method`.`created_at` as `app_payment_method.createdAt`, `app_payment_method`.`updated_at` as `app_payment_method.updatedAt`, `app_payment_method.app`.`id` as `app_payment_method.app.id`, `app_payment_method.app`.`name` as `app_payment_method.app.name`, `app_payment_method.app`.`path` as `app_payment_method.app.path`, `app_payment_method.app`.`author` as `app_payment_method.app.author`, `app_payment_method.app`.`copyright` as `app_payment_method.app.copyright`, `app_payment_method.app`.`license` as `app_payment_method.app.license`, `app_payment_method.app`.`active` as `app_payment_method.app.active`, `app_payment_method.app`.`configurable` as `app_payment_method.app.configurable`, `app_payment_method.app`.`privacy` as `app_payment_method.app.privacy`, `app_payment_method.app`.`version` as `app_payment_method.app.version`, `app_payment_method.app`.`icon` as `app_payment_method.app.iconRaw`, `app_payment_method.app`.`app_secret` as `app_payment_method.app.appSecret`, `app_payment_method.app`.`modules` as `app_payment_method.app.modules`, `app_payment_method.app`.`main_module` as `app_payment_method.app.mainModule`, `app_payment_method.app`.`cookies` as `app_payment_method.app.cookies`, `app_payment_method.app`.`allow_disable` as `app_payment_method.app.allowDisable`, `app_payment_method.app`.`base_app_url` as `app_payment_method.app.baseAppUrl`, `app_payment_method.app`.`allowed_hosts` as `app_payment_method.app.allowedHosts`, `app_payment_method.app`.`template_load_priority` as `app_payment_method.app.templateLoadPriority`, `app_payment_method.app`.`integration_id` as `app_payment_method.app.integrationId`, `app_payment_method.app.integration`.`id` as `app_payment_method.app.integration.id`, `app_payment_method.app.integration`.`label` as `app_payment_method.app.integration.label`, `app_payment_method.app.integration`.`access_key` as `app_payment_method.app.integration.accessKey`, `app_payment_method.app.integration`.`secret_access_key` as `app_payment_method.app.integration.secretAccessKey`, `app_payment_method.app.integration`.`write_access` as `app_payment_method.app.integration.writeAccess`, `app_payment_method.app.integration`.`last_usage_at` as `app_payment_method.app.integration.lastUsageAt`, `app_payment_method.app.integration`.`admin` as `app_payment_method.app.integration.admin`, `app_payment_method.app.integration`.`custom_fields` as `app_payment_method.app.integration.customFields`, `app_payment_method.app.integration`.`deleted_at` as `app_payment_method.app.integration.deletedAt`, `app_payment_method.app.integration`.`created_at` as `app_payment_method.app.integration.createdAt`, `app_payment_method.app.integration`.`updated_at` as `app_payment_method.app.integration.updatedAt`, `app_payment_method.app`.`acl_role_id` as `app_payment_method.app.aclRoleId`, `app_payment_method.app.aclRole`.`id` as `app_payment_method.app.aclRole.id`, `app_payment_method.app.aclRole`.`name` as `app_payment_method.app.aclRole.name`, `app_payment_method.app.aclRole`.`description` as `app_payment_method.app.aclRole.description`, `app_payment_method.app.aclRole`.`privileges` as `app_payment_method.app.aclRole.privileges`, `app_payment_method.app.aclRole`.`deleted_at` as `app_payment_method.app.aclRole.deletedAt`, `app_payment_method.app.aclRole`.`created_at` as `app_payment_method.app.aclRole.createdAt`, `app_payment_method.app.aclRole`.`updated_at` as `app_payment_method.app.aclRole.updatedAt`, `app_payment_method.app`.`created_at` as `app_payment_method.app.createdAt`, `app_payment_method.app`.`updated_at` as `app_payment_method.app.updatedAt`, `app_payment_method.app.translation.label`, COALESCE(`app_payment_method.app.translation.label`,`app_payment_method.app.translation.label`) as `app_payment_method.app.label`, `app_payment_method.app.translation.description`, COALESCE(`app_payment_method.app.translation.description`,`app_payment_method.app.translation.description`) as `app_payment_method.app.description`, `app_payment_method.app.translation.privacyPolicyExtensions`, COALESCE(`app_payment_method.app.translation.privacyPolicyExtensions`,`app_payment_method.app.translation.privacyPolicyExtensions`) as `app_payment_method.app.privacyPolicyExtensions`, `app_payment_method.app.translation.customFields`, COALESCE(`app_payment_method.app.translation.customFields`,`app_payment_method.app.translation.customFields`) as `app_payment_method.app.customFields`, `app_payment_method.app.translation.createdAt`, `app_payment_method.app.translation.updatedAt`, `app_payment_method.app.translation.appId`, `app_payment_method.app.translation.languageId` FROM `app_payment_method` LEFT JOIN `app` `app_payment_method.app` ON `app_payment_method`.`app_id` = `app_payment_method.app`.`id` LEFT JOIN (SELECT `app_payment_method.app.translation`.app_id, `app_payment_method.app.translation`.label as `app_payment_method.app.translation.label`, `app_payment_method.app.translation`.description as `app_payment_method.app.translation.description`, `app_payment_method.app.translation`.privacy_policy_extensions as `app_payment_method.app.translation.privacyPolicyExtensions`, `app_payment_method.app.translation`.custom_fields as `app_payment_method.app.translation.customFields`, `app_payment_method.app.translation`.created_at as `app_payment_method.app.translation.createdAt`, `app_payment_method.app.translation`.updated_at as `app_payment_method.app.translation.updatedAt`, `app_payment_method.app.translation`.app_id as `app_payment_method.app.translation.appId`, `app_payment_method.app.translation`.language_id as `app_payment_method.app.translation.languageId` FROM `app_translation` `app_payment_method.app.translation` WHERE `app_payment_method.app.translation`.language_id = :languageId) `app_payment_method.app.app_translation` ON `app_payment_method.app.app_translation`.`app_id` = `app_payment_method.app`.`id` LEFT JOIN `integration` `app_payment_method.app.integration` ON `app_payment_method.app`.`integration_id` = `app_payment_method.app.integration`.`id` LEFT JOIN `acl_role` `app_payment_method.app.aclRole` ON `app_payment_method.app`.`acl_role_id` = `app_payment_method.app.aclRole`.`id` WHERE (`app_payment_method`.`payment_method_id` = :param_db501a1ee2224556b6bdc20a3fce2795)
0.29 ms
(0.00%)
SELECT 
                payment_method.handler_identifier,
                app_payment_method.id as app_payment_method_id,
                app_payment_method.pay_url,
                app_payment_method.finalize_url,
                app_payment_method.capture_url,
                app_payment_method.validate_url,
                app_payment_method.refund_url
             FROM payment_method LEFT JOIN app_payment_method app_payment_method ON payment_method.id = app_payment_method.payment_method_id WHERE payment_method.id = :paymentMethodId
0.19 ms
(0.00%)
SELECT technical_name, LOWER(HEX(`initial_state_id`)) as initial_state_id FROM state_machine
0.71 ms
(0.00%)
SELECT LOWER(HEX(`number_range`.`id`)) AS `id`, `number_range`.`pattern`, `number_range`.`start`
                FROM number_range
                INNER JOIN number_range_type ON number_range_type.id = number_range.type_id
                LEFT JOIN number_range_sales_channel ON number_range.id = number_range_sales_channel.number_range_id
                WHERE `number_range_type`.`technical_name` = :typeName AND (
                    number_range_sales_channel.sales_channel_id = :salesChannelId OR number_range_type.global = 1 OR number_range.global = 1
                )
                ORDER BY number_range.global ASC, number_range_type.global ASC
1.44 ms
(0.00%)
INSERT `number_range_state` (`id`, `last_value`, `number_range_id`, `created_at`) VALUES (:stateId, :value, :id, :createdAt)
                ON DUPLICATE KEY UPDATE
                `last_value` = @nr49115c72851048e9a07c46d04a569206 := IF(`last_value`+1 > :value, `last_value`+1, :value)
0.10 ms
(0.00%)
SELECT @nr49115c72851048e9a07c46d04a569206
0.27 ms
(0.00%)
SELECT LOWER(HEX(language.id)) AS array_key, LOWER(HEX(language.id)) AS id, locale.code, LOWER(HEX(language.parent_id)) parentId FROM language LEFT JOIN locale locale ON language.translation_code_id = locale.id
0.76 ms
(0.00%)
SELECT 1 as `exists`, parent_id, `id`, `version_id` FROM `order_line_item` WHERE (`id` IN (?)) AND (version_id = ?)
0.38 ms
(0.00%)
SELECT 1 as `exists`, `id`, `version_id` FROM `order_address` WHERE (`id` IN (?)) AND (version_id = ?)
0.60 ms
(0.00%)
SELECT 1 as `exists`, `id`, `version_id` FROM `order_delivery_position` WHERE (`id` IN (?)) AND (version_id = ?)
0.34 ms
(0.00%)
SELECT 1 as `exists`, `id`, `version_id` FROM `order_delivery` WHERE (`id` IN (?)) AND (version_id = ?)
0.33 ms
(0.00%)
SELECT 1 as `exists`, `id`, `version_id` FROM `order_customer` WHERE (`id` IN (?)) AND (version_id = ?)
0.20 ms
(0.00%)
SELECT 1 as `exists`, `id`, `version_id` FROM `order_transaction` WHERE (`id` IN (?)) AND (version_id = ?)
0.58 ms
(0.00%)
SELECT 1 as `exists`, `id`, `version_id` FROM `order` WHERE (`id` IN (?)) AND (version_id = ?)
0.07 ms
(0.00%)
"START TRANSACTION"
0.70 ms
(0.00%)
INSERT INTO `order` (`id`, `version_id`, `billing_address_id`, `billing_address_version_id`, `currency_id`, `language_id`, `sales_channel_id`, `state_id`, `order_number`, `order_date_time`, `price`, `shipping_costs`, `currency_factor`, `deep_link_code`, `affiliate_code`, `campaign_code`, `customer_comment`, `rule_ids`, `item_rounding`, `total_rounding`, `created_at`) VALUES (,,,,,,,,'10111','2025-09-24 09:10:33.818','{\"netPrice\":0.01,\"totalPrice\":0.01,\"calculatedTaxes\":[{\"extensions\":[],\"tax\":0.0,\"taxRate\":19.0,\"price\":0.01}],\"taxRules\":[{\"extensions\":[],\"taxRate\":19.0,\"percentage\":100.0}],\"positionPrice\":0.01,\"rawTotal\":0.01,\"taxStatus\":\"gross\"}','{\"unitPrice\":0.0,\"totalPrice\":0.0,\"quantity\":1,\"calculatedTaxes\":[{\"extensions\":[],\"tax\":0.0,\"taxRate\":19.0,\"price\":0.0}],\"taxRules\":[{\"extensions\":[],\"taxRate\":19.0,\"percentage\":100.0}],\"referencePrice\":null,\"listPrice\":null,\"regulationPrice\":null}','1.17085','xdODs2SpoK8PsgjaPtzUnYulz7D2mqJF',NULL,NULL,NULL,'[\"1475d107f5a64b31ad88ebb86daebea1\",\"8e8c00523fd74b6297a52f4c0c06ce4b\",\"90fa94300c034422840078e3e97399ec\",\"a57895556faa4834a8c1e4580523116a\",\"13a495c0e15448b794eb7f3abf2de9e9\"]','{\"decimals\":2,\"interval\":0.01,\"roundForNet\":1}','{\"decimals\":2,\"interval\":0.01,\"roundForNet\":1}','2025-09-24 09:10:33.829');
0.27 ms
(0.00%)
INSERT INTO `order_customer` (`id`, `version_id`, `customer_id`, `order_id`, `order_version_id`, `salutation_id`, `email`, `first_name`, `last_name`, `company`, `title`, `vat_ids`, `customer_number`, `custom_fields`, `remote_address`, `created_at`) VALUES (,,,,,,'herschel@masterffl.com','Harshil','Patwa',NULL,NULL,NULL,'10001',NULL,'10.244.2.0','2025-09-24 09:10:33.826');
0.25 ms
(0.00%)
INSERT INTO `order_address` (`id`, `version_id`, `country_id`, `order_id`, `order_version_id`, `salutation_id`, `first_name`, `last_name`, `street`, `zipcode`, `city`, `created_at`) VALUES (,,,,,,'John','Doe','A 35 OR','30075','Florida','2025-09-24 09:10:33.828');
0.32 ms
(0.00%)
INSERT INTO `order_delivery` (`id`, `version_id`, `order_id`, `order_version_id`, `shipping_order_address_id`, `shipping_order_address_version_id`, `shipping_method_id`, `state_id`, `tracking_codes`, `shipping_date_earliest`, `shipping_date_latest`, `shipping_costs`, `created_at`) VALUES (,,,,,,,,'[]','2025-09-25 16:00:00.000','2025-09-27 16:00:00.000','{\"unitPrice\":0.0,\"totalPrice\":0.0,\"quantity\":1,\"calculatedTaxes\":[{\"extensions\":[],\"tax\":0.0,\"taxRate\":19.0,\"price\":0.0}],\"taxRules\":[{\"extensions\":[],\"taxRate\":19.0,\"percentage\":100.0}],\"referencePrice\":null,\"listPrice\":null,\"regulationPrice\":null}','2025-09-24 09:10:33.828');
0.48 ms
(0.00%)
INSERT INTO `order_line_item` (`id`, `version_id`, `order_id`, `order_version_id`, `product_id`, `product_version_id`, `parent_version_id`, `cover_id`, `identifier`, `referenced_id`, `quantity`, `label`, `payload`, `good`, `removable`, `stackable`, `position`, `states`, `price`, `price_definition`, `type`, `created_at`) VALUES (,,,,,,,,'22bdb9993d4b4671b3d8b57580c8ae8c','22bdb9993d4b4671b3d8b57580c8ae8c','1','Handgun ','{\"isCloseout\":false,\"customFields\":{\"ffl\":\"yes\",\"firearm_type\":\"hand_gun\",\"FFL_FIREARM_TYPE\":\"hand_gun\"},\"createdAt\":\"2025-06-25 07:24:46.857\",\"releaseDate\":null,\"isNew\":false,\"markAsTopseller\":null,\"purchasePrices\":\"{\\\"extensions\\\":[],\\\"currencyId\\\":\\\"b7d2554b0ce847cd82f3ac9bd1c0dfca\\\",\\\"net\\\":0,\\\"gross\\\":0,\\\"linked\\\":true,\\\"listPrice\\\":null,\\\"percentage\\\":null,\\\"regulationPrice\\\":null}\",\"productNumber\":\"Handgun\",\"manufacturerId\":\"10fd539441e848cb88e17e472dbc9df7\",\"taxId\":\"8c0ea1eb52a142f8b363195716e8939c\",\"tagIds\":null,\"categoryIds\":[\"bf3d46ae41d24a259a9bacd5eaea7cdc\",\"294f88049a73471aaf929f7e9460234b\"],\"propertyIds\":null,\"optionIds\":null,\"options\":[],\"streamIds\":null,\"parentId\":null,\"stock\":10000,\"features\":[]}','1','1','1','1','[\"is-physical\"]','{\"unitPrice\":0.01,\"totalPrice\":0.01,\"quantity\":1,\"calculatedTaxes\":[{\"extensions\":[],\"tax\":0.0,\"taxRate\":19.0,\"price\":0.01}],\"taxRules\":[{\"extensions\":[],\"taxRate\":19.0,\"percentage\":100.0}],\"referencePrice\":null,\"listPrice\":null,\"regulationPrice\":null}','{\"price\":0.01,\"taxRules\":[{\"extensions\":[],\"taxRate\":19.0,\"percentage\":100.0}],\"quantity\":1,\"isCalculated\":true,\"referencePriceDefinition\":null,\"listPrice\":null,\"regulationPrice\":null,\"type\":\"quantity\"}','product','2025-09-24 09:10:33.829');
0.31 ms
(0.00%)
INSERT INTO `order_transaction` (`id`, `version_id`, `order_id`, `order_version_id`, `payment_method_id`, `state_id`, `amount`, `created_at`) VALUES (,,,,,,'{\"unitPrice\":0.01,\"totalPrice\":0.01,\"quantity\":1,\"calculatedTaxes\":[{\"extensions\":[],\"tax\":0.0,\"taxRate\":19.0,\"price\":0.01}],\"taxRules\":[{\"extensions\":[],\"taxRate\":19.0,\"percentage\":100.0}],\"referencePrice\":null,\"listPrice\":null,\"regulationPrice\":null}','2025-09-24 09:10:33.829');
0.34 ms
(0.00%)
INSERT INTO `order_delivery_position` (`id`, `version_id`, `order_delivery_id`, `order_delivery_version_id`, `order_line_item_id`, `order_line_item_version_id`, `price`, `created_at`) VALUES (,,,,,,'{\"unitPrice\":0.01,\"totalPrice\":0.01,\"quantity\":1,\"calculatedTaxes\":[{\"extensions\":[],\"tax\":0.0,\"taxRate\":19.0,\"price\":0.01}],\"taxRules\":[{\"extensions\":[],\"taxRate\":19.0,\"percentage\":100.0}],\"referencePrice\":null,\"listPrice\":null,\"regulationPrice\":null}','2025-09-24 09:10:33.828');
0.59 ms
(0.00%)
"COMMIT"
15.64 ms
(0.00%)
SELECT `order`.`id` as `order.id`, `order`.`version_id` as `order.versionId`, `order`.`auto_increment` as `order.autoIncrement`, `order`.`order_number` as `order.orderNumber`, `order`.`billing_address_id` as `order.billingAddressId`, `order`.`billing_address_version_id` as `order.billingAddressVersionId`, `order`.`currency_id` as `order.currencyId`, `order`.`language_id` as `order.languageId`, `order`.`sales_channel_id` as `order.salesChannelId`, `order`.`order_date_time` as `order.orderDateTime`, `order`.`order_date` as `order.orderDate`, `order`.`price` as `order.price`, `order`.`amount_total` as `order.amountTotal`, `order`.`amount_net` as `order.amountNet`, `order`.`position_price` as `order.positionPrice`, `order`.`tax_status` as `order.taxStatus`, `order`.`shipping_costs` as `order.shippingCosts`, `order`.`shipping_total` as `order.shippingTotal`, `order`.`currency_factor` as `order.currencyFactor`, `order`.`deep_link_code` as `order.deepLinkCode`, `order`.`affiliate_code` as `order.affiliateCode`, `order`.`campaign_code` as `order.campaignCode`, `order`.`customer_comment` as `order.customerComment`, `order`.`state_id` as `order.stateId`, `order.stateMachineState`.`id` as `order.stateMachineState.id`, `order.stateMachineState`.`technical_name` as `order.stateMachineState.technicalName`, `order.stateMachineState`.`state_machine_id` as `order.stateMachineState.stateMachineId`, `order.stateMachineState`.`created_at` as `order.stateMachineState.createdAt`, `order.stateMachineState`.`updated_at` as `order.stateMachineState.updatedAt`, `order.stateMachineState.translation.name`, COALESCE(`order.stateMachineState.translation.name`,`order.stateMachineState.translation.name`) as `order.stateMachineState.name`, `order.stateMachineState.translation.customFields`, COALESCE(`order.stateMachineState.translation.customFields`,`order.stateMachineState.translation.customFields`) as `order.stateMachineState.customFields`, `order.stateMachineState.translation.createdAt`, `order.stateMachineState.translation.updatedAt`, `order.stateMachineState.translation.stateMachineStateId`, `order.stateMachineState.translation.languageId`, `order`.`rule_ids` as `order.ruleIds`, `order`.`custom_fields` as `order.customFields`, `order`.`created_by_id` as `order.createdById`, `order`.`updated_by_id` as `order.updatedById`, `order.orderCustomer`.`id` as `order.orderCustomer.id`, `order.orderCustomer`.`version_id` as `order.orderCustomer.versionId`, `order.orderCustomer`.`customer_id` as `order.orderCustomer.customerId`, `order.orderCustomer`.`order_id` as `order.orderCustomer.orderId`, `order.orderCustomer`.`order_version_id` as `order.orderCustomer.orderVersionId`, `order.orderCustomer`.`email` as `order.orderCustomer.email`, `order.orderCustomer`.`salutation_id` as `order.orderCustomer.salutationId`, `order.orderCustomer`.`first_name` as `order.orderCustomer.firstName`, `order.orderCustomer`.`last_name` as `order.orderCustomer.lastName`, `order.orderCustomer`.`company` as `order.orderCustomer.company`, `order.orderCustomer`.`title` as `order.orderCustomer.title`, `order.orderCustomer`.`vat_ids` as `order.orderCustomer.vatIds`, `order.orderCustomer`.`customer_number` as `order.orderCustomer.customerNumber`, `order.orderCustomer`.`custom_fields` as `order.orderCustomer.customFields`, `order.orderCustomer`.`remote_address` as `order.orderCustomer.remoteAddress`, `order.orderCustomer`.`created_at` as `order.orderCustomer.createdAt`, `order.orderCustomer`.`updated_at` as `order.orderCustomer.updatedAt`, `order.orderCustomer.customer`.`id` as `order.orderCustomer.customer.id`, `order.orderCustomer.customer`.`customer_group_id` as `order.orderCustomer.customer.groupId`, `order.orderCustomer.customer`.`default_payment_method_id` as `order.orderCustomer.customer.defaultPaymentMethodId`, `order.orderCustomer.customer`.`sales_channel_id` as `order.orderCustomer.customer.salesChannelId`, `order.orderCustomer.customer`.`language_id` as `order.orderCustomer.customer.languageId`, `order.orderCustomer.customer`.`last_payment_method_id` as `order.orderCustomer.customer.lastPaymentMethodId`, `order.orderCustomer.customer`.`default_billing_address_id` as `order.orderCustomer.customer.defaultBillingAddressId`, `order.orderCustomer.customer`.`default_shipping_address_id` as `order.orderCustomer.customer.defaultShippingAddressId`, `order.orderCustomer.customer`.`auto_increment` as `order.orderCustomer.customer.autoIncrement`, `order.orderCustomer.customer`.`customer_number` as `order.orderCustomer.customer.customerNumber`, `order.orderCustomer.customer`.`salutation_id` as `order.orderCustomer.customer.salutationId`, `order.orderCustomer.customer`.`first_name` as `order.orderCustomer.customer.firstName`, `order.orderCustomer.customer`.`last_name` as `order.orderCustomer.customer.lastName`, `order.orderCustomer.customer`.`company` as `order.orderCustomer.customer.company`, `order.orderCustomer.customer`.`password` as `order.orderCustomer.customer.password`, `order.orderCustomer.customer`.`email` as `order.orderCustomer.customer.email`, `order.orderCustomer.customer`.`title` as `order.orderCustomer.customer.title`, `order.orderCustomer.customer`.`vat_ids` as `order.orderCustomer.customer.vatIds`, `order.orderCustomer.customer`.`affiliate_code` as `order.orderCustomer.customer.affiliateCode`, `order.orderCustomer.customer`.`campaign_code` as `order.orderCustomer.customer.campaignCode`, `order.orderCustomer.customer`.`active` as `order.orderCustomer.customer.active`, `order.orderCustomer.customer`.`double_opt_in_registration` as `order.orderCustomer.customer.doubleOptInRegistration`, `order.orderCustomer.customer`.`double_opt_in_email_sent_date` as `order.orderCustomer.customer.doubleOptInEmailSentDate`, `order.orderCustomer.customer`.`double_opt_in_confirm_date` as `order.orderCustomer.customer.doubleOptInConfirmDate`, `order.orderCustomer.customer`.`hash` as `order.orderCustomer.customer.hash`, `order.orderCustomer.customer`.`guest` as `order.orderCustomer.customer.guest`, `order.orderCustomer.customer`.`first_login` as `order.orderCustomer.customer.firstLogin`, `order.orderCustomer.customer`.`last_login` as `order.orderCustomer.customer.lastLogin`, `order.orderCustomer.customer`.`newsletter_sales_channel_ids` as `order.orderCustomer.customer.newsletterSalesChannelIds`, `order.orderCustomer.customer`.`newsletter` as `order.orderCustomer.customer.newsletter`, `order.orderCustomer.customer`.`birthday` as `order.orderCustomer.customer.birthday`, `order.orderCustomer.customer`.`last_order_date` as `order.orderCustomer.customer.lastOrderDate`, `order.orderCustomer.customer`.`order_count` as `order.orderCustomer.customer.orderCount`, `order.orderCustomer.customer`.`order_total_amount` as `order.orderCustomer.customer.orderTotalAmount`, `order.orderCustomer.customer`.`custom_fields` as `order.orderCustomer.customer.customFields`, `order.orderCustomer.customer`.`legacy_password` as `order.orderCustomer.customer.legacyPassword`, `order.orderCustomer.customer`.`legacy_encoder` as `order.orderCustomer.customer.legacyEncoder`, `order.orderCustomer.customer`.`remote_address` as `order.orderCustomer.customer.remoteAddress`, `order.orderCustomer.customer`.`tag_ids` as `order.orderCustomer.customer.tagIds`, `order.orderCustomer.customer`.`requested_customer_group_id` as `order.orderCustomer.customer.requestedGroupId`, `order.orderCustomer.customer`.`bound_sales_channel_id` as `order.orderCustomer.customer.boundSalesChannelId`, `order.orderCustomer.customer`.`created_by_id` as `order.orderCustomer.customer.createdById`, `order.orderCustomer.customer`.`updated_by_id` as `order.orderCustomer.customer.updatedById`, `order.orderCustomer.customer`.`created_at` as `order.orderCustomer.customer.createdAt`, `order.orderCustomer.customer`.`updated_at` as `order.orderCustomer.customer.updatedAt`, `order`.`item_rounding` as `order.itemRounding`, `order`.`total_rounding` as `order.totalRounding`, `order`.`created_at` as `order.createdAt`, `order`.`updated_at` as `order.updatedAt`, `order.salesChannel`.`id` as `order.salesChannel.id`, `order.salesChannel`.`type_id` as `order.salesChannel.typeId`, `order.salesChannel`.`language_id` as `order.salesChannel.languageId`, `order.salesChannel`.`customer_group_id` as `order.salesChannel.customerGroupId`, `order.salesChannel`.`currency_id` as `order.salesChannel.currencyId`, `order.salesChannel`.`payment_method_id` as `order.salesChannel.paymentMethodId`, `order.salesChannel`.`shipping_method_id` as `order.salesChannel.shippingMethodId`, `order.salesChannel`.`country_id` as `order.salesChannel.countryId`, `order.salesChannel`.`analytics_id` as `order.salesChannel.analyticsId`, `order.salesChannel`.`navigation_category_id` as `order.salesChannel.navigationCategoryId`, `order.salesChannel`.`navigation_category_version_id` as `order.salesChannel.navigationCategoryVersionId`, `order.salesChannel`.`navigation_category_depth` as `order.salesChannel.navigationCategoryDepth`, `order.salesChannel`.`footer_category_id` as `order.salesChannel.footerCategoryId`, `order.salesChannel`.`footer_category_version_id` as `order.salesChannel.footerCategoryVersionId`, `order.salesChannel`.`service_category_id` as `order.salesChannel.serviceCategoryId`, `order.salesChannel`.`service_category_version_id` as `order.salesChannel.serviceCategoryVersionId`, `order.salesChannel`.`mail_header_footer_id` as `order.salesChannel.mailHeaderFooterId`, `order.salesChannel`.`hreflang_default_domain_id` as `order.salesChannel.hreflangDefaultDomainId`, `order.salesChannel`.`short_name` as `order.salesChannel.shortName`, `order.salesChannel`.`tax_calculation_type` as `order.salesChannel.taxCalculationType`, `order.salesChannel`.`access_key` as `order.salesChannel.accessKey`, `order.salesChannel`.`configuration` as `order.salesChannel.configuration`, `order.salesChannel`.`active` as `order.salesChannel.active`, `order.salesChannel`.`hreflang_active` as `order.salesChannel.hreflangActive`, `order.salesChannel`.`maintenance` as `order.salesChannel.maintenance`, `order.salesChannel`.`maintenance_ip_whitelist` as `order.salesChannel.maintenanceIpWhitelist`, `order.salesChannel`.`payment_method_ids` as `order.salesChannel.paymentMethodIds`, `order.salesChannel`.`home_cms_page_id` as `order.salesChannel.homeCmsPageId`, `order.salesChannel`.`home_cms_page_version_id` as `order.salesChannel.homeCmsPageVersionId`, `order.salesChannel.analytics`.`id` as `order.salesChannel.analytics.id`, `order.salesChannel.analytics`.`tracking_id` as `order.salesChannel.analytics.trackingId`, `order.salesChannel.analytics`.`active` as `order.salesChannel.analytics.active`, `order.salesChannel.analytics`.`track_orders` as `order.salesChannel.analytics.trackOrders`, `order.salesChannel.analytics`.`anonymize_ip` as `order.salesChannel.analytics.anonymizeIp`, `order.salesChannel.analytics`.`created_at` as `order.salesChannel.analytics.createdAt`, `order.salesChannel.analytics`.`updated_at` as `order.salesChannel.analytics.updatedAt`, `order.salesChannel`.`created_at` as `order.salesChannel.createdAt`, `order.salesChannel`.`updated_at` as `order.salesChannel.updatedAt`, `order.salesChannel.translation.name`, COALESCE(`order.salesChannel.translation.name`,`order.salesChannel.translation.name`) as `order.salesChannel.name`, `order.salesChannel.translation.homeSlotConfig`, COALESCE(`order.salesChannel.translation.homeSlotConfig`,`order.salesChannel.translation.homeSlotConfig`) as `order.salesChannel.homeSlotConfig`, `order.salesChannel.translation.homeEnabled`, COALESCE(`order.salesChannel.translation.homeEnabled`,`order.salesChannel.translation.homeEnabled`) as `order.salesChannel.homeEnabled`, `order.salesChannel.translation.homeName`, COALESCE(`order.salesChannel.translation.homeName`,`order.salesChannel.translation.homeName`) as `order.salesChannel.homeName`, `order.salesChannel.translation.homeMetaTitle`, COALESCE(`order.salesChannel.translation.homeMetaTitle`,`order.salesChannel.translation.homeMetaTitle`) as `order.salesChannel.homeMetaTitle`, `order.salesChannel.translation.homeMetaDescription`, COALESCE(`order.salesChannel.translation.homeMetaDescription`,`order.salesChannel.translation.homeMetaDescription`) as `order.salesChannel.homeMetaDescription`, `order.salesChannel.translation.homeKeywords`, COALESCE(`order.salesChannel.translation.homeKeywords`,`order.salesChannel.translation.homeKeywords`) as `order.salesChannel.homeKeywords`, `order.salesChannel.translation.customFields`, COALESCE(`order.salesChannel.translation.customFields`,`order.salesChannel.translation.customFields`) as `order.salesChannel.customFields`, `order.salesChannel.translation.createdAt`, `order.salesChannel.translation.updatedAt`, `order.salesChannel.translation.salesChannelId`, `order.salesChannel.translation.languageId`, `order.currency`.`id` as `order.currency.id`, `order.currency`.`factor` as `order.currency.factor`, `order.currency`.`symbol` as `order.currency.symbol`, `order.currency`.`iso_code` as `order.currency.isoCode`, `order.currency`.`position` as `order.currency.position`, `order.currency`.`item_rounding` as `order.currency.itemRounding`, `order.currency`.`total_rounding` as `order.currency.totalRounding`, `order.currency`.`tax_free_from` as `order.currency.taxFreeFrom`, `order.currency`.`created_at` as `order.currency.createdAt`, `order.currency`.`updated_at` as `order.currency.updatedAt`, `order.currency.translation.shortName`, COALESCE(`order.currency.translation.shortName`,`order.currency.translation.shortName`) as `order.currency.shortName`, `order.currency.translation.name`, COALESCE(`order.currency.translation.name`,`order.currency.translation.name`) as `order.currency.name`, `order.currency.translation.customFields`, COALESCE(`order.currency.translation.customFields`,`order.currency.translation.customFields`) as `order.currency.customFields`, `order.currency.translation.createdAt`, `order.currency.translation.updatedAt`, `order.currency.translation.currencyId`, `order.currency.translation.languageId` FROM `order` LEFT JOIN `state_machine_state` `order.stateMachineState` ON `order`.`state_id` = `order.stateMachineState`.`id` LEFT JOIN `order_customer` `order.orderCustomer` ON `order`.`id` = `order.orderCustomer`.`order_id` AND `order`.`version_id` = `order.orderCustomer`.`version_id` LEFT JOIN `sales_channel` `order.salesChannel` ON `order`.`sales_channel_id` = `order.salesChannel`.`id` LEFT JOIN `currency` `order.currency` ON `order`.`currency_id` = `order.currency`.`id` LEFT JOIN (SELECT `order.stateMachineState.translation`.state_machine_state_id, `order.stateMachineState.translation`.name as `order.stateMachineState.translation.name`, `order.stateMachineState.translation`.custom_fields as `order.stateMachineState.translation.customFields`, `order.stateMachineState.translation`.created_at as `order.stateMachineState.translation.createdAt`, `order.stateMachineState.translation`.updated_at as `order.stateMachineState.translation.updatedAt`, `order.stateMachineState.translation`.state_machine_state_id as `order.stateMachineState.translation.stateMachineStateId`, `order.stateMachineState.translation`.language_id as `order.stateMachineState.translation.languageId` FROM `state_machine_state_translation` `order.stateMachineState.translation` WHERE `order.stateMachineState.translation`.language_id = :languageId) `order.stateMachineState.state_machine_state_translation` ON `order.stateMachineState.state_machine_state_translation`.`state_machine_state_id` = `order.stateMachineState`.`id` LEFT JOIN `customer` `order.orderCustomer.customer` ON `order.orderCustomer`.`customer_id` = `order.orderCustomer.customer`.`id` LEFT JOIN (SELECT `order.salesChannel.translation`.sales_channel_id, `order.salesChannel.translation`.name as `order.salesChannel.translation.name`, `order.salesChannel.translation`.home_slot_config as `order.salesChannel.translation.homeSlotConfig`, `order.salesChannel.translation`.home_enabled as `order.salesChannel.translation.homeEnabled`, `order.salesChannel.translation`.home_name as `order.salesChannel.translation.homeName`, `order.salesChannel.translation`.home_meta_title as `order.salesChannel.translation.homeMetaTitle`, `order.salesChannel.translation`.home_meta_description as `order.salesChannel.translation.homeMetaDescription`, `order.salesChannel.translation`.home_keywords as `order.salesChannel.translation.homeKeywords`, `order.salesChannel.translation`.custom_fields as `order.salesChannel.translation.customFields`, `order.salesChannel.translation`.created_at as `order.salesChannel.translation.createdAt`, `order.salesChannel.translation`.updated_at as `order.salesChannel.translation.updatedAt`, `order.salesChannel.translation`.sales_channel_id as `order.salesChannel.translation.salesChannelId`, `order.salesChannel.translation`.language_id as `order.salesChannel.translation.languageId` FROM `sales_channel_translation` `order.salesChannel.translation` WHERE `order.salesChannel.translation`.language_id = :languageId) `order.salesChannel.sales_channel_translation` ON `order.salesChannel.sales_channel_translation`.`sales_channel_id` = `order.salesChannel`.`id` LEFT JOIN `sales_channel_analytics` `order.salesChannel.analytics` ON `order.salesChannel`.`analytics_id` = `order.salesChannel.analytics`.`id` LEFT JOIN (SELECT `order.currency.translation`.currency_id, `order.currency.translation`.short_name as `order.currency.translation.shortName`, `order.currency.translation`.name as `order.currency.translation.name`, `order.currency.translation`.custom_fields as `order.currency.translation.customFields`, `order.currency.translation`.created_at as `order.currency.translation.createdAt`, `order.currency.translation`.updated_at as `order.currency.translation.updatedAt`, `order.currency.translation`.currency_id as `order.currency.translation.currencyId`, `order.currency.translation`.language_id as `order.currency.translation.languageId` FROM `currency_translation` `order.currency.translation` WHERE `order.currency.translation`.language_id = :languageId) `order.currency.currency_translation` ON `order.currency.currency_translation`.`currency_id` = `order.currency`.`id` WHERE (`order`.`version_id` = :version) AND (`order`.`id` IN (:ids))
0.57 ms
(0.00%)
SELECT `order_address`.`id` as `order_address.id`, `order_address`.`version_id` as `order_address.versionId`, `order_address`.`country_id` as `order_address.countryId`, `order_address`.`country_state_id` as `order_address.countryStateId`, `order_address`.`order_id` as `order_address.orderId`, `order_address`.`order_version_id` as `order_address.orderVersionId`, `order_address`.`salutation_id` as `order_address.salutationId`, `order_address`.`first_name` as `order_address.firstName`, `order_address`.`last_name` as `order_address.lastName`, `order_address`.`street` as `order_address.street`, `order_address`.`zipcode` as `order_address.zipcode`, `order_address`.`city` as `order_address.city`, `order_address`.`company` as `order_address.company`, `order_address`.`department` as `order_address.department`, `order_address`.`title` as `order_address.title`, `order_address`.`vat_id` as `order_address.vatId`, `order_address`.`phone_number` as `order_address.phoneNumber`, `order_address`.`additional_address_line1` as `order_address.additionalAddressLine1`, `order_address`.`additional_address_line2` as `order_address.additionalAddressLine2`, `order_address`.`custom_fields` as `order_address.customFields`, `order_address`.`created_at` as `order_address.createdAt`, `order_address`.`updated_at` as `order_address.updatedAt` FROM `order_address` WHERE (`order_address`.`version_id` = :version) AND ((`order_address`.`order_id` IN (:param_014e4b43de8b404ba500b7a3062910d7)))
0.73 ms
(0.00%)
SELECT `order_line_item`.`id` as `order_line_item.id`, `order_line_item`.`version_id` as `order_line_item.versionId`, `order_line_item`.`order_id` as `order_line_item.orderId`, `order_line_item`.`order_version_id` as `order_line_item.orderVersionId`, `order_line_item`.`product_id` as `order_line_item.productId`, `order_line_item`.`product_version_id` as `order_line_item.productVersionId`, `order_line_item`.`promotion_id` as `order_line_item.promotionId`, `order_line_item`.`parent_id` as `order_line_item.parentId`, `order_line_item`.`parent_version_id` as `order_line_item.parentVersionId`, `order_line_item`.`cover_id` as `order_line_item.coverId`, `order_line_item`.`identifier` as `order_line_item.identifier`, `order_line_item`.`referenced_id` as `order_line_item.referencedId`, `order_line_item`.`quantity` as `order_line_item.quantity`, `order_line_item`.`label` as `order_line_item.label`, `order_line_item`.`payload` as `order_line_item.payload`, `order_line_item`.`good` as `order_line_item.good`, `order_line_item`.`removable` as `order_line_item.removable`, `order_line_item`.`stackable` as `order_line_item.stackable`, `order_line_item`.`position` as `order_line_item.position`, `order_line_item`.`states` as `order_line_item.states`, `order_line_item`.`price` as `order_line_item.price`, `order_line_item`.`price_definition` as `order_line_item.priceDefinition`, `order_line_item`.`unit_price` as `order_line_item.unitPrice`, `order_line_item`.`total_price` as `order_line_item.totalPrice`, `order_line_item`.`description` as `order_line_item.description`, `order_line_item`.`type` as `order_line_item.type`, `order_line_item`.`custom_fields` as `order_line_item.customFields`, `order_line_item`.`created_at` as `order_line_item.createdAt`, `order_line_item`.`updated_at` as `order_line_item.updatedAt` FROM `order_line_item` WHERE (`order_line_item`.`version_id` = :version) AND ((`order_line_item`.`order_id` IN (:param_4a80db66bfcb49349f71d2bded4272eb)))
1.96 ms
(0.00%)
SELECT `order_delivery`.`id` as `order_delivery.id`, `order_delivery`.`version_id` as `order_delivery.versionId`, `order_delivery`.`order_id` as `order_delivery.orderId`, `order_delivery`.`order_version_id` as `order_delivery.orderVersionId`, `order_delivery`.`shipping_order_address_id` as `order_delivery.shippingOrderAddressId`, `order_delivery`.`shipping_order_address_version_id` as `order_delivery.shippingOrderAddressVersionId`, `order_delivery`.`shipping_method_id` as `order_delivery.shippingMethodId`, `order_delivery`.`state_id` as `order_delivery.stateId`, `order_delivery.stateMachineState`.`id` as `order_delivery.stateMachineState.id`, `order_delivery.stateMachineState`.`technical_name` as `order_delivery.stateMachineState.technicalName`, `order_delivery.stateMachineState`.`state_machine_id` as `order_delivery.stateMachineState.stateMachineId`, `order_delivery.stateMachineState`.`created_at` as `order_delivery.stateMachineState.createdAt`, `order_delivery.stateMachineState`.`updated_at` as `order_delivery.stateMachineState.updatedAt`, `order_delivery.stateMachineState.translation.name`, COALESCE(`order_delivery.stateMachineState.translation.name`,`order_delivery.stateMachineState.translation.name`) as `order_delivery.stateMachineState.name`, `order_delivery.stateMachineState.translation.customFields`, COALESCE(`order_delivery.stateMachineState.translation.customFields`,`order_delivery.stateMachineState.translation.customFields`) as `order_delivery.stateMachineState.customFields`, `order_delivery.stateMachineState.translation.createdAt`, `order_delivery.stateMachineState.translation.updatedAt`, `order_delivery.stateMachineState.translation.stateMachineStateId`, `order_delivery.stateMachineState.translation.languageId`, `order_delivery`.`tracking_codes` as `order_delivery.trackingCodes`, `order_delivery`.`shipping_date_earliest` as `order_delivery.shippingDateEarliest`, `order_delivery`.`shipping_date_latest` as `order_delivery.shippingDateLatest`, `order_delivery`.`shipping_costs` as `order_delivery.shippingCosts`, `order_delivery`.`custom_fields` as `order_delivery.customFields`, `order_delivery.shippingOrderAddress`.`id` as `order_delivery.shippingOrderAddress.id`, `order_delivery.shippingOrderAddress`.`version_id` as `order_delivery.shippingOrderAddress.versionId`, `order_delivery.shippingOrderAddress`.`country_id` as `order_delivery.shippingOrderAddress.countryId`, `order_delivery.shippingOrderAddress`.`country_state_id` as `order_delivery.shippingOrderAddress.countryStateId`, `order_delivery.shippingOrderAddress`.`order_id` as `order_delivery.shippingOrderAddress.orderId`, `order_delivery.shippingOrderAddress`.`order_version_id` as `order_delivery.shippingOrderAddress.orderVersionId`, `order_delivery.shippingOrderAddress`.`salutation_id` as `order_delivery.shippingOrderAddress.salutationId`, `order_delivery.shippingOrderAddress`.`first_name` as `order_delivery.shippingOrderAddress.firstName`, `order_delivery.shippingOrderAddress`.`last_name` as `order_delivery.shippingOrderAddress.lastName`, `order_delivery.shippingOrderAddress`.`street` as `order_delivery.shippingOrderAddress.street`, `order_delivery.shippingOrderAddress`.`zipcode` as `order_delivery.shippingOrderAddress.zipcode`, `order_delivery.shippingOrderAddress`.`city` as `order_delivery.shippingOrderAddress.city`, `order_delivery.shippingOrderAddress`.`company` as `order_delivery.shippingOrderAddress.company`, `order_delivery.shippingOrderAddress`.`department` as `order_delivery.shippingOrderAddress.department`, `order_delivery.shippingOrderAddress`.`title` as `order_delivery.shippingOrderAddress.title`, `order_delivery.shippingOrderAddress`.`vat_id` as `order_delivery.shippingOrderAddress.vatId`, `order_delivery.shippingOrderAddress`.`phone_number` as `order_delivery.shippingOrderAddress.phoneNumber`, `order_delivery.shippingOrderAddress`.`additional_address_line1` as `order_delivery.shippingOrderAddress.additionalAddressLine1`, `order_delivery.shippingOrderAddress`.`additional_address_line2` as `order_delivery.shippingOrderAddress.additionalAddressLine2`, `order_delivery.shippingOrderAddress`.`custom_fields` as `order_delivery.shippingOrderAddress.customFields`, `order_delivery.shippingOrderAddress`.`created_at` as `order_delivery.shippingOrderAddress.createdAt`, `order_delivery.shippingOrderAddress`.`updated_at` as `order_delivery.shippingOrderAddress.updatedAt`, `order_delivery`.`created_at` as `order_delivery.createdAt`, `order_delivery`.`updated_at` as `order_delivery.updatedAt` FROM `order_delivery` LEFT JOIN `state_machine_state` `order_delivery.stateMachineState` ON `order_delivery`.`state_id` = `order_delivery.stateMachineState`.`id` LEFT JOIN `order_address` `order_delivery.shippingOrderAddress` ON `order_delivery`.`shipping_order_address_id` = `order_delivery.shippingOrderAddress`.`id` AND `order_delivery`.`version_id` = `order_delivery.shippingOrderAddress`.`version_id` LEFT JOIN (SELECT `order_delivery.stateMachineState.translation`.state_machine_state_id, `order_delivery.stateMachineState.translation`.name as `order_delivery.stateMachineState.translation.name`, `order_delivery.stateMachineState.translation`.custom_fields as `order_delivery.stateMachineState.translation.customFields`, `order_delivery.stateMachineState.translation`.created_at as `order_delivery.stateMachineState.translation.createdAt`, `order_delivery.stateMachineState.translation`.updated_at as `order_delivery.stateMachineState.translation.updatedAt`, `order_delivery.stateMachineState.translation`.state_machine_state_id as `order_delivery.stateMachineState.translation.stateMachineStateId`, `order_delivery.stateMachineState.translation`.language_id as `order_delivery.stateMachineState.translation.languageId` FROM `state_machine_state_translation` `order_delivery.stateMachineState.translation` WHERE `order_delivery.stateMachineState.translation`.language_id = :languageId) `order_delivery.stateMachineState.state_machine_state_translation` ON `order_delivery.stateMachineState.state_machine_state_translation`.`state_machine_state_id` = `order_delivery.stateMachineState`.`id` WHERE (`order_delivery`.`version_id` = :version) AND ((`order_delivery`.`order_id` IN (:param_fbeaf402e9b44196913616da393b4229)))
6.68 ms
(0.00%)
SELECT `order_transaction`.`id` as `order_transaction.id`, `order_transaction`.`version_id` as `order_transaction.versionId`, `order_transaction`.`order_id` as `order_transaction.orderId`, `order_transaction`.`order_version_id` as `order_transaction.orderVersionId`, `order_transaction`.`payment_method_id` as `order_transaction.paymentMethodId`, `order_transaction`.`amount` as `order_transaction.amount`, `order_transaction`.`state_id` as `order_transaction.stateId`, `order_transaction.stateMachineState`.`id` as `order_transaction.stateMachineState.id`, `order_transaction.stateMachineState`.`technical_name` as `order_transaction.stateMachineState.technicalName`, `order_transaction.stateMachineState`.`state_machine_id` as `order_transaction.stateMachineState.stateMachineId`, `order_transaction.stateMachineState`.`created_at` as `order_transaction.stateMachineState.createdAt`, `order_transaction.stateMachineState`.`updated_at` as `order_transaction.stateMachineState.updatedAt`, `order_transaction.stateMachineState.translation.name`, COALESCE(`order_transaction.stateMachineState.translation.name`,`order_transaction.stateMachineState.translation.name`) as `order_transaction.stateMachineState.name`, `order_transaction.stateMachineState.translation.customFields`, COALESCE(`order_transaction.stateMachineState.translation.customFields`,`order_transaction.stateMachineState.translation.customFields`) as `order_transaction.stateMachineState.customFields`, `order_transaction.stateMachineState.translation.createdAt`, `order_transaction.stateMachineState.translation.updatedAt`, `order_transaction.stateMachineState.translation.stateMachineStateId`, `order_transaction.stateMachineState.translation.languageId`, `order_transaction`.`custom_fields` as `order_transaction.customFields`, `order_transaction`.`created_at` as `order_transaction.createdAt`, `order_transaction`.`updated_at` as `order_transaction.updatedAt`, `order_transaction.paymentMethod`.`id` as `order_transaction.paymentMethod.id`, `order_transaction.paymentMethod`.`plugin_id` as `order_transaction.paymentMethod.pluginId`, `order_transaction.paymentMethod`.`handler_identifier` as `order_transaction.paymentMethod.handlerIdentifier`, `order_transaction.paymentMethod`.`position` as `order_transaction.paymentMethod.position`, `order_transaction.paymentMethod`.`active` as `order_transaction.paymentMethod.active`, `order_transaction.paymentMethod`.`after_order_enabled` as `order_transaction.paymentMethod.afterOrderEnabled`, `order_transaction.paymentMethod`.`availability_rule_id` as `order_transaction.paymentMethod.availabilityRuleId`, `order_transaction.paymentMethod`.`media_id` as `order_transaction.paymentMethod.mediaId`, `order_transaction.paymentMethod.appPaymentMethod`.`id` as `order_transaction.paymentMethod.appPaymentMethod.id`, `order_transaction.paymentMethod.appPaymentMethod`.`app_name` as `order_transaction.paymentMethod.appPaymentMethod.appName`, `order_transaction.paymentMethod.appPaymentMethod`.`identifier` as `order_transaction.paymentMethod.appPaymentMethod.identifier`, `order_transaction.paymentMethod.appPaymentMethod`.`pay_url` as `order_transaction.paymentMethod.appPaymentMethod.payUrl`, `order_transaction.paymentMethod.appPaymentMethod`.`finalize_url` as `order_transaction.paymentMethod.appPaymentMethod.finalizeUrl`, `order_transaction.paymentMethod.appPaymentMethod`.`validate_url` as `order_transaction.paymentMethod.appPaymentMethod.validateUrl`, `order_transaction.paymentMethod.appPaymentMethod`.`capture_url` as `order_transaction.paymentMethod.appPaymentMethod.captureUrl`, `order_transaction.paymentMethod.appPaymentMethod`.`refund_url` as `order_transaction.paymentMethod.appPaymentMethod.refundUrl`, `order_transaction.paymentMethod.appPaymentMethod`.`app_id` as `order_transaction.paymentMethod.appPaymentMethod.appId`, `order_transaction.paymentMethod.appPaymentMethod`.`original_media_id` as `order_transaction.paymentMethod.appPaymentMethod.originalMediaId`, `order_transaction.paymentMethod.appPaymentMethod`.`payment_method_id` as `order_transaction.paymentMethod.appPaymentMethod.paymentMethodId`, `order_transaction.paymentMethod.appPaymentMethod`.`created_at` as `order_transaction.paymentMethod.appPaymentMethod.createdAt`, `order_transaction.paymentMethod.appPaymentMethod`.`updated_at` as `order_transaction.paymentMethod.appPaymentMethod.updatedAt`, `order_transaction.paymentMethod`.`created_at` as `order_transaction.paymentMethod.createdAt`, `order_transaction.paymentMethod`.`updated_at` as `order_transaction.paymentMethod.updatedAt`, `order_transaction.paymentMethod.translation.name`, COALESCE(`order_transaction.paymentMethod.translation.name`,`order_transaction.paymentMethod.translation.name`) as `order_transaction.paymentMethod.name`, `order_transaction.paymentMethod.translation.distinguishableName`, COALESCE(`order_transaction.paymentMethod.translation.distinguishableName`,`order_transaction.paymentMethod.translation.distinguishableName`) as `order_transaction.paymentMethod.distinguishableName`, `order_transaction.paymentMethod.translation.description`, COALESCE(`order_transaction.paymentMethod.translation.description`,`order_transaction.paymentMethod.translation.description`) as `order_transaction.paymentMethod.description`, `order_transaction.paymentMethod.translation.customFields`, COALESCE(`order_transaction.paymentMethod.translation.customFields`,`order_transaction.paymentMethod.translation.customFields`) as `order_transaction.paymentMethod.customFields`, `order_transaction.paymentMethod.translation.createdAt`, `order_transaction.paymentMethod.translation.updatedAt`, `order_transaction.paymentMethod.translation.paymentMethodId`, `order_transaction.paymentMethod.translation.languageId` FROM `order_transaction` LEFT JOIN `state_machine_state` `order_transaction.stateMachineState` ON `order_transaction`.`state_id` = `order_transaction.stateMachineState`.`id` LEFT JOIN `payment_method` `order_transaction.paymentMethod` ON `order_transaction`.`payment_method_id` = `order_transaction.paymentMethod`.`id` LEFT JOIN (SELECT `order_transaction.stateMachineState.translation`.state_machine_state_id, `order_transaction.stateMachineState.translation`.name as `order_transaction.stateMachineState.translation.name`, `order_transaction.stateMachineState.translation`.custom_fields as `order_transaction.stateMachineState.translation.customFields`, `order_transaction.stateMachineState.translation`.created_at as `order_transaction.stateMachineState.translation.createdAt`, `order_transaction.stateMachineState.translation`.updated_at as `order_transaction.stateMachineState.translation.updatedAt`, `order_transaction.stateMachineState.translation`.state_machine_state_id as `order_transaction.stateMachineState.translation.stateMachineStateId`, `order_transaction.stateMachineState.translation`.language_id as `order_transaction.stateMachineState.translation.languageId` FROM `state_machine_state_translation` `order_transaction.stateMachineState.translation` WHERE `order_transaction.stateMachineState.translation`.language_id = :languageId) `order_transaction.stateMachineState.state_machine_state_translation` ON `order_transaction.stateMachineState.state_machine_state_translation`.`state_machine_state_id` = `order_transaction.stateMachineState`.`id` LEFT JOIN (SELECT `order_transaction.paymentMethod.translation`.payment_method_id, `order_transaction.paymentMethod.translation`.name as `order_transaction.paymentMethod.translation.name`, `order_transaction.paymentMethod.translation`.distinguishable_name as `order_transaction.paymentMethod.translation.distinguishableName`, `order_transaction.paymentMethod.translation`.description as `order_transaction.paymentMethod.translation.description`, `order_transaction.paymentMethod.translation`.custom_fields as `order_transaction.paymentMethod.translation.customFields`, `order_transaction.paymentMethod.translation`.created_at as `order_transaction.paymentMethod.translation.createdAt`, `order_transaction.paymentMethod.translation`.updated_at as `order_transaction.paymentMethod.translation.updatedAt`, `order_transaction.paymentMethod.translation`.payment_method_id as `order_transaction.paymentMethod.translation.paymentMethodId`, `order_transaction.paymentMethod.translation`.language_id as `order_transaction.paymentMethod.translation.languageId` FROM `payment_method_translation` `order_transaction.paymentMethod.translation` WHERE `order_transaction.paymentMethod.translation`.language_id = :languageId) `order_transaction.paymentMethod.payment_method_translation` ON `order_transaction.paymentMethod.payment_method_translation`.`payment_method_id` = `order_transaction.paymentMethod`.`id` LEFT JOIN `app_payment_method` `order_transaction.paymentMethod.appPaymentMethod` ON `order_transaction.paymentMethod`.`id` = `order_transaction.paymentMethod.appPaymentMethod`.`payment_method_id` WHERE (`order_transaction`.`version_id` = :version) AND ((`order_transaction`.`order_id` IN (:param_cb0774256a474438a8e450be7ad2067b)))
0.45 ms
(0.00%)
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 (:param_0332b16c353545de8ecdbe935172ba43))
0.79 ms
(0.00%)
# default-salutation-loading::read
SELECT `salutation`.`id` as `salutation.id`, `salutation`.`salutation_key` as `salutation.salutationKey`, `salutation`.`created_at` as `salutation.createdAt`, `salutation`.`updated_at` as `salutation.updatedAt`, `salutation.translation.displayName`, COALESCE(`salutation.translation.displayName`,`salutation.translation.displayName`) as `salutation.displayName`, `salutation.translation.letterName`, COALESCE(`salutation.translation.letterName`,`salutation.translation.letterName`) as `salutation.letterName`, `salutation.translation.customFields`, COALESCE(`salutation.translation.customFields`,`salutation.translation.customFields`) as `salutation.customFields`, `salutation.translation.createdAt`, `salutation.translation.updatedAt`, `salutation.translation.salutationId`, `salutation.translation.languageId` FROM `salutation` LEFT JOIN (SELECT `salutation.translation`.salutation_id, `salutation.translation`.display_name as `salutation.translation.displayName`, `salutation.translation`.letter_name as `salutation.translation.letterName`, `salutation.translation`.custom_fields as `salutation.translation.customFields`, `salutation.translation`.created_at as `salutation.translation.createdAt`, `salutation.translation`.updated_at as `salutation.translation.updatedAt`, `salutation.translation`.salutation_id as `salutation.translation.salutationId`, `salutation.translation`.language_id as `salutation.translation.languageId` FROM `salutation_translation` `salutation.translation` WHERE `salutation.translation`.language_id = :languageId) `salutation.salutation_translation` ON `salutation.salutation_translation`.`salutation_id` = `salutation`.`id` WHERE `salutation`.`id` IN (:ids)
15.40 ms
(0.00%)
SELECT `product`.`id` as `product.id`, `product`.`version_id` as `product.versionId`, `product`.`parent_id` as `product.parentId`, `product`.`parent_version_id` as `product.parentVersionId`, COALESCE(`product`.`product_manufacturer_id`, `product.parent`.`product_manufacturer_id`) as `product.manufacturerId`, COALESCE(`product`.`product_manufacturer_version_id`, `product.parent`.`product_manufacturer_version_id`) as `product.productManufacturerVersionId`, COALESCE(`product`.`unit_id`, `product.parent`.`unit_id`) as `product.unitId`, COALESCE(`product`.`tax_id`, `product.parent`.`tax_id`) as `product.taxId`, COALESCE(`product`.`product_media_id`, `product.parent`.`product_media_id`) as `product.coverId`, COALESCE(`product`.`product_media_version_id`, `product.parent`.`product_media_version_id`) as `product.productMediaVersionId`, COALESCE(`product`.`delivery_time_id`, `product.parent`.`delivery_time_id`) as `product.deliveryTimeId`, COALESCE(`product`.`product_feature_set_id`, `product.parent`.`product_feature_set_id`) as `product.featureSetId`, COALESCE(`product`.`canonical_product_id`, `product.parent`.`canonical_product_id`) as `product.canonicalProductId`, COALESCE(`product`.`cms_page_id`, `product.parent`.`cms_page_id`) as `product.cmsPageId`, COALESCE(`product`.`cms_page_version_id`, `product.parent`.`cms_page_version_id`) as `product.cmsPageVersionId`, `product.parent`.`price` as `product.price.inherited`, COALESCE(`product`.`price`, `product.parent`.`price`) as `product.price`, `product`.`product_number` as `product.productNumber`, `product`.`stock` as `product.stock`, COALESCE(`product`.`restock_time`, `product.parent`.`restock_time`) as `product.restockTime`, `product`.`auto_increment` as `product.autoIncrement`, COALESCE(`product`.`active`, `product.parent`.`active`) as `product.active`, `product`.`available_stock` as `product.availableStock`, `product`.`available` as `product.available`, COALESCE(`product`.`is_closeout`, `product.parent`.`is_closeout`) as `product.isCloseout`, `product`.`display_group` as `product.displayGroup`, `product.parent`.`configurator_group_config` as `product.configuratorGroupConfig.inherited`, COALESCE(`product`.`configurator_group_config`, `product.parent`.`configurator_group_config`) as `product.configuratorGroupConfig`, COALESCE(`product`.`main_variant_id`, `product.parent`.`main_variant_id`) as `product.mainVariantId`, COALESCE(`product`.`display_parent`, `product.parent`.`display_parent`) as `product.displayParent`, `product.parent`.`variant_listing_config` as `product.variantListingConfig.inherited`, COALESCE(`product`.`variant_listing_config`, `product.parent`.`variant_listing_config`) as `product.variantListingConfig`, `product`.`variant_restrictions` as `product.variantRestrictions`, COALESCE(`product`.`manufacturer_number`, `product.parent`.`manufacturer_number`) as `product.manufacturerNumber`, COALESCE(`product`.`ean`, `product.parent`.`ean`) as `product.ean`, COALESCE(`product`.`purchase_steps`, `product.parent`.`purchase_steps`) as `product.purchaseSteps`, COALESCE(`product`.`max_purchase`, `product.parent`.`max_purchase`) as `product.maxPurchase`, COALESCE(`product`.`min_purchase`, `product.parent`.`min_purchase`) as `product.minPurchase`, COALESCE(`product`.`purchase_unit`, `product.parent`.`purchase_unit`) as `product.purchaseUnit`, COALESCE(`product`.`reference_unit`, `product.parent`.`reference_unit`) as `product.referenceUnit`, COALESCE(`product`.`shipping_free`, `product.parent`.`shipping_free`) as `product.shippingFree`, `product.parent`.`purchase_prices` as `product.purchasePrices.inherited`, COALESCE(`product`.`purchase_prices`, `product.parent`.`purchase_prices`) as `product.purchasePrices`, COALESCE(`product`.`mark_as_topseller`, `product.parent`.`mark_as_topseller`) as `product.markAsTopseller`, COALESCE(`product`.`weight`, `product.parent`.`weight`) as `product.weight`, COALESCE(`product`.`width`, `product.parent`.`width`) as `product.width`, COALESCE(`product`.`height`, `product.parent`.`height`) as `product.height`, COALESCE(`product`.`length`, `product.parent`.`length`) as `product.length`, COALESCE(`product`.`release_date`, `product.parent`.`release_date`) as `product.releaseDate`, COALESCE(`product`.`rating_average`, `product.parent`.`rating_average`) as `product.ratingAverage`, `product.parent`.`category_tree` as `product.categoryTree.inherited`, COALESCE(`product`.`category_tree`, `product.parent`.`category_tree`) as `product.categoryTree`, `product.parent`.`property_ids` as `product.propertyIds.inherited`, COALESCE(`product`.`property_ids`, `product.parent`.`property_ids`) as `product.propertyIds`, `product.parent`.`option_ids` as `product.optionIds.inherited`, COALESCE(`product`.`option_ids`, `product.parent`.`option_ids`) as `product.optionIds`, `product.parent`.`stream_ids` as `product.streamIds.inherited`, COALESCE(`product`.`stream_ids`, `product.parent`.`stream_ids`) as `product.streamIds`, `product.parent`.`tag_ids` as `product.tagIds.inherited`, COALESCE(`product`.`tag_ids`, `product.parent`.`tag_ids`) as `product.tagIds`, `product.parent`.`category_ids` as `product.categoryIds.inherited`, COALESCE(`product`.`category_ids`, `product.parent`.`category_ids`) as `product.categoryIds`, `product`.`child_count` as `product.childCount`, COALESCE(`product`.`custom_field_set_selection_active`, `product.parent`.`custom_field_set_selection_active`) as `product.customFieldSetSelectionActive`, `product`.`sales` as `product.sales`, `product`.`states` as `product.states`, `product.tax`.`id` as `product.tax.id`, `product.tax`.`tax_rate` as `product.tax.taxRate`, `product.tax`.`name` as `product.tax.name`, `product.tax`.`position` as `product.tax.position`, `product.tax`.`custom_fields` as `product.tax.customFields`, `product.tax`.`created_at` as `product.tax.createdAt`, `product.tax`.`updated_at` as `product.tax.updatedAt`, `product.parent`.`cheapest_price` as `product.cheapestPrice.inherited`, COALESCE(`product`.`cheapest_price`, `product.parent`.`cheapest_price`) as `product.cheapestPrice`, `product`.`created_at` as `product.createdAt`, `product`.`updated_at` as `product.updatedAt`, (SELECT GROUP_CONCAT(HEX(`product.categories.mapping`.`category_id`) SEPARATOR '||')
                  FROM `product_category` `product.categories.mapping`
                  WHERE `product.categories.mapping`.`product_id` = `product`.`categories` AND `product.categories.mapping`.product_version_id = `product`.version_id ) as `product.categories.id_mapping`, `product.translation.metaDescription`, `product.parent.translation.metaDescription`, COALESCE(`product.translation.metaDescription`,`product.parent.translation.metaDescription`,`product.translation.metaDescription`) as `product.metaDescription`, `product.translation.name`, `product.parent.translation.name`, COALESCE(`product.translation.name`,`product.parent.translation.name`,`product.translation.name`) as `product.name`, `product.translation.keywords`, `product.parent.translation.keywords`, COALESCE(`product.translation.keywords`,`product.parent.translation.keywords`,`product.translation.keywords`) as `product.keywords`, `product.translation.description`, `product.parent.translation.description`, COALESCE(`product.translation.description`,`product.parent.translation.description`,`product.translation.description`) as `product.description`, `product.translation.metaTitle`, `product.parent.translation.metaTitle`, COALESCE(`product.translation.metaTitle`,`product.parent.translation.metaTitle`,`product.translation.metaTitle`) as `product.metaTitle`, `product.translation.packUnit`, `product.parent.translation.packUnit`, COALESCE(`product.translation.packUnit`,`product.parent.translation.packUnit`,`product.translation.packUnit`) as `product.packUnit`, `product.translation.packUnitPlural`, `product.parent.translation.packUnitPlural`, COALESCE(`product.translation.packUnitPlural`,`product.parent.translation.packUnitPlural`,`product.translation.packUnitPlural`) as `product.packUnitPlural`, `product.translation.customSearchKeywords`, `product.parent.translation.customSearchKeywords`, COALESCE(`product.translation.customSearchKeywords`,`product.parent.translation.customSearchKeywords`,`product.translation.customSearchKeywords`) as `product.customSearchKeywords`, `product.translation.slotConfig`, `product.parent.translation.slotConfig`, COALESCE(`product.translation.slotConfig`,`product.parent.translation.slotConfig`,`product.translation.slotConfig`) as `product.slotConfig`, `product.translation.customFields`, `product.parent.translation.customFields`, COALESCE(`product.translation.customFields`,`product.parent.translation.customFields`,`product.translation.customFields`) as `product.customFields`, `product.translation.createdAt`, `product.parent.translation.createdAt`, `product.translation.updatedAt`, `product.parent.translation.updatedAt`, `product.translation.productId`, `product.parent.translation.productId`, `product.translation.languageId`, `product.parent.translation.languageId`, `product.translation.productVersionId`, `product.parent.translation.productVersionId` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`version_id` = `product.parent`.`version_id` LEFT JOIN (SELECT `product.translation`.product_id, `product.translation`.product_version_id, `product.translation`.meta_description as `product.translation.metaDescription`, `product.translation`.name as `product.translation.name`, `product.translation`.keywords as `product.translation.keywords`, `product.translation`.description as `product.translation.description`, `product.translation`.meta_title as `product.translation.metaTitle`, `product.translation`.pack_unit as `product.translation.packUnit`, `product.translation`.pack_unit_plural as `product.translation.packUnitPlural`, `product.translation`.custom_search_keywords as `product.translation.customSearchKeywords`, `product.translation`.slot_config as `product.translation.slotConfig`, `product.translation`.custom_fields as `product.translation.customFields`, `product.translation`.created_at as `product.translation.createdAt`, `product.translation`.updated_at as `product.translation.updatedAt`, `product.translation`.product_id as `product.translation.productId`, `product.translation`.language_id as `product.translation.languageId`, `product.translation`.product_version_id as `product.translation.productVersionId` FROM `product_translation` `product.translation` WHERE `product.translation`.language_id = :languageId) `product.product_translation` ON `product.product_translation`.`product_id` = `product`.`id` AND `product.product_translation`.product_version_id = `product`.version_id LEFT JOIN (SELECT `product.parent.translation`.product_id, `product.parent.translation`.product_version_id, `product.parent.translation`.meta_description as `product.parent.translation.metaDescription`, `product.parent.translation`.name as `product.parent.translation.name`, `product.parent.translation`.keywords as `product.parent.translation.keywords`, `product.parent.translation`.description as `product.parent.translation.description`, `product.parent.translation`.meta_title as `product.parent.translation.metaTitle`, `product.parent.translation`.pack_unit as `product.parent.translation.packUnit`, `product.parent.translation`.pack_unit_plural as `product.parent.translation.packUnitPlural`, `product.parent.translation`.custom_search_keywords as `product.parent.translation.customSearchKeywords`, `product.parent.translation`.slot_config as `product.parent.translation.slotConfig`, `product.parent.translation`.custom_fields as `product.parent.translation.customFields`, `product.parent.translation`.created_at as `product.parent.translation.createdAt`, `product.parent.translation`.updated_at as `product.parent.translation.updatedAt`, `product.parent.translation`.product_id as `product.parent.translation.productId`, `product.parent.translation`.language_id as `product.parent.translation.languageId`, `product.parent.translation`.product_version_id as `product.parent.translation.productVersionId` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation`.language_id = :languageId) `product.product_translation.parent` ON `product.product_translation.parent`.`product_id` = `product.parent`.`id` AND `product.product_translation.parent`.product_version_id = `product.parent`.version_id LEFT JOIN `tax` `product.tax` ON `product`.`tax` = `product.tax`.`id` WHERE (`product`.`version_id` = :version) AND ((`product`.`id` IN (:param_2a5c2c17844c42ca9d07d57a968e3a90)))
1.98 ms
(0.00%)
SELECT `category`.`id` as `category.id`, `category`.`version_id` as `category.versionId`, `category`.`parent_id` as `category.parentId`, `category`.`parent_version_id` as `category.parentVersionId`, `category`.`after_category_id` as `category.afterCategoryId`, `category`.`after_category_version_id` as `category.afterCategoryVersionId`, `category`.`media_id` as `category.mediaId`, `category`.`display_nested_products` as `category.displayNestedProducts`, `category`.`auto_increment` as `category.autoIncrement`, `category`.`level` as `category.level`, `category`.`path` as `category.path`, `category`.`child_count` as `category.childCount`, `category`.`type` as `category.type`, `category`.`product_assignment_type` as `category.productAssignmentType`, `category`.`visible` as `category.visible`, `category`.`active` as `category.active`, `category`.`cms_page_id` as `category.cmsPageId`, `category`.`cms_page_version_id` as `category.cmsPageVersionId`, `category`.`product_stream_id` as `category.productStreamId`, `category`.`created_at` as `category.createdAt`, `category`.`updated_at` as `category.updatedAt`, `category.translation.name`, COALESCE(`category.translation.name`,`category.translation.name`) as `category.name`, `category.translation.breadcrumb`, COALESCE(`category.translation.breadcrumb`,`category.translation.breadcrumb`) as `category.breadcrumb`, `category.translation.slotConfig`, COALESCE(`category.translation.slotConfig`,`category.translation.slotConfig`) as `category.slotConfig`, `category.translation.linkType`, COALESCE(`category.translation.linkType`,`category.translation.linkType`) as `category.linkType`, `category.translation.internalLink`, COALESCE(`category.translation.internalLink`,`category.translation.internalLink`) as `category.internalLink`, `category.translation.externalLink`, COALESCE(`category.translation.externalLink`,`category.translation.externalLink`) as `category.externalLink`, `category.translation.linkNewTab`, COALESCE(`category.translation.linkNewTab`,`category.translation.linkNewTab`) as `category.linkNewTab`, `category.translation.description`, COALESCE(`category.translation.description`,`category.translation.description`) as `category.description`, `category.translation.metaTitle`, COALESCE(`category.translation.metaTitle`,`category.translation.metaTitle`) as `category.metaTitle`, `category.translation.metaDescription`, COALESCE(`category.translation.metaDescription`,`category.translation.metaDescription`) as `category.metaDescription`, `category.translation.keywords`, COALESCE(`category.translation.keywords`,`category.translation.keywords`) as `category.keywords`, `category.translation.customFields`, COALESCE(`category.translation.customFields`,`category.translation.customFields`) as `category.customFields`, `category.translation.createdAt`, `category.translation.updatedAt`, `category.translation.categoryId`, `category.translation.languageId`, `category.translation.categoryVersionId` FROM `category` LEFT JOIN (SELECT `category.translation`.category_id, `category.translation`.category_version_id, `category.translation`.name as `category.translation.name`, `category.translation`.breadcrumb as `category.translation.breadcrumb`, `category.translation`.slot_config as `category.translation.slotConfig`, `category.translation`.link_type as `category.translation.linkType`, `category.translation`.internal_link as `category.translation.internalLink`, `category.translation`.external_link as `category.translation.externalLink`, `category.translation`.link_new_tab as `category.translation.linkNewTab`, `category.translation`.description as `category.translation.description`, `category.translation`.meta_title as `category.translation.metaTitle`, `category.translation`.meta_description as `category.translation.metaDescription`, `category.translation`.keywords as `category.translation.keywords`, `category.translation`.custom_fields as `category.translation.customFields`, `category.translation`.created_at as `category.translation.createdAt`, `category.translation`.updated_at as `category.translation.updatedAt`, `category.translation`.category_id as `category.translation.categoryId`, `category.translation`.language_id as `category.translation.languageId`, `category.translation`.category_version_id as `category.translation.categoryVersionId` FROM `category_translation` `category.translation` WHERE `category.translation`.language_id = :languageId) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.category_version_id = `category`.version_id WHERE (`category`.`version_id` = :version) AND (`category`.`id` IN (:ids))
1.73 ms
(0.00%)
# 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`.`write_access` as `app.integration.writeAccess`, `app.integration`.`last_usage_at` as `app.integration.lastUsageAt`, `app.integration`.`admin` as `app.integration.admin`, `app.integration`.`custom_fields` as `app.integration.customFields`, `app.integration`.`deleted_at` as `app.integration.deletedAt`, `app.integration`.`created_at` as `app.integration.createdAt`, `app.integration`.`updated_at` as `app.integration.updatedAt`, `app`.`acl_role_id` as `app.aclRoleId`, `app.aclRole`.`id` as `app.aclRole.id`, `app.aclRole`.`name` as `app.aclRole.name`, `app.aclRole`.`description` as `app.aclRole.description`, `app.aclRole`.`privileges` as `app.aclRole.privileges`, `app.aclRole`.`deleted_at` as `app.aclRole.deletedAt`, `app.aclRole`.`created_at` as `app.aclRole.createdAt`, `app.aclRole`.`updated_at` as `app.aclRole.updatedAt`, `app`.`created_at` as `app.createdAt`, `app`.`updated_at` as `app.updatedAt`, `app.translation.label`, 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 = :languageId) `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` = :param_97591a5b7d024620afbdc910c3691c15)
0.54 ms
(0.00%)
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`
0.36 ms
(0.00%)
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`
2.53 ms
(0.00%)
# apps::webhooks::read
SELECT `webhook`.`id` as `webhook.id`, `webhook`.`name` as `webhook.name`, `webhook`.`event_name` as `webhook.eventName`, `webhook`.`url` as `webhook.url`, `webhook`.`error_count` as `webhook.errorCount`, `webhook`.`active` as `webhook.active`, `webhook`.`app_id` as `webhook.appId`, `webhook`.`created_at` as `webhook.createdAt`, `webhook`.`updated_at` as `webhook.updatedAt`, `webhook.app`.`id` as `webhook.app.id`, `webhook.app`.`name` as `webhook.app.name`, `webhook.app`.`path` as `webhook.app.path`, `webhook.app`.`author` as `webhook.app.author`, `webhook.app`.`copyright` as `webhook.app.copyright`, `webhook.app`.`license` as `webhook.app.license`, `webhook.app`.`active` as `webhook.app.active`, `webhook.app`.`configurable` as `webhook.app.configurable`, `webhook.app`.`privacy` as `webhook.app.privacy`, `webhook.app`.`version` as `webhook.app.version`, `webhook.app`.`icon` as `webhook.app.iconRaw`, `webhook.app`.`app_secret` as `webhook.app.appSecret`, `webhook.app`.`modules` as `webhook.app.modules`, `webhook.app`.`main_module` as `webhook.app.mainModule`, `webhook.app`.`cookies` as `webhook.app.cookies`, `webhook.app`.`allow_disable` as `webhook.app.allowDisable`, `webhook.app`.`base_app_url` as `webhook.app.baseAppUrl`, `webhook.app`.`allowed_hosts` as `webhook.app.allowedHosts`, `webhook.app`.`template_load_priority` as `webhook.app.templateLoadPriority`, `webhook.app`.`integration_id` as `webhook.app.integrationId`, `webhook.app.integration`.`id` as `webhook.app.integration.id`, `webhook.app.integration`.`label` as `webhook.app.integration.label`, `webhook.app.integration`.`access_key` as `webhook.app.integration.accessKey`, `webhook.app.integration`.`secret_access_key` as `webhook.app.integration.secretAccessKey`, `webhook.app.integration`.`write_access` as `webhook.app.integration.writeAccess`, `webhook.app.integration`.`last_usage_at` as `webhook.app.integration.lastUsageAt`, `webhook.app.integration`.`admin` as `webhook.app.integration.admin`, `webhook.app.integration`.`custom_fields` as `webhook.app.integration.customFields`, `webhook.app.integration`.`deleted_at` as `webhook.app.integration.deletedAt`, `webhook.app.integration`.`created_at` as `webhook.app.integration.createdAt`, `webhook.app.integration`.`updated_at` as `webhook.app.integration.updatedAt`, `webhook.app`.`acl_role_id` as `webhook.app.aclRoleId`, `webhook.app.aclRole`.`id` as `webhook.app.aclRole.id`, `webhook.app.aclRole`.`name` as `webhook.app.aclRole.name`, `webhook.app.aclRole`.`description` as `webhook.app.aclRole.description`, `webhook.app.aclRole`.`privileges` as `webhook.app.aclRole.privileges`, `webhook.app.aclRole`.`deleted_at` as `webhook.app.aclRole.deletedAt`, `webhook.app.aclRole`.`created_at` as `webhook.app.aclRole.createdAt`, `webhook.app.aclRole`.`updated_at` as `webhook.app.aclRole.updatedAt`, `webhook.app`.`created_at` as `webhook.app.createdAt`, `webhook.app`.`updated_at` as `webhook.app.updatedAt`, `webhook.app.translation.label`, COALESCE(`webhook.app.translation.label`,`webhook.app.translation.label`) as `webhook.app.label`, `webhook.app.translation.description`, COALESCE(`webhook.app.translation.description`,`webhook.app.translation.description`) as `webhook.app.description`, `webhook.app.translation.privacyPolicyExtensions`, COALESCE(`webhook.app.translation.privacyPolicyExtensions`,`webhook.app.translation.privacyPolicyExtensions`) as `webhook.app.privacyPolicyExtensions`, `webhook.app.translation.customFields`, COALESCE(`webhook.app.translation.customFields`,`webhook.app.translation.customFields`) as `webhook.app.customFields`, `webhook.app.translation.createdAt`, `webhook.app.translation.updatedAt`, `webhook.app.translation.appId`, `webhook.app.translation.languageId` FROM `webhook` LEFT JOIN `app` `webhook.app` ON `webhook`.`app_id` = `webhook.app`.`id` LEFT JOIN (SELECT `webhook.app.translation`.app_id, `webhook.app.translation`.label as `webhook.app.translation.label`, `webhook.app.translation`.description as `webhook.app.translation.description`, `webhook.app.translation`.privacy_policy_extensions as `webhook.app.translation.privacyPolicyExtensions`, `webhook.app.translation`.custom_fields as `webhook.app.translation.customFields`, `webhook.app.translation`.created_at as `webhook.app.translation.createdAt`, `webhook.app.translation`.updated_at as `webhook.app.translation.updatedAt`, `webhook.app.translation`.app_id as `webhook.app.translation.appId`, `webhook.app.translation`.language_id as `webhook.app.translation.languageId` FROM `app_translation` `webhook.app.translation` WHERE `webhook.app.translation`.language_id = :languageId) `webhook.app.app_translation` ON `webhook.app.app_translation`.`app_id` = `webhook.app`.`id` LEFT JOIN `integration` `webhook.app.integration` ON `webhook.app`.`integration_id` = `webhook.app.integration`.`id` LEFT JOIN `acl_role` `webhook.app.aclRole` ON `webhook.app`.`acl_role_id` = `webhook.app.aclRole`.`id` WHERE (`webhook`.`active` = :param_e9ba679af35549cba070babeb9ba09c8)
11.60 ms
(0.00%)
# order-route::order-loading::read
SELECT `order`.`id` as `order.id`, `order`.`version_id` as `order.versionId`, `order`.`auto_increment` as `order.autoIncrement`, `order`.`order_number` as `order.orderNumber`, `order`.`billing_address_id` as `order.billingAddressId`, `order`.`billing_address_version_id` as `order.billingAddressVersionId`, `order`.`currency_id` as `order.currencyId`, `order`.`language_id` as `order.languageId`, `order`.`sales_channel_id` as `order.salesChannelId`, `order`.`order_date_time` as `order.orderDateTime`, `order`.`order_date` as `order.orderDate`, `order`.`price` as `order.price`, `order`.`amount_total` as `order.amountTotal`, `order`.`amount_net` as `order.amountNet`, `order`.`position_price` as `order.positionPrice`, `order`.`tax_status` as `order.taxStatus`, `order`.`shipping_costs` as `order.shippingCosts`, `order`.`shipping_total` as `order.shippingTotal`, `order`.`currency_factor` as `order.currencyFactor`, `order`.`deep_link_code` as `order.deepLinkCode`, `order`.`affiliate_code` as `order.affiliateCode`, `order`.`campaign_code` as `order.campaignCode`, `order`.`customer_comment` as `order.customerComment`, `order`.`state_id` as `order.stateId`, `order.stateMachineState`.`id` as `order.stateMachineState.id`, `order.stateMachineState`.`technical_name` as `order.stateMachineState.technicalName`, `order.stateMachineState`.`state_machine_id` as `order.stateMachineState.stateMachineId`, `order.stateMachineState`.`created_at` as `order.stateMachineState.createdAt`, `order.stateMachineState`.`updated_at` as `order.stateMachineState.updatedAt`, `order.stateMachineState.translation.name`, COALESCE(`order.stateMachineState.translation.name`,`order.stateMachineState.translation.name`) as `order.stateMachineState.name`, `order.stateMachineState.translation.customFields`, COALESCE(`order.stateMachineState.translation.customFields`,`order.stateMachineState.translation.customFields`) as `order.stateMachineState.customFields`, `order.stateMachineState.translation.createdAt`, `order.stateMachineState.translation.updatedAt`, `order.stateMachineState.translation.stateMachineStateId`, `order.stateMachineState.translation.languageId`, `order`.`rule_ids` as `order.ruleIds`, `order`.`custom_fields` as `order.customFields`, `order`.`created_by_id` as `order.createdById`, `order`.`updated_by_id` as `order.updatedById`, `order.orderCustomer`.`id` as `order.orderCustomer.id`, `order.orderCustomer`.`version_id` as `order.orderCustomer.versionId`, `order.orderCustomer`.`customer_id` as `order.orderCustomer.customerId`, `order.orderCustomer`.`order_id` as `order.orderCustomer.orderId`, `order.orderCustomer`.`order_version_id` as `order.orderCustomer.orderVersionId`, `order.orderCustomer`.`email` as `order.orderCustomer.email`, `order.orderCustomer`.`salutation_id` as `order.orderCustomer.salutationId`, `order.orderCustomer`.`first_name` as `order.orderCustomer.firstName`, `order.orderCustomer`.`last_name` as `order.orderCustomer.lastName`, `order.orderCustomer`.`company` as `order.orderCustomer.company`, `order.orderCustomer`.`title` as `order.orderCustomer.title`, `order.orderCustomer`.`vat_ids` as `order.orderCustomer.vatIds`, `order.orderCustomer`.`customer_number` as `order.orderCustomer.customerNumber`, `order.orderCustomer`.`custom_fields` as `order.orderCustomer.customFields`, `order.orderCustomer`.`remote_address` as `order.orderCustomer.remoteAddress`, `order.orderCustomer`.`created_at` as `order.orderCustomer.createdAt`, `order.orderCustomer`.`updated_at` as `order.orderCustomer.updatedAt`, `order.orderCustomer.customer`.`id` as `order.orderCustomer.customer.id`, `order.orderCustomer.customer`.`customer_group_id` as `order.orderCustomer.customer.groupId`, `order.orderCustomer.customer`.`default_payment_method_id` as `order.orderCustomer.customer.defaultPaymentMethodId`, `order.orderCustomer.customer`.`sales_channel_id` as `order.orderCustomer.customer.salesChannelId`, `order.orderCustomer.customer`.`language_id` as `order.orderCustomer.customer.languageId`, `order.orderCustomer.customer`.`last_payment_method_id` as `order.orderCustomer.customer.lastPaymentMethodId`, `order.orderCustomer.customer`.`default_billing_address_id` as `order.orderCustomer.customer.defaultBillingAddressId`, `order.orderCustomer.customer`.`default_shipping_address_id` as `order.orderCustomer.customer.defaultShippingAddressId`, `order.orderCustomer.customer`.`auto_increment` as `order.orderCustomer.customer.autoIncrement`, `order.orderCustomer.customer`.`customer_number` as `order.orderCustomer.customer.customerNumber`, `order.orderCustomer.customer`.`salutation_id` as `order.orderCustomer.customer.salutationId`, `order.orderCustomer.customer`.`first_name` as `order.orderCustomer.customer.firstName`, `order.orderCustomer.customer`.`last_name` as `order.orderCustomer.customer.lastName`, `order.orderCustomer.customer`.`company` as `order.orderCustomer.customer.company`, `order.orderCustomer.customer`.`password` as `order.orderCustomer.customer.password`, `order.orderCustomer.customer`.`email` as `order.orderCustomer.customer.email`, `order.orderCustomer.customer`.`title` as `order.orderCustomer.customer.title`, `order.orderCustomer.customer`.`vat_ids` as `order.orderCustomer.customer.vatIds`, `order.orderCustomer.customer`.`affiliate_code` as `order.orderCustomer.customer.affiliateCode`, `order.orderCustomer.customer`.`campaign_code` as `order.orderCustomer.customer.campaignCode`, `order.orderCustomer.customer`.`active` as `order.orderCustomer.customer.active`, `order.orderCustomer.customer`.`double_opt_in_registration` as `order.orderCustomer.customer.doubleOptInRegistration`, `order.orderCustomer.customer`.`double_opt_in_email_sent_date` as `order.orderCustomer.customer.doubleOptInEmailSentDate`, `order.orderCustomer.customer`.`double_opt_in_confirm_date` as `order.orderCustomer.customer.doubleOptInConfirmDate`, `order.orderCustomer.customer`.`hash` as `order.orderCustomer.customer.hash`, `order.orderCustomer.customer`.`guest` as `order.orderCustomer.customer.guest`, `order.orderCustomer.customer`.`first_login` as `order.orderCustomer.customer.firstLogin`, `order.orderCustomer.customer`.`last_login` as `order.orderCustomer.customer.lastLogin`, `order.orderCustomer.customer`.`newsletter_sales_channel_ids` as `order.orderCustomer.customer.newsletterSalesChannelIds`, `order.orderCustomer.customer`.`newsletter` as `order.orderCustomer.customer.newsletter`, `order.orderCustomer.customer`.`birthday` as `order.orderCustomer.customer.birthday`, `order.orderCustomer.customer`.`last_order_date` as `order.orderCustomer.customer.lastOrderDate`, `order.orderCustomer.customer`.`order_count` as `order.orderCustomer.customer.orderCount`, `order.orderCustomer.customer`.`order_total_amount` as `order.orderCustomer.customer.orderTotalAmount`, `order.orderCustomer.customer`.`custom_fields` as `order.orderCustomer.customer.customFields`, `order.orderCustomer.customer`.`legacy_password` as `order.orderCustomer.customer.legacyPassword`, `order.orderCustomer.customer`.`legacy_encoder` as `order.orderCustomer.customer.legacyEncoder`, `order.orderCustomer.customer`.`remote_address` as `order.orderCustomer.customer.remoteAddress`, `order.orderCustomer.customer`.`tag_ids` as `order.orderCustomer.customer.tagIds`, `order.orderCustomer.customer`.`requested_customer_group_id` as `order.orderCustomer.customer.requestedGroupId`, `order.orderCustomer.customer`.`bound_sales_channel_id` as `order.orderCustomer.customer.boundSalesChannelId`, `order.orderCustomer.customer`.`created_by_id` as `order.orderCustomer.customer.createdById`, `order.orderCustomer.customer`.`updated_by_id` as `order.orderCustomer.customer.updatedById`, `order.orderCustomer.customer`.`created_at` as `order.orderCustomer.customer.createdAt`, `order.orderCustomer.customer`.`updated_at` as `order.orderCustomer.customer.updatedAt`, `order.orderCustomer.salutation`.`id` as `order.orderCustomer.salutation.id`, `order.orderCustomer.salutation`.`salutation_key` as `order.orderCustomer.salutation.salutationKey`, `order.orderCustomer.salutation`.`created_at` as `order.orderCustomer.salutation.createdAt`, `order.orderCustomer.salutation`.`updated_at` as `order.orderCustomer.salutation.updatedAt`, `order.orderCustomer.salutation.translation.displayName`, COALESCE(`order.orderCustomer.salutation.translation.displayName`,`order.orderCustomer.salutation.translation.displayName`) as `order.orderCustomer.salutation.displayName`, `order.orderCustomer.salutation.translation.letterName`, COALESCE(`order.orderCustomer.salutation.translation.letterName`,`order.orderCustomer.salutation.translation.letterName`) as `order.orderCustomer.salutation.letterName`, `order.orderCustomer.salutation.translation.customFields`, COALESCE(`order.orderCustomer.salutation.translation.customFields`,`order.orderCustomer.salutation.translation.customFields`) as `order.orderCustomer.salutation.customFields`, `order.orderCustomer.salutation.translation.createdAt`, `order.orderCustomer.salutation.translation.updatedAt`, `order.orderCustomer.salutation.translation.salutationId`, `order.orderCustomer.salutation.translation.languageId`, `order`.`item_rounding` as `order.itemRounding`, `order`.`total_rounding` as `order.totalRounding`, `order`.`created_at` as `order.createdAt`, `order`.`updated_at` as `order.updatedAt`, `order.currency`.`id` as `order.currency.id`, `order.currency`.`factor` as `order.currency.factor`, `order.currency`.`symbol` as `order.currency.symbol`, `order.currency`.`iso_code` as `order.currency.isoCode`, `order.currency`.`position` as `order.currency.position`, `order.currency`.`item_rounding` as `order.currency.itemRounding`, `order.currency`.`total_rounding` as `order.currency.totalRounding`, `order.currency`.`tax_free_from` as `order.currency.taxFreeFrom`, `order.currency`.`created_at` as `order.currency.createdAt`, `order.currency`.`updated_at` as `order.currency.updatedAt`, `order.currency.translation.shortName`, COALESCE(`order.currency.translation.shortName`,`order.currency.translation.shortName`) as `order.currency.shortName`, `order.currency.translation.name`, COALESCE(`order.currency.translation.name`,`order.currency.translation.name`) as `order.currency.name`, `order.currency.translation.customFields`, COALESCE(`order.currency.translation.customFields`,`order.currency.translation.customFields`) as `order.currency.customFields`, `order.currency.translation.createdAt`, `order.currency.translation.updatedAt`, `order.currency.translation.currencyId`, `order.currency.translation.languageId` FROM `order` LEFT JOIN `state_machine_state` `order.stateMachineState` ON `order`.`state_id` = `order.stateMachineState`.`id` LEFT JOIN `order_customer` `order.orderCustomer` ON `order`.`id` = `order.orderCustomer`.`order_id` AND `order`.`version_id` = `order.orderCustomer`.`version_id` LEFT JOIN `currency` `order.currency` ON `order`.`currency_id` = `order.currency`.`id` LEFT JOIN (SELECT `order.stateMachineState.translation`.state_machine_state_id, `order.stateMachineState.translation`.name as `order.stateMachineState.translation.name`, `order.stateMachineState.translation`.custom_fields as `order.stateMachineState.translation.customFields`, `order.stateMachineState.translation`.created_at as `order.stateMachineState.translation.createdAt`, `order.stateMachineState.translation`.updated_at as `order.stateMachineState.translation.updatedAt`, `order.stateMachineState.translation`.state_machine_state_id as `order.stateMachineState.translation.stateMachineStateId`, `order.stateMachineState.translation`.language_id as `order.stateMachineState.translation.languageId` FROM `state_machine_state_translation` `order.stateMachineState.translation` WHERE `order.stateMachineState.translation`.language_id = :languageId) `order.stateMachineState.state_machine_state_translation` ON `order.stateMachineState.state_machine_state_translation`.`state_machine_state_id` = `order.stateMachineState`.`id` LEFT JOIN `customer` `order.orderCustomer.customer` ON `order.orderCustomer`.`customer_id` = `order.orderCustomer.customer`.`id` LEFT JOIN `salutation` `order.orderCustomer.salutation` ON `order.orderCustomer`.`salutation_id` = `order.orderCustomer.salutation`.`id` LEFT JOIN (SELECT `order.orderCustomer.salutation.translation`.salutation_id, `order.orderCustomer.salutation.translation`.display_name as `order.orderCustomer.salutation.translation.displayName`, `order.orderCustomer.salutation.translation`.letter_name as `order.orderCustomer.salutation.translation.letterName`, `order.orderCustomer.salutation.translation`.custom_fields as `order.orderCustomer.salutation.translation.customFields`, `order.orderCustomer.salutation.translation`.created_at as `order.orderCustomer.salutation.translation.createdAt`, `order.orderCustomer.salutation.translation`.updated_at as `order.orderCustomer.salutation.translation.updatedAt`, `order.orderCustomer.salutation.translation`.salutation_id as `order.orderCustomer.salutation.translation.salutationId`, `order.orderCustomer.salutation.translation`.language_id as `order.orderCustomer.salutation.translation.languageId` FROM `salutation_translation` `order.orderCustomer.salutation.translation` WHERE `order.orderCustomer.salutation.translation`.language_id = :languageId) `order.orderCustomer.salutation.salutation_translation` ON `order.orderCustomer.salutation.salutation_translation`.`salutation_id` = `order.orderCustomer.salutation`.`id` LEFT JOIN (SELECT `order.currency.translation`.currency_id, `order.currency.translation`.short_name as `order.currency.translation.shortName`, `order.currency.translation`.name as `order.currency.translation.name`, `order.currency.translation`.custom_fields as `order.currency.translation.customFields`, `order.currency.translation`.created_at as `order.currency.translation.createdAt`, `order.currency.translation`.updated_at as `order.currency.translation.updatedAt`, `order.currency.translation`.currency_id as `order.currency.translation.currencyId`, `order.currency.translation`.language_id as `order.currency.translation.languageId` FROM `currency_translation` `order.currency.translation` WHERE `order.currency.translation`.language_id = :languageId) `order.currency.currency_translation` ON `order.currency.currency_translation`.`currency_id` = `order.currency`.`id` WHERE (`order`.`version_id` = :version) AND (`order`.`id` IN (:ids))
18.36 ms
(0.00%)
# order-route::order-loading::association::deliveries::read
SELECT `order_delivery`.`id` as `order_delivery.id`, `order_delivery`.`version_id` as `order_delivery.versionId`, `order_delivery`.`order_id` as `order_delivery.orderId`, `order_delivery`.`order_version_id` as `order_delivery.orderVersionId`, `order_delivery`.`shipping_order_address_id` as `order_delivery.shippingOrderAddressId`, `order_delivery`.`shipping_order_address_version_id` as `order_delivery.shippingOrderAddressVersionId`, `order_delivery`.`shipping_method_id` as `order_delivery.shippingMethodId`, `order_delivery`.`state_id` as `order_delivery.stateId`, `order_delivery.stateMachineState`.`id` as `order_delivery.stateMachineState.id`, `order_delivery.stateMachineState`.`technical_name` as `order_delivery.stateMachineState.technicalName`, `order_delivery.stateMachineState`.`state_machine_id` as `order_delivery.stateMachineState.stateMachineId`, `order_delivery.stateMachineState`.`created_at` as `order_delivery.stateMachineState.createdAt`, `order_delivery.stateMachineState`.`updated_at` as `order_delivery.stateMachineState.updatedAt`, `order_delivery.stateMachineState.translation.name`, COALESCE(`order_delivery.stateMachineState.translation.name`,`order_delivery.stateMachineState.translation.name`) as `order_delivery.stateMachineState.name`, `order_delivery.stateMachineState.translation.customFields`, COALESCE(`order_delivery.stateMachineState.translation.customFields`,`order_delivery.stateMachineState.translation.customFields`) as `order_delivery.stateMachineState.customFields`, `order_delivery.stateMachineState.translation.createdAt`, `order_delivery.stateMachineState.translation.updatedAt`, `order_delivery.stateMachineState.translation.stateMachineStateId`, `order_delivery.stateMachineState.translation.languageId`, `order_delivery`.`tracking_codes` as `order_delivery.trackingCodes`, `order_delivery`.`shipping_date_earliest` as `order_delivery.shippingDateEarliest`, `order_delivery`.`shipping_date_latest` as `order_delivery.shippingDateLatest`, `order_delivery`.`shipping_costs` as `order_delivery.shippingCosts`, `order_delivery`.`custom_fields` as `order_delivery.customFields`, `order_delivery.shippingOrderAddress`.`id` as `order_delivery.shippingOrderAddress.id`, `order_delivery.shippingOrderAddress`.`version_id` as `order_delivery.shippingOrderAddress.versionId`, `order_delivery.shippingOrderAddress`.`country_id` as `order_delivery.shippingOrderAddress.countryId`, `order_delivery.shippingOrderAddress`.`country_state_id` as `order_delivery.shippingOrderAddress.countryStateId`, `order_delivery.shippingOrderAddress`.`order_id` as `order_delivery.shippingOrderAddress.orderId`, `order_delivery.shippingOrderAddress`.`order_version_id` as `order_delivery.shippingOrderAddress.orderVersionId`, `order_delivery.shippingOrderAddress`.`salutation_id` as `order_delivery.shippingOrderAddress.salutationId`, `order_delivery.shippingOrderAddress`.`first_name` as `order_delivery.shippingOrderAddress.firstName`, `order_delivery.shippingOrderAddress`.`last_name` as `order_delivery.shippingOrderAddress.lastName`, `order_delivery.shippingOrderAddress`.`street` as `order_delivery.shippingOrderAddress.street`, `order_delivery.shippingOrderAddress`.`zipcode` as `order_delivery.shippingOrderAddress.zipcode`, `order_delivery.shippingOrderAddress`.`city` as `order_delivery.shippingOrderAddress.city`, `order_delivery.shippingOrderAddress`.`company` as `order_delivery.shippingOrderAddress.company`, `order_delivery.shippingOrderAddress`.`department` as `order_delivery.shippingOrderAddress.department`, `order_delivery.shippingOrderAddress`.`title` as `order_delivery.shippingOrderAddress.title`, `order_delivery.shippingOrderAddress`.`vat_id` as `order_delivery.shippingOrderAddress.vatId`, `order_delivery.shippingOrderAddress`.`phone_number` as `order_delivery.shippingOrderAddress.phoneNumber`, `order_delivery.shippingOrderAddress`.`additional_address_line1` as `order_delivery.shippingOrderAddress.additionalAddressLine1`, `order_delivery.shippingOrderAddress`.`additional_address_line2` as `order_delivery.shippingOrderAddress.additionalAddressLine2`, `order_delivery.shippingOrderAddress`.`custom_fields` as `order_delivery.shippingOrderAddress.customFields`, `order_delivery.shippingOrderAddress`.`created_at` as `order_delivery.shippingOrderAddress.createdAt`, `order_delivery.shippingOrderAddress`.`updated_at` as `order_delivery.shippingOrderAddress.updatedAt`, `order_delivery.shippingOrderAddress.country`.`id` as `order_delivery.shippingOrderAddress.country.id`, `order_delivery.shippingOrderAddress.country`.`iso` as `order_delivery.shippingOrderAddress.country.iso`, `order_delivery.shippingOrderAddress.country`.`position` as `order_delivery.shippingOrderAddress.country.position`, `order_delivery.shippingOrderAddress.country`.`active` as `order_delivery.shippingOrderAddress.country.active`, `order_delivery.shippingOrderAddress.country`.`shipping_available` as `order_delivery.shippingOrderAddress.country.shippingAvailable`, `order_delivery.shippingOrderAddress.country`.`iso3` as `order_delivery.shippingOrderAddress.country.iso3`, `order_delivery.shippingOrderAddress.country`.`display_state_in_registration` as `order_delivery.shippingOrderAddress.country.displayStateInRegistration`, `order_delivery.shippingOrderAddress.country`.`force_state_in_registration` as `order_delivery.shippingOrderAddress.country.forceStateInRegistration`, `order_delivery.shippingOrderAddress.country`.`company_tax_free` as `order_delivery.shippingOrderAddress.country.companyTaxFree`, `order_delivery.shippingOrderAddress.country`.`check_vat_id_pattern` as `order_delivery.shippingOrderAddress.country.checkVatIdPattern`, `order_delivery.shippingOrderAddress.country`.`vat_id_required` as `order_delivery.shippingOrderAddress.country.vatIdRequired`, `order_delivery.shippingOrderAddress.country`.`tax_free` as `order_delivery.shippingOrderAddress.country.taxFree`, `order_delivery.shippingOrderAddress.country`.`vat_id_pattern` as `order_delivery.shippingOrderAddress.country.vatIdPattern`, `order_delivery.shippingOrderAddress.country`.`customer_tax` as `order_delivery.shippingOrderAddress.country.customerTax`, `order_delivery.shippingOrderAddress.country`.`company_tax` as `order_delivery.shippingOrderAddress.country.companyTax`, `order_delivery.shippingOrderAddress.country`.`postal_code_required` as `order_delivery.shippingOrderAddress.country.postalCodeRequired`, `order_delivery.shippingOrderAddress.country`.`check_postal_code_pattern` as `order_delivery.shippingOrderAddress.country.checkPostalCodePattern`, `order_delivery.shippingOrderAddress.country`.`check_advanced_postal_code_pattern` as `order_delivery.shippingOrderAddress.country.checkAdvancedPostalCodePattern`, `order_delivery.shippingOrderAddress.country`.`advanced_postal_code_pattern` as `order_delivery.shippingOrderAddress.country.advancedPostalCodePattern`, `order_delivery.shippingOrderAddress.country`.`default_postal_code_pattern` as `order_delivery.shippingOrderAddress.country.defaultPostalCodePattern`, `order_delivery.shippingOrderAddress.country`.`created_at` as `order_delivery.shippingOrderAddress.country.createdAt`, `order_delivery.shippingOrderAddress.country`.`updated_at` as `order_delivery.shippingOrderAddress.country.updatedAt`, `order_delivery.shippingOrderAddress.country.translation.name`, COALESCE(`order_delivery.shippingOrderAddress.country.translation.name`,`order_delivery.shippingOrderAddress.country.translation.name`) as `order_delivery.shippingOrderAddress.country.name`, `order_delivery.shippingOrderAddress.country.translation.addressFormat`, COALESCE(`order_delivery.shippingOrderAddress.country.translation.addressFormat`,`order_delivery.shippingOrderAddress.country.translation.addressFormat`) as `order_delivery.shippingOrderAddress.country.addressFormat`, `order_delivery.shippingOrderAddress.country.translation.customFields`, COALESCE(`order_delivery.shippingOrderAddress.country.translation.customFields`,`order_delivery.shippingOrderAddress.country.translation.customFields`) as `order_delivery.shippingOrderAddress.country.customFields`, `order_delivery.shippingOrderAddress.country.translation.createdAt`, `order_delivery.shippingOrderAddress.country.translation.updatedAt`, `order_delivery.shippingOrderAddress.country.translation.countryId`, `order_delivery.shippingOrderAddress.country.translation.languageId`, `order_delivery.shippingOrderAddress.countryState`.`id` as `order_delivery.shippingOrderAddress.countryState.id`, `order_delivery.shippingOrderAddress.countryState`.`country_id` as `order_delivery.shippingOrderAddress.countryState.countryId`, `order_delivery.shippingOrderAddress.countryState`.`short_code` as `order_delivery.shippingOrderAddress.countryState.shortCode`, `order_delivery.shippingOrderAddress.countryState`.`position` as `order_delivery.shippingOrderAddress.countryState.position`, `order_delivery.shippingOrderAddress.countryState`.`active` as `order_delivery.shippingOrderAddress.countryState.active`, `order_delivery.shippingOrderAddress.countryState`.`created_at` as `order_delivery.shippingOrderAddress.countryState.createdAt`, `order_delivery.shippingOrderAddress.countryState`.`updated_at` as `order_delivery.shippingOrderAddress.countryState.updatedAt`, `order_delivery.shippingOrderAddress.countryState.translation.name`, COALESCE(`order_delivery.shippingOrderAddress.countryState.translation.name`,`order_delivery.shippingOrderAddress.countryState.translation.name`) as `order_delivery.shippingOrderAddress.countryState.name`, `order_delivery.shippingOrderAddress.countryState.translation.customFields`, COALESCE(`order_delivery.shippingOrderAddress.countryState.translation.customFields`,`order_delivery.shippingOrderAddress.countryState.translation.customFields`) as `order_delivery.shippingOrderAddress.countryState.customFields`, `order_delivery.shippingOrderAddress.countryState.translation.createdAt`, `order_delivery.shippingOrderAddress.countryState.translation.updatedAt`, `order_delivery.shippingOrderAddress.countryState.translation.countryStateId`, `order_delivery.shippingOrderAddress.countryState.translation.languageId`, `order_delivery`.`created_at` as `order_delivery.createdAt`, `order_delivery`.`updated_at` as `order_delivery.updatedAt`, `order_delivery.shippingMethod`.`id` as `order_delivery.shippingMethod.id`, `order_delivery.shippingMethod`.`active` as `order_delivery.shippingMethod.active`, `order_delivery.shippingMethod`.`position` as `order_delivery.shippingMethod.position`, `order_delivery.shippingMethod`.`availability_rule_id` as `order_delivery.shippingMethod.availabilityRuleId`, `order_delivery.shippingMethod`.`media_id` as `order_delivery.shippingMethod.mediaId`, `order_delivery.shippingMethod`.`delivery_time_id` as `order_delivery.shippingMethod.deliveryTimeId`, `order_delivery.shippingMethod`.`tax_type` as `order_delivery.shippingMethod.taxType`, `order_delivery.shippingMethod`.`tax_id` as `order_delivery.shippingMethod.taxId`, `order_delivery.shippingMethod.deliveryTime`.`id` as `order_delivery.shippingMethod.deliveryTime.id`, `order_delivery.shippingMethod.deliveryTime`.`min` as `order_delivery.shippingMethod.deliveryTime.min`, `order_delivery.shippingMethod.deliveryTime`.`max` as `order_delivery.shippingMethod.deliveryTime.max`, `order_delivery.shippingMethod.deliveryTime`.`unit` as `order_delivery.shippingMethod.deliveryTime.unit`, `order_delivery.shippingMethod.deliveryTime`.`created_at` as `order_delivery.shippingMethod.deliveryTime.createdAt`, `order_delivery.shippingMethod.deliveryTime`.`updated_at` as `order_delivery.shippingMethod.deliveryTime.updatedAt`, `order_delivery.shippingMethod.deliveryTime.translation.name`, COALESCE(`order_delivery.shippingMethod.deliveryTime.translation.name`,`order_delivery.shippingMethod.deliveryTime.translation.name`) as `order_delivery.shippingMethod.deliveryTime.name`, `order_delivery.shippingMethod.deliveryTime.translation.customFields`, COALESCE(`order_delivery.shippingMethod.deliveryTime.translation.customFields`,`order_delivery.shippingMethod.deliveryTime.translation.customFields`) as `order_delivery.shippingMethod.deliveryTime.customFields`, `order_delivery.shippingMethod.deliveryTime.translation.createdAt`, `order_delivery.shippingMethod.deliveryTime.translation.updatedAt`, `order_delivery.shippingMethod.deliveryTime.translation.deliveryTimeId`, `order_delivery.shippingMethod.deliveryTime.translation.languageId`, `order_delivery.shippingMethod`.`created_at` as `order_delivery.shippingMethod.createdAt`, `order_delivery.shippingMethod`.`updated_at` as `order_delivery.shippingMethod.updatedAt`, `order_delivery.shippingMethod.translation.name`, COALESCE(`order_delivery.shippingMethod.translation.name`,`order_delivery.shippingMethod.translation.name`) as `order_delivery.shippingMethod.name`, `order_delivery.shippingMethod.translation.description`, COALESCE(`order_delivery.shippingMethod.translation.description`,`order_delivery.shippingMethod.translation.description`) as `order_delivery.shippingMethod.description`, `order_delivery.shippingMethod.translation.trackingUrl`, COALESCE(`order_delivery.shippingMethod.translation.trackingUrl`,`order_delivery.shippingMethod.translation.trackingUrl`) as `order_delivery.shippingMethod.trackingUrl`, `order_delivery.shippingMethod.translation.customFields`, COALESCE(`order_delivery.shippingMethod.translation.customFields`,`order_delivery.shippingMethod.translation.customFields`) as `order_delivery.shippingMethod.customFields`, `order_delivery.shippingMethod.translation.createdAt`, `order_delivery.shippingMethod.translation.updatedAt`, `order_delivery.shippingMethod.translation.shippingMethodId`, `order_delivery.shippingMethod.translation.languageId` FROM `order_delivery` LEFT JOIN `state_machine_state` `order_delivery.stateMachineState` ON `order_delivery`.`state_id` = `order_delivery.stateMachineState`.`id` LEFT JOIN `order_address` `order_delivery.shippingOrderAddress` ON `order_delivery`.`shipping_order_address_id` = `order_delivery.shippingOrderAddress`.`id` AND `order_delivery`.`version_id` = `order_delivery.shippingOrderAddress`.`version_id` LEFT JOIN `shipping_method` `order_delivery.shippingMethod` ON `order_delivery`.`shipping_method_id` = `order_delivery.shippingMethod`.`id` LEFT JOIN (SELECT `order_delivery.stateMachineState.translation`.state_machine_state_id, `order_delivery.stateMachineState.translation`.name as `order_delivery.stateMachineState.translation.name`, `order_delivery.stateMachineState.translation`.custom_fields as `order_delivery.stateMachineState.translation.customFields`, `order_delivery.stateMachineState.translation`.created_at as `order_delivery.stateMachineState.translation.createdAt`, `order_delivery.stateMachineState.translation`.updated_at as `order_delivery.stateMachineState.translation.updatedAt`, `order_delivery.stateMachineState.translation`.state_machine_state_id as `order_delivery.stateMachineState.translation.stateMachineStateId`, `order_delivery.stateMachineState.translation`.language_id as `order_delivery.stateMachineState.translation.languageId` FROM `state_machine_state_translation` `order_delivery.stateMachineState.translation` WHERE `order_delivery.stateMachineState.translation`.language_id = :languageId) `order_delivery.stateMachineState.state_machine_state_translation` ON `order_delivery.stateMachineState.state_machine_state_translation`.`state_machine_state_id` = `order_delivery.stateMachineState`.`id` LEFT JOIN `country` `order_delivery.shippingOrderAddress.country` ON `order_delivery.shippingOrderAddress`.`country_id` = `order_delivery.shippingOrderAddress.country`.`id` LEFT JOIN `country_state` `order_delivery.shippingOrderAddress.countryState` ON `order_delivery.shippingOrderAddress`.`country_state_id` = `order_delivery.shippingOrderAddress.countryState`.`id` LEFT JOIN (SELECT `order_delivery.shippingOrderAddress.country.translation`.country_id, `order_delivery.shippingOrderAddress.country.translation`.name as `order_delivery.shippingOrderAddress.country.translation.name`, `order_delivery.shippingOrderAddress.country.translation`.address_format as `order_delivery.shippingOrderAddress.country.translation.addressFormat`, `order_delivery.shippingOrderAddress.country.translation`.custom_fields as `order_delivery.shippingOrderAddress.country.translation.customFields`, `order_delivery.shippingOrderAddress.country.translation`.created_at as `order_delivery.shippingOrderAddress.country.translation.createdAt`, `order_delivery.shippingOrderAddress.country.translation`.updated_at as `order_delivery.shippingOrderAddress.country.translation.updatedAt`, `order_delivery.shippingOrderAddress.country.translation`.country_id as `order_delivery.shippingOrderAddress.country.translation.countryId`, `order_delivery.shippingOrderAddress.country.translation`.language_id as `order_delivery.shippingOrderAddress.country.translation.languageId` FROM `country_translation` `order_delivery.shippingOrderAddress.country.translation` WHERE `order_delivery.shippingOrderAddress.country.translation`.language_id = :languageId) `order_delivery.shippingOrderAddress.country.country_translation` ON `order_delivery.shippingOrderAddress.country.country_translation`.`country_id` = `order_delivery.shippingOrderAddress.country`.`id` LEFT JOIN (SELECT `order_delivery.shippingOrderAddress.countryState.translation`.country_state_id, `order_delivery.shippingOrderAddress.countryState.translation`.name as `order_delivery.shippingOrderAddress.countryState.translation.name`, `order_delivery.shippingOrderAddress.countryState.translation`.custom_fields as `order_delivery.shippingOrderAddress.countryState.translation.customFields`, `order_delivery.shippingOrderAddress.countryState.translation`.created_at as `order_delivery.shippingOrderAddress.countryState.translation.createdAt`, `order_delivery.shippingOrderAddress.countryState.translation`.updated_at as `order_delivery.shippingOrderAddress.countryState.translation.updatedAt`, `order_delivery.shippingOrderAddress.countryState.translation`.country_state_id as `order_delivery.shippingOrderAddress.countryState.translation.countryStateId`, `order_delivery.shippingOrderAddress.countryState.translation`.language_id as `order_delivery.shippingOrderAddress.countryState.translation.languageId` FROM `country_state_translation` `order_delivery.shippingOrderAddress.countryState.translation` WHERE `order_delivery.shippingOrderAddress.countryState.translation`.language_id = :languageId) `order_delivery.shippingOrderAddress.countryState.country_state_translation` ON `order_delivery.shippingOrderAddress.countryState.country_state_translation`.`country_state_id` = `order_delivery.shippingOrderAddress.countryState`.`id` LEFT JOIN (SELECT `order_delivery.shippingMethod.translation`.shipping_method_id, `order_delivery.shippingMethod.translation`.name as `order_delivery.shippingMethod.translation.name`, `order_delivery.shippingMethod.translation`.description as `order_delivery.shippingMethod.translation.description`, `order_delivery.shippingMethod.translation`.tracking_url as `order_delivery.shippingMethod.translation.trackingUrl`, `order_delivery.shippingMethod.translation`.custom_fields as `order_delivery.shippingMethod.translation.customFields`, `order_delivery.shippingMethod.translation`.created_at as `order_delivery.shippingMethod.translation.createdAt`, `order_delivery.shippingMethod.translation`.updated_at as `order_delivery.shippingMethod.translation.updatedAt`, `order_delivery.shippingMethod.translation`.shipping_method_id as `order_delivery.shippingMethod.translation.shippingMethodId`, `order_delivery.shippingMethod.translation`.language_id as `order_delivery.shippingMethod.translation.languageId` FROM `shipping_method_translation` `order_delivery.shippingMethod.translation` WHERE `order_delivery.shippingMethod.translation`.language_id = :languageId) `order_delivery.shippingMethod.shipping_method_translation` ON `order_delivery.shippingMethod.shipping_method_translation`.`shipping_method_id` = `order_delivery.shippingMethod`.`id` LEFT JOIN `delivery_time` `order_delivery.shippingMethod.deliveryTime` ON `order_delivery.shippingMethod`.`delivery_time_id` = `order_delivery.shippingMethod.deliveryTime`.`id` LEFT JOIN (SELECT `order_delivery.shippingMethod.deliveryTime.translation`.delivery_time_id, `order_delivery.shippingMethod.deliveryTime.translation`.name as `order_delivery.shippingMethod.deliveryTime.translation.name`, `order_delivery.shippingMethod.deliveryTime.translation`.custom_fields as `order_delivery.shippingMethod.deliveryTime.translation.customFields`, `order_delivery.shippingMethod.deliveryTime.translation`.created_at as `order_delivery.shippingMethod.deliveryTime.translation.createdAt`, `order_delivery.shippingMethod.deliveryTime.translation`.updated_at as `order_delivery.shippingMethod.deliveryTime.translation.updatedAt`, `order_delivery.shippingMethod.deliveryTime.translation`.delivery_time_id as `order_delivery.shippingMethod.deliveryTime.translation.deliveryTimeId`, `order_delivery.shippingMethod.deliveryTime.translation`.language_id as `order_delivery.shippingMethod.deliveryTime.translation.languageId` FROM `delivery_time_translation` `order_delivery.shippingMethod.deliveryTime.translation` WHERE `order_delivery.shippingMethod.deliveryTime.translation`.language_id = :languageId) `order_delivery.shippingMethod.deliveryTime.delivery_time_translation` ON `order_delivery.shippingMethod.deliveryTime.delivery_time_translation`.`delivery_time_id` = `order_delivery.shippingMethod.deliveryTime`.`id` WHERE (`order_delivery`.`version_id` = :version) AND ((`order_delivery`.`order_id` IN (:param_9cc298c9bdb4490da73fcb9f229b0a19)))
3.99 ms
(0.00%)
# order-route::order-loading::association::transactions::read
SELECT `order_transaction`.`id` as `order_transaction.id`, `order_transaction`.`version_id` as `order_transaction.versionId`, `order_transaction`.`order_id` as `order_transaction.orderId`, `order_transaction`.`order_version_id` as `order_transaction.orderVersionId`, `order_transaction`.`payment_method_id` as `order_transaction.paymentMethodId`, `order_transaction`.`amount` as `order_transaction.amount`, `order_transaction`.`state_id` as `order_transaction.stateId`, `order_transaction.stateMachineState`.`id` as `order_transaction.stateMachineState.id`, `order_transaction.stateMachineState`.`technical_name` as `order_transaction.stateMachineState.technicalName`, `order_transaction.stateMachineState`.`state_machine_id` as `order_transaction.stateMachineState.stateMachineId`, `order_transaction.stateMachineState`.`created_at` as `order_transaction.stateMachineState.createdAt`, `order_transaction.stateMachineState`.`updated_at` as `order_transaction.stateMachineState.updatedAt`, `order_transaction.stateMachineState.translation.name`, COALESCE(`order_transaction.stateMachineState.translation.name`,`order_transaction.stateMachineState.translation.name`) as `order_transaction.stateMachineState.name`, `order_transaction.stateMachineState.translation.customFields`, COALESCE(`order_transaction.stateMachineState.translation.customFields`,`order_transaction.stateMachineState.translation.customFields`) as `order_transaction.stateMachineState.customFields`, `order_transaction.stateMachineState.translation.createdAt`, `order_transaction.stateMachineState.translation.updatedAt`, `order_transaction.stateMachineState.translation.stateMachineStateId`, `order_transaction.stateMachineState.translation.languageId`, `order_transaction`.`custom_fields` as `order_transaction.customFields`, `order_transaction`.`created_at` as `order_transaction.createdAt`, `order_transaction`.`updated_at` as `order_transaction.updatedAt`, `order_transaction.paymentMethod`.`id` as `order_transaction.paymentMethod.id`, `order_transaction.paymentMethod`.`plugin_id` as `order_transaction.paymentMethod.pluginId`, `order_transaction.paymentMethod`.`handler_identifier` as `order_transaction.paymentMethod.handlerIdentifier`, `order_transaction.paymentMethod`.`position` as `order_transaction.paymentMethod.position`, `order_transaction.paymentMethod`.`active` as `order_transaction.paymentMethod.active`, `order_transaction.paymentMethod`.`after_order_enabled` as `order_transaction.paymentMethod.afterOrderEnabled`, `order_transaction.paymentMethod`.`availability_rule_id` as `order_transaction.paymentMethod.availabilityRuleId`, `order_transaction.paymentMethod`.`media_id` as `order_transaction.paymentMethod.mediaId`, `order_transaction.paymentMethod.appPaymentMethod`.`id` as `order_transaction.paymentMethod.appPaymentMethod.id`, `order_transaction.paymentMethod.appPaymentMethod`.`app_name` as `order_transaction.paymentMethod.appPaymentMethod.appName`, `order_transaction.paymentMethod.appPaymentMethod`.`identifier` as `order_transaction.paymentMethod.appPaymentMethod.identifier`, `order_transaction.paymentMethod.appPaymentMethod`.`pay_url` as `order_transaction.paymentMethod.appPaymentMethod.payUrl`, `order_transaction.paymentMethod.appPaymentMethod`.`finalize_url` as `order_transaction.paymentMethod.appPaymentMethod.finalizeUrl`, `order_transaction.paymentMethod.appPaymentMethod`.`validate_url` as `order_transaction.paymentMethod.appPaymentMethod.validateUrl`, `order_transaction.paymentMethod.appPaymentMethod`.`capture_url` as `order_transaction.paymentMethod.appPaymentMethod.captureUrl`, `order_transaction.paymentMethod.appPaymentMethod`.`refund_url` as `order_transaction.paymentMethod.appPaymentMethod.refundUrl`, `order_transaction.paymentMethod.appPaymentMethod`.`app_id` as `order_transaction.paymentMethod.appPaymentMethod.appId`, `order_transaction.paymentMethod.appPaymentMethod`.`original_media_id` as `order_transaction.paymentMethod.appPaymentMethod.originalMediaId`, `order_transaction.paymentMethod.appPaymentMethod`.`payment_method_id` as `order_transaction.paymentMethod.appPaymentMethod.paymentMethodId`, `order_transaction.paymentMethod.appPaymentMethod`.`created_at` as `order_transaction.paymentMethod.appPaymentMethod.createdAt`, `order_transaction.paymentMethod.appPaymentMethod`.`updated_at` as `order_transaction.paymentMethod.appPaymentMethod.updatedAt`, `order_transaction.paymentMethod`.`created_at` as `order_transaction.paymentMethod.createdAt`, `order_transaction.paymentMethod`.`updated_at` as `order_transaction.paymentMethod.updatedAt`, `order_transaction.paymentMethod.translation.name`, COALESCE(`order_transaction.paymentMethod.translation.name`,`order_transaction.paymentMethod.translation.name`) as `order_transaction.paymentMethod.name`, `order_transaction.paymentMethod.translation.distinguishableName`, COALESCE(`order_transaction.paymentMethod.translation.distinguishableName`,`order_transaction.paymentMethod.translation.distinguishableName`) as `order_transaction.paymentMethod.distinguishableName`, `order_transaction.paymentMethod.translation.description`, COALESCE(`order_transaction.paymentMethod.translation.description`,`order_transaction.paymentMethod.translation.description`) as `order_transaction.paymentMethod.description`, `order_transaction.paymentMethod.translation.customFields`, COALESCE(`order_transaction.paymentMethod.translation.customFields`,`order_transaction.paymentMethod.translation.customFields`) as `order_transaction.paymentMethod.customFields`, `order_transaction.paymentMethod.translation.createdAt`, `order_transaction.paymentMethod.translation.updatedAt`, `order_transaction.paymentMethod.translation.paymentMethodId`, `order_transaction.paymentMethod.translation.languageId` FROM `order_transaction` LEFT JOIN `state_machine_state` `order_transaction.stateMachineState` ON `order_transaction`.`state_id` = `order_transaction.stateMachineState`.`id` LEFT JOIN `payment_method` `order_transaction.paymentMethod` ON `order_transaction`.`payment_method_id` = `order_transaction.paymentMethod`.`id` LEFT JOIN (SELECT `order_transaction.stateMachineState.translation`.state_machine_state_id, `order_transaction.stateMachineState.translation`.name as `order_transaction.stateMachineState.translation.name`, `order_transaction.stateMachineState.translation`.custom_fields as `order_transaction.stateMachineState.translation.customFields`, `order_transaction.stateMachineState.translation`.created_at as `order_transaction.stateMachineState.translation.createdAt`, `order_transaction.stateMachineState.translation`.updated_at as `order_transaction.stateMachineState.translation.updatedAt`, `order_transaction.stateMachineState.translation`.state_machine_state_id as `order_transaction.stateMachineState.translation.stateMachineStateId`, `order_transaction.stateMachineState.translation`.language_id as `order_transaction.stateMachineState.translation.languageId` FROM `state_machine_state_translation` `order_transaction.stateMachineState.translation` WHERE `order_transaction.stateMachineState.translation`.language_id = :languageId) `order_transaction.stateMachineState.state_machine_state_translation` ON `order_transaction.stateMachineState.state_machine_state_translation`.`state_machine_state_id` = `order_transaction.stateMachineState`.`id` LEFT JOIN (SELECT `order_transaction.paymentMethod.translation`.payment_method_id, `order_transaction.paymentMethod.translation`.name as `order_transaction.paymentMethod.translation.name`, `order_transaction.paymentMethod.translation`.distinguishable_name as `order_transaction.paymentMethod.translation.distinguishableName`, `order_transaction.paymentMethod.translation`.description as `order_transaction.paymentMethod.translation.description`, `order_transaction.paymentMethod.translation`.custom_fields as `order_transaction.paymentMethod.translation.customFields`, `order_transaction.paymentMethod.translation`.created_at as `order_transaction.paymentMethod.translation.createdAt`, `order_transaction.paymentMethod.translation`.updated_at as `order_transaction.paymentMethod.translation.updatedAt`, `order_transaction.paymentMethod.translation`.payment_method_id as `order_transaction.paymentMethod.translation.paymentMethodId`, `order_transaction.paymentMethod.translation`.language_id as `order_transaction.paymentMethod.translation.languageId` FROM `payment_method_translation` `order_transaction.paymentMethod.translation` WHERE `order_transaction.paymentMethod.translation`.language_id = :languageId) `order_transaction.paymentMethod.payment_method_translation` ON `order_transaction.paymentMethod.payment_method_translation`.`payment_method_id` = `order_transaction.paymentMethod`.`id` LEFT JOIN `app_payment_method` `order_transaction.paymentMethod.appPaymentMethod` ON `order_transaction.paymentMethod`.`id` = `order_transaction.paymentMethod.appPaymentMethod`.`payment_method_id` WHERE (`order_transaction`.`version_id` = :version) AND ((`order_transaction`.`order_id` IN (:param_acb5f88e192c4be5922f630e1ffe1817))) ORDER BY `order_transaction`.`created_at` ASC
2.18 ms
(0.00%)
# order-route::order-loading::association::lineItems::read
SELECT `order_line_item`.`id` as `order_line_item.id`, `order_line_item`.`version_id` as `order_line_item.versionId`, `order_line_item`.`order_id` as `order_line_item.orderId`, `order_line_item`.`order_version_id` as `order_line_item.orderVersionId`, `order_line_item`.`product_id` as `order_line_item.productId`, `order_line_item`.`product_version_id` as `order_line_item.productVersionId`, `order_line_item`.`promotion_id` as `order_line_item.promotionId`, `order_line_item`.`parent_id` as `order_line_item.parentId`, `order_line_item`.`parent_version_id` as `order_line_item.parentVersionId`, `order_line_item`.`cover_id` as `order_line_item.coverId`, `order_line_item`.`identifier` as `order_line_item.identifier`, `order_line_item`.`referenced_id` as `order_line_item.referencedId`, `order_line_item`.`quantity` as `order_line_item.quantity`, `order_line_item`.`label` as `order_line_item.label`, `order_line_item`.`payload` as `order_line_item.payload`, `order_line_item`.`good` as `order_line_item.good`, `order_line_item`.`removable` as `order_line_item.removable`, `order_line_item`.`stackable` as `order_line_item.stackable`, `order_line_item`.`position` as `order_line_item.position`, `order_line_item`.`states` as `order_line_item.states`, `order_line_item`.`price` as `order_line_item.price`, `order_line_item`.`price_definition` as `order_line_item.priceDefinition`, `order_line_item`.`unit_price` as `order_line_item.unitPrice`, `order_line_item`.`total_price` as `order_line_item.totalPrice`, `order_line_item`.`description` as `order_line_item.description`, `order_line_item`.`type` as `order_line_item.type`, `order_line_item`.`custom_fields` as `order_line_item.customFields`, `order_line_item`.`created_at` as `order_line_item.createdAt`, `order_line_item`.`updated_at` as `order_line_item.updatedAt`, `order_line_item.cover`.`id` as `order_line_item.cover.id`, `order_line_item.cover`.`user_id` as `order_line_item.cover.userId`, `order_line_item.cover`.`media_folder_id` as `order_line_item.cover.mediaFolderId`, `order_line_item.cover`.`mime_type` as `order_line_item.cover.mimeType`, `order_line_item.cover`.`file_extension` as `order_line_item.cover.fileExtension`, `order_line_item.cover`.`uploaded_at` as `order_line_item.cover.uploadedAt`, `order_line_item.cover`.`file_name` as `order_line_item.cover.fileName`, `order_line_item.cover`.`file_size` as `order_line_item.cover.fileSize`, `order_line_item.cover`.`media_type` as `order_line_item.cover.mediaTypeRaw`, `order_line_item.cover`.`meta_data` as `order_line_item.cover.metaData`, `order_line_item.cover`.`private` as `order_line_item.cover.private`, `order_line_item.cover`.`thumbnails_ro` as `order_line_item.cover.thumbnailsRo`, `order_line_item.cover`.`created_at` as `order_line_item.cover.createdAt`, `order_line_item.cover`.`updated_at` as `order_line_item.cover.updatedAt`, `order_line_item.cover.translation.title`, COALESCE(`order_line_item.cover.translation.title`,`order_line_item.cover.translation.title`) as `order_line_item.cover.title`, `order_line_item.cover.translation.alt`, COALESCE(`order_line_item.cover.translation.alt`,`order_line_item.cover.translation.alt`) as `order_line_item.cover.alt`, `order_line_item.cover.translation.customFields`, COALESCE(`order_line_item.cover.translation.customFields`,`order_line_item.cover.translation.customFields`) as `order_line_item.cover.customFields`, `order_line_item.cover.translation.createdAt`, `order_line_item.cover.translation.updatedAt`, `order_line_item.cover.translation.mediaId`, `order_line_item.cover.translation.languageId` FROM `order_line_item` LEFT JOIN `media` `order_line_item.cover` ON `order_line_item`.`cover_id` = `order_line_item.cover`.`id` LEFT JOIN (SELECT `order_line_item.cover.translation`.media_id, `order_line_item.cover.translation`.title as `order_line_item.cover.translation.title`, `order_line_item.cover.translation`.alt as `order_line_item.cover.translation.alt`, `order_line_item.cover.translation`.custom_fields as `order_line_item.cover.translation.customFields`, `order_line_item.cover.translation`.created_at as `order_line_item.cover.translation.createdAt`, `order_line_item.cover.translation`.updated_at as `order_line_item.cover.translation.updatedAt`, `order_line_item.cover.translation`.media_id as `order_line_item.cover.translation.mediaId`, `order_line_item.cover.translation`.language_id as `order_line_item.cover.translation.languageId` FROM `media_translation` `order_line_item.cover.translation` WHERE `order_line_item.cover.translation`.language_id = :languageId) `order_line_item.cover.media_translation` ON `order_line_item.cover.media_translation`.`media_id` = `order_line_item.cover`.`id` WHERE (`order_line_item`.`version_id` = :version) AND ((`order_line_item`.`order_id` IN (:param_01c26a7c1c8a479990a209f04e2e5071)))
1.56 ms
(0.00%)
# order-route::order-loading::association::lineItems::association::downloads::read
SELECT `order_line_item_download`.`id` as `order_line_item_download.id`, `order_line_item_download`.`version_id` as `order_line_item_download.versionId`, `order_line_item_download`.`order_line_item_id` as `order_line_item_download.orderLineItemId`, `order_line_item_download`.`order_line_item_version_id` as `order_line_item_download.orderLineItemVersionId`, `order_line_item_download`.`media_id` as `order_line_item_download.mediaId`, `order_line_item_download`.`position` as `order_line_item_download.position`, `order_line_item_download`.`access_granted` as `order_line_item_download.accessGranted`, `order_line_item_download`.`custom_fields` as `order_line_item_download.customFields`, `order_line_item_download`.`created_at` as `order_line_item_download.createdAt`, `order_line_item_download`.`updated_at` as `order_line_item_download.updatedAt`, `order_line_item_download.media`.`id` as `order_line_item_download.media.id`, `order_line_item_download.media`.`user_id` as `order_line_item_download.media.userId`, `order_line_item_download.media`.`media_folder_id` as `order_line_item_download.media.mediaFolderId`, `order_line_item_download.media`.`mime_type` as `order_line_item_download.media.mimeType`, `order_line_item_download.media`.`file_extension` as `order_line_item_download.media.fileExtension`, `order_line_item_download.media`.`uploaded_at` as `order_line_item_download.media.uploadedAt`, `order_line_item_download.media`.`file_name` as `order_line_item_download.media.fileName`, `order_line_item_download.media`.`file_size` as `order_line_item_download.media.fileSize`, `order_line_item_download.media`.`media_type` as `order_line_item_download.media.mediaTypeRaw`, `order_line_item_download.media`.`meta_data` as `order_line_item_download.media.metaData`, `order_line_item_download.media`.`private` as `order_line_item_download.media.private`, `order_line_item_download.media`.`thumbnails_ro` as `order_line_item_download.media.thumbnailsRo`, `order_line_item_download.media`.`created_at` as `order_line_item_download.media.createdAt`, `order_line_item_download.media`.`updated_at` as `order_line_item_download.media.updatedAt`, `order_line_item_download.media.translation.title`, COALESCE(`order_line_item_download.media.translation.title`,`order_line_item_download.media.translation.title`) as `order_line_item_download.media.title`, `order_line_item_download.media.translation.alt`, COALESCE(`order_line_item_download.media.translation.alt`,`order_line_item_download.media.translation.alt`) as `order_line_item_download.media.alt`, `order_line_item_download.media.translation.customFields`, COALESCE(`order_line_item_download.media.translation.customFields`,`order_line_item_download.media.translation.customFields`) as `order_line_item_download.media.customFields`, `order_line_item_download.media.translation.createdAt`, `order_line_item_download.media.translation.updatedAt`, `order_line_item_download.media.translation.mediaId`, `order_line_item_download.media.translation.languageId` FROM `order_line_item_download` LEFT JOIN `media` `order_line_item_download.media` ON `order_line_item_download`.`media_id` = `order_line_item_download.media`.`id` LEFT JOIN (SELECT `order_line_item_download.media.translation`.media_id, `order_line_item_download.media.translation`.title as `order_line_item_download.media.translation.title`, `order_line_item_download.media.translation`.alt as `order_line_item_download.media.translation.alt`, `order_line_item_download.media.translation`.custom_fields as `order_line_item_download.media.translation.customFields`, `order_line_item_download.media.translation`.created_at as `order_line_item_download.media.translation.createdAt`, `order_line_item_download.media.translation`.updated_at as `order_line_item_download.media.translation.updatedAt`, `order_line_item_download.media.translation`.media_id as `order_line_item_download.media.translation.mediaId`, `order_line_item_download.media.translation`.language_id as `order_line_item_download.media.translation.languageId` FROM `media_translation` `order_line_item_download.media.translation` WHERE `order_line_item_download.media.translation`.language_id = :languageId) `order_line_item_download.media.media_translation` ON `order_line_item_download.media.media_translation`.`media_id` = `order_line_item_download.media`.`id` WHERE (`order_line_item_download`.`version_id` = :version) AND ((`order_line_item_download`.`order_line_item_id` IN (:param_0c9063615f7840e5a2bdd11f2aa42897)))
3.73 ms
(0.00%)
# order-route::order-loading::association::addresses::read
SELECT `order_address`.`id` as `order_address.id`, `order_address`.`version_id` as `order_address.versionId`, `order_address`.`country_id` as `order_address.countryId`, `order_address`.`country_state_id` as `order_address.countryStateId`, `order_address`.`order_id` as `order_address.orderId`, `order_address`.`order_version_id` as `order_address.orderVersionId`, `order_address`.`salutation_id` as `order_address.salutationId`, `order_address`.`first_name` as `order_address.firstName`, `order_address`.`last_name` as `order_address.lastName`, `order_address`.`street` as `order_address.street`, `order_address`.`zipcode` as `order_address.zipcode`, `order_address`.`city` as `order_address.city`, `order_address`.`company` as `order_address.company`, `order_address`.`department` as `order_address.department`, `order_address`.`title` as `order_address.title`, `order_address`.`vat_id` as `order_address.vatId`, `order_address`.`phone_number` as `order_address.phoneNumber`, `order_address`.`additional_address_line1` as `order_address.additionalAddressLine1`, `order_address`.`additional_address_line2` as `order_address.additionalAddressLine2`, `order_address`.`custom_fields` as `order_address.customFields`, `order_address`.`created_at` as `order_address.createdAt`, `order_address`.`updated_at` as `order_address.updatedAt`, `order_address.country`.`id` as `order_address.country.id`, `order_address.country`.`iso` as `order_address.country.iso`, `order_address.country`.`position` as `order_address.country.position`, `order_address.country`.`active` as `order_address.country.active`, `order_address.country`.`shipping_available` as `order_address.country.shippingAvailable`, `order_address.country`.`iso3` as `order_address.country.iso3`, `order_address.country`.`display_state_in_registration` as `order_address.country.displayStateInRegistration`, `order_address.country`.`force_state_in_registration` as `order_address.country.forceStateInRegistration`, `order_address.country`.`company_tax_free` as `order_address.country.companyTaxFree`, `order_address.country`.`check_vat_id_pattern` as `order_address.country.checkVatIdPattern`, `order_address.country`.`vat_id_required` as `order_address.country.vatIdRequired`, `order_address.country`.`tax_free` as `order_address.country.taxFree`, `order_address.country`.`vat_id_pattern` as `order_address.country.vatIdPattern`, `order_address.country`.`customer_tax` as `order_address.country.customerTax`, `order_address.country`.`company_tax` as `order_address.country.companyTax`, `order_address.country`.`postal_code_required` as `order_address.country.postalCodeRequired`, `order_address.country`.`check_postal_code_pattern` as `order_address.country.checkPostalCodePattern`, `order_address.country`.`check_advanced_postal_code_pattern` as `order_address.country.checkAdvancedPostalCodePattern`, `order_address.country`.`advanced_postal_code_pattern` as `order_address.country.advancedPostalCodePattern`, `order_address.country`.`default_postal_code_pattern` as `order_address.country.defaultPostalCodePattern`, `order_address.country`.`created_at` as `order_address.country.createdAt`, `order_address.country`.`updated_at` as `order_address.country.updatedAt`, `order_address.country.translation.name`, COALESCE(`order_address.country.translation.name`,`order_address.country.translation.name`) as `order_address.country.name`, `order_address.country.translation.addressFormat`, COALESCE(`order_address.country.translation.addressFormat`,`order_address.country.translation.addressFormat`) as `order_address.country.addressFormat`, `order_address.country.translation.customFields`, COALESCE(`order_address.country.translation.customFields`,`order_address.country.translation.customFields`) as `order_address.country.customFields`, `order_address.country.translation.createdAt`, `order_address.country.translation.updatedAt`, `order_address.country.translation.countryId`, `order_address.country.translation.languageId`, `order_address.countryState`.`id` as `order_address.countryState.id`, `order_address.countryState`.`country_id` as `order_address.countryState.countryId`, `order_address.countryState`.`short_code` as `order_address.countryState.shortCode`, `order_address.countryState`.`position` as `order_address.countryState.position`, `order_address.countryState`.`active` as `order_address.countryState.active`, `order_address.countryState`.`created_at` as `order_address.countryState.createdAt`, `order_address.countryState`.`updated_at` as `order_address.countryState.updatedAt`, `order_address.countryState.translation.name`, COALESCE(`order_address.countryState.translation.name`,`order_address.countryState.translation.name`) as `order_address.countryState.name`, `order_address.countryState.translation.customFields`, COALESCE(`order_address.countryState.translation.customFields`,`order_address.countryState.translation.customFields`) as `order_address.countryState.customFields`, `order_address.countryState.translation.createdAt`, `order_address.countryState.translation.updatedAt`, `order_address.countryState.translation.countryStateId`, `order_address.countryState.translation.languageId` FROM `order_address` LEFT JOIN `country` `order_address.country` ON `order_address`.`country_id` = `order_address.country`.`id` LEFT JOIN `country_state` `order_address.countryState` ON `order_address`.`country_state_id` = `order_address.countryState`.`id` LEFT JOIN (SELECT `order_address.country.translation`.country_id, `order_address.country.translation`.name as `order_address.country.translation.name`, `order_address.country.translation`.address_format as `order_address.country.translation.addressFormat`, `order_address.country.translation`.custom_fields as `order_address.country.translation.customFields`, `order_address.country.translation`.created_at as `order_address.country.translation.createdAt`, `order_address.country.translation`.updated_at as `order_address.country.translation.updatedAt`, `order_address.country.translation`.country_id as `order_address.country.translation.countryId`, `order_address.country.translation`.language_id as `order_address.country.translation.languageId` FROM `country_translation` `order_address.country.translation` WHERE `order_address.country.translation`.language_id = :languageId) `order_address.country.country_translation` ON `order_address.country.country_translation`.`country_id` = `order_address.country`.`id` LEFT JOIN (SELECT `order_address.countryState.translation`.country_state_id, `order_address.countryState.translation`.name as `order_address.countryState.translation.name`, `order_address.countryState.translation`.custom_fields as `order_address.countryState.translation.customFields`, `order_address.countryState.translation`.created_at as `order_address.countryState.translation.createdAt`, `order_address.countryState.translation`.updated_at as `order_address.countryState.translation.updatedAt`, `order_address.countryState.translation`.country_state_id as `order_address.countryState.translation.countryStateId`, `order_address.countryState.translation`.language_id as `order_address.countryState.translation.languageId` FROM `country_state_translation` `order_address.countryState.translation` WHERE `order_address.countryState.translation`.language_id = :languageId) `order_address.countryState.country_state_translation` ON `order_address.countryState.country_state_translation`.`country_state_id` = `order_address.countryState`.`id` WHERE (`order_address`.`version_id` = :version) AND ((`order_address`.`order_id` IN (:param_fab379ddddba41b19436d142e1725350)))
0.91 ms
(0.00%)
UPDATE product
            LEFT JOIN product parent
                ON parent.id = product.parent_id
                AND parent.version_id = product.version_id

            SET product.available = IFNULL((
                IFNULL(product.is_closeout, parent.is_closeout) * product.available_stock
                >=
                IFNULL(product.is_closeout, parent.is_closeout) * IFNULL(product.min_purchase, parent.min_purchase)
            ), 0)
            WHERE product.id IN (:ids)
            AND product.version_id = :version
0.26 ms
(0.00%)
SELECT LOWER(HEX(id)) FROM product WHERE available = 0 AND id IN (:ids) AND product.version_id = :version
5.11 ms
(0.00%)
SELECT `order`.`id` as `order.id`, `order`.`version_id` as `order.versionId`, `order`.`auto_increment` as `order.autoIncrement`, `order`.`order_number` as `order.orderNumber`, `order`.`billing_address_id` as `order.billingAddressId`, `order`.`billing_address_version_id` as `order.billingAddressVersionId`, `order`.`currency_id` as `order.currencyId`, `order`.`language_id` as `order.languageId`, `order`.`sales_channel_id` as `order.salesChannelId`, `order`.`order_date_time` as `order.orderDateTime`, `order`.`order_date` as `order.orderDate`, `order`.`price` as `order.price`, `order`.`amount_total` as `order.amountTotal`, `order`.`amount_net` as `order.amountNet`, `order`.`position_price` as `order.positionPrice`, `order`.`tax_status` as `order.taxStatus`, `order`.`shipping_costs` as `order.shippingCosts`, `order`.`shipping_total` as `order.shippingTotal`, `order`.`currency_factor` as `order.currencyFactor`, `order`.`deep_link_code` as `order.deepLinkCode`, `order`.`affiliate_code` as `order.affiliateCode`, `order`.`campaign_code` as `order.campaignCode`, `order`.`customer_comment` as `order.customerComment`, `order`.`state_id` as `order.stateId`, `order.stateMachineState`.`id` as `order.stateMachineState.id`, `order.stateMachineState`.`technical_name` as `order.stateMachineState.technicalName`, `order.stateMachineState`.`state_machine_id` as `order.stateMachineState.stateMachineId`, `order.stateMachineState`.`created_at` as `order.stateMachineState.createdAt`, `order.stateMachineState`.`updated_at` as `order.stateMachineState.updatedAt`, `order.stateMachineState.translation.name`, COALESCE(`order.stateMachineState.translation.name`,`order.stateMachineState.translation.name`) as `order.stateMachineState.name`, `order.stateMachineState.translation.customFields`, COALESCE(`order.stateMachineState.translation.customFields`,`order.stateMachineState.translation.customFields`) as `order.stateMachineState.customFields`, `order.stateMachineState.translation.createdAt`, `order.stateMachineState.translation.updatedAt`, `order.stateMachineState.translation.stateMachineStateId`, `order.stateMachineState.translation.languageId`, `order`.`rule_ids` as `order.ruleIds`, `order`.`custom_fields` as `order.customFields`, `order`.`created_by_id` as `order.createdById`, `order`.`updated_by_id` as `order.updatedById`, `order.orderCustomer`.`id` as `order.orderCustomer.id`, `order.orderCustomer`.`version_id` as `order.orderCustomer.versionId`, `order.orderCustomer`.`customer_id` as `order.orderCustomer.customerId`, `order.orderCustomer`.`order_id` as `order.orderCustomer.orderId`, `order.orderCustomer`.`order_version_id` as `order.orderCustomer.orderVersionId`, `order.orderCustomer`.`email` as `order.orderCustomer.email`, `order.orderCustomer`.`salutation_id` as `order.orderCustomer.salutationId`, `order.orderCustomer`.`first_name` as `order.orderCustomer.firstName`, `order.orderCustomer`.`last_name` as `order.orderCustomer.lastName`, `order.orderCustomer`.`company` as `order.orderCustomer.company`, `order.orderCustomer`.`title` as `order.orderCustomer.title`, `order.orderCustomer`.`vat_ids` as `order.orderCustomer.vatIds`, `order.orderCustomer`.`customer_number` as `order.orderCustomer.customerNumber`, `order.orderCustomer`.`custom_fields` as `order.orderCustomer.customFields`, `order.orderCustomer`.`remote_address` as `order.orderCustomer.remoteAddress`, `order.orderCustomer`.`created_at` as `order.orderCustomer.createdAt`, `order.orderCustomer`.`updated_at` as `order.orderCustomer.updatedAt`, `order`.`item_rounding` as `order.itemRounding`, `order`.`total_rounding` as `order.totalRounding`, `order`.`created_at` as `order.createdAt`, `order`.`updated_at` as `order.updatedAt`, `order.currency`.`id` as `order.currency.id`, `order.currency`.`factor` as `order.currency.factor`, `order.currency`.`symbol` as `order.currency.symbol`, `order.currency`.`iso_code` as `order.currency.isoCode`, `order.currency`.`position` as `order.currency.position`, `order.currency`.`item_rounding` as `order.currency.itemRounding`, `order.currency`.`total_rounding` as `order.currency.totalRounding`, `order.currency`.`tax_free_from` as `order.currency.taxFreeFrom`, `order.currency`.`created_at` as `order.currency.createdAt`, `order.currency`.`updated_at` as `order.currency.updatedAt`, `order.currency.translation.shortName`, COALESCE(`order.currency.translation.shortName`,`order.currency.translation.shortName`) as `order.currency.shortName`, `order.currency.translation.name`, COALESCE(`order.currency.translation.name`,`order.currency.translation.name`) as `order.currency.name`, `order.currency.translation.customFields`, COALESCE(`order.currency.translation.customFields`,`order.currency.translation.customFields`) as `order.currency.customFields`, `order.currency.translation.createdAt`, `order.currency.translation.updatedAt`, `order.currency.translation.currencyId`, `order.currency.translation.languageId`, (SELECT GROUP_CONCAT(HEX(`order.tags.mapping`.`tag_id`) SEPARATOR '||')
                  FROM `order_tag` `order.tags.mapping`
                  WHERE `order.tags.mapping`.`order_id` = `order`.`id` ) as `order.tags.id_mapping` FROM `order` LEFT JOIN `state_machine_state` `order.stateMachineState` ON `order`.`state_id` = `order.stateMachineState`.`id` LEFT JOIN `order_customer` `order.orderCustomer` ON `order`.`id` = `order.orderCustomer`.`order_id` AND `order`.`version_id` = `order.orderCustomer`.`version_id` LEFT JOIN `currency` `order.currency` ON `order`.`currency_id` = `order.currency`.`id` LEFT JOIN (SELECT `order.stateMachineState.translation`.state_machine_state_id, `order.stateMachineState.translation`.name as `order.stateMachineState.translation.name`, `order.stateMachineState.translation`.custom_fields as `order.stateMachineState.translation.customFields`, `order.stateMachineState.translation`.created_at as `order.stateMachineState.translation.createdAt`, `order.stateMachineState.translation`.updated_at as `order.stateMachineState.translation.updatedAt`, `order.stateMachineState.translation`.state_machine_state_id as `order.stateMachineState.translation.stateMachineStateId`, `order.stateMachineState.translation`.language_id as `order.stateMachineState.translation.languageId` FROM `state_machine_state_translation` `order.stateMachineState.translation` WHERE `order.stateMachineState.translation`.language_id = :languageId) `order.stateMachineState.state_machine_state_translation` ON `order.stateMachineState.state_machine_state_translation`.`state_machine_state_id` = `order.stateMachineState`.`id` LEFT JOIN (SELECT `order.currency.translation`.currency_id, `order.currency.translation`.short_name as `order.currency.translation.shortName`, `order.currency.translation`.name as `order.currency.translation.name`, `order.currency.translation`.custom_fields as `order.currency.translation.customFields`, `order.currency.translation`.created_at as `order.currency.translation.createdAt`, `order.currency.translation`.updated_at as `order.currency.translation.updatedAt`, `order.currency.translation`.currency_id as `order.currency.translation.currencyId`, `order.currency.translation`.language_id as `order.currency.translation.languageId` FROM `currency_translation` `order.currency.translation` WHERE `order.currency.translation`.language_id = :languageId) `order.currency.currency_translation` ON `order.currency.currency_translation`.`currency_id` = `order.currency`.`id` WHERE (`order`.`version_id` = :version) AND (`order`.`id` IN (:ids))
0.97 ms
(0.00%)
SELECT `order_line_item`.`id` as `order_line_item.id`, `order_line_item`.`version_id` as `order_line_item.versionId`, `order_line_item`.`order_id` as `order_line_item.orderId`, `order_line_item`.`order_version_id` as `order_line_item.orderVersionId`, `order_line_item`.`product_id` as `order_line_item.productId`, `order_line_item`.`product_version_id` as `order_line_item.productVersionId`, `order_line_item`.`promotion_id` as `order_line_item.promotionId`, `order_line_item`.`parent_id` as `order_line_item.parentId`, `order_line_item`.`parent_version_id` as `order_line_item.parentVersionId`, `order_line_item`.`cover_id` as `order_line_item.coverId`, `order_line_item`.`identifier` as `order_line_item.identifier`, `order_line_item`.`referenced_id` as `order_line_item.referencedId`, `order_line_item`.`quantity` as `order_line_item.quantity`, `order_line_item`.`label` as `order_line_item.label`, `order_line_item`.`payload` as `order_line_item.payload`, `order_line_item`.`good` as `order_line_item.good`, `order_line_item`.`removable` as `order_line_item.removable`, `order_line_item`.`stackable` as `order_line_item.stackable`, `order_line_item`.`position` as `order_line_item.position`, `order_line_item`.`states` as `order_line_item.states`, `order_line_item`.`price` as `order_line_item.price`, `order_line_item`.`price_definition` as `order_line_item.priceDefinition`, `order_line_item`.`unit_price` as `order_line_item.unitPrice`, `order_line_item`.`total_price` as `order_line_item.totalPrice`, `order_line_item`.`description` as `order_line_item.description`, `order_line_item`.`type` as `order_line_item.type`, `order_line_item`.`custom_fields` as `order_line_item.customFields`, `order_line_item`.`created_at` as `order_line_item.createdAt`, `order_line_item`.`updated_at` as `order_line_item.updatedAt` FROM `order_line_item` WHERE (`order_line_item`.`version_id` = :version) AND ((`order_line_item`.`order_id` IN (:param_bd6ffeb1032545d5b971f95d8b701779)))
1.61 ms
(0.00%)
SELECT `order_line_item_download`.`id` as `order_line_item_download.id`, `order_line_item_download`.`version_id` as `order_line_item_download.versionId`, `order_line_item_download`.`order_line_item_id` as `order_line_item_download.orderLineItemId`, `order_line_item_download`.`order_line_item_version_id` as `order_line_item_download.orderLineItemVersionId`, `order_line_item_download`.`media_id` as `order_line_item_download.mediaId`, `order_line_item_download`.`position` as `order_line_item_download.position`, `order_line_item_download`.`access_granted` as `order_line_item_download.accessGranted`, `order_line_item_download`.`custom_fields` as `order_line_item_download.customFields`, `order_line_item_download`.`created_at` as `order_line_item_download.createdAt`, `order_line_item_download`.`updated_at` as `order_line_item_download.updatedAt`, `order_line_item_download.media`.`id` as `order_line_item_download.media.id`, `order_line_item_download.media`.`user_id` as `order_line_item_download.media.userId`, `order_line_item_download.media`.`media_folder_id` as `order_line_item_download.media.mediaFolderId`, `order_line_item_download.media`.`mime_type` as `order_line_item_download.media.mimeType`, `order_line_item_download.media`.`file_extension` as `order_line_item_download.media.fileExtension`, `order_line_item_download.media`.`uploaded_at` as `order_line_item_download.media.uploadedAt`, `order_line_item_download.media`.`file_name` as `order_line_item_download.media.fileName`, `order_line_item_download.media`.`file_size` as `order_line_item_download.media.fileSize`, `order_line_item_download.media`.`media_type` as `order_line_item_download.media.mediaTypeRaw`, `order_line_item_download.media`.`meta_data` as `order_line_item_download.media.metaData`, `order_line_item_download.media`.`private` as `order_line_item_download.media.private`, `order_line_item_download.media`.`thumbnails_ro` as `order_line_item_download.media.thumbnailsRo`, `order_line_item_download.media`.`created_at` as `order_line_item_download.media.createdAt`, `order_line_item_download.media`.`updated_at` as `order_line_item_download.media.updatedAt`, `order_line_item_download.media.translation.title`, COALESCE(`order_line_item_download.media.translation.title`,`order_line_item_download.media.translation.title`) as `order_line_item_download.media.title`, `order_line_item_download.media.translation.alt`, COALESCE(`order_line_item_download.media.translation.alt`,`order_line_item_download.media.translation.alt`) as `order_line_item_download.media.alt`, `order_line_item_download.media.translation.customFields`, COALESCE(`order_line_item_download.media.translation.customFields`,`order_line_item_download.media.translation.customFields`) as `order_line_item_download.media.customFields`, `order_line_item_download.media.translation.createdAt`, `order_line_item_download.media.translation.updatedAt`, `order_line_item_download.media.translation.mediaId`, `order_line_item_download.media.translation.languageId` FROM `order_line_item_download` LEFT JOIN `media` `order_line_item_download.media` ON `order_line_item_download`.`media_id` = `order_line_item_download.media`.`id` LEFT JOIN (SELECT `order_line_item_download.media.translation`.media_id, `order_line_item_download.media.translation`.title as `order_line_item_download.media.translation.title`, `order_line_item_download.media.translation`.alt as `order_line_item_download.media.translation.alt`, `order_line_item_download.media.translation`.custom_fields as `order_line_item_download.media.translation.customFields`, `order_line_item_download.media.translation`.created_at as `order_line_item_download.media.translation.createdAt`, `order_line_item_download.media.translation`.updated_at as `order_line_item_download.media.translation.updatedAt`, `order_line_item_download.media.translation`.media_id as `order_line_item_download.media.translation.mediaId`, `order_line_item_download.media.translation`.language_id as `order_line_item_download.media.translation.languageId` FROM `media_translation` `order_line_item_download.media.translation` WHERE `order_line_item_download.media.translation`.language_id = :languageId) `order_line_item_download.media.media_translation` ON `order_line_item_download.media.media_translation`.`media_id` = `order_line_item_download.media`.`id` WHERE (`order_line_item_download`.`version_id` = :version) AND ((`order_line_item_download`.`order_line_item_id` IN (:param_6d80452fb8114b24a8f18359da513063)))
17.10 ms
(0.00%)
SELECT `order_delivery`.`id` as `order_delivery.id`, `order_delivery`.`version_id` as `order_delivery.versionId`, `order_delivery`.`order_id` as `order_delivery.orderId`, `order_delivery`.`order_version_id` as `order_delivery.orderVersionId`, `order_delivery`.`shipping_order_address_id` as `order_delivery.shippingOrderAddressId`, `order_delivery`.`shipping_order_address_version_id` as `order_delivery.shippingOrderAddressVersionId`, `order_delivery`.`shipping_method_id` as `order_delivery.shippingMethodId`, `order_delivery`.`state_id` as `order_delivery.stateId`, `order_delivery.stateMachineState`.`id` as `order_delivery.stateMachineState.id`, `order_delivery.stateMachineState`.`technical_name` as `order_delivery.stateMachineState.technicalName`, `order_delivery.stateMachineState`.`state_machine_id` as `order_delivery.stateMachineState.stateMachineId`, `order_delivery.stateMachineState`.`created_at` as `order_delivery.stateMachineState.createdAt`, `order_delivery.stateMachineState`.`updated_at` as `order_delivery.stateMachineState.updatedAt`, `order_delivery.stateMachineState.translation.name`, COALESCE(`order_delivery.stateMachineState.translation.name`,`order_delivery.stateMachineState.translation.name`) as `order_delivery.stateMachineState.name`, `order_delivery.stateMachineState.translation.customFields`, COALESCE(`order_delivery.stateMachineState.translation.customFields`,`order_delivery.stateMachineState.translation.customFields`) as `order_delivery.stateMachineState.customFields`, `order_delivery.stateMachineState.translation.createdAt`, `order_delivery.stateMachineState.translation.updatedAt`, `order_delivery.stateMachineState.translation.stateMachineStateId`, `order_delivery.stateMachineState.translation.languageId`, `order_delivery`.`tracking_codes` as `order_delivery.trackingCodes`, `order_delivery`.`shipping_date_earliest` as `order_delivery.shippingDateEarliest`, `order_delivery`.`shipping_date_latest` as `order_delivery.shippingDateLatest`, `order_delivery`.`shipping_costs` as `order_delivery.shippingCosts`, `order_delivery`.`custom_fields` as `order_delivery.customFields`, `order_delivery.shippingOrderAddress`.`id` as `order_delivery.shippingOrderAddress.id`, `order_delivery.shippingOrderAddress`.`version_id` as `order_delivery.shippingOrderAddress.versionId`, `order_delivery.shippingOrderAddress`.`country_id` as `order_delivery.shippingOrderAddress.countryId`, `order_delivery.shippingOrderAddress`.`country_state_id` as `order_delivery.shippingOrderAddress.countryStateId`, `order_delivery.shippingOrderAddress`.`order_id` as `order_delivery.shippingOrderAddress.orderId`, `order_delivery.shippingOrderAddress`.`order_version_id` as `order_delivery.shippingOrderAddress.orderVersionId`, `order_delivery.shippingOrderAddress`.`salutation_id` as `order_delivery.shippingOrderAddress.salutationId`, `order_delivery.shippingOrderAddress`.`first_name` as `order_delivery.shippingOrderAddress.firstName`, `order_delivery.shippingOrderAddress`.`last_name` as `order_delivery.shippingOrderAddress.lastName`, `order_delivery.shippingOrderAddress`.`street` as `order_delivery.shippingOrderAddress.street`, `order_delivery.shippingOrderAddress`.`zipcode` as `order_delivery.shippingOrderAddress.zipcode`, `order_delivery.shippingOrderAddress`.`city` as `order_delivery.shippingOrderAddress.city`, `order_delivery.shippingOrderAddress`.`company` as `order_delivery.shippingOrderAddress.company`, `order_delivery.shippingOrderAddress`.`department` as `order_delivery.shippingOrderAddress.department`, `order_delivery.shippingOrderAddress`.`title` as `order_delivery.shippingOrderAddress.title`, `order_delivery.shippingOrderAddress`.`vat_id` as `order_delivery.shippingOrderAddress.vatId`, `order_delivery.shippingOrderAddress`.`phone_number` as `order_delivery.shippingOrderAddress.phoneNumber`, `order_delivery.shippingOrderAddress`.`additional_address_line1` as `order_delivery.shippingOrderAddress.additionalAddressLine1`, `order_delivery.shippingOrderAddress`.`additional_address_line2` as `order_delivery.shippingOrderAddress.additionalAddressLine2`, `order_delivery.shippingOrderAddress`.`custom_fields` as `order_delivery.shippingOrderAddress.customFields`, `order_delivery.shippingOrderAddress`.`created_at` as `order_delivery.shippingOrderAddress.createdAt`, `order_delivery.shippingOrderAddress`.`updated_at` as `order_delivery.shippingOrderAddress.updatedAt`, `order_delivery.shippingOrderAddress.country`.`id` as `order_delivery.shippingOrderAddress.country.id`, `order_delivery.shippingOrderAddress.country`.`iso` as `order_delivery.shippingOrderAddress.country.iso`, `order_delivery.shippingOrderAddress.country`.`position` as `order_delivery.shippingOrderAddress.country.position`, `order_delivery.shippingOrderAddress.country`.`active` as `order_delivery.shippingOrderAddress.country.active`, `order_delivery.shippingOrderAddress.country`.`shipping_available` as `order_delivery.shippingOrderAddress.country.shippingAvailable`, `order_delivery.shippingOrderAddress.country`.`iso3` as `order_delivery.shippingOrderAddress.country.iso3`, `order_delivery.shippingOrderAddress.country`.`display_state_in_registration` as `order_delivery.shippingOrderAddress.country.displayStateInRegistration`, `order_delivery.shippingOrderAddress.country`.`force_state_in_registration` as `order_delivery.shippingOrderAddress.country.forceStateInRegistration`, `order_delivery.shippingOrderAddress.country`.`company_tax_free` as `order_delivery.shippingOrderAddress.country.companyTaxFree`, `order_delivery.shippingOrderAddress.country`.`check_vat_id_pattern` as `order_delivery.shippingOrderAddress.country.checkVatIdPattern`, `order_delivery.shippingOrderAddress.country`.`vat_id_required` as `order_delivery.shippingOrderAddress.country.vatIdRequired`, `order_delivery.shippingOrderAddress.country`.`tax_free` as `order_delivery.shippingOrderAddress.country.taxFree`, `order_delivery.shippingOrderAddress.country`.`vat_id_pattern` as `order_delivery.shippingOrderAddress.country.vatIdPattern`, `order_delivery.shippingOrderAddress.country`.`customer_tax` as `order_delivery.shippingOrderAddress.country.customerTax`, `order_delivery.shippingOrderAddress.country`.`company_tax` as `order_delivery.shippingOrderAddress.country.companyTax`, `order_delivery.shippingOrderAddress.country`.`postal_code_required` as `order_delivery.shippingOrderAddress.country.postalCodeRequired`, `order_delivery.shippingOrderAddress.country`.`check_postal_code_pattern` as `order_delivery.shippingOrderAddress.country.checkPostalCodePattern`, `order_delivery.shippingOrderAddress.country`.`check_advanced_postal_code_pattern` as `order_delivery.shippingOrderAddress.country.checkAdvancedPostalCodePattern`, `order_delivery.shippingOrderAddress.country`.`advanced_postal_code_pattern` as `order_delivery.shippingOrderAddress.country.advancedPostalCodePattern`, `order_delivery.shippingOrderAddress.country`.`default_postal_code_pattern` as `order_delivery.shippingOrderAddress.country.defaultPostalCodePattern`, `order_delivery.shippingOrderAddress.country`.`created_at` as `order_delivery.shippingOrderAddress.country.createdAt`, `order_delivery.shippingOrderAddress.country`.`updated_at` as `order_delivery.shippingOrderAddress.country.updatedAt`, `order_delivery.shippingOrderAddress.country.translation.name`, COALESCE(`order_delivery.shippingOrderAddress.country.translation.name`,`order_delivery.shippingOrderAddress.country.translation.name`) as `order_delivery.shippingOrderAddress.country.name`, `order_delivery.shippingOrderAddress.country.translation.addressFormat`, COALESCE(`order_delivery.shippingOrderAddress.country.translation.addressFormat`,`order_delivery.shippingOrderAddress.country.translation.addressFormat`) as `order_delivery.shippingOrderAddress.country.addressFormat`, `order_delivery.shippingOrderAddress.country.translation.customFields`, COALESCE(`order_delivery.shippingOrderAddress.country.translation.customFields`,`order_delivery.shippingOrderAddress.country.translation.customFields`) as `order_delivery.shippingOrderAddress.country.customFields`, `order_delivery.shippingOrderAddress.country.translation.createdAt`, `order_delivery.shippingOrderAddress.country.translation.updatedAt`, `order_delivery.shippingOrderAddress.country.translation.countryId`, `order_delivery.shippingOrderAddress.country.translation.languageId`, `order_delivery.shippingOrderAddress.countryState`.`id` as `order_delivery.shippingOrderAddress.countryState.id`, `order_delivery.shippingOrderAddress.countryState`.`country_id` as `order_delivery.shippingOrderAddress.countryState.countryId`, `order_delivery.shippingOrderAddress.countryState`.`short_code` as `order_delivery.shippingOrderAddress.countryState.shortCode`, `order_delivery.shippingOrderAddress.countryState`.`position` as `order_delivery.shippingOrderAddress.countryState.position`, `order_delivery.shippingOrderAddress.countryState`.`active` as `order_delivery.shippingOrderAddress.countryState.active`, `order_delivery.shippingOrderAddress.countryState`.`created_at` as `order_delivery.shippingOrderAddress.countryState.createdAt`, `order_delivery.shippingOrderAddress.countryState`.`updated_at` as `order_delivery.shippingOrderAddress.countryState.updatedAt`, `order_delivery.shippingOrderAddress.countryState.translation.name`, COALESCE(`order_delivery.shippingOrderAddress.countryState.translation.name`,`order_delivery.shippingOrderAddress.countryState.translation.name`) as `order_delivery.shippingOrderAddress.countryState.name`, `order_delivery.shippingOrderAddress.countryState.translation.customFields`, COALESCE(`order_delivery.shippingOrderAddress.countryState.translation.customFields`,`order_delivery.shippingOrderAddress.countryState.translation.customFields`) as `order_delivery.shippingOrderAddress.countryState.customFields`, `order_delivery.shippingOrderAddress.countryState.translation.createdAt`, `order_delivery.shippingOrderAddress.countryState.translation.updatedAt`, `order_delivery.shippingOrderAddress.countryState.translation.countryStateId`, `order_delivery.shippingOrderAddress.countryState.translation.languageId`, `order_delivery`.`created_at` as `order_delivery.createdAt`, `order_delivery`.`updated_at` as `order_delivery.updatedAt`, `order_delivery.shippingMethod`.`id` as `order_delivery.shippingMethod.id`, `order_delivery.shippingMethod`.`active` as `order_delivery.shippingMethod.active`, `order_delivery.shippingMethod`.`position` as `order_delivery.shippingMethod.position`, `order_delivery.shippingMethod`.`availability_rule_id` as `order_delivery.shippingMethod.availabilityRuleId`, `order_delivery.shippingMethod`.`media_id` as `order_delivery.shippingMethod.mediaId`, `order_delivery.shippingMethod`.`delivery_time_id` as `order_delivery.shippingMethod.deliveryTimeId`, `order_delivery.shippingMethod`.`tax_type` as `order_delivery.shippingMethod.taxType`, `order_delivery.shippingMethod`.`tax_id` as `order_delivery.shippingMethod.taxId`, `order_delivery.shippingMethod.deliveryTime`.`id` as `order_delivery.shippingMethod.deliveryTime.id`, `order_delivery.shippingMethod.deliveryTime`.`min` as `order_delivery.shippingMethod.deliveryTime.min`, `order_delivery.shippingMethod.deliveryTime`.`max` as `order_delivery.shippingMethod.deliveryTime.max`, `order_delivery.shippingMethod.deliveryTime`.`unit` as `order_delivery.shippingMethod.deliveryTime.unit`, `order_delivery.shippingMethod.deliveryTime`.`created_at` as `order_delivery.shippingMethod.deliveryTime.createdAt`, `order_delivery.shippingMethod.deliveryTime`.`updated_at` as `order_delivery.shippingMethod.deliveryTime.updatedAt`, `order_delivery.shippingMethod.deliveryTime.translation.name`, COALESCE(`order_delivery.shippingMethod.deliveryTime.translation.name`,`order_delivery.shippingMethod.deliveryTime.translation.name`) as `order_delivery.shippingMethod.deliveryTime.name`, `order_delivery.shippingMethod.deliveryTime.translation.customFields`, COALESCE(`order_delivery.shippingMethod.deliveryTime.translation.customFields`,`order_delivery.shippingMethod.deliveryTime.translation.customFields`) as `order_delivery.shippingMethod.deliveryTime.customFields`, `order_delivery.shippingMethod.deliveryTime.translation.createdAt`, `order_delivery.shippingMethod.deliveryTime.translation.updatedAt`, `order_delivery.shippingMethod.deliveryTime.translation.deliveryTimeId`, `order_delivery.shippingMethod.deliveryTime.translation.languageId`, `order_delivery.shippingMethod`.`created_at` as `order_delivery.shippingMethod.createdAt`, `order_delivery.shippingMethod`.`updated_at` as `order_delivery.shippingMethod.updatedAt`, `order_delivery.shippingMethod.translation.name`, COALESCE(`order_delivery.shippingMethod.translation.name`,`order_delivery.shippingMethod.translation.name`) as `order_delivery.shippingMethod.name`, `order_delivery.shippingMethod.translation.description`, COALESCE(`order_delivery.shippingMethod.translation.description`,`order_delivery.shippingMethod.translation.description`) as `order_delivery.shippingMethod.description`, `order_delivery.shippingMethod.translation.trackingUrl`, COALESCE(`order_delivery.shippingMethod.translation.trackingUrl`,`order_delivery.shippingMethod.translation.trackingUrl`) as `order_delivery.shippingMethod.trackingUrl`, `order_delivery.shippingMethod.translation.customFields`, COALESCE(`order_delivery.shippingMethod.translation.customFields`,`order_delivery.shippingMethod.translation.customFields`) as `order_delivery.shippingMethod.customFields`, `order_delivery.shippingMethod.translation.createdAt`, `order_delivery.shippingMethod.translation.updatedAt`, `order_delivery.shippingMethod.translation.shippingMethodId`, `order_delivery.shippingMethod.translation.languageId` FROM `order_delivery` LEFT JOIN `state_machine_state` `order_delivery.stateMachineState` ON `order_delivery`.`state_id` = `order_delivery.stateMachineState`.`id` LEFT JOIN `order_address` `order_delivery.shippingOrderAddress` ON `order_delivery`.`shipping_order_address_id` = `order_delivery.shippingOrderAddress`.`id` AND `order_delivery`.`version_id` = `order_delivery.shippingOrderAddress`.`version_id` LEFT JOIN `shipping_method` `order_delivery.shippingMethod` ON `order_delivery`.`shipping_method_id` = `order_delivery.shippingMethod`.`id` LEFT JOIN (SELECT `order_delivery.stateMachineState.translation`.state_machine_state_id, `order_delivery.stateMachineState.translation`.name as `order_delivery.stateMachineState.translation.name`, `order_delivery.stateMachineState.translation`.custom_fields as `order_delivery.stateMachineState.translation.customFields`, `order_delivery.stateMachineState.translation`.created_at as `order_delivery.stateMachineState.translation.createdAt`, `order_delivery.stateMachineState.translation`.updated_at as `order_delivery.stateMachineState.translation.updatedAt`, `order_delivery.stateMachineState.translation`.state_machine_state_id as `order_delivery.stateMachineState.translation.stateMachineStateId`, `order_delivery.stateMachineState.translation`.language_id as `order_delivery.stateMachineState.translation.languageId` FROM `state_machine_state_translation` `order_delivery.stateMachineState.translation` WHERE `order_delivery.stateMachineState.translation`.language_id = :languageId) `order_delivery.stateMachineState.state_machine_state_translation` ON `order_delivery.stateMachineState.state_machine_state_translation`.`state_machine_state_id` = `order_delivery.stateMachineState`.`id` LEFT JOIN `country` `order_delivery.shippingOrderAddress.country` ON `order_delivery.shippingOrderAddress`.`country_id` = `order_delivery.shippingOrderAddress.country`.`id` LEFT JOIN `country_state` `order_delivery.shippingOrderAddress.countryState` ON `order_delivery.shippingOrderAddress`.`country_state_id` = `order_delivery.shippingOrderAddress.countryState`.`id` LEFT JOIN (SELECT `order_delivery.shippingOrderAddress.country.translation`.country_id, `order_delivery.shippingOrderAddress.country.translation`.name as `order_delivery.shippingOrderAddress.country.translation.name`, `order_delivery.shippingOrderAddress.country.translation`.address_format as `order_delivery.shippingOrderAddress.country.translation.addressFormat`, `order_delivery.shippingOrderAddress.country.translation`.custom_fields as `order_delivery.shippingOrderAddress.country.translation.customFields`, `order_delivery.shippingOrderAddress.country.translation`.created_at as `order_delivery.shippingOrderAddress.country.translation.createdAt`, `order_delivery.shippingOrderAddress.country.translation`.updated_at as `order_delivery.shippingOrderAddress.country.translation.updatedAt`, `order_delivery.shippingOrderAddress.country.translation`.country_id as `order_delivery.shippingOrderAddress.country.translation.countryId`, `order_delivery.shippingOrderAddress.country.translation`.language_id as `order_delivery.shippingOrderAddress.country.translation.languageId` FROM `country_translation` `order_delivery.shippingOrderAddress.country.translation` WHERE `order_delivery.shippingOrderAddress.country.translation`.language_id = :languageId) `order_delivery.shippingOrderAddress.country.country_translation` ON `order_delivery.shippingOrderAddress.country.country_translation`.`country_id` = `order_delivery.shippingOrderAddress.country`.`id` LEFT JOIN (SELECT `order_delivery.shippingOrderAddress.countryState.translation`.country_state_id, `order_delivery.shippingOrderAddress.countryState.translation`.name as `order_delivery.shippingOrderAddress.countryState.translation.name`, `order_delivery.shippingOrderAddress.countryState.translation`.custom_fields as `order_delivery.shippingOrderAddress.countryState.translation.customFields`, `order_delivery.shippingOrderAddress.countryState.translation`.created_at as `order_delivery.shippingOrderAddress.countryState.translation.createdAt`, `order_delivery.shippingOrderAddress.countryState.translation`.updated_at as `order_delivery.shippingOrderAddress.countryState.translation.updatedAt`, `order_delivery.shippingOrderAddress.countryState.translation`.country_state_id as `order_delivery.shippingOrderAddress.countryState.translation.countryStateId`, `order_delivery.shippingOrderAddress.countryState.translation`.language_id as `order_delivery.shippingOrderAddress.countryState.translation.languageId` FROM `country_state_translation` `order_delivery.shippingOrderAddress.countryState.translation` WHERE `order_delivery.shippingOrderAddress.countryState.translation`.language_id = :languageId) `order_delivery.shippingOrderAddress.countryState.country_state_translation` ON `order_delivery.shippingOrderAddress.countryState.country_state_translation`.`country_state_id` = `order_delivery.shippingOrderAddress.countryState`.`id` LEFT JOIN (SELECT `order_delivery.shippingMethod.translation`.shipping_method_id, `order_delivery.shippingMethod.translation`.name as `order_delivery.shippingMethod.translation.name`, `order_delivery.shippingMethod.translation`.description as `order_delivery.shippingMethod.translation.description`, `order_delivery.shippingMethod.translation`.tracking_url as `order_delivery.shippingMethod.translation.trackingUrl`, `order_delivery.shippingMethod.translation`.custom_fields as `order_delivery.shippingMethod.translation.customFields`, `order_delivery.shippingMethod.translation`.created_at as `order_delivery.shippingMethod.translation.createdAt`, `order_delivery.shippingMethod.translation`.updated_at as `order_delivery.shippingMethod.translation.updatedAt`, `order_delivery.shippingMethod.translation`.shipping_method_id as `order_delivery.shippingMethod.translation.shippingMethodId`, `order_delivery.shippingMethod.translation`.language_id as `order_delivery.shippingMethod.translation.languageId` FROM `shipping_method_translation` `order_delivery.shippingMethod.translation` WHERE `order_delivery.shippingMethod.translation`.language_id = :languageId) `order_delivery.shippingMethod.shipping_method_translation` ON `order_delivery.shippingMethod.shipping_method_translation`.`shipping_method_id` = `order_delivery.shippingMethod`.`id` LEFT JOIN `delivery_time` `order_delivery.shippingMethod.deliveryTime` ON `order_delivery.shippingMethod`.`delivery_time_id` = `order_delivery.shippingMethod.deliveryTime`.`id` LEFT JOIN (SELECT `order_delivery.shippingMethod.deliveryTime.translation`.delivery_time_id, `order_delivery.shippingMethod.deliveryTime.translation`.name as `order_delivery.shippingMethod.deliveryTime.translation.name`, `order_delivery.shippingMethod.deliveryTime.translation`.custom_fields as `order_delivery.shippingMethod.deliveryTime.translation.customFields`, `order_delivery.shippingMethod.deliveryTime.translation`.created_at as `order_delivery.shippingMethod.deliveryTime.translation.createdAt`, `order_delivery.shippingMethod.deliveryTime.translation`.updated_at as `order_delivery.shippingMethod.deliveryTime.translation.updatedAt`, `order_delivery.shippingMethod.deliveryTime.translation`.delivery_time_id as `order_delivery.shippingMethod.deliveryTime.translation.deliveryTimeId`, `order_delivery.shippingMethod.deliveryTime.translation`.language_id as `order_delivery.shippingMethod.deliveryTime.translation.languageId` FROM `delivery_time_translation` `order_delivery.shippingMethod.deliveryTime.translation` WHERE `order_delivery.shippingMethod.deliveryTime.translation`.language_id = :languageId) `order_delivery.shippingMethod.deliveryTime.delivery_time_translation` ON `order_delivery.shippingMethod.deliveryTime.delivery_time_translation`.`delivery_time_id` = `order_delivery.shippingMethod.deliveryTime`.`id` WHERE (`order_delivery`.`version_id` = :version) AND ((`order_delivery`.`order_id` IN (:param_17130be156f241d09efcedc0d569779d)))
3.90 ms
(0.00%)
SELECT `order_transaction`.`id` as `order_transaction.id`, `order_transaction`.`version_id` as `order_transaction.versionId`, `order_transaction`.`order_id` as `order_transaction.orderId`, `order_transaction`.`order_version_id` as `order_transaction.orderVersionId`, `order_transaction`.`payment_method_id` as `order_transaction.paymentMethodId`, `order_transaction`.`amount` as `order_transaction.amount`, `order_transaction`.`state_id` as `order_transaction.stateId`, `order_transaction.stateMachineState`.`id` as `order_transaction.stateMachineState.id`, `order_transaction.stateMachineState`.`technical_name` as `order_transaction.stateMachineState.technicalName`, `order_transaction.stateMachineState`.`state_machine_id` as `order_transaction.stateMachineState.stateMachineId`, `order_transaction.stateMachineState`.`created_at` as `order_transaction.stateMachineState.createdAt`, `order_transaction.stateMachineState`.`updated_at` as `order_transaction.stateMachineState.updatedAt`, `order_transaction.stateMachineState.translation.name`, COALESCE(`order_transaction.stateMachineState.translation.name`,`order_transaction.stateMachineState.translation.name`) as `order_transaction.stateMachineState.name`, `order_transaction.stateMachineState.translation.customFields`, COALESCE(`order_transaction.stateMachineState.translation.customFields`,`order_transaction.stateMachineState.translation.customFields`) as `order_transaction.stateMachineState.customFields`, `order_transaction.stateMachineState.translation.createdAt`, `order_transaction.stateMachineState.translation.updatedAt`, `order_transaction.stateMachineState.translation.stateMachineStateId`, `order_transaction.stateMachineState.translation.languageId`, `order_transaction`.`custom_fields` as `order_transaction.customFields`, `order_transaction`.`created_at` as `order_transaction.createdAt`, `order_transaction`.`updated_at` as `order_transaction.updatedAt`, `order_transaction.paymentMethod`.`id` as `order_transaction.paymentMethod.id`, `order_transaction.paymentMethod`.`plugin_id` as `order_transaction.paymentMethod.pluginId`, `order_transaction.paymentMethod`.`handler_identifier` as `order_transaction.paymentMethod.handlerIdentifier`, `order_transaction.paymentMethod`.`position` as `order_transaction.paymentMethod.position`, `order_transaction.paymentMethod`.`active` as `order_transaction.paymentMethod.active`, `order_transaction.paymentMethod`.`after_order_enabled` as `order_transaction.paymentMethod.afterOrderEnabled`, `order_transaction.paymentMethod`.`availability_rule_id` as `order_transaction.paymentMethod.availabilityRuleId`, `order_transaction.paymentMethod`.`media_id` as `order_transaction.paymentMethod.mediaId`, `order_transaction.paymentMethod.appPaymentMethod`.`id` as `order_transaction.paymentMethod.appPaymentMethod.id`, `order_transaction.paymentMethod.appPaymentMethod`.`app_name` as `order_transaction.paymentMethod.appPaymentMethod.appName`, `order_transaction.paymentMethod.appPaymentMethod`.`identifier` as `order_transaction.paymentMethod.appPaymentMethod.identifier`, `order_transaction.paymentMethod.appPaymentMethod`.`pay_url` as `order_transaction.paymentMethod.appPaymentMethod.payUrl`, `order_transaction.paymentMethod.appPaymentMethod`.`finalize_url` as `order_transaction.paymentMethod.appPaymentMethod.finalizeUrl`, `order_transaction.paymentMethod.appPaymentMethod`.`validate_url` as `order_transaction.paymentMethod.appPaymentMethod.validateUrl`, `order_transaction.paymentMethod.appPaymentMethod`.`capture_url` as `order_transaction.paymentMethod.appPaymentMethod.captureUrl`, `order_transaction.paymentMethod.appPaymentMethod`.`refund_url` as `order_transaction.paymentMethod.appPaymentMethod.refundUrl`, `order_transaction.paymentMethod.appPaymentMethod`.`app_id` as `order_transaction.paymentMethod.appPaymentMethod.appId`, `order_transaction.paymentMethod.appPaymentMethod`.`original_media_id` as `order_transaction.paymentMethod.appPaymentMethod.originalMediaId`, `order_transaction.paymentMethod.appPaymentMethod`.`payment_method_id` as `order_transaction.paymentMethod.appPaymentMethod.paymentMethodId`, `order_transaction.paymentMethod.appPaymentMethod`.`created_at` as `order_transaction.paymentMethod.appPaymentMethod.createdAt`, `order_transaction.paymentMethod.appPaymentMethod`.`updated_at` as `order_transaction.paymentMethod.appPaymentMethod.updatedAt`, `order_transaction.paymentMethod`.`created_at` as `order_transaction.paymentMethod.createdAt`, `order_transaction.paymentMethod`.`updated_at` as `order_transaction.paymentMethod.updatedAt`, `order_transaction.paymentMethod.translation.name`, COALESCE(`order_transaction.paymentMethod.translation.name`,`order_transaction.paymentMethod.translation.name`) as `order_transaction.paymentMethod.name`, `order_transaction.paymentMethod.translation.distinguishableName`, COALESCE(`order_transaction.paymentMethod.translation.distinguishableName`,`order_transaction.paymentMethod.translation.distinguishableName`) as `order_transaction.paymentMethod.distinguishableName`, `order_transaction.paymentMethod.translation.description`, COALESCE(`order_transaction.paymentMethod.translation.description`,`order_transaction.paymentMethod.translation.description`) as `order_transaction.paymentMethod.description`, `order_transaction.paymentMethod.translation.customFields`, COALESCE(`order_transaction.paymentMethod.translation.customFields`,`order_transaction.paymentMethod.translation.customFields`) as `order_transaction.paymentMethod.customFields`, `order_transaction.paymentMethod.translation.createdAt`, `order_transaction.paymentMethod.translation.updatedAt`, `order_transaction.paymentMethod.translation.paymentMethodId`, `order_transaction.paymentMethod.translation.languageId` FROM `order_transaction` LEFT JOIN `state_machine_state` `order_transaction.stateMachineState` ON `order_transaction`.`state_id` = `order_transaction.stateMachineState`.`id` LEFT JOIN `payment_method` `order_transaction.paymentMethod` ON `order_transaction`.`payment_method_id` = `order_transaction.paymentMethod`.`id` LEFT JOIN (SELECT `order_transaction.stateMachineState.translation`.state_machine_state_id, `order_transaction.stateMachineState.translation`.name as `order_transaction.stateMachineState.translation.name`, `order_transaction.stateMachineState.translation`.custom_fields as `order_transaction.stateMachineState.translation.customFields`, `order_transaction.stateMachineState.translation`.created_at as `order_transaction.stateMachineState.translation.createdAt`, `order_transaction.stateMachineState.translation`.updated_at as `order_transaction.stateMachineState.translation.updatedAt`, `order_transaction.stateMachineState.translation`.state_machine_state_id as `order_transaction.stateMachineState.translation.stateMachineStateId`, `order_transaction.stateMachineState.translation`.language_id as `order_transaction.stateMachineState.translation.languageId` FROM `state_machine_state_translation` `order_transaction.stateMachineState.translation` WHERE `order_transaction.stateMachineState.translation`.language_id = :languageId) `order_transaction.stateMachineState.state_machine_state_translation` ON `order_transaction.stateMachineState.state_machine_state_translation`.`state_machine_state_id` = `order_transaction.stateMachineState`.`id` LEFT JOIN (SELECT `order_transaction.paymentMethod.translation`.payment_method_id, `order_transaction.paymentMethod.translation`.name as `order_transaction.paymentMethod.translation.name`, `order_transaction.paymentMethod.translation`.distinguishable_name as `order_transaction.paymentMethod.translation.distinguishableName`, `order_transaction.paymentMethod.translation`.description as `order_transaction.paymentMethod.translation.description`, `order_transaction.paymentMethod.translation`.custom_fields as `order_transaction.paymentMethod.translation.customFields`, `order_transaction.paymentMethod.translation`.created_at as `order_transaction.paymentMethod.translation.createdAt`, `order_transaction.paymentMethod.translation`.updated_at as `order_transaction.paymentMethod.translation.updatedAt`, `order_transaction.paymentMethod.translation`.payment_method_id as `order_transaction.paymentMethod.translation.paymentMethodId`, `order_transaction.paymentMethod.translation`.language_id as `order_transaction.paymentMethod.translation.languageId` FROM `payment_method_translation` `order_transaction.paymentMethod.translation` WHERE `order_transaction.paymentMethod.translation`.language_id = :languageId) `order_transaction.paymentMethod.payment_method_translation` ON `order_transaction.paymentMethod.payment_method_translation`.`payment_method_id` = `order_transaction.paymentMethod`.`id` LEFT JOIN `app_payment_method` `order_transaction.paymentMethod.appPaymentMethod` ON `order_transaction.paymentMethod`.`id` = `order_transaction.paymentMethod.appPaymentMethod`.`payment_method_id` WHERE (`order_transaction`.`version_id` = :version) AND ((`order_transaction`.`order_id` IN (:param_9575d4f84a7b4366b9ff92bce2799de2)))
2.49 ms
(0.00%)
SELECT `order_address`.`id` as `order_address.id`, `order_address`.`version_id` as `order_address.versionId`, `order_address`.`country_id` as `order_address.countryId`, `order_address`.`country_state_id` as `order_address.countryStateId`, `order_address`.`order_id` as `order_address.orderId`, `order_address`.`order_version_id` as `order_address.orderVersionId`, `order_address`.`salutation_id` as `order_address.salutationId`, `order_address`.`first_name` as `order_address.firstName`, `order_address`.`last_name` as `order_address.lastName`, `order_address`.`street` as `order_address.street`, `order_address`.`zipcode` as `order_address.zipcode`, `order_address`.`city` as `order_address.city`, `order_address`.`company` as `order_address.company`, `order_address`.`department` as `order_address.department`, `order_address`.`title` as `order_address.title`, `order_address`.`vat_id` as `order_address.vatId`, `order_address`.`phone_number` as `order_address.phoneNumber`, `order_address`.`additional_address_line1` as `order_address.additionalAddressLine1`, `order_address`.`additional_address_line2` as `order_address.additionalAddressLine2`, `order_address`.`custom_fields` as `order_address.customFields`, `order_address`.`created_at` as `order_address.createdAt`, `order_address`.`updated_at` as `order_address.updatedAt`, `order_address.country`.`id` as `order_address.country.id`, `order_address.country`.`iso` as `order_address.country.iso`, `order_address.country`.`position` as `order_address.country.position`, `order_address.country`.`active` as `order_address.country.active`, `order_address.country`.`shipping_available` as `order_address.country.shippingAvailable`, `order_address.country`.`iso3` as `order_address.country.iso3`, `order_address.country`.`display_state_in_registration` as `order_address.country.displayStateInRegistration`, `order_address.country`.`force_state_in_registration` as `order_address.country.forceStateInRegistration`, `order_address.country`.`company_tax_free` as `order_address.country.companyTaxFree`, `order_address.country`.`check_vat_id_pattern` as `order_address.country.checkVatIdPattern`, `order_address.country`.`vat_id_required` as `order_address.country.vatIdRequired`, `order_address.country`.`tax_free` as `order_address.country.taxFree`, `order_address.country`.`vat_id_pattern` as `order_address.country.vatIdPattern`, `order_address.country`.`customer_tax` as `order_address.country.customerTax`, `order_address.country`.`company_tax` as `order_address.country.companyTax`, `order_address.country`.`postal_code_required` as `order_address.country.postalCodeRequired`, `order_address.country`.`check_postal_code_pattern` as `order_address.country.checkPostalCodePattern`, `order_address.country`.`check_advanced_postal_code_pattern` as `order_address.country.checkAdvancedPostalCodePattern`, `order_address.country`.`advanced_postal_code_pattern` as `order_address.country.advancedPostalCodePattern`, `order_address.country`.`default_postal_code_pattern` as `order_address.country.defaultPostalCodePattern`, `order_address.country`.`created_at` as `order_address.country.createdAt`, `order_address.country`.`updated_at` as `order_address.country.updatedAt`, `order_address.country.translation.name`, COALESCE(`order_address.country.translation.name`,`order_address.country.translation.name`) as `order_address.country.name`, `order_address.country.translation.addressFormat`, COALESCE(`order_address.country.translation.addressFormat`,`order_address.country.translation.addressFormat`) as `order_address.country.addressFormat`, `order_address.country.translation.customFields`, COALESCE(`order_address.country.translation.customFields`,`order_address.country.translation.customFields`) as `order_address.country.customFields`, `order_address.country.translation.createdAt`, `order_address.country.translation.updatedAt`, `order_address.country.translation.countryId`, `order_address.country.translation.languageId` FROM `order_address` LEFT JOIN `country` `order_address.country` ON `order_address`.`country_id` = `order_address.country`.`id` LEFT JOIN (SELECT `order_address.country.translation`.country_id, `order_address.country.translation`.name as `order_address.country.translation.name`, `order_address.country.translation`.address_format as `order_address.country.translation.addressFormat`, `order_address.country.translation`.custom_fields as `order_address.country.translation.customFields`, `order_address.country.translation`.created_at as `order_address.country.translation.createdAt`, `order_address.country.translation`.updated_at as `order_address.country.translation.updatedAt`, `order_address.country.translation`.country_id as `order_address.country.translation.countryId`, `order_address.country.translation`.language_id as `order_address.country.translation.languageId` FROM `country_translation` `order_address.country.translation` WHERE `order_address.country.translation`.language_id = :languageId) `order_address.country.country_translation` ON `order_address.country.country_translation`.`country_id` = `order_address.country`.`id` WHERE (`order_address`.`version_id` = :version) AND ((`order_address`.`order_id` IN (:param_be0b7019869c403d918b2332a2e7ef25)))
2.35 ms
(0.00%)
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`.`newsletter` as `customer.newsletter`, `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`.`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`.`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.displayName`, COALESCE(`customer.salutation.translation.displayName`,`customer.salutation.translation.displayName`) as `customer.salutation.displayName`, `customer.salutation.translation.letterName`, COALESCE(`customer.salutation.translation.letterName`,`customer.salutation.translation.letterName`) as `customer.salutation.letterName`, `customer.salutation.translation.customFields`, COALESCE(`customer.salutation.translation.customFields`,`customer.salutation.translation.customFields`) as `customer.salutation.customFields`, `customer.salutation.translation.createdAt`, `customer.salutation.translation.updatedAt`, `customer.salutation.translation.salutationId`, `customer.salutation.translation.languageId` FROM `customer` LEFT JOIN `salutation` `customer.salutation` ON `customer`.`salutation_id` = `customer.salutation`.`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` FROM `salutation_translation` `customer.salutation.translation` WHERE `customer.salutation.translation`.language_id = :languageId) `customer.salutation.salutation_translation` ON `customer.salutation.salutation_translation`.`salutation_id` = `customer.salutation`.`id` WHERE `customer`.`id` IN (:ids)
0.84 ms
(0.00%)
SELECT `event_name`, LOWER(HEX(`id`)) as `id`, `name`, `payload` FROM `flow`
                WHERE `active` = 1 AND `invalid` = 0 AND `payload` IS NOT NULL
                ORDER BY `priority` DESC
0.42 ms
(0.00%)
# send-mail::load-mail-template::search-ids
SELECT `mail_template`.`id` FROM `mail_template` WHERE `mail_template`.`id` IN (:ids) LIMIT 1
1.19 ms
(0.00%)
# send-mail::load-mail-template::read
SELECT `mail_template`.`id` as `mail_template.id`, `mail_template`.`mail_template_type_id` as `mail_template.mailTemplateTypeId`, `mail_template`.`system_default` as `mail_template.systemDefault`, `mail_template`.`created_at` as `mail_template.createdAt`, `mail_template`.`updated_at` as `mail_template.updatedAt`, `mail_template.translation.senderName`, COALESCE(`mail_template.translation.senderName`,`mail_template.translation.senderName`) as `mail_template.senderName`, `mail_template.translation.description`, COALESCE(`mail_template.translation.description`,`mail_template.translation.description`) as `mail_template.description`, `mail_template.translation.subject`, COALESCE(`mail_template.translation.subject`,`mail_template.translation.subject`) as `mail_template.subject`, `mail_template.translation.contentHtml`, COALESCE(`mail_template.translation.contentHtml`,`mail_template.translation.contentHtml`) as `mail_template.contentHtml`, `mail_template.translation.contentPlain`, COALESCE(`mail_template.translation.contentPlain`,`mail_template.translation.contentPlain`) as `mail_template.contentPlain`, `mail_template.translation.customFields`, COALESCE(`mail_template.translation.customFields`,`mail_template.translation.customFields`) as `mail_template.customFields`, `mail_template.translation.createdAt`, `mail_template.translation.updatedAt`, `mail_template.translation.mailTemplateId`, `mail_template.translation.languageId` FROM `mail_template` LEFT JOIN (SELECT `mail_template.translation`.mail_template_id, `mail_template.translation`.sender_name as `mail_template.translation.senderName`, `mail_template.translation`.description as `mail_template.translation.description`, `mail_template.translation`.subject as `mail_template.translation.subject`, `mail_template.translation`.content_html as `mail_template.translation.contentHtml`, `mail_template.translation`.content_plain as `mail_template.translation.contentPlain`, `mail_template.translation`.custom_fields as `mail_template.translation.customFields`, `mail_template.translation`.created_at as `mail_template.translation.createdAt`, `mail_template.translation`.updated_at as `mail_template.translation.updatedAt`, `mail_template.translation`.mail_template_id as `mail_template.translation.mailTemplateId`, `mail_template.translation`.language_id as `mail_template.translation.languageId` FROM `mail_template_translation` `mail_template.translation` WHERE `mail_template.translation`.language_id = :languageId) `mail_template.mail_template_translation` ON `mail_template.mail_template_translation`.`mail_template_id` = `mail_template`.`id` WHERE `mail_template`.`id` IN (:ids)
1.42 ms
(0.00%)
# send-mail::load-mail-template::association::media::read
SELECT `mail_template_media`.`id` as `mail_template_media.id`, `mail_template_media`.`mail_template_id` as `mail_template_media.mailTemplateId`, `mail_template_media`.`language_id` as `mail_template_media.languageId`, `mail_template_media`.`media_id` as `mail_template_media.mediaId`, `mail_template_media`.`position` as `mail_template_media.position`, `mail_template_media.media`.`id` as `mail_template_media.media.id`, `mail_template_media.media`.`user_id` as `mail_template_media.media.userId`, `mail_template_media.media`.`media_folder_id` as `mail_template_media.media.mediaFolderId`, `mail_template_media.media`.`mime_type` as `mail_template_media.media.mimeType`, `mail_template_media.media`.`file_extension` as `mail_template_media.media.fileExtension`, `mail_template_media.media`.`uploaded_at` as `mail_template_media.media.uploadedAt`, `mail_template_media.media`.`file_name` as `mail_template_media.media.fileName`, `mail_template_media.media`.`file_size` as `mail_template_media.media.fileSize`, `mail_template_media.media`.`media_type` as `mail_template_media.media.mediaTypeRaw`, `mail_template_media.media`.`meta_data` as `mail_template_media.media.metaData`, `mail_template_media.media`.`private` as `mail_template_media.media.private`, `mail_template_media.media`.`thumbnails_ro` as `mail_template_media.media.thumbnailsRo`, `mail_template_media.media`.`created_at` as `mail_template_media.media.createdAt`, `mail_template_media.media`.`updated_at` as `mail_template_media.media.updatedAt`, `mail_template_media.media.translation.title`, COALESCE(`mail_template_media.media.translation.title`,`mail_template_media.media.translation.title`) as `mail_template_media.media.title`, `mail_template_media.media.translation.alt`, COALESCE(`mail_template_media.media.translation.alt`,`mail_template_media.media.translation.alt`) as `mail_template_media.media.alt`, `mail_template_media.media.translation.customFields`, COALESCE(`mail_template_media.media.translation.customFields`,`mail_template_media.media.translation.customFields`) as `mail_template_media.media.customFields`, `mail_template_media.media.translation.createdAt`, `mail_template_media.media.translation.updatedAt`, `mail_template_media.media.translation.mediaId`, `mail_template_media.media.translation.languageId` FROM `mail_template_media` LEFT JOIN `media` `mail_template_media.media` ON `mail_template_media`.`media_id` = `mail_template_media.media`.`id` LEFT JOIN (SELECT `mail_template_media.media.translation`.media_id, `mail_template_media.media.translation`.title as `mail_template_media.media.translation.title`, `mail_template_media.media.translation`.alt as `mail_template_media.media.translation.alt`, `mail_template_media.media.translation`.custom_fields as `mail_template_media.media.translation.customFields`, `mail_template_media.media.translation`.created_at as `mail_template_media.media.translation.createdAt`, `mail_template_media.media.translation`.updated_at as `mail_template_media.media.translation.updatedAt`, `mail_template_media.media.translation`.media_id as `mail_template_media.media.translation.mediaId`, `mail_template_media.media.translation`.language_id as `mail_template_media.media.translation.languageId` FROM `media_translation` `mail_template_media.media.translation` WHERE `mail_template_media.media.translation`.language_id = :languageId) `mail_template_media.media.media_translation` ON `mail_template_media.media.media_translation`.`media_id` = `mail_template_media.media`.`id` WHERE (`mail_template_media`.`mail_template_id` IN (:param_bba6309e1e9847c6b16d9ba417932cbc))
0.48 ms
(0.00%)
SELECT 1 FROM mail_template_type_translation WHERE language_id = :languageId AND mail_template_type_id =:mailTemplateTypeId
0.35 ms
(0.00%)
SELECT 1 as `exists`, `mail_template_type_id`, `language_id` FROM `mail_template_type_translation` WHERE (`mail_template_type_id`,`language_id`) IN ((?,?))
0.28 ms
(0.00%)
SELECT 1 as `exists`, `id` FROM `mail_template_type` WHERE `id` IN (?)
0.07 ms
(0.00%)
"START TRANSACTION"
1.47 ms
(0.00%)
UPDATE `mail_template_type` SET `template_data` = ?, `updated_at` = ? WHERE id = ?
0.49 ms
(0.00%)
UPDATE `mail_template_type_translation` SET `mail_template_type_id` = ?, `language_id` = ?, `updated_at` = ? WHERE mail_template_type_id = ? AND language_id = ?
2.14 ms
(0.00%)
"COMMIT"
1.99 ms
(0.00%)
# 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`.`write_access` as `app.integration.writeAccess`, `app.integration`.`last_usage_at` as `app.integration.lastUsageAt`, `app.integration`.`admin` as `app.integration.admin`, `app.integration`.`custom_fields` as `app.integration.customFields`, `app.integration`.`deleted_at` as `app.integration.deletedAt`, `app.integration`.`created_at` as `app.integration.createdAt`, `app.integration`.`updated_at` as `app.integration.updatedAt`, `app`.`acl_role_id` as `app.aclRoleId`, `app.aclRole`.`id` as `app.aclRole.id`, `app.aclRole`.`name` as `app.aclRole.name`, `app.aclRole`.`description` as `app.aclRole.description`, `app.aclRole`.`privileges` as `app.aclRole.privileges`, `app.aclRole`.`deleted_at` as `app.aclRole.deletedAt`, `app.aclRole`.`created_at` as `app.aclRole.createdAt`, `app.aclRole`.`updated_at` as `app.aclRole.updatedAt`, `app`.`created_at` as `app.createdAt`, `app`.`updated_at` as `app.updatedAt`, `app.translation.label`, 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 = :languageId) `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` = :param_9e9800ffe40c47809721604e3c6b2f0b)
0.85 ms
(0.00%)
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`
0.49 ms
(0.00%)
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`
1.23 ms
(0.00%)
# business-events::mail.before.send::search-ids
SELECT `event_action`.`id` FROM `event_action` LEFT JOIN `event_action_rule` `event_action.rules.mapping` ON `event_action`.`id` = `event_action.rules.mapping`.`event_action_id`  LEFT JOIN `rule` `event_action.rules` ON `event_action.rules.mapping`.`rule_id` = `event_action.rules`.`id`  WHERE (`event_action`.`event_name` = :param_20fb02d20dd046659a7d17d06bccb709 AND `event_action`.`active` = :param_62c956a76e5242009311bb00958c7f8d AND (`event_action.rules`.`id` <=> :param_2487155aa84b44b2b7385e138db9e508 OR `event_action.rules`.`id` IN (:param_a197e041ac4143538b25e349dd6cfac1))) GROUP BY `event_action`.`id`
0.33 ms
(0.00%)
SELECT `sales_channel`.`id` FROM `sales_channel` WHERE (`sales_channel`.`id` = :param_2607af0336f04b20bd0c9a228a8864cd) LIMIT 1
5.38 ms
(0.00%)
# mail-service::resolve-sales-channel-domain::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.mailHeaderFooter`.`id` as `sales_channel.mailHeaderFooter.id`, `sales_channel.mailHeaderFooter`.`system_default` as `sales_channel.mailHeaderFooter.systemDefault`, `sales_channel.mailHeaderFooter`.`created_at` as `sales_channel.mailHeaderFooter.createdAt`, `sales_channel.mailHeaderFooter`.`updated_at` as `sales_channel.mailHeaderFooter.updatedAt`, `sales_channel.mailHeaderFooter.translation.name`, COALESCE(`sales_channel.mailHeaderFooter.translation.name`,`sales_channel.mailHeaderFooter.translation.name`) as `sales_channel.mailHeaderFooter.name`, `sales_channel.mailHeaderFooter.translation.description`, COALESCE(`sales_channel.mailHeaderFooter.translation.description`,`sales_channel.mailHeaderFooter.translation.description`) as `sales_channel.mailHeaderFooter.description`, `sales_channel.mailHeaderFooter.translation.headerHtml`, COALESCE(`sales_channel.mailHeaderFooter.translation.headerHtml`,`sales_channel.mailHeaderFooter.translation.headerHtml`) as `sales_channel.mailHeaderFooter.headerHtml`, `sales_channel.mailHeaderFooter.translation.headerPlain`, COALESCE(`sales_channel.mailHeaderFooter.translation.headerPlain`,`sales_channel.mailHeaderFooter.translation.headerPlain`) as `sales_channel.mailHeaderFooter.headerPlain`, `sales_channel.mailHeaderFooter.translation.footerHtml`, COALESCE(`sales_channel.mailHeaderFooter.translation.footerHtml`,`sales_channel.mailHeaderFooter.translation.footerHtml`) as `sales_channel.mailHeaderFooter.footerHtml`, `sales_channel.mailHeaderFooter.translation.footerPlain`, COALESCE(`sales_channel.mailHeaderFooter.translation.footerPlain`,`sales_channel.mailHeaderFooter.translation.footerPlain`) as `sales_channel.mailHeaderFooter.footerPlain`, `sales_channel.mailHeaderFooter.translation.createdAt`, `sales_channel.mailHeaderFooter.translation.updatedAt`, `sales_channel.mailHeaderFooter.translation.mailHeaderFooterId`, `sales_channel.mailHeaderFooter.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 = :languageId) `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 `mail_header_footer` `sales_channel.mailHeaderFooter` ON `sales_channel`.`mail_header_footer_id` = `sales_channel.mailHeaderFooter`.`id` LEFT JOIN (SELECT `sales_channel.mailHeaderFooter.translation`.mail_header_footer_id, `sales_channel.mailHeaderFooter.translation`.name as `sales_channel.mailHeaderFooter.translation.name`, `sales_channel.mailHeaderFooter.translation`.description as `sales_channel.mailHeaderFooter.translation.description`, `sales_channel.mailHeaderFooter.translation`.header_html as `sales_channel.mailHeaderFooter.translation.headerHtml`, `sales_channel.mailHeaderFooter.translation`.header_plain as `sales_channel.mailHeaderFooter.translation.headerPlain`, `sales_channel.mailHeaderFooter.translation`.footer_html as `sales_channel.mailHeaderFooter.translation.footerHtml`, `sales_channel.mailHeaderFooter.translation`.footer_plain as `sales_channel.mailHeaderFooter.translation.footerPlain`, `sales_channel.mailHeaderFooter.translation`.created_at as `sales_channel.mailHeaderFooter.translation.createdAt`, `sales_channel.mailHeaderFooter.translation`.updated_at as `sales_channel.mailHeaderFooter.translation.updatedAt`, `sales_channel.mailHeaderFooter.translation`.mail_header_footer_id as `sales_channel.mailHeaderFooter.translation.mailHeaderFooterId`, `sales_channel.mailHeaderFooter.translation`.language_id as `sales_channel.mailHeaderFooter.translation.languageId` FROM `mail_header_footer_translation` `sales_channel.mailHeaderFooter.translation` WHERE `sales_channel.mailHeaderFooter.translation`.language_id = :languageId) `sales_channel.mailHeaderFooter.mail_header_footer_translation` ON `sales_channel.mailHeaderFooter.mail_header_footer_translation`.`mail_header_footer_id` = `sales_channel.mailHeaderFooter`.`id` WHERE `sales_channel`.`id` IN (:ids)
0.55 ms
(0.00%)
# mail-service::resolve-sales-channel-domain::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`.`language_id` = :param_bdff6d1abd6f410bac1506fb7b7fc4af AND `sales_channel_domain`.`sales_channel_id` IN (:param_1fbd0e506b6541ffb80ee761606b30bb))
0.71 ms
(0.00%)
# business-events::mail.after.create.message::search-ids
SELECT `event_action`.`id` FROM `event_action` LEFT JOIN `event_action_rule` `event_action.rules.mapping` ON `event_action`.`id` = `event_action.rules.mapping`.`event_action_id`  LEFT JOIN `rule` `event_action.rules` ON `event_action.rules.mapping`.`rule_id` = `event_action.rules`.`id`  WHERE (`event_action`.`event_name` = :param_5ea649bce07c4038a12a414149ee27f1 AND `event_action`.`active` = :param_6d7c555221f5473185d4a93240576410 AND (`event_action.rules`.`id` <=> :param_dc984a95d9e9447cbbdd9a7cf42b8adc OR `event_action.rules`.`id` IN (:param_c9366a283d894f9a97f9bdd91af64d75))) GROUP BY `event_action`.`id`
0.79 ms
(0.00%)
# business-events::mail.sent::search-ids
SELECT `event_action`.`id` FROM `event_action` LEFT JOIN `event_action_rule` `event_action.rules.mapping` ON `event_action`.`id` = `event_action.rules.mapping`.`event_action_id`  LEFT JOIN `rule` `event_action.rules` ON `event_action.rules.mapping`.`rule_id` = `event_action.rules`.`id`  WHERE (`event_action`.`event_name` = :param_e42f6492adce4e4ba46a91523f0b7e42 AND `event_action`.`active` = :param_9d233a745fc9484ab61f4132f3c8d2d8 AND (`event_action.rules`.`id` <=> :param_2db09037c9664169a851d1943925902c OR `event_action.rules`.`id` IN (:param_ae0399b30fef44749084b460ad30e8fe))) GROUP BY `event_action`.`id`
1.11 ms
(0.00%)
# business-events::checkout.order.placed::search-ids
SELECT `event_action`.`id` FROM `event_action` LEFT JOIN `event_action_rule` `event_action.rules.mapping` ON `event_action`.`id` = `event_action.rules.mapping`.`event_action_id`  LEFT JOIN `event_action_sales_channel` `event_action.salesChannels.mapping` ON `event_action`.`id` = `event_action.salesChannels.mapping`.`event_action_id`  LEFT JOIN `rule` `event_action.rules` ON `event_action.rules.mapping`.`rule_id` = `event_action.rules`.`id`  LEFT JOIN `sales_channel` `event_action.salesChannels` ON `event_action.salesChannels.mapping`.`sales_channel_id` = `event_action.salesChannels`.`id`  WHERE (`event_action`.`event_name` = :param_484c5f540f064d1888be6a3c45dddc38 AND `event_action`.`active` = :param_4e38f0d72e9849a7992b63fb622f14ea AND (`event_action.rules`.`id` <=> :param_07c4274f12864dbfa7db32ab5e0f1b43 OR `event_action.rules`.`id` IN (:param_308e5e3eacfb401da55080e3da08362a)) AND (`event_action.salesChannels`.`id` = :param_33cc2b0445c04f62b05498e241467bd6 OR `event_action.salesChannels`.`id` <=> :param_38bd31b3822a4297adb00806996db427)) GROUP BY `event_action`.`id`
0.28 ms
(0.00%)
# business-events::checkout.order.placed::read
SELECT `event_action`.`id` as `event_action.id`, `event_action`.`event_name` as `event_action.eventName`, `event_action`.`action_name` as `event_action.actionName`, `event_action`.`config` as `event_action.config`, `event_action`.`active` as `event_action.active`, `event_action`.`title` as `event_action.title`, `event_action`.`custom_fields` as `event_action.customFields`, `event_action`.`created_at` as `event_action.createdAt`, `event_action`.`updated_at` as `event_action.updatedAt` FROM `event_action` WHERE `event_action`.`id` IN (:ids)
0.23 ms
(0.00%)
SELECT 
                payment_method.handler_identifier,
                app_payment_method.id as app_payment_method_id,
                app_payment_method.pay_url,
                app_payment_method.finalize_url,
                app_payment_method.capture_url,
                app_payment_method.validate_url,
                app_payment_method.refund_url
             FROM payment_method LEFT JOIN app_payment_method app_payment_method ON payment_method.id = app_payment_method.payment_method_id WHERE payment_method.id = :paymentMethodId
2.26 ms
(0.00%)
# payment-service::load-order::read
SELECT `order`.`id` as `order.id`, `order`.`version_id` as `order.versionId`, `order`.`auto_increment` as `order.autoIncrement`, `order`.`order_number` as `order.orderNumber`, `order`.`billing_address_id` as `order.billingAddressId`, `order`.`billing_address_version_id` as `order.billingAddressVersionId`, `order`.`currency_id` as `order.currencyId`, `order`.`language_id` as `order.languageId`, `order`.`sales_channel_id` as `order.salesChannelId`, `order`.`order_date_time` as `order.orderDateTime`, `order`.`order_date` as `order.orderDate`, `order`.`price` as `order.price`, `order`.`amount_total` as `order.amountTotal`, `order`.`amount_net` as `order.amountNet`, `order`.`position_price` as `order.positionPrice`, `order`.`tax_status` as `order.taxStatus`, `order`.`shipping_costs` as `order.shippingCosts`, `order`.`shipping_total` as `order.shippingTotal`, `order`.`currency_factor` as `order.currencyFactor`, `order`.`deep_link_code` as `order.deepLinkCode`, `order`.`affiliate_code` as `order.affiliateCode`, `order`.`campaign_code` as `order.campaignCode`, `order`.`customer_comment` as `order.customerComment`, `order`.`state_id` as `order.stateId`, `order.stateMachineState`.`id` as `order.stateMachineState.id`, `order.stateMachineState`.`technical_name` as `order.stateMachineState.technicalName`, `order.stateMachineState`.`state_machine_id` as `order.stateMachineState.stateMachineId`, `order.stateMachineState`.`created_at` as `order.stateMachineState.createdAt`, `order.stateMachineState`.`updated_at` as `order.stateMachineState.updatedAt`, `order.stateMachineState.translation.name`, COALESCE(`order.stateMachineState.translation.name`,`order.stateMachineState.translation.name`) as `order.stateMachineState.name`, `order.stateMachineState.translation.customFields`, COALESCE(`order.stateMachineState.translation.customFields`,`order.stateMachineState.translation.customFields`) as `order.stateMachineState.customFields`, `order.stateMachineState.translation.createdAt`, `order.stateMachineState.translation.updatedAt`, `order.stateMachineState.translation.stateMachineStateId`, `order.stateMachineState.translation.languageId`, `order`.`rule_ids` as `order.ruleIds`, `order`.`custom_fields` as `order.customFields`, `order`.`created_by_id` as `order.createdById`, `order`.`updated_by_id` as `order.updatedById`, `order.orderCustomer`.`id` as `order.orderCustomer.id`, `order.orderCustomer`.`version_id` as `order.orderCustomer.versionId`, `order.orderCustomer`.`customer_id` as `order.orderCustomer.customerId`, `order.orderCustomer`.`order_id` as `order.orderCustomer.orderId`, `order.orderCustomer`.`order_version_id` as `order.orderCustomer.orderVersionId`, `order.orderCustomer`.`email` as `order.orderCustomer.email`, `order.orderCustomer`.`salutation_id` as `order.orderCustomer.salutationId`, `order.orderCustomer`.`first_name` as `order.orderCustomer.firstName`, `order.orderCustomer`.`last_name` as `order.orderCustomer.lastName`, `order.orderCustomer`.`company` as `order.orderCustomer.company`, `order.orderCustomer`.`title` as `order.orderCustomer.title`, `order.orderCustomer`.`vat_ids` as `order.orderCustomer.vatIds`, `order.orderCustomer`.`customer_number` as `order.orderCustomer.customerNumber`, `order.orderCustomer`.`custom_fields` as `order.orderCustomer.customFields`, `order.orderCustomer`.`remote_address` as `order.orderCustomer.remoteAddress`, `order.orderCustomer`.`created_at` as `order.orderCustomer.createdAt`, `order.orderCustomer`.`updated_at` as `order.orderCustomer.updatedAt`, `order`.`item_rounding` as `order.itemRounding`, `order`.`total_rounding` as `order.totalRounding`, `order`.`created_at` as `order.createdAt`, `order`.`updated_at` as `order.updatedAt` FROM `order` LEFT JOIN `state_machine_state` `order.stateMachineState` ON `order`.`state_id` = `order.stateMachineState`.`id` LEFT JOIN `order_customer` `order.orderCustomer` ON `order`.`id` = `order.orderCustomer`.`order_id` AND `order`.`version_id` = `order.orderCustomer`.`version_id` LEFT JOIN (SELECT `order.stateMachineState.translation`.state_machine_state_id, `order.stateMachineState.translation`.name as `order.stateMachineState.translation.name`, `order.stateMachineState.translation`.custom_fields as `order.stateMachineState.translation.customFields`, `order.stateMachineState.translation`.created_at as `order.stateMachineState.translation.createdAt`, `order.stateMachineState.translation`.updated_at as `order.stateMachineState.translation.updatedAt`, `order.stateMachineState.translation`.state_machine_state_id as `order.stateMachineState.translation.stateMachineStateId`, `order.stateMachineState.translation`.language_id as `order.stateMachineState.translation.languageId` FROM `state_machine_state_translation` `order.stateMachineState.translation` WHERE `order.stateMachineState.translation`.language_id = :languageId) `order.stateMachineState.state_machine_state_translation` ON `order.stateMachineState.state_machine_state_translation`.`state_machine_state_id` = `order.stateMachineState`.`id` WHERE (`order`.`version_id` = :version) AND (`order`.`id` IN (:ids))
21.36 ms
(0.00%)
SELECT `order`.`id` as `order.id`, `order`.`version_id` as `order.versionId`, `order`.`auto_increment` as `order.autoIncrement`, `order`.`order_number` as `order.orderNumber`, `order`.`billing_address_id` as `order.billingAddressId`, `order`.`billing_address_version_id` as `order.billingAddressVersionId`, `order`.`currency_id` as `order.currencyId`, `order`.`language_id` as `order.languageId`, `order`.`sales_channel_id` as `order.salesChannelId`, `order`.`order_date_time` as `order.orderDateTime`, `order`.`order_date` as `order.orderDate`, `order`.`price` as `order.price`, `order`.`amount_total` as `order.amountTotal`, `order`.`amount_net` as `order.amountNet`, `order`.`position_price` as `order.positionPrice`, `order`.`tax_status` as `order.taxStatus`, `order`.`shipping_costs` as `order.shippingCosts`, `order`.`shipping_total` as `order.shippingTotal`, `order`.`currency_factor` as `order.currencyFactor`, `order`.`deep_link_code` as `order.deepLinkCode`, `order`.`affiliate_code` as `order.affiliateCode`, `order`.`campaign_code` as `order.campaignCode`, `order`.`customer_comment` as `order.customerComment`, `order`.`state_id` as `order.stateId`, `order.stateMachineState`.`id` as `order.stateMachineState.id`, `order.stateMachineState`.`technical_name` as `order.stateMachineState.technicalName`, `order.stateMachineState`.`state_machine_id` as `order.stateMachineState.stateMachineId`, `order.stateMachineState`.`created_at` as `order.stateMachineState.createdAt`, `order.stateMachineState`.`updated_at` as `order.stateMachineState.updatedAt`, `order.stateMachineState.translation.name`, COALESCE(`order.stateMachineState.translation.name`,`order.stateMachineState.translation.name`) as `order.stateMachineState.name`, `order.stateMachineState.translation.customFields`, COALESCE(`order.stateMachineState.translation.customFields`,`order.stateMachineState.translation.customFields`) as `order.stateMachineState.customFields`, `order.stateMachineState.translation.createdAt`, `order.stateMachineState.translation.updatedAt`, `order.stateMachineState.translation.stateMachineStateId`, `order.stateMachineState.translation.languageId`, `order`.`rule_ids` as `order.ruleIds`, `order`.`custom_fields` as `order.customFields`, `order`.`created_by_id` as `order.createdById`, `order`.`updated_by_id` as `order.updatedById`, `order.orderCustomer`.`id` as `order.orderCustomer.id`, `order.orderCustomer`.`version_id` as `order.orderCustomer.versionId`, `order.orderCustomer`.`customer_id` as `order.orderCustomer.customerId`, `order.orderCustomer`.`order_id` as `order.orderCustomer.orderId`, `order.orderCustomer`.`order_version_id` as `order.orderCustomer.orderVersionId`, `order.orderCustomer`.`email` as `order.orderCustomer.email`, `order.orderCustomer`.`salutation_id` as `order.orderCustomer.salutationId`, `order.orderCustomer`.`first_name` as `order.orderCustomer.firstName`, `order.orderCustomer`.`last_name` as `order.orderCustomer.lastName`, `order.orderCustomer`.`company` as `order.orderCustomer.company`, `order.orderCustomer`.`title` as `order.orderCustomer.title`, `order.orderCustomer`.`vat_ids` as `order.orderCustomer.vatIds`, `order.orderCustomer`.`customer_number` as `order.orderCustomer.customerNumber`, `order.orderCustomer`.`custom_fields` as `order.orderCustomer.customFields`, `order.orderCustomer`.`remote_address` as `order.orderCustomer.remoteAddress`, `order.orderCustomer`.`created_at` as `order.orderCustomer.createdAt`, `order.orderCustomer`.`updated_at` as `order.orderCustomer.updatedAt`, `order.orderCustomer.customer`.`id` as `order.orderCustomer.customer.id`, `order.orderCustomer.customer`.`customer_group_id` as `order.orderCustomer.customer.groupId`, `order.orderCustomer.customer`.`default_payment_method_id` as `order.orderCustomer.customer.defaultPaymentMethodId`, `order.orderCustomer.customer`.`sales_channel_id` as `order.orderCustomer.customer.salesChannelId`, `order.orderCustomer.customer`.`language_id` as `order.orderCustomer.customer.languageId`, `order.orderCustomer.customer`.`last_payment_method_id` as `order.orderCustomer.customer.lastPaymentMethodId`, `order.orderCustomer.customer`.`default_billing_address_id` as `order.orderCustomer.customer.defaultBillingAddressId`, `order.orderCustomer.customer`.`default_shipping_address_id` as `order.orderCustomer.customer.defaultShippingAddressId`, `order.orderCustomer.customer`.`auto_increment` as `order.orderCustomer.customer.autoIncrement`, `order.orderCustomer.customer`.`customer_number` as `order.orderCustomer.customer.customerNumber`, `order.orderCustomer.customer`.`salutation_id` as `order.orderCustomer.customer.salutationId`, `order.orderCustomer.customer`.`first_name` as `order.orderCustomer.customer.firstName`, `order.orderCustomer.customer`.`last_name` as `order.orderCustomer.customer.lastName`, `order.orderCustomer.customer`.`company` as `order.orderCustomer.customer.company`, `order.orderCustomer.customer`.`password` as `order.orderCustomer.customer.password`, `order.orderCustomer.customer`.`email` as `order.orderCustomer.customer.email`, `order.orderCustomer.customer`.`title` as `order.orderCustomer.customer.title`, `order.orderCustomer.customer`.`vat_ids` as `order.orderCustomer.customer.vatIds`, `order.orderCustomer.customer`.`affiliate_code` as `order.orderCustomer.customer.affiliateCode`, `order.orderCustomer.customer`.`campaign_code` as `order.orderCustomer.customer.campaignCode`, `order.orderCustomer.customer`.`active` as `order.orderCustomer.customer.active`, `order.orderCustomer.customer`.`double_opt_in_registration` as `order.orderCustomer.customer.doubleOptInRegistration`, `order.orderCustomer.customer`.`double_opt_in_email_sent_date` as `order.orderCustomer.customer.doubleOptInEmailSentDate`, `order.orderCustomer.customer`.`double_opt_in_confirm_date` as `order.orderCustomer.customer.doubleOptInConfirmDate`, `order.orderCustomer.customer`.`hash` as `order.orderCustomer.customer.hash`, `order.orderCustomer.customer`.`guest` as `order.orderCustomer.customer.guest`, `order.orderCustomer.customer`.`first_login` as `order.orderCustomer.customer.firstLogin`, `order.orderCustomer.customer`.`last_login` as `order.orderCustomer.customer.lastLogin`, `order.orderCustomer.customer`.`newsletter_sales_channel_ids` as `order.orderCustomer.customer.newsletterSalesChannelIds`, `order.orderCustomer.customer`.`newsletter` as `order.orderCustomer.customer.newsletter`, `order.orderCustomer.customer`.`birthday` as `order.orderCustomer.customer.birthday`, `order.orderCustomer.customer`.`last_order_date` as `order.orderCustomer.customer.lastOrderDate`, `order.orderCustomer.customer`.`order_count` as `order.orderCustomer.customer.orderCount`, `order.orderCustomer.customer`.`order_total_amount` as `order.orderCustomer.customer.orderTotalAmount`, `order.orderCustomer.customer`.`custom_fields` as `order.orderCustomer.customer.customFields`, `order.orderCustomer.customer`.`legacy_password` as `order.orderCustomer.customer.legacyPassword`, `order.orderCustomer.customer`.`legacy_encoder` as `order.orderCustomer.customer.legacyEncoder`, `order.orderCustomer.customer`.`remote_address` as `order.orderCustomer.customer.remoteAddress`, `order.orderCustomer.customer`.`tag_ids` as `order.orderCustomer.customer.tagIds`, `order.orderCustomer.customer`.`requested_customer_group_id` as `order.orderCustomer.customer.requestedGroupId`, `order.orderCustomer.customer`.`bound_sales_channel_id` as `order.orderCustomer.customer.boundSalesChannelId`, `order.orderCustomer.customer`.`created_by_id` as `order.orderCustomer.customer.createdById`, `order.orderCustomer.customer`.`updated_by_id` as `order.orderCustomer.customer.updatedById`, `order.orderCustomer.customer`.`created_at` as `order.orderCustomer.customer.createdAt`, `order.orderCustomer.customer`.`updated_at` as `order.orderCustomer.customer.updatedAt`, `order.orderCustomer.salutation`.`id` as `order.orderCustomer.salutation.id`, `order.orderCustomer.salutation`.`salutation_key` as `order.orderCustomer.salutation.salutationKey`, `order.orderCustomer.salutation`.`created_at` as `order.orderCustomer.salutation.createdAt`, `order.orderCustomer.salutation`.`updated_at` as `order.orderCustomer.salutation.updatedAt`, `order.orderCustomer.salutation.translation.displayName`, COALESCE(`order.orderCustomer.salutation.translation.displayName`,`order.orderCustomer.salutation.translation.displayName`) as `order.orderCustomer.salutation.displayName`, `order.orderCustomer.salutation.translation.letterName`, COALESCE(`order.orderCustomer.salutation.translation.letterName`,`order.orderCustomer.salutation.translation.letterName`) as `order.orderCustomer.salutation.letterName`, `order.orderCustomer.salutation.translation.customFields`, COALESCE(`order.orderCustomer.salutation.translation.customFields`,`order.orderCustomer.salutation.translation.customFields`) as `order.orderCustomer.salutation.customFields`, `order.orderCustomer.salutation.translation.createdAt`, `order.orderCustomer.salutation.translation.updatedAt`, `order.orderCustomer.salutation.translation.salutationId`, `order.orderCustomer.salutation.translation.languageId`, `order`.`item_rounding` as `order.itemRounding`, `order`.`total_rounding` as `order.totalRounding`, `order`.`created_at` as `order.createdAt`, `order`.`updated_at` as `order.updatedAt`, `order.language`.`id` as `order.language.id`, `order.language`.`parent_id` as `order.language.parentId`, `order.language`.`locale_id` as `order.language.localeId`, `order.language`.`translation_code_id` as `order.language.translationCodeId`, `order.language`.`name` as `order.language.name`, `order.language`.`custom_fields` as `order.language.customFields`, `order.language`.`created_at` as `order.language.createdAt`, `order.language`.`updated_at` as `order.language.updatedAt`, `order.currency`.`id` as `order.currency.id`, `order.currency`.`factor` as `order.currency.factor`, `order.currency`.`symbol` as `order.currency.symbol`, `order.currency`.`iso_code` as `order.currency.isoCode`, `order.currency`.`position` as `order.currency.position`, `order.currency`.`item_rounding` as `order.currency.itemRounding`, `order.currency`.`total_rounding` as `order.currency.totalRounding`, `order.currency`.`tax_free_from` as `order.currency.taxFreeFrom`, `order.currency`.`created_at` as `order.currency.createdAt`, `order.currency`.`updated_at` as `order.currency.updatedAt`, `order.currency.translation.shortName`, COALESCE(`order.currency.translation.shortName`,`order.currency.translation.shortName`) as `order.currency.shortName`, `order.currency.translation.name`, COALESCE(`order.currency.translation.name`,`order.currency.translation.name`) as `order.currency.name`, `order.currency.translation.customFields`, COALESCE(`order.currency.translation.customFields`,`order.currency.translation.customFields`) as `order.currency.customFields`, `order.currency.translation.createdAt`, `order.currency.translation.updatedAt`, `order.currency.translation.currencyId`, `order.currency.translation.languageId`, `order.billingAddress`.`id` as `order.billingAddress.id`, `order.billingAddress`.`version_id` as `order.billingAddress.versionId`, `order.billingAddress`.`country_id` as `order.billingAddress.countryId`, `order.billingAddress`.`country_state_id` as `order.billingAddress.countryStateId`, `order.billingAddress`.`order_id` as `order.billingAddress.orderId`, `order.billingAddress`.`order_version_id` as `order.billingAddress.orderVersionId`, `order.billingAddress`.`salutation_id` as `order.billingAddress.salutationId`, `order.billingAddress`.`first_name` as `order.billingAddress.firstName`, `order.billingAddress`.`last_name` as `order.billingAddress.lastName`, `order.billingAddress`.`street` as `order.billingAddress.street`, `order.billingAddress`.`zipcode` as `order.billingAddress.zipcode`, `order.billingAddress`.`city` as `order.billingAddress.city`, `order.billingAddress`.`company` as `order.billingAddress.company`, `order.billingAddress`.`department` as `order.billingAddress.department`, `order.billingAddress`.`title` as `order.billingAddress.title`, `order.billingAddress`.`vat_id` as `order.billingAddress.vatId`, `order.billingAddress`.`phone_number` as `order.billingAddress.phoneNumber`, `order.billingAddress`.`additional_address_line1` as `order.billingAddress.additionalAddressLine1`, `order.billingAddress`.`additional_address_line2` as `order.billingAddress.additionalAddressLine2`, `order.billingAddress`.`custom_fields` as `order.billingAddress.customFields`, `order.billingAddress`.`created_at` as `order.billingAddress.createdAt`, `order.billingAddress`.`updated_at` as `order.billingAddress.updatedAt`, `order.billingAddress.country`.`id` as `order.billingAddress.country.id`, `order.billingAddress.country`.`iso` as `order.billingAddress.country.iso`, `order.billingAddress.country`.`position` as `order.billingAddress.country.position`, `order.billingAddress.country`.`active` as `order.billingAddress.country.active`, `order.billingAddress.country`.`shipping_available` as `order.billingAddress.country.shippingAvailable`, `order.billingAddress.country`.`iso3` as `order.billingAddress.country.iso3`, `order.billingAddress.country`.`display_state_in_registration` as `order.billingAddress.country.displayStateInRegistration`, `order.billingAddress.country`.`force_state_in_registration` as `order.billingAddress.country.forceStateInRegistration`, `order.billingAddress.country`.`company_tax_free` as `order.billingAddress.country.companyTaxFree`, `order.billingAddress.country`.`check_vat_id_pattern` as `order.billingAddress.country.checkVatIdPattern`, `order.billingAddress.country`.`vat_id_required` as `order.billingAddress.country.vatIdRequired`, `order.billingAddress.country`.`tax_free` as `order.billingAddress.country.taxFree`, `order.billingAddress.country`.`vat_id_pattern` as `order.billingAddress.country.vatIdPattern`, `order.billingAddress.country`.`customer_tax` as `order.billingAddress.country.customerTax`, `order.billingAddress.country`.`company_tax` as `order.billingAddress.country.companyTax`, `order.billingAddress.country`.`postal_code_required` as `order.billingAddress.country.postalCodeRequired`, `order.billingAddress.country`.`check_postal_code_pattern` as `order.billingAddress.country.checkPostalCodePattern`, `order.billingAddress.country`.`check_advanced_postal_code_pattern` as `order.billingAddress.country.checkAdvancedPostalCodePattern`, `order.billingAddress.country`.`advanced_postal_code_pattern` as `order.billingAddress.country.advancedPostalCodePattern`, `order.billingAddress.country`.`default_postal_code_pattern` as `order.billingAddress.country.defaultPostalCodePattern`, `order.billingAddress.country`.`created_at` as `order.billingAddress.country.createdAt`, `order.billingAddress.country`.`updated_at` as `order.billingAddress.country.updatedAt`, `order.billingAddress.country.translation.name`, COALESCE(`order.billingAddress.country.translation.name`,`order.billingAddress.country.translation.name`) as `order.billingAddress.country.name`, `order.billingAddress.country.translation.addressFormat`, COALESCE(`order.billingAddress.country.translation.addressFormat`,`order.billingAddress.country.translation.addressFormat`) as `order.billingAddress.country.addressFormat`, `order.billingAddress.country.translation.customFields`, COALESCE(`order.billingAddress.country.translation.customFields`,`order.billingAddress.country.translation.customFields`) as `order.billingAddress.country.customFields`, `order.billingAddress.country.translation.createdAt`, `order.billingAddress.country.translation.updatedAt`, `order.billingAddress.country.translation.countryId`, `order.billingAddress.country.translation.languageId` FROM `order` LEFT JOIN `state_machine_state` `order.stateMachineState` ON `order`.`state_id` = `order.stateMachineState`.`id` LEFT JOIN `order_customer` `order.orderCustomer` ON `order`.`id` = `order.orderCustomer`.`order_id` AND `order`.`version_id` = `order.orderCustomer`.`version_id` LEFT JOIN `language` `order.language` ON `order`.`language_id` = `order.language`.`id` LEFT JOIN `currency` `order.currency` ON `order`.`currency_id` = `order.currency`.`id` LEFT JOIN `order_address` `order.billingAddress` ON `order`.`billing_address_id` = `order.billingAddress`.`id` AND `order`.`version_id` = `order.billingAddress`.`version_id` LEFT JOIN (SELECT `order.stateMachineState.translation`.state_machine_state_id, `order.stateMachineState.translation`.name as `order.stateMachineState.translation.name`, `order.stateMachineState.translation`.custom_fields as `order.stateMachineState.translation.customFields`, `order.stateMachineState.translation`.created_at as `order.stateMachineState.translation.createdAt`, `order.stateMachineState.translation`.updated_at as `order.stateMachineState.translation.updatedAt`, `order.stateMachineState.translation`.state_machine_state_id as `order.stateMachineState.translation.stateMachineStateId`, `order.stateMachineState.translation`.language_id as `order.stateMachineState.translation.languageId` FROM `state_machine_state_translation` `order.stateMachineState.translation` WHERE `order.stateMachineState.translation`.language_id = :languageId) `order.stateMachineState.state_machine_state_translation` ON `order.stateMachineState.state_machine_state_translation`.`state_machine_state_id` = `order.stateMachineState`.`id` LEFT JOIN `customer` `order.orderCustomer.customer` ON `order.orderCustomer`.`customer_id` = `order.orderCustomer.customer`.`id` LEFT JOIN `salutation` `order.orderCustomer.salutation` ON `order.orderCustomer`.`salutation_id` = `order.orderCustomer.salutation`.`id` LEFT JOIN (SELECT `order.orderCustomer.salutation.translation`.salutation_id, `order.orderCustomer.salutation.translation`.display_name as `order.orderCustomer.salutation.translation.displayName`, `order.orderCustomer.salutation.translation`.letter_name as `order.orderCustomer.salutation.translation.letterName`, `order.orderCustomer.salutation.translation`.custom_fields as `order.orderCustomer.salutation.translation.customFields`, `order.orderCustomer.salutation.translation`.created_at as `order.orderCustomer.salutation.translation.createdAt`, `order.orderCustomer.salutation.translation`.updated_at as `order.orderCustomer.salutation.translation.updatedAt`, `order.orderCustomer.salutation.translation`.salutation_id as `order.orderCustomer.salutation.translation.salutationId`, `order.orderCustomer.salutation.translation`.language_id as `order.orderCustomer.salutation.translation.languageId` FROM `salutation_translation` `order.orderCustomer.salutation.translation` WHERE `order.orderCustomer.salutation.translation`.language_id = :languageId) `order.orderCustomer.salutation.salutation_translation` ON `order.orderCustomer.salutation.salutation_translation`.`salutation_id` = `order.orderCustomer.salutation`.`id` LEFT JOIN (SELECT `order.currency.translation`.currency_id, `order.currency.translation`.short_name as `order.currency.translation.shortName`, `order.currency.translation`.name as `order.currency.translation.name`, `order.currency.translation`.custom_fields as `order.currency.translation.customFields`, `order.currency.translation`.created_at as `order.currency.translation.createdAt`, `order.currency.translation`.updated_at as `order.currency.translation.updatedAt`, `order.currency.translation`.currency_id as `order.currency.translation.currencyId`, `order.currency.translation`.language_id as `order.currency.translation.languageId` FROM `currency_translation` `order.currency.translation` WHERE `order.currency.translation`.language_id = :languageId) `order.currency.currency_translation` ON `order.currency.currency_translation`.`currency_id` = `order.currency`.`id` LEFT JOIN `country` `order.billingAddress.country` ON `order.billingAddress`.`country_id` = `order.billingAddress.country`.`id` LEFT JOIN (SELECT `order.billingAddress.country.translation`.country_id, `order.billingAddress.country.translation`.name as `order.billingAddress.country.translation.name`, `order.billingAddress.country.translation`.address_format as `order.billingAddress.country.translation.addressFormat`, `order.billingAddress.country.translation`.custom_fields as `order.billingAddress.country.translation.customFields`, `order.billingAddress.country.translation`.created_at as `order.billingAddress.country.translation.createdAt`, `order.billingAddress.country.translation`.updated_at as `order.billingAddress.country.translation.updatedAt`, `order.billingAddress.country.translation`.country_id as `order.billingAddress.country.translation.countryId`, `order.billingAddress.country.translation`.language_id as `order.billingAddress.country.translation.languageId` FROM `country_translation` `order.billingAddress.country.translation` WHERE `order.billingAddress.country.translation`.language_id = :languageId) `order.billingAddress.country.country_translation` ON `order.billingAddress.country.country_translation`.`country_id` = `order.billingAddress.country`.`id` WHERE (`order`.`version_id` = :version) AND (`order`.`id` IN (:ids))
10.21 ms
(0.00%)
SELECT `order_transaction`.`id` as `order_transaction.id`, `order_transaction`.`version_id` as `order_transaction.versionId`, `order_transaction`.`order_id` as `order_transaction.orderId`, `order_transaction`.`order_version_id` as `order_transaction.orderVersionId`, `order_transaction`.`payment_method_id` as `order_transaction.paymentMethodId`, `order_transaction`.`amount` as `order_transaction.amount`, `order_transaction`.`state_id` as `order_transaction.stateId`, `order_transaction.stateMachineState`.`id` as `order_transaction.stateMachineState.id`, `order_transaction.stateMachineState`.`technical_name` as `order_transaction.stateMachineState.technicalName`, `order_transaction.stateMachineState`.`state_machine_id` as `order_transaction.stateMachineState.stateMachineId`, `order_transaction.stateMachineState`.`created_at` as `order_transaction.stateMachineState.createdAt`, `order_transaction.stateMachineState`.`updated_at` as `order_transaction.stateMachineState.updatedAt`, `order_transaction.stateMachineState.translation.name`, COALESCE(`order_transaction.stateMachineState.translation.name`,`order_transaction.stateMachineState.translation.name`) as `order_transaction.stateMachineState.name`, `order_transaction.stateMachineState.translation.customFields`, COALESCE(`order_transaction.stateMachineState.translation.customFields`,`order_transaction.stateMachineState.translation.customFields`) as `order_transaction.stateMachineState.customFields`, `order_transaction.stateMachineState.translation.createdAt`, `order_transaction.stateMachineState.translation.updatedAt`, `order_transaction.stateMachineState.translation.stateMachineStateId`, `order_transaction.stateMachineState.translation.languageId`, `order_transaction`.`custom_fields` as `order_transaction.customFields`, `order_transaction`.`created_at` as `order_transaction.createdAt`, `order_transaction`.`updated_at` as `order_transaction.updatedAt`, `order_transaction.paymentMethod`.`id` as `order_transaction.paymentMethod.id`, `order_transaction.paymentMethod`.`plugin_id` as `order_transaction.paymentMethod.pluginId`, `order_transaction.paymentMethod`.`handler_identifier` as `order_transaction.paymentMethod.handlerIdentifier`, `order_transaction.paymentMethod`.`position` as `order_transaction.paymentMethod.position`, `order_transaction.paymentMethod`.`active` as `order_transaction.paymentMethod.active`, `order_transaction.paymentMethod`.`after_order_enabled` as `order_transaction.paymentMethod.afterOrderEnabled`, `order_transaction.paymentMethod`.`availability_rule_id` as `order_transaction.paymentMethod.availabilityRuleId`, `order_transaction.paymentMethod`.`media_id` as `order_transaction.paymentMethod.mediaId`, `order_transaction.paymentMethod.appPaymentMethod`.`id` as `order_transaction.paymentMethod.appPaymentMethod.id`, `order_transaction.paymentMethod.appPaymentMethod`.`app_name` as `order_transaction.paymentMethod.appPaymentMethod.appName`, `order_transaction.paymentMethod.appPaymentMethod`.`identifier` as `order_transaction.paymentMethod.appPaymentMethod.identifier`, `order_transaction.paymentMethod.appPaymentMethod`.`pay_url` as `order_transaction.paymentMethod.appPaymentMethod.payUrl`, `order_transaction.paymentMethod.appPaymentMethod`.`finalize_url` as `order_transaction.paymentMethod.appPaymentMethod.finalizeUrl`, `order_transaction.paymentMethod.appPaymentMethod`.`validate_url` as `order_transaction.paymentMethod.appPaymentMethod.validateUrl`, `order_transaction.paymentMethod.appPaymentMethod`.`capture_url` as `order_transaction.paymentMethod.appPaymentMethod.captureUrl`, `order_transaction.paymentMethod.appPaymentMethod`.`refund_url` as `order_transaction.paymentMethod.appPaymentMethod.refundUrl`, `order_transaction.paymentMethod.appPaymentMethod`.`app_id` as `order_transaction.paymentMethod.appPaymentMethod.appId`, `order_transaction.paymentMethod.appPaymentMethod`.`original_media_id` as `order_transaction.paymentMethod.appPaymentMethod.originalMediaId`, `order_transaction.paymentMethod.appPaymentMethod`.`payment_method_id` as `order_transaction.paymentMethod.appPaymentMethod.paymentMethodId`, `order_transaction.paymentMethod.appPaymentMethod`.`created_at` as `order_transaction.paymentMethod.appPaymentMethod.createdAt`, `order_transaction.paymentMethod.appPaymentMethod`.`updated_at` as `order_transaction.paymentMethod.appPaymentMethod.updatedAt`, `order_transaction.paymentMethod.appPaymentMethod.app`.`id` as `order_transaction.paymentMethod.appPaymentMethod.app.id`, `order_transaction.paymentMethod.appPaymentMethod.app`.`name` as `order_transaction.paymentMethod.appPaymentMethod.app.name`, `order_transaction.paymentMethod.appPaymentMethod.app`.`path` as `order_transaction.paymentMethod.appPaymentMethod.app.path`, `order_transaction.paymentMethod.appPaymentMethod.app`.`author` as `order_transaction.paymentMethod.appPaymentMethod.app.author`, `order_transaction.paymentMethod.appPaymentMethod.app`.`copyright` as `order_transaction.paymentMethod.appPaymentMethod.app.copyright`, `order_transaction.paymentMethod.appPaymentMethod.app`.`license` as `order_transaction.paymentMethod.appPaymentMethod.app.license`, `order_transaction.paymentMethod.appPaymentMethod.app`.`active` as `order_transaction.paymentMethod.appPaymentMethod.app.active`, `order_transaction.paymentMethod.appPaymentMethod.app`.`configurable` as `order_transaction.paymentMethod.appPaymentMethod.app.configurable`, `order_transaction.paymentMethod.appPaymentMethod.app`.`privacy` as `order_transaction.paymentMethod.appPaymentMethod.app.privacy`, `order_transaction.paymentMethod.appPaymentMethod.app`.`version` as `order_transaction.paymentMethod.appPaymentMethod.app.version`, `order_transaction.paymentMethod.appPaymentMethod.app`.`icon` as `order_transaction.paymentMethod.appPaymentMethod.app.iconRaw`, `order_transaction.paymentMethod.appPaymentMethod.app`.`app_secret` as `order_transaction.paymentMethod.appPaymentMethod.app.appSecret`, `order_transaction.paymentMethod.appPaymentMethod.app`.`modules` as `order_transaction.paymentMethod.appPaymentMethod.app.modules`, `order_transaction.paymentMethod.appPaymentMethod.app`.`main_module` as `order_transaction.paymentMethod.appPaymentMethod.app.mainModule`, `order_transaction.paymentMethod.appPaymentMethod.app`.`cookies` as `order_transaction.paymentMethod.appPaymentMethod.app.cookies`, `order_transaction.paymentMethod.appPaymentMethod.app`.`allow_disable` as `order_transaction.paymentMethod.appPaymentMethod.app.allowDisable`, `order_transaction.paymentMethod.appPaymentMethod.app`.`base_app_url` as `order_transaction.paymentMethod.appPaymentMethod.app.baseAppUrl`, `order_transaction.paymentMethod.appPaymentMethod.app`.`allowed_hosts` as `order_transaction.paymentMethod.appPaymentMethod.app.allowedHosts`, `order_transaction.paymentMethod.appPaymentMethod.app`.`template_load_priority` as `order_transaction.paymentMethod.appPaymentMethod.app.templateLoadPriority`, `order_transaction.paymentMethod.appPaymentMethod.app`.`integration_id` as `order_transaction.paymentMethod.appPaymentMethod.app.integrationId`, `order_transaction.paymentMethod.appPaymentMethod.app.integration`.`id` as `order_transaction.paymentMethod.appPaymentMethod.app.integration.id`, `order_transaction.paymentMethod.appPaymentMethod.app.integration`.`label` as `order_transaction.paymentMethod.appPaymentMethod.app.integration.label`, `order_transaction.paymentMethod.appPaymentMethod.app.integration`.`access_key` as `order_transaction.paymentMethod.appPaymentMethod.app.integration.accessKey`, `order_transaction.paymentMethod.appPaymentMethod.app.integration`.`secret_access_key` as `order_transaction.paymentMethod.appPaymentMethod.app.integration.secretAccessKey`, `order_transaction.paymentMethod.appPaymentMethod.app.integration`.`write_access` as `order_transaction.paymentMethod.appPaymentMethod.app.integration.writeAccess`, `order_transaction.paymentMethod.appPaymentMethod.app.integration`.`last_usage_at` as `order_transaction.paymentMethod.appPaymentMethod.app.integration.lastUsageAt`, `order_transaction.paymentMethod.appPaymentMethod.app.integration`.`admin` as `order_transaction.paymentMethod.appPaymentMethod.app.integration.admin`, `order_transaction.paymentMethod.appPaymentMethod.app.integration`.`custom_fields` as `order_transaction.paymentMethod.appPaymentMethod.app.integration.customFields`, `order_transaction.paymentMethod.appPaymentMethod.app.integration`.`deleted_at` as `order_transaction.paymentMethod.appPaymentMethod.app.integration.deletedAt`, `order_transaction.paymentMethod.appPaymentMethod.app.integration`.`created_at` as `order_transaction.paymentMethod.appPaymentMethod.app.integration.createdAt`, `order_transaction.paymentMethod.appPaymentMethod.app.integration`.`updated_at` as `order_transaction.paymentMethod.appPaymentMethod.app.integration.updatedAt`, `order_transaction.paymentMethod.appPaymentMethod.app`.`acl_role_id` as `order_transaction.paymentMethod.appPaymentMethod.app.aclRoleId`, `order_transaction.paymentMethod.appPaymentMethod.app.aclRole`.`id` as `order_transaction.paymentMethod.appPaymentMethod.app.aclRole.id`, `order_transaction.paymentMethod.appPaymentMethod.app.aclRole`.`name` as `order_transaction.paymentMethod.appPaymentMethod.app.aclRole.name`, `order_transaction.paymentMethod.appPaymentMethod.app.aclRole`.`description` as `order_transaction.paymentMethod.appPaymentMethod.app.aclRole.description`, `order_transaction.paymentMethod.appPaymentMethod.app.aclRole`.`privileges` as `order_transaction.paymentMethod.appPaymentMethod.app.aclRole.privileges`, `order_transaction.paymentMethod.appPaymentMethod.app.aclRole`.`deleted_at` as `order_transaction.paymentMethod.appPaymentMethod.app.aclRole.deletedAt`, `order_transaction.paymentMethod.appPaymentMethod.app.aclRole`.`created_at` as `order_transaction.paymentMethod.appPaymentMethod.app.aclRole.createdAt`, `order_transaction.paymentMethod.appPaymentMethod.app.aclRole`.`updated_at` as `order_transaction.paymentMethod.appPaymentMethod.app.aclRole.updatedAt`, `order_transaction.paymentMethod.appPaymentMethod.app`.`created_at` as `order_transaction.paymentMethod.appPaymentMethod.app.createdAt`, `order_transaction.paymentMethod.appPaymentMethod.app`.`updated_at` as `order_transaction.paymentMethod.appPaymentMethod.app.updatedAt`, `order_transaction.paymentMethod.appPaymentMethod.app.translation.label`, COALESCE(`order_transaction.paymentMethod.appPaymentMethod.app.translation.label`,`order_transaction.paymentMethod.appPaymentMethod.app.translation.label`) as `order_transaction.paymentMethod.appPaymentMethod.app.label`, `order_transaction.paymentMethod.appPaymentMethod.app.translation.description`, COALESCE(`order_transaction.paymentMethod.appPaymentMethod.app.translation.description`,`order_transaction.paymentMethod.appPaymentMethod.app.translation.description`) as `order_transaction.paymentMethod.appPaymentMethod.app.description`, `order_transaction.paymentMethod.appPaymentMethod.app.translation.privacyPolicyExtensions`, COALESCE(`order_transaction.paymentMethod.appPaymentMethod.app.translation.privacyPolicyExtensions`,`order_transaction.paymentMethod.appPaymentMethod.app.translation.privacyPolicyExtensions`) as `order_transaction.paymentMethod.appPaymentMethod.app.privacyPolicyExtensions`, `order_transaction.paymentMethod.appPaymentMethod.app.translation.customFields`, COALESCE(`order_transaction.paymentMethod.appPaymentMethod.app.translation.customFields`,`order_transaction.paymentMethod.appPaymentMethod.app.translation.customFields`) as `order_transaction.paymentMethod.appPaymentMethod.app.customFields`, `order_transaction.paymentMethod.appPaymentMethod.app.translation.createdAt`, `order_transaction.paymentMethod.appPaymentMethod.app.translation.updatedAt`, `order_transaction.paymentMethod.appPaymentMethod.app.translation.appId`, `order_transaction.paymentMethod.appPaymentMethod.app.translation.languageId`, `order_transaction.paymentMethod`.`created_at` as `order_transaction.paymentMethod.createdAt`, `order_transaction.paymentMethod`.`updated_at` as `order_transaction.paymentMethod.updatedAt`, `order_transaction.paymentMethod.translation.name`, COALESCE(`order_transaction.paymentMethod.translation.name`,`order_transaction.paymentMethod.translation.name`) as `order_transaction.paymentMethod.name`, `order_transaction.paymentMethod.translation.distinguishableName`, COALESCE(`order_transaction.paymentMethod.translation.distinguishableName`,`order_transaction.paymentMethod.translation.distinguishableName`) as `order_transaction.paymentMethod.distinguishableName`, `order_transaction.paymentMethod.translation.description`, COALESCE(`order_transaction.paymentMethod.translation.description`,`order_transaction.paymentMethod.translation.description`) as `order_transaction.paymentMethod.description`, `order_transaction.paymentMethod.translation.customFields`, COALESCE(`order_transaction.paymentMethod.translation.customFields`,`order_transaction.paymentMethod.translation.customFields`) as `order_transaction.paymentMethod.customFields`, `order_transaction.paymentMethod.translation.createdAt`, `order_transaction.paymentMethod.translation.updatedAt`, `order_transaction.paymentMethod.translation.paymentMethodId`, `order_transaction.paymentMethod.translation.languageId` FROM `order_transaction` LEFT JOIN `state_machine_state` `order_transaction.stateMachineState` ON `order_transaction`.`state_id` = `order_transaction.stateMachineState`.`id` LEFT JOIN `payment_method` `order_transaction.paymentMethod` ON `order_transaction`.`payment_method_id` = `order_transaction.paymentMethod`.`id` LEFT JOIN (SELECT `order_transaction.stateMachineState.translation`.state_machine_state_id, `order_transaction.stateMachineState.translation`.name as `order_transaction.stateMachineState.translation.name`, `order_transaction.stateMachineState.translation`.custom_fields as `order_transaction.stateMachineState.translation.customFields`, `order_transaction.stateMachineState.translation`.created_at as `order_transaction.stateMachineState.translation.createdAt`, `order_transaction.stateMachineState.translation`.updated_at as `order_transaction.stateMachineState.translation.updatedAt`, `order_transaction.stateMachineState.translation`.state_machine_state_id as `order_transaction.stateMachineState.translation.stateMachineStateId`, `order_transaction.stateMachineState.translation`.language_id as `order_transaction.stateMachineState.translation.languageId` FROM `state_machine_state_translation` `order_transaction.stateMachineState.translation` WHERE `order_transaction.stateMachineState.translation`.language_id = :languageId) `order_transaction.stateMachineState.state_machine_state_translation` ON `order_transaction.stateMachineState.state_machine_state_translation`.`state_machine_state_id` = `order_transaction.stateMachineState`.`id` LEFT JOIN (SELECT `order_transaction.paymentMethod.translation`.payment_method_id, `order_transaction.paymentMethod.translation`.name as `order_transaction.paymentMethod.translation.name`, `order_transaction.paymentMethod.translation`.distinguishable_name as `order_transaction.paymentMethod.translation.distinguishableName`, `order_transaction.paymentMethod.translation`.description as `order_transaction.paymentMethod.translation.description`, `order_transaction.paymentMethod.translation`.custom_fields as `order_transaction.paymentMethod.translation.customFields`, `order_transaction.paymentMethod.translation`.created_at as `order_transaction.paymentMethod.translation.createdAt`, `order_transaction.paymentMethod.translation`.updated_at as `order_transaction.paymentMethod.translation.updatedAt`, `order_transaction.paymentMethod.translation`.payment_method_id as `order_transaction.paymentMethod.translation.paymentMethodId`, `order_transaction.paymentMethod.translation`.language_id as `order_transaction.paymentMethod.translation.languageId` FROM `payment_method_translation` `order_transaction.paymentMethod.translation` WHERE `order_transaction.paymentMethod.translation`.language_id = :languageId) `order_transaction.paymentMethod.payment_method_translation` ON `order_transaction.paymentMethod.payment_method_translation`.`payment_method_id` = `order_transaction.paymentMethod`.`id` LEFT JOIN `app_payment_method` `order_transaction.paymentMethod.appPaymentMethod` ON `order_transaction.paymentMethod`.`id` = `order_transaction.paymentMethod.appPaymentMethod`.`payment_method_id` LEFT JOIN `app` `order_transaction.paymentMethod.appPaymentMethod.app` ON `order_transaction.paymentMethod.appPaymentMethod`.`app_id` = `order_transaction.paymentMethod.appPaymentMethod.app`.`id` LEFT JOIN (SELECT `order_transaction.paymentMethod.appPaymentMethod.app.translation`.app_id, `order_transaction.paymentMethod.appPaymentMethod.app.translation`.label as `order_transaction.paymentMethod.appPaymentMethod.app.translation.label`, `order_transaction.paymentMethod.appPaymentMethod.app.translation`.description as `order_transaction.paymentMethod.appPaymentMethod.app.translation.description`, `order_transaction.paymentMethod.appPaymentMethod.app.translation`.privacy_policy_extensions as `order_transaction.paymentMethod.appPaymentMethod.app.translation.privacyPolicyExtensions`, `order_transaction.paymentMethod.appPaymentMethod.app.translation`.custom_fields as `order_transaction.paymentMethod.appPaymentMethod.app.translation.customFields`, `order_transaction.paymentMethod.appPaymentMethod.app.translation`.created_at as `order_transaction.paymentMethod.appPaymentMethod.app.translation.createdAt`, `order_transaction.paymentMethod.appPaymentMethod.app.translation`.updated_at as `order_transaction.paymentMethod.appPaymentMethod.app.translation.updatedAt`, `order_transaction.paymentMethod.appPaymentMethod.app.translation`.app_id as `order_transaction.paymentMethod.appPaymentMethod.app.translation.appId`, `order_transaction.paymentMethod.appPaymentMethod.app.translation`.language_id as `order_transaction.paymentMethod.appPaymentMethod.app.translation.languageId` FROM `app_translation` `order_transaction.paymentMethod.appPaymentMethod.app.translation` WHERE `order_transaction.paymentMethod.appPaymentMethod.app.translation`.language_id = :languageId) `order_transaction.paymentMethod.appPaymentMethod.app.app_translation` ON `order_transaction.paymentMethod.appPaymentMethod.app.app_translation`.`app_id` = `order_transaction.paymentMethod.appPaymentMethod.app`.`id` LEFT JOIN `integration` `order_transaction.paymentMethod.appPaymentMethod.app.integration` ON `order_transaction.paymentMethod.appPaymentMethod.app`.`integration_id` = `order_transaction.paymentMethod.appPaymentMethod.app.integration`.`id` LEFT JOIN `acl_role` `order_transaction.paymentMethod.appPaymentMethod.app.aclRole` ON `order_transaction.paymentMethod.appPaymentMethod.app`.`acl_role_id` = `order_transaction.paymentMethod.appPaymentMethod.app.aclRole`.`id` WHERE (`order_transaction`.`version_id` = :version) AND ((`order_transaction`.`order_id` IN (:param_32c9ba8e3d224aa68511246f7516d87f))) ORDER BY `order_transaction`.`created_at` ASC
5.17 ms
(0.00%)
SELECT `order_delivery`.`id` as `order_delivery.id`, `order_delivery`.`version_id` as `order_delivery.versionId`, `order_delivery`.`order_id` as `order_delivery.orderId`, `order_delivery`.`order_version_id` as `order_delivery.orderVersionId`, `order_delivery`.`shipping_order_address_id` as `order_delivery.shippingOrderAddressId`, `order_delivery`.`shipping_order_address_version_id` as `order_delivery.shippingOrderAddressVersionId`, `order_delivery`.`shipping_method_id` as `order_delivery.shippingMethodId`, `order_delivery`.`state_id` as `order_delivery.stateId`, `order_delivery.stateMachineState`.`id` as `order_delivery.stateMachineState.id`, `order_delivery.stateMachineState`.`technical_name` as `order_delivery.stateMachineState.technicalName`, `order_delivery.stateMachineState`.`state_machine_id` as `order_delivery.stateMachineState.stateMachineId`, `order_delivery.stateMachineState`.`created_at` as `order_delivery.stateMachineState.createdAt`, `order_delivery.stateMachineState`.`updated_at` as `order_delivery.stateMachineState.updatedAt`, `order_delivery.stateMachineState.translation.name`, COALESCE(`order_delivery.stateMachineState.translation.name`,`order_delivery.stateMachineState.translation.name`) as `order_delivery.stateMachineState.name`, `order_delivery.stateMachineState.translation.customFields`, COALESCE(`order_delivery.stateMachineState.translation.customFields`,`order_delivery.stateMachineState.translation.customFields`) as `order_delivery.stateMachineState.customFields`, `order_delivery.stateMachineState.translation.createdAt`, `order_delivery.stateMachineState.translation.updatedAt`, `order_delivery.stateMachineState.translation.stateMachineStateId`, `order_delivery.stateMachineState.translation.languageId`, `order_delivery`.`tracking_codes` as `order_delivery.trackingCodes`, `order_delivery`.`shipping_date_earliest` as `order_delivery.shippingDateEarliest`, `order_delivery`.`shipping_date_latest` as `order_delivery.shippingDateLatest`, `order_delivery`.`shipping_costs` as `order_delivery.shippingCosts`, `order_delivery`.`custom_fields` as `order_delivery.customFields`, `order_delivery.shippingOrderAddress`.`id` as `order_delivery.shippingOrderAddress.id`, `order_delivery.shippingOrderAddress`.`version_id` as `order_delivery.shippingOrderAddress.versionId`, `order_delivery.shippingOrderAddress`.`country_id` as `order_delivery.shippingOrderAddress.countryId`, `order_delivery.shippingOrderAddress`.`country_state_id` as `order_delivery.shippingOrderAddress.countryStateId`, `order_delivery.shippingOrderAddress`.`order_id` as `order_delivery.shippingOrderAddress.orderId`, `order_delivery.shippingOrderAddress`.`order_version_id` as `order_delivery.shippingOrderAddress.orderVersionId`, `order_delivery.shippingOrderAddress`.`salutation_id` as `order_delivery.shippingOrderAddress.salutationId`, `order_delivery.shippingOrderAddress`.`first_name` as `order_delivery.shippingOrderAddress.firstName`, `order_delivery.shippingOrderAddress`.`last_name` as `order_delivery.shippingOrderAddress.lastName`, `order_delivery.shippingOrderAddress`.`street` as `order_delivery.shippingOrderAddress.street`, `order_delivery.shippingOrderAddress`.`zipcode` as `order_delivery.shippingOrderAddress.zipcode`, `order_delivery.shippingOrderAddress`.`city` as `order_delivery.shippingOrderAddress.city`, `order_delivery.shippingOrderAddress`.`company` as `order_delivery.shippingOrderAddress.company`, `order_delivery.shippingOrderAddress`.`department` as `order_delivery.shippingOrderAddress.department`, `order_delivery.shippingOrderAddress`.`title` as `order_delivery.shippingOrderAddress.title`, `order_delivery.shippingOrderAddress`.`vat_id` as `order_delivery.shippingOrderAddress.vatId`, `order_delivery.shippingOrderAddress`.`phone_number` as `order_delivery.shippingOrderAddress.phoneNumber`, `order_delivery.shippingOrderAddress`.`additional_address_line1` as `order_delivery.shippingOrderAddress.additionalAddressLine1`, `order_delivery.shippingOrderAddress`.`additional_address_line2` as `order_delivery.shippingOrderAddress.additionalAddressLine2`, `order_delivery.shippingOrderAddress`.`custom_fields` as `order_delivery.shippingOrderAddress.customFields`, `order_delivery.shippingOrderAddress`.`created_at` as `order_delivery.shippingOrderAddress.createdAt`, `order_delivery.shippingOrderAddress`.`updated_at` as `order_delivery.shippingOrderAddress.updatedAt`, `order_delivery.shippingOrderAddress.country`.`id` as `order_delivery.shippingOrderAddress.country.id`, `order_delivery.shippingOrderAddress.country`.`iso` as `order_delivery.shippingOrderAddress.country.iso`, `order_delivery.shippingOrderAddress.country`.`position` as `order_delivery.shippingOrderAddress.country.position`, `order_delivery.shippingOrderAddress.country`.`active` as `order_delivery.shippingOrderAddress.country.active`, `order_delivery.shippingOrderAddress.country`.`shipping_available` as `order_delivery.shippingOrderAddress.country.shippingAvailable`, `order_delivery.shippingOrderAddress.country`.`iso3` as `order_delivery.shippingOrderAddress.country.iso3`, `order_delivery.shippingOrderAddress.country`.`display_state_in_registration` as `order_delivery.shippingOrderAddress.country.displayStateInRegistration`, `order_delivery.shippingOrderAddress.country`.`force_state_in_registration` as `order_delivery.shippingOrderAddress.country.forceStateInRegistration`, `order_delivery.shippingOrderAddress.country`.`company_tax_free` as `order_delivery.shippingOrderAddress.country.companyTaxFree`, `order_delivery.shippingOrderAddress.country`.`check_vat_id_pattern` as `order_delivery.shippingOrderAddress.country.checkVatIdPattern`, `order_delivery.shippingOrderAddress.country`.`vat_id_required` as `order_delivery.shippingOrderAddress.country.vatIdRequired`, `order_delivery.shippingOrderAddress.country`.`tax_free` as `order_delivery.shippingOrderAddress.country.taxFree`, `order_delivery.shippingOrderAddress.country`.`vat_id_pattern` as `order_delivery.shippingOrderAddress.country.vatIdPattern`, `order_delivery.shippingOrderAddress.country`.`customer_tax` as `order_delivery.shippingOrderAddress.country.customerTax`, `order_delivery.shippingOrderAddress.country`.`company_tax` as `order_delivery.shippingOrderAddress.country.companyTax`, `order_delivery.shippingOrderAddress.country`.`postal_code_required` as `order_delivery.shippingOrderAddress.country.postalCodeRequired`, `order_delivery.shippingOrderAddress.country`.`check_postal_code_pattern` as `order_delivery.shippingOrderAddress.country.checkPostalCodePattern`, `order_delivery.shippingOrderAddress.country`.`check_advanced_postal_code_pattern` as `order_delivery.shippingOrderAddress.country.checkAdvancedPostalCodePattern`, `order_delivery.shippingOrderAddress.country`.`advanced_postal_code_pattern` as `order_delivery.shippingOrderAddress.country.advancedPostalCodePattern`, `order_delivery.shippingOrderAddress.country`.`default_postal_code_pattern` as `order_delivery.shippingOrderAddress.country.defaultPostalCodePattern`, `order_delivery.shippingOrderAddress.country`.`created_at` as `order_delivery.shippingOrderAddress.country.createdAt`, `order_delivery.shippingOrderAddress.country`.`updated_at` as `order_delivery.shippingOrderAddress.country.updatedAt`, `order_delivery.shippingOrderAddress.country.translation.name`, COALESCE(`order_delivery.shippingOrderAddress.country.translation.name`,`order_delivery.shippingOrderAddress.country.translation.name`) as `order_delivery.shippingOrderAddress.country.name`, `order_delivery.shippingOrderAddress.country.translation.addressFormat`, COALESCE(`order_delivery.shippingOrderAddress.country.translation.addressFormat`,`order_delivery.shippingOrderAddress.country.translation.addressFormat`) as `order_delivery.shippingOrderAddress.country.addressFormat`, `order_delivery.shippingOrderAddress.country.translation.customFields`, COALESCE(`order_delivery.shippingOrderAddress.country.translation.customFields`,`order_delivery.shippingOrderAddress.country.translation.customFields`) as `order_delivery.shippingOrderAddress.country.customFields`, `order_delivery.shippingOrderAddress.country.translation.createdAt`, `order_delivery.shippingOrderAddress.country.translation.updatedAt`, `order_delivery.shippingOrderAddress.country.translation.countryId`, `order_delivery.shippingOrderAddress.country.translation.languageId`, `order_delivery`.`created_at` as `order_delivery.createdAt`, `order_delivery`.`updated_at` as `order_delivery.updatedAt` FROM `order_delivery` LEFT JOIN `state_machine_state` `order_delivery.stateMachineState` ON `order_delivery`.`state_id` = `order_delivery.stateMachineState`.`id` LEFT JOIN `order_address` `order_delivery.shippingOrderAddress` ON `order_delivery`.`shipping_order_address_id` = `order_delivery.shippingOrderAddress`.`id` AND `order_delivery`.`version_id` = `order_delivery.shippingOrderAddress`.`version_id` LEFT JOIN (SELECT `order_delivery.stateMachineState.translation`.state_machine_state_id, `order_delivery.stateMachineState.translation`.name as `order_delivery.stateMachineState.translation.name`, `order_delivery.stateMachineState.translation`.custom_fields as `order_delivery.stateMachineState.translation.customFields`, `order_delivery.stateMachineState.translation`.created_at as `order_delivery.stateMachineState.translation.createdAt`, `order_delivery.stateMachineState.translation`.updated_at as `order_delivery.stateMachineState.translation.updatedAt`, `order_delivery.stateMachineState.translation`.state_machine_state_id as `order_delivery.stateMachineState.translation.stateMachineStateId`, `order_delivery.stateMachineState.translation`.language_id as `order_delivery.stateMachineState.translation.languageId` FROM `state_machine_state_translation` `order_delivery.stateMachineState.translation` WHERE `order_delivery.stateMachineState.translation`.language_id = :languageId) `order_delivery.stateMachineState.state_machine_state_translation` ON `order_delivery.stateMachineState.state_machine_state_translation`.`state_machine_state_id` = `order_delivery.stateMachineState`.`id` LEFT JOIN `country` `order_delivery.shippingOrderAddress.country` ON `order_delivery.shippingOrderAddress`.`country_id` = `order_delivery.shippingOrderAddress.country`.`id` LEFT JOIN (SELECT `order_delivery.shippingOrderAddress.country.translation`.country_id, `order_delivery.shippingOrderAddress.country.translation`.name as `order_delivery.shippingOrderAddress.country.translation.name`, `order_delivery.shippingOrderAddress.country.translation`.address_format as `order_delivery.shippingOrderAddress.country.translation.addressFormat`, `order_delivery.shippingOrderAddress.country.translation`.custom_fields as `order_delivery.shippingOrderAddress.country.translation.customFields`, `order_delivery.shippingOrderAddress.country.translation`.created_at as `order_delivery.shippingOrderAddress.country.translation.createdAt`, `order_delivery.shippingOrderAddress.country.translation`.updated_at as `order_delivery.shippingOrderAddress.country.translation.updatedAt`, `order_delivery.shippingOrderAddress.country.translation`.country_id as `order_delivery.shippingOrderAddress.country.translation.countryId`, `order_delivery.shippingOrderAddress.country.translation`.language_id as `order_delivery.shippingOrderAddress.country.translation.languageId` FROM `country_translation` `order_delivery.shippingOrderAddress.country.translation` WHERE `order_delivery.shippingOrderAddress.country.translation`.language_id = :languageId) `order_delivery.shippingOrderAddress.country.country_translation` ON `order_delivery.shippingOrderAddress.country.country_translation`.`country_id` = `order_delivery.shippingOrderAddress.country`.`id` WHERE (`order_delivery`.`version_id` = :version) AND ((`order_delivery`.`order_id` IN (:param_695ca50f43c8410f9b7f3677ba25fd47)))
0.79 ms
(0.00%)
SELECT `order_line_item`.`id` as `order_line_item.id`, `order_line_item`.`version_id` as `order_line_item.versionId`, `order_line_item`.`order_id` as `order_line_item.orderId`, `order_line_item`.`order_version_id` as `order_line_item.orderVersionId`, `order_line_item`.`product_id` as `order_line_item.productId`, `order_line_item`.`product_version_id` as `order_line_item.productVersionId`, `order_line_item`.`promotion_id` as `order_line_item.promotionId`, `order_line_item`.`parent_id` as `order_line_item.parentId`, `order_line_item`.`parent_version_id` as `order_line_item.parentVersionId`, `order_line_item`.`cover_id` as `order_line_item.coverId`, `order_line_item`.`identifier` as `order_line_item.identifier`, `order_line_item`.`referenced_id` as `order_line_item.referencedId`, `order_line_item`.`quantity` as `order_line_item.quantity`, `order_line_item`.`label` as `order_line_item.label`, `order_line_item`.`payload` as `order_line_item.payload`, `order_line_item`.`good` as `order_line_item.good`, `order_line_item`.`removable` as `order_line_item.removable`, `order_line_item`.`stackable` as `order_line_item.stackable`, `order_line_item`.`position` as `order_line_item.position`, `order_line_item`.`states` as `order_line_item.states`, `order_line_item`.`price` as `order_line_item.price`, `order_line_item`.`price_definition` as `order_line_item.priceDefinition`, `order_line_item`.`unit_price` as `order_line_item.unitPrice`, `order_line_item`.`total_price` as `order_line_item.totalPrice`, `order_line_item`.`description` as `order_line_item.description`, `order_line_item`.`type` as `order_line_item.type`, `order_line_item`.`custom_fields` as `order_line_item.customFields`, `order_line_item`.`created_at` as `order_line_item.createdAt`, `order_line_item`.`updated_at` as `order_line_item.updatedAt` FROM `order_line_item` WHERE (`order_line_item`.`version_id` = :version) AND ((`order_line_item`.`order_id` IN (:param_f4c0d55353b54e02baeeee53fc75dbf3)))
0.34 ms
(0.00%)
SELECT 
                payment_method.handler_identifier,
                app_payment_method.id as app_payment_method_id,
                app_payment_method.pay_url,
                app_payment_method.finalize_url,
                app_payment_method.capture_url,
                app_payment_method.validate_url,
                app_payment_method.refund_url
             FROM payment_method LEFT JOIN app_payment_method app_payment_method ON payment_method.id = app_payment_method.payment_method_id WHERE payment_method.id = :paymentMethodId

Database Connections

There are no configured database connections.

Entity Managers

There are no configured entity managers.

Second Level Cache

Second Level Cache is not enabled.

Entities Mapping