https://voorwinden.dotsdev.nl/_proxy/store-api?path=store-api%2Fhandle-payment Return to referer URL

Query Metrics

169 Database Queries
Different statements
562.29 ms Query time
Invalid entities

Queries

Group similar statements

# Time Info
1 0.34 ms
SELECT `creation_timestamp`
                FROM `migration`
                WHERE `update` IS NOT NULL AND `update_destructive` IS NULL
2 0.41 ms
SET @@group_concat_max_len = CAST(IF(@@group_concat_max_len > 320000, @@group_concat_max_len, 320000) AS UNSIGNED);SET sql_mode=(SELECT REPLACE(@@sql_mode,'ONLY_FULL_GROUP_BY',''));SET @MIGRATION_1677665937_IS_ACTIVE = TRUE;SET @MIGRATION_1655211599_IS_ACTIVE = TRUE;SET @MIGRATION_1661171648_IS_ACTIVE = TRUE;SET @MIGRATION_1661171649_IS_ACTIVE = TRUE;SET @MIGRATION_1644929339_IS_ACTIVE = TRUE;SET @MIGRATION_1644929340_IS_ACTIVE = TRUE;SET @MIGRATION_1644929349_IS_ACTIVE = TRUE;SET @MIGRATION_1645002729_IS_ACTIVE = TRUE;SET @MIGRATION_1645276994_IS_ACTIVE = TRUE;SET @MIGRATION_1645441080_IS_ACTIVE = TRUE;SET @MIGRATION_1645612086_IS_ACTIVE = TRUE;SET @MIGRATION_1646057197_IS_ACTIVE = TRUE;SET @MIGRATION_1646161664_IS_ACTIVE = TRUE;SET @MIGRATION_1646163649_IS_ACTIVE = TRUE;SET @MIGRATION_1646401325_IS_ACTIVE = TRUE;SET @MIGRATION_1657030662_IS_ACTIVE = TRUE;SET @MIGRATION_1660571712_IS_ACTIVE = TRUE;SET @MIGRATION_1670248367_IS_ACTIVE = TRUE;SET @MIGRATION_1670248414_IS_ACTIVE = TRUE;SET @MIGRATION_1689131834_IS_ACTIVE = TRUE;SET @MIGRATION_1689825285_IS_ACTIVE = TRUE;SET @MIGRATION_1644753635_IS_ACTIVE = TRUE;SET @MIGRATION_1652444730_IS_ACTIVE = TRUE;SET @MIGRATION_1669117848_IS_ACTIVE = TRUE;SET @MIGRATION_1669796049_IS_ACTIVE = TRUE;SET @MIGRATION_1672671475_IS_ACTIVE = TRUE;SET @MIGRATION_1678106061_IS_ACTIVE = TRUE;SET @MIGRATION_1695822535_IS_ACTIVE = TRUE
3 0.46 ms
SELECT CONCAT(TRIM(TRAILING '/' FROM domain.url), '/') `key`, CONCAT(TRIM(TRAILING '/' FROM domain.url), '/') url, LOWER(HEX(domain.id)) id, LOWER(HEX(sales_channel.id)) salesChannelId, LOWER(HEX(sales_channel.type_id)) typeId, LOWER(HEX(domain.snippet_set_id)) snippetSetId, LOWER(HEX(domain.currency_id)) currencyId, LOWER(HEX(domain.language_id)) languageId, LOWER(HEX(theme.id)) themeId, sales_channel.maintenance maintenance, sales_channel.maintenance_ip_whitelist maintenanceIpWhitelist, snippet_set.iso as locale, theme.technical_name as themeName, parentTheme.technical_name as parentThemeName FROM sales_channel INNER JOIN sales_channel_domain domain ON domain.sales_channel_id = sales_channel.id LEFT JOIN theme_sales_channel theme_sales_channel ON sales_channel.id = theme_sales_channel.sales_channel_id INNER JOIN snippet_set snippet_set ON snippet_set.id = domain.snippet_set_id LEFT JOIN theme theme ON theme_sales_channel.theme_id = theme.id LEFT JOIN theme parentTheme ON theme.parent_theme_id = parentTheme.id WHERE (sales_channel.type_id = UNHEX(:typeId)) AND (sales_channel.active)
4 0.40 ms
# 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
5 0.32 ms
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
6 2.15 ms
SELECT configuration_key, configuration_value FROM system_config WHERE sales_channel_id IS NULL ORDER BY sales_channel_id ASC
7 1.67 ms
SELECT configuration_key, configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = :salesChannelId) AND (configuration_key LIKE :prefix) ORDER BY sales_channel_id ASC
8 0.27 ms
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = :salesChannelId) AND (token = :token) LIMIT 1
9 0.42 ms
# context-factory::base-context

        SELECT
          sales_channel.id as sales_channel_id,
          sales_channel.language_id as sales_channel_default_language_id,
          sales_channel.currency_id as sales_channel_currency_id,
          currency.factor as sales_channel_currency_factor,
          GROUP_CONCAT(LOWER(HEX(sales_channel_language.language_id))) as sales_channel_language_ids
        FROM sales_channel
            INNER JOIN currency
                ON sales_channel.currency_id = currency.id
            LEFT JOIN sales_channel_language
                ON sales_channel_language.sales_channel_id = sales_channel.id
        WHERE sales_channel.id = :id
        GROUP BY sales_channel.id, sales_channel.language_id, sales_channel.currency_id, currency.factor
10 5.19 ms
# base-context-factory::sales-channel::read
SELECT `sales_channel`.`id` as `sales_channel.id`, `sales_channel`.`type_id` as `sales_channel.typeId`, `sales_channel`.`language_id` as `sales_channel.languageId`, `sales_channel`.`customer_group_id` as `sales_channel.customerGroupId`, `sales_channel`.`currency_id` as `sales_channel.currencyId`, `sales_channel`.`payment_method_id` as `sales_channel.paymentMethodId`, `sales_channel`.`shipping_method_id` as `sales_channel.shippingMethodId`, `sales_channel`.`country_id` as `sales_channel.countryId`, `sales_channel`.`analytics_id` as `sales_channel.analyticsId`, `sales_channel`.`navigation_category_id` as `sales_channel.navigationCategoryId`, `sales_channel`.`navigation_category_version_id` as `sales_channel.navigationCategoryVersionId`, `sales_channel`.`navigation_category_depth` as `sales_channel.navigationCategoryDepth`, `sales_channel`.`footer_category_id` as `sales_channel.footerCategoryId`, `sales_channel`.`footer_category_version_id` as `sales_channel.footerCategoryVersionId`, `sales_channel`.`service_category_id` as `sales_channel.serviceCategoryId`, `sales_channel`.`service_category_version_id` as `sales_channel.serviceCategoryVersionId`, `sales_channel`.`mail_header_footer_id` as `sales_channel.mailHeaderFooterId`, `sales_channel`.`hreflang_default_domain_id` as `sales_channel.hreflangDefaultDomainId`, `sales_channel`.`short_name` as `sales_channel.shortName`, `sales_channel`.`tax_calculation_type` as `sales_channel.taxCalculationType`, `sales_channel`.`access_key` as `sales_channel.accessKey`, `sales_channel`.`configuration` as `sales_channel.configuration`, `sales_channel`.`active` as `sales_channel.active`, `sales_channel`.`hreflang_active` as `sales_channel.hreflangActive`, `sales_channel`.`maintenance` as `sales_channel.maintenance`, `sales_channel`.`maintenance_ip_whitelist` as `sales_channel.maintenanceIpWhitelist`, `sales_channel`.`payment_method_ids` as `sales_channel.paymentMethodIds`, `sales_channel`.`home_cms_page_id` as `sales_channel.homeCmsPageId`, `sales_channel`.`home_cms_page_version_id` as `sales_channel.homeCmsPageVersionId`, `sales_channel.analytics`.`id` as `sales_channel.analytics.id`, `sales_channel.analytics`.`tracking_id` as `sales_channel.analytics.trackingId`, `sales_channel.analytics`.`active` as `sales_channel.analytics.active`, `sales_channel.analytics`.`track_orders` as `sales_channel.analytics.trackOrders`, `sales_channel.analytics`.`anonymize_ip` as `sales_channel.analytics.anonymizeIp`, `sales_channel.analytics`.`created_at` as `sales_channel.analytics.createdAt`, `sales_channel.analytics`.`updated_at` as `sales_channel.analytics.updatedAt`, `sales_channel`.`created_at` as `sales_channel.createdAt`, `sales_channel`.`updated_at` as `sales_channel.updatedAt`, `sales_channel.currency`.`id` as `sales_channel.currency.id`, `sales_channel.currency`.`factor` as `sales_channel.currency.factor`, `sales_channel.currency`.`symbol` as `sales_channel.currency.symbol`, `sales_channel.currency`.`iso_code` as `sales_channel.currency.isoCode`, `sales_channel.currency`.`position` as `sales_channel.currency.position`, `sales_channel.currency`.`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)
11 0.33 ms
# base-context-factory::sales-channel::association::domains::read
SELECT `sales_channel_domain`.`id` as `sales_channel_domain.id`, `sales_channel_domain`.`url` as `sales_channel_domain.url`, `sales_channel_domain`.`sales_channel_id` as `sales_channel_domain.salesChannelId`, `sales_channel_domain`.`language_id` as `sales_channel_domain.languageId`, `sales_channel_domain`.`currency_id` as `sales_channel_domain.currencyId`, `sales_channel_domain`.`snippet_set_id` as `sales_channel_domain.snippetSetId`, `sales_channel_domain`.`hreflang_use_only_locale` as `sales_channel_domain.hreflangUseOnlyLocale`, `sales_channel_domain`.`custom_fields` as `sales_channel_domain.customFields`, `sales_channel_domain`.`created_at` as `sales_channel_domain.createdAt`, `sales_channel_domain`.`updated_at` as `sales_channel_domain.updatedAt` FROM `sales_channel_domain` WHERE (`sales_channel_domain`.`sales_channel_id` IN (:param_2830fe8e51ce41e3aa53af0b1c5a00c9))
12 0.63 ms
# base-context-factory::currency::read
SELECT `currency`.`id` as `currency.id`, `currency`.`factor` as `currency.factor`, `currency`.`symbol` as `currency.symbol`, `currency`.`iso_code` as `currency.isoCode`, `currency`.`position` as `currency.position`, `currency`.`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)
13 1.07 ms
# base-context-factory::country::read
SELECT `country`.`id` as `country.id`, `country`.`iso` as `country.iso`, `country`.`position` as `country.position`, `country`.`active` as `country.active`, `country`.`shipping_available` as `country.shippingAvailable`, `country`.`iso3` as `country.iso3`, `country`.`display_state_in_registration` as `country.displayStateInRegistration`, `country`.`force_state_in_registration` as `country.forceStateInRegistration`, `country`.`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)
14 0.69 ms
# base-context-factory::customer-group::read
SELECT `customer_group`.`id` as `customer_group.id`, `customer_group`.`display_gross` as `customer_group.displayGross`, `customer_group`.`registration_active` as `customer_group.registrationActive`, `customer_group`.`created_at` as `customer_group.createdAt`, `customer_group`.`updated_at` as `customer_group.updatedAt`, `customer_group.translation.name`, COALESCE(`customer_group.translation.name`,`customer_group.translation.name`) as `customer_group.name`, `customer_group.translation.registrationTitle`, COALESCE(`customer_group.translation.registrationTitle`,`customer_group.translation.registrationTitle`) as `customer_group.registrationTitle`, `customer_group.translation.registrationIntroduction`, COALESCE(`customer_group.translation.registrationIntroduction`,`customer_group.translation.registrationIntroduction`) as `customer_group.registrationIntroduction`, `customer_group.translation.registrationOnlyCompanyRegistration`, COALESCE(`customer_group.translation.registrationOnlyCompanyRegistration`,`customer_group.translation.registrationOnlyCompanyRegistration`) as `customer_group.registrationOnlyCompanyRegistration`, `customer_group.translation.registrationSeoMetaDescription`, COALESCE(`customer_group.translation.registrationSeoMetaDescription`,`customer_group.translation.registrationSeoMetaDescription`) as `customer_group.registrationSeoMetaDescription`, `customer_group.translation.customFields`, COALESCE(`customer_group.translation.customFields`,`customer_group.translation.customFields`) as `customer_group.customFields`, `customer_group.translation.createdAt`, `customer_group.translation.updatedAt`, `customer_group.translation.customerGroupId`, `customer_group.translation.languageId` FROM `customer_group` LEFT JOIN (SELECT `customer_group.translation`.customer_group_id, `customer_group.translation`.name as `customer_group.translation.name`, `customer_group.translation`.registration_title as `customer_group.translation.registrationTitle`, `customer_group.translation`.registration_introduction as `customer_group.translation.registrationIntroduction`, `customer_group.translation`.registration_only_company_registration as `customer_group.translation.registrationOnlyCompanyRegistration`, `customer_group.translation`.registration_seo_meta_description as `customer_group.translation.registrationSeoMetaDescription`, `customer_group.translation`.custom_fields as `customer_group.translation.customFields`, `customer_group.translation`.created_at as `customer_group.translation.createdAt`, `customer_group.translation`.updated_at as `customer_group.translation.updatedAt`, `customer_group.translation`.customer_group_id as `customer_group.translation.customerGroupId`, `customer_group.translation`.language_id as `customer_group.translation.languageId` FROM `customer_group_translation` `customer_group.translation` WHERE `customer_group.translation`.language_id = :languageId) `customer_group.customer_group_translation` ON `customer_group.customer_group_translation`.`customer_group_id` = `customer_group`.`id` WHERE `customer_group`.`id` IN (:ids)
15 0.19 ms
# base-context-factory::taxes::read
SELECT `tax`.`id` as `tax.id`, `tax`.`tax_rate` as `tax.taxRate`, `tax`.`name` as `tax.name`, `tax`.`position` as `tax.position`, `tax`.`custom_fields` as `tax.customFields`, `tax`.`created_at` as `tax.createdAt`, `tax`.`updated_at` as `tax.updatedAt` FROM `tax`
16 3.76 ms
# base-context-factory::taxes::association::rules::read
SELECT `tax_rule`.`id` as `tax_rule.id`, `tax_rule`.`tax_rule_type_id` as `tax_rule.taxRuleTypeId`, `tax_rule`.`country_id` as `tax_rule.countryId`, `tax_rule`.`tax_rate` as `tax_rule.taxRate`, `tax_rule`.`data` as `tax_rule.data`, `tax_rule`.`tax_id` as `tax_rule.taxId`, `tax_rule.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_a54240d5c23047f5a76964b4920a11de))
17 2.91 ms
# base-context-factory::payment-method::read
SELECT `payment_method`.`id` as `payment_method.id`, `payment_method`.`plugin_id` as `payment_method.pluginId`, `payment_method`.`handler_identifier` as `payment_method.handlerIdentifier`, `payment_method`.`position` as `payment_method.position`, `payment_method`.`active` as `payment_method.active`, `payment_method`.`after_order_enabled` as `payment_method.afterOrderEnabled`, `payment_method`.`availability_rule_id` as `payment_method.availabilityRuleId`, `payment_method`.`media_id` as `payment_method.mediaId`, `payment_method.appPaymentMethod`.`id` as `payment_method.appPaymentMethod.id`, `payment_method.appPaymentMethod`.`app_name` as `payment_method.appPaymentMethod.appName`, `payment_method.appPaymentMethod`.`identifier` as `payment_method.appPaymentMethod.identifier`, `payment_method.appPaymentMethod`.`pay_url` as `payment_method.appPaymentMethod.payUrl`, `payment_method.appPaymentMethod`.`finalize_url` as `payment_method.appPaymentMethod.finalizeUrl`, `payment_method.appPaymentMethod`.`validate_url` as `payment_method.appPaymentMethod.validateUrl`, `payment_method.appPaymentMethod`.`capture_url` as `payment_method.appPaymentMethod.captureUrl`, `payment_method.appPaymentMethod`.`refund_url` as `payment_method.appPaymentMethod.refundUrl`, `payment_method.appPaymentMethod`.`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)
18 0.26 ms
SELECT `name`, `type` FROM `custom_field` WHERE `active` = 1
19 2.87 ms
# base-context-factory::shipping-method::read
SELECT `shipping_method`.`id` as `shipping_method.id`, `shipping_method`.`active` as `shipping_method.active`, `shipping_method`.`position` as `shipping_method.position`, `shipping_method`.`availability_rule_id` as `shipping_method.availabilityRuleId`, `shipping_method`.`media_id` as `shipping_method.mediaId`, `shipping_method`.`delivery_time_id` as `shipping_method.deliveryTimeId`, `shipping_method`.`tax_type` as `shipping_method.taxType`, `shipping_method`.`tax_id` as `shipping_method.taxId`, `shipping_method.deliveryTime`.`id` as `shipping_method.deliveryTime.id`, `shipping_method.deliveryTime`.`min` as `shipping_method.deliveryTime.min`, `shipping_method.deliveryTime`.`max` as `shipping_method.deliveryTime.max`, `shipping_method.deliveryTime`.`unit` as `shipping_method.deliveryTime.unit`, `shipping_method.deliveryTime`.`created_at` as `shipping_method.deliveryTime.createdAt`, `shipping_method.deliveryTime`.`updated_at` as `shipping_method.deliveryTime.updatedAt`, `shipping_method.deliveryTime.translation.name`, COALESCE(`shipping_method.deliveryTime.translation.name`,`shipping_method.deliveryTime.translation.name`) as `shipping_method.deliveryTime.name`, `shipping_method.deliveryTime.translation.customFields`, COALESCE(`shipping_method.deliveryTime.translation.customFields`,`shipping_method.deliveryTime.translation.customFields`) as `shipping_method.deliveryTime.customFields`, `shipping_method.deliveryTime.translation.createdAt`, `shipping_method.deliveryTime.translation.updatedAt`, `shipping_method.deliveryTime.translation.deliveryTimeId`, `shipping_method.deliveryTime.translation.languageId`, `shipping_method`.`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)
20 2.00 ms
# base-context-factory::cash-rounding::search-ids
SELECT `currency_country_rounding`.`id` FROM `currency_country_rounding` WHERE (`currency_country_rounding`.`currency_id` = :param_5d55b56b199a4f739743164dd8a2fb87 AND `currency_country_rounding`.`country_id` = :param_6c49f1d2c51f45dc8389a3fc49a2f4cc) LIMIT 1
21 7.15 ms
# context-factory::customer::read
SELECT `customer`.`id` as `customer.id`, `customer`.`customer_group_id` as `customer.groupId`, `customer`.`default_payment_method_id` as `customer.defaultPaymentMethodId`, `customer`.`sales_channel_id` as `customer.salesChannelId`, `customer`.`language_id` as `customer.languageId`, `customer`.`last_payment_method_id` as `customer.lastPaymentMethodId`, `customer`.`default_billing_address_id` as `customer.defaultBillingAddressId`, `customer`.`default_shipping_address_id` as `customer.defaultShippingAddressId`, `customer`.`auto_increment` as `customer.autoIncrement`, `customer`.`customer_number` as `customer.customerNumber`, `customer`.`salutation_id` as `customer.salutationId`, `customer`.`first_name` as `customer.firstName`, `customer`.`last_name` as `customer.lastName`, `customer`.`company` as `customer.company`, `customer`.`password` as `customer.password`, `customer`.`email` as `customer.email`, `customer`.`title` as `customer.title`, `customer`.`vat_ids` as `customer.vatIds`, `customer`.`affiliate_code` as `customer.affiliateCode`, `customer`.`campaign_code` as `customer.campaignCode`, `customer`.`active` as `customer.active`, `customer`.`double_opt_in_registration` as `customer.doubleOptInRegistration`, `customer`.`double_opt_in_email_sent_date` as `customer.doubleOptInEmailSentDate`, `customer`.`double_opt_in_confirm_date` as `customer.doubleOptInConfirmDate`, `customer`.`hash` as `customer.hash`, `customer`.`guest` as `customer.guest`, `customer`.`first_login` as `customer.firstLogin`, `customer`.`last_login` as `customer.lastLogin`, `customer`.`newsletter_sales_channel_ids` as `customer.newsletterSalesChannelIds`, `customer`.`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_8430e02a8fb94ce98327ec521eee61b7 OR `customer`.`bound_sales_channel_id` = :param_80e45b91bc1345968cadbb95c95a438f))) AND (`customer`.`id` IN (:ids))
22 7.04 ms
# context-factory::addresses::read
SELECT `customer_address`.`id` as `customer_address.id`, `customer_address`.`customer_id` as `customer_address.customerId`, `customer_address`.`country_id` as `customer_address.countryId`, `customer_address`.`country_state_id` as `customer_address.countryStateId`, `customer_address`.`salutation_id` as `customer_address.salutationId`, `customer_address`.`first_name` as `customer_address.firstName`, `customer_address`.`last_name` as `customer_address.lastName`, `customer_address`.`zipcode` as `customer_address.zipcode`, `customer_address`.`city` as `customer_address.city`, `customer_address`.`company` as `customer_address.company`, `customer_address`.`street` as `customer_address.street`, `customer_address`.`department` as `customer_address.department`, `customer_address`.`title` as `customer_address.title`, `customer_address`.`phone_number` as `customer_address.phoneNumber`, `customer_address`.`additional_address_line1` as `customer_address.additionalAddressLine1`, `customer_address`.`additional_address_line2` as `customer_address.additionalAddressLine2`, `customer_address`.`custom_fields` as `customer_address.customFields`, `customer_address`.`created_at` as `customer_address.createdAt`, `customer_address`.`updated_at` as `customer_address.updatedAt`, `customer_address.salutation`.`id` as `customer_address.salutation.id`, `customer_address.salutation`.`salutation_key` as `customer_address.salutation.salutationKey`, `customer_address.salutation`.`created_at` as `customer_address.salutation.createdAt`, `customer_address.salutation`.`updated_at` as `customer_address.salutation.updatedAt`, `customer_address.salutation.translation.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)
23 2.13 ms
# context-factory::customer-group::read
SELECT `customer_group`.`id` as `customer_group.id`, `customer_group`.`display_gross` as `customer_group.displayGross`, `customer_group`.`registration_active` as `customer_group.registrationActive`, `customer_group`.`created_at` as `customer_group.createdAt`, `customer_group`.`updated_at` as `customer_group.updatedAt`, `customer_group.translation.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)
24 0.24 ms
# cart-rule-loader::load-rules::search-ids
SELECT `rule`.`id` FROM `rule` ORDER BY `rule`.`priority` DESC, `rule`.`id` ASC LIMIT 500
25 0.40 ms
# cart-rule-loader::load-rules::read
SELECT `rule`.`id` as `rule.id`, `rule`.`name` as `rule.name`, `rule`.`priority` as `rule.priority`, `rule`.`description` as `rule.description`, `rule`.`payload` as `rule.payload`, `rule`.`invalid` as `rule.invalid`, `rule`.`areas` as `rule.areas`, `rule`.`custom_fields` as `rule.customFields`, `rule`.`module_types` as `rule.moduleTypes`, `rule`.`created_at` as `rule.createdAt`, `rule`.`updated_at` as `rule.updatedAt` FROM `rule` WHERE `rule`.`id` IN (:ids)
26 0.53 ms
# 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_9219fc66f6274c968e598c567ec0491c AND `promotion.salesChannels`.`sales_channel_id` = :param_6589d77f83e8419c907e6e407c95ff0c AND ((`promotion`.`valid_from` <=> :param_343d105686ee421686eb657c352cdc6b AND `promotion`.`valid_until` <=> :param_c633ae8b29e74b868bc69ba84a7fe92a) OR (`promotion`.`valid_from` <=> :param_c82c11c6474e4fe2b9ac27bd84b73bea AND (`promotion`.`valid_until` > :param_3866335df7f84ba19cf29df75f8b0df9)) OR ((`promotion`.`valid_from` <= :param_e1e280b28f9d439a9c57f73dd4cb09c7) AND `promotion`.`valid_until` <=> :param_38a4a30a1cd349dbafcbf47c7dd3882d) OR ((`promotion`.`valid_from` <= :param_508035e7c72c4dada35fcc4be33bdf79) AND (`promotion`.`valid_until` > :param_8a563ed41b2b4d9eb64a0ad7c6590b3b))) AND `promotion`.`use_codes` = :param_520e34ec743e4bfead5bab200626ce76)) GROUP BY `promotion`.`id` ORDER BY MAX(`promotion`.`priority`) DESC
27 0.23 ms
SELECT `payment_method`.`id` FROM `payment_method` WHERE (`payment_method`.`handler_identifier` = :param_a03af42814ac44ff8db8bcb2414287f2)
28 3.43 ms
# 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)
29 0.83 ms
# 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_9c2680225b4b40afb0f6f70f15388698))
30 1.21 ms
# app-scripts::refresh::read
SELECT `app`.`id` as `app.id`, `app`.`name` as `app.name`, `app`.`path` as `app.path`, `app`.`author` as `app.author`, `app`.`copyright` as `app.copyright`, `app`.`license` as `app.license`, `app`.`active` as `app.active`, `app`.`configurable` as `app.configurable`, `app`.`privacy` as `app.privacy`, `app`.`version` as `app.version`, `app`.`icon` as `app.iconRaw`, `app`.`app_secret` as `app.appSecret`, `app`.`modules` as `app.modules`, `app`.`main_module` as `app.mainModule`, `app`.`cookies` as `app.cookies`, `app`.`allow_disable` as `app.allowDisable`, `app`.`base_app_url` as `app.baseAppUrl`, `app`.`allowed_hosts` as `app.allowedHosts`, `app`.`template_load_priority` as `app.templateLoadPriority`, `app`.`integration_id` as `app.integrationId`, `app.integration`.`id` as `app.integration.id`, `app.integration`.`label` as `app.integration.label`, `app.integration`.`access_key` as `app.integration.accessKey`, `app.integration`.`secret_access_key` as `app.integration.secretAccessKey`, `app.integration`.`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_9cbe416d7ce3497da029055ecf55389b)
31 0.33 ms
SELECT LOWER(HEX(`script`.`app_id`)) as `app_id`,
                   `script`.`name` AS scriptName,
                   `script`.`script` AS script,
                   `script`.`hook` AS hook,
                   IFNULL(`script`.`updated_at`, `script`.`created_at`) AS lastModified,
                   `app`.`name` AS appName,
                   LOWER(HEX(`app`.`integration_id`)) AS integrationId,
                   `app`.`version` AS appVersion,
                   `script`.`active` AS active
            FROM `script`
            LEFT JOIN `app` ON `script`.`app_id` = `app`.`id`
            WHERE `script`.`hook` != 'include'
            ORDER BY `app`.`created_at`, `app`.`id`, `script`.`name`
32 0.21 ms
SELECT LOWER(HEX(`script`.`app_id`)) as `app_id`,
                   `script`.`name` AS name,
                   `script`.`script` AS script,
                   `app`.`name` AS appName,
                   LOWER(HEX(`app`.`integration_id`)) AS integrationId,
                   IFNULL(`script`.`updated_at`, `script`.`created_at`) AS lastModified
            FROM `script`
            LEFT JOIN `app` ON `script`.`app_id` = `app`.`id`
            WHERE `script`.`hook` = 'include'
            ORDER BY `app`.`created_at`, `app`.`id`, `script`.`name`
33 0.27 ms
SELECT `country`.`id` FROM `country` LEFT JOIN `sales_channel_country` `country.salesChannels.mapping` ON `country`.`id` = `country.salesChannels.mapping`.`country_id`  LEFT JOIN `sales_channel` `country.salesChannels` ON `country.salesChannels.mapping`.`sales_channel_id` = `country.salesChannels`.`id`  WHERE ((`country.salesChannels`.`id` = :param_380d2719f225428e921cc3859509d456)) AND (`country`.`id` IN (:ids)) GROUP BY `country`.`id`
34 0.52 ms
SELECT configuration_key, configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = :salesChannelId) AND (configuration_key LIKE :prefix) ORDER BY sales_channel_id ASC
35 0.45 ms
SELECT configuration_key, configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = :salesChannelId) AND (configuration_key LIKE :prefix) ORDER BY sales_channel_id ASC
36 0.21 ms
SELECT `payment_method`.`id` FROM `payment_method` WHERE (`payment_method`.`handler_identifier` = :param_ef0824267952487c9b8d1272c84eff53)
37 5.23 ms
# app-scripts::refresh::read
SELECT `app`.`id` as `app.id`, `app`.`name` as `app.name`, `app`.`path` as `app.path`, `app`.`author` as `app.author`, `app`.`copyright` as `app.copyright`, `app`.`license` as `app.license`, `app`.`active` as `app.active`, `app`.`configurable` as `app.configurable`, `app`.`privacy` as `app.privacy`, `app`.`version` as `app.version`, `app`.`icon` as `app.iconRaw`, `app`.`app_secret` as `app.appSecret`, `app`.`modules` as `app.modules`, `app`.`main_module` as `app.mainModule`, `app`.`cookies` as `app.cookies`, `app`.`allow_disable` as `app.allowDisable`, `app`.`base_app_url` as `app.baseAppUrl`, `app`.`allowed_hosts` as `app.allowedHosts`, `app`.`template_load_priority` as `app.templateLoadPriority`, `app`.`integration_id` as `app.integrationId`, `app.integration`.`id` as `app.integration.id`, `app.integration`.`label` as `app.integration.label`, `app.integration`.`access_key` as `app.integration.accessKey`, `app.integration`.`secret_access_key` as `app.integration.secretAccessKey`, `app.integration`.`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_4de8360cc27146d296577b0e9e99c9f5)
38 0.37 ms
SELECT LOWER(HEX(`script`.`app_id`)) as `app_id`,
                   `script`.`name` AS scriptName,
                   `script`.`script` AS script,
                   `script`.`hook` AS hook,
                   IFNULL(`script`.`updated_at`, `script`.`created_at`) AS lastModified,
                   `app`.`name` AS appName,
                   LOWER(HEX(`app`.`integration_id`)) AS integrationId,
                   `app`.`version` AS appVersion,
                   `script`.`active` AS active
            FROM `script`
            LEFT JOIN `app` ON `script`.`app_id` = `app`.`id`
            WHERE `script`.`hook` != 'include'
            ORDER BY `app`.`created_at`, `app`.`id`, `script`.`name`
39 0.31 ms
SELECT LOWER(HEX(`script`.`app_id`)) as `app_id`,
                   `script`.`name` AS name,
                   `script`.`script` AS script,
                   `app`.`name` AS appName,
                   LOWER(HEX(`app`.`integration_id`)) AS integrationId,
                   IFNULL(`script`.`updated_at`, `script`.`created_at`) AS lastModified
            FROM `script`
            LEFT JOIN `app` ON `script`.`app_id` = `app`.`id`
            WHERE `script`.`hook` = 'include'
            ORDER BY `app`.`created_at`, `app`.`id`, `script`.`name`
40 0.45 ms
SELECT configuration_key, configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = :salesChannelId) AND (configuration_key LIKE :prefix) ORDER BY sales_channel_id ASC
41 0.50 ms
SELECT configuration_key, configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = :salesChannelId) AND (configuration_key LIKE :prefix) ORDER BY sales_channel_id ASC
42 0.25 ms
SELECT sales_channel.id FROM sales_channel WHERE sales_channel.access_key = :accessKey
43 2.11 ms
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = :salesChannelId) AND (token = :token) LIMIT 1
44 4.60 ms
# context-factory::customer::read
SELECT `customer`.`id` as `customer.id`, `customer`.`customer_group_id` as `customer.groupId`, `customer`.`default_payment_method_id` as `customer.defaultPaymentMethodId`, `customer`.`sales_channel_id` as `customer.salesChannelId`, `customer`.`language_id` as `customer.languageId`, `customer`.`last_payment_method_id` as `customer.lastPaymentMethodId`, `customer`.`default_billing_address_id` as `customer.defaultBillingAddressId`, `customer`.`default_shipping_address_id` as `customer.defaultShippingAddressId`, `customer`.`auto_increment` as `customer.autoIncrement`, `customer`.`customer_number` as `customer.customerNumber`, `customer`.`salutation_id` as `customer.salutationId`, `customer`.`first_name` as `customer.firstName`, `customer`.`last_name` as `customer.lastName`, `customer`.`company` as `customer.company`, `customer`.`password` as `customer.password`, `customer`.`email` as `customer.email`, `customer`.`title` as `customer.title`, `customer`.`vat_ids` as `customer.vatIds`, `customer`.`affiliate_code` as `customer.affiliateCode`, `customer`.`campaign_code` as `customer.campaignCode`, `customer`.`active` as `customer.active`, `customer`.`double_opt_in_registration` as `customer.doubleOptInRegistration`, `customer`.`double_opt_in_email_sent_date` as `customer.doubleOptInEmailSentDate`, `customer`.`double_opt_in_confirm_date` as `customer.doubleOptInConfirmDate`, `customer`.`hash` as `customer.hash`, `customer`.`guest` as `customer.guest`, `customer`.`first_login` as `customer.firstLogin`, `customer`.`last_login` as `customer.lastLogin`, `customer`.`newsletter_sales_channel_ids` as `customer.newsletterSalesChannelIds`, `customer`.`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_13fb29f1782f4630bf03a94c59f65087 OR `customer`.`bound_sales_channel_id` = :param_24fe78bdb53343fe8d5521c71f0d578f))) AND (`customer`.`id` IN (:ids))
45 4.67 ms
# context-factory::addresses::read
SELECT `customer_address`.`id` as `customer_address.id`, `customer_address`.`customer_id` as `customer_address.customerId`, `customer_address`.`country_id` as `customer_address.countryId`, `customer_address`.`country_state_id` as `customer_address.countryStateId`, `customer_address`.`salutation_id` as `customer_address.salutationId`, `customer_address`.`first_name` as `customer_address.firstName`, `customer_address`.`last_name` as `customer_address.lastName`, `customer_address`.`zipcode` as `customer_address.zipcode`, `customer_address`.`city` as `customer_address.city`, `customer_address`.`company` as `customer_address.company`, `customer_address`.`street` as `customer_address.street`, `customer_address`.`department` as `customer_address.department`, `customer_address`.`title` as `customer_address.title`, `customer_address`.`phone_number` as `customer_address.phoneNumber`, `customer_address`.`additional_address_line1` as `customer_address.additionalAddressLine1`, `customer_address`.`additional_address_line2` as `customer_address.additionalAddressLine2`, `customer_address`.`custom_fields` as `customer_address.customFields`, `customer_address`.`created_at` as `customer_address.createdAt`, `customer_address`.`updated_at` as `customer_address.updatedAt`, `customer_address.salutation`.`id` as `customer_address.salutation.id`, `customer_address.salutation`.`salutation_key` as `customer_address.salutation.salutationKey`, `customer_address.salutation`.`created_at` as `customer_address.salutation.createdAt`, `customer_address.salutation`.`updated_at` as `customer_address.salutation.updatedAt`, `customer_address.salutation.translation.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)
46 0.61 ms
# context-factory::customer-group::read
SELECT `customer_group`.`id` as `customer_group.id`, `customer_group`.`display_gross` as `customer_group.displayGross`, `customer_group`.`registration_active` as `customer_group.registrationActive`, `customer_group`.`created_at` as `customer_group.createdAt`, `customer_group`.`updated_at` as `customer_group.updatedAt`, `customer_group.translation.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)
47 0.54 ms
# 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_fce567b663f0448695763e35b50c8f31 AND `promotion.salesChannels`.`sales_channel_id` = :param_c564990c925242ef919f10f9807e459c AND ((`promotion`.`valid_from` <=> :param_682d570b08d74e2d92f55653a2dcf68b AND `promotion`.`valid_until` <=> :param_b959591c6bb34b57afe84f6b6015b4ff) OR (`promotion`.`valid_from` <=> :param_da884ab1d685442a8654011648f2d2f3 AND (`promotion`.`valid_until` > :param_cea11aaba9cf4893b3bf6db98384fd97)) OR ((`promotion`.`valid_from` <= :param_f6f4bee5eb2448768260355532398494) AND `promotion`.`valid_until` <=> :param_819e9c0f398540b8ba6cdd9b29756717) OR ((`promotion`.`valid_from` <= :param_cbe9494f303a479cac478b4264e507e1) AND (`promotion`.`valid_until` > :param_d73bf93ca6014df3894e2e5db6cfcd80))) AND `promotion`.`use_codes` = :param_afc4cf329ba24340b99d4e33dd67d071)) GROUP BY `promotion`.`id` ORDER BY MAX(`promotion`.`priority`) DESC
48 0.22 ms
SELECT `payment_method`.`id` FROM `payment_method` WHERE (`payment_method`.`handler_identifier` = :param_df649155b24c422ab37c7e3f80d06b5f)
49 1.50 ms
# 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)
50 0.32 ms
# 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_602d97cfd033418aae1fe8195111f903))
51 1.40 ms
# app-scripts::refresh::read
SELECT `app`.`id` as `app.id`, `app`.`name` as `app.name`, `app`.`path` as `app.path`, `app`.`author` as `app.author`, `app`.`copyright` as `app.copyright`, `app`.`license` as `app.license`, `app`.`active` as `app.active`, `app`.`configurable` as `app.configurable`, `app`.`privacy` as `app.privacy`, `app`.`version` as `app.version`, `app`.`icon` as `app.iconRaw`, `app`.`app_secret` as `app.appSecret`, `app`.`modules` as `app.modules`, `app`.`main_module` as `app.mainModule`, `app`.`cookies` as `app.cookies`, `app`.`allow_disable` as `app.allowDisable`, `app`.`base_app_url` as `app.baseAppUrl`, `app`.`allowed_hosts` as `app.allowedHosts`, `app`.`template_load_priority` as `app.templateLoadPriority`, `app`.`integration_id` as `app.integrationId`, `app.integration`.`id` as `app.integration.id`, `app.integration`.`label` as `app.integration.label`, `app.integration`.`access_key` as `app.integration.accessKey`, `app.integration`.`secret_access_key` as `app.integration.secretAccessKey`, `app.integration`.`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_d804fab615494e4baf56e3245878a829)
52 0.39 ms
SELECT LOWER(HEX(`script`.`app_id`)) as `app_id`,
                   `script`.`name` AS scriptName,
                   `script`.`script` AS script,
                   `script`.`hook` AS hook,
                   IFNULL(`script`.`updated_at`, `script`.`created_at`) AS lastModified,
                   `app`.`name` AS appName,
                   LOWER(HEX(`app`.`integration_id`)) AS integrationId,
                   `app`.`version` AS appVersion,
                   `script`.`active` AS active
            FROM `script`
            LEFT JOIN `app` ON `script`.`app_id` = `app`.`id`
            WHERE `script`.`hook` != 'include'
            ORDER BY `app`.`created_at`, `app`.`id`, `script`.`name`
53 0.24 ms
SELECT LOWER(HEX(`script`.`app_id`)) as `app_id`,
                   `script`.`name` AS name,
                   `script`.`script` AS script,
                   `app`.`name` AS appName,
                   LOWER(HEX(`app`.`integration_id`)) AS integrationId,
                   IFNULL(`script`.`updated_at`, `script`.`created_at`) AS lastModified
            FROM `script`
            LEFT JOIN `app` ON `script`.`app_id` = `app`.`id`
            WHERE `script`.`hook` = 'include'
            ORDER BY `app`.`created_at`, `app`.`id`, `script`.`name`
54 0.60 ms
SELECT configuration_key, configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = :salesChannelId) AND (configuration_key LIKE :prefix) ORDER BY sales_channel_id ASC
55 0.50 ms
SELECT configuration_key, configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = :salesChannelId) AND (configuration_key LIKE :prefix) ORDER BY sales_channel_id ASC
56 0.27 ms
SELECT `payment_method`.`id` FROM `payment_method` WHERE (`payment_method`.`handler_identifier` = :param_3bf34943f9f042fd90811cad38fc9ec9)
57 2.79 ms
# app-scripts::refresh::read
SELECT `app`.`id` as `app.id`, `app`.`name` as `app.name`, `app`.`path` as `app.path`, `app`.`author` as `app.author`, `app`.`copyright` as `app.copyright`, `app`.`license` as `app.license`, `app`.`active` as `app.active`, `app`.`configurable` as `app.configurable`, `app`.`privacy` as `app.privacy`, `app`.`version` as `app.version`, `app`.`icon` as `app.iconRaw`, `app`.`app_secret` as `app.appSecret`, `app`.`modules` as `app.modules`, `app`.`main_module` as `app.mainModule`, `app`.`cookies` as `app.cookies`, `app`.`allow_disable` as `app.allowDisable`, `app`.`base_app_url` as `app.baseAppUrl`, `app`.`allowed_hosts` as `app.allowedHosts`, `app`.`template_load_priority` as `app.templateLoadPriority`, `app`.`integration_id` as `app.integrationId`, `app.integration`.`id` as `app.integration.id`, `app.integration`.`label` as `app.integration.label`, `app.integration`.`access_key` as `app.integration.accessKey`, `app.integration`.`secret_access_key` as `app.integration.secretAccessKey`, `app.integration`.`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_6563a02222bd4289b205ea5f94323056)
58 0.33 ms
SELECT LOWER(HEX(`script`.`app_id`)) as `app_id`,
                   `script`.`name` AS scriptName,
                   `script`.`script` AS script,
                   `script`.`hook` AS hook,
                   IFNULL(`script`.`updated_at`, `script`.`created_at`) AS lastModified,
                   `app`.`name` AS appName,
                   LOWER(HEX(`app`.`integration_id`)) AS integrationId,
                   `app`.`version` AS appVersion,
                   `script`.`active` AS active
            FROM `script`
            LEFT JOIN `app` ON `script`.`app_id` = `app`.`id`
            WHERE `script`.`hook` != 'include'
            ORDER BY `app`.`created_at`, `app`.`id`, `script`.`name`
59 0.23 ms
SELECT LOWER(HEX(`script`.`app_id`)) as `app_id`,
                   `script`.`name` AS name,
                   `script`.`script` AS script,
                   `app`.`name` AS appName,
                   LOWER(HEX(`app`.`integration_id`)) AS integrationId,
                   IFNULL(`script`.`updated_at`, `script`.`created_at`) AS lastModified
            FROM `script`
            LEFT JOIN `app` ON `script`.`app_id` = `app`.`id`
            WHERE `script`.`hook` = 'include'
            ORDER BY `app`.`created_at`, `app`.`id`, `script`.`name`
60 0.41 ms
SELECT configuration_key, configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = :salesChannelId) AND (configuration_key LIKE :prefix) ORDER BY sales_channel_id ASC
61 0.40 ms
SELECT configuration_key, configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = :salesChannelId) AND (configuration_key LIKE :prefix) ORDER BY sales_channel_id ASC
62 2.17 ms
# 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))
63 44.32 ms
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))
64 13.27 ms
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_75b68b88883844db88fd35533ec8677f))) ORDER BY `order_transaction`.`created_at` ASC
65 8.96 ms
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_07becc4cff344b78891d021369d4c8e7)))
66 2.49 ms
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_b560800dd78446eda281b1a39f8e697f)))
67 3.63 ms
# 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)
68 0.21 ms
SELECT technical_name, LOWER(HEX(`initial_state_id`)) as initial_state_id FROM state_machine
69 0.22 ms
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
70 0.93 ms
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
71 1.36 ms
INSERT INTO payment_token (token, expires) VALUES (?, ?)
72 0.88 ms
SELECT configuration_key, configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = :salesChannelId) AND (configuration_key LIKE :prefix) ORDER BY sales_channel_id ASC
73 22.68 ms
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`, `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`, `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.language.locale`.`id` as `order.language.locale.id`, `order.language.locale`.`code` as `order.language.locale.code`, `order.language.locale`.`created_at` as `order.language.locale.createdAt`, `order.language.locale`.`updated_at` as `order.language.locale.updatedAt`, `order.language.locale.translation.name`, COALESCE(`order.language.locale.translation.name`,`order.language.locale.translation.name`) as `order.language.locale.name`, `order.language.locale.translation.territory`, COALESCE(`order.language.locale.translation.territory`,`order.language.locale.translation.territory`) as `order.language.locale.territory`, `order.language.locale.translation.customFields`, COALESCE(`order.language.locale.translation.customFields`,`order.language.locale.translation.customFields`) as `order.language.locale.customFields`, `order.language.locale.translation.createdAt`, `order.language.locale.translation.updatedAt`, `order.language.locale.translation.localeId`, `order.language.locale.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 `order_address` `order.billingAddress` ON `order`.`billing_address_id` = `order.billingAddress`.`id` AND `order`.`version_id` = `order.billingAddress`.`version_id` LEFT JOIN `language` `order.language` ON `order`.`language_id` = `order.language`.`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` LEFT JOIN `locale` `order.language.locale` ON `order.language`.`locale_id` = `order.language.locale`.`id` LEFT JOIN (SELECT `order.language.locale.translation`.locale_id, `order.language.locale.translation`.name as `order.language.locale.translation.name`, `order.language.locale.translation`.territory as `order.language.locale.translation.territory`, `order.language.locale.translation`.custom_fields as `order.language.locale.translation.customFields`, `order.language.locale.translation`.created_at as `order.language.locale.translation.createdAt`, `order.language.locale.translation`.updated_at as `order.language.locale.translation.updatedAt`, `order.language.locale.translation`.locale_id as `order.language.locale.translation.localeId`, `order.language.locale.translation`.language_id as `order.language.locale.translation.languageId` FROM `locale_translation` `order.language.locale.translation` WHERE `order.language.locale.translation`.language_id = :languageId) `order.language.locale.locale_translation` ON `order.language.locale.locale_translation`.`locale_id` = `order.language.locale`.`id` WHERE (`order`.`version_id` = :version) AND (`order`.`id` IN (:ids))
74 1.96 ms
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_6fa1458144ec4dd7908ce8b69d5389e0)))
75 32.95 ms
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.product`.`id` as `order_line_item.product.id`, `order_line_item.product`.`version_id` as `order_line_item.product.versionId`, `order_line_item.product`.`parent_id` as `order_line_item.product.parentId`, `order_line_item.product`.`parent_version_id` as `order_line_item.product.parentVersionId`, COALESCE(`order_line_item.product`.`product_manufacturer_id`, `order_line_item.product.parent`.`product_manufacturer_id`) as `order_line_item.product.manufacturerId`, COALESCE(`order_line_item.product`.`product_manufacturer_version_id`, `order_line_item.product.parent`.`product_manufacturer_version_id`) as `order_line_item.product.productManufacturerVersionId`, COALESCE(`order_line_item.product`.`unit_id`, `order_line_item.product.parent`.`unit_id`) as `order_line_item.product.unitId`, COALESCE(`order_line_item.product`.`tax_id`, `order_line_item.product.parent`.`tax_id`) as `order_line_item.product.taxId`, COALESCE(`order_line_item.product`.`product_media_id`, `order_line_item.product.parent`.`product_media_id`) as `order_line_item.product.coverId`, COALESCE(`order_line_item.product`.`product_media_version_id`, `order_line_item.product.parent`.`product_media_version_id`) as `order_line_item.product.productMediaVersionId`, COALESCE(`order_line_item.product`.`delivery_time_id`, `order_line_item.product.parent`.`delivery_time_id`) as `order_line_item.product.deliveryTimeId`, COALESCE(`order_line_item.product`.`product_feature_set_id`, `order_line_item.product.parent`.`product_feature_set_id`) as `order_line_item.product.featureSetId`, COALESCE(`order_line_item.product`.`canonical_product_id`, `order_line_item.product.parent`.`canonical_product_id`) as `order_line_item.product.canonicalProductId`, COALESCE(`order_line_item.product`.`cms_page_id`, `order_line_item.product.parent`.`cms_page_id`) as `order_line_item.product.cmsPageId`, COALESCE(`order_line_item.product`.`cms_page_version_id`, `order_line_item.product.parent`.`cms_page_version_id`) as `order_line_item.product.cmsPageVersionId`, `order_line_item.product.parent`.`price` as `order_line_item.product.price.inherited`, COALESCE(`order_line_item.product`.`price`, `order_line_item.product.parent`.`price`) as `order_line_item.product.price`, `order_line_item.product`.`product_number` as `order_line_item.product.productNumber`, `order_line_item.product`.`stock` as `order_line_item.product.stock`, COALESCE(`order_line_item.product`.`restock_time`, `order_line_item.product.parent`.`restock_time`) as `order_line_item.product.restockTime`, `order_line_item.product`.`auto_increment` as `order_line_item.product.autoIncrement`, COALESCE(`order_line_item.product`.`active`, `order_line_item.product.parent`.`active`) as `order_line_item.product.active`, `order_line_item.product`.`available_stock` as `order_line_item.product.availableStock`, `order_line_item.product`.`available` as `order_line_item.product.available`, COALESCE(`order_line_item.product`.`is_closeout`, `order_line_item.product.parent`.`is_closeout`) as `order_line_item.product.isCloseout`, `order_line_item.product`.`display_group` as `order_line_item.product.displayGroup`, `order_line_item.product.parent`.`configurator_group_config` as `order_line_item.product.configuratorGroupConfig.inherited`, COALESCE(`order_line_item.product`.`configurator_group_config`, `order_line_item.product.parent`.`configurator_group_config`) as `order_line_item.product.configuratorGroupConfig`, COALESCE(`order_line_item.product`.`main_variant_id`, `order_line_item.product.parent`.`main_variant_id`) as `order_line_item.product.mainVariantId`, COALESCE(`order_line_item.product`.`display_parent`, `order_line_item.product.parent`.`display_parent`) as `order_line_item.product.displayParent`, `order_line_item.product.parent`.`variant_listing_config` as `order_line_item.product.variantListingConfig.inherited`, COALESCE(`order_line_item.product`.`variant_listing_config`, `order_line_item.product.parent`.`variant_listing_config`) as `order_line_item.product.variantListingConfig`, `order_line_item.product`.`variant_restrictions` as `order_line_item.product.variantRestrictions`, COALESCE(`order_line_item.product`.`manufacturer_number`, `order_line_item.product.parent`.`manufacturer_number`) as `order_line_item.product.manufacturerNumber`, COALESCE(`order_line_item.product`.`ean`, `order_line_item.product.parent`.`ean`) as `order_line_item.product.ean`, COALESCE(`order_line_item.product`.`purchase_steps`, `order_line_item.product.parent`.`purchase_steps`) as `order_line_item.product.purchaseSteps`, COALESCE(`order_line_item.product`.`max_purchase`, `order_line_item.product.parent`.`max_purchase`) as `order_line_item.product.maxPurchase`, COALESCE(`order_line_item.product`.`min_purchase`, `order_line_item.product.parent`.`min_purchase`) as `order_line_item.product.minPurchase`, COALESCE(`order_line_item.product`.`purchase_unit`, `order_line_item.product.parent`.`purchase_unit`) as `order_line_item.product.purchaseUnit`, COALESCE(`order_line_item.product`.`reference_unit`, `order_line_item.product.parent`.`reference_unit`) as `order_line_item.product.referenceUnit`, COALESCE(`order_line_item.product`.`shipping_free`, `order_line_item.product.parent`.`shipping_free`) as `order_line_item.product.shippingFree`, `order_line_item.product.parent`.`purchase_prices` as `order_line_item.product.purchasePrices.inherited`, COALESCE(`order_line_item.product`.`purchase_prices`, `order_line_item.product.parent`.`purchase_prices`) as `order_line_item.product.purchasePrices`, COALESCE(`order_line_item.product`.`mark_as_topseller`, `order_line_item.product.parent`.`mark_as_topseller`) as `order_line_item.product.markAsTopseller`, COALESCE(`order_line_item.product`.`weight`, `order_line_item.product.parent`.`weight`) as `order_line_item.product.weight`, COALESCE(`order_line_item.product`.`width`, `order_line_item.product.parent`.`width`) as `order_line_item.product.width`, COALESCE(`order_line_item.product`.`height`, `order_line_item.product.parent`.`height`) as `order_line_item.product.height`, COALESCE(`order_line_item.product`.`length`, `order_line_item.product.parent`.`length`) as `order_line_item.product.length`, COALESCE(`order_line_item.product`.`release_date`, `order_line_item.product.parent`.`release_date`) as `order_line_item.product.releaseDate`, COALESCE(`order_line_item.product`.`rating_average`, `order_line_item.product.parent`.`rating_average`) as `order_line_item.product.ratingAverage`, `order_line_item.product.parent`.`category_tree` as `order_line_item.product.categoryTree.inherited`, COALESCE(`order_line_item.product`.`category_tree`, `order_line_item.product.parent`.`category_tree`) as `order_line_item.product.categoryTree`, `order_line_item.product.parent`.`property_ids` as `order_line_item.product.propertyIds.inherited`, COALESCE(`order_line_item.product`.`property_ids`, `order_line_item.product.parent`.`property_ids`) as `order_line_item.product.propertyIds`, `order_line_item.product.parent`.`option_ids` as `order_line_item.product.optionIds.inherited`, COALESCE(`order_line_item.product`.`option_ids`, `order_line_item.product.parent`.`option_ids`) as `order_line_item.product.optionIds`, `order_line_item.product.parent`.`stream_ids` as `order_line_item.product.streamIds.inherited`, COALESCE(`order_line_item.product`.`stream_ids`, `order_line_item.product.parent`.`stream_ids`) as `order_line_item.product.streamIds`, `order_line_item.product.parent`.`tag_ids` as `order_line_item.product.tagIds.inherited`, COALESCE(`order_line_item.product`.`tag_ids`, `order_line_item.product.parent`.`tag_ids`) as `order_line_item.product.tagIds`, `order_line_item.product.parent`.`category_ids` as `order_line_item.product.categoryIds.inherited`, COALESCE(`order_line_item.product`.`category_ids`, `order_line_item.product.parent`.`category_ids`) as `order_line_item.product.categoryIds`, `order_line_item.product`.`child_count` as `order_line_item.product.childCount`, COALESCE(`order_line_item.product`.`custom_field_set_selection_active`, `order_line_item.product.parent`.`custom_field_set_selection_active`) as `order_line_item.product.customFieldSetSelectionActive`, `order_line_item.product`.`sales` as `order_line_item.product.sales`, `order_line_item.product`.`states` as `order_line_item.product.states`, `order_line_item.product.tax`.`id` as `order_line_item.product.tax.id`, `order_line_item.product.tax`.`tax_rate` as `order_line_item.product.tax.taxRate`, `order_line_item.product.tax`.`name` as `order_line_item.product.tax.name`, `order_line_item.product.tax`.`position` as `order_line_item.product.tax.position`, `order_line_item.product.tax`.`custom_fields` as `order_line_item.product.tax.customFields`, `order_line_item.product.tax`.`created_at` as `order_line_item.product.tax.createdAt`, `order_line_item.product.tax`.`updated_at` as `order_line_item.product.tax.updatedAt`, `order_line_item.product.parent`.`cheapest_price` as `order_line_item.product.cheapestPrice.inherited`, COALESCE(`order_line_item.product`.`cheapest_price`, `order_line_item.product.parent`.`cheapest_price`) as `order_line_item.product.cheapestPrice`, `order_line_item.product`.`created_at` as `order_line_item.product.createdAt`, `order_line_item.product`.`updated_at` as `order_line_item.product.updatedAt`, `order_line_item.product.secondMediaExtension`.`id` as `order_line_item.product.secondMediaExtension.id`, `order_line_item.product.secondMediaExtension`.`product_id` as `order_line_item.product.secondMediaExtension.productId`, `order_line_item.product.secondMediaExtension`.`product_version_id` as `order_line_item.product.secondMediaExtension.productVersionId`, `order_line_item.product.secondMediaExtension`.`second_media_id` as `order_line_item.product.secondMediaExtension.secondMediaId`, `order_line_item.product.secondMediaExtension.secondMedia`.`id` as `order_line_item.product.secondMediaExtension.secondMedia.id`, `order_line_item.product.secondMediaExtension.secondMedia`.`version_id` as `order_line_item.product.secondMediaExtension.secondMedia.versionId`, `order_line_item.product.secondMediaExtension.secondMedia`.`product_id` as `order_line_item.product.secondMediaExtension.secondMedia.productId`, `order_line_item.product.secondMediaExtension.secondMedia`.`product_version_id` as `order_line_item.product.secondMediaExtension.secondMedia.productVersionId`, `order_line_item.product.secondMediaExtension.secondMedia`.`media_id` as `order_line_item.product.secondMediaExtension.secondMedia.mediaId`, `order_line_item.product.secondMediaExtension.secondMedia`.`position` as `order_line_item.product.secondMediaExtension.secondMedia.position`, `order_line_item.product.secondMediaExtension.secondMedia.media`.`id` as `order_line_item.product.secondMediaExtension.secondMedia.media.id`, `order_line_item.product.secondMediaExtension.secondMedia.media`.`user_id` as `order_line_item.product.secondMediaExtension.secondMedia.media.userId`, `order_line_item.product.secondMediaExtension.secondMedia.media`.`media_folder_id` as `order_line_item.product.secondMediaExtension.secondMedia.media.mediaFolderId`, `order_line_item.product.secondMediaExtension.secondMedia.media`.`mime_type` as `order_line_item.product.secondMediaExtension.secondMedia.media.mimeType`, `order_line_item.product.secondMediaExtension.secondMedia.media`.`file_extension` as `order_line_item.product.secondMediaExtension.secondMedia.media.fileExtension`, `order_line_item.product.secondMediaExtension.secondMedia.media`.`uploaded_at` as `order_line_item.product.secondMediaExtension.secondMedia.media.uploadedAt`, `order_line_item.product.secondMediaExtension.secondMedia.media`.`file_name` as `order_line_item.product.secondMediaExtension.secondMedia.media.fileName`, `order_line_item.product.secondMediaExtension.secondMedia.media`.`file_size` as `order_line_item.product.secondMediaExtension.secondMedia.media.fileSize`, `order_line_item.product.secondMediaExtension.secondMedia.media`.`media_type` as `order_line_item.product.secondMediaExtension.secondMedia.media.mediaTypeRaw`, `order_line_item.product.secondMediaExtension.secondMedia.media`.`meta_data` as `order_line_item.product.secondMediaExtension.secondMedia.media.metaData`, `order_line_item.product.secondMediaExtension.secondMedia.media`.`private` as `order_line_item.product.secondMediaExtension.secondMedia.media.private`, `order_line_item.product.secondMediaExtension.secondMedia.media`.`thumbnails_ro` as `order_line_item.product.secondMediaExtension.secondMedia.media.thumbnailsRo`, `order_line_item.product.secondMediaExtension.secondMedia.media`.`created_at` as `order_line_item.product.secondMediaExtension.secondMedia.media.createdAt`, `order_line_item.product.secondMediaExtension.secondMedia.media`.`updated_at` as `order_line_item.product.secondMediaExtension.secondMedia.media.updatedAt`, `order_line_item.product.secondMediaExtension.secondMedia.media.translation.title`, COALESCE(`order_line_item.product.secondMediaExtension.secondMedia.media.translation.title`,`order_line_item.product.secondMediaExtension.secondMedia.media.translation.title`) as `order_line_item.product.secondMediaExtension.secondMedia.media.title`, `order_line_item.product.secondMediaExtension.secondMedia.media.translation.alt`, COALESCE(`order_line_item.product.secondMediaExtension.secondMedia.media.translation.alt`,`order_line_item.product.secondMediaExtension.secondMedia.media.translation.alt`) as `order_line_item.product.secondMediaExtension.secondMedia.media.alt`, `order_line_item.product.secondMediaExtension.secondMedia.media.translation.customFields`, COALESCE(`order_line_item.product.secondMediaExtension.secondMedia.media.translation.customFields`,`order_line_item.product.secondMediaExtension.secondMedia.media.translation.customFields`) as `order_line_item.product.secondMediaExtension.secondMedia.media.customFields`, `order_line_item.product.secondMediaExtension.secondMedia.media.translation.createdAt`, `order_line_item.product.secondMediaExtension.secondMedia.media.translation.updatedAt`, `order_line_item.product.secondMediaExtension.secondMedia.media.translation.mediaId`, `order_line_item.product.secondMediaExtension.secondMedia.media.translation.languageId`, `order_line_item.product.secondMediaExtension.secondMedia`.`custom_fields` as `order_line_item.product.secondMediaExtension.secondMedia.customFields`, `order_line_item.product.secondMediaExtension.secondMedia`.`created_at` as `order_line_item.product.secondMediaExtension.secondMedia.createdAt`, `order_line_item.product.secondMediaExtension.secondMedia`.`updated_at` as `order_line_item.product.secondMediaExtension.secondMedia.updatedAt`, `order_line_item.product.secondMediaExtension`.`created_at` as `order_line_item.product.secondMediaExtension.createdAt`, `order_line_item.product.secondMediaExtension`.`updated_at` as `order_line_item.product.secondMediaExtension.updatedAt`, `order_line_item.product.srsExtension`.`id` as `order_line_item.product.srsExtension.id`, `order_line_item.product.srsExtension`.`version_id` as `order_line_item.product.srsExtension.versionId`, `order_line_item.product.srsExtension`.`product_id` as `order_line_item.product.srsExtension.productId`, `order_line_item.product.srsExtension`.`product_version_id` as `order_line_item.product.srsExtension.productVersionId`, `order_line_item.product.srsExtension`.`srs_id` as `order_line_item.product.srsExtension.srsId`, `order_line_item.product.srsExtension`.`base_id` as `order_line_item.product.srsExtension.baseId`, `order_line_item.product.srsExtension`.`created_at` as `order_line_item.product.srsExtension.createdAt`, `order_line_item.product.srsExtension`.`updated_at` as `order_line_item.product.srsExtension.updatedAt`, `order_line_item.product.translation.metaDescription`, `order_line_item.product.parent.translation.metaDescription`, COALESCE(`order_line_item.product.translation.metaDescription`,`order_line_item.product.parent.translation.metaDescription`,`order_line_item.product.translation.metaDescription`) as `order_line_item.product.metaDescription`, `order_line_item.product.translation.name`, `order_line_item.product.parent.translation.name`, COALESCE(`order_line_item.product.translation.name`,`order_line_item.product.parent.translation.name`,`order_line_item.product.translation.name`) as `order_line_item.product.name`, `order_line_item.product.translation.keywords`, `order_line_item.product.parent.translation.keywords`, COALESCE(`order_line_item.product.translation.keywords`,`order_line_item.product.parent.translation.keywords`,`order_line_item.product.translation.keywords`) as `order_line_item.product.keywords`, `order_line_item.product.translation.description`, `order_line_item.product.parent.translation.description`, COALESCE(`order_line_item.product.translation.description`,`order_line_item.product.parent.translation.description`,`order_line_item.product.translation.description`) as `order_line_item.product.description`, `order_line_item.product.translation.metaTitle`, `order_line_item.product.parent.translation.metaTitle`, COALESCE(`order_line_item.product.translation.metaTitle`,`order_line_item.product.parent.translation.metaTitle`,`order_line_item.product.translation.metaTitle`) as `order_line_item.product.metaTitle`, `order_line_item.product.translation.packUnit`, `order_line_item.product.parent.translation.packUnit`, COALESCE(`order_line_item.product.translation.packUnit`,`order_line_item.product.parent.translation.packUnit`,`order_line_item.product.translation.packUnit`) as `order_line_item.product.packUnit`, `order_line_item.product.translation.packUnitPlural`, `order_line_item.product.parent.translation.packUnitPlural`, COALESCE(`order_line_item.product.translation.packUnitPlural`,`order_line_item.product.parent.translation.packUnitPlural`,`order_line_item.product.translation.packUnitPlural`) as `order_line_item.product.packUnitPlural`, `order_line_item.product.translation.customSearchKeywords`, `order_line_item.product.parent.translation.customSearchKeywords`, COALESCE(`order_line_item.product.translation.customSearchKeywords`,`order_line_item.product.parent.translation.customSearchKeywords`,`order_line_item.product.translation.customSearchKeywords`) as `order_line_item.product.customSearchKeywords`, `order_line_item.product.translation.slotConfig`, `order_line_item.product.parent.translation.slotConfig`, COALESCE(`order_line_item.product.translation.slotConfig`,`order_line_item.product.parent.translation.slotConfig`,`order_line_item.product.translation.slotConfig`) as `order_line_item.product.slotConfig`, `order_line_item.product.translation.customFields`, `order_line_item.product.parent.translation.customFields`, COALESCE(`order_line_item.product.translation.customFields`,`order_line_item.product.parent.translation.customFields`,`order_line_item.product.translation.customFields`) as `order_line_item.product.customFields`, `order_line_item.product.translation.createdAt`, `order_line_item.product.parent.translation.createdAt`, `order_line_item.product.translation.updatedAt`, `order_line_item.product.parent.translation.updatedAt`, `order_line_item.product.translation.productId`, `order_line_item.product.parent.translation.productId`, `order_line_item.product.translation.languageId`, `order_line_item.product.parent.translation.languageId`, `order_line_item.product.translation.productVersionId`, `order_line_item.product.parent.translation.productVersionId` FROM `order_line_item` LEFT JOIN `product` `order_line_item.product` ON `order_line_item`.`product_id` = `order_line_item.product`.`id` AND `order_line_item`.`version_id` = `order_line_item.product`.`version_id` LEFT JOIN `product` `order_line_item.product.parent` ON `order_line_item.product`.`parent_id` = `order_line_item.product.parent`.`id` AND `order_line_item.product`.`version_id` = `order_line_item.product.parent`.`version_id` LEFT JOIN (SELECT `order_line_item.product.translation`.product_id, `order_line_item.product.translation`.product_version_id, `order_line_item.product.translation`.meta_description as `order_line_item.product.translation.metaDescription`, `order_line_item.product.translation`.name as `order_line_item.product.translation.name`, `order_line_item.product.translation`.keywords as `order_line_item.product.translation.keywords`, `order_line_item.product.translation`.description as `order_line_item.product.translation.description`, `order_line_item.product.translation`.meta_title as `order_line_item.product.translation.metaTitle`, `order_line_item.product.translation`.pack_unit as `order_line_item.product.translation.packUnit`, `order_line_item.product.translation`.pack_unit_plural as `order_line_item.product.translation.packUnitPlural`, `order_line_item.product.translation`.custom_search_keywords as `order_line_item.product.translation.customSearchKeywords`, `order_line_item.product.translation`.slot_config as `order_line_item.product.translation.slotConfig`, `order_line_item.product.translation`.custom_fields as `order_line_item.product.translation.customFields`, `order_line_item.product.translation`.created_at as `order_line_item.product.translation.createdAt`, `order_line_item.product.translation`.updated_at as `order_line_item.product.translation.updatedAt`, `order_line_item.product.translation`.product_id as `order_line_item.product.translation.productId`, `order_line_item.product.translation`.language_id as `order_line_item.product.translation.languageId`, `order_line_item.product.translation`.product_version_id as `order_line_item.product.translation.productVersionId` FROM `product_translation` `order_line_item.product.translation` WHERE `order_line_item.product.translation`.language_id = :languageId) `order_line_item.product.product_translation` ON `order_line_item.product.product_translation`.`product_id` = `order_line_item.product`.`id` AND `order_line_item.product.product_translation`.product_version_id = `order_line_item.product`.version_id LEFT JOIN (SELECT `order_line_item.product.parent.translation`.product_id, `order_line_item.product.parent.translation`.product_version_id, `order_line_item.product.parent.translation`.meta_description as `order_line_item.product.parent.translation.metaDescription`, `order_line_item.product.parent.translation`.name as `order_line_item.product.parent.translation.name`, `order_line_item.product.parent.translation`.keywords as `order_line_item.product.parent.translation.keywords`, `order_line_item.product.parent.translation`.description as `order_line_item.product.parent.translation.description`, `order_line_item.product.parent.translation`.meta_title as `order_line_item.product.parent.translation.metaTitle`, `order_line_item.product.parent.translation`.pack_unit as `order_line_item.product.parent.translation.packUnit`, `order_line_item.product.parent.translation`.pack_unit_plural as `order_line_item.product.parent.translation.packUnitPlural`, `order_line_item.product.parent.translation`.custom_search_keywords as `order_line_item.product.parent.translation.customSearchKeywords`, `order_line_item.product.parent.translation`.slot_config as `order_line_item.product.parent.translation.slotConfig`, `order_line_item.product.parent.translation`.custom_fields as `order_line_item.product.parent.translation.customFields`, `order_line_item.product.parent.translation`.created_at as `order_line_item.product.parent.translation.createdAt`, `order_line_item.product.parent.translation`.updated_at as `order_line_item.product.parent.translation.updatedAt`, `order_line_item.product.parent.translation`.product_id as `order_line_item.product.parent.translation.productId`, `order_line_item.product.parent.translation`.language_id as `order_line_item.product.parent.translation.languageId`, `order_line_item.product.parent.translation`.product_version_id as `order_line_item.product.parent.translation.productVersionId` FROM `product_translation` `order_line_item.product.parent.translation` WHERE `order_line_item.product.parent.translation`.language_id = :languageId) `order_line_item.product.product_translation.parent` ON `order_line_item.product.product_translation.parent`.`product_id` = `order_line_item.product.parent`.`id` AND `order_line_item.product.product_translation.parent`.product_version_id = `order_line_item.product.parent`.version_id LEFT JOIN `tax` `order_line_item.product.tax` ON `order_line_item.product`.`tax` = `order_line_item.product.tax`.`id` LEFT JOIN `nd_second_media_extension` `order_line_item.product.secondMediaExtension` ON `order_line_item.product`.`secondMediaExtension` = `order_line_item.product.secondMediaExtension`.`product_id` LEFT JOIN `product_srs_extension` `order_line_item.product.srsExtension` ON `order_line_item.product`.`srsExtension` = `order_line_item.product.srsExtension`.`product_id` AND `order_line_item.product`.`version_id` = `order_line_item.product.srsExtension`.`version_id` LEFT JOIN `product_media` `order_line_item.product.secondMediaExtension.secondMedia` ON `order_line_item.product.secondMediaExtension`.`second_media_id` = `order_line_item.product.secondMediaExtension.secondMedia`.`id` LEFT JOIN `media` `order_line_item.product.secondMediaExtension.secondMedia.media` ON `order_line_item.product.secondMediaExtension.secondMedia`.`media_id` = `order_line_item.product.secondMediaExtension.secondMedia.media`.`id` LEFT JOIN (SELECT `order_line_item.product.secondMediaExtension.secondMedia.media.translation`.media_id, `order_line_item.product.secondMediaExtension.secondMedia.media.translation`.title as `order_line_item.product.secondMediaExtension.secondMedia.media.translation.title`, `order_line_item.product.secondMediaExtension.secondMedia.media.translation`.alt as `order_line_item.product.secondMediaExtension.secondMedia.media.translation.alt`, `order_line_item.product.secondMediaExtension.secondMedia.media.translation`.custom_fields as `order_line_item.product.secondMediaExtension.secondMedia.media.translation.customFields`, `order_line_item.product.secondMediaExtension.secondMedia.media.translation`.created_at as `order_line_item.product.secondMediaExtension.secondMedia.media.translation.createdAt`, `order_line_item.product.secondMediaExtension.secondMedia.media.translation`.updated_at as `order_line_item.product.secondMediaExtension.secondMedia.media.translation.updatedAt`, `order_line_item.product.secondMediaExtension.secondMedia.media.translation`.media_id as `order_line_item.product.secondMediaExtension.secondMedia.media.translation.mediaId`, `order_line_item.product.secondMediaExtension.secondMedia.media.translation`.language_id as `order_line_item.product.secondMediaExtension.secondMedia.media.translation.languageId` FROM `media_translation` `order_line_item.product.secondMediaExtension.secondMedia.media.translation` WHERE `order_line_item.product.secondMediaExtension.secondMedia.media.translation`.language_id = :languageId) `order_line_item.product.secondMediaExtension.secondMedia.media.media_translation` ON `order_line_item.product.secondMediaExtension.secondMedia.media.media_translation`.`media_id` = `order_line_item.product.secondMediaExtension.secondMedia.media`.`id` WHERE (`order_line_item`.`version_id` = :version) AND ((`order_line_item`.`order_id` IN (:param_a071e20ced12401fbdbd15bf0b0a4bf0)))
76 1.17 ms
SELECT `product_media`.`id` as `product_media.id`, `product_media`.`version_id` as `product_media.versionId`, `product_media`.`product_id` as `product_media.productId`, `product_media`.`product_version_id` as `product_media.productVersionId`, `product_media`.`media_id` as `product_media.mediaId`, `product_media`.`position` as `product_media.position`, `product_media.media`.`id` as `product_media.media.id`, `product_media.media`.`user_id` as `product_media.media.userId`, `product_media.media`.`media_folder_id` as `product_media.media.mediaFolderId`, `product_media.media`.`mime_type` as `product_media.media.mimeType`, `product_media.media`.`file_extension` as `product_media.media.fileExtension`, `product_media.media`.`uploaded_at` as `product_media.media.uploadedAt`, `product_media.media`.`file_name` as `product_media.media.fileName`, `product_media.media`.`file_size` as `product_media.media.fileSize`, `product_media.media`.`media_type` as `product_media.media.mediaTypeRaw`, `product_media.media`.`meta_data` as `product_media.media.metaData`, `product_media.media`.`private` as `product_media.media.private`, `product_media.media`.`thumbnails_ro` as `product_media.media.thumbnailsRo`, `product_media.media`.`created_at` as `product_media.media.createdAt`, `product_media.media`.`updated_at` as `product_media.media.updatedAt`, `product_media.media.translation.title`, COALESCE(`product_media.media.translation.title`,`product_media.media.translation.title`) as `product_media.media.title`, `product_media.media.translation.alt`, COALESCE(`product_media.media.translation.alt`,`product_media.media.translation.alt`) as `product_media.media.alt`, `product_media.media.translation.customFields`, COALESCE(`product_media.media.translation.customFields`,`product_media.media.translation.customFields`) as `product_media.media.customFields`, `product_media.media.translation.createdAt`, `product_media.media.translation.updatedAt`, `product_media.media.translation.mediaId`, `product_media.media.translation.languageId`, `product_media`.`custom_fields` as `product_media.customFields`, `product_media`.`created_at` as `product_media.createdAt`, `product_media`.`updated_at` as `product_media.updatedAt` FROM `product_media` LEFT JOIN `media` `product_media.media` ON `product_media`.`media_id` = `product_media.media`.`id` LEFT JOIN (SELECT `product_media.media.translation`.media_id, `product_media.media.translation`.title as `product_media.media.translation.title`, `product_media.media.translation`.alt as `product_media.media.translation.alt`, `product_media.media.translation`.custom_fields as `product_media.media.translation.customFields`, `product_media.media.translation`.created_at as `product_media.media.translation.createdAt`, `product_media.media.translation`.updated_at as `product_media.media.translation.updatedAt`, `product_media.media.translation`.media_id as `product_media.media.translation.mediaId`, `product_media.media.translation`.language_id as `product_media.media.translation.languageId` FROM `media_translation` `product_media.media.translation` WHERE `product_media.media.translation`.language_id = :languageId) `product_media.media.media_translation` ON `product_media.media.media_translation`.`media_id` = `product_media.media`.`id` WHERE (`product_media`.`version_id` = :version) AND ((`product_media`.`product_id` IN (:param_0e36ddcb5b4b4ae6bd8c19d20284c41d)))
77 12.34 ms
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`, `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 (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.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_6d48a10646ea4b78907ef4cc3b6f48f2)))
78 1.37 ms
SELECT `order_delivery_position`.`id` as `order_delivery_position.id`, `order_delivery_position`.`version_id` as `order_delivery_position.versionId`, `order_delivery_position`.`order_delivery_id` as `order_delivery_position.orderDeliveryId`, `order_delivery_position`.`order_delivery_version_id` as `order_delivery_position.orderDeliveryVersionId`, `order_delivery_position`.`order_line_item_id` as `order_delivery_position.orderLineItemId`, `order_delivery_position`.`order_line_item_version_id` as `order_delivery_position.orderLineItemVersionId`, `order_delivery_position`.`price` as `order_delivery_position.price`, `order_delivery_position`.`unit_price` as `order_delivery_position.unitPrice`, `order_delivery_position`.`total_price` as `order_delivery_position.totalPrice`, `order_delivery_position`.`quantity` as `order_delivery_position.quantity`, `order_delivery_position`.`custom_fields` as `order_delivery_position.customFields`, `order_delivery_position`.`created_at` as `order_delivery_position.createdAt`, `order_delivery_position`.`updated_at` as `order_delivery_position.updatedAt`, `order_delivery_position.orderLineItem`.`id` as `order_delivery_position.orderLineItem.id`, `order_delivery_position.orderLineItem`.`version_id` as `order_delivery_position.orderLineItem.versionId`, `order_delivery_position.orderLineItem`.`order_id` as `order_delivery_position.orderLineItem.orderId`, `order_delivery_position.orderLineItem`.`order_version_id` as `order_delivery_position.orderLineItem.orderVersionId`, `order_delivery_position.orderLineItem`.`product_id` as `order_delivery_position.orderLineItem.productId`, `order_delivery_position.orderLineItem`.`product_version_id` as `order_delivery_position.orderLineItem.productVersionId`, `order_delivery_position.orderLineItem`.`promotion_id` as `order_delivery_position.orderLineItem.promotionId`, `order_delivery_position.orderLineItem`.`parent_id` as `order_delivery_position.orderLineItem.parentId`, `order_delivery_position.orderLineItem`.`parent_version_id` as `order_delivery_position.orderLineItem.parentVersionId`, `order_delivery_position.orderLineItem`.`cover_id` as `order_delivery_position.orderLineItem.coverId`, `order_delivery_position.orderLineItem`.`identifier` as `order_delivery_position.orderLineItem.identifier`, `order_delivery_position.orderLineItem`.`referenced_id` as `order_delivery_position.orderLineItem.referencedId`, `order_delivery_position.orderLineItem`.`quantity` as `order_delivery_position.orderLineItem.quantity`, `order_delivery_position.orderLineItem`.`label` as `order_delivery_position.orderLineItem.label`, `order_delivery_position.orderLineItem`.`payload` as `order_delivery_position.orderLineItem.payload`, `order_delivery_position.orderLineItem`.`good` as `order_delivery_position.orderLineItem.good`, `order_delivery_position.orderLineItem`.`removable` as `order_delivery_position.orderLineItem.removable`, `order_delivery_position.orderLineItem`.`stackable` as `order_delivery_position.orderLineItem.stackable`, `order_delivery_position.orderLineItem`.`position` as `order_delivery_position.orderLineItem.position`, `order_delivery_position.orderLineItem`.`states` as `order_delivery_position.orderLineItem.states`, `order_delivery_position.orderLineItem`.`price` as `order_delivery_position.orderLineItem.price`, `order_delivery_position.orderLineItem`.`price_definition` as `order_delivery_position.orderLineItem.priceDefinition`, `order_delivery_position.orderLineItem`.`unit_price` as `order_delivery_position.orderLineItem.unitPrice`, `order_delivery_position.orderLineItem`.`total_price` as `order_delivery_position.orderLineItem.totalPrice`, `order_delivery_position.orderLineItem`.`description` as `order_delivery_position.orderLineItem.description`, `order_delivery_position.orderLineItem`.`type` as `order_delivery_position.orderLineItem.type`, `order_delivery_position.orderLineItem`.`custom_fields` as `order_delivery_position.orderLineItem.customFields`, `order_delivery_position.orderLineItem`.`created_at` as `order_delivery_position.orderLineItem.createdAt`, `order_delivery_position.orderLineItem`.`updated_at` as `order_delivery_position.orderLineItem.updatedAt` FROM `order_delivery_position` LEFT JOIN `order_line_item` `order_delivery_position.orderLineItem` ON `order_delivery_position`.`order_line_item_id` = `order_delivery_position.orderLineItem`.`id` AND `order_delivery_position`.`version_id` = `order_delivery_position.orderLineItem`.`version_id` WHERE (`order_delivery_position`.`version_id` = :version) AND ((`order_delivery_position`.`order_delivery_id` IN (:param_049773baacc1408cad0478e5f628cdb7)))
79 10.44 ms
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_9f7a814d2588414ebb3e6477773dfbbe)))
80 0.34 ms
SELECT `mollie_refund`.`id` as `mollie_refund.id`, `mollie_refund`.`order_id` as `mollie_refund.orderId`, `mollie_refund`.`order_version_id` as `mollie_refund.orderVersionId`, `mollie_refund`.`mollie_refund_id` as `mollie_refund.mollieRefundId`, `mollie_refund`.`type` as `mollie_refund.type`, `mollie_refund`.`public_description` as `mollie_refund.publicDescription`, `mollie_refund`.`internal_description` as `mollie_refund.internalDescription`, `mollie_refund`.`created_at` as `mollie_refund.createdAt`, `mollie_refund`.`updated_at` as `mollie_refund.updatedAt` FROM `mollie_refund` WHERE (`mollie_refund`.`order_id` IN (:param_7afa0ad306654f438db3cfbd6bc62886))
81 0.90 ms
SELECT `property_group_option`.`id` FROM `property_group_option` LEFT JOIN (SELECT `property_group_option.productProperties.mapping`.`property_group_option_id` as id FROM `product_property` `property_group_option.productProperties.mapping` LEFT JOIN `product` `property_group_option.productProperties` ON `property_group_option.productProperties.mapping`.`product_id` = `property_group_option.productProperties`.`properties`  AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.mapping`.`product_version_id` LEFT JOIN `product` `property_group_option.productProperties.parent` ON `property_group_option.productProperties`.`parent_id` = `property_group_option.productProperties.parent`.`id` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.parent`.`version_id` WHERE (`property_group_option.productProperties`.`id` = :param_c218d951d297444da1bd43df9ef7414f)) `property_group_option.productProperties_1` ON `property_group_option`.`id` = `property_group_option.productProperties_1`.`id` LEFT JOIN (SELECT `property_group_option.productProperties.mapping`.`property_group_option_id` as id FROM `product_property` `property_group_option.productProperties.mapping` LEFT JOIN `product` `property_group_option.productProperties` ON `property_group_option.productProperties.mapping`.`product_id` = `property_group_option.productProperties`.`properties`  AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.mapping`.`product_version_id` LEFT JOIN `product` `property_group_option.productProperties.parent` ON `property_group_option.productProperties`.`parent_id` = `property_group_option.productProperties.parent`.`id` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.parent`.`version_id` WHERE (`property_group_option.productProperties`.`version_id` = :param_91f856c07af54815a8a933187f37bb1f)) `property_group_option.productProperties_2` ON `property_group_option`.`id` = `property_group_option.productProperties_2`.`id` WHERE (`property_group_option.productProperties_1`.id IS NOT NULL AND `property_group_option.productProperties_2`.id IS NOT NULL AND `property_group_option`.`property_group_id` = :param_ab1f6d3c974c426aa7288b01dd045236) GROUP BY `property_group_option`.`id`
82 0.90 ms
SELECT `property_group_option`.`id` FROM `property_group_option` LEFT JOIN (SELECT `property_group_option.productProperties.mapping`.`property_group_option_id` as id FROM `product_property` `property_group_option.productProperties.mapping` LEFT JOIN `product` `property_group_option.productProperties` ON `property_group_option.productProperties.mapping`.`product_id` = `property_group_option.productProperties`.`properties`  AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.mapping`.`product_version_id` LEFT JOIN `product` `property_group_option.productProperties.parent` ON `property_group_option.productProperties`.`parent_id` = `property_group_option.productProperties.parent`.`id` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.parent`.`version_id` WHERE (`property_group_option.productProperties`.`id` = :param_7a4a66405bc24602953636b7f2651ef5)) `property_group_option.productProperties_1` ON `property_group_option`.`id` = `property_group_option.productProperties_1`.`id` LEFT JOIN (SELECT `property_group_option.productProperties.mapping`.`property_group_option_id` as id FROM `product_property` `property_group_option.productProperties.mapping` LEFT JOIN `product` `property_group_option.productProperties` ON `property_group_option.productProperties.mapping`.`product_id` = `property_group_option.productProperties`.`properties`  AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.mapping`.`product_version_id` LEFT JOIN `product` `property_group_option.productProperties.parent` ON `property_group_option.productProperties`.`parent_id` = `property_group_option.productProperties.parent`.`id` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.parent`.`version_id` WHERE (`property_group_option.productProperties`.`version_id` = :param_e1078efb139644b4980ae18f8f19becf)) `property_group_option.productProperties_2` ON `property_group_option`.`id` = `property_group_option.productProperties_2`.`id` WHERE (`property_group_option.productProperties_1`.id IS NOT NULL AND `property_group_option.productProperties_2`.id IS NOT NULL AND `property_group_option`.`property_group_id` = :param_bfe1cefb564142919d85699816532964) GROUP BY `property_group_option`.`id`
83 7.76 ms
SELECT `product_manufacturer`.`id` as `product_manufacturer.id`, `product_manufacturer`.`version_id` as `product_manufacturer.versionId`, `product_manufacturer`.`media_id` as `product_manufacturer.mediaId`, `product_manufacturer`.`link` as `product_manufacturer.link`, `product_manufacturer`.`created_at` as `product_manufacturer.createdAt`, `product_manufacturer`.`updated_at` as `product_manufacturer.updatedAt`, `product_manufacturer.baseExtension`.`id` as `product_manufacturer.baseExtension.id`, `product_manufacturer.baseExtension`.`product_manufacturer_id` as `product_manufacturer.baseExtension.productManufacturerId`, `product_manufacturer.baseExtension`.`product_manufacturer_version_id` as `product_manufacturer.baseExtension.productManufacturerVersionId`, `product_manufacturer.baseExtension`.`active` as `product_manufacturer.baseExtension.active`, `product_manufacturer.baseExtension`.`type` as `product_manufacturer.baseExtension.type`, `product_manufacturer.baseExtension`.`created_at` as `product_manufacturer.baseExtension.createdAt`, `product_manufacturer.baseExtension`.`updated_at` as `product_manufacturer.baseExtension.updatedAt`, `product_manufacturer.listingPageExtension`.`id` as `product_manufacturer.listingPageExtension.id`, `product_manufacturer.listingPageExtension`.`product_manufacturer_id` as `product_manufacturer.listingPageExtension.productManufacturerId`, `product_manufacturer.listingPageExtension`.`product_manufacturer_version_id` as `product_manufacturer.listingPageExtension.productManufacturerVersionId`, `product_manufacturer.listingPageExtension`.`active` as `product_manufacturer.listingPageExtension.active`, `product_manufacturer.listingPageExtension`.`type` as `product_manufacturer.listingPageExtension.type`, `product_manufacturer.listingPageExtension`.`product_assignment_type` as `product_manufacturer.listingPageExtension.productAssignmentType`, `product_manufacturer.listingPageExtension`.`product_stream_id` as `product_manufacturer.listingPageExtension.productStreamId`, `product_manufacturer.listingPageExtension`.`size_media` as `product_manufacturer.listingPageExtension.sizeMediaId`, `product_manufacturer.listingPageExtension`.`highlight_media` as `product_manufacturer.listingPageExtension.highlightMediaId`, `product_manufacturer.listingPageExtension`.`created_at` as `product_manufacturer.listingPageExtension.createdAt`, `product_manufacturer.listingPageExtension`.`updated_at` as `product_manufacturer.listingPageExtension.updatedAt`, `product_manufacturer.listingPageExtension.translation.description`, COALESCE(`product_manufacturer.listingPageExtension.translation.description`,`product_manufacturer.listingPageExtension.translation.description`) as `product_manufacturer.listingPageExtension.description`, `product_manufacturer.listingPageExtension.translation.sizeDescription`, COALESCE(`product_manufacturer.listingPageExtension.translation.sizeDescription`,`product_manufacturer.listingPageExtension.translation.sizeDescription`) as `product_manufacturer.listingPageExtension.sizeDescription`, `product_manufacturer.listingPageExtension.translation.createdAt`, `product_manufacturer.listingPageExtension.translation.updatedAt`, `product_manufacturer.listingPageExtension.translation.listingPageExtensionId`, `product_manufacturer.listingPageExtension.translation.languageId`, `product_manufacturer.productPageExtension`.`id` as `product_manufacturer.productPageExtension.id`, `product_manufacturer.productPageExtension`.`product_manufacturer_id` as `product_manufacturer.productPageExtension.productManufacturerId`, `product_manufacturer.productPageExtension`.`product_manufacturer_version_id` as `product_manufacturer.productPageExtension.productManufacturerVersionId`, `product_manufacturer.productPageExtension`.`cms_page_type` as `product_manufacturer.productPageExtension.cmsPageType`, `product_manufacturer.productPageExtension`.`cms_page_id` as `product_manufacturer.productPageExtension.cmsPageId`, `product_manufacturer.productPageExtension`.`cms_page_version_id` as `product_manufacturer.productPageExtension.cmsPageVersionId`, `product_manufacturer.productPageExtension`.`created_at` as `product_manufacturer.productPageExtension.createdAt`, `product_manufacturer.productPageExtension`.`updated_at` as `product_manufacturer.productPageExtension.updatedAt`, `product_manufacturer.productPageExtension.translation.url`, COALESCE(`product_manufacturer.productPageExtension.translation.url`,`product_manufacturer.productPageExtension.translation.url`) as `product_manufacturer.productPageExtension.url`, `product_manufacturer.productPageExtension.translation.metaTitle`, COALESCE(`product_manufacturer.productPageExtension.translation.metaTitle`,`product_manufacturer.productPageExtension.translation.metaTitle`) as `product_manufacturer.productPageExtension.metaTitle`, `product_manufacturer.productPageExtension.translation.metaDescription`, COALESCE(`product_manufacturer.productPageExtension.translation.metaDescription`,`product_manufacturer.productPageExtension.translation.metaDescription`) as `product_manufacturer.productPageExtension.metaDescription`, `product_manufacturer.productPageExtension.translation.keywords`, COALESCE(`product_manufacturer.productPageExtension.translation.keywords`,`product_manufacturer.productPageExtension.translation.keywords`) as `product_manufacturer.productPageExtension.keywords`, `product_manufacturer.productPageExtension.translation.slotConfig`, COALESCE(`product_manufacturer.productPageExtension.translation.slotConfig`,`product_manufacturer.productPageExtension.translation.slotConfig`) as `product_manufacturer.productPageExtension.slotConfig`, `product_manufacturer.productPageExtension.translation.createdAt`, `product_manufacturer.productPageExtension.translation.updatedAt`, `product_manufacturer.productPageExtension.translation.productPageExtensionId`, `product_manufacturer.productPageExtension.translation.languageId`, `product_manufacturer.translation.name`, COALESCE(`product_manufacturer.translation.name`,`product_manufacturer.translation.name`) as `product_manufacturer.name`, `product_manufacturer.translation.description`, COALESCE(`product_manufacturer.translation.description`,`product_manufacturer.translation.description`) as `product_manufacturer.description`, `product_manufacturer.translation.customFields`, COALESCE(`product_manufacturer.translation.customFields`,`product_manufacturer.translation.customFields`) as `product_manufacturer.customFields`, `product_manufacturer.translation.createdAt`, `product_manufacturer.translation.updatedAt`, `product_manufacturer.translation.productManufacturerId`, `product_manufacturer.translation.languageId`, `product_manufacturer.translation.productManufacturerVersionId` FROM `product_manufacturer` LEFT JOIN (SELECT `product_manufacturer.translation`.product_manufacturer_id, `product_manufacturer.translation`.product_manufacturer_version_id, `product_manufacturer.translation`.name as `product_manufacturer.translation.name`, `product_manufacturer.translation`.description as `product_manufacturer.translation.description`, `product_manufacturer.translation`.custom_fields as `product_manufacturer.translation.customFields`, `product_manufacturer.translation`.created_at as `product_manufacturer.translation.createdAt`, `product_manufacturer.translation`.updated_at as `product_manufacturer.translation.updatedAt`, `product_manufacturer.translation`.product_manufacturer_id as `product_manufacturer.translation.productManufacturerId`, `product_manufacturer.translation`.language_id as `product_manufacturer.translation.languageId`, `product_manufacturer.translation`.product_manufacturer_version_id as `product_manufacturer.translation.productManufacturerVersionId` FROM `product_manufacturer_translation` `product_manufacturer.translation` WHERE `product_manufacturer.translation`.language_id = :languageId) `product_manufacturer.product_manufacturer_translation` ON `product_manufacturer.product_manufacturer_translation`.`product_manufacturer_id` = `product_manufacturer`.`id` AND `product_manufacturer.product_manufacturer_translation`.product_manufacturer_version_id = `product_manufacturer`.version_id LEFT JOIN `base_extension` `product_manufacturer.baseExtension` ON `product_manufacturer`.`id` = `product_manufacturer.baseExtension`.`product_manufacturer_id` LEFT JOIN `listing_page_extension` `product_manufacturer.listingPageExtension` ON `product_manufacturer`.`id` = `product_manufacturer.listingPageExtension`.`product_manufacturer_id` LEFT JOIN `product_page_extension` `product_manufacturer.productPageExtension` ON `product_manufacturer`.`id` = `product_manufacturer.productPageExtension`.`product_manufacturer_id` LEFT JOIN (SELECT `product_manufacturer.listingPageExtension.translation`.listing_page_extension_id, `product_manufacturer.listingPageExtension.translation`.description as `product_manufacturer.listingPageExtension.translation.description`, `product_manufacturer.listingPageExtension.translation`.size_description as `product_manufacturer.listingPageExtension.translation.sizeDescription`, `product_manufacturer.listingPageExtension.translation`.created_at as `product_manufacturer.listingPageExtension.translation.createdAt`, `product_manufacturer.listingPageExtension.translation`.updated_at as `product_manufacturer.listingPageExtension.translation.updatedAt`, `product_manufacturer.listingPageExtension.translation`.listing_page_extension_id as `product_manufacturer.listingPageExtension.translation.listingPageExtensionId`, `product_manufacturer.listingPageExtension.translation`.language_id as `product_manufacturer.listingPageExtension.translation.languageId` FROM `listing_page_extension_translation` `product_manufacturer.listingPageExtension.translation` WHERE `product_manufacturer.listingPageExtension.translation`.language_id = :languageId) `product_manufacturer.listingPageExtension.listing_page_extension_translation` ON `product_manufacturer.listingPageExtension.listing_page_extension_translation`.`listing_page_extension_id` = `product_manufacturer.listingPageExtension`.`id` LEFT JOIN (SELECT `product_manufacturer.productPageExtension.translation`.product_page_extension_id, `product_manufacturer.productPageExtension.translation`.url as `product_manufacturer.productPageExtension.translation.url`, `product_manufacturer.productPageExtension.translation`.meta_title as `product_manufacturer.productPageExtension.translation.metaTitle`, `product_manufacturer.productPageExtension.translation`.meta_description as `product_manufacturer.productPageExtension.translation.metaDescription`, `product_manufacturer.productPageExtension.translation`.keywords as `product_manufacturer.productPageExtension.translation.keywords`, `product_manufacturer.productPageExtension.translation`.slot_config as `product_manufacturer.productPageExtension.translation.slotConfig`, `product_manufacturer.productPageExtension.translation`.created_at as `product_manufacturer.productPageExtension.translation.createdAt`, `product_manufacturer.productPageExtension.translation`.updated_at as `product_manufacturer.productPageExtension.translation.updatedAt`, `product_manufacturer.productPageExtension.translation`.product_page_extension_id as `product_manufacturer.productPageExtension.translation.productPageExtensionId`, `product_manufacturer.productPageExtension.translation`.language_id as `product_manufacturer.productPageExtension.translation.languageId` FROM `product_page_extension_translation` `product_manufacturer.productPageExtension.translation` WHERE `product_manufacturer.productPageExtension.translation`.language_id = :languageId) `product_manufacturer.productPageExtension.product_page_extension_translation` ON `product_manufacturer.productPageExtension.product_page_extension_translation`.`product_page_extension_id` = `product_manufacturer.productPageExtension`.`id` WHERE (`product_manufacturer`.`version_id` = :version) AND (`product_manufacturer`.`id` IN (:ids))
84 0.55 ms
SELECT configuration_key, configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = :salesChannelId) AND (configuration_key LIKE :prefix) ORDER BY sales_channel_id ASC
85 10.46 ms
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.defaultShippingAddress`.`id` as `customer.defaultShippingAddress.id`, `customer.defaultShippingAddress`.`customer_id` as `customer.defaultShippingAddress.customerId`, `customer.defaultShippingAddress`.`country_id` as `customer.defaultShippingAddress.countryId`, `customer.defaultShippingAddress`.`country_state_id` as `customer.defaultShippingAddress.countryStateId`, `customer.defaultShippingAddress`.`salutation_id` as `customer.defaultShippingAddress.salutationId`, `customer.defaultShippingAddress`.`first_name` as `customer.defaultShippingAddress.firstName`, `customer.defaultShippingAddress`.`last_name` as `customer.defaultShippingAddress.lastName`, `customer.defaultShippingAddress`.`zipcode` as `customer.defaultShippingAddress.zipcode`, `customer.defaultShippingAddress`.`city` as `customer.defaultShippingAddress.city`, `customer.defaultShippingAddress`.`company` as `customer.defaultShippingAddress.company`, `customer.defaultShippingAddress`.`street` as `customer.defaultShippingAddress.street`, `customer.defaultShippingAddress`.`department` as `customer.defaultShippingAddress.department`, `customer.defaultShippingAddress`.`title` as `customer.defaultShippingAddress.title`, `customer.defaultShippingAddress`.`phone_number` as `customer.defaultShippingAddress.phoneNumber`, `customer.defaultShippingAddress`.`additional_address_line1` as `customer.defaultShippingAddress.additionalAddressLine1`, `customer.defaultShippingAddress`.`additional_address_line2` as `customer.defaultShippingAddress.additionalAddressLine2`, `customer.defaultShippingAddress`.`custom_fields` as `customer.defaultShippingAddress.customFields`, `customer.defaultShippingAddress`.`created_at` as `customer.defaultShippingAddress.createdAt`, `customer.defaultShippingAddress`.`updated_at` as `customer.defaultShippingAddress.updatedAt`, `customer.defaultShippingAddress.country`.`id` as `customer.defaultShippingAddress.country.id`, `customer.defaultShippingAddress.country`.`iso` as `customer.defaultShippingAddress.country.iso`, `customer.defaultShippingAddress.country`.`position` as `customer.defaultShippingAddress.country.position`, `customer.defaultShippingAddress.country`.`active` as `customer.defaultShippingAddress.country.active`, `customer.defaultShippingAddress.country`.`shipping_available` as `customer.defaultShippingAddress.country.shippingAvailable`, `customer.defaultShippingAddress.country`.`iso3` as `customer.defaultShippingAddress.country.iso3`, `customer.defaultShippingAddress.country`.`display_state_in_registration` as `customer.defaultShippingAddress.country.displayStateInRegistration`, `customer.defaultShippingAddress.country`.`force_state_in_registration` as `customer.defaultShippingAddress.country.forceStateInRegistration`, `customer.defaultShippingAddress.country`.`company_tax_free` as `customer.defaultShippingAddress.country.companyTaxFree`, `customer.defaultShippingAddress.country`.`check_vat_id_pattern` as `customer.defaultShippingAddress.country.checkVatIdPattern`, `customer.defaultShippingAddress.country`.`vat_id_required` as `customer.defaultShippingAddress.country.vatIdRequired`, `customer.defaultShippingAddress.country`.`tax_free` as `customer.defaultShippingAddress.country.taxFree`, `customer.defaultShippingAddress.country`.`vat_id_pattern` as `customer.defaultShippingAddress.country.vatIdPattern`, `customer.defaultShippingAddress.country`.`customer_tax` as `customer.defaultShippingAddress.country.customerTax`, `customer.defaultShippingAddress.country`.`company_tax` as `customer.defaultShippingAddress.country.companyTax`, `customer.defaultShippingAddress.country`.`postal_code_required` as `customer.defaultShippingAddress.country.postalCodeRequired`, `customer.defaultShippingAddress.country`.`check_postal_code_pattern` as `customer.defaultShippingAddress.country.checkPostalCodePattern`, `customer.defaultShippingAddress.country`.`check_advanced_postal_code_pattern` as `customer.defaultShippingAddress.country.checkAdvancedPostalCodePattern`, `customer.defaultShippingAddress.country`.`advanced_postal_code_pattern` as `customer.defaultShippingAddress.country.advancedPostalCodePattern`, `customer.defaultShippingAddress.country`.`default_postal_code_pattern` as `customer.defaultShippingAddress.country.defaultPostalCodePattern`, `customer.defaultShippingAddress.country`.`created_at` as `customer.defaultShippingAddress.country.createdAt`, `customer.defaultShippingAddress.country`.`updated_at` as `customer.defaultShippingAddress.country.updatedAt`, `customer.defaultShippingAddress.country.translation.name`, COALESCE(`customer.defaultShippingAddress.country.translation.name`,`customer.defaultShippingAddress.country.translation.name`) as `customer.defaultShippingAddress.country.name`, `customer.defaultShippingAddress.country.translation.addressFormat`, COALESCE(`customer.defaultShippingAddress.country.translation.addressFormat`,`customer.defaultShippingAddress.country.translation.addressFormat`) as `customer.defaultShippingAddress.country.addressFormat`, `customer.defaultShippingAddress.country.translation.customFields`, COALESCE(`customer.defaultShippingAddress.country.translation.customFields`,`customer.defaultShippingAddress.country.translation.customFields`) as `customer.defaultShippingAddress.country.customFields`, `customer.defaultShippingAddress.country.translation.createdAt`, `customer.defaultShippingAddress.country.translation.updatedAt`, `customer.defaultShippingAddress.country.translation.countryId`, `customer.defaultShippingAddress.country.translation.languageId`, `customer.defaultBillingAddress`.`id` as `customer.defaultBillingAddress.id`, `customer.defaultBillingAddress`.`customer_id` as `customer.defaultBillingAddress.customerId`, `customer.defaultBillingAddress`.`country_id` as `customer.defaultBillingAddress.countryId`, `customer.defaultBillingAddress`.`country_state_id` as `customer.defaultBillingAddress.countryStateId`, `customer.defaultBillingAddress`.`salutation_id` as `customer.defaultBillingAddress.salutationId`, `customer.defaultBillingAddress`.`first_name` as `customer.defaultBillingAddress.firstName`, `customer.defaultBillingAddress`.`last_name` as `customer.defaultBillingAddress.lastName`, `customer.defaultBillingAddress`.`zipcode` as `customer.defaultBillingAddress.zipcode`, `customer.defaultBillingAddress`.`city` as `customer.defaultBillingAddress.city`, `customer.defaultBillingAddress`.`company` as `customer.defaultBillingAddress.company`, `customer.defaultBillingAddress`.`street` as `customer.defaultBillingAddress.street`, `customer.defaultBillingAddress`.`department` as `customer.defaultBillingAddress.department`, `customer.defaultBillingAddress`.`title` as `customer.defaultBillingAddress.title`, `customer.defaultBillingAddress`.`phone_number` as `customer.defaultBillingAddress.phoneNumber`, `customer.defaultBillingAddress`.`additional_address_line1` as `customer.defaultBillingAddress.additionalAddressLine1`, `customer.defaultBillingAddress`.`additional_address_line2` as `customer.defaultBillingAddress.additionalAddressLine2`, `customer.defaultBillingAddress`.`custom_fields` as `customer.defaultBillingAddress.customFields`, `customer.defaultBillingAddress`.`created_at` as `customer.defaultBillingAddress.createdAt`, `customer.defaultBillingAddress`.`updated_at` as `customer.defaultBillingAddress.updatedAt`, `customer.defaultBillingAddress.country`.`id` as `customer.defaultBillingAddress.country.id`, `customer.defaultBillingAddress.country`.`iso` as `customer.defaultBillingAddress.country.iso`, `customer.defaultBillingAddress.country`.`position` as `customer.defaultBillingAddress.country.position`, `customer.defaultBillingAddress.country`.`active` as `customer.defaultBillingAddress.country.active`, `customer.defaultBillingAddress.country`.`shipping_available` as `customer.defaultBillingAddress.country.shippingAvailable`, `customer.defaultBillingAddress.country`.`iso3` as `customer.defaultBillingAddress.country.iso3`, `customer.defaultBillingAddress.country`.`display_state_in_registration` as `customer.defaultBillingAddress.country.displayStateInRegistration`, `customer.defaultBillingAddress.country`.`force_state_in_registration` as `customer.defaultBillingAddress.country.forceStateInRegistration`, `customer.defaultBillingAddress.country`.`company_tax_free` as `customer.defaultBillingAddress.country.companyTaxFree`, `customer.defaultBillingAddress.country`.`check_vat_id_pattern` as `customer.defaultBillingAddress.country.checkVatIdPattern`, `customer.defaultBillingAddress.country`.`vat_id_required` as `customer.defaultBillingAddress.country.vatIdRequired`, `customer.defaultBillingAddress.country`.`tax_free` as `customer.defaultBillingAddress.country.taxFree`, `customer.defaultBillingAddress.country`.`vat_id_pattern` as `customer.defaultBillingAddress.country.vatIdPattern`, `customer.defaultBillingAddress.country`.`customer_tax` as `customer.defaultBillingAddress.country.customerTax`, `customer.defaultBillingAddress.country`.`company_tax` as `customer.defaultBillingAddress.country.companyTax`, `customer.defaultBillingAddress.country`.`postal_code_required` as `customer.defaultBillingAddress.country.postalCodeRequired`, `customer.defaultBillingAddress.country`.`check_postal_code_pattern` as `customer.defaultBillingAddress.country.checkPostalCodePattern`, `customer.defaultBillingAddress.country`.`check_advanced_postal_code_pattern` as `customer.defaultBillingAddress.country.checkAdvancedPostalCodePattern`, `customer.defaultBillingAddress.country`.`advanced_postal_code_pattern` as `customer.defaultBillingAddress.country.advancedPostalCodePattern`, `customer.defaultBillingAddress.country`.`default_postal_code_pattern` as `customer.defaultBillingAddress.country.defaultPostalCodePattern`, `customer.defaultBillingAddress.country`.`created_at` as `customer.defaultBillingAddress.country.createdAt`, `customer.defaultBillingAddress.country`.`updated_at` as `customer.defaultBillingAddress.country.updatedAt`, `customer.defaultBillingAddress.country.translation.name`, COALESCE(`customer.defaultBillingAddress.country.translation.name`,`customer.defaultBillingAddress.country.translation.name`) as `customer.defaultBillingAddress.country.name`, `customer.defaultBillingAddress.country.translation.addressFormat`, COALESCE(`customer.defaultBillingAddress.country.translation.addressFormat`,`customer.defaultBillingAddress.country.translation.addressFormat`) as `customer.defaultBillingAddress.country.addressFormat`, `customer.defaultBillingAddress.country.translation.customFields`, COALESCE(`customer.defaultBillingAddress.country.translation.customFields`,`customer.defaultBillingAddress.country.translation.customFields`) as `customer.defaultBillingAddress.country.customFields`, `customer.defaultBillingAddress.country.translation.createdAt`, `customer.defaultBillingAddress.country.translation.updatedAt`, `customer.defaultBillingAddress.country.translation.countryId`, `customer.defaultBillingAddress.country.translation.languageId` FROM `customer` LEFT JOIN `customer_address` `customer.defaultShippingAddress` ON `customer`.`default_shipping_address_id` = `customer.defaultShippingAddress`.`id` LEFT JOIN `customer_address` `customer.defaultBillingAddress` ON `customer`.`default_billing_address_id` = `customer.defaultBillingAddress`.`id` LEFT JOIN `country` `customer.defaultShippingAddress.country` ON `customer.defaultShippingAddress`.`country_id` = `customer.defaultShippingAddress.country`.`id` LEFT JOIN (SELECT `customer.defaultShippingAddress.country.translation`.country_id, `customer.defaultShippingAddress.country.translation`.name as `customer.defaultShippingAddress.country.translation.name`, `customer.defaultShippingAddress.country.translation`.address_format as `customer.defaultShippingAddress.country.translation.addressFormat`, `customer.defaultShippingAddress.country.translation`.custom_fields as `customer.defaultShippingAddress.country.translation.customFields`, `customer.defaultShippingAddress.country.translation`.created_at as `customer.defaultShippingAddress.country.translation.createdAt`, `customer.defaultShippingAddress.country.translation`.updated_at as `customer.defaultShippingAddress.country.translation.updatedAt`, `customer.defaultShippingAddress.country.translation`.country_id as `customer.defaultShippingAddress.country.translation.countryId`, `customer.defaultShippingAddress.country.translation`.language_id as `customer.defaultShippingAddress.country.translation.languageId` FROM `country_translation` `customer.defaultShippingAddress.country.translation` WHERE `customer.defaultShippingAddress.country.translation`.language_id = :languageId) `customer.defaultShippingAddress.country.country_translation` ON `customer.defaultShippingAddress.country.country_translation`.`country_id` = `customer.defaultShippingAddress.country`.`id` LEFT JOIN `country` `customer.defaultBillingAddress.country` ON `customer.defaultBillingAddress`.`country_id` = `customer.defaultBillingAddress.country`.`id` LEFT JOIN (SELECT `customer.defaultBillingAddress.country.translation`.country_id, `customer.defaultBillingAddress.country.translation`.name as `customer.defaultBillingAddress.country.translation.name`, `customer.defaultBillingAddress.country.translation`.address_format as `customer.defaultBillingAddress.country.translation.addressFormat`, `customer.defaultBillingAddress.country.translation`.custom_fields as `customer.defaultBillingAddress.country.translation.customFields`, `customer.defaultBillingAddress.country.translation`.created_at as `customer.defaultBillingAddress.country.translation.createdAt`, `customer.defaultBillingAddress.country.translation`.updated_at as `customer.defaultBillingAddress.country.translation.updatedAt`, `customer.defaultBillingAddress.country.translation`.country_id as `customer.defaultBillingAddress.country.translation.countryId`, `customer.defaultBillingAddress.country.translation`.language_id as `customer.defaultBillingAddress.country.translation.languageId` FROM `country_translation` `customer.defaultBillingAddress.country.translation` WHERE `customer.defaultBillingAddress.country.translation`.language_id = :languageId) `customer.defaultBillingAddress.country.country_translation` ON `customer.defaultBillingAddress.country.country_translation`.`country_id` = `customer.defaultBillingAddress.country`.`id` WHERE (`customer`.`id` = :param_2e34b988e8854a23b36aecb1a9357fe4)
86 0.53 ms
SELECT configuration_key, configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = :salesChannelId) AND (configuration_key LIKE :prefix) ORDER BY sales_channel_id ASC
87 11.84 ms
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.defaultShippingAddress`.`id` as `customer.defaultShippingAddress.id`, `customer.defaultShippingAddress`.`customer_id` as `customer.defaultShippingAddress.customerId`, `customer.defaultShippingAddress`.`country_id` as `customer.defaultShippingAddress.countryId`, `customer.defaultShippingAddress`.`country_state_id` as `customer.defaultShippingAddress.countryStateId`, `customer.defaultShippingAddress`.`salutation_id` as `customer.defaultShippingAddress.salutationId`, `customer.defaultShippingAddress`.`first_name` as `customer.defaultShippingAddress.firstName`, `customer.defaultShippingAddress`.`last_name` as `customer.defaultShippingAddress.lastName`, `customer.defaultShippingAddress`.`zipcode` as `customer.defaultShippingAddress.zipcode`, `customer.defaultShippingAddress`.`city` as `customer.defaultShippingAddress.city`, `customer.defaultShippingAddress`.`company` as `customer.defaultShippingAddress.company`, `customer.defaultShippingAddress`.`street` as `customer.defaultShippingAddress.street`, `customer.defaultShippingAddress`.`department` as `customer.defaultShippingAddress.department`, `customer.defaultShippingAddress`.`title` as `customer.defaultShippingAddress.title`, `customer.defaultShippingAddress`.`phone_number` as `customer.defaultShippingAddress.phoneNumber`, `customer.defaultShippingAddress`.`additional_address_line1` as `customer.defaultShippingAddress.additionalAddressLine1`, `customer.defaultShippingAddress`.`additional_address_line2` as `customer.defaultShippingAddress.additionalAddressLine2`, `customer.defaultShippingAddress`.`custom_fields` as `customer.defaultShippingAddress.customFields`, `customer.defaultShippingAddress`.`created_at` as `customer.defaultShippingAddress.createdAt`, `customer.defaultShippingAddress`.`updated_at` as `customer.defaultShippingAddress.updatedAt`, `customer.defaultShippingAddress.country`.`id` as `customer.defaultShippingAddress.country.id`, `customer.defaultShippingAddress.country`.`iso` as `customer.defaultShippingAddress.country.iso`, `customer.defaultShippingAddress.country`.`position` as `customer.defaultShippingAddress.country.position`, `customer.defaultShippingAddress.country`.`active` as `customer.defaultShippingAddress.country.active`, `customer.defaultShippingAddress.country`.`shipping_available` as `customer.defaultShippingAddress.country.shippingAvailable`, `customer.defaultShippingAddress.country`.`iso3` as `customer.defaultShippingAddress.country.iso3`, `customer.defaultShippingAddress.country`.`display_state_in_registration` as `customer.defaultShippingAddress.country.displayStateInRegistration`, `customer.defaultShippingAddress.country`.`force_state_in_registration` as `customer.defaultShippingAddress.country.forceStateInRegistration`, `customer.defaultShippingAddress.country`.`company_tax_free` as `customer.defaultShippingAddress.country.companyTaxFree`, `customer.defaultShippingAddress.country`.`check_vat_id_pattern` as `customer.defaultShippingAddress.country.checkVatIdPattern`, `customer.defaultShippingAddress.country`.`vat_id_required` as `customer.defaultShippingAddress.country.vatIdRequired`, `customer.defaultShippingAddress.country`.`tax_free` as `customer.defaultShippingAddress.country.taxFree`, `customer.defaultShippingAddress.country`.`vat_id_pattern` as `customer.defaultShippingAddress.country.vatIdPattern`, `customer.defaultShippingAddress.country`.`customer_tax` as `customer.defaultShippingAddress.country.customerTax`, `customer.defaultShippingAddress.country`.`company_tax` as `customer.defaultShippingAddress.country.companyTax`, `customer.defaultShippingAddress.country`.`postal_code_required` as `customer.defaultShippingAddress.country.postalCodeRequired`, `customer.defaultShippingAddress.country`.`check_postal_code_pattern` as `customer.defaultShippingAddress.country.checkPostalCodePattern`, `customer.defaultShippingAddress.country`.`check_advanced_postal_code_pattern` as `customer.defaultShippingAddress.country.checkAdvancedPostalCodePattern`, `customer.defaultShippingAddress.country`.`advanced_postal_code_pattern` as `customer.defaultShippingAddress.country.advancedPostalCodePattern`, `customer.defaultShippingAddress.country`.`default_postal_code_pattern` as `customer.defaultShippingAddress.country.defaultPostalCodePattern`, `customer.defaultShippingAddress.country`.`created_at` as `customer.defaultShippingAddress.country.createdAt`, `customer.defaultShippingAddress.country`.`updated_at` as `customer.defaultShippingAddress.country.updatedAt`, `customer.defaultShippingAddress.country.translation.name`, COALESCE(`customer.defaultShippingAddress.country.translation.name`,`customer.defaultShippingAddress.country.translation.name`) as `customer.defaultShippingAddress.country.name`, `customer.defaultShippingAddress.country.translation.addressFormat`, COALESCE(`customer.defaultShippingAddress.country.translation.addressFormat`,`customer.defaultShippingAddress.country.translation.addressFormat`) as `customer.defaultShippingAddress.country.addressFormat`, `customer.defaultShippingAddress.country.translation.customFields`, COALESCE(`customer.defaultShippingAddress.country.translation.customFields`,`customer.defaultShippingAddress.country.translation.customFields`) as `customer.defaultShippingAddress.country.customFields`, `customer.defaultShippingAddress.country.translation.createdAt`, `customer.defaultShippingAddress.country.translation.updatedAt`, `customer.defaultShippingAddress.country.translation.countryId`, `customer.defaultShippingAddress.country.translation.languageId`, `customer.defaultBillingAddress`.`id` as `customer.defaultBillingAddress.id`, `customer.defaultBillingAddress`.`customer_id` as `customer.defaultBillingAddress.customerId`, `customer.defaultBillingAddress`.`country_id` as `customer.defaultBillingAddress.countryId`, `customer.defaultBillingAddress`.`country_state_id` as `customer.defaultBillingAddress.countryStateId`, `customer.defaultBillingAddress`.`salutation_id` as `customer.defaultBillingAddress.salutationId`, `customer.defaultBillingAddress`.`first_name` as `customer.defaultBillingAddress.firstName`, `customer.defaultBillingAddress`.`last_name` as `customer.defaultBillingAddress.lastName`, `customer.defaultBillingAddress`.`zipcode` as `customer.defaultBillingAddress.zipcode`, `customer.defaultBillingAddress`.`city` as `customer.defaultBillingAddress.city`, `customer.defaultBillingAddress`.`company` as `customer.defaultBillingAddress.company`, `customer.defaultBillingAddress`.`street` as `customer.defaultBillingAddress.street`, `customer.defaultBillingAddress`.`department` as `customer.defaultBillingAddress.department`, `customer.defaultBillingAddress`.`title` as `customer.defaultBillingAddress.title`, `customer.defaultBillingAddress`.`phone_number` as `customer.defaultBillingAddress.phoneNumber`, `customer.defaultBillingAddress`.`additional_address_line1` as `customer.defaultBillingAddress.additionalAddressLine1`, `customer.defaultBillingAddress`.`additional_address_line2` as `customer.defaultBillingAddress.additionalAddressLine2`, `customer.defaultBillingAddress`.`custom_fields` as `customer.defaultBillingAddress.customFields`, `customer.defaultBillingAddress`.`created_at` as `customer.defaultBillingAddress.createdAt`, `customer.defaultBillingAddress`.`updated_at` as `customer.defaultBillingAddress.updatedAt`, `customer.defaultBillingAddress.country`.`id` as `customer.defaultBillingAddress.country.id`, `customer.defaultBillingAddress.country`.`iso` as `customer.defaultBillingAddress.country.iso`, `customer.defaultBillingAddress.country`.`position` as `customer.defaultBillingAddress.country.position`, `customer.defaultBillingAddress.country`.`active` as `customer.defaultBillingAddress.country.active`, `customer.defaultBillingAddress.country`.`shipping_available` as `customer.defaultBillingAddress.country.shippingAvailable`, `customer.defaultBillingAddress.country`.`iso3` as `customer.defaultBillingAddress.country.iso3`, `customer.defaultBillingAddress.country`.`display_state_in_registration` as `customer.defaultBillingAddress.country.displayStateInRegistration`, `customer.defaultBillingAddress.country`.`force_state_in_registration` as `customer.defaultBillingAddress.country.forceStateInRegistration`, `customer.defaultBillingAddress.country`.`company_tax_free` as `customer.defaultBillingAddress.country.companyTaxFree`, `customer.defaultBillingAddress.country`.`check_vat_id_pattern` as `customer.defaultBillingAddress.country.checkVatIdPattern`, `customer.defaultBillingAddress.country`.`vat_id_required` as `customer.defaultBillingAddress.country.vatIdRequired`, `customer.defaultBillingAddress.country`.`tax_free` as `customer.defaultBillingAddress.country.taxFree`, `customer.defaultBillingAddress.country`.`vat_id_pattern` as `customer.defaultBillingAddress.country.vatIdPattern`, `customer.defaultBillingAddress.country`.`customer_tax` as `customer.defaultBillingAddress.country.customerTax`, `customer.defaultBillingAddress.country`.`company_tax` as `customer.defaultBillingAddress.country.companyTax`, `customer.defaultBillingAddress.country`.`postal_code_required` as `customer.defaultBillingAddress.country.postalCodeRequired`, `customer.defaultBillingAddress.country`.`check_postal_code_pattern` as `customer.defaultBillingAddress.country.checkPostalCodePattern`, `customer.defaultBillingAddress.country`.`check_advanced_postal_code_pattern` as `customer.defaultBillingAddress.country.checkAdvancedPostalCodePattern`, `customer.defaultBillingAddress.country`.`advanced_postal_code_pattern` as `customer.defaultBillingAddress.country.advancedPostalCodePattern`, `customer.defaultBillingAddress.country`.`default_postal_code_pattern` as `customer.defaultBillingAddress.country.defaultPostalCodePattern`, `customer.defaultBillingAddress.country`.`created_at` as `customer.defaultBillingAddress.country.createdAt`, `customer.defaultBillingAddress.country`.`updated_at` as `customer.defaultBillingAddress.country.updatedAt`, `customer.defaultBillingAddress.country.translation.name`, COALESCE(`customer.defaultBillingAddress.country.translation.name`,`customer.defaultBillingAddress.country.translation.name`) as `customer.defaultBillingAddress.country.name`, `customer.defaultBillingAddress.country.translation.addressFormat`, COALESCE(`customer.defaultBillingAddress.country.translation.addressFormat`,`customer.defaultBillingAddress.country.translation.addressFormat`) as `customer.defaultBillingAddress.country.addressFormat`, `customer.defaultBillingAddress.country.translation.customFields`, COALESCE(`customer.defaultBillingAddress.country.translation.customFields`,`customer.defaultBillingAddress.country.translation.customFields`) as `customer.defaultBillingAddress.country.customFields`, `customer.defaultBillingAddress.country.translation.createdAt`, `customer.defaultBillingAddress.country.translation.updatedAt`, `customer.defaultBillingAddress.country.translation.countryId`, `customer.defaultBillingAddress.country.translation.languageId` FROM `customer` LEFT JOIN `customer_address` `customer.defaultShippingAddress` ON `customer`.`default_shipping_address_id` = `customer.defaultShippingAddress`.`id` LEFT JOIN `customer_address` `customer.defaultBillingAddress` ON `customer`.`default_billing_address_id` = `customer.defaultBillingAddress`.`id` LEFT JOIN `country` `customer.defaultShippingAddress.country` ON `customer.defaultShippingAddress`.`country_id` = `customer.defaultShippingAddress.country`.`id` LEFT JOIN (SELECT `customer.defaultShippingAddress.country.translation`.country_id, `customer.defaultShippingAddress.country.translation`.name as `customer.defaultShippingAddress.country.translation.name`, `customer.defaultShippingAddress.country.translation`.address_format as `customer.defaultShippingAddress.country.translation.addressFormat`, `customer.defaultShippingAddress.country.translation`.custom_fields as `customer.defaultShippingAddress.country.translation.customFields`, `customer.defaultShippingAddress.country.translation`.created_at as `customer.defaultShippingAddress.country.translation.createdAt`, `customer.defaultShippingAddress.country.translation`.updated_at as `customer.defaultShippingAddress.country.translation.updatedAt`, `customer.defaultShippingAddress.country.translation`.country_id as `customer.defaultShippingAddress.country.translation.countryId`, `customer.defaultShippingAddress.country.translation`.language_id as `customer.defaultShippingAddress.country.translation.languageId` FROM `country_translation` `customer.defaultShippingAddress.country.translation` WHERE `customer.defaultShippingAddress.country.translation`.language_id = :languageId) `customer.defaultShippingAddress.country.country_translation` ON `customer.defaultShippingAddress.country.country_translation`.`country_id` = `customer.defaultShippingAddress.country`.`id` LEFT JOIN `country` `customer.defaultBillingAddress.country` ON `customer.defaultBillingAddress`.`country_id` = `customer.defaultBillingAddress.country`.`id` LEFT JOIN (SELECT `customer.defaultBillingAddress.country.translation`.country_id, `customer.defaultBillingAddress.country.translation`.name as `customer.defaultBillingAddress.country.translation.name`, `customer.defaultBillingAddress.country.translation`.address_format as `customer.defaultBillingAddress.country.translation.addressFormat`, `customer.defaultBillingAddress.country.translation`.custom_fields as `customer.defaultBillingAddress.country.translation.customFields`, `customer.defaultBillingAddress.country.translation`.created_at as `customer.defaultBillingAddress.country.translation.createdAt`, `customer.defaultBillingAddress.country.translation`.updated_at as `customer.defaultBillingAddress.country.translation.updatedAt`, `customer.defaultBillingAddress.country.translation`.country_id as `customer.defaultBillingAddress.country.translation.countryId`, `customer.defaultBillingAddress.country.translation`.language_id as `customer.defaultBillingAddress.country.translation.languageId` FROM `country_translation` `customer.defaultBillingAddress.country.translation` WHERE `customer.defaultBillingAddress.country.translation`.language_id = :languageId) `customer.defaultBillingAddress.country.country_translation` ON `customer.defaultBillingAddress.country.country_translation`.`country_id` = `customer.defaultBillingAddress.country`.`id` WHERE (`customer`.`id` = :param_3b967b4205b048c090fee48ac0822f2c)
88 0.84 ms
SELECT configuration_key, configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = :salesChannelId) AND (configuration_key LIKE :prefix) ORDER BY sales_channel_id ASC
89 0.56 ms
SELECT configuration_key, configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = :salesChannelId) AND (configuration_key LIKE :prefix) ORDER BY sales_channel_id ASC
90 0.79 ms
SELECT configuration_key, configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = :salesChannelId) AND (configuration_key LIKE :prefix) ORDER BY sales_channel_id ASC
91 0.30 ms
SELECT LOWER(HEX(language.id)) AS array_key, LOWER(HEX(language.id)) AS id, locale.code, LOWER(HEX(language.parent_id)) parentId FROM language LEFT JOIN locale locale ON language.translation_code_id = locale.id
92 0.23 ms
SELECT 1 as `exists`, `id`, `version_id` FROM `order` WHERE (`id` IN (?)) AND (version_id = ?)
93 0.11 ms
"START TRANSACTION"
94 17.83 ms
UPDATE `order` SET custom_fields = JSON_SET(IFNULL(`custom_fields`, "{}"), ?, JSON_MERGE("{}", ?)) WHERE (`id` = ?) AND (`version_id` = ?)
95 0.47 ms
UPDATE `order` SET `version_id` = ?, `billing_address_version_id` = ?, `updated_at` = ? WHERE id = ? AND version_id = ?
96 1.42 ms
"COMMIT"
97 1.37 ms
# app-scripts::refresh::read
SELECT `app`.`id` as `app.id`, `app`.`name` as `app.name`, `app`.`path` as `app.path`, `app`.`author` as `app.author`, `app`.`copyright` as `app.copyright`, `app`.`license` as `app.license`, `app`.`active` as `app.active`, `app`.`configurable` as `app.configurable`, `app`.`privacy` as `app.privacy`, `app`.`version` as `app.version`, `app`.`icon` as `app.iconRaw`, `app`.`app_secret` as `app.appSecret`, `app`.`modules` as `app.modules`, `app`.`main_module` as `app.mainModule`, `app`.`cookies` as `app.cookies`, `app`.`allow_disable` as `app.allowDisable`, `app`.`base_app_url` as `app.baseAppUrl`, `app`.`allowed_hosts` as `app.allowedHosts`, `app`.`template_load_priority` as `app.templateLoadPriority`, `app`.`integration_id` as `app.integrationId`, `app.integration`.`id` as `app.integration.id`, `app.integration`.`label` as `app.integration.label`, `app.integration`.`access_key` as `app.integration.accessKey`, `app.integration`.`secret_access_key` as `app.integration.secretAccessKey`, `app.integration`.`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_b7b7d0f955c946e980e54dfbf846ff9b)
98 0.33 ms
SELECT LOWER(HEX(`script`.`app_id`)) as `app_id`,
                   `script`.`name` AS scriptName,
                   `script`.`script` AS script,
                   `script`.`hook` AS hook,
                   IFNULL(`script`.`updated_at`, `script`.`created_at`) AS lastModified,
                   `app`.`name` AS appName,
                   LOWER(HEX(`app`.`integration_id`)) AS integrationId,
                   `app`.`version` AS appVersion,
                   `script`.`active` AS active
            FROM `script`
            LEFT JOIN `app` ON `script`.`app_id` = `app`.`id`
            WHERE `script`.`hook` != 'include'
            ORDER BY `app`.`created_at`, `app`.`id`, `script`.`name`
99 0.20 ms
SELECT LOWER(HEX(`script`.`app_id`)) as `app_id`,
                   `script`.`name` AS name,
                   `script`.`script` AS script,
                   `app`.`name` AS appName,
                   LOWER(HEX(`app`.`integration_id`)) AS integrationId,
                   IFNULL(`script`.`updated_at`, `script`.`created_at`) AS lastModified
            FROM `script`
            LEFT JOIN `app` ON `script`.`app_id` = `app`.`id`
            WHERE `script`.`hook` = 'include'
            ORDER BY `app`.`created_at`, `app`.`id`, `script`.`name`
100 3.82 ms
# 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_f7dde9f3f6b24ed6876f26be55a86223)
101 0.81 ms
SELECT 1 as `exists`, parent_id, `id`, `version_id` FROM `order_line_item` WHERE (`id` IN (?)) AND (version_id = ?)
102 10.65 ms
"START TRANSACTION"
103 1.56 ms
SELECT DISTINCT LOWER(HEX(id)) FROM order_line_item WHERE id IN (:ids) AND type = 'product'
104 1.13 ms
UPDATE `order_line_item` SET custom_fields = JSON_SET(IFNULL(`custom_fields`, "{}"), ?, JSON_MERGE("{}", ?)) WHERE (`id` = ?) AND (`version_id` = ?)
105 0.40 ms
UPDATE `order_line_item` SET `version_id` = ?, `order_version_id` = ?, `product_version_id` = ?, `parent_version_id` = ?, `updated_at` = ? WHERE id = ? AND version_id = ?
106 1.17 ms
"COMMIT"
107 0.26 ms
SELECT LOWER(HEX(`order_id`)) FROM `order_line_item` WHERE `id` = :primaryKeyid
108 1.38 ms
# app-scripts::refresh::read
SELECT `app`.`id` as `app.id`, `app`.`name` as `app.name`, `app`.`path` as `app.path`, `app`.`author` as `app.author`, `app`.`copyright` as `app.copyright`, `app`.`license` as `app.license`, `app`.`active` as `app.active`, `app`.`configurable` as `app.configurable`, `app`.`privacy` as `app.privacy`, `app`.`version` as `app.version`, `app`.`icon` as `app.iconRaw`, `app`.`app_secret` as `app.appSecret`, `app`.`modules` as `app.modules`, `app`.`main_module` as `app.mainModule`, `app`.`cookies` as `app.cookies`, `app`.`allow_disable` as `app.allowDisable`, `app`.`base_app_url` as `app.baseAppUrl`, `app`.`allowed_hosts` as `app.allowedHosts`, `app`.`template_load_priority` as `app.templateLoadPriority`, `app`.`integration_id` as `app.integrationId`, `app.integration`.`id` as `app.integration.id`, `app.integration`.`label` as `app.integration.label`, `app.integration`.`access_key` as `app.integration.accessKey`, `app.integration`.`secret_access_key` as `app.integration.secretAccessKey`, `app.integration`.`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_abde68d0cd494359816f6cb8070dbbca)
109 0.39 ms
SELECT LOWER(HEX(`script`.`app_id`)) as `app_id`,
                   `script`.`name` AS scriptName,
                   `script`.`script` AS script,
                   `script`.`hook` AS hook,
                   IFNULL(`script`.`updated_at`, `script`.`created_at`) AS lastModified,
                   `app`.`name` AS appName,
                   LOWER(HEX(`app`.`integration_id`)) AS integrationId,
                   `app`.`version` AS appVersion,
                   `script`.`active` AS active
            FROM `script`
            LEFT JOIN `app` ON `script`.`app_id` = `app`.`id`
            WHERE `script`.`hook` != 'include'
            ORDER BY `app`.`created_at`, `app`.`id`, `script`.`name`
110 0.24 ms
SELECT LOWER(HEX(`script`.`app_id`)) as `app_id`,
                   `script`.`name` AS name,
                   `script`.`script` AS script,
                   `app`.`name` AS appName,
                   LOWER(HEX(`app`.`integration_id`)) AS integrationId,
                   IFNULL(`script`.`updated_at`, `script`.`created_at`) AS lastModified
            FROM `script`
            LEFT JOIN `app` ON `script`.`app_id` = `app`.`id`
            WHERE `script`.`hook` = 'include'
            ORDER BY `app`.`created_at`, `app`.`id`, `script`.`name`
111 3.49 ms
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` FROM `order_transaction` LEFT JOIN `state_machine_state` `order_transaction.stateMachineState` ON `order_transaction`.`state_id` = `order_transaction.stateMachineState`.`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` WHERE (`order_transaction`.`version_id` = :version) AND (`order_transaction`.`id` IN (:ids))
112 0.55 ms
SELECT `state_machine_state`.`id` as `state_machine_state.id`, `state_machine_state`.`technical_name` as `state_machine_state.technicalName`, `state_machine_state`.`state_machine_id` as `state_machine_state.stateMachineId`, `state_machine_state`.`created_at` as `state_machine_state.createdAt`, `state_machine_state`.`updated_at` as `state_machine_state.updatedAt`, `state_machine_state.translation.name`, COALESCE(`state_machine_state.translation.name`,`state_machine_state.translation.name`) as `state_machine_state.name`, `state_machine_state.translation.customFields`, COALESCE(`state_machine_state.translation.customFields`,`state_machine_state.translation.customFields`) as `state_machine_state.customFields`, `state_machine_state.translation.createdAt`, `state_machine_state.translation.updatedAt`, `state_machine_state.translation.stateMachineStateId`, `state_machine_state.translation.languageId` FROM `state_machine_state` LEFT JOIN (SELECT `state_machine_state.translation`.state_machine_state_id, `state_machine_state.translation`.name as `state_machine_state.translation.name`, `state_machine_state.translation`.custom_fields as `state_machine_state.translation.customFields`, `state_machine_state.translation`.created_at as `state_machine_state.translation.createdAt`, `state_machine_state.translation`.updated_at as `state_machine_state.translation.updatedAt`, `state_machine_state.translation`.state_machine_state_id as `state_machine_state.translation.stateMachineStateId`, `state_machine_state.translation`.language_id as `state_machine_state.translation.languageId` FROM `state_machine_state_translation` `state_machine_state.translation` WHERE `state_machine_state.translation`.language_id = :languageId) `state_machine_state.state_machine_state_translation` ON `state_machine_state.state_machine_state_translation`.`state_machine_state_id` = `state_machine_state`.`id` WHERE `state_machine_state`.`id` IN (:ids)
113 0.21 ms
SELECT `state_machine`.`id` FROM `state_machine` WHERE (`state_machine`.`technical_name` = :param_010b11da5a664428a4da14786f9280ad) LIMIT 1
114 0.48 ms
SELECT `state_machine`.`id` as `state_machine.id`, `state_machine`.`technical_name` as `state_machine.technicalName`, `state_machine`.`initial_state_id` as `state_machine.initialStateId`, `state_machine`.`created_at` as `state_machine.createdAt`, `state_machine`.`updated_at` as `state_machine.updatedAt`, `state_machine.translation.name`, COALESCE(`state_machine.translation.name`,`state_machine.translation.name`) as `state_machine.name`, `state_machine.translation.customFields`, COALESCE(`state_machine.translation.customFields`,`state_machine.translation.customFields`) as `state_machine.customFields`, `state_machine.translation.createdAt`, `state_machine.translation.updatedAt`, `state_machine.translation.stateMachineId`, `state_machine.translation.languageId` FROM `state_machine` LEFT JOIN (SELECT `state_machine.translation`.state_machine_id, `state_machine.translation`.name as `state_machine.translation.name`, `state_machine.translation`.custom_fields as `state_machine.translation.customFields`, `state_machine.translation`.created_at as `state_machine.translation.createdAt`, `state_machine.translation`.updated_at as `state_machine.translation.updatedAt`, `state_machine.translation`.state_machine_id as `state_machine.translation.stateMachineId`, `state_machine.translation`.language_id as `state_machine.translation.languageId` FROM `state_machine_translation` `state_machine.translation` WHERE `state_machine.translation`.language_id = :languageId) `state_machine.state_machine_translation` ON `state_machine.state_machine_translation`.`state_machine_id` = `state_machine`.`id` WHERE `state_machine`.`id` IN (:ids)
115 5.66 ms
SELECT `state_machine_transition`.`id` as `state_machine_transition.id`, `state_machine_transition`.`action_name` as `state_machine_transition.actionName`, `state_machine_transition`.`state_machine_id` as `state_machine_transition.stateMachineId`, `state_machine_transition`.`from_state_id` as `state_machine_transition.fromStateId`, `state_machine_transition`.`to_state_id` as `state_machine_transition.toStateId`, `state_machine_transition`.`custom_fields` as `state_machine_transition.customFields`, `state_machine_transition`.`created_at` as `state_machine_transition.createdAt`, `state_machine_transition`.`updated_at` as `state_machine_transition.updatedAt`, `state_machine_transition.fromStateMachineState`.`id` as `state_machine_transition.fromStateMachineState.id`, `state_machine_transition.fromStateMachineState`.`technical_name` as `state_machine_transition.fromStateMachineState.technicalName`, `state_machine_transition.fromStateMachineState`.`state_machine_id` as `state_machine_transition.fromStateMachineState.stateMachineId`, `state_machine_transition.fromStateMachineState`.`created_at` as `state_machine_transition.fromStateMachineState.createdAt`, `state_machine_transition.fromStateMachineState`.`updated_at` as `state_machine_transition.fromStateMachineState.updatedAt`, `state_machine_transition.fromStateMachineState.translation.name`, COALESCE(`state_machine_transition.fromStateMachineState.translation.name`,`state_machine_transition.fromStateMachineState.translation.name`) as `state_machine_transition.fromStateMachineState.name`, `state_machine_transition.fromStateMachineState.translation.customFields`, COALESCE(`state_machine_transition.fromStateMachineState.translation.customFields`,`state_machine_transition.fromStateMachineState.translation.customFields`) as `state_machine_transition.fromStateMachineState.customFields`, `state_machine_transition.fromStateMachineState.translation.createdAt`, `state_machine_transition.fromStateMachineState.translation.updatedAt`, `state_machine_transition.fromStateMachineState.translation.stateMachineStateId`, `state_machine_transition.fromStateMachineState.translation.languageId`, `state_machine_transition.toStateMachineState`.`id` as `state_machine_transition.toStateMachineState.id`, `state_machine_transition.toStateMachineState`.`technical_name` as `state_machine_transition.toStateMachineState.technicalName`, `state_machine_transition.toStateMachineState`.`state_machine_id` as `state_machine_transition.toStateMachineState.stateMachineId`, `state_machine_transition.toStateMachineState`.`created_at` as `state_machine_transition.toStateMachineState.createdAt`, `state_machine_transition.toStateMachineState`.`updated_at` as `state_machine_transition.toStateMachineState.updatedAt`, `state_machine_transition.toStateMachineState.translation.name`, COALESCE(`state_machine_transition.toStateMachineState.translation.name`,`state_machine_transition.toStateMachineState.translation.name`) as `state_machine_transition.toStateMachineState.name`, `state_machine_transition.toStateMachineState.translation.customFields`, COALESCE(`state_machine_transition.toStateMachineState.translation.customFields`,`state_machine_transition.toStateMachineState.translation.customFields`) as `state_machine_transition.toStateMachineState.customFields`, `state_machine_transition.toStateMachineState.translation.createdAt`, `state_machine_transition.toStateMachineState.translation.updatedAt`, `state_machine_transition.toStateMachineState.translation.stateMachineStateId`, `state_machine_transition.toStateMachineState.translation.languageId` FROM `state_machine_transition` LEFT JOIN `state_machine_state` `state_machine_transition.fromStateMachineState` ON `state_machine_transition`.`from_state_id` = `state_machine_transition.fromStateMachineState`.`id` LEFT JOIN `state_machine_state` `state_machine_transition.toStateMachineState` ON `state_machine_transition`.`to_state_id` = `state_machine_transition.toStateMachineState`.`id` LEFT JOIN (SELECT `state_machine_transition.fromStateMachineState.translation`.state_machine_state_id, `state_machine_transition.fromStateMachineState.translation`.name as `state_machine_transition.fromStateMachineState.translation.name`, `state_machine_transition.fromStateMachineState.translation`.custom_fields as `state_machine_transition.fromStateMachineState.translation.customFields`, `state_machine_transition.fromStateMachineState.translation`.created_at as `state_machine_transition.fromStateMachineState.translation.createdAt`, `state_machine_transition.fromStateMachineState.translation`.updated_at as `state_machine_transition.fromStateMachineState.translation.updatedAt`, `state_machine_transition.fromStateMachineState.translation`.state_machine_state_id as `state_machine_transition.fromStateMachineState.translation.stateMachineStateId`, `state_machine_transition.fromStateMachineState.translation`.language_id as `state_machine_transition.fromStateMachineState.translation.languageId` FROM `state_machine_state_translation` `state_machine_transition.fromStateMachineState.translation` WHERE `state_machine_transition.fromStateMachineState.translation`.language_id = :languageId) `state_machine_transition.fromStateMachineState.state_machine_state_translation` ON `state_machine_transition.fromStateMachineState.state_machine_state_translation`.`state_machine_state_id` = `state_machine_transition.fromStateMachineState`.`id` LEFT JOIN (SELECT `state_machine_transition.toStateMachineState.translation`.state_machine_state_id, `state_machine_transition.toStateMachineState.translation`.name as `state_machine_transition.toStateMachineState.translation.name`, `state_machine_transition.toStateMachineState.translation`.custom_fields as `state_machine_transition.toStateMachineState.translation.customFields`, `state_machine_transition.toStateMachineState.translation`.created_at as `state_machine_transition.toStateMachineState.translation.createdAt`, `state_machine_transition.toStateMachineState.translation`.updated_at as `state_machine_transition.toStateMachineState.translation.updatedAt`, `state_machine_transition.toStateMachineState.translation`.state_machine_state_id as `state_machine_transition.toStateMachineState.translation.stateMachineStateId`, `state_machine_transition.toStateMachineState.translation`.language_id as `state_machine_transition.toStateMachineState.translation.languageId` FROM `state_machine_state_translation` `state_machine_transition.toStateMachineState.translation` WHERE `state_machine_transition.toStateMachineState.translation`.language_id = :languageId) `state_machine_transition.toStateMachineState.state_machine_state_translation` ON `state_machine_transition.toStateMachineState.state_machine_state_translation`.`state_machine_state_id` = `state_machine_transition.toStateMachineState`.`id` WHERE (`state_machine_transition`.`state_machine_id` IN (:param_c003ac0b7aaa48089ba0bf5483e36a0e)) ORDER BY `state_machine_transition`.`action_name` ASC
116 2.44 ms
SELECT `state_machine_state`.`id` as `state_machine_state.id`, `state_machine_state`.`technical_name` as `state_machine_state.technicalName`, `state_machine_state`.`state_machine_id` as `state_machine_state.stateMachineId`, `state_machine_state`.`created_at` as `state_machine_state.createdAt`, `state_machine_state`.`updated_at` as `state_machine_state.updatedAt`, `state_machine_state.translation.name`, COALESCE(`state_machine_state.translation.name`,`state_machine_state.translation.name`) as `state_machine_state.name`, `state_machine_state.translation.customFields`, COALESCE(`state_machine_state.translation.customFields`,`state_machine_state.translation.customFields`) as `state_machine_state.customFields`, `state_machine_state.translation.createdAt`, `state_machine_state.translation.updatedAt`, `state_machine_state.translation.stateMachineStateId`, `state_machine_state.translation.languageId` FROM `state_machine_state` LEFT JOIN (SELECT `state_machine_state.translation`.state_machine_state_id, `state_machine_state.translation`.name as `state_machine_state.translation.name`, `state_machine_state.translation`.custom_fields as `state_machine_state.translation.customFields`, `state_machine_state.translation`.created_at as `state_machine_state.translation.createdAt`, `state_machine_state.translation`.updated_at as `state_machine_state.translation.updatedAt`, `state_machine_state.translation`.state_machine_state_id as `state_machine_state.translation.stateMachineStateId`, `state_machine_state.translation`.language_id as `state_machine_state.translation.languageId` FROM `state_machine_state_translation` `state_machine_state.translation` WHERE `state_machine_state.translation`.language_id = :languageId) `state_machine_state.state_machine_state_translation` ON `state_machine_state.state_machine_state_translation`.`state_machine_state_id` = `state_machine_state`.`id` WHERE (`state_machine_state`.`state_machine_id` IN (:param_150947b8c3c64fd2936ea74e516b2677)) ORDER BY `state_machine_state`.`technical_name` ASC
117 1.14 ms
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` FROM `order_transaction` LEFT JOIN `state_machine_state` `order_transaction.stateMachineState` ON `order_transaction`.`state_id` = `order_transaction.stateMachineState`.`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` WHERE (`order_transaction`.`version_id` = :version) AND (`order_transaction`.`id` IN (:ids))
118 0.58 ms
SELECT `state_machine_state`.`id` as `state_machine_state.id`, `state_machine_state`.`technical_name` as `state_machine_state.technicalName`, `state_machine_state`.`state_machine_id` as `state_machine_state.stateMachineId`, `state_machine_state`.`created_at` as `state_machine_state.createdAt`, `state_machine_state`.`updated_at` as `state_machine_state.updatedAt`, `state_machine_state.translation.name`, COALESCE(`state_machine_state.translation.name`,`state_machine_state.translation.name`) as `state_machine_state.name`, `state_machine_state.translation.customFields`, COALESCE(`state_machine_state.translation.customFields`,`state_machine_state.translation.customFields`) as `state_machine_state.customFields`, `state_machine_state.translation.createdAt`, `state_machine_state.translation.updatedAt`, `state_machine_state.translation.stateMachineStateId`, `state_machine_state.translation.languageId` FROM `state_machine_state` LEFT JOIN (SELECT `state_machine_state.translation`.state_machine_state_id, `state_machine_state.translation`.name as `state_machine_state.translation.name`, `state_machine_state.translation`.custom_fields as `state_machine_state.translation.customFields`, `state_machine_state.translation`.created_at as `state_machine_state.translation.createdAt`, `state_machine_state.translation`.updated_at as `state_machine_state.translation.updatedAt`, `state_machine_state.translation`.state_machine_state_id as `state_machine_state.translation.stateMachineStateId`, `state_machine_state.translation`.language_id as `state_machine_state.translation.languageId` FROM `state_machine_state_translation` `state_machine_state.translation` WHERE `state_machine_state.translation`.language_id = :languageId) `state_machine_state.state_machine_state_translation` ON `state_machine_state.state_machine_state_translation`.`state_machine_state_id` = `state_machine_state`.`id` WHERE `state_machine_state`.`id` IN (:ids)
119 0.21 ms
SELECT 1 as `exists`, `id` FROM `state_machine_history` WHERE `id` IN (?)
120 0.11 ms
"START TRANSACTION"
121 3.47 ms
INSERT INTO `state_machine_history` (`id`, `state_machine_id`, `from_state_id`, `to_state_id`, `user_id`, `entity_name`, `entity_id`, `action_name`, `created_at`) VALUES (,,,,NULL,'order_transaction','{\"id\":\"2d982fd7d425435eb6d43f4dd95c2a1f\",\"version_id\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"}','do_pay','2025-02-24 09:21:28.515');
122 0.84 ms
"COMMIT"
123 3.72 ms
# app-scripts::refresh::read
SELECT `app`.`id` as `app.id`, `app`.`name` as `app.name`, `app`.`path` as `app.path`, `app`.`author` as `app.author`, `app`.`copyright` as `app.copyright`, `app`.`license` as `app.license`, `app`.`active` as `app.active`, `app`.`configurable` as `app.configurable`, `app`.`privacy` as `app.privacy`, `app`.`version` as `app.version`, `app`.`icon` as `app.iconRaw`, `app`.`app_secret` as `app.appSecret`, `app`.`modules` as `app.modules`, `app`.`main_module` as `app.mainModule`, `app`.`cookies` as `app.cookies`, `app`.`allow_disable` as `app.allowDisable`, `app`.`base_app_url` as `app.baseAppUrl`, `app`.`allowed_hosts` as `app.allowedHosts`, `app`.`template_load_priority` as `app.templateLoadPriority`, `app`.`integration_id` as `app.integrationId`, `app.integration`.`id` as `app.integration.id`, `app.integration`.`label` as `app.integration.label`, `app.integration`.`access_key` as `app.integration.accessKey`, `app.integration`.`secret_access_key` as `app.integration.secretAccessKey`, `app.integration`.`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_99c5038d21c84773a28476028bd7b600)
124 0.46 ms
SELECT LOWER(HEX(`script`.`app_id`)) as `app_id`,
                   `script`.`name` AS scriptName,
                   `script`.`script` AS script,
                   `script`.`hook` AS hook,
                   IFNULL(`script`.`updated_at`, `script`.`created_at`) AS lastModified,
                   `app`.`name` AS appName,
                   LOWER(HEX(`app`.`integration_id`)) AS integrationId,
                   `app`.`version` AS appVersion,
                   `script`.`active` AS active
            FROM `script`
            LEFT JOIN `app` ON `script`.`app_id` = `app`.`id`
            WHERE `script`.`hook` != 'include'
            ORDER BY `app`.`created_at`, `app`.`id`, `script`.`name`
125 1.27 ms
SELECT LOWER(HEX(`script`.`app_id`)) as `app_id`,
                   `script`.`name` AS name,
                   `script`.`script` AS script,
                   `app`.`name` AS appName,
                   LOWER(HEX(`app`.`integration_id`)) AS integrationId,
                   IFNULL(`script`.`updated_at`, `script`.`created_at`) AS lastModified
            FROM `script`
            LEFT JOIN `app` ON `script`.`app_id` = `app`.`id`
            WHERE `script`.`hook` = 'include'
            ORDER BY `app`.`created_at`, `app`.`id`, `script`.`name`
126 0.27 ms
SELECT 1 as `exists`, `id`, `version_id` FROM `order_transaction` WHERE (`id` IN (?)) AND (version_id = ?)
127 0.14 ms
"START TRANSACTION"
128 4.08 ms
UPDATE `order_transaction` SET `version_id` = ?, `order_version_id` = ?, `state_id` = ?, `updated_at` = ? WHERE id = ? AND version_id = ?
129 0.37 ms
"COMMIT"
130 0.27 ms
SELECT LOWER(HEX(`order_id`)) FROM `order_transaction` WHERE `id` = :primaryKeyid
131 1.56 ms
# app-scripts::refresh::read
SELECT `app`.`id` as `app.id`, `app`.`name` as `app.name`, `app`.`path` as `app.path`, `app`.`author` as `app.author`, `app`.`copyright` as `app.copyright`, `app`.`license` as `app.license`, `app`.`active` as `app.active`, `app`.`configurable` as `app.configurable`, `app`.`privacy` as `app.privacy`, `app`.`version` as `app.version`, `app`.`icon` as `app.iconRaw`, `app`.`app_secret` as `app.appSecret`, `app`.`modules` as `app.modules`, `app`.`main_module` as `app.mainModule`, `app`.`cookies` as `app.cookies`, `app`.`allow_disable` as `app.allowDisable`, `app`.`base_app_url` as `app.baseAppUrl`, `app`.`allowed_hosts` as `app.allowedHosts`, `app`.`template_load_priority` as `app.templateLoadPriority`, `app`.`integration_id` as `app.integrationId`, `app.integration`.`id` as `app.integration.id`, `app.integration`.`label` as `app.integration.label`, `app.integration`.`access_key` as `app.integration.accessKey`, `app.integration`.`secret_access_key` as `app.integration.secretAccessKey`, `app.integration`.`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_aba956e3c2864069866bac5df433fc11)
132 0.35 ms
SELECT LOWER(HEX(`script`.`app_id`)) as `app_id`,
                   `script`.`name` AS scriptName,
                   `script`.`script` AS script,
                   `script`.`hook` AS hook,
                   IFNULL(`script`.`updated_at`, `script`.`created_at`) AS lastModified,
                   `app`.`name` AS appName,
                   LOWER(HEX(`app`.`integration_id`)) AS integrationId,
                   `app`.`version` AS appVersion,
                   `script`.`active` AS active
            FROM `script`
            LEFT JOIN `app` ON `script`.`app_id` = `app`.`id`
            WHERE `script`.`hook` != 'include'
            ORDER BY `app`.`created_at`, `app`.`id`, `script`.`name`
133 0.20 ms
SELECT LOWER(HEX(`script`.`app_id`)) as `app_id`,
                   `script`.`name` AS name,
                   `script`.`script` AS script,
                   `app`.`name` AS appName,
                   LOWER(HEX(`app`.`integration_id`)) AS integrationId,
                   IFNULL(`script`.`updated_at`, `script`.`created_at`) AS lastModified
            FROM `script`
            LEFT JOIN `app` ON `script`.`app_id` = `app`.`id`
            WHERE `script`.`hook` = 'include'
            ORDER BY `app`.`created_at`, `app`.`id`, `script`.`name`
134 8.40 ms
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`, `order_transaction.order`.`id` as `order_transaction.order.id`, `order_transaction.order`.`version_id` as `order_transaction.order.versionId`, `order_transaction.order`.`auto_increment` as `order_transaction.order.autoIncrement`, `order_transaction.order`.`order_number` as `order_transaction.order.orderNumber`, `order_transaction.order`.`billing_address_id` as `order_transaction.order.billingAddressId`, `order_transaction.order`.`billing_address_version_id` as `order_transaction.order.billingAddressVersionId`, `order_transaction.order`.`currency_id` as `order_transaction.order.currencyId`, `order_transaction.order`.`language_id` as `order_transaction.order.languageId`, `order_transaction.order`.`sales_channel_id` as `order_transaction.order.salesChannelId`, `order_transaction.order`.`order_date_time` as `order_transaction.order.orderDateTime`, `order_transaction.order`.`order_date` as `order_transaction.order.orderDate`, `order_transaction.order`.`price` as `order_transaction.order.price`, `order_transaction.order`.`amount_total` as `order_transaction.order.amountTotal`, `order_transaction.order`.`amount_net` as `order_transaction.order.amountNet`, `order_transaction.order`.`position_price` as `order_transaction.order.positionPrice`, `order_transaction.order`.`tax_status` as `order_transaction.order.taxStatus`, `order_transaction.order`.`shipping_costs` as `order_transaction.order.shippingCosts`, `order_transaction.order`.`shipping_total` as `order_transaction.order.shippingTotal`, `order_transaction.order`.`currency_factor` as `order_transaction.order.currencyFactor`, `order_transaction.order`.`deep_link_code` as `order_transaction.order.deepLinkCode`, `order_transaction.order`.`affiliate_code` as `order_transaction.order.affiliateCode`, `order_transaction.order`.`campaign_code` as `order_transaction.order.campaignCode`, `order_transaction.order`.`customer_comment` as `order_transaction.order.customerComment`, `order_transaction.order`.`state_id` as `order_transaction.order.stateId`, `order_transaction.order.stateMachineState`.`id` as `order_transaction.order.stateMachineState.id`, `order_transaction.order.stateMachineState`.`technical_name` as `order_transaction.order.stateMachineState.technicalName`, `order_transaction.order.stateMachineState`.`state_machine_id` as `order_transaction.order.stateMachineState.stateMachineId`, `order_transaction.order.stateMachineState`.`created_at` as `order_transaction.order.stateMachineState.createdAt`, `order_transaction.order.stateMachineState`.`updated_at` as `order_transaction.order.stateMachineState.updatedAt`, `order_transaction.order.stateMachineState.translation.name`, COALESCE(`order_transaction.order.stateMachineState.translation.name`,`order_transaction.order.stateMachineState.translation.name`) as `order_transaction.order.stateMachineState.name`, `order_transaction.order.stateMachineState.translation.customFields`, COALESCE(`order_transaction.order.stateMachineState.translation.customFields`,`order_transaction.order.stateMachineState.translation.customFields`) as `order_transaction.order.stateMachineState.customFields`, `order_transaction.order.stateMachineState.translation.createdAt`, `order_transaction.order.stateMachineState.translation.updatedAt`, `order_transaction.order.stateMachineState.translation.stateMachineStateId`, `order_transaction.order.stateMachineState.translation.languageId`, `order_transaction.order`.`rule_ids` as `order_transaction.order.ruleIds`, `order_transaction.order`.`custom_fields` as `order_transaction.order.customFields`, `order_transaction.order`.`created_by_id` as `order_transaction.order.createdById`, `order_transaction.order`.`updated_by_id` as `order_transaction.order.updatedById`, `order_transaction.order.orderCustomer`.`id` as `order_transaction.order.orderCustomer.id`, `order_transaction.order.orderCustomer`.`version_id` as `order_transaction.order.orderCustomer.versionId`, `order_transaction.order.orderCustomer`.`customer_id` as `order_transaction.order.orderCustomer.customerId`, `order_transaction.order.orderCustomer`.`order_id` as `order_transaction.order.orderCustomer.orderId`, `order_transaction.order.orderCustomer`.`order_version_id` as `order_transaction.order.orderCustomer.orderVersionId`, `order_transaction.order.orderCustomer`.`email` as `order_transaction.order.orderCustomer.email`, `order_transaction.order.orderCustomer`.`salutation_id` as `order_transaction.order.orderCustomer.salutationId`, `order_transaction.order.orderCustomer`.`first_name` as `order_transaction.order.orderCustomer.firstName`, `order_transaction.order.orderCustomer`.`last_name` as `order_transaction.order.orderCustomer.lastName`, `order_transaction.order.orderCustomer`.`company` as `order_transaction.order.orderCustomer.company`, `order_transaction.order.orderCustomer`.`title` as `order_transaction.order.orderCustomer.title`, `order_transaction.order.orderCustomer`.`vat_ids` as `order_transaction.order.orderCustomer.vatIds`, `order_transaction.order.orderCustomer`.`customer_number` as `order_transaction.order.orderCustomer.customerNumber`, `order_transaction.order.orderCustomer`.`custom_fields` as `order_transaction.order.orderCustomer.customFields`, `order_transaction.order.orderCustomer`.`remote_address` as `order_transaction.order.orderCustomer.remoteAddress`, `order_transaction.order.orderCustomer`.`created_at` as `order_transaction.order.orderCustomer.createdAt`, `order_transaction.order.orderCustomer`.`updated_at` as `order_transaction.order.orderCustomer.updatedAt`, `order_transaction.order`.`item_rounding` as `order_transaction.order.itemRounding`, `order_transaction.order`.`total_rounding` as `order_transaction.order.totalRounding`, `order_transaction.order`.`created_at` as `order_transaction.order.createdAt`, `order_transaction.order`.`updated_at` as `order_transaction.order.updatedAt` 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 `order` `order_transaction.order` ON `order_transaction`.`order_id` = `order_transaction.order`.`id` AND `order_transaction`.`version_id` = `order_transaction.order`.`version_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 `state_machine_state` `order_transaction.order.stateMachineState` ON `order_transaction.order`.`state_id` = `order_transaction.order.stateMachineState`.`id` LEFT JOIN `order_customer` `order_transaction.order.orderCustomer` ON `order_transaction.order`.`id` = `order_transaction.order.orderCustomer`.`order_id` AND `order_transaction.order`.`version_id` = `order_transaction.order.orderCustomer`.`version_id` LEFT JOIN (SELECT `order_transaction.order.stateMachineState.translation`.state_machine_state_id, `order_transaction.order.stateMachineState.translation`.name as `order_transaction.order.stateMachineState.translation.name`, `order_transaction.order.stateMachineState.translation`.custom_fields as `order_transaction.order.stateMachineState.translation.customFields`, `order_transaction.order.stateMachineState.translation`.created_at as `order_transaction.order.stateMachineState.translation.createdAt`, `order_transaction.order.stateMachineState.translation`.updated_at as `order_transaction.order.stateMachineState.translation.updatedAt`, `order_transaction.order.stateMachineState.translation`.state_machine_state_id as `order_transaction.order.stateMachineState.translation.stateMachineStateId`, `order_transaction.order.stateMachineState.translation`.language_id as `order_transaction.order.stateMachineState.translation.languageId` FROM `state_machine_state_translation` `order_transaction.order.stateMachineState.translation` WHERE `order_transaction.order.stateMachineState.translation`.language_id = :languageId) `order_transaction.order.stateMachineState.state_machine_state_translation` ON `order_transaction.order.stateMachineState.state_machine_state_translation`.`state_machine_state_id` = `order_transaction.order.stateMachineState`.`id` WHERE (`order_transaction`.`version_id` = :version) AND (`order_transaction`.`id` IN (:ids))
135 0.94 ms
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` FROM `order_transaction` LEFT JOIN `state_machine_state` `order_transaction.stateMachineState` ON `order_transaction`.`state_id` = `order_transaction.stateMachineState`.`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` WHERE (`order_transaction`.`version_id` = :version) AND ((`order_transaction`.`order_id` IN (:param_d1e9710403c8480cafcd0f4966aa2779)))
136 1.72 ms
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))
137 24.44 ms
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.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.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.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.language.locale`.`id` as `order.language.locale.id`, `order.language.locale`.`code` as `order.language.locale.code`, `order.language.locale`.`created_at` as `order.language.locale.createdAt`, `order.language.locale`.`updated_at` as `order.language.locale.updatedAt`, `order.language.locale.translation.name`, COALESCE(`order.language.locale.translation.name`,`order.language.locale.translation.name`) as `order.language.locale.name`, `order.language.locale.translation.territory`, COALESCE(`order.language.locale.translation.territory`,`order.language.locale.translation.territory`) as `order.language.locale.territory`, `order.language.locale.translation.customFields`, COALESCE(`order.language.locale.translation.customFields`,`order.language.locale.translation.customFields`) as `order.language.locale.customFields`, `order.language.locale.translation.createdAt`, `order.language.locale.translation.updatedAt`, `order.language.locale.translation.localeId`, `order.language.locale.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`, (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 `sales_channel` `order.salesChannel` ON `order`.`sales_channel_id` = `order.salesChannel`.`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 (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 `salutation` `order.orderCustomer.salutation` ON `order.orderCustomer`.`salutation_id` = `order.orderCustomer.salutation`.`id` LEFT JOIN `customer` `order.orderCustomer.customer` ON `order.orderCustomer`.`customer_id` = `order.orderCustomer.customer`.`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.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 `locale` `order.language.locale` ON `order.language`.`locale_id` = `order.language.locale`.`id` LEFT JOIN (SELECT `order.language.locale.translation`.locale_id, `order.language.locale.translation`.name as `order.language.locale.translation.name`, `order.language.locale.translation`.territory as `order.language.locale.translation.territory`, `order.language.locale.translation`.custom_fields as `order.language.locale.translation.customFields`, `order.language.locale.translation`.created_at as `order.language.locale.translation.createdAt`, `order.language.locale.translation`.updated_at as `order.language.locale.translation.updatedAt`, `order.language.locale.translation`.locale_id as `order.language.locale.translation.localeId`, `order.language.locale.translation`.language_id as `order.language.locale.translation.languageId` FROM `locale_translation` `order.language.locale.translation` WHERE `order.language.locale.translation`.language_id = :languageId) `order.language.locale.locale_translation` ON `order.language.locale.locale_translation`.`locale_id` = `order.language.locale`.`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))
138 15.12 ms
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_f8e2dd3f25d24ed6bd72484eee1724a5)))
139 3.72 ms
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_264526fe1ada40308ff0c349326f0e80)))
140 1.03 ms
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_57cc1b06dcda4bff8a88ce6452aa8052)))
141 1.67 ms
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_a9c87a8ce24e48cc89a1ed30c6fcc2b8)))
142 5.02 ms
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_964d061c99d24064bc74b27c2a2a97e8)))
143 3.77 ms
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))
144 0.65 ms
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_69c35646522f4bc3a7b2592fcda2e1a9)))
145 3.16 ms
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_9905a8a0c33748559740b4af65522ee3)))
146 23.76 ms
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_0e551da07ea042c794e15c463160c36d)))
147 3.25 ms
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_a556f6dc044949b2ba9fb9119484e908)))
148 1.84 ms
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_174a395addaf4b1d851e35514f5add44)))
149 6.14 ms
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)
150 1.50 ms
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
151 1.77 ms
# business-events::state_leave.order_transaction.state.open::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_b2755a21165044048aa79bffdc146b6f AND `event_action`.`active` = :param_ab380bef88a643158a82bd5185594de2 AND (`event_action.rules`.`id` <=> :param_98faaad25e2948e19b9aa3ec8307cd97 OR `event_action.rules`.`id` IN (:param_8d3734b8cd744e20bf7eef3a2814db2e)) AND (`event_action.salesChannels`.`id` = :param_2db2f7a3a09443ff838bf21a6b225839 OR `event_action.salesChannels`.`id` <=> :param_83164418760446768195bcb61bc5f2b1)) GROUP BY `event_action`.`id`
152 11.72 ms
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`, `order_transaction.order`.`id` as `order_transaction.order.id`, `order_transaction.order`.`version_id` as `order_transaction.order.versionId`, `order_transaction.order`.`auto_increment` as `order_transaction.order.autoIncrement`, `order_transaction.order`.`order_number` as `order_transaction.order.orderNumber`, `order_transaction.order`.`billing_address_id` as `order_transaction.order.billingAddressId`, `order_transaction.order`.`billing_address_version_id` as `order_transaction.order.billingAddressVersionId`, `order_transaction.order`.`currency_id` as `order_transaction.order.currencyId`, `order_transaction.order`.`language_id` as `order_transaction.order.languageId`, `order_transaction.order`.`sales_channel_id` as `order_transaction.order.salesChannelId`, `order_transaction.order`.`order_date_time` as `order_transaction.order.orderDateTime`, `order_transaction.order`.`order_date` as `order_transaction.order.orderDate`, `order_transaction.order`.`price` as `order_transaction.order.price`, `order_transaction.order`.`amount_total` as `order_transaction.order.amountTotal`, `order_transaction.order`.`amount_net` as `order_transaction.order.amountNet`, `order_transaction.order`.`position_price` as `order_transaction.order.positionPrice`, `order_transaction.order`.`tax_status` as `order_transaction.order.taxStatus`, `order_transaction.order`.`shipping_costs` as `order_transaction.order.shippingCosts`, `order_transaction.order`.`shipping_total` as `order_transaction.order.shippingTotal`, `order_transaction.order`.`currency_factor` as `order_transaction.order.currencyFactor`, `order_transaction.order`.`deep_link_code` as `order_transaction.order.deepLinkCode`, `order_transaction.order`.`affiliate_code` as `order_transaction.order.affiliateCode`, `order_transaction.order`.`campaign_code` as `order_transaction.order.campaignCode`, `order_transaction.order`.`customer_comment` as `order_transaction.order.customerComment`, `order_transaction.order`.`state_id` as `order_transaction.order.stateId`, `order_transaction.order.stateMachineState`.`id` as `order_transaction.order.stateMachineState.id`, `order_transaction.order.stateMachineState`.`technical_name` as `order_transaction.order.stateMachineState.technicalName`, `order_transaction.order.stateMachineState`.`state_machine_id` as `order_transaction.order.stateMachineState.stateMachineId`, `order_transaction.order.stateMachineState`.`created_at` as `order_transaction.order.stateMachineState.createdAt`, `order_transaction.order.stateMachineState`.`updated_at` as `order_transaction.order.stateMachineState.updatedAt`, `order_transaction.order.stateMachineState.translation.name`, COALESCE(`order_transaction.order.stateMachineState.translation.name`,`order_transaction.order.stateMachineState.translation.name`) as `order_transaction.order.stateMachineState.name`, `order_transaction.order.stateMachineState.translation.customFields`, COALESCE(`order_transaction.order.stateMachineState.translation.customFields`,`order_transaction.order.stateMachineState.translation.customFields`) as `order_transaction.order.stateMachineState.customFields`, `order_transaction.order.stateMachineState.translation.createdAt`, `order_transaction.order.stateMachineState.translation.updatedAt`, `order_transaction.order.stateMachineState.translation.stateMachineStateId`, `order_transaction.order.stateMachineState.translation.languageId`, `order_transaction.order`.`rule_ids` as `order_transaction.order.ruleIds`, `order_transaction.order`.`custom_fields` as `order_transaction.order.customFields`, `order_transaction.order`.`created_by_id` as `order_transaction.order.createdById`, `order_transaction.order`.`updated_by_id` as `order_transaction.order.updatedById`, `order_transaction.order.orderCustomer`.`id` as `order_transaction.order.orderCustomer.id`, `order_transaction.order.orderCustomer`.`version_id` as `order_transaction.order.orderCustomer.versionId`, `order_transaction.order.orderCustomer`.`customer_id` as `order_transaction.order.orderCustomer.customerId`, `order_transaction.order.orderCustomer`.`order_id` as `order_transaction.order.orderCustomer.orderId`, `order_transaction.order.orderCustomer`.`order_version_id` as `order_transaction.order.orderCustomer.orderVersionId`, `order_transaction.order.orderCustomer`.`email` as `order_transaction.order.orderCustomer.email`, `order_transaction.order.orderCustomer`.`salutation_id` as `order_transaction.order.orderCustomer.salutationId`, `order_transaction.order.orderCustomer`.`first_name` as `order_transaction.order.orderCustomer.firstName`, `order_transaction.order.orderCustomer`.`last_name` as `order_transaction.order.orderCustomer.lastName`, `order_transaction.order.orderCustomer`.`company` as `order_transaction.order.orderCustomer.company`, `order_transaction.order.orderCustomer`.`title` as `order_transaction.order.orderCustomer.title`, `order_transaction.order.orderCustomer`.`vat_ids` as `order_transaction.order.orderCustomer.vatIds`, `order_transaction.order.orderCustomer`.`customer_number` as `order_transaction.order.orderCustomer.customerNumber`, `order_transaction.order.orderCustomer`.`custom_fields` as `order_transaction.order.orderCustomer.customFields`, `order_transaction.order.orderCustomer`.`remote_address` as `order_transaction.order.orderCustomer.remoteAddress`, `order_transaction.order.orderCustomer`.`created_at` as `order_transaction.order.orderCustomer.createdAt`, `order_transaction.order.orderCustomer`.`updated_at` as `order_transaction.order.orderCustomer.updatedAt`, `order_transaction.order`.`item_rounding` as `order_transaction.order.itemRounding`, `order_transaction.order`.`total_rounding` as `order_transaction.order.totalRounding`, `order_transaction.order`.`created_at` as `order_transaction.order.createdAt`, `order_transaction.order`.`updated_at` as `order_transaction.order.updatedAt` 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 `order` `order_transaction.order` ON `order_transaction`.`order_id` = `order_transaction.order`.`id` AND `order_transaction`.`version_id` = `order_transaction.order`.`version_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 `state_machine_state` `order_transaction.order.stateMachineState` ON `order_transaction.order`.`state_id` = `order_transaction.order.stateMachineState`.`id` LEFT JOIN `order_customer` `order_transaction.order.orderCustomer` ON `order_transaction.order`.`id` = `order_transaction.order.orderCustomer`.`order_id` AND `order_transaction.order`.`version_id` = `order_transaction.order.orderCustomer`.`version_id` LEFT JOIN (SELECT `order_transaction.order.stateMachineState.translation`.state_machine_state_id, `order_transaction.order.stateMachineState.translation`.name as `order_transaction.order.stateMachineState.translation.name`, `order_transaction.order.stateMachineState.translation`.custom_fields as `order_transaction.order.stateMachineState.translation.customFields`, `order_transaction.order.stateMachineState.translation`.created_at as `order_transaction.order.stateMachineState.translation.createdAt`, `order_transaction.order.stateMachineState.translation`.updated_at as `order_transaction.order.stateMachineState.translation.updatedAt`, `order_transaction.order.stateMachineState.translation`.state_machine_state_id as `order_transaction.order.stateMachineState.translation.stateMachineStateId`, `order_transaction.order.stateMachineState.translation`.language_id as `order_transaction.order.stateMachineState.translation.languageId` FROM `state_machine_state_translation` `order_transaction.order.stateMachineState.translation` WHERE `order_transaction.order.stateMachineState.translation`.language_id = :languageId) `order_transaction.order.stateMachineState.state_machine_state_translation` ON `order_transaction.order.stateMachineState.state_machine_state_translation`.`state_machine_state_id` = `order_transaction.order.stateMachineState`.`id` WHERE (`order_transaction`.`version_id` = :version) AND (`order_transaction`.`id` IN (:ids))
153 2.61 ms
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` FROM `order_transaction` LEFT JOIN `state_machine_state` `order_transaction.stateMachineState` ON `order_transaction`.`state_id` = `order_transaction.stateMachineState`.`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` WHERE (`order_transaction`.`version_id` = :version) AND ((`order_transaction`.`order_id` IN (:param_d5c7bbb397b74594b576f675c3238bac)))
154 3.79 ms
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))
155 26.26 ms
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.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.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.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.language.locale`.`id` as `order.language.locale.id`, `order.language.locale`.`code` as `order.language.locale.code`, `order.language.locale`.`created_at` as `order.language.locale.createdAt`, `order.language.locale`.`updated_at` as `order.language.locale.updatedAt`, `order.language.locale.translation.name`, COALESCE(`order.language.locale.translation.name`,`order.language.locale.translation.name`) as `order.language.locale.name`, `order.language.locale.translation.territory`, COALESCE(`order.language.locale.translation.territory`,`order.language.locale.translation.territory`) as `order.language.locale.territory`, `order.language.locale.translation.customFields`, COALESCE(`order.language.locale.translation.customFields`,`order.language.locale.translation.customFields`) as `order.language.locale.customFields`, `order.language.locale.translation.createdAt`, `order.language.locale.translation.updatedAt`, `order.language.locale.translation.localeId`, `order.language.locale.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`, (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 `sales_channel` `order.salesChannel` ON `order`.`sales_channel_id` = `order.salesChannel`.`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 (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 `salutation` `order.orderCustomer.salutation` ON `order.orderCustomer`.`salutation_id` = `order.orderCustomer.salutation`.`id` LEFT JOIN `customer` `order.orderCustomer.customer` ON `order.orderCustomer`.`customer_id` = `order.orderCustomer.customer`.`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.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 `locale` `order.language.locale` ON `order.language`.`locale_id` = `order.language.locale`.`id` LEFT JOIN (SELECT `order.language.locale.translation`.locale_id, `order.language.locale.translation`.name as `order.language.locale.translation.name`, `order.language.locale.translation`.territory as `order.language.locale.translation.territory`, `order.language.locale.translation`.custom_fields as `order.language.locale.translation.customFields`, `order.language.locale.translation`.created_at as `order.language.locale.translation.createdAt`, `order.language.locale.translation`.updated_at as `order.language.locale.translation.updatedAt`, `order.language.locale.translation`.locale_id as `order.language.locale.translation.localeId`, `order.language.locale.translation`.language_id as `order.language.locale.translation.languageId` FROM `locale_translation` `order.language.locale.translation` WHERE `order.language.locale.translation`.language_id = :languageId) `order.language.locale.locale_translation` ON `order.language.locale.locale_translation`.`locale_id` = `order.language.locale`.`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))
156 15.34 ms
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_dfe317f5f6634b499b09b493f9449f06)))
157 3.78 ms
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_00d67f9cd87e4e26834db1334bc928ac)))
158 1.06 ms
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_25f66d5986484d039b2f0c1b93a7795f)))
159 1.23 ms
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_24ffcb43680a4f81846c4c720235f6b7)))
160 2.79 ms
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_6b1af2fb0226486a869b9d2c7c8e4f39)))
161 7.15 ms
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))
162 2.41 ms
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_a5984926d27649b88693bfaf75aa2e6b)))
163 1.27 ms
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_ed8b4fe7a69d4ff78ccfb9ed655e42a1)))
164 13.87 ms
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_f7f4918381ec4439a1791a1eeddd25be)))
165 3.15 ms
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_a418150394c947d288b7e5df9961c11f)))
166 1.77 ms
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_c65eb07bab364071ac892afa9397757a)))
167 1.78 ms
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)
168 0.48 ms
# business-events::state_enter.order_transaction.state.in_progress::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_9ea8e161d059401eb2567a1b9dc99c18 AND `event_action`.`active` = :param_10764ea118ea448c8c89659e2278d993 AND (`event_action.rules`.`id` <=> :param_76d695ede53b48e280684b443b994adf OR `event_action.rules`.`id` IN (:param_8067ef1ce308429ba7dc50bda938345a)) AND (`event_action.salesChannels`.`id` = :param_926b2fcf4a3d49b4a0bf12042546d34c OR `event_action.salesChannels`.`id` <=> :param_9caaa4861af24b4eaa4c60f121f10de9)) GROUP BY `event_action`.`id`
169 0.38 ms
SELECT `rule`.`id` as `rule.id`, `rule`.`name` as `rule.name`, `rule`.`priority` as `rule.priority`, `rule`.`description` as `rule.description`, `rule`.`payload` as `rule.payload`, `rule`.`invalid` as `rule.invalid`, `rule`.`areas` as `rule.areas`, `rule`.`custom_fields` as `rule.customFields`, `rule`.`module_types` as `rule.moduleTypes`, `rule`.`created_at` as `rule.createdAt`, `rule`.`updated_at` as `rule.updatedAt` FROM `rule` WHERE `rule`.`id` IN (:ids)

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