1 |
0.67 ms |
SELECT `creation_timestamp`
FROM `migration`
WHERE `update` IS NOT NULL AND `update_destructive` IS NULL
SELECT `creation_timestamp`
FROM `migration`
WHERE `update` IS NOT NULL AND `update_destructive` IS NULL
;
array:7 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1274)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 314)"
2 => "Shopware\Core\Kernel::initializeDatabaseConnectionVariables (line 46)"
3 => "Shopware\Production\Kernel::initializeDatabaseConnectionVariables (line 155)"
4 => "Shopware\Core\Kernel::boot (line 136)"
5 => "Shopware\Core\HttpKernel::doHandle (line 80)"
6 => "Shopware\Core\HttpKernel::handle (line 77)"
]
|
2 |
0.42 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_1582718994_IS_ACTIVE = TRUE;SET @MIGRATION_1586345021_IS_ACTIVE = TRUE;SET @MIGRATION_1586345049_IS_ACTIVE = TRUE;SET @MIGRATION_1586345063_IS_ACTIVE = TRUE;SET @MIGRATION_1587126585_IS_ACTIVE = TRUE
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_1582718994_IS_ACTIVE = TRUE;SET @MIGRATION_1586345021_IS_ACTIVE = TRUE;SET @MIGRATION_1586345049_IS_ACTIVE = TRUE;SET @MIGRATION_1586345063_IS_ACTIVE = TRUE;SET @MIGRATION_1587126585_IS_ACTIVE = TRUE;
array:7 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1274)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 342)"
2 => "Shopware\Core\Kernel::initializeDatabaseConnectionVariables (line 46)"
3 => "Shopware\Production\Kernel::initializeDatabaseConnectionVariables (line 155)"
4 => "Shopware\Core\Kernel::boot (line 136)"
5 => "Shopware\Core\HttpKernel::doHandle (line 80)"
6 => "Shopware\Core\HttpKernel::handle (line 77)"
]
|
3 |
0.98 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)
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('8a243080f92e4c719546314b577cf82b')) AND (sales_channel.active);
array:9 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1274)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 210)"
2 => "Doctrine\DBAL\Query\QueryBuilder::execute (line 58)"
3 => "Shopware\Storefront\Framework\Routing\DomainLoader::load (line 47)"
4 => "Shopware\Storefront\Framework\Routing\CachedDomainLoader::load (line 266)"
5 => "Shopware\Storefront\Framework\Routing\RequestTransformer::findSalesChannel (line 129)"
6 => "Shopware\Storefront\Framework\Routing\RequestTransformer::transform (line 143)"
7 => "Shopware\Core\HttpKernel::doHandle (line 80)"
8 => "Shopware\Core\HttpKernel::handle (line 77)"
]
|
4 |
0.81 ms |
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
SELECT id, path_info pathInfo, is_canonical isCanonical FROM seo_url WHERE (language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B) AND ((sales_channel_id = 0xDD0A402C343F4561A6A2100CD5D17F74 OR sales_channel_id IS NULL)) AND (seo_path_info = 'account/payment') ORDER BY seo_path_info ASC, sales_channel_id IS NULL ASC LIMIT 1;
array:10 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1274)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 210)"
2 => "Doctrine\DBAL\Query\QueryBuilder::execute (line 46)"
3 => "Shopware\Core\Content\Seo\SeoResolver::resolve (line 53)"
4 => "Shopware\Core\Content\Seo\CachedSeoResolver::resolve (line 29)"
5 => "Shopware\Core\Content\Seo\EmptyPathInfoResolver::resolve (line 325)"
6 => "Shopware\Storefront\Framework\Routing\RequestTransformer::resolveSeoUrl (line 143)"
7 => "Shopware\Storefront\Framework\Routing\RequestTransformer::transform (line 143)"
8 => "Shopware\Core\HttpKernel::doHandle (line 80)"
9 => "Shopware\Core\HttpKernel::handle (line 77)"
]
|
5 |
0.61 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
SELECT path_info pathInfo, seo_path_info seoPathInfo FROM seo_url WHERE (language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B) AND (sales_channel_id = 0xDD0A402C343F4561A6A2100CD5D17F74) AND (id != '') AND (path_info = '/account/payment') AND (is_canonical = 1) LIMIT 1;
array:10 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1274)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 210)"
2 => "Doctrine\DBAL\Query\QueryBuilder::execute (line 67)"
3 => "Shopware\Core\Content\Seo\SeoResolver::resolve (line 53)"
4 => "Shopware\Core\Content\Seo\CachedSeoResolver::resolve (line 29)"
5 => "Shopware\Core\Content\Seo\EmptyPathInfoResolver::resolve (line 325)"
6 => "Shopware\Storefront\Framework\Routing\RequestTransformer::resolveSeoUrl (line 143)"
7 => "Shopware\Storefront\Framework\Routing\RequestTransformer::transform (line 143)"
8 => "Shopware\Core\HttpKernel::doHandle (line 80)"
9 => "Shopware\Core\HttpKernel::handle (line 77)"
]
|
6 |
0.72 ms |
SELECT `system_config`.`id` FROM `system_config` WHERE (`system_config`.`sales_channel_id` <=> :param_c609b2499e8d47e4bfacd7064227d851) ORDER BY `system_config`.`sales_channel_id` ASC, `system_config`.`id` ASC LIMIT 500
SELECT `system_config`.`id` FROM `system_config` WHERE (`system_config`.`sales_channel_id` <=> NULL) ORDER BY `system_config`.`sales_channel_id` ASC, `system_config`.`id` ASC LIMIT 500;
array:16 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1274)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 210)"
2 => "Doctrine\DBAL\Query\QueryBuilder::execute (line 92)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntitySearcher::search (line 56)"
4 => "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher::search (line 36)"
5 => "Shopware\Core\Profiling\Entity\EntitySearcherProfiler::search (line 148)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::searchIds (line 96)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 72)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\Common\RepositoryIterator::fetch (line 67)"
9 => "Shopware\Core\System\SystemConfig\SystemConfigLoader::load (line 49)"
10 => "Shopware\Core\System\SystemConfig\CachedSystemConfigLoader::load (line 364)"
11 => "Shopware\Core\System\SystemConfig\SystemConfigService::load (line 95)"
12 => "Shopware\Core\System\SystemConfig\SystemConfigService::get (line 33)"
13 => "Shopware\Core\Framework\Routing\CanonicalRedirectService::getRedirect (line 147)"
14 => "Shopware\Core\HttpKernel::doHandle (line 80)"
15 => "Shopware\Core\HttpKernel::handle (line 77)"
]
|
7 |
1.60 ms |
SELECT `system_config`.`id` as `system_config.id`, `system_config`.`configuration_key` as `system_config.configurationKey`, `system_config`.`configuration_value` as `system_config.configurationValue`, `system_config`.`sales_channel_id` as `system_config.salesChannelId`, `system_config`.`created_at` as `system_config.createdAt`, `system_config`.`updated_at` as `system_config.updatedAt` FROM `system_config` WHERE `system_config`.`id` IN (:ids)
SELECT `system_config`.`id` as `system_config.id`, `system_config`.`configuration_key` as `system_config.configurationKey`, `system_config`.`configuration_value` as `system_config.configurationValue`, `system_config`.`sales_channel_id` as `system_config.salesChannelId`, `system_config`.`created_at` as `system_config.createdAt`, `system_config`.`updated_at` as `system_config.updatedAt` FROM `system_config` WHERE `system_config`.`id` IN (0x03E536C5931B473795C2CBFE8AF2F907, 0x041133ADB27748B6A4B3FEBAC3D66F31, 0x04DD0A6715934E62B399EF5D128561D8, 0x0D4ED48B80F74B819D8AB3F8FEBCF996, 0x0D83DF985EB8482DAE59C33A1E3E9761, 0x190A700477AF48A1ADC0ADDF5D171418, 0x1AC621E394CA40049C09BDEFE900FBD9, 0x1C62A900F42E44B2AE72A0065CCB98DF, 0x288ACD05FD914E8BA4909DC6E313BC44, 0x2CE8E030138548409ECD0725033DC0D4, 0x2D48B8FDAA7E4939BB617E315036A45E, 0x300D581083094959BC2AB355FD3A5D90, 0x3AFD0A673F7F451284844C949C532A75, 0x3BEF1F38347F4E06B30A0A9A87557692, 0x479BD8AEB4584811B1D256902CF73E48, 0x5D7140569D3D4CC49B591416E8C250D1, 0x5F86EB19C0434A558895E2BB191EC44B, 0x60DEE06D47A7409B8C7D3C08B06682F5, 0x69B724069AAB4A838BAE205942D1698F, 0x6BDCD439B4FB4ABAA04ED01A7E77276A, 0x6DA0C116EC3749B0B5CC07F234AF7A86, 0x72CBDA0BCE2041E68B1DD1567A6BCF94, 0x7DD3BC1DAB7F44D8B26CAC8A54FC286D, 0x7E3CAA5D8F8D4EDF9A56D80A8AD41EE0, 0x84F74E2312EB4420BA0B425E0BD17F72, 0x87C1B7C621274C8987F7A783775A7C62, 0x8A54ED16231E4132822D0F3C343D953C, 0x900DEA0AD7454B7585BD473A85113004, 0x936A2FA43C374EA3BE9BDB46AF8DBECA, 0x937FCF51FBD64782BB8F847D248BC58B, 0x95614BAF45324C3F91641D0B89835EA6, 0x991E42C8C57B45E48C42D8AFB58449DD, 0x9EA0F7FEF5AA4812A13043A982B04AEF, 0xA1B9091B90C7492DA4B8192E624C1751, 0xA1CDD1A1EC8848C4A03F01924E2018AE, 0xA94BB66394FE49C8B0F9ED85A98D38B9, 0xB3CAF94B32804DC7A3EE0E62683AA43C, 0xB4675736996E42A9B73E046CD81F557E, 0xB5F2D399FD86488CBE1A3F13ABA3D91E, 0xB5F937246A384AD1AD79E2EC061FCF68, 0xB862C1BC7C554DFAA3081B8922FAF9E5, 0xB96AE36AEB1E484D9EF7724219D1E6EE, 0xBD8ACEA24B2B4EBBB5049561A96770F6, 0xC6B52484630F42259AFECD4BDCA827F8, 0xCAF45FB0904046C6BC3ED3D00FDEBB5A, 0xCB9C4834FEF04681A7BE0B7A2636AE67, 0xD56526AD66D94775863E35F61D974B93, 0xDD23E3C9140C4E5A881831B4053E4873, 0xDD977C7C5A2242AF8A800FF572325949, 0xE09DCBA665254618A5602A323966CAC5, 0xE92D892B8104426BA0FEDF0DE6C8A3F9, 0xF00C086BE597491390C8E26515355C66, 0xF0F86E1080D34F79AD5A0F556953D693, 0xFA139E8785F8482E8CB254C0FA8A89F5, 0xFD05DF3E77E741348180487792BA1B57, 0xFD5980506ED94326AD01A8CCBC0424E6, 0xFE40DBFC5D454C53B53EFC543FB6EE49, 0xFF86C579BD814AA5B907D7015189C516);
array:17 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1274)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 210)"
2 => "Doctrine\DBAL\Query\QueryBuilder::execute (line 277)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetch (line 124)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 94)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::read (line 36)"
6 => "Shopware\Core\Profiling\Entity\EntityReaderProfiler::read (line 239)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::read (line 100)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 72)"
9 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\Common\RepositoryIterator::fetch (line 67)"
10 => "Shopware\Core\System\SystemConfig\SystemConfigLoader::load (line 49)"
11 => "Shopware\Core\System\SystemConfig\CachedSystemConfigLoader::load (line 364)"
12 => "Shopware\Core\System\SystemConfig\SystemConfigService::load (line 95)"
13 => "Shopware\Core\System\SystemConfig\SystemConfigService::get (line 33)"
14 => "Shopware\Core\Framework\Routing\CanonicalRedirectService::getRedirect (line 147)"
15 => "Shopware\Core\HttpKernel::doHandle (line 80)"
16 => "Shopware\Core\HttpKernel::handle (line 77)"
]
|
8 |
0.80 ms |
SELECT `system_config`.`id` FROM `system_config` WHERE (`system_config`.`sales_channel_id` <=> :param_16f6fe74acdc45afaa68be3b7d35cb75) ORDER BY `system_config`.`sales_channel_id` ASC, `system_config`.`id` ASC LIMIT 500 OFFSET 500
SELECT `system_config`.`id` FROM `system_config` WHERE (`system_config`.`sales_channel_id` <=> NULL) ORDER BY `system_config`.`sales_channel_id` ASC, `system_config`.`id` ASC LIMIT 500 OFFSET 500;
array:16 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1274)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 210)"
2 => "Doctrine\DBAL\Query\QueryBuilder::execute (line 92)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntitySearcher::search (line 56)"
4 => "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher::search (line 36)"
5 => "Shopware\Core\Profiling\Entity\EntitySearcherProfiler::search (line 148)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::searchIds (line 96)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 72)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\Common\RepositoryIterator::fetch (line 67)"
9 => "Shopware\Core\System\SystemConfig\SystemConfigLoader::load (line 49)"
10 => "Shopware\Core\System\SystemConfig\CachedSystemConfigLoader::load (line 364)"
11 => "Shopware\Core\System\SystemConfig\SystemConfigService::load (line 95)"
12 => "Shopware\Core\System\SystemConfig\SystemConfigService::get (line 33)"
13 => "Shopware\Core\Framework\Routing\CanonicalRedirectService::getRedirect (line 147)"
14 => "Shopware\Core\HttpKernel::doHandle (line 80)"
15 => "Shopware\Core\HttpKernel::handle (line 77)"
]
|
9 |
2.92 ms |
SELECT `plugin`.`id` as `plugin.id`, `plugin`.`base_class` as `plugin.baseClass`, `plugin`.`name` as `plugin.name`, `plugin`.`composer_name` as `plugin.composerName`, `plugin`.`autoload` as `plugin.autoload`, `plugin`.`active` as `plugin.active`, `plugin`.`managed_by_composer` as `plugin.managedByComposer`, `plugin`.`path` as `plugin.path`, `plugin`.`author` as `plugin.author`, `plugin`.`copyright` as `plugin.copyright`, `plugin`.`license` as `plugin.license`, `plugin`.`version` as `plugin.version`, `plugin`.`upgrade_version` as `plugin.upgradeVersion`, `plugin`.`installed_at` as `plugin.installedAt`, `plugin`.`upgraded_at` as `plugin.upgradedAt`, `plugin`.`icon` as `plugin.iconRaw`, `plugin`.`created_at` as `plugin.createdAt`, `plugin`.`updated_at` as `plugin.updatedAt`, `plugin.plugin_translation`.*, COALESCE(`plugin.translation.label`,`plugin.translation.label`) as `plugin.label`, COALESCE(`plugin.translation.description`,`plugin.translation.description`) as `plugin.description`, COALESCE(`plugin.translation.manufacturerLink`,`plugin.translation.manufacturerLink`) as `plugin.manufacturerLink`, COALESCE(`plugin.translation.supportLink`,`plugin.translation.supportLink`) as `plugin.supportLink`, COALESCE(`plugin.translation.changelog`,`plugin.translation.changelog`) as `plugin.changelog`, COALESCE(`plugin.translation.customFields`,`plugin.translation.customFields`) as `plugin.customFields` FROM `plugin` LEFT JOIN (SELECT `plugin.translation`.plugin_id, `plugin.translation`.label as `plugin.translation.label`, `plugin.translation`.description as `plugin.translation.description`, `plugin.translation`.manufacturer_link as `plugin.translation.manufacturerLink`, `plugin.translation`.support_link as `plugin.translation.supportLink`, `plugin.translation`.changelog as `plugin.translation.changelog`, `plugin.translation`.custom_fields as `plugin.translation.customFields`, `plugin.translation`.created_at as `plugin.translation.createdAt`, `plugin.translation`.updated_at as `plugin.translation.updatedAt`, `plugin.translation`.plugin_id as `plugin.translation.pluginId`, `plugin.translation`.language_id as `plugin.translation.languageId` FROM `plugin_translation` `plugin.translation` WHERE `plugin.translation`.language_id = :languageId) `plugin.plugin_translation` ON `plugin.plugin_translation`.`plugin_id` = `plugin`.`id` WHERE (`plugin`.`active` <=> :param_f4c33837554b45c0a4f4d5a705d4b65a)
SELECT
`plugin`.`id` as `plugin.id`,
`plugin`.`base_class` as `plugin.baseClass`,
`plugin`.`name` as `plugin.name`,
`plugin`.`composer_name` as `plugin.composerName`,
`plugin`.`autoload` as `plugin.autoload`,
`plugin`.`active` as `plugin.active`,
`plugin`.`managed_by_composer` as `plugin.managedByComposer`,
`plugin`.`path` as `plugin.path`,
`plugin`.`author` as `plugin.author`,
`plugin`.`copyright` as `plugin.copyright`,
`plugin`.`license` as `plugin.license`,
`plugin`.`version` as `plugin.version`,
`plugin`.`upgrade_version` as `plugin.upgradeVersion`,
`plugin`.`installed_at` as `plugin.installedAt`,
`plugin`.`upgraded_at` as `plugin.upgradedAt`,
`plugin`.`icon` as `plugin.iconRaw`,
`plugin`.`created_at` as `plugin.createdAt`,
`plugin`.`updated_at` as `plugin.updatedAt`,
`plugin.plugin_translation`.*,
COALESCE(
`plugin.translation.label`, `plugin.translation.label`
) as `plugin.label`,
COALESCE(
`plugin.translation.description`,
`plugin.translation.description`
) as `plugin.description`,
COALESCE(
`plugin.translation.manufacturerLink`,
`plugin.translation.manufacturerLink`
) as `plugin.manufacturerLink`,
COALESCE(
`plugin.translation.supportLink`,
`plugin.translation.supportLink`
) as `plugin.supportLink`,
COALESCE(
`plugin.translation.changelog`,
`plugin.translation.changelog`
) as `plugin.changelog`,
COALESCE(
`plugin.translation.customFields`,
`plugin.translation.customFields`
) as `plugin.customFields`
FROM
`plugin`
LEFT JOIN (
SELECT
`plugin.translation`.plugin_id,
`plugin.translation`.label as `plugin.translation.label`,
`plugin.translation`.description as `plugin.translation.description`,
`plugin.translation`.manufacturer_link as `plugin.translation.manufacturerLink`,
`plugin.translation`.support_link as `plugin.translation.supportLink`,
`plugin.translation`.changelog as `plugin.translation.changelog`,
`plugin.translation`.custom_fields as `plugin.translation.customFields`,
`plugin.translation`.created_at as `plugin.translation.createdAt`,
`plugin.translation`.updated_at as `plugin.translation.updatedAt`,
`plugin.translation`.plugin_id as `plugin.translation.pluginId`,
`plugin.translation`.language_id as `plugin.translation.languageId`
FROM
`plugin_translation` `plugin.translation`
WHERE
`plugin.translation`.language_id = : languageId
) `plugin.plugin_translation` ON `plugin.plugin_translation`.`plugin_id` = `plugin`.`id`
WHERE
(
`plugin`.`active` <=> : param_f4c33837554b45c0a4f4d5a705d4b65a
)
SELECT `plugin`.`id` as `plugin.id`, `plugin`.`base_class` as `plugin.baseClass`, `plugin`.`name` as `plugin.name`, `plugin`.`composer_name` as `plugin.composerName`, `plugin`.`autoload` as `plugin.autoload`, `plugin`.`active` as `plugin.active`, `plugin`.`managed_by_composer` as `plugin.managedByComposer`, `plugin`.`path` as `plugin.path`, `plugin`.`author` as `plugin.author`, `plugin`.`copyright` as `plugin.copyright`, `plugin`.`license` as `plugin.license`, `plugin`.`version` as `plugin.version`, `plugin`.`upgrade_version` as `plugin.upgradeVersion`, `plugin`.`installed_at` as `plugin.installedAt`, `plugin`.`upgraded_at` as `plugin.upgradedAt`, `plugin`.`icon` as `plugin.iconRaw`, `plugin`.`created_at` as `plugin.createdAt`, `plugin`.`updated_at` as `plugin.updatedAt`, `plugin.plugin_translation`.*, COALESCE(`plugin.translation.label`,`plugin.translation.label`) as `plugin.label`, COALESCE(`plugin.translation.description`,`plugin.translation.description`) as `plugin.description`, COALESCE(`plugin.translation.manufacturerLink`,`plugin.translation.manufacturerLink`) as `plugin.manufacturerLink`, COALESCE(`plugin.translation.supportLink`,`plugin.translation.supportLink`) as `plugin.supportLink`, COALESCE(`plugin.translation.changelog`,`plugin.translation.changelog`) as `plugin.changelog`, COALESCE(`plugin.translation.customFields`,`plugin.translation.customFields`) as `plugin.customFields` FROM `plugin` LEFT JOIN (SELECT `plugin.translation`.plugin_id, `plugin.translation`.label as `plugin.translation.label`, `plugin.translation`.description as `plugin.translation.description`, `plugin.translation`.manufacturer_link as `plugin.translation.manufacturerLink`, `plugin.translation`.support_link as `plugin.translation.supportLink`, `plugin.translation`.changelog as `plugin.translation.changelog`, `plugin.translation`.custom_fields as `plugin.translation.customFields`, `plugin.translation`.created_at as `plugin.translation.createdAt`, `plugin.translation`.updated_at as `plugin.translation.updatedAt`, `plugin.translation`.plugin_id as `plugin.translation.pluginId`, `plugin.translation`.language_id as `plugin.translation.languageId` FROM `plugin_translation` `plugin.translation` WHERE `plugin.translation`.language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B) `plugin.plugin_translation` ON `plugin.plugin_translation`.`plugin_id` = `plugin`.`id` WHERE (`plugin`.`active` <=> 0);
array:19 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1274)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 210)"
2 => "Doctrine\DBAL\Query\QueryBuilder::execute (line 277)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetch (line 124)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 94)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::read (line 36)"
6 => "Shopware\Core\Profiling\Entity\EntityReaderProfiler::read (line 239)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::read (line 91)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 129)"
9 => "Shopware\Core\System\SystemConfig\SystemConfigLoader::getNotActivatedPlugins (line 109)"
10 => "Shopware\Core\System\SystemConfig\SystemConfigLoader::filterNotActivatedPlugins (line 84)"
11 => "Shopware\Core\System\SystemConfig\SystemConfigLoader::buildSystemConfigArray (line 71)"
12 => "Shopware\Core\System\SystemConfig\SystemConfigLoader::load (line 49)"
13 => "Shopware\Core\System\SystemConfig\CachedSystemConfigLoader::load (line 364)"
14 => "Shopware\Core\System\SystemConfig\SystemConfigService::load (line 95)"
15 => "Shopware\Core\System\SystemConfig\SystemConfigService::get (line 33)"
16 => "Shopware\Core\Framework\Routing\CanonicalRedirectService::getRedirect (line 147)"
17 => "Shopware\Core\HttpKernel::doHandle (line 80)"
18 => "Shopware\Core\HttpKernel::handle (line 77)"
]
|
10 |
0.60 ms |
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = :salesChannelId) AND (token = :token) LIMIT 1
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = :salesChannelId) AND (token = :token) LIMIT 1;
array:25 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1274)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 210)"
2 => "Doctrine\DBAL\Query\QueryBuilder::execute (line 132)"
3 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextPersister::load (line 74)"
4 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService::get (line 32)"
5 => "Shopware\Core\Profiling\Checkout\SalesChannelContextServiceProfiler::get (line 99)"
6 => "Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver::resolve (line 33)"
7 => "Shopware\Core\Framework\Routing\ContextResolverListener::resolveContext (line 117)"
8 => "Symfony\Component\EventDispatcher\Debug\WrappedListener::__invoke (line 230)"
9 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
10 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 91)"
11 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 46)"
12 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 32)"
13 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 151)"
14 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 145)"
15 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 79)"
16 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 195)"
17 => "Symfony\Component\HttpKernel\Kernel::handle (line 85)"
18 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 477)"
19 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 450)"
20 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 344)"
21 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 222)"
22 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 163)"
23 => "Shopware\Core\HttpKernel::doHandle (line 80)"
24 => "Shopware\Core\HttpKernel::handle (line 77)"
]
|
11 |
0.94 ms |
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
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 = 0xDD0A402C343F4561A6A2100CD5D17F74
GROUP BY sales_channel.id, sales_channel.language_id, sales_channel.currency_id, currency.factor;
array:37 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1274)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 558)"
2 => "Doctrine\DBAL\Connection::fetchAssoc (line 373)"
3 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextFactory::getContext (line 155)"
4 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextFactory::create (line 76)"
5 => "Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory::Shopware\Core\System\SalesChannel\Context\{closure} (line 341)"
6 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 33)"
7 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 124)"
8 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 34)"
9 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 40)"
10 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 35)"
11 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 28)"
12 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 47)"
13 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 29)"
14 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 77)"
15 => "Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory::create (line 92)"
16 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService::get (line 32)"
17 => "Shopware\Core\Profiling\Checkout\SalesChannelContextServiceProfiler::get (line 99)"
18 => "Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver::resolve (line 33)"
19 => "Shopware\Core\Framework\Routing\ContextResolverListener::resolveContext (line 117)"
20 => "Symfony\Component\EventDispatcher\Debug\WrappedListener::__invoke (line 230)"
21 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
22 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 91)"
23 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 46)"
24 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 32)"
25 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 151)"
26 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 145)"
27 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 79)"
28 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 195)"
29 => "Symfony\Component\HttpKernel\Kernel::handle (line 85)"
30 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 477)"
31 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 450)"
32 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 344)"
33 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 222)"
34 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 163)"
35 => "Shopware\Core\HttpKernel::doHandle (line 80)"
36 => "Shopware\Core\HttpKernel::handle (line 77)"
]
|
12 |
6.12 ms |
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`.`created_at` as `sales_channel.currency.createdAt`, `sales_channel.currency`.`updated_at` as `sales_channel.currency.updatedAt`, `sales_channel.currency.currency_translation`.*, COALESCE(`sales_channel.currency.translation.shortName`,`sales_channel.currency.translation.shortName`) as `sales_channel.currency.shortName`, COALESCE(`sales_channel.currency.translation.name`,`sales_channel.currency.translation.name`) as `sales_channel.currency.name`, COALESCE(`sales_channel.currency.translation.customFields`,`sales_channel.currency.translation.customFields`) as `sales_channel.currency.customFields`, `sales_channel.sales_channel_translation`.*, COALESCE(`sales_channel.translation.name`,`sales_channel.translation.name`) as `sales_channel.name`, COALESCE(`sales_channel.translation.homeSlotConfig`,`sales_channel.translation.homeSlotConfig`) as `sales_channel.homeSlotConfig`, COALESCE(`sales_channel.translation.homeEnabled`,`sales_channel.translation.homeEnabled`) as `sales_channel.homeEnabled`, COALESCE(`sales_channel.translation.homeName`,`sales_channel.translation.homeName`) as `sales_channel.homeName`, COALESCE(`sales_channel.translation.homeMetaTitle`,`sales_channel.translation.homeMetaTitle`) as `sales_channel.homeMetaTitle`, COALESCE(`sales_channel.translation.homeMetaDescription`,`sales_channel.translation.homeMetaDescription`) as `sales_channel.homeMetaDescription`, COALESCE(`sales_channel.translation.homeKeywords`,`sales_channel.translation.homeKeywords`) as `sales_channel.homeKeywords`, COALESCE(`sales_channel.translation.customFields`,`sales_channel.translation.customFields`) as `sales_channel.customFields` 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)
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`.`created_at` as `sales_channel.currency.createdAt`,
`sales_channel.currency`.`updated_at` as `sales_channel.currency.updatedAt`,
`sales_channel.currency.currency_translation`.*,
COALESCE(
`sales_channel.currency.translation.shortName`,
`sales_channel.currency.translation.shortName`
) as `sales_channel.currency.shortName`,
COALESCE(
`sales_channel.currency.translation.name`,
`sales_channel.currency.translation.name`
) as `sales_channel.currency.name`,
COALESCE(
`sales_channel.currency.translation.customFields`,
`sales_channel.currency.translation.customFields`
) as `sales_channel.currency.customFields`,
`sales_channel.sales_channel_translation`.*,
COALESCE(
`sales_channel.translation.name`,
`sales_channel.translation.name`
) as `sales_channel.name`,
COALESCE(
`sales_channel.translation.homeSlotConfig`,
`sales_channel.translation.homeSlotConfig`
) as `sales_channel.homeSlotConfig`,
COALESCE(
`sales_channel.translation.homeEnabled`,
`sales_channel.translation.homeEnabled`
) as `sales_channel.homeEnabled`,
COALESCE(
`sales_channel.translation.homeName`,
`sales_channel.translation.homeName`
) as `sales_channel.homeName`,
COALESCE(
`sales_channel.translation.homeMetaTitle`,
`sales_channel.translation.homeMetaTitle`
) as `sales_channel.homeMetaTitle`,
COALESCE(
`sales_channel.translation.homeMetaDescription`,
`sales_channel.translation.homeMetaDescription`
) as `sales_channel.homeMetaDescription`,
COALESCE(
`sales_channel.translation.homeKeywords`,
`sales_channel.translation.homeKeywords`
) as `sales_channel.homeKeywords`,
COALESCE(
`sales_channel.translation.customFields`,
`sales_channel.translation.customFields`
) as `sales_channel.customFields`
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)
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`.`created_at` as `sales_channel.currency.createdAt`, `sales_channel.currency`.`updated_at` as `sales_channel.currency.updatedAt`, `sales_channel.currency.currency_translation`.*, COALESCE(`sales_channel.currency.translation.shortName`,`sales_channel.currency.translation.shortName`) as `sales_channel.currency.shortName`, COALESCE(`sales_channel.currency.translation.name`,`sales_channel.currency.translation.name`) as `sales_channel.currency.name`, COALESCE(`sales_channel.currency.translation.customFields`,`sales_channel.currency.translation.customFields`) as `sales_channel.currency.customFields`, `sales_channel.sales_channel_translation`.*, COALESCE(`sales_channel.translation.name`,`sales_channel.translation.name`) as `sales_channel.name`, COALESCE(`sales_channel.translation.homeSlotConfig`,`sales_channel.translation.homeSlotConfig`) as `sales_channel.homeSlotConfig`, COALESCE(`sales_channel.translation.homeEnabled`,`sales_channel.translation.homeEnabled`) as `sales_channel.homeEnabled`, COALESCE(`sales_channel.translation.homeName`,`sales_channel.translation.homeName`) as `sales_channel.homeName`, COALESCE(`sales_channel.translation.homeMetaTitle`,`sales_channel.translation.homeMetaTitle`) as `sales_channel.homeMetaTitle`, COALESCE(`sales_channel.translation.homeMetaDescription`,`sales_channel.translation.homeMetaDescription`) as `sales_channel.homeMetaDescription`, COALESCE(`sales_channel.translation.homeKeywords`,`sales_channel.translation.homeKeywords`) as `sales_channel.homeKeywords`, COALESCE(`sales_channel.translation.customFields`,`sales_channel.translation.customFields`) as `sales_channel.customFields` 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 = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B) `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 = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B) `sales_channel.currency.currency_translation` ON `sales_channel.currency.currency_translation`.`currency_id` = `sales_channel.currency`.`id` WHERE `sales_channel`.`id` IN (0xDD0A402C343F4561A6A2100CD5D17F74);
array:43 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1274)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 210)"
2 => "Doctrine\DBAL\Query\QueryBuilder::execute (line 277)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetch (line 124)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 94)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::read (line 36)"
6 => "Shopware\Core\Profiling\Entity\EntityReaderProfiler::read (line 239)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::read (line 91)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 83)"
9 => "Swag\Markets\DataAbstractionLayer\SalesChannelRepositoryDecorator::search (line 163)"
10 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextFactory::create (line 76)"
11 => "Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory::Shopware\Core\System\SalesChannel\Context\{closure} (line 341)"
12 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 33)"
13 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 124)"
14 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 34)"
15 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 40)"
16 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 35)"
17 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 28)"
18 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 47)"
19 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 29)"
20 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 77)"
21 => "Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory::create (line 92)"
22 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService::get (line 32)"
23 => "Shopware\Core\Profiling\Checkout\SalesChannelContextServiceProfiler::get (line 99)"
24 => "Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver::resolve (line 33)"
25 => "Shopware\Core\Framework\Routing\ContextResolverListener::resolveContext (line 117)"
26 => "Symfony\Component\EventDispatcher\Debug\WrappedListener::__invoke (line 230)"
27 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
28 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 91)"
29 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 46)"
30 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 32)"
31 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 151)"
32 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 145)"
33 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 79)"
34 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 195)"
35 => "Symfony\Component\HttpKernel\Kernel::handle (line 85)"
36 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 477)"
37 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 450)"
38 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 344)"
39 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 222)"
40 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 163)"
41 => "Shopware\Core\HttpKernel::doHandle (line 80)"
42 => "Shopware\Core\HttpKernel::handle (line 77)"
]
|
13 |
1.06 ms |
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_2608525cff414e7f865b2da921dcdfa3))
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 (0xDD0A402C343F4561A6A2100CD5D17F74));
array:47 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1274)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 210)"
2 => "Doctrine\DBAL\Query\QueryBuilder::execute (line 277)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetch (line 124)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 438)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::loadOneToManyWithoutPagination (line 385)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::loadOneToMany (line 1044)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetchAssociations (line 128)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 94)"
9 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::read (line 36)"
10 => "Shopware\Core\Profiling\Entity\EntityReaderProfiler::read (line 239)"
11 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::read (line 91)"
12 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 83)"
13 => "Swag\Markets\DataAbstractionLayer\SalesChannelRepositoryDecorator::search (line 163)"
14 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextFactory::create (line 76)"
15 => "Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory::Shopware\Core\System\SalesChannel\Context\{closure} (line 341)"
16 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 33)"
17 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 124)"
18 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 34)"
19 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 40)"
20 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 35)"
21 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 28)"
22 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 47)"
23 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 29)"
24 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 77)"
25 => "Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory::create (line 92)"
26 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService::get (line 32)"
27 => "Shopware\Core\Profiling\Checkout\SalesChannelContextServiceProfiler::get (line 99)"
28 => "Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver::resolve (line 33)"
29 => "Shopware\Core\Framework\Routing\ContextResolverListener::resolveContext (line 117)"
30 => "Symfony\Component\EventDispatcher\Debug\WrappedListener::__invoke (line 230)"
31 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
32 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 91)"
33 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 46)"
34 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 32)"
35 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 151)"
36 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 145)"
37 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 79)"
38 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 195)"
39 => "Symfony\Component\HttpKernel\Kernel::handle (line 85)"
40 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 477)"
41 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 450)"
42 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 344)"
43 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 222)"
44 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 163)"
45 => "Shopware\Core\HttpKernel::doHandle (line 80)"
46 => "Shopware\Core\HttpKernel::handle (line 77)"
]
|
14 |
1.09 ms |
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`.`created_at` as `currency.createdAt`, `currency`.`updated_at` as `currency.updatedAt`, `currency.currency_translation`.*, COALESCE(`currency.translation.shortName`,`currency.translation.shortName`) as `currency.shortName`, COALESCE(`currency.translation.name`,`currency.translation.name`) as `currency.name`, COALESCE(`currency.translation.customFields`,`currency.translation.customFields`) as `currency.customFields` FROM `currency` LEFT JOIN (SELECT `currency.translation`.currency_id, `currency.translation`.short_name as `currency.translation.shortName`, `currency.translation`.name as `currency.translation.name`, `currency.translation`.custom_fields as `currency.translation.customFields`, `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)
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`.`created_at` as `currency.createdAt`, `currency`.`updated_at` as `currency.updatedAt`, `currency.currency_translation`.*, COALESCE(`currency.translation.shortName`,`currency.translation.shortName`) as `currency.shortName`, COALESCE(`currency.translation.name`,`currency.translation.name`) as `currency.name`, COALESCE(`currency.translation.customFields`,`currency.translation.customFields`) as `currency.customFields` FROM `currency` LEFT JOIN (SELECT `currency.translation`.currency_id, `currency.translation`.short_name as `currency.translation.shortName`, `currency.translation`.name as `currency.translation.name`, `currency.translation`.custom_fields as `currency.translation.customFields`, `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 = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B) `currency.currency_translation` ON `currency.currency_translation`.`currency_id` = `currency`.`id` WHERE `currency`.`id` IN (0xB7D2554B0CE847CD82F3AC9BD1C0DFCA);
array:42 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1274)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 210)"
2 => "Doctrine\DBAL\Query\QueryBuilder::execute (line 277)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetch (line 124)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 94)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::read (line 36)"
6 => "Shopware\Core\Profiling\Entity\EntityReaderProfiler::read (line 239)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::read (line 91)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 182)"
9 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextFactory::create (line 76)"
10 => "Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory::Shopware\Core\System\SalesChannel\Context\{closure} (line 341)"
11 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 33)"
12 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 124)"
13 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 34)"
14 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 40)"
15 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 35)"
16 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 28)"
17 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 47)"
18 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 29)"
19 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 77)"
20 => "Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory::create (line 92)"
21 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService::get (line 32)"
22 => "Shopware\Core\Profiling\Checkout\SalesChannelContextServiceProfiler::get (line 99)"
23 => "Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver::resolve (line 33)"
24 => "Shopware\Core\Framework\Routing\ContextResolverListener::resolveContext (line 117)"
25 => "Symfony\Component\EventDispatcher\Debug\WrappedListener::__invoke (line 230)"
26 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
27 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 91)"
28 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 46)"
29 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 32)"
30 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 151)"
31 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 145)"
32 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 79)"
33 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 195)"
34 => "Symfony\Component\HttpKernel\Kernel::handle (line 85)"
35 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 477)"
36 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 450)"
37 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 344)"
38 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 222)"
39 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 163)"
40 => "Shopware\Core\HttpKernel::doHandle (line 80)"
41 => "Shopware\Core\HttpKernel::handle (line 77)"
]
|
15 |
1.11 ms |
SELECT `country`.`id` as `country.id`, `country`.`iso` as `country.iso`, `country`.`position` as `country.position`, `country`.`tax_free` as `country.taxFree`, `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_pattern` as `country.vatIdPattern`, `country`.`created_at` as `country.createdAt`, `country`.`updated_at` as `country.updatedAt`, `country.country_translation`.*, COALESCE(`country.translation.name`,`country.translation.name`) as `country.name`, COALESCE(`country.translation.customFields`,`country.translation.customFields`) as `country.customFields` FROM `country` LEFT JOIN (SELECT `country.translation`.country_id, `country.translation`.name as `country.translation.name`, `country.translation`.custom_fields as `country.translation.customFields`, `country.translation`.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)
SELECT `country`.`id` as `country.id`, `country`.`iso` as `country.iso`, `country`.`position` as `country.position`, `country`.`tax_free` as `country.taxFree`, `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_pattern` as `country.vatIdPattern`, `country`.`created_at` as `country.createdAt`, `country`.`updated_at` as `country.updatedAt`, `country.country_translation`.*, COALESCE(`country.translation.name`,`country.translation.name`) as `country.name`, COALESCE(`country.translation.customFields`,`country.translation.customFields`) as `country.customFields` FROM `country` LEFT JOIN (SELECT `country.translation`.country_id, `country.translation`.name as `country.translation.name`, `country.translation`.custom_fields as `country.translation.customFields`, `country.translation`.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 = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B) `country.country_translation` ON `country.country_translation`.`country_id` = `country`.`id` WHERE `country`.`id` IN (0x169AE87C8A5645529ACDCE8BA1AA8B9A);
array:43 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1274)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 210)"
2 => "Doctrine\DBAL\Query\QueryBuilder::execute (line 277)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetch (line 124)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 94)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::read (line 36)"
6 => "Shopware\Core\Profiling\Entity\EntityReaderProfiler::read (line 239)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::read (line 91)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 500)"
9 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextFactory::loadShippingLocation (line 201)"
10 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextFactory::create (line 76)"
11 => "Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory::Shopware\Core\System\SalesChannel\Context\{closure} (line 341)"
12 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 33)"
13 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 124)"
14 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 34)"
15 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 40)"
16 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 35)"
17 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 28)"
18 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 47)"
19 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 29)"
20 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 77)"
21 => "Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory::create (line 92)"
22 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService::get (line 32)"
23 => "Shopware\Core\Profiling\Checkout\SalesChannelContextServiceProfiler::get (line 99)"
24 => "Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver::resolve (line 33)"
25 => "Shopware\Core\Framework\Routing\ContextResolverListener::resolveContext (line 117)"
26 => "Symfony\Component\EventDispatcher\Debug\WrappedListener::__invoke (line 230)"
27 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
28 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 91)"
29 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 46)"
30 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 32)"
31 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 151)"
32 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 145)"
33 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 79)"
34 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 195)"
35 => "Symfony\Component\HttpKernel\Kernel::handle (line 85)"
36 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 477)"
37 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 450)"
38 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 344)"
39 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 222)"
40 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 163)"
41 => "Shopware\Core\HttpKernel::doHandle (line 80)"
42 => "Shopware\Core\HttpKernel::handle (line 77)"
]
|
16 |
1.19 ms |
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.customer_group_translation`.*, COALESCE(`customer_group.translation.name`,`customer_group.translation.name`) as `customer_group.name`, COALESCE(`customer_group.translation.registrationTitle`,`customer_group.translation.registrationTitle`) as `customer_group.registrationTitle`, COALESCE(`customer_group.translation.registrationIntroduction`,`customer_group.translation.registrationIntroduction`) as `customer_group.registrationIntroduction`, COALESCE(`customer_group.translation.registrationOnlyCompanyRegistration`,`customer_group.translation.registrationOnlyCompanyRegistration`) as `customer_group.registrationOnlyCompanyRegistration`, COALESCE(`customer_group.translation.registrationSeoMetaDescription`,`customer_group.translation.registrationSeoMetaDescription`) as `customer_group.registrationSeoMetaDescription`, COALESCE(`customer_group.translation.customFields`,`customer_group.translation.customFields`) as `customer_group.customFields` FROM `customer_group` LEFT JOIN (SELECT `customer_group.translation`.customer_group_id, `customer_group.translation`.name as `customer_group.translation.name`, `customer_group.translation`.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)
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.customer_group_translation`.*, COALESCE(`customer_group.translation.name`,`customer_group.translation.name`) as `customer_group.name`, COALESCE(`customer_group.translation.registrationTitle`,`customer_group.translation.registrationTitle`) as `customer_group.registrationTitle`, COALESCE(`customer_group.translation.registrationIntroduction`,`customer_group.translation.registrationIntroduction`) as `customer_group.registrationIntroduction`, COALESCE(`customer_group.translation.registrationOnlyCompanyRegistration`,`customer_group.translation.registrationOnlyCompanyRegistration`) as `customer_group.registrationOnlyCompanyRegistration`, COALESCE(`customer_group.translation.registrationSeoMetaDescription`,`customer_group.translation.registrationSeoMetaDescription`) as `customer_group.registrationSeoMetaDescription`, COALESCE(`customer_group.translation.customFields`,`customer_group.translation.customFields`) as `customer_group.customFields` FROM `customer_group` LEFT JOIN (SELECT `customer_group.translation`.customer_group_id, `customer_group.translation`.name as `customer_group.translation.name`, `customer_group.translation`.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 = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B) `customer_group.customer_group_translation` ON `customer_group.customer_group_translation`.`customer_group_id` = `customer_group`.`id` WHERE `customer_group`.`id` IN (0xCFBD5018D38D41D8ADCA10D94FC8BDD6);
array:42 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1274)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 210)"
2 => "Doctrine\DBAL\Query\QueryBuilder::execute (line 277)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetch (line 124)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 94)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::read (line 36)"
6 => "Shopware\Core\Profiling\Entity\EntityReaderProfiler::read (line 239)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::read (line 91)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 218)"
9 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextFactory::create (line 76)"
10 => "Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory::Shopware\Core\System\SalesChannel\Context\{closure} (line 341)"
11 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 33)"
12 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 124)"
13 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 34)"
14 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 40)"
15 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 35)"
16 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 28)"
17 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 47)"
18 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 29)"
19 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 77)"
20 => "Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory::create (line 92)"
21 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService::get (line 32)"
22 => "Shopware\Core\Profiling\Checkout\SalesChannelContextServiceProfiler::get (line 99)"
23 => "Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver::resolve (line 33)"
24 => "Shopware\Core\Framework\Routing\ContextResolverListener::resolveContext (line 117)"
25 => "Symfony\Component\EventDispatcher\Debug\WrappedListener::__invoke (line 230)"
26 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
27 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 91)"
28 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 46)"
29 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 32)"
30 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 151)"
31 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 145)"
32 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 79)"
33 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 195)"
34 => "Symfony\Component\HttpKernel\Kernel::handle (line 85)"
35 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 477)"
36 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 450)"
37 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 344)"
38 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 222)"
39 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 163)"
40 => "Shopware\Core\HttpKernel::doHandle (line 80)"
41 => "Shopware\Core\HttpKernel::handle (line 77)"
]
|
17 |
0.48 ms |
SELECT `tax`.`id` FROM `tax`
SELECT `tax`.`id` FROM `tax`;
array:42 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1274)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 210)"
2 => "Doctrine\DBAL\Query\QueryBuilder::execute (line 92)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntitySearcher::search (line 56)"
4 => "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher::search (line 36)"
5 => "Shopware\Core\Profiling\Entity\EntitySearcherProfiler::search (line 148)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::searchIds (line 96)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 284)"
8 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextFactory::getTaxRules (line 223)"
9 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextFactory::create (line 76)"
10 => "Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory::Shopware\Core\System\SalesChannel\Context\{closure} (line 341)"
11 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 33)"
12 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 124)"
13 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 34)"
14 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 40)"
15 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 35)"
16 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 28)"
17 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 47)"
18 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 29)"
19 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 77)"
20 => "Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory::create (line 92)"
21 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService::get (line 32)"
22 => "Shopware\Core\Profiling\Checkout\SalesChannelContextServiceProfiler::get (line 99)"
23 => "Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver::resolve (line 33)"
24 => "Shopware\Core\Framework\Routing\ContextResolverListener::resolveContext (line 117)"
25 => "Symfony\Component\EventDispatcher\Debug\WrappedListener::__invoke (line 230)"
26 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
27 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 91)"
28 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 46)"
29 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 32)"
30 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 151)"
31 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 145)"
32 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 79)"
33 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 195)"
34 => "Symfony\Component\HttpKernel\Kernel::handle (line 85)"
35 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 477)"
36 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 450)"
37 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 344)"
38 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 222)"
39 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 163)"
40 => "Shopware\Core\HttpKernel::doHandle (line 80)"
41 => "Shopware\Core\HttpKernel::handle (line 77)"
]
|
18 |
0.60 ms |
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` WHERE `tax`.`id` IN (:ids)
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` WHERE `tax`.`id` IN (0x85DC5806AA094E8AAEA9EEF9349841F8, 0x166379E52EED4DA6B505C5063EA1D2EA, 0x840CB49D20FC4FCC96EF8ADE7046667B);
array:43 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1274)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 210)"
2 => "Doctrine\DBAL\Query\QueryBuilder::execute (line 277)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetch (line 124)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 94)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::read (line 36)"
6 => "Shopware\Core\Profiling\Entity\EntityReaderProfiler::read (line 239)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::read (line 100)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 284)"
9 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextFactory::getTaxRules (line 223)"
10 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextFactory::create (line 76)"
11 => "Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory::Shopware\Core\System\SalesChannel\Context\{closure} (line 341)"
12 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 33)"
13 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 124)"
14 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 34)"
15 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 40)"
16 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 35)"
17 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 28)"
18 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 47)"
19 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 29)"
20 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 77)"
21 => "Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory::create (line 92)"
22 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService::get (line 32)"
23 => "Shopware\Core\Profiling\Checkout\SalesChannelContextServiceProfiler::get (line 99)"
24 => "Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver::resolve (line 33)"
25 => "Shopware\Core\Framework\Routing\ContextResolverListener::resolveContext (line 117)"
26 => "Symfony\Component\EventDispatcher\Debug\WrappedListener::__invoke (line 230)"
27 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
28 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 91)"
29 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 46)"
30 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 32)"
31 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 151)"
32 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 145)"
33 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 79)"
34 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 195)"
35 => "Symfony\Component\HttpKernel\Kernel::handle (line 85)"
36 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 477)"
37 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 450)"
38 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 344)"
39 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 222)"
40 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 163)"
41 => "Shopware\Core\HttpKernel::doHandle (line 80)"
42 => "Shopware\Core\HttpKernel::handle (line 77)"
]
|
19 |
2.35 ms |
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.tax_rule_type_translation`.*, COALESCE(`tax_rule.type.translation.typeName`,`tax_rule.type.translation.typeName`) as `tax_rule.type.typeName`, `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_91b496869b5543f1b942ac16e76848fc))
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.tax_rule_type_translation`.*, COALESCE(`tax_rule.type.translation.typeName`,`tax_rule.type.translation.typeName`) as `tax_rule.type.typeName`, `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 = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B) `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 (0x166379E52EED4DA6B505C5063EA1D2EA, 0x840CB49D20FC4FCC96EF8ADE7046667B, 0x85DC5806AA094E8AAEA9EEF9349841F8));
array:47 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1274)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 210)"
2 => "Doctrine\DBAL\Query\QueryBuilder::execute (line 277)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetch (line 124)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 438)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::loadOneToManyWithoutPagination (line 385)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::loadOneToMany (line 1044)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetchAssociations (line 128)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 94)"
9 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::read (line 36)"
10 => "Shopware\Core\Profiling\Entity\EntityReaderProfiler::read (line 239)"
11 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::read (line 100)"
12 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 284)"
13 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextFactory::getTaxRules (line 223)"
14 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextFactory::create (line 76)"
15 => "Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory::Shopware\Core\System\SalesChannel\Context\{closure} (line 341)"
16 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 33)"
17 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 124)"
18 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 34)"
19 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 40)"
20 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 35)"
21 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 28)"
22 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 47)"
23 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 29)"
24 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 77)"
25 => "Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory::create (line 92)"
26 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService::get (line 32)"
27 => "Shopware\Core\Profiling\Checkout\SalesChannelContextServiceProfiler::get (line 99)"
28 => "Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver::resolve (line 33)"
29 => "Shopware\Core\Framework\Routing\ContextResolverListener::resolveContext (line 117)"
30 => "Symfony\Component\EventDispatcher\Debug\WrappedListener::__invoke (line 230)"
31 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
32 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 91)"
33 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 46)"
34 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 32)"
35 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 151)"
36 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 145)"
37 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 79)"
38 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 195)"
39 => "Symfony\Component\HttpKernel\Kernel::handle (line 85)"
40 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 477)"
41 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 450)"
42 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 344)"
43 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 222)"
44 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 163)"
45 => "Shopware\Core\HttpKernel::doHandle (line 80)"
46 => "Shopware\Core\HttpKernel::handle (line 77)"
]
|
20 |
2.74 ms |
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`.`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.media_translation`.*, COALESCE(`payment_method.media.translation.title`,`payment_method.media.translation.title`) as `payment_method.media.title`, COALESCE(`payment_method.media.translation.alt`,`payment_method.media.translation.alt`) as `payment_method.media.alt`, COALESCE(`payment_method.media.translation.customFields`,`payment_method.media.translation.customFields`) as `payment_method.media.customFields`, `payment_method.payment_method_translation`.*, COALESCE(`payment_method.translation.name`,`payment_method.translation.name`) as `payment_method.name`, COALESCE(`payment_method.translation.description`,`payment_method.translation.description`) as `payment_method.description`, COALESCE(`payment_method.translation.customFields`,`payment_method.translation.customFields`) as `payment_method.customFields` FROM `payment_method` LEFT JOIN (SELECT `payment_method.translation`.payment_method_id, `payment_method.translation`.name as `payment_method.translation.name`, `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 `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)
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`.`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.media_translation`.*,
COALESCE(
`payment_method.media.translation.title`,
`payment_method.media.translation.title`
) as `payment_method.media.title`,
COALESCE(
`payment_method.media.translation.alt`,
`payment_method.media.translation.alt`
) as `payment_method.media.alt`,
COALESCE(
`payment_method.media.translation.customFields`,
`payment_method.media.translation.customFields`
) as `payment_method.media.customFields`,
`payment_method.payment_method_translation`.*,
COALESCE(
`payment_method.translation.name`,
`payment_method.translation.name`
) as `payment_method.name`,
COALESCE(
`payment_method.translation.description`,
`payment_method.translation.description`
) as `payment_method.description`,
COALESCE(
`payment_method.translation.customFields`,
`payment_method.translation.customFields`
) as `payment_method.customFields`
FROM
`payment_method`
LEFT JOIN (
SELECT
`payment_method.translation`.payment_method_id,
`payment_method.translation`.name as `payment_method.translation.name`,
`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 `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)
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`.`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.media_translation`.*, COALESCE(`payment_method.media.translation.title`,`payment_method.media.translation.title`) as `payment_method.media.title`, COALESCE(`payment_method.media.translation.alt`,`payment_method.media.translation.alt`) as `payment_method.media.alt`, COALESCE(`payment_method.media.translation.customFields`,`payment_method.media.translation.customFields`) as `payment_method.media.customFields`, `payment_method.payment_method_translation`.*, COALESCE(`payment_method.translation.name`,`payment_method.translation.name`) as `payment_method.name`, COALESCE(`payment_method.translation.description`,`payment_method.translation.description`) as `payment_method.description`, COALESCE(`payment_method.translation.customFields`,`payment_method.translation.customFields`) as `payment_method.customFields` FROM `payment_method` LEFT JOIN (SELECT `payment_method.translation`.payment_method_id, `payment_method.translation`.name as `payment_method.translation.name`, `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 = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B) `payment_method.payment_method_translation` ON `payment_method.payment_method_translation`.`payment_method_id` = `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 = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B) `payment_method.media.media_translation` ON `payment_method.media.media_translation`.`media_id` = `payment_method.media`.`id` WHERE `payment_method`.`id` IN (0xBA6E99F8E6404CEE993D470499DEE63E);
array:44 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1274)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 210)"
2 => "Doctrine\DBAL\Query\QueryBuilder::execute (line 277)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetch (line 124)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 94)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::read (line 36)"
6 => "Shopware\Core\Profiling\Entity\EntityReaderProfiler::read (line 239)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::read (line 91)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 74)"
9 => "Shopware\Core\Checkout\Payment\DataAbstractionLayer\PaymentMethodRepositoryDecorator::search (line 331)"
10 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextFactory::getPaymentMethod (line 226)"
11 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextFactory::create (line 76)"
12 => "Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory::Shopware\Core\System\SalesChannel\Context\{closure} (line 341)"
13 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 33)"
14 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 124)"
15 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 34)"
16 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 40)"
17 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 35)"
18 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 28)"
19 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 47)"
20 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 29)"
21 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 77)"
22 => "Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory::create (line 92)"
23 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService::get (line 32)"
24 => "Shopware\Core\Profiling\Checkout\SalesChannelContextServiceProfiler::get (line 99)"
25 => "Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver::resolve (line 33)"
26 => "Shopware\Core\Framework\Routing\ContextResolverListener::resolveContext (line 117)"
27 => "Symfony\Component\EventDispatcher\Debug\WrappedListener::__invoke (line 230)"
28 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
29 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 91)"
30 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 46)"
31 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 32)"
32 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 151)"
33 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 145)"
34 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 79)"
35 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 195)"
36 => "Symfony\Component\HttpKernel\Kernel::handle (line 85)"
37 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 477)"
38 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 450)"
39 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 344)"
40 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 222)"
41 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 163)"
42 => "Shopware\Core\HttpKernel::doHandle (line 80)"
43 => "Shopware\Core\HttpKernel::handle (line 77)"
]
|
21 |
4.25 ms |
SELECT `shipping_method`.`id` as `shipping_method.id`, `shipping_method`.`active` as `shipping_method.active`, `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.delivery_time_translation`.*, COALESCE(`shipping_method.deliveryTime.translation.name`,`shipping_method.deliveryTime.translation.name`) as `shipping_method.deliveryTime.name`, COALESCE(`shipping_method.deliveryTime.translation.customFields`,`shipping_method.deliveryTime.translation.customFields`) as `shipping_method.deliveryTime.customFields`, `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.media_translation`.*, COALESCE(`shipping_method.media.translation.title`,`shipping_method.media.translation.title`) as `shipping_method.media.title`, COALESCE(`shipping_method.media.translation.alt`,`shipping_method.media.translation.alt`) as `shipping_method.media.alt`, COALESCE(`shipping_method.media.translation.customFields`,`shipping_method.media.translation.customFields`) as `shipping_method.media.customFields`, `shipping_method.shipping_method_translation`.*, COALESCE(`shipping_method.translation.name`,`shipping_method.translation.name`) as `shipping_method.name`, COALESCE(`shipping_method.translation.description`,`shipping_method.translation.description`) as `shipping_method.description`, COALESCE(`shipping_method.translation.trackingUrl`,`shipping_method.translation.trackingUrl`) as `shipping_method.trackingUrl`, COALESCE(`shipping_method.translation.customFields`,`shipping_method.translation.customFields`) as `shipping_method.customFields` 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)
SELECT
`shipping_method`.`id` as `shipping_method.id`,
`shipping_method`.`active` as `shipping_method.active`,
`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.delivery_time_translation`.*,
COALESCE(
`shipping_method.deliveryTime.translation.name`,
`shipping_method.deliveryTime.translation.name`
) as `shipping_method.deliveryTime.name`,
COALESCE(
`shipping_method.deliveryTime.translation.customFields`,
`shipping_method.deliveryTime.translation.customFields`
) as `shipping_method.deliveryTime.customFields`,
`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.media_translation`.*,
COALESCE(
`shipping_method.media.translation.title`,
`shipping_method.media.translation.title`
) as `shipping_method.media.title`,
COALESCE(
`shipping_method.media.translation.alt`,
`shipping_method.media.translation.alt`
) as `shipping_method.media.alt`,
COALESCE(
`shipping_method.media.translation.customFields`,
`shipping_method.media.translation.customFields`
) as `shipping_method.media.customFields`,
`shipping_method.shipping_method_translation`.*,
COALESCE(
`shipping_method.translation.name`,
`shipping_method.translation.name`
) as `shipping_method.name`,
COALESCE(
`shipping_method.translation.description`,
`shipping_method.translation.description`
) as `shipping_method.description`,
COALESCE(
`shipping_method.translation.trackingUrl`,
`shipping_method.translation.trackingUrl`
) as `shipping_method.trackingUrl`,
COALESCE(
`shipping_method.translation.customFields`,
`shipping_method.translation.customFields`
) as `shipping_method.customFields`
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)
SELECT `shipping_method`.`id` as `shipping_method.id`, `shipping_method`.`active` as `shipping_method.active`, `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.delivery_time_translation`.*, COALESCE(`shipping_method.deliveryTime.translation.name`,`shipping_method.deliveryTime.translation.name`) as `shipping_method.deliveryTime.name`, COALESCE(`shipping_method.deliveryTime.translation.customFields`,`shipping_method.deliveryTime.translation.customFields`) as `shipping_method.deliveryTime.customFields`, `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.media_translation`.*, COALESCE(`shipping_method.media.translation.title`,`shipping_method.media.translation.title`) as `shipping_method.media.title`, COALESCE(`shipping_method.media.translation.alt`,`shipping_method.media.translation.alt`) as `shipping_method.media.alt`, COALESCE(`shipping_method.media.translation.customFields`,`shipping_method.media.translation.customFields`) as `shipping_method.media.customFields`, `shipping_method.shipping_method_translation`.*, COALESCE(`shipping_method.translation.name`,`shipping_method.translation.name`) as `shipping_method.name`, COALESCE(`shipping_method.translation.description`,`shipping_method.translation.description`) as `shipping_method.description`, COALESCE(`shipping_method.translation.trackingUrl`,`shipping_method.translation.trackingUrl`) as `shipping_method.trackingUrl`, COALESCE(`shipping_method.translation.customFields`,`shipping_method.translation.customFields`) as `shipping_method.customFields` 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 = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B) `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 = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B) `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 = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B) `shipping_method.media.media_translation` ON `shipping_method.media.media_translation`.`media_id` = `shipping_method.media`.`id` WHERE `shipping_method`.`id` IN (0x3DFDDC7AEDBA4D6ABFF1320D761A54B3);
array:43 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1274)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 210)"
2 => "Doctrine\DBAL\Query\QueryBuilder::execute (line 277)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetch (line 124)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 94)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::read (line 36)"
6 => "Shopware\Core\Profiling\Entity\EntityReaderProfiler::read (line 239)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::read (line 91)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 348)"
9 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextFactory::getShippingMethod (line 229)"
10 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextFactory::create (line 76)"
11 => "Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory::Shopware\Core\System\SalesChannel\Context\{closure} (line 341)"
12 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 33)"
13 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 124)"
14 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 34)"
15 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 40)"
16 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 35)"
17 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 28)"
18 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 47)"
19 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 29)"
20 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 77)"
21 => "Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory::create (line 92)"
22 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService::get (line 32)"
23 => "Shopware\Core\Profiling\Checkout\SalesChannelContextServiceProfiler::get (line 99)"
24 => "Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver::resolve (line 33)"
25 => "Shopware\Core\Framework\Routing\ContextResolverListener::resolveContext (line 117)"
26 => "Symfony\Component\EventDispatcher\Debug\WrappedListener::__invoke (line 230)"
27 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
28 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 91)"
29 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 46)"
30 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 32)"
31 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 151)"
32 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 145)"
33 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 79)"
34 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 195)"
35 => "Symfony\Component\HttpKernel\Kernel::handle (line 85)"
36 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 477)"
37 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 450)"
38 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 344)"
39 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 222)"
40 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 163)"
41 => "Shopware\Core\HttpKernel::doHandle (line 80)"
42 => "Shopware\Core\HttpKernel::handle (line 77)"
]
|
22 |
0.90 ms |
SELECT `currency_country_rounding`.`id` FROM `currency_country_rounding` WHERE (`currency_country_rounding`.`currency_id` <=> :param_0cb4dda145a44eb4840de3098bc3a8cd AND `currency_country_rounding`.`country_id` <=> :param_04762d8ddf224447bcb9e34a10518c15) LIMIT 1
SELECT `currency_country_rounding`.`id` FROM `currency_country_rounding` WHERE (`currency_country_rounding`.`currency_id` <=> 0xB7D2554B0CE847CD82F3AC9BD1C0DFCA AND `currency_country_rounding`.`country_id` <=> 0x169AE87C8A5645529ACDCE8BA1AA8B9A) LIMIT 1;
array:42 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1274)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 210)"
2 => "Doctrine\DBAL\Query\QueryBuilder::execute (line 92)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntitySearcher::search (line 56)"
4 => "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher::search (line 36)"
5 => "Shopware\Core\Profiling\Entity\EntitySearcherProfiler::search (line 148)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::searchIds (line 96)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 537)"
8 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextFactory::getCashRounding (line 231)"
9 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextFactory::create (line 76)"
10 => "Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory::Shopware\Core\System\SalesChannel\Context\{closure} (line 341)"
11 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 33)"
12 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 124)"
13 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 34)"
14 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 40)"
15 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 35)"
16 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 28)"
17 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 47)"
18 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 29)"
19 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 77)"
20 => "Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory::create (line 92)"
21 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService::get (line 32)"
22 => "Shopware\Core\Profiling\Checkout\SalesChannelContextServiceProfiler::get (line 99)"
23 => "Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver::resolve (line 33)"
24 => "Shopware\Core\Framework\Routing\ContextResolverListener::resolveContext (line 117)"
25 => "Symfony\Component\EventDispatcher\Debug\WrappedListener::__invoke (line 230)"
26 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
27 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 91)"
28 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 46)"
29 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 32)"
30 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 151)"
31 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 145)"
32 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 79)"
33 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 195)"
34 => "Symfony\Component\HttpKernel\Kernel::handle (line 85)"
35 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 477)"
36 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 450)"
37 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 344)"
38 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 222)"
39 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 163)"
40 => "Shopware\Core\HttpKernel::doHandle (line 80)"
41 => "Shopware\Core\HttpKernel::handle (line 77)"
]
|
23 |
0.79 ms |
SELECT `cart`.`cart` FROM cart WHERE `token` = :token
SELECT `cart`.`cart` FROM cart WHERE `token` = 'v416cVoM0hxuE1QtF8ZGQkdijdYP1jeb';
array:26 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1274)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 595)"
2 => "Doctrine\DBAL\Connection::fetchColumn (line 39)"
3 => "Shopware\Core\Checkout\Cart\CartPersister::load (line 63)"
4 => "Shopware\Core\Checkout\Cart\CartRuleLoader::loadByToken (line 94)"
5 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService::get (line 32)"
6 => "Shopware\Core\Profiling\Checkout\SalesChannelContextServiceProfiler::get (line 99)"
7 => "Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver::resolve (line 33)"
8 => "Shopware\Core\Framework\Routing\ContextResolverListener::resolveContext (line 117)"
9 => "Symfony\Component\EventDispatcher\Debug\WrappedListener::__invoke (line 230)"
10 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
11 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 91)"
12 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 46)"
13 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 32)"
14 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 151)"
15 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 145)"
16 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 79)"
17 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 195)"
18 => "Symfony\Component\HttpKernel\Kernel::handle (line 85)"
19 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 477)"
20 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 450)"
21 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 344)"
22 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 222)"
23 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 163)"
24 => "Shopware\Core\HttpKernel::doHandle (line 80)"
25 => "Shopware\Core\HttpKernel::handle (line 77)"
]
|
24 |
0.82 ms |
SELECT `rule`.`id` FROM `rule` ORDER BY `rule`.`priority` DESC LIMIT 500
SELECT `rule`.`id` FROM `rule` ORDER BY `rule`.`priority` DESC LIMIT 500;
array:36 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1274)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 210)"
2 => "Doctrine\DBAL\Query\QueryBuilder::execute (line 92)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntitySearcher::search (line 56)"
4 => "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher::search (line 36)"
5 => "Shopware\Core\Profiling\Entity\EntitySearcherProfiler::search (line 148)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::searchIds (line 96)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 72)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\Common\RepositoryIterator::fetch (line 43)"
9 => "Shopware\Core\Checkout\Cart\RuleLoader::load (line 49)"
10 => "Shopware\Core\Checkout\Cart\CachedRuleLoader::load (line 151)"
11 => "Shopware\Core\Checkout\Cart\CartRuleLoader::loadRules (line 84)"
12 => "Shopware\Core\Checkout\Cart\CartRuleLoader::load (line 73)"
13 => "Shopware\Core\Checkout\Cart\CartRuleLoader::loadByCart (line 68)"
14 => "Shopware\Core\Checkout\Cart\CartRuleLoader::loadByToken (line 94)"
15 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService::get (line 32)"
16 => "Shopware\Core\Profiling\Checkout\SalesChannelContextServiceProfiler::get (line 99)"
17 => "Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver::resolve (line 33)"
18 => "Shopware\Core\Framework\Routing\ContextResolverListener::resolveContext (line 117)"
19 => "Symfony\Component\EventDispatcher\Debug\WrappedListener::__invoke (line 230)"
20 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
21 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 91)"
22 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 46)"
23 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 32)"
24 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 151)"
25 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 145)"
26 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 79)"
27 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 195)"
28 => "Symfony\Component\HttpKernel\Kernel::handle (line 85)"
29 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 477)"
30 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 450)"
31 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 344)"
32 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 222)"
33 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 163)"
34 => "Shopware\Core\HttpKernel::doHandle (line 80)"
35 => "Shopware\Core\HttpKernel::handle (line 77)"
]
|
25 |
0.87 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`.`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)
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`.`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 (0x1740775AAE6A40619D34696E222097BD, 0x64AA662966644356BAFB733535E13CBD, 0x72D7913F8D974F3AA83C15ABAEAC826B, 0xB913000F6C3E4CB6B58D69D47AAAF345, 0x9DC7E045A5F84419BF2E57A1A1ECDB04, 0x0EFE63A9D8BD4E9593C5D92249A3DB3C, 0x905E9A1E271A4A67BA09589E67BA96E9);
array:37 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1274)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 210)"
2 => "Doctrine\DBAL\Query\QueryBuilder::execute (line 277)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetch (line 124)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 94)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::read (line 36)"
6 => "Shopware\Core\Profiling\Entity\EntityReaderProfiler::read (line 239)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::read (line 100)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 72)"
9 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\Common\RepositoryIterator::fetch (line 43)"
10 => "Shopware\Core\Checkout\Cart\RuleLoader::load (line 49)"
11 => "Shopware\Core\Checkout\Cart\CachedRuleLoader::load (line 151)"
12 => "Shopware\Core\Checkout\Cart\CartRuleLoader::loadRules (line 84)"
13 => "Shopware\Core\Checkout\Cart\CartRuleLoader::load (line 73)"
14 => "Shopware\Core\Checkout\Cart\CartRuleLoader::loadByCart (line 68)"
15 => "Shopware\Core\Checkout\Cart\CartRuleLoader::loadByToken (line 94)"
16 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService::get (line 32)"
17 => "Shopware\Core\Profiling\Checkout\SalesChannelContextServiceProfiler::get (line 99)"
18 => "Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver::resolve (line 33)"
19 => "Shopware\Core\Framework\Routing\ContextResolverListener::resolveContext (line 117)"
20 => "Symfony\Component\EventDispatcher\Debug\WrappedListener::__invoke (line 230)"
21 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
22 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 91)"
23 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 46)"
24 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 32)"
25 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 151)"
26 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 145)"
27 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 79)"
28 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 195)"
29 => "Symfony\Component\HttpKernel\Kernel::handle (line 85)"
30 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 477)"
31 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 450)"
32 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 344)"
33 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 222)"
34 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 163)"
35 => "Shopware\Core\HttpKernel::doHandle (line 80)"
36 => "Shopware\Core\HttpKernel::handle (line 77)"
]
|
26 |
1.66 ms |
SELECT `language`.`id` as `language.id`, `language`.`parent_id` as `language.parentId`, `language`.`locale_id` as `language.localeId`, `language`.`translation_code_id` as `language.translationCodeId`, `language`.`name` as `language.name`, `language`.`custom_fields` as `language.customFields`, `language`.`created_at` as `language.createdAt`, `language`.`updated_at` as `language.updatedAt`, `language.locale`.`id` as `language.locale.id`, `language.locale`.`code` as `language.locale.code`, `language.locale`.`created_at` as `language.locale.createdAt`, `language.locale`.`updated_at` as `language.locale.updatedAt`, `language.locale.locale_translation`.*, COALESCE(`language.locale.translation.name`,`language.locale.translation.name`) as `language.locale.name`, COALESCE(`language.locale.translation.territory`,`language.locale.translation.territory`) as `language.locale.territory`, COALESCE(`language.locale.translation.customFields`,`language.locale.translation.customFields`) as `language.locale.customFields` FROM `language` LEFT JOIN `locale` `language.locale` ON `language`.`locale_id` = `language.locale`.`id` LEFT JOIN (SELECT `language.locale.translation`.locale_id, `language.locale.translation`.name as `language.locale.translation.name`, `language.locale.translation`.territory as `language.locale.translation.territory`, `language.locale.translation`.custom_fields as `language.locale.translation.customFields`, `language.locale.translation`.created_at as `language.locale.translation.createdAt`, `language.locale.translation`.updated_at as `language.locale.translation.updatedAt`, `language.locale.translation`.locale_id as `language.locale.translation.localeId`, `language.locale.translation`.language_id as `language.locale.translation.languageId` FROM `locale_translation` `language.locale.translation` WHERE `language.locale.translation`.language_id = :languageId) `language.locale.locale_translation` ON `language.locale.locale_translation`.`locale_id` = `language.locale`.`id` WHERE `language`.`id` IN (:ids)
SELECT `language`.`id` as `language.id`, `language`.`parent_id` as `language.parentId`, `language`.`locale_id` as `language.localeId`, `language`.`translation_code_id` as `language.translationCodeId`, `language`.`name` as `language.name`, `language`.`custom_fields` as `language.customFields`, `language`.`created_at` as `language.createdAt`, `language`.`updated_at` as `language.updatedAt`, `language.locale`.`id` as `language.locale.id`, `language.locale`.`code` as `language.locale.code`, `language.locale`.`created_at` as `language.locale.createdAt`, `language.locale`.`updated_at` as `language.locale.updatedAt`, `language.locale.locale_translation`.*, COALESCE(`language.locale.translation.name`,`language.locale.translation.name`) as `language.locale.name`, COALESCE(`language.locale.translation.territory`,`language.locale.translation.territory`) as `language.locale.territory`, COALESCE(`language.locale.translation.customFields`,`language.locale.translation.customFields`) as `language.locale.customFields` FROM `language` LEFT JOIN `locale` `language.locale` ON `language`.`locale_id` = `language.locale`.`id` LEFT JOIN (SELECT `language.locale.translation`.locale_id, `language.locale.translation`.name as `language.locale.translation.name`, `language.locale.translation`.territory as `language.locale.translation.territory`, `language.locale.translation`.custom_fields as `language.locale.translation.customFields`, `language.locale.translation`.created_at as `language.locale.translation.createdAt`, `language.locale.translation`.updated_at as `language.locale.translation.updatedAt`, `language.locale.translation`.locale_id as `language.locale.translation.localeId`, `language.locale.translation`.language_id as `language.locale.translation.languageId` FROM `locale_translation` `language.locale.translation` WHERE `language.locale.translation`.language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B) `language.locale.locale_translation` ON `language.locale.locale_translation`.`locale_id` = `language.locale`.`id` WHERE `language`.`id` IN (0x2FBB5FE2E29A4D70AA5854CE7CE3E20B);
array:37 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1274)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 210)"
2 => "Doctrine\DBAL\Query\QueryBuilder::execute (line 277)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetch (line 124)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 94)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::read (line 36)"
6 => "Shopware\Core\Profiling\Entity\EntityReaderProfiler::read (line 239)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::read (line 91)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 129)"
9 => "Shopware\Core\Content\Product\Cart\ProductFeatureBuilder::loadSystemLanguage (line 42)"
10 => "Shopware\Core\Content\Product\Cart\ProductFeatureBuilder::prepare (line 84)"
11 => "Shopware\Core\Content\Product\Cart\ProductCartProcessor::collect (line 62)"
12 => "Shopware\Core\Checkout\Cart\Processor::process (line 95)"
13 => "Shopware\Core\Checkout\Cart\CartRuleLoader::load (line 73)"
14 => "Shopware\Core\Checkout\Cart\CartRuleLoader::loadByCart (line 68)"
15 => "Shopware\Core\Checkout\Cart\CartRuleLoader::loadByToken (line 94)"
16 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService::get (line 32)"
17 => "Shopware\Core\Profiling\Checkout\SalesChannelContextServiceProfiler::get (line 99)"
18 => "Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver::resolve (line 33)"
19 => "Shopware\Core\Framework\Routing\ContextResolverListener::resolveContext (line 117)"
20 => "Symfony\Component\EventDispatcher\Debug\WrappedListener::__invoke (line 230)"
21 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
22 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 91)"
23 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 46)"
24 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 32)"
25 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 151)"
26 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 145)"
27 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 79)"
28 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 195)"
29 => "Symfony\Component\HttpKernel\Kernel::handle (line 85)"
30 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 477)"
31 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 450)"
32 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 344)"
33 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 222)"
34 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 163)"
35 => "Shopware\Core\HttpKernel::doHandle (line 80)"
36 => "Shopware\Core\HttpKernel::handle (line 77)"
]
|
27 |
1.40 ms |
SELECT `promotion`.`id` FROM `promotion` LEFT JOIN `promotion_sales_channel` `promotion.salesChannels` ON `promotion`.`id` = `promotion.salesChannels`.`promotion_id` WHERE ((`promotion`.`active` <=> :param_bb4bfd4ecf5c4986ac074c26e6abbda3 AND `promotion.salesChannels`.`sales_channel_id` <=> :param_3cfe0f2f17f747d7a52357c4b0b5d699 AND ((`promotion`.`valid_from` <=> :param_28496de48f8d489cb2410b551438a5e9 AND `promotion`.`valid_until` <=> :param_c314b43a22fb43ab8377dfaaaeda0272) OR (`promotion`.`valid_from` <=> :param_ec261dbd5dff4aa393710515305db31e AND (`promotion`.`valid_until` > :param_836328a6088c4ba48456ec30bdd622a9)) OR ((`promotion`.`valid_from` <= :param_e186b9517d2545f9928a497c06aeb686) AND `promotion`.`valid_until` <=> :param_cdbc9c2e5d5a4d5592d3a4ede180335c) OR ((`promotion`.`valid_from` <= :param_658a060554af4f7987f017b7c3641df5) AND (`promotion`.`valid_until` > :param_35b3209749184838963b8ec52eb691fe))) AND `promotion`.`use_codes` <=> :param_d76b43646f3647f8b6b4b891df591a12)) GROUP BY `promotion`.`id`
SELECT `promotion`.`id` FROM `promotion` LEFT JOIN `promotion_sales_channel` `promotion.salesChannels` ON `promotion`.`id` = `promotion.salesChannels`.`promotion_id` WHERE ((`promotion`.`active` <=> 1 AND `promotion.salesChannels`.`sales_channel_id` <=> 0xDD0A402C343F4561A6A2100CD5D17F74 AND ((`promotion`.`valid_from` <=> NULL AND `promotion`.`valid_until` <=> NULL) OR (`promotion`.`valid_from` <=> NULL AND (`promotion`.`valid_until` > '2025-04-04 19:20:15')) OR ((`promotion`.`valid_from` <= '2025-04-04 19:20:15') AND `promotion`.`valid_until` <=> NULL) OR ((`promotion`.`valid_from` <= '2025-04-04 19:20:15') AND (`promotion`.`valid_until` > '2025-04-04 19:20:15'))) AND `promotion`.`use_codes` <=> 0)) GROUP BY `promotion`.`id`;
array:36 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1274)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 210)"
2 => "Doctrine\DBAL\Query\QueryBuilder::execute (line 92)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntitySearcher::search (line 56)"
4 => "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher::search (line 36)"
5 => "Shopware\Core\Profiling\Entity\EntitySearcherProfiler::search (line 148)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::searchIds (line 96)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 30)"
8 => "Shopware\Core\Checkout\Promotion\Gateway\PromotionGateway::get (line 171)"
9 => "Shopware\Core\Checkout\Promotion\Cart\PromotionCollector::searchPromotionsAuto (line 99)"
10 => "Shopware\Core\Checkout\Promotion\Cart\PromotionCollector::collect (line 62)"
11 => "Shopware\Core\Checkout\Cart\Processor::process (line 95)"
12 => "Shopware\Core\Checkout\Cart\CartRuleLoader::load (line 73)"
13 => "Shopware\Core\Checkout\Cart\CartRuleLoader::loadByCart (line 68)"
14 => "Shopware\Core\Checkout\Cart\CartRuleLoader::loadByToken (line 94)"
15 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService::get (line 32)"
16 => "Shopware\Core\Profiling\Checkout\SalesChannelContextServiceProfiler::get (line 99)"
17 => "Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver::resolve (line 33)"
18 => "Shopware\Core\Framework\Routing\ContextResolverListener::resolveContext (line 117)"
19 => "Symfony\Component\EventDispatcher\Debug\WrappedListener::__invoke (line 230)"
20 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
21 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 91)"
22 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 46)"
23 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 32)"
24 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 151)"
25 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 145)"
26 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 79)"
27 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 195)"
28 => "Symfony\Component\HttpKernel\Kernel::handle (line 85)"
29 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 477)"
30 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 450)"
31 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 344)"
32 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 222)"
33 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 163)"
34 => "Shopware\Core\HttpKernel::doHandle (line 80)"
35 => "Shopware\Core\HttpKernel::handle (line 77)"
]
|
28 |
3.04 ms |
SELECT `shipping_method`.`id` as `shipping_method.id`, `shipping_method`.`active` as `shipping_method.active`, `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.delivery_time_translation`.*, COALESCE(`shipping_method.deliveryTime.translation.name`,`shipping_method.deliveryTime.translation.name`) as `shipping_method.deliveryTime.name`, COALESCE(`shipping_method.deliveryTime.translation.customFields`,`shipping_method.deliveryTime.translation.customFields`) as `shipping_method.deliveryTime.customFields`, `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.shipping_method_translation`.*, COALESCE(`shipping_method.translation.name`,`shipping_method.translation.name`) as `shipping_method.name`, COALESCE(`shipping_method.translation.description`,`shipping_method.translation.description`) as `shipping_method.description`, COALESCE(`shipping_method.translation.trackingUrl`,`shipping_method.translation.trackingUrl`) as `shipping_method.trackingUrl`, COALESCE(`shipping_method.translation.customFields`,`shipping_method.translation.customFields`) as `shipping_method.customFields` 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)
SELECT
`shipping_method`.`id` as `shipping_method.id`,
`shipping_method`.`active` as `shipping_method.active`,
`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.delivery_time_translation`.*,
COALESCE(
`shipping_method.deliveryTime.translation.name`,
`shipping_method.deliveryTime.translation.name`
) as `shipping_method.deliveryTime.name`,
COALESCE(
`shipping_method.deliveryTime.translation.customFields`,
`shipping_method.deliveryTime.translation.customFields`
) as `shipping_method.deliveryTime.customFields`,
`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.shipping_method_translation`.*,
COALESCE(
`shipping_method.translation.name`,
`shipping_method.translation.name`
) as `shipping_method.name`,
COALESCE(
`shipping_method.translation.description`,
`shipping_method.translation.description`
) as `shipping_method.description`,
COALESCE(
`shipping_method.translation.trackingUrl`,
`shipping_method.translation.trackingUrl`
) as `shipping_method.trackingUrl`,
COALESCE(
`shipping_method.translation.customFields`,
`shipping_method.translation.customFields`
) as `shipping_method.customFields`
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)
SELECT `shipping_method`.`id` as `shipping_method.id`, `shipping_method`.`active` as `shipping_method.active`, `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.delivery_time_translation`.*, COALESCE(`shipping_method.deliveryTime.translation.name`,`shipping_method.deliveryTime.translation.name`) as `shipping_method.deliveryTime.name`, COALESCE(`shipping_method.deliveryTime.translation.customFields`,`shipping_method.deliveryTime.translation.customFields`) as `shipping_method.deliveryTime.customFields`, `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.shipping_method_translation`.*, COALESCE(`shipping_method.translation.name`,`shipping_method.translation.name`) as `shipping_method.name`, COALESCE(`shipping_method.translation.description`,`shipping_method.translation.description`) as `shipping_method.description`, COALESCE(`shipping_method.translation.trackingUrl`,`shipping_method.translation.trackingUrl`) as `shipping_method.trackingUrl`, COALESCE(`shipping_method.translation.customFields`,`shipping_method.translation.customFields`) as `shipping_method.customFields` 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 = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B) `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 = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B) `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 (0x3DFDDC7AEDBA4D6ABFF1320D761A54B3);
array:35 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1274)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 210)"
2 => "Doctrine\DBAL\Query\QueryBuilder::execute (line 277)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetch (line 124)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 94)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::read (line 36)"
6 => "Shopware\Core\Profiling\Entity\EntityReaderProfiler::read (line 239)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::read (line 91)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 79)"
9 => "Shopware\Core\Checkout\Cart\Delivery\DeliveryProcessor::collect (line 62)"
10 => "Shopware\Core\Checkout\Cart\Processor::process (line 95)"
11 => "Shopware\Core\Checkout\Cart\CartRuleLoader::load (line 73)"
12 => "Shopware\Core\Checkout\Cart\CartRuleLoader::loadByCart (line 68)"
13 => "Shopware\Core\Checkout\Cart\CartRuleLoader::loadByToken (line 94)"
14 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService::get (line 32)"
15 => "Shopware\Core\Profiling\Checkout\SalesChannelContextServiceProfiler::get (line 99)"
16 => "Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver::resolve (line 33)"
17 => "Shopware\Core\Framework\Routing\ContextResolverListener::resolveContext (line 117)"
18 => "Symfony\Component\EventDispatcher\Debug\WrappedListener::__invoke (line 230)"
19 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
20 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 91)"
21 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 46)"
22 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 32)"
23 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 151)"
24 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 145)"
25 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 79)"
26 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 195)"
27 => "Symfony\Component\HttpKernel\Kernel::handle (line 85)"
28 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 477)"
29 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 450)"
30 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 344)"
31 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 222)"
32 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 163)"
33 => "Shopware\Core\HttpKernel::doHandle (line 80)"
34 => "Shopware\Core\HttpKernel::handle (line 77)"
]
|
29 |
0.97 ms |
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_acf0575adb3e49bba082a45116ce2acb))
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 (0x3DFDDC7AEDBA4D6ABFF1320D761A54B3));
array:39 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1274)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 210)"
2 => "Doctrine\DBAL\Query\QueryBuilder::execute (line 277)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetch (line 124)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 438)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::loadOneToManyWithoutPagination (line 385)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::loadOneToMany (line 1044)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetchAssociations (line 128)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 94)"
9 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::read (line 36)"
10 => "Shopware\Core\Profiling\Entity\EntityReaderProfiler::read (line 239)"
11 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::read (line 91)"
12 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 79)"
13 => "Shopware\Core\Checkout\Cart\Delivery\DeliveryProcessor::collect (line 62)"
14 => "Shopware\Core\Checkout\Cart\Processor::process (line 95)"
15 => "Shopware\Core\Checkout\Cart\CartRuleLoader::load (line 73)"
16 => "Shopware\Core\Checkout\Cart\CartRuleLoader::loadByCart (line 68)"
17 => "Shopware\Core\Checkout\Cart\CartRuleLoader::loadByToken (line 94)"
18 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService::get (line 32)"
19 => "Shopware\Core\Profiling\Checkout\SalesChannelContextServiceProfiler::get (line 99)"
20 => "Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver::resolve (line 33)"
21 => "Shopware\Core\Framework\Routing\ContextResolverListener::resolveContext (line 117)"
22 => "Symfony\Component\EventDispatcher\Debug\WrappedListener::__invoke (line 230)"
23 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
24 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 91)"
25 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 46)"
26 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 32)"
27 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 151)"
28 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 145)"
29 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 79)"
30 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 195)"
31 => "Symfony\Component\HttpKernel\Kernel::handle (line 85)"
32 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 477)"
33 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 450)"
34 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 344)"
35 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 222)"
36 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 163)"
37 => "Shopware\Core\HttpKernel::doHandle (line 80)"
38 => "Shopware\Core\HttpKernel::handle (line 77)"
]
|
30 |
0.94 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_a4cf3fcdb0044bfda68c03e0a7ae1531)) AND (`country`.`id` IN (:ids)) GROUP BY `country`.`id`
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` <=> 0xDD0A402C343F4561A6A2100CD5D17F74)) AND (`country`.`id` IN (0x169AE87C8A5645529ACDCE8BA1AA8B9A)) GROUP BY `country`.`id`;
array:35 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1274)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 210)"
2 => "Doctrine\DBAL\Query\QueryBuilder::execute (line 92)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntitySearcher::search (line 56)"
4 => "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher::search (line 36)"
5 => "Shopware\Core\Profiling\Entity\EntitySearcherProfiler::search (line 148)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::searchIds (line 63)"
7 => "Shopware\Core\Checkout\Cart\Address\AddressValidator::isSalesChannelCountry (line 47)"
8 => "Shopware\Core\Checkout\Cart\Address\AddressValidator::validate (line 24)"
9 => "Shopware\Core\Checkout\Cart\Validator::validate (line 81)"
10 => "Shopware\Core\Checkout\Cart\Processor::process (line 95)"
11 => "Shopware\Core\Checkout\Cart\CartRuleLoader::load (line 73)"
12 => "Shopware\Core\Checkout\Cart\CartRuleLoader::loadByCart (line 68)"
13 => "Shopware\Core\Checkout\Cart\CartRuleLoader::loadByToken (line 94)"
14 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService::get (line 32)"
15 => "Shopware\Core\Profiling\Checkout\SalesChannelContextServiceProfiler::get (line 99)"
16 => "Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver::resolve (line 33)"
17 => "Shopware\Core\Framework\Routing\ContextResolverListener::resolveContext (line 117)"
18 => "Symfony\Component\EventDispatcher\Debug\WrappedListener::__invoke (line 230)"
19 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
20 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 91)"
21 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 46)"
22 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 32)"
23 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 151)"
24 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 145)"
25 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 79)"
26 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 195)"
27 => "Symfony\Component\HttpKernel\Kernel::handle (line 85)"
28 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 477)"
29 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 450)"
30 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 344)"
31 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 222)"
32 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 163)"
33 => "Shopware\Core\HttpKernel::doHandle (line 80)"
34 => "Shopware\Core\HttpKernel::handle (line 77)"
]
|