1 |
0.29 ms |
SELECT `creation_timestamp`
FROM `migration`
WHERE `update` IS NOT NULL AND `update_destructive` IS NULL
SELECT `creation_timestamp`
FROM `migration`
WHERE `update` IS NOT NULL AND `update_destructive` IS NULL
;
array:7 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 377)"
2 => "Shopware\Core\Kernel::initializeDatabaseConnectionVariables (line 43)"
3 => "Shopware\Production\Kernel::initializeDatabaseConnectionVariables (line 197)"
4 => "Shopware\Core\Kernel::boot (line 129)"
5 => "Shopware\Core\HttpKernel::doHandle (line 81)"
6 => "Shopware\Core\HttpKernel::handle (line 69)"
]
|
2 |
0.12 ms |
SET @@group_concat_max_len = CAST(IF(@@group_concat_max_len > 320000, @@group_concat_max_len, 320000) AS UNSIGNED);SET sql_mode=(SELECT REPLACE(@@sql_mode,'ONLY_FULL_GROUP_BY',''));SET @MIGRATION_1677665937_IS_ACTIVE = TRUE;SET @MIGRATION_1655211599_IS_ACTIVE = TRUE;SET @MIGRATION_1661171648_IS_ACTIVE = TRUE;SET @MIGRATION_1661171649_IS_ACTIVE = TRUE;SET @MIGRATION_1644929339_IS_ACTIVE = TRUE;SET @MIGRATION_1644929340_IS_ACTIVE = TRUE;SET @MIGRATION_1644929349_IS_ACTIVE = TRUE;SET @MIGRATION_1645002729_IS_ACTIVE = TRUE;SET @MIGRATION_1645276994_IS_ACTIVE = TRUE;SET @MIGRATION_1645441080_IS_ACTIVE = TRUE;SET @MIGRATION_1645612086_IS_ACTIVE = TRUE;SET @MIGRATION_1646057197_IS_ACTIVE = TRUE;SET @MIGRATION_1646161664_IS_ACTIVE = TRUE;SET @MIGRATION_1646163649_IS_ACTIVE = TRUE;SET @MIGRATION_1646401325_IS_ACTIVE = TRUE;SET @MIGRATION_1657030662_IS_ACTIVE = TRUE;SET @MIGRATION_1660571712_IS_ACTIVE = TRUE;SET @MIGRATION_1670248367_IS_ACTIVE = TRUE;SET @MIGRATION_1670248414_IS_ACTIVE = TRUE;SET @MIGRATION_1689131834_IS_ACTIVE = TRUE;SET @MIGRATION_1689825285_IS_ACTIVE = TRUE;SET @MIGRATION_1644753635_IS_ACTIVE = TRUE;SET @MIGRATION_1652444730_IS_ACTIVE = TRUE;SET @MIGRATION_1669117848_IS_ACTIVE = TRUE;SET @MIGRATION_1669796049_IS_ACTIVE = TRUE;SET @MIGRATION_1672671475_IS_ACTIVE = TRUE;SET @MIGRATION_1678106061_IS_ACTIVE = TRUE;SET @MIGRATION_1695822535_IS_ACTIVE = TRUE
SET @@group_concat_max_len = CAST(IF(@@group_concat_max_len > 320000, @@group_concat_max_len, 320000) AS UNSIGNED);SET sql_mode=(SELECT REPLACE(@@sql_mode,'ONLY_FULL_GROUP_BY',''));SET @MIGRATION_1677665937_IS_ACTIVE = TRUE;SET @MIGRATION_1655211599_IS_ACTIVE = TRUE;SET @MIGRATION_1661171648_IS_ACTIVE = TRUE;SET @MIGRATION_1661171649_IS_ACTIVE = TRUE;SET @MIGRATION_1644929339_IS_ACTIVE = TRUE;SET @MIGRATION_1644929340_IS_ACTIVE = TRUE;SET @MIGRATION_1644929349_IS_ACTIVE = TRUE;SET @MIGRATION_1645002729_IS_ACTIVE = TRUE;SET @MIGRATION_1645276994_IS_ACTIVE = TRUE;SET @MIGRATION_1645441080_IS_ACTIVE = TRUE;SET @MIGRATION_1645612086_IS_ACTIVE = TRUE;SET @MIGRATION_1646057197_IS_ACTIVE = TRUE;SET @MIGRATION_1646161664_IS_ACTIVE = TRUE;SET @MIGRATION_1646163649_IS_ACTIVE = TRUE;SET @MIGRATION_1646401325_IS_ACTIVE = TRUE;SET @MIGRATION_1657030662_IS_ACTIVE = TRUE;SET @MIGRATION_1660571712_IS_ACTIVE = TRUE;SET @MIGRATION_1670248367_IS_ACTIVE = TRUE;SET @MIGRATION_1670248414_IS_ACTIVE = TRUE;SET @MIGRATION_1689131834_IS_ACTIVE = TRUE;SET @MIGRATION_1689825285_IS_ACTIVE = TRUE;SET @MIGRATION_1644753635_IS_ACTIVE = TRUE;SET @MIGRATION_1652444730_IS_ACTIVE = TRUE;SET @MIGRATION_1669117848_IS_ACTIVE = TRUE;SET @MIGRATION_1669796049_IS_ACTIVE = TRUE;SET @MIGRATION_1672671475_IS_ACTIVE = TRUE;SET @MIGRATION_1678106061_IS_ACTIVE = TRUE;SET @MIGRATION_1695822535_IS_ACTIVE = TRUE;
array:7 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 398)"
2 => "Shopware\Core\Kernel::initializeDatabaseConnectionVariables (line 43)"
3 => "Shopware\Production\Kernel::initializeDatabaseConnectionVariables (line 197)"
4 => "Shopware\Core\Kernel::boot (line 129)"
5 => "Shopware\Core\HttpKernel::doHandle (line 81)"
6 => "Shopware\Core\HttpKernel::handle (line 69)"
]
|
3 |
0.54 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 239)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 70)"
3 => "Shopware\Storefront\Framework\Routing\DomainLoader::load (line 43)"
4 => "Shopware\Storefront\Framework\Routing\CachedDomainLoader::Shopware\Storefront\Framework\Routing\{closure} (line 72)"
5 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 35)"
6 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 41)"
7 => "Shopware\Storefront\Framework\Routing\CachedDomainLoader::load (line 295)"
8 => "Shopware\Storefront\Framework\Routing\RequestTransformer::findSalesChannel (line 142)"
9 => "Shopware\Storefront\Framework\Routing\RequestTransformer::transform (line 136)"
10 => "Shopware\Core\HttpKernel::doHandle (line 81)"
11 => "Shopware\Core\HttpKernel::handle (line 69)"
]
|
4 |
0.49 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 = 0x327009EB5C1A48E192B7D2BCFA9C61BE OR sales_channel_id IS NULL)) AND (seo_path_info = 'dante-6') 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 239)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 54)"
3 => "Shopware\Core\Content\Seo\SeoResolver::resolve (line 42)"
4 => "Shopware\Core\Content\Seo\CachedSeoResolver::Shopware\Core\Content\Seo\{closure} (line 72)"
5 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 35)"
6 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 41)"
7 => "Shopware\Core\Content\Seo\CachedSeoResolver::resolve (line 38)"
8 => "Shopware\Core\Content\Seo\EmptyPathInfoResolver::resolve (line 357)"
9 => "Shopware\Storefront\Framework\Routing\RequestTransformer::resolveSeoUrl (line 152)"
10 => "Shopware\Storefront\Framework\Routing\RequestTransformer::transform (line 136)"
11 => "Shopware\Core\HttpKernel::doHandle (line 81)"
12 => "Shopware\Core\HttpKernel::handle (line 69)"
]
|
5 |
0.69 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 239)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 54)"
3 => "Shopware\Core\System\SystemConfig\SystemConfigLoader::load (line 38)"
4 => "Shopware\Core\System\SystemConfig\CachedSystemConfigLoader::Shopware\Core\System\SystemConfig\{closure} (line 72)"
5 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 35)"
6 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 37)"
7 => "Shopware\Core\System\SystemConfig\CachedSystemConfigLoader::load (line 39)"
8 => "Shopware\Core\System\SystemConfig\MemoizedSystemConfigLoader::load (line 83)"
9 => "Shopware\Core\System\SystemConfig\SystemConfigService::get (line 38)"
10 => "Shopware\Core\Framework\Routing\CanonicalRedirectService::getRedirect (line 140)"
11 => "Shopware\Core\HttpKernel::doHandle (line 81)"
12 => "Shopware\Core\HttpKernel::handle (line 69)"
]
|
6 |
0.52 ms |
SELECT configuration_key, configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = :salesChannelId) AND (configuration_key LIKE :prefix) ORDER BY sales_channel_id ASC
SELECT configuration_key, configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = NULL) AND (configuration_key LIKE 'MolliePayments.config.%') ORDER BY sales_channel_id ASC;
array:36 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 239)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 189)"
3 => "Shopware\Core\System\SystemConfig\SystemConfigService::getDomain (line 74)"
4 => "Kiener\MolliePayments\Service\SettingsService::getSettings (line 69)"
5 => "Kiener\MolliePayments\Service\Logger\MollieLoggerFactory::createLogger (line 42463)"
6 => "ContainerIqlE5e0\Shopware_Production_KernelDevDebugContainer::getMolliePayments_LoggerService (line 26457)"
7 => "ContainerIqlE5e0\Shopware_Production_KernelDevDebugContainer::getApplePayPaymentService (line 427)"
8 => "Symfony\Component\DependencyInjection\Container::getService (line 42)"
9 => "Symfony\Component\DependencyInjection\Argument\ServiceLocator::get (line 42)"
10 => "Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry::__construct (line 30605)"
11 => "ContainerIqlE5e0\Shopware_Production_KernelDevDebugContainer::getPaymentHandlerRegistryService (line 4211)"
12 => "ContainerIqlE5e0\Shopware_Production_KernelDevDebugContainer::getCartOrderRouteService (line 4277)"
13 => "ContainerIqlE5e0\Shopware_Production_KernelDevDebugContainer::getCartService2Service (line 38107)"
14 => "ContainerIqlE5e0\Shopware_Production_KernelDevDebugContainer::getSalesChannelContextServiceService (line 39399)"
15 => "ContainerIqlE5e0\Shopware_Production_KernelDevDebugContainer::getNotFoundSubscriberService (line 39440)"
16 => "ContainerIqlE5e0\Shopware_Production_KernelDevDebugContainer::getStorefrontSubscriberService (line 15717)"
17 => "ContainerIqlE5e0\Shopware_Production_KernelDevDebugContainer::ContainerIqlE5e0\{closure} (line 245)"
18 => "Symfony\Component\EventDispatcher\EventDispatcher::sortListeners (line 76)"
19 => "Symfony\Component\EventDispatcher\EventDispatcher::getListeners (line 128)"
20 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::getListeners (line 160)"
21 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::getListeners (line 102)"
22 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::getListeners (line 68)"
23 => "Shopware\Core\Framework\Event\NestedEventDispatcher::getListeners (line 293)"
24 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::preProcess (line 148)"
25 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 139)"
26 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
27 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
28 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
29 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 481)"
30 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 454)"
31 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 348)"
32 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 226)"
33 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
34 => "Shopware\Core\HttpKernel::doHandle (line 81)"
35 => "Shopware\Core\HttpKernel::handle (line 69)"
]
|
7 |
0.32 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 = 0x327009EB5C1A48E192B7D2BCFA9C61BE) AND (token = 'qgRIw1Zr9CqHbyP4OGMUNePE6MPOFE27') LIMIT 1;
array:27 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 239)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 165)"
3 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextPersister::load (line 77)"
4 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService::Shopware\Core\System\SalesChannel\Context\{closure} (line 59)"
5 => "Shopware\Core\Profiling\Profiler::trace (line 74)"
6 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService::get (line 104)"
7 => "Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver::resolve (line 38)"
8 => "Shopware\Core\Framework\Routing\ContextResolverListener::resolveContext (line 118)"
9 => "Symfony\Component\EventDispatcher\Debug\WrappedListener::__invoke (line 230)"
10 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
11 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 56)"
12 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 98)"
13 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 55)"
14 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 37)"
15 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
16 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 151)"
17 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
18 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
19 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
20 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 481)"
21 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 454)"
22 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 348)"
23 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 226)"
24 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
25 => "Shopware\Core\HttpKernel::doHandle (line 81)"
26 => "Shopware\Core\HttpKernel::handle (line 69)"
]
|
8 |
0.42 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 = 0x327009EB5C1A48E192B7D2BCFA9C61BE
GROUP BY sales_channel.id, sales_channel.language_id, sales_channel.currency_id, currency.factor;
array:57 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 684)"
2 => "Doctrine\DBAL\Connection::fetchAssociative (line 241)"
3 => "Shopware\Core\System\SalesChannel\Context\BaseContextFactory::getContext (line 88)"
4 => "Shopware\Core\System\SalesChannel\Context\BaseContextFactory::create (line 74)"
5 => "Shopware\Core\System\SalesChannel\Context\CachedBaseContextFactory::Shopware\Core\System\SalesChannel\Context\{closure} (line 350)"
6 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 44)"
7 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 120)"
8 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 43)"
9 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 46)"
10 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 42)"
11 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 41)"
12 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 59)"
13 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 40)"
14 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 73)"
15 => "Shopware\Core\System\SalesChannel\Context\CachedBaseContextFactory::Shopware\Core\System\SalesChannel\Context\{closure} (line 72)"
16 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 35)"
17 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 72)"
18 => "Shopware\Core\System\SalesChannel\Context\CachedBaseContextFactory::create (line 92)"
19 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextFactory::create (line 60)"
20 => "Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory::Shopware\Core\System\SalesChannel\Context\{closure} (line 350)"
21 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 44)"
22 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 120)"
23 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 43)"
24 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 46)"
25 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 42)"
26 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 41)"
27 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 59)"
28 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 40)"
29 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 59)"
30 => "Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory::Shopware\Core\System\SalesChannel\Context\{closure} (line 72)"
31 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 35)"
32 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 58)"
33 => "Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory::create (line 103)"
34 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService::Shopware\Core\System\SalesChannel\Context\{closure} (line 59)"
35 => "Shopware\Core\Profiling\Profiler::trace (line 74)"
36 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService::get (line 104)"
37 => "Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver::resolve (line 38)"
38 => "Shopware\Core\Framework\Routing\ContextResolverListener::resolveContext (line 118)"
39 => "Symfony\Component\EventDispatcher\Debug\WrappedListener::__invoke (line 230)"
40 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
41 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 56)"
42 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 98)"
43 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 55)"
44 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 37)"
45 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
46 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 151)"
47 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
48 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
49 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
50 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 481)"
51 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 454)"
52 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 348)"
53 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 226)"
54 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
55 => "Shopware\Core\HttpKernel::doHandle (line 81)"
56 => "Shopware\Core\HttpKernel::handle (line 69)"
]
|
9 |
3.84 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 (0x327009EB5C1A48E192B7D2BCFA9C61BE);
array:65 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 239)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 316)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetch (line 148)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 92)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::read (line 257)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::read (line 286)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::_search (line 110)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::Shopware\Core\Framework\DataAbstractionLayer\{closure} (line 59)"
9 => "Shopware\Core\Profiling\Profiler::trace (line 109)"
10 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 51)"
11 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator::search (line 96)"
12 => "Shopware\Core\System\SalesChannel\Context\BaseContextFactory::create (line 74)"
13 => "Shopware\Core\System\SalesChannel\Context\CachedBaseContextFactory::Shopware\Core\System\SalesChannel\Context\{closure} (line 350)"
14 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 44)"
15 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 120)"
16 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 43)"
17 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 46)"
18 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 42)"
19 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 41)"
20 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 59)"
21 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 40)"
22 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 73)"
23 => "Shopware\Core\System\SalesChannel\Context\CachedBaseContextFactory::Shopware\Core\System\SalesChannel\Context\{closure} (line 72)"
24 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 35)"
25 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 72)"
26 => "Shopware\Core\System\SalesChannel\Context\CachedBaseContextFactory::create (line 92)"
27 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextFactory::create (line 60)"
28 => "Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory::Shopware\Core\System\SalesChannel\Context\{closure} (line 350)"
29 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 44)"
30 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 120)"
31 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 43)"
32 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 46)"
33 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 42)"
34 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 41)"
35 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 59)"
36 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 40)"
37 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 59)"
38 => "Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory::Shopware\Core\System\SalesChannel\Context\{closure} (line 72)"
39 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 35)"
40 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 58)"
41 => "Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory::create (line 103)"
42 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService::Shopware\Core\System\SalesChannel\Context\{closure} (line 59)"
43 => "Shopware\Core\Profiling\Profiler::trace (line 74)"
44 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService::get (line 104)"
45 => "Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver::resolve (line 38)"
46 => "Shopware\Core\Framework\Routing\ContextResolverListener::resolveContext (line 118)"
47 => "Symfony\Component\EventDispatcher\Debug\WrappedListener::__invoke (line 230)"
48 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
49 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 56)"
50 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 98)"
51 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 55)"
52 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 37)"
53 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
54 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 151)"
55 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
56 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
57 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
58 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 481)"
59 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 454)"
60 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 348)"
61 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 226)"
62 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
63 => "Shopware\Core\HttpKernel::doHandle (line 81)"
64 => "Shopware\Core\HttpKernel::handle (line 69)"
]
|
10 |
0.36 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_0795e0a557784c23b240667fa67ee1c0))
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 (0x327009EB5C1A48E192B7D2BCFA9C61BE));
array:69 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 239)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 316)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetch (line 148)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 496)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::loadOneToManyWithoutPagination (line 438)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::loadOneToMany (line 1210)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetchAssociations (line 152)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 92)"
9 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::read (line 257)"
10 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::read (line 286)"
11 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::_search (line 110)"
12 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::Shopware\Core\Framework\DataAbstractionLayer\{closure} (line 59)"
13 => "Shopware\Core\Profiling\Profiler::trace (line 109)"
14 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 51)"
15 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator::search (line 96)"
16 => "Shopware\Core\System\SalesChannel\Context\BaseContextFactory::create (line 74)"
17 => "Shopware\Core\System\SalesChannel\Context\CachedBaseContextFactory::Shopware\Core\System\SalesChannel\Context\{closure} (line 350)"
18 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 44)"
19 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 120)"
20 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 43)"
21 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 46)"
22 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 42)"
23 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 41)"
24 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 59)"
25 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 40)"
26 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 73)"
27 => "Shopware\Core\System\SalesChannel\Context\CachedBaseContextFactory::Shopware\Core\System\SalesChannel\Context\{closure} (line 72)"
28 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 35)"
29 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 72)"
30 => "Shopware\Core\System\SalesChannel\Context\CachedBaseContextFactory::create (line 92)"
31 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextFactory::create (line 60)"
32 => "Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory::Shopware\Core\System\SalesChannel\Context\{closure} (line 350)"
33 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 44)"
34 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 120)"
35 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 43)"
36 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 46)"
37 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 42)"
38 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 41)"
39 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 59)"
40 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 40)"
41 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 59)"
42 => "Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory::Shopware\Core\System\SalesChannel\Context\{closure} (line 72)"
43 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 35)"
44 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 58)"
45 => "Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory::create (line 103)"
46 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService::Shopware\Core\System\SalesChannel\Context\{closure} (line 59)"
47 => "Shopware\Core\Profiling\Profiler::trace (line 74)"
48 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService::get (line 104)"
49 => "Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver::resolve (line 38)"
50 => "Shopware\Core\Framework\Routing\ContextResolverListener::resolveContext (line 118)"
51 => "Symfony\Component\EventDispatcher\Debug\WrappedListener::__invoke (line 230)"
52 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
53 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 56)"
54 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 98)"
55 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 55)"
56 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 37)"
57 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
58 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 151)"
59 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
60 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
61 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
62 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 481)"
63 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 454)"
64 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 348)"
65 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 226)"
66 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
67 => "Shopware\Core\HttpKernel::doHandle (line 81)"
68 => "Shopware\Core\HttpKernel::handle (line 69)"
]
|
11 |
0.60 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:65 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 239)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 316)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetch (line 148)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 92)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::read (line 257)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::read (line 286)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::_search (line 110)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::Shopware\Core\Framework\DataAbstractionLayer\{closure} (line 59)"
9 => "Shopware\Core\Profiling\Profiler::trace (line 109)"
10 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 51)"
11 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator::search (line 120)"
12 => "Shopware\Core\System\SalesChannel\Context\BaseContextFactory::create (line 74)"
13 => "Shopware\Core\System\SalesChannel\Context\CachedBaseContextFactory::Shopware\Core\System\SalesChannel\Context\{closure} (line 350)"
14 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 44)"
15 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 120)"
16 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 43)"
17 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 46)"
18 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 42)"
19 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 41)"
20 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 59)"
21 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 40)"
22 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 73)"
23 => "Shopware\Core\System\SalesChannel\Context\CachedBaseContextFactory::Shopware\Core\System\SalesChannel\Context\{closure} (line 72)"
24 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 35)"
25 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 72)"
26 => "Shopware\Core\System\SalesChannel\Context\CachedBaseContextFactory::create (line 92)"
27 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextFactory::create (line 60)"
28 => "Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory::Shopware\Core\System\SalesChannel\Context\{closure} (line 350)"
29 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 44)"
30 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 120)"
31 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 43)"
32 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 46)"
33 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 42)"
34 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 41)"
35 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 59)"
36 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 40)"
37 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 59)"
38 => "Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory::Shopware\Core\System\SalesChannel\Context\{closure} (line 72)"
39 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 35)"
40 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 58)"
41 => "Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory::create (line 103)"
42 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService::Shopware\Core\System\SalesChannel\Context\{closure} (line 59)"
43 => "Shopware\Core\Profiling\Profiler::trace (line 74)"
44 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService::get (line 104)"
45 => "Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver::resolve (line 38)"
46 => "Shopware\Core\Framework\Routing\ContextResolverListener::resolveContext (line 118)"
47 => "Symfony\Component\EventDispatcher\Debug\WrappedListener::__invoke (line 230)"
48 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
49 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 56)"
50 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 98)"
51 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 55)"
52 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 37)"
53 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
54 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 151)"
55 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
56 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
57 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
58 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 481)"
59 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 454)"
60 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 348)"
61 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 226)"
62 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
63 => "Shopware\Core\HttpKernel::doHandle (line 81)"
64 => "Shopware\Core\HttpKernel::handle (line 69)"
]
|
12 |
0.89 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`.`postal_code_required` as `country.postalCodeRequired`, `country`.`check_postal_code_pattern` as `country.checkPostalCodePattern`, `country`.`check_advanced_postal_code_pattern` as `country.checkAdvancedPostalCodePattern`, `country`.`advanced_postal_code_pattern` as `country.advancedPostalCodePattern`, `country`.`default_postal_code_pattern` as `country.defaultPostalCodePattern`, `country`.`created_at` as `country.createdAt`, `country`.`updated_at` as `country.updatedAt`, `country.translation.name`, COALESCE(`country.translation.name`,`country.translation.name`) as `country.name`, `country.translation.addressFormat`, COALESCE(`country.translation.addressFormat`,`country.translation.addressFormat`) as `country.addressFormat`, `country.translation.customFields`, COALESCE(`country.translation.customFields`,`country.translation.customFields`) as `country.customFields`, `country.translation.createdAt`, `country.translation.updatedAt`, `country.translation.countryId`, `country.translation.languageId` FROM `country` LEFT JOIN (SELECT `country.translation`.country_id, `country.translation`.name as `country.translation.name`, `country.translation`.address_format as `country.translation.addressFormat`, `country.translation`.custom_fields as `country.translation.customFields`, `country.translation`.created_at as `country.translation.createdAt`, `country.translation`.updated_at as `country.translation.updatedAt`, `country.translation`.country_id as `country.translation.countryId`, `country.translation`.language_id as `country.translation.languageId` FROM `country_translation` `country.translation` WHERE `country.translation`.language_id = :languageId) `country.country_translation` ON `country.country_translation`.`country_id` = `country`.`id` WHERE `country`.`id` IN (:ids)
SELECT
`country`.`id` as `country.id`,
`country`.`iso` as `country.iso`,
`country`.`position` as `country.position`,
`country`.`active` as `country.active`,
`country`.`shipping_available` as `country.shippingAvailable`,
`country`.`iso3` as `country.iso3`,
`country`.`display_state_in_registration` as `country.displayStateInRegistration`,
`country`.`force_state_in_registration` as `country.forceStateInRegistration`,
`country`.`company_tax_free` as `country.companyTaxFree`,
`country`.`check_vat_id_pattern` as `country.checkVatIdPattern`,
`country`.`vat_id_required` as `country.vatIdRequired`,
`country`.`tax_free` as `country.taxFree`,
`country`.`vat_id_pattern` as `country.vatIdPattern`,
`country`.`customer_tax` as `country.customerTax`,
`country`.`company_tax` as `country.companyTax`,
`country`.`postal_code_required` as `country.postalCodeRequired`,
`country`.`check_postal_code_pattern` as `country.checkPostalCodePattern`,
`country`.`check_advanced_postal_code_pattern` as `country.checkAdvancedPostalCodePattern`,
`country`.`advanced_postal_code_pattern` as `country.advancedPostalCodePattern`,
`country`.`default_postal_code_pattern` as `country.defaultPostalCodePattern`,
`country`.`created_at` as `country.createdAt`,
`country`.`updated_at` as `country.updatedAt`,
`country.translation.name`,
COALESCE(
`country.translation.name`, `country.translation.name`
) as `country.name`,
`country.translation.addressFormat`,
COALESCE(
`country.translation.addressFormat`,
`country.translation.addressFormat`
) as `country.addressFormat`,
`country.translation.customFields`,
COALESCE(
`country.translation.customFields`,
`country.translation.customFields`
) as `country.customFields`,
`country.translation.createdAt`,
`country.translation.updatedAt`,
`country.translation.countryId`,
`country.translation.languageId`
FROM
`country`
LEFT JOIN (
SELECT
`country.translation`.country_id,
`country.translation`.name as `country.translation.name`,
`country.translation`.address_format as `country.translation.addressFormat`,
`country.translation`.custom_fields as `country.translation.customFields`,
`country.translation`.created_at as `country.translation.createdAt`,
`country.translation`.updated_at as `country.translation.updatedAt`,
`country.translation`.country_id as `country.translation.countryId`,
`country.translation`.language_id as `country.translation.languageId`
FROM
`country_translation` `country.translation`
WHERE
`country.translation`.language_id = : languageId
) `country.country_translation` ON `country.country_translation`.`country_id` = `country`.`id`
WHERE
`country`.`id` IN (: ids)
SELECT `country`.`id` as `country.id`, `country`.`iso` as `country.iso`, `country`.`position` as `country.position`, `country`.`active` as `country.active`, `country`.`shipping_available` as `country.shippingAvailable`, `country`.`iso3` as `country.iso3`, `country`.`display_state_in_registration` as `country.displayStateInRegistration`, `country`.`force_state_in_registration` as `country.forceStateInRegistration`, `country`.`company_tax_free` as `country.companyTaxFree`, `country`.`check_vat_id_pattern` as `country.checkVatIdPattern`, `country`.`vat_id_required` as `country.vatIdRequired`, `country`.`tax_free` as `country.taxFree`, `country`.`vat_id_pattern` as `country.vatIdPattern`, `country`.`customer_tax` as `country.customerTax`, `country`.`company_tax` as `country.companyTax`, `country`.`postal_code_required` as `country.postalCodeRequired`, `country`.`check_postal_code_pattern` as `country.checkPostalCodePattern`, `country`.`check_advanced_postal_code_pattern` as `country.checkAdvancedPostalCodePattern`, `country`.`advanced_postal_code_pattern` as `country.advancedPostalCodePattern`, `country`.`default_postal_code_pattern` as `country.defaultPostalCodePattern`, `country`.`created_at` as `country.createdAt`, `country`.`updated_at` as `country.updatedAt`, `country.translation.name`, COALESCE(`country.translation.name`,`country.translation.name`) as `country.name`, `country.translation.addressFormat`, COALESCE(`country.translation.addressFormat`,`country.translation.addressFormat`) as `country.addressFormat`, `country.translation.customFields`, COALESCE(`country.translation.customFields`,`country.translation.customFields`) as `country.customFields`, `country.translation.createdAt`, `country.translation.updatedAt`, `country.translation.countryId`, `country.translation.languageId` FROM `country` LEFT JOIN (SELECT `country.translation`.country_id, `country.translation`.name as `country.translation.name`, `country.translation`.address_format as `country.translation.addressFormat`, `country.translation`.custom_fields as `country.translation.customFields`, `country.translation`.created_at as `country.translation.createdAt`, `country.translation`.updated_at as `country.translation.updatedAt`, `country.translation`.country_id as `country.translation.countryId`, `country.translation`.language_id as `country.translation.languageId` FROM `country_translation` `country.translation` WHERE `country.translation`.language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B) `country.country_translation` ON `country.country_translation`.`country_id` = `country`.`id` WHERE `country`.`id` IN (0x560592ACF8B54D15990AF8EFACCA4C96);
array:66 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 239)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 316)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetch (line 148)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 92)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::read (line 257)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::read (line 286)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::_search (line 110)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::Shopware\Core\Framework\DataAbstractionLayer\{closure} (line 59)"
9 => "Shopware\Core\Profiling\Profiler::trace (line 109)"
10 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 51)"
11 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator::search (line 320)"
12 => "Shopware\Core\System\SalesChannel\Context\BaseContextFactory::loadShippingLocation (line 124)"
13 => "Shopware\Core\System\SalesChannel\Context\BaseContextFactory::create (line 74)"
14 => "Shopware\Core\System\SalesChannel\Context\CachedBaseContextFactory::Shopware\Core\System\SalesChannel\Context\{closure} (line 350)"
15 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 44)"
16 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 120)"
17 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 43)"
18 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 46)"
19 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 42)"
20 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 41)"
21 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 59)"
22 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 40)"
23 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 73)"
24 => "Shopware\Core\System\SalesChannel\Context\CachedBaseContextFactory::Shopware\Core\System\SalesChannel\Context\{closure} (line 72)"
25 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 35)"
26 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 72)"
27 => "Shopware\Core\System\SalesChannel\Context\CachedBaseContextFactory::create (line 92)"
28 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextFactory::create (line 60)"
29 => "Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory::Shopware\Core\System\SalesChannel\Context\{closure} (line 350)"
30 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 44)"
31 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 120)"
32 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 43)"
33 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 46)"
34 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 42)"
35 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 41)"
36 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 59)"
37 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 40)"
38 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 59)"
39 => "Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory::Shopware\Core\System\SalesChannel\Context\{closure} (line 72)"
40 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 35)"
41 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 58)"
42 => "Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory::create (line 103)"
43 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService::Shopware\Core\System\SalesChannel\Context\{closure} (line 59)"
44 => "Shopware\Core\Profiling\Profiler::trace (line 74)"
45 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService::get (line 104)"
46 => "Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver::resolve (line 38)"
47 => "Shopware\Core\Framework\Routing\ContextResolverListener::resolveContext (line 118)"
48 => "Symfony\Component\EventDispatcher\Debug\WrappedListener::__invoke (line 230)"
49 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
50 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 56)"
51 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 98)"
52 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 55)"
53 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 37)"
54 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
55 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 151)"
56 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
57 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
58 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
59 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 481)"
60 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 454)"
61 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 348)"
62 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 226)"
63 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
64 => "Shopware\Core\HttpKernel::doHandle (line 81)"
65 => "Shopware\Core\HttpKernel::handle (line 69)"
]
|
13 |
0.73 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:65 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 239)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 316)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetch (line 148)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 92)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::read (line 257)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::read (line 286)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::_search (line 110)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::Shopware\Core\Framework\DataAbstractionLayer\{closure} (line 59)"
9 => "Shopware\Core\Profiling\Profiler::trace (line 109)"
10 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 51)"
11 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator::search (line 134)"
12 => "Shopware\Core\System\SalesChannel\Context\BaseContextFactory::create (line 74)"
13 => "Shopware\Core\System\SalesChannel\Context\CachedBaseContextFactory::Shopware\Core\System\SalesChannel\Context\{closure} (line 350)"
14 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 44)"
15 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 120)"
16 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 43)"
17 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 46)"
18 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 42)"
19 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 41)"
20 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 59)"
21 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 40)"
22 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 73)"
23 => "Shopware\Core\System\SalesChannel\Context\CachedBaseContextFactory::Shopware\Core\System\SalesChannel\Context\{closure} (line 72)"
24 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 35)"
25 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 72)"
26 => "Shopware\Core\System\SalesChannel\Context\CachedBaseContextFactory::create (line 92)"
27 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextFactory::create (line 60)"
28 => "Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory::Shopware\Core\System\SalesChannel\Context\{closure} (line 350)"
29 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 44)"
30 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 120)"
31 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 43)"
32 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 46)"
33 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 42)"
34 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 41)"
35 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 59)"
36 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 40)"
37 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 59)"
38 => "Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory::Shopware\Core\System\SalesChannel\Context\{closure} (line 72)"
39 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 35)"
40 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 58)"
41 => "Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory::create (line 103)"
42 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService::Shopware\Core\System\SalesChannel\Context\{closure} (line 59)"
43 => "Shopware\Core\Profiling\Profiler::trace (line 74)"
44 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService::get (line 104)"
45 => "Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver::resolve (line 38)"
46 => "Shopware\Core\Framework\Routing\ContextResolverListener::resolveContext (line 118)"
47 => "Symfony\Component\EventDispatcher\Debug\WrappedListener::__invoke (line 230)"
48 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
49 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 56)"
50 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 98)"
51 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 55)"
52 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 37)"
53 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
54 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 151)"
55 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
56 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
57 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
58 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 481)"
59 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 454)"
60 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 348)"
61 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 226)"
62 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
63 => "Shopware\Core\HttpKernel::doHandle (line 81)"
64 => "Shopware\Core\HttpKernel::handle (line 69)"
]
|
14 |
0.14 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:66 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 239)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 316)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetch (line 148)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 92)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::read (line 257)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::read (line 286)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::_search (line 110)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::Shopware\Core\Framework\DataAbstractionLayer\{closure} (line 59)"
9 => "Shopware\Core\Profiling\Profiler::trace (line 109)"
10 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 51)"
11 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator::search (line 184)"
12 => "Shopware\Core\System\SalesChannel\Context\BaseContextFactory::getTaxRules (line 141)"
13 => "Shopware\Core\System\SalesChannel\Context\BaseContextFactory::create (line 74)"
14 => "Shopware\Core\System\SalesChannel\Context\CachedBaseContextFactory::Shopware\Core\System\SalesChannel\Context\{closure} (line 350)"
15 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 44)"
16 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 120)"
17 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 43)"
18 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 46)"
19 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 42)"
20 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 41)"
21 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 59)"
22 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 40)"
23 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 73)"
24 => "Shopware\Core\System\SalesChannel\Context\CachedBaseContextFactory::Shopware\Core\System\SalesChannel\Context\{closure} (line 72)"
25 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 35)"
26 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 72)"
27 => "Shopware\Core\System\SalesChannel\Context\CachedBaseContextFactory::create (line 92)"
28 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextFactory::create (line 60)"
29 => "Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory::Shopware\Core\System\SalesChannel\Context\{closure} (line 350)"
30 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 44)"
31 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 120)"
32 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 43)"
33 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 46)"
34 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 42)"
35 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 41)"
36 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 59)"
37 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 40)"
38 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 59)"
39 => "Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory::Shopware\Core\System\SalesChannel\Context\{closure} (line 72)"
40 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 35)"
41 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 58)"
42 => "Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory::create (line 103)"
43 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService::Shopware\Core\System\SalesChannel\Context\{closure} (line 59)"
44 => "Shopware\Core\Profiling\Profiler::trace (line 74)"
45 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService::get (line 104)"
46 => "Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver::resolve (line 38)"
47 => "Shopware\Core\Framework\Routing\ContextResolverListener::resolveContext (line 118)"
48 => "Symfony\Component\EventDispatcher\Debug\WrappedListener::__invoke (line 230)"
49 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
50 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 56)"
51 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 98)"
52 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 55)"
53 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 37)"
54 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
55 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 151)"
56 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
57 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
58 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
59 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 481)"
60 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 454)"
61 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 348)"
62 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 226)"
63 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
64 => "Shopware\Core\HttpKernel::doHandle (line 81)"
65 => "Shopware\Core\HttpKernel::handle (line 69)"
]
|
15 |
0.67 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_45223468485e4d778f4fe3055ed1e58f))
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 (0x492C470EB8F74C779A66720E88E789F3, 0x9B4F6F1ECFA742B591F763FDB882FF04, 0xD1243D551D2B4FFB84BBB9A22AD134CD));
array:70 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 239)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 316)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetch (line 148)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 496)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::loadOneToManyWithoutPagination (line 438)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::loadOneToMany (line 1210)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetchAssociations (line 152)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 92)"
9 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::read (line 257)"
10 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::read (line 286)"
11 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::_search (line 110)"
12 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::Shopware\Core\Framework\DataAbstractionLayer\{closure} (line 59)"
13 => "Shopware\Core\Profiling\Profiler::trace (line 109)"
14 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 51)"
15 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator::search (line 184)"
16 => "Shopware\Core\System\SalesChannel\Context\BaseContextFactory::getTaxRules (line 141)"
17 => "Shopware\Core\System\SalesChannel\Context\BaseContextFactory::create (line 74)"
18 => "Shopware\Core\System\SalesChannel\Context\CachedBaseContextFactory::Shopware\Core\System\SalesChannel\Context\{closure} (line 350)"
19 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 44)"
20 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 120)"
21 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 43)"
22 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 46)"
23 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 42)"
24 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 41)"
25 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 59)"
26 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 40)"
27 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 73)"
28 => "Shopware\Core\System\SalesChannel\Context\CachedBaseContextFactory::Shopware\Core\System\SalesChannel\Context\{closure} (line 72)"
29 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 35)"
30 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 72)"
31 => "Shopware\Core\System\SalesChannel\Context\CachedBaseContextFactory::create (line 92)"
32 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextFactory::create (line 60)"
33 => "Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory::Shopware\Core\System\SalesChannel\Context\{closure} (line 350)"
34 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 44)"
35 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 120)"
36 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 43)"
37 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 46)"
38 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 42)"
39 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 41)"
40 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 59)"
41 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 40)"
42 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 59)"
43 => "Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory::Shopware\Core\System\SalesChannel\Context\{closure} (line 72)"
44 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 35)"
45 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 58)"
46 => "Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory::create (line 103)"
47 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService::Shopware\Core\System\SalesChannel\Context\{closure} (line 59)"
48 => "Shopware\Core\Profiling\Profiler::trace (line 74)"
49 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService::get (line 104)"
50 => "Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver::resolve (line 38)"
51 => "Shopware\Core\Framework\Routing\ContextResolverListener::resolveContext (line 118)"
52 => "Symfony\Component\EventDispatcher\Debug\WrappedListener::__invoke (line 230)"
53 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
54 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 56)"
55 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 98)"
56 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 55)"
57 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 37)"
58 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
59 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 151)"
60 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
61 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
62 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
63 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 481)"
64 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 454)"
65 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 348)"
66 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 226)"
67 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
68 => "Shopware\Core\HttpKernel::doHandle (line 81)"
69 => "Shopware\Core\HttpKernel::handle (line 69)"
]
|
16 |
2.76 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`.`refund_url` as `payment_method.appPaymentMethod.refundUrl`, `payment_method.appPaymentMethod`.`app_id` as `payment_method.appPaymentMethod.appId`, `payment_method.appPaymentMethod`.`original_media_id` as `payment_method.appPaymentMethod.originalMediaId`, `payment_method.appPaymentMethod`.`payment_method_id` as `payment_method.appPaymentMethod.paymentMethodId`, `payment_method.appPaymentMethod`.`created_at` as `payment_method.appPaymentMethod.createdAt`, `payment_method.appPaymentMethod`.`updated_at` as `payment_method.appPaymentMethod.updatedAt`, `payment_method`.`created_at` as `payment_method.createdAt`, `payment_method`.`updated_at` as `payment_method.updatedAt`, `payment_method.media`.`id` as `payment_method.media.id`, `payment_method.media`.`user_id` as `payment_method.media.userId`, `payment_method.media`.`media_folder_id` as `payment_method.media.mediaFolderId`, `payment_method.media`.`mime_type` as `payment_method.media.mimeType`, `payment_method.media`.`file_extension` as `payment_method.media.fileExtension`, `payment_method.media`.`uploaded_at` as `payment_method.media.uploadedAt`, `payment_method.media`.`file_name` as `payment_method.media.fileName`, `payment_method.media`.`file_size` as `payment_method.media.fileSize`, `payment_method.media`.`media_type` as `payment_method.media.mediaTypeRaw`, `payment_method.media`.`meta_data` as `payment_method.media.metaData`, `payment_method.media`.`private` as `payment_method.media.private`, `payment_method.media`.`thumbnails_ro` as `payment_method.media.thumbnailsRo`, `payment_method.media`.`created_at` as `payment_method.media.createdAt`, `payment_method.media`.`updated_at` as `payment_method.media.updatedAt`, `payment_method.media.translation.title`, COALESCE(`payment_method.media.translation.title`,`payment_method.media.translation.title`) as `payment_method.media.title`, `payment_method.media.translation.alt`, COALESCE(`payment_method.media.translation.alt`,`payment_method.media.translation.alt`) as `payment_method.media.alt`, `payment_method.media.translation.customFields`, COALESCE(`payment_method.media.translation.customFields`,`payment_method.media.translation.customFields`) as `payment_method.media.customFields`, `payment_method.media.translation.createdAt`, `payment_method.media.translation.updatedAt`, `payment_method.media.translation.mediaId`, `payment_method.media.translation.languageId`, `payment_method.translation.name`, COALESCE(`payment_method.translation.name`,`payment_method.translation.name`) as `payment_method.name`, `payment_method.translation.distinguishableName`, COALESCE(`payment_method.translation.distinguishableName`,`payment_method.translation.distinguishableName`) as `payment_method.distinguishableName`, `payment_method.translation.description`, COALESCE(`payment_method.translation.description`,`payment_method.translation.description`) as `payment_method.description`, `payment_method.translation.customFields`, COALESCE(`payment_method.translation.customFields`,`payment_method.translation.customFields`) as `payment_method.customFields`, `payment_method.translation.createdAt`, `payment_method.translation.updatedAt`, `payment_method.translation.paymentMethodId`, `payment_method.translation.languageId` FROM `payment_method` LEFT JOIN (SELECT `payment_method.translation`.payment_method_id, `payment_method.translation`.name as `payment_method.translation.name`, `payment_method.translation`.distinguishable_name as `payment_method.translation.distinguishableName`, `payment_method.translation`.description as `payment_method.translation.description`, `payment_method.translation`.custom_fields as `payment_method.translation.customFields`, `payment_method.translation`.created_at as `payment_method.translation.createdAt`, `payment_method.translation`.updated_at as `payment_method.translation.updatedAt`, `payment_method.translation`.payment_method_id as `payment_method.translation.paymentMethodId`, `payment_method.translation`.language_id as `payment_method.translation.languageId` FROM `payment_method_translation` `payment_method.translation` WHERE `payment_method.translation`.language_id = :languageId) `payment_method.payment_method_translation` ON `payment_method.payment_method_translation`.`payment_method_id` = `payment_method`.`id` LEFT JOIN `app_payment_method` `payment_method.appPaymentMethod` ON `payment_method`.`id` = `payment_method.appPaymentMethod`.`payment_method_id` LEFT JOIN `media` `payment_method.media` ON `payment_method`.`media_id` = `payment_method.media`.`id` LEFT JOIN (SELECT `payment_method.media.translation`.media_id, `payment_method.media.translation`.title as `payment_method.media.translation.title`, `payment_method.media.translation`.alt as `payment_method.media.translation.alt`, `payment_method.media.translation`.custom_fields as `payment_method.media.translation.customFields`, `payment_method.media.translation`.created_at as `payment_method.media.translation.createdAt`, `payment_method.media.translation`.updated_at as `payment_method.media.translation.updatedAt`, `payment_method.media.translation`.media_id as `payment_method.media.translation.mediaId`, `payment_method.media.translation`.language_id as `payment_method.media.translation.languageId` FROM `media_translation` `payment_method.media.translation` WHERE `payment_method.media.translation`.language_id = :languageId) `payment_method.media.media_translation` ON `payment_method.media.media_translation`.`media_id` = `payment_method.media`.`id` WHERE `payment_method`.`id` IN (:ids)
SELECT
`payment_method`.`id` as `payment_method.id`,
`payment_method`.`plugin_id` as `payment_method.pluginId`,
`payment_method`.`handler_identifier` as `payment_method.handlerIdentifier`,
`payment_method`.`position` as `payment_method.position`,
`payment_method`.`active` as `payment_method.active`,
`payment_method`.`after_order_enabled` as `payment_method.afterOrderEnabled`,
`payment_method`.`availability_rule_id` as `payment_method.availabilityRuleId`,
`payment_method`.`media_id` as `payment_method.mediaId`,
`payment_method.appPaymentMethod`.`id` as `payment_method.appPaymentMethod.id`,
`payment_method.appPaymentMethod`.`app_name` as `payment_method.appPaymentMethod.appName`,
`payment_method.appPaymentMethod`.`identifier` as `payment_method.appPaymentMethod.identifier`,
`payment_method.appPaymentMethod`.`pay_url` as `payment_method.appPaymentMethod.payUrl`,
`payment_method.appPaymentMethod`.`finalize_url` as `payment_method.appPaymentMethod.finalizeUrl`,
`payment_method.appPaymentMethod`.`validate_url` as `payment_method.appPaymentMethod.validateUrl`,
`payment_method.appPaymentMethod`.`capture_url` as `payment_method.appPaymentMethod.captureUrl`,
`payment_method.appPaymentMethod`.`refund_url` as `payment_method.appPaymentMethod.refundUrl`,
`payment_method.appPaymentMethod`.`app_id` as `payment_method.appPaymentMethod.appId`,
`payment_method.appPaymentMethod`.`original_media_id` as `payment_method.appPaymentMethod.originalMediaId`,
`payment_method.appPaymentMethod`.`payment_method_id` as `payment_method.appPaymentMethod.paymentMethodId`,
`payment_method.appPaymentMethod`.`created_at` as `payment_method.appPaymentMethod.createdAt`,
`payment_method.appPaymentMethod`.`updated_at` as `payment_method.appPaymentMethod.updatedAt`,
`payment_method`.`created_at` as `payment_method.createdAt`,
`payment_method`.`updated_at` as `payment_method.updatedAt`,
`payment_method.media`.`id` as `payment_method.media.id`,
`payment_method.media`.`user_id` as `payment_method.media.userId`,
`payment_method.media`.`media_folder_id` as `payment_method.media.mediaFolderId`,
`payment_method.media`.`mime_type` as `payment_method.media.mimeType`,
`payment_method.media`.`file_extension` as `payment_method.media.fileExtension`,
`payment_method.media`.`uploaded_at` as `payment_method.media.uploadedAt`,
`payment_method.media`.`file_name` as `payment_method.media.fileName`,
`payment_method.media`.`file_size` as `payment_method.media.fileSize`,
`payment_method.media`.`media_type` as `payment_method.media.mediaTypeRaw`,
`payment_method.media`.`meta_data` as `payment_method.media.metaData`,
`payment_method.media`.`private` as `payment_method.media.private`,
`payment_method.media`.`thumbnails_ro` as `payment_method.media.thumbnailsRo`,
`payment_method.media`.`created_at` as `payment_method.media.createdAt`,
`payment_method.media`.`updated_at` as `payment_method.media.updatedAt`,
`payment_method.media.translation.title`,
COALESCE(
`payment_method.media.translation.title`,
`payment_method.media.translation.title`
) as `payment_method.media.title`,
`payment_method.media.translation.alt`,
COALESCE(
`payment_method.media.translation.alt`,
`payment_method.media.translation.alt`
) as `payment_method.media.alt`,
`payment_method.media.translation.customFields`,
COALESCE(
`payment_method.media.translation.customFields`,
`payment_method.media.translation.customFields`
) as `payment_method.media.customFields`,
`payment_method.media.translation.createdAt`,
`payment_method.media.translation.updatedAt`,
`payment_method.media.translation.mediaId`,
`payment_method.media.translation.languageId`,
`payment_method.translation.name`,
COALESCE(
`payment_method.translation.name`,
`payment_method.translation.name`
) as `payment_method.name`,
`payment_method.translation.distinguishableName`,
COALESCE(
`payment_method.translation.distinguishableName`,
`payment_method.translation.distinguishableName`
) as `payment_method.distinguishableName`,
`payment_method.translation.description`,
COALESCE(
`payment_method.translation.description`,
`payment_method.translation.description`
) as `payment_method.description`,
`payment_method.translation.customFields`,
COALESCE(
`payment_method.translation.customFields`,
`payment_method.translation.customFields`
) as `payment_method.customFields`,
`payment_method.translation.createdAt`,
`payment_method.translation.updatedAt`,
`payment_method.translation.paymentMethodId`,
`payment_method.translation.languageId`
FROM
`payment_method`
LEFT JOIN (
SELECT
`payment_method.translation`.payment_method_id,
`payment_method.translation`.name as `payment_method.translation.name`,
`payment_method.translation`.distinguishable_name as `payment_method.translation.distinguishableName`,
`payment_method.translation`.description as `payment_method.translation.description`,
`payment_method.translation`.custom_fields as `payment_method.translation.customFields`,
`payment_method.translation`.created_at as `payment_method.translation.createdAt`,
`payment_method.translation`.updated_at as `payment_method.translation.updatedAt`,
`payment_method.translation`.payment_method_id as `payment_method.translation.paymentMethodId`,
`payment_method.translation`.language_id as `payment_method.translation.languageId`
FROM
`payment_method_translation` `payment_method.translation`
WHERE
`payment_method.translation`.language_id = : languageId
) `payment_method.payment_method_translation` ON `payment_method.payment_method_translation`.`payment_method_id` = `payment_method`.`id`
LEFT JOIN `app_payment_method` `payment_method.appPaymentMethod` ON `payment_method`.`id` = `payment_method.appPaymentMethod`.`payment_method_id`
LEFT JOIN `media` `payment_method.media` ON `payment_method`.`media_id` = `payment_method.media`.`id`
LEFT JOIN (
SELECT
`payment_method.media.translation`.media_id,
`payment_method.media.translation`.title as `payment_method.media.translation.title`,
`payment_method.media.translation`.alt as `payment_method.media.translation.alt`,
`payment_method.media.translation`.custom_fields as `payment_method.media.translation.customFields`,
`payment_method.media.translation`.created_at as `payment_method.media.translation.createdAt`,
`payment_method.media.translation`.updated_at as `payment_method.media.translation.updatedAt`,
`payment_method.media.translation`.media_id as `payment_method.media.translation.mediaId`,
`payment_method.media.translation`.language_id as `payment_method.media.translation.languageId`
FROM
`media_translation` `payment_method.media.translation`
WHERE
`payment_method.media.translation`.language_id = : languageId
) `payment_method.media.media_translation` ON `payment_method.media.media_translation`.`media_id` = `payment_method.media`.`id`
WHERE
`payment_method`.`id` IN (: ids)
SELECT `payment_method`.`id` as `payment_method.id`, `payment_method`.`plugin_id` as `payment_method.pluginId`, `payment_method`.`handler_identifier` as `payment_method.handlerIdentifier`, `payment_method`.`position` as `payment_method.position`, `payment_method`.`active` as `payment_method.active`, `payment_method`.`after_order_enabled` as `payment_method.afterOrderEnabled`, `payment_method`.`availability_rule_id` as `payment_method.availabilityRuleId`, `payment_method`.`media_id` as `payment_method.mediaId`, `payment_method.appPaymentMethod`.`id` as `payment_method.appPaymentMethod.id`, `payment_method.appPaymentMethod`.`app_name` as `payment_method.appPaymentMethod.appName`, `payment_method.appPaymentMethod`.`identifier` as `payment_method.appPaymentMethod.identifier`, `payment_method.appPaymentMethod`.`pay_url` as `payment_method.appPaymentMethod.payUrl`, `payment_method.appPaymentMethod`.`finalize_url` as `payment_method.appPaymentMethod.finalizeUrl`, `payment_method.appPaymentMethod`.`validate_url` as `payment_method.appPaymentMethod.validateUrl`, `payment_method.appPaymentMethod`.`capture_url` as `payment_method.appPaymentMethod.captureUrl`, `payment_method.appPaymentMethod`.`refund_url` as `payment_method.appPaymentMethod.refundUrl`, `payment_method.appPaymentMethod`.`app_id` as `payment_method.appPaymentMethod.appId`, `payment_method.appPaymentMethod`.`original_media_id` as `payment_method.appPaymentMethod.originalMediaId`, `payment_method.appPaymentMethod`.`payment_method_id` as `payment_method.appPaymentMethod.paymentMethodId`, `payment_method.appPaymentMethod`.`created_at` as `payment_method.appPaymentMethod.createdAt`, `payment_method.appPaymentMethod`.`updated_at` as `payment_method.appPaymentMethod.updatedAt`, `payment_method`.`created_at` as `payment_method.createdAt`, `payment_method`.`updated_at` as `payment_method.updatedAt`, `payment_method.media`.`id` as `payment_method.media.id`, `payment_method.media`.`user_id` as `payment_method.media.userId`, `payment_method.media`.`media_folder_id` as `payment_method.media.mediaFolderId`, `payment_method.media`.`mime_type` as `payment_method.media.mimeType`, `payment_method.media`.`file_extension` as `payment_method.media.fileExtension`, `payment_method.media`.`uploaded_at` as `payment_method.media.uploadedAt`, `payment_method.media`.`file_name` as `payment_method.media.fileName`, `payment_method.media`.`file_size` as `payment_method.media.fileSize`, `payment_method.media`.`media_type` as `payment_method.media.mediaTypeRaw`, `payment_method.media`.`meta_data` as `payment_method.media.metaData`, `payment_method.media`.`private` as `payment_method.media.private`, `payment_method.media`.`thumbnails_ro` as `payment_method.media.thumbnailsRo`, `payment_method.media`.`created_at` as `payment_method.media.createdAt`, `payment_method.media`.`updated_at` as `payment_method.media.updatedAt`, `payment_method.media.translation.title`, COALESCE(`payment_method.media.translation.title`,`payment_method.media.translation.title`) as `payment_method.media.title`, `payment_method.media.translation.alt`, COALESCE(`payment_method.media.translation.alt`,`payment_method.media.translation.alt`) as `payment_method.media.alt`, `payment_method.media.translation.customFields`, COALESCE(`payment_method.media.translation.customFields`,`payment_method.media.translation.customFields`) as `payment_method.media.customFields`, `payment_method.media.translation.createdAt`, `payment_method.media.translation.updatedAt`, `payment_method.media.translation.mediaId`, `payment_method.media.translation.languageId`, `payment_method.translation.name`, COALESCE(`payment_method.translation.name`,`payment_method.translation.name`) as `payment_method.name`, `payment_method.translation.distinguishableName`, COALESCE(`payment_method.translation.distinguishableName`,`payment_method.translation.distinguishableName`) as `payment_method.distinguishableName`, `payment_method.translation.description`, COALESCE(`payment_method.translation.description`,`payment_method.translation.description`) as `payment_method.description`, `payment_method.translation.customFields`, COALESCE(`payment_method.translation.customFields`,`payment_method.translation.customFields`) as `payment_method.customFields`, `payment_method.translation.createdAt`, `payment_method.translation.updatedAt`, `payment_method.translation.paymentMethodId`, `payment_method.translation.languageId` FROM `payment_method` LEFT JOIN (SELECT `payment_method.translation`.payment_method_id, `payment_method.translation`.name as `payment_method.translation.name`, `payment_method.translation`.distinguishable_name as `payment_method.translation.distinguishableName`, `payment_method.translation`.description as `payment_method.translation.description`, `payment_method.translation`.custom_fields as `payment_method.translation.customFields`, `payment_method.translation`.created_at as `payment_method.translation.createdAt`, `payment_method.translation`.updated_at as `payment_method.translation.updatedAt`, `payment_method.translation`.payment_method_id as `payment_method.translation.paymentMethodId`, `payment_method.translation`.language_id as `payment_method.translation.languageId` FROM `payment_method_translation` `payment_method.translation` WHERE `payment_method.translation`.language_id = 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 (0xB3E670031BDF49FBB61BABB364589878);
array:67 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 239)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 316)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetch (line 148)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 92)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::read (line 257)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::read (line 286)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::_search (line 110)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::Shopware\Core\Framework\DataAbstractionLayer\{closure} (line 59)"
9 => "Shopware\Core\Profiling\Profiler::trace (line 109)"
10 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 68)"
11 => "Shopware\Core\Checkout\Payment\DataAbstractionLayer\PaymentMethodRepositoryDecorator::search (line 51)"
12 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator::search (line 197)"
13 => "Shopware\Core\System\SalesChannel\Context\BaseContextFactory::getPaymentMethod (line 144)"
14 => "Shopware\Core\System\SalesChannel\Context\BaseContextFactory::create (line 74)"
15 => "Shopware\Core\System\SalesChannel\Context\CachedBaseContextFactory::Shopware\Core\System\SalesChannel\Context\{closure} (line 350)"
16 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 44)"
17 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 120)"
18 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 43)"
19 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 46)"
20 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 42)"
21 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 41)"
22 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 59)"
23 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 40)"
24 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 73)"
25 => "Shopware\Core\System\SalesChannel\Context\CachedBaseContextFactory::Shopware\Core\System\SalesChannel\Context\{closure} (line 72)"
26 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 35)"
27 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 72)"
28 => "Shopware\Core\System\SalesChannel\Context\CachedBaseContextFactory::create (line 92)"
29 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextFactory::create (line 60)"
30 => "Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory::Shopware\Core\System\SalesChannel\Context\{closure} (line 350)"
31 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 44)"
32 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 120)"
33 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 43)"
34 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 46)"
35 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 42)"
36 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 41)"
37 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 59)"
38 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 40)"
39 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 59)"
40 => "Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory::Shopware\Core\System\SalesChannel\Context\{closure} (line 72)"
41 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 35)"
42 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 58)"
43 => "Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory::create (line 103)"
44 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService::Shopware\Core\System\SalesChannel\Context\{closure} (line 59)"
45 => "Shopware\Core\Profiling\Profiler::trace (line 74)"
46 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService::get (line 104)"
47 => "Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver::resolve (line 38)"
48 => "Shopware\Core\Framework\Routing\ContextResolverListener::resolveContext (line 118)"
49 => "Symfony\Component\EventDispatcher\Debug\WrappedListener::__invoke (line 230)"
50 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
51 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 56)"
52 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 98)"
53 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 55)"
54 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 37)"
55 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
56 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 151)"
57 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
58 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
59 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
60 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 481)"
61 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 454)"
62 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 348)"
63 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 226)"
64 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
65 => "Shopware\Core\HttpKernel::doHandle (line 81)"
66 => "Shopware\Core\HttpKernel::handle (line 69)"
]
|
17 |
0.15 ms |
SELECT `name`, `type` FROM `custom_field` WHERE `active` = 1
SELECT `name`, `type` FROM `custom_field` WHERE `active` = 1;
array:75 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 1065)"
2 => "Doctrine\DBAL\Connection::fetchAllKeyValue (line 101)"
3 => "Shopware\Core\System\CustomField\CustomFieldService::getCustomFields (line 43)"
4 => "Shopware\Core\System\CustomField\CustomFieldService::getCustomField (line 109)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\CustomFieldsSerializer::getFields (line 99)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\CustomFieldsSerializer::decode (line 389)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityHydrator::customFields (line 243)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityHydrator::hydrateFields (line 169)"
9 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityHydrator::assign (line 546)"
10 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityHydrator::hydrateEntity (line 88)"
11 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityHydrator::hydrate (line 150)"
12 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 92)"
13 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::read (line 257)"
14 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::read (line 286)"
15 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::_search (line 110)"
16 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::Shopware\Core\Framework\DataAbstractionLayer\{closure} (line 59)"
17 => "Shopware\Core\Profiling\Profiler::trace (line 109)"
18 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 68)"
19 => "Shopware\Core\Checkout\Payment\DataAbstractionLayer\PaymentMethodRepositoryDecorator::search (line 51)"
20 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator::search (line 197)"
21 => "Shopware\Core\System\SalesChannel\Context\BaseContextFactory::getPaymentMethod (line 144)"
22 => "Shopware\Core\System\SalesChannel\Context\BaseContextFactory::create (line 74)"
23 => "Shopware\Core\System\SalesChannel\Context\CachedBaseContextFactory::Shopware\Core\System\SalesChannel\Context\{closure} (line 350)"
24 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 44)"
25 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 120)"
26 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 43)"
27 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 46)"
28 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 42)"
29 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 41)"
30 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 59)"
31 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 40)"
32 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 73)"
33 => "Shopware\Core\System\SalesChannel\Context\CachedBaseContextFactory::Shopware\Core\System\SalesChannel\Context\{closure} (line 72)"
34 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 35)"
35 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 72)"
36 => "Shopware\Core\System\SalesChannel\Context\CachedBaseContextFactory::create (line 92)"
37 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextFactory::create (line 60)"
38 => "Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory::Shopware\Core\System\SalesChannel\Context\{closure} (line 350)"
39 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 44)"
40 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 120)"
41 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 43)"
42 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 46)"
43 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 42)"
44 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 41)"
45 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 59)"
46 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 40)"
47 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 59)"
48 => "Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory::Shopware\Core\System\SalesChannel\Context\{closure} (line 72)"
49 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 35)"
50 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 58)"
51 => "Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory::create (line 103)"
52 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService::Shopware\Core\System\SalesChannel\Context\{closure} (line 59)"
53 => "Shopware\Core\Profiling\Profiler::trace (line 74)"
54 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService::get (line 104)"
55 => "Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver::resolve (line 38)"
56 => "Shopware\Core\Framework\Routing\ContextResolverListener::resolveContext (line 118)"
57 => "Symfony\Component\EventDispatcher\Debug\WrappedListener::__invoke (line 230)"
58 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
59 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 56)"
60 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 98)"
61 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 55)"
62 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 37)"
63 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
64 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 151)"
65 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
66 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
67 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
68 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 481)"
69 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 454)"
70 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 348)"
71 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 226)"
72 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
73 => "Shopware\Core\HttpKernel::doHandle (line 81)"
74 => "Shopware\Core\HttpKernel::handle (line 69)"
]
|
18 |
3.04 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 (0x502D275ECFE047E88ECE45F66E99F1D1);
array:66 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 239)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 316)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetch (line 148)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 92)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::read (line 257)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::read (line 286)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::_search (line 110)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::Shopware\Core\Framework\DataAbstractionLayer\{closure} (line 59)"
9 => "Shopware\Core\Profiling\Profiler::trace (line 109)"
10 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 51)"
11 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator::search (line 217)"
12 => "Shopware\Core\System\SalesChannel\Context\BaseContextFactory::getShippingMethod (line 147)"
13 => "Shopware\Core\System\SalesChannel\Context\BaseContextFactory::create (line 74)"
14 => "Shopware\Core\System\SalesChannel\Context\CachedBaseContextFactory::Shopware\Core\System\SalesChannel\Context\{closure} (line 350)"
15 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 44)"
16 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 120)"
17 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 43)"
18 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 46)"
19 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 42)"
20 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 41)"
21 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 59)"
22 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 40)"
23 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 73)"
24 => "Shopware\Core\System\SalesChannel\Context\CachedBaseContextFactory::Shopware\Core\System\SalesChannel\Context\{closure} (line 72)"
25 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 35)"
26 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 72)"
27 => "Shopware\Core\System\SalesChannel\Context\CachedBaseContextFactory::create (line 92)"
28 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextFactory::create (line 60)"
29 => "Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory::Shopware\Core\System\SalesChannel\Context\{closure} (line 350)"
30 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 44)"
31 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 120)"
32 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 43)"
33 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 46)"
34 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 42)"
35 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 41)"
36 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 59)"
37 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 40)"
38 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 59)"
39 => "Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory::Shopware\Core\System\SalesChannel\Context\{closure} (line 72)"
40 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 35)"
41 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 58)"
42 => "Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory::create (line 103)"
43 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService::Shopware\Core\System\SalesChannel\Context\{closure} (line 59)"
44 => "Shopware\Core\Profiling\Profiler::trace (line 74)"
45 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService::get (line 104)"
46 => "Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver::resolve (line 38)"
47 => "Shopware\Core\Framework\Routing\ContextResolverListener::resolveContext (line 118)"
48 => "Symfony\Component\EventDispatcher\Debug\WrappedListener::__invoke (line 230)"
49 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
50 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 56)"
51 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 98)"
52 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 55)"
53 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 37)"
54 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
55 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 151)"
56 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
57 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
58 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
59 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 481)"
60 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 454)"
61 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 348)"
62 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 226)"
63 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
64 => "Shopware\Core\HttpKernel::doHandle (line 81)"
65 => "Shopware\Core\HttpKernel::handle (line 69)"
]
|
19 |
0.20 ms |
SELECT `currency_country_rounding`.`id` FROM `currency_country_rounding` WHERE (`currency_country_rounding`.`currency_id` = :param_144ddbdfd0c94e70b190596b723e2b65 AND `currency_country_rounding`.`country_id` = :param_0d22fbe1d36d4d90a29a80d366ab4e48) LIMIT 1
SELECT `currency_country_rounding`.`id` FROM `currency_country_rounding` WHERE (`currency_country_rounding`.`currency_id` = 0xB7D2554B0CE847CD82F3AC9BD1C0DFCA AND `currency_country_rounding`.`country_id` = 0x560592ACF8B54D15990AF8EFACCA4C96) LIMIT 1;
array:65 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 239)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 107)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntitySearcher::search (line 62)"
4 => "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher::search (line 132)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::searchIds (line 291)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::_search (line 110)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::Shopware\Core\Framework\DataAbstractionLayer\{closure} (line 59)"
8 => "Shopware\Core\Profiling\Profiler::trace (line 109)"
9 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 51)"
10 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator::search (line 361)"
11 => "Shopware\Core\System\SalesChannel\Context\BaseContextFactory::getCashRounding (line 149)"
12 => "Shopware\Core\System\SalesChannel\Context\BaseContextFactory::create (line 74)"
13 => "Shopware\Core\System\SalesChannel\Context\CachedBaseContextFactory::Shopware\Core\System\SalesChannel\Context\{closure} (line 350)"
14 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 44)"
15 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 120)"
16 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 43)"
17 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 46)"
18 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 42)"
19 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 41)"
20 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 59)"
21 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 40)"
22 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 73)"
23 => "Shopware\Core\System\SalesChannel\Context\CachedBaseContextFactory::Shopware\Core\System\SalesChannel\Context\{closure} (line 72)"
24 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 35)"
25 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 72)"
26 => "Shopware\Core\System\SalesChannel\Context\CachedBaseContextFactory::create (line 92)"
27 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextFactory::create (line 60)"
28 => "Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory::Shopware\Core\System\SalesChannel\Context\{closure} (line 350)"
29 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 44)"
30 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 120)"
31 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 43)"
32 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 46)"
33 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 42)"
34 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 41)"
35 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 59)"
36 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 40)"
37 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 59)"
38 => "Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory::Shopware\Core\System\SalesChannel\Context\{closure} (line 72)"
39 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 35)"
40 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 58)"
41 => "Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory::create (line 103)"
42 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService::Shopware\Core\System\SalesChannel\Context\{closure} (line 59)"
43 => "Shopware\Core\Profiling\Profiler::trace (line 74)"
44 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService::get (line 104)"
45 => "Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver::resolve (line 38)"
46 => "Shopware\Core\Framework\Routing\ContextResolverListener::resolveContext (line 118)"
47 => "Symfony\Component\EventDispatcher\Debug\WrappedListener::__invoke (line 230)"
48 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
49 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 56)"
50 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 98)"
51 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 55)"
52 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 37)"
53 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
54 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 151)"
55 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
56 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
57 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
58 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 481)"
59 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 454)"
60 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 348)"
61 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 226)"
62 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
63 => "Shopware\Core\HttpKernel::doHandle (line 81)"
64 => "Shopware\Core\HttpKernel::handle (line 69)"
]
|
20 |
0.21 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:45 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 239)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 107)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntitySearcher::search (line 62)"
4 => "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher::search (line 132)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::searchIds (line 291)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::_search (line 110)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::Shopware\Core\Framework\DataAbstractionLayer\{closure} (line 59)"
8 => "Shopware\Core\Profiling\Profiler::trace (line 109)"
9 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 51)"
10 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator::search (line 101)"
11 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\Common\RepositoryIterator::fetch (line 43)"
12 => "Shopware\Core\Checkout\Cart\RuleLoader::load (line 36)"
13 => "Shopware\Core\Checkout\Cart\CachedRuleLoader::Shopware\Core\Checkout\Cart\{closure} (line 72)"
14 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 35)"
15 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 35)"
16 => "Shopware\Core\Checkout\Cart\CachedRuleLoader::load (line 192)"
17 => "Shopware\Core\Checkout\Cart\CartRuleLoader::loadRules (line 111)"
18 => "Shopware\Core\Checkout\Cart\CartRuleLoader::Shopware\Core\Checkout\Cart\{closure} (line 59)"
19 => "Shopware\Core\Profiling\Profiler::trace (line 110)"
20 => "Shopware\Core\Checkout\Cart\CartRuleLoader::load (line 88)"
21 => "Shopware\Core\Checkout\Cart\CartRuleLoader::loadByToken (line 106)"
22 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService::Shopware\Core\System\SalesChannel\Context\{closure} (line 59)"
23 => "Shopware\Core\Profiling\Profiler::trace (line 74)"
24 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService::get (line 104)"
25 => "Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver::resolve (line 38)"
26 => "Shopware\Core\Framework\Routing\ContextResolverListener::resolveContext (line 118)"
27 => "Symfony\Component\EventDispatcher\Debug\WrappedListener::__invoke (line 230)"
28 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
29 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 56)"
30 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 98)"
31 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 55)"
32 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 37)"
33 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
34 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 151)"
35 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
36 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
37 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
38 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 481)"
39 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 454)"
40 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 348)"
41 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 226)"
42 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
43 => "Shopware\Core\HttpKernel::doHandle (line 81)"
44 => "Shopware\Core\HttpKernel::handle (line 69)"
]
|
21 |
0.35 ms |
SELECT `rule`.`id` as `rule.id`, `rule`.`name` as `rule.name`, `rule`.`priority` as `rule.priority`, `rule`.`description` as `rule.description`, `rule`.`payload` as `rule.payload`, `rule`.`invalid` as `rule.invalid`, `rule`.`areas` as `rule.areas`, `rule`.`custom_fields` as `rule.customFields`, `rule`.`module_types` as `rule.moduleTypes`, `rule`.`created_at` as `rule.createdAt`, `rule`.`updated_at` as `rule.updatedAt` FROM `rule` WHERE `rule`.`id` IN (:ids)
SELECT `rule`.`id` as `rule.id`, `rule`.`name` as `rule.name`, `rule`.`priority` as `rule.priority`, `rule`.`description` as `rule.description`, `rule`.`payload` as `rule.payload`, `rule`.`invalid` as `rule.invalid`, `rule`.`areas` as `rule.areas`, `rule`.`custom_fields` as `rule.customFields`, `rule`.`module_types` as `rule.moduleTypes`, `rule`.`created_at` as `rule.createdAt`, `rule`.`updated_at` as `rule.updatedAt` FROM `rule` WHERE `rule`.`id` IN (0x513EAADABBD748BF91CAD5363B3124D1, 0x6887AEB1971F4F22A00E50140A0B1E25, 0xC058052CB9DE4737B6AFEE4B4FFDA15F, 0xCEF2EF8947F544A993D8B5F6F258916B, 0x6307D1F8461C4831B2ABC980983086A1, 0x0FDA18F526484C7D9909CCF735E8B69E, 0x1B079F0D5D724D0194AD7C0E5786D28A, 0x58D0DEDACA444E3CA4E4480436C18619, 0xEE39BFA3F693413A944C0EA32456D160);
array:46 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 239)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 316)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetch (line 148)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 92)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::read (line 257)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::read (line 302)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::_search (line 110)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::Shopware\Core\Framework\DataAbstractionLayer\{closure} (line 59)"
9 => "Shopware\Core\Profiling\Profiler::trace (line 109)"
10 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 51)"
11 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator::search (line 101)"
12 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\Common\RepositoryIterator::fetch (line 43)"
13 => "Shopware\Core\Checkout\Cart\RuleLoader::load (line 36)"
14 => "Shopware\Core\Checkout\Cart\CachedRuleLoader::Shopware\Core\Checkout\Cart\{closure} (line 72)"
15 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 35)"
16 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 35)"
17 => "Shopware\Core\Checkout\Cart\CachedRuleLoader::load (line 192)"
18 => "Shopware\Core\Checkout\Cart\CartRuleLoader::loadRules (line 111)"
19 => "Shopware\Core\Checkout\Cart\CartRuleLoader::Shopware\Core\Checkout\Cart\{closure} (line 59)"
20 => "Shopware\Core\Profiling\Profiler::trace (line 110)"
21 => "Shopware\Core\Checkout\Cart\CartRuleLoader::load (line 88)"
22 => "Shopware\Core\Checkout\Cart\CartRuleLoader::loadByToken (line 106)"
23 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService::Shopware\Core\System\SalesChannel\Context\{closure} (line 59)"
24 => "Shopware\Core\Profiling\Profiler::trace (line 74)"
25 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService::get (line 104)"
26 => "Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver::resolve (line 38)"
27 => "Shopware\Core\Framework\Routing\ContextResolverListener::resolveContext (line 118)"
28 => "Symfony\Component\EventDispatcher\Debug\WrappedListener::__invoke (line 230)"
29 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
30 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 56)"
31 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 98)"
32 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 55)"
33 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 37)"
34 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
35 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 151)"
36 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
37 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
38 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
39 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 481)"
40 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 454)"
41 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 348)"
42 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 226)"
43 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
44 => "Shopware\Core\HttpKernel::doHandle (line 81)"
45 => "Shopware\Core\HttpKernel::handle (line 69)"
]
|
22 |
0.54 ms |
SELECT `promotion`.`id` FROM `promotion` LEFT JOIN `promotion_sales_channel` `promotion.salesChannels` ON `promotion`.`id` = `promotion.salesChannels`.`promotion_id` WHERE ((`promotion`.`active` = :param_146ba7059eb84e80b49c1b3b1f4359d2 AND `promotion.salesChannels`.`sales_channel_id` = :param_5b25e0291ac944f6b9fc1b1d50cb1f80 AND ((`promotion`.`valid_from` <=> :param_6c41a43c662a495b8cf15eb02cfe0da2 AND `promotion`.`valid_until` <=> :param_cd74cc1e8fee4a059724d6bf5d52bcd9) OR (`promotion`.`valid_from` <=> :param_7b991f82ea7e416f9e779b561f4825ab AND (`promotion`.`valid_until` > :param_134c1b786ce54d1c8835a6fd9d0b76e0)) OR ((`promotion`.`valid_from` <= :param_f95c0209196c402dae705858b1bc6fee) AND `promotion`.`valid_until` <=> :param_ac0c71218425499382651ad0f7dea042) OR ((`promotion`.`valid_from` <= :param_d94a7757f5244d65ae6162cde041a5ed) AND (`promotion`.`valid_until` > :param_76c51e71183d4a3f931de7d2f14be1c5))) AND `promotion`.`use_codes` = :param_8b76e8ae3494424ea7ecab81bb8f1212)) 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` = 0x327009EB5C1A48E192B7D2BCFA9C61BE AND ((`promotion`.`valid_from` <=> NULL AND `promotion`.`valid_until` <=> NULL) OR (`promotion`.`valid_from` <=> NULL AND (`promotion`.`valid_until` > '2024-11-01 02:37:30')) OR ((`promotion`.`valid_from` <= '2024-11-01 02:37:30') AND `promotion`.`valid_until` <=> NULL) OR ((`promotion`.`valid_from` <= '2024-11-01 02:37:30') AND (`promotion`.`valid_until` > '2024-11-01 02:37:30'))) AND `promotion`.`use_codes` = 0)) GROUP BY `promotion`.`id` ORDER BY MAX(`promotion`.`priority`) DESC;
array:47 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 239)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 107)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntitySearcher::search (line 62)"
4 => "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher::search (line 132)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::searchIds (line 291)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::_search (line 110)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::Shopware\Core\Framework\DataAbstractionLayer\{closure} (line 59)"
8 => "Shopware\Core\Profiling\Profiler::trace (line 109)"
9 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 51)"
10 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator::search (line 44)"
11 => "Shopware\Core\Checkout\Promotion\Gateway\PromotionGateway::get (line 184)"
12 => "Shopware\Core\Checkout\Promotion\Cart\PromotionCollector::searchPromotionsAuto (line 110)"
13 => "Shopware\Core\Checkout\Promotion\Cart\PromotionCollector::Shopware\Core\Checkout\Promotion\Cart\{closure} (line 59)"
14 => "Shopware\Core\Profiling\Profiler::trace (line 81)"
15 => "Shopware\Core\Checkout\Promotion\Cart\PromotionCollector::collect (line 103)"
16 => "Shopware\Core\Checkout\Cart\Processor::runProcessors (line 67)"
17 => "Shopware\Core\Checkout\Cart\Processor::Shopware\Core\Checkout\Cart\{closure} (line 59)"
18 => "Shopware\Core\Profiling\Profiler::trace (line 56)"
19 => "Shopware\Core\Checkout\Cart\Processor::process (line 132)"
20 => "Shopware\Core\Checkout\Cart\CartRuleLoader::Shopware\Core\Checkout\Cart\{closure} (line 59)"
21 => "Shopware\Core\Profiling\Profiler::trace (line 110)"
22 => "Shopware\Core\Checkout\Cart\CartRuleLoader::load (line 88)"
23 => "Shopware\Core\Checkout\Cart\CartRuleLoader::loadByToken (line 106)"
24 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService::Shopware\Core\System\SalesChannel\Context\{closure} (line 59)"
25 => "Shopware\Core\Profiling\Profiler::trace (line 74)"
26 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService::get (line 104)"
27 => "Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver::resolve (line 38)"
28 => "Shopware\Core\Framework\Routing\ContextResolverListener::resolveContext (line 118)"
29 => "Symfony\Component\EventDispatcher\Debug\WrappedListener::__invoke (line 230)"
30 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
31 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 56)"
32 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 98)"
33 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 55)"
34 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 37)"
35 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
36 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 151)"
37 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
38 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
39 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
40 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 481)"
41 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 454)"
42 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 348)"
43 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 226)"
44 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
45 => "Shopware\Core\HttpKernel::doHandle (line 81)"
46 => "Shopware\Core\HttpKernel::handle (line 69)"
]
|
23 |
0.17 ms |
SELECT `payment_method`.`id` FROM `payment_method` WHERE (`payment_method`.`handler_identifier` = :param_88780624cb814ba18f8c5451f6396ecf)
SELECT `payment_method`.`id` FROM `payment_method` WHERE (`payment_method`.`handler_identifier` = 'Kiener\\MolliePayments\\Handler\\Method\\VoucherPayment');
array:42 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 239)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 107)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntitySearcher::search (line 62)"
4 => "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher::search (line 132)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::searchIds (line 58)"
6 => "Shopware\Core\Checkout\Payment\DataAbstractionLayer\PaymentMethodRepositoryDecorator::searchIds (line 41)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator::searchIds (line 37)"
8 => "Kiener\MolliePayments\Repository\PaymentMethod\PaymentMethodRepository::searchIds (line 114)"
9 => "Kiener\MolliePayments\Service\Cart\Voucher\VoucherCartCollector::getVoucherID (line 67)"
10 => "Kiener\MolliePayments\Service\Cart\Voucher\VoucherCartCollector::collect (line 103)"
11 => "Shopware\Core\Checkout\Cart\Processor::runProcessors (line 67)"
12 => "Shopware\Core\Checkout\Cart\Processor::Shopware\Core\Checkout\Cart\{closure} (line 59)"
13 => "Shopware\Core\Profiling\Profiler::trace (line 56)"
14 => "Shopware\Core\Checkout\Cart\Processor::process (line 132)"
15 => "Shopware\Core\Checkout\Cart\CartRuleLoader::Shopware\Core\Checkout\Cart\{closure} (line 59)"
16 => "Shopware\Core\Profiling\Profiler::trace (line 110)"
17 => "Shopware\Core\Checkout\Cart\CartRuleLoader::load (line 88)"
18 => "Shopware\Core\Checkout\Cart\CartRuleLoader::loadByToken (line 106)"
19 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService::Shopware\Core\System\SalesChannel\Context\{closure} (line 59)"
20 => "Shopware\Core\Profiling\Profiler::trace (line 74)"
21 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService::get (line 104)"
22 => "Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver::resolve (line 38)"
23 => "Shopware\Core\Framework\Routing\ContextResolverListener::resolveContext (line 118)"
24 => "Symfony\Component\EventDispatcher\Debug\WrappedListener::__invoke (line 230)"
25 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
26 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 56)"
27 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 98)"
28 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 55)"
29 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 37)"
30 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
31 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 151)"
32 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
33 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
34 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
35 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 481)"
36 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 454)"
37 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 348)"
38 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 226)"
39 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
40 => "Shopware\Core\HttpKernel::doHandle (line 81)"
41 => "Shopware\Core\HttpKernel::handle (line 69)"
]
|
24 |
1.75 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 (0x502D275ECFE047E88ECE45F66E99F1D1);
array:46 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 239)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 316)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetch (line 148)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 92)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::read (line 257)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::read (line 286)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::_search (line 110)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::Shopware\Core\Framework\DataAbstractionLayer\{closure} (line 59)"
9 => "Shopware\Core\Profiling\Profiler::trace (line 109)"
10 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 51)"
11 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator::search (line 86)"
12 => "Shopware\Core\Checkout\Cart\Delivery\DeliveryProcessor::Shopware\Core\Checkout\Cart\Delivery\{closure} (line 59)"
13 => "Shopware\Core\Profiling\Profiler::trace (line 61)"
14 => "Shopware\Core\Checkout\Cart\Delivery\DeliveryProcessor::collect (line 103)"
15 => "Shopware\Core\Checkout\Cart\Processor::runProcessors (line 67)"
16 => "Shopware\Core\Checkout\Cart\Processor::Shopware\Core\Checkout\Cart\{closure} (line 59)"
17 => "Shopware\Core\Profiling\Profiler::trace (line 56)"
18 => "Shopware\Core\Checkout\Cart\Processor::process (line 132)"
19 => "Shopware\Core\Checkout\Cart\CartRuleLoader::Shopware\Core\Checkout\Cart\{closure} (line 59)"
20 => "Shopware\Core\Profiling\Profiler::trace (line 110)"
21 => "Shopware\Core\Checkout\Cart\CartRuleLoader::load (line 88)"
22 => "Shopware\Core\Checkout\Cart\CartRuleLoader::loadByToken (line 106)"
23 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService::Shopware\Core\System\SalesChannel\Context\{closure} (line 59)"
24 => "Shopware\Core\Profiling\Profiler::trace (line 74)"
25 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService::get (line 104)"
26 => "Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver::resolve (line 38)"
27 => "Shopware\Core\Framework\Routing\ContextResolverListener::resolveContext (line 118)"
28 => "Symfony\Component\EventDispatcher\Debug\WrappedListener::__invoke (line 230)"
29 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
30 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 56)"
31 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 98)"
32 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 55)"
33 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 37)"
34 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
35 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 151)"
36 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
37 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
38 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
39 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 481)"
40 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 454)"
41 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 348)"
42 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 226)"
43 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
44 => "Shopware\Core\HttpKernel::doHandle (line 81)"
45 => "Shopware\Core\HttpKernel::handle (line 69)"
]
|
25 |
0.33 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_ffa44211479741d0898b8632c75b008d))
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 (0x502D275ECFE047E88ECE45F66E99F1D1));
array:50 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 239)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 316)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetch (line 148)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 496)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::loadOneToManyWithoutPagination (line 438)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::loadOneToMany (line 1210)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetchAssociations (line 152)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 92)"
9 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::read (line 257)"
10 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::read (line 286)"
11 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::_search (line 110)"
12 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::Shopware\Core\Framework\DataAbstractionLayer\{closure} (line 59)"
13 => "Shopware\Core\Profiling\Profiler::trace (line 109)"
14 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 51)"
15 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator::search (line 86)"
16 => "Shopware\Core\Checkout\Cart\Delivery\DeliveryProcessor::Shopware\Core\Checkout\Cart\Delivery\{closure} (line 59)"
17 => "Shopware\Core\Profiling\Profiler::trace (line 61)"
18 => "Shopware\Core\Checkout\Cart\Delivery\DeliveryProcessor::collect (line 103)"
19 => "Shopware\Core\Checkout\Cart\Processor::runProcessors (line 67)"
20 => "Shopware\Core\Checkout\Cart\Processor::Shopware\Core\Checkout\Cart\{closure} (line 59)"
21 => "Shopware\Core\Profiling\Profiler::trace (line 56)"
22 => "Shopware\Core\Checkout\Cart\Processor::process (line 132)"
23 => "Shopware\Core\Checkout\Cart\CartRuleLoader::Shopware\Core\Checkout\Cart\{closure} (line 59)"
24 => "Shopware\Core\Profiling\Profiler::trace (line 110)"
25 => "Shopware\Core\Checkout\Cart\CartRuleLoader::load (line 88)"
26 => "Shopware\Core\Checkout\Cart\CartRuleLoader::loadByToken (line 106)"
27 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService::Shopware\Core\System\SalesChannel\Context\{closure} (line 59)"
28 => "Shopware\Core\Profiling\Profiler::trace (line 74)"
29 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService::get (line 104)"
30 => "Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver::resolve (line 38)"
31 => "Shopware\Core\Framework\Routing\ContextResolverListener::resolveContext (line 118)"
32 => "Symfony\Component\EventDispatcher\Debug\WrappedListener::__invoke (line 230)"
33 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
34 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 56)"
35 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 98)"
36 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 55)"
37 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 37)"
38 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
39 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 151)"
40 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
41 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
42 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
43 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 481)"
44 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 454)"
45 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 348)"
46 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 226)"
47 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
48 => "Shopware\Core\HttpKernel::doHandle (line 81)"
49 => "Shopware\Core\HttpKernel::handle (line 69)"
]
|
26 |
1.43 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`.`base_app_url` as `app.baseAppUrl`, `app`.`allowed_hosts` as `app.allowedHosts`, `app`.`template_load_priority` as `app.templateLoadPriority`, `app`.`integration_id` as `app.integrationId`, `app.integration`.`id` as `app.integration.id`, `app.integration`.`label` as `app.integration.label`, `app.integration`.`access_key` as `app.integration.accessKey`, `app.integration`.`secret_access_key` as `app.integration.secretAccessKey`, `app.integration`.`write_access` as `app.integration.writeAccess`, `app.integration`.`last_usage_at` as `app.integration.lastUsageAt`, `app.integration`.`admin` as `app.integration.admin`, `app.integration`.`custom_fields` as `app.integration.customFields`, `app.integration`.`deleted_at` as `app.integration.deletedAt`, `app.integration`.`created_at` as `app.integration.createdAt`, `app.integration`.`updated_at` as `app.integration.updatedAt`, `app`.`acl_role_id` as `app.aclRoleId`, `app.aclRole`.`id` as `app.aclRole.id`, `app.aclRole`.`name` as `app.aclRole.name`, `app.aclRole`.`description` as `app.aclRole.description`, `app.aclRole`.`privileges` as `app.aclRole.privileges`, `app.aclRole`.`deleted_at` as `app.aclRole.deletedAt`, `app.aclRole`.`created_at` as `app.aclRole.createdAt`, `app.aclRole`.`updated_at` as `app.aclRole.updatedAt`, `app`.`created_at` as `app.createdAt`, `app`.`updated_at` as `app.updatedAt`, `app.translation.label`, COALESCE(`app.translation.label`,`app.translation.label`) as `app.label`, `app.translation.description`, COALESCE(`app.translation.description`,`app.translation.description`) as `app.description`, `app.translation.privacyPolicyExtensions`, COALESCE(`app.translation.privacyPolicyExtensions`,`app.translation.privacyPolicyExtensions`) as `app.privacyPolicyExtensions`, `app.translation.customFields`, COALESCE(`app.translation.customFields`,`app.translation.customFields`) as `app.customFields`, `app.translation.createdAt`, `app.translation.updatedAt`, `app.translation.appId`, `app.translation.languageId` FROM `app` LEFT JOIN (SELECT `app.translation`.app_id, `app.translation`.label as `app.translation.label`, `app.translation`.description as `app.translation.description`, `app.translation`.privacy_policy_extensions as `app.translation.privacyPolicyExtensions`, `app.translation`.custom_fields as `app.translation.customFields`, `app.translation`.created_at as `app.translation.createdAt`, `app.translation`.updated_at as `app.translation.updatedAt`, `app.translation`.app_id as `app.translation.appId`, `app.translation`.language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation`.language_id = :languageId) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` LEFT JOIN `integration` `app.integration` ON `app`.`integration_id` = `app.integration`.`id` LEFT JOIN `acl_role` `app.aclRole` ON `app`.`acl_role_id` = `app.aclRole`.`id` WHERE (`app`.`active` = :param_db57fdedc7e3493c82bd860f83cd783f)
SELECT
`app`.`id` as `app.id`,
`app`.`name` as `app.name`,
`app`.`path` as `app.path`,
`app`.`author` as `app.author`,
`app`.`copyright` as `app.copyright`,
`app`.`license` as `app.license`,
`app`.`active` as `app.active`,
`app`.`configurable` as `app.configurable`,
`app`.`privacy` as `app.privacy`,
`app`.`version` as `app.version`,
`app`.`icon` as `app.iconRaw`,
`app`.`app_secret` as `app.appSecret`,
`app`.`modules` as `app.modules`,
`app`.`main_module` as `app.mainModule`,
`app`.`cookies` as `app.cookies`,
`app`.`allow_disable` as `app.allowDisable`,
`app`.`base_app_url` as `app.baseAppUrl`,
`app`.`allowed_hosts` as `app.allowedHosts`,
`app`.`template_load_priority` as `app.templateLoadPriority`,
`app`.`integration_id` as `app.integrationId`,
`app.integration`.`id` as `app.integration.id`,
`app.integration`.`label` as `app.integration.label`,
`app.integration`.`access_key` as `app.integration.accessKey`,
`app.integration`.`secret_access_key` as `app.integration.secretAccessKey`,
`app.integration`.`write_access` as `app.integration.writeAccess`,
`app.integration`.`last_usage_at` as `app.integration.lastUsageAt`,
`app.integration`.`admin` as `app.integration.admin`,
`app.integration`.`custom_fields` as `app.integration.customFields`,
`app.integration`.`deleted_at` as `app.integration.deletedAt`,
`app.integration`.`created_at` as `app.integration.createdAt`,
`app.integration`.`updated_at` as `app.integration.updatedAt`,
`app`.`acl_role_id` as `app.aclRoleId`,
`app.aclRole`.`id` as `app.aclRole.id`,
`app.aclRole`.`name` as `app.aclRole.name`,
`app.aclRole`.`description` as `app.aclRole.description`,
`app.aclRole`.`privileges` as `app.aclRole.privileges`,
`app.aclRole`.`deleted_at` as `app.aclRole.deletedAt`,
`app.aclRole`.`created_at` as `app.aclRole.createdAt`,
`app.aclRole`.`updated_at` as `app.aclRole.updatedAt`,
`app`.`created_at` as `app.createdAt`,
`app`.`updated_at` as `app.updatedAt`,
`app.translation.label`,
COALESCE(
`app.translation.label`, `app.translation.label`
) as `app.label`,
`app.translation.description`,
COALESCE(
`app.translation.description`, `app.translation.description`
) as `app.description`,
`app.translation.privacyPolicyExtensions`,
COALESCE(
`app.translation.privacyPolicyExtensions`,
`app.translation.privacyPolicyExtensions`
) as `app.privacyPolicyExtensions`,
`app.translation.customFields`,
COALESCE(
`app.translation.customFields`,
`app.translation.customFields`
) as `app.customFields`,
`app.translation.createdAt`,
`app.translation.updatedAt`,
`app.translation.appId`,
`app.translation.languageId`
FROM
`app`
LEFT JOIN (
SELECT
`app.translation`.app_id,
`app.translation`.label as `app.translation.label`,
`app.translation`.description as `app.translation.description`,
`app.translation`.privacy_policy_extensions as `app.translation.privacyPolicyExtensions`,
`app.translation`.custom_fields as `app.translation.customFields`,
`app.translation`.created_at as `app.translation.createdAt`,
`app.translation`.updated_at as `app.translation.updatedAt`,
`app.translation`.app_id as `app.translation.appId`,
`app.translation`.language_id as `app.translation.languageId`
FROM
`app_translation` `app.translation`
WHERE
`app.translation`.language_id = : languageId
) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id`
LEFT JOIN `integration` `app.integration` ON `app`.`integration_id` = `app.integration`.`id`
LEFT JOIN `acl_role` `app.aclRole` ON `app`.`acl_role_id` = `app.aclRole`.`id`
WHERE
(
`app`.`active` = : param_db57fdedc7e3493c82bd860f83cd783f
)
SELECT `app`.`id` as `app.id`, `app`.`name` as `app.name`, `app`.`path` as `app.path`, `app`.`author` as `app.author`, `app`.`copyright` as `app.copyright`, `app`.`license` as `app.license`, `app`.`active` as `app.active`, `app`.`configurable` as `app.configurable`, `app`.`privacy` as `app.privacy`, `app`.`version` as `app.version`, `app`.`icon` as `app.iconRaw`, `app`.`app_secret` as `app.appSecret`, `app`.`modules` as `app.modules`, `app`.`main_module` as `app.mainModule`, `app`.`cookies` as `app.cookies`, `app`.`allow_disable` as `app.allowDisable`, `app`.`base_app_url` as `app.baseAppUrl`, `app`.`allowed_hosts` as `app.allowedHosts`, `app`.`template_load_priority` as `app.templateLoadPriority`, `app`.`integration_id` as `app.integrationId`, `app.integration`.`id` as `app.integration.id`, `app.integration`.`label` as `app.integration.label`, `app.integration`.`access_key` as `app.integration.accessKey`, `app.integration`.`secret_access_key` as `app.integration.secretAccessKey`, `app.integration`.`write_access` as `app.integration.writeAccess`, `app.integration`.`last_usage_at` as `app.integration.lastUsageAt`, `app.integration`.`admin` as `app.integration.admin`, `app.integration`.`custom_fields` as `app.integration.customFields`, `app.integration`.`deleted_at` as `app.integration.deletedAt`, `app.integration`.`created_at` as `app.integration.createdAt`, `app.integration`.`updated_at` as `app.integration.updatedAt`, `app`.`acl_role_id` as `app.aclRoleId`, `app.aclRole`.`id` as `app.aclRole.id`, `app.aclRole`.`name` as `app.aclRole.name`, `app.aclRole`.`description` as `app.aclRole.description`, `app.aclRole`.`privileges` as `app.aclRole.privileges`, `app.aclRole`.`deleted_at` as `app.aclRole.deletedAt`, `app.aclRole`.`created_at` as `app.aclRole.createdAt`, `app.aclRole`.`updated_at` as `app.aclRole.updatedAt`, `app`.`created_at` as `app.createdAt`, `app`.`updated_at` as `app.updatedAt`, `app.translation.label`, COALESCE(`app.translation.label`,`app.translation.label`) as `app.label`, `app.translation.description`, COALESCE(`app.translation.description`,`app.translation.description`) as `app.description`, `app.translation.privacyPolicyExtensions`, COALESCE(`app.translation.privacyPolicyExtensions`,`app.translation.privacyPolicyExtensions`) as `app.privacyPolicyExtensions`, `app.translation.customFields`, COALESCE(`app.translation.customFields`,`app.translation.customFields`) as `app.customFields`, `app.translation.createdAt`, `app.translation.updatedAt`, `app.translation.appId`, `app.translation.languageId` FROM `app` LEFT JOIN (SELECT `app.translation`.app_id, `app.translation`.label as `app.translation.label`, `app.translation`.description as `app.translation.description`, `app.translation`.privacy_policy_extensions as `app.translation.privacyPolicyExtensions`, `app.translation`.custom_fields as `app.translation.customFields`, `app.translation`.created_at as `app.translation.createdAt`, `app.translation`.updated_at as `app.translation.updatedAt`, `app.translation`.app_id as `app.translation.appId`, `app.translation`.language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation`.language_id = 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:46 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 239)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 316)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetch (line 148)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 92)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::read (line 257)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::read (line 286)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::_search (line 110)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::Shopware\Core\Framework\DataAbstractionLayer\{closure} (line 59)"
9 => "Shopware\Core\Profiling\Profiler::trace (line 109)"
10 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 51)"
11 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator::search (line 119)"
12 => "Shopware\Core\Framework\App\Lifecycle\Persister\ScriptPersister::refresh (line 73)"
13 => "Shopware\Core\Framework\Script\Execution\ScriptLoader::load (line 57)"
14 => "Shopware\Core\Framework\Script\Execution\ScriptLoader::get (line 71)"
15 => "Shopware\Core\Framework\Script\Execution\ScriptExecutor::execute (line 70)"
16 => "Shopware\Core\Checkout\Cart\Processor::Shopware\Core\Checkout\Cart\{closure} (line 59)"
17 => "Shopware\Core\Profiling\Profiler::trace (line 56)"
18 => "Shopware\Core\Checkout\Cart\Processor::process (line 132)"
19 => "Shopware\Core\Checkout\Cart\CartRuleLoader::Shopware\Core\Checkout\Cart\{closure} (line 59)"
20 => "Shopware\Core\Profiling\Profiler::trace (line 110)"
21 => "Shopware\Core\Checkout\Cart\CartRuleLoader::load (line 88)"
22 => "Shopware\Core\Checkout\Cart\CartRuleLoader::loadByToken (line 106)"
23 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService::Shopware\Core\System\SalesChannel\Context\{closure} (line 59)"
24 => "Shopware\Core\Profiling\Profiler::trace (line 74)"
25 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService::get (line 104)"
26 => "Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver::resolve (line 38)"
27 => "Shopware\Core\Framework\Routing\ContextResolverListener::resolveContext (line 118)"
28 => "Symfony\Component\EventDispatcher\Debug\WrappedListener::__invoke (line 230)"
29 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
30 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 56)"
31 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 98)"
32 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 55)"
33 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 37)"
34 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
35 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 151)"
36 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
37 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
38 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
39 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 481)"
40 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 454)"
41 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 348)"
42 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 226)"
43 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
44 => "Shopware\Core\HttpKernel::doHandle (line 81)"
45 => "Shopware\Core\HttpKernel::handle (line 69)"
]
|
27 |
0.34 ms |
SELECT LOWER(HEX(`script`.`app_id`)) as `app_id`,
`script`.`name` AS scriptName,
`script`.`script` AS script,
`script`.`hook` AS hook,
IFNULL(`script`.`updated_at`, `script`.`created_at`) AS lastModified,
`app`.`name` AS appName,
LOWER(HEX(`app`.`integration_id`)) AS integrationId,
`app`.`version` AS appVersion,
`script`.`active` AS active
FROM `script`
LEFT JOIN `app` ON `script`.`app_id` = `app`.`id`
WHERE `script`.`hook` != 'include'
ORDER BY `app`.`created_at`, `app`.`id`, `script`.`name`
SELECT LOWER(HEX(`script`.`app_id`)) as `app_id`,
`script`.`name` AS scriptName,
`script`.`script` AS script,
`script`.`hook` AS hook,
IFNULL(`script`.`updated_at`, `script`.`created_at`) AS lastModified,
`app`.`name` AS appName,
LOWER(HEX(`app`.`integration_id`)) AS integrationId,
`app`.`version` AS appVersion,
`script`.`active` AS active
FROM `script`
LEFT JOIN `app` ON `script`.`app_id` = `app`.`id`
WHERE `script`.`hook` != 'include'
ORDER BY `app`.`created_at`, `app`.`id`, `script`.`name`
;
array:36 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 1042)"
2 => "Doctrine\DBAL\Connection::fetchAllAssociative (line 76)"
3 => "Shopware\Core\Framework\Script\Execution\ScriptLoader::load (line 57)"
4 => "Shopware\Core\Framework\Script\Execution\ScriptLoader::get (line 71)"
5 => "Shopware\Core\Framework\Script\Execution\ScriptExecutor::execute (line 70)"
6 => "Shopware\Core\Checkout\Cart\Processor::Shopware\Core\Checkout\Cart\{closure} (line 59)"
7 => "Shopware\Core\Profiling\Profiler::trace (line 56)"
8 => "Shopware\Core\Checkout\Cart\Processor::process (line 132)"
9 => "Shopware\Core\Checkout\Cart\CartRuleLoader::Shopware\Core\Checkout\Cart\{closure} (line 59)"
10 => "Shopware\Core\Profiling\Profiler::trace (line 110)"
11 => "Shopware\Core\Checkout\Cart\CartRuleLoader::load (line 88)"
12 => "Shopware\Core\Checkout\Cart\CartRuleLoader::loadByToken (line 106)"
13 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService::Shopware\Core\System\SalesChannel\Context\{closure} (line 59)"
14 => "Shopware\Core\Profiling\Profiler::trace (line 74)"
15 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService::get (line 104)"
16 => "Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver::resolve (line 38)"
17 => "Shopware\Core\Framework\Routing\ContextResolverListener::resolveContext (line 118)"
18 => "Symfony\Component\EventDispatcher\Debug\WrappedListener::__invoke (line 230)"
19 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
20 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 56)"
21 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 98)"
22 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 55)"
23 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 37)"
24 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
25 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 151)"
26 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
27 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
28 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
29 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 481)"
30 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 454)"
31 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 348)"
32 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 226)"
33 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
34 => "Shopware\Core\HttpKernel::doHandle (line 81)"
35 => "Shopware\Core\HttpKernel::handle (line 69)"
]
|
28 |
0.19 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:36 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 1042)"
2 => "Doctrine\DBAL\Connection::fetchAllAssociative (line 92)"
3 => "Shopware\Core\Framework\Script\Execution\ScriptLoader::load (line 57)"
4 => "Shopware\Core\Framework\Script\Execution\ScriptLoader::get (line 71)"
5 => "Shopware\Core\Framework\Script\Execution\ScriptExecutor::execute (line 70)"
6 => "Shopware\Core\Checkout\Cart\Processor::Shopware\Core\Checkout\Cart\{closure} (line 59)"
7 => "Shopware\Core\Profiling\Profiler::trace (line 56)"
8 => "Shopware\Core\Checkout\Cart\Processor::process (line 132)"
9 => "Shopware\Core\Checkout\Cart\CartRuleLoader::Shopware\Core\Checkout\Cart\{closure} (line 59)"
10 => "Shopware\Core\Profiling\Profiler::trace (line 110)"
11 => "Shopware\Core\Checkout\Cart\CartRuleLoader::load (line 88)"
12 => "Shopware\Core\Checkout\Cart\CartRuleLoader::loadByToken (line 106)"
13 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService::Shopware\Core\System\SalesChannel\Context\{closure} (line 59)"
14 => "Shopware\Core\Profiling\Profiler::trace (line 74)"
15 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService::get (line 104)"
16 => "Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver::resolve (line 38)"
17 => "Shopware\Core\Framework\Routing\ContextResolverListener::resolveContext (line 118)"
18 => "Symfony\Component\EventDispatcher\Debug\WrappedListener::__invoke (line 230)"
19 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
20 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 56)"
21 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 98)"
22 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 55)"
23 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 37)"
24 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
25 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 151)"
26 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
27 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
28 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
29 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 481)"
30 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 454)"
31 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 348)"
32 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 226)"
33 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
34 => "Shopware\Core\HttpKernel::doHandle (line 81)"
35 => "Shopware\Core\HttpKernel::handle (line 69)"
]
|
29 |
0.24 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_496d4ba0dc804facab4f647985e73937)) 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` = 0x327009EB5C1A48E192B7D2BCFA9C61BE)) AND (`country`.`id` IN (0x560592ACF8B54D15990AF8EFACCA4C96)) GROUP BY `country`.`id`;
array:40 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 239)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 107)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntitySearcher::search (line 62)"
4 => "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher::search (line 132)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::searchIds (line 41)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator::searchIds (line 104)"
7 => "Shopware\Core\Checkout\Cart\Address\AddressValidator::isSalesChannelCountry (line 58)"
8 => "Shopware\Core\Checkout\Cart\Address\AddressValidator::validate (line 29)"
9 => "Shopware\Core\Checkout\Cart\Validator::validate (line 76)"
10 => "Shopware\Core\Checkout\Cart\Processor::Shopware\Core\Checkout\Cart\{closure} (line 59)"
11 => "Shopware\Core\Profiling\Profiler::trace (line 56)"
12 => "Shopware\Core\Checkout\Cart\Processor::process (line 132)"
13 => "Shopware\Core\Checkout\Cart\CartRuleLoader::Shopware\Core\Checkout\Cart\{closure} (line 59)"
14 => "Shopware\Core\Profiling\Profiler::trace (line 110)"
15 => "Shopware\Core\Checkout\Cart\CartRuleLoader::load (line 88)"
16 => "Shopware\Core\Checkout\Cart\CartRuleLoader::loadByToken (line 106)"
17 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService::Shopware\Core\System\SalesChannel\Context\{closure} (line 59)"
18 => "Shopware\Core\Profiling\Profiler::trace (line 74)"
19 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService::get (line 104)"
20 => "Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver::resolve (line 38)"
21 => "Shopware\Core\Framework\Routing\ContextResolverListener::resolveContext (line 118)"
22 => "Symfony\Component\EventDispatcher\Debug\WrappedListener::__invoke (line 230)"
23 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
24 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 56)"
25 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 98)"
26 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 55)"
27 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 37)"
28 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
29 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 151)"
30 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
31 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
32 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
33 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 481)"
34 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 454)"
35 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 348)"
36 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 226)"
37 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
38 => "Shopware\Core\HttpKernel::doHandle (line 81)"
39 => "Shopware\Core\HttpKernel::handle (line 69)"
]
|
30 |
0.44 ms |
SELECT configuration_key, configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = :salesChannelId) AND (configuration_key LIKE :prefix) ORDER BY sales_channel_id ASC
SELECT configuration_key, configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = 0x327009EB5C1A48E192B7D2BCFA9C61BE) AND (configuration_key LIKE 'MolliePayments.config.%') ORDER BY sales_channel_id ASC;
array:37 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 239)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 189)"
3 => "Shopware\Core\System\SystemConfig\SystemConfigService::getDomain (line 74)"
4 => "Kiener\MolliePayments\Service\SettingsService::getSettings (line 40)"
5 => "Kiener\MolliePayments\Components\Subscription\Cart\Validator\AvailabilityInformationValidator::validate (line 29)"
6 => "Shopware\Core\Checkout\Cart\Validator::validate (line 76)"
7 => "Shopware\Core\Checkout\Cart\Processor::Shopware\Core\Checkout\Cart\{closure} (line 59)"
8 => "Shopware\Core\Profiling\Profiler::trace (line 56)"
9 => "Shopware\Core\Checkout\Cart\Processor::process (line 132)"
10 => "Shopware\Core\Checkout\Cart\CartRuleLoader::Shopware\Core\Checkout\Cart\{closure} (line 59)"
11 => "Shopware\Core\Profiling\Profiler::trace (line 110)"
12 => "Shopware\Core\Checkout\Cart\CartRuleLoader::load (line 88)"
13 => "Shopware\Core\Checkout\Cart\CartRuleLoader::loadByToken (line 106)"
14 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService::Shopware\Core\System\SalesChannel\Context\{closure} (line 59)"
15 => "Shopware\Core\Profiling\Profiler::trace (line 74)"
16 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService::get (line 104)"
17 => "Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver::resolve (line 38)"
18 => "Shopware\Core\Framework\Routing\ContextResolverListener::resolveContext (line 118)"
19 => "Symfony\Component\EventDispatcher\Debug\WrappedListener::__invoke (line 230)"
20 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
21 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 56)"
22 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 98)"
23 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 55)"
24 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 37)"
25 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
26 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 151)"
27 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
28 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
29 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
30 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 481)"
31 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 454)"
32 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 348)"
33 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 226)"
34 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
35 => "Shopware\Core\HttpKernel::doHandle (line 81)"
36 => "Shopware\Core\HttpKernel::handle (line 69)"
]
|
31 |
0.41 ms |
SELECT configuration_key, configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = :salesChannelId) AND (configuration_key LIKE :prefix) ORDER BY sales_channel_id ASC
SELECT configuration_key, configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = 0x327009EB5C1A48E192B7D2BCFA9C61BE) AND (configuration_key LIKE 'MolliePayments.config.%') ORDER BY sales_channel_id ASC;
array:37 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 239)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 189)"
3 => "Shopware\Core\System\SystemConfig\SystemConfigService::getDomain (line 74)"
4 => "Kiener\MolliePayments\Service\SettingsService::getSettings (line 53)"
5 => "Kiener\MolliePayments\Components\Subscription\Cart\Validator\SubscriptionCartValidator::validate (line 29)"
6 => "Shopware\Core\Checkout\Cart\Validator::validate (line 76)"
7 => "Shopware\Core\Checkout\Cart\Processor::Shopware\Core\Checkout\Cart\{closure} (line 59)"
8 => "Shopware\Core\Profiling\Profiler::trace (line 56)"
9 => "Shopware\Core\Checkout\Cart\Processor::process (line 132)"
10 => "Shopware\Core\Checkout\Cart\CartRuleLoader::Shopware\Core\Checkout\Cart\{closure} (line 59)"
11 => "Shopware\Core\Profiling\Profiler::trace (line 110)"
12 => "Shopware\Core\Checkout\Cart\CartRuleLoader::load (line 88)"
13 => "Shopware\Core\Checkout\Cart\CartRuleLoader::loadByToken (line 106)"
14 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService::Shopware\Core\System\SalesChannel\Context\{closure} (line 59)"
15 => "Shopware\Core\Profiling\Profiler::trace (line 74)"
16 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService::get (line 104)"
17 => "Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver::resolve (line 38)"
18 => "Shopware\Core\Framework\Routing\ContextResolverListener::resolveContext (line 118)"
19 => "Symfony\Component\EventDispatcher\Debug\WrappedListener::__invoke (line 230)"
20 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
21 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 56)"
22 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 98)"
23 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 55)"
24 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 37)"
25 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
26 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 151)"
27 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
28 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
29 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
30 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 481)"
31 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 454)"
32 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 348)"
33 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 226)"
34 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
35 => "Shopware\Core\HttpKernel::doHandle (line 81)"
36 => "Shopware\Core\HttpKernel::handle (line 69)"
]
|
32 |
0.19 ms |
SELECT `payment_method`.`id` FROM `payment_method` WHERE (`payment_method`.`handler_identifier` = :param_d350646d40ab4914bff5bf81a9680c29)
SELECT `payment_method`.`id` FROM `payment_method` WHERE (`payment_method`.`handler_identifier` = 'Kiener\\MolliePayments\\Handler\\Method\\VoucherPayment');
array:42 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 239)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 107)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntitySearcher::search (line 62)"
4 => "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher::search (line 132)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::searchIds (line 58)"
6 => "Shopware\Core\Checkout\Payment\DataAbstractionLayer\PaymentMethodRepositoryDecorator::searchIds (line 41)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator::searchIds (line 37)"
8 => "Kiener\MolliePayments\Repository\PaymentMethod\PaymentMethodRepository::searchIds (line 114)"
9 => "Kiener\MolliePayments\Service\Cart\Voucher\VoucherCartCollector::getVoucherID (line 67)"
10 => "Kiener\MolliePayments\Service\Cart\Voucher\VoucherCartCollector::collect (line 103)"
11 => "Shopware\Core\Checkout\Cart\Processor::runProcessors (line 67)"
12 => "Shopware\Core\Checkout\Cart\Processor::Shopware\Core\Checkout\Cart\{closure} (line 59)"
13 => "Shopware\Core\Profiling\Profiler::trace (line 56)"
14 => "Shopware\Core\Checkout\Cart\Processor::process (line 148)"
15 => "Shopware\Core\Checkout\Cart\CartRuleLoader::Shopware\Core\Checkout\Cart\{closure} (line 59)"
16 => "Shopware\Core\Profiling\Profiler::trace (line 110)"
17 => "Shopware\Core\Checkout\Cart\CartRuleLoader::load (line 88)"
18 => "Shopware\Core\Checkout\Cart\CartRuleLoader::loadByToken (line 106)"
19 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService::Shopware\Core\System\SalesChannel\Context\{closure} (line 59)"
20 => "Shopware\Core\Profiling\Profiler::trace (line 74)"
21 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService::get (line 104)"
22 => "Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver::resolve (line 38)"
23 => "Shopware\Core\Framework\Routing\ContextResolverListener::resolveContext (line 118)"
24 => "Symfony\Component\EventDispatcher\Debug\WrappedListener::__invoke (line 230)"
25 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
26 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 56)"
27 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 98)"
28 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 55)"
29 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 37)"
30 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
31 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 151)"
32 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
33 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
34 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
35 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 481)"
36 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 454)"
37 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 348)"
38 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 226)"
39 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
40 => "Shopware\Core\HttpKernel::doHandle (line 81)"
41 => "Shopware\Core\HttpKernel::handle (line 69)"
]
|
33 |
1.32 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`.`base_app_url` as `app.baseAppUrl`, `app`.`allowed_hosts` as `app.allowedHosts`, `app`.`template_load_priority` as `app.templateLoadPriority`, `app`.`integration_id` as `app.integrationId`, `app.integration`.`id` as `app.integration.id`, `app.integration`.`label` as `app.integration.label`, `app.integration`.`access_key` as `app.integration.accessKey`, `app.integration`.`secret_access_key` as `app.integration.secretAccessKey`, `app.integration`.`write_access` as `app.integration.writeAccess`, `app.integration`.`last_usage_at` as `app.integration.lastUsageAt`, `app.integration`.`admin` as `app.integration.admin`, `app.integration`.`custom_fields` as `app.integration.customFields`, `app.integration`.`deleted_at` as `app.integration.deletedAt`, `app.integration`.`created_at` as `app.integration.createdAt`, `app.integration`.`updated_at` as `app.integration.updatedAt`, `app`.`acl_role_id` as `app.aclRoleId`, `app.aclRole`.`id` as `app.aclRole.id`, `app.aclRole`.`name` as `app.aclRole.name`, `app.aclRole`.`description` as `app.aclRole.description`, `app.aclRole`.`privileges` as `app.aclRole.privileges`, `app.aclRole`.`deleted_at` as `app.aclRole.deletedAt`, `app.aclRole`.`created_at` as `app.aclRole.createdAt`, `app.aclRole`.`updated_at` as `app.aclRole.updatedAt`, `app`.`created_at` as `app.createdAt`, `app`.`updated_at` as `app.updatedAt`, `app.translation.label`, COALESCE(`app.translation.label`,`app.translation.label`) as `app.label`, `app.translation.description`, COALESCE(`app.translation.description`,`app.translation.description`) as `app.description`, `app.translation.privacyPolicyExtensions`, COALESCE(`app.translation.privacyPolicyExtensions`,`app.translation.privacyPolicyExtensions`) as `app.privacyPolicyExtensions`, `app.translation.customFields`, COALESCE(`app.translation.customFields`,`app.translation.customFields`) as `app.customFields`, `app.translation.createdAt`, `app.translation.updatedAt`, `app.translation.appId`, `app.translation.languageId` FROM `app` LEFT JOIN (SELECT `app.translation`.app_id, `app.translation`.label as `app.translation.label`, `app.translation`.description as `app.translation.description`, `app.translation`.privacy_policy_extensions as `app.translation.privacyPolicyExtensions`, `app.translation`.custom_fields as `app.translation.customFields`, `app.translation`.created_at as `app.translation.createdAt`, `app.translation`.updated_at as `app.translation.updatedAt`, `app.translation`.app_id as `app.translation.appId`, `app.translation`.language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation`.language_id = :languageId) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` LEFT JOIN `integration` `app.integration` ON `app`.`integration_id` = `app.integration`.`id` LEFT JOIN `acl_role` `app.aclRole` ON `app`.`acl_role_id` = `app.aclRole`.`id` WHERE (`app`.`active` = :param_da725dc51347443893c78f8645945141)
SELECT
`app`.`id` as `app.id`,
`app`.`name` as `app.name`,
`app`.`path` as `app.path`,
`app`.`author` as `app.author`,
`app`.`copyright` as `app.copyright`,
`app`.`license` as `app.license`,
`app`.`active` as `app.active`,
`app`.`configurable` as `app.configurable`,
`app`.`privacy` as `app.privacy`,
`app`.`version` as `app.version`,
`app`.`icon` as `app.iconRaw`,
`app`.`app_secret` as `app.appSecret`,
`app`.`modules` as `app.modules`,
`app`.`main_module` as `app.mainModule`,
`app`.`cookies` as `app.cookies`,
`app`.`allow_disable` as `app.allowDisable`,
`app`.`base_app_url` as `app.baseAppUrl`,
`app`.`allowed_hosts` as `app.allowedHosts`,
`app`.`template_load_priority` as `app.templateLoadPriority`,
`app`.`integration_id` as `app.integrationId`,
`app.integration`.`id` as `app.integration.id`,
`app.integration`.`label` as `app.integration.label`,
`app.integration`.`access_key` as `app.integration.accessKey`,
`app.integration`.`secret_access_key` as `app.integration.secretAccessKey`,
`app.integration`.`write_access` as `app.integration.writeAccess`,
`app.integration`.`last_usage_at` as `app.integration.lastUsageAt`,
`app.integration`.`admin` as `app.integration.admin`,
`app.integration`.`custom_fields` as `app.integration.customFields`,
`app.integration`.`deleted_at` as `app.integration.deletedAt`,
`app.integration`.`created_at` as `app.integration.createdAt`,
`app.integration`.`updated_at` as `app.integration.updatedAt`,
`app`.`acl_role_id` as `app.aclRoleId`,
`app.aclRole`.`id` as `app.aclRole.id`,
`app.aclRole`.`name` as `app.aclRole.name`,
`app.aclRole`.`description` as `app.aclRole.description`,
`app.aclRole`.`privileges` as `app.aclRole.privileges`,
`app.aclRole`.`deleted_at` as `app.aclRole.deletedAt`,
`app.aclRole`.`created_at` as `app.aclRole.createdAt`,
`app.aclRole`.`updated_at` as `app.aclRole.updatedAt`,
`app`.`created_at` as `app.createdAt`,
`app`.`updated_at` as `app.updatedAt`,
`app.translation.label`,
COALESCE(
`app.translation.label`, `app.translation.label`
) as `app.label`,
`app.translation.description`,
COALESCE(
`app.translation.description`, `app.translation.description`
) as `app.description`,
`app.translation.privacyPolicyExtensions`,
COALESCE(
`app.translation.privacyPolicyExtensions`,
`app.translation.privacyPolicyExtensions`
) as `app.privacyPolicyExtensions`,
`app.translation.customFields`,
COALESCE(
`app.translation.customFields`,
`app.translation.customFields`
) as `app.customFields`,
`app.translation.createdAt`,
`app.translation.updatedAt`,
`app.translation.appId`,
`app.translation.languageId`
FROM
`app`
LEFT JOIN (
SELECT
`app.translation`.app_id,
`app.translation`.label as `app.translation.label`,
`app.translation`.description as `app.translation.description`,
`app.translation`.privacy_policy_extensions as `app.translation.privacyPolicyExtensions`,
`app.translation`.custom_fields as `app.translation.customFields`,
`app.translation`.created_at as `app.translation.createdAt`,
`app.translation`.updated_at as `app.translation.updatedAt`,
`app.translation`.app_id as `app.translation.appId`,
`app.translation`.language_id as `app.translation.languageId`
FROM
`app_translation` `app.translation`
WHERE
`app.translation`.language_id = : languageId
) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id`
LEFT JOIN `integration` `app.integration` ON `app`.`integration_id` = `app.integration`.`id`
LEFT JOIN `acl_role` `app.aclRole` ON `app`.`acl_role_id` = `app.aclRole`.`id`
WHERE
(
`app`.`active` = : param_da725dc51347443893c78f8645945141
)
SELECT `app`.`id` as `app.id`, `app`.`name` as `app.name`, `app`.`path` as `app.path`, `app`.`author` as `app.author`, `app`.`copyright` as `app.copyright`, `app`.`license` as `app.license`, `app`.`active` as `app.active`, `app`.`configurable` as `app.configurable`, `app`.`privacy` as `app.privacy`, `app`.`version` as `app.version`, `app`.`icon` as `app.iconRaw`, `app`.`app_secret` as `app.appSecret`, `app`.`modules` as `app.modules`, `app`.`main_module` as `app.mainModule`, `app`.`cookies` as `app.cookies`, `app`.`allow_disable` as `app.allowDisable`, `app`.`base_app_url` as `app.baseAppUrl`, `app`.`allowed_hosts` as `app.allowedHosts`, `app`.`template_load_priority` as `app.templateLoadPriority`, `app`.`integration_id` as `app.integrationId`, `app.integration`.`id` as `app.integration.id`, `app.integration`.`label` as `app.integration.label`, `app.integration`.`access_key` as `app.integration.accessKey`, `app.integration`.`secret_access_key` as `app.integration.secretAccessKey`, `app.integration`.`write_access` as `app.integration.writeAccess`, `app.integration`.`last_usage_at` as `app.integration.lastUsageAt`, `app.integration`.`admin` as `app.integration.admin`, `app.integration`.`custom_fields` as `app.integration.customFields`, `app.integration`.`deleted_at` as `app.integration.deletedAt`, `app.integration`.`created_at` as `app.integration.createdAt`, `app.integration`.`updated_at` as `app.integration.updatedAt`, `app`.`acl_role_id` as `app.aclRoleId`, `app.aclRole`.`id` as `app.aclRole.id`, `app.aclRole`.`name` as `app.aclRole.name`, `app.aclRole`.`description` as `app.aclRole.description`, `app.aclRole`.`privileges` as `app.aclRole.privileges`, `app.aclRole`.`deleted_at` as `app.aclRole.deletedAt`, `app.aclRole`.`created_at` as `app.aclRole.createdAt`, `app.aclRole`.`updated_at` as `app.aclRole.updatedAt`, `app`.`created_at` as `app.createdAt`, `app`.`updated_at` as `app.updatedAt`, `app.translation.label`, COALESCE(`app.translation.label`,`app.translation.label`) as `app.label`, `app.translation.description`, COALESCE(`app.translation.description`,`app.translation.description`) as `app.description`, `app.translation.privacyPolicyExtensions`, COALESCE(`app.translation.privacyPolicyExtensions`,`app.translation.privacyPolicyExtensions`) as `app.privacyPolicyExtensions`, `app.translation.customFields`, COALESCE(`app.translation.customFields`,`app.translation.customFields`) as `app.customFields`, `app.translation.createdAt`, `app.translation.updatedAt`, `app.translation.appId`, `app.translation.languageId` FROM `app` LEFT JOIN (SELECT `app.translation`.app_id, `app.translation`.label as `app.translation.label`, `app.translation`.description as `app.translation.description`, `app.translation`.privacy_policy_extensions as `app.translation.privacyPolicyExtensions`, `app.translation`.custom_fields as `app.translation.customFields`, `app.translation`.created_at as `app.translation.createdAt`, `app.translation`.updated_at as `app.translation.updatedAt`, `app.translation`.app_id as `app.translation.appId`, `app.translation`.language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation`.language_id = 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:46 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 239)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 316)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetch (line 148)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 92)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::read (line 257)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::read (line 286)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::_search (line 110)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::Shopware\Core\Framework\DataAbstractionLayer\{closure} (line 59)"
9 => "Shopware\Core\Profiling\Profiler::trace (line 109)"
10 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 51)"
11 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator::search (line 119)"
12 => "Shopware\Core\Framework\App\Lifecycle\Persister\ScriptPersister::refresh (line 73)"
13 => "Shopware\Core\Framework\Script\Execution\ScriptLoader::load (line 57)"
14 => "Shopware\Core\Framework\Script\Execution\ScriptLoader::get (line 71)"
15 => "Shopware\Core\Framework\Script\Execution\ScriptExecutor::execute (line 70)"
16 => "Shopware\Core\Checkout\Cart\Processor::Shopware\Core\Checkout\Cart\{closure} (line 59)"
17 => "Shopware\Core\Profiling\Profiler::trace (line 56)"
18 => "Shopware\Core\Checkout\Cart\Processor::process (line 148)"
19 => "Shopware\Core\Checkout\Cart\CartRuleLoader::Shopware\Core\Checkout\Cart\{closure} (line 59)"
20 => "Shopware\Core\Profiling\Profiler::trace (line 110)"
21 => "Shopware\Core\Checkout\Cart\CartRuleLoader::load (line 88)"
22 => "Shopware\Core\Checkout\Cart\CartRuleLoader::loadByToken (line 106)"
23 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService::Shopware\Core\System\SalesChannel\Context\{closure} (line 59)"
24 => "Shopware\Core\Profiling\Profiler::trace (line 74)"
25 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService::get (line 104)"
26 => "Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver::resolve (line 38)"
27 => "Shopware\Core\Framework\Routing\ContextResolverListener::resolveContext (line 118)"
28 => "Symfony\Component\EventDispatcher\Debug\WrappedListener::__invoke (line 230)"
29 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
30 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 56)"
31 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 98)"
32 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 55)"
33 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 37)"
34 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
35 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 151)"
36 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
37 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
38 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
39 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 481)"
40 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 454)"
41 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 348)"
42 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 226)"
43 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
44 => "Shopware\Core\HttpKernel::doHandle (line 81)"
45 => "Shopware\Core\HttpKernel::handle (line 69)"
]
|
34 |
0.26 ms |
SELECT LOWER(HEX(`script`.`app_id`)) as `app_id`,
`script`.`name` AS scriptName,
`script`.`script` AS script,
`script`.`hook` AS hook,
IFNULL(`script`.`updated_at`, `script`.`created_at`) AS lastModified,
`app`.`name` AS appName,
LOWER(HEX(`app`.`integration_id`)) AS integrationId,
`app`.`version` AS appVersion,
`script`.`active` AS active
FROM `script`
LEFT JOIN `app` ON `script`.`app_id` = `app`.`id`
WHERE `script`.`hook` != 'include'
ORDER BY `app`.`created_at`, `app`.`id`, `script`.`name`
SELECT LOWER(HEX(`script`.`app_id`)) as `app_id`,
`script`.`name` AS scriptName,
`script`.`script` AS script,
`script`.`hook` AS hook,
IFNULL(`script`.`updated_at`, `script`.`created_at`) AS lastModified,
`app`.`name` AS appName,
LOWER(HEX(`app`.`integration_id`)) AS integrationId,
`app`.`version` AS appVersion,
`script`.`active` AS active
FROM `script`
LEFT JOIN `app` ON `script`.`app_id` = `app`.`id`
WHERE `script`.`hook` != 'include'
ORDER BY `app`.`created_at`, `app`.`id`, `script`.`name`
;
array:36 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 1042)"
2 => "Doctrine\DBAL\Connection::fetchAllAssociative (line 76)"
3 => "Shopware\Core\Framework\Script\Execution\ScriptLoader::load (line 57)"
4 => "Shopware\Core\Framework\Script\Execution\ScriptLoader::get (line 71)"
5 => "Shopware\Core\Framework\Script\Execution\ScriptExecutor::execute (line 70)"
6 => "Shopware\Core\Checkout\Cart\Processor::Shopware\Core\Checkout\Cart\{closure} (line 59)"
7 => "Shopware\Core\Profiling\Profiler::trace (line 56)"
8 => "Shopware\Core\Checkout\Cart\Processor::process (line 148)"
9 => "Shopware\Core\Checkout\Cart\CartRuleLoader::Shopware\Core\Checkout\Cart\{closure} (line 59)"
10 => "Shopware\Core\Profiling\Profiler::trace (line 110)"
11 => "Shopware\Core\Checkout\Cart\CartRuleLoader::load (line 88)"
12 => "Shopware\Core\Checkout\Cart\CartRuleLoader::loadByToken (line 106)"
13 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService::Shopware\Core\System\SalesChannel\Context\{closure} (line 59)"
14 => "Shopware\Core\Profiling\Profiler::trace (line 74)"
15 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService::get (line 104)"
16 => "Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver::resolve (line 38)"
17 => "Shopware\Core\Framework\Routing\ContextResolverListener::resolveContext (line 118)"
18 => "Symfony\Component\EventDispatcher\Debug\WrappedListener::__invoke (line 230)"
19 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
20 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 56)"
21 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 98)"
22 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 55)"
23 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 37)"
24 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
25 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 151)"
26 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
27 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
28 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
29 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 481)"
30 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 454)"
31 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 348)"
32 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 226)"
33 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
34 => "Shopware\Core\HttpKernel::doHandle (line 81)"
35 => "Shopware\Core\HttpKernel::handle (line 69)"
]
|
35 |
0.17 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:36 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 1042)"
2 => "Doctrine\DBAL\Connection::fetchAllAssociative (line 92)"
3 => "Shopware\Core\Framework\Script\Execution\ScriptLoader::load (line 57)"
4 => "Shopware\Core\Framework\Script\Execution\ScriptLoader::get (line 71)"
5 => "Shopware\Core\Framework\Script\Execution\ScriptExecutor::execute (line 70)"
6 => "Shopware\Core\Checkout\Cart\Processor::Shopware\Core\Checkout\Cart\{closure} (line 59)"
7 => "Shopware\Core\Profiling\Profiler::trace (line 56)"
8 => "Shopware\Core\Checkout\Cart\Processor::process (line 148)"
9 => "Shopware\Core\Checkout\Cart\CartRuleLoader::Shopware\Core\Checkout\Cart\{closure} (line 59)"
10 => "Shopware\Core\Profiling\Profiler::trace (line 110)"
11 => "Shopware\Core\Checkout\Cart\CartRuleLoader::load (line 88)"
12 => "Shopware\Core\Checkout\Cart\CartRuleLoader::loadByToken (line 106)"
13 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService::Shopware\Core\System\SalesChannel\Context\{closure} (line 59)"
14 => "Shopware\Core\Profiling\Profiler::trace (line 74)"
15 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService::get (line 104)"
16 => "Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver::resolve (line 38)"
17 => "Shopware\Core\Framework\Routing\ContextResolverListener::resolveContext (line 118)"
18 => "Symfony\Component\EventDispatcher\Debug\WrappedListener::__invoke (line 230)"
19 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
20 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 56)"
21 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 98)"
22 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 55)"
23 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 37)"
24 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
25 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 151)"
26 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
27 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
28 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
29 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 481)"
30 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 454)"
31 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 348)"
32 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 226)"
33 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
34 => "Shopware\Core\HttpKernel::doHandle (line 81)"
35 => "Shopware\Core\HttpKernel::handle (line 69)"
]
|
36 |
0.51 ms |
SELECT configuration_key, configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = :salesChannelId) AND (configuration_key LIKE :prefix) ORDER BY sales_channel_id ASC
SELECT configuration_key, configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = 0x327009EB5C1A48E192B7D2BCFA9C61BE) AND (configuration_key LIKE 'MolliePayments.config.%') ORDER BY sales_channel_id ASC;
array:37 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 239)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 189)"
3 => "Shopware\Core\System\SystemConfig\SystemConfigService::getDomain (line 74)"
4 => "Kiener\MolliePayments\Service\SettingsService::getSettings (line 40)"
5 => "Kiener\MolliePayments\Components\Subscription\Cart\Validator\AvailabilityInformationValidator::validate (line 29)"
6 => "Shopware\Core\Checkout\Cart\Validator::validate (line 76)"
7 => "Shopware\Core\Checkout\Cart\Processor::Shopware\Core\Checkout\Cart\{closure} (line 59)"
8 => "Shopware\Core\Profiling\Profiler::trace (line 56)"
9 => "Shopware\Core\Checkout\Cart\Processor::process (line 148)"
10 => "Shopware\Core\Checkout\Cart\CartRuleLoader::Shopware\Core\Checkout\Cart\{closure} (line 59)"
11 => "Shopware\Core\Profiling\Profiler::trace (line 110)"
12 => "Shopware\Core\Checkout\Cart\CartRuleLoader::load (line 88)"
13 => "Shopware\Core\Checkout\Cart\CartRuleLoader::loadByToken (line 106)"
14 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService::Shopware\Core\System\SalesChannel\Context\{closure} (line 59)"
15 => "Shopware\Core\Profiling\Profiler::trace (line 74)"
16 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService::get (line 104)"
17 => "Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver::resolve (line 38)"
18 => "Shopware\Core\Framework\Routing\ContextResolverListener::resolveContext (line 118)"
19 => "Symfony\Component\EventDispatcher\Debug\WrappedListener::__invoke (line 230)"
20 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
21 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 56)"
22 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 98)"
23 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 55)"
24 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 37)"
25 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
26 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 151)"
27 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
28 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
29 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
30 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 481)"
31 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 454)"
32 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 348)"
33 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 226)"
34 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
35 => "Shopware\Core\HttpKernel::doHandle (line 81)"
36 => "Shopware\Core\HttpKernel::handle (line 69)"
]
|
37 |
0.44 ms |
SELECT configuration_key, configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = :salesChannelId) AND (configuration_key LIKE :prefix) ORDER BY sales_channel_id ASC
SELECT configuration_key, configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = 0x327009EB5C1A48E192B7D2BCFA9C61BE) AND (configuration_key LIKE 'MolliePayments.config.%') ORDER BY sales_channel_id ASC;
array:37 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 239)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 189)"
3 => "Shopware\Core\System\SystemConfig\SystemConfigService::getDomain (line 74)"
4 => "Kiener\MolliePayments\Service\SettingsService::getSettings (line 53)"
5 => "Kiener\MolliePayments\Components\Subscription\Cart\Validator\SubscriptionCartValidator::validate (line 29)"
6 => "Shopware\Core\Checkout\Cart\Validator::validate (line 76)"
7 => "Shopware\Core\Checkout\Cart\Processor::Shopware\Core\Checkout\Cart\{closure} (line 59)"
8 => "Shopware\Core\Profiling\Profiler::trace (line 56)"
9 => "Shopware\Core\Checkout\Cart\Processor::process (line 148)"
10 => "Shopware\Core\Checkout\Cart\CartRuleLoader::Shopware\Core\Checkout\Cart\{closure} (line 59)"
11 => "Shopware\Core\Profiling\Profiler::trace (line 110)"
12 => "Shopware\Core\Checkout\Cart\CartRuleLoader::load (line 88)"
13 => "Shopware\Core\Checkout\Cart\CartRuleLoader::loadByToken (line 106)"
14 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService::Shopware\Core\System\SalesChannel\Context\{closure} (line 59)"
15 => "Shopware\Core\Profiling\Profiler::trace (line 74)"
16 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService::get (line 104)"
17 => "Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver::resolve (line 38)"
18 => "Shopware\Core\Framework\Routing\ContextResolverListener::resolveContext (line 118)"
19 => "Symfony\Component\EventDispatcher\Debug\WrappedListener::__invoke (line 230)"
20 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
21 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 56)"
22 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 98)"
23 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 55)"
24 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 37)"
25 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
26 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 151)"
27 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
28 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
29 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
30 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 481)"
31 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 454)"
32 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 348)"
33 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 226)"
34 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
35 => "Shopware\Core\HttpKernel::doHandle (line 81)"
36 => "Shopware\Core\HttpKernel::handle (line 69)"
]
|
38 |
0.42 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_f7223da1f2e34c7bbe8b4dc9cbbaa17e AND `language.salesChannels`.`id` = :param_a9f732f3143541418eb7dcaa2d5197c3) 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` = 0x327009EB5C1A48E192B7D2BCFA9C61BE AND `language.salesChannels`.`id` = 0x327009EB5C1A48E192B7D2BCFA9C61BE) GROUP BY `language`.`id` ORDER BY MIN(`language`.`name`) ASC;
array:39 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 239)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 107)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntitySearcher::search (line 62)"
4 => "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher::search (line 216)"
5 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::doSearch (line 122)"
6 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::search (line 50)"
7 => "Shopware\Core\System\Language\SalesChannel\LanguageRoute::load (line 102)"
8 => "Shopware\Core\System\Language\SalesChannel\CachedLanguageRoute::Shopware\Core\System\Language\SalesChannel\{closure} (line 350)"
9 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 44)"
10 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 120)"
11 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 43)"
12 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 46)"
13 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 42)"
14 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 41)"
15 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 59)"
16 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 40)"
17 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 101)"
18 => "Shopware\Core\System\Language\SalesChannel\CachedLanguageRoute::Shopware\Core\System\Language\SalesChannel\{closure} (line 72)"
19 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 35)"
20 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 99)"
21 => "Shopware\Core\System\Language\SalesChannel\CachedLanguageRoute::load (line 132)"
22 => "Shopware\Storefront\Pagelet\Header\HeaderPageletLoader::getLanguages (line 64)"
23 => "Shopware\Storefront\Pagelet\Header\HeaderPageletLoader::load (line 89)"
24 => "Shopware\Storefront\Page\GenericPageLoader::Shopware\Storefront\Page\{closure} (line 59)"
25 => "Shopware\Core\Profiling\Profiler::trace (line 78)"
26 => "Shopware\Storefront\Page\GenericPageLoader::load (line 55)"
27 => "Nd\Fashion\Page\Manufacturer\ProductManufacturerPageLoader::load (line 48)"
28 => "Nd\Fashion\Storefront\Controller\ManufacturerController::productManufacturerDetail (line 163)"
29 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
30 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
31 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
32 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 481)"
33 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 454)"
34 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 348)"
35 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 226)"
36 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
37 => "Shopware\Core\HttpKernel::doHandle (line 81)"
38 => "Shopware\Core\HttpKernel::handle (line 69)"
]
|
39 |
1.11 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:40 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 239)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 316)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetch (line 148)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 92)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::read (line 195)"
6 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::read (line 133)"
7 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::search (line 50)"
8 => "Shopware\Core\System\Language\SalesChannel\LanguageRoute::load (line 102)"
9 => "Shopware\Core\System\Language\SalesChannel\CachedLanguageRoute::Shopware\Core\System\Language\SalesChannel\{closure} (line 350)"
10 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 44)"
11 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 120)"
12 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 43)"
13 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 46)"
14 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 42)"
15 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 41)"
16 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 59)"
17 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 40)"
18 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 101)"
19 => "Shopware\Core\System\Language\SalesChannel\CachedLanguageRoute::Shopware\Core\System\Language\SalesChannel\{closure} (line 72)"
20 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 35)"
21 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 99)"
22 => "Shopware\Core\System\Language\SalesChannel\CachedLanguageRoute::load (line 132)"
23 => "Shopware\Storefront\Pagelet\Header\HeaderPageletLoader::getLanguages (line 64)"
24 => "Shopware\Storefront\Pagelet\Header\HeaderPageletLoader::load (line 89)"
25 => "Shopware\Storefront\Page\GenericPageLoader::Shopware\Storefront\Page\{closure} (line 59)"
26 => "Shopware\Core\Profiling\Profiler::trace (line 78)"
27 => "Shopware\Storefront\Page\GenericPageLoader::load (line 55)"
28 => "Nd\Fashion\Page\Manufacturer\ProductManufacturerPageLoader::load (line 48)"
29 => "Nd\Fashion\Storefront\Controller\ManufacturerController::productManufacturerDetail (line 163)"
30 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
31 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
32 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
33 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 481)"
34 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 454)"
35 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 348)"
36 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 226)"
37 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
38 => "Shopware\Core\HttpKernel::doHandle (line 81)"
39 => "Shopware\Core\HttpKernel::handle (line 69)"
]
|
40 |
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` = 0x8F274A5B4F4A43A5AFDCFF194054C26E OR `parent_id` = 0x8F274A5B4F4A43A5AFDCFF194054C26E OR `id` = 0x8F274A5B4F4A43A5AFDCFF194054C26E
;
array:40 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 1042)"
2 => "Doctrine\DBAL\Connection::fetchAllAssociative (line 141)"
3 => "Shopware\Core\Content\Category\SalesChannel\NavigationRoute::getCategoryMetaInfo (line 74)"
4 => "Shopware\Core\Content\Category\SalesChannel\NavigationRoute::load (line 136)"
5 => "Shopware\Core\Content\Category\SalesChannel\CachedNavigationRoute::Shopware\Core\Content\Category\SalesChannel\{closure} (line 350)"
6 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 44)"
7 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 120)"
8 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 43)"
9 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 46)"
10 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 42)"
11 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 41)"
12 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 59)"
13 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 40)"
14 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 135)"
15 => "Shopware\Core\Content\Category\SalesChannel\CachedNavigationRoute::Shopware\Core\Content\Category\SalesChannel\{closure} (line 72)"
16 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 35)"
17 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 130)"
18 => "Shopware\Core\Content\Category\SalesChannel\CachedNavigationRoute::loadNavigation (line 98)"
19 => "Shopware\Core\Content\Category\SalesChannel\CachedNavigationRoute::Shopware\Core\Content\Category\SalesChannel\{closure} (line 59)"
20 => "Shopware\Core\Profiling\Profiler::trace (line 90)"
21 => "Shopware\Core\Content\Category\SalesChannel\CachedNavigationRoute::load (line 48)"
22 => "Shopware\Core\Content\Category\SalesChannel\TreeBuildingNavigationRoute::load (line 68)"
23 => "Shopware\Core\Content\Category\Service\NavigationLoader::load (line 68)"
24 => "Shopware\Storefront\Pagelet\Header\HeaderPageletLoader::load (line 89)"
25 => "Shopware\Storefront\Page\GenericPageLoader::Shopware\Storefront\Page\{closure} (line 59)"
26 => "Shopware\Core\Profiling\Profiler::trace (line 78)"
27 => "Shopware\Storefront\Page\GenericPageLoader::load (line 55)"
28 => "Nd\Fashion\Page\Manufacturer\ProductManufacturerPageLoader::load (line 48)"
29 => "Nd\Fashion\Storefront\Controller\ManufacturerController::productManufacturerDetail (line 163)"
30 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
31 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
32 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
33 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 481)"
34 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 454)"
35 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 348)"
36 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 226)"
37 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
38 => "Shopware\Core\HttpKernel::doHandle (line 81)"
39 => "Shopware\Core\HttpKernel::handle (line 69)"
]
|
41 |
9.68 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_b703d139e1564ec182c778dd260e7d07 AND (`category`.`level` > :param_6fa1cbcfe80f4f24963430ef6d114b7f AND `category`.`level` <= :param_a0576c05a6ff4a03b679a2aaa6784645)))
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_b703d139e1564ec182c778dd260e7d07
AND (
`category`.`level` > : param_6fa1cbcfe80f4f24963430ef6d114b7f
AND `category`.`level` <= : param_a0576c05a6ff4a03b679a2aaa6784645
)
)
)
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 '%|8f274a5b4f4a43a5afdcff194054c26e|%' AND (`category`.`level` > 1 AND `category`.`level` <= 6)));
array:45 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 239)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 316)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetch (line 148)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 92)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::read (line 195)"
6 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::read (line 117)"
7 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::search (line 132)"
8 => "Shopware\Core\Content\Category\SalesChannel\NavigationRoute::loadLevels (line 95)"
9 => "Shopware\Core\Content\Category\SalesChannel\NavigationRoute::load (line 136)"
10 => "Shopware\Core\Content\Category\SalesChannel\CachedNavigationRoute::Shopware\Core\Content\Category\SalesChannel\{closure} (line 350)"
11 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 44)"
12 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 120)"
13 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 43)"
14 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 46)"
15 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 42)"
16 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 41)"
17 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 59)"
18 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 40)"
19 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 135)"
20 => "Shopware\Core\Content\Category\SalesChannel\CachedNavigationRoute::Shopware\Core\Content\Category\SalesChannel\{closure} (line 72)"
21 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 35)"
22 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 130)"
23 => "Shopware\Core\Content\Category\SalesChannel\CachedNavigationRoute::loadNavigation (line 98)"
24 => "Shopware\Core\Content\Category\SalesChannel\CachedNavigationRoute::Shopware\Core\Content\Category\SalesChannel\{closure} (line 59)"
25 => "Shopware\Core\Profiling\Profiler::trace (line 90)"
26 => "Shopware\Core\Content\Category\SalesChannel\CachedNavigationRoute::load (line 48)"
27 => "Shopware\Core\Content\Category\SalesChannel\TreeBuildingNavigationRoute::load (line 68)"
28 => "Shopware\Core\Content\Category\Service\NavigationLoader::load (line 68)"
29 => "Shopware\Storefront\Pagelet\Header\HeaderPageletLoader::load (line 89)"
30 => "Shopware\Storefront\Page\GenericPageLoader::Shopware\Storefront\Page\{closure} (line 59)"
31 => "Shopware\Core\Profiling\Profiler::trace (line 78)"
32 => "Shopware\Storefront\Page\GenericPageLoader::load (line 55)"
33 => "Nd\Fashion\Page\Manufacturer\ProductManufacturerPageLoader::load (line 48)"
34 => "Nd\Fashion\Storefront\Controller\ManufacturerController::productManufacturerDetail (line 163)"
35 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
36 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
37 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
38 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 481)"
39 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 454)"
40 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 348)"
41 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 226)"
42 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
43 => "Shopware\Core\HttpKernel::doHandle (line 81)"
44 => "Shopware\Core\HttpKernel::handle (line 69)"
]
|
42 |
1.77 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 = 0x327009EB5C1A48E192B7D2BCFA9C61BE OR system_config.sales_channel_id IS NULL ORDER BY sales_channel_id ASC;
array:59 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 239)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 54)"
3 => "Shopware\Core\System\SystemConfig\SystemConfigLoader::load (line 38)"
4 => "Shopware\Core\System\SystemConfig\CachedSystemConfigLoader::Shopware\Core\System\SystemConfig\{closure} (line 72)"
5 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 35)"
6 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 37)"
7 => "Shopware\Core\System\SystemConfig\CachedSystemConfigLoader::load (line 39)"
8 => "Shopware\Core\System\SystemConfig\MemoizedSystemConfigLoader::load (line 83)"
9 => "Shopware\Core\System\SystemConfig\SystemConfigService::get (line 57)"
10 => "Shopware\Core\Content\Category\Subscriber\CategorySubscriber::entityLoaded (line 270)"
11 => "Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} (line 230)"
12 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
13 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 56)"
14 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 98)"
15 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 55)"
16 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 37)"
17 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 33)"
18 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
19 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 208)"
20 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::read (line 117)"
21 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::search (line 132)"
22 => "Shopware\Core\Content\Category\SalesChannel\NavigationRoute::loadLevels (line 95)"
23 => "Shopware\Core\Content\Category\SalesChannel\NavigationRoute::load (line 136)"
24 => "Shopware\Core\Content\Category\SalesChannel\CachedNavigationRoute::Shopware\Core\Content\Category\SalesChannel\{closure} (line 350)"
25 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 44)"
26 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 120)"
27 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 43)"
28 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 46)"
29 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 42)"
30 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 41)"
31 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 59)"
32 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 40)"
33 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 135)"
34 => "Shopware\Core\Content\Category\SalesChannel\CachedNavigationRoute::Shopware\Core\Content\Category\SalesChannel\{closure} (line 72)"
35 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 35)"
36 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 130)"
37 => "Shopware\Core\Content\Category\SalesChannel\CachedNavigationRoute::loadNavigation (line 98)"
38 => "Shopware\Core\Content\Category\SalesChannel\CachedNavigationRoute::Shopware\Core\Content\Category\SalesChannel\{closure} (line 59)"
39 => "Shopware\Core\Profiling\Profiler::trace (line 90)"
40 => "Shopware\Core\Content\Category\SalesChannel\CachedNavigationRoute::load (line 48)"
41 => "Shopware\Core\Content\Category\SalesChannel\TreeBuildingNavigationRoute::load (line 68)"
42 => "Shopware\Core\Content\Category\Service\NavigationLoader::load (line 68)"
43 => "Shopware\Storefront\Pagelet\Header\HeaderPageletLoader::load (line 89)"
44 => "Shopware\Storefront\Page\GenericPageLoader::Shopware\Storefront\Page\{closure} (line 59)"
45 => "Shopware\Core\Profiling\Profiler::trace (line 78)"
46 => "Shopware\Storefront\Page\GenericPageLoader::load (line 55)"
47 => "Nd\Fashion\Page\Manufacturer\ProductManufacturerPageLoader::load (line 48)"
48 => "Nd\Fashion\Storefront\Controller\ManufacturerController::productManufacturerDetail (line 163)"
49 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
50 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
51 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
52 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 481)"
53 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 454)"
54 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 348)"
55 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 226)"
56 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
57 => "Shopware\Core\HttpKernel::doHandle (line 81)"
58 => "Shopware\Core\HttpKernel::handle (line 69)"
]
|
43 |
1.41 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_35068014d7004cbe8c8ec55e959ecc18 AND `category`.`level` = :param_9c9f702e2be14a98abd83a422059d4e8 AND `category`.`active` = :param_b0011848b5044713a6112d2c0868bca3 AND `category`.`visible` = :param_d510ad989531437f8336953be606c417)) 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 '%|8f274a5b4f4a43a5afdcff194054c26e|%' AND `category`.`level` = 6 AND `category`.`active` = 1 AND `category`.`visible` = 1)) GROUP BY `category`.`parent_id`;
array:45 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 239)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 205)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityAggregator::fetchAggregation (line 95)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityAggregator::aggregate (line 52)"
5 => "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator::aggregate (line 171)"
6 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::aggregate (line 263)"
7 => "Shopware\Core\Content\Category\SalesChannel\NavigationRoute::addVisibilityCounts (line 134)"
8 => "Shopware\Core\Content\Category\SalesChannel\NavigationRoute::loadLevels (line 95)"
9 => "Shopware\Core\Content\Category\SalesChannel\NavigationRoute::load (line 136)"
10 => "Shopware\Core\Content\Category\SalesChannel\CachedNavigationRoute::Shopware\Core\Content\Category\SalesChannel\{closure} (line 350)"
11 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 44)"
12 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 120)"
13 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 43)"
14 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 46)"
15 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 42)"
16 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 41)"
17 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 59)"
18 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 40)"
19 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 135)"
20 => "Shopware\Core\Content\Category\SalesChannel\CachedNavigationRoute::Shopware\Core\Content\Category\SalesChannel\{closure} (line 72)"
21 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 35)"
22 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 130)"
23 => "Shopware\Core\Content\Category\SalesChannel\CachedNavigationRoute::loadNavigation (line 98)"
24 => "Shopware\Core\Content\Category\SalesChannel\CachedNavigationRoute::Shopware\Core\Content\Category\SalesChannel\{closure} (line 59)"
25 => "Shopware\Core\Profiling\Profiler::trace (line 90)"
26 => "Shopware\Core\Content\Category\SalesChannel\CachedNavigationRoute::load (line 48)"
27 => "Shopware\Core\Content\Category\SalesChannel\TreeBuildingNavigationRoute::load (line 68)"
28 => "Shopware\Core\Content\Category\Service\NavigationLoader::load (line 68)"
29 => "Shopware\Storefront\Pagelet\Header\HeaderPageletLoader::load (line 89)"
30 => "Shopware\Storefront\Page\GenericPageLoader::Shopware\Storefront\Page\{closure} (line 59)"
31 => "Shopware\Core\Profiling\Profiler::trace (line 78)"
32 => "Shopware\Storefront\Page\GenericPageLoader::load (line 55)"
33 => "Nd\Fashion\Page\Manufacturer\ProductManufacturerPageLoader::load (line 48)"
34 => "Nd\Fashion\Storefront\Controller\ManufacturerController::productManufacturerDetail (line 163)"
35 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
36 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
37 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
38 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 481)"
39 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 454)"
40 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 348)"
41 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 226)"
42 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
43 => "Shopware\Core\HttpKernel::doHandle (line 81)"
44 => "Shopware\Core\HttpKernel::handle (line 69)"
]
|
44 |
3.63 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 (0x8F274A5B4F4A43A5AFDCFF194054C26E));
array:46 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 239)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 316)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetch (line 148)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 92)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::read (line 195)"
6 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::read (line 117)"
7 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::search (line 111)"
8 => "Shopware\Core\Content\Category\SalesChannel\NavigationRoute::loadCategories (line 179)"
9 => "Shopware\Core\Content\Category\SalesChannel\NavigationRoute::loadChildren (line 99)"
10 => "Shopware\Core\Content\Category\SalesChannel\NavigationRoute::load (line 136)"
11 => "Shopware\Core\Content\Category\SalesChannel\CachedNavigationRoute::Shopware\Core\Content\Category\SalesChannel\{closure} (line 350)"
12 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 44)"
13 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 120)"
14 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 43)"
15 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 46)"
16 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 42)"
17 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 41)"
18 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 59)"
19 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 40)"
20 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 135)"
21 => "Shopware\Core\Content\Category\SalesChannel\CachedNavigationRoute::Shopware\Core\Content\Category\SalesChannel\{closure} (line 72)"
22 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 35)"
23 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 130)"
24 => "Shopware\Core\Content\Category\SalesChannel\CachedNavigationRoute::loadNavigation (line 98)"
25 => "Shopware\Core\Content\Category\SalesChannel\CachedNavigationRoute::Shopware\Core\Content\Category\SalesChannel\{closure} (line 59)"
26 => "Shopware\Core\Profiling\Profiler::trace (line 90)"
27 => "Shopware\Core\Content\Category\SalesChannel\CachedNavigationRoute::load (line 48)"
28 => "Shopware\Core\Content\Category\SalesChannel\TreeBuildingNavigationRoute::load (line 68)"
29 => "Shopware\Core\Content\Category\Service\NavigationLoader::load (line 68)"
30 => "Shopware\Storefront\Pagelet\Header\HeaderPageletLoader::load (line 89)"
31 => "Shopware\Storefront\Page\GenericPageLoader::Shopware\Storefront\Page\{closure} (line 59)"
32 => "Shopware\Core\Profiling\Profiler::trace (line 78)"
33 => "Shopware\Storefront\Page\GenericPageLoader::load (line 55)"
34 => "Nd\Fashion\Page\Manufacturer\ProductManufacturerPageLoader::load (line 48)"
35 => "Nd\Fashion\Storefront\Controller\ManufacturerController::productManufacturerDetail (line 163)"
36 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
37 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
38 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
39 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 481)"
40 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 454)"
41 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 348)"
42 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 226)"
43 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
44 => "Shopware\Core\HttpKernel::doHandle (line 81)"
45 => "Shopware\Core\HttpKernel::handle (line 69)"
]
|
45 |
0.55 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_46643d22eb754ee0a710082031762751) 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` = 0x327009EB5C1A48E192B7D2BCFA9C61BE) GROUP BY `currency`.`id`;
array:38 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 239)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 107)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntitySearcher::search (line 62)"
4 => "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher::search (line 216)"
5 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::doSearch (line 122)"
6 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::search (line 49)"
7 => "Shopware\Core\System\Currency\SalesChannel\CurrencyRoute::load (line 102)"
8 => "Shopware\Core\System\Currency\SalesChannel\CachedCurrencyRoute::Shopware\Core\System\Currency\SalesChannel\{closure} (line 350)"
9 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 44)"
10 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 120)"
11 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 43)"
12 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 46)"
13 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 42)"
14 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 41)"
15 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 59)"
16 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 40)"
17 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 101)"
18 => "Shopware\Core\System\Currency\SalesChannel\CachedCurrencyRoute::Shopware\Core\System\Currency\SalesChannel\{closure} (line 72)"
19 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 35)"
20 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 99)"
21 => "Shopware\Core\System\Currency\SalesChannel\CachedCurrencyRoute::load (line 79)"
22 => "Shopware\Storefront\Pagelet\Header\HeaderPageletLoader::load (line 89)"
23 => "Shopware\Storefront\Page\GenericPageLoader::Shopware\Storefront\Page\{closure} (line 59)"
24 => "Shopware\Core\Profiling\Profiler::trace (line 78)"
25 => "Shopware\Storefront\Page\GenericPageLoader::load (line 55)"
26 => "Nd\Fashion\Page\Manufacturer\ProductManufacturerPageLoader::load (line 48)"
27 => "Nd\Fashion\Storefront\Controller\ManufacturerController::productManufacturerDetail (line 163)"
28 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
29 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
30 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
31 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 481)"
32 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 454)"
33 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 348)"
34 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 226)"
35 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
36 => "Shopware\Core\HttpKernel::doHandle (line 81)"
37 => "Shopware\Core\HttpKernel::handle (line 69)"
]
|
46 |
0.59 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:39 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 239)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 316)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetch (line 148)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 92)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::read (line 195)"
6 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::read (line 133)"
7 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::search (line 49)"
8 => "Shopware\Core\System\Currency\SalesChannel\CurrencyRoute::load (line 102)"
9 => "Shopware\Core\System\Currency\SalesChannel\CachedCurrencyRoute::Shopware\Core\System\Currency\SalesChannel\{closure} (line 350)"
10 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 44)"
11 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 120)"
12 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 43)"
13 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 46)"
14 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 42)"
15 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 41)"
16 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 59)"
17 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 40)"
18 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 101)"
19 => "Shopware\Core\System\Currency\SalesChannel\CachedCurrencyRoute::Shopware\Core\System\Currency\SalesChannel\{closure} (line 72)"
20 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 35)"
21 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 99)"
22 => "Shopware\Core\System\Currency\SalesChannel\CachedCurrencyRoute::load (line 79)"
23 => "Shopware\Storefront\Pagelet\Header\HeaderPageletLoader::load (line 89)"
24 => "Shopware\Storefront\Page\GenericPageLoader::Shopware\Storefront\Page\{closure} (line 59)"
25 => "Shopware\Core\Profiling\Profiler::trace (line 78)"
26 => "Shopware\Storefront\Page\GenericPageLoader::load (line 55)"
27 => "Nd\Fashion\Page\Manufacturer\ProductManufacturerPageLoader::load (line 48)"
28 => "Nd\Fashion\Storefront\Controller\ManufacturerController::productManufacturerDetail (line 163)"
29 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
30 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
31 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
32 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 481)"
33 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 454)"
34 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 348)"
35 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 226)"
36 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
37 => "Shopware\Core\HttpKernel::doHandle (line 81)"
38 => "Shopware\Core\HttpKernel::handle (line 69)"
]
|
47 |
0.36 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` = 0x8F274A5B4F4A43A5AFDCFF194054C26E OR `parent_id` = 0x8F274A5B4F4A43A5AFDCFF194054C26E OR `id` = 0x8F274A5B4F4A43A5AFDCFF194054C26E
;
array:41 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 1042)"
2 => "Doctrine\DBAL\Connection::fetchAllAssociative (line 141)"
3 => "Shopware\Core\Content\Category\SalesChannel\NavigationRoute::getCategoryMetaInfo (line 74)"
4 => "Shopware\Core\Content\Category\SalesChannel\NavigationRoute::load (line 136)"
5 => "Shopware\Core\Content\Category\SalesChannel\CachedNavigationRoute::Shopware\Core\Content\Category\SalesChannel\{closure} (line 350)"
6 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 44)"
7 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 120)"
8 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 43)"
9 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 46)"
10 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 42)"
11 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 41)"
12 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 59)"
13 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 40)"
14 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 135)"
15 => "Shopware\Core\Content\Category\SalesChannel\CachedNavigationRoute::Shopware\Core\Content\Category\SalesChannel\{closure} (line 72)"
16 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 35)"
17 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 130)"
18 => "Shopware\Core\Content\Category\SalesChannel\CachedNavigationRoute::loadNavigation (line 98)"
19 => "Shopware\Core\Content\Category\SalesChannel\CachedNavigationRoute::Shopware\Core\Content\Category\SalesChannel\{closure} (line 59)"
20 => "Shopware\Core\Profiling\Profiler::trace (line 90)"
21 => "Shopware\Core\Content\Category\SalesChannel\CachedNavigationRoute::load (line 48)"
22 => "Shopware\Core\Content\Category\SalesChannel\TreeBuildingNavigationRoute::load (line 68)"
23 => "Shopware\Core\Content\Category\Service\NavigationLoader::load (line 109)"
24 => "Shopware\Storefront\Pagelet\Header\HeaderPageletLoader::getServiceMenu (line 93)"
25 => "Shopware\Storefront\Pagelet\Header\HeaderPageletLoader::load (line 89)"
26 => "Shopware\Storefront\Page\GenericPageLoader::Shopware\Storefront\Page\{closure} (line 59)"
27 => "Shopware\Core\Profiling\Profiler::trace (line 78)"
28 => "Shopware\Storefront\Page\GenericPageLoader::load (line 55)"
29 => "Nd\Fashion\Page\Manufacturer\ProductManufacturerPageLoader::load (line 48)"
30 => "Nd\Fashion\Storefront\Controller\ManufacturerController::productManufacturerDetail (line 163)"
31 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
32 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
33 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
34 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 481)"
35 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 454)"
36 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 348)"
37 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 226)"
38 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
39 => "Shopware\Core\HttpKernel::doHandle (line 81)"
40 => "Shopware\Core\HttpKernel::handle (line 69)"
]
|
48 |
4.71 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_55d18f4d15a4441ea563cf4a30699840 AND (`category`.`level` > :param_210650a53d874e48b94bea8a7d18ed62 AND `category`.`level` <= :param_f7e39a8ef6784b2cbd5fa5ad34bdac6a)))
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_55d18f4d15a4441ea563cf4a30699840
AND (
`category`.`level` > : param_210650a53d874e48b94bea8a7d18ed62
AND `category`.`level` <= : param_f7e39a8ef6784b2cbd5fa5ad34bdac6a
)
)
)
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 '%|8f274a5b4f4a43a5afdcff194054c26e|%' AND (`category`.`level` > 1 AND `category`.`level` <= 3)));
array:46 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 239)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 316)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetch (line 148)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 92)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::read (line 195)"
6 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::read (line 117)"
7 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::search (line 132)"
8 => "Shopware\Core\Content\Category\SalesChannel\NavigationRoute::loadLevels (line 95)"
9 => "Shopware\Core\Content\Category\SalesChannel\NavigationRoute::load (line 136)"
10 => "Shopware\Core\Content\Category\SalesChannel\CachedNavigationRoute::Shopware\Core\Content\Category\SalesChannel\{closure} (line 350)"
11 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 44)"
12 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 120)"
13 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 43)"
14 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 46)"
15 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 42)"
16 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 41)"
17 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 59)"
18 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 40)"
19 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 135)"
20 => "Shopware\Core\Content\Category\SalesChannel\CachedNavigationRoute::Shopware\Core\Content\Category\SalesChannel\{closure} (line 72)"
21 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 35)"
22 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 130)"
23 => "Shopware\Core\Content\Category\SalesChannel\CachedNavigationRoute::loadNavigation (line 98)"
24 => "Shopware\Core\Content\Category\SalesChannel\CachedNavigationRoute::Shopware\Core\Content\Category\SalesChannel\{closure} (line 59)"
25 => "Shopware\Core\Profiling\Profiler::trace (line 90)"
26 => "Shopware\Core\Content\Category\SalesChannel\CachedNavigationRoute::load (line 48)"
27 => "Shopware\Core\Content\Category\SalesChannel\TreeBuildingNavigationRoute::load (line 68)"
28 => "Shopware\Core\Content\Category\Service\NavigationLoader::load (line 109)"
29 => "Shopware\Storefront\Pagelet\Header\HeaderPageletLoader::getServiceMenu (line 93)"
30 => "Shopware\Storefront\Pagelet\Header\HeaderPageletLoader::load (line 89)"
31 => "Shopware\Storefront\Page\GenericPageLoader::Shopware\Storefront\Page\{closure} (line 59)"
32 => "Shopware\Core\Profiling\Profiler::trace (line 78)"
33 => "Shopware\Storefront\Page\GenericPageLoader::load (line 55)"
34 => "Nd\Fashion\Page\Manufacturer\ProductManufacturerPageLoader::load (line 48)"
35 => "Nd\Fashion\Storefront\Controller\ManufacturerController::productManufacturerDetail (line 163)"
36 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
37 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
38 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
39 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 481)"
40 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 454)"
41 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 348)"
42 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 226)"
43 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
44 => "Shopware\Core\HttpKernel::doHandle (line 81)"
45 => "Shopware\Core\HttpKernel::handle (line 69)"
]
|
49 |
0.81 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_5e51ed9689c5446ba3c726eda65da51f AND `category`.`level` = :param_14bfd59110194cd19c800451c04385b9 AND `category`.`active` = :param_6c906103ff1d4eef868c203da76e4580 AND `category`.`visible` = :param_9bfff4d78d8a4a098a5dfd4f26432173)) 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 '%|8f274a5b4f4a43a5afdcff194054c26e|%' AND `category`.`level` = 3 AND `category`.`active` = 1 AND `category`.`visible` = 1)) GROUP BY `category`.`parent_id`;
array:46 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 239)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 205)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityAggregator::fetchAggregation (line 95)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityAggregator::aggregate (line 52)"
5 => "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator::aggregate (line 171)"
6 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::aggregate (line 263)"
7 => "Shopware\Core\Content\Category\SalesChannel\NavigationRoute::addVisibilityCounts (line 134)"
8 => "Shopware\Core\Content\Category\SalesChannel\NavigationRoute::loadLevels (line 95)"
9 => "Shopware\Core\Content\Category\SalesChannel\NavigationRoute::load (line 136)"
10 => "Shopware\Core\Content\Category\SalesChannel\CachedNavigationRoute::Shopware\Core\Content\Category\SalesChannel\{closure} (line 350)"
11 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 44)"
12 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 120)"
13 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 43)"
14 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 46)"
15 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 42)"
16 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 41)"
17 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 59)"
18 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 40)"
19 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 135)"
20 => "Shopware\Core\Content\Category\SalesChannel\CachedNavigationRoute::Shopware\Core\Content\Category\SalesChannel\{closure} (line 72)"
21 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 35)"
22 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 130)"
23 => "Shopware\Core\Content\Category\SalesChannel\CachedNavigationRoute::loadNavigation (line 98)"
24 => "Shopware\Core\Content\Category\SalesChannel\CachedNavigationRoute::Shopware\Core\Content\Category\SalesChannel\{closure} (line 59)"
25 => "Shopware\Core\Profiling\Profiler::trace (line 90)"
26 => "Shopware\Core\Content\Category\SalesChannel\CachedNavigationRoute::load (line 48)"
27 => "Shopware\Core\Content\Category\SalesChannel\TreeBuildingNavigationRoute::load (line 68)"
28 => "Shopware\Core\Content\Category\Service\NavigationLoader::load (line 109)"
29 => "Shopware\Storefront\Pagelet\Header\HeaderPageletLoader::getServiceMenu (line 93)"
30 => "Shopware\Storefront\Pagelet\Header\HeaderPageletLoader::load (line 89)"
31 => "Shopware\Storefront\Page\GenericPageLoader::Shopware\Storefront\Page\{closure} (line 59)"
32 => "Shopware\Core\Profiling\Profiler::trace (line 78)"
33 => "Shopware\Storefront\Page\GenericPageLoader::load (line 55)"
34 => "Nd\Fashion\Page\Manufacturer\ProductManufacturerPageLoader::load (line 48)"
35 => "Nd\Fashion\Storefront\Controller\ManufacturerController::productManufacturerDetail (line 163)"
36 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
37 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
38 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
39 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 481)"
40 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 454)"
41 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 348)"
42 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 226)"
43 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
44 => "Shopware\Core\HttpKernel::doHandle (line 81)"
45 => "Shopware\Core\HttpKernel::handle (line 69)"
]
|
50 |
3.20 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 (0x8F274A5B4F4A43A5AFDCFF194054C26E));
array:47 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 239)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 316)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetch (line 148)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 92)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::read (line 195)"
6 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::read (line 117)"
7 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::search (line 111)"
8 => "Shopware\Core\Content\Category\SalesChannel\NavigationRoute::loadCategories (line 179)"
9 => "Shopware\Core\Content\Category\SalesChannel\NavigationRoute::loadChildren (line 99)"
10 => "Shopware\Core\Content\Category\SalesChannel\NavigationRoute::load (line 136)"
11 => "Shopware\Core\Content\Category\SalesChannel\CachedNavigationRoute::Shopware\Core\Content\Category\SalesChannel\{closure} (line 350)"
12 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 44)"
13 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 120)"
14 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 43)"
15 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 46)"
16 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 42)"
17 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 41)"
18 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 59)"
19 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 40)"
20 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 135)"
21 => "Shopware\Core\Content\Category\SalesChannel\CachedNavigationRoute::Shopware\Core\Content\Category\SalesChannel\{closure} (line 72)"
22 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 35)"
23 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 130)"
24 => "Shopware\Core\Content\Category\SalesChannel\CachedNavigationRoute::loadNavigation (line 98)"
25 => "Shopware\Core\Content\Category\SalesChannel\CachedNavigationRoute::Shopware\Core\Content\Category\SalesChannel\{closure} (line 59)"
26 => "Shopware\Core\Profiling\Profiler::trace (line 90)"
27 => "Shopware\Core\Content\Category\SalesChannel\CachedNavigationRoute::load (line 48)"
28 => "Shopware\Core\Content\Category\SalesChannel\TreeBuildingNavigationRoute::load (line 68)"
29 => "Shopware\Core\Content\Category\Service\NavigationLoader::load (line 109)"
30 => "Shopware\Storefront\Pagelet\Header\HeaderPageletLoader::getServiceMenu (line 93)"
31 => "Shopware\Storefront\Pagelet\Header\HeaderPageletLoader::load (line 89)"
32 => "Shopware\Storefront\Page\GenericPageLoader::Shopware\Storefront\Page\{closure} (line 59)"
33 => "Shopware\Core\Profiling\Profiler::trace (line 78)"
34 => "Shopware\Storefront\Page\GenericPageLoader::load (line 55)"
35 => "Nd\Fashion\Page\Manufacturer\ProductManufacturerPageLoader::load (line 48)"
36 => "Nd\Fashion\Storefront\Controller\ManufacturerController::productManufacturerDetail (line 163)"
37 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
38 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
39 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
40 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 481)"
41 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 454)"
42 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 348)"
43 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 226)"
44 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
45 => "Shopware\Core\HttpKernel::doHandle (line 81)"
46 => "Shopware\Core\HttpKernel::handle (line 69)"
]
|
51 |
1.66 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.translation.name`, COALESCE(`category.translation.name`,`category.translation.name`) as `category.name`, `category.translation.breadcrumb`, COALESCE(`category.translation.breadcrumb`,`category.translation.breadcrumb`) as `category.breadcrumb`, `category.translation.slotConfig`, COALESCE(`category.translation.slotConfig`,`category.translation.slotConfig`) as `category.slotConfig`, `category.translation.linkType`, COALESCE(`category.translation.linkType`,`category.translation.linkType`) as `category.linkType`, `category.translation.internalLink`, COALESCE(`category.translation.internalLink`,`category.translation.internalLink`) as `category.internalLink`, `category.translation.externalLink`, COALESCE(`category.translation.externalLink`,`category.translation.externalLink`) as `category.externalLink`, `category.translation.linkNewTab`, COALESCE(`category.translation.linkNewTab`,`category.translation.linkNewTab`) as `category.linkNewTab`, `category.translation.description`, COALESCE(`category.translation.description`,`category.translation.description`) as `category.description`, `category.translation.metaTitle`, COALESCE(`category.translation.metaTitle`,`category.translation.metaTitle`) as `category.metaTitle`, `category.translation.metaDescription`, COALESCE(`category.translation.metaDescription`,`category.translation.metaDescription`) as `category.metaDescription`, `category.translation.keywords`, COALESCE(`category.translation.keywords`,`category.translation.keywords`) as `category.keywords`, `category.translation.customFields`, COALESCE(`category.translation.customFields`,`category.translation.customFields`) as `category.customFields`, `category.translation.createdAt`, `category.translation.updatedAt`, `category.translation.categoryId`, `category.translation.languageId`, `category.translation.categoryVersionId` FROM `category` LEFT JOIN (SELECT `category.translation`.category_id, `category.translation`.category_version_id, `category.translation`.name as `category.translation.name`, `category.translation`.breadcrumb as `category.translation.breadcrumb`, `category.translation`.slot_config as `category.translation.slotConfig`, `category.translation`.link_type as `category.translation.linkType`, `category.translation`.internal_link as `category.translation.internalLink`, `category.translation`.external_link as `category.translation.externalLink`, `category.translation`.link_new_tab as `category.translation.linkNewTab`, `category.translation`.description as `category.translation.description`, `category.translation`.meta_title as `category.translation.metaTitle`, `category.translation`.meta_description as `category.translation.metaDescription`, `category.translation`.keywords as `category.translation.keywords`, `category.translation`.custom_fields as `category.translation.customFields`, `category.translation`.created_at as `category.translation.createdAt`, `category.translation`.updated_at as `category.translation.updatedAt`, `category.translation`.category_id as `category.translation.categoryId`, `category.translation`.language_id as `category.translation.languageId`, `category.translation`.category_version_id as `category.translation.categoryVersionId` FROM `category_translation` `category.translation` WHERE `category.translation`.language_id = :languageId) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.category_version_id = `category`.version_id WHERE (`category`.`version_id` = :version) AND ((`category`.`active` = :param_601f61ed72194f4094e9c7df38bb5e2f AND `category`.`parent_id` = :param_443f8075820041399866d6bbfe86bc68))
SELECT
`category`.`id` as `category.id`,
`category`.`version_id` as `category.versionId`,
`category`.`parent_id` as `category.parentId`,
`category`.`parent_version_id` as `category.parentVersionId`,
`category`.`after_category_id` as `category.afterCategoryId`,
`category`.`after_category_version_id` as `category.afterCategoryVersionId`,
`category`.`media_id` as `category.mediaId`,
`category`.`display_nested_products` as `category.displayNestedProducts`,
`category`.`auto_increment` as `category.autoIncrement`,
`category`.`level` as `category.level`,
`category`.`path` as `category.path`,
`category`.`child_count` as `category.childCount`,
`category`.`type` as `category.type`,
`category`.`product_assignment_type` as `category.productAssignmentType`,
`category`.`visible` as `category.visible`,
`category`.`active` as `category.active`,
`category`.`cms_page_id` as `category.cmsPageId`,
`category`.`cms_page_version_id` as `category.cmsPageVersionId`,
`category`.`product_stream_id` as `category.productStreamId`,
`category`.`created_at` as `category.createdAt`,
`category`.`updated_at` as `category.updatedAt`,
`category.translation.name`,
COALESCE(
`category.translation.name`, `category.translation.name`
) as `category.name`,
`category.translation.breadcrumb`,
COALESCE(
`category.translation.breadcrumb`,
`category.translation.breadcrumb`
) as `category.breadcrumb`,
`category.translation.slotConfig`,
COALESCE(
`category.translation.slotConfig`,
`category.translation.slotConfig`
) as `category.slotConfig`,
`category.translation.linkType`,
COALESCE(
`category.translation.linkType`,
`category.translation.linkType`
) as `category.linkType`,
`category.translation.internalLink`,
COALESCE(
`category.translation.internalLink`,
`category.translation.internalLink`
) as `category.internalLink`,
`category.translation.externalLink`,
COALESCE(
`category.translation.externalLink`,
`category.translation.externalLink`
) as `category.externalLink`,
`category.translation.linkNewTab`,
COALESCE(
`category.translation.linkNewTab`,
`category.translation.linkNewTab`
) as `category.linkNewTab`,
`category.translation.description`,
COALESCE(
`category.translation.description`,
`category.translation.description`
) as `category.description`,
`category.translation.metaTitle`,
COALESCE(
`category.translation.metaTitle`,
`category.translation.metaTitle`
) as `category.metaTitle`,
`category.translation.metaDescription`,
COALESCE(
`category.translation.metaDescription`,
`category.translation.metaDescription`
) as `category.metaDescription`,
`category.translation.keywords`,
COALESCE(
`category.translation.keywords`,
`category.translation.keywords`
) as `category.keywords`,
`category.translation.customFields`,
COALESCE(
`category.translation.customFields`,
`category.translation.customFields`
) as `category.customFields`,
`category.translation.createdAt`,
`category.translation.updatedAt`,
`category.translation.categoryId`,
`category.translation.languageId`,
`category.translation.categoryVersionId`
FROM
`category`
LEFT JOIN (
SELECT
`category.translation`.category_id,
`category.translation`.category_version_id,
`category.translation`.name as `category.translation.name`,
`category.translation`.breadcrumb as `category.translation.breadcrumb`,
`category.translation`.slot_config as `category.translation.slotConfig`,
`category.translation`.link_type as `category.translation.linkType`,
`category.translation`.internal_link as `category.translation.internalLink`,
`category.translation`.external_link as `category.translation.externalLink`,
`category.translation`.link_new_tab as `category.translation.linkNewTab`,
`category.translation`.description as `category.translation.description`,
`category.translation`.meta_title as `category.translation.metaTitle`,
`category.translation`.meta_description as `category.translation.metaDescription`,
`category.translation`.keywords as `category.translation.keywords`,
`category.translation`.custom_fields as `category.translation.customFields`,
`category.translation`.created_at as `category.translation.createdAt`,
`category.translation`.updated_at as `category.translation.updatedAt`,
`category.translation`.category_id as `category.translation.categoryId`,
`category.translation`.language_id as `category.translation.languageId`,
`category.translation`.category_version_id as `category.translation.categoryVersionId`
FROM
`category_translation` `category.translation`
WHERE
`category.translation`.language_id = : languageId
) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id`
AND `category.category_translation`.category_version_id = `category`.version_id
WHERE
(
`category`.`version_id` = : version
)
AND (
(
`category`.`active` = : param_601f61ed72194f4094e9c7df38bb5e2f
AND `category`.`parent_id` = : param_443f8075820041399866d6bbfe86bc68
)
)
SELECT `category`.`id` as `category.id`, `category`.`version_id` as `category.versionId`, `category`.`parent_id` as `category.parentId`, `category`.`parent_version_id` as `category.parentVersionId`, `category`.`after_category_id` as `category.afterCategoryId`, `category`.`after_category_version_id` as `category.afterCategoryVersionId`, `category`.`media_id` as `category.mediaId`, `category`.`display_nested_products` as `category.displayNestedProducts`, `category`.`auto_increment` as `category.autoIncrement`, `category`.`level` as `category.level`, `category`.`path` as `category.path`, `category`.`child_count` as `category.childCount`, `category`.`type` as `category.type`, `category`.`product_assignment_type` as `category.productAssignmentType`, `category`.`visible` as `category.visible`, `category`.`active` as `category.active`, `category`.`cms_page_id` as `category.cmsPageId`, `category`.`cms_page_version_id` as `category.cmsPageVersionId`, `category`.`product_stream_id` as `category.productStreamId`, `category`.`created_at` as `category.createdAt`, `category`.`updated_at` as `category.updatedAt`, `category.translation.name`, COALESCE(`category.translation.name`,`category.translation.name`) as `category.name`, `category.translation.breadcrumb`, COALESCE(`category.translation.breadcrumb`,`category.translation.breadcrumb`) as `category.breadcrumb`, `category.translation.slotConfig`, COALESCE(`category.translation.slotConfig`,`category.translation.slotConfig`) as `category.slotConfig`, `category.translation.linkType`, COALESCE(`category.translation.linkType`,`category.translation.linkType`) as `category.linkType`, `category.translation.internalLink`, COALESCE(`category.translation.internalLink`,`category.translation.internalLink`) as `category.internalLink`, `category.translation.externalLink`, COALESCE(`category.translation.externalLink`,`category.translation.externalLink`) as `category.externalLink`, `category.translation.linkNewTab`, COALESCE(`category.translation.linkNewTab`,`category.translation.linkNewTab`) as `category.linkNewTab`, `category.translation.description`, COALESCE(`category.translation.description`,`category.translation.description`) as `category.description`, `category.translation.metaTitle`, COALESCE(`category.translation.metaTitle`,`category.translation.metaTitle`) as `category.metaTitle`, `category.translation.metaDescription`, COALESCE(`category.translation.metaDescription`,`category.translation.metaDescription`) as `category.metaDescription`, `category.translation.keywords`, COALESCE(`category.translation.keywords`,`category.translation.keywords`) as `category.keywords`, `category.translation.customFields`, COALESCE(`category.translation.customFields`,`category.translation.customFields`) as `category.customFields`, `category.translation.createdAt`, `category.translation.updatedAt`, `category.translation.categoryId`, `category.translation.languageId`, `category.translation.categoryVersionId` FROM `category` LEFT JOIN (SELECT `category.translation`.category_id, `category.translation`.category_version_id, `category.translation`.name as `category.translation.name`, `category.translation`.breadcrumb as `category.translation.breadcrumb`, `category.translation`.slot_config as `category.translation.slotConfig`, `category.translation`.link_type as `category.translation.linkType`, `category.translation`.internal_link as `category.translation.internalLink`, `category.translation`.external_link as `category.translation.externalLink`, `category.translation`.link_new_tab as `category.translation.linkNewTab`, `category.translation`.description as `category.translation.description`, `category.translation`.meta_title as `category.translation.metaTitle`, `category.translation`.meta_description as `category.translation.metaDescription`, `category.translation`.keywords as `category.translation.keywords`, `category.translation`.custom_fields as `category.translation.customFields`, `category.translation`.created_at as `category.translation.createdAt`, `category.translation`.updated_at as `category.translation.updatedAt`, `category.translation`.category_id as `category.translation.categoryId`, `category.translation`.language_id as `category.translation.languageId`, `category.translation`.category_version_id as `category.translation.categoryVersionId` FROM `category_translation` `category.translation` WHERE `category.translation`.language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.category_version_id = `category`.version_id WHERE (`category`.`version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425) AND ((`category`.`active` = 1 AND `category`.`parent_id` = 0x694C335835954FF7B529B622585D5A03));
array:37 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 239)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 316)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetch (line 148)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 92)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::read (line 257)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::read (line 286)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::_search (line 106)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 51)"
9 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator::search (line 64)"
10 => "Nd\Theme\Subscriber\AddMenuData::getMenu (line 77)"
11 => "Nd\Theme\Subscriber\AddMenuData::loadAdditionalMenus (line 43)"
12 => "Nd\Theme\Subscriber\AddMenuData::addData (line 118)"
13 => "Symfony\Component\EventDispatcher\Debug\WrappedListener::__invoke (line 230)"
14 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
15 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 56)"
16 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 98)"
17 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 55)"
18 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 37)"
19 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
20 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 96)"
21 => "Shopware\Storefront\Pagelet\Header\HeaderPageletLoader::load (line 89)"
22 => "Shopware\Storefront\Page\GenericPageLoader::Shopware\Storefront\Page\{closure} (line 59)"
23 => "Shopware\Core\Profiling\Profiler::trace (line 78)"
24 => "Shopware\Storefront\Page\GenericPageLoader::load (line 55)"
25 => "Nd\Fashion\Page\Manufacturer\ProductManufacturerPageLoader::load (line 48)"
26 => "Nd\Fashion\Storefront\Controller\ManufacturerController::productManufacturerDetail (line 163)"
27 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
28 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
29 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
30 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 481)"
31 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 454)"
32 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 348)"
33 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 226)"
34 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
35 => "Shopware\Core\HttpKernel::doHandle (line 81)"
36 => "Shopware\Core\HttpKernel::handle (line 69)"
]
|
52 |
0.28 ms |
SELECT `seo_url`.`id` as `seo_url.id`, `seo_url`.`sales_channel_id` as `seo_url.salesChannelId`, `seo_url`.`language_id` as `seo_url.languageId`, `seo_url`.`foreign_key` as `seo_url.foreignKey`, `seo_url`.`route_name` as `seo_url.routeName`, `seo_url`.`path_info` as `seo_url.pathInfo`, `seo_url`.`seo_path_info` as `seo_url.seoPathInfo`, `seo_url`.`is_canonical` as `seo_url.isCanonical`, `seo_url`.`is_modified` as `seo_url.isModified`, `seo_url`.`is_deleted` as `seo_url.isDeleted`, `seo_url`.`custom_fields` as `seo_url.customFields`, `seo_url`.`created_at` as `seo_url.createdAt`, `seo_url`.`updated_at` as `seo_url.updatedAt` FROM `seo_url` WHERE (`seo_url`.`foreign_key` IN (:param_981223c31be742f190aa10e01e1006d4))
SELECT `seo_url`.`id` as `seo_url.id`, `seo_url`.`sales_channel_id` as `seo_url.salesChannelId`, `seo_url`.`language_id` as `seo_url.languageId`, `seo_url`.`foreign_key` as `seo_url.foreignKey`, `seo_url`.`route_name` as `seo_url.routeName`, `seo_url`.`path_info` as `seo_url.pathInfo`, `seo_url`.`seo_path_info` as `seo_url.seoPathInfo`, `seo_url`.`is_canonical` as `seo_url.isCanonical`, `seo_url`.`is_modified` as `seo_url.isModified`, `seo_url`.`is_deleted` as `seo_url.isDeleted`, `seo_url`.`custom_fields` as `seo_url.customFields`, `seo_url`.`created_at` as `seo_url.createdAt`, `seo_url`.`updated_at` as `seo_url.updatedAt` FROM `seo_url` WHERE (`seo_url`.`foreign_key` IN (0x98FC8512F9024798B55D969DB15ABA51));
array:41 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 239)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 316)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetch (line 148)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 496)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::loadOneToManyWithoutPagination (line 438)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::loadOneToMany (line 1210)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetchAssociations (line 152)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 92)"
9 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::read (line 257)"
10 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::read (line 286)"
11 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::_search (line 106)"
12 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 51)"
13 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator::search (line 64)"
14 => "Nd\Theme\Subscriber\AddMenuData::getMenu (line 77)"
15 => "Nd\Theme\Subscriber\AddMenuData::loadAdditionalMenus (line 43)"
16 => "Nd\Theme\Subscriber\AddMenuData::addData (line 118)"
17 => "Symfony\Component\EventDispatcher\Debug\WrappedListener::__invoke (line 230)"
18 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
19 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 56)"
20 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 98)"
21 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 55)"
22 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 37)"
23 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
24 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 96)"
25 => "Shopware\Storefront\Pagelet\Header\HeaderPageletLoader::load (line 89)"
26 => "Shopware\Storefront\Page\GenericPageLoader::Shopware\Storefront\Page\{closure} (line 59)"
27 => "Shopware\Core\Profiling\Profiler::trace (line 78)"
28 => "Shopware\Storefront\Page\GenericPageLoader::load (line 55)"
29 => "Nd\Fashion\Page\Manufacturer\ProductManufacturerPageLoader::load (line 48)"
30 => "Nd\Fashion\Storefront\Controller\ManufacturerController::productManufacturerDetail (line 163)"
31 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
32 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
33 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
34 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 481)"
35 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 454)"
36 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 348)"
37 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 226)"
38 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
39 => "Shopware\Core\HttpKernel::doHandle (line 81)"
40 => "Shopware\Core\HttpKernel::handle (line 69)"
]
|
53 |
1.74 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.translation.name`, COALESCE(`category.translation.name`,`category.translation.name`) as `category.name`, `category.translation.breadcrumb`, COALESCE(`category.translation.breadcrumb`,`category.translation.breadcrumb`) as `category.breadcrumb`, `category.translation.slotConfig`, COALESCE(`category.translation.slotConfig`,`category.translation.slotConfig`) as `category.slotConfig`, `category.translation.linkType`, COALESCE(`category.translation.linkType`,`category.translation.linkType`) as `category.linkType`, `category.translation.internalLink`, COALESCE(`category.translation.internalLink`,`category.translation.internalLink`) as `category.internalLink`, `category.translation.externalLink`, COALESCE(`category.translation.externalLink`,`category.translation.externalLink`) as `category.externalLink`, `category.translation.linkNewTab`, COALESCE(`category.translation.linkNewTab`,`category.translation.linkNewTab`) as `category.linkNewTab`, `category.translation.description`, COALESCE(`category.translation.description`,`category.translation.description`) as `category.description`, `category.translation.metaTitle`, COALESCE(`category.translation.metaTitle`,`category.translation.metaTitle`) as `category.metaTitle`, `category.translation.metaDescription`, COALESCE(`category.translation.metaDescription`,`category.translation.metaDescription`) as `category.metaDescription`, `category.translation.keywords`, COALESCE(`category.translation.keywords`,`category.translation.keywords`) as `category.keywords`, `category.translation.customFields`, COALESCE(`category.translation.customFields`,`category.translation.customFields`) as `category.customFields`, `category.translation.createdAt`, `category.translation.updatedAt`, `category.translation.categoryId`, `category.translation.languageId`, `category.translation.categoryVersionId` FROM `category` LEFT JOIN (SELECT `category.translation`.category_id, `category.translation`.category_version_id, `category.translation`.name as `category.translation.name`, `category.translation`.breadcrumb as `category.translation.breadcrumb`, `category.translation`.slot_config as `category.translation.slotConfig`, `category.translation`.link_type as `category.translation.linkType`, `category.translation`.internal_link as `category.translation.internalLink`, `category.translation`.external_link as `category.translation.externalLink`, `category.translation`.link_new_tab as `category.translation.linkNewTab`, `category.translation`.description as `category.translation.description`, `category.translation`.meta_title as `category.translation.metaTitle`, `category.translation`.meta_description as `category.translation.metaDescription`, `category.translation`.keywords as `category.translation.keywords`, `category.translation`.custom_fields as `category.translation.customFields`, `category.translation`.created_at as `category.translation.createdAt`, `category.translation`.updated_at as `category.translation.updatedAt`, `category.translation`.category_id as `category.translation.categoryId`, `category.translation`.language_id as `category.translation.languageId`, `category.translation`.category_version_id as `category.translation.categoryVersionId` FROM `category_translation` `category.translation` WHERE `category.translation`.language_id = :languageId) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.category_version_id = `category`.version_id WHERE (`category`.`version_id` = :version) AND ((`category`.`active` = :param_4c3d3b5e34274a26a6ba14aa39f0152e AND `category`.`parent_id` = :param_1b2cf995ca654611a4bedd0e8ef71aed))
SELECT
`category`.`id` as `category.id`,
`category`.`version_id` as `category.versionId`,
`category`.`parent_id` as `category.parentId`,
`category`.`parent_version_id` as `category.parentVersionId`,
`category`.`after_category_id` as `category.afterCategoryId`,
`category`.`after_category_version_id` as `category.afterCategoryVersionId`,
`category`.`media_id` as `category.mediaId`,
`category`.`display_nested_products` as `category.displayNestedProducts`,
`category`.`auto_increment` as `category.autoIncrement`,
`category`.`level` as `category.level`,
`category`.`path` as `category.path`,
`category`.`child_count` as `category.childCount`,
`category`.`type` as `category.type`,
`category`.`product_assignment_type` as `category.productAssignmentType`,
`category`.`visible` as `category.visible`,
`category`.`active` as `category.active`,
`category`.`cms_page_id` as `category.cmsPageId`,
`category`.`cms_page_version_id` as `category.cmsPageVersionId`,
`category`.`product_stream_id` as `category.productStreamId`,
`category`.`created_at` as `category.createdAt`,
`category`.`updated_at` as `category.updatedAt`,
`category.translation.name`,
COALESCE(
`category.translation.name`, `category.translation.name`
) as `category.name`,
`category.translation.breadcrumb`,
COALESCE(
`category.translation.breadcrumb`,
`category.translation.breadcrumb`
) as `category.breadcrumb`,
`category.translation.slotConfig`,
COALESCE(
`category.translation.slotConfig`,
`category.translation.slotConfig`
) as `category.slotConfig`,
`category.translation.linkType`,
COALESCE(
`category.translation.linkType`,
`category.translation.linkType`
) as `category.linkType`,
`category.translation.internalLink`,
COALESCE(
`category.translation.internalLink`,
`category.translation.internalLink`
) as `category.internalLink`,
`category.translation.externalLink`,
COALESCE(
`category.translation.externalLink`,
`category.translation.externalLink`
) as `category.externalLink`,
`category.translation.linkNewTab`,
COALESCE(
`category.translation.linkNewTab`,
`category.translation.linkNewTab`
) as `category.linkNewTab`,
`category.translation.description`,
COALESCE(
`category.translation.description`,
`category.translation.description`
) as `category.description`,
`category.translation.metaTitle`,
COALESCE(
`category.translation.metaTitle`,
`category.translation.metaTitle`
) as `category.metaTitle`,
`category.translation.metaDescription`,
COALESCE(
`category.translation.metaDescription`,
`category.translation.metaDescription`
) as `category.metaDescription`,
`category.translation.keywords`,
COALESCE(
`category.translation.keywords`,
`category.translation.keywords`
) as `category.keywords`,
`category.translation.customFields`,
COALESCE(
`category.translation.customFields`,
`category.translation.customFields`
) as `category.customFields`,
`category.translation.createdAt`,
`category.translation.updatedAt`,
`category.translation.categoryId`,
`category.translation.languageId`,
`category.translation.categoryVersionId`
FROM
`category`
LEFT JOIN (
SELECT
`category.translation`.category_id,
`category.translation`.category_version_id,
`category.translation`.name as `category.translation.name`,
`category.translation`.breadcrumb as `category.translation.breadcrumb`,
`category.translation`.slot_config as `category.translation.slotConfig`,
`category.translation`.link_type as `category.translation.linkType`,
`category.translation`.internal_link as `category.translation.internalLink`,
`category.translation`.external_link as `category.translation.externalLink`,
`category.translation`.link_new_tab as `category.translation.linkNewTab`,
`category.translation`.description as `category.translation.description`,
`category.translation`.meta_title as `category.translation.metaTitle`,
`category.translation`.meta_description as `category.translation.metaDescription`,
`category.translation`.keywords as `category.translation.keywords`,
`category.translation`.custom_fields as `category.translation.customFields`,
`category.translation`.created_at as `category.translation.createdAt`,
`category.translation`.updated_at as `category.translation.updatedAt`,
`category.translation`.category_id as `category.translation.categoryId`,
`category.translation`.language_id as `category.translation.languageId`,
`category.translation`.category_version_id as `category.translation.categoryVersionId`
FROM
`category_translation` `category.translation`
WHERE
`category.translation`.language_id = : languageId
) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id`
AND `category.category_translation`.category_version_id = `category`.version_id
WHERE
(
`category`.`version_id` = : version
)
AND (
(
`category`.`active` = : param_4c3d3b5e34274a26a6ba14aa39f0152e
AND `category`.`parent_id` = : param_1b2cf995ca654611a4bedd0e8ef71aed
)
)
SELECT `category`.`id` as `category.id`, `category`.`version_id` as `category.versionId`, `category`.`parent_id` as `category.parentId`, `category`.`parent_version_id` as `category.parentVersionId`, `category`.`after_category_id` as `category.afterCategoryId`, `category`.`after_category_version_id` as `category.afterCategoryVersionId`, `category`.`media_id` as `category.mediaId`, `category`.`display_nested_products` as `category.displayNestedProducts`, `category`.`auto_increment` as `category.autoIncrement`, `category`.`level` as `category.level`, `category`.`path` as `category.path`, `category`.`child_count` as `category.childCount`, `category`.`type` as `category.type`, `category`.`product_assignment_type` as `category.productAssignmentType`, `category`.`visible` as `category.visible`, `category`.`active` as `category.active`, `category`.`cms_page_id` as `category.cmsPageId`, `category`.`cms_page_version_id` as `category.cmsPageVersionId`, `category`.`product_stream_id` as `category.productStreamId`, `category`.`created_at` as `category.createdAt`, `category`.`updated_at` as `category.updatedAt`, `category.translation.name`, COALESCE(`category.translation.name`,`category.translation.name`) as `category.name`, `category.translation.breadcrumb`, COALESCE(`category.translation.breadcrumb`,`category.translation.breadcrumb`) as `category.breadcrumb`, `category.translation.slotConfig`, COALESCE(`category.translation.slotConfig`,`category.translation.slotConfig`) as `category.slotConfig`, `category.translation.linkType`, COALESCE(`category.translation.linkType`,`category.translation.linkType`) as `category.linkType`, `category.translation.internalLink`, COALESCE(`category.translation.internalLink`,`category.translation.internalLink`) as `category.internalLink`, `category.translation.externalLink`, COALESCE(`category.translation.externalLink`,`category.translation.externalLink`) as `category.externalLink`, `category.translation.linkNewTab`, COALESCE(`category.translation.linkNewTab`,`category.translation.linkNewTab`) as `category.linkNewTab`, `category.translation.description`, COALESCE(`category.translation.description`,`category.translation.description`) as `category.description`, `category.translation.metaTitle`, COALESCE(`category.translation.metaTitle`,`category.translation.metaTitle`) as `category.metaTitle`, `category.translation.metaDescription`, COALESCE(`category.translation.metaDescription`,`category.translation.metaDescription`) as `category.metaDescription`, `category.translation.keywords`, COALESCE(`category.translation.keywords`,`category.translation.keywords`) as `category.keywords`, `category.translation.customFields`, COALESCE(`category.translation.customFields`,`category.translation.customFields`) as `category.customFields`, `category.translation.createdAt`, `category.translation.updatedAt`, `category.translation.categoryId`, `category.translation.languageId`, `category.translation.categoryVersionId` FROM `category` LEFT JOIN (SELECT `category.translation`.category_id, `category.translation`.category_version_id, `category.translation`.name as `category.translation.name`, `category.translation`.breadcrumb as `category.translation.breadcrumb`, `category.translation`.slot_config as `category.translation.slotConfig`, `category.translation`.link_type as `category.translation.linkType`, `category.translation`.internal_link as `category.translation.internalLink`, `category.translation`.external_link as `category.translation.externalLink`, `category.translation`.link_new_tab as `category.translation.linkNewTab`, `category.translation`.description as `category.translation.description`, `category.translation`.meta_title as `category.translation.metaTitle`, `category.translation`.meta_description as `category.translation.metaDescription`, `category.translation`.keywords as `category.translation.keywords`, `category.translation`.custom_fields as `category.translation.customFields`, `category.translation`.created_at as `category.translation.createdAt`, `category.translation`.updated_at as `category.translation.updatedAt`, `category.translation`.category_id as `category.translation.categoryId`, `category.translation`.language_id as `category.translation.languageId`, `category.translation`.category_version_id as `category.translation.categoryVersionId` FROM `category_translation` `category.translation` WHERE `category.translation`.language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.category_version_id = `category`.version_id WHERE (`category`.`version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425) AND ((`category`.`active` = 1 AND `category`.`parent_id` = 0x535E99A71F5240CB90D2073CA15A8A07));
array:37 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 239)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 316)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetch (line 148)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 92)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::read (line 257)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::read (line 286)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::_search (line 106)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 51)"
9 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator::search (line 64)"
10 => "Nd\Theme\Subscriber\AddMenuData::getMenu (line 77)"
11 => "Nd\Theme\Subscriber\AddMenuData::loadAdditionalMenus (line 43)"
12 => "Nd\Theme\Subscriber\AddMenuData::addData (line 118)"
13 => "Symfony\Component\EventDispatcher\Debug\WrappedListener::__invoke (line 230)"
14 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
15 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 56)"
16 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 98)"
17 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 55)"
18 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 37)"
19 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
20 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 96)"
21 => "Shopware\Storefront\Pagelet\Header\HeaderPageletLoader::load (line 89)"
22 => "Shopware\Storefront\Page\GenericPageLoader::Shopware\Storefront\Page\{closure} (line 59)"
23 => "Shopware\Core\Profiling\Profiler::trace (line 78)"
24 => "Shopware\Storefront\Page\GenericPageLoader::load (line 55)"
25 => "Nd\Fashion\Page\Manufacturer\ProductManufacturerPageLoader::load (line 48)"
26 => "Nd\Fashion\Storefront\Controller\ManufacturerController::productManufacturerDetail (line 163)"
27 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
28 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
29 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
30 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 481)"
31 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 454)"
32 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 348)"
33 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 226)"
34 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
35 => "Shopware\Core\HttpKernel::doHandle (line 81)"
36 => "Shopware\Core\HttpKernel::handle (line 69)"
]
|
54 |
0.39 ms |
SELECT `seo_url`.`id` as `seo_url.id`, `seo_url`.`sales_channel_id` as `seo_url.salesChannelId`, `seo_url`.`language_id` as `seo_url.languageId`, `seo_url`.`foreign_key` as `seo_url.foreignKey`, `seo_url`.`route_name` as `seo_url.routeName`, `seo_url`.`path_info` as `seo_url.pathInfo`, `seo_url`.`seo_path_info` as `seo_url.seoPathInfo`, `seo_url`.`is_canonical` as `seo_url.isCanonical`, `seo_url`.`is_modified` as `seo_url.isModified`, `seo_url`.`is_deleted` as `seo_url.isDeleted`, `seo_url`.`custom_fields` as `seo_url.customFields`, `seo_url`.`created_at` as `seo_url.createdAt`, `seo_url`.`updated_at` as `seo_url.updatedAt` FROM `seo_url` WHERE (`seo_url`.`foreign_key` IN (:param_7ca1b0cb37cd4a4c94dc001ff6c5765f))
SELECT `seo_url`.`id` as `seo_url.id`, `seo_url`.`sales_channel_id` as `seo_url.salesChannelId`, `seo_url`.`language_id` as `seo_url.languageId`, `seo_url`.`foreign_key` as `seo_url.foreignKey`, `seo_url`.`route_name` as `seo_url.routeName`, `seo_url`.`path_info` as `seo_url.pathInfo`, `seo_url`.`seo_path_info` as `seo_url.seoPathInfo`, `seo_url`.`is_canonical` as `seo_url.isCanonical`, `seo_url`.`is_modified` as `seo_url.isModified`, `seo_url`.`is_deleted` as `seo_url.isDeleted`, `seo_url`.`custom_fields` as `seo_url.customFields`, `seo_url`.`created_at` as `seo_url.createdAt`, `seo_url`.`updated_at` as `seo_url.updatedAt` FROM `seo_url` WHERE (`seo_url`.`foreign_key` IN (0x2F8D8BF707A244E0B90F3A6FA541859C, 0x6BC5B64306A04F8E8303043A7BAB2493, 0x8F771D684ACA4E21B709DF6618164C0E, 0xA8F933A083AD4F68B853A8053408C6B0, 0xB3F4CD4189C946E18012AF5672810B08, 0xC0A46A8145064A4EA7E355C566D578A4));
array:41 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 239)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 316)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetch (line 148)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 496)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::loadOneToManyWithoutPagination (line 438)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::loadOneToMany (line 1210)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetchAssociations (line 152)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 92)"
9 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::read (line 257)"
10 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::read (line 286)"
11 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::_search (line 106)"
12 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 51)"
13 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator::search (line 64)"
14 => "Nd\Theme\Subscriber\AddMenuData::getMenu (line 77)"
15 => "Nd\Theme\Subscriber\AddMenuData::loadAdditionalMenus (line 43)"
16 => "Nd\Theme\Subscriber\AddMenuData::addData (line 118)"
17 => "Symfony\Component\EventDispatcher\Debug\WrappedListener::__invoke (line 230)"
18 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
19 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 56)"
20 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 98)"
21 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 55)"
22 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 37)"
23 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
24 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 96)"
25 => "Shopware\Storefront\Pagelet\Header\HeaderPageletLoader::load (line 89)"
26 => "Shopware\Storefront\Page\GenericPageLoader::Shopware\Storefront\Page\{closure} (line 59)"
27 => "Shopware\Core\Profiling\Profiler::trace (line 78)"
28 => "Shopware\Storefront\Page\GenericPageLoader::load (line 55)"
29 => "Nd\Fashion\Page\Manufacturer\ProductManufacturerPageLoader::load (line 48)"
30 => "Nd\Fashion\Storefront\Controller\ManufacturerController::productManufacturerDetail (line 163)"
31 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
32 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
33 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
34 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 481)"
35 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 454)"
36 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 348)"
37 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 226)"
38 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
39 => "Shopware\Core\HttpKernel::doHandle (line 81)"
40 => "Shopware\Core\HttpKernel::handle (line 69)"
]
|
55 |
1.70 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.translation.name`, COALESCE(`category.translation.name`,`category.translation.name`) as `category.name`, `category.translation.breadcrumb`, COALESCE(`category.translation.breadcrumb`,`category.translation.breadcrumb`) as `category.breadcrumb`, `category.translation.slotConfig`, COALESCE(`category.translation.slotConfig`,`category.translation.slotConfig`) as `category.slotConfig`, `category.translation.linkType`, COALESCE(`category.translation.linkType`,`category.translation.linkType`) as `category.linkType`, `category.translation.internalLink`, COALESCE(`category.translation.internalLink`,`category.translation.internalLink`) as `category.internalLink`, `category.translation.externalLink`, COALESCE(`category.translation.externalLink`,`category.translation.externalLink`) as `category.externalLink`, `category.translation.linkNewTab`, COALESCE(`category.translation.linkNewTab`,`category.translation.linkNewTab`) as `category.linkNewTab`, `category.translation.description`, COALESCE(`category.translation.description`,`category.translation.description`) as `category.description`, `category.translation.metaTitle`, COALESCE(`category.translation.metaTitle`,`category.translation.metaTitle`) as `category.metaTitle`, `category.translation.metaDescription`, COALESCE(`category.translation.metaDescription`,`category.translation.metaDescription`) as `category.metaDescription`, `category.translation.keywords`, COALESCE(`category.translation.keywords`,`category.translation.keywords`) as `category.keywords`, `category.translation.customFields`, COALESCE(`category.translation.customFields`,`category.translation.customFields`) as `category.customFields`, `category.translation.createdAt`, `category.translation.updatedAt`, `category.translation.categoryId`, `category.translation.languageId`, `category.translation.categoryVersionId` FROM `category` LEFT JOIN (SELECT `category.translation`.category_id, `category.translation`.category_version_id, `category.translation`.name as `category.translation.name`, `category.translation`.breadcrumb as `category.translation.breadcrumb`, `category.translation`.slot_config as `category.translation.slotConfig`, `category.translation`.link_type as `category.translation.linkType`, `category.translation`.internal_link as `category.translation.internalLink`, `category.translation`.external_link as `category.translation.externalLink`, `category.translation`.link_new_tab as `category.translation.linkNewTab`, `category.translation`.description as `category.translation.description`, `category.translation`.meta_title as `category.translation.metaTitle`, `category.translation`.meta_description as `category.translation.metaDescription`, `category.translation`.keywords as `category.translation.keywords`, `category.translation`.custom_fields as `category.translation.customFields`, `category.translation`.created_at as `category.translation.createdAt`, `category.translation`.updated_at as `category.translation.updatedAt`, `category.translation`.category_id as `category.translation.categoryId`, `category.translation`.language_id as `category.translation.languageId`, `category.translation`.category_version_id as `category.translation.categoryVersionId` FROM `category_translation` `category.translation` WHERE `category.translation`.language_id = :languageId) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.category_version_id = `category`.version_id WHERE (`category`.`version_id` = :version) AND ((`category`.`active` = :param_38c1bdc1a0b844ab863409c8d903fff0 AND `category`.`parent_id` = :param_7e5b47dab2ed4b0bb3a6bc93a556fa04))
SELECT
`category`.`id` as `category.id`,
`category`.`version_id` as `category.versionId`,
`category`.`parent_id` as `category.parentId`,
`category`.`parent_version_id` as `category.parentVersionId`,
`category`.`after_category_id` as `category.afterCategoryId`,
`category`.`after_category_version_id` as `category.afterCategoryVersionId`,
`category`.`media_id` as `category.mediaId`,
`category`.`display_nested_products` as `category.displayNestedProducts`,
`category`.`auto_increment` as `category.autoIncrement`,
`category`.`level` as `category.level`,
`category`.`path` as `category.path`,
`category`.`child_count` as `category.childCount`,
`category`.`type` as `category.type`,
`category`.`product_assignment_type` as `category.productAssignmentType`,
`category`.`visible` as `category.visible`,
`category`.`active` as `category.active`,
`category`.`cms_page_id` as `category.cmsPageId`,
`category`.`cms_page_version_id` as `category.cmsPageVersionId`,
`category`.`product_stream_id` as `category.productStreamId`,
`category`.`created_at` as `category.createdAt`,
`category`.`updated_at` as `category.updatedAt`,
`category.translation.name`,
COALESCE(
`category.translation.name`, `category.translation.name`
) as `category.name`,
`category.translation.breadcrumb`,
COALESCE(
`category.translation.breadcrumb`,
`category.translation.breadcrumb`
) as `category.breadcrumb`,
`category.translation.slotConfig`,
COALESCE(
`category.translation.slotConfig`,
`category.translation.slotConfig`
) as `category.slotConfig`,
`category.translation.linkType`,
COALESCE(
`category.translation.linkType`,
`category.translation.linkType`
) as `category.linkType`,
`category.translation.internalLink`,
COALESCE(
`category.translation.internalLink`,
`category.translation.internalLink`
) as `category.internalLink`,
`category.translation.externalLink`,
COALESCE(
`category.translation.externalLink`,
`category.translation.externalLink`
) as `category.externalLink`,
`category.translation.linkNewTab`,
COALESCE(
`category.translation.linkNewTab`,
`category.translation.linkNewTab`
) as `category.linkNewTab`,
`category.translation.description`,
COALESCE(
`category.translation.description`,
`category.translation.description`
) as `category.description`,
`category.translation.metaTitle`,
COALESCE(
`category.translation.metaTitle`,
`category.translation.metaTitle`
) as `category.metaTitle`,
`category.translation.metaDescription`,
COALESCE(
`category.translation.metaDescription`,
`category.translation.metaDescription`
) as `category.metaDescription`,
`category.translation.keywords`,
COALESCE(
`category.translation.keywords`,
`category.translation.keywords`
) as `category.keywords`,
`category.translation.customFields`,
COALESCE(
`category.translation.customFields`,
`category.translation.customFields`
) as `category.customFields`,
`category.translation.createdAt`,
`category.translation.updatedAt`,
`category.translation.categoryId`,
`category.translation.languageId`,
`category.translation.categoryVersionId`
FROM
`category`
LEFT JOIN (
SELECT
`category.translation`.category_id,
`category.translation`.category_version_id,
`category.translation`.name as `category.translation.name`,
`category.translation`.breadcrumb as `category.translation.breadcrumb`,
`category.translation`.slot_config as `category.translation.slotConfig`,
`category.translation`.link_type as `category.translation.linkType`,
`category.translation`.internal_link as `category.translation.internalLink`,
`category.translation`.external_link as `category.translation.externalLink`,
`category.translation`.link_new_tab as `category.translation.linkNewTab`,
`category.translation`.description as `category.translation.description`,
`category.translation`.meta_title as `category.translation.metaTitle`,
`category.translation`.meta_description as `category.translation.metaDescription`,
`category.translation`.keywords as `category.translation.keywords`,
`category.translation`.custom_fields as `category.translation.customFields`,
`category.translation`.created_at as `category.translation.createdAt`,
`category.translation`.updated_at as `category.translation.updatedAt`,
`category.translation`.category_id as `category.translation.categoryId`,
`category.translation`.language_id as `category.translation.languageId`,
`category.translation`.category_version_id as `category.translation.categoryVersionId`
FROM
`category_translation` `category.translation`
WHERE
`category.translation`.language_id = : languageId
) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id`
AND `category.category_translation`.category_version_id = `category`.version_id
WHERE
(
`category`.`version_id` = : version
)
AND (
(
`category`.`active` = : param_38c1bdc1a0b844ab863409c8d903fff0
AND `category`.`parent_id` = : param_7e5b47dab2ed4b0bb3a6bc93a556fa04
)
)
SELECT `category`.`id` as `category.id`, `category`.`version_id` as `category.versionId`, `category`.`parent_id` as `category.parentId`, `category`.`parent_version_id` as `category.parentVersionId`, `category`.`after_category_id` as `category.afterCategoryId`, `category`.`after_category_version_id` as `category.afterCategoryVersionId`, `category`.`media_id` as `category.mediaId`, `category`.`display_nested_products` as `category.displayNestedProducts`, `category`.`auto_increment` as `category.autoIncrement`, `category`.`level` as `category.level`, `category`.`path` as `category.path`, `category`.`child_count` as `category.childCount`, `category`.`type` as `category.type`, `category`.`product_assignment_type` as `category.productAssignmentType`, `category`.`visible` as `category.visible`, `category`.`active` as `category.active`, `category`.`cms_page_id` as `category.cmsPageId`, `category`.`cms_page_version_id` as `category.cmsPageVersionId`, `category`.`product_stream_id` as `category.productStreamId`, `category`.`created_at` as `category.createdAt`, `category`.`updated_at` as `category.updatedAt`, `category.translation.name`, COALESCE(`category.translation.name`,`category.translation.name`) as `category.name`, `category.translation.breadcrumb`, COALESCE(`category.translation.breadcrumb`,`category.translation.breadcrumb`) as `category.breadcrumb`, `category.translation.slotConfig`, COALESCE(`category.translation.slotConfig`,`category.translation.slotConfig`) as `category.slotConfig`, `category.translation.linkType`, COALESCE(`category.translation.linkType`,`category.translation.linkType`) as `category.linkType`, `category.translation.internalLink`, COALESCE(`category.translation.internalLink`,`category.translation.internalLink`) as `category.internalLink`, `category.translation.externalLink`, COALESCE(`category.translation.externalLink`,`category.translation.externalLink`) as `category.externalLink`, `category.translation.linkNewTab`, COALESCE(`category.translation.linkNewTab`,`category.translation.linkNewTab`) as `category.linkNewTab`, `category.translation.description`, COALESCE(`category.translation.description`,`category.translation.description`) as `category.description`, `category.translation.metaTitle`, COALESCE(`category.translation.metaTitle`,`category.translation.metaTitle`) as `category.metaTitle`, `category.translation.metaDescription`, COALESCE(`category.translation.metaDescription`,`category.translation.metaDescription`) as `category.metaDescription`, `category.translation.keywords`, COALESCE(`category.translation.keywords`,`category.translation.keywords`) as `category.keywords`, `category.translation.customFields`, COALESCE(`category.translation.customFields`,`category.translation.customFields`) as `category.customFields`, `category.translation.createdAt`, `category.translation.updatedAt`, `category.translation.categoryId`, `category.translation.languageId`, `category.translation.categoryVersionId` FROM `category` LEFT JOIN (SELECT `category.translation`.category_id, `category.translation`.category_version_id, `category.translation`.name as `category.translation.name`, `category.translation`.breadcrumb as `category.translation.breadcrumb`, `category.translation`.slot_config as `category.translation.slotConfig`, `category.translation`.link_type as `category.translation.linkType`, `category.translation`.internal_link as `category.translation.internalLink`, `category.translation`.external_link as `category.translation.externalLink`, `category.translation`.link_new_tab as `category.translation.linkNewTab`, `category.translation`.description as `category.translation.description`, `category.translation`.meta_title as `category.translation.metaTitle`, `category.translation`.meta_description as `category.translation.metaDescription`, `category.translation`.keywords as `category.translation.keywords`, `category.translation`.custom_fields as `category.translation.customFields`, `category.translation`.created_at as `category.translation.createdAt`, `category.translation`.updated_at as `category.translation.updatedAt`, `category.translation`.category_id as `category.translation.categoryId`, `category.translation`.language_id as `category.translation.languageId`, `category.translation`.category_version_id as `category.translation.categoryVersionId` FROM `category_translation` `category.translation` WHERE `category.translation`.language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.category_version_id = `category`.version_id WHERE (`category`.`version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425) AND ((`category`.`active` = 1 AND `category`.`parent_id` = 0x46354E38A9F0478B822B482917169F18));
array:37 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 239)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 316)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetch (line 148)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 92)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::read (line 257)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::read (line 286)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::_search (line 106)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 51)"
9 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator::search (line 64)"
10 => "Nd\Theme\Subscriber\AddMenuData::getMenu (line 77)"
11 => "Nd\Theme\Subscriber\AddMenuData::loadAdditionalMenus (line 43)"
12 => "Nd\Theme\Subscriber\AddMenuData::addData (line 118)"
13 => "Symfony\Component\EventDispatcher\Debug\WrappedListener::__invoke (line 230)"
14 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
15 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 56)"
16 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 98)"
17 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 55)"
18 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 37)"
19 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
20 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 96)"
21 => "Shopware\Storefront\Pagelet\Header\HeaderPageletLoader::load (line 89)"
22 => "Shopware\Storefront\Page\GenericPageLoader::Shopware\Storefront\Page\{closure} (line 59)"
23 => "Shopware\Core\Profiling\Profiler::trace (line 78)"
24 => "Shopware\Storefront\Page\GenericPageLoader::load (line 55)"
25 => "Nd\Fashion\Page\Manufacturer\ProductManufacturerPageLoader::load (line 48)"
26 => "Nd\Fashion\Storefront\Controller\ManufacturerController::productManufacturerDetail (line 163)"
27 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
28 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
29 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
30 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 481)"
31 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 454)"
32 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 348)"
33 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 226)"
34 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
35 => "Shopware\Core\HttpKernel::doHandle (line 81)"
36 => "Shopware\Core\HttpKernel::handle (line 69)"
]
|
56 |
0.37 ms |
SELECT `seo_url`.`id` as `seo_url.id`, `seo_url`.`sales_channel_id` as `seo_url.salesChannelId`, `seo_url`.`language_id` as `seo_url.languageId`, `seo_url`.`foreign_key` as `seo_url.foreignKey`, `seo_url`.`route_name` as `seo_url.routeName`, `seo_url`.`path_info` as `seo_url.pathInfo`, `seo_url`.`seo_path_info` as `seo_url.seoPathInfo`, `seo_url`.`is_canonical` as `seo_url.isCanonical`, `seo_url`.`is_modified` as `seo_url.isModified`, `seo_url`.`is_deleted` as `seo_url.isDeleted`, `seo_url`.`custom_fields` as `seo_url.customFields`, `seo_url`.`created_at` as `seo_url.createdAt`, `seo_url`.`updated_at` as `seo_url.updatedAt` FROM `seo_url` WHERE (`seo_url`.`foreign_key` IN (:param_84447ed436d14a5394c7fdaf1ecd7032))
SELECT `seo_url`.`id` as `seo_url.id`, `seo_url`.`sales_channel_id` as `seo_url.salesChannelId`, `seo_url`.`language_id` as `seo_url.languageId`, `seo_url`.`foreign_key` as `seo_url.foreignKey`, `seo_url`.`route_name` as `seo_url.routeName`, `seo_url`.`path_info` as `seo_url.pathInfo`, `seo_url`.`seo_path_info` as `seo_url.seoPathInfo`, `seo_url`.`is_canonical` as `seo_url.isCanonical`, `seo_url`.`is_modified` as `seo_url.isModified`, `seo_url`.`is_deleted` as `seo_url.isDeleted`, `seo_url`.`custom_fields` as `seo_url.customFields`, `seo_url`.`created_at` as `seo_url.createdAt`, `seo_url`.`updated_at` as `seo_url.updatedAt` FROM `seo_url` WHERE (`seo_url`.`foreign_key` IN (0x39E1E9AFF0D34C2992D087931185BD64, 0x98E8BD28B2204D879C5458801709D09E, 0xB3C61E0635D2410A8D3C9C33341D47BC, 0xC6A9EC9440ED4DCEB0D78CD67D51D34D, 0xE05BEB067D364E82BDD284C20E7065F3, 0xFE777183A9BF44BC9106F55EB97DE9B9));
array:41 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 239)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 316)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetch (line 148)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 496)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::loadOneToManyWithoutPagination (line 438)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::loadOneToMany (line 1210)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetchAssociations (line 152)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 92)"
9 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::read (line 257)"
10 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::read (line 286)"
11 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::_search (line 106)"
12 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 51)"
13 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator::search (line 64)"
14 => "Nd\Theme\Subscriber\AddMenuData::getMenu (line 77)"
15 => "Nd\Theme\Subscriber\AddMenuData::loadAdditionalMenus (line 43)"
16 => "Nd\Theme\Subscriber\AddMenuData::addData (line 118)"
17 => "Symfony\Component\EventDispatcher\Debug\WrappedListener::__invoke (line 230)"
18 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
19 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 56)"
20 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 98)"
21 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 55)"
22 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 37)"
23 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
24 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 96)"
25 => "Shopware\Storefront\Pagelet\Header\HeaderPageletLoader::load (line 89)"
26 => "Shopware\Storefront\Page\GenericPageLoader::Shopware\Storefront\Page\{closure} (line 59)"
27 => "Shopware\Core\Profiling\Profiler::trace (line 78)"
28 => "Shopware\Storefront\Page\GenericPageLoader::load (line 55)"
29 => "Nd\Fashion\Page\Manufacturer\ProductManufacturerPageLoader::load (line 48)"
30 => "Nd\Fashion\Storefront\Controller\ManufacturerController::productManufacturerDetail (line 163)"
31 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
32 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
33 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
34 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 481)"
35 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 454)"
36 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 348)"
37 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 226)"
38 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
39 => "Shopware\Core\HttpKernel::doHandle (line 81)"
40 => "Shopware\Core\HttpKernel::handle (line 69)"
]
|
57 |
1.60 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.translation.name`, COALESCE(`category.translation.name`,`category.translation.name`) as `category.name`, `category.translation.breadcrumb`, COALESCE(`category.translation.breadcrumb`,`category.translation.breadcrumb`) as `category.breadcrumb`, `category.translation.slotConfig`, COALESCE(`category.translation.slotConfig`,`category.translation.slotConfig`) as `category.slotConfig`, `category.translation.linkType`, COALESCE(`category.translation.linkType`,`category.translation.linkType`) as `category.linkType`, `category.translation.internalLink`, COALESCE(`category.translation.internalLink`,`category.translation.internalLink`) as `category.internalLink`, `category.translation.externalLink`, COALESCE(`category.translation.externalLink`,`category.translation.externalLink`) as `category.externalLink`, `category.translation.linkNewTab`, COALESCE(`category.translation.linkNewTab`,`category.translation.linkNewTab`) as `category.linkNewTab`, `category.translation.description`, COALESCE(`category.translation.description`,`category.translation.description`) as `category.description`, `category.translation.metaTitle`, COALESCE(`category.translation.metaTitle`,`category.translation.metaTitle`) as `category.metaTitle`, `category.translation.metaDescription`, COALESCE(`category.translation.metaDescription`,`category.translation.metaDescription`) as `category.metaDescription`, `category.translation.keywords`, COALESCE(`category.translation.keywords`,`category.translation.keywords`) as `category.keywords`, `category.translation.customFields`, COALESCE(`category.translation.customFields`,`category.translation.customFields`) as `category.customFields`, `category.translation.createdAt`, `category.translation.updatedAt`, `category.translation.categoryId`, `category.translation.languageId`, `category.translation.categoryVersionId` FROM `category` LEFT JOIN (SELECT `category.translation`.category_id, `category.translation`.category_version_id, `category.translation`.name as `category.translation.name`, `category.translation`.breadcrumb as `category.translation.breadcrumb`, `category.translation`.slot_config as `category.translation.slotConfig`, `category.translation`.link_type as `category.translation.linkType`, `category.translation`.internal_link as `category.translation.internalLink`, `category.translation`.external_link as `category.translation.externalLink`, `category.translation`.link_new_tab as `category.translation.linkNewTab`, `category.translation`.description as `category.translation.description`, `category.translation`.meta_title as `category.translation.metaTitle`, `category.translation`.meta_description as `category.translation.metaDescription`, `category.translation`.keywords as `category.translation.keywords`, `category.translation`.custom_fields as `category.translation.customFields`, `category.translation`.created_at as `category.translation.createdAt`, `category.translation`.updated_at as `category.translation.updatedAt`, `category.translation`.category_id as `category.translation.categoryId`, `category.translation`.language_id as `category.translation.languageId`, `category.translation`.category_version_id as `category.translation.categoryVersionId` FROM `category_translation` `category.translation` WHERE `category.translation`.language_id = :languageId) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.category_version_id = `category`.version_id WHERE (`category`.`version_id` = :version) AND ((`category`.`active` = :param_2a73c383476f40efb06f753bac498025 AND `category`.`parent_id` = :param_7e9b95f8b49b4a9d9a00c885e1290980))
SELECT
`category`.`id` as `category.id`,
`category`.`version_id` as `category.versionId`,
`category`.`parent_id` as `category.parentId`,
`category`.`parent_version_id` as `category.parentVersionId`,
`category`.`after_category_id` as `category.afterCategoryId`,
`category`.`after_category_version_id` as `category.afterCategoryVersionId`,
`category`.`media_id` as `category.mediaId`,
`category`.`display_nested_products` as `category.displayNestedProducts`,
`category`.`auto_increment` as `category.autoIncrement`,
`category`.`level` as `category.level`,
`category`.`path` as `category.path`,
`category`.`child_count` as `category.childCount`,
`category`.`type` as `category.type`,
`category`.`product_assignment_type` as `category.productAssignmentType`,
`category`.`visible` as `category.visible`,
`category`.`active` as `category.active`,
`category`.`cms_page_id` as `category.cmsPageId`,
`category`.`cms_page_version_id` as `category.cmsPageVersionId`,
`category`.`product_stream_id` as `category.productStreamId`,
`category`.`created_at` as `category.createdAt`,
`category`.`updated_at` as `category.updatedAt`,
`category.translation.name`,
COALESCE(
`category.translation.name`, `category.translation.name`
) as `category.name`,
`category.translation.breadcrumb`,
COALESCE(
`category.translation.breadcrumb`,
`category.translation.breadcrumb`
) as `category.breadcrumb`,
`category.translation.slotConfig`,
COALESCE(
`category.translation.slotConfig`,
`category.translation.slotConfig`
) as `category.slotConfig`,
`category.translation.linkType`,
COALESCE(
`category.translation.linkType`,
`category.translation.linkType`
) as `category.linkType`,
`category.translation.internalLink`,
COALESCE(
`category.translation.internalLink`,
`category.translation.internalLink`
) as `category.internalLink`,
`category.translation.externalLink`,
COALESCE(
`category.translation.externalLink`,
`category.translation.externalLink`
) as `category.externalLink`,
`category.translation.linkNewTab`,
COALESCE(
`category.translation.linkNewTab`,
`category.translation.linkNewTab`
) as `category.linkNewTab`,
`category.translation.description`,
COALESCE(
`category.translation.description`,
`category.translation.description`
) as `category.description`,
`category.translation.metaTitle`,
COALESCE(
`category.translation.metaTitle`,
`category.translation.metaTitle`
) as `category.metaTitle`,
`category.translation.metaDescription`,
COALESCE(
`category.translation.metaDescription`,
`category.translation.metaDescription`
) as `category.metaDescription`,
`category.translation.keywords`,
COALESCE(
`category.translation.keywords`,
`category.translation.keywords`
) as `category.keywords`,
`category.translation.customFields`,
COALESCE(
`category.translation.customFields`,
`category.translation.customFields`
) as `category.customFields`,
`category.translation.createdAt`,
`category.translation.updatedAt`,
`category.translation.categoryId`,
`category.translation.languageId`,
`category.translation.categoryVersionId`
FROM
`category`
LEFT JOIN (
SELECT
`category.translation`.category_id,
`category.translation`.category_version_id,
`category.translation`.name as `category.translation.name`,
`category.translation`.breadcrumb as `category.translation.breadcrumb`,
`category.translation`.slot_config as `category.translation.slotConfig`,
`category.translation`.link_type as `category.translation.linkType`,
`category.translation`.internal_link as `category.translation.internalLink`,
`category.translation`.external_link as `category.translation.externalLink`,
`category.translation`.link_new_tab as `category.translation.linkNewTab`,
`category.translation`.description as `category.translation.description`,
`category.translation`.meta_title as `category.translation.metaTitle`,
`category.translation`.meta_description as `category.translation.metaDescription`,
`category.translation`.keywords as `category.translation.keywords`,
`category.translation`.custom_fields as `category.translation.customFields`,
`category.translation`.created_at as `category.translation.createdAt`,
`category.translation`.updated_at as `category.translation.updatedAt`,
`category.translation`.category_id as `category.translation.categoryId`,
`category.translation`.language_id as `category.translation.languageId`,
`category.translation`.category_version_id as `category.translation.categoryVersionId`
FROM
`category_translation` `category.translation`
WHERE
`category.translation`.language_id = : languageId
) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id`
AND `category.category_translation`.category_version_id = `category`.version_id
WHERE
(
`category`.`version_id` = : version
)
AND (
(
`category`.`active` = : param_2a73c383476f40efb06f753bac498025
AND `category`.`parent_id` = : param_7e9b95f8b49b4a9d9a00c885e1290980
)
)
SELECT `category`.`id` as `category.id`, `category`.`version_id` as `category.versionId`, `category`.`parent_id` as `category.parentId`, `category`.`parent_version_id` as `category.parentVersionId`, `category`.`after_category_id` as `category.afterCategoryId`, `category`.`after_category_version_id` as `category.afterCategoryVersionId`, `category`.`media_id` as `category.mediaId`, `category`.`display_nested_products` as `category.displayNestedProducts`, `category`.`auto_increment` as `category.autoIncrement`, `category`.`level` as `category.level`, `category`.`path` as `category.path`, `category`.`child_count` as `category.childCount`, `category`.`type` as `category.type`, `category`.`product_assignment_type` as `category.productAssignmentType`, `category`.`visible` as `category.visible`, `category`.`active` as `category.active`, `category`.`cms_page_id` as `category.cmsPageId`, `category`.`cms_page_version_id` as `category.cmsPageVersionId`, `category`.`product_stream_id` as `category.productStreamId`, `category`.`created_at` as `category.createdAt`, `category`.`updated_at` as `category.updatedAt`, `category.translation.name`, COALESCE(`category.translation.name`,`category.translation.name`) as `category.name`, `category.translation.breadcrumb`, COALESCE(`category.translation.breadcrumb`,`category.translation.breadcrumb`) as `category.breadcrumb`, `category.translation.slotConfig`, COALESCE(`category.translation.slotConfig`,`category.translation.slotConfig`) as `category.slotConfig`, `category.translation.linkType`, COALESCE(`category.translation.linkType`,`category.translation.linkType`) as `category.linkType`, `category.translation.internalLink`, COALESCE(`category.translation.internalLink`,`category.translation.internalLink`) as `category.internalLink`, `category.translation.externalLink`, COALESCE(`category.translation.externalLink`,`category.translation.externalLink`) as `category.externalLink`, `category.translation.linkNewTab`, COALESCE(`category.translation.linkNewTab`,`category.translation.linkNewTab`) as `category.linkNewTab`, `category.translation.description`, COALESCE(`category.translation.description`,`category.translation.description`) as `category.description`, `category.translation.metaTitle`, COALESCE(`category.translation.metaTitle`,`category.translation.metaTitle`) as `category.metaTitle`, `category.translation.metaDescription`, COALESCE(`category.translation.metaDescription`,`category.translation.metaDescription`) as `category.metaDescription`, `category.translation.keywords`, COALESCE(`category.translation.keywords`,`category.translation.keywords`) as `category.keywords`, `category.translation.customFields`, COALESCE(`category.translation.customFields`,`category.translation.customFields`) as `category.customFields`, `category.translation.createdAt`, `category.translation.updatedAt`, `category.translation.categoryId`, `category.translation.languageId`, `category.translation.categoryVersionId` FROM `category` LEFT JOIN (SELECT `category.translation`.category_id, `category.translation`.category_version_id, `category.translation`.name as `category.translation.name`, `category.translation`.breadcrumb as `category.translation.breadcrumb`, `category.translation`.slot_config as `category.translation.slotConfig`, `category.translation`.link_type as `category.translation.linkType`, `category.translation`.internal_link as `category.translation.internalLink`, `category.translation`.external_link as `category.translation.externalLink`, `category.translation`.link_new_tab as `category.translation.linkNewTab`, `category.translation`.description as `category.translation.description`, `category.translation`.meta_title as `category.translation.metaTitle`, `category.translation`.meta_description as `category.translation.metaDescription`, `category.translation`.keywords as `category.translation.keywords`, `category.translation`.custom_fields as `category.translation.customFields`, `category.translation`.created_at as `category.translation.createdAt`, `category.translation`.updated_at as `category.translation.updatedAt`, `category.translation`.category_id as `category.translation.categoryId`, `category.translation`.language_id as `category.translation.languageId`, `category.translation`.category_version_id as `category.translation.categoryVersionId` FROM `category_translation` `category.translation` WHERE `category.translation`.language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.category_version_id = `category`.version_id WHERE (`category`.`version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425) AND ((`category`.`active` = 1 AND `category`.`parent_id` = 0xEA5E34F9E5E04490A2ABE2A2DBD7FC08));
array:37 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 239)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 316)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetch (line 148)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 92)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::read (line 257)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::read (line 286)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::_search (line 106)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 51)"
9 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator::search (line 64)"
10 => "Nd\Theme\Subscriber\AddMenuData::getMenu (line 77)"
11 => "Nd\Theme\Subscriber\AddMenuData::loadAdditionalMenus (line 43)"
12 => "Nd\Theme\Subscriber\AddMenuData::addData (line 118)"
13 => "Symfony\Component\EventDispatcher\Debug\WrappedListener::__invoke (line 230)"
14 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
15 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 56)"
16 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 98)"
17 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 55)"
18 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 37)"
19 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
20 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 96)"
21 => "Shopware\Storefront\Pagelet\Header\HeaderPageletLoader::load (line 89)"
22 => "Shopware\Storefront\Page\GenericPageLoader::Shopware\Storefront\Page\{closure} (line 59)"
23 => "Shopware\Core\Profiling\Profiler::trace (line 78)"
24 => "Shopware\Storefront\Page\GenericPageLoader::load (line 55)"
25 => "Nd\Fashion\Page\Manufacturer\ProductManufacturerPageLoader::load (line 48)"
26 => "Nd\Fashion\Storefront\Controller\ManufacturerController::productManufacturerDetail (line 163)"
27 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
28 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
29 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
30 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 481)"
31 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 454)"
32 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 348)"
33 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 226)"
34 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
35 => "Shopware\Core\HttpKernel::doHandle (line 81)"
36 => "Shopware\Core\HttpKernel::handle (line 69)"
]
|
58 |
0.34 ms |
SELECT `seo_url`.`id` as `seo_url.id`, `seo_url`.`sales_channel_id` as `seo_url.salesChannelId`, `seo_url`.`language_id` as `seo_url.languageId`, `seo_url`.`foreign_key` as `seo_url.foreignKey`, `seo_url`.`route_name` as `seo_url.routeName`, `seo_url`.`path_info` as `seo_url.pathInfo`, `seo_url`.`seo_path_info` as `seo_url.seoPathInfo`, `seo_url`.`is_canonical` as `seo_url.isCanonical`, `seo_url`.`is_modified` as `seo_url.isModified`, `seo_url`.`is_deleted` as `seo_url.isDeleted`, `seo_url`.`custom_fields` as `seo_url.customFields`, `seo_url`.`created_at` as `seo_url.createdAt`, `seo_url`.`updated_at` as `seo_url.updatedAt` FROM `seo_url` WHERE (`seo_url`.`foreign_key` IN (:param_365ddaf357c447408baae87141b5166f))
SELECT `seo_url`.`id` as `seo_url.id`, `seo_url`.`sales_channel_id` as `seo_url.salesChannelId`, `seo_url`.`language_id` as `seo_url.languageId`, `seo_url`.`foreign_key` as `seo_url.foreignKey`, `seo_url`.`route_name` as `seo_url.routeName`, `seo_url`.`path_info` as `seo_url.pathInfo`, `seo_url`.`seo_path_info` as `seo_url.seoPathInfo`, `seo_url`.`is_canonical` as `seo_url.isCanonical`, `seo_url`.`is_modified` as `seo_url.isModified`, `seo_url`.`is_deleted` as `seo_url.isDeleted`, `seo_url`.`custom_fields` as `seo_url.customFields`, `seo_url`.`created_at` as `seo_url.createdAt`, `seo_url`.`updated_at` as `seo_url.updatedAt` FROM `seo_url` WHERE (`seo_url`.`foreign_key` IN (0x50292B6F658A408AAA2E26B40BE7F41A, 0xCFD267E8E6A24423A237372BE5DC02BB));
array:41 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 239)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 316)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetch (line 148)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 496)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::loadOneToManyWithoutPagination (line 438)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::loadOneToMany (line 1210)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetchAssociations (line 152)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 92)"
9 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::read (line 257)"
10 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::read (line 286)"
11 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::_search (line 106)"
12 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 51)"
13 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator::search (line 64)"
14 => "Nd\Theme\Subscriber\AddMenuData::getMenu (line 77)"
15 => "Nd\Theme\Subscriber\AddMenuData::loadAdditionalMenus (line 43)"
16 => "Nd\Theme\Subscriber\AddMenuData::addData (line 118)"
17 => "Symfony\Component\EventDispatcher\Debug\WrappedListener::__invoke (line 230)"
18 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
19 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 56)"
20 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 98)"
21 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 55)"
22 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 37)"
23 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
24 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 96)"
25 => "Shopware\Storefront\Pagelet\Header\HeaderPageletLoader::load (line 89)"
26 => "Shopware\Storefront\Page\GenericPageLoader::Shopware\Storefront\Page\{closure} (line 59)"
27 => "Shopware\Core\Profiling\Profiler::trace (line 78)"
28 => "Shopware\Storefront\Page\GenericPageLoader::load (line 55)"
29 => "Nd\Fashion\Page\Manufacturer\ProductManufacturerPageLoader::load (line 48)"
30 => "Nd\Fashion\Storefront\Controller\ManufacturerController::productManufacturerDetail (line 163)"
31 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
32 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
33 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
34 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 481)"
35 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 454)"
36 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 348)"
37 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 226)"
38 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
39 => "Shopware\Core\HttpKernel::doHandle (line 81)"
40 => "Shopware\Core\HttpKernel::handle (line 69)"
]
|
59 |
1.76 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.translation.name`, COALESCE(`category.translation.name`,`category.translation.name`) as `category.name`, `category.translation.breadcrumb`, COALESCE(`category.translation.breadcrumb`,`category.translation.breadcrumb`) as `category.breadcrumb`, `category.translation.slotConfig`, COALESCE(`category.translation.slotConfig`,`category.translation.slotConfig`) as `category.slotConfig`, `category.translation.linkType`, COALESCE(`category.translation.linkType`,`category.translation.linkType`) as `category.linkType`, `category.translation.internalLink`, COALESCE(`category.translation.internalLink`,`category.translation.internalLink`) as `category.internalLink`, `category.translation.externalLink`, COALESCE(`category.translation.externalLink`,`category.translation.externalLink`) as `category.externalLink`, `category.translation.linkNewTab`, COALESCE(`category.translation.linkNewTab`,`category.translation.linkNewTab`) as `category.linkNewTab`, `category.translation.description`, COALESCE(`category.translation.description`,`category.translation.description`) as `category.description`, `category.translation.metaTitle`, COALESCE(`category.translation.metaTitle`,`category.translation.metaTitle`) as `category.metaTitle`, `category.translation.metaDescription`, COALESCE(`category.translation.metaDescription`,`category.translation.metaDescription`) as `category.metaDescription`, `category.translation.keywords`, COALESCE(`category.translation.keywords`,`category.translation.keywords`) as `category.keywords`, `category.translation.customFields`, COALESCE(`category.translation.customFields`,`category.translation.customFields`) as `category.customFields`, `category.translation.createdAt`, `category.translation.updatedAt`, `category.translation.categoryId`, `category.translation.languageId`, `category.translation.categoryVersionId` FROM `category` LEFT JOIN (SELECT `category.translation`.category_id, `category.translation`.category_version_id, `category.translation`.name as `category.translation.name`, `category.translation`.breadcrumb as `category.translation.breadcrumb`, `category.translation`.slot_config as `category.translation.slotConfig`, `category.translation`.link_type as `category.translation.linkType`, `category.translation`.internal_link as `category.translation.internalLink`, `category.translation`.external_link as `category.translation.externalLink`, `category.translation`.link_new_tab as `category.translation.linkNewTab`, `category.translation`.description as `category.translation.description`, `category.translation`.meta_title as `category.translation.metaTitle`, `category.translation`.meta_description as `category.translation.metaDescription`, `category.translation`.keywords as `category.translation.keywords`, `category.translation`.custom_fields as `category.translation.customFields`, `category.translation`.created_at as `category.translation.createdAt`, `category.translation`.updated_at as `category.translation.updatedAt`, `category.translation`.category_id as `category.translation.categoryId`, `category.translation`.language_id as `category.translation.languageId`, `category.translation`.category_version_id as `category.translation.categoryVersionId` FROM `category_translation` `category.translation` WHERE `category.translation`.language_id = :languageId) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.category_version_id = `category`.version_id WHERE (`category`.`version_id` = :version) AND ((`category`.`active` = :param_0704bc9a59e247bfbd79778d54f1f356 AND `category`.`parent_id` = :param_2afb2810a5fd4d39bffbf7073349787b))
SELECT
`category`.`id` as `category.id`,
`category`.`version_id` as `category.versionId`,
`category`.`parent_id` as `category.parentId`,
`category`.`parent_version_id` as `category.parentVersionId`,
`category`.`after_category_id` as `category.afterCategoryId`,
`category`.`after_category_version_id` as `category.afterCategoryVersionId`,
`category`.`media_id` as `category.mediaId`,
`category`.`display_nested_products` as `category.displayNestedProducts`,
`category`.`auto_increment` as `category.autoIncrement`,
`category`.`level` as `category.level`,
`category`.`path` as `category.path`,
`category`.`child_count` as `category.childCount`,
`category`.`type` as `category.type`,
`category`.`product_assignment_type` as `category.productAssignmentType`,
`category`.`visible` as `category.visible`,
`category`.`active` as `category.active`,
`category`.`cms_page_id` as `category.cmsPageId`,
`category`.`cms_page_version_id` as `category.cmsPageVersionId`,
`category`.`product_stream_id` as `category.productStreamId`,
`category`.`created_at` as `category.createdAt`,
`category`.`updated_at` as `category.updatedAt`,
`category.translation.name`,
COALESCE(
`category.translation.name`, `category.translation.name`
) as `category.name`,
`category.translation.breadcrumb`,
COALESCE(
`category.translation.breadcrumb`,
`category.translation.breadcrumb`
) as `category.breadcrumb`,
`category.translation.slotConfig`,
COALESCE(
`category.translation.slotConfig`,
`category.translation.slotConfig`
) as `category.slotConfig`,
`category.translation.linkType`,
COALESCE(
`category.translation.linkType`,
`category.translation.linkType`
) as `category.linkType`,
`category.translation.internalLink`,
COALESCE(
`category.translation.internalLink`,
`category.translation.internalLink`
) as `category.internalLink`,
`category.translation.externalLink`,
COALESCE(
`category.translation.externalLink`,
`category.translation.externalLink`
) as `category.externalLink`,
`category.translation.linkNewTab`,
COALESCE(
`category.translation.linkNewTab`,
`category.translation.linkNewTab`
) as `category.linkNewTab`,
`category.translation.description`,
COALESCE(
`category.translation.description`,
`category.translation.description`
) as `category.description`,
`category.translation.metaTitle`,
COALESCE(
`category.translation.metaTitle`,
`category.translation.metaTitle`
) as `category.metaTitle`,
`category.translation.metaDescription`,
COALESCE(
`category.translation.metaDescription`,
`category.translation.metaDescription`
) as `category.metaDescription`,
`category.translation.keywords`,
COALESCE(
`category.translation.keywords`,
`category.translation.keywords`
) as `category.keywords`,
`category.translation.customFields`,
COALESCE(
`category.translation.customFields`,
`category.translation.customFields`
) as `category.customFields`,
`category.translation.createdAt`,
`category.translation.updatedAt`,
`category.translation.categoryId`,
`category.translation.languageId`,
`category.translation.categoryVersionId`
FROM
`category`
LEFT JOIN (
SELECT
`category.translation`.category_id,
`category.translation`.category_version_id,
`category.translation`.name as `category.translation.name`,
`category.translation`.breadcrumb as `category.translation.breadcrumb`,
`category.translation`.slot_config as `category.translation.slotConfig`,
`category.translation`.link_type as `category.translation.linkType`,
`category.translation`.internal_link as `category.translation.internalLink`,
`category.translation`.external_link as `category.translation.externalLink`,
`category.translation`.link_new_tab as `category.translation.linkNewTab`,
`category.translation`.description as `category.translation.description`,
`category.translation`.meta_title as `category.translation.metaTitle`,
`category.translation`.meta_description as `category.translation.metaDescription`,
`category.translation`.keywords as `category.translation.keywords`,
`category.translation`.custom_fields as `category.translation.customFields`,
`category.translation`.created_at as `category.translation.createdAt`,
`category.translation`.updated_at as `category.translation.updatedAt`,
`category.translation`.category_id as `category.translation.categoryId`,
`category.translation`.language_id as `category.translation.languageId`,
`category.translation`.category_version_id as `category.translation.categoryVersionId`
FROM
`category_translation` `category.translation`
WHERE
`category.translation`.language_id = : languageId
) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id`
AND `category.category_translation`.category_version_id = `category`.version_id
WHERE
(
`category`.`version_id` = : version
)
AND (
(
`category`.`active` = : param_0704bc9a59e247bfbd79778d54f1f356
AND `category`.`parent_id` = : param_2afb2810a5fd4d39bffbf7073349787b
)
)
SELECT `category`.`id` as `category.id`, `category`.`version_id` as `category.versionId`, `category`.`parent_id` as `category.parentId`, `category`.`parent_version_id` as `category.parentVersionId`, `category`.`after_category_id` as `category.afterCategoryId`, `category`.`after_category_version_id` as `category.afterCategoryVersionId`, `category`.`media_id` as `category.mediaId`, `category`.`display_nested_products` as `category.displayNestedProducts`, `category`.`auto_increment` as `category.autoIncrement`, `category`.`level` as `category.level`, `category`.`path` as `category.path`, `category`.`child_count` as `category.childCount`, `category`.`type` as `category.type`, `category`.`product_assignment_type` as `category.productAssignmentType`, `category`.`visible` as `category.visible`, `category`.`active` as `category.active`, `category`.`cms_page_id` as `category.cmsPageId`, `category`.`cms_page_version_id` as `category.cmsPageVersionId`, `category`.`product_stream_id` as `category.productStreamId`, `category`.`created_at` as `category.createdAt`, `category`.`updated_at` as `category.updatedAt`, `category.translation.name`, COALESCE(`category.translation.name`,`category.translation.name`) as `category.name`, `category.translation.breadcrumb`, COALESCE(`category.translation.breadcrumb`,`category.translation.breadcrumb`) as `category.breadcrumb`, `category.translation.slotConfig`, COALESCE(`category.translation.slotConfig`,`category.translation.slotConfig`) as `category.slotConfig`, `category.translation.linkType`, COALESCE(`category.translation.linkType`,`category.translation.linkType`) as `category.linkType`, `category.translation.internalLink`, COALESCE(`category.translation.internalLink`,`category.translation.internalLink`) as `category.internalLink`, `category.translation.externalLink`, COALESCE(`category.translation.externalLink`,`category.translation.externalLink`) as `category.externalLink`, `category.translation.linkNewTab`, COALESCE(`category.translation.linkNewTab`,`category.translation.linkNewTab`) as `category.linkNewTab`, `category.translation.description`, COALESCE(`category.translation.description`,`category.translation.description`) as `category.description`, `category.translation.metaTitle`, COALESCE(`category.translation.metaTitle`,`category.translation.metaTitle`) as `category.metaTitle`, `category.translation.metaDescription`, COALESCE(`category.translation.metaDescription`,`category.translation.metaDescription`) as `category.metaDescription`, `category.translation.keywords`, COALESCE(`category.translation.keywords`,`category.translation.keywords`) as `category.keywords`, `category.translation.customFields`, COALESCE(`category.translation.customFields`,`category.translation.customFields`) as `category.customFields`, `category.translation.createdAt`, `category.translation.updatedAt`, `category.translation.categoryId`, `category.translation.languageId`, `category.translation.categoryVersionId` FROM `category` LEFT JOIN (SELECT `category.translation`.category_id, `category.translation`.category_version_id, `category.translation`.name as `category.translation.name`, `category.translation`.breadcrumb as `category.translation.breadcrumb`, `category.translation`.slot_config as `category.translation.slotConfig`, `category.translation`.link_type as `category.translation.linkType`, `category.translation`.internal_link as `category.translation.internalLink`, `category.translation`.external_link as `category.translation.externalLink`, `category.translation`.link_new_tab as `category.translation.linkNewTab`, `category.translation`.description as `category.translation.description`, `category.translation`.meta_title as `category.translation.metaTitle`, `category.translation`.meta_description as `category.translation.metaDescription`, `category.translation`.keywords as `category.translation.keywords`, `category.translation`.custom_fields as `category.translation.customFields`, `category.translation`.created_at as `category.translation.createdAt`, `category.translation`.updated_at as `category.translation.updatedAt`, `category.translation`.category_id as `category.translation.categoryId`, `category.translation`.language_id as `category.translation.languageId`, `category.translation`.category_version_id as `category.translation.categoryVersionId` FROM `category_translation` `category.translation` WHERE `category.translation`.language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.category_version_id = `category`.version_id WHERE (`category`.`version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425) AND ((`category`.`active` = 1 AND `category`.`parent_id` = 0xACA9B57389F248E59CD8A5F54B64B06E));
array:37 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 239)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 316)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetch (line 148)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 92)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::read (line 257)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::read (line 286)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::_search (line 106)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 51)"
9 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator::search (line 64)"
10 => "Nd\Theme\Subscriber\AddMenuData::getMenu (line 77)"
11 => "Nd\Theme\Subscriber\AddMenuData::loadAdditionalMenus (line 43)"
12 => "Nd\Theme\Subscriber\AddMenuData::addData (line 118)"
13 => "Symfony\Component\EventDispatcher\Debug\WrappedListener::__invoke (line 230)"
14 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
15 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 56)"
16 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 98)"
17 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 55)"
18 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 37)"
19 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
20 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 96)"
21 => "Shopware\Storefront\Pagelet\Header\HeaderPageletLoader::load (line 89)"
22 => "Shopware\Storefront\Page\GenericPageLoader::Shopware\Storefront\Page\{closure} (line 59)"
23 => "Shopware\Core\Profiling\Profiler::trace (line 78)"
24 => "Shopware\Storefront\Page\GenericPageLoader::load (line 55)"
25 => "Nd\Fashion\Page\Manufacturer\ProductManufacturerPageLoader::load (line 48)"
26 => "Nd\Fashion\Storefront\Controller\ManufacturerController::productManufacturerDetail (line 163)"
27 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
28 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
29 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
30 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 481)"
31 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 454)"
32 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 348)"
33 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 226)"
34 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
35 => "Shopware\Core\HttpKernel::doHandle (line 81)"
36 => "Shopware\Core\HttpKernel::handle (line 69)"
]
|
60 |
0.34 ms |
SELECT `seo_url`.`id` as `seo_url.id`, `seo_url`.`sales_channel_id` as `seo_url.salesChannelId`, `seo_url`.`language_id` as `seo_url.languageId`, `seo_url`.`foreign_key` as `seo_url.foreignKey`, `seo_url`.`route_name` as `seo_url.routeName`, `seo_url`.`path_info` as `seo_url.pathInfo`, `seo_url`.`seo_path_info` as `seo_url.seoPathInfo`, `seo_url`.`is_canonical` as `seo_url.isCanonical`, `seo_url`.`is_modified` as `seo_url.isModified`, `seo_url`.`is_deleted` as `seo_url.isDeleted`, `seo_url`.`custom_fields` as `seo_url.customFields`, `seo_url`.`created_at` as `seo_url.createdAt`, `seo_url`.`updated_at` as `seo_url.updatedAt` FROM `seo_url` WHERE (`seo_url`.`foreign_key` IN (:param_bc3866e138f6463e9f45d29d42f63905))
SELECT `seo_url`.`id` as `seo_url.id`, `seo_url`.`sales_channel_id` as `seo_url.salesChannelId`, `seo_url`.`language_id` as `seo_url.languageId`, `seo_url`.`foreign_key` as `seo_url.foreignKey`, `seo_url`.`route_name` as `seo_url.routeName`, `seo_url`.`path_info` as `seo_url.pathInfo`, `seo_url`.`seo_path_info` as `seo_url.seoPathInfo`, `seo_url`.`is_canonical` as `seo_url.isCanonical`, `seo_url`.`is_modified` as `seo_url.isModified`, `seo_url`.`is_deleted` as `seo_url.isDeleted`, `seo_url`.`custom_fields` as `seo_url.customFields`, `seo_url`.`created_at` as `seo_url.createdAt`, `seo_url`.`updated_at` as `seo_url.updatedAt` FROM `seo_url` WHERE (`seo_url`.`foreign_key` IN (0x0FCFC11A19F24E8F86560A79786F2DF5, 0x775F4096EE1841C5BD07675662C67394, 0x832CE0A0D3234F8387262D1329048681, 0xCEE0F646176D4DFF9D56877C8F5B2690));
array:41 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 239)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 316)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetch (line 148)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 496)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::loadOneToManyWithoutPagination (line 438)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::loadOneToMany (line 1210)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetchAssociations (line 152)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 92)"
9 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::read (line 257)"
10 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::read (line 286)"
11 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::_search (line 106)"
12 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 51)"
13 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator::search (line 64)"
14 => "Nd\Theme\Subscriber\AddMenuData::getMenu (line 77)"
15 => "Nd\Theme\Subscriber\AddMenuData::loadAdditionalMenus (line 43)"
16 => "Nd\Theme\Subscriber\AddMenuData::addData (line 118)"
17 => "Symfony\Component\EventDispatcher\Debug\WrappedListener::__invoke (line 230)"
18 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
19 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 56)"
20 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 98)"
21 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 55)"
22 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 37)"
23 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
24 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 96)"
25 => "Shopware\Storefront\Pagelet\Header\HeaderPageletLoader::load (line 89)"
26 => "Shopware\Storefront\Page\GenericPageLoader::Shopware\Storefront\Page\{closure} (line 59)"
27 => "Shopware\Core\Profiling\Profiler::trace (line 78)"
28 => "Shopware\Storefront\Page\GenericPageLoader::load (line 55)"
29 => "Nd\Fashion\Page\Manufacturer\ProductManufacturerPageLoader::load (line 48)"
30 => "Nd\Fashion\Storefront\Controller\ManufacturerController::productManufacturerDetail (line 163)"
31 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
32 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
33 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
34 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 481)"
35 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 454)"
36 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 348)"
37 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 226)"
38 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
39 => "Shopware\Core\HttpKernel::doHandle (line 81)"
40 => "Shopware\Core\HttpKernel::handle (line 69)"
]
|
61 |
1.77 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.translation.name`, COALESCE(`category.translation.name`,`category.translation.name`) as `category.name`, `category.translation.breadcrumb`, COALESCE(`category.translation.breadcrumb`,`category.translation.breadcrumb`) as `category.breadcrumb`, `category.translation.slotConfig`, COALESCE(`category.translation.slotConfig`,`category.translation.slotConfig`) as `category.slotConfig`, `category.translation.linkType`, COALESCE(`category.translation.linkType`,`category.translation.linkType`) as `category.linkType`, `category.translation.internalLink`, COALESCE(`category.translation.internalLink`,`category.translation.internalLink`) as `category.internalLink`, `category.translation.externalLink`, COALESCE(`category.translation.externalLink`,`category.translation.externalLink`) as `category.externalLink`, `category.translation.linkNewTab`, COALESCE(`category.translation.linkNewTab`,`category.translation.linkNewTab`) as `category.linkNewTab`, `category.translation.description`, COALESCE(`category.translation.description`,`category.translation.description`) as `category.description`, `category.translation.metaTitle`, COALESCE(`category.translation.metaTitle`,`category.translation.metaTitle`) as `category.metaTitle`, `category.translation.metaDescription`, COALESCE(`category.translation.metaDescription`,`category.translation.metaDescription`) as `category.metaDescription`, `category.translation.keywords`, COALESCE(`category.translation.keywords`,`category.translation.keywords`) as `category.keywords`, `category.translation.customFields`, COALESCE(`category.translation.customFields`,`category.translation.customFields`) as `category.customFields`, `category.translation.createdAt`, `category.translation.updatedAt`, `category.translation.categoryId`, `category.translation.languageId`, `category.translation.categoryVersionId` FROM `category` LEFT JOIN (SELECT `category.translation`.category_id, `category.translation`.category_version_id, `category.translation`.name as `category.translation.name`, `category.translation`.breadcrumb as `category.translation.breadcrumb`, `category.translation`.slot_config as `category.translation.slotConfig`, `category.translation`.link_type as `category.translation.linkType`, `category.translation`.internal_link as `category.translation.internalLink`, `category.translation`.external_link as `category.translation.externalLink`, `category.translation`.link_new_tab as `category.translation.linkNewTab`, `category.translation`.description as `category.translation.description`, `category.translation`.meta_title as `category.translation.metaTitle`, `category.translation`.meta_description as `category.translation.metaDescription`, `category.translation`.keywords as `category.translation.keywords`, `category.translation`.custom_fields as `category.translation.customFields`, `category.translation`.created_at as `category.translation.createdAt`, `category.translation`.updated_at as `category.translation.updatedAt`, `category.translation`.category_id as `category.translation.categoryId`, `category.translation`.language_id as `category.translation.languageId`, `category.translation`.category_version_id as `category.translation.categoryVersionId` FROM `category_translation` `category.translation` WHERE `category.translation`.language_id = :languageId) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.category_version_id = `category`.version_id WHERE (`category`.`version_id` = :version) AND ((`category`.`active` = :param_032e7a39cd394dadbdaea64619a680bf AND `category`.`parent_id` = :param_f7b2ea5d6fe74afab13614b5ec2dfcea))
SELECT
`category`.`id` as `category.id`,
`category`.`version_id` as `category.versionId`,
`category`.`parent_id` as `category.parentId`,
`category`.`parent_version_id` as `category.parentVersionId`,
`category`.`after_category_id` as `category.afterCategoryId`,
`category`.`after_category_version_id` as `category.afterCategoryVersionId`,
`category`.`media_id` as `category.mediaId`,
`category`.`display_nested_products` as `category.displayNestedProducts`,
`category`.`auto_increment` as `category.autoIncrement`,
`category`.`level` as `category.level`,
`category`.`path` as `category.path`,
`category`.`child_count` as `category.childCount`,
`category`.`type` as `category.type`,
`category`.`product_assignment_type` as `category.productAssignmentType`,
`category`.`visible` as `category.visible`,
`category`.`active` as `category.active`,
`category`.`cms_page_id` as `category.cmsPageId`,
`category`.`cms_page_version_id` as `category.cmsPageVersionId`,
`category`.`product_stream_id` as `category.productStreamId`,
`category`.`created_at` as `category.createdAt`,
`category`.`updated_at` as `category.updatedAt`,
`category.translation.name`,
COALESCE(
`category.translation.name`, `category.translation.name`
) as `category.name`,
`category.translation.breadcrumb`,
COALESCE(
`category.translation.breadcrumb`,
`category.translation.breadcrumb`
) as `category.breadcrumb`,
`category.translation.slotConfig`,
COALESCE(
`category.translation.slotConfig`,
`category.translation.slotConfig`
) as `category.slotConfig`,
`category.translation.linkType`,
COALESCE(
`category.translation.linkType`,
`category.translation.linkType`
) as `category.linkType`,
`category.translation.internalLink`,
COALESCE(
`category.translation.internalLink`,
`category.translation.internalLink`
) as `category.internalLink`,
`category.translation.externalLink`,
COALESCE(
`category.translation.externalLink`,
`category.translation.externalLink`
) as `category.externalLink`,
`category.translation.linkNewTab`,
COALESCE(
`category.translation.linkNewTab`,
`category.translation.linkNewTab`
) as `category.linkNewTab`,
`category.translation.description`,
COALESCE(
`category.translation.description`,
`category.translation.description`
) as `category.description`,
`category.translation.metaTitle`,
COALESCE(
`category.translation.metaTitle`,
`category.translation.metaTitle`
) as `category.metaTitle`,
`category.translation.metaDescription`,
COALESCE(
`category.translation.metaDescription`,
`category.translation.metaDescription`
) as `category.metaDescription`,
`category.translation.keywords`,
COALESCE(
`category.translation.keywords`,
`category.translation.keywords`
) as `category.keywords`,
`category.translation.customFields`,
COALESCE(
`category.translation.customFields`,
`category.translation.customFields`
) as `category.customFields`,
`category.translation.createdAt`,
`category.translation.updatedAt`,
`category.translation.categoryId`,
`category.translation.languageId`,
`category.translation.categoryVersionId`
FROM
`category`
LEFT JOIN (
SELECT
`category.translation`.category_id,
`category.translation`.category_version_id,
`category.translation`.name as `category.translation.name`,
`category.translation`.breadcrumb as `category.translation.breadcrumb`,
`category.translation`.slot_config as `category.translation.slotConfig`,
`category.translation`.link_type as `category.translation.linkType`,
`category.translation`.internal_link as `category.translation.internalLink`,
`category.translation`.external_link as `category.translation.externalLink`,
`category.translation`.link_new_tab as `category.translation.linkNewTab`,
`category.translation`.description as `category.translation.description`,
`category.translation`.meta_title as `category.translation.metaTitle`,
`category.translation`.meta_description as `category.translation.metaDescription`,
`category.translation`.keywords as `category.translation.keywords`,
`category.translation`.custom_fields as `category.translation.customFields`,
`category.translation`.created_at as `category.translation.createdAt`,
`category.translation`.updated_at as `category.translation.updatedAt`,
`category.translation`.category_id as `category.translation.categoryId`,
`category.translation`.language_id as `category.translation.languageId`,
`category.translation`.category_version_id as `category.translation.categoryVersionId`
FROM
`category_translation` `category.translation`
WHERE
`category.translation`.language_id = : languageId
) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id`
AND `category.category_translation`.category_version_id = `category`.version_id
WHERE
(
`category`.`version_id` = : version
)
AND (
(
`category`.`active` = : param_032e7a39cd394dadbdaea64619a680bf
AND `category`.`parent_id` = : param_f7b2ea5d6fe74afab13614b5ec2dfcea
)
)
SELECT `category`.`id` as `category.id`, `category`.`version_id` as `category.versionId`, `category`.`parent_id` as `category.parentId`, `category`.`parent_version_id` as `category.parentVersionId`, `category`.`after_category_id` as `category.afterCategoryId`, `category`.`after_category_version_id` as `category.afterCategoryVersionId`, `category`.`media_id` as `category.mediaId`, `category`.`display_nested_products` as `category.displayNestedProducts`, `category`.`auto_increment` as `category.autoIncrement`, `category`.`level` as `category.level`, `category`.`path` as `category.path`, `category`.`child_count` as `category.childCount`, `category`.`type` as `category.type`, `category`.`product_assignment_type` as `category.productAssignmentType`, `category`.`visible` as `category.visible`, `category`.`active` as `category.active`, `category`.`cms_page_id` as `category.cmsPageId`, `category`.`cms_page_version_id` as `category.cmsPageVersionId`, `category`.`product_stream_id` as `category.productStreamId`, `category`.`created_at` as `category.createdAt`, `category`.`updated_at` as `category.updatedAt`, `category.translation.name`, COALESCE(`category.translation.name`,`category.translation.name`) as `category.name`, `category.translation.breadcrumb`, COALESCE(`category.translation.breadcrumb`,`category.translation.breadcrumb`) as `category.breadcrumb`, `category.translation.slotConfig`, COALESCE(`category.translation.slotConfig`,`category.translation.slotConfig`) as `category.slotConfig`, `category.translation.linkType`, COALESCE(`category.translation.linkType`,`category.translation.linkType`) as `category.linkType`, `category.translation.internalLink`, COALESCE(`category.translation.internalLink`,`category.translation.internalLink`) as `category.internalLink`, `category.translation.externalLink`, COALESCE(`category.translation.externalLink`,`category.translation.externalLink`) as `category.externalLink`, `category.translation.linkNewTab`, COALESCE(`category.translation.linkNewTab`,`category.translation.linkNewTab`) as `category.linkNewTab`, `category.translation.description`, COALESCE(`category.translation.description`,`category.translation.description`) as `category.description`, `category.translation.metaTitle`, COALESCE(`category.translation.metaTitle`,`category.translation.metaTitle`) as `category.metaTitle`, `category.translation.metaDescription`, COALESCE(`category.translation.metaDescription`,`category.translation.metaDescription`) as `category.metaDescription`, `category.translation.keywords`, COALESCE(`category.translation.keywords`,`category.translation.keywords`) as `category.keywords`, `category.translation.customFields`, COALESCE(`category.translation.customFields`,`category.translation.customFields`) as `category.customFields`, `category.translation.createdAt`, `category.translation.updatedAt`, `category.translation.categoryId`, `category.translation.languageId`, `category.translation.categoryVersionId` FROM `category` LEFT JOIN (SELECT `category.translation`.category_id, `category.translation`.category_version_id, `category.translation`.name as `category.translation.name`, `category.translation`.breadcrumb as `category.translation.breadcrumb`, `category.translation`.slot_config as `category.translation.slotConfig`, `category.translation`.link_type as `category.translation.linkType`, `category.translation`.internal_link as `category.translation.internalLink`, `category.translation`.external_link as `category.translation.externalLink`, `category.translation`.link_new_tab as `category.translation.linkNewTab`, `category.translation`.description as `category.translation.description`, `category.translation`.meta_title as `category.translation.metaTitle`, `category.translation`.meta_description as `category.translation.metaDescription`, `category.translation`.keywords as `category.translation.keywords`, `category.translation`.custom_fields as `category.translation.customFields`, `category.translation`.created_at as `category.translation.createdAt`, `category.translation`.updated_at as `category.translation.updatedAt`, `category.translation`.category_id as `category.translation.categoryId`, `category.translation`.language_id as `category.translation.languageId`, `category.translation`.category_version_id as `category.translation.categoryVersionId` FROM `category_translation` `category.translation` WHERE `category.translation`.language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.category_version_id = `category`.version_id WHERE (`category`.`version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425) AND ((`category`.`active` = 1 AND `category`.`parent_id` = 0x6D22C9898099469D8F166BD0339B5CB5));
array:37 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 239)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 316)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetch (line 148)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 92)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::read (line 257)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::read (line 286)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::_search (line 106)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 51)"
9 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator::search (line 64)"
10 => "Nd\Theme\Subscriber\AddMenuData::getMenu (line 77)"
11 => "Nd\Theme\Subscriber\AddMenuData::loadAdditionalMenus (line 43)"
12 => "Nd\Theme\Subscriber\AddMenuData::addData (line 118)"
13 => "Symfony\Component\EventDispatcher\Debug\WrappedListener::__invoke (line 230)"
14 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
15 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 56)"
16 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 98)"
17 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 55)"
18 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 37)"
19 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
20 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 96)"
21 => "Shopware\Storefront\Pagelet\Header\HeaderPageletLoader::load (line 89)"
22 => "Shopware\Storefront\Page\GenericPageLoader::Shopware\Storefront\Page\{closure} (line 59)"
23 => "Shopware\Core\Profiling\Profiler::trace (line 78)"
24 => "Shopware\Storefront\Page\GenericPageLoader::load (line 55)"
25 => "Nd\Fashion\Page\Manufacturer\ProductManufacturerPageLoader::load (line 48)"
26 => "Nd\Fashion\Storefront\Controller\ManufacturerController::productManufacturerDetail (line 163)"
27 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
28 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
29 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
30 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 481)"
31 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 454)"
32 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 348)"
33 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 226)"
34 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
35 => "Shopware\Core\HttpKernel::doHandle (line 81)"
36 => "Shopware\Core\HttpKernel::handle (line 69)"
]
|
62 |
0.47 ms |
SELECT `seo_url`.`id` as `seo_url.id`, `seo_url`.`sales_channel_id` as `seo_url.salesChannelId`, `seo_url`.`language_id` as `seo_url.languageId`, `seo_url`.`foreign_key` as `seo_url.foreignKey`, `seo_url`.`route_name` as `seo_url.routeName`, `seo_url`.`path_info` as `seo_url.pathInfo`, `seo_url`.`seo_path_info` as `seo_url.seoPathInfo`, `seo_url`.`is_canonical` as `seo_url.isCanonical`, `seo_url`.`is_modified` as `seo_url.isModified`, `seo_url`.`is_deleted` as `seo_url.isDeleted`, `seo_url`.`custom_fields` as `seo_url.customFields`, `seo_url`.`created_at` as `seo_url.createdAt`, `seo_url`.`updated_at` as `seo_url.updatedAt` FROM `seo_url` WHERE (`seo_url`.`foreign_key` IN (:param_0e782b839e37468d88f34ff562d9b21c))
SELECT `seo_url`.`id` as `seo_url.id`, `seo_url`.`sales_channel_id` as `seo_url.salesChannelId`, `seo_url`.`language_id` as `seo_url.languageId`, `seo_url`.`foreign_key` as `seo_url.foreignKey`, `seo_url`.`route_name` as `seo_url.routeName`, `seo_url`.`path_info` as `seo_url.pathInfo`, `seo_url`.`seo_path_info` as `seo_url.seoPathInfo`, `seo_url`.`is_canonical` as `seo_url.isCanonical`, `seo_url`.`is_modified` as `seo_url.isModified`, `seo_url`.`is_deleted` as `seo_url.isDeleted`, `seo_url`.`custom_fields` as `seo_url.customFields`, `seo_url`.`created_at` as `seo_url.createdAt`, `seo_url`.`updated_at` as `seo_url.updatedAt` FROM `seo_url` WHERE (`seo_url`.`foreign_key` IN (0x28A7DDB5163E40189D6E9BCD294A2516, 0x3D42F350F3BE47FE8D9E543A6106F155, 0x4DD492400ADA4CAD8B5E758B49867A51, 0x72E8677C72FD43529DFE422BFDC850DE, 0x89E431DDF538469BB9F8FA7A90099162, 0x92BB722E999A4F4394119FF89CA2DF64, 0x93EF012D3C624857BD528A87D6F14135, 0xF26747E582384B298EF2B255CB6CAD30));
array:41 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 239)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 316)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetch (line 148)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 496)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::loadOneToManyWithoutPagination (line 438)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::loadOneToMany (line 1210)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetchAssociations (line 152)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 92)"
9 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::read (line 257)"
10 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::read (line 286)"
11 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::_search (line 106)"
12 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 51)"
13 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator::search (line 64)"
14 => "Nd\Theme\Subscriber\AddMenuData::getMenu (line 77)"
15 => "Nd\Theme\Subscriber\AddMenuData::loadAdditionalMenus (line 43)"
16 => "Nd\Theme\Subscriber\AddMenuData::addData (line 118)"
17 => "Symfony\Component\EventDispatcher\Debug\WrappedListener::__invoke (line 230)"
18 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
19 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 56)"
20 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 98)"
21 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 55)"
22 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 37)"
23 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
24 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 96)"
25 => "Shopware\Storefront\Pagelet\Header\HeaderPageletLoader::load (line 89)"
26 => "Shopware\Storefront\Page\GenericPageLoader::Shopware\Storefront\Page\{closure} (line 59)"
27 => "Shopware\Core\Profiling\Profiler::trace (line 78)"
28 => "Shopware\Storefront\Page\GenericPageLoader::load (line 55)"
29 => "Nd\Fashion\Page\Manufacturer\ProductManufacturerPageLoader::load (line 48)"
30 => "Nd\Fashion\Storefront\Controller\ManufacturerController::productManufacturerDetail (line 163)"
31 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
32 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
33 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
34 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 481)"
35 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 454)"
36 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 348)"
37 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 226)"
38 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
39 => "Shopware\Core\HttpKernel::doHandle (line 81)"
40 => "Shopware\Core\HttpKernel::handle (line 69)"
]
|
63 |
1.66 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.translation.name`, COALESCE(`category.translation.name`,`category.translation.name`) as `category.name`, `category.translation.breadcrumb`, COALESCE(`category.translation.breadcrumb`,`category.translation.breadcrumb`) as `category.breadcrumb`, `category.translation.slotConfig`, COALESCE(`category.translation.slotConfig`,`category.translation.slotConfig`) as `category.slotConfig`, `category.translation.linkType`, COALESCE(`category.translation.linkType`,`category.translation.linkType`) as `category.linkType`, `category.translation.internalLink`, COALESCE(`category.translation.internalLink`,`category.translation.internalLink`) as `category.internalLink`, `category.translation.externalLink`, COALESCE(`category.translation.externalLink`,`category.translation.externalLink`) as `category.externalLink`, `category.translation.linkNewTab`, COALESCE(`category.translation.linkNewTab`,`category.translation.linkNewTab`) as `category.linkNewTab`, `category.translation.description`, COALESCE(`category.translation.description`,`category.translation.description`) as `category.description`, `category.translation.metaTitle`, COALESCE(`category.translation.metaTitle`,`category.translation.metaTitle`) as `category.metaTitle`, `category.translation.metaDescription`, COALESCE(`category.translation.metaDescription`,`category.translation.metaDescription`) as `category.metaDescription`, `category.translation.keywords`, COALESCE(`category.translation.keywords`,`category.translation.keywords`) as `category.keywords`, `category.translation.customFields`, COALESCE(`category.translation.customFields`,`category.translation.customFields`) as `category.customFields`, `category.translation.createdAt`, `category.translation.updatedAt`, `category.translation.categoryId`, `category.translation.languageId`, `category.translation.categoryVersionId` FROM `category` LEFT JOIN (SELECT `category.translation`.category_id, `category.translation`.category_version_id, `category.translation`.name as `category.translation.name`, `category.translation`.breadcrumb as `category.translation.breadcrumb`, `category.translation`.slot_config as `category.translation.slotConfig`, `category.translation`.link_type as `category.translation.linkType`, `category.translation`.internal_link as `category.translation.internalLink`, `category.translation`.external_link as `category.translation.externalLink`, `category.translation`.link_new_tab as `category.translation.linkNewTab`, `category.translation`.description as `category.translation.description`, `category.translation`.meta_title as `category.translation.metaTitle`, `category.translation`.meta_description as `category.translation.metaDescription`, `category.translation`.keywords as `category.translation.keywords`, `category.translation`.custom_fields as `category.translation.customFields`, `category.translation`.created_at as `category.translation.createdAt`, `category.translation`.updated_at as `category.translation.updatedAt`, `category.translation`.category_id as `category.translation.categoryId`, `category.translation`.language_id as `category.translation.languageId`, `category.translation`.category_version_id as `category.translation.categoryVersionId` FROM `category_translation` `category.translation` WHERE `category.translation`.language_id = :languageId) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.category_version_id = `category`.version_id WHERE (`category`.`version_id` = :version) AND ((`category`.`active` = :param_0a302b49cb0a4f4494591d498ed17edf AND `category`.`parent_id` = :param_868bd61ff3e1429fa17652c007b05395))
SELECT
`category`.`id` as `category.id`,
`category`.`version_id` as `category.versionId`,
`category`.`parent_id` as `category.parentId`,
`category`.`parent_version_id` as `category.parentVersionId`,
`category`.`after_category_id` as `category.afterCategoryId`,
`category`.`after_category_version_id` as `category.afterCategoryVersionId`,
`category`.`media_id` as `category.mediaId`,
`category`.`display_nested_products` as `category.displayNestedProducts`,
`category`.`auto_increment` as `category.autoIncrement`,
`category`.`level` as `category.level`,
`category`.`path` as `category.path`,
`category`.`child_count` as `category.childCount`,
`category`.`type` as `category.type`,
`category`.`product_assignment_type` as `category.productAssignmentType`,
`category`.`visible` as `category.visible`,
`category`.`active` as `category.active`,
`category`.`cms_page_id` as `category.cmsPageId`,
`category`.`cms_page_version_id` as `category.cmsPageVersionId`,
`category`.`product_stream_id` as `category.productStreamId`,
`category`.`created_at` as `category.createdAt`,
`category`.`updated_at` as `category.updatedAt`,
`category.translation.name`,
COALESCE(
`category.translation.name`, `category.translation.name`
) as `category.name`,
`category.translation.breadcrumb`,
COALESCE(
`category.translation.breadcrumb`,
`category.translation.breadcrumb`
) as `category.breadcrumb`,
`category.translation.slotConfig`,
COALESCE(
`category.translation.slotConfig`,
`category.translation.slotConfig`
) as `category.slotConfig`,
`category.translation.linkType`,
COALESCE(
`category.translation.linkType`,
`category.translation.linkType`
) as `category.linkType`,
`category.translation.internalLink`,
COALESCE(
`category.translation.internalLink`,
`category.translation.internalLink`
) as `category.internalLink`,
`category.translation.externalLink`,
COALESCE(
`category.translation.externalLink`,
`category.translation.externalLink`
) as `category.externalLink`,
`category.translation.linkNewTab`,
COALESCE(
`category.translation.linkNewTab`,
`category.translation.linkNewTab`
) as `category.linkNewTab`,
`category.translation.description`,
COALESCE(
`category.translation.description`,
`category.translation.description`
) as `category.description`,
`category.translation.metaTitle`,
COALESCE(
`category.translation.metaTitle`,
`category.translation.metaTitle`
) as `category.metaTitle`,
`category.translation.metaDescription`,
COALESCE(
`category.translation.metaDescription`,
`category.translation.metaDescription`
) as `category.metaDescription`,
`category.translation.keywords`,
COALESCE(
`category.translation.keywords`,
`category.translation.keywords`
) as `category.keywords`,
`category.translation.customFields`,
COALESCE(
`category.translation.customFields`,
`category.translation.customFields`
) as `category.customFields`,
`category.translation.createdAt`,
`category.translation.updatedAt`,
`category.translation.categoryId`,
`category.translation.languageId`,
`category.translation.categoryVersionId`
FROM
`category`
LEFT JOIN (
SELECT
`category.translation`.category_id,
`category.translation`.category_version_id,
`category.translation`.name as `category.translation.name`,
`category.translation`.breadcrumb as `category.translation.breadcrumb`,
`category.translation`.slot_config as `category.translation.slotConfig`,
`category.translation`.link_type as `category.translation.linkType`,
`category.translation`.internal_link as `category.translation.internalLink`,
`category.translation`.external_link as `category.translation.externalLink`,
`category.translation`.link_new_tab as `category.translation.linkNewTab`,
`category.translation`.description as `category.translation.description`,
`category.translation`.meta_title as `category.translation.metaTitle`,
`category.translation`.meta_description as `category.translation.metaDescription`,
`category.translation`.keywords as `category.translation.keywords`,
`category.translation`.custom_fields as `category.translation.customFields`,
`category.translation`.created_at as `category.translation.createdAt`,
`category.translation`.updated_at as `category.translation.updatedAt`,
`category.translation`.category_id as `category.translation.categoryId`,
`category.translation`.language_id as `category.translation.languageId`,
`category.translation`.category_version_id as `category.translation.categoryVersionId`
FROM
`category_translation` `category.translation`
WHERE
`category.translation`.language_id = : languageId
) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id`
AND `category.category_translation`.category_version_id = `category`.version_id
WHERE
(
`category`.`version_id` = : version
)
AND (
(
`category`.`active` = : param_0a302b49cb0a4f4494591d498ed17edf
AND `category`.`parent_id` = : param_868bd61ff3e1429fa17652c007b05395
)
)
SELECT `category`.`id` as `category.id`, `category`.`version_id` as `category.versionId`, `category`.`parent_id` as `category.parentId`, `category`.`parent_version_id` as `category.parentVersionId`, `category`.`after_category_id` as `category.afterCategoryId`, `category`.`after_category_version_id` as `category.afterCategoryVersionId`, `category`.`media_id` as `category.mediaId`, `category`.`display_nested_products` as `category.displayNestedProducts`, `category`.`auto_increment` as `category.autoIncrement`, `category`.`level` as `category.level`, `category`.`path` as `category.path`, `category`.`child_count` as `category.childCount`, `category`.`type` as `category.type`, `category`.`product_assignment_type` as `category.productAssignmentType`, `category`.`visible` as `category.visible`, `category`.`active` as `category.active`, `category`.`cms_page_id` as `category.cmsPageId`, `category`.`cms_page_version_id` as `category.cmsPageVersionId`, `category`.`product_stream_id` as `category.productStreamId`, `category`.`created_at` as `category.createdAt`, `category`.`updated_at` as `category.updatedAt`, `category.translation.name`, COALESCE(`category.translation.name`,`category.translation.name`) as `category.name`, `category.translation.breadcrumb`, COALESCE(`category.translation.breadcrumb`,`category.translation.breadcrumb`) as `category.breadcrumb`, `category.translation.slotConfig`, COALESCE(`category.translation.slotConfig`,`category.translation.slotConfig`) as `category.slotConfig`, `category.translation.linkType`, COALESCE(`category.translation.linkType`,`category.translation.linkType`) as `category.linkType`, `category.translation.internalLink`, COALESCE(`category.translation.internalLink`,`category.translation.internalLink`) as `category.internalLink`, `category.translation.externalLink`, COALESCE(`category.translation.externalLink`,`category.translation.externalLink`) as `category.externalLink`, `category.translation.linkNewTab`, COALESCE(`category.translation.linkNewTab`,`category.translation.linkNewTab`) as `category.linkNewTab`, `category.translation.description`, COALESCE(`category.translation.description`,`category.translation.description`) as `category.description`, `category.translation.metaTitle`, COALESCE(`category.translation.metaTitle`,`category.translation.metaTitle`) as `category.metaTitle`, `category.translation.metaDescription`, COALESCE(`category.translation.metaDescription`,`category.translation.metaDescription`) as `category.metaDescription`, `category.translation.keywords`, COALESCE(`category.translation.keywords`,`category.translation.keywords`) as `category.keywords`, `category.translation.customFields`, COALESCE(`category.translation.customFields`,`category.translation.customFields`) as `category.customFields`, `category.translation.createdAt`, `category.translation.updatedAt`, `category.translation.categoryId`, `category.translation.languageId`, `category.translation.categoryVersionId` FROM `category` LEFT JOIN (SELECT `category.translation`.category_id, `category.translation`.category_version_id, `category.translation`.name as `category.translation.name`, `category.translation`.breadcrumb as `category.translation.breadcrumb`, `category.translation`.slot_config as `category.translation.slotConfig`, `category.translation`.link_type as `category.translation.linkType`, `category.translation`.internal_link as `category.translation.internalLink`, `category.translation`.external_link as `category.translation.externalLink`, `category.translation`.link_new_tab as `category.translation.linkNewTab`, `category.translation`.description as `category.translation.description`, `category.translation`.meta_title as `category.translation.metaTitle`, `category.translation`.meta_description as `category.translation.metaDescription`, `category.translation`.keywords as `category.translation.keywords`, `category.translation`.custom_fields as `category.translation.customFields`, `category.translation`.created_at as `category.translation.createdAt`, `category.translation`.updated_at as `category.translation.updatedAt`, `category.translation`.category_id as `category.translation.categoryId`, `category.translation`.language_id as `category.translation.languageId`, `category.translation`.category_version_id as `category.translation.categoryVersionId` FROM `category_translation` `category.translation` WHERE `category.translation`.language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.category_version_id = `category`.version_id WHERE (`category`.`version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425) AND ((`category`.`active` = 1 AND `category`.`parent_id` = 0xFD803C91C3AA4070B69C01E203FEE653));
array:37 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 239)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 316)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetch (line 148)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 92)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::read (line 257)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::read (line 286)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::_search (line 106)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 51)"
9 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator::search (line 64)"
10 => "Nd\Theme\Subscriber\AddMenuData::getMenu (line 77)"
11 => "Nd\Theme\Subscriber\AddMenuData::loadAdditionalMenus (line 43)"
12 => "Nd\Theme\Subscriber\AddMenuData::addData (line 118)"
13 => "Symfony\Component\EventDispatcher\Debug\WrappedListener::__invoke (line 230)"
14 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
15 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 56)"
16 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 98)"
17 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 55)"
18 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 37)"
19 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
20 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 96)"
21 => "Shopware\Storefront\Pagelet\Header\HeaderPageletLoader::load (line 89)"
22 => "Shopware\Storefront\Page\GenericPageLoader::Shopware\Storefront\Page\{closure} (line 59)"
23 => "Shopware\Core\Profiling\Profiler::trace (line 78)"
24 => "Shopware\Storefront\Page\GenericPageLoader::load (line 55)"
25 => "Nd\Fashion\Page\Manufacturer\ProductManufacturerPageLoader::load (line 48)"
26 => "Nd\Fashion\Storefront\Controller\ManufacturerController::productManufacturerDetail (line 163)"
27 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
28 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
29 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
30 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 481)"
31 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 454)"
32 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 348)"
33 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 226)"
34 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
35 => "Shopware\Core\HttpKernel::doHandle (line 81)"
36 => "Shopware\Core\HttpKernel::handle (line 69)"
]
|
64 |
0.27 ms |
SELECT `seo_url`.`id` as `seo_url.id`, `seo_url`.`sales_channel_id` as `seo_url.salesChannelId`, `seo_url`.`language_id` as `seo_url.languageId`, `seo_url`.`foreign_key` as `seo_url.foreignKey`, `seo_url`.`route_name` as `seo_url.routeName`, `seo_url`.`path_info` as `seo_url.pathInfo`, `seo_url`.`seo_path_info` as `seo_url.seoPathInfo`, `seo_url`.`is_canonical` as `seo_url.isCanonical`, `seo_url`.`is_modified` as `seo_url.isModified`, `seo_url`.`is_deleted` as `seo_url.isDeleted`, `seo_url`.`custom_fields` as `seo_url.customFields`, `seo_url`.`created_at` as `seo_url.createdAt`, `seo_url`.`updated_at` as `seo_url.updatedAt` FROM `seo_url` WHERE (`seo_url`.`foreign_key` IN (:param_f408eebda99b4816b677f71610a0a070))
SELECT `seo_url`.`id` as `seo_url.id`, `seo_url`.`sales_channel_id` as `seo_url.salesChannelId`, `seo_url`.`language_id` as `seo_url.languageId`, `seo_url`.`foreign_key` as `seo_url.foreignKey`, `seo_url`.`route_name` as `seo_url.routeName`, `seo_url`.`path_info` as `seo_url.pathInfo`, `seo_url`.`seo_path_info` as `seo_url.seoPathInfo`, `seo_url`.`is_canonical` as `seo_url.isCanonical`, `seo_url`.`is_modified` as `seo_url.isModified`, `seo_url`.`is_deleted` as `seo_url.isDeleted`, `seo_url`.`custom_fields` as `seo_url.customFields`, `seo_url`.`created_at` as `seo_url.createdAt`, `seo_url`.`updated_at` as `seo_url.updatedAt` FROM `seo_url` WHERE (`seo_url`.`foreign_key` IN (0x8DAEB224832E404E905260E410658F6C));
array:41 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 239)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 316)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetch (line 148)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 496)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::loadOneToManyWithoutPagination (line 438)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::loadOneToMany (line 1210)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetchAssociations (line 152)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 92)"
9 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::read (line 257)"
10 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::read (line 286)"
11 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::_search (line 106)"
12 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 51)"
13 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator::search (line 64)"
14 => "Nd\Theme\Subscriber\AddMenuData::getMenu (line 77)"
15 => "Nd\Theme\Subscriber\AddMenuData::loadAdditionalMenus (line 43)"
16 => "Nd\Theme\Subscriber\AddMenuData::addData (line 118)"
17 => "Symfony\Component\EventDispatcher\Debug\WrappedListener::__invoke (line 230)"
18 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
19 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 56)"
20 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 98)"
21 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 55)"
22 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 37)"
23 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
24 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 96)"
25 => "Shopware\Storefront\Pagelet\Header\HeaderPageletLoader::load (line 89)"
26 => "Shopware\Storefront\Page\GenericPageLoader::Shopware\Storefront\Page\{closure} (line 59)"
27 => "Shopware\Core\Profiling\Profiler::trace (line 78)"
28 => "Shopware\Storefront\Page\GenericPageLoader::load (line 55)"
29 => "Nd\Fashion\Page\Manufacturer\ProductManufacturerPageLoader::load (line 48)"
30 => "Nd\Fashion\Storefront\Controller\ManufacturerController::productManufacturerDetail (line 163)"
31 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
32 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
33 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
34 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 481)"
35 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 454)"
36 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 348)"
37 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 226)"
38 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
39 => "Shopware\Core\HttpKernel::doHandle (line 81)"
40 => "Shopware\Core\HttpKernel::handle (line 69)"
]
|
65 |
1.65 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.translation.name`, COALESCE(`category.translation.name`,`category.translation.name`) as `category.name`, `category.translation.breadcrumb`, COALESCE(`category.translation.breadcrumb`,`category.translation.breadcrumb`) as `category.breadcrumb`, `category.translation.slotConfig`, COALESCE(`category.translation.slotConfig`,`category.translation.slotConfig`) as `category.slotConfig`, `category.translation.linkType`, COALESCE(`category.translation.linkType`,`category.translation.linkType`) as `category.linkType`, `category.translation.internalLink`, COALESCE(`category.translation.internalLink`,`category.translation.internalLink`) as `category.internalLink`, `category.translation.externalLink`, COALESCE(`category.translation.externalLink`,`category.translation.externalLink`) as `category.externalLink`, `category.translation.linkNewTab`, COALESCE(`category.translation.linkNewTab`,`category.translation.linkNewTab`) as `category.linkNewTab`, `category.translation.description`, COALESCE(`category.translation.description`,`category.translation.description`) as `category.description`, `category.translation.metaTitle`, COALESCE(`category.translation.metaTitle`,`category.translation.metaTitle`) as `category.metaTitle`, `category.translation.metaDescription`, COALESCE(`category.translation.metaDescription`,`category.translation.metaDescription`) as `category.metaDescription`, `category.translation.keywords`, COALESCE(`category.translation.keywords`,`category.translation.keywords`) as `category.keywords`, `category.translation.customFields`, COALESCE(`category.translation.customFields`,`category.translation.customFields`) as `category.customFields`, `category.translation.createdAt`, `category.translation.updatedAt`, `category.translation.categoryId`, `category.translation.languageId`, `category.translation.categoryVersionId` FROM `category` LEFT JOIN (SELECT `category.translation`.category_id, `category.translation`.category_version_id, `category.translation`.name as `category.translation.name`, `category.translation`.breadcrumb as `category.translation.breadcrumb`, `category.translation`.slot_config as `category.translation.slotConfig`, `category.translation`.link_type as `category.translation.linkType`, `category.translation`.internal_link as `category.translation.internalLink`, `category.translation`.external_link as `category.translation.externalLink`, `category.translation`.link_new_tab as `category.translation.linkNewTab`, `category.translation`.description as `category.translation.description`, `category.translation`.meta_title as `category.translation.metaTitle`, `category.translation`.meta_description as `category.translation.metaDescription`, `category.translation`.keywords as `category.translation.keywords`, `category.translation`.custom_fields as `category.translation.customFields`, `category.translation`.created_at as `category.translation.createdAt`, `category.translation`.updated_at as `category.translation.updatedAt`, `category.translation`.category_id as `category.translation.categoryId`, `category.translation`.language_id as `category.translation.languageId`, `category.translation`.category_version_id as `category.translation.categoryVersionId` FROM `category_translation` `category.translation` WHERE `category.translation`.language_id = :languageId) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.category_version_id = `category`.version_id WHERE (`category`.`version_id` = :version) AND ((`category`.`active` = :param_9d11f037a5454c22a9b2c05d38211dd4 AND `category`.`parent_id` = :param_9050dd8ba4b949a1912d301ab4fa8fc2))
SELECT
`category`.`id` as `category.id`,
`category`.`version_id` as `category.versionId`,
`category`.`parent_id` as `category.parentId`,
`category`.`parent_version_id` as `category.parentVersionId`,
`category`.`after_category_id` as `category.afterCategoryId`,
`category`.`after_category_version_id` as `category.afterCategoryVersionId`,
`category`.`media_id` as `category.mediaId`,
`category`.`display_nested_products` as `category.displayNestedProducts`,
`category`.`auto_increment` as `category.autoIncrement`,
`category`.`level` as `category.level`,
`category`.`path` as `category.path`,
`category`.`child_count` as `category.childCount`,
`category`.`type` as `category.type`,
`category`.`product_assignment_type` as `category.productAssignmentType`,
`category`.`visible` as `category.visible`,
`category`.`active` as `category.active`,
`category`.`cms_page_id` as `category.cmsPageId`,
`category`.`cms_page_version_id` as `category.cmsPageVersionId`,
`category`.`product_stream_id` as `category.productStreamId`,
`category`.`created_at` as `category.createdAt`,
`category`.`updated_at` as `category.updatedAt`,
`category.translation.name`,
COALESCE(
`category.translation.name`, `category.translation.name`
) as `category.name`,
`category.translation.breadcrumb`,
COALESCE(
`category.translation.breadcrumb`,
`category.translation.breadcrumb`
) as `category.breadcrumb`,
`category.translation.slotConfig`,
COALESCE(
`category.translation.slotConfig`,
`category.translation.slotConfig`
) as `category.slotConfig`,
`category.translation.linkType`,
COALESCE(
`category.translation.linkType`,
`category.translation.linkType`
) as `category.linkType`,
`category.translation.internalLink`,
COALESCE(
`category.translation.internalLink`,
`category.translation.internalLink`
) as `category.internalLink`,
`category.translation.externalLink`,
COALESCE(
`category.translation.externalLink`,
`category.translation.externalLink`
) as `category.externalLink`,
`category.translation.linkNewTab`,
COALESCE(
`category.translation.linkNewTab`,
`category.translation.linkNewTab`
) as `category.linkNewTab`,
`category.translation.description`,
COALESCE(
`category.translation.description`,
`category.translation.description`
) as `category.description`,
`category.translation.metaTitle`,
COALESCE(
`category.translation.metaTitle`,
`category.translation.metaTitle`
) as `category.metaTitle`,
`category.translation.metaDescription`,
COALESCE(
`category.translation.metaDescription`,
`category.translation.metaDescription`
) as `category.metaDescription`,
`category.translation.keywords`,
COALESCE(
`category.translation.keywords`,
`category.translation.keywords`
) as `category.keywords`,
`category.translation.customFields`,
COALESCE(
`category.translation.customFields`,
`category.translation.customFields`
) as `category.customFields`,
`category.translation.createdAt`,
`category.translation.updatedAt`,
`category.translation.categoryId`,
`category.translation.languageId`,
`category.translation.categoryVersionId`
FROM
`category`
LEFT JOIN (
SELECT
`category.translation`.category_id,
`category.translation`.category_version_id,
`category.translation`.name as `category.translation.name`,
`category.translation`.breadcrumb as `category.translation.breadcrumb`,
`category.translation`.slot_config as `category.translation.slotConfig`,
`category.translation`.link_type as `category.translation.linkType`,
`category.translation`.internal_link as `category.translation.internalLink`,
`category.translation`.external_link as `category.translation.externalLink`,
`category.translation`.link_new_tab as `category.translation.linkNewTab`,
`category.translation`.description as `category.translation.description`,
`category.translation`.meta_title as `category.translation.metaTitle`,
`category.translation`.meta_description as `category.translation.metaDescription`,
`category.translation`.keywords as `category.translation.keywords`,
`category.translation`.custom_fields as `category.translation.customFields`,
`category.translation`.created_at as `category.translation.createdAt`,
`category.translation`.updated_at as `category.translation.updatedAt`,
`category.translation`.category_id as `category.translation.categoryId`,
`category.translation`.language_id as `category.translation.languageId`,
`category.translation`.category_version_id as `category.translation.categoryVersionId`
FROM
`category_translation` `category.translation`
WHERE
`category.translation`.language_id = : languageId
) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id`
AND `category.category_translation`.category_version_id = `category`.version_id
WHERE
(
`category`.`version_id` = : version
)
AND (
(
`category`.`active` = : param_9d11f037a5454c22a9b2c05d38211dd4
AND `category`.`parent_id` = : param_9050dd8ba4b949a1912d301ab4fa8fc2
)
)
SELECT `category`.`id` as `category.id`, `category`.`version_id` as `category.versionId`, `category`.`parent_id` as `category.parentId`, `category`.`parent_version_id` as `category.parentVersionId`, `category`.`after_category_id` as `category.afterCategoryId`, `category`.`after_category_version_id` as `category.afterCategoryVersionId`, `category`.`media_id` as `category.mediaId`, `category`.`display_nested_products` as `category.displayNestedProducts`, `category`.`auto_increment` as `category.autoIncrement`, `category`.`level` as `category.level`, `category`.`path` as `category.path`, `category`.`child_count` as `category.childCount`, `category`.`type` as `category.type`, `category`.`product_assignment_type` as `category.productAssignmentType`, `category`.`visible` as `category.visible`, `category`.`active` as `category.active`, `category`.`cms_page_id` as `category.cmsPageId`, `category`.`cms_page_version_id` as `category.cmsPageVersionId`, `category`.`product_stream_id` as `category.productStreamId`, `category`.`created_at` as `category.createdAt`, `category`.`updated_at` as `category.updatedAt`, `category.translation.name`, COALESCE(`category.translation.name`,`category.translation.name`) as `category.name`, `category.translation.breadcrumb`, COALESCE(`category.translation.breadcrumb`,`category.translation.breadcrumb`) as `category.breadcrumb`, `category.translation.slotConfig`, COALESCE(`category.translation.slotConfig`,`category.translation.slotConfig`) as `category.slotConfig`, `category.translation.linkType`, COALESCE(`category.translation.linkType`,`category.translation.linkType`) as `category.linkType`, `category.translation.internalLink`, COALESCE(`category.translation.internalLink`,`category.translation.internalLink`) as `category.internalLink`, `category.translation.externalLink`, COALESCE(`category.translation.externalLink`,`category.translation.externalLink`) as `category.externalLink`, `category.translation.linkNewTab`, COALESCE(`category.translation.linkNewTab`,`category.translation.linkNewTab`) as `category.linkNewTab`, `category.translation.description`, COALESCE(`category.translation.description`,`category.translation.description`) as `category.description`, `category.translation.metaTitle`, COALESCE(`category.translation.metaTitle`,`category.translation.metaTitle`) as `category.metaTitle`, `category.translation.metaDescription`, COALESCE(`category.translation.metaDescription`,`category.translation.metaDescription`) as `category.metaDescription`, `category.translation.keywords`, COALESCE(`category.translation.keywords`,`category.translation.keywords`) as `category.keywords`, `category.translation.customFields`, COALESCE(`category.translation.customFields`,`category.translation.customFields`) as `category.customFields`, `category.translation.createdAt`, `category.translation.updatedAt`, `category.translation.categoryId`, `category.translation.languageId`, `category.translation.categoryVersionId` FROM `category` LEFT JOIN (SELECT `category.translation`.category_id, `category.translation`.category_version_id, `category.translation`.name as `category.translation.name`, `category.translation`.breadcrumb as `category.translation.breadcrumb`, `category.translation`.slot_config as `category.translation.slotConfig`, `category.translation`.link_type as `category.translation.linkType`, `category.translation`.internal_link as `category.translation.internalLink`, `category.translation`.external_link as `category.translation.externalLink`, `category.translation`.link_new_tab as `category.translation.linkNewTab`, `category.translation`.description as `category.translation.description`, `category.translation`.meta_title as `category.translation.metaTitle`, `category.translation`.meta_description as `category.translation.metaDescription`, `category.translation`.keywords as `category.translation.keywords`, `category.translation`.custom_fields as `category.translation.customFields`, `category.translation`.created_at as `category.translation.createdAt`, `category.translation`.updated_at as `category.translation.updatedAt`, `category.translation`.category_id as `category.translation.categoryId`, `category.translation`.language_id as `category.translation.languageId`, `category.translation`.category_version_id as `category.translation.categoryVersionId` FROM `category_translation` `category.translation` WHERE `category.translation`.language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.category_version_id = `category`.version_id WHERE (`category`.`version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425) AND ((`category`.`active` = 1 AND `category`.`parent_id` = 0x55CDFAEC532943EF8EFCAB05C3744020));
array:37 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 239)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 316)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetch (line 148)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 92)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::read (line 257)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::read (line 286)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::_search (line 106)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 51)"
9 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator::search (line 64)"
10 => "Nd\Theme\Subscriber\AddMenuData::getMenu (line 77)"
11 => "Nd\Theme\Subscriber\AddMenuData::loadAdditionalMenus (line 43)"
12 => "Nd\Theme\Subscriber\AddMenuData::addData (line 118)"
13 => "Symfony\Component\EventDispatcher\Debug\WrappedListener::__invoke (line 230)"
14 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
15 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 56)"
16 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 98)"
17 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 55)"
18 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 37)"
19 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
20 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 96)"
21 => "Shopware\Storefront\Pagelet\Header\HeaderPageletLoader::load (line 89)"
22 => "Shopware\Storefront\Page\GenericPageLoader::Shopware\Storefront\Page\{closure} (line 59)"
23 => "Shopware\Core\Profiling\Profiler::trace (line 78)"
24 => "Shopware\Storefront\Page\GenericPageLoader::load (line 55)"
25 => "Nd\Fashion\Page\Manufacturer\ProductManufacturerPageLoader::load (line 48)"
26 => "Nd\Fashion\Storefront\Controller\ManufacturerController::productManufacturerDetail (line 163)"
27 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
28 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
29 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
30 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 481)"
31 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 454)"
32 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 348)"
33 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 226)"
34 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
35 => "Shopware\Core\HttpKernel::doHandle (line 81)"
36 => "Shopware\Core\HttpKernel::handle (line 69)"
]
|
66 |
0.45 ms |
SELECT `seo_url`.`id` as `seo_url.id`, `seo_url`.`sales_channel_id` as `seo_url.salesChannelId`, `seo_url`.`language_id` as `seo_url.languageId`, `seo_url`.`foreign_key` as `seo_url.foreignKey`, `seo_url`.`route_name` as `seo_url.routeName`, `seo_url`.`path_info` as `seo_url.pathInfo`, `seo_url`.`seo_path_info` as `seo_url.seoPathInfo`, `seo_url`.`is_canonical` as `seo_url.isCanonical`, `seo_url`.`is_modified` as `seo_url.isModified`, `seo_url`.`is_deleted` as `seo_url.isDeleted`, `seo_url`.`custom_fields` as `seo_url.customFields`, `seo_url`.`created_at` as `seo_url.createdAt`, `seo_url`.`updated_at` as `seo_url.updatedAt` FROM `seo_url` WHERE (`seo_url`.`foreign_key` IN (:param_914b51c67b1a455086f3d33aa49ea82a))
SELECT `seo_url`.`id` as `seo_url.id`, `seo_url`.`sales_channel_id` as `seo_url.salesChannelId`, `seo_url`.`language_id` as `seo_url.languageId`, `seo_url`.`foreign_key` as `seo_url.foreignKey`, `seo_url`.`route_name` as `seo_url.routeName`, `seo_url`.`path_info` as `seo_url.pathInfo`, `seo_url`.`seo_path_info` as `seo_url.seoPathInfo`, `seo_url`.`is_canonical` as `seo_url.isCanonical`, `seo_url`.`is_modified` as `seo_url.isModified`, `seo_url`.`is_deleted` as `seo_url.isDeleted`, `seo_url`.`custom_fields` as `seo_url.customFields`, `seo_url`.`created_at` as `seo_url.createdAt`, `seo_url`.`updated_at` as `seo_url.updatedAt` FROM `seo_url` WHERE (`seo_url`.`foreign_key` IN (0x78AA4D49291D415E97B747B9C1AD431C, 0x92D6D2C0151C46F891C97F0AC33DE4E7, 0xA5BB5B741A8148A688BBA577BD2476F1));
array:41 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 239)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 316)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetch (line 148)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 496)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::loadOneToManyWithoutPagination (line 438)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::loadOneToMany (line 1210)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetchAssociations (line 152)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 92)"
9 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::read (line 257)"
10 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::read (line 286)"
11 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::_search (line 106)"
12 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 51)"
13 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator::search (line 64)"
14 => "Nd\Theme\Subscriber\AddMenuData::getMenu (line 77)"
15 => "Nd\Theme\Subscriber\AddMenuData::loadAdditionalMenus (line 43)"
16 => "Nd\Theme\Subscriber\AddMenuData::addData (line 118)"
17 => "Symfony\Component\EventDispatcher\Debug\WrappedListener::__invoke (line 230)"
18 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
19 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 56)"
20 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 98)"
21 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 55)"
22 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 37)"
23 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
24 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 96)"
25 => "Shopware\Storefront\Pagelet\Header\HeaderPageletLoader::load (line 89)"
26 => "Shopware\Storefront\Page\GenericPageLoader::Shopware\Storefront\Page\{closure} (line 59)"
27 => "Shopware\Core\Profiling\Profiler::trace (line 78)"
28 => "Shopware\Storefront\Page\GenericPageLoader::load (line 55)"
29 => "Nd\Fashion\Page\Manufacturer\ProductManufacturerPageLoader::load (line 48)"
30 => "Nd\Fashion\Storefront\Controller\ManufacturerController::productManufacturerDetail (line 163)"
31 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
32 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
33 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
34 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 481)"
35 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 454)"
36 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 348)"
37 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 226)"
38 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
39 => "Shopware\Core\HttpKernel::doHandle (line 81)"
40 => "Shopware\Core\HttpKernel::handle (line 69)"
]
|
67 |
1.67 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.translation.name`, COALESCE(`category.translation.name`,`category.translation.name`) as `category.name`, `category.translation.breadcrumb`, COALESCE(`category.translation.breadcrumb`,`category.translation.breadcrumb`) as `category.breadcrumb`, `category.translation.slotConfig`, COALESCE(`category.translation.slotConfig`,`category.translation.slotConfig`) as `category.slotConfig`, `category.translation.linkType`, COALESCE(`category.translation.linkType`,`category.translation.linkType`) as `category.linkType`, `category.translation.internalLink`, COALESCE(`category.translation.internalLink`,`category.translation.internalLink`) as `category.internalLink`, `category.translation.externalLink`, COALESCE(`category.translation.externalLink`,`category.translation.externalLink`) as `category.externalLink`, `category.translation.linkNewTab`, COALESCE(`category.translation.linkNewTab`,`category.translation.linkNewTab`) as `category.linkNewTab`, `category.translation.description`, COALESCE(`category.translation.description`,`category.translation.description`) as `category.description`, `category.translation.metaTitle`, COALESCE(`category.translation.metaTitle`,`category.translation.metaTitle`) as `category.metaTitle`, `category.translation.metaDescription`, COALESCE(`category.translation.metaDescription`,`category.translation.metaDescription`) as `category.metaDescription`, `category.translation.keywords`, COALESCE(`category.translation.keywords`,`category.translation.keywords`) as `category.keywords`, `category.translation.customFields`, COALESCE(`category.translation.customFields`,`category.translation.customFields`) as `category.customFields`, `category.translation.createdAt`, `category.translation.updatedAt`, `category.translation.categoryId`, `category.translation.languageId`, `category.translation.categoryVersionId` FROM `category` LEFT JOIN (SELECT `category.translation`.category_id, `category.translation`.category_version_id, `category.translation`.name as `category.translation.name`, `category.translation`.breadcrumb as `category.translation.breadcrumb`, `category.translation`.slot_config as `category.translation.slotConfig`, `category.translation`.link_type as `category.translation.linkType`, `category.translation`.internal_link as `category.translation.internalLink`, `category.translation`.external_link as `category.translation.externalLink`, `category.translation`.link_new_tab as `category.translation.linkNewTab`, `category.translation`.description as `category.translation.description`, `category.translation`.meta_title as `category.translation.metaTitle`, `category.translation`.meta_description as `category.translation.metaDescription`, `category.translation`.keywords as `category.translation.keywords`, `category.translation`.custom_fields as `category.translation.customFields`, `category.translation`.created_at as `category.translation.createdAt`, `category.translation`.updated_at as `category.translation.updatedAt`, `category.translation`.category_id as `category.translation.categoryId`, `category.translation`.language_id as `category.translation.languageId`, `category.translation`.category_version_id as `category.translation.categoryVersionId` FROM `category_translation` `category.translation` WHERE `category.translation`.language_id = :languageId) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.category_version_id = `category`.version_id WHERE (`category`.`version_id` = :version) AND ((`category`.`active` = :param_43ef91f706084efe86858eaa327ef1bd AND `category`.`parent_id` = :param_22a2b22b159b44edb3a72242c56f6362))
SELECT
`category`.`id` as `category.id`,
`category`.`version_id` as `category.versionId`,
`category`.`parent_id` as `category.parentId`,
`category`.`parent_version_id` as `category.parentVersionId`,
`category`.`after_category_id` as `category.afterCategoryId`,
`category`.`after_category_version_id` as `category.afterCategoryVersionId`,
`category`.`media_id` as `category.mediaId`,
`category`.`display_nested_products` as `category.displayNestedProducts`,
`category`.`auto_increment` as `category.autoIncrement`,
`category`.`level` as `category.level`,
`category`.`path` as `category.path`,
`category`.`child_count` as `category.childCount`,
`category`.`type` as `category.type`,
`category`.`product_assignment_type` as `category.productAssignmentType`,
`category`.`visible` as `category.visible`,
`category`.`active` as `category.active`,
`category`.`cms_page_id` as `category.cmsPageId`,
`category`.`cms_page_version_id` as `category.cmsPageVersionId`,
`category`.`product_stream_id` as `category.productStreamId`,
`category`.`created_at` as `category.createdAt`,
`category`.`updated_at` as `category.updatedAt`,
`category.translation.name`,
COALESCE(
`category.translation.name`, `category.translation.name`
) as `category.name`,
`category.translation.breadcrumb`,
COALESCE(
`category.translation.breadcrumb`,
`category.translation.breadcrumb`
) as `category.breadcrumb`,
`category.translation.slotConfig`,
COALESCE(
`category.translation.slotConfig`,
`category.translation.slotConfig`
) as `category.slotConfig`,
`category.translation.linkType`,
COALESCE(
`category.translation.linkType`,
`category.translation.linkType`
) as `category.linkType`,
`category.translation.internalLink`,
COALESCE(
`category.translation.internalLink`,
`category.translation.internalLink`
) as `category.internalLink`,
`category.translation.externalLink`,
COALESCE(
`category.translation.externalLink`,
`category.translation.externalLink`
) as `category.externalLink`,
`category.translation.linkNewTab`,
COALESCE(
`category.translation.linkNewTab`,
`category.translation.linkNewTab`
) as `category.linkNewTab`,
`category.translation.description`,
COALESCE(
`category.translation.description`,
`category.translation.description`
) as `category.description`,
`category.translation.metaTitle`,
COALESCE(
`category.translation.metaTitle`,
`category.translation.metaTitle`
) as `category.metaTitle`,
`category.translation.metaDescription`,
COALESCE(
`category.translation.metaDescription`,
`category.translation.metaDescription`
) as `category.metaDescription`,
`category.translation.keywords`,
COALESCE(
`category.translation.keywords`,
`category.translation.keywords`
) as `category.keywords`,
`category.translation.customFields`,
COALESCE(
`category.translation.customFields`,
`category.translation.customFields`
) as `category.customFields`,
`category.translation.createdAt`,
`category.translation.updatedAt`,
`category.translation.categoryId`,
`category.translation.languageId`,
`category.translation.categoryVersionId`
FROM
`category`
LEFT JOIN (
SELECT
`category.translation`.category_id,
`category.translation`.category_version_id,
`category.translation`.name as `category.translation.name`,
`category.translation`.breadcrumb as `category.translation.breadcrumb`,
`category.translation`.slot_config as `category.translation.slotConfig`,
`category.translation`.link_type as `category.translation.linkType`,
`category.translation`.internal_link as `category.translation.internalLink`,
`category.translation`.external_link as `category.translation.externalLink`,
`category.translation`.link_new_tab as `category.translation.linkNewTab`,
`category.translation`.description as `category.translation.description`,
`category.translation`.meta_title as `category.translation.metaTitle`,
`category.translation`.meta_description as `category.translation.metaDescription`,
`category.translation`.keywords as `category.translation.keywords`,
`category.translation`.custom_fields as `category.translation.customFields`,
`category.translation`.created_at as `category.translation.createdAt`,
`category.translation`.updated_at as `category.translation.updatedAt`,
`category.translation`.category_id as `category.translation.categoryId`,
`category.translation`.language_id as `category.translation.languageId`,
`category.translation`.category_version_id as `category.translation.categoryVersionId`
FROM
`category_translation` `category.translation`
WHERE
`category.translation`.language_id = : languageId
) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id`
AND `category.category_translation`.category_version_id = `category`.version_id
WHERE
(
`category`.`version_id` = : version
)
AND (
(
`category`.`active` = : param_43ef91f706084efe86858eaa327ef1bd
AND `category`.`parent_id` = : param_22a2b22b159b44edb3a72242c56f6362
)
)
SELECT `category`.`id` as `category.id`, `category`.`version_id` as `category.versionId`, `category`.`parent_id` as `category.parentId`, `category`.`parent_version_id` as `category.parentVersionId`, `category`.`after_category_id` as `category.afterCategoryId`, `category`.`after_category_version_id` as `category.afterCategoryVersionId`, `category`.`media_id` as `category.mediaId`, `category`.`display_nested_products` as `category.displayNestedProducts`, `category`.`auto_increment` as `category.autoIncrement`, `category`.`level` as `category.level`, `category`.`path` as `category.path`, `category`.`child_count` as `category.childCount`, `category`.`type` as `category.type`, `category`.`product_assignment_type` as `category.productAssignmentType`, `category`.`visible` as `category.visible`, `category`.`active` as `category.active`, `category`.`cms_page_id` as `category.cmsPageId`, `category`.`cms_page_version_id` as `category.cmsPageVersionId`, `category`.`product_stream_id` as `category.productStreamId`, `category`.`created_at` as `category.createdAt`, `category`.`updated_at` as `category.updatedAt`, `category.translation.name`, COALESCE(`category.translation.name`,`category.translation.name`) as `category.name`, `category.translation.breadcrumb`, COALESCE(`category.translation.breadcrumb`,`category.translation.breadcrumb`) as `category.breadcrumb`, `category.translation.slotConfig`, COALESCE(`category.translation.slotConfig`,`category.translation.slotConfig`) as `category.slotConfig`, `category.translation.linkType`, COALESCE(`category.translation.linkType`,`category.translation.linkType`) as `category.linkType`, `category.translation.internalLink`, COALESCE(`category.translation.internalLink`,`category.translation.internalLink`) as `category.internalLink`, `category.translation.externalLink`, COALESCE(`category.translation.externalLink`,`category.translation.externalLink`) as `category.externalLink`, `category.translation.linkNewTab`, COALESCE(`category.translation.linkNewTab`,`category.translation.linkNewTab`) as `category.linkNewTab`, `category.translation.description`, COALESCE(`category.translation.description`,`category.translation.description`) as `category.description`, `category.translation.metaTitle`, COALESCE(`category.translation.metaTitle`,`category.translation.metaTitle`) as `category.metaTitle`, `category.translation.metaDescription`, COALESCE(`category.translation.metaDescription`,`category.translation.metaDescription`) as `category.metaDescription`, `category.translation.keywords`, COALESCE(`category.translation.keywords`,`category.translation.keywords`) as `category.keywords`, `category.translation.customFields`, COALESCE(`category.translation.customFields`,`category.translation.customFields`) as `category.customFields`, `category.translation.createdAt`, `category.translation.updatedAt`, `category.translation.categoryId`, `category.translation.languageId`, `category.translation.categoryVersionId` FROM `category` LEFT JOIN (SELECT `category.translation`.category_id, `category.translation`.category_version_id, `category.translation`.name as `category.translation.name`, `category.translation`.breadcrumb as `category.translation.breadcrumb`, `category.translation`.slot_config as `category.translation.slotConfig`, `category.translation`.link_type as `category.translation.linkType`, `category.translation`.internal_link as `category.translation.internalLink`, `category.translation`.external_link as `category.translation.externalLink`, `category.translation`.link_new_tab as `category.translation.linkNewTab`, `category.translation`.description as `category.translation.description`, `category.translation`.meta_title as `category.translation.metaTitle`, `category.translation`.meta_description as `category.translation.metaDescription`, `category.translation`.keywords as `category.translation.keywords`, `category.translation`.custom_fields as `category.translation.customFields`, `category.translation`.created_at as `category.translation.createdAt`, `category.translation`.updated_at as `category.translation.updatedAt`, `category.translation`.category_id as `category.translation.categoryId`, `category.translation`.language_id as `category.translation.languageId`, `category.translation`.category_version_id as `category.translation.categoryVersionId` FROM `category_translation` `category.translation` WHERE `category.translation`.language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.category_version_id = `category`.version_id WHERE (`category`.`version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425) AND ((`category`.`active` = 1 AND `category`.`parent_id` = 0x6D478DCA93024C40BF427BD01AEB439F));
array:37 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 239)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 316)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetch (line 148)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 92)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::read (line 257)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::read (line 286)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::_search (line 106)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 51)"
9 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator::search (line 64)"
10 => "Nd\Theme\Subscriber\AddMenuData::getMenu (line 77)"
11 => "Nd\Theme\Subscriber\AddMenuData::loadAdditionalMenus (line 43)"
12 => "Nd\Theme\Subscriber\AddMenuData::addData (line 118)"
13 => "Symfony\Component\EventDispatcher\Debug\WrappedListener::__invoke (line 230)"
14 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
15 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 56)"
16 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 98)"
17 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 55)"
18 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 37)"
19 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
20 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 96)"
21 => "Shopware\Storefront\Pagelet\Header\HeaderPageletLoader::load (line 89)"
22 => "Shopware\Storefront\Page\GenericPageLoader::Shopware\Storefront\Page\{closure} (line 59)"
23 => "Shopware\Core\Profiling\Profiler::trace (line 78)"
24 => "Shopware\Storefront\Page\GenericPageLoader::load (line 55)"
25 => "Nd\Fashion\Page\Manufacturer\ProductManufacturerPageLoader::load (line 48)"
26 => "Nd\Fashion\Storefront\Controller\ManufacturerController::productManufacturerDetail (line 163)"
27 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
28 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
29 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
30 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 481)"
31 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 454)"
32 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 348)"
33 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 226)"
34 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
35 => "Shopware\Core\HttpKernel::doHandle (line 81)"
36 => "Shopware\Core\HttpKernel::handle (line 69)"
]
|
68 |
0.45 ms |
SELECT `seo_url`.`id` as `seo_url.id`, `seo_url`.`sales_channel_id` as `seo_url.salesChannelId`, `seo_url`.`language_id` as `seo_url.languageId`, `seo_url`.`foreign_key` as `seo_url.foreignKey`, `seo_url`.`route_name` as `seo_url.routeName`, `seo_url`.`path_info` as `seo_url.pathInfo`, `seo_url`.`seo_path_info` as `seo_url.seoPathInfo`, `seo_url`.`is_canonical` as `seo_url.isCanonical`, `seo_url`.`is_modified` as `seo_url.isModified`, `seo_url`.`is_deleted` as `seo_url.isDeleted`, `seo_url`.`custom_fields` as `seo_url.customFields`, `seo_url`.`created_at` as `seo_url.createdAt`, `seo_url`.`updated_at` as `seo_url.updatedAt` FROM `seo_url` WHERE (`seo_url`.`foreign_key` IN (:param_9995c5cd83f14fedb1a551a7197fba6f))
SELECT `seo_url`.`id` as `seo_url.id`, `seo_url`.`sales_channel_id` as `seo_url.salesChannelId`, `seo_url`.`language_id` as `seo_url.languageId`, `seo_url`.`foreign_key` as `seo_url.foreignKey`, `seo_url`.`route_name` as `seo_url.routeName`, `seo_url`.`path_info` as `seo_url.pathInfo`, `seo_url`.`seo_path_info` as `seo_url.seoPathInfo`, `seo_url`.`is_canonical` as `seo_url.isCanonical`, `seo_url`.`is_modified` as `seo_url.isModified`, `seo_url`.`is_deleted` as `seo_url.isDeleted`, `seo_url`.`custom_fields` as `seo_url.customFields`, `seo_url`.`created_at` as `seo_url.createdAt`, `seo_url`.`updated_at` as `seo_url.updatedAt` FROM `seo_url` WHERE (`seo_url`.`foreign_key` IN (0x0536DC90D2574C37BE1B9150C5C77EF6, 0x0F50DBECAD6848BB8BC3FAEC1CCB49AC, 0x2D8168A55B9C4506B6A3AB8F35687A72, 0x48A73E8D8B01427B84A4C08AC4447A48, 0x83EFEC8C35084573ADCC860ED4CF80E8, 0xACCA81B74C924194ADEA1D87725A183B, 0xD5DA2DC357774C1EB1C6B12F6C9B19FC, 0xEA5AC515DCF44988AF3CC2D6275F2E18));
array:41 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 239)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 316)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetch (line 148)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 496)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::loadOneToManyWithoutPagination (line 438)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::loadOneToMany (line 1210)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetchAssociations (line 152)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 92)"
9 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::read (line 257)"
10 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::read (line 286)"
11 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::_search (line 106)"
12 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 51)"
13 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator::search (line 64)"
14 => "Nd\Theme\Subscriber\AddMenuData::getMenu (line 77)"
15 => "Nd\Theme\Subscriber\AddMenuData::loadAdditionalMenus (line 43)"
16 => "Nd\Theme\Subscriber\AddMenuData::addData (line 118)"
17 => "Symfony\Component\EventDispatcher\Debug\WrappedListener::__invoke (line 230)"
18 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
19 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 56)"
20 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 98)"
21 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 55)"
22 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 37)"
23 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
24 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 96)"
25 => "Shopware\Storefront\Pagelet\Header\HeaderPageletLoader::load (line 89)"
26 => "Shopware\Storefront\Page\GenericPageLoader::Shopware\Storefront\Page\{closure} (line 59)"
27 => "Shopware\Core\Profiling\Profiler::trace (line 78)"
28 => "Shopware\Storefront\Page\GenericPageLoader::load (line 55)"
29 => "Nd\Fashion\Page\Manufacturer\ProductManufacturerPageLoader::load (line 48)"
30 => "Nd\Fashion\Storefront\Controller\ManufacturerController::productManufacturerDetail (line 163)"
31 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
32 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
33 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
34 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 481)"
35 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 454)"
36 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 348)"
37 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 226)"
38 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
39 => "Shopware\Core\HttpKernel::doHandle (line 81)"
40 => "Shopware\Core\HttpKernel::handle (line 69)"
]
|
69 |
1.64 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.translation.name`, COALESCE(`category.translation.name`,`category.translation.name`) as `category.name`, `category.translation.breadcrumb`, COALESCE(`category.translation.breadcrumb`,`category.translation.breadcrumb`) as `category.breadcrumb`, `category.translation.slotConfig`, COALESCE(`category.translation.slotConfig`,`category.translation.slotConfig`) as `category.slotConfig`, `category.translation.linkType`, COALESCE(`category.translation.linkType`,`category.translation.linkType`) as `category.linkType`, `category.translation.internalLink`, COALESCE(`category.translation.internalLink`,`category.translation.internalLink`) as `category.internalLink`, `category.translation.externalLink`, COALESCE(`category.translation.externalLink`,`category.translation.externalLink`) as `category.externalLink`, `category.translation.linkNewTab`, COALESCE(`category.translation.linkNewTab`,`category.translation.linkNewTab`) as `category.linkNewTab`, `category.translation.description`, COALESCE(`category.translation.description`,`category.translation.description`) as `category.description`, `category.translation.metaTitle`, COALESCE(`category.translation.metaTitle`,`category.translation.metaTitle`) as `category.metaTitle`, `category.translation.metaDescription`, COALESCE(`category.translation.metaDescription`,`category.translation.metaDescription`) as `category.metaDescription`, `category.translation.keywords`, COALESCE(`category.translation.keywords`,`category.translation.keywords`) as `category.keywords`, `category.translation.customFields`, COALESCE(`category.translation.customFields`,`category.translation.customFields`) as `category.customFields`, `category.translation.createdAt`, `category.translation.updatedAt`, `category.translation.categoryId`, `category.translation.languageId`, `category.translation.categoryVersionId` FROM `category` LEFT JOIN (SELECT `category.translation`.category_id, `category.translation`.category_version_id, `category.translation`.name as `category.translation.name`, `category.translation`.breadcrumb as `category.translation.breadcrumb`, `category.translation`.slot_config as `category.translation.slotConfig`, `category.translation`.link_type as `category.translation.linkType`, `category.translation`.internal_link as `category.translation.internalLink`, `category.translation`.external_link as `category.translation.externalLink`, `category.translation`.link_new_tab as `category.translation.linkNewTab`, `category.translation`.description as `category.translation.description`, `category.translation`.meta_title as `category.translation.metaTitle`, `category.translation`.meta_description as `category.translation.metaDescription`, `category.translation`.keywords as `category.translation.keywords`, `category.translation`.custom_fields as `category.translation.customFields`, `category.translation`.created_at as `category.translation.createdAt`, `category.translation`.updated_at as `category.translation.updatedAt`, `category.translation`.category_id as `category.translation.categoryId`, `category.translation`.language_id as `category.translation.languageId`, `category.translation`.category_version_id as `category.translation.categoryVersionId` FROM `category_translation` `category.translation` WHERE `category.translation`.language_id = :languageId) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.category_version_id = `category`.version_id WHERE (`category`.`version_id` = :version) AND ((`category`.`active` = :param_8ca202228c4d4f62ab120003d2edccff AND `category`.`parent_id` = :param_c50cc8ae9959483b8d4871e47243e15f))
SELECT
`category`.`id` as `category.id`,
`category`.`version_id` as `category.versionId`,
`category`.`parent_id` as `category.parentId`,
`category`.`parent_version_id` as `category.parentVersionId`,
`category`.`after_category_id` as `category.afterCategoryId`,
`category`.`after_category_version_id` as `category.afterCategoryVersionId`,
`category`.`media_id` as `category.mediaId`,
`category`.`display_nested_products` as `category.displayNestedProducts`,
`category`.`auto_increment` as `category.autoIncrement`,
`category`.`level` as `category.level`,
`category`.`path` as `category.path`,
`category`.`child_count` as `category.childCount`,
`category`.`type` as `category.type`,
`category`.`product_assignment_type` as `category.productAssignmentType`,
`category`.`visible` as `category.visible`,
`category`.`active` as `category.active`,
`category`.`cms_page_id` as `category.cmsPageId`,
`category`.`cms_page_version_id` as `category.cmsPageVersionId`,
`category`.`product_stream_id` as `category.productStreamId`,
`category`.`created_at` as `category.createdAt`,
`category`.`updated_at` as `category.updatedAt`,
`category.translation.name`,
COALESCE(
`category.translation.name`, `category.translation.name`
) as `category.name`,
`category.translation.breadcrumb`,
COALESCE(
`category.translation.breadcrumb`,
`category.translation.breadcrumb`
) as `category.breadcrumb`,
`category.translation.slotConfig`,
COALESCE(
`category.translation.slotConfig`,
`category.translation.slotConfig`
) as `category.slotConfig`,
`category.translation.linkType`,
COALESCE(
`category.translation.linkType`,
`category.translation.linkType`
) as `category.linkType`,
`category.translation.internalLink`,
COALESCE(
`category.translation.internalLink`,
`category.translation.internalLink`
) as `category.internalLink`,
`category.translation.externalLink`,
COALESCE(
`category.translation.externalLink`,
`category.translation.externalLink`
) as `category.externalLink`,
`category.translation.linkNewTab`,
COALESCE(
`category.translation.linkNewTab`,
`category.translation.linkNewTab`
) as `category.linkNewTab`,
`category.translation.description`,
COALESCE(
`category.translation.description`,
`category.translation.description`
) as `category.description`,
`category.translation.metaTitle`,
COALESCE(
`category.translation.metaTitle`,
`category.translation.metaTitle`
) as `category.metaTitle`,
`category.translation.metaDescription`,
COALESCE(
`category.translation.metaDescription`,
`category.translation.metaDescription`
) as `category.metaDescription`,
`category.translation.keywords`,
COALESCE(
`category.translation.keywords`,
`category.translation.keywords`
) as `category.keywords`,
`category.translation.customFields`,
COALESCE(
`category.translation.customFields`,
`category.translation.customFields`
) as `category.customFields`,
`category.translation.createdAt`,
`category.translation.updatedAt`,
`category.translation.categoryId`,
`category.translation.languageId`,
`category.translation.categoryVersionId`
FROM
`category`
LEFT JOIN (
SELECT
`category.translation`.category_id,
`category.translation`.category_version_id,
`category.translation`.name as `category.translation.name`,
`category.translation`.breadcrumb as `category.translation.breadcrumb`,
`category.translation`.slot_config as `category.translation.slotConfig`,
`category.translation`.link_type as `category.translation.linkType`,
`category.translation`.internal_link as `category.translation.internalLink`,
`category.translation`.external_link as `category.translation.externalLink`,
`category.translation`.link_new_tab as `category.translation.linkNewTab`,
`category.translation`.description as `category.translation.description`,
`category.translation`.meta_title as `category.translation.metaTitle`,
`category.translation`.meta_description as `category.translation.metaDescription`,
`category.translation`.keywords as `category.translation.keywords`,
`category.translation`.custom_fields as `category.translation.customFields`,
`category.translation`.created_at as `category.translation.createdAt`,
`category.translation`.updated_at as `category.translation.updatedAt`,
`category.translation`.category_id as `category.translation.categoryId`,
`category.translation`.language_id as `category.translation.languageId`,
`category.translation`.category_version_id as `category.translation.categoryVersionId`
FROM
`category_translation` `category.translation`
WHERE
`category.translation`.language_id = : languageId
) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id`
AND `category.category_translation`.category_version_id = `category`.version_id
WHERE
(
`category`.`version_id` = : version
)
AND (
(
`category`.`active` = : param_8ca202228c4d4f62ab120003d2edccff
AND `category`.`parent_id` = : param_c50cc8ae9959483b8d4871e47243e15f
)
)
SELECT `category`.`id` as `category.id`, `category`.`version_id` as `category.versionId`, `category`.`parent_id` as `category.parentId`, `category`.`parent_version_id` as `category.parentVersionId`, `category`.`after_category_id` as `category.afterCategoryId`, `category`.`after_category_version_id` as `category.afterCategoryVersionId`, `category`.`media_id` as `category.mediaId`, `category`.`display_nested_products` as `category.displayNestedProducts`, `category`.`auto_increment` as `category.autoIncrement`, `category`.`level` as `category.level`, `category`.`path` as `category.path`, `category`.`child_count` as `category.childCount`, `category`.`type` as `category.type`, `category`.`product_assignment_type` as `category.productAssignmentType`, `category`.`visible` as `category.visible`, `category`.`active` as `category.active`, `category`.`cms_page_id` as `category.cmsPageId`, `category`.`cms_page_version_id` as `category.cmsPageVersionId`, `category`.`product_stream_id` as `category.productStreamId`, `category`.`created_at` as `category.createdAt`, `category`.`updated_at` as `category.updatedAt`, `category.translation.name`, COALESCE(`category.translation.name`,`category.translation.name`) as `category.name`, `category.translation.breadcrumb`, COALESCE(`category.translation.breadcrumb`,`category.translation.breadcrumb`) as `category.breadcrumb`, `category.translation.slotConfig`, COALESCE(`category.translation.slotConfig`,`category.translation.slotConfig`) as `category.slotConfig`, `category.translation.linkType`, COALESCE(`category.translation.linkType`,`category.translation.linkType`) as `category.linkType`, `category.translation.internalLink`, COALESCE(`category.translation.internalLink`,`category.translation.internalLink`) as `category.internalLink`, `category.translation.externalLink`, COALESCE(`category.translation.externalLink`,`category.translation.externalLink`) as `category.externalLink`, `category.translation.linkNewTab`, COALESCE(`category.translation.linkNewTab`,`category.translation.linkNewTab`) as `category.linkNewTab`, `category.translation.description`, COALESCE(`category.translation.description`,`category.translation.description`) as `category.description`, `category.translation.metaTitle`, COALESCE(`category.translation.metaTitle`,`category.translation.metaTitle`) as `category.metaTitle`, `category.translation.metaDescription`, COALESCE(`category.translation.metaDescription`,`category.translation.metaDescription`) as `category.metaDescription`, `category.translation.keywords`, COALESCE(`category.translation.keywords`,`category.translation.keywords`) as `category.keywords`, `category.translation.customFields`, COALESCE(`category.translation.customFields`,`category.translation.customFields`) as `category.customFields`, `category.translation.createdAt`, `category.translation.updatedAt`, `category.translation.categoryId`, `category.translation.languageId`, `category.translation.categoryVersionId` FROM `category` LEFT JOIN (SELECT `category.translation`.category_id, `category.translation`.category_version_id, `category.translation`.name as `category.translation.name`, `category.translation`.breadcrumb as `category.translation.breadcrumb`, `category.translation`.slot_config as `category.translation.slotConfig`, `category.translation`.link_type as `category.translation.linkType`, `category.translation`.internal_link as `category.translation.internalLink`, `category.translation`.external_link as `category.translation.externalLink`, `category.translation`.link_new_tab as `category.translation.linkNewTab`, `category.translation`.description as `category.translation.description`, `category.translation`.meta_title as `category.translation.metaTitle`, `category.translation`.meta_description as `category.translation.metaDescription`, `category.translation`.keywords as `category.translation.keywords`, `category.translation`.custom_fields as `category.translation.customFields`, `category.translation`.created_at as `category.translation.createdAt`, `category.translation`.updated_at as `category.translation.updatedAt`, `category.translation`.category_id as `category.translation.categoryId`, `category.translation`.language_id as `category.translation.languageId`, `category.translation`.category_version_id as `category.translation.categoryVersionId` FROM `category_translation` `category.translation` WHERE `category.translation`.language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.category_version_id = `category`.version_id WHERE (`category`.`version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425) AND ((`category`.`active` = 1 AND `category`.`parent_id` = 0x14A610A3C4AF4E739B2286BF7F244437));
array:37 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 239)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 316)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetch (line 148)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 92)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::read (line 257)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::read (line 286)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::_search (line 106)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 51)"
9 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator::search (line 64)"
10 => "Nd\Theme\Subscriber\AddMenuData::getMenu (line 77)"
11 => "Nd\Theme\Subscriber\AddMenuData::loadAdditionalMenus (line 43)"
12 => "Nd\Theme\Subscriber\AddMenuData::addData (line 118)"
13 => "Symfony\Component\EventDispatcher\Debug\WrappedListener::__invoke (line 230)"
14 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
15 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 56)"
16 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 98)"
17 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 55)"
18 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 37)"
19 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
20 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 96)"
21 => "Shopware\Storefront\Pagelet\Header\HeaderPageletLoader::load (line 89)"
22 => "Shopware\Storefront\Page\GenericPageLoader::Shopware\Storefront\Page\{closure} (line 59)"
23 => "Shopware\Core\Profiling\Profiler::trace (line 78)"
24 => "Shopware\Storefront\Page\GenericPageLoader::load (line 55)"
25 => "Nd\Fashion\Page\Manufacturer\ProductManufacturerPageLoader::load (line 48)"
26 => "Nd\Fashion\Storefront\Controller\ManufacturerController::productManufacturerDetail (line 163)"
27 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
28 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
29 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
30 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 481)"
31 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 454)"
32 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 348)"
33 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 226)"
34 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
35 => "Shopware\Core\HttpKernel::doHandle (line 81)"
36 => "Shopware\Core\HttpKernel::handle (line 69)"
]
|
70 |
1.59 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.translation.name`, COALESCE(`category.translation.name`,`category.translation.name`) as `category.name`, `category.translation.breadcrumb`, COALESCE(`category.translation.breadcrumb`,`category.translation.breadcrumb`) as `category.breadcrumb`, `category.translation.slotConfig`, COALESCE(`category.translation.slotConfig`,`category.translation.slotConfig`) as `category.slotConfig`, `category.translation.linkType`, COALESCE(`category.translation.linkType`,`category.translation.linkType`) as `category.linkType`, `category.translation.internalLink`, COALESCE(`category.translation.internalLink`,`category.translation.internalLink`) as `category.internalLink`, `category.translation.externalLink`, COALESCE(`category.translation.externalLink`,`category.translation.externalLink`) as `category.externalLink`, `category.translation.linkNewTab`, COALESCE(`category.translation.linkNewTab`,`category.translation.linkNewTab`) as `category.linkNewTab`, `category.translation.description`, COALESCE(`category.translation.description`,`category.translation.description`) as `category.description`, `category.translation.metaTitle`, COALESCE(`category.translation.metaTitle`,`category.translation.metaTitle`) as `category.metaTitle`, `category.translation.metaDescription`, COALESCE(`category.translation.metaDescription`,`category.translation.metaDescription`) as `category.metaDescription`, `category.translation.keywords`, COALESCE(`category.translation.keywords`,`category.translation.keywords`) as `category.keywords`, `category.translation.customFields`, COALESCE(`category.translation.customFields`,`category.translation.customFields`) as `category.customFields`, `category.translation.createdAt`, `category.translation.updatedAt`, `category.translation.categoryId`, `category.translation.languageId`, `category.translation.categoryVersionId` FROM `category` LEFT JOIN (SELECT `category.translation`.category_id, `category.translation`.category_version_id, `category.translation`.name as `category.translation.name`, `category.translation`.breadcrumb as `category.translation.breadcrumb`, `category.translation`.slot_config as `category.translation.slotConfig`, `category.translation`.link_type as `category.translation.linkType`, `category.translation`.internal_link as `category.translation.internalLink`, `category.translation`.external_link as `category.translation.externalLink`, `category.translation`.link_new_tab as `category.translation.linkNewTab`, `category.translation`.description as `category.translation.description`, `category.translation`.meta_title as `category.translation.metaTitle`, `category.translation`.meta_description as `category.translation.metaDescription`, `category.translation`.keywords as `category.translation.keywords`, `category.translation`.custom_fields as `category.translation.customFields`, `category.translation`.created_at as `category.translation.createdAt`, `category.translation`.updated_at as `category.translation.updatedAt`, `category.translation`.category_id as `category.translation.categoryId`, `category.translation`.language_id as `category.translation.languageId`, `category.translation`.category_version_id as `category.translation.categoryVersionId` FROM `category_translation` `category.translation` WHERE `category.translation`.language_id = :languageId) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.category_version_id = `category`.version_id WHERE (`category`.`version_id` = :version) AND ((`category`.`active` = :param_f6b3a4a1d8f44b70aec5df7d3f34458d AND `category`.`parent_id` = :param_182baabb6797452e922ce5d294b69647))
SELECT
`category`.`id` as `category.id`,
`category`.`version_id` as `category.versionId`,
`category`.`parent_id` as `category.parentId`,
`category`.`parent_version_id` as `category.parentVersionId`,
`category`.`after_category_id` as `category.afterCategoryId`,
`category`.`after_category_version_id` as `category.afterCategoryVersionId`,
`category`.`media_id` as `category.mediaId`,
`category`.`display_nested_products` as `category.displayNestedProducts`,
`category`.`auto_increment` as `category.autoIncrement`,
`category`.`level` as `category.level`,
`category`.`path` as `category.path`,
`category`.`child_count` as `category.childCount`,
`category`.`type` as `category.type`,
`category`.`product_assignment_type` as `category.productAssignmentType`,
`category`.`visible` as `category.visible`,
`category`.`active` as `category.active`,
`category`.`cms_page_id` as `category.cmsPageId`,
`category`.`cms_page_version_id` as `category.cmsPageVersionId`,
`category`.`product_stream_id` as `category.productStreamId`,
`category`.`created_at` as `category.createdAt`,
`category`.`updated_at` as `category.updatedAt`,
`category.translation.name`,
COALESCE(
`category.translation.name`, `category.translation.name`
) as `category.name`,
`category.translation.breadcrumb`,
COALESCE(
`category.translation.breadcrumb`,
`category.translation.breadcrumb`
) as `category.breadcrumb`,
`category.translation.slotConfig`,
COALESCE(
`category.translation.slotConfig`,
`category.translation.slotConfig`
) as `category.slotConfig`,
`category.translation.linkType`,
COALESCE(
`category.translation.linkType`,
`category.translation.linkType`
) as `category.linkType`,
`category.translation.internalLink`,
COALESCE(
`category.translation.internalLink`,
`category.translation.internalLink`
) as `category.internalLink`,
`category.translation.externalLink`,
COALESCE(
`category.translation.externalLink`,
`category.translation.externalLink`
) as `category.externalLink`,
`category.translation.linkNewTab`,
COALESCE(
`category.translation.linkNewTab`,
`category.translation.linkNewTab`
) as `category.linkNewTab`,
`category.translation.description`,
COALESCE(
`category.translation.description`,
`category.translation.description`
) as `category.description`,
`category.translation.metaTitle`,
COALESCE(
`category.translation.metaTitle`,
`category.translation.metaTitle`
) as `category.metaTitle`,
`category.translation.metaDescription`,
COALESCE(
`category.translation.metaDescription`,
`category.translation.metaDescription`
) as `category.metaDescription`,
`category.translation.keywords`,
COALESCE(
`category.translation.keywords`,
`category.translation.keywords`
) as `category.keywords`,
`category.translation.customFields`,
COALESCE(
`category.translation.customFields`,
`category.translation.customFields`
) as `category.customFields`,
`category.translation.createdAt`,
`category.translation.updatedAt`,
`category.translation.categoryId`,
`category.translation.languageId`,
`category.translation.categoryVersionId`
FROM
`category`
LEFT JOIN (
SELECT
`category.translation`.category_id,
`category.translation`.category_version_id,
`category.translation`.name as `category.translation.name`,
`category.translation`.breadcrumb as `category.translation.breadcrumb`,
`category.translation`.slot_config as `category.translation.slotConfig`,
`category.translation`.link_type as `category.translation.linkType`,
`category.translation`.internal_link as `category.translation.internalLink`,
`category.translation`.external_link as `category.translation.externalLink`,
`category.translation`.link_new_tab as `category.translation.linkNewTab`,
`category.translation`.description as `category.translation.description`,
`category.translation`.meta_title as `category.translation.metaTitle`,
`category.translation`.meta_description as `category.translation.metaDescription`,
`category.translation`.keywords as `category.translation.keywords`,
`category.translation`.custom_fields as `category.translation.customFields`,
`category.translation`.created_at as `category.translation.createdAt`,
`category.translation`.updated_at as `category.translation.updatedAt`,
`category.translation`.category_id as `category.translation.categoryId`,
`category.translation`.language_id as `category.translation.languageId`,
`category.translation`.category_version_id as `category.translation.categoryVersionId`
FROM
`category_translation` `category.translation`
WHERE
`category.translation`.language_id = : languageId
) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id`
AND `category.category_translation`.category_version_id = `category`.version_id
WHERE
(
`category`.`version_id` = : version
)
AND (
(
`category`.`active` = : param_f6b3a4a1d8f44b70aec5df7d3f34458d
AND `category`.`parent_id` = : param_182baabb6797452e922ce5d294b69647
)
)
SELECT `category`.`id` as `category.id`, `category`.`version_id` as `category.versionId`, `category`.`parent_id` as `category.parentId`, `category`.`parent_version_id` as `category.parentVersionId`, `category`.`after_category_id` as `category.afterCategoryId`, `category`.`after_category_version_id` as `category.afterCategoryVersionId`, `category`.`media_id` as `category.mediaId`, `category`.`display_nested_products` as `category.displayNestedProducts`, `category`.`auto_increment` as `category.autoIncrement`, `category`.`level` as `category.level`, `category`.`path` as `category.path`, `category`.`child_count` as `category.childCount`, `category`.`type` as `category.type`, `category`.`product_assignment_type` as `category.productAssignmentType`, `category`.`visible` as `category.visible`, `category`.`active` as `category.active`, `category`.`cms_page_id` as `category.cmsPageId`, `category`.`cms_page_version_id` as `category.cmsPageVersionId`, `category`.`product_stream_id` as `category.productStreamId`, `category`.`created_at` as `category.createdAt`, `category`.`updated_at` as `category.updatedAt`, `category.translation.name`, COALESCE(`category.translation.name`,`category.translation.name`) as `category.name`, `category.translation.breadcrumb`, COALESCE(`category.translation.breadcrumb`,`category.translation.breadcrumb`) as `category.breadcrumb`, `category.translation.slotConfig`, COALESCE(`category.translation.slotConfig`,`category.translation.slotConfig`) as `category.slotConfig`, `category.translation.linkType`, COALESCE(`category.translation.linkType`,`category.translation.linkType`) as `category.linkType`, `category.translation.internalLink`, COALESCE(`category.translation.internalLink`,`category.translation.internalLink`) as `category.internalLink`, `category.translation.externalLink`, COALESCE(`category.translation.externalLink`,`category.translation.externalLink`) as `category.externalLink`, `category.translation.linkNewTab`, COALESCE(`category.translation.linkNewTab`,`category.translation.linkNewTab`) as `category.linkNewTab`, `category.translation.description`, COALESCE(`category.translation.description`,`category.translation.description`) as `category.description`, `category.translation.metaTitle`, COALESCE(`category.translation.metaTitle`,`category.translation.metaTitle`) as `category.metaTitle`, `category.translation.metaDescription`, COALESCE(`category.translation.metaDescription`,`category.translation.metaDescription`) as `category.metaDescription`, `category.translation.keywords`, COALESCE(`category.translation.keywords`,`category.translation.keywords`) as `category.keywords`, `category.translation.customFields`, COALESCE(`category.translation.customFields`,`category.translation.customFields`) as `category.customFields`, `category.translation.createdAt`, `category.translation.updatedAt`, `category.translation.categoryId`, `category.translation.languageId`, `category.translation.categoryVersionId` FROM `category` LEFT JOIN (SELECT `category.translation`.category_id, `category.translation`.category_version_id, `category.translation`.name as `category.translation.name`, `category.translation`.breadcrumb as `category.translation.breadcrumb`, `category.translation`.slot_config as `category.translation.slotConfig`, `category.translation`.link_type as `category.translation.linkType`, `category.translation`.internal_link as `category.translation.internalLink`, `category.translation`.external_link as `category.translation.externalLink`, `category.translation`.link_new_tab as `category.translation.linkNewTab`, `category.translation`.description as `category.translation.description`, `category.translation`.meta_title as `category.translation.metaTitle`, `category.translation`.meta_description as `category.translation.metaDescription`, `category.translation`.keywords as `category.translation.keywords`, `category.translation`.custom_fields as `category.translation.customFields`, `category.translation`.created_at as `category.translation.createdAt`, `category.translation`.updated_at as `category.translation.updatedAt`, `category.translation`.category_id as `category.translation.categoryId`, `category.translation`.language_id as `category.translation.languageId`, `category.translation`.category_version_id as `category.translation.categoryVersionId` FROM `category_translation` `category.translation` WHERE `category.translation`.language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.category_version_id = `category`.version_id WHERE (`category`.`version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425) AND ((`category`.`active` = 1 AND `category`.`parent_id` = 0x05ACCCF2B2434D129475A920AEE9C06F));
array:37 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 239)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 316)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetch (line 148)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 92)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::read (line 257)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::read (line 286)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::_search (line 106)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 51)"
9 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator::search (line 64)"
10 => "Nd\Theme\Subscriber\AddMenuData::getMenu (line 77)"
11 => "Nd\Theme\Subscriber\AddMenuData::loadAdditionalMenus (line 43)"
12 => "Nd\Theme\Subscriber\AddMenuData::addData (line 118)"
13 => "Symfony\Component\EventDispatcher\Debug\WrappedListener::__invoke (line 230)"
14 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
15 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 56)"
16 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 98)"
17 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 55)"
18 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 37)"
19 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
20 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 96)"
21 => "Shopware\Storefront\Pagelet\Header\HeaderPageletLoader::load (line 89)"
22 => "Shopware\Storefront\Page\GenericPageLoader::Shopware\Storefront\Page\{closure} (line 59)"
23 => "Shopware\Core\Profiling\Profiler::trace (line 78)"
24 => "Shopware\Storefront\Page\GenericPageLoader::load (line 55)"
25 => "Nd\Fashion\Page\Manufacturer\ProductManufacturerPageLoader::load (line 48)"
26 => "Nd\Fashion\Storefront\Controller\ManufacturerController::productManufacturerDetail (line 163)"
27 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
28 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
29 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
30 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 481)"
31 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 454)"
32 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 348)"
33 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 226)"
34 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
35 => "Shopware\Core\HttpKernel::doHandle (line 81)"
36 => "Shopware\Core\HttpKernel::handle (line 69)"
]
|
71 |
0.39 ms |
SELECT `seo_url`.`id` as `seo_url.id`, `seo_url`.`sales_channel_id` as `seo_url.salesChannelId`, `seo_url`.`language_id` as `seo_url.languageId`, `seo_url`.`foreign_key` as `seo_url.foreignKey`, `seo_url`.`route_name` as `seo_url.routeName`, `seo_url`.`path_info` as `seo_url.pathInfo`, `seo_url`.`seo_path_info` as `seo_url.seoPathInfo`, `seo_url`.`is_canonical` as `seo_url.isCanonical`, `seo_url`.`is_modified` as `seo_url.isModified`, `seo_url`.`is_deleted` as `seo_url.isDeleted`, `seo_url`.`custom_fields` as `seo_url.customFields`, `seo_url`.`created_at` as `seo_url.createdAt`, `seo_url`.`updated_at` as `seo_url.updatedAt` FROM `seo_url` WHERE (`seo_url`.`foreign_key` IN (:param_14f75f99c852471a815fca426c59a636))
SELECT `seo_url`.`id` as `seo_url.id`, `seo_url`.`sales_channel_id` as `seo_url.salesChannelId`, `seo_url`.`language_id` as `seo_url.languageId`, `seo_url`.`foreign_key` as `seo_url.foreignKey`, `seo_url`.`route_name` as `seo_url.routeName`, `seo_url`.`path_info` as `seo_url.pathInfo`, `seo_url`.`seo_path_info` as `seo_url.seoPathInfo`, `seo_url`.`is_canonical` as `seo_url.isCanonical`, `seo_url`.`is_modified` as `seo_url.isModified`, `seo_url`.`is_deleted` as `seo_url.isDeleted`, `seo_url`.`custom_fields` as `seo_url.customFields`, `seo_url`.`created_at` as `seo_url.createdAt`, `seo_url`.`updated_at` as `seo_url.updatedAt` FROM `seo_url` WHERE (`seo_url`.`foreign_key` IN (0x245D9829C6A1460A99DD55DE2ED683C7, 0x472760EA80E54466A51A591C05998DDD, 0x939B727DA8B643659D92CF34D402484F, 0xB69FE17B4CB04DB3A241971F00C5C3BB, 0xC47E674982E3404FA65B69AF114D3D72, 0xCDF2629DF8214F0D9B19930C2C2E9EAC));
array:41 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 239)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 316)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetch (line 148)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 496)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::loadOneToManyWithoutPagination (line 438)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::loadOneToMany (line 1210)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetchAssociations (line 152)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 92)"
9 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::read (line 257)"
10 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::read (line 286)"
11 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::_search (line 106)"
12 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 51)"
13 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator::search (line 64)"
14 => "Nd\Theme\Subscriber\AddMenuData::getMenu (line 77)"
15 => "Nd\Theme\Subscriber\AddMenuData::loadAdditionalMenus (line 43)"
16 => "Nd\Theme\Subscriber\AddMenuData::addData (line 118)"
17 => "Symfony\Component\EventDispatcher\Debug\WrappedListener::__invoke (line 230)"
18 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
19 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 56)"
20 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 98)"
21 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 55)"
22 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 37)"
23 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
24 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 96)"
25 => "Shopware\Storefront\Pagelet\Header\HeaderPageletLoader::load (line 89)"
26 => "Shopware\Storefront\Page\GenericPageLoader::Shopware\Storefront\Page\{closure} (line 59)"
27 => "Shopware\Core\Profiling\Profiler::trace (line 78)"
28 => "Shopware\Storefront\Page\GenericPageLoader::load (line 55)"
29 => "Nd\Fashion\Page\Manufacturer\ProductManufacturerPageLoader::load (line 48)"
30 => "Nd\Fashion\Storefront\Controller\ManufacturerController::productManufacturerDetail (line 163)"
31 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
32 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
33 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
34 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 481)"
35 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 454)"
36 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 348)"
37 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 226)"
38 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
39 => "Shopware\Core\HttpKernel::doHandle (line 81)"
40 => "Shopware\Core\HttpKernel::handle (line 69)"
]
|
72 |
1.62 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.translation.name`, COALESCE(`category.translation.name`,`category.translation.name`) as `category.name`, `category.translation.breadcrumb`, COALESCE(`category.translation.breadcrumb`,`category.translation.breadcrumb`) as `category.breadcrumb`, `category.translation.slotConfig`, COALESCE(`category.translation.slotConfig`,`category.translation.slotConfig`) as `category.slotConfig`, `category.translation.linkType`, COALESCE(`category.translation.linkType`,`category.translation.linkType`) as `category.linkType`, `category.translation.internalLink`, COALESCE(`category.translation.internalLink`,`category.translation.internalLink`) as `category.internalLink`, `category.translation.externalLink`, COALESCE(`category.translation.externalLink`,`category.translation.externalLink`) as `category.externalLink`, `category.translation.linkNewTab`, COALESCE(`category.translation.linkNewTab`,`category.translation.linkNewTab`) as `category.linkNewTab`, `category.translation.description`, COALESCE(`category.translation.description`,`category.translation.description`) as `category.description`, `category.translation.metaTitle`, COALESCE(`category.translation.metaTitle`,`category.translation.metaTitle`) as `category.metaTitle`, `category.translation.metaDescription`, COALESCE(`category.translation.metaDescription`,`category.translation.metaDescription`) as `category.metaDescription`, `category.translation.keywords`, COALESCE(`category.translation.keywords`,`category.translation.keywords`) as `category.keywords`, `category.translation.customFields`, COALESCE(`category.translation.customFields`,`category.translation.customFields`) as `category.customFields`, `category.translation.createdAt`, `category.translation.updatedAt`, `category.translation.categoryId`, `category.translation.languageId`, `category.translation.categoryVersionId` FROM `category` LEFT JOIN (SELECT `category.translation`.category_id, `category.translation`.category_version_id, `category.translation`.name as `category.translation.name`, `category.translation`.breadcrumb as `category.translation.breadcrumb`, `category.translation`.slot_config as `category.translation.slotConfig`, `category.translation`.link_type as `category.translation.linkType`, `category.translation`.internal_link as `category.translation.internalLink`, `category.translation`.external_link as `category.translation.externalLink`, `category.translation`.link_new_tab as `category.translation.linkNewTab`, `category.translation`.description as `category.translation.description`, `category.translation`.meta_title as `category.translation.metaTitle`, `category.translation`.meta_description as `category.translation.metaDescription`, `category.translation`.keywords as `category.translation.keywords`, `category.translation`.custom_fields as `category.translation.customFields`, `category.translation`.created_at as `category.translation.createdAt`, `category.translation`.updated_at as `category.translation.updatedAt`, `category.translation`.category_id as `category.translation.categoryId`, `category.translation`.language_id as `category.translation.languageId`, `category.translation`.category_version_id as `category.translation.categoryVersionId` FROM `category_translation` `category.translation` WHERE `category.translation`.language_id = :languageId) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.category_version_id = `category`.version_id WHERE (`category`.`version_id` = :version) AND ((`category`.`active` = :param_ae0b6ed3841749d699f81d2123ed9569 AND `category`.`parent_id` = :param_9085ea31c3b240dd830fc00f81af13c0))
SELECT
`category`.`id` as `category.id`,
`category`.`version_id` as `category.versionId`,
`category`.`parent_id` as `category.parentId`,
`category`.`parent_version_id` as `category.parentVersionId`,
`category`.`after_category_id` as `category.afterCategoryId`,
`category`.`after_category_version_id` as `category.afterCategoryVersionId`,
`category`.`media_id` as `category.mediaId`,
`category`.`display_nested_products` as `category.displayNestedProducts`,
`category`.`auto_increment` as `category.autoIncrement`,
`category`.`level` as `category.level`,
`category`.`path` as `category.path`,
`category`.`child_count` as `category.childCount`,
`category`.`type` as `category.type`,
`category`.`product_assignment_type` as `category.productAssignmentType`,
`category`.`visible` as `category.visible`,
`category`.`active` as `category.active`,
`category`.`cms_page_id` as `category.cmsPageId`,
`category`.`cms_page_version_id` as `category.cmsPageVersionId`,
`category`.`product_stream_id` as `category.productStreamId`,
`category`.`created_at` as `category.createdAt`,
`category`.`updated_at` as `category.updatedAt`,
`category.translation.name`,
COALESCE(
`category.translation.name`, `category.translation.name`
) as `category.name`,
`category.translation.breadcrumb`,
COALESCE(
`category.translation.breadcrumb`,
`category.translation.breadcrumb`
) as `category.breadcrumb`,
`category.translation.slotConfig`,
COALESCE(
`category.translation.slotConfig`,
`category.translation.slotConfig`
) as `category.slotConfig`,
`category.translation.linkType`,
COALESCE(
`category.translation.linkType`,
`category.translation.linkType`
) as `category.linkType`,
`category.translation.internalLink`,
COALESCE(
`category.translation.internalLink`,
`category.translation.internalLink`
) as `category.internalLink`,
`category.translation.externalLink`,
COALESCE(
`category.translation.externalLink`,
`category.translation.externalLink`
) as `category.externalLink`,
`category.translation.linkNewTab`,
COALESCE(
`category.translation.linkNewTab`,
`category.translation.linkNewTab`
) as `category.linkNewTab`,
`category.translation.description`,
COALESCE(
`category.translation.description`,
`category.translation.description`
) as `category.description`,
`category.translation.metaTitle`,
COALESCE(
`category.translation.metaTitle`,
`category.translation.metaTitle`
) as `category.metaTitle`,
`category.translation.metaDescription`,
COALESCE(
`category.translation.metaDescription`,
`category.translation.metaDescription`
) as `category.metaDescription`,
`category.translation.keywords`,
COALESCE(
`category.translation.keywords`,
`category.translation.keywords`
) as `category.keywords`,
`category.translation.customFields`,
COALESCE(
`category.translation.customFields`,
`category.translation.customFields`
) as `category.customFields`,
`category.translation.createdAt`,
`category.translation.updatedAt`,
`category.translation.categoryId`,
`category.translation.languageId`,
`category.translation.categoryVersionId`
FROM
`category`
LEFT JOIN (
SELECT
`category.translation`.category_id,
`category.translation`.category_version_id,
`category.translation`.name as `category.translation.name`,
`category.translation`.breadcrumb as `category.translation.breadcrumb`,
`category.translation`.slot_config as `category.translation.slotConfig`,
`category.translation`.link_type as `category.translation.linkType`,
`category.translation`.internal_link as `category.translation.internalLink`,
`category.translation`.external_link as `category.translation.externalLink`,
`category.translation`.link_new_tab as `category.translation.linkNewTab`,
`category.translation`.description as `category.translation.description`,
`category.translation`.meta_title as `category.translation.metaTitle`,
`category.translation`.meta_description as `category.translation.metaDescription`,
`category.translation`.keywords as `category.translation.keywords`,
`category.translation`.custom_fields as `category.translation.customFields`,
`category.translation`.created_at as `category.translation.createdAt`,
`category.translation`.updated_at as `category.translation.updatedAt`,
`category.translation`.category_id as `category.translation.categoryId`,
`category.translation`.language_id as `category.translation.languageId`,
`category.translation`.category_version_id as `category.translation.categoryVersionId`
FROM
`category_translation` `category.translation`
WHERE
`category.translation`.language_id = : languageId
) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id`
AND `category.category_translation`.category_version_id = `category`.version_id
WHERE
(
`category`.`version_id` = : version
)
AND (
(
`category`.`active` = : param_ae0b6ed3841749d699f81d2123ed9569
AND `category`.`parent_id` = : param_9085ea31c3b240dd830fc00f81af13c0
)
)
SELECT `category`.`id` as `category.id`, `category`.`version_id` as `category.versionId`, `category`.`parent_id` as `category.parentId`, `category`.`parent_version_id` as `category.parentVersionId`, `category`.`after_category_id` as `category.afterCategoryId`, `category`.`after_category_version_id` as `category.afterCategoryVersionId`, `category`.`media_id` as `category.mediaId`, `category`.`display_nested_products` as `category.displayNestedProducts`, `category`.`auto_increment` as `category.autoIncrement`, `category`.`level` as `category.level`, `category`.`path` as `category.path`, `category`.`child_count` as `category.childCount`, `category`.`type` as `category.type`, `category`.`product_assignment_type` as `category.productAssignmentType`, `category`.`visible` as `category.visible`, `category`.`active` as `category.active`, `category`.`cms_page_id` as `category.cmsPageId`, `category`.`cms_page_version_id` as `category.cmsPageVersionId`, `category`.`product_stream_id` as `category.productStreamId`, `category`.`created_at` as `category.createdAt`, `category`.`updated_at` as `category.updatedAt`, `category.translation.name`, COALESCE(`category.translation.name`,`category.translation.name`) as `category.name`, `category.translation.breadcrumb`, COALESCE(`category.translation.breadcrumb`,`category.translation.breadcrumb`) as `category.breadcrumb`, `category.translation.slotConfig`, COALESCE(`category.translation.slotConfig`,`category.translation.slotConfig`) as `category.slotConfig`, `category.translation.linkType`, COALESCE(`category.translation.linkType`,`category.translation.linkType`) as `category.linkType`, `category.translation.internalLink`, COALESCE(`category.translation.internalLink`,`category.translation.internalLink`) as `category.internalLink`, `category.translation.externalLink`, COALESCE(`category.translation.externalLink`,`category.translation.externalLink`) as `category.externalLink`, `category.translation.linkNewTab`, COALESCE(`category.translation.linkNewTab`,`category.translation.linkNewTab`) as `category.linkNewTab`, `category.translation.description`, COALESCE(`category.translation.description`,`category.translation.description`) as `category.description`, `category.translation.metaTitle`, COALESCE(`category.translation.metaTitle`,`category.translation.metaTitle`) as `category.metaTitle`, `category.translation.metaDescription`, COALESCE(`category.translation.metaDescription`,`category.translation.metaDescription`) as `category.metaDescription`, `category.translation.keywords`, COALESCE(`category.translation.keywords`,`category.translation.keywords`) as `category.keywords`, `category.translation.customFields`, COALESCE(`category.translation.customFields`,`category.translation.customFields`) as `category.customFields`, `category.translation.createdAt`, `category.translation.updatedAt`, `category.translation.categoryId`, `category.translation.languageId`, `category.translation.categoryVersionId` FROM `category` LEFT JOIN (SELECT `category.translation`.category_id, `category.translation`.category_version_id, `category.translation`.name as `category.translation.name`, `category.translation`.breadcrumb as `category.translation.breadcrumb`, `category.translation`.slot_config as `category.translation.slotConfig`, `category.translation`.link_type as `category.translation.linkType`, `category.translation`.internal_link as `category.translation.internalLink`, `category.translation`.external_link as `category.translation.externalLink`, `category.translation`.link_new_tab as `category.translation.linkNewTab`, `category.translation`.description as `category.translation.description`, `category.translation`.meta_title as `category.translation.metaTitle`, `category.translation`.meta_description as `category.translation.metaDescription`, `category.translation`.keywords as `category.translation.keywords`, `category.translation`.custom_fields as `category.translation.customFields`, `category.translation`.created_at as `category.translation.createdAt`, `category.translation`.updated_at as `category.translation.updatedAt`, `category.translation`.category_id as `category.translation.categoryId`, `category.translation`.language_id as `category.translation.languageId`, `category.translation`.category_version_id as `category.translation.categoryVersionId` FROM `category_translation` `category.translation` WHERE `category.translation`.language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.category_version_id = `category`.version_id WHERE (`category`.`version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425) AND ((`category`.`active` = 1 AND `category`.`parent_id` = 0x8A015AE5C43441CCB2D33311E1DE8E86));
array:37 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 239)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 316)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetch (line 148)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 92)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::read (line 257)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::read (line 286)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::_search (line 106)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 51)"
9 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator::search (line 64)"
10 => "Nd\Theme\Subscriber\AddMenuData::getMenu (line 77)"
11 => "Nd\Theme\Subscriber\AddMenuData::loadAdditionalMenus (line 43)"
12 => "Nd\Theme\Subscriber\AddMenuData::addData (line 118)"
13 => "Symfony\Component\EventDispatcher\Debug\WrappedListener::__invoke (line 230)"
14 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
15 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 56)"
16 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 98)"
17 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 55)"
18 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 37)"
19 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
20 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 96)"
21 => "Shopware\Storefront\Pagelet\Header\HeaderPageletLoader::load (line 89)"
22 => "Shopware\Storefront\Page\GenericPageLoader::Shopware\Storefront\Page\{closure} (line 59)"
23 => "Shopware\Core\Profiling\Profiler::trace (line 78)"
24 => "Shopware\Storefront\Page\GenericPageLoader::load (line 55)"
25 => "Nd\Fashion\Page\Manufacturer\ProductManufacturerPageLoader::load (line 48)"
26 => "Nd\Fashion\Storefront\Controller\ManufacturerController::productManufacturerDetail (line 163)"
27 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
28 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
29 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
30 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 481)"
31 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 454)"
32 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 348)"
33 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 226)"
34 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
35 => "Shopware\Core\HttpKernel::doHandle (line 81)"
36 => "Shopware\Core\HttpKernel::handle (line 69)"
]
|
73 |
0.37 ms |
SELECT `seo_url`.`id` as `seo_url.id`, `seo_url`.`sales_channel_id` as `seo_url.salesChannelId`, `seo_url`.`language_id` as `seo_url.languageId`, `seo_url`.`foreign_key` as `seo_url.foreignKey`, `seo_url`.`route_name` as `seo_url.routeName`, `seo_url`.`path_info` as `seo_url.pathInfo`, `seo_url`.`seo_path_info` as `seo_url.seoPathInfo`, `seo_url`.`is_canonical` as `seo_url.isCanonical`, `seo_url`.`is_modified` as `seo_url.isModified`, `seo_url`.`is_deleted` as `seo_url.isDeleted`, `seo_url`.`custom_fields` as `seo_url.customFields`, `seo_url`.`created_at` as `seo_url.createdAt`, `seo_url`.`updated_at` as `seo_url.updatedAt` FROM `seo_url` WHERE (`seo_url`.`foreign_key` IN (:param_408a786c756e402fb6425810e9b640f7))
SELECT `seo_url`.`id` as `seo_url.id`, `seo_url`.`sales_channel_id` as `seo_url.salesChannelId`, `seo_url`.`language_id` as `seo_url.languageId`, `seo_url`.`foreign_key` as `seo_url.foreignKey`, `seo_url`.`route_name` as `seo_url.routeName`, `seo_url`.`path_info` as `seo_url.pathInfo`, `seo_url`.`seo_path_info` as `seo_url.seoPathInfo`, `seo_url`.`is_canonical` as `seo_url.isCanonical`, `seo_url`.`is_modified` as `seo_url.isModified`, `seo_url`.`is_deleted` as `seo_url.isDeleted`, `seo_url`.`custom_fields` as `seo_url.customFields`, `seo_url`.`created_at` as `seo_url.createdAt`, `seo_url`.`updated_at` as `seo_url.updatedAt` FROM `seo_url` WHERE (`seo_url`.`foreign_key` IN (0x0A64726014F44FA8B9275FB3FBB4B6CD, 0x2829886B53894A61838F4F7447EFA89A, 0x3F73A40733164465A3AB8A96455ACDCD, 0x63328E1994F2451B979DBC6560A978CC, 0x851CA80E4E6A4FC194A3DE45306D0CC2, 0x8590DC0F180349908C372F4880204DBC));
array:41 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 239)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 316)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetch (line 148)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 496)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::loadOneToManyWithoutPagination (line 438)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::loadOneToMany (line 1210)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetchAssociations (line 152)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 92)"
9 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::read (line 257)"
10 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::read (line 286)"
11 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::_search (line 106)"
12 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 51)"
13 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator::search (line 64)"
14 => "Nd\Theme\Subscriber\AddMenuData::getMenu (line 77)"
15 => "Nd\Theme\Subscriber\AddMenuData::loadAdditionalMenus (line 43)"
16 => "Nd\Theme\Subscriber\AddMenuData::addData (line 118)"
17 => "Symfony\Component\EventDispatcher\Debug\WrappedListener::__invoke (line 230)"
18 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
19 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 56)"
20 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 98)"
21 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 55)"
22 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 37)"
23 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
24 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 96)"
25 => "Shopware\Storefront\Pagelet\Header\HeaderPageletLoader::load (line 89)"
26 => "Shopware\Storefront\Page\GenericPageLoader::Shopware\Storefront\Page\{closure} (line 59)"
27 => "Shopware\Core\Profiling\Profiler::trace (line 78)"
28 => "Shopware\Storefront\Page\GenericPageLoader::load (line 55)"
29 => "Nd\Fashion\Page\Manufacturer\ProductManufacturerPageLoader::load (line 48)"
30 => "Nd\Fashion\Storefront\Controller\ManufacturerController::productManufacturerDetail (line 163)"
31 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
32 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
33 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
34 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 481)"
35 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 454)"
36 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 348)"
37 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 226)"
38 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
39 => "Shopware\Core\HttpKernel::doHandle (line 81)"
40 => "Shopware\Core\HttpKernel::handle (line 69)"
]
|
74 |
1.62 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.translation.name`, COALESCE(`category.translation.name`,`category.translation.name`) as `category.name`, `category.translation.breadcrumb`, COALESCE(`category.translation.breadcrumb`,`category.translation.breadcrumb`) as `category.breadcrumb`, `category.translation.slotConfig`, COALESCE(`category.translation.slotConfig`,`category.translation.slotConfig`) as `category.slotConfig`, `category.translation.linkType`, COALESCE(`category.translation.linkType`,`category.translation.linkType`) as `category.linkType`, `category.translation.internalLink`, COALESCE(`category.translation.internalLink`,`category.translation.internalLink`) as `category.internalLink`, `category.translation.externalLink`, COALESCE(`category.translation.externalLink`,`category.translation.externalLink`) as `category.externalLink`, `category.translation.linkNewTab`, COALESCE(`category.translation.linkNewTab`,`category.translation.linkNewTab`) as `category.linkNewTab`, `category.translation.description`, COALESCE(`category.translation.description`,`category.translation.description`) as `category.description`, `category.translation.metaTitle`, COALESCE(`category.translation.metaTitle`,`category.translation.metaTitle`) as `category.metaTitle`, `category.translation.metaDescription`, COALESCE(`category.translation.metaDescription`,`category.translation.metaDescription`) as `category.metaDescription`, `category.translation.keywords`, COALESCE(`category.translation.keywords`,`category.translation.keywords`) as `category.keywords`, `category.translation.customFields`, COALESCE(`category.translation.customFields`,`category.translation.customFields`) as `category.customFields`, `category.translation.createdAt`, `category.translation.updatedAt`, `category.translation.categoryId`, `category.translation.languageId`, `category.translation.categoryVersionId` FROM `category` LEFT JOIN (SELECT `category.translation`.category_id, `category.translation`.category_version_id, `category.translation`.name as `category.translation.name`, `category.translation`.breadcrumb as `category.translation.breadcrumb`, `category.translation`.slot_config as `category.translation.slotConfig`, `category.translation`.link_type as `category.translation.linkType`, `category.translation`.internal_link as `category.translation.internalLink`, `category.translation`.external_link as `category.translation.externalLink`, `category.translation`.link_new_tab as `category.translation.linkNewTab`, `category.translation`.description as `category.translation.description`, `category.translation`.meta_title as `category.translation.metaTitle`, `category.translation`.meta_description as `category.translation.metaDescription`, `category.translation`.keywords as `category.translation.keywords`, `category.translation`.custom_fields as `category.translation.customFields`, `category.translation`.created_at as `category.translation.createdAt`, `category.translation`.updated_at as `category.translation.updatedAt`, `category.translation`.category_id as `category.translation.categoryId`, `category.translation`.language_id as `category.translation.languageId`, `category.translation`.category_version_id as `category.translation.categoryVersionId` FROM `category_translation` `category.translation` WHERE `category.translation`.language_id = :languageId) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.category_version_id = `category`.version_id WHERE (`category`.`version_id` = :version) AND ((`category`.`active` = :param_25047b8640c1416aa68697fefd309fb1 AND `category`.`parent_id` = :param_cfb56f881cc34659b6cbcca3b81acdf7))
SELECT
`category`.`id` as `category.id`,
`category`.`version_id` as `category.versionId`,
`category`.`parent_id` as `category.parentId`,
`category`.`parent_version_id` as `category.parentVersionId`,
`category`.`after_category_id` as `category.afterCategoryId`,
`category`.`after_category_version_id` as `category.afterCategoryVersionId`,
`category`.`media_id` as `category.mediaId`,
`category`.`display_nested_products` as `category.displayNestedProducts`,
`category`.`auto_increment` as `category.autoIncrement`,
`category`.`level` as `category.level`,
`category`.`path` as `category.path`,
`category`.`child_count` as `category.childCount`,
`category`.`type` as `category.type`,
`category`.`product_assignment_type` as `category.productAssignmentType`,
`category`.`visible` as `category.visible`,
`category`.`active` as `category.active`,
`category`.`cms_page_id` as `category.cmsPageId`,
`category`.`cms_page_version_id` as `category.cmsPageVersionId`,
`category`.`product_stream_id` as `category.productStreamId`,
`category`.`created_at` as `category.createdAt`,
`category`.`updated_at` as `category.updatedAt`,
`category.translation.name`,
COALESCE(
`category.translation.name`, `category.translation.name`
) as `category.name`,
`category.translation.breadcrumb`,
COALESCE(
`category.translation.breadcrumb`,
`category.translation.breadcrumb`
) as `category.breadcrumb`,
`category.translation.slotConfig`,
COALESCE(
`category.translation.slotConfig`,
`category.translation.slotConfig`
) as `category.slotConfig`,
`category.translation.linkType`,
COALESCE(
`category.translation.linkType`,
`category.translation.linkType`
) as `category.linkType`,
`category.translation.internalLink`,
COALESCE(
`category.translation.internalLink`,
`category.translation.internalLink`
) as `category.internalLink`,
`category.translation.externalLink`,
COALESCE(
`category.translation.externalLink`,
`category.translation.externalLink`
) as `category.externalLink`,
`category.translation.linkNewTab`,
COALESCE(
`category.translation.linkNewTab`,
`category.translation.linkNewTab`
) as `category.linkNewTab`,
`category.translation.description`,
COALESCE(
`category.translation.description`,
`category.translation.description`
) as `category.description`,
`category.translation.metaTitle`,
COALESCE(
`category.translation.metaTitle`,
`category.translation.metaTitle`
) as `category.metaTitle`,
`category.translation.metaDescription`,
COALESCE(
`category.translation.metaDescription`,
`category.translation.metaDescription`
) as `category.metaDescription`,
`category.translation.keywords`,
COALESCE(
`category.translation.keywords`,
`category.translation.keywords`
) as `category.keywords`,
`category.translation.customFields`,
COALESCE(
`category.translation.customFields`,
`category.translation.customFields`
) as `category.customFields`,
`category.translation.createdAt`,
`category.translation.updatedAt`,
`category.translation.categoryId`,
`category.translation.languageId`,
`category.translation.categoryVersionId`
FROM
`category`
LEFT JOIN (
SELECT
`category.translation`.category_id,
`category.translation`.category_version_id,
`category.translation`.name as `category.translation.name`,
`category.translation`.breadcrumb as `category.translation.breadcrumb`,
`category.translation`.slot_config as `category.translation.slotConfig`,
`category.translation`.link_type as `category.translation.linkType`,
`category.translation`.internal_link as `category.translation.internalLink`,
`category.translation`.external_link as `category.translation.externalLink`,
`category.translation`.link_new_tab as `category.translation.linkNewTab`,
`category.translation`.description as `category.translation.description`,
`category.translation`.meta_title as `category.translation.metaTitle`,
`category.translation`.meta_description as `category.translation.metaDescription`,
`category.translation`.keywords as `category.translation.keywords`,
`category.translation`.custom_fields as `category.translation.customFields`,
`category.translation`.created_at as `category.translation.createdAt`,
`category.translation`.updated_at as `category.translation.updatedAt`,
`category.translation`.category_id as `category.translation.categoryId`,
`category.translation`.language_id as `category.translation.languageId`,
`category.translation`.category_version_id as `category.translation.categoryVersionId`
FROM
`category_translation` `category.translation`
WHERE
`category.translation`.language_id = : languageId
) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id`
AND `category.category_translation`.category_version_id = `category`.version_id
WHERE
(
`category`.`version_id` = : version
)
AND (
(
`category`.`active` = : param_25047b8640c1416aa68697fefd309fb1
AND `category`.`parent_id` = : param_cfb56f881cc34659b6cbcca3b81acdf7
)
)
SELECT `category`.`id` as `category.id`, `category`.`version_id` as `category.versionId`, `category`.`parent_id` as `category.parentId`, `category`.`parent_version_id` as `category.parentVersionId`, `category`.`after_category_id` as `category.afterCategoryId`, `category`.`after_category_version_id` as `category.afterCategoryVersionId`, `category`.`media_id` as `category.mediaId`, `category`.`display_nested_products` as `category.displayNestedProducts`, `category`.`auto_increment` as `category.autoIncrement`, `category`.`level` as `category.level`, `category`.`path` as `category.path`, `category`.`child_count` as `category.childCount`, `category`.`type` as `category.type`, `category`.`product_assignment_type` as `category.productAssignmentType`, `category`.`visible` as `category.visible`, `category`.`active` as `category.active`, `category`.`cms_page_id` as `category.cmsPageId`, `category`.`cms_page_version_id` as `category.cmsPageVersionId`, `category`.`product_stream_id` as `category.productStreamId`, `category`.`created_at` as `category.createdAt`, `category`.`updated_at` as `category.updatedAt`, `category.translation.name`, COALESCE(`category.translation.name`,`category.translation.name`) as `category.name`, `category.translation.breadcrumb`, COALESCE(`category.translation.breadcrumb`,`category.translation.breadcrumb`) as `category.breadcrumb`, `category.translation.slotConfig`, COALESCE(`category.translation.slotConfig`,`category.translation.slotConfig`) as `category.slotConfig`, `category.translation.linkType`, COALESCE(`category.translation.linkType`,`category.translation.linkType`) as `category.linkType`, `category.translation.internalLink`, COALESCE(`category.translation.internalLink`,`category.translation.internalLink`) as `category.internalLink`, `category.translation.externalLink`, COALESCE(`category.translation.externalLink`,`category.translation.externalLink`) as `category.externalLink`, `category.translation.linkNewTab`, COALESCE(`category.translation.linkNewTab`,`category.translation.linkNewTab`) as `category.linkNewTab`, `category.translation.description`, COALESCE(`category.translation.description`,`category.translation.description`) as `category.description`, `category.translation.metaTitle`, COALESCE(`category.translation.metaTitle`,`category.translation.metaTitle`) as `category.metaTitle`, `category.translation.metaDescription`, COALESCE(`category.translation.metaDescription`,`category.translation.metaDescription`) as `category.metaDescription`, `category.translation.keywords`, COALESCE(`category.translation.keywords`,`category.translation.keywords`) as `category.keywords`, `category.translation.customFields`, COALESCE(`category.translation.customFields`,`category.translation.customFields`) as `category.customFields`, `category.translation.createdAt`, `category.translation.updatedAt`, `category.translation.categoryId`, `category.translation.languageId`, `category.translation.categoryVersionId` FROM `category` LEFT JOIN (SELECT `category.translation`.category_id, `category.translation`.category_version_id, `category.translation`.name as `category.translation.name`, `category.translation`.breadcrumb as `category.translation.breadcrumb`, `category.translation`.slot_config as `category.translation.slotConfig`, `category.translation`.link_type as `category.translation.linkType`, `category.translation`.internal_link as `category.translation.internalLink`, `category.translation`.external_link as `category.translation.externalLink`, `category.translation`.link_new_tab as `category.translation.linkNewTab`, `category.translation`.description as `category.translation.description`, `category.translation`.meta_title as `category.translation.metaTitle`, `category.translation`.meta_description as `category.translation.metaDescription`, `category.translation`.keywords as `category.translation.keywords`, `category.translation`.custom_fields as `category.translation.customFields`, `category.translation`.created_at as `category.translation.createdAt`, `category.translation`.updated_at as `category.translation.updatedAt`, `category.translation`.category_id as `category.translation.categoryId`, `category.translation`.language_id as `category.translation.languageId`, `category.translation`.category_version_id as `category.translation.categoryVersionId` FROM `category_translation` `category.translation` WHERE `category.translation`.language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.category_version_id = `category`.version_id WHERE (`category`.`version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425) AND ((`category`.`active` = 1 AND `category`.`parent_id` = 0x4DFE034745F54CE29DEE4D4229F41092));
array:37 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 239)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 316)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetch (line 148)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 92)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::read (line 257)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::read (line 286)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::_search (line 106)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 51)"
9 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator::search (line 64)"
10 => "Nd\Theme\Subscriber\AddMenuData::getMenu (line 77)"
11 => "Nd\Theme\Subscriber\AddMenuData::loadAdditionalMenus (line 43)"
12 => "Nd\Theme\Subscriber\AddMenuData::addData (line 118)"
13 => "Symfony\Component\EventDispatcher\Debug\WrappedListener::__invoke (line 230)"
14 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
15 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 56)"
16 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 98)"
17 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 55)"
18 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 37)"
19 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
20 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 96)"
21 => "Shopware\Storefront\Pagelet\Header\HeaderPageletLoader::load (line 89)"
22 => "Shopware\Storefront\Page\GenericPageLoader::Shopware\Storefront\Page\{closure} (line 59)"
23 => "Shopware\Core\Profiling\Profiler::trace (line 78)"
24 => "Shopware\Storefront\Page\GenericPageLoader::load (line 55)"
25 => "Nd\Fashion\Page\Manufacturer\ProductManufacturerPageLoader::load (line 48)"
26 => "Nd\Fashion\Storefront\Controller\ManufacturerController::productManufacturerDetail (line 163)"
27 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
28 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
29 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
30 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 481)"
31 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 454)"
32 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 348)"
33 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 226)"
34 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
35 => "Shopware\Core\HttpKernel::doHandle (line 81)"
36 => "Shopware\Core\HttpKernel::handle (line 69)"
]
|
75 |
0.27 ms |
SELECT `seo_url`.`id` as `seo_url.id`, `seo_url`.`sales_channel_id` as `seo_url.salesChannelId`, `seo_url`.`language_id` as `seo_url.languageId`, `seo_url`.`foreign_key` as `seo_url.foreignKey`, `seo_url`.`route_name` as `seo_url.routeName`, `seo_url`.`path_info` as `seo_url.pathInfo`, `seo_url`.`seo_path_info` as `seo_url.seoPathInfo`, `seo_url`.`is_canonical` as `seo_url.isCanonical`, `seo_url`.`is_modified` as `seo_url.isModified`, `seo_url`.`is_deleted` as `seo_url.isDeleted`, `seo_url`.`custom_fields` as `seo_url.customFields`, `seo_url`.`created_at` as `seo_url.createdAt`, `seo_url`.`updated_at` as `seo_url.updatedAt` FROM `seo_url` WHERE (`seo_url`.`foreign_key` IN (:param_715a4efde42746a9adeb5f44926b3cf8))
SELECT `seo_url`.`id` as `seo_url.id`, `seo_url`.`sales_channel_id` as `seo_url.salesChannelId`, `seo_url`.`language_id` as `seo_url.languageId`, `seo_url`.`foreign_key` as `seo_url.foreignKey`, `seo_url`.`route_name` as `seo_url.routeName`, `seo_url`.`path_info` as `seo_url.pathInfo`, `seo_url`.`seo_path_info` as `seo_url.seoPathInfo`, `seo_url`.`is_canonical` as `seo_url.isCanonical`, `seo_url`.`is_modified` as `seo_url.isModified`, `seo_url`.`is_deleted` as `seo_url.isDeleted`, `seo_url`.`custom_fields` as `seo_url.customFields`, `seo_url`.`created_at` as `seo_url.createdAt`, `seo_url`.`updated_at` as `seo_url.updatedAt` FROM `seo_url` WHERE (`seo_url`.`foreign_key` IN (0x72E472C4F33142598D9DA556E580BB12));
array:41 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 239)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 316)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetch (line 148)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 496)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::loadOneToManyWithoutPagination (line 438)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::loadOneToMany (line 1210)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetchAssociations (line 152)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 92)"
9 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::read (line 257)"
10 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::read (line 286)"
11 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::_search (line 106)"
12 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 51)"
13 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator::search (line 64)"
14 => "Nd\Theme\Subscriber\AddMenuData::getMenu (line 77)"
15 => "Nd\Theme\Subscriber\AddMenuData::loadAdditionalMenus (line 43)"
16 => "Nd\Theme\Subscriber\AddMenuData::addData (line 118)"
17 => "Symfony\Component\EventDispatcher\Debug\WrappedListener::__invoke (line 230)"
18 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
19 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 56)"
20 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 98)"
21 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 55)"
22 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 37)"
23 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
24 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 96)"
25 => "Shopware\Storefront\Pagelet\Header\HeaderPageletLoader::load (line 89)"
26 => "Shopware\Storefront\Page\GenericPageLoader::Shopware\Storefront\Page\{closure} (line 59)"
27 => "Shopware\Core\Profiling\Profiler::trace (line 78)"
28 => "Shopware\Storefront\Page\GenericPageLoader::load (line 55)"
29 => "Nd\Fashion\Page\Manufacturer\ProductManufacturerPageLoader::load (line 48)"
30 => "Nd\Fashion\Storefront\Controller\ManufacturerController::productManufacturerDetail (line 163)"
31 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
32 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
33 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
34 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 481)"
35 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 454)"
36 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 348)"
37 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 226)"
38 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
39 => "Shopware\Core\HttpKernel::doHandle (line 81)"
40 => "Shopware\Core\HttpKernel::handle (line 69)"
]
|
76 |
1.60 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.translation.name`, COALESCE(`category.translation.name`,`category.translation.name`) as `category.name`, `category.translation.breadcrumb`, COALESCE(`category.translation.breadcrumb`,`category.translation.breadcrumb`) as `category.breadcrumb`, `category.translation.slotConfig`, COALESCE(`category.translation.slotConfig`,`category.translation.slotConfig`) as `category.slotConfig`, `category.translation.linkType`, COALESCE(`category.translation.linkType`,`category.translation.linkType`) as `category.linkType`, `category.translation.internalLink`, COALESCE(`category.translation.internalLink`,`category.translation.internalLink`) as `category.internalLink`, `category.translation.externalLink`, COALESCE(`category.translation.externalLink`,`category.translation.externalLink`) as `category.externalLink`, `category.translation.linkNewTab`, COALESCE(`category.translation.linkNewTab`,`category.translation.linkNewTab`) as `category.linkNewTab`, `category.translation.description`, COALESCE(`category.translation.description`,`category.translation.description`) as `category.description`, `category.translation.metaTitle`, COALESCE(`category.translation.metaTitle`,`category.translation.metaTitle`) as `category.metaTitle`, `category.translation.metaDescription`, COALESCE(`category.translation.metaDescription`,`category.translation.metaDescription`) as `category.metaDescription`, `category.translation.keywords`, COALESCE(`category.translation.keywords`,`category.translation.keywords`) as `category.keywords`, `category.translation.customFields`, COALESCE(`category.translation.customFields`,`category.translation.customFields`) as `category.customFields`, `category.translation.createdAt`, `category.translation.updatedAt`, `category.translation.categoryId`, `category.translation.languageId`, `category.translation.categoryVersionId` FROM `category` LEFT JOIN (SELECT `category.translation`.category_id, `category.translation`.category_version_id, `category.translation`.name as `category.translation.name`, `category.translation`.breadcrumb as `category.translation.breadcrumb`, `category.translation`.slot_config as `category.translation.slotConfig`, `category.translation`.link_type as `category.translation.linkType`, `category.translation`.internal_link as `category.translation.internalLink`, `category.translation`.external_link as `category.translation.externalLink`, `category.translation`.link_new_tab as `category.translation.linkNewTab`, `category.translation`.description as `category.translation.description`, `category.translation`.meta_title as `category.translation.metaTitle`, `category.translation`.meta_description as `category.translation.metaDescription`, `category.translation`.keywords as `category.translation.keywords`, `category.translation`.custom_fields as `category.translation.customFields`, `category.translation`.created_at as `category.translation.createdAt`, `category.translation`.updated_at as `category.translation.updatedAt`, `category.translation`.category_id as `category.translation.categoryId`, `category.translation`.language_id as `category.translation.languageId`, `category.translation`.category_version_id as `category.translation.categoryVersionId` FROM `category_translation` `category.translation` WHERE `category.translation`.language_id = :languageId) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.category_version_id = `category`.version_id WHERE (`category`.`version_id` = :version) AND ((`category`.`active` = :param_91aa789ab4964a2cb84432130fa5b3d8 AND `category`.`parent_id` = :param_43dca85030444514b2133bd0729c8b9f))
SELECT
`category`.`id` as `category.id`,
`category`.`version_id` as `category.versionId`,
`category`.`parent_id` as `category.parentId`,
`category`.`parent_version_id` as `category.parentVersionId`,
`category`.`after_category_id` as `category.afterCategoryId`,
`category`.`after_category_version_id` as `category.afterCategoryVersionId`,
`category`.`media_id` as `category.mediaId`,
`category`.`display_nested_products` as `category.displayNestedProducts`,
`category`.`auto_increment` as `category.autoIncrement`,
`category`.`level` as `category.level`,
`category`.`path` as `category.path`,
`category`.`child_count` as `category.childCount`,
`category`.`type` as `category.type`,
`category`.`product_assignment_type` as `category.productAssignmentType`,
`category`.`visible` as `category.visible`,
`category`.`active` as `category.active`,
`category`.`cms_page_id` as `category.cmsPageId`,
`category`.`cms_page_version_id` as `category.cmsPageVersionId`,
`category`.`product_stream_id` as `category.productStreamId`,
`category`.`created_at` as `category.createdAt`,
`category`.`updated_at` as `category.updatedAt`,
`category.translation.name`,
COALESCE(
`category.translation.name`, `category.translation.name`
) as `category.name`,
`category.translation.breadcrumb`,
COALESCE(
`category.translation.breadcrumb`,
`category.translation.breadcrumb`
) as `category.breadcrumb`,
`category.translation.slotConfig`,
COALESCE(
`category.translation.slotConfig`,
`category.translation.slotConfig`
) as `category.slotConfig`,
`category.translation.linkType`,
COALESCE(
`category.translation.linkType`,
`category.translation.linkType`
) as `category.linkType`,
`category.translation.internalLink`,
COALESCE(
`category.translation.internalLink`,
`category.translation.internalLink`
) as `category.internalLink`,
`category.translation.externalLink`,
COALESCE(
`category.translation.externalLink`,
`category.translation.externalLink`
) as `category.externalLink`,
`category.translation.linkNewTab`,
COALESCE(
`category.translation.linkNewTab`,
`category.translation.linkNewTab`
) as `category.linkNewTab`,
`category.translation.description`,
COALESCE(
`category.translation.description`,
`category.translation.description`
) as `category.description`,
`category.translation.metaTitle`,
COALESCE(
`category.translation.metaTitle`,
`category.translation.metaTitle`
) as `category.metaTitle`,
`category.translation.metaDescription`,
COALESCE(
`category.translation.metaDescription`,
`category.translation.metaDescription`
) as `category.metaDescription`,
`category.translation.keywords`,
COALESCE(
`category.translation.keywords`,
`category.translation.keywords`
) as `category.keywords`,
`category.translation.customFields`,
COALESCE(
`category.translation.customFields`,
`category.translation.customFields`
) as `category.customFields`,
`category.translation.createdAt`,
`category.translation.updatedAt`,
`category.translation.categoryId`,
`category.translation.languageId`,
`category.translation.categoryVersionId`
FROM
`category`
LEFT JOIN (
SELECT
`category.translation`.category_id,
`category.translation`.category_version_id,
`category.translation`.name as `category.translation.name`,
`category.translation`.breadcrumb as `category.translation.breadcrumb`,
`category.translation`.slot_config as `category.translation.slotConfig`,
`category.translation`.link_type as `category.translation.linkType`,
`category.translation`.internal_link as `category.translation.internalLink`,
`category.translation`.external_link as `category.translation.externalLink`,
`category.translation`.link_new_tab as `category.translation.linkNewTab`,
`category.translation`.description as `category.translation.description`,
`category.translation`.meta_title as `category.translation.metaTitle`,
`category.translation`.meta_description as `category.translation.metaDescription`,
`category.translation`.keywords as `category.translation.keywords`,
`category.translation`.custom_fields as `category.translation.customFields`,
`category.translation`.created_at as `category.translation.createdAt`,
`category.translation`.updated_at as `category.translation.updatedAt`,
`category.translation`.category_id as `category.translation.categoryId`,
`category.translation`.language_id as `category.translation.languageId`,
`category.translation`.category_version_id as `category.translation.categoryVersionId`
FROM
`category_translation` `category.translation`
WHERE
`category.translation`.language_id = : languageId
) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id`
AND `category.category_translation`.category_version_id = `category`.version_id
WHERE
(
`category`.`version_id` = : version
)
AND (
(
`category`.`active` = : param_91aa789ab4964a2cb84432130fa5b3d8
AND `category`.`parent_id` = : param_43dca85030444514b2133bd0729c8b9f
)
)
SELECT `category`.`id` as `category.id`, `category`.`version_id` as `category.versionId`, `category`.`parent_id` as `category.parentId`, `category`.`parent_version_id` as `category.parentVersionId`, `category`.`after_category_id` as `category.afterCategoryId`, `category`.`after_category_version_id` as `category.afterCategoryVersionId`, `category`.`media_id` as `category.mediaId`, `category`.`display_nested_products` as `category.displayNestedProducts`, `category`.`auto_increment` as `category.autoIncrement`, `category`.`level` as `category.level`, `category`.`path` as `category.path`, `category`.`child_count` as `category.childCount`, `category`.`type` as `category.type`, `category`.`product_assignment_type` as `category.productAssignmentType`, `category`.`visible` as `category.visible`, `category`.`active` as `category.active`, `category`.`cms_page_id` as `category.cmsPageId`, `category`.`cms_page_version_id` as `category.cmsPageVersionId`, `category`.`product_stream_id` as `category.productStreamId`, `category`.`created_at` as `category.createdAt`, `category`.`updated_at` as `category.updatedAt`, `category.translation.name`, COALESCE(`category.translation.name`,`category.translation.name`) as `category.name`, `category.translation.breadcrumb`, COALESCE(`category.translation.breadcrumb`,`category.translation.breadcrumb`) as `category.breadcrumb`, `category.translation.slotConfig`, COALESCE(`category.translation.slotConfig`,`category.translation.slotConfig`) as `category.slotConfig`, `category.translation.linkType`, COALESCE(`category.translation.linkType`,`category.translation.linkType`) as `category.linkType`, `category.translation.internalLink`, COALESCE(`category.translation.internalLink`,`category.translation.internalLink`) as `category.internalLink`, `category.translation.externalLink`, COALESCE(`category.translation.externalLink`,`category.translation.externalLink`) as `category.externalLink`, `category.translation.linkNewTab`, COALESCE(`category.translation.linkNewTab`,`category.translation.linkNewTab`) as `category.linkNewTab`, `category.translation.description`, COALESCE(`category.translation.description`,`category.translation.description`) as `category.description`, `category.translation.metaTitle`, COALESCE(`category.translation.metaTitle`,`category.translation.metaTitle`) as `category.metaTitle`, `category.translation.metaDescription`, COALESCE(`category.translation.metaDescription`,`category.translation.metaDescription`) as `category.metaDescription`, `category.translation.keywords`, COALESCE(`category.translation.keywords`,`category.translation.keywords`) as `category.keywords`, `category.translation.customFields`, COALESCE(`category.translation.customFields`,`category.translation.customFields`) as `category.customFields`, `category.translation.createdAt`, `category.translation.updatedAt`, `category.translation.categoryId`, `category.translation.languageId`, `category.translation.categoryVersionId` FROM `category` LEFT JOIN (SELECT `category.translation`.category_id, `category.translation`.category_version_id, `category.translation`.name as `category.translation.name`, `category.translation`.breadcrumb as `category.translation.breadcrumb`, `category.translation`.slot_config as `category.translation.slotConfig`, `category.translation`.link_type as `category.translation.linkType`, `category.translation`.internal_link as `category.translation.internalLink`, `category.translation`.external_link as `category.translation.externalLink`, `category.translation`.link_new_tab as `category.translation.linkNewTab`, `category.translation`.description as `category.translation.description`, `category.translation`.meta_title as `category.translation.metaTitle`, `category.translation`.meta_description as `category.translation.metaDescription`, `category.translation`.keywords as `category.translation.keywords`, `category.translation`.custom_fields as `category.translation.customFields`, `category.translation`.created_at as `category.translation.createdAt`, `category.translation`.updated_at as `category.translation.updatedAt`, `category.translation`.category_id as `category.translation.categoryId`, `category.translation`.language_id as `category.translation.languageId`, `category.translation`.category_version_id as `category.translation.categoryVersionId` FROM `category_translation` `category.translation` WHERE `category.translation`.language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.category_version_id = `category`.version_id WHERE (`category`.`version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425) AND ((`category`.`active` = 1 AND `category`.`parent_id` = 0x1595FCDAA5A84E4380617028821A3C0D));
array:37 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 239)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 316)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetch (line 148)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 92)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::read (line 257)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::read (line 286)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::_search (line 106)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 51)"
9 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator::search (line 64)"
10 => "Nd\Theme\Subscriber\AddMenuData::getMenu (line 77)"
11 => "Nd\Theme\Subscriber\AddMenuData::loadAdditionalMenus (line 43)"
12 => "Nd\Theme\Subscriber\AddMenuData::addData (line 118)"
13 => "Symfony\Component\EventDispatcher\Debug\WrappedListener::__invoke (line 230)"
14 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
15 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 56)"
16 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 98)"
17 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 55)"
18 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 37)"
19 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
20 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 96)"
21 => "Shopware\Storefront\Pagelet\Header\HeaderPageletLoader::load (line 89)"
22 => "Shopware\Storefront\Page\GenericPageLoader::Shopware\Storefront\Page\{closure} (line 59)"
23 => "Shopware\Core\Profiling\Profiler::trace (line 78)"
24 => "Shopware\Storefront\Page\GenericPageLoader::load (line 55)"
25 => "Nd\Fashion\Page\Manufacturer\ProductManufacturerPageLoader::load (line 48)"
26 => "Nd\Fashion\Storefront\Controller\ManufacturerController::productManufacturerDetail (line 163)"
27 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
28 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
29 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
30 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 481)"
31 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 454)"
32 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 348)"
33 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 226)"
34 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
35 => "Shopware\Core\HttpKernel::doHandle (line 81)"
36 => "Shopware\Core\HttpKernel::handle (line 69)"
]
|
77 |
1.52 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.translation.name`, COALESCE(`category.translation.name`,`category.translation.name`) as `category.name`, `category.translation.breadcrumb`, COALESCE(`category.translation.breadcrumb`,`category.translation.breadcrumb`) as `category.breadcrumb`, `category.translation.slotConfig`, COALESCE(`category.translation.slotConfig`,`category.translation.slotConfig`) as `category.slotConfig`, `category.translation.linkType`, COALESCE(`category.translation.linkType`,`category.translation.linkType`) as `category.linkType`, `category.translation.internalLink`, COALESCE(`category.translation.internalLink`,`category.translation.internalLink`) as `category.internalLink`, `category.translation.externalLink`, COALESCE(`category.translation.externalLink`,`category.translation.externalLink`) as `category.externalLink`, `category.translation.linkNewTab`, COALESCE(`category.translation.linkNewTab`,`category.translation.linkNewTab`) as `category.linkNewTab`, `category.translation.description`, COALESCE(`category.translation.description`,`category.translation.description`) as `category.description`, `category.translation.metaTitle`, COALESCE(`category.translation.metaTitle`,`category.translation.metaTitle`) as `category.metaTitle`, `category.translation.metaDescription`, COALESCE(`category.translation.metaDescription`,`category.translation.metaDescription`) as `category.metaDescription`, `category.translation.keywords`, COALESCE(`category.translation.keywords`,`category.translation.keywords`) as `category.keywords`, `category.translation.customFields`, COALESCE(`category.translation.customFields`,`category.translation.customFields`) as `category.customFields`, `category.translation.createdAt`, `category.translation.updatedAt`, `category.translation.categoryId`, `category.translation.languageId`, `category.translation.categoryVersionId` FROM `category` LEFT JOIN (SELECT `category.translation`.category_id, `category.translation`.category_version_id, `category.translation`.name as `category.translation.name`, `category.translation`.breadcrumb as `category.translation.breadcrumb`, `category.translation`.slot_config as `category.translation.slotConfig`, `category.translation`.link_type as `category.translation.linkType`, `category.translation`.internal_link as `category.translation.internalLink`, `category.translation`.external_link as `category.translation.externalLink`, `category.translation`.link_new_tab as `category.translation.linkNewTab`, `category.translation`.description as `category.translation.description`, `category.translation`.meta_title as `category.translation.metaTitle`, `category.translation`.meta_description as `category.translation.metaDescription`, `category.translation`.keywords as `category.translation.keywords`, `category.translation`.custom_fields as `category.translation.customFields`, `category.translation`.created_at as `category.translation.createdAt`, `category.translation`.updated_at as `category.translation.updatedAt`, `category.translation`.category_id as `category.translation.categoryId`, `category.translation`.language_id as `category.translation.languageId`, `category.translation`.category_version_id as `category.translation.categoryVersionId` FROM `category_translation` `category.translation` WHERE `category.translation`.language_id = :languageId) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.category_version_id = `category`.version_id WHERE (`category`.`version_id` = :version) AND ((`category`.`active` = :param_535fa6382d0d4ec39dfb972bf1d6a808 AND `category`.`parent_id` = :param_2057003363a3476fa5615715e75354ee))
SELECT
`category`.`id` as `category.id`,
`category`.`version_id` as `category.versionId`,
`category`.`parent_id` as `category.parentId`,
`category`.`parent_version_id` as `category.parentVersionId`,
`category`.`after_category_id` as `category.afterCategoryId`,
`category`.`after_category_version_id` as `category.afterCategoryVersionId`,
`category`.`media_id` as `category.mediaId`,
`category`.`display_nested_products` as `category.displayNestedProducts`,
`category`.`auto_increment` as `category.autoIncrement`,
`category`.`level` as `category.level`,
`category`.`path` as `category.path`,
`category`.`child_count` as `category.childCount`,
`category`.`type` as `category.type`,
`category`.`product_assignment_type` as `category.productAssignmentType`,
`category`.`visible` as `category.visible`,
`category`.`active` as `category.active`,
`category`.`cms_page_id` as `category.cmsPageId`,
`category`.`cms_page_version_id` as `category.cmsPageVersionId`,
`category`.`product_stream_id` as `category.productStreamId`,
`category`.`created_at` as `category.createdAt`,
`category`.`updated_at` as `category.updatedAt`,
`category.translation.name`,
COALESCE(
`category.translation.name`, `category.translation.name`
) as `category.name`,
`category.translation.breadcrumb`,
COALESCE(
`category.translation.breadcrumb`,
`category.translation.breadcrumb`
) as `category.breadcrumb`,
`category.translation.slotConfig`,
COALESCE(
`category.translation.slotConfig`,
`category.translation.slotConfig`
) as `category.slotConfig`,
`category.translation.linkType`,
COALESCE(
`category.translation.linkType`,
`category.translation.linkType`
) as `category.linkType`,
`category.translation.internalLink`,
COALESCE(
`category.translation.internalLink`,
`category.translation.internalLink`
) as `category.internalLink`,
`category.translation.externalLink`,
COALESCE(
`category.translation.externalLink`,
`category.translation.externalLink`
) as `category.externalLink`,
`category.translation.linkNewTab`,
COALESCE(
`category.translation.linkNewTab`,
`category.translation.linkNewTab`
) as `category.linkNewTab`,
`category.translation.description`,
COALESCE(
`category.translation.description`,
`category.translation.description`
) as `category.description`,
`category.translation.metaTitle`,
COALESCE(
`category.translation.metaTitle`,
`category.translation.metaTitle`
) as `category.metaTitle`,
`category.translation.metaDescription`,
COALESCE(
`category.translation.metaDescription`,
`category.translation.metaDescription`
) as `category.metaDescription`,
`category.translation.keywords`,
COALESCE(
`category.translation.keywords`,
`category.translation.keywords`
) as `category.keywords`,
`category.translation.customFields`,
COALESCE(
`category.translation.customFields`,
`category.translation.customFields`
) as `category.customFields`,
`category.translation.createdAt`,
`category.translation.updatedAt`,
`category.translation.categoryId`,
`category.translation.languageId`,
`category.translation.categoryVersionId`
FROM
`category`
LEFT JOIN (
SELECT
`category.translation`.category_id,
`category.translation`.category_version_id,
`category.translation`.name as `category.translation.name`,
`category.translation`.breadcrumb as `category.translation.breadcrumb`,
`category.translation`.slot_config as `category.translation.slotConfig`,
`category.translation`.link_type as `category.translation.linkType`,
`category.translation`.internal_link as `category.translation.internalLink`,
`category.translation`.external_link as `category.translation.externalLink`,
`category.translation`.link_new_tab as `category.translation.linkNewTab`,
`category.translation`.description as `category.translation.description`,
`category.translation`.meta_title as `category.translation.metaTitle`,
`category.translation`.meta_description as `category.translation.metaDescription`,
`category.translation`.keywords as `category.translation.keywords`,
`category.translation`.custom_fields as `category.translation.customFields`,
`category.translation`.created_at as `category.translation.createdAt`,
`category.translation`.updated_at as `category.translation.updatedAt`,
`category.translation`.category_id as `category.translation.categoryId`,
`category.translation`.language_id as `category.translation.languageId`,
`category.translation`.category_version_id as `category.translation.categoryVersionId`
FROM
`category_translation` `category.translation`
WHERE
`category.translation`.language_id = : languageId
) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id`
AND `category.category_translation`.category_version_id = `category`.version_id
WHERE
(
`category`.`version_id` = : version
)
AND (
(
`category`.`active` = : param_535fa6382d0d4ec39dfb972bf1d6a808
AND `category`.`parent_id` = : param_2057003363a3476fa5615715e75354ee
)
)
SELECT `category`.`id` as `category.id`, `category`.`version_id` as `category.versionId`, `category`.`parent_id` as `category.parentId`, `category`.`parent_version_id` as `category.parentVersionId`, `category`.`after_category_id` as `category.afterCategoryId`, `category`.`after_category_version_id` as `category.afterCategoryVersionId`, `category`.`media_id` as `category.mediaId`, `category`.`display_nested_products` as `category.displayNestedProducts`, `category`.`auto_increment` as `category.autoIncrement`, `category`.`level` as `category.level`, `category`.`path` as `category.path`, `category`.`child_count` as `category.childCount`, `category`.`type` as `category.type`, `category`.`product_assignment_type` as `category.productAssignmentType`, `category`.`visible` as `category.visible`, `category`.`active` as `category.active`, `category`.`cms_page_id` as `category.cmsPageId`, `category`.`cms_page_version_id` as `category.cmsPageVersionId`, `category`.`product_stream_id` as `category.productStreamId`, `category`.`created_at` as `category.createdAt`, `category`.`updated_at` as `category.updatedAt`, `category.translation.name`, COALESCE(`category.translation.name`,`category.translation.name`) as `category.name`, `category.translation.breadcrumb`, COALESCE(`category.translation.breadcrumb`,`category.translation.breadcrumb`) as `category.breadcrumb`, `category.translation.slotConfig`, COALESCE(`category.translation.slotConfig`,`category.translation.slotConfig`) as `category.slotConfig`, `category.translation.linkType`, COALESCE(`category.translation.linkType`,`category.translation.linkType`) as `category.linkType`, `category.translation.internalLink`, COALESCE(`category.translation.internalLink`,`category.translation.internalLink`) as `category.internalLink`, `category.translation.externalLink`, COALESCE(`category.translation.externalLink`,`category.translation.externalLink`) as `category.externalLink`, `category.translation.linkNewTab`, COALESCE(`category.translation.linkNewTab`,`category.translation.linkNewTab`) as `category.linkNewTab`, `category.translation.description`, COALESCE(`category.translation.description`,`category.translation.description`) as `category.description`, `category.translation.metaTitle`, COALESCE(`category.translation.metaTitle`,`category.translation.metaTitle`) as `category.metaTitle`, `category.translation.metaDescription`, COALESCE(`category.translation.metaDescription`,`category.translation.metaDescription`) as `category.metaDescription`, `category.translation.keywords`, COALESCE(`category.translation.keywords`,`category.translation.keywords`) as `category.keywords`, `category.translation.customFields`, COALESCE(`category.translation.customFields`,`category.translation.customFields`) as `category.customFields`, `category.translation.createdAt`, `category.translation.updatedAt`, `category.translation.categoryId`, `category.translation.languageId`, `category.translation.categoryVersionId` FROM `category` LEFT JOIN (SELECT `category.translation`.category_id, `category.translation`.category_version_id, `category.translation`.name as `category.translation.name`, `category.translation`.breadcrumb as `category.translation.breadcrumb`, `category.translation`.slot_config as `category.translation.slotConfig`, `category.translation`.link_type as `category.translation.linkType`, `category.translation`.internal_link as `category.translation.internalLink`, `category.translation`.external_link as `category.translation.externalLink`, `category.translation`.link_new_tab as `category.translation.linkNewTab`, `category.translation`.description as `category.translation.description`, `category.translation`.meta_title as `category.translation.metaTitle`, `category.translation`.meta_description as `category.translation.metaDescription`, `category.translation`.keywords as `category.translation.keywords`, `category.translation`.custom_fields as `category.translation.customFields`, `category.translation`.created_at as `category.translation.createdAt`, `category.translation`.updated_at as `category.translation.updatedAt`, `category.translation`.category_id as `category.translation.categoryId`, `category.translation`.language_id as `category.translation.languageId`, `category.translation`.category_version_id as `category.translation.categoryVersionId` FROM `category_translation` `category.translation` WHERE `category.translation`.language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.category_version_id = `category`.version_id WHERE (`category`.`version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425) AND ((`category`.`active` = 1 AND `category`.`parent_id` = 0x0AFDA4775757497E998DB4E77ECE8610));
array:37 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 239)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 316)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetch (line 148)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 92)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::read (line 257)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::read (line 286)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::_search (line 106)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 51)"
9 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator::search (line 64)"
10 => "Nd\Theme\Subscriber\AddMenuData::getMenu (line 77)"
11 => "Nd\Theme\Subscriber\AddMenuData::loadAdditionalMenus (line 43)"
12 => "Nd\Theme\Subscriber\AddMenuData::addData (line 118)"
13 => "Symfony\Component\EventDispatcher\Debug\WrappedListener::__invoke (line 230)"
14 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
15 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 56)"
16 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 98)"
17 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 55)"
18 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 37)"
19 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
20 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 96)"
21 => "Shopware\Storefront\Pagelet\Header\HeaderPageletLoader::load (line 89)"
22 => "Shopware\Storefront\Page\GenericPageLoader::Shopware\Storefront\Page\{closure} (line 59)"
23 => "Shopware\Core\Profiling\Profiler::trace (line 78)"
24 => "Shopware\Storefront\Page\GenericPageLoader::load (line 55)"
25 => "Nd\Fashion\Page\Manufacturer\ProductManufacturerPageLoader::load (line 48)"
26 => "Nd\Fashion\Storefront\Controller\ManufacturerController::productManufacturerDetail (line 163)"
27 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
28 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
29 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
30 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 481)"
31 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 454)"
32 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 348)"
33 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 226)"
34 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
35 => "Shopware\Core\HttpKernel::doHandle (line 81)"
36 => "Shopware\Core\HttpKernel::handle (line 69)"
]
|
78 |
1.56 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.translation.name`, COALESCE(`category.translation.name`,`category.translation.name`) as `category.name`, `category.translation.breadcrumb`, COALESCE(`category.translation.breadcrumb`,`category.translation.breadcrumb`) as `category.breadcrumb`, `category.translation.slotConfig`, COALESCE(`category.translation.slotConfig`,`category.translation.slotConfig`) as `category.slotConfig`, `category.translation.linkType`, COALESCE(`category.translation.linkType`,`category.translation.linkType`) as `category.linkType`, `category.translation.internalLink`, COALESCE(`category.translation.internalLink`,`category.translation.internalLink`) as `category.internalLink`, `category.translation.externalLink`, COALESCE(`category.translation.externalLink`,`category.translation.externalLink`) as `category.externalLink`, `category.translation.linkNewTab`, COALESCE(`category.translation.linkNewTab`,`category.translation.linkNewTab`) as `category.linkNewTab`, `category.translation.description`, COALESCE(`category.translation.description`,`category.translation.description`) as `category.description`, `category.translation.metaTitle`, COALESCE(`category.translation.metaTitle`,`category.translation.metaTitle`) as `category.metaTitle`, `category.translation.metaDescription`, COALESCE(`category.translation.metaDescription`,`category.translation.metaDescription`) as `category.metaDescription`, `category.translation.keywords`, COALESCE(`category.translation.keywords`,`category.translation.keywords`) as `category.keywords`, `category.translation.customFields`, COALESCE(`category.translation.customFields`,`category.translation.customFields`) as `category.customFields`, `category.translation.createdAt`, `category.translation.updatedAt`, `category.translation.categoryId`, `category.translation.languageId`, `category.translation.categoryVersionId` FROM `category` LEFT JOIN (SELECT `category.translation`.category_id, `category.translation`.category_version_id, `category.translation`.name as `category.translation.name`, `category.translation`.breadcrumb as `category.translation.breadcrumb`, `category.translation`.slot_config as `category.translation.slotConfig`, `category.translation`.link_type as `category.translation.linkType`, `category.translation`.internal_link as `category.translation.internalLink`, `category.translation`.external_link as `category.translation.externalLink`, `category.translation`.link_new_tab as `category.translation.linkNewTab`, `category.translation`.description as `category.translation.description`, `category.translation`.meta_title as `category.translation.metaTitle`, `category.translation`.meta_description as `category.translation.metaDescription`, `category.translation`.keywords as `category.translation.keywords`, `category.translation`.custom_fields as `category.translation.customFields`, `category.translation`.created_at as `category.translation.createdAt`, `category.translation`.updated_at as `category.translation.updatedAt`, `category.translation`.category_id as `category.translation.categoryId`, `category.translation`.language_id as `category.translation.languageId`, `category.translation`.category_version_id as `category.translation.categoryVersionId` FROM `category_translation` `category.translation` WHERE `category.translation`.language_id = :languageId) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.category_version_id = `category`.version_id WHERE (`category`.`version_id` = :version) AND ((`category`.`active` = :param_ce301d9c60234feeb0f9fd940a7f1a3d AND `category`.`parent_id` = :param_5466152f6c2d43c588a4be7bdc209428))
SELECT
`category`.`id` as `category.id`,
`category`.`version_id` as `category.versionId`,
`category`.`parent_id` as `category.parentId`,
`category`.`parent_version_id` as `category.parentVersionId`,
`category`.`after_category_id` as `category.afterCategoryId`,
`category`.`after_category_version_id` as `category.afterCategoryVersionId`,
`category`.`media_id` as `category.mediaId`,
`category`.`display_nested_products` as `category.displayNestedProducts`,
`category`.`auto_increment` as `category.autoIncrement`,
`category`.`level` as `category.level`,
`category`.`path` as `category.path`,
`category`.`child_count` as `category.childCount`,
`category`.`type` as `category.type`,
`category`.`product_assignment_type` as `category.productAssignmentType`,
`category`.`visible` as `category.visible`,
`category`.`active` as `category.active`,
`category`.`cms_page_id` as `category.cmsPageId`,
`category`.`cms_page_version_id` as `category.cmsPageVersionId`,
`category`.`product_stream_id` as `category.productStreamId`,
`category`.`created_at` as `category.createdAt`,
`category`.`updated_at` as `category.updatedAt`,
`category.translation.name`,
COALESCE(
`category.translation.name`, `category.translation.name`
) as `category.name`,
`category.translation.breadcrumb`,
COALESCE(
`category.translation.breadcrumb`,
`category.translation.breadcrumb`
) as `category.breadcrumb`,
`category.translation.slotConfig`,
COALESCE(
`category.translation.slotConfig`,
`category.translation.slotConfig`
) as `category.slotConfig`,
`category.translation.linkType`,
COALESCE(
`category.translation.linkType`,
`category.translation.linkType`
) as `category.linkType`,
`category.translation.internalLink`,
COALESCE(
`category.translation.internalLink`,
`category.translation.internalLink`
) as `category.internalLink`,
`category.translation.externalLink`,
COALESCE(
`category.translation.externalLink`,
`category.translation.externalLink`
) as `category.externalLink`,
`category.translation.linkNewTab`,
COALESCE(
`category.translation.linkNewTab`,
`category.translation.linkNewTab`
) as `category.linkNewTab`,
`category.translation.description`,
COALESCE(
`category.translation.description`,
`category.translation.description`
) as `category.description`,
`category.translation.metaTitle`,
COALESCE(
`category.translation.metaTitle`,
`category.translation.metaTitle`
) as `category.metaTitle`,
`category.translation.metaDescription`,
COALESCE(
`category.translation.metaDescription`,
`category.translation.metaDescription`
) as `category.metaDescription`,
`category.translation.keywords`,
COALESCE(
`category.translation.keywords`,
`category.translation.keywords`
) as `category.keywords`,
`category.translation.customFields`,
COALESCE(
`category.translation.customFields`,
`category.translation.customFields`
) as `category.customFields`,
`category.translation.createdAt`,
`category.translation.updatedAt`,
`category.translation.categoryId`,
`category.translation.languageId`,
`category.translation.categoryVersionId`
FROM
`category`
LEFT JOIN (
SELECT
`category.translation`.category_id,
`category.translation`.category_version_id,
`category.translation`.name as `category.translation.name`,
`category.translation`.breadcrumb as `category.translation.breadcrumb`,
`category.translation`.slot_config as `category.translation.slotConfig`,
`category.translation`.link_type as `category.translation.linkType`,
`category.translation`.internal_link as `category.translation.internalLink`,
`category.translation`.external_link as `category.translation.externalLink`,
`category.translation`.link_new_tab as `category.translation.linkNewTab`,
`category.translation`.description as `category.translation.description`,
`category.translation`.meta_title as `category.translation.metaTitle`,
`category.translation`.meta_description as `category.translation.metaDescription`,
`category.translation`.keywords as `category.translation.keywords`,
`category.translation`.custom_fields as `category.translation.customFields`,
`category.translation`.created_at as `category.translation.createdAt`,
`category.translation`.updated_at as `category.translation.updatedAt`,
`category.translation`.category_id as `category.translation.categoryId`,
`category.translation`.language_id as `category.translation.languageId`,
`category.translation`.category_version_id as `category.translation.categoryVersionId`
FROM
`category_translation` `category.translation`
WHERE
`category.translation`.language_id = : languageId
) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id`
AND `category.category_translation`.category_version_id = `category`.version_id
WHERE
(
`category`.`version_id` = : version
)
AND (
(
`category`.`active` = : param_ce301d9c60234feeb0f9fd940a7f1a3d
AND `category`.`parent_id` = : param_5466152f6c2d43c588a4be7bdc209428
)
)
SELECT `category`.`id` as `category.id`, `category`.`version_id` as `category.versionId`, `category`.`parent_id` as `category.parentId`, `category`.`parent_version_id` as `category.parentVersionId`, `category`.`after_category_id` as `category.afterCategoryId`, `category`.`after_category_version_id` as `category.afterCategoryVersionId`, `category`.`media_id` as `category.mediaId`, `category`.`display_nested_products` as `category.displayNestedProducts`, `category`.`auto_increment` as `category.autoIncrement`, `category`.`level` as `category.level`, `category`.`path` as `category.path`, `category`.`child_count` as `category.childCount`, `category`.`type` as `category.type`, `category`.`product_assignment_type` as `category.productAssignmentType`, `category`.`visible` as `category.visible`, `category`.`active` as `category.active`, `category`.`cms_page_id` as `category.cmsPageId`, `category`.`cms_page_version_id` as `category.cmsPageVersionId`, `category`.`product_stream_id` as `category.productStreamId`, `category`.`created_at` as `category.createdAt`, `category`.`updated_at` as `category.updatedAt`, `category.translation.name`, COALESCE(`category.translation.name`,`category.translation.name`) as `category.name`, `category.translation.breadcrumb`, COALESCE(`category.translation.breadcrumb`,`category.translation.breadcrumb`) as `category.breadcrumb`, `category.translation.slotConfig`, COALESCE(`category.translation.slotConfig`,`category.translation.slotConfig`) as `category.slotConfig`, `category.translation.linkType`, COALESCE(`category.translation.linkType`,`category.translation.linkType`) as `category.linkType`, `category.translation.internalLink`, COALESCE(`category.translation.internalLink`,`category.translation.internalLink`) as `category.internalLink`, `category.translation.externalLink`, COALESCE(`category.translation.externalLink`,`category.translation.externalLink`) as `category.externalLink`, `category.translation.linkNewTab`, COALESCE(`category.translation.linkNewTab`,`category.translation.linkNewTab`) as `category.linkNewTab`, `category.translation.description`, COALESCE(`category.translation.description`,`category.translation.description`) as `category.description`, `category.translation.metaTitle`, COALESCE(`category.translation.metaTitle`,`category.translation.metaTitle`) as `category.metaTitle`, `category.translation.metaDescription`, COALESCE(`category.translation.metaDescription`,`category.translation.metaDescription`) as `category.metaDescription`, `category.translation.keywords`, COALESCE(`category.translation.keywords`,`category.translation.keywords`) as `category.keywords`, `category.translation.customFields`, COALESCE(`category.translation.customFields`,`category.translation.customFields`) as `category.customFields`, `category.translation.createdAt`, `category.translation.updatedAt`, `category.translation.categoryId`, `category.translation.languageId`, `category.translation.categoryVersionId` FROM `category` LEFT JOIN (SELECT `category.translation`.category_id, `category.translation`.category_version_id, `category.translation`.name as `category.translation.name`, `category.translation`.breadcrumb as `category.translation.breadcrumb`, `category.translation`.slot_config as `category.translation.slotConfig`, `category.translation`.link_type as `category.translation.linkType`, `category.translation`.internal_link as `category.translation.internalLink`, `category.translation`.external_link as `category.translation.externalLink`, `category.translation`.link_new_tab as `category.translation.linkNewTab`, `category.translation`.description as `category.translation.description`, `category.translation`.meta_title as `category.translation.metaTitle`, `category.translation`.meta_description as `category.translation.metaDescription`, `category.translation`.keywords as `category.translation.keywords`, `category.translation`.custom_fields as `category.translation.customFields`, `category.translation`.created_at as `category.translation.createdAt`, `category.translation`.updated_at as `category.translation.updatedAt`, `category.translation`.category_id as `category.translation.categoryId`, `category.translation`.language_id as `category.translation.languageId`, `category.translation`.category_version_id as `category.translation.categoryVersionId` FROM `category_translation` `category.translation` WHERE `category.translation`.language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.category_version_id = `category`.version_id WHERE (`category`.`version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425) AND ((`category`.`active` = 1 AND `category`.`parent_id` = 0xFC925B7034DB498DA5A161477FDA35AB));
array:37 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 239)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 316)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetch (line 148)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 92)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::read (line 257)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::read (line 286)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::_search (line 106)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 51)"
9 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator::search (line 64)"
10 => "Nd\Theme\Subscriber\AddMenuData::getMenu (line 77)"
11 => "Nd\Theme\Subscriber\AddMenuData::loadAdditionalMenus (line 43)"
12 => "Nd\Theme\Subscriber\AddMenuData::addData (line 118)"
13 => "Symfony\Component\EventDispatcher\Debug\WrappedListener::__invoke (line 230)"
14 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
15 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 56)"
16 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 98)"
17 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 55)"
18 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 37)"
19 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
20 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 96)"
21 => "Shopware\Storefront\Pagelet\Header\HeaderPageletLoader::load (line 89)"
22 => "Shopware\Storefront\Page\GenericPageLoader::Shopware\Storefront\Page\{closure} (line 59)"
23 => "Shopware\Core\Profiling\Profiler::trace (line 78)"
24 => "Shopware\Storefront\Page\GenericPageLoader::load (line 55)"
25 => "Nd\Fashion\Page\Manufacturer\ProductManufacturerPageLoader::load (line 48)"
26 => "Nd\Fashion\Storefront\Controller\ManufacturerController::productManufacturerDetail (line 163)"
27 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
28 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
29 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
30 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 481)"
31 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 454)"
32 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 348)"
33 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 226)"
34 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
35 => "Shopware\Core\HttpKernel::doHandle (line 81)"
36 => "Shopware\Core\HttpKernel::handle (line 69)"
]
|
79 |
1.60 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.translation.name`, COALESCE(`category.translation.name`,`category.translation.name`) as `category.name`, `category.translation.breadcrumb`, COALESCE(`category.translation.breadcrumb`,`category.translation.breadcrumb`) as `category.breadcrumb`, `category.translation.slotConfig`, COALESCE(`category.translation.slotConfig`,`category.translation.slotConfig`) as `category.slotConfig`, `category.translation.linkType`, COALESCE(`category.translation.linkType`,`category.translation.linkType`) as `category.linkType`, `category.translation.internalLink`, COALESCE(`category.translation.internalLink`,`category.translation.internalLink`) as `category.internalLink`, `category.translation.externalLink`, COALESCE(`category.translation.externalLink`,`category.translation.externalLink`) as `category.externalLink`, `category.translation.linkNewTab`, COALESCE(`category.translation.linkNewTab`,`category.translation.linkNewTab`) as `category.linkNewTab`, `category.translation.description`, COALESCE(`category.translation.description`,`category.translation.description`) as `category.description`, `category.translation.metaTitle`, COALESCE(`category.translation.metaTitle`,`category.translation.metaTitle`) as `category.metaTitle`, `category.translation.metaDescription`, COALESCE(`category.translation.metaDescription`,`category.translation.metaDescription`) as `category.metaDescription`, `category.translation.keywords`, COALESCE(`category.translation.keywords`,`category.translation.keywords`) as `category.keywords`, `category.translation.customFields`, COALESCE(`category.translation.customFields`,`category.translation.customFields`) as `category.customFields`, `category.translation.createdAt`, `category.translation.updatedAt`, `category.translation.categoryId`, `category.translation.languageId`, `category.translation.categoryVersionId` FROM `category` LEFT JOIN (SELECT `category.translation`.category_id, `category.translation`.category_version_id, `category.translation`.name as `category.translation.name`, `category.translation`.breadcrumb as `category.translation.breadcrumb`, `category.translation`.slot_config as `category.translation.slotConfig`, `category.translation`.link_type as `category.translation.linkType`, `category.translation`.internal_link as `category.translation.internalLink`, `category.translation`.external_link as `category.translation.externalLink`, `category.translation`.link_new_tab as `category.translation.linkNewTab`, `category.translation`.description as `category.translation.description`, `category.translation`.meta_title as `category.translation.metaTitle`, `category.translation`.meta_description as `category.translation.metaDescription`, `category.translation`.keywords as `category.translation.keywords`, `category.translation`.custom_fields as `category.translation.customFields`, `category.translation`.created_at as `category.translation.createdAt`, `category.translation`.updated_at as `category.translation.updatedAt`, `category.translation`.category_id as `category.translation.categoryId`, `category.translation`.language_id as `category.translation.languageId`, `category.translation`.category_version_id as `category.translation.categoryVersionId` FROM `category_translation` `category.translation` WHERE `category.translation`.language_id = :languageId) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.category_version_id = `category`.version_id WHERE (`category`.`version_id` = :version) AND ((`category`.`active` = :param_45c0e0f3cfc040c89dca4e40fa2aedce AND `category`.`parent_id` = :param_e0db3e13a22641a6b8f11fb3f1c83faf))
SELECT
`category`.`id` as `category.id`,
`category`.`version_id` as `category.versionId`,
`category`.`parent_id` as `category.parentId`,
`category`.`parent_version_id` as `category.parentVersionId`,
`category`.`after_category_id` as `category.afterCategoryId`,
`category`.`after_category_version_id` as `category.afterCategoryVersionId`,
`category`.`media_id` as `category.mediaId`,
`category`.`display_nested_products` as `category.displayNestedProducts`,
`category`.`auto_increment` as `category.autoIncrement`,
`category`.`level` as `category.level`,
`category`.`path` as `category.path`,
`category`.`child_count` as `category.childCount`,
`category`.`type` as `category.type`,
`category`.`product_assignment_type` as `category.productAssignmentType`,
`category`.`visible` as `category.visible`,
`category`.`active` as `category.active`,
`category`.`cms_page_id` as `category.cmsPageId`,
`category`.`cms_page_version_id` as `category.cmsPageVersionId`,
`category`.`product_stream_id` as `category.productStreamId`,
`category`.`created_at` as `category.createdAt`,
`category`.`updated_at` as `category.updatedAt`,
`category.translation.name`,
COALESCE(
`category.translation.name`, `category.translation.name`
) as `category.name`,
`category.translation.breadcrumb`,
COALESCE(
`category.translation.breadcrumb`,
`category.translation.breadcrumb`
) as `category.breadcrumb`,
`category.translation.slotConfig`,
COALESCE(
`category.translation.slotConfig`,
`category.translation.slotConfig`
) as `category.slotConfig`,
`category.translation.linkType`,
COALESCE(
`category.translation.linkType`,
`category.translation.linkType`
) as `category.linkType`,
`category.translation.internalLink`,
COALESCE(
`category.translation.internalLink`,
`category.translation.internalLink`
) as `category.internalLink`,
`category.translation.externalLink`,
COALESCE(
`category.translation.externalLink`,
`category.translation.externalLink`
) as `category.externalLink`,
`category.translation.linkNewTab`,
COALESCE(
`category.translation.linkNewTab`,
`category.translation.linkNewTab`
) as `category.linkNewTab`,
`category.translation.description`,
COALESCE(
`category.translation.description`,
`category.translation.description`
) as `category.description`,
`category.translation.metaTitle`,
COALESCE(
`category.translation.metaTitle`,
`category.translation.metaTitle`
) as `category.metaTitle`,
`category.translation.metaDescription`,
COALESCE(
`category.translation.metaDescription`,
`category.translation.metaDescription`
) as `category.metaDescription`,
`category.translation.keywords`,
COALESCE(
`category.translation.keywords`,
`category.translation.keywords`
) as `category.keywords`,
`category.translation.customFields`,
COALESCE(
`category.translation.customFields`,
`category.translation.customFields`
) as `category.customFields`,
`category.translation.createdAt`,
`category.translation.updatedAt`,
`category.translation.categoryId`,
`category.translation.languageId`,
`category.translation.categoryVersionId`
FROM
`category`
LEFT JOIN (
SELECT
`category.translation`.category_id,
`category.translation`.category_version_id,
`category.translation`.name as `category.translation.name`,
`category.translation`.breadcrumb as `category.translation.breadcrumb`,
`category.translation`.slot_config as `category.translation.slotConfig`,
`category.translation`.link_type as `category.translation.linkType`,
`category.translation`.internal_link as `category.translation.internalLink`,
`category.translation`.external_link as `category.translation.externalLink`,
`category.translation`.link_new_tab as `category.translation.linkNewTab`,
`category.translation`.description as `category.translation.description`,
`category.translation`.meta_title as `category.translation.metaTitle`,
`category.translation`.meta_description as `category.translation.metaDescription`,
`category.translation`.keywords as `category.translation.keywords`,
`category.translation`.custom_fields as `category.translation.customFields`,
`category.translation`.created_at as `category.translation.createdAt`,
`category.translation`.updated_at as `category.translation.updatedAt`,
`category.translation`.category_id as `category.translation.categoryId`,
`category.translation`.language_id as `category.translation.languageId`,
`category.translation`.category_version_id as `category.translation.categoryVersionId`
FROM
`category_translation` `category.translation`
WHERE
`category.translation`.language_id = : languageId
) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id`
AND `category.category_translation`.category_version_id = `category`.version_id
WHERE
(
`category`.`version_id` = : version
)
AND (
(
`category`.`active` = : param_45c0e0f3cfc040c89dca4e40fa2aedce
AND `category`.`parent_id` = : param_e0db3e13a22641a6b8f11fb3f1c83faf
)
)
SELECT `category`.`id` as `category.id`, `category`.`version_id` as `category.versionId`, `category`.`parent_id` as `category.parentId`, `category`.`parent_version_id` as `category.parentVersionId`, `category`.`after_category_id` as `category.afterCategoryId`, `category`.`after_category_version_id` as `category.afterCategoryVersionId`, `category`.`media_id` as `category.mediaId`, `category`.`display_nested_products` as `category.displayNestedProducts`, `category`.`auto_increment` as `category.autoIncrement`, `category`.`level` as `category.level`, `category`.`path` as `category.path`, `category`.`child_count` as `category.childCount`, `category`.`type` as `category.type`, `category`.`product_assignment_type` as `category.productAssignmentType`, `category`.`visible` as `category.visible`, `category`.`active` as `category.active`, `category`.`cms_page_id` as `category.cmsPageId`, `category`.`cms_page_version_id` as `category.cmsPageVersionId`, `category`.`product_stream_id` as `category.productStreamId`, `category`.`created_at` as `category.createdAt`, `category`.`updated_at` as `category.updatedAt`, `category.translation.name`, COALESCE(`category.translation.name`,`category.translation.name`) as `category.name`, `category.translation.breadcrumb`, COALESCE(`category.translation.breadcrumb`,`category.translation.breadcrumb`) as `category.breadcrumb`, `category.translation.slotConfig`, COALESCE(`category.translation.slotConfig`,`category.translation.slotConfig`) as `category.slotConfig`, `category.translation.linkType`, COALESCE(`category.translation.linkType`,`category.translation.linkType`) as `category.linkType`, `category.translation.internalLink`, COALESCE(`category.translation.internalLink`,`category.translation.internalLink`) as `category.internalLink`, `category.translation.externalLink`, COALESCE(`category.translation.externalLink`,`category.translation.externalLink`) as `category.externalLink`, `category.translation.linkNewTab`, COALESCE(`category.translation.linkNewTab`,`category.translation.linkNewTab`) as `category.linkNewTab`, `category.translation.description`, COALESCE(`category.translation.description`,`category.translation.description`) as `category.description`, `category.translation.metaTitle`, COALESCE(`category.translation.metaTitle`,`category.translation.metaTitle`) as `category.metaTitle`, `category.translation.metaDescription`, COALESCE(`category.translation.metaDescription`,`category.translation.metaDescription`) as `category.metaDescription`, `category.translation.keywords`, COALESCE(`category.translation.keywords`,`category.translation.keywords`) as `category.keywords`, `category.translation.customFields`, COALESCE(`category.translation.customFields`,`category.translation.customFields`) as `category.customFields`, `category.translation.createdAt`, `category.translation.updatedAt`, `category.translation.categoryId`, `category.translation.languageId`, `category.translation.categoryVersionId` FROM `category` LEFT JOIN (SELECT `category.translation`.category_id, `category.translation`.category_version_id, `category.translation`.name as `category.translation.name`, `category.translation`.breadcrumb as `category.translation.breadcrumb`, `category.translation`.slot_config as `category.translation.slotConfig`, `category.translation`.link_type as `category.translation.linkType`, `category.translation`.internal_link as `category.translation.internalLink`, `category.translation`.external_link as `category.translation.externalLink`, `category.translation`.link_new_tab as `category.translation.linkNewTab`, `category.translation`.description as `category.translation.description`, `category.translation`.meta_title as `category.translation.metaTitle`, `category.translation`.meta_description as `category.translation.metaDescription`, `category.translation`.keywords as `category.translation.keywords`, `category.translation`.custom_fields as `category.translation.customFields`, `category.translation`.created_at as `category.translation.createdAt`, `category.translation`.updated_at as `category.translation.updatedAt`, `category.translation`.category_id as `category.translation.categoryId`, `category.translation`.language_id as `category.translation.languageId`, `category.translation`.category_version_id as `category.translation.categoryVersionId` FROM `category_translation` `category.translation` WHERE `category.translation`.language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.category_version_id = `category`.version_id WHERE (`category`.`version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425) AND ((`category`.`active` = 1 AND `category`.`parent_id` = 0xC7B6C2E7A2EE4D85A42912E57A880F11));
array:37 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 239)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 316)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetch (line 148)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 92)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::read (line 257)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::read (line 286)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::_search (line 106)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 51)"
9 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator::search (line 64)"
10 => "Nd\Theme\Subscriber\AddMenuData::getMenu (line 77)"
11 => "Nd\Theme\Subscriber\AddMenuData::loadAdditionalMenus (line 43)"
12 => "Nd\Theme\Subscriber\AddMenuData::addData (line 118)"
13 => "Symfony\Component\EventDispatcher\Debug\WrappedListener::__invoke (line 230)"
14 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
15 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 56)"
16 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 98)"
17 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 55)"
18 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 37)"
19 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
20 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 96)"
21 => "Shopware\Storefront\Pagelet\Header\HeaderPageletLoader::load (line 89)"
22 => "Shopware\Storefront\Page\GenericPageLoader::Shopware\Storefront\Page\{closure} (line 59)"
23 => "Shopware\Core\Profiling\Profiler::trace (line 78)"
24 => "Shopware\Storefront\Page\GenericPageLoader::load (line 55)"
25 => "Nd\Fashion\Page\Manufacturer\ProductManufacturerPageLoader::load (line 48)"
26 => "Nd\Fashion\Storefront\Controller\ManufacturerController::productManufacturerDetail (line 163)"
27 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
28 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
29 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
30 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 481)"
31 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 454)"
32 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 348)"
33 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 226)"
34 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
35 => "Shopware\Core\HttpKernel::doHandle (line 81)"
36 => "Shopware\Core\HttpKernel::handle (line 69)"
]
|
80 |
1.71 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.translation.name`, COALESCE(`category.translation.name`,`category.translation.name`) as `category.name`, `category.translation.breadcrumb`, COALESCE(`category.translation.breadcrumb`,`category.translation.breadcrumb`) as `category.breadcrumb`, `category.translation.slotConfig`, COALESCE(`category.translation.slotConfig`,`category.translation.slotConfig`) as `category.slotConfig`, `category.translation.linkType`, COALESCE(`category.translation.linkType`,`category.translation.linkType`) as `category.linkType`, `category.translation.internalLink`, COALESCE(`category.translation.internalLink`,`category.translation.internalLink`) as `category.internalLink`, `category.translation.externalLink`, COALESCE(`category.translation.externalLink`,`category.translation.externalLink`) as `category.externalLink`, `category.translation.linkNewTab`, COALESCE(`category.translation.linkNewTab`,`category.translation.linkNewTab`) as `category.linkNewTab`, `category.translation.description`, COALESCE(`category.translation.description`,`category.translation.description`) as `category.description`, `category.translation.metaTitle`, COALESCE(`category.translation.metaTitle`,`category.translation.metaTitle`) as `category.metaTitle`, `category.translation.metaDescription`, COALESCE(`category.translation.metaDescription`,`category.translation.metaDescription`) as `category.metaDescription`, `category.translation.keywords`, COALESCE(`category.translation.keywords`,`category.translation.keywords`) as `category.keywords`, `category.translation.customFields`, COALESCE(`category.translation.customFields`,`category.translation.customFields`) as `category.customFields`, `category.translation.createdAt`, `category.translation.updatedAt`, `category.translation.categoryId`, `category.translation.languageId`, `category.translation.categoryVersionId` FROM `category` LEFT JOIN (SELECT `category.translation`.category_id, `category.translation`.category_version_id, `category.translation`.name as `category.translation.name`, `category.translation`.breadcrumb as `category.translation.breadcrumb`, `category.translation`.slot_config as `category.translation.slotConfig`, `category.translation`.link_type as `category.translation.linkType`, `category.translation`.internal_link as `category.translation.internalLink`, `category.translation`.external_link as `category.translation.externalLink`, `category.translation`.link_new_tab as `category.translation.linkNewTab`, `category.translation`.description as `category.translation.description`, `category.translation`.meta_title as `category.translation.metaTitle`, `category.translation`.meta_description as `category.translation.metaDescription`, `category.translation`.keywords as `category.translation.keywords`, `category.translation`.custom_fields as `category.translation.customFields`, `category.translation`.created_at as `category.translation.createdAt`, `category.translation`.updated_at as `category.translation.updatedAt`, `category.translation`.category_id as `category.translation.categoryId`, `category.translation`.language_id as `category.translation.languageId`, `category.translation`.category_version_id as `category.translation.categoryVersionId` FROM `category_translation` `category.translation` WHERE `category.translation`.language_id = :languageId) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.category_version_id = `category`.version_id WHERE (`category`.`version_id` = :version) AND ((`category`.`active` = :param_2f0c97494df54ca0b396652a437b77a3 AND `category`.`parent_id` = :param_6ce233c7d6694984a34a74312803bb9d))
SELECT
`category`.`id` as `category.id`,
`category`.`version_id` as `category.versionId`,
`category`.`parent_id` as `category.parentId`,
`category`.`parent_version_id` as `category.parentVersionId`,
`category`.`after_category_id` as `category.afterCategoryId`,
`category`.`after_category_version_id` as `category.afterCategoryVersionId`,
`category`.`media_id` as `category.mediaId`,
`category`.`display_nested_products` as `category.displayNestedProducts`,
`category`.`auto_increment` as `category.autoIncrement`,
`category`.`level` as `category.level`,
`category`.`path` as `category.path`,
`category`.`child_count` as `category.childCount`,
`category`.`type` as `category.type`,
`category`.`product_assignment_type` as `category.productAssignmentType`,
`category`.`visible` as `category.visible`,
`category`.`active` as `category.active`,
`category`.`cms_page_id` as `category.cmsPageId`,
`category`.`cms_page_version_id` as `category.cmsPageVersionId`,
`category`.`product_stream_id` as `category.productStreamId`,
`category`.`created_at` as `category.createdAt`,
`category`.`updated_at` as `category.updatedAt`,
`category.translation.name`,
COALESCE(
`category.translation.name`, `category.translation.name`
) as `category.name`,
`category.translation.breadcrumb`,
COALESCE(
`category.translation.breadcrumb`,
`category.translation.breadcrumb`
) as `category.breadcrumb`,
`category.translation.slotConfig`,
COALESCE(
`category.translation.slotConfig`,
`category.translation.slotConfig`
) as `category.slotConfig`,
`category.translation.linkType`,
COALESCE(
`category.translation.linkType`,
`category.translation.linkType`
) as `category.linkType`,
`category.translation.internalLink`,
COALESCE(
`category.translation.internalLink`,
`category.translation.internalLink`
) as `category.internalLink`,
`category.translation.externalLink`,
COALESCE(
`category.translation.externalLink`,
`category.translation.externalLink`
) as `category.externalLink`,
`category.translation.linkNewTab`,
COALESCE(
`category.translation.linkNewTab`,
`category.translation.linkNewTab`
) as `category.linkNewTab`,
`category.translation.description`,
COALESCE(
`category.translation.description`,
`category.translation.description`
) as `category.description`,
`category.translation.metaTitle`,
COALESCE(
`category.translation.metaTitle`,
`category.translation.metaTitle`
) as `category.metaTitle`,
`category.translation.metaDescription`,
COALESCE(
`category.translation.metaDescription`,
`category.translation.metaDescription`
) as `category.metaDescription`,
`category.translation.keywords`,
COALESCE(
`category.translation.keywords`,
`category.translation.keywords`
) as `category.keywords`,
`category.translation.customFields`,
COALESCE(
`category.translation.customFields`,
`category.translation.customFields`
) as `category.customFields`,
`category.translation.createdAt`,
`category.translation.updatedAt`,
`category.translation.categoryId`,
`category.translation.languageId`,
`category.translation.categoryVersionId`
FROM
`category`
LEFT JOIN (
SELECT
`category.translation`.category_id,
`category.translation`.category_version_id,
`category.translation`.name as `category.translation.name`,
`category.translation`.breadcrumb as `category.translation.breadcrumb`,
`category.translation`.slot_config as `category.translation.slotConfig`,
`category.translation`.link_type as `category.translation.linkType`,
`category.translation`.internal_link as `category.translation.internalLink`,
`category.translation`.external_link as `category.translation.externalLink`,
`category.translation`.link_new_tab as `category.translation.linkNewTab`,
`category.translation`.description as `category.translation.description`,
`category.translation`.meta_title as `category.translation.metaTitle`,
`category.translation`.meta_description as `category.translation.metaDescription`,
`category.translation`.keywords as `category.translation.keywords`,
`category.translation`.custom_fields as `category.translation.customFields`,
`category.translation`.created_at as `category.translation.createdAt`,
`category.translation`.updated_at as `category.translation.updatedAt`,
`category.translation`.category_id as `category.translation.categoryId`,
`category.translation`.language_id as `category.translation.languageId`,
`category.translation`.category_version_id as `category.translation.categoryVersionId`
FROM
`category_translation` `category.translation`
WHERE
`category.translation`.language_id = : languageId
) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id`
AND `category.category_translation`.category_version_id = `category`.version_id
WHERE
(
`category`.`version_id` = : version
)
AND (
(
`category`.`active` = : param_2f0c97494df54ca0b396652a437b77a3
AND `category`.`parent_id` = : param_6ce233c7d6694984a34a74312803bb9d
)
)
SELECT `category`.`id` as `category.id`, `category`.`version_id` as `category.versionId`, `category`.`parent_id` as `category.parentId`, `category`.`parent_version_id` as `category.parentVersionId`, `category`.`after_category_id` as `category.afterCategoryId`, `category`.`after_category_version_id` as `category.afterCategoryVersionId`, `category`.`media_id` as `category.mediaId`, `category`.`display_nested_products` as `category.displayNestedProducts`, `category`.`auto_increment` as `category.autoIncrement`, `category`.`level` as `category.level`, `category`.`path` as `category.path`, `category`.`child_count` as `category.childCount`, `category`.`type` as `category.type`, `category`.`product_assignment_type` as `category.productAssignmentType`, `category`.`visible` as `category.visible`, `category`.`active` as `category.active`, `category`.`cms_page_id` as `category.cmsPageId`, `category`.`cms_page_version_id` as `category.cmsPageVersionId`, `category`.`product_stream_id` as `category.productStreamId`, `category`.`created_at` as `category.createdAt`, `category`.`updated_at` as `category.updatedAt`, `category.translation.name`, COALESCE(`category.translation.name`,`category.translation.name`) as `category.name`, `category.translation.breadcrumb`, COALESCE(`category.translation.breadcrumb`,`category.translation.breadcrumb`) as `category.breadcrumb`, `category.translation.slotConfig`, COALESCE(`category.translation.slotConfig`,`category.translation.slotConfig`) as `category.slotConfig`, `category.translation.linkType`, COALESCE(`category.translation.linkType`,`category.translation.linkType`) as `category.linkType`, `category.translation.internalLink`, COALESCE(`category.translation.internalLink`,`category.translation.internalLink`) as `category.internalLink`, `category.translation.externalLink`, COALESCE(`category.translation.externalLink`,`category.translation.externalLink`) as `category.externalLink`, `category.translation.linkNewTab`, COALESCE(`category.translation.linkNewTab`,`category.translation.linkNewTab`) as `category.linkNewTab`, `category.translation.description`, COALESCE(`category.translation.description`,`category.translation.description`) as `category.description`, `category.translation.metaTitle`, COALESCE(`category.translation.metaTitle`,`category.translation.metaTitle`) as `category.metaTitle`, `category.translation.metaDescription`, COALESCE(`category.translation.metaDescription`,`category.translation.metaDescription`) as `category.metaDescription`, `category.translation.keywords`, COALESCE(`category.translation.keywords`,`category.translation.keywords`) as `category.keywords`, `category.translation.customFields`, COALESCE(`category.translation.customFields`,`category.translation.customFields`) as `category.customFields`, `category.translation.createdAt`, `category.translation.updatedAt`, `category.translation.categoryId`, `category.translation.languageId`, `category.translation.categoryVersionId` FROM `category` LEFT JOIN (SELECT `category.translation`.category_id, `category.translation`.category_version_id, `category.translation`.name as `category.translation.name`, `category.translation`.breadcrumb as `category.translation.breadcrumb`, `category.translation`.slot_config as `category.translation.slotConfig`, `category.translation`.link_type as `category.translation.linkType`, `category.translation`.internal_link as `category.translation.internalLink`, `category.translation`.external_link as `category.translation.externalLink`, `category.translation`.link_new_tab as `category.translation.linkNewTab`, `category.translation`.description as `category.translation.description`, `category.translation`.meta_title as `category.translation.metaTitle`, `category.translation`.meta_description as `category.translation.metaDescription`, `category.translation`.keywords as `category.translation.keywords`, `category.translation`.custom_fields as `category.translation.customFields`, `category.translation`.created_at as `category.translation.createdAt`, `category.translation`.updated_at as `category.translation.updatedAt`, `category.translation`.category_id as `category.translation.categoryId`, `category.translation`.language_id as `category.translation.languageId`, `category.translation`.category_version_id as `category.translation.categoryVersionId` FROM `category_translation` `category.translation` WHERE `category.translation`.language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.category_version_id = `category`.version_id WHERE (`category`.`version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425) AND ((`category`.`active` = 1 AND `category`.`parent_id` = 0x1A11A99EE0F54904BA77FB0FB3EB891F));
array:37 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 239)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 316)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetch (line 148)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 92)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::read (line 257)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::read (line 286)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::_search (line 106)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 51)"
9 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator::search (line 64)"
10 => "Nd\Theme\Subscriber\AddMenuData::getMenu (line 77)"
11 => "Nd\Theme\Subscriber\AddMenuData::loadAdditionalMenus (line 43)"
12 => "Nd\Theme\Subscriber\AddMenuData::addData (line 118)"
13 => "Symfony\Component\EventDispatcher\Debug\WrappedListener::__invoke (line 230)"
14 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
15 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 56)"
16 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 98)"
17 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 55)"
18 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 37)"
19 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
20 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 96)"
21 => "Shopware\Storefront\Pagelet\Header\HeaderPageletLoader::load (line 89)"
22 => "Shopware\Storefront\Page\GenericPageLoader::Shopware\Storefront\Page\{closure} (line 59)"
23 => "Shopware\Core\Profiling\Profiler::trace (line 78)"
24 => "Shopware\Storefront\Page\GenericPageLoader::load (line 55)"
25 => "Nd\Fashion\Page\Manufacturer\ProductManufacturerPageLoader::load (line 48)"
26 => "Nd\Fashion\Storefront\Controller\ManufacturerController::productManufacturerDetail (line 163)"
27 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
28 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
29 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
30 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 481)"
31 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 454)"
32 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 348)"
33 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 226)"
34 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
35 => "Shopware\Core\HttpKernel::doHandle (line 81)"
36 => "Shopware\Core\HttpKernel::handle (line 69)"
]
|
81 |
1.58 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.translation.name`, COALESCE(`category.translation.name`,`category.translation.name`) as `category.name`, `category.translation.breadcrumb`, COALESCE(`category.translation.breadcrumb`,`category.translation.breadcrumb`) as `category.breadcrumb`, `category.translation.slotConfig`, COALESCE(`category.translation.slotConfig`,`category.translation.slotConfig`) as `category.slotConfig`, `category.translation.linkType`, COALESCE(`category.translation.linkType`,`category.translation.linkType`) as `category.linkType`, `category.translation.internalLink`, COALESCE(`category.translation.internalLink`,`category.translation.internalLink`) as `category.internalLink`, `category.translation.externalLink`, COALESCE(`category.translation.externalLink`,`category.translation.externalLink`) as `category.externalLink`, `category.translation.linkNewTab`, COALESCE(`category.translation.linkNewTab`,`category.translation.linkNewTab`) as `category.linkNewTab`, `category.translation.description`, COALESCE(`category.translation.description`,`category.translation.description`) as `category.description`, `category.translation.metaTitle`, COALESCE(`category.translation.metaTitle`,`category.translation.metaTitle`) as `category.metaTitle`, `category.translation.metaDescription`, COALESCE(`category.translation.metaDescription`,`category.translation.metaDescription`) as `category.metaDescription`, `category.translation.keywords`, COALESCE(`category.translation.keywords`,`category.translation.keywords`) as `category.keywords`, `category.translation.customFields`, COALESCE(`category.translation.customFields`,`category.translation.customFields`) as `category.customFields`, `category.translation.createdAt`, `category.translation.updatedAt`, `category.translation.categoryId`, `category.translation.languageId`, `category.translation.categoryVersionId` FROM `category` LEFT JOIN (SELECT `category.translation`.category_id, `category.translation`.category_version_id, `category.translation`.name as `category.translation.name`, `category.translation`.breadcrumb as `category.translation.breadcrumb`, `category.translation`.slot_config as `category.translation.slotConfig`, `category.translation`.link_type as `category.translation.linkType`, `category.translation`.internal_link as `category.translation.internalLink`, `category.translation`.external_link as `category.translation.externalLink`, `category.translation`.link_new_tab as `category.translation.linkNewTab`, `category.translation`.description as `category.translation.description`, `category.translation`.meta_title as `category.translation.metaTitle`, `category.translation`.meta_description as `category.translation.metaDescription`, `category.translation`.keywords as `category.translation.keywords`, `category.translation`.custom_fields as `category.translation.customFields`, `category.translation`.created_at as `category.translation.createdAt`, `category.translation`.updated_at as `category.translation.updatedAt`, `category.translation`.category_id as `category.translation.categoryId`, `category.translation`.language_id as `category.translation.languageId`, `category.translation`.category_version_id as `category.translation.categoryVersionId` FROM `category_translation` `category.translation` WHERE `category.translation`.language_id = :languageId) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.category_version_id = `category`.version_id WHERE (`category`.`version_id` = :version) AND ((`category`.`active` = :param_2f68663d34f74e10933d0c2028390f72 AND `category`.`parent_id` = :param_ee7be9718ebd487fb806015861bb4805))
SELECT
`category`.`id` as `category.id`,
`category`.`version_id` as `category.versionId`,
`category`.`parent_id` as `category.parentId`,
`category`.`parent_version_id` as `category.parentVersionId`,
`category`.`after_category_id` as `category.afterCategoryId`,
`category`.`after_category_version_id` as `category.afterCategoryVersionId`,
`category`.`media_id` as `category.mediaId`,
`category`.`display_nested_products` as `category.displayNestedProducts`,
`category`.`auto_increment` as `category.autoIncrement`,
`category`.`level` as `category.level`,
`category`.`path` as `category.path`,
`category`.`child_count` as `category.childCount`,
`category`.`type` as `category.type`,
`category`.`product_assignment_type` as `category.productAssignmentType`,
`category`.`visible` as `category.visible`,
`category`.`active` as `category.active`,
`category`.`cms_page_id` as `category.cmsPageId`,
`category`.`cms_page_version_id` as `category.cmsPageVersionId`,
`category`.`product_stream_id` as `category.productStreamId`,
`category`.`created_at` as `category.createdAt`,
`category`.`updated_at` as `category.updatedAt`,
`category.translation.name`,
COALESCE(
`category.translation.name`, `category.translation.name`
) as `category.name`,
`category.translation.breadcrumb`,
COALESCE(
`category.translation.breadcrumb`,
`category.translation.breadcrumb`
) as `category.breadcrumb`,
`category.translation.slotConfig`,
COALESCE(
`category.translation.slotConfig`,
`category.translation.slotConfig`
) as `category.slotConfig`,
`category.translation.linkType`,
COALESCE(
`category.translation.linkType`,
`category.translation.linkType`
) as `category.linkType`,
`category.translation.internalLink`,
COALESCE(
`category.translation.internalLink`,
`category.translation.internalLink`
) as `category.internalLink`,
`category.translation.externalLink`,
COALESCE(
`category.translation.externalLink`,
`category.translation.externalLink`
) as `category.externalLink`,
`category.translation.linkNewTab`,
COALESCE(
`category.translation.linkNewTab`,
`category.translation.linkNewTab`
) as `category.linkNewTab`,
`category.translation.description`,
COALESCE(
`category.translation.description`,
`category.translation.description`
) as `category.description`,
`category.translation.metaTitle`,
COALESCE(
`category.translation.metaTitle`,
`category.translation.metaTitle`
) as `category.metaTitle`,
`category.translation.metaDescription`,
COALESCE(
`category.translation.metaDescription`,
`category.translation.metaDescription`
) as `category.metaDescription`,
`category.translation.keywords`,
COALESCE(
`category.translation.keywords`,
`category.translation.keywords`
) as `category.keywords`,
`category.translation.customFields`,
COALESCE(
`category.translation.customFields`,
`category.translation.customFields`
) as `category.customFields`,
`category.translation.createdAt`,
`category.translation.updatedAt`,
`category.translation.categoryId`,
`category.translation.languageId`,
`category.translation.categoryVersionId`
FROM
`category`
LEFT JOIN (
SELECT
`category.translation`.category_id,
`category.translation`.category_version_id,
`category.translation`.name as `category.translation.name`,
`category.translation`.breadcrumb as `category.translation.breadcrumb`,
`category.translation`.slot_config as `category.translation.slotConfig`,
`category.translation`.link_type as `category.translation.linkType`,
`category.translation`.internal_link as `category.translation.internalLink`,
`category.translation`.external_link as `category.translation.externalLink`,
`category.translation`.link_new_tab as `category.translation.linkNewTab`,
`category.translation`.description as `category.translation.description`,
`category.translation`.meta_title as `category.translation.metaTitle`,
`category.translation`.meta_description as `category.translation.metaDescription`,
`category.translation`.keywords as `category.translation.keywords`,
`category.translation`.custom_fields as `category.translation.customFields`,
`category.translation`.created_at as `category.translation.createdAt`,
`category.translation`.updated_at as `category.translation.updatedAt`,
`category.translation`.category_id as `category.translation.categoryId`,
`category.translation`.language_id as `category.translation.languageId`,
`category.translation`.category_version_id as `category.translation.categoryVersionId`
FROM
`category_translation` `category.translation`
WHERE
`category.translation`.language_id = : languageId
) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id`
AND `category.category_translation`.category_version_id = `category`.version_id
WHERE
(
`category`.`version_id` = : version
)
AND (
(
`category`.`active` = : param_2f68663d34f74e10933d0c2028390f72
AND `category`.`parent_id` = : param_ee7be9718ebd487fb806015861bb4805
)
)
SELECT `category`.`id` as `category.id`, `category`.`version_id` as `category.versionId`, `category`.`parent_id` as `category.parentId`, `category`.`parent_version_id` as `category.parentVersionId`, `category`.`after_category_id` as `category.afterCategoryId`, `category`.`after_category_version_id` as `category.afterCategoryVersionId`, `category`.`media_id` as `category.mediaId`, `category`.`display_nested_products` as `category.displayNestedProducts`, `category`.`auto_increment` as `category.autoIncrement`, `category`.`level` as `category.level`, `category`.`path` as `category.path`, `category`.`child_count` as `category.childCount`, `category`.`type` as `category.type`, `category`.`product_assignment_type` as `category.productAssignmentType`, `category`.`visible` as `category.visible`, `category`.`active` as `category.active`, `category`.`cms_page_id` as `category.cmsPageId`, `category`.`cms_page_version_id` as `category.cmsPageVersionId`, `category`.`product_stream_id` as `category.productStreamId`, `category`.`created_at` as `category.createdAt`, `category`.`updated_at` as `category.updatedAt`, `category.translation.name`, COALESCE(`category.translation.name`,`category.translation.name`) as `category.name`, `category.translation.breadcrumb`, COALESCE(`category.translation.breadcrumb`,`category.translation.breadcrumb`) as `category.breadcrumb`, `category.translation.slotConfig`, COALESCE(`category.translation.slotConfig`,`category.translation.slotConfig`) as `category.slotConfig`, `category.translation.linkType`, COALESCE(`category.translation.linkType`,`category.translation.linkType`) as `category.linkType`, `category.translation.internalLink`, COALESCE(`category.translation.internalLink`,`category.translation.internalLink`) as `category.internalLink`, `category.translation.externalLink`, COALESCE(`category.translation.externalLink`,`category.translation.externalLink`) as `category.externalLink`, `category.translation.linkNewTab`, COALESCE(`category.translation.linkNewTab`,`category.translation.linkNewTab`) as `category.linkNewTab`, `category.translation.description`, COALESCE(`category.translation.description`,`category.translation.description`) as `category.description`, `category.translation.metaTitle`, COALESCE(`category.translation.metaTitle`,`category.translation.metaTitle`) as `category.metaTitle`, `category.translation.metaDescription`, COALESCE(`category.translation.metaDescription`,`category.translation.metaDescription`) as `category.metaDescription`, `category.translation.keywords`, COALESCE(`category.translation.keywords`,`category.translation.keywords`) as `category.keywords`, `category.translation.customFields`, COALESCE(`category.translation.customFields`,`category.translation.customFields`) as `category.customFields`, `category.translation.createdAt`, `category.translation.updatedAt`, `category.translation.categoryId`, `category.translation.languageId`, `category.translation.categoryVersionId` FROM `category` LEFT JOIN (SELECT `category.translation`.category_id, `category.translation`.category_version_id, `category.translation`.name as `category.translation.name`, `category.translation`.breadcrumb as `category.translation.breadcrumb`, `category.translation`.slot_config as `category.translation.slotConfig`, `category.translation`.link_type as `category.translation.linkType`, `category.translation`.internal_link as `category.translation.internalLink`, `category.translation`.external_link as `category.translation.externalLink`, `category.translation`.link_new_tab as `category.translation.linkNewTab`, `category.translation`.description as `category.translation.description`, `category.translation`.meta_title as `category.translation.metaTitle`, `category.translation`.meta_description as `category.translation.metaDescription`, `category.translation`.keywords as `category.translation.keywords`, `category.translation`.custom_fields as `category.translation.customFields`, `category.translation`.created_at as `category.translation.createdAt`, `category.translation`.updated_at as `category.translation.updatedAt`, `category.translation`.category_id as `category.translation.categoryId`, `category.translation`.language_id as `category.translation.languageId`, `category.translation`.category_version_id as `category.translation.categoryVersionId` FROM `category_translation` `category.translation` WHERE `category.translation`.language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.category_version_id = `category`.version_id WHERE (`category`.`version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425) AND ((`category`.`active` = 1 AND `category`.`parent_id` = 0x92B8AAE065CE4F87A162BF7F6BD4D980));
array:37 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 239)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 316)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetch (line 148)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 92)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::read (line 257)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::read (line 286)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::_search (line 106)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 51)"
9 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator::search (line 64)"
10 => "Nd\Theme\Subscriber\AddMenuData::getMenu (line 77)"
11 => "Nd\Theme\Subscriber\AddMenuData::loadAdditionalMenus (line 43)"
12 => "Nd\Theme\Subscriber\AddMenuData::addData (line 118)"
13 => "Symfony\Component\EventDispatcher\Debug\WrappedListener::__invoke (line 230)"
14 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
15 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 56)"
16 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 98)"
17 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 55)"
18 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 37)"
19 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
20 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 96)"
21 => "Shopware\Storefront\Pagelet\Header\HeaderPageletLoader::load (line 89)"
22 => "Shopware\Storefront\Page\GenericPageLoader::Shopware\Storefront\Page\{closure} (line 59)"
23 => "Shopware\Core\Profiling\Profiler::trace (line 78)"
24 => "Shopware\Storefront\Page\GenericPageLoader::load (line 55)"
25 => "Nd\Fashion\Page\Manufacturer\ProductManufacturerPageLoader::load (line 48)"
26 => "Nd\Fashion\Storefront\Controller\ManufacturerController::productManufacturerDetail (line 163)"
27 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
28 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
29 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
30 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 481)"
31 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 454)"
32 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 348)"
33 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 226)"
34 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
35 => "Shopware\Core\HttpKernel::doHandle (line 81)"
36 => "Shopware\Core\HttpKernel::handle (line 69)"
]
|
82 |
1.53 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.translation.name`, COALESCE(`category.translation.name`,`category.translation.name`) as `category.name`, `category.translation.breadcrumb`, COALESCE(`category.translation.breadcrumb`,`category.translation.breadcrumb`) as `category.breadcrumb`, `category.translation.slotConfig`, COALESCE(`category.translation.slotConfig`,`category.translation.slotConfig`) as `category.slotConfig`, `category.translation.linkType`, COALESCE(`category.translation.linkType`,`category.translation.linkType`) as `category.linkType`, `category.translation.internalLink`, COALESCE(`category.translation.internalLink`,`category.translation.internalLink`) as `category.internalLink`, `category.translation.externalLink`, COALESCE(`category.translation.externalLink`,`category.translation.externalLink`) as `category.externalLink`, `category.translation.linkNewTab`, COALESCE(`category.translation.linkNewTab`,`category.translation.linkNewTab`) as `category.linkNewTab`, `category.translation.description`, COALESCE(`category.translation.description`,`category.translation.description`) as `category.description`, `category.translation.metaTitle`, COALESCE(`category.translation.metaTitle`,`category.translation.metaTitle`) as `category.metaTitle`, `category.translation.metaDescription`, COALESCE(`category.translation.metaDescription`,`category.translation.metaDescription`) as `category.metaDescription`, `category.translation.keywords`, COALESCE(`category.translation.keywords`,`category.translation.keywords`) as `category.keywords`, `category.translation.customFields`, COALESCE(`category.translation.customFields`,`category.translation.customFields`) as `category.customFields`, `category.translation.createdAt`, `category.translation.updatedAt`, `category.translation.categoryId`, `category.translation.languageId`, `category.translation.categoryVersionId` FROM `category` LEFT JOIN (SELECT `category.translation`.category_id, `category.translation`.category_version_id, `category.translation`.name as `category.translation.name`, `category.translation`.breadcrumb as `category.translation.breadcrumb`, `category.translation`.slot_config as `category.translation.slotConfig`, `category.translation`.link_type as `category.translation.linkType`, `category.translation`.internal_link as `category.translation.internalLink`, `category.translation`.external_link as `category.translation.externalLink`, `category.translation`.link_new_tab as `category.translation.linkNewTab`, `category.translation`.description as `category.translation.description`, `category.translation`.meta_title as `category.translation.metaTitle`, `category.translation`.meta_description as `category.translation.metaDescription`, `category.translation`.keywords as `category.translation.keywords`, `category.translation`.custom_fields as `category.translation.customFields`, `category.translation`.created_at as `category.translation.createdAt`, `category.translation`.updated_at as `category.translation.updatedAt`, `category.translation`.category_id as `category.translation.categoryId`, `category.translation`.language_id as `category.translation.languageId`, `category.translation`.category_version_id as `category.translation.categoryVersionId` FROM `category_translation` `category.translation` WHERE `category.translation`.language_id = :languageId) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.category_version_id = `category`.version_id WHERE (`category`.`version_id` = :version) AND ((`category`.`active` = :param_da414737cf624031b75e262b4ac9b979 AND `category`.`parent_id` = :param_b1867774efdc4888a4f5431a79796c08))
SELECT
`category`.`id` as `category.id`,
`category`.`version_id` as `category.versionId`,
`category`.`parent_id` as `category.parentId`,
`category`.`parent_version_id` as `category.parentVersionId`,
`category`.`after_category_id` as `category.afterCategoryId`,
`category`.`after_category_version_id` as `category.afterCategoryVersionId`,
`category`.`media_id` as `category.mediaId`,
`category`.`display_nested_products` as `category.displayNestedProducts`,
`category`.`auto_increment` as `category.autoIncrement`,
`category`.`level` as `category.level`,
`category`.`path` as `category.path`,
`category`.`child_count` as `category.childCount`,
`category`.`type` as `category.type`,
`category`.`product_assignment_type` as `category.productAssignmentType`,
`category`.`visible` as `category.visible`,
`category`.`active` as `category.active`,
`category`.`cms_page_id` as `category.cmsPageId`,
`category`.`cms_page_version_id` as `category.cmsPageVersionId`,
`category`.`product_stream_id` as `category.productStreamId`,
`category`.`created_at` as `category.createdAt`,
`category`.`updated_at` as `category.updatedAt`,
`category.translation.name`,
COALESCE(
`category.translation.name`, `category.translation.name`
) as `category.name`,
`category.translation.breadcrumb`,
COALESCE(
`category.translation.breadcrumb`,
`category.translation.breadcrumb`
) as `category.breadcrumb`,
`category.translation.slotConfig`,
COALESCE(
`category.translation.slotConfig`,
`category.translation.slotConfig`
) as `category.slotConfig`,
`category.translation.linkType`,
COALESCE(
`category.translation.linkType`,
`category.translation.linkType`
) as `category.linkType`,
`category.translation.internalLink`,
COALESCE(
`category.translation.internalLink`,
`category.translation.internalLink`
) as `category.internalLink`,
`category.translation.externalLink`,
COALESCE(
`category.translation.externalLink`,
`category.translation.externalLink`
) as `category.externalLink`,
`category.translation.linkNewTab`,
COALESCE(
`category.translation.linkNewTab`,
`category.translation.linkNewTab`
) as `category.linkNewTab`,
`category.translation.description`,
COALESCE(
`category.translation.description`,
`category.translation.description`
) as `category.description`,
`category.translation.metaTitle`,
COALESCE(
`category.translation.metaTitle`,
`category.translation.metaTitle`
) as `category.metaTitle`,
`category.translation.metaDescription`,
COALESCE(
`category.translation.metaDescription`,
`category.translation.metaDescription`
) as `category.metaDescription`,
`category.translation.keywords`,
COALESCE(
`category.translation.keywords`,
`category.translation.keywords`
) as `category.keywords`,
`category.translation.customFields`,
COALESCE(
`category.translation.customFields`,
`category.translation.customFields`
) as `category.customFields`,
`category.translation.createdAt`,
`category.translation.updatedAt`,
`category.translation.categoryId`,
`category.translation.languageId`,
`category.translation.categoryVersionId`
FROM
`category`
LEFT JOIN (
SELECT
`category.translation`.category_id,
`category.translation`.category_version_id,
`category.translation`.name as `category.translation.name`,
`category.translation`.breadcrumb as `category.translation.breadcrumb`,
`category.translation`.slot_config as `category.translation.slotConfig`,
`category.translation`.link_type as `category.translation.linkType`,
`category.translation`.internal_link as `category.translation.internalLink`,
`category.translation`.external_link as `category.translation.externalLink`,
`category.translation`.link_new_tab as `category.translation.linkNewTab`,
`category.translation`.description as `category.translation.description`,
`category.translation`.meta_title as `category.translation.metaTitle`,
`category.translation`.meta_description as `category.translation.metaDescription`,
`category.translation`.keywords as `category.translation.keywords`,
`category.translation`.custom_fields as `category.translation.customFields`,
`category.translation`.created_at as `category.translation.createdAt`,
`category.translation`.updated_at as `category.translation.updatedAt`,
`category.translation`.category_id as `category.translation.categoryId`,
`category.translation`.language_id as `category.translation.languageId`,
`category.translation`.category_version_id as `category.translation.categoryVersionId`
FROM
`category_translation` `category.translation`
WHERE
`category.translation`.language_id = : languageId
) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id`
AND `category.category_translation`.category_version_id = `category`.version_id
WHERE
(
`category`.`version_id` = : version
)
AND (
(
`category`.`active` = : param_da414737cf624031b75e262b4ac9b979
AND `category`.`parent_id` = : param_b1867774efdc4888a4f5431a79796c08
)
)
SELECT `category`.`id` as `category.id`, `category`.`version_id` as `category.versionId`, `category`.`parent_id` as `category.parentId`, `category`.`parent_version_id` as `category.parentVersionId`, `category`.`after_category_id` as `category.afterCategoryId`, `category`.`after_category_version_id` as `category.afterCategoryVersionId`, `category`.`media_id` as `category.mediaId`, `category`.`display_nested_products` as `category.displayNestedProducts`, `category`.`auto_increment` as `category.autoIncrement`, `category`.`level` as `category.level`, `category`.`path` as `category.path`, `category`.`child_count` as `category.childCount`, `category`.`type` as `category.type`, `category`.`product_assignment_type` as `category.productAssignmentType`, `category`.`visible` as `category.visible`, `category`.`active` as `category.active`, `category`.`cms_page_id` as `category.cmsPageId`, `category`.`cms_page_version_id` as `category.cmsPageVersionId`, `category`.`product_stream_id` as `category.productStreamId`, `category`.`created_at` as `category.createdAt`, `category`.`updated_at` as `category.updatedAt`, `category.translation.name`, COALESCE(`category.translation.name`,`category.translation.name`) as `category.name`, `category.translation.breadcrumb`, COALESCE(`category.translation.breadcrumb`,`category.translation.breadcrumb`) as `category.breadcrumb`, `category.translation.slotConfig`, COALESCE(`category.translation.slotConfig`,`category.translation.slotConfig`) as `category.slotConfig`, `category.translation.linkType`, COALESCE(`category.translation.linkType`,`category.translation.linkType`) as `category.linkType`, `category.translation.internalLink`, COALESCE(`category.translation.internalLink`,`category.translation.internalLink`) as `category.internalLink`, `category.translation.externalLink`, COALESCE(`category.translation.externalLink`,`category.translation.externalLink`) as `category.externalLink`, `category.translation.linkNewTab`, COALESCE(`category.translation.linkNewTab`,`category.translation.linkNewTab`) as `category.linkNewTab`, `category.translation.description`, COALESCE(`category.translation.description`,`category.translation.description`) as `category.description`, `category.translation.metaTitle`, COALESCE(`category.translation.metaTitle`,`category.translation.metaTitle`) as `category.metaTitle`, `category.translation.metaDescription`, COALESCE(`category.translation.metaDescription`,`category.translation.metaDescription`) as `category.metaDescription`, `category.translation.keywords`, COALESCE(`category.translation.keywords`,`category.translation.keywords`) as `category.keywords`, `category.translation.customFields`, COALESCE(`category.translation.customFields`,`category.translation.customFields`) as `category.customFields`, `category.translation.createdAt`, `category.translation.updatedAt`, `category.translation.categoryId`, `category.translation.languageId`, `category.translation.categoryVersionId` FROM `category` LEFT JOIN (SELECT `category.translation`.category_id, `category.translation`.category_version_id, `category.translation`.name as `category.translation.name`, `category.translation`.breadcrumb as `category.translation.breadcrumb`, `category.translation`.slot_config as `category.translation.slotConfig`, `category.translation`.link_type as `category.translation.linkType`, `category.translation`.internal_link as `category.translation.internalLink`, `category.translation`.external_link as `category.translation.externalLink`, `category.translation`.link_new_tab as `category.translation.linkNewTab`, `category.translation`.description as `category.translation.description`, `category.translation`.meta_title as `category.translation.metaTitle`, `category.translation`.meta_description as `category.translation.metaDescription`, `category.translation`.keywords as `category.translation.keywords`, `category.translation`.custom_fields as `category.translation.customFields`, `category.translation`.created_at as `category.translation.createdAt`, `category.translation`.updated_at as `category.translation.updatedAt`, `category.translation`.category_id as `category.translation.categoryId`, `category.translation`.language_id as `category.translation.languageId`, `category.translation`.category_version_id as `category.translation.categoryVersionId` FROM `category_translation` `category.translation` WHERE `category.translation`.language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.category_version_id = `category`.version_id WHERE (`category`.`version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425) AND ((`category`.`active` = 1 AND `category`.`parent_id` = 0x73A9F9F7F4B040D9A130785E7816EF25));
array:37 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 239)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 316)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetch (line 148)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 92)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::read (line 257)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::read (line 286)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::_search (line 106)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 51)"
9 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator::search (line 64)"
10 => "Nd\Theme\Subscriber\AddMenuData::getMenu (line 77)"
11 => "Nd\Theme\Subscriber\AddMenuData::loadAdditionalMenus (line 43)"
12 => "Nd\Theme\Subscriber\AddMenuData::addData (line 118)"
13 => "Symfony\Component\EventDispatcher\Debug\WrappedListener::__invoke (line 230)"
14 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
15 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 56)"
16 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 98)"
17 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 55)"
18 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 37)"
19 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
20 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 96)"
21 => "Shopware\Storefront\Pagelet\Header\HeaderPageletLoader::load (line 89)"
22 => "Shopware\Storefront\Page\GenericPageLoader::Shopware\Storefront\Page\{closure} (line 59)"
23 => "Shopware\Core\Profiling\Profiler::trace (line 78)"
24 => "Shopware\Storefront\Page\GenericPageLoader::load (line 55)"
25 => "Nd\Fashion\Page\Manufacturer\ProductManufacturerPageLoader::load (line 48)"
26 => "Nd\Fashion\Storefront\Controller\ManufacturerController::productManufacturerDetail (line 163)"
27 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
28 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
29 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
30 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 481)"
31 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 454)"
32 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 348)"
33 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 226)"
34 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
35 => "Shopware\Core\HttpKernel::doHandle (line 81)"
36 => "Shopware\Core\HttpKernel::handle (line 69)"
]
|
83 |
1.57 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.translation.name`, COALESCE(`category.translation.name`,`category.translation.name`) as `category.name`, `category.translation.breadcrumb`, COALESCE(`category.translation.breadcrumb`,`category.translation.breadcrumb`) as `category.breadcrumb`, `category.translation.slotConfig`, COALESCE(`category.translation.slotConfig`,`category.translation.slotConfig`) as `category.slotConfig`, `category.translation.linkType`, COALESCE(`category.translation.linkType`,`category.translation.linkType`) as `category.linkType`, `category.translation.internalLink`, COALESCE(`category.translation.internalLink`,`category.translation.internalLink`) as `category.internalLink`, `category.translation.externalLink`, COALESCE(`category.translation.externalLink`,`category.translation.externalLink`) as `category.externalLink`, `category.translation.linkNewTab`, COALESCE(`category.translation.linkNewTab`,`category.translation.linkNewTab`) as `category.linkNewTab`, `category.translation.description`, COALESCE(`category.translation.description`,`category.translation.description`) as `category.description`, `category.translation.metaTitle`, COALESCE(`category.translation.metaTitle`,`category.translation.metaTitle`) as `category.metaTitle`, `category.translation.metaDescription`, COALESCE(`category.translation.metaDescription`,`category.translation.metaDescription`) as `category.metaDescription`, `category.translation.keywords`, COALESCE(`category.translation.keywords`,`category.translation.keywords`) as `category.keywords`, `category.translation.customFields`, COALESCE(`category.translation.customFields`,`category.translation.customFields`) as `category.customFields`, `category.translation.createdAt`, `category.translation.updatedAt`, `category.translation.categoryId`, `category.translation.languageId`, `category.translation.categoryVersionId` FROM `category` LEFT JOIN (SELECT `category.translation`.category_id, `category.translation`.category_version_id, `category.translation`.name as `category.translation.name`, `category.translation`.breadcrumb as `category.translation.breadcrumb`, `category.translation`.slot_config as `category.translation.slotConfig`, `category.translation`.link_type as `category.translation.linkType`, `category.translation`.internal_link as `category.translation.internalLink`, `category.translation`.external_link as `category.translation.externalLink`, `category.translation`.link_new_tab as `category.translation.linkNewTab`, `category.translation`.description as `category.translation.description`, `category.translation`.meta_title as `category.translation.metaTitle`, `category.translation`.meta_description as `category.translation.metaDescription`, `category.translation`.keywords as `category.translation.keywords`, `category.translation`.custom_fields as `category.translation.customFields`, `category.translation`.created_at as `category.translation.createdAt`, `category.translation`.updated_at as `category.translation.updatedAt`, `category.translation`.category_id as `category.translation.categoryId`, `category.translation`.language_id as `category.translation.languageId`, `category.translation`.category_version_id as `category.translation.categoryVersionId` FROM `category_translation` `category.translation` WHERE `category.translation`.language_id = :languageId) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.category_version_id = `category`.version_id WHERE (`category`.`version_id` = :version) AND ((`category`.`active` = :param_29e519a8fe7843b59e80463b9b1e8153 AND `category`.`parent_id` = :param_0a2cd04b66f44aad8870ec982dc5fe95))
SELECT
`category`.`id` as `category.id`,
`category`.`version_id` as `category.versionId`,
`category`.`parent_id` as `category.parentId`,
`category`.`parent_version_id` as `category.parentVersionId`,
`category`.`after_category_id` as `category.afterCategoryId`,
`category`.`after_category_version_id` as `category.afterCategoryVersionId`,
`category`.`media_id` as `category.mediaId`,
`category`.`display_nested_products` as `category.displayNestedProducts`,
`category`.`auto_increment` as `category.autoIncrement`,
`category`.`level` as `category.level`,
`category`.`path` as `category.path`,
`category`.`child_count` as `category.childCount`,
`category`.`type` as `category.type`,
`category`.`product_assignment_type` as `category.productAssignmentType`,
`category`.`visible` as `category.visible`,
`category`.`active` as `category.active`,
`category`.`cms_page_id` as `category.cmsPageId`,
`category`.`cms_page_version_id` as `category.cmsPageVersionId`,
`category`.`product_stream_id` as `category.productStreamId`,
`category`.`created_at` as `category.createdAt`,
`category`.`updated_at` as `category.updatedAt`,
`category.translation.name`,
COALESCE(
`category.translation.name`, `category.translation.name`
) as `category.name`,
`category.translation.breadcrumb`,
COALESCE(
`category.translation.breadcrumb`,
`category.translation.breadcrumb`
) as `category.breadcrumb`,
`category.translation.slotConfig`,
COALESCE(
`category.translation.slotConfig`,
`category.translation.slotConfig`
) as `category.slotConfig`,
`category.translation.linkType`,
COALESCE(
`category.translation.linkType`,
`category.translation.linkType`
) as `category.linkType`,
`category.translation.internalLink`,
COALESCE(
`category.translation.internalLink`,
`category.translation.internalLink`
) as `category.internalLink`,
`category.translation.externalLink`,
COALESCE(
`category.translation.externalLink`,
`category.translation.externalLink`
) as `category.externalLink`,
`category.translation.linkNewTab`,
COALESCE(
`category.translation.linkNewTab`,
`category.translation.linkNewTab`
) as `category.linkNewTab`,
`category.translation.description`,
COALESCE(
`category.translation.description`,
`category.translation.description`
) as `category.description`,
`category.translation.metaTitle`,
COALESCE(
`category.translation.metaTitle`,
`category.translation.metaTitle`
) as `category.metaTitle`,
`category.translation.metaDescription`,
COALESCE(
`category.translation.metaDescription`,
`category.translation.metaDescription`
) as `category.metaDescription`,
`category.translation.keywords`,
COALESCE(
`category.translation.keywords`,
`category.translation.keywords`
) as `category.keywords`,
`category.translation.customFields`,
COALESCE(
`category.translation.customFields`,
`category.translation.customFields`
) as `category.customFields`,
`category.translation.createdAt`,
`category.translation.updatedAt`,
`category.translation.categoryId`,
`category.translation.languageId`,
`category.translation.categoryVersionId`
FROM
`category`
LEFT JOIN (
SELECT
`category.translation`.category_id,
`category.translation`.category_version_id,
`category.translation`.name as `category.translation.name`,
`category.translation`.breadcrumb as `category.translation.breadcrumb`,
`category.translation`.slot_config as `category.translation.slotConfig`,
`category.translation`.link_type as `category.translation.linkType`,
`category.translation`.internal_link as `category.translation.internalLink`,
`category.translation`.external_link as `category.translation.externalLink`,
`category.translation`.link_new_tab as `category.translation.linkNewTab`,
`category.translation`.description as `category.translation.description`,
`category.translation`.meta_title as `category.translation.metaTitle`,
`category.translation`.meta_description as `category.translation.metaDescription`,
`category.translation`.keywords as `category.translation.keywords`,
`category.translation`.custom_fields as `category.translation.customFields`,
`category.translation`.created_at as `category.translation.createdAt`,
`category.translation`.updated_at as `category.translation.updatedAt`,
`category.translation`.category_id as `category.translation.categoryId`,
`category.translation`.language_id as `category.translation.languageId`,
`category.translation`.category_version_id as `category.translation.categoryVersionId`
FROM
`category_translation` `category.translation`
WHERE
`category.translation`.language_id = : languageId
) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id`
AND `category.category_translation`.category_version_id = `category`.version_id
WHERE
(
`category`.`version_id` = : version
)
AND (
(
`category`.`active` = : param_29e519a8fe7843b59e80463b9b1e8153
AND `category`.`parent_id` = : param_0a2cd04b66f44aad8870ec982dc5fe95
)
)
SELECT `category`.`id` as `category.id`, `category`.`version_id` as `category.versionId`, `category`.`parent_id` as `category.parentId`, `category`.`parent_version_id` as `category.parentVersionId`, `category`.`after_category_id` as `category.afterCategoryId`, `category`.`after_category_version_id` as `category.afterCategoryVersionId`, `category`.`media_id` as `category.mediaId`, `category`.`display_nested_products` as `category.displayNestedProducts`, `category`.`auto_increment` as `category.autoIncrement`, `category`.`level` as `category.level`, `category`.`path` as `category.path`, `category`.`child_count` as `category.childCount`, `category`.`type` as `category.type`, `category`.`product_assignment_type` as `category.productAssignmentType`, `category`.`visible` as `category.visible`, `category`.`active` as `category.active`, `category`.`cms_page_id` as `category.cmsPageId`, `category`.`cms_page_version_id` as `category.cmsPageVersionId`, `category`.`product_stream_id` as `category.productStreamId`, `category`.`created_at` as `category.createdAt`, `category`.`updated_at` as `category.updatedAt`, `category.translation.name`, COALESCE(`category.translation.name`,`category.translation.name`) as `category.name`, `category.translation.breadcrumb`, COALESCE(`category.translation.breadcrumb`,`category.translation.breadcrumb`) as `category.breadcrumb`, `category.translation.slotConfig`, COALESCE(`category.translation.slotConfig`,`category.translation.slotConfig`) as `category.slotConfig`, `category.translation.linkType`, COALESCE(`category.translation.linkType`,`category.translation.linkType`) as `category.linkType`, `category.translation.internalLink`, COALESCE(`category.translation.internalLink`,`category.translation.internalLink`) as `category.internalLink`, `category.translation.externalLink`, COALESCE(`category.translation.externalLink`,`category.translation.externalLink`) as `category.externalLink`, `category.translation.linkNewTab`, COALESCE(`category.translation.linkNewTab`,`category.translation.linkNewTab`) as `category.linkNewTab`, `category.translation.description`, COALESCE(`category.translation.description`,`category.translation.description`) as `category.description`, `category.translation.metaTitle`, COALESCE(`category.translation.metaTitle`,`category.translation.metaTitle`) as `category.metaTitle`, `category.translation.metaDescription`, COALESCE(`category.translation.metaDescription`,`category.translation.metaDescription`) as `category.metaDescription`, `category.translation.keywords`, COALESCE(`category.translation.keywords`,`category.translation.keywords`) as `category.keywords`, `category.translation.customFields`, COALESCE(`category.translation.customFields`,`category.translation.customFields`) as `category.customFields`, `category.translation.createdAt`, `category.translation.updatedAt`, `category.translation.categoryId`, `category.translation.languageId`, `category.translation.categoryVersionId` FROM `category` LEFT JOIN (SELECT `category.translation`.category_id, `category.translation`.category_version_id, `category.translation`.name as `category.translation.name`, `category.translation`.breadcrumb as `category.translation.breadcrumb`, `category.translation`.slot_config as `category.translation.slotConfig`, `category.translation`.link_type as `category.translation.linkType`, `category.translation`.internal_link as `category.translation.internalLink`, `category.translation`.external_link as `category.translation.externalLink`, `category.translation`.link_new_tab as `category.translation.linkNewTab`, `category.translation`.description as `category.translation.description`, `category.translation`.meta_title as `category.translation.metaTitle`, `category.translation`.meta_description as `category.translation.metaDescription`, `category.translation`.keywords as `category.translation.keywords`, `category.translation`.custom_fields as `category.translation.customFields`, `category.translation`.created_at as `category.translation.createdAt`, `category.translation`.updated_at as `category.translation.updatedAt`, `category.translation`.category_id as `category.translation.categoryId`, `category.translation`.language_id as `category.translation.languageId`, `category.translation`.category_version_id as `category.translation.categoryVersionId` FROM `category_translation` `category.translation` WHERE `category.translation`.language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.category_version_id = `category`.version_id WHERE (`category`.`version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425) AND ((`category`.`active` = 1 AND `category`.`parent_id` = 0x2A1AEEDD33D8460EA7171A1273651EFC));
array:37 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 239)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 316)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetch (line 148)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 92)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::read (line 257)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::read (line 286)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::_search (line 106)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 51)"
9 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator::search (line 64)"
10 => "Nd\Theme\Subscriber\AddMenuData::getMenu (line 77)"
11 => "Nd\Theme\Subscriber\AddMenuData::loadAdditionalMenus (line 43)"
12 => "Nd\Theme\Subscriber\AddMenuData::addData (line 118)"
13 => "Symfony\Component\EventDispatcher\Debug\WrappedListener::__invoke (line 230)"
14 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
15 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 56)"
16 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 98)"
17 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 55)"
18 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 37)"
19 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
20 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 96)"
21 => "Shopware\Storefront\Pagelet\Header\HeaderPageletLoader::load (line 89)"
22 => "Shopware\Storefront\Page\GenericPageLoader::Shopware\Storefront\Page\{closure} (line 59)"
23 => "Shopware\Core\Profiling\Profiler::trace (line 78)"
24 => "Shopware\Storefront\Page\GenericPageLoader::load (line 55)"
25 => "Nd\Fashion\Page\Manufacturer\ProductManufacturerPageLoader::load (line 48)"
26 => "Nd\Fashion\Storefront\Controller\ManufacturerController::productManufacturerDetail (line 163)"
27 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
28 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
29 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
30 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 481)"
31 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 454)"
32 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 348)"
33 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 226)"
34 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
35 => "Shopware\Core\HttpKernel::doHandle (line 81)"
36 => "Shopware\Core\HttpKernel::handle (line 69)"
]
|
84 |
0.29 ms |
SELECT `seo_url`.`id` as `seo_url.id`, `seo_url`.`sales_channel_id` as `seo_url.salesChannelId`, `seo_url`.`language_id` as `seo_url.languageId`, `seo_url`.`foreign_key` as `seo_url.foreignKey`, `seo_url`.`route_name` as `seo_url.routeName`, `seo_url`.`path_info` as `seo_url.pathInfo`, `seo_url`.`seo_path_info` as `seo_url.seoPathInfo`, `seo_url`.`is_canonical` as `seo_url.isCanonical`, `seo_url`.`is_modified` as `seo_url.isModified`, `seo_url`.`is_deleted` as `seo_url.isDeleted`, `seo_url`.`custom_fields` as `seo_url.customFields`, `seo_url`.`created_at` as `seo_url.createdAt`, `seo_url`.`updated_at` as `seo_url.updatedAt` FROM `seo_url` WHERE (`seo_url`.`foreign_key` IN (:param_6ab397a483a4448e8b7b5ad9ba5f7acc))
SELECT `seo_url`.`id` as `seo_url.id`, `seo_url`.`sales_channel_id` as `seo_url.salesChannelId`, `seo_url`.`language_id` as `seo_url.languageId`, `seo_url`.`foreign_key` as `seo_url.foreignKey`, `seo_url`.`route_name` as `seo_url.routeName`, `seo_url`.`path_info` as `seo_url.pathInfo`, `seo_url`.`seo_path_info` as `seo_url.seoPathInfo`, `seo_url`.`is_canonical` as `seo_url.isCanonical`, `seo_url`.`is_modified` as `seo_url.isModified`, `seo_url`.`is_deleted` as `seo_url.isDeleted`, `seo_url`.`custom_fields` as `seo_url.customFields`, `seo_url`.`created_at` as `seo_url.createdAt`, `seo_url`.`updated_at` as `seo_url.updatedAt` FROM `seo_url` WHERE (`seo_url`.`foreign_key` IN (0xBE8179467F4346F8880420D8CEBCCDF4));
array:41 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 239)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 316)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetch (line 148)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 496)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::loadOneToManyWithoutPagination (line 438)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::loadOneToMany (line 1210)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetchAssociations (line 152)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 92)"
9 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::read (line 257)"
10 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::read (line 286)"
11 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::_search (line 106)"
12 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 51)"
13 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator::search (line 64)"
14 => "Nd\Theme\Subscriber\AddMenuData::getMenu (line 77)"
15 => "Nd\Theme\Subscriber\AddMenuData::loadAdditionalMenus (line 43)"
16 => "Nd\Theme\Subscriber\AddMenuData::addData (line 118)"
17 => "Symfony\Component\EventDispatcher\Debug\WrappedListener::__invoke (line 230)"
18 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
19 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 56)"
20 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 98)"
21 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 55)"
22 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 37)"
23 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
24 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 96)"
25 => "Shopware\Storefront\Pagelet\Header\HeaderPageletLoader::load (line 89)"
26 => "Shopware\Storefront\Page\GenericPageLoader::Shopware\Storefront\Page\{closure} (line 59)"
27 => "Shopware\Core\Profiling\Profiler::trace (line 78)"
28 => "Shopware\Storefront\Page\GenericPageLoader::load (line 55)"
29 => "Nd\Fashion\Page\Manufacturer\ProductManufacturerPageLoader::load (line 48)"
30 => "Nd\Fashion\Storefront\Controller\ManufacturerController::productManufacturerDetail (line 163)"
31 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
32 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
33 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
34 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 481)"
35 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 454)"
36 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 348)"
37 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 226)"
38 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
39 => "Shopware\Core\HttpKernel::doHandle (line 81)"
40 => "Shopware\Core\HttpKernel::handle (line 69)"
]
|
85 |
0.24 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` = 0xD5878AF95B3E420EB910BC3A9D72A295 OR `parent_id` = 0xD5878AF95B3E420EB910BC3A9D72A295 OR `id` = 0xD5878AF95B3E420EB910BC3A9D72A295
;
array:40 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 1042)"
2 => "Doctrine\DBAL\Connection::fetchAllAssociative (line 141)"
3 => "Shopware\Core\Content\Category\SalesChannel\NavigationRoute::getCategoryMetaInfo (line 74)"
4 => "Shopware\Core\Content\Category\SalesChannel\NavigationRoute::load (line 136)"
5 => "Shopware\Core\Content\Category\SalesChannel\CachedNavigationRoute::Shopware\Core\Content\Category\SalesChannel\{closure} (line 350)"
6 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 44)"
7 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 120)"
8 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 43)"
9 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 46)"
10 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 42)"
11 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 41)"
12 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 59)"
13 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 40)"
14 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 135)"
15 => "Shopware\Core\Content\Category\SalesChannel\CachedNavigationRoute::Shopware\Core\Content\Category\SalesChannel\{closure} (line 72)"
16 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 35)"
17 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 130)"
18 => "Shopware\Core\Content\Category\SalesChannel\CachedNavigationRoute::loadNavigation (line 98)"
19 => "Shopware\Core\Content\Category\SalesChannel\CachedNavigationRoute::Shopware\Core\Content\Category\SalesChannel\{closure} (line 59)"
20 => "Shopware\Core\Profiling\Profiler::trace (line 90)"
21 => "Shopware\Core\Content\Category\SalesChannel\CachedNavigationRoute::load (line 48)"
22 => "Shopware\Core\Content\Category\SalesChannel\TreeBuildingNavigationRoute::load (line 68)"
23 => "Shopware\Core\Content\Category\Service\NavigationLoader::load (line 47)"
24 => "Shopware\Storefront\Pagelet\Footer\FooterPageletLoader::load (line 93)"
25 => "Shopware\Storefront\Page\GenericPageLoader::Shopware\Storefront\Page\{closure} (line 59)"
26 => "Shopware\Core\Profiling\Profiler::trace (line 78)"
27 => "Shopware\Storefront\Page\GenericPageLoader::load (line 55)"
28 => "Nd\Fashion\Page\Manufacturer\ProductManufacturerPageLoader::load (line 48)"
29 => "Nd\Fashion\Storefront\Controller\ManufacturerController::productManufacturerDetail (line 163)"
30 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
31 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
32 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
33 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 481)"
34 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 454)"
35 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 348)"
36 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 226)"
37 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
38 => "Shopware\Core\HttpKernel::doHandle (line 81)"
39 => "Shopware\Core\HttpKernel::handle (line 69)"
]
|
86 |
5.73 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_32e45f54d082442686a2a8d8cd8b170b AND (`category`.`level` > :param_06877428e3004f20a6273800b4e84037 AND `category`.`level` <= :param_82fc0d2ef53e47a491a1dc5d07a51586)))
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_32e45f54d082442686a2a8d8cd8b170b
AND (
`category`.`level` > : param_06877428e3004f20a6273800b4e84037
AND `category`.`level` <= : param_82fc0d2ef53e47a491a1dc5d07a51586
)
)
)
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 '%|d5878af95b3e420eb910bc3a9d72a295|%' AND (`category`.`level` > 1 AND `category`.`level` <= 4)));
array:45 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 239)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 316)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetch (line 148)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 92)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::read (line 195)"
6 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::read (line 117)"
7 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::search (line 132)"
8 => "Shopware\Core\Content\Category\SalesChannel\NavigationRoute::loadLevels (line 95)"
9 => "Shopware\Core\Content\Category\SalesChannel\NavigationRoute::load (line 136)"
10 => "Shopware\Core\Content\Category\SalesChannel\CachedNavigationRoute::Shopware\Core\Content\Category\SalesChannel\{closure} (line 350)"
11 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 44)"
12 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 120)"
13 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 43)"
14 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 46)"
15 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 42)"
16 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 41)"
17 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 59)"
18 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 40)"
19 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 135)"
20 => "Shopware\Core\Content\Category\SalesChannel\CachedNavigationRoute::Shopware\Core\Content\Category\SalesChannel\{closure} (line 72)"
21 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 35)"
22 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 130)"
23 => "Shopware\Core\Content\Category\SalesChannel\CachedNavigationRoute::loadNavigation (line 98)"
24 => "Shopware\Core\Content\Category\SalesChannel\CachedNavigationRoute::Shopware\Core\Content\Category\SalesChannel\{closure} (line 59)"
25 => "Shopware\Core\Profiling\Profiler::trace (line 90)"
26 => "Shopware\Core\Content\Category\SalesChannel\CachedNavigationRoute::load (line 48)"
27 => "Shopware\Core\Content\Category\SalesChannel\TreeBuildingNavigationRoute::load (line 68)"
28 => "Shopware\Core\Content\Category\Service\NavigationLoader::load (line 47)"
29 => "Shopware\Storefront\Pagelet\Footer\FooterPageletLoader::load (line 93)"
30 => "Shopware\Storefront\Page\GenericPageLoader::Shopware\Storefront\Page\{closure} (line 59)"
31 => "Shopware\Core\Profiling\Profiler::trace (line 78)"
32 => "Shopware\Storefront\Page\GenericPageLoader::load (line 55)"
33 => "Nd\Fashion\Page\Manufacturer\ProductManufacturerPageLoader::load (line 48)"
34 => "Nd\Fashion\Storefront\Controller\ManufacturerController::productManufacturerDetail (line 163)"
35 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
36 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
37 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
38 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 481)"
39 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 454)"
40 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 348)"
41 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 226)"
42 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
43 => "Shopware\Core\HttpKernel::doHandle (line 81)"
44 => "Shopware\Core\HttpKernel::handle (line 69)"
]
|
87 |
1.24 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_92143104514b4beeabcaa2e0f4833a53 AND `category`.`level` = :param_5db7d948f3bb411aaed534be13e9eb30 AND `category`.`active` = :param_d381cb96d4d34e6ebf8f5c1cd0fe12f3 AND `category`.`visible` = :param_a3cfa49f7daf4be78110828389ebed11)) 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 '%|d5878af95b3e420eb910bc3a9d72a295|%' AND `category`.`level` = 4 AND `category`.`active` = 1 AND `category`.`visible` = 1)) GROUP BY `category`.`parent_id`;
array:45 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 239)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 205)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityAggregator::fetchAggregation (line 95)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityAggregator::aggregate (line 52)"
5 => "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator::aggregate (line 171)"
6 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::aggregate (line 263)"
7 => "Shopware\Core\Content\Category\SalesChannel\NavigationRoute::addVisibilityCounts (line 134)"
8 => "Shopware\Core\Content\Category\SalesChannel\NavigationRoute::loadLevels (line 95)"
9 => "Shopware\Core\Content\Category\SalesChannel\NavigationRoute::load (line 136)"
10 => "Shopware\Core\Content\Category\SalesChannel\CachedNavigationRoute::Shopware\Core\Content\Category\SalesChannel\{closure} (line 350)"
11 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 44)"
12 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 120)"
13 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 43)"
14 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 46)"
15 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 42)"
16 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 41)"
17 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 59)"
18 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 40)"
19 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 135)"
20 => "Shopware\Core\Content\Category\SalesChannel\CachedNavigationRoute::Shopware\Core\Content\Category\SalesChannel\{closure} (line 72)"
21 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 35)"
22 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 130)"
23 => "Shopware\Core\Content\Category\SalesChannel\CachedNavigationRoute::loadNavigation (line 98)"
24 => "Shopware\Core\Content\Category\SalesChannel\CachedNavigationRoute::Shopware\Core\Content\Category\SalesChannel\{closure} (line 59)"
25 => "Shopware\Core\Profiling\Profiler::trace (line 90)"
26 => "Shopware\Core\Content\Category\SalesChannel\CachedNavigationRoute::load (line 48)"
27 => "Shopware\Core\Content\Category\SalesChannel\TreeBuildingNavigationRoute::load (line 68)"
28 => "Shopware\Core\Content\Category\Service\NavigationLoader::load (line 47)"
29 => "Shopware\Storefront\Pagelet\Footer\FooterPageletLoader::load (line 93)"
30 => "Shopware\Storefront\Page\GenericPageLoader::Shopware\Storefront\Page\{closure} (line 59)"
31 => "Shopware\Core\Profiling\Profiler::trace (line 78)"
32 => "Shopware\Storefront\Page\GenericPageLoader::load (line 55)"
33 => "Nd\Fashion\Page\Manufacturer\ProductManufacturerPageLoader::load (line 48)"
34 => "Nd\Fashion\Storefront\Controller\ManufacturerController::productManufacturerDetail (line 163)"
35 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
36 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
37 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
38 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 481)"
39 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 454)"
40 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 348)"
41 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 226)"
42 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
43 => "Shopware\Core\HttpKernel::doHandle (line 81)"
44 => "Shopware\Core\HttpKernel::handle (line 69)"
]
|
88 |
3.13 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 (0xD5878AF95B3E420EB910BC3A9D72A295));
array:46 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 239)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 316)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetch (line 148)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 92)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::read (line 195)"
6 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::read (line 117)"
7 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::search (line 111)"
8 => "Shopware\Core\Content\Category\SalesChannel\NavigationRoute::loadCategories (line 179)"
9 => "Shopware\Core\Content\Category\SalesChannel\NavigationRoute::loadChildren (line 99)"
10 => "Shopware\Core\Content\Category\SalesChannel\NavigationRoute::load (line 136)"
11 => "Shopware\Core\Content\Category\SalesChannel\CachedNavigationRoute::Shopware\Core\Content\Category\SalesChannel\{closure} (line 350)"
12 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 44)"
13 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 120)"
14 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 43)"
15 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 46)"
16 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 42)"
17 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 41)"
18 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 59)"
19 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 40)"
20 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 135)"
21 => "Shopware\Core\Content\Category\SalesChannel\CachedNavigationRoute::Shopware\Core\Content\Category\SalesChannel\{closure} (line 72)"
22 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 35)"
23 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 130)"
24 => "Shopware\Core\Content\Category\SalesChannel\CachedNavigationRoute::loadNavigation (line 98)"
25 => "Shopware\Core\Content\Category\SalesChannel\CachedNavigationRoute::Shopware\Core\Content\Category\SalesChannel\{closure} (line 59)"
26 => "Shopware\Core\Profiling\Profiler::trace (line 90)"
27 => "Shopware\Core\Content\Category\SalesChannel\CachedNavigationRoute::load (line 48)"
28 => "Shopware\Core\Content\Category\SalesChannel\TreeBuildingNavigationRoute::load (line 68)"
29 => "Shopware\Core\Content\Category\Service\NavigationLoader::load (line 47)"
30 => "Shopware\Storefront\Pagelet\Footer\FooterPageletLoader::load (line 93)"
31 => "Shopware\Storefront\Page\GenericPageLoader::Shopware\Storefront\Page\{closure} (line 59)"
32 => "Shopware\Core\Profiling\Profiler::trace (line 78)"
33 => "Shopware\Storefront\Page\GenericPageLoader::load (line 55)"
34 => "Nd\Fashion\Page\Manufacturer\ProductManufacturerPageLoader::load (line 48)"
35 => "Nd\Fashion\Storefront\Controller\ManufacturerController::productManufacturerDetail (line 163)"
36 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
37 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
38 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
39 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 481)"
40 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 454)"
41 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 348)"
42 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 226)"
43 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
44 => "Shopware\Core\HttpKernel::doHandle (line 81)"
45 => "Shopware\Core\HttpKernel::handle (line 69)"
]
|
89 |
0.57 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_2478f2c1c3e34a3c80f6640c23154c9f AND `shipping_method.salesChannels`.`id` = :param_8ba72ea07858423aafa1d930b43055db) 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` = 0x327009EB5C1A48E192B7D2BCFA9C61BE) GROUP BY `shipping_method`.`id` ORDER BY MIN(`shipping_method`.`position`) ASC, MIN(COALESCE(`shipping_method.translation.name`)) ASC;
array:38 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 239)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 107)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntitySearcher::search (line 62)"
4 => "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher::search (line 216)"
5 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::doSearch (line 122)"
6 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::search (line 59)"
7 => "Shopware\Core\Checkout\Shipping\SalesChannel\ShippingMethodRoute::load (line 99)"
8 => "Shopware\Core\Checkout\Shipping\SalesChannel\CachedShippingMethodRoute::Shopware\Core\Checkout\Shipping\SalesChannel\{closure} (line 350)"
9 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 44)"
10 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 120)"
11 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 43)"
12 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 46)"
13 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 42)"
14 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 41)"
15 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 59)"
16 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 40)"
17 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 98)"
18 => "Shopware\Core\Checkout\Shipping\SalesChannel\CachedShippingMethodRoute::Shopware\Core\Checkout\Shipping\SalesChannel\{closure} (line 72)"
19 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 35)"
20 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 95)"
21 => "Shopware\Core\Checkout\Shipping\SalesChannel\CachedShippingMethodRoute::load (line 42)"
22 => "Shopware\Core\Checkout\Shipping\SalesChannel\SortedShippingMethodRoute::load (line 103)"
23 => "Shopware\Storefront\Page\GenericPageLoader::Shopware\Storefront\Page\{closure} (line 59)"
24 => "Shopware\Core\Profiling\Profiler::trace (line 78)"
25 => "Shopware\Storefront\Page\GenericPageLoader::load (line 55)"
26 => "Nd\Fashion\Page\Manufacturer\ProductManufacturerPageLoader::load (line 48)"
27 => "Nd\Fashion\Storefront\Controller\ManufacturerController::productManufacturerDetail (line 163)"
28 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
29 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
30 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
31 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 481)"
32 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 454)"
33 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 348)"
34 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 226)"
35 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
36 => "Shopware\Core\HttpKernel::doHandle (line 81)"
37 => "Shopware\Core\HttpKernel::handle (line 69)"
]
|
90 |
3.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 (0x502D275ECFE047E88ECE45F66E99F1D1);
array:39 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 239)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 316)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetch (line 148)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 92)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::read (line 195)"
6 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::read (line 133)"
7 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::search (line 59)"
8 => "Shopware\Core\Checkout\Shipping\SalesChannel\ShippingMethodRoute::load (line 99)"
9 => "Shopware\Core\Checkout\Shipping\SalesChannel\CachedShippingMethodRoute::Shopware\Core\Checkout\Shipping\SalesChannel\{closure} (line 350)"
10 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 44)"
11 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 120)"
12 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 43)"
13 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 46)"
14 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 42)"
15 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 41)"
16 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 59)"
17 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 40)"
18 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 98)"
19 => "Shopware\Core\Checkout\Shipping\SalesChannel\CachedShippingMethodRoute::Shopware\Core\Checkout\Shipping\SalesChannel\{closure} (line 72)"
20 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 35)"
21 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 95)"
22 => "Shopware\Core\Checkout\Shipping\SalesChannel\CachedShippingMethodRoute::load (line 42)"
23 => "Shopware\Core\Checkout\Shipping\SalesChannel\SortedShippingMethodRoute::load (line 103)"
24 => "Shopware\Storefront\Page\GenericPageLoader::Shopware\Storefront\Page\{closure} (line 59)"
25 => "Shopware\Core\Profiling\Profiler::trace (line 78)"
26 => "Shopware\Storefront\Page\GenericPageLoader::load (line 55)"
27 => "Nd\Fashion\Page\Manufacturer\ProductManufacturerPageLoader::load (line 48)"
28 => "Nd\Fashion\Storefront\Controller\ManufacturerController::productManufacturerDetail (line 163)"
29 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
30 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
31 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
32 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 481)"
33 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 454)"
34 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 348)"
35 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 226)"
36 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
37 => "Shopware\Core\HttpKernel::doHandle (line 81)"
38 => "Shopware\Core\HttpKernel::handle (line 69)"
]
|
91 |
0.45 ms |
SELECT configuration_key, configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = :salesChannelId) AND (configuration_key LIKE :prefix) ORDER BY sales_channel_id ASC
SELECT configuration_key, configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = NULL) AND (configuration_key LIKE 'MolliePayments.config.%') ORDER BY sales_channel_id ASC;
array:33 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 239)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 189)"
3 => "Shopware\Core\System\SystemConfig\SystemConfigService::getDomain (line 74)"
4 => "Kiener\MolliePayments\Service\SettingsService::getSettings (line 102)"
5 => "Kiener\MolliePayments\Compatibility\Storefront\Route\PaymentMethodRoute\Cache\CachedPaymentMethodRoute64::addMollieLimitsKey (line 71)"
6 => "Kiener\MolliePayments\Compatibility\Storefront\Route\PaymentMethodRoute\Cache\CachedPaymentMethodRoute64::onGenerateCacheKey (line 118)"
7 => "Symfony\Component\EventDispatcher\Debug\WrappedListener::__invoke (line 230)"
8 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
9 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 56)"
10 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 98)"
11 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 55)"
12 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 37)"
13 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
14 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 124)"
15 => "Shopware\Core\Checkout\Payment\SalesChannel\CachedPaymentMethodRoute::generateKey (line 89)"
16 => "Shopware\Core\Checkout\Payment\SalesChannel\CachedPaymentMethodRoute::load (line 42)"
17 => "Shopware\Core\Checkout\Payment\SalesChannel\SortedPaymentMethodRoute::load (line 115)"
18 => "Shopware\Storefront\Page\GenericPageLoader::Shopware\Storefront\Page\{closure} (line 59)"
19 => "Shopware\Core\Profiling\Profiler::trace (line 78)"
20 => "Shopware\Storefront\Page\GenericPageLoader::load (line 55)"
21 => "Nd\Fashion\Page\Manufacturer\ProductManufacturerPageLoader::load (line 48)"
22 => "Nd\Fashion\Storefront\Controller\ManufacturerController::productManufacturerDetail (line 163)"
23 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
24 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
25 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
26 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 481)"
27 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 454)"
28 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 348)"
29 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 226)"
30 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
31 => "Shopware\Core\HttpKernel::doHandle (line 81)"
32 => "Shopware\Core\HttpKernel::handle (line 69)"
]
|
92 |
0.34 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_02915c6d91a645eb9003ff4e4e4f2b78 AND `payment_method.salesChannels`.`id` = :param_fb1cdf78bb3441a883a2bc027cf0d464) 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` = 0x327009EB5C1A48E192B7D2BCFA9C61BE) GROUP BY `payment_method`.`id` ORDER BY MIN(`payment_method`.`position`) ASC;
array:39 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 239)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 107)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntitySearcher::search (line 62)"
4 => "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher::search (line 216)"
5 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::doSearch (line 122)"
6 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::search (line 52)"
7 => "Shopware\Core\Checkout\Payment\SalesChannel\PaymentMethodRoute::load (line 50)"
8 => "Kiener\MolliePayments\Compatibility\Storefront\Route\PaymentMethodRoute\RemovePaymentMethodRoute64::load (line 99)"
9 => "Shopware\Core\Checkout\Payment\SalesChannel\CachedPaymentMethodRoute::Shopware\Core\Checkout\Payment\SalesChannel\{closure} (line 350)"
10 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 44)"
11 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 120)"
12 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 43)"
13 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 46)"
14 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 42)"
15 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 41)"
16 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 59)"
17 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 40)"
18 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 98)"
19 => "Shopware\Core\Checkout\Payment\SalesChannel\CachedPaymentMethodRoute::Shopware\Core\Checkout\Payment\SalesChannel\{closure} (line 72)"
20 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 35)"
21 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 95)"
22 => "Shopware\Core\Checkout\Payment\SalesChannel\CachedPaymentMethodRoute::load (line 42)"
23 => "Shopware\Core\Checkout\Payment\SalesChannel\SortedPaymentMethodRoute::load (line 115)"
24 => "Shopware\Storefront\Page\GenericPageLoader::Shopware\Storefront\Page\{closure} (line 59)"
25 => "Shopware\Core\Profiling\Profiler::trace (line 78)"
26 => "Shopware\Storefront\Page\GenericPageLoader::load (line 55)"
27 => "Nd\Fashion\Page\Manufacturer\ProductManufacturerPageLoader::load (line 48)"
28 => "Nd\Fashion\Storefront\Controller\ManufacturerController::productManufacturerDetail (line 163)"
29 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
30 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
31 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
32 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 481)"
33 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 454)"
34 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 348)"
35 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 226)"
36 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
37 => "Shopware\Core\HttpKernel::doHandle (line 81)"
38 => "Shopware\Core\HttpKernel::handle (line 69)"
]
|
93 |
2.68 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`.`refund_url` as `payment_method.appPaymentMethod.refundUrl`, `payment_method.appPaymentMethod`.`app_id` as `payment_method.appPaymentMethod.appId`, `payment_method.appPaymentMethod`.`original_media_id` as `payment_method.appPaymentMethod.originalMediaId`, `payment_method.appPaymentMethod`.`payment_method_id` as `payment_method.appPaymentMethod.paymentMethodId`, `payment_method.appPaymentMethod`.`created_at` as `payment_method.appPaymentMethod.createdAt`, `payment_method.appPaymentMethod`.`updated_at` as `payment_method.appPaymentMethod.updatedAt`, `payment_method`.`created_at` as `payment_method.createdAt`, `payment_method`.`updated_at` as `payment_method.updatedAt`, `payment_method.media`.`id` as `payment_method.media.id`, `payment_method.media`.`user_id` as `payment_method.media.userId`, `payment_method.media`.`media_folder_id` as `payment_method.media.mediaFolderId`, `payment_method.media`.`mime_type` as `payment_method.media.mimeType`, `payment_method.media`.`file_extension` as `payment_method.media.fileExtension`, `payment_method.media`.`uploaded_at` as `payment_method.media.uploadedAt`, `payment_method.media`.`file_name` as `payment_method.media.fileName`, `payment_method.media`.`file_size` as `payment_method.media.fileSize`, `payment_method.media`.`media_type` as `payment_method.media.mediaTypeRaw`, `payment_method.media`.`meta_data` as `payment_method.media.metaData`, `payment_method.media`.`private` as `payment_method.media.private`, `payment_method.media`.`thumbnails_ro` as `payment_method.media.thumbnailsRo`, `payment_method.media`.`created_at` as `payment_method.media.createdAt`, `payment_method.media`.`updated_at` as `payment_method.media.updatedAt`, `payment_method.media.translation.title`, COALESCE(`payment_method.media.translation.title`,`payment_method.media.translation.title`) as `payment_method.media.title`, `payment_method.media.translation.alt`, COALESCE(`payment_method.media.translation.alt`,`payment_method.media.translation.alt`) as `payment_method.media.alt`, `payment_method.media.translation.customFields`, COALESCE(`payment_method.media.translation.customFields`,`payment_method.media.translation.customFields`) as `payment_method.media.customFields`, `payment_method.media.translation.createdAt`, `payment_method.media.translation.updatedAt`, `payment_method.media.translation.mediaId`, `payment_method.media.translation.languageId`, `payment_method.translation.name`, COALESCE(`payment_method.translation.name`,`payment_method.translation.name`) as `payment_method.name`, `payment_method.translation.distinguishableName`, COALESCE(`payment_method.translation.distinguishableName`,`payment_method.translation.distinguishableName`) as `payment_method.distinguishableName`, `payment_method.translation.description`, COALESCE(`payment_method.translation.description`,`payment_method.translation.description`) as `payment_method.description`, `payment_method.translation.customFields`, COALESCE(`payment_method.translation.customFields`,`payment_method.translation.customFields`) as `payment_method.customFields`, `payment_method.translation.createdAt`, `payment_method.translation.updatedAt`, `payment_method.translation.paymentMethodId`, `payment_method.translation.languageId` FROM `payment_method` LEFT JOIN (SELECT `payment_method.translation`.payment_method_id, `payment_method.translation`.name as `payment_method.translation.name`, `payment_method.translation`.distinguishable_name as `payment_method.translation.distinguishableName`, `payment_method.translation`.description as `payment_method.translation.description`, `payment_method.translation`.custom_fields as `payment_method.translation.customFields`, `payment_method.translation`.created_at as `payment_method.translation.createdAt`, `payment_method.translation`.updated_at as `payment_method.translation.updatedAt`, `payment_method.translation`.payment_method_id as `payment_method.translation.paymentMethodId`, `payment_method.translation`.language_id as `payment_method.translation.languageId` FROM `payment_method_translation` `payment_method.translation` WHERE `payment_method.translation`.language_id = :languageId) `payment_method.payment_method_translation` ON `payment_method.payment_method_translation`.`payment_method_id` = `payment_method`.`id` LEFT JOIN `app_payment_method` `payment_method.appPaymentMethod` ON `payment_method`.`id` = `payment_method.appPaymentMethod`.`payment_method_id` LEFT JOIN `media` `payment_method.media` ON `payment_method`.`media_id` = `payment_method.media`.`id` LEFT JOIN (SELECT `payment_method.media.translation`.media_id, `payment_method.media.translation`.title as `payment_method.media.translation.title`, `payment_method.media.translation`.alt as `payment_method.media.translation.alt`, `payment_method.media.translation`.custom_fields as `payment_method.media.translation.customFields`, `payment_method.media.translation`.created_at as `payment_method.media.translation.createdAt`, `payment_method.media.translation`.updated_at as `payment_method.media.translation.updatedAt`, `payment_method.media.translation`.media_id as `payment_method.media.translation.mediaId`, `payment_method.media.translation`.language_id as `payment_method.media.translation.languageId` FROM `media_translation` `payment_method.media.translation` WHERE `payment_method.media.translation`.language_id = :languageId) `payment_method.media.media_translation` ON `payment_method.media.media_translation`.`media_id` = `payment_method.media`.`id` WHERE `payment_method`.`id` IN (:ids)
SELECT
`payment_method`.`id` as `payment_method.id`,
`payment_method`.`plugin_id` as `payment_method.pluginId`,
`payment_method`.`handler_identifier` as `payment_method.handlerIdentifier`,
`payment_method`.`position` as `payment_method.position`,
`payment_method`.`active` as `payment_method.active`,
`payment_method`.`after_order_enabled` as `payment_method.afterOrderEnabled`,
`payment_method`.`availability_rule_id` as `payment_method.availabilityRuleId`,
`payment_method`.`media_id` as `payment_method.mediaId`,
`payment_method.appPaymentMethod`.`id` as `payment_method.appPaymentMethod.id`,
`payment_method.appPaymentMethod`.`app_name` as `payment_method.appPaymentMethod.appName`,
`payment_method.appPaymentMethod`.`identifier` as `payment_method.appPaymentMethod.identifier`,
`payment_method.appPaymentMethod`.`pay_url` as `payment_method.appPaymentMethod.payUrl`,
`payment_method.appPaymentMethod`.`finalize_url` as `payment_method.appPaymentMethod.finalizeUrl`,
`payment_method.appPaymentMethod`.`validate_url` as `payment_method.appPaymentMethod.validateUrl`,
`payment_method.appPaymentMethod`.`capture_url` as `payment_method.appPaymentMethod.captureUrl`,
`payment_method.appPaymentMethod`.`refund_url` as `payment_method.appPaymentMethod.refundUrl`,
`payment_method.appPaymentMethod`.`app_id` as `payment_method.appPaymentMethod.appId`,
`payment_method.appPaymentMethod`.`original_media_id` as `payment_method.appPaymentMethod.originalMediaId`,
`payment_method.appPaymentMethod`.`payment_method_id` as `payment_method.appPaymentMethod.paymentMethodId`,
`payment_method.appPaymentMethod`.`created_at` as `payment_method.appPaymentMethod.createdAt`,
`payment_method.appPaymentMethod`.`updated_at` as `payment_method.appPaymentMethod.updatedAt`,
`payment_method`.`created_at` as `payment_method.createdAt`,
`payment_method`.`updated_at` as `payment_method.updatedAt`,
`payment_method.media`.`id` as `payment_method.media.id`,
`payment_method.media`.`user_id` as `payment_method.media.userId`,
`payment_method.media`.`media_folder_id` as `payment_method.media.mediaFolderId`,
`payment_method.media`.`mime_type` as `payment_method.media.mimeType`,
`payment_method.media`.`file_extension` as `payment_method.media.fileExtension`,
`payment_method.media`.`uploaded_at` as `payment_method.media.uploadedAt`,
`payment_method.media`.`file_name` as `payment_method.media.fileName`,
`payment_method.media`.`file_size` as `payment_method.media.fileSize`,
`payment_method.media`.`media_type` as `payment_method.media.mediaTypeRaw`,
`payment_method.media`.`meta_data` as `payment_method.media.metaData`,
`payment_method.media`.`private` as `payment_method.media.private`,
`payment_method.media`.`thumbnails_ro` as `payment_method.media.thumbnailsRo`,
`payment_method.media`.`created_at` as `payment_method.media.createdAt`,
`payment_method.media`.`updated_at` as `payment_method.media.updatedAt`,
`payment_method.media.translation.title`,
COALESCE(
`payment_method.media.translation.title`,
`payment_method.media.translation.title`
) as `payment_method.media.title`,
`payment_method.media.translation.alt`,
COALESCE(
`payment_method.media.translation.alt`,
`payment_method.media.translation.alt`
) as `payment_method.media.alt`,
`payment_method.media.translation.customFields`,
COALESCE(
`payment_method.media.translation.customFields`,
`payment_method.media.translation.customFields`
) as `payment_method.media.customFields`,
`payment_method.media.translation.createdAt`,
`payment_method.media.translation.updatedAt`,
`payment_method.media.translation.mediaId`,
`payment_method.media.translation.languageId`,
`payment_method.translation.name`,
COALESCE(
`payment_method.translation.name`,
`payment_method.translation.name`
) as `payment_method.name`,
`payment_method.translation.distinguishableName`,
COALESCE(
`payment_method.translation.distinguishableName`,
`payment_method.translation.distinguishableName`
) as `payment_method.distinguishableName`,
`payment_method.translation.description`,
COALESCE(
`payment_method.translation.description`,
`payment_method.translation.description`
) as `payment_method.description`,
`payment_method.translation.customFields`,
COALESCE(
`payment_method.translation.customFields`,
`payment_method.translation.customFields`
) as `payment_method.customFields`,
`payment_method.translation.createdAt`,
`payment_method.translation.updatedAt`,
`payment_method.translation.paymentMethodId`,
`payment_method.translation.languageId`
FROM
`payment_method`
LEFT JOIN (
SELECT
`payment_method.translation`.payment_method_id,
`payment_method.translation`.name as `payment_method.translation.name`,
`payment_method.translation`.distinguishable_name as `payment_method.translation.distinguishableName`,
`payment_method.translation`.description as `payment_method.translation.description`,
`payment_method.translation`.custom_fields as `payment_method.translation.customFields`,
`payment_method.translation`.created_at as `payment_method.translation.createdAt`,
`payment_method.translation`.updated_at as `payment_method.translation.updatedAt`,
`payment_method.translation`.payment_method_id as `payment_method.translation.paymentMethodId`,
`payment_method.translation`.language_id as `payment_method.translation.languageId`
FROM
`payment_method_translation` `payment_method.translation`
WHERE
`payment_method.translation`.language_id = : languageId
) `payment_method.payment_method_translation` ON `payment_method.payment_method_translation`.`payment_method_id` = `payment_method`.`id`
LEFT JOIN `app_payment_method` `payment_method.appPaymentMethod` ON `payment_method`.`id` = `payment_method.appPaymentMethod`.`payment_method_id`
LEFT JOIN `media` `payment_method.media` ON `payment_method`.`media_id` = `payment_method.media`.`id`
LEFT JOIN (
SELECT
`payment_method.media.translation`.media_id,
`payment_method.media.translation`.title as `payment_method.media.translation.title`,
`payment_method.media.translation`.alt as `payment_method.media.translation.alt`,
`payment_method.media.translation`.custom_fields as `payment_method.media.translation.customFields`,
`payment_method.media.translation`.created_at as `payment_method.media.translation.createdAt`,
`payment_method.media.translation`.updated_at as `payment_method.media.translation.updatedAt`,
`payment_method.media.translation`.media_id as `payment_method.media.translation.mediaId`,
`payment_method.media.translation`.language_id as `payment_method.media.translation.languageId`
FROM
`media_translation` `payment_method.media.translation`
WHERE
`payment_method.media.translation`.language_id = : languageId
) `payment_method.media.media_translation` ON `payment_method.media.media_translation`.`media_id` = `payment_method.media`.`id`
WHERE
`payment_method`.`id` IN (: ids)
SELECT `payment_method`.`id` as `payment_method.id`, `payment_method`.`plugin_id` as `payment_method.pluginId`, `payment_method`.`handler_identifier` as `payment_method.handlerIdentifier`, `payment_method`.`position` as `payment_method.position`, `payment_method`.`active` as `payment_method.active`, `payment_method`.`after_order_enabled` as `payment_method.afterOrderEnabled`, `payment_method`.`availability_rule_id` as `payment_method.availabilityRuleId`, `payment_method`.`media_id` as `payment_method.mediaId`, `payment_method.appPaymentMethod`.`id` as `payment_method.appPaymentMethod.id`, `payment_method.appPaymentMethod`.`app_name` as `payment_method.appPaymentMethod.appName`, `payment_method.appPaymentMethod`.`identifier` as `payment_method.appPaymentMethod.identifier`, `payment_method.appPaymentMethod`.`pay_url` as `payment_method.appPaymentMethod.payUrl`, `payment_method.appPaymentMethod`.`finalize_url` as `payment_method.appPaymentMethod.finalizeUrl`, `payment_method.appPaymentMethod`.`validate_url` as `payment_method.appPaymentMethod.validateUrl`, `payment_method.appPaymentMethod`.`capture_url` as `payment_method.appPaymentMethod.captureUrl`, `payment_method.appPaymentMethod`.`refund_url` as `payment_method.appPaymentMethod.refundUrl`, `payment_method.appPaymentMethod`.`app_id` as `payment_method.appPaymentMethod.appId`, `payment_method.appPaymentMethod`.`original_media_id` as `payment_method.appPaymentMethod.originalMediaId`, `payment_method.appPaymentMethod`.`payment_method_id` as `payment_method.appPaymentMethod.paymentMethodId`, `payment_method.appPaymentMethod`.`created_at` as `payment_method.appPaymentMethod.createdAt`, `payment_method.appPaymentMethod`.`updated_at` as `payment_method.appPaymentMethod.updatedAt`, `payment_method`.`created_at` as `payment_method.createdAt`, `payment_method`.`updated_at` as `payment_method.updatedAt`, `payment_method.media`.`id` as `payment_method.media.id`, `payment_method.media`.`user_id` as `payment_method.media.userId`, `payment_method.media`.`media_folder_id` as `payment_method.media.mediaFolderId`, `payment_method.media`.`mime_type` as `payment_method.media.mimeType`, `payment_method.media`.`file_extension` as `payment_method.media.fileExtension`, `payment_method.media`.`uploaded_at` as `payment_method.media.uploadedAt`, `payment_method.media`.`file_name` as `payment_method.media.fileName`, `payment_method.media`.`file_size` as `payment_method.media.fileSize`, `payment_method.media`.`media_type` as `payment_method.media.mediaTypeRaw`, `payment_method.media`.`meta_data` as `payment_method.media.metaData`, `payment_method.media`.`private` as `payment_method.media.private`, `payment_method.media`.`thumbnails_ro` as `payment_method.media.thumbnailsRo`, `payment_method.media`.`created_at` as `payment_method.media.createdAt`, `payment_method.media`.`updated_at` as `payment_method.media.updatedAt`, `payment_method.media.translation.title`, COALESCE(`payment_method.media.translation.title`,`payment_method.media.translation.title`) as `payment_method.media.title`, `payment_method.media.translation.alt`, COALESCE(`payment_method.media.translation.alt`,`payment_method.media.translation.alt`) as `payment_method.media.alt`, `payment_method.media.translation.customFields`, COALESCE(`payment_method.media.translation.customFields`,`payment_method.media.translation.customFields`) as `payment_method.media.customFields`, `payment_method.media.translation.createdAt`, `payment_method.media.translation.updatedAt`, `payment_method.media.translation.mediaId`, `payment_method.media.translation.languageId`, `payment_method.translation.name`, COALESCE(`payment_method.translation.name`,`payment_method.translation.name`) as `payment_method.name`, `payment_method.translation.distinguishableName`, COALESCE(`payment_method.translation.distinguishableName`,`payment_method.translation.distinguishableName`) as `payment_method.distinguishableName`, `payment_method.translation.description`, COALESCE(`payment_method.translation.description`,`payment_method.translation.description`) as `payment_method.description`, `payment_method.translation.customFields`, COALESCE(`payment_method.translation.customFields`,`payment_method.translation.customFields`) as `payment_method.customFields`, `payment_method.translation.createdAt`, `payment_method.translation.updatedAt`, `payment_method.translation.paymentMethodId`, `payment_method.translation.languageId` FROM `payment_method` LEFT JOIN (SELECT `payment_method.translation`.payment_method_id, `payment_method.translation`.name as `payment_method.translation.name`, `payment_method.translation`.distinguishable_name as `payment_method.translation.distinguishableName`, `payment_method.translation`.description as `payment_method.translation.description`, `payment_method.translation`.custom_fields as `payment_method.translation.customFields`, `payment_method.translation`.created_at as `payment_method.translation.createdAt`, `payment_method.translation`.updated_at as `payment_method.translation.updatedAt`, `payment_method.translation`.payment_method_id as `payment_method.translation.paymentMethodId`, `payment_method.translation`.language_id as `payment_method.translation.languageId` FROM `payment_method_translation` `payment_method.translation` WHERE `payment_method.translation`.language_id = 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 (0x3F0F4097FA224DF583BFC5AAA74E2C78, 0x57C5D5518AC94B4D9AC35EFC3F64ECE1, 0xB3E670031BDF49FBB61BABB364589878, 0xCB279B14509944C186545FE2B288A858, 0xA4A0EC98BC7F457D91B2A23F3D43715A);
array:40 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 239)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 316)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetch (line 148)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 92)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::read (line 195)"
6 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::read (line 133)"
7 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::search (line 52)"
8 => "Shopware\Core\Checkout\Payment\SalesChannel\PaymentMethodRoute::load (line 50)"
9 => "Kiener\MolliePayments\Compatibility\Storefront\Route\PaymentMethodRoute\RemovePaymentMethodRoute64::load (line 99)"
10 => "Shopware\Core\Checkout\Payment\SalesChannel\CachedPaymentMethodRoute::Shopware\Core\Checkout\Payment\SalesChannel\{closure} (line 350)"
11 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 44)"
12 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 120)"
13 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 43)"
14 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 46)"
15 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 42)"
16 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 41)"
17 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 59)"
18 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 40)"
19 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 98)"
20 => "Shopware\Core\Checkout\Payment\SalesChannel\CachedPaymentMethodRoute::Shopware\Core\Checkout\Payment\SalesChannel\{closure} (line 72)"
21 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 35)"
22 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 95)"
23 => "Shopware\Core\Checkout\Payment\SalesChannel\CachedPaymentMethodRoute::load (line 42)"
24 => "Shopware\Core\Checkout\Payment\SalesChannel\SortedPaymentMethodRoute::load (line 115)"
25 => "Shopware\Storefront\Page\GenericPageLoader::Shopware\Storefront\Page\{closure} (line 59)"
26 => "Shopware\Core\Profiling\Profiler::trace (line 78)"
27 => "Shopware\Storefront\Page\GenericPageLoader::load (line 55)"
28 => "Nd\Fashion\Page\Manufacturer\ProductManufacturerPageLoader::load (line 48)"
29 => "Nd\Fashion\Storefront\Controller\ManufacturerController::productManufacturerDetail (line 163)"
30 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
31 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
32 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
33 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 481)"
34 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 454)"
35 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 348)"
36 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 226)"
37 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
38 => "Shopware\Core\HttpKernel::doHandle (line 81)"
39 => "Shopware\Core\HttpKernel::handle (line 69)"
]
|
94 |
0.50 ms |
SELECT configuration_key, configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = :salesChannelId) AND (configuration_key LIKE :prefix) ORDER BY sales_channel_id ASC
SELECT configuration_key, configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = 0x327009EB5C1A48E192B7D2BCFA9C61BE) AND (configuration_key LIKE 'MolliePayments.config.%') ORDER BY sales_channel_id ASC;
array:37 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 239)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 189)"
3 => "Shopware\Core\System\SystemConfig\SystemConfigService::getDomain (line 74)"
4 => "Kiener\MolliePayments\Service\SettingsService::getSettings (line 56)"
5 => "Kiener\MolliePayments\Components\MollieLimits\Service\MollieLimitsRemover::removePaymentMethods (line 53)"
6 => "Kiener\MolliePayments\Compatibility\Storefront\Route\PaymentMethodRoute\RemovePaymentMethodRoute64::load (line 99)"
7 => "Shopware\Core\Checkout\Payment\SalesChannel\CachedPaymentMethodRoute::Shopware\Core\Checkout\Payment\SalesChannel\{closure} (line 350)"
8 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 44)"
9 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 120)"
10 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 43)"
11 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 46)"
12 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 42)"
13 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 41)"
14 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 59)"
15 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 40)"
16 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 98)"
17 => "Shopware\Core\Checkout\Payment\SalesChannel\CachedPaymentMethodRoute::Shopware\Core\Checkout\Payment\SalesChannel\{closure} (line 72)"
18 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 35)"
19 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 95)"
20 => "Shopware\Core\Checkout\Payment\SalesChannel\CachedPaymentMethodRoute::load (line 42)"
21 => "Shopware\Core\Checkout\Payment\SalesChannel\SortedPaymentMethodRoute::load (line 115)"
22 => "Shopware\Storefront\Page\GenericPageLoader::Shopware\Storefront\Page\{closure} (line 59)"
23 => "Shopware\Core\Profiling\Profiler::trace (line 78)"
24 => "Shopware\Storefront\Page\GenericPageLoader::load (line 55)"
25 => "Nd\Fashion\Page\Manufacturer\ProductManufacturerPageLoader::load (line 48)"
26 => "Nd\Fashion\Storefront\Controller\ManufacturerController::productManufacturerDetail (line 163)"
27 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
28 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
29 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
30 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 481)"
31 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 454)"
32 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 348)"
33 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 226)"
34 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
35 => "Shopware\Core\HttpKernel::doHandle (line 81)"
36 => "Shopware\Core\HttpKernel::handle (line 69)"
]
|
95 |
7.23 ms |
SELECT `product_manufacturer`.`id` as `product_manufacturer.id`, `product_manufacturer`.`version_id` as `product_manufacturer.versionId`, `product_manufacturer`.`media_id` as `product_manufacturer.mediaId`, `product_manufacturer`.`link` as `product_manufacturer.link`, `product_manufacturer`.`created_at` as `product_manufacturer.createdAt`, `product_manufacturer`.`updated_at` as `product_manufacturer.updatedAt`, `product_manufacturer.baseExtension`.`id` as `product_manufacturer.baseExtension.id`, `product_manufacturer.baseExtension`.`product_manufacturer_id` as `product_manufacturer.baseExtension.productManufacturerId`, `product_manufacturer.baseExtension`.`product_manufacturer_version_id` as `product_manufacturer.baseExtension.productManufacturerVersionId`, `product_manufacturer.baseExtension`.`active` as `product_manufacturer.baseExtension.active`, `product_manufacturer.baseExtension`.`type` as `product_manufacturer.baseExtension.type`, `product_manufacturer.baseExtension`.`created_at` as `product_manufacturer.baseExtension.createdAt`, `product_manufacturer.baseExtension`.`updated_at` as `product_manufacturer.baseExtension.updatedAt`, `product_manufacturer.listingPageExtension`.`id` as `product_manufacturer.listingPageExtension.id`, `product_manufacturer.listingPageExtension`.`product_manufacturer_id` as `product_manufacturer.listingPageExtension.productManufacturerId`, `product_manufacturer.listingPageExtension`.`product_manufacturer_version_id` as `product_manufacturer.listingPageExtension.productManufacturerVersionId`, `product_manufacturer.listingPageExtension`.`active` as `product_manufacturer.listingPageExtension.active`, `product_manufacturer.listingPageExtension`.`type` as `product_manufacturer.listingPageExtension.type`, `product_manufacturer.listingPageExtension`.`product_assignment_type` as `product_manufacturer.listingPageExtension.productAssignmentType`, `product_manufacturer.listingPageExtension`.`product_stream_id` as `product_manufacturer.listingPageExtension.productStreamId`, `product_manufacturer.listingPageExtension`.`size_media` as `product_manufacturer.listingPageExtension.sizeMediaId`, `product_manufacturer.listingPageExtension`.`highlight_media` as `product_manufacturer.listingPageExtension.highlightMediaId`, `product_manufacturer.listingPageExtension`.`created_at` as `product_manufacturer.listingPageExtension.createdAt`, `product_manufacturer.listingPageExtension`.`updated_at` as `product_manufacturer.listingPageExtension.updatedAt`, `product_manufacturer.listingPageExtension.translation.description`, COALESCE(`product_manufacturer.listingPageExtension.translation.description`,`product_manufacturer.listingPageExtension.translation.description`) as `product_manufacturer.listingPageExtension.description`, `product_manufacturer.listingPageExtension.translation.sizeDescription`, COALESCE(`product_manufacturer.listingPageExtension.translation.sizeDescription`,`product_manufacturer.listingPageExtension.translation.sizeDescription`) as `product_manufacturer.listingPageExtension.sizeDescription`, `product_manufacturer.listingPageExtension.translation.createdAt`, `product_manufacturer.listingPageExtension.translation.updatedAt`, `product_manufacturer.listingPageExtension.translation.listingPageExtensionId`, `product_manufacturer.listingPageExtension.translation.languageId`, `product_manufacturer.productPageExtension`.`id` as `product_manufacturer.productPageExtension.id`, `product_manufacturer.productPageExtension`.`product_manufacturer_id` as `product_manufacturer.productPageExtension.productManufacturerId`, `product_manufacturer.productPageExtension`.`product_manufacturer_version_id` as `product_manufacturer.productPageExtension.productManufacturerVersionId`, `product_manufacturer.productPageExtension`.`cms_page_type` as `product_manufacturer.productPageExtension.cmsPageType`, `product_manufacturer.productPageExtension`.`cms_page_id` as `product_manufacturer.productPageExtension.cmsPageId`, `product_manufacturer.productPageExtension`.`cms_page_version_id` as `product_manufacturer.productPageExtension.cmsPageVersionId`, `product_manufacturer.productPageExtension`.`created_at` as `product_manufacturer.productPageExtension.createdAt`, `product_manufacturer.productPageExtension`.`updated_at` as `product_manufacturer.productPageExtension.updatedAt`, `product_manufacturer.productPageExtension.translation.url`, COALESCE(`product_manufacturer.productPageExtension.translation.url`,`product_manufacturer.productPageExtension.translation.url`) as `product_manufacturer.productPageExtension.url`, `product_manufacturer.productPageExtension.translation.metaTitle`, COALESCE(`product_manufacturer.productPageExtension.translation.metaTitle`,`product_manufacturer.productPageExtension.translation.metaTitle`) as `product_manufacturer.productPageExtension.metaTitle`, `product_manufacturer.productPageExtension.translation.metaDescription`, COALESCE(`product_manufacturer.productPageExtension.translation.metaDescription`,`product_manufacturer.productPageExtension.translation.metaDescription`) as `product_manufacturer.productPageExtension.metaDescription`, `product_manufacturer.productPageExtension.translation.keywords`, COALESCE(`product_manufacturer.productPageExtension.translation.keywords`,`product_manufacturer.productPageExtension.translation.keywords`) as `product_manufacturer.productPageExtension.keywords`, `product_manufacturer.productPageExtension.translation.slotConfig`, COALESCE(`product_manufacturer.productPageExtension.translation.slotConfig`,`product_manufacturer.productPageExtension.translation.slotConfig`) as `product_manufacturer.productPageExtension.slotConfig`, `product_manufacturer.productPageExtension.translation.createdAt`, `product_manufacturer.productPageExtension.translation.updatedAt`, `product_manufacturer.productPageExtension.translation.productPageExtensionId`, `product_manufacturer.productPageExtension.translation.languageId`, `product_manufacturer.translation.name`, COALESCE(`product_manufacturer.translation.name`,`product_manufacturer.translation.name`) as `product_manufacturer.name`, `product_manufacturer.translation.description`, COALESCE(`product_manufacturer.translation.description`,`product_manufacturer.translation.description`) as `product_manufacturer.description`, `product_manufacturer.translation.customFields`, COALESCE(`product_manufacturer.translation.customFields`,`product_manufacturer.translation.customFields`) as `product_manufacturer.customFields`, `product_manufacturer.translation.createdAt`, `product_manufacturer.translation.updatedAt`, `product_manufacturer.translation.productManufacturerId`, `product_manufacturer.translation.languageId`, `product_manufacturer.translation.productManufacturerVersionId` FROM `product_manufacturer` LEFT JOIN (SELECT `product_manufacturer.translation`.product_manufacturer_id, `product_manufacturer.translation`.product_manufacturer_version_id, `product_manufacturer.translation`.name as `product_manufacturer.translation.name`, `product_manufacturer.translation`.description as `product_manufacturer.translation.description`, `product_manufacturer.translation`.custom_fields as `product_manufacturer.translation.customFields`, `product_manufacturer.translation`.created_at as `product_manufacturer.translation.createdAt`, `product_manufacturer.translation`.updated_at as `product_manufacturer.translation.updatedAt`, `product_manufacturer.translation`.product_manufacturer_id as `product_manufacturer.translation.productManufacturerId`, `product_manufacturer.translation`.language_id as `product_manufacturer.translation.languageId`, `product_manufacturer.translation`.product_manufacturer_version_id as `product_manufacturer.translation.productManufacturerVersionId` FROM `product_manufacturer_translation` `product_manufacturer.translation` WHERE `product_manufacturer.translation`.language_id = :languageId) `product_manufacturer.product_manufacturer_translation` ON `product_manufacturer.product_manufacturer_translation`.`product_manufacturer_id` = `product_manufacturer`.`id` AND `product_manufacturer.product_manufacturer_translation`.product_manufacturer_version_id = `product_manufacturer`.version_id LEFT JOIN `base_extension` `product_manufacturer.baseExtension` ON `product_manufacturer`.`id` = `product_manufacturer.baseExtension`.`product_manufacturer_id` LEFT JOIN `listing_page_extension` `product_manufacturer.listingPageExtension` ON `product_manufacturer`.`id` = `product_manufacturer.listingPageExtension`.`product_manufacturer_id` LEFT JOIN `product_page_extension` `product_manufacturer.productPageExtension` ON `product_manufacturer`.`id` = `product_manufacturer.productPageExtension`.`product_manufacturer_id` LEFT JOIN (SELECT `product_manufacturer.listingPageExtension.translation`.listing_page_extension_id, `product_manufacturer.listingPageExtension.translation`.description as `product_manufacturer.listingPageExtension.translation.description`, `product_manufacturer.listingPageExtension.translation`.size_description as `product_manufacturer.listingPageExtension.translation.sizeDescription`, `product_manufacturer.listingPageExtension.translation`.created_at as `product_manufacturer.listingPageExtension.translation.createdAt`, `product_manufacturer.listingPageExtension.translation`.updated_at as `product_manufacturer.listingPageExtension.translation.updatedAt`, `product_manufacturer.listingPageExtension.translation`.listing_page_extension_id as `product_manufacturer.listingPageExtension.translation.listingPageExtensionId`, `product_manufacturer.listingPageExtension.translation`.language_id as `product_manufacturer.listingPageExtension.translation.languageId` FROM `listing_page_extension_translation` `product_manufacturer.listingPageExtension.translation` WHERE `product_manufacturer.listingPageExtension.translation`.language_id = :languageId) `product_manufacturer.listingPageExtension.listing_page_extension_translation` ON `product_manufacturer.listingPageExtension.listing_page_extension_translation`.`listing_page_extension_id` = `product_manufacturer.listingPageExtension`.`id` LEFT JOIN (SELECT `product_manufacturer.productPageExtension.translation`.product_page_extension_id, `product_manufacturer.productPageExtension.translation`.url as `product_manufacturer.productPageExtension.translation.url`, `product_manufacturer.productPageExtension.translation`.meta_title as `product_manufacturer.productPageExtension.translation.metaTitle`, `product_manufacturer.productPageExtension.translation`.meta_description as `product_manufacturer.productPageExtension.translation.metaDescription`, `product_manufacturer.productPageExtension.translation`.keywords as `product_manufacturer.productPageExtension.translation.keywords`, `product_manufacturer.productPageExtension.translation`.slot_config as `product_manufacturer.productPageExtension.translation.slotConfig`, `product_manufacturer.productPageExtension.translation`.created_at as `product_manufacturer.productPageExtension.translation.createdAt`, `product_manufacturer.productPageExtension.translation`.updated_at as `product_manufacturer.productPageExtension.translation.updatedAt`, `product_manufacturer.productPageExtension.translation`.product_page_extension_id as `product_manufacturer.productPageExtension.translation.productPageExtensionId`, `product_manufacturer.productPageExtension.translation`.language_id as `product_manufacturer.productPageExtension.translation.languageId` FROM `product_page_extension_translation` `product_manufacturer.productPageExtension.translation` WHERE `product_manufacturer.productPageExtension.translation`.language_id = :languageId) `product_manufacturer.productPageExtension.product_page_extension_translation` ON `product_manufacturer.productPageExtension.product_page_extension_translation`.`product_page_extension_id` = `product_manufacturer.productPageExtension`.`id` WHERE (`product_manufacturer`.`version_id` = :version) AND (`product_manufacturer`.`id` IN (:ids))
SELECT
`product_manufacturer`.`id` as `product_manufacturer.id`,
`product_manufacturer`.`version_id` as `product_manufacturer.versionId`,
`product_manufacturer`.`media_id` as `product_manufacturer.mediaId`,
`product_manufacturer`.`link` as `product_manufacturer.link`,
`product_manufacturer`.`created_at` as `product_manufacturer.createdAt`,
`product_manufacturer`.`updated_at` as `product_manufacturer.updatedAt`,
`product_manufacturer.baseExtension`.`id` as `product_manufacturer.baseExtension.id`,
`product_manufacturer.baseExtension`.`product_manufacturer_id` as `product_manufacturer.baseExtension.productManufacturerId`,
`product_manufacturer.baseExtension`.`product_manufacturer_version_id` as `product_manufacturer.baseExtension.productManufacturerVersionId`,
`product_manufacturer.baseExtension`.`active` as `product_manufacturer.baseExtension.active`,
`product_manufacturer.baseExtension`.`type` as `product_manufacturer.baseExtension.type`,
`product_manufacturer.baseExtension`.`created_at` as `product_manufacturer.baseExtension.createdAt`,
`product_manufacturer.baseExtension`.`updated_at` as `product_manufacturer.baseExtension.updatedAt`,
`product_manufacturer.listingPageExtension`.`id` as `product_manufacturer.listingPageExtension.id`,
`product_manufacturer.listingPageExtension`.`product_manufacturer_id` as `product_manufacturer.listingPageExtension.productManufacturerId`,
`product_manufacturer.listingPageExtension`.`product_manufacturer_version_id` as `product_manufacturer.listingPageExtension.productManufacturerVersionId`,
`product_manufacturer.listingPageExtension`.`active` as `product_manufacturer.listingPageExtension.active`,
`product_manufacturer.listingPageExtension`.`type` as `product_manufacturer.listingPageExtension.type`,
`product_manufacturer.listingPageExtension`.`product_assignment_type` as `product_manufacturer.listingPageExtension.productAssignmentType`,
`product_manufacturer.listingPageExtension`.`product_stream_id` as `product_manufacturer.listingPageExtension.productStreamId`,
`product_manufacturer.listingPageExtension`.`size_media` as `product_manufacturer.listingPageExtension.sizeMediaId`,
`product_manufacturer.listingPageExtension`.`highlight_media` as `product_manufacturer.listingPageExtension.highlightMediaId`,
`product_manufacturer.listingPageExtension`.`created_at` as `product_manufacturer.listingPageExtension.createdAt`,
`product_manufacturer.listingPageExtension`.`updated_at` as `product_manufacturer.listingPageExtension.updatedAt`,
`product_manufacturer.listingPageExtension.translation.description`,
COALESCE(
`product_manufacturer.listingPageExtension.translation.description`,
`product_manufacturer.listingPageExtension.translation.description`
) as `product_manufacturer.listingPageExtension.description`,
`product_manufacturer.listingPageExtension.translation.sizeDescription`,
COALESCE(
`product_manufacturer.listingPageExtension.translation.sizeDescription`,
`product_manufacturer.listingPageExtension.translation.sizeDescription`
) as `product_manufacturer.listingPageExtension.sizeDescription`,
`product_manufacturer.listingPageExtension.translation.createdAt`,
`product_manufacturer.listingPageExtension.translation.updatedAt`,
`product_manufacturer.listingPageExtension.translation.listingPageExtensionId`,
`product_manufacturer.listingPageExtension.translation.languageId`,
`product_manufacturer.productPageExtension`.`id` as `product_manufacturer.productPageExtension.id`,
`product_manufacturer.productPageExtension`.`product_manufacturer_id` as `product_manufacturer.productPageExtension.productManufacturerId`,
`product_manufacturer.productPageExtension`.`product_manufacturer_version_id` as `product_manufacturer.productPageExtension.productManufacturerVersionId`,
`product_manufacturer.productPageExtension`.`cms_page_type` as `product_manufacturer.productPageExtension.cmsPageType`,
`product_manufacturer.productPageExtension`.`cms_page_id` as `product_manufacturer.productPageExtension.cmsPageId`,
`product_manufacturer.productPageExtension`.`cms_page_version_id` as `product_manufacturer.productPageExtension.cmsPageVersionId`,
`product_manufacturer.productPageExtension`.`created_at` as `product_manufacturer.productPageExtension.createdAt`,
`product_manufacturer.productPageExtension`.`updated_at` as `product_manufacturer.productPageExtension.updatedAt`,
`product_manufacturer.productPageExtension.translation.url`,
COALESCE(
`product_manufacturer.productPageExtension.translation.url`,
`product_manufacturer.productPageExtension.translation.url`
) as `product_manufacturer.productPageExtension.url`,
`product_manufacturer.productPageExtension.translation.metaTitle`,
COALESCE(
`product_manufacturer.productPageExtension.translation.metaTitle`,
`product_manufacturer.productPageExtension.translation.metaTitle`
) as `product_manufacturer.productPageExtension.metaTitle`,
`product_manufacturer.productPageExtension.translation.metaDescription`,
COALESCE(
`product_manufacturer.productPageExtension.translation.metaDescription`,
`product_manufacturer.productPageExtension.translation.metaDescription`
) as `product_manufacturer.productPageExtension.metaDescription`,
`product_manufacturer.productPageExtension.translation.keywords`,
COALESCE(
`product_manufacturer.productPageExtension.translation.keywords`,
`product_manufacturer.productPageExtension.translation.keywords`
) as `product_manufacturer.productPageExtension.keywords`,
`product_manufacturer.productPageExtension.translation.slotConfig`,
COALESCE(
`product_manufacturer.productPageExtension.translation.slotConfig`,
`product_manufacturer.productPageExtension.translation.slotConfig`
) as `product_manufacturer.productPageExtension.slotConfig`,
`product_manufacturer.productPageExtension.translation.createdAt`,
`product_manufacturer.productPageExtension.translation.updatedAt`,
`product_manufacturer.productPageExtension.translation.productPageExtensionId`,
`product_manufacturer.productPageExtension.translation.languageId`,
`product_manufacturer.translation.name`,
COALESCE(
`product_manufacturer.translation.name`,
`product_manufacturer.translation.name`
) as `product_manufacturer.name`,
`product_manufacturer.translation.description`,
COALESCE(
`product_manufacturer.translation.description`,
`product_manufacturer.translation.description`
) as `product_manufacturer.description`,
`product_manufacturer.translation.customFields`,
COALESCE(
`product_manufacturer.translation.customFields`,
`product_manufacturer.translation.customFields`
) as `product_manufacturer.customFields`,
`product_manufacturer.translation.createdAt`,
`product_manufacturer.translation.updatedAt`,
`product_manufacturer.translation.productManufacturerId`,
`product_manufacturer.translation.languageId`,
`product_manufacturer.translation.productManufacturerVersionId`
FROM
`product_manufacturer`
LEFT JOIN (
SELECT
`product_manufacturer.translation`.product_manufacturer_id,
`product_manufacturer.translation`.product_manufacturer_version_id,
`product_manufacturer.translation`.name as `product_manufacturer.translation.name`,
`product_manufacturer.translation`.description as `product_manufacturer.translation.description`,
`product_manufacturer.translation`.custom_fields as `product_manufacturer.translation.customFields`,
`product_manufacturer.translation`.created_at as `product_manufacturer.translation.createdAt`,
`product_manufacturer.translation`.updated_at as `product_manufacturer.translation.updatedAt`,
`product_manufacturer.translation`.product_manufacturer_id as `product_manufacturer.translation.productManufacturerId`,
`product_manufacturer.translation`.language_id as `product_manufacturer.translation.languageId`,
`product_manufacturer.translation`.product_manufacturer_version_id as `product_manufacturer.translation.productManufacturerVersionId`
FROM
`product_manufacturer_translation` `product_manufacturer.translation`
WHERE
`product_manufacturer.translation`.language_id = : languageId
) `product_manufacturer.product_manufacturer_translation` ON `product_manufacturer.product_manufacturer_translation`.`product_manufacturer_id` = `product_manufacturer`.`id`
AND `product_manufacturer.product_manufacturer_translation`.product_manufacturer_version_id = `product_manufacturer`.version_id
LEFT JOIN `base_extension` `product_manufacturer.baseExtension` ON `product_manufacturer`.`id` = `product_manufacturer.baseExtension`.`product_manufacturer_id`
LEFT JOIN `listing_page_extension` `product_manufacturer.listingPageExtension` ON `product_manufacturer`.`id` = `product_manufacturer.listingPageExtension`.`product_manufacturer_id`
LEFT JOIN `product_page_extension` `product_manufacturer.productPageExtension` ON `product_manufacturer`.`id` = `product_manufacturer.productPageExtension`.`product_manufacturer_id`
LEFT JOIN (
SELECT
`product_manufacturer.listingPageExtension.translation`.listing_page_extension_id,
`product_manufacturer.listingPageExtension.translation`.description as `product_manufacturer.listingPageExtension.translation.description`,
`product_manufacturer.listingPageExtension.translation`.size_description as `product_manufacturer.listingPageExtension.translation.sizeDescription`,
`product_manufacturer.listingPageExtension.translation`.created_at as `product_manufacturer.listingPageExtension.translation.createdAt`,
`product_manufacturer.listingPageExtension.translation`.updated_at as `product_manufacturer.listingPageExtension.translation.updatedAt`,
`product_manufacturer.listingPageExtension.translation`.listing_page_extension_id as `product_manufacturer.listingPageExtension.translation.listingPageExtensionId`,
`product_manufacturer.listingPageExtension.translation`.language_id as `product_manufacturer.listingPageExtension.translation.languageId`
FROM
`listing_page_extension_translation` `product_manufacturer.listingPageExtension.translation`
WHERE
`product_manufacturer.listingPageExtension.translation`.language_id = : languageId
) `product_manufacturer.listingPageExtension.listing_page_extension_translation` ON `product_manufacturer.listingPageExtension.listing_page_extension_translation`.`listing_page_extension_id` = `product_manufacturer.listingPageExtension`.`id`
LEFT JOIN (
SELECT
`product_manufacturer.productPageExtension.translation`.product_page_extension_id,
`product_manufacturer.productPageExtension.translation`.url as `product_manufacturer.productPageExtension.translation.url`,
`product_manufacturer.productPageExtension.translation`.meta_title as `product_manufacturer.productPageExtension.translation.metaTitle`,
`product_manufacturer.productPageExtension.translation`.meta_description as `product_manufacturer.productPageExtension.translation.metaDescription`,
`product_manufacturer.productPageExtension.translation`.keywords as `product_manufacturer.productPageExtension.translation.keywords`,
`product_manufacturer.productPageExtension.translation`.slot_config as `product_manufacturer.productPageExtension.translation.slotConfig`,
`product_manufacturer.productPageExtension.translation`.created_at as `product_manufacturer.productPageExtension.translation.createdAt`,
`product_manufacturer.productPageExtension.translation`.updated_at as `product_manufacturer.productPageExtension.translation.updatedAt`,
`product_manufacturer.productPageExtension.translation`.product_page_extension_id as `product_manufacturer.productPageExtension.translation.productPageExtensionId`,
`product_manufacturer.productPageExtension.translation`.language_id as `product_manufacturer.productPageExtension.translation.languageId`
FROM
`product_page_extension_translation` `product_manufacturer.productPageExtension.translation`
WHERE
`product_manufacturer.productPageExtension.translation`.language_id = : languageId
) `product_manufacturer.productPageExtension.product_page_extension_translation` ON `product_manufacturer.productPageExtension.product_page_extension_translation`.`product_page_extension_id` = `product_manufacturer.productPageExtension`.`id`
WHERE
(
`product_manufacturer`.`version_id` = : version
)
AND (
`product_manufacturer`.`id` IN (: ids)
)
SELECT `product_manufacturer`.`id` as `product_manufacturer.id`, `product_manufacturer`.`version_id` as `product_manufacturer.versionId`, `product_manufacturer`.`media_id` as `product_manufacturer.mediaId`, `product_manufacturer`.`link` as `product_manufacturer.link`, `product_manufacturer`.`created_at` as `product_manufacturer.createdAt`, `product_manufacturer`.`updated_at` as `product_manufacturer.updatedAt`, `product_manufacturer.baseExtension`.`id` as `product_manufacturer.baseExtension.id`, `product_manufacturer.baseExtension`.`product_manufacturer_id` as `product_manufacturer.baseExtension.productManufacturerId`, `product_manufacturer.baseExtension`.`product_manufacturer_version_id` as `product_manufacturer.baseExtension.productManufacturerVersionId`, `product_manufacturer.baseExtension`.`active` as `product_manufacturer.baseExtension.active`, `product_manufacturer.baseExtension`.`type` as `product_manufacturer.baseExtension.type`, `product_manufacturer.baseExtension`.`created_at` as `product_manufacturer.baseExtension.createdAt`, `product_manufacturer.baseExtension`.`updated_at` as `product_manufacturer.baseExtension.updatedAt`, `product_manufacturer.listingPageExtension`.`id` as `product_manufacturer.listingPageExtension.id`, `product_manufacturer.listingPageExtension`.`product_manufacturer_id` as `product_manufacturer.listingPageExtension.productManufacturerId`, `product_manufacturer.listingPageExtension`.`product_manufacturer_version_id` as `product_manufacturer.listingPageExtension.productManufacturerVersionId`, `product_manufacturer.listingPageExtension`.`active` as `product_manufacturer.listingPageExtension.active`, `product_manufacturer.listingPageExtension`.`type` as `product_manufacturer.listingPageExtension.type`, `product_manufacturer.listingPageExtension`.`product_assignment_type` as `product_manufacturer.listingPageExtension.productAssignmentType`, `product_manufacturer.listingPageExtension`.`product_stream_id` as `product_manufacturer.listingPageExtension.productStreamId`, `product_manufacturer.listingPageExtension`.`size_media` as `product_manufacturer.listingPageExtension.sizeMediaId`, `product_manufacturer.listingPageExtension`.`highlight_media` as `product_manufacturer.listingPageExtension.highlightMediaId`, `product_manufacturer.listingPageExtension`.`created_at` as `product_manufacturer.listingPageExtension.createdAt`, `product_manufacturer.listingPageExtension`.`updated_at` as `product_manufacturer.listingPageExtension.updatedAt`, `product_manufacturer.listingPageExtension.translation.description`, COALESCE(`product_manufacturer.listingPageExtension.translation.description`,`product_manufacturer.listingPageExtension.translation.description`) as `product_manufacturer.listingPageExtension.description`, `product_manufacturer.listingPageExtension.translation.sizeDescription`, COALESCE(`product_manufacturer.listingPageExtension.translation.sizeDescription`,`product_manufacturer.listingPageExtension.translation.sizeDescription`) as `product_manufacturer.listingPageExtension.sizeDescription`, `product_manufacturer.listingPageExtension.translation.createdAt`, `product_manufacturer.listingPageExtension.translation.updatedAt`, `product_manufacturer.listingPageExtension.translation.listingPageExtensionId`, `product_manufacturer.listingPageExtension.translation.languageId`, `product_manufacturer.productPageExtension`.`id` as `product_manufacturer.productPageExtension.id`, `product_manufacturer.productPageExtension`.`product_manufacturer_id` as `product_manufacturer.productPageExtension.productManufacturerId`, `product_manufacturer.productPageExtension`.`product_manufacturer_version_id` as `product_manufacturer.productPageExtension.productManufacturerVersionId`, `product_manufacturer.productPageExtension`.`cms_page_type` as `product_manufacturer.productPageExtension.cmsPageType`, `product_manufacturer.productPageExtension`.`cms_page_id` as `product_manufacturer.productPageExtension.cmsPageId`, `product_manufacturer.productPageExtension`.`cms_page_version_id` as `product_manufacturer.productPageExtension.cmsPageVersionId`, `product_manufacturer.productPageExtension`.`created_at` as `product_manufacturer.productPageExtension.createdAt`, `product_manufacturer.productPageExtension`.`updated_at` as `product_manufacturer.productPageExtension.updatedAt`, `product_manufacturer.productPageExtension.translation.url`, COALESCE(`product_manufacturer.productPageExtension.translation.url`,`product_manufacturer.productPageExtension.translation.url`) as `product_manufacturer.productPageExtension.url`, `product_manufacturer.productPageExtension.translation.metaTitle`, COALESCE(`product_manufacturer.productPageExtension.translation.metaTitle`,`product_manufacturer.productPageExtension.translation.metaTitle`) as `product_manufacturer.productPageExtension.metaTitle`, `product_manufacturer.productPageExtension.translation.metaDescription`, COALESCE(`product_manufacturer.productPageExtension.translation.metaDescription`,`product_manufacturer.productPageExtension.translation.metaDescription`) as `product_manufacturer.productPageExtension.metaDescription`, `product_manufacturer.productPageExtension.translation.keywords`, COALESCE(`product_manufacturer.productPageExtension.translation.keywords`,`product_manufacturer.productPageExtension.translation.keywords`) as `product_manufacturer.productPageExtension.keywords`, `product_manufacturer.productPageExtension.translation.slotConfig`, COALESCE(`product_manufacturer.productPageExtension.translation.slotConfig`,`product_manufacturer.productPageExtension.translation.slotConfig`) as `product_manufacturer.productPageExtension.slotConfig`, `product_manufacturer.productPageExtension.translation.createdAt`, `product_manufacturer.productPageExtension.translation.updatedAt`, `product_manufacturer.productPageExtension.translation.productPageExtensionId`, `product_manufacturer.productPageExtension.translation.languageId`, `product_manufacturer.translation.name`, COALESCE(`product_manufacturer.translation.name`,`product_manufacturer.translation.name`) as `product_manufacturer.name`, `product_manufacturer.translation.description`, COALESCE(`product_manufacturer.translation.description`,`product_manufacturer.translation.description`) as `product_manufacturer.description`, `product_manufacturer.translation.customFields`, COALESCE(`product_manufacturer.translation.customFields`,`product_manufacturer.translation.customFields`) as `product_manufacturer.customFields`, `product_manufacturer.translation.createdAt`, `product_manufacturer.translation.updatedAt`, `product_manufacturer.translation.productManufacturerId`, `product_manufacturer.translation.languageId`, `product_manufacturer.translation.productManufacturerVersionId` FROM `product_manufacturer` LEFT JOIN (SELECT `product_manufacturer.translation`.product_manufacturer_id, `product_manufacturer.translation`.product_manufacturer_version_id, `product_manufacturer.translation`.name as `product_manufacturer.translation.name`, `product_manufacturer.translation`.description as `product_manufacturer.translation.description`, `product_manufacturer.translation`.custom_fields as `product_manufacturer.translation.customFields`, `product_manufacturer.translation`.created_at as `product_manufacturer.translation.createdAt`, `product_manufacturer.translation`.updated_at as `product_manufacturer.translation.updatedAt`, `product_manufacturer.translation`.product_manufacturer_id as `product_manufacturer.translation.productManufacturerId`, `product_manufacturer.translation`.language_id as `product_manufacturer.translation.languageId`, `product_manufacturer.translation`.product_manufacturer_version_id as `product_manufacturer.translation.productManufacturerVersionId` FROM `product_manufacturer_translation` `product_manufacturer.translation` WHERE `product_manufacturer.translation`.language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B) `product_manufacturer.product_manufacturer_translation` ON `product_manufacturer.product_manufacturer_translation`.`product_manufacturer_id` = `product_manufacturer`.`id` AND `product_manufacturer.product_manufacturer_translation`.product_manufacturer_version_id = `product_manufacturer`.version_id LEFT JOIN `base_extension` `product_manufacturer.baseExtension` ON `product_manufacturer`.`id` = `product_manufacturer.baseExtension`.`product_manufacturer_id` LEFT JOIN `listing_page_extension` `product_manufacturer.listingPageExtension` ON `product_manufacturer`.`id` = `product_manufacturer.listingPageExtension`.`product_manufacturer_id` LEFT JOIN `product_page_extension` `product_manufacturer.productPageExtension` ON `product_manufacturer`.`id` = `product_manufacturer.productPageExtension`.`product_manufacturer_id` LEFT JOIN (SELECT `product_manufacturer.listingPageExtension.translation`.listing_page_extension_id, `product_manufacturer.listingPageExtension.translation`.description as `product_manufacturer.listingPageExtension.translation.description`, `product_manufacturer.listingPageExtension.translation`.size_description as `product_manufacturer.listingPageExtension.translation.sizeDescription`, `product_manufacturer.listingPageExtension.translation`.created_at as `product_manufacturer.listingPageExtension.translation.createdAt`, `product_manufacturer.listingPageExtension.translation`.updated_at as `product_manufacturer.listingPageExtension.translation.updatedAt`, `product_manufacturer.listingPageExtension.translation`.listing_page_extension_id as `product_manufacturer.listingPageExtension.translation.listingPageExtensionId`, `product_manufacturer.listingPageExtension.translation`.language_id as `product_manufacturer.listingPageExtension.translation.languageId` FROM `listing_page_extension_translation` `product_manufacturer.listingPageExtension.translation` WHERE `product_manufacturer.listingPageExtension.translation`.language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B) `product_manufacturer.listingPageExtension.listing_page_extension_translation` ON `product_manufacturer.listingPageExtension.listing_page_extension_translation`.`listing_page_extension_id` = `product_manufacturer.listingPageExtension`.`id` LEFT JOIN (SELECT `product_manufacturer.productPageExtension.translation`.product_page_extension_id, `product_manufacturer.productPageExtension.translation`.url as `product_manufacturer.productPageExtension.translation.url`, `product_manufacturer.productPageExtension.translation`.meta_title as `product_manufacturer.productPageExtension.translation.metaTitle`, `product_manufacturer.productPageExtension.translation`.meta_description as `product_manufacturer.productPageExtension.translation.metaDescription`, `product_manufacturer.productPageExtension.translation`.keywords as `product_manufacturer.productPageExtension.translation.keywords`, `product_manufacturer.productPageExtension.translation`.slot_config as `product_manufacturer.productPageExtension.translation.slotConfig`, `product_manufacturer.productPageExtension.translation`.created_at as `product_manufacturer.productPageExtension.translation.createdAt`, `product_manufacturer.productPageExtension.translation`.updated_at as `product_manufacturer.productPageExtension.translation.updatedAt`, `product_manufacturer.productPageExtension.translation`.product_page_extension_id as `product_manufacturer.productPageExtension.translation.productPageExtensionId`, `product_manufacturer.productPageExtension.translation`.language_id as `product_manufacturer.productPageExtension.translation.languageId` FROM `product_page_extension_translation` `product_manufacturer.productPageExtension.translation` WHERE `product_manufacturer.productPageExtension.translation`.language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B) `product_manufacturer.productPageExtension.product_page_extension_translation` ON `product_manufacturer.productPageExtension.product_page_extension_translation`.`product_page_extension_id` = `product_manufacturer.productPageExtension`.`id` WHERE (`product_manufacturer`.`version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425) AND (`product_manufacturer`.`id` IN (0x766555701DAB4F4A1E30E2DA24D649BC));
array:24 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 239)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 316)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetch (line 148)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 92)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::read (line 257)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::read (line 286)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::_search (line 106)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 51)"
9 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator::search (line 133)"
10 => "Nd\Fashion\Page\Manufacturer\ProductManufacturerRoute::loadProductManufacturer (line 96)"
11 => "Nd\Fashion\Page\Manufacturer\ProductManufacturerRoute::load (line 66)"
12 => "Nd\Fashion\Page\Manufacturer\ProductManufacturerPageLoader::load (line 48)"
13 => "Nd\Fashion\Storefront\Controller\ManufacturerController::productManufacturerDetail (line 163)"
14 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
15 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
16 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
17 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 481)"
18 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 454)"
19 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 348)"
20 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 226)"
21 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
22 => "Shopware\Core\HttpKernel::doHandle (line 81)"
23 => "Shopware\Core\HttpKernel::handle (line 69)"
]
|
96 |
0.57 ms |
SELECT `cms_page`.`id` as `cms_page.id`, `cms_page`.`version_id` as `cms_page.versionId`, `cms_page`.`type` as `cms_page.type`, `cms_page`.`entity` as `cms_page.entity`, `cms_page`.`css_class` as `cms_page.cssClass`, `cms_page`.`config` as `cms_page.config`, `cms_page`.`preview_media_id` as `cms_page.previewMediaId`, `cms_page`.`locked` as `cms_page.locked`, `cms_page`.`created_at` as `cms_page.createdAt`, `cms_page`.`updated_at` as `cms_page.updatedAt`, `cms_page.translation.name`, COALESCE(`cms_page.translation.name`,`cms_page.translation.name`) as `cms_page.name`, `cms_page.translation.customFields`, COALESCE(`cms_page.translation.customFields`,`cms_page.translation.customFields`) as `cms_page.customFields`, `cms_page.translation.createdAt`, `cms_page.translation.updatedAt`, `cms_page.translation.cmsPageId`, `cms_page.translation.languageId`, `cms_page.translation.cmsPageVersionId` FROM `cms_page` LEFT JOIN (SELECT `cms_page.translation`.cms_page_id, `cms_page.translation`.cms_page_version_id, `cms_page.translation`.name as `cms_page.translation.name`, `cms_page.translation`.custom_fields as `cms_page.translation.customFields`, `cms_page.translation`.created_at as `cms_page.translation.createdAt`, `cms_page.translation`.updated_at as `cms_page.translation.updatedAt`, `cms_page.translation`.cms_page_id as `cms_page.translation.cmsPageId`, `cms_page.translation`.language_id as `cms_page.translation.languageId`, `cms_page.translation`.cms_page_version_id as `cms_page.translation.cmsPageVersionId` FROM `cms_page_translation` `cms_page.translation` WHERE `cms_page.translation`.language_id = :languageId) `cms_page.cms_page_translation` ON `cms_page.cms_page_translation`.`cms_page_id` = `cms_page`.`id` AND `cms_page.cms_page_translation`.cms_page_version_id = `cms_page`.version_id WHERE (`cms_page`.`version_id` = :version) AND (`cms_page`.`id` IN (:ids))
SELECT `cms_page`.`id` as `cms_page.id`, `cms_page`.`version_id` as `cms_page.versionId`, `cms_page`.`type` as `cms_page.type`, `cms_page`.`entity` as `cms_page.entity`, `cms_page`.`css_class` as `cms_page.cssClass`, `cms_page`.`config` as `cms_page.config`, `cms_page`.`preview_media_id` as `cms_page.previewMediaId`, `cms_page`.`locked` as `cms_page.locked`, `cms_page`.`created_at` as `cms_page.createdAt`, `cms_page`.`updated_at` as `cms_page.updatedAt`, `cms_page.translation.name`, COALESCE(`cms_page.translation.name`,`cms_page.translation.name`) as `cms_page.name`, `cms_page.translation.customFields`, COALESCE(`cms_page.translation.customFields`,`cms_page.translation.customFields`) as `cms_page.customFields`, `cms_page.translation.createdAt`, `cms_page.translation.updatedAt`, `cms_page.translation.cmsPageId`, `cms_page.translation.languageId`, `cms_page.translation.cmsPageVersionId` FROM `cms_page` LEFT JOIN (SELECT `cms_page.translation`.cms_page_id, `cms_page.translation`.cms_page_version_id, `cms_page.translation`.name as `cms_page.translation.name`, `cms_page.translation`.custom_fields as `cms_page.translation.customFields`, `cms_page.translation`.created_at as `cms_page.translation.createdAt`, `cms_page.translation`.updated_at as `cms_page.translation.updatedAt`, `cms_page.translation`.cms_page_id as `cms_page.translation.cmsPageId`, `cms_page.translation`.language_id as `cms_page.translation.languageId`, `cms_page.translation`.cms_page_version_id as `cms_page.translation.cmsPageVersionId` FROM `cms_page_translation` `cms_page.translation` WHERE `cms_page.translation`.language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B) `cms_page.cms_page_translation` ON `cms_page.cms_page_translation`.`cms_page_id` = `cms_page`.`id` AND `cms_page.cms_page_translation`.cms_page_version_id = `cms_page`.version_id WHERE (`cms_page`.`version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425) AND (`cms_page`.`id` IN (0xACF0E9D89FF14BD7BDFA1CE54819F07E));
array:26 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 239)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 316)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetch (line 148)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 92)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::read (line 257)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::read (line 286)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::_search (line 110)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::Shopware\Core\Framework\DataAbstractionLayer\{closure} (line 59)"
9 => "Shopware\Core\Profiling\Profiler::trace (line 109)"
10 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 51)"
11 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator::search (line 59)"
12 => "Shopware\Core\Content\Cms\SalesChannel\SalesChannelCmsPageLoader::load (line 108)"
13 => "Nd\Fashion\Page\Manufacturer\ProductManufacturerRoute::load (line 66)"
14 => "Nd\Fashion\Page\Manufacturer\ProductManufacturerPageLoader::load (line 48)"
15 => "Nd\Fashion\Storefront\Controller\ManufacturerController::productManufacturerDetail (line 163)"
16 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
17 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
18 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
19 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 481)"
20 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 454)"
21 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 348)"
22 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 226)"
23 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
24 => "Shopware\Core\HttpKernel::doHandle (line 81)"
25 => "Shopware\Core\HttpKernel::handle (line 69)"
]
|
97 |
1.38 ms |
SELECT `cms_section`.`id` as `cms_section.id`, `cms_section`.`position` as `cms_section.position`, `cms_section`.`type` as `cms_section.type`, `cms_section`.`locked` as `cms_section.locked`, `cms_section`.`name` as `cms_section.name`, `cms_section`.`sizing_mode` as `cms_section.sizingMode`, `cms_section`.`mobile_behavior` as `cms_section.mobileBehavior`, `cms_section`.`background_color` as `cms_section.backgroundColor`, `cms_section`.`background_media_id` as `cms_section.backgroundMediaId`, `cms_section`.`background_media_mode` as `cms_section.backgroundMediaMode`, `cms_section`.`css_class` as `cms_section.cssClass`, `cms_section`.`cms_page_id` as `cms_section.pageId`, `cms_section`.`visibility` as `cms_section.visibility`, `cms_section`.`custom_fields` as `cms_section.customFields`, `cms_section`.`version_id` as `cms_section.versionId`, `cms_section`.`cms_page_version_id` as `cms_section.cmsPageVersionId`, `cms_section`.`created_at` as `cms_section.createdAt`, `cms_section`.`updated_at` as `cms_section.updatedAt`, `cms_section.backgroundMedia`.`id` as `cms_section.backgroundMedia.id`, `cms_section.backgroundMedia`.`user_id` as `cms_section.backgroundMedia.userId`, `cms_section.backgroundMedia`.`media_folder_id` as `cms_section.backgroundMedia.mediaFolderId`, `cms_section.backgroundMedia`.`mime_type` as `cms_section.backgroundMedia.mimeType`, `cms_section.backgroundMedia`.`file_extension` as `cms_section.backgroundMedia.fileExtension`, `cms_section.backgroundMedia`.`uploaded_at` as `cms_section.backgroundMedia.uploadedAt`, `cms_section.backgroundMedia`.`file_name` as `cms_section.backgroundMedia.fileName`, `cms_section.backgroundMedia`.`file_size` as `cms_section.backgroundMedia.fileSize`, `cms_section.backgroundMedia`.`media_type` as `cms_section.backgroundMedia.mediaTypeRaw`, `cms_section.backgroundMedia`.`meta_data` as `cms_section.backgroundMedia.metaData`, `cms_section.backgroundMedia`.`private` as `cms_section.backgroundMedia.private`, `cms_section.backgroundMedia`.`thumbnails_ro` as `cms_section.backgroundMedia.thumbnailsRo`, `cms_section.backgroundMedia`.`created_at` as `cms_section.backgroundMedia.createdAt`, `cms_section.backgroundMedia`.`updated_at` as `cms_section.backgroundMedia.updatedAt`, `cms_section.backgroundMedia.translation.title`, COALESCE(`cms_section.backgroundMedia.translation.title`,`cms_section.backgroundMedia.translation.title`) as `cms_section.backgroundMedia.title`, `cms_section.backgroundMedia.translation.alt`, COALESCE(`cms_section.backgroundMedia.translation.alt`,`cms_section.backgroundMedia.translation.alt`) as `cms_section.backgroundMedia.alt`, `cms_section.backgroundMedia.translation.customFields`, COALESCE(`cms_section.backgroundMedia.translation.customFields`,`cms_section.backgroundMedia.translation.customFields`) as `cms_section.backgroundMedia.customFields`, `cms_section.backgroundMedia.translation.createdAt`, `cms_section.backgroundMedia.translation.updatedAt`, `cms_section.backgroundMedia.translation.mediaId`, `cms_section.backgroundMedia.translation.languageId` FROM `cms_section` LEFT JOIN `media` `cms_section.backgroundMedia` ON `cms_section`.`background_media_id` = `cms_section.backgroundMedia`.`id` LEFT JOIN (SELECT `cms_section.backgroundMedia.translation`.media_id, `cms_section.backgroundMedia.translation`.title as `cms_section.backgroundMedia.translation.title`, `cms_section.backgroundMedia.translation`.alt as `cms_section.backgroundMedia.translation.alt`, `cms_section.backgroundMedia.translation`.custom_fields as `cms_section.backgroundMedia.translation.customFields`, `cms_section.backgroundMedia.translation`.created_at as `cms_section.backgroundMedia.translation.createdAt`, `cms_section.backgroundMedia.translation`.updated_at as `cms_section.backgroundMedia.translation.updatedAt`, `cms_section.backgroundMedia.translation`.media_id as `cms_section.backgroundMedia.translation.mediaId`, `cms_section.backgroundMedia.translation`.language_id as `cms_section.backgroundMedia.translation.languageId` FROM `media_translation` `cms_section.backgroundMedia.translation` WHERE `cms_section.backgroundMedia.translation`.language_id = :languageId) `cms_section.backgroundMedia.media_translation` ON `cms_section.backgroundMedia.media_translation`.`media_id` = `cms_section.backgroundMedia`.`id` WHERE (`cms_section`.`version_id` = :version) AND ((`cms_section`.`cms_page_id` IN (:param_5ab8d36247494bfa9c3d581eb113e2c6)))
SELECT
`cms_section`.`id` as `cms_section.id`,
`cms_section`.`position` as `cms_section.position`,
`cms_section`.`type` as `cms_section.type`,
`cms_section`.`locked` as `cms_section.locked`,
`cms_section`.`name` as `cms_section.name`,
`cms_section`.`sizing_mode` as `cms_section.sizingMode`,
`cms_section`.`mobile_behavior` as `cms_section.mobileBehavior`,
`cms_section`.`background_color` as `cms_section.backgroundColor`,
`cms_section`.`background_media_id` as `cms_section.backgroundMediaId`,
`cms_section`.`background_media_mode` as `cms_section.backgroundMediaMode`,
`cms_section`.`css_class` as `cms_section.cssClass`,
`cms_section`.`cms_page_id` as `cms_section.pageId`,
`cms_section`.`visibility` as `cms_section.visibility`,
`cms_section`.`custom_fields` as `cms_section.customFields`,
`cms_section`.`version_id` as `cms_section.versionId`,
`cms_section`.`cms_page_version_id` as `cms_section.cmsPageVersionId`,
`cms_section`.`created_at` as `cms_section.createdAt`,
`cms_section`.`updated_at` as `cms_section.updatedAt`,
`cms_section.backgroundMedia`.`id` as `cms_section.backgroundMedia.id`,
`cms_section.backgroundMedia`.`user_id` as `cms_section.backgroundMedia.userId`,
`cms_section.backgroundMedia`.`media_folder_id` as `cms_section.backgroundMedia.mediaFolderId`,
`cms_section.backgroundMedia`.`mime_type` as `cms_section.backgroundMedia.mimeType`,
`cms_section.backgroundMedia`.`file_extension` as `cms_section.backgroundMedia.fileExtension`,
`cms_section.backgroundMedia`.`uploaded_at` as `cms_section.backgroundMedia.uploadedAt`,
`cms_section.backgroundMedia`.`file_name` as `cms_section.backgroundMedia.fileName`,
`cms_section.backgroundMedia`.`file_size` as `cms_section.backgroundMedia.fileSize`,
`cms_section.backgroundMedia`.`media_type` as `cms_section.backgroundMedia.mediaTypeRaw`,
`cms_section.backgroundMedia`.`meta_data` as `cms_section.backgroundMedia.metaData`,
`cms_section.backgroundMedia`.`private` as `cms_section.backgroundMedia.private`,
`cms_section.backgroundMedia`.`thumbnails_ro` as `cms_section.backgroundMedia.thumbnailsRo`,
`cms_section.backgroundMedia`.`created_at` as `cms_section.backgroundMedia.createdAt`,
`cms_section.backgroundMedia`.`updated_at` as `cms_section.backgroundMedia.updatedAt`,
`cms_section.backgroundMedia.translation.title`,
COALESCE(
`cms_section.backgroundMedia.translation.title`,
`cms_section.backgroundMedia.translation.title`
) as `cms_section.backgroundMedia.title`,
`cms_section.backgroundMedia.translation.alt`,
COALESCE(
`cms_section.backgroundMedia.translation.alt`,
`cms_section.backgroundMedia.translation.alt`
) as `cms_section.backgroundMedia.alt`,
`cms_section.backgroundMedia.translation.customFields`,
COALESCE(
`cms_section.backgroundMedia.translation.customFields`,
`cms_section.backgroundMedia.translation.customFields`
) as `cms_section.backgroundMedia.customFields`,
`cms_section.backgroundMedia.translation.createdAt`,
`cms_section.backgroundMedia.translation.updatedAt`,
`cms_section.backgroundMedia.translation.mediaId`,
`cms_section.backgroundMedia.translation.languageId`
FROM
`cms_section`
LEFT JOIN `media` `cms_section.backgroundMedia` ON `cms_section`.`background_media_id` = `cms_section.backgroundMedia`.`id`
LEFT JOIN (
SELECT
`cms_section.backgroundMedia.translation`.media_id,
`cms_section.backgroundMedia.translation`.title as `cms_section.backgroundMedia.translation.title`,
`cms_section.backgroundMedia.translation`.alt as `cms_section.backgroundMedia.translation.alt`,
`cms_section.backgroundMedia.translation`.custom_fields as `cms_section.backgroundMedia.translation.customFields`,
`cms_section.backgroundMedia.translation`.created_at as `cms_section.backgroundMedia.translation.createdAt`,
`cms_section.backgroundMedia.translation`.updated_at as `cms_section.backgroundMedia.translation.updatedAt`,
`cms_section.backgroundMedia.translation`.media_id as `cms_section.backgroundMedia.translation.mediaId`,
`cms_section.backgroundMedia.translation`.language_id as `cms_section.backgroundMedia.translation.languageId`
FROM
`media_translation` `cms_section.backgroundMedia.translation`
WHERE
`cms_section.backgroundMedia.translation`.language_id = : languageId
) `cms_section.backgroundMedia.media_translation` ON `cms_section.backgroundMedia.media_translation`.`media_id` = `cms_section.backgroundMedia`.`id`
WHERE
(
`cms_section`.`version_id` = : version
)
AND (
(
`cms_section`.`cms_page_id` IN (
: param_5ab8d36247494bfa9c3d581eb113e2c6
)
)
)
SELECT `cms_section`.`id` as `cms_section.id`, `cms_section`.`position` as `cms_section.position`, `cms_section`.`type` as `cms_section.type`, `cms_section`.`locked` as `cms_section.locked`, `cms_section`.`name` as `cms_section.name`, `cms_section`.`sizing_mode` as `cms_section.sizingMode`, `cms_section`.`mobile_behavior` as `cms_section.mobileBehavior`, `cms_section`.`background_color` as `cms_section.backgroundColor`, `cms_section`.`background_media_id` as `cms_section.backgroundMediaId`, `cms_section`.`background_media_mode` as `cms_section.backgroundMediaMode`, `cms_section`.`css_class` as `cms_section.cssClass`, `cms_section`.`cms_page_id` as `cms_section.pageId`, `cms_section`.`visibility` as `cms_section.visibility`, `cms_section`.`custom_fields` as `cms_section.customFields`, `cms_section`.`version_id` as `cms_section.versionId`, `cms_section`.`cms_page_version_id` as `cms_section.cmsPageVersionId`, `cms_section`.`created_at` as `cms_section.createdAt`, `cms_section`.`updated_at` as `cms_section.updatedAt`, `cms_section.backgroundMedia`.`id` as `cms_section.backgroundMedia.id`, `cms_section.backgroundMedia`.`user_id` as `cms_section.backgroundMedia.userId`, `cms_section.backgroundMedia`.`media_folder_id` as `cms_section.backgroundMedia.mediaFolderId`, `cms_section.backgroundMedia`.`mime_type` as `cms_section.backgroundMedia.mimeType`, `cms_section.backgroundMedia`.`file_extension` as `cms_section.backgroundMedia.fileExtension`, `cms_section.backgroundMedia`.`uploaded_at` as `cms_section.backgroundMedia.uploadedAt`, `cms_section.backgroundMedia`.`file_name` as `cms_section.backgroundMedia.fileName`, `cms_section.backgroundMedia`.`file_size` as `cms_section.backgroundMedia.fileSize`, `cms_section.backgroundMedia`.`media_type` as `cms_section.backgroundMedia.mediaTypeRaw`, `cms_section.backgroundMedia`.`meta_data` as `cms_section.backgroundMedia.metaData`, `cms_section.backgroundMedia`.`private` as `cms_section.backgroundMedia.private`, `cms_section.backgroundMedia`.`thumbnails_ro` as `cms_section.backgroundMedia.thumbnailsRo`, `cms_section.backgroundMedia`.`created_at` as `cms_section.backgroundMedia.createdAt`, `cms_section.backgroundMedia`.`updated_at` as `cms_section.backgroundMedia.updatedAt`, `cms_section.backgroundMedia.translation.title`, COALESCE(`cms_section.backgroundMedia.translation.title`,`cms_section.backgroundMedia.translation.title`) as `cms_section.backgroundMedia.title`, `cms_section.backgroundMedia.translation.alt`, COALESCE(`cms_section.backgroundMedia.translation.alt`,`cms_section.backgroundMedia.translation.alt`) as `cms_section.backgroundMedia.alt`, `cms_section.backgroundMedia.translation.customFields`, COALESCE(`cms_section.backgroundMedia.translation.customFields`,`cms_section.backgroundMedia.translation.customFields`) as `cms_section.backgroundMedia.customFields`, `cms_section.backgroundMedia.translation.createdAt`, `cms_section.backgroundMedia.translation.updatedAt`, `cms_section.backgroundMedia.translation.mediaId`, `cms_section.backgroundMedia.translation.languageId` FROM `cms_section` LEFT JOIN `media` `cms_section.backgroundMedia` ON `cms_section`.`background_media_id` = `cms_section.backgroundMedia`.`id` LEFT JOIN (SELECT `cms_section.backgroundMedia.translation`.media_id, `cms_section.backgroundMedia.translation`.title as `cms_section.backgroundMedia.translation.title`, `cms_section.backgroundMedia.translation`.alt as `cms_section.backgroundMedia.translation.alt`, `cms_section.backgroundMedia.translation`.custom_fields as `cms_section.backgroundMedia.translation.customFields`, `cms_section.backgroundMedia.translation`.created_at as `cms_section.backgroundMedia.translation.createdAt`, `cms_section.backgroundMedia.translation`.updated_at as `cms_section.backgroundMedia.translation.updatedAt`, `cms_section.backgroundMedia.translation`.media_id as `cms_section.backgroundMedia.translation.mediaId`, `cms_section.backgroundMedia.translation`.language_id as `cms_section.backgroundMedia.translation.languageId` FROM `media_translation` `cms_section.backgroundMedia.translation` WHERE `cms_section.backgroundMedia.translation`.language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B) `cms_section.backgroundMedia.media_translation` ON `cms_section.backgroundMedia.media_translation`.`media_id` = `cms_section.backgroundMedia`.`id` WHERE (`cms_section`.`version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425) AND ((`cms_section`.`cms_page_id` IN (0xACF0E9D89FF14BD7BDFA1CE54819F07E)));
array:30 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 239)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 316)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetch (line 148)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 496)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::loadOneToManyWithoutPagination (line 438)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::loadOneToMany (line 1210)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetchAssociations (line 152)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 92)"
9 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::read (line 257)"
10 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::read (line 286)"
11 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::_search (line 110)"
12 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::Shopware\Core\Framework\DataAbstractionLayer\{closure} (line 59)"
13 => "Shopware\Core\Profiling\Profiler::trace (line 109)"
14 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 51)"
15 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator::search (line 59)"
16 => "Shopware\Core\Content\Cms\SalesChannel\SalesChannelCmsPageLoader::load (line 108)"
17 => "Nd\Fashion\Page\Manufacturer\ProductManufacturerRoute::load (line 66)"
18 => "Nd\Fashion\Page\Manufacturer\ProductManufacturerPageLoader::load (line 48)"
19 => "Nd\Fashion\Storefront\Controller\ManufacturerController::productManufacturerDetail (line 163)"
20 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
21 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
22 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
23 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 481)"
24 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 454)"
25 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 348)"
26 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 226)"
27 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
28 => "Shopware\Core\HttpKernel::doHandle (line 81)"
29 => "Shopware\Core\HttpKernel::handle (line 69)"
]
|
98 |
1.41 ms |
SELECT `cms_block`.`id` as `cms_block.id`, `cms_block`.`position` as `cms_block.position`, `cms_block`.`type` as `cms_block.type`, `cms_block`.`locked` as `cms_block.locked`, `cms_block`.`name` as `cms_block.name`, `cms_block`.`section_position` as `cms_block.sectionPosition`, `cms_block`.`margin_top` as `cms_block.marginTop`, `cms_block`.`margin_bottom` as `cms_block.marginBottom`, `cms_block`.`margin_left` as `cms_block.marginLeft`, `cms_block`.`margin_right` as `cms_block.marginRight`, `cms_block`.`background_color` as `cms_block.backgroundColor`, `cms_block`.`background_media_id` as `cms_block.backgroundMediaId`, `cms_block`.`background_media_mode` as `cms_block.backgroundMediaMode`, `cms_block`.`css_class` as `cms_block.cssClass`, `cms_block`.`visibility` as `cms_block.visibility`, `cms_block`.`cms_section_id` as `cms_block.sectionId`, `cms_block`.`custom_fields` as `cms_block.customFields`, `cms_block`.`version_id` as `cms_block.versionId`, `cms_block`.`cms_section_version_id` as `cms_block.cmsSectionVersionId`, `cms_block`.`created_at` as `cms_block.createdAt`, `cms_block`.`updated_at` as `cms_block.updatedAt`, `cms_block.backgroundMedia`.`id` as `cms_block.backgroundMedia.id`, `cms_block.backgroundMedia`.`user_id` as `cms_block.backgroundMedia.userId`, `cms_block.backgroundMedia`.`media_folder_id` as `cms_block.backgroundMedia.mediaFolderId`, `cms_block.backgroundMedia`.`mime_type` as `cms_block.backgroundMedia.mimeType`, `cms_block.backgroundMedia`.`file_extension` as `cms_block.backgroundMedia.fileExtension`, `cms_block.backgroundMedia`.`uploaded_at` as `cms_block.backgroundMedia.uploadedAt`, `cms_block.backgroundMedia`.`file_name` as `cms_block.backgroundMedia.fileName`, `cms_block.backgroundMedia`.`file_size` as `cms_block.backgroundMedia.fileSize`, `cms_block.backgroundMedia`.`media_type` as `cms_block.backgroundMedia.mediaTypeRaw`, `cms_block.backgroundMedia`.`meta_data` as `cms_block.backgroundMedia.metaData`, `cms_block.backgroundMedia`.`private` as `cms_block.backgroundMedia.private`, `cms_block.backgroundMedia`.`thumbnails_ro` as `cms_block.backgroundMedia.thumbnailsRo`, `cms_block.backgroundMedia`.`created_at` as `cms_block.backgroundMedia.createdAt`, `cms_block.backgroundMedia`.`updated_at` as `cms_block.backgroundMedia.updatedAt`, `cms_block.backgroundMedia.translation.title`, COALESCE(`cms_block.backgroundMedia.translation.title`,`cms_block.backgroundMedia.translation.title`) as `cms_block.backgroundMedia.title`, `cms_block.backgroundMedia.translation.alt`, COALESCE(`cms_block.backgroundMedia.translation.alt`,`cms_block.backgroundMedia.translation.alt`) as `cms_block.backgroundMedia.alt`, `cms_block.backgroundMedia.translation.customFields`, COALESCE(`cms_block.backgroundMedia.translation.customFields`,`cms_block.backgroundMedia.translation.customFields`) as `cms_block.backgroundMedia.customFields`, `cms_block.backgroundMedia.translation.createdAt`, `cms_block.backgroundMedia.translation.updatedAt`, `cms_block.backgroundMedia.translation.mediaId`, `cms_block.backgroundMedia.translation.languageId` FROM `cms_block` LEFT JOIN `media` `cms_block.backgroundMedia` ON `cms_block`.`background_media_id` = `cms_block.backgroundMedia`.`id` LEFT JOIN (SELECT `cms_block.backgroundMedia.translation`.media_id, `cms_block.backgroundMedia.translation`.title as `cms_block.backgroundMedia.translation.title`, `cms_block.backgroundMedia.translation`.alt as `cms_block.backgroundMedia.translation.alt`, `cms_block.backgroundMedia.translation`.custom_fields as `cms_block.backgroundMedia.translation.customFields`, `cms_block.backgroundMedia.translation`.created_at as `cms_block.backgroundMedia.translation.createdAt`, `cms_block.backgroundMedia.translation`.updated_at as `cms_block.backgroundMedia.translation.updatedAt`, `cms_block.backgroundMedia.translation`.media_id as `cms_block.backgroundMedia.translation.mediaId`, `cms_block.backgroundMedia.translation`.language_id as `cms_block.backgroundMedia.translation.languageId` FROM `media_translation` `cms_block.backgroundMedia.translation` WHERE `cms_block.backgroundMedia.translation`.language_id = :languageId) `cms_block.backgroundMedia.media_translation` ON `cms_block.backgroundMedia.media_translation`.`media_id` = `cms_block.backgroundMedia`.`id` WHERE (`cms_block`.`version_id` = :version) AND ((`cms_block`.`cms_section_id` IN (:param_9006d4a050db4ec987329d9f7fca8600)))
SELECT
`cms_block`.`id` as `cms_block.id`,
`cms_block`.`position` as `cms_block.position`,
`cms_block`.`type` as `cms_block.type`,
`cms_block`.`locked` as `cms_block.locked`,
`cms_block`.`name` as `cms_block.name`,
`cms_block`.`section_position` as `cms_block.sectionPosition`,
`cms_block`.`margin_top` as `cms_block.marginTop`,
`cms_block`.`margin_bottom` as `cms_block.marginBottom`,
`cms_block`.`margin_left` as `cms_block.marginLeft`,
`cms_block`.`margin_right` as `cms_block.marginRight`,
`cms_block`.`background_color` as `cms_block.backgroundColor`,
`cms_block`.`background_media_id` as `cms_block.backgroundMediaId`,
`cms_block`.`background_media_mode` as `cms_block.backgroundMediaMode`,
`cms_block`.`css_class` as `cms_block.cssClass`,
`cms_block`.`visibility` as `cms_block.visibility`,
`cms_block`.`cms_section_id` as `cms_block.sectionId`,
`cms_block`.`custom_fields` as `cms_block.customFields`,
`cms_block`.`version_id` as `cms_block.versionId`,
`cms_block`.`cms_section_version_id` as `cms_block.cmsSectionVersionId`,
`cms_block`.`created_at` as `cms_block.createdAt`,
`cms_block`.`updated_at` as `cms_block.updatedAt`,
`cms_block.backgroundMedia`.`id` as `cms_block.backgroundMedia.id`,
`cms_block.backgroundMedia`.`user_id` as `cms_block.backgroundMedia.userId`,
`cms_block.backgroundMedia`.`media_folder_id` as `cms_block.backgroundMedia.mediaFolderId`,
`cms_block.backgroundMedia`.`mime_type` as `cms_block.backgroundMedia.mimeType`,
`cms_block.backgroundMedia`.`file_extension` as `cms_block.backgroundMedia.fileExtension`,
`cms_block.backgroundMedia`.`uploaded_at` as `cms_block.backgroundMedia.uploadedAt`,
`cms_block.backgroundMedia`.`file_name` as `cms_block.backgroundMedia.fileName`,
`cms_block.backgroundMedia`.`file_size` as `cms_block.backgroundMedia.fileSize`,
`cms_block.backgroundMedia`.`media_type` as `cms_block.backgroundMedia.mediaTypeRaw`,
`cms_block.backgroundMedia`.`meta_data` as `cms_block.backgroundMedia.metaData`,
`cms_block.backgroundMedia`.`private` as `cms_block.backgroundMedia.private`,
`cms_block.backgroundMedia`.`thumbnails_ro` as `cms_block.backgroundMedia.thumbnailsRo`,
`cms_block.backgroundMedia`.`created_at` as `cms_block.backgroundMedia.createdAt`,
`cms_block.backgroundMedia`.`updated_at` as `cms_block.backgroundMedia.updatedAt`,
`cms_block.backgroundMedia.translation.title`,
COALESCE(
`cms_block.backgroundMedia.translation.title`,
`cms_block.backgroundMedia.translation.title`
) as `cms_block.backgroundMedia.title`,
`cms_block.backgroundMedia.translation.alt`,
COALESCE(
`cms_block.backgroundMedia.translation.alt`,
`cms_block.backgroundMedia.translation.alt`
) as `cms_block.backgroundMedia.alt`,
`cms_block.backgroundMedia.translation.customFields`,
COALESCE(
`cms_block.backgroundMedia.translation.customFields`,
`cms_block.backgroundMedia.translation.customFields`
) as `cms_block.backgroundMedia.customFields`,
`cms_block.backgroundMedia.translation.createdAt`,
`cms_block.backgroundMedia.translation.updatedAt`,
`cms_block.backgroundMedia.translation.mediaId`,
`cms_block.backgroundMedia.translation.languageId`
FROM
`cms_block`
LEFT JOIN `media` `cms_block.backgroundMedia` ON `cms_block`.`background_media_id` = `cms_block.backgroundMedia`.`id`
LEFT JOIN (
SELECT
`cms_block.backgroundMedia.translation`.media_id,
`cms_block.backgroundMedia.translation`.title as `cms_block.backgroundMedia.translation.title`,
`cms_block.backgroundMedia.translation`.alt as `cms_block.backgroundMedia.translation.alt`,
`cms_block.backgroundMedia.translation`.custom_fields as `cms_block.backgroundMedia.translation.customFields`,
`cms_block.backgroundMedia.translation`.created_at as `cms_block.backgroundMedia.translation.createdAt`,
`cms_block.backgroundMedia.translation`.updated_at as `cms_block.backgroundMedia.translation.updatedAt`,
`cms_block.backgroundMedia.translation`.media_id as `cms_block.backgroundMedia.translation.mediaId`,
`cms_block.backgroundMedia.translation`.language_id as `cms_block.backgroundMedia.translation.languageId`
FROM
`media_translation` `cms_block.backgroundMedia.translation`
WHERE
`cms_block.backgroundMedia.translation`.language_id = : languageId
) `cms_block.backgroundMedia.media_translation` ON `cms_block.backgroundMedia.media_translation`.`media_id` = `cms_block.backgroundMedia`.`id`
WHERE
(
`cms_block`.`version_id` = : version
)
AND (
(
`cms_block`.`cms_section_id` IN (
: param_9006d4a050db4ec987329d9f7fca8600
)
)
)
SELECT `cms_block`.`id` as `cms_block.id`, `cms_block`.`position` as `cms_block.position`, `cms_block`.`type` as `cms_block.type`, `cms_block`.`locked` as `cms_block.locked`, `cms_block`.`name` as `cms_block.name`, `cms_block`.`section_position` as `cms_block.sectionPosition`, `cms_block`.`margin_top` as `cms_block.marginTop`, `cms_block`.`margin_bottom` as `cms_block.marginBottom`, `cms_block`.`margin_left` as `cms_block.marginLeft`, `cms_block`.`margin_right` as `cms_block.marginRight`, `cms_block`.`background_color` as `cms_block.backgroundColor`, `cms_block`.`background_media_id` as `cms_block.backgroundMediaId`, `cms_block`.`background_media_mode` as `cms_block.backgroundMediaMode`, `cms_block`.`css_class` as `cms_block.cssClass`, `cms_block`.`visibility` as `cms_block.visibility`, `cms_block`.`cms_section_id` as `cms_block.sectionId`, `cms_block`.`custom_fields` as `cms_block.customFields`, `cms_block`.`version_id` as `cms_block.versionId`, `cms_block`.`cms_section_version_id` as `cms_block.cmsSectionVersionId`, `cms_block`.`created_at` as `cms_block.createdAt`, `cms_block`.`updated_at` as `cms_block.updatedAt`, `cms_block.backgroundMedia`.`id` as `cms_block.backgroundMedia.id`, `cms_block.backgroundMedia`.`user_id` as `cms_block.backgroundMedia.userId`, `cms_block.backgroundMedia`.`media_folder_id` as `cms_block.backgroundMedia.mediaFolderId`, `cms_block.backgroundMedia`.`mime_type` as `cms_block.backgroundMedia.mimeType`, `cms_block.backgroundMedia`.`file_extension` as `cms_block.backgroundMedia.fileExtension`, `cms_block.backgroundMedia`.`uploaded_at` as `cms_block.backgroundMedia.uploadedAt`, `cms_block.backgroundMedia`.`file_name` as `cms_block.backgroundMedia.fileName`, `cms_block.backgroundMedia`.`file_size` as `cms_block.backgroundMedia.fileSize`, `cms_block.backgroundMedia`.`media_type` as `cms_block.backgroundMedia.mediaTypeRaw`, `cms_block.backgroundMedia`.`meta_data` as `cms_block.backgroundMedia.metaData`, `cms_block.backgroundMedia`.`private` as `cms_block.backgroundMedia.private`, `cms_block.backgroundMedia`.`thumbnails_ro` as `cms_block.backgroundMedia.thumbnailsRo`, `cms_block.backgroundMedia`.`created_at` as `cms_block.backgroundMedia.createdAt`, `cms_block.backgroundMedia`.`updated_at` as `cms_block.backgroundMedia.updatedAt`, `cms_block.backgroundMedia.translation.title`, COALESCE(`cms_block.backgroundMedia.translation.title`,`cms_block.backgroundMedia.translation.title`) as `cms_block.backgroundMedia.title`, `cms_block.backgroundMedia.translation.alt`, COALESCE(`cms_block.backgroundMedia.translation.alt`,`cms_block.backgroundMedia.translation.alt`) as `cms_block.backgroundMedia.alt`, `cms_block.backgroundMedia.translation.customFields`, COALESCE(`cms_block.backgroundMedia.translation.customFields`,`cms_block.backgroundMedia.translation.customFields`) as `cms_block.backgroundMedia.customFields`, `cms_block.backgroundMedia.translation.createdAt`, `cms_block.backgroundMedia.translation.updatedAt`, `cms_block.backgroundMedia.translation.mediaId`, `cms_block.backgroundMedia.translation.languageId` FROM `cms_block` LEFT JOIN `media` `cms_block.backgroundMedia` ON `cms_block`.`background_media_id` = `cms_block.backgroundMedia`.`id` LEFT JOIN (SELECT `cms_block.backgroundMedia.translation`.media_id, `cms_block.backgroundMedia.translation`.title as `cms_block.backgroundMedia.translation.title`, `cms_block.backgroundMedia.translation`.alt as `cms_block.backgroundMedia.translation.alt`, `cms_block.backgroundMedia.translation`.custom_fields as `cms_block.backgroundMedia.translation.customFields`, `cms_block.backgroundMedia.translation`.created_at as `cms_block.backgroundMedia.translation.createdAt`, `cms_block.backgroundMedia.translation`.updated_at as `cms_block.backgroundMedia.translation.updatedAt`, `cms_block.backgroundMedia.translation`.media_id as `cms_block.backgroundMedia.translation.mediaId`, `cms_block.backgroundMedia.translation`.language_id as `cms_block.backgroundMedia.translation.languageId` FROM `media_translation` `cms_block.backgroundMedia.translation` WHERE `cms_block.backgroundMedia.translation`.language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B) `cms_block.backgroundMedia.media_translation` ON `cms_block.backgroundMedia.media_translation`.`media_id` = `cms_block.backgroundMedia`.`id` WHERE (`cms_block`.`version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425) AND ((`cms_block`.`cms_section_id` IN (0x9668E7CCDD154CCD97ED93DD2DEAA675)));
array:34 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 239)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 316)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetch (line 148)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 496)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::loadOneToManyWithoutPagination (line 438)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::loadOneToMany (line 1210)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetchAssociations (line 152)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 496)"
9 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::loadOneToManyWithoutPagination (line 438)"
10 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::loadOneToMany (line 1210)"
11 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetchAssociations (line 152)"
12 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 92)"
13 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::read (line 257)"
14 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::read (line 286)"
15 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::_search (line 110)"
16 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::Shopware\Core\Framework\DataAbstractionLayer\{closure} (line 59)"
17 => "Shopware\Core\Profiling\Profiler::trace (line 109)"
18 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 51)"
19 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator::search (line 59)"
20 => "Shopware\Core\Content\Cms\SalesChannel\SalesChannelCmsPageLoader::load (line 108)"
21 => "Nd\Fashion\Page\Manufacturer\ProductManufacturerRoute::load (line 66)"
22 => "Nd\Fashion\Page\Manufacturer\ProductManufacturerPageLoader::load (line 48)"
23 => "Nd\Fashion\Storefront\Controller\ManufacturerController::productManufacturerDetail (line 163)"
24 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
25 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
26 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
27 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 481)"
28 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 454)"
29 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 348)"
30 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 226)"
31 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
32 => "Shopware\Core\HttpKernel::doHandle (line 81)"
33 => "Shopware\Core\HttpKernel::handle (line 69)"
]
|
99 |
0.65 ms |
SELECT `cms_slot`.`id` as `cms_slot.id`, `cms_slot`.`version_id` as `cms_slot.versionId`, `cms_slot`.`type` as `cms_slot.type`, `cms_slot`.`slot` as `cms_slot.slot`, `cms_slot`.`locked` as `cms_slot.locked`, `cms_slot`.`cms_block_id` as `cms_slot.blockId`, `cms_slot`.`cms_block_version_id` as `cms_slot.cmsBlockVersionId`, `cms_slot`.`created_at` as `cms_slot.createdAt`, `cms_slot`.`updated_at` as `cms_slot.updatedAt`, `cms_slot.translation.config`, COALESCE(`cms_slot.translation.config`,`cms_slot.translation.config`) as `cms_slot.config`, `cms_slot.translation.customFields`, COALESCE(`cms_slot.translation.customFields`,`cms_slot.translation.customFields`) as `cms_slot.customFields`, `cms_slot.translation.createdAt`, `cms_slot.translation.updatedAt`, `cms_slot.translation.cmsSlotId`, `cms_slot.translation.languageId`, `cms_slot.translation.cmsSlotVersionId` FROM `cms_slot` LEFT JOIN (SELECT `cms_slot.translation`.cms_slot_id, `cms_slot.translation`.cms_slot_version_id, `cms_slot.translation`.config as `cms_slot.translation.config`, `cms_slot.translation`.custom_fields as `cms_slot.translation.customFields`, `cms_slot.translation`.created_at as `cms_slot.translation.createdAt`, `cms_slot.translation`.updated_at as `cms_slot.translation.updatedAt`, `cms_slot.translation`.cms_slot_id as `cms_slot.translation.cmsSlotId`, `cms_slot.translation`.language_id as `cms_slot.translation.languageId`, `cms_slot.translation`.cms_slot_version_id as `cms_slot.translation.cmsSlotVersionId` FROM `cms_slot_translation` `cms_slot.translation` WHERE `cms_slot.translation`.language_id = :languageId) `cms_slot.cms_slot_translation` ON `cms_slot.cms_slot_translation`.`cms_slot_id` = `cms_slot`.`id` AND `cms_slot.cms_slot_translation`.cms_slot_version_id = `cms_slot`.version_id WHERE (`cms_slot`.`version_id` = :version) AND ((`cms_slot`.`cms_block_id` IN (:param_1d577bc6a83c45b78fe257e3e0bc1eb7)))
SELECT `cms_slot`.`id` as `cms_slot.id`, `cms_slot`.`version_id` as `cms_slot.versionId`, `cms_slot`.`type` as `cms_slot.type`, `cms_slot`.`slot` as `cms_slot.slot`, `cms_slot`.`locked` as `cms_slot.locked`, `cms_slot`.`cms_block_id` as `cms_slot.blockId`, `cms_slot`.`cms_block_version_id` as `cms_slot.cmsBlockVersionId`, `cms_slot`.`created_at` as `cms_slot.createdAt`, `cms_slot`.`updated_at` as `cms_slot.updatedAt`, `cms_slot.translation.config`, COALESCE(`cms_slot.translation.config`,`cms_slot.translation.config`) as `cms_slot.config`, `cms_slot.translation.customFields`, COALESCE(`cms_slot.translation.customFields`,`cms_slot.translation.customFields`) as `cms_slot.customFields`, `cms_slot.translation.createdAt`, `cms_slot.translation.updatedAt`, `cms_slot.translation.cmsSlotId`, `cms_slot.translation.languageId`, `cms_slot.translation.cmsSlotVersionId` FROM `cms_slot` LEFT JOIN (SELECT `cms_slot.translation`.cms_slot_id, `cms_slot.translation`.cms_slot_version_id, `cms_slot.translation`.config as `cms_slot.translation.config`, `cms_slot.translation`.custom_fields as `cms_slot.translation.customFields`, `cms_slot.translation`.created_at as `cms_slot.translation.createdAt`, `cms_slot.translation`.updated_at as `cms_slot.translation.updatedAt`, `cms_slot.translation`.cms_slot_id as `cms_slot.translation.cmsSlotId`, `cms_slot.translation`.language_id as `cms_slot.translation.languageId`, `cms_slot.translation`.cms_slot_version_id as `cms_slot.translation.cmsSlotVersionId` FROM `cms_slot_translation` `cms_slot.translation` WHERE `cms_slot.translation`.language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B) `cms_slot.cms_slot_translation` ON `cms_slot.cms_slot_translation`.`cms_slot_id` = `cms_slot`.`id` AND `cms_slot.cms_slot_translation`.cms_slot_version_id = `cms_slot`.version_id WHERE (`cms_slot`.`version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425) AND ((`cms_slot`.`cms_block_id` IN (0x3F25F29C765A4D4EB3F6786FC950502A, 0x425EA994AAB248E5B2F8ACB7280D9007, 0x90213D6CE58842D4B48B72DFAF251BF3, 0xAE5D08465214412EB95163E69AF498F0, 0xC9535CDB0C7E42F78ED89A9CAAD838DB, 0xCF258A36A5CC4F53A129E272EF01D1B5)));
array:38 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 239)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 316)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetch (line 148)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 496)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::loadOneToManyWithoutPagination (line 438)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::loadOneToMany (line 1210)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetchAssociations (line 152)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 496)"
9 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::loadOneToManyWithoutPagination (line 438)"
10 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::loadOneToMany (line 1210)"
11 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetchAssociations (line 152)"
12 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 496)"
13 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::loadOneToManyWithoutPagination (line 438)"
14 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::loadOneToMany (line 1210)"
15 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetchAssociations (line 152)"
16 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 92)"
17 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::read (line 257)"
18 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::read (line 286)"
19 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::_search (line 110)"
20 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::Shopware\Core\Framework\DataAbstractionLayer\{closure} (line 59)"
21 => "Shopware\Core\Profiling\Profiler::trace (line 109)"
22 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 51)"
23 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator::search (line 59)"
24 => "Shopware\Core\Content\Cms\SalesChannel\SalesChannelCmsPageLoader::load (line 108)"
25 => "Nd\Fashion\Page\Manufacturer\ProductManufacturerRoute::load (line 66)"
26 => "Nd\Fashion\Page\Manufacturer\ProductManufacturerPageLoader::load (line 48)"
27 => "Nd\Fashion\Storefront\Controller\ManufacturerController::productManufacturerDetail (line 163)"
28 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
29 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
30 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
31 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 481)"
32 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 454)"
33 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 348)"
34 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 226)"
35 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
36 => "Shopware\Core\HttpKernel::doHandle (line 81)"
37 => "Shopware\Core\HttpKernel::handle (line 69)"
]
|
100 |
0.87 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 `media_folder` `media.mediaFolder` ON `media`.`media_folder_id` = `media.mediaFolder`.`id` 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` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder`.`default_folder_id` = `media.mediaFolder.defaultFolder`.`id` WHERE (((`media`.`private` = :param_43b239f535514a0991d4470a9c62d716 OR (`media`.`private` = :param_60f9b9d74e58452e9a4fb9af4053b4e5 AND `media.mediaFolder.defaultFolder`.`entity` = :param_d283dbe6a72249ecb400c412a1d13aae)))) 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 `media_folder` `media.mediaFolder` ON `media`.`media_folder_id` = `media.mediaFolder`.`id` 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` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder`.`default_folder_id` = `media.mediaFolder.defaultFolder`.`id` WHERE (((`media`.`private` = 0 OR (`media`.`private` = 1 AND `media.mediaFolder.defaultFolder`.`entity` = 'product_download')))) AND (`media`.`id` IN (0x1BDC6355C7C34C20BD23BBCEA5A8B2B3, 0xEF9B0F1B5C2D469CBB025FEDABAD2C84));
array:28 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 239)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 316)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetch (line 148)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 92)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::read (line 257)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::read (line 286)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::_search (line 106)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 59)"
9 => "Shopware\Core\Content\Media\DataAbstractionLayer\MediaRepositoryDecorator::search (line 51)"
10 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator::search (line 128)"
11 => "Shopware\Core\Content\Cms\DataResolver\CmsSlotsDataResolver::fetchByIdentifier (line 84)"
12 => "Shopware\Core\Content\Cms\DataResolver\CmsSlotsDataResolver::resolve (line 104)"
13 => "Shopware\Core\Content\Cms\SalesChannel\SalesChannelCmsPageLoader::loadSlotData (line 94)"
14 => "Shopware\Core\Content\Cms\SalesChannel\SalesChannelCmsPageLoader::load (line 108)"
15 => "Nd\Fashion\Page\Manufacturer\ProductManufacturerRoute::load (line 66)"
16 => "Nd\Fashion\Page\Manufacturer\ProductManufacturerPageLoader::load (line 48)"
17 => "Nd\Fashion\Storefront\Controller\ManufacturerController::productManufacturerDetail (line 163)"
18 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
19 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
20 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
21 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 481)"
22 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 454)"
23 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 348)"
24 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 226)"
25 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
26 => "Shopware\Core\HttpKernel::doHandle (line 81)"
27 => "Shopware\Core\HttpKernel::handle (line 69)"
]
|
101 |
0.20 ms |
SELECT `product_sorting`.`id` FROM `product_sorting` WHERE (`product_sorting`.`active` = :param_fae73aac30ae4b4997b4c7a55fd116da) ORDER BY `product_sorting`.`priority` DESC
SELECT `product_sorting`.`id` FROM `product_sorting` WHERE (`product_sorting`.`active` = 1) ORDER BY `product_sorting`.`priority` DESC;
array:40 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 239)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 107)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntitySearcher::search (line 62)"
4 => "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher::search (line 132)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::searchIds (line 291)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::_search (line 110)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::Shopware\Core\Framework\DataAbstractionLayer\{closure} (line 59)"
8 => "Shopware\Core\Profiling\Profiler::trace (line 109)"
9 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 51)"
10 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator::search (line 319)"
11 => "Shopware\Core\Content\Product\SalesChannel\Listing\ProductListingFeaturesSubscriber::getAvailableSortings (line 277)"
12 => "Shopware\Core\Content\Product\SalesChannel\Listing\ProductListingFeaturesSubscriber::handleSorting (line 142)"
13 => "Shopware\Core\Content\Product\SalesChannel\Listing\ProductListingFeaturesSubscriber::handleListingRequest (line 118)"
14 => "Symfony\Component\EventDispatcher\Debug\WrappedListener::__invoke (line 230)"
15 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
16 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 56)"
17 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 98)"
18 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 55)"
19 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 37)"
20 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
21 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 47)"
22 => "Shopware\Core\Content\Product\SalesChannel\Listing\ResolveCriteriaProductListingRoute::load (line 62)"
23 => "Shopware\Core\Content\Product\Cms\ProductListingCmsElementResolver::enrich (line 99)"
24 => "Shopware\Core\Content\Cms\DataResolver\CmsSlotsDataResolver::resolve (line 104)"
25 => "Shopware\Core\Content\Cms\SalesChannel\SalesChannelCmsPageLoader::loadSlotData (line 94)"
26 => "Shopware\Core\Content\Cms\SalesChannel\SalesChannelCmsPageLoader::load (line 108)"
27 => "Nd\Fashion\Page\Manufacturer\ProductManufacturerRoute::load (line 66)"
28 => "Nd\Fashion\Page\Manufacturer\ProductManufacturerPageLoader::load (line 48)"
29 => "Nd\Fashion\Storefront\Controller\ManufacturerController::productManufacturerDetail (line 163)"
30 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
31 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
32 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
33 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 481)"
34 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 454)"
35 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 348)"
36 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 226)"
37 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
38 => "Shopware\Core\HttpKernel::doHandle (line 81)"
39 => "Shopware\Core\HttpKernel::handle (line 69)"
]
|
102 |
0.47 ms |
SELECT `product_sorting`.`id` as `product_sorting.id`, `product_sorting`.`locked` as `product_sorting.locked`, `product_sorting`.`url_key` as `product_sorting.key`, `product_sorting`.`priority` as `product_sorting.priority`, `product_sorting`.`active` as `product_sorting.active`, `product_sorting`.`fields` as `product_sorting.fields`, `product_sorting`.`created_at` as `product_sorting.createdAt`, `product_sorting`.`updated_at` as `product_sorting.updatedAt`, `product_sorting.translation.label`, COALESCE(`product_sorting.translation.label`,`product_sorting.translation.label`) as `product_sorting.label`, `product_sorting.translation.createdAt`, `product_sorting.translation.updatedAt`, `product_sorting.translation.productSortingId`, `product_sorting.translation.languageId` FROM `product_sorting` LEFT JOIN (SELECT `product_sorting.translation`.product_sorting_id, `product_sorting.translation`.label as `product_sorting.translation.label`, `product_sorting.translation`.created_at as `product_sorting.translation.createdAt`, `product_sorting.translation`.updated_at as `product_sorting.translation.updatedAt`, `product_sorting.translation`.product_sorting_id as `product_sorting.translation.productSortingId`, `product_sorting.translation`.language_id as `product_sorting.translation.languageId` FROM `product_sorting_translation` `product_sorting.translation` WHERE `product_sorting.translation`.language_id = :languageId) `product_sorting.product_sorting_translation` ON `product_sorting.product_sorting_translation`.`product_sorting_id` = `product_sorting`.`id` WHERE `product_sorting`.`id` IN (:ids)
SELECT `product_sorting`.`id` as `product_sorting.id`, `product_sorting`.`locked` as `product_sorting.locked`, `product_sorting`.`url_key` as `product_sorting.key`, `product_sorting`.`priority` as `product_sorting.priority`, `product_sorting`.`active` as `product_sorting.active`, `product_sorting`.`fields` as `product_sorting.fields`, `product_sorting`.`created_at` as `product_sorting.createdAt`, `product_sorting`.`updated_at` as `product_sorting.updatedAt`, `product_sorting.translation.label`, COALESCE(`product_sorting.translation.label`,`product_sorting.translation.label`) as `product_sorting.label`, `product_sorting.translation.createdAt`, `product_sorting.translation.updatedAt`, `product_sorting.translation.productSortingId`, `product_sorting.translation.languageId` FROM `product_sorting` LEFT JOIN (SELECT `product_sorting.translation`.product_sorting_id, `product_sorting.translation`.label as `product_sorting.translation.label`, `product_sorting.translation`.created_at as `product_sorting.translation.createdAt`, `product_sorting.translation`.updated_at as `product_sorting.translation.updatedAt`, `product_sorting.translation`.product_sorting_id as `product_sorting.translation.productSortingId`, `product_sorting.translation`.language_id as `product_sorting.translation.languageId` FROM `product_sorting_translation` `product_sorting.translation` WHERE `product_sorting.translation`.language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B) `product_sorting.product_sorting_translation` ON `product_sorting.product_sorting_translation`.`product_sorting_id` = `product_sorting`.`id` WHERE `product_sorting`.`id` IN (0xDCCFC038086A401A996EB3864D8E1C6E, 0x53501BB7163E4FCB914AE5E7EC90F4DA, 0x206F726000A44E608F8F1B09E2CF17C6, 0x72F1D60271734897AFF3C3D4DBB933E7, 0x97311F2B15D4444DBC0EEE9BE0BB2019, 0x3CF11752E34D46B7B26AE1594034DCD8, 0x821FBBC9B65040C9AD7BD83F700EE3B3);
array:41 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 239)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 316)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetch (line 148)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 92)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::read (line 257)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::read (line 302)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::_search (line 110)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::Shopware\Core\Framework\DataAbstractionLayer\{closure} (line 59)"
9 => "Shopware\Core\Profiling\Profiler::trace (line 109)"
10 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 51)"
11 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator::search (line 319)"
12 => "Shopware\Core\Content\Product\SalesChannel\Listing\ProductListingFeaturesSubscriber::getAvailableSortings (line 277)"
13 => "Shopware\Core\Content\Product\SalesChannel\Listing\ProductListingFeaturesSubscriber::handleSorting (line 142)"
14 => "Shopware\Core\Content\Product\SalesChannel\Listing\ProductListingFeaturesSubscriber::handleListingRequest (line 118)"
15 => "Symfony\Component\EventDispatcher\Debug\WrappedListener::__invoke (line 230)"
16 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
17 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 56)"
18 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 98)"
19 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 55)"
20 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 37)"
21 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
22 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 47)"
23 => "Shopware\Core\Content\Product\SalesChannel\Listing\ResolveCriteriaProductListingRoute::load (line 62)"
24 => "Shopware\Core\Content\Product\Cms\ProductListingCmsElementResolver::enrich (line 99)"
25 => "Shopware\Core\Content\Cms\DataResolver\CmsSlotsDataResolver::resolve (line 104)"
26 => "Shopware\Core\Content\Cms\SalesChannel\SalesChannelCmsPageLoader::loadSlotData (line 94)"
27 => "Shopware\Core\Content\Cms\SalesChannel\SalesChannelCmsPageLoader::load (line 108)"
28 => "Nd\Fashion\Page\Manufacturer\ProductManufacturerRoute::load (line 66)"
29 => "Nd\Fashion\Page\Manufacturer\ProductManufacturerPageLoader::load (line 48)"
30 => "Nd\Fashion\Storefront\Controller\ManufacturerController::productManufacturerDetail (line 163)"
31 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
32 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
33 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
34 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 481)"
35 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 454)"
36 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 348)"
37 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 226)"
38 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
39 => "Shopware\Core\HttpKernel::doHandle (line 81)"
40 => "Shopware\Core\HttpKernel::handle (line 69)"
]
|
103 |
1.57 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.translation.name`, COALESCE(`category.translation.name`,`category.translation.name`) as `category.name`, `category.translation.breadcrumb`, COALESCE(`category.translation.breadcrumb`,`category.translation.breadcrumb`) as `category.breadcrumb`, `category.translation.slotConfig`, COALESCE(`category.translation.slotConfig`,`category.translation.slotConfig`) as `category.slotConfig`, `category.translation.linkType`, COALESCE(`category.translation.linkType`,`category.translation.linkType`) as `category.linkType`, `category.translation.internalLink`, COALESCE(`category.translation.internalLink`,`category.translation.internalLink`) as `category.internalLink`, `category.translation.externalLink`, COALESCE(`category.translation.externalLink`,`category.translation.externalLink`) as `category.externalLink`, `category.translation.linkNewTab`, COALESCE(`category.translation.linkNewTab`,`category.translation.linkNewTab`) as `category.linkNewTab`, `category.translation.description`, COALESCE(`category.translation.description`,`category.translation.description`) as `category.description`, `category.translation.metaTitle`, COALESCE(`category.translation.metaTitle`,`category.translation.metaTitle`) as `category.metaTitle`, `category.translation.metaDescription`, COALESCE(`category.translation.metaDescription`,`category.translation.metaDescription`) as `category.metaDescription`, `category.translation.keywords`, COALESCE(`category.translation.keywords`,`category.translation.keywords`) as `category.keywords`, `category.translation.customFields`, COALESCE(`category.translation.customFields`,`category.translation.customFields`) as `category.customFields`, `category.translation.createdAt`, `category.translation.updatedAt`, `category.translation.categoryId`, `category.translation.languageId`, `category.translation.categoryVersionId` FROM `category` LEFT JOIN (SELECT `category.translation`.category_id, `category.translation`.category_version_id, `category.translation`.name as `category.translation.name`, `category.translation`.breadcrumb as `category.translation.breadcrumb`, `category.translation`.slot_config as `category.translation.slotConfig`, `category.translation`.link_type as `category.translation.linkType`, `category.translation`.internal_link as `category.translation.internalLink`, `category.translation`.external_link as `category.translation.externalLink`, `category.translation`.link_new_tab as `category.translation.linkNewTab`, `category.translation`.description as `category.translation.description`, `category.translation`.meta_title as `category.translation.metaTitle`, `category.translation`.meta_description as `category.translation.metaDescription`, `category.translation`.keywords as `category.translation.keywords`, `category.translation`.custom_fields as `category.translation.customFields`, `category.translation`.created_at as `category.translation.createdAt`, `category.translation`.updated_at as `category.translation.updatedAt`, `category.translation`.category_id as `category.translation.categoryId`, `category.translation`.language_id as `category.translation.languageId`, `category.translation`.category_version_id as `category.translation.categoryVersionId` FROM `category_translation` `category.translation` WHERE `category.translation`.language_id = :languageId) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.category_version_id = `category`.version_id WHERE (`category`.`version_id` = :version) AND (`category`.`id` IN (:ids))
SELECT
`category`.`id` as `category.id`,
`category`.`version_id` as `category.versionId`,
`category`.`parent_id` as `category.parentId`,
`category`.`parent_version_id` as `category.parentVersionId`,
`category`.`after_category_id` as `category.afterCategoryId`,
`category`.`after_category_version_id` as `category.afterCategoryVersionId`,
`category`.`media_id` as `category.mediaId`,
`category`.`display_nested_products` as `category.displayNestedProducts`,
`category`.`auto_increment` as `category.autoIncrement`,
`category`.`level` as `category.level`,
`category`.`path` as `category.path`,
`category`.`child_count` as `category.childCount`,
`category`.`type` as `category.type`,
`category`.`product_assignment_type` as `category.productAssignmentType`,
`category`.`visible` as `category.visible`,
`category`.`active` as `category.active`,
`category`.`cms_page_id` as `category.cmsPageId`,
`category`.`cms_page_version_id` as `category.cmsPageVersionId`,
`category`.`product_stream_id` as `category.productStreamId`,
`category`.`created_at` as `category.createdAt`,
`category`.`updated_at` as `category.updatedAt`,
`category.translation.name`,
COALESCE(
`category.translation.name`, `category.translation.name`
) as `category.name`,
`category.translation.breadcrumb`,
COALESCE(
`category.translation.breadcrumb`,
`category.translation.breadcrumb`
) as `category.breadcrumb`,
`category.translation.slotConfig`,
COALESCE(
`category.translation.slotConfig`,
`category.translation.slotConfig`
) as `category.slotConfig`,
`category.translation.linkType`,
COALESCE(
`category.translation.linkType`,
`category.translation.linkType`
) as `category.linkType`,
`category.translation.internalLink`,
COALESCE(
`category.translation.internalLink`,
`category.translation.internalLink`
) as `category.internalLink`,
`category.translation.externalLink`,
COALESCE(
`category.translation.externalLink`,
`category.translation.externalLink`
) as `category.externalLink`,
`category.translation.linkNewTab`,
COALESCE(
`category.translation.linkNewTab`,
`category.translation.linkNewTab`
) as `category.linkNewTab`,
`category.translation.description`,
COALESCE(
`category.translation.description`,
`category.translation.description`
) as `category.description`,
`category.translation.metaTitle`,
COALESCE(
`category.translation.metaTitle`,
`category.translation.metaTitle`
) as `category.metaTitle`,
`category.translation.metaDescription`,
COALESCE(
`category.translation.metaDescription`,
`category.translation.metaDescription`
) as `category.metaDescription`,
`category.translation.keywords`,
COALESCE(
`category.translation.keywords`,
`category.translation.keywords`
) as `category.keywords`,
`category.translation.customFields`,
COALESCE(
`category.translation.customFields`,
`category.translation.customFields`
) as `category.customFields`,
`category.translation.createdAt`,
`category.translation.updatedAt`,
`category.translation.categoryId`,
`category.translation.languageId`,
`category.translation.categoryVersionId`
FROM
`category`
LEFT JOIN (
SELECT
`category.translation`.category_id,
`category.translation`.category_version_id,
`category.translation`.name as `category.translation.name`,
`category.translation`.breadcrumb as `category.translation.breadcrumb`,
`category.translation`.slot_config as `category.translation.slotConfig`,
`category.translation`.link_type as `category.translation.linkType`,
`category.translation`.internal_link as `category.translation.internalLink`,
`category.translation`.external_link as `category.translation.externalLink`,
`category.translation`.link_new_tab as `category.translation.linkNewTab`,
`category.translation`.description as `category.translation.description`,
`category.translation`.meta_title as `category.translation.metaTitle`,
`category.translation`.meta_description as `category.translation.metaDescription`,
`category.translation`.keywords as `category.translation.keywords`,
`category.translation`.custom_fields as `category.translation.customFields`,
`category.translation`.created_at as `category.translation.createdAt`,
`category.translation`.updated_at as `category.translation.updatedAt`,
`category.translation`.category_id as `category.translation.categoryId`,
`category.translation`.language_id as `category.translation.languageId`,
`category.translation`.category_version_id as `category.translation.categoryVersionId`
FROM
`category_translation` `category.translation`
WHERE
`category.translation`.language_id = : languageId
) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id`
AND `category.category_translation`.category_version_id = `category`.version_id
WHERE
(
`category`.`version_id` = : version
)
AND (
`category`.`id` IN (: ids)
)
SELECT `category`.`id` as `category.id`, `category`.`version_id` as `category.versionId`, `category`.`parent_id` as `category.parentId`, `category`.`parent_version_id` as `category.parentVersionId`, `category`.`after_category_id` as `category.afterCategoryId`, `category`.`after_category_version_id` as `category.afterCategoryVersionId`, `category`.`media_id` as `category.mediaId`, `category`.`display_nested_products` as `category.displayNestedProducts`, `category`.`auto_increment` as `category.autoIncrement`, `category`.`level` as `category.level`, `category`.`path` as `category.path`, `category`.`child_count` as `category.childCount`, `category`.`type` as `category.type`, `category`.`product_assignment_type` as `category.productAssignmentType`, `category`.`visible` as `category.visible`, `category`.`active` as `category.active`, `category`.`cms_page_id` as `category.cmsPageId`, `category`.`cms_page_version_id` as `category.cmsPageVersionId`, `category`.`product_stream_id` as `category.productStreamId`, `category`.`created_at` as `category.createdAt`, `category`.`updated_at` as `category.updatedAt`, `category.translation.name`, COALESCE(`category.translation.name`,`category.translation.name`) as `category.name`, `category.translation.breadcrumb`, COALESCE(`category.translation.breadcrumb`,`category.translation.breadcrumb`) as `category.breadcrumb`, `category.translation.slotConfig`, COALESCE(`category.translation.slotConfig`,`category.translation.slotConfig`) as `category.slotConfig`, `category.translation.linkType`, COALESCE(`category.translation.linkType`,`category.translation.linkType`) as `category.linkType`, `category.translation.internalLink`, COALESCE(`category.translation.internalLink`,`category.translation.internalLink`) as `category.internalLink`, `category.translation.externalLink`, COALESCE(`category.translation.externalLink`,`category.translation.externalLink`) as `category.externalLink`, `category.translation.linkNewTab`, COALESCE(`category.translation.linkNewTab`,`category.translation.linkNewTab`) as `category.linkNewTab`, `category.translation.description`, COALESCE(`category.translation.description`,`category.translation.description`) as `category.description`, `category.translation.metaTitle`, COALESCE(`category.translation.metaTitle`,`category.translation.metaTitle`) as `category.metaTitle`, `category.translation.metaDescription`, COALESCE(`category.translation.metaDescription`,`category.translation.metaDescription`) as `category.metaDescription`, `category.translation.keywords`, COALESCE(`category.translation.keywords`,`category.translation.keywords`) as `category.keywords`, `category.translation.customFields`, COALESCE(`category.translation.customFields`,`category.translation.customFields`) as `category.customFields`, `category.translation.createdAt`, `category.translation.updatedAt`, `category.translation.categoryId`, `category.translation.languageId`, `category.translation.categoryVersionId` FROM `category` LEFT JOIN (SELECT `category.translation`.category_id, `category.translation`.category_version_id, `category.translation`.name as `category.translation.name`, `category.translation`.breadcrumb as `category.translation.breadcrumb`, `category.translation`.slot_config as `category.translation.slotConfig`, `category.translation`.link_type as `category.translation.linkType`, `category.translation`.internal_link as `category.translation.internalLink`, `category.translation`.external_link as `category.translation.externalLink`, `category.translation`.link_new_tab as `category.translation.linkNewTab`, `category.translation`.description as `category.translation.description`, `category.translation`.meta_title as `category.translation.metaTitle`, `category.translation`.meta_description as `category.translation.metaDescription`, `category.translation`.keywords as `category.translation.keywords`, `category.translation`.custom_fields as `category.translation.customFields`, `category.translation`.created_at as `category.translation.createdAt`, `category.translation`.updated_at as `category.translation.updatedAt`, `category.translation`.category_id as `category.translation.categoryId`, `category.translation`.language_id as `category.translation.languageId`, `category.translation`.category_version_id as `category.translation.categoryVersionId` FROM `category_translation` `category.translation` WHERE `category.translation`.language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.category_version_id = `category`.version_id WHERE (`category`.`version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425) AND (`category`.`id` IN (0x8F274A5B4F4A43A5AFDCFF194054C26E));
array:45 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 239)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 316)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetch (line 148)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 92)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::read (line 257)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::read (line 286)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::_search (line 110)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::Shopware\Core\Framework\DataAbstractionLayer\{closure} (line 59)"
9 => "Shopware\Core\Profiling\Profiler::trace (line 109)"
10 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 51)"
11 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator::search (line 108)"
12 => "Nd\Fashion\Overwrite\ProductListingRoute::load (line 96)"
13 => "Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute::Shopware\Core\Content\Product\SalesChannel\Listing\{closure} (line 350)"
14 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 44)"
15 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 120)"
16 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 43)"
17 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 46)"
18 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 42)"
19 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 41)"
20 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 59)"
21 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 40)"
22 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 95)"
23 => "Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute::Shopware\Core\Content\Product\SalesChannel\Listing\{closure} (line 72)"
24 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 35)"
25 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 92)"
26 => "Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute::load (line 51)"
27 => "Shopware\Core\Content\Product\SalesChannel\Listing\ResolveCriteriaProductListingRoute::load (line 62)"
28 => "Shopware\Core\Content\Product\Cms\ProductListingCmsElementResolver::enrich (line 99)"
29 => "Shopware\Core\Content\Cms\DataResolver\CmsSlotsDataResolver::resolve (line 104)"
30 => "Shopware\Core\Content\Cms\SalesChannel\SalesChannelCmsPageLoader::loadSlotData (line 94)"
31 => "Shopware\Core\Content\Cms\SalesChannel\SalesChannelCmsPageLoader::load (line 108)"
32 => "Nd\Fashion\Page\Manufacturer\ProductManufacturerRoute::load (line 66)"
33 => "Nd\Fashion\Page\Manufacturer\ProductManufacturerPageLoader::load (line 48)"
34 => "Nd\Fashion\Storefront\Controller\ManufacturerController::productManufacturerDetail (line 163)"
35 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
36 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
37 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
38 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 481)"
39 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 454)"
40 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 348)"
41 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 226)"
42 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
43 => "Shopware\Core\HttpKernel::doHandle (line 81)"
44 => "Shopware\Core\HttpKernel::handle (line 69)"
]
|
104 |
709.44 ms |
SELECT `product`.`id`, `product`.`product_number`, `product`.`auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`version_id` = `product.parent`.`version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product`.`visibilities` = `product.visibilities`.`product_id` AND `product`.version_id = `product.visibilities`.product_version_id LEFT JOIN (SELECT `product.translation`.product_id, `product.translation`.product_version_id, `product.translation`.meta_description as `product.translation.metaDescription`, `product.translation`.name as `product.translation.name`, `product.translation`.keywords as `product.translation.keywords`, `product.translation`.description as `product.translation.description`, `product.translation`.meta_title as `product.translation.metaTitle`, `product.translation`.pack_unit as `product.translation.packUnit`, `product.translation`.pack_unit_plural as `product.translation.packUnitPlural`, `product.translation`.custom_search_keywords as `product.translation.customSearchKeywords`, `product.translation`.slot_config as `product.translation.slotConfig`, `product.translation`.custom_fields as `product.translation.customFields`, `product.translation`.created_at as `product.translation.createdAt`, `product.translation`.updated_at as `product.translation.updatedAt`, `product.translation`.product_id as `product.translation.productId`, `product.translation`.language_id as `product.translation.languageId`, `product.translation`.product_version_id as `product.translation.productVersionId` FROM `product_translation` `product.translation` WHERE `product.translation`.language_id = :languageId) `product.product_translation` ON `product.product_translation`.`product_id` = `product`.`id` AND `product.product_translation`.product_version_id = `product`.version_id LEFT JOIN (SELECT `product.parent.translation`.product_id, `product.parent.translation`.product_version_id, `product.parent.translation`.meta_description as `product.parent.translation.metaDescription`, `product.parent.translation`.name as `product.parent.translation.name`, `product.parent.translation`.keywords as `product.parent.translation.keywords`, `product.parent.translation`.description as `product.parent.translation.description`, `product.parent.translation`.meta_title as `product.parent.translation.metaTitle`, `product.parent.translation`.pack_unit as `product.parent.translation.packUnit`, `product.parent.translation`.pack_unit_plural as `product.parent.translation.packUnitPlural`, `product.parent.translation`.custom_search_keywords as `product.parent.translation.customSearchKeywords`, `product.parent.translation`.slot_config as `product.parent.translation.slotConfig`, `product.parent.translation`.custom_fields as `product.parent.translation.customFields`, `product.parent.translation`.created_at as `product.parent.translation.createdAt`, `product.parent.translation`.updated_at as `product.parent.translation.updatedAt`, `product.parent.translation`.product_id as `product.parent.translation.productId`, `product.parent.translation`.language_id as `product.parent.translation.languageId`, `product.parent.translation`.product_version_id as `product.parent.translation.productVersionId` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation`.language_id = :languageId) `product.product_translation.parent` ON `product.product_translation.parent`.`product_id` = `product.parent`.`id` AND `product.product_translation.parent`.product_version_id = `product.parent`.version_id WHERE (`product`.`version_id` = :version) AND ((((`product.visibilities`.`visibility` >= :param_3bacedbf679e4235aee59eb914a77ca8) AND `product.visibilities`.`sales_channel_id` = :param_31bf4e5f524046abba4b72d6a6e3230c AND IFNULL(`product`.`active`, `product.parent`.`active`) = :param_28f7198d9a15438d9aa57273399f975f) AND IFNULL(`product`.`product_manufacturer_id`, `product.parent`.`product_manufacturer_id`) = :param_b34cd798cfc54d6da97e1c4e512e9326 AND NOT (`product`.`display_group` <=> :param_5c888b5a33ea423d905115e37294b45e) AND NOT (IFNULL(`product`.`is_closeout`, `product.parent`.`is_closeout`) <=> :param_dec6546f17054c6cbd4daf47b485adfb AND `product`.`available` <=> :param_850c1282fb9b49c1930b426583d34189))) GROUP BY `product`.`display_group` ORDER BY LENGTH(COALESCE(IF(JSON_TYPE(JSON_EXTRACT(`product.translation.customFields`, '$.acris_search_sorting_relevance')) != "NULL", JSON_UNQUOTE(JSON_EXTRACT(`product.translation.customFields`, '$.acris_search_sorting_relevance')) + 0.0, NULL),IF(JSON_TYPE(JSON_EXTRACT(`product.parent.translation.customFields`, '$.acris_search_sorting_relevance')) != "NULL", JSON_UNQUOTE(JSON_EXTRACT(`product.parent.translation.customFields`, '$.acris_search_sorting_relevance')) + 0.0, NULL))) DESC, MAX(COALESCE(IF(JSON_TYPE(JSON_EXTRACT(`product.translation.customFields`, '$.acris_search_sorting_relevance')) != "NULL", JSON_UNQUOTE(JSON_EXTRACT(`product.translation.customFields`, '$.acris_search_sorting_relevance')) + 0.0, NULL),IF(JSON_TYPE(JSON_EXTRACT(`product.parent.translation.customFields`, '$.acris_search_sorting_relevance')) != "NULL", JSON_UNQUOTE(JSON_EXTRACT(`product.parent.translation.customFields`, '$.acris_search_sorting_relevance')) + 0.0, NULL))) DESC, LENGTH(IFNULL(`product`.`mark_as_topseller`, `product.parent`.`mark_as_topseller`)) DESC, MAX(IFNULL(`product`.`mark_as_topseller`, `product.parent`.`mark_as_topseller`)) DESC, LENGTH(`product`.`auto_increment`) DESC, MAX(`product`.`auto_increment`) DESC LIMIT 24
SELECT
`product`.`id`,
`product`.`product_number`,
`product`.`auto_increment`
FROM
`product`
LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id`
AND `product`.`version_id` = `product.parent`.`version_id`
LEFT JOIN `product_visibility` `product.visibilities` ON `product`.`visibilities` = `product.visibilities`.`product_id`
AND `product`.version_id = `product.visibilities`.product_version_id
LEFT JOIN (
SELECT
`product.translation`.product_id,
`product.translation`.product_version_id,
`product.translation`.meta_description as `product.translation.metaDescription`,
`product.translation`.name as `product.translation.name`,
`product.translation`.keywords as `product.translation.keywords`,
`product.translation`.description as `product.translation.description`,
`product.translation`.meta_title as `product.translation.metaTitle`,
`product.translation`.pack_unit as `product.translation.packUnit`,
`product.translation`.pack_unit_plural as `product.translation.packUnitPlural`,
`product.translation`.custom_search_keywords as `product.translation.customSearchKeywords`,
`product.translation`.slot_config as `product.translation.slotConfig`,
`product.translation`.custom_fields as `product.translation.customFields`,
`product.translation`.created_at as `product.translation.createdAt`,
`product.translation`.updated_at as `product.translation.updatedAt`,
`product.translation`.product_id as `product.translation.productId`,
`product.translation`.language_id as `product.translation.languageId`,
`product.translation`.product_version_id as `product.translation.productVersionId`
FROM
`product_translation` `product.translation`
WHERE
`product.translation`.language_id = : languageId
) `product.product_translation` ON `product.product_translation`.`product_id` = `product`.`id`
AND `product.product_translation`.product_version_id = `product`.version_id
LEFT JOIN (
SELECT
`product.parent.translation`.product_id,
`product.parent.translation`.product_version_id,
`product.parent.translation`.meta_description as `product.parent.translation.metaDescription`,
`product.parent.translation`.name as `product.parent.translation.name`,
`product.parent.translation`.keywords as `product.parent.translation.keywords`,
`product.parent.translation`.description as `product.parent.translation.description`,
`product.parent.translation`.meta_title as `product.parent.translation.metaTitle`,
`product.parent.translation`.pack_unit as `product.parent.translation.packUnit`,
`product.parent.translation`.pack_unit_plural as `product.parent.translation.packUnitPlural`,
`product.parent.translation`.custom_search_keywords as `product.parent.translation.customSearchKeywords`,
`product.parent.translation`.slot_config as `product.parent.translation.slotConfig`,
`product.parent.translation`.custom_fields as `product.parent.translation.customFields`,
`product.parent.translation`.created_at as `product.parent.translation.createdAt`,
`product.parent.translation`.updated_at as `product.parent.translation.updatedAt`,
`product.parent.translation`.product_id as `product.parent.translation.productId`,
`product.parent.translation`.language_id as `product.parent.translation.languageId`,
`product.parent.translation`.product_version_id as `product.parent.translation.productVersionId`
FROM
`product_translation` `product.parent.translation`
WHERE
`product.parent.translation`.language_id = : languageId
) `product.product_translation.parent` ON `product.product_translation.parent`.`product_id` = `product.parent`.`id`
AND `product.product_translation.parent`.product_version_id = `product.parent`.version_id
WHERE
(
`product`.`version_id` = : version
)
AND (
(
(
(
`product.visibilities`.`visibility` >= : param_3bacedbf679e4235aee59eb914a77ca8
)
AND `product.visibilities`.`sales_channel_id` = : param_31bf4e5f524046abba4b72d6a6e3230c
AND IFNULL(
`product`.`active`, `product.parent`.`active`
) = : param_28f7198d9a15438d9aa57273399f975f
)
AND IFNULL(
`product`.`product_manufacturer_id`,
`product.parent`.`product_manufacturer_id`
) = : param_b34cd798cfc54d6da97e1c4e512e9326
AND NOT (
`product`.`display_group` <=> : param_5c888b5a33ea423d905115e37294b45e
)
AND NOT (
IFNULL(
`product`.`is_closeout`, `product.parent`.`is_closeout`
) <=> : param_dec6546f17054c6cbd4daf47b485adfb
AND `product`.`available` <=> : param_850c1282fb9b49c1930b426583d34189
)
)
)
GROUP BY
`product`.`display_group`
ORDER BY
LENGTH(
COALESCE(
IF(
JSON_TYPE(
JSON_EXTRACT(
`product.translation.customFields`,
'$.acris_search_sorting_relevance'
)
) != "NULL",
JSON_UNQUOTE(
JSON_EXTRACT(
`product.translation.customFields`,
'$.acris_search_sorting_relevance'
)
) + 0.0,
NULL
),
IF(
JSON_TYPE(
JSON_EXTRACT(
`product.parent.translation.customFields`,
'$.acris_search_sorting_relevance'
)
) != "NULL",
JSON_UNQUOTE(
JSON_EXTRACT(
`product.parent.translation.customFields`,
'$.acris_search_sorting_relevance'
)
) + 0.0,
NULL
)
)
) DESC,
MAX(
COALESCE(
IF(
JSON_TYPE(
JSON_EXTRACT(
`product.translation.customFields`,
'$.acris_search_sorting_relevance'
)
) != "NULL",
JSON_UNQUOTE(
JSON_EXTRACT(
`product.translation.customFields`,
'$.acris_search_sorting_relevance'
)
) + 0.0,
NULL
),
IF(
JSON_TYPE(
JSON_EXTRACT(
`product.parent.translation.customFields`,
'$.acris_search_sorting_relevance'
)
) != "NULL",
JSON_UNQUOTE(
JSON_EXTRACT(
`product.parent.translation.customFields`,
'$.acris_search_sorting_relevance'
)
) + 0.0,
NULL
)
)
) DESC,
LENGTH(
IFNULL(
`product`.`mark_as_topseller`, `product.parent`.`mark_as_topseller`
)
) DESC,
MAX(
IFNULL(
`product`.`mark_as_topseller`, `product.parent`.`mark_as_topseller`
)
) DESC,
LENGTH(`product`.`auto_increment`) DESC,
MAX(`product`.`auto_increment`) DESC
LIMIT
24
SELECT `product`.`id`, `product`.`product_number`, `product`.`auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`version_id` = `product.parent`.`version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product`.`visibilities` = `product.visibilities`.`product_id` AND `product`.version_id = `product.visibilities`.product_version_id LEFT JOIN (SELECT `product.translation`.product_id, `product.translation`.product_version_id, `product.translation`.meta_description as `product.translation.metaDescription`, `product.translation`.name as `product.translation.name`, `product.translation`.keywords as `product.translation.keywords`, `product.translation`.description as `product.translation.description`, `product.translation`.meta_title as `product.translation.metaTitle`, `product.translation`.pack_unit as `product.translation.packUnit`, `product.translation`.pack_unit_plural as `product.translation.packUnitPlural`, `product.translation`.custom_search_keywords as `product.translation.customSearchKeywords`, `product.translation`.slot_config as `product.translation.slotConfig`, `product.translation`.custom_fields as `product.translation.customFields`, `product.translation`.created_at as `product.translation.createdAt`, `product.translation`.updated_at as `product.translation.updatedAt`, `product.translation`.product_id as `product.translation.productId`, `product.translation`.language_id as `product.translation.languageId`, `product.translation`.product_version_id as `product.translation.productVersionId` FROM `product_translation` `product.translation` WHERE `product.translation`.language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B) `product.product_translation` ON `product.product_translation`.`product_id` = `product`.`id` AND `product.product_translation`.product_version_id = `product`.version_id LEFT JOIN (SELECT `product.parent.translation`.product_id, `product.parent.translation`.product_version_id, `product.parent.translation`.meta_description as `product.parent.translation.metaDescription`, `product.parent.translation`.name as `product.parent.translation.name`, `product.parent.translation`.keywords as `product.parent.translation.keywords`, `product.parent.translation`.description as `product.parent.translation.description`, `product.parent.translation`.meta_title as `product.parent.translation.metaTitle`, `product.parent.translation`.pack_unit as `product.parent.translation.packUnit`, `product.parent.translation`.pack_unit_plural as `product.parent.translation.packUnitPlural`, `product.parent.translation`.custom_search_keywords as `product.parent.translation.customSearchKeywords`, `product.parent.translation`.slot_config as `product.parent.translation.slotConfig`, `product.parent.translation`.custom_fields as `product.parent.translation.customFields`, `product.parent.translation`.created_at as `product.parent.translation.createdAt`, `product.parent.translation`.updated_at as `product.parent.translation.updatedAt`, `product.parent.translation`.product_id as `product.parent.translation.productId`, `product.parent.translation`.language_id as `product.parent.translation.languageId`, `product.parent.translation`.product_version_id as `product.parent.translation.productVersionId` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation`.language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B) `product.product_translation.parent` ON `product.product_translation.parent`.`product_id` = `product.parent`.`id` AND `product.product_translation.parent`.product_version_id = `product.parent`.version_id WHERE (`product`.`version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425) AND ((((`product.visibilities`.`visibility` >= 30) AND `product.visibilities`.`sales_channel_id` = 0x327009EB5C1A48E192B7D2BCFA9C61BE AND IFNULL(`product`.`active`, `product.parent`.`active`) = 1) AND IFNULL(`product`.`product_manufacturer_id`, `product.parent`.`product_manufacturer_id`) = 0x766555701DAB4F4A1E30E2DA24D649BC AND NOT (`product`.`display_group` <=> NULL) AND NOT (IFNULL(`product`.`is_closeout`, `product.parent`.`is_closeout`) <=> 1 AND `product`.`available` <=> 0))) GROUP BY `product`.`display_group` ORDER BY LENGTH(COALESCE(IF(JSON_TYPE(JSON_EXTRACT(`product.translation.customFields`, '$.acris_search_sorting_relevance')) != "NULL", JSON_UNQUOTE(JSON_EXTRACT(`product.translation.customFields`, '$.acris_search_sorting_relevance')) + 0.0, NULL),IF(JSON_TYPE(JSON_EXTRACT(`product.parent.translation.customFields`, '$.acris_search_sorting_relevance')) != "NULL", JSON_UNQUOTE(JSON_EXTRACT(`product.parent.translation.customFields`, '$.acris_search_sorting_relevance')) + 0.0, NULL))) DESC, MAX(COALESCE(IF(JSON_TYPE(JSON_EXTRACT(`product.translation.customFields`, '$.acris_search_sorting_relevance')) != "NULL", JSON_UNQUOTE(JSON_EXTRACT(`product.translation.customFields`, '$.acris_search_sorting_relevance')) + 0.0, NULL),IF(JSON_TYPE(JSON_EXTRACT(`product.parent.translation.customFields`, '$.acris_search_sorting_relevance')) != "NULL", JSON_UNQUOTE(JSON_EXTRACT(`product.parent.translation.customFields`, '$.acris_search_sorting_relevance')) + 0.0, NULL))) DESC, LENGTH(IFNULL(`product`.`mark_as_topseller`, `product.parent`.`mark_as_topseller`)) DESC, MAX(IFNULL(`product`.`mark_as_topseller`, `product.parent`.`mark_as_topseller`)) DESC, LENGTH(`product`.`auto_increment`) DESC, MAX(`product`.`auto_increment`) DESC LIMIT 24;
array:41 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 239)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 107)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntitySearcher::search (line 62)"
4 => "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher::search (line 216)"
5 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::doSearch (line 185)"
6 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::searchIds (line 72)"
7 => "Shopware\Core\Content\Product\SalesChannel\Listing\ProductListingLoader::load (line 117)"
8 => "Nd\Fashion\Overwrite\ProductListingRoute::load (line 96)"
9 => "Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute::Shopware\Core\Content\Product\SalesChannel\Listing\{closure} (line 350)"
10 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 44)"
11 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 120)"
12 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 43)"
13 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 46)"
14 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 42)"
15 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 41)"
16 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 59)"
17 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 40)"
18 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 95)"
19 => "Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute::Shopware\Core\Content\Product\SalesChannel\Listing\{closure} (line 72)"
20 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 35)"
21 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 92)"
22 => "Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute::load (line 51)"
23 => "Shopware\Core\Content\Product\SalesChannel\Listing\ResolveCriteriaProductListingRoute::load (line 62)"
24 => "Shopware\Core\Content\Product\Cms\ProductListingCmsElementResolver::enrich (line 99)"
25 => "Shopware\Core\Content\Cms\DataResolver\CmsSlotsDataResolver::resolve (line 104)"
26 => "Shopware\Core\Content\Cms\SalesChannel\SalesChannelCmsPageLoader::loadSlotData (line 94)"
27 => "Shopware\Core\Content\Cms\SalesChannel\SalesChannelCmsPageLoader::load (line 108)"
28 => "Nd\Fashion\Page\Manufacturer\ProductManufacturerRoute::load (line 66)"
29 => "Nd\Fashion\Page\Manufacturer\ProductManufacturerPageLoader::load (line 48)"
30 => "Nd\Fashion\Storefront\Controller\ManufacturerController::productManufacturerDetail (line 163)"
31 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
32 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
33 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
34 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 481)"
35 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 454)"
36 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 348)"
37 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 226)"
38 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
39 => "Shopware\Core\HttpKernel::doHandle (line 81)"
40 => "Shopware\Core\HttpKernel::handle (line 69)"
]
|
105 |
651.43 ms |
SELECT COUNT(*) FROM (
SELECT `product`.`id`, `product`.`product_number`, `product`.`auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`version_id` = `product.parent`.`version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product`.`visibilities` = `product.visibilities`.`product_id` AND `product`.version_id = `product.visibilities`.product_version_id LEFT JOIN (SELECT `product.translation`.product_id, `product.translation`.product_version_id, `product.translation`.meta_description as `product.translation.metaDescription`, `product.translation`.name as `product.translation.name`, `product.translation`.keywords as `product.translation.keywords`, `product.translation`.description as `product.translation.description`, `product.translation`.meta_title as `product.translation.metaTitle`, `product.translation`.pack_unit as `product.translation.packUnit`, `product.translation`.pack_unit_plural as `product.translation.packUnitPlural`, `product.translation`.custom_search_keywords as `product.translation.customSearchKeywords`, `product.translation`.slot_config as `product.translation.slotConfig`, `product.translation`.custom_fields as `product.translation.customFields`, `product.translation`.created_at as `product.translation.createdAt`, `product.translation`.updated_at as `product.translation.updatedAt`, `product.translation`.product_id as `product.translation.productId`, `product.translation`.language_id as `product.translation.languageId`, `product.translation`.product_version_id as `product.translation.productVersionId` FROM `product_translation` `product.translation` WHERE `product.translation`.language_id = :languageId) `product.product_translation` ON `product.product_translation`.`product_id` = `product`.`id` AND `product.product_translation`.product_version_id = `product`.version_id LEFT JOIN (SELECT `product.parent.translation`.product_id, `product.parent.translation`.product_version_id, `product.parent.translation`.meta_description as `product.parent.translation.metaDescription`, `product.parent.translation`.name as `product.parent.translation.name`, `product.parent.translation`.keywords as `product.parent.translation.keywords`, `product.parent.translation`.description as `product.parent.translation.description`, `product.parent.translation`.meta_title as `product.parent.translation.metaTitle`, `product.parent.translation`.pack_unit as `product.parent.translation.packUnit`, `product.parent.translation`.pack_unit_plural as `product.parent.translation.packUnitPlural`, `product.parent.translation`.custom_search_keywords as `product.parent.translation.customSearchKeywords`, `product.parent.translation`.slot_config as `product.parent.translation.slotConfig`, `product.parent.translation`.custom_fields as `product.parent.translation.customFields`, `product.parent.translation`.created_at as `product.parent.translation.createdAt`, `product.parent.translation`.updated_at as `product.parent.translation.updatedAt`, `product.parent.translation`.product_id as `product.parent.translation.productId`, `product.parent.translation`.language_id as `product.parent.translation.languageId`, `product.parent.translation`.product_version_id as `product.parent.translation.productVersionId` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation`.language_id = :languageId) `product.product_translation.parent` ON `product.product_translation.parent`.`product_id` = `product.parent`.`id` AND `product.product_translation.parent`.product_version_id = `product.parent`.version_id WHERE (`product`.`version_id` = :version) AND ((((`product.visibilities`.`visibility` >= :param_3bacedbf679e4235aee59eb914a77ca8) AND `product.visibilities`.`sales_channel_id` = :param_31bf4e5f524046abba4b72d6a6e3230c AND IFNULL(`product`.`active`, `product.parent`.`active`) = :param_28f7198d9a15438d9aa57273399f975f) AND IFNULL(`product`.`product_manufacturer_id`, `product.parent`.`product_manufacturer_id`) = :param_b34cd798cfc54d6da97e1c4e512e9326 AND NOT (`product`.`display_group` <=> :param_5c888b5a33ea423d905115e37294b45e) AND NOT (IFNULL(`product`.`is_closeout`, `product.parent`.`is_closeout`) <=> :param_dec6546f17054c6cbd4daf47b485adfb AND `product`.`available` <=> :param_850c1282fb9b49c1930b426583d34189))) GROUP BY `product`.`display_group`) total
SELECT COUNT(*) FROM (
SELECT `product`.`id`, `product`.`product_number`, `product`.`auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`version_id` = `product.parent`.`version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product`.`visibilities` = `product.visibilities`.`product_id` AND `product`.version_id = `product.visibilities`.product_version_id LEFT JOIN (SELECT `product.translation`.product_id, `product.translation`.product_version_id, `product.translation`.meta_description as `product.translation.metaDescription`, `product.translation`.name as `product.translation.name`, `product.translation`.keywords as `product.translation.keywords`, `product.translation`.description as `product.translation.description`, `product.translation`.meta_title as `product.translation.metaTitle`, `product.translation`.pack_unit as `product.translation.packUnit`, `product.translation`.pack_unit_plural as `product.translation.packUnitPlural`, `product.translation`.custom_search_keywords as `product.translation.customSearchKeywords`, `product.translation`.slot_config as `product.translation.slotConfig`, `product.translation`.custom_fields as `product.translation.customFields`, `product.translation`.created_at as `product.translation.createdAt`, `product.translation`.updated_at as `product.translation.updatedAt`, `product.translation`.product_id as `product.translation.productId`, `product.translation`.language_id as `product.translation.languageId`, `product.translation`.product_version_id as `product.translation.productVersionId` FROM `product_translation` `product.translation` WHERE `product.translation`.language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B) `product.product_translation` ON `product.product_translation`.`product_id` = `product`.`id` AND `product.product_translation`.product_version_id = `product`.version_id LEFT JOIN (SELECT `product.parent.translation`.product_id, `product.parent.translation`.product_version_id, `product.parent.translation`.meta_description as `product.parent.translation.metaDescription`, `product.parent.translation`.name as `product.parent.translation.name`, `product.parent.translation`.keywords as `product.parent.translation.keywords`, `product.parent.translation`.description as `product.parent.translation.description`, `product.parent.translation`.meta_title as `product.parent.translation.metaTitle`, `product.parent.translation`.pack_unit as `product.parent.translation.packUnit`, `product.parent.translation`.pack_unit_plural as `product.parent.translation.packUnitPlural`, `product.parent.translation`.custom_search_keywords as `product.parent.translation.customSearchKeywords`, `product.parent.translation`.slot_config as `product.parent.translation.slotConfig`, `product.parent.translation`.custom_fields as `product.parent.translation.customFields`, `product.parent.translation`.created_at as `product.parent.translation.createdAt`, `product.parent.translation`.updated_at as `product.parent.translation.updatedAt`, `product.parent.translation`.product_id as `product.parent.translation.productId`, `product.parent.translation`.language_id as `product.parent.translation.languageId`, `product.parent.translation`.product_version_id as `product.parent.translation.productVersionId` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation`.language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B) `product.product_translation.parent` ON `product.product_translation.parent`.`product_id` = `product.parent`.`id` AND `product.product_translation.parent`.product_version_id = `product.parent`.version_id WHERE (`product`.`version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425) AND ((((`product.visibilities`.`visibility` >= 30) AND `product.visibilities`.`sales_channel_id` = 0x327009EB5C1A48E192B7D2BCFA9C61BE AND IFNULL(`product`.`active`, `product.parent`.`active`) = 1) AND IFNULL(`product`.`product_manufacturer_id`, `product.parent`.`product_manufacturer_id`) = 0x766555701DAB4F4A1E30E2DA24D649BC AND NOT (`product`.`display_group` <=> NULL) AND NOT (IFNULL(`product`.`is_closeout`, `product.parent`.`is_closeout`) <=> 1 AND `product`.`available` <=> 0))) GROUP BY `product`.`display_group`) total;
array:42 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 239)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 195)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntitySearcher::getTotalCount (line 109)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntitySearcher::search (line 62)"
5 => "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher::search (line 216)"
6 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::doSearch (line 185)"
7 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::searchIds (line 72)"
8 => "Shopware\Core\Content\Product\SalesChannel\Listing\ProductListingLoader::load (line 117)"
9 => "Nd\Fashion\Overwrite\ProductListingRoute::load (line 96)"
10 => "Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute::Shopware\Core\Content\Product\SalesChannel\Listing\{closure} (line 350)"
11 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 44)"
12 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 120)"
13 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 43)"
14 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 46)"
15 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 42)"
16 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 41)"
17 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 59)"
18 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 40)"
19 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 95)"
20 => "Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute::Shopware\Core\Content\Product\SalesChannel\Listing\{closure} (line 72)"
21 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 35)"
22 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 92)"
23 => "Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute::load (line 51)"
24 => "Shopware\Core\Content\Product\SalesChannel\Listing\ResolveCriteriaProductListingRoute::load (line 62)"
25 => "Shopware\Core\Content\Product\Cms\ProductListingCmsElementResolver::enrich (line 99)"
26 => "Shopware\Core\Content\Cms\DataResolver\CmsSlotsDataResolver::resolve (line 104)"
27 => "Shopware\Core\Content\Cms\SalesChannel\SalesChannelCmsPageLoader::loadSlotData (line 94)"
28 => "Shopware\Core\Content\Cms\SalesChannel\SalesChannelCmsPageLoader::load (line 108)"
29 => "Nd\Fashion\Page\Manufacturer\ProductManufacturerRoute::load (line 66)"
30 => "Nd\Fashion\Page\Manufacturer\ProductManufacturerPageLoader::load (line 48)"
31 => "Nd\Fashion\Storefront\Controller\ManufacturerController::productManufacturerDetail (line 163)"
32 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
33 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
34 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
35 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 481)"
36 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 454)"
37 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 348)"
38 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 226)"
39 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
40 => "Shopware\Core\HttpKernel::doHandle (line 81)"
41 => "Shopware\Core\HttpKernel::handle (line 69)"
]
|
106 |
524.11 ms |
SELECT LOWER(HEX(IFNULL(`product`.`product_manufacturer_id`, `product.parent`.`product_manufacturer_id`))) as `manufacturer` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`version_id` = `product.parent`.`version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product`.`visibilities` = `product.visibilities`.`product_id` AND `product`.version_id = `product.visibilities`.product_version_id WHERE (`product`.`version_id` = :version) AND ((((`product.visibilities`.`visibility` >= :param_d871321427e94dbb84a66d50c6bdba60) AND `product.visibilities`.`sales_channel_id` = :param_0a9abcf59e5747cea5b6b4706cb50e30 AND IFNULL(`product`.`active`, `product.parent`.`active`) = :param_26092e85e0ed4b99ab3a6a0ca4a6141c) AND IFNULL(`product`.`product_manufacturer_id`, `product.parent`.`product_manufacturer_id`) = :param_c22ed45248844729897229a07aa19c5e AND NOT (`product`.`display_group` <=> :param_9e4b132e0d1842febe00e3672c5ab2d6) AND NOT (IFNULL(`product`.`is_closeout`, `product.parent`.`is_closeout`) <=> :param_49a348fd7e364615b5f597bc1c822690 AND `product`.`available` <=> :param_99a04442eead4aaea953beb2f16054c3))) GROUP BY IFNULL(`product`.`product_manufacturer_id`, `product.parent`.`product_manufacturer_id`)
SELECT LOWER(HEX(IFNULL(`product`.`product_manufacturer_id`, `product.parent`.`product_manufacturer_id`))) as `manufacturer` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`version_id` = `product.parent`.`version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product`.`visibilities` = `product.visibilities`.`product_id` AND `product`.version_id = `product.visibilities`.product_version_id WHERE (`product`.`version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425) AND ((((`product.visibilities`.`visibility` >= 30) AND `product.visibilities`.`sales_channel_id` = 0x327009EB5C1A48E192B7D2BCFA9C61BE AND IFNULL(`product`.`active`, `product.parent`.`active`) = 1) AND IFNULL(`product`.`product_manufacturer_id`, `product.parent`.`product_manufacturer_id`) = 0x766555701DAB4F4A1E30E2DA24D649BC AND NOT (`product`.`display_group` <=> NULL) AND NOT (IFNULL(`product`.`is_closeout`, `product.parent`.`is_closeout`) <=> 1 AND `product`.`available` <=> 0))) GROUP BY IFNULL(`product`.`product_manufacturer_id`, `product.parent`.`product_manufacturer_id`);
array:41 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 239)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 205)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityAggregator::fetchAggregation (line 95)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityAggregator::aggregate (line 52)"
5 => "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator::aggregate (line 171)"
6 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::aggregate (line 74)"
7 => "Shopware\Core\Content\Product\SalesChannel\Listing\ProductListingLoader::load (line 117)"
8 => "Nd\Fashion\Overwrite\ProductListingRoute::load (line 96)"
9 => "Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute::Shopware\Core\Content\Product\SalesChannel\Listing\{closure} (line 350)"
10 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 44)"
11 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 120)"
12 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 43)"
13 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 46)"
14 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 42)"
15 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 41)"
16 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 59)"
17 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 40)"
18 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 95)"
19 => "Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute::Shopware\Core\Content\Product\SalesChannel\Listing\{closure} (line 72)"
20 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 35)"
21 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 92)"
22 => "Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute::load (line 51)"
23 => "Shopware\Core\Content\Product\SalesChannel\Listing\ResolveCriteriaProductListingRoute::load (line 62)"
24 => "Shopware\Core\Content\Product\Cms\ProductListingCmsElementResolver::enrich (line 99)"
25 => "Shopware\Core\Content\Cms\DataResolver\CmsSlotsDataResolver::resolve (line 104)"
26 => "Shopware\Core\Content\Cms\SalesChannel\SalesChannelCmsPageLoader::loadSlotData (line 94)"
27 => "Shopware\Core\Content\Cms\SalesChannel\SalesChannelCmsPageLoader::load (line 108)"
28 => "Nd\Fashion\Page\Manufacturer\ProductManufacturerRoute::load (line 66)"
29 => "Nd\Fashion\Page\Manufacturer\ProductManufacturerPageLoader::load (line 48)"
30 => "Nd\Fashion\Storefront\Controller\ManufacturerController::productManufacturerDetail (line 163)"
31 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
32 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
33 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
34 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 481)"
35 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 454)"
36 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 348)"
37 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 226)"
38 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
39 => "Shopware\Core\HttpKernel::doHandle (line 81)"
40 => "Shopware\Core\HttpKernel::handle (line 69)"
]
|
107 |
7.11 ms |
SELECT `product_manufacturer`.`id` as `product_manufacturer.id`, `product_manufacturer`.`version_id` as `product_manufacturer.versionId`, `product_manufacturer`.`media_id` as `product_manufacturer.mediaId`, `product_manufacturer`.`link` as `product_manufacturer.link`, `product_manufacturer`.`created_at` as `product_manufacturer.createdAt`, `product_manufacturer`.`updated_at` as `product_manufacturer.updatedAt`, `product_manufacturer.baseExtension`.`id` as `product_manufacturer.baseExtension.id`, `product_manufacturer.baseExtension`.`product_manufacturer_id` as `product_manufacturer.baseExtension.productManufacturerId`, `product_manufacturer.baseExtension`.`product_manufacturer_version_id` as `product_manufacturer.baseExtension.productManufacturerVersionId`, `product_manufacturer.baseExtension`.`active` as `product_manufacturer.baseExtension.active`, `product_manufacturer.baseExtension`.`type` as `product_manufacturer.baseExtension.type`, `product_manufacturer.baseExtension`.`created_at` as `product_manufacturer.baseExtension.createdAt`, `product_manufacturer.baseExtension`.`updated_at` as `product_manufacturer.baseExtension.updatedAt`, `product_manufacturer.listingPageExtension`.`id` as `product_manufacturer.listingPageExtension.id`, `product_manufacturer.listingPageExtension`.`product_manufacturer_id` as `product_manufacturer.listingPageExtension.productManufacturerId`, `product_manufacturer.listingPageExtension`.`product_manufacturer_version_id` as `product_manufacturer.listingPageExtension.productManufacturerVersionId`, `product_manufacturer.listingPageExtension`.`active` as `product_manufacturer.listingPageExtension.active`, `product_manufacturer.listingPageExtension`.`type` as `product_manufacturer.listingPageExtension.type`, `product_manufacturer.listingPageExtension`.`product_assignment_type` as `product_manufacturer.listingPageExtension.productAssignmentType`, `product_manufacturer.listingPageExtension`.`product_stream_id` as `product_manufacturer.listingPageExtension.productStreamId`, `product_manufacturer.listingPageExtension`.`size_media` as `product_manufacturer.listingPageExtension.sizeMediaId`, `product_manufacturer.listingPageExtension`.`highlight_media` as `product_manufacturer.listingPageExtension.highlightMediaId`, `product_manufacturer.listingPageExtension`.`created_at` as `product_manufacturer.listingPageExtension.createdAt`, `product_manufacturer.listingPageExtension`.`updated_at` as `product_manufacturer.listingPageExtension.updatedAt`, `product_manufacturer.listingPageExtension.translation.description`, COALESCE(`product_manufacturer.listingPageExtension.translation.description`,`product_manufacturer.listingPageExtension.translation.description`) as `product_manufacturer.listingPageExtension.description`, `product_manufacturer.listingPageExtension.translation.sizeDescription`, COALESCE(`product_manufacturer.listingPageExtension.translation.sizeDescription`,`product_manufacturer.listingPageExtension.translation.sizeDescription`) as `product_manufacturer.listingPageExtension.sizeDescription`, `product_manufacturer.listingPageExtension.translation.createdAt`, `product_manufacturer.listingPageExtension.translation.updatedAt`, `product_manufacturer.listingPageExtension.translation.listingPageExtensionId`, `product_manufacturer.listingPageExtension.translation.languageId`, `product_manufacturer.productPageExtension`.`id` as `product_manufacturer.productPageExtension.id`, `product_manufacturer.productPageExtension`.`product_manufacturer_id` as `product_manufacturer.productPageExtension.productManufacturerId`, `product_manufacturer.productPageExtension`.`product_manufacturer_version_id` as `product_manufacturer.productPageExtension.productManufacturerVersionId`, `product_manufacturer.productPageExtension`.`cms_page_type` as `product_manufacturer.productPageExtension.cmsPageType`, `product_manufacturer.productPageExtension`.`cms_page_id` as `product_manufacturer.productPageExtension.cmsPageId`, `product_manufacturer.productPageExtension`.`cms_page_version_id` as `product_manufacturer.productPageExtension.cmsPageVersionId`, `product_manufacturer.productPageExtension`.`created_at` as `product_manufacturer.productPageExtension.createdAt`, `product_manufacturer.productPageExtension`.`updated_at` as `product_manufacturer.productPageExtension.updatedAt`, `product_manufacturer.productPageExtension.translation.url`, COALESCE(`product_manufacturer.productPageExtension.translation.url`,`product_manufacturer.productPageExtension.translation.url`) as `product_manufacturer.productPageExtension.url`, `product_manufacturer.productPageExtension.translation.metaTitle`, COALESCE(`product_manufacturer.productPageExtension.translation.metaTitle`,`product_manufacturer.productPageExtension.translation.metaTitle`) as `product_manufacturer.productPageExtension.metaTitle`, `product_manufacturer.productPageExtension.translation.metaDescription`, COALESCE(`product_manufacturer.productPageExtension.translation.metaDescription`,`product_manufacturer.productPageExtension.translation.metaDescription`) as `product_manufacturer.productPageExtension.metaDescription`, `product_manufacturer.productPageExtension.translation.keywords`, COALESCE(`product_manufacturer.productPageExtension.translation.keywords`,`product_manufacturer.productPageExtension.translation.keywords`) as `product_manufacturer.productPageExtension.keywords`, `product_manufacturer.productPageExtension.translation.slotConfig`, COALESCE(`product_manufacturer.productPageExtension.translation.slotConfig`,`product_manufacturer.productPageExtension.translation.slotConfig`) as `product_manufacturer.productPageExtension.slotConfig`, `product_manufacturer.productPageExtension.translation.createdAt`, `product_manufacturer.productPageExtension.translation.updatedAt`, `product_manufacturer.productPageExtension.translation.productPageExtensionId`, `product_manufacturer.productPageExtension.translation.languageId`, `product_manufacturer.translation.name`, COALESCE(`product_manufacturer.translation.name`,`product_manufacturer.translation.name`) as `product_manufacturer.name`, `product_manufacturer.translation.description`, COALESCE(`product_manufacturer.translation.description`,`product_manufacturer.translation.description`) as `product_manufacturer.description`, `product_manufacturer.translation.customFields`, COALESCE(`product_manufacturer.translation.customFields`,`product_manufacturer.translation.customFields`) as `product_manufacturer.customFields`, `product_manufacturer.translation.createdAt`, `product_manufacturer.translation.updatedAt`, `product_manufacturer.translation.productManufacturerId`, `product_manufacturer.translation.languageId`, `product_manufacturer.translation.productManufacturerVersionId` FROM `product_manufacturer` LEFT JOIN (SELECT `product_manufacturer.translation`.product_manufacturer_id, `product_manufacturer.translation`.product_manufacturer_version_id, `product_manufacturer.translation`.name as `product_manufacturer.translation.name`, `product_manufacturer.translation`.description as `product_manufacturer.translation.description`, `product_manufacturer.translation`.custom_fields as `product_manufacturer.translation.customFields`, `product_manufacturer.translation`.created_at as `product_manufacturer.translation.createdAt`, `product_manufacturer.translation`.updated_at as `product_manufacturer.translation.updatedAt`, `product_manufacturer.translation`.product_manufacturer_id as `product_manufacturer.translation.productManufacturerId`, `product_manufacturer.translation`.language_id as `product_manufacturer.translation.languageId`, `product_manufacturer.translation`.product_manufacturer_version_id as `product_manufacturer.translation.productManufacturerVersionId` FROM `product_manufacturer_translation` `product_manufacturer.translation` WHERE `product_manufacturer.translation`.language_id = :languageId) `product_manufacturer.product_manufacturer_translation` ON `product_manufacturer.product_manufacturer_translation`.`product_manufacturer_id` = `product_manufacturer`.`id` AND `product_manufacturer.product_manufacturer_translation`.product_manufacturer_version_id = `product_manufacturer`.version_id LEFT JOIN `base_extension` `product_manufacturer.baseExtension` ON `product_manufacturer`.`id` = `product_manufacturer.baseExtension`.`product_manufacturer_id` LEFT JOIN `listing_page_extension` `product_manufacturer.listingPageExtension` ON `product_manufacturer`.`id` = `product_manufacturer.listingPageExtension`.`product_manufacturer_id` LEFT JOIN `product_page_extension` `product_manufacturer.productPageExtension` ON `product_manufacturer`.`id` = `product_manufacturer.productPageExtension`.`product_manufacturer_id` LEFT JOIN (SELECT `product_manufacturer.listingPageExtension.translation`.listing_page_extension_id, `product_manufacturer.listingPageExtension.translation`.description as `product_manufacturer.listingPageExtension.translation.description`, `product_manufacturer.listingPageExtension.translation`.size_description as `product_manufacturer.listingPageExtension.translation.sizeDescription`, `product_manufacturer.listingPageExtension.translation`.created_at as `product_manufacturer.listingPageExtension.translation.createdAt`, `product_manufacturer.listingPageExtension.translation`.updated_at as `product_manufacturer.listingPageExtension.translation.updatedAt`, `product_manufacturer.listingPageExtension.translation`.listing_page_extension_id as `product_manufacturer.listingPageExtension.translation.listingPageExtensionId`, `product_manufacturer.listingPageExtension.translation`.language_id as `product_manufacturer.listingPageExtension.translation.languageId` FROM `listing_page_extension_translation` `product_manufacturer.listingPageExtension.translation` WHERE `product_manufacturer.listingPageExtension.translation`.language_id = :languageId) `product_manufacturer.listingPageExtension.listing_page_extension_translation` ON `product_manufacturer.listingPageExtension.listing_page_extension_translation`.`listing_page_extension_id` = `product_manufacturer.listingPageExtension`.`id` LEFT JOIN (SELECT `product_manufacturer.productPageExtension.translation`.product_page_extension_id, `product_manufacturer.productPageExtension.translation`.url as `product_manufacturer.productPageExtension.translation.url`, `product_manufacturer.productPageExtension.translation`.meta_title as `product_manufacturer.productPageExtension.translation.metaTitle`, `product_manufacturer.productPageExtension.translation`.meta_description as `product_manufacturer.productPageExtension.translation.metaDescription`, `product_manufacturer.productPageExtension.translation`.keywords as `product_manufacturer.productPageExtension.translation.keywords`, `product_manufacturer.productPageExtension.translation`.slot_config as `product_manufacturer.productPageExtension.translation.slotConfig`, `product_manufacturer.productPageExtension.translation`.created_at as `product_manufacturer.productPageExtension.translation.createdAt`, `product_manufacturer.productPageExtension.translation`.updated_at as `product_manufacturer.productPageExtension.translation.updatedAt`, `product_manufacturer.productPageExtension.translation`.product_page_extension_id as `product_manufacturer.productPageExtension.translation.productPageExtensionId`, `product_manufacturer.productPageExtension.translation`.language_id as `product_manufacturer.productPageExtension.translation.languageId` FROM `product_page_extension_translation` `product_manufacturer.productPageExtension.translation` WHERE `product_manufacturer.productPageExtension.translation`.language_id = :languageId) `product_manufacturer.productPageExtension.product_page_extension_translation` ON `product_manufacturer.productPageExtension.product_page_extension_translation`.`product_page_extension_id` = `product_manufacturer.productPageExtension`.`id` WHERE (`product_manufacturer`.`version_id` = :version) AND (`product_manufacturer`.`id` IN (:ids))
SELECT
`product_manufacturer`.`id` as `product_manufacturer.id`,
`product_manufacturer`.`version_id` as `product_manufacturer.versionId`,
`product_manufacturer`.`media_id` as `product_manufacturer.mediaId`,
`product_manufacturer`.`link` as `product_manufacturer.link`,
`product_manufacturer`.`created_at` as `product_manufacturer.createdAt`,
`product_manufacturer`.`updated_at` as `product_manufacturer.updatedAt`,
`product_manufacturer.baseExtension`.`id` as `product_manufacturer.baseExtension.id`,
`product_manufacturer.baseExtension`.`product_manufacturer_id` as `product_manufacturer.baseExtension.productManufacturerId`,
`product_manufacturer.baseExtension`.`product_manufacturer_version_id` as `product_manufacturer.baseExtension.productManufacturerVersionId`,
`product_manufacturer.baseExtension`.`active` as `product_manufacturer.baseExtension.active`,
`product_manufacturer.baseExtension`.`type` as `product_manufacturer.baseExtension.type`,
`product_manufacturer.baseExtension`.`created_at` as `product_manufacturer.baseExtension.createdAt`,
`product_manufacturer.baseExtension`.`updated_at` as `product_manufacturer.baseExtension.updatedAt`,
`product_manufacturer.listingPageExtension`.`id` as `product_manufacturer.listingPageExtension.id`,
`product_manufacturer.listingPageExtension`.`product_manufacturer_id` as `product_manufacturer.listingPageExtension.productManufacturerId`,
`product_manufacturer.listingPageExtension`.`product_manufacturer_version_id` as `product_manufacturer.listingPageExtension.productManufacturerVersionId`,
`product_manufacturer.listingPageExtension`.`active` as `product_manufacturer.listingPageExtension.active`,
`product_manufacturer.listingPageExtension`.`type` as `product_manufacturer.listingPageExtension.type`,
`product_manufacturer.listingPageExtension`.`product_assignment_type` as `product_manufacturer.listingPageExtension.productAssignmentType`,
`product_manufacturer.listingPageExtension`.`product_stream_id` as `product_manufacturer.listingPageExtension.productStreamId`,
`product_manufacturer.listingPageExtension`.`size_media` as `product_manufacturer.listingPageExtension.sizeMediaId`,
`product_manufacturer.listingPageExtension`.`highlight_media` as `product_manufacturer.listingPageExtension.highlightMediaId`,
`product_manufacturer.listingPageExtension`.`created_at` as `product_manufacturer.listingPageExtension.createdAt`,
`product_manufacturer.listingPageExtension`.`updated_at` as `product_manufacturer.listingPageExtension.updatedAt`,
`product_manufacturer.listingPageExtension.translation.description`,
COALESCE(
`product_manufacturer.listingPageExtension.translation.description`,
`product_manufacturer.listingPageExtension.translation.description`
) as `product_manufacturer.listingPageExtension.description`,
`product_manufacturer.listingPageExtension.translation.sizeDescription`,
COALESCE(
`product_manufacturer.listingPageExtension.translation.sizeDescription`,
`product_manufacturer.listingPageExtension.translation.sizeDescription`
) as `product_manufacturer.listingPageExtension.sizeDescription`,
`product_manufacturer.listingPageExtension.translation.createdAt`,
`product_manufacturer.listingPageExtension.translation.updatedAt`,
`product_manufacturer.listingPageExtension.translation.listingPageExtensionId`,
`product_manufacturer.listingPageExtension.translation.languageId`,
`product_manufacturer.productPageExtension`.`id` as `product_manufacturer.productPageExtension.id`,
`product_manufacturer.productPageExtension`.`product_manufacturer_id` as `product_manufacturer.productPageExtension.productManufacturerId`,
`product_manufacturer.productPageExtension`.`product_manufacturer_version_id` as `product_manufacturer.productPageExtension.productManufacturerVersionId`,
`product_manufacturer.productPageExtension`.`cms_page_type` as `product_manufacturer.productPageExtension.cmsPageType`,
`product_manufacturer.productPageExtension`.`cms_page_id` as `product_manufacturer.productPageExtension.cmsPageId`,
`product_manufacturer.productPageExtension`.`cms_page_version_id` as `product_manufacturer.productPageExtension.cmsPageVersionId`,
`product_manufacturer.productPageExtension`.`created_at` as `product_manufacturer.productPageExtension.createdAt`,
`product_manufacturer.productPageExtension`.`updated_at` as `product_manufacturer.productPageExtension.updatedAt`,
`product_manufacturer.productPageExtension.translation.url`,
COALESCE(
`product_manufacturer.productPageExtension.translation.url`,
`product_manufacturer.productPageExtension.translation.url`
) as `product_manufacturer.productPageExtension.url`,
`product_manufacturer.productPageExtension.translation.metaTitle`,
COALESCE(
`product_manufacturer.productPageExtension.translation.metaTitle`,
`product_manufacturer.productPageExtension.translation.metaTitle`
) as `product_manufacturer.productPageExtension.metaTitle`,
`product_manufacturer.productPageExtension.translation.metaDescription`,
COALESCE(
`product_manufacturer.productPageExtension.translation.metaDescription`,
`product_manufacturer.productPageExtension.translation.metaDescription`
) as `product_manufacturer.productPageExtension.metaDescription`,
`product_manufacturer.productPageExtension.translation.keywords`,
COALESCE(
`product_manufacturer.productPageExtension.translation.keywords`,
`product_manufacturer.productPageExtension.translation.keywords`
) as `product_manufacturer.productPageExtension.keywords`,
`product_manufacturer.productPageExtension.translation.slotConfig`,
COALESCE(
`product_manufacturer.productPageExtension.translation.slotConfig`,
`product_manufacturer.productPageExtension.translation.slotConfig`
) as `product_manufacturer.productPageExtension.slotConfig`,
`product_manufacturer.productPageExtension.translation.createdAt`,
`product_manufacturer.productPageExtension.translation.updatedAt`,
`product_manufacturer.productPageExtension.translation.productPageExtensionId`,
`product_manufacturer.productPageExtension.translation.languageId`,
`product_manufacturer.translation.name`,
COALESCE(
`product_manufacturer.translation.name`,
`product_manufacturer.translation.name`
) as `product_manufacturer.name`,
`product_manufacturer.translation.description`,
COALESCE(
`product_manufacturer.translation.description`,
`product_manufacturer.translation.description`
) as `product_manufacturer.description`,
`product_manufacturer.translation.customFields`,
COALESCE(
`product_manufacturer.translation.customFields`,
`product_manufacturer.translation.customFields`
) as `product_manufacturer.customFields`,
`product_manufacturer.translation.createdAt`,
`product_manufacturer.translation.updatedAt`,
`product_manufacturer.translation.productManufacturerId`,
`product_manufacturer.translation.languageId`,
`product_manufacturer.translation.productManufacturerVersionId`
FROM
`product_manufacturer`
LEFT JOIN (
SELECT
`product_manufacturer.translation`.product_manufacturer_id,
`product_manufacturer.translation`.product_manufacturer_version_id,
`product_manufacturer.translation`.name as `product_manufacturer.translation.name`,
`product_manufacturer.translation`.description as `product_manufacturer.translation.description`,
`product_manufacturer.translation`.custom_fields as `product_manufacturer.translation.customFields`,
`product_manufacturer.translation`.created_at as `product_manufacturer.translation.createdAt`,
`product_manufacturer.translation`.updated_at as `product_manufacturer.translation.updatedAt`,
`product_manufacturer.translation`.product_manufacturer_id as `product_manufacturer.translation.productManufacturerId`,
`product_manufacturer.translation`.language_id as `product_manufacturer.translation.languageId`,
`product_manufacturer.translation`.product_manufacturer_version_id as `product_manufacturer.translation.productManufacturerVersionId`
FROM
`product_manufacturer_translation` `product_manufacturer.translation`
WHERE
`product_manufacturer.translation`.language_id = : languageId
) `product_manufacturer.product_manufacturer_translation` ON `product_manufacturer.product_manufacturer_translation`.`product_manufacturer_id` = `product_manufacturer`.`id`
AND `product_manufacturer.product_manufacturer_translation`.product_manufacturer_version_id = `product_manufacturer`.version_id
LEFT JOIN `base_extension` `product_manufacturer.baseExtension` ON `product_manufacturer`.`id` = `product_manufacturer.baseExtension`.`product_manufacturer_id`
LEFT JOIN `listing_page_extension` `product_manufacturer.listingPageExtension` ON `product_manufacturer`.`id` = `product_manufacturer.listingPageExtension`.`product_manufacturer_id`
LEFT JOIN `product_page_extension` `product_manufacturer.productPageExtension` ON `product_manufacturer`.`id` = `product_manufacturer.productPageExtension`.`product_manufacturer_id`
LEFT JOIN (
SELECT
`product_manufacturer.listingPageExtension.translation`.listing_page_extension_id,
`product_manufacturer.listingPageExtension.translation`.description as `product_manufacturer.listingPageExtension.translation.description`,
`product_manufacturer.listingPageExtension.translation`.size_description as `product_manufacturer.listingPageExtension.translation.sizeDescription`,
`product_manufacturer.listingPageExtension.translation`.created_at as `product_manufacturer.listingPageExtension.translation.createdAt`,
`product_manufacturer.listingPageExtension.translation`.updated_at as `product_manufacturer.listingPageExtension.translation.updatedAt`,
`product_manufacturer.listingPageExtension.translation`.listing_page_extension_id as `product_manufacturer.listingPageExtension.translation.listingPageExtensionId`,
`product_manufacturer.listingPageExtension.translation`.language_id as `product_manufacturer.listingPageExtension.translation.languageId`
FROM
`listing_page_extension_translation` `product_manufacturer.listingPageExtension.translation`
WHERE
`product_manufacturer.listingPageExtension.translation`.language_id = : languageId
) `product_manufacturer.listingPageExtension.listing_page_extension_translation` ON `product_manufacturer.listingPageExtension.listing_page_extension_translation`.`listing_page_extension_id` = `product_manufacturer.listingPageExtension`.`id`
LEFT JOIN (
SELECT
`product_manufacturer.productPageExtension.translation`.product_page_extension_id,
`product_manufacturer.productPageExtension.translation`.url as `product_manufacturer.productPageExtension.translation.url`,
`product_manufacturer.productPageExtension.translation`.meta_title as `product_manufacturer.productPageExtension.translation.metaTitle`,
`product_manufacturer.productPageExtension.translation`.meta_description as `product_manufacturer.productPageExtension.translation.metaDescription`,
`product_manufacturer.productPageExtension.translation`.keywords as `product_manufacturer.productPageExtension.translation.keywords`,
`product_manufacturer.productPageExtension.translation`.slot_config as `product_manufacturer.productPageExtension.translation.slotConfig`,
`product_manufacturer.productPageExtension.translation`.created_at as `product_manufacturer.productPageExtension.translation.createdAt`,
`product_manufacturer.productPageExtension.translation`.updated_at as `product_manufacturer.productPageExtension.translation.updatedAt`,
`product_manufacturer.productPageExtension.translation`.product_page_extension_id as `product_manufacturer.productPageExtension.translation.productPageExtensionId`,
`product_manufacturer.productPageExtension.translation`.language_id as `product_manufacturer.productPageExtension.translation.languageId`
FROM
`product_page_extension_translation` `product_manufacturer.productPageExtension.translation`
WHERE
`product_manufacturer.productPageExtension.translation`.language_id = : languageId
) `product_manufacturer.productPageExtension.product_page_extension_translation` ON `product_manufacturer.productPageExtension.product_page_extension_translation`.`product_page_extension_id` = `product_manufacturer.productPageExtension`.`id`
WHERE
(
`product_manufacturer`.`version_id` = : version
)
AND (
`product_manufacturer`.`id` IN (: ids)
)
SELECT `product_manufacturer`.`id` as `product_manufacturer.id`, `product_manufacturer`.`version_id` as `product_manufacturer.versionId`, `product_manufacturer`.`media_id` as `product_manufacturer.mediaId`, `product_manufacturer`.`link` as `product_manufacturer.link`, `product_manufacturer`.`created_at` as `product_manufacturer.createdAt`, `product_manufacturer`.`updated_at` as `product_manufacturer.updatedAt`, `product_manufacturer.baseExtension`.`id` as `product_manufacturer.baseExtension.id`, `product_manufacturer.baseExtension`.`product_manufacturer_id` as `product_manufacturer.baseExtension.productManufacturerId`, `product_manufacturer.baseExtension`.`product_manufacturer_version_id` as `product_manufacturer.baseExtension.productManufacturerVersionId`, `product_manufacturer.baseExtension`.`active` as `product_manufacturer.baseExtension.active`, `product_manufacturer.baseExtension`.`type` as `product_manufacturer.baseExtension.type`, `product_manufacturer.baseExtension`.`created_at` as `product_manufacturer.baseExtension.createdAt`, `product_manufacturer.baseExtension`.`updated_at` as `product_manufacturer.baseExtension.updatedAt`, `product_manufacturer.listingPageExtension`.`id` as `product_manufacturer.listingPageExtension.id`, `product_manufacturer.listingPageExtension`.`product_manufacturer_id` as `product_manufacturer.listingPageExtension.productManufacturerId`, `product_manufacturer.listingPageExtension`.`product_manufacturer_version_id` as `product_manufacturer.listingPageExtension.productManufacturerVersionId`, `product_manufacturer.listingPageExtension`.`active` as `product_manufacturer.listingPageExtension.active`, `product_manufacturer.listingPageExtension`.`type` as `product_manufacturer.listingPageExtension.type`, `product_manufacturer.listingPageExtension`.`product_assignment_type` as `product_manufacturer.listingPageExtension.productAssignmentType`, `product_manufacturer.listingPageExtension`.`product_stream_id` as `product_manufacturer.listingPageExtension.productStreamId`, `product_manufacturer.listingPageExtension`.`size_media` as `product_manufacturer.listingPageExtension.sizeMediaId`, `product_manufacturer.listingPageExtension`.`highlight_media` as `product_manufacturer.listingPageExtension.highlightMediaId`, `product_manufacturer.listingPageExtension`.`created_at` as `product_manufacturer.listingPageExtension.createdAt`, `product_manufacturer.listingPageExtension`.`updated_at` as `product_manufacturer.listingPageExtension.updatedAt`, `product_manufacturer.listingPageExtension.translation.description`, COALESCE(`product_manufacturer.listingPageExtension.translation.description`,`product_manufacturer.listingPageExtension.translation.description`) as `product_manufacturer.listingPageExtension.description`, `product_manufacturer.listingPageExtension.translation.sizeDescription`, COALESCE(`product_manufacturer.listingPageExtension.translation.sizeDescription`,`product_manufacturer.listingPageExtension.translation.sizeDescription`) as `product_manufacturer.listingPageExtension.sizeDescription`, `product_manufacturer.listingPageExtension.translation.createdAt`, `product_manufacturer.listingPageExtension.translation.updatedAt`, `product_manufacturer.listingPageExtension.translation.listingPageExtensionId`, `product_manufacturer.listingPageExtension.translation.languageId`, `product_manufacturer.productPageExtension`.`id` as `product_manufacturer.productPageExtension.id`, `product_manufacturer.productPageExtension`.`product_manufacturer_id` as `product_manufacturer.productPageExtension.productManufacturerId`, `product_manufacturer.productPageExtension`.`product_manufacturer_version_id` as `product_manufacturer.productPageExtension.productManufacturerVersionId`, `product_manufacturer.productPageExtension`.`cms_page_type` as `product_manufacturer.productPageExtension.cmsPageType`, `product_manufacturer.productPageExtension`.`cms_page_id` as `product_manufacturer.productPageExtension.cmsPageId`, `product_manufacturer.productPageExtension`.`cms_page_version_id` as `product_manufacturer.productPageExtension.cmsPageVersionId`, `product_manufacturer.productPageExtension`.`created_at` as `product_manufacturer.productPageExtension.createdAt`, `product_manufacturer.productPageExtension`.`updated_at` as `product_manufacturer.productPageExtension.updatedAt`, `product_manufacturer.productPageExtension.translation.url`, COALESCE(`product_manufacturer.productPageExtension.translation.url`,`product_manufacturer.productPageExtension.translation.url`) as `product_manufacturer.productPageExtension.url`, `product_manufacturer.productPageExtension.translation.metaTitle`, COALESCE(`product_manufacturer.productPageExtension.translation.metaTitle`,`product_manufacturer.productPageExtension.translation.metaTitle`) as `product_manufacturer.productPageExtension.metaTitle`, `product_manufacturer.productPageExtension.translation.metaDescription`, COALESCE(`product_manufacturer.productPageExtension.translation.metaDescription`,`product_manufacturer.productPageExtension.translation.metaDescription`) as `product_manufacturer.productPageExtension.metaDescription`, `product_manufacturer.productPageExtension.translation.keywords`, COALESCE(`product_manufacturer.productPageExtension.translation.keywords`,`product_manufacturer.productPageExtension.translation.keywords`) as `product_manufacturer.productPageExtension.keywords`, `product_manufacturer.productPageExtension.translation.slotConfig`, COALESCE(`product_manufacturer.productPageExtension.translation.slotConfig`,`product_manufacturer.productPageExtension.translation.slotConfig`) as `product_manufacturer.productPageExtension.slotConfig`, `product_manufacturer.productPageExtension.translation.createdAt`, `product_manufacturer.productPageExtension.translation.updatedAt`, `product_manufacturer.productPageExtension.translation.productPageExtensionId`, `product_manufacturer.productPageExtension.translation.languageId`, `product_manufacturer.translation.name`, COALESCE(`product_manufacturer.translation.name`,`product_manufacturer.translation.name`) as `product_manufacturer.name`, `product_manufacturer.translation.description`, COALESCE(`product_manufacturer.translation.description`,`product_manufacturer.translation.description`) as `product_manufacturer.description`, `product_manufacturer.translation.customFields`, COALESCE(`product_manufacturer.translation.customFields`,`product_manufacturer.translation.customFields`) as `product_manufacturer.customFields`, `product_manufacturer.translation.createdAt`, `product_manufacturer.translation.updatedAt`, `product_manufacturer.translation.productManufacturerId`, `product_manufacturer.translation.languageId`, `product_manufacturer.translation.productManufacturerVersionId` FROM `product_manufacturer` LEFT JOIN (SELECT `product_manufacturer.translation`.product_manufacturer_id, `product_manufacturer.translation`.product_manufacturer_version_id, `product_manufacturer.translation`.name as `product_manufacturer.translation.name`, `product_manufacturer.translation`.description as `product_manufacturer.translation.description`, `product_manufacturer.translation`.custom_fields as `product_manufacturer.translation.customFields`, `product_manufacturer.translation`.created_at as `product_manufacturer.translation.createdAt`, `product_manufacturer.translation`.updated_at as `product_manufacturer.translation.updatedAt`, `product_manufacturer.translation`.product_manufacturer_id as `product_manufacturer.translation.productManufacturerId`, `product_manufacturer.translation`.language_id as `product_manufacturer.translation.languageId`, `product_manufacturer.translation`.product_manufacturer_version_id as `product_manufacturer.translation.productManufacturerVersionId` FROM `product_manufacturer_translation` `product_manufacturer.translation` WHERE `product_manufacturer.translation`.language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B) `product_manufacturer.product_manufacturer_translation` ON `product_manufacturer.product_manufacturer_translation`.`product_manufacturer_id` = `product_manufacturer`.`id` AND `product_manufacturer.product_manufacturer_translation`.product_manufacturer_version_id = `product_manufacturer`.version_id LEFT JOIN `base_extension` `product_manufacturer.baseExtension` ON `product_manufacturer`.`id` = `product_manufacturer.baseExtension`.`product_manufacturer_id` LEFT JOIN `listing_page_extension` `product_manufacturer.listingPageExtension` ON `product_manufacturer`.`id` = `product_manufacturer.listingPageExtension`.`product_manufacturer_id` LEFT JOIN `product_page_extension` `product_manufacturer.productPageExtension` ON `product_manufacturer`.`id` = `product_manufacturer.productPageExtension`.`product_manufacturer_id` LEFT JOIN (SELECT `product_manufacturer.listingPageExtension.translation`.listing_page_extension_id, `product_manufacturer.listingPageExtension.translation`.description as `product_manufacturer.listingPageExtension.translation.description`, `product_manufacturer.listingPageExtension.translation`.size_description as `product_manufacturer.listingPageExtension.translation.sizeDescription`, `product_manufacturer.listingPageExtension.translation`.created_at as `product_manufacturer.listingPageExtension.translation.createdAt`, `product_manufacturer.listingPageExtension.translation`.updated_at as `product_manufacturer.listingPageExtension.translation.updatedAt`, `product_manufacturer.listingPageExtension.translation`.listing_page_extension_id as `product_manufacturer.listingPageExtension.translation.listingPageExtensionId`, `product_manufacturer.listingPageExtension.translation`.language_id as `product_manufacturer.listingPageExtension.translation.languageId` FROM `listing_page_extension_translation` `product_manufacturer.listingPageExtension.translation` WHERE `product_manufacturer.listingPageExtension.translation`.language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B) `product_manufacturer.listingPageExtension.listing_page_extension_translation` ON `product_manufacturer.listingPageExtension.listing_page_extension_translation`.`listing_page_extension_id` = `product_manufacturer.listingPageExtension`.`id` LEFT JOIN (SELECT `product_manufacturer.productPageExtension.translation`.product_page_extension_id, `product_manufacturer.productPageExtension.translation`.url as `product_manufacturer.productPageExtension.translation.url`, `product_manufacturer.productPageExtension.translation`.meta_title as `product_manufacturer.productPageExtension.translation.metaTitle`, `product_manufacturer.productPageExtension.translation`.meta_description as `product_manufacturer.productPageExtension.translation.metaDescription`, `product_manufacturer.productPageExtension.translation`.keywords as `product_manufacturer.productPageExtension.translation.keywords`, `product_manufacturer.productPageExtension.translation`.slot_config as `product_manufacturer.productPageExtension.translation.slotConfig`, `product_manufacturer.productPageExtension.translation`.created_at as `product_manufacturer.productPageExtension.translation.createdAt`, `product_manufacturer.productPageExtension.translation`.updated_at as `product_manufacturer.productPageExtension.translation.updatedAt`, `product_manufacturer.productPageExtension.translation`.product_page_extension_id as `product_manufacturer.productPageExtension.translation.productPageExtensionId`, `product_manufacturer.productPageExtension.translation`.language_id as `product_manufacturer.productPageExtension.translation.languageId` FROM `product_page_extension_translation` `product_manufacturer.productPageExtension.translation` WHERE `product_manufacturer.productPageExtension.translation`.language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B) `product_manufacturer.productPageExtension.product_page_extension_translation` ON `product_manufacturer.productPageExtension.product_page_extension_translation`.`product_page_extension_id` = `product_manufacturer.productPageExtension`.`id` WHERE (`product_manufacturer`.`version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425) AND (`product_manufacturer`.`id` IN (0x766555701DAB4F4A1E30E2DA24D649BC));
array:52 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 239)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 316)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetch (line 148)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 92)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::read (line 257)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::read (line 286)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::_search (line 110)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::Shopware\Core\Framework\DataAbstractionLayer\{closure} (line 59)"
9 => "Shopware\Core\Profiling\Profiler::trace (line 109)"
10 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 51)"
11 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator::search (line 562)"
12 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityAggregator::hydrateEntityAggregation (line 540)"
13 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityAggregator::hydrateResult (line 207)"
14 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityAggregator::fetchAggregation (line 95)"
15 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityAggregator::aggregate (line 52)"
16 => "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator::aggregate (line 171)"
17 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::aggregate (line 74)"
18 => "Shopware\Core\Content\Product\SalesChannel\Listing\ProductListingLoader::load (line 117)"
19 => "Nd\Fashion\Overwrite\ProductListingRoute::load (line 96)"
20 => "Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute::Shopware\Core\Content\Product\SalesChannel\Listing\{closure} (line 350)"
21 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 44)"
22 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 120)"
23 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 43)"
24 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 46)"
25 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 42)"
26 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 41)"
27 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 59)"
28 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 40)"
29 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 95)"
30 => "Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute::Shopware\Core\Content\Product\SalesChannel\Listing\{closure} (line 72)"
31 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 35)"
32 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 92)"
33 => "Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute::load (line 51)"
34 => "Shopware\Core\Content\Product\SalesChannel\Listing\ResolveCriteriaProductListingRoute::load (line 62)"
35 => "Shopware\Core\Content\Product\Cms\ProductListingCmsElementResolver::enrich (line 99)"
36 => "Shopware\Core\Content\Cms\DataResolver\CmsSlotsDataResolver::resolve (line 104)"
37 => "Shopware\Core\Content\Cms\SalesChannel\SalesChannelCmsPageLoader::loadSlotData (line 94)"
38 => "Shopware\Core\Content\Cms\SalesChannel\SalesChannelCmsPageLoader::load (line 108)"
39 => "Nd\Fashion\Page\Manufacturer\ProductManufacturerRoute::load (line 66)"
40 => "Nd\Fashion\Page\Manufacturer\ProductManufacturerPageLoader::load (line 48)"
41 => "Nd\Fashion\Storefront\Controller\ManufacturerController::productManufacturerDetail (line 163)"
42 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
43 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
44 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
45 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 481)"
46 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 454)"
47 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 348)"
48 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 226)"
49 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
50 => "Shopware\Core\HttpKernel::doHandle (line 81)"
51 => "Shopware\Core\HttpKernel::handle (line 69)"
]
|
108 |
527.85 ms |
SELECT MIN(IFNULL(COALESCE((ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rulecef2ef8947f544a993d8b5f6f258916b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule0fda18f526484c7d9909ccf735e8b69e.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule58d0dedaca444e3ca4e4480436c18619.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100)), COALESCE((ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rulecef2ef8947f544a993d8b5f6f258916b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule0fda18f526484c7d9909ccf735e8b69e.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule58d0dedaca444e3ca4e4480436c18619.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100)))) as `price.min`, MAX(IFNULL(COALESCE((ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rulecef2ef8947f544a993d8b5f6f258916b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule0fda18f526484c7d9909ccf735e8b69e.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule58d0dedaca444e3ca4e4480436c18619.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100)), COALESCE((ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rulecef2ef8947f544a993d8b5f6f258916b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule0fda18f526484c7d9909ccf735e8b69e.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule58d0dedaca444e3ca4e4480436c18619.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100)))) as `price.max` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`version_id` = `product.parent`.`version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product`.`visibilities` = `product.visibilities`.`product_id` AND `product`.version_id = `product.visibilities`.product_version_id WHERE (`product`.`version_id` = :version) AND ((((`product.visibilities`.`visibility` >= :param_3cca9c0a5ab947d48e30e3f10489e209) AND `product.visibilities`.`sales_channel_id` = :param_e34a1c6632f7456fa9e1b4caeec797a8 AND IFNULL(`product`.`active`, `product.parent`.`active`) = :param_6d043db8a5ee4a06b48d2d1a672759c2) AND IFNULL(`product`.`product_manufacturer_id`, `product.parent`.`product_manufacturer_id`) = :param_f1fb26b167e84baa8d25ea7bae94610d AND NOT (`product`.`display_group` <=> :param_8ffffebe20b74cd88489eb3d6487759d) AND NOT (IFNULL(`product`.`is_closeout`, `product.parent`.`is_closeout`) <=> :param_27af245efe824a8ba9dd6b27a9ce8c34 AND `product`.`available` <=> :param_322cc7e697a344198662184d05e71935)))
SELECT
MIN(
IFNULL(
COALESCE(
(
ROUND(
(
ROUND(
CAST(
(
JSON_UNQUOTE(
JSON_EXTRACT(
`product`.`cheapest_price_accessor`,
"$.rulecef2ef8947f544a993d8b5f6f258916b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL(30, 20)
),
2
)
) * 100,
0
) / 100
),
(
ROUND(
(
ROUND(
CAST(
(
JSON_UNQUOTE(
JSON_EXTRACT(
`product`.`cheapest_price_accessor`,
"$.rule0fda18f526484c7d9909ccf735e8b69e.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL(30, 20)
),
2
)
) * 100,
0
) / 100
),
(
ROUND(
(
ROUND(
CAST(
(
JSON_UNQUOTE(
JSON_EXTRACT(
`product`.`cheapest_price_accessor`,
"$.rule58d0dedaca444e3ca4e4480436c18619.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL(30, 20)
),
2
)
) * 100,
0
) / 100
),
(
ROUND(
(
ROUND(
CAST(
(
JSON_UNQUOTE(
JSON_EXTRACT(
`product`.`cheapest_price_accessor`,
"$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL(30, 20)
),
2
)
) * 100,
0
) / 100
)
),
COALESCE(
(
ROUND(
(
ROUND(
CAST(
(
JSON_UNQUOTE(
JSON_EXTRACT(
`product.parent`.`cheapest_price_accessor`,
"$.rulecef2ef8947f544a993d8b5f6f258916b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL(30, 20)
),
2
)
) * 100,
0
) / 100
),
(
ROUND(
(
ROUND(
CAST(
(
JSON_UNQUOTE(
JSON_EXTRACT(
`product.parent`.`cheapest_price_accessor`,
"$.rule0fda18f526484c7d9909ccf735e8b69e.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL(30, 20)
),
2
)
) * 100,
0
) / 100
),
(
ROUND(
(
ROUND(
CAST(
(
JSON_UNQUOTE(
JSON_EXTRACT(
`product.parent`.`cheapest_price_accessor`,
"$.rule58d0dedaca444e3ca4e4480436c18619.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL(30, 20)
),
2
)
) * 100,
0
) / 100
),
(
ROUND(
(
ROUND(
CAST(
(
JSON_UNQUOTE(
JSON_EXTRACT(
`product.parent`.`cheapest_price_accessor`,
"$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL(30, 20)
),
2
)
) * 100,
0
) / 100
)
)
)
) as `price.min`,
MAX(
IFNULL(
COALESCE(
(
ROUND(
(
ROUND(
CAST(
(
JSON_UNQUOTE(
JSON_EXTRACT(
`product`.`cheapest_price_accessor`,
"$.rulecef2ef8947f544a993d8b5f6f258916b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL(30, 20)
),
2
)
) * 100,
0
) / 100
),
(
ROUND(
(
ROUND(
CAST(
(
JSON_UNQUOTE(
JSON_EXTRACT(
`product`.`cheapest_price_accessor`,
"$.rule0fda18f526484c7d9909ccf735e8b69e.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL(30, 20)
),
2
)
) * 100,
0
) / 100
),
(
ROUND(
(
ROUND(
CAST(
(
JSON_UNQUOTE(
JSON_EXTRACT(
`product`.`cheapest_price_accessor`,
"$.rule58d0dedaca444e3ca4e4480436c18619.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL(30, 20)
),
2
)
) * 100,
0
) / 100
),
(
ROUND(
(
ROUND(
CAST(
(
JSON_UNQUOTE(
JSON_EXTRACT(
`product`.`cheapest_price_accessor`,
"$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL(30, 20)
),
2
)
) * 100,
0
) / 100
)
),
COALESCE(
(
ROUND(
(
ROUND(
CAST(
(
JSON_UNQUOTE(
JSON_EXTRACT(
`product.parent`.`cheapest_price_accessor`,
"$.rulecef2ef8947f544a993d8b5f6f258916b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL(30, 20)
),
2
)
) * 100,
0
) / 100
),
(
ROUND(
(
ROUND(
CAST(
(
JSON_UNQUOTE(
JSON_EXTRACT(
`product.parent`.`cheapest_price_accessor`,
"$.rule0fda18f526484c7d9909ccf735e8b69e.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL(30, 20)
),
2
)
) * 100,
0
) / 100
),
(
ROUND(
(
ROUND(
CAST(
(
JSON_UNQUOTE(
JSON_EXTRACT(
`product.parent`.`cheapest_price_accessor`,
"$.rule58d0dedaca444e3ca4e4480436c18619.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL(30, 20)
),
2
)
) * 100,
0
) / 100
),
(
ROUND(
(
ROUND(
CAST(
(
JSON_UNQUOTE(
JSON_EXTRACT(
`product.parent`.`cheapest_price_accessor`,
"$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL(30, 20)
),
2
)
) * 100,
0
) / 100
)
)
)
) as `price.max`
FROM
`product`
LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id`
AND `product`.`version_id` = `product.parent`.`version_id`
LEFT JOIN `product_visibility` `product.visibilities` ON `product`.`visibilities` = `product.visibilities`.`product_id`
AND `product`.version_id = `product.visibilities`.product_version_id
WHERE
(
`product`.`version_id` = : version
)
AND (
(
(
(
`product.visibilities`.`visibility` >= : param_3cca9c0a5ab947d48e30e3f10489e209
)
AND `product.visibilities`.`sales_channel_id` = : param_e34a1c6632f7456fa9e1b4caeec797a8
AND IFNULL(
`product`.`active`, `product.parent`.`active`
) = : param_6d043db8a5ee4a06b48d2d1a672759c2
)
AND IFNULL(
`product`.`product_manufacturer_id`,
`product.parent`.`product_manufacturer_id`
) = : param_f1fb26b167e84baa8d25ea7bae94610d
AND NOT (
`product`.`display_group` <=> : param_8ffffebe20b74cd88489eb3d6487759d
)
AND NOT (
IFNULL(
`product`.`is_closeout`, `product.parent`.`is_closeout`
) <=> : param_27af245efe824a8ba9dd6b27a9ce8c34
AND `product`.`available` <=> : param_322cc7e697a344198662184d05e71935
)
)
)
SELECT MIN(IFNULL(COALESCE((ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rulecef2ef8947f544a993d8b5f6f258916b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule0fda18f526484c7d9909ccf735e8b69e.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule58d0dedaca444e3ca4e4480436c18619.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100)), COALESCE((ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rulecef2ef8947f544a993d8b5f6f258916b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule0fda18f526484c7d9909ccf735e8b69e.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule58d0dedaca444e3ca4e4480436c18619.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100)))) as `price.min`, MAX(IFNULL(COALESCE((ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rulecef2ef8947f544a993d8b5f6f258916b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule0fda18f526484c7d9909ccf735e8b69e.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule58d0dedaca444e3ca4e4480436c18619.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100)), COALESCE((ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rulecef2ef8947f544a993d8b5f6f258916b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule0fda18f526484c7d9909ccf735e8b69e.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule58d0dedaca444e3ca4e4480436c18619.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100)))) as `price.max` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`version_id` = `product.parent`.`version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product`.`visibilities` = `product.visibilities`.`product_id` AND `product`.version_id = `product.visibilities`.product_version_id WHERE (`product`.`version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425) AND ((((`product.visibilities`.`visibility` >= 30) AND `product.visibilities`.`sales_channel_id` = 0x327009EB5C1A48E192B7D2BCFA9C61BE AND IFNULL(`product`.`active`, `product.parent`.`active`) = 1) AND IFNULL(`product`.`product_manufacturer_id`, `product.parent`.`product_manufacturer_id`) = 0x766555701DAB4F4A1E30E2DA24D649BC AND NOT (`product`.`display_group` <=> NULL) AND NOT (IFNULL(`product`.`is_closeout`, `product.parent`.`is_closeout`) <=> 1 AND `product`.`available` <=> 0)));
array:41 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 239)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 205)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityAggregator::fetchAggregation (line 95)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityAggregator::aggregate (line 52)"
5 => "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator::aggregate (line 171)"
6 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::aggregate (line 74)"
7 => "Shopware\Core\Content\Product\SalesChannel\Listing\ProductListingLoader::load (line 117)"
8 => "Nd\Fashion\Overwrite\ProductListingRoute::load (line 96)"
9 => "Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute::Shopware\Core\Content\Product\SalesChannel\Listing\{closure} (line 350)"
10 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 44)"
11 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 120)"
12 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 43)"
13 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 46)"
14 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 42)"
15 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 41)"
16 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 59)"
17 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 40)"
18 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 95)"
19 => "Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute::Shopware\Core\Content\Product\SalesChannel\Listing\{closure} (line 72)"
20 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 35)"
21 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 92)"
22 => "Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute::load (line 51)"
23 => "Shopware\Core\Content\Product\SalesChannel\Listing\ResolveCriteriaProductListingRoute::load (line 62)"
24 => "Shopware\Core\Content\Product\Cms\ProductListingCmsElementResolver::enrich (line 99)"
25 => "Shopware\Core\Content\Cms\DataResolver\CmsSlotsDataResolver::resolve (line 104)"
26 => "Shopware\Core\Content\Cms\SalesChannel\SalesChannelCmsPageLoader::loadSlotData (line 94)"
27 => "Shopware\Core\Content\Cms\SalesChannel\SalesChannelCmsPageLoader::load (line 108)"
28 => "Nd\Fashion\Page\Manufacturer\ProductManufacturerRoute::load (line 66)"
29 => "Nd\Fashion\Page\Manufacturer\ProductManufacturerPageLoader::load (line 48)"
30 => "Nd\Fashion\Storefront\Controller\ManufacturerController::productManufacturerDetail (line 163)"
31 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
32 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
33 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
34 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 481)"
35 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 454)"
36 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 348)"
37 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 226)"
38 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
39 => "Shopware\Core\HttpKernel::doHandle (line 81)"
40 => "Shopware\Core\HttpKernel::handle (line 69)"
]
|
109 |
534.08 ms |
SELECT MAX(IFNULL(`product`.`rating_average`, `product.parent`.`rating_average`)) as `rating` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`version_id` = `product.parent`.`version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product`.`visibilities` = `product.visibilities`.`product_id` AND `product`.version_id = `product.visibilities`.product_version_id WHERE (`product`.`version_id` = :version) AND ((((`product.visibilities`.`visibility` >= :param_63f8937cbe9c43a69a446170d0170d58) AND `product.visibilities`.`sales_channel_id` = :param_a3719d5d6af043d4acdb7e5222f2a9a8 AND IFNULL(`product`.`active`, `product.parent`.`active`) = :param_6212a4d6906348f599cbaac283f33592) AND IFNULL(`product`.`product_manufacturer_id`, `product.parent`.`product_manufacturer_id`) = :param_483e1a24c83a434e985dc5e6d074d03c AND NOT (`product`.`display_group` <=> :param_1ace05208c8440a5a6df5c49cdb1561a) AND NOT (IFNULL(`product`.`is_closeout`, `product.parent`.`is_closeout`) <=> :param_50fdf5094d684fbb83ff6a18539c3db6 AND `product`.`available` <=> :param_52b50d36462448bda42fc3a61f321fe0))) AND (((IFNULL(`product`.`rating_average`, `product.parent`.`rating_average`) >= :param_edd5b595f5d54336ba89fb9209f536a5)))
SELECT MAX(IFNULL(`product`.`rating_average`, `product.parent`.`rating_average`)) as `rating` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`version_id` = `product.parent`.`version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product`.`visibilities` = `product.visibilities`.`product_id` AND `product`.version_id = `product.visibilities`.product_version_id WHERE (`product`.`version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425) AND ((((`product.visibilities`.`visibility` >= 30) AND `product.visibilities`.`sales_channel_id` = 0x327009EB5C1A48E192B7D2BCFA9C61BE AND IFNULL(`product`.`active`, `product.parent`.`active`) = 1) AND IFNULL(`product`.`product_manufacturer_id`, `product.parent`.`product_manufacturer_id`) = 0x766555701DAB4F4A1E30E2DA24D649BC AND NOT (`product`.`display_group` <=> NULL) AND NOT (IFNULL(`product`.`is_closeout`, `product.parent`.`is_closeout`) <=> 1 AND `product`.`available` <=> 0))) AND (((IFNULL(`product`.`rating_average`, `product.parent`.`rating_average`) >= 0)));
array:41 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 239)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 205)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityAggregator::fetchAggregation (line 95)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityAggregator::aggregate (line 52)"
5 => "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator::aggregate (line 171)"
6 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::aggregate (line 74)"
7 => "Shopware\Core\Content\Product\SalesChannel\Listing\ProductListingLoader::load (line 117)"
8 => "Nd\Fashion\Overwrite\ProductListingRoute::load (line 96)"
9 => "Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute::Shopware\Core\Content\Product\SalesChannel\Listing\{closure} (line 350)"
10 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 44)"
11 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 120)"
12 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 43)"
13 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 46)"
14 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 42)"
15 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 41)"
16 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 59)"
17 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 40)"
18 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 95)"
19 => "Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute::Shopware\Core\Content\Product\SalesChannel\Listing\{closure} (line 72)"
20 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 35)"
21 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 92)"
22 => "Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute::load (line 51)"
23 => "Shopware\Core\Content\Product\SalesChannel\Listing\ResolveCriteriaProductListingRoute::load (line 62)"
24 => "Shopware\Core\Content\Product\Cms\ProductListingCmsElementResolver::enrich (line 99)"
25 => "Shopware\Core\Content\Cms\DataResolver\CmsSlotsDataResolver::resolve (line 104)"
26 => "Shopware\Core\Content\Cms\SalesChannel\SalesChannelCmsPageLoader::loadSlotData (line 94)"
27 => "Shopware\Core\Content\Cms\SalesChannel\SalesChannelCmsPageLoader::load (line 108)"
28 => "Nd\Fashion\Page\Manufacturer\ProductManufacturerRoute::load (line 66)"
29 => "Nd\Fashion\Page\Manufacturer\ProductManufacturerPageLoader::load (line 48)"
30 => "Nd\Fashion\Storefront\Controller\ManufacturerController::productManufacturerDetail (line 163)"
31 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
32 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
33 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
34 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 481)"
35 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 454)"
36 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 348)"
37 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 226)"
38 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
39 => "Shopware\Core\HttpKernel::doHandle (line 81)"
40 => "Shopware\Core\HttpKernel::handle (line 69)"
]
|
110 |
544.90 ms |
SELECT MAX(IFNULL(`product`.`shipping_free`, `product.parent`.`shipping_free`)) as `shipping-free` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`version_id` = `product.parent`.`version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product`.`visibilities` = `product.visibilities`.`product_id` AND `product`.version_id = `product.visibilities`.product_version_id WHERE (`product`.`version_id` = :version) AND ((((`product.visibilities`.`visibility` >= :param_aad4221bdc034539a4d59e3779792c0a) AND `product.visibilities`.`sales_channel_id` = :param_f9bdb4ab9b274e738d84a02c568ef37a AND IFNULL(`product`.`active`, `product.parent`.`active`) = :param_664b8edb0cbb420eaa5992142430551b) AND IFNULL(`product`.`product_manufacturer_id`, `product.parent`.`product_manufacturer_id`) = :param_dafa7c60344a4f508f635b8746644638 AND NOT (`product`.`display_group` <=> :param_c013a90472a046aea4d93603d62a2d05) AND NOT (IFNULL(`product`.`is_closeout`, `product.parent`.`is_closeout`) <=> :param_3bf52d93380d49639bc521ded7fe6ccf AND `product`.`available` <=> :param_f0f69755b11042729bba737e7c48b833))) AND ((IFNULL(`product`.`shipping_free`, `product.parent`.`shipping_free`) = :param_a3757c880082436fa4d4e2e14a1f8b17))
SELECT MAX(IFNULL(`product`.`shipping_free`, `product.parent`.`shipping_free`)) as `shipping-free` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`version_id` = `product.parent`.`version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product`.`visibilities` = `product.visibilities`.`product_id` AND `product`.version_id = `product.visibilities`.product_version_id WHERE (`product`.`version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425) AND ((((`product.visibilities`.`visibility` >= 30) AND `product.visibilities`.`sales_channel_id` = 0x327009EB5C1A48E192B7D2BCFA9C61BE AND IFNULL(`product`.`active`, `product.parent`.`active`) = 1) AND IFNULL(`product`.`product_manufacturer_id`, `product.parent`.`product_manufacturer_id`) = 0x766555701DAB4F4A1E30E2DA24D649BC AND NOT (`product`.`display_group` <=> NULL) AND NOT (IFNULL(`product`.`is_closeout`, `product.parent`.`is_closeout`) <=> 1 AND `product`.`available` <=> 0))) AND ((IFNULL(`product`.`shipping_free`, `product.parent`.`shipping_free`) = 1));
array:41 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 239)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 205)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityAggregator::fetchAggregation (line 95)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityAggregator::aggregate (line 52)"
5 => "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator::aggregate (line 171)"
6 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::aggregate (line 74)"
7 => "Shopware\Core\Content\Product\SalesChannel\Listing\ProductListingLoader::load (line 117)"
8 => "Nd\Fashion\Overwrite\ProductListingRoute::load (line 96)"
9 => "Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute::Shopware\Core\Content\Product\SalesChannel\Listing\{closure} (line 350)"
10 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 44)"
11 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 120)"
12 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 43)"
13 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 46)"
14 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 42)"
15 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 41)"
16 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 59)"
17 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 40)"
18 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 95)"
19 => "Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute::Shopware\Core\Content\Product\SalesChannel\Listing\{closure} (line 72)"
20 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 35)"
21 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 92)"
22 => "Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute::load (line 51)"
23 => "Shopware\Core\Content\Product\SalesChannel\Listing\ResolveCriteriaProductListingRoute::load (line 62)"
24 => "Shopware\Core\Content\Product\Cms\ProductListingCmsElementResolver::enrich (line 99)"
25 => "Shopware\Core\Content\Cms\DataResolver\CmsSlotsDataResolver::resolve (line 104)"
26 => "Shopware\Core\Content\Cms\SalesChannel\SalesChannelCmsPageLoader::loadSlotData (line 94)"
27 => "Shopware\Core\Content\Cms\SalesChannel\SalesChannelCmsPageLoader::load (line 108)"
28 => "Nd\Fashion\Page\Manufacturer\ProductManufacturerRoute::load (line 66)"
29 => "Nd\Fashion\Page\Manufacturer\ProductManufacturerPageLoader::load (line 48)"
30 => "Nd\Fashion\Storefront\Controller\ManufacturerController::productManufacturerDetail (line 163)"
31 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
32 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
33 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
34 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 481)"
35 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 454)"
36 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 348)"
37 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 226)"
38 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
39 => "Shopware\Core\HttpKernel::doHandle (line 81)"
40 => "Shopware\Core\HttpKernel::handle (line 69)"
]
|
111 |
558.80 ms |
SELECT LOWER(HEX(`product.properties`.`id`)) as `properties.key`, COUNT(`product`.`id`) as `properties.count` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`version_id` = `product.parent`.`version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product`.`visibilities` = `product.visibilities`.`product_id` AND `product`.version_id = `product.visibilities`.product_version_id LEFT JOIN `product_property` `product.properties.mapping` ON `product`.`properties` = `product.properties.mapping`.`product_id` AND `product`.`version_id` = `product.properties.mapping`.`product_version_id` LEFT JOIN `property_group_option` `product.properties` ON `product.properties.mapping`.`property_group_option_id` = `product.properties`.`id` WHERE (`product`.`version_id` = :version) AND ((((`product.visibilities`.`visibility` >= :param_dac434f320c146c9808264dc1268862c) AND `product.visibilities`.`sales_channel_id` = :param_6b1df3bcbefb4ec494220b9e7f3ec987 AND IFNULL(`product`.`active`, `product.parent`.`active`) = :param_fbdf9420de4e42ba91ce4efd3ba63f1a) AND IFNULL(`product`.`product_manufacturer_id`, `product.parent`.`product_manufacturer_id`) = :param_6b0f6717bff74d0f9fd0ec7bbf86e779 AND NOT (`product`.`display_group` <=> :param_28372f69dbf94f338065d44b06bc6327) AND NOT (IFNULL(`product`.`is_closeout`, `product.parent`.`is_closeout`) <=> :param_680e2746029c47229d88381f642a15a5 AND `product`.`available` <=> :param_cb29210b32e747a38c95f142e63cb9ce))) GROUP BY `product.properties`.`id`
SELECT LOWER(HEX(`product.properties`.`id`)) as `properties.key`, COUNT(`product`.`id`) as `properties.count` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`version_id` = `product.parent`.`version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product`.`visibilities` = `product.visibilities`.`product_id` AND `product`.version_id = `product.visibilities`.product_version_id LEFT JOIN `product_property` `product.properties.mapping` ON `product`.`properties` = `product.properties.mapping`.`product_id` AND `product`.`version_id` = `product.properties.mapping`.`product_version_id` LEFT JOIN `property_group_option` `product.properties` ON `product.properties.mapping`.`property_group_option_id` = `product.properties`.`id` WHERE (`product`.`version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425) AND ((((`product.visibilities`.`visibility` >= 30) AND `product.visibilities`.`sales_channel_id` = 0x327009EB5C1A48E192B7D2BCFA9C61BE AND IFNULL(`product`.`active`, `product.parent`.`active`) = 1) AND IFNULL(`product`.`product_manufacturer_id`, `product.parent`.`product_manufacturer_id`) = 0x766555701DAB4F4A1E30E2DA24D649BC AND NOT (`product`.`display_group` <=> NULL) AND NOT (IFNULL(`product`.`is_closeout`, `product.parent`.`is_closeout`) <=> 1 AND `product`.`available` <=> 0))) GROUP BY `product.properties`.`id`;
array:41 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 239)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 205)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityAggregator::fetchAggregation (line 95)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityAggregator::aggregate (line 52)"
5 => "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator::aggregate (line 171)"
6 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::aggregate (line 74)"
7 => "Shopware\Core\Content\Product\SalesChannel\Listing\ProductListingLoader::load (line 117)"
8 => "Nd\Fashion\Overwrite\ProductListingRoute::load (line 96)"
9 => "Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute::Shopware\Core\Content\Product\SalesChannel\Listing\{closure} (line 350)"
10 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 44)"
11 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 120)"
12 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 43)"
13 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 46)"
14 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 42)"
15 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 41)"
16 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 59)"
17 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 40)"
18 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 95)"
19 => "Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute::Shopware\Core\Content\Product\SalesChannel\Listing\{closure} (line 72)"
20 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 35)"
21 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 92)"
22 => "Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute::load (line 51)"
23 => "Shopware\Core\Content\Product\SalesChannel\Listing\ResolveCriteriaProductListingRoute::load (line 62)"
24 => "Shopware\Core\Content\Product\Cms\ProductListingCmsElementResolver::enrich (line 99)"
25 => "Shopware\Core\Content\Cms\DataResolver\CmsSlotsDataResolver::resolve (line 104)"
26 => "Shopware\Core\Content\Cms\SalesChannel\SalesChannelCmsPageLoader::loadSlotData (line 94)"
27 => "Shopware\Core\Content\Cms\SalesChannel\SalesChannelCmsPageLoader::load (line 108)"
28 => "Nd\Fashion\Page\Manufacturer\ProductManufacturerRoute::load (line 66)"
29 => "Nd\Fashion\Page\Manufacturer\ProductManufacturerPageLoader::load (line 48)"
30 => "Nd\Fashion\Storefront\Controller\ManufacturerController::productManufacturerDetail (line 163)"
31 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
32 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
33 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
34 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 481)"
35 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 454)"
36 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 348)"
37 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 226)"
38 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
39 => "Shopware\Core\HttpKernel::doHandle (line 81)"
40 => "Shopware\Core\HttpKernel::handle (line 69)"
]
|
112 |
566.13 ms |
SELECT LOWER(HEX(`product.options`.`id`)) as `options.key`, COUNT(`product`.`id`) as `options.count` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`version_id` = `product.parent`.`version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product`.`visibilities` = `product.visibilities`.`product_id` AND `product`.version_id = `product.visibilities`.product_version_id LEFT JOIN `product_option` `product.options.mapping` ON `product`.`id` = `product.options.mapping`.`product_id` AND `product`.`version_id` = `product.options.mapping`.`product_version_id` LEFT JOIN `property_group_option` `product.options` ON `product.options.mapping`.`property_group_option_id` = `product.options`.`id` WHERE (`product`.`version_id` = :version) AND ((((`product.visibilities`.`visibility` >= :param_78909ff0d04e4323bdaa2fc9f4fb21c4) AND `product.visibilities`.`sales_channel_id` = :param_b6305c2411da4e05913c424be04af6d2 AND IFNULL(`product`.`active`, `product.parent`.`active`) = :param_0e5925f9edb0490f825c6e1462c3c10a) AND IFNULL(`product`.`product_manufacturer_id`, `product.parent`.`product_manufacturer_id`) = :param_69d9463ebfed4bf3b3c888eae5fea1b0 AND NOT (`product`.`display_group` <=> :param_6b2d6beb9e7a4acc90c6d91a2943e520) AND NOT (IFNULL(`product`.`is_closeout`, `product.parent`.`is_closeout`) <=> :param_6179e380c929454fb59c45a3a544c4af AND `product`.`available` <=> :param_470bce6e1967462b92d13ff9387639b7))) GROUP BY `product.options`.`id`
SELECT LOWER(HEX(`product.options`.`id`)) as `options.key`, COUNT(`product`.`id`) as `options.count` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`version_id` = `product.parent`.`version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product`.`visibilities` = `product.visibilities`.`product_id` AND `product`.version_id = `product.visibilities`.product_version_id LEFT JOIN `product_option` `product.options.mapping` ON `product`.`id` = `product.options.mapping`.`product_id` AND `product`.`version_id` = `product.options.mapping`.`product_version_id` LEFT JOIN `property_group_option` `product.options` ON `product.options.mapping`.`property_group_option_id` = `product.options`.`id` WHERE (`product`.`version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425) AND ((((`product.visibilities`.`visibility` >= 30) AND `product.visibilities`.`sales_channel_id` = 0x327009EB5C1A48E192B7D2BCFA9C61BE AND IFNULL(`product`.`active`, `product.parent`.`active`) = 1) AND IFNULL(`product`.`product_manufacturer_id`, `product.parent`.`product_manufacturer_id`) = 0x766555701DAB4F4A1E30E2DA24D649BC AND NOT (`product`.`display_group` <=> NULL) AND NOT (IFNULL(`product`.`is_closeout`, `product.parent`.`is_closeout`) <=> 1 AND `product`.`available` <=> 0))) GROUP BY `product.options`.`id`;
array:41 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 239)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 205)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityAggregator::fetchAggregation (line 95)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityAggregator::aggregate (line 52)"
5 => "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator::aggregate (line 171)"
6 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::aggregate (line 74)"
7 => "Shopware\Core\Content\Product\SalesChannel\Listing\ProductListingLoader::load (line 117)"
8 => "Nd\Fashion\Overwrite\ProductListingRoute::load (line 96)"
9 => "Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute::Shopware\Core\Content\Product\SalesChannel\Listing\{closure} (line 350)"
10 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 44)"
11 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 120)"
12 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 43)"
13 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 46)"
14 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 42)"
15 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 41)"
16 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 59)"
17 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 40)"
18 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 95)"
19 => "Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute::Shopware\Core\Content\Product\SalesChannel\Listing\{closure} (line 72)"
20 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 35)"
21 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 92)"
22 => "Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute::load (line 51)"
23 => "Shopware\Core\Content\Product\SalesChannel\Listing\ResolveCriteriaProductListingRoute::load (line 62)"
24 => "Shopware\Core\Content\Product\Cms\ProductListingCmsElementResolver::enrich (line 99)"
25 => "Shopware\Core\Content\Cms\DataResolver\CmsSlotsDataResolver::resolve (line 104)"
26 => "Shopware\Core\Content\Cms\SalesChannel\SalesChannelCmsPageLoader::loadSlotData (line 94)"
27 => "Shopware\Core\Content\Cms\SalesChannel\SalesChannelCmsPageLoader::load (line 108)"
28 => "Nd\Fashion\Page\Manufacturer\ProductManufacturerRoute::load (line 66)"
29 => "Nd\Fashion\Page\Manufacturer\ProductManufacturerPageLoader::load (line 48)"
30 => "Nd\Fashion\Storefront\Controller\ManufacturerController::productManufacturerDetail (line 163)"
31 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
32 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
33 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
34 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 481)"
35 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 454)"
36 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 348)"
37 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 226)"
38 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
39 => "Shopware\Core\HttpKernel::doHandle (line 81)"
40 => "Shopware\Core\HttpKernel::handle (line 69)"
]
|
113 |
0.80 ms |
SELECT
parent.variant_listing_config as variantListingConfig,
LOWER(HEX(child.id)) as id,
LOWER(HEX(parent.id)) as parentId
FROM product as child
INNER JOIN product as parent
ON parent.id = child.parent_id
AND parent.version_id = child.version_id
WHERE child.version_id = :version
AND child.id IN (:ids)
SELECT
parent.variant_listing_config as variantListingConfig,
LOWER(HEX(child.id)) as id,
LOWER(HEX(parent.id)) as parentId
FROM product as child
INNER JOIN product as parent
ON parent.id = child.parent_id
AND parent.version_id = child.version_id
WHERE child.version_id = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425
AND child.id IN (0xCAB3D098181EBEC0BD58C482AF7CD6EF, 0x0C07D0134B8C11C2A06E4914815B1D8B, 0x3CE2C2946C8135BF68AA095CE6EFD5A9, 0x57262D76BFFE959516D56E0C6A52C97F, 0x5BFF72FFDA42BF3E28F36847DA612905, 0x4A58CA2C4F7E506D640A2ADFBA8A549F, 0x4FDCDF38185E8AE11E7CC699CB3E1A95, 0x4C954A84F9C51B71DB61C7836EC96E8A, 0x90FE3E6321D556E2A0C559801E96669F, 0x6D9FDB43680780589B78A7E83F15351F, 0x37AF8CC619A0E7D007B00FFBD6B8F341, 0x02F600A873BC35B2E0544CB6AAC6F6B2, 0x2F22EFA0A73C446AD8410F6AC75C2E10, 0x3DC03B3DC2B090F2EC91360792D5B343, 0x4B835D5D91EDA113A82D32DE2B731920, 0xE3A197992B95515697D46513A92E914B, 0x0FFA1D78CEFEAA9CB26E81DF674D7D9B, 0x23D8C51AC130D7EA5E76B42B5AF27523, 0x1D61EE2510FCC1A011C86F0356F5EA7D, 0x14C25854547B719E04C084C5D15B30E8, 0x66D16CF14A4B5069876B36C18CB6ACFF, 0xDF09AA242C0D5E45654958A518467CF7, 0x78B81D2B731EBCD5729FE65B80E95B0C, 0x3AD97BC3204FD3E330398FA093AFC15D);
array:38 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 1042)"
2 => "Doctrine\DBAL\Connection::fetchAllAssociative (line 173)"
3 => "Shopware\Core\Content\Product\SalesChannel\Listing\ProductListingLoader::resolvePreviews (line 92)"
4 => "Shopware\Core\Content\Product\SalesChannel\Listing\ProductListingLoader::load (line 117)"
5 => "Nd\Fashion\Overwrite\ProductListingRoute::load (line 96)"
6 => "Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute::Shopware\Core\Content\Product\SalesChannel\Listing\{closure} (line 350)"
7 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 44)"
8 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 120)"
9 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 43)"
10 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 46)"
11 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 42)"
12 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 41)"
13 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 59)"
14 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 40)"
15 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 95)"
16 => "Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute::Shopware\Core\Content\Product\SalesChannel\Listing\{closure} (line 72)"
17 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 35)"
18 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 92)"
19 => "Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute::load (line 51)"
20 => "Shopware\Core\Content\Product\SalesChannel\Listing\ResolveCriteriaProductListingRoute::load (line 62)"
21 => "Shopware\Core\Content\Product\Cms\ProductListingCmsElementResolver::enrich (line 99)"
22 => "Shopware\Core\Content\Cms\DataResolver\CmsSlotsDataResolver::resolve (line 104)"
23 => "Shopware\Core\Content\Cms\SalesChannel\SalesChannelCmsPageLoader::loadSlotData (line 94)"
24 => "Shopware\Core\Content\Cms\SalesChannel\SalesChannelCmsPageLoader::load (line 108)"
25 => "Nd\Fashion\Page\Manufacturer\ProductManufacturerRoute::load (line 66)"
26 => "Nd\Fashion\Page\Manufacturer\ProductManufacturerPageLoader::load (line 48)"
27 => "Nd\Fashion\Storefront\Controller\ManufacturerController::productManufacturerDetail (line 163)"
28 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
29 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
30 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
31 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 481)"
32 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 454)"
33 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 348)"
34 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 226)"
35 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
36 => "Shopware\Core\HttpKernel::doHandle (line 81)"
37 => "Shopware\Core\HttpKernel::handle (line 69)"
]
|
114 |
0.83 ms |
SELECT `product`.`id`, `product`.`product_number`, `product`.`auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`version_id` = `product.parent`.`version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product`.`visibilities` = `product.visibilities`.`product_id` AND `product`.version_id = `product.visibilities`.product_version_id WHERE (`product`.`version_id` = :version) AND ((((`product.visibilities`.`visibility` >= :param_133cb8c6fbb84ee6b9e63a5930e936b3) AND `product.visibilities`.`sales_channel_id` = :param_b2a0952ed6f74407b37d052e691e8aa9 AND IFNULL(`product`.`active`, `product.parent`.`active`) = :param_07e1645fd828449286e663fc65464195))) AND (`product`.`id` IN (:ids)) GROUP BY `product`.`id`
SELECT `product`.`id`, `product`.`product_number`, `product`.`auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`version_id` = `product.parent`.`version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product`.`visibilities` = `product.visibilities`.`product_id` AND `product`.version_id = `product.visibilities`.product_version_id WHERE (`product`.`version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425) AND ((((`product.visibilities`.`visibility` >= 10) AND `product.visibilities`.`sales_channel_id` = 0x327009EB5C1A48E192B7D2BCFA9C61BE AND IFNULL(`product`.`active`, `product.parent`.`active`) = 1))) AND (`product`.`id` IN (0xCAB3D098181EBEC0BD58C482AF7CD6EF, 0x0C07D0134B8C11C2A06E4914815B1D8B, 0x3CE2C2946C8135BF68AA095CE6EFD5A9, 0x57262D76BFFE959516D56E0C6A52C97F, 0x5BFF72FFDA42BF3E28F36847DA612905, 0x4A58CA2C4F7E506D640A2ADFBA8A549F, 0x4FDCDF38185E8AE11E7CC699CB3E1A95, 0x4C954A84F9C51B71DB61C7836EC96E8A, 0x90FE3E6321D556E2A0C559801E96669F, 0x6D9FDB43680780589B78A7E83F15351F, 0x37AF8CC619A0E7D007B00FFBD6B8F341, 0x02F600A873BC35B2E0544CB6AAC6F6B2, 0x2F22EFA0A73C446AD8410F6AC75C2E10, 0x3DC03B3DC2B090F2EC91360792D5B343, 0x4B835D5D91EDA113A82D32DE2B731920, 0xE3A197992B95515697D46513A92E914B, 0x0FFA1D78CEFEAA9CB26E81DF674D7D9B, 0x23D8C51AC130D7EA5E76B42B5AF27523, 0x1D61EE2510FCC1A011C86F0356F5EA7D, 0x14C25854547B719E04C084C5D15B30E8, 0x66D16CF14A4B5069876B36C18CB6ACFF, 0xDF09AA242C0D5E45654958A518467CF7, 0x78B81D2B731EBCD5729FE65B80E95B0C, 0x3AD97BC3204FD3E330398FA093AFC15D)) GROUP BY `product`.`id`;
array:41 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 239)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 107)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntitySearcher::search (line 62)"
4 => "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher::search (line 216)"
5 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::doSearch (line 122)"
6 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::search (line 102)"
7 => "Shopware\Core\Content\Product\SalesChannel\Listing\ProductListingLoader::load (line 117)"
8 => "Nd\Fashion\Overwrite\ProductListingRoute::load (line 96)"
9 => "Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute::Shopware\Core\Content\Product\SalesChannel\Listing\{closure} (line 350)"
10 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 44)"
11 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 120)"
12 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 43)"
13 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 46)"
14 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 42)"
15 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 41)"
16 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 59)"
17 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 40)"
18 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 95)"
19 => "Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute::Shopware\Core\Content\Product\SalesChannel\Listing\{closure} (line 72)"
20 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 35)"
21 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 92)"
22 => "Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute::load (line 51)"
23 => "Shopware\Core\Content\Product\SalesChannel\Listing\ResolveCriteriaProductListingRoute::load (line 62)"
24 => "Shopware\Core\Content\Product\Cms\ProductListingCmsElementResolver::enrich (line 99)"
25 => "Shopware\Core\Content\Cms\DataResolver\CmsSlotsDataResolver::resolve (line 104)"
26 => "Shopware\Core\Content\Cms\SalesChannel\SalesChannelCmsPageLoader::loadSlotData (line 94)"
27 => "Shopware\Core\Content\Cms\SalesChannel\SalesChannelCmsPageLoader::load (line 108)"
28 => "Nd\Fashion\Page\Manufacturer\ProductManufacturerRoute::load (line 66)"
29 => "Nd\Fashion\Page\Manufacturer\ProductManufacturerPageLoader::load (line 48)"
30 => "Nd\Fashion\Storefront\Controller\ManufacturerController::productManufacturerDetail (line 163)"
31 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
32 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
33 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
34 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 481)"
35 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 454)"
36 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 348)"
37 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 226)"
38 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
39 => "Shopware\Core\HttpKernel::doHandle (line 81)"
40 => "Shopware\Core\HttpKernel::handle (line 69)"
]
|
115 |
69.82 ms |
SELECT `product`.`id` as `product.id`, `product`.`version_id` as `product.versionId`, `product`.`parent_id` as `product.parentId`, `product`.`parent_version_id` as `product.parentVersionId`, COALESCE(`product`.`product_manufacturer_id`, `product.parent`.`product_manufacturer_id`) as `product.manufacturerId`, COALESCE(`product`.`product_manufacturer_version_id`, `product.parent`.`product_manufacturer_version_id`) as `product.productManufacturerVersionId`, COALESCE(`product`.`unit_id`, `product.parent`.`unit_id`) as `product.unitId`, COALESCE(`product`.`tax_id`, `product.parent`.`tax_id`) as `product.taxId`, COALESCE(`product`.`product_media_id`, `product.parent`.`product_media_id`) as `product.coverId`, COALESCE(`product`.`product_media_version_id`, `product.parent`.`product_media_version_id`) as `product.productMediaVersionId`, COALESCE(`product`.`delivery_time_id`, `product.parent`.`delivery_time_id`) as `product.deliveryTimeId`, COALESCE(`product`.`product_feature_set_id`, `product.parent`.`product_feature_set_id`) as `product.featureSetId`, COALESCE(`product`.`canonical_product_id`, `product.parent`.`canonical_product_id`) as `product.canonicalProductId`, COALESCE(`product`.`cms_page_id`, `product.parent`.`cms_page_id`) as `product.cmsPageId`, COALESCE(`product`.`cms_page_version_id`, `product.parent`.`cms_page_version_id`) as `product.cmsPageVersionId`, `product.parent`.`price` as `product.price.inherited`, COALESCE(`product`.`price`, `product.parent`.`price`) as `product.price`, `product`.`product_number` as `product.productNumber`, `product`.`stock` as `product.stock`, COALESCE(`product`.`restock_time`, `product.parent`.`restock_time`) as `product.restockTime`, `product`.`auto_increment` as `product.autoIncrement`, COALESCE(`product`.`active`, `product.parent`.`active`) as `product.active`, `product`.`available_stock` as `product.availableStock`, `product`.`available` as `product.available`, COALESCE(`product`.`is_closeout`, `product.parent`.`is_closeout`) as `product.isCloseout`, `product`.`display_group` as `product.displayGroup`, `product.parent`.`configurator_group_config` as `product.configuratorGroupConfig.inherited`, COALESCE(`product`.`configurator_group_config`, `product.parent`.`configurator_group_config`) as `product.configuratorGroupConfig`, COALESCE(`product`.`main_variant_id`, `product.parent`.`main_variant_id`) as `product.mainVariantId`, COALESCE(`product`.`display_parent`, `product.parent`.`display_parent`) as `product.displayParent`, `product.parent`.`variant_listing_config` as `product.variantListingConfig.inherited`, COALESCE(`product`.`variant_listing_config`, `product.parent`.`variant_listing_config`) as `product.variantListingConfig`, `product`.`variant_restrictions` as `product.variantRestrictions`, COALESCE(`product`.`manufacturer_number`, `product.parent`.`manufacturer_number`) as `product.manufacturerNumber`, COALESCE(`product`.`ean`, `product.parent`.`ean`) as `product.ean`, COALESCE(`product`.`purchase_steps`, `product.parent`.`purchase_steps`) as `product.purchaseSteps`, COALESCE(`product`.`max_purchase`, `product.parent`.`max_purchase`) as `product.maxPurchase`, COALESCE(`product`.`min_purchase`, `product.parent`.`min_purchase`) as `product.minPurchase`, COALESCE(`product`.`purchase_unit`, `product.parent`.`purchase_unit`) as `product.purchaseUnit`, COALESCE(`product`.`reference_unit`, `product.parent`.`reference_unit`) as `product.referenceUnit`, COALESCE(`product`.`shipping_free`, `product.parent`.`shipping_free`) as `product.shippingFree`, `product.parent`.`purchase_prices` as `product.purchasePrices.inherited`, COALESCE(`product`.`purchase_prices`, `product.parent`.`purchase_prices`) as `product.purchasePrices`, COALESCE(`product`.`mark_as_topseller`, `product.parent`.`mark_as_topseller`) as `product.markAsTopseller`, COALESCE(`product`.`weight`, `product.parent`.`weight`) as `product.weight`, COALESCE(`product`.`width`, `product.parent`.`width`) as `product.width`, COALESCE(`product`.`height`, `product.parent`.`height`) as `product.height`, COALESCE(`product`.`length`, `product.parent`.`length`) as `product.length`, COALESCE(`product`.`release_date`, `product.parent`.`release_date`) as `product.releaseDate`, COALESCE(`product`.`rating_average`, `product.parent`.`rating_average`) as `product.ratingAverage`, `product.parent`.`category_tree` as `product.categoryTree.inherited`, COALESCE(`product`.`category_tree`, `product.parent`.`category_tree`) as `product.categoryTree`, `product.parent`.`property_ids` as `product.propertyIds.inherited`, COALESCE(`product`.`property_ids`, `product.parent`.`property_ids`) as `product.propertyIds`, `product.parent`.`option_ids` as `product.optionIds.inherited`, COALESCE(`product`.`option_ids`, `product.parent`.`option_ids`) as `product.optionIds`, `product.parent`.`stream_ids` as `product.streamIds.inherited`, COALESCE(`product`.`stream_ids`, `product.parent`.`stream_ids`) as `product.streamIds`, `product.parent`.`tag_ids` as `product.tagIds.inherited`, COALESCE(`product`.`tag_ids`, `product.parent`.`tag_ids`) as `product.tagIds`, `product.parent`.`category_ids` as `product.categoryIds.inherited`, COALESCE(`product`.`category_ids`, `product.parent`.`category_ids`) as `product.categoryIds`, `product`.`child_count` as `product.childCount`, COALESCE(`product`.`custom_field_set_selection_active`, `product.parent`.`custom_field_set_selection_active`) as `product.customFieldSetSelectionActive`, `product`.`sales` as `product.sales`, `product`.`states` as `product.states`, `product.tax`.`id` as `product.tax.id`, `product.tax`.`tax_rate` as `product.tax.taxRate`, `product.tax`.`name` as `product.tax.name`, `product.tax`.`position` as `product.tax.position`, `product.tax`.`custom_fields` as `product.tax.customFields`, `product.tax`.`created_at` as `product.tax.createdAt`, `product.tax`.`updated_at` as `product.tax.updatedAt`, `product.parent`.`cheapest_price` as `product.cheapestPrice.inherited`, COALESCE(`product`.`cheapest_price`, `product.parent`.`cheapest_price`) as `product.cheapestPrice`, `product`.`created_at` as `product.createdAt`, `product`.`updated_at` as `product.updatedAt`, `product.secondMediaExtension`.`id` as `product.secondMediaExtension.id`, `product.secondMediaExtension`.`product_id` as `product.secondMediaExtension.productId`, `product.secondMediaExtension`.`product_version_id` as `product.secondMediaExtension.productVersionId`, `product.secondMediaExtension`.`second_media_id` as `product.secondMediaExtension.secondMediaId`, `product.secondMediaExtension.secondMedia`.`id` as `product.secondMediaExtension.secondMedia.id`, `product.secondMediaExtension.secondMedia`.`version_id` as `product.secondMediaExtension.secondMedia.versionId`, `product.secondMediaExtension.secondMedia`.`product_id` as `product.secondMediaExtension.secondMedia.productId`, `product.secondMediaExtension.secondMedia`.`product_version_id` as `product.secondMediaExtension.secondMedia.productVersionId`, `product.secondMediaExtension.secondMedia`.`media_id` as `product.secondMediaExtension.secondMedia.mediaId`, `product.secondMediaExtension.secondMedia`.`position` as `product.secondMediaExtension.secondMedia.position`, `product.secondMediaExtension.secondMedia.media`.`id` as `product.secondMediaExtension.secondMedia.media.id`, `product.secondMediaExtension.secondMedia.media`.`user_id` as `product.secondMediaExtension.secondMedia.media.userId`, `product.secondMediaExtension.secondMedia.media`.`media_folder_id` as `product.secondMediaExtension.secondMedia.media.mediaFolderId`, `product.secondMediaExtension.secondMedia.media`.`mime_type` as `product.secondMediaExtension.secondMedia.media.mimeType`, `product.secondMediaExtension.secondMedia.media`.`file_extension` as `product.secondMediaExtension.secondMedia.media.fileExtension`, `product.secondMediaExtension.secondMedia.media`.`uploaded_at` as `product.secondMediaExtension.secondMedia.media.uploadedAt`, `product.secondMediaExtension.secondMedia.media`.`file_name` as `product.secondMediaExtension.secondMedia.media.fileName`, `product.secondMediaExtension.secondMedia.media`.`file_size` as `product.secondMediaExtension.secondMedia.media.fileSize`, `product.secondMediaExtension.secondMedia.media`.`media_type` as `product.secondMediaExtension.secondMedia.media.mediaTypeRaw`, `product.secondMediaExtension.secondMedia.media`.`meta_data` as `product.secondMediaExtension.secondMedia.media.metaData`, `product.secondMediaExtension.secondMedia.media`.`private` as `product.secondMediaExtension.secondMedia.media.private`, `product.secondMediaExtension.secondMedia.media`.`thumbnails_ro` as `product.secondMediaExtension.secondMedia.media.thumbnailsRo`, `product.secondMediaExtension.secondMedia.media`.`created_at` as `product.secondMediaExtension.secondMedia.media.createdAt`, `product.secondMediaExtension.secondMedia.media`.`updated_at` as `product.secondMediaExtension.secondMedia.media.updatedAt`, `product.secondMediaExtension.secondMedia.media.translation.title`, COALESCE(`product.secondMediaExtension.secondMedia.media.translation.title`,`product.secondMediaExtension.secondMedia.media.translation.title`) as `product.secondMediaExtension.secondMedia.media.title`, `product.secondMediaExtension.secondMedia.media.translation.alt`, COALESCE(`product.secondMediaExtension.secondMedia.media.translation.alt`,`product.secondMediaExtension.secondMedia.media.translation.alt`) as `product.secondMediaExtension.secondMedia.media.alt`, `product.secondMediaExtension.secondMedia.media.translation.customFields`, COALESCE(`product.secondMediaExtension.secondMedia.media.translation.customFields`,`product.secondMediaExtension.secondMedia.media.translation.customFields`) as `product.secondMediaExtension.secondMedia.media.customFields`, `product.secondMediaExtension.secondMedia.media.translation.createdAt`, `product.secondMediaExtension.secondMedia.media.translation.updatedAt`, `product.secondMediaExtension.secondMedia.media.translation.mediaId`, `product.secondMediaExtension.secondMedia.media.translation.languageId`, `product.secondMediaExtension.secondMedia`.`custom_fields` as `product.secondMediaExtension.secondMedia.customFields`, `product.secondMediaExtension.secondMedia`.`created_at` as `product.secondMediaExtension.secondMedia.createdAt`, `product.secondMediaExtension.secondMedia`.`updated_at` as `product.secondMediaExtension.secondMedia.updatedAt`, `product.secondMediaExtension`.`created_at` as `product.secondMediaExtension.createdAt`, `product.secondMediaExtension`.`updated_at` as `product.secondMediaExtension.updatedAt`, `product.srsExtension`.`id` as `product.srsExtension.id`, `product.srsExtension`.`version_id` as `product.srsExtension.versionId`, `product.srsExtension`.`product_id` as `product.srsExtension.productId`, `product.srsExtension`.`product_version_id` as `product.srsExtension.productVersionId`, `product.srsExtension`.`srs_id` as `product.srsExtension.srsId`, `product.srsExtension`.`base_id` as `product.srsExtension.baseId`, `product.srsExtension`.`created_at` as `product.srsExtension.createdAt`, `product.srsExtension`.`updated_at` as `product.srsExtension.updatedAt`, (SELECT GROUP_CONCAT(HEX(`product.options.mapping`.`property_group_option_id`) SEPARATOR '||')
FROM `product_option` `product.options.mapping`
WHERE `product.options.mapping`.`product_id` = `product`.`id` ) as `product.options.id_mapping`, `product.manufacturer`.`id` as `product.manufacturer.id`, `product.manufacturer`.`version_id` as `product.manufacturer.versionId`, `product.manufacturer`.`media_id` as `product.manufacturer.mediaId`, `product.manufacturer`.`link` as `product.manufacturer.link`, `product.manufacturer`.`created_at` as `product.manufacturer.createdAt`, `product.manufacturer`.`updated_at` as `product.manufacturer.updatedAt`, `product.manufacturer.baseExtension`.`id` as `product.manufacturer.baseExtension.id`, `product.manufacturer.baseExtension`.`product_manufacturer_id` as `product.manufacturer.baseExtension.productManufacturerId`, `product.manufacturer.baseExtension`.`product_manufacturer_version_id` as `product.manufacturer.baseExtension.productManufacturerVersionId`, `product.manufacturer.baseExtension`.`active` as `product.manufacturer.baseExtension.active`, `product.manufacturer.baseExtension`.`type` as `product.manufacturer.baseExtension.type`, `product.manufacturer.baseExtension`.`created_at` as `product.manufacturer.baseExtension.createdAt`, `product.manufacturer.baseExtension`.`updated_at` as `product.manufacturer.baseExtension.updatedAt`, `product.manufacturer.listingPageExtension`.`id` as `product.manufacturer.listingPageExtension.id`, `product.manufacturer.listingPageExtension`.`product_manufacturer_id` as `product.manufacturer.listingPageExtension.productManufacturerId`, `product.manufacturer.listingPageExtension`.`product_manufacturer_version_id` as `product.manufacturer.listingPageExtension.productManufacturerVersionId`, `product.manufacturer.listingPageExtension`.`active` as `product.manufacturer.listingPageExtension.active`, `product.manufacturer.listingPageExtension`.`type` as `product.manufacturer.listingPageExtension.type`, `product.manufacturer.listingPageExtension`.`product_assignment_type` as `product.manufacturer.listingPageExtension.productAssignmentType`, `product.manufacturer.listingPageExtension`.`product_stream_id` as `product.manufacturer.listingPageExtension.productStreamId`, `product.manufacturer.listingPageExtension`.`size_media` as `product.manufacturer.listingPageExtension.sizeMediaId`, `product.manufacturer.listingPageExtension`.`highlight_media` as `product.manufacturer.listingPageExtension.highlightMediaId`, `product.manufacturer.listingPageExtension`.`created_at` as `product.manufacturer.listingPageExtension.createdAt`, `product.manufacturer.listingPageExtension`.`updated_at` as `product.manufacturer.listingPageExtension.updatedAt`, `product.manufacturer.listingPageExtension.translation.description`, COALESCE(`product.manufacturer.listingPageExtension.translation.description`,`product.manufacturer.listingPageExtension.translation.description`) as `product.manufacturer.listingPageExtension.description`, `product.manufacturer.listingPageExtension.translation.sizeDescription`, COALESCE(`product.manufacturer.listingPageExtension.translation.sizeDescription`,`product.manufacturer.listingPageExtension.translation.sizeDescription`) as `product.manufacturer.listingPageExtension.sizeDescription`, `product.manufacturer.listingPageExtension.translation.createdAt`, `product.manufacturer.listingPageExtension.translation.updatedAt`, `product.manufacturer.listingPageExtension.translation.listingPageExtensionId`, `product.manufacturer.listingPageExtension.translation.languageId`, `product.manufacturer.productPageExtension`.`id` as `product.manufacturer.productPageExtension.id`, `product.manufacturer.productPageExtension`.`product_manufacturer_id` as `product.manufacturer.productPageExtension.productManufacturerId`, `product.manufacturer.productPageExtension`.`product_manufacturer_version_id` as `product.manufacturer.productPageExtension.productManufacturerVersionId`, `product.manufacturer.productPageExtension`.`cms_page_type` as `product.manufacturer.productPageExtension.cmsPageType`, `product.manufacturer.productPageExtension`.`cms_page_id` as `product.manufacturer.productPageExtension.cmsPageId`, `product.manufacturer.productPageExtension`.`cms_page_version_id` as `product.manufacturer.productPageExtension.cmsPageVersionId`, `product.manufacturer.productPageExtension`.`created_at` as `product.manufacturer.productPageExtension.createdAt`, `product.manufacturer.productPageExtension`.`updated_at` as `product.manufacturer.productPageExtension.updatedAt`, `product.manufacturer.productPageExtension.translation.url`, COALESCE(`product.manufacturer.productPageExtension.translation.url`,`product.manufacturer.productPageExtension.translation.url`) as `product.manufacturer.productPageExtension.url`, `product.manufacturer.productPageExtension.translation.metaTitle`, COALESCE(`product.manufacturer.productPageExtension.translation.metaTitle`,`product.manufacturer.productPageExtension.translation.metaTitle`) as `product.manufacturer.productPageExtension.metaTitle`, `product.manufacturer.productPageExtension.translation.metaDescription`, COALESCE(`product.manufacturer.productPageExtension.translation.metaDescription`,`product.manufacturer.productPageExtension.translation.metaDescription`) as `product.manufacturer.productPageExtension.metaDescription`, `product.manufacturer.productPageExtension.translation.keywords`, COALESCE(`product.manufacturer.productPageExtension.translation.keywords`,`product.manufacturer.productPageExtension.translation.keywords`) as `product.manufacturer.productPageExtension.keywords`, `product.manufacturer.productPageExtension.translation.slotConfig`, COALESCE(`product.manufacturer.productPageExtension.translation.slotConfig`,`product.manufacturer.productPageExtension.translation.slotConfig`) as `product.manufacturer.productPageExtension.slotConfig`, `product.manufacturer.productPageExtension.translation.createdAt`, `product.manufacturer.productPageExtension.translation.updatedAt`, `product.manufacturer.productPageExtension.translation.productPageExtensionId`, `product.manufacturer.productPageExtension.translation.languageId`, `product.manufacturer.translation.name`, COALESCE(`product.manufacturer.translation.name`,`product.manufacturer.translation.name`) as `product.manufacturer.name`, `product.manufacturer.translation.description`, COALESCE(`product.manufacturer.translation.description`,`product.manufacturer.translation.description`) as `product.manufacturer.description`, `product.manufacturer.translation.customFields`, COALESCE(`product.manufacturer.translation.customFields`,`product.manufacturer.translation.customFields`) as `product.manufacturer.customFields`, `product.manufacturer.translation.createdAt`, `product.manufacturer.translation.updatedAt`, `product.manufacturer.translation.productManufacturerId`, `product.manufacturer.translation.languageId`, `product.manufacturer.translation.productManufacturerVersionId`, `product.unit`.`id` as `product.unit.id`, `product.unit`.`created_at` as `product.unit.createdAt`, `product.unit`.`updated_at` as `product.unit.updatedAt`, `product.unit.translation.shortCode`, COALESCE(`product.unit.translation.shortCode`,`product.unit.translation.shortCode`) as `product.unit.shortCode`, `product.unit.translation.name`, COALESCE(`product.unit.translation.name`,`product.unit.translation.name`) as `product.unit.name`, `product.unit.translation.customFields`, COALESCE(`product.unit.translation.customFields`,`product.unit.translation.customFields`) as `product.unit.customFields`, `product.unit.translation.createdAt`, `product.unit.translation.updatedAt`, `product.unit.translation.unitId`, `product.unit.translation.languageId`, `product.deliveryTime`.`id` as `product.deliveryTime.id`, `product.deliveryTime`.`min` as `product.deliveryTime.min`, `product.deliveryTime`.`max` as `product.deliveryTime.max`, `product.deliveryTime`.`unit` as `product.deliveryTime.unit`, `product.deliveryTime`.`created_at` as `product.deliveryTime.createdAt`, `product.deliveryTime`.`updated_at` as `product.deliveryTime.updatedAt`, `product.deliveryTime.translation.name`, COALESCE(`product.deliveryTime.translation.name`,`product.deliveryTime.translation.name`) as `product.deliveryTime.name`, `product.deliveryTime.translation.customFields`, COALESCE(`product.deliveryTime.translation.customFields`,`product.deliveryTime.translation.customFields`) as `product.deliveryTime.customFields`, `product.deliveryTime.translation.createdAt`, `product.deliveryTime.translation.updatedAt`, `product.deliveryTime.translation.deliveryTimeId`, `product.deliveryTime.translation.languageId`, `product.cover`.`id` as `product.cover.id`, `product.cover`.`version_id` as `product.cover.versionId`, `product.cover`.`product_id` as `product.cover.productId`, `product.cover`.`product_version_id` as `product.cover.productVersionId`, `product.cover`.`media_id` as `product.cover.mediaId`, `product.cover`.`position` as `product.cover.position`, `product.cover.media`.`id` as `product.cover.media.id`, `product.cover.media`.`user_id` as `product.cover.media.userId`, `product.cover.media`.`media_folder_id` as `product.cover.media.mediaFolderId`, `product.cover.media`.`mime_type` as `product.cover.media.mimeType`, `product.cover.media`.`file_extension` as `product.cover.media.fileExtension`, `product.cover.media`.`uploaded_at` as `product.cover.media.uploadedAt`, `product.cover.media`.`file_name` as `product.cover.media.fileName`, `product.cover.media`.`file_size` as `product.cover.media.fileSize`, `product.cover.media`.`media_type` as `product.cover.media.mediaTypeRaw`, `product.cover.media`.`meta_data` as `product.cover.media.metaData`, `product.cover.media`.`private` as `product.cover.media.private`, `product.cover.media`.`thumbnails_ro` as `product.cover.media.thumbnailsRo`, `product.cover.media`.`created_at` as `product.cover.media.createdAt`, `product.cover.media`.`updated_at` as `product.cover.media.updatedAt`, `product.cover.media.translation.title`, COALESCE(`product.cover.media.translation.title`,`product.cover.media.translation.title`) as `product.cover.media.title`, `product.cover.media.translation.alt`, COALESCE(`product.cover.media.translation.alt`,`product.cover.media.translation.alt`) as `product.cover.media.alt`, `product.cover.media.translation.customFields`, COALESCE(`product.cover.media.translation.customFields`,`product.cover.media.translation.customFields`) as `product.cover.media.customFields`, `product.cover.media.translation.createdAt`, `product.cover.media.translation.updatedAt`, `product.cover.media.translation.mediaId`, `product.cover.media.translation.languageId`, `product.cover`.`custom_fields` as `product.cover.customFields`, `product.cover`.`created_at` as `product.cover.createdAt`, `product.cover`.`updated_at` as `product.cover.updatedAt`, `product.translation.metaDescription`, `product.parent.translation.metaDescription`, COALESCE(`product.translation.metaDescription`,`product.parent.translation.metaDescription`,`product.translation.metaDescription`) as `product.metaDescription`, `product.translation.name`, `product.parent.translation.name`, COALESCE(`product.translation.name`,`product.parent.translation.name`,`product.translation.name`) as `product.name`, `product.translation.keywords`, `product.parent.translation.keywords`, COALESCE(`product.translation.keywords`,`product.parent.translation.keywords`,`product.translation.keywords`) as `product.keywords`, `product.translation.description`, `product.parent.translation.description`, COALESCE(`product.translation.description`,`product.parent.translation.description`,`product.translation.description`) as `product.description`, `product.translation.metaTitle`, `product.parent.translation.metaTitle`, COALESCE(`product.translation.metaTitle`,`product.parent.translation.metaTitle`,`product.translation.metaTitle`) as `product.metaTitle`, `product.translation.packUnit`, `product.parent.translation.packUnit`, COALESCE(`product.translation.packUnit`,`product.parent.translation.packUnit`,`product.translation.packUnit`) as `product.packUnit`, `product.translation.packUnitPlural`, `product.parent.translation.packUnitPlural`, COALESCE(`product.translation.packUnitPlural`,`product.parent.translation.packUnitPlural`,`product.translation.packUnitPlural`) as `product.packUnitPlural`, `product.translation.customSearchKeywords`, `product.parent.translation.customSearchKeywords`, COALESCE(`product.translation.customSearchKeywords`,`product.parent.translation.customSearchKeywords`,`product.translation.customSearchKeywords`) as `product.customSearchKeywords`, `product.translation.slotConfig`, `product.parent.translation.slotConfig`, COALESCE(`product.translation.slotConfig`,`product.parent.translation.slotConfig`,`product.translation.slotConfig`) as `product.slotConfig`, `product.translation.customFields`, `product.parent.translation.customFields`, COALESCE(`product.translation.customFields`,`product.parent.translation.customFields`,`product.translation.customFields`) as `product.customFields`, `product.translation.createdAt`, `product.parent.translation.createdAt`, `product.translation.updatedAt`, `product.parent.translation.updatedAt`, `product.translation.productId`, `product.parent.translation.productId`, `product.translation.languageId`, `product.parent.translation.languageId`, `product.translation.productVersionId`, `product.parent.translation.productVersionId` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`version_id` = `product.parent`.`version_id` LEFT JOIN (SELECT `product.translation`.product_id, `product.translation`.product_version_id, `product.translation`.meta_description as `product.translation.metaDescription`, `product.translation`.name as `product.translation.name`, `product.translation`.keywords as `product.translation.keywords`, `product.translation`.description as `product.translation.description`, `product.translation`.meta_title as `product.translation.metaTitle`, `product.translation`.pack_unit as `product.translation.packUnit`, `product.translation`.pack_unit_plural as `product.translation.packUnitPlural`, `product.translation`.custom_search_keywords as `product.translation.customSearchKeywords`, `product.translation`.slot_config as `product.translation.slotConfig`, `product.translation`.custom_fields as `product.translation.customFields`, `product.translation`.created_at as `product.translation.createdAt`, `product.translation`.updated_at as `product.translation.updatedAt`, `product.translation`.product_id as `product.translation.productId`, `product.translation`.language_id as `product.translation.languageId`, `product.translation`.product_version_id as `product.translation.productVersionId` FROM `product_translation` `product.translation` WHERE `product.translation`.language_id = :languageId) `product.product_translation` ON `product.product_translation`.`product_id` = `product`.`id` AND `product.product_translation`.product_version_id = `product`.version_id LEFT JOIN (SELECT `product.parent.translation`.product_id, `product.parent.translation`.product_version_id, `product.parent.translation`.meta_description as `product.parent.translation.metaDescription`, `product.parent.translation`.name as `product.parent.translation.name`, `product.parent.translation`.keywords as `product.parent.translation.keywords`, `product.parent.translation`.description as `product.parent.translation.description`, `product.parent.translation`.meta_title as `product.parent.translation.metaTitle`, `product.parent.translation`.pack_unit as `product.parent.translation.packUnit`, `product.parent.translation`.pack_unit_plural as `product.parent.translation.packUnitPlural`, `product.parent.translation`.custom_search_keywords as `product.parent.translation.customSearchKeywords`, `product.parent.translation`.slot_config as `product.parent.translation.slotConfig`, `product.parent.translation`.custom_fields as `product.parent.translation.customFields`, `product.parent.translation`.created_at as `product.parent.translation.createdAt`, `product.parent.translation`.updated_at as `product.parent.translation.updatedAt`, `product.parent.translation`.product_id as `product.parent.translation.productId`, `product.parent.translation`.language_id as `product.parent.translation.languageId`, `product.parent.translation`.product_version_id as `product.parent.translation.productVersionId` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation`.language_id = :languageId) `product.product_translation.parent` ON `product.product_translation.parent`.`product_id` = `product.parent`.`id` AND `product.product_translation.parent`.product_version_id = `product.parent`.version_id LEFT JOIN `tax` `product.tax` ON `product`.`tax` = `product.tax`.`id` LEFT JOIN `nd_second_media_extension` `product.secondMediaExtension` ON `product`.`secondMediaExtension` = `product.secondMediaExtension`.`product_id` LEFT JOIN `product_srs_extension` `product.srsExtension` ON `product`.`srsExtension` = `product.srsExtension`.`product_id` AND `product`.`version_id` = `product.srsExtension`.`version_id` LEFT JOIN `product_manufacturer` `product.manufacturer` ON `product`.`manufacturer` = `product.manufacturer`.`id` AND `product`.`version_id` = `product.manufacturer`.`version_id` LEFT JOIN `unit` `product.unit` ON `product`.`unit` = `product.unit`.`id` LEFT JOIN `delivery_time` `product.deliveryTime` ON `product`.`deliveryTime` = `product.deliveryTime`.`id` LEFT JOIN `product_media` `product.cover` ON `product`.`cover` = `product.cover`.`id` AND `product`.`version_id` = `product.cover`.`version_id` LEFT JOIN `product_media` `product.secondMediaExtension.secondMedia` ON `product.secondMediaExtension`.`second_media_id` = `product.secondMediaExtension.secondMedia`.`id` LEFT JOIN `media` `product.secondMediaExtension.secondMedia.media` ON `product.secondMediaExtension.secondMedia`.`media_id` = `product.secondMediaExtension.secondMedia.media`.`id` LEFT JOIN (SELECT `product.secondMediaExtension.secondMedia.media.translation`.media_id, `product.secondMediaExtension.secondMedia.media.translation`.title as `product.secondMediaExtension.secondMedia.media.translation.title`, `product.secondMediaExtension.secondMedia.media.translation`.alt as `product.secondMediaExtension.secondMedia.media.translation.alt`, `product.secondMediaExtension.secondMedia.media.translation`.custom_fields as `product.secondMediaExtension.secondMedia.media.translation.customFields`, `product.secondMediaExtension.secondMedia.media.translation`.created_at as `product.secondMediaExtension.secondMedia.media.translation.createdAt`, `product.secondMediaExtension.secondMedia.media.translation`.updated_at as `product.secondMediaExtension.secondMedia.media.translation.updatedAt`, `product.secondMediaExtension.secondMedia.media.translation`.media_id as `product.secondMediaExtension.secondMedia.media.translation.mediaId`, `product.secondMediaExtension.secondMedia.media.translation`.language_id as `product.secondMediaExtension.secondMedia.media.translation.languageId` FROM `media_translation` `product.secondMediaExtension.secondMedia.media.translation` WHERE `product.secondMediaExtension.secondMedia.media.translation`.language_id = :languageId) `product.secondMediaExtension.secondMedia.media.media_translation` ON `product.secondMediaExtension.secondMedia.media.media_translation`.`media_id` = `product.secondMediaExtension.secondMedia.media`.`id` LEFT JOIN (SELECT `product.manufacturer.translation`.product_manufacturer_id, `product.manufacturer.translation`.product_manufacturer_version_id, `product.manufacturer.translation`.name as `product.manufacturer.translation.name`, `product.manufacturer.translation`.description as `product.manufacturer.translation.description`, `product.manufacturer.translation`.custom_fields as `product.manufacturer.translation.customFields`, `product.manufacturer.translation`.created_at as `product.manufacturer.translation.createdAt`, `product.manufacturer.translation`.updated_at as `product.manufacturer.translation.updatedAt`, `product.manufacturer.translation`.product_manufacturer_id as `product.manufacturer.translation.productManufacturerId`, `product.manufacturer.translation`.language_id as `product.manufacturer.translation.languageId`, `product.manufacturer.translation`.product_manufacturer_version_id as `product.manufacturer.translation.productManufacturerVersionId` FROM `product_manufacturer_translation` `product.manufacturer.translation` WHERE `product.manufacturer.translation`.language_id = :languageId) `product.manufacturer.product_manufacturer_translation` ON `product.manufacturer.product_manufacturer_translation`.`product_manufacturer_id` = `product.manufacturer`.`id` AND `product.manufacturer.product_manufacturer_translation`.product_manufacturer_version_id = `product.manufacturer`.version_id LEFT JOIN `base_extension` `product.manufacturer.baseExtension` ON `product.manufacturer`.`id` = `product.manufacturer.baseExtension`.`product_manufacturer_id` LEFT JOIN `listing_page_extension` `product.manufacturer.listingPageExtension` ON `product.manufacturer`.`id` = `product.manufacturer.listingPageExtension`.`product_manufacturer_id` LEFT JOIN `product_page_extension` `product.manufacturer.productPageExtension` ON `product.manufacturer`.`id` = `product.manufacturer.productPageExtension`.`product_manufacturer_id` LEFT JOIN (SELECT `product.manufacturer.listingPageExtension.translation`.listing_page_extension_id, `product.manufacturer.listingPageExtension.translation`.description as `product.manufacturer.listingPageExtension.translation.description`, `product.manufacturer.listingPageExtension.translation`.size_description as `product.manufacturer.listingPageExtension.translation.sizeDescription`, `product.manufacturer.listingPageExtension.translation`.created_at as `product.manufacturer.listingPageExtension.translation.createdAt`, `product.manufacturer.listingPageExtension.translation`.updated_at as `product.manufacturer.listingPageExtension.translation.updatedAt`, `product.manufacturer.listingPageExtension.translation`.listing_page_extension_id as `product.manufacturer.listingPageExtension.translation.listingPageExtensionId`, `product.manufacturer.listingPageExtension.translation`.language_id as `product.manufacturer.listingPageExtension.translation.languageId` FROM `listing_page_extension_translation` `product.manufacturer.listingPageExtension.translation` WHERE `product.manufacturer.listingPageExtension.translation`.language_id = :languageId) `product.manufacturer.listingPageExtension.listing_page_extension_translation` ON `product.manufacturer.listingPageExtension.listing_page_extension_translation`.`listing_page_extension_id` = `product.manufacturer.listingPageExtension`.`id` LEFT JOIN (SELECT `product.manufacturer.productPageExtension.translation`.product_page_extension_id, `product.manufacturer.productPageExtension.translation`.url as `product.manufacturer.productPageExtension.translation.url`, `product.manufacturer.productPageExtension.translation`.meta_title as `product.manufacturer.productPageExtension.translation.metaTitle`, `product.manufacturer.productPageExtension.translation`.meta_description as `product.manufacturer.productPageExtension.translation.metaDescription`, `product.manufacturer.productPageExtension.translation`.keywords as `product.manufacturer.productPageExtension.translation.keywords`, `product.manufacturer.productPageExtension.translation`.slot_config as `product.manufacturer.productPageExtension.translation.slotConfig`, `product.manufacturer.productPageExtension.translation`.created_at as `product.manufacturer.productPageExtension.translation.createdAt`, `product.manufacturer.productPageExtension.translation`.updated_at as `product.manufacturer.productPageExtension.translation.updatedAt`, `product.manufacturer.productPageExtension.translation`.product_page_extension_id as `product.manufacturer.productPageExtension.translation.productPageExtensionId`, `product.manufacturer.productPageExtension.translation`.language_id as `product.manufacturer.productPageExtension.translation.languageId` FROM `product_page_extension_translation` `product.manufacturer.productPageExtension.translation` WHERE `product.manufacturer.productPageExtension.translation`.language_id = :languageId) `product.manufacturer.productPageExtension.product_page_extension_translation` ON `product.manufacturer.productPageExtension.product_page_extension_translation`.`product_page_extension_id` = `product.manufacturer.productPageExtension`.`id` LEFT JOIN (SELECT `product.unit.translation`.unit_id, `product.unit.translation`.short_code as `product.unit.translation.shortCode`, `product.unit.translation`.name as `product.unit.translation.name`, `product.unit.translation`.custom_fields as `product.unit.translation.customFields`, `product.unit.translation`.created_at as `product.unit.translation.createdAt`, `product.unit.translation`.updated_at as `product.unit.translation.updatedAt`, `product.unit.translation`.unit_id as `product.unit.translation.unitId`, `product.unit.translation`.language_id as `product.unit.translation.languageId` FROM `unit_translation` `product.unit.translation` WHERE `product.unit.translation`.language_id = :languageId) `product.unit.unit_translation` ON `product.unit.unit_translation`.`unit_id` = `product.unit`.`id` LEFT JOIN (SELECT `product.deliveryTime.translation`.delivery_time_id, `product.deliveryTime.translation`.name as `product.deliveryTime.translation.name`, `product.deliveryTime.translation`.custom_fields as `product.deliveryTime.translation.customFields`, `product.deliveryTime.translation`.created_at as `product.deliveryTime.translation.createdAt`, `product.deliveryTime.translation`.updated_at as `product.deliveryTime.translation.updatedAt`, `product.deliveryTime.translation`.delivery_time_id as `product.deliveryTime.translation.deliveryTimeId`, `product.deliveryTime.translation`.language_id as `product.deliveryTime.translation.languageId` FROM `delivery_time_translation` `product.deliveryTime.translation` WHERE `product.deliveryTime.translation`.language_id = :languageId) `product.deliveryTime.delivery_time_translation` ON `product.deliveryTime.delivery_time_translation`.`delivery_time_id` = `product.deliveryTime`.`id` LEFT JOIN `media` `product.cover.media` ON `product.cover`.`media_id` = `product.cover.media`.`id` LEFT JOIN (SELECT `product.cover.media.translation`.media_id, `product.cover.media.translation`.title as `product.cover.media.translation.title`, `product.cover.media.translation`.alt as `product.cover.media.translation.alt`, `product.cover.media.translation`.custom_fields as `product.cover.media.translation.customFields`, `product.cover.media.translation`.created_at as `product.cover.media.translation.createdAt`, `product.cover.media.translation`.updated_at as `product.cover.media.translation.updatedAt`, `product.cover.media.translation`.media_id as `product.cover.media.translation.mediaId`, `product.cover.media.translation`.language_id as `product.cover.media.translation.languageId` FROM `media_translation` `product.cover.media.translation` WHERE `product.cover.media.translation`.language_id = :languageId) `product.cover.media.media_translation` ON `product.cover.media.media_translation`.`media_id` = `product.cover.media`.`id` WHERE (`product`.`version_id` = :version) AND (`product`.`id` IN (:ids))
SELECT
`product`.`id` as `product.id`,
`product`.`version_id` as `product.versionId`,
`product`.`parent_id` as `product.parentId`,
`product`.`parent_version_id` as `product.parentVersionId`,
COALESCE(
`product`.`product_manufacturer_id`,
`product.parent`.`product_manufacturer_id`
) as `product.manufacturerId`,
COALESCE(
`product`.`product_manufacturer_version_id`,
`product.parent`.`product_manufacturer_version_id`
) as `product.productManufacturerVersionId`,
COALESCE(
`product`.`unit_id`, `product.parent`.`unit_id`
) as `product.unitId`,
COALESCE(
`product`.`tax_id`, `product.parent`.`tax_id`
) as `product.taxId`,
COALESCE(
`product`.`product_media_id`, `product.parent`.`product_media_id`
) as `product.coverId`,
COALESCE(
`product`.`product_media_version_id`,
`product.parent`.`product_media_version_id`
) as `product.productMediaVersionId`,
COALESCE(
`product`.`delivery_time_id`, `product.parent`.`delivery_time_id`
) as `product.deliveryTimeId`,
COALESCE(
`product`.`product_feature_set_id`,
`product.parent`.`product_feature_set_id`
) as `product.featureSetId`,
COALESCE(
`product`.`canonical_product_id`,
`product.parent`.`canonical_product_id`
) as `product.canonicalProductId`,
COALESCE(
`product`.`cms_page_id`, `product.parent`.`cms_page_id`
) as `product.cmsPageId`,
COALESCE(
`product`.`cms_page_version_id`,
`product.parent`.`cms_page_version_id`
) as `product.cmsPageVersionId`,
`product.parent`.`price` as `product.price.inherited`,
COALESCE(
`product`.`price`, `product.parent`.`price`
) as `product.price`,
`product`.`product_number` as `product.productNumber`,
`product`.`stock` as `product.stock`,
COALESCE(
`product`.`restock_time`, `product.parent`.`restock_time`
) as `product.restockTime`,
`product`.`auto_increment` as `product.autoIncrement`,
COALESCE(
`product`.`active`, `product.parent`.`active`
) as `product.active`,
`product`.`available_stock` as `product.availableStock`,
`product`.`available` as `product.available`,
COALESCE(
`product`.`is_closeout`, `product.parent`.`is_closeout`
) as `product.isCloseout`,
`product`.`display_group` as `product.displayGroup`,
`product.parent`.`configurator_group_config` as `product.configuratorGroupConfig.inherited`,
COALESCE(
`product`.`configurator_group_config`,
`product.parent`.`configurator_group_config`
) as `product.configuratorGroupConfig`,
COALESCE(
`product`.`main_variant_id`, `product.parent`.`main_variant_id`
) as `product.mainVariantId`,
COALESCE(
`product`.`display_parent`, `product.parent`.`display_parent`
) as `product.displayParent`,
`product.parent`.`variant_listing_config` as `product.variantListingConfig.inherited`,
COALESCE(
`product`.`variant_listing_config`,
`product.parent`.`variant_listing_config`
) as `product.variantListingConfig`,
`product`.`variant_restrictions` as `product.variantRestrictions`,
COALESCE(
`product`.`manufacturer_number`,
`product.parent`.`manufacturer_number`
) as `product.manufacturerNumber`,
COALESCE(
`product`.`ean`, `product.parent`.`ean`
) as `product.ean`,
COALESCE(
`product`.`purchase_steps`, `product.parent`.`purchase_steps`
) as `product.purchaseSteps`,
COALESCE(
`product`.`max_purchase`, `product.parent`.`max_purchase`
) as `product.maxPurchase`,
COALESCE(
`product`.`min_purchase`, `product.parent`.`min_purchase`
) as `product.minPurchase`,
COALESCE(
`product`.`purchase_unit`, `product.parent`.`purchase_unit`
) as `product.purchaseUnit`,
COALESCE(
`product`.`reference_unit`, `product.parent`.`reference_unit`
) as `product.referenceUnit`,
COALESCE(
`product`.`shipping_free`, `product.parent`.`shipping_free`
) as `product.shippingFree`,
`product.parent`.`purchase_prices` as `product.purchasePrices.inherited`,
COALESCE(
`product`.`purchase_prices`, `product.parent`.`purchase_prices`
) as `product.purchasePrices`,
COALESCE(
`product`.`mark_as_topseller`, `product.parent`.`mark_as_topseller`
) as `product.markAsTopseller`,
COALESCE(
`product`.`weight`, `product.parent`.`weight`
) as `product.weight`,
COALESCE(
`product`.`width`, `product.parent`.`width`
) as `product.width`,
COALESCE(
`product`.`height`, `product.parent`.`height`
) as `product.height`,
COALESCE(
`product`.`length`, `product.parent`.`length`
) as `product.length`,
COALESCE(
`product`.`release_date`, `product.parent`.`release_date`
) as `product.releaseDate`,
COALESCE(
`product`.`rating_average`, `product.parent`.`rating_average`
) as `product.ratingAverage`,
`product.parent`.`category_tree` as `product.categoryTree.inherited`,
COALESCE(
`product`.`category_tree`, `product.parent`.`category_tree`
) as `product.categoryTree`,
`product.parent`.`property_ids` as `product.propertyIds.inherited`,
COALESCE(
`product`.`property_ids`, `product.parent`.`property_ids`
) as `product.propertyIds`,
`product.parent`.`option_ids` as `product.optionIds.inherited`,
COALESCE(
`product`.`option_ids`, `product.parent`.`option_ids`
) as `product.optionIds`,
`product.parent`.`stream_ids` as `product.streamIds.inherited`,
COALESCE(
`product`.`stream_ids`, `product.parent`.`stream_ids`
) as `product.streamIds`,
`product.parent`.`tag_ids` as `product.tagIds.inherited`,
COALESCE(
`product`.`tag_ids`, `product.parent`.`tag_ids`
) as `product.tagIds`,
`product.parent`.`category_ids` as `product.categoryIds.inherited`,
COALESCE(
`product`.`category_ids`, `product.parent`.`category_ids`
) as `product.categoryIds`,
`product`.`child_count` as `product.childCount`,
COALESCE(
`product`.`custom_field_set_selection_active`,
`product.parent`.`custom_field_set_selection_active`
) as `product.customFieldSetSelectionActive`,
`product`.`sales` as `product.sales`,
`product`.`states` as `product.states`,
`product.tax`.`id` as `product.tax.id`,
`product.tax`.`tax_rate` as `product.tax.taxRate`,
`product.tax`.`name` as `product.tax.name`,
`product.tax`.`position` as `product.tax.position`,
`product.tax`.`custom_fields` as `product.tax.customFields`,
`product.tax`.`created_at` as `product.tax.createdAt`,
`product.tax`.`updated_at` as `product.tax.updatedAt`,
`product.parent`.`cheapest_price` as `product.cheapestPrice.inherited`,
COALESCE(
`product`.`cheapest_price`, `product.parent`.`cheapest_price`
) as `product.cheapestPrice`,
`product`.`created_at` as `product.createdAt`,
`product`.`updated_at` as `product.updatedAt`,
`product.secondMediaExtension`.`id` as `product.secondMediaExtension.id`,
`product.secondMediaExtension`.`product_id` as `product.secondMediaExtension.productId`,
`product.secondMediaExtension`.`product_version_id` as `product.secondMediaExtension.productVersionId`,
`product.secondMediaExtension`.`second_media_id` as `product.secondMediaExtension.secondMediaId`,
`product.secondMediaExtension.secondMedia`.`id` as `product.secondMediaExtension.secondMedia.id`,
`product.secondMediaExtension.secondMedia`.`version_id` as `product.secondMediaExtension.secondMedia.versionId`,
`product.secondMediaExtension.secondMedia`.`product_id` as `product.secondMediaExtension.secondMedia.productId`,
`product.secondMediaExtension.secondMedia`.`product_version_id` as `product.secondMediaExtension.secondMedia.productVersionId`,
`product.secondMediaExtension.secondMedia`.`media_id` as `product.secondMediaExtension.secondMedia.mediaId`,
`product.secondMediaExtension.secondMedia`.`position` as `product.secondMediaExtension.secondMedia.position`,
`product.secondMediaExtension.secondMedia.media`.`id` as `product.secondMediaExtension.secondMedia.media.id`,
`product.secondMediaExtension.secondMedia.media`.`user_id` as `product.secondMediaExtension.secondMedia.media.userId`,
`product.secondMediaExtension.secondMedia.media`.`media_folder_id` as `product.secondMediaExtension.secondMedia.media.mediaFolderId`,
`product.secondMediaExtension.secondMedia.media`.`mime_type` as `product.secondMediaExtension.secondMedia.media.mimeType`,
`product.secondMediaExtension.secondMedia.media`.`file_extension` as `product.secondMediaExtension.secondMedia.media.fileExtension`,
`product.secondMediaExtension.secondMedia.media`.`uploaded_at` as `product.secondMediaExtension.secondMedia.media.uploadedAt`,
`product.secondMediaExtension.secondMedia.media`.`file_name` as `product.secondMediaExtension.secondMedia.media.fileName`,
`product.secondMediaExtension.secondMedia.media`.`file_size` as `product.secondMediaExtension.secondMedia.media.fileSize`,
`product.secondMediaExtension.secondMedia.media`.`media_type` as `product.secondMediaExtension.secondMedia.media.mediaTypeRaw`,
`product.secondMediaExtension.secondMedia.media`.`meta_data` as `product.secondMediaExtension.secondMedia.media.metaData`,
`product.secondMediaExtension.secondMedia.media`.`private` as `product.secondMediaExtension.secondMedia.media.private`,
`product.secondMediaExtension.secondMedia.media`.`thumbnails_ro` as `product.secondMediaExtension.secondMedia.media.thumbnailsRo`,
`product.secondMediaExtension.secondMedia.media`.`created_at` as `product.secondMediaExtension.secondMedia.media.createdAt`,
`product.secondMediaExtension.secondMedia.media`.`updated_at` as `product.secondMediaExtension.secondMedia.media.updatedAt`,
`product.secondMediaExtension.secondMedia.media.translation.title`,
COALESCE(
`product.secondMediaExtension.secondMedia.media.translation.title`,
`product.secondMediaExtension.secondMedia.media.translation.title`
) as `product.secondMediaExtension.secondMedia.media.title`,
`product.secondMediaExtension.secondMedia.media.translation.alt`,
COALESCE(
`product.secondMediaExtension.secondMedia.media.translation.alt`,
`product.secondMediaExtension.secondMedia.media.translation.alt`
) as `product.secondMediaExtension.secondMedia.media.alt`,
`product.secondMediaExtension.secondMedia.media.translation.customFields`,
COALESCE(
`product.secondMediaExtension.secondMedia.media.translation.customFields`,
`product.secondMediaExtension.secondMedia.media.translation.customFields`
) as `product.secondMediaExtension.secondMedia.media.customFields`,
`product.secondMediaExtension.secondMedia.media.translation.createdAt`,
`product.secondMediaExtension.secondMedia.media.translation.updatedAt`,
`product.secondMediaExtension.secondMedia.media.translation.mediaId`,
`product.secondMediaExtension.secondMedia.media.translation.languageId`,
`product.secondMediaExtension.secondMedia`.`custom_fields` as `product.secondMediaExtension.secondMedia.customFields`,
`product.secondMediaExtension.secondMedia`.`created_at` as `product.secondMediaExtension.secondMedia.createdAt`,
`product.secondMediaExtension.secondMedia`.`updated_at` as `product.secondMediaExtension.secondMedia.updatedAt`,
`product.secondMediaExtension`.`created_at` as `product.secondMediaExtension.createdAt`,
`product.secondMediaExtension`.`updated_at` as `product.secondMediaExtension.updatedAt`,
`product.srsExtension`.`id` as `product.srsExtension.id`,
`product.srsExtension`.`version_id` as `product.srsExtension.versionId`,
`product.srsExtension`.`product_id` as `product.srsExtension.productId`,
`product.srsExtension`.`product_version_id` as `product.srsExtension.productVersionId`,
`product.srsExtension`.`srs_id` as `product.srsExtension.srsId`,
`product.srsExtension`.`base_id` as `product.srsExtension.baseId`,
`product.srsExtension`.`created_at` as `product.srsExtension.createdAt`,
`product.srsExtension`.`updated_at` as `product.srsExtension.updatedAt`,
(
SELECT
GROUP_CONCAT(
HEX(
`product.options.mapping`.`property_group_option_id`
) SEPARATOR '||'
)
FROM
`product_option` `product.options.mapping`
WHERE
`product.options.mapping`.`product_id` = `product`.`id`
) as `product.options.id_mapping`,
`product.manufacturer`.`id` as `product.manufacturer.id`,
`product.manufacturer`.`version_id` as `product.manufacturer.versionId`,
`product.manufacturer`.`media_id` as `product.manufacturer.mediaId`,
`product.manufacturer`.`link` as `product.manufacturer.link`,
`product.manufacturer`.`created_at` as `product.manufacturer.createdAt`,
`product.manufacturer`.`updated_at` as `product.manufacturer.updatedAt`,
`product.manufacturer.baseExtension`.`id` as `product.manufacturer.baseExtension.id`,
`product.manufacturer.baseExtension`.`product_manufacturer_id` as `product.manufacturer.baseExtension.productManufacturerId`,
`product.manufacturer.baseExtension`.`product_manufacturer_version_id` as `product.manufacturer.baseExtension.productManufacturerVersionId`,
`product.manufacturer.baseExtension`.`active` as `product.manufacturer.baseExtension.active`,
`product.manufacturer.baseExtension`.`type` as `product.manufacturer.baseExtension.type`,
`product.manufacturer.baseExtension`.`created_at` as `product.manufacturer.baseExtension.createdAt`,
`product.manufacturer.baseExtension`.`updated_at` as `product.manufacturer.baseExtension.updatedAt`,
`product.manufacturer.listingPageExtension`.`id` as `product.manufacturer.listingPageExtension.id`,
`product.manufacturer.listingPageExtension`.`product_manufacturer_id` as `product.manufacturer.listingPageExtension.productManufacturerId`,
`product.manufacturer.listingPageExtension`.`product_manufacturer_version_id` as `product.manufacturer.listingPageExtension.productManufacturerVersionId`,
`product.manufacturer.listingPageExtension`.`active` as `product.manufacturer.listingPageExtension.active`,
`product.manufacturer.listingPageExtension`.`type` as `product.manufacturer.listingPageExtension.type`,
`product.manufacturer.listingPageExtension`.`product_assignment_type` as `product.manufacturer.listingPageExtension.productAssignmentType`,
`product.manufacturer.listingPageExtension`.`product_stream_id` as `product.manufacturer.listingPageExtension.productStreamId`,
`product.manufacturer.listingPageExtension`.`size_media` as `product.manufacturer.listingPageExtension.sizeMediaId`,
`product.manufacturer.listingPageExtension`.`highlight_media` as `product.manufacturer.listingPageExtension.highlightMediaId`,
`product.manufacturer.listingPageExtension`.`created_at` as `product.manufacturer.listingPageExtension.createdAt`,
`product.manufacturer.listingPageExtension`.`updated_at` as `product.manufacturer.listingPageExtension.updatedAt`,
`product.manufacturer.listingPageExtension.translation.description`,
COALESCE(
`product.manufacturer.listingPageExtension.translation.description`,
`product.manufacturer.listingPageExtension.translation.description`
) as `product.manufacturer.listingPageExtension.description`,
`product.manufacturer.listingPageExtension.translation.sizeDescription`,
COALESCE(
`product.manufacturer.listingPageExtension.translation.sizeDescription`,
`product.manufacturer.listingPageExtension.translation.sizeDescription`
) as `product.manufacturer.listingPageExtension.sizeDescription`,
`product.manufacturer.listingPageExtension.translation.createdAt`,
`product.manufacturer.listingPageExtension.translation.updatedAt`,
`product.manufacturer.listingPageExtension.translation.listingPageExtensionId`,
`product.manufacturer.listingPageExtension.translation.languageId`,
`product.manufacturer.productPageExtension`.`id` as `product.manufacturer.productPageExtension.id`,
`product.manufacturer.productPageExtension`.`product_manufacturer_id` as `product.manufacturer.productPageExtension.productManufacturerId`,
`product.manufacturer.productPageExtension`.`product_manufacturer_version_id` as `product.manufacturer.productPageExtension.productManufacturerVersionId`,
`product.manufacturer.productPageExtension`.`cms_page_type` as `product.manufacturer.productPageExtension.cmsPageType`,
`product.manufacturer.productPageExtension`.`cms_page_id` as `product.manufacturer.productPageExtension.cmsPageId`,
`product.manufacturer.productPageExtension`.`cms_page_version_id` as `product.manufacturer.productPageExtension.cmsPageVersionId`,
`product.manufacturer.productPageExtension`.`created_at` as `product.manufacturer.productPageExtension.createdAt`,
`product.manufacturer.productPageExtension`.`updated_at` as `product.manufacturer.productPageExtension.updatedAt`,
`product.manufacturer.productPageExtension.translation.url`,
COALESCE(
`product.manufacturer.productPageExtension.translation.url`,
`product.manufacturer.productPageExtension.translation.url`
) as `product.manufacturer.productPageExtension.url`,
`product.manufacturer.productPageExtension.translation.metaTitle`,
COALESCE(
`product.manufacturer.productPageExtension.translation.metaTitle`,
`product.manufacturer.productPageExtension.translation.metaTitle`
) as `product.manufacturer.productPageExtension.metaTitle`,
`product.manufacturer.productPageExtension.translation.metaDescription`,
COALESCE(
`product.manufacturer.productPageExtension.translation.metaDescription`,
`product.manufacturer.productPageExtension.translation.metaDescription`
) as `product.manufacturer.productPageExtension.metaDescription`,
`product.manufacturer.productPageExtension.translation.keywords`,
COALESCE(
`product.manufacturer.productPageExtension.translation.keywords`,
`product.manufacturer.productPageExtension.translation.keywords`
) as `product.manufacturer.productPageExtension.keywords`,
`product.manufacturer.productPageExtension.translation.slotConfig`,
COALESCE(
`product.manufacturer.productPageExtension.translation.slotConfig`,
`product.manufacturer.productPageExtension.translation.slotConfig`
) as `product.manufacturer.productPageExtension.slotConfig`,
`product.manufacturer.productPageExtension.translation.createdAt`,
`product.manufacturer.productPageExtension.translation.updatedAt`,
`product.manufacturer.productPageExtension.translation.productPageExtensionId`,
`product.manufacturer.productPageExtension.translation.languageId`,
`product.manufacturer.translation.name`,
COALESCE(
`product.manufacturer.translation.name`,
`product.manufacturer.translation.name`
) as `product.manufacturer.name`,
`product.manufacturer.translation.description`,
COALESCE(
`product.manufacturer.translation.description`,
`product.manufacturer.translation.description`
) as `product.manufacturer.description`,
`product.manufacturer.translation.customFields`,
COALESCE(
`product.manufacturer.translation.customFields`,
`product.manufacturer.translation.customFields`
) as `product.manufacturer.customFields`,
`product.manufacturer.translation.createdAt`,
`product.manufacturer.translation.updatedAt`,
`product.manufacturer.translation.productManufacturerId`,
`product.manufacturer.translation.languageId`,
`product.manufacturer.translation.productManufacturerVersionId`,
`product.unit`.`id` as `product.unit.id`,
`product.unit`.`created_at` as `product.unit.createdAt`,
`product.unit`.`updated_at` as `product.unit.updatedAt`,
`product.unit.translation.shortCode`,
COALESCE(
`product.unit.translation.shortCode`,
`product.unit.translation.shortCode`
) as `product.unit.shortCode`,
`product.unit.translation.name`,
COALESCE(
`product.unit.translation.name`,
`product.unit.translation.name`
) as `product.unit.name`,
`product.unit.translation.customFields`,
COALESCE(
`product.unit.translation.customFields`,
`product.unit.translation.customFields`
) as `product.unit.customFields`,
`product.unit.translation.createdAt`,
`product.unit.translation.updatedAt`,
`product.unit.translation.unitId`,
`product.unit.translation.languageId`,
`product.deliveryTime`.`id` as `product.deliveryTime.id`,
`product.deliveryTime`.`min` as `product.deliveryTime.min`,
`product.deliveryTime`.`max` as `product.deliveryTime.max`,
`product.deliveryTime`.`unit` as `product.deliveryTime.unit`,
`product.deliveryTime`.`created_at` as `product.deliveryTime.createdAt`,
`product.deliveryTime`.`updated_at` as `product.deliveryTime.updatedAt`,
`product.deliveryTime.translation.name`,
COALESCE(
`product.deliveryTime.translation.name`,
`product.deliveryTime.translation.name`
) as `product.deliveryTime.name`,
`product.deliveryTime.translation.customFields`,
COALESCE(
`product.deliveryTime.translation.customFields`,
`product.deliveryTime.translation.customFields`
) as `product.deliveryTime.customFields`,
`product.deliveryTime.translation.createdAt`,
`product.deliveryTime.translation.updatedAt`,
`product.deliveryTime.translation.deliveryTimeId`,
`product.deliveryTime.translation.languageId`,
`product.cover`.`id` as `product.cover.id`,
`product.cover`.`version_id` as `product.cover.versionId`,
`product.cover`.`product_id` as `product.cover.productId`,
`product.cover`.`product_version_id` as `product.cover.productVersionId`,
`product.cover`.`media_id` as `product.cover.mediaId`,
`product.cover`.`position` as `product.cover.position`,
`product.cover.media`.`id` as `product.cover.media.id`,
`product.cover.media`.`user_id` as `product.cover.media.userId`,
`product.cover.media`.`media_folder_id` as `product.cover.media.mediaFolderId`,
`product.cover.media`.`mime_type` as `product.cover.media.mimeType`,
`product.cover.media`.`file_extension` as `product.cover.media.fileExtension`,
`product.cover.media`.`uploaded_at` as `product.cover.media.uploadedAt`,
`product.cover.media`.`file_name` as `product.cover.media.fileName`,
`product.cover.media`.`file_size` as `product.cover.media.fileSize`,
`product.cover.media`.`media_type` as `product.cover.media.mediaTypeRaw`,
`product.cover.media`.`meta_data` as `product.cover.media.metaData`,
`product.cover.media`.`private` as `product.cover.media.private`,
`product.cover.media`.`thumbnails_ro` as `product.cover.media.thumbnailsRo`,
`product.cover.media`.`created_at` as `product.cover.media.createdAt`,
`product.cover.media`.`updated_at` as `product.cover.media.updatedAt`,
`product.cover.media.translation.title`,
COALESCE(
`product.cover.media.translation.title`,
`product.cover.media.translation.title`
) as `product.cover.media.title`,
`product.cover.media.translation.alt`,
COALESCE(
`product.cover.media.translation.alt`,
`product.cover.media.translation.alt`
) as `product.cover.media.alt`,
`product.cover.media.translation.customFields`,
COALESCE(
`product.cover.media.translation.customFields`,
`product.cover.media.translation.customFields`
) as `product.cover.media.customFields`,
`product.cover.media.translation.createdAt`,
`product.cover.media.translation.updatedAt`,
`product.cover.media.translation.mediaId`,
`product.cover.media.translation.languageId`,
`product.cover`.`custom_fields` as `product.cover.customFields`,
`product.cover`.`created_at` as `product.cover.createdAt`,
`product.cover`.`updated_at` as `product.cover.updatedAt`,
`product.translation.metaDescription`,
`product.parent.translation.metaDescription`,
COALESCE(
`product.translation.metaDescription`,
`product.parent.translation.metaDescription`,
`product.translation.metaDescription`
) as `product.metaDescription`,
`product.translation.name`,
`product.parent.translation.name`,
COALESCE(
`product.translation.name`, `product.parent.translation.name`,
`product.translation.name`
) as `product.name`,
`product.translation.keywords`,
`product.parent.translation.keywords`,
COALESCE(
`product.translation.keywords`,
`product.parent.translation.keywords`,
`product.translation.keywords`
) as `product.keywords`,
`product.translation.description`,
`product.parent.translation.description`,
COALESCE(
`product.translation.description`,
`product.parent.translation.description`,
`product.translation.description`
) as `product.description`,
`product.translation.metaTitle`,
`product.parent.translation.metaTitle`,
COALESCE(
`product.translation.metaTitle`,
`product.parent.translation.metaTitle`,
`product.translation.metaTitle`
) as `product.metaTitle`,
`product.translation.packUnit`,
`product.parent.translation.packUnit`,
COALESCE(
`product.translation.packUnit`,
`product.parent.translation.packUnit`,
`product.translation.packUnit`
) as `product.packUnit`,
`product.translation.packUnitPlural`,
`product.parent.translation.packUnitPlural`,
COALESCE(
`product.translation.packUnitPlural`,
`product.parent.translation.packUnitPlural`,
`product.translation.packUnitPlural`
) as `product.packUnitPlural`,
`product.translation.customSearchKeywords`,
`product.parent.translation.customSearchKeywords`,
COALESCE(
`product.translation.customSearchKeywords`,
`product.parent.translation.customSearchKeywords`,
`product.translation.customSearchKeywords`
) as `product.customSearchKeywords`,
`product.translation.slotConfig`,
`product.parent.translation.slotConfig`,
COALESCE(
`product.translation.slotConfig`,
`product.parent.translation.slotConfig`,
`product.translation.slotConfig`
) as `product.slotConfig`,
`product.translation.customFields`,
`product.parent.translation.customFields`,
COALESCE(
`product.translation.customFields`,
`product.parent.translation.customFields`,
`product.translation.customFields`
) as `product.customFields`,
`product.translation.createdAt`,
`product.parent.translation.createdAt`,
`product.translation.updatedAt`,
`product.parent.translation.updatedAt`,
`product.translation.productId`,
`product.parent.translation.productId`,
`product.translation.languageId`,
`product.parent.translation.languageId`,
`product.translation.productVersionId`,
`product.parent.translation.productVersionId`
FROM
`product`
LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id`
AND `product`.`version_id` = `product.parent`.`version_id`
LEFT JOIN (
SELECT
`product.translation`.product_id,
`product.translation`.product_version_id,
`product.translation`.meta_description as `product.translation.metaDescription`,
`product.translation`.name as `product.translation.name`,
`product.translation`.keywords as `product.translation.keywords`,
`product.translation`.description as `product.translation.description`,
`product.translation`.meta_title as `product.translation.metaTitle`,
`product.translation`.pack_unit as `product.translation.packUnit`,
`product.translation`.pack_unit_plural as `product.translation.packUnitPlural`,
`product.translation`.custom_search_keywords as `product.translation.customSearchKeywords`,
`product.translation`.slot_config as `product.translation.slotConfig`,
`product.translation`.custom_fields as `product.translation.customFields`,
`product.translation`.created_at as `product.translation.createdAt`,
`product.translation`.updated_at as `product.translation.updatedAt`,
`product.translation`.product_id as `product.translation.productId`,
`product.translation`.language_id as `product.translation.languageId`,
`product.translation`.product_version_id as `product.translation.productVersionId`
FROM
`product_translation` `product.translation`
WHERE
`product.translation`.language_id = : languageId
) `product.product_translation` ON `product.product_translation`.`product_id` = `product`.`id`
AND `product.product_translation`.product_version_id = `product`.version_id
LEFT JOIN (
SELECT
`product.parent.translation`.product_id,
`product.parent.translation`.product_version_id,
`product.parent.translation`.meta_description as `product.parent.translation.metaDescription`,
`product.parent.translation`.name as `product.parent.translation.name`,
`product.parent.translation`.keywords as `product.parent.translation.keywords`,
`product.parent.translation`.description as `product.parent.translation.description`,
`product.parent.translation`.meta_title as `product.parent.translation.metaTitle`,
`product.parent.translation`.pack_unit as `product.parent.translation.packUnit`,
`product.parent.translation`.pack_unit_plural as `product.parent.translation.packUnitPlural`,
`product.parent.translation`.custom_search_keywords as `product.parent.translation.customSearchKeywords`,
`product.parent.translation`.slot_config as `product.parent.translation.slotConfig`,
`product.parent.translation`.custom_fields as `product.parent.translation.customFields`,
`product.parent.translation`.created_at as `product.parent.translation.createdAt`,
`product.parent.translation`.updated_at as `product.parent.translation.updatedAt`,
`product.parent.translation`.product_id as `product.parent.translation.productId`,
`product.parent.translation`.language_id as `product.parent.translation.languageId`,
`product.parent.translation`.product_version_id as `product.parent.translation.productVersionId`
FROM
`product_translation` `product.parent.translation`
WHERE
`product.parent.translation`.language_id = : languageId
) `product.product_translation.parent` ON `product.product_translation.parent`.`product_id` = `product.parent`.`id`
AND `product.product_translation.parent`.product_version_id = `product.parent`.version_id
LEFT JOIN `tax` `product.tax` ON `product`.`tax` = `product.tax`.`id`
LEFT JOIN `nd_second_media_extension` `product.secondMediaExtension` ON `product`.`secondMediaExtension` = `product.secondMediaExtension`.`product_id`
LEFT JOIN `product_srs_extension` `product.srsExtension` ON `product`.`srsExtension` = `product.srsExtension`.`product_id`
AND `product`.`version_id` = `product.srsExtension`.`version_id`
LEFT JOIN `product_manufacturer` `product.manufacturer` ON `product`.`manufacturer` = `product.manufacturer`.`id`
AND `product`.`version_id` = `product.manufacturer`.`version_id`
LEFT JOIN `unit` `product.unit` ON `product`.`unit` = `product.unit`.`id`
LEFT JOIN `delivery_time` `product.deliveryTime` ON `product`.`deliveryTime` = `product.deliveryTime`.`id`
LEFT JOIN `product_media` `product.cover` ON `product`.`cover` = `product.cover`.`id`
AND `product`.`version_id` = `product.cover`.`version_id`
LEFT JOIN `product_media` `product.secondMediaExtension.secondMedia` ON `product.secondMediaExtension`.`second_media_id` = `product.secondMediaExtension.secondMedia`.`id`
LEFT JOIN `media` `product.secondMediaExtension.secondMedia.media` ON `product.secondMediaExtension.secondMedia`.`media_id` = `product.secondMediaExtension.secondMedia.media`.`id`
LEFT JOIN (
SELECT
`product.secondMediaExtension.secondMedia.media.translation`.media_id,
`product.secondMediaExtension.secondMedia.media.translation`.title as `product.secondMediaExtension.secondMedia.media.translation.title`,
`product.secondMediaExtension.secondMedia.media.translation`.alt as `product.secondMediaExtension.secondMedia.media.translation.alt`,
`product.secondMediaExtension.secondMedia.media.translation`.custom_fields as `product.secondMediaExtension.secondMedia.media.translation.customFields`,
`product.secondMediaExtension.secondMedia.media.translation`.created_at as `product.secondMediaExtension.secondMedia.media.translation.createdAt`,
`product.secondMediaExtension.secondMedia.media.translation`.updated_at as `product.secondMediaExtension.secondMedia.media.translation.updatedAt`,
`product.secondMediaExtension.secondMedia.media.translation`.media_id as `product.secondMediaExtension.secondMedia.media.translation.mediaId`,
`product.secondMediaExtension.secondMedia.media.translation`.language_id as `product.secondMediaExtension.secondMedia.media.translation.languageId`
FROM
`media_translation` `product.secondMediaExtension.secondMedia.media.translation`
WHERE
`product.secondMediaExtension.secondMedia.media.translation`.language_id = : languageId
) `product.secondMediaExtension.secondMedia.media.media_translation` ON `product.secondMediaExtension.secondMedia.media.media_translation`.`media_id` = `product.secondMediaExtension.secondMedia.media`.`id`
LEFT JOIN (
SELECT
`product.manufacturer.translation`.product_manufacturer_id,
`product.manufacturer.translation`.product_manufacturer_version_id,
`product.manufacturer.translation`.name as `product.manufacturer.translation.name`,
`product.manufacturer.translation`.description as `product.manufacturer.translation.description`,
`product.manufacturer.translation`.custom_fields as `product.manufacturer.translation.customFields`,
`product.manufacturer.translation`.created_at as `product.manufacturer.translation.createdAt`,
`product.manufacturer.translation`.updated_at as `product.manufacturer.translation.updatedAt`,
`product.manufacturer.translation`.product_manufacturer_id as `product.manufacturer.translation.productManufacturerId`,
`product.manufacturer.translation`.language_id as `product.manufacturer.translation.languageId`,
`product.manufacturer.translation`.product_manufacturer_version_id as `product.manufacturer.translation.productManufacturerVersionId`
FROM
`product_manufacturer_translation` `product.manufacturer.translation`
WHERE
`product.manufacturer.translation`.language_id = : languageId
) `product.manufacturer.product_manufacturer_translation` ON `product.manufacturer.product_manufacturer_translation`.`product_manufacturer_id` = `product.manufacturer`.`id`
AND `product.manufacturer.product_manufacturer_translation`.product_manufacturer_version_id = `product.manufacturer`.version_id
LEFT JOIN `base_extension` `product.manufacturer.baseExtension` ON `product.manufacturer`.`id` = `product.manufacturer.baseExtension`.`product_manufacturer_id`
LEFT JOIN `listing_page_extension` `product.manufacturer.listingPageExtension` ON `product.manufacturer`.`id` = `product.manufacturer.listingPageExtension`.`product_manufacturer_id`
LEFT JOIN `product_page_extension` `product.manufacturer.productPageExtension` ON `product.manufacturer`.`id` = `product.manufacturer.productPageExtension`.`product_manufacturer_id`
LEFT JOIN (
SELECT
`product.manufacturer.listingPageExtension.translation`.listing_page_extension_id,
`product.manufacturer.listingPageExtension.translation`.description as `product.manufacturer.listingPageExtension.translation.description`,
`product.manufacturer.listingPageExtension.translation`.size_description as `product.manufacturer.listingPageExtension.translation.sizeDescription`,
`product.manufacturer.listingPageExtension.translation`.created_at as `product.manufacturer.listingPageExtension.translation.createdAt`,
`product.manufacturer.listingPageExtension.translation`.updated_at as `product.manufacturer.listingPageExtension.translation.updatedAt`,
`product.manufacturer.listingPageExtension.translation`.listing_page_extension_id as `product.manufacturer.listingPageExtension.translation.listingPageExtensionId`,
`product.manufacturer.listingPageExtension.translation`.language_id as `product.manufacturer.listingPageExtension.translation.languageId`
FROM
`listing_page_extension_translation` `product.manufacturer.listingPageExtension.translation`
WHERE
`product.manufacturer.listingPageExtension.translation`.language_id = : languageId
) `product.manufacturer.listingPageExtension.listing_page_extension_translation` ON `product.manufacturer.listingPageExtension.listing_page_extension_translation`.`listing_page_extension_id` = `product.manufacturer.listingPageExtension`.`id`
LEFT JOIN (
SELECT
`product.manufacturer.productPageExtension.translation`.product_page_extension_id,
`product.manufacturer.productPageExtension.translation`.url as `product.manufacturer.productPageExtension.translation.url`,
`product.manufacturer.productPageExtension.translation`.meta_title as `product.manufacturer.productPageExtension.translation.metaTitle`,
`product.manufacturer.productPageExtension.translation`.meta_description as `product.manufacturer.productPageExtension.translation.metaDescription`,
`product.manufacturer.productPageExtension.translation`.keywords as `product.manufacturer.productPageExtension.translation.keywords`,
`product.manufacturer.productPageExtension.translation`.slot_config as `product.manufacturer.productPageExtension.translation.slotConfig`,
`product.manufacturer.productPageExtension.translation`.created_at as `product.manufacturer.productPageExtension.translation.createdAt`,
`product.manufacturer.productPageExtension.translation`.updated_at as `product.manufacturer.productPageExtension.translation.updatedAt`,
`product.manufacturer.productPageExtension.translation`.product_page_extension_id as `product.manufacturer.productPageExtension.translation.productPageExtensionId`,
`product.manufacturer.productPageExtension.translation`.language_id as `product.manufacturer.productPageExtension.translation.languageId`
FROM
`product_page_extension_translation` `product.manufacturer.productPageExtension.translation`
WHERE
`product.manufacturer.productPageExtension.translation`.language_id = : languageId
) `product.manufacturer.productPageExtension.product_page_extension_translation` ON `product.manufacturer.productPageExtension.product_page_extension_translation`.`product_page_extension_id` = `product.manufacturer.productPageExtension`.`id`
LEFT JOIN (
SELECT
`product.unit.translation`.unit_id,
`product.unit.translation`.short_code as `product.unit.translation.shortCode`,
`product.unit.translation`.name as `product.unit.translation.name`,
`product.unit.translation`.custom_fields as `product.unit.translation.customFields`,
`product.unit.translation`.created_at as `product.unit.translation.createdAt`,
`product.unit.translation`.updated_at as `product.unit.translation.updatedAt`,
`product.unit.translation`.unit_id as `product.unit.translation.unitId`,
`product.unit.translation`.language_id as `product.unit.translation.languageId`
FROM
`unit_translation` `product.unit.translation`
WHERE
`product.unit.translation`.language_id = : languageId
) `product.unit.unit_translation` ON `product.unit.unit_translation`.`unit_id` = `product.unit`.`id`
LEFT JOIN (
SELECT
`product.deliveryTime.translation`.delivery_time_id,
`product.deliveryTime.translation`.name as `product.deliveryTime.translation.name`,
`product.deliveryTime.translation`.custom_fields as `product.deliveryTime.translation.customFields`,
`product.deliveryTime.translation`.created_at as `product.deliveryTime.translation.createdAt`,
`product.deliveryTime.translation`.updated_at as `product.deliveryTime.translation.updatedAt`,
`product.deliveryTime.translation`.delivery_time_id as `product.deliveryTime.translation.deliveryTimeId`,
`product.deliveryTime.translation`.language_id as `product.deliveryTime.translation.languageId`
FROM
`delivery_time_translation` `product.deliveryTime.translation`
WHERE
`product.deliveryTime.translation`.language_id = : languageId
) `product.deliveryTime.delivery_time_translation` ON `product.deliveryTime.delivery_time_translation`.`delivery_time_id` = `product.deliveryTime`.`id`
LEFT JOIN `media` `product.cover.media` ON `product.cover`.`media_id` = `product.cover.media`.`id`
LEFT JOIN (
SELECT
`product.cover.media.translation`.media_id,
`product.cover.media.translation`.title as `product.cover.media.translation.title`,
`product.cover.media.translation`.alt as `product.cover.media.translation.alt`,
`product.cover.media.translation`.custom_fields as `product.cover.media.translation.customFields`,
`product.cover.media.translation`.created_at as `product.cover.media.translation.createdAt`,
`product.cover.media.translation`.updated_at as `product.cover.media.translation.updatedAt`,
`product.cover.media.translation`.media_id as `product.cover.media.translation.mediaId`,
`product.cover.media.translation`.language_id as `product.cover.media.translation.languageId`
FROM
`media_translation` `product.cover.media.translation`
WHERE
`product.cover.media.translation`.language_id = : languageId
) `product.cover.media.media_translation` ON `product.cover.media.media_translation`.`media_id` = `product.cover.media`.`id`
WHERE
(
`product`.`version_id` = : version
)
AND (
`product`.`id` IN (: ids)
)
SELECT `product`.`id` as `product.id`, `product`.`version_id` as `product.versionId`, `product`.`parent_id` as `product.parentId`, `product`.`parent_version_id` as `product.parentVersionId`, COALESCE(`product`.`product_manufacturer_id`, `product.parent`.`product_manufacturer_id`) as `product.manufacturerId`, COALESCE(`product`.`product_manufacturer_version_id`, `product.parent`.`product_manufacturer_version_id`) as `product.productManufacturerVersionId`, COALESCE(`product`.`unit_id`, `product.parent`.`unit_id`) as `product.unitId`, COALESCE(`product`.`tax_id`, `product.parent`.`tax_id`) as `product.taxId`, COALESCE(`product`.`product_media_id`, `product.parent`.`product_media_id`) as `product.coverId`, COALESCE(`product`.`product_media_version_id`, `product.parent`.`product_media_version_id`) as `product.productMediaVersionId`, COALESCE(`product`.`delivery_time_id`, `product.parent`.`delivery_time_id`) as `product.deliveryTimeId`, COALESCE(`product`.`product_feature_set_id`, `product.parent`.`product_feature_set_id`) as `product.featureSetId`, COALESCE(`product`.`canonical_product_id`, `product.parent`.`canonical_product_id`) as `product.canonicalProductId`, COALESCE(`product`.`cms_page_id`, `product.parent`.`cms_page_id`) as `product.cmsPageId`, COALESCE(`product`.`cms_page_version_id`, `product.parent`.`cms_page_version_id`) as `product.cmsPageVersionId`, `product.parent`.`price` as `product.price.inherited`, COALESCE(`product`.`price`, `product.parent`.`price`) as `product.price`, `product`.`product_number` as `product.productNumber`, `product`.`stock` as `product.stock`, COALESCE(`product`.`restock_time`, `product.parent`.`restock_time`) as `product.restockTime`, `product`.`auto_increment` as `product.autoIncrement`, COALESCE(`product`.`active`, `product.parent`.`active`) as `product.active`, `product`.`available_stock` as `product.availableStock`, `product`.`available` as `product.available`, COALESCE(`product`.`is_closeout`, `product.parent`.`is_closeout`) as `product.isCloseout`, `product`.`display_group` as `product.displayGroup`, `product.parent`.`configurator_group_config` as `product.configuratorGroupConfig.inherited`, COALESCE(`product`.`configurator_group_config`, `product.parent`.`configurator_group_config`) as `product.configuratorGroupConfig`, COALESCE(`product`.`main_variant_id`, `product.parent`.`main_variant_id`) as `product.mainVariantId`, COALESCE(`product`.`display_parent`, `product.parent`.`display_parent`) as `product.displayParent`, `product.parent`.`variant_listing_config` as `product.variantListingConfig.inherited`, COALESCE(`product`.`variant_listing_config`, `product.parent`.`variant_listing_config`) as `product.variantListingConfig`, `product`.`variant_restrictions` as `product.variantRestrictions`, COALESCE(`product`.`manufacturer_number`, `product.parent`.`manufacturer_number`) as `product.manufacturerNumber`, COALESCE(`product`.`ean`, `product.parent`.`ean`) as `product.ean`, COALESCE(`product`.`purchase_steps`, `product.parent`.`purchase_steps`) as `product.purchaseSteps`, COALESCE(`product`.`max_purchase`, `product.parent`.`max_purchase`) as `product.maxPurchase`, COALESCE(`product`.`min_purchase`, `product.parent`.`min_purchase`) as `product.minPurchase`, COALESCE(`product`.`purchase_unit`, `product.parent`.`purchase_unit`) as `product.purchaseUnit`, COALESCE(`product`.`reference_unit`, `product.parent`.`reference_unit`) as `product.referenceUnit`, COALESCE(`product`.`shipping_free`, `product.parent`.`shipping_free`) as `product.shippingFree`, `product.parent`.`purchase_prices` as `product.purchasePrices.inherited`, COALESCE(`product`.`purchase_prices`, `product.parent`.`purchase_prices`) as `product.purchasePrices`, COALESCE(`product`.`mark_as_topseller`, `product.parent`.`mark_as_topseller`) as `product.markAsTopseller`, COALESCE(`product`.`weight`, `product.parent`.`weight`) as `product.weight`, COALESCE(`product`.`width`, `product.parent`.`width`) as `product.width`, COALESCE(`product`.`height`, `product.parent`.`height`) as `product.height`, COALESCE(`product`.`length`, `product.parent`.`length`) as `product.length`, COALESCE(`product`.`release_date`, `product.parent`.`release_date`) as `product.releaseDate`, COALESCE(`product`.`rating_average`, `product.parent`.`rating_average`) as `product.ratingAverage`, `product.parent`.`category_tree` as `product.categoryTree.inherited`, COALESCE(`product`.`category_tree`, `product.parent`.`category_tree`) as `product.categoryTree`, `product.parent`.`property_ids` as `product.propertyIds.inherited`, COALESCE(`product`.`property_ids`, `product.parent`.`property_ids`) as `product.propertyIds`, `product.parent`.`option_ids` as `product.optionIds.inherited`, COALESCE(`product`.`option_ids`, `product.parent`.`option_ids`) as `product.optionIds`, `product.parent`.`stream_ids` as `product.streamIds.inherited`, COALESCE(`product`.`stream_ids`, `product.parent`.`stream_ids`) as `product.streamIds`, `product.parent`.`tag_ids` as `product.tagIds.inherited`, COALESCE(`product`.`tag_ids`, `product.parent`.`tag_ids`) as `product.tagIds`, `product.parent`.`category_ids` as `product.categoryIds.inherited`, COALESCE(`product`.`category_ids`, `product.parent`.`category_ids`) as `product.categoryIds`, `product`.`child_count` as `product.childCount`, COALESCE(`product`.`custom_field_set_selection_active`, `product.parent`.`custom_field_set_selection_active`) as `product.customFieldSetSelectionActive`, `product`.`sales` as `product.sales`, `product`.`states` as `product.states`, `product.tax`.`id` as `product.tax.id`, `product.tax`.`tax_rate` as `product.tax.taxRate`, `product.tax`.`name` as `product.tax.name`, `product.tax`.`position` as `product.tax.position`, `product.tax`.`custom_fields` as `product.tax.customFields`, `product.tax`.`created_at` as `product.tax.createdAt`, `product.tax`.`updated_at` as `product.tax.updatedAt`, `product.parent`.`cheapest_price` as `product.cheapestPrice.inherited`, COALESCE(`product`.`cheapest_price`, `product.parent`.`cheapest_price`) as `product.cheapestPrice`, `product`.`created_at` as `product.createdAt`, `product`.`updated_at` as `product.updatedAt`, `product.secondMediaExtension`.`id` as `product.secondMediaExtension.id`, `product.secondMediaExtension`.`product_id` as `product.secondMediaExtension.productId`, `product.secondMediaExtension`.`product_version_id` as `product.secondMediaExtension.productVersionId`, `product.secondMediaExtension`.`second_media_id` as `product.secondMediaExtension.secondMediaId`, `product.secondMediaExtension.secondMedia`.`id` as `product.secondMediaExtension.secondMedia.id`, `product.secondMediaExtension.secondMedia`.`version_id` as `product.secondMediaExtension.secondMedia.versionId`, `product.secondMediaExtension.secondMedia`.`product_id` as `product.secondMediaExtension.secondMedia.productId`, `product.secondMediaExtension.secondMedia`.`product_version_id` as `product.secondMediaExtension.secondMedia.productVersionId`, `product.secondMediaExtension.secondMedia`.`media_id` as `product.secondMediaExtension.secondMedia.mediaId`, `product.secondMediaExtension.secondMedia`.`position` as `product.secondMediaExtension.secondMedia.position`, `product.secondMediaExtension.secondMedia.media`.`id` as `product.secondMediaExtension.secondMedia.media.id`, `product.secondMediaExtension.secondMedia.media`.`user_id` as `product.secondMediaExtension.secondMedia.media.userId`, `product.secondMediaExtension.secondMedia.media`.`media_folder_id` as `product.secondMediaExtension.secondMedia.media.mediaFolderId`, `product.secondMediaExtension.secondMedia.media`.`mime_type` as `product.secondMediaExtension.secondMedia.media.mimeType`, `product.secondMediaExtension.secondMedia.media`.`file_extension` as `product.secondMediaExtension.secondMedia.media.fileExtension`, `product.secondMediaExtension.secondMedia.media`.`uploaded_at` as `product.secondMediaExtension.secondMedia.media.uploadedAt`, `product.secondMediaExtension.secondMedia.media`.`file_name` as `product.secondMediaExtension.secondMedia.media.fileName`, `product.secondMediaExtension.secondMedia.media`.`file_size` as `product.secondMediaExtension.secondMedia.media.fileSize`, `product.secondMediaExtension.secondMedia.media`.`media_type` as `product.secondMediaExtension.secondMedia.media.mediaTypeRaw`, `product.secondMediaExtension.secondMedia.media`.`meta_data` as `product.secondMediaExtension.secondMedia.media.metaData`, `product.secondMediaExtension.secondMedia.media`.`private` as `product.secondMediaExtension.secondMedia.media.private`, `product.secondMediaExtension.secondMedia.media`.`thumbnails_ro` as `product.secondMediaExtension.secondMedia.media.thumbnailsRo`, `product.secondMediaExtension.secondMedia.media`.`created_at` as `product.secondMediaExtension.secondMedia.media.createdAt`, `product.secondMediaExtension.secondMedia.media`.`updated_at` as `product.secondMediaExtension.secondMedia.media.updatedAt`, `product.secondMediaExtension.secondMedia.media.translation.title`, COALESCE(`product.secondMediaExtension.secondMedia.media.translation.title`,`product.secondMediaExtension.secondMedia.media.translation.title`) as `product.secondMediaExtension.secondMedia.media.title`, `product.secondMediaExtension.secondMedia.media.translation.alt`, COALESCE(`product.secondMediaExtension.secondMedia.media.translation.alt`,`product.secondMediaExtension.secondMedia.media.translation.alt`) as `product.secondMediaExtension.secondMedia.media.alt`, `product.secondMediaExtension.secondMedia.media.translation.customFields`, COALESCE(`product.secondMediaExtension.secondMedia.media.translation.customFields`,`product.secondMediaExtension.secondMedia.media.translation.customFields`) as `product.secondMediaExtension.secondMedia.media.customFields`, `product.secondMediaExtension.secondMedia.media.translation.createdAt`, `product.secondMediaExtension.secondMedia.media.translation.updatedAt`, `product.secondMediaExtension.secondMedia.media.translation.mediaId`, `product.secondMediaExtension.secondMedia.media.translation.languageId`, `product.secondMediaExtension.secondMedia`.`custom_fields` as `product.secondMediaExtension.secondMedia.customFields`, `product.secondMediaExtension.secondMedia`.`created_at` as `product.secondMediaExtension.secondMedia.createdAt`, `product.secondMediaExtension.secondMedia`.`updated_at` as `product.secondMediaExtension.secondMedia.updatedAt`, `product.secondMediaExtension`.`created_at` as `product.secondMediaExtension.createdAt`, `product.secondMediaExtension`.`updated_at` as `product.secondMediaExtension.updatedAt`, `product.srsExtension`.`id` as `product.srsExtension.id`, `product.srsExtension`.`version_id` as `product.srsExtension.versionId`, `product.srsExtension`.`product_id` as `product.srsExtension.productId`, `product.srsExtension`.`product_version_id` as `product.srsExtension.productVersionId`, `product.srsExtension`.`srs_id` as `product.srsExtension.srsId`, `product.srsExtension`.`base_id` as `product.srsExtension.baseId`, `product.srsExtension`.`created_at` as `product.srsExtension.createdAt`, `product.srsExtension`.`updated_at` as `product.srsExtension.updatedAt`, (SELECT GROUP_CONCAT(HEX(`product.options.mapping`.`property_group_option_id`) SEPARATOR '||')
FROM `product_option` `product.options.mapping`
WHERE `product.options.mapping`.`product_id` = `product`.`id` ) as `product.options.id_mapping`, `product.manufacturer`.`id` as `product.manufacturer.id`, `product.manufacturer`.`version_id` as `product.manufacturer.versionId`, `product.manufacturer`.`media_id` as `product.manufacturer.mediaId`, `product.manufacturer`.`link` as `product.manufacturer.link`, `product.manufacturer`.`created_at` as `product.manufacturer.createdAt`, `product.manufacturer`.`updated_at` as `product.manufacturer.updatedAt`, `product.manufacturer.baseExtension`.`id` as `product.manufacturer.baseExtension.id`, `product.manufacturer.baseExtension`.`product_manufacturer_id` as `product.manufacturer.baseExtension.productManufacturerId`, `product.manufacturer.baseExtension`.`product_manufacturer_version_id` as `product.manufacturer.baseExtension.productManufacturerVersionId`, `product.manufacturer.baseExtension`.`active` as `product.manufacturer.baseExtension.active`, `product.manufacturer.baseExtension`.`type` as `product.manufacturer.baseExtension.type`, `product.manufacturer.baseExtension`.`created_at` as `product.manufacturer.baseExtension.createdAt`, `product.manufacturer.baseExtension`.`updated_at` as `product.manufacturer.baseExtension.updatedAt`, `product.manufacturer.listingPageExtension`.`id` as `product.manufacturer.listingPageExtension.id`, `product.manufacturer.listingPageExtension`.`product_manufacturer_id` as `product.manufacturer.listingPageExtension.productManufacturerId`, `product.manufacturer.listingPageExtension`.`product_manufacturer_version_id` as `product.manufacturer.listingPageExtension.productManufacturerVersionId`, `product.manufacturer.listingPageExtension`.`active` as `product.manufacturer.listingPageExtension.active`, `product.manufacturer.listingPageExtension`.`type` as `product.manufacturer.listingPageExtension.type`, `product.manufacturer.listingPageExtension`.`product_assignment_type` as `product.manufacturer.listingPageExtension.productAssignmentType`, `product.manufacturer.listingPageExtension`.`product_stream_id` as `product.manufacturer.listingPageExtension.productStreamId`, `product.manufacturer.listingPageExtension`.`size_media` as `product.manufacturer.listingPageExtension.sizeMediaId`, `product.manufacturer.listingPageExtension`.`highlight_media` as `product.manufacturer.listingPageExtension.highlightMediaId`, `product.manufacturer.listingPageExtension`.`created_at` as `product.manufacturer.listingPageExtension.createdAt`, `product.manufacturer.listingPageExtension`.`updated_at` as `product.manufacturer.listingPageExtension.updatedAt`, `product.manufacturer.listingPageExtension.translation.description`, COALESCE(`product.manufacturer.listingPageExtension.translation.description`,`product.manufacturer.listingPageExtension.translation.description`) as `product.manufacturer.listingPageExtension.description`, `product.manufacturer.listingPageExtension.translation.sizeDescription`, COALESCE(`product.manufacturer.listingPageExtension.translation.sizeDescription`,`product.manufacturer.listingPageExtension.translation.sizeDescription`) as `product.manufacturer.listingPageExtension.sizeDescription`, `product.manufacturer.listingPageExtension.translation.createdAt`, `product.manufacturer.listingPageExtension.translation.updatedAt`, `product.manufacturer.listingPageExtension.translation.listingPageExtensionId`, `product.manufacturer.listingPageExtension.translation.languageId`, `product.manufacturer.productPageExtension`.`id` as `product.manufacturer.productPageExtension.id`, `product.manufacturer.productPageExtension`.`product_manufacturer_id` as `product.manufacturer.productPageExtension.productManufacturerId`, `product.manufacturer.productPageExtension`.`product_manufacturer_version_id` as `product.manufacturer.productPageExtension.productManufacturerVersionId`, `product.manufacturer.productPageExtension`.`cms_page_type` as `product.manufacturer.productPageExtension.cmsPageType`, `product.manufacturer.productPageExtension`.`cms_page_id` as `product.manufacturer.productPageExtension.cmsPageId`, `product.manufacturer.productPageExtension`.`cms_page_version_id` as `product.manufacturer.productPageExtension.cmsPageVersionId`, `product.manufacturer.productPageExtension`.`created_at` as `product.manufacturer.productPageExtension.createdAt`, `product.manufacturer.productPageExtension`.`updated_at` as `product.manufacturer.productPageExtension.updatedAt`, `product.manufacturer.productPageExtension.translation.url`, COALESCE(`product.manufacturer.productPageExtension.translation.url`,`product.manufacturer.productPageExtension.translation.url`) as `product.manufacturer.productPageExtension.url`, `product.manufacturer.productPageExtension.translation.metaTitle`, COALESCE(`product.manufacturer.productPageExtension.translation.metaTitle`,`product.manufacturer.productPageExtension.translation.metaTitle`) as `product.manufacturer.productPageExtension.metaTitle`, `product.manufacturer.productPageExtension.translation.metaDescription`, COALESCE(`product.manufacturer.productPageExtension.translation.metaDescription`,`product.manufacturer.productPageExtension.translation.metaDescription`) as `product.manufacturer.productPageExtension.metaDescription`, `product.manufacturer.productPageExtension.translation.keywords`, COALESCE(`product.manufacturer.productPageExtension.translation.keywords`,`product.manufacturer.productPageExtension.translation.keywords`) as `product.manufacturer.productPageExtension.keywords`, `product.manufacturer.productPageExtension.translation.slotConfig`, COALESCE(`product.manufacturer.productPageExtension.translation.slotConfig`,`product.manufacturer.productPageExtension.translation.slotConfig`) as `product.manufacturer.productPageExtension.slotConfig`, `product.manufacturer.productPageExtension.translation.createdAt`, `product.manufacturer.productPageExtension.translation.updatedAt`, `product.manufacturer.productPageExtension.translation.productPageExtensionId`, `product.manufacturer.productPageExtension.translation.languageId`, `product.manufacturer.translation.name`, COALESCE(`product.manufacturer.translation.name`,`product.manufacturer.translation.name`) as `product.manufacturer.name`, `product.manufacturer.translation.description`, COALESCE(`product.manufacturer.translation.description`,`product.manufacturer.translation.description`) as `product.manufacturer.description`, `product.manufacturer.translation.customFields`, COALESCE(`product.manufacturer.translation.customFields`,`product.manufacturer.translation.customFields`) as `product.manufacturer.customFields`, `product.manufacturer.translation.createdAt`, `product.manufacturer.translation.updatedAt`, `product.manufacturer.translation.productManufacturerId`, `product.manufacturer.translation.languageId`, `product.manufacturer.translation.productManufacturerVersionId`, `product.unit`.`id` as `product.unit.id`, `product.unit`.`created_at` as `product.unit.createdAt`, `product.unit`.`updated_at` as `product.unit.updatedAt`, `product.unit.translation.shortCode`, COALESCE(`product.unit.translation.shortCode`,`product.unit.translation.shortCode`) as `product.unit.shortCode`, `product.unit.translation.name`, COALESCE(`product.unit.translation.name`,`product.unit.translation.name`) as `product.unit.name`, `product.unit.translation.customFields`, COALESCE(`product.unit.translation.customFields`,`product.unit.translation.customFields`) as `product.unit.customFields`, `product.unit.translation.createdAt`, `product.unit.translation.updatedAt`, `product.unit.translation.unitId`, `product.unit.translation.languageId`, `product.deliveryTime`.`id` as `product.deliveryTime.id`, `product.deliveryTime`.`min` as `product.deliveryTime.min`, `product.deliveryTime`.`max` as `product.deliveryTime.max`, `product.deliveryTime`.`unit` as `product.deliveryTime.unit`, `product.deliveryTime`.`created_at` as `product.deliveryTime.createdAt`, `product.deliveryTime`.`updated_at` as `product.deliveryTime.updatedAt`, `product.deliveryTime.translation.name`, COALESCE(`product.deliveryTime.translation.name`,`product.deliveryTime.translation.name`) as `product.deliveryTime.name`, `product.deliveryTime.translation.customFields`, COALESCE(`product.deliveryTime.translation.customFields`,`product.deliveryTime.translation.customFields`) as `product.deliveryTime.customFields`, `product.deliveryTime.translation.createdAt`, `product.deliveryTime.translation.updatedAt`, `product.deliveryTime.translation.deliveryTimeId`, `product.deliveryTime.translation.languageId`, `product.cover`.`id` as `product.cover.id`, `product.cover`.`version_id` as `product.cover.versionId`, `product.cover`.`product_id` as `product.cover.productId`, `product.cover`.`product_version_id` as `product.cover.productVersionId`, `product.cover`.`media_id` as `product.cover.mediaId`, `product.cover`.`position` as `product.cover.position`, `product.cover.media`.`id` as `product.cover.media.id`, `product.cover.media`.`user_id` as `product.cover.media.userId`, `product.cover.media`.`media_folder_id` as `product.cover.media.mediaFolderId`, `product.cover.media`.`mime_type` as `product.cover.media.mimeType`, `product.cover.media`.`file_extension` as `product.cover.media.fileExtension`, `product.cover.media`.`uploaded_at` as `product.cover.media.uploadedAt`, `product.cover.media`.`file_name` as `product.cover.media.fileName`, `product.cover.media`.`file_size` as `product.cover.media.fileSize`, `product.cover.media`.`media_type` as `product.cover.media.mediaTypeRaw`, `product.cover.media`.`meta_data` as `product.cover.media.metaData`, `product.cover.media`.`private` as `product.cover.media.private`, `product.cover.media`.`thumbnails_ro` as `product.cover.media.thumbnailsRo`, `product.cover.media`.`created_at` as `product.cover.media.createdAt`, `product.cover.media`.`updated_at` as `product.cover.media.updatedAt`, `product.cover.media.translation.title`, COALESCE(`product.cover.media.translation.title`,`product.cover.media.translation.title`) as `product.cover.media.title`, `product.cover.media.translation.alt`, COALESCE(`product.cover.media.translation.alt`,`product.cover.media.translation.alt`) as `product.cover.media.alt`, `product.cover.media.translation.customFields`, COALESCE(`product.cover.media.translation.customFields`,`product.cover.media.translation.customFields`) as `product.cover.media.customFields`, `product.cover.media.translation.createdAt`, `product.cover.media.translation.updatedAt`, `product.cover.media.translation.mediaId`, `product.cover.media.translation.languageId`, `product.cover`.`custom_fields` as `product.cover.customFields`, `product.cover`.`created_at` as `product.cover.createdAt`, `product.cover`.`updated_at` as `product.cover.updatedAt`, `product.translation.metaDescription`, `product.parent.translation.metaDescription`, COALESCE(`product.translation.metaDescription`,`product.parent.translation.metaDescription`,`product.translation.metaDescription`) as `product.metaDescription`, `product.translation.name`, `product.parent.translation.name`, COALESCE(`product.translation.name`,`product.parent.translation.name`,`product.translation.name`) as `product.name`, `product.translation.keywords`, `product.parent.translation.keywords`, COALESCE(`product.translation.keywords`,`product.parent.translation.keywords`,`product.translation.keywords`) as `product.keywords`, `product.translation.description`, `product.parent.translation.description`, COALESCE(`product.translation.description`,`product.parent.translation.description`,`product.translation.description`) as `product.description`, `product.translation.metaTitle`, `product.parent.translation.metaTitle`, COALESCE(`product.translation.metaTitle`,`product.parent.translation.metaTitle`,`product.translation.metaTitle`) as `product.metaTitle`, `product.translation.packUnit`, `product.parent.translation.packUnit`, COALESCE(`product.translation.packUnit`,`product.parent.translation.packUnit`,`product.translation.packUnit`) as `product.packUnit`, `product.translation.packUnitPlural`, `product.parent.translation.packUnitPlural`, COALESCE(`product.translation.packUnitPlural`,`product.parent.translation.packUnitPlural`,`product.translation.packUnitPlural`) as `product.packUnitPlural`, `product.translation.customSearchKeywords`, `product.parent.translation.customSearchKeywords`, COALESCE(`product.translation.customSearchKeywords`,`product.parent.translation.customSearchKeywords`,`product.translation.customSearchKeywords`) as `product.customSearchKeywords`, `product.translation.slotConfig`, `product.parent.translation.slotConfig`, COALESCE(`product.translation.slotConfig`,`product.parent.translation.slotConfig`,`product.translation.slotConfig`) as `product.slotConfig`, `product.translation.customFields`, `product.parent.translation.customFields`, COALESCE(`product.translation.customFields`,`product.parent.translation.customFields`,`product.translation.customFields`) as `product.customFields`, `product.translation.createdAt`, `product.parent.translation.createdAt`, `product.translation.updatedAt`, `product.parent.translation.updatedAt`, `product.translation.productId`, `product.parent.translation.productId`, `product.translation.languageId`, `product.parent.translation.languageId`, `product.translation.productVersionId`, `product.parent.translation.productVersionId` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`version_id` = `product.parent`.`version_id` LEFT JOIN (SELECT `product.translation`.product_id, `product.translation`.product_version_id, `product.translation`.meta_description as `product.translation.metaDescription`, `product.translation`.name as `product.translation.name`, `product.translation`.keywords as `product.translation.keywords`, `product.translation`.description as `product.translation.description`, `product.translation`.meta_title as `product.translation.metaTitle`, `product.translation`.pack_unit as `product.translation.packUnit`, `product.translation`.pack_unit_plural as `product.translation.packUnitPlural`, `product.translation`.custom_search_keywords as `product.translation.customSearchKeywords`, `product.translation`.slot_config as `product.translation.slotConfig`, `product.translation`.custom_fields as `product.translation.customFields`, `product.translation`.created_at as `product.translation.createdAt`, `product.translation`.updated_at as `product.translation.updatedAt`, `product.translation`.product_id as `product.translation.productId`, `product.translation`.language_id as `product.translation.languageId`, `product.translation`.product_version_id as `product.translation.productVersionId` FROM `product_translation` `product.translation` WHERE `product.translation`.language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B) `product.product_translation` ON `product.product_translation`.`product_id` = `product`.`id` AND `product.product_translation`.product_version_id = `product`.version_id LEFT JOIN (SELECT `product.parent.translation`.product_id, `product.parent.translation`.product_version_id, `product.parent.translation`.meta_description as `product.parent.translation.metaDescription`, `product.parent.translation`.name as `product.parent.translation.name`, `product.parent.translation`.keywords as `product.parent.translation.keywords`, `product.parent.translation`.description as `product.parent.translation.description`, `product.parent.translation`.meta_title as `product.parent.translation.metaTitle`, `product.parent.translation`.pack_unit as `product.parent.translation.packUnit`, `product.parent.translation`.pack_unit_plural as `product.parent.translation.packUnitPlural`, `product.parent.translation`.custom_search_keywords as `product.parent.translation.customSearchKeywords`, `product.parent.translation`.slot_config as `product.parent.translation.slotConfig`, `product.parent.translation`.custom_fields as `product.parent.translation.customFields`, `product.parent.translation`.created_at as `product.parent.translation.createdAt`, `product.parent.translation`.updated_at as `product.parent.translation.updatedAt`, `product.parent.translation`.product_id as `product.parent.translation.productId`, `product.parent.translation`.language_id as `product.parent.translation.languageId`, `product.parent.translation`.product_version_id as `product.parent.translation.productVersionId` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation`.language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B) `product.product_translation.parent` ON `product.product_translation.parent`.`product_id` = `product.parent`.`id` AND `product.product_translation.parent`.product_version_id = `product.parent`.version_id LEFT JOIN `tax` `product.tax` ON `product`.`tax` = `product.tax`.`id` LEFT JOIN `nd_second_media_extension` `product.secondMediaExtension` ON `product`.`secondMediaExtension` = `product.secondMediaExtension`.`product_id` LEFT JOIN `product_srs_extension` `product.srsExtension` ON `product`.`srsExtension` = `product.srsExtension`.`product_id` AND `product`.`version_id` = `product.srsExtension`.`version_id` LEFT JOIN `product_manufacturer` `product.manufacturer` ON `product`.`manufacturer` = `product.manufacturer`.`id` AND `product`.`version_id` = `product.manufacturer`.`version_id` LEFT JOIN `unit` `product.unit` ON `product`.`unit` = `product.unit`.`id` LEFT JOIN `delivery_time` `product.deliveryTime` ON `product`.`deliveryTime` = `product.deliveryTime`.`id` LEFT JOIN `product_media` `product.cover` ON `product`.`cover` = `product.cover`.`id` AND `product`.`version_id` = `product.cover`.`version_id` LEFT JOIN `product_media` `product.secondMediaExtension.secondMedia` ON `product.secondMediaExtension`.`second_media_id` = `product.secondMediaExtension.secondMedia`.`id` LEFT JOIN `media` `product.secondMediaExtension.secondMedia.media` ON `product.secondMediaExtension.secondMedia`.`media_id` = `product.secondMediaExtension.secondMedia.media`.`id` LEFT JOIN (SELECT `product.secondMediaExtension.secondMedia.media.translation`.media_id, `product.secondMediaExtension.secondMedia.media.translation`.title as `product.secondMediaExtension.secondMedia.media.translation.title`, `product.secondMediaExtension.secondMedia.media.translation`.alt as `product.secondMediaExtension.secondMedia.media.translation.alt`, `product.secondMediaExtension.secondMedia.media.translation`.custom_fields as `product.secondMediaExtension.secondMedia.media.translation.customFields`, `product.secondMediaExtension.secondMedia.media.translation`.created_at as `product.secondMediaExtension.secondMedia.media.translation.createdAt`, `product.secondMediaExtension.secondMedia.media.translation`.updated_at as `product.secondMediaExtension.secondMedia.media.translation.updatedAt`, `product.secondMediaExtension.secondMedia.media.translation`.media_id as `product.secondMediaExtension.secondMedia.media.translation.mediaId`, `product.secondMediaExtension.secondMedia.media.translation`.language_id as `product.secondMediaExtension.secondMedia.media.translation.languageId` FROM `media_translation` `product.secondMediaExtension.secondMedia.media.translation` WHERE `product.secondMediaExtension.secondMedia.media.translation`.language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B) `product.secondMediaExtension.secondMedia.media.media_translation` ON `product.secondMediaExtension.secondMedia.media.media_translation`.`media_id` = `product.secondMediaExtension.secondMedia.media`.`id` LEFT JOIN (SELECT `product.manufacturer.translation`.product_manufacturer_id, `product.manufacturer.translation`.product_manufacturer_version_id, `product.manufacturer.translation`.name as `product.manufacturer.translation.name`, `product.manufacturer.translation`.description as `product.manufacturer.translation.description`, `product.manufacturer.translation`.custom_fields as `product.manufacturer.translation.customFields`, `product.manufacturer.translation`.created_at as `product.manufacturer.translation.createdAt`, `product.manufacturer.translation`.updated_at as `product.manufacturer.translation.updatedAt`, `product.manufacturer.translation`.product_manufacturer_id as `product.manufacturer.translation.productManufacturerId`, `product.manufacturer.translation`.language_id as `product.manufacturer.translation.languageId`, `product.manufacturer.translation`.product_manufacturer_version_id as `product.manufacturer.translation.productManufacturerVersionId` FROM `product_manufacturer_translation` `product.manufacturer.translation` WHERE `product.manufacturer.translation`.language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B) `product.manufacturer.product_manufacturer_translation` ON `product.manufacturer.product_manufacturer_translation`.`product_manufacturer_id` = `product.manufacturer`.`id` AND `product.manufacturer.product_manufacturer_translation`.product_manufacturer_version_id = `product.manufacturer`.version_id LEFT JOIN `base_extension` `product.manufacturer.baseExtension` ON `product.manufacturer`.`id` = `product.manufacturer.baseExtension`.`product_manufacturer_id` LEFT JOIN `listing_page_extension` `product.manufacturer.listingPageExtension` ON `product.manufacturer`.`id` = `product.manufacturer.listingPageExtension`.`product_manufacturer_id` LEFT JOIN `product_page_extension` `product.manufacturer.productPageExtension` ON `product.manufacturer`.`id` = `product.manufacturer.productPageExtension`.`product_manufacturer_id` LEFT JOIN (SELECT `product.manufacturer.listingPageExtension.translation`.listing_page_extension_id, `product.manufacturer.listingPageExtension.translation`.description as `product.manufacturer.listingPageExtension.translation.description`, `product.manufacturer.listingPageExtension.translation`.size_description as `product.manufacturer.listingPageExtension.translation.sizeDescription`, `product.manufacturer.listingPageExtension.translation`.created_at as `product.manufacturer.listingPageExtension.translation.createdAt`, `product.manufacturer.listingPageExtension.translation`.updated_at as `product.manufacturer.listingPageExtension.translation.updatedAt`, `product.manufacturer.listingPageExtension.translation`.listing_page_extension_id as `product.manufacturer.listingPageExtension.translation.listingPageExtensionId`, `product.manufacturer.listingPageExtension.translation`.language_id as `product.manufacturer.listingPageExtension.translation.languageId` FROM `listing_page_extension_translation` `product.manufacturer.listingPageExtension.translation` WHERE `product.manufacturer.listingPageExtension.translation`.language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B) `product.manufacturer.listingPageExtension.listing_page_extension_translation` ON `product.manufacturer.listingPageExtension.listing_page_extension_translation`.`listing_page_extension_id` = `product.manufacturer.listingPageExtension`.`id` LEFT JOIN (SELECT `product.manufacturer.productPageExtension.translation`.product_page_extension_id, `product.manufacturer.productPageExtension.translation`.url as `product.manufacturer.productPageExtension.translation.url`, `product.manufacturer.productPageExtension.translation`.meta_title as `product.manufacturer.productPageExtension.translation.metaTitle`, `product.manufacturer.productPageExtension.translation`.meta_description as `product.manufacturer.productPageExtension.translation.metaDescription`, `product.manufacturer.productPageExtension.translation`.keywords as `product.manufacturer.productPageExtension.translation.keywords`, `product.manufacturer.productPageExtension.translation`.slot_config as `product.manufacturer.productPageExtension.translation.slotConfig`, `product.manufacturer.productPageExtension.translation`.created_at as `product.manufacturer.productPageExtension.translation.createdAt`, `product.manufacturer.productPageExtension.translation`.updated_at as `product.manufacturer.productPageExtension.translation.updatedAt`, `product.manufacturer.productPageExtension.translation`.product_page_extension_id as `product.manufacturer.productPageExtension.translation.productPageExtensionId`, `product.manufacturer.productPageExtension.translation`.language_id as `product.manufacturer.productPageExtension.translation.languageId` FROM `product_page_extension_translation` `product.manufacturer.productPageExtension.translation` WHERE `product.manufacturer.productPageExtension.translation`.language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B) `product.manufacturer.productPageExtension.product_page_extension_translation` ON `product.manufacturer.productPageExtension.product_page_extension_translation`.`product_page_extension_id` = `product.manufacturer.productPageExtension`.`id` LEFT JOIN (SELECT `product.unit.translation`.unit_id, `product.unit.translation`.short_code as `product.unit.translation.shortCode`, `product.unit.translation`.name as `product.unit.translation.name`, `product.unit.translation`.custom_fields as `product.unit.translation.customFields`, `product.unit.translation`.created_at as `product.unit.translation.createdAt`, `product.unit.translation`.updated_at as `product.unit.translation.updatedAt`, `product.unit.translation`.unit_id as `product.unit.translation.unitId`, `product.unit.translation`.language_id as `product.unit.translation.languageId` FROM `unit_translation` `product.unit.translation` WHERE `product.unit.translation`.language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B) `product.unit.unit_translation` ON `product.unit.unit_translation`.`unit_id` = `product.unit`.`id` LEFT JOIN (SELECT `product.deliveryTime.translation`.delivery_time_id, `product.deliveryTime.translation`.name as `product.deliveryTime.translation.name`, `product.deliveryTime.translation`.custom_fields as `product.deliveryTime.translation.customFields`, `product.deliveryTime.translation`.created_at as `product.deliveryTime.translation.createdAt`, `product.deliveryTime.translation`.updated_at as `product.deliveryTime.translation.updatedAt`, `product.deliveryTime.translation`.delivery_time_id as `product.deliveryTime.translation.deliveryTimeId`, `product.deliveryTime.translation`.language_id as `product.deliveryTime.translation.languageId` FROM `delivery_time_translation` `product.deliveryTime.translation` WHERE `product.deliveryTime.translation`.language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B) `product.deliveryTime.delivery_time_translation` ON `product.deliveryTime.delivery_time_translation`.`delivery_time_id` = `product.deliveryTime`.`id` LEFT JOIN `media` `product.cover.media` ON `product.cover`.`media_id` = `product.cover.media`.`id` LEFT JOIN (SELECT `product.cover.media.translation`.media_id, `product.cover.media.translation`.title as `product.cover.media.translation.title`, `product.cover.media.translation`.alt as `product.cover.media.translation.alt`, `product.cover.media.translation`.custom_fields as `product.cover.media.translation.customFields`, `product.cover.media.translation`.created_at as `product.cover.media.translation.createdAt`, `product.cover.media.translation`.updated_at as `product.cover.media.translation.updatedAt`, `product.cover.media.translation`.media_id as `product.cover.media.translation.mediaId`, `product.cover.media.translation`.language_id as `product.cover.media.translation.languageId` FROM `media_translation` `product.cover.media.translation` WHERE `product.cover.media.translation`.language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B) `product.cover.media.media_translation` ON `product.cover.media.media_translation`.`media_id` = `product.cover.media`.`id` WHERE (`product`.`version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425) AND (`product`.`id` IN (0xCAB3D098181EBEC0BD58C482AF7CD6EF, 0x0C07D0134B8C11C2A06E4914815B1D8B, 0x3CE2C2946C8135BF68AA095CE6EFD5A9, 0x57262D76BFFE959516D56E0C6A52C97F, 0x5BFF72FFDA42BF3E28F36847DA612905, 0x4A58CA2C4F7E506D640A2ADFBA8A549F, 0x4FDCDF38185E8AE11E7CC699CB3E1A95, 0x4C954A84F9C51B71DB61C7836EC96E8A, 0x90FE3E6321D556E2A0C559801E96669F, 0x6D9FDB43680780589B78A7E83F15351F, 0x37AF8CC619A0E7D007B00FFBD6B8F341, 0x02F600A873BC35B2E0544CB6AAC6F6B2, 0x2F22EFA0A73C446AD8410F6AC75C2E10, 0x3DC03B3DC2B090F2EC91360792D5B343, 0x4B835D5D91EDA113A82D32DE2B731920, 0xE3A197992B95515697D46513A92E914B, 0x0FFA1D78CEFEAA9CB26E81DF674D7D9B, 0x23D8C51AC130D7EA5E76B42B5AF27523, 0x1D61EE2510FCC1A011C86F0356F5EA7D, 0x14C25854547B719E04C084C5D15B30E8, 0x66D16CF14A4B5069876B36C18CB6ACFF, 0xDF09AA242C0D5E45654958A518467CF7, 0x78B81D2B731EBCD5729FE65B80E95B0C, 0x3AD97BC3204FD3E330398FA093AFC15D));
array:42 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 239)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 316)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetch (line 148)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 92)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::read (line 195)"
6 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::read (line 133)"
7 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::search (line 102)"
8 => "Shopware\Core\Content\Product\SalesChannel\Listing\ProductListingLoader::load (line 117)"
9 => "Nd\Fashion\Overwrite\ProductListingRoute::load (line 96)"
10 => "Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute::Shopware\Core\Content\Product\SalesChannel\Listing\{closure} (line 350)"
11 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 44)"
12 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 120)"
13 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 43)"
14 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 46)"
15 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 42)"
16 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 41)"
17 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 59)"
18 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 40)"
19 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 95)"
20 => "Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute::Shopware\Core\Content\Product\SalesChannel\Listing\{closure} (line 72)"
21 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 35)"
22 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 92)"
23 => "Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute::load (line 51)"
24 => "Shopware\Core\Content\Product\SalesChannel\Listing\ResolveCriteriaProductListingRoute::load (line 62)"
25 => "Shopware\Core\Content\Product\Cms\ProductListingCmsElementResolver::enrich (line 99)"
26 => "Shopware\Core\Content\Cms\DataResolver\CmsSlotsDataResolver::resolve (line 104)"
27 => "Shopware\Core\Content\Cms\SalesChannel\SalesChannelCmsPageLoader::loadSlotData (line 94)"
28 => "Shopware\Core\Content\Cms\SalesChannel\SalesChannelCmsPageLoader::load (line 108)"
29 => "Nd\Fashion\Page\Manufacturer\ProductManufacturerRoute::load (line 66)"
30 => "Nd\Fashion\Page\Manufacturer\ProductManufacturerPageLoader::load (line 48)"
31 => "Nd\Fashion\Storefront\Controller\ManufacturerController::productManufacturerDetail (line 163)"
32 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
33 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
34 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
35 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 481)"
36 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 454)"
37 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 348)"
38 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 226)"
39 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
40 => "Shopware\Core\HttpKernel::doHandle (line 81)"
41 => "Shopware\Core\HttpKernel::handle (line 69)"
]
|
116 |
1.86 ms |
SELECT `property_group_option`.`id` as `property_group_option.id`, `property_group_option`.`property_group_id` as `property_group_option.groupId`, `property_group_option`.`color_hex_code` as `property_group_option.colorHexCode`, `property_group_option`.`media_id` as `property_group_option.mediaId`, `property_group_option`.`created_at` as `property_group_option.createdAt`, `property_group_option`.`updated_at` as `property_group_option.updatedAt`, `property_group_option.group`.`id` as `property_group_option.group.id`, `property_group_option.group`.`display_type` as `property_group_option.group.displayType`, `property_group_option.group`.`sorting_type` as `property_group_option.group.sortingType`, `property_group_option.group`.`filterable` as `property_group_option.group.filterable`, `property_group_option.group`.`visible_on_product_detail_page` as `property_group_option.group.visibleOnProductDetailPage`, `property_group_option.group`.`created_at` as `property_group_option.group.createdAt`, `property_group_option.group`.`updated_at` as `property_group_option.group.updatedAt`, `property_group_option.group.translation.name`, COALESCE(`property_group_option.group.translation.name`,`property_group_option.group.translation.name`) as `property_group_option.group.name`, `property_group_option.group.translation.description`, COALESCE(`property_group_option.group.translation.description`,`property_group_option.group.translation.description`) as `property_group_option.group.description`, `property_group_option.group.translation.position`, COALESCE(`property_group_option.group.translation.position`,`property_group_option.group.translation.position`) as `property_group_option.group.position`, `property_group_option.group.translation.customFields`, COALESCE(`property_group_option.group.translation.customFields`,`property_group_option.group.translation.customFields`) as `property_group_option.group.customFields`, `property_group_option.group.translation.createdAt`, `property_group_option.group.translation.updatedAt`, `property_group_option.group.translation.propertyGroupId`, `property_group_option.group.translation.languageId`, `property_group_option.translation.name`, COALESCE(`property_group_option.translation.name`,`property_group_option.translation.name`) as `property_group_option.name`, `property_group_option.translation.position`, COALESCE(`property_group_option.translation.position`,`property_group_option.translation.position`) as `property_group_option.position`, `property_group_option.translation.customFields`, COALESCE(`property_group_option.translation.customFields`,`property_group_option.translation.customFields`) as `property_group_option.customFields`, `property_group_option.translation.createdAt`, `property_group_option.translation.updatedAt`, `property_group_option.translation.propertyGroupOptionId`, `property_group_option.translation.languageId` FROM `property_group_option` LEFT JOIN (SELECT `property_group_option.translation`.property_group_option_id, `property_group_option.translation`.name as `property_group_option.translation.name`, `property_group_option.translation`.position as `property_group_option.translation.position`, `property_group_option.translation`.custom_fields as `property_group_option.translation.customFields`, `property_group_option.translation`.created_at as `property_group_option.translation.createdAt`, `property_group_option.translation`.updated_at as `property_group_option.translation.updatedAt`, `property_group_option.translation`.property_group_option_id as `property_group_option.translation.propertyGroupOptionId`, `property_group_option.translation`.language_id as `property_group_option.translation.languageId` FROM `property_group_option_translation` `property_group_option.translation` WHERE `property_group_option.translation`.language_id = :languageId) `property_group_option.property_group_option_translation` ON `property_group_option.property_group_option_translation`.`property_group_option_id` = `property_group_option`.`id` LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option`.`property_group_id` = `property_group_option.group`.`id` LEFT JOIN (SELECT `property_group_option.group.translation`.property_group_id, `property_group_option.group.translation`.name as `property_group_option.group.translation.name`, `property_group_option.group.translation`.description as `property_group_option.group.translation.description`, `property_group_option.group.translation`.position as `property_group_option.group.translation.position`, `property_group_option.group.translation`.custom_fields as `property_group_option.group.translation.customFields`, `property_group_option.group.translation`.created_at as `property_group_option.group.translation.createdAt`, `property_group_option.group.translation`.updated_at as `property_group_option.group.translation.updatedAt`, `property_group_option.group.translation`.property_group_id as `property_group_option.group.translation.propertyGroupId`, `property_group_option.group.translation`.language_id as `property_group_option.group.translation.languageId` FROM `property_group_translation` `property_group_option.group.translation` WHERE `property_group_option.group.translation`.language_id = :languageId) `property_group_option.group.property_group_translation` ON `property_group_option.group.property_group_translation`.`property_group_id` = `property_group_option.group`.`id` WHERE `property_group_option`.`id` IN (:ids)
SELECT
`property_group_option`.`id` as `property_group_option.id`,
`property_group_option`.`property_group_id` as `property_group_option.groupId`,
`property_group_option`.`color_hex_code` as `property_group_option.colorHexCode`,
`property_group_option`.`media_id` as `property_group_option.mediaId`,
`property_group_option`.`created_at` as `property_group_option.createdAt`,
`property_group_option`.`updated_at` as `property_group_option.updatedAt`,
`property_group_option.group`.`id` as `property_group_option.group.id`,
`property_group_option.group`.`display_type` as `property_group_option.group.displayType`,
`property_group_option.group`.`sorting_type` as `property_group_option.group.sortingType`,
`property_group_option.group`.`filterable` as `property_group_option.group.filterable`,
`property_group_option.group`.`visible_on_product_detail_page` as `property_group_option.group.visibleOnProductDetailPage`,
`property_group_option.group`.`created_at` as `property_group_option.group.createdAt`,
`property_group_option.group`.`updated_at` as `property_group_option.group.updatedAt`,
`property_group_option.group.translation.name`,
COALESCE(
`property_group_option.group.translation.name`,
`property_group_option.group.translation.name`
) as `property_group_option.group.name`,
`property_group_option.group.translation.description`,
COALESCE(
`property_group_option.group.translation.description`,
`property_group_option.group.translation.description`
) as `property_group_option.group.description`,
`property_group_option.group.translation.position`,
COALESCE(
`property_group_option.group.translation.position`,
`property_group_option.group.translation.position`
) as `property_group_option.group.position`,
`property_group_option.group.translation.customFields`,
COALESCE(
`property_group_option.group.translation.customFields`,
`property_group_option.group.translation.customFields`
) as `property_group_option.group.customFields`,
`property_group_option.group.translation.createdAt`,
`property_group_option.group.translation.updatedAt`,
`property_group_option.group.translation.propertyGroupId`,
`property_group_option.group.translation.languageId`,
`property_group_option.translation.name`,
COALESCE(
`property_group_option.translation.name`,
`property_group_option.translation.name`
) as `property_group_option.name`,
`property_group_option.translation.position`,
COALESCE(
`property_group_option.translation.position`,
`property_group_option.translation.position`
) as `property_group_option.position`,
`property_group_option.translation.customFields`,
COALESCE(
`property_group_option.translation.customFields`,
`property_group_option.translation.customFields`
) as `property_group_option.customFields`,
`property_group_option.translation.createdAt`,
`property_group_option.translation.updatedAt`,
`property_group_option.translation.propertyGroupOptionId`,
`property_group_option.translation.languageId`
FROM
`property_group_option`
LEFT JOIN (
SELECT
`property_group_option.translation`.property_group_option_id,
`property_group_option.translation`.name as `property_group_option.translation.name`,
`property_group_option.translation`.position as `property_group_option.translation.position`,
`property_group_option.translation`.custom_fields as `property_group_option.translation.customFields`,
`property_group_option.translation`.created_at as `property_group_option.translation.createdAt`,
`property_group_option.translation`.updated_at as `property_group_option.translation.updatedAt`,
`property_group_option.translation`.property_group_option_id as `property_group_option.translation.propertyGroupOptionId`,
`property_group_option.translation`.language_id as `property_group_option.translation.languageId`
FROM
`property_group_option_translation` `property_group_option.translation`
WHERE
`property_group_option.translation`.language_id = : languageId
) `property_group_option.property_group_option_translation` ON `property_group_option.property_group_option_translation`.`property_group_option_id` = `property_group_option`.`id`
LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option`.`property_group_id` = `property_group_option.group`.`id`
LEFT JOIN (
SELECT
`property_group_option.group.translation`.property_group_id,
`property_group_option.group.translation`.name as `property_group_option.group.translation.name`,
`property_group_option.group.translation`.description as `property_group_option.group.translation.description`,
`property_group_option.group.translation`.position as `property_group_option.group.translation.position`,
`property_group_option.group.translation`.custom_fields as `property_group_option.group.translation.customFields`,
`property_group_option.group.translation`.created_at as `property_group_option.group.translation.createdAt`,
`property_group_option.group.translation`.updated_at as `property_group_option.group.translation.updatedAt`,
`property_group_option.group.translation`.property_group_id as `property_group_option.group.translation.propertyGroupId`,
`property_group_option.group.translation`.language_id as `property_group_option.group.translation.languageId`
FROM
`property_group_translation` `property_group_option.group.translation`
WHERE
`property_group_option.group.translation`.language_id = : languageId
) `property_group_option.group.property_group_translation` ON `property_group_option.group.property_group_translation`.`property_group_id` = `property_group_option.group`.`id`
WHERE
`property_group_option`.`id` IN (: ids)
SELECT `property_group_option`.`id` as `property_group_option.id`, `property_group_option`.`property_group_id` as `property_group_option.groupId`, `property_group_option`.`color_hex_code` as `property_group_option.colorHexCode`, `property_group_option`.`media_id` as `property_group_option.mediaId`, `property_group_option`.`created_at` as `property_group_option.createdAt`, `property_group_option`.`updated_at` as `property_group_option.updatedAt`, `property_group_option.group`.`id` as `property_group_option.group.id`, `property_group_option.group`.`display_type` as `property_group_option.group.displayType`, `property_group_option.group`.`sorting_type` as `property_group_option.group.sortingType`, `property_group_option.group`.`filterable` as `property_group_option.group.filterable`, `property_group_option.group`.`visible_on_product_detail_page` as `property_group_option.group.visibleOnProductDetailPage`, `property_group_option.group`.`created_at` as `property_group_option.group.createdAt`, `property_group_option.group`.`updated_at` as `property_group_option.group.updatedAt`, `property_group_option.group.translation.name`, COALESCE(`property_group_option.group.translation.name`,`property_group_option.group.translation.name`) as `property_group_option.group.name`, `property_group_option.group.translation.description`, COALESCE(`property_group_option.group.translation.description`,`property_group_option.group.translation.description`) as `property_group_option.group.description`, `property_group_option.group.translation.position`, COALESCE(`property_group_option.group.translation.position`,`property_group_option.group.translation.position`) as `property_group_option.group.position`, `property_group_option.group.translation.customFields`, COALESCE(`property_group_option.group.translation.customFields`,`property_group_option.group.translation.customFields`) as `property_group_option.group.customFields`, `property_group_option.group.translation.createdAt`, `property_group_option.group.translation.updatedAt`, `property_group_option.group.translation.propertyGroupId`, `property_group_option.group.translation.languageId`, `property_group_option.translation.name`, COALESCE(`property_group_option.translation.name`,`property_group_option.translation.name`) as `property_group_option.name`, `property_group_option.translation.position`, COALESCE(`property_group_option.translation.position`,`property_group_option.translation.position`) as `property_group_option.position`, `property_group_option.translation.customFields`, COALESCE(`property_group_option.translation.customFields`,`property_group_option.translation.customFields`) as `property_group_option.customFields`, `property_group_option.translation.createdAt`, `property_group_option.translation.updatedAt`, `property_group_option.translation.propertyGroupOptionId`, `property_group_option.translation.languageId` FROM `property_group_option` LEFT JOIN (SELECT `property_group_option.translation`.property_group_option_id, `property_group_option.translation`.name as `property_group_option.translation.name`, `property_group_option.translation`.position as `property_group_option.translation.position`, `property_group_option.translation`.custom_fields as `property_group_option.translation.customFields`, `property_group_option.translation`.created_at as `property_group_option.translation.createdAt`, `property_group_option.translation`.updated_at as `property_group_option.translation.updatedAt`, `property_group_option.translation`.property_group_option_id as `property_group_option.translation.propertyGroupOptionId`, `property_group_option.translation`.language_id as `property_group_option.translation.languageId` FROM `property_group_option_translation` `property_group_option.translation` WHERE `property_group_option.translation`.language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B) `property_group_option.property_group_option_translation` ON `property_group_option.property_group_option_translation`.`property_group_option_id` = `property_group_option`.`id` LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option`.`property_group_id` = `property_group_option.group`.`id` LEFT JOIN (SELECT `property_group_option.group.translation`.property_group_id, `property_group_option.group.translation`.name as `property_group_option.group.translation.name`, `property_group_option.group.translation`.description as `property_group_option.group.translation.description`, `property_group_option.group.translation`.position as `property_group_option.group.translation.position`, `property_group_option.group.translation`.custom_fields as `property_group_option.group.translation.customFields`, `property_group_option.group.translation`.created_at as `property_group_option.group.translation.createdAt`, `property_group_option.group.translation`.updated_at as `property_group_option.group.translation.updatedAt`, `property_group_option.group.translation`.property_group_id as `property_group_option.group.translation.propertyGroupId`, `property_group_option.group.translation`.language_id as `property_group_option.group.translation.languageId` FROM `property_group_translation` `property_group_option.group.translation` WHERE `property_group_option.group.translation`.language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B) `property_group_option.group.property_group_translation` ON `property_group_option.group.property_group_translation`.`property_group_id` = `property_group_option.group`.`id` WHERE `property_group_option`.`id` IN (0xACEFE415EC5C7F2CFD68CF5823D8A1D9, 0xB5F39521D98FC09F4B4F2EA939FE5DE3, 0xACEFE415EC5C7F2CFD68CF5823D8A1D9, 0x62A86CC4AED8B9F2D4D565B69B1E3EBA, 0xB8D69A7F9F081BDB1B85D94DF407E32D, 0xACEFE415EC5C7F2CFD68CF5823D8A1D9, 0xACEFE415EC5C7F2CFD68CF5823D8A1D9, 0xACEFE415EC5C7F2CFD68CF5823D8A1D9, 0xAAF56090DE62B14A5712D76E6DC20DCF, 0xAAF56090DE62B14A5712D76E6DC20DCF, 0xAAF56090DE62B14A5712D76E6DC20DCF, 0x629572260DB500123B88FEFCF4F4C1FE, 0xACEFE415EC5C7F2CFD68CF5823D8A1D9, 0x629572260DB500123B88FEFCF4F4C1FE, 0x629572260DB500123B88FEFCF4F4C1FE, 0x62A86CC4AED8B9F2D4D565B69B1E3EBA, 0xAAF56090DE62B14A5712D76E6DC20DCF, 0x62A86CC4AED8B9F2D4D565B69B1E3EBA, 0xAAF56090DE62B14A5712D76E6DC20DCF, 0xACEFE415EC5C7F2CFD68CF5823D8A1D9, 0xACEFE415EC5C7F2CFD68CF5823D8A1D9, 0xACEFE415EC5C7F2CFD68CF5823D8A1D9, 0x62A86CC4AED8B9F2D4D565B69B1E3EBA, 0xAAF56090DE62B14A5712D76E6DC20DCF);
array:46 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 239)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 316)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetch (line 148)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 676)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::loadManyToManyOverExtension (line 347)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::loadManyToMany (line 1216)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetchAssociations (line 152)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 92)"
9 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::read (line 195)"
10 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::read (line 133)"
11 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::search (line 102)"
12 => "Shopware\Core\Content\Product\SalesChannel\Listing\ProductListingLoader::load (line 117)"
13 => "Nd\Fashion\Overwrite\ProductListingRoute::load (line 96)"
14 => "Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute::Shopware\Core\Content\Product\SalesChannel\Listing\{closure} (line 350)"
15 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 44)"
16 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 120)"
17 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 43)"
18 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 46)"
19 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 42)"
20 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 41)"
21 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 59)"
22 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 40)"
23 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 95)"
24 => "Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute::Shopware\Core\Content\Product\SalesChannel\Listing\{closure} (line 72)"
25 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 35)"
26 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 92)"
27 => "Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute::load (line 51)"
28 => "Shopware\Core\Content\Product\SalesChannel\Listing\ResolveCriteriaProductListingRoute::load (line 62)"
29 => "Shopware\Core\Content\Product\Cms\ProductListingCmsElementResolver::enrich (line 99)"
30 => "Shopware\Core\Content\Cms\DataResolver\CmsSlotsDataResolver::resolve (line 104)"
31 => "Shopware\Core\Content\Cms\SalesChannel\SalesChannelCmsPageLoader::loadSlotData (line 94)"
32 => "Shopware\Core\Content\Cms\SalesChannel\SalesChannelCmsPageLoader::load (line 108)"
33 => "Nd\Fashion\Page\Manufacturer\ProductManufacturerRoute::load (line 66)"
34 => "Nd\Fashion\Page\Manufacturer\ProductManufacturerPageLoader::load (line 48)"
35 => "Nd\Fashion\Storefront\Controller\ManufacturerController::productManufacturerDetail (line 163)"
36 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
37 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
38 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
39 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 481)"
40 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 454)"
41 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 348)"
42 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 226)"
43 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
44 => "Shopware\Core\HttpKernel::doHandle (line 81)"
45 => "Shopware\Core\HttpKernel::handle (line 69)"
]
|
117 |
0.64 ms |
SELECT `product_price`.`id` as `product_price.id`, `product_price`.`version_id` as `product_price.versionId`, `product_price`.`product_id` as `product_price.productId`, `product_price`.`product_version_id` as `product_price.productVersionId`, `product_price`.`rule_id` as `product_price.ruleId`, `product_price`.`price` as `product_price.price`, `product_price`.`quantity_start` as `product_price.quantityStart`, `product_price`.`quantity_end` as `product_price.quantityEnd`, `product_price`.`custom_fields` as `product_price.customFields`, `product_price`.`created_at` as `product_price.createdAt`, `product_price`.`updated_at` as `product_price.updatedAt` FROM `product_price` WHERE (`product_price`.`version_id` = :version) AND ((`product_price`.`product_id` IN (:param_b817fcd3217b4db4a42b44f13e464395)))
SELECT `product_price`.`id` as `product_price.id`, `product_price`.`version_id` as `product_price.versionId`, `product_price`.`product_id` as `product_price.productId`, `product_price`.`product_version_id` as `product_price.productVersionId`, `product_price`.`rule_id` as `product_price.ruleId`, `product_price`.`price` as `product_price.price`, `product_price`.`quantity_start` as `product_price.quantityStart`, `product_price`.`quantity_end` as `product_price.quantityEnd`, `product_price`.`custom_fields` as `product_price.customFields`, `product_price`.`created_at` as `product_price.createdAt`, `product_price`.`updated_at` as `product_price.updatedAt` FROM `product_price` WHERE (`product_price`.`version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425) AND ((`product_price`.`product_id` IN (0x02F600A873BC35B2E0544CB6AAC6F6B2, 0x0C07D0134B8C11C2A06E4914815B1D8B, 0x0FFA1D78CEFEAA9CB26E81DF674D7D9B, 0x14C25854547B719E04C084C5D15B30E8, 0x1D61EE2510FCC1A011C86F0356F5EA7D, 0x23D8C51AC130D7EA5E76B42B5AF27523, 0x2F22EFA0A73C446AD8410F6AC75C2E10, 0x37AF8CC619A0E7D007B00FFBD6B8F341, 0x3AD97BC3204FD3E330398FA093AFC15D, 0x3CE2C2946C8135BF68AA095CE6EFD5A9, 0x3DC03B3DC2B090F2EC91360792D5B343, 0x4A58CA2C4F7E506D640A2ADFBA8A549F, 0x4B835D5D91EDA113A82D32DE2B731920, 0x4C954A84F9C51B71DB61C7836EC96E8A, 0x4FDCDF38185E8AE11E7CC699CB3E1A95, 0x57262D76BFFE959516D56E0C6A52C97F, 0x5BFF72FFDA42BF3E28F36847DA612905, 0x66D16CF14A4B5069876B36C18CB6ACFF, 0x6D9FDB43680780589B78A7E83F15351F, 0x78B81D2B731EBCD5729FE65B80E95B0C, 0x90FE3E6321D556E2A0C559801E96669F, 0xCAB3D098181EBEC0BD58C482AF7CD6EF, 0xDF09AA242C0D5E45654958A518467CF7, 0xE3A197992B95515697D46513A92E914B, 0x2CEFA298CC8752B9EDB167C5E6747C9C, 0x938972E180B813F6519E5B8062E0CB3D, 0x4ACE08CD54D664641120E6FD6B15DBB9, 0x70B5294BA9FD09ABDC8CA5D8917F3397, 0x9A4DE38EC4A852D9855F21A2750E5775, 0x55EF5478351DDE389751AC34C6805B35, 0x22DD845C41BE7ABA761C31B292EAF90D, 0x4BC326B475559F73D6664CD543AFDBE2, 0xE13FA2E15FAE99F5FFDF04E05636E8F3, 0xA964F93DA18989B3C4260D15BE92EC78, 0xB7267F12467C8B06CDCDF59DA606DE6E, 0xDBD8DB3DEF8353F8885DE3030FB4A7F2, 0x7DCB0A0F980E9085A5B9F0222C0EC64B, 0x29D2C660E8361E40346C62883036CB13, 0xE7EB4EA3F1D5204624F69AA762A39B97, 0x413DBB0CA2673889B5EB0D5958F35EEF, 0xD26A1A2FB1F8430AA678849C34ADC2A2, 0xE5FECA7A859DD3C3056948F15B88E88B, 0x8C9278AF6F3182CFA0B22579DDAB1264, 0x00C87ADB47827965550B8DC5B84838CB, 0x1BCD8655E7DBBB8BD37AC6632FC7CE06, 0xCD0887D84C03E64E2B829F413504289A, 0xF84838498D9099BB700B7DCD1B452C86, 0xAC2B7C59F2F8F41BF2C7ED5D9739231E)));
array:46 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 239)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 316)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetch (line 148)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 496)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::loadOneToManyWithoutPagination (line 438)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::loadOneToMany (line 1210)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetchAssociations (line 152)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 92)"
9 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::read (line 195)"
10 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::read (line 133)"
11 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::search (line 102)"
12 => "Shopware\Core\Content\Product\SalesChannel\Listing\ProductListingLoader::load (line 117)"
13 => "Nd\Fashion\Overwrite\ProductListingRoute::load (line 96)"
14 => "Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute::Shopware\Core\Content\Product\SalesChannel\Listing\{closure} (line 350)"
15 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 44)"
16 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 120)"
17 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 43)"
18 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 46)"
19 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 42)"
20 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 41)"
21 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 59)"
22 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 40)"
23 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 95)"
24 => "Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute::Shopware\Core\Content\Product\SalesChannel\Listing\{closure} (line 72)"
25 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 35)"
26 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 92)"
27 => "Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute::load (line 51)"
28 => "Shopware\Core\Content\Product\SalesChannel\Listing\ResolveCriteriaProductListingRoute::load (line 62)"
29 => "Shopware\Core\Content\Product\Cms\ProductListingCmsElementResolver::enrich (line 99)"
30 => "Shopware\Core\Content\Cms\DataResolver\CmsSlotsDataResolver::resolve (line 104)"
31 => "Shopware\Core\Content\Cms\SalesChannel\SalesChannelCmsPageLoader::loadSlotData (line 94)"
32 => "Shopware\Core\Content\Cms\SalesChannel\SalesChannelCmsPageLoader::load (line 108)"
33 => "Nd\Fashion\Page\Manufacturer\ProductManufacturerRoute::load (line 66)"
34 => "Nd\Fashion\Page\Manufacturer\ProductManufacturerPageLoader::load (line 48)"
35 => "Nd\Fashion\Storefront\Controller\ManufacturerController::productManufacturerDetail (line 163)"
36 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
37 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
38 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
39 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 481)"
40 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 454)"
41 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 348)"
42 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 226)"
43 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
44 => "Shopware\Core\HttpKernel::doHandle (line 81)"
45 => "Shopware\Core\HttpKernel::handle (line 69)"
]
|
118 |
0.99 ms |
SELECT `property_group_option`.`id` FROM `property_group_option` LEFT JOIN (SELECT `property_group_option.productProperties.mapping`.`property_group_option_id` as id FROM `product_property` `property_group_option.productProperties.mapping` LEFT JOIN `product` `property_group_option.productProperties` ON `property_group_option.productProperties.mapping`.`product_id` = `property_group_option.productProperties`.`properties` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.mapping`.`product_version_id` LEFT JOIN `product` `property_group_option.productProperties.parent` ON `property_group_option.productProperties`.`parent_id` = `property_group_option.productProperties.parent`.`id` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.parent`.`version_id` WHERE (`property_group_option.productProperties`.`id` = :param_fb5b29aa6b4245ef9c09f148b0ee16cf)) `property_group_option.productProperties_1` ON `property_group_option`.`id` = `property_group_option.productProperties_1`.`id` LEFT JOIN (SELECT `property_group_option.productProperties.mapping`.`property_group_option_id` as id FROM `product_property` `property_group_option.productProperties.mapping` LEFT JOIN `product` `property_group_option.productProperties` ON `property_group_option.productProperties.mapping`.`product_id` = `property_group_option.productProperties`.`properties` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.mapping`.`product_version_id` LEFT JOIN `product` `property_group_option.productProperties.parent` ON `property_group_option.productProperties`.`parent_id` = `property_group_option.productProperties.parent`.`id` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.parent`.`version_id` WHERE (`property_group_option.productProperties`.`version_id` = :param_674aeb4be8fb413d8d1af59c6db57de6)) `property_group_option.productProperties_2` ON `property_group_option`.`id` = `property_group_option.productProperties_2`.`id` WHERE (`property_group_option.productProperties_1`.id IS NOT NULL AND `property_group_option.productProperties_2`.id IS NOT NULL AND `property_group_option`.`property_group_id` = :param_dcca99ec0d1844e09875073ffde5c1b0) GROUP BY `property_group_option`.`id`
SELECT `property_group_option`.`id` FROM `property_group_option` LEFT JOIN (SELECT `property_group_option.productProperties.mapping`.`property_group_option_id` as id FROM `product_property` `property_group_option.productProperties.mapping` LEFT JOIN `product` `property_group_option.productProperties` ON `property_group_option.productProperties.mapping`.`product_id` = `property_group_option.productProperties`.`properties` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.mapping`.`product_version_id` LEFT JOIN `product` `property_group_option.productProperties.parent` ON `property_group_option.productProperties`.`parent_id` = `property_group_option.productProperties.parent`.`id` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.parent`.`version_id` WHERE (`property_group_option.productProperties`.`id` = 0xCAB3D098181EBEC0BD58C482AF7CD6EF)) `property_group_option.productProperties_1` ON `property_group_option`.`id` = `property_group_option.productProperties_1`.`id` LEFT JOIN (SELECT `property_group_option.productProperties.mapping`.`property_group_option_id` as id FROM `product_property` `property_group_option.productProperties.mapping` LEFT JOIN `product` `property_group_option.productProperties` ON `property_group_option.productProperties.mapping`.`product_id` = `property_group_option.productProperties`.`properties` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.mapping`.`product_version_id` LEFT JOIN `product` `property_group_option.productProperties.parent` ON `property_group_option.productProperties`.`parent_id` = `property_group_option.productProperties.parent`.`id` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.parent`.`version_id` WHERE (`property_group_option.productProperties`.`version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425)) `property_group_option.productProperties_2` ON `property_group_option`.`id` = `property_group_option.productProperties_2`.`id` WHERE (`property_group_option.productProperties_1`.id IS NOT NULL AND `property_group_option.productProperties_2`.id IS NOT NULL AND `property_group_option`.`property_group_id` = 0x348605A5F7E947CD873E813BA4E7F448) GROUP BY `property_group_option`.`id`;
array:56 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 239)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 107)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntitySearcher::search (line 62)"
4 => "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher::search (line 132)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::searchIds (line 291)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::_search (line 106)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 51)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator::search (line 151)"
9 => "Nd\Theme\Subscriber\AddProductLabels::getLabel (line 65)"
10 => "Nd\Theme\Subscriber\AddProductLabels::onProductsLoaded (line 270)"
11 => "Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} (line 230)"
12 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
13 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 56)"
14 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 98)"
15 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 55)"
16 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 37)"
17 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 33)"
18 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
19 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 208)"
20 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::read (line 133)"
21 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::search (line 102)"
22 => "Shopware\Core\Content\Product\SalesChannel\Listing\ProductListingLoader::load (line 117)"
23 => "Nd\Fashion\Overwrite\ProductListingRoute::load (line 96)"
24 => "Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute::Shopware\Core\Content\Product\SalesChannel\Listing\{closure} (line 350)"
25 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 44)"
26 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 120)"
27 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 43)"
28 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 46)"
29 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 42)"
30 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 41)"
31 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 59)"
32 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 40)"
33 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 95)"
34 => "Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute::Shopware\Core\Content\Product\SalesChannel\Listing\{closure} (line 72)"
35 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 35)"
36 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 92)"
37 => "Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute::load (line 51)"
38 => "Shopware\Core\Content\Product\SalesChannel\Listing\ResolveCriteriaProductListingRoute::load (line 62)"
39 => "Shopware\Core\Content\Product\Cms\ProductListingCmsElementResolver::enrich (line 99)"
40 => "Shopware\Core\Content\Cms\DataResolver\CmsSlotsDataResolver::resolve (line 104)"
41 => "Shopware\Core\Content\Cms\SalesChannel\SalesChannelCmsPageLoader::loadSlotData (line 94)"
42 => "Shopware\Core\Content\Cms\SalesChannel\SalesChannelCmsPageLoader::load (line 108)"
43 => "Nd\Fashion\Page\Manufacturer\ProductManufacturerRoute::load (line 66)"
44 => "Nd\Fashion\Page\Manufacturer\ProductManufacturerPageLoader::load (line 48)"
45 => "Nd\Fashion\Storefront\Controller\ManufacturerController::productManufacturerDetail (line 163)"
46 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
47 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
48 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
49 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 481)"
50 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 454)"
51 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 348)"
52 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 226)"
53 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
54 => "Shopware\Core\HttpKernel::doHandle (line 81)"
55 => "Shopware\Core\HttpKernel::handle (line 69)"
]
|
119 |
0.71 ms |
SELECT `property_group_option`.`id` FROM `property_group_option` LEFT JOIN (SELECT `property_group_option.productProperties.mapping`.`property_group_option_id` as id FROM `product_property` `property_group_option.productProperties.mapping` LEFT JOIN `product` `property_group_option.productProperties` ON `property_group_option.productProperties.mapping`.`product_id` = `property_group_option.productProperties`.`properties` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.mapping`.`product_version_id` LEFT JOIN `product` `property_group_option.productProperties.parent` ON `property_group_option.productProperties`.`parent_id` = `property_group_option.productProperties.parent`.`id` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.parent`.`version_id` WHERE (`property_group_option.productProperties`.`id` = :param_d92f0e02f8ec4a1cb8a9ca1cb503e7a0)) `property_group_option.productProperties_1` ON `property_group_option`.`id` = `property_group_option.productProperties_1`.`id` LEFT JOIN (SELECT `property_group_option.productProperties.mapping`.`property_group_option_id` as id FROM `product_property` `property_group_option.productProperties.mapping` LEFT JOIN `product` `property_group_option.productProperties` ON `property_group_option.productProperties.mapping`.`product_id` = `property_group_option.productProperties`.`properties` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.mapping`.`product_version_id` LEFT JOIN `product` `property_group_option.productProperties.parent` ON `property_group_option.productProperties`.`parent_id` = `property_group_option.productProperties.parent`.`id` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.parent`.`version_id` WHERE (`property_group_option.productProperties`.`version_id` = :param_c3108e6fbcd24afdb333fe4d5d0464ca)) `property_group_option.productProperties_2` ON `property_group_option`.`id` = `property_group_option.productProperties_2`.`id` WHERE (`property_group_option.productProperties_1`.id IS NOT NULL AND `property_group_option.productProperties_2`.id IS NOT NULL AND `property_group_option`.`property_group_id` = :param_c8cef02a15d646ffad757b7dc89c152f) GROUP BY `property_group_option`.`id`
SELECT `property_group_option`.`id` FROM `property_group_option` LEFT JOIN (SELECT `property_group_option.productProperties.mapping`.`property_group_option_id` as id FROM `product_property` `property_group_option.productProperties.mapping` LEFT JOIN `product` `property_group_option.productProperties` ON `property_group_option.productProperties.mapping`.`product_id` = `property_group_option.productProperties`.`properties` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.mapping`.`product_version_id` LEFT JOIN `product` `property_group_option.productProperties.parent` ON `property_group_option.productProperties`.`parent_id` = `property_group_option.productProperties.parent`.`id` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.parent`.`version_id` WHERE (`property_group_option.productProperties`.`id` = 0xCAB3D098181EBEC0BD58C482AF7CD6EF)) `property_group_option.productProperties_1` ON `property_group_option`.`id` = `property_group_option.productProperties_1`.`id` LEFT JOIN (SELECT `property_group_option.productProperties.mapping`.`property_group_option_id` as id FROM `product_property` `property_group_option.productProperties.mapping` LEFT JOIN `product` `property_group_option.productProperties` ON `property_group_option.productProperties.mapping`.`product_id` = `property_group_option.productProperties`.`properties` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.mapping`.`product_version_id` LEFT JOIN `product` `property_group_option.productProperties.parent` ON `property_group_option.productProperties`.`parent_id` = `property_group_option.productProperties.parent`.`id` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.parent`.`version_id` WHERE (`property_group_option.productProperties`.`version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425)) `property_group_option.productProperties_2` ON `property_group_option`.`id` = `property_group_option.productProperties_2`.`id` WHERE (`property_group_option.productProperties_1`.id IS NOT NULL AND `property_group_option.productProperties_2`.id IS NOT NULL AND `property_group_option`.`property_group_id` = 0xDCFDAD627839433691AB6997769A881F) GROUP BY `property_group_option`.`id`;
array:56 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 239)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 107)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntitySearcher::search (line 62)"
4 => "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher::search (line 132)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::searchIds (line 291)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::_search (line 106)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 51)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator::search (line 107)"
9 => "Nd\Theme\Subscriber\AddProductLabels::getFit (line 66)"
10 => "Nd\Theme\Subscriber\AddProductLabels::onProductsLoaded (line 270)"
11 => "Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} (line 230)"
12 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
13 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 56)"
14 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 98)"
15 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 55)"
16 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 37)"
17 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 33)"
18 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
19 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 208)"
20 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::read (line 133)"
21 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::search (line 102)"
22 => "Shopware\Core\Content\Product\SalesChannel\Listing\ProductListingLoader::load (line 117)"
23 => "Nd\Fashion\Overwrite\ProductListingRoute::load (line 96)"
24 => "Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute::Shopware\Core\Content\Product\SalesChannel\Listing\{closure} (line 350)"
25 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 44)"
26 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 120)"
27 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 43)"
28 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 46)"
29 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 42)"
30 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 41)"
31 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 59)"
32 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 40)"
33 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 95)"
34 => "Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute::Shopware\Core\Content\Product\SalesChannel\Listing\{closure} (line 72)"
35 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 35)"
36 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 92)"
37 => "Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute::load (line 51)"
38 => "Shopware\Core\Content\Product\SalesChannel\Listing\ResolveCriteriaProductListingRoute::load (line 62)"
39 => "Shopware\Core\Content\Product\Cms\ProductListingCmsElementResolver::enrich (line 99)"
40 => "Shopware\Core\Content\Cms\DataResolver\CmsSlotsDataResolver::resolve (line 104)"
41 => "Shopware\Core\Content\Cms\SalesChannel\SalesChannelCmsPageLoader::loadSlotData (line 94)"
42 => "Shopware\Core\Content\Cms\SalesChannel\SalesChannelCmsPageLoader::load (line 108)"
43 => "Nd\Fashion\Page\Manufacturer\ProductManufacturerRoute::load (line 66)"
44 => "Nd\Fashion\Page\Manufacturer\ProductManufacturerPageLoader::load (line 48)"
45 => "Nd\Fashion\Storefront\Controller\ManufacturerController::productManufacturerDetail (line 163)"
46 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
47 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
48 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
49 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 481)"
50 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 454)"
51 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 348)"
52 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 226)"
53 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
54 => "Shopware\Core\HttpKernel::doHandle (line 81)"
55 => "Shopware\Core\HttpKernel::handle (line 69)"
]
|
120 |
0.65 ms |
SELECT `property_group_option`.`id` FROM `property_group_option` LEFT JOIN (SELECT `property_group_option.productProperties.mapping`.`property_group_option_id` as id FROM `product_property` `property_group_option.productProperties.mapping` LEFT JOIN `product` `property_group_option.productProperties` ON `property_group_option.productProperties.mapping`.`product_id` = `property_group_option.productProperties`.`properties` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.mapping`.`product_version_id` LEFT JOIN `product` `property_group_option.productProperties.parent` ON `property_group_option.productProperties`.`parent_id` = `property_group_option.productProperties.parent`.`id` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.parent`.`version_id` WHERE (`property_group_option.productProperties`.`id` = :param_e50fb1f03ade4064a2bcf11bc93bc56a)) `property_group_option.productProperties_1` ON `property_group_option`.`id` = `property_group_option.productProperties_1`.`id` LEFT JOIN (SELECT `property_group_option.productProperties.mapping`.`property_group_option_id` as id FROM `product_property` `property_group_option.productProperties.mapping` LEFT JOIN `product` `property_group_option.productProperties` ON `property_group_option.productProperties.mapping`.`product_id` = `property_group_option.productProperties`.`properties` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.mapping`.`product_version_id` LEFT JOIN `product` `property_group_option.productProperties.parent` ON `property_group_option.productProperties`.`parent_id` = `property_group_option.productProperties.parent`.`id` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.parent`.`version_id` WHERE (`property_group_option.productProperties`.`version_id` = :param_4a17d352af934cce98dab7963a687171)) `property_group_option.productProperties_2` ON `property_group_option`.`id` = `property_group_option.productProperties_2`.`id` WHERE (`property_group_option.productProperties_1`.id IS NOT NULL AND `property_group_option.productProperties_2`.id IS NOT NULL AND `property_group_option`.`property_group_id` = :param_2d2d5620e0454ba78b2a8067cca1cbdf) GROUP BY `property_group_option`.`id`
SELECT `property_group_option`.`id` FROM `property_group_option` LEFT JOIN (SELECT `property_group_option.productProperties.mapping`.`property_group_option_id` as id FROM `product_property` `property_group_option.productProperties.mapping` LEFT JOIN `product` `property_group_option.productProperties` ON `property_group_option.productProperties.mapping`.`product_id` = `property_group_option.productProperties`.`properties` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.mapping`.`product_version_id` LEFT JOIN `product` `property_group_option.productProperties.parent` ON `property_group_option.productProperties`.`parent_id` = `property_group_option.productProperties.parent`.`id` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.parent`.`version_id` WHERE (`property_group_option.productProperties`.`id` = 0x0C07D0134B8C11C2A06E4914815B1D8B)) `property_group_option.productProperties_1` ON `property_group_option`.`id` = `property_group_option.productProperties_1`.`id` LEFT JOIN (SELECT `property_group_option.productProperties.mapping`.`property_group_option_id` as id FROM `product_property` `property_group_option.productProperties.mapping` LEFT JOIN `product` `property_group_option.productProperties` ON `property_group_option.productProperties.mapping`.`product_id` = `property_group_option.productProperties`.`properties` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.mapping`.`product_version_id` LEFT JOIN `product` `property_group_option.productProperties.parent` ON `property_group_option.productProperties`.`parent_id` = `property_group_option.productProperties.parent`.`id` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.parent`.`version_id` WHERE (`property_group_option.productProperties`.`version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425)) `property_group_option.productProperties_2` ON `property_group_option`.`id` = `property_group_option.productProperties_2`.`id` WHERE (`property_group_option.productProperties_1`.id IS NOT NULL AND `property_group_option.productProperties_2`.id IS NOT NULL AND `property_group_option`.`property_group_id` = 0x348605A5F7E947CD873E813BA4E7F448) GROUP BY `property_group_option`.`id`;
array:56 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 239)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 107)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntitySearcher::search (line 62)"
4 => "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher::search (line 132)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::searchIds (line 291)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::_search (line 106)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 51)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator::search (line 151)"
9 => "Nd\Theme\Subscriber\AddProductLabels::getLabel (line 65)"
10 => "Nd\Theme\Subscriber\AddProductLabels::onProductsLoaded (line 270)"
11 => "Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} (line 230)"
12 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
13 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 56)"
14 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 98)"
15 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 55)"
16 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 37)"
17 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 33)"
18 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
19 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 208)"
20 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::read (line 133)"
21 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::search (line 102)"
22 => "Shopware\Core\Content\Product\SalesChannel\Listing\ProductListingLoader::load (line 117)"
23 => "Nd\Fashion\Overwrite\ProductListingRoute::load (line 96)"
24 => "Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute::Shopware\Core\Content\Product\SalesChannel\Listing\{closure} (line 350)"
25 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 44)"
26 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 120)"
27 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 43)"
28 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 46)"
29 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 42)"
30 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 41)"
31 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 59)"
32 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 40)"
33 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 95)"
34 => "Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute::Shopware\Core\Content\Product\SalesChannel\Listing\{closure} (line 72)"
35 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 35)"
36 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 92)"
37 => "Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute::load (line 51)"
38 => "Shopware\Core\Content\Product\SalesChannel\Listing\ResolveCriteriaProductListingRoute::load (line 62)"
39 => "Shopware\Core\Content\Product\Cms\ProductListingCmsElementResolver::enrich (line 99)"
40 => "Shopware\Core\Content\Cms\DataResolver\CmsSlotsDataResolver::resolve (line 104)"
41 => "Shopware\Core\Content\Cms\SalesChannel\SalesChannelCmsPageLoader::loadSlotData (line 94)"
42 => "Shopware\Core\Content\Cms\SalesChannel\SalesChannelCmsPageLoader::load (line 108)"
43 => "Nd\Fashion\Page\Manufacturer\ProductManufacturerRoute::load (line 66)"
44 => "Nd\Fashion\Page\Manufacturer\ProductManufacturerPageLoader::load (line 48)"
45 => "Nd\Fashion\Storefront\Controller\ManufacturerController::productManufacturerDetail (line 163)"
46 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
47 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
48 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
49 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 481)"
50 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 454)"
51 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 348)"
52 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 226)"
53 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
54 => "Shopware\Core\HttpKernel::doHandle (line 81)"
55 => "Shopware\Core\HttpKernel::handle (line 69)"
]
|
121 |
0.65 ms |
SELECT `property_group_option`.`id` FROM `property_group_option` LEFT JOIN (SELECT `property_group_option.productProperties.mapping`.`property_group_option_id` as id FROM `product_property` `property_group_option.productProperties.mapping` LEFT JOIN `product` `property_group_option.productProperties` ON `property_group_option.productProperties.mapping`.`product_id` = `property_group_option.productProperties`.`properties` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.mapping`.`product_version_id` LEFT JOIN `product` `property_group_option.productProperties.parent` ON `property_group_option.productProperties`.`parent_id` = `property_group_option.productProperties.parent`.`id` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.parent`.`version_id` WHERE (`property_group_option.productProperties`.`id` = :param_6b93565dce6d4f0393e28c0fb8a541fe)) `property_group_option.productProperties_1` ON `property_group_option`.`id` = `property_group_option.productProperties_1`.`id` LEFT JOIN (SELECT `property_group_option.productProperties.mapping`.`property_group_option_id` as id FROM `product_property` `property_group_option.productProperties.mapping` LEFT JOIN `product` `property_group_option.productProperties` ON `property_group_option.productProperties.mapping`.`product_id` = `property_group_option.productProperties`.`properties` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.mapping`.`product_version_id` LEFT JOIN `product` `property_group_option.productProperties.parent` ON `property_group_option.productProperties`.`parent_id` = `property_group_option.productProperties.parent`.`id` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.parent`.`version_id` WHERE (`property_group_option.productProperties`.`version_id` = :param_8f3bbfe5abb44f148d375edbbcc86fda)) `property_group_option.productProperties_2` ON `property_group_option`.`id` = `property_group_option.productProperties_2`.`id` WHERE (`property_group_option.productProperties_1`.id IS NOT NULL AND `property_group_option.productProperties_2`.id IS NOT NULL AND `property_group_option`.`property_group_id` = :param_ca9c13c1a44b49fe8012ad5470d1834a) GROUP BY `property_group_option`.`id`
SELECT `property_group_option`.`id` FROM `property_group_option` LEFT JOIN (SELECT `property_group_option.productProperties.mapping`.`property_group_option_id` as id FROM `product_property` `property_group_option.productProperties.mapping` LEFT JOIN `product` `property_group_option.productProperties` ON `property_group_option.productProperties.mapping`.`product_id` = `property_group_option.productProperties`.`properties` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.mapping`.`product_version_id` LEFT JOIN `product` `property_group_option.productProperties.parent` ON `property_group_option.productProperties`.`parent_id` = `property_group_option.productProperties.parent`.`id` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.parent`.`version_id` WHERE (`property_group_option.productProperties`.`id` = 0x0C07D0134B8C11C2A06E4914815B1D8B)) `property_group_option.productProperties_1` ON `property_group_option`.`id` = `property_group_option.productProperties_1`.`id` LEFT JOIN (SELECT `property_group_option.productProperties.mapping`.`property_group_option_id` as id FROM `product_property` `property_group_option.productProperties.mapping` LEFT JOIN `product` `property_group_option.productProperties` ON `property_group_option.productProperties.mapping`.`product_id` = `property_group_option.productProperties`.`properties` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.mapping`.`product_version_id` LEFT JOIN `product` `property_group_option.productProperties.parent` ON `property_group_option.productProperties`.`parent_id` = `property_group_option.productProperties.parent`.`id` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.parent`.`version_id` WHERE (`property_group_option.productProperties`.`version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425)) `property_group_option.productProperties_2` ON `property_group_option`.`id` = `property_group_option.productProperties_2`.`id` WHERE (`property_group_option.productProperties_1`.id IS NOT NULL AND `property_group_option.productProperties_2`.id IS NOT NULL AND `property_group_option`.`property_group_id` = 0xDCFDAD627839433691AB6997769A881F) GROUP BY `property_group_option`.`id`;
array:56 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 239)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 107)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntitySearcher::search (line 62)"
4 => "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher::search (line 132)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::searchIds (line 291)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::_search (line 106)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 51)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator::search (line 107)"
9 => "Nd\Theme\Subscriber\AddProductLabels::getFit (line 66)"
10 => "Nd\Theme\Subscriber\AddProductLabels::onProductsLoaded (line 270)"
11 => "Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} (line 230)"
12 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
13 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 56)"
14 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 98)"
15 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 55)"
16 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 37)"
17 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 33)"
18 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
19 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 208)"
20 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::read (line 133)"
21 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::search (line 102)"
22 => "Shopware\Core\Content\Product\SalesChannel\Listing\ProductListingLoader::load (line 117)"
23 => "Nd\Fashion\Overwrite\ProductListingRoute::load (line 96)"
24 => "Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute::Shopware\Core\Content\Product\SalesChannel\Listing\{closure} (line 350)"
25 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 44)"
26 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 120)"
27 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 43)"
28 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 46)"
29 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 42)"
30 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 41)"
31 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 59)"
32 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 40)"
33 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 95)"
34 => "Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute::Shopware\Core\Content\Product\SalesChannel\Listing\{closure} (line 72)"
35 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 35)"
36 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 92)"
37 => "Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute::load (line 51)"
38 => "Shopware\Core\Content\Product\SalesChannel\Listing\ResolveCriteriaProductListingRoute::load (line 62)"
39 => "Shopware\Core\Content\Product\Cms\ProductListingCmsElementResolver::enrich (line 99)"
40 => "Shopware\Core\Content\Cms\DataResolver\CmsSlotsDataResolver::resolve (line 104)"
41 => "Shopware\Core\Content\Cms\SalesChannel\SalesChannelCmsPageLoader::loadSlotData (line 94)"
42 => "Shopware\Core\Content\Cms\SalesChannel\SalesChannelCmsPageLoader::load (line 108)"
43 => "Nd\Fashion\Page\Manufacturer\ProductManufacturerRoute::load (line 66)"
44 => "Nd\Fashion\Page\Manufacturer\ProductManufacturerPageLoader::load (line 48)"
45 => "Nd\Fashion\Storefront\Controller\ManufacturerController::productManufacturerDetail (line 163)"
46 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
47 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
48 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
49 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 481)"
50 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 454)"
51 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 348)"
52 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 226)"
53 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
54 => "Shopware\Core\HttpKernel::doHandle (line 81)"
55 => "Shopware\Core\HttpKernel::handle (line 69)"
]
|
122 |
0.66 ms |
SELECT `property_group_option`.`id` FROM `property_group_option` LEFT JOIN (SELECT `property_group_option.productProperties.mapping`.`property_group_option_id` as id FROM `product_property` `property_group_option.productProperties.mapping` LEFT JOIN `product` `property_group_option.productProperties` ON `property_group_option.productProperties.mapping`.`product_id` = `property_group_option.productProperties`.`properties` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.mapping`.`product_version_id` LEFT JOIN `product` `property_group_option.productProperties.parent` ON `property_group_option.productProperties`.`parent_id` = `property_group_option.productProperties.parent`.`id` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.parent`.`version_id` WHERE (`property_group_option.productProperties`.`id` = :param_23e84deaddf94b11b8412a10db879cb8)) `property_group_option.productProperties_1` ON `property_group_option`.`id` = `property_group_option.productProperties_1`.`id` LEFT JOIN (SELECT `property_group_option.productProperties.mapping`.`property_group_option_id` as id FROM `product_property` `property_group_option.productProperties.mapping` LEFT JOIN `product` `property_group_option.productProperties` ON `property_group_option.productProperties.mapping`.`product_id` = `property_group_option.productProperties`.`properties` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.mapping`.`product_version_id` LEFT JOIN `product` `property_group_option.productProperties.parent` ON `property_group_option.productProperties`.`parent_id` = `property_group_option.productProperties.parent`.`id` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.parent`.`version_id` WHERE (`property_group_option.productProperties`.`version_id` = :param_87046b4c5ef74747bac6f5dc228a50ac)) `property_group_option.productProperties_2` ON `property_group_option`.`id` = `property_group_option.productProperties_2`.`id` WHERE (`property_group_option.productProperties_1`.id IS NOT NULL AND `property_group_option.productProperties_2`.id IS NOT NULL AND `property_group_option`.`property_group_id` = :param_6a60b7f2ae034b96a0859322946628dd) GROUP BY `property_group_option`.`id`
SELECT `property_group_option`.`id` FROM `property_group_option` LEFT JOIN (SELECT `property_group_option.productProperties.mapping`.`property_group_option_id` as id FROM `product_property` `property_group_option.productProperties.mapping` LEFT JOIN `product` `property_group_option.productProperties` ON `property_group_option.productProperties.mapping`.`product_id` = `property_group_option.productProperties`.`properties` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.mapping`.`product_version_id` LEFT JOIN `product` `property_group_option.productProperties.parent` ON `property_group_option.productProperties`.`parent_id` = `property_group_option.productProperties.parent`.`id` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.parent`.`version_id` WHERE (`property_group_option.productProperties`.`id` = 0x3CE2C2946C8135BF68AA095CE6EFD5A9)) `property_group_option.productProperties_1` ON `property_group_option`.`id` = `property_group_option.productProperties_1`.`id` LEFT JOIN (SELECT `property_group_option.productProperties.mapping`.`property_group_option_id` as id FROM `product_property` `property_group_option.productProperties.mapping` LEFT JOIN `product` `property_group_option.productProperties` ON `property_group_option.productProperties.mapping`.`product_id` = `property_group_option.productProperties`.`properties` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.mapping`.`product_version_id` LEFT JOIN `product` `property_group_option.productProperties.parent` ON `property_group_option.productProperties`.`parent_id` = `property_group_option.productProperties.parent`.`id` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.parent`.`version_id` WHERE (`property_group_option.productProperties`.`version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425)) `property_group_option.productProperties_2` ON `property_group_option`.`id` = `property_group_option.productProperties_2`.`id` WHERE (`property_group_option.productProperties_1`.id IS NOT NULL AND `property_group_option.productProperties_2`.id IS NOT NULL AND `property_group_option`.`property_group_id` = 0x348605A5F7E947CD873E813BA4E7F448) GROUP BY `property_group_option`.`id`;
array:56 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 239)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 107)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntitySearcher::search (line 62)"
4 => "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher::search (line 132)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::searchIds (line 291)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::_search (line 106)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 51)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator::search (line 151)"
9 => "Nd\Theme\Subscriber\AddProductLabels::getLabel (line 65)"
10 => "Nd\Theme\Subscriber\AddProductLabels::onProductsLoaded (line 270)"
11 => "Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} (line 230)"
12 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
13 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 56)"
14 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 98)"
15 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 55)"
16 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 37)"
17 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 33)"
18 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
19 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 208)"
20 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::read (line 133)"
21 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::search (line 102)"
22 => "Shopware\Core\Content\Product\SalesChannel\Listing\ProductListingLoader::load (line 117)"
23 => "Nd\Fashion\Overwrite\ProductListingRoute::load (line 96)"
24 => "Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute::Shopware\Core\Content\Product\SalesChannel\Listing\{closure} (line 350)"
25 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 44)"
26 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 120)"
27 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 43)"
28 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 46)"
29 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 42)"
30 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 41)"
31 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 59)"
32 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 40)"
33 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 95)"
34 => "Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute::Shopware\Core\Content\Product\SalesChannel\Listing\{closure} (line 72)"
35 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 35)"
36 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 92)"
37 => "Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute::load (line 51)"
38 => "Shopware\Core\Content\Product\SalesChannel\Listing\ResolveCriteriaProductListingRoute::load (line 62)"
39 => "Shopware\Core\Content\Product\Cms\ProductListingCmsElementResolver::enrich (line 99)"
40 => "Shopware\Core\Content\Cms\DataResolver\CmsSlotsDataResolver::resolve (line 104)"
41 => "Shopware\Core\Content\Cms\SalesChannel\SalesChannelCmsPageLoader::loadSlotData (line 94)"
42 => "Shopware\Core\Content\Cms\SalesChannel\SalesChannelCmsPageLoader::load (line 108)"
43 => "Nd\Fashion\Page\Manufacturer\ProductManufacturerRoute::load (line 66)"
44 => "Nd\Fashion\Page\Manufacturer\ProductManufacturerPageLoader::load (line 48)"
45 => "Nd\Fashion\Storefront\Controller\ManufacturerController::productManufacturerDetail (line 163)"
46 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
47 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
48 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
49 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 481)"
50 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 454)"
51 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 348)"
52 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 226)"
53 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
54 => "Shopware\Core\HttpKernel::doHandle (line 81)"
55 => "Shopware\Core\HttpKernel::handle (line 69)"
]
|
123 |
0.64 ms |
SELECT `property_group_option`.`id` FROM `property_group_option` LEFT JOIN (SELECT `property_group_option.productProperties.mapping`.`property_group_option_id` as id FROM `product_property` `property_group_option.productProperties.mapping` LEFT JOIN `product` `property_group_option.productProperties` ON `property_group_option.productProperties.mapping`.`product_id` = `property_group_option.productProperties`.`properties` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.mapping`.`product_version_id` LEFT JOIN `product` `property_group_option.productProperties.parent` ON `property_group_option.productProperties`.`parent_id` = `property_group_option.productProperties.parent`.`id` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.parent`.`version_id` WHERE (`property_group_option.productProperties`.`id` = :param_fa045018d5ec48ec9a753584ed72b634)) `property_group_option.productProperties_1` ON `property_group_option`.`id` = `property_group_option.productProperties_1`.`id` LEFT JOIN (SELECT `property_group_option.productProperties.mapping`.`property_group_option_id` as id FROM `product_property` `property_group_option.productProperties.mapping` LEFT JOIN `product` `property_group_option.productProperties` ON `property_group_option.productProperties.mapping`.`product_id` = `property_group_option.productProperties`.`properties` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.mapping`.`product_version_id` LEFT JOIN `product` `property_group_option.productProperties.parent` ON `property_group_option.productProperties`.`parent_id` = `property_group_option.productProperties.parent`.`id` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.parent`.`version_id` WHERE (`property_group_option.productProperties`.`version_id` = :param_9f2255d4d0594d709510f041f0a42134)) `property_group_option.productProperties_2` ON `property_group_option`.`id` = `property_group_option.productProperties_2`.`id` WHERE (`property_group_option.productProperties_1`.id IS NOT NULL AND `property_group_option.productProperties_2`.id IS NOT NULL AND `property_group_option`.`property_group_id` = :param_1b469b2f4ad74ea89e90b1edf52e5fb9) GROUP BY `property_group_option`.`id`
SELECT `property_group_option`.`id` FROM `property_group_option` LEFT JOIN (SELECT `property_group_option.productProperties.mapping`.`property_group_option_id` as id FROM `product_property` `property_group_option.productProperties.mapping` LEFT JOIN `product` `property_group_option.productProperties` ON `property_group_option.productProperties.mapping`.`product_id` = `property_group_option.productProperties`.`properties` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.mapping`.`product_version_id` LEFT JOIN `product` `property_group_option.productProperties.parent` ON `property_group_option.productProperties`.`parent_id` = `property_group_option.productProperties.parent`.`id` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.parent`.`version_id` WHERE (`property_group_option.productProperties`.`id` = 0x3CE2C2946C8135BF68AA095CE6EFD5A9)) `property_group_option.productProperties_1` ON `property_group_option`.`id` = `property_group_option.productProperties_1`.`id` LEFT JOIN (SELECT `property_group_option.productProperties.mapping`.`property_group_option_id` as id FROM `product_property` `property_group_option.productProperties.mapping` LEFT JOIN `product` `property_group_option.productProperties` ON `property_group_option.productProperties.mapping`.`product_id` = `property_group_option.productProperties`.`properties` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.mapping`.`product_version_id` LEFT JOIN `product` `property_group_option.productProperties.parent` ON `property_group_option.productProperties`.`parent_id` = `property_group_option.productProperties.parent`.`id` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.parent`.`version_id` WHERE (`property_group_option.productProperties`.`version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425)) `property_group_option.productProperties_2` ON `property_group_option`.`id` = `property_group_option.productProperties_2`.`id` WHERE (`property_group_option.productProperties_1`.id IS NOT NULL AND `property_group_option.productProperties_2`.id IS NOT NULL AND `property_group_option`.`property_group_id` = 0xDCFDAD627839433691AB6997769A881F) GROUP BY `property_group_option`.`id`;
array:56 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 239)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 107)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntitySearcher::search (line 62)"
4 => "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher::search (line 132)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::searchIds (line 291)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::_search (line 106)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 51)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator::search (line 107)"
9 => "Nd\Theme\Subscriber\AddProductLabels::getFit (line 66)"
10 => "Nd\Theme\Subscriber\AddProductLabels::onProductsLoaded (line 270)"
11 => "Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} (line 230)"
12 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
13 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 56)"
14 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 98)"
15 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 55)"
16 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 37)"
17 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 33)"
18 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
19 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 208)"
20 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::read (line 133)"
21 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::search (line 102)"
22 => "Shopware\Core\Content\Product\SalesChannel\Listing\ProductListingLoader::load (line 117)"
23 => "Nd\Fashion\Overwrite\ProductListingRoute::load (line 96)"
24 => "Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute::Shopware\Core\Content\Product\SalesChannel\Listing\{closure} (line 350)"
25 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 44)"
26 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 120)"
27 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 43)"
28 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 46)"
29 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 42)"
30 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 41)"
31 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 59)"
32 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 40)"
33 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 95)"
34 => "Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute::Shopware\Core\Content\Product\SalesChannel\Listing\{closure} (line 72)"
35 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 35)"
36 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 92)"
37 => "Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute::load (line 51)"
38 => "Shopware\Core\Content\Product\SalesChannel\Listing\ResolveCriteriaProductListingRoute::load (line 62)"
39 => "Shopware\Core\Content\Product\Cms\ProductListingCmsElementResolver::enrich (line 99)"
40 => "Shopware\Core\Content\Cms\DataResolver\CmsSlotsDataResolver::resolve (line 104)"
41 => "Shopware\Core\Content\Cms\SalesChannel\SalesChannelCmsPageLoader::loadSlotData (line 94)"
42 => "Shopware\Core\Content\Cms\SalesChannel\SalesChannelCmsPageLoader::load (line 108)"
43 => "Nd\Fashion\Page\Manufacturer\ProductManufacturerRoute::load (line 66)"
44 => "Nd\Fashion\Page\Manufacturer\ProductManufacturerPageLoader::load (line 48)"
45 => "Nd\Fashion\Storefront\Controller\ManufacturerController::productManufacturerDetail (line 163)"
46 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
47 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
48 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
49 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 481)"
50 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 454)"
51 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 348)"
52 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 226)"
53 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
54 => "Shopware\Core\HttpKernel::doHandle (line 81)"
55 => "Shopware\Core\HttpKernel::handle (line 69)"
]
|
124 |
0.66 ms |
SELECT `property_group_option`.`id` FROM `property_group_option` LEFT JOIN (SELECT `property_group_option.productProperties.mapping`.`property_group_option_id` as id FROM `product_property` `property_group_option.productProperties.mapping` LEFT JOIN `product` `property_group_option.productProperties` ON `property_group_option.productProperties.mapping`.`product_id` = `property_group_option.productProperties`.`properties` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.mapping`.`product_version_id` LEFT JOIN `product` `property_group_option.productProperties.parent` ON `property_group_option.productProperties`.`parent_id` = `property_group_option.productProperties.parent`.`id` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.parent`.`version_id` WHERE (`property_group_option.productProperties`.`id` = :param_65a626805e4d4c509eef3c7694f354cc)) `property_group_option.productProperties_1` ON `property_group_option`.`id` = `property_group_option.productProperties_1`.`id` LEFT JOIN (SELECT `property_group_option.productProperties.mapping`.`property_group_option_id` as id FROM `product_property` `property_group_option.productProperties.mapping` LEFT JOIN `product` `property_group_option.productProperties` ON `property_group_option.productProperties.mapping`.`product_id` = `property_group_option.productProperties`.`properties` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.mapping`.`product_version_id` LEFT JOIN `product` `property_group_option.productProperties.parent` ON `property_group_option.productProperties`.`parent_id` = `property_group_option.productProperties.parent`.`id` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.parent`.`version_id` WHERE (`property_group_option.productProperties`.`version_id` = :param_bdd33ff58ffe4f45a50ddac2e71ff59d)) `property_group_option.productProperties_2` ON `property_group_option`.`id` = `property_group_option.productProperties_2`.`id` WHERE (`property_group_option.productProperties_1`.id IS NOT NULL AND `property_group_option.productProperties_2`.id IS NOT NULL AND `property_group_option`.`property_group_id` = :param_538a84b71ba94cf08dd64a8a1ce2a012) GROUP BY `property_group_option`.`id`
SELECT `property_group_option`.`id` FROM `property_group_option` LEFT JOIN (SELECT `property_group_option.productProperties.mapping`.`property_group_option_id` as id FROM `product_property` `property_group_option.productProperties.mapping` LEFT JOIN `product` `property_group_option.productProperties` ON `property_group_option.productProperties.mapping`.`product_id` = `property_group_option.productProperties`.`properties` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.mapping`.`product_version_id` LEFT JOIN `product` `property_group_option.productProperties.parent` ON `property_group_option.productProperties`.`parent_id` = `property_group_option.productProperties.parent`.`id` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.parent`.`version_id` WHERE (`property_group_option.productProperties`.`id` = 0x57262D76BFFE959516D56E0C6A52C97F)) `property_group_option.productProperties_1` ON `property_group_option`.`id` = `property_group_option.productProperties_1`.`id` LEFT JOIN (SELECT `property_group_option.productProperties.mapping`.`property_group_option_id` as id FROM `product_property` `property_group_option.productProperties.mapping` LEFT JOIN `product` `property_group_option.productProperties` ON `property_group_option.productProperties.mapping`.`product_id` = `property_group_option.productProperties`.`properties` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.mapping`.`product_version_id` LEFT JOIN `product` `property_group_option.productProperties.parent` ON `property_group_option.productProperties`.`parent_id` = `property_group_option.productProperties.parent`.`id` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.parent`.`version_id` WHERE (`property_group_option.productProperties`.`version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425)) `property_group_option.productProperties_2` ON `property_group_option`.`id` = `property_group_option.productProperties_2`.`id` WHERE (`property_group_option.productProperties_1`.id IS NOT NULL AND `property_group_option.productProperties_2`.id IS NOT NULL AND `property_group_option`.`property_group_id` = 0x348605A5F7E947CD873E813BA4E7F448) GROUP BY `property_group_option`.`id`;
array:56 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 239)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 107)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntitySearcher::search (line 62)"
4 => "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher::search (line 132)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::searchIds (line 291)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::_search (line 106)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 51)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator::search (line 151)"
9 => "Nd\Theme\Subscriber\AddProductLabels::getLabel (line 65)"
10 => "Nd\Theme\Subscriber\AddProductLabels::onProductsLoaded (line 270)"
11 => "Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} (line 230)"
12 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
13 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 56)"
14 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 98)"
15 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 55)"
16 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 37)"
17 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 33)"
18 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
19 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 208)"
20 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::read (line 133)"
21 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::search (line 102)"
22 => "Shopware\Core\Content\Product\SalesChannel\Listing\ProductListingLoader::load (line 117)"
23 => "Nd\Fashion\Overwrite\ProductListingRoute::load (line 96)"
24 => "Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute::Shopware\Core\Content\Product\SalesChannel\Listing\{closure} (line 350)"
25 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 44)"
26 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 120)"
27 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 43)"
28 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 46)"
29 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 42)"
30 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 41)"
31 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 59)"
32 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 40)"
33 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 95)"
34 => "Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute::Shopware\Core\Content\Product\SalesChannel\Listing\{closure} (line 72)"
35 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 35)"
36 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 92)"
37 => "Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute::load (line 51)"
38 => "Shopware\Core\Content\Product\SalesChannel\Listing\ResolveCriteriaProductListingRoute::load (line 62)"
39 => "Shopware\Core\Content\Product\Cms\ProductListingCmsElementResolver::enrich (line 99)"
40 => "Shopware\Core\Content\Cms\DataResolver\CmsSlotsDataResolver::resolve (line 104)"
41 => "Shopware\Core\Content\Cms\SalesChannel\SalesChannelCmsPageLoader::loadSlotData (line 94)"
42 => "Shopware\Core\Content\Cms\SalesChannel\SalesChannelCmsPageLoader::load (line 108)"
43 => "Nd\Fashion\Page\Manufacturer\ProductManufacturerRoute::load (line 66)"
44 => "Nd\Fashion\Page\Manufacturer\ProductManufacturerPageLoader::load (line 48)"
45 => "Nd\Fashion\Storefront\Controller\ManufacturerController::productManufacturerDetail (line 163)"
46 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
47 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
48 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
49 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 481)"
50 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 454)"
51 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 348)"
52 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 226)"
53 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
54 => "Shopware\Core\HttpKernel::doHandle (line 81)"
55 => "Shopware\Core\HttpKernel::handle (line 69)"
]
|
125 |
0.64 ms |
SELECT `property_group_option`.`id` FROM `property_group_option` LEFT JOIN (SELECT `property_group_option.productProperties.mapping`.`property_group_option_id` as id FROM `product_property` `property_group_option.productProperties.mapping` LEFT JOIN `product` `property_group_option.productProperties` ON `property_group_option.productProperties.mapping`.`product_id` = `property_group_option.productProperties`.`properties` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.mapping`.`product_version_id` LEFT JOIN `product` `property_group_option.productProperties.parent` ON `property_group_option.productProperties`.`parent_id` = `property_group_option.productProperties.parent`.`id` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.parent`.`version_id` WHERE (`property_group_option.productProperties`.`id` = :param_39bd3e5cc9b44d6091ded7eb36345515)) `property_group_option.productProperties_1` ON `property_group_option`.`id` = `property_group_option.productProperties_1`.`id` LEFT JOIN (SELECT `property_group_option.productProperties.mapping`.`property_group_option_id` as id FROM `product_property` `property_group_option.productProperties.mapping` LEFT JOIN `product` `property_group_option.productProperties` ON `property_group_option.productProperties.mapping`.`product_id` = `property_group_option.productProperties`.`properties` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.mapping`.`product_version_id` LEFT JOIN `product` `property_group_option.productProperties.parent` ON `property_group_option.productProperties`.`parent_id` = `property_group_option.productProperties.parent`.`id` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.parent`.`version_id` WHERE (`property_group_option.productProperties`.`version_id` = :param_c2277f0b68cd4dffb7afe2eb971e1247)) `property_group_option.productProperties_2` ON `property_group_option`.`id` = `property_group_option.productProperties_2`.`id` WHERE (`property_group_option.productProperties_1`.id IS NOT NULL AND `property_group_option.productProperties_2`.id IS NOT NULL AND `property_group_option`.`property_group_id` = :param_0f6ef93515b54dada317637acf9f4444) GROUP BY `property_group_option`.`id`
SELECT `property_group_option`.`id` FROM `property_group_option` LEFT JOIN (SELECT `property_group_option.productProperties.mapping`.`property_group_option_id` as id FROM `product_property` `property_group_option.productProperties.mapping` LEFT JOIN `product` `property_group_option.productProperties` ON `property_group_option.productProperties.mapping`.`product_id` = `property_group_option.productProperties`.`properties` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.mapping`.`product_version_id` LEFT JOIN `product` `property_group_option.productProperties.parent` ON `property_group_option.productProperties`.`parent_id` = `property_group_option.productProperties.parent`.`id` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.parent`.`version_id` WHERE (`property_group_option.productProperties`.`id` = 0x57262D76BFFE959516D56E0C6A52C97F)) `property_group_option.productProperties_1` ON `property_group_option`.`id` = `property_group_option.productProperties_1`.`id` LEFT JOIN (SELECT `property_group_option.productProperties.mapping`.`property_group_option_id` as id FROM `product_property` `property_group_option.productProperties.mapping` LEFT JOIN `product` `property_group_option.productProperties` ON `property_group_option.productProperties.mapping`.`product_id` = `property_group_option.productProperties`.`properties` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.mapping`.`product_version_id` LEFT JOIN `product` `property_group_option.productProperties.parent` ON `property_group_option.productProperties`.`parent_id` = `property_group_option.productProperties.parent`.`id` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.parent`.`version_id` WHERE (`property_group_option.productProperties`.`version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425)) `property_group_option.productProperties_2` ON `property_group_option`.`id` = `property_group_option.productProperties_2`.`id` WHERE (`property_group_option.productProperties_1`.id IS NOT NULL AND `property_group_option.productProperties_2`.id IS NOT NULL AND `property_group_option`.`property_group_id` = 0xDCFDAD627839433691AB6997769A881F) GROUP BY `property_group_option`.`id`;
array:56 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 239)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 107)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntitySearcher::search (line 62)"
4 => "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher::search (line 132)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::searchIds (line 291)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::_search (line 106)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 51)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator::search (line 107)"
9 => "Nd\Theme\Subscriber\AddProductLabels::getFit (line 66)"
10 => "Nd\Theme\Subscriber\AddProductLabels::onProductsLoaded (line 270)"
11 => "Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} (line 230)"
12 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
13 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 56)"
14 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 98)"
15 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 55)"
16 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 37)"
17 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 33)"
18 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
19 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 208)"
20 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::read (line 133)"
21 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::search (line 102)"
22 => "Shopware\Core\Content\Product\SalesChannel\Listing\ProductListingLoader::load (line 117)"
23 => "Nd\Fashion\Overwrite\ProductListingRoute::load (line 96)"
24 => "Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute::Shopware\Core\Content\Product\SalesChannel\Listing\{closure} (line 350)"
25 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 44)"
26 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 120)"
27 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 43)"
28 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 46)"
29 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 42)"
30 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 41)"
31 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 59)"
32 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 40)"
33 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 95)"
34 => "Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute::Shopware\Core\Content\Product\SalesChannel\Listing\{closure} (line 72)"
35 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 35)"
36 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 92)"
37 => "Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute::load (line 51)"
38 => "Shopware\Core\Content\Product\SalesChannel\Listing\ResolveCriteriaProductListingRoute::load (line 62)"
39 => "Shopware\Core\Content\Product\Cms\ProductListingCmsElementResolver::enrich (line 99)"
40 => "Shopware\Core\Content\Cms\DataResolver\CmsSlotsDataResolver::resolve (line 104)"
41 => "Shopware\Core\Content\Cms\SalesChannel\SalesChannelCmsPageLoader::loadSlotData (line 94)"
42 => "Shopware\Core\Content\Cms\SalesChannel\SalesChannelCmsPageLoader::load (line 108)"
43 => "Nd\Fashion\Page\Manufacturer\ProductManufacturerRoute::load (line 66)"
44 => "Nd\Fashion\Page\Manufacturer\ProductManufacturerPageLoader::load (line 48)"
45 => "Nd\Fashion\Storefront\Controller\ManufacturerController::productManufacturerDetail (line 163)"
46 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
47 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
48 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
49 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 481)"
50 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 454)"
51 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 348)"
52 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 226)"
53 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
54 => "Shopware\Core\HttpKernel::doHandle (line 81)"
55 => "Shopware\Core\HttpKernel::handle (line 69)"
]
|
126 |
0.67 ms |
SELECT `property_group_option`.`id` FROM `property_group_option` LEFT JOIN (SELECT `property_group_option.productProperties.mapping`.`property_group_option_id` as id FROM `product_property` `property_group_option.productProperties.mapping` LEFT JOIN `product` `property_group_option.productProperties` ON `property_group_option.productProperties.mapping`.`product_id` = `property_group_option.productProperties`.`properties` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.mapping`.`product_version_id` LEFT JOIN `product` `property_group_option.productProperties.parent` ON `property_group_option.productProperties`.`parent_id` = `property_group_option.productProperties.parent`.`id` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.parent`.`version_id` WHERE (`property_group_option.productProperties`.`id` = :param_d1c8c8648a314eaca89c8d3a50ee5af0)) `property_group_option.productProperties_1` ON `property_group_option`.`id` = `property_group_option.productProperties_1`.`id` LEFT JOIN (SELECT `property_group_option.productProperties.mapping`.`property_group_option_id` as id FROM `product_property` `property_group_option.productProperties.mapping` LEFT JOIN `product` `property_group_option.productProperties` ON `property_group_option.productProperties.mapping`.`product_id` = `property_group_option.productProperties`.`properties` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.mapping`.`product_version_id` LEFT JOIN `product` `property_group_option.productProperties.parent` ON `property_group_option.productProperties`.`parent_id` = `property_group_option.productProperties.parent`.`id` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.parent`.`version_id` WHERE (`property_group_option.productProperties`.`version_id` = :param_b4045342b22b4a6d9ffc7959dc5a5bc0)) `property_group_option.productProperties_2` ON `property_group_option`.`id` = `property_group_option.productProperties_2`.`id` WHERE (`property_group_option.productProperties_1`.id IS NOT NULL AND `property_group_option.productProperties_2`.id IS NOT NULL AND `property_group_option`.`property_group_id` = :param_38a482f1c2994744a19bf87962b7be9f) GROUP BY `property_group_option`.`id`
SELECT `property_group_option`.`id` FROM `property_group_option` LEFT JOIN (SELECT `property_group_option.productProperties.mapping`.`property_group_option_id` as id FROM `product_property` `property_group_option.productProperties.mapping` LEFT JOIN `product` `property_group_option.productProperties` ON `property_group_option.productProperties.mapping`.`product_id` = `property_group_option.productProperties`.`properties` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.mapping`.`product_version_id` LEFT JOIN `product` `property_group_option.productProperties.parent` ON `property_group_option.productProperties`.`parent_id` = `property_group_option.productProperties.parent`.`id` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.parent`.`version_id` WHERE (`property_group_option.productProperties`.`id` = 0x5BFF72FFDA42BF3E28F36847DA612905)) `property_group_option.productProperties_1` ON `property_group_option`.`id` = `property_group_option.productProperties_1`.`id` LEFT JOIN (SELECT `property_group_option.productProperties.mapping`.`property_group_option_id` as id FROM `product_property` `property_group_option.productProperties.mapping` LEFT JOIN `product` `property_group_option.productProperties` ON `property_group_option.productProperties.mapping`.`product_id` = `property_group_option.productProperties`.`properties` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.mapping`.`product_version_id` LEFT JOIN `product` `property_group_option.productProperties.parent` ON `property_group_option.productProperties`.`parent_id` = `property_group_option.productProperties.parent`.`id` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.parent`.`version_id` WHERE (`property_group_option.productProperties`.`version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425)) `property_group_option.productProperties_2` ON `property_group_option`.`id` = `property_group_option.productProperties_2`.`id` WHERE (`property_group_option.productProperties_1`.id IS NOT NULL AND `property_group_option.productProperties_2`.id IS NOT NULL AND `property_group_option`.`property_group_id` = 0x348605A5F7E947CD873E813BA4E7F448) GROUP BY `property_group_option`.`id`;
array:56 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 239)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 107)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntitySearcher::search (line 62)"
4 => "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher::search (line 132)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::searchIds (line 291)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::_search (line 106)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 51)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator::search (line 151)"
9 => "Nd\Theme\Subscriber\AddProductLabels::getLabel (line 65)"
10 => "Nd\Theme\Subscriber\AddProductLabels::onProductsLoaded (line 270)"
11 => "Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} (line 230)"
12 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
13 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 56)"
14 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 98)"
15 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 55)"
16 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 37)"
17 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 33)"
18 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
19 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 208)"
20 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::read (line 133)"
21 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::search (line 102)"
22 => "Shopware\Core\Content\Product\SalesChannel\Listing\ProductListingLoader::load (line 117)"
23 => "Nd\Fashion\Overwrite\ProductListingRoute::load (line 96)"
24 => "Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute::Shopware\Core\Content\Product\SalesChannel\Listing\{closure} (line 350)"
25 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 44)"
26 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 120)"
27 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 43)"
28 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 46)"
29 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 42)"
30 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 41)"
31 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 59)"
32 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 40)"
33 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 95)"
34 => "Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute::Shopware\Core\Content\Product\SalesChannel\Listing\{closure} (line 72)"
35 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 35)"
36 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 92)"
37 => "Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute::load (line 51)"
38 => "Shopware\Core\Content\Product\SalesChannel\Listing\ResolveCriteriaProductListingRoute::load (line 62)"
39 => "Shopware\Core\Content\Product\Cms\ProductListingCmsElementResolver::enrich (line 99)"
40 => "Shopware\Core\Content\Cms\DataResolver\CmsSlotsDataResolver::resolve (line 104)"
41 => "Shopware\Core\Content\Cms\SalesChannel\SalesChannelCmsPageLoader::loadSlotData (line 94)"
42 => "Shopware\Core\Content\Cms\SalesChannel\SalesChannelCmsPageLoader::load (line 108)"
43 => "Nd\Fashion\Page\Manufacturer\ProductManufacturerRoute::load (line 66)"
44 => "Nd\Fashion\Page\Manufacturer\ProductManufacturerPageLoader::load (line 48)"
45 => "Nd\Fashion\Storefront\Controller\ManufacturerController::productManufacturerDetail (line 163)"
46 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
47 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
48 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
49 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 481)"
50 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 454)"
51 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 348)"
52 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 226)"
53 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
54 => "Shopware\Core\HttpKernel::doHandle (line 81)"
55 => "Shopware\Core\HttpKernel::handle (line 69)"
]
|
127 |
0.63 ms |
SELECT `property_group_option`.`id` FROM `property_group_option` LEFT JOIN (SELECT `property_group_option.productProperties.mapping`.`property_group_option_id` as id FROM `product_property` `property_group_option.productProperties.mapping` LEFT JOIN `product` `property_group_option.productProperties` ON `property_group_option.productProperties.mapping`.`product_id` = `property_group_option.productProperties`.`properties` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.mapping`.`product_version_id` LEFT JOIN `product` `property_group_option.productProperties.parent` ON `property_group_option.productProperties`.`parent_id` = `property_group_option.productProperties.parent`.`id` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.parent`.`version_id` WHERE (`property_group_option.productProperties`.`id` = :param_57547ec0e459443ab14996d2354d4ac7)) `property_group_option.productProperties_1` ON `property_group_option`.`id` = `property_group_option.productProperties_1`.`id` LEFT JOIN (SELECT `property_group_option.productProperties.mapping`.`property_group_option_id` as id FROM `product_property` `property_group_option.productProperties.mapping` LEFT JOIN `product` `property_group_option.productProperties` ON `property_group_option.productProperties.mapping`.`product_id` = `property_group_option.productProperties`.`properties` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.mapping`.`product_version_id` LEFT JOIN `product` `property_group_option.productProperties.parent` ON `property_group_option.productProperties`.`parent_id` = `property_group_option.productProperties.parent`.`id` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.parent`.`version_id` WHERE (`property_group_option.productProperties`.`version_id` = :param_b72e9cdb24e742f3a55aaafdd561520b)) `property_group_option.productProperties_2` ON `property_group_option`.`id` = `property_group_option.productProperties_2`.`id` WHERE (`property_group_option.productProperties_1`.id IS NOT NULL AND `property_group_option.productProperties_2`.id IS NOT NULL AND `property_group_option`.`property_group_id` = :param_6cdeb9472f2e4e6d8bc9692fb9af84dd) GROUP BY `property_group_option`.`id`
SELECT `property_group_option`.`id` FROM `property_group_option` LEFT JOIN (SELECT `property_group_option.productProperties.mapping`.`property_group_option_id` as id FROM `product_property` `property_group_option.productProperties.mapping` LEFT JOIN `product` `property_group_option.productProperties` ON `property_group_option.productProperties.mapping`.`product_id` = `property_group_option.productProperties`.`properties` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.mapping`.`product_version_id` LEFT JOIN `product` `property_group_option.productProperties.parent` ON `property_group_option.productProperties`.`parent_id` = `property_group_option.productProperties.parent`.`id` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.parent`.`version_id` WHERE (`property_group_option.productProperties`.`id` = 0x5BFF72FFDA42BF3E28F36847DA612905)) `property_group_option.productProperties_1` ON `property_group_option`.`id` = `property_group_option.productProperties_1`.`id` LEFT JOIN (SELECT `property_group_option.productProperties.mapping`.`property_group_option_id` as id FROM `product_property` `property_group_option.productProperties.mapping` LEFT JOIN `product` `property_group_option.productProperties` ON `property_group_option.productProperties.mapping`.`product_id` = `property_group_option.productProperties`.`properties` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.mapping`.`product_version_id` LEFT JOIN `product` `property_group_option.productProperties.parent` ON `property_group_option.productProperties`.`parent_id` = `property_group_option.productProperties.parent`.`id` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.parent`.`version_id` WHERE (`property_group_option.productProperties`.`version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425)) `property_group_option.productProperties_2` ON `property_group_option`.`id` = `property_group_option.productProperties_2`.`id` WHERE (`property_group_option.productProperties_1`.id IS NOT NULL AND `property_group_option.productProperties_2`.id IS NOT NULL AND `property_group_option`.`property_group_id` = 0xDCFDAD627839433691AB6997769A881F) GROUP BY `property_group_option`.`id`;
array:56 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 239)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 107)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntitySearcher::search (line 62)"
4 => "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher::search (line 132)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::searchIds (line 291)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::_search (line 106)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 51)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator::search (line 107)"
9 => "Nd\Theme\Subscriber\AddProductLabels::getFit (line 66)"
10 => "Nd\Theme\Subscriber\AddProductLabels::onProductsLoaded (line 270)"
11 => "Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} (line 230)"
12 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
13 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 56)"
14 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 98)"
15 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 55)"
16 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 37)"
17 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 33)"
18 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
19 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 208)"
20 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::read (line 133)"
21 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::search (line 102)"
22 => "Shopware\Core\Content\Product\SalesChannel\Listing\ProductListingLoader::load (line 117)"
23 => "Nd\Fashion\Overwrite\ProductListingRoute::load (line 96)"
24 => "Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute::Shopware\Core\Content\Product\SalesChannel\Listing\{closure} (line 350)"
25 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 44)"
26 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 120)"
27 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 43)"
28 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 46)"
29 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 42)"
30 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 41)"
31 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 59)"
32 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 40)"
33 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 95)"
34 => "Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute::Shopware\Core\Content\Product\SalesChannel\Listing\{closure} (line 72)"
35 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 35)"
36 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 92)"
37 => "Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute::load (line 51)"
38 => "Shopware\Core\Content\Product\SalesChannel\Listing\ResolveCriteriaProductListingRoute::load (line 62)"
39 => "Shopware\Core\Content\Product\Cms\ProductListingCmsElementResolver::enrich (line 99)"
40 => "Shopware\Core\Content\Cms\DataResolver\CmsSlotsDataResolver::resolve (line 104)"
41 => "Shopware\Core\Content\Cms\SalesChannel\SalesChannelCmsPageLoader::loadSlotData (line 94)"
42 => "Shopware\Core\Content\Cms\SalesChannel\SalesChannelCmsPageLoader::load (line 108)"
43 => "Nd\Fashion\Page\Manufacturer\ProductManufacturerRoute::load (line 66)"
44 => "Nd\Fashion\Page\Manufacturer\ProductManufacturerPageLoader::load (line 48)"
45 => "Nd\Fashion\Storefront\Controller\ManufacturerController::productManufacturerDetail (line 163)"
46 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
47 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
48 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
49 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 481)"
50 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 454)"
51 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 348)"
52 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 226)"
53 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
54 => "Shopware\Core\HttpKernel::doHandle (line 81)"
55 => "Shopware\Core\HttpKernel::handle (line 69)"
]
|
128 |
0.69 ms |
SELECT `property_group_option`.`id` FROM `property_group_option` LEFT JOIN (SELECT `property_group_option.productProperties.mapping`.`property_group_option_id` as id FROM `product_property` `property_group_option.productProperties.mapping` LEFT JOIN `product` `property_group_option.productProperties` ON `property_group_option.productProperties.mapping`.`product_id` = `property_group_option.productProperties`.`properties` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.mapping`.`product_version_id` LEFT JOIN `product` `property_group_option.productProperties.parent` ON `property_group_option.productProperties`.`parent_id` = `property_group_option.productProperties.parent`.`id` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.parent`.`version_id` WHERE (`property_group_option.productProperties`.`id` = :param_7cd7a09d9e574d7a95ebfa255d314df5)) `property_group_option.productProperties_1` ON `property_group_option`.`id` = `property_group_option.productProperties_1`.`id` LEFT JOIN (SELECT `property_group_option.productProperties.mapping`.`property_group_option_id` as id FROM `product_property` `property_group_option.productProperties.mapping` LEFT JOIN `product` `property_group_option.productProperties` ON `property_group_option.productProperties.mapping`.`product_id` = `property_group_option.productProperties`.`properties` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.mapping`.`product_version_id` LEFT JOIN `product` `property_group_option.productProperties.parent` ON `property_group_option.productProperties`.`parent_id` = `property_group_option.productProperties.parent`.`id` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.parent`.`version_id` WHERE (`property_group_option.productProperties`.`version_id` = :param_394e5dcf763d4856bd6432709adc221b)) `property_group_option.productProperties_2` ON `property_group_option`.`id` = `property_group_option.productProperties_2`.`id` WHERE (`property_group_option.productProperties_1`.id IS NOT NULL AND `property_group_option.productProperties_2`.id IS NOT NULL AND `property_group_option`.`property_group_id` = :param_ee945c7ecbc54fe9b6b3cf1b377962ff) GROUP BY `property_group_option`.`id`
SELECT `property_group_option`.`id` FROM `property_group_option` LEFT JOIN (SELECT `property_group_option.productProperties.mapping`.`property_group_option_id` as id FROM `product_property` `property_group_option.productProperties.mapping` LEFT JOIN `product` `property_group_option.productProperties` ON `property_group_option.productProperties.mapping`.`product_id` = `property_group_option.productProperties`.`properties` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.mapping`.`product_version_id` LEFT JOIN `product` `property_group_option.productProperties.parent` ON `property_group_option.productProperties`.`parent_id` = `property_group_option.productProperties.parent`.`id` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.parent`.`version_id` WHERE (`property_group_option.productProperties`.`id` = 0x4A58CA2C4F7E506D640A2ADFBA8A549F)) `property_group_option.productProperties_1` ON `property_group_option`.`id` = `property_group_option.productProperties_1`.`id` LEFT JOIN (SELECT `property_group_option.productProperties.mapping`.`property_group_option_id` as id FROM `product_property` `property_group_option.productProperties.mapping` LEFT JOIN `product` `property_group_option.productProperties` ON `property_group_option.productProperties.mapping`.`product_id` = `property_group_option.productProperties`.`properties` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.mapping`.`product_version_id` LEFT JOIN `product` `property_group_option.productProperties.parent` ON `property_group_option.productProperties`.`parent_id` = `property_group_option.productProperties.parent`.`id` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.parent`.`version_id` WHERE (`property_group_option.productProperties`.`version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425)) `property_group_option.productProperties_2` ON `property_group_option`.`id` = `property_group_option.productProperties_2`.`id` WHERE (`property_group_option.productProperties_1`.id IS NOT NULL AND `property_group_option.productProperties_2`.id IS NOT NULL AND `property_group_option`.`property_group_id` = 0x348605A5F7E947CD873E813BA4E7F448) GROUP BY `property_group_option`.`id`;
array:56 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 239)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 107)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntitySearcher::search (line 62)"
4 => "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher::search (line 132)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::searchIds (line 291)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::_search (line 106)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 51)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator::search (line 151)"
9 => "Nd\Theme\Subscriber\AddProductLabels::getLabel (line 65)"
10 => "Nd\Theme\Subscriber\AddProductLabels::onProductsLoaded (line 270)"
11 => "Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} (line 230)"
12 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
13 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 56)"
14 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 98)"
15 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 55)"
16 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 37)"
17 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 33)"
18 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
19 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 208)"
20 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::read (line 133)"
21 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::search (line 102)"
22 => "Shopware\Core\Content\Product\SalesChannel\Listing\ProductListingLoader::load (line 117)"
23 => "Nd\Fashion\Overwrite\ProductListingRoute::load (line 96)"
24 => "Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute::Shopware\Core\Content\Product\SalesChannel\Listing\{closure} (line 350)"
25 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 44)"
26 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 120)"
27 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 43)"
28 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 46)"
29 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 42)"
30 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 41)"
31 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 59)"
32 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 40)"
33 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 95)"
34 => "Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute::Shopware\Core\Content\Product\SalesChannel\Listing\{closure} (line 72)"
35 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 35)"
36 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 92)"
37 => "Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute::load (line 51)"
38 => "Shopware\Core\Content\Product\SalesChannel\Listing\ResolveCriteriaProductListingRoute::load (line 62)"
39 => "Shopware\Core\Content\Product\Cms\ProductListingCmsElementResolver::enrich (line 99)"
40 => "Shopware\Core\Content\Cms\DataResolver\CmsSlotsDataResolver::resolve (line 104)"
41 => "Shopware\Core\Content\Cms\SalesChannel\SalesChannelCmsPageLoader::loadSlotData (line 94)"
42 => "Shopware\Core\Content\Cms\SalesChannel\SalesChannelCmsPageLoader::load (line 108)"
43 => "Nd\Fashion\Page\Manufacturer\ProductManufacturerRoute::load (line 66)"
44 => "Nd\Fashion\Page\Manufacturer\ProductManufacturerPageLoader::load (line 48)"
45 => "Nd\Fashion\Storefront\Controller\ManufacturerController::productManufacturerDetail (line 163)"
46 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
47 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
48 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
49 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 481)"
50 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 454)"
51 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 348)"
52 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 226)"
53 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
54 => "Shopware\Core\HttpKernel::doHandle (line 81)"
55 => "Shopware\Core\HttpKernel::handle (line 69)"
]
|
129 |
0.65 ms |
SELECT `property_group_option`.`id` FROM `property_group_option` LEFT JOIN (SELECT `property_group_option.productProperties.mapping`.`property_group_option_id` as id FROM `product_property` `property_group_option.productProperties.mapping` LEFT JOIN `product` `property_group_option.productProperties` ON `property_group_option.productProperties.mapping`.`product_id` = `property_group_option.productProperties`.`properties` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.mapping`.`product_version_id` LEFT JOIN `product` `property_group_option.productProperties.parent` ON `property_group_option.productProperties`.`parent_id` = `property_group_option.productProperties.parent`.`id` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.parent`.`version_id` WHERE (`property_group_option.productProperties`.`id` = :param_916e619286a547f084c7a6fe25593d22)) `property_group_option.productProperties_1` ON `property_group_option`.`id` = `property_group_option.productProperties_1`.`id` LEFT JOIN (SELECT `property_group_option.productProperties.mapping`.`property_group_option_id` as id FROM `product_property` `property_group_option.productProperties.mapping` LEFT JOIN `product` `property_group_option.productProperties` ON `property_group_option.productProperties.mapping`.`product_id` = `property_group_option.productProperties`.`properties` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.mapping`.`product_version_id` LEFT JOIN `product` `property_group_option.productProperties.parent` ON `property_group_option.productProperties`.`parent_id` = `property_group_option.productProperties.parent`.`id` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.parent`.`version_id` WHERE (`property_group_option.productProperties`.`version_id` = :param_75d5e1987a014f98a5c7f21d2e9d6067)) `property_group_option.productProperties_2` ON `property_group_option`.`id` = `property_group_option.productProperties_2`.`id` WHERE (`property_group_option.productProperties_1`.id IS NOT NULL AND `property_group_option.productProperties_2`.id IS NOT NULL AND `property_group_option`.`property_group_id` = :param_21afae0853e54f51855c73f0aa2bcf19) GROUP BY `property_group_option`.`id`
SELECT `property_group_option`.`id` FROM `property_group_option` LEFT JOIN (SELECT `property_group_option.productProperties.mapping`.`property_group_option_id` as id FROM `product_property` `property_group_option.productProperties.mapping` LEFT JOIN `product` `property_group_option.productProperties` ON `property_group_option.productProperties.mapping`.`product_id` = `property_group_option.productProperties`.`properties` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.mapping`.`product_version_id` LEFT JOIN `product` `property_group_option.productProperties.parent` ON `property_group_option.productProperties`.`parent_id` = `property_group_option.productProperties.parent`.`id` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.parent`.`version_id` WHERE (`property_group_option.productProperties`.`id` = 0x4A58CA2C4F7E506D640A2ADFBA8A549F)) `property_group_option.productProperties_1` ON `property_group_option`.`id` = `property_group_option.productProperties_1`.`id` LEFT JOIN (SELECT `property_group_option.productProperties.mapping`.`property_group_option_id` as id FROM `product_property` `property_group_option.productProperties.mapping` LEFT JOIN `product` `property_group_option.productProperties` ON `property_group_option.productProperties.mapping`.`product_id` = `property_group_option.productProperties`.`properties` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.mapping`.`product_version_id` LEFT JOIN `product` `property_group_option.productProperties.parent` ON `property_group_option.productProperties`.`parent_id` = `property_group_option.productProperties.parent`.`id` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.parent`.`version_id` WHERE (`property_group_option.productProperties`.`version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425)) `property_group_option.productProperties_2` ON `property_group_option`.`id` = `property_group_option.productProperties_2`.`id` WHERE (`property_group_option.productProperties_1`.id IS NOT NULL AND `property_group_option.productProperties_2`.id IS NOT NULL AND `property_group_option`.`property_group_id` = 0xDCFDAD627839433691AB6997769A881F) GROUP BY `property_group_option`.`id`;
array:56 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 239)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 107)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntitySearcher::search (line 62)"
4 => "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher::search (line 132)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::searchIds (line 291)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::_search (line 106)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 51)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator::search (line 107)"
9 => "Nd\Theme\Subscriber\AddProductLabels::getFit (line 66)"
10 => "Nd\Theme\Subscriber\AddProductLabels::onProductsLoaded (line 270)"
11 => "Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} (line 230)"
12 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
13 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 56)"
14 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 98)"
15 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 55)"
16 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 37)"
17 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 33)"
18 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
19 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 208)"
20 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::read (line 133)"
21 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::search (line 102)"
22 => "Shopware\Core\Content\Product\SalesChannel\Listing\ProductListingLoader::load (line 117)"
23 => "Nd\Fashion\Overwrite\ProductListingRoute::load (line 96)"
24 => "Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute::Shopware\Core\Content\Product\SalesChannel\Listing\{closure} (line 350)"
25 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 44)"
26 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 120)"
27 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 43)"
28 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 46)"
29 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 42)"
30 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 41)"
31 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 59)"
32 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 40)"
33 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 95)"
34 => "Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute::Shopware\Core\Content\Product\SalesChannel\Listing\{closure} (line 72)"
35 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 35)"
36 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 92)"
37 => "Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute::load (line 51)"
38 => "Shopware\Core\Content\Product\SalesChannel\Listing\ResolveCriteriaProductListingRoute::load (line 62)"
39 => "Shopware\Core\Content\Product\Cms\ProductListingCmsElementResolver::enrich (line 99)"
40 => "Shopware\Core\Content\Cms\DataResolver\CmsSlotsDataResolver::resolve (line 104)"
41 => "Shopware\Core\Content\Cms\SalesChannel\SalesChannelCmsPageLoader::loadSlotData (line 94)"
42 => "Shopware\Core\Content\Cms\SalesChannel\SalesChannelCmsPageLoader::load (line 108)"
43 => "Nd\Fashion\Page\Manufacturer\ProductManufacturerRoute::load (line 66)"
44 => "Nd\Fashion\Page\Manufacturer\ProductManufacturerPageLoader::load (line 48)"
45 => "Nd\Fashion\Storefront\Controller\ManufacturerController::productManufacturerDetail (line 163)"
46 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
47 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
48 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
49 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 481)"
50 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 454)"
51 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 348)"
52 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 226)"
53 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
54 => "Shopware\Core\HttpKernel::doHandle (line 81)"
55 => "Shopware\Core\HttpKernel::handle (line 69)"
]
|
130 |
0.90 ms |
SELECT `property_group_option`.`id` FROM `property_group_option` LEFT JOIN (SELECT `property_group_option.productProperties.mapping`.`property_group_option_id` as id FROM `product_property` `property_group_option.productProperties.mapping` LEFT JOIN `product` `property_group_option.productProperties` ON `property_group_option.productProperties.mapping`.`product_id` = `property_group_option.productProperties`.`properties` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.mapping`.`product_version_id` LEFT JOIN `product` `property_group_option.productProperties.parent` ON `property_group_option.productProperties`.`parent_id` = `property_group_option.productProperties.parent`.`id` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.parent`.`version_id` WHERE (`property_group_option.productProperties`.`id` = :param_446d10947f1643f691cb7717f27ad33f)) `property_group_option.productProperties_1` ON `property_group_option`.`id` = `property_group_option.productProperties_1`.`id` LEFT JOIN (SELECT `property_group_option.productProperties.mapping`.`property_group_option_id` as id FROM `product_property` `property_group_option.productProperties.mapping` LEFT JOIN `product` `property_group_option.productProperties` ON `property_group_option.productProperties.mapping`.`product_id` = `property_group_option.productProperties`.`properties` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.mapping`.`product_version_id` LEFT JOIN `product` `property_group_option.productProperties.parent` ON `property_group_option.productProperties`.`parent_id` = `property_group_option.productProperties.parent`.`id` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.parent`.`version_id` WHERE (`property_group_option.productProperties`.`version_id` = :param_83e7ce1c4abe4ed79358b23c8bb5f088)) `property_group_option.productProperties_2` ON `property_group_option`.`id` = `property_group_option.productProperties_2`.`id` WHERE (`property_group_option.productProperties_1`.id IS NOT NULL AND `property_group_option.productProperties_2`.id IS NOT NULL AND `property_group_option`.`property_group_id` = :param_af4953953aa24272b2bccfd9ee2dcae8) GROUP BY `property_group_option`.`id`
SELECT `property_group_option`.`id` FROM `property_group_option` LEFT JOIN (SELECT `property_group_option.productProperties.mapping`.`property_group_option_id` as id FROM `product_property` `property_group_option.productProperties.mapping` LEFT JOIN `product` `property_group_option.productProperties` ON `property_group_option.productProperties.mapping`.`product_id` = `property_group_option.productProperties`.`properties` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.mapping`.`product_version_id` LEFT JOIN `product` `property_group_option.productProperties.parent` ON `property_group_option.productProperties`.`parent_id` = `property_group_option.productProperties.parent`.`id` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.parent`.`version_id` WHERE (`property_group_option.productProperties`.`id` = 0x4FDCDF38185E8AE11E7CC699CB3E1A95)) `property_group_option.productProperties_1` ON `property_group_option`.`id` = `property_group_option.productProperties_1`.`id` LEFT JOIN (SELECT `property_group_option.productProperties.mapping`.`property_group_option_id` as id FROM `product_property` `property_group_option.productProperties.mapping` LEFT JOIN `product` `property_group_option.productProperties` ON `property_group_option.productProperties.mapping`.`product_id` = `property_group_option.productProperties`.`properties` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.mapping`.`product_version_id` LEFT JOIN `product` `property_group_option.productProperties.parent` ON `property_group_option.productProperties`.`parent_id` = `property_group_option.productProperties.parent`.`id` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.parent`.`version_id` WHERE (`property_group_option.productProperties`.`version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425)) `property_group_option.productProperties_2` ON `property_group_option`.`id` = `property_group_option.productProperties_2`.`id` WHERE (`property_group_option.productProperties_1`.id IS NOT NULL AND `property_group_option.productProperties_2`.id IS NOT NULL AND `property_group_option`.`property_group_id` = 0x348605A5F7E947CD873E813BA4E7F448) GROUP BY `property_group_option`.`id`;
array:56 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 239)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 107)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntitySearcher::search (line 62)"
4 => "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher::search (line 132)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::searchIds (line 291)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::_search (line 106)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 51)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator::search (line 151)"
9 => "Nd\Theme\Subscriber\AddProductLabels::getLabel (line 65)"
10 => "Nd\Theme\Subscriber\AddProductLabels::onProductsLoaded (line 270)"
11 => "Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} (line 230)"
12 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
13 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 56)"
14 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 98)"
15 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 55)"
16 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 37)"
17 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 33)"
18 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
19 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 208)"
20 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::read (line 133)"
21 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::search (line 102)"
22 => "Shopware\Core\Content\Product\SalesChannel\Listing\ProductListingLoader::load (line 117)"
23 => "Nd\Fashion\Overwrite\ProductListingRoute::load (line 96)"
24 => "Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute::Shopware\Core\Content\Product\SalesChannel\Listing\{closure} (line 350)"
25 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 44)"
26 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 120)"
27 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 43)"
28 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 46)"
29 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 42)"
30 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 41)"
31 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 59)"
32 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 40)"
33 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 95)"
34 => "Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute::Shopware\Core\Content\Product\SalesChannel\Listing\{closure} (line 72)"
35 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 35)"
36 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 92)"
37 => "Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute::load (line 51)"
38 => "Shopware\Core\Content\Product\SalesChannel\Listing\ResolveCriteriaProductListingRoute::load (line 62)"
39 => "Shopware\Core\Content\Product\Cms\ProductListingCmsElementResolver::enrich (line 99)"
40 => "Shopware\Core\Content\Cms\DataResolver\CmsSlotsDataResolver::resolve (line 104)"
41 => "Shopware\Core\Content\Cms\SalesChannel\SalesChannelCmsPageLoader::loadSlotData (line 94)"
42 => "Shopware\Core\Content\Cms\SalesChannel\SalesChannelCmsPageLoader::load (line 108)"
43 => "Nd\Fashion\Page\Manufacturer\ProductManufacturerRoute::load (line 66)"
44 => "Nd\Fashion\Page\Manufacturer\ProductManufacturerPageLoader::load (line 48)"
45 => "Nd\Fashion\Storefront\Controller\ManufacturerController::productManufacturerDetail (line 163)"
46 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
47 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
48 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
49 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 481)"
50 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 454)"
51 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 348)"
52 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 226)"
53 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
54 => "Shopware\Core\HttpKernel::doHandle (line 81)"
55 => "Shopware\Core\HttpKernel::handle (line 69)"
]
|
131 |
0.72 ms |
SELECT `property_group_option`.`id` FROM `property_group_option` LEFT JOIN (SELECT `property_group_option.productProperties.mapping`.`property_group_option_id` as id FROM `product_property` `property_group_option.productProperties.mapping` LEFT JOIN `product` `property_group_option.productProperties` ON `property_group_option.productProperties.mapping`.`product_id` = `property_group_option.productProperties`.`properties` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.mapping`.`product_version_id` LEFT JOIN `product` `property_group_option.productProperties.parent` ON `property_group_option.productProperties`.`parent_id` = `property_group_option.productProperties.parent`.`id` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.parent`.`version_id` WHERE (`property_group_option.productProperties`.`id` = :param_84705da0bb4f41a0834b3e4cfd9cdaac)) `property_group_option.productProperties_1` ON `property_group_option`.`id` = `property_group_option.productProperties_1`.`id` LEFT JOIN (SELECT `property_group_option.productProperties.mapping`.`property_group_option_id` as id FROM `product_property` `property_group_option.productProperties.mapping` LEFT JOIN `product` `property_group_option.productProperties` ON `property_group_option.productProperties.mapping`.`product_id` = `property_group_option.productProperties`.`properties` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.mapping`.`product_version_id` LEFT JOIN `product` `property_group_option.productProperties.parent` ON `property_group_option.productProperties`.`parent_id` = `property_group_option.productProperties.parent`.`id` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.parent`.`version_id` WHERE (`property_group_option.productProperties`.`version_id` = :param_ba584b66245c43f29036be9ae4999147)) `property_group_option.productProperties_2` ON `property_group_option`.`id` = `property_group_option.productProperties_2`.`id` WHERE (`property_group_option.productProperties_1`.id IS NOT NULL AND `property_group_option.productProperties_2`.id IS NOT NULL AND `property_group_option`.`property_group_id` = :param_557094ebc8c947c1bb4a0f6fd20fceac) GROUP BY `property_group_option`.`id`
SELECT `property_group_option`.`id` FROM `property_group_option` LEFT JOIN (SELECT `property_group_option.productProperties.mapping`.`property_group_option_id` as id FROM `product_property` `property_group_option.productProperties.mapping` LEFT JOIN `product` `property_group_option.productProperties` ON `property_group_option.productProperties.mapping`.`product_id` = `property_group_option.productProperties`.`properties` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.mapping`.`product_version_id` LEFT JOIN `product` `property_group_option.productProperties.parent` ON `property_group_option.productProperties`.`parent_id` = `property_group_option.productProperties.parent`.`id` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.parent`.`version_id` WHERE (`property_group_option.productProperties`.`id` = 0x4FDCDF38185E8AE11E7CC699CB3E1A95)) `property_group_option.productProperties_1` ON `property_group_option`.`id` = `property_group_option.productProperties_1`.`id` LEFT JOIN (SELECT `property_group_option.productProperties.mapping`.`property_group_option_id` as id FROM `product_property` `property_group_option.productProperties.mapping` LEFT JOIN `product` `property_group_option.productProperties` ON `property_group_option.productProperties.mapping`.`product_id` = `property_group_option.productProperties`.`properties` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.mapping`.`product_version_id` LEFT JOIN `product` `property_group_option.productProperties.parent` ON `property_group_option.productProperties`.`parent_id` = `property_group_option.productProperties.parent`.`id` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.parent`.`version_id` WHERE (`property_group_option.productProperties`.`version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425)) `property_group_option.productProperties_2` ON `property_group_option`.`id` = `property_group_option.productProperties_2`.`id` WHERE (`property_group_option.productProperties_1`.id IS NOT NULL AND `property_group_option.productProperties_2`.id IS NOT NULL AND `property_group_option`.`property_group_id` = 0xDCFDAD627839433691AB6997769A881F) GROUP BY `property_group_option`.`id`;
array:56 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 239)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 107)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntitySearcher::search (line 62)"
4 => "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher::search (line 132)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::searchIds (line 291)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::_search (line 106)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 51)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator::search (line 107)"
9 => "Nd\Theme\Subscriber\AddProductLabels::getFit (line 66)"
10 => "Nd\Theme\Subscriber\AddProductLabels::onProductsLoaded (line 270)"
11 => "Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} (line 230)"
12 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
13 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 56)"
14 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 98)"
15 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 55)"
16 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 37)"
17 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 33)"
18 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
19 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 208)"
20 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::read (line 133)"
21 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::search (line 102)"
22 => "Shopware\Core\Content\Product\SalesChannel\Listing\ProductListingLoader::load (line 117)"
23 => "Nd\Fashion\Overwrite\ProductListingRoute::load (line 96)"
24 => "Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute::Shopware\Core\Content\Product\SalesChannel\Listing\{closure} (line 350)"
25 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 44)"
26 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 120)"
27 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 43)"
28 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 46)"
29 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 42)"
30 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 41)"
31 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 59)"
32 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 40)"
33 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 95)"
34 => "Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute::Shopware\Core\Content\Product\SalesChannel\Listing\{closure} (line 72)"
35 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 35)"
36 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 92)"
37 => "Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute::load (line 51)"
38 => "Shopware\Core\Content\Product\SalesChannel\Listing\ResolveCriteriaProductListingRoute::load (line 62)"
39 => "Shopware\Core\Content\Product\Cms\ProductListingCmsElementResolver::enrich (line 99)"
40 => "Shopware\Core\Content\Cms\DataResolver\CmsSlotsDataResolver::resolve (line 104)"
41 => "Shopware\Core\Content\Cms\SalesChannel\SalesChannelCmsPageLoader::loadSlotData (line 94)"
42 => "Shopware\Core\Content\Cms\SalesChannel\SalesChannelCmsPageLoader::load (line 108)"
43 => "Nd\Fashion\Page\Manufacturer\ProductManufacturerRoute::load (line 66)"
44 => "Nd\Fashion\Page\Manufacturer\ProductManufacturerPageLoader::load (line 48)"
45 => "Nd\Fashion\Storefront\Controller\ManufacturerController::productManufacturerDetail (line 163)"
46 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
47 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
48 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
49 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 481)"
50 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 454)"
51 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 348)"
52 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 226)"
53 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
54 => "Shopware\Core\HttpKernel::doHandle (line 81)"
55 => "Shopware\Core\HttpKernel::handle (line 69)"
]
|
132 |
0.72 ms |
SELECT `property_group_option`.`id` FROM `property_group_option` LEFT JOIN (SELECT `property_group_option.productProperties.mapping`.`property_group_option_id` as id FROM `product_property` `property_group_option.productProperties.mapping` LEFT JOIN `product` `property_group_option.productProperties` ON `property_group_option.productProperties.mapping`.`product_id` = `property_group_option.productProperties`.`properties` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.mapping`.`product_version_id` LEFT JOIN `product` `property_group_option.productProperties.parent` ON `property_group_option.productProperties`.`parent_id` = `property_group_option.productProperties.parent`.`id` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.parent`.`version_id` WHERE (`property_group_option.productProperties`.`id` = :param_29d74b9b28b14b6cbbc032e0195caeb2)) `property_group_option.productProperties_1` ON `property_group_option`.`id` = `property_group_option.productProperties_1`.`id` LEFT JOIN (SELECT `property_group_option.productProperties.mapping`.`property_group_option_id` as id FROM `product_property` `property_group_option.productProperties.mapping` LEFT JOIN `product` `property_group_option.productProperties` ON `property_group_option.productProperties.mapping`.`product_id` = `property_group_option.productProperties`.`properties` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.mapping`.`product_version_id` LEFT JOIN `product` `property_group_option.productProperties.parent` ON `property_group_option.productProperties`.`parent_id` = `property_group_option.productProperties.parent`.`id` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.parent`.`version_id` WHERE (`property_group_option.productProperties`.`version_id` = :param_b9745933c872462db13c67139d51dace)) `property_group_option.productProperties_2` ON `property_group_option`.`id` = `property_group_option.productProperties_2`.`id` WHERE (`property_group_option.productProperties_1`.id IS NOT NULL AND `property_group_option.productProperties_2`.id IS NOT NULL AND `property_group_option`.`property_group_id` = :param_f9731fe9281a48199cfed0667ca6f833) GROUP BY `property_group_option`.`id`
SELECT `property_group_option`.`id` FROM `property_group_option` LEFT JOIN (SELECT `property_group_option.productProperties.mapping`.`property_group_option_id` as id FROM `product_property` `property_group_option.productProperties.mapping` LEFT JOIN `product` `property_group_option.productProperties` ON `property_group_option.productProperties.mapping`.`product_id` = `property_group_option.productProperties`.`properties` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.mapping`.`product_version_id` LEFT JOIN `product` `property_group_option.productProperties.parent` ON `property_group_option.productProperties`.`parent_id` = `property_group_option.productProperties.parent`.`id` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.parent`.`version_id` WHERE (`property_group_option.productProperties`.`id` = 0x4C954A84F9C51B71DB61C7836EC96E8A)) `property_group_option.productProperties_1` ON `property_group_option`.`id` = `property_group_option.productProperties_1`.`id` LEFT JOIN (SELECT `property_group_option.productProperties.mapping`.`property_group_option_id` as id FROM `product_property` `property_group_option.productProperties.mapping` LEFT JOIN `product` `property_group_option.productProperties` ON `property_group_option.productProperties.mapping`.`product_id` = `property_group_option.productProperties`.`properties` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.mapping`.`product_version_id` LEFT JOIN `product` `property_group_option.productProperties.parent` ON `property_group_option.productProperties`.`parent_id` = `property_group_option.productProperties.parent`.`id` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.parent`.`version_id` WHERE (`property_group_option.productProperties`.`version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425)) `property_group_option.productProperties_2` ON `property_group_option`.`id` = `property_group_option.productProperties_2`.`id` WHERE (`property_group_option.productProperties_1`.id IS NOT NULL AND `property_group_option.productProperties_2`.id IS NOT NULL AND `property_group_option`.`property_group_id` = 0x348605A5F7E947CD873E813BA4E7F448) GROUP BY `property_group_option`.`id`;
array:56 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 239)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 107)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntitySearcher::search (line 62)"
4 => "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher::search (line 132)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::searchIds (line 291)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::_search (line 106)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 51)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator::search (line 151)"
9 => "Nd\Theme\Subscriber\AddProductLabels::getLabel (line 65)"
10 => "Nd\Theme\Subscriber\AddProductLabels::onProductsLoaded (line 270)"
11 => "Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} (line 230)"
12 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
13 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 56)"
14 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 98)"
15 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 55)"
16 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 37)"
17 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 33)"
18 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
19 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 208)"
20 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::read (line 133)"
21 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::search (line 102)"
22 => "Shopware\Core\Content\Product\SalesChannel\Listing\ProductListingLoader::load (line 117)"
23 => "Nd\Fashion\Overwrite\ProductListingRoute::load (line 96)"
24 => "Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute::Shopware\Core\Content\Product\SalesChannel\Listing\{closure} (line 350)"
25 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 44)"
26 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 120)"
27 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 43)"
28 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 46)"
29 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 42)"
30 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 41)"
31 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 59)"
32 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 40)"
33 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 95)"
34 => "Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute::Shopware\Core\Content\Product\SalesChannel\Listing\{closure} (line 72)"
35 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 35)"
36 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 92)"
37 => "Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute::load (line 51)"
38 => "Shopware\Core\Content\Product\SalesChannel\Listing\ResolveCriteriaProductListingRoute::load (line 62)"
39 => "Shopware\Core\Content\Product\Cms\ProductListingCmsElementResolver::enrich (line 99)"
40 => "Shopware\Core\Content\Cms\DataResolver\CmsSlotsDataResolver::resolve (line 104)"
41 => "Shopware\Core\Content\Cms\SalesChannel\SalesChannelCmsPageLoader::loadSlotData (line 94)"
42 => "Shopware\Core\Content\Cms\SalesChannel\SalesChannelCmsPageLoader::load (line 108)"
43 => "Nd\Fashion\Page\Manufacturer\ProductManufacturerRoute::load (line 66)"
44 => "Nd\Fashion\Page\Manufacturer\ProductManufacturerPageLoader::load (line 48)"
45 => "Nd\Fashion\Storefront\Controller\ManufacturerController::productManufacturerDetail (line 163)"
46 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
47 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
48 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
49 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 481)"
50 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 454)"
51 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 348)"
52 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 226)"
53 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
54 => "Shopware\Core\HttpKernel::doHandle (line 81)"
55 => "Shopware\Core\HttpKernel::handle (line 69)"
]
|
133 |
0.71 ms |
SELECT `property_group_option`.`id` FROM `property_group_option` LEFT JOIN (SELECT `property_group_option.productProperties.mapping`.`property_group_option_id` as id FROM `product_property` `property_group_option.productProperties.mapping` LEFT JOIN `product` `property_group_option.productProperties` ON `property_group_option.productProperties.mapping`.`product_id` = `property_group_option.productProperties`.`properties` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.mapping`.`product_version_id` LEFT JOIN `product` `property_group_option.productProperties.parent` ON `property_group_option.productProperties`.`parent_id` = `property_group_option.productProperties.parent`.`id` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.parent`.`version_id` WHERE (`property_group_option.productProperties`.`id` = :param_ffeba1d559bb46fa9a2db003c71dc323)) `property_group_option.productProperties_1` ON `property_group_option`.`id` = `property_group_option.productProperties_1`.`id` LEFT JOIN (SELECT `property_group_option.productProperties.mapping`.`property_group_option_id` as id FROM `product_property` `property_group_option.productProperties.mapping` LEFT JOIN `product` `property_group_option.productProperties` ON `property_group_option.productProperties.mapping`.`product_id` = `property_group_option.productProperties`.`properties` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.mapping`.`product_version_id` LEFT JOIN `product` `property_group_option.productProperties.parent` ON `property_group_option.productProperties`.`parent_id` = `property_group_option.productProperties.parent`.`id` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.parent`.`version_id` WHERE (`property_group_option.productProperties`.`version_id` = :param_1ffc5baa68bf43b7b004a7de4855208f)) `property_group_option.productProperties_2` ON `property_group_option`.`id` = `property_group_option.productProperties_2`.`id` WHERE (`property_group_option.productProperties_1`.id IS NOT NULL AND `property_group_option.productProperties_2`.id IS NOT NULL AND `property_group_option`.`property_group_id` = :param_a439621eafd744a6b816c9d21f0c8d77) GROUP BY `property_group_option`.`id`
SELECT `property_group_option`.`id` FROM `property_group_option` LEFT JOIN (SELECT `property_group_option.productProperties.mapping`.`property_group_option_id` as id FROM `product_property` `property_group_option.productProperties.mapping` LEFT JOIN `product` `property_group_option.productProperties` ON `property_group_option.productProperties.mapping`.`product_id` = `property_group_option.productProperties`.`properties` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.mapping`.`product_version_id` LEFT JOIN `product` `property_group_option.productProperties.parent` ON `property_group_option.productProperties`.`parent_id` = `property_group_option.productProperties.parent`.`id` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.parent`.`version_id` WHERE (`property_group_option.productProperties`.`id` = 0x4C954A84F9C51B71DB61C7836EC96E8A)) `property_group_option.productProperties_1` ON `property_group_option`.`id` = `property_group_option.productProperties_1`.`id` LEFT JOIN (SELECT `property_group_option.productProperties.mapping`.`property_group_option_id` as id FROM `product_property` `property_group_option.productProperties.mapping` LEFT JOIN `product` `property_group_option.productProperties` ON `property_group_option.productProperties.mapping`.`product_id` = `property_group_option.productProperties`.`properties` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.mapping`.`product_version_id` LEFT JOIN `product` `property_group_option.productProperties.parent` ON `property_group_option.productProperties`.`parent_id` = `property_group_option.productProperties.parent`.`id` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.parent`.`version_id` WHERE (`property_group_option.productProperties`.`version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425)) `property_group_option.productProperties_2` ON `property_group_option`.`id` = `property_group_option.productProperties_2`.`id` WHERE (`property_group_option.productProperties_1`.id IS NOT NULL AND `property_group_option.productProperties_2`.id IS NOT NULL AND `property_group_option`.`property_group_id` = 0xDCFDAD627839433691AB6997769A881F) GROUP BY `property_group_option`.`id`;
array:56 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 239)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 107)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntitySearcher::search (line 62)"
4 => "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher::search (line 132)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::searchIds (line 291)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::_search (line 106)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 51)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator::search (line 107)"
9 => "Nd\Theme\Subscriber\AddProductLabels::getFit (line 66)"
10 => "Nd\Theme\Subscriber\AddProductLabels::onProductsLoaded (line 270)"
11 => "Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} (line 230)"
12 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
13 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 56)"
14 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 98)"
15 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 55)"
16 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 37)"
17 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 33)"
18 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
19 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 208)"
20 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::read (line 133)"
21 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::search (line 102)"
22 => "Shopware\Core\Content\Product\SalesChannel\Listing\ProductListingLoader::load (line 117)"
23 => "Nd\Fashion\Overwrite\ProductListingRoute::load (line 96)"
24 => "Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute::Shopware\Core\Content\Product\SalesChannel\Listing\{closure} (line 350)"
25 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 44)"
26 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 120)"
27 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 43)"
28 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 46)"
29 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 42)"
30 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 41)"
31 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 59)"
32 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 40)"
33 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 95)"
34 => "Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute::Shopware\Core\Content\Product\SalesChannel\Listing\{closure} (line 72)"
35 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 35)"
36 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 92)"
37 => "Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute::load (line 51)"
38 => "Shopware\Core\Content\Product\SalesChannel\Listing\ResolveCriteriaProductListingRoute::load (line 62)"
39 => "Shopware\Core\Content\Product\Cms\ProductListingCmsElementResolver::enrich (line 99)"
40 => "Shopware\Core\Content\Cms\DataResolver\CmsSlotsDataResolver::resolve (line 104)"
41 => "Shopware\Core\Content\Cms\SalesChannel\SalesChannelCmsPageLoader::loadSlotData (line 94)"
42 => "Shopware\Core\Content\Cms\SalesChannel\SalesChannelCmsPageLoader::load (line 108)"
43 => "Nd\Fashion\Page\Manufacturer\ProductManufacturerRoute::load (line 66)"
44 => "Nd\Fashion\Page\Manufacturer\ProductManufacturerPageLoader::load (line 48)"
45 => "Nd\Fashion\Storefront\Controller\ManufacturerController::productManufacturerDetail (line 163)"
46 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
47 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
48 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
49 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 481)"
50 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 454)"
51 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 348)"
52 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 226)"
53 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
54 => "Shopware\Core\HttpKernel::doHandle (line 81)"
55 => "Shopware\Core\HttpKernel::handle (line 69)"
]
|
134 |
0.73 ms |
SELECT `property_group_option`.`id` FROM `property_group_option` LEFT JOIN (SELECT `property_group_option.productProperties.mapping`.`property_group_option_id` as id FROM `product_property` `property_group_option.productProperties.mapping` LEFT JOIN `product` `property_group_option.productProperties` ON `property_group_option.productProperties.mapping`.`product_id` = `property_group_option.productProperties`.`properties` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.mapping`.`product_version_id` LEFT JOIN `product` `property_group_option.productProperties.parent` ON `property_group_option.productProperties`.`parent_id` = `property_group_option.productProperties.parent`.`id` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.parent`.`version_id` WHERE (`property_group_option.productProperties`.`id` = :param_52c24958ae8f471bb55a5e454c60a09e)) `property_group_option.productProperties_1` ON `property_group_option`.`id` = `property_group_option.productProperties_1`.`id` LEFT JOIN (SELECT `property_group_option.productProperties.mapping`.`property_group_option_id` as id FROM `product_property` `property_group_option.productProperties.mapping` LEFT JOIN `product` `property_group_option.productProperties` ON `property_group_option.productProperties.mapping`.`product_id` = `property_group_option.productProperties`.`properties` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.mapping`.`product_version_id` LEFT JOIN `product` `property_group_option.productProperties.parent` ON `property_group_option.productProperties`.`parent_id` = `property_group_option.productProperties.parent`.`id` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.parent`.`version_id` WHERE (`property_group_option.productProperties`.`version_id` = :param_559bc176071f4d89808fef9aae45289d)) `property_group_option.productProperties_2` ON `property_group_option`.`id` = `property_group_option.productProperties_2`.`id` WHERE (`property_group_option.productProperties_1`.id IS NOT NULL AND `property_group_option.productProperties_2`.id IS NOT NULL AND `property_group_option`.`property_group_id` = :param_34fe6f9a89f04af4b2985390813802da) GROUP BY `property_group_option`.`id`
SELECT `property_group_option`.`id` FROM `property_group_option` LEFT JOIN (SELECT `property_group_option.productProperties.mapping`.`property_group_option_id` as id FROM `product_property` `property_group_option.productProperties.mapping` LEFT JOIN `product` `property_group_option.productProperties` ON `property_group_option.productProperties.mapping`.`product_id` = `property_group_option.productProperties`.`properties` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.mapping`.`product_version_id` LEFT JOIN `product` `property_group_option.productProperties.parent` ON `property_group_option.productProperties`.`parent_id` = `property_group_option.productProperties.parent`.`id` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.parent`.`version_id` WHERE (`property_group_option.productProperties`.`id` = 0x90FE3E6321D556E2A0C559801E96669F)) `property_group_option.productProperties_1` ON `property_group_option`.`id` = `property_group_option.productProperties_1`.`id` LEFT JOIN (SELECT `property_group_option.productProperties.mapping`.`property_group_option_id` as id FROM `product_property` `property_group_option.productProperties.mapping` LEFT JOIN `product` `property_group_option.productProperties` ON `property_group_option.productProperties.mapping`.`product_id` = `property_group_option.productProperties`.`properties` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.mapping`.`product_version_id` LEFT JOIN `product` `property_group_option.productProperties.parent` ON `property_group_option.productProperties`.`parent_id` = `property_group_option.productProperties.parent`.`id` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.parent`.`version_id` WHERE (`property_group_option.productProperties`.`version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425)) `property_group_option.productProperties_2` ON `property_group_option`.`id` = `property_group_option.productProperties_2`.`id` WHERE (`property_group_option.productProperties_1`.id IS NOT NULL AND `property_group_option.productProperties_2`.id IS NOT NULL AND `property_group_option`.`property_group_id` = 0x348605A5F7E947CD873E813BA4E7F448) GROUP BY `property_group_option`.`id`;
array:56 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 239)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 107)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntitySearcher::search (line 62)"
4 => "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher::search (line 132)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::searchIds (line 291)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::_search (line 106)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 51)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator::search (line 151)"
9 => "Nd\Theme\Subscriber\AddProductLabels::getLabel (line 65)"
10 => "Nd\Theme\Subscriber\AddProductLabels::onProductsLoaded (line 270)"
11 => "Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} (line 230)"
12 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
13 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 56)"
14 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 98)"
15 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 55)"
16 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 37)"
17 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 33)"
18 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
19 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 208)"
20 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::read (line 133)"
21 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::search (line 102)"
22 => "Shopware\Core\Content\Product\SalesChannel\Listing\ProductListingLoader::load (line 117)"
23 => "Nd\Fashion\Overwrite\ProductListingRoute::load (line 96)"
24 => "Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute::Shopware\Core\Content\Product\SalesChannel\Listing\{closure} (line 350)"
25 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 44)"
26 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 120)"
27 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 43)"
28 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 46)"
29 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 42)"
30 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 41)"
31 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 59)"
32 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 40)"
33 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 95)"
34 => "Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute::Shopware\Core\Content\Product\SalesChannel\Listing\{closure} (line 72)"
35 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 35)"
36 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 92)"
37 => "Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute::load (line 51)"
38 => "Shopware\Core\Content\Product\SalesChannel\Listing\ResolveCriteriaProductListingRoute::load (line 62)"
39 => "Shopware\Core\Content\Product\Cms\ProductListingCmsElementResolver::enrich (line 99)"
40 => "Shopware\Core\Content\Cms\DataResolver\CmsSlotsDataResolver::resolve (line 104)"
41 => "Shopware\Core\Content\Cms\SalesChannel\SalesChannelCmsPageLoader::loadSlotData (line 94)"
42 => "Shopware\Core\Content\Cms\SalesChannel\SalesChannelCmsPageLoader::load (line 108)"
43 => "Nd\Fashion\Page\Manufacturer\ProductManufacturerRoute::load (line 66)"
44 => "Nd\Fashion\Page\Manufacturer\ProductManufacturerPageLoader::load (line 48)"
45 => "Nd\Fashion\Storefront\Controller\ManufacturerController::productManufacturerDetail (line 163)"
46 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
47 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
48 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
49 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 481)"
50 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 454)"
51 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 348)"
52 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 226)"
53 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
54 => "Shopware\Core\HttpKernel::doHandle (line 81)"
55 => "Shopware\Core\HttpKernel::handle (line 69)"
]
|
135 |
0.96 ms |
SELECT `property_group_option`.`id` FROM `property_group_option` LEFT JOIN (SELECT `property_group_option.productProperties.mapping`.`property_group_option_id` as id FROM `product_property` `property_group_option.productProperties.mapping` LEFT JOIN `product` `property_group_option.productProperties` ON `property_group_option.productProperties.mapping`.`product_id` = `property_group_option.productProperties`.`properties` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.mapping`.`product_version_id` LEFT JOIN `product` `property_group_option.productProperties.parent` ON `property_group_option.productProperties`.`parent_id` = `property_group_option.productProperties.parent`.`id` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.parent`.`version_id` WHERE (`property_group_option.productProperties`.`id` = :param_0863cccd46b5400f8539ab8f1984c481)) `property_group_option.productProperties_1` ON `property_group_option`.`id` = `property_group_option.productProperties_1`.`id` LEFT JOIN (SELECT `property_group_option.productProperties.mapping`.`property_group_option_id` as id FROM `product_property` `property_group_option.productProperties.mapping` LEFT JOIN `product` `property_group_option.productProperties` ON `property_group_option.productProperties.mapping`.`product_id` = `property_group_option.productProperties`.`properties` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.mapping`.`product_version_id` LEFT JOIN `product` `property_group_option.productProperties.parent` ON `property_group_option.productProperties`.`parent_id` = `property_group_option.productProperties.parent`.`id` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.parent`.`version_id` WHERE (`property_group_option.productProperties`.`version_id` = :param_5ce55cc75c134b42955ac008cda96992)) `property_group_option.productProperties_2` ON `property_group_option`.`id` = `property_group_option.productProperties_2`.`id` WHERE (`property_group_option.productProperties_1`.id IS NOT NULL AND `property_group_option.productProperties_2`.id IS NOT NULL AND `property_group_option`.`property_group_id` = :param_92dfcda915ad4e88bc11f14c664d49ce) GROUP BY `property_group_option`.`id`
SELECT `property_group_option`.`id` FROM `property_group_option` LEFT JOIN (SELECT `property_group_option.productProperties.mapping`.`property_group_option_id` as id FROM `product_property` `property_group_option.productProperties.mapping` LEFT JOIN `product` `property_group_option.productProperties` ON `property_group_option.productProperties.mapping`.`product_id` = `property_group_option.productProperties`.`properties` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.mapping`.`product_version_id` LEFT JOIN `product` `property_group_option.productProperties.parent` ON `property_group_option.productProperties`.`parent_id` = `property_group_option.productProperties.parent`.`id` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.parent`.`version_id` WHERE (`property_group_option.productProperties`.`id` = 0x90FE3E6321D556E2A0C559801E96669F)) `property_group_option.productProperties_1` ON `property_group_option`.`id` = `property_group_option.productProperties_1`.`id` LEFT JOIN (SELECT `property_group_option.productProperties.mapping`.`property_group_option_id` as id FROM `product_property` `property_group_option.productProperties.mapping` LEFT JOIN `product` `property_group_option.productProperties` ON `property_group_option.productProperties.mapping`.`product_id` = `property_group_option.productProperties`.`properties` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.mapping`.`product_version_id` LEFT JOIN `product` `property_group_option.productProperties.parent` ON `property_group_option.productProperties`.`parent_id` = `property_group_option.productProperties.parent`.`id` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.parent`.`version_id` WHERE (`property_group_option.productProperties`.`version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425)) `property_group_option.productProperties_2` ON `property_group_option`.`id` = `property_group_option.productProperties_2`.`id` WHERE (`property_group_option.productProperties_1`.id IS NOT NULL AND `property_group_option.productProperties_2`.id IS NOT NULL AND `property_group_option`.`property_group_id` = 0xDCFDAD627839433691AB6997769A881F) GROUP BY `property_group_option`.`id`;
array:56 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 239)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 107)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntitySearcher::search (line 62)"
4 => "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher::search (line 132)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::searchIds (line 291)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::_search (line 106)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 51)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator::search (line 107)"
9 => "Nd\Theme\Subscriber\AddProductLabels::getFit (line 66)"
10 => "Nd\Theme\Subscriber\AddProductLabels::onProductsLoaded (line 270)"
11 => "Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} (line 230)"
12 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
13 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 56)"
14 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 98)"
15 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 55)"
16 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 37)"
17 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 33)"
18 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
19 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 208)"
20 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::read (line 133)"
21 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::search (line 102)"
22 => "Shopware\Core\Content\Product\SalesChannel\Listing\ProductListingLoader::load (line 117)"
23 => "Nd\Fashion\Overwrite\ProductListingRoute::load (line 96)"
24 => "Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute::Shopware\Core\Content\Product\SalesChannel\Listing\{closure} (line 350)"
25 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 44)"
26 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 120)"
27 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 43)"
28 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 46)"
29 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 42)"
30 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 41)"
31 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 59)"
32 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 40)"
33 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 95)"
34 => "Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute::Shopware\Core\Content\Product\SalesChannel\Listing\{closure} (line 72)"
35 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 35)"
36 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 92)"
37 => "Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute::load (line 51)"
38 => "Shopware\Core\Content\Product\SalesChannel\Listing\ResolveCriteriaProductListingRoute::load (line 62)"
39 => "Shopware\Core\Content\Product\Cms\ProductListingCmsElementResolver::enrich (line 99)"
40 => "Shopware\Core\Content\Cms\DataResolver\CmsSlotsDataResolver::resolve (line 104)"
41 => "Shopware\Core\Content\Cms\SalesChannel\SalesChannelCmsPageLoader::loadSlotData (line 94)"
42 => "Shopware\Core\Content\Cms\SalesChannel\SalesChannelCmsPageLoader::load (line 108)"
43 => "Nd\Fashion\Page\Manufacturer\ProductManufacturerRoute::load (line 66)"
44 => "Nd\Fashion\Page\Manufacturer\ProductManufacturerPageLoader::load (line 48)"
45 => "Nd\Fashion\Storefront\Controller\ManufacturerController::productManufacturerDetail (line 163)"
46 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
47 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
48 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
49 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 481)"
50 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 454)"
51 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 348)"
52 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 226)"
53 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
54 => "Shopware\Core\HttpKernel::doHandle (line 81)"
55 => "Shopware\Core\HttpKernel::handle (line 69)"
]
|
136 |
0.86 ms |
SELECT `property_group_option`.`id` FROM `property_group_option` LEFT JOIN (SELECT `property_group_option.productProperties.mapping`.`property_group_option_id` as id FROM `product_property` `property_group_option.productProperties.mapping` LEFT JOIN `product` `property_group_option.productProperties` ON `property_group_option.productProperties.mapping`.`product_id` = `property_group_option.productProperties`.`properties` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.mapping`.`product_version_id` LEFT JOIN `product` `property_group_option.productProperties.parent` ON `property_group_option.productProperties`.`parent_id` = `property_group_option.productProperties.parent`.`id` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.parent`.`version_id` WHERE (`property_group_option.productProperties`.`id` = :param_840dccf507174d4a8fc955e2988409a0)) `property_group_option.productProperties_1` ON `property_group_option`.`id` = `property_group_option.productProperties_1`.`id` LEFT JOIN (SELECT `property_group_option.productProperties.mapping`.`property_group_option_id` as id FROM `product_property` `property_group_option.productProperties.mapping` LEFT JOIN `product` `property_group_option.productProperties` ON `property_group_option.productProperties.mapping`.`product_id` = `property_group_option.productProperties`.`properties` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.mapping`.`product_version_id` LEFT JOIN `product` `property_group_option.productProperties.parent` ON `property_group_option.productProperties`.`parent_id` = `property_group_option.productProperties.parent`.`id` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.parent`.`version_id` WHERE (`property_group_option.productProperties`.`version_id` = :param_eeed05abce784bdebf80b921a17f21ea)) `property_group_option.productProperties_2` ON `property_group_option`.`id` = `property_group_option.productProperties_2`.`id` WHERE (`property_group_option.productProperties_1`.id IS NOT NULL AND `property_group_option.productProperties_2`.id IS NOT NULL AND `property_group_option`.`property_group_id` = :param_b253fe2d2e554d0e87be6dd26e334b85) GROUP BY `property_group_option`.`id`
SELECT `property_group_option`.`id` FROM `property_group_option` LEFT JOIN (SELECT `property_group_option.productProperties.mapping`.`property_group_option_id` as id FROM `product_property` `property_group_option.productProperties.mapping` LEFT JOIN `product` `property_group_option.productProperties` ON `property_group_option.productProperties.mapping`.`product_id` = `property_group_option.productProperties`.`properties` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.mapping`.`product_version_id` LEFT JOIN `product` `property_group_option.productProperties.parent` ON `property_group_option.productProperties`.`parent_id` = `property_group_option.productProperties.parent`.`id` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.parent`.`version_id` WHERE (`property_group_option.productProperties`.`id` = 0x6D9FDB43680780589B78A7E83F15351F)) `property_group_option.productProperties_1` ON `property_group_option`.`id` = `property_group_option.productProperties_1`.`id` LEFT JOIN (SELECT `property_group_option.productProperties.mapping`.`property_group_option_id` as id FROM `product_property` `property_group_option.productProperties.mapping` LEFT JOIN `product` `property_group_option.productProperties` ON `property_group_option.productProperties.mapping`.`product_id` = `property_group_option.productProperties`.`properties` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.mapping`.`product_version_id` LEFT JOIN `product` `property_group_option.productProperties.parent` ON `property_group_option.productProperties`.`parent_id` = `property_group_option.productProperties.parent`.`id` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.parent`.`version_id` WHERE (`property_group_option.productProperties`.`version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425)) `property_group_option.productProperties_2` ON `property_group_option`.`id` = `property_group_option.productProperties_2`.`id` WHERE (`property_group_option.productProperties_1`.id IS NOT NULL AND `property_group_option.productProperties_2`.id IS NOT NULL AND `property_group_option`.`property_group_id` = 0x348605A5F7E947CD873E813BA4E7F448) GROUP BY `property_group_option`.`id`;
array:56 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 239)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 107)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntitySearcher::search (line 62)"
4 => "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher::search (line 132)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::searchIds (line 291)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::_search (line 106)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 51)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator::search (line 151)"
9 => "Nd\Theme\Subscriber\AddProductLabels::getLabel (line 65)"
10 => "Nd\Theme\Subscriber\AddProductLabels::onProductsLoaded (line 270)"
11 => "Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} (line 230)"
12 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
13 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 56)"
14 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 98)"
15 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 55)"
16 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 37)"
17 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 33)"
18 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
19 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 208)"
20 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::read (line 133)"
21 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::search (line 102)"
22 => "Shopware\Core\Content\Product\SalesChannel\Listing\ProductListingLoader::load (line 117)"
23 => "Nd\Fashion\Overwrite\ProductListingRoute::load (line 96)"
24 => "Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute::Shopware\Core\Content\Product\SalesChannel\Listing\{closure} (line 350)"
25 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 44)"
26 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 120)"
27 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 43)"
28 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 46)"
29 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 42)"
30 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 41)"
31 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 59)"
32 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 40)"
33 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 95)"
34 => "Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute::Shopware\Core\Content\Product\SalesChannel\Listing\{closure} (line 72)"
35 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 35)"
36 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 92)"
37 => "Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute::load (line 51)"
38 => "Shopware\Core\Content\Product\SalesChannel\Listing\ResolveCriteriaProductListingRoute::load (line 62)"
39 => "Shopware\Core\Content\Product\Cms\ProductListingCmsElementResolver::enrich (line 99)"
40 => "Shopware\Core\Content\Cms\DataResolver\CmsSlotsDataResolver::resolve (line 104)"
41 => "Shopware\Core\Content\Cms\SalesChannel\SalesChannelCmsPageLoader::loadSlotData (line 94)"
42 => "Shopware\Core\Content\Cms\SalesChannel\SalesChannelCmsPageLoader::load (line 108)"
43 => "Nd\Fashion\Page\Manufacturer\ProductManufacturerRoute::load (line 66)"
44 => "Nd\Fashion\Page\Manufacturer\ProductManufacturerPageLoader::load (line 48)"
45 => "Nd\Fashion\Storefront\Controller\ManufacturerController::productManufacturerDetail (line 163)"
46 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
47 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
48 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
49 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 481)"
50 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 454)"
51 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 348)"
52 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 226)"
53 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
54 => "Shopware\Core\HttpKernel::doHandle (line 81)"
55 => "Shopware\Core\HttpKernel::handle (line 69)"
]
|
137 |
0.89 ms |
SELECT `property_group_option`.`id` FROM `property_group_option` LEFT JOIN (SELECT `property_group_option.productProperties.mapping`.`property_group_option_id` as id FROM `product_property` `property_group_option.productProperties.mapping` LEFT JOIN `product` `property_group_option.productProperties` ON `property_group_option.productProperties.mapping`.`product_id` = `property_group_option.productProperties`.`properties` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.mapping`.`product_version_id` LEFT JOIN `product` `property_group_option.productProperties.parent` ON `property_group_option.productProperties`.`parent_id` = `property_group_option.productProperties.parent`.`id` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.parent`.`version_id` WHERE (`property_group_option.productProperties`.`id` = :param_292a3521fd864990ada76d62c8e16d3a)) `property_group_option.productProperties_1` ON `property_group_option`.`id` = `property_group_option.productProperties_1`.`id` LEFT JOIN (SELECT `property_group_option.productProperties.mapping`.`property_group_option_id` as id FROM `product_property` `property_group_option.productProperties.mapping` LEFT JOIN `product` `property_group_option.productProperties` ON `property_group_option.productProperties.mapping`.`product_id` = `property_group_option.productProperties`.`properties` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.mapping`.`product_version_id` LEFT JOIN `product` `property_group_option.productProperties.parent` ON `property_group_option.productProperties`.`parent_id` = `property_group_option.productProperties.parent`.`id` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.parent`.`version_id` WHERE (`property_group_option.productProperties`.`version_id` = :param_3090df0d8903436cbd1052865a49063f)) `property_group_option.productProperties_2` ON `property_group_option`.`id` = `property_group_option.productProperties_2`.`id` WHERE (`property_group_option.productProperties_1`.id IS NOT NULL AND `property_group_option.productProperties_2`.id IS NOT NULL AND `property_group_option`.`property_group_id` = :param_d90988704e684c708282c1985eefb0bd) GROUP BY `property_group_option`.`id`
SELECT `property_group_option`.`id` FROM `property_group_option` LEFT JOIN (SELECT `property_group_option.productProperties.mapping`.`property_group_option_id` as id FROM `product_property` `property_group_option.productProperties.mapping` LEFT JOIN `product` `property_group_option.productProperties` ON `property_group_option.productProperties.mapping`.`product_id` = `property_group_option.productProperties`.`properties` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.mapping`.`product_version_id` LEFT JOIN `product` `property_group_option.productProperties.parent` ON `property_group_option.productProperties`.`parent_id` = `property_group_option.productProperties.parent`.`id` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.parent`.`version_id` WHERE (`property_group_option.productProperties`.`id` = 0x6D9FDB43680780589B78A7E83F15351F)) `property_group_option.productProperties_1` ON `property_group_option`.`id` = `property_group_option.productProperties_1`.`id` LEFT JOIN (SELECT `property_group_option.productProperties.mapping`.`property_group_option_id` as id FROM `product_property` `property_group_option.productProperties.mapping` LEFT JOIN `product` `property_group_option.productProperties` ON `property_group_option.productProperties.mapping`.`product_id` = `property_group_option.productProperties`.`properties` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.mapping`.`product_version_id` LEFT JOIN `product` `property_group_option.productProperties.parent` ON `property_group_option.productProperties`.`parent_id` = `property_group_option.productProperties.parent`.`id` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.parent`.`version_id` WHERE (`property_group_option.productProperties`.`version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425)) `property_group_option.productProperties_2` ON `property_group_option`.`id` = `property_group_option.productProperties_2`.`id` WHERE (`property_group_option.productProperties_1`.id IS NOT NULL AND `property_group_option.productProperties_2`.id IS NOT NULL AND `property_group_option`.`property_group_id` = 0xDCFDAD627839433691AB6997769A881F) GROUP BY `property_group_option`.`id`;
array:56 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 239)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 107)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntitySearcher::search (line 62)"
4 => "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher::search (line 132)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::searchIds (line 291)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::_search (line 106)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 51)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator::search (line 107)"
9 => "Nd\Theme\Subscriber\AddProductLabels::getFit (line 66)"
10 => "Nd\Theme\Subscriber\AddProductLabels::onProductsLoaded (line 270)"
11 => "Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} (line 230)"
12 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
13 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 56)"
14 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 98)"
15 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 55)"
16 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 37)"
17 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 33)"
18 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
19 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 208)"
20 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::read (line 133)"
21 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::search (line 102)"
22 => "Shopware\Core\Content\Product\SalesChannel\Listing\ProductListingLoader::load (line 117)"
23 => "Nd\Fashion\Overwrite\ProductListingRoute::load (line 96)"
24 => "Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute::Shopware\Core\Content\Product\SalesChannel\Listing\{closure} (line 350)"
25 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 44)"
26 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 120)"
27 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 43)"
28 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 46)"
29 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 42)"
30 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 41)"
31 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 59)"
32 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 40)"
33 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 95)"
34 => "Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute::Shopware\Core\Content\Product\SalesChannel\Listing\{closure} (line 72)"
35 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 35)"
36 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 92)"
37 => "Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute::load (line 51)"
38 => "Shopware\Core\Content\Product\SalesChannel\Listing\ResolveCriteriaProductListingRoute::load (line 62)"
39 => "Shopware\Core\Content\Product\Cms\ProductListingCmsElementResolver::enrich (line 99)"
40 => "Shopware\Core\Content\Cms\DataResolver\CmsSlotsDataResolver::resolve (line 104)"
41 => "Shopware\Core\Content\Cms\SalesChannel\SalesChannelCmsPageLoader::loadSlotData (line 94)"
42 => "Shopware\Core\Content\Cms\SalesChannel\SalesChannelCmsPageLoader::load (line 108)"
43 => "Nd\Fashion\Page\Manufacturer\ProductManufacturerRoute::load (line 66)"
44 => "Nd\Fashion\Page\Manufacturer\ProductManufacturerPageLoader::load (line 48)"
45 => "Nd\Fashion\Storefront\Controller\ManufacturerController::productManufacturerDetail (line 163)"
46 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
47 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
48 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
49 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 481)"
50 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 454)"
51 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 348)"
52 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 226)"
53 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
54 => "Shopware\Core\HttpKernel::doHandle (line 81)"
55 => "Shopware\Core\HttpKernel::handle (line 69)"
]
|
138 |
0.67 ms |
SELECT `property_group_option`.`id` FROM `property_group_option` LEFT JOIN (SELECT `property_group_option.productProperties.mapping`.`property_group_option_id` as id FROM `product_property` `property_group_option.productProperties.mapping` LEFT JOIN `product` `property_group_option.productProperties` ON `property_group_option.productProperties.mapping`.`product_id` = `property_group_option.productProperties`.`properties` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.mapping`.`product_version_id` LEFT JOIN `product` `property_group_option.productProperties.parent` ON `property_group_option.productProperties`.`parent_id` = `property_group_option.productProperties.parent`.`id` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.parent`.`version_id` WHERE (`property_group_option.productProperties`.`id` = :param_81c2c83edd9849e58eeb010daaaf2ed0)) `property_group_option.productProperties_1` ON `property_group_option`.`id` = `property_group_option.productProperties_1`.`id` LEFT JOIN (SELECT `property_group_option.productProperties.mapping`.`property_group_option_id` as id FROM `product_property` `property_group_option.productProperties.mapping` LEFT JOIN `product` `property_group_option.productProperties` ON `property_group_option.productProperties.mapping`.`product_id` = `property_group_option.productProperties`.`properties` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.mapping`.`product_version_id` LEFT JOIN `product` `property_group_option.productProperties.parent` ON `property_group_option.productProperties`.`parent_id` = `property_group_option.productProperties.parent`.`id` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.parent`.`version_id` WHERE (`property_group_option.productProperties`.`version_id` = :param_30173c0205b14429b49e0e3084244e2d)) `property_group_option.productProperties_2` ON `property_group_option`.`id` = `property_group_option.productProperties_2`.`id` WHERE (`property_group_option.productProperties_1`.id IS NOT NULL AND `property_group_option.productProperties_2`.id IS NOT NULL AND `property_group_option`.`property_group_id` = :param_7af569f314204f1d816612c72349c724) GROUP BY `property_group_option`.`id`
SELECT `property_group_option`.`id` FROM `property_group_option` LEFT JOIN (SELECT `property_group_option.productProperties.mapping`.`property_group_option_id` as id FROM `product_property` `property_group_option.productProperties.mapping` LEFT JOIN `product` `property_group_option.productProperties` ON `property_group_option.productProperties.mapping`.`product_id` = `property_group_option.productProperties`.`properties` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.mapping`.`product_version_id` LEFT JOIN `product` `property_group_option.productProperties.parent` ON `property_group_option.productProperties`.`parent_id` = `property_group_option.productProperties.parent`.`id` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.parent`.`version_id` WHERE (`property_group_option.productProperties`.`id` = 0x37AF8CC619A0E7D007B00FFBD6B8F341)) `property_group_option.productProperties_1` ON `property_group_option`.`id` = `property_group_option.productProperties_1`.`id` LEFT JOIN (SELECT `property_group_option.productProperties.mapping`.`property_group_option_id` as id FROM `product_property` `property_group_option.productProperties.mapping` LEFT JOIN `product` `property_group_option.productProperties` ON `property_group_option.productProperties.mapping`.`product_id` = `property_group_option.productProperties`.`properties` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.mapping`.`product_version_id` LEFT JOIN `product` `property_group_option.productProperties.parent` ON `property_group_option.productProperties`.`parent_id` = `property_group_option.productProperties.parent`.`id` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.parent`.`version_id` WHERE (`property_group_option.productProperties`.`version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425)) `property_group_option.productProperties_2` ON `property_group_option`.`id` = `property_group_option.productProperties_2`.`id` WHERE (`property_group_option.productProperties_1`.id IS NOT NULL AND `property_group_option.productProperties_2`.id IS NOT NULL AND `property_group_option`.`property_group_id` = 0x348605A5F7E947CD873E813BA4E7F448) GROUP BY `property_group_option`.`id`;
array:56 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 239)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 107)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntitySearcher::search (line 62)"
4 => "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher::search (line 132)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::searchIds (line 291)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::_search (line 106)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 51)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator::search (line 151)"
9 => "Nd\Theme\Subscriber\AddProductLabels::getLabel (line 65)"
10 => "Nd\Theme\Subscriber\AddProductLabels::onProductsLoaded (line 270)"
11 => "Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} (line 230)"
12 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
13 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 56)"
14 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 98)"
15 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 55)"
16 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 37)"
17 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 33)"
18 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
19 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 208)"
20 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::read (line 133)"
21 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::search (line 102)"
22 => "Shopware\Core\Content\Product\SalesChannel\Listing\ProductListingLoader::load (line 117)"
23 => "Nd\Fashion\Overwrite\ProductListingRoute::load (line 96)"
24 => "Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute::Shopware\Core\Content\Product\SalesChannel\Listing\{closure} (line 350)"
25 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 44)"
26 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 120)"
27 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 43)"
28 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 46)"
29 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 42)"
30 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 41)"
31 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 59)"
32 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 40)"
33 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 95)"
34 => "Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute::Shopware\Core\Content\Product\SalesChannel\Listing\{closure} (line 72)"
35 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 35)"
36 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 92)"
37 => "Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute::load (line 51)"
38 => "Shopware\Core\Content\Product\SalesChannel\Listing\ResolveCriteriaProductListingRoute::load (line 62)"
39 => "Shopware\Core\Content\Product\Cms\ProductListingCmsElementResolver::enrich (line 99)"
40 => "Shopware\Core\Content\Cms\DataResolver\CmsSlotsDataResolver::resolve (line 104)"
41 => "Shopware\Core\Content\Cms\SalesChannel\SalesChannelCmsPageLoader::loadSlotData (line 94)"
42 => "Shopware\Core\Content\Cms\SalesChannel\SalesChannelCmsPageLoader::load (line 108)"
43 => "Nd\Fashion\Page\Manufacturer\ProductManufacturerRoute::load (line 66)"
44 => "Nd\Fashion\Page\Manufacturer\ProductManufacturerPageLoader::load (line 48)"
45 => "Nd\Fashion\Storefront\Controller\ManufacturerController::productManufacturerDetail (line 163)"
46 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
47 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
48 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
49 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 481)"
50 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 454)"
51 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 348)"
52 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 226)"
53 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
54 => "Shopware\Core\HttpKernel::doHandle (line 81)"
55 => "Shopware\Core\HttpKernel::handle (line 69)"
]
|
139 |
0.63 ms |
SELECT `property_group_option`.`id` FROM `property_group_option` LEFT JOIN (SELECT `property_group_option.productProperties.mapping`.`property_group_option_id` as id FROM `product_property` `property_group_option.productProperties.mapping` LEFT JOIN `product` `property_group_option.productProperties` ON `property_group_option.productProperties.mapping`.`product_id` = `property_group_option.productProperties`.`properties` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.mapping`.`product_version_id` LEFT JOIN `product` `property_group_option.productProperties.parent` ON `property_group_option.productProperties`.`parent_id` = `property_group_option.productProperties.parent`.`id` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.parent`.`version_id` WHERE (`property_group_option.productProperties`.`id` = :param_784d33d3d3834a9dba7c45be472b97bc)) `property_group_option.productProperties_1` ON `property_group_option`.`id` = `property_group_option.productProperties_1`.`id` LEFT JOIN (SELECT `property_group_option.productProperties.mapping`.`property_group_option_id` as id FROM `product_property` `property_group_option.productProperties.mapping` LEFT JOIN `product` `property_group_option.productProperties` ON `property_group_option.productProperties.mapping`.`product_id` = `property_group_option.productProperties`.`properties` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.mapping`.`product_version_id` LEFT JOIN `product` `property_group_option.productProperties.parent` ON `property_group_option.productProperties`.`parent_id` = `property_group_option.productProperties.parent`.`id` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.parent`.`version_id` WHERE (`property_group_option.productProperties`.`version_id` = :param_2f49a21b732e4b85b157cc42038a9bf6)) `property_group_option.productProperties_2` ON `property_group_option`.`id` = `property_group_option.productProperties_2`.`id` WHERE (`property_group_option.productProperties_1`.id IS NOT NULL AND `property_group_option.productProperties_2`.id IS NOT NULL AND `property_group_option`.`property_group_id` = :param_aefd47a1790f4f84b50b7ef4d510e3bb) GROUP BY `property_group_option`.`id`
SELECT `property_group_option`.`id` FROM `property_group_option` LEFT JOIN (SELECT `property_group_option.productProperties.mapping`.`property_group_option_id` as id FROM `product_property` `property_group_option.productProperties.mapping` LEFT JOIN `product` `property_group_option.productProperties` ON `property_group_option.productProperties.mapping`.`product_id` = `property_group_option.productProperties`.`properties` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.mapping`.`product_version_id` LEFT JOIN `product` `property_group_option.productProperties.parent` ON `property_group_option.productProperties`.`parent_id` = `property_group_option.productProperties.parent`.`id` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.parent`.`version_id` WHERE (`property_group_option.productProperties`.`id` = 0x37AF8CC619A0E7D007B00FFBD6B8F341)) `property_group_option.productProperties_1` ON `property_group_option`.`id` = `property_group_option.productProperties_1`.`id` LEFT JOIN (SELECT `property_group_option.productProperties.mapping`.`property_group_option_id` as id FROM `product_property` `property_group_option.productProperties.mapping` LEFT JOIN `product` `property_group_option.productProperties` ON `property_group_option.productProperties.mapping`.`product_id` = `property_group_option.productProperties`.`properties` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.mapping`.`product_version_id` LEFT JOIN `product` `property_group_option.productProperties.parent` ON `property_group_option.productProperties`.`parent_id` = `property_group_option.productProperties.parent`.`id` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.parent`.`version_id` WHERE (`property_group_option.productProperties`.`version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425)) `property_group_option.productProperties_2` ON `property_group_option`.`id` = `property_group_option.productProperties_2`.`id` WHERE (`property_group_option.productProperties_1`.id IS NOT NULL AND `property_group_option.productProperties_2`.id IS NOT NULL AND `property_group_option`.`property_group_id` = 0xDCFDAD627839433691AB6997769A881F) GROUP BY `property_group_option`.`id`;
array:56 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 239)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 107)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntitySearcher::search (line 62)"
4 => "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher::search (line 132)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::searchIds (line 291)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::_search (line 106)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 51)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator::search (line 107)"
9 => "Nd\Theme\Subscriber\AddProductLabels::getFit (line 66)"
10 => "Nd\Theme\Subscriber\AddProductLabels::onProductsLoaded (line 270)"
11 => "Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} (line 230)"
12 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
13 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 56)"
14 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 98)"
15 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 55)"
16 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 37)"
17 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 33)"
18 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
19 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 208)"
20 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::read (line 133)"
21 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::search (line 102)"
22 => "Shopware\Core\Content\Product\SalesChannel\Listing\ProductListingLoader::load (line 117)"
23 => "Nd\Fashion\Overwrite\ProductListingRoute::load (line 96)"
24 => "Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute::Shopware\Core\Content\Product\SalesChannel\Listing\{closure} (line 350)"
25 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 44)"
26 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 120)"
27 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 43)"
28 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 46)"
29 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 42)"
30 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 41)"
31 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 59)"
32 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 40)"
33 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 95)"
34 => "Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute::Shopware\Core\Content\Product\SalesChannel\Listing\{closure} (line 72)"
35 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 35)"
36 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 92)"
37 => "Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute::load (line 51)"
38 => "Shopware\Core\Content\Product\SalesChannel\Listing\ResolveCriteriaProductListingRoute::load (line 62)"
39 => "Shopware\Core\Content\Product\Cms\ProductListingCmsElementResolver::enrich (line 99)"
40 => "Shopware\Core\Content\Cms\DataResolver\CmsSlotsDataResolver::resolve (line 104)"
41 => "Shopware\Core\Content\Cms\SalesChannel\SalesChannelCmsPageLoader::loadSlotData (line 94)"
42 => "Shopware\Core\Content\Cms\SalesChannel\SalesChannelCmsPageLoader::load (line 108)"
43 => "Nd\Fashion\Page\Manufacturer\ProductManufacturerRoute::load (line 66)"
44 => "Nd\Fashion\Page\Manufacturer\ProductManufacturerPageLoader::load (line 48)"
45 => "Nd\Fashion\Storefront\Controller\ManufacturerController::productManufacturerDetail (line 163)"
46 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
47 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
48 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
49 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 481)"
50 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 454)"
51 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 348)"
52 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 226)"
53 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
54 => "Shopware\Core\HttpKernel::doHandle (line 81)"
55 => "Shopware\Core\HttpKernel::handle (line 69)"
]
|
140 |
0.62 ms |
SELECT `property_group_option`.`id` FROM `property_group_option` LEFT JOIN (SELECT `property_group_option.productProperties.mapping`.`property_group_option_id` as id FROM `product_property` `property_group_option.productProperties.mapping` LEFT JOIN `product` `property_group_option.productProperties` ON `property_group_option.productProperties.mapping`.`product_id` = `property_group_option.productProperties`.`properties` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.mapping`.`product_version_id` LEFT JOIN `product` `property_group_option.productProperties.parent` ON `property_group_option.productProperties`.`parent_id` = `property_group_option.productProperties.parent`.`id` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.parent`.`version_id` WHERE (`property_group_option.productProperties`.`id` = :param_dbb81e2953bb422b9e206eaec134a029)) `property_group_option.productProperties_1` ON `property_group_option`.`id` = `property_group_option.productProperties_1`.`id` LEFT JOIN (SELECT `property_group_option.productProperties.mapping`.`property_group_option_id` as id FROM `product_property` `property_group_option.productProperties.mapping` LEFT JOIN `product` `property_group_option.productProperties` ON `property_group_option.productProperties.mapping`.`product_id` = `property_group_option.productProperties`.`properties` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.mapping`.`product_version_id` LEFT JOIN `product` `property_group_option.productProperties.parent` ON `property_group_option.productProperties`.`parent_id` = `property_group_option.productProperties.parent`.`id` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.parent`.`version_id` WHERE (`property_group_option.productProperties`.`version_id` = :param_faf8a343353542ca8fe842f94868798a)) `property_group_option.productProperties_2` ON `property_group_option`.`id` = `property_group_option.productProperties_2`.`id` WHERE (`property_group_option.productProperties_1`.id IS NOT NULL AND `property_group_option.productProperties_2`.id IS NOT NULL AND `property_group_option`.`property_group_id` = :param_da5928e7d1274d379f3fa0ec6de998b4) GROUP BY `property_group_option`.`id`
SELECT `property_group_option`.`id` FROM `property_group_option` LEFT JOIN (SELECT `property_group_option.productProperties.mapping`.`property_group_option_id` as id FROM `product_property` `property_group_option.productProperties.mapping` LEFT JOIN `product` `property_group_option.productProperties` ON `property_group_option.productProperties.mapping`.`product_id` = `property_group_option.productProperties`.`properties` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.mapping`.`product_version_id` LEFT JOIN `product` `property_group_option.productProperties.parent` ON `property_group_option.productProperties`.`parent_id` = `property_group_option.productProperties.parent`.`id` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.parent`.`version_id` WHERE (`property_group_option.productProperties`.`id` = 0x02F600A873BC35B2E0544CB6AAC6F6B2)) `property_group_option.productProperties_1` ON `property_group_option`.`id` = `property_group_option.productProperties_1`.`id` LEFT JOIN (SELECT `property_group_option.productProperties.mapping`.`property_group_option_id` as id FROM `product_property` `property_group_option.productProperties.mapping` LEFT JOIN `product` `property_group_option.productProperties` ON `property_group_option.productProperties.mapping`.`product_id` = `property_group_option.productProperties`.`properties` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.mapping`.`product_version_id` LEFT JOIN `product` `property_group_option.productProperties.parent` ON `property_group_option.productProperties`.`parent_id` = `property_group_option.productProperties.parent`.`id` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.parent`.`version_id` WHERE (`property_group_option.productProperties`.`version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425)) `property_group_option.productProperties_2` ON `property_group_option`.`id` = `property_group_option.productProperties_2`.`id` WHERE (`property_group_option.productProperties_1`.id IS NOT NULL AND `property_group_option.productProperties_2`.id IS NOT NULL AND `property_group_option`.`property_group_id` = 0x348605A5F7E947CD873E813BA4E7F448) GROUP BY `property_group_option`.`id`;
array:56 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 239)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 107)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntitySearcher::search (line 62)"
4 => "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher::search (line 132)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::searchIds (line 291)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::_search (line 106)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 51)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator::search (line 151)"
9 => "Nd\Theme\Subscriber\AddProductLabels::getLabel (line 65)"
10 => "Nd\Theme\Subscriber\AddProductLabels::onProductsLoaded (line 270)"
11 => "Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} (line 230)"
12 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
13 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 56)"
14 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 98)"
15 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 55)"
16 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 37)"
17 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 33)"
18 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
19 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 208)"
20 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::read (line 133)"
21 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::search (line 102)"
22 => "Shopware\Core\Content\Product\SalesChannel\Listing\ProductListingLoader::load (line 117)"
23 => "Nd\Fashion\Overwrite\ProductListingRoute::load (line 96)"
24 => "Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute::Shopware\Core\Content\Product\SalesChannel\Listing\{closure} (line 350)"
25 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 44)"
26 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 120)"
27 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 43)"
28 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 46)"
29 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 42)"
30 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 41)"
31 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 59)"
32 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 40)"
33 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 95)"
34 => "Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute::Shopware\Core\Content\Product\SalesChannel\Listing\{closure} (line 72)"
35 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 35)"
36 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 92)"
37 => "Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute::load (line 51)"
38 => "Shopware\Core\Content\Product\SalesChannel\Listing\ResolveCriteriaProductListingRoute::load (line 62)"
39 => "Shopware\Core\Content\Product\Cms\ProductListingCmsElementResolver::enrich (line 99)"
40 => "Shopware\Core\Content\Cms\DataResolver\CmsSlotsDataResolver::resolve (line 104)"
41 => "Shopware\Core\Content\Cms\SalesChannel\SalesChannelCmsPageLoader::loadSlotData (line 94)"
42 => "Shopware\Core\Content\Cms\SalesChannel\SalesChannelCmsPageLoader::load (line 108)"
43 => "Nd\Fashion\Page\Manufacturer\ProductManufacturerRoute::load (line 66)"
44 => "Nd\Fashion\Page\Manufacturer\ProductManufacturerPageLoader::load (line 48)"
45 => "Nd\Fashion\Storefront\Controller\ManufacturerController::productManufacturerDetail (line 163)"
46 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
47 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
48 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
49 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 481)"
50 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 454)"
51 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 348)"
52 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 226)"
53 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
54 => "Shopware\Core\HttpKernel::doHandle (line 81)"
55 => "Shopware\Core\HttpKernel::handle (line 69)"
]
|
141 |
0.72 ms |
SELECT `property_group_option`.`id` FROM `property_group_option` LEFT JOIN (SELECT `property_group_option.productProperties.mapping`.`property_group_option_id` as id FROM `product_property` `property_group_option.productProperties.mapping` LEFT JOIN `product` `property_group_option.productProperties` ON `property_group_option.productProperties.mapping`.`product_id` = `property_group_option.productProperties`.`properties` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.mapping`.`product_version_id` LEFT JOIN `product` `property_group_option.productProperties.parent` ON `property_group_option.productProperties`.`parent_id` = `property_group_option.productProperties.parent`.`id` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.parent`.`version_id` WHERE (`property_group_option.productProperties`.`id` = :param_0f67dee81c4342e88d7c3e13965c8655)) `property_group_option.productProperties_1` ON `property_group_option`.`id` = `property_group_option.productProperties_1`.`id` LEFT JOIN (SELECT `property_group_option.productProperties.mapping`.`property_group_option_id` as id FROM `product_property` `property_group_option.productProperties.mapping` LEFT JOIN `product` `property_group_option.productProperties` ON `property_group_option.productProperties.mapping`.`product_id` = `property_group_option.productProperties`.`properties` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.mapping`.`product_version_id` LEFT JOIN `product` `property_group_option.productProperties.parent` ON `property_group_option.productProperties`.`parent_id` = `property_group_option.productProperties.parent`.`id` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.parent`.`version_id` WHERE (`property_group_option.productProperties`.`version_id` = :param_9b71f4a3afa941cdb0cf2c5dcbed33d9)) `property_group_option.productProperties_2` ON `property_group_option`.`id` = `property_group_option.productProperties_2`.`id` WHERE (`property_group_option.productProperties_1`.id IS NOT NULL AND `property_group_option.productProperties_2`.id IS NOT NULL AND `property_group_option`.`property_group_id` = :param_beb4f12711ba411389954b2f035c82b7) GROUP BY `property_group_option`.`id`
SELECT `property_group_option`.`id` FROM `property_group_option` LEFT JOIN (SELECT `property_group_option.productProperties.mapping`.`property_group_option_id` as id FROM `product_property` `property_group_option.productProperties.mapping` LEFT JOIN `product` `property_group_option.productProperties` ON `property_group_option.productProperties.mapping`.`product_id` = `property_group_option.productProperties`.`properties` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.mapping`.`product_version_id` LEFT JOIN `product` `property_group_option.productProperties.parent` ON `property_group_option.productProperties`.`parent_id` = `property_group_option.productProperties.parent`.`id` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.parent`.`version_id` WHERE (`property_group_option.productProperties`.`id` = 0x02F600A873BC35B2E0544CB6AAC6F6B2)) `property_group_option.productProperties_1` ON `property_group_option`.`id` = `property_group_option.productProperties_1`.`id` LEFT JOIN (SELECT `property_group_option.productProperties.mapping`.`property_group_option_id` as id FROM `product_property` `property_group_option.productProperties.mapping` LEFT JOIN `product` `property_group_option.productProperties` ON `property_group_option.productProperties.mapping`.`product_id` = `property_group_option.productProperties`.`properties` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.mapping`.`product_version_id` LEFT JOIN `product` `property_group_option.productProperties.parent` ON `property_group_option.productProperties`.`parent_id` = `property_group_option.productProperties.parent`.`id` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.parent`.`version_id` WHERE (`property_group_option.productProperties`.`version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425)) `property_group_option.productProperties_2` ON `property_group_option`.`id` = `property_group_option.productProperties_2`.`id` WHERE (`property_group_option.productProperties_1`.id IS NOT NULL AND `property_group_option.productProperties_2`.id IS NOT NULL AND `property_group_option`.`property_group_id` = 0xDCFDAD627839433691AB6997769A881F) GROUP BY `property_group_option`.`id`;
array:56 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 239)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 107)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntitySearcher::search (line 62)"
4 => "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher::search (line 132)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::searchIds (line 291)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::_search (line 106)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 51)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator::search (line 107)"
9 => "Nd\Theme\Subscriber\AddProductLabels::getFit (line 66)"
10 => "Nd\Theme\Subscriber\AddProductLabels::onProductsLoaded (line 270)"
11 => "Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} (line 230)"
12 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
13 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 56)"
14 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 98)"
15 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 55)"
16 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 37)"
17 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 33)"
18 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
19 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 208)"
20 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::read (line 133)"
21 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::search (line 102)"
22 => "Shopware\Core\Content\Product\SalesChannel\Listing\ProductListingLoader::load (line 117)"
23 => "Nd\Fashion\Overwrite\ProductListingRoute::load (line 96)"
24 => "Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute::Shopware\Core\Content\Product\SalesChannel\Listing\{closure} (line 350)"
25 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 44)"
26 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 120)"
27 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 43)"
28 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 46)"
29 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 42)"
30 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 41)"
31 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 59)"
32 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 40)"
33 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 95)"
34 => "Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute::Shopware\Core\Content\Product\SalesChannel\Listing\{closure} (line 72)"
35 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 35)"
36 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 92)"
37 => "Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute::load (line 51)"
38 => "Shopware\Core\Content\Product\SalesChannel\Listing\ResolveCriteriaProductListingRoute::load (line 62)"
39 => "Shopware\Core\Content\Product\Cms\ProductListingCmsElementResolver::enrich (line 99)"
40 => "Shopware\Core\Content\Cms\DataResolver\CmsSlotsDataResolver::resolve (line 104)"
41 => "Shopware\Core\Content\Cms\SalesChannel\SalesChannelCmsPageLoader::loadSlotData (line 94)"
42 => "Shopware\Core\Content\Cms\SalesChannel\SalesChannelCmsPageLoader::load (line 108)"
43 => "Nd\Fashion\Page\Manufacturer\ProductManufacturerRoute::load (line 66)"
44 => "Nd\Fashion\Page\Manufacturer\ProductManufacturerPageLoader::load (line 48)"
45 => "Nd\Fashion\Storefront\Controller\ManufacturerController::productManufacturerDetail (line 163)"
46 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
47 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
48 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
49 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 481)"
50 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 454)"
51 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 348)"
52 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 226)"
53 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
54 => "Shopware\Core\HttpKernel::doHandle (line 81)"
55 => "Shopware\Core\HttpKernel::handle (line 69)"
]
|
142 |
0.68 ms |
SELECT `property_group_option`.`id` FROM `property_group_option` LEFT JOIN (SELECT `property_group_option.productProperties.mapping`.`property_group_option_id` as id FROM `product_property` `property_group_option.productProperties.mapping` LEFT JOIN `product` `property_group_option.productProperties` ON `property_group_option.productProperties.mapping`.`product_id` = `property_group_option.productProperties`.`properties` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.mapping`.`product_version_id` LEFT JOIN `product` `property_group_option.productProperties.parent` ON `property_group_option.productProperties`.`parent_id` = `property_group_option.productProperties.parent`.`id` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.parent`.`version_id` WHERE (`property_group_option.productProperties`.`id` = :param_66384274760147899f1ca5f7d6f00da8)) `property_group_option.productProperties_1` ON `property_group_option`.`id` = `property_group_option.productProperties_1`.`id` LEFT JOIN (SELECT `property_group_option.productProperties.mapping`.`property_group_option_id` as id FROM `product_property` `property_group_option.productProperties.mapping` LEFT JOIN `product` `property_group_option.productProperties` ON `property_group_option.productProperties.mapping`.`product_id` = `property_group_option.productProperties`.`properties` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.mapping`.`product_version_id` LEFT JOIN `product` `property_group_option.productProperties.parent` ON `property_group_option.productProperties`.`parent_id` = `property_group_option.productProperties.parent`.`id` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.parent`.`version_id` WHERE (`property_group_option.productProperties`.`version_id` = :param_6cd108dd8ab94f4493fff3ab822c656f)) `property_group_option.productProperties_2` ON `property_group_option`.`id` = `property_group_option.productProperties_2`.`id` WHERE (`property_group_option.productProperties_1`.id IS NOT NULL AND `property_group_option.productProperties_2`.id IS NOT NULL AND `property_group_option`.`property_group_id` = :param_28924fdc0c70413c96d0afe2dec3b5d3) GROUP BY `property_group_option`.`id`
SELECT `property_group_option`.`id` FROM `property_group_option` LEFT JOIN (SELECT `property_group_option.productProperties.mapping`.`property_group_option_id` as id FROM `product_property` `property_group_option.productProperties.mapping` LEFT JOIN `product` `property_group_option.productProperties` ON `property_group_option.productProperties.mapping`.`product_id` = `property_group_option.productProperties`.`properties` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.mapping`.`product_version_id` LEFT JOIN `product` `property_group_option.productProperties.parent` ON `property_group_option.productProperties`.`parent_id` = `property_group_option.productProperties.parent`.`id` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.parent`.`version_id` WHERE (`property_group_option.productProperties`.`id` = 0x2F22EFA0A73C446AD8410F6AC75C2E10)) `property_group_option.productProperties_1` ON `property_group_option`.`id` = `property_group_option.productProperties_1`.`id` LEFT JOIN (SELECT `property_group_option.productProperties.mapping`.`property_group_option_id` as id FROM `product_property` `property_group_option.productProperties.mapping` LEFT JOIN `product` `property_group_option.productProperties` ON `property_group_option.productProperties.mapping`.`product_id` = `property_group_option.productProperties`.`properties` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.mapping`.`product_version_id` LEFT JOIN `product` `property_group_option.productProperties.parent` ON `property_group_option.productProperties`.`parent_id` = `property_group_option.productProperties.parent`.`id` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.parent`.`version_id` WHERE (`property_group_option.productProperties`.`version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425)) `property_group_option.productProperties_2` ON `property_group_option`.`id` = `property_group_option.productProperties_2`.`id` WHERE (`property_group_option.productProperties_1`.id IS NOT NULL AND `property_group_option.productProperties_2`.id IS NOT NULL AND `property_group_option`.`property_group_id` = 0x348605A5F7E947CD873E813BA4E7F448) GROUP BY `property_group_option`.`id`;
array:56 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 239)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 107)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntitySearcher::search (line 62)"
4 => "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher::search (line 132)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::searchIds (line 291)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::_search (line 106)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 51)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator::search (line 151)"
9 => "Nd\Theme\Subscriber\AddProductLabels::getLabel (line 65)"
10 => "Nd\Theme\Subscriber\AddProductLabels::onProductsLoaded (line 270)"
11 => "Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} (line 230)"
12 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
13 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 56)"
14 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 98)"
15 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 55)"
16 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 37)"
17 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 33)"
18 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
19 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 208)"
20 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::read (line 133)"
21 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::search (line 102)"
22 => "Shopware\Core\Content\Product\SalesChannel\Listing\ProductListingLoader::load (line 117)"
23 => "Nd\Fashion\Overwrite\ProductListingRoute::load (line 96)"
24 => "Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute::Shopware\Core\Content\Product\SalesChannel\Listing\{closure} (line 350)"
25 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 44)"
26 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 120)"
27 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 43)"
28 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 46)"
29 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 42)"
30 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 41)"
31 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 59)"
32 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 40)"
33 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 95)"
34 => "Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute::Shopware\Core\Content\Product\SalesChannel\Listing\{closure} (line 72)"
35 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 35)"
36 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 92)"
37 => "Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute::load (line 51)"
38 => "Shopware\Core\Content\Product\SalesChannel\Listing\ResolveCriteriaProductListingRoute::load (line 62)"
39 => "Shopware\Core\Content\Product\Cms\ProductListingCmsElementResolver::enrich (line 99)"
40 => "Shopware\Core\Content\Cms\DataResolver\CmsSlotsDataResolver::resolve (line 104)"
41 => "Shopware\Core\Content\Cms\SalesChannel\SalesChannelCmsPageLoader::loadSlotData (line 94)"
42 => "Shopware\Core\Content\Cms\SalesChannel\SalesChannelCmsPageLoader::load (line 108)"
43 => "Nd\Fashion\Page\Manufacturer\ProductManufacturerRoute::load (line 66)"
44 => "Nd\Fashion\Page\Manufacturer\ProductManufacturerPageLoader::load (line 48)"
45 => "Nd\Fashion\Storefront\Controller\ManufacturerController::productManufacturerDetail (line 163)"
46 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
47 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
48 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
49 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 481)"
50 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 454)"
51 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 348)"
52 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 226)"
53 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
54 => "Shopware\Core\HttpKernel::doHandle (line 81)"
55 => "Shopware\Core\HttpKernel::handle (line 69)"
]
|
143 |
0.64 ms |
SELECT `property_group_option`.`id` FROM `property_group_option` LEFT JOIN (SELECT `property_group_option.productProperties.mapping`.`property_group_option_id` as id FROM `product_property` `property_group_option.productProperties.mapping` LEFT JOIN `product` `property_group_option.productProperties` ON `property_group_option.productProperties.mapping`.`product_id` = `property_group_option.productProperties`.`properties` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.mapping`.`product_version_id` LEFT JOIN `product` `property_group_option.productProperties.parent` ON `property_group_option.productProperties`.`parent_id` = `property_group_option.productProperties.parent`.`id` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.parent`.`version_id` WHERE (`property_group_option.productProperties`.`id` = :param_caf2c81842ea410a88e638ab241025c5)) `property_group_option.productProperties_1` ON `property_group_option`.`id` = `property_group_option.productProperties_1`.`id` LEFT JOIN (SELECT `property_group_option.productProperties.mapping`.`property_group_option_id` as id FROM `product_property` `property_group_option.productProperties.mapping` LEFT JOIN `product` `property_group_option.productProperties` ON `property_group_option.productProperties.mapping`.`product_id` = `property_group_option.productProperties`.`properties` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.mapping`.`product_version_id` LEFT JOIN `product` `property_group_option.productProperties.parent` ON `property_group_option.productProperties`.`parent_id` = `property_group_option.productProperties.parent`.`id` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.parent`.`version_id` WHERE (`property_group_option.productProperties`.`version_id` = :param_5607f6fb209b4f8baf319079eff242f1)) `property_group_option.productProperties_2` ON `property_group_option`.`id` = `property_group_option.productProperties_2`.`id` WHERE (`property_group_option.productProperties_1`.id IS NOT NULL AND `property_group_option.productProperties_2`.id IS NOT NULL AND `property_group_option`.`property_group_id` = :param_085d2d7661fe40b5940105d766ae5777) GROUP BY `property_group_option`.`id`
SELECT `property_group_option`.`id` FROM `property_group_option` LEFT JOIN (SELECT `property_group_option.productProperties.mapping`.`property_group_option_id` as id FROM `product_property` `property_group_option.productProperties.mapping` LEFT JOIN `product` `property_group_option.productProperties` ON `property_group_option.productProperties.mapping`.`product_id` = `property_group_option.productProperties`.`properties` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.mapping`.`product_version_id` LEFT JOIN `product` `property_group_option.productProperties.parent` ON `property_group_option.productProperties`.`parent_id` = `property_group_option.productProperties.parent`.`id` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.parent`.`version_id` WHERE (`property_group_option.productProperties`.`id` = 0x2F22EFA0A73C446AD8410F6AC75C2E10)) `property_group_option.productProperties_1` ON `property_group_option`.`id` = `property_group_option.productProperties_1`.`id` LEFT JOIN (SELECT `property_group_option.productProperties.mapping`.`property_group_option_id` as id FROM `product_property` `property_group_option.productProperties.mapping` LEFT JOIN `product` `property_group_option.productProperties` ON `property_group_option.productProperties.mapping`.`product_id` = `property_group_option.productProperties`.`properties` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.mapping`.`product_version_id` LEFT JOIN `product` `property_group_option.productProperties.parent` ON `property_group_option.productProperties`.`parent_id` = `property_group_option.productProperties.parent`.`id` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.parent`.`version_id` WHERE (`property_group_option.productProperties`.`version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425)) `property_group_option.productProperties_2` ON `property_group_option`.`id` = `property_group_option.productProperties_2`.`id` WHERE (`property_group_option.productProperties_1`.id IS NOT NULL AND `property_group_option.productProperties_2`.id IS NOT NULL AND `property_group_option`.`property_group_id` = 0xDCFDAD627839433691AB6997769A881F) GROUP BY `property_group_option`.`id`;
array:56 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 239)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 107)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntitySearcher::search (line 62)"
4 => "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher::search (line 132)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::searchIds (line 291)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::_search (line 106)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 51)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator::search (line 107)"
9 => "Nd\Theme\Subscriber\AddProductLabels::getFit (line 66)"
10 => "Nd\Theme\Subscriber\AddProductLabels::onProductsLoaded (line 270)"
11 => "Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} (line 230)"
12 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
13 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 56)"
14 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 98)"
15 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 55)"
16 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 37)"
17 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 33)"
18 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
19 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 208)"
20 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::read (line 133)"
21 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::search (line 102)"
22 => "Shopware\Core\Content\Product\SalesChannel\Listing\ProductListingLoader::load (line 117)"
23 => "Nd\Fashion\Overwrite\ProductListingRoute::load (line 96)"
24 => "Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute::Shopware\Core\Content\Product\SalesChannel\Listing\{closure} (line 350)"
25 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 44)"
26 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 120)"
27 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 43)"
28 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 46)"
29 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 42)"
30 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 41)"
31 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 59)"
32 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 40)"
33 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 95)"
34 => "Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute::Shopware\Core\Content\Product\SalesChannel\Listing\{closure} (line 72)"
35 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 35)"
36 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 92)"
37 => "Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute::load (line 51)"
38 => "Shopware\Core\Content\Product\SalesChannel\Listing\ResolveCriteriaProductListingRoute::load (line 62)"
39 => "Shopware\Core\Content\Product\Cms\ProductListingCmsElementResolver::enrich (line 99)"
40 => "Shopware\Core\Content\Cms\DataResolver\CmsSlotsDataResolver::resolve (line 104)"
41 => "Shopware\Core\Content\Cms\SalesChannel\SalesChannelCmsPageLoader::loadSlotData (line 94)"
42 => "Shopware\Core\Content\Cms\SalesChannel\SalesChannelCmsPageLoader::load (line 108)"
43 => "Nd\Fashion\Page\Manufacturer\ProductManufacturerRoute::load (line 66)"
44 => "Nd\Fashion\Page\Manufacturer\ProductManufacturerPageLoader::load (line 48)"
45 => "Nd\Fashion\Storefront\Controller\ManufacturerController::productManufacturerDetail (line 163)"
46 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
47 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
48 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
49 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 481)"
50 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 454)"
51 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 348)"
52 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 226)"
53 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
54 => "Shopware\Core\HttpKernel::doHandle (line 81)"
55 => "Shopware\Core\HttpKernel::handle (line 69)"
]
|
144 |
0.62 ms |
SELECT `property_group_option`.`id` FROM `property_group_option` LEFT JOIN (SELECT `property_group_option.productProperties.mapping`.`property_group_option_id` as id FROM `product_property` `property_group_option.productProperties.mapping` LEFT JOIN `product` `property_group_option.productProperties` ON `property_group_option.productProperties.mapping`.`product_id` = `property_group_option.productProperties`.`properties` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.mapping`.`product_version_id` LEFT JOIN `product` `property_group_option.productProperties.parent` ON `property_group_option.productProperties`.`parent_id` = `property_group_option.productProperties.parent`.`id` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.parent`.`version_id` WHERE (`property_group_option.productProperties`.`id` = :param_695f81cffe6e41759c84f889eb957c34)) `property_group_option.productProperties_1` ON `property_group_option`.`id` = `property_group_option.productProperties_1`.`id` LEFT JOIN (SELECT `property_group_option.productProperties.mapping`.`property_group_option_id` as id FROM `product_property` `property_group_option.productProperties.mapping` LEFT JOIN `product` `property_group_option.productProperties` ON `property_group_option.productProperties.mapping`.`product_id` = `property_group_option.productProperties`.`properties` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.mapping`.`product_version_id` LEFT JOIN `product` `property_group_option.productProperties.parent` ON `property_group_option.productProperties`.`parent_id` = `property_group_option.productProperties.parent`.`id` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.parent`.`version_id` WHERE (`property_group_option.productProperties`.`version_id` = :param_85a17afe7c05411bb7d9e38b814ffb67)) `property_group_option.productProperties_2` ON `property_group_option`.`id` = `property_group_option.productProperties_2`.`id` WHERE (`property_group_option.productProperties_1`.id IS NOT NULL AND `property_group_option.productProperties_2`.id IS NOT NULL AND `property_group_option`.`property_group_id` = :param_66d7182dda1346638835d6fc61733d2a) GROUP BY `property_group_option`.`id`
SELECT `property_group_option`.`id` FROM `property_group_option` LEFT JOIN (SELECT `property_group_option.productProperties.mapping`.`property_group_option_id` as id FROM `product_property` `property_group_option.productProperties.mapping` LEFT JOIN `product` `property_group_option.productProperties` ON `property_group_option.productProperties.mapping`.`product_id` = `property_group_option.productProperties`.`properties` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.mapping`.`product_version_id` LEFT JOIN `product` `property_group_option.productProperties.parent` ON `property_group_option.productProperties`.`parent_id` = `property_group_option.productProperties.parent`.`id` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.parent`.`version_id` WHERE (`property_group_option.productProperties`.`id` = 0x3DC03B3DC2B090F2EC91360792D5B343)) `property_group_option.productProperties_1` ON `property_group_option`.`id` = `property_group_option.productProperties_1`.`id` LEFT JOIN (SELECT `property_group_option.productProperties.mapping`.`property_group_option_id` as id FROM `product_property` `property_group_option.productProperties.mapping` LEFT JOIN `product` `property_group_option.productProperties` ON `property_group_option.productProperties.mapping`.`product_id` = `property_group_option.productProperties`.`properties` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.mapping`.`product_version_id` LEFT JOIN `product` `property_group_option.productProperties.parent` ON `property_group_option.productProperties`.`parent_id` = `property_group_option.productProperties.parent`.`id` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.parent`.`version_id` WHERE (`property_group_option.productProperties`.`version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425)) `property_group_option.productProperties_2` ON `property_group_option`.`id` = `property_group_option.productProperties_2`.`id` WHERE (`property_group_option.productProperties_1`.id IS NOT NULL AND `property_group_option.productProperties_2`.id IS NOT NULL AND `property_group_option`.`property_group_id` = 0x348605A5F7E947CD873E813BA4E7F448) GROUP BY `property_group_option`.`id`;
array:56 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 239)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 107)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntitySearcher::search (line 62)"
4 => "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher::search (line 132)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::searchIds (line 291)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::_search (line 106)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 51)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator::search (line 151)"
9 => "Nd\Theme\Subscriber\AddProductLabels::getLabel (line 65)"
10 => "Nd\Theme\Subscriber\AddProductLabels::onProductsLoaded (line 270)"
11 => "Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} (line 230)"
12 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
13 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 56)"
14 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 98)"
15 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 55)"
16 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 37)"
17 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 33)"
18 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
19 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 208)"
20 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::read (line 133)"
21 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::search (line 102)"
22 => "Shopware\Core\Content\Product\SalesChannel\Listing\ProductListingLoader::load (line 117)"
23 => "Nd\Fashion\Overwrite\ProductListingRoute::load (line 96)"
24 => "Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute::Shopware\Core\Content\Product\SalesChannel\Listing\{closure} (line 350)"
25 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 44)"
26 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 120)"
27 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 43)"
28 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 46)"
29 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 42)"
30 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 41)"
31 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 59)"
32 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 40)"
33 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 95)"
34 => "Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute::Shopware\Core\Content\Product\SalesChannel\Listing\{closure} (line 72)"
35 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 35)"
36 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 92)"
37 => "Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute::load (line 51)"
38 => "Shopware\Core\Content\Product\SalesChannel\Listing\ResolveCriteriaProductListingRoute::load (line 62)"
39 => "Shopware\Core\Content\Product\Cms\ProductListingCmsElementResolver::enrich (line 99)"
40 => "Shopware\Core\Content\Cms\DataResolver\CmsSlotsDataResolver::resolve (line 104)"
41 => "Shopware\Core\Content\Cms\SalesChannel\SalesChannelCmsPageLoader::loadSlotData (line 94)"
42 => "Shopware\Core\Content\Cms\SalesChannel\SalesChannelCmsPageLoader::load (line 108)"
43 => "Nd\Fashion\Page\Manufacturer\ProductManufacturerRoute::load (line 66)"
44 => "Nd\Fashion\Page\Manufacturer\ProductManufacturerPageLoader::load (line 48)"
45 => "Nd\Fashion\Storefront\Controller\ManufacturerController::productManufacturerDetail (line 163)"
46 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
47 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
48 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
49 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 481)"
50 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 454)"
51 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 348)"
52 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 226)"
53 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
54 => "Shopware\Core\HttpKernel::doHandle (line 81)"
55 => "Shopware\Core\HttpKernel::handle (line 69)"
]
|
145 |
0.60 ms |
SELECT `property_group_option`.`id` FROM `property_group_option` LEFT JOIN (SELECT `property_group_option.productProperties.mapping`.`property_group_option_id` as id FROM `product_property` `property_group_option.productProperties.mapping` LEFT JOIN `product` `property_group_option.productProperties` ON `property_group_option.productProperties.mapping`.`product_id` = `property_group_option.productProperties`.`properties` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.mapping`.`product_version_id` LEFT JOIN `product` `property_group_option.productProperties.parent` ON `property_group_option.productProperties`.`parent_id` = `property_group_option.productProperties.parent`.`id` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.parent`.`version_id` WHERE (`property_group_option.productProperties`.`id` = :param_8d228179016a4ace81197e1c3ddd3ec7)) `property_group_option.productProperties_1` ON `property_group_option`.`id` = `property_group_option.productProperties_1`.`id` LEFT JOIN (SELECT `property_group_option.productProperties.mapping`.`property_group_option_id` as id FROM `product_property` `property_group_option.productProperties.mapping` LEFT JOIN `product` `property_group_option.productProperties` ON `property_group_option.productProperties.mapping`.`product_id` = `property_group_option.productProperties`.`properties` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.mapping`.`product_version_id` LEFT JOIN `product` `property_group_option.productProperties.parent` ON `property_group_option.productProperties`.`parent_id` = `property_group_option.productProperties.parent`.`id` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.parent`.`version_id` WHERE (`property_group_option.productProperties`.`version_id` = :param_a0bfc5589a044a168dd4f6b65df6bd1c)) `property_group_option.productProperties_2` ON `property_group_option`.`id` = `property_group_option.productProperties_2`.`id` WHERE (`property_group_option.productProperties_1`.id IS NOT NULL AND `property_group_option.productProperties_2`.id IS NOT NULL AND `property_group_option`.`property_group_id` = :param_60c849e7d8a74926805cfd7c5b2fe0ea) GROUP BY `property_group_option`.`id`
SELECT `property_group_option`.`id` FROM `property_group_option` LEFT JOIN (SELECT `property_group_option.productProperties.mapping`.`property_group_option_id` as id FROM `product_property` `property_group_option.productProperties.mapping` LEFT JOIN `product` `property_group_option.productProperties` ON `property_group_option.productProperties.mapping`.`product_id` = `property_group_option.productProperties`.`properties` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.mapping`.`product_version_id` LEFT JOIN `product` `property_group_option.productProperties.parent` ON `property_group_option.productProperties`.`parent_id` = `property_group_option.productProperties.parent`.`id` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.parent`.`version_id` WHERE (`property_group_option.productProperties`.`id` = 0x3DC03B3DC2B090F2EC91360792D5B343)) `property_group_option.productProperties_1` ON `property_group_option`.`id` = `property_group_option.productProperties_1`.`id` LEFT JOIN (SELECT `property_group_option.productProperties.mapping`.`property_group_option_id` as id FROM `product_property` `property_group_option.productProperties.mapping` LEFT JOIN `product` `property_group_option.productProperties` ON `property_group_option.productProperties.mapping`.`product_id` = `property_group_option.productProperties`.`properties` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.mapping`.`product_version_id` LEFT JOIN `product` `property_group_option.productProperties.parent` ON `property_group_option.productProperties`.`parent_id` = `property_group_option.productProperties.parent`.`id` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.parent`.`version_id` WHERE (`property_group_option.productProperties`.`version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425)) `property_group_option.productProperties_2` ON `property_group_option`.`id` = `property_group_option.productProperties_2`.`id` WHERE (`property_group_option.productProperties_1`.id IS NOT NULL AND `property_group_option.productProperties_2`.id IS NOT NULL AND `property_group_option`.`property_group_id` = 0xDCFDAD627839433691AB6997769A881F) GROUP BY `property_group_option`.`id`;
array:56 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 239)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 107)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntitySearcher::search (line 62)"
4 => "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher::search (line 132)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::searchIds (line 291)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::_search (line 106)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 51)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator::search (line 107)"
9 => "Nd\Theme\Subscriber\AddProductLabels::getFit (line 66)"
10 => "Nd\Theme\Subscriber\AddProductLabels::onProductsLoaded (line 270)"
11 => "Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} (line 230)"
12 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
13 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 56)"
14 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 98)"
15 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 55)"
16 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 37)"
17 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 33)"
18 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
19 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 208)"
20 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::read (line 133)"
21 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::search (line 102)"
22 => "Shopware\Core\Content\Product\SalesChannel\Listing\ProductListingLoader::load (line 117)"
23 => "Nd\Fashion\Overwrite\ProductListingRoute::load (line 96)"
24 => "Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute::Shopware\Core\Content\Product\SalesChannel\Listing\{closure} (line 350)"
25 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 44)"
26 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 120)"
27 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 43)"
28 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 46)"
29 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 42)"
30 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 41)"
31 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 59)"
32 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 40)"
33 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 95)"
34 => "Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute::Shopware\Core\Content\Product\SalesChannel\Listing\{closure} (line 72)"
35 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 35)"
36 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 92)"
37 => "Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute::load (line 51)"
38 => "Shopware\Core\Content\Product\SalesChannel\Listing\ResolveCriteriaProductListingRoute::load (line 62)"
39 => "Shopware\Core\Content\Product\Cms\ProductListingCmsElementResolver::enrich (line 99)"
40 => "Shopware\Core\Content\Cms\DataResolver\CmsSlotsDataResolver::resolve (line 104)"
41 => "Shopware\Core\Content\Cms\SalesChannel\SalesChannelCmsPageLoader::loadSlotData (line 94)"
42 => "Shopware\Core\Content\Cms\SalesChannel\SalesChannelCmsPageLoader::load (line 108)"
43 => "Nd\Fashion\Page\Manufacturer\ProductManufacturerRoute::load (line 66)"
44 => "Nd\Fashion\Page\Manufacturer\ProductManufacturerPageLoader::load (line 48)"
45 => "Nd\Fashion\Storefront\Controller\ManufacturerController::productManufacturerDetail (line 163)"
46 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
47 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
48 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
49 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 481)"
50 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 454)"
51 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 348)"
52 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 226)"
53 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
54 => "Shopware\Core\HttpKernel::doHandle (line 81)"
55 => "Shopware\Core\HttpKernel::handle (line 69)"
]
|
146 |
0.69 ms |
SELECT `property_group_option`.`id` FROM `property_group_option` LEFT JOIN (SELECT `property_group_option.productProperties.mapping`.`property_group_option_id` as id FROM `product_property` `property_group_option.productProperties.mapping` LEFT JOIN `product` `property_group_option.productProperties` ON `property_group_option.productProperties.mapping`.`product_id` = `property_group_option.productProperties`.`properties` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.mapping`.`product_version_id` LEFT JOIN `product` `property_group_option.productProperties.parent` ON `property_group_option.productProperties`.`parent_id` = `property_group_option.productProperties.parent`.`id` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.parent`.`version_id` WHERE (`property_group_option.productProperties`.`id` = :param_eb38631fabb841e88600b98025019006)) `property_group_option.productProperties_1` ON `property_group_option`.`id` = `property_group_option.productProperties_1`.`id` LEFT JOIN (SELECT `property_group_option.productProperties.mapping`.`property_group_option_id` as id FROM `product_property` `property_group_option.productProperties.mapping` LEFT JOIN `product` `property_group_option.productProperties` ON `property_group_option.productProperties.mapping`.`product_id` = `property_group_option.productProperties`.`properties` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.mapping`.`product_version_id` LEFT JOIN `product` `property_group_option.productProperties.parent` ON `property_group_option.productProperties`.`parent_id` = `property_group_option.productProperties.parent`.`id` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.parent`.`version_id` WHERE (`property_group_option.productProperties`.`version_id` = :param_26a5b49a618f40219fc587e7f4215fee)) `property_group_option.productProperties_2` ON `property_group_option`.`id` = `property_group_option.productProperties_2`.`id` WHERE (`property_group_option.productProperties_1`.id IS NOT NULL AND `property_group_option.productProperties_2`.id IS NOT NULL AND `property_group_option`.`property_group_id` = :param_24e5b77c3e0b4a37bc2b0a4db2b9ac02) GROUP BY `property_group_option`.`id`
SELECT `property_group_option`.`id` FROM `property_group_option` LEFT JOIN (SELECT `property_group_option.productProperties.mapping`.`property_group_option_id` as id FROM `product_property` `property_group_option.productProperties.mapping` LEFT JOIN `product` `property_group_option.productProperties` ON `property_group_option.productProperties.mapping`.`product_id` = `property_group_option.productProperties`.`properties` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.mapping`.`product_version_id` LEFT JOIN `product` `property_group_option.productProperties.parent` ON `property_group_option.productProperties`.`parent_id` = `property_group_option.productProperties.parent`.`id` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.parent`.`version_id` WHERE (`property_group_option.productProperties`.`id` = 0x4B835D5D91EDA113A82D32DE2B731920)) `property_group_option.productProperties_1` ON `property_group_option`.`id` = `property_group_option.productProperties_1`.`id` LEFT JOIN (SELECT `property_group_option.productProperties.mapping`.`property_group_option_id` as id FROM `product_property` `property_group_option.productProperties.mapping` LEFT JOIN `product` `property_group_option.productProperties` ON `property_group_option.productProperties.mapping`.`product_id` = `property_group_option.productProperties`.`properties` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.mapping`.`product_version_id` LEFT JOIN `product` `property_group_option.productProperties.parent` ON `property_group_option.productProperties`.`parent_id` = `property_group_option.productProperties.parent`.`id` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.parent`.`version_id` WHERE (`property_group_option.productProperties`.`version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425)) `property_group_option.productProperties_2` ON `property_group_option`.`id` = `property_group_option.productProperties_2`.`id` WHERE (`property_group_option.productProperties_1`.id IS NOT NULL AND `property_group_option.productProperties_2`.id IS NOT NULL AND `property_group_option`.`property_group_id` = 0x348605A5F7E947CD873E813BA4E7F448) GROUP BY `property_group_option`.`id`;
array:56 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 239)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 107)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntitySearcher::search (line 62)"
4 => "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher::search (line 132)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::searchIds (line 291)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::_search (line 106)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 51)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator::search (line 151)"
9 => "Nd\Theme\Subscriber\AddProductLabels::getLabel (line 65)"
10 => "Nd\Theme\Subscriber\AddProductLabels::onProductsLoaded (line 270)"
11 => "Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} (line 230)"
12 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
13 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 56)"
14 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 98)"
15 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 55)"
16 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 37)"
17 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 33)"
18 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
19 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 208)"
20 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::read (line 133)"
21 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::search (line 102)"
22 => "Shopware\Core\Content\Product\SalesChannel\Listing\ProductListingLoader::load (line 117)"
23 => "Nd\Fashion\Overwrite\ProductListingRoute::load (line 96)"
24 => "Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute::Shopware\Core\Content\Product\SalesChannel\Listing\{closure} (line 350)"
25 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 44)"
26 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 120)"
27 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 43)"
28 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 46)"
29 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 42)"
30 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 41)"
31 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 59)"
32 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 40)"
33 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 95)"
34 => "Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute::Shopware\Core\Content\Product\SalesChannel\Listing\{closure} (line 72)"
35 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 35)"
36 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 92)"
37 => "Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute::load (line 51)"
38 => "Shopware\Core\Content\Product\SalesChannel\Listing\ResolveCriteriaProductListingRoute::load (line 62)"
39 => "Shopware\Core\Content\Product\Cms\ProductListingCmsElementResolver::enrich (line 99)"
40 => "Shopware\Core\Content\Cms\DataResolver\CmsSlotsDataResolver::resolve (line 104)"
41 => "Shopware\Core\Content\Cms\SalesChannel\SalesChannelCmsPageLoader::loadSlotData (line 94)"
42 => "Shopware\Core\Content\Cms\SalesChannel\SalesChannelCmsPageLoader::load (line 108)"
43 => "Nd\Fashion\Page\Manufacturer\ProductManufacturerRoute::load (line 66)"
44 => "Nd\Fashion\Page\Manufacturer\ProductManufacturerPageLoader::load (line 48)"
45 => "Nd\Fashion\Storefront\Controller\ManufacturerController::productManufacturerDetail (line 163)"
46 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
47 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
48 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
49 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 481)"
50 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 454)"
51 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 348)"
52 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 226)"
53 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
54 => "Shopware\Core\HttpKernel::doHandle (line 81)"
55 => "Shopware\Core\HttpKernel::handle (line 69)"
]
|
147 |
0.69 ms |
SELECT `property_group_option`.`id` FROM `property_group_option` LEFT JOIN (SELECT `property_group_option.productProperties.mapping`.`property_group_option_id` as id FROM `product_property` `property_group_option.productProperties.mapping` LEFT JOIN `product` `property_group_option.productProperties` ON `property_group_option.productProperties.mapping`.`product_id` = `property_group_option.productProperties`.`properties` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.mapping`.`product_version_id` LEFT JOIN `product` `property_group_option.productProperties.parent` ON `property_group_option.productProperties`.`parent_id` = `property_group_option.productProperties.parent`.`id` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.parent`.`version_id` WHERE (`property_group_option.productProperties`.`id` = :param_9cac1093b75949aa8446bcec060e10c3)) `property_group_option.productProperties_1` ON `property_group_option`.`id` = `property_group_option.productProperties_1`.`id` LEFT JOIN (SELECT `property_group_option.productProperties.mapping`.`property_group_option_id` as id FROM `product_property` `property_group_option.productProperties.mapping` LEFT JOIN `product` `property_group_option.productProperties` ON `property_group_option.productProperties.mapping`.`product_id` = `property_group_option.productProperties`.`properties` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.mapping`.`product_version_id` LEFT JOIN `product` `property_group_option.productProperties.parent` ON `property_group_option.productProperties`.`parent_id` = `property_group_option.productProperties.parent`.`id` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.parent`.`version_id` WHERE (`property_group_option.productProperties`.`version_id` = :param_9490aad104a3423ebb9adeeb9fdc367a)) `property_group_option.productProperties_2` ON `property_group_option`.`id` = `property_group_option.productProperties_2`.`id` WHERE (`property_group_option.productProperties_1`.id IS NOT NULL AND `property_group_option.productProperties_2`.id IS NOT NULL AND `property_group_option`.`property_group_id` = :param_e2fe2071849149a7930e619fffcacf37) GROUP BY `property_group_option`.`id`
SELECT `property_group_option`.`id` FROM `property_group_option` LEFT JOIN (SELECT `property_group_option.productProperties.mapping`.`property_group_option_id` as id FROM `product_property` `property_group_option.productProperties.mapping` LEFT JOIN `product` `property_group_option.productProperties` ON `property_group_option.productProperties.mapping`.`product_id` = `property_group_option.productProperties`.`properties` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.mapping`.`product_version_id` LEFT JOIN `product` `property_group_option.productProperties.parent` ON `property_group_option.productProperties`.`parent_id` = `property_group_option.productProperties.parent`.`id` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.parent`.`version_id` WHERE (`property_group_option.productProperties`.`id` = 0x4B835D5D91EDA113A82D32DE2B731920)) `property_group_option.productProperties_1` ON `property_group_option`.`id` = `property_group_option.productProperties_1`.`id` LEFT JOIN (SELECT `property_group_option.productProperties.mapping`.`property_group_option_id` as id FROM `product_property` `property_group_option.productProperties.mapping` LEFT JOIN `product` `property_group_option.productProperties` ON `property_group_option.productProperties.mapping`.`product_id` = `property_group_option.productProperties`.`properties` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.mapping`.`product_version_id` LEFT JOIN `product` `property_group_option.productProperties.parent` ON `property_group_option.productProperties`.`parent_id` = `property_group_option.productProperties.parent`.`id` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.parent`.`version_id` WHERE (`property_group_option.productProperties`.`version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425)) `property_group_option.productProperties_2` ON `property_group_option`.`id` = `property_group_option.productProperties_2`.`id` WHERE (`property_group_option.productProperties_1`.id IS NOT NULL AND `property_group_option.productProperties_2`.id IS NOT NULL AND `property_group_option`.`property_group_id` = 0xDCFDAD627839433691AB6997769A881F) GROUP BY `property_group_option`.`id`;
array:56 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 239)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 107)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntitySearcher::search (line 62)"
4 => "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher::search (line 132)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::searchIds (line 291)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::_search (line 106)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 51)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator::search (line 107)"
9 => "Nd\Theme\Subscriber\AddProductLabels::getFit (line 66)"
10 => "Nd\Theme\Subscriber\AddProductLabels::onProductsLoaded (line 270)"
11 => "Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} (line 230)"
12 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
13 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 56)"
14 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 98)"
15 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 55)"
16 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 37)"
17 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 33)"
18 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
19 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 208)"
20 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::read (line 133)"
21 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::search (line 102)"
22 => "Shopware\Core\Content\Product\SalesChannel\Listing\ProductListingLoader::load (line 117)"
23 => "Nd\Fashion\Overwrite\ProductListingRoute::load (line 96)"
24 => "Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute::Shopware\Core\Content\Product\SalesChannel\Listing\{closure} (line 350)"
25 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 44)"
26 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 120)"
27 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 43)"
28 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 46)"
29 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 42)"
30 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 41)"
31 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 59)"
32 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 40)"
33 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 95)"
34 => "Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute::Shopware\Core\Content\Product\SalesChannel\Listing\{closure} (line 72)"
35 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 35)"
36 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 92)"
37 => "Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute::load (line 51)"
38 => "Shopware\Core\Content\Product\SalesChannel\Listing\ResolveCriteriaProductListingRoute::load (line 62)"
39 => "Shopware\Core\Content\Product\Cms\ProductListingCmsElementResolver::enrich (line 99)"
40 => "Shopware\Core\Content\Cms\DataResolver\CmsSlotsDataResolver::resolve (line 104)"
41 => "Shopware\Core\Content\Cms\SalesChannel\SalesChannelCmsPageLoader::loadSlotData (line 94)"
42 => "Shopware\Core\Content\Cms\SalesChannel\SalesChannelCmsPageLoader::load (line 108)"
43 => "Nd\Fashion\Page\Manufacturer\ProductManufacturerRoute::load (line 66)"
44 => "Nd\Fashion\Page\Manufacturer\ProductManufacturerPageLoader::load (line 48)"
45 => "Nd\Fashion\Storefront\Controller\ManufacturerController::productManufacturerDetail (line 163)"
46 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
47 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
48 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
49 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 481)"
50 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 454)"
51 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 348)"
52 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 226)"
53 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
54 => "Shopware\Core\HttpKernel::doHandle (line 81)"
55 => "Shopware\Core\HttpKernel::handle (line 69)"
]
|
148 |
0.83 ms |
SELECT `property_group_option`.`id` FROM `property_group_option` LEFT JOIN (SELECT `property_group_option.productProperties.mapping`.`property_group_option_id` as id FROM `product_property` `property_group_option.productProperties.mapping` LEFT JOIN `product` `property_group_option.productProperties` ON `property_group_option.productProperties.mapping`.`product_id` = `property_group_option.productProperties`.`properties` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.mapping`.`product_version_id` LEFT JOIN `product` `property_group_option.productProperties.parent` ON `property_group_option.productProperties`.`parent_id` = `property_group_option.productProperties.parent`.`id` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.parent`.`version_id` WHERE (`property_group_option.productProperties`.`id` = :param_f648d0bda708475f87a7f487b7eecada)) `property_group_option.productProperties_1` ON `property_group_option`.`id` = `property_group_option.productProperties_1`.`id` LEFT JOIN (SELECT `property_group_option.productProperties.mapping`.`property_group_option_id` as id FROM `product_property` `property_group_option.productProperties.mapping` LEFT JOIN `product` `property_group_option.productProperties` ON `property_group_option.productProperties.mapping`.`product_id` = `property_group_option.productProperties`.`properties` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.mapping`.`product_version_id` LEFT JOIN `product` `property_group_option.productProperties.parent` ON `property_group_option.productProperties`.`parent_id` = `property_group_option.productProperties.parent`.`id` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.parent`.`version_id` WHERE (`property_group_option.productProperties`.`version_id` = :param_0990fcc9a7ab4530965612e78a5c7012)) `property_group_option.productProperties_2` ON `property_group_option`.`id` = `property_group_option.productProperties_2`.`id` WHERE (`property_group_option.productProperties_1`.id IS NOT NULL AND `property_group_option.productProperties_2`.id IS NOT NULL AND `property_group_option`.`property_group_id` = :param_af62d9a718d941c5940bcd771ed4a52c) GROUP BY `property_group_option`.`id`
SELECT `property_group_option`.`id` FROM `property_group_option` LEFT JOIN (SELECT `property_group_option.productProperties.mapping`.`property_group_option_id` as id FROM `product_property` `property_group_option.productProperties.mapping` LEFT JOIN `product` `property_group_option.productProperties` ON `property_group_option.productProperties.mapping`.`product_id` = `property_group_option.productProperties`.`properties` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.mapping`.`product_version_id` LEFT JOIN `product` `property_group_option.productProperties.parent` ON `property_group_option.productProperties`.`parent_id` = `property_group_option.productProperties.parent`.`id` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.parent`.`version_id` WHERE (`property_group_option.productProperties`.`id` = 0xE3A197992B95515697D46513A92E914B)) `property_group_option.productProperties_1` ON `property_group_option`.`id` = `property_group_option.productProperties_1`.`id` LEFT JOIN (SELECT `property_group_option.productProperties.mapping`.`property_group_option_id` as id FROM `product_property` `property_group_option.productProperties.mapping` LEFT JOIN `product` `property_group_option.productProperties` ON `property_group_option.productProperties.mapping`.`product_id` = `property_group_option.productProperties`.`properties` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.mapping`.`product_version_id` LEFT JOIN `product` `property_group_option.productProperties.parent` ON `property_group_option.productProperties`.`parent_id` = `property_group_option.productProperties.parent`.`id` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.parent`.`version_id` WHERE (`property_group_option.productProperties`.`version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425)) `property_group_option.productProperties_2` ON `property_group_option`.`id` = `property_group_option.productProperties_2`.`id` WHERE (`property_group_option.productProperties_1`.id IS NOT NULL AND `property_group_option.productProperties_2`.id IS NOT NULL AND `property_group_option`.`property_group_id` = 0x348605A5F7E947CD873E813BA4E7F448) GROUP BY `property_group_option`.`id`;
array:56 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 239)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 107)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntitySearcher::search (line 62)"
4 => "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher::search (line 132)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::searchIds (line 291)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::_search (line 106)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 51)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator::search (line 151)"
9 => "Nd\Theme\Subscriber\AddProductLabels::getLabel (line 65)"
10 => "Nd\Theme\Subscriber\AddProductLabels::onProductsLoaded (line 270)"
11 => "Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} (line 230)"
12 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
13 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 56)"
14 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 98)"
15 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 55)"
16 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 37)"
17 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 33)"
18 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
19 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 208)"
20 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::read (line 133)"
21 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::search (line 102)"
22 => "Shopware\Core\Content\Product\SalesChannel\Listing\ProductListingLoader::load (line 117)"
23 => "Nd\Fashion\Overwrite\ProductListingRoute::load (line 96)"
24 => "Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute::Shopware\Core\Content\Product\SalesChannel\Listing\{closure} (line 350)"
25 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 44)"
26 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 120)"
27 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 43)"
28 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 46)"
29 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 42)"
30 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 41)"
31 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 59)"
32 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 40)"
33 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 95)"
34 => "Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute::Shopware\Core\Content\Product\SalesChannel\Listing\{closure} (line 72)"
35 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 35)"
36 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 92)"
37 => "Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute::load (line 51)"
38 => "Shopware\Core\Content\Product\SalesChannel\Listing\ResolveCriteriaProductListingRoute::load (line 62)"
39 => "Shopware\Core\Content\Product\Cms\ProductListingCmsElementResolver::enrich (line 99)"
40 => "Shopware\Core\Content\Cms\DataResolver\CmsSlotsDataResolver::resolve (line 104)"
41 => "Shopware\Core\Content\Cms\SalesChannel\SalesChannelCmsPageLoader::loadSlotData (line 94)"
42 => "Shopware\Core\Content\Cms\SalesChannel\SalesChannelCmsPageLoader::load (line 108)"
43 => "Nd\Fashion\Page\Manufacturer\ProductManufacturerRoute::load (line 66)"
44 => "Nd\Fashion\Page\Manufacturer\ProductManufacturerPageLoader::load (line 48)"
45 => "Nd\Fashion\Storefront\Controller\ManufacturerController::productManufacturerDetail (line 163)"
46 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
47 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
48 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
49 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 481)"
50 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 454)"
51 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 348)"
52 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 226)"
53 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
54 => "Shopware\Core\HttpKernel::doHandle (line 81)"
55 => "Shopware\Core\HttpKernel::handle (line 69)"
]
|
149 |
0.83 ms |
SELECT `property_group_option`.`id` FROM `property_group_option` LEFT JOIN (SELECT `property_group_option.productProperties.mapping`.`property_group_option_id` as id FROM `product_property` `property_group_option.productProperties.mapping` LEFT JOIN `product` `property_group_option.productProperties` ON `property_group_option.productProperties.mapping`.`product_id` = `property_group_option.productProperties`.`properties` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.mapping`.`product_version_id` LEFT JOIN `product` `property_group_option.productProperties.parent` ON `property_group_option.productProperties`.`parent_id` = `property_group_option.productProperties.parent`.`id` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.parent`.`version_id` WHERE (`property_group_option.productProperties`.`id` = :param_ff503d4e680c4a2dab526819fdabf9a7)) `property_group_option.productProperties_1` ON `property_group_option`.`id` = `property_group_option.productProperties_1`.`id` LEFT JOIN (SELECT `property_group_option.productProperties.mapping`.`property_group_option_id` as id FROM `product_property` `property_group_option.productProperties.mapping` LEFT JOIN `product` `property_group_option.productProperties` ON `property_group_option.productProperties.mapping`.`product_id` = `property_group_option.productProperties`.`properties` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.mapping`.`product_version_id` LEFT JOIN `product` `property_group_option.productProperties.parent` ON `property_group_option.productProperties`.`parent_id` = `property_group_option.productProperties.parent`.`id` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.parent`.`version_id` WHERE (`property_group_option.productProperties`.`version_id` = :param_fe1b69e7c26242c782f6aa32c5171129)) `property_group_option.productProperties_2` ON `property_group_option`.`id` = `property_group_option.productProperties_2`.`id` WHERE (`property_group_option.productProperties_1`.id IS NOT NULL AND `property_group_option.productProperties_2`.id IS NOT NULL AND `property_group_option`.`property_group_id` = :param_a09113a767324a62af6f2df50999fe54) GROUP BY `property_group_option`.`id`
SELECT `property_group_option`.`id` FROM `property_group_option` LEFT JOIN (SELECT `property_group_option.productProperties.mapping`.`property_group_option_id` as id FROM `product_property` `property_group_option.productProperties.mapping` LEFT JOIN `product` `property_group_option.productProperties` ON `property_group_option.productProperties.mapping`.`product_id` = `property_group_option.productProperties`.`properties` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.mapping`.`product_version_id` LEFT JOIN `product` `property_group_option.productProperties.parent` ON `property_group_option.productProperties`.`parent_id` = `property_group_option.productProperties.parent`.`id` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.parent`.`version_id` WHERE (`property_group_option.productProperties`.`id` = 0xE3A197992B95515697D46513A92E914B)) `property_group_option.productProperties_1` ON `property_group_option`.`id` = `property_group_option.productProperties_1`.`id` LEFT JOIN (SELECT `property_group_option.productProperties.mapping`.`property_group_option_id` as id FROM `product_property` `property_group_option.productProperties.mapping` LEFT JOIN `product` `property_group_option.productProperties` ON `property_group_option.productProperties.mapping`.`product_id` = `property_group_option.productProperties`.`properties` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.mapping`.`product_version_id` LEFT JOIN `product` `property_group_option.productProperties.parent` ON `property_group_option.productProperties`.`parent_id` = `property_group_option.productProperties.parent`.`id` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.parent`.`version_id` WHERE (`property_group_option.productProperties`.`version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425)) `property_group_option.productProperties_2` ON `property_group_option`.`id` = `property_group_option.productProperties_2`.`id` WHERE (`property_group_option.productProperties_1`.id IS NOT NULL AND `property_group_option.productProperties_2`.id IS NOT NULL AND `property_group_option`.`property_group_id` = 0xDCFDAD627839433691AB6997769A881F) GROUP BY `property_group_option`.`id`;
array:56 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 239)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 107)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntitySearcher::search (line 62)"
4 => "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher::search (line 132)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::searchIds (line 291)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::_search (line 106)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 51)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator::search (line 107)"
9 => "Nd\Theme\Subscriber\AddProductLabels::getFit (line 66)"
10 => "Nd\Theme\Subscriber\AddProductLabels::onProductsLoaded (line 270)"
11 => "Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} (line 230)"
12 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
13 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 56)"
14 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 98)"
15 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 55)"
16 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 37)"
17 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 33)"
18 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
19 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 208)"
20 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::read (line 133)"
21 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::search (line 102)"
22 => "Shopware\Core\Content\Product\SalesChannel\Listing\ProductListingLoader::load (line 117)"
23 => "Nd\Fashion\Overwrite\ProductListingRoute::load (line 96)"
24 => "Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute::Shopware\Core\Content\Product\SalesChannel\Listing\{closure} (line 350)"
25 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 44)"
26 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 120)"
27 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 43)"
28 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 46)"
29 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 42)"
30 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 41)"
31 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 59)"
32 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 40)"
33 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 95)"
34 => "Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute::Shopware\Core\Content\Product\SalesChannel\Listing\{closure} (line 72)"
35 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 35)"
36 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 92)"
37 => "Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute::load (line 51)"
38 => "Shopware\Core\Content\Product\SalesChannel\Listing\ResolveCriteriaProductListingRoute::load (line 62)"
39 => "Shopware\Core\Content\Product\Cms\ProductListingCmsElementResolver::enrich (line 99)"
40 => "Shopware\Core\Content\Cms\DataResolver\CmsSlotsDataResolver::resolve (line 104)"
41 => "Shopware\Core\Content\Cms\SalesChannel\SalesChannelCmsPageLoader::loadSlotData (line 94)"
42 => "Shopware\Core\Content\Cms\SalesChannel\SalesChannelCmsPageLoader::load (line 108)"
43 => "Nd\Fashion\Page\Manufacturer\ProductManufacturerRoute::load (line 66)"
44 => "Nd\Fashion\Page\Manufacturer\ProductManufacturerPageLoader::load (line 48)"
45 => "Nd\Fashion\Storefront\Controller\ManufacturerController::productManufacturerDetail (line 163)"
46 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
47 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
48 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
49 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 481)"
50 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 454)"
51 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 348)"
52 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 226)"
53 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
54 => "Shopware\Core\HttpKernel::doHandle (line 81)"
55 => "Shopware\Core\HttpKernel::handle (line 69)"
]
|
150 |
0.84 ms |
SELECT `property_group_option`.`id` FROM `property_group_option` LEFT JOIN (SELECT `property_group_option.productProperties.mapping`.`property_group_option_id` as id FROM `product_property` `property_group_option.productProperties.mapping` LEFT JOIN `product` `property_group_option.productProperties` ON `property_group_option.productProperties.mapping`.`product_id` = `property_group_option.productProperties`.`properties` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.mapping`.`product_version_id` LEFT JOIN `product` `property_group_option.productProperties.parent` ON `property_group_option.productProperties`.`parent_id` = `property_group_option.productProperties.parent`.`id` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.parent`.`version_id` WHERE (`property_group_option.productProperties`.`id` = :param_daeccfb4f614480fb90e0007cd2ee6d8)) `property_group_option.productProperties_1` ON `property_group_option`.`id` = `property_group_option.productProperties_1`.`id` LEFT JOIN (SELECT `property_group_option.productProperties.mapping`.`property_group_option_id` as id FROM `product_property` `property_group_option.productProperties.mapping` LEFT JOIN `product` `property_group_option.productProperties` ON `property_group_option.productProperties.mapping`.`product_id` = `property_group_option.productProperties`.`properties` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.mapping`.`product_version_id` LEFT JOIN `product` `property_group_option.productProperties.parent` ON `property_group_option.productProperties`.`parent_id` = `property_group_option.productProperties.parent`.`id` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.parent`.`version_id` WHERE (`property_group_option.productProperties`.`version_id` = :param_79bf524c76b441fcaa01f850b9d28f05)) `property_group_option.productProperties_2` ON `property_group_option`.`id` = `property_group_option.productProperties_2`.`id` WHERE (`property_group_option.productProperties_1`.id IS NOT NULL AND `property_group_option.productProperties_2`.id IS NOT NULL AND `property_group_option`.`property_group_id` = :param_d6e381a943e3431c98636a3e9658e347) GROUP BY `property_group_option`.`id`
SELECT `property_group_option`.`id` FROM `property_group_option` LEFT JOIN (SELECT `property_group_option.productProperties.mapping`.`property_group_option_id` as id FROM `product_property` `property_group_option.productProperties.mapping` LEFT JOIN `product` `property_group_option.productProperties` ON `property_group_option.productProperties.mapping`.`product_id` = `property_group_option.productProperties`.`properties` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.mapping`.`product_version_id` LEFT JOIN `product` `property_group_option.productProperties.parent` ON `property_group_option.productProperties`.`parent_id` = `property_group_option.productProperties.parent`.`id` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.parent`.`version_id` WHERE (`property_group_option.productProperties`.`id` = 0x0FFA1D78CEFEAA9CB26E81DF674D7D9B)) `property_group_option.productProperties_1` ON `property_group_option`.`id` = `property_group_option.productProperties_1`.`id` LEFT JOIN (SELECT `property_group_option.productProperties.mapping`.`property_group_option_id` as id FROM `product_property` `property_group_option.productProperties.mapping` LEFT JOIN `product` `property_group_option.productProperties` ON `property_group_option.productProperties.mapping`.`product_id` = `property_group_option.productProperties`.`properties` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.mapping`.`product_version_id` LEFT JOIN `product` `property_group_option.productProperties.parent` ON `property_group_option.productProperties`.`parent_id` = `property_group_option.productProperties.parent`.`id` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.parent`.`version_id` WHERE (`property_group_option.productProperties`.`version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425)) `property_group_option.productProperties_2` ON `property_group_option`.`id` = `property_group_option.productProperties_2`.`id` WHERE (`property_group_option.productProperties_1`.id IS NOT NULL AND `property_group_option.productProperties_2`.id IS NOT NULL AND `property_group_option`.`property_group_id` = 0x348605A5F7E947CD873E813BA4E7F448) GROUP BY `property_group_option`.`id`;
array:56 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 239)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 107)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntitySearcher::search (line 62)"
4 => "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher::search (line 132)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::searchIds (line 291)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::_search (line 106)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 51)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator::search (line 151)"
9 => "Nd\Theme\Subscriber\AddProductLabels::getLabel (line 65)"
10 => "Nd\Theme\Subscriber\AddProductLabels::onProductsLoaded (line 270)"
11 => "Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} (line 230)"
12 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
13 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 56)"
14 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 98)"
15 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 55)"
16 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 37)"
17 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 33)"
18 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
19 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 208)"
20 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::read (line 133)"
21 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::search (line 102)"
22 => "Shopware\Core\Content\Product\SalesChannel\Listing\ProductListingLoader::load (line 117)"
23 => "Nd\Fashion\Overwrite\ProductListingRoute::load (line 96)"
24 => "Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute::Shopware\Core\Content\Product\SalesChannel\Listing\{closure} (line 350)"
25 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 44)"
26 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 120)"
27 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 43)"
28 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 46)"
29 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 42)"
30 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 41)"
31 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 59)"
32 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 40)"
33 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 95)"
34 => "Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute::Shopware\Core\Content\Product\SalesChannel\Listing\{closure} (line 72)"
35 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 35)"
36 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 92)"
37 => "Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute::load (line 51)"
38 => "Shopware\Core\Content\Product\SalesChannel\Listing\ResolveCriteriaProductListingRoute::load (line 62)"
39 => "Shopware\Core\Content\Product\Cms\ProductListingCmsElementResolver::enrich (line 99)"
40 => "Shopware\Core\Content\Cms\DataResolver\CmsSlotsDataResolver::resolve (line 104)"
41 => "Shopware\Core\Content\Cms\SalesChannel\SalesChannelCmsPageLoader::loadSlotData (line 94)"
42 => "Shopware\Core\Content\Cms\SalesChannel\SalesChannelCmsPageLoader::load (line 108)"
43 => "Nd\Fashion\Page\Manufacturer\ProductManufacturerRoute::load (line 66)"
44 => "Nd\Fashion\Page\Manufacturer\ProductManufacturerPageLoader::load (line 48)"
45 => "Nd\Fashion\Storefront\Controller\ManufacturerController::productManufacturerDetail (line 163)"
46 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
47 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
48 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
49 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 481)"
50 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 454)"
51 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 348)"
52 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 226)"
53 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
54 => "Shopware\Core\HttpKernel::doHandle (line 81)"
55 => "Shopware\Core\HttpKernel::handle (line 69)"
]
|
151 |
0.78 ms |
SELECT `property_group_option`.`id` FROM `property_group_option` LEFT JOIN (SELECT `property_group_option.productProperties.mapping`.`property_group_option_id` as id FROM `product_property` `property_group_option.productProperties.mapping` LEFT JOIN `product` `property_group_option.productProperties` ON `property_group_option.productProperties.mapping`.`product_id` = `property_group_option.productProperties`.`properties` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.mapping`.`product_version_id` LEFT JOIN `product` `property_group_option.productProperties.parent` ON `property_group_option.productProperties`.`parent_id` = `property_group_option.productProperties.parent`.`id` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.parent`.`version_id` WHERE (`property_group_option.productProperties`.`id` = :param_aa1e15c8db7d48b48f93b58ece951f98)) `property_group_option.productProperties_1` ON `property_group_option`.`id` = `property_group_option.productProperties_1`.`id` LEFT JOIN (SELECT `property_group_option.productProperties.mapping`.`property_group_option_id` as id FROM `product_property` `property_group_option.productProperties.mapping` LEFT JOIN `product` `property_group_option.productProperties` ON `property_group_option.productProperties.mapping`.`product_id` = `property_group_option.productProperties`.`properties` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.mapping`.`product_version_id` LEFT JOIN `product` `property_group_option.productProperties.parent` ON `property_group_option.productProperties`.`parent_id` = `property_group_option.productProperties.parent`.`id` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.parent`.`version_id` WHERE (`property_group_option.productProperties`.`version_id` = :param_edb65db9f3044ac3b3619ccc4f9285b4)) `property_group_option.productProperties_2` ON `property_group_option`.`id` = `property_group_option.productProperties_2`.`id` WHERE (`property_group_option.productProperties_1`.id IS NOT NULL AND `property_group_option.productProperties_2`.id IS NOT NULL AND `property_group_option`.`property_group_id` = :param_4429e8718c844a9fb34ebf39a4bb0dd3) GROUP BY `property_group_option`.`id`
SELECT `property_group_option`.`id` FROM `property_group_option` LEFT JOIN (SELECT `property_group_option.productProperties.mapping`.`property_group_option_id` as id FROM `product_property` `property_group_option.productProperties.mapping` LEFT JOIN `product` `property_group_option.productProperties` ON `property_group_option.productProperties.mapping`.`product_id` = `property_group_option.productProperties`.`properties` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.mapping`.`product_version_id` LEFT JOIN `product` `property_group_option.productProperties.parent` ON `property_group_option.productProperties`.`parent_id` = `property_group_option.productProperties.parent`.`id` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.parent`.`version_id` WHERE (`property_group_option.productProperties`.`id` = 0x0FFA1D78CEFEAA9CB26E81DF674D7D9B)) `property_group_option.productProperties_1` ON `property_group_option`.`id` = `property_group_option.productProperties_1`.`id` LEFT JOIN (SELECT `property_group_option.productProperties.mapping`.`property_group_option_id` as id FROM `product_property` `property_group_option.productProperties.mapping` LEFT JOIN `product` `property_group_option.productProperties` ON `property_group_option.productProperties.mapping`.`product_id` = `property_group_option.productProperties`.`properties` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.mapping`.`product_version_id` LEFT JOIN `product` `property_group_option.productProperties.parent` ON `property_group_option.productProperties`.`parent_id` = `property_group_option.productProperties.parent`.`id` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.parent`.`version_id` WHERE (`property_group_option.productProperties`.`version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425)) `property_group_option.productProperties_2` ON `property_group_option`.`id` = `property_group_option.productProperties_2`.`id` WHERE (`property_group_option.productProperties_1`.id IS NOT NULL AND `property_group_option.productProperties_2`.id IS NOT NULL AND `property_group_option`.`property_group_id` = 0xDCFDAD627839433691AB6997769A881F) GROUP BY `property_group_option`.`id`;
array:56 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 239)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 107)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntitySearcher::search (line 62)"
4 => "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher::search (line 132)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::searchIds (line 291)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::_search (line 106)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 51)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator::search (line 107)"
9 => "Nd\Theme\Subscriber\AddProductLabels::getFit (line 66)"
10 => "Nd\Theme\Subscriber\AddProductLabels::onProductsLoaded (line 270)"
11 => "Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} (line 230)"
12 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
13 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 56)"
14 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 98)"
15 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 55)"
16 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 37)"
17 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 33)"
18 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
19 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 208)"
20 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::read (line 133)"
21 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::search (line 102)"
22 => "Shopware\Core\Content\Product\SalesChannel\Listing\ProductListingLoader::load (line 117)"
23 => "Nd\Fashion\Overwrite\ProductListingRoute::load (line 96)"
24 => "Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute::Shopware\Core\Content\Product\SalesChannel\Listing\{closure} (line 350)"
25 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 44)"
26 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 120)"
27 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 43)"
28 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 46)"
29 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 42)"
30 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 41)"
31 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 59)"
32 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 40)"
33 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 95)"
34 => "Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute::Shopware\Core\Content\Product\SalesChannel\Listing\{closure} (line 72)"
35 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 35)"
36 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 92)"
37 => "Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute::load (line 51)"
38 => "Shopware\Core\Content\Product\SalesChannel\Listing\ResolveCriteriaProductListingRoute::load (line 62)"
39 => "Shopware\Core\Content\Product\Cms\ProductListingCmsElementResolver::enrich (line 99)"
40 => "Shopware\Core\Content\Cms\DataResolver\CmsSlotsDataResolver::resolve (line 104)"
41 => "Shopware\Core\Content\Cms\SalesChannel\SalesChannelCmsPageLoader::loadSlotData (line 94)"
42 => "Shopware\Core\Content\Cms\SalesChannel\SalesChannelCmsPageLoader::load (line 108)"
43 => "Nd\Fashion\Page\Manufacturer\ProductManufacturerRoute::load (line 66)"
44 => "Nd\Fashion\Page\Manufacturer\ProductManufacturerPageLoader::load (line 48)"
45 => "Nd\Fashion\Storefront\Controller\ManufacturerController::productManufacturerDetail (line 163)"
46 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
47 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
48 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
49 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 481)"
50 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 454)"
51 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 348)"
52 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 226)"
53 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
54 => "Shopware\Core\HttpKernel::doHandle (line 81)"
55 => "Shopware\Core\HttpKernel::handle (line 69)"
]
|
152 |
0.63 ms |
SELECT `property_group_option`.`id` FROM `property_group_option` LEFT JOIN (SELECT `property_group_option.productProperties.mapping`.`property_group_option_id` as id FROM `product_property` `property_group_option.productProperties.mapping` LEFT JOIN `product` `property_group_option.productProperties` ON `property_group_option.productProperties.mapping`.`product_id` = `property_group_option.productProperties`.`properties` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.mapping`.`product_version_id` LEFT JOIN `product` `property_group_option.productProperties.parent` ON `property_group_option.productProperties`.`parent_id` = `property_group_option.productProperties.parent`.`id` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.parent`.`version_id` WHERE (`property_group_option.productProperties`.`id` = :param_d369a63a37744247884c86ec6152ae98)) `property_group_option.productProperties_1` ON `property_group_option`.`id` = `property_group_option.productProperties_1`.`id` LEFT JOIN (SELECT `property_group_option.productProperties.mapping`.`property_group_option_id` as id FROM `product_property` `property_group_option.productProperties.mapping` LEFT JOIN `product` `property_group_option.productProperties` ON `property_group_option.productProperties.mapping`.`product_id` = `property_group_option.productProperties`.`properties` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.mapping`.`product_version_id` LEFT JOIN `product` `property_group_option.productProperties.parent` ON `property_group_option.productProperties`.`parent_id` = `property_group_option.productProperties.parent`.`id` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.parent`.`version_id` WHERE (`property_group_option.productProperties`.`version_id` = :param_4ef5660e14ce4000af2f8069eefbc22a)) `property_group_option.productProperties_2` ON `property_group_option`.`id` = `property_group_option.productProperties_2`.`id` WHERE (`property_group_option.productProperties_1`.id IS NOT NULL AND `property_group_option.productProperties_2`.id IS NOT NULL AND `property_group_option`.`property_group_id` = :param_13b93ea70292480eb32a5ea868eb0ffe) GROUP BY `property_group_option`.`id`
SELECT `property_group_option`.`id` FROM `property_group_option` LEFT JOIN (SELECT `property_group_option.productProperties.mapping`.`property_group_option_id` as id FROM `product_property` `property_group_option.productProperties.mapping` LEFT JOIN `product` `property_group_option.productProperties` ON `property_group_option.productProperties.mapping`.`product_id` = `property_group_option.productProperties`.`properties` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.mapping`.`product_version_id` LEFT JOIN `product` `property_group_option.productProperties.parent` ON `property_group_option.productProperties`.`parent_id` = `property_group_option.productProperties.parent`.`id` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.parent`.`version_id` WHERE (`property_group_option.productProperties`.`id` = 0x23D8C51AC130D7EA5E76B42B5AF27523)) `property_group_option.productProperties_1` ON `property_group_option`.`id` = `property_group_option.productProperties_1`.`id` LEFT JOIN (SELECT `property_group_option.productProperties.mapping`.`property_group_option_id` as id FROM `product_property` `property_group_option.productProperties.mapping` LEFT JOIN `product` `property_group_option.productProperties` ON `property_group_option.productProperties.mapping`.`product_id` = `property_group_option.productProperties`.`properties` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.mapping`.`product_version_id` LEFT JOIN `product` `property_group_option.productProperties.parent` ON `property_group_option.productProperties`.`parent_id` = `property_group_option.productProperties.parent`.`id` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.parent`.`version_id` WHERE (`property_group_option.productProperties`.`version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425)) `property_group_option.productProperties_2` ON `property_group_option`.`id` = `property_group_option.productProperties_2`.`id` WHERE (`property_group_option.productProperties_1`.id IS NOT NULL AND `property_group_option.productProperties_2`.id IS NOT NULL AND `property_group_option`.`property_group_id` = 0xDCFDAD627839433691AB6997769A881F) GROUP BY `property_group_option`.`id`;
array:56 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 239)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 107)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntitySearcher::search (line 62)"
4 => "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher::search (line 132)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::searchIds (line 291)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::_search (line 106)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 51)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator::search (line 107)"
9 => "Nd\Theme\Subscriber\AddProductLabels::getFit (line 66)"
10 => "Nd\Theme\Subscriber\AddProductLabels::onProductsLoaded (line 270)"
11 => "Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} (line 230)"
12 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
13 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 56)"
14 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 98)"
15 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 55)"
16 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 37)"
17 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 33)"
18 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
19 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 208)"
20 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::read (line 133)"
21 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::search (line 102)"
22 => "Shopware\Core\Content\Product\SalesChannel\Listing\ProductListingLoader::load (line 117)"
23 => "Nd\Fashion\Overwrite\ProductListingRoute::load (line 96)"
24 => "Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute::Shopware\Core\Content\Product\SalesChannel\Listing\{closure} (line 350)"
25 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 44)"
26 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 120)"
27 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 43)"
28 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 46)"
29 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 42)"
30 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 41)"
31 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 59)"
32 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 40)"
33 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 95)"
34 => "Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute::Shopware\Core\Content\Product\SalesChannel\Listing\{closure} (line 72)"
35 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 35)"
36 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 92)"
37 => "Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute::load (line 51)"
38 => "Shopware\Core\Content\Product\SalesChannel\Listing\ResolveCriteriaProductListingRoute::load (line 62)"
39 => "Shopware\Core\Content\Product\Cms\ProductListingCmsElementResolver::enrich (line 99)"
40 => "Shopware\Core\Content\Cms\DataResolver\CmsSlotsDataResolver::resolve (line 104)"
41 => "Shopware\Core\Content\Cms\SalesChannel\SalesChannelCmsPageLoader::loadSlotData (line 94)"
42 => "Shopware\Core\Content\Cms\SalesChannel\SalesChannelCmsPageLoader::load (line 108)"
43 => "Nd\Fashion\Page\Manufacturer\ProductManufacturerRoute::load (line 66)"
44 => "Nd\Fashion\Page\Manufacturer\ProductManufacturerPageLoader::load (line 48)"
45 => "Nd\Fashion\Storefront\Controller\ManufacturerController::productManufacturerDetail (line 163)"
46 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
47 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
48 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
49 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 481)"
50 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 454)"
51 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 348)"
52 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 226)"
53 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
54 => "Shopware\Core\HttpKernel::doHandle (line 81)"
55 => "Shopware\Core\HttpKernel::handle (line 69)"
]
|
153 |
0.75 ms |
SELECT `property_group_option`.`id` FROM `property_group_option` LEFT JOIN (SELECT `property_group_option.productProperties.mapping`.`property_group_option_id` as id FROM `product_property` `property_group_option.productProperties.mapping` LEFT JOIN `product` `property_group_option.productProperties` ON `property_group_option.productProperties.mapping`.`product_id` = `property_group_option.productProperties`.`properties` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.mapping`.`product_version_id` LEFT JOIN `product` `property_group_option.productProperties.parent` ON `property_group_option.productProperties`.`parent_id` = `property_group_option.productProperties.parent`.`id` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.parent`.`version_id` WHERE (`property_group_option.productProperties`.`id` = :param_4cadc04b6dc3419288d199de4e934c91)) `property_group_option.productProperties_1` ON `property_group_option`.`id` = `property_group_option.productProperties_1`.`id` LEFT JOIN (SELECT `property_group_option.productProperties.mapping`.`property_group_option_id` as id FROM `product_property` `property_group_option.productProperties.mapping` LEFT JOIN `product` `property_group_option.productProperties` ON `property_group_option.productProperties.mapping`.`product_id` = `property_group_option.productProperties`.`properties` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.mapping`.`product_version_id` LEFT JOIN `product` `property_group_option.productProperties.parent` ON `property_group_option.productProperties`.`parent_id` = `property_group_option.productProperties.parent`.`id` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.parent`.`version_id` WHERE (`property_group_option.productProperties`.`version_id` = :param_2fabad6e4b734e37a954bc76f376f41c)) `property_group_option.productProperties_2` ON `property_group_option`.`id` = `property_group_option.productProperties_2`.`id` WHERE (`property_group_option.productProperties_1`.id IS NOT NULL AND `property_group_option.productProperties_2`.id IS NOT NULL AND `property_group_option`.`property_group_id` = :param_c7e1cf1ffced41a895c21af960d91bd9) GROUP BY `property_group_option`.`id`
SELECT `property_group_option`.`id` FROM `property_group_option` LEFT JOIN (SELECT `property_group_option.productProperties.mapping`.`property_group_option_id` as id FROM `product_property` `property_group_option.productProperties.mapping` LEFT JOIN `product` `property_group_option.productProperties` ON `property_group_option.productProperties.mapping`.`product_id` = `property_group_option.productProperties`.`properties` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.mapping`.`product_version_id` LEFT JOIN `product` `property_group_option.productProperties.parent` ON `property_group_option.productProperties`.`parent_id` = `property_group_option.productProperties.parent`.`id` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.parent`.`version_id` WHERE (`property_group_option.productProperties`.`id` = 0x1D61EE2510FCC1A011C86F0356F5EA7D)) `property_group_option.productProperties_1` ON `property_group_option`.`id` = `property_group_option.productProperties_1`.`id` LEFT JOIN (SELECT `property_group_option.productProperties.mapping`.`property_group_option_id` as id FROM `product_property` `property_group_option.productProperties.mapping` LEFT JOIN `product` `property_group_option.productProperties` ON `property_group_option.productProperties.mapping`.`product_id` = `property_group_option.productProperties`.`properties` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.mapping`.`product_version_id` LEFT JOIN `product` `property_group_option.productProperties.parent` ON `property_group_option.productProperties`.`parent_id` = `property_group_option.productProperties.parent`.`id` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.parent`.`version_id` WHERE (`property_group_option.productProperties`.`version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425)) `property_group_option.productProperties_2` ON `property_group_option`.`id` = `property_group_option.productProperties_2`.`id` WHERE (`property_group_option.productProperties_1`.id IS NOT NULL AND `property_group_option.productProperties_2`.id IS NOT NULL AND `property_group_option`.`property_group_id` = 0x348605A5F7E947CD873E813BA4E7F448) GROUP BY `property_group_option`.`id`;
array:56 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 239)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 107)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntitySearcher::search (line 62)"
4 => "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher::search (line 132)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::searchIds (line 291)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::_search (line 106)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 51)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator::search (line 151)"
9 => "Nd\Theme\Subscriber\AddProductLabels::getLabel (line 65)"
10 => "Nd\Theme\Subscriber\AddProductLabels::onProductsLoaded (line 270)"
11 => "Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} (line 230)"
12 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
13 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 56)"
14 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 98)"
15 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 55)"
16 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 37)"
17 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 33)"
18 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
19 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 208)"
20 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::read (line 133)"
21 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::search (line 102)"
22 => "Shopware\Core\Content\Product\SalesChannel\Listing\ProductListingLoader::load (line 117)"
23 => "Nd\Fashion\Overwrite\ProductListingRoute::load (line 96)"
24 => "Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute::Shopware\Core\Content\Product\SalesChannel\Listing\{closure} (line 350)"
25 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 44)"
26 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 120)"
27 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 43)"
28 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 46)"
29 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 42)"
30 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 41)"
31 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 59)"
32 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 40)"
33 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 95)"
34 => "Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute::Shopware\Core\Content\Product\SalesChannel\Listing\{closure} (line 72)"
35 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 35)"
36 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 92)"
37 => "Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute::load (line 51)"
38 => "Shopware\Core\Content\Product\SalesChannel\Listing\ResolveCriteriaProductListingRoute::load (line 62)"
39 => "Shopware\Core\Content\Product\Cms\ProductListingCmsElementResolver::enrich (line 99)"
40 => "Shopware\Core\Content\Cms\DataResolver\CmsSlotsDataResolver::resolve (line 104)"
41 => "Shopware\Core\Content\Cms\SalesChannel\SalesChannelCmsPageLoader::loadSlotData (line 94)"
42 => "Shopware\Core\Content\Cms\SalesChannel\SalesChannelCmsPageLoader::load (line 108)"
43 => "Nd\Fashion\Page\Manufacturer\ProductManufacturerRoute::load (line 66)"
44 => "Nd\Fashion\Page\Manufacturer\ProductManufacturerPageLoader::load (line 48)"
45 => "Nd\Fashion\Storefront\Controller\ManufacturerController::productManufacturerDetail (line 163)"
46 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
47 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
48 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
49 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 481)"
50 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 454)"
51 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 348)"
52 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 226)"
53 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
54 => "Shopware\Core\HttpKernel::doHandle (line 81)"
55 => "Shopware\Core\HttpKernel::handle (line 69)"
]
|
154 |
0.63 ms |
SELECT `property_group_option`.`id` FROM `property_group_option` LEFT JOIN (SELECT `property_group_option.productProperties.mapping`.`property_group_option_id` as id FROM `product_property` `property_group_option.productProperties.mapping` LEFT JOIN `product` `property_group_option.productProperties` ON `property_group_option.productProperties.mapping`.`product_id` = `property_group_option.productProperties`.`properties` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.mapping`.`product_version_id` LEFT JOIN `product` `property_group_option.productProperties.parent` ON `property_group_option.productProperties`.`parent_id` = `property_group_option.productProperties.parent`.`id` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.parent`.`version_id` WHERE (`property_group_option.productProperties`.`id` = :param_497cc9bcdff04ab9af2b967e140fa297)) `property_group_option.productProperties_1` ON `property_group_option`.`id` = `property_group_option.productProperties_1`.`id` LEFT JOIN (SELECT `property_group_option.productProperties.mapping`.`property_group_option_id` as id FROM `product_property` `property_group_option.productProperties.mapping` LEFT JOIN `product` `property_group_option.productProperties` ON `property_group_option.productProperties.mapping`.`product_id` = `property_group_option.productProperties`.`properties` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.mapping`.`product_version_id` LEFT JOIN `product` `property_group_option.productProperties.parent` ON `property_group_option.productProperties`.`parent_id` = `property_group_option.productProperties.parent`.`id` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.parent`.`version_id` WHERE (`property_group_option.productProperties`.`version_id` = :param_8860cef527f440b2ad0bd73d1d83d037)) `property_group_option.productProperties_2` ON `property_group_option`.`id` = `property_group_option.productProperties_2`.`id` WHERE (`property_group_option.productProperties_1`.id IS NOT NULL AND `property_group_option.productProperties_2`.id IS NOT NULL AND `property_group_option`.`property_group_id` = :param_20f12133d1e84b18b6dabffb801f8b9d) GROUP BY `property_group_option`.`id`
SELECT `property_group_option`.`id` FROM `property_group_option` LEFT JOIN (SELECT `property_group_option.productProperties.mapping`.`property_group_option_id` as id FROM `product_property` `property_group_option.productProperties.mapping` LEFT JOIN `product` `property_group_option.productProperties` ON `property_group_option.productProperties.mapping`.`product_id` = `property_group_option.productProperties`.`properties` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.mapping`.`product_version_id` LEFT JOIN `product` `property_group_option.productProperties.parent` ON `property_group_option.productProperties`.`parent_id` = `property_group_option.productProperties.parent`.`id` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.parent`.`version_id` WHERE (`property_group_option.productProperties`.`id` = 0x1D61EE2510FCC1A011C86F0356F5EA7D)) `property_group_option.productProperties_1` ON `property_group_option`.`id` = `property_group_option.productProperties_1`.`id` LEFT JOIN (SELECT `property_group_option.productProperties.mapping`.`property_group_option_id` as id FROM `product_property` `property_group_option.productProperties.mapping` LEFT JOIN `product` `property_group_option.productProperties` ON `property_group_option.productProperties.mapping`.`product_id` = `property_group_option.productProperties`.`properties` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.mapping`.`product_version_id` LEFT JOIN `product` `property_group_option.productProperties.parent` ON `property_group_option.productProperties`.`parent_id` = `property_group_option.productProperties.parent`.`id` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.parent`.`version_id` WHERE (`property_group_option.productProperties`.`version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425)) `property_group_option.productProperties_2` ON `property_group_option`.`id` = `property_group_option.productProperties_2`.`id` WHERE (`property_group_option.productProperties_1`.id IS NOT NULL AND `property_group_option.productProperties_2`.id IS NOT NULL AND `property_group_option`.`property_group_id` = 0xDCFDAD627839433691AB6997769A881F) GROUP BY `property_group_option`.`id`;
array:56 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 239)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 107)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntitySearcher::search (line 62)"
4 => "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher::search (line 132)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::searchIds (line 291)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::_search (line 106)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 51)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator::search (line 107)"
9 => "Nd\Theme\Subscriber\AddProductLabels::getFit (line 66)"
10 => "Nd\Theme\Subscriber\AddProductLabels::onProductsLoaded (line 270)"
11 => "Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} (line 230)"
12 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
13 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 56)"
14 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 98)"
15 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 55)"
16 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 37)"
17 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 33)"
18 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
19 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 208)"
20 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::read (line 133)"
21 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::search (line 102)"
22 => "Shopware\Core\Content\Product\SalesChannel\Listing\ProductListingLoader::load (line 117)"
23 => "Nd\Fashion\Overwrite\ProductListingRoute::load (line 96)"
24 => "Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute::Shopware\Core\Content\Product\SalesChannel\Listing\{closure} (line 350)"
25 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 44)"
26 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 120)"
27 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 43)"
28 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 46)"
29 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 42)"
30 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 41)"
31 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 59)"
32 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 40)"
33 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 95)"
34 => "Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute::Shopware\Core\Content\Product\SalesChannel\Listing\{closure} (line 72)"
35 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 35)"
36 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 92)"
37 => "Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute::load (line 51)"
38 => "Shopware\Core\Content\Product\SalesChannel\Listing\ResolveCriteriaProductListingRoute::load (line 62)"
39 => "Shopware\Core\Content\Product\Cms\ProductListingCmsElementResolver::enrich (line 99)"
40 => "Shopware\Core\Content\Cms\DataResolver\CmsSlotsDataResolver::resolve (line 104)"
41 => "Shopware\Core\Content\Cms\SalesChannel\SalesChannelCmsPageLoader::loadSlotData (line 94)"
42 => "Shopware\Core\Content\Cms\SalesChannel\SalesChannelCmsPageLoader::load (line 108)"
43 => "Nd\Fashion\Page\Manufacturer\ProductManufacturerRoute::load (line 66)"
44 => "Nd\Fashion\Page\Manufacturer\ProductManufacturerPageLoader::load (line 48)"
45 => "Nd\Fashion\Storefront\Controller\ManufacturerController::productManufacturerDetail (line 163)"
46 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
47 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
48 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
49 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 481)"
50 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 454)"
51 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 348)"
52 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 226)"
53 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
54 => "Shopware\Core\HttpKernel::doHandle (line 81)"
55 => "Shopware\Core\HttpKernel::handle (line 69)"
]
|
155 |
0.62 ms |
SELECT `property_group_option`.`id` FROM `property_group_option` LEFT JOIN (SELECT `property_group_option.productProperties.mapping`.`property_group_option_id` as id FROM `product_property` `property_group_option.productProperties.mapping` LEFT JOIN `product` `property_group_option.productProperties` ON `property_group_option.productProperties.mapping`.`product_id` = `property_group_option.productProperties`.`properties` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.mapping`.`product_version_id` LEFT JOIN `product` `property_group_option.productProperties.parent` ON `property_group_option.productProperties`.`parent_id` = `property_group_option.productProperties.parent`.`id` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.parent`.`version_id` WHERE (`property_group_option.productProperties`.`id` = :param_0a57d36c77e0495ba204e36d28661511)) `property_group_option.productProperties_1` ON `property_group_option`.`id` = `property_group_option.productProperties_1`.`id` LEFT JOIN (SELECT `property_group_option.productProperties.mapping`.`property_group_option_id` as id FROM `product_property` `property_group_option.productProperties.mapping` LEFT JOIN `product` `property_group_option.productProperties` ON `property_group_option.productProperties.mapping`.`product_id` = `property_group_option.productProperties`.`properties` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.mapping`.`product_version_id` LEFT JOIN `product` `property_group_option.productProperties.parent` ON `property_group_option.productProperties`.`parent_id` = `property_group_option.productProperties.parent`.`id` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.parent`.`version_id` WHERE (`property_group_option.productProperties`.`version_id` = :param_17961a01e41145908d9fad211be4713d)) `property_group_option.productProperties_2` ON `property_group_option`.`id` = `property_group_option.productProperties_2`.`id` WHERE (`property_group_option.productProperties_1`.id IS NOT NULL AND `property_group_option.productProperties_2`.id IS NOT NULL AND `property_group_option`.`property_group_id` = :param_2de3c43e0ecb4639882daee71cf6471b) GROUP BY `property_group_option`.`id`
SELECT `property_group_option`.`id` FROM `property_group_option` LEFT JOIN (SELECT `property_group_option.productProperties.mapping`.`property_group_option_id` as id FROM `product_property` `property_group_option.productProperties.mapping` LEFT JOIN `product` `property_group_option.productProperties` ON `property_group_option.productProperties.mapping`.`product_id` = `property_group_option.productProperties`.`properties` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.mapping`.`product_version_id` LEFT JOIN `product` `property_group_option.productProperties.parent` ON `property_group_option.productProperties`.`parent_id` = `property_group_option.productProperties.parent`.`id` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.parent`.`version_id` WHERE (`property_group_option.productProperties`.`id` = 0x14C25854547B719E04C084C5D15B30E8)) `property_group_option.productProperties_1` ON `property_group_option`.`id` = `property_group_option.productProperties_1`.`id` LEFT JOIN (SELECT `property_group_option.productProperties.mapping`.`property_group_option_id` as id FROM `product_property` `property_group_option.productProperties.mapping` LEFT JOIN `product` `property_group_option.productProperties` ON `property_group_option.productProperties.mapping`.`product_id` = `property_group_option.productProperties`.`properties` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.mapping`.`product_version_id` LEFT JOIN `product` `property_group_option.productProperties.parent` ON `property_group_option.productProperties`.`parent_id` = `property_group_option.productProperties.parent`.`id` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.parent`.`version_id` WHERE (`property_group_option.productProperties`.`version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425)) `property_group_option.productProperties_2` ON `property_group_option`.`id` = `property_group_option.productProperties_2`.`id` WHERE (`property_group_option.productProperties_1`.id IS NOT NULL AND `property_group_option.productProperties_2`.id IS NOT NULL AND `property_group_option`.`property_group_id` = 0x348605A5F7E947CD873E813BA4E7F448) GROUP BY `property_group_option`.`id`;
array:56 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 239)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 107)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntitySearcher::search (line 62)"
4 => "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher::search (line 132)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::searchIds (line 291)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::_search (line 106)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 51)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator::search (line 151)"
9 => "Nd\Theme\Subscriber\AddProductLabels::getLabel (line 65)"
10 => "Nd\Theme\Subscriber\AddProductLabels::onProductsLoaded (line 270)"
11 => "Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} (line 230)"
12 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
13 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 56)"
14 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 98)"
15 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 55)"
16 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 37)"
17 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 33)"
18 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
19 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 208)"
20 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::read (line 133)"
21 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::search (line 102)"
22 => "Shopware\Core\Content\Product\SalesChannel\Listing\ProductListingLoader::load (line 117)"
23 => "Nd\Fashion\Overwrite\ProductListingRoute::load (line 96)"
24 => "Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute::Shopware\Core\Content\Product\SalesChannel\Listing\{closure} (line 350)"
25 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 44)"
26 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 120)"
27 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 43)"
28 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 46)"
29 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 42)"
30 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 41)"
31 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 59)"
32 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 40)"
33 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 95)"
34 => "Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute::Shopware\Core\Content\Product\SalesChannel\Listing\{closure} (line 72)"
35 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 35)"
36 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 92)"
37 => "Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute::load (line 51)"
38 => "Shopware\Core\Content\Product\SalesChannel\Listing\ResolveCriteriaProductListingRoute::load (line 62)"
39 => "Shopware\Core\Content\Product\Cms\ProductListingCmsElementResolver::enrich (line 99)"
40 => "Shopware\Core\Content\Cms\DataResolver\CmsSlotsDataResolver::resolve (line 104)"
41 => "Shopware\Core\Content\Cms\SalesChannel\SalesChannelCmsPageLoader::loadSlotData (line 94)"
42 => "Shopware\Core\Content\Cms\SalesChannel\SalesChannelCmsPageLoader::load (line 108)"
43 => "Nd\Fashion\Page\Manufacturer\ProductManufacturerRoute::load (line 66)"
44 => "Nd\Fashion\Page\Manufacturer\ProductManufacturerPageLoader::load (line 48)"
45 => "Nd\Fashion\Storefront\Controller\ManufacturerController::productManufacturerDetail (line 163)"
46 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
47 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
48 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
49 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 481)"
50 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 454)"
51 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 348)"
52 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 226)"
53 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
54 => "Shopware\Core\HttpKernel::doHandle (line 81)"
55 => "Shopware\Core\HttpKernel::handle (line 69)"
]
|
156 |
0.63 ms |
SELECT `property_group_option`.`id` FROM `property_group_option` LEFT JOIN (SELECT `property_group_option.productProperties.mapping`.`property_group_option_id` as id FROM `product_property` `property_group_option.productProperties.mapping` LEFT JOIN `product` `property_group_option.productProperties` ON `property_group_option.productProperties.mapping`.`product_id` = `property_group_option.productProperties`.`properties` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.mapping`.`product_version_id` LEFT JOIN `product` `property_group_option.productProperties.parent` ON `property_group_option.productProperties`.`parent_id` = `property_group_option.productProperties.parent`.`id` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.parent`.`version_id` WHERE (`property_group_option.productProperties`.`id` = :param_d0d4cfafe2a04e53a11d2375493d8e31)) `property_group_option.productProperties_1` ON `property_group_option`.`id` = `property_group_option.productProperties_1`.`id` LEFT JOIN (SELECT `property_group_option.productProperties.mapping`.`property_group_option_id` as id FROM `product_property` `property_group_option.productProperties.mapping` LEFT JOIN `product` `property_group_option.productProperties` ON `property_group_option.productProperties.mapping`.`product_id` = `property_group_option.productProperties`.`properties` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.mapping`.`product_version_id` LEFT JOIN `product` `property_group_option.productProperties.parent` ON `property_group_option.productProperties`.`parent_id` = `property_group_option.productProperties.parent`.`id` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.parent`.`version_id` WHERE (`property_group_option.productProperties`.`version_id` = :param_aa4e29afb78b4ac48f1026453afaa1df)) `property_group_option.productProperties_2` ON `property_group_option`.`id` = `property_group_option.productProperties_2`.`id` WHERE (`property_group_option.productProperties_1`.id IS NOT NULL AND `property_group_option.productProperties_2`.id IS NOT NULL AND `property_group_option`.`property_group_id` = :param_75f96e3f33b241bc8f8222a836b4580f) GROUP BY `property_group_option`.`id`
SELECT `property_group_option`.`id` FROM `property_group_option` LEFT JOIN (SELECT `property_group_option.productProperties.mapping`.`property_group_option_id` as id FROM `product_property` `property_group_option.productProperties.mapping` LEFT JOIN `product` `property_group_option.productProperties` ON `property_group_option.productProperties.mapping`.`product_id` = `property_group_option.productProperties`.`properties` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.mapping`.`product_version_id` LEFT JOIN `product` `property_group_option.productProperties.parent` ON `property_group_option.productProperties`.`parent_id` = `property_group_option.productProperties.parent`.`id` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.parent`.`version_id` WHERE (`property_group_option.productProperties`.`id` = 0x14C25854547B719E04C084C5D15B30E8)) `property_group_option.productProperties_1` ON `property_group_option`.`id` = `property_group_option.productProperties_1`.`id` LEFT JOIN (SELECT `property_group_option.productProperties.mapping`.`property_group_option_id` as id FROM `product_property` `property_group_option.productProperties.mapping` LEFT JOIN `product` `property_group_option.productProperties` ON `property_group_option.productProperties.mapping`.`product_id` = `property_group_option.productProperties`.`properties` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.mapping`.`product_version_id` LEFT JOIN `product` `property_group_option.productProperties.parent` ON `property_group_option.productProperties`.`parent_id` = `property_group_option.productProperties.parent`.`id` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.parent`.`version_id` WHERE (`property_group_option.productProperties`.`version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425)) `property_group_option.productProperties_2` ON `property_group_option`.`id` = `property_group_option.productProperties_2`.`id` WHERE (`property_group_option.productProperties_1`.id IS NOT NULL AND `property_group_option.productProperties_2`.id IS NOT NULL AND `property_group_option`.`property_group_id` = 0xDCFDAD627839433691AB6997769A881F) GROUP BY `property_group_option`.`id`;
array:56 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 239)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 107)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntitySearcher::search (line 62)"
4 => "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher::search (line 132)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::searchIds (line 291)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::_search (line 106)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 51)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator::search (line 107)"
9 => "Nd\Theme\Subscriber\AddProductLabels::getFit (line 66)"
10 => "Nd\Theme\Subscriber\AddProductLabels::onProductsLoaded (line 270)"
11 => "Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} (line 230)"
12 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
13 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 56)"
14 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 98)"
15 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 55)"
16 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 37)"
17 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 33)"
18 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
19 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 208)"
20 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::read (line 133)"
21 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::search (line 102)"
22 => "Shopware\Core\Content\Product\SalesChannel\Listing\ProductListingLoader::load (line 117)"
23 => "Nd\Fashion\Overwrite\ProductListingRoute::load (line 96)"
24 => "Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute::Shopware\Core\Content\Product\SalesChannel\Listing\{closure} (line 350)"
25 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 44)"
26 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 120)"
27 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 43)"
28 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 46)"
29 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 42)"
30 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 41)"
31 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 59)"
32 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 40)"
33 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 95)"
34 => "Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute::Shopware\Core\Content\Product\SalesChannel\Listing\{closure} (line 72)"
35 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 35)"
36 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 92)"
37 => "Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute::load (line 51)"
38 => "Shopware\Core\Content\Product\SalesChannel\Listing\ResolveCriteriaProductListingRoute::load (line 62)"
39 => "Shopware\Core\Content\Product\Cms\ProductListingCmsElementResolver::enrich (line 99)"
40 => "Shopware\Core\Content\Cms\DataResolver\CmsSlotsDataResolver::resolve (line 104)"
41 => "Shopware\Core\Content\Cms\SalesChannel\SalesChannelCmsPageLoader::loadSlotData (line 94)"
42 => "Shopware\Core\Content\Cms\SalesChannel\SalesChannelCmsPageLoader::load (line 108)"
43 => "Nd\Fashion\Page\Manufacturer\ProductManufacturerRoute::load (line 66)"
44 => "Nd\Fashion\Page\Manufacturer\ProductManufacturerPageLoader::load (line 48)"
45 => "Nd\Fashion\Storefront\Controller\ManufacturerController::productManufacturerDetail (line 163)"
46 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
47 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
48 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
49 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 481)"
50 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 454)"
51 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 348)"
52 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 226)"
53 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
54 => "Shopware\Core\HttpKernel::doHandle (line 81)"
55 => "Shopware\Core\HttpKernel::handle (line 69)"
]
|
157 |
0.65 ms |
SELECT `property_group_option`.`id` FROM `property_group_option` LEFT JOIN (SELECT `property_group_option.productProperties.mapping`.`property_group_option_id` as id FROM `product_property` `property_group_option.productProperties.mapping` LEFT JOIN `product` `property_group_option.productProperties` ON `property_group_option.productProperties.mapping`.`product_id` = `property_group_option.productProperties`.`properties` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.mapping`.`product_version_id` LEFT JOIN `product` `property_group_option.productProperties.parent` ON `property_group_option.productProperties`.`parent_id` = `property_group_option.productProperties.parent`.`id` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.parent`.`version_id` WHERE (`property_group_option.productProperties`.`id` = :param_02796942e1fb432ba27a1b41d8ea24b7)) `property_group_option.productProperties_1` ON `property_group_option`.`id` = `property_group_option.productProperties_1`.`id` LEFT JOIN (SELECT `property_group_option.productProperties.mapping`.`property_group_option_id` as id FROM `product_property` `property_group_option.productProperties.mapping` LEFT JOIN `product` `property_group_option.productProperties` ON `property_group_option.productProperties.mapping`.`product_id` = `property_group_option.productProperties`.`properties` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.mapping`.`product_version_id` LEFT JOIN `product` `property_group_option.productProperties.parent` ON `property_group_option.productProperties`.`parent_id` = `property_group_option.productProperties.parent`.`id` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.parent`.`version_id` WHERE (`property_group_option.productProperties`.`version_id` = :param_ed927302edb347c78f0e9b2d6af49364)) `property_group_option.productProperties_2` ON `property_group_option`.`id` = `property_group_option.productProperties_2`.`id` WHERE (`property_group_option.productProperties_1`.id IS NOT NULL AND `property_group_option.productProperties_2`.id IS NOT NULL AND `property_group_option`.`property_group_id` = :param_5c3bb88b2a4742548547e22e76e8992a) GROUP BY `property_group_option`.`id`
SELECT `property_group_option`.`id` FROM `property_group_option` LEFT JOIN (SELECT `property_group_option.productProperties.mapping`.`property_group_option_id` as id FROM `product_property` `property_group_option.productProperties.mapping` LEFT JOIN `product` `property_group_option.productProperties` ON `property_group_option.productProperties.mapping`.`product_id` = `property_group_option.productProperties`.`properties` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.mapping`.`product_version_id` LEFT JOIN `product` `property_group_option.productProperties.parent` ON `property_group_option.productProperties`.`parent_id` = `property_group_option.productProperties.parent`.`id` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.parent`.`version_id` WHERE (`property_group_option.productProperties`.`id` = 0x66D16CF14A4B5069876B36C18CB6ACFF)) `property_group_option.productProperties_1` ON `property_group_option`.`id` = `property_group_option.productProperties_1`.`id` LEFT JOIN (SELECT `property_group_option.productProperties.mapping`.`property_group_option_id` as id FROM `product_property` `property_group_option.productProperties.mapping` LEFT JOIN `product` `property_group_option.productProperties` ON `property_group_option.productProperties.mapping`.`product_id` = `property_group_option.productProperties`.`properties` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.mapping`.`product_version_id` LEFT JOIN `product` `property_group_option.productProperties.parent` ON `property_group_option.productProperties`.`parent_id` = `property_group_option.productProperties.parent`.`id` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.parent`.`version_id` WHERE (`property_group_option.productProperties`.`version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425)) `property_group_option.productProperties_2` ON `property_group_option`.`id` = `property_group_option.productProperties_2`.`id` WHERE (`property_group_option.productProperties_1`.id IS NOT NULL AND `property_group_option.productProperties_2`.id IS NOT NULL AND `property_group_option`.`property_group_id` = 0x348605A5F7E947CD873E813BA4E7F448) GROUP BY `property_group_option`.`id`;
array:56 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 239)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 107)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntitySearcher::search (line 62)"
4 => "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher::search (line 132)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::searchIds (line 291)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::_search (line 106)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 51)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator::search (line 151)"
9 => "Nd\Theme\Subscriber\AddProductLabels::getLabel (line 65)"
10 => "Nd\Theme\Subscriber\AddProductLabels::onProductsLoaded (line 270)"
11 => "Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} (line 230)"
12 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
13 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 56)"
14 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 98)"
15 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 55)"
16 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 37)"
17 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 33)"
18 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
19 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 208)"
20 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::read (line 133)"
21 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::search (line 102)"
22 => "Shopware\Core\Content\Product\SalesChannel\Listing\ProductListingLoader::load (line 117)"
23 => "Nd\Fashion\Overwrite\ProductListingRoute::load (line 96)"
24 => "Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute::Shopware\Core\Content\Product\SalesChannel\Listing\{closure} (line 350)"
25 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 44)"
26 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 120)"
27 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 43)"
28 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 46)"
29 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 42)"
30 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 41)"
31 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 59)"
32 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 40)"
33 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 95)"
34 => "Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute::Shopware\Core\Content\Product\SalesChannel\Listing\{closure} (line 72)"
35 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 35)"
36 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 92)"
37 => "Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute::load (line 51)"
38 => "Shopware\Core\Content\Product\SalesChannel\Listing\ResolveCriteriaProductListingRoute::load (line 62)"
39 => "Shopware\Core\Content\Product\Cms\ProductListingCmsElementResolver::enrich (line 99)"
40 => "Shopware\Core\Content\Cms\DataResolver\CmsSlotsDataResolver::resolve (line 104)"
41 => "Shopware\Core\Content\Cms\SalesChannel\SalesChannelCmsPageLoader::loadSlotData (line 94)"
42 => "Shopware\Core\Content\Cms\SalesChannel\SalesChannelCmsPageLoader::load (line 108)"
43 => "Nd\Fashion\Page\Manufacturer\ProductManufacturerRoute::load (line 66)"
44 => "Nd\Fashion\Page\Manufacturer\ProductManufacturerPageLoader::load (line 48)"
45 => "Nd\Fashion\Storefront\Controller\ManufacturerController::productManufacturerDetail (line 163)"
46 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
47 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
48 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
49 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 481)"
50 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 454)"
51 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 348)"
52 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 226)"
53 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
54 => "Shopware\Core\HttpKernel::doHandle (line 81)"
55 => "Shopware\Core\HttpKernel::handle (line 69)"
]
|
158 |
0.60 ms |
SELECT `property_group_option`.`id` FROM `property_group_option` LEFT JOIN (SELECT `property_group_option.productProperties.mapping`.`property_group_option_id` as id FROM `product_property` `property_group_option.productProperties.mapping` LEFT JOIN `product` `property_group_option.productProperties` ON `property_group_option.productProperties.mapping`.`product_id` = `property_group_option.productProperties`.`properties` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.mapping`.`product_version_id` LEFT JOIN `product` `property_group_option.productProperties.parent` ON `property_group_option.productProperties`.`parent_id` = `property_group_option.productProperties.parent`.`id` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.parent`.`version_id` WHERE (`property_group_option.productProperties`.`id` = :param_db2772a443154f1a862cb3e4b036b088)) `property_group_option.productProperties_1` ON `property_group_option`.`id` = `property_group_option.productProperties_1`.`id` LEFT JOIN (SELECT `property_group_option.productProperties.mapping`.`property_group_option_id` as id FROM `product_property` `property_group_option.productProperties.mapping` LEFT JOIN `product` `property_group_option.productProperties` ON `property_group_option.productProperties.mapping`.`product_id` = `property_group_option.productProperties`.`properties` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.mapping`.`product_version_id` LEFT JOIN `product` `property_group_option.productProperties.parent` ON `property_group_option.productProperties`.`parent_id` = `property_group_option.productProperties.parent`.`id` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.parent`.`version_id` WHERE (`property_group_option.productProperties`.`version_id` = :param_b72093753ce24768b19be633562f45fd)) `property_group_option.productProperties_2` ON `property_group_option`.`id` = `property_group_option.productProperties_2`.`id` WHERE (`property_group_option.productProperties_1`.id IS NOT NULL AND `property_group_option.productProperties_2`.id IS NOT NULL AND `property_group_option`.`property_group_id` = :param_adce61eaa98b4d62961e0457590b9e59) GROUP BY `property_group_option`.`id`
SELECT `property_group_option`.`id` FROM `property_group_option` LEFT JOIN (SELECT `property_group_option.productProperties.mapping`.`property_group_option_id` as id FROM `product_property` `property_group_option.productProperties.mapping` LEFT JOIN `product` `property_group_option.productProperties` ON `property_group_option.productProperties.mapping`.`product_id` = `property_group_option.productProperties`.`properties` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.mapping`.`product_version_id` LEFT JOIN `product` `property_group_option.productProperties.parent` ON `property_group_option.productProperties`.`parent_id` = `property_group_option.productProperties.parent`.`id` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.parent`.`version_id` WHERE (`property_group_option.productProperties`.`id` = 0x66D16CF14A4B5069876B36C18CB6ACFF)) `property_group_option.productProperties_1` ON `property_group_option`.`id` = `property_group_option.productProperties_1`.`id` LEFT JOIN (SELECT `property_group_option.productProperties.mapping`.`property_group_option_id` as id FROM `product_property` `property_group_option.productProperties.mapping` LEFT JOIN `product` `property_group_option.productProperties` ON `property_group_option.productProperties.mapping`.`product_id` = `property_group_option.productProperties`.`properties` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.mapping`.`product_version_id` LEFT JOIN `product` `property_group_option.productProperties.parent` ON `property_group_option.productProperties`.`parent_id` = `property_group_option.productProperties.parent`.`id` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.parent`.`version_id` WHERE (`property_group_option.productProperties`.`version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425)) `property_group_option.productProperties_2` ON `property_group_option`.`id` = `property_group_option.productProperties_2`.`id` WHERE (`property_group_option.productProperties_1`.id IS NOT NULL AND `property_group_option.productProperties_2`.id IS NOT NULL AND `property_group_option`.`property_group_id` = 0xDCFDAD627839433691AB6997769A881F) GROUP BY `property_group_option`.`id`;
array:56 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 239)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 107)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntitySearcher::search (line 62)"
4 => "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher::search (line 132)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::searchIds (line 291)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::_search (line 106)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 51)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator::search (line 107)"
9 => "Nd\Theme\Subscriber\AddProductLabels::getFit (line 66)"
10 => "Nd\Theme\Subscriber\AddProductLabels::onProductsLoaded (line 270)"
11 => "Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} (line 230)"
12 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
13 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 56)"
14 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 98)"
15 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 55)"
16 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 37)"
17 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 33)"
18 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
19 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 208)"
20 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::read (line 133)"
21 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::search (line 102)"
22 => "Shopware\Core\Content\Product\SalesChannel\Listing\ProductListingLoader::load (line 117)"
23 => "Nd\Fashion\Overwrite\ProductListingRoute::load (line 96)"
24 => "Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute::Shopware\Core\Content\Product\SalesChannel\Listing\{closure} (line 350)"
25 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 44)"
26 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 120)"
27 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 43)"
28 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 46)"
29 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 42)"
30 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 41)"
31 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 59)"
32 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 40)"
33 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 95)"
34 => "Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute::Shopware\Core\Content\Product\SalesChannel\Listing\{closure} (line 72)"
35 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 35)"
36 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 92)"
37 => "Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute::load (line 51)"
38 => "Shopware\Core\Content\Product\SalesChannel\Listing\ResolveCriteriaProductListingRoute::load (line 62)"
39 => "Shopware\Core\Content\Product\Cms\ProductListingCmsElementResolver::enrich (line 99)"
40 => "Shopware\Core\Content\Cms\DataResolver\CmsSlotsDataResolver::resolve (line 104)"
41 => "Shopware\Core\Content\Cms\SalesChannel\SalesChannelCmsPageLoader::loadSlotData (line 94)"
42 => "Shopware\Core\Content\Cms\SalesChannel\SalesChannelCmsPageLoader::load (line 108)"
43 => "Nd\Fashion\Page\Manufacturer\ProductManufacturerRoute::load (line 66)"
44 => "Nd\Fashion\Page\Manufacturer\ProductManufacturerPageLoader::load (line 48)"
45 => "Nd\Fashion\Storefront\Controller\ManufacturerController::productManufacturerDetail (line 163)"
46 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
47 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
48 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
49 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 481)"
50 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 454)"
51 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 348)"
52 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 226)"
53 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
54 => "Shopware\Core\HttpKernel::doHandle (line 81)"
55 => "Shopware\Core\HttpKernel::handle (line 69)"
]
|
159 |
0.60 ms |
SELECT `property_group_option`.`id` FROM `property_group_option` LEFT JOIN (SELECT `property_group_option.productProperties.mapping`.`property_group_option_id` as id FROM `product_property` `property_group_option.productProperties.mapping` LEFT JOIN `product` `property_group_option.productProperties` ON `property_group_option.productProperties.mapping`.`product_id` = `property_group_option.productProperties`.`properties` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.mapping`.`product_version_id` LEFT JOIN `product` `property_group_option.productProperties.parent` ON `property_group_option.productProperties`.`parent_id` = `property_group_option.productProperties.parent`.`id` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.parent`.`version_id` WHERE (`property_group_option.productProperties`.`id` = :param_4965717732d642dfbc791b41694dd40b)) `property_group_option.productProperties_1` ON `property_group_option`.`id` = `property_group_option.productProperties_1`.`id` LEFT JOIN (SELECT `property_group_option.productProperties.mapping`.`property_group_option_id` as id FROM `product_property` `property_group_option.productProperties.mapping` LEFT JOIN `product` `property_group_option.productProperties` ON `property_group_option.productProperties.mapping`.`product_id` = `property_group_option.productProperties`.`properties` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.mapping`.`product_version_id` LEFT JOIN `product` `property_group_option.productProperties.parent` ON `property_group_option.productProperties`.`parent_id` = `property_group_option.productProperties.parent`.`id` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.parent`.`version_id` WHERE (`property_group_option.productProperties`.`version_id` = :param_ed9463e47c174547979200d4a4474452)) `property_group_option.productProperties_2` ON `property_group_option`.`id` = `property_group_option.productProperties_2`.`id` WHERE (`property_group_option.productProperties_1`.id IS NOT NULL AND `property_group_option.productProperties_2`.id IS NOT NULL AND `property_group_option`.`property_group_id` = :param_4514af6a577547f0a42d647831fcd9d6) GROUP BY `property_group_option`.`id`
SELECT `property_group_option`.`id` FROM `property_group_option` LEFT JOIN (SELECT `property_group_option.productProperties.mapping`.`property_group_option_id` as id FROM `product_property` `property_group_option.productProperties.mapping` LEFT JOIN `product` `property_group_option.productProperties` ON `property_group_option.productProperties.mapping`.`product_id` = `property_group_option.productProperties`.`properties` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.mapping`.`product_version_id` LEFT JOIN `product` `property_group_option.productProperties.parent` ON `property_group_option.productProperties`.`parent_id` = `property_group_option.productProperties.parent`.`id` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.parent`.`version_id` WHERE (`property_group_option.productProperties`.`id` = 0xDF09AA242C0D5E45654958A518467CF7)) `property_group_option.productProperties_1` ON `property_group_option`.`id` = `property_group_option.productProperties_1`.`id` LEFT JOIN (SELECT `property_group_option.productProperties.mapping`.`property_group_option_id` as id FROM `product_property` `property_group_option.productProperties.mapping` LEFT JOIN `product` `property_group_option.productProperties` ON `property_group_option.productProperties.mapping`.`product_id` = `property_group_option.productProperties`.`properties` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.mapping`.`product_version_id` LEFT JOIN `product` `property_group_option.productProperties.parent` ON `property_group_option.productProperties`.`parent_id` = `property_group_option.productProperties.parent`.`id` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.parent`.`version_id` WHERE (`property_group_option.productProperties`.`version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425)) `property_group_option.productProperties_2` ON `property_group_option`.`id` = `property_group_option.productProperties_2`.`id` WHERE (`property_group_option.productProperties_1`.id IS NOT NULL AND `property_group_option.productProperties_2`.id IS NOT NULL AND `property_group_option`.`property_group_id` = 0x348605A5F7E947CD873E813BA4E7F448) GROUP BY `property_group_option`.`id`;
array:56 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 239)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 107)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntitySearcher::search (line 62)"
4 => "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher::search (line 132)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::searchIds (line 291)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::_search (line 106)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 51)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator::search (line 151)"
9 => "Nd\Theme\Subscriber\AddProductLabels::getLabel (line 65)"
10 => "Nd\Theme\Subscriber\AddProductLabels::onProductsLoaded (line 270)"
11 => "Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} (line 230)"
12 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
13 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 56)"
14 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 98)"
15 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 55)"
16 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 37)"
17 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 33)"
18 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
19 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 208)"
20 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::read (line 133)"
21 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::search (line 102)"
22 => "Shopware\Core\Content\Product\SalesChannel\Listing\ProductListingLoader::load (line 117)"
23 => "Nd\Fashion\Overwrite\ProductListingRoute::load (line 96)"
24 => "Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute::Shopware\Core\Content\Product\SalesChannel\Listing\{closure} (line 350)"
25 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 44)"
26 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 120)"
27 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 43)"
28 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 46)"
29 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 42)"
30 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 41)"
31 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 59)"
32 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 40)"
33 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 95)"
34 => "Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute::Shopware\Core\Content\Product\SalesChannel\Listing\{closure} (line 72)"
35 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 35)"
36 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 92)"
37 => "Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute::load (line 51)"
38 => "Shopware\Core\Content\Product\SalesChannel\Listing\ResolveCriteriaProductListingRoute::load (line 62)"
39 => "Shopware\Core\Content\Product\Cms\ProductListingCmsElementResolver::enrich (line 99)"
40 => "Shopware\Core\Content\Cms\DataResolver\CmsSlotsDataResolver::resolve (line 104)"
41 => "Shopware\Core\Content\Cms\SalesChannel\SalesChannelCmsPageLoader::loadSlotData (line 94)"
42 => "Shopware\Core\Content\Cms\SalesChannel\SalesChannelCmsPageLoader::load (line 108)"
43 => "Nd\Fashion\Page\Manufacturer\ProductManufacturerRoute::load (line 66)"
44 => "Nd\Fashion\Page\Manufacturer\ProductManufacturerPageLoader::load (line 48)"
45 => "Nd\Fashion\Storefront\Controller\ManufacturerController::productManufacturerDetail (line 163)"
46 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
47 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
48 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
49 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 481)"
50 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 454)"
51 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 348)"
52 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 226)"
53 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
54 => "Shopware\Core\HttpKernel::doHandle (line 81)"
55 => "Shopware\Core\HttpKernel::handle (line 69)"
]
|
160 |
0.60 ms |
SELECT `property_group_option`.`id` FROM `property_group_option` LEFT JOIN (SELECT `property_group_option.productProperties.mapping`.`property_group_option_id` as id FROM `product_property` `property_group_option.productProperties.mapping` LEFT JOIN `product` `property_group_option.productProperties` ON `property_group_option.productProperties.mapping`.`product_id` = `property_group_option.productProperties`.`properties` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.mapping`.`product_version_id` LEFT JOIN `product` `property_group_option.productProperties.parent` ON `property_group_option.productProperties`.`parent_id` = `property_group_option.productProperties.parent`.`id` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.parent`.`version_id` WHERE (`property_group_option.productProperties`.`id` = :param_ed298a79cae84459897c218153f40bd8)) `property_group_option.productProperties_1` ON `property_group_option`.`id` = `property_group_option.productProperties_1`.`id` LEFT JOIN (SELECT `property_group_option.productProperties.mapping`.`property_group_option_id` as id FROM `product_property` `property_group_option.productProperties.mapping` LEFT JOIN `product` `property_group_option.productProperties` ON `property_group_option.productProperties.mapping`.`product_id` = `property_group_option.productProperties`.`properties` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.mapping`.`product_version_id` LEFT JOIN `product` `property_group_option.productProperties.parent` ON `property_group_option.productProperties`.`parent_id` = `property_group_option.productProperties.parent`.`id` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.parent`.`version_id` WHERE (`property_group_option.productProperties`.`version_id` = :param_af704be87cb1450ca0386514e90dedcc)) `property_group_option.productProperties_2` ON `property_group_option`.`id` = `property_group_option.productProperties_2`.`id` WHERE (`property_group_option.productProperties_1`.id IS NOT NULL AND `property_group_option.productProperties_2`.id IS NOT NULL AND `property_group_option`.`property_group_id` = :param_c9fe527e399e4e54a481229d39743cc9) GROUP BY `property_group_option`.`id`
SELECT `property_group_option`.`id` FROM `property_group_option` LEFT JOIN (SELECT `property_group_option.productProperties.mapping`.`property_group_option_id` as id FROM `product_property` `property_group_option.productProperties.mapping` LEFT JOIN `product` `property_group_option.productProperties` ON `property_group_option.productProperties.mapping`.`product_id` = `property_group_option.productProperties`.`properties` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.mapping`.`product_version_id` LEFT JOIN `product` `property_group_option.productProperties.parent` ON `property_group_option.productProperties`.`parent_id` = `property_group_option.productProperties.parent`.`id` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.parent`.`version_id` WHERE (`property_group_option.productProperties`.`id` = 0xDF09AA242C0D5E45654958A518467CF7)) `property_group_option.productProperties_1` ON `property_group_option`.`id` = `property_group_option.productProperties_1`.`id` LEFT JOIN (SELECT `property_group_option.productProperties.mapping`.`property_group_option_id` as id FROM `product_property` `property_group_option.productProperties.mapping` LEFT JOIN `product` `property_group_option.productProperties` ON `property_group_option.productProperties.mapping`.`product_id` = `property_group_option.productProperties`.`properties` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.mapping`.`product_version_id` LEFT JOIN `product` `property_group_option.productProperties.parent` ON `property_group_option.productProperties`.`parent_id` = `property_group_option.productProperties.parent`.`id` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.parent`.`version_id` WHERE (`property_group_option.productProperties`.`version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425)) `property_group_option.productProperties_2` ON `property_group_option`.`id` = `property_group_option.productProperties_2`.`id` WHERE (`property_group_option.productProperties_1`.id IS NOT NULL AND `property_group_option.productProperties_2`.id IS NOT NULL AND `property_group_option`.`property_group_id` = 0xDCFDAD627839433691AB6997769A881F) GROUP BY `property_group_option`.`id`;
array:56 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 239)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 107)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntitySearcher::search (line 62)"
4 => "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher::search (line 132)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::searchIds (line 291)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::_search (line 106)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 51)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator::search (line 107)"
9 => "Nd\Theme\Subscriber\AddProductLabels::getFit (line 66)"
10 => "Nd\Theme\Subscriber\AddProductLabels::onProductsLoaded (line 270)"
11 => "Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} (line 230)"
12 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
13 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 56)"
14 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 98)"
15 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 55)"
16 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 37)"
17 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 33)"
18 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
19 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 208)"
20 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::read (line 133)"
21 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::search (line 102)"
22 => "Shopware\Core\Content\Product\SalesChannel\Listing\ProductListingLoader::load (line 117)"
23 => "Nd\Fashion\Overwrite\ProductListingRoute::load (line 96)"
24 => "Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute::Shopware\Core\Content\Product\SalesChannel\Listing\{closure} (line 350)"
25 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 44)"
26 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 120)"
27 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 43)"
28 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 46)"
29 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 42)"
30 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 41)"
31 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 59)"
32 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 40)"
33 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 95)"
34 => "Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute::Shopware\Core\Content\Product\SalesChannel\Listing\{closure} (line 72)"
35 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 35)"
36 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 92)"
37 => "Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute::load (line 51)"
38 => "Shopware\Core\Content\Product\SalesChannel\Listing\ResolveCriteriaProductListingRoute::load (line 62)"
39 => "Shopware\Core\Content\Product\Cms\ProductListingCmsElementResolver::enrich (line 99)"
40 => "Shopware\Core\Content\Cms\DataResolver\CmsSlotsDataResolver::resolve (line 104)"
41 => "Shopware\Core\Content\Cms\SalesChannel\SalesChannelCmsPageLoader::loadSlotData (line 94)"
42 => "Shopware\Core\Content\Cms\SalesChannel\SalesChannelCmsPageLoader::load (line 108)"
43 => "Nd\Fashion\Page\Manufacturer\ProductManufacturerRoute::load (line 66)"
44 => "Nd\Fashion\Page\Manufacturer\ProductManufacturerPageLoader::load (line 48)"
45 => "Nd\Fashion\Storefront\Controller\ManufacturerController::productManufacturerDetail (line 163)"
46 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
47 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
48 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
49 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 481)"
50 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 454)"
51 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 348)"
52 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 226)"
53 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
54 => "Shopware\Core\HttpKernel::doHandle (line 81)"
55 => "Shopware\Core\HttpKernel::handle (line 69)"
]
|
161 |
0.61 ms |
SELECT `property_group_option`.`id` FROM `property_group_option` LEFT JOIN (SELECT `property_group_option.productProperties.mapping`.`property_group_option_id` as id FROM `product_property` `property_group_option.productProperties.mapping` LEFT JOIN `product` `property_group_option.productProperties` ON `property_group_option.productProperties.mapping`.`product_id` = `property_group_option.productProperties`.`properties` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.mapping`.`product_version_id` LEFT JOIN `product` `property_group_option.productProperties.parent` ON `property_group_option.productProperties`.`parent_id` = `property_group_option.productProperties.parent`.`id` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.parent`.`version_id` WHERE (`property_group_option.productProperties`.`id` = :param_f8d6a37ef99345ddbde77cc4e045ee28)) `property_group_option.productProperties_1` ON `property_group_option`.`id` = `property_group_option.productProperties_1`.`id` LEFT JOIN (SELECT `property_group_option.productProperties.mapping`.`property_group_option_id` as id FROM `product_property` `property_group_option.productProperties.mapping` LEFT JOIN `product` `property_group_option.productProperties` ON `property_group_option.productProperties.mapping`.`product_id` = `property_group_option.productProperties`.`properties` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.mapping`.`product_version_id` LEFT JOIN `product` `property_group_option.productProperties.parent` ON `property_group_option.productProperties`.`parent_id` = `property_group_option.productProperties.parent`.`id` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.parent`.`version_id` WHERE (`property_group_option.productProperties`.`version_id` = :param_806bf8acd0e74377a4d6e02e2030fc77)) `property_group_option.productProperties_2` ON `property_group_option`.`id` = `property_group_option.productProperties_2`.`id` WHERE (`property_group_option.productProperties_1`.id IS NOT NULL AND `property_group_option.productProperties_2`.id IS NOT NULL AND `property_group_option`.`property_group_id` = :param_018151116b6f40fcb17c30c498f3dcbe) GROUP BY `property_group_option`.`id`
SELECT `property_group_option`.`id` FROM `property_group_option` LEFT JOIN (SELECT `property_group_option.productProperties.mapping`.`property_group_option_id` as id FROM `product_property` `property_group_option.productProperties.mapping` LEFT JOIN `product` `property_group_option.productProperties` ON `property_group_option.productProperties.mapping`.`product_id` = `property_group_option.productProperties`.`properties` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.mapping`.`product_version_id` LEFT JOIN `product` `property_group_option.productProperties.parent` ON `property_group_option.productProperties`.`parent_id` = `property_group_option.productProperties.parent`.`id` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.parent`.`version_id` WHERE (`property_group_option.productProperties`.`id` = 0x78B81D2B731EBCD5729FE65B80E95B0C)) `property_group_option.productProperties_1` ON `property_group_option`.`id` = `property_group_option.productProperties_1`.`id` LEFT JOIN (SELECT `property_group_option.productProperties.mapping`.`property_group_option_id` as id FROM `product_property` `property_group_option.productProperties.mapping` LEFT JOIN `product` `property_group_option.productProperties` ON `property_group_option.productProperties.mapping`.`product_id` = `property_group_option.productProperties`.`properties` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.mapping`.`product_version_id` LEFT JOIN `product` `property_group_option.productProperties.parent` ON `property_group_option.productProperties`.`parent_id` = `property_group_option.productProperties.parent`.`id` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.parent`.`version_id` WHERE (`property_group_option.productProperties`.`version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425)) `property_group_option.productProperties_2` ON `property_group_option`.`id` = `property_group_option.productProperties_2`.`id` WHERE (`property_group_option.productProperties_1`.id IS NOT NULL AND `property_group_option.productProperties_2`.id IS NOT NULL AND `property_group_option`.`property_group_id` = 0x348605A5F7E947CD873E813BA4E7F448) GROUP BY `property_group_option`.`id`;
array:56 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 239)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 107)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntitySearcher::search (line 62)"
4 => "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher::search (line 132)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::searchIds (line 291)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::_search (line 106)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 51)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator::search (line 151)"
9 => "Nd\Theme\Subscriber\AddProductLabels::getLabel (line 65)"
10 => "Nd\Theme\Subscriber\AddProductLabels::onProductsLoaded (line 270)"
11 => "Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} (line 230)"
12 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
13 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 56)"
14 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 98)"
15 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 55)"
16 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 37)"
17 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 33)"
18 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
19 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 208)"
20 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::read (line 133)"
21 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::search (line 102)"
22 => "Shopware\Core\Content\Product\SalesChannel\Listing\ProductListingLoader::load (line 117)"
23 => "Nd\Fashion\Overwrite\ProductListingRoute::load (line 96)"
24 => "Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute::Shopware\Core\Content\Product\SalesChannel\Listing\{closure} (line 350)"
25 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 44)"
26 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 120)"
27 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 43)"
28 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 46)"
29 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 42)"
30 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 41)"
31 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 59)"
32 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 40)"
33 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 95)"
34 => "Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute::Shopware\Core\Content\Product\SalesChannel\Listing\{closure} (line 72)"
35 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 35)"
36 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 92)"
37 => "Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute::load (line 51)"
38 => "Shopware\Core\Content\Product\SalesChannel\Listing\ResolveCriteriaProductListingRoute::load (line 62)"
39 => "Shopware\Core\Content\Product\Cms\ProductListingCmsElementResolver::enrich (line 99)"
40 => "Shopware\Core\Content\Cms\DataResolver\CmsSlotsDataResolver::resolve (line 104)"
41 => "Shopware\Core\Content\Cms\SalesChannel\SalesChannelCmsPageLoader::loadSlotData (line 94)"
42 => "Shopware\Core\Content\Cms\SalesChannel\SalesChannelCmsPageLoader::load (line 108)"
43 => "Nd\Fashion\Page\Manufacturer\ProductManufacturerRoute::load (line 66)"
44 => "Nd\Fashion\Page\Manufacturer\ProductManufacturerPageLoader::load (line 48)"
45 => "Nd\Fashion\Storefront\Controller\ManufacturerController::productManufacturerDetail (line 163)"
46 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
47 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
48 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
49 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 481)"
50 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 454)"
51 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 348)"
52 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 226)"
53 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
54 => "Shopware\Core\HttpKernel::doHandle (line 81)"
55 => "Shopware\Core\HttpKernel::handle (line 69)"
]
|
162 |
0.63 ms |
SELECT `property_group_option`.`id` FROM `property_group_option` LEFT JOIN (SELECT `property_group_option.productProperties.mapping`.`property_group_option_id` as id FROM `product_property` `property_group_option.productProperties.mapping` LEFT JOIN `product` `property_group_option.productProperties` ON `property_group_option.productProperties.mapping`.`product_id` = `property_group_option.productProperties`.`properties` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.mapping`.`product_version_id` LEFT JOIN `product` `property_group_option.productProperties.parent` ON `property_group_option.productProperties`.`parent_id` = `property_group_option.productProperties.parent`.`id` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.parent`.`version_id` WHERE (`property_group_option.productProperties`.`id` = :param_f624e4a72c1744d4b04049cc429878fe)) `property_group_option.productProperties_1` ON `property_group_option`.`id` = `property_group_option.productProperties_1`.`id` LEFT JOIN (SELECT `property_group_option.productProperties.mapping`.`property_group_option_id` as id FROM `product_property` `property_group_option.productProperties.mapping` LEFT JOIN `product` `property_group_option.productProperties` ON `property_group_option.productProperties.mapping`.`product_id` = `property_group_option.productProperties`.`properties` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.mapping`.`product_version_id` LEFT JOIN `product` `property_group_option.productProperties.parent` ON `property_group_option.productProperties`.`parent_id` = `property_group_option.productProperties.parent`.`id` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.parent`.`version_id` WHERE (`property_group_option.productProperties`.`version_id` = :param_5c5f8386e3ec489cae2d0bb0ca3cc07c)) `property_group_option.productProperties_2` ON `property_group_option`.`id` = `property_group_option.productProperties_2`.`id` WHERE (`property_group_option.productProperties_1`.id IS NOT NULL AND `property_group_option.productProperties_2`.id IS NOT NULL AND `property_group_option`.`property_group_id` = :param_2c37de66411b4515b407362e6b2c687f) GROUP BY `property_group_option`.`id`
SELECT `property_group_option`.`id` FROM `property_group_option` LEFT JOIN (SELECT `property_group_option.productProperties.mapping`.`property_group_option_id` as id FROM `product_property` `property_group_option.productProperties.mapping` LEFT JOIN `product` `property_group_option.productProperties` ON `property_group_option.productProperties.mapping`.`product_id` = `property_group_option.productProperties`.`properties` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.mapping`.`product_version_id` LEFT JOIN `product` `property_group_option.productProperties.parent` ON `property_group_option.productProperties`.`parent_id` = `property_group_option.productProperties.parent`.`id` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.parent`.`version_id` WHERE (`property_group_option.productProperties`.`id` = 0x78B81D2B731EBCD5729FE65B80E95B0C)) `property_group_option.productProperties_1` ON `property_group_option`.`id` = `property_group_option.productProperties_1`.`id` LEFT JOIN (SELECT `property_group_option.productProperties.mapping`.`property_group_option_id` as id FROM `product_property` `property_group_option.productProperties.mapping` LEFT JOIN `product` `property_group_option.productProperties` ON `property_group_option.productProperties.mapping`.`product_id` = `property_group_option.productProperties`.`properties` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.mapping`.`product_version_id` LEFT JOIN `product` `property_group_option.productProperties.parent` ON `property_group_option.productProperties`.`parent_id` = `property_group_option.productProperties.parent`.`id` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.parent`.`version_id` WHERE (`property_group_option.productProperties`.`version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425)) `property_group_option.productProperties_2` ON `property_group_option`.`id` = `property_group_option.productProperties_2`.`id` WHERE (`property_group_option.productProperties_1`.id IS NOT NULL AND `property_group_option.productProperties_2`.id IS NOT NULL AND `property_group_option`.`property_group_id` = 0xDCFDAD627839433691AB6997769A881F) GROUP BY `property_group_option`.`id`;
array:56 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 239)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 107)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntitySearcher::search (line 62)"
4 => "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher::search (line 132)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::searchIds (line 291)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::_search (line 106)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 51)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator::search (line 107)"
9 => "Nd\Theme\Subscriber\AddProductLabels::getFit (line 66)"
10 => "Nd\Theme\Subscriber\AddProductLabels::onProductsLoaded (line 270)"
11 => "Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} (line 230)"
12 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
13 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 56)"
14 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 98)"
15 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 55)"
16 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 37)"
17 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 33)"
18 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
19 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 208)"
20 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::read (line 133)"
21 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::search (line 102)"
22 => "Shopware\Core\Content\Product\SalesChannel\Listing\ProductListingLoader::load (line 117)"
23 => "Nd\Fashion\Overwrite\ProductListingRoute::load (line 96)"
24 => "Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute::Shopware\Core\Content\Product\SalesChannel\Listing\{closure} (line 350)"
25 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 44)"
26 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 120)"
27 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 43)"
28 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 46)"
29 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 42)"
30 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 41)"
31 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 59)"
32 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 40)"
33 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 95)"
34 => "Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute::Shopware\Core\Content\Product\SalesChannel\Listing\{closure} (line 72)"
35 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 35)"
36 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 92)"
37 => "Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute::load (line 51)"
38 => "Shopware\Core\Content\Product\SalesChannel\Listing\ResolveCriteriaProductListingRoute::load (line 62)"
39 => "Shopware\Core\Content\Product\Cms\ProductListingCmsElementResolver::enrich (line 99)"
40 => "Shopware\Core\Content\Cms\DataResolver\CmsSlotsDataResolver::resolve (line 104)"
41 => "Shopware\Core\Content\Cms\SalesChannel\SalesChannelCmsPageLoader::loadSlotData (line 94)"
42 => "Shopware\Core\Content\Cms\SalesChannel\SalesChannelCmsPageLoader::load (line 108)"
43 => "Nd\Fashion\Page\Manufacturer\ProductManufacturerRoute::load (line 66)"
44 => "Nd\Fashion\Page\Manufacturer\ProductManufacturerPageLoader::load (line 48)"
45 => "Nd\Fashion\Storefront\Controller\ManufacturerController::productManufacturerDetail (line 163)"
46 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
47 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
48 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
49 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 481)"
50 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 454)"
51 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 348)"
52 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 226)"
53 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
54 => "Shopware\Core\HttpKernel::doHandle (line 81)"
55 => "Shopware\Core\HttpKernel::handle (line 69)"
]
|
163 |
0.62 ms |
SELECT `property_group_option`.`id` FROM `property_group_option` LEFT JOIN (SELECT `property_group_option.productProperties.mapping`.`property_group_option_id` as id FROM `product_property` `property_group_option.productProperties.mapping` LEFT JOIN `product` `property_group_option.productProperties` ON `property_group_option.productProperties.mapping`.`product_id` = `property_group_option.productProperties`.`properties` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.mapping`.`product_version_id` LEFT JOIN `product` `property_group_option.productProperties.parent` ON `property_group_option.productProperties`.`parent_id` = `property_group_option.productProperties.parent`.`id` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.parent`.`version_id` WHERE (`property_group_option.productProperties`.`id` = :param_7a3cd56c31bf4e3f91551d30cd55ee8e)) `property_group_option.productProperties_1` ON `property_group_option`.`id` = `property_group_option.productProperties_1`.`id` LEFT JOIN (SELECT `property_group_option.productProperties.mapping`.`property_group_option_id` as id FROM `product_property` `property_group_option.productProperties.mapping` LEFT JOIN `product` `property_group_option.productProperties` ON `property_group_option.productProperties.mapping`.`product_id` = `property_group_option.productProperties`.`properties` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.mapping`.`product_version_id` LEFT JOIN `product` `property_group_option.productProperties.parent` ON `property_group_option.productProperties`.`parent_id` = `property_group_option.productProperties.parent`.`id` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.parent`.`version_id` WHERE (`property_group_option.productProperties`.`version_id` = :param_66dd196e89c3467395447e3819f362a6)) `property_group_option.productProperties_2` ON `property_group_option`.`id` = `property_group_option.productProperties_2`.`id` WHERE (`property_group_option.productProperties_1`.id IS NOT NULL AND `property_group_option.productProperties_2`.id IS NOT NULL AND `property_group_option`.`property_group_id` = :param_89cbb606895e4152b56b4b1c2a94978b) GROUP BY `property_group_option`.`id`
SELECT `property_group_option`.`id` FROM `property_group_option` LEFT JOIN (SELECT `property_group_option.productProperties.mapping`.`property_group_option_id` as id FROM `product_property` `property_group_option.productProperties.mapping` LEFT JOIN `product` `property_group_option.productProperties` ON `property_group_option.productProperties.mapping`.`product_id` = `property_group_option.productProperties`.`properties` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.mapping`.`product_version_id` LEFT JOIN `product` `property_group_option.productProperties.parent` ON `property_group_option.productProperties`.`parent_id` = `property_group_option.productProperties.parent`.`id` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.parent`.`version_id` WHERE (`property_group_option.productProperties`.`id` = 0x3AD97BC3204FD3E330398FA093AFC15D)) `property_group_option.productProperties_1` ON `property_group_option`.`id` = `property_group_option.productProperties_1`.`id` LEFT JOIN (SELECT `property_group_option.productProperties.mapping`.`property_group_option_id` as id FROM `product_property` `property_group_option.productProperties.mapping` LEFT JOIN `product` `property_group_option.productProperties` ON `property_group_option.productProperties.mapping`.`product_id` = `property_group_option.productProperties`.`properties` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.mapping`.`product_version_id` LEFT JOIN `product` `property_group_option.productProperties.parent` ON `property_group_option.productProperties`.`parent_id` = `property_group_option.productProperties.parent`.`id` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.parent`.`version_id` WHERE (`property_group_option.productProperties`.`version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425)) `property_group_option.productProperties_2` ON `property_group_option`.`id` = `property_group_option.productProperties_2`.`id` WHERE (`property_group_option.productProperties_1`.id IS NOT NULL AND `property_group_option.productProperties_2`.id IS NOT NULL AND `property_group_option`.`property_group_id` = 0x348605A5F7E947CD873E813BA4E7F448) GROUP BY `property_group_option`.`id`;
array:56 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 239)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 107)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntitySearcher::search (line 62)"
4 => "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher::search (line 132)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::searchIds (line 291)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::_search (line 106)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 51)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator::search (line 151)"
9 => "Nd\Theme\Subscriber\AddProductLabels::getLabel (line 65)"
10 => "Nd\Theme\Subscriber\AddProductLabels::onProductsLoaded (line 270)"
11 => "Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} (line 230)"
12 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
13 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 56)"
14 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 98)"
15 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 55)"
16 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 37)"
17 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 33)"
18 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
19 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 208)"
20 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::read (line 133)"
21 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::search (line 102)"
22 => "Shopware\Core\Content\Product\SalesChannel\Listing\ProductListingLoader::load (line 117)"
23 => "Nd\Fashion\Overwrite\ProductListingRoute::load (line 96)"
24 => "Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute::Shopware\Core\Content\Product\SalesChannel\Listing\{closure} (line 350)"
25 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 44)"
26 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 120)"
27 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 43)"
28 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 46)"
29 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 42)"
30 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 41)"
31 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 59)"
32 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 40)"
33 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 95)"
34 => "Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute::Shopware\Core\Content\Product\SalesChannel\Listing\{closure} (line 72)"
35 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 35)"
36 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 92)"
37 => "Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute::load (line 51)"
38 => "Shopware\Core\Content\Product\SalesChannel\Listing\ResolveCriteriaProductListingRoute::load (line 62)"
39 => "Shopware\Core\Content\Product\Cms\ProductListingCmsElementResolver::enrich (line 99)"
40 => "Shopware\Core\Content\Cms\DataResolver\CmsSlotsDataResolver::resolve (line 104)"
41 => "Shopware\Core\Content\Cms\SalesChannel\SalesChannelCmsPageLoader::loadSlotData (line 94)"
42 => "Shopware\Core\Content\Cms\SalesChannel\SalesChannelCmsPageLoader::load (line 108)"
43 => "Nd\Fashion\Page\Manufacturer\ProductManufacturerRoute::load (line 66)"
44 => "Nd\Fashion\Page\Manufacturer\ProductManufacturerPageLoader::load (line 48)"
45 => "Nd\Fashion\Storefront\Controller\ManufacturerController::productManufacturerDetail (line 163)"
46 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
47 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
48 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
49 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 481)"
50 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 454)"
51 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 348)"
52 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 226)"
53 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
54 => "Shopware\Core\HttpKernel::doHandle (line 81)"
55 => "Shopware\Core\HttpKernel::handle (line 69)"
]
|
164 |
0.61 ms |
SELECT `property_group_option`.`id` FROM `property_group_option` LEFT JOIN (SELECT `property_group_option.productProperties.mapping`.`property_group_option_id` as id FROM `product_property` `property_group_option.productProperties.mapping` LEFT JOIN `product` `property_group_option.productProperties` ON `property_group_option.productProperties.mapping`.`product_id` = `property_group_option.productProperties`.`properties` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.mapping`.`product_version_id` LEFT JOIN `product` `property_group_option.productProperties.parent` ON `property_group_option.productProperties`.`parent_id` = `property_group_option.productProperties.parent`.`id` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.parent`.`version_id` WHERE (`property_group_option.productProperties`.`id` = :param_2248492a849a42008d70cbdc444f458c)) `property_group_option.productProperties_1` ON `property_group_option`.`id` = `property_group_option.productProperties_1`.`id` LEFT JOIN (SELECT `property_group_option.productProperties.mapping`.`property_group_option_id` as id FROM `product_property` `property_group_option.productProperties.mapping` LEFT JOIN `product` `property_group_option.productProperties` ON `property_group_option.productProperties.mapping`.`product_id` = `property_group_option.productProperties`.`properties` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.mapping`.`product_version_id` LEFT JOIN `product` `property_group_option.productProperties.parent` ON `property_group_option.productProperties`.`parent_id` = `property_group_option.productProperties.parent`.`id` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.parent`.`version_id` WHERE (`property_group_option.productProperties`.`version_id` = :param_fe3c401f4cb84a27ba6bbe677a676e34)) `property_group_option.productProperties_2` ON `property_group_option`.`id` = `property_group_option.productProperties_2`.`id` WHERE (`property_group_option.productProperties_1`.id IS NOT NULL AND `property_group_option.productProperties_2`.id IS NOT NULL AND `property_group_option`.`property_group_id` = :param_59c189f30cb641bfad817a3f17dee32c) GROUP BY `property_group_option`.`id`
SELECT `property_group_option`.`id` FROM `property_group_option` LEFT JOIN (SELECT `property_group_option.productProperties.mapping`.`property_group_option_id` as id FROM `product_property` `property_group_option.productProperties.mapping` LEFT JOIN `product` `property_group_option.productProperties` ON `property_group_option.productProperties.mapping`.`product_id` = `property_group_option.productProperties`.`properties` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.mapping`.`product_version_id` LEFT JOIN `product` `property_group_option.productProperties.parent` ON `property_group_option.productProperties`.`parent_id` = `property_group_option.productProperties.parent`.`id` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.parent`.`version_id` WHERE (`property_group_option.productProperties`.`id` = 0x3AD97BC3204FD3E330398FA093AFC15D)) `property_group_option.productProperties_1` ON `property_group_option`.`id` = `property_group_option.productProperties_1`.`id` LEFT JOIN (SELECT `property_group_option.productProperties.mapping`.`property_group_option_id` as id FROM `product_property` `property_group_option.productProperties.mapping` LEFT JOIN `product` `property_group_option.productProperties` ON `property_group_option.productProperties.mapping`.`product_id` = `property_group_option.productProperties`.`properties` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.mapping`.`product_version_id` LEFT JOIN `product` `property_group_option.productProperties.parent` ON `property_group_option.productProperties`.`parent_id` = `property_group_option.productProperties.parent`.`id` AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.parent`.`version_id` WHERE (`property_group_option.productProperties`.`version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425)) `property_group_option.productProperties_2` ON `property_group_option`.`id` = `property_group_option.productProperties_2`.`id` WHERE (`property_group_option.productProperties_1`.id IS NOT NULL AND `property_group_option.productProperties_2`.id IS NOT NULL AND `property_group_option`.`property_group_id` = 0xDCFDAD627839433691AB6997769A881F) GROUP BY `property_group_option`.`id`;
array:56 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 239)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 107)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntitySearcher::search (line 62)"
4 => "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher::search (line 132)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::searchIds (line 291)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::_search (line 106)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 51)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator::search (line 107)"
9 => "Nd\Theme\Subscriber\AddProductLabels::getFit (line 66)"
10 => "Nd\Theme\Subscriber\AddProductLabels::onProductsLoaded (line 270)"
11 => "Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} (line 230)"
12 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
13 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 56)"
14 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 98)"
15 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 55)"
16 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 37)"
17 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 33)"
18 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
19 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 208)"
20 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::read (line 133)"
21 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::search (line 102)"
22 => "Shopware\Core\Content\Product\SalesChannel\Listing\ProductListingLoader::load (line 117)"
23 => "Nd\Fashion\Overwrite\ProductListingRoute::load (line 96)"
24 => "Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute::Shopware\Core\Content\Product\SalesChannel\Listing\{closure} (line 350)"
25 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 44)"
26 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 120)"
27 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 43)"
28 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 46)"
29 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 42)"
30 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 41)"
31 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 59)"
32 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 40)"
33 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 95)"
34 => "Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute::Shopware\Core\Content\Product\SalesChannel\Listing\{closure} (line 72)"
35 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 35)"
36 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 92)"
37 => "Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute::load (line 51)"
38 => "Shopware\Core\Content\Product\SalesChannel\Listing\ResolveCriteriaProductListingRoute::load (line 62)"
39 => "Shopware\Core\Content\Product\Cms\ProductListingCmsElementResolver::enrich (line 99)"
40 => "Shopware\Core\Content\Cms\DataResolver\CmsSlotsDataResolver::resolve (line 104)"
41 => "Shopware\Core\Content\Cms\SalesChannel\SalesChannelCmsPageLoader::loadSlotData (line 94)"
42 => "Shopware\Core\Content\Cms\SalesChannel\SalesChannelCmsPageLoader::load (line 108)"
43 => "Nd\Fashion\Page\Manufacturer\ProductManufacturerRoute::load (line 66)"
44 => "Nd\Fashion\Page\Manufacturer\ProductManufacturerPageLoader::load (line 48)"
45 => "Nd\Fashion\Storefront\Controller\ManufacturerController::productManufacturerDetail (line 163)"
46 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
47 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
48 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
49 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 481)"
50 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 454)"
51 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 348)"
52 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 226)"
53 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
54 => "Shopware\Core\HttpKernel::doHandle (line 81)"
55 => "Shopware\Core\HttpKernel::handle (line 69)"
]
|
165 |
0.38 ms |
SELECT `unit`.`id` as `unit.id`, `unit`.`created_at` as `unit.createdAt`, `unit`.`updated_at` as `unit.updatedAt`, `unit.translation.shortCode`, COALESCE(`unit.translation.shortCode`,`unit.translation.shortCode`) as `unit.shortCode`, `unit.translation.name`, COALESCE(`unit.translation.name`,`unit.translation.name`) as `unit.name`, `unit.translation.customFields`, COALESCE(`unit.translation.customFields`,`unit.translation.customFields`) as `unit.customFields`, `unit.translation.createdAt`, `unit.translation.updatedAt`, `unit.translation.unitId`, `unit.translation.languageId` FROM `unit` LEFT JOIN (SELECT `unit.translation`.unit_id, `unit.translation`.short_code as `unit.translation.shortCode`, `unit.translation`.name as `unit.translation.name`, `unit.translation`.custom_fields as `unit.translation.customFields`, `unit.translation`.created_at as `unit.translation.createdAt`, `unit.translation`.updated_at as `unit.translation.updatedAt`, `unit.translation`.unit_id as `unit.translation.unitId`, `unit.translation`.language_id as `unit.translation.languageId` FROM `unit_translation` `unit.translation` WHERE `unit.translation`.language_id = :languageId) `unit.unit_translation` ON `unit.unit_translation`.`unit_id` = `unit`.`id`
SELECT `unit`.`id` as `unit.id`, `unit`.`created_at` as `unit.createdAt`, `unit`.`updated_at` as `unit.updatedAt`, `unit.translation.shortCode`, COALESCE(`unit.translation.shortCode`,`unit.translation.shortCode`) as `unit.shortCode`, `unit.translation.name`, COALESCE(`unit.translation.name`,`unit.translation.name`) as `unit.name`, `unit.translation.customFields`, COALESCE(`unit.translation.customFields`,`unit.translation.customFields`) as `unit.customFields`, `unit.translation.createdAt`, `unit.translation.updatedAt`, `unit.translation.unitId`, `unit.translation.languageId` FROM `unit` LEFT JOIN (SELECT `unit.translation`.unit_id, `unit.translation`.short_code as `unit.translation.shortCode`, `unit.translation`.name as `unit.translation.name`, `unit.translation`.custom_fields as `unit.translation.customFields`, `unit.translation`.created_at as `unit.translation.createdAt`, `unit.translation`.updated_at as `unit.translation.updatedAt`, `unit.translation`.unit_id as `unit.translation.unitId`, `unit.translation`.language_id as `unit.translation.languageId` FROM `unit_translation` `unit.translation` WHERE `unit.translation`.language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B) `unit.unit_translation` ON `unit.unit_translation`.`unit_id` = `unit`.`id`;
array:61 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 239)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 316)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetch (line 148)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 92)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::read (line 257)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::read (line 286)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::_search (line 110)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::Shopware\Core\Framework\DataAbstractionLayer\{closure} (line 59)"
9 => "Shopware\Core\Profiling\Profiler::trace (line 109)"
10 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 51)"
11 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator::search (line 306)"
12 => "Shopware\Core\Content\Product\SalesChannel\Price\ProductPriceCalculator::getUnits (line 50)"
13 => "Shopware\Core\Content\Product\SalesChannel\Price\ProductPriceCalculator::calculate (line 172)"
14 => "Shopware\Core\Content\Product\Subscriber\ProductSubscriber::productSalesChannelLoaded (line 95)"
15 => "Shopware\Core\Content\Product\Subscriber\ProductSubscriber::salesChannelLoaded (line 270)"
16 => "Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} (line 230)"
17 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
18 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 56)"
19 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 98)"
20 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 55)"
21 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 37)"
22 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 33)"
23 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
24 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 208)"
25 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::read (line 133)"
26 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::search (line 102)"
27 => "Shopware\Core\Content\Product\SalesChannel\Listing\ProductListingLoader::load (line 117)"
28 => "Nd\Fashion\Overwrite\ProductListingRoute::load (line 96)"
29 => "Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute::Shopware\Core\Content\Product\SalesChannel\Listing\{closure} (line 350)"
30 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 44)"
31 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 120)"
32 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 43)"
33 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 46)"
34 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 42)"
35 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 41)"
36 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 59)"
37 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 40)"
38 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 95)"
39 => "Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute::Shopware\Core\Content\Product\SalesChannel\Listing\{closure} (line 72)"
40 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 35)"
41 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 92)"
42 => "Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute::load (line 51)"
43 => "Shopware\Core\Content\Product\SalesChannel\Listing\ResolveCriteriaProductListingRoute::load (line 62)"
44 => "Shopware\Core\Content\Product\Cms\ProductListingCmsElementResolver::enrich (line 99)"
45 => "Shopware\Core\Content\Cms\DataResolver\CmsSlotsDataResolver::resolve (line 104)"
46 => "Shopware\Core\Content\Cms\SalesChannel\SalesChannelCmsPageLoader::loadSlotData (line 94)"
47 => "Shopware\Core\Content\Cms\SalesChannel\SalesChannelCmsPageLoader::load (line 108)"
48 => "Nd\Fashion\Page\Manufacturer\ProductManufacturerRoute::load (line 66)"
49 => "Nd\Fashion\Page\Manufacturer\ProductManufacturerPageLoader::load (line 48)"
50 => "Nd\Fashion\Storefront\Controller\ManufacturerController::productManufacturerDetail (line 163)"
51 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
52 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
53 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
54 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 481)"
55 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 454)"
56 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 348)"
57 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 226)"
58 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
59 => "Shopware\Core\HttpKernel::doHandle (line 81)"
60 => "Shopware\Core\HttpKernel::handle (line 69)"
]
|
166 |
1.03 ms |
SELECT `property_group_option`.`id` FROM `property_group_option` LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option`.`property_group_id` = `property_group_option.group`.`id` WHERE ((`property_group_option.group`.`filterable` = :param_d16af4408de04718ba8d5a33ff2fddca)) AND (`property_group_option`.`id` IN (:ids)) ORDER BY `property_group_option`.`id` ASC LIMIT 500
SELECT `property_group_option`.`id` FROM `property_group_option` LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option`.`property_group_id` = `property_group_option.group`.`id` WHERE ((`property_group_option.group`.`filterable` = 1)) AND (`property_group_option`.`id` IN (0xACEFE415EC5C7F2CFD68CF5823D8A1D9, 0x629572260DB500123B88FEFCF4F4C1FE, 0xB5F39521D98FC09F4B4F2EA939FE5DE3, 0xAAF56090DE62B14A5712D76E6DC20DCF, 0x62A86CC4AED8B9F2D4D565B69B1E3EBA, 0xB8D69A7F9F081BDB1B85D94DF407E32D, 0xE99B62A701D805B3204548FBB77C5888, 0x13FC8BA98800D713445865AADBB944FD, 0x46FA2FFD761F300554D821FBF6BEA238, 0x553480CD158288C380AFC79BF9F99A38, 0xA58CE836A70AEAA30AA652ADA823DE67, 0xA7C5B8704CB4764E191F98B476355511, 0xCDAA7D69BBCC35DED7CF3C63FAC22FCE, 0xE19FF0A6BE7ED2DE7B64EC042AC728D6, 0xF867F563236100FB6D0B8589E597A866, 0x4CBDD4DC7AD0B9E7C5542EB91C3CF51C, 0x716A89DC35658D3D417FC79E0B4A96D7, 0xCFF11180F3068B0A8D6DE6B21B7546BC, 0x9533F933B6DC1A143A19E1F66E955606, 0xA62F00DABC05E53BFD0571023574DE2F, 0xAB1F13A531176958B905E09DAC89F176, 0x00D8723F9CB7A1AEEE1BD46A4D1CCDA4, 0x607132A8F8B3FA4FFA672DAC34A00D6D, 0xA9EA3BAA5B1B2CCE6AE4771B0732B1B4, 0x54F88896B14D68BBE39625F6C373FAF2, 0xEF140E994B3827A406D136ABE755A811, 0x1DB26C52E90BA8AF45914CDC87A35658, 0x86EBDFEDD54D1614FB693DEB58FA27BF, 0xE4BEAB3C364B190C2EF221CDED3C9017, 0xE8585365A98C35DD89E043EC2254DF9C, 0x6CADCA17C90579360EBF9A7694BEA8B2, 0xDD3975C5A6DD7460F434A1FAB0FA92E5, 0x49FF79D6D45C0A023F5E293CEA39C155, 0x66C9E20D51D721550DF27E7A1A7A7794, 0xFFF276A6B824B3244C855545188656B8, 0xC720D66453C52BD5905136D6DC6788DA, 0x7371A91D8DA66DA8D7FDDAE9832FD4EE, 0xCC55E6E65205F7E69D5FAAEC631307E6, 0x2FCA18A28AFBC06A4EA637678DB335CA, 0xDDDCE03739867AD935A78CDA255EC4DD, 0xDBDDE1627EE0678D7F0979AF6EAFFE1B, 0xEB6AD292D6F21A2FB810E6E445E8880F, 0xF126AB61F3DFFCE63A4BFC0DC8B3842E, 0x62E33D8EEB10C1E81306D960078892AB, 0xD6A5C8AE2C852B50D23CD6200065DC3A, 0x274EBE1EEC77BEB8E8FC9350407F072A, 0x43AF7A324A77E3BB9CE61DF42DA76BB0, 0x1F92CDC4745B4B3C8259CBB5D0A1C876, 0x608B1BDD2B1939586BACDB4798E21DB1, 0x2E3CE7DFEDAD77A4820A0A0B7DB839D5, 0x2E8AF9DE7A7E838F9ACBD3D6A083D5A0, 0x62BC624FD8C66D2FC51ACDD0B450891A, 0x47DF6D0D1DF442EA779A6DBDAF99987B, 0x0516455AA7D7EDF39598217B1DBE634E)) ORDER BY `property_group_option`.`id` ASC LIMIT 500;
array:57 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 239)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 107)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntitySearcher::search (line 62)"
4 => "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher::search (line 132)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::searchIds (line 291)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::_search (line 110)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::Shopware\Core\Framework\DataAbstractionLayer\{closure} (line 59)"
8 => "Shopware\Core\Profiling\Profiler::trace (line 109)"
9 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 51)"
10 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator::search (line 101)"
11 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\Common\RepositoryIterator::fetch (line 374)"
12 => "Shopware\Core\Content\Product\SalesChannel\Listing\ProductListingFeaturesSubscriber::groupOptionAggregations (line 165)"
13 => "Shopware\Core\Content\Product\SalesChannel\Listing\ProductListingFeaturesSubscriber::Shopware\Core\Content\Product\SalesChannel\Listing\{closure} (line 59)"
14 => "Shopware\Core\Profiling\Profiler::trace (line 164)"
15 => "Shopware\Core\Content\Product\SalesChannel\Listing\ProductListingFeaturesSubscriber::handleResult (line 118)"
16 => "Symfony\Component\EventDispatcher\Debug\WrappedListener::__invoke (line 230)"
17 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
18 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 56)"
19 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 98)"
20 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 55)"
21 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 37)"
22 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
23 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 125)"
24 => "Nd\Fashion\Overwrite\ProductListingRoute::load (line 96)"
25 => "Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute::Shopware\Core\Content\Product\SalesChannel\Listing\{closure} (line 350)"
26 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 44)"
27 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 120)"
28 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 43)"
29 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 46)"
30 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 42)"
31 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 41)"
32 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 59)"
33 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 40)"
34 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 95)"
35 => "Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute::Shopware\Core\Content\Product\SalesChannel\Listing\{closure} (line 72)"
36 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 35)"
37 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 92)"
38 => "Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute::load (line 51)"
39 => "Shopware\Core\Content\Product\SalesChannel\Listing\ResolveCriteriaProductListingRoute::load (line 62)"
40 => "Shopware\Core\Content\Product\Cms\ProductListingCmsElementResolver::enrich (line 99)"
41 => "Shopware\Core\Content\Cms\DataResolver\CmsSlotsDataResolver::resolve (line 104)"
42 => "Shopware\Core\Content\Cms\SalesChannel\SalesChannelCmsPageLoader::loadSlotData (line 94)"
43 => "Shopware\Core\Content\Cms\SalesChannel\SalesChannelCmsPageLoader::load (line 108)"
44 => "Nd\Fashion\Page\Manufacturer\ProductManufacturerRoute::load (line 66)"
45 => "Nd\Fashion\Page\Manufacturer\ProductManufacturerPageLoader::load (line 48)"
46 => "Nd\Fashion\Storefront\Controller\ManufacturerController::productManufacturerDetail (line 163)"
47 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
48 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
49 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
50 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 481)"
51 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 454)"
52 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 348)"
53 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 226)"
54 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
55 => "Shopware\Core\HttpKernel::doHandle (line 81)"
56 => "Shopware\Core\HttpKernel::handle (line 69)"
]
|
167 |
3.61 ms |
SELECT `property_group_option`.`id` as `property_group_option.id`, `property_group_option`.`property_group_id` as `property_group_option.groupId`, `property_group_option`.`color_hex_code` as `property_group_option.colorHexCode`, `property_group_option`.`media_id` as `property_group_option.mediaId`, `property_group_option`.`created_at` as `property_group_option.createdAt`, `property_group_option`.`updated_at` as `property_group_option.updatedAt`, `property_group_option.group`.`id` as `property_group_option.group.id`, `property_group_option.group`.`display_type` as `property_group_option.group.displayType`, `property_group_option.group`.`sorting_type` as `property_group_option.group.sortingType`, `property_group_option.group`.`filterable` as `property_group_option.group.filterable`, `property_group_option.group`.`visible_on_product_detail_page` as `property_group_option.group.visibleOnProductDetailPage`, `property_group_option.group`.`created_at` as `property_group_option.group.createdAt`, `property_group_option.group`.`updated_at` as `property_group_option.group.updatedAt`, `property_group_option.group.translation.name`, COALESCE(`property_group_option.group.translation.name`,`property_group_option.group.translation.name`) as `property_group_option.group.name`, `property_group_option.group.translation.description`, COALESCE(`property_group_option.group.translation.description`,`property_group_option.group.translation.description`) as `property_group_option.group.description`, `property_group_option.group.translation.position`, COALESCE(`property_group_option.group.translation.position`,`property_group_option.group.translation.position`) as `property_group_option.group.position`, `property_group_option.group.translation.customFields`, COALESCE(`property_group_option.group.translation.customFields`,`property_group_option.group.translation.customFields`) as `property_group_option.group.customFields`, `property_group_option.group.translation.createdAt`, `property_group_option.group.translation.updatedAt`, `property_group_option.group.translation.propertyGroupId`, `property_group_option.group.translation.languageId`, `property_group_option.media`.`id` as `property_group_option.media.id`, `property_group_option.media`.`user_id` as `property_group_option.media.userId`, `property_group_option.media`.`media_folder_id` as `property_group_option.media.mediaFolderId`, `property_group_option.media`.`mime_type` as `property_group_option.media.mimeType`, `property_group_option.media`.`file_extension` as `property_group_option.media.fileExtension`, `property_group_option.media`.`uploaded_at` as `property_group_option.media.uploadedAt`, `property_group_option.media`.`file_name` as `property_group_option.media.fileName`, `property_group_option.media`.`file_size` as `property_group_option.media.fileSize`, `property_group_option.media`.`media_type` as `property_group_option.media.mediaTypeRaw`, `property_group_option.media`.`meta_data` as `property_group_option.media.metaData`, `property_group_option.media`.`private` as `property_group_option.media.private`, `property_group_option.media`.`thumbnails_ro` as `property_group_option.media.thumbnailsRo`, `property_group_option.media`.`created_at` as `property_group_option.media.createdAt`, `property_group_option.media`.`updated_at` as `property_group_option.media.updatedAt`, `property_group_option.media.translation.title`, COALESCE(`property_group_option.media.translation.title`,`property_group_option.media.translation.title`) as `property_group_option.media.title`, `property_group_option.media.translation.alt`, COALESCE(`property_group_option.media.translation.alt`,`property_group_option.media.translation.alt`) as `property_group_option.media.alt`, `property_group_option.media.translation.customFields`, COALESCE(`property_group_option.media.translation.customFields`,`property_group_option.media.translation.customFields`) as `property_group_option.media.customFields`, `property_group_option.media.translation.createdAt`, `property_group_option.media.translation.updatedAt`, `property_group_option.media.translation.mediaId`, `property_group_option.media.translation.languageId`, `property_group_option.translation.name`, COALESCE(`property_group_option.translation.name`,`property_group_option.translation.name`) as `property_group_option.name`, `property_group_option.translation.position`, COALESCE(`property_group_option.translation.position`,`property_group_option.translation.position`) as `property_group_option.position`, `property_group_option.translation.customFields`, COALESCE(`property_group_option.translation.customFields`,`property_group_option.translation.customFields`) as `property_group_option.customFields`, `property_group_option.translation.createdAt`, `property_group_option.translation.updatedAt`, `property_group_option.translation.propertyGroupOptionId`, `property_group_option.translation.languageId` FROM `property_group_option` LEFT JOIN (SELECT `property_group_option.translation`.property_group_option_id, `property_group_option.translation`.name as `property_group_option.translation.name`, `property_group_option.translation`.position as `property_group_option.translation.position`, `property_group_option.translation`.custom_fields as `property_group_option.translation.customFields`, `property_group_option.translation`.created_at as `property_group_option.translation.createdAt`, `property_group_option.translation`.updated_at as `property_group_option.translation.updatedAt`, `property_group_option.translation`.property_group_option_id as `property_group_option.translation.propertyGroupOptionId`, `property_group_option.translation`.language_id as `property_group_option.translation.languageId` FROM `property_group_option_translation` `property_group_option.translation` WHERE `property_group_option.translation`.language_id = :languageId) `property_group_option.property_group_option_translation` ON `property_group_option.property_group_option_translation`.`property_group_option_id` = `property_group_option`.`id` LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option`.`property_group_id` = `property_group_option.group`.`id` LEFT JOIN `media` `property_group_option.media` ON `property_group_option`.`media_id` = `property_group_option.media`.`id` LEFT JOIN (SELECT `property_group_option.group.translation`.property_group_id, `property_group_option.group.translation`.name as `property_group_option.group.translation.name`, `property_group_option.group.translation`.description as `property_group_option.group.translation.description`, `property_group_option.group.translation`.position as `property_group_option.group.translation.position`, `property_group_option.group.translation`.custom_fields as `property_group_option.group.translation.customFields`, `property_group_option.group.translation`.created_at as `property_group_option.group.translation.createdAt`, `property_group_option.group.translation`.updated_at as `property_group_option.group.translation.updatedAt`, `property_group_option.group.translation`.property_group_id as `property_group_option.group.translation.propertyGroupId`, `property_group_option.group.translation`.language_id as `property_group_option.group.translation.languageId` FROM `property_group_translation` `property_group_option.group.translation` WHERE `property_group_option.group.translation`.language_id = :languageId) `property_group_option.group.property_group_translation` ON `property_group_option.group.property_group_translation`.`property_group_id` = `property_group_option.group`.`id` LEFT JOIN (SELECT `property_group_option.media.translation`.media_id, `property_group_option.media.translation`.title as `property_group_option.media.translation.title`, `property_group_option.media.translation`.alt as `property_group_option.media.translation.alt`, `property_group_option.media.translation`.custom_fields as `property_group_option.media.translation.customFields`, `property_group_option.media.translation`.created_at as `property_group_option.media.translation.createdAt`, `property_group_option.media.translation`.updated_at as `property_group_option.media.translation.updatedAt`, `property_group_option.media.translation`.media_id as `property_group_option.media.translation.mediaId`, `property_group_option.media.translation`.language_id as `property_group_option.media.translation.languageId` FROM `media_translation` `property_group_option.media.translation` WHERE `property_group_option.media.translation`.language_id = :languageId) `property_group_option.media.media_translation` ON `property_group_option.media.media_translation`.`media_id` = `property_group_option.media`.`id` WHERE `property_group_option`.`id` IN (:ids)
SELECT
`property_group_option`.`id` as `property_group_option.id`,
`property_group_option`.`property_group_id` as `property_group_option.groupId`,
`property_group_option`.`color_hex_code` as `property_group_option.colorHexCode`,
`property_group_option`.`media_id` as `property_group_option.mediaId`,
`property_group_option`.`created_at` as `property_group_option.createdAt`,
`property_group_option`.`updated_at` as `property_group_option.updatedAt`,
`property_group_option.group`.`id` as `property_group_option.group.id`,
`property_group_option.group`.`display_type` as `property_group_option.group.displayType`,
`property_group_option.group`.`sorting_type` as `property_group_option.group.sortingType`,
`property_group_option.group`.`filterable` as `property_group_option.group.filterable`,
`property_group_option.group`.`visible_on_product_detail_page` as `property_group_option.group.visibleOnProductDetailPage`,
`property_group_option.group`.`created_at` as `property_group_option.group.createdAt`,
`property_group_option.group`.`updated_at` as `property_group_option.group.updatedAt`,
`property_group_option.group.translation.name`,
COALESCE(
`property_group_option.group.translation.name`,
`property_group_option.group.translation.name`
) as `property_group_option.group.name`,
`property_group_option.group.translation.description`,
COALESCE(
`property_group_option.group.translation.description`,
`property_group_option.group.translation.description`
) as `property_group_option.group.description`,
`property_group_option.group.translation.position`,
COALESCE(
`property_group_option.group.translation.position`,
`property_group_option.group.translation.position`
) as `property_group_option.group.position`,
`property_group_option.group.translation.customFields`,
COALESCE(
`property_group_option.group.translation.customFields`,
`property_group_option.group.translation.customFields`
) as `property_group_option.group.customFields`,
`property_group_option.group.translation.createdAt`,
`property_group_option.group.translation.updatedAt`,
`property_group_option.group.translation.propertyGroupId`,
`property_group_option.group.translation.languageId`,
`property_group_option.media`.`id` as `property_group_option.media.id`,
`property_group_option.media`.`user_id` as `property_group_option.media.userId`,
`property_group_option.media`.`media_folder_id` as `property_group_option.media.mediaFolderId`,
`property_group_option.media`.`mime_type` as `property_group_option.media.mimeType`,
`property_group_option.media`.`file_extension` as `property_group_option.media.fileExtension`,
`property_group_option.media`.`uploaded_at` as `property_group_option.media.uploadedAt`,
`property_group_option.media`.`file_name` as `property_group_option.media.fileName`,
`property_group_option.media`.`file_size` as `property_group_option.media.fileSize`,
`property_group_option.media`.`media_type` as `property_group_option.media.mediaTypeRaw`,
`property_group_option.media`.`meta_data` as `property_group_option.media.metaData`,
`property_group_option.media`.`private` as `property_group_option.media.private`,
`property_group_option.media`.`thumbnails_ro` as `property_group_option.media.thumbnailsRo`,
`property_group_option.media`.`created_at` as `property_group_option.media.createdAt`,
`property_group_option.media`.`updated_at` as `property_group_option.media.updatedAt`,
`property_group_option.media.translation.title`,
COALESCE(
`property_group_option.media.translation.title`,
`property_group_option.media.translation.title`
) as `property_group_option.media.title`,
`property_group_option.media.translation.alt`,
COALESCE(
`property_group_option.media.translation.alt`,
`property_group_option.media.translation.alt`
) as `property_group_option.media.alt`,
`property_group_option.media.translation.customFields`,
COALESCE(
`property_group_option.media.translation.customFields`,
`property_group_option.media.translation.customFields`
) as `property_group_option.media.customFields`,
`property_group_option.media.translation.createdAt`,
`property_group_option.media.translation.updatedAt`,
`property_group_option.media.translation.mediaId`,
`property_group_option.media.translation.languageId`,
`property_group_option.translation.name`,
COALESCE(
`property_group_option.translation.name`,
`property_group_option.translation.name`
) as `property_group_option.name`,
`property_group_option.translation.position`,
COALESCE(
`property_group_option.translation.position`,
`property_group_option.translation.position`
) as `property_group_option.position`,
`property_group_option.translation.customFields`,
COALESCE(
`property_group_option.translation.customFields`,
`property_group_option.translation.customFields`
) as `property_group_option.customFields`,
`property_group_option.translation.createdAt`,
`property_group_option.translation.updatedAt`,
`property_group_option.translation.propertyGroupOptionId`,
`property_group_option.translation.languageId`
FROM
`property_group_option`
LEFT JOIN (
SELECT
`property_group_option.translation`.property_group_option_id,
`property_group_option.translation`.name as `property_group_option.translation.name`,
`property_group_option.translation`.position as `property_group_option.translation.position`,
`property_group_option.translation`.custom_fields as `property_group_option.translation.customFields`,
`property_group_option.translation`.created_at as `property_group_option.translation.createdAt`,
`property_group_option.translation`.updated_at as `property_group_option.translation.updatedAt`,
`property_group_option.translation`.property_group_option_id as `property_group_option.translation.propertyGroupOptionId`,
`property_group_option.translation`.language_id as `property_group_option.translation.languageId`
FROM
`property_group_option_translation` `property_group_option.translation`
WHERE
`property_group_option.translation`.language_id = : languageId
) `property_group_option.property_group_option_translation` ON `property_group_option.property_group_option_translation`.`property_group_option_id` = `property_group_option`.`id`
LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option`.`property_group_id` = `property_group_option.group`.`id`
LEFT JOIN `media` `property_group_option.media` ON `property_group_option`.`media_id` = `property_group_option.media`.`id`
LEFT JOIN (
SELECT
`property_group_option.group.translation`.property_group_id,
`property_group_option.group.translation`.name as `property_group_option.group.translation.name`,
`property_group_option.group.translation`.description as `property_group_option.group.translation.description`,
`property_group_option.group.translation`.position as `property_group_option.group.translation.position`,
`property_group_option.group.translation`.custom_fields as `property_group_option.group.translation.customFields`,
`property_group_option.group.translation`.created_at as `property_group_option.group.translation.createdAt`,
`property_group_option.group.translation`.updated_at as `property_group_option.group.translation.updatedAt`,
`property_group_option.group.translation`.property_group_id as `property_group_option.group.translation.propertyGroupId`,
`property_group_option.group.translation`.language_id as `property_group_option.group.translation.languageId`
FROM
`property_group_translation` `property_group_option.group.translation`
WHERE
`property_group_option.group.translation`.language_id = : languageId
) `property_group_option.group.property_group_translation` ON `property_group_option.group.property_group_translation`.`property_group_id` = `property_group_option.group`.`id`
LEFT JOIN (
SELECT
`property_group_option.media.translation`.media_id,
`property_group_option.media.translation`.title as `property_group_option.media.translation.title`,
`property_group_option.media.translation`.alt as `property_group_option.media.translation.alt`,
`property_group_option.media.translation`.custom_fields as `property_group_option.media.translation.customFields`,
`property_group_option.media.translation`.created_at as `property_group_option.media.translation.createdAt`,
`property_group_option.media.translation`.updated_at as `property_group_option.media.translation.updatedAt`,
`property_group_option.media.translation`.media_id as `property_group_option.media.translation.mediaId`,
`property_group_option.media.translation`.language_id as `property_group_option.media.translation.languageId`
FROM
`media_translation` `property_group_option.media.translation`
WHERE
`property_group_option.media.translation`.language_id = : languageId
) `property_group_option.media.media_translation` ON `property_group_option.media.media_translation`.`media_id` = `property_group_option.media`.`id`
WHERE
`property_group_option`.`id` IN (: ids)
SELECT `property_group_option`.`id` as `property_group_option.id`, `property_group_option`.`property_group_id` as `property_group_option.groupId`, `property_group_option`.`color_hex_code` as `property_group_option.colorHexCode`, `property_group_option`.`media_id` as `property_group_option.mediaId`, `property_group_option`.`created_at` as `property_group_option.createdAt`, `property_group_option`.`updated_at` as `property_group_option.updatedAt`, `property_group_option.group`.`id` as `property_group_option.group.id`, `property_group_option.group`.`display_type` as `property_group_option.group.displayType`, `property_group_option.group`.`sorting_type` as `property_group_option.group.sortingType`, `property_group_option.group`.`filterable` as `property_group_option.group.filterable`, `property_group_option.group`.`visible_on_product_detail_page` as `property_group_option.group.visibleOnProductDetailPage`, `property_group_option.group`.`created_at` as `property_group_option.group.createdAt`, `property_group_option.group`.`updated_at` as `property_group_option.group.updatedAt`, `property_group_option.group.translation.name`, COALESCE(`property_group_option.group.translation.name`,`property_group_option.group.translation.name`) as `property_group_option.group.name`, `property_group_option.group.translation.description`, COALESCE(`property_group_option.group.translation.description`,`property_group_option.group.translation.description`) as `property_group_option.group.description`, `property_group_option.group.translation.position`, COALESCE(`property_group_option.group.translation.position`,`property_group_option.group.translation.position`) as `property_group_option.group.position`, `property_group_option.group.translation.customFields`, COALESCE(`property_group_option.group.translation.customFields`,`property_group_option.group.translation.customFields`) as `property_group_option.group.customFields`, `property_group_option.group.translation.createdAt`, `property_group_option.group.translation.updatedAt`, `property_group_option.group.translation.propertyGroupId`, `property_group_option.group.translation.languageId`, `property_group_option.media`.`id` as `property_group_option.media.id`, `property_group_option.media`.`user_id` as `property_group_option.media.userId`, `property_group_option.media`.`media_folder_id` as `property_group_option.media.mediaFolderId`, `property_group_option.media`.`mime_type` as `property_group_option.media.mimeType`, `property_group_option.media`.`file_extension` as `property_group_option.media.fileExtension`, `property_group_option.media`.`uploaded_at` as `property_group_option.media.uploadedAt`, `property_group_option.media`.`file_name` as `property_group_option.media.fileName`, `property_group_option.media`.`file_size` as `property_group_option.media.fileSize`, `property_group_option.media`.`media_type` as `property_group_option.media.mediaTypeRaw`, `property_group_option.media`.`meta_data` as `property_group_option.media.metaData`, `property_group_option.media`.`private` as `property_group_option.media.private`, `property_group_option.media`.`thumbnails_ro` as `property_group_option.media.thumbnailsRo`, `property_group_option.media`.`created_at` as `property_group_option.media.createdAt`, `property_group_option.media`.`updated_at` as `property_group_option.media.updatedAt`, `property_group_option.media.translation.title`, COALESCE(`property_group_option.media.translation.title`,`property_group_option.media.translation.title`) as `property_group_option.media.title`, `property_group_option.media.translation.alt`, COALESCE(`property_group_option.media.translation.alt`,`property_group_option.media.translation.alt`) as `property_group_option.media.alt`, `property_group_option.media.translation.customFields`, COALESCE(`property_group_option.media.translation.customFields`,`property_group_option.media.translation.customFields`) as `property_group_option.media.customFields`, `property_group_option.media.translation.createdAt`, `property_group_option.media.translation.updatedAt`, `property_group_option.media.translation.mediaId`, `property_group_option.media.translation.languageId`, `property_group_option.translation.name`, COALESCE(`property_group_option.translation.name`,`property_group_option.translation.name`) as `property_group_option.name`, `property_group_option.translation.position`, COALESCE(`property_group_option.translation.position`,`property_group_option.translation.position`) as `property_group_option.position`, `property_group_option.translation.customFields`, COALESCE(`property_group_option.translation.customFields`,`property_group_option.translation.customFields`) as `property_group_option.customFields`, `property_group_option.translation.createdAt`, `property_group_option.translation.updatedAt`, `property_group_option.translation.propertyGroupOptionId`, `property_group_option.translation.languageId` FROM `property_group_option` LEFT JOIN (SELECT `property_group_option.translation`.property_group_option_id, `property_group_option.translation`.name as `property_group_option.translation.name`, `property_group_option.translation`.position as `property_group_option.translation.position`, `property_group_option.translation`.custom_fields as `property_group_option.translation.customFields`, `property_group_option.translation`.created_at as `property_group_option.translation.createdAt`, `property_group_option.translation`.updated_at as `property_group_option.translation.updatedAt`, `property_group_option.translation`.property_group_option_id as `property_group_option.translation.propertyGroupOptionId`, `property_group_option.translation`.language_id as `property_group_option.translation.languageId` FROM `property_group_option_translation` `property_group_option.translation` WHERE `property_group_option.translation`.language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B) `property_group_option.property_group_option_translation` ON `property_group_option.property_group_option_translation`.`property_group_option_id` = `property_group_option`.`id` LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option`.`property_group_id` = `property_group_option.group`.`id` LEFT JOIN `media` `property_group_option.media` ON `property_group_option`.`media_id` = `property_group_option.media`.`id` LEFT JOIN (SELECT `property_group_option.group.translation`.property_group_id, `property_group_option.group.translation`.name as `property_group_option.group.translation.name`, `property_group_option.group.translation`.description as `property_group_option.group.translation.description`, `property_group_option.group.translation`.position as `property_group_option.group.translation.position`, `property_group_option.group.translation`.custom_fields as `property_group_option.group.translation.customFields`, `property_group_option.group.translation`.created_at as `property_group_option.group.translation.createdAt`, `property_group_option.group.translation`.updated_at as `property_group_option.group.translation.updatedAt`, `property_group_option.group.translation`.property_group_id as `property_group_option.group.translation.propertyGroupId`, `property_group_option.group.translation`.language_id as `property_group_option.group.translation.languageId` FROM `property_group_translation` `property_group_option.group.translation` WHERE `property_group_option.group.translation`.language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B) `property_group_option.group.property_group_translation` ON `property_group_option.group.property_group_translation`.`property_group_id` = `property_group_option.group`.`id` LEFT JOIN (SELECT `property_group_option.media.translation`.media_id, `property_group_option.media.translation`.title as `property_group_option.media.translation.title`, `property_group_option.media.translation`.alt as `property_group_option.media.translation.alt`, `property_group_option.media.translation`.custom_fields as `property_group_option.media.translation.customFields`, `property_group_option.media.translation`.created_at as `property_group_option.media.translation.createdAt`, `property_group_option.media.translation`.updated_at as `property_group_option.media.translation.updatedAt`, `property_group_option.media.translation`.media_id as `property_group_option.media.translation.mediaId`, `property_group_option.media.translation`.language_id as `property_group_option.media.translation.languageId` FROM `media_translation` `property_group_option.media.translation` WHERE `property_group_option.media.translation`.language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B) `property_group_option.media.media_translation` ON `property_group_option.media.media_translation`.`media_id` = `property_group_option.media`.`id` WHERE `property_group_option`.`id` IN (0x00D8723F9CB7A1AEEE1BD46A4D1CCDA4, 0x0516455AA7D7EDF39598217B1DBE634E, 0x13FC8BA98800D713445865AADBB944FD, 0x1DB26C52E90BA8AF45914CDC87A35658, 0x2E3CE7DFEDAD77A4820A0A0B7DB839D5, 0x2E8AF9DE7A7E838F9ACBD3D6A083D5A0, 0x2FCA18A28AFBC06A4EA637678DB335CA, 0x43AF7A324A77E3BB9CE61DF42DA76BB0, 0x47DF6D0D1DF442EA779A6DBDAF99987B, 0x4CBDD4DC7AD0B9E7C5542EB91C3CF51C, 0x553480CD158288C380AFC79BF9F99A38, 0x607132A8F8B3FA4FFA672DAC34A00D6D, 0x608B1BDD2B1939586BACDB4798E21DB1, 0x629572260DB500123B88FEFCF4F4C1FE, 0x62A86CC4AED8B9F2D4D565B69B1E3EBA, 0x62E33D8EEB10C1E81306D960078892AB, 0x66C9E20D51D721550DF27E7A1A7A7794, 0x9533F933B6DC1A143A19E1F66E955606, 0xAAF56090DE62B14A5712D76E6DC20DCF, 0xAB1F13A531176958B905E09DAC89F176, 0xACEFE415EC5C7F2CFD68CF5823D8A1D9, 0xB5F39521D98FC09F4B4F2EA939FE5DE3, 0xB8D69A7F9F081BDB1B85D94DF407E32D, 0xC720D66453C52BD5905136D6DC6788DA, 0xCC55E6E65205F7E69D5FAAEC631307E6, 0xCDAA7D69BBCC35DED7CF3C63FAC22FCE, 0xDD3975C5A6DD7460F434A1FAB0FA92E5, 0xE4BEAB3C364B190C2EF221CDED3C9017, 0xE99B62A701D805B3204548FBB77C5888, 0xEF140E994B3827A406D136ABE755A811, 0xF126AB61F3DFFCE63A4BFC0DC8B3842E, 0xFFF276A6B824B3244C855545188656B8);
array:58 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 239)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 316)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetch (line 148)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 92)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::read (line 257)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::read (line 302)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::_search (line 110)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::Shopware\Core\Framework\DataAbstractionLayer\{closure} (line 59)"
9 => "Shopware\Core\Profiling\Profiler::trace (line 109)"
10 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 51)"
11 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator::search (line 101)"
12 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\Common\RepositoryIterator::fetch (line 374)"
13 => "Shopware\Core\Content\Product\SalesChannel\Listing\ProductListingFeaturesSubscriber::groupOptionAggregations (line 165)"
14 => "Shopware\Core\Content\Product\SalesChannel\Listing\ProductListingFeaturesSubscriber::Shopware\Core\Content\Product\SalesChannel\Listing\{closure} (line 59)"
15 => "Shopware\Core\Profiling\Profiler::trace (line 164)"
16 => "Shopware\Core\Content\Product\SalesChannel\Listing\ProductListingFeaturesSubscriber::handleResult (line 118)"
17 => "Symfony\Component\EventDispatcher\Debug\WrappedListener::__invoke (line 230)"
18 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
19 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 56)"
20 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 98)"
21 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 55)"
22 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 37)"
23 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
24 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 125)"
25 => "Nd\Fashion\Overwrite\ProductListingRoute::load (line 96)"
26 => "Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute::Shopware\Core\Content\Product\SalesChannel\Listing\{closure} (line 350)"
27 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 44)"
28 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 120)"
29 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 43)"
30 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 46)"
31 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 42)"
32 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 41)"
33 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 59)"
34 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 40)"
35 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 95)"
36 => "Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute::Shopware\Core\Content\Product\SalesChannel\Listing\{closure} (line 72)"
37 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 35)"
38 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 92)"
39 => "Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute::load (line 51)"
40 => "Shopware\Core\Content\Product\SalesChannel\Listing\ResolveCriteriaProductListingRoute::load (line 62)"
41 => "Shopware\Core\Content\Product\Cms\ProductListingCmsElementResolver::enrich (line 99)"
42 => "Shopware\Core\Content\Cms\DataResolver\CmsSlotsDataResolver::resolve (line 104)"
43 => "Shopware\Core\Content\Cms\SalesChannel\SalesChannelCmsPageLoader::loadSlotData (line 94)"
44 => "Shopware\Core\Content\Cms\SalesChannel\SalesChannelCmsPageLoader::load (line 108)"
45 => "Nd\Fashion\Page\Manufacturer\ProductManufacturerRoute::load (line 66)"
46 => "Nd\Fashion\Page\Manufacturer\ProductManufacturerPageLoader::load (line 48)"
47 => "Nd\Fashion\Storefront\Controller\ManufacturerController::productManufacturerDetail (line 163)"
48 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
49 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
50 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
51 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 481)"
52 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 454)"
53 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 348)"
54 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 226)"
55 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
56 => "Shopware\Core\HttpKernel::doHandle (line 81)"
57 => "Shopware\Core\HttpKernel::handle (line 69)"
]
|
168 |
1.01 ms |
SELECT `property_group_option`.`id` FROM `property_group_option` LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option`.`property_group_id` = `property_group_option.group`.`id` WHERE ((`property_group_option.group`.`filterable` = :param_0ae491b675fc49c29558d9888c8d7ad9)) AND (`property_group_option`.`id` IN (:ids)) ORDER BY `property_group_option`.`id` ASC LIMIT 500 OFFSET 500
SELECT `property_group_option`.`id` FROM `property_group_option` LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option`.`property_group_id` = `property_group_option.group`.`id` WHERE ((`property_group_option.group`.`filterable` = 1)) AND (`property_group_option`.`id` IN (0xACEFE415EC5C7F2CFD68CF5823D8A1D9, 0x629572260DB500123B88FEFCF4F4C1FE, 0xB5F39521D98FC09F4B4F2EA939FE5DE3, 0xAAF56090DE62B14A5712D76E6DC20DCF, 0x62A86CC4AED8B9F2D4D565B69B1E3EBA, 0xB8D69A7F9F081BDB1B85D94DF407E32D, 0xE99B62A701D805B3204548FBB77C5888, 0x13FC8BA98800D713445865AADBB944FD, 0x46FA2FFD761F300554D821FBF6BEA238, 0x553480CD158288C380AFC79BF9F99A38, 0xA58CE836A70AEAA30AA652ADA823DE67, 0xA7C5B8704CB4764E191F98B476355511, 0xCDAA7D69BBCC35DED7CF3C63FAC22FCE, 0xE19FF0A6BE7ED2DE7B64EC042AC728D6, 0xF867F563236100FB6D0B8589E597A866, 0x4CBDD4DC7AD0B9E7C5542EB91C3CF51C, 0x716A89DC35658D3D417FC79E0B4A96D7, 0xCFF11180F3068B0A8D6DE6B21B7546BC, 0x9533F933B6DC1A143A19E1F66E955606, 0xA62F00DABC05E53BFD0571023574DE2F, 0xAB1F13A531176958B905E09DAC89F176, 0x00D8723F9CB7A1AEEE1BD46A4D1CCDA4, 0x607132A8F8B3FA4FFA672DAC34A00D6D, 0xA9EA3BAA5B1B2CCE6AE4771B0732B1B4, 0x54F88896B14D68BBE39625F6C373FAF2, 0xEF140E994B3827A406D136ABE755A811, 0x1DB26C52E90BA8AF45914CDC87A35658, 0x86EBDFEDD54D1614FB693DEB58FA27BF, 0xE4BEAB3C364B190C2EF221CDED3C9017, 0xE8585365A98C35DD89E043EC2254DF9C, 0x6CADCA17C90579360EBF9A7694BEA8B2, 0xDD3975C5A6DD7460F434A1FAB0FA92E5, 0x49FF79D6D45C0A023F5E293CEA39C155, 0x66C9E20D51D721550DF27E7A1A7A7794, 0xFFF276A6B824B3244C855545188656B8, 0xC720D66453C52BD5905136D6DC6788DA, 0x7371A91D8DA66DA8D7FDDAE9832FD4EE, 0xCC55E6E65205F7E69D5FAAEC631307E6, 0x2FCA18A28AFBC06A4EA637678DB335CA, 0xDDDCE03739867AD935A78CDA255EC4DD, 0xDBDDE1627EE0678D7F0979AF6EAFFE1B, 0xEB6AD292D6F21A2FB810E6E445E8880F, 0xF126AB61F3DFFCE63A4BFC0DC8B3842E, 0x62E33D8EEB10C1E81306D960078892AB, 0xD6A5C8AE2C852B50D23CD6200065DC3A, 0x274EBE1EEC77BEB8E8FC9350407F072A, 0x43AF7A324A77E3BB9CE61DF42DA76BB0, 0x1F92CDC4745B4B3C8259CBB5D0A1C876, 0x608B1BDD2B1939586BACDB4798E21DB1, 0x2E3CE7DFEDAD77A4820A0A0B7DB839D5, 0x2E8AF9DE7A7E838F9ACBD3D6A083D5A0, 0x62BC624FD8C66D2FC51ACDD0B450891A, 0x47DF6D0D1DF442EA779A6DBDAF99987B, 0x0516455AA7D7EDF39598217B1DBE634E)) ORDER BY `property_group_option`.`id` ASC LIMIT 500 OFFSET 500;
array:57 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 239)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 107)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntitySearcher::search (line 62)"
4 => "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher::search (line 132)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::searchIds (line 291)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::_search (line 110)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::Shopware\Core\Framework\DataAbstractionLayer\{closure} (line 59)"
8 => "Shopware\Core\Profiling\Profiler::trace (line 109)"
9 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 51)"
10 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator::search (line 101)"
11 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\Common\RepositoryIterator::fetch (line 374)"
12 => "Shopware\Core\Content\Product\SalesChannel\Listing\ProductListingFeaturesSubscriber::groupOptionAggregations (line 165)"
13 => "Shopware\Core\Content\Product\SalesChannel\Listing\ProductListingFeaturesSubscriber::Shopware\Core\Content\Product\SalesChannel\Listing\{closure} (line 59)"
14 => "Shopware\Core\Profiling\Profiler::trace (line 164)"
15 => "Shopware\Core\Content\Product\SalesChannel\Listing\ProductListingFeaturesSubscriber::handleResult (line 118)"
16 => "Symfony\Component\EventDispatcher\Debug\WrappedListener::__invoke (line 230)"
17 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
18 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 56)"
19 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 98)"
20 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 55)"
21 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 37)"
22 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
23 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 125)"
24 => "Nd\Fashion\Overwrite\ProductListingRoute::load (line 96)"
25 => "Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute::Shopware\Core\Content\Product\SalesChannel\Listing\{closure} (line 350)"
26 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 44)"
27 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 120)"
28 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 43)"
29 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 46)"
30 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 42)"
31 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 41)"
32 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 59)"
33 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 40)"
34 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 95)"
35 => "Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute::Shopware\Core\Content\Product\SalesChannel\Listing\{closure} (line 72)"
36 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 35)"
37 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 92)"
38 => "Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute::load (line 51)"
39 => "Shopware\Core\Content\Product\SalesChannel\Listing\ResolveCriteriaProductListingRoute::load (line 62)"
40 => "Shopware\Core\Content\Product\Cms\ProductListingCmsElementResolver::enrich (line 99)"
41 => "Shopware\Core\Content\Cms\DataResolver\CmsSlotsDataResolver::resolve (line 104)"
42 => "Shopware\Core\Content\Cms\SalesChannel\SalesChannelCmsPageLoader::loadSlotData (line 94)"
43 => "Shopware\Core\Content\Cms\SalesChannel\SalesChannelCmsPageLoader::load (line 108)"
44 => "Nd\Fashion\Page\Manufacturer\ProductManufacturerRoute::load (line 66)"
45 => "Nd\Fashion\Page\Manufacturer\ProductManufacturerPageLoader::load (line 48)"
46 => "Nd\Fashion\Storefront\Controller\ManufacturerController::productManufacturerDetail (line 163)"
47 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
48 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
49 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
50 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 481)"
51 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 454)"
52 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 348)"
53 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 226)"
54 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
55 => "Shopware\Core\HttpKernel::doHandle (line 81)"
56 => "Shopware\Core\HttpKernel::handle (line 69)"
]
|
169 |
1.06 ms |
SELECT `nd_aggregate_property_extension`.`id` as `nd_aggregate_property_extension.id`, `nd_aggregate_property_extension`.`property_group_id` as `nd_aggregate_property_extension.propertyGroupId`, `nd_aggregate_property_extension`.`selected_property_group_id` as `nd_aggregate_property_extension.selectedPropertyGroupId`, `nd_aggregate_property_extension`.`created_at` as `nd_aggregate_property_extension.createdAt`, `nd_aggregate_property_extension`.`updated_at` as `nd_aggregate_property_extension.updatedAt`, `nd_aggregate_property_extension.propertyGroup`.`id` as `nd_aggregate_property_extension.propertyGroup.id`, `nd_aggregate_property_extension.propertyGroup`.`display_type` as `nd_aggregate_property_extension.propertyGroup.displayType`, `nd_aggregate_property_extension.propertyGroup`.`sorting_type` as `nd_aggregate_property_extension.propertyGroup.sortingType`, `nd_aggregate_property_extension.propertyGroup`.`filterable` as `nd_aggregate_property_extension.propertyGroup.filterable`, `nd_aggregate_property_extension.propertyGroup`.`visible_on_product_detail_page` as `nd_aggregate_property_extension.propertyGroup.visibleOnProductDetailPage`, `nd_aggregate_property_extension.propertyGroup`.`created_at` as `nd_aggregate_property_extension.propertyGroup.createdAt`, `nd_aggregate_property_extension.propertyGroup`.`updated_at` as `nd_aggregate_property_extension.propertyGroup.updatedAt`, `nd_aggregate_property_extension.propertyGroup.translation.name`, COALESCE(`nd_aggregate_property_extension.propertyGroup.translation.name`,`nd_aggregate_property_extension.propertyGroup.translation.name`) as `nd_aggregate_property_extension.propertyGroup.name`, `nd_aggregate_property_extension.propertyGroup.translation.description`, COALESCE(`nd_aggregate_property_extension.propertyGroup.translation.description`,`nd_aggregate_property_extension.propertyGroup.translation.description`) as `nd_aggregate_property_extension.propertyGroup.description`, `nd_aggregate_property_extension.propertyGroup.translation.position`, COALESCE(`nd_aggregate_property_extension.propertyGroup.translation.position`,`nd_aggregate_property_extension.propertyGroup.translation.position`) as `nd_aggregate_property_extension.propertyGroup.position`, `nd_aggregate_property_extension.propertyGroup.translation.customFields`, COALESCE(`nd_aggregate_property_extension.propertyGroup.translation.customFields`,`nd_aggregate_property_extension.propertyGroup.translation.customFields`) as `nd_aggregate_property_extension.propertyGroup.customFields`, `nd_aggregate_property_extension.propertyGroup.translation.createdAt`, `nd_aggregate_property_extension.propertyGroup.translation.updatedAt`, `nd_aggregate_property_extension.propertyGroup.translation.propertyGroupId`, `nd_aggregate_property_extension.propertyGroup.translation.languageId` FROM `nd_aggregate_property_extension` LEFT JOIN `property_group` `nd_aggregate_property_extension.propertyGroup` ON `nd_aggregate_property_extension`.`property_group_id` = `nd_aggregate_property_extension.propertyGroup`.`id` LEFT JOIN (SELECT `nd_aggregate_property_extension.propertyGroup.translation`.property_group_id, `nd_aggregate_property_extension.propertyGroup.translation`.name as `nd_aggregate_property_extension.propertyGroup.translation.name`, `nd_aggregate_property_extension.propertyGroup.translation`.description as `nd_aggregate_property_extension.propertyGroup.translation.description`, `nd_aggregate_property_extension.propertyGroup.translation`.position as `nd_aggregate_property_extension.propertyGroup.translation.position`, `nd_aggregate_property_extension.propertyGroup.translation`.custom_fields as `nd_aggregate_property_extension.propertyGroup.translation.customFields`, `nd_aggregate_property_extension.propertyGroup.translation`.created_at as `nd_aggregate_property_extension.propertyGroup.translation.createdAt`, `nd_aggregate_property_extension.propertyGroup.translation`.updated_at as `nd_aggregate_property_extension.propertyGroup.translation.updatedAt`, `nd_aggregate_property_extension.propertyGroup.translation`.property_group_id as `nd_aggregate_property_extension.propertyGroup.translation.propertyGroupId`, `nd_aggregate_property_extension.propertyGroup.translation`.language_id as `nd_aggregate_property_extension.propertyGroup.translation.languageId` FROM `property_group_translation` `nd_aggregate_property_extension.propertyGroup.translation` WHERE `nd_aggregate_property_extension.propertyGroup.translation`.language_id = :languageId) `nd_aggregate_property_extension.propertyGroup.property_group_translation` ON `nd_aggregate_property_extension.propertyGroup.property_group_translation`.`property_group_id` = `nd_aggregate_property_extension.propertyGroup`.`id`
SELECT `nd_aggregate_property_extension`.`id` as `nd_aggregate_property_extension.id`, `nd_aggregate_property_extension`.`property_group_id` as `nd_aggregate_property_extension.propertyGroupId`, `nd_aggregate_property_extension`.`selected_property_group_id` as `nd_aggregate_property_extension.selectedPropertyGroupId`, `nd_aggregate_property_extension`.`created_at` as `nd_aggregate_property_extension.createdAt`, `nd_aggregate_property_extension`.`updated_at` as `nd_aggregate_property_extension.updatedAt`, `nd_aggregate_property_extension.propertyGroup`.`id` as `nd_aggregate_property_extension.propertyGroup.id`, `nd_aggregate_property_extension.propertyGroup`.`display_type` as `nd_aggregate_property_extension.propertyGroup.displayType`, `nd_aggregate_property_extension.propertyGroup`.`sorting_type` as `nd_aggregate_property_extension.propertyGroup.sortingType`, `nd_aggregate_property_extension.propertyGroup`.`filterable` as `nd_aggregate_property_extension.propertyGroup.filterable`, `nd_aggregate_property_extension.propertyGroup`.`visible_on_product_detail_page` as `nd_aggregate_property_extension.propertyGroup.visibleOnProductDetailPage`, `nd_aggregate_property_extension.propertyGroup`.`created_at` as `nd_aggregate_property_extension.propertyGroup.createdAt`, `nd_aggregate_property_extension.propertyGroup`.`updated_at` as `nd_aggregate_property_extension.propertyGroup.updatedAt`, `nd_aggregate_property_extension.propertyGroup.translation.name`, COALESCE(`nd_aggregate_property_extension.propertyGroup.translation.name`,`nd_aggregate_property_extension.propertyGroup.translation.name`) as `nd_aggregate_property_extension.propertyGroup.name`, `nd_aggregate_property_extension.propertyGroup.translation.description`, COALESCE(`nd_aggregate_property_extension.propertyGroup.translation.description`,`nd_aggregate_property_extension.propertyGroup.translation.description`) as `nd_aggregate_property_extension.propertyGroup.description`, `nd_aggregate_property_extension.propertyGroup.translation.position`, COALESCE(`nd_aggregate_property_extension.propertyGroup.translation.position`,`nd_aggregate_property_extension.propertyGroup.translation.position`) as `nd_aggregate_property_extension.propertyGroup.position`, `nd_aggregate_property_extension.propertyGroup.translation.customFields`, COALESCE(`nd_aggregate_property_extension.propertyGroup.translation.customFields`,`nd_aggregate_property_extension.propertyGroup.translation.customFields`) as `nd_aggregate_property_extension.propertyGroup.customFields`, `nd_aggregate_property_extension.propertyGroup.translation.createdAt`, `nd_aggregate_property_extension.propertyGroup.translation.updatedAt`, `nd_aggregate_property_extension.propertyGroup.translation.propertyGroupId`, `nd_aggregate_property_extension.propertyGroup.translation.languageId` FROM `nd_aggregate_property_extension` LEFT JOIN `property_group` `nd_aggregate_property_extension.propertyGroup` ON `nd_aggregate_property_extension`.`property_group_id` = `nd_aggregate_property_extension.propertyGroup`.`id` LEFT JOIN (SELECT `nd_aggregate_property_extension.propertyGroup.translation`.property_group_id, `nd_aggregate_property_extension.propertyGroup.translation`.name as `nd_aggregate_property_extension.propertyGroup.translation.name`, `nd_aggregate_property_extension.propertyGroup.translation`.description as `nd_aggregate_property_extension.propertyGroup.translation.description`, `nd_aggregate_property_extension.propertyGroup.translation`.position as `nd_aggregate_property_extension.propertyGroup.translation.position`, `nd_aggregate_property_extension.propertyGroup.translation`.custom_fields as `nd_aggregate_property_extension.propertyGroup.translation.customFields`, `nd_aggregate_property_extension.propertyGroup.translation`.created_at as `nd_aggregate_property_extension.propertyGroup.translation.createdAt`, `nd_aggregate_property_extension.propertyGroup.translation`.updated_at as `nd_aggregate_property_extension.propertyGroup.translation.updatedAt`, `nd_aggregate_property_extension.propertyGroup.translation`.property_group_id as `nd_aggregate_property_extension.propertyGroup.translation.propertyGroupId`, `nd_aggregate_property_extension.propertyGroup.translation`.language_id as `nd_aggregate_property_extension.propertyGroup.translation.languageId` FROM `property_group_translation` `nd_aggregate_property_extension.propertyGroup.translation` WHERE `nd_aggregate_property_extension.propertyGroup.translation`.language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B) `nd_aggregate_property_extension.propertyGroup.property_group_translation` ON `nd_aggregate_property_extension.propertyGroup.property_group_translation`.`property_group_id` = `nd_aggregate_property_extension.propertyGroup`.`id`;
array:53 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 239)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 316)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetch (line 148)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 92)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::read (line 257)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::read (line 286)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::_search (line 106)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 51)"
9 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator::search (line 60)"
10 => "Nd\AggregateProperties\Subscriber\ProductListingFilterSubscriber::getMatchedAggregationPropertyGroups (line 51)"
11 => "Nd\AggregateProperties\Subscriber\ProductListingFilterSubscriber::onHandleFilterFromResult (line 118)"
12 => "Symfony\Component\EventDispatcher\Debug\WrappedListener::__invoke (line 230)"
13 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
14 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 56)"
15 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 98)"
16 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 55)"
17 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 37)"
18 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
19 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 125)"
20 => "Nd\Fashion\Overwrite\ProductListingRoute::load (line 96)"
21 => "Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute::Shopware\Core\Content\Product\SalesChannel\Listing\{closure} (line 350)"
22 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 44)"
23 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 120)"
24 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 43)"
25 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 46)"
26 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 42)"
27 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 41)"
28 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 59)"
29 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 40)"
30 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 95)"
31 => "Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute::Shopware\Core\Content\Product\SalesChannel\Listing\{closure} (line 72)"
32 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 35)"
33 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 92)"
34 => "Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute::load (line 51)"
35 => "Shopware\Core\Content\Product\SalesChannel\Listing\ResolveCriteriaProductListingRoute::load (line 62)"
36 => "Shopware\Core\Content\Product\Cms\ProductListingCmsElementResolver::enrich (line 99)"
37 => "Shopware\Core\Content\Cms\DataResolver\CmsSlotsDataResolver::resolve (line 104)"
38 => "Shopware\Core\Content\Cms\SalesChannel\SalesChannelCmsPageLoader::loadSlotData (line 94)"
39 => "Shopware\Core\Content\Cms\SalesChannel\SalesChannelCmsPageLoader::load (line 108)"
40 => "Nd\Fashion\Page\Manufacturer\ProductManufacturerRoute::load (line 66)"
41 => "Nd\Fashion\Page\Manufacturer\ProductManufacturerPageLoader::load (line 48)"
42 => "Nd\Fashion\Storefront\Controller\ManufacturerController::productManufacturerDetail (line 163)"
43 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
44 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
45 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
46 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 481)"
47 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 454)"
48 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 348)"
49 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 226)"
50 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
51 => "Shopware\Core\HttpKernel::doHandle (line 81)"
52 => "Shopware\Core\HttpKernel::handle (line 69)"
]
|
170 |
0.79 ms |
SELECT `property_group_option`.`id` as `property_group_option.id`, `property_group_option`.`property_group_id` as `property_group_option.groupId`, `property_group_option`.`color_hex_code` as `property_group_option.colorHexCode`, `property_group_option`.`media_id` as `property_group_option.mediaId`, `property_group_option`.`created_at` as `property_group_option.createdAt`, `property_group_option`.`updated_at` as `property_group_option.updatedAt`, (SELECT GROUP_CONCAT(HEX(`property_group_option.aggregatePropertyGroupOptionExtensions.mapping`.`selected_property_group_option_id`) SEPARATOR '||')
FROM `nd_aggregate_property_group_option_extension_mapping` `property_group_option.aggregatePropertyGroupOptionExtensions.mapping`
WHERE `property_group_option.aggregatePropertyGroupOptionExtensions.mapping`.`property_group_option_id` = `property_group_option`.`id` ) as `property_group_option.aggregatePropertyGroupOptionExtensions.id_mapping`, `property_group_option.translation.name`, COALESCE(`property_group_option.translation.name`,`property_group_option.translation.name`) as `property_group_option.name`, `property_group_option.translation.position`, COALESCE(`property_group_option.translation.position`,`property_group_option.translation.position`) as `property_group_option.position`, `property_group_option.translation.customFields`, COALESCE(`property_group_option.translation.customFields`,`property_group_option.translation.customFields`) as `property_group_option.customFields`, `property_group_option.translation.createdAt`, `property_group_option.translation.updatedAt`, `property_group_option.translation.propertyGroupOptionId`, `property_group_option.translation.languageId` FROM `property_group_option` LEFT JOIN (SELECT `property_group_option.translation`.property_group_option_id, `property_group_option.translation`.name as `property_group_option.translation.name`, `property_group_option.translation`.position as `property_group_option.translation.position`, `property_group_option.translation`.custom_fields as `property_group_option.translation.customFields`, `property_group_option.translation`.created_at as `property_group_option.translation.createdAt`, `property_group_option.translation`.updated_at as `property_group_option.translation.updatedAt`, `property_group_option.translation`.property_group_option_id as `property_group_option.translation.propertyGroupOptionId`, `property_group_option.translation`.language_id as `property_group_option.translation.languageId` FROM `property_group_option_translation` `property_group_option.translation` WHERE `property_group_option.translation`.language_id = :languageId) `property_group_option.property_group_option_translation` ON `property_group_option.property_group_option_translation`.`property_group_option_id` = `property_group_option`.`id` WHERE (`property_group_option`.`property_group_id` IN (:param_4e23f23b893f4f8f813581514cc241ee))
SELECT `property_group_option`.`id` as `property_group_option.id`, `property_group_option`.`property_group_id` as `property_group_option.groupId`, `property_group_option`.`color_hex_code` as `property_group_option.colorHexCode`, `property_group_option`.`media_id` as `property_group_option.mediaId`, `property_group_option`.`created_at` as `property_group_option.createdAt`, `property_group_option`.`updated_at` as `property_group_option.updatedAt`, (SELECT GROUP_CONCAT(HEX(`property_group_option.aggregatePropertyGroupOptionExtensions.mapping`.`selected_property_group_option_id`) SEPARATOR '||')
FROM `nd_aggregate_property_group_option_extension_mapping` `property_group_option.aggregatePropertyGroupOptionExtensions.mapping`
WHERE `property_group_option.aggregatePropertyGroupOptionExtensions.mapping`.`property_group_option_id` = `property_group_option`.`id` ) as `property_group_option.aggregatePropertyGroupOptionExtensions.id_mapping`, `property_group_option.translation.name`, COALESCE(`property_group_option.translation.name`,`property_group_option.translation.name`) as `property_group_option.name`, `property_group_option.translation.position`, COALESCE(`property_group_option.translation.position`,`property_group_option.translation.position`) as `property_group_option.position`, `property_group_option.translation.customFields`, COALESCE(`property_group_option.translation.customFields`,`property_group_option.translation.customFields`) as `property_group_option.customFields`, `property_group_option.translation.createdAt`, `property_group_option.translation.updatedAt`, `property_group_option.translation.propertyGroupOptionId`, `property_group_option.translation.languageId` FROM `property_group_option` LEFT JOIN (SELECT `property_group_option.translation`.property_group_option_id, `property_group_option.translation`.name as `property_group_option.translation.name`, `property_group_option.translation`.position as `property_group_option.translation.position`, `property_group_option.translation`.custom_fields as `property_group_option.translation.customFields`, `property_group_option.translation`.created_at as `property_group_option.translation.createdAt`, `property_group_option.translation`.updated_at as `property_group_option.translation.updatedAt`, `property_group_option.translation`.property_group_option_id as `property_group_option.translation.propertyGroupOptionId`, `property_group_option.translation`.language_id as `property_group_option.translation.languageId` FROM `property_group_option_translation` `property_group_option.translation` WHERE `property_group_option.translation`.language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B) `property_group_option.property_group_option_translation` ON `property_group_option.property_group_option_translation`.`property_group_option_id` = `property_group_option`.`id` WHERE (`property_group_option`.`property_group_id` IN (0x56C72BEB802B4BE9B4B08B58FC2DEC2D, 0xDAD0D5D9EF934516BA5A1F27ACC1D49E));
array:59 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 239)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 316)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetch (line 148)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 496)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::loadOneToManyWithoutPagination (line 438)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::loadOneToMany (line 1210)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetchAssociations (line 1154)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::loadToOne (line 1204)"
9 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetchAssociations (line 152)"
10 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 92)"
11 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::read (line 257)"
12 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::read (line 286)"
13 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::_search (line 106)"
14 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 51)"
15 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator::search (line 60)"
16 => "Nd\AggregateProperties\Subscriber\ProductListingFilterSubscriber::getMatchedAggregationPropertyGroups (line 51)"
17 => "Nd\AggregateProperties\Subscriber\ProductListingFilterSubscriber::onHandleFilterFromResult (line 118)"
18 => "Symfony\Component\EventDispatcher\Debug\WrappedListener::__invoke (line 230)"
19 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
20 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 56)"
21 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 98)"
22 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 55)"
23 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 37)"
24 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
25 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 125)"
26 => "Nd\Fashion\Overwrite\ProductListingRoute::load (line 96)"
27 => "Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute::Shopware\Core\Content\Product\SalesChannel\Listing\{closure} (line 350)"
28 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 44)"
29 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 120)"
30 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 43)"
31 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 46)"
32 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 42)"
33 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 41)"
34 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 59)"
35 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 40)"
36 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 95)"
37 => "Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute::Shopware\Core\Content\Product\SalesChannel\Listing\{closure} (line 72)"
38 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 35)"
39 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 92)"
40 => "Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute::load (line 51)"
41 => "Shopware\Core\Content\Product\SalesChannel\Listing\ResolveCriteriaProductListingRoute::load (line 62)"
42 => "Shopware\Core\Content\Product\Cms\ProductListingCmsElementResolver::enrich (line 99)"
43 => "Shopware\Core\Content\Cms\DataResolver\CmsSlotsDataResolver::resolve (line 104)"
44 => "Shopware\Core\Content\Cms\SalesChannel\SalesChannelCmsPageLoader::loadSlotData (line 94)"
45 => "Shopware\Core\Content\Cms\SalesChannel\SalesChannelCmsPageLoader::load (line 108)"
46 => "Nd\Fashion\Page\Manufacturer\ProductManufacturerRoute::load (line 66)"
47 => "Nd\Fashion\Page\Manufacturer\ProductManufacturerPageLoader::load (line 48)"
48 => "Nd\Fashion\Storefront\Controller\ManufacturerController::productManufacturerDetail (line 163)"
49 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
50 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
51 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
52 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 481)"
53 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 454)"
54 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 348)"
55 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 226)"
56 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
57 => "Shopware\Core\HttpKernel::doHandle (line 81)"
58 => "Shopware\Core\HttpKernel::handle (line 69)"
]
|
171 |
0.71 ms |
SELECT `property_group_option`.`id` as `property_group_option.id`, `property_group_option`.`property_group_id` as `property_group_option.groupId`, `property_group_option`.`color_hex_code` as `property_group_option.colorHexCode`, `property_group_option`.`media_id` as `property_group_option.mediaId`, `property_group_option`.`created_at` as `property_group_option.createdAt`, `property_group_option`.`updated_at` as `property_group_option.updatedAt`, `property_group_option.translation.name`, COALESCE(`property_group_option.translation.name`,`property_group_option.translation.name`) as `property_group_option.name`, `property_group_option.translation.position`, COALESCE(`property_group_option.translation.position`,`property_group_option.translation.position`) as `property_group_option.position`, `property_group_option.translation.customFields`, COALESCE(`property_group_option.translation.customFields`,`property_group_option.translation.customFields`) as `property_group_option.customFields`, `property_group_option.translation.createdAt`, `property_group_option.translation.updatedAt`, `property_group_option.translation.propertyGroupOptionId`, `property_group_option.translation.languageId` FROM `property_group_option` LEFT JOIN (SELECT `property_group_option.translation`.property_group_option_id, `property_group_option.translation`.name as `property_group_option.translation.name`, `property_group_option.translation`.position as `property_group_option.translation.position`, `property_group_option.translation`.custom_fields as `property_group_option.translation.customFields`, `property_group_option.translation`.created_at as `property_group_option.translation.createdAt`, `property_group_option.translation`.updated_at as `property_group_option.translation.updatedAt`, `property_group_option.translation`.property_group_option_id as `property_group_option.translation.propertyGroupOptionId`, `property_group_option.translation`.language_id as `property_group_option.translation.languageId` FROM `property_group_option_translation` `property_group_option.translation` WHERE `property_group_option.translation`.language_id = :languageId) `property_group_option.property_group_option_translation` ON `property_group_option.property_group_option_translation`.`property_group_option_id` = `property_group_option`.`id` WHERE `property_group_option`.`id` IN (:ids)
SELECT `property_group_option`.`id` as `property_group_option.id`, `property_group_option`.`property_group_id` as `property_group_option.groupId`, `property_group_option`.`color_hex_code` as `property_group_option.colorHexCode`, `property_group_option`.`media_id` as `property_group_option.mediaId`, `property_group_option`.`created_at` as `property_group_option.createdAt`, `property_group_option`.`updated_at` as `property_group_option.updatedAt`, `property_group_option.translation.name`, COALESCE(`property_group_option.translation.name`,`property_group_option.translation.name`) as `property_group_option.name`, `property_group_option.translation.position`, COALESCE(`property_group_option.translation.position`,`property_group_option.translation.position`) as `property_group_option.position`, `property_group_option.translation.customFields`, COALESCE(`property_group_option.translation.customFields`,`property_group_option.translation.customFields`) as `property_group_option.customFields`, `property_group_option.translation.createdAt`, `property_group_option.translation.updatedAt`, `property_group_option.translation.propertyGroupOptionId`, `property_group_option.translation.languageId` FROM `property_group_option` LEFT JOIN (SELECT `property_group_option.translation`.property_group_option_id, `property_group_option.translation`.name as `property_group_option.translation.name`, `property_group_option.translation`.position as `property_group_option.translation.position`, `property_group_option.translation`.custom_fields as `property_group_option.translation.customFields`, `property_group_option.translation`.created_at as `property_group_option.translation.createdAt`, `property_group_option.translation`.updated_at as `property_group_option.translation.updatedAt`, `property_group_option.translation`.property_group_option_id as `property_group_option.translation.propertyGroupOptionId`, `property_group_option.translation`.language_id as `property_group_option.translation.languageId` FROM `property_group_option_translation` `property_group_option.translation` WHERE `property_group_option.translation`.language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B) `property_group_option.property_group_option_translation` ON `property_group_option.property_group_option_translation`.`property_group_option_id` = `property_group_option`.`id` WHERE `property_group_option`.`id` IN (0x030611F429DC0B8681B034B3EDF57123, 0x080BB1577DA44448F2DF3C62783700ED, 0x04D50F205DE62B3542B4C449F4C68C88, 0x0DA50A1CD6464CAFAE571F0E2B8594E1, 0x57CA8E4EC659B6EB462E802F75FBA953, 0x296AC702480B4C158B74CCBD95AFB1AB, 0x3CEC4669EE98444D961E1ACFD1600BC9, 0x2B9D95019405E7DF914D0BDDC4CD6710, 0x62BB617623C1C96F13EE8BC54C388FD3, 0xCF7EBD9F27344C0FA428797509058BED);
array:63 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 239)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 316)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetch (line 148)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 676)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::loadManyToManyOverExtension (line 347)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::loadManyToMany (line 1216)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetchAssociations (line 152)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 496)"
9 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::loadOneToManyWithoutPagination (line 438)"
10 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::loadOneToMany (line 1210)"
11 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetchAssociations (line 1154)"
12 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::loadToOne (line 1204)"
13 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetchAssociations (line 152)"
14 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 92)"
15 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::read (line 257)"
16 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::read (line 286)"
17 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::_search (line 106)"
18 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 51)"
19 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator::search (line 60)"
20 => "Nd\AggregateProperties\Subscriber\ProductListingFilterSubscriber::getMatchedAggregationPropertyGroups (line 51)"
21 => "Nd\AggregateProperties\Subscriber\ProductListingFilterSubscriber::onHandleFilterFromResult (line 118)"
22 => "Symfony\Component\EventDispatcher\Debug\WrappedListener::__invoke (line 230)"
23 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
24 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 56)"
25 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 98)"
26 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 55)"
27 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 37)"
28 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
29 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 125)"
30 => "Nd\Fashion\Overwrite\ProductListingRoute::load (line 96)"
31 => "Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute::Shopware\Core\Content\Product\SalesChannel\Listing\{closure} (line 350)"
32 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 44)"
33 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 120)"
34 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 43)"
35 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 46)"
36 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 42)"
37 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 41)"
38 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 59)"
39 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 40)"
40 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 95)"
41 => "Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute::Shopware\Core\Content\Product\SalesChannel\Listing\{closure} (line 72)"
42 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 35)"
43 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 92)"
44 => "Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute::load (line 51)"
45 => "Shopware\Core\Content\Product\SalesChannel\Listing\ResolveCriteriaProductListingRoute::load (line 62)"
46 => "Shopware\Core\Content\Product\Cms\ProductListingCmsElementResolver::enrich (line 99)"
47 => "Shopware\Core\Content\Cms\DataResolver\CmsSlotsDataResolver::resolve (line 104)"
48 => "Shopware\Core\Content\Cms\SalesChannel\SalesChannelCmsPageLoader::loadSlotData (line 94)"
49 => "Shopware\Core\Content\Cms\SalesChannel\SalesChannelCmsPageLoader::load (line 108)"
50 => "Nd\Fashion\Page\Manufacturer\ProductManufacturerRoute::load (line 66)"
51 => "Nd\Fashion\Page\Manufacturer\ProductManufacturerPageLoader::load (line 48)"
52 => "Nd\Fashion\Storefront\Controller\ManufacturerController::productManufacturerDetail (line 163)"
53 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
54 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
55 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
56 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 481)"
57 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 454)"
58 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 348)"
59 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 226)"
60 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
61 => "Shopware\Core\HttpKernel::doHandle (line 81)"
62 => "Shopware\Core\HttpKernel::handle (line 69)"
]
|
172 |
6.94 ms |
SELECT `product_manufacturer`.`id` as `product_manufacturer.id`, `product_manufacturer`.`version_id` as `product_manufacturer.versionId`, `product_manufacturer`.`media_id` as `product_manufacturer.mediaId`, `product_manufacturer`.`link` as `product_manufacturer.link`, `product_manufacturer`.`created_at` as `product_manufacturer.createdAt`, `product_manufacturer`.`updated_at` as `product_manufacturer.updatedAt`, `product_manufacturer.baseExtension`.`id` as `product_manufacturer.baseExtension.id`, `product_manufacturer.baseExtension`.`product_manufacturer_id` as `product_manufacturer.baseExtension.productManufacturerId`, `product_manufacturer.baseExtension`.`product_manufacturer_version_id` as `product_manufacturer.baseExtension.productManufacturerVersionId`, `product_manufacturer.baseExtension`.`active` as `product_manufacturer.baseExtension.active`, `product_manufacturer.baseExtension`.`type` as `product_manufacturer.baseExtension.type`, `product_manufacturer.baseExtension`.`created_at` as `product_manufacturer.baseExtension.createdAt`, `product_manufacturer.baseExtension`.`updated_at` as `product_manufacturer.baseExtension.updatedAt`, `product_manufacturer.listingPageExtension`.`id` as `product_manufacturer.listingPageExtension.id`, `product_manufacturer.listingPageExtension`.`product_manufacturer_id` as `product_manufacturer.listingPageExtension.productManufacturerId`, `product_manufacturer.listingPageExtension`.`product_manufacturer_version_id` as `product_manufacturer.listingPageExtension.productManufacturerVersionId`, `product_manufacturer.listingPageExtension`.`active` as `product_manufacturer.listingPageExtension.active`, `product_manufacturer.listingPageExtension`.`type` as `product_manufacturer.listingPageExtension.type`, `product_manufacturer.listingPageExtension`.`product_assignment_type` as `product_manufacturer.listingPageExtension.productAssignmentType`, `product_manufacturer.listingPageExtension`.`product_stream_id` as `product_manufacturer.listingPageExtension.productStreamId`, `product_manufacturer.listingPageExtension`.`size_media` as `product_manufacturer.listingPageExtension.sizeMediaId`, `product_manufacturer.listingPageExtension`.`highlight_media` as `product_manufacturer.listingPageExtension.highlightMediaId`, `product_manufacturer.listingPageExtension`.`created_at` as `product_manufacturer.listingPageExtension.createdAt`, `product_manufacturer.listingPageExtension`.`updated_at` as `product_manufacturer.listingPageExtension.updatedAt`, `product_manufacturer.listingPageExtension.translation.description`, COALESCE(`product_manufacturer.listingPageExtension.translation.description`,`product_manufacturer.listingPageExtension.translation.description`) as `product_manufacturer.listingPageExtension.description`, `product_manufacturer.listingPageExtension.translation.sizeDescription`, COALESCE(`product_manufacturer.listingPageExtension.translation.sizeDescription`,`product_manufacturer.listingPageExtension.translation.sizeDescription`) as `product_manufacturer.listingPageExtension.sizeDescription`, `product_manufacturer.listingPageExtension.translation.createdAt`, `product_manufacturer.listingPageExtension.translation.updatedAt`, `product_manufacturer.listingPageExtension.translation.listingPageExtensionId`, `product_manufacturer.listingPageExtension.translation.languageId`, `product_manufacturer.productPageExtension`.`id` as `product_manufacturer.productPageExtension.id`, `product_manufacturer.productPageExtension`.`product_manufacturer_id` as `product_manufacturer.productPageExtension.productManufacturerId`, `product_manufacturer.productPageExtension`.`product_manufacturer_version_id` as `product_manufacturer.productPageExtension.productManufacturerVersionId`, `product_manufacturer.productPageExtension`.`cms_page_type` as `product_manufacturer.productPageExtension.cmsPageType`, `product_manufacturer.productPageExtension`.`cms_page_id` as `product_manufacturer.productPageExtension.cmsPageId`, `product_manufacturer.productPageExtension`.`cms_page_version_id` as `product_manufacturer.productPageExtension.cmsPageVersionId`, `product_manufacturer.productPageExtension`.`created_at` as `product_manufacturer.productPageExtension.createdAt`, `product_manufacturer.productPageExtension`.`updated_at` as `product_manufacturer.productPageExtension.updatedAt`, `product_manufacturer.productPageExtension.translation.url`, COALESCE(`product_manufacturer.productPageExtension.translation.url`,`product_manufacturer.productPageExtension.translation.url`) as `product_manufacturer.productPageExtension.url`, `product_manufacturer.productPageExtension.translation.metaTitle`, COALESCE(`product_manufacturer.productPageExtension.translation.metaTitle`,`product_manufacturer.productPageExtension.translation.metaTitle`) as `product_manufacturer.productPageExtension.metaTitle`, `product_manufacturer.productPageExtension.translation.metaDescription`, COALESCE(`product_manufacturer.productPageExtension.translation.metaDescription`,`product_manufacturer.productPageExtension.translation.metaDescription`) as `product_manufacturer.productPageExtension.metaDescription`, `product_manufacturer.productPageExtension.translation.keywords`, COALESCE(`product_manufacturer.productPageExtension.translation.keywords`,`product_manufacturer.productPageExtension.translation.keywords`) as `product_manufacturer.productPageExtension.keywords`, `product_manufacturer.productPageExtension.translation.slotConfig`, COALESCE(`product_manufacturer.productPageExtension.translation.slotConfig`,`product_manufacturer.productPageExtension.translation.slotConfig`) as `product_manufacturer.productPageExtension.slotConfig`, `product_manufacturer.productPageExtension.translation.createdAt`, `product_manufacturer.productPageExtension.translation.updatedAt`, `product_manufacturer.productPageExtension.translation.productPageExtensionId`, `product_manufacturer.productPageExtension.translation.languageId`, `product_manufacturer.translation.name`, COALESCE(`product_manufacturer.translation.name`,`product_manufacturer.translation.name`) as `product_manufacturer.name`, `product_manufacturer.translation.description`, COALESCE(`product_manufacturer.translation.description`,`product_manufacturer.translation.description`) as `product_manufacturer.description`, `product_manufacturer.translation.customFields`, COALESCE(`product_manufacturer.translation.customFields`,`product_manufacturer.translation.customFields`) as `product_manufacturer.customFields`, `product_manufacturer.translation.createdAt`, `product_manufacturer.translation.updatedAt`, `product_manufacturer.translation.productManufacturerId`, `product_manufacturer.translation.languageId`, `product_manufacturer.translation.productManufacturerVersionId` FROM `product_manufacturer` LEFT JOIN (SELECT `product_manufacturer.translation`.product_manufacturer_id, `product_manufacturer.translation`.product_manufacturer_version_id, `product_manufacturer.translation`.name as `product_manufacturer.translation.name`, `product_manufacturer.translation`.description as `product_manufacturer.translation.description`, `product_manufacturer.translation`.custom_fields as `product_manufacturer.translation.customFields`, `product_manufacturer.translation`.created_at as `product_manufacturer.translation.createdAt`, `product_manufacturer.translation`.updated_at as `product_manufacturer.translation.updatedAt`, `product_manufacturer.translation`.product_manufacturer_id as `product_manufacturer.translation.productManufacturerId`, `product_manufacturer.translation`.language_id as `product_manufacturer.translation.languageId`, `product_manufacturer.translation`.product_manufacturer_version_id as `product_manufacturer.translation.productManufacturerVersionId` FROM `product_manufacturer_translation` `product_manufacturer.translation` WHERE `product_manufacturer.translation`.language_id = :languageId) `product_manufacturer.product_manufacturer_translation` ON `product_manufacturer.product_manufacturer_translation`.`product_manufacturer_id` = `product_manufacturer`.`id` AND `product_manufacturer.product_manufacturer_translation`.product_manufacturer_version_id = `product_manufacturer`.version_id LEFT JOIN `base_extension` `product_manufacturer.baseExtension` ON `product_manufacturer`.`id` = `product_manufacturer.baseExtension`.`product_manufacturer_id` LEFT JOIN `listing_page_extension` `product_manufacturer.listingPageExtension` ON `product_manufacturer`.`id` = `product_manufacturer.listingPageExtension`.`product_manufacturer_id` LEFT JOIN `product_page_extension` `product_manufacturer.productPageExtension` ON `product_manufacturer`.`id` = `product_manufacturer.productPageExtension`.`product_manufacturer_id` LEFT JOIN (SELECT `product_manufacturer.listingPageExtension.translation`.listing_page_extension_id, `product_manufacturer.listingPageExtension.translation`.description as `product_manufacturer.listingPageExtension.translation.description`, `product_manufacturer.listingPageExtension.translation`.size_description as `product_manufacturer.listingPageExtension.translation.sizeDescription`, `product_manufacturer.listingPageExtension.translation`.created_at as `product_manufacturer.listingPageExtension.translation.createdAt`, `product_manufacturer.listingPageExtension.translation`.updated_at as `product_manufacturer.listingPageExtension.translation.updatedAt`, `product_manufacturer.listingPageExtension.translation`.listing_page_extension_id as `product_manufacturer.listingPageExtension.translation.listingPageExtensionId`, `product_manufacturer.listingPageExtension.translation`.language_id as `product_manufacturer.listingPageExtension.translation.languageId` FROM `listing_page_extension_translation` `product_manufacturer.listingPageExtension.translation` WHERE `product_manufacturer.listingPageExtension.translation`.language_id = :languageId) `product_manufacturer.listingPageExtension.listing_page_extension_translation` ON `product_manufacturer.listingPageExtension.listing_page_extension_translation`.`listing_page_extension_id` = `product_manufacturer.listingPageExtension`.`id` LEFT JOIN (SELECT `product_manufacturer.productPageExtension.translation`.product_page_extension_id, `product_manufacturer.productPageExtension.translation`.url as `product_manufacturer.productPageExtension.translation.url`, `product_manufacturer.productPageExtension.translation`.meta_title as `product_manufacturer.productPageExtension.translation.metaTitle`, `product_manufacturer.productPageExtension.translation`.meta_description as `product_manufacturer.productPageExtension.translation.metaDescription`, `product_manufacturer.productPageExtension.translation`.keywords as `product_manufacturer.productPageExtension.translation.keywords`, `product_manufacturer.productPageExtension.translation`.slot_config as `product_manufacturer.productPageExtension.translation.slotConfig`, `product_manufacturer.productPageExtension.translation`.created_at as `product_manufacturer.productPageExtension.translation.createdAt`, `product_manufacturer.productPageExtension.translation`.updated_at as `product_manufacturer.productPageExtension.translation.updatedAt`, `product_manufacturer.productPageExtension.translation`.product_page_extension_id as `product_manufacturer.productPageExtension.translation.productPageExtensionId`, `product_manufacturer.productPageExtension.translation`.language_id as `product_manufacturer.productPageExtension.translation.languageId` FROM `product_page_extension_translation` `product_manufacturer.productPageExtension.translation` WHERE `product_manufacturer.productPageExtension.translation`.language_id = :languageId) `product_manufacturer.productPageExtension.product_page_extension_translation` ON `product_manufacturer.productPageExtension.product_page_extension_translation`.`product_page_extension_id` = `product_manufacturer.productPageExtension`.`id` WHERE (`product_manufacturer`.`version_id` = :version) AND (`product_manufacturer`.`id` IN (:ids))
SELECT
`product_manufacturer`.`id` as `product_manufacturer.id`,
`product_manufacturer`.`version_id` as `product_manufacturer.versionId`,
`product_manufacturer`.`media_id` as `product_manufacturer.mediaId`,
`product_manufacturer`.`link` as `product_manufacturer.link`,
`product_manufacturer`.`created_at` as `product_manufacturer.createdAt`,
`product_manufacturer`.`updated_at` as `product_manufacturer.updatedAt`,
`product_manufacturer.baseExtension`.`id` as `product_manufacturer.baseExtension.id`,
`product_manufacturer.baseExtension`.`product_manufacturer_id` as `product_manufacturer.baseExtension.productManufacturerId`,
`product_manufacturer.baseExtension`.`product_manufacturer_version_id` as `product_manufacturer.baseExtension.productManufacturerVersionId`,
`product_manufacturer.baseExtension`.`active` as `product_manufacturer.baseExtension.active`,
`product_manufacturer.baseExtension`.`type` as `product_manufacturer.baseExtension.type`,
`product_manufacturer.baseExtension`.`created_at` as `product_manufacturer.baseExtension.createdAt`,
`product_manufacturer.baseExtension`.`updated_at` as `product_manufacturer.baseExtension.updatedAt`,
`product_manufacturer.listingPageExtension`.`id` as `product_manufacturer.listingPageExtension.id`,
`product_manufacturer.listingPageExtension`.`product_manufacturer_id` as `product_manufacturer.listingPageExtension.productManufacturerId`,
`product_manufacturer.listingPageExtension`.`product_manufacturer_version_id` as `product_manufacturer.listingPageExtension.productManufacturerVersionId`,
`product_manufacturer.listingPageExtension`.`active` as `product_manufacturer.listingPageExtension.active`,
`product_manufacturer.listingPageExtension`.`type` as `product_manufacturer.listingPageExtension.type`,
`product_manufacturer.listingPageExtension`.`product_assignment_type` as `product_manufacturer.listingPageExtension.productAssignmentType`,
`product_manufacturer.listingPageExtension`.`product_stream_id` as `product_manufacturer.listingPageExtension.productStreamId`,
`product_manufacturer.listingPageExtension`.`size_media` as `product_manufacturer.listingPageExtension.sizeMediaId`,
`product_manufacturer.listingPageExtension`.`highlight_media` as `product_manufacturer.listingPageExtension.highlightMediaId`,
`product_manufacturer.listingPageExtension`.`created_at` as `product_manufacturer.listingPageExtension.createdAt`,
`product_manufacturer.listingPageExtension`.`updated_at` as `product_manufacturer.listingPageExtension.updatedAt`,
`product_manufacturer.listingPageExtension.translation.description`,
COALESCE(
`product_manufacturer.listingPageExtension.translation.description`,
`product_manufacturer.listingPageExtension.translation.description`
) as `product_manufacturer.listingPageExtension.description`,
`product_manufacturer.listingPageExtension.translation.sizeDescription`,
COALESCE(
`product_manufacturer.listingPageExtension.translation.sizeDescription`,
`product_manufacturer.listingPageExtension.translation.sizeDescription`
) as `product_manufacturer.listingPageExtension.sizeDescription`,
`product_manufacturer.listingPageExtension.translation.createdAt`,
`product_manufacturer.listingPageExtension.translation.updatedAt`,
`product_manufacturer.listingPageExtension.translation.listingPageExtensionId`,
`product_manufacturer.listingPageExtension.translation.languageId`,
`product_manufacturer.productPageExtension`.`id` as `product_manufacturer.productPageExtension.id`,
`product_manufacturer.productPageExtension`.`product_manufacturer_id` as `product_manufacturer.productPageExtension.productManufacturerId`,
`product_manufacturer.productPageExtension`.`product_manufacturer_version_id` as `product_manufacturer.productPageExtension.productManufacturerVersionId`,
`product_manufacturer.productPageExtension`.`cms_page_type` as `product_manufacturer.productPageExtension.cmsPageType`,
`product_manufacturer.productPageExtension`.`cms_page_id` as `product_manufacturer.productPageExtension.cmsPageId`,
`product_manufacturer.productPageExtension`.`cms_page_version_id` as `product_manufacturer.productPageExtension.cmsPageVersionId`,
`product_manufacturer.productPageExtension`.`created_at` as `product_manufacturer.productPageExtension.createdAt`,
`product_manufacturer.productPageExtension`.`updated_at` as `product_manufacturer.productPageExtension.updatedAt`,
`product_manufacturer.productPageExtension.translation.url`,
COALESCE(
`product_manufacturer.productPageExtension.translation.url`,
`product_manufacturer.productPageExtension.translation.url`
) as `product_manufacturer.productPageExtension.url`,
`product_manufacturer.productPageExtension.translation.metaTitle`,
COALESCE(
`product_manufacturer.productPageExtension.translation.metaTitle`,
`product_manufacturer.productPageExtension.translation.metaTitle`
) as `product_manufacturer.productPageExtension.metaTitle`,
`product_manufacturer.productPageExtension.translation.metaDescription`,
COALESCE(
`product_manufacturer.productPageExtension.translation.metaDescription`,
`product_manufacturer.productPageExtension.translation.metaDescription`
) as `product_manufacturer.productPageExtension.metaDescription`,
`product_manufacturer.productPageExtension.translation.keywords`,
COALESCE(
`product_manufacturer.productPageExtension.translation.keywords`,
`product_manufacturer.productPageExtension.translation.keywords`
) as `product_manufacturer.productPageExtension.keywords`,
`product_manufacturer.productPageExtension.translation.slotConfig`,
COALESCE(
`product_manufacturer.productPageExtension.translation.slotConfig`,
`product_manufacturer.productPageExtension.translation.slotConfig`
) as `product_manufacturer.productPageExtension.slotConfig`,
`product_manufacturer.productPageExtension.translation.createdAt`,
`product_manufacturer.productPageExtension.translation.updatedAt`,
`product_manufacturer.productPageExtension.translation.productPageExtensionId`,
`product_manufacturer.productPageExtension.translation.languageId`,
`product_manufacturer.translation.name`,
COALESCE(
`product_manufacturer.translation.name`,
`product_manufacturer.translation.name`
) as `product_manufacturer.name`,
`product_manufacturer.translation.description`,
COALESCE(
`product_manufacturer.translation.description`,
`product_manufacturer.translation.description`
) as `product_manufacturer.description`,
`product_manufacturer.translation.customFields`,
COALESCE(
`product_manufacturer.translation.customFields`,
`product_manufacturer.translation.customFields`
) as `product_manufacturer.customFields`,
`product_manufacturer.translation.createdAt`,
`product_manufacturer.translation.updatedAt`,
`product_manufacturer.translation.productManufacturerId`,
`product_manufacturer.translation.languageId`,
`product_manufacturer.translation.productManufacturerVersionId`
FROM
`product_manufacturer`
LEFT JOIN (
SELECT
`product_manufacturer.translation`.product_manufacturer_id,
`product_manufacturer.translation`.product_manufacturer_version_id,
`product_manufacturer.translation`.name as `product_manufacturer.translation.name`,
`product_manufacturer.translation`.description as `product_manufacturer.translation.description`,
`product_manufacturer.translation`.custom_fields as `product_manufacturer.translation.customFields`,
`product_manufacturer.translation`.created_at as `product_manufacturer.translation.createdAt`,
`product_manufacturer.translation`.updated_at as `product_manufacturer.translation.updatedAt`,
`product_manufacturer.translation`.product_manufacturer_id as `product_manufacturer.translation.productManufacturerId`,
`product_manufacturer.translation`.language_id as `product_manufacturer.translation.languageId`,
`product_manufacturer.translation`.product_manufacturer_version_id as `product_manufacturer.translation.productManufacturerVersionId`
FROM
`product_manufacturer_translation` `product_manufacturer.translation`
WHERE
`product_manufacturer.translation`.language_id = : languageId
) `product_manufacturer.product_manufacturer_translation` ON `product_manufacturer.product_manufacturer_translation`.`product_manufacturer_id` = `product_manufacturer`.`id`
AND `product_manufacturer.product_manufacturer_translation`.product_manufacturer_version_id = `product_manufacturer`.version_id
LEFT JOIN `base_extension` `product_manufacturer.baseExtension` ON `product_manufacturer`.`id` = `product_manufacturer.baseExtension`.`product_manufacturer_id`
LEFT JOIN `listing_page_extension` `product_manufacturer.listingPageExtension` ON `product_manufacturer`.`id` = `product_manufacturer.listingPageExtension`.`product_manufacturer_id`
LEFT JOIN `product_page_extension` `product_manufacturer.productPageExtension` ON `product_manufacturer`.`id` = `product_manufacturer.productPageExtension`.`product_manufacturer_id`
LEFT JOIN (
SELECT
`product_manufacturer.listingPageExtension.translation`.listing_page_extension_id,
`product_manufacturer.listingPageExtension.translation`.description as `product_manufacturer.listingPageExtension.translation.description`,
`product_manufacturer.listingPageExtension.translation`.size_description as `product_manufacturer.listingPageExtension.translation.sizeDescription`,
`product_manufacturer.listingPageExtension.translation`.created_at as `product_manufacturer.listingPageExtension.translation.createdAt`,
`product_manufacturer.listingPageExtension.translation`.updated_at as `product_manufacturer.listingPageExtension.translation.updatedAt`,
`product_manufacturer.listingPageExtension.translation`.listing_page_extension_id as `product_manufacturer.listingPageExtension.translation.listingPageExtensionId`,
`product_manufacturer.listingPageExtension.translation`.language_id as `product_manufacturer.listingPageExtension.translation.languageId`
FROM
`listing_page_extension_translation` `product_manufacturer.listingPageExtension.translation`
WHERE
`product_manufacturer.listingPageExtension.translation`.language_id = : languageId
) `product_manufacturer.listingPageExtension.listing_page_extension_translation` ON `product_manufacturer.listingPageExtension.listing_page_extension_translation`.`listing_page_extension_id` = `product_manufacturer.listingPageExtension`.`id`
LEFT JOIN (
SELECT
`product_manufacturer.productPageExtension.translation`.product_page_extension_id,
`product_manufacturer.productPageExtension.translation`.url as `product_manufacturer.productPageExtension.translation.url`,
`product_manufacturer.productPageExtension.translation`.meta_title as `product_manufacturer.productPageExtension.translation.metaTitle`,
`product_manufacturer.productPageExtension.translation`.meta_description as `product_manufacturer.productPageExtension.translation.metaDescription`,
`product_manufacturer.productPageExtension.translation`.keywords as `product_manufacturer.productPageExtension.translation.keywords`,
`product_manufacturer.productPageExtension.translation`.slot_config as `product_manufacturer.productPageExtension.translation.slotConfig`,
`product_manufacturer.productPageExtension.translation`.created_at as `product_manufacturer.productPageExtension.translation.createdAt`,
`product_manufacturer.productPageExtension.translation`.updated_at as `product_manufacturer.productPageExtension.translation.updatedAt`,
`product_manufacturer.productPageExtension.translation`.product_page_extension_id as `product_manufacturer.productPageExtension.translation.productPageExtensionId`,
`product_manufacturer.productPageExtension.translation`.language_id as `product_manufacturer.productPageExtension.translation.languageId`
FROM
`product_page_extension_translation` `product_manufacturer.productPageExtension.translation`
WHERE
`product_manufacturer.productPageExtension.translation`.language_id = : languageId
) `product_manufacturer.productPageExtension.product_page_extension_translation` ON `product_manufacturer.productPageExtension.product_page_extension_translation`.`product_page_extension_id` = `product_manufacturer.productPageExtension`.`id`
WHERE
(
`product_manufacturer`.`version_id` = : version
)
AND (
`product_manufacturer`.`id` IN (: ids)
)
SELECT `product_manufacturer`.`id` as `product_manufacturer.id`, `product_manufacturer`.`version_id` as `product_manufacturer.versionId`, `product_manufacturer`.`media_id` as `product_manufacturer.mediaId`, `product_manufacturer`.`link` as `product_manufacturer.link`, `product_manufacturer`.`created_at` as `product_manufacturer.createdAt`, `product_manufacturer`.`updated_at` as `product_manufacturer.updatedAt`, `product_manufacturer.baseExtension`.`id` as `product_manufacturer.baseExtension.id`, `product_manufacturer.baseExtension`.`product_manufacturer_id` as `product_manufacturer.baseExtension.productManufacturerId`, `product_manufacturer.baseExtension`.`product_manufacturer_version_id` as `product_manufacturer.baseExtension.productManufacturerVersionId`, `product_manufacturer.baseExtension`.`active` as `product_manufacturer.baseExtension.active`, `product_manufacturer.baseExtension`.`type` as `product_manufacturer.baseExtension.type`, `product_manufacturer.baseExtension`.`created_at` as `product_manufacturer.baseExtension.createdAt`, `product_manufacturer.baseExtension`.`updated_at` as `product_manufacturer.baseExtension.updatedAt`, `product_manufacturer.listingPageExtension`.`id` as `product_manufacturer.listingPageExtension.id`, `product_manufacturer.listingPageExtension`.`product_manufacturer_id` as `product_manufacturer.listingPageExtension.productManufacturerId`, `product_manufacturer.listingPageExtension`.`product_manufacturer_version_id` as `product_manufacturer.listingPageExtension.productManufacturerVersionId`, `product_manufacturer.listingPageExtension`.`active` as `product_manufacturer.listingPageExtension.active`, `product_manufacturer.listingPageExtension`.`type` as `product_manufacturer.listingPageExtension.type`, `product_manufacturer.listingPageExtension`.`product_assignment_type` as `product_manufacturer.listingPageExtension.productAssignmentType`, `product_manufacturer.listingPageExtension`.`product_stream_id` as `product_manufacturer.listingPageExtension.productStreamId`, `product_manufacturer.listingPageExtension`.`size_media` as `product_manufacturer.listingPageExtension.sizeMediaId`, `product_manufacturer.listingPageExtension`.`highlight_media` as `product_manufacturer.listingPageExtension.highlightMediaId`, `product_manufacturer.listingPageExtension`.`created_at` as `product_manufacturer.listingPageExtension.createdAt`, `product_manufacturer.listingPageExtension`.`updated_at` as `product_manufacturer.listingPageExtension.updatedAt`, `product_manufacturer.listingPageExtension.translation.description`, COALESCE(`product_manufacturer.listingPageExtension.translation.description`,`product_manufacturer.listingPageExtension.translation.description`) as `product_manufacturer.listingPageExtension.description`, `product_manufacturer.listingPageExtension.translation.sizeDescription`, COALESCE(`product_manufacturer.listingPageExtension.translation.sizeDescription`,`product_manufacturer.listingPageExtension.translation.sizeDescription`) as `product_manufacturer.listingPageExtension.sizeDescription`, `product_manufacturer.listingPageExtension.translation.createdAt`, `product_manufacturer.listingPageExtension.translation.updatedAt`, `product_manufacturer.listingPageExtension.translation.listingPageExtensionId`, `product_manufacturer.listingPageExtension.translation.languageId`, `product_manufacturer.productPageExtension`.`id` as `product_manufacturer.productPageExtension.id`, `product_manufacturer.productPageExtension`.`product_manufacturer_id` as `product_manufacturer.productPageExtension.productManufacturerId`, `product_manufacturer.productPageExtension`.`product_manufacturer_version_id` as `product_manufacturer.productPageExtension.productManufacturerVersionId`, `product_manufacturer.productPageExtension`.`cms_page_type` as `product_manufacturer.productPageExtension.cmsPageType`, `product_manufacturer.productPageExtension`.`cms_page_id` as `product_manufacturer.productPageExtension.cmsPageId`, `product_manufacturer.productPageExtension`.`cms_page_version_id` as `product_manufacturer.productPageExtension.cmsPageVersionId`, `product_manufacturer.productPageExtension`.`created_at` as `product_manufacturer.productPageExtension.createdAt`, `product_manufacturer.productPageExtension`.`updated_at` as `product_manufacturer.productPageExtension.updatedAt`, `product_manufacturer.productPageExtension.translation.url`, COALESCE(`product_manufacturer.productPageExtension.translation.url`,`product_manufacturer.productPageExtension.translation.url`) as `product_manufacturer.productPageExtension.url`, `product_manufacturer.productPageExtension.translation.metaTitle`, COALESCE(`product_manufacturer.productPageExtension.translation.metaTitle`,`product_manufacturer.productPageExtension.translation.metaTitle`) as `product_manufacturer.productPageExtension.metaTitle`, `product_manufacturer.productPageExtension.translation.metaDescription`, COALESCE(`product_manufacturer.productPageExtension.translation.metaDescription`,`product_manufacturer.productPageExtension.translation.metaDescription`) as `product_manufacturer.productPageExtension.metaDescription`, `product_manufacturer.productPageExtension.translation.keywords`, COALESCE(`product_manufacturer.productPageExtension.translation.keywords`,`product_manufacturer.productPageExtension.translation.keywords`) as `product_manufacturer.productPageExtension.keywords`, `product_manufacturer.productPageExtension.translation.slotConfig`, COALESCE(`product_manufacturer.productPageExtension.translation.slotConfig`,`product_manufacturer.productPageExtension.translation.slotConfig`) as `product_manufacturer.productPageExtension.slotConfig`, `product_manufacturer.productPageExtension.translation.createdAt`, `product_manufacturer.productPageExtension.translation.updatedAt`, `product_manufacturer.productPageExtension.translation.productPageExtensionId`, `product_manufacturer.productPageExtension.translation.languageId`, `product_manufacturer.translation.name`, COALESCE(`product_manufacturer.translation.name`,`product_manufacturer.translation.name`) as `product_manufacturer.name`, `product_manufacturer.translation.description`, COALESCE(`product_manufacturer.translation.description`,`product_manufacturer.translation.description`) as `product_manufacturer.description`, `product_manufacturer.translation.customFields`, COALESCE(`product_manufacturer.translation.customFields`,`product_manufacturer.translation.customFields`) as `product_manufacturer.customFields`, `product_manufacturer.translation.createdAt`, `product_manufacturer.translation.updatedAt`, `product_manufacturer.translation.productManufacturerId`, `product_manufacturer.translation.languageId`, `product_manufacturer.translation.productManufacturerVersionId` FROM `product_manufacturer` LEFT JOIN (SELECT `product_manufacturer.translation`.product_manufacturer_id, `product_manufacturer.translation`.product_manufacturer_version_id, `product_manufacturer.translation`.name as `product_manufacturer.translation.name`, `product_manufacturer.translation`.description as `product_manufacturer.translation.description`, `product_manufacturer.translation`.custom_fields as `product_manufacturer.translation.customFields`, `product_manufacturer.translation`.created_at as `product_manufacturer.translation.createdAt`, `product_manufacturer.translation`.updated_at as `product_manufacturer.translation.updatedAt`, `product_manufacturer.translation`.product_manufacturer_id as `product_manufacturer.translation.productManufacturerId`, `product_manufacturer.translation`.language_id as `product_manufacturer.translation.languageId`, `product_manufacturer.translation`.product_manufacturer_version_id as `product_manufacturer.translation.productManufacturerVersionId` FROM `product_manufacturer_translation` `product_manufacturer.translation` WHERE `product_manufacturer.translation`.language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B) `product_manufacturer.product_manufacturer_translation` ON `product_manufacturer.product_manufacturer_translation`.`product_manufacturer_id` = `product_manufacturer`.`id` AND `product_manufacturer.product_manufacturer_translation`.product_manufacturer_version_id = `product_manufacturer`.version_id LEFT JOIN `base_extension` `product_manufacturer.baseExtension` ON `product_manufacturer`.`id` = `product_manufacturer.baseExtension`.`product_manufacturer_id` LEFT JOIN `listing_page_extension` `product_manufacturer.listingPageExtension` ON `product_manufacturer`.`id` = `product_manufacturer.listingPageExtension`.`product_manufacturer_id` LEFT JOIN `product_page_extension` `product_manufacturer.productPageExtension` ON `product_manufacturer`.`id` = `product_manufacturer.productPageExtension`.`product_manufacturer_id` LEFT JOIN (SELECT `product_manufacturer.listingPageExtension.translation`.listing_page_extension_id, `product_manufacturer.listingPageExtension.translation`.description as `product_manufacturer.listingPageExtension.translation.description`, `product_manufacturer.listingPageExtension.translation`.size_description as `product_manufacturer.listingPageExtension.translation.sizeDescription`, `product_manufacturer.listingPageExtension.translation`.created_at as `product_manufacturer.listingPageExtension.translation.createdAt`, `product_manufacturer.listingPageExtension.translation`.updated_at as `product_manufacturer.listingPageExtension.translation.updatedAt`, `product_manufacturer.listingPageExtension.translation`.listing_page_extension_id as `product_manufacturer.listingPageExtension.translation.listingPageExtensionId`, `product_manufacturer.listingPageExtension.translation`.language_id as `product_manufacturer.listingPageExtension.translation.languageId` FROM `listing_page_extension_translation` `product_manufacturer.listingPageExtension.translation` WHERE `product_manufacturer.listingPageExtension.translation`.language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B) `product_manufacturer.listingPageExtension.listing_page_extension_translation` ON `product_manufacturer.listingPageExtension.listing_page_extension_translation`.`listing_page_extension_id` = `product_manufacturer.listingPageExtension`.`id` LEFT JOIN (SELECT `product_manufacturer.productPageExtension.translation`.product_page_extension_id, `product_manufacturer.productPageExtension.translation`.url as `product_manufacturer.productPageExtension.translation.url`, `product_manufacturer.productPageExtension.translation`.meta_title as `product_manufacturer.productPageExtension.translation.metaTitle`, `product_manufacturer.productPageExtension.translation`.meta_description as `product_manufacturer.productPageExtension.translation.metaDescription`, `product_manufacturer.productPageExtension.translation`.keywords as `product_manufacturer.productPageExtension.translation.keywords`, `product_manufacturer.productPageExtension.translation`.slot_config as `product_manufacturer.productPageExtension.translation.slotConfig`, `product_manufacturer.productPageExtension.translation`.created_at as `product_manufacturer.productPageExtension.translation.createdAt`, `product_manufacturer.productPageExtension.translation`.updated_at as `product_manufacturer.productPageExtension.translation.updatedAt`, `product_manufacturer.productPageExtension.translation`.product_page_extension_id as `product_manufacturer.productPageExtension.translation.productPageExtensionId`, `product_manufacturer.productPageExtension.translation`.language_id as `product_manufacturer.productPageExtension.translation.languageId` FROM `product_page_extension_translation` `product_manufacturer.productPageExtension.translation` WHERE `product_manufacturer.productPageExtension.translation`.language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B) `product_manufacturer.productPageExtension.product_page_extension_translation` ON `product_manufacturer.productPageExtension.product_page_extension_translation`.`product_page_extension_id` = `product_manufacturer.productPageExtension`.`id` WHERE (`product_manufacturer`.`version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425) AND (`product_manufacturer`.`id` IN (0x766555701DAB4F4A1E30E2DA24D649BC));
array:21 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 239)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 316)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetch (line 148)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 92)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::read (line 257)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::read (line 286)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::_search (line 106)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 51)"
9 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator::search (line 63)"
10 => "Nd\Fashion\Storefront\Controller\ManufacturerController::productManufacturerDetail (line 163)"
11 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
12 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
13 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
14 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 481)"
15 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 454)"
16 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 348)"
17 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 226)"
18 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
19 => "Shopware\Core\HttpKernel::doHandle (line 81)"
20 => "Shopware\Core\HttpKernel::handle (line 69)"
]
|
173 |
0.21 ms |
SELECT `app`.`name`, `app`.`version`, `app`.`template_load_priority`
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`, `app`.`template_load_priority`
FROM `app`
INNER JOIN `app_template` ON `app_template`.`app_id` = `app`.`id`
WHERE `app`.`active` = 1 AND `app_template`.`active` = 1;
array:20 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 1093)"
2 => "Doctrine\DBAL\Connection::fetchAllAssociativeIndexed (line 67)"
3 => "Shopware\Core\Framework\Adapter\Twig\NamespaceHierarchy\BundleHierarchyBuilder::getAppTemplateNamespaces (line 47)"
4 => "Shopware\Core\Framework\Adapter\Twig\NamespaceHierarchy\BundleHierarchyBuilder::buildNamespaceHierarchy (line 35)"
5 => "Shopware\Core\Framework\Adapter\Twig\NamespaceHierarchy\NamespaceHierarchyBuilder::buildHierarchy (line 147)"
6 => "Shopware\Core\Framework\Adapter\Twig\TemplateFinder::getNamespaceHierarchy (line 68)"
7 => "Shopware\Core\Framework\Adapter\Twig\TemplateFinder::find (line 58)"
8 => "Shopware\Storefront\Controller\StorefrontController::renderStorefront (line 85)"
9 => "Nd\Fashion\Storefront\Controller\ManufacturerController::productManufacturerDetail (line 163)"
10 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
11 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
12 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
13 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 481)"
14 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 454)"
15 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 348)"
16 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 226)"
17 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
18 => "Shopware\Core\HttpKernel::doHandle (line 81)"
19 => "Shopware\Core\HttpKernel::handle (line 69)"
]
|
174 |
0.17 ms |
SELECT `name`, `path`, `author`
FROM `app`
WHERE `active` = 1
SELECT `name`, `path`, `author`
FROM `app`
WHERE `active` = 1
;
array:25 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 1042)"
2 => "Doctrine\DBAL\Connection::fetchAllAssociative (line 62)"
3 => "Shopware\Core\Framework\App\ActiveAppsLoader::loadApps (line 44)"
4 => "Shopware\Core\Framework\App\ActiveAppsLoader::getActiveApps (line 77)"
5 => "Shopware\Storefront\Theme\StorefrontPluginRegistry::addAppConfigs (line 52)"
6 => "Shopware\Storefront\Theme\StorefrontPluginRegistry::getConfigurations (line 82)"
7 => "Shopware\Storefront\Theme\Twig\ThemeInheritanceBuilder::getThemeInheritance (line 31)"
8 => "Shopware\Storefront\Theme\Twig\ThemeInheritanceBuilder::build (line 93)"
9 => "Shopware\Storefront\Theme\Twig\ThemeNamespaceHierarchyBuilder::buildNamespaceHierarchy (line 35)"
10 => "Shopware\Core\Framework\Adapter\Twig\NamespaceHierarchy\NamespaceHierarchyBuilder::buildHierarchy (line 147)"
11 => "Shopware\Core\Framework\Adapter\Twig\TemplateFinder::getNamespaceHierarchy (line 68)"
12 => "Shopware\Core\Framework\Adapter\Twig\TemplateFinder::find (line 58)"
13 => "Shopware\Storefront\Controller\StorefrontController::renderStorefront (line 85)"
14 => "Nd\Fashion\Storefront\Controller\ManufacturerController::productManufacturerDetail (line 163)"
15 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
16 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
17 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
18 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 481)"
19 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 454)"
20 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 348)"
21 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 226)"
22 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
23 => "Shopware\Core\HttpKernel::doHandle (line 81)"
24 => "Shopware\Core\HttpKernel::handle (line 69)"
]
|
175 |
0.24 ms |
SELECT `payment_method`.`id` FROM `payment_method` WHERE (`payment_method`.`handler_identifier` = :param_2def1331ff004ad492e908ce871822d0 AND `payment_method`.`active` = :param_870cd7b14f604876ba7dd8ce3feb9d4d)
SELECT `payment_method`.`id` FROM `payment_method` WHERE (`payment_method`.`handler_identifier` = 'Kiener\\MolliePayments\\Handler\\Method\\ApplePayPayment' AND `payment_method`.`active` = 1);
array:31 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 239)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 107)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntitySearcher::search (line 62)"
4 => "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher::search (line 132)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::searchIds (line 58)"
6 => "Shopware\Core\Checkout\Payment\DataAbstractionLayer\PaymentMethodRepositoryDecorator::searchIds (line 41)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator::searchIds (line 72)"
8 => "Kiener\MolliePayments\Repository\PaymentMethod\PaymentMethodRepository::getActiveApplePayID (line 160)"
9 => "Kiener\MolliePayments\Components\ApplePayDirect\ApplePayDirect::getActiveApplePayID (line 43)"
10 => "Kiener\MolliePayments\Subscriber\ApplePaySubscriber::onStorefrontRender (line 118)"
11 => "Symfony\Component\EventDispatcher\Debug\WrappedListener::__invoke (line 230)"
12 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
13 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 56)"
14 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 98)"
15 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 55)"
16 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 37)"
17 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
18 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 62)"
19 => "Shopware\Storefront\Controller\StorefrontController::renderStorefront (line 85)"
20 => "Nd\Fashion\Storefront\Controller\ManufacturerController::productManufacturerDetail (line 163)"
21 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
22 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
23 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
24 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 481)"
25 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 454)"
26 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 348)"
27 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 226)"
28 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
29 => "Shopware\Core\HttpKernel::doHandle (line 81)"
30 => "Shopware\Core\HttpKernel::handle (line 69)"
]
|
176 |
0.47 ms |
SELECT configuration_key, configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = :salesChannelId) AND (configuration_key LIKE :prefix) ORDER BY sales_channel_id ASC
SELECT configuration_key, configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = 0x327009EB5C1A48E192B7D2BCFA9C61BE) AND (configuration_key LIKE 'MolliePayments.config.%') ORDER BY sales_channel_id ASC;
array:26 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 239)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 189)"
3 => "Shopware\Core\System\SystemConfig\SystemConfigService::getDomain (line 74)"
4 => "Kiener\MolliePayments\Service\SettingsService::getSettings (line 42)"
5 => "Kiener\MolliePayments\Subscriber\StorefrontBuildSubscriber::onStorefrontRender (line 118)"
6 => "Symfony\Component\EventDispatcher\Debug\WrappedListener::__invoke (line 230)"
7 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
8 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 56)"
9 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 98)"
10 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 55)"
11 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 37)"
12 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
13 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 62)"
14 => "Shopware\Storefront\Controller\StorefrontController::renderStorefront (line 85)"
15 => "Nd\Fashion\Storefront\Controller\ManufacturerController::productManufacturerDetail (line 163)"
16 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
17 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
18 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
19 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 481)"
20 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 454)"
21 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 348)"
22 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 226)"
23 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
24 => "Shopware\Core\HttpKernel::doHandle (line 81)"
25 => "Shopware\Core\HttpKernel::handle (line 69)"
]
|
177 |
0.41 ms |
SELECT configuration_key, configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = :salesChannelId) AND (configuration_key LIKE :prefix) ORDER BY sales_channel_id ASC
SELECT configuration_key, configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = 0x327009EB5C1A48E192B7D2BCFA9C61BE) AND (configuration_key LIKE 'MolliePayments.config.%') ORDER BY sales_channel_id ASC;
array:26 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 239)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 189)"
3 => "Shopware\Core\System\SystemConfig\SystemConfigService::getDomain (line 74)"
4 => "Kiener\MolliePayments\Service\SettingsService::getSettings (line 50)"
5 => "Kiener\MolliePayments\Subscriber\ApplePayDirectSubscriber::onStorefrontRender (line 118)"
6 => "Symfony\Component\EventDispatcher\Debug\WrappedListener::__invoke (line 230)"
7 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
8 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 56)"
9 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 98)"
10 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 55)"
11 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 37)"
12 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
13 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 62)"
14 => "Shopware\Storefront\Controller\StorefrontController::renderStorefront (line 85)"
15 => "Nd\Fashion\Storefront\Controller\ManufacturerController::productManufacturerDetail (line 163)"
16 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
17 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
18 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
19 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 481)"
20 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 454)"
21 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 348)"
22 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 226)"
23 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
24 => "Shopware\Core\HttpKernel::doHandle (line 81)"
25 => "Shopware\Core\HttpKernel::handle (line 69)"
]
|
178 |
0.40 ms |
SELECT configuration_key, configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = :salesChannelId) AND (configuration_key LIKE :prefix) ORDER BY sales_channel_id ASC
SELECT configuration_key, configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = 0x327009EB5C1A48E192B7D2BCFA9C61BE) AND (configuration_key LIKE 'MolliePayments.config.%') ORDER BY sales_channel_id ASC;
array:27 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 239)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 189)"
3 => "Shopware\Core\System\SystemConfig\SystemConfigService::getDomain (line 74)"
4 => "Kiener\MolliePayments\Service\SettingsService::getSettings (line 170)"
5 => "Kiener\MolliePayments\Components\ApplePayDirect\ApplePayDirect::isApplePayDirectEnabled (line 52)"
6 => "Kiener\MolliePayments\Subscriber\ApplePayDirectSubscriber::onStorefrontRender (line 118)"
7 => "Symfony\Component\EventDispatcher\Debug\WrappedListener::__invoke (line 230)"
8 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
9 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 56)"
10 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 98)"
11 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 55)"
12 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 37)"
13 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
14 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 62)"
15 => "Shopware\Storefront\Controller\StorefrontController::renderStorefront (line 85)"
16 => "Nd\Fashion\Storefront\Controller\ManufacturerController::productManufacturerDetail (line 163)"
17 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
18 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
19 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
20 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 481)"
21 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 454)"
22 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 348)"
23 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 226)"
24 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
25 => "Shopware\Core\HttpKernel::doHandle (line 81)"
26 => "Shopware\Core\HttpKernel::handle (line 69)"
]
|
179 |
0.41 ms |
SELECT configuration_key, configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = :salesChannelId) AND (configuration_key LIKE :prefix) ORDER BY sales_channel_id ASC
SELECT configuration_key, configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = 0x327009EB5C1A48E192B7D2BCFA9C61BE) AND (configuration_key LIKE 'MolliePayments.config.%') ORDER BY sales_channel_id ASC;
array:26 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 239)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 189)"
3 => "Shopware\Core\System\SystemConfig\SystemConfigService::getDomain (line 74)"
4 => "Kiener\MolliePayments\Service\SettingsService::getSettings (line 82)"
5 => "Kiener\MolliePayments\Subscriber\SubscriptionSubscriber::onStorefrontRender (line 118)"
6 => "Symfony\Component\EventDispatcher\Debug\WrappedListener::__invoke (line 230)"
7 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
8 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 56)"
9 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 98)"
10 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 55)"
11 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 37)"
12 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
13 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 62)"
14 => "Shopware\Storefront\Controller\StorefrontController::renderStorefront (line 85)"
15 => "Nd\Fashion\Storefront\Controller\ManufacturerController::productManufacturerDetail (line 163)"
16 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
17 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
18 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
19 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 481)"
20 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 454)"
21 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 348)"
22 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 226)"
23 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
24 => "Shopware\Core\HttpKernel::doHandle (line 81)"
25 => "Shopware\Core\HttpKernel::handle (line 69)"
]
|
180 |
0.85 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:70 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 239)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 316)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetch (line 148)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 92)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::read (line 257)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::read (line 286)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::_search (line 110)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::Shopware\Core\Framework\DataAbstractionLayer\{closure} (line 59)"
9 => "Shopware\Core\Profiling\Profiler::trace (line 109)"
10 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 51)"
11 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator::search (line 209)"
12 => "Shopware\Storefront\Theme\ThemeService::getThemeConfiguration (line 42)"
13 => "Shopware\Storefront\Theme\ResolvedConfigLoader::load (line 39)"
14 => "Shopware\Storefront\Theme\CachedResolvedConfigLoader::Shopware\Storefront\Theme\{closure} (line 72)"
15 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 35)"
16 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 38)"
17 => "Shopware\Storefront\Theme\CachedResolvedConfigLoader::load (line 117)"
18 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::getThemeConfig (line 42)"
19 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::get (line 51)"
20 => "Shopware\Storefront\Framework\Twig\TemplateConfigAccessor::theme (line 49)"
21 => "Shopware\Storefront\Framework\Twig\Extension\ConfigExtension::theme (line 662)"
22 => "__TwigTemplate_41d2c01d16b0415eea6c716d9a142d52::block_layout_head_meta_tags_image_og (line 171)"
23 => "Twig\Template::displayBlock (line 520)"
24 => "__TwigTemplate_41d2c01d16b0415eea6c716d9a142d52::block_layout_head_meta_tags_opengraph (line 171)"
25 => "Twig\Template::displayBlock (line 277)"
26 => "__TwigTemplate_41d2c01d16b0415eea6c716d9a142d52::block_layout_head_meta_tags (line 171)"
27 => "Twig\Template::displayBlock (line 132)"
28 => "__TwigTemplate_41d2c01d16b0415eea6c716d9a142d52::block_layout_head_inner (line 171)"
29 => "Twig\Template::displayBlock (line 91)"
30 => "__TwigTemplate_41d2c01d16b0415eea6c716d9a142d52::doDisplay (line 394)"
31 => "Twig\Template::displayWithErrorHandling (line 367)"
32 => "Twig\Template::display (line 167)"
33 => "__TwigTemplate_bf4a9dfa6d117a9a64353a047f29bcaf::block_base_head (line 171)"
34 => "Twig\Template::displayBlock (line 92)"
35 => "__TwigTemplate_bf4a9dfa6d117a9a64353a047f29bcaf::doDisplay (line 394)"
36 => "Twig\Template::displayWithErrorHandling (line 367)"
37 => "Twig\Template::display (line 50)"
38 => "__TwigTemplate_7e6514b45bbd2252641d9cccec9fa185::doDisplay (line 394)"
39 => "Twig\Template::displayWithErrorHandling (line 367)"
40 => "Twig\Template::display (line 51)"
41 => "__TwigTemplate_8b28d4dd84c5c0143b9e8f2b7d16d9e4::doDisplay (line 394)"
42 => "Twig\Template::displayWithErrorHandling (line 367)"
43 => "Twig\Template::display (line 53)"
44 => "__TwigTemplate_d10fbb84d9b96565c54ea03848a8e48c::doDisplay (line 394)"
45 => "Twig\Template::displayWithErrorHandling (line 367)"
46 => "Twig\Template::display (line 54)"
47 => "__TwigTemplate_b76b09936bb94bd85cef3b77e07f2148::doDisplay (line 394)"
48 => "Twig\Template::displayWithErrorHandling (line 367)"
49 => "Twig\Template::display (line 379)"
50 => "Twig\Template::render (line 40)"
51 => "Twig\TemplateWrapper::render (line 277)"
52 => "Twig\Environment::render (line 258)"
53 => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController::renderView (line 243)"
54 => "Shopware\Storefront\Controller\StorefrontController::renderView (line 266)"
55 => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController::render (line 72)"
56 => "Shopware\Storefront\Controller\StorefrontController::Shopware\Storefront\Controller\{closure} (line 59)"
57 => "Shopware\Core\Profiling\Profiler::trace (line 71)"
58 => "Shopware\Storefront\Controller\StorefrontController::renderStorefront (line 85)"
59 => "Nd\Fashion\Storefront\Controller\ManufacturerController::productManufacturerDetail (line 163)"
60 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
61 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
62 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
63 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 481)"
64 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 454)"
65 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 348)"
66 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 226)"
67 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
68 => "Shopware\Core\HttpKernel::doHandle (line 81)"
69 => "Shopware\Core\HttpKernel::handle (line 69)"
]
|
181 |
0.95 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 `media_folder` `media.mediaFolder` ON `media`.`media_folder_id` = `media.mediaFolder`.`id` 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` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder`.`default_folder_id` = `media.mediaFolder.defaultFolder`.`id` WHERE (((`media`.`private` = :param_6adb87be46ed40d09c1b4bc64c983bda OR (`media`.`private` = :param_7141fc8153634655a15f781da7b8db2e AND `media.mediaFolder.defaultFolder`.`entity` = :param_671375ac931447709300a1f69a2563fa)))) 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 `media_folder` `media.mediaFolder` ON `media`.`media_folder_id` = `media.mediaFolder`.`id` 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` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder`.`default_folder_id` = `media.mediaFolder.defaultFolder`.`id` WHERE (((`media`.`private` = 0 OR (`media`.`private` = 1 AND `media.mediaFolder.defaultFolder`.`entity` = 'product_download')))) AND (`media`.`id` IN (0x270457FCAAB64564B813AF60777ED852, 0x63147E3596CF40FCBDAA921244718F66));
array:70 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 239)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 316)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetch (line 148)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 92)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::read (line 257)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::read (line 286)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::_search (line 110)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::Shopware\Core\Framework\DataAbstractionLayer\{closure} (line 59)"
9 => "Shopware\Core\Profiling\Profiler::trace (line 109)"
10 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 59)"
11 => "Shopware\Core\Content\Media\DataAbstractionLayer\MediaRepositoryDecorator::search (line 51)"
12 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator::search (line 63)"
13 => "Shopware\Storefront\Theme\ResolvedConfigLoader::load (line 39)"
14 => "Shopware\Storefront\Theme\CachedResolvedConfigLoader::Shopware\Storefront\Theme\{closure} (line 72)"
15 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 35)"
16 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 38)"
17 => "Shopware\Storefront\Theme\CachedResolvedConfigLoader::load (line 117)"
18 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::getThemeConfig (line 42)"
19 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::get (line 51)"
20 => "Shopware\Storefront\Framework\Twig\TemplateConfigAccessor::theme (line 49)"
21 => "Shopware\Storefront\Framework\Twig\Extension\ConfigExtension::theme (line 662)"
22 => "__TwigTemplate_41d2c01d16b0415eea6c716d9a142d52::block_layout_head_meta_tags_image_og (line 171)"
23 => "Twig\Template::displayBlock (line 520)"
24 => "__TwigTemplate_41d2c01d16b0415eea6c716d9a142d52::block_layout_head_meta_tags_opengraph (line 171)"
25 => "Twig\Template::displayBlock (line 277)"
26 => "__TwigTemplate_41d2c01d16b0415eea6c716d9a142d52::block_layout_head_meta_tags (line 171)"
27 => "Twig\Template::displayBlock (line 132)"
28 => "__TwigTemplate_41d2c01d16b0415eea6c716d9a142d52::block_layout_head_inner (line 171)"
29 => "Twig\Template::displayBlock (line 91)"
30 => "__TwigTemplate_41d2c01d16b0415eea6c716d9a142d52::doDisplay (line 394)"
31 => "Twig\Template::displayWithErrorHandling (line 367)"
32 => "Twig\Template::display (line 167)"
33 => "__TwigTemplate_bf4a9dfa6d117a9a64353a047f29bcaf::block_base_head (line 171)"
34 => "Twig\Template::displayBlock (line 92)"
35 => "__TwigTemplate_bf4a9dfa6d117a9a64353a047f29bcaf::doDisplay (line 394)"
36 => "Twig\Template::displayWithErrorHandling (line 367)"
37 => "Twig\Template::display (line 50)"
38 => "__TwigTemplate_7e6514b45bbd2252641d9cccec9fa185::doDisplay (line 394)"
39 => "Twig\Template::displayWithErrorHandling (line 367)"
40 => "Twig\Template::display (line 51)"
41 => "__TwigTemplate_8b28d4dd84c5c0143b9e8f2b7d16d9e4::doDisplay (line 394)"
42 => "Twig\Template::displayWithErrorHandling (line 367)"
43 => "Twig\Template::display (line 53)"
44 => "__TwigTemplate_d10fbb84d9b96565c54ea03848a8e48c::doDisplay (line 394)"
45 => "Twig\Template::displayWithErrorHandling (line 367)"
46 => "Twig\Template::display (line 54)"
47 => "__TwigTemplate_b76b09936bb94bd85cef3b77e07f2148::doDisplay (line 394)"
48 => "Twig\Template::displayWithErrorHandling (line 367)"
49 => "Twig\Template::display (line 379)"
50 => "Twig\Template::render (line 40)"
51 => "Twig\TemplateWrapper::render (line 277)"
52 => "Twig\Environment::render (line 258)"
53 => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController::renderView (line 243)"
54 => "Shopware\Storefront\Controller\StorefrontController::renderView (line 266)"
55 => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController::render (line 72)"
56 => "Shopware\Storefront\Controller\StorefrontController::Shopware\Storefront\Controller\{closure} (line 59)"
57 => "Shopware\Core\Profiling\Profiler::trace (line 71)"
58 => "Shopware\Storefront\Controller\StorefrontController::renderStorefront (line 85)"
59 => "Nd\Fashion\Storefront\Controller\ManufacturerController::productManufacturerDetail (line 163)"
60 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
61 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
62 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
63 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 481)"
64 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 454)"
65 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 348)"
66 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 226)"
67 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
68 => "Shopware\Core\HttpKernel::doHandle (line 81)"
69 => "Shopware\Core\HttpKernel::handle (line 69)"
]
|
182 |
0.35 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:56 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 271)"
2 => "Doctrine\DBAL\Query\QueryBuilder::execute (line 34)"
3 => "Shopware\Core\System\Language\LanguageLoader::loadLanguages (line 49)"
4 => "Shopware\Core\System\Language\CachedLanguageLoader::Shopware\Core\System\Language\{closure} (line 72)"
5 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 35)"
6 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 48)"
7 => "Shopware\Core\System\Language\CachedLanguageLoader::loadLanguages (line 57)"
8 => "Shopware\Core\System\Locale\LanguageLocaleCodeProvider::getLanguages (line 27)"
9 => "Shopware\Core\System\Locale\LanguageLocaleCodeProvider::getLocaleForLanguageId (line 348)"
10 => "Shopware\Core\Framework\Adapter\Translation\Translator::getFallbackLocale (line 146)"
11 => "Shopware\Core\Framework\Adapter\Translation\Translator::getCatalogue (line 178)"
12 => "Shopware\Core\Framework\Adapter\Translation\Translator::trans (line 48)"
13 => "Symfony\Component\Translation\DataCollectorTranslator::trans (line 138)"
14 => "Symfony\Bridge\Twig\Extension\TranslationExtension::trans (line 313)"
15 => "__TwigTemplate_bf4a9dfa6d117a9a64353a047f29bcaf::block_base_noscript (line 171)"
16 => "Twig\Template::displayBlock (line 263)"
17 => "__TwigTemplate_bf4a9dfa6d117a9a64353a047f29bcaf::block_base_body_inner (line 171)"
18 => "Twig\Template::displayBlock (line 193)"
19 => "__TwigTemplate_bf4a9dfa6d117a9a64353a047f29bcaf::block_base_body (line 171)"
20 => "Twig\Template::displayBlock (line 97)"
21 => "__TwigTemplate_bf4a9dfa6d117a9a64353a047f29bcaf::doDisplay (line 394)"
22 => "Twig\Template::displayWithErrorHandling (line 367)"
23 => "Twig\Template::display (line 50)"
24 => "__TwigTemplate_7e6514b45bbd2252641d9cccec9fa185::doDisplay (line 394)"
25 => "Twig\Template::displayWithErrorHandling (line 367)"
26 => "Twig\Template::display (line 51)"
27 => "__TwigTemplate_8b28d4dd84c5c0143b9e8f2b7d16d9e4::doDisplay (line 394)"
28 => "Twig\Template::displayWithErrorHandling (line 367)"
29 => "Twig\Template::display (line 53)"
30 => "__TwigTemplate_d10fbb84d9b96565c54ea03848a8e48c::doDisplay (line 394)"
31 => "Twig\Template::displayWithErrorHandling (line 367)"
32 => "Twig\Template::display (line 54)"
33 => "__TwigTemplate_b76b09936bb94bd85cef3b77e07f2148::doDisplay (line 394)"
34 => "Twig\Template::displayWithErrorHandling (line 367)"
35 => "Twig\Template::display (line 379)"
36 => "Twig\Template::render (line 40)"
37 => "Twig\TemplateWrapper::render (line 277)"
38 => "Twig\Environment::render (line 258)"
39 => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController::renderView (line 243)"
40 => "Shopware\Storefront\Controller\StorefrontController::renderView (line 266)"
41 => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController::render (line 72)"
42 => "Shopware\Storefront\Controller\StorefrontController::Shopware\Storefront\Controller\{closure} (line 59)"
43 => "Shopware\Core\Profiling\Profiler::trace (line 71)"
44 => "Shopware\Storefront\Controller\StorefrontController::renderStorefront (line 85)"
45 => "Nd\Fashion\Storefront\Controller\ManufacturerController::productManufacturerDetail (line 163)"
46 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
47 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
48 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
49 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 481)"
50 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 454)"
51 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 348)"
52 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 226)"
53 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
54 => "Shopware\Core\HttpKernel::doHandle (line 81)"
55 => "Shopware\Core\HttpKernel::handle (line 69)"
]
|
183 |
0.20 ms |
SELECT iso FROM snippet_set WHERE id = :snippetSetId
SELECT iso FROM snippet_set WHERE id = 0x9F1DEFABE8AB41A289693225A718FBC1;
array:55 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 734)"
2 => "Doctrine\DBAL\Connection::fetchOne (line 416)"
3 => "Shopware\Core\System\Snippet\SnippetService::getLocaleBySnippetSetId (line 132)"
4 => "Shopware\Core\System\Snippet\SnippetService::getStorefrontSnippets (line 341)"
5 => "Shopware\Core\Framework\Adapter\Translation\Translator::Shopware\Core\Framework\Adapter\Translation\{closure} (line 72)"
6 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 35)"
7 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 337)"
8 => "Shopware\Core\Framework\Adapter\Translation\Translator::loadSnippets (line 320)"
9 => "Shopware\Core\Framework\Adapter\Translation\Translator::getCustomizedCatalog (line 162)"
10 => "Shopware\Core\Framework\Adapter\Translation\Translator::getCatalogue (line 178)"
11 => "Shopware\Core\Framework\Adapter\Translation\Translator::trans (line 48)"
12 => "Symfony\Component\Translation\DataCollectorTranslator::trans (line 138)"
13 => "Symfony\Bridge\Twig\Extension\TranslationExtension::trans (line 313)"
14 => "__TwigTemplate_bf4a9dfa6d117a9a64353a047f29bcaf::block_base_noscript (line 171)"
15 => "Twig\Template::displayBlock (line 263)"
16 => "__TwigTemplate_bf4a9dfa6d117a9a64353a047f29bcaf::block_base_body_inner (line 171)"
17 => "Twig\Template::displayBlock (line 193)"
18 => "__TwigTemplate_bf4a9dfa6d117a9a64353a047f29bcaf::block_base_body (line 171)"
19 => "Twig\Template::displayBlock (line 97)"
20 => "__TwigTemplate_bf4a9dfa6d117a9a64353a047f29bcaf::doDisplay (line 394)"
21 => "Twig\Template::displayWithErrorHandling (line 367)"
22 => "Twig\Template::display (line 50)"
23 => "__TwigTemplate_7e6514b45bbd2252641d9cccec9fa185::doDisplay (line 394)"
24 => "Twig\Template::displayWithErrorHandling (line 367)"
25 => "Twig\Template::display (line 51)"
26 => "__TwigTemplate_8b28d4dd84c5c0143b9e8f2b7d16d9e4::doDisplay (line 394)"
27 => "Twig\Template::displayWithErrorHandling (line 367)"
28 => "Twig\Template::display (line 53)"
29 => "__TwigTemplate_d10fbb84d9b96565c54ea03848a8e48c::doDisplay (line 394)"
30 => "Twig\Template::displayWithErrorHandling (line 367)"
31 => "Twig\Template::display (line 54)"
32 => "__TwigTemplate_b76b09936bb94bd85cef3b77e07f2148::doDisplay (line 394)"
33 => "Twig\Template::displayWithErrorHandling (line 367)"
34 => "Twig\Template::display (line 379)"
35 => "Twig\Template::render (line 40)"
36 => "Twig\TemplateWrapper::render (line 277)"
37 => "Twig\Environment::render (line 258)"
38 => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController::renderView (line 243)"
39 => "Shopware\Storefront\Controller\StorefrontController::renderView (line 266)"
40 => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController::render (line 72)"
41 => "Shopware\Storefront\Controller\StorefrontController::Shopware\Storefront\Controller\{closure} (line 59)"
42 => "Shopware\Core\Profiling\Profiler::trace (line 71)"
43 => "Shopware\Storefront\Controller\StorefrontController::renderStorefront (line 85)"
44 => "Nd\Fashion\Storefront\Controller\ManufacturerController::productManufacturerDetail (line 163)"
45 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
46 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
47 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
48 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 481)"
49 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 454)"
50 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 348)"
51 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 226)"
52 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
53 => "Shopware\Core\HttpKernel::doHandle (line 81)"
54 => "Shopware\Core\HttpKernel::handle (line 69)"
]
|
184 |
0.16 ms |
SELECT `base_class` AS `baseClass`, `author`
FROM `plugin`
SELECT `base_class` AS `baseClass`, `author`
FROM `plugin`
;
array:64 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 1065)"
2 => "Doctrine\DBAL\Connection::fetchAllKeyValue (line 156)"
3 => "Shopware\Core\System\Snippet\Files\SnippetFileLoader::getPluginAuthors (line 146)"
4 => "Shopware\Core\System\Snippet\Files\SnippetFileLoader::getAuthorFromBundle (line 113)"
5 => "Shopware\Core\System\Snippet\Files\SnippetFileLoader::loadSnippetFilesInDir (line 70)"
6 => "Shopware\Core\System\Snippet\Files\SnippetFileLoader::loadPluginSnippets (line 52)"
7 => "Shopware\Core\System\Snippet\Files\SnippetFileLoader::loadSnippetFilesIntoCollection (line 23)"
8 => "Shopware\Core\System\Snippet\Files\SnippetFileCollectionFactory::createSnippetFileCollection (line 11933)"
9 => "ContainerIqlE5e0\Shopware_Production_KernelDevDebugContainer::getSnippetFileCollectionService (line 11919)"
10 => "ContainerIqlE5e0\Shopware_Production_KernelDevDebugContainer::ContainerIqlE5e0\{closure} (line 1191)"
11 => "Closure::__invoke (line 1191)"
12 => "ContainerIqlE5e0\SnippetFileCollection_08f09cc::__clone (line 136)"
13 => "Shopware\Core\System\Snippet\SnippetService::getStorefrontSnippets (line 341)"
14 => "Shopware\Core\Framework\Adapter\Translation\Translator::Shopware\Core\Framework\Adapter\Translation\{closure} (line 72)"
15 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 35)"
16 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 337)"
17 => "Shopware\Core\Framework\Adapter\Translation\Translator::loadSnippets (line 320)"
18 => "Shopware\Core\Framework\Adapter\Translation\Translator::getCustomizedCatalog (line 162)"
19 => "Shopware\Core\Framework\Adapter\Translation\Translator::getCatalogue (line 178)"
20 => "Shopware\Core\Framework\Adapter\Translation\Translator::trans (line 48)"
21 => "Symfony\Component\Translation\DataCollectorTranslator::trans (line 138)"
22 => "Symfony\Bridge\Twig\Extension\TranslationExtension::trans (line 313)"
23 => "__TwigTemplate_bf4a9dfa6d117a9a64353a047f29bcaf::block_base_noscript (line 171)"
24 => "Twig\Template::displayBlock (line 263)"
25 => "__TwigTemplate_bf4a9dfa6d117a9a64353a047f29bcaf::block_base_body_inner (line 171)"
26 => "Twig\Template::displayBlock (line 193)"
27 => "__TwigTemplate_bf4a9dfa6d117a9a64353a047f29bcaf::block_base_body (line 171)"
28 => "Twig\Template::displayBlock (line 97)"
29 => "__TwigTemplate_bf4a9dfa6d117a9a64353a047f29bcaf::doDisplay (line 394)"
30 => "Twig\Template::displayWithErrorHandling (line 367)"
31 => "Twig\Template::display (line 50)"
32 => "__TwigTemplate_7e6514b45bbd2252641d9cccec9fa185::doDisplay (line 394)"
33 => "Twig\Template::displayWithErrorHandling (line 367)"
34 => "Twig\Template::display (line 51)"
35 => "__TwigTemplate_8b28d4dd84c5c0143b9e8f2b7d16d9e4::doDisplay (line 394)"
36 => "Twig\Template::displayWithErrorHandling (line 367)"
37 => "Twig\Template::display (line 53)"
38 => "__TwigTemplate_d10fbb84d9b96565c54ea03848a8e48c::doDisplay (line 394)"
39 => "Twig\Template::displayWithErrorHandling (line 367)"
40 => "Twig\Template::display (line 54)"
41 => "__TwigTemplate_b76b09936bb94bd85cef3b77e07f2148::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 258)"
47 => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController::renderView (line 243)"
48 => "Shopware\Storefront\Controller\StorefrontController::renderView (line 266)"
49 => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController::render (line 72)"
50 => "Shopware\Storefront\Controller\StorefrontController::Shopware\Storefront\Controller\{closure} (line 59)"
51 => "Shopware\Core\Profiling\Profiler::trace (line 71)"
52 => "Shopware\Storefront\Controller\StorefrontController::renderStorefront (line 85)"
53 => "Nd\Fashion\Storefront\Controller\ManufacturerController::productManufacturerDetail (line 163)"
54 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
55 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
56 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
57 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 481)"
58 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 454)"
59 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 348)"
60 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 226)"
61 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
62 => "Shopware\Core\HttpKernel::doHandle (line 81)"
63 => "Shopware\Core\HttpKernel::handle (line 69)"
]
|
185 |
0.28 ms |
SELECT LOWER(HEX(theme.id)) themeId, theme.technical_name as themeName, parentTheme.technical_name as parentThemeName
FROM sales_channel
LEFT JOIN theme_sales_channel ON sales_channel.id = theme_sales_channel.sales_channel_id
LEFT JOIN theme ON theme_sales_channel.theme_id = theme.id
LEFT JOIN theme AS parentTheme ON parentTheme.id = theme.parent_theme_id
WHERE sales_channel.id = :salesChannelId
SELECT LOWER(HEX(theme.id)) themeId, theme.technical_name as themeName, parentTheme.technical_name as parentThemeName
FROM sales_channel
LEFT JOIN theme_sales_channel ON sales_channel.id = theme_sales_channel.sales_channel_id
LEFT JOIN theme ON theme_sales_channel.theme_id = theme.id
LEFT JOIN theme AS parentTheme ON parentTheme.id = theme.parent_theme_id
WHERE sales_channel.id = 0x327009EB5C1A48E192B7D2BCFA9C61BE
;
array:56 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 684)"
2 => "Doctrine\DBAL\Connection::fetchAssociative (line 37)"
3 => "Shopware\Storefront\Theme\SalesChannelThemeLoader::load (line 337)"
4 => "Shopware\Core\System\Snippet\SnippetService::getUsedThemes (line 138)"
5 => "Shopware\Core\System\Snippet\SnippetService::getStorefrontSnippets (line 341)"
6 => "Shopware\Core\Framework\Adapter\Translation\Translator::Shopware\Core\Framework\Adapter\Translation\{closure} (line 72)"
7 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 35)"
8 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 337)"
9 => "Shopware\Core\Framework\Adapter\Translation\Translator::loadSnippets (line 320)"
10 => "Shopware\Core\Framework\Adapter\Translation\Translator::getCustomizedCatalog (line 162)"
11 => "Shopware\Core\Framework\Adapter\Translation\Translator::getCatalogue (line 178)"
12 => "Shopware\Core\Framework\Adapter\Translation\Translator::trans (line 48)"
13 => "Symfony\Component\Translation\DataCollectorTranslator::trans (line 138)"
14 => "Symfony\Bridge\Twig\Extension\TranslationExtension::trans (line 313)"
15 => "__TwigTemplate_bf4a9dfa6d117a9a64353a047f29bcaf::block_base_noscript (line 171)"
16 => "Twig\Template::displayBlock (line 263)"
17 => "__TwigTemplate_bf4a9dfa6d117a9a64353a047f29bcaf::block_base_body_inner (line 171)"
18 => "Twig\Template::displayBlock (line 193)"
19 => "__TwigTemplate_bf4a9dfa6d117a9a64353a047f29bcaf::block_base_body (line 171)"
20 => "Twig\Template::displayBlock (line 97)"
21 => "__TwigTemplate_bf4a9dfa6d117a9a64353a047f29bcaf::doDisplay (line 394)"
22 => "Twig\Template::displayWithErrorHandling (line 367)"
23 => "Twig\Template::display (line 50)"
24 => "__TwigTemplate_7e6514b45bbd2252641d9cccec9fa185::doDisplay (line 394)"
25 => "Twig\Template::displayWithErrorHandling (line 367)"
26 => "Twig\Template::display (line 51)"
27 => "__TwigTemplate_8b28d4dd84c5c0143b9e8f2b7d16d9e4::doDisplay (line 394)"
28 => "Twig\Template::displayWithErrorHandling (line 367)"
29 => "Twig\Template::display (line 53)"
30 => "__TwigTemplate_d10fbb84d9b96565c54ea03848a8e48c::doDisplay (line 394)"
31 => "Twig\Template::displayWithErrorHandling (line 367)"
32 => "Twig\Template::display (line 54)"
33 => "__TwigTemplate_b76b09936bb94bd85cef3b77e07f2148::doDisplay (line 394)"
34 => "Twig\Template::displayWithErrorHandling (line 367)"
35 => "Twig\Template::display (line 379)"
36 => "Twig\Template::render (line 40)"
37 => "Twig\TemplateWrapper::render (line 277)"
38 => "Twig\Environment::render (line 258)"
39 => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController::renderView (line 243)"
40 => "Shopware\Storefront\Controller\StorefrontController::renderView (line 266)"
41 => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController::render (line 72)"
42 => "Shopware\Storefront\Controller\StorefrontController::Shopware\Storefront\Controller\{closure} (line 59)"
43 => "Shopware\Core\Profiling\Profiler::trace (line 71)"
44 => "Shopware\Storefront\Controller\StorefrontController::renderStorefront (line 85)"
45 => "Nd\Fashion\Storefront\Controller\ManufacturerController::productManufacturerDetail (line 163)"
46 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
47 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
48 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
49 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 481)"
50 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 454)"
51 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 348)"
52 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 226)"
53 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
54 => "Shopware\Core\HttpKernel::doHandle (line 81)"
55 => "Shopware\Core\HttpKernel::handle (line 69)"
]
|
186 |
0.32 ms |
SELECT translation_key, value FROM snippet WHERE snippet_set_id = :snippetSetId
SELECT translation_key, value FROM snippet WHERE snippet_set_id = 0x9F1DEFABE8AB41A289693225A718FBC1;
array:55 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 1065)"
2 => "Doctrine\DBAL\Connection::fetchAllKeyValue (line 294)"
3 => "Shopware\Core\System\Snippet\SnippetService::fetchSnippetsFromDatabase (line 166)"
4 => "Shopware\Core\System\Snippet\SnippetService::getStorefrontSnippets (line 341)"
5 => "Shopware\Core\Framework\Adapter\Translation\Translator::Shopware\Core\Framework\Adapter\Translation\{closure} (line 72)"
6 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 35)"
7 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 337)"
8 => "Shopware\Core\Framework\Adapter\Translation\Translator::loadSnippets (line 320)"
9 => "Shopware\Core\Framework\Adapter\Translation\Translator::getCustomizedCatalog (line 162)"
10 => "Shopware\Core\Framework\Adapter\Translation\Translator::getCatalogue (line 178)"
11 => "Shopware\Core\Framework\Adapter\Translation\Translator::trans (line 48)"
12 => "Symfony\Component\Translation\DataCollectorTranslator::trans (line 138)"
13 => "Symfony\Bridge\Twig\Extension\TranslationExtension::trans (line 313)"
14 => "__TwigTemplate_bf4a9dfa6d117a9a64353a047f29bcaf::block_base_noscript (line 171)"
15 => "Twig\Template::displayBlock (line 263)"
16 => "__TwigTemplate_bf4a9dfa6d117a9a64353a047f29bcaf::block_base_body_inner (line 171)"
17 => "Twig\Template::displayBlock (line 193)"
18 => "__TwigTemplate_bf4a9dfa6d117a9a64353a047f29bcaf::block_base_body (line 171)"
19 => "Twig\Template::displayBlock (line 97)"
20 => "__TwigTemplate_bf4a9dfa6d117a9a64353a047f29bcaf::doDisplay (line 394)"
21 => "Twig\Template::displayWithErrorHandling (line 367)"
22 => "Twig\Template::display (line 50)"
23 => "__TwigTemplate_7e6514b45bbd2252641d9cccec9fa185::doDisplay (line 394)"
24 => "Twig\Template::displayWithErrorHandling (line 367)"
25 => "Twig\Template::display (line 51)"
26 => "__TwigTemplate_8b28d4dd84c5c0143b9e8f2b7d16d9e4::doDisplay (line 394)"
27 => "Twig\Template::displayWithErrorHandling (line 367)"
28 => "Twig\Template::display (line 53)"
29 => "__TwigTemplate_d10fbb84d9b96565c54ea03848a8e48c::doDisplay (line 394)"
30 => "Twig\Template::displayWithErrorHandling (line 367)"
31 => "Twig\Template::display (line 54)"
32 => "__TwigTemplate_b76b09936bb94bd85cef3b77e07f2148::doDisplay (line 394)"
33 => "Twig\Template::displayWithErrorHandling (line 367)"
34 => "Twig\Template::display (line 379)"
35 => "Twig\Template::render (line 40)"
36 => "Twig\TemplateWrapper::render (line 277)"
37 => "Twig\Environment::render (line 258)"
38 => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController::renderView (line 243)"
39 => "Shopware\Storefront\Controller\StorefrontController::renderView (line 266)"
40 => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController::render (line 72)"
41 => "Shopware\Storefront\Controller\StorefrontController::Shopware\Storefront\Controller\{closure} (line 59)"
42 => "Shopware\Core\Profiling\Profiler::trace (line 71)"
43 => "Shopware\Storefront\Controller\StorefrontController::renderStorefront (line 85)"
44 => "Nd\Fashion\Storefront\Controller\ManufacturerController::productManufacturerDetail (line 163)"
45 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
46 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
47 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
48 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 481)"
49 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 454)"
50 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 348)"
51 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 226)"
52 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
53 => "Shopware\Core\HttpKernel::doHandle (line 81)"
54 => "Shopware\Core\HttpKernel::handle (line 69)"
]
|
187 |
11.89 ms |
SELECT seo_path_info, path_info FROM seo_url WHERE (seo_url.is_canonical = 1) AND (seo_url.path_info IN (:pathInfo)) AND (seo_url.language_id = :languageId) AND (seo_url.sales_channel_id = :salesChannelId OR seo_url.sales_channel_id IS NULL) AND (is_deleted = 0) ORDER BY seo_url.sales_channel_id ASC
SELECT seo_path_info, path_info FROM seo_url WHERE (seo_url.is_canonical = 1) AND (seo_url.path_info IN ('/productManufacturer/766555701dab4f4a1e30e2da24d649bc', '/navigation/4596a0b0e7164938b4ae4805033853aa', '/navigation/e348ba52e5c0434cac3633c10c9e76a9', '/navigation/d67280f5713048f39728bb74d529d356', '/navigation/1790afd53a184a488233553a4410b8c6', '/navigation/67f6b77104a748c88ec557b41a688d91', '/navigation/e8f0d176bcf74b03af6735494fa67c42', '/navigation/f644053e1f574f2c9d3ffbd4021a5bca', '/navigation/0681f6f5cf1b444ebfdc553108bb3999', '/navigation/0c47aa027f5542f6b24a115e8a19e508', '/navigation/5487d428f75e4dabad8b56348f3db6f3', '/navigation/3bb1a547dab14f3d89c7804cbc26ee54', '/navigation/1dbc7ca6d5c14347bfad06d3ad43a20f', '/navigation/8b27f63eb19c4c7a971ca22ae30ae46c', '/navigation/df603a6927a04dbb865b460b522513bb', '/navigation/3f51720b3b2a45a28c405b177c708208', '/navigation/f8ce2d6b325248588a3352b398c6cb5c', '/navigation/dbdfd0e9467e4d1489aa80bf78a6799e', '/navigation/1c1c493f39884e65aea67a612e59378b', '/navigation/2f8d8bf707a244e0b90f3a6fa541859c', '/navigation/c0a46a8145064a4ea7e355c566d578a4', '/navigation/a8f933a083ad4f68b853a8053408c6b0', '/navigation/6bc5b64306a04f8e8303043a7bab2493', '/navigation/b3f4cd4189c946e18012af5672810b08', '/navigation/8f771d684aca4e21b709df6618164c0e', '/navigation/e05beb067d364e82bdd284c20e7065f3', '/navigation/c6a9ec9440ed4dceb0d78cd67d51d34d', '/navigation/98e8bd28b2204d879c5458801709d09e', '/navigation/39e1e9aff0d34c2992d087931185bd64', '/navigation/b3c61e0635d2410a8d3c9c33341d47bc', '/navigation/fe777183a9bf44bc9106f55eb97de9b9', '/navigation/a84c13418b1a408986f9373e3e943dad', '/navigation/ea97cca020f545a8831a04c62cd1212e', '/navigation/32b5ef21745840818fde8158ea0edaf2', '/navigation/a6ab1811156f490c885182fda7ebd0c9', '/navigation/a7b8ad8f801343b29dc57e593a263ce9', '/navigation/2a04c4c490654cbcb11897400768844f', '/navigation/3c8814c6fcc64ae9b3c44301ecff0160', '/navigation/5cd9ff22397045c194048b55f8cd5c46', '/navigation/3831d427f610408497a34cc40811b004', '/navigation/79b290d360074f398bdff14a25517367', '/navigation/50292b6f658a408aaa2e26b40be7f41a', '/navigation/0fcfc11a19f24e8f86560a79786f2df5', '/navigation/832ce0a0d3234f8387262d1329048681', '/navigation/cee0f646176d4dff9d56877c8f5b2690', '/navigation/775f4096ee1841c5bd07675662c67394', '/navigation/89e431ddf538469bb9f8fa7a90099162', '/navigation/93ef012d3c624857bd528a87d6f14135', '/navigation/28a7ddb5163e40189d6e9bcd294a2516', '/navigation/4dd492400ada4cad8b5e758b49867a51', '/navigation/3d42f350f3be47fe8d9e543a6106f155', '/navigation/72e8677c72fd43529dfe422bfdc850de', '/navigation/f26747e582384b298ef2b255cb6cad30', '/navigation/92bb722e999a4f4394119ff89ca2df64', '/navigation/5cf7425de2214af0ad509b7203d0ee94', '/navigation/7649210f2cd0446581b090c8dfa3c0ca', '/navigation/41ba46449b414a64b1b04b0a15c7fc8c', '/navigation/a5bb5b741a8148a688bba577bd2476f1', '/navigation/92d6d2c0151c46f891c97f0ac33de4e7', '/navigation/78aa4d49291d415e97b747b9c1ad431c', '/navigation/2d8168a55b9c4506b6a3ab8f35687a72', '/navigation/0536dc90d2574c37be1b9150c5c77ef6', '/navigation/83efec8c35084573adcc860ed4cf80e8', '/navigation/ea5ac515dcf44988af3cc2d6275f2e18', '/navigation/0f50dbecad6848bb8bc3faec1ccb49ac', '/navigation/acca81b74c924194adea1d87725a183b', '/navigation/d5da2dc357774c1eb1c6b12f6c9b19fc', '/navigation/48a73e8d8b01427b84a4c08ac4447a48', '/navigation/1e25fe0c2f2d42ff953f13a80f5ac618', '/navigation/5f21c18abd784c81a07ce0b3ad61ce8d', '/navigation/e5c3b894a29b4c799777c03cd3852a97', '/navigation/a5befc03b4164ff0a3e5b721e40ac379', '/navigation/3eab11c90c9841b7be143110e0a85910', '/navigation/f2ab893facf541a5b802686664c2cf7c', '/navigation/ddcce03e967a4345921d5720821d5542', '/navigation/a7e3804e19984ea1986e87a7f13e5324', '/navigation/472760ea80e54466a51a591c05998ddd', '/navigation/c47e674982e3404fa65b69af114d3d72', '/navigation/b69fe17b4cb04db3a241971f00c5c3bb', '/navigation/245d9829c6a1460a99dd55de2ed683c7', '/navigation/cdf2629df8214f0d9b19930c2c2e9eac', '/navigation/939b727da8b643659d92cf34d402484f', '/navigation/63328e1994f2451b979dbc6560a978cc', '/navigation/3f73a40733164465a3ab8a96455acdcd', '/navigation/8590dc0f180349908c372f4880204dbc', '/navigation/0a64726014f44fa8b9275fb3fbb4b6cd', '/navigation/851ca80e4e6a4fc194a3de45306d0cc2', '/navigation/2829886b53894a61838f4f7447efa89a', '/navigation/2894950029f34c6fbec5cc3130dd9c08', '/navigation/821e1766a59b46b0abd8fe5b1eaebc92', '/navigation/0aede4bb749d49bc9ea33b10bf1af988', '/detail/cd0887d84c03e64e2b829f413504289a', '/detail/938972e180b813f6519e5b8062e0cb3d', '/detail/a964f93da18989b3c4260d15be92ec78', '/detail/413dbb0ca2673889b5eb0d5958f35eef', '/detail/d26a1a2fb1f8430aa678849c34adc2a2', '/detail/dbd8db3def8353f8885de3030fb4a7f2', '/detail/e7eb4ea3f1d5204624f69aa762a39b97', '/detail/29d2c660e8361e40346c62883036cb13', '/detail/1bcd8655e7dbbb8bd37ac6632fc7ce06', '/detail/8c9278af6f3182cfa0b22579ddab1264', '/detail/4bc326b475559f73d6664cd543afdbe2', '/detail/2cefa298cc8752b9edb167c5e6747c9c', '/detail/22dd845c41be7aba761c31b292eaf90d', '/detail/b7267f12467c8b06cdcdf59da606de6e', '/detail/7dcb0a0f980e9085a5b9f0222c0ec64b', '/detail/ac2b7c59f2f8f41bf2c7ed5d9739231e', '/detail/4ace08cd54d664641120e6fd6b15dbb9', '/detail/55ef5478351dde389751ac34c6805b35', '/detail/9a4de38ec4a852d9855f21a2750e5775', '/detail/70b5294ba9fd09abdc8ca5d8917f3397', '/detail/e5feca7a859dd3c3056948f15b88e88b', '/detail/f84838498d9099bb700b7dcd1b452c86', '/detail/00c87adb47827965550b8dc5b84838cb', '/detail/e13fa2e15fae99f5ffdf04e05636e8f3', '/navigation/5c1c5a34c41b476a9500e6ca6459a7eb', '/navigation/add246c3122d45cabe935a3fef0cfdd4', '/navigation/536a77e165f243538c811ca8bf761935', '/navigation/05dcf46a637746e0b4bfc52a4ccf8309', '/navigation/6dcde60113224c9ea23cb4352f8b2f32', '/navigation/71c33bfa87464d308fbd05cdb1b7e9f0', '/navigation/8d3e0d5cbe5d4a5cb8388cb7ce611e32', '/navigation/9a340eb2cb3d49e6b27bb5804e27dffa', '/navigation/031ec5845c33400ea4e0455a4e83f96c', '/navigation/05d80cdc517e493db6285ee674d7623c', '/navigation/5f140e048bbf4bbdb2e386180c1b3ee9', '/navigation/5bc9fb54549544a4a8ee6439c08ea51d', '/navigation/9b9aa517ce0d46afb36975fc9dbe3bc3')) AND (seo_url.language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B) AND (seo_url.sales_channel_id = 0x327009EB5C1A48E192B7D2BCFA9C61BE OR seo_url.sales_channel_id IS NULL) AND (is_deleted = 0) ORDER BY seo_url.sales_channel_id ASC;
array:19 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 239)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 106)"
3 => "Shopware\Core\Content\Seo\SeoUrlPlaceholderHandler::createSeoMapping (line 59)"
4 => "Shopware\Core\Content\Seo\SeoUrlPlaceholderHandler::Shopware\Core\Content\Seo\{closure} (line 59)"
5 => "Shopware\Core\Profiling\Profiler::trace (line 54)"
6 => "Shopware\Core\Content\Seo\SeoUrlPlaceholderHandler::replace (line 90)"
7 => "Shopware\Storefront\Controller\StorefrontController::renderStorefront (line 85)"
8 => "Nd\Fashion\Storefront\Controller\ManufacturerController::productManufacturerDetail (line 163)"
9 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
10 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
11 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
12 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 481)"
13 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 454)"
14 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 348)"
15 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 226)"
16 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
17 => "Shopware\Core\HttpKernel::doHandle (line 81)"
18 => "Shopware\Core\HttpKernel::handle (line 69)"
]
|