1 |
2.27 ms |
SELECT `value` FROM app_config WHERE `key` = :key
SELECT `value` FROM app_config WHERE `key` = 'cache-id';
array:7 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 665)"
2 => "Doctrine\DBAL\Connection::fetchColumn (line 40)"
3 => "Shopware\Core\Framework\Adapter\Cache\CacheIdLoader::load (line 184)"
4 => "Shopware\Core\HttpKernel::createKernel (line 125)"
5 => "Shopware\Core\HttpKernel::doHandle (line 79)"
6 => "Shopware\Core\HttpKernel::handle (line 48)"
]
|
2 |
0.26 ms |
SELECT
`name`,
`base_class` AS baseClass,
IF(`active` = 1 AND `installed_at` IS NOT NULL, 1, 0) AS active,
`path`,
`version`,
`autoload`,
`managed_by_composer` AS managedByComposer,
composer_name as composerName
FROM `plugin`
ORDER BY `installed_at`;
SELECT
`name`,
`base_class` AS baseClass,
IF(`active` = 1 AND `installed_at` IS NOT NULL, 1, 0) AS active,
`path`,
`version`,
`autoload`,
`managed_by_composer` AS managedByComposer,
composer_name as composerName
FROM `plugin`
ORDER BY `installed_at`;;
array:7 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 39)"
2 => "Shopware\Core\Framework\Plugin\KernelPluginLoader\DbalKernelPluginLoader::loadPluginInfos (line 110)"
3 => "Shopware\Core\Framework\Plugin\KernelPluginLoader\KernelPluginLoader::initializePlugins (line 182)"
4 => "Shopware\Core\Kernel::boot (line 126)"
5 => "Shopware\Core\HttpKernel::doHandle (line 79)"
6 => "Shopware\Core\HttpKernel::handle (line 48)"
]
|
3 |
0.31 ms |
SELECT custom_entity.name, custom_entity.fields
FROM custom_entity
LEFT JOIN app ON app.id = custom_entity.app_id
WHERE custom_entity.app_id IS NULL OR app.active = 1
SELECT custom_entity.name, custom_entity.fields
FROM custom_entity
LEFT JOIN app ON app.id = custom_entity.app_id
WHERE custom_entity.app_id IS NULL OR app.active = 1
;
array:8 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 1042)"
2 => "Doctrine\DBAL\Connection::fetchAllAssociative (line 36)"
3 => "Shopware\Core\System\CustomEntity\CustomEntityRegistrar::register (line 47)"
4 => "Shopware\Core\System\System::boot (line 197)"
5 => "Shopware\Core\Kernel::boot (line 126)"
6 => "Shopware\Core\HttpKernel::doHandle (line 79)"
7 => "Shopware\Core\HttpKernel::handle (line 48)"
]
|
4 |
0.25 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:6 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 361)"
2 => "Shopware\Core\Kernel::initializeDatabaseConnectionVariables (line 200)"
3 => "Shopware\Core\Kernel::boot (line 126)"
4 => "Shopware\Core\HttpKernel::doHandle (line 79)"
5 => "Shopware\Core\HttpKernel::handle (line 48)"
]
|
5 |
0.36 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_1652186838_IS_ACTIVE = TRUE;SET @MIGRATION_1652187383_IS_ACTIVE = TRUE;SET @MIGRATION_1657804702_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_1652186838_IS_ACTIVE = TRUE;SET @MIGRATION_1652187383_IS_ACTIVE = TRUE;SET @MIGRATION_1657804702_IS_ACTIVE = TRUE;
array:6 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 394)"
2 => "Shopware\Core\Kernel::initializeDatabaseConnectionVariables (line 200)"
3 => "Shopware\Core\Kernel::boot (line 126)"
4 => "Shopware\Core\HttpKernel::doHandle (line 79)"
5 => "Shopware\Core\HttpKernel::handle (line 48)"
]
|
6 |
0.35 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:12 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 212)"
2 => "Doctrine\DBAL\Query\QueryBuilder::execute (line 58)"
3 => "Shopware\Storefront\Framework\Routing\DomainLoader::load (line 32)"
4 => "Shopware\Storefront\Framework\Routing\CachedDomainLoader::Shopware\Storefront\Framework\Routing\{closure} (line 70)"
5 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 33)"
6 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 34)"
7 => "Shopware\Storefront\Framework\Routing\CachedDomainLoader::load (line 277)"
8 => "Shopware\Storefront\Framework\Routing\RequestTransformer::findSalesChannel (line 130)"
9 => "Shopware\Storefront\Framework\Routing\RequestTransformer::transform (line 133)"
10 => "Shopware\Core\HttpKernel::doHandle (line 79)"
11 => "Shopware\Core\HttpKernel::handle (line 48)"
]
|
7 |
1.12 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 = 0x79524D2C18DE48BC9032D43A03293AEB OR sales_channel_id IS NULL)) AND (seo_path_info = 'checkout/cart') ORDER BY seo_path_info ASC, sales_channel_id IS NULL ASC LIMIT 1;
array:13 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 212)"
2 => "Doctrine\DBAL\Query\QueryBuilder::execute (line 46)"
3 => "Shopware\Core\Content\Seo\SeoResolver::resolve (line 31)"
4 => "Shopware\Core\Content\Seo\CachedSeoResolver::Shopware\Core\Content\Seo\{closure} (line 70)"
5 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 33)"
6 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 36)"
7 => "Shopware\Core\Content\Seo\CachedSeoResolver::resolve (line 29)"
8 => "Shopware\Core\Content\Seo\EmptyPathInfoResolver::resolve (line 336)"
9 => "Shopware\Storefront\Framework\Routing\RequestTransformer::resolveSeoUrl (line 144)"
10 => "Shopware\Storefront\Framework\Routing\RequestTransformer::transform (line 133)"
11 => "Shopware\Core\HttpKernel::doHandle (line 79)"
12 => "Shopware\Core\HttpKernel::handle (line 48)"
]
|
8 |
0.84 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 = 0x79524D2C18DE48BC9032D43A03293AEB) AND (id != '') AND (path_info = '/checkout/cart') AND (is_canonical = 1) LIMIT 1;
array:13 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 212)"
2 => "Doctrine\DBAL\Query\QueryBuilder::execute (line 67)"
3 => "Shopware\Core\Content\Seo\SeoResolver::resolve (line 31)"
4 => "Shopware\Core\Content\Seo\CachedSeoResolver::Shopware\Core\Content\Seo\{closure} (line 70)"
5 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 33)"
6 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 36)"
7 => "Shopware\Core\Content\Seo\CachedSeoResolver::resolve (line 29)"
8 => "Shopware\Core\Content\Seo\EmptyPathInfoResolver::resolve (line 336)"
9 => "Shopware\Storefront\Framework\Routing\RequestTransformer::resolveSeoUrl (line 144)"
10 => "Shopware\Storefront\Framework\Routing\RequestTransformer::transform (line 133)"
11 => "Shopware\Core\HttpKernel::doHandle (line 79)"
12 => "Shopware\Core\HttpKernel::handle (line 48)"
]
|
9 |
0.29 ms |
SELECT configuration_key, configuration_value FROM system_config WHERE sales_channel_id IS NULL ORDER BY sales_channel_id ASC
SELECT configuration_key, configuration_value FROM system_config WHERE sales_channel_id IS NULL ORDER BY sales_channel_id ASC;
array:13 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 212)"
2 => "Doctrine\DBAL\Query\QueryBuilder::execute (line 49)"
3 => "Shopware\Core\System\SystemConfig\SystemConfigLoader::load (line 33)"
4 => "Shopware\Core\System\SystemConfig\CachedSystemConfigLoader::Shopware\Core\System\SystemConfig\{closure} (line 70)"
5 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 33)"
6 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 38)"
7 => "Shopware\Core\System\SystemConfig\CachedSystemConfigLoader::load (line 34)"
8 => "Shopware\Core\System\SystemConfig\MemoizedSystemConfigLoader::load (line 71)"
9 => "Shopware\Core\System\SystemConfig\SystemConfigService::get (line 33)"
10 => "Shopware\Core\Framework\Routing\CanonicalRedirectService::getRedirect (line 137)"
11 => "Shopware\Core\HttpKernel::doHandle (line 79)"
12 => "Shopware\Core\HttpKernel::handle (line 48)"
]
|
10 |
0.76 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 = 0x79524D2C18DE48BC9032D43A03293AEB) AND (token = 'awjZztSYb3QSA0Dfp1oXoHxK0qpXa8yE') LIMIT 1;
array:22 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 212)"
2 => "Doctrine\DBAL\Query\QueryBuilder::execute (line 144)"
3 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextPersister::load (line 66)"
4 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService::Shopware\Core\System\SalesChannel\Context\{closure} (line 57)"
5 => "Shopware\Core\Profiling\Profiler::trace (line 99)"
6 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService::get (line 100)"
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 51)"
12 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 96)"
13 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 52)"
14 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 32)"
15 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
16 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 140)"
17 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 74)"
18 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
19 => "Symfony\Component\HttpKernel\Kernel::handle (line 153)"
20 => "Shopware\Core\HttpKernel::doHandle (line 79)"
21 => "Shopware\Core\HttpKernel::handle (line 48)"
]
|
11 |
0.19 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 = 0x79524D2C18DE48BC9032D43A03293AEB
GROUP BY sales_channel.id, sales_channel.language_id, sales_channel.currency_id, currency.factor;
array:52 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 616)"
2 => "Doctrine\DBAL\Connection::fetchAssoc (line 240)"
3 => "Shopware\Core\System\SalesChannel\Context\BaseContextFactory::getContext (line 86)"
4 => "Shopware\Core\System\SalesChannel\Context\BaseContextFactory::create (line 72)"
5 => "Shopware\Core\System\SalesChannel\Context\CachedBaseContextFactory::Shopware\Core\System\SalesChannel\Context\{closure} (line 328)"
6 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 39)"
7 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 99)"
8 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 40)"
9 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 43)"
10 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 41)"
11 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 37)"
12 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 54)"
13 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 38)"
14 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 73)"
15 => "Shopware\Core\System\SalesChannel\Context\CachedBaseContextFactory::Shopware\Core\System\SalesChannel\Context\{closure} (line 70)"
16 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 33)"
17 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 83)"
18 => "Shopware\Core\System\SalesChannel\Context\CachedBaseContextFactory::create (line 84)"
19 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextFactory::create (line 56)"
20 => "Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory::Shopware\Core\System\SalesChannel\Context\{closure} (line 328)"
21 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 39)"
22 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 99)"
23 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 40)"
24 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 43)"
25 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 41)"
26 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 37)"
27 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 54)"
28 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 38)"
29 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 57)"
30 => "Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory::Shopware\Core\System\SalesChannel\Context\{closure} (line 70)"
31 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 33)"
32 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 67)"
33 => "Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory::create (line 92)"
34 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService::Shopware\Core\System\SalesChannel\Context\{closure} (line 57)"
35 => "Shopware\Core\Profiling\Profiler::trace (line 99)"
36 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService::get (line 100)"
37 => "Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver::resolve (line 33)"
38 => "Shopware\Core\Framework\Routing\ContextResolverListener::resolveContext (line 117)"
39 => "Symfony\Component\EventDispatcher\Debug\WrappedListener::__invoke (line 230)"
40 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
41 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 51)"
42 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 96)"
43 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 52)"
44 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 32)"
45 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
46 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 140)"
47 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 74)"
48 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
49 => "Symfony\Component\HttpKernel\Kernel::handle (line 153)"
50 => "Shopware\Core\HttpKernel::doHandle (line 79)"
51 => "Shopware\Core\HttpKernel::handle (line 48)"
]
|
12 |
5.26 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`.`tax_free_from` as `sales_channel.currency.taxFreeFrom`, `sales_channel.currency`.`created_at` as `sales_channel.currency.createdAt`, `sales_channel.currency`.`updated_at` as `sales_channel.currency.updatedAt`, `sales_channel.currency.translation.shortName`, COALESCE(`sales_channel.currency.translation.shortName`,`sales_channel.currency.translation.shortName`) as `sales_channel.currency.shortName`, `sales_channel.currency.translation.name`, COALESCE(`sales_channel.currency.translation.name`,`sales_channel.currency.translation.name`) as `sales_channel.currency.name`, `sales_channel.currency.translation.customFields`, COALESCE(`sales_channel.currency.translation.customFields`,`sales_channel.currency.translation.customFields`) as `sales_channel.currency.customFields`, `sales_channel.currency.translation.createdAt`, `sales_channel.currency.translation.updatedAt`, `sales_channel.currency.translation.currencyId`, `sales_channel.currency.translation.languageId`, `sales_channel.translation.name`, COALESCE(`sales_channel.translation.name`,`sales_channel.translation.name`) as `sales_channel.name`, `sales_channel.translation.homeSlotConfig`, COALESCE(`sales_channel.translation.homeSlotConfig`,`sales_channel.translation.homeSlotConfig`) as `sales_channel.homeSlotConfig`, `sales_channel.translation.homeEnabled`, COALESCE(`sales_channel.translation.homeEnabled`,`sales_channel.translation.homeEnabled`) as `sales_channel.homeEnabled`, `sales_channel.translation.homeName`, COALESCE(`sales_channel.translation.homeName`,`sales_channel.translation.homeName`) as `sales_channel.homeName`, `sales_channel.translation.homeMetaTitle`, COALESCE(`sales_channel.translation.homeMetaTitle`,`sales_channel.translation.homeMetaTitle`) as `sales_channel.homeMetaTitle`, `sales_channel.translation.homeMetaDescription`, COALESCE(`sales_channel.translation.homeMetaDescription`,`sales_channel.translation.homeMetaDescription`) as `sales_channel.homeMetaDescription`, `sales_channel.translation.homeKeywords`, COALESCE(`sales_channel.translation.homeKeywords`,`sales_channel.translation.homeKeywords`) as `sales_channel.homeKeywords`, `sales_channel.translation.customFields`, COALESCE(`sales_channel.translation.customFields`,`sales_channel.translation.customFields`) as `sales_channel.customFields`, `sales_channel.translation.createdAt`, `sales_channel.translation.updatedAt`, `sales_channel.translation.salesChannelId`, `sales_channel.translation.languageId` FROM `sales_channel` LEFT JOIN (SELECT `sales_channel.translation`.sales_channel_id, `sales_channel.translation`.name as `sales_channel.translation.name`, `sales_channel.translation`.home_slot_config as `sales_channel.translation.homeSlotConfig`, `sales_channel.translation`.home_enabled as `sales_channel.translation.homeEnabled`, `sales_channel.translation`.home_name as `sales_channel.translation.homeName`, `sales_channel.translation`.home_meta_title as `sales_channel.translation.homeMetaTitle`, `sales_channel.translation`.home_meta_description as `sales_channel.translation.homeMetaDescription`, `sales_channel.translation`.home_keywords as `sales_channel.translation.homeKeywords`, `sales_channel.translation`.custom_fields as `sales_channel.translation.customFields`, `sales_channel.translation`.created_at as `sales_channel.translation.createdAt`, `sales_channel.translation`.updated_at as `sales_channel.translation.updatedAt`, `sales_channel.translation`.sales_channel_id as `sales_channel.translation.salesChannelId`, `sales_channel.translation`.language_id as `sales_channel.translation.languageId` FROM `sales_channel_translation` `sales_channel.translation` WHERE `sales_channel.translation`.language_id = :languageId) `sales_channel.sales_channel_translation` ON `sales_channel.sales_channel_translation`.`sales_channel_id` = `sales_channel`.`id` LEFT JOIN `sales_channel_analytics` `sales_channel.analytics` ON `sales_channel`.`analytics_id` = `sales_channel.analytics`.`id` LEFT JOIN `currency` `sales_channel.currency` ON `sales_channel`.`currency_id` = `sales_channel.currency`.`id` LEFT JOIN (SELECT `sales_channel.currency.translation`.currency_id, `sales_channel.currency.translation`.short_name as `sales_channel.currency.translation.shortName`, `sales_channel.currency.translation`.name as `sales_channel.currency.translation.name`, `sales_channel.currency.translation`.custom_fields as `sales_channel.currency.translation.customFields`, `sales_channel.currency.translation`.created_at as `sales_channel.currency.translation.createdAt`, `sales_channel.currency.translation`.updated_at as `sales_channel.currency.translation.updatedAt`, `sales_channel.currency.translation`.currency_id as `sales_channel.currency.translation.currencyId`, `sales_channel.currency.translation`.language_id as `sales_channel.currency.translation.languageId` FROM `currency_translation` `sales_channel.currency.translation` WHERE `sales_channel.currency.translation`.language_id = :languageId) `sales_channel.currency.currency_translation` ON `sales_channel.currency.currency_translation`.`currency_id` = `sales_channel.currency`.`id` WHERE `sales_channel`.`id` IN (:ids)
SELECT
`sales_channel`.`id` as `sales_channel.id`,
`sales_channel`.`type_id` as `sales_channel.typeId`,
`sales_channel`.`language_id` as `sales_channel.languageId`,
`sales_channel`.`customer_group_id` as `sales_channel.customerGroupId`,
`sales_channel`.`currency_id` as `sales_channel.currencyId`,
`sales_channel`.`payment_method_id` as `sales_channel.paymentMethodId`,
`sales_channel`.`shipping_method_id` as `sales_channel.shippingMethodId`,
`sales_channel`.`country_id` as `sales_channel.countryId`,
`sales_channel`.`analytics_id` as `sales_channel.analyticsId`,
`sales_channel`.`navigation_category_id` as `sales_channel.navigationCategoryId`,
`sales_channel`.`navigation_category_version_id` as `sales_channel.navigationCategoryVersionId`,
`sales_channel`.`navigation_category_depth` as `sales_channel.navigationCategoryDepth`,
`sales_channel`.`footer_category_id` as `sales_channel.footerCategoryId`,
`sales_channel`.`footer_category_version_id` as `sales_channel.footerCategoryVersionId`,
`sales_channel`.`service_category_id` as `sales_channel.serviceCategoryId`,
`sales_channel`.`service_category_version_id` as `sales_channel.serviceCategoryVersionId`,
`sales_channel`.`mail_header_footer_id` as `sales_channel.mailHeaderFooterId`,
`sales_channel`.`hreflang_default_domain_id` as `sales_channel.hreflangDefaultDomainId`,
`sales_channel`.`short_name` as `sales_channel.shortName`,
`sales_channel`.`tax_calculation_type` as `sales_channel.taxCalculationType`,
`sales_channel`.`access_key` as `sales_channel.accessKey`,
`sales_channel`.`configuration` as `sales_channel.configuration`,
`sales_channel`.`active` as `sales_channel.active`,
`sales_channel`.`hreflang_active` as `sales_channel.hreflangActive`,
`sales_channel`.`maintenance` as `sales_channel.maintenance`,
`sales_channel`.`maintenance_ip_whitelist` as `sales_channel.maintenanceIpWhitelist`,
`sales_channel`.`payment_method_ids` as `sales_channel.paymentMethodIds`,
`sales_channel`.`home_cms_page_id` as `sales_channel.homeCmsPageId`,
`sales_channel`.`home_cms_page_version_id` as `sales_channel.homeCmsPageVersionId`,
`sales_channel.analytics`.`id` as `sales_channel.analytics.id`,
`sales_channel.analytics`.`tracking_id` as `sales_channel.analytics.trackingId`,
`sales_channel.analytics`.`active` as `sales_channel.analytics.active`,
`sales_channel.analytics`.`track_orders` as `sales_channel.analytics.trackOrders`,
`sales_channel.analytics`.`anonymize_ip` as `sales_channel.analytics.anonymizeIp`,
`sales_channel.analytics`.`created_at` as `sales_channel.analytics.createdAt`,
`sales_channel.analytics`.`updated_at` as `sales_channel.analytics.updatedAt`,
`sales_channel`.`created_at` as `sales_channel.createdAt`,
`sales_channel`.`updated_at` as `sales_channel.updatedAt`,
`sales_channel.currency`.`id` as `sales_channel.currency.id`,
`sales_channel.currency`.`factor` as `sales_channel.currency.factor`,
`sales_channel.currency`.`symbol` as `sales_channel.currency.symbol`,
`sales_channel.currency`.`iso_code` as `sales_channel.currency.isoCode`,
`sales_channel.currency`.`position` as `sales_channel.currency.position`,
`sales_channel.currency`.`item_rounding` as `sales_channel.currency.itemRounding`,
`sales_channel.currency`.`total_rounding` as `sales_channel.currency.totalRounding`,
`sales_channel.currency`.`tax_free_from` as `sales_channel.currency.taxFreeFrom`,
`sales_channel.currency`.`created_at` as `sales_channel.currency.createdAt`,
`sales_channel.currency`.`updated_at` as `sales_channel.currency.updatedAt`,
`sales_channel.currency.translation.shortName`,
COALESCE(
`sales_channel.currency.translation.shortName`,
`sales_channel.currency.translation.shortName`
) as `sales_channel.currency.shortName`,
`sales_channel.currency.translation.name`,
COALESCE(
`sales_channel.currency.translation.name`,
`sales_channel.currency.translation.name`
) as `sales_channel.currency.name`,
`sales_channel.currency.translation.customFields`,
COALESCE(
`sales_channel.currency.translation.customFields`,
`sales_channel.currency.translation.customFields`
) as `sales_channel.currency.customFields`,
`sales_channel.currency.translation.createdAt`,
`sales_channel.currency.translation.updatedAt`,
`sales_channel.currency.translation.currencyId`,
`sales_channel.currency.translation.languageId`,
`sales_channel.translation.name`,
COALESCE(
`sales_channel.translation.name`,
`sales_channel.translation.name`
) as `sales_channel.name`,
`sales_channel.translation.homeSlotConfig`,
COALESCE(
`sales_channel.translation.homeSlotConfig`,
`sales_channel.translation.homeSlotConfig`
) as `sales_channel.homeSlotConfig`,
`sales_channel.translation.homeEnabled`,
COALESCE(
`sales_channel.translation.homeEnabled`,
`sales_channel.translation.homeEnabled`
) as `sales_channel.homeEnabled`,
`sales_channel.translation.homeName`,
COALESCE(
`sales_channel.translation.homeName`,
`sales_channel.translation.homeName`
) as `sales_channel.homeName`,
`sales_channel.translation.homeMetaTitle`,
COALESCE(
`sales_channel.translation.homeMetaTitle`,
`sales_channel.translation.homeMetaTitle`
) as `sales_channel.homeMetaTitle`,
`sales_channel.translation.homeMetaDescription`,
COALESCE(
`sales_channel.translation.homeMetaDescription`,
`sales_channel.translation.homeMetaDescription`
) as `sales_channel.homeMetaDescription`,
`sales_channel.translation.homeKeywords`,
COALESCE(
`sales_channel.translation.homeKeywords`,
`sales_channel.translation.homeKeywords`
) as `sales_channel.homeKeywords`,
`sales_channel.translation.customFields`,
COALESCE(
`sales_channel.translation.customFields`,
`sales_channel.translation.customFields`
) as `sales_channel.customFields`,
`sales_channel.translation.createdAt`,
`sales_channel.translation.updatedAt`,
`sales_channel.translation.salesChannelId`,
`sales_channel.translation.languageId`
FROM
`sales_channel`
LEFT JOIN (
SELECT
`sales_channel.translation`.sales_channel_id,
`sales_channel.translation`.name as `sales_channel.translation.name`,
`sales_channel.translation`.home_slot_config as `sales_channel.translation.homeSlotConfig`,
`sales_channel.translation`.home_enabled as `sales_channel.translation.homeEnabled`,
`sales_channel.translation`.home_name as `sales_channel.translation.homeName`,
`sales_channel.translation`.home_meta_title as `sales_channel.translation.homeMetaTitle`,
`sales_channel.translation`.home_meta_description as `sales_channel.translation.homeMetaDescription`,
`sales_channel.translation`.home_keywords as `sales_channel.translation.homeKeywords`,
`sales_channel.translation`.custom_fields as `sales_channel.translation.customFields`,
`sales_channel.translation`.created_at as `sales_channel.translation.createdAt`,
`sales_channel.translation`.updated_at as `sales_channel.translation.updatedAt`,
`sales_channel.translation`.sales_channel_id as `sales_channel.translation.salesChannelId`,
`sales_channel.translation`.language_id as `sales_channel.translation.languageId`
FROM
`sales_channel_translation` `sales_channel.translation`
WHERE
`sales_channel.translation`.language_id = : languageId
) `sales_channel.sales_channel_translation` ON `sales_channel.sales_channel_translation`.`sales_channel_id` = `sales_channel`.`id`
LEFT JOIN `sales_channel_analytics` `sales_channel.analytics` ON `sales_channel`.`analytics_id` = `sales_channel.analytics`.`id`
LEFT JOIN `currency` `sales_channel.currency` ON `sales_channel`.`currency_id` = `sales_channel.currency`.`id`
LEFT JOIN (
SELECT
`sales_channel.currency.translation`.currency_id,
`sales_channel.currency.translation`.short_name as `sales_channel.currency.translation.shortName`,
`sales_channel.currency.translation`.name as `sales_channel.currency.translation.name`,
`sales_channel.currency.translation`.custom_fields as `sales_channel.currency.translation.customFields`,
`sales_channel.currency.translation`.created_at as `sales_channel.currency.translation.createdAt`,
`sales_channel.currency.translation`.updated_at as `sales_channel.currency.translation.updatedAt`,
`sales_channel.currency.translation`.currency_id as `sales_channel.currency.translation.currencyId`,
`sales_channel.currency.translation`.language_id as `sales_channel.currency.translation.languageId`
FROM
`currency_translation` `sales_channel.currency.translation`
WHERE
`sales_channel.currency.translation`.language_id = : languageId
) `sales_channel.currency.currency_translation` ON `sales_channel.currency.currency_translation`.`currency_id` = `sales_channel.currency`.`id`
WHERE
`sales_channel`.`id` IN (: ids)
SELECT `sales_channel`.`id` as `sales_channel.id`, `sales_channel`.`type_id` as `sales_channel.typeId`, `sales_channel`.`language_id` as `sales_channel.languageId`, `sales_channel`.`customer_group_id` as `sales_channel.customerGroupId`, `sales_channel`.`currency_id` as `sales_channel.currencyId`, `sales_channel`.`payment_method_id` as `sales_channel.paymentMethodId`, `sales_channel`.`shipping_method_id` as `sales_channel.shippingMethodId`, `sales_channel`.`country_id` as `sales_channel.countryId`, `sales_channel`.`analytics_id` as `sales_channel.analyticsId`, `sales_channel`.`navigation_category_id` as `sales_channel.navigationCategoryId`, `sales_channel`.`navigation_category_version_id` as `sales_channel.navigationCategoryVersionId`, `sales_channel`.`navigation_category_depth` as `sales_channel.navigationCategoryDepth`, `sales_channel`.`footer_category_id` as `sales_channel.footerCategoryId`, `sales_channel`.`footer_category_version_id` as `sales_channel.footerCategoryVersionId`, `sales_channel`.`service_category_id` as `sales_channel.serviceCategoryId`, `sales_channel`.`service_category_version_id` as `sales_channel.serviceCategoryVersionId`, `sales_channel`.`mail_header_footer_id` as `sales_channel.mailHeaderFooterId`, `sales_channel`.`hreflang_default_domain_id` as `sales_channel.hreflangDefaultDomainId`, `sales_channel`.`short_name` as `sales_channel.shortName`, `sales_channel`.`tax_calculation_type` as `sales_channel.taxCalculationType`, `sales_channel`.`access_key` as `sales_channel.accessKey`, `sales_channel`.`configuration` as `sales_channel.configuration`, `sales_channel`.`active` as `sales_channel.active`, `sales_channel`.`hreflang_active` as `sales_channel.hreflangActive`, `sales_channel`.`maintenance` as `sales_channel.maintenance`, `sales_channel`.`maintenance_ip_whitelist` as `sales_channel.maintenanceIpWhitelist`, `sales_channel`.`payment_method_ids` as `sales_channel.paymentMethodIds`, `sales_channel`.`home_cms_page_id` as `sales_channel.homeCmsPageId`, `sales_channel`.`home_cms_page_version_id` as `sales_channel.homeCmsPageVersionId`, `sales_channel.analytics`.`id` as `sales_channel.analytics.id`, `sales_channel.analytics`.`tracking_id` as `sales_channel.analytics.trackingId`, `sales_channel.analytics`.`active` as `sales_channel.analytics.active`, `sales_channel.analytics`.`track_orders` as `sales_channel.analytics.trackOrders`, `sales_channel.analytics`.`anonymize_ip` as `sales_channel.analytics.anonymizeIp`, `sales_channel.analytics`.`created_at` as `sales_channel.analytics.createdAt`, `sales_channel.analytics`.`updated_at` as `sales_channel.analytics.updatedAt`, `sales_channel`.`created_at` as `sales_channel.createdAt`, `sales_channel`.`updated_at` as `sales_channel.updatedAt`, `sales_channel.currency`.`id` as `sales_channel.currency.id`, `sales_channel.currency`.`factor` as `sales_channel.currency.factor`, `sales_channel.currency`.`symbol` as `sales_channel.currency.symbol`, `sales_channel.currency`.`iso_code` as `sales_channel.currency.isoCode`, `sales_channel.currency`.`position` as `sales_channel.currency.position`, `sales_channel.currency`.`item_rounding` as `sales_channel.currency.itemRounding`, `sales_channel.currency`.`total_rounding` as `sales_channel.currency.totalRounding`, `sales_channel.currency`.`tax_free_from` as `sales_channel.currency.taxFreeFrom`, `sales_channel.currency`.`created_at` as `sales_channel.currency.createdAt`, `sales_channel.currency`.`updated_at` as `sales_channel.currency.updatedAt`, `sales_channel.currency.translation.shortName`, COALESCE(`sales_channel.currency.translation.shortName`,`sales_channel.currency.translation.shortName`) as `sales_channel.currency.shortName`, `sales_channel.currency.translation.name`, COALESCE(`sales_channel.currency.translation.name`,`sales_channel.currency.translation.name`) as `sales_channel.currency.name`, `sales_channel.currency.translation.customFields`, COALESCE(`sales_channel.currency.translation.customFields`,`sales_channel.currency.translation.customFields`) as `sales_channel.currency.customFields`, `sales_channel.currency.translation.createdAt`, `sales_channel.currency.translation.updatedAt`, `sales_channel.currency.translation.currencyId`, `sales_channel.currency.translation.languageId`, `sales_channel.translation.name`, COALESCE(`sales_channel.translation.name`,`sales_channel.translation.name`) as `sales_channel.name`, `sales_channel.translation.homeSlotConfig`, COALESCE(`sales_channel.translation.homeSlotConfig`,`sales_channel.translation.homeSlotConfig`) as `sales_channel.homeSlotConfig`, `sales_channel.translation.homeEnabled`, COALESCE(`sales_channel.translation.homeEnabled`,`sales_channel.translation.homeEnabled`) as `sales_channel.homeEnabled`, `sales_channel.translation.homeName`, COALESCE(`sales_channel.translation.homeName`,`sales_channel.translation.homeName`) as `sales_channel.homeName`, `sales_channel.translation.homeMetaTitle`, COALESCE(`sales_channel.translation.homeMetaTitle`,`sales_channel.translation.homeMetaTitle`) as `sales_channel.homeMetaTitle`, `sales_channel.translation.homeMetaDescription`, COALESCE(`sales_channel.translation.homeMetaDescription`,`sales_channel.translation.homeMetaDescription`) as `sales_channel.homeMetaDescription`, `sales_channel.translation.homeKeywords`, COALESCE(`sales_channel.translation.homeKeywords`,`sales_channel.translation.homeKeywords`) as `sales_channel.homeKeywords`, `sales_channel.translation.customFields`, COALESCE(`sales_channel.translation.customFields`,`sales_channel.translation.customFields`) as `sales_channel.customFields`, `sales_channel.translation.createdAt`, `sales_channel.translation.updatedAt`, `sales_channel.translation.salesChannelId`, `sales_channel.translation.languageId` FROM `sales_channel` LEFT JOIN (SELECT `sales_channel.translation`.sales_channel_id, `sales_channel.translation`.name as `sales_channel.translation.name`, `sales_channel.translation`.home_slot_config as `sales_channel.translation.homeSlotConfig`, `sales_channel.translation`.home_enabled as `sales_channel.translation.homeEnabled`, `sales_channel.translation`.home_name as `sales_channel.translation.homeName`, `sales_channel.translation`.home_meta_title as `sales_channel.translation.homeMetaTitle`, `sales_channel.translation`.home_meta_description as `sales_channel.translation.homeMetaDescription`, `sales_channel.translation`.home_keywords as `sales_channel.translation.homeKeywords`, `sales_channel.translation`.custom_fields as `sales_channel.translation.customFields`, `sales_channel.translation`.created_at as `sales_channel.translation.createdAt`, `sales_channel.translation`.updated_at as `sales_channel.translation.updatedAt`, `sales_channel.translation`.sales_channel_id as `sales_channel.translation.salesChannelId`, `sales_channel.translation`.language_id as `sales_channel.translation.languageId` FROM `sales_channel_translation` `sales_channel.translation` WHERE `sales_channel.translation`.language_id = 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 (0x79524D2C18DE48BC9032D43A03293AEB);
array:59 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 212)"
2 => "Doctrine\DBAL\Query\QueryBuilder::execute (line 296)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetch (line 131)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 83)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::read (line 226)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::read (line 255)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::_search (line 111)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::Shopware\Core\Framework\DataAbstractionLayer\{closure} (line 57)"
9 => "Shopware\Core\Profiling\Profiler::trace (line 112)"
10 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 94)"
11 => "Shopware\Core\System\SalesChannel\Context\BaseContextFactory::create (line 72)"
12 => "Shopware\Core\System\SalesChannel\Context\CachedBaseContextFactory::Shopware\Core\System\SalesChannel\Context\{closure} (line 328)"
13 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 39)"
14 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 99)"
15 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 40)"
16 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 43)"
17 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 41)"
18 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 37)"
19 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 54)"
20 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 38)"
21 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 73)"
22 => "Shopware\Core\System\SalesChannel\Context\CachedBaseContextFactory::Shopware\Core\System\SalesChannel\Context\{closure} (line 70)"
23 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 33)"
24 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 83)"
25 => "Shopware\Core\System\SalesChannel\Context\CachedBaseContextFactory::create (line 84)"
26 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextFactory::create (line 56)"
27 => "Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory::Shopware\Core\System\SalesChannel\Context\{closure} (line 328)"
28 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 39)"
29 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 99)"
30 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 40)"
31 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 43)"
32 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 41)"
33 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 37)"
34 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 54)"
35 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 38)"
36 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 57)"
37 => "Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory::Shopware\Core\System\SalesChannel\Context\{closure} (line 70)"
38 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 33)"
39 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 67)"
40 => "Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory::create (line 92)"
41 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService::Shopware\Core\System\SalesChannel\Context\{closure} (line 57)"
42 => "Shopware\Core\Profiling\Profiler::trace (line 99)"
43 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService::get (line 100)"
44 => "Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver::resolve (line 33)"
45 => "Shopware\Core\Framework\Routing\ContextResolverListener::resolveContext (line 117)"
46 => "Symfony\Component\EventDispatcher\Debug\WrappedListener::__invoke (line 230)"
47 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
48 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 51)"
49 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 96)"
50 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 52)"
51 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 32)"
52 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
53 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 140)"
54 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 74)"
55 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
56 => "Symfony\Component\HttpKernel\Kernel::handle (line 153)"
57 => "Shopware\Core\HttpKernel::doHandle (line 79)"
58 => "Shopware\Core\HttpKernel::handle (line 48)"
]
|
13 |
0.41 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_18b818e63d084cf78e6f58cbc7447dd8))
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 (0x79524D2C18DE48BC9032D43A03293AEB));
array:63 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 212)"
2 => "Doctrine\DBAL\Query\QueryBuilder::execute (line 296)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetch (line 131)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 465)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::loadOneToManyWithoutPagination (line 406)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::loadOneToMany (line 1140)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetchAssociations (line 135)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 83)"
9 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::read (line 226)"
10 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::read (line 255)"
11 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::_search (line 111)"
12 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::Shopware\Core\Framework\DataAbstractionLayer\{closure} (line 57)"
13 => "Shopware\Core\Profiling\Profiler::trace (line 112)"
14 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 94)"
15 => "Shopware\Core\System\SalesChannel\Context\BaseContextFactory::create (line 72)"
16 => "Shopware\Core\System\SalesChannel\Context\CachedBaseContextFactory::Shopware\Core\System\SalesChannel\Context\{closure} (line 328)"
17 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 39)"
18 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 99)"
19 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 40)"
20 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 43)"
21 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 41)"
22 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 37)"
23 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 54)"
24 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 38)"
25 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 73)"
26 => "Shopware\Core\System\SalesChannel\Context\CachedBaseContextFactory::Shopware\Core\System\SalesChannel\Context\{closure} (line 70)"
27 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 33)"
28 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 83)"
29 => "Shopware\Core\System\SalesChannel\Context\CachedBaseContextFactory::create (line 84)"
30 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextFactory::create (line 56)"
31 => "Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory::Shopware\Core\System\SalesChannel\Context\{closure} (line 328)"
32 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 39)"
33 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 99)"
34 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 40)"
35 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 43)"
36 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 41)"
37 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 37)"
38 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 54)"
39 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 38)"
40 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 57)"
41 => "Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory::Shopware\Core\System\SalesChannel\Context\{closure} (line 70)"
42 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 33)"
43 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 67)"
44 => "Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory::create (line 92)"
45 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService::Shopware\Core\System\SalesChannel\Context\{closure} (line 57)"
46 => "Shopware\Core\Profiling\Profiler::trace (line 99)"
47 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService::get (line 100)"
48 => "Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver::resolve (line 33)"
49 => "Shopware\Core\Framework\Routing\ContextResolverListener::resolveContext (line 117)"
50 => "Symfony\Component\EventDispatcher\Debug\WrappedListener::__invoke (line 230)"
51 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
52 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 51)"
53 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 96)"
54 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 52)"
55 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 32)"
56 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
57 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 140)"
58 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 74)"
59 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
60 => "Symfony\Component\HttpKernel\Kernel::handle (line 153)"
61 => "Shopware\Core\HttpKernel::doHandle (line 79)"
62 => "Shopware\Core\HttpKernel::handle (line 48)"
]
|
14 |
0.66 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`.`tax_free_from` as `currency.taxFreeFrom`, `currency`.`created_at` as `currency.createdAt`, `currency`.`updated_at` as `currency.updatedAt`, `currency.translation.shortName`, COALESCE(`currency.translation.shortName`,`currency.translation.shortName`) as `currency.shortName`, `currency.translation.name`, COALESCE(`currency.translation.name`,`currency.translation.name`) as `currency.name`, `currency.translation.customFields`, COALESCE(`currency.translation.customFields`,`currency.translation.customFields`) as `currency.customFields`, `currency.translation.createdAt`, `currency.translation.updatedAt`, `currency.translation.currencyId`, `currency.translation.languageId` FROM `currency` LEFT JOIN (SELECT `currency.translation`.currency_id, `currency.translation`.short_name as `currency.translation.shortName`, `currency.translation`.name as `currency.translation.name`, `currency.translation`.custom_fields as `currency.translation.customFields`, `currency.translation`.created_at as `currency.translation.createdAt`, `currency.translation`.updated_at as `currency.translation.updatedAt`, `currency.translation`.currency_id as `currency.translation.currencyId`, `currency.translation`.language_id as `currency.translation.languageId` FROM `currency_translation` `currency.translation` WHERE `currency.translation`.language_id = :languageId) `currency.currency_translation` ON `currency.currency_translation`.`currency_id` = `currency`.`id` WHERE `currency`.`id` IN (:ids)
SELECT `currency`.`id` as `currency.id`, `currency`.`factor` as `currency.factor`, `currency`.`symbol` as `currency.symbol`, `currency`.`iso_code` as `currency.isoCode`, `currency`.`position` as `currency.position`, `currency`.`item_rounding` as `currency.itemRounding`, `currency`.`total_rounding` as `currency.totalRounding`, `currency`.`tax_free_from` as `currency.taxFreeFrom`, `currency`.`created_at` as `currency.createdAt`, `currency`.`updated_at` as `currency.updatedAt`, `currency.translation.shortName`, COALESCE(`currency.translation.shortName`,`currency.translation.shortName`) as `currency.shortName`, `currency.translation.name`, COALESCE(`currency.translation.name`,`currency.translation.name`) as `currency.name`, `currency.translation.customFields`, COALESCE(`currency.translation.customFields`,`currency.translation.customFields`) as `currency.customFields`, `currency.translation.createdAt`, `currency.translation.updatedAt`, `currency.translation.currencyId`, `currency.translation.languageId` FROM `currency` LEFT JOIN (SELECT `currency.translation`.currency_id, `currency.translation`.short_name as `currency.translation.shortName`, `currency.translation`.name as `currency.translation.name`, `currency.translation`.custom_fields as `currency.translation.customFields`, `currency.translation`.created_at as `currency.translation.createdAt`, `currency.translation`.updated_at as `currency.translation.updatedAt`, `currency.translation`.currency_id as `currency.translation.currencyId`, `currency.translation`.language_id as `currency.translation.languageId` FROM `currency_translation` `currency.translation` WHERE `currency.translation`.language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B) `currency.currency_translation` ON `currency.currency_translation`.`currency_id` = `currency`.`id` WHERE `currency`.`id` IN (0xB7D2554B0CE847CD82F3AC9BD1C0DFCA);
array:59 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 212)"
2 => "Doctrine\DBAL\Query\QueryBuilder::execute (line 296)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetch (line 131)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 83)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::read (line 226)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::read (line 255)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::_search (line 111)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::Shopware\Core\Framework\DataAbstractionLayer\{closure} (line 57)"
9 => "Shopware\Core\Profiling\Profiler::trace (line 112)"
10 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 118)"
11 => "Shopware\Core\System\SalesChannel\Context\BaseContextFactory::create (line 72)"
12 => "Shopware\Core\System\SalesChannel\Context\CachedBaseContextFactory::Shopware\Core\System\SalesChannel\Context\{closure} (line 328)"
13 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 39)"
14 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 99)"
15 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 40)"
16 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 43)"
17 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 41)"
18 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 37)"
19 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 54)"
20 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 38)"
21 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 73)"
22 => "Shopware\Core\System\SalesChannel\Context\CachedBaseContextFactory::Shopware\Core\System\SalesChannel\Context\{closure} (line 70)"
23 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 33)"
24 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 83)"
25 => "Shopware\Core\System\SalesChannel\Context\CachedBaseContextFactory::create (line 84)"
26 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextFactory::create (line 56)"
27 => "Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory::Shopware\Core\System\SalesChannel\Context\{closure} (line 328)"
28 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 39)"
29 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 99)"
30 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 40)"
31 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 43)"
32 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 41)"
33 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 37)"
34 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 54)"
35 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 38)"
36 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 57)"
37 => "Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory::Shopware\Core\System\SalesChannel\Context\{closure} (line 70)"
38 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 33)"
39 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 67)"
40 => "Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory::create (line 92)"
41 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService::Shopware\Core\System\SalesChannel\Context\{closure} (line 57)"
42 => "Shopware\Core\Profiling\Profiler::trace (line 99)"
43 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService::get (line 100)"
44 => "Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver::resolve (line 33)"
45 => "Shopware\Core\Framework\Routing\ContextResolverListener::resolveContext (line 117)"
46 => "Symfony\Component\EventDispatcher\Debug\WrappedListener::__invoke (line 230)"
47 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
48 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 51)"
49 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 96)"
50 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 52)"
51 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 32)"
52 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
53 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 140)"
54 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 74)"
55 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
56 => "Symfony\Component\HttpKernel\Kernel::handle (line 153)"
57 => "Shopware\Core\HttpKernel::doHandle (line 79)"
58 => "Shopware\Core\HttpKernel::handle (line 48)"
]
|
15 |
0.83 ms |
SELECT `country`.`id` as `country.id`, `country`.`iso` as `country.iso`, `country`.`position` as `country.position`, `country`.`active` as `country.active`, `country`.`shipping_available` as `country.shippingAvailable`, `country`.`iso3` as `country.iso3`, `country`.`display_state_in_registration` as `country.displayStateInRegistration`, `country`.`force_state_in_registration` as `country.forceStateInRegistration`, `country`.`company_tax_free` as `country.companyTaxFree`, `country`.`check_vat_id_pattern` as `country.checkVatIdPattern`, `country`.`vat_id_required` as `country.vatIdRequired`, `country`.`tax_free` as `country.taxFree`, `country`.`vat_id_pattern` as `country.vatIdPattern`, `country`.`customer_tax` as `country.customerTax`, `country`.`company_tax` as `country.companyTax`, `country`.`created_at` as `country.createdAt`, `country`.`updated_at` as `country.updatedAt`, `country.translation.name`, COALESCE(`country.translation.name`,`country.translation.name`) as `country.name`, `country.translation.customFields`, COALESCE(`country.translation.customFields`,`country.translation.customFields`) as `country.customFields`, `country.translation.createdAt`, `country.translation.updatedAt`, `country.translation.countryId`, `country.translation.languageId` FROM `country` LEFT JOIN (SELECT `country.translation`.country_id, `country.translation`.name as `country.translation.name`, `country.translation`.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`.`active` as `country.active`, `country`.`shipping_available` as `country.shippingAvailable`, `country`.`iso3` as `country.iso3`, `country`.`display_state_in_registration` as `country.displayStateInRegistration`, `country`.`force_state_in_registration` as `country.forceStateInRegistration`, `country`.`company_tax_free` as `country.companyTaxFree`, `country`.`check_vat_id_pattern` as `country.checkVatIdPattern`, `country`.`vat_id_required` as `country.vatIdRequired`, `country`.`tax_free` as `country.taxFree`, `country`.`vat_id_pattern` as `country.vatIdPattern`, `country`.`customer_tax` as `country.customerTax`, `country`.`company_tax` as `country.companyTax`, `country`.`created_at` as `country.createdAt`, `country`.`updated_at` as `country.updatedAt`, `country.translation.name`, COALESCE(`country.translation.name`,`country.translation.name`) as `country.name`, `country.translation.customFields`, COALESCE(`country.translation.customFields`,`country.translation.customFields`) as `country.customFields`, `country.translation.createdAt`, `country.translation.updatedAt`, `country.translation.countryId`, `country.translation.languageId` FROM `country` LEFT JOIN (SELECT `country.translation`.country_id, `country.translation`.name as `country.translation.name`, `country.translation`.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 (0xA2850BB0A2194B789C9C2A8AC363D196);
array:60 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 212)"
2 => "Doctrine\DBAL\Query\QueryBuilder::execute (line 296)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetch (line 131)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 83)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::read (line 226)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::read (line 255)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::_search (line 111)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::Shopware\Core\Framework\DataAbstractionLayer\{closure} (line 57)"
9 => "Shopware\Core\Profiling\Profiler::trace (line 112)"
10 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 318)"
11 => "Shopware\Core\System\SalesChannel\Context\BaseContextFactory::loadShippingLocation (line 122)"
12 => "Shopware\Core\System\SalesChannel\Context\BaseContextFactory::create (line 72)"
13 => "Shopware\Core\System\SalesChannel\Context\CachedBaseContextFactory::Shopware\Core\System\SalesChannel\Context\{closure} (line 328)"
14 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 39)"
15 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 99)"
16 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 40)"
17 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 43)"
18 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 41)"
19 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 37)"
20 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 54)"
21 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 38)"
22 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 73)"
23 => "Shopware\Core\System\SalesChannel\Context\CachedBaseContextFactory::Shopware\Core\System\SalesChannel\Context\{closure} (line 70)"
24 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 33)"
25 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 83)"
26 => "Shopware\Core\System\SalesChannel\Context\CachedBaseContextFactory::create (line 84)"
27 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextFactory::create (line 56)"
28 => "Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory::Shopware\Core\System\SalesChannel\Context\{closure} (line 328)"
29 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 39)"
30 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 99)"
31 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 40)"
32 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 43)"
33 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 41)"
34 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 37)"
35 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 54)"
36 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 38)"
37 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 57)"
38 => "Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory::Shopware\Core\System\SalesChannel\Context\{closure} (line 70)"
39 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 33)"
40 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 67)"
41 => "Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory::create (line 92)"
42 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService::Shopware\Core\System\SalesChannel\Context\{closure} (line 57)"
43 => "Shopware\Core\Profiling\Profiler::trace (line 99)"
44 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService::get (line 100)"
45 => "Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver::resolve (line 33)"
46 => "Shopware\Core\Framework\Routing\ContextResolverListener::resolveContext (line 117)"
47 => "Symfony\Component\EventDispatcher\Debug\WrappedListener::__invoke (line 230)"
48 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
49 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 51)"
50 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 96)"
51 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 52)"
52 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 32)"
53 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
54 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 140)"
55 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 74)"
56 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
57 => "Symfony\Component\HttpKernel\Kernel::handle (line 153)"
58 => "Shopware\Core\HttpKernel::doHandle (line 79)"
59 => "Shopware\Core\HttpKernel::handle (line 48)"
]
|
16 |
0.98 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.translation.name`, COALESCE(`customer_group.translation.name`,`customer_group.translation.name`) as `customer_group.name`, `customer_group.translation.registrationTitle`, COALESCE(`customer_group.translation.registrationTitle`,`customer_group.translation.registrationTitle`) as `customer_group.registrationTitle`, `customer_group.translation.registrationIntroduction`, COALESCE(`customer_group.translation.registrationIntroduction`,`customer_group.translation.registrationIntroduction`) as `customer_group.registrationIntroduction`, `customer_group.translation.registrationOnlyCompanyRegistration`, COALESCE(`customer_group.translation.registrationOnlyCompanyRegistration`,`customer_group.translation.registrationOnlyCompanyRegistration`) as `customer_group.registrationOnlyCompanyRegistration`, `customer_group.translation.registrationSeoMetaDescription`, COALESCE(`customer_group.translation.registrationSeoMetaDescription`,`customer_group.translation.registrationSeoMetaDescription`) as `customer_group.registrationSeoMetaDescription`, `customer_group.translation.customFields`, COALESCE(`customer_group.translation.customFields`,`customer_group.translation.customFields`) as `customer_group.customFields`, `customer_group.translation.createdAt`, `customer_group.translation.updatedAt`, `customer_group.translation.customerGroupId`, `customer_group.translation.languageId` FROM `customer_group` LEFT JOIN (SELECT `customer_group.translation`.customer_group_id, `customer_group.translation`.name as `customer_group.translation.name`, `customer_group.translation`.registration_title as `customer_group.translation.registrationTitle`, `customer_group.translation`.registration_introduction as `customer_group.translation.registrationIntroduction`, `customer_group.translation`.registration_only_company_registration as `customer_group.translation.registrationOnlyCompanyRegistration`, `customer_group.translation`.registration_seo_meta_description as `customer_group.translation.registrationSeoMetaDescription`, `customer_group.translation`.custom_fields as `customer_group.translation.customFields`, `customer_group.translation`.created_at as `customer_group.translation.createdAt`, `customer_group.translation`.updated_at as `customer_group.translation.updatedAt`, `customer_group.translation`.customer_group_id as `customer_group.translation.customerGroupId`, `customer_group.translation`.language_id as `customer_group.translation.languageId` FROM `customer_group_translation` `customer_group.translation` WHERE `customer_group.translation`.language_id = :languageId) `customer_group.customer_group_translation` ON `customer_group.customer_group_translation`.`customer_group_id` = `customer_group`.`id` WHERE `customer_group`.`id` IN (:ids)
SELECT `customer_group`.`id` as `customer_group.id`, `customer_group`.`display_gross` as `customer_group.displayGross`, `customer_group`.`registration_active` as `customer_group.registrationActive`, `customer_group`.`created_at` as `customer_group.createdAt`, `customer_group`.`updated_at` as `customer_group.updatedAt`, `customer_group.translation.name`, COALESCE(`customer_group.translation.name`,`customer_group.translation.name`) as `customer_group.name`, `customer_group.translation.registrationTitle`, COALESCE(`customer_group.translation.registrationTitle`,`customer_group.translation.registrationTitle`) as `customer_group.registrationTitle`, `customer_group.translation.registrationIntroduction`, COALESCE(`customer_group.translation.registrationIntroduction`,`customer_group.translation.registrationIntroduction`) as `customer_group.registrationIntroduction`, `customer_group.translation.registrationOnlyCompanyRegistration`, COALESCE(`customer_group.translation.registrationOnlyCompanyRegistration`,`customer_group.translation.registrationOnlyCompanyRegistration`) as `customer_group.registrationOnlyCompanyRegistration`, `customer_group.translation.registrationSeoMetaDescription`, COALESCE(`customer_group.translation.registrationSeoMetaDescription`,`customer_group.translation.registrationSeoMetaDescription`) as `customer_group.registrationSeoMetaDescription`, `customer_group.translation.customFields`, COALESCE(`customer_group.translation.customFields`,`customer_group.translation.customFields`) as `customer_group.customFields`, `customer_group.translation.createdAt`, `customer_group.translation.updatedAt`, `customer_group.translation.customerGroupId`, `customer_group.translation.languageId` FROM `customer_group` LEFT JOIN (SELECT `customer_group.translation`.customer_group_id, `customer_group.translation`.name as `customer_group.translation.name`, `customer_group.translation`.registration_title as `customer_group.translation.registrationTitle`, `customer_group.translation`.registration_introduction as `customer_group.translation.registrationIntroduction`, `customer_group.translation`.registration_only_company_registration as `customer_group.translation.registrationOnlyCompanyRegistration`, `customer_group.translation`.registration_seo_meta_description as `customer_group.translation.registrationSeoMetaDescription`, `customer_group.translation`.custom_fields as `customer_group.translation.customFields`, `customer_group.translation`.created_at as `customer_group.translation.createdAt`, `customer_group.translation`.updated_at as `customer_group.translation.updatedAt`, `customer_group.translation`.customer_group_id as `customer_group.translation.customerGroupId`, `customer_group.translation`.language_id as `customer_group.translation.languageId` FROM `customer_group_translation` `customer_group.translation` WHERE `customer_group.translation`.language_id = 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:59 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 212)"
2 => "Doctrine\DBAL\Query\QueryBuilder::execute (line 296)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetch (line 131)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 83)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::read (line 226)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::read (line 255)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::_search (line 111)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::Shopware\Core\Framework\DataAbstractionLayer\{closure} (line 57)"
9 => "Shopware\Core\Profiling\Profiler::trace (line 112)"
10 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 132)"
11 => "Shopware\Core\System\SalesChannel\Context\BaseContextFactory::create (line 72)"
12 => "Shopware\Core\System\SalesChannel\Context\CachedBaseContextFactory::Shopware\Core\System\SalesChannel\Context\{closure} (line 328)"
13 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 39)"
14 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 99)"
15 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 40)"
16 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 43)"
17 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 41)"
18 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 37)"
19 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 54)"
20 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 38)"
21 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 73)"
22 => "Shopware\Core\System\SalesChannel\Context\CachedBaseContextFactory::Shopware\Core\System\SalesChannel\Context\{closure} (line 70)"
23 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 33)"
24 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 83)"
25 => "Shopware\Core\System\SalesChannel\Context\CachedBaseContextFactory::create (line 84)"
26 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextFactory::create (line 56)"
27 => "Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory::Shopware\Core\System\SalesChannel\Context\{closure} (line 328)"
28 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 39)"
29 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 99)"
30 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 40)"
31 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 43)"
32 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 41)"
33 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 37)"
34 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 54)"
35 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 38)"
36 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 57)"
37 => "Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory::Shopware\Core\System\SalesChannel\Context\{closure} (line 70)"
38 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 33)"
39 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 67)"
40 => "Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory::create (line 92)"
41 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService::Shopware\Core\System\SalesChannel\Context\{closure} (line 57)"
42 => "Shopware\Core\Profiling\Profiler::trace (line 99)"
43 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService::get (line 100)"
44 => "Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver::resolve (line 33)"
45 => "Shopware\Core\Framework\Routing\ContextResolverListener::resolveContext (line 117)"
46 => "Symfony\Component\EventDispatcher\Debug\WrappedListener::__invoke (line 230)"
47 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
48 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 51)"
49 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 96)"
50 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 52)"
51 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 32)"
52 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
53 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 140)"
54 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 74)"
55 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
56 => "Symfony\Component\HttpKernel\Kernel::handle (line 153)"
57 => "Shopware\Core\HttpKernel::doHandle (line 79)"
58 => "Shopware\Core\HttpKernel::handle (line 48)"
]
|
17 |
0.26 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`
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`;
array:60 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 212)"
2 => "Doctrine\DBAL\Query\QueryBuilder::execute (line 296)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetch (line 131)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 83)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::read (line 226)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::read (line 255)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::_search (line 111)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::Shopware\Core\Framework\DataAbstractionLayer\{closure} (line 57)"
9 => "Shopware\Core\Profiling\Profiler::trace (line 112)"
10 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 182)"
11 => "Shopware\Core\System\SalesChannel\Context\BaseContextFactory::getTaxRules (line 139)"
12 => "Shopware\Core\System\SalesChannel\Context\BaseContextFactory::create (line 72)"
13 => "Shopware\Core\System\SalesChannel\Context\CachedBaseContextFactory::Shopware\Core\System\SalesChannel\Context\{closure} (line 328)"
14 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 39)"
15 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 99)"
16 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 40)"
17 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 43)"
18 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 41)"
19 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 37)"
20 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 54)"
21 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 38)"
22 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 73)"
23 => "Shopware\Core\System\SalesChannel\Context\CachedBaseContextFactory::Shopware\Core\System\SalesChannel\Context\{closure} (line 70)"
24 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 33)"
25 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 83)"
26 => "Shopware\Core\System\SalesChannel\Context\CachedBaseContextFactory::create (line 84)"
27 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextFactory::create (line 56)"
28 => "Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory::Shopware\Core\System\SalesChannel\Context\{closure} (line 328)"
29 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 39)"
30 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 99)"
31 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 40)"
32 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 43)"
33 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 41)"
34 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 37)"
35 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 54)"
36 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 38)"
37 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 57)"
38 => "Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory::Shopware\Core\System\SalesChannel\Context\{closure} (line 70)"
39 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 33)"
40 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 67)"
41 => "Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory::create (line 92)"
42 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService::Shopware\Core\System\SalesChannel\Context\{closure} (line 57)"
43 => "Shopware\Core\Profiling\Profiler::trace (line 99)"
44 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService::get (line 100)"
45 => "Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver::resolve (line 33)"
46 => "Shopware\Core\Framework\Routing\ContextResolverListener::resolveContext (line 117)"
47 => "Symfony\Component\EventDispatcher\Debug\WrappedListener::__invoke (line 230)"
48 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
49 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 51)"
50 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 96)"
51 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 52)"
52 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 32)"
53 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
54 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 140)"
55 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 74)"
56 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
57 => "Symfony\Component\HttpKernel\Kernel::handle (line 153)"
58 => "Shopware\Core\HttpKernel::doHandle (line 79)"
59 => "Shopware\Core\HttpKernel::handle (line 48)"
]
|
18 |
0.73 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.translation.typeName`, COALESCE(`tax_rule.type.translation.typeName`,`tax_rule.type.translation.typeName`) as `tax_rule.type.typeName`, `tax_rule.type.translation.createdAt`, `tax_rule.type.translation.updatedAt`, `tax_rule.type.translation.taxRuleTypeId`, `tax_rule.type.translation.languageId`, `tax_rule`.`created_at` as `tax_rule.createdAt`, `tax_rule`.`updated_at` as `tax_rule.updatedAt` FROM `tax_rule` LEFT JOIN `tax_rule_type` `tax_rule.type` ON `tax_rule`.`tax_rule_type_id` = `tax_rule.type`.`id` LEFT JOIN (SELECT `tax_rule.type.translation`.tax_rule_type_id, `tax_rule.type.translation`.type_name as `tax_rule.type.translation.typeName`, `tax_rule.type.translation`.created_at as `tax_rule.type.translation.createdAt`, `tax_rule.type.translation`.updated_at as `tax_rule.type.translation.updatedAt`, `tax_rule.type.translation`.tax_rule_type_id as `tax_rule.type.translation.taxRuleTypeId`, `tax_rule.type.translation`.language_id as `tax_rule.type.translation.languageId` FROM `tax_rule_type_translation` `tax_rule.type.translation` WHERE `tax_rule.type.translation`.language_id = :languageId) `tax_rule.type.tax_rule_type_translation` ON `tax_rule.type.tax_rule_type_translation`.`tax_rule_type_id` = `tax_rule.type`.`id` WHERE (`tax_rule`.`tax_id` IN (:param_3a2c88e823ef433c93fd60ab524f9ea7))
SELECT `tax_rule`.`id` as `tax_rule.id`, `tax_rule`.`tax_rule_type_id` as `tax_rule.taxRuleTypeId`, `tax_rule`.`country_id` as `tax_rule.countryId`, `tax_rule`.`tax_rate` as `tax_rule.taxRate`, `tax_rule`.`data` as `tax_rule.data`, `tax_rule`.`tax_id` as `tax_rule.taxId`, `tax_rule.type`.`id` as `tax_rule.type.id`, `tax_rule.type`.`technical_name` as `tax_rule.type.technicalName`, `tax_rule.type`.`position` as `tax_rule.type.position`, `tax_rule.type`.`created_at` as `tax_rule.type.createdAt`, `tax_rule.type`.`updated_at` as `tax_rule.type.updatedAt`, `tax_rule.type.translation.typeName`, COALESCE(`tax_rule.type.translation.typeName`,`tax_rule.type.translation.typeName`) as `tax_rule.type.typeName`, `tax_rule.type.translation.createdAt`, `tax_rule.type.translation.updatedAt`, `tax_rule.type.translation.taxRuleTypeId`, `tax_rule.type.translation.languageId`, `tax_rule`.`created_at` as `tax_rule.createdAt`, `tax_rule`.`updated_at` as `tax_rule.updatedAt` FROM `tax_rule` LEFT JOIN `tax_rule_type` `tax_rule.type` ON `tax_rule`.`tax_rule_type_id` = `tax_rule.type`.`id` LEFT JOIN (SELECT `tax_rule.type.translation`.tax_rule_type_id, `tax_rule.type.translation`.type_name as `tax_rule.type.translation.typeName`, `tax_rule.type.translation`.created_at as `tax_rule.type.translation.createdAt`, `tax_rule.type.translation`.updated_at as `tax_rule.type.translation.updatedAt`, `tax_rule.type.translation`.tax_rule_type_id as `tax_rule.type.translation.taxRuleTypeId`, `tax_rule.type.translation`.language_id as `tax_rule.type.translation.languageId` FROM `tax_rule_type_translation` `tax_rule.type.translation` WHERE `tax_rule.type.translation`.language_id = 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 (0x11D6A37C604042628FCD2C0C5FF92E49, 0xBC9839F56634495CACFD92F759C211A0, 0xFAF055BD89D34D43A8AA634E0294FDC3));
array:64 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 212)"
2 => "Doctrine\DBAL\Query\QueryBuilder::execute (line 296)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetch (line 131)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 465)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::loadOneToManyWithoutPagination (line 406)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::loadOneToMany (line 1140)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetchAssociations (line 135)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 83)"
9 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::read (line 226)"
10 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::read (line 255)"
11 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::_search (line 111)"
12 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::Shopware\Core\Framework\DataAbstractionLayer\{closure} (line 57)"
13 => "Shopware\Core\Profiling\Profiler::trace (line 112)"
14 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 182)"
15 => "Shopware\Core\System\SalesChannel\Context\BaseContextFactory::getTaxRules (line 139)"
16 => "Shopware\Core\System\SalesChannel\Context\BaseContextFactory::create (line 72)"
17 => "Shopware\Core\System\SalesChannel\Context\CachedBaseContextFactory::Shopware\Core\System\SalesChannel\Context\{closure} (line 328)"
18 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 39)"
19 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 99)"
20 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 40)"
21 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 43)"
22 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 41)"
23 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 37)"
24 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 54)"
25 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 38)"
26 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 73)"
27 => "Shopware\Core\System\SalesChannel\Context\CachedBaseContextFactory::Shopware\Core\System\SalesChannel\Context\{closure} (line 70)"
28 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 33)"
29 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 83)"
30 => "Shopware\Core\System\SalesChannel\Context\CachedBaseContextFactory::create (line 84)"
31 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextFactory::create (line 56)"
32 => "Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory::Shopware\Core\System\SalesChannel\Context\{closure} (line 328)"
33 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 39)"
34 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 99)"
35 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 40)"
36 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 43)"
37 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 41)"
38 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 37)"
39 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 54)"
40 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 38)"
41 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 57)"
42 => "Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory::Shopware\Core\System\SalesChannel\Context\{closure} (line 70)"
43 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 33)"
44 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 67)"
45 => "Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory::create (line 92)"
46 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService::Shopware\Core\System\SalesChannel\Context\{closure} (line 57)"
47 => "Shopware\Core\Profiling\Profiler::trace (line 99)"
48 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService::get (line 100)"
49 => "Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver::resolve (line 33)"
50 => "Shopware\Core\Framework\Routing\ContextResolverListener::resolveContext (line 117)"
51 => "Symfony\Component\EventDispatcher\Debug\WrappedListener::__invoke (line 230)"
52 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
53 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 51)"
54 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 96)"
55 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 52)"
56 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 32)"
57 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
58 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 140)"
59 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 74)"
60 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
61 => "Symfony\Component\HttpKernel\Kernel::handle (line 153)"
62 => "Shopware\Core\HttpKernel::doHandle (line 79)"
63 => "Shopware\Core\HttpKernel::handle (line 48)"
]
|
19 |
3.11 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.appPaymentMethod`.`id` as `payment_method.appPaymentMethod.id`, `payment_method.appPaymentMethod`.`app_name` as `payment_method.appPaymentMethod.appName`, `payment_method.appPaymentMethod`.`identifier` as `payment_method.appPaymentMethod.identifier`, `payment_method.appPaymentMethod`.`pay_url` as `payment_method.appPaymentMethod.payUrl`, `payment_method.appPaymentMethod`.`finalize_url` as `payment_method.appPaymentMethod.finalizeUrl`, `payment_method.appPaymentMethod`.`validate_url` as `payment_method.appPaymentMethod.validateUrl`, `payment_method.appPaymentMethod`.`capture_url` as `payment_method.appPaymentMethod.captureUrl`, `payment_method.appPaymentMethod`.`app_id` as `payment_method.appPaymentMethod.appId`, `payment_method.appPaymentMethod`.`original_media_id` as `payment_method.appPaymentMethod.originalMediaId`, `payment_method.appPaymentMethod`.`payment_method_id` as `payment_method.appPaymentMethod.paymentMethodId`, `payment_method.appPaymentMethod`.`created_at` as `payment_method.appPaymentMethod.createdAt`, `payment_method.appPaymentMethod`.`updated_at` as `payment_method.appPaymentMethod.updatedAt`, `payment_method`.`created_at` as `payment_method.createdAt`, `payment_method`.`updated_at` as `payment_method.updatedAt`, `payment_method.media`.`id` as `payment_method.media.id`, `payment_method.media`.`user_id` as `payment_method.media.userId`, `payment_method.media`.`media_folder_id` as `payment_method.media.mediaFolderId`, `payment_method.media`.`mime_type` as `payment_method.media.mimeType`, `payment_method.media`.`file_extension` as `payment_method.media.fileExtension`, `payment_method.media`.`uploaded_at` as `payment_method.media.uploadedAt`, `payment_method.media`.`file_name` as `payment_method.media.fileName`, `payment_method.media`.`file_size` as `payment_method.media.fileSize`, `payment_method.media`.`media_type` as `payment_method.media.mediaTypeRaw`, `payment_method.media`.`meta_data` as `payment_method.media.metaData`, `payment_method.media`.`private` as `payment_method.media.private`, `payment_method.media`.`thumbnails_ro` as `payment_method.media.thumbnailsRo`, `payment_method.media`.`created_at` as `payment_method.media.createdAt`, `payment_method.media`.`updated_at` as `payment_method.media.updatedAt`, `payment_method.media.translation.title`, COALESCE(`payment_method.media.translation.title`,`payment_method.media.translation.title`) as `payment_method.media.title`, `payment_method.media.translation.alt`, COALESCE(`payment_method.media.translation.alt`,`payment_method.media.translation.alt`) as `payment_method.media.alt`, `payment_method.media.translation.customFields`, COALESCE(`payment_method.media.translation.customFields`,`payment_method.media.translation.customFields`) as `payment_method.media.customFields`, `payment_method.media.translation.createdAt`, `payment_method.media.translation.updatedAt`, `payment_method.media.translation.mediaId`, `payment_method.media.translation.languageId`, `payment_method.translation.name`, COALESCE(`payment_method.translation.name`,`payment_method.translation.name`) as `payment_method.name`, `payment_method.translation.distinguishableName`, COALESCE(`payment_method.translation.distinguishableName`,`payment_method.translation.distinguishableName`) as `payment_method.distinguishableName`, `payment_method.translation.description`, COALESCE(`payment_method.translation.description`,`payment_method.translation.description`) as `payment_method.description`, `payment_method.translation.customFields`, COALESCE(`payment_method.translation.customFields`,`payment_method.translation.customFields`) as `payment_method.customFields`, `payment_method.translation.createdAt`, `payment_method.translation.updatedAt`, `payment_method.translation.paymentMethodId`, `payment_method.translation.languageId` FROM `payment_method` LEFT JOIN (SELECT `payment_method.translation`.payment_method_id, `payment_method.translation`.name as `payment_method.translation.name`, `payment_method.translation`.distinguishable_name as `payment_method.translation.distinguishableName`, `payment_method.translation`.description as `payment_method.translation.description`, `payment_method.translation`.custom_fields as `payment_method.translation.customFields`, `payment_method.translation`.created_at as `payment_method.translation.createdAt`, `payment_method.translation`.updated_at as `payment_method.translation.updatedAt`, `payment_method.translation`.payment_method_id as `payment_method.translation.paymentMethodId`, `payment_method.translation`.language_id as `payment_method.translation.languageId` FROM `payment_method_translation` `payment_method.translation` WHERE `payment_method.translation`.language_id = :languageId) `payment_method.payment_method_translation` ON `payment_method.payment_method_translation`.`payment_method_id` = `payment_method`.`id` LEFT JOIN `app_payment_method` `payment_method.appPaymentMethod` ON `payment_method`.`id` = `payment_method.appPaymentMethod`.`payment_method_id` LEFT JOIN `media` `payment_method.media` ON `payment_method`.`media_id` = `payment_method.media`.`id` LEFT JOIN (SELECT `payment_method.media.translation`.media_id, `payment_method.media.translation`.title as `payment_method.media.translation.title`, `payment_method.media.translation`.alt as `payment_method.media.translation.alt`, `payment_method.media.translation`.custom_fields as `payment_method.media.translation.customFields`, `payment_method.media.translation`.created_at as `payment_method.media.translation.createdAt`, `payment_method.media.translation`.updated_at as `payment_method.media.translation.updatedAt`, `payment_method.media.translation`.media_id as `payment_method.media.translation.mediaId`, `payment_method.media.translation`.language_id as `payment_method.media.translation.languageId` FROM `media_translation` `payment_method.media.translation` WHERE `payment_method.media.translation`.language_id = :languageId) `payment_method.media.media_translation` ON `payment_method.media.media_translation`.`media_id` = `payment_method.media`.`id` WHERE `payment_method`.`id` IN (:ids)
SELECT
`payment_method`.`id` as `payment_method.id`,
`payment_method`.`plugin_id` as `payment_method.pluginId`,
`payment_method`.`handler_identifier` as `payment_method.handlerIdentifier`,
`payment_method`.`position` as `payment_method.position`,
`payment_method`.`active` as `payment_method.active`,
`payment_method`.`after_order_enabled` as `payment_method.afterOrderEnabled`,
`payment_method`.`availability_rule_id` as `payment_method.availabilityRuleId`,
`payment_method`.`media_id` as `payment_method.mediaId`,
`payment_method.appPaymentMethod`.`id` as `payment_method.appPaymentMethod.id`,
`payment_method.appPaymentMethod`.`app_name` as `payment_method.appPaymentMethod.appName`,
`payment_method.appPaymentMethod`.`identifier` as `payment_method.appPaymentMethod.identifier`,
`payment_method.appPaymentMethod`.`pay_url` as `payment_method.appPaymentMethod.payUrl`,
`payment_method.appPaymentMethod`.`finalize_url` as `payment_method.appPaymentMethod.finalizeUrl`,
`payment_method.appPaymentMethod`.`validate_url` as `payment_method.appPaymentMethod.validateUrl`,
`payment_method.appPaymentMethod`.`capture_url` as `payment_method.appPaymentMethod.captureUrl`,
`payment_method.appPaymentMethod`.`app_id` as `payment_method.appPaymentMethod.appId`,
`payment_method.appPaymentMethod`.`original_media_id` as `payment_method.appPaymentMethod.originalMediaId`,
`payment_method.appPaymentMethod`.`payment_method_id` as `payment_method.appPaymentMethod.paymentMethodId`,
`payment_method.appPaymentMethod`.`created_at` as `payment_method.appPaymentMethod.createdAt`,
`payment_method.appPaymentMethod`.`updated_at` as `payment_method.appPaymentMethod.updatedAt`,
`payment_method`.`created_at` as `payment_method.createdAt`,
`payment_method`.`updated_at` as `payment_method.updatedAt`,
`payment_method.media`.`id` as `payment_method.media.id`,
`payment_method.media`.`user_id` as `payment_method.media.userId`,
`payment_method.media`.`media_folder_id` as `payment_method.media.mediaFolderId`,
`payment_method.media`.`mime_type` as `payment_method.media.mimeType`,
`payment_method.media`.`file_extension` as `payment_method.media.fileExtension`,
`payment_method.media`.`uploaded_at` as `payment_method.media.uploadedAt`,
`payment_method.media`.`file_name` as `payment_method.media.fileName`,
`payment_method.media`.`file_size` as `payment_method.media.fileSize`,
`payment_method.media`.`media_type` as `payment_method.media.mediaTypeRaw`,
`payment_method.media`.`meta_data` as `payment_method.media.metaData`,
`payment_method.media`.`private` as `payment_method.media.private`,
`payment_method.media`.`thumbnails_ro` as `payment_method.media.thumbnailsRo`,
`payment_method.media`.`created_at` as `payment_method.media.createdAt`,
`payment_method.media`.`updated_at` as `payment_method.media.updatedAt`,
`payment_method.media.translation.title`,
COALESCE(
`payment_method.media.translation.title`,
`payment_method.media.translation.title`
) as `payment_method.media.title`,
`payment_method.media.translation.alt`,
COALESCE(
`payment_method.media.translation.alt`,
`payment_method.media.translation.alt`
) as `payment_method.media.alt`,
`payment_method.media.translation.customFields`,
COALESCE(
`payment_method.media.translation.customFields`,
`payment_method.media.translation.customFields`
) as `payment_method.media.customFields`,
`payment_method.media.translation.createdAt`,
`payment_method.media.translation.updatedAt`,
`payment_method.media.translation.mediaId`,
`payment_method.media.translation.languageId`,
`payment_method.translation.name`,
COALESCE(
`payment_method.translation.name`,
`payment_method.translation.name`
) as `payment_method.name`,
`payment_method.translation.distinguishableName`,
COALESCE(
`payment_method.translation.distinguishableName`,
`payment_method.translation.distinguishableName`
) as `payment_method.distinguishableName`,
`payment_method.translation.description`,
COALESCE(
`payment_method.translation.description`,
`payment_method.translation.description`
) as `payment_method.description`,
`payment_method.translation.customFields`,
COALESCE(
`payment_method.translation.customFields`,
`payment_method.translation.customFields`
) as `payment_method.customFields`,
`payment_method.translation.createdAt`,
`payment_method.translation.updatedAt`,
`payment_method.translation.paymentMethodId`,
`payment_method.translation.languageId`
FROM
`payment_method`
LEFT JOIN (
SELECT
`payment_method.translation`.payment_method_id,
`payment_method.translation`.name as `payment_method.translation.name`,
`payment_method.translation`.distinguishable_name as `payment_method.translation.distinguishableName`,
`payment_method.translation`.description as `payment_method.translation.description`,
`payment_method.translation`.custom_fields as `payment_method.translation.customFields`,
`payment_method.translation`.created_at as `payment_method.translation.createdAt`,
`payment_method.translation`.updated_at as `payment_method.translation.updatedAt`,
`payment_method.translation`.payment_method_id as `payment_method.translation.paymentMethodId`,
`payment_method.translation`.language_id as `payment_method.translation.languageId`
FROM
`payment_method_translation` `payment_method.translation`
WHERE
`payment_method.translation`.language_id = : languageId
) `payment_method.payment_method_translation` ON `payment_method.payment_method_translation`.`payment_method_id` = `payment_method`.`id`
LEFT JOIN `app_payment_method` `payment_method.appPaymentMethod` ON `payment_method`.`id` = `payment_method.appPaymentMethod`.`payment_method_id`
LEFT JOIN `media` `payment_method.media` ON `payment_method`.`media_id` = `payment_method.media`.`id`
LEFT JOIN (
SELECT
`payment_method.media.translation`.media_id,
`payment_method.media.translation`.title as `payment_method.media.translation.title`,
`payment_method.media.translation`.alt as `payment_method.media.translation.alt`,
`payment_method.media.translation`.custom_fields as `payment_method.media.translation.customFields`,
`payment_method.media.translation`.created_at as `payment_method.media.translation.createdAt`,
`payment_method.media.translation`.updated_at as `payment_method.media.translation.updatedAt`,
`payment_method.media.translation`.media_id as `payment_method.media.translation.mediaId`,
`payment_method.media.translation`.language_id as `payment_method.media.translation.languageId`
FROM
`media_translation` `payment_method.media.translation`
WHERE
`payment_method.media.translation`.language_id = : languageId
) `payment_method.media.media_translation` ON `payment_method.media.media_translation`.`media_id` = `payment_method.media`.`id`
WHERE
`payment_method`.`id` IN (: ids)
SELECT `payment_method`.`id` as `payment_method.id`, `payment_method`.`plugin_id` as `payment_method.pluginId`, `payment_method`.`handler_identifier` as `payment_method.handlerIdentifier`, `payment_method`.`position` as `payment_method.position`, `payment_method`.`active` as `payment_method.active`, `payment_method`.`after_order_enabled` as `payment_method.afterOrderEnabled`, `payment_method`.`availability_rule_id` as `payment_method.availabilityRuleId`, `payment_method`.`media_id` as `payment_method.mediaId`, `payment_method.appPaymentMethod`.`id` as `payment_method.appPaymentMethod.id`, `payment_method.appPaymentMethod`.`app_name` as `payment_method.appPaymentMethod.appName`, `payment_method.appPaymentMethod`.`identifier` as `payment_method.appPaymentMethod.identifier`, `payment_method.appPaymentMethod`.`pay_url` as `payment_method.appPaymentMethod.payUrl`, `payment_method.appPaymentMethod`.`finalize_url` as `payment_method.appPaymentMethod.finalizeUrl`, `payment_method.appPaymentMethod`.`validate_url` as `payment_method.appPaymentMethod.validateUrl`, `payment_method.appPaymentMethod`.`capture_url` as `payment_method.appPaymentMethod.captureUrl`, `payment_method.appPaymentMethod`.`app_id` as `payment_method.appPaymentMethod.appId`, `payment_method.appPaymentMethod`.`original_media_id` as `payment_method.appPaymentMethod.originalMediaId`, `payment_method.appPaymentMethod`.`payment_method_id` as `payment_method.appPaymentMethod.paymentMethodId`, `payment_method.appPaymentMethod`.`created_at` as `payment_method.appPaymentMethod.createdAt`, `payment_method.appPaymentMethod`.`updated_at` as `payment_method.appPaymentMethod.updatedAt`, `payment_method`.`created_at` as `payment_method.createdAt`, `payment_method`.`updated_at` as `payment_method.updatedAt`, `payment_method.media`.`id` as `payment_method.media.id`, `payment_method.media`.`user_id` as `payment_method.media.userId`, `payment_method.media`.`media_folder_id` as `payment_method.media.mediaFolderId`, `payment_method.media`.`mime_type` as `payment_method.media.mimeType`, `payment_method.media`.`file_extension` as `payment_method.media.fileExtension`, `payment_method.media`.`uploaded_at` as `payment_method.media.uploadedAt`, `payment_method.media`.`file_name` as `payment_method.media.fileName`, `payment_method.media`.`file_size` as `payment_method.media.fileSize`, `payment_method.media`.`media_type` as `payment_method.media.mediaTypeRaw`, `payment_method.media`.`meta_data` as `payment_method.media.metaData`, `payment_method.media`.`private` as `payment_method.media.private`, `payment_method.media`.`thumbnails_ro` as `payment_method.media.thumbnailsRo`, `payment_method.media`.`created_at` as `payment_method.media.createdAt`, `payment_method.media`.`updated_at` as `payment_method.media.updatedAt`, `payment_method.media.translation.title`, COALESCE(`payment_method.media.translation.title`,`payment_method.media.translation.title`) as `payment_method.media.title`, `payment_method.media.translation.alt`, COALESCE(`payment_method.media.translation.alt`,`payment_method.media.translation.alt`) as `payment_method.media.alt`, `payment_method.media.translation.customFields`, COALESCE(`payment_method.media.translation.customFields`,`payment_method.media.translation.customFields`) as `payment_method.media.customFields`, `payment_method.media.translation.createdAt`, `payment_method.media.translation.updatedAt`, `payment_method.media.translation.mediaId`, `payment_method.media.translation.languageId`, `payment_method.translation.name`, COALESCE(`payment_method.translation.name`,`payment_method.translation.name`) as `payment_method.name`, `payment_method.translation.distinguishableName`, COALESCE(`payment_method.translation.distinguishableName`,`payment_method.translation.distinguishableName`) as `payment_method.distinguishableName`, `payment_method.translation.description`, COALESCE(`payment_method.translation.description`,`payment_method.translation.description`) as `payment_method.description`, `payment_method.translation.customFields`, COALESCE(`payment_method.translation.customFields`,`payment_method.translation.customFields`) as `payment_method.customFields`, `payment_method.translation.createdAt`, `payment_method.translation.updatedAt`, `payment_method.translation.paymentMethodId`, `payment_method.translation.languageId` FROM `payment_method` LEFT JOIN (SELECT `payment_method.translation`.payment_method_id, `payment_method.translation`.name as `payment_method.translation.name`, `payment_method.translation`.distinguishable_name as `payment_method.translation.distinguishableName`, `payment_method.translation`.description as `payment_method.translation.description`, `payment_method.translation`.custom_fields as `payment_method.translation.customFields`, `payment_method.translation`.created_at as `payment_method.translation.createdAt`, `payment_method.translation`.updated_at as `payment_method.translation.updatedAt`, `payment_method.translation`.payment_method_id as `payment_method.translation.paymentMethodId`, `payment_method.translation`.language_id as `payment_method.translation.languageId` FROM `payment_method_translation` `payment_method.translation` WHERE `payment_method.translation`.language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B) `payment_method.payment_method_translation` ON `payment_method.payment_method_translation`.`payment_method_id` = `payment_method`.`id` LEFT JOIN `app_payment_method` `payment_method.appPaymentMethod` ON `payment_method`.`id` = `payment_method.appPaymentMethod`.`payment_method_id` LEFT JOIN `media` `payment_method.media` ON `payment_method`.`media_id` = `payment_method.media`.`id` LEFT JOIN (SELECT `payment_method.media.translation`.media_id, `payment_method.media.translation`.title as `payment_method.media.translation.title`, `payment_method.media.translation`.alt as `payment_method.media.translation.alt`, `payment_method.media.translation`.custom_fields as `payment_method.media.translation.customFields`, `payment_method.media.translation`.created_at as `payment_method.media.translation.createdAt`, `payment_method.media.translation`.updated_at as `payment_method.media.translation.updatedAt`, `payment_method.media.translation`.media_id as `payment_method.media.translation.mediaId`, `payment_method.media.translation`.language_id as `payment_method.media.translation.languageId` FROM `media_translation` `payment_method.media.translation` WHERE `payment_method.media.translation`.language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B) `payment_method.media.media_translation` ON `payment_method.media.media_translation`.`media_id` = `payment_method.media`.`id` WHERE `payment_method`.`id` IN (0xA89E6932B08C40D18900295A7957E88A);
array:61 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 212)"
2 => "Doctrine\DBAL\Query\QueryBuilder::execute (line 296)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetch (line 131)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 83)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::read (line 226)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::read (line 255)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::_search (line 111)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::Shopware\Core\Framework\DataAbstractionLayer\{closure} (line 57)"
9 => "Shopware\Core\Profiling\Profiler::trace (line 112)"
10 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 74)"
11 => "Shopware\Core\Checkout\Payment\DataAbstractionLayer\PaymentMethodRepositoryDecorator::search (line 195)"
12 => "Shopware\Core\System\SalesChannel\Context\BaseContextFactory::getPaymentMethod (line 142)"
13 => "Shopware\Core\System\SalesChannel\Context\BaseContextFactory::create (line 72)"
14 => "Shopware\Core\System\SalesChannel\Context\CachedBaseContextFactory::Shopware\Core\System\SalesChannel\Context\{closure} (line 328)"
15 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 39)"
16 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 99)"
17 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 40)"
18 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 43)"
19 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 41)"
20 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 37)"
21 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 54)"
22 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 38)"
23 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 73)"
24 => "Shopware\Core\System\SalesChannel\Context\CachedBaseContextFactory::Shopware\Core\System\SalesChannel\Context\{closure} (line 70)"
25 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 33)"
26 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 83)"
27 => "Shopware\Core\System\SalesChannel\Context\CachedBaseContextFactory::create (line 84)"
28 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextFactory::create (line 56)"
29 => "Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory::Shopware\Core\System\SalesChannel\Context\{closure} (line 328)"
30 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 39)"
31 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 99)"
32 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 40)"
33 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 43)"
34 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 41)"
35 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 37)"
36 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 54)"
37 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 38)"
38 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 57)"
39 => "Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory::Shopware\Core\System\SalesChannel\Context\{closure} (line 70)"
40 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 33)"
41 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 67)"
42 => "Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory::create (line 92)"
43 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService::Shopware\Core\System\SalesChannel\Context\{closure} (line 57)"
44 => "Shopware\Core\Profiling\Profiler::trace (line 99)"
45 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService::get (line 100)"
46 => "Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver::resolve (line 33)"
47 => "Shopware\Core\Framework\Routing\ContextResolverListener::resolveContext (line 117)"
48 => "Symfony\Component\EventDispatcher\Debug\WrappedListener::__invoke (line 230)"
49 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
50 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 51)"
51 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 96)"
52 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 52)"
53 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 32)"
54 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
55 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 140)"
56 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 74)"
57 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
58 => "Symfony\Component\HttpKernel\Kernel::handle (line 153)"
59 => "Shopware\Core\HttpKernel::doHandle (line 79)"
60 => "Shopware\Core\HttpKernel::handle (line 48)"
]
|
20 |
4.01 ms |
SELECT `shipping_method`.`id` as `shipping_method.id`, `shipping_method`.`active` as `shipping_method.active`, `shipping_method`.`position` as `shipping_method.position`, `shipping_method`.`availability_rule_id` as `shipping_method.availabilityRuleId`, `shipping_method`.`media_id` as `shipping_method.mediaId`, `shipping_method`.`delivery_time_id` as `shipping_method.deliveryTimeId`, `shipping_method`.`tax_type` as `shipping_method.taxType`, `shipping_method`.`tax_id` as `shipping_method.taxId`, `shipping_method.deliveryTime`.`id` as `shipping_method.deliveryTime.id`, `shipping_method.deliveryTime`.`min` as `shipping_method.deliveryTime.min`, `shipping_method.deliveryTime`.`max` as `shipping_method.deliveryTime.max`, `shipping_method.deliveryTime`.`unit` as `shipping_method.deliveryTime.unit`, `shipping_method.deliveryTime`.`created_at` as `shipping_method.deliveryTime.createdAt`, `shipping_method.deliveryTime`.`updated_at` as `shipping_method.deliveryTime.updatedAt`, `shipping_method.deliveryTime.translation.name`, COALESCE(`shipping_method.deliveryTime.translation.name`,`shipping_method.deliveryTime.translation.name`) as `shipping_method.deliveryTime.name`, `shipping_method.deliveryTime.translation.customFields`, COALESCE(`shipping_method.deliveryTime.translation.customFields`,`shipping_method.deliveryTime.translation.customFields`) as `shipping_method.deliveryTime.customFields`, `shipping_method.deliveryTime.translation.createdAt`, `shipping_method.deliveryTime.translation.updatedAt`, `shipping_method.deliveryTime.translation.deliveryTimeId`, `shipping_method.deliveryTime.translation.languageId`, `shipping_method`.`created_at` as `shipping_method.createdAt`, `shipping_method`.`updated_at` as `shipping_method.updatedAt`, `shipping_method.media`.`id` as `shipping_method.media.id`, `shipping_method.media`.`user_id` as `shipping_method.media.userId`, `shipping_method.media`.`media_folder_id` as `shipping_method.media.mediaFolderId`, `shipping_method.media`.`mime_type` as `shipping_method.media.mimeType`, `shipping_method.media`.`file_extension` as `shipping_method.media.fileExtension`, `shipping_method.media`.`uploaded_at` as `shipping_method.media.uploadedAt`, `shipping_method.media`.`file_name` as `shipping_method.media.fileName`, `shipping_method.media`.`file_size` as `shipping_method.media.fileSize`, `shipping_method.media`.`media_type` as `shipping_method.media.mediaTypeRaw`, `shipping_method.media`.`meta_data` as `shipping_method.media.metaData`, `shipping_method.media`.`private` as `shipping_method.media.private`, `shipping_method.media`.`thumbnails_ro` as `shipping_method.media.thumbnailsRo`, `shipping_method.media`.`created_at` as `shipping_method.media.createdAt`, `shipping_method.media`.`updated_at` as `shipping_method.media.updatedAt`, `shipping_method.media.translation.title`, COALESCE(`shipping_method.media.translation.title`,`shipping_method.media.translation.title`) as `shipping_method.media.title`, `shipping_method.media.translation.alt`, COALESCE(`shipping_method.media.translation.alt`,`shipping_method.media.translation.alt`) as `shipping_method.media.alt`, `shipping_method.media.translation.customFields`, COALESCE(`shipping_method.media.translation.customFields`,`shipping_method.media.translation.customFields`) as `shipping_method.media.customFields`, `shipping_method.media.translation.createdAt`, `shipping_method.media.translation.updatedAt`, `shipping_method.media.translation.mediaId`, `shipping_method.media.translation.languageId`, `shipping_method.translation.name`, COALESCE(`shipping_method.translation.name`,`shipping_method.translation.name`) as `shipping_method.name`, `shipping_method.translation.description`, COALESCE(`shipping_method.translation.description`,`shipping_method.translation.description`) as `shipping_method.description`, `shipping_method.translation.trackingUrl`, COALESCE(`shipping_method.translation.trackingUrl`,`shipping_method.translation.trackingUrl`) as `shipping_method.trackingUrl`, `shipping_method.translation.customFields`, COALESCE(`shipping_method.translation.customFields`,`shipping_method.translation.customFields`) as `shipping_method.customFields`, `shipping_method.translation.createdAt`, `shipping_method.translation.updatedAt`, `shipping_method.translation.shippingMethodId`, `shipping_method.translation.languageId` FROM `shipping_method` LEFT JOIN (SELECT `shipping_method.translation`.shipping_method_id, `shipping_method.translation`.name as `shipping_method.translation.name`, `shipping_method.translation`.description as `shipping_method.translation.description`, `shipping_method.translation`.tracking_url as `shipping_method.translation.trackingUrl`, `shipping_method.translation`.custom_fields as `shipping_method.translation.customFields`, `shipping_method.translation`.created_at as `shipping_method.translation.createdAt`, `shipping_method.translation`.updated_at as `shipping_method.translation.updatedAt`, `shipping_method.translation`.shipping_method_id as `shipping_method.translation.shippingMethodId`, `shipping_method.translation`.language_id as `shipping_method.translation.languageId` FROM `shipping_method_translation` `shipping_method.translation` WHERE `shipping_method.translation`.language_id = :languageId) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation`.`shipping_method_id` = `shipping_method`.`id` LEFT JOIN `delivery_time` `shipping_method.deliveryTime` ON `shipping_method`.`delivery_time_id` = `shipping_method.deliveryTime`.`id` LEFT JOIN `media` `shipping_method.media` ON `shipping_method`.`media_id` = `shipping_method.media`.`id` LEFT JOIN (SELECT `shipping_method.deliveryTime.translation`.delivery_time_id, `shipping_method.deliveryTime.translation`.name as `shipping_method.deliveryTime.translation.name`, `shipping_method.deliveryTime.translation`.custom_fields as `shipping_method.deliveryTime.translation.customFields`, `shipping_method.deliveryTime.translation`.created_at as `shipping_method.deliveryTime.translation.createdAt`, `shipping_method.deliveryTime.translation`.updated_at as `shipping_method.deliveryTime.translation.updatedAt`, `shipping_method.deliveryTime.translation`.delivery_time_id as `shipping_method.deliveryTime.translation.deliveryTimeId`, `shipping_method.deliveryTime.translation`.language_id as `shipping_method.deliveryTime.translation.languageId` FROM `delivery_time_translation` `shipping_method.deliveryTime.translation` WHERE `shipping_method.deliveryTime.translation`.language_id = :languageId) `shipping_method.deliveryTime.delivery_time_translation` ON `shipping_method.deliveryTime.delivery_time_translation`.`delivery_time_id` = `shipping_method.deliveryTime`.`id` LEFT JOIN (SELECT `shipping_method.media.translation`.media_id, `shipping_method.media.translation`.title as `shipping_method.media.translation.title`, `shipping_method.media.translation`.alt as `shipping_method.media.translation.alt`, `shipping_method.media.translation`.custom_fields as `shipping_method.media.translation.customFields`, `shipping_method.media.translation`.created_at as `shipping_method.media.translation.createdAt`, `shipping_method.media.translation`.updated_at as `shipping_method.media.translation.updatedAt`, `shipping_method.media.translation`.media_id as `shipping_method.media.translation.mediaId`, `shipping_method.media.translation`.language_id as `shipping_method.media.translation.languageId` FROM `media_translation` `shipping_method.media.translation` WHERE `shipping_method.media.translation`.language_id = :languageId) `shipping_method.media.media_translation` ON `shipping_method.media.media_translation`.`media_id` = `shipping_method.media`.`id` WHERE `shipping_method`.`id` IN (:ids)
SELECT
`shipping_method`.`id` as `shipping_method.id`,
`shipping_method`.`active` as `shipping_method.active`,
`shipping_method`.`position` as `shipping_method.position`,
`shipping_method`.`availability_rule_id` as `shipping_method.availabilityRuleId`,
`shipping_method`.`media_id` as `shipping_method.mediaId`,
`shipping_method`.`delivery_time_id` as `shipping_method.deliveryTimeId`,
`shipping_method`.`tax_type` as `shipping_method.taxType`,
`shipping_method`.`tax_id` as `shipping_method.taxId`,
`shipping_method.deliveryTime`.`id` as `shipping_method.deliveryTime.id`,
`shipping_method.deliveryTime`.`min` as `shipping_method.deliveryTime.min`,
`shipping_method.deliveryTime`.`max` as `shipping_method.deliveryTime.max`,
`shipping_method.deliveryTime`.`unit` as `shipping_method.deliveryTime.unit`,
`shipping_method.deliveryTime`.`created_at` as `shipping_method.deliveryTime.createdAt`,
`shipping_method.deliveryTime`.`updated_at` as `shipping_method.deliveryTime.updatedAt`,
`shipping_method.deliveryTime.translation.name`,
COALESCE(
`shipping_method.deliveryTime.translation.name`,
`shipping_method.deliveryTime.translation.name`
) as `shipping_method.deliveryTime.name`,
`shipping_method.deliveryTime.translation.customFields`,
COALESCE(
`shipping_method.deliveryTime.translation.customFields`,
`shipping_method.deliveryTime.translation.customFields`
) as `shipping_method.deliveryTime.customFields`,
`shipping_method.deliveryTime.translation.createdAt`,
`shipping_method.deliveryTime.translation.updatedAt`,
`shipping_method.deliveryTime.translation.deliveryTimeId`,
`shipping_method.deliveryTime.translation.languageId`,
`shipping_method`.`created_at` as `shipping_method.createdAt`,
`shipping_method`.`updated_at` as `shipping_method.updatedAt`,
`shipping_method.media`.`id` as `shipping_method.media.id`,
`shipping_method.media`.`user_id` as `shipping_method.media.userId`,
`shipping_method.media`.`media_folder_id` as `shipping_method.media.mediaFolderId`,
`shipping_method.media`.`mime_type` as `shipping_method.media.mimeType`,
`shipping_method.media`.`file_extension` as `shipping_method.media.fileExtension`,
`shipping_method.media`.`uploaded_at` as `shipping_method.media.uploadedAt`,
`shipping_method.media`.`file_name` as `shipping_method.media.fileName`,
`shipping_method.media`.`file_size` as `shipping_method.media.fileSize`,
`shipping_method.media`.`media_type` as `shipping_method.media.mediaTypeRaw`,
`shipping_method.media`.`meta_data` as `shipping_method.media.metaData`,
`shipping_method.media`.`private` as `shipping_method.media.private`,
`shipping_method.media`.`thumbnails_ro` as `shipping_method.media.thumbnailsRo`,
`shipping_method.media`.`created_at` as `shipping_method.media.createdAt`,
`shipping_method.media`.`updated_at` as `shipping_method.media.updatedAt`,
`shipping_method.media.translation.title`,
COALESCE(
`shipping_method.media.translation.title`,
`shipping_method.media.translation.title`
) as `shipping_method.media.title`,
`shipping_method.media.translation.alt`,
COALESCE(
`shipping_method.media.translation.alt`,
`shipping_method.media.translation.alt`
) as `shipping_method.media.alt`,
`shipping_method.media.translation.customFields`,
COALESCE(
`shipping_method.media.translation.customFields`,
`shipping_method.media.translation.customFields`
) as `shipping_method.media.customFields`,
`shipping_method.media.translation.createdAt`,
`shipping_method.media.translation.updatedAt`,
`shipping_method.media.translation.mediaId`,
`shipping_method.media.translation.languageId`,
`shipping_method.translation.name`,
COALESCE(
`shipping_method.translation.name`,
`shipping_method.translation.name`
) as `shipping_method.name`,
`shipping_method.translation.description`,
COALESCE(
`shipping_method.translation.description`,
`shipping_method.translation.description`
) as `shipping_method.description`,
`shipping_method.translation.trackingUrl`,
COALESCE(
`shipping_method.translation.trackingUrl`,
`shipping_method.translation.trackingUrl`
) as `shipping_method.trackingUrl`,
`shipping_method.translation.customFields`,
COALESCE(
`shipping_method.translation.customFields`,
`shipping_method.translation.customFields`
) as `shipping_method.customFields`,
`shipping_method.translation.createdAt`,
`shipping_method.translation.updatedAt`,
`shipping_method.translation.shippingMethodId`,
`shipping_method.translation.languageId`
FROM
`shipping_method`
LEFT JOIN (
SELECT
`shipping_method.translation`.shipping_method_id,
`shipping_method.translation`.name as `shipping_method.translation.name`,
`shipping_method.translation`.description as `shipping_method.translation.description`,
`shipping_method.translation`.tracking_url as `shipping_method.translation.trackingUrl`,
`shipping_method.translation`.custom_fields as `shipping_method.translation.customFields`,
`shipping_method.translation`.created_at as `shipping_method.translation.createdAt`,
`shipping_method.translation`.updated_at as `shipping_method.translation.updatedAt`,
`shipping_method.translation`.shipping_method_id as `shipping_method.translation.shippingMethodId`,
`shipping_method.translation`.language_id as `shipping_method.translation.languageId`
FROM
`shipping_method_translation` `shipping_method.translation`
WHERE
`shipping_method.translation`.language_id = : languageId
) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation`.`shipping_method_id` = `shipping_method`.`id`
LEFT JOIN `delivery_time` `shipping_method.deliveryTime` ON `shipping_method`.`delivery_time_id` = `shipping_method.deliveryTime`.`id`
LEFT JOIN `media` `shipping_method.media` ON `shipping_method`.`media_id` = `shipping_method.media`.`id`
LEFT JOIN (
SELECT
`shipping_method.deliveryTime.translation`.delivery_time_id,
`shipping_method.deliveryTime.translation`.name as `shipping_method.deliveryTime.translation.name`,
`shipping_method.deliveryTime.translation`.custom_fields as `shipping_method.deliveryTime.translation.customFields`,
`shipping_method.deliveryTime.translation`.created_at as `shipping_method.deliveryTime.translation.createdAt`,
`shipping_method.deliveryTime.translation`.updated_at as `shipping_method.deliveryTime.translation.updatedAt`,
`shipping_method.deliveryTime.translation`.delivery_time_id as `shipping_method.deliveryTime.translation.deliveryTimeId`,
`shipping_method.deliveryTime.translation`.language_id as `shipping_method.deliveryTime.translation.languageId`
FROM
`delivery_time_translation` `shipping_method.deliveryTime.translation`
WHERE
`shipping_method.deliveryTime.translation`.language_id = : languageId
) `shipping_method.deliveryTime.delivery_time_translation` ON `shipping_method.deliveryTime.delivery_time_translation`.`delivery_time_id` = `shipping_method.deliveryTime`.`id`
LEFT JOIN (
SELECT
`shipping_method.media.translation`.media_id,
`shipping_method.media.translation`.title as `shipping_method.media.translation.title`,
`shipping_method.media.translation`.alt as `shipping_method.media.translation.alt`,
`shipping_method.media.translation`.custom_fields as `shipping_method.media.translation.customFields`,
`shipping_method.media.translation`.created_at as `shipping_method.media.translation.createdAt`,
`shipping_method.media.translation`.updated_at as `shipping_method.media.translation.updatedAt`,
`shipping_method.media.translation`.media_id as `shipping_method.media.translation.mediaId`,
`shipping_method.media.translation`.language_id as `shipping_method.media.translation.languageId`
FROM
`media_translation` `shipping_method.media.translation`
WHERE
`shipping_method.media.translation`.language_id = : languageId
) `shipping_method.media.media_translation` ON `shipping_method.media.media_translation`.`media_id` = `shipping_method.media`.`id`
WHERE
`shipping_method`.`id` IN (: ids)
SELECT `shipping_method`.`id` as `shipping_method.id`, `shipping_method`.`active` as `shipping_method.active`, `shipping_method`.`position` as `shipping_method.position`, `shipping_method`.`availability_rule_id` as `shipping_method.availabilityRuleId`, `shipping_method`.`media_id` as `shipping_method.mediaId`, `shipping_method`.`delivery_time_id` as `shipping_method.deliveryTimeId`, `shipping_method`.`tax_type` as `shipping_method.taxType`, `shipping_method`.`tax_id` as `shipping_method.taxId`, `shipping_method.deliveryTime`.`id` as `shipping_method.deliveryTime.id`, `shipping_method.deliveryTime`.`min` as `shipping_method.deliveryTime.min`, `shipping_method.deliveryTime`.`max` as `shipping_method.deliveryTime.max`, `shipping_method.deliveryTime`.`unit` as `shipping_method.deliveryTime.unit`, `shipping_method.deliveryTime`.`created_at` as `shipping_method.deliveryTime.createdAt`, `shipping_method.deliveryTime`.`updated_at` as `shipping_method.deliveryTime.updatedAt`, `shipping_method.deliveryTime.translation.name`, COALESCE(`shipping_method.deliveryTime.translation.name`,`shipping_method.deliveryTime.translation.name`) as `shipping_method.deliveryTime.name`, `shipping_method.deliveryTime.translation.customFields`, COALESCE(`shipping_method.deliveryTime.translation.customFields`,`shipping_method.deliveryTime.translation.customFields`) as `shipping_method.deliveryTime.customFields`, `shipping_method.deliveryTime.translation.createdAt`, `shipping_method.deliveryTime.translation.updatedAt`, `shipping_method.deliveryTime.translation.deliveryTimeId`, `shipping_method.deliveryTime.translation.languageId`, `shipping_method`.`created_at` as `shipping_method.createdAt`, `shipping_method`.`updated_at` as `shipping_method.updatedAt`, `shipping_method.media`.`id` as `shipping_method.media.id`, `shipping_method.media`.`user_id` as `shipping_method.media.userId`, `shipping_method.media`.`media_folder_id` as `shipping_method.media.mediaFolderId`, `shipping_method.media`.`mime_type` as `shipping_method.media.mimeType`, `shipping_method.media`.`file_extension` as `shipping_method.media.fileExtension`, `shipping_method.media`.`uploaded_at` as `shipping_method.media.uploadedAt`, `shipping_method.media`.`file_name` as `shipping_method.media.fileName`, `shipping_method.media`.`file_size` as `shipping_method.media.fileSize`, `shipping_method.media`.`media_type` as `shipping_method.media.mediaTypeRaw`, `shipping_method.media`.`meta_data` as `shipping_method.media.metaData`, `shipping_method.media`.`private` as `shipping_method.media.private`, `shipping_method.media`.`thumbnails_ro` as `shipping_method.media.thumbnailsRo`, `shipping_method.media`.`created_at` as `shipping_method.media.createdAt`, `shipping_method.media`.`updated_at` as `shipping_method.media.updatedAt`, `shipping_method.media.translation.title`, COALESCE(`shipping_method.media.translation.title`,`shipping_method.media.translation.title`) as `shipping_method.media.title`, `shipping_method.media.translation.alt`, COALESCE(`shipping_method.media.translation.alt`,`shipping_method.media.translation.alt`) as `shipping_method.media.alt`, `shipping_method.media.translation.customFields`, COALESCE(`shipping_method.media.translation.customFields`,`shipping_method.media.translation.customFields`) as `shipping_method.media.customFields`, `shipping_method.media.translation.createdAt`, `shipping_method.media.translation.updatedAt`, `shipping_method.media.translation.mediaId`, `shipping_method.media.translation.languageId`, `shipping_method.translation.name`, COALESCE(`shipping_method.translation.name`,`shipping_method.translation.name`) as `shipping_method.name`, `shipping_method.translation.description`, COALESCE(`shipping_method.translation.description`,`shipping_method.translation.description`) as `shipping_method.description`, `shipping_method.translation.trackingUrl`, COALESCE(`shipping_method.translation.trackingUrl`,`shipping_method.translation.trackingUrl`) as `shipping_method.trackingUrl`, `shipping_method.translation.customFields`, COALESCE(`shipping_method.translation.customFields`,`shipping_method.translation.customFields`) as `shipping_method.customFields`, `shipping_method.translation.createdAt`, `shipping_method.translation.updatedAt`, `shipping_method.translation.shippingMethodId`, `shipping_method.translation.languageId` FROM `shipping_method` LEFT JOIN (SELECT `shipping_method.translation`.shipping_method_id, `shipping_method.translation`.name as `shipping_method.translation.name`, `shipping_method.translation`.description as `shipping_method.translation.description`, `shipping_method.translation`.tracking_url as `shipping_method.translation.trackingUrl`, `shipping_method.translation`.custom_fields as `shipping_method.translation.customFields`, `shipping_method.translation`.created_at as `shipping_method.translation.createdAt`, `shipping_method.translation`.updated_at as `shipping_method.translation.updatedAt`, `shipping_method.translation`.shipping_method_id as `shipping_method.translation.shippingMethodId`, `shipping_method.translation`.language_id as `shipping_method.translation.languageId` FROM `shipping_method_translation` `shipping_method.translation` WHERE `shipping_method.translation`.language_id = 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 (0xB02ADD34335A43ABB493A91D113C5819);
array:60 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 212)"
2 => "Doctrine\DBAL\Query\QueryBuilder::execute (line 296)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetch (line 131)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 83)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::read (line 226)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::read (line 255)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::_search (line 111)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::Shopware\Core\Framework\DataAbstractionLayer\{closure} (line 57)"
9 => "Shopware\Core\Profiling\Profiler::trace (line 112)"
10 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 215)"
11 => "Shopware\Core\System\SalesChannel\Context\BaseContextFactory::getShippingMethod (line 145)"
12 => "Shopware\Core\System\SalesChannel\Context\BaseContextFactory::create (line 72)"
13 => "Shopware\Core\System\SalesChannel\Context\CachedBaseContextFactory::Shopware\Core\System\SalesChannel\Context\{closure} (line 328)"
14 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 39)"
15 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 99)"
16 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 40)"
17 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 43)"
18 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 41)"
19 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 37)"
20 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 54)"
21 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 38)"
22 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 73)"
23 => "Shopware\Core\System\SalesChannel\Context\CachedBaseContextFactory::Shopware\Core\System\SalesChannel\Context\{closure} (line 70)"
24 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 33)"
25 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 83)"
26 => "Shopware\Core\System\SalesChannel\Context\CachedBaseContextFactory::create (line 84)"
27 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextFactory::create (line 56)"
28 => "Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory::Shopware\Core\System\SalesChannel\Context\{closure} (line 328)"
29 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 39)"
30 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 99)"
31 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 40)"
32 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 43)"
33 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 41)"
34 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 37)"
35 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 54)"
36 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 38)"
37 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 57)"
38 => "Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory::Shopware\Core\System\SalesChannel\Context\{closure} (line 70)"
39 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 33)"
40 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 67)"
41 => "Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory::create (line 92)"
42 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService::Shopware\Core\System\SalesChannel\Context\{closure} (line 57)"
43 => "Shopware\Core\Profiling\Profiler::trace (line 99)"
44 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService::get (line 100)"
45 => "Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver::resolve (line 33)"
46 => "Shopware\Core\Framework\Routing\ContextResolverListener::resolveContext (line 117)"
47 => "Symfony\Component\EventDispatcher\Debug\WrappedListener::__invoke (line 230)"
48 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
49 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 51)"
50 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 96)"
51 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 52)"
52 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 32)"
53 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
54 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 140)"
55 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 74)"
56 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
57 => "Symfony\Component\HttpKernel\Kernel::handle (line 153)"
58 => "Shopware\Core\HttpKernel::doHandle (line 79)"
59 => "Shopware\Core\HttpKernel::handle (line 48)"
]
|
21 |
0.27 ms |
SELECT `currency_country_rounding`.`id` FROM `currency_country_rounding` WHERE (`currency_country_rounding`.`currency_id` = :param_d9ed8f7b8c9f4c34a2b5c734c38ef5f4 AND `currency_country_rounding`.`country_id` = :param_63ae0deb431e4132865b4269f8f1a78f) LIMIT 1
SELECT `currency_country_rounding`.`id` FROM `currency_country_rounding` WHERE (`currency_country_rounding`.`currency_id` = 0xB7D2554B0CE847CD82F3AC9BD1C0DFCA AND `currency_country_rounding`.`country_id` = 0xA2850BB0A2194B789C9C2A8AC363D196) LIMIT 1;
array:59 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 212)"
2 => "Doctrine\DBAL\Query\QueryBuilder::execute (line 86)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntitySearcher::search (line 57)"
4 => "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher::search (line 133)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::searchIds (line 260)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::_search (line 111)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::Shopware\Core\Framework\DataAbstractionLayer\{closure} (line 57)"
8 => "Shopware\Core\Profiling\Profiler::trace (line 112)"
9 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 354)"
10 => "Shopware\Core\System\SalesChannel\Context\BaseContextFactory::getCashRounding (line 147)"
11 => "Shopware\Core\System\SalesChannel\Context\BaseContextFactory::create (line 72)"
12 => "Shopware\Core\System\SalesChannel\Context\CachedBaseContextFactory::Shopware\Core\System\SalesChannel\Context\{closure} (line 328)"
13 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 39)"
14 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 99)"
15 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 40)"
16 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 43)"
17 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 41)"
18 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 37)"
19 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 54)"
20 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 38)"
21 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 73)"
22 => "Shopware\Core\System\SalesChannel\Context\CachedBaseContextFactory::Shopware\Core\System\SalesChannel\Context\{closure} (line 70)"
23 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 33)"
24 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 83)"
25 => "Shopware\Core\System\SalesChannel\Context\CachedBaseContextFactory::create (line 84)"
26 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextFactory::create (line 56)"
27 => "Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory::Shopware\Core\System\SalesChannel\Context\{closure} (line 328)"
28 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 39)"
29 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 99)"
30 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 40)"
31 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 43)"
32 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 41)"
33 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 37)"
34 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 54)"
35 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 38)"
36 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 57)"
37 => "Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory::Shopware\Core\System\SalesChannel\Context\{closure} (line 70)"
38 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 33)"
39 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 67)"
40 => "Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory::create (line 92)"
41 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService::Shopware\Core\System\SalesChannel\Context\{closure} (line 57)"
42 => "Shopware\Core\Profiling\Profiler::trace (line 99)"
43 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService::get (line 100)"
44 => "Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver::resolve (line 33)"
45 => "Shopware\Core\Framework\Routing\ContextResolverListener::resolveContext (line 117)"
46 => "Symfony\Component\EventDispatcher\Debug\WrappedListener::__invoke (line 230)"
47 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
48 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 51)"
49 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 96)"
50 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 52)"
51 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 32)"
52 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
53 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 140)"
54 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 74)"
55 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
56 => "Symfony\Component\HttpKernel\Kernel::handle (line 153)"
57 => "Shopware\Core\HttpKernel::doHandle (line 79)"
58 => "Shopware\Core\HttpKernel::handle (line 48)"
]
|
22 |
0.58 ms |
SELECT `cart`.`cart`, `cart`.rule_ids FROM cart WHERE `token` = :token
SELECT `cart`.`cart`, `cart`.rule_ids FROM cart WHERE `token` = 'awjZztSYb3QSA0Dfp1oXoHxK0qpXa8yE';
array:23 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 684)"
2 => "Doctrine\DBAL\Connection::fetchAssociative (line 41)"
3 => "Shopware\Core\Checkout\Cart\CartPersister::load (line 73)"
4 => "Shopware\Core\Checkout\Cart\CartRuleLoader::loadByToken (line 94)"
5 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService::Shopware\Core\System\SalesChannel\Context\{closure} (line 57)"
6 => "Shopware\Core\Profiling\Profiler::trace (line 99)"
7 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService::get (line 100)"
8 => "Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver::resolve (line 33)"
9 => "Shopware\Core\Framework\Routing\ContextResolverListener::resolveContext (line 117)"
10 => "Symfony\Component\EventDispatcher\Debug\WrappedListener::__invoke (line 230)"
11 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
12 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 51)"
13 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 96)"
14 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 52)"
15 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 32)"
16 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
17 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 140)"
18 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 74)"
19 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
20 => "Symfony\Component\HttpKernel\Kernel::handle (line 153)"
21 => "Shopware\Core\HttpKernel::doHandle (line 79)"
22 => "Shopware\Core\HttpKernel::handle (line 48)"
]
|
23 |
0.23 ms |
SELECT `rule`.`id` FROM `rule` ORDER BY `rule`.`priority` DESC, `rule`.`id` ASC LIMIT 500
SELECT `rule`.`id` FROM `rule` ORDER BY `rule`.`priority` DESC, `rule`.`id` ASC LIMIT 500;
array:39 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 212)"
2 => "Doctrine\DBAL\Query\QueryBuilder::execute (line 86)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntitySearcher::search (line 57)"
4 => "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher::search (line 133)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::searchIds (line 260)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::_search (line 111)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::Shopware\Core\Framework\DataAbstractionLayer\{closure} (line 57)"
8 => "Shopware\Core\Profiling\Profiler::trace (line 112)"
9 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 72)"
10 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\Common\RepositoryIterator::fetch (line 44)"
11 => "Shopware\Core\Checkout\Cart\RuleLoader::load (line 31)"
12 => "Shopware\Core\Checkout\Cart\CachedRuleLoader::Shopware\Core\Checkout\Cart\{closure} (line 70)"
13 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 33)"
14 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 32)"
15 => "Shopware\Core\Checkout\Cart\CachedRuleLoader::load (line 183)"
16 => "Shopware\Core\Checkout\Cart\CartRuleLoader::loadRules (line 103)"
17 => "Shopware\Core\Checkout\Cart\CartRuleLoader::Shopware\Core\Checkout\Cart\{closure} (line 57)"
18 => "Shopware\Core\Profiling\Profiler::trace (line 174)"
19 => "Shopware\Core\Checkout\Cart\CartRuleLoader::load (line 80)"
20 => "Shopware\Core\Checkout\Cart\CartRuleLoader::loadByToken (line 94)"
21 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService::Shopware\Core\System\SalesChannel\Context\{closure} (line 57)"
22 => "Shopware\Core\Profiling\Profiler::trace (line 99)"
23 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService::get (line 100)"
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 51)"
29 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 96)"
30 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 52)"
31 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 32)"
32 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
33 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 140)"
34 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 74)"
35 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
36 => "Symfony\Component\HttpKernel\Kernel::handle (line 153)"
37 => "Shopware\Core\HttpKernel::doHandle (line 79)"
38 => "Shopware\Core\HttpKernel::handle (line 48)"
]
|
24 |
0.40 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 (0x6EC427D7F114476DA4DB174F4436506E, 0xA6593F0C168A4ADE9C6ACB075073EED5, 0xAD5BEC20FE5B4C6F86887B19168F787E, 0xFA2D86A645B14EF5870B6639034E8E74, 0x5D2F8C7670674FC6869DAC4F549A86D1, 0x2480EEC79F444B7BB9CE45789C44C52D, 0x4F825D43C075473A8654DC76BB81A10A, 0xD3071326AD034ECF83644257B0C54729);
array:40 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 212)"
2 => "Doctrine\DBAL\Query\QueryBuilder::execute (line 296)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetch (line 131)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 83)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::read (line 226)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::read (line 270)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::_search (line 111)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::Shopware\Core\Framework\DataAbstractionLayer\{closure} (line 57)"
9 => "Shopware\Core\Profiling\Profiler::trace (line 112)"
10 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 72)"
11 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\Common\RepositoryIterator::fetch (line 44)"
12 => "Shopware\Core\Checkout\Cart\RuleLoader::load (line 31)"
13 => "Shopware\Core\Checkout\Cart\CachedRuleLoader::Shopware\Core\Checkout\Cart\{closure} (line 70)"
14 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 33)"
15 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 32)"
16 => "Shopware\Core\Checkout\Cart\CachedRuleLoader::load (line 183)"
17 => "Shopware\Core\Checkout\Cart\CartRuleLoader::loadRules (line 103)"
18 => "Shopware\Core\Checkout\Cart\CartRuleLoader::Shopware\Core\Checkout\Cart\{closure} (line 57)"
19 => "Shopware\Core\Profiling\Profiler::trace (line 174)"
20 => "Shopware\Core\Checkout\Cart\CartRuleLoader::load (line 80)"
21 => "Shopware\Core\Checkout\Cart\CartRuleLoader::loadByToken (line 94)"
22 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService::Shopware\Core\System\SalesChannel\Context\{closure} (line 57)"
23 => "Shopware\Core\Profiling\Profiler::trace (line 99)"
24 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService::get (line 100)"
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 51)"
30 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 96)"
31 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 52)"
32 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 32)"
33 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
34 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 140)"
35 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 74)"
36 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
37 => "Symfony\Component\HttpKernel\Kernel::handle (line 153)"
38 => "Shopware\Core\HttpKernel::doHandle (line 79)"
39 => "Shopware\Core\HttpKernel::handle (line 48)"
]
|
25 |
1.33 ms |
SELECT `promotion`.`id` FROM `promotion` LEFT JOIN `promotion_sales_channel` `promotion.salesChannels` ON `promotion`.`id` = `promotion.salesChannels`.`promotion_id` WHERE ((`promotion`.`active` = :param_21a1d8fb973b4b0ea93c81327579445e AND `promotion.salesChannels`.`sales_channel_id` = :param_afa1cca11dde444f86809dbecb234fa6 AND ((`promotion`.`valid_from` <=> :param_76493ce687354324bf2aa4869f029ad1 AND `promotion`.`valid_until` <=> :param_49a2e349c5d3474eb6e7781e69e1223f) OR (`promotion`.`valid_from` <=> :param_df1457665e204cbb809bb075926cea96 AND (`promotion`.`valid_until` > :param_7b2b32ba00584502a1d2cba696ec5448)) OR ((`promotion`.`valid_from` <= :param_679049d570a94a999261fa2593833a07) AND `promotion`.`valid_until` <=> :param_b424fe2e93fc455ab6eba497a304bf00) OR ((`promotion`.`valid_from` <= :param_5c79c42aea90454b95739b189637070e) AND (`promotion`.`valid_until` > :param_0f4f581e70c6402bbbed59a1d78c255d))) AND `promotion`.`use_codes` = :param_3c6765a98a13446990c2169f6f1d6fb0)) GROUP BY `promotion`.`id` ORDER BY MAX(`promotion`.`priority`) DESC
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` = 0x79524D2C18DE48BC9032D43A03293AEB AND ((`promotion`.`valid_from` <=> NULL AND `promotion`.`valid_until` <=> NULL) OR (`promotion`.`valid_from` <=> NULL AND (`promotion`.`valid_until` > '2024-11-21 07:32:23')) OR ((`promotion`.`valid_from` <= '2024-11-21 07:32:23') AND `promotion`.`valid_until` <=> NULL) OR ((`promotion`.`valid_from` <= '2024-11-21 07:32:23') AND (`promotion`.`valid_until` > '2024-11-21 07:32:23'))) AND `promotion`.`use_codes` = 0)) GROUP BY `promotion`.`id` ORDER BY MAX(`promotion`.`priority`) DESC;
array:41 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 212)"
2 => "Doctrine\DBAL\Query\QueryBuilder::execute (line 86)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntitySearcher::search (line 57)"
4 => "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher::search (line 133)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::searchIds (line 260)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::_search (line 111)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::Shopware\Core\Framework\DataAbstractionLayer\{closure} (line 57)"
8 => "Shopware\Core\Profiling\Profiler::trace (line 112)"
9 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 34)"
10 => "Shopware\Core\Checkout\Promotion\Gateway\PromotionGateway::get (line 179)"
11 => "Shopware\Core\Checkout\Promotion\Cart\PromotionCollector::searchPromotionsAuto (line 105)"
12 => "Shopware\Core\Checkout\Promotion\Cart\PromotionCollector::Shopware\Core\Checkout\Promotion\Cart\{closure} (line 57)"
13 => "Shopware\Core\Profiling\Profiler::trace (line 156)"
14 => "Shopware\Core\Checkout\Promotion\Cart\PromotionCollector::collect (line 98)"
15 => "Shopware\Core\Checkout\Cart\Processor::runProcessors (line 62)"
16 => "Shopware\Core\Checkout\Cart\Processor::Shopware\Core\Checkout\Cart\{closure} (line 57)"
17 => "Shopware\Core\Profiling\Profiler::trace (line 81)"
18 => "Shopware\Core\Checkout\Cart\Processor::process (line 124)"
19 => "Shopware\Core\Checkout\Cart\CartRuleLoader::Shopware\Core\Checkout\Cart\{closure} (line 57)"
20 => "Shopware\Core\Profiling\Profiler::trace (line 174)"
21 => "Shopware\Core\Checkout\Cart\CartRuleLoader::load (line 80)"
22 => "Shopware\Core\Checkout\Cart\CartRuleLoader::loadByToken (line 94)"
23 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService::Shopware\Core\System\SalesChannel\Context\{closure} (line 57)"
24 => "Shopware\Core\Profiling\Profiler::trace (line 99)"
25 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService::get (line 100)"
26 => "Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver::resolve (line 33)"
27 => "Shopware\Core\Framework\Routing\ContextResolverListener::resolveContext (line 117)"
28 => "Symfony\Component\EventDispatcher\Debug\WrappedListener::__invoke (line 230)"
29 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
30 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 51)"
31 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 96)"
32 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 52)"
33 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 32)"
34 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
35 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 140)"
36 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 74)"
37 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
38 => "Symfony\Component\HttpKernel\Kernel::handle (line 153)"
39 => "Shopware\Core\HttpKernel::doHandle (line 79)"
40 => "Shopware\Core\HttpKernel::handle (line 48)"
]
|
26 |
2.43 ms |
SELECT `shipping_method`.`id` as `shipping_method.id`, `shipping_method`.`active` as `shipping_method.active`, `shipping_method`.`position` as `shipping_method.position`, `shipping_method`.`availability_rule_id` as `shipping_method.availabilityRuleId`, `shipping_method`.`media_id` as `shipping_method.mediaId`, `shipping_method`.`delivery_time_id` as `shipping_method.deliveryTimeId`, `shipping_method`.`tax_type` as `shipping_method.taxType`, `shipping_method`.`tax_id` as `shipping_method.taxId`, `shipping_method.deliveryTime`.`id` as `shipping_method.deliveryTime.id`, `shipping_method.deliveryTime`.`min` as `shipping_method.deliveryTime.min`, `shipping_method.deliveryTime`.`max` as `shipping_method.deliveryTime.max`, `shipping_method.deliveryTime`.`unit` as `shipping_method.deliveryTime.unit`, `shipping_method.deliveryTime`.`created_at` as `shipping_method.deliveryTime.createdAt`, `shipping_method.deliveryTime`.`updated_at` as `shipping_method.deliveryTime.updatedAt`, `shipping_method.deliveryTime.translation.name`, COALESCE(`shipping_method.deliveryTime.translation.name`,`shipping_method.deliveryTime.translation.name`) as `shipping_method.deliveryTime.name`, `shipping_method.deliveryTime.translation.customFields`, COALESCE(`shipping_method.deliveryTime.translation.customFields`,`shipping_method.deliveryTime.translation.customFields`) as `shipping_method.deliveryTime.customFields`, `shipping_method.deliveryTime.translation.createdAt`, `shipping_method.deliveryTime.translation.updatedAt`, `shipping_method.deliveryTime.translation.deliveryTimeId`, `shipping_method.deliveryTime.translation.languageId`, `shipping_method`.`created_at` as `shipping_method.createdAt`, `shipping_method`.`updated_at` as `shipping_method.updatedAt`, `shipping_method.tax`.`id` as `shipping_method.tax.id`, `shipping_method.tax`.`tax_rate` as `shipping_method.tax.taxRate`, `shipping_method.tax`.`name` as `shipping_method.tax.name`, `shipping_method.tax`.`position` as `shipping_method.tax.position`, `shipping_method.tax`.`custom_fields` as `shipping_method.tax.customFields`, `shipping_method.tax`.`created_at` as `shipping_method.tax.createdAt`, `shipping_method.tax`.`updated_at` as `shipping_method.tax.updatedAt`, `shipping_method.translation.name`, COALESCE(`shipping_method.translation.name`,`shipping_method.translation.name`) as `shipping_method.name`, `shipping_method.translation.description`, COALESCE(`shipping_method.translation.description`,`shipping_method.translation.description`) as `shipping_method.description`, `shipping_method.translation.trackingUrl`, COALESCE(`shipping_method.translation.trackingUrl`,`shipping_method.translation.trackingUrl`) as `shipping_method.trackingUrl`, `shipping_method.translation.customFields`, COALESCE(`shipping_method.translation.customFields`,`shipping_method.translation.customFields`) as `shipping_method.customFields`, `shipping_method.translation.createdAt`, `shipping_method.translation.updatedAt`, `shipping_method.translation.shippingMethodId`, `shipping_method.translation.languageId` FROM `shipping_method` LEFT JOIN (SELECT `shipping_method.translation`.shipping_method_id, `shipping_method.translation`.name as `shipping_method.translation.name`, `shipping_method.translation`.description as `shipping_method.translation.description`, `shipping_method.translation`.tracking_url as `shipping_method.translation.trackingUrl`, `shipping_method.translation`.custom_fields as `shipping_method.translation.customFields`, `shipping_method.translation`.created_at as `shipping_method.translation.createdAt`, `shipping_method.translation`.updated_at as `shipping_method.translation.updatedAt`, `shipping_method.translation`.shipping_method_id as `shipping_method.translation.shippingMethodId`, `shipping_method.translation`.language_id as `shipping_method.translation.languageId` FROM `shipping_method_translation` `shipping_method.translation` WHERE `shipping_method.translation`.language_id = :languageId) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation`.`shipping_method_id` = `shipping_method`.`id` LEFT JOIN `delivery_time` `shipping_method.deliveryTime` ON `shipping_method`.`delivery_time_id` = `shipping_method.deliveryTime`.`id` LEFT JOIN `tax` `shipping_method.tax` ON `shipping_method`.`tax_id` = `shipping_method.tax`.`id` LEFT JOIN (SELECT `shipping_method.deliveryTime.translation`.delivery_time_id, `shipping_method.deliveryTime.translation`.name as `shipping_method.deliveryTime.translation.name`, `shipping_method.deliveryTime.translation`.custom_fields as `shipping_method.deliveryTime.translation.customFields`, `shipping_method.deliveryTime.translation`.created_at as `shipping_method.deliveryTime.translation.createdAt`, `shipping_method.deliveryTime.translation`.updated_at as `shipping_method.deliveryTime.translation.updatedAt`, `shipping_method.deliveryTime.translation`.delivery_time_id as `shipping_method.deliveryTime.translation.deliveryTimeId`, `shipping_method.deliveryTime.translation`.language_id as `shipping_method.deliveryTime.translation.languageId` FROM `delivery_time_translation` `shipping_method.deliveryTime.translation` WHERE `shipping_method.deliveryTime.translation`.language_id = :languageId) `shipping_method.deliveryTime.delivery_time_translation` ON `shipping_method.deliveryTime.delivery_time_translation`.`delivery_time_id` = `shipping_method.deliveryTime`.`id` WHERE `shipping_method`.`id` IN (:ids)
SELECT
`shipping_method`.`id` as `shipping_method.id`,
`shipping_method`.`active` as `shipping_method.active`,
`shipping_method`.`position` as `shipping_method.position`,
`shipping_method`.`availability_rule_id` as `shipping_method.availabilityRuleId`,
`shipping_method`.`media_id` as `shipping_method.mediaId`,
`shipping_method`.`delivery_time_id` as `shipping_method.deliveryTimeId`,
`shipping_method`.`tax_type` as `shipping_method.taxType`,
`shipping_method`.`tax_id` as `shipping_method.taxId`,
`shipping_method.deliveryTime`.`id` as `shipping_method.deliveryTime.id`,
`shipping_method.deliveryTime`.`min` as `shipping_method.deliveryTime.min`,
`shipping_method.deliveryTime`.`max` as `shipping_method.deliveryTime.max`,
`shipping_method.deliveryTime`.`unit` as `shipping_method.deliveryTime.unit`,
`shipping_method.deliveryTime`.`created_at` as `shipping_method.deliveryTime.createdAt`,
`shipping_method.deliveryTime`.`updated_at` as `shipping_method.deliveryTime.updatedAt`,
`shipping_method.deliveryTime.translation.name`,
COALESCE(
`shipping_method.deliveryTime.translation.name`,
`shipping_method.deliveryTime.translation.name`
) as `shipping_method.deliveryTime.name`,
`shipping_method.deliveryTime.translation.customFields`,
COALESCE(
`shipping_method.deliveryTime.translation.customFields`,
`shipping_method.deliveryTime.translation.customFields`
) as `shipping_method.deliveryTime.customFields`,
`shipping_method.deliveryTime.translation.createdAt`,
`shipping_method.deliveryTime.translation.updatedAt`,
`shipping_method.deliveryTime.translation.deliveryTimeId`,
`shipping_method.deliveryTime.translation.languageId`,
`shipping_method`.`created_at` as `shipping_method.createdAt`,
`shipping_method`.`updated_at` as `shipping_method.updatedAt`,
`shipping_method.tax`.`id` as `shipping_method.tax.id`,
`shipping_method.tax`.`tax_rate` as `shipping_method.tax.taxRate`,
`shipping_method.tax`.`name` as `shipping_method.tax.name`,
`shipping_method.tax`.`position` as `shipping_method.tax.position`,
`shipping_method.tax`.`custom_fields` as `shipping_method.tax.customFields`,
`shipping_method.tax`.`created_at` as `shipping_method.tax.createdAt`,
`shipping_method.tax`.`updated_at` as `shipping_method.tax.updatedAt`,
`shipping_method.translation.name`,
COALESCE(
`shipping_method.translation.name`,
`shipping_method.translation.name`
) as `shipping_method.name`,
`shipping_method.translation.description`,
COALESCE(
`shipping_method.translation.description`,
`shipping_method.translation.description`
) as `shipping_method.description`,
`shipping_method.translation.trackingUrl`,
COALESCE(
`shipping_method.translation.trackingUrl`,
`shipping_method.translation.trackingUrl`
) as `shipping_method.trackingUrl`,
`shipping_method.translation.customFields`,
COALESCE(
`shipping_method.translation.customFields`,
`shipping_method.translation.customFields`
) as `shipping_method.customFields`,
`shipping_method.translation.createdAt`,
`shipping_method.translation.updatedAt`,
`shipping_method.translation.shippingMethodId`,
`shipping_method.translation.languageId`
FROM
`shipping_method`
LEFT JOIN (
SELECT
`shipping_method.translation`.shipping_method_id,
`shipping_method.translation`.name as `shipping_method.translation.name`,
`shipping_method.translation`.description as `shipping_method.translation.description`,
`shipping_method.translation`.tracking_url as `shipping_method.translation.trackingUrl`,
`shipping_method.translation`.custom_fields as `shipping_method.translation.customFields`,
`shipping_method.translation`.created_at as `shipping_method.translation.createdAt`,
`shipping_method.translation`.updated_at as `shipping_method.translation.updatedAt`,
`shipping_method.translation`.shipping_method_id as `shipping_method.translation.shippingMethodId`,
`shipping_method.translation`.language_id as `shipping_method.translation.languageId`
FROM
`shipping_method_translation` `shipping_method.translation`
WHERE
`shipping_method.translation`.language_id = : languageId
) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation`.`shipping_method_id` = `shipping_method`.`id`
LEFT JOIN `delivery_time` `shipping_method.deliveryTime` ON `shipping_method`.`delivery_time_id` = `shipping_method.deliveryTime`.`id`
LEFT JOIN `tax` `shipping_method.tax` ON `shipping_method`.`tax_id` = `shipping_method.tax`.`id`
LEFT JOIN (
SELECT
`shipping_method.deliveryTime.translation`.delivery_time_id,
`shipping_method.deliveryTime.translation`.name as `shipping_method.deliveryTime.translation.name`,
`shipping_method.deliveryTime.translation`.custom_fields as `shipping_method.deliveryTime.translation.customFields`,
`shipping_method.deliveryTime.translation`.created_at as `shipping_method.deliveryTime.translation.createdAt`,
`shipping_method.deliveryTime.translation`.updated_at as `shipping_method.deliveryTime.translation.updatedAt`,
`shipping_method.deliveryTime.translation`.delivery_time_id as `shipping_method.deliveryTime.translation.deliveryTimeId`,
`shipping_method.deliveryTime.translation`.language_id as `shipping_method.deliveryTime.translation.languageId`
FROM
`delivery_time_translation` `shipping_method.deliveryTime.translation`
WHERE
`shipping_method.deliveryTime.translation`.language_id = : languageId
) `shipping_method.deliveryTime.delivery_time_translation` ON `shipping_method.deliveryTime.delivery_time_translation`.`delivery_time_id` = `shipping_method.deliveryTime`.`id`
WHERE
`shipping_method`.`id` IN (: ids)
SELECT `shipping_method`.`id` as `shipping_method.id`, `shipping_method`.`active` as `shipping_method.active`, `shipping_method`.`position` as `shipping_method.position`, `shipping_method`.`availability_rule_id` as `shipping_method.availabilityRuleId`, `shipping_method`.`media_id` as `shipping_method.mediaId`, `shipping_method`.`delivery_time_id` as `shipping_method.deliveryTimeId`, `shipping_method`.`tax_type` as `shipping_method.taxType`, `shipping_method`.`tax_id` as `shipping_method.taxId`, `shipping_method.deliveryTime`.`id` as `shipping_method.deliveryTime.id`, `shipping_method.deliveryTime`.`min` as `shipping_method.deliveryTime.min`, `shipping_method.deliveryTime`.`max` as `shipping_method.deliveryTime.max`, `shipping_method.deliveryTime`.`unit` as `shipping_method.deliveryTime.unit`, `shipping_method.deliveryTime`.`created_at` as `shipping_method.deliveryTime.createdAt`, `shipping_method.deliveryTime`.`updated_at` as `shipping_method.deliveryTime.updatedAt`, `shipping_method.deliveryTime.translation.name`, COALESCE(`shipping_method.deliveryTime.translation.name`,`shipping_method.deliveryTime.translation.name`) as `shipping_method.deliveryTime.name`, `shipping_method.deliveryTime.translation.customFields`, COALESCE(`shipping_method.deliveryTime.translation.customFields`,`shipping_method.deliveryTime.translation.customFields`) as `shipping_method.deliveryTime.customFields`, `shipping_method.deliveryTime.translation.createdAt`, `shipping_method.deliveryTime.translation.updatedAt`, `shipping_method.deliveryTime.translation.deliveryTimeId`, `shipping_method.deliveryTime.translation.languageId`, `shipping_method`.`created_at` as `shipping_method.createdAt`, `shipping_method`.`updated_at` as `shipping_method.updatedAt`, `shipping_method.tax`.`id` as `shipping_method.tax.id`, `shipping_method.tax`.`tax_rate` as `shipping_method.tax.taxRate`, `shipping_method.tax`.`name` as `shipping_method.tax.name`, `shipping_method.tax`.`position` as `shipping_method.tax.position`, `shipping_method.tax`.`custom_fields` as `shipping_method.tax.customFields`, `shipping_method.tax`.`created_at` as `shipping_method.tax.createdAt`, `shipping_method.tax`.`updated_at` as `shipping_method.tax.updatedAt`, `shipping_method.translation.name`, COALESCE(`shipping_method.translation.name`,`shipping_method.translation.name`) as `shipping_method.name`, `shipping_method.translation.description`, COALESCE(`shipping_method.translation.description`,`shipping_method.translation.description`) as `shipping_method.description`, `shipping_method.translation.trackingUrl`, COALESCE(`shipping_method.translation.trackingUrl`,`shipping_method.translation.trackingUrl`) as `shipping_method.trackingUrl`, `shipping_method.translation.customFields`, COALESCE(`shipping_method.translation.customFields`,`shipping_method.translation.customFields`) as `shipping_method.customFields`, `shipping_method.translation.createdAt`, `shipping_method.translation.updatedAt`, `shipping_method.translation.shippingMethodId`, `shipping_method.translation.languageId` FROM `shipping_method` LEFT JOIN (SELECT `shipping_method.translation`.shipping_method_id, `shipping_method.translation`.name as `shipping_method.translation.name`, `shipping_method.translation`.description as `shipping_method.translation.description`, `shipping_method.translation`.tracking_url as `shipping_method.translation.trackingUrl`, `shipping_method.translation`.custom_fields as `shipping_method.translation.customFields`, `shipping_method.translation`.created_at as `shipping_method.translation.createdAt`, `shipping_method.translation`.updated_at as `shipping_method.translation.updatedAt`, `shipping_method.translation`.shipping_method_id as `shipping_method.translation.shippingMethodId`, `shipping_method.translation`.language_id as `shipping_method.translation.languageId` FROM `shipping_method_translation` `shipping_method.translation` WHERE `shipping_method.translation`.language_id = 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 (0xB02ADD34335A43ABB493A91D113C5819);
array:40 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 212)"
2 => "Doctrine\DBAL\Query\QueryBuilder::execute (line 296)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetch (line 131)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 83)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::read (line 226)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::read (line 255)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::_search (line 111)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::Shopware\Core\Framework\DataAbstractionLayer\{closure} (line 57)"
9 => "Shopware\Core\Profiling\Profiler::trace (line 112)"
10 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 81)"
11 => "Shopware\Core\Checkout\Cart\Delivery\DeliveryProcessor::Shopware\Core\Checkout\Cart\Delivery\{closure} (line 57)"
12 => "Shopware\Core\Profiling\Profiler::trace (line 92)"
13 => "Shopware\Core\Checkout\Cart\Delivery\DeliveryProcessor::collect (line 98)"
14 => "Shopware\Core\Checkout\Cart\Processor::runProcessors (line 62)"
15 => "Shopware\Core\Checkout\Cart\Processor::Shopware\Core\Checkout\Cart\{closure} (line 57)"
16 => "Shopware\Core\Profiling\Profiler::trace (line 81)"
17 => "Shopware\Core\Checkout\Cart\Processor::process (line 124)"
18 => "Shopware\Core\Checkout\Cart\CartRuleLoader::Shopware\Core\Checkout\Cart\{closure} (line 57)"
19 => "Shopware\Core\Profiling\Profiler::trace (line 174)"
20 => "Shopware\Core\Checkout\Cart\CartRuleLoader::load (line 80)"
21 => "Shopware\Core\Checkout\Cart\CartRuleLoader::loadByToken (line 94)"
22 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService::Shopware\Core\System\SalesChannel\Context\{closure} (line 57)"
23 => "Shopware\Core\Profiling\Profiler::trace (line 99)"
24 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService::get (line 100)"
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 51)"
30 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 96)"
31 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 52)"
32 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 32)"
33 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
34 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 140)"
35 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 74)"
36 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
37 => "Symfony\Component\HttpKernel\Kernel::handle (line 153)"
38 => "Shopware\Core\HttpKernel::doHandle (line 79)"
39 => "Shopware\Core\HttpKernel::handle (line 48)"
]
|
27 |
0.40 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_df2b224534d7416dbb44f6fdb24d4733))
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 (0xB02ADD34335A43ABB493A91D113C5819));
array:44 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 212)"
2 => "Doctrine\DBAL\Query\QueryBuilder::execute (line 296)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetch (line 131)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 465)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::loadOneToManyWithoutPagination (line 406)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::loadOneToMany (line 1140)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetchAssociations (line 135)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 83)"
9 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::read (line 226)"
10 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::read (line 255)"
11 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::_search (line 111)"
12 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::Shopware\Core\Framework\DataAbstractionLayer\{closure} (line 57)"
13 => "Shopware\Core\Profiling\Profiler::trace (line 112)"
14 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 81)"
15 => "Shopware\Core\Checkout\Cart\Delivery\DeliveryProcessor::Shopware\Core\Checkout\Cart\Delivery\{closure} (line 57)"
16 => "Shopware\Core\Profiling\Profiler::trace (line 92)"
17 => "Shopware\Core\Checkout\Cart\Delivery\DeliveryProcessor::collect (line 98)"
18 => "Shopware\Core\Checkout\Cart\Processor::runProcessors (line 62)"
19 => "Shopware\Core\Checkout\Cart\Processor::Shopware\Core\Checkout\Cart\{closure} (line 57)"
20 => "Shopware\Core\Profiling\Profiler::trace (line 81)"
21 => "Shopware\Core\Checkout\Cart\Processor::process (line 124)"
22 => "Shopware\Core\Checkout\Cart\CartRuleLoader::Shopware\Core\Checkout\Cart\{closure} (line 57)"
23 => "Shopware\Core\Profiling\Profiler::trace (line 174)"
24 => "Shopware\Core\Checkout\Cart\CartRuleLoader::load (line 80)"
25 => "Shopware\Core\Checkout\Cart\CartRuleLoader::loadByToken (line 94)"
26 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService::Shopware\Core\System\SalesChannel\Context\{closure} (line 57)"
27 => "Shopware\Core\Profiling\Profiler::trace (line 99)"
28 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService::get (line 100)"
29 => "Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver::resolve (line 33)"
30 => "Shopware\Core\Framework\Routing\ContextResolverListener::resolveContext (line 117)"
31 => "Symfony\Component\EventDispatcher\Debug\WrappedListener::__invoke (line 230)"
32 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
33 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 51)"
34 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 96)"
35 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 52)"
36 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 32)"
37 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
38 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 140)"
39 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 74)"
40 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
41 => "Symfony\Component\HttpKernel\Kernel::handle (line 153)"
42 => "Shopware\Core\HttpKernel::doHandle (line 79)"
43 => "Shopware\Core\HttpKernel::handle (line 48)"
]
|
28 |
1.71 ms |
SELECT `app`.`id` as `app.id`, `app`.`name` as `app.name`, `app`.`path` as `app.path`, `app`.`author` as `app.author`, `app`.`copyright` as `app.copyright`, `app`.`license` as `app.license`, `app`.`active` as `app.active`, `app`.`configurable` as `app.configurable`, `app`.`privacy` as `app.privacy`, `app`.`version` as `app.version`, `app`.`icon` as `app.iconRaw`, `app`.`app_secret` as `app.appSecret`, `app`.`modules` as `app.modules`, `app`.`main_module` as `app.mainModule`, `app`.`cookies` as `app.cookies`, `app`.`allow_disable` as `app.allowDisable`, `app`.`integration_id` as `app.integrationId`, `app.integration`.`id` as `app.integration.id`, `app.integration`.`label` as `app.integration.label`, `app.integration`.`access_key` as `app.integration.accessKey`, `app.integration`.`secret_access_key` as `app.integration.secretAccessKey`, `app.integration`.`write_access` as `app.integration.writeAccess`, `app.integration`.`last_usage_at` as `app.integration.lastUsageAt`, `app.integration`.`admin` as `app.integration.admin`, `app.integration`.`custom_fields` as `app.integration.customFields`, `app.integration`.`deleted_at` as `app.integration.deletedAt`, `app.integration`.`created_at` as `app.integration.createdAt`, `app.integration`.`updated_at` as `app.integration.updatedAt`, `app`.`acl_role_id` as `app.aclRoleId`, `app.aclRole`.`id` as `app.aclRole.id`, `app.aclRole`.`name` as `app.aclRole.name`, `app.aclRole`.`description` as `app.aclRole.description`, `app.aclRole`.`privileges` as `app.aclRole.privileges`, `app.aclRole`.`deleted_at` as `app.aclRole.deletedAt`, `app.aclRole`.`created_at` as `app.aclRole.createdAt`, `app.aclRole`.`updated_at` as `app.aclRole.updatedAt`, `app`.`created_at` as `app.createdAt`, `app`.`updated_at` as `app.updatedAt`, `app.translation.label`, COALESCE(`app.translation.label`,`app.translation.label`) as `app.label`, `app.translation.description`, COALESCE(`app.translation.description`,`app.translation.description`) as `app.description`, `app.translation.privacyPolicyExtensions`, COALESCE(`app.translation.privacyPolicyExtensions`,`app.translation.privacyPolicyExtensions`) as `app.privacyPolicyExtensions`, `app.translation.customFields`, COALESCE(`app.translation.customFields`,`app.translation.customFields`) as `app.customFields`, `app.translation.createdAt`, `app.translation.updatedAt`, `app.translation.appId`, `app.translation.languageId` FROM `app` LEFT JOIN (SELECT `app.translation`.app_id, `app.translation`.label as `app.translation.label`, `app.translation`.description as `app.translation.description`, `app.translation`.privacy_policy_extensions as `app.translation.privacyPolicyExtensions`, `app.translation`.custom_fields as `app.translation.customFields`, `app.translation`.created_at as `app.translation.createdAt`, `app.translation`.updated_at as `app.translation.updatedAt`, `app.translation`.app_id as `app.translation.appId`, `app.translation`.language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation`.language_id = :languageId) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` LEFT JOIN `integration` `app.integration` ON `app`.`integration_id` = `app.integration`.`id` LEFT JOIN `acl_role` `app.aclRole` ON `app`.`acl_role_id` = `app.aclRole`.`id` WHERE (`app`.`active` = :param_98e4e957f2d24af2b68e8e949aa62b7d)
SELECT
`app`.`id` as `app.id`,
`app`.`name` as `app.name`,
`app`.`path` as `app.path`,
`app`.`author` as `app.author`,
`app`.`copyright` as `app.copyright`,
`app`.`license` as `app.license`,
`app`.`active` as `app.active`,
`app`.`configurable` as `app.configurable`,
`app`.`privacy` as `app.privacy`,
`app`.`version` as `app.version`,
`app`.`icon` as `app.iconRaw`,
`app`.`app_secret` as `app.appSecret`,
`app`.`modules` as `app.modules`,
`app`.`main_module` as `app.mainModule`,
`app`.`cookies` as `app.cookies`,
`app`.`allow_disable` as `app.allowDisable`,
`app`.`integration_id` as `app.integrationId`,
`app.integration`.`id` as `app.integration.id`,
`app.integration`.`label` as `app.integration.label`,
`app.integration`.`access_key` as `app.integration.accessKey`,
`app.integration`.`secret_access_key` as `app.integration.secretAccessKey`,
`app.integration`.`write_access` as `app.integration.writeAccess`,
`app.integration`.`last_usage_at` as `app.integration.lastUsageAt`,
`app.integration`.`admin` as `app.integration.admin`,
`app.integration`.`custom_fields` as `app.integration.customFields`,
`app.integration`.`deleted_at` as `app.integration.deletedAt`,
`app.integration`.`created_at` as `app.integration.createdAt`,
`app.integration`.`updated_at` as `app.integration.updatedAt`,
`app`.`acl_role_id` as `app.aclRoleId`,
`app.aclRole`.`id` as `app.aclRole.id`,
`app.aclRole`.`name` as `app.aclRole.name`,
`app.aclRole`.`description` as `app.aclRole.description`,
`app.aclRole`.`privileges` as `app.aclRole.privileges`,
`app.aclRole`.`deleted_at` as `app.aclRole.deletedAt`,
`app.aclRole`.`created_at` as `app.aclRole.createdAt`,
`app.aclRole`.`updated_at` as `app.aclRole.updatedAt`,
`app`.`created_at` as `app.createdAt`,
`app`.`updated_at` as `app.updatedAt`,
`app.translation.label`,
COALESCE(
`app.translation.label`, `app.translation.label`
) as `app.label`,
`app.translation.description`,
COALESCE(
`app.translation.description`, `app.translation.description`
) as `app.description`,
`app.translation.privacyPolicyExtensions`,
COALESCE(
`app.translation.privacyPolicyExtensions`,
`app.translation.privacyPolicyExtensions`
) as `app.privacyPolicyExtensions`,
`app.translation.customFields`,
COALESCE(
`app.translation.customFields`,
`app.translation.customFields`
) as `app.customFields`,
`app.translation.createdAt`,
`app.translation.updatedAt`,
`app.translation.appId`,
`app.translation.languageId`
FROM
`app`
LEFT JOIN (
SELECT
`app.translation`.app_id,
`app.translation`.label as `app.translation.label`,
`app.translation`.description as `app.translation.description`,
`app.translation`.privacy_policy_extensions as `app.translation.privacyPolicyExtensions`,
`app.translation`.custom_fields as `app.translation.customFields`,
`app.translation`.created_at as `app.translation.createdAt`,
`app.translation`.updated_at as `app.translation.updatedAt`,
`app.translation`.app_id as `app.translation.appId`,
`app.translation`.language_id as `app.translation.languageId`
FROM
`app_translation` `app.translation`
WHERE
`app.translation`.language_id = : languageId
) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id`
LEFT JOIN `integration` `app.integration` ON `app`.`integration_id` = `app.integration`.`id`
LEFT JOIN `acl_role` `app.aclRole` ON `app`.`acl_role_id` = `app.aclRole`.`id`
WHERE
(
`app`.`active` = : param_98e4e957f2d24af2b68e8e949aa62b7d
)
SELECT `app`.`id` as `app.id`, `app`.`name` as `app.name`, `app`.`path` as `app.path`, `app`.`author` as `app.author`, `app`.`copyright` as `app.copyright`, `app`.`license` as `app.license`, `app`.`active` as `app.active`, `app`.`configurable` as `app.configurable`, `app`.`privacy` as `app.privacy`, `app`.`version` as `app.version`, `app`.`icon` as `app.iconRaw`, `app`.`app_secret` as `app.appSecret`, `app`.`modules` as `app.modules`, `app`.`main_module` as `app.mainModule`, `app`.`cookies` as `app.cookies`, `app`.`allow_disable` as `app.allowDisable`, `app`.`integration_id` as `app.integrationId`, `app.integration`.`id` as `app.integration.id`, `app.integration`.`label` as `app.integration.label`, `app.integration`.`access_key` as `app.integration.accessKey`, `app.integration`.`secret_access_key` as `app.integration.secretAccessKey`, `app.integration`.`write_access` as `app.integration.writeAccess`, `app.integration`.`last_usage_at` as `app.integration.lastUsageAt`, `app.integration`.`admin` as `app.integration.admin`, `app.integration`.`custom_fields` as `app.integration.customFields`, `app.integration`.`deleted_at` as `app.integration.deletedAt`, `app.integration`.`created_at` as `app.integration.createdAt`, `app.integration`.`updated_at` as `app.integration.updatedAt`, `app`.`acl_role_id` as `app.aclRoleId`, `app.aclRole`.`id` as `app.aclRole.id`, `app.aclRole`.`name` as `app.aclRole.name`, `app.aclRole`.`description` as `app.aclRole.description`, `app.aclRole`.`privileges` as `app.aclRole.privileges`, `app.aclRole`.`deleted_at` as `app.aclRole.deletedAt`, `app.aclRole`.`created_at` as `app.aclRole.createdAt`, `app.aclRole`.`updated_at` as `app.aclRole.updatedAt`, `app`.`created_at` as `app.createdAt`, `app`.`updated_at` as `app.updatedAt`, `app.translation.label`, COALESCE(`app.translation.label`,`app.translation.label`) as `app.label`, `app.translation.description`, COALESCE(`app.translation.description`,`app.translation.description`) as `app.description`, `app.translation.privacyPolicyExtensions`, COALESCE(`app.translation.privacyPolicyExtensions`,`app.translation.privacyPolicyExtensions`) as `app.privacyPolicyExtensions`, `app.translation.customFields`, COALESCE(`app.translation.customFields`,`app.translation.customFields`) as `app.customFields`, `app.translation.createdAt`, `app.translation.updatedAt`, `app.translation.appId`, `app.translation.languageId` FROM `app` LEFT JOIN (SELECT `app.translation`.app_id, `app.translation`.label as `app.translation.label`, `app.translation`.description as `app.translation.description`, `app.translation`.privacy_policy_extensions as `app.translation.privacyPolicyExtensions`, `app.translation`.custom_fields as `app.translation.customFields`, `app.translation`.created_at as `app.translation.createdAt`, `app.translation`.updated_at as `app.translation.updatedAt`, `app.translation`.app_id as `app.translation.appId`, `app.translation`.language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation`.language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` LEFT JOIN `integration` `app.integration` ON `app`.`integration_id` = `app.integration`.`id` LEFT JOIN `acl_role` `app.aclRole` ON `app`.`acl_role_id` = `app.aclRole`.`id` WHERE (`app`.`active` = 1);
array:40 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 212)"
2 => "Doctrine\DBAL\Query\QueryBuilder::execute (line 296)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetch (line 131)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 83)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::read (line 226)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::read (line 255)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::_search (line 111)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::Shopware\Core\Framework\DataAbstractionLayer\{closure} (line 57)"
9 => "Shopware\Core\Profiling\Profiler::trace (line 112)"
10 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 121)"
11 => "Shopware\Core\Framework\App\Lifecycle\Persister\ScriptPersister::refresh (line 71)"
12 => "Shopware\Core\Framework\Script\Execution\ScriptLoader::load (line 55)"
13 => "Shopware\Core\Framework\Script\Execution\ScriptLoader::get (line 67)"
14 => "Shopware\Core\Framework\Script\Execution\ScriptExecutor::execute (line 65)"
15 => "Shopware\Core\Checkout\Cart\Processor::Shopware\Core\Checkout\Cart\{closure} (line 57)"
16 => "Shopware\Core\Profiling\Profiler::trace (line 81)"
17 => "Shopware\Core\Checkout\Cart\Processor::process (line 124)"
18 => "Shopware\Core\Checkout\Cart\CartRuleLoader::Shopware\Core\Checkout\Cart\{closure} (line 57)"
19 => "Shopware\Core\Profiling\Profiler::trace (line 174)"
20 => "Shopware\Core\Checkout\Cart\CartRuleLoader::load (line 80)"
21 => "Shopware\Core\Checkout\Cart\CartRuleLoader::loadByToken (line 94)"
22 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService::Shopware\Core\System\SalesChannel\Context\{closure} (line 57)"
23 => "Shopware\Core\Profiling\Profiler::trace (line 99)"
24 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService::get (line 100)"
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 51)"
30 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 96)"
31 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 52)"
32 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 32)"
33 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
34 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 140)"
35 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 74)"
36 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
37 => "Symfony\Component\HttpKernel\Kernel::handle (line 153)"
38 => "Shopware\Core\HttpKernel::doHandle (line 79)"
39 => "Shopware\Core\HttpKernel::handle (line 48)"
]
|
29 |
0.16 ms |
SELECT LOWER(HEX(`script`.`app_id`)) as `app_id`,
`script`.`name` AS scriptName,
`script`.`script` AS script,
`script`.`hook` AS hook,
IFNULL(`script`.`updated_at`, `script`.`created_at`) AS lastModified,
`app`.`name` AS appName,
LOWER(HEX(`app`.`integration_id`)) AS integrationId,
`app`.`version` AS appVersion
FROM `script`
LEFT JOIN `app` ON `script`.`app_id` = `app`.`id`
WHERE `script`.`hook` != 'include'
ORDER BY `app`.`created_at`, `app`.`id`, `script`.`name`
SELECT LOWER(HEX(`script`.`app_id`)) as `app_id`,
`script`.`name` AS scriptName,
`script`.`script` AS script,
`script`.`hook` AS hook,
IFNULL(`script`.`updated_at`, `script`.`created_at`) AS lastModified,
`app`.`name` AS appName,
LOWER(HEX(`app`.`integration_id`)) AS integrationId,
`app`.`version` AS appVersion
FROM `script`
LEFT JOIN `app` ON `script`.`app_id` = `app`.`id`
WHERE `script`.`hook` != 'include'
ORDER BY `app`.`created_at`, `app`.`id`, `script`.`name`
;
array:31 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 1042)"
2 => "Doctrine\DBAL\Connection::fetchAllAssociative (line 74)"
3 => "Shopware\Core\Framework\Script\Execution\ScriptLoader::load (line 55)"
4 => "Shopware\Core\Framework\Script\Execution\ScriptLoader::get (line 67)"
5 => "Shopware\Core\Framework\Script\Execution\ScriptExecutor::execute (line 65)"
6 => "Shopware\Core\Checkout\Cart\Processor::Shopware\Core\Checkout\Cart\{closure} (line 57)"
7 => "Shopware\Core\Profiling\Profiler::trace (line 81)"
8 => "Shopware\Core\Checkout\Cart\Processor::process (line 124)"
9 => "Shopware\Core\Checkout\Cart\CartRuleLoader::Shopware\Core\Checkout\Cart\{closure} (line 57)"
10 => "Shopware\Core\Profiling\Profiler::trace (line 174)"
11 => "Shopware\Core\Checkout\Cart\CartRuleLoader::load (line 80)"
12 => "Shopware\Core\Checkout\Cart\CartRuleLoader::loadByToken (line 94)"
13 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService::Shopware\Core\System\SalesChannel\Context\{closure} (line 57)"
14 => "Shopware\Core\Profiling\Profiler::trace (line 99)"
15 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService::get (line 100)"
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 51)"
21 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 96)"
22 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 52)"
23 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 32)"
24 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
25 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 140)"
26 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 74)"
27 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
28 => "Symfony\Component\HttpKernel\Kernel::handle (line 153)"
29 => "Shopware\Core\HttpKernel::doHandle (line 79)"
30 => "Shopware\Core\HttpKernel::handle (line 48)"
]
|
30 |
0.11 ms |
SELECT LOWER(HEX(`script`.`app_id`)) as `app_id`,
`script`.`name` AS name,
`script`.`script` AS script,
`app`.`name` AS appName,
LOWER(HEX(`app`.`integration_id`)) AS integrationId,
IFNULL(`script`.`updated_at`, `script`.`created_at`) AS lastModified
FROM `script`
LEFT JOIN `app` ON `script`.`app_id` = `app`.`id`
WHERE `script`.`hook` = 'include'
ORDER BY `app`.`created_at`, `app`.`id`, `script`.`name`
SELECT LOWER(HEX(`script`.`app_id`)) as `app_id`,
`script`.`name` AS name,
`script`.`script` AS script,
`app`.`name` AS appName,
LOWER(HEX(`app`.`integration_id`)) AS integrationId,
IFNULL(`script`.`updated_at`, `script`.`created_at`) AS lastModified
FROM `script`
LEFT JOIN `app` ON `script`.`app_id` = `app`.`id`
WHERE `script`.`hook` = 'include'
ORDER BY `app`.`created_at`, `app`.`id`, `script`.`name`
;
array:31 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 1042)"
2 => "Doctrine\DBAL\Connection::fetchAllAssociative (line 89)"
3 => "Shopware\Core\Framework\Script\Execution\ScriptLoader::load (line 55)"
4 => "Shopware\Core\Framework\Script\Execution\ScriptLoader::get (line 67)"
5 => "Shopware\Core\Framework\Script\Execution\ScriptExecutor::execute (line 65)"
6 => "Shopware\Core\Checkout\Cart\Processor::Shopware\Core\Checkout\Cart\{closure} (line 57)"
7 => "Shopware\Core\Profiling\Profiler::trace (line 81)"
8 => "Shopware\Core\Checkout\Cart\Processor::process (line 124)"
9 => "Shopware\Core\Checkout\Cart\CartRuleLoader::Shopware\Core\Checkout\Cart\{closure} (line 57)"
10 => "Shopware\Core\Profiling\Profiler::trace (line 174)"
11 => "Shopware\Core\Checkout\Cart\CartRuleLoader::load (line 80)"
12 => "Shopware\Core\Checkout\Cart\CartRuleLoader::loadByToken (line 94)"
13 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService::Shopware\Core\System\SalesChannel\Context\{closure} (line 57)"
14 => "Shopware\Core\Profiling\Profiler::trace (line 99)"
15 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService::get (line 100)"
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 51)"
21 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 96)"
22 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 52)"
23 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 32)"
24 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
25 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 140)"
26 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 74)"
27 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
28 => "Symfony\Component\HttpKernel\Kernel::handle (line 153)"
29 => "Shopware\Core\HttpKernel::doHandle (line 79)"
30 => "Shopware\Core\HttpKernel::handle (line 48)"
]
|
31 |
0.34 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_ad94dbbc752747578fecf6a4b0999093)) 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` = 0x79524D2C18DE48BC9032D43A03293AEB)) AND (`country`.`id` IN (0xA2850BB0A2194B789C9C2A8AC363D196)) GROUP BY `country`.`id`;
array:34 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 212)"
2 => "Doctrine\DBAL\Query\QueryBuilder::execute (line 86)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntitySearcher::search (line 57)"
4 => "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher::search (line 133)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::searchIds (line 96)"
6 => "Shopware\Core\Checkout\Cart\Address\AddressValidator::isSalesChannelCountry (line 50)"
7 => "Shopware\Core\Checkout\Cart\Address\AddressValidator::validate (line 24)"
8 => "Shopware\Core\Checkout\Cart\Validator::validate (line 71)"
9 => "Shopware\Core\Checkout\Cart\Processor::Shopware\Core\Checkout\Cart\{closure} (line 57)"
10 => "Shopware\Core\Profiling\Profiler::trace (line 81)"
11 => "Shopware\Core\Checkout\Cart\Processor::process (line 124)"
12 => "Shopware\Core\Checkout\Cart\CartRuleLoader::Shopware\Core\Checkout\Cart\{closure} (line 57)"
13 => "Shopware\Core\Profiling\Profiler::trace (line 174)"
14 => "Shopware\Core\Checkout\Cart\CartRuleLoader::load (line 80)"
15 => "Shopware\Core\Checkout\Cart\CartRuleLoader::loadByToken (line 94)"
16 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService::Shopware\Core\System\SalesChannel\Context\{closure} (line 57)"
17 => "Shopware\Core\Profiling\Profiler::trace (line 99)"
18 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService::get (line 100)"
19 => "Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver::resolve (line 33)"
20 => "Shopware\Core\Framework\Routing\ContextResolverListener::resolveContext (line 117)"
21 => "Symfony\Component\EventDispatcher\Debug\WrappedListener::__invoke (line 230)"
22 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
23 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 51)"
24 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 96)"
25 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 52)"
26 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 32)"
27 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
28 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 140)"
29 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 74)"
30 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
31 => "Symfony\Component\HttpKernel\Kernel::handle (line 153)"
32 => "Shopware\Core\HttpKernel::doHandle (line 79)"
33 => "Shopware\Core\HttpKernel::handle (line 48)"
]
|
32 |
1.63 ms |
SELECT `app`.`id` as `app.id`, `app`.`name` as `app.name`, `app`.`path` as `app.path`, `app`.`author` as `app.author`, `app`.`copyright` as `app.copyright`, `app`.`license` as `app.license`, `app`.`active` as `app.active`, `app`.`configurable` as `app.configurable`, `app`.`privacy` as `app.privacy`, `app`.`version` as `app.version`, `app`.`icon` as `app.iconRaw`, `app`.`app_secret` as `app.appSecret`, `app`.`modules` as `app.modules`, `app`.`main_module` as `app.mainModule`, `app`.`cookies` as `app.cookies`, `app`.`allow_disable` as `app.allowDisable`, `app`.`integration_id` as `app.integrationId`, `app.integration`.`id` as `app.integration.id`, `app.integration`.`label` as `app.integration.label`, `app.integration`.`access_key` as `app.integration.accessKey`, `app.integration`.`secret_access_key` as `app.integration.secretAccessKey`, `app.integration`.`write_access` as `app.integration.writeAccess`, `app.integration`.`last_usage_at` as `app.integration.lastUsageAt`, `app.integration`.`admin` as `app.integration.admin`, `app.integration`.`custom_fields` as `app.integration.customFields`, `app.integration`.`deleted_at` as `app.integration.deletedAt`, `app.integration`.`created_at` as `app.integration.createdAt`, `app.integration`.`updated_at` as `app.integration.updatedAt`, `app`.`acl_role_id` as `app.aclRoleId`, `app.aclRole`.`id` as `app.aclRole.id`, `app.aclRole`.`name` as `app.aclRole.name`, `app.aclRole`.`description` as `app.aclRole.description`, `app.aclRole`.`privileges` as `app.aclRole.privileges`, `app.aclRole`.`deleted_at` as `app.aclRole.deletedAt`, `app.aclRole`.`created_at` as `app.aclRole.createdAt`, `app.aclRole`.`updated_at` as `app.aclRole.updatedAt`, `app`.`created_at` as `app.createdAt`, `app`.`updated_at` as `app.updatedAt`, `app.translation.label`, COALESCE(`app.translation.label`,`app.translation.label`) as `app.label`, `app.translation.description`, COALESCE(`app.translation.description`,`app.translation.description`) as `app.description`, `app.translation.privacyPolicyExtensions`, COALESCE(`app.translation.privacyPolicyExtensions`,`app.translation.privacyPolicyExtensions`) as `app.privacyPolicyExtensions`, `app.translation.customFields`, COALESCE(`app.translation.customFields`,`app.translation.customFields`) as `app.customFields`, `app.translation.createdAt`, `app.translation.updatedAt`, `app.translation.appId`, `app.translation.languageId` FROM `app` LEFT JOIN (SELECT `app.translation`.app_id, `app.translation`.label as `app.translation.label`, `app.translation`.description as `app.translation.description`, `app.translation`.privacy_policy_extensions as `app.translation.privacyPolicyExtensions`, `app.translation`.custom_fields as `app.translation.customFields`, `app.translation`.created_at as `app.translation.createdAt`, `app.translation`.updated_at as `app.translation.updatedAt`, `app.translation`.app_id as `app.translation.appId`, `app.translation`.language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation`.language_id = :languageId) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` LEFT JOIN `integration` `app.integration` ON `app`.`integration_id` = `app.integration`.`id` LEFT JOIN `acl_role` `app.aclRole` ON `app`.`acl_role_id` = `app.aclRole`.`id` WHERE (`app`.`active` = :param_610196702e1c4d6fa4dc03dc1e6ebb18)
SELECT
`app`.`id` as `app.id`,
`app`.`name` as `app.name`,
`app`.`path` as `app.path`,
`app`.`author` as `app.author`,
`app`.`copyright` as `app.copyright`,
`app`.`license` as `app.license`,
`app`.`active` as `app.active`,
`app`.`configurable` as `app.configurable`,
`app`.`privacy` as `app.privacy`,
`app`.`version` as `app.version`,
`app`.`icon` as `app.iconRaw`,
`app`.`app_secret` as `app.appSecret`,
`app`.`modules` as `app.modules`,
`app`.`main_module` as `app.mainModule`,
`app`.`cookies` as `app.cookies`,
`app`.`allow_disable` as `app.allowDisable`,
`app`.`integration_id` as `app.integrationId`,
`app.integration`.`id` as `app.integration.id`,
`app.integration`.`label` as `app.integration.label`,
`app.integration`.`access_key` as `app.integration.accessKey`,
`app.integration`.`secret_access_key` as `app.integration.secretAccessKey`,
`app.integration`.`write_access` as `app.integration.writeAccess`,
`app.integration`.`last_usage_at` as `app.integration.lastUsageAt`,
`app.integration`.`admin` as `app.integration.admin`,
`app.integration`.`custom_fields` as `app.integration.customFields`,
`app.integration`.`deleted_at` as `app.integration.deletedAt`,
`app.integration`.`created_at` as `app.integration.createdAt`,
`app.integration`.`updated_at` as `app.integration.updatedAt`,
`app`.`acl_role_id` as `app.aclRoleId`,
`app.aclRole`.`id` as `app.aclRole.id`,
`app.aclRole`.`name` as `app.aclRole.name`,
`app.aclRole`.`description` as `app.aclRole.description`,
`app.aclRole`.`privileges` as `app.aclRole.privileges`,
`app.aclRole`.`deleted_at` as `app.aclRole.deletedAt`,
`app.aclRole`.`created_at` as `app.aclRole.createdAt`,
`app.aclRole`.`updated_at` as `app.aclRole.updatedAt`,
`app`.`created_at` as `app.createdAt`,
`app`.`updated_at` as `app.updatedAt`,
`app.translation.label`,
COALESCE(
`app.translation.label`, `app.translation.label`
) as `app.label`,
`app.translation.description`,
COALESCE(
`app.translation.description`, `app.translation.description`
) as `app.description`,
`app.translation.privacyPolicyExtensions`,
COALESCE(
`app.translation.privacyPolicyExtensions`,
`app.translation.privacyPolicyExtensions`
) as `app.privacyPolicyExtensions`,
`app.translation.customFields`,
COALESCE(
`app.translation.customFields`,
`app.translation.customFields`
) as `app.customFields`,
`app.translation.createdAt`,
`app.translation.updatedAt`,
`app.translation.appId`,
`app.translation.languageId`
FROM
`app`
LEFT JOIN (
SELECT
`app.translation`.app_id,
`app.translation`.label as `app.translation.label`,
`app.translation`.description as `app.translation.description`,
`app.translation`.privacy_policy_extensions as `app.translation.privacyPolicyExtensions`,
`app.translation`.custom_fields as `app.translation.customFields`,
`app.translation`.created_at as `app.translation.createdAt`,
`app.translation`.updated_at as `app.translation.updatedAt`,
`app.translation`.app_id as `app.translation.appId`,
`app.translation`.language_id as `app.translation.languageId`
FROM
`app_translation` `app.translation`
WHERE
`app.translation`.language_id = : languageId
) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id`
LEFT JOIN `integration` `app.integration` ON `app`.`integration_id` = `app.integration`.`id`
LEFT JOIN `acl_role` `app.aclRole` ON `app`.`acl_role_id` = `app.aclRole`.`id`
WHERE
(
`app`.`active` = : param_610196702e1c4d6fa4dc03dc1e6ebb18
)
SELECT `app`.`id` as `app.id`, `app`.`name` as `app.name`, `app`.`path` as `app.path`, `app`.`author` as `app.author`, `app`.`copyright` as `app.copyright`, `app`.`license` as `app.license`, `app`.`active` as `app.active`, `app`.`configurable` as `app.configurable`, `app`.`privacy` as `app.privacy`, `app`.`version` as `app.version`, `app`.`icon` as `app.iconRaw`, `app`.`app_secret` as `app.appSecret`, `app`.`modules` as `app.modules`, `app`.`main_module` as `app.mainModule`, `app`.`cookies` as `app.cookies`, `app`.`allow_disable` as `app.allowDisable`, `app`.`integration_id` as `app.integrationId`, `app.integration`.`id` as `app.integration.id`, `app.integration`.`label` as `app.integration.label`, `app.integration`.`access_key` as `app.integration.accessKey`, `app.integration`.`secret_access_key` as `app.integration.secretAccessKey`, `app.integration`.`write_access` as `app.integration.writeAccess`, `app.integration`.`last_usage_at` as `app.integration.lastUsageAt`, `app.integration`.`admin` as `app.integration.admin`, `app.integration`.`custom_fields` as `app.integration.customFields`, `app.integration`.`deleted_at` as `app.integration.deletedAt`, `app.integration`.`created_at` as `app.integration.createdAt`, `app.integration`.`updated_at` as `app.integration.updatedAt`, `app`.`acl_role_id` as `app.aclRoleId`, `app.aclRole`.`id` as `app.aclRole.id`, `app.aclRole`.`name` as `app.aclRole.name`, `app.aclRole`.`description` as `app.aclRole.description`, `app.aclRole`.`privileges` as `app.aclRole.privileges`, `app.aclRole`.`deleted_at` as `app.aclRole.deletedAt`, `app.aclRole`.`created_at` as `app.aclRole.createdAt`, `app.aclRole`.`updated_at` as `app.aclRole.updatedAt`, `app`.`created_at` as `app.createdAt`, `app`.`updated_at` as `app.updatedAt`, `app.translation.label`, COALESCE(`app.translation.label`,`app.translation.label`) as `app.label`, `app.translation.description`, COALESCE(`app.translation.description`,`app.translation.description`) as `app.description`, `app.translation.privacyPolicyExtensions`, COALESCE(`app.translation.privacyPolicyExtensions`,`app.translation.privacyPolicyExtensions`) as `app.privacyPolicyExtensions`, `app.translation.customFields`, COALESCE(`app.translation.customFields`,`app.translation.customFields`) as `app.customFields`, `app.translation.createdAt`, `app.translation.updatedAt`, `app.translation.appId`, `app.translation.languageId` FROM `app` LEFT JOIN (SELECT `app.translation`.app_id, `app.translation`.label as `app.translation.label`, `app.translation`.description as `app.translation.description`, `app.translation`.privacy_policy_extensions as `app.translation.privacyPolicyExtensions`, `app.translation`.custom_fields as `app.translation.customFields`, `app.translation`.created_at as `app.translation.createdAt`, `app.translation`.updated_at as `app.translation.updatedAt`, `app.translation`.app_id as `app.translation.appId`, `app.translation`.language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation`.language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` LEFT JOIN `integration` `app.integration` ON `app`.`integration_id` = `app.integration`.`id` LEFT JOIN `acl_role` `app.aclRole` ON `app`.`acl_role_id` = `app.aclRole`.`id` WHERE (`app`.`active` = 1);
array:40 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 212)"
2 => "Doctrine\DBAL\Query\QueryBuilder::execute (line 296)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetch (line 131)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 83)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::read (line 226)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::read (line 255)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::_search (line 111)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::Shopware\Core\Framework\DataAbstractionLayer\{closure} (line 57)"
9 => "Shopware\Core\Profiling\Profiler::trace (line 112)"
10 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 121)"
11 => "Shopware\Core\Framework\App\Lifecycle\Persister\ScriptPersister::refresh (line 71)"
12 => "Shopware\Core\Framework\Script\Execution\ScriptLoader::load (line 55)"
13 => "Shopware\Core\Framework\Script\Execution\ScriptLoader::get (line 67)"
14 => "Shopware\Core\Framework\Script\Execution\ScriptExecutor::execute (line 65)"
15 => "Shopware\Core\Checkout\Cart\Processor::Shopware\Core\Checkout\Cart\{closure} (line 57)"
16 => "Shopware\Core\Profiling\Profiler::trace (line 81)"
17 => "Shopware\Core\Checkout\Cart\Processor::process (line 140)"
18 => "Shopware\Core\Checkout\Cart\CartRuleLoader::Shopware\Core\Checkout\Cart\{closure} (line 57)"
19 => "Shopware\Core\Profiling\Profiler::trace (line 174)"
20 => "Shopware\Core\Checkout\Cart\CartRuleLoader::load (line 80)"
21 => "Shopware\Core\Checkout\Cart\CartRuleLoader::loadByToken (line 94)"
22 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService::Shopware\Core\System\SalesChannel\Context\{closure} (line 57)"
23 => "Shopware\Core\Profiling\Profiler::trace (line 99)"
24 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService::get (line 100)"
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 51)"
30 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 96)"
31 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 52)"
32 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 32)"
33 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
34 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 140)"
35 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 74)"
36 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
37 => "Symfony\Component\HttpKernel\Kernel::handle (line 153)"
38 => "Shopware\Core\HttpKernel::doHandle (line 79)"
39 => "Shopware\Core\HttpKernel::handle (line 48)"
]
|
33 |
0.15 ms |
SELECT LOWER(HEX(`script`.`app_id`)) as `app_id`,
`script`.`name` AS scriptName,
`script`.`script` AS script,
`script`.`hook` AS hook,
IFNULL(`script`.`updated_at`, `script`.`created_at`) AS lastModified,
`app`.`name` AS appName,
LOWER(HEX(`app`.`integration_id`)) AS integrationId,
`app`.`version` AS appVersion
FROM `script`
LEFT JOIN `app` ON `script`.`app_id` = `app`.`id`
WHERE `script`.`hook` != 'include'
ORDER BY `app`.`created_at`, `app`.`id`, `script`.`name`
SELECT LOWER(HEX(`script`.`app_id`)) as `app_id`,
`script`.`name` AS scriptName,
`script`.`script` AS script,
`script`.`hook` AS hook,
IFNULL(`script`.`updated_at`, `script`.`created_at`) AS lastModified,
`app`.`name` AS appName,
LOWER(HEX(`app`.`integration_id`)) AS integrationId,
`app`.`version` AS appVersion
FROM `script`
LEFT JOIN `app` ON `script`.`app_id` = `app`.`id`
WHERE `script`.`hook` != 'include'
ORDER BY `app`.`created_at`, `app`.`id`, `script`.`name`
;
array:31 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 1042)"
2 => "Doctrine\DBAL\Connection::fetchAllAssociative (line 74)"
3 => "Shopware\Core\Framework\Script\Execution\ScriptLoader::load (line 55)"
4 => "Shopware\Core\Framework\Script\Execution\ScriptLoader::get (line 67)"
5 => "Shopware\Core\Framework\Script\Execution\ScriptExecutor::execute (line 65)"
6 => "Shopware\Core\Checkout\Cart\Processor::Shopware\Core\Checkout\Cart\{closure} (line 57)"
7 => "Shopware\Core\Profiling\Profiler::trace (line 81)"
8 => "Shopware\Core\Checkout\Cart\Processor::process (line 140)"
9 => "Shopware\Core\Checkout\Cart\CartRuleLoader::Shopware\Core\Checkout\Cart\{closure} (line 57)"
10 => "Shopware\Core\Profiling\Profiler::trace (line 174)"
11 => "Shopware\Core\Checkout\Cart\CartRuleLoader::load (line 80)"
12 => "Shopware\Core\Checkout\Cart\CartRuleLoader::loadByToken (line 94)"
13 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService::Shopware\Core\System\SalesChannel\Context\{closure} (line 57)"
14 => "Shopware\Core\Profiling\Profiler::trace (line 99)"
15 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService::get (line 100)"
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 51)"
21 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 96)"
22 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 52)"
23 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 32)"
24 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
25 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 140)"
26 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 74)"
27 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
28 => "Symfony\Component\HttpKernel\Kernel::handle (line 153)"
29 => "Shopware\Core\HttpKernel::doHandle (line 79)"
30 => "Shopware\Core\HttpKernel::handle (line 48)"
]
|
34 |
0.10 ms |
SELECT LOWER(HEX(`script`.`app_id`)) as `app_id`,
`script`.`name` AS name,
`script`.`script` AS script,
`app`.`name` AS appName,
LOWER(HEX(`app`.`integration_id`)) AS integrationId,
IFNULL(`script`.`updated_at`, `script`.`created_at`) AS lastModified
FROM `script`
LEFT JOIN `app` ON `script`.`app_id` = `app`.`id`
WHERE `script`.`hook` = 'include'
ORDER BY `app`.`created_at`, `app`.`id`, `script`.`name`
SELECT LOWER(HEX(`script`.`app_id`)) as `app_id`,
`script`.`name` AS name,
`script`.`script` AS script,
`app`.`name` AS appName,
LOWER(HEX(`app`.`integration_id`)) AS integrationId,
IFNULL(`script`.`updated_at`, `script`.`created_at`) AS lastModified
FROM `script`
LEFT JOIN `app` ON `script`.`app_id` = `app`.`id`
WHERE `script`.`hook` = 'include'
ORDER BY `app`.`created_at`, `app`.`id`, `script`.`name`
;
array:31 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 1042)"
2 => "Doctrine\DBAL\Connection::fetchAllAssociative (line 89)"
3 => "Shopware\Core\Framework\Script\Execution\ScriptLoader::load (line 55)"
4 => "Shopware\Core\Framework\Script\Execution\ScriptLoader::get (line 67)"
5 => "Shopware\Core\Framework\Script\Execution\ScriptExecutor::execute (line 65)"
6 => "Shopware\Core\Checkout\Cart\Processor::Shopware\Core\Checkout\Cart\{closure} (line 57)"
7 => "Shopware\Core\Profiling\Profiler::trace (line 81)"
8 => "Shopware\Core\Checkout\Cart\Processor::process (line 140)"
9 => "Shopware\Core\Checkout\Cart\CartRuleLoader::Shopware\Core\Checkout\Cart\{closure} (line 57)"
10 => "Shopware\Core\Profiling\Profiler::trace (line 174)"
11 => "Shopware\Core\Checkout\Cart\CartRuleLoader::load (line 80)"
12 => "Shopware\Core\Checkout\Cart\CartRuleLoader::loadByToken (line 94)"
13 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService::Shopware\Core\System\SalesChannel\Context\{closure} (line 57)"
14 => "Shopware\Core\Profiling\Profiler::trace (line 99)"
15 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService::get (line 100)"
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 51)"
21 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 96)"
22 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 52)"
23 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 32)"
24 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
25 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 140)"
26 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 74)"
27 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
28 => "Symfony\Component\HttpKernel\Kernel::handle (line 153)"
29 => "Shopware\Core\HttpKernel::doHandle (line 79)"
30 => "Shopware\Core\HttpKernel::handle (line 48)"
]
|
35 |
0.40 ms |
SELECT `language`.`id` FROM `language` LEFT JOIN `sales_channel_domain` `language.salesChannelDomains` ON `language`.`id` = `language.salesChannelDomains`.`language_id` LEFT JOIN `sales_channel_language` `language.salesChannels.mapping` ON `language`.`id` = `language.salesChannels.mapping`.`language_id` LEFT JOIN `sales_channel` `language.salesChannels` ON `language.salesChannels.mapping`.`sales_channel_id` = `language.salesChannels`.`id` WHERE (`language.salesChannelDomains`.`sales_channel_id` = :param_cabaedc8c0ef4f77bf13df1166ef3bd1 AND `language.salesChannels`.`id` = :param_1d7d2600567c4572b16b134b52973b8f) GROUP BY `language`.`id` ORDER BY MIN(`language`.`name`) ASC
SELECT `language`.`id` FROM `language` LEFT JOIN `sales_channel_domain` `language.salesChannelDomains` ON `language`.`id` = `language.salesChannelDomains`.`language_id` LEFT JOIN `sales_channel_language` `language.salesChannels.mapping` ON `language`.`id` = `language.salesChannels.mapping`.`language_id` LEFT JOIN `sales_channel` `language.salesChannels` ON `language.salesChannels.mapping`.`sales_channel_id` = `language.salesChannels`.`id` WHERE (`language.salesChannelDomains`.`sales_channel_id` = 0x79524D2C18DE48BC9032D43A03293AEB AND `language.salesChannels`.`id` = 0x79524D2C18DE48BC9032D43A03293AEB) GROUP BY `language`.`id` ORDER BY MIN(`language`.`name`) ASC;
array:34 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 212)"
2 => "Doctrine\DBAL\Query\QueryBuilder::execute (line 86)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntitySearcher::search (line 57)"
4 => "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher::search (line 198)"
5 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::doSearch (line 108)"
6 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::search (line 71)"
7 => "Shopware\Core\System\Language\SalesChannel\LanguageRoute::load (line 116)"
8 => "Shopware\Core\System\Language\SalesChannel\CachedLanguageRoute::Shopware\Core\System\Language\SalesChannel\{closure} (line 328)"
9 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 39)"
10 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 99)"
11 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 40)"
12 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 43)"
13 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 41)"
14 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 37)"
15 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 54)"
16 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 38)"
17 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 117)"
18 => "Shopware\Core\System\Language\SalesChannel\CachedLanguageRoute::Shopware\Core\System\Language\SalesChannel\{closure} (line 70)"
19 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 33)"
20 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 122)"
21 => "Shopware\Core\System\Language\SalesChannel\CachedLanguageRoute::load (line 123)"
22 => "Shopware\Storefront\Pagelet\Header\HeaderPageletLoader::getLanguages (line 59)"
23 => "Shopware\Storefront\Pagelet\Header\HeaderPageletLoader::load (line 92)"
24 => "Shopware\Storefront\Page\GenericPageLoader::Shopware\Storefront\Page\{closure} (line 57)"
25 => "Shopware\Core\Profiling\Profiler::trace (line 135)"
26 => "Shopware\Storefront\Page\GenericPageLoader::load (line 58)"
27 => "Shopware\Storefront\Page\Checkout\Cart\CheckoutCartPageLoader::load (line 98)"
28 => "Shopware\Storefront\Controller\CheckoutController::cartPage (line 152)"
29 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 74)"
30 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
31 => "Symfony\Component\HttpKernel\Kernel::handle (line 153)"
32 => "Shopware\Core\HttpKernel::doHandle (line 79)"
33 => "Shopware\Core\HttpKernel::handle (line 48)"
]
|
36 |
1.41 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.productSearchConfig`.`id` as `language.productSearchConfig.id`, `language.productSearchConfig`.`language_id` as `language.productSearchConfig.languageId`, `language.productSearchConfig`.`and_logic` as `language.productSearchConfig.andLogic`, `language.productSearchConfig`.`min_search_length` as `language.productSearchConfig.minSearchLength`, `language.productSearchConfig`.`excluded_terms` as `language.productSearchConfig.excludedTerms`, `language.productSearchConfig`.`created_at` as `language.productSearchConfig.createdAt`, `language.productSearchConfig`.`updated_at` as `language.productSearchConfig.updatedAt`, `language.translationCode`.`id` as `language.translationCode.id`, `language.translationCode`.`code` as `language.translationCode.code`, `language.translationCode`.`created_at` as `language.translationCode.createdAt`, `language.translationCode`.`updated_at` as `language.translationCode.updatedAt`, `language.translationCode.translation.name`, COALESCE(`language.translationCode.translation.name`,`language.translationCode.translation.name`) as `language.translationCode.name`, `language.translationCode.translation.territory`, COALESCE(`language.translationCode.translation.territory`,`language.translationCode.translation.territory`) as `language.translationCode.territory`, `language.translationCode.translation.customFields`, COALESCE(`language.translationCode.translation.customFields`,`language.translationCode.translation.customFields`) as `language.translationCode.customFields`, `language.translationCode.translation.createdAt`, `language.translationCode.translation.updatedAt`, `language.translationCode.translation.localeId`, `language.translationCode.translation.languageId` FROM `language` LEFT JOIN `product_search_config` `language.productSearchConfig` ON `language`.`id` = `language.productSearchConfig`.`language_id` LEFT JOIN `locale` `language.translationCode` ON `language`.`translation_code_id` = `language.translationCode`.`id` LEFT JOIN (SELECT `language.translationCode.translation`.locale_id, `language.translationCode.translation`.name as `language.translationCode.translation.name`, `language.translationCode.translation`.territory as `language.translationCode.translation.territory`, `language.translationCode.translation`.custom_fields as `language.translationCode.translation.customFields`, `language.translationCode.translation`.created_at as `language.translationCode.translation.createdAt`, `language.translationCode.translation`.updated_at as `language.translationCode.translation.updatedAt`, `language.translationCode.translation`.locale_id as `language.translationCode.translation.localeId`, `language.translationCode.translation`.language_id as `language.translationCode.translation.languageId` FROM `locale_translation` `language.translationCode.translation` WHERE `language.translationCode.translation`.language_id = :languageId) `language.translationCode.locale_translation` ON `language.translationCode.locale_translation`.`locale_id` = `language.translationCode`.`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.productSearchConfig`.`id` as `language.productSearchConfig.id`, `language.productSearchConfig`.`language_id` as `language.productSearchConfig.languageId`, `language.productSearchConfig`.`and_logic` as `language.productSearchConfig.andLogic`, `language.productSearchConfig`.`min_search_length` as `language.productSearchConfig.minSearchLength`, `language.productSearchConfig`.`excluded_terms` as `language.productSearchConfig.excludedTerms`, `language.productSearchConfig`.`created_at` as `language.productSearchConfig.createdAt`, `language.productSearchConfig`.`updated_at` as `language.productSearchConfig.updatedAt`, `language.translationCode`.`id` as `language.translationCode.id`, `language.translationCode`.`code` as `language.translationCode.code`, `language.translationCode`.`created_at` as `language.translationCode.createdAt`, `language.translationCode`.`updated_at` as `language.translationCode.updatedAt`, `language.translationCode.translation.name`, COALESCE(`language.translationCode.translation.name`,`language.translationCode.translation.name`) as `language.translationCode.name`, `language.translationCode.translation.territory`, COALESCE(`language.translationCode.translation.territory`,`language.translationCode.translation.territory`) as `language.translationCode.territory`, `language.translationCode.translation.customFields`, COALESCE(`language.translationCode.translation.customFields`,`language.translationCode.translation.customFields`) as `language.translationCode.customFields`, `language.translationCode.translation.createdAt`, `language.translationCode.translation.updatedAt`, `language.translationCode.translation.localeId`, `language.translationCode.translation.languageId` FROM `language` LEFT JOIN `product_search_config` `language.productSearchConfig` ON `language`.`id` = `language.productSearchConfig`.`language_id` LEFT JOIN `locale` `language.translationCode` ON `language`.`translation_code_id` = `language.translationCode`.`id` LEFT JOIN (SELECT `language.translationCode.translation`.locale_id, `language.translationCode.translation`.name as `language.translationCode.translation.name`, `language.translationCode.translation`.territory as `language.translationCode.translation.territory`, `language.translationCode.translation`.custom_fields as `language.translationCode.translation.customFields`, `language.translationCode.translation`.created_at as `language.translationCode.translation.createdAt`, `language.translationCode.translation`.updated_at as `language.translationCode.translation.updatedAt`, `language.translationCode.translation`.locale_id as `language.translationCode.translation.localeId`, `language.translationCode.translation`.language_id as `language.translationCode.translation.languageId` FROM `locale_translation` `language.translationCode.translation` WHERE `language.translationCode.translation`.language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B) `language.translationCode.locale_translation` ON `language.translationCode.locale_translation`.`locale_id` = `language.translationCode`.`id` WHERE `language`.`id` IN (0x2FBB5FE2E29A4D70AA5854CE7CE3E20B);
array:35 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 212)"
2 => "Doctrine\DBAL\Query\QueryBuilder::execute (line 296)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetch (line 131)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 83)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::read (line 177)"
6 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::read (line 118)"
7 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::search (line 71)"
8 => "Shopware\Core\System\Language\SalesChannel\LanguageRoute::load (line 116)"
9 => "Shopware\Core\System\Language\SalesChannel\CachedLanguageRoute::Shopware\Core\System\Language\SalesChannel\{closure} (line 328)"
10 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 39)"
11 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 99)"
12 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 40)"
13 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 43)"
14 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 41)"
15 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 37)"
16 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 54)"
17 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 38)"
18 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 117)"
19 => "Shopware\Core\System\Language\SalesChannel\CachedLanguageRoute::Shopware\Core\System\Language\SalesChannel\{closure} (line 70)"
20 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 33)"
21 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 122)"
22 => "Shopware\Core\System\Language\SalesChannel\CachedLanguageRoute::load (line 123)"
23 => "Shopware\Storefront\Pagelet\Header\HeaderPageletLoader::getLanguages (line 59)"
24 => "Shopware\Storefront\Pagelet\Header\HeaderPageletLoader::load (line 92)"
25 => "Shopware\Storefront\Page\GenericPageLoader::Shopware\Storefront\Page\{closure} (line 57)"
26 => "Shopware\Core\Profiling\Profiler::trace (line 135)"
27 => "Shopware\Storefront\Page\GenericPageLoader::load (line 58)"
28 => "Shopware\Storefront\Page\Checkout\Cart\CheckoutCartPageLoader::load (line 98)"
29 => "Shopware\Storefront\Controller\CheckoutController::cartPage (line 152)"
30 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 74)"
31 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
32 => "Symfony\Component\HttpKernel\Kernel::handle (line 153)"
33 => "Shopware\Core\HttpKernel::doHandle (line 79)"
34 => "Shopware\Core\HttpKernel::handle (line 48)"
]
|
37 |
0.32 ms |
SELECT LOWER(HEX(`id`)), `path`, `level`
FROM `category`
WHERE `id` = :activeId OR `parent_id` = :activeId OR `id` = :rootId
SELECT LOWER(HEX(`id`)), `path`, `level`
FROM `category`
WHERE `id` = 0xDFA836CBEA9E4A76B48D5D473BDA95F9 OR `parent_id` = 0xDFA836CBEA9E4A76B48D5D473BDA95F9 OR `id` = 0xDFA836CBEA9E4A76B48D5D473BDA95F9
;
array:35 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 1042)"
2 => "Doctrine\DBAL\Connection::fetchAllAssociative (line 197)"
3 => "Shopware\Core\Content\Category\SalesChannel\NavigationRoute::getCategoryMetaInfo (line 125)"
4 => "Shopware\Core\Content\Category\SalesChannel\NavigationRoute::load (line 175)"
5 => "Shopware\Core\Content\Category\SalesChannel\CachedNavigationRoute::Shopware\Core\Content\Category\SalesChannel\{closure} (line 328)"
6 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 39)"
7 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 99)"
8 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 40)"
9 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 43)"
10 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 41)"
11 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 37)"
12 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 54)"
13 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 38)"
14 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 176)"
15 => "Shopware\Core\Content\Category\SalesChannel\CachedNavigationRoute::Shopware\Core\Content\Category\SalesChannel\{closure} (line 70)"
16 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 33)"
17 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 181)"
18 => "Shopware\Core\Content\Category\SalesChannel\CachedNavigationRoute::loadNavigation (line 144)"
19 => "Shopware\Core\Content\Category\SalesChannel\CachedNavigationRoute::Shopware\Core\Content\Category\SalesChannel\{closure} (line 57)"
20 => "Shopware\Core\Profiling\Profiler::trace (line 157)"
21 => "Shopware\Core\Content\Category\SalesChannel\CachedNavigationRoute::load (line 108)"
22 => "Shopware\Core\Content\Category\SalesChannel\TreeBuildingNavigationRoute::load (line 63)"
23 => "Shopware\Core\Content\Category\Service\NavigationLoader::load (line 68)"
24 => "Shopware\Storefront\Pagelet\Header\HeaderPageletLoader::load (line 92)"
25 => "Shopware\Storefront\Page\GenericPageLoader::Shopware\Storefront\Page\{closure} (line 57)"
26 => "Shopware\Core\Profiling\Profiler::trace (line 135)"
27 => "Shopware\Storefront\Page\GenericPageLoader::load (line 58)"
28 => "Shopware\Storefront\Page\Checkout\Cart\CheckoutCartPageLoader::load (line 98)"
29 => "Shopware\Storefront\Controller\CheckoutController::cartPage (line 152)"
30 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 74)"
31 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
32 => "Symfony\Component\HttpKernel\Kernel::handle (line 153)"
33 => "Shopware\Core\HttpKernel::doHandle (line 79)"
34 => "Shopware\Core\HttpKernel::handle (line 48)"
]
|
38 |
4.43 ms |
SELECT `category`.`id` as `category.id`, `category`.`version_id` as `category.versionId`, `category`.`parent_id` as `category.parentId`, `category`.`parent_version_id` as `category.parentVersionId`, `category`.`after_category_id` as `category.afterCategoryId`, `category`.`after_category_version_id` as `category.afterCategoryVersionId`, `category`.`media_id` as `category.mediaId`, `category`.`display_nested_products` as `category.displayNestedProducts`, `category`.`auto_increment` as `category.autoIncrement`, `category`.`level` as `category.level`, `category`.`path` as `category.path`, `category`.`child_count` as `category.childCount`, `category`.`type` as `category.type`, `category`.`product_assignment_type` as `category.productAssignmentType`, `category`.`visible` as `category.visible`, `category`.`active` as `category.active`, `category`.`cms_page_id` as `category.cmsPageId`, `category`.`cms_page_version_id` as `category.cmsPageVersionId`, `category`.`product_stream_id` as `category.productStreamId`, `category`.`created_at` as `category.createdAt`, `category`.`updated_at` as `category.updatedAt`, `category.media`.`id` as `category.media.id`, `category.media`.`user_id` as `category.media.userId`, `category.media`.`media_folder_id` as `category.media.mediaFolderId`, `category.media`.`mime_type` as `category.media.mimeType`, `category.media`.`file_extension` as `category.media.fileExtension`, `category.media`.`uploaded_at` as `category.media.uploadedAt`, `category.media`.`file_name` as `category.media.fileName`, `category.media`.`file_size` as `category.media.fileSize`, `category.media`.`media_type` as `category.media.mediaTypeRaw`, `category.media`.`meta_data` as `category.media.metaData`, `category.media`.`private` as `category.media.private`, `category.media`.`thumbnails_ro` as `category.media.thumbnailsRo`, `category.media`.`created_at` as `category.media.createdAt`, `category.media`.`updated_at` as `category.media.updatedAt`, `category.media.translation.title`, COALESCE(`category.media.translation.title`,`category.media.translation.title`) as `category.media.title`, `category.media.translation.alt`, COALESCE(`category.media.translation.alt`,`category.media.translation.alt`) as `category.media.alt`, `category.media.translation.customFields`, COALESCE(`category.media.translation.customFields`,`category.media.translation.customFields`) as `category.media.customFields`, `category.media.translation.createdAt`, `category.media.translation.updatedAt`, `category.media.translation.mediaId`, `category.media.translation.languageId`, `category.translation.name`, COALESCE(`category.translation.name`,`category.translation.name`) as `category.name`, `category.translation.breadcrumb`, COALESCE(`category.translation.breadcrumb`,`category.translation.breadcrumb`) as `category.breadcrumb`, `category.translation.slotConfig`, COALESCE(`category.translation.slotConfig`,`category.translation.slotConfig`) as `category.slotConfig`, `category.translation.linkType`, COALESCE(`category.translation.linkType`,`category.translation.linkType`) as `category.linkType`, `category.translation.internalLink`, COALESCE(`category.translation.internalLink`,`category.translation.internalLink`) as `category.internalLink`, `category.translation.externalLink`, COALESCE(`category.translation.externalLink`,`category.translation.externalLink`) as `category.externalLink`, `category.translation.linkNewTab`, COALESCE(`category.translation.linkNewTab`,`category.translation.linkNewTab`) as `category.linkNewTab`, `category.translation.description`, COALESCE(`category.translation.description`,`category.translation.description`) as `category.description`, `category.translation.metaTitle`, COALESCE(`category.translation.metaTitle`,`category.translation.metaTitle`) as `category.metaTitle`, `category.translation.metaDescription`, COALESCE(`category.translation.metaDescription`,`category.translation.metaDescription`) as `category.metaDescription`, `category.translation.keywords`, COALESCE(`category.translation.keywords`,`category.translation.keywords`) as `category.keywords`, `category.translation.customFields`, COALESCE(`category.translation.customFields`,`category.translation.customFields`) as `category.customFields`, `category.translation.createdAt`, `category.translation.updatedAt`, `category.translation.categoryId`, `category.translation.languageId`, `category.translation.categoryVersionId` FROM `category` LEFT JOIN (SELECT `category.translation`.category_id, `category.translation`.category_version_id, `category.translation`.name as `category.translation.name`, `category.translation`.breadcrumb as `category.translation.breadcrumb`, `category.translation`.slot_config as `category.translation.slotConfig`, `category.translation`.link_type as `category.translation.linkType`, `category.translation`.internal_link as `category.translation.internalLink`, `category.translation`.external_link as `category.translation.externalLink`, `category.translation`.link_new_tab as `category.translation.linkNewTab`, `category.translation`.description as `category.translation.description`, `category.translation`.meta_title as `category.translation.metaTitle`, `category.translation`.meta_description as `category.translation.metaDescription`, `category.translation`.keywords as `category.translation.keywords`, `category.translation`.custom_fields as `category.translation.customFields`, `category.translation`.created_at as `category.translation.createdAt`, `category.translation`.updated_at as `category.translation.updatedAt`, `category.translation`.category_id as `category.translation.categoryId`, `category.translation`.language_id as `category.translation.languageId`, `category.translation`.category_version_id as `category.translation.categoryVersionId` FROM `category_translation` `category.translation` WHERE `category.translation`.language_id = :languageId) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.category_version_id = `category`.version_id LEFT JOIN `media` `category.media` ON `category`.`media_id` = `category.media`.`id` LEFT JOIN (SELECT `category.media.translation`.media_id, `category.media.translation`.title as `category.media.translation.title`, `category.media.translation`.alt as `category.media.translation.alt`, `category.media.translation`.custom_fields as `category.media.translation.customFields`, `category.media.translation`.created_at as `category.media.translation.createdAt`, `category.media.translation`.updated_at as `category.media.translation.updatedAt`, `category.media.translation`.media_id as `category.media.translation.mediaId`, `category.media.translation`.language_id as `category.media.translation.languageId` FROM `media_translation` `category.media.translation` WHERE `category.media.translation`.language_id = :languageId) `category.media.media_translation` ON `category.media.media_translation`.`media_id` = `category.media`.`id` WHERE (`category`.`version_id` = :version) AND ((`category`.`path` LIKE :param_69434a0fe3da4ed4b59f04d385ae44a9 AND (`category`.`level` > :param_9469c8b274da49bab46d9af73f54394f AND `category`.`level` <= :param_3ed2ed9cd83246b3ad4ed44cb2d0d073)))
SELECT
`category`.`id` as `category.id`,
`category`.`version_id` as `category.versionId`,
`category`.`parent_id` as `category.parentId`,
`category`.`parent_version_id` as `category.parentVersionId`,
`category`.`after_category_id` as `category.afterCategoryId`,
`category`.`after_category_version_id` as `category.afterCategoryVersionId`,
`category`.`media_id` as `category.mediaId`,
`category`.`display_nested_products` as `category.displayNestedProducts`,
`category`.`auto_increment` as `category.autoIncrement`,
`category`.`level` as `category.level`,
`category`.`path` as `category.path`,
`category`.`child_count` as `category.childCount`,
`category`.`type` as `category.type`,
`category`.`product_assignment_type` as `category.productAssignmentType`,
`category`.`visible` as `category.visible`,
`category`.`active` as `category.active`,
`category`.`cms_page_id` as `category.cmsPageId`,
`category`.`cms_page_version_id` as `category.cmsPageVersionId`,
`category`.`product_stream_id` as `category.productStreamId`,
`category`.`created_at` as `category.createdAt`,
`category`.`updated_at` as `category.updatedAt`,
`category.media`.`id` as `category.media.id`,
`category.media`.`user_id` as `category.media.userId`,
`category.media`.`media_folder_id` as `category.media.mediaFolderId`,
`category.media`.`mime_type` as `category.media.mimeType`,
`category.media`.`file_extension` as `category.media.fileExtension`,
`category.media`.`uploaded_at` as `category.media.uploadedAt`,
`category.media`.`file_name` as `category.media.fileName`,
`category.media`.`file_size` as `category.media.fileSize`,
`category.media`.`media_type` as `category.media.mediaTypeRaw`,
`category.media`.`meta_data` as `category.media.metaData`,
`category.media`.`private` as `category.media.private`,
`category.media`.`thumbnails_ro` as `category.media.thumbnailsRo`,
`category.media`.`created_at` as `category.media.createdAt`,
`category.media`.`updated_at` as `category.media.updatedAt`,
`category.media.translation.title`,
COALESCE(
`category.media.translation.title`,
`category.media.translation.title`
) as `category.media.title`,
`category.media.translation.alt`,
COALESCE(
`category.media.translation.alt`,
`category.media.translation.alt`
) as `category.media.alt`,
`category.media.translation.customFields`,
COALESCE(
`category.media.translation.customFields`,
`category.media.translation.customFields`
) as `category.media.customFields`,
`category.media.translation.createdAt`,
`category.media.translation.updatedAt`,
`category.media.translation.mediaId`,
`category.media.translation.languageId`,
`category.translation.name`,
COALESCE(
`category.translation.name`, `category.translation.name`
) as `category.name`,
`category.translation.breadcrumb`,
COALESCE(
`category.translation.breadcrumb`,
`category.translation.breadcrumb`
) as `category.breadcrumb`,
`category.translation.slotConfig`,
COALESCE(
`category.translation.slotConfig`,
`category.translation.slotConfig`
) as `category.slotConfig`,
`category.translation.linkType`,
COALESCE(
`category.translation.linkType`,
`category.translation.linkType`
) as `category.linkType`,
`category.translation.internalLink`,
COALESCE(
`category.translation.internalLink`,
`category.translation.internalLink`
) as `category.internalLink`,
`category.translation.externalLink`,
COALESCE(
`category.translation.externalLink`,
`category.translation.externalLink`
) as `category.externalLink`,
`category.translation.linkNewTab`,
COALESCE(
`category.translation.linkNewTab`,
`category.translation.linkNewTab`
) as `category.linkNewTab`,
`category.translation.description`,
COALESCE(
`category.translation.description`,
`category.translation.description`
) as `category.description`,
`category.translation.metaTitle`,
COALESCE(
`category.translation.metaTitle`,
`category.translation.metaTitle`
) as `category.metaTitle`,
`category.translation.metaDescription`,
COALESCE(
`category.translation.metaDescription`,
`category.translation.metaDescription`
) as `category.metaDescription`,
`category.translation.keywords`,
COALESCE(
`category.translation.keywords`,
`category.translation.keywords`
) as `category.keywords`,
`category.translation.customFields`,
COALESCE(
`category.translation.customFields`,
`category.translation.customFields`
) as `category.customFields`,
`category.translation.createdAt`,
`category.translation.updatedAt`,
`category.translation.categoryId`,
`category.translation.languageId`,
`category.translation.categoryVersionId`
FROM
`category`
LEFT JOIN (
SELECT
`category.translation`.category_id,
`category.translation`.category_version_id,
`category.translation`.name as `category.translation.name`,
`category.translation`.breadcrumb as `category.translation.breadcrumb`,
`category.translation`.slot_config as `category.translation.slotConfig`,
`category.translation`.link_type as `category.translation.linkType`,
`category.translation`.internal_link as `category.translation.internalLink`,
`category.translation`.external_link as `category.translation.externalLink`,
`category.translation`.link_new_tab as `category.translation.linkNewTab`,
`category.translation`.description as `category.translation.description`,
`category.translation`.meta_title as `category.translation.metaTitle`,
`category.translation`.meta_description as `category.translation.metaDescription`,
`category.translation`.keywords as `category.translation.keywords`,
`category.translation`.custom_fields as `category.translation.customFields`,
`category.translation`.created_at as `category.translation.createdAt`,
`category.translation`.updated_at as `category.translation.updatedAt`,
`category.translation`.category_id as `category.translation.categoryId`,
`category.translation`.language_id as `category.translation.languageId`,
`category.translation`.category_version_id as `category.translation.categoryVersionId`
FROM
`category_translation` `category.translation`
WHERE
`category.translation`.language_id = : languageId
) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id`
AND `category.category_translation`.category_version_id = `category`.version_id
LEFT JOIN `media` `category.media` ON `category`.`media_id` = `category.media`.`id`
LEFT JOIN (
SELECT
`category.media.translation`.media_id,
`category.media.translation`.title as `category.media.translation.title`,
`category.media.translation`.alt as `category.media.translation.alt`,
`category.media.translation`.custom_fields as `category.media.translation.customFields`,
`category.media.translation`.created_at as `category.media.translation.createdAt`,
`category.media.translation`.updated_at as `category.media.translation.updatedAt`,
`category.media.translation`.media_id as `category.media.translation.mediaId`,
`category.media.translation`.language_id as `category.media.translation.languageId`
FROM
`media_translation` `category.media.translation`
WHERE
`category.media.translation`.language_id = : languageId
) `category.media.media_translation` ON `category.media.media_translation`.`media_id` = `category.media`.`id`
WHERE
(
`category`.`version_id` = : version
)
AND (
(
`category`.`path` LIKE : param_69434a0fe3da4ed4b59f04d385ae44a9
AND (
`category`.`level` > : param_9469c8b274da49bab46d9af73f54394f
AND `category`.`level` <= : param_3ed2ed9cd83246b3ad4ed44cb2d0d073
)
)
)
SELECT `category`.`id` as `category.id`, `category`.`version_id` as `category.versionId`, `category`.`parent_id` as `category.parentId`, `category`.`parent_version_id` as `category.parentVersionId`, `category`.`after_category_id` as `category.afterCategoryId`, `category`.`after_category_version_id` as `category.afterCategoryVersionId`, `category`.`media_id` as `category.mediaId`, `category`.`display_nested_products` as `category.displayNestedProducts`, `category`.`auto_increment` as `category.autoIncrement`, `category`.`level` as `category.level`, `category`.`path` as `category.path`, `category`.`child_count` as `category.childCount`, `category`.`type` as `category.type`, `category`.`product_assignment_type` as `category.productAssignmentType`, `category`.`visible` as `category.visible`, `category`.`active` as `category.active`, `category`.`cms_page_id` as `category.cmsPageId`, `category`.`cms_page_version_id` as `category.cmsPageVersionId`, `category`.`product_stream_id` as `category.productStreamId`, `category`.`created_at` as `category.createdAt`, `category`.`updated_at` as `category.updatedAt`, `category.media`.`id` as `category.media.id`, `category.media`.`user_id` as `category.media.userId`, `category.media`.`media_folder_id` as `category.media.mediaFolderId`, `category.media`.`mime_type` as `category.media.mimeType`, `category.media`.`file_extension` as `category.media.fileExtension`, `category.media`.`uploaded_at` as `category.media.uploadedAt`, `category.media`.`file_name` as `category.media.fileName`, `category.media`.`file_size` as `category.media.fileSize`, `category.media`.`media_type` as `category.media.mediaTypeRaw`, `category.media`.`meta_data` as `category.media.metaData`, `category.media`.`private` as `category.media.private`, `category.media`.`thumbnails_ro` as `category.media.thumbnailsRo`, `category.media`.`created_at` as `category.media.createdAt`, `category.media`.`updated_at` as `category.media.updatedAt`, `category.media.translation.title`, COALESCE(`category.media.translation.title`,`category.media.translation.title`) as `category.media.title`, `category.media.translation.alt`, COALESCE(`category.media.translation.alt`,`category.media.translation.alt`) as `category.media.alt`, `category.media.translation.customFields`, COALESCE(`category.media.translation.customFields`,`category.media.translation.customFields`) as `category.media.customFields`, `category.media.translation.createdAt`, `category.media.translation.updatedAt`, `category.media.translation.mediaId`, `category.media.translation.languageId`, `category.translation.name`, COALESCE(`category.translation.name`,`category.translation.name`) as `category.name`, `category.translation.breadcrumb`, COALESCE(`category.translation.breadcrumb`,`category.translation.breadcrumb`) as `category.breadcrumb`, `category.translation.slotConfig`, COALESCE(`category.translation.slotConfig`,`category.translation.slotConfig`) as `category.slotConfig`, `category.translation.linkType`, COALESCE(`category.translation.linkType`,`category.translation.linkType`) as `category.linkType`, `category.translation.internalLink`, COALESCE(`category.translation.internalLink`,`category.translation.internalLink`) as `category.internalLink`, `category.translation.externalLink`, COALESCE(`category.translation.externalLink`,`category.translation.externalLink`) as `category.externalLink`, `category.translation.linkNewTab`, COALESCE(`category.translation.linkNewTab`,`category.translation.linkNewTab`) as `category.linkNewTab`, `category.translation.description`, COALESCE(`category.translation.description`,`category.translation.description`) as `category.description`, `category.translation.metaTitle`, COALESCE(`category.translation.metaTitle`,`category.translation.metaTitle`) as `category.metaTitle`, `category.translation.metaDescription`, COALESCE(`category.translation.metaDescription`,`category.translation.metaDescription`) as `category.metaDescription`, `category.translation.keywords`, COALESCE(`category.translation.keywords`,`category.translation.keywords`) as `category.keywords`, `category.translation.customFields`, COALESCE(`category.translation.customFields`,`category.translation.customFields`) as `category.customFields`, `category.translation.createdAt`, `category.translation.updatedAt`, `category.translation.categoryId`, `category.translation.languageId`, `category.translation.categoryVersionId` FROM `category` LEFT JOIN (SELECT `category.translation`.category_id, `category.translation`.category_version_id, `category.translation`.name as `category.translation.name`, `category.translation`.breadcrumb as `category.translation.breadcrumb`, `category.translation`.slot_config as `category.translation.slotConfig`, `category.translation`.link_type as `category.translation.linkType`, `category.translation`.internal_link as `category.translation.internalLink`, `category.translation`.external_link as `category.translation.externalLink`, `category.translation`.link_new_tab as `category.translation.linkNewTab`, `category.translation`.description as `category.translation.description`, `category.translation`.meta_title as `category.translation.metaTitle`, `category.translation`.meta_description as `category.translation.metaDescription`, `category.translation`.keywords as `category.translation.keywords`, `category.translation`.custom_fields as `category.translation.customFields`, `category.translation`.created_at as `category.translation.createdAt`, `category.translation`.updated_at as `category.translation.updatedAt`, `category.translation`.category_id as `category.translation.categoryId`, `category.translation`.language_id as `category.translation.languageId`, `category.translation`.category_version_id as `category.translation.categoryVersionId` FROM `category_translation` `category.translation` WHERE `category.translation`.language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.category_version_id = `category`.version_id LEFT JOIN `media` `category.media` ON `category`.`media_id` = `category.media`.`id` LEFT JOIN (SELECT `category.media.translation`.media_id, `category.media.translation`.title as `category.media.translation.title`, `category.media.translation`.alt as `category.media.translation.alt`, `category.media.translation`.custom_fields as `category.media.translation.customFields`, `category.media.translation`.created_at as `category.media.translation.createdAt`, `category.media.translation`.updated_at as `category.media.translation.updatedAt`, `category.media.translation`.media_id as `category.media.translation.mediaId`, `category.media.translation`.language_id as `category.media.translation.languageId` FROM `media_translation` `category.media.translation` WHERE `category.media.translation`.language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B) `category.media.media_translation` ON `category.media.media_translation`.`media_id` = `category.media`.`id` WHERE (`category`.`version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425) AND ((`category`.`path` LIKE '%|dfa836cbea9e4a76b48d5d473bda95f9|%' AND (`category`.`level` > 1 AND `category`.`level` <= 5)));
array:40 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 212)"
2 => "Doctrine\DBAL\Query\QueryBuilder::execute (line 296)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetch (line 131)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 83)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::read (line 177)"
6 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::read (line 103)"
7 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::search (line 183)"
8 => "Shopware\Core\Content\Category\SalesChannel\NavigationRoute::loadLevels (line 146)"
9 => "Shopware\Core\Content\Category\SalesChannel\NavigationRoute::load (line 175)"
10 => "Shopware\Core\Content\Category\SalesChannel\CachedNavigationRoute::Shopware\Core\Content\Category\SalesChannel\{closure} (line 328)"
11 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 39)"
12 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 99)"
13 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 40)"
14 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 43)"
15 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 41)"
16 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 37)"
17 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 54)"
18 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 38)"
19 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 176)"
20 => "Shopware\Core\Content\Category\SalesChannel\CachedNavigationRoute::Shopware\Core\Content\Category\SalesChannel\{closure} (line 70)"
21 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 33)"
22 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 181)"
23 => "Shopware\Core\Content\Category\SalesChannel\CachedNavigationRoute::loadNavigation (line 144)"
24 => "Shopware\Core\Content\Category\SalesChannel\CachedNavigationRoute::Shopware\Core\Content\Category\SalesChannel\{closure} (line 57)"
25 => "Shopware\Core\Profiling\Profiler::trace (line 157)"
26 => "Shopware\Core\Content\Category\SalesChannel\CachedNavigationRoute::load (line 108)"
27 => "Shopware\Core\Content\Category\SalesChannel\TreeBuildingNavigationRoute::load (line 63)"
28 => "Shopware\Core\Content\Category\Service\NavigationLoader::load (line 68)"
29 => "Shopware\Storefront\Pagelet\Header\HeaderPageletLoader::load (line 92)"
30 => "Shopware\Storefront\Page\GenericPageLoader::Shopware\Storefront\Page\{closure} (line 57)"
31 => "Shopware\Core\Profiling\Profiler::trace (line 135)"
32 => "Shopware\Storefront\Page\GenericPageLoader::load (line 58)"
33 => "Shopware\Storefront\Page\Checkout\Cart\CheckoutCartPageLoader::load (line 98)"
34 => "Shopware\Storefront\Controller\CheckoutController::cartPage (line 152)"
35 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 74)"
36 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
37 => "Symfony\Component\HttpKernel\Kernel::handle (line 153)"
38 => "Shopware\Core\HttpKernel::doHandle (line 79)"
39 => "Shopware\Core\HttpKernel::handle (line 48)"
]
|
39 |
0.33 ms |
SELECT LOWER(HEX(`category`.`parent_id`)) as `category-ids.key`, COUNT(`category`.`id`) as `category-ids.count`, COUNT(DISTINCT `category`.`id`) as `visible-children-count` FROM `category` WHERE (`category`.`version_id` = :version) AND ((`category`.`path` LIKE :param_cd6d2e9c1ac2485fb6f6887aa4feca92 AND `category`.`level` = :param_7141eaa58120403eb1a1acd0e83c704b AND `category`.`active` = :param_8bf8441c8e5d414f835a426f572703c8 AND `category`.`visible` = :param_6cf6bf78fcc04249b006e824cf37e3a3)) GROUP BY `category`.`parent_id`
SELECT LOWER(HEX(`category`.`parent_id`)) as `category-ids.key`, COUNT(`category`.`id`) as `category-ids.count`, COUNT(DISTINCT `category`.`id`) as `visible-children-count` FROM `category` WHERE (`category`.`version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425) AND ((`category`.`path` LIKE '%|dfa836cbea9e4a76b48d5d473bda95f9|%' AND `category`.`level` = 5 AND `category`.`active` = 1 AND `category`.`visible` = 1)) GROUP BY `category`.`parent_id`;
array:40 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 212)"
2 => "Doctrine\DBAL\Query\QueryBuilder::execute (line 201)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityAggregator::fetchAggregation (line 91)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityAggregator::aggregate (line 47)"
5 => "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator::aggregate (line 156)"
6 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::aggregate (line 311)"
7 => "Shopware\Core\Content\Category\SalesChannel\NavigationRoute::addVisibilityCounts (line 185)"
8 => "Shopware\Core\Content\Category\SalesChannel\NavigationRoute::loadLevels (line 146)"
9 => "Shopware\Core\Content\Category\SalesChannel\NavigationRoute::load (line 175)"
10 => "Shopware\Core\Content\Category\SalesChannel\CachedNavigationRoute::Shopware\Core\Content\Category\SalesChannel\{closure} (line 328)"
11 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 39)"
12 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 99)"
13 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 40)"
14 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 43)"
15 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 41)"
16 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 37)"
17 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 54)"
18 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 38)"
19 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 176)"
20 => "Shopware\Core\Content\Category\SalesChannel\CachedNavigationRoute::Shopware\Core\Content\Category\SalesChannel\{closure} (line 70)"
21 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 33)"
22 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 181)"
23 => "Shopware\Core\Content\Category\SalesChannel\CachedNavigationRoute::loadNavigation (line 144)"
24 => "Shopware\Core\Content\Category\SalesChannel\CachedNavigationRoute::Shopware\Core\Content\Category\SalesChannel\{closure} (line 57)"
25 => "Shopware\Core\Profiling\Profiler::trace (line 157)"
26 => "Shopware\Core\Content\Category\SalesChannel\CachedNavigationRoute::load (line 108)"
27 => "Shopware\Core\Content\Category\SalesChannel\TreeBuildingNavigationRoute::load (line 63)"
28 => "Shopware\Core\Content\Category\Service\NavigationLoader::load (line 68)"
29 => "Shopware\Storefront\Pagelet\Header\HeaderPageletLoader::load (line 92)"
30 => "Shopware\Storefront\Page\GenericPageLoader::Shopware\Storefront\Page\{closure} (line 57)"
31 => "Shopware\Core\Profiling\Profiler::trace (line 135)"
32 => "Shopware\Storefront\Page\GenericPageLoader::load (line 58)"
33 => "Shopware\Storefront\Page\Checkout\Cart\CheckoutCartPageLoader::load (line 98)"
34 => "Shopware\Storefront\Controller\CheckoutController::cartPage (line 152)"
35 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 74)"
36 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
37 => "Symfony\Component\HttpKernel\Kernel::handle (line 153)"
38 => "Shopware\Core\HttpKernel::doHandle (line 79)"
39 => "Shopware\Core\HttpKernel::handle (line 48)"
]
|
40 |
4.29 ms |
SELECT `category`.`id` as `category.id`, `category`.`version_id` as `category.versionId`, `category`.`parent_id` as `category.parentId`, `category`.`parent_version_id` as `category.parentVersionId`, `category`.`after_category_id` as `category.afterCategoryId`, `category`.`after_category_version_id` as `category.afterCategoryVersionId`, `category`.`media_id` as `category.mediaId`, `category`.`display_nested_products` as `category.displayNestedProducts`, `category`.`auto_increment` as `category.autoIncrement`, `category`.`level` as `category.level`, `category`.`path` as `category.path`, `category`.`child_count` as `category.childCount`, `category`.`type` as `category.type`, `category`.`product_assignment_type` as `category.productAssignmentType`, `category`.`visible` as `category.visible`, `category`.`active` as `category.active`, `category`.`cms_page_id` as `category.cmsPageId`, `category`.`cms_page_version_id` as `category.cmsPageVersionId`, `category`.`product_stream_id` as `category.productStreamId`, `category`.`created_at` as `category.createdAt`, `category`.`updated_at` as `category.updatedAt`, `category.media`.`id` as `category.media.id`, `category.media`.`user_id` as `category.media.userId`, `category.media`.`media_folder_id` as `category.media.mediaFolderId`, `category.media`.`mime_type` as `category.media.mimeType`, `category.media`.`file_extension` as `category.media.fileExtension`, `category.media`.`uploaded_at` as `category.media.uploadedAt`, `category.media`.`file_name` as `category.media.fileName`, `category.media`.`file_size` as `category.media.fileSize`, `category.media`.`media_type` as `category.media.mediaTypeRaw`, `category.media`.`meta_data` as `category.media.metaData`, `category.media`.`private` as `category.media.private`, `category.media`.`thumbnails_ro` as `category.media.thumbnailsRo`, `category.media`.`created_at` as `category.media.createdAt`, `category.media`.`updated_at` as `category.media.updatedAt`, `category.media.translation.title`, COALESCE(`category.media.translation.title`,`category.media.translation.title`) as `category.media.title`, `category.media.translation.alt`, COALESCE(`category.media.translation.alt`,`category.media.translation.alt`) as `category.media.alt`, `category.media.translation.customFields`, COALESCE(`category.media.translation.customFields`,`category.media.translation.customFields`) as `category.media.customFields`, `category.media.translation.createdAt`, `category.media.translation.updatedAt`, `category.media.translation.mediaId`, `category.media.translation.languageId`, `category.translation.name`, COALESCE(`category.translation.name`,`category.translation.name`) as `category.name`, `category.translation.breadcrumb`, COALESCE(`category.translation.breadcrumb`,`category.translation.breadcrumb`) as `category.breadcrumb`, `category.translation.slotConfig`, COALESCE(`category.translation.slotConfig`,`category.translation.slotConfig`) as `category.slotConfig`, `category.translation.linkType`, COALESCE(`category.translation.linkType`,`category.translation.linkType`) as `category.linkType`, `category.translation.internalLink`, COALESCE(`category.translation.internalLink`,`category.translation.internalLink`) as `category.internalLink`, `category.translation.externalLink`, COALESCE(`category.translation.externalLink`,`category.translation.externalLink`) as `category.externalLink`, `category.translation.linkNewTab`, COALESCE(`category.translation.linkNewTab`,`category.translation.linkNewTab`) as `category.linkNewTab`, `category.translation.description`, COALESCE(`category.translation.description`,`category.translation.description`) as `category.description`, `category.translation.metaTitle`, COALESCE(`category.translation.metaTitle`,`category.translation.metaTitle`) as `category.metaTitle`, `category.translation.metaDescription`, COALESCE(`category.translation.metaDescription`,`category.translation.metaDescription`) as `category.metaDescription`, `category.translation.keywords`, COALESCE(`category.translation.keywords`,`category.translation.keywords`) as `category.keywords`, `category.translation.customFields`, COALESCE(`category.translation.customFields`,`category.translation.customFields`) as `category.customFields`, `category.translation.createdAt`, `category.translation.updatedAt`, `category.translation.categoryId`, `category.translation.languageId`, `category.translation.categoryVersionId` FROM `category` LEFT JOIN (SELECT `category.translation`.category_id, `category.translation`.category_version_id, `category.translation`.name as `category.translation.name`, `category.translation`.breadcrumb as `category.translation.breadcrumb`, `category.translation`.slot_config as `category.translation.slotConfig`, `category.translation`.link_type as `category.translation.linkType`, `category.translation`.internal_link as `category.translation.internalLink`, `category.translation`.external_link as `category.translation.externalLink`, `category.translation`.link_new_tab as `category.translation.linkNewTab`, `category.translation`.description as `category.translation.description`, `category.translation`.meta_title as `category.translation.metaTitle`, `category.translation`.meta_description as `category.translation.metaDescription`, `category.translation`.keywords as `category.translation.keywords`, `category.translation`.custom_fields as `category.translation.customFields`, `category.translation`.created_at as `category.translation.createdAt`, `category.translation`.updated_at as `category.translation.updatedAt`, `category.translation`.category_id as `category.translation.categoryId`, `category.translation`.language_id as `category.translation.languageId`, `category.translation`.category_version_id as `category.translation.categoryVersionId` FROM `category_translation` `category.translation` WHERE `category.translation`.language_id = :languageId) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.category_version_id = `category`.version_id LEFT JOIN `media` `category.media` ON `category`.`media_id` = `category.media`.`id` LEFT JOIN (SELECT `category.media.translation`.media_id, `category.media.translation`.title as `category.media.translation.title`, `category.media.translation`.alt as `category.media.translation.alt`, `category.media.translation`.custom_fields as `category.media.translation.customFields`, `category.media.translation`.created_at as `category.media.translation.createdAt`, `category.media.translation`.updated_at as `category.media.translation.updatedAt`, `category.media.translation`.media_id as `category.media.translation.mediaId`, `category.media.translation`.language_id as `category.media.translation.languageId` FROM `media_translation` `category.media.translation` WHERE `category.media.translation`.language_id = :languageId) `category.media.media_translation` ON `category.media.media_translation`.`media_id` = `category.media`.`id` WHERE (`category`.`version_id` = :version) AND (`category`.`id` IN (:ids))
SELECT
`category`.`id` as `category.id`,
`category`.`version_id` as `category.versionId`,
`category`.`parent_id` as `category.parentId`,
`category`.`parent_version_id` as `category.parentVersionId`,
`category`.`after_category_id` as `category.afterCategoryId`,
`category`.`after_category_version_id` as `category.afterCategoryVersionId`,
`category`.`media_id` as `category.mediaId`,
`category`.`display_nested_products` as `category.displayNestedProducts`,
`category`.`auto_increment` as `category.autoIncrement`,
`category`.`level` as `category.level`,
`category`.`path` as `category.path`,
`category`.`child_count` as `category.childCount`,
`category`.`type` as `category.type`,
`category`.`product_assignment_type` as `category.productAssignmentType`,
`category`.`visible` as `category.visible`,
`category`.`active` as `category.active`,
`category`.`cms_page_id` as `category.cmsPageId`,
`category`.`cms_page_version_id` as `category.cmsPageVersionId`,
`category`.`product_stream_id` as `category.productStreamId`,
`category`.`created_at` as `category.createdAt`,
`category`.`updated_at` as `category.updatedAt`,
`category.media`.`id` as `category.media.id`,
`category.media`.`user_id` as `category.media.userId`,
`category.media`.`media_folder_id` as `category.media.mediaFolderId`,
`category.media`.`mime_type` as `category.media.mimeType`,
`category.media`.`file_extension` as `category.media.fileExtension`,
`category.media`.`uploaded_at` as `category.media.uploadedAt`,
`category.media`.`file_name` as `category.media.fileName`,
`category.media`.`file_size` as `category.media.fileSize`,
`category.media`.`media_type` as `category.media.mediaTypeRaw`,
`category.media`.`meta_data` as `category.media.metaData`,
`category.media`.`private` as `category.media.private`,
`category.media`.`thumbnails_ro` as `category.media.thumbnailsRo`,
`category.media`.`created_at` as `category.media.createdAt`,
`category.media`.`updated_at` as `category.media.updatedAt`,
`category.media.translation.title`,
COALESCE(
`category.media.translation.title`,
`category.media.translation.title`
) as `category.media.title`,
`category.media.translation.alt`,
COALESCE(
`category.media.translation.alt`,
`category.media.translation.alt`
) as `category.media.alt`,
`category.media.translation.customFields`,
COALESCE(
`category.media.translation.customFields`,
`category.media.translation.customFields`
) as `category.media.customFields`,
`category.media.translation.createdAt`,
`category.media.translation.updatedAt`,
`category.media.translation.mediaId`,
`category.media.translation.languageId`,
`category.translation.name`,
COALESCE(
`category.translation.name`, `category.translation.name`
) as `category.name`,
`category.translation.breadcrumb`,
COALESCE(
`category.translation.breadcrumb`,
`category.translation.breadcrumb`
) as `category.breadcrumb`,
`category.translation.slotConfig`,
COALESCE(
`category.translation.slotConfig`,
`category.translation.slotConfig`
) as `category.slotConfig`,
`category.translation.linkType`,
COALESCE(
`category.translation.linkType`,
`category.translation.linkType`
) as `category.linkType`,
`category.translation.internalLink`,
COALESCE(
`category.translation.internalLink`,
`category.translation.internalLink`
) as `category.internalLink`,
`category.translation.externalLink`,
COALESCE(
`category.translation.externalLink`,
`category.translation.externalLink`
) as `category.externalLink`,
`category.translation.linkNewTab`,
COALESCE(
`category.translation.linkNewTab`,
`category.translation.linkNewTab`
) as `category.linkNewTab`,
`category.translation.description`,
COALESCE(
`category.translation.description`,
`category.translation.description`
) as `category.description`,
`category.translation.metaTitle`,
COALESCE(
`category.translation.metaTitle`,
`category.translation.metaTitle`
) as `category.metaTitle`,
`category.translation.metaDescription`,
COALESCE(
`category.translation.metaDescription`,
`category.translation.metaDescription`
) as `category.metaDescription`,
`category.translation.keywords`,
COALESCE(
`category.translation.keywords`,
`category.translation.keywords`
) as `category.keywords`,
`category.translation.customFields`,
COALESCE(
`category.translation.customFields`,
`category.translation.customFields`
) as `category.customFields`,
`category.translation.createdAt`,
`category.translation.updatedAt`,
`category.translation.categoryId`,
`category.translation.languageId`,
`category.translation.categoryVersionId`
FROM
`category`
LEFT JOIN (
SELECT
`category.translation`.category_id,
`category.translation`.category_version_id,
`category.translation`.name as `category.translation.name`,
`category.translation`.breadcrumb as `category.translation.breadcrumb`,
`category.translation`.slot_config as `category.translation.slotConfig`,
`category.translation`.link_type as `category.translation.linkType`,
`category.translation`.internal_link as `category.translation.internalLink`,
`category.translation`.external_link as `category.translation.externalLink`,
`category.translation`.link_new_tab as `category.translation.linkNewTab`,
`category.translation`.description as `category.translation.description`,
`category.translation`.meta_title as `category.translation.metaTitle`,
`category.translation`.meta_description as `category.translation.metaDescription`,
`category.translation`.keywords as `category.translation.keywords`,
`category.translation`.custom_fields as `category.translation.customFields`,
`category.translation`.created_at as `category.translation.createdAt`,
`category.translation`.updated_at as `category.translation.updatedAt`,
`category.translation`.category_id as `category.translation.categoryId`,
`category.translation`.language_id as `category.translation.languageId`,
`category.translation`.category_version_id as `category.translation.categoryVersionId`
FROM
`category_translation` `category.translation`
WHERE
`category.translation`.language_id = : languageId
) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id`
AND `category.category_translation`.category_version_id = `category`.version_id
LEFT JOIN `media` `category.media` ON `category`.`media_id` = `category.media`.`id`
LEFT JOIN (
SELECT
`category.media.translation`.media_id,
`category.media.translation`.title as `category.media.translation.title`,
`category.media.translation`.alt as `category.media.translation.alt`,
`category.media.translation`.custom_fields as `category.media.translation.customFields`,
`category.media.translation`.created_at as `category.media.translation.createdAt`,
`category.media.translation`.updated_at as `category.media.translation.updatedAt`,
`category.media.translation`.media_id as `category.media.translation.mediaId`,
`category.media.translation`.language_id as `category.media.translation.languageId`
FROM
`media_translation` `category.media.translation`
WHERE
`category.media.translation`.language_id = : languageId
) `category.media.media_translation` ON `category.media.media_translation`.`media_id` = `category.media`.`id`
WHERE
(
`category`.`version_id` = : version
)
AND (
`category`.`id` IN (: ids)
)
SELECT `category`.`id` as `category.id`, `category`.`version_id` as `category.versionId`, `category`.`parent_id` as `category.parentId`, `category`.`parent_version_id` as `category.parentVersionId`, `category`.`after_category_id` as `category.afterCategoryId`, `category`.`after_category_version_id` as `category.afterCategoryVersionId`, `category`.`media_id` as `category.mediaId`, `category`.`display_nested_products` as `category.displayNestedProducts`, `category`.`auto_increment` as `category.autoIncrement`, `category`.`level` as `category.level`, `category`.`path` as `category.path`, `category`.`child_count` as `category.childCount`, `category`.`type` as `category.type`, `category`.`product_assignment_type` as `category.productAssignmentType`, `category`.`visible` as `category.visible`, `category`.`active` as `category.active`, `category`.`cms_page_id` as `category.cmsPageId`, `category`.`cms_page_version_id` as `category.cmsPageVersionId`, `category`.`product_stream_id` as `category.productStreamId`, `category`.`created_at` as `category.createdAt`, `category`.`updated_at` as `category.updatedAt`, `category.media`.`id` as `category.media.id`, `category.media`.`user_id` as `category.media.userId`, `category.media`.`media_folder_id` as `category.media.mediaFolderId`, `category.media`.`mime_type` as `category.media.mimeType`, `category.media`.`file_extension` as `category.media.fileExtension`, `category.media`.`uploaded_at` as `category.media.uploadedAt`, `category.media`.`file_name` as `category.media.fileName`, `category.media`.`file_size` as `category.media.fileSize`, `category.media`.`media_type` as `category.media.mediaTypeRaw`, `category.media`.`meta_data` as `category.media.metaData`, `category.media`.`private` as `category.media.private`, `category.media`.`thumbnails_ro` as `category.media.thumbnailsRo`, `category.media`.`created_at` as `category.media.createdAt`, `category.media`.`updated_at` as `category.media.updatedAt`, `category.media.translation.title`, COALESCE(`category.media.translation.title`,`category.media.translation.title`) as `category.media.title`, `category.media.translation.alt`, COALESCE(`category.media.translation.alt`,`category.media.translation.alt`) as `category.media.alt`, `category.media.translation.customFields`, COALESCE(`category.media.translation.customFields`,`category.media.translation.customFields`) as `category.media.customFields`, `category.media.translation.createdAt`, `category.media.translation.updatedAt`, `category.media.translation.mediaId`, `category.media.translation.languageId`, `category.translation.name`, COALESCE(`category.translation.name`,`category.translation.name`) as `category.name`, `category.translation.breadcrumb`, COALESCE(`category.translation.breadcrumb`,`category.translation.breadcrumb`) as `category.breadcrumb`, `category.translation.slotConfig`, COALESCE(`category.translation.slotConfig`,`category.translation.slotConfig`) as `category.slotConfig`, `category.translation.linkType`, COALESCE(`category.translation.linkType`,`category.translation.linkType`) as `category.linkType`, `category.translation.internalLink`, COALESCE(`category.translation.internalLink`,`category.translation.internalLink`) as `category.internalLink`, `category.translation.externalLink`, COALESCE(`category.translation.externalLink`,`category.translation.externalLink`) as `category.externalLink`, `category.translation.linkNewTab`, COALESCE(`category.translation.linkNewTab`,`category.translation.linkNewTab`) as `category.linkNewTab`, `category.translation.description`, COALESCE(`category.translation.description`,`category.translation.description`) as `category.description`, `category.translation.metaTitle`, COALESCE(`category.translation.metaTitle`,`category.translation.metaTitle`) as `category.metaTitle`, `category.translation.metaDescription`, COALESCE(`category.translation.metaDescription`,`category.translation.metaDescription`) as `category.metaDescription`, `category.translation.keywords`, COALESCE(`category.translation.keywords`,`category.translation.keywords`) as `category.keywords`, `category.translation.customFields`, COALESCE(`category.translation.customFields`,`category.translation.customFields`) as `category.customFields`, `category.translation.createdAt`, `category.translation.updatedAt`, `category.translation.categoryId`, `category.translation.languageId`, `category.translation.categoryVersionId` FROM `category` LEFT JOIN (SELECT `category.translation`.category_id, `category.translation`.category_version_id, `category.translation`.name as `category.translation.name`, `category.translation`.breadcrumb as `category.translation.breadcrumb`, `category.translation`.slot_config as `category.translation.slotConfig`, `category.translation`.link_type as `category.translation.linkType`, `category.translation`.internal_link as `category.translation.internalLink`, `category.translation`.external_link as `category.translation.externalLink`, `category.translation`.link_new_tab as `category.translation.linkNewTab`, `category.translation`.description as `category.translation.description`, `category.translation`.meta_title as `category.translation.metaTitle`, `category.translation`.meta_description as `category.translation.metaDescription`, `category.translation`.keywords as `category.translation.keywords`, `category.translation`.custom_fields as `category.translation.customFields`, `category.translation`.created_at as `category.translation.createdAt`, `category.translation`.updated_at as `category.translation.updatedAt`, `category.translation`.category_id as `category.translation.categoryId`, `category.translation`.language_id as `category.translation.languageId`, `category.translation`.category_version_id as `category.translation.categoryVersionId` FROM `category_translation` `category.translation` WHERE `category.translation`.language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.category_version_id = `category`.version_id LEFT JOIN `media` `category.media` ON `category`.`media_id` = `category.media`.`id` LEFT JOIN (SELECT `category.media.translation`.media_id, `category.media.translation`.title as `category.media.translation.title`, `category.media.translation`.alt as `category.media.translation.alt`, `category.media.translation`.custom_fields as `category.media.translation.customFields`, `category.media.translation`.created_at as `category.media.translation.createdAt`, `category.media.translation`.updated_at as `category.media.translation.updatedAt`, `category.media.translation`.media_id as `category.media.translation.mediaId`, `category.media.translation`.language_id as `category.media.translation.languageId` FROM `media_translation` `category.media.translation` WHERE `category.media.translation`.language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B) `category.media.media_translation` ON `category.media.media_translation`.`media_id` = `category.media`.`id` WHERE (`category`.`version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425) AND (`category`.`id` IN (0xDFA836CBEA9E4A76B48D5D473BDA95F9));
array:41 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 212)"
2 => "Doctrine\DBAL\Query\QueryBuilder::execute (line 296)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetch (line 131)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 83)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::read (line 177)"
6 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::read (line 103)"
7 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::search (line 162)"
8 => "Shopware\Core\Content\Category\SalesChannel\NavigationRoute::loadCategories (line 230)"
9 => "Shopware\Core\Content\Category\SalesChannel\NavigationRoute::loadChildren (line 150)"
10 => "Shopware\Core\Content\Category\SalesChannel\NavigationRoute::load (line 175)"
11 => "Shopware\Core\Content\Category\SalesChannel\CachedNavigationRoute::Shopware\Core\Content\Category\SalesChannel\{closure} (line 328)"
12 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 39)"
13 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 99)"
14 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 40)"
15 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 43)"
16 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 41)"
17 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 37)"
18 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 54)"
19 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 38)"
20 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 176)"
21 => "Shopware\Core\Content\Category\SalesChannel\CachedNavigationRoute::Shopware\Core\Content\Category\SalesChannel\{closure} (line 70)"
22 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 33)"
23 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 181)"
24 => "Shopware\Core\Content\Category\SalesChannel\CachedNavigationRoute::loadNavigation (line 144)"
25 => "Shopware\Core\Content\Category\SalesChannel\CachedNavigationRoute::Shopware\Core\Content\Category\SalesChannel\{closure} (line 57)"
26 => "Shopware\Core\Profiling\Profiler::trace (line 157)"
27 => "Shopware\Core\Content\Category\SalesChannel\CachedNavigationRoute::load (line 108)"
28 => "Shopware\Core\Content\Category\SalesChannel\TreeBuildingNavigationRoute::load (line 63)"
29 => "Shopware\Core\Content\Category\Service\NavigationLoader::load (line 68)"
30 => "Shopware\Storefront\Pagelet\Header\HeaderPageletLoader::load (line 92)"
31 => "Shopware\Storefront\Page\GenericPageLoader::Shopware\Storefront\Page\{closure} (line 57)"
32 => "Shopware\Core\Profiling\Profiler::trace (line 135)"
33 => "Shopware\Storefront\Page\GenericPageLoader::load (line 58)"
34 => "Shopware\Storefront\Page\Checkout\Cart\CheckoutCartPageLoader::load (line 98)"
35 => "Shopware\Storefront\Controller\CheckoutController::cartPage (line 152)"
36 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 74)"
37 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
38 => "Symfony\Component\HttpKernel\Kernel::handle (line 153)"
39 => "Shopware\Core\HttpKernel::doHandle (line 79)"
40 => "Shopware\Core\HttpKernel::handle (line 48)"
]
|
41 |
0.33 ms |
SELECT `currency`.`id` FROM `currency` LEFT JOIN `sales_channel_currency` `currency.salesChannels.mapping` ON `currency`.`id` = `currency.salesChannels.mapping`.`currency_id` LEFT JOIN `sales_channel` `currency.salesChannels` ON `currency.salesChannels.mapping`.`sales_channel_id` = `currency.salesChannels`.`id` WHERE (`currency.salesChannels`.`id` = :param_84405988728a42a299b3e0b5b5ad93c6) GROUP BY `currency`.`id`
SELECT `currency`.`id` FROM `currency` LEFT JOIN `sales_channel_currency` `currency.salesChannels.mapping` ON `currency`.`id` = `currency.salesChannels.mapping`.`currency_id` LEFT JOIN `sales_channel` `currency.salesChannels` ON `currency.salesChannels.mapping`.`sales_channel_id` = `currency.salesChannels`.`id` WHERE (`currency.salesChannels`.`id` = 0x79524D2C18DE48BC9032D43A03293AEB) GROUP BY `currency`.`id`;
array:33 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 212)"
2 => "Doctrine\DBAL\Query\QueryBuilder::execute (line 86)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntitySearcher::search (line 57)"
4 => "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher::search (line 198)"
5 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::doSearch (line 108)"
6 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::search (line 70)"
7 => "Shopware\Core\System\Currency\SalesChannel\CurrencyRoute::load (line 116)"
8 => "Shopware\Core\System\Currency\SalesChannel\CachedCurrencyRoute::Shopware\Core\System\Currency\SalesChannel\{closure} (line 328)"
9 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 39)"
10 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 99)"
11 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 40)"
12 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 43)"
13 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 41)"
14 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 37)"
15 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 54)"
16 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 38)"
17 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 117)"
18 => "Shopware\Core\System\Currency\SalesChannel\CachedCurrencyRoute::Shopware\Core\System\Currency\SalesChannel\{closure} (line 70)"
19 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 33)"
20 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 122)"
21 => "Shopware\Core\System\Currency\SalesChannel\CachedCurrencyRoute::load (line 75)"
22 => "Shopware\Storefront\Pagelet\Header\HeaderPageletLoader::load (line 92)"
23 => "Shopware\Storefront\Page\GenericPageLoader::Shopware\Storefront\Page\{closure} (line 57)"
24 => "Shopware\Core\Profiling\Profiler::trace (line 135)"
25 => "Shopware\Storefront\Page\GenericPageLoader::load (line 58)"
26 => "Shopware\Storefront\Page\Checkout\Cart\CheckoutCartPageLoader::load (line 98)"
27 => "Shopware\Storefront\Controller\CheckoutController::cartPage (line 152)"
28 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 74)"
29 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
30 => "Symfony\Component\HttpKernel\Kernel::handle (line 153)"
31 => "Shopware\Core\HttpKernel::doHandle (line 79)"
32 => "Shopware\Core\HttpKernel::handle (line 48)"
]
|
42 |
0.69 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`.`tax_free_from` as `currency.taxFreeFrom`, `currency`.`created_at` as `currency.createdAt`, `currency`.`updated_at` as `currency.updatedAt`, `currency.translation.shortName`, COALESCE(`currency.translation.shortName`,`currency.translation.shortName`) as `currency.shortName`, `currency.translation.name`, COALESCE(`currency.translation.name`,`currency.translation.name`) as `currency.name`, `currency.translation.customFields`, COALESCE(`currency.translation.customFields`,`currency.translation.customFields`) as `currency.customFields`, `currency.translation.createdAt`, `currency.translation.updatedAt`, `currency.translation.currencyId`, `currency.translation.languageId` FROM `currency` LEFT JOIN (SELECT `currency.translation`.currency_id, `currency.translation`.short_name as `currency.translation.shortName`, `currency.translation`.name as `currency.translation.name`, `currency.translation`.custom_fields as `currency.translation.customFields`, `currency.translation`.created_at as `currency.translation.createdAt`, `currency.translation`.updated_at as `currency.translation.updatedAt`, `currency.translation`.currency_id as `currency.translation.currencyId`, `currency.translation`.language_id as `currency.translation.languageId` FROM `currency_translation` `currency.translation` WHERE `currency.translation`.language_id = :languageId) `currency.currency_translation` ON `currency.currency_translation`.`currency_id` = `currency`.`id` WHERE `currency`.`id` IN (:ids)
SELECT `currency`.`id` as `currency.id`, `currency`.`factor` as `currency.factor`, `currency`.`symbol` as `currency.symbol`, `currency`.`iso_code` as `currency.isoCode`, `currency`.`position` as `currency.position`, `currency`.`item_rounding` as `currency.itemRounding`, `currency`.`total_rounding` as `currency.totalRounding`, `currency`.`tax_free_from` as `currency.taxFreeFrom`, `currency`.`created_at` as `currency.createdAt`, `currency`.`updated_at` as `currency.updatedAt`, `currency.translation.shortName`, COALESCE(`currency.translation.shortName`,`currency.translation.shortName`) as `currency.shortName`, `currency.translation.name`, COALESCE(`currency.translation.name`,`currency.translation.name`) as `currency.name`, `currency.translation.customFields`, COALESCE(`currency.translation.customFields`,`currency.translation.customFields`) as `currency.customFields`, `currency.translation.createdAt`, `currency.translation.updatedAt`, `currency.translation.currencyId`, `currency.translation.languageId` FROM `currency` LEFT JOIN (SELECT `currency.translation`.currency_id, `currency.translation`.short_name as `currency.translation.shortName`, `currency.translation`.name as `currency.translation.name`, `currency.translation`.custom_fields as `currency.translation.customFields`, `currency.translation`.created_at as `currency.translation.createdAt`, `currency.translation`.updated_at as `currency.translation.updatedAt`, `currency.translation`.currency_id as `currency.translation.currencyId`, `currency.translation`.language_id as `currency.translation.languageId` FROM `currency_translation` `currency.translation` WHERE `currency.translation`.language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B) `currency.currency_translation` ON `currency.currency_translation`.`currency_id` = `currency`.`id` WHERE `currency`.`id` IN (0x06A01C2BC9674C46AC6B16B604E01F96, 0x1EF7467637914A089F1F3937F3B572FE, 0x6564E14E52BF416B8EC1DBB54781F93F, 0x663D135E8323450DB38A17B42C6DE981, 0x6C32B9C168014D6B9B2C97A70D6CBF06, 0xADCBA6BE8F95403CBDC4E16C81AD1862, 0xB7D2554B0CE847CD82F3AC9BD1C0DFCA, 0xEA7771C25E154BCB9284F5FFDC005D35, 0xEB231771009B493E8CCF09AD6DE44B2E);
array:34 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 212)"
2 => "Doctrine\DBAL\Query\QueryBuilder::execute (line 296)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetch (line 131)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 83)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::read (line 177)"
6 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::read (line 118)"
7 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::search (line 70)"
8 => "Shopware\Core\System\Currency\SalesChannel\CurrencyRoute::load (line 116)"
9 => "Shopware\Core\System\Currency\SalesChannel\CachedCurrencyRoute::Shopware\Core\System\Currency\SalesChannel\{closure} (line 328)"
10 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 39)"
11 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 99)"
12 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 40)"
13 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 43)"
14 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 41)"
15 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 37)"
16 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 54)"
17 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 38)"
18 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 117)"
19 => "Shopware\Core\System\Currency\SalesChannel\CachedCurrencyRoute::Shopware\Core\System\Currency\SalesChannel\{closure} (line 70)"
20 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 33)"
21 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 122)"
22 => "Shopware\Core\System\Currency\SalesChannel\CachedCurrencyRoute::load (line 75)"
23 => "Shopware\Storefront\Pagelet\Header\HeaderPageletLoader::load (line 92)"
24 => "Shopware\Storefront\Page\GenericPageLoader::Shopware\Storefront\Page\{closure} (line 57)"
25 => "Shopware\Core\Profiling\Profiler::trace (line 135)"
26 => "Shopware\Storefront\Page\GenericPageLoader::load (line 58)"
27 => "Shopware\Storefront\Page\Checkout\Cart\CheckoutCartPageLoader::load (line 98)"
28 => "Shopware\Storefront\Controller\CheckoutController::cartPage (line 152)"
29 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 74)"
30 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
31 => "Symfony\Component\HttpKernel\Kernel::handle (line 153)"
32 => "Shopware\Core\HttpKernel::doHandle (line 79)"
33 => "Shopware\Core\HttpKernel::handle (line 48)"
]
|
43 |
0.61 ms |
SELECT `shipping_method`.`id` FROM `shipping_method` LEFT JOIN `sales_channel_shipping_method` `shipping_method.salesChannels.mapping` ON `shipping_method`.`id` = `shipping_method.salesChannels.mapping`.`shipping_method_id` 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 `sales_channel` `shipping_method.salesChannels` ON `shipping_method.salesChannels.mapping`.`sales_channel_id` = `shipping_method.salesChannels`.`id` WHERE (`shipping_method`.`active` = :param_e64e7a86d8e4440aa37fc1d0f67271b3 AND `shipping_method.salesChannels`.`id` = :param_e1cf66d49a11415980d98be29cd1f9ab) GROUP BY `shipping_method`.`id` ORDER BY MIN(`shipping_method`.`position`) ASC, MIN(COALESCE(`shipping_method.translation.name`)) ASC
SELECT `shipping_method`.`id` FROM `shipping_method` LEFT JOIN `sales_channel_shipping_method` `shipping_method.salesChannels.mapping` ON `shipping_method`.`id` = `shipping_method.salesChannels.mapping`.`shipping_method_id` 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 `sales_channel` `shipping_method.salesChannels` ON `shipping_method.salesChannels.mapping`.`sales_channel_id` = `shipping_method.salesChannels`.`id` WHERE (`shipping_method`.`active` = 1 AND `shipping_method.salesChannels`.`id` = 0x79524D2C18DE48BC9032D43A03293AEB) GROUP BY `shipping_method`.`id` ORDER BY MIN(`shipping_method`.`position`) ASC, MIN(COALESCE(`shipping_method.translation.name`)) ASC;
array:33 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 212)"
2 => "Doctrine\DBAL\Query\QueryBuilder::execute (line 86)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntitySearcher::search (line 57)"
4 => "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher::search (line 198)"
5 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::doSearch (line 108)"
6 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::search (line 90)"
7 => "Shopware\Core\Checkout\Shipping\SalesChannel\ShippingMethodRoute::load (line 122)"
8 => "Shopware\Core\Checkout\Shipping\SalesChannel\CachedShippingMethodRoute::Shopware\Core\Checkout\Shipping\SalesChannel\{closure} (line 328)"
9 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 39)"
10 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 99)"
11 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 40)"
12 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 43)"
13 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 41)"
14 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 37)"
15 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 54)"
16 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 38)"
17 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 123)"
18 => "Shopware\Core\Checkout\Shipping\SalesChannel\CachedShippingMethodRoute::Shopware\Core\Checkout\Shipping\SalesChannel\{closure} (line 70)"
19 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 33)"
20 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 128)"
21 => "Shopware\Core\Checkout\Shipping\SalesChannel\CachedShippingMethodRoute::load (line 73)"
22 => "Shopware\Core\Checkout\Shipping\SalesChannel\SortedShippingMethodRoute::load (line 106)"
23 => "Shopware\Storefront\Page\GenericPageLoader::Shopware\Storefront\Page\{closure} (line 57)"
24 => "Shopware\Core\Profiling\Profiler::trace (line 135)"
25 => "Shopware\Storefront\Page\GenericPageLoader::load (line 58)"
26 => "Shopware\Storefront\Page\Checkout\Cart\CheckoutCartPageLoader::load (line 98)"
27 => "Shopware\Storefront\Controller\CheckoutController::cartPage (line 152)"
28 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 74)"
29 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
30 => "Symfony\Component\HttpKernel\Kernel::handle (line 153)"
31 => "Shopware\Core\HttpKernel::doHandle (line 79)"
32 => "Shopware\Core\HttpKernel::handle (line 48)"
]
|
44 |
3.96 ms |
SELECT `shipping_method`.`id` as `shipping_method.id`, `shipping_method`.`active` as `shipping_method.active`, `shipping_method`.`position` as `shipping_method.position`, `shipping_method`.`availability_rule_id` as `shipping_method.availabilityRuleId`, `shipping_method`.`media_id` as `shipping_method.mediaId`, `shipping_method`.`delivery_time_id` as `shipping_method.deliveryTimeId`, `shipping_method`.`tax_type` as `shipping_method.taxType`, `shipping_method`.`tax_id` as `shipping_method.taxId`, `shipping_method.deliveryTime`.`id` as `shipping_method.deliveryTime.id`, `shipping_method.deliveryTime`.`min` as `shipping_method.deliveryTime.min`, `shipping_method.deliveryTime`.`max` as `shipping_method.deliveryTime.max`, `shipping_method.deliveryTime`.`unit` as `shipping_method.deliveryTime.unit`, `shipping_method.deliveryTime`.`created_at` as `shipping_method.deliveryTime.createdAt`, `shipping_method.deliveryTime`.`updated_at` as `shipping_method.deliveryTime.updatedAt`, `shipping_method.deliveryTime.translation.name`, COALESCE(`shipping_method.deliveryTime.translation.name`,`shipping_method.deliveryTime.translation.name`) as `shipping_method.deliveryTime.name`, `shipping_method.deliveryTime.translation.customFields`, COALESCE(`shipping_method.deliveryTime.translation.customFields`,`shipping_method.deliveryTime.translation.customFields`) as `shipping_method.deliveryTime.customFields`, `shipping_method.deliveryTime.translation.createdAt`, `shipping_method.deliveryTime.translation.updatedAt`, `shipping_method.deliveryTime.translation.deliveryTimeId`, `shipping_method.deliveryTime.translation.languageId`, `shipping_method`.`created_at` as `shipping_method.createdAt`, `shipping_method`.`updated_at` as `shipping_method.updatedAt`, `shipping_method.media`.`id` as `shipping_method.media.id`, `shipping_method.media`.`user_id` as `shipping_method.media.userId`, `shipping_method.media`.`media_folder_id` as `shipping_method.media.mediaFolderId`, `shipping_method.media`.`mime_type` as `shipping_method.media.mimeType`, `shipping_method.media`.`file_extension` as `shipping_method.media.fileExtension`, `shipping_method.media`.`uploaded_at` as `shipping_method.media.uploadedAt`, `shipping_method.media`.`file_name` as `shipping_method.media.fileName`, `shipping_method.media`.`file_size` as `shipping_method.media.fileSize`, `shipping_method.media`.`media_type` as `shipping_method.media.mediaTypeRaw`, `shipping_method.media`.`meta_data` as `shipping_method.media.metaData`, `shipping_method.media`.`private` as `shipping_method.media.private`, `shipping_method.media`.`thumbnails_ro` as `shipping_method.media.thumbnailsRo`, `shipping_method.media`.`created_at` as `shipping_method.media.createdAt`, `shipping_method.media`.`updated_at` as `shipping_method.media.updatedAt`, `shipping_method.media.translation.title`, COALESCE(`shipping_method.media.translation.title`,`shipping_method.media.translation.title`) as `shipping_method.media.title`, `shipping_method.media.translation.alt`, COALESCE(`shipping_method.media.translation.alt`,`shipping_method.media.translation.alt`) as `shipping_method.media.alt`, `shipping_method.media.translation.customFields`, COALESCE(`shipping_method.media.translation.customFields`,`shipping_method.media.translation.customFields`) as `shipping_method.media.customFields`, `shipping_method.media.translation.createdAt`, `shipping_method.media.translation.updatedAt`, `shipping_method.media.translation.mediaId`, `shipping_method.media.translation.languageId`, `shipping_method.translation.name`, COALESCE(`shipping_method.translation.name`,`shipping_method.translation.name`) as `shipping_method.name`, `shipping_method.translation.description`, COALESCE(`shipping_method.translation.description`,`shipping_method.translation.description`) as `shipping_method.description`, `shipping_method.translation.trackingUrl`, COALESCE(`shipping_method.translation.trackingUrl`,`shipping_method.translation.trackingUrl`) as `shipping_method.trackingUrl`, `shipping_method.translation.customFields`, COALESCE(`shipping_method.translation.customFields`,`shipping_method.translation.customFields`) as `shipping_method.customFields`, `shipping_method.translation.createdAt`, `shipping_method.translation.updatedAt`, `shipping_method.translation.shippingMethodId`, `shipping_method.translation.languageId` FROM `shipping_method` LEFT JOIN (SELECT `shipping_method.translation`.shipping_method_id, `shipping_method.translation`.name as `shipping_method.translation.name`, `shipping_method.translation`.description as `shipping_method.translation.description`, `shipping_method.translation`.tracking_url as `shipping_method.translation.trackingUrl`, `shipping_method.translation`.custom_fields as `shipping_method.translation.customFields`, `shipping_method.translation`.created_at as `shipping_method.translation.createdAt`, `shipping_method.translation`.updated_at as `shipping_method.translation.updatedAt`, `shipping_method.translation`.shipping_method_id as `shipping_method.translation.shippingMethodId`, `shipping_method.translation`.language_id as `shipping_method.translation.languageId` FROM `shipping_method_translation` `shipping_method.translation` WHERE `shipping_method.translation`.language_id = :languageId) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation`.`shipping_method_id` = `shipping_method`.`id` LEFT JOIN `delivery_time` `shipping_method.deliveryTime` ON `shipping_method`.`delivery_time_id` = `shipping_method.deliveryTime`.`id` LEFT JOIN `media` `shipping_method.media` ON `shipping_method`.`media_id` = `shipping_method.media`.`id` LEFT JOIN (SELECT `shipping_method.deliveryTime.translation`.delivery_time_id, `shipping_method.deliveryTime.translation`.name as `shipping_method.deliveryTime.translation.name`, `shipping_method.deliveryTime.translation`.custom_fields as `shipping_method.deliveryTime.translation.customFields`, `shipping_method.deliveryTime.translation`.created_at as `shipping_method.deliveryTime.translation.createdAt`, `shipping_method.deliveryTime.translation`.updated_at as `shipping_method.deliveryTime.translation.updatedAt`, `shipping_method.deliveryTime.translation`.delivery_time_id as `shipping_method.deliveryTime.translation.deliveryTimeId`, `shipping_method.deliveryTime.translation`.language_id as `shipping_method.deliveryTime.translation.languageId` FROM `delivery_time_translation` `shipping_method.deliveryTime.translation` WHERE `shipping_method.deliveryTime.translation`.language_id = :languageId) `shipping_method.deliveryTime.delivery_time_translation` ON `shipping_method.deliveryTime.delivery_time_translation`.`delivery_time_id` = `shipping_method.deliveryTime`.`id` LEFT JOIN (SELECT `shipping_method.media.translation`.media_id, `shipping_method.media.translation`.title as `shipping_method.media.translation.title`, `shipping_method.media.translation`.alt as `shipping_method.media.translation.alt`, `shipping_method.media.translation`.custom_fields as `shipping_method.media.translation.customFields`, `shipping_method.media.translation`.created_at as `shipping_method.media.translation.createdAt`, `shipping_method.media.translation`.updated_at as `shipping_method.media.translation.updatedAt`, `shipping_method.media.translation`.media_id as `shipping_method.media.translation.mediaId`, `shipping_method.media.translation`.language_id as `shipping_method.media.translation.languageId` FROM `media_translation` `shipping_method.media.translation` WHERE `shipping_method.media.translation`.language_id = :languageId) `shipping_method.media.media_translation` ON `shipping_method.media.media_translation`.`media_id` = `shipping_method.media`.`id` WHERE `shipping_method`.`id` IN (:ids)
SELECT
`shipping_method`.`id` as `shipping_method.id`,
`shipping_method`.`active` as `shipping_method.active`,
`shipping_method`.`position` as `shipping_method.position`,
`shipping_method`.`availability_rule_id` as `shipping_method.availabilityRuleId`,
`shipping_method`.`media_id` as `shipping_method.mediaId`,
`shipping_method`.`delivery_time_id` as `shipping_method.deliveryTimeId`,
`shipping_method`.`tax_type` as `shipping_method.taxType`,
`shipping_method`.`tax_id` as `shipping_method.taxId`,
`shipping_method.deliveryTime`.`id` as `shipping_method.deliveryTime.id`,
`shipping_method.deliveryTime`.`min` as `shipping_method.deliveryTime.min`,
`shipping_method.deliveryTime`.`max` as `shipping_method.deliveryTime.max`,
`shipping_method.deliveryTime`.`unit` as `shipping_method.deliveryTime.unit`,
`shipping_method.deliveryTime`.`created_at` as `shipping_method.deliveryTime.createdAt`,
`shipping_method.deliveryTime`.`updated_at` as `shipping_method.deliveryTime.updatedAt`,
`shipping_method.deliveryTime.translation.name`,
COALESCE(
`shipping_method.deliveryTime.translation.name`,
`shipping_method.deliveryTime.translation.name`
) as `shipping_method.deliveryTime.name`,
`shipping_method.deliveryTime.translation.customFields`,
COALESCE(
`shipping_method.deliveryTime.translation.customFields`,
`shipping_method.deliveryTime.translation.customFields`
) as `shipping_method.deliveryTime.customFields`,
`shipping_method.deliveryTime.translation.createdAt`,
`shipping_method.deliveryTime.translation.updatedAt`,
`shipping_method.deliveryTime.translation.deliveryTimeId`,
`shipping_method.deliveryTime.translation.languageId`,
`shipping_method`.`created_at` as `shipping_method.createdAt`,
`shipping_method`.`updated_at` as `shipping_method.updatedAt`,
`shipping_method.media`.`id` as `shipping_method.media.id`,
`shipping_method.media`.`user_id` as `shipping_method.media.userId`,
`shipping_method.media`.`media_folder_id` as `shipping_method.media.mediaFolderId`,
`shipping_method.media`.`mime_type` as `shipping_method.media.mimeType`,
`shipping_method.media`.`file_extension` as `shipping_method.media.fileExtension`,
`shipping_method.media`.`uploaded_at` as `shipping_method.media.uploadedAt`,
`shipping_method.media`.`file_name` as `shipping_method.media.fileName`,
`shipping_method.media`.`file_size` as `shipping_method.media.fileSize`,
`shipping_method.media`.`media_type` as `shipping_method.media.mediaTypeRaw`,
`shipping_method.media`.`meta_data` as `shipping_method.media.metaData`,
`shipping_method.media`.`private` as `shipping_method.media.private`,
`shipping_method.media`.`thumbnails_ro` as `shipping_method.media.thumbnailsRo`,
`shipping_method.media`.`created_at` as `shipping_method.media.createdAt`,
`shipping_method.media`.`updated_at` as `shipping_method.media.updatedAt`,
`shipping_method.media.translation.title`,
COALESCE(
`shipping_method.media.translation.title`,
`shipping_method.media.translation.title`
) as `shipping_method.media.title`,
`shipping_method.media.translation.alt`,
COALESCE(
`shipping_method.media.translation.alt`,
`shipping_method.media.translation.alt`
) as `shipping_method.media.alt`,
`shipping_method.media.translation.customFields`,
COALESCE(
`shipping_method.media.translation.customFields`,
`shipping_method.media.translation.customFields`
) as `shipping_method.media.customFields`,
`shipping_method.media.translation.createdAt`,
`shipping_method.media.translation.updatedAt`,
`shipping_method.media.translation.mediaId`,
`shipping_method.media.translation.languageId`,
`shipping_method.translation.name`,
COALESCE(
`shipping_method.translation.name`,
`shipping_method.translation.name`
) as `shipping_method.name`,
`shipping_method.translation.description`,
COALESCE(
`shipping_method.translation.description`,
`shipping_method.translation.description`
) as `shipping_method.description`,
`shipping_method.translation.trackingUrl`,
COALESCE(
`shipping_method.translation.trackingUrl`,
`shipping_method.translation.trackingUrl`
) as `shipping_method.trackingUrl`,
`shipping_method.translation.customFields`,
COALESCE(
`shipping_method.translation.customFields`,
`shipping_method.translation.customFields`
) as `shipping_method.customFields`,
`shipping_method.translation.createdAt`,
`shipping_method.translation.updatedAt`,
`shipping_method.translation.shippingMethodId`,
`shipping_method.translation.languageId`
FROM
`shipping_method`
LEFT JOIN (
SELECT
`shipping_method.translation`.shipping_method_id,
`shipping_method.translation`.name as `shipping_method.translation.name`,
`shipping_method.translation`.description as `shipping_method.translation.description`,
`shipping_method.translation`.tracking_url as `shipping_method.translation.trackingUrl`,
`shipping_method.translation`.custom_fields as `shipping_method.translation.customFields`,
`shipping_method.translation`.created_at as `shipping_method.translation.createdAt`,
`shipping_method.translation`.updated_at as `shipping_method.translation.updatedAt`,
`shipping_method.translation`.shipping_method_id as `shipping_method.translation.shippingMethodId`,
`shipping_method.translation`.language_id as `shipping_method.translation.languageId`
FROM
`shipping_method_translation` `shipping_method.translation`
WHERE
`shipping_method.translation`.language_id = : languageId
) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation`.`shipping_method_id` = `shipping_method`.`id`
LEFT JOIN `delivery_time` `shipping_method.deliveryTime` ON `shipping_method`.`delivery_time_id` = `shipping_method.deliveryTime`.`id`
LEFT JOIN `media` `shipping_method.media` ON `shipping_method`.`media_id` = `shipping_method.media`.`id`
LEFT JOIN (
SELECT
`shipping_method.deliveryTime.translation`.delivery_time_id,
`shipping_method.deliveryTime.translation`.name as `shipping_method.deliveryTime.translation.name`,
`shipping_method.deliveryTime.translation`.custom_fields as `shipping_method.deliveryTime.translation.customFields`,
`shipping_method.deliveryTime.translation`.created_at as `shipping_method.deliveryTime.translation.createdAt`,
`shipping_method.deliveryTime.translation`.updated_at as `shipping_method.deliveryTime.translation.updatedAt`,
`shipping_method.deliveryTime.translation`.delivery_time_id as `shipping_method.deliveryTime.translation.deliveryTimeId`,
`shipping_method.deliveryTime.translation`.language_id as `shipping_method.deliveryTime.translation.languageId`
FROM
`delivery_time_translation` `shipping_method.deliveryTime.translation`
WHERE
`shipping_method.deliveryTime.translation`.language_id = : languageId
) `shipping_method.deliveryTime.delivery_time_translation` ON `shipping_method.deliveryTime.delivery_time_translation`.`delivery_time_id` = `shipping_method.deliveryTime`.`id`
LEFT JOIN (
SELECT
`shipping_method.media.translation`.media_id,
`shipping_method.media.translation`.title as `shipping_method.media.translation.title`,
`shipping_method.media.translation`.alt as `shipping_method.media.translation.alt`,
`shipping_method.media.translation`.custom_fields as `shipping_method.media.translation.customFields`,
`shipping_method.media.translation`.created_at as `shipping_method.media.translation.createdAt`,
`shipping_method.media.translation`.updated_at as `shipping_method.media.translation.updatedAt`,
`shipping_method.media.translation`.media_id as `shipping_method.media.translation.mediaId`,
`shipping_method.media.translation`.language_id as `shipping_method.media.translation.languageId`
FROM
`media_translation` `shipping_method.media.translation`
WHERE
`shipping_method.media.translation`.language_id = : languageId
) `shipping_method.media.media_translation` ON `shipping_method.media.media_translation`.`media_id` = `shipping_method.media`.`id`
WHERE
`shipping_method`.`id` IN (: ids)
SELECT `shipping_method`.`id` as `shipping_method.id`, `shipping_method`.`active` as `shipping_method.active`, `shipping_method`.`position` as `shipping_method.position`, `shipping_method`.`availability_rule_id` as `shipping_method.availabilityRuleId`, `shipping_method`.`media_id` as `shipping_method.mediaId`, `shipping_method`.`delivery_time_id` as `shipping_method.deliveryTimeId`, `shipping_method`.`tax_type` as `shipping_method.taxType`, `shipping_method`.`tax_id` as `shipping_method.taxId`, `shipping_method.deliveryTime`.`id` as `shipping_method.deliveryTime.id`, `shipping_method.deliveryTime`.`min` as `shipping_method.deliveryTime.min`, `shipping_method.deliveryTime`.`max` as `shipping_method.deliveryTime.max`, `shipping_method.deliveryTime`.`unit` as `shipping_method.deliveryTime.unit`, `shipping_method.deliveryTime`.`created_at` as `shipping_method.deliveryTime.createdAt`, `shipping_method.deliveryTime`.`updated_at` as `shipping_method.deliveryTime.updatedAt`, `shipping_method.deliveryTime.translation.name`, COALESCE(`shipping_method.deliveryTime.translation.name`,`shipping_method.deliveryTime.translation.name`) as `shipping_method.deliveryTime.name`, `shipping_method.deliveryTime.translation.customFields`, COALESCE(`shipping_method.deliveryTime.translation.customFields`,`shipping_method.deliveryTime.translation.customFields`) as `shipping_method.deliveryTime.customFields`, `shipping_method.deliveryTime.translation.createdAt`, `shipping_method.deliveryTime.translation.updatedAt`, `shipping_method.deliveryTime.translation.deliveryTimeId`, `shipping_method.deliveryTime.translation.languageId`, `shipping_method`.`created_at` as `shipping_method.createdAt`, `shipping_method`.`updated_at` as `shipping_method.updatedAt`, `shipping_method.media`.`id` as `shipping_method.media.id`, `shipping_method.media`.`user_id` as `shipping_method.media.userId`, `shipping_method.media`.`media_folder_id` as `shipping_method.media.mediaFolderId`, `shipping_method.media`.`mime_type` as `shipping_method.media.mimeType`, `shipping_method.media`.`file_extension` as `shipping_method.media.fileExtension`, `shipping_method.media`.`uploaded_at` as `shipping_method.media.uploadedAt`, `shipping_method.media`.`file_name` as `shipping_method.media.fileName`, `shipping_method.media`.`file_size` as `shipping_method.media.fileSize`, `shipping_method.media`.`media_type` as `shipping_method.media.mediaTypeRaw`, `shipping_method.media`.`meta_data` as `shipping_method.media.metaData`, `shipping_method.media`.`private` as `shipping_method.media.private`, `shipping_method.media`.`thumbnails_ro` as `shipping_method.media.thumbnailsRo`, `shipping_method.media`.`created_at` as `shipping_method.media.createdAt`, `shipping_method.media`.`updated_at` as `shipping_method.media.updatedAt`, `shipping_method.media.translation.title`, COALESCE(`shipping_method.media.translation.title`,`shipping_method.media.translation.title`) as `shipping_method.media.title`, `shipping_method.media.translation.alt`, COALESCE(`shipping_method.media.translation.alt`,`shipping_method.media.translation.alt`) as `shipping_method.media.alt`, `shipping_method.media.translation.customFields`, COALESCE(`shipping_method.media.translation.customFields`,`shipping_method.media.translation.customFields`) as `shipping_method.media.customFields`, `shipping_method.media.translation.createdAt`, `shipping_method.media.translation.updatedAt`, `shipping_method.media.translation.mediaId`, `shipping_method.media.translation.languageId`, `shipping_method.translation.name`, COALESCE(`shipping_method.translation.name`,`shipping_method.translation.name`) as `shipping_method.name`, `shipping_method.translation.description`, COALESCE(`shipping_method.translation.description`,`shipping_method.translation.description`) as `shipping_method.description`, `shipping_method.translation.trackingUrl`, COALESCE(`shipping_method.translation.trackingUrl`,`shipping_method.translation.trackingUrl`) as `shipping_method.trackingUrl`, `shipping_method.translation.customFields`, COALESCE(`shipping_method.translation.customFields`,`shipping_method.translation.customFields`) as `shipping_method.customFields`, `shipping_method.translation.createdAt`, `shipping_method.translation.updatedAt`, `shipping_method.translation.shippingMethodId`, `shipping_method.translation.languageId` FROM `shipping_method` LEFT JOIN (SELECT `shipping_method.translation`.shipping_method_id, `shipping_method.translation`.name as `shipping_method.translation.name`, `shipping_method.translation`.description as `shipping_method.translation.description`, `shipping_method.translation`.tracking_url as `shipping_method.translation.trackingUrl`, `shipping_method.translation`.custom_fields as `shipping_method.translation.customFields`, `shipping_method.translation`.created_at as `shipping_method.translation.createdAt`, `shipping_method.translation`.updated_at as `shipping_method.translation.updatedAt`, `shipping_method.translation`.shipping_method_id as `shipping_method.translation.shippingMethodId`, `shipping_method.translation`.language_id as `shipping_method.translation.languageId` FROM `shipping_method_translation` `shipping_method.translation` WHERE `shipping_method.translation`.language_id = 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 (0xB02ADD34335A43ABB493A91D113C5819, 0xC59D328118104ED780BF3B37C7EA00F4, 0xD8550DDAA3BD482E8C12A5BA40415274, 0x3283BF0205EF46E1815625FE87D8F06D);
array:34 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 212)"
2 => "Doctrine\DBAL\Query\QueryBuilder::execute (line 296)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetch (line 131)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 83)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::read (line 177)"
6 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::read (line 118)"
7 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::search (line 90)"
8 => "Shopware\Core\Checkout\Shipping\SalesChannel\ShippingMethodRoute::load (line 122)"
9 => "Shopware\Core\Checkout\Shipping\SalesChannel\CachedShippingMethodRoute::Shopware\Core\Checkout\Shipping\SalesChannel\{closure} (line 328)"
10 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 39)"
11 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 99)"
12 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 40)"
13 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 43)"
14 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 41)"
15 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 37)"
16 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 54)"
17 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 38)"
18 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 123)"
19 => "Shopware\Core\Checkout\Shipping\SalesChannel\CachedShippingMethodRoute::Shopware\Core\Checkout\Shipping\SalesChannel\{closure} (line 70)"
20 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 33)"
21 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 128)"
22 => "Shopware\Core\Checkout\Shipping\SalesChannel\CachedShippingMethodRoute::load (line 73)"
23 => "Shopware\Core\Checkout\Shipping\SalesChannel\SortedShippingMethodRoute::load (line 106)"
24 => "Shopware\Storefront\Page\GenericPageLoader::Shopware\Storefront\Page\{closure} (line 57)"
25 => "Shopware\Core\Profiling\Profiler::trace (line 135)"
26 => "Shopware\Storefront\Page\GenericPageLoader::load (line 58)"
27 => "Shopware\Storefront\Page\Checkout\Cart\CheckoutCartPageLoader::load (line 98)"
28 => "Shopware\Storefront\Controller\CheckoutController::cartPage (line 152)"
29 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 74)"
30 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
31 => "Symfony\Component\HttpKernel\Kernel::handle (line 153)"
32 => "Shopware\Core\HttpKernel::doHandle (line 79)"
33 => "Shopware\Core\HttpKernel::handle (line 48)"
]
|
45 |
0.39 ms |
SELECT `payment_method`.`id` FROM `payment_method` LEFT JOIN `sales_channel_payment_method` `payment_method.salesChannels.mapping` ON `payment_method`.`id` = `payment_method.salesChannels.mapping`.`payment_method_id` LEFT JOIN `sales_channel` `payment_method.salesChannels` ON `payment_method.salesChannels.mapping`.`sales_channel_id` = `payment_method.salesChannels`.`id` WHERE (`payment_method`.`active` = :param_6382cb5d060e4a2c9871fa4bd2867c20 AND `payment_method.salesChannels`.`id` = :param_f2f2ff8389764ca28359260590575b28) GROUP BY `payment_method`.`id` ORDER BY MIN(`payment_method`.`position`) ASC
SELECT `payment_method`.`id` FROM `payment_method` LEFT JOIN `sales_channel_payment_method` `payment_method.salesChannels.mapping` ON `payment_method`.`id` = `payment_method.salesChannels.mapping`.`payment_method_id` LEFT JOIN `sales_channel` `payment_method.salesChannels` ON `payment_method.salesChannels.mapping`.`sales_channel_id` = `payment_method.salesChannels`.`id` WHERE (`payment_method`.`active` = 1 AND `payment_method.salesChannels`.`id` = 0x79524D2C18DE48BC9032D43A03293AEB) GROUP BY `payment_method`.`id` ORDER BY MIN(`payment_method`.`position`) ASC;
array:33 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 212)"
2 => "Doctrine\DBAL\Query\QueryBuilder::execute (line 86)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntitySearcher::search (line 57)"
4 => "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher::search (line 198)"
5 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::doSearch (line 108)"
6 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::search (line 79)"
7 => "Shopware\Core\Checkout\Payment\SalesChannel\PaymentMethodRoute::load (line 118)"
8 => "Shopware\Core\Checkout\Payment\SalesChannel\CachedPaymentMethodRoute::Shopware\Core\Checkout\Payment\SalesChannel\{closure} (line 328)"
9 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 39)"
10 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 99)"
11 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 40)"
12 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 43)"
13 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 41)"
14 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 37)"
15 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 54)"
16 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 38)"
17 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 119)"
18 => "Shopware\Core\Checkout\Payment\SalesChannel\CachedPaymentMethodRoute::Shopware\Core\Checkout\Payment\SalesChannel\{closure} (line 70)"
19 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 33)"
20 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 124)"
21 => "Shopware\Core\Checkout\Payment\SalesChannel\CachedPaymentMethodRoute::load (line 72)"
22 => "Shopware\Core\Checkout\Payment\SalesChannel\SortedPaymentMethodRoute::load (line 118)"
23 => "Shopware\Storefront\Page\GenericPageLoader::Shopware\Storefront\Page\{closure} (line 57)"
24 => "Shopware\Core\Profiling\Profiler::trace (line 135)"
25 => "Shopware\Storefront\Page\GenericPageLoader::load (line 58)"
26 => "Shopware\Storefront\Page\Checkout\Cart\CheckoutCartPageLoader::load (line 98)"
27 => "Shopware\Storefront\Controller\CheckoutController::cartPage (line 152)"
28 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 74)"
29 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
30 => "Symfony\Component\HttpKernel\Kernel::handle (line 153)"
31 => "Shopware\Core\HttpKernel::doHandle (line 79)"
32 => "Shopware\Core\HttpKernel::handle (line 48)"
]
|
46 |
3.26 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.appPaymentMethod`.`id` as `payment_method.appPaymentMethod.id`, `payment_method.appPaymentMethod`.`app_name` as `payment_method.appPaymentMethod.appName`, `payment_method.appPaymentMethod`.`identifier` as `payment_method.appPaymentMethod.identifier`, `payment_method.appPaymentMethod`.`pay_url` as `payment_method.appPaymentMethod.payUrl`, `payment_method.appPaymentMethod`.`finalize_url` as `payment_method.appPaymentMethod.finalizeUrl`, `payment_method.appPaymentMethod`.`validate_url` as `payment_method.appPaymentMethod.validateUrl`, `payment_method.appPaymentMethod`.`capture_url` as `payment_method.appPaymentMethod.captureUrl`, `payment_method.appPaymentMethod`.`app_id` as `payment_method.appPaymentMethod.appId`, `payment_method.appPaymentMethod`.`original_media_id` as `payment_method.appPaymentMethod.originalMediaId`, `payment_method.appPaymentMethod`.`payment_method_id` as `payment_method.appPaymentMethod.paymentMethodId`, `payment_method.appPaymentMethod`.`created_at` as `payment_method.appPaymentMethod.createdAt`, `payment_method.appPaymentMethod`.`updated_at` as `payment_method.appPaymentMethod.updatedAt`, `payment_method`.`created_at` as `payment_method.createdAt`, `payment_method`.`updated_at` as `payment_method.updatedAt`, `payment_method.media`.`id` as `payment_method.media.id`, `payment_method.media`.`user_id` as `payment_method.media.userId`, `payment_method.media`.`media_folder_id` as `payment_method.media.mediaFolderId`, `payment_method.media`.`mime_type` as `payment_method.media.mimeType`, `payment_method.media`.`file_extension` as `payment_method.media.fileExtension`, `payment_method.media`.`uploaded_at` as `payment_method.media.uploadedAt`, `payment_method.media`.`file_name` as `payment_method.media.fileName`, `payment_method.media`.`file_size` as `payment_method.media.fileSize`, `payment_method.media`.`media_type` as `payment_method.media.mediaTypeRaw`, `payment_method.media`.`meta_data` as `payment_method.media.metaData`, `payment_method.media`.`private` as `payment_method.media.private`, `payment_method.media`.`thumbnails_ro` as `payment_method.media.thumbnailsRo`, `payment_method.media`.`created_at` as `payment_method.media.createdAt`, `payment_method.media`.`updated_at` as `payment_method.media.updatedAt`, `payment_method.media.translation.title`, COALESCE(`payment_method.media.translation.title`,`payment_method.media.translation.title`) as `payment_method.media.title`, `payment_method.media.translation.alt`, COALESCE(`payment_method.media.translation.alt`,`payment_method.media.translation.alt`) as `payment_method.media.alt`, `payment_method.media.translation.customFields`, COALESCE(`payment_method.media.translation.customFields`,`payment_method.media.translation.customFields`) as `payment_method.media.customFields`, `payment_method.media.translation.createdAt`, `payment_method.media.translation.updatedAt`, `payment_method.media.translation.mediaId`, `payment_method.media.translation.languageId`, `payment_method.translation.name`, COALESCE(`payment_method.translation.name`,`payment_method.translation.name`) as `payment_method.name`, `payment_method.translation.distinguishableName`, COALESCE(`payment_method.translation.distinguishableName`,`payment_method.translation.distinguishableName`) as `payment_method.distinguishableName`, `payment_method.translation.description`, COALESCE(`payment_method.translation.description`,`payment_method.translation.description`) as `payment_method.description`, `payment_method.translation.customFields`, COALESCE(`payment_method.translation.customFields`,`payment_method.translation.customFields`) as `payment_method.customFields`, `payment_method.translation.createdAt`, `payment_method.translation.updatedAt`, `payment_method.translation.paymentMethodId`, `payment_method.translation.languageId` FROM `payment_method` LEFT JOIN (SELECT `payment_method.translation`.payment_method_id, `payment_method.translation`.name as `payment_method.translation.name`, `payment_method.translation`.distinguishable_name as `payment_method.translation.distinguishableName`, `payment_method.translation`.description as `payment_method.translation.description`, `payment_method.translation`.custom_fields as `payment_method.translation.customFields`, `payment_method.translation`.created_at as `payment_method.translation.createdAt`, `payment_method.translation`.updated_at as `payment_method.translation.updatedAt`, `payment_method.translation`.payment_method_id as `payment_method.translation.paymentMethodId`, `payment_method.translation`.language_id as `payment_method.translation.languageId` FROM `payment_method_translation` `payment_method.translation` WHERE `payment_method.translation`.language_id = :languageId) `payment_method.payment_method_translation` ON `payment_method.payment_method_translation`.`payment_method_id` = `payment_method`.`id` LEFT JOIN `app_payment_method` `payment_method.appPaymentMethod` ON `payment_method`.`id` = `payment_method.appPaymentMethod`.`payment_method_id` LEFT JOIN `media` `payment_method.media` ON `payment_method`.`media_id` = `payment_method.media`.`id` LEFT JOIN (SELECT `payment_method.media.translation`.media_id, `payment_method.media.translation`.title as `payment_method.media.translation.title`, `payment_method.media.translation`.alt as `payment_method.media.translation.alt`, `payment_method.media.translation`.custom_fields as `payment_method.media.translation.customFields`, `payment_method.media.translation`.created_at as `payment_method.media.translation.createdAt`, `payment_method.media.translation`.updated_at as `payment_method.media.translation.updatedAt`, `payment_method.media.translation`.media_id as `payment_method.media.translation.mediaId`, `payment_method.media.translation`.language_id as `payment_method.media.translation.languageId` FROM `media_translation` `payment_method.media.translation` WHERE `payment_method.media.translation`.language_id = :languageId) `payment_method.media.media_translation` ON `payment_method.media.media_translation`.`media_id` = `payment_method.media`.`id` WHERE `payment_method`.`id` IN (:ids)
SELECT
`payment_method`.`id` as `payment_method.id`,
`payment_method`.`plugin_id` as `payment_method.pluginId`,
`payment_method`.`handler_identifier` as `payment_method.handlerIdentifier`,
`payment_method`.`position` as `payment_method.position`,
`payment_method`.`active` as `payment_method.active`,
`payment_method`.`after_order_enabled` as `payment_method.afterOrderEnabled`,
`payment_method`.`availability_rule_id` as `payment_method.availabilityRuleId`,
`payment_method`.`media_id` as `payment_method.mediaId`,
`payment_method.appPaymentMethod`.`id` as `payment_method.appPaymentMethod.id`,
`payment_method.appPaymentMethod`.`app_name` as `payment_method.appPaymentMethod.appName`,
`payment_method.appPaymentMethod`.`identifier` as `payment_method.appPaymentMethod.identifier`,
`payment_method.appPaymentMethod`.`pay_url` as `payment_method.appPaymentMethod.payUrl`,
`payment_method.appPaymentMethod`.`finalize_url` as `payment_method.appPaymentMethod.finalizeUrl`,
`payment_method.appPaymentMethod`.`validate_url` as `payment_method.appPaymentMethod.validateUrl`,
`payment_method.appPaymentMethod`.`capture_url` as `payment_method.appPaymentMethod.captureUrl`,
`payment_method.appPaymentMethod`.`app_id` as `payment_method.appPaymentMethod.appId`,
`payment_method.appPaymentMethod`.`original_media_id` as `payment_method.appPaymentMethod.originalMediaId`,
`payment_method.appPaymentMethod`.`payment_method_id` as `payment_method.appPaymentMethod.paymentMethodId`,
`payment_method.appPaymentMethod`.`created_at` as `payment_method.appPaymentMethod.createdAt`,
`payment_method.appPaymentMethod`.`updated_at` as `payment_method.appPaymentMethod.updatedAt`,
`payment_method`.`created_at` as `payment_method.createdAt`,
`payment_method`.`updated_at` as `payment_method.updatedAt`,
`payment_method.media`.`id` as `payment_method.media.id`,
`payment_method.media`.`user_id` as `payment_method.media.userId`,
`payment_method.media`.`media_folder_id` as `payment_method.media.mediaFolderId`,
`payment_method.media`.`mime_type` as `payment_method.media.mimeType`,
`payment_method.media`.`file_extension` as `payment_method.media.fileExtension`,
`payment_method.media`.`uploaded_at` as `payment_method.media.uploadedAt`,
`payment_method.media`.`file_name` as `payment_method.media.fileName`,
`payment_method.media`.`file_size` as `payment_method.media.fileSize`,
`payment_method.media`.`media_type` as `payment_method.media.mediaTypeRaw`,
`payment_method.media`.`meta_data` as `payment_method.media.metaData`,
`payment_method.media`.`private` as `payment_method.media.private`,
`payment_method.media`.`thumbnails_ro` as `payment_method.media.thumbnailsRo`,
`payment_method.media`.`created_at` as `payment_method.media.createdAt`,
`payment_method.media`.`updated_at` as `payment_method.media.updatedAt`,
`payment_method.media.translation.title`,
COALESCE(
`payment_method.media.translation.title`,
`payment_method.media.translation.title`
) as `payment_method.media.title`,
`payment_method.media.translation.alt`,
COALESCE(
`payment_method.media.translation.alt`,
`payment_method.media.translation.alt`
) as `payment_method.media.alt`,
`payment_method.media.translation.customFields`,
COALESCE(
`payment_method.media.translation.customFields`,
`payment_method.media.translation.customFields`
) as `payment_method.media.customFields`,
`payment_method.media.translation.createdAt`,
`payment_method.media.translation.updatedAt`,
`payment_method.media.translation.mediaId`,
`payment_method.media.translation.languageId`,
`payment_method.translation.name`,
COALESCE(
`payment_method.translation.name`,
`payment_method.translation.name`
) as `payment_method.name`,
`payment_method.translation.distinguishableName`,
COALESCE(
`payment_method.translation.distinguishableName`,
`payment_method.translation.distinguishableName`
) as `payment_method.distinguishableName`,
`payment_method.translation.description`,
COALESCE(
`payment_method.translation.description`,
`payment_method.translation.description`
) as `payment_method.description`,
`payment_method.translation.customFields`,
COALESCE(
`payment_method.translation.customFields`,
`payment_method.translation.customFields`
) as `payment_method.customFields`,
`payment_method.translation.createdAt`,
`payment_method.translation.updatedAt`,
`payment_method.translation.paymentMethodId`,
`payment_method.translation.languageId`
FROM
`payment_method`
LEFT JOIN (
SELECT
`payment_method.translation`.payment_method_id,
`payment_method.translation`.name as `payment_method.translation.name`,
`payment_method.translation`.distinguishable_name as `payment_method.translation.distinguishableName`,
`payment_method.translation`.description as `payment_method.translation.description`,
`payment_method.translation`.custom_fields as `payment_method.translation.customFields`,
`payment_method.translation`.created_at as `payment_method.translation.createdAt`,
`payment_method.translation`.updated_at as `payment_method.translation.updatedAt`,
`payment_method.translation`.payment_method_id as `payment_method.translation.paymentMethodId`,
`payment_method.translation`.language_id as `payment_method.translation.languageId`
FROM
`payment_method_translation` `payment_method.translation`
WHERE
`payment_method.translation`.language_id = : languageId
) `payment_method.payment_method_translation` ON `payment_method.payment_method_translation`.`payment_method_id` = `payment_method`.`id`
LEFT JOIN `app_payment_method` `payment_method.appPaymentMethod` ON `payment_method`.`id` = `payment_method.appPaymentMethod`.`payment_method_id`
LEFT JOIN `media` `payment_method.media` ON `payment_method`.`media_id` = `payment_method.media`.`id`
LEFT JOIN (
SELECT
`payment_method.media.translation`.media_id,
`payment_method.media.translation`.title as `payment_method.media.translation.title`,
`payment_method.media.translation`.alt as `payment_method.media.translation.alt`,
`payment_method.media.translation`.custom_fields as `payment_method.media.translation.customFields`,
`payment_method.media.translation`.created_at as `payment_method.media.translation.createdAt`,
`payment_method.media.translation`.updated_at as `payment_method.media.translation.updatedAt`,
`payment_method.media.translation`.media_id as `payment_method.media.translation.mediaId`,
`payment_method.media.translation`.language_id as `payment_method.media.translation.languageId`
FROM
`media_translation` `payment_method.media.translation`
WHERE
`payment_method.media.translation`.language_id = : languageId
) `payment_method.media.media_translation` ON `payment_method.media.media_translation`.`media_id` = `payment_method.media`.`id`
WHERE
`payment_method`.`id` IN (: ids)
SELECT `payment_method`.`id` as `payment_method.id`, `payment_method`.`plugin_id` as `payment_method.pluginId`, `payment_method`.`handler_identifier` as `payment_method.handlerIdentifier`, `payment_method`.`position` as `payment_method.position`, `payment_method`.`active` as `payment_method.active`, `payment_method`.`after_order_enabled` as `payment_method.afterOrderEnabled`, `payment_method`.`availability_rule_id` as `payment_method.availabilityRuleId`, `payment_method`.`media_id` as `payment_method.mediaId`, `payment_method.appPaymentMethod`.`id` as `payment_method.appPaymentMethod.id`, `payment_method.appPaymentMethod`.`app_name` as `payment_method.appPaymentMethod.appName`, `payment_method.appPaymentMethod`.`identifier` as `payment_method.appPaymentMethod.identifier`, `payment_method.appPaymentMethod`.`pay_url` as `payment_method.appPaymentMethod.payUrl`, `payment_method.appPaymentMethod`.`finalize_url` as `payment_method.appPaymentMethod.finalizeUrl`, `payment_method.appPaymentMethod`.`validate_url` as `payment_method.appPaymentMethod.validateUrl`, `payment_method.appPaymentMethod`.`capture_url` as `payment_method.appPaymentMethod.captureUrl`, `payment_method.appPaymentMethod`.`app_id` as `payment_method.appPaymentMethod.appId`, `payment_method.appPaymentMethod`.`original_media_id` as `payment_method.appPaymentMethod.originalMediaId`, `payment_method.appPaymentMethod`.`payment_method_id` as `payment_method.appPaymentMethod.paymentMethodId`, `payment_method.appPaymentMethod`.`created_at` as `payment_method.appPaymentMethod.createdAt`, `payment_method.appPaymentMethod`.`updated_at` as `payment_method.appPaymentMethod.updatedAt`, `payment_method`.`created_at` as `payment_method.createdAt`, `payment_method`.`updated_at` as `payment_method.updatedAt`, `payment_method.media`.`id` as `payment_method.media.id`, `payment_method.media`.`user_id` as `payment_method.media.userId`, `payment_method.media`.`media_folder_id` as `payment_method.media.mediaFolderId`, `payment_method.media`.`mime_type` as `payment_method.media.mimeType`, `payment_method.media`.`file_extension` as `payment_method.media.fileExtension`, `payment_method.media`.`uploaded_at` as `payment_method.media.uploadedAt`, `payment_method.media`.`file_name` as `payment_method.media.fileName`, `payment_method.media`.`file_size` as `payment_method.media.fileSize`, `payment_method.media`.`media_type` as `payment_method.media.mediaTypeRaw`, `payment_method.media`.`meta_data` as `payment_method.media.metaData`, `payment_method.media`.`private` as `payment_method.media.private`, `payment_method.media`.`thumbnails_ro` as `payment_method.media.thumbnailsRo`, `payment_method.media`.`created_at` as `payment_method.media.createdAt`, `payment_method.media`.`updated_at` as `payment_method.media.updatedAt`, `payment_method.media.translation.title`, COALESCE(`payment_method.media.translation.title`,`payment_method.media.translation.title`) as `payment_method.media.title`, `payment_method.media.translation.alt`, COALESCE(`payment_method.media.translation.alt`,`payment_method.media.translation.alt`) as `payment_method.media.alt`, `payment_method.media.translation.customFields`, COALESCE(`payment_method.media.translation.customFields`,`payment_method.media.translation.customFields`) as `payment_method.media.customFields`, `payment_method.media.translation.createdAt`, `payment_method.media.translation.updatedAt`, `payment_method.media.translation.mediaId`, `payment_method.media.translation.languageId`, `payment_method.translation.name`, COALESCE(`payment_method.translation.name`,`payment_method.translation.name`) as `payment_method.name`, `payment_method.translation.distinguishableName`, COALESCE(`payment_method.translation.distinguishableName`,`payment_method.translation.distinguishableName`) as `payment_method.distinguishableName`, `payment_method.translation.description`, COALESCE(`payment_method.translation.description`,`payment_method.translation.description`) as `payment_method.description`, `payment_method.translation.customFields`, COALESCE(`payment_method.translation.customFields`,`payment_method.translation.customFields`) as `payment_method.customFields`, `payment_method.translation.createdAt`, `payment_method.translation.updatedAt`, `payment_method.translation.paymentMethodId`, `payment_method.translation.languageId` FROM `payment_method` LEFT JOIN (SELECT `payment_method.translation`.payment_method_id, `payment_method.translation`.name as `payment_method.translation.name`, `payment_method.translation`.distinguishable_name as `payment_method.translation.distinguishableName`, `payment_method.translation`.description as `payment_method.translation.description`, `payment_method.translation`.custom_fields as `payment_method.translation.customFields`, `payment_method.translation`.created_at as `payment_method.translation.createdAt`, `payment_method.translation`.updated_at as `payment_method.translation.updatedAt`, `payment_method.translation`.payment_method_id as `payment_method.translation.paymentMethodId`, `payment_method.translation`.language_id as `payment_method.translation.languageId` FROM `payment_method_translation` `payment_method.translation` WHERE `payment_method.translation`.language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B) `payment_method.payment_method_translation` ON `payment_method.payment_method_translation`.`payment_method_id` = `payment_method`.`id` LEFT JOIN `app_payment_method` `payment_method.appPaymentMethod` ON `payment_method`.`id` = `payment_method.appPaymentMethod`.`payment_method_id` LEFT JOIN `media` `payment_method.media` ON `payment_method`.`media_id` = `payment_method.media`.`id` LEFT JOIN (SELECT `payment_method.media.translation`.media_id, `payment_method.media.translation`.title as `payment_method.media.translation.title`, `payment_method.media.translation`.alt as `payment_method.media.translation.alt`, `payment_method.media.translation`.custom_fields as `payment_method.media.translation.customFields`, `payment_method.media.translation`.created_at as `payment_method.media.translation.createdAt`, `payment_method.media.translation`.updated_at as `payment_method.media.translation.updatedAt`, `payment_method.media.translation`.media_id as `payment_method.media.translation.mediaId`, `payment_method.media.translation`.language_id as `payment_method.media.translation.languageId` FROM `media_translation` `payment_method.media.translation` WHERE `payment_method.media.translation`.language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B) `payment_method.media.media_translation` ON `payment_method.media.media_translation`.`media_id` = `payment_method.media`.`id` WHERE `payment_method`.`id` IN (0xA89E6932B08C40D18900295A7957E88A, 0x85AD88937A014725AA4B7096B1E31FA2, 0xC235A4D4F11A4940908915DACE639D44);
array:34 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 212)"
2 => "Doctrine\DBAL\Query\QueryBuilder::execute (line 296)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetch (line 131)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 83)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::read (line 177)"
6 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::read (line 118)"
7 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::search (line 79)"
8 => "Shopware\Core\Checkout\Payment\SalesChannel\PaymentMethodRoute::load (line 118)"
9 => "Shopware\Core\Checkout\Payment\SalesChannel\CachedPaymentMethodRoute::Shopware\Core\Checkout\Payment\SalesChannel\{closure} (line 328)"
10 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 39)"
11 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 99)"
12 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 40)"
13 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 43)"
14 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 41)"
15 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 37)"
16 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 54)"
17 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 38)"
18 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 119)"
19 => "Shopware\Core\Checkout\Payment\SalesChannel\CachedPaymentMethodRoute::Shopware\Core\Checkout\Payment\SalesChannel\{closure} (line 70)"
20 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 33)"
21 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 124)"
22 => "Shopware\Core\Checkout\Payment\SalesChannel\CachedPaymentMethodRoute::load (line 72)"
23 => "Shopware\Core\Checkout\Payment\SalesChannel\SortedPaymentMethodRoute::load (line 118)"
24 => "Shopware\Storefront\Page\GenericPageLoader::Shopware\Storefront\Page\{closure} (line 57)"
25 => "Shopware\Core\Profiling\Profiler::trace (line 135)"
26 => "Shopware\Storefront\Page\GenericPageLoader::load (line 58)"
27 => "Shopware\Storefront\Page\Checkout\Cart\CheckoutCartPageLoader::load (line 98)"
28 => "Shopware\Storefront\Controller\CheckoutController::cartPage (line 152)"
29 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 74)"
30 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
31 => "Symfony\Component\HttpKernel\Kernel::handle (line 153)"
32 => "Shopware\Core\HttpKernel::doHandle (line 79)"
33 => "Shopware\Core\HttpKernel::handle (line 48)"
]
|
47 |
0.27 ms |
SELECT configuration_key, configuration_value FROM system_config WHERE sales_channel_id = :salesChannelId OR system_config.sales_channel_id IS NULL ORDER BY sales_channel_id ASC
SELECT configuration_key, configuration_value FROM system_config WHERE sales_channel_id = 0x79524D2C18DE48BC9032D43A03293AEB OR system_config.sales_channel_id IS NULL ORDER BY sales_channel_id ASC;
array:21 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 212)"
2 => "Doctrine\DBAL\Query\QueryBuilder::execute (line 49)"
3 => "Shopware\Core\System\SystemConfig\SystemConfigLoader::load (line 33)"
4 => "Shopware\Core\System\SystemConfig\CachedSystemConfigLoader::Shopware\Core\System\SystemConfig\{closure} (line 70)"
5 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 33)"
6 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 38)"
7 => "Shopware\Core\System\SystemConfig\CachedSystemConfigLoader::load (line 34)"
8 => "Shopware\Core\System\SystemConfig\MemoizedSystemConfigLoader::load (line 71)"
9 => "Shopware\Core\System\SystemConfig\SystemConfigService::get (line 96)"
10 => "Shopware\Core\System\SystemConfig\SystemConfigService::getString (line 127)"
11 => "Shopware\Storefront\Page\GenericPageLoader::Shopware\Storefront\Page\{closure} (line 57)"
12 => "Shopware\Core\Profiling\Profiler::trace (line 135)"
13 => "Shopware\Storefront\Page\GenericPageLoader::load (line 58)"
14 => "Shopware\Storefront\Page\Checkout\Cart\CheckoutCartPageLoader::load (line 98)"
15 => "Shopware\Storefront\Controller\CheckoutController::cartPage (line 152)"
16 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 74)"
17 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
18 => "Symfony\Component\HttpKernel\Kernel::handle (line 153)"
19 => "Shopware\Core\HttpKernel::doHandle (line 79)"
20 => "Shopware\Core\HttpKernel::handle (line 48)"
]
|
48 |
0.81 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.translation.name`, COALESCE(`language.locale.translation.name`,`language.locale.translation.name`) as `language.locale.name`, `language.locale.translation.territory`, COALESCE(`language.locale.translation.territory`,`language.locale.translation.territory`) as `language.locale.territory`, `language.locale.translation.customFields`, COALESCE(`language.locale.translation.customFields`,`language.locale.translation.customFields`) as `language.locale.customFields`, `language.locale.translation.createdAt`, `language.locale.translation.updatedAt`, `language.locale.translation.localeId`, `language.locale.translation.languageId` 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` = :param_49cfc8cfa2dd4dd7938bd61d301627be)
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.translation.name`, COALESCE(`language.locale.translation.name`,`language.locale.translation.name`) as `language.locale.name`, `language.locale.translation.territory`, COALESCE(`language.locale.translation.territory`,`language.locale.translation.territory`) as `language.locale.territory`, `language.locale.translation.customFields`, COALESCE(`language.locale.translation.customFields`,`language.locale.translation.customFields`) as `language.locale.customFields`, `language.locale.translation.createdAt`, `language.locale.translation.updatedAt`, `language.locale.translation.localeId`, `language.locale.translation.languageId` 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` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B);
array:28 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 212)"
2 => "Doctrine\DBAL\Query\QueryBuilder::execute (line 296)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetch (line 131)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 83)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::read (line 226)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::read (line 255)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::_search (line 107)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 100)"
9 => "EconsorSetup\Subscriber\EconsorSetupConfigSubscriber::onPageLoaded (line 117)"
10 => "Symfony\Component\EventDispatcher\Debug\WrappedListener::__invoke (line 230)"
11 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
12 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 51)"
13 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 96)"
14 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 52)"
15 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 32)"
16 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
17 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 131)"
18 => "Shopware\Storefront\Page\GenericPageLoader::Shopware\Storefront\Page\{closure} (line 57)"
19 => "Shopware\Core\Profiling\Profiler::trace (line 135)"
20 => "Shopware\Storefront\Page\GenericPageLoader::load (line 58)"
21 => "Shopware\Storefront\Page\Checkout\Cart\CheckoutCartPageLoader::load (line 98)"
22 => "Shopware\Storefront\Controller\CheckoutController::cartPage (line 152)"
23 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 74)"
24 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
25 => "Symfony\Component\HttpKernel\Kernel::handle (line 153)"
26 => "Shopware\Core\HttpKernel::doHandle (line 79)"
27 => "Shopware\Core\HttpKernel::handle (line 48)"
]
|
49 |
3.31 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`.`active` = :param_90dcff15cf14461d8f584ef1e19de41b AND `country.salesChannels`.`id` = :param_ff16c3761c1f4131a11d973d1d187e34) 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`.`active` = 1 AND `country.salesChannels`.`id` = 0x79524D2C18DE48BC9032D43A03293AEB) GROUP BY `country`.`id`;
array:30 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 212)"
2 => "Doctrine\DBAL\Query\QueryBuilder::execute (line 86)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntitySearcher::search (line 57)"
4 => "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher::search (line 198)"
5 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::doSearch (line 108)"
6 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::search (line 67)"
7 => "Shopware\Core\System\Country\SalesChannel\CountryRoute::load (line 117)"
8 => "Shopware\Core\System\Country\SalesChannel\CachedCountryRoute::Shopware\Core\System\Country\SalesChannel\{closure} (line 328)"
9 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 39)"
10 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 99)"
11 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 40)"
12 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 43)"
13 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 41)"
14 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 37)"
15 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 54)"
16 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 38)"
17 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 118)"
18 => "Shopware\Core\System\Country\SalesChannel\CachedCountryRoute::Shopware\Core\System\Country\SalesChannel\{closure} (line 70)"
19 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 33)"
20 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 123)"
21 => "Shopware\Core\System\Country\SalesChannel\CachedCountryRoute::load (line 107)"
22 => "Shopware\Storefront\Page\Checkout\Cart\CheckoutCartPageLoader::getCountries (line 66)"
23 => "Shopware\Storefront\Page\Checkout\Cart\CheckoutCartPageLoader::load (line 98)"
24 => "Shopware\Storefront\Controller\CheckoutController::cartPage (line 152)"
25 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 74)"
26 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
27 => "Symfony\Component\HttpKernel\Kernel::handle (line 153)"
28 => "Shopware\Core\HttpKernel::doHandle (line 79)"
29 => "Shopware\Core\HttpKernel::handle (line 48)"
]
|
50 |
3.03 ms |
SELECT `country`.`id` as `country.id`, `country`.`iso` as `country.iso`, `country`.`position` as `country.position`, `country`.`active` as `country.active`, `country`.`shipping_available` as `country.shippingAvailable`, `country`.`iso3` as `country.iso3`, `country`.`display_state_in_registration` as `country.displayStateInRegistration`, `country`.`force_state_in_registration` as `country.forceStateInRegistration`, `country`.`company_tax_free` as `country.companyTaxFree`, `country`.`check_vat_id_pattern` as `country.checkVatIdPattern`, `country`.`vat_id_required` as `country.vatIdRequired`, `country`.`tax_free` as `country.taxFree`, `country`.`vat_id_pattern` as `country.vatIdPattern`, `country`.`customer_tax` as `country.customerTax`, `country`.`company_tax` as `country.companyTax`, `country`.`created_at` as `country.createdAt`, `country`.`updated_at` as `country.updatedAt`, `country.translation.name`, COALESCE(`country.translation.name`,`country.translation.name`) as `country.name`, `country.translation.customFields`, COALESCE(`country.translation.customFields`,`country.translation.customFields`) as `country.customFields`, `country.translation.createdAt`, `country.translation.updatedAt`, `country.translation.countryId`, `country.translation.languageId` FROM `country` LEFT JOIN (SELECT `country.translation`.country_id, `country.translation`.name as `country.translation.name`, `country.translation`.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`.`active` as `country.active`, `country`.`shipping_available` as `country.shippingAvailable`, `country`.`iso3` as `country.iso3`, `country`.`display_state_in_registration` as `country.displayStateInRegistration`, `country`.`force_state_in_registration` as `country.forceStateInRegistration`, `country`.`company_tax_free` as `country.companyTaxFree`, `country`.`check_vat_id_pattern` as `country.checkVatIdPattern`, `country`.`vat_id_required` as `country.vatIdRequired`, `country`.`tax_free` as `country.taxFree`, `country`.`vat_id_pattern` as `country.vatIdPattern`, `country`.`customer_tax` as `country.customerTax`, `country`.`company_tax` as `country.companyTax`, `country`.`created_at` as `country.createdAt`, `country`.`updated_at` as `country.updatedAt`, `country.translation.name`, COALESCE(`country.translation.name`,`country.translation.name`) as `country.name`, `country.translation.customFields`, COALESCE(`country.translation.customFields`,`country.translation.customFields`) as `country.customFields`, `country.translation.createdAt`, `country.translation.updatedAt`, `country.translation.countryId`, `country.translation.languageId` FROM `country` LEFT JOIN (SELECT `country.translation`.country_id, `country.translation`.name as `country.translation.name`, `country.translation`.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 (0x01A29CA85CB4431BA2E17D5F5BE46F9A, 0x06172175077B4D3CB65BC1FD91C0B7DB, 0x06368B5540D2497885DF4EE648EB5EEA, 0x063C381407CB4A55B34DE85F0FADF2ED, 0x076C811D995741DEA1F27275FF5D7AA8, 0x0FA1F4E9511F495381BE308AA7C9C4FB, 0x10F6D88D609F4421A2BC07D1B783D914, 0x111A8159CDF643909C1090C9E160C534, 0x111E776EE901476E810D231F0E654D23, 0x12894B7F9FD54113936D2292F8BB0A0D, 0x1306FCEAD6D54C7192CCECBDCF6915B0, 0x13A42224C9374AFCB8FBFDCAA330F614, 0x14C8A00AF93C4986A73B890E9CEF500C, 0x1502437D379047A59C88566C19E03918, 0x15CD354D7D3441F68DD7B1A9E4184049, 0x1671C677BA3B4B1CA61F963A4150834F, 0x1857D8BE4C704AFEB486241B75E10A63, 0x188CD5D152784B1F8EF14F47F59B198A, 0x1904EAFEBA6F4F6E93D31F68C6841270, 0x1AAE24F4202046638D9AF3C26B853EAE, 0x1C75E8DE17904CD192976F4BFED27CFF, 0x1D724C6A0D744F93A5669B6CB4B5AD7D, 0x1EBAC979A36B4A978D327739A960438B, 0x1F0C8E5208BE4D9995263047D99B41B8, 0x20BBA9D2BF264137BDA7742B25A437B2, 0x20BF7BDDCC4C46A3859F263987F682DE, 0x20D33E868CB44819AB0EE063A280BA34, 0x21270A3983364F68A9F82D650570E692, 0x21536924ACF047B886FAC155DE8CE64A, 0x23CD196D91DF428C80CBF868C34B3E10, 0x2421FA2BEF4848408D94F591FE0B152B, 0x2440CB8EF8ED4225A9D7B3E395A5F915, 0x247B99DA3C064A62B722C9A53F94E0CD, 0x26453016ABCB45E98C8E88E0DE17E5EF, 0x288ED185E75548D192AA91D3677873D7, 0x29D5E19AD727414B85713BD71D411E4B, 0x2BB55B28DAF844DE97050D69E43D57AC, 0x2C87766CFA0F4ED5AA169393903A9CA2, 0x2D28AE93F4EF49BC9497A433CC6AC56E, 0x2D51ABD3694B439EA0F4A3119F9A54E7, 0x2D7F3E83315B451C8BA064F58753F3DF, 0x2DB565B306A54FB886A479368B470BE5, 0x2E3FEB853B454136B4D46EADF741D2C6, 0x2E7512AC648A4E1090980FEB7CE3AC0F, 0x301664D9461742AF8765EC4BC6B54FDF, 0x3119D8C228CE4BC0891775F0E89288E0, 0x31D006807C864B3E8F5916212DBB4908, 0x31EE2721CF4A416FB3976B183CAAB492, 0x32102C7AEA7446C9AE627574A7D5059D, 0x35460EB9738F40B08F127357FDC10818, 0x372FC0CB317C40E08A0DF9B9D933D85F, 0x3810BCE8C3504CAA80E945023E78896B, 0x38AC022DB9654D00877F8C60E4E327A5, 0x3A59276E02AB4CA39CF79813DB0CDB93, 0x3AB8E92307AB4F32A7CD4231CF04CB14, 0x3C4674D19320454D987852C06ED7B260, 0x3D7E70E043DD4735BD0D96FDE35C486E, 0x3FAA3856DFEC467F8FD5D49DC028020E, 0x3FF40399A81C4678A50265B815C83A76, 0x419F41119F05468CB2FF5D14B064BE0B, 0x41AD28E83A58446EB7899377304D5CD0, 0x47271B32DFC14B8C8E7C225B9B33477E, 0x49C0BBB9DA4048D2BB00A1DE16FB3B31, 0x49D74A97DE3640E0B3BE15007E1597B4, 0x4A0CCFFBD5104A2BA3764D34921DBFC9, 0x4AC411A9357943FFB2375E3BAC1BC027, 0x4D2D389DAB4D4C15A8833A999716A9B0, 0x4D317B3D842E4B37AD081383C7B1444C, 0x4D5FB5FD067F46938BA7584B7217361C, 0x4F1BEA874EDA4D4D918C803FFB205B36, 0x4F8F217804994A439E3ECCBB6E753E83, 0x5094DDAC14AC4FE7B0331454D7ABFBF0, 0x5154CD23077C43DA8A9F01B263000A91, 0x5156EDD6D53D45799742206E7DAF9804, 0x51ADF08566C747C5957ECFB6F099B043, 0x521E425BC55E4B7E9CCB97CA4FCA5894, 0x527ECA614B7C41B694723CB798005152, 0x55AC8275896446A7993C8DB062620307, 0x56468946F1564EF987F9683CD9FEECCA, 0x5739694199E64A9BB9A981A5E5774D16, 0x57DF7CEA11FD48188517F27E663F5800, 0x5803C5076C61421585AF8D26A9297495, 0x58F34546C6CF4273B8530D879C6DD27F, 0x5916F511A6564B679754AA2653C508C0, 0x5D524BBB03F744E79269A1115C4D4192, 0x5DDDD5E3689641D78E7BE6C6C23CAB6A, 0x5FBE6748B7E5433989ADAA9E1B1A9680, 0x60CE93B4DEBB4F6DA9A23B7CDD49A6C2, 0x6170C6727EB54F839D7DD5369BFFB303, 0x651B30A2259940FFABB23C9108314AC2, 0x65616F523904473AA0961D225188366E, 0x66303BF69D544E9BAA67AEB769E812DD, 0x668A453FFBFA4FC397DEF771BEBD4587, 0x6764FA3914A44504B83947B7DE04DDF8, 0x67CD2212AA9E430687E05EBE60F1B695, 0x6884BB564B2E42538894A5DB7AF5F257, 0x68BDC482BC044175B356B1448CCE11D4, 0x69003151447847CF904B0D6EDE5A22E3, 0x69F2AABA278F431A8DE7482CD447B5B2, 0x6A5000AFC2124C71944D9175DD57EF2D, 0x6A5F9B1659D74F15B0A6C78488F0AA57, 0x6B0C1BB8CB914CFBAC33834AA59B7616, 0x6BC7A985A24540DF9128853698E169B6, 0x6CC22BE41D454F76BDE593C632208A48, 0x6D1946A74E7B4D8DAEBC157980680EAD, 0x6D97913A4E114BCFB1B0DCAAA53B60BA, 0x6DC6CCA2D67B4DF196B8B2860233523B, 0x6DD47476AB32489B8EE6E1E583DB3C9D, 0x6EDC70A972F14768A509B0E87A204FFC, 0x6EF779A957F8465EA4EC84AC3A3D00A0, 0x6F37BD7A92F8462D96AF343320FCAD9F, 0x6F837F436BFB4F6A889AF89BE30697A4, 0x6F9B98730ACC492F9B5BE8359EBBB3DB, 0x70488790A52045F8834039690054C7BF, 0x72B19848E73049D9B60CEF7A061B0E5E, 0x74A645BF6496471D9102A284662BBBAF, 0x74D62E004BE84B00BC8E3BA662E7438F, 0x754C10EF96534A67A6780395DEEC1D63, 0x78406DAE5E234E41A7BAE491BD03C0FC, 0x786B9A290CF742AEBBEF8B23EEBF2C25, 0x7ABBDBF6BB19455382B55D9DD8BC30B8, 0x7B4D95D00C3948518ECB70FC312880C9, 0x7D033781E2C3408798E714F899F39FDC, 0x7D7624882CAA44F3BA21DCA60A3304C3, 0x7DD6A8C7C8A34500BD43EE1EEB602F8B, 0x7EDE9CB5FAE1423992CD1E89A3F5D25B, 0x819B1EFFB5BD4B4FA48242004B2DA1B1, 0x828C0C2841B94346968061BD3960CD3B, 0x82A80E4C566D4D1D83892C3EBB3CEBB2, 0x866AB9B70B154AD8837D40896606E69D, 0x8792FF7625684A4AA63076D04B5C5A0E, 0x88952673633A4DF9954FE61A98E4C1AB, 0x8A7F7AD6366145128ED13E43B9AB6893, 0x8C25BE9BA313417E8750A3C9A2228DDE, 0x8C9DDA1AAADA428EB3493092B50B1CE8, 0x8CC8A6D50C4B4A58AD30A1E522C8497F, 0x8DB225A90A8844A4AFE3184EB3F11717, 0x8EDD29EDB59D4474AB5CF532AA42303F, 0x91C135F66EAD49C4B056E1A4B05435B3, 0x935FBE72627F43C3864B2B5BDE04041C, 0x93FF9F55B39F478ABE224F3A37F17B04, 0x956CEEC6880A4BDE86D0762BE0B9C3AD, 0x97F4DC26057248EF9ECF4CAB0AFAF28C, 0x98C9E53E01DA4E709A7208CF8027FCBD, 0x98E799C5F2FE4D0DB3A6EF588CEE2494, 0x9B5E6C65FC954EFFBA262C2553C2F1C4, 0x9B99C132B9D4472EA1ACEA7B2825D0B3, 0x9C5A4A406FC341FA96CBE75043DD5A9B, 0x9D49828EFC5D45C6A45DEFD3E112DEF4, 0x9D7CF4EEC9AA4FF9BB6B09E19EAEA71F, 0x9FDC8D8FA53A42CABCC61E4BFC7403F4, 0xA084E405A6634CF181C6BF2F1AE33E7B, 0xA0D3D3C9A9B64344BD2F19CAC9E8FC63, 0xA2850BB0A2194B789C9C2A8AC363D196, 0xA50DEC4C5901404EB73520C8E359A2BA, 0xA8F8EA44CE5C4C01AE2322437B0A7557, 0xA98371140683451EBC26DFA147C5BE66, 0xA9DC74A54BE14A78955161051E753E11, 0xAB0C9568F5954D7FAA33C888FD664066, 0xAC04496C00054C469FF8094EE804DE46, 0xAFDE7A8D2B044CBFB7469D358B19CBC1, 0xB085CFC7AC3D4130948D2911376A4DC8, 0xB1D8C16954AF4EE4A3B15708C61C59B9, 0xB22E44B50213460F904267A0AA24D6AB, 0xB2B46B4A79AF4FD194C828A74EF2571C, 0xB36FC3B7A5C34423A249656EE29F17AB, 0xB3B2F8DB85EF412C894AF7152EF13E2F, 0xB5383628C8E844AA8412772F29C22101, 0xB6E21AD36BFD4A4DB96F8272F124899B, 0xB712266D5D1045A8897251828AF82CA6, 0xB768CDFCFDBA454D85893C307B44B7E2, 0xB802B6A28579472680F52DF81A50A7A6, 0xB85675C3B07241DF82B7A465F878B9EF, 0xB873366D4C314772AEE02150D1F960E3, 0xB97C258B4CC4491C9B7725343010AF65, 0xB99355752ED348CEA1E648D56247B8E2, 0xB9A8B88407E5404D8133027D6CD2B96D, 0xBA014D4ACF8A47A296AFF12E8BB4FD70, 0xBB35A248A98C4D86B2FD2A9AC3D04EDE, 0xBBA77A2615AA4537B49D07D6FB29ABE9, 0xBC1F3F73448944F6A3FB6EA8BD52D434, 0xBEFA95B54B1C40DE8F822549F4504307, 0xBF9B1C40BB2D44A2B63073B562C77FDF, 0xC0CAC0963F8D4844859240D4D78AB6C6, 0xC103984AA1C342CD88AE551937239A18, 0xC1FB0CE1BA484C3CB243504256D0176A, 0xC28F572843A34ADF94D1C5FD7AEEB799, 0xC2AFFC1453444596B040DE3FC4E92703, 0xC567938001C04E7F984A26E413A16E03, 0xC7018856F9C54EF28C1D4D8A462D4980, 0xC7179492EDF340A0BE1783EE9B865A10, 0xC7E2F83608294D4BA8D727CB2EE43337, 0xC9C671B85ABF4F0B86D8027BF5468C62, 0xCA567116038B415A80E7579015627A20, 0xCB25D1AE2D684C549F59BC054ACE8A86, 0xCD16709EAFD3471EB520E26102D0B32C, 0xCE71D2E3B9B544E983BD9D8E6A5377AE, 0xCEE2F96100694AD79FDFA52CE7898877, 0xCF8963A7F5FD4D13B44DF40753278D69, 0xD1A3A2D56486484BBB4C0073B1C15FD8, 0xD465AA67EBF54842981267AA0C74A548, 0xD5FEE47835064C5D91F4EF6BDA5B1C66, 0xD6057CCEB8B548108336CCA784A15684, 0xD7324D5FDA5D4DF1B1997BF336689286, 0xD74BA638243D4F9BB15872A2CB07DF0F, 0xD81C89E768FE4AB387C62229CB557CB3, 0xD8CE03DD2FF548B2AA4D32AB26DFCA9D, 0xD8DD91BC1C3945D18896EAE0CD910C6F, 0xD9133C05381C4BED98CE64CD807F741D, 0xDBB54DD34F3E42679CE6E461BC3E9397, 0xDC740B0E3ABF4E4C88647FBAA7AAEF38, 0xDD83FF6E221E44428B2B074203076880, 0xDD9C294B4E694DD3B15A0BCD9756A7B4, 0xDFA4E0C26CC6406C807A4637E74108DC, 0xE023866BE0E94629A2A255914E551C73, 0xE2BD07484A1A4B1C815FC1965A11F3C3, 0xE333120552E646DB9D79B56056643FF6, 0xE58E85A6287541B28529EC67C8B32BB1, 0xE6B792D901074D3EB1EE2EDE0A713C2F, 0xE6B870E3E1404004B319D0B9436A83DD, 0xE7837449949B4828B29B1EE9317A900D, 0xE8597803B02C46E0B765615D2FD9309E, 0xE9A2A46438564779B44623D69B823C93, 0xECB1275F435F4E0B825024DE00931F7B, 0xEDEFBE7EA383443CA3648ED6E183D881, 0xEE24EB07E8C7473297DBCABF3B78917D, 0xF01556BF012B44BA804F3B307D825E4F, 0xF167DF02280E4AAE90EAE672F8D3C9DE, 0xF1B1B7FBFBFD4C6C860ACABB6D5F240A, 0xF37BB992428844F2930C5CA28F2498D5, 0xF401B6BF6C4D4D4B93DDB5D867780237, 0xF56C2DF9339E4691AB2BCA2693CEDAB4, 0xF5D24829981F482193C0843B8B1CB6B9, 0xF625F52AE11242CB95210F0EFE22CCE6, 0xF6C8F91B9A6341A1A6F2F28F2DA2A0D3, 0xF7165A9EE1C54BB78834FCF43F66972C, 0xF7E5C0AF11F94D3BAB081235C0DC3E23, 0xF7E7567C8C0F464DB70FA638CBDE35F0, 0xF99E8618D0234E8CA754E6F91905D5D2, 0xF9B5E64031BF433687311EF39048DA6D, 0xF9CC4B121AB940F9B3F731320D60EE32, 0xFA04D1C811C54CDE87EB7126C7CB1637, 0xFB543AF727EB4BDAAB446493E7766D59, 0xFCC471B1BA0D4F32B47E3F02A292638A, 0xFCE4A3B49EE94AEB967CFDAC5F87C270, 0xFDCB35F099184E2AA343232EEB6F7673, 0xFE5F14D5BEE44A76BD5D2DEE71B610E8, 0xFE8EAD95FC7B4D4387BBE8B94D2BD723, 0xFEEB8E282FDD41F7AC70FEBB3FB036BF, 0xFFF8A80B876441059FC2668AD2D9A114);
array:31 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 212)"
2 => "Doctrine\DBAL\Query\QueryBuilder::execute (line 296)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetch (line 131)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 83)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::read (line 177)"
6 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::read (line 118)"
7 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::search (line 67)"
8 => "Shopware\Core\System\Country\SalesChannel\CountryRoute::load (line 117)"
9 => "Shopware\Core\System\Country\SalesChannel\CachedCountryRoute::Shopware\Core\System\Country\SalesChannel\{closure} (line 328)"
10 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 39)"
11 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 99)"
12 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 40)"
13 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 43)"
14 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 41)"
15 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 37)"
16 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 54)"
17 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 38)"
18 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 118)"
19 => "Shopware\Core\System\Country\SalesChannel\CachedCountryRoute::Shopware\Core\System\Country\SalesChannel\{closure} (line 70)"
20 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 33)"
21 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 123)"
22 => "Shopware\Core\System\Country\SalesChannel\CachedCountryRoute::load (line 107)"
23 => "Shopware\Storefront\Page\Checkout\Cart\CheckoutCartPageLoader::getCountries (line 66)"
24 => "Shopware\Storefront\Page\Checkout\Cart\CheckoutCartPageLoader::load (line 98)"
25 => "Shopware\Storefront\Controller\CheckoutController::cartPage (line 152)"
26 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 74)"
27 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
28 => "Symfony\Component\HttpKernel\Kernel::handle (line 153)"
29 => "Shopware\Core\HttpKernel::doHandle (line 79)"
30 => "Shopware\Core\HttpKernel::handle (line 48)"
]
|
51 |
3.99 ms |
SELECT `payment_method`.`id` FROM `payment_method` LEFT JOIN `sales_channel_payment_method` `payment_method.salesChannels.mapping` ON `payment_method`.`id` = `payment_method.salesChannels.mapping`.`payment_method_id` LEFT JOIN `sales_channel` `payment_method.salesChannels` ON `payment_method.salesChannels.mapping`.`sales_channel_id` = `payment_method.salesChannels`.`id` WHERE (`payment_method`.`active` = :param_affd3b10b6aa4bd69ca45fa018c66f47 AND `payment_method.salesChannels`.`id` = :param_aabb034b6660432f855fc5b603e71374) GROUP BY `payment_method`.`id` ORDER BY MIN(`payment_method`.`position`) ASC
SELECT `payment_method`.`id` FROM `payment_method` LEFT JOIN `sales_channel_payment_method` `payment_method.salesChannels.mapping` ON `payment_method`.`id` = `payment_method.salesChannels.mapping`.`payment_method_id` LEFT JOIN `sales_channel` `payment_method.salesChannels` ON `payment_method.salesChannels.mapping`.`sales_channel_id` = `payment_method.salesChannels`.`id` WHERE (`payment_method`.`active` = 1 AND `payment_method.salesChannels`.`id` = 0x79524D2C18DE48BC9032D43A03293AEB) GROUP BY `payment_method`.`id` ORDER BY MIN(`payment_method`.`position`) ASC;
array:31 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 212)"
2 => "Doctrine\DBAL\Query\QueryBuilder::execute (line 86)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntitySearcher::search (line 57)"
4 => "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher::search (line 198)"
5 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::doSearch (line 108)"
6 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::search (line 79)"
7 => "Shopware\Core\Checkout\Payment\SalesChannel\PaymentMethodRoute::load (line 118)"
8 => "Shopware\Core\Checkout\Payment\SalesChannel\CachedPaymentMethodRoute::Shopware\Core\Checkout\Payment\SalesChannel\{closure} (line 328)"
9 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 39)"
10 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 99)"
11 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 40)"
12 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 43)"
13 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 41)"
14 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 37)"
15 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 54)"
16 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 38)"
17 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 119)"
18 => "Shopware\Core\Checkout\Payment\SalesChannel\CachedPaymentMethodRoute::Shopware\Core\Checkout\Payment\SalesChannel\{closure} (line 70)"
19 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 33)"
20 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 124)"
21 => "Shopware\Core\Checkout\Payment\SalesChannel\CachedPaymentMethodRoute::load (line 72)"
22 => "Shopware\Core\Checkout\Payment\SalesChannel\SortedPaymentMethodRoute::load (line 86)"
23 => "Shopware\Storefront\Page\Checkout\Cart\CheckoutCartPageLoader::getPaymentMethods (line 68)"
24 => "Shopware\Storefront\Page\Checkout\Cart\CheckoutCartPageLoader::load (line 98)"
25 => "Shopware\Storefront\Controller\CheckoutController::cartPage (line 152)"
26 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 74)"
27 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
28 => "Symfony\Component\HttpKernel\Kernel::handle (line 153)"
29 => "Shopware\Core\HttpKernel::doHandle (line 79)"
30 => "Shopware\Core\HttpKernel::handle (line 48)"
]
|
52 |
8.25 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.appPaymentMethod`.`id` as `payment_method.appPaymentMethod.id`, `payment_method.appPaymentMethod`.`app_name` as `payment_method.appPaymentMethod.appName`, `payment_method.appPaymentMethod`.`identifier` as `payment_method.appPaymentMethod.identifier`, `payment_method.appPaymentMethod`.`pay_url` as `payment_method.appPaymentMethod.payUrl`, `payment_method.appPaymentMethod`.`finalize_url` as `payment_method.appPaymentMethod.finalizeUrl`, `payment_method.appPaymentMethod`.`validate_url` as `payment_method.appPaymentMethod.validateUrl`, `payment_method.appPaymentMethod`.`capture_url` as `payment_method.appPaymentMethod.captureUrl`, `payment_method.appPaymentMethod`.`app_id` as `payment_method.appPaymentMethod.appId`, `payment_method.appPaymentMethod`.`original_media_id` as `payment_method.appPaymentMethod.originalMediaId`, `payment_method.appPaymentMethod`.`payment_method_id` as `payment_method.appPaymentMethod.paymentMethodId`, `payment_method.appPaymentMethod`.`created_at` as `payment_method.appPaymentMethod.createdAt`, `payment_method.appPaymentMethod`.`updated_at` as `payment_method.appPaymentMethod.updatedAt`, `payment_method`.`created_at` as `payment_method.createdAt`, `payment_method`.`updated_at` as `payment_method.updatedAt`, `payment_method.media`.`id` as `payment_method.media.id`, `payment_method.media`.`user_id` as `payment_method.media.userId`, `payment_method.media`.`media_folder_id` as `payment_method.media.mediaFolderId`, `payment_method.media`.`mime_type` as `payment_method.media.mimeType`, `payment_method.media`.`file_extension` as `payment_method.media.fileExtension`, `payment_method.media`.`uploaded_at` as `payment_method.media.uploadedAt`, `payment_method.media`.`file_name` as `payment_method.media.fileName`, `payment_method.media`.`file_size` as `payment_method.media.fileSize`, `payment_method.media`.`media_type` as `payment_method.media.mediaTypeRaw`, `payment_method.media`.`meta_data` as `payment_method.media.metaData`, `payment_method.media`.`private` as `payment_method.media.private`, `payment_method.media`.`thumbnails_ro` as `payment_method.media.thumbnailsRo`, `payment_method.media`.`created_at` as `payment_method.media.createdAt`, `payment_method.media`.`updated_at` as `payment_method.media.updatedAt`, `payment_method.media.translation.title`, COALESCE(`payment_method.media.translation.title`,`payment_method.media.translation.title`) as `payment_method.media.title`, `payment_method.media.translation.alt`, COALESCE(`payment_method.media.translation.alt`,`payment_method.media.translation.alt`) as `payment_method.media.alt`, `payment_method.media.translation.customFields`, COALESCE(`payment_method.media.translation.customFields`,`payment_method.media.translation.customFields`) as `payment_method.media.customFields`, `payment_method.media.translation.createdAt`, `payment_method.media.translation.updatedAt`, `payment_method.media.translation.mediaId`, `payment_method.media.translation.languageId`, `payment_method.translation.name`, COALESCE(`payment_method.translation.name`,`payment_method.translation.name`) as `payment_method.name`, `payment_method.translation.distinguishableName`, COALESCE(`payment_method.translation.distinguishableName`,`payment_method.translation.distinguishableName`) as `payment_method.distinguishableName`, `payment_method.translation.description`, COALESCE(`payment_method.translation.description`,`payment_method.translation.description`) as `payment_method.description`, `payment_method.translation.customFields`, COALESCE(`payment_method.translation.customFields`,`payment_method.translation.customFields`) as `payment_method.customFields`, `payment_method.translation.createdAt`, `payment_method.translation.updatedAt`, `payment_method.translation.paymentMethodId`, `payment_method.translation.languageId` FROM `payment_method` LEFT JOIN (SELECT `payment_method.translation`.payment_method_id, `payment_method.translation`.name as `payment_method.translation.name`, `payment_method.translation`.distinguishable_name as `payment_method.translation.distinguishableName`, `payment_method.translation`.description as `payment_method.translation.description`, `payment_method.translation`.custom_fields as `payment_method.translation.customFields`, `payment_method.translation`.created_at as `payment_method.translation.createdAt`, `payment_method.translation`.updated_at as `payment_method.translation.updatedAt`, `payment_method.translation`.payment_method_id as `payment_method.translation.paymentMethodId`, `payment_method.translation`.language_id as `payment_method.translation.languageId` FROM `payment_method_translation` `payment_method.translation` WHERE `payment_method.translation`.language_id = :languageId) `payment_method.payment_method_translation` ON `payment_method.payment_method_translation`.`payment_method_id` = `payment_method`.`id` LEFT JOIN `app_payment_method` `payment_method.appPaymentMethod` ON `payment_method`.`id` = `payment_method.appPaymentMethod`.`payment_method_id` LEFT JOIN `media` `payment_method.media` ON `payment_method`.`media_id` = `payment_method.media`.`id` LEFT JOIN (SELECT `payment_method.media.translation`.media_id, `payment_method.media.translation`.title as `payment_method.media.translation.title`, `payment_method.media.translation`.alt as `payment_method.media.translation.alt`, `payment_method.media.translation`.custom_fields as `payment_method.media.translation.customFields`, `payment_method.media.translation`.created_at as `payment_method.media.translation.createdAt`, `payment_method.media.translation`.updated_at as `payment_method.media.translation.updatedAt`, `payment_method.media.translation`.media_id as `payment_method.media.translation.mediaId`, `payment_method.media.translation`.language_id as `payment_method.media.translation.languageId` FROM `media_translation` `payment_method.media.translation` WHERE `payment_method.media.translation`.language_id = :languageId) `payment_method.media.media_translation` ON `payment_method.media.media_translation`.`media_id` = `payment_method.media`.`id` WHERE `payment_method`.`id` IN (:ids)
SELECT
`payment_method`.`id` as `payment_method.id`,
`payment_method`.`plugin_id` as `payment_method.pluginId`,
`payment_method`.`handler_identifier` as `payment_method.handlerIdentifier`,
`payment_method`.`position` as `payment_method.position`,
`payment_method`.`active` as `payment_method.active`,
`payment_method`.`after_order_enabled` as `payment_method.afterOrderEnabled`,
`payment_method`.`availability_rule_id` as `payment_method.availabilityRuleId`,
`payment_method`.`media_id` as `payment_method.mediaId`,
`payment_method.appPaymentMethod`.`id` as `payment_method.appPaymentMethod.id`,
`payment_method.appPaymentMethod`.`app_name` as `payment_method.appPaymentMethod.appName`,
`payment_method.appPaymentMethod`.`identifier` as `payment_method.appPaymentMethod.identifier`,
`payment_method.appPaymentMethod`.`pay_url` as `payment_method.appPaymentMethod.payUrl`,
`payment_method.appPaymentMethod`.`finalize_url` as `payment_method.appPaymentMethod.finalizeUrl`,
`payment_method.appPaymentMethod`.`validate_url` as `payment_method.appPaymentMethod.validateUrl`,
`payment_method.appPaymentMethod`.`capture_url` as `payment_method.appPaymentMethod.captureUrl`,
`payment_method.appPaymentMethod`.`app_id` as `payment_method.appPaymentMethod.appId`,
`payment_method.appPaymentMethod`.`original_media_id` as `payment_method.appPaymentMethod.originalMediaId`,
`payment_method.appPaymentMethod`.`payment_method_id` as `payment_method.appPaymentMethod.paymentMethodId`,
`payment_method.appPaymentMethod`.`created_at` as `payment_method.appPaymentMethod.createdAt`,
`payment_method.appPaymentMethod`.`updated_at` as `payment_method.appPaymentMethod.updatedAt`,
`payment_method`.`created_at` as `payment_method.createdAt`,
`payment_method`.`updated_at` as `payment_method.updatedAt`,
`payment_method.media`.`id` as `payment_method.media.id`,
`payment_method.media`.`user_id` as `payment_method.media.userId`,
`payment_method.media`.`media_folder_id` as `payment_method.media.mediaFolderId`,
`payment_method.media`.`mime_type` as `payment_method.media.mimeType`,
`payment_method.media`.`file_extension` as `payment_method.media.fileExtension`,
`payment_method.media`.`uploaded_at` as `payment_method.media.uploadedAt`,
`payment_method.media`.`file_name` as `payment_method.media.fileName`,
`payment_method.media`.`file_size` as `payment_method.media.fileSize`,
`payment_method.media`.`media_type` as `payment_method.media.mediaTypeRaw`,
`payment_method.media`.`meta_data` as `payment_method.media.metaData`,
`payment_method.media`.`private` as `payment_method.media.private`,
`payment_method.media`.`thumbnails_ro` as `payment_method.media.thumbnailsRo`,
`payment_method.media`.`created_at` as `payment_method.media.createdAt`,
`payment_method.media`.`updated_at` as `payment_method.media.updatedAt`,
`payment_method.media.translation.title`,
COALESCE(
`payment_method.media.translation.title`,
`payment_method.media.translation.title`
) as `payment_method.media.title`,
`payment_method.media.translation.alt`,
COALESCE(
`payment_method.media.translation.alt`,
`payment_method.media.translation.alt`
) as `payment_method.media.alt`,
`payment_method.media.translation.customFields`,
COALESCE(
`payment_method.media.translation.customFields`,
`payment_method.media.translation.customFields`
) as `payment_method.media.customFields`,
`payment_method.media.translation.createdAt`,
`payment_method.media.translation.updatedAt`,
`payment_method.media.translation.mediaId`,
`payment_method.media.translation.languageId`,
`payment_method.translation.name`,
COALESCE(
`payment_method.translation.name`,
`payment_method.translation.name`
) as `payment_method.name`,
`payment_method.translation.distinguishableName`,
COALESCE(
`payment_method.translation.distinguishableName`,
`payment_method.translation.distinguishableName`
) as `payment_method.distinguishableName`,
`payment_method.translation.description`,
COALESCE(
`payment_method.translation.description`,
`payment_method.translation.description`
) as `payment_method.description`,
`payment_method.translation.customFields`,
COALESCE(
`payment_method.translation.customFields`,
`payment_method.translation.customFields`
) as `payment_method.customFields`,
`payment_method.translation.createdAt`,
`payment_method.translation.updatedAt`,
`payment_method.translation.paymentMethodId`,
`payment_method.translation.languageId`
FROM
`payment_method`
LEFT JOIN (
SELECT
`payment_method.translation`.payment_method_id,
`payment_method.translation`.name as `payment_method.translation.name`,
`payment_method.translation`.distinguishable_name as `payment_method.translation.distinguishableName`,
`payment_method.translation`.description as `payment_method.translation.description`,
`payment_method.translation`.custom_fields as `payment_method.translation.customFields`,
`payment_method.translation`.created_at as `payment_method.translation.createdAt`,
`payment_method.translation`.updated_at as `payment_method.translation.updatedAt`,
`payment_method.translation`.payment_method_id as `payment_method.translation.paymentMethodId`,
`payment_method.translation`.language_id as `payment_method.translation.languageId`
FROM
`payment_method_translation` `payment_method.translation`
WHERE
`payment_method.translation`.language_id = : languageId
) `payment_method.payment_method_translation` ON `payment_method.payment_method_translation`.`payment_method_id` = `payment_method`.`id`
LEFT JOIN `app_payment_method` `payment_method.appPaymentMethod` ON `payment_method`.`id` = `payment_method.appPaymentMethod`.`payment_method_id`
LEFT JOIN `media` `payment_method.media` ON `payment_method`.`media_id` = `payment_method.media`.`id`
LEFT JOIN (
SELECT
`payment_method.media.translation`.media_id,
`payment_method.media.translation`.title as `payment_method.media.translation.title`,
`payment_method.media.translation`.alt as `payment_method.media.translation.alt`,
`payment_method.media.translation`.custom_fields as `payment_method.media.translation.customFields`,
`payment_method.media.translation`.created_at as `payment_method.media.translation.createdAt`,
`payment_method.media.translation`.updated_at as `payment_method.media.translation.updatedAt`,
`payment_method.media.translation`.media_id as `payment_method.media.translation.mediaId`,
`payment_method.media.translation`.language_id as `payment_method.media.translation.languageId`
FROM
`media_translation` `payment_method.media.translation`
WHERE
`payment_method.media.translation`.language_id = : languageId
) `payment_method.media.media_translation` ON `payment_method.media.media_translation`.`media_id` = `payment_method.media`.`id`
WHERE
`payment_method`.`id` IN (: ids)
SELECT `payment_method`.`id` as `payment_method.id`, `payment_method`.`plugin_id` as `payment_method.pluginId`, `payment_method`.`handler_identifier` as `payment_method.handlerIdentifier`, `payment_method`.`position` as `payment_method.position`, `payment_method`.`active` as `payment_method.active`, `payment_method`.`after_order_enabled` as `payment_method.afterOrderEnabled`, `payment_method`.`availability_rule_id` as `payment_method.availabilityRuleId`, `payment_method`.`media_id` as `payment_method.mediaId`, `payment_method.appPaymentMethod`.`id` as `payment_method.appPaymentMethod.id`, `payment_method.appPaymentMethod`.`app_name` as `payment_method.appPaymentMethod.appName`, `payment_method.appPaymentMethod`.`identifier` as `payment_method.appPaymentMethod.identifier`, `payment_method.appPaymentMethod`.`pay_url` as `payment_method.appPaymentMethod.payUrl`, `payment_method.appPaymentMethod`.`finalize_url` as `payment_method.appPaymentMethod.finalizeUrl`, `payment_method.appPaymentMethod`.`validate_url` as `payment_method.appPaymentMethod.validateUrl`, `payment_method.appPaymentMethod`.`capture_url` as `payment_method.appPaymentMethod.captureUrl`, `payment_method.appPaymentMethod`.`app_id` as `payment_method.appPaymentMethod.appId`, `payment_method.appPaymentMethod`.`original_media_id` as `payment_method.appPaymentMethod.originalMediaId`, `payment_method.appPaymentMethod`.`payment_method_id` as `payment_method.appPaymentMethod.paymentMethodId`, `payment_method.appPaymentMethod`.`created_at` as `payment_method.appPaymentMethod.createdAt`, `payment_method.appPaymentMethod`.`updated_at` as `payment_method.appPaymentMethod.updatedAt`, `payment_method`.`created_at` as `payment_method.createdAt`, `payment_method`.`updated_at` as `payment_method.updatedAt`, `payment_method.media`.`id` as `payment_method.media.id`, `payment_method.media`.`user_id` as `payment_method.media.userId`, `payment_method.media`.`media_folder_id` as `payment_method.media.mediaFolderId`, `payment_method.media`.`mime_type` as `payment_method.media.mimeType`, `payment_method.media`.`file_extension` as `payment_method.media.fileExtension`, `payment_method.media`.`uploaded_at` as `payment_method.media.uploadedAt`, `payment_method.media`.`file_name` as `payment_method.media.fileName`, `payment_method.media`.`file_size` as `payment_method.media.fileSize`, `payment_method.media`.`media_type` as `payment_method.media.mediaTypeRaw`, `payment_method.media`.`meta_data` as `payment_method.media.metaData`, `payment_method.media`.`private` as `payment_method.media.private`, `payment_method.media`.`thumbnails_ro` as `payment_method.media.thumbnailsRo`, `payment_method.media`.`created_at` as `payment_method.media.createdAt`, `payment_method.media`.`updated_at` as `payment_method.media.updatedAt`, `payment_method.media.translation.title`, COALESCE(`payment_method.media.translation.title`,`payment_method.media.translation.title`) as `payment_method.media.title`, `payment_method.media.translation.alt`, COALESCE(`payment_method.media.translation.alt`,`payment_method.media.translation.alt`) as `payment_method.media.alt`, `payment_method.media.translation.customFields`, COALESCE(`payment_method.media.translation.customFields`,`payment_method.media.translation.customFields`) as `payment_method.media.customFields`, `payment_method.media.translation.createdAt`, `payment_method.media.translation.updatedAt`, `payment_method.media.translation.mediaId`, `payment_method.media.translation.languageId`, `payment_method.translation.name`, COALESCE(`payment_method.translation.name`,`payment_method.translation.name`) as `payment_method.name`, `payment_method.translation.distinguishableName`, COALESCE(`payment_method.translation.distinguishableName`,`payment_method.translation.distinguishableName`) as `payment_method.distinguishableName`, `payment_method.translation.description`, COALESCE(`payment_method.translation.description`,`payment_method.translation.description`) as `payment_method.description`, `payment_method.translation.customFields`, COALESCE(`payment_method.translation.customFields`,`payment_method.translation.customFields`) as `payment_method.customFields`, `payment_method.translation.createdAt`, `payment_method.translation.updatedAt`, `payment_method.translation.paymentMethodId`, `payment_method.translation.languageId` FROM `payment_method` LEFT JOIN (SELECT `payment_method.translation`.payment_method_id, `payment_method.translation`.name as `payment_method.translation.name`, `payment_method.translation`.distinguishable_name as `payment_method.translation.distinguishableName`, `payment_method.translation`.description as `payment_method.translation.description`, `payment_method.translation`.custom_fields as `payment_method.translation.customFields`, `payment_method.translation`.created_at as `payment_method.translation.createdAt`, `payment_method.translation`.updated_at as `payment_method.translation.updatedAt`, `payment_method.translation`.payment_method_id as `payment_method.translation.paymentMethodId`, `payment_method.translation`.language_id as `payment_method.translation.languageId` FROM `payment_method_translation` `payment_method.translation` WHERE `payment_method.translation`.language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B) `payment_method.payment_method_translation` ON `payment_method.payment_method_translation`.`payment_method_id` = `payment_method`.`id` LEFT JOIN `app_payment_method` `payment_method.appPaymentMethod` ON `payment_method`.`id` = `payment_method.appPaymentMethod`.`payment_method_id` LEFT JOIN `media` `payment_method.media` ON `payment_method`.`media_id` = `payment_method.media`.`id` LEFT JOIN (SELECT `payment_method.media.translation`.media_id, `payment_method.media.translation`.title as `payment_method.media.translation.title`, `payment_method.media.translation`.alt as `payment_method.media.translation.alt`, `payment_method.media.translation`.custom_fields as `payment_method.media.translation.customFields`, `payment_method.media.translation`.created_at as `payment_method.media.translation.createdAt`, `payment_method.media.translation`.updated_at as `payment_method.media.translation.updatedAt`, `payment_method.media.translation`.media_id as `payment_method.media.translation.mediaId`, `payment_method.media.translation`.language_id as `payment_method.media.translation.languageId` FROM `media_translation` `payment_method.media.translation` WHERE `payment_method.media.translation`.language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B) `payment_method.media.media_translation` ON `payment_method.media.media_translation`.`media_id` = `payment_method.media`.`id` WHERE `payment_method`.`id` IN (0xA89E6932B08C40D18900295A7957E88A, 0x85AD88937A014725AA4B7096B1E31FA2, 0xC235A4D4F11A4940908915DACE639D44);
array:32 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 212)"
2 => "Doctrine\DBAL\Query\QueryBuilder::execute (line 296)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetch (line 131)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 83)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::read (line 177)"
6 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::read (line 118)"
7 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::search (line 79)"
8 => "Shopware\Core\Checkout\Payment\SalesChannel\PaymentMethodRoute::load (line 118)"
9 => "Shopware\Core\Checkout\Payment\SalesChannel\CachedPaymentMethodRoute::Shopware\Core\Checkout\Payment\SalesChannel\{closure} (line 328)"
10 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 39)"
11 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 99)"
12 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 40)"
13 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 43)"
14 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 41)"
15 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 37)"
16 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 54)"
17 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 38)"
18 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 119)"
19 => "Shopware\Core\Checkout\Payment\SalesChannel\CachedPaymentMethodRoute::Shopware\Core\Checkout\Payment\SalesChannel\{closure} (line 70)"
20 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 33)"
21 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 124)"
22 => "Shopware\Core\Checkout\Payment\SalesChannel\CachedPaymentMethodRoute::load (line 72)"
23 => "Shopware\Core\Checkout\Payment\SalesChannel\SortedPaymentMethodRoute::load (line 86)"
24 => "Shopware\Storefront\Page\Checkout\Cart\CheckoutCartPageLoader::getPaymentMethods (line 68)"
25 => "Shopware\Storefront\Page\Checkout\Cart\CheckoutCartPageLoader::load (line 98)"
26 => "Shopware\Storefront\Controller\CheckoutController::cartPage (line 152)"
27 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 74)"
28 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
29 => "Symfony\Component\HttpKernel\Kernel::handle (line 153)"
30 => "Shopware\Core\HttpKernel::doHandle (line 79)"
31 => "Shopware\Core\HttpKernel::handle (line 48)"
]
|
53 |
1.87 ms |
SELECT `shipping_method`.`id` FROM `shipping_method` LEFT JOIN `sales_channel_shipping_method` `shipping_method.salesChannels.mapping` ON `shipping_method`.`id` = `shipping_method.salesChannels.mapping`.`shipping_method_id` 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 `sales_channel` `shipping_method.salesChannels` ON `shipping_method.salesChannels.mapping`.`sales_channel_id` = `shipping_method.salesChannels`.`id` WHERE (`shipping_method`.`active` = :param_3cb258eba1db4ae4ba458b57d34306fd AND `shipping_method.salesChannels`.`id` = :param_c443b539855448459f258e4c201ec095) GROUP BY `shipping_method`.`id` ORDER BY MIN(`shipping_method`.`position`) ASC, MIN(COALESCE(`shipping_method.translation.name`)) ASC
SELECT `shipping_method`.`id` FROM `shipping_method` LEFT JOIN `sales_channel_shipping_method` `shipping_method.salesChannels.mapping` ON `shipping_method`.`id` = `shipping_method.salesChannels.mapping`.`shipping_method_id` 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 `sales_channel` `shipping_method.salesChannels` ON `shipping_method.salesChannels.mapping`.`sales_channel_id` = `shipping_method.salesChannels`.`id` WHERE (`shipping_method`.`active` = 1 AND `shipping_method.salesChannels`.`id` = 0x79524D2C18DE48BC9032D43A03293AEB) GROUP BY `shipping_method`.`id` ORDER BY MIN(`shipping_method`.`position`) ASC, MIN(COALESCE(`shipping_method.translation.name`)) ASC;
array:31 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 212)"
2 => "Doctrine\DBAL\Query\QueryBuilder::execute (line 86)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntitySearcher::search (line 57)"
4 => "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher::search (line 198)"
5 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::doSearch (line 108)"
6 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::search (line 90)"
7 => "Shopware\Core\Checkout\Shipping\SalesChannel\ShippingMethodRoute::load (line 122)"
8 => "Shopware\Core\Checkout\Shipping\SalesChannel\CachedShippingMethodRoute::Shopware\Core\Checkout\Shipping\SalesChannel\{closure} (line 328)"
9 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 39)"
10 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 99)"
11 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 40)"
12 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 43)"
13 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 41)"
14 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 37)"
15 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 54)"
16 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 38)"
17 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 123)"
18 => "Shopware\Core\Checkout\Shipping\SalesChannel\CachedShippingMethodRoute::Shopware\Core\Checkout\Shipping\SalesChannel\{closure} (line 70)"
19 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 33)"
20 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 128)"
21 => "Shopware\Core\Checkout\Shipping\SalesChannel\CachedShippingMethodRoute::load (line 73)"
22 => "Shopware\Core\Checkout\Shipping\SalesChannel\SortedShippingMethodRoute::load (line 95)"
23 => "Shopware\Storefront\Page\Checkout\Cart\CheckoutCartPageLoader::getShippingMethods (line 70)"
24 => "Shopware\Storefront\Page\Checkout\Cart\CheckoutCartPageLoader::load (line 98)"
25 => "Shopware\Storefront\Controller\CheckoutController::cartPage (line 152)"
26 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 74)"
27 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
28 => "Symfony\Component\HttpKernel\Kernel::handle (line 153)"
29 => "Shopware\Core\HttpKernel::doHandle (line 79)"
30 => "Shopware\Core\HttpKernel::handle (line 48)"
]
|
54 |
6.12 ms |
SELECT `shipping_method`.`id` as `shipping_method.id`, `shipping_method`.`active` as `shipping_method.active`, `shipping_method`.`position` as `shipping_method.position`, `shipping_method`.`availability_rule_id` as `shipping_method.availabilityRuleId`, `shipping_method`.`media_id` as `shipping_method.mediaId`, `shipping_method`.`delivery_time_id` as `shipping_method.deliveryTimeId`, `shipping_method`.`tax_type` as `shipping_method.taxType`, `shipping_method`.`tax_id` as `shipping_method.taxId`, `shipping_method.deliveryTime`.`id` as `shipping_method.deliveryTime.id`, `shipping_method.deliveryTime`.`min` as `shipping_method.deliveryTime.min`, `shipping_method.deliveryTime`.`max` as `shipping_method.deliveryTime.max`, `shipping_method.deliveryTime`.`unit` as `shipping_method.deliveryTime.unit`, `shipping_method.deliveryTime`.`created_at` as `shipping_method.deliveryTime.createdAt`, `shipping_method.deliveryTime`.`updated_at` as `shipping_method.deliveryTime.updatedAt`, `shipping_method.deliveryTime.translation.name`, COALESCE(`shipping_method.deliveryTime.translation.name`,`shipping_method.deliveryTime.translation.name`) as `shipping_method.deliveryTime.name`, `shipping_method.deliveryTime.translation.customFields`, COALESCE(`shipping_method.deliveryTime.translation.customFields`,`shipping_method.deliveryTime.translation.customFields`) as `shipping_method.deliveryTime.customFields`, `shipping_method.deliveryTime.translation.createdAt`, `shipping_method.deliveryTime.translation.updatedAt`, `shipping_method.deliveryTime.translation.deliveryTimeId`, `shipping_method.deliveryTime.translation.languageId`, `shipping_method`.`created_at` as `shipping_method.createdAt`, `shipping_method`.`updated_at` as `shipping_method.updatedAt`, `shipping_method.media`.`id` as `shipping_method.media.id`, `shipping_method.media`.`user_id` as `shipping_method.media.userId`, `shipping_method.media`.`media_folder_id` as `shipping_method.media.mediaFolderId`, `shipping_method.media`.`mime_type` as `shipping_method.media.mimeType`, `shipping_method.media`.`file_extension` as `shipping_method.media.fileExtension`, `shipping_method.media`.`uploaded_at` as `shipping_method.media.uploadedAt`, `shipping_method.media`.`file_name` as `shipping_method.media.fileName`, `shipping_method.media`.`file_size` as `shipping_method.media.fileSize`, `shipping_method.media`.`media_type` as `shipping_method.media.mediaTypeRaw`, `shipping_method.media`.`meta_data` as `shipping_method.media.metaData`, `shipping_method.media`.`private` as `shipping_method.media.private`, `shipping_method.media`.`thumbnails_ro` as `shipping_method.media.thumbnailsRo`, `shipping_method.media`.`created_at` as `shipping_method.media.createdAt`, `shipping_method.media`.`updated_at` as `shipping_method.media.updatedAt`, `shipping_method.media.translation.title`, COALESCE(`shipping_method.media.translation.title`,`shipping_method.media.translation.title`) as `shipping_method.media.title`, `shipping_method.media.translation.alt`, COALESCE(`shipping_method.media.translation.alt`,`shipping_method.media.translation.alt`) as `shipping_method.media.alt`, `shipping_method.media.translation.customFields`, COALESCE(`shipping_method.media.translation.customFields`,`shipping_method.media.translation.customFields`) as `shipping_method.media.customFields`, `shipping_method.media.translation.createdAt`, `shipping_method.media.translation.updatedAt`, `shipping_method.media.translation.mediaId`, `shipping_method.media.translation.languageId`, `shipping_method.translation.name`, COALESCE(`shipping_method.translation.name`,`shipping_method.translation.name`) as `shipping_method.name`, `shipping_method.translation.description`, COALESCE(`shipping_method.translation.description`,`shipping_method.translation.description`) as `shipping_method.description`, `shipping_method.translation.trackingUrl`, COALESCE(`shipping_method.translation.trackingUrl`,`shipping_method.translation.trackingUrl`) as `shipping_method.trackingUrl`, `shipping_method.translation.customFields`, COALESCE(`shipping_method.translation.customFields`,`shipping_method.translation.customFields`) as `shipping_method.customFields`, `shipping_method.translation.createdAt`, `shipping_method.translation.updatedAt`, `shipping_method.translation.shippingMethodId`, `shipping_method.translation.languageId` FROM `shipping_method` LEFT JOIN (SELECT `shipping_method.translation`.shipping_method_id, `shipping_method.translation`.name as `shipping_method.translation.name`, `shipping_method.translation`.description as `shipping_method.translation.description`, `shipping_method.translation`.tracking_url as `shipping_method.translation.trackingUrl`, `shipping_method.translation`.custom_fields as `shipping_method.translation.customFields`, `shipping_method.translation`.created_at as `shipping_method.translation.createdAt`, `shipping_method.translation`.updated_at as `shipping_method.translation.updatedAt`, `shipping_method.translation`.shipping_method_id as `shipping_method.translation.shippingMethodId`, `shipping_method.translation`.language_id as `shipping_method.translation.languageId` FROM `shipping_method_translation` `shipping_method.translation` WHERE `shipping_method.translation`.language_id = :languageId) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation`.`shipping_method_id` = `shipping_method`.`id` LEFT JOIN `delivery_time` `shipping_method.deliveryTime` ON `shipping_method`.`delivery_time_id` = `shipping_method.deliveryTime`.`id` LEFT JOIN `media` `shipping_method.media` ON `shipping_method`.`media_id` = `shipping_method.media`.`id` LEFT JOIN (SELECT `shipping_method.deliveryTime.translation`.delivery_time_id, `shipping_method.deliveryTime.translation`.name as `shipping_method.deliveryTime.translation.name`, `shipping_method.deliveryTime.translation`.custom_fields as `shipping_method.deliveryTime.translation.customFields`, `shipping_method.deliveryTime.translation`.created_at as `shipping_method.deliveryTime.translation.createdAt`, `shipping_method.deliveryTime.translation`.updated_at as `shipping_method.deliveryTime.translation.updatedAt`, `shipping_method.deliveryTime.translation`.delivery_time_id as `shipping_method.deliveryTime.translation.deliveryTimeId`, `shipping_method.deliveryTime.translation`.language_id as `shipping_method.deliveryTime.translation.languageId` FROM `delivery_time_translation` `shipping_method.deliveryTime.translation` WHERE `shipping_method.deliveryTime.translation`.language_id = :languageId) `shipping_method.deliveryTime.delivery_time_translation` ON `shipping_method.deliveryTime.delivery_time_translation`.`delivery_time_id` = `shipping_method.deliveryTime`.`id` LEFT JOIN (SELECT `shipping_method.media.translation`.media_id, `shipping_method.media.translation`.title as `shipping_method.media.translation.title`, `shipping_method.media.translation`.alt as `shipping_method.media.translation.alt`, `shipping_method.media.translation`.custom_fields as `shipping_method.media.translation.customFields`, `shipping_method.media.translation`.created_at as `shipping_method.media.translation.createdAt`, `shipping_method.media.translation`.updated_at as `shipping_method.media.translation.updatedAt`, `shipping_method.media.translation`.media_id as `shipping_method.media.translation.mediaId`, `shipping_method.media.translation`.language_id as `shipping_method.media.translation.languageId` FROM `media_translation` `shipping_method.media.translation` WHERE `shipping_method.media.translation`.language_id = :languageId) `shipping_method.media.media_translation` ON `shipping_method.media.media_translation`.`media_id` = `shipping_method.media`.`id` WHERE `shipping_method`.`id` IN (:ids)
SELECT
`shipping_method`.`id` as `shipping_method.id`,
`shipping_method`.`active` as `shipping_method.active`,
`shipping_method`.`position` as `shipping_method.position`,
`shipping_method`.`availability_rule_id` as `shipping_method.availabilityRuleId`,
`shipping_method`.`media_id` as `shipping_method.mediaId`,
`shipping_method`.`delivery_time_id` as `shipping_method.deliveryTimeId`,
`shipping_method`.`tax_type` as `shipping_method.taxType`,
`shipping_method`.`tax_id` as `shipping_method.taxId`,
`shipping_method.deliveryTime`.`id` as `shipping_method.deliveryTime.id`,
`shipping_method.deliveryTime`.`min` as `shipping_method.deliveryTime.min`,
`shipping_method.deliveryTime`.`max` as `shipping_method.deliveryTime.max`,
`shipping_method.deliveryTime`.`unit` as `shipping_method.deliveryTime.unit`,
`shipping_method.deliveryTime`.`created_at` as `shipping_method.deliveryTime.createdAt`,
`shipping_method.deliveryTime`.`updated_at` as `shipping_method.deliveryTime.updatedAt`,
`shipping_method.deliveryTime.translation.name`,
COALESCE(
`shipping_method.deliveryTime.translation.name`,
`shipping_method.deliveryTime.translation.name`
) as `shipping_method.deliveryTime.name`,
`shipping_method.deliveryTime.translation.customFields`,
COALESCE(
`shipping_method.deliveryTime.translation.customFields`,
`shipping_method.deliveryTime.translation.customFields`
) as `shipping_method.deliveryTime.customFields`,
`shipping_method.deliveryTime.translation.createdAt`,
`shipping_method.deliveryTime.translation.updatedAt`,
`shipping_method.deliveryTime.translation.deliveryTimeId`,
`shipping_method.deliveryTime.translation.languageId`,
`shipping_method`.`created_at` as `shipping_method.createdAt`,
`shipping_method`.`updated_at` as `shipping_method.updatedAt`,
`shipping_method.media`.`id` as `shipping_method.media.id`,
`shipping_method.media`.`user_id` as `shipping_method.media.userId`,
`shipping_method.media`.`media_folder_id` as `shipping_method.media.mediaFolderId`,
`shipping_method.media`.`mime_type` as `shipping_method.media.mimeType`,
`shipping_method.media`.`file_extension` as `shipping_method.media.fileExtension`,
`shipping_method.media`.`uploaded_at` as `shipping_method.media.uploadedAt`,
`shipping_method.media`.`file_name` as `shipping_method.media.fileName`,
`shipping_method.media`.`file_size` as `shipping_method.media.fileSize`,
`shipping_method.media`.`media_type` as `shipping_method.media.mediaTypeRaw`,
`shipping_method.media`.`meta_data` as `shipping_method.media.metaData`,
`shipping_method.media`.`private` as `shipping_method.media.private`,
`shipping_method.media`.`thumbnails_ro` as `shipping_method.media.thumbnailsRo`,
`shipping_method.media`.`created_at` as `shipping_method.media.createdAt`,
`shipping_method.media`.`updated_at` as `shipping_method.media.updatedAt`,
`shipping_method.media.translation.title`,
COALESCE(
`shipping_method.media.translation.title`,
`shipping_method.media.translation.title`
) as `shipping_method.media.title`,
`shipping_method.media.translation.alt`,
COALESCE(
`shipping_method.media.translation.alt`,
`shipping_method.media.translation.alt`
) as `shipping_method.media.alt`,
`shipping_method.media.translation.customFields`,
COALESCE(
`shipping_method.media.translation.customFields`,
`shipping_method.media.translation.customFields`
) as `shipping_method.media.customFields`,
`shipping_method.media.translation.createdAt`,
`shipping_method.media.translation.updatedAt`,
`shipping_method.media.translation.mediaId`,
`shipping_method.media.translation.languageId`,
`shipping_method.translation.name`,
COALESCE(
`shipping_method.translation.name`,
`shipping_method.translation.name`
) as `shipping_method.name`,
`shipping_method.translation.description`,
COALESCE(
`shipping_method.translation.description`,
`shipping_method.translation.description`
) as `shipping_method.description`,
`shipping_method.translation.trackingUrl`,
COALESCE(
`shipping_method.translation.trackingUrl`,
`shipping_method.translation.trackingUrl`
) as `shipping_method.trackingUrl`,
`shipping_method.translation.customFields`,
COALESCE(
`shipping_method.translation.customFields`,
`shipping_method.translation.customFields`
) as `shipping_method.customFields`,
`shipping_method.translation.createdAt`,
`shipping_method.translation.updatedAt`,
`shipping_method.translation.shippingMethodId`,
`shipping_method.translation.languageId`
FROM
`shipping_method`
LEFT JOIN (
SELECT
`shipping_method.translation`.shipping_method_id,
`shipping_method.translation`.name as `shipping_method.translation.name`,
`shipping_method.translation`.description as `shipping_method.translation.description`,
`shipping_method.translation`.tracking_url as `shipping_method.translation.trackingUrl`,
`shipping_method.translation`.custom_fields as `shipping_method.translation.customFields`,
`shipping_method.translation`.created_at as `shipping_method.translation.createdAt`,
`shipping_method.translation`.updated_at as `shipping_method.translation.updatedAt`,
`shipping_method.translation`.shipping_method_id as `shipping_method.translation.shippingMethodId`,
`shipping_method.translation`.language_id as `shipping_method.translation.languageId`
FROM
`shipping_method_translation` `shipping_method.translation`
WHERE
`shipping_method.translation`.language_id = : languageId
) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation`.`shipping_method_id` = `shipping_method`.`id`
LEFT JOIN `delivery_time` `shipping_method.deliveryTime` ON `shipping_method`.`delivery_time_id` = `shipping_method.deliveryTime`.`id`
LEFT JOIN `media` `shipping_method.media` ON `shipping_method`.`media_id` = `shipping_method.media`.`id`
LEFT JOIN (
SELECT
`shipping_method.deliveryTime.translation`.delivery_time_id,
`shipping_method.deliveryTime.translation`.name as `shipping_method.deliveryTime.translation.name`,
`shipping_method.deliveryTime.translation`.custom_fields as `shipping_method.deliveryTime.translation.customFields`,
`shipping_method.deliveryTime.translation`.created_at as `shipping_method.deliveryTime.translation.createdAt`,
`shipping_method.deliveryTime.translation`.updated_at as `shipping_method.deliveryTime.translation.updatedAt`,
`shipping_method.deliveryTime.translation`.delivery_time_id as `shipping_method.deliveryTime.translation.deliveryTimeId`,
`shipping_method.deliveryTime.translation`.language_id as `shipping_method.deliveryTime.translation.languageId`
FROM
`delivery_time_translation` `shipping_method.deliveryTime.translation`
WHERE
`shipping_method.deliveryTime.translation`.language_id = : languageId
) `shipping_method.deliveryTime.delivery_time_translation` ON `shipping_method.deliveryTime.delivery_time_translation`.`delivery_time_id` = `shipping_method.deliveryTime`.`id`
LEFT JOIN (
SELECT
`shipping_method.media.translation`.media_id,
`shipping_method.media.translation`.title as `shipping_method.media.translation.title`,
`shipping_method.media.translation`.alt as `shipping_method.media.translation.alt`,
`shipping_method.media.translation`.custom_fields as `shipping_method.media.translation.customFields`,
`shipping_method.media.translation`.created_at as `shipping_method.media.translation.createdAt`,
`shipping_method.media.translation`.updated_at as `shipping_method.media.translation.updatedAt`,
`shipping_method.media.translation`.media_id as `shipping_method.media.translation.mediaId`,
`shipping_method.media.translation`.language_id as `shipping_method.media.translation.languageId`
FROM
`media_translation` `shipping_method.media.translation`
WHERE
`shipping_method.media.translation`.language_id = : languageId
) `shipping_method.media.media_translation` ON `shipping_method.media.media_translation`.`media_id` = `shipping_method.media`.`id`
WHERE
`shipping_method`.`id` IN (: ids)
SELECT `shipping_method`.`id` as `shipping_method.id`, `shipping_method`.`active` as `shipping_method.active`, `shipping_method`.`position` as `shipping_method.position`, `shipping_method`.`availability_rule_id` as `shipping_method.availabilityRuleId`, `shipping_method`.`media_id` as `shipping_method.mediaId`, `shipping_method`.`delivery_time_id` as `shipping_method.deliveryTimeId`, `shipping_method`.`tax_type` as `shipping_method.taxType`, `shipping_method`.`tax_id` as `shipping_method.taxId`, `shipping_method.deliveryTime`.`id` as `shipping_method.deliveryTime.id`, `shipping_method.deliveryTime`.`min` as `shipping_method.deliveryTime.min`, `shipping_method.deliveryTime`.`max` as `shipping_method.deliveryTime.max`, `shipping_method.deliveryTime`.`unit` as `shipping_method.deliveryTime.unit`, `shipping_method.deliveryTime`.`created_at` as `shipping_method.deliveryTime.createdAt`, `shipping_method.deliveryTime`.`updated_at` as `shipping_method.deliveryTime.updatedAt`, `shipping_method.deliveryTime.translation.name`, COALESCE(`shipping_method.deliveryTime.translation.name`,`shipping_method.deliveryTime.translation.name`) as `shipping_method.deliveryTime.name`, `shipping_method.deliveryTime.translation.customFields`, COALESCE(`shipping_method.deliveryTime.translation.customFields`,`shipping_method.deliveryTime.translation.customFields`) as `shipping_method.deliveryTime.customFields`, `shipping_method.deliveryTime.translation.createdAt`, `shipping_method.deliveryTime.translation.updatedAt`, `shipping_method.deliveryTime.translation.deliveryTimeId`, `shipping_method.deliveryTime.translation.languageId`, `shipping_method`.`created_at` as `shipping_method.createdAt`, `shipping_method`.`updated_at` as `shipping_method.updatedAt`, `shipping_method.media`.`id` as `shipping_method.media.id`, `shipping_method.media`.`user_id` as `shipping_method.media.userId`, `shipping_method.media`.`media_folder_id` as `shipping_method.media.mediaFolderId`, `shipping_method.media`.`mime_type` as `shipping_method.media.mimeType`, `shipping_method.media`.`file_extension` as `shipping_method.media.fileExtension`, `shipping_method.media`.`uploaded_at` as `shipping_method.media.uploadedAt`, `shipping_method.media`.`file_name` as `shipping_method.media.fileName`, `shipping_method.media`.`file_size` as `shipping_method.media.fileSize`, `shipping_method.media`.`media_type` as `shipping_method.media.mediaTypeRaw`, `shipping_method.media`.`meta_data` as `shipping_method.media.metaData`, `shipping_method.media`.`private` as `shipping_method.media.private`, `shipping_method.media`.`thumbnails_ro` as `shipping_method.media.thumbnailsRo`, `shipping_method.media`.`created_at` as `shipping_method.media.createdAt`, `shipping_method.media`.`updated_at` as `shipping_method.media.updatedAt`, `shipping_method.media.translation.title`, COALESCE(`shipping_method.media.translation.title`,`shipping_method.media.translation.title`) as `shipping_method.media.title`, `shipping_method.media.translation.alt`, COALESCE(`shipping_method.media.translation.alt`,`shipping_method.media.translation.alt`) as `shipping_method.media.alt`, `shipping_method.media.translation.customFields`, COALESCE(`shipping_method.media.translation.customFields`,`shipping_method.media.translation.customFields`) as `shipping_method.media.customFields`, `shipping_method.media.translation.createdAt`, `shipping_method.media.translation.updatedAt`, `shipping_method.media.translation.mediaId`, `shipping_method.media.translation.languageId`, `shipping_method.translation.name`, COALESCE(`shipping_method.translation.name`,`shipping_method.translation.name`) as `shipping_method.name`, `shipping_method.translation.description`, COALESCE(`shipping_method.translation.description`,`shipping_method.translation.description`) as `shipping_method.description`, `shipping_method.translation.trackingUrl`, COALESCE(`shipping_method.translation.trackingUrl`,`shipping_method.translation.trackingUrl`) as `shipping_method.trackingUrl`, `shipping_method.translation.customFields`, COALESCE(`shipping_method.translation.customFields`,`shipping_method.translation.customFields`) as `shipping_method.customFields`, `shipping_method.translation.createdAt`, `shipping_method.translation.updatedAt`, `shipping_method.translation.shippingMethodId`, `shipping_method.translation.languageId` FROM `shipping_method` LEFT JOIN (SELECT `shipping_method.translation`.shipping_method_id, `shipping_method.translation`.name as `shipping_method.translation.name`, `shipping_method.translation`.description as `shipping_method.translation.description`, `shipping_method.translation`.tracking_url as `shipping_method.translation.trackingUrl`, `shipping_method.translation`.custom_fields as `shipping_method.translation.customFields`, `shipping_method.translation`.created_at as `shipping_method.translation.createdAt`, `shipping_method.translation`.updated_at as `shipping_method.translation.updatedAt`, `shipping_method.translation`.shipping_method_id as `shipping_method.translation.shippingMethodId`, `shipping_method.translation`.language_id as `shipping_method.translation.languageId` FROM `shipping_method_translation` `shipping_method.translation` WHERE `shipping_method.translation`.language_id = 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 (0xB02ADD34335A43ABB493A91D113C5819, 0xC59D328118104ED780BF3B37C7EA00F4, 0xD8550DDAA3BD482E8C12A5BA40415274, 0x3283BF0205EF46E1815625FE87D8F06D);
array:32 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 212)"
2 => "Doctrine\DBAL\Query\QueryBuilder::execute (line 296)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetch (line 131)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 83)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::read (line 177)"
6 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::read (line 118)"
7 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::search (line 90)"
8 => "Shopware\Core\Checkout\Shipping\SalesChannel\ShippingMethodRoute::load (line 122)"
9 => "Shopware\Core\Checkout\Shipping\SalesChannel\CachedShippingMethodRoute::Shopware\Core\Checkout\Shipping\SalesChannel\{closure} (line 328)"
10 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 39)"
11 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 99)"
12 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 40)"
13 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 43)"
14 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 41)"
15 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 37)"
16 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 54)"
17 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 38)"
18 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 123)"
19 => "Shopware\Core\Checkout\Shipping\SalesChannel\CachedShippingMethodRoute::Shopware\Core\Checkout\Shipping\SalesChannel\{closure} (line 70)"
20 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 33)"
21 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 128)"
22 => "Shopware\Core\Checkout\Shipping\SalesChannel\CachedShippingMethodRoute::load (line 73)"
23 => "Shopware\Core\Checkout\Shipping\SalesChannel\SortedShippingMethodRoute::load (line 95)"
24 => "Shopware\Storefront\Page\Checkout\Cart\CheckoutCartPageLoader::getShippingMethods (line 70)"
25 => "Shopware\Storefront\Page\Checkout\Cart\CheckoutCartPageLoader::load (line 98)"
26 => "Shopware\Storefront\Controller\CheckoutController::cartPage (line 152)"
27 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 74)"
28 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
29 => "Symfony\Component\HttpKernel\Kernel::handle (line 153)"
30 => "Shopware\Core\HttpKernel::doHandle (line 79)"
31 => "Shopware\Core\HttpKernel::handle (line 48)"
]
|
55 |
2.48 ms |
SELECT `app`.`id` as `app.id`, `app`.`name` as `app.name`, `app`.`path` as `app.path`, `app`.`author` as `app.author`, `app`.`copyright` as `app.copyright`, `app`.`license` as `app.license`, `app`.`active` as `app.active`, `app`.`configurable` as `app.configurable`, `app`.`privacy` as `app.privacy`, `app`.`version` as `app.version`, `app`.`icon` as `app.iconRaw`, `app`.`app_secret` as `app.appSecret`, `app`.`modules` as `app.modules`, `app`.`main_module` as `app.mainModule`, `app`.`cookies` as `app.cookies`, `app`.`allow_disable` as `app.allowDisable`, `app`.`integration_id` as `app.integrationId`, `app.integration`.`id` as `app.integration.id`, `app.integration`.`label` as `app.integration.label`, `app.integration`.`access_key` as `app.integration.accessKey`, `app.integration`.`secret_access_key` as `app.integration.secretAccessKey`, `app.integration`.`write_access` as `app.integration.writeAccess`, `app.integration`.`last_usage_at` as `app.integration.lastUsageAt`, `app.integration`.`admin` as `app.integration.admin`, `app.integration`.`custom_fields` as `app.integration.customFields`, `app.integration`.`deleted_at` as `app.integration.deletedAt`, `app.integration`.`created_at` as `app.integration.createdAt`, `app.integration`.`updated_at` as `app.integration.updatedAt`, `app`.`acl_role_id` as `app.aclRoleId`, `app.aclRole`.`id` as `app.aclRole.id`, `app.aclRole`.`name` as `app.aclRole.name`, `app.aclRole`.`description` as `app.aclRole.description`, `app.aclRole`.`privileges` as `app.aclRole.privileges`, `app.aclRole`.`deleted_at` as `app.aclRole.deletedAt`, `app.aclRole`.`created_at` as `app.aclRole.createdAt`, `app.aclRole`.`updated_at` as `app.aclRole.updatedAt`, `app`.`created_at` as `app.createdAt`, `app`.`updated_at` as `app.updatedAt`, `app.translation.label`, COALESCE(`app.translation.label`,`app.translation.label`) as `app.label`, `app.translation.description`, COALESCE(`app.translation.description`,`app.translation.description`) as `app.description`, `app.translation.privacyPolicyExtensions`, COALESCE(`app.translation.privacyPolicyExtensions`,`app.translation.privacyPolicyExtensions`) as `app.privacyPolicyExtensions`, `app.translation.customFields`, COALESCE(`app.translation.customFields`,`app.translation.customFields`) as `app.customFields`, `app.translation.createdAt`, `app.translation.updatedAt`, `app.translation.appId`, `app.translation.languageId` FROM `app` LEFT JOIN (SELECT `app.translation`.app_id, `app.translation`.label as `app.translation.label`, `app.translation`.description as `app.translation.description`, `app.translation`.privacy_policy_extensions as `app.translation.privacyPolicyExtensions`, `app.translation`.custom_fields as `app.translation.customFields`, `app.translation`.created_at as `app.translation.createdAt`, `app.translation`.updated_at as `app.translation.updatedAt`, `app.translation`.app_id as `app.translation.appId`, `app.translation`.language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation`.language_id = :languageId) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` LEFT JOIN `integration` `app.integration` ON `app`.`integration_id` = `app.integration`.`id` LEFT JOIN `acl_role` `app.aclRole` ON `app`.`acl_role_id` = `app.aclRole`.`id` WHERE (`app`.`active` = :param_3a900518725445b9ab826243b1351702)
SELECT
`app`.`id` as `app.id`,
`app`.`name` as `app.name`,
`app`.`path` as `app.path`,
`app`.`author` as `app.author`,
`app`.`copyright` as `app.copyright`,
`app`.`license` as `app.license`,
`app`.`active` as `app.active`,
`app`.`configurable` as `app.configurable`,
`app`.`privacy` as `app.privacy`,
`app`.`version` as `app.version`,
`app`.`icon` as `app.iconRaw`,
`app`.`app_secret` as `app.appSecret`,
`app`.`modules` as `app.modules`,
`app`.`main_module` as `app.mainModule`,
`app`.`cookies` as `app.cookies`,
`app`.`allow_disable` as `app.allowDisable`,
`app`.`integration_id` as `app.integrationId`,
`app.integration`.`id` as `app.integration.id`,
`app.integration`.`label` as `app.integration.label`,
`app.integration`.`access_key` as `app.integration.accessKey`,
`app.integration`.`secret_access_key` as `app.integration.secretAccessKey`,
`app.integration`.`write_access` as `app.integration.writeAccess`,
`app.integration`.`last_usage_at` as `app.integration.lastUsageAt`,
`app.integration`.`admin` as `app.integration.admin`,
`app.integration`.`custom_fields` as `app.integration.customFields`,
`app.integration`.`deleted_at` as `app.integration.deletedAt`,
`app.integration`.`created_at` as `app.integration.createdAt`,
`app.integration`.`updated_at` as `app.integration.updatedAt`,
`app`.`acl_role_id` as `app.aclRoleId`,
`app.aclRole`.`id` as `app.aclRole.id`,
`app.aclRole`.`name` as `app.aclRole.name`,
`app.aclRole`.`description` as `app.aclRole.description`,
`app.aclRole`.`privileges` as `app.aclRole.privileges`,
`app.aclRole`.`deleted_at` as `app.aclRole.deletedAt`,
`app.aclRole`.`created_at` as `app.aclRole.createdAt`,
`app.aclRole`.`updated_at` as `app.aclRole.updatedAt`,
`app`.`created_at` as `app.createdAt`,
`app`.`updated_at` as `app.updatedAt`,
`app.translation.label`,
COALESCE(
`app.translation.label`, `app.translation.label`
) as `app.label`,
`app.translation.description`,
COALESCE(
`app.translation.description`, `app.translation.description`
) as `app.description`,
`app.translation.privacyPolicyExtensions`,
COALESCE(
`app.translation.privacyPolicyExtensions`,
`app.translation.privacyPolicyExtensions`
) as `app.privacyPolicyExtensions`,
`app.translation.customFields`,
COALESCE(
`app.translation.customFields`,
`app.translation.customFields`
) as `app.customFields`,
`app.translation.createdAt`,
`app.translation.updatedAt`,
`app.translation.appId`,
`app.translation.languageId`
FROM
`app`
LEFT JOIN (
SELECT
`app.translation`.app_id,
`app.translation`.label as `app.translation.label`,
`app.translation`.description as `app.translation.description`,
`app.translation`.privacy_policy_extensions as `app.translation.privacyPolicyExtensions`,
`app.translation`.custom_fields as `app.translation.customFields`,
`app.translation`.created_at as `app.translation.createdAt`,
`app.translation`.updated_at as `app.translation.updatedAt`,
`app.translation`.app_id as `app.translation.appId`,
`app.translation`.language_id as `app.translation.languageId`
FROM
`app_translation` `app.translation`
WHERE
`app.translation`.language_id = : languageId
) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id`
LEFT JOIN `integration` `app.integration` ON `app`.`integration_id` = `app.integration`.`id`
LEFT JOIN `acl_role` `app.aclRole` ON `app`.`acl_role_id` = `app.aclRole`.`id`
WHERE
(
`app`.`active` = : param_3a900518725445b9ab826243b1351702
)
SELECT `app`.`id` as `app.id`, `app`.`name` as `app.name`, `app`.`path` as `app.path`, `app`.`author` as `app.author`, `app`.`copyright` as `app.copyright`, `app`.`license` as `app.license`, `app`.`active` as `app.active`, `app`.`configurable` as `app.configurable`, `app`.`privacy` as `app.privacy`, `app`.`version` as `app.version`, `app`.`icon` as `app.iconRaw`, `app`.`app_secret` as `app.appSecret`, `app`.`modules` as `app.modules`, `app`.`main_module` as `app.mainModule`, `app`.`cookies` as `app.cookies`, `app`.`allow_disable` as `app.allowDisable`, `app`.`integration_id` as `app.integrationId`, `app.integration`.`id` as `app.integration.id`, `app.integration`.`label` as `app.integration.label`, `app.integration`.`access_key` as `app.integration.accessKey`, `app.integration`.`secret_access_key` as `app.integration.secretAccessKey`, `app.integration`.`write_access` as `app.integration.writeAccess`, `app.integration`.`last_usage_at` as `app.integration.lastUsageAt`, `app.integration`.`admin` as `app.integration.admin`, `app.integration`.`custom_fields` as `app.integration.customFields`, `app.integration`.`deleted_at` as `app.integration.deletedAt`, `app.integration`.`created_at` as `app.integration.createdAt`, `app.integration`.`updated_at` as `app.integration.updatedAt`, `app`.`acl_role_id` as `app.aclRoleId`, `app.aclRole`.`id` as `app.aclRole.id`, `app.aclRole`.`name` as `app.aclRole.name`, `app.aclRole`.`description` as `app.aclRole.description`, `app.aclRole`.`privileges` as `app.aclRole.privileges`, `app.aclRole`.`deleted_at` as `app.aclRole.deletedAt`, `app.aclRole`.`created_at` as `app.aclRole.createdAt`, `app.aclRole`.`updated_at` as `app.aclRole.updatedAt`, `app`.`created_at` as `app.createdAt`, `app`.`updated_at` as `app.updatedAt`, `app.translation.label`, COALESCE(`app.translation.label`,`app.translation.label`) as `app.label`, `app.translation.description`, COALESCE(`app.translation.description`,`app.translation.description`) as `app.description`, `app.translation.privacyPolicyExtensions`, COALESCE(`app.translation.privacyPolicyExtensions`,`app.translation.privacyPolicyExtensions`) as `app.privacyPolicyExtensions`, `app.translation.customFields`, COALESCE(`app.translation.customFields`,`app.translation.customFields`) as `app.customFields`, `app.translation.createdAt`, `app.translation.updatedAt`, `app.translation.appId`, `app.translation.languageId` FROM `app` LEFT JOIN (SELECT `app.translation`.app_id, `app.translation`.label as `app.translation.label`, `app.translation`.description as `app.translation.description`, `app.translation`.privacy_policy_extensions as `app.translation.privacyPolicyExtensions`, `app.translation`.custom_fields as `app.translation.customFields`, `app.translation`.created_at as `app.translation.createdAt`, `app.translation`.updated_at as `app.translation.updatedAt`, `app.translation`.app_id as `app.translation.appId`, `app.translation`.language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation`.language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` LEFT JOIN `integration` `app.integration` ON `app`.`integration_id` = `app.integration`.`id` LEFT JOIN `acl_role` `app.aclRole` ON `app`.`acl_role_id` = `app.aclRole`.`id` WHERE (`app`.`active` = 1);
array:22 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 212)"
2 => "Doctrine\DBAL\Query\QueryBuilder::execute (line 296)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetch (line 131)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 83)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::read (line 226)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::read (line 255)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::_search (line 111)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::Shopware\Core\Framework\DataAbstractionLayer\{closure} (line 57)"
9 => "Shopware\Core\Profiling\Profiler::trace (line 112)"
10 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 121)"
11 => "Shopware\Core\Framework\App\Lifecycle\Persister\ScriptPersister::refresh (line 71)"
12 => "Shopware\Core\Framework\Script\Execution\ScriptLoader::load (line 55)"
13 => "Shopware\Core\Framework\Script\Execution\ScriptLoader::get (line 67)"
14 => "Shopware\Core\Framework\Script\Execution\ScriptExecutor::execute (line 253)"
15 => "Shopware\Storefront\Controller\StorefrontController::hook (line 102)"
16 => "Shopware\Storefront\Controller\CheckoutController::cartPage (line 152)"
17 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 74)"
18 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
19 => "Symfony\Component\HttpKernel\Kernel::handle (line 153)"
20 => "Shopware\Core\HttpKernel::doHandle (line 79)"
21 => "Shopware\Core\HttpKernel::handle (line 48)"
]
|
56 |
0.11 ms |
SELECT LOWER(HEX(`script`.`app_id`)) as `app_id`,
`script`.`name` AS scriptName,
`script`.`script` AS script,
`script`.`hook` AS hook,
IFNULL(`script`.`updated_at`, `script`.`created_at`) AS lastModified,
`app`.`name` AS appName,
LOWER(HEX(`app`.`integration_id`)) AS integrationId,
`app`.`version` AS appVersion
FROM `script`
LEFT JOIN `app` ON `script`.`app_id` = `app`.`id`
WHERE `script`.`hook` != 'include'
ORDER BY `app`.`created_at`, `app`.`id`, `script`.`name`
SELECT LOWER(HEX(`script`.`app_id`)) as `app_id`,
`script`.`name` AS scriptName,
`script`.`script` AS script,
`script`.`hook` AS hook,
IFNULL(`script`.`updated_at`, `script`.`created_at`) AS lastModified,
`app`.`name` AS appName,
LOWER(HEX(`app`.`integration_id`)) AS integrationId,
`app`.`version` AS appVersion
FROM `script`
LEFT JOIN `app` ON `script`.`app_id` = `app`.`id`
WHERE `script`.`hook` != 'include'
ORDER BY `app`.`created_at`, `app`.`id`, `script`.`name`
;
array:13 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 1042)"
2 => "Doctrine\DBAL\Connection::fetchAllAssociative (line 74)"
3 => "Shopware\Core\Framework\Script\Execution\ScriptLoader::load (line 55)"
4 => "Shopware\Core\Framework\Script\Execution\ScriptLoader::get (line 67)"
5 => "Shopware\Core\Framework\Script\Execution\ScriptExecutor::execute (line 253)"
6 => "Shopware\Storefront\Controller\StorefrontController::hook (line 102)"
7 => "Shopware\Storefront\Controller\CheckoutController::cartPage (line 152)"
8 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 74)"
9 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
10 => "Symfony\Component\HttpKernel\Kernel::handle (line 153)"
11 => "Shopware\Core\HttpKernel::doHandle (line 79)"
12 => "Shopware\Core\HttpKernel::handle (line 48)"
]
|
57 |
0.10 ms |
SELECT LOWER(HEX(`script`.`app_id`)) as `app_id`,
`script`.`name` AS name,
`script`.`script` AS script,
`app`.`name` AS appName,
LOWER(HEX(`app`.`integration_id`)) AS integrationId,
IFNULL(`script`.`updated_at`, `script`.`created_at`) AS lastModified
FROM `script`
LEFT JOIN `app` ON `script`.`app_id` = `app`.`id`
WHERE `script`.`hook` = 'include'
ORDER BY `app`.`created_at`, `app`.`id`, `script`.`name`
SELECT LOWER(HEX(`script`.`app_id`)) as `app_id`,
`script`.`name` AS name,
`script`.`script` AS script,
`app`.`name` AS appName,
LOWER(HEX(`app`.`integration_id`)) AS integrationId,
IFNULL(`script`.`updated_at`, `script`.`created_at`) AS lastModified
FROM `script`
LEFT JOIN `app` ON `script`.`app_id` = `app`.`id`
WHERE `script`.`hook` = 'include'
ORDER BY `app`.`created_at`, `app`.`id`, `script`.`name`
;
array:13 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 1042)"
2 => "Doctrine\DBAL\Connection::fetchAllAssociative (line 89)"
3 => "Shopware\Core\Framework\Script\Execution\ScriptLoader::load (line 55)"
4 => "Shopware\Core\Framework\Script\Execution\ScriptLoader::get (line 67)"
5 => "Shopware\Core\Framework\Script\Execution\ScriptExecutor::execute (line 253)"
6 => "Shopware\Storefront\Controller\StorefrontController::hook (line 102)"
7 => "Shopware\Storefront\Controller\CheckoutController::cartPage (line 152)"
8 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 74)"
9 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
10 => "Symfony\Component\HttpKernel\Kernel::handle (line 153)"
11 => "Shopware\Core\HttpKernel::doHandle (line 79)"
12 => "Shopware\Core\HttpKernel::handle (line 48)"
]
|
58 |
0.28 ms |
SELECT `app`.`name`, `app`.`version`
FROM `app`
INNER JOIN `app_template` ON `app_template`.`app_id` = `app`.`id`
WHERE `app`.`active` = 1 AND `app_template`.`active` = 1
SELECT `app`.`name`, `app`.`version`
FROM `app`
INNER JOIN `app_template` ON `app_template`.`app_id` = `app`.`id`
WHERE `app`.`active` = 1 AND `app_template`.`active` = 1;
array:15 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 1065)"
2 => "Doctrine\DBAL\Connection::fetchAllKeyValue (line 54)"
3 => "Shopware\Core\Framework\Adapter\Twig\NamespaceHierarchy\BundleHierarchyBuilder::getAppTemplateNamespaces (line 45)"
4 => "Shopware\Core\Framework\Adapter\Twig\NamespaceHierarchy\BundleHierarchyBuilder::buildNamespaceHierarchy (line 30)"
5 => "Shopware\Core\Framework\Adapter\Twig\NamespaceHierarchy\NamespaceHierarchyBuilder::buildHierarchy (line 136)"
6 => "Shopware\Core\Framework\Adapter\Twig\TemplateFinder::getNamespaceHierarchy (line 60)"
7 => "Shopware\Core\Framework\Adapter\Twig\TemplateFinder::find (line 56)"
8 => "Shopware\Storefront\Controller\StorefrontController::renderStorefront (line 119)"
9 => "Shopware\Storefront\Controller\CheckoutController::cartPage (line 152)"
10 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 74)"
11 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
12 => "Symfony\Component\HttpKernel\Kernel::handle (line 153)"
13 => "Shopware\Core\HttpKernel::doHandle (line 79)"
14 => "Shopware\Core\HttpKernel::handle (line 48)"
]
|
59 |
0.25 ms |
SELECT `name`, `path`, `author`
FROM `app`
WHERE `active` = 1
SELECT `name`, `path`, `author`
FROM `app`
WHERE `active` = 1
;
array:20 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 1042)"
2 => "Doctrine\DBAL\Connection::fetchAllAssociative (line 44)"
3 => "Shopware\Core\Framework\App\ActiveAppsLoader::loadApps (line 30)"
4 => "Shopware\Core\Framework\App\ActiveAppsLoader::getActiveApps (line 76)"
5 => "Shopware\Storefront\Theme\StorefrontPluginRegistry::addAppConfigs (line 47)"
6 => "Shopware\Storefront\Theme\StorefrontPluginRegistry::getConfigurations (line 77)"
7 => "Shopware\Storefront\Theme\Twig\ThemeInheritanceBuilder::getThemeInheritance (line 26)"
8 => "Shopware\Storefront\Theme\Twig\ThemeInheritanceBuilder::build (line 47)"
9 => "Shopware\Storefront\Theme\Twig\ThemeNamespaceHierarchyBuilder::buildNamespaceHierarchy (line 30)"
10 => "Shopware\Core\Framework\Adapter\Twig\NamespaceHierarchy\NamespaceHierarchyBuilder::buildHierarchy (line 136)"
11 => "Shopware\Core\Framework\Adapter\Twig\TemplateFinder::getNamespaceHierarchy (line 60)"
12 => "Shopware\Core\Framework\Adapter\Twig\TemplateFinder::find (line 56)"
13 => "Shopware\Storefront\Controller\StorefrontController::renderStorefront (line 119)"
14 => "Shopware\Storefront\Controller\CheckoutController::cartPage (line 152)"
15 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 74)"
16 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
17 => "Symfony\Component\HttpKernel\Kernel::handle (line 153)"
18 => "Shopware\Core\HttpKernel::doHandle (line 79)"
19 => "Shopware\Core\HttpKernel::handle (line 48)"
]
|
60 |
0.77 ms |
SELECT `theme`.`id` as `theme.id`, `theme`.`technical_name` as `theme.technicalName`, `theme`.`name` as `theme.name`, `theme`.`author` as `theme.author`, `theme`.`preview_media_id` as `theme.previewMediaId`, `theme`.`parent_theme_id` as `theme.parentThemeId`, `theme`.`base_config` as `theme.baseConfig`, `theme`.`config_values` as `theme.configValues`, `theme`.`active` as `theme.active`, `theme`.`created_at` as `theme.createdAt`, `theme`.`updated_at` as `theme.updatedAt`, `theme.translation.description`, COALESCE(`theme.translation.description`,`theme.translation.description`) as `theme.description`, `theme.translation.labels`, COALESCE(`theme.translation.labels`,`theme.translation.labels`) as `theme.labels`, `theme.translation.helpTexts`, COALESCE(`theme.translation.helpTexts`,`theme.translation.helpTexts`) as `theme.helpTexts`, `theme.translation.customFields`, COALESCE(`theme.translation.customFields`,`theme.translation.customFields`) as `theme.customFields`, `theme.translation.createdAt`, `theme.translation.updatedAt`, `theme.translation.themeId`, `theme.translation.languageId` FROM `theme` LEFT JOIN (SELECT `theme.translation`.theme_id, `theme.translation`.description as `theme.translation.description`, `theme.translation`.labels as `theme.translation.labels`, `theme.translation`.help_texts as `theme.translation.helpTexts`, `theme.translation`.custom_fields as `theme.translation.customFields`, `theme.translation`.created_at as `theme.translation.createdAt`, `theme.translation`.updated_at as `theme.translation.updatedAt`, `theme.translation`.theme_id as `theme.translation.themeId`, `theme.translation`.language_id as `theme.translation.languageId` FROM `theme_translation` `theme.translation` WHERE `theme.translation`.language_id = :languageId) `theme.theme_translation` ON `theme.theme_translation`.`theme_id` = `theme`.`id`
SELECT `theme`.`id` as `theme.id`, `theme`.`technical_name` as `theme.technicalName`, `theme`.`name` as `theme.name`, `theme`.`author` as `theme.author`, `theme`.`preview_media_id` as `theme.previewMediaId`, `theme`.`parent_theme_id` as `theme.parentThemeId`, `theme`.`base_config` as `theme.baseConfig`, `theme`.`config_values` as `theme.configValues`, `theme`.`active` as `theme.active`, `theme`.`created_at` as `theme.createdAt`, `theme`.`updated_at` as `theme.updatedAt`, `theme.translation.description`, COALESCE(`theme.translation.description`,`theme.translation.description`) as `theme.description`, `theme.translation.labels`, COALESCE(`theme.translation.labels`,`theme.translation.labels`) as `theme.labels`, `theme.translation.helpTexts`, COALESCE(`theme.translation.helpTexts`,`theme.translation.helpTexts`) as `theme.helpTexts`, `theme.translation.customFields`, COALESCE(`theme.translation.customFields`,`theme.translation.customFields`) as `theme.customFields`, `theme.translation.createdAt`, `theme.translation.updatedAt`, `theme.translation.themeId`, `theme.translation.languageId` FROM `theme` LEFT JOIN (SELECT `theme.translation`.theme_id, `theme.translation`.description as `theme.translation.description`, `theme.translation`.labels as `theme.translation.labels`, `theme.translation`.help_texts as `theme.translation.helpTexts`, `theme.translation`.custom_fields as `theme.translation.customFields`, `theme.translation`.created_at as `theme.translation.createdAt`, `theme.translation`.updated_at as `theme.translation.updatedAt`, `theme.translation`.theme_id as `theme.translation.themeId`, `theme.translation`.language_id as `theme.translation.languageId` FROM `theme_translation` `theme.translation` WHERE `theme.translation`.language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B) `theme.theme_translation` ON `theme.theme_translation`.`theme_id` = `theme`.`id`;
array:69 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 212)"
2 => "Doctrine\DBAL\Query\QueryBuilder::execute (line 296)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetch (line 131)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 83)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::read (line 226)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::read (line 255)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::_search (line 111)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::Shopware\Core\Framework\DataAbstractionLayer\{closure} (line 57)"
9 => "Shopware\Core\Profiling\Profiler::trace (line 112)"
10 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 193)"
11 => "Shopware\Storefront\Theme\ThemeService::getThemeConfiguration (line 37)"
12 => "Shopware\Storefront\Theme\ResolvedConfigLoader::load (line 34)"
13 => "Shopware\Storefront\Theme\CachedResolvedConfigLoader::Shopware\Storefront\Theme\{closure} (line 70)"
14 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 33)"
15 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 39)"
16 => "Shopware\Storefront\Theme\CachedResolvedConfigLoader::load (line 112)"
17 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::getThemeConfig (line 37)"
18 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::get (line 46)"
19 => "Shopware\Storefront\Framework\Twig\TemplateConfigAccessor::theme (line 44)"
20 => "Shopware\Storefront\Framework\Twig\Extension\ConfigExtension::theme (line 624)"
21 => "__TwigTemplate_ce5f027e244e3929149a46a61fb9c349dcf1abcff6fd3005165ad85d1ff9fdcf::block_layout_head_meta_tags_image_og (line 171)"
22 => "Twig\Template::displayBlock (line 501)"
23 => "__TwigTemplate_ce5f027e244e3929149a46a61fb9c349dcf1abcff6fd3005165ad85d1ff9fdcf::block_layout_head_meta_tags_opengraph (line 171)"
24 => "Twig\Template::displayBlock (line 263)"
25 => "__TwigTemplate_ce5f027e244e3929149a46a61fb9c349dcf1abcff6fd3005165ad85d1ff9fdcf::block_layout_head_meta_tags (line 171)"
26 => "Twig\Template::displayBlock (line 134)"
27 => "Twig\Template::displayParentBlock (line 78)"
28 => "__TwigTemplate_ee675348c28e23e8c16f993313e58e23fa903f62e2eac3f75ecd96fe48a37174::block_layout_head_meta_tags (line 171)"
29 => "Twig\Template::displayBlock (line 130)"
30 => "__TwigTemplate_ce5f027e244e3929149a46a61fb9c349dcf1abcff6fd3005165ad85d1ff9fdcf::block_layout_head_inner (line 171)"
31 => "Twig\Template::displayBlock (line 89)"
32 => "__TwigTemplate_ce5f027e244e3929149a46a61fb9c349dcf1abcff6fd3005165ad85d1ff9fdcf::doDisplay (line 394)"
33 => "Twig\Template::displayWithErrorHandling (line 367)"
34 => "Twig\Template::display (line 50)"
35 => "__TwigTemplate_ee675348c28e23e8c16f993313e58e23fa903f62e2eac3f75ecd96fe48a37174::doDisplay (line 394)"
36 => "Twig\Template::displayWithErrorHandling (line 367)"
37 => "Twig\Template::display (line 50)"
38 => "__TwigTemplate_dcbc661d3881c6b162dd6bb5f9005f396364f15eff29e1eb966f6634fe479dd6::doDisplay (line 394)"
39 => "Twig\Template::displayWithErrorHandling (line 367)"
40 => "Twig\Template::display (line 106)"
41 => "__TwigTemplate_10c7a3b6281cf76b038c6cc94b411fed86fcac3b63fb617f2aa4c2a989c35589::block_base_head (line 171)"
42 => "Twig\Template::displayBlock (line 92)"
43 => "__TwigTemplate_20449d408a515a768bb2cc91257a692bc1d555e82584b362b033d55f34edfdbf::doDisplay (line 394)"
44 => "Twig\Template::displayWithErrorHandling (line 367)"
45 => "Twig\Template::display (line 51)"
46 => "__TwigTemplate_f6ccb3984884572fc067b7f72f3e5020603530fc4ae01ece26a1db3b2f5df72b::doDisplay (line 394)"
47 => "Twig\Template::displayWithErrorHandling (line 367)"
48 => "Twig\Template::display (line 64)"
49 => "__TwigTemplate_4f03ab8848a3a7635f2a4113462b0546c4a404f494c6dee5a1b993f596f94370::doDisplay (line 394)"
50 => "Twig\Template::displayWithErrorHandling (line 367)"
51 => "Twig\Template::display (line 85)"
52 => "__TwigTemplate_10c7a3b6281cf76b038c6cc94b411fed86fcac3b63fb617f2aa4c2a989c35589::doDisplay (line 394)"
53 => "Twig\Template::displayWithErrorHandling (line 367)"
54 => "Twig\Template::display (line 379)"
55 => "Twig\Template::render (line 40)"
56 => "Twig\TemplateWrapper::render (line 277)"
57 => "Twig\Environment::render (line 233)"
58 => "Shopware\Storefront\Controller\StorefrontController::renderView (line 266)"
59 => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController::render (line 70)"
60 => "Shopware\Storefront\Controller\StorefrontController::Shopware\Storefront\Controller\{closure} (line 57)"
61 => "Shopware\Core\Profiling\Profiler::trace (line 71)"
62 => "Shopware\Storefront\Controller\StorefrontController::renderStorefront (line 119)"
63 => "Shopware\Storefront\Controller\CheckoutController::cartPage (line 152)"
64 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 74)"
65 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
66 => "Symfony\Component\HttpKernel\Kernel::handle (line 153)"
67 => "Shopware\Core\HttpKernel::doHandle (line 79)"
68 => "Shopware\Core\HttpKernel::handle (line 48)"
]
|
61 |
1.91 ms |
SELECT `media`.`id` as `media.id`, `media`.`user_id` as `media.userId`, `media`.`media_folder_id` as `media.mediaFolderId`, `media`.`mime_type` as `media.mimeType`, `media`.`file_extension` as `media.fileExtension`, `media`.`uploaded_at` as `media.uploadedAt`, `media`.`file_name` as `media.fileName`, `media`.`file_size` as `media.fileSize`, `media`.`media_type` as `media.mediaTypeRaw`, `media`.`meta_data` as `media.metaData`, `media`.`private` as `media.private`, `media`.`thumbnails_ro` as `media.thumbnailsRo`, `media`.`created_at` as `media.createdAt`, `media`.`updated_at` as `media.updatedAt`, `media.translation.title`, COALESCE(`media.translation.title`,`media.translation.title`) as `media.title`, `media.translation.alt`, COALESCE(`media.translation.alt`,`media.translation.alt`) as `media.alt`, `media.translation.customFields`, COALESCE(`media.translation.customFields`,`media.translation.customFields`) as `media.customFields`, `media.translation.createdAt`, `media.translation.updatedAt`, `media.translation.mediaId`, `media.translation.languageId` FROM `media` LEFT JOIN (SELECT `media.translation`.media_id, `media.translation`.title as `media.translation.title`, `media.translation`.alt as `media.translation.alt`, `media.translation`.custom_fields as `media.translation.customFields`, `media.translation`.created_at as `media.translation.createdAt`, `media.translation`.updated_at as `media.translation.updatedAt`, `media.translation`.media_id as `media.translation.mediaId`, `media.translation`.language_id as `media.translation.languageId` FROM `media_translation` `media.translation` WHERE `media.translation`.language_id = :languageId) `media.media_translation` ON `media.media_translation`.`media_id` = `media`.`id` WHERE ((`media`.`private` = :param_27d801a2de7d41a2b8d8fc1cd104a9af)) AND (`media`.`id` IN (:ids))
SELECT `media`.`id` as `media.id`, `media`.`user_id` as `media.userId`, `media`.`media_folder_id` as `media.mediaFolderId`, `media`.`mime_type` as `media.mimeType`, `media`.`file_extension` as `media.fileExtension`, `media`.`uploaded_at` as `media.uploadedAt`, `media`.`file_name` as `media.fileName`, `media`.`file_size` as `media.fileSize`, `media`.`media_type` as `media.mediaTypeRaw`, `media`.`meta_data` as `media.metaData`, `media`.`private` as `media.private`, `media`.`thumbnails_ro` as `media.thumbnailsRo`, `media`.`created_at` as `media.createdAt`, `media`.`updated_at` as `media.updatedAt`, `media.translation.title`, COALESCE(`media.translation.title`,`media.translation.title`) as `media.title`, `media.translation.alt`, COALESCE(`media.translation.alt`,`media.translation.alt`) as `media.alt`, `media.translation.customFields`, COALESCE(`media.translation.customFields`,`media.translation.customFields`) as `media.customFields`, `media.translation.createdAt`, `media.translation.updatedAt`, `media.translation.mediaId`, `media.translation.languageId` FROM `media` LEFT JOIN (SELECT `media.translation`.media_id, `media.translation`.title as `media.translation.title`, `media.translation`.alt as `media.translation.alt`, `media.translation`.custom_fields as `media.translation.customFields`, `media.translation`.created_at as `media.translation.createdAt`, `media.translation`.updated_at as `media.translation.updatedAt`, `media.translation`.media_id as `media.translation.mediaId`, `media.translation`.language_id as `media.translation.languageId` FROM `media_translation` `media.translation` WHERE `media.translation`.language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B) `media.media_translation` ON `media.media_translation`.`media_id` = `media`.`id` WHERE ((`media`.`private` = 0)) AND (`media`.`id` IN (0x3F7E40091BA04431904983AE523AC889, 0x3327A181903147B182B60EBD3C7D974A));
array:69 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 212)"
2 => "Doctrine\DBAL\Query\QueryBuilder::execute (line 296)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetch (line 131)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 83)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::read (line 226)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::read (line 255)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::_search (line 111)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::Shopware\Core\Framework\DataAbstractionLayer\{closure} (line 57)"
9 => "Shopware\Core\Profiling\Profiler::trace (line 112)"
10 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 146)"
11 => "Shopware\Core\Content\Media\DataAbstractionLayer\MediaRepositoryDecorator::search (line 58)"
12 => "Shopware\Storefront\Theme\ResolvedConfigLoader::load (line 34)"
13 => "Shopware\Storefront\Theme\CachedResolvedConfigLoader::Shopware\Storefront\Theme\{closure} (line 70)"
14 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 33)"
15 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 39)"
16 => "Shopware\Storefront\Theme\CachedResolvedConfigLoader::load (line 112)"
17 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::getThemeConfig (line 37)"
18 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::get (line 46)"
19 => "Shopware\Storefront\Framework\Twig\TemplateConfigAccessor::theme (line 44)"
20 => "Shopware\Storefront\Framework\Twig\Extension\ConfigExtension::theme (line 624)"
21 => "__TwigTemplate_ce5f027e244e3929149a46a61fb9c349dcf1abcff6fd3005165ad85d1ff9fdcf::block_layout_head_meta_tags_image_og (line 171)"
22 => "Twig\Template::displayBlock (line 501)"
23 => "__TwigTemplate_ce5f027e244e3929149a46a61fb9c349dcf1abcff6fd3005165ad85d1ff9fdcf::block_layout_head_meta_tags_opengraph (line 171)"
24 => "Twig\Template::displayBlock (line 263)"
25 => "__TwigTemplate_ce5f027e244e3929149a46a61fb9c349dcf1abcff6fd3005165ad85d1ff9fdcf::block_layout_head_meta_tags (line 171)"
26 => "Twig\Template::displayBlock (line 134)"
27 => "Twig\Template::displayParentBlock (line 78)"
28 => "__TwigTemplate_ee675348c28e23e8c16f993313e58e23fa903f62e2eac3f75ecd96fe48a37174::block_layout_head_meta_tags (line 171)"
29 => "Twig\Template::displayBlock (line 130)"
30 => "__TwigTemplate_ce5f027e244e3929149a46a61fb9c349dcf1abcff6fd3005165ad85d1ff9fdcf::block_layout_head_inner (line 171)"
31 => "Twig\Template::displayBlock (line 89)"
32 => "__TwigTemplate_ce5f027e244e3929149a46a61fb9c349dcf1abcff6fd3005165ad85d1ff9fdcf::doDisplay (line 394)"
33 => "Twig\Template::displayWithErrorHandling (line 367)"
34 => "Twig\Template::display (line 50)"
35 => "__TwigTemplate_ee675348c28e23e8c16f993313e58e23fa903f62e2eac3f75ecd96fe48a37174::doDisplay (line 394)"
36 => "Twig\Template::displayWithErrorHandling (line 367)"
37 => "Twig\Template::display (line 50)"
38 => "__TwigTemplate_dcbc661d3881c6b162dd6bb5f9005f396364f15eff29e1eb966f6634fe479dd6::doDisplay (line 394)"
39 => "Twig\Template::displayWithErrorHandling (line 367)"
40 => "Twig\Template::display (line 106)"
41 => "__TwigTemplate_10c7a3b6281cf76b038c6cc94b411fed86fcac3b63fb617f2aa4c2a989c35589::block_base_head (line 171)"
42 => "Twig\Template::displayBlock (line 92)"
43 => "__TwigTemplate_20449d408a515a768bb2cc91257a692bc1d555e82584b362b033d55f34edfdbf::doDisplay (line 394)"
44 => "Twig\Template::displayWithErrorHandling (line 367)"
45 => "Twig\Template::display (line 51)"
46 => "__TwigTemplate_f6ccb3984884572fc067b7f72f3e5020603530fc4ae01ece26a1db3b2f5df72b::doDisplay (line 394)"
47 => "Twig\Template::displayWithErrorHandling (line 367)"
48 => "Twig\Template::display (line 64)"
49 => "__TwigTemplate_4f03ab8848a3a7635f2a4113462b0546c4a404f494c6dee5a1b993f596f94370::doDisplay (line 394)"
50 => "Twig\Template::displayWithErrorHandling (line 367)"
51 => "Twig\Template::display (line 85)"
52 => "__TwigTemplate_10c7a3b6281cf76b038c6cc94b411fed86fcac3b63fb617f2aa4c2a989c35589::doDisplay (line 394)"
53 => "Twig\Template::displayWithErrorHandling (line 367)"
54 => "Twig\Template::display (line 379)"
55 => "Twig\Template::render (line 40)"
56 => "Twig\TemplateWrapper::render (line 277)"
57 => "Twig\Environment::render (line 233)"
58 => "Shopware\Storefront\Controller\StorefrontController::renderView (line 266)"
59 => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController::render (line 70)"
60 => "Shopware\Storefront\Controller\StorefrontController::Shopware\Storefront\Controller\{closure} (line 57)"
61 => "Shopware\Core\Profiling\Profiler::trace (line 71)"
62 => "Shopware\Storefront\Controller\StorefrontController::renderStorefront (line 119)"
63 => "Shopware\Storefront\Controller\CheckoutController::cartPage (line 152)"
64 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 74)"
65 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
66 => "Symfony\Component\HttpKernel\Kernel::handle (line 153)"
67 => "Shopware\Core\HttpKernel::doHandle (line 79)"
68 => "Shopware\Core\HttpKernel::handle (line 48)"
]
|
62 |
0.26 ms |
SELECT LOWER(HEX(language.id)) AS array_key, LOWER(HEX(language.id)) AS id, locale.code, LOWER(HEX(language.parent_id)) parentId FROM language LEFT JOIN locale locale ON language.translation_code_id = locale.id
SELECT LOWER(HEX(language.id)) AS array_key, LOWER(HEX(language.id)) AS id, locale.code, LOWER(HEX(language.parent_id)) parentId FROM language LEFT JOIN locale locale ON language.translation_code_id = locale.id;
array:58 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 212)"
2 => "Doctrine\DBAL\Query\QueryBuilder::execute (line 23)"
3 => "Shopware\Core\System\Language\LanguageLoader::loadLanguages (line 33)"
4 => "Shopware\Core\System\Language\CachedLanguageLoader::Shopware\Core\System\Language\{closure} (line 70)"
5 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 33)"
6 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 34)"
7 => "Shopware\Core\System\Language\CachedLanguageLoader::loadLanguages (line 48)"
8 => "Shopware\Core\System\Locale\LanguageLocaleCodeProvider::getLanguages (line 22)"
9 => "Shopware\Core\System\Locale\LanguageLocaleCodeProvider::getLocaleForLanguageId (line 310)"
10 => "Shopware\Core\Framework\Adapter\Translation\Translator::getFallbackLocale (line 122)"
11 => "Shopware\Core\Framework\Adapter\Translation\Translator::getCatalogue (line 154)"
12 => "Shopware\Core\Framework\Adapter\Translation\Translator::trans (line 48)"
13 => "Symfony\Component\Translation\DataCollectorTranslator::trans (line 134)"
14 => "Symfony\Bridge\Twig\Extension\TranslationExtension::trans (line 69)"
15 => "__TwigTemplate_dcbc661d3881c6b162dd6bb5f9005f396364f15eff29e1eb966f6634fe479dd6::block_layout_head_title_inner (line 171)"
16 => "Twig\Template::displayBlock (line 1007)"
17 => "__TwigTemplate_ce5f027e244e3929149a46a61fb9c349dcf1abcff6fd3005165ad85d1ff9fdcf::block_layout_head_title (line 171)"
18 => "Twig\Template::displayBlock (line 155)"
19 => "__TwigTemplate_ce5f027e244e3929149a46a61fb9c349dcf1abcff6fd3005165ad85d1ff9fdcf::block_layout_head_inner (line 171)"
20 => "Twig\Template::displayBlock (line 89)"
21 => "__TwigTemplate_ce5f027e244e3929149a46a61fb9c349dcf1abcff6fd3005165ad85d1ff9fdcf::doDisplay (line 394)"
22 => "Twig\Template::displayWithErrorHandling (line 367)"
23 => "Twig\Template::display (line 50)"
24 => "__TwigTemplate_ee675348c28e23e8c16f993313e58e23fa903f62e2eac3f75ecd96fe48a37174::doDisplay (line 394)"
25 => "Twig\Template::displayWithErrorHandling (line 367)"
26 => "Twig\Template::display (line 50)"
27 => "__TwigTemplate_dcbc661d3881c6b162dd6bb5f9005f396364f15eff29e1eb966f6634fe479dd6::doDisplay (line 394)"
28 => "Twig\Template::displayWithErrorHandling (line 367)"
29 => "Twig\Template::display (line 106)"
30 => "__TwigTemplate_10c7a3b6281cf76b038c6cc94b411fed86fcac3b63fb617f2aa4c2a989c35589::block_base_head (line 171)"
31 => "Twig\Template::displayBlock (line 92)"
32 => "__TwigTemplate_20449d408a515a768bb2cc91257a692bc1d555e82584b362b033d55f34edfdbf::doDisplay (line 394)"
33 => "Twig\Template::displayWithErrorHandling (line 367)"
34 => "Twig\Template::display (line 51)"
35 => "__TwigTemplate_f6ccb3984884572fc067b7f72f3e5020603530fc4ae01ece26a1db3b2f5df72b::doDisplay (line 394)"
36 => "Twig\Template::displayWithErrorHandling (line 367)"
37 => "Twig\Template::display (line 64)"
38 => "__TwigTemplate_4f03ab8848a3a7635f2a4113462b0546c4a404f494c6dee5a1b993f596f94370::doDisplay (line 394)"
39 => "Twig\Template::displayWithErrorHandling (line 367)"
40 => "Twig\Template::display (line 85)"
41 => "__TwigTemplate_10c7a3b6281cf76b038c6cc94b411fed86fcac3b63fb617f2aa4c2a989c35589::doDisplay (line 394)"
42 => "Twig\Template::displayWithErrorHandling (line 367)"
43 => "Twig\Template::display (line 379)"
44 => "Twig\Template::render (line 40)"
45 => "Twig\TemplateWrapper::render (line 277)"
46 => "Twig\Environment::render (line 233)"
47 => "Shopware\Storefront\Controller\StorefrontController::renderView (line 266)"
48 => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController::render (line 70)"
49 => "Shopware\Storefront\Controller\StorefrontController::Shopware\Storefront\Controller\{closure} (line 57)"
50 => "Shopware\Core\Profiling\Profiler::trace (line 71)"
51 => "Shopware\Storefront\Controller\StorefrontController::renderStorefront (line 119)"
52 => "Shopware\Storefront\Controller\CheckoutController::cartPage (line 152)"
53 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 74)"
54 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
55 => "Symfony\Component\HttpKernel\Kernel::handle (line 153)"
56 => "Shopware\Core\HttpKernel::doHandle (line 79)"
57 => "Shopware\Core\HttpKernel::handle (line 48)"
]
|
63 |
0.20 ms |
SELECT iso FROM snippet_set WHERE id = :snippetSetId
SELECT iso FROM snippet_set WHERE id = 0x397E38F17D7D4E04941023DE18ED751B;
array:57 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 212)"
2 => "Doctrine\DBAL\Query\QueryBuilder::execute (line 334)"
3 => "Shopware\Core\System\Snippet\SnippetService::getLocaleBySnippetSetId (line 119)"
4 => "Shopware\Core\System\Snippet\SnippetService::getStorefrontSnippets (line 303)"
5 => "Shopware\Core\Framework\Adapter\Translation\Translator::Shopware\Core\Framework\Adapter\Translation\{closure} (line 70)"
6 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 33)"
7 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 304)"
8 => "Shopware\Core\Framework\Adapter\Translation\Translator::loadSnippets (line 290)"
9 => "Shopware\Core\Framework\Adapter\Translation\Translator::getCustomizedCatalog (line 138)"
10 => "Shopware\Core\Framework\Adapter\Translation\Translator::getCatalogue (line 154)"
11 => "Shopware\Core\Framework\Adapter\Translation\Translator::trans (line 48)"
12 => "Symfony\Component\Translation\DataCollectorTranslator::trans (line 134)"
13 => "Symfony\Bridge\Twig\Extension\TranslationExtension::trans (line 69)"
14 => "__TwigTemplate_dcbc661d3881c6b162dd6bb5f9005f396364f15eff29e1eb966f6634fe479dd6::block_layout_head_title_inner (line 171)"
15 => "Twig\Template::displayBlock (line 1007)"
16 => "__TwigTemplate_ce5f027e244e3929149a46a61fb9c349dcf1abcff6fd3005165ad85d1ff9fdcf::block_layout_head_title (line 171)"
17 => "Twig\Template::displayBlock (line 155)"
18 => "__TwigTemplate_ce5f027e244e3929149a46a61fb9c349dcf1abcff6fd3005165ad85d1ff9fdcf::block_layout_head_inner (line 171)"
19 => "Twig\Template::displayBlock (line 89)"
20 => "__TwigTemplate_ce5f027e244e3929149a46a61fb9c349dcf1abcff6fd3005165ad85d1ff9fdcf::doDisplay (line 394)"
21 => "Twig\Template::displayWithErrorHandling (line 367)"
22 => "Twig\Template::display (line 50)"
23 => "__TwigTemplate_ee675348c28e23e8c16f993313e58e23fa903f62e2eac3f75ecd96fe48a37174::doDisplay (line 394)"
24 => "Twig\Template::displayWithErrorHandling (line 367)"
25 => "Twig\Template::display (line 50)"
26 => "__TwigTemplate_dcbc661d3881c6b162dd6bb5f9005f396364f15eff29e1eb966f6634fe479dd6::doDisplay (line 394)"
27 => "Twig\Template::displayWithErrorHandling (line 367)"
28 => "Twig\Template::display (line 106)"
29 => "__TwigTemplate_10c7a3b6281cf76b038c6cc94b411fed86fcac3b63fb617f2aa4c2a989c35589::block_base_head (line 171)"
30 => "Twig\Template::displayBlock (line 92)"
31 => "__TwigTemplate_20449d408a515a768bb2cc91257a692bc1d555e82584b362b033d55f34edfdbf::doDisplay (line 394)"
32 => "Twig\Template::displayWithErrorHandling (line 367)"
33 => "Twig\Template::display (line 51)"
34 => "__TwigTemplate_f6ccb3984884572fc067b7f72f3e5020603530fc4ae01ece26a1db3b2f5df72b::doDisplay (line 394)"
35 => "Twig\Template::displayWithErrorHandling (line 367)"
36 => "Twig\Template::display (line 64)"
37 => "__TwigTemplate_4f03ab8848a3a7635f2a4113462b0546c4a404f494c6dee5a1b993f596f94370::doDisplay (line 394)"
38 => "Twig\Template::displayWithErrorHandling (line 367)"
39 => "Twig\Template::display (line 85)"
40 => "__TwigTemplate_10c7a3b6281cf76b038c6cc94b411fed86fcac3b63fb617f2aa4c2a989c35589::doDisplay (line 394)"
41 => "Twig\Template::displayWithErrorHandling (line 367)"
42 => "Twig\Template::display (line 379)"
43 => "Twig\Template::render (line 40)"
44 => "Twig\TemplateWrapper::render (line 277)"
45 => "Twig\Environment::render (line 233)"
46 => "Shopware\Storefront\Controller\StorefrontController::renderView (line 266)"
47 => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController::render (line 70)"
48 => "Shopware\Storefront\Controller\StorefrontController::Shopware\Storefront\Controller\{closure} (line 57)"
49 => "Shopware\Core\Profiling\Profiler::trace (line 71)"
50 => "Shopware\Storefront\Controller\StorefrontController::renderStorefront (line 119)"
51 => "Shopware\Storefront\Controller\CheckoutController::cartPage (line 152)"
52 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 74)"
53 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
54 => "Symfony\Component\HttpKernel\Kernel::handle (line 153)"
55 => "Shopware\Core\HttpKernel::doHandle (line 79)"
56 => "Shopware\Core\HttpKernel::handle (line 48)"
]
|
64 |
0.25 ms |
SELECT `base_class` AS `baseClass`, `author`
FROM `plugin`
SELECT `base_class` AS `baseClass`, `author`
FROM `plugin`
;
array:67 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 1000)"
2 => "Doctrine\DBAL\Connection::fetchAll (line 157)"
3 => "Shopware\Core\System\Snippet\Files\SnippetFileLoader::getPluginAuthors (line 151)"
4 => "Shopware\Core\System\Snippet\Files\SnippetFileLoader::getAuthorFromBundle (line 120)"
5 => "Shopware\Core\System\Snippet\Files\SnippetFileLoader::loadSnippetFilesInDir (line 78)"
6 => "Shopware\Core\System\Snippet\Files\SnippetFileLoader::loadPluginSnippets (line 60)"
7 => "Shopware\Core\System\Snippet\Files\SnippetFileLoader::loadSnippetFilesIntoCollection (line 26)"
8 => "Shopware\Core\System\Snippet\Files\SnippetFileCollectionFactory::createSnippetFileCollection (line 8964)"
9 => "Container806ILca\Shopware_Core_KernelDevDebugContainer::getSnippetFileCollectionService (line 8950)"
10 => "Container806ILca\Shopware_Core_KernelDevDebugContainer::Container806ILca\{closure} (line 1563)"
11 => "Closure::__invoke (line 1563)"
12 => "Container806ILca\SnippetFileCollection_08f09cc::getSnippetFilesByIso (line 251)"
13 => "Shopware\Core\System\Snippet\SnippetService::getSnippetsByLocale (line 136)"
14 => "Shopware\Core\System\Snippet\SnippetService::getStorefrontSnippets (line 303)"
15 => "Shopware\Core\Framework\Adapter\Translation\Translator::Shopware\Core\Framework\Adapter\Translation\{closure} (line 70)"
16 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 33)"
17 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 304)"
18 => "Shopware\Core\Framework\Adapter\Translation\Translator::loadSnippets (line 290)"
19 => "Shopware\Core\Framework\Adapter\Translation\Translator::getCustomizedCatalog (line 138)"
20 => "Shopware\Core\Framework\Adapter\Translation\Translator::getCatalogue (line 154)"
21 => "Shopware\Core\Framework\Adapter\Translation\Translator::trans (line 48)"
22 => "Symfony\Component\Translation\DataCollectorTranslator::trans (line 134)"
23 => "Symfony\Bridge\Twig\Extension\TranslationExtension::trans (line 69)"
24 => "__TwigTemplate_dcbc661d3881c6b162dd6bb5f9005f396364f15eff29e1eb966f6634fe479dd6::block_layout_head_title_inner (line 171)"
25 => "Twig\Template::displayBlock (line 1007)"
26 => "__TwigTemplate_ce5f027e244e3929149a46a61fb9c349dcf1abcff6fd3005165ad85d1ff9fdcf::block_layout_head_title (line 171)"
27 => "Twig\Template::displayBlock (line 155)"
28 => "__TwigTemplate_ce5f027e244e3929149a46a61fb9c349dcf1abcff6fd3005165ad85d1ff9fdcf::block_layout_head_inner (line 171)"
29 => "Twig\Template::displayBlock (line 89)"
30 => "__TwigTemplate_ce5f027e244e3929149a46a61fb9c349dcf1abcff6fd3005165ad85d1ff9fdcf::doDisplay (line 394)"
31 => "Twig\Template::displayWithErrorHandling (line 367)"
32 => "Twig\Template::display (line 50)"
33 => "__TwigTemplate_ee675348c28e23e8c16f993313e58e23fa903f62e2eac3f75ecd96fe48a37174::doDisplay (line 394)"
34 => "Twig\Template::displayWithErrorHandling (line 367)"
35 => "Twig\Template::display (line 50)"
36 => "__TwigTemplate_dcbc661d3881c6b162dd6bb5f9005f396364f15eff29e1eb966f6634fe479dd6::doDisplay (line 394)"
37 => "Twig\Template::displayWithErrorHandling (line 367)"
38 => "Twig\Template::display (line 106)"
39 => "__TwigTemplate_10c7a3b6281cf76b038c6cc94b411fed86fcac3b63fb617f2aa4c2a989c35589::block_base_head (line 171)"
40 => "Twig\Template::displayBlock (line 92)"
41 => "__TwigTemplate_20449d408a515a768bb2cc91257a692bc1d555e82584b362b033d55f34edfdbf::doDisplay (line 394)"
42 => "Twig\Template::displayWithErrorHandling (line 367)"
43 => "Twig\Template::display (line 51)"
44 => "__TwigTemplate_f6ccb3984884572fc067b7f72f3e5020603530fc4ae01ece26a1db3b2f5df72b::doDisplay (line 394)"
45 => "Twig\Template::displayWithErrorHandling (line 367)"
46 => "Twig\Template::display (line 64)"
47 => "__TwigTemplate_4f03ab8848a3a7635f2a4113462b0546c4a404f494c6dee5a1b993f596f94370::doDisplay (line 394)"
48 => "Twig\Template::displayWithErrorHandling (line 367)"
49 => "Twig\Template::display (line 85)"
50 => "__TwigTemplate_10c7a3b6281cf76b038c6cc94b411fed86fcac3b63fb617f2aa4c2a989c35589::doDisplay (line 394)"
51 => "Twig\Template::displayWithErrorHandling (line 367)"
52 => "Twig\Template::display (line 379)"
53 => "Twig\Template::render (line 40)"
54 => "Twig\TemplateWrapper::render (line 277)"
55 => "Twig\Environment::render (line 233)"
56 => "Shopware\Storefront\Controller\StorefrontController::renderView (line 266)"
57 => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController::render (line 70)"
58 => "Shopware\Storefront\Controller\StorefrontController::Shopware\Storefront\Controller\{closure} (line 57)"
59 => "Shopware\Core\Profiling\Profiler::trace (line 71)"
60 => "Shopware\Storefront\Controller\StorefrontController::renderStorefront (line 119)"
61 => "Shopware\Storefront\Controller\CheckoutController::cartPage (line 152)"
62 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 74)"
63 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
64 => "Symfony\Component\HttpKernel\Kernel::handle (line 153)"
65 => "Shopware\Core\HttpKernel::doHandle (line 79)"
66 => "Shopware\Core\HttpKernel::handle (line 48)"
]
|
65 |
0.28 ms |
SELECT snippet.translation_key, snippet.value FROM snippet WHERE snippet.snippet_set_id = :snippetSetId GROUP BY snippet.translation_key, snippet.id
SELECT snippet.translation_key, snippet.value FROM snippet WHERE snippet.snippet_set_id = 0x397E38F17D7D4E04941023DE18ED751B GROUP BY snippet.translation_key, snippet.id;
array:57 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 212)"
2 => "Doctrine\DBAL\Query\QueryBuilder::execute (line 244)"
3 => "Shopware\Core\System\Snippet\SnippetService::fetchSnippetsFromDatabase (line 142)"
4 => "Shopware\Core\System\Snippet\SnippetService::getStorefrontSnippets (line 303)"
5 => "Shopware\Core\Framework\Adapter\Translation\Translator::Shopware\Core\Framework\Adapter\Translation\{closure} (line 70)"
6 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 33)"
7 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 304)"
8 => "Shopware\Core\Framework\Adapter\Translation\Translator::loadSnippets (line 290)"
9 => "Shopware\Core\Framework\Adapter\Translation\Translator::getCustomizedCatalog (line 138)"
10 => "Shopware\Core\Framework\Adapter\Translation\Translator::getCatalogue (line 154)"
11 => "Shopware\Core\Framework\Adapter\Translation\Translator::trans (line 48)"
12 => "Symfony\Component\Translation\DataCollectorTranslator::trans (line 134)"
13 => "Symfony\Bridge\Twig\Extension\TranslationExtension::trans (line 69)"
14 => "__TwigTemplate_dcbc661d3881c6b162dd6bb5f9005f396364f15eff29e1eb966f6634fe479dd6::block_layout_head_title_inner (line 171)"
15 => "Twig\Template::displayBlock (line 1007)"
16 => "__TwigTemplate_ce5f027e244e3929149a46a61fb9c349dcf1abcff6fd3005165ad85d1ff9fdcf::block_layout_head_title (line 171)"
17 => "Twig\Template::displayBlock (line 155)"
18 => "__TwigTemplate_ce5f027e244e3929149a46a61fb9c349dcf1abcff6fd3005165ad85d1ff9fdcf::block_layout_head_inner (line 171)"
19 => "Twig\Template::displayBlock (line 89)"
20 => "__TwigTemplate_ce5f027e244e3929149a46a61fb9c349dcf1abcff6fd3005165ad85d1ff9fdcf::doDisplay (line 394)"
21 => "Twig\Template::displayWithErrorHandling (line 367)"
22 => "Twig\Template::display (line 50)"
23 => "__TwigTemplate_ee675348c28e23e8c16f993313e58e23fa903f62e2eac3f75ecd96fe48a37174::doDisplay (line 394)"
24 => "Twig\Template::displayWithErrorHandling (line 367)"
25 => "Twig\Template::display (line 50)"
26 => "__TwigTemplate_dcbc661d3881c6b162dd6bb5f9005f396364f15eff29e1eb966f6634fe479dd6::doDisplay (line 394)"
27 => "Twig\Template::displayWithErrorHandling (line 367)"
28 => "Twig\Template::display (line 106)"
29 => "__TwigTemplate_10c7a3b6281cf76b038c6cc94b411fed86fcac3b63fb617f2aa4c2a989c35589::block_base_head (line 171)"
30 => "Twig\Template::displayBlock (line 92)"
31 => "__TwigTemplate_20449d408a515a768bb2cc91257a692bc1d555e82584b362b033d55f34edfdbf::doDisplay (line 394)"
32 => "Twig\Template::displayWithErrorHandling (line 367)"
33 => "Twig\Template::display (line 51)"
34 => "__TwigTemplate_f6ccb3984884572fc067b7f72f3e5020603530fc4ae01ece26a1db3b2f5df72b::doDisplay (line 394)"
35 => "Twig\Template::displayWithErrorHandling (line 367)"
36 => "Twig\Template::display (line 64)"
37 => "__TwigTemplate_4f03ab8848a3a7635f2a4113462b0546c4a404f494c6dee5a1b993f596f94370::doDisplay (line 394)"
38 => "Twig\Template::displayWithErrorHandling (line 367)"
39 => "Twig\Template::display (line 85)"
40 => "__TwigTemplate_10c7a3b6281cf76b038c6cc94b411fed86fcac3b63fb617f2aa4c2a989c35589::doDisplay (line 394)"
41 => "Twig\Template::displayWithErrorHandling (line 367)"
42 => "Twig\Template::display (line 379)"
43 => "Twig\Template::render (line 40)"
44 => "Twig\TemplateWrapper::render (line 277)"
45 => "Twig\Environment::render (line 233)"
46 => "Shopware\Storefront\Controller\StorefrontController::renderView (line 266)"
47 => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController::render (line 70)"
48 => "Shopware\Storefront\Controller\StorefrontController::Shopware\Storefront\Controller\{closure} (line 57)"
49 => "Shopware\Core\Profiling\Profiler::trace (line 71)"
50 => "Shopware\Storefront\Controller\StorefrontController::renderStorefront (line 119)"
51 => "Shopware\Storefront\Controller\CheckoutController::cartPage (line 152)"
52 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 74)"
53 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
54 => "Symfony\Component\HttpKernel\Kernel::handle (line 153)"
55 => "Shopware\Core\HttpKernel::doHandle (line 79)"
56 => "Shopware\Core\HttpKernel::handle (line 48)"
]
|