| 1 |
0.20 ms |
SELECT `value` FROM app_config WHERE `key` = :key
SELECT `value` FROM app_config WHERE `key` = 'cache-id';
array:7 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 665)"
2 => "Doctrine\DBAL\Connection::fetchColumn (line 43)"
3 => "Shopware\Core\Framework\Adapter\Cache\CacheIdLoader::load (line 180)"
4 => "Shopware\Core\HttpKernel::createKernel (line 121)"
5 => "Shopware\Core\HttpKernel::doHandle (line 75)"
6 => "Shopware\Core\HttpKernel::handle (line 85)"
]
|
| 2 |
0.20 ms |
SELECT
`name`,
`base_class` AS baseClass,
IF(`active` = 1 AND `installed_at` IS NOT NULL, 1, 0) AS active,
`path`,
`version`,
`autoload`,
`managed_by_composer` AS managedByComposer,
composer_name as composerName
FROM `plugin`
ORDER BY `installed_at`;
SELECT
`name`,
`base_class` AS baseClass,
IF(`active` = 1 AND `installed_at` IS NOT NULL, 1, 0) AS active,
`path`,
`version`,
`autoload`,
`managed_by_composer` AS managedByComposer,
composer_name as composerName
FROM `plugin`
ORDER BY `installed_at`;;
array:7 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 39)"
2 => "Shopware\Core\Framework\Plugin\KernelPluginLoader\DbalKernelPluginLoader::loadPluginInfos (line 98)"
3 => "Shopware\Core\Framework\Plugin\KernelPluginLoader\KernelPluginLoader::initializePlugins (line 177)"
4 => "Shopware\Core\Kernel::boot (line 122)"
5 => "Shopware\Core\HttpKernel::doHandle (line 75)"
6 => "Shopware\Core\HttpKernel::handle (line 85)"
]
|
| 3 |
0.20 ms |
SELECT custom_entity.name, custom_entity.fields
FROM custom_entity
LEFT JOIN app ON app.id = custom_entity.app_id
WHERE custom_entity.app_id IS NULL OR app.active = 1
SELECT custom_entity.name, custom_entity.fields
FROM custom_entity
LEFT JOIN app ON app.id = custom_entity.app_id
WHERE custom_entity.app_id IS NULL OR app.active = 1
;
array:8 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 1042)"
2 => "Doctrine\DBAL\Connection::fetchAllAssociative (line 36)"
3 => "Shopware\Core\System\CustomEntity\CustomEntityRegistrar::register (line 55)"
4 => "Shopware\Core\System\System::boot (line 192)"
5 => "Shopware\Core\Kernel::boot (line 122)"
6 => "Shopware\Core\HttpKernel::doHandle (line 75)"
7 => "Shopware\Core\HttpKernel::handle (line 85)"
]
|
| 4 |
0.28 ms |
SELECT `creation_timestamp`
FROM `migration`
WHERE `update` IS NOT NULL AND `update_destructive` IS NULL
SELECT `creation_timestamp`
FROM `migration`
WHERE `update` IS NOT NULL AND `update_destructive` IS NULL
;
array:6 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 375)"
2 => "Shopware\Core\Kernel::initializeDatabaseConnectionVariables (line 195)"
3 => "Shopware\Core\Kernel::boot (line 122)"
4 => "Shopware\Core\HttpKernel::doHandle (line 75)"
5 => "Shopware\Core\HttpKernel::handle (line 85)"
]
|
| 5 |
0.08 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 @@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',''));
array:6 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 396)"
2 => "Shopware\Core\Kernel::initializeDatabaseConnectionVariables (line 195)"
3 => "Shopware\Core\Kernel::boot (line 122)"
4 => "Shopware\Core\HttpKernel::doHandle (line 75)"
5 => "Shopware\Core\HttpKernel::handle (line 85)"
]
|
| 6 |
0.31 ms |
SELECT configuration_key, configuration_value FROM system_config WHERE sales_channel_id IS NULL ORDER BY sales_channel_id ASC
SELECT configuration_key, configuration_value FROM system_config WHERE sales_channel_id IS NULL ORDER BY sales_channel_id ASC;
array:13 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 212)"
2 => "Doctrine\DBAL\Query\QueryBuilder::execute (line 52)"
3 => "Shopware\Core\System\SystemConfig\SystemConfigLoader::load (line 36)"
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 41)"
7 => "Shopware\Core\System\SystemConfig\CachedSystemConfigLoader::load (line 37)"
8 => "Shopware\Core\System\SystemConfig\MemoizedSystemConfigLoader::load (line 81)"
9 => "Shopware\Core\System\SystemConfig\SystemConfigService::get (line 36)"
10 => "Shopware\Core\Framework\Routing\CanonicalRedirectService::getRedirect (line 133)"
11 => "Shopware\Core\HttpKernel::doHandle (line 75)"
12 => "Shopware\Core\HttpKernel::handle (line 85)"
]
|
| 7 |
0.18 ms |
SELECT last_updated_password_at FROM user WHERE id = :userId
SELECT last_updated_password_at FROM user WHERE id = 0x1AF680A6B1184AF4BC22478A4CC8527B;
array:25 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 212)"
2 => "Doctrine\DBAL\Query\QueryBuilder::execute (line 76)"
3 => "Shopware\Core\Framework\Api\OAuth\BearerTokenValidator::validateAccessTokenIssuedAt (line 59)"
4 => "Shopware\Core\Framework\Api\OAuth\BearerTokenValidator::validateAuthorization (line 84)"
5 => "League\OAuth2\Server\ResourceServer::validateAuthenticatedRequest (line 105)"
6 => "Shopware\Core\Framework\Api\EventListener\Authentication\ApiAuthenticationListener::validateRequest (line 117)"
7 => "Symfony\Component\EventDispatcher\Debug\WrappedListener::__invoke (line 230)"
8 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
9 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 54)"
10 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 96)"
11 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 53)"
12 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 35)"
13 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
14 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 151)"
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 479)"
19 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 269)"
20 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::pass (line 285)"
21 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::invalidate (line 213)"
22 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 149)"
23 => "Shopware\Core\HttpKernel::doHandle (line 75)"
24 => "Shopware\Core\HttpKernel::handle (line 85)"
]
|
| 8 |
0.15 ms |
SELECT item_rounding FROM currency WHERE id = :id
SELECT item_rounding FROM currency WHERE id = 0xB7D2554B0CE847CD82F3AC9BD1C0DFCA;
array:25 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 616)"
2 => "Doctrine\DBAL\Connection::fetchAssoc (line 334)"
3 => "Shopware\Core\Framework\Routing\ApiRequestContextResolver::getCashRounding (line 61)"
4 => "Shopware\Core\Framework\Routing\ApiRequestContextResolver::resolve (line 68)"
5 => "Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver::resolve (line 36)"
6 => "Shopware\Core\Framework\Routing\ContextResolverListener::resolveContext (line 117)"
7 => "Symfony\Component\EventDispatcher\Debug\WrappedListener::__invoke (line 230)"
8 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
9 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 54)"
10 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 96)"
11 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 53)"
12 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 35)"
13 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
14 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 151)"
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 479)"
19 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 269)"
20 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::pass (line 285)"
21 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::invalidate (line 213)"
22 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 149)"
23 => "Shopware\Core\HttpKernel::doHandle (line 75)"
24 => "Shopware\Core\HttpKernel::handle (line 85)"
]
|
| 9 |
0.18 ms |
SELECT role.privileges FROM acl_user_role mapping INNER JOIN acl_role role ON mapping.acl_role_id = role.id WHERE mapping.user_id = :userId
SELECT role.privileges FROM acl_user_role mapping INNER JOIN acl_role role ON mapping.acl_role_id = role.id WHERE mapping.user_id = 0x1AF680A6B1184AF4BC22478A4CC8527B;
array:27 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 212)"
2 => "Doctrine\DBAL\Query\QueryBuilder::execute (line 318)"
3 => "Shopware\Core\Framework\Routing\ApiRequestContextResolver::fetchPermissions (line 278)"
4 => "Shopware\Core\Framework\Routing\ApiRequestContextResolver::getAdminApiSource (line 153)"
5 => "Shopware\Core\Framework\Routing\ApiRequestContextResolver::resolveContextSource (line 64)"
6 => "Shopware\Core\Framework\Routing\ApiRequestContextResolver::resolve (line 68)"
7 => "Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver::resolve (line 36)"
8 => "Shopware\Core\Framework\Routing\ContextResolverListener::resolveContext (line 117)"
9 => "Symfony\Component\EventDispatcher\Debug\WrappedListener::__invoke (line 230)"
10 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
11 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 54)"
12 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 96)"
13 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 53)"
14 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 35)"
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 479)"
21 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 269)"
22 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::pass (line 285)"
23 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::invalidate (line 213)"
24 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 149)"
25 => "Shopware\Core\HttpKernel::doHandle (line 75)"
26 => "Shopware\Core\HttpKernel::handle (line 85)"
]
|
| 10 |
0.13 ms |
SELECT admin FROM `user` WHERE id = :id
SELECT admin FROM `user` WHERE id = 0x1AF680A6B1184AF4BC22478A4CC8527B;
array:27 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 665)"
2 => "Doctrine\DBAL\Connection::fetchColumn (line 298)"
3 => "Shopware\Core\Framework\Routing\ApiRequestContextResolver::isAdmin (line 279)"
4 => "Shopware\Core\Framework\Routing\ApiRequestContextResolver::getAdminApiSource (line 153)"
5 => "Shopware\Core\Framework\Routing\ApiRequestContextResolver::resolveContextSource (line 64)"
6 => "Shopware\Core\Framework\Routing\ApiRequestContextResolver::resolve (line 68)"
7 => "Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver::resolve (line 36)"
8 => "Shopware\Core\Framework\Routing\ContextResolverListener::resolveContext (line 117)"
9 => "Symfony\Component\EventDispatcher\Debug\WrappedListener::__invoke (line 230)"
10 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
11 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 54)"
12 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 96)"
13 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 53)"
14 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 35)"
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 479)"
21 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 269)"
22 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::pass (line 285)"
23 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::invalidate (line 213)"
24 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 149)"
25 => "Shopware\Core\HttpKernel::doHandle (line 75)"
26 => "Shopware\Core\HttpKernel::handle (line 85)"
]
|
| 11 |
0.54 ms |
DELETE FROM enqueue WHERE ((time_to_live IS NOT NULL) AND (time_to_live < :now)) AND (delivery_id IS NULL) AND (redelivered = :redelivered)
DELETE FROM enqueue WHERE ((time_to_live IS NOT NULL) AND (time_to_live < 1767378969)) AND (delivery_id IS NULL) AND (redelivered = 0);
array:19 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1546)"
1 => "Doctrine\DBAL\Connection::executeStatement (line 216)"
2 => "Doctrine\DBAL\Query\QueryBuilder::execute (line 138)"
3 => "Enqueue\Dbal\DbalConsumer::removeExpiredMessages (line 80)"
4 => "Enqueue\Dbal\DbalConsumer::receiveNoWait (line 42)"
5 => "Enqueue\Dbal\DbalConsumer::receive (line 72)"
6 => "Enqueue\MessengerAdapter\QueueInteropTransport::get (line 101)"
7 => "Symfony\Component\Messenger\Worker::run (line 122)"
8 => "Shopware\Core\Framework\MessageQueue\Api\ConsumeMessagesController::consumeMessages (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 479)"
13 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 269)"
14 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::pass (line 285)"
15 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::invalidate (line 213)"
16 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 149)"
17 => "Shopware\Core\HttpKernel::doHandle (line 75)"
18 => "Shopware\Core\HttpKernel::handle (line 85)"
]
|
| 12 |
0.17 ms |
UPDATE enqueue SET delivery_id = :deliveryId, redelivered = :redelivered WHERE (redeliver_after < :now) AND (delivery_id IS NOT NULL)
UPDATE enqueue SET delivery_id = NULL, redelivered = 1 WHERE (redeliver_after < 1767378969) AND (delivery_id IS NOT NULL);
array:19 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1546)"
1 => "Doctrine\DBAL\Connection::executeStatement (line 216)"
2 => "Doctrine\DBAL\Query\QueryBuilder::execute (line 111)"
3 => "Enqueue\Dbal\DbalConsumer::redeliverMessages (line 81)"
4 => "Enqueue\Dbal\DbalConsumer::receiveNoWait (line 42)"
5 => "Enqueue\Dbal\DbalConsumer::receive (line 72)"
6 => "Enqueue\MessengerAdapter\QueueInteropTransport::get (line 101)"
7 => "Symfony\Component\Messenger\Worker::run (line 122)"
8 => "Shopware\Core\Framework\MessageQueue\Api\ConsumeMessagesController::consumeMessages (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 479)"
13 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 269)"
14 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::pass (line 285)"
15 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::invalidate (line 213)"
16 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 149)"
17 => "Shopware\Core\HttpKernel::doHandle (line 75)"
18 => "Shopware\Core\HttpKernel::handle (line 85)"
]
|
| 13 |
0.22 ms |
SELECT id FROM enqueue WHERE (queue IN (:queues)) AND (delayed_until IS NULL OR delayed_until <= :delayedUntil) AND (delivery_id IS NULL) ORDER BY priority asc, published_at asc LIMIT 1
SELECT id FROM enqueue WHERE (queue IN ('messages')) AND (delayed_until IS NULL OR delayed_until <= 1767378969) AND (delivery_id IS NULL) ORDER BY priority asc, published_at asc LIMIT 1;
array:19 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 212)"
2 => "Doctrine\DBAL\Query\QueryBuilder::execute (line 56)"
3 => "Enqueue\Dbal\DbalConsumer::fetchMessage (line 83)"
4 => "Enqueue\Dbal\DbalConsumer::receiveNoWait (line 42)"
5 => "Enqueue\Dbal\DbalConsumer::receive (line 72)"
6 => "Enqueue\MessengerAdapter\QueueInteropTransport::get (line 101)"
7 => "Symfony\Component\Messenger\Worker::run (line 122)"
8 => "Shopware\Core\Framework\MessageQueue\Api\ConsumeMessagesController::consumeMessages (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 479)"
13 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 269)"
14 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::pass (line 285)"
15 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::invalidate (line 213)"
16 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 149)"
17 => "Shopware\Core\HttpKernel::doHandle (line 75)"
18 => "Shopware\Core\HttpKernel::handle (line 85)"
]
|
| 14 |
0.23 ms |
SELECT id FROM enqueue WHERE (queue IN (:queues)) AND (delayed_until IS NULL OR delayed_until <= :delayedUntil) AND (delivery_id IS NULL) ORDER BY priority asc, published_at asc LIMIT 1
SELECT id FROM enqueue WHERE (queue IN ('messages')) AND (delayed_until IS NULL OR delayed_until <= 1767378969) AND (delivery_id IS NULL) ORDER BY priority asc, published_at asc LIMIT 1;
array:19 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 212)"
2 => "Doctrine\DBAL\Query\QueryBuilder::execute (line 56)"
3 => "Enqueue\Dbal\DbalConsumer::fetchMessage (line 83)"
4 => "Enqueue\Dbal\DbalConsumer::receiveNoWait (line 42)"
5 => "Enqueue\Dbal\DbalConsumer::receive (line 72)"
6 => "Enqueue\MessengerAdapter\QueueInteropTransport::get (line 101)"
7 => "Symfony\Component\Messenger\Worker::run (line 122)"
8 => "Shopware\Core\Framework\MessageQueue\Api\ConsumeMessagesController::consumeMessages (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 479)"
13 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 269)"
14 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::pass (line 285)"
15 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::invalidate (line 213)"
16 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 149)"
17 => "Shopware\Core\HttpKernel::doHandle (line 75)"
18 => "Shopware\Core\HttpKernel::handle (line 85)"
]
|