| 1 |
0.35 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 734)"
2 => "Doctrine\DBAL\Connection::fetchOne (line 36)"
3 => "Shopware\Core\Framework\Adapter\Cache\CacheIdLoader::load (line 187)"
4 => "Shopware\Core\HttpKernel::createKernel (line 128)"
5 => "Shopware\Core\HttpKernel::doHandle (line 81)"
6 => "Shopware\Core\HttpKernel::handle (line 85)"
]
|
| 2 |
0.11 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 41)"
2 => "Shopware\Core\Framework\Plugin\KernelPluginLoader\DbalKernelPluginLoader::loadPluginInfos (line 100)"
3 => "Shopware\Core\Framework\Plugin\KernelPluginLoader\KernelPluginLoader::initializePlugins (line 179)"
4 => "Shopware\Core\Kernel::boot (line 129)"
5 => "Shopware\Core\HttpKernel::doHandle (line 81)"
6 => "Shopware\Core\HttpKernel::handle (line 85)"
]
|
| 3 |
0.12 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 38)"
3 => "Shopware\Core\System\CustomEntity\CustomEntityRegistrar::register (line 57)"
4 => "Shopware\Core\System\System::boot (line 194)"
5 => "Shopware\Core\Kernel::boot (line 129)"
6 => "Shopware\Core\HttpKernel::doHandle (line 81)"
7 => "Shopware\Core\HttpKernel::handle (line 85)"
]
|
| 4 |
0.11 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 377)"
2 => "Shopware\Core\Kernel::initializeDatabaseConnectionVariables (line 197)"
3 => "Shopware\Core\Kernel::boot (line 129)"
4 => "Shopware\Core\HttpKernel::doHandle (line 81)"
5 => "Shopware\Core\HttpKernel::handle (line 85)"
]
|
| 5 |
0.13 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_1611155140_IS_ACTIVE = TRUE;SET @MIGRATION_1646397836_IS_ACTIVE = TRUE;SET @MIGRATION_1605167857_IS_ACTIVE = TRUE;SET @MIGRATION_1649710644_IS_ACTIVE = TRUE;SET @MIGRATION_1657526032_IS_ACTIVE = TRUE;SET @MIGRATION_1618343832_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_1611155140_IS_ACTIVE = TRUE;SET @MIGRATION_1646397836_IS_ACTIVE = TRUE;SET @MIGRATION_1605167857_IS_ACTIVE = TRUE;SET @MIGRATION_1649710644_IS_ACTIVE = TRUE;SET @MIGRATION_1657526032_IS_ACTIVE = TRUE;SET @MIGRATION_1618343832_IS_ACTIVE = TRUE;
array:6 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 398)"
2 => "Shopware\Core\Kernel::initializeDatabaseConnectionVariables (line 197)"
3 => "Shopware\Core\Kernel::boot (line 129)"
4 => "Shopware\Core\HttpKernel::doHandle (line 81)"
5 => "Shopware\Core\HttpKernel::handle (line 85)"
]
|
| 6 |
0.10 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 85)"
]
|
| 7 |
0.14 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 85)"
]
|
| 8 |
0.17 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 = 0x2A890AB6DB354C85ACB515DE08A234DC OR system_config.sales_channel_id IS NULL ORDER BY sales_channel_id 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 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 66)"
10 => "Maxia\MaxiaListingVariants6\Service\ConfigService::getBaseConfig (line 73)"
11 => "Maxia\MaxiaListingVariants6\Service\ListingVariantsLoaderFactory::isCacheEnabled (line 31)"
12 => "Maxia\MaxiaListingVariants6\Service\ListingVariantsLoaderFactory::create (line 2694)"
13 => "ContainerK1xXwjO\Shopware_Core_KernelDevDebugContainer::getListingVariantsLoaderService (line 2550)"
14 => "ContainerK1xXwjO\Shopware_Core_KernelDevDebugContainer::getProductListingCmsElementResolverService (line 4915)"
15 => "ContainerK1xXwjO\Shopware_Core_KernelDevDebugContainer::ContainerK1xXwjO\{closure} (line 52)"
16 => "Shopware\Core\Content\Cms\DataResolver\CmsSlotsDataResolver::__construct (line 4903)"
17 => "ContainerK1xXwjO\Shopware_Core_KernelDevDebugContainer::getCmsSlotsDataResolverService (line 26516)"
18 => "ContainerK1xXwjO\Shopware_Core_KernelDevDebugContainer::getSalesChannelCmsPageLoaderService (line 4707)"
19 => "ContainerK1xXwjO\Shopware_Core_KernelDevDebugContainer::getCachedCategoryRouteService (line 11770)"
20 => "ContainerK1xXwjO\Shopware_Core_KernelDevDebugContainer::getNavigationControllerService (line 240)"
21 => "Symfony\Component\DependencyInjection\Container::make (line 220)"
22 => "Symfony\Component\DependencyInjection\Container::get (line 53)"
23 => "Symfony\Component\HttpKernel\Controller\ContainerControllerResolver::instantiateController (line 29)"
24 => "Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver::instantiateController (line 120)"
25 => "Symfony\Component\HttpKernel\Controller\ControllerResolver::createController (line 42)"
26 => "Symfony\Component\HttpKernel\Controller\ContainerControllerResolver::createController (line 86)"
27 => "Symfony\Component\HttpKernel\Controller\ControllerResolver::getController (line 39)"
28 => "Symfony\Component\HttpKernel\Controller\TraceableControllerResolver::getController (line 146)"
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 479)"
33 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 452)"
34 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 346)"
35 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 224)"
36 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
37 => "Shopware\Core\HttpKernel::doHandle (line 81)"
38 => "Shopware\Core\HttpKernel::handle (line 85)"
]
|
| 9 |
0.14 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 = 0x2A890AB6DB354C85ACB515DE08A234DC) AND (token = '2BB8UUZ35xcH41Tnigk6wwZZ1h2gE5lX') 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 479)"
21 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 452)"
22 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 346)"
23 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 224)"
24 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
25 => "Shopware\Core\HttpKernel::doHandle (line 81)"
26 => "Shopware\Core\HttpKernel::handle (line 85)"
]
|
| 10 |
0.13 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 = 0x2A890AB6DB354C85ACB515DE08A234DC
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 479)"
51 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 452)"
52 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 346)"
53 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 224)"
54 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
55 => "Shopware\Core\HttpKernel::doHandle (line 81)"
56 => "Shopware\Core\HttpKernel::handle (line 85)"
]
|
| 11 |
0.24 ms |
SELECT LOWER(HEX(language.parent_id)) FROM language WHERE language.id = :id
SELECT LOWER(HEX(language.parent_id)) FROM language WHERE language.id = 0x76393D0A5F754C5A80FB3EC7B3B3DB05;
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 290)"
3 => "Shopware\Core\System\SalesChannel\Context\BaseContextFactory::getParentLanguageId (line 346)"
4 => "Shopware\Core\System\SalesChannel\Context\BaseContextFactory::buildLanguageChain (line 261)"
5 => "Shopware\Core\System\SalesChannel\Context\BaseContextFactory::getContext (line 88)"
6 => "Shopware\Core\System\SalesChannel\Context\BaseContextFactory::create (line 74)"
7 => "Shopware\Core\System\SalesChannel\Context\CachedBaseContextFactory::Shopware\Core\System\SalesChannel\Context\{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 73)"
17 => "Shopware\Core\System\SalesChannel\Context\CachedBaseContextFactory::Shopware\Core\System\SalesChannel\Context\{closure} (line 72)"
18 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 35)"
19 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 72)"
20 => "Shopware\Core\System\SalesChannel\Context\CachedBaseContextFactory::create (line 92)"
21 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextFactory::create (line 60)"
22 => "Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory::Shopware\Core\System\SalesChannel\Context\{closure} (line 350)"
23 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 44)"
24 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 120)"
25 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 43)"
26 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 46)"
27 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 42)"
28 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 41)"
29 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 59)"
30 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 40)"
31 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 59)"
32 => "Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory::Shopware\Core\System\SalesChannel\Context\{closure} (line 72)"
33 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 35)"
34 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 58)"
35 => "Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory::create (line 103)"
36 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService::Shopware\Core\System\SalesChannel\Context\{closure} (line 59)"
37 => "Shopware\Core\Profiling\Profiler::trace (line 74)"
38 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService::get (line 104)"
39 => "Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver::resolve (line 38)"
40 => "Shopware\Core\Framework\Routing\ContextResolverListener::resolveContext (line 118)"
41 => "Symfony\Component\EventDispatcher\Debug\WrappedListener::__invoke (line 230)"
42 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
43 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 56)"
44 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 98)"
45 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 55)"
46 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 37)"
47 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
48 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 151)"
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 479)"
53 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 452)"
54 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 346)"
55 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 224)"
56 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
57 => "Shopware\Core\HttpKernel::doHandle (line 81)"
58 => "Shopware\Core\HttpKernel::handle (line 85)"
]
|
| 12 |
2.11 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.fallback_1.shortName`, `sales_channel.currency.translation.shortName`, COALESCE(`sales_channel.currency.translation.fallback_1.shortName`,`sales_channel.currency.translation.shortName`,`sales_channel.currency.translation.shortName`) as `sales_channel.currency.shortName`, `sales_channel.currency.translation.fallback_1.name`, `sales_channel.currency.translation.name`, COALESCE(`sales_channel.currency.translation.fallback_1.name`,`sales_channel.currency.translation.name`,`sales_channel.currency.translation.name`) as `sales_channel.currency.name`, `sales_channel.currency.translation.fallback_1.customFields`, `sales_channel.currency.translation.customFields`, COALESCE(`sales_channel.currency.translation.fallback_1.customFields`,`sales_channel.currency.translation.customFields`,`sales_channel.currency.translation.customFields`) as `sales_channel.currency.customFields`, `sales_channel.currency.translation.fallback_1.createdAt`, `sales_channel.currency.translation.createdAt`, `sales_channel.currency.translation.fallback_1.updatedAt`, `sales_channel.currency.translation.updatedAt`, `sales_channel.currency.translation.fallback_1.currencyId`, `sales_channel.currency.translation.currencyId`, `sales_channel.currency.translation.fallback_1.languageId`, `sales_channel.currency.translation.languageId`, `sales_channel.translation.fallback_1.name`, `sales_channel.translation.name`, COALESCE(`sales_channel.translation.fallback_1.name`,`sales_channel.translation.name`,`sales_channel.translation.name`) as `sales_channel.name`, `sales_channel.translation.fallback_1.homeSlotConfig`, `sales_channel.translation.homeSlotConfig`, COALESCE(`sales_channel.translation.fallback_1.homeSlotConfig`,`sales_channel.translation.homeSlotConfig`,`sales_channel.translation.homeSlotConfig`) as `sales_channel.homeSlotConfig`, `sales_channel.translation.fallback_1.homeEnabled`, `sales_channel.translation.homeEnabled`, COALESCE(`sales_channel.translation.fallback_1.homeEnabled`,`sales_channel.translation.homeEnabled`,`sales_channel.translation.homeEnabled`) as `sales_channel.homeEnabled`, `sales_channel.translation.fallback_1.homeName`, `sales_channel.translation.homeName`, COALESCE(`sales_channel.translation.fallback_1.homeName`,`sales_channel.translation.homeName`,`sales_channel.translation.homeName`) as `sales_channel.homeName`, `sales_channel.translation.fallback_1.homeMetaTitle`, `sales_channel.translation.homeMetaTitle`, COALESCE(`sales_channel.translation.fallback_1.homeMetaTitle`,`sales_channel.translation.homeMetaTitle`,`sales_channel.translation.homeMetaTitle`) as `sales_channel.homeMetaTitle`, `sales_channel.translation.fallback_1.homeMetaDescription`, `sales_channel.translation.homeMetaDescription`, COALESCE(`sales_channel.translation.fallback_1.homeMetaDescription`,`sales_channel.translation.homeMetaDescription`,`sales_channel.translation.homeMetaDescription`) as `sales_channel.homeMetaDescription`, `sales_channel.translation.fallback_1.homeKeywords`, `sales_channel.translation.homeKeywords`, COALESCE(`sales_channel.translation.fallback_1.homeKeywords`,`sales_channel.translation.homeKeywords`,`sales_channel.translation.homeKeywords`) as `sales_channel.homeKeywords`, `sales_channel.translation.fallback_1.customFields`, `sales_channel.translation.customFields`, COALESCE(`sales_channel.translation.fallback_1.customFields`,`sales_channel.translation.customFields`,`sales_channel.translation.customFields`) as `sales_channel.customFields`, `sales_channel.translation.fallback_1.createdAt`, `sales_channel.translation.createdAt`, `sales_channel.translation.fallback_1.updatedAt`, `sales_channel.translation.updatedAt`, `sales_channel.translation.fallback_1.salesChannelId`, `sales_channel.translation.salesChannelId`, `sales_channel.translation.fallback_1.languageId`, `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`, `sales_channel.translation.fallback_1`.name as `sales_channel.translation.fallback_1.name`, `sales_channel.translation.fallback_1`.home_slot_config as `sales_channel.translation.fallback_1.homeSlotConfig`, `sales_channel.translation.fallback_1`.home_enabled as `sales_channel.translation.fallback_1.homeEnabled`, `sales_channel.translation.fallback_1`.home_name as `sales_channel.translation.fallback_1.homeName`, `sales_channel.translation.fallback_1`.home_meta_title as `sales_channel.translation.fallback_1.homeMetaTitle`, `sales_channel.translation.fallback_1`.home_meta_description as `sales_channel.translation.fallback_1.homeMetaDescription`, `sales_channel.translation.fallback_1`.home_keywords as `sales_channel.translation.fallback_1.homeKeywords`, `sales_channel.translation.fallback_1`.custom_fields as `sales_channel.translation.fallback_1.customFields`, `sales_channel.translation.fallback_1`.created_at as `sales_channel.translation.fallback_1.createdAt`, `sales_channel.translation.fallback_1`.updated_at as `sales_channel.translation.fallback_1.updatedAt`, `sales_channel.translation.fallback_1`.sales_channel_id as `sales_channel.translation.fallback_1.salesChannelId`, `sales_channel.translation.fallback_1`.language_id as `sales_channel.translation.fallback_1.languageId` FROM `sales_channel_translation` `sales_channel.translation` LEFT JOIN `sales_channel_translation` `sales_channel.translation.fallback_1` ON `sales_channel.translation`.`sales_channel_id` = `sales_channel.translation.fallback_1`.`sales_channel_id` AND `sales_channel.translation.fallback_1`.language_id = :languageId1 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`, `sales_channel.currency.translation.fallback_1`.short_name as `sales_channel.currency.translation.fallback_1.shortName`, `sales_channel.currency.translation.fallback_1`.name as `sales_channel.currency.translation.fallback_1.name`, `sales_channel.currency.translation.fallback_1`.custom_fields as `sales_channel.currency.translation.fallback_1.customFields`, `sales_channel.currency.translation.fallback_1`.created_at as `sales_channel.currency.translation.fallback_1.createdAt`, `sales_channel.currency.translation.fallback_1`.updated_at as `sales_channel.currency.translation.fallback_1.updatedAt`, `sales_channel.currency.translation.fallback_1`.currency_id as `sales_channel.currency.translation.fallback_1.currencyId`, `sales_channel.currency.translation.fallback_1`.language_id as `sales_channel.currency.translation.fallback_1.languageId` FROM `currency_translation` `sales_channel.currency.translation` LEFT JOIN `currency_translation` `sales_channel.currency.translation.fallback_1` ON `sales_channel.currency.translation`.`currency_id` = `sales_channel.currency.translation.fallback_1`.`currency_id` AND `sales_channel.currency.translation.fallback_1`.language_id = :languageId1 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.fallback_1.shortName`,
`sales_channel.currency.translation.shortName`,
COALESCE(
`sales_channel.currency.translation.fallback_1.shortName`,
`sales_channel.currency.translation.shortName`,
`sales_channel.currency.translation.shortName`
) as `sales_channel.currency.shortName`,
`sales_channel.currency.translation.fallback_1.name`,
`sales_channel.currency.translation.name`,
COALESCE(
`sales_channel.currency.translation.fallback_1.name`,
`sales_channel.currency.translation.name`,
`sales_channel.currency.translation.name`
) as `sales_channel.currency.name`,
`sales_channel.currency.translation.fallback_1.customFields`,
`sales_channel.currency.translation.customFields`,
COALESCE(
`sales_channel.currency.translation.fallback_1.customFields`,
`sales_channel.currency.translation.customFields`,
`sales_channel.currency.translation.customFields`
) as `sales_channel.currency.customFields`,
`sales_channel.currency.translation.fallback_1.createdAt`,
`sales_channel.currency.translation.createdAt`,
`sales_channel.currency.translation.fallback_1.updatedAt`,
`sales_channel.currency.translation.updatedAt`,
`sales_channel.currency.translation.fallback_1.currencyId`,
`sales_channel.currency.translation.currencyId`,
`sales_channel.currency.translation.fallback_1.languageId`,
`sales_channel.currency.translation.languageId`,
`sales_channel.translation.fallback_1.name`,
`sales_channel.translation.name`,
COALESCE(
`sales_channel.translation.fallback_1.name`,
`sales_channel.translation.name`,
`sales_channel.translation.name`
) as `sales_channel.name`,
`sales_channel.translation.fallback_1.homeSlotConfig`,
`sales_channel.translation.homeSlotConfig`,
COALESCE(
`sales_channel.translation.fallback_1.homeSlotConfig`,
`sales_channel.translation.homeSlotConfig`,
`sales_channel.translation.homeSlotConfig`
) as `sales_channel.homeSlotConfig`,
`sales_channel.translation.fallback_1.homeEnabled`,
`sales_channel.translation.homeEnabled`,
COALESCE(
`sales_channel.translation.fallback_1.homeEnabled`,
`sales_channel.translation.homeEnabled`,
`sales_channel.translation.homeEnabled`
) as `sales_channel.homeEnabled`,
`sales_channel.translation.fallback_1.homeName`,
`sales_channel.translation.homeName`,
COALESCE(
`sales_channel.translation.fallback_1.homeName`,
`sales_channel.translation.homeName`,
`sales_channel.translation.homeName`
) as `sales_channel.homeName`,
`sales_channel.translation.fallback_1.homeMetaTitle`,
`sales_channel.translation.homeMetaTitle`,
COALESCE(
`sales_channel.translation.fallback_1.homeMetaTitle`,
`sales_channel.translation.homeMetaTitle`,
`sales_channel.translation.homeMetaTitle`
) as `sales_channel.homeMetaTitle`,
`sales_channel.translation.fallback_1.homeMetaDescription`,
`sales_channel.translation.homeMetaDescription`,
COALESCE(
`sales_channel.translation.fallback_1.homeMetaDescription`,
`sales_channel.translation.homeMetaDescription`,
`sales_channel.translation.homeMetaDescription`
) as `sales_channel.homeMetaDescription`,
`sales_channel.translation.fallback_1.homeKeywords`,
`sales_channel.translation.homeKeywords`,
COALESCE(
`sales_channel.translation.fallback_1.homeKeywords`,
`sales_channel.translation.homeKeywords`,
`sales_channel.translation.homeKeywords`
) as `sales_channel.homeKeywords`,
`sales_channel.translation.fallback_1.customFields`,
`sales_channel.translation.customFields`,
COALESCE(
`sales_channel.translation.fallback_1.customFields`,
`sales_channel.translation.customFields`,
`sales_channel.translation.customFields`
) as `sales_channel.customFields`,
`sales_channel.translation.fallback_1.createdAt`,
`sales_channel.translation.createdAt`,
`sales_channel.translation.fallback_1.updatedAt`,
`sales_channel.translation.updatedAt`,
`sales_channel.translation.fallback_1.salesChannelId`,
`sales_channel.translation.salesChannelId`,
`sales_channel.translation.fallback_1.languageId`,
`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`,
`sales_channel.translation.fallback_1`.name as `sales_channel.translation.fallback_1.name`,
`sales_channel.translation.fallback_1`.home_slot_config as `sales_channel.translation.fallback_1.homeSlotConfig`,
`sales_channel.translation.fallback_1`.home_enabled as `sales_channel.translation.fallback_1.homeEnabled`,
`sales_channel.translation.fallback_1`.home_name as `sales_channel.translation.fallback_1.homeName`,
`sales_channel.translation.fallback_1`.home_meta_title as `sales_channel.translation.fallback_1.homeMetaTitle`,
`sales_channel.translation.fallback_1`.home_meta_description as `sales_channel.translation.fallback_1.homeMetaDescription`,
`sales_channel.translation.fallback_1`.home_keywords as `sales_channel.translation.fallback_1.homeKeywords`,
`sales_channel.translation.fallback_1`.custom_fields as `sales_channel.translation.fallback_1.customFields`,
`sales_channel.translation.fallback_1`.created_at as `sales_channel.translation.fallback_1.createdAt`,
`sales_channel.translation.fallback_1`.updated_at as `sales_channel.translation.fallback_1.updatedAt`,
`sales_channel.translation.fallback_1`.sales_channel_id as `sales_channel.translation.fallback_1.salesChannelId`,
`sales_channel.translation.fallback_1`.language_id as `sales_channel.translation.fallback_1.languageId`
FROM
`sales_channel_translation` `sales_channel.translation`
LEFT JOIN `sales_channel_translation` `sales_channel.translation.fallback_1` ON `sales_channel.translation`.`sales_channel_id` = `sales_channel.translation.fallback_1`.`sales_channel_id`
AND `sales_channel.translation.fallback_1`.language_id = : languageId1
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`,
`sales_channel.currency.translation.fallback_1`.short_name as `sales_channel.currency.translation.fallback_1.shortName`,
`sales_channel.currency.translation.fallback_1`.name as `sales_channel.currency.translation.fallback_1.name`,
`sales_channel.currency.translation.fallback_1`.custom_fields as `sales_channel.currency.translation.fallback_1.customFields`,
`sales_channel.currency.translation.fallback_1`.created_at as `sales_channel.currency.translation.fallback_1.createdAt`,
`sales_channel.currency.translation.fallback_1`.updated_at as `sales_channel.currency.translation.fallback_1.updatedAt`,
`sales_channel.currency.translation.fallback_1`.currency_id as `sales_channel.currency.translation.fallback_1.currencyId`,
`sales_channel.currency.translation.fallback_1`.language_id as `sales_channel.currency.translation.fallback_1.languageId`
FROM
`currency_translation` `sales_channel.currency.translation`
LEFT JOIN `currency_translation` `sales_channel.currency.translation.fallback_1` ON `sales_channel.currency.translation`.`currency_id` = `sales_channel.currency.translation.fallback_1`.`currency_id`
AND `sales_channel.currency.translation.fallback_1`.language_id = : languageId1
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.fallback_1.shortName`, `sales_channel.currency.translation.shortName`, COALESCE(`sales_channel.currency.translation.fallback_1.shortName`,`sales_channel.currency.translation.shortName`,`sales_channel.currency.translation.shortName`) as `sales_channel.currency.shortName`, `sales_channel.currency.translation.fallback_1.name`, `sales_channel.currency.translation.name`, COALESCE(`sales_channel.currency.translation.fallback_1.name`,`sales_channel.currency.translation.name`,`sales_channel.currency.translation.name`) as `sales_channel.currency.name`, `sales_channel.currency.translation.fallback_1.customFields`, `sales_channel.currency.translation.customFields`, COALESCE(`sales_channel.currency.translation.fallback_1.customFields`,`sales_channel.currency.translation.customFields`,`sales_channel.currency.translation.customFields`) as `sales_channel.currency.customFields`, `sales_channel.currency.translation.fallback_1.createdAt`, `sales_channel.currency.translation.createdAt`, `sales_channel.currency.translation.fallback_1.updatedAt`, `sales_channel.currency.translation.updatedAt`, `sales_channel.currency.translation.fallback_1.currencyId`, `sales_channel.currency.translation.currencyId`, `sales_channel.currency.translation.fallback_1.languageId`, `sales_channel.currency.translation.languageId`, `sales_channel.translation.fallback_1.name`, `sales_channel.translation.name`, COALESCE(`sales_channel.translation.fallback_1.name`,`sales_channel.translation.name`,`sales_channel.translation.name`) as `sales_channel.name`, `sales_channel.translation.fallback_1.homeSlotConfig`, `sales_channel.translation.homeSlotConfig`, COALESCE(`sales_channel.translation.fallback_1.homeSlotConfig`,`sales_channel.translation.homeSlotConfig`,`sales_channel.translation.homeSlotConfig`) as `sales_channel.homeSlotConfig`, `sales_channel.translation.fallback_1.homeEnabled`, `sales_channel.translation.homeEnabled`, COALESCE(`sales_channel.translation.fallback_1.homeEnabled`,`sales_channel.translation.homeEnabled`,`sales_channel.translation.homeEnabled`) as `sales_channel.homeEnabled`, `sales_channel.translation.fallback_1.homeName`, `sales_channel.translation.homeName`, COALESCE(`sales_channel.translation.fallback_1.homeName`,`sales_channel.translation.homeName`,`sales_channel.translation.homeName`) as `sales_channel.homeName`, `sales_channel.translation.fallback_1.homeMetaTitle`, `sales_channel.translation.homeMetaTitle`, COALESCE(`sales_channel.translation.fallback_1.homeMetaTitle`,`sales_channel.translation.homeMetaTitle`,`sales_channel.translation.homeMetaTitle`) as `sales_channel.homeMetaTitle`, `sales_channel.translation.fallback_1.homeMetaDescription`, `sales_channel.translation.homeMetaDescription`, COALESCE(`sales_channel.translation.fallback_1.homeMetaDescription`,`sales_channel.translation.homeMetaDescription`,`sales_channel.translation.homeMetaDescription`) as `sales_channel.homeMetaDescription`, `sales_channel.translation.fallback_1.homeKeywords`, `sales_channel.translation.homeKeywords`, COALESCE(`sales_channel.translation.fallback_1.homeKeywords`,`sales_channel.translation.homeKeywords`,`sales_channel.translation.homeKeywords`) as `sales_channel.homeKeywords`, `sales_channel.translation.fallback_1.customFields`, `sales_channel.translation.customFields`, COALESCE(`sales_channel.translation.fallback_1.customFields`,`sales_channel.translation.customFields`,`sales_channel.translation.customFields`) as `sales_channel.customFields`, `sales_channel.translation.fallback_1.createdAt`, `sales_channel.translation.createdAt`, `sales_channel.translation.fallback_1.updatedAt`, `sales_channel.translation.updatedAt`, `sales_channel.translation.fallback_1.salesChannelId`, `sales_channel.translation.salesChannelId`, `sales_channel.translation.fallback_1.languageId`, `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`, `sales_channel.translation.fallback_1`.name as `sales_channel.translation.fallback_1.name`, `sales_channel.translation.fallback_1`.home_slot_config as `sales_channel.translation.fallback_1.homeSlotConfig`, `sales_channel.translation.fallback_1`.home_enabled as `sales_channel.translation.fallback_1.homeEnabled`, `sales_channel.translation.fallback_1`.home_name as `sales_channel.translation.fallback_1.homeName`, `sales_channel.translation.fallback_1`.home_meta_title as `sales_channel.translation.fallback_1.homeMetaTitle`, `sales_channel.translation.fallback_1`.home_meta_description as `sales_channel.translation.fallback_1.homeMetaDescription`, `sales_channel.translation.fallback_1`.home_keywords as `sales_channel.translation.fallback_1.homeKeywords`, `sales_channel.translation.fallback_1`.custom_fields as `sales_channel.translation.fallback_1.customFields`, `sales_channel.translation.fallback_1`.created_at as `sales_channel.translation.fallback_1.createdAt`, `sales_channel.translation.fallback_1`.updated_at as `sales_channel.translation.fallback_1.updatedAt`, `sales_channel.translation.fallback_1`.sales_channel_id as `sales_channel.translation.fallback_1.salesChannelId`, `sales_channel.translation.fallback_1`.language_id as `sales_channel.translation.fallback_1.languageId` FROM `sales_channel_translation` `sales_channel.translation` LEFT JOIN `sales_channel_translation` `sales_channel.translation.fallback_1` ON `sales_channel.translation`.`sales_channel_id` = `sales_channel.translation.fallback_1`.`sales_channel_id` AND `sales_channel.translation.fallback_1`.language_id = 0x76393D0A5F754C5A80FB3EC7B3B3DB05 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`, `sales_channel.currency.translation.fallback_1`.short_name as `sales_channel.currency.translation.fallback_1.shortName`, `sales_channel.currency.translation.fallback_1`.name as `sales_channel.currency.translation.fallback_1.name`, `sales_channel.currency.translation.fallback_1`.custom_fields as `sales_channel.currency.translation.fallback_1.customFields`, `sales_channel.currency.translation.fallback_1`.created_at as `sales_channel.currency.translation.fallback_1.createdAt`, `sales_channel.currency.translation.fallback_1`.updated_at as `sales_channel.currency.translation.fallback_1.updatedAt`, `sales_channel.currency.translation.fallback_1`.currency_id as `sales_channel.currency.translation.fallback_1.currencyId`, `sales_channel.currency.translation.fallback_1`.language_id as `sales_channel.currency.translation.fallback_1.languageId` FROM `currency_translation` `sales_channel.currency.translation` LEFT JOIN `currency_translation` `sales_channel.currency.translation.fallback_1` ON `sales_channel.currency.translation`.`currency_id` = `sales_channel.currency.translation.fallback_1`.`currency_id` AND `sales_channel.currency.translation.fallback_1`.language_id = 0x76393D0A5F754C5A80FB3EC7B3B3DB05 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 (0x2A890AB6DB354C85ACB515DE08A234DC);
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 479)"
59 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 452)"
60 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 346)"
61 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 224)"
62 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
63 => "Shopware\Core\HttpKernel::doHandle (line 81)"
64 => "Shopware\Core\HttpKernel::handle (line 85)"
]
|
| 13 |
0.16 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_36c63e7d70f74e8996906bc4649cec12))
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 (0x2A890AB6DB354C85ACB515DE08A234DC));
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 479)"
63 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 452)"
64 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 346)"
65 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 224)"
66 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
67 => "Shopware\Core\HttpKernel::doHandle (line 81)"
68 => "Shopware\Core\HttpKernel::handle (line 85)"
]
|
| 14 |
0.51 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.fallback_1.shortName`, `currency.translation.shortName`, COALESCE(`currency.translation.fallback_1.shortName`,`currency.translation.shortName`,`currency.translation.shortName`) as `currency.shortName`, `currency.translation.fallback_1.name`, `currency.translation.name`, COALESCE(`currency.translation.fallback_1.name`,`currency.translation.name`,`currency.translation.name`) as `currency.name`, `currency.translation.fallback_1.customFields`, `currency.translation.customFields`, COALESCE(`currency.translation.fallback_1.customFields`,`currency.translation.customFields`,`currency.translation.customFields`) as `currency.customFields`, `currency.translation.fallback_1.createdAt`, `currency.translation.createdAt`, `currency.translation.fallback_1.updatedAt`, `currency.translation.updatedAt`, `currency.translation.fallback_1.currencyId`, `currency.translation.currencyId`, `currency.translation.fallback_1.languageId`, `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`, `currency.translation.fallback_1`.short_name as `currency.translation.fallback_1.shortName`, `currency.translation.fallback_1`.name as `currency.translation.fallback_1.name`, `currency.translation.fallback_1`.custom_fields as `currency.translation.fallback_1.customFields`, `currency.translation.fallback_1`.created_at as `currency.translation.fallback_1.createdAt`, `currency.translation.fallback_1`.updated_at as `currency.translation.fallback_1.updatedAt`, `currency.translation.fallback_1`.currency_id as `currency.translation.fallback_1.currencyId`, `currency.translation.fallback_1`.language_id as `currency.translation.fallback_1.languageId` FROM `currency_translation` `currency.translation` LEFT JOIN `currency_translation` `currency.translation.fallback_1` ON `currency.translation`.`currency_id` = `currency.translation.fallback_1`.`currency_id` AND `currency.translation.fallback_1`.language_id = :languageId1 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.fallback_1.shortName`,
`currency.translation.shortName`,
COALESCE(
`currency.translation.fallback_1.shortName`,
`currency.translation.shortName`,
`currency.translation.shortName`
) as `currency.shortName`,
`currency.translation.fallback_1.name`,
`currency.translation.name`,
COALESCE(
`currency.translation.fallback_1.name`,
`currency.translation.name`, `currency.translation.name`
) as `currency.name`,
`currency.translation.fallback_1.customFields`,
`currency.translation.customFields`,
COALESCE(
`currency.translation.fallback_1.customFields`,
`currency.translation.customFields`,
`currency.translation.customFields`
) as `currency.customFields`,
`currency.translation.fallback_1.createdAt`,
`currency.translation.createdAt`,
`currency.translation.fallback_1.updatedAt`,
`currency.translation.updatedAt`,
`currency.translation.fallback_1.currencyId`,
`currency.translation.currencyId`,
`currency.translation.fallback_1.languageId`,
`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`,
`currency.translation.fallback_1`.short_name as `currency.translation.fallback_1.shortName`,
`currency.translation.fallback_1`.name as `currency.translation.fallback_1.name`,
`currency.translation.fallback_1`.custom_fields as `currency.translation.fallback_1.customFields`,
`currency.translation.fallback_1`.created_at as `currency.translation.fallback_1.createdAt`,
`currency.translation.fallback_1`.updated_at as `currency.translation.fallback_1.updatedAt`,
`currency.translation.fallback_1`.currency_id as `currency.translation.fallback_1.currencyId`,
`currency.translation.fallback_1`.language_id as `currency.translation.fallback_1.languageId`
FROM
`currency_translation` `currency.translation`
LEFT JOIN `currency_translation` `currency.translation.fallback_1` ON `currency.translation`.`currency_id` = `currency.translation.fallback_1`.`currency_id`
AND `currency.translation.fallback_1`.language_id = : languageId1
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.fallback_1.shortName`, `currency.translation.shortName`, COALESCE(`currency.translation.fallback_1.shortName`,`currency.translation.shortName`,`currency.translation.shortName`) as `currency.shortName`, `currency.translation.fallback_1.name`, `currency.translation.name`, COALESCE(`currency.translation.fallback_1.name`,`currency.translation.name`,`currency.translation.name`) as `currency.name`, `currency.translation.fallback_1.customFields`, `currency.translation.customFields`, COALESCE(`currency.translation.fallback_1.customFields`,`currency.translation.customFields`,`currency.translation.customFields`) as `currency.customFields`, `currency.translation.fallback_1.createdAt`, `currency.translation.createdAt`, `currency.translation.fallback_1.updatedAt`, `currency.translation.updatedAt`, `currency.translation.fallback_1.currencyId`, `currency.translation.currencyId`, `currency.translation.fallback_1.languageId`, `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`, `currency.translation.fallback_1`.short_name as `currency.translation.fallback_1.shortName`, `currency.translation.fallback_1`.name as `currency.translation.fallback_1.name`, `currency.translation.fallback_1`.custom_fields as `currency.translation.fallback_1.customFields`, `currency.translation.fallback_1`.created_at as `currency.translation.fallback_1.createdAt`, `currency.translation.fallback_1`.updated_at as `currency.translation.fallback_1.updatedAt`, `currency.translation.fallback_1`.currency_id as `currency.translation.fallback_1.currencyId`, `currency.translation.fallback_1`.language_id as `currency.translation.fallback_1.languageId` FROM `currency_translation` `currency.translation` LEFT JOIN `currency_translation` `currency.translation.fallback_1` ON `currency.translation`.`currency_id` = `currency.translation.fallback_1`.`currency_id` AND `currency.translation.fallback_1`.language_id = 0x76393D0A5F754C5A80FB3EC7B3B3DB05 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 479)"
59 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 452)"
60 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 346)"
61 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 224)"
62 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
63 => "Shopware\Core\HttpKernel::doHandle (line 81)"
64 => "Shopware\Core\HttpKernel::handle (line 85)"
]
|
| 15 |
0.60 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.fallback_1.name`, `country.translation.name`, COALESCE(`country.translation.fallback_1.name`,`country.translation.name`,`country.translation.name`) as `country.name`, `country.translation.fallback_1.addressFormat`, `country.translation.addressFormat`, COALESCE(`country.translation.fallback_1.addressFormat`,`country.translation.addressFormat`,`country.translation.addressFormat`) as `country.addressFormat`, `country.translation.fallback_1.customFields`, `country.translation.customFields`, COALESCE(`country.translation.fallback_1.customFields`,`country.translation.customFields`,`country.translation.customFields`) as `country.customFields`, `country.translation.fallback_1.createdAt`, `country.translation.createdAt`, `country.translation.fallback_1.updatedAt`, `country.translation.updatedAt`, `country.translation.fallback_1.countryId`, `country.translation.countryId`, `country.translation.fallback_1.languageId`, `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`, `country.translation.fallback_1`.name as `country.translation.fallback_1.name`, `country.translation.fallback_1`.address_format as `country.translation.fallback_1.addressFormat`, `country.translation.fallback_1`.custom_fields as `country.translation.fallback_1.customFields`, `country.translation.fallback_1`.created_at as `country.translation.fallback_1.createdAt`, `country.translation.fallback_1`.updated_at as `country.translation.fallback_1.updatedAt`, `country.translation.fallback_1`.country_id as `country.translation.fallback_1.countryId`, `country.translation.fallback_1`.language_id as `country.translation.fallback_1.languageId` FROM `country_translation` `country.translation` LEFT JOIN `country_translation` `country.translation.fallback_1` ON `country.translation`.`country_id` = `country.translation.fallback_1`.`country_id` AND `country.translation.fallback_1`.language_id = :languageId1 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.fallback_1.name`,
`country.translation.name`,
COALESCE(
`country.translation.fallback_1.name`,
`country.translation.name`, `country.translation.name`
) as `country.name`,
`country.translation.fallback_1.addressFormat`,
`country.translation.addressFormat`,
COALESCE(
`country.translation.fallback_1.addressFormat`,
`country.translation.addressFormat`,
`country.translation.addressFormat`
) as `country.addressFormat`,
`country.translation.fallback_1.customFields`,
`country.translation.customFields`,
COALESCE(
`country.translation.fallback_1.customFields`,
`country.translation.customFields`,
`country.translation.customFields`
) as `country.customFields`,
`country.translation.fallback_1.createdAt`,
`country.translation.createdAt`,
`country.translation.fallback_1.updatedAt`,
`country.translation.updatedAt`,
`country.translation.fallback_1.countryId`,
`country.translation.countryId`,
`country.translation.fallback_1.languageId`,
`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`,
`country.translation.fallback_1`.name as `country.translation.fallback_1.name`,
`country.translation.fallback_1`.address_format as `country.translation.fallback_1.addressFormat`,
`country.translation.fallback_1`.custom_fields as `country.translation.fallback_1.customFields`,
`country.translation.fallback_1`.created_at as `country.translation.fallback_1.createdAt`,
`country.translation.fallback_1`.updated_at as `country.translation.fallback_1.updatedAt`,
`country.translation.fallback_1`.country_id as `country.translation.fallback_1.countryId`,
`country.translation.fallback_1`.language_id as `country.translation.fallback_1.languageId`
FROM
`country_translation` `country.translation`
LEFT JOIN `country_translation` `country.translation.fallback_1` ON `country.translation`.`country_id` = `country.translation.fallback_1`.`country_id`
AND `country.translation.fallback_1`.language_id = : languageId1
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.fallback_1.name`, `country.translation.name`, COALESCE(`country.translation.fallback_1.name`,`country.translation.name`,`country.translation.name`) as `country.name`, `country.translation.fallback_1.addressFormat`, `country.translation.addressFormat`, COALESCE(`country.translation.fallback_1.addressFormat`,`country.translation.addressFormat`,`country.translation.addressFormat`) as `country.addressFormat`, `country.translation.fallback_1.customFields`, `country.translation.customFields`, COALESCE(`country.translation.fallback_1.customFields`,`country.translation.customFields`,`country.translation.customFields`) as `country.customFields`, `country.translation.fallback_1.createdAt`, `country.translation.createdAt`, `country.translation.fallback_1.updatedAt`, `country.translation.updatedAt`, `country.translation.fallback_1.countryId`, `country.translation.countryId`, `country.translation.fallback_1.languageId`, `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`, `country.translation.fallback_1`.name as `country.translation.fallback_1.name`, `country.translation.fallback_1`.address_format as `country.translation.fallback_1.addressFormat`, `country.translation.fallback_1`.custom_fields as `country.translation.fallback_1.customFields`, `country.translation.fallback_1`.created_at as `country.translation.fallback_1.createdAt`, `country.translation.fallback_1`.updated_at as `country.translation.fallback_1.updatedAt`, `country.translation.fallback_1`.country_id as `country.translation.fallback_1.countryId`, `country.translation.fallback_1`.language_id as `country.translation.fallback_1.languageId` FROM `country_translation` `country.translation` LEFT JOIN `country_translation` `country.translation.fallback_1` ON `country.translation`.`country_id` = `country.translation.fallback_1`.`country_id` AND `country.translation.fallback_1`.language_id = 0x76393D0A5F754C5A80FB3EC7B3B3DB05 WHERE `country.translation`.language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B) `country.country_translation` ON `country.country_translation`.`country_id` = `country`.`id` WHERE `country`.`id` IN (0xD3ABD361147441D3B04E8FCD451A459E);
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 479)"
60 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 452)"
61 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 346)"
62 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 224)"
63 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
64 => "Shopware\Core\HttpKernel::doHandle (line 81)"
65 => "Shopware\Core\HttpKernel::handle (line 85)"
]
|
| 16 |
0.60 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.fallback_1.name`, `customer_group.translation.name`, COALESCE(`customer_group.translation.fallback_1.name`,`customer_group.translation.name`,`customer_group.translation.name`) as `customer_group.name`, `customer_group.translation.fallback_1.registrationTitle`, `customer_group.translation.registrationTitle`, COALESCE(`customer_group.translation.fallback_1.registrationTitle`,`customer_group.translation.registrationTitle`,`customer_group.translation.registrationTitle`) as `customer_group.registrationTitle`, `customer_group.translation.fallback_1.registrationIntroduction`, `customer_group.translation.registrationIntroduction`, COALESCE(`customer_group.translation.fallback_1.registrationIntroduction`,`customer_group.translation.registrationIntroduction`,`customer_group.translation.registrationIntroduction`) as `customer_group.registrationIntroduction`, `customer_group.translation.fallback_1.registrationOnlyCompanyRegistration`, `customer_group.translation.registrationOnlyCompanyRegistration`, COALESCE(`customer_group.translation.fallback_1.registrationOnlyCompanyRegistration`,`customer_group.translation.registrationOnlyCompanyRegistration`,`customer_group.translation.registrationOnlyCompanyRegistration`) as `customer_group.registrationOnlyCompanyRegistration`, `customer_group.translation.fallback_1.registrationSeoMetaDescription`, `customer_group.translation.registrationSeoMetaDescription`, COALESCE(`customer_group.translation.fallback_1.registrationSeoMetaDescription`,`customer_group.translation.registrationSeoMetaDescription`,`customer_group.translation.registrationSeoMetaDescription`) as `customer_group.registrationSeoMetaDescription`, `customer_group.translation.fallback_1.customFields`, `customer_group.translation.customFields`, COALESCE(`customer_group.translation.fallback_1.customFields`,`customer_group.translation.customFields`,`customer_group.translation.customFields`) as `customer_group.customFields`, `customer_group.translation.fallback_1.createdAt`, `customer_group.translation.createdAt`, `customer_group.translation.fallback_1.updatedAt`, `customer_group.translation.updatedAt`, `customer_group.translation.fallback_1.customerGroupId`, `customer_group.translation.customerGroupId`, `customer_group.translation.fallback_1.languageId`, `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`, `customer_group.translation.fallback_1`.name as `customer_group.translation.fallback_1.name`, `customer_group.translation.fallback_1`.registration_title as `customer_group.translation.fallback_1.registrationTitle`, `customer_group.translation.fallback_1`.registration_introduction as `customer_group.translation.fallback_1.registrationIntroduction`, `customer_group.translation.fallback_1`.registration_only_company_registration as `customer_group.translation.fallback_1.registrationOnlyCompanyRegistration`, `customer_group.translation.fallback_1`.registration_seo_meta_description as `customer_group.translation.fallback_1.registrationSeoMetaDescription`, `customer_group.translation.fallback_1`.custom_fields as `customer_group.translation.fallback_1.customFields`, `customer_group.translation.fallback_1`.created_at as `customer_group.translation.fallback_1.createdAt`, `customer_group.translation.fallback_1`.updated_at as `customer_group.translation.fallback_1.updatedAt`, `customer_group.translation.fallback_1`.customer_group_id as `customer_group.translation.fallback_1.customerGroupId`, `customer_group.translation.fallback_1`.language_id as `customer_group.translation.fallback_1.languageId` FROM `customer_group_translation` `customer_group.translation` LEFT JOIN `customer_group_translation` `customer_group.translation.fallback_1` ON `customer_group.translation`.`customer_group_id` = `customer_group.translation.fallback_1`.`customer_group_id` AND `customer_group.translation.fallback_1`.language_id = :languageId1 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.fallback_1.name`,
`customer_group.translation.name`,
COALESCE(
`customer_group.translation.fallback_1.name`,
`customer_group.translation.name`,
`customer_group.translation.name`
) as `customer_group.name`,
`customer_group.translation.fallback_1.registrationTitle`,
`customer_group.translation.registrationTitle`,
COALESCE(
`customer_group.translation.fallback_1.registrationTitle`,
`customer_group.translation.registrationTitle`,
`customer_group.translation.registrationTitle`
) as `customer_group.registrationTitle`,
`customer_group.translation.fallback_1.registrationIntroduction`,
`customer_group.translation.registrationIntroduction`,
COALESCE(
`customer_group.translation.fallback_1.registrationIntroduction`,
`customer_group.translation.registrationIntroduction`,
`customer_group.translation.registrationIntroduction`
) as `customer_group.registrationIntroduction`,
`customer_group.translation.fallback_1.registrationOnlyCompanyRegistration`,
`customer_group.translation.registrationOnlyCompanyRegistration`,
COALESCE(
`customer_group.translation.fallback_1.registrationOnlyCompanyRegistration`,
`customer_group.translation.registrationOnlyCompanyRegistration`,
`customer_group.translation.registrationOnlyCompanyRegistration`
) as `customer_group.registrationOnlyCompanyRegistration`,
`customer_group.translation.fallback_1.registrationSeoMetaDescription`,
`customer_group.translation.registrationSeoMetaDescription`,
COALESCE(
`customer_group.translation.fallback_1.registrationSeoMetaDescription`,
`customer_group.translation.registrationSeoMetaDescription`,
`customer_group.translation.registrationSeoMetaDescription`
) as `customer_group.registrationSeoMetaDescription`,
`customer_group.translation.fallback_1.customFields`,
`customer_group.translation.customFields`,
COALESCE(
`customer_group.translation.fallback_1.customFields`,
`customer_group.translation.customFields`,
`customer_group.translation.customFields`
) as `customer_group.customFields`,
`customer_group.translation.fallback_1.createdAt`,
`customer_group.translation.createdAt`,
`customer_group.translation.fallback_1.updatedAt`,
`customer_group.translation.updatedAt`,
`customer_group.translation.fallback_1.customerGroupId`,
`customer_group.translation.customerGroupId`,
`customer_group.translation.fallback_1.languageId`,
`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`,
`customer_group.translation.fallback_1`.name as `customer_group.translation.fallback_1.name`,
`customer_group.translation.fallback_1`.registration_title as `customer_group.translation.fallback_1.registrationTitle`,
`customer_group.translation.fallback_1`.registration_introduction as `customer_group.translation.fallback_1.registrationIntroduction`,
`customer_group.translation.fallback_1`.registration_only_company_registration as `customer_group.translation.fallback_1.registrationOnlyCompanyRegistration`,
`customer_group.translation.fallback_1`.registration_seo_meta_description as `customer_group.translation.fallback_1.registrationSeoMetaDescription`,
`customer_group.translation.fallback_1`.custom_fields as `customer_group.translation.fallback_1.customFields`,
`customer_group.translation.fallback_1`.created_at as `customer_group.translation.fallback_1.createdAt`,
`customer_group.translation.fallback_1`.updated_at as `customer_group.translation.fallback_1.updatedAt`,
`customer_group.translation.fallback_1`.customer_group_id as `customer_group.translation.fallback_1.customerGroupId`,
`customer_group.translation.fallback_1`.language_id as `customer_group.translation.fallback_1.languageId`
FROM
`customer_group_translation` `customer_group.translation`
LEFT JOIN `customer_group_translation` `customer_group.translation.fallback_1` ON `customer_group.translation`.`customer_group_id` = `customer_group.translation.fallback_1`.`customer_group_id`
AND `customer_group.translation.fallback_1`.language_id = : languageId1
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.fallback_1.name`, `customer_group.translation.name`, COALESCE(`customer_group.translation.fallback_1.name`,`customer_group.translation.name`,`customer_group.translation.name`) as `customer_group.name`, `customer_group.translation.fallback_1.registrationTitle`, `customer_group.translation.registrationTitle`, COALESCE(`customer_group.translation.fallback_1.registrationTitle`,`customer_group.translation.registrationTitle`,`customer_group.translation.registrationTitle`) as `customer_group.registrationTitle`, `customer_group.translation.fallback_1.registrationIntroduction`, `customer_group.translation.registrationIntroduction`, COALESCE(`customer_group.translation.fallback_1.registrationIntroduction`,`customer_group.translation.registrationIntroduction`,`customer_group.translation.registrationIntroduction`) as `customer_group.registrationIntroduction`, `customer_group.translation.fallback_1.registrationOnlyCompanyRegistration`, `customer_group.translation.registrationOnlyCompanyRegistration`, COALESCE(`customer_group.translation.fallback_1.registrationOnlyCompanyRegistration`,`customer_group.translation.registrationOnlyCompanyRegistration`,`customer_group.translation.registrationOnlyCompanyRegistration`) as `customer_group.registrationOnlyCompanyRegistration`, `customer_group.translation.fallback_1.registrationSeoMetaDescription`, `customer_group.translation.registrationSeoMetaDescription`, COALESCE(`customer_group.translation.fallback_1.registrationSeoMetaDescription`,`customer_group.translation.registrationSeoMetaDescription`,`customer_group.translation.registrationSeoMetaDescription`) as `customer_group.registrationSeoMetaDescription`, `customer_group.translation.fallback_1.customFields`, `customer_group.translation.customFields`, COALESCE(`customer_group.translation.fallback_1.customFields`,`customer_group.translation.customFields`,`customer_group.translation.customFields`) as `customer_group.customFields`, `customer_group.translation.fallback_1.createdAt`, `customer_group.translation.createdAt`, `customer_group.translation.fallback_1.updatedAt`, `customer_group.translation.updatedAt`, `customer_group.translation.fallback_1.customerGroupId`, `customer_group.translation.customerGroupId`, `customer_group.translation.fallback_1.languageId`, `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`, `customer_group.translation.fallback_1`.name as `customer_group.translation.fallback_1.name`, `customer_group.translation.fallback_1`.registration_title as `customer_group.translation.fallback_1.registrationTitle`, `customer_group.translation.fallback_1`.registration_introduction as `customer_group.translation.fallback_1.registrationIntroduction`, `customer_group.translation.fallback_1`.registration_only_company_registration as `customer_group.translation.fallback_1.registrationOnlyCompanyRegistration`, `customer_group.translation.fallback_1`.registration_seo_meta_description as `customer_group.translation.fallback_1.registrationSeoMetaDescription`, `customer_group.translation.fallback_1`.custom_fields as `customer_group.translation.fallback_1.customFields`, `customer_group.translation.fallback_1`.created_at as `customer_group.translation.fallback_1.createdAt`, `customer_group.translation.fallback_1`.updated_at as `customer_group.translation.fallback_1.updatedAt`, `customer_group.translation.fallback_1`.customer_group_id as `customer_group.translation.fallback_1.customerGroupId`, `customer_group.translation.fallback_1`.language_id as `customer_group.translation.fallback_1.languageId` FROM `customer_group_translation` `customer_group.translation` LEFT JOIN `customer_group_translation` `customer_group.translation.fallback_1` ON `customer_group.translation`.`customer_group_id` = `customer_group.translation.fallback_1`.`customer_group_id` AND `customer_group.translation.fallback_1`.language_id = 0x76393D0A5F754C5A80FB3EC7B3B3DB05 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 479)"
59 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 452)"
60 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 346)"
61 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 224)"
62 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
63 => "Shopware\Core\HttpKernel::doHandle (line 81)"
64 => "Shopware\Core\HttpKernel::handle (line 85)"
]
|
| 17 |
0.12 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 479)"
60 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 452)"
61 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 346)"
62 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 224)"
63 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
64 => "Shopware\Core\HttpKernel::doHandle (line 81)"
65 => "Shopware\Core\HttpKernel::handle (line 85)"
]
|
| 18 |
0.51 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.fallback_1.typeName`, `tax_rule.type.translation.typeName`, COALESCE(`tax_rule.type.translation.fallback_1.typeName`,`tax_rule.type.translation.typeName`,`tax_rule.type.translation.typeName`) as `tax_rule.type.typeName`, `tax_rule.type.translation.fallback_1.createdAt`, `tax_rule.type.translation.createdAt`, `tax_rule.type.translation.fallback_1.updatedAt`, `tax_rule.type.translation.updatedAt`, `tax_rule.type.translation.fallback_1.taxRuleTypeId`, `tax_rule.type.translation.taxRuleTypeId`, `tax_rule.type.translation.fallback_1.languageId`, `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`, `tax_rule.type.translation.fallback_1`.type_name as `tax_rule.type.translation.fallback_1.typeName`, `tax_rule.type.translation.fallback_1`.created_at as `tax_rule.type.translation.fallback_1.createdAt`, `tax_rule.type.translation.fallback_1`.updated_at as `tax_rule.type.translation.fallback_1.updatedAt`, `tax_rule.type.translation.fallback_1`.tax_rule_type_id as `tax_rule.type.translation.fallback_1.taxRuleTypeId`, `tax_rule.type.translation.fallback_1`.language_id as `tax_rule.type.translation.fallback_1.languageId` FROM `tax_rule_type_translation` `tax_rule.type.translation` LEFT JOIN `tax_rule_type_translation` `tax_rule.type.translation.fallback_1` ON `tax_rule.type.translation`.`tax_rule_type_id` = `tax_rule.type.translation.fallback_1`.`tax_rule_type_id` AND `tax_rule.type.translation.fallback_1`.language_id = :languageId1 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_cf9d3276e3e84801bc4e65ac70c86160))
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.fallback_1.typeName`, `tax_rule.type.translation.typeName`, COALESCE(`tax_rule.type.translation.fallback_1.typeName`,`tax_rule.type.translation.typeName`,`tax_rule.type.translation.typeName`) as `tax_rule.type.typeName`, `tax_rule.type.translation.fallback_1.createdAt`, `tax_rule.type.translation.createdAt`, `tax_rule.type.translation.fallback_1.updatedAt`, `tax_rule.type.translation.updatedAt`, `tax_rule.type.translation.fallback_1.taxRuleTypeId`, `tax_rule.type.translation.taxRuleTypeId`, `tax_rule.type.translation.fallback_1.languageId`, `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`, `tax_rule.type.translation.fallback_1`.type_name as `tax_rule.type.translation.fallback_1.typeName`, `tax_rule.type.translation.fallback_1`.created_at as `tax_rule.type.translation.fallback_1.createdAt`, `tax_rule.type.translation.fallback_1`.updated_at as `tax_rule.type.translation.fallback_1.updatedAt`, `tax_rule.type.translation.fallback_1`.tax_rule_type_id as `tax_rule.type.translation.fallback_1.taxRuleTypeId`, `tax_rule.type.translation.fallback_1`.language_id as `tax_rule.type.translation.fallback_1.languageId` FROM `tax_rule_type_translation` `tax_rule.type.translation` LEFT JOIN `tax_rule_type_translation` `tax_rule.type.translation.fallback_1` ON `tax_rule.type.translation`.`tax_rule_type_id` = `tax_rule.type.translation.fallback_1`.`tax_rule_type_id` AND `tax_rule.type.translation.fallback_1`.language_id = 0x76393D0A5F754C5A80FB3EC7B3B3DB05 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 (0x256BCAC390214B0F98031840891FA13A, 0x9264124A46464C0EBC58C80EFBA76712, 0xFFBDFAF7D0EB42E3898AA14AE62E5D89));
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 479)"
64 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 452)"
65 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 346)"
66 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 224)"
67 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
68 => "Shopware\Core\HttpKernel::doHandle (line 81)"
69 => "Shopware\Core\HttpKernel::handle (line 85)"
]
|
| 19 |
1.48 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.fallback_1.title`, `payment_method.media.translation.title`, COALESCE(`payment_method.media.translation.fallback_1.title`,`payment_method.media.translation.title`,`payment_method.media.translation.title`) as `payment_method.media.title`, `payment_method.media.translation.fallback_1.alt`, `payment_method.media.translation.alt`, COALESCE(`payment_method.media.translation.fallback_1.alt`,`payment_method.media.translation.alt`,`payment_method.media.translation.alt`) as `payment_method.media.alt`, `payment_method.media.translation.fallback_1.customFields`, `payment_method.media.translation.customFields`, COALESCE(`payment_method.media.translation.fallback_1.customFields`,`payment_method.media.translation.customFields`,`payment_method.media.translation.customFields`) as `payment_method.media.customFields`, `payment_method.media.translation.fallback_1.createdAt`, `payment_method.media.translation.createdAt`, `payment_method.media.translation.fallback_1.updatedAt`, `payment_method.media.translation.updatedAt`, `payment_method.media.translation.fallback_1.mediaId`, `payment_method.media.translation.mediaId`, `payment_method.media.translation.fallback_1.languageId`, `payment_method.media.translation.languageId`, `payment_method.translation.fallback_1.name`, `payment_method.translation.name`, COALESCE(`payment_method.translation.fallback_1.name`,`payment_method.translation.name`,`payment_method.translation.name`) as `payment_method.name`, `payment_method.translation.fallback_1.distinguishableName`, `payment_method.translation.distinguishableName`, COALESCE(`payment_method.translation.fallback_1.distinguishableName`,`payment_method.translation.distinguishableName`,`payment_method.translation.distinguishableName`) as `payment_method.distinguishableName`, `payment_method.translation.fallback_1.description`, `payment_method.translation.description`, COALESCE(`payment_method.translation.fallback_1.description`,`payment_method.translation.description`,`payment_method.translation.description`) as `payment_method.description`, `payment_method.translation.fallback_1.customFields`, `payment_method.translation.customFields`, COALESCE(`payment_method.translation.fallback_1.customFields`,`payment_method.translation.customFields`,`payment_method.translation.customFields`) as `payment_method.customFields`, `payment_method.translation.fallback_1.createdAt`, `payment_method.translation.createdAt`, `payment_method.translation.fallback_1.updatedAt`, `payment_method.translation.updatedAt`, `payment_method.translation.fallback_1.paymentMethodId`, `payment_method.translation.paymentMethodId`, `payment_method.translation.fallback_1.languageId`, `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`, `payment_method.translation.fallback_1`.name as `payment_method.translation.fallback_1.name`, `payment_method.translation.fallback_1`.distinguishable_name as `payment_method.translation.fallback_1.distinguishableName`, `payment_method.translation.fallback_1`.description as `payment_method.translation.fallback_1.description`, `payment_method.translation.fallback_1`.custom_fields as `payment_method.translation.fallback_1.customFields`, `payment_method.translation.fallback_1`.created_at as `payment_method.translation.fallback_1.createdAt`, `payment_method.translation.fallback_1`.updated_at as `payment_method.translation.fallback_1.updatedAt`, `payment_method.translation.fallback_1`.payment_method_id as `payment_method.translation.fallback_1.paymentMethodId`, `payment_method.translation.fallback_1`.language_id as `payment_method.translation.fallback_1.languageId` FROM `payment_method_translation` `payment_method.translation` LEFT JOIN `payment_method_translation` `payment_method.translation.fallback_1` ON `payment_method.translation`.`payment_method_id` = `payment_method.translation.fallback_1`.`payment_method_id` AND `payment_method.translation.fallback_1`.language_id = :languageId1 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`, `payment_method.media.translation.fallback_1`.title as `payment_method.media.translation.fallback_1.title`, `payment_method.media.translation.fallback_1`.alt as `payment_method.media.translation.fallback_1.alt`, `payment_method.media.translation.fallback_1`.custom_fields as `payment_method.media.translation.fallback_1.customFields`, `payment_method.media.translation.fallback_1`.created_at as `payment_method.media.translation.fallback_1.createdAt`, `payment_method.media.translation.fallback_1`.updated_at as `payment_method.media.translation.fallback_1.updatedAt`, `payment_method.media.translation.fallback_1`.media_id as `payment_method.media.translation.fallback_1.mediaId`, `payment_method.media.translation.fallback_1`.language_id as `payment_method.media.translation.fallback_1.languageId` FROM `media_translation` `payment_method.media.translation` LEFT JOIN `media_translation` `payment_method.media.translation.fallback_1` ON `payment_method.media.translation`.`media_id` = `payment_method.media.translation.fallback_1`.`media_id` AND `payment_method.media.translation.fallback_1`.language_id = :languageId1 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.fallback_1.title`,
`payment_method.media.translation.title`,
COALESCE(
`payment_method.media.translation.fallback_1.title`,
`payment_method.media.translation.title`,
`payment_method.media.translation.title`
) as `payment_method.media.title`,
`payment_method.media.translation.fallback_1.alt`,
`payment_method.media.translation.alt`,
COALESCE(
`payment_method.media.translation.fallback_1.alt`,
`payment_method.media.translation.alt`,
`payment_method.media.translation.alt`
) as `payment_method.media.alt`,
`payment_method.media.translation.fallback_1.customFields`,
`payment_method.media.translation.customFields`,
COALESCE(
`payment_method.media.translation.fallback_1.customFields`,
`payment_method.media.translation.customFields`,
`payment_method.media.translation.customFields`
) as `payment_method.media.customFields`,
`payment_method.media.translation.fallback_1.createdAt`,
`payment_method.media.translation.createdAt`,
`payment_method.media.translation.fallback_1.updatedAt`,
`payment_method.media.translation.updatedAt`,
`payment_method.media.translation.fallback_1.mediaId`,
`payment_method.media.translation.mediaId`,
`payment_method.media.translation.fallback_1.languageId`,
`payment_method.media.translation.languageId`,
`payment_method.translation.fallback_1.name`,
`payment_method.translation.name`,
COALESCE(
`payment_method.translation.fallback_1.name`,
`payment_method.translation.name`,
`payment_method.translation.name`
) as `payment_method.name`,
`payment_method.translation.fallback_1.distinguishableName`,
`payment_method.translation.distinguishableName`,
COALESCE(
`payment_method.translation.fallback_1.distinguishableName`,
`payment_method.translation.distinguishableName`,
`payment_method.translation.distinguishableName`
) as `payment_method.distinguishableName`,
`payment_method.translation.fallback_1.description`,
`payment_method.translation.description`,
COALESCE(
`payment_method.translation.fallback_1.description`,
`payment_method.translation.description`,
`payment_method.translation.description`
) as `payment_method.description`,
`payment_method.translation.fallback_1.customFields`,
`payment_method.translation.customFields`,
COALESCE(
`payment_method.translation.fallback_1.customFields`,
`payment_method.translation.customFields`,
`payment_method.translation.customFields`
) as `payment_method.customFields`,
`payment_method.translation.fallback_1.createdAt`,
`payment_method.translation.createdAt`,
`payment_method.translation.fallback_1.updatedAt`,
`payment_method.translation.updatedAt`,
`payment_method.translation.fallback_1.paymentMethodId`,
`payment_method.translation.paymentMethodId`,
`payment_method.translation.fallback_1.languageId`,
`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`,
`payment_method.translation.fallback_1`.name as `payment_method.translation.fallback_1.name`,
`payment_method.translation.fallback_1`.distinguishable_name as `payment_method.translation.fallback_1.distinguishableName`,
`payment_method.translation.fallback_1`.description as `payment_method.translation.fallback_1.description`,
`payment_method.translation.fallback_1`.custom_fields as `payment_method.translation.fallback_1.customFields`,
`payment_method.translation.fallback_1`.created_at as `payment_method.translation.fallback_1.createdAt`,
`payment_method.translation.fallback_1`.updated_at as `payment_method.translation.fallback_1.updatedAt`,
`payment_method.translation.fallback_1`.payment_method_id as `payment_method.translation.fallback_1.paymentMethodId`,
`payment_method.translation.fallback_1`.language_id as `payment_method.translation.fallback_1.languageId`
FROM
`payment_method_translation` `payment_method.translation`
LEFT JOIN `payment_method_translation` `payment_method.translation.fallback_1` ON `payment_method.translation`.`payment_method_id` = `payment_method.translation.fallback_1`.`payment_method_id`
AND `payment_method.translation.fallback_1`.language_id = : languageId1
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`,
`payment_method.media.translation.fallback_1`.title as `payment_method.media.translation.fallback_1.title`,
`payment_method.media.translation.fallback_1`.alt as `payment_method.media.translation.fallback_1.alt`,
`payment_method.media.translation.fallback_1`.custom_fields as `payment_method.media.translation.fallback_1.customFields`,
`payment_method.media.translation.fallback_1`.created_at as `payment_method.media.translation.fallback_1.createdAt`,
`payment_method.media.translation.fallback_1`.updated_at as `payment_method.media.translation.fallback_1.updatedAt`,
`payment_method.media.translation.fallback_1`.media_id as `payment_method.media.translation.fallback_1.mediaId`,
`payment_method.media.translation.fallback_1`.language_id as `payment_method.media.translation.fallback_1.languageId`
FROM
`media_translation` `payment_method.media.translation`
LEFT JOIN `media_translation` `payment_method.media.translation.fallback_1` ON `payment_method.media.translation`.`media_id` = `payment_method.media.translation.fallback_1`.`media_id`
AND `payment_method.media.translation.fallback_1`.language_id = : languageId1
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.fallback_1.title`, `payment_method.media.translation.title`, COALESCE(`payment_method.media.translation.fallback_1.title`,`payment_method.media.translation.title`,`payment_method.media.translation.title`) as `payment_method.media.title`, `payment_method.media.translation.fallback_1.alt`, `payment_method.media.translation.alt`, COALESCE(`payment_method.media.translation.fallback_1.alt`,`payment_method.media.translation.alt`,`payment_method.media.translation.alt`) as `payment_method.media.alt`, `payment_method.media.translation.fallback_1.customFields`, `payment_method.media.translation.customFields`, COALESCE(`payment_method.media.translation.fallback_1.customFields`,`payment_method.media.translation.customFields`,`payment_method.media.translation.customFields`) as `payment_method.media.customFields`, `payment_method.media.translation.fallback_1.createdAt`, `payment_method.media.translation.createdAt`, `payment_method.media.translation.fallback_1.updatedAt`, `payment_method.media.translation.updatedAt`, `payment_method.media.translation.fallback_1.mediaId`, `payment_method.media.translation.mediaId`, `payment_method.media.translation.fallback_1.languageId`, `payment_method.media.translation.languageId`, `payment_method.translation.fallback_1.name`, `payment_method.translation.name`, COALESCE(`payment_method.translation.fallback_1.name`,`payment_method.translation.name`,`payment_method.translation.name`) as `payment_method.name`, `payment_method.translation.fallback_1.distinguishableName`, `payment_method.translation.distinguishableName`, COALESCE(`payment_method.translation.fallback_1.distinguishableName`,`payment_method.translation.distinguishableName`,`payment_method.translation.distinguishableName`) as `payment_method.distinguishableName`, `payment_method.translation.fallback_1.description`, `payment_method.translation.description`, COALESCE(`payment_method.translation.fallback_1.description`,`payment_method.translation.description`,`payment_method.translation.description`) as `payment_method.description`, `payment_method.translation.fallback_1.customFields`, `payment_method.translation.customFields`, COALESCE(`payment_method.translation.fallback_1.customFields`,`payment_method.translation.customFields`,`payment_method.translation.customFields`) as `payment_method.customFields`, `payment_method.translation.fallback_1.createdAt`, `payment_method.translation.createdAt`, `payment_method.translation.fallback_1.updatedAt`, `payment_method.translation.updatedAt`, `payment_method.translation.fallback_1.paymentMethodId`, `payment_method.translation.paymentMethodId`, `payment_method.translation.fallback_1.languageId`, `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`, `payment_method.translation.fallback_1`.name as `payment_method.translation.fallback_1.name`, `payment_method.translation.fallback_1`.distinguishable_name as `payment_method.translation.fallback_1.distinguishableName`, `payment_method.translation.fallback_1`.description as `payment_method.translation.fallback_1.description`, `payment_method.translation.fallback_1`.custom_fields as `payment_method.translation.fallback_1.customFields`, `payment_method.translation.fallback_1`.created_at as `payment_method.translation.fallback_1.createdAt`, `payment_method.translation.fallback_1`.updated_at as `payment_method.translation.fallback_1.updatedAt`, `payment_method.translation.fallback_1`.payment_method_id as `payment_method.translation.fallback_1.paymentMethodId`, `payment_method.translation.fallback_1`.language_id as `payment_method.translation.fallback_1.languageId` FROM `payment_method_translation` `payment_method.translation` LEFT JOIN `payment_method_translation` `payment_method.translation.fallback_1` ON `payment_method.translation`.`payment_method_id` = `payment_method.translation.fallback_1`.`payment_method_id` AND `payment_method.translation.fallback_1`.language_id = 0x76393D0A5F754C5A80FB3EC7B3B3DB05 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`, `payment_method.media.translation.fallback_1`.title as `payment_method.media.translation.fallback_1.title`, `payment_method.media.translation.fallback_1`.alt as `payment_method.media.translation.fallback_1.alt`, `payment_method.media.translation.fallback_1`.custom_fields as `payment_method.media.translation.fallback_1.customFields`, `payment_method.media.translation.fallback_1`.created_at as `payment_method.media.translation.fallback_1.createdAt`, `payment_method.media.translation.fallback_1`.updated_at as `payment_method.media.translation.fallback_1.updatedAt`, `payment_method.media.translation.fallback_1`.media_id as `payment_method.media.translation.fallback_1.mediaId`, `payment_method.media.translation.fallback_1`.language_id as `payment_method.media.translation.fallback_1.languageId` FROM `media_translation` `payment_method.media.translation` LEFT JOIN `media_translation` `payment_method.media.translation.fallback_1` ON `payment_method.media.translation`.`media_id` = `payment_method.media.translation.fallback_1`.`media_id` AND `payment_method.media.translation.fallback_1`.language_id = 0x76393D0A5F754C5A80FB3EC7B3B3DB05 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 (0x75DFCA573B0F40ECA9F80E251BACFE6B);
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 479)"
61 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 452)"
62 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 346)"
63 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 224)"
64 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
65 => "Shopware\Core\HttpKernel::doHandle (line 81)"
66 => "Shopware\Core\HttpKernel::handle (line 85)"
]
|
| 20 |
1.90 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.fallback_1.name`, `shipping_method.deliveryTime.translation.name`, COALESCE(`shipping_method.deliveryTime.translation.fallback_1.name`,`shipping_method.deliveryTime.translation.name`,`shipping_method.deliveryTime.translation.name`) as `shipping_method.deliveryTime.name`, `shipping_method.deliveryTime.translation.fallback_1.customFields`, `shipping_method.deliveryTime.translation.customFields`, COALESCE(`shipping_method.deliveryTime.translation.fallback_1.customFields`,`shipping_method.deliveryTime.translation.customFields`,`shipping_method.deliveryTime.translation.customFields`) as `shipping_method.deliveryTime.customFields`, `shipping_method.deliveryTime.translation.fallback_1.createdAt`, `shipping_method.deliveryTime.translation.createdAt`, `shipping_method.deliveryTime.translation.fallback_1.updatedAt`, `shipping_method.deliveryTime.translation.updatedAt`, `shipping_method.deliveryTime.translation.fallback_1.deliveryTimeId`, `shipping_method.deliveryTime.translation.deliveryTimeId`, `shipping_method.deliveryTime.translation.fallback_1.languageId`, `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.fallback_1.title`, `shipping_method.media.translation.title`, COALESCE(`shipping_method.media.translation.fallback_1.title`,`shipping_method.media.translation.title`,`shipping_method.media.translation.title`) as `shipping_method.media.title`, `shipping_method.media.translation.fallback_1.alt`, `shipping_method.media.translation.alt`, COALESCE(`shipping_method.media.translation.fallback_1.alt`,`shipping_method.media.translation.alt`,`shipping_method.media.translation.alt`) as `shipping_method.media.alt`, `shipping_method.media.translation.fallback_1.customFields`, `shipping_method.media.translation.customFields`, COALESCE(`shipping_method.media.translation.fallback_1.customFields`,`shipping_method.media.translation.customFields`,`shipping_method.media.translation.customFields`) as `shipping_method.media.customFields`, `shipping_method.media.translation.fallback_1.createdAt`, `shipping_method.media.translation.createdAt`, `shipping_method.media.translation.fallback_1.updatedAt`, `shipping_method.media.translation.updatedAt`, `shipping_method.media.translation.fallback_1.mediaId`, `shipping_method.media.translation.mediaId`, `shipping_method.media.translation.fallback_1.languageId`, `shipping_method.media.translation.languageId`, `shipping_method.translation.fallback_1.name`, `shipping_method.translation.name`, COALESCE(`shipping_method.translation.fallback_1.name`,`shipping_method.translation.name`,`shipping_method.translation.name`) as `shipping_method.name`, `shipping_method.translation.fallback_1.description`, `shipping_method.translation.description`, COALESCE(`shipping_method.translation.fallback_1.description`,`shipping_method.translation.description`,`shipping_method.translation.description`) as `shipping_method.description`, `shipping_method.translation.fallback_1.trackingUrl`, `shipping_method.translation.trackingUrl`, COALESCE(`shipping_method.translation.fallback_1.trackingUrl`,`shipping_method.translation.trackingUrl`,`shipping_method.translation.trackingUrl`) as `shipping_method.trackingUrl`, `shipping_method.translation.fallback_1.customFields`, `shipping_method.translation.customFields`, COALESCE(`shipping_method.translation.fallback_1.customFields`,`shipping_method.translation.customFields`,`shipping_method.translation.customFields`) as `shipping_method.customFields`, `shipping_method.translation.fallback_1.createdAt`, `shipping_method.translation.createdAt`, `shipping_method.translation.fallback_1.updatedAt`, `shipping_method.translation.updatedAt`, `shipping_method.translation.fallback_1.shippingMethodId`, `shipping_method.translation.shippingMethodId`, `shipping_method.translation.fallback_1.languageId`, `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`, `shipping_method.translation.fallback_1`.name as `shipping_method.translation.fallback_1.name`, `shipping_method.translation.fallback_1`.description as `shipping_method.translation.fallback_1.description`, `shipping_method.translation.fallback_1`.tracking_url as `shipping_method.translation.fallback_1.trackingUrl`, `shipping_method.translation.fallback_1`.custom_fields as `shipping_method.translation.fallback_1.customFields`, `shipping_method.translation.fallback_1`.created_at as `shipping_method.translation.fallback_1.createdAt`, `shipping_method.translation.fallback_1`.updated_at as `shipping_method.translation.fallback_1.updatedAt`, `shipping_method.translation.fallback_1`.shipping_method_id as `shipping_method.translation.fallback_1.shippingMethodId`, `shipping_method.translation.fallback_1`.language_id as `shipping_method.translation.fallback_1.languageId` FROM `shipping_method_translation` `shipping_method.translation` LEFT JOIN `shipping_method_translation` `shipping_method.translation.fallback_1` ON `shipping_method.translation`.`shipping_method_id` = `shipping_method.translation.fallback_1`.`shipping_method_id` AND `shipping_method.translation.fallback_1`.language_id = :languageId1 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`, `shipping_method.deliveryTime.translation.fallback_1`.name as `shipping_method.deliveryTime.translation.fallback_1.name`, `shipping_method.deliveryTime.translation.fallback_1`.custom_fields as `shipping_method.deliveryTime.translation.fallback_1.customFields`, `shipping_method.deliveryTime.translation.fallback_1`.created_at as `shipping_method.deliveryTime.translation.fallback_1.createdAt`, `shipping_method.deliveryTime.translation.fallback_1`.updated_at as `shipping_method.deliveryTime.translation.fallback_1.updatedAt`, `shipping_method.deliveryTime.translation.fallback_1`.delivery_time_id as `shipping_method.deliveryTime.translation.fallback_1.deliveryTimeId`, `shipping_method.deliveryTime.translation.fallback_1`.language_id as `shipping_method.deliveryTime.translation.fallback_1.languageId` FROM `delivery_time_translation` `shipping_method.deliveryTime.translation` LEFT JOIN `delivery_time_translation` `shipping_method.deliveryTime.translation.fallback_1` ON `shipping_method.deliveryTime.translation`.`delivery_time_id` = `shipping_method.deliveryTime.translation.fallback_1`.`delivery_time_id` AND `shipping_method.deliveryTime.translation.fallback_1`.language_id = :languageId1 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`, `shipping_method.media.translation.fallback_1`.title as `shipping_method.media.translation.fallback_1.title`, `shipping_method.media.translation.fallback_1`.alt as `shipping_method.media.translation.fallback_1.alt`, `shipping_method.media.translation.fallback_1`.custom_fields as `shipping_method.media.translation.fallback_1.customFields`, `shipping_method.media.translation.fallback_1`.created_at as `shipping_method.media.translation.fallback_1.createdAt`, `shipping_method.media.translation.fallback_1`.updated_at as `shipping_method.media.translation.fallback_1.updatedAt`, `shipping_method.media.translation.fallback_1`.media_id as `shipping_method.media.translation.fallback_1.mediaId`, `shipping_method.media.translation.fallback_1`.language_id as `shipping_method.media.translation.fallback_1.languageId` FROM `media_translation` `shipping_method.media.translation` LEFT JOIN `media_translation` `shipping_method.media.translation.fallback_1` ON `shipping_method.media.translation`.`media_id` = `shipping_method.media.translation.fallback_1`.`media_id` AND `shipping_method.media.translation.fallback_1`.language_id = :languageId1 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.fallback_1.name`,
`shipping_method.deliveryTime.translation.name`,
COALESCE(
`shipping_method.deliveryTime.translation.fallback_1.name`,
`shipping_method.deliveryTime.translation.name`,
`shipping_method.deliveryTime.translation.name`
) as `shipping_method.deliveryTime.name`,
`shipping_method.deliveryTime.translation.fallback_1.customFields`,
`shipping_method.deliveryTime.translation.customFields`,
COALESCE(
`shipping_method.deliveryTime.translation.fallback_1.customFields`,
`shipping_method.deliveryTime.translation.customFields`,
`shipping_method.deliveryTime.translation.customFields`
) as `shipping_method.deliveryTime.customFields`,
`shipping_method.deliveryTime.translation.fallback_1.createdAt`,
`shipping_method.deliveryTime.translation.createdAt`,
`shipping_method.deliveryTime.translation.fallback_1.updatedAt`,
`shipping_method.deliveryTime.translation.updatedAt`,
`shipping_method.deliveryTime.translation.fallback_1.deliveryTimeId`,
`shipping_method.deliveryTime.translation.deliveryTimeId`,
`shipping_method.deliveryTime.translation.fallback_1.languageId`,
`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.fallback_1.title`,
`shipping_method.media.translation.title`,
COALESCE(
`shipping_method.media.translation.fallback_1.title`,
`shipping_method.media.translation.title`,
`shipping_method.media.translation.title`
) as `shipping_method.media.title`,
`shipping_method.media.translation.fallback_1.alt`,
`shipping_method.media.translation.alt`,
COALESCE(
`shipping_method.media.translation.fallback_1.alt`,
`shipping_method.media.translation.alt`,
`shipping_method.media.translation.alt`
) as `shipping_method.media.alt`,
`shipping_method.media.translation.fallback_1.customFields`,
`shipping_method.media.translation.customFields`,
COALESCE(
`shipping_method.media.translation.fallback_1.customFields`,
`shipping_method.media.translation.customFields`,
`shipping_method.media.translation.customFields`
) as `shipping_method.media.customFields`,
`shipping_method.media.translation.fallback_1.createdAt`,
`shipping_method.media.translation.createdAt`,
`shipping_method.media.translation.fallback_1.updatedAt`,
`shipping_method.media.translation.updatedAt`,
`shipping_method.media.translation.fallback_1.mediaId`,
`shipping_method.media.translation.mediaId`,
`shipping_method.media.translation.fallback_1.languageId`,
`shipping_method.media.translation.languageId`,
`shipping_method.translation.fallback_1.name`,
`shipping_method.translation.name`,
COALESCE(
`shipping_method.translation.fallback_1.name`,
`shipping_method.translation.name`,
`shipping_method.translation.name`
) as `shipping_method.name`,
`shipping_method.translation.fallback_1.description`,
`shipping_method.translation.description`,
COALESCE(
`shipping_method.translation.fallback_1.description`,
`shipping_method.translation.description`,
`shipping_method.translation.description`
) as `shipping_method.description`,
`shipping_method.translation.fallback_1.trackingUrl`,
`shipping_method.translation.trackingUrl`,
COALESCE(
`shipping_method.translation.fallback_1.trackingUrl`,
`shipping_method.translation.trackingUrl`,
`shipping_method.translation.trackingUrl`
) as `shipping_method.trackingUrl`,
`shipping_method.translation.fallback_1.customFields`,
`shipping_method.translation.customFields`,
COALESCE(
`shipping_method.translation.fallback_1.customFields`,
`shipping_method.translation.customFields`,
`shipping_method.translation.customFields`
) as `shipping_method.customFields`,
`shipping_method.translation.fallback_1.createdAt`,
`shipping_method.translation.createdAt`,
`shipping_method.translation.fallback_1.updatedAt`,
`shipping_method.translation.updatedAt`,
`shipping_method.translation.fallback_1.shippingMethodId`,
`shipping_method.translation.shippingMethodId`,
`shipping_method.translation.fallback_1.languageId`,
`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`,
`shipping_method.translation.fallback_1`.name as `shipping_method.translation.fallback_1.name`,
`shipping_method.translation.fallback_1`.description as `shipping_method.translation.fallback_1.description`,
`shipping_method.translation.fallback_1`.tracking_url as `shipping_method.translation.fallback_1.trackingUrl`,
`shipping_method.translation.fallback_1`.custom_fields as `shipping_method.translation.fallback_1.customFields`,
`shipping_method.translation.fallback_1`.created_at as `shipping_method.translation.fallback_1.createdAt`,
`shipping_method.translation.fallback_1`.updated_at as `shipping_method.translation.fallback_1.updatedAt`,
`shipping_method.translation.fallback_1`.shipping_method_id as `shipping_method.translation.fallback_1.shippingMethodId`,
`shipping_method.translation.fallback_1`.language_id as `shipping_method.translation.fallback_1.languageId`
FROM
`shipping_method_translation` `shipping_method.translation`
LEFT JOIN `shipping_method_translation` `shipping_method.translation.fallback_1` ON `shipping_method.translation`.`shipping_method_id` = `shipping_method.translation.fallback_1`.`shipping_method_id`
AND `shipping_method.translation.fallback_1`.language_id = : languageId1
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`,
`shipping_method.deliveryTime.translation.fallback_1`.name as `shipping_method.deliveryTime.translation.fallback_1.name`,
`shipping_method.deliveryTime.translation.fallback_1`.custom_fields as `shipping_method.deliveryTime.translation.fallback_1.customFields`,
`shipping_method.deliveryTime.translation.fallback_1`.created_at as `shipping_method.deliveryTime.translation.fallback_1.createdAt`,
`shipping_method.deliveryTime.translation.fallback_1`.updated_at as `shipping_method.deliveryTime.translation.fallback_1.updatedAt`,
`shipping_method.deliveryTime.translation.fallback_1`.delivery_time_id as `shipping_method.deliveryTime.translation.fallback_1.deliveryTimeId`,
`shipping_method.deliveryTime.translation.fallback_1`.language_id as `shipping_method.deliveryTime.translation.fallback_1.languageId`
FROM
`delivery_time_translation` `shipping_method.deliveryTime.translation`
LEFT JOIN `delivery_time_translation` `shipping_method.deliveryTime.translation.fallback_1` ON `shipping_method.deliveryTime.translation`.`delivery_time_id` = `shipping_method.deliveryTime.translation.fallback_1`.`delivery_time_id`
AND `shipping_method.deliveryTime.translation.fallback_1`.language_id = : languageId1
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`,
`shipping_method.media.translation.fallback_1`.title as `shipping_method.media.translation.fallback_1.title`,
`shipping_method.media.translation.fallback_1`.alt as `shipping_method.media.translation.fallback_1.alt`,
`shipping_method.media.translation.fallback_1`.custom_fields as `shipping_method.media.translation.fallback_1.customFields`,
`shipping_method.media.translation.fallback_1`.created_at as `shipping_method.media.translation.fallback_1.createdAt`,
`shipping_method.media.translation.fallback_1`.updated_at as `shipping_method.media.translation.fallback_1.updatedAt`,
`shipping_method.media.translation.fallback_1`.media_id as `shipping_method.media.translation.fallback_1.mediaId`,
`shipping_method.media.translation.fallback_1`.language_id as `shipping_method.media.translation.fallback_1.languageId`
FROM
`media_translation` `shipping_method.media.translation`
LEFT JOIN `media_translation` `shipping_method.media.translation.fallback_1` ON `shipping_method.media.translation`.`media_id` = `shipping_method.media.translation.fallback_1`.`media_id`
AND `shipping_method.media.translation.fallback_1`.language_id = : languageId1
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.fallback_1.name`, `shipping_method.deliveryTime.translation.name`, COALESCE(`shipping_method.deliveryTime.translation.fallback_1.name`,`shipping_method.deliveryTime.translation.name`,`shipping_method.deliveryTime.translation.name`) as `shipping_method.deliveryTime.name`, `shipping_method.deliveryTime.translation.fallback_1.customFields`, `shipping_method.deliveryTime.translation.customFields`, COALESCE(`shipping_method.deliveryTime.translation.fallback_1.customFields`,`shipping_method.deliveryTime.translation.customFields`,`shipping_method.deliveryTime.translation.customFields`) as `shipping_method.deliveryTime.customFields`, `shipping_method.deliveryTime.translation.fallback_1.createdAt`, `shipping_method.deliveryTime.translation.createdAt`, `shipping_method.deliveryTime.translation.fallback_1.updatedAt`, `shipping_method.deliveryTime.translation.updatedAt`, `shipping_method.deliveryTime.translation.fallback_1.deliveryTimeId`, `shipping_method.deliveryTime.translation.deliveryTimeId`, `shipping_method.deliveryTime.translation.fallback_1.languageId`, `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.fallback_1.title`, `shipping_method.media.translation.title`, COALESCE(`shipping_method.media.translation.fallback_1.title`,`shipping_method.media.translation.title`,`shipping_method.media.translation.title`) as `shipping_method.media.title`, `shipping_method.media.translation.fallback_1.alt`, `shipping_method.media.translation.alt`, COALESCE(`shipping_method.media.translation.fallback_1.alt`,`shipping_method.media.translation.alt`,`shipping_method.media.translation.alt`) as `shipping_method.media.alt`, `shipping_method.media.translation.fallback_1.customFields`, `shipping_method.media.translation.customFields`, COALESCE(`shipping_method.media.translation.fallback_1.customFields`,`shipping_method.media.translation.customFields`,`shipping_method.media.translation.customFields`) as `shipping_method.media.customFields`, `shipping_method.media.translation.fallback_1.createdAt`, `shipping_method.media.translation.createdAt`, `shipping_method.media.translation.fallback_1.updatedAt`, `shipping_method.media.translation.updatedAt`, `shipping_method.media.translation.fallback_1.mediaId`, `shipping_method.media.translation.mediaId`, `shipping_method.media.translation.fallback_1.languageId`, `shipping_method.media.translation.languageId`, `shipping_method.translation.fallback_1.name`, `shipping_method.translation.name`, COALESCE(`shipping_method.translation.fallback_1.name`,`shipping_method.translation.name`,`shipping_method.translation.name`) as `shipping_method.name`, `shipping_method.translation.fallback_1.description`, `shipping_method.translation.description`, COALESCE(`shipping_method.translation.fallback_1.description`,`shipping_method.translation.description`,`shipping_method.translation.description`) as `shipping_method.description`, `shipping_method.translation.fallback_1.trackingUrl`, `shipping_method.translation.trackingUrl`, COALESCE(`shipping_method.translation.fallback_1.trackingUrl`,`shipping_method.translation.trackingUrl`,`shipping_method.translation.trackingUrl`) as `shipping_method.trackingUrl`, `shipping_method.translation.fallback_1.customFields`, `shipping_method.translation.customFields`, COALESCE(`shipping_method.translation.fallback_1.customFields`,`shipping_method.translation.customFields`,`shipping_method.translation.customFields`) as `shipping_method.customFields`, `shipping_method.translation.fallback_1.createdAt`, `shipping_method.translation.createdAt`, `shipping_method.translation.fallback_1.updatedAt`, `shipping_method.translation.updatedAt`, `shipping_method.translation.fallback_1.shippingMethodId`, `shipping_method.translation.shippingMethodId`, `shipping_method.translation.fallback_1.languageId`, `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`, `shipping_method.translation.fallback_1`.name as `shipping_method.translation.fallback_1.name`, `shipping_method.translation.fallback_1`.description as `shipping_method.translation.fallback_1.description`, `shipping_method.translation.fallback_1`.tracking_url as `shipping_method.translation.fallback_1.trackingUrl`, `shipping_method.translation.fallback_1`.custom_fields as `shipping_method.translation.fallback_1.customFields`, `shipping_method.translation.fallback_1`.created_at as `shipping_method.translation.fallback_1.createdAt`, `shipping_method.translation.fallback_1`.updated_at as `shipping_method.translation.fallback_1.updatedAt`, `shipping_method.translation.fallback_1`.shipping_method_id as `shipping_method.translation.fallback_1.shippingMethodId`, `shipping_method.translation.fallback_1`.language_id as `shipping_method.translation.fallback_1.languageId` FROM `shipping_method_translation` `shipping_method.translation` LEFT JOIN `shipping_method_translation` `shipping_method.translation.fallback_1` ON `shipping_method.translation`.`shipping_method_id` = `shipping_method.translation.fallback_1`.`shipping_method_id` AND `shipping_method.translation.fallback_1`.language_id = 0x76393D0A5F754C5A80FB3EC7B3B3DB05 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`, `shipping_method.deliveryTime.translation.fallback_1`.name as `shipping_method.deliveryTime.translation.fallback_1.name`, `shipping_method.deliveryTime.translation.fallback_1`.custom_fields as `shipping_method.deliveryTime.translation.fallback_1.customFields`, `shipping_method.deliveryTime.translation.fallback_1`.created_at as `shipping_method.deliveryTime.translation.fallback_1.createdAt`, `shipping_method.deliveryTime.translation.fallback_1`.updated_at as `shipping_method.deliveryTime.translation.fallback_1.updatedAt`, `shipping_method.deliveryTime.translation.fallback_1`.delivery_time_id as `shipping_method.deliveryTime.translation.fallback_1.deliveryTimeId`, `shipping_method.deliveryTime.translation.fallback_1`.language_id as `shipping_method.deliveryTime.translation.fallback_1.languageId` FROM `delivery_time_translation` `shipping_method.deliveryTime.translation` LEFT JOIN `delivery_time_translation` `shipping_method.deliveryTime.translation.fallback_1` ON `shipping_method.deliveryTime.translation`.`delivery_time_id` = `shipping_method.deliveryTime.translation.fallback_1`.`delivery_time_id` AND `shipping_method.deliveryTime.translation.fallback_1`.language_id = 0x76393D0A5F754C5A80FB3EC7B3B3DB05 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`, `shipping_method.media.translation.fallback_1`.title as `shipping_method.media.translation.fallback_1.title`, `shipping_method.media.translation.fallback_1`.alt as `shipping_method.media.translation.fallback_1.alt`, `shipping_method.media.translation.fallback_1`.custom_fields as `shipping_method.media.translation.fallback_1.customFields`, `shipping_method.media.translation.fallback_1`.created_at as `shipping_method.media.translation.fallback_1.createdAt`, `shipping_method.media.translation.fallback_1`.updated_at as `shipping_method.media.translation.fallback_1.updatedAt`, `shipping_method.media.translation.fallback_1`.media_id as `shipping_method.media.translation.fallback_1.mediaId`, `shipping_method.media.translation.fallback_1`.language_id as `shipping_method.media.translation.fallback_1.languageId` FROM `media_translation` `shipping_method.media.translation` LEFT JOIN `media_translation` `shipping_method.media.translation.fallback_1` ON `shipping_method.media.translation`.`media_id` = `shipping_method.media.translation.fallback_1`.`media_id` AND `shipping_method.media.translation.fallback_1`.language_id = 0x76393D0A5F754C5A80FB3EC7B3B3DB05 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 (0xEBCEC0A73D304D3F8A0943D20B759480);
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 479)"
60 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 452)"
61 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 346)"
62 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 224)"
63 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
64 => "Shopware\Core\HttpKernel::doHandle (line 81)"
65 => "Shopware\Core\HttpKernel::handle (line 85)"
]
|
| 21 |
0.13 ms |
SELECT `currency_country_rounding`.`id` FROM `currency_country_rounding` WHERE (`currency_country_rounding`.`currency_id` = :param_05dea4bd9687466192e171795457f9e9 AND `currency_country_rounding`.`country_id` = :param_71be0793bb5944a2b18e00728cdccd1d) LIMIT 1
SELECT `currency_country_rounding`.`id` FROM `currency_country_rounding` WHERE (`currency_country_rounding`.`currency_id` = 0xB7D2554B0CE847CD82F3AC9BD1C0DFCA AND `currency_country_rounding`.`country_id` = 0xD3ABD361147441D3B04E8FCD451A459E) 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 479)"
59 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 452)"
60 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 346)"
61 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 224)"
62 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
63 => "Shopware\Core\HttpKernel::doHandle (line 81)"
64 => "Shopware\Core\HttpKernel::handle (line 85)"
]
|
| 22 |
0.34 ms |
SHOW COLUMNS FROM `cart` WHERE `Field` LIKE :column
SHOW COLUMNS FROM `cart` WHERE `Field` LIKE 'payload';
array:30 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 734)"
2 => "Doctrine\DBAL\Connection::fetchOne (line 50)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityDefinitionQueryHelper::columnExists (line 169)"
4 => "Shopware\Core\Checkout\Cart\CartPersister::payloadExists (line 52)"
5 => "Shopware\Core\Checkout\Cart\CartPersister::load (line 81)"
6 => "Shopware\Core\Checkout\Cart\CartRuleLoader::loadByToken (line 106)"
7 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService::Shopware\Core\System\SalesChannel\Context\{closure} (line 59)"
8 => "Shopware\Core\Profiling\Profiler::trace (line 74)"
9 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService::get (line 104)"
10 => "Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver::resolve (line 38)"
11 => "Shopware\Core\Framework\Routing\ContextResolverListener::resolveContext (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 151)"
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 479)"
24 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 452)"
25 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 346)"
26 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 224)"
27 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
28 => "Shopware\Core\HttpKernel::doHandle (line 81)"
29 => "Shopware\Core\HttpKernel::handle (line 85)"
]
|
| 23 |
0.08 ms |
SELECT `cart`.`payload`, `cart`.`rule_ids`, `cart`.`compressed` FROM cart WHERE `token` = :token
SELECT `cart`.`payload`, `cart`.`rule_ids`, `cart`.`compressed` FROM cart WHERE `token` = '2BB8UUZ35xcH41Tnigk6wwZZ1h2gE5lX';
array:28 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 684)"
2 => "Doctrine\DBAL\Connection::fetchAssociative (line 53)"
3 => "Shopware\Core\Checkout\Cart\CartPersister::load (line 81)"
4 => "Shopware\Core\Checkout\Cart\CartRuleLoader::loadByToken (line 106)"
5 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService::Shopware\Core\System\SalesChannel\Context\{closure} (line 59)"
6 => "Shopware\Core\Profiling\Profiler::trace (line 74)"
7 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService::get (line 104)"
8 => "Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver::resolve (line 38)"
9 => "Shopware\Core\Framework\Routing\ContextResolverListener::resolveContext (line 118)"
10 => "Symfony\Component\EventDispatcher\Debug\WrappedListener::__invoke (line 230)"
11 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
12 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 56)"
13 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 98)"
14 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 55)"
15 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 37)"
16 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
17 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 151)"
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 479)"
22 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 452)"
23 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 346)"
24 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 224)"
25 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
26 => "Shopware\Core\HttpKernel::doHandle (line 81)"
27 => "Shopware\Core\HttpKernel::handle (line 85)"
]
|
| 24 |
0.11 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 479)"
39 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 452)"
40 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 346)"
41 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 224)"
42 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
43 => "Shopware\Core\HttpKernel::doHandle (line 81)"
44 => "Shopware\Core\HttpKernel::handle (line 85)"
]
|
| 25 |
0.15 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 (0x97B4EE212F1D4FB09C83FBA4AA9B2EEE, 0x9F13674A69E64574A15557F4C28D156F, 0xCA9BBC5C09044F47B630823B296DBADD, 0xE1765A51AC694E739E95D3AB9D03FC21, 0x5A550B7A6D7C460D98E1EBE196B3CD9C, 0x008C3CEB2AA84C2FAD06F13793C6393D, 0x44E54C6346284BDE9903D775B0CAC775);
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 479)"
40 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 452)"
41 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 346)"
42 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 224)"
43 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
44 => "Shopware\Core\HttpKernel::doHandle (line 81)"
45 => "Shopware\Core\HttpKernel::handle (line 85)"
]
|
| 26 |
0.30 ms |
SELECT `promotion`.`id` FROM `promotion` LEFT JOIN `promotion_sales_channel` `promotion.salesChannels` ON `promotion`.`id` = `promotion.salesChannels`.`promotion_id` WHERE ((`promotion`.`active` = :param_75bb1d7d1de34fb5890b1e94ae70f55c AND `promotion.salesChannels`.`sales_channel_id` = :param_8078bbae14aa4838ae1e0a6528138fe0 AND ((`promotion`.`valid_from` <=> :param_a14c2cf947c448ab8be0631604820a2d AND `promotion`.`valid_until` <=> :param_e41462f6e3974d709bd73d18b8d10ef5) OR (`promotion`.`valid_from` <=> :param_437832499c814caab50afd43e0dcf29a AND (`promotion`.`valid_until` > :param_dad37bb383ff410abf8ebd223161836b)) OR ((`promotion`.`valid_from` <= :param_c5c7d45823e84c10bd035cce5e57cb38) AND `promotion`.`valid_until` <=> :param_230a9ec4c2f04674ba52be23e77986b3) OR ((`promotion`.`valid_from` <= :param_514dca4bf1b340fd98458753a7ad39db) AND (`promotion`.`valid_until` > :param_ba5ebd7292c94cff85ced75e570a52dd))) AND `promotion`.`use_codes` = :param_d4b9eaf13f0a41928e08fdf52c695d17)) 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` = 0x2A890AB6DB354C85ACB515DE08A234DC AND ((`promotion`.`valid_from` <=> NULL AND `promotion`.`valid_until` <=> NULL) OR (`promotion`.`valid_from` <=> NULL AND (`promotion`.`valid_until` > '2026-02-15 13:04:08')) OR ((`promotion`.`valid_from` <= '2026-02-15 13:04:08') AND `promotion`.`valid_until` <=> NULL) OR ((`promotion`.`valid_from` <= '2026-02-15 13:04:08') AND (`promotion`.`valid_until` > '2026-02-15 13:04:08'))) 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 479)"
41 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 452)"
42 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 346)"
43 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 224)"
44 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
45 => "Shopware\Core\HttpKernel::doHandle (line 81)"
46 => "Shopware\Core\HttpKernel::handle (line 85)"
]
|
| 27 |
1.19 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.fallback_1.name`, `shipping_method.deliveryTime.translation.name`, COALESCE(`shipping_method.deliveryTime.translation.fallback_1.name`,`shipping_method.deliveryTime.translation.name`,`shipping_method.deliveryTime.translation.name`) as `shipping_method.deliveryTime.name`, `shipping_method.deliveryTime.translation.fallback_1.customFields`, `shipping_method.deliveryTime.translation.customFields`, COALESCE(`shipping_method.deliveryTime.translation.fallback_1.customFields`,`shipping_method.deliveryTime.translation.customFields`,`shipping_method.deliveryTime.translation.customFields`) as `shipping_method.deliveryTime.customFields`, `shipping_method.deliveryTime.translation.fallback_1.createdAt`, `shipping_method.deliveryTime.translation.createdAt`, `shipping_method.deliveryTime.translation.fallback_1.updatedAt`, `shipping_method.deliveryTime.translation.updatedAt`, `shipping_method.deliveryTime.translation.fallback_1.deliveryTimeId`, `shipping_method.deliveryTime.translation.deliveryTimeId`, `shipping_method.deliveryTime.translation.fallback_1.languageId`, `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.fallback_1.name`, `shipping_method.translation.name`, COALESCE(`shipping_method.translation.fallback_1.name`,`shipping_method.translation.name`,`shipping_method.translation.name`) as `shipping_method.name`, `shipping_method.translation.fallback_1.description`, `shipping_method.translation.description`, COALESCE(`shipping_method.translation.fallback_1.description`,`shipping_method.translation.description`,`shipping_method.translation.description`) as `shipping_method.description`, `shipping_method.translation.fallback_1.trackingUrl`, `shipping_method.translation.trackingUrl`, COALESCE(`shipping_method.translation.fallback_1.trackingUrl`,`shipping_method.translation.trackingUrl`,`shipping_method.translation.trackingUrl`) as `shipping_method.trackingUrl`, `shipping_method.translation.fallback_1.customFields`, `shipping_method.translation.customFields`, COALESCE(`shipping_method.translation.fallback_1.customFields`,`shipping_method.translation.customFields`,`shipping_method.translation.customFields`) as `shipping_method.customFields`, `shipping_method.translation.fallback_1.createdAt`, `shipping_method.translation.createdAt`, `shipping_method.translation.fallback_1.updatedAt`, `shipping_method.translation.updatedAt`, `shipping_method.translation.fallback_1.shippingMethodId`, `shipping_method.translation.shippingMethodId`, `shipping_method.translation.fallback_1.languageId`, `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`, `shipping_method.translation.fallback_1`.name as `shipping_method.translation.fallback_1.name`, `shipping_method.translation.fallback_1`.description as `shipping_method.translation.fallback_1.description`, `shipping_method.translation.fallback_1`.tracking_url as `shipping_method.translation.fallback_1.trackingUrl`, `shipping_method.translation.fallback_1`.custom_fields as `shipping_method.translation.fallback_1.customFields`, `shipping_method.translation.fallback_1`.created_at as `shipping_method.translation.fallback_1.createdAt`, `shipping_method.translation.fallback_1`.updated_at as `shipping_method.translation.fallback_1.updatedAt`, `shipping_method.translation.fallback_1`.shipping_method_id as `shipping_method.translation.fallback_1.shippingMethodId`, `shipping_method.translation.fallback_1`.language_id as `shipping_method.translation.fallback_1.languageId` FROM `shipping_method_translation` `shipping_method.translation` LEFT JOIN `shipping_method_translation` `shipping_method.translation.fallback_1` ON `shipping_method.translation`.`shipping_method_id` = `shipping_method.translation.fallback_1`.`shipping_method_id` AND `shipping_method.translation.fallback_1`.language_id = :languageId1 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`, `shipping_method.deliveryTime.translation.fallback_1`.name as `shipping_method.deliveryTime.translation.fallback_1.name`, `shipping_method.deliveryTime.translation.fallback_1`.custom_fields as `shipping_method.deliveryTime.translation.fallback_1.customFields`, `shipping_method.deliveryTime.translation.fallback_1`.created_at as `shipping_method.deliveryTime.translation.fallback_1.createdAt`, `shipping_method.deliveryTime.translation.fallback_1`.updated_at as `shipping_method.deliveryTime.translation.fallback_1.updatedAt`, `shipping_method.deliveryTime.translation.fallback_1`.delivery_time_id as `shipping_method.deliveryTime.translation.fallback_1.deliveryTimeId`, `shipping_method.deliveryTime.translation.fallback_1`.language_id as `shipping_method.deliveryTime.translation.fallback_1.languageId` FROM `delivery_time_translation` `shipping_method.deliveryTime.translation` LEFT JOIN `delivery_time_translation` `shipping_method.deliveryTime.translation.fallback_1` ON `shipping_method.deliveryTime.translation`.`delivery_time_id` = `shipping_method.deliveryTime.translation.fallback_1`.`delivery_time_id` AND `shipping_method.deliveryTime.translation.fallback_1`.language_id = :languageId1 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.fallback_1.name`,
`shipping_method.deliveryTime.translation.name`,
COALESCE(
`shipping_method.deliveryTime.translation.fallback_1.name`,
`shipping_method.deliveryTime.translation.name`,
`shipping_method.deliveryTime.translation.name`
) as `shipping_method.deliveryTime.name`,
`shipping_method.deliveryTime.translation.fallback_1.customFields`,
`shipping_method.deliveryTime.translation.customFields`,
COALESCE(
`shipping_method.deliveryTime.translation.fallback_1.customFields`,
`shipping_method.deliveryTime.translation.customFields`,
`shipping_method.deliveryTime.translation.customFields`
) as `shipping_method.deliveryTime.customFields`,
`shipping_method.deliveryTime.translation.fallback_1.createdAt`,
`shipping_method.deliveryTime.translation.createdAt`,
`shipping_method.deliveryTime.translation.fallback_1.updatedAt`,
`shipping_method.deliveryTime.translation.updatedAt`,
`shipping_method.deliveryTime.translation.fallback_1.deliveryTimeId`,
`shipping_method.deliveryTime.translation.deliveryTimeId`,
`shipping_method.deliveryTime.translation.fallback_1.languageId`,
`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.fallback_1.name`,
`shipping_method.translation.name`,
COALESCE(
`shipping_method.translation.fallback_1.name`,
`shipping_method.translation.name`,
`shipping_method.translation.name`
) as `shipping_method.name`,
`shipping_method.translation.fallback_1.description`,
`shipping_method.translation.description`,
COALESCE(
`shipping_method.translation.fallback_1.description`,
`shipping_method.translation.description`,
`shipping_method.translation.description`
) as `shipping_method.description`,
`shipping_method.translation.fallback_1.trackingUrl`,
`shipping_method.translation.trackingUrl`,
COALESCE(
`shipping_method.translation.fallback_1.trackingUrl`,
`shipping_method.translation.trackingUrl`,
`shipping_method.translation.trackingUrl`
) as `shipping_method.trackingUrl`,
`shipping_method.translation.fallback_1.customFields`,
`shipping_method.translation.customFields`,
COALESCE(
`shipping_method.translation.fallback_1.customFields`,
`shipping_method.translation.customFields`,
`shipping_method.translation.customFields`
) as `shipping_method.customFields`,
`shipping_method.translation.fallback_1.createdAt`,
`shipping_method.translation.createdAt`,
`shipping_method.translation.fallback_1.updatedAt`,
`shipping_method.translation.updatedAt`,
`shipping_method.translation.fallback_1.shippingMethodId`,
`shipping_method.translation.shippingMethodId`,
`shipping_method.translation.fallback_1.languageId`,
`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`,
`shipping_method.translation.fallback_1`.name as `shipping_method.translation.fallback_1.name`,
`shipping_method.translation.fallback_1`.description as `shipping_method.translation.fallback_1.description`,
`shipping_method.translation.fallback_1`.tracking_url as `shipping_method.translation.fallback_1.trackingUrl`,
`shipping_method.translation.fallback_1`.custom_fields as `shipping_method.translation.fallback_1.customFields`,
`shipping_method.translation.fallback_1`.created_at as `shipping_method.translation.fallback_1.createdAt`,
`shipping_method.translation.fallback_1`.updated_at as `shipping_method.translation.fallback_1.updatedAt`,
`shipping_method.translation.fallback_1`.shipping_method_id as `shipping_method.translation.fallback_1.shippingMethodId`,
`shipping_method.translation.fallback_1`.language_id as `shipping_method.translation.fallback_1.languageId`
FROM
`shipping_method_translation` `shipping_method.translation`
LEFT JOIN `shipping_method_translation` `shipping_method.translation.fallback_1` ON `shipping_method.translation`.`shipping_method_id` = `shipping_method.translation.fallback_1`.`shipping_method_id`
AND `shipping_method.translation.fallback_1`.language_id = : languageId1
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`,
`shipping_method.deliveryTime.translation.fallback_1`.name as `shipping_method.deliveryTime.translation.fallback_1.name`,
`shipping_method.deliveryTime.translation.fallback_1`.custom_fields as `shipping_method.deliveryTime.translation.fallback_1.customFields`,
`shipping_method.deliveryTime.translation.fallback_1`.created_at as `shipping_method.deliveryTime.translation.fallback_1.createdAt`,
`shipping_method.deliveryTime.translation.fallback_1`.updated_at as `shipping_method.deliveryTime.translation.fallback_1.updatedAt`,
`shipping_method.deliveryTime.translation.fallback_1`.delivery_time_id as `shipping_method.deliveryTime.translation.fallback_1.deliveryTimeId`,
`shipping_method.deliveryTime.translation.fallback_1`.language_id as `shipping_method.deliveryTime.translation.fallback_1.languageId`
FROM
`delivery_time_translation` `shipping_method.deliveryTime.translation`
LEFT JOIN `delivery_time_translation` `shipping_method.deliveryTime.translation.fallback_1` ON `shipping_method.deliveryTime.translation`.`delivery_time_id` = `shipping_method.deliveryTime.translation.fallback_1`.`delivery_time_id`
AND `shipping_method.deliveryTime.translation.fallback_1`.language_id = : languageId1
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.fallback_1.name`, `shipping_method.deliveryTime.translation.name`, COALESCE(`shipping_method.deliveryTime.translation.fallback_1.name`,`shipping_method.deliveryTime.translation.name`,`shipping_method.deliveryTime.translation.name`) as `shipping_method.deliveryTime.name`, `shipping_method.deliveryTime.translation.fallback_1.customFields`, `shipping_method.deliveryTime.translation.customFields`, COALESCE(`shipping_method.deliveryTime.translation.fallback_1.customFields`,`shipping_method.deliveryTime.translation.customFields`,`shipping_method.deliveryTime.translation.customFields`) as `shipping_method.deliveryTime.customFields`, `shipping_method.deliveryTime.translation.fallback_1.createdAt`, `shipping_method.deliveryTime.translation.createdAt`, `shipping_method.deliveryTime.translation.fallback_1.updatedAt`, `shipping_method.deliveryTime.translation.updatedAt`, `shipping_method.deliveryTime.translation.fallback_1.deliveryTimeId`, `shipping_method.deliveryTime.translation.deliveryTimeId`, `shipping_method.deliveryTime.translation.fallback_1.languageId`, `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.fallback_1.name`, `shipping_method.translation.name`, COALESCE(`shipping_method.translation.fallback_1.name`,`shipping_method.translation.name`,`shipping_method.translation.name`) as `shipping_method.name`, `shipping_method.translation.fallback_1.description`, `shipping_method.translation.description`, COALESCE(`shipping_method.translation.fallback_1.description`,`shipping_method.translation.description`,`shipping_method.translation.description`) as `shipping_method.description`, `shipping_method.translation.fallback_1.trackingUrl`, `shipping_method.translation.trackingUrl`, COALESCE(`shipping_method.translation.fallback_1.trackingUrl`,`shipping_method.translation.trackingUrl`,`shipping_method.translation.trackingUrl`) as `shipping_method.trackingUrl`, `shipping_method.translation.fallback_1.customFields`, `shipping_method.translation.customFields`, COALESCE(`shipping_method.translation.fallback_1.customFields`,`shipping_method.translation.customFields`,`shipping_method.translation.customFields`) as `shipping_method.customFields`, `shipping_method.translation.fallback_1.createdAt`, `shipping_method.translation.createdAt`, `shipping_method.translation.fallback_1.updatedAt`, `shipping_method.translation.updatedAt`, `shipping_method.translation.fallback_1.shippingMethodId`, `shipping_method.translation.shippingMethodId`, `shipping_method.translation.fallback_1.languageId`, `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`, `shipping_method.translation.fallback_1`.name as `shipping_method.translation.fallback_1.name`, `shipping_method.translation.fallback_1`.description as `shipping_method.translation.fallback_1.description`, `shipping_method.translation.fallback_1`.tracking_url as `shipping_method.translation.fallback_1.trackingUrl`, `shipping_method.translation.fallback_1`.custom_fields as `shipping_method.translation.fallback_1.customFields`, `shipping_method.translation.fallback_1`.created_at as `shipping_method.translation.fallback_1.createdAt`, `shipping_method.translation.fallback_1`.updated_at as `shipping_method.translation.fallback_1.updatedAt`, `shipping_method.translation.fallback_1`.shipping_method_id as `shipping_method.translation.fallback_1.shippingMethodId`, `shipping_method.translation.fallback_1`.language_id as `shipping_method.translation.fallback_1.languageId` FROM `shipping_method_translation` `shipping_method.translation` LEFT JOIN `shipping_method_translation` `shipping_method.translation.fallback_1` ON `shipping_method.translation`.`shipping_method_id` = `shipping_method.translation.fallback_1`.`shipping_method_id` AND `shipping_method.translation.fallback_1`.language_id = 0x76393D0A5F754C5A80FB3EC7B3B3DB05 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`, `shipping_method.deliveryTime.translation.fallback_1`.name as `shipping_method.deliveryTime.translation.fallback_1.name`, `shipping_method.deliveryTime.translation.fallback_1`.custom_fields as `shipping_method.deliveryTime.translation.fallback_1.customFields`, `shipping_method.deliveryTime.translation.fallback_1`.created_at as `shipping_method.deliveryTime.translation.fallback_1.createdAt`, `shipping_method.deliveryTime.translation.fallback_1`.updated_at as `shipping_method.deliveryTime.translation.fallback_1.updatedAt`, `shipping_method.deliveryTime.translation.fallback_1`.delivery_time_id as `shipping_method.deliveryTime.translation.fallback_1.deliveryTimeId`, `shipping_method.deliveryTime.translation.fallback_1`.language_id as `shipping_method.deliveryTime.translation.fallback_1.languageId` FROM `delivery_time_translation` `shipping_method.deliveryTime.translation` LEFT JOIN `delivery_time_translation` `shipping_method.deliveryTime.translation.fallback_1` ON `shipping_method.deliveryTime.translation`.`delivery_time_id` = `shipping_method.deliveryTime.translation.fallback_1`.`delivery_time_id` AND `shipping_method.deliveryTime.translation.fallback_1`.language_id = 0x76393D0A5F754C5A80FB3EC7B3B3DB05 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 (0xEBCEC0A73D304D3F8A0943D20B759480);
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 479)"
40 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 452)"
41 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 346)"
42 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 224)"
43 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
44 => "Shopware\Core\HttpKernel::doHandle (line 81)"
45 => "Shopware\Core\HttpKernel::handle (line 85)"
]
|
| 28 |
0.10 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_3b7b525bedaa439198c961a81e7b3272))
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 (0xEBCEC0A73D304D3F8A0943D20B759480));
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 479)"
44 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 452)"
45 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 346)"
46 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 224)"
47 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
48 => "Shopware\Core\HttpKernel::doHandle (line 81)"
49 => "Shopware\Core\HttpKernel::handle (line 85)"
]
|
| 29 |
0.35 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_d6aa17e374c4401aaeed9d5d5a58cd0b)
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_d6aa17e374c4401aaeed9d5d5a58cd0b
)
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 479)"
40 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 452)"
41 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 346)"
42 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 224)"
43 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
44 => "Shopware\Core\HttpKernel::doHandle (line 81)"
45 => "Shopware\Core\HttpKernel::handle (line 85)"
]
|
| 30 |
0.07 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 479)"
30 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 452)"
31 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 346)"
32 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 224)"
33 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
34 => "Shopware\Core\HttpKernel::doHandle (line 81)"
35 => "Shopware\Core\HttpKernel::handle (line 85)"
]
|
| 31 |
0.06 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 479)"
30 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 452)"
31 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 346)"
32 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 224)"
33 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
34 => "Shopware\Core\HttpKernel::doHandle (line 81)"
35 => "Shopware\Core\HttpKernel::handle (line 85)"
]
|
| 32 |
0.09 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_a9deaf28fa184aa082002c088bcb9b5f)) 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` = 0x2A890AB6DB354C85ACB515DE08A234DC)) AND (`country`.`id` IN (0xD3ABD361147441D3B04E8FCD451A459E)) 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 479)"
34 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 452)"
35 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 346)"
36 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 224)"
37 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
38 => "Shopware\Core\HttpKernel::doHandle (line 81)"
39 => "Shopware\Core\HttpKernel::handle (line 85)"
]
|
| 33 |
0.33 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_a2805e77dc8847c39011bacd59a2770a)
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_a2805e77dc8847c39011bacd59a2770a
)
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 479)"
40 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 452)"
41 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 346)"
42 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 224)"
43 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
44 => "Shopware\Core\HttpKernel::doHandle (line 81)"
45 => "Shopware\Core\HttpKernel::handle (line 85)"
]
|
| 34 |
0.06 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 479)"
30 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 452)"
31 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 346)"
32 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 224)"
33 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
34 => "Shopware\Core\HttpKernel::doHandle (line 81)"
35 => "Shopware\Core\HttpKernel::handle (line 85)"
]
|
| 35 |
0.07 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 479)"
30 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 452)"
31 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 346)"
32 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 224)"
33 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
34 => "Shopware\Core\HttpKernel::doHandle (line 81)"
35 => "Shopware\Core\HttpKernel::handle (line 85)"
]
|
| 36 |
0.10 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_888f5f29902e460b95dcb67a51fc7706 AND `language.salesChannels`.`id` = :param_bea4911bbbd24fd1a9569f35a931f8e3) 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` = 0x2A890AB6DB354C85ACB515DE08A234DC AND `language.salesChannels`.`id` = 0x2A890AB6DB354C85ACB515DE08A234DC) 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 60)"
27 => "Shopware\Storefront\Page\Navigation\NavigationPageLoader::load (line 48)"
28 => "Shopware\Storefront\Controller\NavigationController::home (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 479)"
33 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 452)"
34 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 346)"
35 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 224)"
36 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
37 => "Shopware\Core\HttpKernel::doHandle (line 81)"
38 => "Shopware\Core\HttpKernel::handle (line 85)"
]
|
| 37 |
0.73 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.fallback_1.name`, `language.translationCode.translation.name`, COALESCE(`language.translationCode.translation.fallback_1.name`,`language.translationCode.translation.name`,`language.translationCode.translation.name`) as `language.translationCode.name`, `language.translationCode.translation.fallback_1.territory`, `language.translationCode.translation.territory`, COALESCE(`language.translationCode.translation.fallback_1.territory`,`language.translationCode.translation.territory`,`language.translationCode.translation.territory`) as `language.translationCode.territory`, `language.translationCode.translation.fallback_1.customFields`, `language.translationCode.translation.customFields`, COALESCE(`language.translationCode.translation.fallback_1.customFields`,`language.translationCode.translation.customFields`,`language.translationCode.translation.customFields`) as `language.translationCode.customFields`, `language.translationCode.translation.fallback_1.createdAt`, `language.translationCode.translation.createdAt`, `language.translationCode.translation.fallback_1.updatedAt`, `language.translationCode.translation.updatedAt`, `language.translationCode.translation.fallback_1.localeId`, `language.translationCode.translation.localeId`, `language.translationCode.translation.fallback_1.languageId`, `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`, `language.translationCode.translation.fallback_1`.name as `language.translationCode.translation.fallback_1.name`, `language.translationCode.translation.fallback_1`.territory as `language.translationCode.translation.fallback_1.territory`, `language.translationCode.translation.fallback_1`.custom_fields as `language.translationCode.translation.fallback_1.customFields`, `language.translationCode.translation.fallback_1`.created_at as `language.translationCode.translation.fallback_1.createdAt`, `language.translationCode.translation.fallback_1`.updated_at as `language.translationCode.translation.fallback_1.updatedAt`, `language.translationCode.translation.fallback_1`.locale_id as `language.translationCode.translation.fallback_1.localeId`, `language.translationCode.translation.fallback_1`.language_id as `language.translationCode.translation.fallback_1.languageId` FROM `locale_translation` `language.translationCode.translation` LEFT JOIN `locale_translation` `language.translationCode.translation.fallback_1` ON `language.translationCode.translation`.`locale_id` = `language.translationCode.translation.fallback_1`.`locale_id` AND `language.translationCode.translation.fallback_1`.language_id = :languageId1 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.fallback_1.name`,
`language.translationCode.translation.name`,
COALESCE(
`language.translationCode.translation.fallback_1.name`,
`language.translationCode.translation.name`,
`language.translationCode.translation.name`
) as `language.translationCode.name`,
`language.translationCode.translation.fallback_1.territory`,
`language.translationCode.translation.territory`,
COALESCE(
`language.translationCode.translation.fallback_1.territory`,
`language.translationCode.translation.territory`,
`language.translationCode.translation.territory`
) as `language.translationCode.territory`,
`language.translationCode.translation.fallback_1.customFields`,
`language.translationCode.translation.customFields`,
COALESCE(
`language.translationCode.translation.fallback_1.customFields`,
`language.translationCode.translation.customFields`,
`language.translationCode.translation.customFields`
) as `language.translationCode.customFields`,
`language.translationCode.translation.fallback_1.createdAt`,
`language.translationCode.translation.createdAt`,
`language.translationCode.translation.fallback_1.updatedAt`,
`language.translationCode.translation.updatedAt`,
`language.translationCode.translation.fallback_1.localeId`,
`language.translationCode.translation.localeId`,
`language.translationCode.translation.fallback_1.languageId`,
`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`,
`language.translationCode.translation.fallback_1`.name as `language.translationCode.translation.fallback_1.name`,
`language.translationCode.translation.fallback_1`.territory as `language.translationCode.translation.fallback_1.territory`,
`language.translationCode.translation.fallback_1`.custom_fields as `language.translationCode.translation.fallback_1.customFields`,
`language.translationCode.translation.fallback_1`.created_at as `language.translationCode.translation.fallback_1.createdAt`,
`language.translationCode.translation.fallback_1`.updated_at as `language.translationCode.translation.fallback_1.updatedAt`,
`language.translationCode.translation.fallback_1`.locale_id as `language.translationCode.translation.fallback_1.localeId`,
`language.translationCode.translation.fallback_1`.language_id as `language.translationCode.translation.fallback_1.languageId`
FROM
`locale_translation` `language.translationCode.translation`
LEFT JOIN `locale_translation` `language.translationCode.translation.fallback_1` ON `language.translationCode.translation`.`locale_id` = `language.translationCode.translation.fallback_1`.`locale_id`
AND `language.translationCode.translation.fallback_1`.language_id = : languageId1
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.fallback_1.name`, `language.translationCode.translation.name`, COALESCE(`language.translationCode.translation.fallback_1.name`,`language.translationCode.translation.name`,`language.translationCode.translation.name`) as `language.translationCode.name`, `language.translationCode.translation.fallback_1.territory`, `language.translationCode.translation.territory`, COALESCE(`language.translationCode.translation.fallback_1.territory`,`language.translationCode.translation.territory`,`language.translationCode.translation.territory`) as `language.translationCode.territory`, `language.translationCode.translation.fallback_1.customFields`, `language.translationCode.translation.customFields`, COALESCE(`language.translationCode.translation.fallback_1.customFields`,`language.translationCode.translation.customFields`,`language.translationCode.translation.customFields`) as `language.translationCode.customFields`, `language.translationCode.translation.fallback_1.createdAt`, `language.translationCode.translation.createdAt`, `language.translationCode.translation.fallback_1.updatedAt`, `language.translationCode.translation.updatedAt`, `language.translationCode.translation.fallback_1.localeId`, `language.translationCode.translation.localeId`, `language.translationCode.translation.fallback_1.languageId`, `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`, `language.translationCode.translation.fallback_1`.name as `language.translationCode.translation.fallback_1.name`, `language.translationCode.translation.fallback_1`.territory as `language.translationCode.translation.fallback_1.territory`, `language.translationCode.translation.fallback_1`.custom_fields as `language.translationCode.translation.fallback_1.customFields`, `language.translationCode.translation.fallback_1`.created_at as `language.translationCode.translation.fallback_1.createdAt`, `language.translationCode.translation.fallback_1`.updated_at as `language.translationCode.translation.fallback_1.updatedAt`, `language.translationCode.translation.fallback_1`.locale_id as `language.translationCode.translation.fallback_1.localeId`, `language.translationCode.translation.fallback_1`.language_id as `language.translationCode.translation.fallback_1.languageId` FROM `locale_translation` `language.translationCode.translation` LEFT JOIN `locale_translation` `language.translationCode.translation.fallback_1` ON `language.translationCode.translation`.`locale_id` = `language.translationCode.translation.fallback_1`.`locale_id` AND `language.translationCode.translation.fallback_1`.language_id = 0x76393D0A5F754C5A80FB3EC7B3B3DB05 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 (0x12DC5F4E0AD44A2BBFDAFEBB846879C8, 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B, 0x76393D0A5F754C5A80FB3EC7B3B3DB05, 0x861702F6A79C4B64B0631A7E7E5F1A5F, 0x51035979E4DE43B3B1024BCF24802438);
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 60)"
28 => "Shopware\Storefront\Page\Navigation\NavigationPageLoader::load (line 48)"
29 => "Shopware\Storefront\Controller\NavigationController::home (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 479)"
34 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 452)"
35 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 346)"
36 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 224)"
37 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
38 => "Shopware\Core\HttpKernel::doHandle (line 81)"
39 => "Shopware\Core\HttpKernel::handle (line 85)"
]
|
| 38 |
0.09 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` = 0x8F60E1E3E13E417DA04B9B94F71586EB OR `parent_id` = 0x8F60E1E3E13E417DA04B9B94F71586EB OR `id` = 0x8F60E1E3E13E417DA04B9B94F71586EB
;
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 60)"
28 => "Shopware\Storefront\Page\Navigation\NavigationPageLoader::load (line 48)"
29 => "Shopware\Storefront\Controller\NavigationController::home (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 479)"
34 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 452)"
35 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 346)"
36 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 224)"
37 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
38 => "Shopware\Core\HttpKernel::doHandle (line 81)"
39 => "Shopware\Core\HttpKernel::handle (line 85)"
]
|
| 39 |
2.31 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.fallback_1.title`, `category.media.translation.title`, COALESCE(`category.media.translation.fallback_1.title`,`category.media.translation.title`,`category.media.translation.title`) as `category.media.title`, `category.media.translation.fallback_1.alt`, `category.media.translation.alt`, COALESCE(`category.media.translation.fallback_1.alt`,`category.media.translation.alt`,`category.media.translation.alt`) as `category.media.alt`, `category.media.translation.fallback_1.customFields`, `category.media.translation.customFields`, COALESCE(`category.media.translation.fallback_1.customFields`,`category.media.translation.customFields`,`category.media.translation.customFields`) as `category.media.customFields`, `category.media.translation.fallback_1.createdAt`, `category.media.translation.createdAt`, `category.media.translation.fallback_1.updatedAt`, `category.media.translation.updatedAt`, `category.media.translation.fallback_1.mediaId`, `category.media.translation.mediaId`, `category.media.translation.fallback_1.languageId`, `category.media.translation.languageId`, `category.translation.fallback_1.name`, `category.translation.name`, COALESCE(`category.translation.fallback_1.name`,`category.translation.name`,`category.translation.name`) as `category.name`, `category.translation.fallback_1.breadcrumb`, `category.translation.breadcrumb`, COALESCE(`category.translation.fallback_1.breadcrumb`,`category.translation.breadcrumb`,`category.translation.breadcrumb`) as `category.breadcrumb`, `category.translation.fallback_1.slotConfig`, `category.translation.slotConfig`, COALESCE(`category.translation.fallback_1.slotConfig`,`category.translation.slotConfig`,`category.translation.slotConfig`) as `category.slotConfig`, `category.translation.fallback_1.linkType`, `category.translation.linkType`, COALESCE(`category.translation.fallback_1.linkType`,`category.translation.linkType`,`category.translation.linkType`) as `category.linkType`, `category.translation.fallback_1.internalLink`, `category.translation.internalLink`, COALESCE(`category.translation.fallback_1.internalLink`,`category.translation.internalLink`,`category.translation.internalLink`) as `category.internalLink`, `category.translation.fallback_1.externalLink`, `category.translation.externalLink`, COALESCE(`category.translation.fallback_1.externalLink`,`category.translation.externalLink`,`category.translation.externalLink`) as `category.externalLink`, `category.translation.fallback_1.linkNewTab`, `category.translation.linkNewTab`, COALESCE(`category.translation.fallback_1.linkNewTab`,`category.translation.linkNewTab`,`category.translation.linkNewTab`) as `category.linkNewTab`, `category.translation.fallback_1.description`, `category.translation.description`, COALESCE(`category.translation.fallback_1.description`,`category.translation.description`,`category.translation.description`) as `category.description`, `category.translation.fallback_1.metaTitle`, `category.translation.metaTitle`, COALESCE(`category.translation.fallback_1.metaTitle`,`category.translation.metaTitle`,`category.translation.metaTitle`) as `category.metaTitle`, `category.translation.fallback_1.metaDescription`, `category.translation.metaDescription`, COALESCE(`category.translation.fallback_1.metaDescription`,`category.translation.metaDescription`,`category.translation.metaDescription`) as `category.metaDescription`, `category.translation.fallback_1.keywords`, `category.translation.keywords`, COALESCE(`category.translation.fallback_1.keywords`,`category.translation.keywords`,`category.translation.keywords`) as `category.keywords`, `category.translation.fallback_1.customFields`, `category.translation.customFields`, COALESCE(`category.translation.fallback_1.customFields`,`category.translation.customFields`,`category.translation.customFields`) as `category.customFields`, `category.translation.fallback_1.createdAt`, `category.translation.createdAt`, `category.translation.fallback_1.updatedAt`, `category.translation.updatedAt`, `category.translation.fallback_1.categoryId`, `category.translation.categoryId`, `category.translation.fallback_1.languageId`, `category.translation.languageId`, `category.translation.fallback_1.categoryVersionId`, `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`, `category.translation.fallback_1`.name as `category.translation.fallback_1.name`, `category.translation.fallback_1`.breadcrumb as `category.translation.fallback_1.breadcrumb`, `category.translation.fallback_1`.slot_config as `category.translation.fallback_1.slotConfig`, `category.translation.fallback_1`.link_type as `category.translation.fallback_1.linkType`, `category.translation.fallback_1`.internal_link as `category.translation.fallback_1.internalLink`, `category.translation.fallback_1`.external_link as `category.translation.fallback_1.externalLink`, `category.translation.fallback_1`.link_new_tab as `category.translation.fallback_1.linkNewTab`, `category.translation.fallback_1`.description as `category.translation.fallback_1.description`, `category.translation.fallback_1`.meta_title as `category.translation.fallback_1.metaTitle`, `category.translation.fallback_1`.meta_description as `category.translation.fallback_1.metaDescription`, `category.translation.fallback_1`.keywords as `category.translation.fallback_1.keywords`, `category.translation.fallback_1`.custom_fields as `category.translation.fallback_1.customFields`, `category.translation.fallback_1`.created_at as `category.translation.fallback_1.createdAt`, `category.translation.fallback_1`.updated_at as `category.translation.fallback_1.updatedAt`, `category.translation.fallback_1`.category_id as `category.translation.fallback_1.categoryId`, `category.translation.fallback_1`.language_id as `category.translation.fallback_1.languageId`, `category.translation.fallback_1`.category_version_id as `category.translation.fallback_1.categoryVersionId` FROM `category_translation` `category.translation` LEFT JOIN `category_translation` `category.translation.fallback_1` ON `category.translation`.`category_id` = `category.translation.fallback_1`.`category_id` AND `category.translation.fallback_1`.language_id = :languageId1 AND `category.translation`.category_version_id = `category.translation.fallback_1`.category_version_id 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`, `category.media.translation.fallback_1`.title as `category.media.translation.fallback_1.title`, `category.media.translation.fallback_1`.alt as `category.media.translation.fallback_1.alt`, `category.media.translation.fallback_1`.custom_fields as `category.media.translation.fallback_1.customFields`, `category.media.translation.fallback_1`.created_at as `category.media.translation.fallback_1.createdAt`, `category.media.translation.fallback_1`.updated_at as `category.media.translation.fallback_1.updatedAt`, `category.media.translation.fallback_1`.media_id as `category.media.translation.fallback_1.mediaId`, `category.media.translation.fallback_1`.language_id as `category.media.translation.fallback_1.languageId` FROM `media_translation` `category.media.translation` LEFT JOIN `media_translation` `category.media.translation.fallback_1` ON `category.media.translation`.`media_id` = `category.media.translation.fallback_1`.`media_id` AND `category.media.translation.fallback_1`.language_id = :languageId1 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_5a94926c76e148bba10de1d729be6727 AND (`category`.`level` > :param_39bce5d73afd4658ac01422cce8b2a36 AND `category`.`level` <= :param_aaa883bb9fb440198c5e957f548c3031)))
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.fallback_1.title`,
`category.media.translation.title`,
COALESCE(
`category.media.translation.fallback_1.title`,
`category.media.translation.title`,
`category.media.translation.title`
) as `category.media.title`,
`category.media.translation.fallback_1.alt`,
`category.media.translation.alt`,
COALESCE(
`category.media.translation.fallback_1.alt`,
`category.media.translation.alt`,
`category.media.translation.alt`
) as `category.media.alt`,
`category.media.translation.fallback_1.customFields`,
`category.media.translation.customFields`,
COALESCE(
`category.media.translation.fallback_1.customFields`,
`category.media.translation.customFields`,
`category.media.translation.customFields`
) as `category.media.customFields`,
`category.media.translation.fallback_1.createdAt`,
`category.media.translation.createdAt`,
`category.media.translation.fallback_1.updatedAt`,
`category.media.translation.updatedAt`,
`category.media.translation.fallback_1.mediaId`,
`category.media.translation.mediaId`,
`category.media.translation.fallback_1.languageId`,
`category.media.translation.languageId`,
`category.translation.fallback_1.name`,
`category.translation.name`,
COALESCE(
`category.translation.fallback_1.name`,
`category.translation.name`, `category.translation.name`
) as `category.name`,
`category.translation.fallback_1.breadcrumb`,
`category.translation.breadcrumb`,
COALESCE(
`category.translation.fallback_1.breadcrumb`,
`category.translation.breadcrumb`,
`category.translation.breadcrumb`
) as `category.breadcrumb`,
`category.translation.fallback_1.slotConfig`,
`category.translation.slotConfig`,
COALESCE(
`category.translation.fallback_1.slotConfig`,
`category.translation.slotConfig`,
`category.translation.slotConfig`
) as `category.slotConfig`,
`category.translation.fallback_1.linkType`,
`category.translation.linkType`,
COALESCE(
`category.translation.fallback_1.linkType`,
`category.translation.linkType`,
`category.translation.linkType`
) as `category.linkType`,
`category.translation.fallback_1.internalLink`,
`category.translation.internalLink`,
COALESCE(
`category.translation.fallback_1.internalLink`,
`category.translation.internalLink`,
`category.translation.internalLink`
) as `category.internalLink`,
`category.translation.fallback_1.externalLink`,
`category.translation.externalLink`,
COALESCE(
`category.translation.fallback_1.externalLink`,
`category.translation.externalLink`,
`category.translation.externalLink`
) as `category.externalLink`,
`category.translation.fallback_1.linkNewTab`,
`category.translation.linkNewTab`,
COALESCE(
`category.translation.fallback_1.linkNewTab`,
`category.translation.linkNewTab`,
`category.translation.linkNewTab`
) as `category.linkNewTab`,
`category.translation.fallback_1.description`,
`category.translation.description`,
COALESCE(
`category.translation.fallback_1.description`,
`category.translation.description`,
`category.translation.description`
) as `category.description`,
`category.translation.fallback_1.metaTitle`,
`category.translation.metaTitle`,
COALESCE(
`category.translation.fallback_1.metaTitle`,
`category.translation.metaTitle`,
`category.translation.metaTitle`
) as `category.metaTitle`,
`category.translation.fallback_1.metaDescription`,
`category.translation.metaDescription`,
COALESCE(
`category.translation.fallback_1.metaDescription`,
`category.translation.metaDescription`,
`category.translation.metaDescription`
) as `category.metaDescription`,
`category.translation.fallback_1.keywords`,
`category.translation.keywords`,
COALESCE(
`category.translation.fallback_1.keywords`,
`category.translation.keywords`,
`category.translation.keywords`
) as `category.keywords`,
`category.translation.fallback_1.customFields`,
`category.translation.customFields`,
COALESCE(
`category.translation.fallback_1.customFields`,
`category.translation.customFields`,
`category.translation.customFields`
) as `category.customFields`,
`category.translation.fallback_1.createdAt`,
`category.translation.createdAt`,
`category.translation.fallback_1.updatedAt`,
`category.translation.updatedAt`,
`category.translation.fallback_1.categoryId`,
`category.translation.categoryId`,
`category.translation.fallback_1.languageId`,
`category.translation.languageId`,
`category.translation.fallback_1.categoryVersionId`,
`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`,
`category.translation.fallback_1`.name as `category.translation.fallback_1.name`,
`category.translation.fallback_1`.breadcrumb as `category.translation.fallback_1.breadcrumb`,
`category.translation.fallback_1`.slot_config as `category.translation.fallback_1.slotConfig`,
`category.translation.fallback_1`.link_type as `category.translation.fallback_1.linkType`,
`category.translation.fallback_1`.internal_link as `category.translation.fallback_1.internalLink`,
`category.translation.fallback_1`.external_link as `category.translation.fallback_1.externalLink`,
`category.translation.fallback_1`.link_new_tab as `category.translation.fallback_1.linkNewTab`,
`category.translation.fallback_1`.description as `category.translation.fallback_1.description`,
`category.translation.fallback_1`.meta_title as `category.translation.fallback_1.metaTitle`,
`category.translation.fallback_1`.meta_description as `category.translation.fallback_1.metaDescription`,
`category.translation.fallback_1`.keywords as `category.translation.fallback_1.keywords`,
`category.translation.fallback_1`.custom_fields as `category.translation.fallback_1.customFields`,
`category.translation.fallback_1`.created_at as `category.translation.fallback_1.createdAt`,
`category.translation.fallback_1`.updated_at as `category.translation.fallback_1.updatedAt`,
`category.translation.fallback_1`.category_id as `category.translation.fallback_1.categoryId`,
`category.translation.fallback_1`.language_id as `category.translation.fallback_1.languageId`,
`category.translation.fallback_1`.category_version_id as `category.translation.fallback_1.categoryVersionId`
FROM
`category_translation` `category.translation`
LEFT JOIN `category_translation` `category.translation.fallback_1` ON `category.translation`.`category_id` = `category.translation.fallback_1`.`category_id`
AND `category.translation.fallback_1`.language_id = : languageId1
AND `category.translation`.category_version_id = `category.translation.fallback_1`.category_version_id
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`,
`category.media.translation.fallback_1`.title as `category.media.translation.fallback_1.title`,
`category.media.translation.fallback_1`.alt as `category.media.translation.fallback_1.alt`,
`category.media.translation.fallback_1`.custom_fields as `category.media.translation.fallback_1.customFields`,
`category.media.translation.fallback_1`.created_at as `category.media.translation.fallback_1.createdAt`,
`category.media.translation.fallback_1`.updated_at as `category.media.translation.fallback_1.updatedAt`,
`category.media.translation.fallback_1`.media_id as `category.media.translation.fallback_1.mediaId`,
`category.media.translation.fallback_1`.language_id as `category.media.translation.fallback_1.languageId`
FROM
`media_translation` `category.media.translation`
LEFT JOIN `media_translation` `category.media.translation.fallback_1` ON `category.media.translation`.`media_id` = `category.media.translation.fallback_1`.`media_id`
AND `category.media.translation.fallback_1`.language_id = : languageId1
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_5a94926c76e148bba10de1d729be6727
AND (
`category`.`level` > : param_39bce5d73afd4658ac01422cce8b2a36
AND `category`.`level` <= : param_aaa883bb9fb440198c5e957f548c3031
)
)
)
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.fallback_1.title`, `category.media.translation.title`, COALESCE(`category.media.translation.fallback_1.title`,`category.media.translation.title`,`category.media.translation.title`) as `category.media.title`, `category.media.translation.fallback_1.alt`, `category.media.translation.alt`, COALESCE(`category.media.translation.fallback_1.alt`,`category.media.translation.alt`,`category.media.translation.alt`) as `category.media.alt`, `category.media.translation.fallback_1.customFields`, `category.media.translation.customFields`, COALESCE(`category.media.translation.fallback_1.customFields`,`category.media.translation.customFields`,`category.media.translation.customFields`) as `category.media.customFields`, `category.media.translation.fallback_1.createdAt`, `category.media.translation.createdAt`, `category.media.translation.fallback_1.updatedAt`, `category.media.translation.updatedAt`, `category.media.translation.fallback_1.mediaId`, `category.media.translation.mediaId`, `category.media.translation.fallback_1.languageId`, `category.media.translation.languageId`, `category.translation.fallback_1.name`, `category.translation.name`, COALESCE(`category.translation.fallback_1.name`,`category.translation.name`,`category.translation.name`) as `category.name`, `category.translation.fallback_1.breadcrumb`, `category.translation.breadcrumb`, COALESCE(`category.translation.fallback_1.breadcrumb`,`category.translation.breadcrumb`,`category.translation.breadcrumb`) as `category.breadcrumb`, `category.translation.fallback_1.slotConfig`, `category.translation.slotConfig`, COALESCE(`category.translation.fallback_1.slotConfig`,`category.translation.slotConfig`,`category.translation.slotConfig`) as `category.slotConfig`, `category.translation.fallback_1.linkType`, `category.translation.linkType`, COALESCE(`category.translation.fallback_1.linkType`,`category.translation.linkType`,`category.translation.linkType`) as `category.linkType`, `category.translation.fallback_1.internalLink`, `category.translation.internalLink`, COALESCE(`category.translation.fallback_1.internalLink`,`category.translation.internalLink`,`category.translation.internalLink`) as `category.internalLink`, `category.translation.fallback_1.externalLink`, `category.translation.externalLink`, COALESCE(`category.translation.fallback_1.externalLink`,`category.translation.externalLink`,`category.translation.externalLink`) as `category.externalLink`, `category.translation.fallback_1.linkNewTab`, `category.translation.linkNewTab`, COALESCE(`category.translation.fallback_1.linkNewTab`,`category.translation.linkNewTab`,`category.translation.linkNewTab`) as `category.linkNewTab`, `category.translation.fallback_1.description`, `category.translation.description`, COALESCE(`category.translation.fallback_1.description`,`category.translation.description`,`category.translation.description`) as `category.description`, `category.translation.fallback_1.metaTitle`, `category.translation.metaTitle`, COALESCE(`category.translation.fallback_1.metaTitle`,`category.translation.metaTitle`,`category.translation.metaTitle`) as `category.metaTitle`, `category.translation.fallback_1.metaDescription`, `category.translation.metaDescription`, COALESCE(`category.translation.fallback_1.metaDescription`,`category.translation.metaDescription`,`category.translation.metaDescription`) as `category.metaDescription`, `category.translation.fallback_1.keywords`, `category.translation.keywords`, COALESCE(`category.translation.fallback_1.keywords`,`category.translation.keywords`,`category.translation.keywords`) as `category.keywords`, `category.translation.fallback_1.customFields`, `category.translation.customFields`, COALESCE(`category.translation.fallback_1.customFields`,`category.translation.customFields`,`category.translation.customFields`) as `category.customFields`, `category.translation.fallback_1.createdAt`, `category.translation.createdAt`, `category.translation.fallback_1.updatedAt`, `category.translation.updatedAt`, `category.translation.fallback_1.categoryId`, `category.translation.categoryId`, `category.translation.fallback_1.languageId`, `category.translation.languageId`, `category.translation.fallback_1.categoryVersionId`, `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`, `category.translation.fallback_1`.name as `category.translation.fallback_1.name`, `category.translation.fallback_1`.breadcrumb as `category.translation.fallback_1.breadcrumb`, `category.translation.fallback_1`.slot_config as `category.translation.fallback_1.slotConfig`, `category.translation.fallback_1`.link_type as `category.translation.fallback_1.linkType`, `category.translation.fallback_1`.internal_link as `category.translation.fallback_1.internalLink`, `category.translation.fallback_1`.external_link as `category.translation.fallback_1.externalLink`, `category.translation.fallback_1`.link_new_tab as `category.translation.fallback_1.linkNewTab`, `category.translation.fallback_1`.description as `category.translation.fallback_1.description`, `category.translation.fallback_1`.meta_title as `category.translation.fallback_1.metaTitle`, `category.translation.fallback_1`.meta_description as `category.translation.fallback_1.metaDescription`, `category.translation.fallback_1`.keywords as `category.translation.fallback_1.keywords`, `category.translation.fallback_1`.custom_fields as `category.translation.fallback_1.customFields`, `category.translation.fallback_1`.created_at as `category.translation.fallback_1.createdAt`, `category.translation.fallback_1`.updated_at as `category.translation.fallback_1.updatedAt`, `category.translation.fallback_1`.category_id as `category.translation.fallback_1.categoryId`, `category.translation.fallback_1`.language_id as `category.translation.fallback_1.languageId`, `category.translation.fallback_1`.category_version_id as `category.translation.fallback_1.categoryVersionId` FROM `category_translation` `category.translation` LEFT JOIN `category_translation` `category.translation.fallback_1` ON `category.translation`.`category_id` = `category.translation.fallback_1`.`category_id` AND `category.translation.fallback_1`.language_id = 0x76393D0A5F754C5A80FB3EC7B3B3DB05 AND `category.translation`.category_version_id = `category.translation.fallback_1`.category_version_id 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`, `category.media.translation.fallback_1`.title as `category.media.translation.fallback_1.title`, `category.media.translation.fallback_1`.alt as `category.media.translation.fallback_1.alt`, `category.media.translation.fallback_1`.custom_fields as `category.media.translation.fallback_1.customFields`, `category.media.translation.fallback_1`.created_at as `category.media.translation.fallback_1.createdAt`, `category.media.translation.fallback_1`.updated_at as `category.media.translation.fallback_1.updatedAt`, `category.media.translation.fallback_1`.media_id as `category.media.translation.fallback_1.mediaId`, `category.media.translation.fallback_1`.language_id as `category.media.translation.fallback_1.languageId` FROM `media_translation` `category.media.translation` LEFT JOIN `media_translation` `category.media.translation.fallback_1` ON `category.media.translation`.`media_id` = `category.media.translation.fallback_1`.`media_id` AND `category.media.translation.fallback_1`.language_id = 0x76393D0A5F754C5A80FB3EC7B3B3DB05 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 '%|8f60e1e3e13e417da04b9b94f71586eb|%' 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 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 60)"
33 => "Shopware\Storefront\Page\Navigation\NavigationPageLoader::load (line 48)"
34 => "Shopware\Storefront\Controller\NavigationController::home (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 479)"
39 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 452)"
40 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 346)"
41 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 224)"
42 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
43 => "Shopware\Core\HttpKernel::doHandle (line 81)"
44 => "Shopware\Core\HttpKernel::handle (line 85)"
]
|
| 40 |
0.10 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_3febaf90ab6848db82c322dca933db23 AND `category`.`level` = :param_e0e9420313684d54a2224282ca7cf780 AND `category`.`active` = :param_189a3c2094c44b7d9f4a5dacc54831c4 AND `category`.`visible` = :param_7bbab7c366624927a6db518b2f6534d5)) 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 '%|8f60e1e3e13e417da04b9b94f71586eb|%' 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 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 60)"
33 => "Shopware\Storefront\Page\Navigation\NavigationPageLoader::load (line 48)"
34 => "Shopware\Storefront\Controller\NavigationController::home (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 479)"
39 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 452)"
40 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 346)"
41 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 224)"
42 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
43 => "Shopware\Core\HttpKernel::doHandle (line 81)"
44 => "Shopware\Core\HttpKernel::handle (line 85)"
]
|
| 41 |
1.93 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.fallback_1.title`, `category.media.translation.title`, COALESCE(`category.media.translation.fallback_1.title`,`category.media.translation.title`,`category.media.translation.title`) as `category.media.title`, `category.media.translation.fallback_1.alt`, `category.media.translation.alt`, COALESCE(`category.media.translation.fallback_1.alt`,`category.media.translation.alt`,`category.media.translation.alt`) as `category.media.alt`, `category.media.translation.fallback_1.customFields`, `category.media.translation.customFields`, COALESCE(`category.media.translation.fallback_1.customFields`,`category.media.translation.customFields`,`category.media.translation.customFields`) as `category.media.customFields`, `category.media.translation.fallback_1.createdAt`, `category.media.translation.createdAt`, `category.media.translation.fallback_1.updatedAt`, `category.media.translation.updatedAt`, `category.media.translation.fallback_1.mediaId`, `category.media.translation.mediaId`, `category.media.translation.fallback_1.languageId`, `category.media.translation.languageId`, `category.translation.fallback_1.name`, `category.translation.name`, COALESCE(`category.translation.fallback_1.name`,`category.translation.name`,`category.translation.name`) as `category.name`, `category.translation.fallback_1.breadcrumb`, `category.translation.breadcrumb`, COALESCE(`category.translation.fallback_1.breadcrumb`,`category.translation.breadcrumb`,`category.translation.breadcrumb`) as `category.breadcrumb`, `category.translation.fallback_1.slotConfig`, `category.translation.slotConfig`, COALESCE(`category.translation.fallback_1.slotConfig`,`category.translation.slotConfig`,`category.translation.slotConfig`) as `category.slotConfig`, `category.translation.fallback_1.linkType`, `category.translation.linkType`, COALESCE(`category.translation.fallback_1.linkType`,`category.translation.linkType`,`category.translation.linkType`) as `category.linkType`, `category.translation.fallback_1.internalLink`, `category.translation.internalLink`, COALESCE(`category.translation.fallback_1.internalLink`,`category.translation.internalLink`,`category.translation.internalLink`) as `category.internalLink`, `category.translation.fallback_1.externalLink`, `category.translation.externalLink`, COALESCE(`category.translation.fallback_1.externalLink`,`category.translation.externalLink`,`category.translation.externalLink`) as `category.externalLink`, `category.translation.fallback_1.linkNewTab`, `category.translation.linkNewTab`, COALESCE(`category.translation.fallback_1.linkNewTab`,`category.translation.linkNewTab`,`category.translation.linkNewTab`) as `category.linkNewTab`, `category.translation.fallback_1.description`, `category.translation.description`, COALESCE(`category.translation.fallback_1.description`,`category.translation.description`,`category.translation.description`) as `category.description`, `category.translation.fallback_1.metaTitle`, `category.translation.metaTitle`, COALESCE(`category.translation.fallback_1.metaTitle`,`category.translation.metaTitle`,`category.translation.metaTitle`) as `category.metaTitle`, `category.translation.fallback_1.metaDescription`, `category.translation.metaDescription`, COALESCE(`category.translation.fallback_1.metaDescription`,`category.translation.metaDescription`,`category.translation.metaDescription`) as `category.metaDescription`, `category.translation.fallback_1.keywords`, `category.translation.keywords`, COALESCE(`category.translation.fallback_1.keywords`,`category.translation.keywords`,`category.translation.keywords`) as `category.keywords`, `category.translation.fallback_1.customFields`, `category.translation.customFields`, COALESCE(`category.translation.fallback_1.customFields`,`category.translation.customFields`,`category.translation.customFields`) as `category.customFields`, `category.translation.fallback_1.createdAt`, `category.translation.createdAt`, `category.translation.fallback_1.updatedAt`, `category.translation.updatedAt`, `category.translation.fallback_1.categoryId`, `category.translation.categoryId`, `category.translation.fallback_1.languageId`, `category.translation.languageId`, `category.translation.fallback_1.categoryVersionId`, `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`, `category.translation.fallback_1`.name as `category.translation.fallback_1.name`, `category.translation.fallback_1`.breadcrumb as `category.translation.fallback_1.breadcrumb`, `category.translation.fallback_1`.slot_config as `category.translation.fallback_1.slotConfig`, `category.translation.fallback_1`.link_type as `category.translation.fallback_1.linkType`, `category.translation.fallback_1`.internal_link as `category.translation.fallback_1.internalLink`, `category.translation.fallback_1`.external_link as `category.translation.fallback_1.externalLink`, `category.translation.fallback_1`.link_new_tab as `category.translation.fallback_1.linkNewTab`, `category.translation.fallback_1`.description as `category.translation.fallback_1.description`, `category.translation.fallback_1`.meta_title as `category.translation.fallback_1.metaTitle`, `category.translation.fallback_1`.meta_description as `category.translation.fallback_1.metaDescription`, `category.translation.fallback_1`.keywords as `category.translation.fallback_1.keywords`, `category.translation.fallback_1`.custom_fields as `category.translation.fallback_1.customFields`, `category.translation.fallback_1`.created_at as `category.translation.fallback_1.createdAt`, `category.translation.fallback_1`.updated_at as `category.translation.fallback_1.updatedAt`, `category.translation.fallback_1`.category_id as `category.translation.fallback_1.categoryId`, `category.translation.fallback_1`.language_id as `category.translation.fallback_1.languageId`, `category.translation.fallback_1`.category_version_id as `category.translation.fallback_1.categoryVersionId` FROM `category_translation` `category.translation` LEFT JOIN `category_translation` `category.translation.fallback_1` ON `category.translation`.`category_id` = `category.translation.fallback_1`.`category_id` AND `category.translation.fallback_1`.language_id = :languageId1 AND `category.translation`.category_version_id = `category.translation.fallback_1`.category_version_id 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`, `category.media.translation.fallback_1`.title as `category.media.translation.fallback_1.title`, `category.media.translation.fallback_1`.alt as `category.media.translation.fallback_1.alt`, `category.media.translation.fallback_1`.custom_fields as `category.media.translation.fallback_1.customFields`, `category.media.translation.fallback_1`.created_at as `category.media.translation.fallback_1.createdAt`, `category.media.translation.fallback_1`.updated_at as `category.media.translation.fallback_1.updatedAt`, `category.media.translation.fallback_1`.media_id as `category.media.translation.fallback_1.mediaId`, `category.media.translation.fallback_1`.language_id as `category.media.translation.fallback_1.languageId` FROM `media_translation` `category.media.translation` LEFT JOIN `media_translation` `category.media.translation.fallback_1` ON `category.media.translation`.`media_id` = `category.media.translation.fallback_1`.`media_id` AND `category.media.translation.fallback_1`.language_id = :languageId1 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.fallback_1.title`,
`category.media.translation.title`,
COALESCE(
`category.media.translation.fallback_1.title`,
`category.media.translation.title`,
`category.media.translation.title`
) as `category.media.title`,
`category.media.translation.fallback_1.alt`,
`category.media.translation.alt`,
COALESCE(
`category.media.translation.fallback_1.alt`,
`category.media.translation.alt`,
`category.media.translation.alt`
) as `category.media.alt`,
`category.media.translation.fallback_1.customFields`,
`category.media.translation.customFields`,
COALESCE(
`category.media.translation.fallback_1.customFields`,
`category.media.translation.customFields`,
`category.media.translation.customFields`
) as `category.media.customFields`,
`category.media.translation.fallback_1.createdAt`,
`category.media.translation.createdAt`,
`category.media.translation.fallback_1.updatedAt`,
`category.media.translation.updatedAt`,
`category.media.translation.fallback_1.mediaId`,
`category.media.translation.mediaId`,
`category.media.translation.fallback_1.languageId`,
`category.media.translation.languageId`,
`category.translation.fallback_1.name`,
`category.translation.name`,
COALESCE(
`category.translation.fallback_1.name`,
`category.translation.name`, `category.translation.name`
) as `category.name`,
`category.translation.fallback_1.breadcrumb`,
`category.translation.breadcrumb`,
COALESCE(
`category.translation.fallback_1.breadcrumb`,
`category.translation.breadcrumb`,
`category.translation.breadcrumb`
) as `category.breadcrumb`,
`category.translation.fallback_1.slotConfig`,
`category.translation.slotConfig`,
COALESCE(
`category.translation.fallback_1.slotConfig`,
`category.translation.slotConfig`,
`category.translation.slotConfig`
) as `category.slotConfig`,
`category.translation.fallback_1.linkType`,
`category.translation.linkType`,
COALESCE(
`category.translation.fallback_1.linkType`,
`category.translation.linkType`,
`category.translation.linkType`
) as `category.linkType`,
`category.translation.fallback_1.internalLink`,
`category.translation.internalLink`,
COALESCE(
`category.translation.fallback_1.internalLink`,
`category.translation.internalLink`,
`category.translation.internalLink`
) as `category.internalLink`,
`category.translation.fallback_1.externalLink`,
`category.translation.externalLink`,
COALESCE(
`category.translation.fallback_1.externalLink`,
`category.translation.externalLink`,
`category.translation.externalLink`
) as `category.externalLink`,
`category.translation.fallback_1.linkNewTab`,
`category.translation.linkNewTab`,
COALESCE(
`category.translation.fallback_1.linkNewTab`,
`category.translation.linkNewTab`,
`category.translation.linkNewTab`
) as `category.linkNewTab`,
`category.translation.fallback_1.description`,
`category.translation.description`,
COALESCE(
`category.translation.fallback_1.description`,
`category.translation.description`,
`category.translation.description`
) as `category.description`,
`category.translation.fallback_1.metaTitle`,
`category.translation.metaTitle`,
COALESCE(
`category.translation.fallback_1.metaTitle`,
`category.translation.metaTitle`,
`category.translation.metaTitle`
) as `category.metaTitle`,
`category.translation.fallback_1.metaDescription`,
`category.translation.metaDescription`,
COALESCE(
`category.translation.fallback_1.metaDescription`,
`category.translation.metaDescription`,
`category.translation.metaDescription`
) as `category.metaDescription`,
`category.translation.fallback_1.keywords`,
`category.translation.keywords`,
COALESCE(
`category.translation.fallback_1.keywords`,
`category.translation.keywords`,
`category.translation.keywords`
) as `category.keywords`,
`category.translation.fallback_1.customFields`,
`category.translation.customFields`,
COALESCE(
`category.translation.fallback_1.customFields`,
`category.translation.customFields`,
`category.translation.customFields`
) as `category.customFields`,
`category.translation.fallback_1.createdAt`,
`category.translation.createdAt`,
`category.translation.fallback_1.updatedAt`,
`category.translation.updatedAt`,
`category.translation.fallback_1.categoryId`,
`category.translation.categoryId`,
`category.translation.fallback_1.languageId`,
`category.translation.languageId`,
`category.translation.fallback_1.categoryVersionId`,
`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`,
`category.translation.fallback_1`.name as `category.translation.fallback_1.name`,
`category.translation.fallback_1`.breadcrumb as `category.translation.fallback_1.breadcrumb`,
`category.translation.fallback_1`.slot_config as `category.translation.fallback_1.slotConfig`,
`category.translation.fallback_1`.link_type as `category.translation.fallback_1.linkType`,
`category.translation.fallback_1`.internal_link as `category.translation.fallback_1.internalLink`,
`category.translation.fallback_1`.external_link as `category.translation.fallback_1.externalLink`,
`category.translation.fallback_1`.link_new_tab as `category.translation.fallback_1.linkNewTab`,
`category.translation.fallback_1`.description as `category.translation.fallback_1.description`,
`category.translation.fallback_1`.meta_title as `category.translation.fallback_1.metaTitle`,
`category.translation.fallback_1`.meta_description as `category.translation.fallback_1.metaDescription`,
`category.translation.fallback_1`.keywords as `category.translation.fallback_1.keywords`,
`category.translation.fallback_1`.custom_fields as `category.translation.fallback_1.customFields`,
`category.translation.fallback_1`.created_at as `category.translation.fallback_1.createdAt`,
`category.translation.fallback_1`.updated_at as `category.translation.fallback_1.updatedAt`,
`category.translation.fallback_1`.category_id as `category.translation.fallback_1.categoryId`,
`category.translation.fallback_1`.language_id as `category.translation.fallback_1.languageId`,
`category.translation.fallback_1`.category_version_id as `category.translation.fallback_1.categoryVersionId`
FROM
`category_translation` `category.translation`
LEFT JOIN `category_translation` `category.translation.fallback_1` ON `category.translation`.`category_id` = `category.translation.fallback_1`.`category_id`
AND `category.translation.fallback_1`.language_id = : languageId1
AND `category.translation`.category_version_id = `category.translation.fallback_1`.category_version_id
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`,
`category.media.translation.fallback_1`.title as `category.media.translation.fallback_1.title`,
`category.media.translation.fallback_1`.alt as `category.media.translation.fallback_1.alt`,
`category.media.translation.fallback_1`.custom_fields as `category.media.translation.fallback_1.customFields`,
`category.media.translation.fallback_1`.created_at as `category.media.translation.fallback_1.createdAt`,
`category.media.translation.fallback_1`.updated_at as `category.media.translation.fallback_1.updatedAt`,
`category.media.translation.fallback_1`.media_id as `category.media.translation.fallback_1.mediaId`,
`category.media.translation.fallback_1`.language_id as `category.media.translation.fallback_1.languageId`
FROM
`media_translation` `category.media.translation`
LEFT JOIN `media_translation` `category.media.translation.fallback_1` ON `category.media.translation`.`media_id` = `category.media.translation.fallback_1`.`media_id`
AND `category.media.translation.fallback_1`.language_id = : languageId1
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.fallback_1.title`, `category.media.translation.title`, COALESCE(`category.media.translation.fallback_1.title`,`category.media.translation.title`,`category.media.translation.title`) as `category.media.title`, `category.media.translation.fallback_1.alt`, `category.media.translation.alt`, COALESCE(`category.media.translation.fallback_1.alt`,`category.media.translation.alt`,`category.media.translation.alt`) as `category.media.alt`, `category.media.translation.fallback_1.customFields`, `category.media.translation.customFields`, COALESCE(`category.media.translation.fallback_1.customFields`,`category.media.translation.customFields`,`category.media.translation.customFields`) as `category.media.customFields`, `category.media.translation.fallback_1.createdAt`, `category.media.translation.createdAt`, `category.media.translation.fallback_1.updatedAt`, `category.media.translation.updatedAt`, `category.media.translation.fallback_1.mediaId`, `category.media.translation.mediaId`, `category.media.translation.fallback_1.languageId`, `category.media.translation.languageId`, `category.translation.fallback_1.name`, `category.translation.name`, COALESCE(`category.translation.fallback_1.name`,`category.translation.name`,`category.translation.name`) as `category.name`, `category.translation.fallback_1.breadcrumb`, `category.translation.breadcrumb`, COALESCE(`category.translation.fallback_1.breadcrumb`,`category.translation.breadcrumb`,`category.translation.breadcrumb`) as `category.breadcrumb`, `category.translation.fallback_1.slotConfig`, `category.translation.slotConfig`, COALESCE(`category.translation.fallback_1.slotConfig`,`category.translation.slotConfig`,`category.translation.slotConfig`) as `category.slotConfig`, `category.translation.fallback_1.linkType`, `category.translation.linkType`, COALESCE(`category.translation.fallback_1.linkType`,`category.translation.linkType`,`category.translation.linkType`) as `category.linkType`, `category.translation.fallback_1.internalLink`, `category.translation.internalLink`, COALESCE(`category.translation.fallback_1.internalLink`,`category.translation.internalLink`,`category.translation.internalLink`) as `category.internalLink`, `category.translation.fallback_1.externalLink`, `category.translation.externalLink`, COALESCE(`category.translation.fallback_1.externalLink`,`category.translation.externalLink`,`category.translation.externalLink`) as `category.externalLink`, `category.translation.fallback_1.linkNewTab`, `category.translation.linkNewTab`, COALESCE(`category.translation.fallback_1.linkNewTab`,`category.translation.linkNewTab`,`category.translation.linkNewTab`) as `category.linkNewTab`, `category.translation.fallback_1.description`, `category.translation.description`, COALESCE(`category.translation.fallback_1.description`,`category.translation.description`,`category.translation.description`) as `category.description`, `category.translation.fallback_1.metaTitle`, `category.translation.metaTitle`, COALESCE(`category.translation.fallback_1.metaTitle`,`category.translation.metaTitle`,`category.translation.metaTitle`) as `category.metaTitle`, `category.translation.fallback_1.metaDescription`, `category.translation.metaDescription`, COALESCE(`category.translation.fallback_1.metaDescription`,`category.translation.metaDescription`,`category.translation.metaDescription`) as `category.metaDescription`, `category.translation.fallback_1.keywords`, `category.translation.keywords`, COALESCE(`category.translation.fallback_1.keywords`,`category.translation.keywords`,`category.translation.keywords`) as `category.keywords`, `category.translation.fallback_1.customFields`, `category.translation.customFields`, COALESCE(`category.translation.fallback_1.customFields`,`category.translation.customFields`,`category.translation.customFields`) as `category.customFields`, `category.translation.fallback_1.createdAt`, `category.translation.createdAt`, `category.translation.fallback_1.updatedAt`, `category.translation.updatedAt`, `category.translation.fallback_1.categoryId`, `category.translation.categoryId`, `category.translation.fallback_1.languageId`, `category.translation.languageId`, `category.translation.fallback_1.categoryVersionId`, `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`, `category.translation.fallback_1`.name as `category.translation.fallback_1.name`, `category.translation.fallback_1`.breadcrumb as `category.translation.fallback_1.breadcrumb`, `category.translation.fallback_1`.slot_config as `category.translation.fallback_1.slotConfig`, `category.translation.fallback_1`.link_type as `category.translation.fallback_1.linkType`, `category.translation.fallback_1`.internal_link as `category.translation.fallback_1.internalLink`, `category.translation.fallback_1`.external_link as `category.translation.fallback_1.externalLink`, `category.translation.fallback_1`.link_new_tab as `category.translation.fallback_1.linkNewTab`, `category.translation.fallback_1`.description as `category.translation.fallback_1.description`, `category.translation.fallback_1`.meta_title as `category.translation.fallback_1.metaTitle`, `category.translation.fallback_1`.meta_description as `category.translation.fallback_1.metaDescription`, `category.translation.fallback_1`.keywords as `category.translation.fallback_1.keywords`, `category.translation.fallback_1`.custom_fields as `category.translation.fallback_1.customFields`, `category.translation.fallback_1`.created_at as `category.translation.fallback_1.createdAt`, `category.translation.fallback_1`.updated_at as `category.translation.fallback_1.updatedAt`, `category.translation.fallback_1`.category_id as `category.translation.fallback_1.categoryId`, `category.translation.fallback_1`.language_id as `category.translation.fallback_1.languageId`, `category.translation.fallback_1`.category_version_id as `category.translation.fallback_1.categoryVersionId` FROM `category_translation` `category.translation` LEFT JOIN `category_translation` `category.translation.fallback_1` ON `category.translation`.`category_id` = `category.translation.fallback_1`.`category_id` AND `category.translation.fallback_1`.language_id = 0x76393D0A5F754C5A80FB3EC7B3B3DB05 AND `category.translation`.category_version_id = `category.translation.fallback_1`.category_version_id 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`, `category.media.translation.fallback_1`.title as `category.media.translation.fallback_1.title`, `category.media.translation.fallback_1`.alt as `category.media.translation.fallback_1.alt`, `category.media.translation.fallback_1`.custom_fields as `category.media.translation.fallback_1.customFields`, `category.media.translation.fallback_1`.created_at as `category.media.translation.fallback_1.createdAt`, `category.media.translation.fallback_1`.updated_at as `category.media.translation.fallback_1.updatedAt`, `category.media.translation.fallback_1`.media_id as `category.media.translation.fallback_1.mediaId`, `category.media.translation.fallback_1`.language_id as `category.media.translation.fallback_1.languageId` FROM `media_translation` `category.media.translation` LEFT JOIN `media_translation` `category.media.translation.fallback_1` ON `category.media.translation`.`media_id` = `category.media.translation.fallback_1`.`media_id` AND `category.media.translation.fallback_1`.language_id = 0x76393D0A5F754C5A80FB3EC7B3B3DB05 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 (0x8F60E1E3E13E417DA04B9B94F71586EB));
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 60)"
34 => "Shopware\Storefront\Page\Navigation\NavigationPageLoader::load (line 48)"
35 => "Shopware\Storefront\Controller\NavigationController::home (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 479)"
40 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 452)"
41 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 346)"
42 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 224)"
43 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
44 => "Shopware\Core\HttpKernel::doHandle (line 81)"
45 => "Shopware\Core\HttpKernel::handle (line 85)"
]
|
| 42 |
0.10 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_d772c264c5d24d19ad646d3da8215a5a) 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` = 0x2A890AB6DB354C85ACB515DE08A234DC) 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 60)"
26 => "Shopware\Storefront\Page\Navigation\NavigationPageLoader::load (line 48)"
27 => "Shopware\Storefront\Controller\NavigationController::home (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 479)"
32 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 452)"
33 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 346)"
34 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 224)"
35 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
36 => "Shopware\Core\HttpKernel::doHandle (line 81)"
37 => "Shopware\Core\HttpKernel::handle (line 85)"
]
|
| 43 |
0.44 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.fallback_1.shortName`, `currency.translation.shortName`, COALESCE(`currency.translation.fallback_1.shortName`,`currency.translation.shortName`,`currency.translation.shortName`) as `currency.shortName`, `currency.translation.fallback_1.name`, `currency.translation.name`, COALESCE(`currency.translation.fallback_1.name`,`currency.translation.name`,`currency.translation.name`) as `currency.name`, `currency.translation.fallback_1.customFields`, `currency.translation.customFields`, COALESCE(`currency.translation.fallback_1.customFields`,`currency.translation.customFields`,`currency.translation.customFields`) as `currency.customFields`, `currency.translation.fallback_1.createdAt`, `currency.translation.createdAt`, `currency.translation.fallback_1.updatedAt`, `currency.translation.updatedAt`, `currency.translation.fallback_1.currencyId`, `currency.translation.currencyId`, `currency.translation.fallback_1.languageId`, `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`, `currency.translation.fallback_1`.short_name as `currency.translation.fallback_1.shortName`, `currency.translation.fallback_1`.name as `currency.translation.fallback_1.name`, `currency.translation.fallback_1`.custom_fields as `currency.translation.fallback_1.customFields`, `currency.translation.fallback_1`.created_at as `currency.translation.fallback_1.createdAt`, `currency.translation.fallback_1`.updated_at as `currency.translation.fallback_1.updatedAt`, `currency.translation.fallback_1`.currency_id as `currency.translation.fallback_1.currencyId`, `currency.translation.fallback_1`.language_id as `currency.translation.fallback_1.languageId` FROM `currency_translation` `currency.translation` LEFT JOIN `currency_translation` `currency.translation.fallback_1` ON `currency.translation`.`currency_id` = `currency.translation.fallback_1`.`currency_id` AND `currency.translation.fallback_1`.language_id = :languageId1 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.fallback_1.shortName`,
`currency.translation.shortName`,
COALESCE(
`currency.translation.fallback_1.shortName`,
`currency.translation.shortName`,
`currency.translation.shortName`
) as `currency.shortName`,
`currency.translation.fallback_1.name`,
`currency.translation.name`,
COALESCE(
`currency.translation.fallback_1.name`,
`currency.translation.name`, `currency.translation.name`
) as `currency.name`,
`currency.translation.fallback_1.customFields`,
`currency.translation.customFields`,
COALESCE(
`currency.translation.fallback_1.customFields`,
`currency.translation.customFields`,
`currency.translation.customFields`
) as `currency.customFields`,
`currency.translation.fallback_1.createdAt`,
`currency.translation.createdAt`,
`currency.translation.fallback_1.updatedAt`,
`currency.translation.updatedAt`,
`currency.translation.fallback_1.currencyId`,
`currency.translation.currencyId`,
`currency.translation.fallback_1.languageId`,
`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`,
`currency.translation.fallback_1`.short_name as `currency.translation.fallback_1.shortName`,
`currency.translation.fallback_1`.name as `currency.translation.fallback_1.name`,
`currency.translation.fallback_1`.custom_fields as `currency.translation.fallback_1.customFields`,
`currency.translation.fallback_1`.created_at as `currency.translation.fallback_1.createdAt`,
`currency.translation.fallback_1`.updated_at as `currency.translation.fallback_1.updatedAt`,
`currency.translation.fallback_1`.currency_id as `currency.translation.fallback_1.currencyId`,
`currency.translation.fallback_1`.language_id as `currency.translation.fallback_1.languageId`
FROM
`currency_translation` `currency.translation`
LEFT JOIN `currency_translation` `currency.translation.fallback_1` ON `currency.translation`.`currency_id` = `currency.translation.fallback_1`.`currency_id`
AND `currency.translation.fallback_1`.language_id = : languageId1
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.fallback_1.shortName`, `currency.translation.shortName`, COALESCE(`currency.translation.fallback_1.shortName`,`currency.translation.shortName`,`currency.translation.shortName`) as `currency.shortName`, `currency.translation.fallback_1.name`, `currency.translation.name`, COALESCE(`currency.translation.fallback_1.name`,`currency.translation.name`,`currency.translation.name`) as `currency.name`, `currency.translation.fallback_1.customFields`, `currency.translation.customFields`, COALESCE(`currency.translation.fallback_1.customFields`,`currency.translation.customFields`,`currency.translation.customFields`) as `currency.customFields`, `currency.translation.fallback_1.createdAt`, `currency.translation.createdAt`, `currency.translation.fallback_1.updatedAt`, `currency.translation.updatedAt`, `currency.translation.fallback_1.currencyId`, `currency.translation.currencyId`, `currency.translation.fallback_1.languageId`, `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`, `currency.translation.fallback_1`.short_name as `currency.translation.fallback_1.shortName`, `currency.translation.fallback_1`.name as `currency.translation.fallback_1.name`, `currency.translation.fallback_1`.custom_fields as `currency.translation.fallback_1.customFields`, `currency.translation.fallback_1`.created_at as `currency.translation.fallback_1.createdAt`, `currency.translation.fallback_1`.updated_at as `currency.translation.fallback_1.updatedAt`, `currency.translation.fallback_1`.currency_id as `currency.translation.fallback_1.currencyId`, `currency.translation.fallback_1`.language_id as `currency.translation.fallback_1.languageId` FROM `currency_translation` `currency.translation` LEFT JOIN `currency_translation` `currency.translation.fallback_1` ON `currency.translation`.`currency_id` = `currency.translation.fallback_1`.`currency_id` AND `currency.translation.fallback_1`.language_id = 0x76393D0A5F754C5A80FB3EC7B3B3DB05 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 60)"
27 => "Shopware\Storefront\Page\Navigation\NavigationPageLoader::load (line 48)"
28 => "Shopware\Storefront\Controller\NavigationController::home (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 479)"
33 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 452)"
34 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 346)"
35 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 224)"
36 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
37 => "Shopware\Core\HttpKernel::doHandle (line 81)"
38 => "Shopware\Core\HttpKernel::handle (line 85)"
]
|
| 44 |
0.41 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`, `shipping_method.translation.fallback_1`.name as `shipping_method.translation.fallback_1.name`, `shipping_method.translation.fallback_1`.description as `shipping_method.translation.fallback_1.description`, `shipping_method.translation.fallback_1`.tracking_url as `shipping_method.translation.fallback_1.trackingUrl`, `shipping_method.translation.fallback_1`.custom_fields as `shipping_method.translation.fallback_1.customFields`, `shipping_method.translation.fallback_1`.created_at as `shipping_method.translation.fallback_1.createdAt`, `shipping_method.translation.fallback_1`.updated_at as `shipping_method.translation.fallback_1.updatedAt`, `shipping_method.translation.fallback_1`.shipping_method_id as `shipping_method.translation.fallback_1.shippingMethodId`, `shipping_method.translation.fallback_1`.language_id as `shipping_method.translation.fallback_1.languageId` FROM `shipping_method_translation` `shipping_method.translation` LEFT JOIN `shipping_method_translation` `shipping_method.translation.fallback_1` ON `shipping_method.translation`.`shipping_method_id` = `shipping_method.translation.fallback_1`.`shipping_method_id` AND `shipping_method.translation.fallback_1`.language_id = :languageId1 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_eaf6244dab1843589b333b75bae71aac AND `shipping_method.salesChannels`.`id` = :param_38d9f13370ff4adb98a5d12d188de987) GROUP BY `shipping_method`.`id` ORDER BY MIN(`shipping_method`.`position`) ASC, MIN(COALESCE(`shipping_method.translation.fallback_1.name`,`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`, `shipping_method.translation.fallback_1`.name as `shipping_method.translation.fallback_1.name`, `shipping_method.translation.fallback_1`.description as `shipping_method.translation.fallback_1.description`, `shipping_method.translation.fallback_1`.tracking_url as `shipping_method.translation.fallback_1.trackingUrl`, `shipping_method.translation.fallback_1`.custom_fields as `shipping_method.translation.fallback_1.customFields`, `shipping_method.translation.fallback_1`.created_at as `shipping_method.translation.fallback_1.createdAt`, `shipping_method.translation.fallback_1`.updated_at as `shipping_method.translation.fallback_1.updatedAt`, `shipping_method.translation.fallback_1`.shipping_method_id as `shipping_method.translation.fallback_1.shippingMethodId`, `shipping_method.translation.fallback_1`.language_id as `shipping_method.translation.fallback_1.languageId` FROM `shipping_method_translation` `shipping_method.translation` LEFT JOIN `shipping_method_translation` `shipping_method.translation.fallback_1` ON `shipping_method.translation`.`shipping_method_id` = `shipping_method.translation.fallback_1`.`shipping_method_id` AND `shipping_method.translation.fallback_1`.language_id = 0x76393D0A5F754C5A80FB3EC7B3B3DB05 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` = 0x2A890AB6DB354C85ACB515DE08A234DC) GROUP BY `shipping_method`.`id` ORDER BY MIN(`shipping_method`.`position`) ASC, MIN(COALESCE(`shipping_method.translation.fallback_1.name`,`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 60)"
26 => "Shopware\Storefront\Page\Navigation\NavigationPageLoader::load (line 48)"
27 => "Shopware\Storefront\Controller\NavigationController::home (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 479)"
32 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 452)"
33 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 346)"
34 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 224)"
35 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
36 => "Shopware\Core\HttpKernel::doHandle (line 81)"
37 => "Shopware\Core\HttpKernel::handle (line 85)"
]
|
| 45 |
0.09 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_fafe5f652f4b4f959730c6770c5e0597 AND `payment_method.salesChannels`.`id` = :param_79047cccb7d14a379fb76940e8fa51e1) 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` = 0x2A890AB6DB354C85ACB515DE08A234DC) GROUP BY `payment_method`.`id` ORDER BY MIN(`payment_method`.`position`) 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 52)"
7 => "Shopware\Core\Checkout\Payment\SalesChannel\PaymentMethodRoute::load (line 99)"
8 => "Shopware\Core\Checkout\Payment\SalesChannel\CachedPaymentMethodRoute::Shopware\Core\Checkout\Payment\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\Payment\SalesChannel\CachedPaymentMethodRoute::Shopware\Core\Checkout\Payment\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\Payment\SalesChannel\CachedPaymentMethodRoute::load (line 42)"
22 => "Shopware\Core\Checkout\Payment\SalesChannel\SortedPaymentMethodRoute::load (line 115)"
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 60)"
26 => "Shopware\Storefront\Page\Navigation\NavigationPageLoader::load (line 48)"
27 => "Shopware\Storefront\Controller\NavigationController::home (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 479)"
32 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 452)"
33 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 346)"
34 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 224)"
35 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
36 => "Shopware\Core\HttpKernel::doHandle (line 81)"
37 => "Shopware\Core\HttpKernel::handle (line 85)"
]
|
| 46 |
1.41 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.fallback_1.title`, `payment_method.media.translation.title`, COALESCE(`payment_method.media.translation.fallback_1.title`,`payment_method.media.translation.title`,`payment_method.media.translation.title`) as `payment_method.media.title`, `payment_method.media.translation.fallback_1.alt`, `payment_method.media.translation.alt`, COALESCE(`payment_method.media.translation.fallback_1.alt`,`payment_method.media.translation.alt`,`payment_method.media.translation.alt`) as `payment_method.media.alt`, `payment_method.media.translation.fallback_1.customFields`, `payment_method.media.translation.customFields`, COALESCE(`payment_method.media.translation.fallback_1.customFields`,`payment_method.media.translation.customFields`,`payment_method.media.translation.customFields`) as `payment_method.media.customFields`, `payment_method.media.translation.fallback_1.createdAt`, `payment_method.media.translation.createdAt`, `payment_method.media.translation.fallback_1.updatedAt`, `payment_method.media.translation.updatedAt`, `payment_method.media.translation.fallback_1.mediaId`, `payment_method.media.translation.mediaId`, `payment_method.media.translation.fallback_1.languageId`, `payment_method.media.translation.languageId`, `payment_method.translation.fallback_1.name`, `payment_method.translation.name`, COALESCE(`payment_method.translation.fallback_1.name`,`payment_method.translation.name`,`payment_method.translation.name`) as `payment_method.name`, `payment_method.translation.fallback_1.distinguishableName`, `payment_method.translation.distinguishableName`, COALESCE(`payment_method.translation.fallback_1.distinguishableName`,`payment_method.translation.distinguishableName`,`payment_method.translation.distinguishableName`) as `payment_method.distinguishableName`, `payment_method.translation.fallback_1.description`, `payment_method.translation.description`, COALESCE(`payment_method.translation.fallback_1.description`,`payment_method.translation.description`,`payment_method.translation.description`) as `payment_method.description`, `payment_method.translation.fallback_1.customFields`, `payment_method.translation.customFields`, COALESCE(`payment_method.translation.fallback_1.customFields`,`payment_method.translation.customFields`,`payment_method.translation.customFields`) as `payment_method.customFields`, `payment_method.translation.fallback_1.createdAt`, `payment_method.translation.createdAt`, `payment_method.translation.fallback_1.updatedAt`, `payment_method.translation.updatedAt`, `payment_method.translation.fallback_1.paymentMethodId`, `payment_method.translation.paymentMethodId`, `payment_method.translation.fallback_1.languageId`, `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`, `payment_method.translation.fallback_1`.name as `payment_method.translation.fallback_1.name`, `payment_method.translation.fallback_1`.distinguishable_name as `payment_method.translation.fallback_1.distinguishableName`, `payment_method.translation.fallback_1`.description as `payment_method.translation.fallback_1.description`, `payment_method.translation.fallback_1`.custom_fields as `payment_method.translation.fallback_1.customFields`, `payment_method.translation.fallback_1`.created_at as `payment_method.translation.fallback_1.createdAt`, `payment_method.translation.fallback_1`.updated_at as `payment_method.translation.fallback_1.updatedAt`, `payment_method.translation.fallback_1`.payment_method_id as `payment_method.translation.fallback_1.paymentMethodId`, `payment_method.translation.fallback_1`.language_id as `payment_method.translation.fallback_1.languageId` FROM `payment_method_translation` `payment_method.translation` LEFT JOIN `payment_method_translation` `payment_method.translation.fallback_1` ON `payment_method.translation`.`payment_method_id` = `payment_method.translation.fallback_1`.`payment_method_id` AND `payment_method.translation.fallback_1`.language_id = :languageId1 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`, `payment_method.media.translation.fallback_1`.title as `payment_method.media.translation.fallback_1.title`, `payment_method.media.translation.fallback_1`.alt as `payment_method.media.translation.fallback_1.alt`, `payment_method.media.translation.fallback_1`.custom_fields as `payment_method.media.translation.fallback_1.customFields`, `payment_method.media.translation.fallback_1`.created_at as `payment_method.media.translation.fallback_1.createdAt`, `payment_method.media.translation.fallback_1`.updated_at as `payment_method.media.translation.fallback_1.updatedAt`, `payment_method.media.translation.fallback_1`.media_id as `payment_method.media.translation.fallback_1.mediaId`, `payment_method.media.translation.fallback_1`.language_id as `payment_method.media.translation.fallback_1.languageId` FROM `media_translation` `payment_method.media.translation` LEFT JOIN `media_translation` `payment_method.media.translation.fallback_1` ON `payment_method.media.translation`.`media_id` = `payment_method.media.translation.fallback_1`.`media_id` AND `payment_method.media.translation.fallback_1`.language_id = :languageId1 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.fallback_1.title`,
`payment_method.media.translation.title`,
COALESCE(
`payment_method.media.translation.fallback_1.title`,
`payment_method.media.translation.title`,
`payment_method.media.translation.title`
) as `payment_method.media.title`,
`payment_method.media.translation.fallback_1.alt`,
`payment_method.media.translation.alt`,
COALESCE(
`payment_method.media.translation.fallback_1.alt`,
`payment_method.media.translation.alt`,
`payment_method.media.translation.alt`
) as `payment_method.media.alt`,
`payment_method.media.translation.fallback_1.customFields`,
`payment_method.media.translation.customFields`,
COALESCE(
`payment_method.media.translation.fallback_1.customFields`,
`payment_method.media.translation.customFields`,
`payment_method.media.translation.customFields`
) as `payment_method.media.customFields`,
`payment_method.media.translation.fallback_1.createdAt`,
`payment_method.media.translation.createdAt`,
`payment_method.media.translation.fallback_1.updatedAt`,
`payment_method.media.translation.updatedAt`,
`payment_method.media.translation.fallback_1.mediaId`,
`payment_method.media.translation.mediaId`,
`payment_method.media.translation.fallback_1.languageId`,
`payment_method.media.translation.languageId`,
`payment_method.translation.fallback_1.name`,
`payment_method.translation.name`,
COALESCE(
`payment_method.translation.fallback_1.name`,
`payment_method.translation.name`,
`payment_method.translation.name`
) as `payment_method.name`,
`payment_method.translation.fallback_1.distinguishableName`,
`payment_method.translation.distinguishableName`,
COALESCE(
`payment_method.translation.fallback_1.distinguishableName`,
`payment_method.translation.distinguishableName`,
`payment_method.translation.distinguishableName`
) as `payment_method.distinguishableName`,
`payment_method.translation.fallback_1.description`,
`payment_method.translation.description`,
COALESCE(
`payment_method.translation.fallback_1.description`,
`payment_method.translation.description`,
`payment_method.translation.description`
) as `payment_method.description`,
`payment_method.translation.fallback_1.customFields`,
`payment_method.translation.customFields`,
COALESCE(
`payment_method.translation.fallback_1.customFields`,
`payment_method.translation.customFields`,
`payment_method.translation.customFields`
) as `payment_method.customFields`,
`payment_method.translation.fallback_1.createdAt`,
`payment_method.translation.createdAt`,
`payment_method.translation.fallback_1.updatedAt`,
`payment_method.translation.updatedAt`,
`payment_method.translation.fallback_1.paymentMethodId`,
`payment_method.translation.paymentMethodId`,
`payment_method.translation.fallback_1.languageId`,
`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`,
`payment_method.translation.fallback_1`.name as `payment_method.translation.fallback_1.name`,
`payment_method.translation.fallback_1`.distinguishable_name as `payment_method.translation.fallback_1.distinguishableName`,
`payment_method.translation.fallback_1`.description as `payment_method.translation.fallback_1.description`,
`payment_method.translation.fallback_1`.custom_fields as `payment_method.translation.fallback_1.customFields`,
`payment_method.translation.fallback_1`.created_at as `payment_method.translation.fallback_1.createdAt`,
`payment_method.translation.fallback_1`.updated_at as `payment_method.translation.fallback_1.updatedAt`,
`payment_method.translation.fallback_1`.payment_method_id as `payment_method.translation.fallback_1.paymentMethodId`,
`payment_method.translation.fallback_1`.language_id as `payment_method.translation.fallback_1.languageId`
FROM
`payment_method_translation` `payment_method.translation`
LEFT JOIN `payment_method_translation` `payment_method.translation.fallback_1` ON `payment_method.translation`.`payment_method_id` = `payment_method.translation.fallback_1`.`payment_method_id`
AND `payment_method.translation.fallback_1`.language_id = : languageId1
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`,
`payment_method.media.translation.fallback_1`.title as `payment_method.media.translation.fallback_1.title`,
`payment_method.media.translation.fallback_1`.alt as `payment_method.media.translation.fallback_1.alt`,
`payment_method.media.translation.fallback_1`.custom_fields as `payment_method.media.translation.fallback_1.customFields`,
`payment_method.media.translation.fallback_1`.created_at as `payment_method.media.translation.fallback_1.createdAt`,
`payment_method.media.translation.fallback_1`.updated_at as `payment_method.media.translation.fallback_1.updatedAt`,
`payment_method.media.translation.fallback_1`.media_id as `payment_method.media.translation.fallback_1.mediaId`,
`payment_method.media.translation.fallback_1`.language_id as `payment_method.media.translation.fallback_1.languageId`
FROM
`media_translation` `payment_method.media.translation`
LEFT JOIN `media_translation` `payment_method.media.translation.fallback_1` ON `payment_method.media.translation`.`media_id` = `payment_method.media.translation.fallback_1`.`media_id`
AND `payment_method.media.translation.fallback_1`.language_id = : languageId1
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.fallback_1.title`, `payment_method.media.translation.title`, COALESCE(`payment_method.media.translation.fallback_1.title`,`payment_method.media.translation.title`,`payment_method.media.translation.title`) as `payment_method.media.title`, `payment_method.media.translation.fallback_1.alt`, `payment_method.media.translation.alt`, COALESCE(`payment_method.media.translation.fallback_1.alt`,`payment_method.media.translation.alt`,`payment_method.media.translation.alt`) as `payment_method.media.alt`, `payment_method.media.translation.fallback_1.customFields`, `payment_method.media.translation.customFields`, COALESCE(`payment_method.media.translation.fallback_1.customFields`,`payment_method.media.translation.customFields`,`payment_method.media.translation.customFields`) as `payment_method.media.customFields`, `payment_method.media.translation.fallback_1.createdAt`, `payment_method.media.translation.createdAt`, `payment_method.media.translation.fallback_1.updatedAt`, `payment_method.media.translation.updatedAt`, `payment_method.media.translation.fallback_1.mediaId`, `payment_method.media.translation.mediaId`, `payment_method.media.translation.fallback_1.languageId`, `payment_method.media.translation.languageId`, `payment_method.translation.fallback_1.name`, `payment_method.translation.name`, COALESCE(`payment_method.translation.fallback_1.name`,`payment_method.translation.name`,`payment_method.translation.name`) as `payment_method.name`, `payment_method.translation.fallback_1.distinguishableName`, `payment_method.translation.distinguishableName`, COALESCE(`payment_method.translation.fallback_1.distinguishableName`,`payment_method.translation.distinguishableName`,`payment_method.translation.distinguishableName`) as `payment_method.distinguishableName`, `payment_method.translation.fallback_1.description`, `payment_method.translation.description`, COALESCE(`payment_method.translation.fallback_1.description`,`payment_method.translation.description`,`payment_method.translation.description`) as `payment_method.description`, `payment_method.translation.fallback_1.customFields`, `payment_method.translation.customFields`, COALESCE(`payment_method.translation.fallback_1.customFields`,`payment_method.translation.customFields`,`payment_method.translation.customFields`) as `payment_method.customFields`, `payment_method.translation.fallback_1.createdAt`, `payment_method.translation.createdAt`, `payment_method.translation.fallback_1.updatedAt`, `payment_method.translation.updatedAt`, `payment_method.translation.fallback_1.paymentMethodId`, `payment_method.translation.paymentMethodId`, `payment_method.translation.fallback_1.languageId`, `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`, `payment_method.translation.fallback_1`.name as `payment_method.translation.fallback_1.name`, `payment_method.translation.fallback_1`.distinguishable_name as `payment_method.translation.fallback_1.distinguishableName`, `payment_method.translation.fallback_1`.description as `payment_method.translation.fallback_1.description`, `payment_method.translation.fallback_1`.custom_fields as `payment_method.translation.fallback_1.customFields`, `payment_method.translation.fallback_1`.created_at as `payment_method.translation.fallback_1.createdAt`, `payment_method.translation.fallback_1`.updated_at as `payment_method.translation.fallback_1.updatedAt`, `payment_method.translation.fallback_1`.payment_method_id as `payment_method.translation.fallback_1.paymentMethodId`, `payment_method.translation.fallback_1`.language_id as `payment_method.translation.fallback_1.languageId` FROM `payment_method_translation` `payment_method.translation` LEFT JOIN `payment_method_translation` `payment_method.translation.fallback_1` ON `payment_method.translation`.`payment_method_id` = `payment_method.translation.fallback_1`.`payment_method_id` AND `payment_method.translation.fallback_1`.language_id = 0x76393D0A5F754C5A80FB3EC7B3B3DB05 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`, `payment_method.media.translation.fallback_1`.title as `payment_method.media.translation.fallback_1.title`, `payment_method.media.translation.fallback_1`.alt as `payment_method.media.translation.fallback_1.alt`, `payment_method.media.translation.fallback_1`.custom_fields as `payment_method.media.translation.fallback_1.customFields`, `payment_method.media.translation.fallback_1`.created_at as `payment_method.media.translation.fallback_1.createdAt`, `payment_method.media.translation.fallback_1`.updated_at as `payment_method.media.translation.fallback_1.updatedAt`, `payment_method.media.translation.fallback_1`.media_id as `payment_method.media.translation.fallback_1.mediaId`, `payment_method.media.translation.fallback_1`.language_id as `payment_method.media.translation.fallback_1.languageId` FROM `media_translation` `payment_method.media.translation` LEFT JOIN `media_translation` `payment_method.media.translation.fallback_1` ON `payment_method.media.translation`.`media_id` = `payment_method.media.translation.fallback_1`.`media_id` AND `payment_method.media.translation.fallback_1`.language_id = 0x76393D0A5F754C5A80FB3EC7B3B3DB05 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 (0x75DFCA573B0F40ECA9F80E251BACFE6B);
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 52)"
8 => "Shopware\Core\Checkout\Payment\SalesChannel\PaymentMethodRoute::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 60)"
27 => "Shopware\Storefront\Page\Navigation\NavigationPageLoader::load (line 48)"
28 => "Shopware\Storefront\Controller\NavigationController::home (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 479)"
33 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 452)"
34 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 346)"
35 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 224)"
36 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
37 => "Shopware\Core\HttpKernel::doHandle (line 81)"
38 => "Shopware\Core\HttpKernel::handle (line 85)"
]
|
| 47 |
1.93 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.fallback_1.title`, `category.media.translation.title`, COALESCE(`category.media.translation.fallback_1.title`,`category.media.translation.title`,`category.media.translation.title`) as `category.media.title`, `category.media.translation.fallback_1.alt`, `category.media.translation.alt`, COALESCE(`category.media.translation.fallback_1.alt`,`category.media.translation.alt`,`category.media.translation.alt`) as `category.media.alt`, `category.media.translation.fallback_1.customFields`, `category.media.translation.customFields`, COALESCE(`category.media.translation.fallback_1.customFields`,`category.media.translation.customFields`,`category.media.translation.customFields`) as `category.media.customFields`, `category.media.translation.fallback_1.createdAt`, `category.media.translation.createdAt`, `category.media.translation.fallback_1.updatedAt`, `category.media.translation.updatedAt`, `category.media.translation.fallback_1.mediaId`, `category.media.translation.mediaId`, `category.media.translation.fallback_1.languageId`, `category.media.translation.languageId`, `category.translation.fallback_1.name`, `category.translation.name`, COALESCE(`category.translation.fallback_1.name`,`category.translation.name`,`category.translation.name`) as `category.name`, `category.translation.fallback_1.breadcrumb`, `category.translation.breadcrumb`, COALESCE(`category.translation.fallback_1.breadcrumb`,`category.translation.breadcrumb`,`category.translation.breadcrumb`) as `category.breadcrumb`, `category.translation.fallback_1.slotConfig`, `category.translation.slotConfig`, COALESCE(`category.translation.fallback_1.slotConfig`,`category.translation.slotConfig`,`category.translation.slotConfig`) as `category.slotConfig`, `category.translation.fallback_1.linkType`, `category.translation.linkType`, COALESCE(`category.translation.fallback_1.linkType`,`category.translation.linkType`,`category.translation.linkType`) as `category.linkType`, `category.translation.fallback_1.internalLink`, `category.translation.internalLink`, COALESCE(`category.translation.fallback_1.internalLink`,`category.translation.internalLink`,`category.translation.internalLink`) as `category.internalLink`, `category.translation.fallback_1.externalLink`, `category.translation.externalLink`, COALESCE(`category.translation.fallback_1.externalLink`,`category.translation.externalLink`,`category.translation.externalLink`) as `category.externalLink`, `category.translation.fallback_1.linkNewTab`, `category.translation.linkNewTab`, COALESCE(`category.translation.fallback_1.linkNewTab`,`category.translation.linkNewTab`,`category.translation.linkNewTab`) as `category.linkNewTab`, `category.translation.fallback_1.description`, `category.translation.description`, COALESCE(`category.translation.fallback_1.description`,`category.translation.description`,`category.translation.description`) as `category.description`, `category.translation.fallback_1.metaTitle`, `category.translation.metaTitle`, COALESCE(`category.translation.fallback_1.metaTitle`,`category.translation.metaTitle`,`category.translation.metaTitle`) as `category.metaTitle`, `category.translation.fallback_1.metaDescription`, `category.translation.metaDescription`, COALESCE(`category.translation.fallback_1.metaDescription`,`category.translation.metaDescription`,`category.translation.metaDescription`) as `category.metaDescription`, `category.translation.fallback_1.keywords`, `category.translation.keywords`, COALESCE(`category.translation.fallback_1.keywords`,`category.translation.keywords`,`category.translation.keywords`) as `category.keywords`, `category.translation.fallback_1.customFields`, `category.translation.customFields`, COALESCE(`category.translation.fallback_1.customFields`,`category.translation.customFields`,`category.translation.customFields`) as `category.customFields`, `category.translation.fallback_1.createdAt`, `category.translation.createdAt`, `category.translation.fallback_1.updatedAt`, `category.translation.updatedAt`, `category.translation.fallback_1.categoryId`, `category.translation.categoryId`, `category.translation.fallback_1.languageId`, `category.translation.languageId`, `category.translation.fallback_1.categoryVersionId`, `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`, `category.translation.fallback_1`.name as `category.translation.fallback_1.name`, `category.translation.fallback_1`.breadcrumb as `category.translation.fallback_1.breadcrumb`, `category.translation.fallback_1`.slot_config as `category.translation.fallback_1.slotConfig`, `category.translation.fallback_1`.link_type as `category.translation.fallback_1.linkType`, `category.translation.fallback_1`.internal_link as `category.translation.fallback_1.internalLink`, `category.translation.fallback_1`.external_link as `category.translation.fallback_1.externalLink`, `category.translation.fallback_1`.link_new_tab as `category.translation.fallback_1.linkNewTab`, `category.translation.fallback_1`.description as `category.translation.fallback_1.description`, `category.translation.fallback_1`.meta_title as `category.translation.fallback_1.metaTitle`, `category.translation.fallback_1`.meta_description as `category.translation.fallback_1.metaDescription`, `category.translation.fallback_1`.keywords as `category.translation.fallback_1.keywords`, `category.translation.fallback_1`.custom_fields as `category.translation.fallback_1.customFields`, `category.translation.fallback_1`.created_at as `category.translation.fallback_1.createdAt`, `category.translation.fallback_1`.updated_at as `category.translation.fallback_1.updatedAt`, `category.translation.fallback_1`.category_id as `category.translation.fallback_1.categoryId`, `category.translation.fallback_1`.language_id as `category.translation.fallback_1.languageId`, `category.translation.fallback_1`.category_version_id as `category.translation.fallback_1.categoryVersionId` FROM `category_translation` `category.translation` LEFT JOIN `category_translation` `category.translation.fallback_1` ON `category.translation`.`category_id` = `category.translation.fallback_1`.`category_id` AND `category.translation.fallback_1`.language_id = :languageId1 AND `category.translation`.category_version_id = `category.translation.fallback_1`.category_version_id 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`, `category.media.translation.fallback_1`.title as `category.media.translation.fallback_1.title`, `category.media.translation.fallback_1`.alt as `category.media.translation.fallback_1.alt`, `category.media.translation.fallback_1`.custom_fields as `category.media.translation.fallback_1.customFields`, `category.media.translation.fallback_1`.created_at as `category.media.translation.fallback_1.createdAt`, `category.media.translation.fallback_1`.updated_at as `category.media.translation.fallback_1.updatedAt`, `category.media.translation.fallback_1`.media_id as `category.media.translation.fallback_1.mediaId`, `category.media.translation.fallback_1`.language_id as `category.media.translation.fallback_1.languageId` FROM `media_translation` `category.media.translation` LEFT JOIN `media_translation` `category.media.translation.fallback_1` ON `category.media.translation`.`media_id` = `category.media.translation.fallback_1`.`media_id` AND `category.media.translation.fallback_1`.language_id = :languageId1 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.fallback_1.title`,
`category.media.translation.title`,
COALESCE(
`category.media.translation.fallback_1.title`,
`category.media.translation.title`,
`category.media.translation.title`
) as `category.media.title`,
`category.media.translation.fallback_1.alt`,
`category.media.translation.alt`,
COALESCE(
`category.media.translation.fallback_1.alt`,
`category.media.translation.alt`,
`category.media.translation.alt`
) as `category.media.alt`,
`category.media.translation.fallback_1.customFields`,
`category.media.translation.customFields`,
COALESCE(
`category.media.translation.fallback_1.customFields`,
`category.media.translation.customFields`,
`category.media.translation.customFields`
) as `category.media.customFields`,
`category.media.translation.fallback_1.createdAt`,
`category.media.translation.createdAt`,
`category.media.translation.fallback_1.updatedAt`,
`category.media.translation.updatedAt`,
`category.media.translation.fallback_1.mediaId`,
`category.media.translation.mediaId`,
`category.media.translation.fallback_1.languageId`,
`category.media.translation.languageId`,
`category.translation.fallback_1.name`,
`category.translation.name`,
COALESCE(
`category.translation.fallback_1.name`,
`category.translation.name`, `category.translation.name`
) as `category.name`,
`category.translation.fallback_1.breadcrumb`,
`category.translation.breadcrumb`,
COALESCE(
`category.translation.fallback_1.breadcrumb`,
`category.translation.breadcrumb`,
`category.translation.breadcrumb`
) as `category.breadcrumb`,
`category.translation.fallback_1.slotConfig`,
`category.translation.slotConfig`,
COALESCE(
`category.translation.fallback_1.slotConfig`,
`category.translation.slotConfig`,
`category.translation.slotConfig`
) as `category.slotConfig`,
`category.translation.fallback_1.linkType`,
`category.translation.linkType`,
COALESCE(
`category.translation.fallback_1.linkType`,
`category.translation.linkType`,
`category.translation.linkType`
) as `category.linkType`,
`category.translation.fallback_1.internalLink`,
`category.translation.internalLink`,
COALESCE(
`category.translation.fallback_1.internalLink`,
`category.translation.internalLink`,
`category.translation.internalLink`
) as `category.internalLink`,
`category.translation.fallback_1.externalLink`,
`category.translation.externalLink`,
COALESCE(
`category.translation.fallback_1.externalLink`,
`category.translation.externalLink`,
`category.translation.externalLink`
) as `category.externalLink`,
`category.translation.fallback_1.linkNewTab`,
`category.translation.linkNewTab`,
COALESCE(
`category.translation.fallback_1.linkNewTab`,
`category.translation.linkNewTab`,
`category.translation.linkNewTab`
) as `category.linkNewTab`,
`category.translation.fallback_1.description`,
`category.translation.description`,
COALESCE(
`category.translation.fallback_1.description`,
`category.translation.description`,
`category.translation.description`
) as `category.description`,
`category.translation.fallback_1.metaTitle`,
`category.translation.metaTitle`,
COALESCE(
`category.translation.fallback_1.metaTitle`,
`category.translation.metaTitle`,
`category.translation.metaTitle`
) as `category.metaTitle`,
`category.translation.fallback_1.metaDescription`,
`category.translation.metaDescription`,
COALESCE(
`category.translation.fallback_1.metaDescription`,
`category.translation.metaDescription`,
`category.translation.metaDescription`
) as `category.metaDescription`,
`category.translation.fallback_1.keywords`,
`category.translation.keywords`,
COALESCE(
`category.translation.fallback_1.keywords`,
`category.translation.keywords`,
`category.translation.keywords`
) as `category.keywords`,
`category.translation.fallback_1.customFields`,
`category.translation.customFields`,
COALESCE(
`category.translation.fallback_1.customFields`,
`category.translation.customFields`,
`category.translation.customFields`
) as `category.customFields`,
`category.translation.fallback_1.createdAt`,
`category.translation.createdAt`,
`category.translation.fallback_1.updatedAt`,
`category.translation.updatedAt`,
`category.translation.fallback_1.categoryId`,
`category.translation.categoryId`,
`category.translation.fallback_1.languageId`,
`category.translation.languageId`,
`category.translation.fallback_1.categoryVersionId`,
`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`,
`category.translation.fallback_1`.name as `category.translation.fallback_1.name`,
`category.translation.fallback_1`.breadcrumb as `category.translation.fallback_1.breadcrumb`,
`category.translation.fallback_1`.slot_config as `category.translation.fallback_1.slotConfig`,
`category.translation.fallback_1`.link_type as `category.translation.fallback_1.linkType`,
`category.translation.fallback_1`.internal_link as `category.translation.fallback_1.internalLink`,
`category.translation.fallback_1`.external_link as `category.translation.fallback_1.externalLink`,
`category.translation.fallback_1`.link_new_tab as `category.translation.fallback_1.linkNewTab`,
`category.translation.fallback_1`.description as `category.translation.fallback_1.description`,
`category.translation.fallback_1`.meta_title as `category.translation.fallback_1.metaTitle`,
`category.translation.fallback_1`.meta_description as `category.translation.fallback_1.metaDescription`,
`category.translation.fallback_1`.keywords as `category.translation.fallback_1.keywords`,
`category.translation.fallback_1`.custom_fields as `category.translation.fallback_1.customFields`,
`category.translation.fallback_1`.created_at as `category.translation.fallback_1.createdAt`,
`category.translation.fallback_1`.updated_at as `category.translation.fallback_1.updatedAt`,
`category.translation.fallback_1`.category_id as `category.translation.fallback_1.categoryId`,
`category.translation.fallback_1`.language_id as `category.translation.fallback_1.languageId`,
`category.translation.fallback_1`.category_version_id as `category.translation.fallback_1.categoryVersionId`
FROM
`category_translation` `category.translation`
LEFT JOIN `category_translation` `category.translation.fallback_1` ON `category.translation`.`category_id` = `category.translation.fallback_1`.`category_id`
AND `category.translation.fallback_1`.language_id = : languageId1
AND `category.translation`.category_version_id = `category.translation.fallback_1`.category_version_id
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`,
`category.media.translation.fallback_1`.title as `category.media.translation.fallback_1.title`,
`category.media.translation.fallback_1`.alt as `category.media.translation.fallback_1.alt`,
`category.media.translation.fallback_1`.custom_fields as `category.media.translation.fallback_1.customFields`,
`category.media.translation.fallback_1`.created_at as `category.media.translation.fallback_1.createdAt`,
`category.media.translation.fallback_1`.updated_at as `category.media.translation.fallback_1.updatedAt`,
`category.media.translation.fallback_1`.media_id as `category.media.translation.fallback_1.mediaId`,
`category.media.translation.fallback_1`.language_id as `category.media.translation.fallback_1.languageId`
FROM
`media_translation` `category.media.translation`
LEFT JOIN `media_translation` `category.media.translation.fallback_1` ON `category.media.translation`.`media_id` = `category.media.translation.fallback_1`.`media_id`
AND `category.media.translation.fallback_1`.language_id = : languageId1
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.fallback_1.title`, `category.media.translation.title`, COALESCE(`category.media.translation.fallback_1.title`,`category.media.translation.title`,`category.media.translation.title`) as `category.media.title`, `category.media.translation.fallback_1.alt`, `category.media.translation.alt`, COALESCE(`category.media.translation.fallback_1.alt`,`category.media.translation.alt`,`category.media.translation.alt`) as `category.media.alt`, `category.media.translation.fallback_1.customFields`, `category.media.translation.customFields`, COALESCE(`category.media.translation.fallback_1.customFields`,`category.media.translation.customFields`,`category.media.translation.customFields`) as `category.media.customFields`, `category.media.translation.fallback_1.createdAt`, `category.media.translation.createdAt`, `category.media.translation.fallback_1.updatedAt`, `category.media.translation.updatedAt`, `category.media.translation.fallback_1.mediaId`, `category.media.translation.mediaId`, `category.media.translation.fallback_1.languageId`, `category.media.translation.languageId`, `category.translation.fallback_1.name`, `category.translation.name`, COALESCE(`category.translation.fallback_1.name`,`category.translation.name`,`category.translation.name`) as `category.name`, `category.translation.fallback_1.breadcrumb`, `category.translation.breadcrumb`, COALESCE(`category.translation.fallback_1.breadcrumb`,`category.translation.breadcrumb`,`category.translation.breadcrumb`) as `category.breadcrumb`, `category.translation.fallback_1.slotConfig`, `category.translation.slotConfig`, COALESCE(`category.translation.fallback_1.slotConfig`,`category.translation.slotConfig`,`category.translation.slotConfig`) as `category.slotConfig`, `category.translation.fallback_1.linkType`, `category.translation.linkType`, COALESCE(`category.translation.fallback_1.linkType`,`category.translation.linkType`,`category.translation.linkType`) as `category.linkType`, `category.translation.fallback_1.internalLink`, `category.translation.internalLink`, COALESCE(`category.translation.fallback_1.internalLink`,`category.translation.internalLink`,`category.translation.internalLink`) as `category.internalLink`, `category.translation.fallback_1.externalLink`, `category.translation.externalLink`, COALESCE(`category.translation.fallback_1.externalLink`,`category.translation.externalLink`,`category.translation.externalLink`) as `category.externalLink`, `category.translation.fallback_1.linkNewTab`, `category.translation.linkNewTab`, COALESCE(`category.translation.fallback_1.linkNewTab`,`category.translation.linkNewTab`,`category.translation.linkNewTab`) as `category.linkNewTab`, `category.translation.fallback_1.description`, `category.translation.description`, COALESCE(`category.translation.fallback_1.description`,`category.translation.description`,`category.translation.description`) as `category.description`, `category.translation.fallback_1.metaTitle`, `category.translation.metaTitle`, COALESCE(`category.translation.fallback_1.metaTitle`,`category.translation.metaTitle`,`category.translation.metaTitle`) as `category.metaTitle`, `category.translation.fallback_1.metaDescription`, `category.translation.metaDescription`, COALESCE(`category.translation.fallback_1.metaDescription`,`category.translation.metaDescription`,`category.translation.metaDescription`) as `category.metaDescription`, `category.translation.fallback_1.keywords`, `category.translation.keywords`, COALESCE(`category.translation.fallback_1.keywords`,`category.translation.keywords`,`category.translation.keywords`) as `category.keywords`, `category.translation.fallback_1.customFields`, `category.translation.customFields`, COALESCE(`category.translation.fallback_1.customFields`,`category.translation.customFields`,`category.translation.customFields`) as `category.customFields`, `category.translation.fallback_1.createdAt`, `category.translation.createdAt`, `category.translation.fallback_1.updatedAt`, `category.translation.updatedAt`, `category.translation.fallback_1.categoryId`, `category.translation.categoryId`, `category.translation.fallback_1.languageId`, `category.translation.languageId`, `category.translation.fallback_1.categoryVersionId`, `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`, `category.translation.fallback_1`.name as `category.translation.fallback_1.name`, `category.translation.fallback_1`.breadcrumb as `category.translation.fallback_1.breadcrumb`, `category.translation.fallback_1`.slot_config as `category.translation.fallback_1.slotConfig`, `category.translation.fallback_1`.link_type as `category.translation.fallback_1.linkType`, `category.translation.fallback_1`.internal_link as `category.translation.fallback_1.internalLink`, `category.translation.fallback_1`.external_link as `category.translation.fallback_1.externalLink`, `category.translation.fallback_1`.link_new_tab as `category.translation.fallback_1.linkNewTab`, `category.translation.fallback_1`.description as `category.translation.fallback_1.description`, `category.translation.fallback_1`.meta_title as `category.translation.fallback_1.metaTitle`, `category.translation.fallback_1`.meta_description as `category.translation.fallback_1.metaDescription`, `category.translation.fallback_1`.keywords as `category.translation.fallback_1.keywords`, `category.translation.fallback_1`.custom_fields as `category.translation.fallback_1.customFields`, `category.translation.fallback_1`.created_at as `category.translation.fallback_1.createdAt`, `category.translation.fallback_1`.updated_at as `category.translation.fallback_1.updatedAt`, `category.translation.fallback_1`.category_id as `category.translation.fallback_1.categoryId`, `category.translation.fallback_1`.language_id as `category.translation.fallback_1.languageId`, `category.translation.fallback_1`.category_version_id as `category.translation.fallback_1.categoryVersionId` FROM `category_translation` `category.translation` LEFT JOIN `category_translation` `category.translation.fallback_1` ON `category.translation`.`category_id` = `category.translation.fallback_1`.`category_id` AND `category.translation.fallback_1`.language_id = 0x76393D0A5F754C5A80FB3EC7B3B3DB05 AND `category.translation`.category_version_id = `category.translation.fallback_1`.category_version_id 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`, `category.media.translation.fallback_1`.title as `category.media.translation.fallback_1.title`, `category.media.translation.fallback_1`.alt as `category.media.translation.fallback_1.alt`, `category.media.translation.fallback_1`.custom_fields as `category.media.translation.fallback_1.customFields`, `category.media.translation.fallback_1`.created_at as `category.media.translation.fallback_1.createdAt`, `category.media.translation.fallback_1`.updated_at as `category.media.translation.fallback_1.updatedAt`, `category.media.translation.fallback_1`.media_id as `category.media.translation.fallback_1.mediaId`, `category.media.translation.fallback_1`.language_id as `category.media.translation.fallback_1.languageId` FROM `media_translation` `category.media.translation` LEFT JOIN `media_translation` `category.media.translation.fallback_1` ON `category.media.translation`.`media_id` = `category.media.translation.fallback_1`.`media_id` AND `category.media.translation.fallback_1`.language_id = 0x76393D0A5F754C5A80FB3EC7B3B3DB05 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 (0x8F60E1E3E13E417DA04B9B94F71586EB));
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 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 127)"
8 => "Shopware\Core\Content\Category\SalesChannel\CategoryRoute::loadCategory (line 77)"
9 => "Shopware\Core\Content\Category\SalesChannel\CategoryRoute::load (line 103)"
10 => "Shopware\Core\Content\Category\SalesChannel\CachedCategoryRoute::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 102)"
20 => "Shopware\Core\Content\Category\SalesChannel\CachedCategoryRoute::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 99)"
23 => "Shopware\Core\Content\Category\SalesChannel\CachedCategoryRoute::Shopware\Core\Content\Category\SalesChannel\{closure} (line 59)"
24 => "Shopware\Core\Profiling\Profiler::trace (line 88)"
25 => "Shopware\Core\Content\Category\SalesChannel\CachedCategoryRoute::load (line 66)"
26 => "Shopware\Storefront\Page\Navigation\NavigationPageLoader::load (line 48)"
27 => "Shopware\Storefront\Controller\NavigationController::home (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 479)"
32 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 452)"
33 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 346)"
34 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 224)"
35 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
36 => "Shopware\Core\HttpKernel::doHandle (line 81)"
37 => "Shopware\Core\HttpKernel::handle (line 85)"
]
|
| 48 |
0.47 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.fallback_1.name`, `cms_page.translation.name`, COALESCE(`cms_page.translation.fallback_1.name`,`cms_page.translation.name`,`cms_page.translation.name`) as `cms_page.name`, `cms_page.translation.fallback_1.customFields`, `cms_page.translation.customFields`, COALESCE(`cms_page.translation.fallback_1.customFields`,`cms_page.translation.customFields`,`cms_page.translation.customFields`) as `cms_page.customFields`, `cms_page.translation.fallback_1.createdAt`, `cms_page.translation.createdAt`, `cms_page.translation.fallback_1.updatedAt`, `cms_page.translation.updatedAt`, `cms_page.translation.fallback_1.cmsPageId`, `cms_page.translation.cmsPageId`, `cms_page.translation.fallback_1.languageId`, `cms_page.translation.languageId`, `cms_page.translation.fallback_1.cmsPageVersionId`, `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`, `cms_page.translation.fallback_1`.name as `cms_page.translation.fallback_1.name`, `cms_page.translation.fallback_1`.custom_fields as `cms_page.translation.fallback_1.customFields`, `cms_page.translation.fallback_1`.created_at as `cms_page.translation.fallback_1.createdAt`, `cms_page.translation.fallback_1`.updated_at as `cms_page.translation.fallback_1.updatedAt`, `cms_page.translation.fallback_1`.cms_page_id as `cms_page.translation.fallback_1.cmsPageId`, `cms_page.translation.fallback_1`.language_id as `cms_page.translation.fallback_1.languageId`, `cms_page.translation.fallback_1`.cms_page_version_id as `cms_page.translation.fallback_1.cmsPageVersionId` FROM `cms_page_translation` `cms_page.translation` LEFT JOIN `cms_page_translation` `cms_page.translation.fallback_1` ON `cms_page.translation`.`cms_page_id` = `cms_page.translation.fallback_1`.`cms_page_id` AND `cms_page.translation.fallback_1`.language_id = :languageId1 AND `cms_page.translation`.cms_page_version_id = `cms_page.translation.fallback_1`.cms_page_version_id 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.fallback_1.name`,
`cms_page.translation.name`,
COALESCE(
`cms_page.translation.fallback_1.name`,
`cms_page.translation.name`, `cms_page.translation.name`
) as `cms_page.name`,
`cms_page.translation.fallback_1.customFields`,
`cms_page.translation.customFields`,
COALESCE(
`cms_page.translation.fallback_1.customFields`,
`cms_page.translation.customFields`,
`cms_page.translation.customFields`
) as `cms_page.customFields`,
`cms_page.translation.fallback_1.createdAt`,
`cms_page.translation.createdAt`,
`cms_page.translation.fallback_1.updatedAt`,
`cms_page.translation.updatedAt`,
`cms_page.translation.fallback_1.cmsPageId`,
`cms_page.translation.cmsPageId`,
`cms_page.translation.fallback_1.languageId`,
`cms_page.translation.languageId`,
`cms_page.translation.fallback_1.cmsPageVersionId`,
`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`,
`cms_page.translation.fallback_1`.name as `cms_page.translation.fallback_1.name`,
`cms_page.translation.fallback_1`.custom_fields as `cms_page.translation.fallback_1.customFields`,
`cms_page.translation.fallback_1`.created_at as `cms_page.translation.fallback_1.createdAt`,
`cms_page.translation.fallback_1`.updated_at as `cms_page.translation.fallback_1.updatedAt`,
`cms_page.translation.fallback_1`.cms_page_id as `cms_page.translation.fallback_1.cmsPageId`,
`cms_page.translation.fallback_1`.language_id as `cms_page.translation.fallback_1.languageId`,
`cms_page.translation.fallback_1`.cms_page_version_id as `cms_page.translation.fallback_1.cmsPageVersionId`
FROM
`cms_page_translation` `cms_page.translation`
LEFT JOIN `cms_page_translation` `cms_page.translation.fallback_1` ON `cms_page.translation`.`cms_page_id` = `cms_page.translation.fallback_1`.`cms_page_id`
AND `cms_page.translation.fallback_1`.language_id = : languageId1
AND `cms_page.translation`.cms_page_version_id = `cms_page.translation.fallback_1`.cms_page_version_id
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.fallback_1.name`, `cms_page.translation.name`, COALESCE(`cms_page.translation.fallback_1.name`,`cms_page.translation.name`,`cms_page.translation.name`) as `cms_page.name`, `cms_page.translation.fallback_1.customFields`, `cms_page.translation.customFields`, COALESCE(`cms_page.translation.fallback_1.customFields`,`cms_page.translation.customFields`,`cms_page.translation.customFields`) as `cms_page.customFields`, `cms_page.translation.fallback_1.createdAt`, `cms_page.translation.createdAt`, `cms_page.translation.fallback_1.updatedAt`, `cms_page.translation.updatedAt`, `cms_page.translation.fallback_1.cmsPageId`, `cms_page.translation.cmsPageId`, `cms_page.translation.fallback_1.languageId`, `cms_page.translation.languageId`, `cms_page.translation.fallback_1.cmsPageVersionId`, `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`, `cms_page.translation.fallback_1`.name as `cms_page.translation.fallback_1.name`, `cms_page.translation.fallback_1`.custom_fields as `cms_page.translation.fallback_1.customFields`, `cms_page.translation.fallback_1`.created_at as `cms_page.translation.fallback_1.createdAt`, `cms_page.translation.fallback_1`.updated_at as `cms_page.translation.fallback_1.updatedAt`, `cms_page.translation.fallback_1`.cms_page_id as `cms_page.translation.fallback_1.cmsPageId`, `cms_page.translation.fallback_1`.language_id as `cms_page.translation.fallback_1.languageId`, `cms_page.translation.fallback_1`.cms_page_version_id as `cms_page.translation.fallback_1.cmsPageVersionId` FROM `cms_page_translation` `cms_page.translation` LEFT JOIN `cms_page_translation` `cms_page.translation.fallback_1` ON `cms_page.translation`.`cms_page_id` = `cms_page.translation.fallback_1`.`cms_page_id` AND `cms_page.translation.fallback_1`.language_id = 0x76393D0A5F754C5A80FB3EC7B3B3DB05 AND `cms_page.translation`.cms_page_version_id = `cms_page.translation.fallback_1`.cms_page_version_id 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 (0xD962B360D7654EFE96EE16BB5068D6DA));
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 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 101)"
13 => "Shopware\Core\Content\Category\SalesChannel\CategoryRoute::load (line 103)"
14 => "Shopware\Core\Content\Category\SalesChannel\CachedCategoryRoute::Shopware\Core\Content\Category\SalesChannel\{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 102)"
24 => "Shopware\Core\Content\Category\SalesChannel\CachedCategoryRoute::Shopware\Core\Content\Category\SalesChannel\{closure} (line 72)"
25 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 35)"
26 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 99)"
27 => "Shopware\Core\Content\Category\SalesChannel\CachedCategoryRoute::Shopware\Core\Content\Category\SalesChannel\{closure} (line 59)"
28 => "Shopware\Core\Profiling\Profiler::trace (line 88)"
29 => "Shopware\Core\Content\Category\SalesChannel\CachedCategoryRoute::load (line 66)"
30 => "Shopware\Storefront\Page\Navigation\NavigationPageLoader::load (line 48)"
31 => "Shopware\Storefront\Controller\NavigationController::home (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 479)"
36 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 452)"
37 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 346)"
38 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 224)"
39 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
40 => "Shopware\Core\HttpKernel::doHandle (line 81)"
41 => "Shopware\Core\HttpKernel::handle (line 85)"
]
|
| 49 |
0.77 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.fallback_1.title`, `cms_section.backgroundMedia.translation.title`, COALESCE(`cms_section.backgroundMedia.translation.fallback_1.title`,`cms_section.backgroundMedia.translation.title`,`cms_section.backgroundMedia.translation.title`) as `cms_section.backgroundMedia.title`, `cms_section.backgroundMedia.translation.fallback_1.alt`, `cms_section.backgroundMedia.translation.alt`, COALESCE(`cms_section.backgroundMedia.translation.fallback_1.alt`,`cms_section.backgroundMedia.translation.alt`,`cms_section.backgroundMedia.translation.alt`) as `cms_section.backgroundMedia.alt`, `cms_section.backgroundMedia.translation.fallback_1.customFields`, `cms_section.backgroundMedia.translation.customFields`, COALESCE(`cms_section.backgroundMedia.translation.fallback_1.customFields`,`cms_section.backgroundMedia.translation.customFields`,`cms_section.backgroundMedia.translation.customFields`) as `cms_section.backgroundMedia.customFields`, `cms_section.backgroundMedia.translation.fallback_1.createdAt`, `cms_section.backgroundMedia.translation.createdAt`, `cms_section.backgroundMedia.translation.fallback_1.updatedAt`, `cms_section.backgroundMedia.translation.updatedAt`, `cms_section.backgroundMedia.translation.fallback_1.mediaId`, `cms_section.backgroundMedia.translation.mediaId`, `cms_section.backgroundMedia.translation.fallback_1.languageId`, `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`, `cms_section.backgroundMedia.translation.fallback_1`.title as `cms_section.backgroundMedia.translation.fallback_1.title`, `cms_section.backgroundMedia.translation.fallback_1`.alt as `cms_section.backgroundMedia.translation.fallback_1.alt`, `cms_section.backgroundMedia.translation.fallback_1`.custom_fields as `cms_section.backgroundMedia.translation.fallback_1.customFields`, `cms_section.backgroundMedia.translation.fallback_1`.created_at as `cms_section.backgroundMedia.translation.fallback_1.createdAt`, `cms_section.backgroundMedia.translation.fallback_1`.updated_at as `cms_section.backgroundMedia.translation.fallback_1.updatedAt`, `cms_section.backgroundMedia.translation.fallback_1`.media_id as `cms_section.backgroundMedia.translation.fallback_1.mediaId`, `cms_section.backgroundMedia.translation.fallback_1`.language_id as `cms_section.backgroundMedia.translation.fallback_1.languageId` FROM `media_translation` `cms_section.backgroundMedia.translation` LEFT JOIN `media_translation` `cms_section.backgroundMedia.translation.fallback_1` ON `cms_section.backgroundMedia.translation`.`media_id` = `cms_section.backgroundMedia.translation.fallback_1`.`media_id` AND `cms_section.backgroundMedia.translation.fallback_1`.language_id = :languageId1 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_e271c5ad8c4d43ddad709ecc9b08c2c3)))
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.fallback_1.title`,
`cms_section.backgroundMedia.translation.title`,
COALESCE(
`cms_section.backgroundMedia.translation.fallback_1.title`,
`cms_section.backgroundMedia.translation.title`,
`cms_section.backgroundMedia.translation.title`
) as `cms_section.backgroundMedia.title`,
`cms_section.backgroundMedia.translation.fallback_1.alt`,
`cms_section.backgroundMedia.translation.alt`,
COALESCE(
`cms_section.backgroundMedia.translation.fallback_1.alt`,
`cms_section.backgroundMedia.translation.alt`,
`cms_section.backgroundMedia.translation.alt`
) as `cms_section.backgroundMedia.alt`,
`cms_section.backgroundMedia.translation.fallback_1.customFields`,
`cms_section.backgroundMedia.translation.customFields`,
COALESCE(
`cms_section.backgroundMedia.translation.fallback_1.customFields`,
`cms_section.backgroundMedia.translation.customFields`,
`cms_section.backgroundMedia.translation.customFields`
) as `cms_section.backgroundMedia.customFields`,
`cms_section.backgroundMedia.translation.fallback_1.createdAt`,
`cms_section.backgroundMedia.translation.createdAt`,
`cms_section.backgroundMedia.translation.fallback_1.updatedAt`,
`cms_section.backgroundMedia.translation.updatedAt`,
`cms_section.backgroundMedia.translation.fallback_1.mediaId`,
`cms_section.backgroundMedia.translation.mediaId`,
`cms_section.backgroundMedia.translation.fallback_1.languageId`,
`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`,
`cms_section.backgroundMedia.translation.fallback_1`.title as `cms_section.backgroundMedia.translation.fallback_1.title`,
`cms_section.backgroundMedia.translation.fallback_1`.alt as `cms_section.backgroundMedia.translation.fallback_1.alt`,
`cms_section.backgroundMedia.translation.fallback_1`.custom_fields as `cms_section.backgroundMedia.translation.fallback_1.customFields`,
`cms_section.backgroundMedia.translation.fallback_1`.created_at as `cms_section.backgroundMedia.translation.fallback_1.createdAt`,
`cms_section.backgroundMedia.translation.fallback_1`.updated_at as `cms_section.backgroundMedia.translation.fallback_1.updatedAt`,
`cms_section.backgroundMedia.translation.fallback_1`.media_id as `cms_section.backgroundMedia.translation.fallback_1.mediaId`,
`cms_section.backgroundMedia.translation.fallback_1`.language_id as `cms_section.backgroundMedia.translation.fallback_1.languageId`
FROM
`media_translation` `cms_section.backgroundMedia.translation`
LEFT JOIN `media_translation` `cms_section.backgroundMedia.translation.fallback_1` ON `cms_section.backgroundMedia.translation`.`media_id` = `cms_section.backgroundMedia.translation.fallback_1`.`media_id`
AND `cms_section.backgroundMedia.translation.fallback_1`.language_id = : languageId1
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_e271c5ad8c4d43ddad709ecc9b08c2c3
)
)
)
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.fallback_1.title`, `cms_section.backgroundMedia.translation.title`, COALESCE(`cms_section.backgroundMedia.translation.fallback_1.title`,`cms_section.backgroundMedia.translation.title`,`cms_section.backgroundMedia.translation.title`) as `cms_section.backgroundMedia.title`, `cms_section.backgroundMedia.translation.fallback_1.alt`, `cms_section.backgroundMedia.translation.alt`, COALESCE(`cms_section.backgroundMedia.translation.fallback_1.alt`,`cms_section.backgroundMedia.translation.alt`,`cms_section.backgroundMedia.translation.alt`) as `cms_section.backgroundMedia.alt`, `cms_section.backgroundMedia.translation.fallback_1.customFields`, `cms_section.backgroundMedia.translation.customFields`, COALESCE(`cms_section.backgroundMedia.translation.fallback_1.customFields`,`cms_section.backgroundMedia.translation.customFields`,`cms_section.backgroundMedia.translation.customFields`) as `cms_section.backgroundMedia.customFields`, `cms_section.backgroundMedia.translation.fallback_1.createdAt`, `cms_section.backgroundMedia.translation.createdAt`, `cms_section.backgroundMedia.translation.fallback_1.updatedAt`, `cms_section.backgroundMedia.translation.updatedAt`, `cms_section.backgroundMedia.translation.fallback_1.mediaId`, `cms_section.backgroundMedia.translation.mediaId`, `cms_section.backgroundMedia.translation.fallback_1.languageId`, `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`, `cms_section.backgroundMedia.translation.fallback_1`.title as `cms_section.backgroundMedia.translation.fallback_1.title`, `cms_section.backgroundMedia.translation.fallback_1`.alt as `cms_section.backgroundMedia.translation.fallback_1.alt`, `cms_section.backgroundMedia.translation.fallback_1`.custom_fields as `cms_section.backgroundMedia.translation.fallback_1.customFields`, `cms_section.backgroundMedia.translation.fallback_1`.created_at as `cms_section.backgroundMedia.translation.fallback_1.createdAt`, `cms_section.backgroundMedia.translation.fallback_1`.updated_at as `cms_section.backgroundMedia.translation.fallback_1.updatedAt`, `cms_section.backgroundMedia.translation.fallback_1`.media_id as `cms_section.backgroundMedia.translation.fallback_1.mediaId`, `cms_section.backgroundMedia.translation.fallback_1`.language_id as `cms_section.backgroundMedia.translation.fallback_1.languageId` FROM `media_translation` `cms_section.backgroundMedia.translation` LEFT JOIN `media_translation` `cms_section.backgroundMedia.translation.fallback_1` ON `cms_section.backgroundMedia.translation`.`media_id` = `cms_section.backgroundMedia.translation.fallback_1`.`media_id` AND `cms_section.backgroundMedia.translation.fallback_1`.language_id = 0x76393D0A5F754C5A80FB3EC7B3B3DB05 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 (0xD962B360D7654EFE96EE16BB5068D6DA)));
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 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 101)"
17 => "Shopware\Core\Content\Category\SalesChannel\CategoryRoute::load (line 103)"
18 => "Shopware\Core\Content\Category\SalesChannel\CachedCategoryRoute::Shopware\Core\Content\Category\SalesChannel\{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 102)"
28 => "Shopware\Core\Content\Category\SalesChannel\CachedCategoryRoute::Shopware\Core\Content\Category\SalesChannel\{closure} (line 72)"
29 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 35)"
30 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 99)"
31 => "Shopware\Core\Content\Category\SalesChannel\CachedCategoryRoute::Shopware\Core\Content\Category\SalesChannel\{closure} (line 59)"
32 => "Shopware\Core\Profiling\Profiler::trace (line 88)"
33 => "Shopware\Core\Content\Category\SalesChannel\CachedCategoryRoute::load (line 66)"
34 => "Shopware\Storefront\Page\Navigation\NavigationPageLoader::load (line 48)"
35 => "Shopware\Storefront\Controller\NavigationController::home (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 479)"
40 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 452)"
41 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 346)"
42 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 224)"
43 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
44 => "Shopware\Core\HttpKernel::doHandle (line 81)"
45 => "Shopware\Core\HttpKernel::handle (line 85)"
]
|
| 50 |
0.84 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.fallback_1.title`, `cms_block.backgroundMedia.translation.title`, COALESCE(`cms_block.backgroundMedia.translation.fallback_1.title`,`cms_block.backgroundMedia.translation.title`,`cms_block.backgroundMedia.translation.title`) as `cms_block.backgroundMedia.title`, `cms_block.backgroundMedia.translation.fallback_1.alt`, `cms_block.backgroundMedia.translation.alt`, COALESCE(`cms_block.backgroundMedia.translation.fallback_1.alt`,`cms_block.backgroundMedia.translation.alt`,`cms_block.backgroundMedia.translation.alt`) as `cms_block.backgroundMedia.alt`, `cms_block.backgroundMedia.translation.fallback_1.customFields`, `cms_block.backgroundMedia.translation.customFields`, COALESCE(`cms_block.backgroundMedia.translation.fallback_1.customFields`,`cms_block.backgroundMedia.translation.customFields`,`cms_block.backgroundMedia.translation.customFields`) as `cms_block.backgroundMedia.customFields`, `cms_block.backgroundMedia.translation.fallback_1.createdAt`, `cms_block.backgroundMedia.translation.createdAt`, `cms_block.backgroundMedia.translation.fallback_1.updatedAt`, `cms_block.backgroundMedia.translation.updatedAt`, `cms_block.backgroundMedia.translation.fallback_1.mediaId`, `cms_block.backgroundMedia.translation.mediaId`, `cms_block.backgroundMedia.translation.fallback_1.languageId`, `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`, `cms_block.backgroundMedia.translation.fallback_1`.title as `cms_block.backgroundMedia.translation.fallback_1.title`, `cms_block.backgroundMedia.translation.fallback_1`.alt as `cms_block.backgroundMedia.translation.fallback_1.alt`, `cms_block.backgroundMedia.translation.fallback_1`.custom_fields as `cms_block.backgroundMedia.translation.fallback_1.customFields`, `cms_block.backgroundMedia.translation.fallback_1`.created_at as `cms_block.backgroundMedia.translation.fallback_1.createdAt`, `cms_block.backgroundMedia.translation.fallback_1`.updated_at as `cms_block.backgroundMedia.translation.fallback_1.updatedAt`, `cms_block.backgroundMedia.translation.fallback_1`.media_id as `cms_block.backgroundMedia.translation.fallback_1.mediaId`, `cms_block.backgroundMedia.translation.fallback_1`.language_id as `cms_block.backgroundMedia.translation.fallback_1.languageId` FROM `media_translation` `cms_block.backgroundMedia.translation` LEFT JOIN `media_translation` `cms_block.backgroundMedia.translation.fallback_1` ON `cms_block.backgroundMedia.translation`.`media_id` = `cms_block.backgroundMedia.translation.fallback_1`.`media_id` AND `cms_block.backgroundMedia.translation.fallback_1`.language_id = :languageId1 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_5f3d04f71e1042a5adf754022c087f72)))
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.fallback_1.title`,
`cms_block.backgroundMedia.translation.title`,
COALESCE(
`cms_block.backgroundMedia.translation.fallback_1.title`,
`cms_block.backgroundMedia.translation.title`,
`cms_block.backgroundMedia.translation.title`
) as `cms_block.backgroundMedia.title`,
`cms_block.backgroundMedia.translation.fallback_1.alt`,
`cms_block.backgroundMedia.translation.alt`,
COALESCE(
`cms_block.backgroundMedia.translation.fallback_1.alt`,
`cms_block.backgroundMedia.translation.alt`,
`cms_block.backgroundMedia.translation.alt`
) as `cms_block.backgroundMedia.alt`,
`cms_block.backgroundMedia.translation.fallback_1.customFields`,
`cms_block.backgroundMedia.translation.customFields`,
COALESCE(
`cms_block.backgroundMedia.translation.fallback_1.customFields`,
`cms_block.backgroundMedia.translation.customFields`,
`cms_block.backgroundMedia.translation.customFields`
) as `cms_block.backgroundMedia.customFields`,
`cms_block.backgroundMedia.translation.fallback_1.createdAt`,
`cms_block.backgroundMedia.translation.createdAt`,
`cms_block.backgroundMedia.translation.fallback_1.updatedAt`,
`cms_block.backgroundMedia.translation.updatedAt`,
`cms_block.backgroundMedia.translation.fallback_1.mediaId`,
`cms_block.backgroundMedia.translation.mediaId`,
`cms_block.backgroundMedia.translation.fallback_1.languageId`,
`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`,
`cms_block.backgroundMedia.translation.fallback_1`.title as `cms_block.backgroundMedia.translation.fallback_1.title`,
`cms_block.backgroundMedia.translation.fallback_1`.alt as `cms_block.backgroundMedia.translation.fallback_1.alt`,
`cms_block.backgroundMedia.translation.fallback_1`.custom_fields as `cms_block.backgroundMedia.translation.fallback_1.customFields`,
`cms_block.backgroundMedia.translation.fallback_1`.created_at as `cms_block.backgroundMedia.translation.fallback_1.createdAt`,
`cms_block.backgroundMedia.translation.fallback_1`.updated_at as `cms_block.backgroundMedia.translation.fallback_1.updatedAt`,
`cms_block.backgroundMedia.translation.fallback_1`.media_id as `cms_block.backgroundMedia.translation.fallback_1.mediaId`,
`cms_block.backgroundMedia.translation.fallback_1`.language_id as `cms_block.backgroundMedia.translation.fallback_1.languageId`
FROM
`media_translation` `cms_block.backgroundMedia.translation`
LEFT JOIN `media_translation` `cms_block.backgroundMedia.translation.fallback_1` ON `cms_block.backgroundMedia.translation`.`media_id` = `cms_block.backgroundMedia.translation.fallback_1`.`media_id`
AND `cms_block.backgroundMedia.translation.fallback_1`.language_id = : languageId1
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_5f3d04f71e1042a5adf754022c087f72
)
)
)
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.fallback_1.title`, `cms_block.backgroundMedia.translation.title`, COALESCE(`cms_block.backgroundMedia.translation.fallback_1.title`,`cms_block.backgroundMedia.translation.title`,`cms_block.backgroundMedia.translation.title`) as `cms_block.backgroundMedia.title`, `cms_block.backgroundMedia.translation.fallback_1.alt`, `cms_block.backgroundMedia.translation.alt`, COALESCE(`cms_block.backgroundMedia.translation.fallback_1.alt`,`cms_block.backgroundMedia.translation.alt`,`cms_block.backgroundMedia.translation.alt`) as `cms_block.backgroundMedia.alt`, `cms_block.backgroundMedia.translation.fallback_1.customFields`, `cms_block.backgroundMedia.translation.customFields`, COALESCE(`cms_block.backgroundMedia.translation.fallback_1.customFields`,`cms_block.backgroundMedia.translation.customFields`,`cms_block.backgroundMedia.translation.customFields`) as `cms_block.backgroundMedia.customFields`, `cms_block.backgroundMedia.translation.fallback_1.createdAt`, `cms_block.backgroundMedia.translation.createdAt`, `cms_block.backgroundMedia.translation.fallback_1.updatedAt`, `cms_block.backgroundMedia.translation.updatedAt`, `cms_block.backgroundMedia.translation.fallback_1.mediaId`, `cms_block.backgroundMedia.translation.mediaId`, `cms_block.backgroundMedia.translation.fallback_1.languageId`, `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`, `cms_block.backgroundMedia.translation.fallback_1`.title as `cms_block.backgroundMedia.translation.fallback_1.title`, `cms_block.backgroundMedia.translation.fallback_1`.alt as `cms_block.backgroundMedia.translation.fallback_1.alt`, `cms_block.backgroundMedia.translation.fallback_1`.custom_fields as `cms_block.backgroundMedia.translation.fallback_1.customFields`, `cms_block.backgroundMedia.translation.fallback_1`.created_at as `cms_block.backgroundMedia.translation.fallback_1.createdAt`, `cms_block.backgroundMedia.translation.fallback_1`.updated_at as `cms_block.backgroundMedia.translation.fallback_1.updatedAt`, `cms_block.backgroundMedia.translation.fallback_1`.media_id as `cms_block.backgroundMedia.translation.fallback_1.mediaId`, `cms_block.backgroundMedia.translation.fallback_1`.language_id as `cms_block.backgroundMedia.translation.fallback_1.languageId` FROM `media_translation` `cms_block.backgroundMedia.translation` LEFT JOIN `media_translation` `cms_block.backgroundMedia.translation.fallback_1` ON `cms_block.backgroundMedia.translation`.`media_id` = `cms_block.backgroundMedia.translation.fallback_1`.`media_id` AND `cms_block.backgroundMedia.translation.fallback_1`.language_id = 0x76393D0A5F754C5A80FB3EC7B3B3DB05 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 (0x99613512FD0948ACACE564BCEF950760)));
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 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 101)"
21 => "Shopware\Core\Content\Category\SalesChannel\CategoryRoute::load (line 103)"
22 => "Shopware\Core\Content\Category\SalesChannel\CachedCategoryRoute::Shopware\Core\Content\Category\SalesChannel\{closure} (line 350)"
23 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 44)"
24 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 120)"
25 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 43)"
26 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 46)"
27 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 42)"
28 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 41)"
29 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 59)"
30 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 40)"
31 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 102)"
32 => "Shopware\Core\Content\Category\SalesChannel\CachedCategoryRoute::Shopware\Core\Content\Category\SalesChannel\{closure} (line 72)"
33 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 35)"
34 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 99)"
35 => "Shopware\Core\Content\Category\SalesChannel\CachedCategoryRoute::Shopware\Core\Content\Category\SalesChannel\{closure} (line 59)"
36 => "Shopware\Core\Profiling\Profiler::trace (line 88)"
37 => "Shopware\Core\Content\Category\SalesChannel\CachedCategoryRoute::load (line 66)"
38 => "Shopware\Storefront\Page\Navigation\NavigationPageLoader::load (line 48)"
39 => "Shopware\Storefront\Controller\NavigationController::home (line 163)"
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 479)"
44 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 452)"
45 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 346)"
46 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 224)"
47 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
48 => "Shopware\Core\HttpKernel::doHandle (line 81)"
49 => "Shopware\Core\HttpKernel::handle (line 85)"
]
|
| 51 |
0.49 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.fallback_1.config`, `cms_slot.translation.config`, COALESCE(`cms_slot.translation.fallback_1.config`,`cms_slot.translation.config`,`cms_slot.translation.config`) as `cms_slot.config`, `cms_slot.translation.fallback_1.customFields`, `cms_slot.translation.customFields`, COALESCE(`cms_slot.translation.fallback_1.customFields`,`cms_slot.translation.customFields`,`cms_slot.translation.customFields`) as `cms_slot.customFields`, `cms_slot.translation.fallback_1.createdAt`, `cms_slot.translation.createdAt`, `cms_slot.translation.fallback_1.updatedAt`, `cms_slot.translation.updatedAt`, `cms_slot.translation.fallback_1.cmsSlotId`, `cms_slot.translation.cmsSlotId`, `cms_slot.translation.fallback_1.languageId`, `cms_slot.translation.languageId`, `cms_slot.translation.fallback_1.cmsSlotVersionId`, `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`, `cms_slot.translation.fallback_1`.config as `cms_slot.translation.fallback_1.config`, `cms_slot.translation.fallback_1`.custom_fields as `cms_slot.translation.fallback_1.customFields`, `cms_slot.translation.fallback_1`.created_at as `cms_slot.translation.fallback_1.createdAt`, `cms_slot.translation.fallback_1`.updated_at as `cms_slot.translation.fallback_1.updatedAt`, `cms_slot.translation.fallback_1`.cms_slot_id as `cms_slot.translation.fallback_1.cmsSlotId`, `cms_slot.translation.fallback_1`.language_id as `cms_slot.translation.fallback_1.languageId`, `cms_slot.translation.fallback_1`.cms_slot_version_id as `cms_slot.translation.fallback_1.cmsSlotVersionId` FROM `cms_slot_translation` `cms_slot.translation` LEFT JOIN `cms_slot_translation` `cms_slot.translation.fallback_1` ON `cms_slot.translation`.`cms_slot_id` = `cms_slot.translation.fallback_1`.`cms_slot_id` AND `cms_slot.translation.fallback_1`.language_id = :languageId1 AND `cms_slot.translation`.cms_slot_version_id = `cms_slot.translation.fallback_1`.cms_slot_version_id 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_231c942124244bfeb4e7d465eb22ed47)))
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.fallback_1.config`,
`cms_slot.translation.config`,
COALESCE(
`cms_slot.translation.fallback_1.config`,
`cms_slot.translation.config`,
`cms_slot.translation.config`
) as `cms_slot.config`,
`cms_slot.translation.fallback_1.customFields`,
`cms_slot.translation.customFields`,
COALESCE(
`cms_slot.translation.fallback_1.customFields`,
`cms_slot.translation.customFields`,
`cms_slot.translation.customFields`
) as `cms_slot.customFields`,
`cms_slot.translation.fallback_1.createdAt`,
`cms_slot.translation.createdAt`,
`cms_slot.translation.fallback_1.updatedAt`,
`cms_slot.translation.updatedAt`,
`cms_slot.translation.fallback_1.cmsSlotId`,
`cms_slot.translation.cmsSlotId`,
`cms_slot.translation.fallback_1.languageId`,
`cms_slot.translation.languageId`,
`cms_slot.translation.fallback_1.cmsSlotVersionId`,
`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`,
`cms_slot.translation.fallback_1`.config as `cms_slot.translation.fallback_1.config`,
`cms_slot.translation.fallback_1`.custom_fields as `cms_slot.translation.fallback_1.customFields`,
`cms_slot.translation.fallback_1`.created_at as `cms_slot.translation.fallback_1.createdAt`,
`cms_slot.translation.fallback_1`.updated_at as `cms_slot.translation.fallback_1.updatedAt`,
`cms_slot.translation.fallback_1`.cms_slot_id as `cms_slot.translation.fallback_1.cmsSlotId`,
`cms_slot.translation.fallback_1`.language_id as `cms_slot.translation.fallback_1.languageId`,
`cms_slot.translation.fallback_1`.cms_slot_version_id as `cms_slot.translation.fallback_1.cmsSlotVersionId`
FROM
`cms_slot_translation` `cms_slot.translation`
LEFT JOIN `cms_slot_translation` `cms_slot.translation.fallback_1` ON `cms_slot.translation`.`cms_slot_id` = `cms_slot.translation.fallback_1`.`cms_slot_id`
AND `cms_slot.translation.fallback_1`.language_id = : languageId1
AND `cms_slot.translation`.cms_slot_version_id = `cms_slot.translation.fallback_1`.cms_slot_version_id
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_231c942124244bfeb4e7d465eb22ed47
)
)
)
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.fallback_1.config`, `cms_slot.translation.config`, COALESCE(`cms_slot.translation.fallback_1.config`,`cms_slot.translation.config`,`cms_slot.translation.config`) as `cms_slot.config`, `cms_slot.translation.fallback_1.customFields`, `cms_slot.translation.customFields`, COALESCE(`cms_slot.translation.fallback_1.customFields`,`cms_slot.translation.customFields`,`cms_slot.translation.customFields`) as `cms_slot.customFields`, `cms_slot.translation.fallback_1.createdAt`, `cms_slot.translation.createdAt`, `cms_slot.translation.fallback_1.updatedAt`, `cms_slot.translation.updatedAt`, `cms_slot.translation.fallback_1.cmsSlotId`, `cms_slot.translation.cmsSlotId`, `cms_slot.translation.fallback_1.languageId`, `cms_slot.translation.languageId`, `cms_slot.translation.fallback_1.cmsSlotVersionId`, `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`, `cms_slot.translation.fallback_1`.config as `cms_slot.translation.fallback_1.config`, `cms_slot.translation.fallback_1`.custom_fields as `cms_slot.translation.fallback_1.customFields`, `cms_slot.translation.fallback_1`.created_at as `cms_slot.translation.fallback_1.createdAt`, `cms_slot.translation.fallback_1`.updated_at as `cms_slot.translation.fallback_1.updatedAt`, `cms_slot.translation.fallback_1`.cms_slot_id as `cms_slot.translation.fallback_1.cmsSlotId`, `cms_slot.translation.fallback_1`.language_id as `cms_slot.translation.fallback_1.languageId`, `cms_slot.translation.fallback_1`.cms_slot_version_id as `cms_slot.translation.fallback_1.cmsSlotVersionId` FROM `cms_slot_translation` `cms_slot.translation` LEFT JOIN `cms_slot_translation` `cms_slot.translation.fallback_1` ON `cms_slot.translation`.`cms_slot_id` = `cms_slot.translation.fallback_1`.`cms_slot_id` AND `cms_slot.translation.fallback_1`.language_id = 0x76393D0A5F754C5A80FB3EC7B3B3DB05 AND `cms_slot.translation`.cms_slot_version_id = `cms_slot.translation.fallback_1`.cms_slot_version_id 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 (0x0E38F412E06B40BFA7CF53A861B3C0F7, 0x1F857BF05A5844B3926BD40EB33AF847, 0x6D1B213DF1554C9BA34FE6E92183A6F7)));
array:54 [
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 101)"
25 => "Shopware\Core\Content\Category\SalesChannel\CategoryRoute::load (line 103)"
26 => "Shopware\Core\Content\Category\SalesChannel\CachedCategoryRoute::Shopware\Core\Content\Category\SalesChannel\{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 102)"
36 => "Shopware\Core\Content\Category\SalesChannel\CachedCategoryRoute::Shopware\Core\Content\Category\SalesChannel\{closure} (line 72)"
37 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 35)"
38 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 99)"
39 => "Shopware\Core\Content\Category\SalesChannel\CachedCategoryRoute::Shopware\Core\Content\Category\SalesChannel\{closure} (line 59)"
40 => "Shopware\Core\Profiling\Profiler::trace (line 88)"
41 => "Shopware\Core\Content\Category\SalesChannel\CachedCategoryRoute::load (line 66)"
42 => "Shopware\Storefront\Page\Navigation\NavigationPageLoader::load (line 48)"
43 => "Shopware\Storefront\Controller\NavigationController::home (line 163)"
44 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
45 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
46 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
47 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 479)"
48 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 452)"
49 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 346)"
50 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 224)"
51 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
52 => "Shopware\Core\HttpKernel::doHandle (line 81)"
53 => "Shopware\Core\HttpKernel::handle (line 85)"
]
|
| 52 |
0.08 ms |
SELECT `product_sorting`.`id` FROM `product_sorting` WHERE (`product_sorting`.`active` = :param_58b2b5a835ba4380958f888c886900f8) 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: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 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 113)"
24 => "Maxia\MaxiaListingVariants6\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 101)"
28 => "Shopware\Core\Content\Category\SalesChannel\CategoryRoute::load (line 103)"
29 => "Shopware\Core\Content\Category\SalesChannel\CachedCategoryRoute::Shopware\Core\Content\Category\SalesChannel\{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 102)"
39 => "Shopware\Core\Content\Category\SalesChannel\CachedCategoryRoute::Shopware\Core\Content\Category\SalesChannel\{closure} (line 72)"
40 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 35)"
41 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 99)"
42 => "Shopware\Core\Content\Category\SalesChannel\CachedCategoryRoute::Shopware\Core\Content\Category\SalesChannel\{closure} (line 59)"
43 => "Shopware\Core\Profiling\Profiler::trace (line 88)"
44 => "Shopware\Core\Content\Category\SalesChannel\CachedCategoryRoute::load (line 66)"
45 => "Shopware\Storefront\Page\Navigation\NavigationPageLoader::load (line 48)"
46 => "Shopware\Storefront\Controller\NavigationController::home (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 479)"
51 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 452)"
52 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 346)"
53 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 224)"
54 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
55 => "Shopware\Core\HttpKernel::doHandle (line 81)"
56 => "Shopware\Core\HttpKernel::handle (line 85)"
]
|
| 53 |
0.43 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.fallback_1.label`, `product_sorting.translation.label`, COALESCE(`product_sorting.translation.fallback_1.label`,`product_sorting.translation.label`,`product_sorting.translation.label`) as `product_sorting.label`, `product_sorting.translation.fallback_1.createdAt`, `product_sorting.translation.createdAt`, `product_sorting.translation.fallback_1.updatedAt`, `product_sorting.translation.updatedAt`, `product_sorting.translation.fallback_1.productSortingId`, `product_sorting.translation.productSortingId`, `product_sorting.translation.fallback_1.languageId`, `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`, `product_sorting.translation.fallback_1`.label as `product_sorting.translation.fallback_1.label`, `product_sorting.translation.fallback_1`.created_at as `product_sorting.translation.fallback_1.createdAt`, `product_sorting.translation.fallback_1`.updated_at as `product_sorting.translation.fallback_1.updatedAt`, `product_sorting.translation.fallback_1`.product_sorting_id as `product_sorting.translation.fallback_1.productSortingId`, `product_sorting.translation.fallback_1`.language_id as `product_sorting.translation.fallback_1.languageId` FROM `product_sorting_translation` `product_sorting.translation` LEFT JOIN `product_sorting_translation` `product_sorting.translation.fallback_1` ON `product_sorting.translation`.`product_sorting_id` = `product_sorting.translation.fallback_1`.`product_sorting_id` AND `product_sorting.translation.fallback_1`.language_id = :languageId1 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.fallback_1.label`, `product_sorting.translation.label`, COALESCE(`product_sorting.translation.fallback_1.label`,`product_sorting.translation.label`,`product_sorting.translation.label`) as `product_sorting.label`, `product_sorting.translation.fallback_1.createdAt`, `product_sorting.translation.createdAt`, `product_sorting.translation.fallback_1.updatedAt`, `product_sorting.translation.updatedAt`, `product_sorting.translation.fallback_1.productSortingId`, `product_sorting.translation.productSortingId`, `product_sorting.translation.fallback_1.languageId`, `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`, `product_sorting.translation.fallback_1`.label as `product_sorting.translation.fallback_1.label`, `product_sorting.translation.fallback_1`.created_at as `product_sorting.translation.fallback_1.createdAt`, `product_sorting.translation.fallback_1`.updated_at as `product_sorting.translation.fallback_1.updatedAt`, `product_sorting.translation.fallback_1`.product_sorting_id as `product_sorting.translation.fallback_1.productSortingId`, `product_sorting.translation.fallback_1`.language_id as `product_sorting.translation.fallback_1.languageId` FROM `product_sorting_translation` `product_sorting.translation` LEFT JOIN `product_sorting_translation` `product_sorting.translation.fallback_1` ON `product_sorting.translation`.`product_sorting_id` = `product_sorting.translation.fallback_1`.`product_sorting_id` AND `product_sorting.translation.fallback_1`.language_id = 0x76393D0A5F754C5A80FB3EC7B3B3DB05 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 (0x39938EF3527C4DD5ACD36B0EEDA0CF33, 0x6EA5ACF7B44B4884AEF69CE191680598, 0x70AF2BAC8D74419580F7FC2A01343847, 0x279F0598229F4AB5AB232C0C0176A5C8, 0x44C1766BEDFE4771B61FE035B2243E49, 0xF309928C118E42E097947050A664AAA8);
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 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 113)"
25 => "Maxia\MaxiaListingVariants6\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 101)"
29 => "Shopware\Core\Content\Category\SalesChannel\CategoryRoute::load (line 103)"
30 => "Shopware\Core\Content\Category\SalesChannel\CachedCategoryRoute::Shopware\Core\Content\Category\SalesChannel\{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 102)"
40 => "Shopware\Core\Content\Category\SalesChannel\CachedCategoryRoute::Shopware\Core\Content\Category\SalesChannel\{closure} (line 72)"
41 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 35)"
42 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 99)"
43 => "Shopware\Core\Content\Category\SalesChannel\CachedCategoryRoute::Shopware\Core\Content\Category\SalesChannel\{closure} (line 59)"
44 => "Shopware\Core\Profiling\Profiler::trace (line 88)"
45 => "Shopware\Core\Content\Category\SalesChannel\CachedCategoryRoute::load (line 66)"
46 => "Shopware\Storefront\Page\Navigation\NavigationPageLoader::load (line 48)"
47 => "Shopware\Storefront\Controller\NavigationController::home (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 479)"
52 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 452)"
53 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 346)"
54 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 224)"
55 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
56 => "Shopware\Core\HttpKernel::doHandle (line 81)"
57 => "Shopware\Core\HttpKernel::handle (line 85)"
]
|
| 54 |
1.12 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.fallback_1.name`, `category.translation.name`, COALESCE(`category.translation.fallback_1.name`,`category.translation.name`,`category.translation.name`) as `category.name`, `category.translation.fallback_1.breadcrumb`, `category.translation.breadcrumb`, COALESCE(`category.translation.fallback_1.breadcrumb`,`category.translation.breadcrumb`,`category.translation.breadcrumb`) as `category.breadcrumb`, `category.translation.fallback_1.slotConfig`, `category.translation.slotConfig`, COALESCE(`category.translation.fallback_1.slotConfig`,`category.translation.slotConfig`,`category.translation.slotConfig`) as `category.slotConfig`, `category.translation.fallback_1.linkType`, `category.translation.linkType`, COALESCE(`category.translation.fallback_1.linkType`,`category.translation.linkType`,`category.translation.linkType`) as `category.linkType`, `category.translation.fallback_1.internalLink`, `category.translation.internalLink`, COALESCE(`category.translation.fallback_1.internalLink`,`category.translation.internalLink`,`category.translation.internalLink`) as `category.internalLink`, `category.translation.fallback_1.externalLink`, `category.translation.externalLink`, COALESCE(`category.translation.fallback_1.externalLink`,`category.translation.externalLink`,`category.translation.externalLink`) as `category.externalLink`, `category.translation.fallback_1.linkNewTab`, `category.translation.linkNewTab`, COALESCE(`category.translation.fallback_1.linkNewTab`,`category.translation.linkNewTab`,`category.translation.linkNewTab`) as `category.linkNewTab`, `category.translation.fallback_1.description`, `category.translation.description`, COALESCE(`category.translation.fallback_1.description`,`category.translation.description`,`category.translation.description`) as `category.description`, `category.translation.fallback_1.metaTitle`, `category.translation.metaTitle`, COALESCE(`category.translation.fallback_1.metaTitle`,`category.translation.metaTitle`,`category.translation.metaTitle`) as `category.metaTitle`, `category.translation.fallback_1.metaDescription`, `category.translation.metaDescription`, COALESCE(`category.translation.fallback_1.metaDescription`,`category.translation.metaDescription`,`category.translation.metaDescription`) as `category.metaDescription`, `category.translation.fallback_1.keywords`, `category.translation.keywords`, COALESCE(`category.translation.fallback_1.keywords`,`category.translation.keywords`,`category.translation.keywords`) as `category.keywords`, `category.translation.fallback_1.customFields`, `category.translation.customFields`, COALESCE(`category.translation.fallback_1.customFields`,`category.translation.customFields`,`category.translation.customFields`) as `category.customFields`, `category.translation.fallback_1.createdAt`, `category.translation.createdAt`, `category.translation.fallback_1.updatedAt`, `category.translation.updatedAt`, `category.translation.fallback_1.categoryId`, `category.translation.categoryId`, `category.translation.fallback_1.languageId`, `category.translation.languageId`, `category.translation.fallback_1.categoryVersionId`, `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`, `category.translation.fallback_1`.name as `category.translation.fallback_1.name`, `category.translation.fallback_1`.breadcrumb as `category.translation.fallback_1.breadcrumb`, `category.translation.fallback_1`.slot_config as `category.translation.fallback_1.slotConfig`, `category.translation.fallback_1`.link_type as `category.translation.fallback_1.linkType`, `category.translation.fallback_1`.internal_link as `category.translation.fallback_1.internalLink`, `category.translation.fallback_1`.external_link as `category.translation.fallback_1.externalLink`, `category.translation.fallback_1`.link_new_tab as `category.translation.fallback_1.linkNewTab`, `category.translation.fallback_1`.description as `category.translation.fallback_1.description`, `category.translation.fallback_1`.meta_title as `category.translation.fallback_1.metaTitle`, `category.translation.fallback_1`.meta_description as `category.translation.fallback_1.metaDescription`, `category.translation.fallback_1`.keywords as `category.translation.fallback_1.keywords`, `category.translation.fallback_1`.custom_fields as `category.translation.fallback_1.customFields`, `category.translation.fallback_1`.created_at as `category.translation.fallback_1.createdAt`, `category.translation.fallback_1`.updated_at as `category.translation.fallback_1.updatedAt`, `category.translation.fallback_1`.category_id as `category.translation.fallback_1.categoryId`, `category.translation.fallback_1`.language_id as `category.translation.fallback_1.languageId`, `category.translation.fallback_1`.category_version_id as `category.translation.fallback_1.categoryVersionId` FROM `category_translation` `category.translation` LEFT JOIN `category_translation` `category.translation.fallback_1` ON `category.translation`.`category_id` = `category.translation.fallback_1`.`category_id` AND `category.translation.fallback_1`.language_id = :languageId1 AND `category.translation`.category_version_id = `category.translation.fallback_1`.category_version_id 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.fallback_1.name`,
`category.translation.name`,
COALESCE(
`category.translation.fallback_1.name`,
`category.translation.name`, `category.translation.name`
) as `category.name`,
`category.translation.fallback_1.breadcrumb`,
`category.translation.breadcrumb`,
COALESCE(
`category.translation.fallback_1.breadcrumb`,
`category.translation.breadcrumb`,
`category.translation.breadcrumb`
) as `category.breadcrumb`,
`category.translation.fallback_1.slotConfig`,
`category.translation.slotConfig`,
COALESCE(
`category.translation.fallback_1.slotConfig`,
`category.translation.slotConfig`,
`category.translation.slotConfig`
) as `category.slotConfig`,
`category.translation.fallback_1.linkType`,
`category.translation.linkType`,
COALESCE(
`category.translation.fallback_1.linkType`,
`category.translation.linkType`,
`category.translation.linkType`
) as `category.linkType`,
`category.translation.fallback_1.internalLink`,
`category.translation.internalLink`,
COALESCE(
`category.translation.fallback_1.internalLink`,
`category.translation.internalLink`,
`category.translation.internalLink`
) as `category.internalLink`,
`category.translation.fallback_1.externalLink`,
`category.translation.externalLink`,
COALESCE(
`category.translation.fallback_1.externalLink`,
`category.translation.externalLink`,
`category.translation.externalLink`
) as `category.externalLink`,
`category.translation.fallback_1.linkNewTab`,
`category.translation.linkNewTab`,
COALESCE(
`category.translation.fallback_1.linkNewTab`,
`category.translation.linkNewTab`,
`category.translation.linkNewTab`
) as `category.linkNewTab`,
`category.translation.fallback_1.description`,
`category.translation.description`,
COALESCE(
`category.translation.fallback_1.description`,
`category.translation.description`,
`category.translation.description`
) as `category.description`,
`category.translation.fallback_1.metaTitle`,
`category.translation.metaTitle`,
COALESCE(
`category.translation.fallback_1.metaTitle`,
`category.translation.metaTitle`,
`category.translation.metaTitle`
) as `category.metaTitle`,
`category.translation.fallback_1.metaDescription`,
`category.translation.metaDescription`,
COALESCE(
`category.translation.fallback_1.metaDescription`,
`category.translation.metaDescription`,
`category.translation.metaDescription`
) as `category.metaDescription`,
`category.translation.fallback_1.keywords`,
`category.translation.keywords`,
COALESCE(
`category.translation.fallback_1.keywords`,
`category.translation.keywords`,
`category.translation.keywords`
) as `category.keywords`,
`category.translation.fallback_1.customFields`,
`category.translation.customFields`,
COALESCE(
`category.translation.fallback_1.customFields`,
`category.translation.customFields`,
`category.translation.customFields`
) as `category.customFields`,
`category.translation.fallback_1.createdAt`,
`category.translation.createdAt`,
`category.translation.fallback_1.updatedAt`,
`category.translation.updatedAt`,
`category.translation.fallback_1.categoryId`,
`category.translation.categoryId`,
`category.translation.fallback_1.languageId`,
`category.translation.languageId`,
`category.translation.fallback_1.categoryVersionId`,
`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`,
`category.translation.fallback_1`.name as `category.translation.fallback_1.name`,
`category.translation.fallback_1`.breadcrumb as `category.translation.fallback_1.breadcrumb`,
`category.translation.fallback_1`.slot_config as `category.translation.fallback_1.slotConfig`,
`category.translation.fallback_1`.link_type as `category.translation.fallback_1.linkType`,
`category.translation.fallback_1`.internal_link as `category.translation.fallback_1.internalLink`,
`category.translation.fallback_1`.external_link as `category.translation.fallback_1.externalLink`,
`category.translation.fallback_1`.link_new_tab as `category.translation.fallback_1.linkNewTab`,
`category.translation.fallback_1`.description as `category.translation.fallback_1.description`,
`category.translation.fallback_1`.meta_title as `category.translation.fallback_1.metaTitle`,
`category.translation.fallback_1`.meta_description as `category.translation.fallback_1.metaDescription`,
`category.translation.fallback_1`.keywords as `category.translation.fallback_1.keywords`,
`category.translation.fallback_1`.custom_fields as `category.translation.fallback_1.customFields`,
`category.translation.fallback_1`.created_at as `category.translation.fallback_1.createdAt`,
`category.translation.fallback_1`.updated_at as `category.translation.fallback_1.updatedAt`,
`category.translation.fallback_1`.category_id as `category.translation.fallback_1.categoryId`,
`category.translation.fallback_1`.language_id as `category.translation.fallback_1.languageId`,
`category.translation.fallback_1`.category_version_id as `category.translation.fallback_1.categoryVersionId`
FROM
`category_translation` `category.translation`
LEFT JOIN `category_translation` `category.translation.fallback_1` ON `category.translation`.`category_id` = `category.translation.fallback_1`.`category_id`
AND `category.translation.fallback_1`.language_id = : languageId1
AND `category.translation`.category_version_id = `category.translation.fallback_1`.category_version_id
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.fallback_1.name`, `category.translation.name`, COALESCE(`category.translation.fallback_1.name`,`category.translation.name`,`category.translation.name`) as `category.name`, `category.translation.fallback_1.breadcrumb`, `category.translation.breadcrumb`, COALESCE(`category.translation.fallback_1.breadcrumb`,`category.translation.breadcrumb`,`category.translation.breadcrumb`) as `category.breadcrumb`, `category.translation.fallback_1.slotConfig`, `category.translation.slotConfig`, COALESCE(`category.translation.fallback_1.slotConfig`,`category.translation.slotConfig`,`category.translation.slotConfig`) as `category.slotConfig`, `category.translation.fallback_1.linkType`, `category.translation.linkType`, COALESCE(`category.translation.fallback_1.linkType`,`category.translation.linkType`,`category.translation.linkType`) as `category.linkType`, `category.translation.fallback_1.internalLink`, `category.translation.internalLink`, COALESCE(`category.translation.fallback_1.internalLink`,`category.translation.internalLink`,`category.translation.internalLink`) as `category.internalLink`, `category.translation.fallback_1.externalLink`, `category.translation.externalLink`, COALESCE(`category.translation.fallback_1.externalLink`,`category.translation.externalLink`,`category.translation.externalLink`) as `category.externalLink`, `category.translation.fallback_1.linkNewTab`, `category.translation.linkNewTab`, COALESCE(`category.translation.fallback_1.linkNewTab`,`category.translation.linkNewTab`,`category.translation.linkNewTab`) as `category.linkNewTab`, `category.translation.fallback_1.description`, `category.translation.description`, COALESCE(`category.translation.fallback_1.description`,`category.translation.description`,`category.translation.description`) as `category.description`, `category.translation.fallback_1.metaTitle`, `category.translation.metaTitle`, COALESCE(`category.translation.fallback_1.metaTitle`,`category.translation.metaTitle`,`category.translation.metaTitle`) as `category.metaTitle`, `category.translation.fallback_1.metaDescription`, `category.translation.metaDescription`, COALESCE(`category.translation.fallback_1.metaDescription`,`category.translation.metaDescription`,`category.translation.metaDescription`) as `category.metaDescription`, `category.translation.fallback_1.keywords`, `category.translation.keywords`, COALESCE(`category.translation.fallback_1.keywords`,`category.translation.keywords`,`category.translation.keywords`) as `category.keywords`, `category.translation.fallback_1.customFields`, `category.translation.customFields`, COALESCE(`category.translation.fallback_1.customFields`,`category.translation.customFields`,`category.translation.customFields`) as `category.customFields`, `category.translation.fallback_1.createdAt`, `category.translation.createdAt`, `category.translation.fallback_1.updatedAt`, `category.translation.updatedAt`, `category.translation.fallback_1.categoryId`, `category.translation.categoryId`, `category.translation.fallback_1.languageId`, `category.translation.languageId`, `category.translation.fallback_1.categoryVersionId`, `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`, `category.translation.fallback_1`.name as `category.translation.fallback_1.name`, `category.translation.fallback_1`.breadcrumb as `category.translation.fallback_1.breadcrumb`, `category.translation.fallback_1`.slot_config as `category.translation.fallback_1.slotConfig`, `category.translation.fallback_1`.link_type as `category.translation.fallback_1.linkType`, `category.translation.fallback_1`.internal_link as `category.translation.fallback_1.internalLink`, `category.translation.fallback_1`.external_link as `category.translation.fallback_1.externalLink`, `category.translation.fallback_1`.link_new_tab as `category.translation.fallback_1.linkNewTab`, `category.translation.fallback_1`.description as `category.translation.fallback_1.description`, `category.translation.fallback_1`.meta_title as `category.translation.fallback_1.metaTitle`, `category.translation.fallback_1`.meta_description as `category.translation.fallback_1.metaDescription`, `category.translation.fallback_1`.keywords as `category.translation.fallback_1.keywords`, `category.translation.fallback_1`.custom_fields as `category.translation.fallback_1.customFields`, `category.translation.fallback_1`.created_at as `category.translation.fallback_1.createdAt`, `category.translation.fallback_1`.updated_at as `category.translation.fallback_1.updatedAt`, `category.translation.fallback_1`.category_id as `category.translation.fallback_1.categoryId`, `category.translation.fallback_1`.language_id as `category.translation.fallback_1.languageId`, `category.translation.fallback_1`.category_version_id as `category.translation.fallback_1.categoryVersionId` FROM `category_translation` `category.translation` LEFT JOIN `category_translation` `category.translation.fallback_1` ON `category.translation`.`category_id` = `category.translation.fallback_1`.`category_id` AND `category.translation.fallback_1`.language_id = 0x76393D0A5F754C5A80FB3EC7B3B3DB05 AND `category.translation`.category_version_id = `category.translation.fallback_1`.category_version_id 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 (0x8F60E1E3E13E417DA04B9B94F71586EB));
array:62 [
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\Content\Product\SalesChannel\Listing\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 113)"
29 => "Maxia\MaxiaListingVariants6\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 101)"
33 => "Shopware\Core\Content\Category\SalesChannel\CategoryRoute::load (line 103)"
34 => "Shopware\Core\Content\Category\SalesChannel\CachedCategoryRoute::Shopware\Core\Content\Category\SalesChannel\{closure} (line 350)"
35 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 44)"
36 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 120)"
37 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 43)"
38 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 46)"
39 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 42)"
40 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 41)"
41 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 59)"
42 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 40)"
43 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 102)"
44 => "Shopware\Core\Content\Category\SalesChannel\CachedCategoryRoute::Shopware\Core\Content\Category\SalesChannel\{closure} (line 72)"
45 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 35)"
46 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 99)"
47 => "Shopware\Core\Content\Category\SalesChannel\CachedCategoryRoute::Shopware\Core\Content\Category\SalesChannel\{closure} (line 59)"
48 => "Shopware\Core\Profiling\Profiler::trace (line 88)"
49 => "Shopware\Core\Content\Category\SalesChannel\CachedCategoryRoute::load (line 66)"
50 => "Shopware\Storefront\Page\Navigation\NavigationPageLoader::load (line 48)"
51 => "Shopware\Storefront\Controller\NavigationController::home (line 163)"
52 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
53 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
54 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
55 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 479)"
56 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 452)"
57 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 346)"
58 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 224)"
59 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
60 => "Shopware\Core\HttpKernel::doHandle (line 81)"
61 => "Shopware\Core\HttpKernel::handle (line 85)"
]
|
| 55 |
27.94 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 `product_category_tree` `product.categoriesRo.mapping` ON `product`.`id` = `product.categoriesRo.mapping`.`product_id` AND `product`.`version_id` = `product.categoriesRo.mapping`.`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`, `product.translation.fallback_1`.meta_description as `product.translation.fallback_1.metaDescription`, `product.translation.fallback_1`.name as `product.translation.fallback_1.name`, `product.translation.fallback_1`.keywords as `product.translation.fallback_1.keywords`, `product.translation.fallback_1`.description as `product.translation.fallback_1.description`, `product.translation.fallback_1`.meta_title as `product.translation.fallback_1.metaTitle`, `product.translation.fallback_1`.pack_unit as `product.translation.fallback_1.packUnit`, `product.translation.fallback_1`.pack_unit_plural as `product.translation.fallback_1.packUnitPlural`, `product.translation.fallback_1`.custom_search_keywords as `product.translation.fallback_1.customSearchKeywords`, `product.translation.fallback_1`.slot_config as `product.translation.fallback_1.slotConfig`, `product.translation.fallback_1`.custom_fields as `product.translation.fallback_1.customFields`, `product.translation.fallback_1`.created_at as `product.translation.fallback_1.createdAt`, `product.translation.fallback_1`.updated_at as `product.translation.fallback_1.updatedAt`, `product.translation.fallback_1`.product_id as `product.translation.fallback_1.productId`, `product.translation.fallback_1`.language_id as `product.translation.fallback_1.languageId`, `product.translation.fallback_1`.product_version_id as `product.translation.fallback_1.productVersionId` FROM `product_translation` `product.translation` LEFT JOIN `product_translation` `product.translation.fallback_1` ON `product.translation`.`product_id` = `product.translation.fallback_1`.`product_id` AND `product.translation.fallback_1`.language_id = :languageId1 AND `product.translation`.product_version_id = `product.translation.fallback_1`.product_version_id 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`, `product.parent.translation.fallback_1`.meta_description as `product.parent.translation.fallback_1.metaDescription`, `product.parent.translation.fallback_1`.name as `product.parent.translation.fallback_1.name`, `product.parent.translation.fallback_1`.keywords as `product.parent.translation.fallback_1.keywords`, `product.parent.translation.fallback_1`.description as `product.parent.translation.fallback_1.description`, `product.parent.translation.fallback_1`.meta_title as `product.parent.translation.fallback_1.metaTitle`, `product.parent.translation.fallback_1`.pack_unit as `product.parent.translation.fallback_1.packUnit`, `product.parent.translation.fallback_1`.pack_unit_plural as `product.parent.translation.fallback_1.packUnitPlural`, `product.parent.translation.fallback_1`.custom_search_keywords as `product.parent.translation.fallback_1.customSearchKeywords`, `product.parent.translation.fallback_1`.slot_config as `product.parent.translation.fallback_1.slotConfig`, `product.parent.translation.fallback_1`.custom_fields as `product.parent.translation.fallback_1.customFields`, `product.parent.translation.fallback_1`.created_at as `product.parent.translation.fallback_1.createdAt`, `product.parent.translation.fallback_1`.updated_at as `product.parent.translation.fallback_1.updatedAt`, `product.parent.translation.fallback_1`.product_id as `product.parent.translation.fallback_1.productId`, `product.parent.translation.fallback_1`.language_id as `product.parent.translation.fallback_1.languageId`, `product.parent.translation.fallback_1`.product_version_id as `product.parent.translation.fallback_1.productVersionId` FROM `product_translation` `product.parent.translation` LEFT JOIN `product_translation` `product.parent.translation.fallback_1` ON `product.parent.translation`.`product_id` = `product.parent.translation.fallback_1`.`product_id` AND `product.parent.translation.fallback_1`.language_id = :languageId1 AND `product.parent.translation`.product_version_id = `product.parent.translation.fallback_1`.product_version_id 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 `category` `product.categoriesRo` ON `product.categoriesRo.mapping`.`category_id` = `product.categoriesRo`.`id` AND `product.categoriesRo`.`version_id` = `product.categoriesRo.mapping`.`category_version_id` WHERE (`product`.`version_id` = :version) AND ((((`product.visibilities`.`visibility` >= :param_fab0173af20545b9809d96edda9cf0c4) AND `product.visibilities`.`sales_channel_id` = :param_cc9ebcf177e74f9680057a8f0902af27 AND IFNULL(`product`.`active`, `product.parent`.`active`) = :param_50b83b9e2d204ec89736136cb2d81d62) AND `product.categoriesRo`.`id` = :param_f7f308838279470ab7e9de5a0ce68d6b AND NOT (`product`.`display_group` <=> :param_c1a15cf1d2a941e1bb6093b6053fa032))) GROUP BY `product`.`display_group` ORDER BY MIN(COALESCE(`product.translation.fallback_1.name`,`product.parent.translation.fallback_1.name`,`product.translation.name`,`product.parent.translation.name`)) ASC 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 `product_category_tree` `product.categoriesRo.mapping` ON `product`.`id` = `product.categoriesRo.mapping`.`product_id`
AND `product`.`version_id` = `product.categoriesRo.mapping`.`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`,
`product.translation.fallback_1`.meta_description as `product.translation.fallback_1.metaDescription`,
`product.translation.fallback_1`.name as `product.translation.fallback_1.name`,
`product.translation.fallback_1`.keywords as `product.translation.fallback_1.keywords`,
`product.translation.fallback_1`.description as `product.translation.fallback_1.description`,
`product.translation.fallback_1`.meta_title as `product.translation.fallback_1.metaTitle`,
`product.translation.fallback_1`.pack_unit as `product.translation.fallback_1.packUnit`,
`product.translation.fallback_1`.pack_unit_plural as `product.translation.fallback_1.packUnitPlural`,
`product.translation.fallback_1`.custom_search_keywords as `product.translation.fallback_1.customSearchKeywords`,
`product.translation.fallback_1`.slot_config as `product.translation.fallback_1.slotConfig`,
`product.translation.fallback_1`.custom_fields as `product.translation.fallback_1.customFields`,
`product.translation.fallback_1`.created_at as `product.translation.fallback_1.createdAt`,
`product.translation.fallback_1`.updated_at as `product.translation.fallback_1.updatedAt`,
`product.translation.fallback_1`.product_id as `product.translation.fallback_1.productId`,
`product.translation.fallback_1`.language_id as `product.translation.fallback_1.languageId`,
`product.translation.fallback_1`.product_version_id as `product.translation.fallback_1.productVersionId`
FROM
`product_translation` `product.translation`
LEFT JOIN `product_translation` `product.translation.fallback_1` ON `product.translation`.`product_id` = `product.translation.fallback_1`.`product_id`
AND `product.translation.fallback_1`.language_id = : languageId1
AND `product.translation`.product_version_id = `product.translation.fallback_1`.product_version_id
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`,
`product.parent.translation.fallback_1`.meta_description as `product.parent.translation.fallback_1.metaDescription`,
`product.parent.translation.fallback_1`.name as `product.parent.translation.fallback_1.name`,
`product.parent.translation.fallback_1`.keywords as `product.parent.translation.fallback_1.keywords`,
`product.parent.translation.fallback_1`.description as `product.parent.translation.fallback_1.description`,
`product.parent.translation.fallback_1`.meta_title as `product.parent.translation.fallback_1.metaTitle`,
`product.parent.translation.fallback_1`.pack_unit as `product.parent.translation.fallback_1.packUnit`,
`product.parent.translation.fallback_1`.pack_unit_plural as `product.parent.translation.fallback_1.packUnitPlural`,
`product.parent.translation.fallback_1`.custom_search_keywords as `product.parent.translation.fallback_1.customSearchKeywords`,
`product.parent.translation.fallback_1`.slot_config as `product.parent.translation.fallback_1.slotConfig`,
`product.parent.translation.fallback_1`.custom_fields as `product.parent.translation.fallback_1.customFields`,
`product.parent.translation.fallback_1`.created_at as `product.parent.translation.fallback_1.createdAt`,
`product.parent.translation.fallback_1`.updated_at as `product.parent.translation.fallback_1.updatedAt`,
`product.parent.translation.fallback_1`.product_id as `product.parent.translation.fallback_1.productId`,
`product.parent.translation.fallback_1`.language_id as `product.parent.translation.fallback_1.languageId`,
`product.parent.translation.fallback_1`.product_version_id as `product.parent.translation.fallback_1.productVersionId`
FROM
`product_translation` `product.parent.translation`
LEFT JOIN `product_translation` `product.parent.translation.fallback_1` ON `product.parent.translation`.`product_id` = `product.parent.translation.fallback_1`.`product_id`
AND `product.parent.translation.fallback_1`.language_id = : languageId1
AND `product.parent.translation`.product_version_id = `product.parent.translation.fallback_1`.product_version_id
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 `category` `product.categoriesRo` ON `product.categoriesRo.mapping`.`category_id` = `product.categoriesRo`.`id`
AND `product.categoriesRo`.`version_id` = `product.categoriesRo.mapping`.`category_version_id`
WHERE
(
`product`.`version_id` = : version
)
AND (
(
(
(
`product.visibilities`.`visibility` >= : param_fab0173af20545b9809d96edda9cf0c4
)
AND `product.visibilities`.`sales_channel_id` = : param_cc9ebcf177e74f9680057a8f0902af27
AND IFNULL(
`product`.`active`, `product.parent`.`active`
) = : param_50b83b9e2d204ec89736136cb2d81d62
)
AND `product.categoriesRo`.`id` = : param_f7f308838279470ab7e9de5a0ce68d6b
AND NOT (
`product`.`display_group` <=> : param_c1a15cf1d2a941e1bb6093b6053fa032
)
)
)
GROUP BY
`product`.`display_group`
ORDER BY
MIN(
COALESCE(
`product.translation.fallback_1.name`,
`product.parent.translation.fallback_1.name`,
`product.translation.name`, `product.parent.translation.name`
)
) ASC
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 `product_category_tree` `product.categoriesRo.mapping` ON `product`.`id` = `product.categoriesRo.mapping`.`product_id` AND `product`.`version_id` = `product.categoriesRo.mapping`.`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`, `product.translation.fallback_1`.meta_description as `product.translation.fallback_1.metaDescription`, `product.translation.fallback_1`.name as `product.translation.fallback_1.name`, `product.translation.fallback_1`.keywords as `product.translation.fallback_1.keywords`, `product.translation.fallback_1`.description as `product.translation.fallback_1.description`, `product.translation.fallback_1`.meta_title as `product.translation.fallback_1.metaTitle`, `product.translation.fallback_1`.pack_unit as `product.translation.fallback_1.packUnit`, `product.translation.fallback_1`.pack_unit_plural as `product.translation.fallback_1.packUnitPlural`, `product.translation.fallback_1`.custom_search_keywords as `product.translation.fallback_1.customSearchKeywords`, `product.translation.fallback_1`.slot_config as `product.translation.fallback_1.slotConfig`, `product.translation.fallback_1`.custom_fields as `product.translation.fallback_1.customFields`, `product.translation.fallback_1`.created_at as `product.translation.fallback_1.createdAt`, `product.translation.fallback_1`.updated_at as `product.translation.fallback_1.updatedAt`, `product.translation.fallback_1`.product_id as `product.translation.fallback_1.productId`, `product.translation.fallback_1`.language_id as `product.translation.fallback_1.languageId`, `product.translation.fallback_1`.product_version_id as `product.translation.fallback_1.productVersionId` FROM `product_translation` `product.translation` LEFT JOIN `product_translation` `product.translation.fallback_1` ON `product.translation`.`product_id` = `product.translation.fallback_1`.`product_id` AND `product.translation.fallback_1`.language_id = 0x76393D0A5F754C5A80FB3EC7B3B3DB05 AND `product.translation`.product_version_id = `product.translation.fallback_1`.product_version_id 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`, `product.parent.translation.fallback_1`.meta_description as `product.parent.translation.fallback_1.metaDescription`, `product.parent.translation.fallback_1`.name as `product.parent.translation.fallback_1.name`, `product.parent.translation.fallback_1`.keywords as `product.parent.translation.fallback_1.keywords`, `product.parent.translation.fallback_1`.description as `product.parent.translation.fallback_1.description`, `product.parent.translation.fallback_1`.meta_title as `product.parent.translation.fallback_1.metaTitle`, `product.parent.translation.fallback_1`.pack_unit as `product.parent.translation.fallback_1.packUnit`, `product.parent.translation.fallback_1`.pack_unit_plural as `product.parent.translation.fallback_1.packUnitPlural`, `product.parent.translation.fallback_1`.custom_search_keywords as `product.parent.translation.fallback_1.customSearchKeywords`, `product.parent.translation.fallback_1`.slot_config as `product.parent.translation.fallback_1.slotConfig`, `product.parent.translation.fallback_1`.custom_fields as `product.parent.translation.fallback_1.customFields`, `product.parent.translation.fallback_1`.created_at as `product.parent.translation.fallback_1.createdAt`, `product.parent.translation.fallback_1`.updated_at as `product.parent.translation.fallback_1.updatedAt`, `product.parent.translation.fallback_1`.product_id as `product.parent.translation.fallback_1.productId`, `product.parent.translation.fallback_1`.language_id as `product.parent.translation.fallback_1.languageId`, `product.parent.translation.fallback_1`.product_version_id as `product.parent.translation.fallback_1.productVersionId` FROM `product_translation` `product.parent.translation` LEFT JOIN `product_translation` `product.parent.translation.fallback_1` ON `product.parent.translation`.`product_id` = `product.parent.translation.fallback_1`.`product_id` AND `product.parent.translation.fallback_1`.language_id = 0x76393D0A5F754C5A80FB3EC7B3B3DB05 AND `product.parent.translation`.product_version_id = `product.parent.translation.fallback_1`.product_version_id 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 `category` `product.categoriesRo` ON `product.categoriesRo.mapping`.`category_id` = `product.categoriesRo`.`id` AND `product.categoriesRo`.`version_id` = `product.categoriesRo.mapping`.`category_version_id` WHERE (`product`.`version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425) AND ((((`product.visibilities`.`visibility` >= 30) AND `product.visibilities`.`sales_channel_id` = 0x2A890AB6DB354C85ACB515DE08A234DC AND IFNULL(`product`.`active`, `product.parent`.`active`) = 1) AND `product.categoriesRo`.`id` = 0x8F60E1E3E13E417DA04B9B94F71586EB AND NOT (`product`.`display_group` <=> NULL))) GROUP BY `product`.`display_group` ORDER BY MIN(COALESCE(`product.translation.fallback_1.name`,`product.parent.translation.fallback_1.name`,`product.translation.name`,`product.parent.translation.name`)) ASC LIMIT 24;
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 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 90)"
8 => "Shopware\Core\Content\Product\SalesChannel\Listing\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 113)"
25 => "Maxia\MaxiaListingVariants6\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 101)"
29 => "Shopware\Core\Content\Category\SalesChannel\CategoryRoute::load (line 103)"
30 => "Shopware\Core\Content\Category\SalesChannel\CachedCategoryRoute::Shopware\Core\Content\Category\SalesChannel\{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 102)"
40 => "Shopware\Core\Content\Category\SalesChannel\CachedCategoryRoute::Shopware\Core\Content\Category\SalesChannel\{closure} (line 72)"
41 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 35)"
42 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 99)"
43 => "Shopware\Core\Content\Category\SalesChannel\CachedCategoryRoute::Shopware\Core\Content\Category\SalesChannel\{closure} (line 59)"
44 => "Shopware\Core\Profiling\Profiler::trace (line 88)"
45 => "Shopware\Core\Content\Category\SalesChannel\CachedCategoryRoute::load (line 66)"
46 => "Shopware\Storefront\Page\Navigation\NavigationPageLoader::load (line 48)"
47 => "Shopware\Storefront\Controller\NavigationController::home (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 479)"
52 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 452)"
53 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 346)"
54 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 224)"
55 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
56 => "Shopware\Core\HttpKernel::doHandle (line 81)"
57 => "Shopware\Core\HttpKernel::handle (line 85)"
]
|
| 56 |
12.36 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 `product_category_tree` `product.categoriesRo.mapping` ON `product`.`id` = `product.categoriesRo.mapping`.`product_id` AND `product`.`version_id` = `product.categoriesRo.mapping`.`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`, `product.translation.fallback_1`.meta_description as `product.translation.fallback_1.metaDescription`, `product.translation.fallback_1`.name as `product.translation.fallback_1.name`, `product.translation.fallback_1`.keywords as `product.translation.fallback_1.keywords`, `product.translation.fallback_1`.description as `product.translation.fallback_1.description`, `product.translation.fallback_1`.meta_title as `product.translation.fallback_1.metaTitle`, `product.translation.fallback_1`.pack_unit as `product.translation.fallback_1.packUnit`, `product.translation.fallback_1`.pack_unit_plural as `product.translation.fallback_1.packUnitPlural`, `product.translation.fallback_1`.custom_search_keywords as `product.translation.fallback_1.customSearchKeywords`, `product.translation.fallback_1`.slot_config as `product.translation.fallback_1.slotConfig`, `product.translation.fallback_1`.custom_fields as `product.translation.fallback_1.customFields`, `product.translation.fallback_1`.created_at as `product.translation.fallback_1.createdAt`, `product.translation.fallback_1`.updated_at as `product.translation.fallback_1.updatedAt`, `product.translation.fallback_1`.product_id as `product.translation.fallback_1.productId`, `product.translation.fallback_1`.language_id as `product.translation.fallback_1.languageId`, `product.translation.fallback_1`.product_version_id as `product.translation.fallback_1.productVersionId` FROM `product_translation` `product.translation` LEFT JOIN `product_translation` `product.translation.fallback_1` ON `product.translation`.`product_id` = `product.translation.fallback_1`.`product_id` AND `product.translation.fallback_1`.language_id = :languageId1 AND `product.translation`.product_version_id = `product.translation.fallback_1`.product_version_id 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`, `product.parent.translation.fallback_1`.meta_description as `product.parent.translation.fallback_1.metaDescription`, `product.parent.translation.fallback_1`.name as `product.parent.translation.fallback_1.name`, `product.parent.translation.fallback_1`.keywords as `product.parent.translation.fallback_1.keywords`, `product.parent.translation.fallback_1`.description as `product.parent.translation.fallback_1.description`, `product.parent.translation.fallback_1`.meta_title as `product.parent.translation.fallback_1.metaTitle`, `product.parent.translation.fallback_1`.pack_unit as `product.parent.translation.fallback_1.packUnit`, `product.parent.translation.fallback_1`.pack_unit_plural as `product.parent.translation.fallback_1.packUnitPlural`, `product.parent.translation.fallback_1`.custom_search_keywords as `product.parent.translation.fallback_1.customSearchKeywords`, `product.parent.translation.fallback_1`.slot_config as `product.parent.translation.fallback_1.slotConfig`, `product.parent.translation.fallback_1`.custom_fields as `product.parent.translation.fallback_1.customFields`, `product.parent.translation.fallback_1`.created_at as `product.parent.translation.fallback_1.createdAt`, `product.parent.translation.fallback_1`.updated_at as `product.parent.translation.fallback_1.updatedAt`, `product.parent.translation.fallback_1`.product_id as `product.parent.translation.fallback_1.productId`, `product.parent.translation.fallback_1`.language_id as `product.parent.translation.fallback_1.languageId`, `product.parent.translation.fallback_1`.product_version_id as `product.parent.translation.fallback_1.productVersionId` FROM `product_translation` `product.parent.translation` LEFT JOIN `product_translation` `product.parent.translation.fallback_1` ON `product.parent.translation`.`product_id` = `product.parent.translation.fallback_1`.`product_id` AND `product.parent.translation.fallback_1`.language_id = :languageId1 AND `product.parent.translation`.product_version_id = `product.parent.translation.fallback_1`.product_version_id 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 `category` `product.categoriesRo` ON `product.categoriesRo.mapping`.`category_id` = `product.categoriesRo`.`id` AND `product.categoriesRo`.`version_id` = `product.categoriesRo.mapping`.`category_version_id` WHERE (`product`.`version_id` = :version) AND ((((`product.visibilities`.`visibility` >= :param_fab0173af20545b9809d96edda9cf0c4) AND `product.visibilities`.`sales_channel_id` = :param_cc9ebcf177e74f9680057a8f0902af27 AND IFNULL(`product`.`active`, `product.parent`.`active`) = :param_50b83b9e2d204ec89736136cb2d81d62) AND `product.categoriesRo`.`id` = :param_f7f308838279470ab7e9de5a0ce68d6b AND NOT (`product`.`display_group` <=> :param_c1a15cf1d2a941e1bb6093b6053fa032))) 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 `product_category_tree` `product.categoriesRo.mapping` ON `product`.`id` = `product.categoriesRo.mapping`.`product_id`
AND `product`.`version_id` = `product.categoriesRo.mapping`.`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`,
`product.translation.fallback_1`.meta_description as `product.translation.fallback_1.metaDescription`,
`product.translation.fallback_1`.name as `product.translation.fallback_1.name`,
`product.translation.fallback_1`.keywords as `product.translation.fallback_1.keywords`,
`product.translation.fallback_1`.description as `product.translation.fallback_1.description`,
`product.translation.fallback_1`.meta_title as `product.translation.fallback_1.metaTitle`,
`product.translation.fallback_1`.pack_unit as `product.translation.fallback_1.packUnit`,
`product.translation.fallback_1`.pack_unit_plural as `product.translation.fallback_1.packUnitPlural`,
`product.translation.fallback_1`.custom_search_keywords as `product.translation.fallback_1.customSearchKeywords`,
`product.translation.fallback_1`.slot_config as `product.translation.fallback_1.slotConfig`,
`product.translation.fallback_1`.custom_fields as `product.translation.fallback_1.customFields`,
`product.translation.fallback_1`.created_at as `product.translation.fallback_1.createdAt`,
`product.translation.fallback_1`.updated_at as `product.translation.fallback_1.updatedAt`,
`product.translation.fallback_1`.product_id as `product.translation.fallback_1.productId`,
`product.translation.fallback_1`.language_id as `product.translation.fallback_1.languageId`,
`product.translation.fallback_1`.product_version_id as `product.translation.fallback_1.productVersionId`
FROM
`product_translation` `product.translation`
LEFT JOIN `product_translation` `product.translation.fallback_1` ON `product.translation`.`product_id` = `product.translation.fallback_1`.`product_id`
AND `product.translation.fallback_1`.language_id = : languageId1
AND `product.translation`.product_version_id = `product.translation.fallback_1`.product_version_id
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`,
`product.parent.translation.fallback_1`.meta_description as `product.parent.translation.fallback_1.metaDescription`,
`product.parent.translation.fallback_1`.name as `product.parent.translation.fallback_1.name`,
`product.parent.translation.fallback_1`.keywords as `product.parent.translation.fallback_1.keywords`,
`product.parent.translation.fallback_1`.description as `product.parent.translation.fallback_1.description`,
`product.parent.translation.fallback_1`.meta_title as `product.parent.translation.fallback_1.metaTitle`,
`product.parent.translation.fallback_1`.pack_unit as `product.parent.translation.fallback_1.packUnit`,
`product.parent.translation.fallback_1`.pack_unit_plural as `product.parent.translation.fallback_1.packUnitPlural`,
`product.parent.translation.fallback_1`.custom_search_keywords as `product.parent.translation.fallback_1.customSearchKeywords`,
`product.parent.translation.fallback_1`.slot_config as `product.parent.translation.fallback_1.slotConfig`,
`product.parent.translation.fallback_1`.custom_fields as `product.parent.translation.fallback_1.customFields`,
`product.parent.translation.fallback_1`.created_at as `product.parent.translation.fallback_1.createdAt`,
`product.parent.translation.fallback_1`.updated_at as `product.parent.translation.fallback_1.updatedAt`,
`product.parent.translation.fallback_1`.product_id as `product.parent.translation.fallback_1.productId`,
`product.parent.translation.fallback_1`.language_id as `product.parent.translation.fallback_1.languageId`,
`product.parent.translation.fallback_1`.product_version_id as `product.parent.translation.fallback_1.productVersionId`
FROM
`product_translation` `product.parent.translation`
LEFT JOIN `product_translation` `product.parent.translation.fallback_1` ON `product.parent.translation`.`product_id` = `product.parent.translation.fallback_1`.`product_id`
AND `product.parent.translation.fallback_1`.language_id = : languageId1
AND `product.parent.translation`.product_version_id = `product.parent.translation.fallback_1`.product_version_id
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 `category` `product.categoriesRo` ON `product.categoriesRo.mapping`.`category_id` = `product.categoriesRo`.`id`
AND `product.categoriesRo`.`version_id` = `product.categoriesRo.mapping`.`category_version_id`
WHERE
(
`product`.`version_id` = : version
)
AND (
(
(
(
`product.visibilities`.`visibility` >= : param_fab0173af20545b9809d96edda9cf0c4
)
AND `product.visibilities`.`sales_channel_id` = : param_cc9ebcf177e74f9680057a8f0902af27
AND IFNULL(
`product`.`active`, `product.parent`.`active`
) = : param_50b83b9e2d204ec89736136cb2d81d62
)
AND `product.categoriesRo`.`id` = : param_f7f308838279470ab7e9de5a0ce68d6b
AND NOT (
`product`.`display_group` <=> : param_c1a15cf1d2a941e1bb6093b6053fa032
)
)
)
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 `product_category_tree` `product.categoriesRo.mapping` ON `product`.`id` = `product.categoriesRo.mapping`.`product_id` AND `product`.`version_id` = `product.categoriesRo.mapping`.`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`, `product.translation.fallback_1`.meta_description as `product.translation.fallback_1.metaDescription`, `product.translation.fallback_1`.name as `product.translation.fallback_1.name`, `product.translation.fallback_1`.keywords as `product.translation.fallback_1.keywords`, `product.translation.fallback_1`.description as `product.translation.fallback_1.description`, `product.translation.fallback_1`.meta_title as `product.translation.fallback_1.metaTitle`, `product.translation.fallback_1`.pack_unit as `product.translation.fallback_1.packUnit`, `product.translation.fallback_1`.pack_unit_plural as `product.translation.fallback_1.packUnitPlural`, `product.translation.fallback_1`.custom_search_keywords as `product.translation.fallback_1.customSearchKeywords`, `product.translation.fallback_1`.slot_config as `product.translation.fallback_1.slotConfig`, `product.translation.fallback_1`.custom_fields as `product.translation.fallback_1.customFields`, `product.translation.fallback_1`.created_at as `product.translation.fallback_1.createdAt`, `product.translation.fallback_1`.updated_at as `product.translation.fallback_1.updatedAt`, `product.translation.fallback_1`.product_id as `product.translation.fallback_1.productId`, `product.translation.fallback_1`.language_id as `product.translation.fallback_1.languageId`, `product.translation.fallback_1`.product_version_id as `product.translation.fallback_1.productVersionId` FROM `product_translation` `product.translation` LEFT JOIN `product_translation` `product.translation.fallback_1` ON `product.translation`.`product_id` = `product.translation.fallback_1`.`product_id` AND `product.translation.fallback_1`.language_id = 0x76393D0A5F754C5A80FB3EC7B3B3DB05 AND `product.translation`.product_version_id = `product.translation.fallback_1`.product_version_id 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`, `product.parent.translation.fallback_1`.meta_description as `product.parent.translation.fallback_1.metaDescription`, `product.parent.translation.fallback_1`.name as `product.parent.translation.fallback_1.name`, `product.parent.translation.fallback_1`.keywords as `product.parent.translation.fallback_1.keywords`, `product.parent.translation.fallback_1`.description as `product.parent.translation.fallback_1.description`, `product.parent.translation.fallback_1`.meta_title as `product.parent.translation.fallback_1.metaTitle`, `product.parent.translation.fallback_1`.pack_unit as `product.parent.translation.fallback_1.packUnit`, `product.parent.translation.fallback_1`.pack_unit_plural as `product.parent.translation.fallback_1.packUnitPlural`, `product.parent.translation.fallback_1`.custom_search_keywords as `product.parent.translation.fallback_1.customSearchKeywords`, `product.parent.translation.fallback_1`.slot_config as `product.parent.translation.fallback_1.slotConfig`, `product.parent.translation.fallback_1`.custom_fields as `product.parent.translation.fallback_1.customFields`, `product.parent.translation.fallback_1`.created_at as `product.parent.translation.fallback_1.createdAt`, `product.parent.translation.fallback_1`.updated_at as `product.parent.translation.fallback_1.updatedAt`, `product.parent.translation.fallback_1`.product_id as `product.parent.translation.fallback_1.productId`, `product.parent.translation.fallback_1`.language_id as `product.parent.translation.fallback_1.languageId`, `product.parent.translation.fallback_1`.product_version_id as `product.parent.translation.fallback_1.productVersionId` FROM `product_translation` `product.parent.translation` LEFT JOIN `product_translation` `product.parent.translation.fallback_1` ON `product.parent.translation`.`product_id` = `product.parent.translation.fallback_1`.`product_id` AND `product.parent.translation.fallback_1`.language_id = 0x76393D0A5F754C5A80FB3EC7B3B3DB05 AND `product.parent.translation`.product_version_id = `product.parent.translation.fallback_1`.product_version_id 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 `category` `product.categoriesRo` ON `product.categoriesRo.mapping`.`category_id` = `product.categoriesRo`.`id` AND `product.categoriesRo`.`version_id` = `product.categoriesRo.mapping`.`category_version_id` WHERE (`product`.`version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425) AND ((((`product.visibilities`.`visibility` >= 30) AND `product.visibilities`.`sales_channel_id` = 0x2A890AB6DB354C85ACB515DE08A234DC AND IFNULL(`product`.`active`, `product.parent`.`active`) = 1) AND `product.categoriesRo`.`id` = 0x8F60E1E3E13E417DA04B9B94F71586EB AND NOT (`product`.`display_group` <=> NULL))) GROUP BY `product`.`display_group`) total;
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 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 90)"
9 => "Shopware\Core\Content\Product\SalesChannel\Listing\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 113)"
26 => "Maxia\MaxiaListingVariants6\Core\Content\Product\Cms\ProductListingCmsElementResolver::enrich (line 99)"
27 => "Shopware\Core\Content\Cms\DataResolver\CmsSlotsDataResolver::resolve (line 104)"
28 => "Shopware\Core\Content\Cms\SalesChannel\SalesChannelCmsPageLoader::loadSlotData (line 94)"
29 => "Shopware\Core\Content\Cms\SalesChannel\SalesChannelCmsPageLoader::load (line 101)"
30 => "Shopware\Core\Content\Category\SalesChannel\CategoryRoute::load (line 103)"
31 => "Shopware\Core\Content\Category\SalesChannel\CachedCategoryRoute::Shopware\Core\Content\Category\SalesChannel\{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 102)"
41 => "Shopware\Core\Content\Category\SalesChannel\CachedCategoryRoute::Shopware\Core\Content\Category\SalesChannel\{closure} (line 72)"
42 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 35)"
43 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 99)"
44 => "Shopware\Core\Content\Category\SalesChannel\CachedCategoryRoute::Shopware\Core\Content\Category\SalesChannel\{closure} (line 59)"
45 => "Shopware\Core\Profiling\Profiler::trace (line 88)"
46 => "Shopware\Core\Content\Category\SalesChannel\CachedCategoryRoute::load (line 66)"
47 => "Shopware\Storefront\Page\Navigation\NavigationPageLoader::load (line 48)"
48 => "Shopware\Storefront\Controller\NavigationController::home (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 479)"
53 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 452)"
54 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 346)"
55 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 224)"
56 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
57 => "Shopware\Core\HttpKernel::doHandle (line 81)"
58 => "Shopware\Core\HttpKernel::handle (line 85)"
]
|
| 57 |
0.18 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 LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product`.`id` = `product.categoriesRo.mapping`.`product_id` AND `product`.`version_id` = `product.categoriesRo.mapping`.`product_version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping`.`category_id` = `product.categoriesRo`.`id` AND `product.categoriesRo`.`version_id` = `product.categoriesRo.mapping`.`category_version_id` WHERE (`product`.`version_id` = :version) AND ((((`product.visibilities`.`visibility` >= :param_968abfaaf428462a819b3490e796e4ac) AND `product.visibilities`.`sales_channel_id` = :param_bbfa7acf5bd047a281a8760f4baee195 AND IFNULL(`product`.`active`, `product.parent`.`active`) = :param_a6a027c0f0d24f56aafd599a49e42593) AND `product.categoriesRo`.`id` = :param_8abacddd2d82400e990dc2318fe4b65d AND NOT (`product`.`display_group` <=> :param_3f6305dba5e6445d93344ef2a7d5ac75))) 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 LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product`.`id` = `product.categoriesRo.mapping`.`product_id` AND `product`.`version_id` = `product.categoriesRo.mapping`.`product_version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping`.`category_id` = `product.categoriesRo`.`id` AND `product.categoriesRo`.`version_id` = `product.categoriesRo.mapping`.`category_version_id` WHERE (`product`.`version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425) AND ((((`product.visibilities`.`visibility` >= 30) AND `product.visibilities`.`sales_channel_id` = 0x2A890AB6DB354C85ACB515DE08A234DC AND IFNULL(`product`.`active`, `product.parent`.`active`) = 1) AND `product.categoriesRo`.`id` = 0x8F60E1E3E13E417DA04B9B94F71586EB AND NOT (`product`.`display_group` <=> NULL))) GROUP BY IFNULL(`product`.`product_manufacturer_id`, `product.parent`.`product_manufacturer_id`);
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 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 90)"
8 => "Shopware\Core\Content\Product\SalesChannel\Listing\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 113)"
25 => "Maxia\MaxiaListingVariants6\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 101)"
29 => "Shopware\Core\Content\Category\SalesChannel\CategoryRoute::load (line 103)"
30 => "Shopware\Core\Content\Category\SalesChannel\CachedCategoryRoute::Shopware\Core\Content\Category\SalesChannel\{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 102)"
40 => "Shopware\Core\Content\Category\SalesChannel\CachedCategoryRoute::Shopware\Core\Content\Category\SalesChannel\{closure} (line 72)"
41 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 35)"
42 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 99)"
43 => "Shopware\Core\Content\Category\SalesChannel\CachedCategoryRoute::Shopware\Core\Content\Category\SalesChannel\{closure} (line 59)"
44 => "Shopware\Core\Profiling\Profiler::trace (line 88)"
45 => "Shopware\Core\Content\Category\SalesChannel\CachedCategoryRoute::load (line 66)"
46 => "Shopware\Storefront\Page\Navigation\NavigationPageLoader::load (line 48)"
47 => "Shopware\Storefront\Controller\NavigationController::home (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 479)"
52 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 452)"
53 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 346)"
54 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 224)"
55 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
56 => "Shopware\Core\HttpKernel::doHandle (line 81)"
57 => "Shopware\Core\HttpKernel::handle (line 85)"
]
|
| 58 |
0.41 ms |
SELECT MIN(IFNULL(COALESCE((ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule97b4ee212f1d4fb09c83fba4aa9b2eee.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule9f13674a69e64574a15557f4c28d156f.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.ruleca9bbc5c09044f47b630823b296dbadd.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule5a550b7a6d7c460d98e1ebe196b3cd9c.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule008c3ceb2aa84c2fad06f13793c6393d.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule44e54c6346284bde9903d775b0cac775.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`, "$.rule97b4ee212f1d4fb09c83fba4aa9b2eee.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule9f13674a69e64574a15557f4c28d156f.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.ruleca9bbc5c09044f47b630823b296dbadd.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule5a550b7a6d7c460d98e1ebe196b3cd9c.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule008c3ceb2aa84c2fad06f13793c6393d.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule44e54c6346284bde9903d775b0cac775.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`, "$.rule97b4ee212f1d4fb09c83fba4aa9b2eee.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule9f13674a69e64574a15557f4c28d156f.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.ruleca9bbc5c09044f47b630823b296dbadd.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule5a550b7a6d7c460d98e1ebe196b3cd9c.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule008c3ceb2aa84c2fad06f13793c6393d.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule44e54c6346284bde9903d775b0cac775.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`, "$.rule97b4ee212f1d4fb09c83fba4aa9b2eee.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule9f13674a69e64574a15557f4c28d156f.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.ruleca9bbc5c09044f47b630823b296dbadd.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule5a550b7a6d7c460d98e1ebe196b3cd9c.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule008c3ceb2aa84c2fad06f13793c6393d.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule44e54c6346284bde9903d775b0cac775.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 LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product`.`id` = `product.categoriesRo.mapping`.`product_id` AND `product`.`version_id` = `product.categoriesRo.mapping`.`product_version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping`.`category_id` = `product.categoriesRo`.`id` AND `product.categoriesRo`.`version_id` = `product.categoriesRo.mapping`.`category_version_id` WHERE (`product`.`version_id` = :version) AND ((((`product.visibilities`.`visibility` >= :param_22d964f80aa247bdb282a9b23843ccaf) AND `product.visibilities`.`sales_channel_id` = :param_62c784d6cf7644aa9dde45cd2ab23ea2 AND IFNULL(`product`.`active`, `product.parent`.`active`) = :param_0c334c36efd74f54a4d63c7b83797e6c) AND `product.categoriesRo`.`id` = :param_6236fbbac82b442bb83c80855a06d55e AND NOT (`product`.`display_group` <=> :param_9220aadded9d42fc80b88e14796c2c42)))
SELECT
MIN(
IFNULL(
COALESCE(
(
ROUND(
(
ROUND(
CAST(
(
JSON_UNQUOTE(
JSON_EXTRACT(
`product`.`cheapest_price_accessor`,
"$.rule97b4ee212f1d4fb09c83fba4aa9b2eee.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL(30, 20)
),
2
)
) * 100,
0
) / 100
),
(
ROUND(
(
ROUND(
CAST(
(
JSON_UNQUOTE(
JSON_EXTRACT(
`product`.`cheapest_price_accessor`,
"$.rule9f13674a69e64574a15557f4c28d156f.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL(30, 20)
),
2
)
) * 100,
0
) / 100
),
(
ROUND(
(
ROUND(
CAST(
(
JSON_UNQUOTE(
JSON_EXTRACT(
`product`.`cheapest_price_accessor`,
"$.ruleca9bbc5c09044f47b630823b296dbadd.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL(30, 20)
),
2
)
) * 100,
0
) / 100
),
(
ROUND(
(
ROUND(
CAST(
(
JSON_UNQUOTE(
JSON_EXTRACT(
`product`.`cheapest_price_accessor`,
"$.rule5a550b7a6d7c460d98e1ebe196b3cd9c.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL(30, 20)
),
2
)
) * 100,
0
) / 100
),
(
ROUND(
(
ROUND(
CAST(
(
JSON_UNQUOTE(
JSON_EXTRACT(
`product`.`cheapest_price_accessor`,
"$.rule008c3ceb2aa84c2fad06f13793c6393d.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL(30, 20)
),
2
)
) * 100,
0
) / 100
),
(
ROUND(
(
ROUND(
CAST(
(
JSON_UNQUOTE(
JSON_EXTRACT(
`product`.`cheapest_price_accessor`,
"$.rule44e54c6346284bde9903d775b0cac775.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`,
"$.rule97b4ee212f1d4fb09c83fba4aa9b2eee.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL(30, 20)
),
2
)
) * 100,
0
) / 100
),
(
ROUND(
(
ROUND(
CAST(
(
JSON_UNQUOTE(
JSON_EXTRACT(
`product.parent`.`cheapest_price_accessor`,
"$.rule9f13674a69e64574a15557f4c28d156f.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL(30, 20)
),
2
)
) * 100,
0
) / 100
),
(
ROUND(
(
ROUND(
CAST(
(
JSON_UNQUOTE(
JSON_EXTRACT(
`product.parent`.`cheapest_price_accessor`,
"$.ruleca9bbc5c09044f47b630823b296dbadd.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL(30, 20)
),
2
)
) * 100,
0
) / 100
),
(
ROUND(
(
ROUND(
CAST(
(
JSON_UNQUOTE(
JSON_EXTRACT(
`product.parent`.`cheapest_price_accessor`,
"$.rule5a550b7a6d7c460d98e1ebe196b3cd9c.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL(30, 20)
),
2
)
) * 100,
0
) / 100
),
(
ROUND(
(
ROUND(
CAST(
(
JSON_UNQUOTE(
JSON_EXTRACT(
`product.parent`.`cheapest_price_accessor`,
"$.rule008c3ceb2aa84c2fad06f13793c6393d.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL(30, 20)
),
2
)
) * 100,
0
) / 100
),
(
ROUND(
(
ROUND(
CAST(
(
JSON_UNQUOTE(
JSON_EXTRACT(
`product.parent`.`cheapest_price_accessor`,
"$.rule44e54c6346284bde9903d775b0cac775.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`,
"$.rule97b4ee212f1d4fb09c83fba4aa9b2eee.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL(30, 20)
),
2
)
) * 100,
0
) / 100
),
(
ROUND(
(
ROUND(
CAST(
(
JSON_UNQUOTE(
JSON_EXTRACT(
`product`.`cheapest_price_accessor`,
"$.rule9f13674a69e64574a15557f4c28d156f.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL(30, 20)
),
2
)
) * 100,
0
) / 100
),
(
ROUND(
(
ROUND(
CAST(
(
JSON_UNQUOTE(
JSON_EXTRACT(
`product`.`cheapest_price_accessor`,
"$.ruleca9bbc5c09044f47b630823b296dbadd.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL(30, 20)
),
2
)
) * 100,
0
) / 100
),
(
ROUND(
(
ROUND(
CAST(
(
JSON_UNQUOTE(
JSON_EXTRACT(
`product`.`cheapest_price_accessor`,
"$.rule5a550b7a6d7c460d98e1ebe196b3cd9c.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL(30, 20)
),
2
)
) * 100,
0
) / 100
),
(
ROUND(
(
ROUND(
CAST(
(
JSON_UNQUOTE(
JSON_EXTRACT(
`product`.`cheapest_price_accessor`,
"$.rule008c3ceb2aa84c2fad06f13793c6393d.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL(30, 20)
),
2
)
) * 100,
0
) / 100
),
(
ROUND(
(
ROUND(
CAST(
(
JSON_UNQUOTE(
JSON_EXTRACT(
`product`.`cheapest_price_accessor`,
"$.rule44e54c6346284bde9903d775b0cac775.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`,
"$.rule97b4ee212f1d4fb09c83fba4aa9b2eee.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL(30, 20)
),
2
)
) * 100,
0
) / 100
),
(
ROUND(
(
ROUND(
CAST(
(
JSON_UNQUOTE(
JSON_EXTRACT(
`product.parent`.`cheapest_price_accessor`,
"$.rule9f13674a69e64574a15557f4c28d156f.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL(30, 20)
),
2
)
) * 100,
0
) / 100
),
(
ROUND(
(
ROUND(
CAST(
(
JSON_UNQUOTE(
JSON_EXTRACT(
`product.parent`.`cheapest_price_accessor`,
"$.ruleca9bbc5c09044f47b630823b296dbadd.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL(30, 20)
),
2
)
) * 100,
0
) / 100
),
(
ROUND(
(
ROUND(
CAST(
(
JSON_UNQUOTE(
JSON_EXTRACT(
`product.parent`.`cheapest_price_accessor`,
"$.rule5a550b7a6d7c460d98e1ebe196b3cd9c.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL(30, 20)
),
2
)
) * 100,
0
) / 100
),
(
ROUND(
(
ROUND(
CAST(
(
JSON_UNQUOTE(
JSON_EXTRACT(
`product.parent`.`cheapest_price_accessor`,
"$.rule008c3ceb2aa84c2fad06f13793c6393d.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL(30, 20)
),
2
)
) * 100,
0
) / 100
),
(
ROUND(
(
ROUND(
CAST(
(
JSON_UNQUOTE(
JSON_EXTRACT(
`product.parent`.`cheapest_price_accessor`,
"$.rule44e54c6346284bde9903d775b0cac775.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
LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product`.`id` = `product.categoriesRo.mapping`.`product_id`
AND `product`.`version_id` = `product.categoriesRo.mapping`.`product_version_id`
LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping`.`category_id` = `product.categoriesRo`.`id`
AND `product.categoriesRo`.`version_id` = `product.categoriesRo.mapping`.`category_version_id`
WHERE
(
`product`.`version_id` = : version
)
AND (
(
(
(
`product.visibilities`.`visibility` >= : param_22d964f80aa247bdb282a9b23843ccaf
)
AND `product.visibilities`.`sales_channel_id` = : param_62c784d6cf7644aa9dde45cd2ab23ea2
AND IFNULL(
`product`.`active`, `product.parent`.`active`
) = : param_0c334c36efd74f54a4d63c7b83797e6c
)
AND `product.categoriesRo`.`id` = : param_6236fbbac82b442bb83c80855a06d55e
AND NOT (
`product`.`display_group` <=> : param_9220aadded9d42fc80b88e14796c2c42
)
)
)
SELECT MIN(IFNULL(COALESCE((ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule97b4ee212f1d4fb09c83fba4aa9b2eee.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule9f13674a69e64574a15557f4c28d156f.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.ruleca9bbc5c09044f47b630823b296dbadd.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule5a550b7a6d7c460d98e1ebe196b3cd9c.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule008c3ceb2aa84c2fad06f13793c6393d.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule44e54c6346284bde9903d775b0cac775.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`, "$.rule97b4ee212f1d4fb09c83fba4aa9b2eee.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule9f13674a69e64574a15557f4c28d156f.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.ruleca9bbc5c09044f47b630823b296dbadd.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule5a550b7a6d7c460d98e1ebe196b3cd9c.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule008c3ceb2aa84c2fad06f13793c6393d.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule44e54c6346284bde9903d775b0cac775.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`, "$.rule97b4ee212f1d4fb09c83fba4aa9b2eee.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule9f13674a69e64574a15557f4c28d156f.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.ruleca9bbc5c09044f47b630823b296dbadd.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule5a550b7a6d7c460d98e1ebe196b3cd9c.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule008c3ceb2aa84c2fad06f13793c6393d.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule44e54c6346284bde9903d775b0cac775.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`, "$.rule97b4ee212f1d4fb09c83fba4aa9b2eee.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule9f13674a69e64574a15557f4c28d156f.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.ruleca9bbc5c09044f47b630823b296dbadd.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule5a550b7a6d7c460d98e1ebe196b3cd9c.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule008c3ceb2aa84c2fad06f13793c6393d.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule44e54c6346284bde9903d775b0cac775.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 LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product`.`id` = `product.categoriesRo.mapping`.`product_id` AND `product`.`version_id` = `product.categoriesRo.mapping`.`product_version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping`.`category_id` = `product.categoriesRo`.`id` AND `product.categoriesRo`.`version_id` = `product.categoriesRo.mapping`.`category_version_id` WHERE (`product`.`version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425) AND ((((`product.visibilities`.`visibility` >= 30) AND `product.visibilities`.`sales_channel_id` = 0x2A890AB6DB354C85ACB515DE08A234DC AND IFNULL(`product`.`active`, `product.parent`.`active`) = 1) AND `product.categoriesRo`.`id` = 0x8F60E1E3E13E417DA04B9B94F71586EB AND NOT (`product`.`display_group` <=> NULL)));
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 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 90)"
8 => "Shopware\Core\Content\Product\SalesChannel\Listing\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 113)"
25 => "Maxia\MaxiaListingVariants6\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 101)"
29 => "Shopware\Core\Content\Category\SalesChannel\CategoryRoute::load (line 103)"
30 => "Shopware\Core\Content\Category\SalesChannel\CachedCategoryRoute::Shopware\Core\Content\Category\SalesChannel\{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 102)"
40 => "Shopware\Core\Content\Category\SalesChannel\CachedCategoryRoute::Shopware\Core\Content\Category\SalesChannel\{closure} (line 72)"
41 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 35)"
42 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 99)"
43 => "Shopware\Core\Content\Category\SalesChannel\CachedCategoryRoute::Shopware\Core\Content\Category\SalesChannel\{closure} (line 59)"
44 => "Shopware\Core\Profiling\Profiler::trace (line 88)"
45 => "Shopware\Core\Content\Category\SalesChannel\CachedCategoryRoute::load (line 66)"
46 => "Shopware\Storefront\Page\Navigation\NavigationPageLoader::load (line 48)"
47 => "Shopware\Storefront\Controller\NavigationController::home (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 479)"
52 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 452)"
53 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 346)"
54 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 224)"
55 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
56 => "Shopware\Core\HttpKernel::doHandle (line 81)"
57 => "Shopware\Core\HttpKernel::handle (line 85)"
]
|
| 59 |
0.18 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 LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product`.`id` = `product.categoriesRo.mapping`.`product_id` AND `product`.`version_id` = `product.categoriesRo.mapping`.`product_version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping`.`category_id` = `product.categoriesRo`.`id` AND `product.categoriesRo`.`version_id` = `product.categoriesRo.mapping`.`category_version_id` WHERE (`product`.`version_id` = :version) AND ((((`product.visibilities`.`visibility` >= :param_49bbfe421e904b328ef43e8f61dfdf95) AND `product.visibilities`.`sales_channel_id` = :param_472510fbebef47db81c8de230588538b AND IFNULL(`product`.`active`, `product.parent`.`active`) = :param_d1986fd0e2eb48cc8e0f842c44fbeee4) AND `product.categoriesRo`.`id` = :param_3d7b3357dfe04658bab0367b8eeac6dc AND NOT (`product`.`display_group` <=> :param_86489887803c42f7910461d080c3b147))) AND (((IFNULL(`product`.`rating_average`, `product.parent`.`rating_average`) >= :param_3b80e63b2b3e405abbbfe1e470236b81)))
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 LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product`.`id` = `product.categoriesRo.mapping`.`product_id` AND `product`.`version_id` = `product.categoriesRo.mapping`.`product_version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping`.`category_id` = `product.categoriesRo`.`id` AND `product.categoriesRo`.`version_id` = `product.categoriesRo.mapping`.`category_version_id` WHERE (`product`.`version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425) AND ((((`product.visibilities`.`visibility` >= 30) AND `product.visibilities`.`sales_channel_id` = 0x2A890AB6DB354C85ACB515DE08A234DC AND IFNULL(`product`.`active`, `product.parent`.`active`) = 1) AND `product.categoriesRo`.`id` = 0x8F60E1E3E13E417DA04B9B94F71586EB AND NOT (`product`.`display_group` <=> NULL))) AND (((IFNULL(`product`.`rating_average`, `product.parent`.`rating_average`) >= 0)));
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 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 90)"
8 => "Shopware\Core\Content\Product\SalesChannel\Listing\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 113)"
25 => "Maxia\MaxiaListingVariants6\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 101)"
29 => "Shopware\Core\Content\Category\SalesChannel\CategoryRoute::load (line 103)"
30 => "Shopware\Core\Content\Category\SalesChannel\CachedCategoryRoute::Shopware\Core\Content\Category\SalesChannel\{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 102)"
40 => "Shopware\Core\Content\Category\SalesChannel\CachedCategoryRoute::Shopware\Core\Content\Category\SalesChannel\{closure} (line 72)"
41 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 35)"
42 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 99)"
43 => "Shopware\Core\Content\Category\SalesChannel\CachedCategoryRoute::Shopware\Core\Content\Category\SalesChannel\{closure} (line 59)"
44 => "Shopware\Core\Profiling\Profiler::trace (line 88)"
45 => "Shopware\Core\Content\Category\SalesChannel\CachedCategoryRoute::load (line 66)"
46 => "Shopware\Storefront\Page\Navigation\NavigationPageLoader::load (line 48)"
47 => "Shopware\Storefront\Controller\NavigationController::home (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 479)"
52 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 452)"
53 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 346)"
54 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 224)"
55 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
56 => "Shopware\Core\HttpKernel::doHandle (line 81)"
57 => "Shopware\Core\HttpKernel::handle (line 85)"
]
|
| 60 |
0.13 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 LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product`.`id` = `product.categoriesRo.mapping`.`product_id` AND `product`.`version_id` = `product.categoriesRo.mapping`.`product_version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping`.`category_id` = `product.categoriesRo`.`id` AND `product.categoriesRo`.`version_id` = `product.categoriesRo.mapping`.`category_version_id` WHERE (`product`.`version_id` = :version) AND ((((`product.visibilities`.`visibility` >= :param_cc1f55fd8558467aad190dec93b66d85) AND `product.visibilities`.`sales_channel_id` = :param_fdb7f00579f44f82ba3fcffca8438cb4 AND IFNULL(`product`.`active`, `product.parent`.`active`) = :param_8c4bdbd63c4945cab10b563e2721793f) AND `product.categoriesRo`.`id` = :param_ccc4c8d7dd59463695844f432a288780 AND NOT (`product`.`display_group` <=> :param_57a691f1583e49e4b04f988dc3a61408))) AND ((IFNULL(`product`.`shipping_free`, `product.parent`.`shipping_free`) = :param_28d57bea2fbc4735b1babc718673d991))
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 LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product`.`id` = `product.categoriesRo.mapping`.`product_id` AND `product`.`version_id` = `product.categoriesRo.mapping`.`product_version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping`.`category_id` = `product.categoriesRo`.`id` AND `product.categoriesRo`.`version_id` = `product.categoriesRo.mapping`.`category_version_id` WHERE (`product`.`version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425) AND ((((`product.visibilities`.`visibility` >= 30) AND `product.visibilities`.`sales_channel_id` = 0x2A890AB6DB354C85ACB515DE08A234DC AND IFNULL(`product`.`active`, `product.parent`.`active`) = 1) AND `product.categoriesRo`.`id` = 0x8F60E1E3E13E417DA04B9B94F71586EB AND NOT (`product`.`display_group` <=> NULL))) AND ((IFNULL(`product`.`shipping_free`, `product.parent`.`shipping_free`) = 1));
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 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 90)"
8 => "Shopware\Core\Content\Product\SalesChannel\Listing\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 113)"
25 => "Maxia\MaxiaListingVariants6\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 101)"
29 => "Shopware\Core\Content\Category\SalesChannel\CategoryRoute::load (line 103)"
30 => "Shopware\Core\Content\Category\SalesChannel\CachedCategoryRoute::Shopware\Core\Content\Category\SalesChannel\{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 102)"
40 => "Shopware\Core\Content\Category\SalesChannel\CachedCategoryRoute::Shopware\Core\Content\Category\SalesChannel\{closure} (line 72)"
41 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 35)"
42 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 99)"
43 => "Shopware\Core\Content\Category\SalesChannel\CachedCategoryRoute::Shopware\Core\Content\Category\SalesChannel\{closure} (line 59)"
44 => "Shopware\Core\Profiling\Profiler::trace (line 88)"
45 => "Shopware\Core\Content\Category\SalesChannel\CachedCategoryRoute::load (line 66)"
46 => "Shopware\Storefront\Page\Navigation\NavigationPageLoader::load (line 48)"
47 => "Shopware\Storefront\Controller\NavigationController::home (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 479)"
52 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 452)"
53 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 346)"
54 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 224)"
55 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
56 => "Shopware\Core\HttpKernel::doHandle (line 81)"
57 => "Shopware\Core\HttpKernel::handle (line 85)"
]
|
| 61 |
0.37 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_category_tree` `product.categoriesRo.mapping` ON `product`.`id` = `product.categoriesRo.mapping`.`product_id` AND `product`.`version_id` = `product.categoriesRo.mapping`.`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 `category` `product.categoriesRo` ON `product.categoriesRo.mapping`.`category_id` = `product.categoriesRo`.`id` AND `product.categoriesRo`.`version_id` = `product.categoriesRo.mapping`.`category_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_5c631260610140fea3e53aa5e26066be) AND `product.visibilities`.`sales_channel_id` = :param_333fead08bb64b949269f20f71a76129 AND IFNULL(`product`.`active`, `product.parent`.`active`) = :param_2e4cba04bce04bf19cfe17fd9390f5dc) AND `product.categoriesRo`.`id` = :param_056c53402c6b4d599f6ed96b5970552c AND NOT (`product`.`display_group` <=> :param_611bb68578d64a60bf12919b6ac75606))) 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_category_tree` `product.categoriesRo.mapping` ON `product`.`id` = `product.categoriesRo.mapping`.`product_id` AND `product`.`version_id` = `product.categoriesRo.mapping`.`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 `category` `product.categoriesRo` ON `product.categoriesRo.mapping`.`category_id` = `product.categoriesRo`.`id` AND `product.categoriesRo`.`version_id` = `product.categoriesRo.mapping`.`category_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` = 0x2A890AB6DB354C85ACB515DE08A234DC AND IFNULL(`product`.`active`, `product.parent`.`active`) = 1) AND `product.categoriesRo`.`id` = 0x8F60E1E3E13E417DA04B9B94F71586EB AND NOT (`product`.`display_group` <=> NULL))) GROUP BY `product.properties`.`id`;
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 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 90)"
8 => "Shopware\Core\Content\Product\SalesChannel\Listing\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 113)"
25 => "Maxia\MaxiaListingVariants6\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 101)"
29 => "Shopware\Core\Content\Category\SalesChannel\CategoryRoute::load (line 103)"
30 => "Shopware\Core\Content\Category\SalesChannel\CachedCategoryRoute::Shopware\Core\Content\Category\SalesChannel\{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 102)"
40 => "Shopware\Core\Content\Category\SalesChannel\CachedCategoryRoute::Shopware\Core\Content\Category\SalesChannel\{closure} (line 72)"
41 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 35)"
42 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 99)"
43 => "Shopware\Core\Content\Category\SalesChannel\CachedCategoryRoute::Shopware\Core\Content\Category\SalesChannel\{closure} (line 59)"
44 => "Shopware\Core\Profiling\Profiler::trace (line 88)"
45 => "Shopware\Core\Content\Category\SalesChannel\CachedCategoryRoute::load (line 66)"
46 => "Shopware\Storefront\Page\Navigation\NavigationPageLoader::load (line 48)"
47 => "Shopware\Storefront\Controller\NavigationController::home (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 479)"
52 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 452)"
53 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 346)"
54 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 224)"
55 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
56 => "Shopware\Core\HttpKernel::doHandle (line 81)"
57 => "Shopware\Core\HttpKernel::handle (line 85)"
]
|
| 62 |
0.25 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_category_tree` `product.categoriesRo.mapping` ON `product`.`id` = `product.categoriesRo.mapping`.`product_id` AND `product`.`version_id` = `product.categoriesRo.mapping`.`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 `category` `product.categoriesRo` ON `product.categoriesRo.mapping`.`category_id` = `product.categoriesRo`.`id` AND `product.categoriesRo`.`version_id` = `product.categoriesRo.mapping`.`category_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_efb266fe254c4745ba399c1a892444a8) AND `product.visibilities`.`sales_channel_id` = :param_37ea751c9e24428189cbef1006834a80 AND IFNULL(`product`.`active`, `product.parent`.`active`) = :param_4666ac16b369439a9930b77c145ed3d8) AND `product.categoriesRo`.`id` = :param_5a0a1bb678c54108ae0c7bc1ae25ec19 AND NOT (`product`.`display_group` <=> :param_eb23d93291ce424eb8206fecdc8ee320))) 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_category_tree` `product.categoriesRo.mapping` ON `product`.`id` = `product.categoriesRo.mapping`.`product_id` AND `product`.`version_id` = `product.categoriesRo.mapping`.`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 `category` `product.categoriesRo` ON `product.categoriesRo.mapping`.`category_id` = `product.categoriesRo`.`id` AND `product.categoriesRo`.`version_id` = `product.categoriesRo.mapping`.`category_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` = 0x2A890AB6DB354C85ACB515DE08A234DC AND IFNULL(`product`.`active`, `product.parent`.`active`) = 1) AND `product.categoriesRo`.`id` = 0x8F60E1E3E13E417DA04B9B94F71586EB AND NOT (`product`.`display_group` <=> NULL))) GROUP BY `product.options`.`id`;
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 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 90)"
8 => "Shopware\Core\Content\Product\SalesChannel\Listing\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 113)"
25 => "Maxia\MaxiaListingVariants6\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 101)"
29 => "Shopware\Core\Content\Category\SalesChannel\CategoryRoute::load (line 103)"
30 => "Shopware\Core\Content\Category\SalesChannel\CachedCategoryRoute::Shopware\Core\Content\Category\SalesChannel\{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 102)"
40 => "Shopware\Core\Content\Category\SalesChannel\CachedCategoryRoute::Shopware\Core\Content\Category\SalesChannel\{closure} (line 72)"
41 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 35)"
42 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 99)"
43 => "Shopware\Core\Content\Category\SalesChannel\CachedCategoryRoute::Shopware\Core\Content\Category\SalesChannel\{closure} (line 59)"
44 => "Shopware\Core\Profiling\Profiler::trace (line 88)"
45 => "Shopware\Core\Content\Category\SalesChannel\CachedCategoryRoute::load (line 66)"
46 => "Shopware\Storefront\Page\Navigation\NavigationPageLoader::load (line 48)"
47 => "Shopware\Storefront\Controller\NavigationController::home (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 479)"
52 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 452)"
53 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 346)"
54 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 224)"
55 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
56 => "Shopware\Core\HttpKernel::doHandle (line 81)"
57 => "Shopware\Core\HttpKernel::handle (line 85)"
]
|
| 63 |
0.38 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 (0x2023D1CA02DB407188923BF8FD298190, 0x46726F8B2A094B558ABBADEBD173C983, 0x44B799D8AD9A410E8037B136CA478A90, 0x1135FAF0C3CB40B690833B027523BCBB, 0x429A965A72494A958D47D4BE717A20A3, 0xABD030A727574F569F67604E5A84C133, 0x3907B5853E71403D9FAA87446D9271C3, 0xFA694526A8324978B92824FA7E0C8459, 0x966F2C5DE6A04DABB9ED8FBBC205435A, 0x27CF5C935E9E434E8A77F59D60B27107, 0x78452DE0613E4E478670A8A87FAD6736, 0xB6E23C610BE24C6A9C8F231AA3529B5B, 0x8BEBA68D82FD446E83AC55C954D80666, 0x5C9FC403EF8C4CFB941DE332839FA77A, 0x2C21B50C33D447788763CF6A3299A814, 0xCCE75B7691BB40C9B05C121A029174B2, 0xC21B5424A36C407B8CC0754FA8CE7D7B, 0xB799C2404CDD4B56A702E777DFB1DE7B, 0x4BE7C331BD114711A4D27977071DD1F0, 0xB8626488C0CC4E07A80F212A990912B7, 0x61F4C64BD41B497A8731F9DA2E55FE9B, 0x5EE78E69B1CA4611BD235B5099CFA8B0, 0x74B2AD5A98E541ECAA540173CA0A77BE, 0xE7D7387E7D404C33BC6E716E0EDC5A87);
array:55 [
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 90)"
5 => "Shopware\Core\Content\Product\SalesChannel\Listing\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 113)"
22 => "Maxia\MaxiaListingVariants6\Core\Content\Product\Cms\ProductListingCmsElementResolver::enrich (line 99)"
23 => "Shopware\Core\Content\Cms\DataResolver\CmsSlotsDataResolver::resolve (line 104)"
24 => "Shopware\Core\Content\Cms\SalesChannel\SalesChannelCmsPageLoader::loadSlotData (line 94)"
25 => "Shopware\Core\Content\Cms\SalesChannel\SalesChannelCmsPageLoader::load (line 101)"
26 => "Shopware\Core\Content\Category\SalesChannel\CategoryRoute::load (line 103)"
27 => "Shopware\Core\Content\Category\SalesChannel\CachedCategoryRoute::Shopware\Core\Content\Category\SalesChannel\{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 102)"
37 => "Shopware\Core\Content\Category\SalesChannel\CachedCategoryRoute::Shopware\Core\Content\Category\SalesChannel\{closure} (line 72)"
38 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 35)"
39 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 99)"
40 => "Shopware\Core\Content\Category\SalesChannel\CachedCategoryRoute::Shopware\Core\Content\Category\SalesChannel\{closure} (line 59)"
41 => "Shopware\Core\Profiling\Profiler::trace (line 88)"
42 => "Shopware\Core\Content\Category\SalesChannel\CachedCategoryRoute::load (line 66)"
43 => "Shopware\Storefront\Page\Navigation\NavigationPageLoader::load (line 48)"
44 => "Shopware\Storefront\Controller\NavigationController::home (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 479)"
49 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 452)"
50 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 346)"
51 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 224)"
52 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
53 => "Shopware\Core\HttpKernel::doHandle (line 81)"
54 => "Shopware\Core\HttpKernel::handle (line 85)"
]
|
| 64 |
0.47 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_656df741b8794c209d686501f10a9a37) AND `product.visibilities`.`sales_channel_id` = :param_2934031a698447fe8782d53141c1c580 AND IFNULL(`product`.`active`, `product.parent`.`active`) = :param_0203b630731740efa3c9610843981bea))) 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` = 0x2A890AB6DB354C85ACB515DE08A234DC AND IFNULL(`product`.`active`, `product.parent`.`active`) = 1))) AND (`product`.`id` IN (0x2023D1CA02DB407188923BF8FD298190, 0x46726F8B2A094B558ABBADEBD173C983, 0x44B799D8AD9A410E8037B136CA478A90, 0x1135FAF0C3CB40B690833B027523BCBB, 0x429A965A72494A958D47D4BE717A20A3, 0xABD030A727574F569F67604E5A84C133, 0x3907B5853E71403D9FAA87446D9271C3, 0xFA694526A8324978B92824FA7E0C8459, 0x966F2C5DE6A04DABB9ED8FBBC205435A, 0x27CF5C935E9E434E8A77F59D60B27107, 0x78452DE0613E4E478670A8A87FAD6736, 0xB6E23C610BE24C6A9C8F231AA3529B5B, 0x8BEBA68D82FD446E83AC55C954D80666, 0x5C9FC403EF8C4CFB941DE332839FA77A, 0x2C21B50C33D447788763CF6A3299A814, 0xCCE75B7691BB40C9B05C121A029174B2, 0xC21B5424A36C407B8CC0754FA8CE7D7B, 0xB799C2404CDD4B56A702E777DFB1DE7B, 0x4BE7C331BD114711A4D27977071DD1F0, 0xB8626488C0CC4E07A80F212A990912B7, 0x61F4C64BD41B497A8731F9DA2E55FE9B, 0x5EE78E69B1CA4611BD235B5099CFA8B0, 0x74B2AD5A98E541ECAA540173CA0A77BE, 0xE7D7387E7D404C33BC6E716E0EDC5A87)) GROUP BY `product`.`id`;
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 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 90)"
8 => "Shopware\Core\Content\Product\SalesChannel\Listing\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 113)"
25 => "Maxia\MaxiaListingVariants6\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 101)"
29 => "Shopware\Core\Content\Category\SalesChannel\CategoryRoute::load (line 103)"
30 => "Shopware\Core\Content\Category\SalesChannel\CachedCategoryRoute::Shopware\Core\Content\Category\SalesChannel\{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 102)"
40 => "Shopware\Core\Content\Category\SalesChannel\CachedCategoryRoute::Shopware\Core\Content\Category\SalesChannel\{closure} (line 72)"
41 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 35)"
42 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 99)"
43 => "Shopware\Core\Content\Category\SalesChannel\CachedCategoryRoute::Shopware\Core\Content\Category\SalesChannel\{closure} (line 59)"
44 => "Shopware\Core\Profiling\Profiler::trace (line 88)"
45 => "Shopware\Core\Content\Category\SalesChannel\CachedCategoryRoute::load (line 66)"
46 => "Shopware\Storefront\Page\Navigation\NavigationPageLoader::load (line 48)"
47 => "Shopware\Storefront\Controller\NavigationController::home (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 479)"
52 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 452)"
53 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 346)"
54 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 224)"
55 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
56 => "Shopware\Core\HttpKernel::doHandle (line 81)"
57 => "Shopware\Core\HttpKernel::handle (line 85)"
]
|
| 65 |
17.65 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`, (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.translation.fallback_1.name`, `product.manufacturer.translation.name`, COALESCE(`product.manufacturer.translation.fallback_1.name`,`product.manufacturer.translation.name`,`product.manufacturer.translation.name`) as `product.manufacturer.name`, `product.manufacturer.translation.fallback_1.description`, `product.manufacturer.translation.description`, COALESCE(`product.manufacturer.translation.fallback_1.description`,`product.manufacturer.translation.description`,`product.manufacturer.translation.description`) as `product.manufacturer.description`, `product.manufacturer.translation.fallback_1.customFields`, `product.manufacturer.translation.customFields`, COALESCE(`product.manufacturer.translation.fallback_1.customFields`,`product.manufacturer.translation.customFields`,`product.manufacturer.translation.customFields`) as `product.manufacturer.customFields`, `product.manufacturer.translation.fallback_1.createdAt`, `product.manufacturer.translation.createdAt`, `product.manufacturer.translation.fallback_1.updatedAt`, `product.manufacturer.translation.updatedAt`, `product.manufacturer.translation.fallback_1.productManufacturerId`, `product.manufacturer.translation.productManufacturerId`, `product.manufacturer.translation.fallback_1.languageId`, `product.manufacturer.translation.languageId`, `product.manufacturer.translation.fallback_1.productManufacturerVersionId`, `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.fallback_1.shortCode`, `product.unit.translation.shortCode`, COALESCE(`product.unit.translation.fallback_1.shortCode`,`product.unit.translation.shortCode`,`product.unit.translation.shortCode`) as `product.unit.shortCode`, `product.unit.translation.fallback_1.name`, `product.unit.translation.name`, COALESCE(`product.unit.translation.fallback_1.name`,`product.unit.translation.name`,`product.unit.translation.name`) as `product.unit.name`, `product.unit.translation.fallback_1.customFields`, `product.unit.translation.customFields`, COALESCE(`product.unit.translation.fallback_1.customFields`,`product.unit.translation.customFields`,`product.unit.translation.customFields`) as `product.unit.customFields`, `product.unit.translation.fallback_1.createdAt`, `product.unit.translation.createdAt`, `product.unit.translation.fallback_1.updatedAt`, `product.unit.translation.updatedAt`, `product.unit.translation.fallback_1.unitId`, `product.unit.translation.unitId`, `product.unit.translation.fallback_1.languageId`, `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.fallback_1.name`, `product.deliveryTime.translation.name`, COALESCE(`product.deliveryTime.translation.fallback_1.name`,`product.deliveryTime.translation.name`,`product.deliveryTime.translation.name`) as `product.deliveryTime.name`, `product.deliveryTime.translation.fallback_1.customFields`, `product.deliveryTime.translation.customFields`, COALESCE(`product.deliveryTime.translation.fallback_1.customFields`,`product.deliveryTime.translation.customFields`,`product.deliveryTime.translation.customFields`) as `product.deliveryTime.customFields`, `product.deliveryTime.translation.fallback_1.createdAt`, `product.deliveryTime.translation.createdAt`, `product.deliveryTime.translation.fallback_1.updatedAt`, `product.deliveryTime.translation.updatedAt`, `product.deliveryTime.translation.fallback_1.deliveryTimeId`, `product.deliveryTime.translation.deliveryTimeId`, `product.deliveryTime.translation.fallback_1.languageId`, `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.fallback_1.title`, `product.cover.media.translation.title`, COALESCE(`product.cover.media.translation.fallback_1.title`,`product.cover.media.translation.title`,`product.cover.media.translation.title`) as `product.cover.media.title`, `product.cover.media.translation.fallback_1.alt`, `product.cover.media.translation.alt`, COALESCE(`product.cover.media.translation.fallback_1.alt`,`product.cover.media.translation.alt`,`product.cover.media.translation.alt`) as `product.cover.media.alt`, `product.cover.media.translation.fallback_1.customFields`, `product.cover.media.translation.customFields`, COALESCE(`product.cover.media.translation.fallback_1.customFields`,`product.cover.media.translation.customFields`,`product.cover.media.translation.customFields`) as `product.cover.media.customFields`, `product.cover.media.translation.fallback_1.createdAt`, `product.cover.media.translation.createdAt`, `product.cover.media.translation.fallback_1.updatedAt`, `product.cover.media.translation.updatedAt`, `product.cover.media.translation.fallback_1.mediaId`, `product.cover.media.translation.mediaId`, `product.cover.media.translation.fallback_1.languageId`, `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.cover.solidPvVideoThumbnail`.`id` as `product.cover.solidPvVideoThumbnail.id`, `product.cover.solidPvVideoThumbnail`.`product_media_id` as `product.cover.solidPvVideoThumbnail.productMediaId`, `product.cover.solidPvVideoThumbnail`.`product_media_version_id` as `product.cover.solidPvVideoThumbnail.productMediaVersionId`, `product.cover.solidPvVideoThumbnail`.`media_id` as `product.cover.solidPvVideoThumbnail.mediaId`, `product.cover.solidPvVideoThumbnail.media`.`id` as `product.cover.solidPvVideoThumbnail.media.id`, `product.cover.solidPvVideoThumbnail.media`.`user_id` as `product.cover.solidPvVideoThumbnail.media.userId`, `product.cover.solidPvVideoThumbnail.media`.`media_folder_id` as `product.cover.solidPvVideoThumbnail.media.mediaFolderId`, `product.cover.solidPvVideoThumbnail.media`.`mime_type` as `product.cover.solidPvVideoThumbnail.media.mimeType`, `product.cover.solidPvVideoThumbnail.media`.`file_extension` as `product.cover.solidPvVideoThumbnail.media.fileExtension`, `product.cover.solidPvVideoThumbnail.media`.`uploaded_at` as `product.cover.solidPvVideoThumbnail.media.uploadedAt`, `product.cover.solidPvVideoThumbnail.media`.`file_name` as `product.cover.solidPvVideoThumbnail.media.fileName`, `product.cover.solidPvVideoThumbnail.media`.`file_size` as `product.cover.solidPvVideoThumbnail.media.fileSize`, `product.cover.solidPvVideoThumbnail.media`.`media_type` as `product.cover.solidPvVideoThumbnail.media.mediaTypeRaw`, `product.cover.solidPvVideoThumbnail.media`.`meta_data` as `product.cover.solidPvVideoThumbnail.media.metaData`, `product.cover.solidPvVideoThumbnail.media`.`private` as `product.cover.solidPvVideoThumbnail.media.private`, `product.cover.solidPvVideoThumbnail.media`.`thumbnails_ro` as `product.cover.solidPvVideoThumbnail.media.thumbnailsRo`, `product.cover.solidPvVideoThumbnail.media`.`created_at` as `product.cover.solidPvVideoThumbnail.media.createdAt`, `product.cover.solidPvVideoThumbnail.media`.`updated_at` as `product.cover.solidPvVideoThumbnail.media.updatedAt`, `product.cover.solidPvVideoThumbnail.media.translation.fallback_1.title`, `product.cover.solidPvVideoThumbnail.media.translation.title`, COALESCE(`product.cover.solidPvVideoThumbnail.media.translation.fallback_1.title`,`product.cover.solidPvVideoThumbnail.media.translation.title`,`product.cover.solidPvVideoThumbnail.media.translation.title`) as `product.cover.solidPvVideoThumbnail.media.title`, `product.cover.solidPvVideoThumbnail.media.translation.fallback_1.alt`, `product.cover.solidPvVideoThumbnail.media.translation.alt`, COALESCE(`product.cover.solidPvVideoThumbnail.media.translation.fallback_1.alt`,`product.cover.solidPvVideoThumbnail.media.translation.alt`,`product.cover.solidPvVideoThumbnail.media.translation.alt`) as `product.cover.solidPvVideoThumbnail.media.alt`, `product.cover.solidPvVideoThumbnail.media.translation.fallback_1.customFields`, `product.cover.solidPvVideoThumbnail.media.translation.customFields`, COALESCE(`product.cover.solidPvVideoThumbnail.media.translation.fallback_1.customFields`,`product.cover.solidPvVideoThumbnail.media.translation.customFields`,`product.cover.solidPvVideoThumbnail.media.translation.customFields`) as `product.cover.solidPvVideoThumbnail.media.customFields`, `product.cover.solidPvVideoThumbnail.media.translation.fallback_1.createdAt`, `product.cover.solidPvVideoThumbnail.media.translation.createdAt`, `product.cover.solidPvVideoThumbnail.media.translation.fallback_1.updatedAt`, `product.cover.solidPvVideoThumbnail.media.translation.updatedAt`, `product.cover.solidPvVideoThumbnail.media.translation.fallback_1.mediaId`, `product.cover.solidPvVideoThumbnail.media.translation.mediaId`, `product.cover.solidPvVideoThumbnail.media.translation.fallback_1.languageId`, `product.cover.solidPvVideoThumbnail.media.translation.languageId`, `product.cover.solidPvVideoThumbnail`.`created_at` as `product.cover.solidPvVideoThumbnail.createdAt`, `product.cover.solidPvVideoThumbnail`.`updated_at` as `product.cover.solidPvVideoThumbnail.updatedAt`, `product.translation.fallback_1.metaDescription`, `product.parent.translation.fallback_1.metaDescription`, `product.translation.metaDescription`, `product.parent.translation.metaDescription`, COALESCE(`product.translation.fallback_1.metaDescription`,`product.parent.translation.fallback_1.metaDescription`,`product.translation.metaDescription`,`product.parent.translation.metaDescription`,`product.translation.metaDescription`) as `product.metaDescription`, `product.translation.fallback_1.name`, `product.parent.translation.fallback_1.name`, `product.translation.name`, `product.parent.translation.name`, COALESCE(`product.translation.fallback_1.name`,`product.parent.translation.fallback_1.name`,`product.translation.name`,`product.parent.translation.name`,`product.translation.name`) as `product.name`, `product.translation.fallback_1.keywords`, `product.parent.translation.fallback_1.keywords`, `product.translation.keywords`, `product.parent.translation.keywords`, COALESCE(`product.translation.fallback_1.keywords`,`product.parent.translation.fallback_1.keywords`,`product.translation.keywords`,`product.parent.translation.keywords`,`product.translation.keywords`) as `product.keywords`, `product.translation.fallback_1.description`, `product.parent.translation.fallback_1.description`, `product.translation.description`, `product.parent.translation.description`, COALESCE(`product.translation.fallback_1.description`,`product.parent.translation.fallback_1.description`,`product.translation.description`,`product.parent.translation.description`,`product.translation.description`) as `product.description`, `product.translation.fallback_1.metaTitle`, `product.parent.translation.fallback_1.metaTitle`, `product.translation.metaTitle`, `product.parent.translation.metaTitle`, COALESCE(`product.translation.fallback_1.metaTitle`,`product.parent.translation.fallback_1.metaTitle`,`product.translation.metaTitle`,`product.parent.translation.metaTitle`,`product.translation.metaTitle`) as `product.metaTitle`, `product.translation.fallback_1.packUnit`, `product.parent.translation.fallback_1.packUnit`, `product.translation.packUnit`, `product.parent.translation.packUnit`, COALESCE(`product.translation.fallback_1.packUnit`,`product.parent.translation.fallback_1.packUnit`,`product.translation.packUnit`,`product.parent.translation.packUnit`,`product.translation.packUnit`) as `product.packUnit`, `product.translation.fallback_1.packUnitPlural`, `product.parent.translation.fallback_1.packUnitPlural`, `product.translation.packUnitPlural`, `product.parent.translation.packUnitPlural`, COALESCE(`product.translation.fallback_1.packUnitPlural`,`product.parent.translation.fallback_1.packUnitPlural`,`product.translation.packUnitPlural`,`product.parent.translation.packUnitPlural`,`product.translation.packUnitPlural`) as `product.packUnitPlural`, `product.translation.fallback_1.customSearchKeywords`, `product.parent.translation.fallback_1.customSearchKeywords`, `product.translation.customSearchKeywords`, `product.parent.translation.customSearchKeywords`, COALESCE(`product.translation.fallback_1.customSearchKeywords`,`product.parent.translation.fallback_1.customSearchKeywords`,`product.translation.customSearchKeywords`,`product.parent.translation.customSearchKeywords`,`product.translation.customSearchKeywords`) as `product.customSearchKeywords`, `product.translation.fallback_1.slotConfig`, `product.parent.translation.fallback_1.slotConfig`, `product.translation.slotConfig`, `product.parent.translation.slotConfig`, COALESCE(`product.translation.fallback_1.slotConfig`,`product.parent.translation.fallback_1.slotConfig`,`product.translation.slotConfig`,`product.parent.translation.slotConfig`,`product.translation.slotConfig`) as `product.slotConfig`, `product.translation.fallback_1.customFields`, `product.parent.translation.fallback_1.customFields`, `product.translation.customFields`, `product.parent.translation.customFields`, COALESCE(`product.translation.fallback_1.customFields`,`product.parent.translation.fallback_1.customFields`,`product.translation.customFields`,`product.parent.translation.customFields`,`product.translation.customFields`) as `product.customFields`, `product.translation.fallback_1.createdAt`, `product.parent.translation.fallback_1.createdAt`, `product.translation.createdAt`, `product.parent.translation.createdAt`, `product.translation.fallback_1.updatedAt`, `product.parent.translation.fallback_1.updatedAt`, `product.translation.updatedAt`, `product.parent.translation.updatedAt`, `product.translation.fallback_1.productId`, `product.parent.translation.fallback_1.productId`, `product.translation.productId`, `product.parent.translation.productId`, `product.translation.fallback_1.languageId`, `product.parent.translation.fallback_1.languageId`, `product.translation.languageId`, `product.parent.translation.languageId`, `product.translation.fallback_1.productVersionId`, `product.parent.translation.fallback_1.productVersionId`, `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`, `product.translation.fallback_1`.meta_description as `product.translation.fallback_1.metaDescription`, `product.translation.fallback_1`.name as `product.translation.fallback_1.name`, `product.translation.fallback_1`.keywords as `product.translation.fallback_1.keywords`, `product.translation.fallback_1`.description as `product.translation.fallback_1.description`, `product.translation.fallback_1`.meta_title as `product.translation.fallback_1.metaTitle`, `product.translation.fallback_1`.pack_unit as `product.translation.fallback_1.packUnit`, `product.translation.fallback_1`.pack_unit_plural as `product.translation.fallback_1.packUnitPlural`, `product.translation.fallback_1`.custom_search_keywords as `product.translation.fallback_1.customSearchKeywords`, `product.translation.fallback_1`.slot_config as `product.translation.fallback_1.slotConfig`, `product.translation.fallback_1`.custom_fields as `product.translation.fallback_1.customFields`, `product.translation.fallback_1`.created_at as `product.translation.fallback_1.createdAt`, `product.translation.fallback_1`.updated_at as `product.translation.fallback_1.updatedAt`, `product.translation.fallback_1`.product_id as `product.translation.fallback_1.productId`, `product.translation.fallback_1`.language_id as `product.translation.fallback_1.languageId`, `product.translation.fallback_1`.product_version_id as `product.translation.fallback_1.productVersionId` FROM `product_translation` `product.translation` LEFT JOIN `product_translation` `product.translation.fallback_1` ON `product.translation`.`product_id` = `product.translation.fallback_1`.`product_id` AND `product.translation.fallback_1`.language_id = :languageId1 AND `product.translation`.product_version_id = `product.translation.fallback_1`.product_version_id 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`, `product.parent.translation.fallback_1`.meta_description as `product.parent.translation.fallback_1.metaDescription`, `product.parent.translation.fallback_1`.name as `product.parent.translation.fallback_1.name`, `product.parent.translation.fallback_1`.keywords as `product.parent.translation.fallback_1.keywords`, `product.parent.translation.fallback_1`.description as `product.parent.translation.fallback_1.description`, `product.parent.translation.fallback_1`.meta_title as `product.parent.translation.fallback_1.metaTitle`, `product.parent.translation.fallback_1`.pack_unit as `product.parent.translation.fallback_1.packUnit`, `product.parent.translation.fallback_1`.pack_unit_plural as `product.parent.translation.fallback_1.packUnitPlural`, `product.parent.translation.fallback_1`.custom_search_keywords as `product.parent.translation.fallback_1.customSearchKeywords`, `product.parent.translation.fallback_1`.slot_config as `product.parent.translation.fallback_1.slotConfig`, `product.parent.translation.fallback_1`.custom_fields as `product.parent.translation.fallback_1.customFields`, `product.parent.translation.fallback_1`.created_at as `product.parent.translation.fallback_1.createdAt`, `product.parent.translation.fallback_1`.updated_at as `product.parent.translation.fallback_1.updatedAt`, `product.parent.translation.fallback_1`.product_id as `product.parent.translation.fallback_1.productId`, `product.parent.translation.fallback_1`.language_id as `product.parent.translation.fallback_1.languageId`, `product.parent.translation.fallback_1`.product_version_id as `product.parent.translation.fallback_1.productVersionId` FROM `product_translation` `product.parent.translation` LEFT JOIN `product_translation` `product.parent.translation.fallback_1` ON `product.parent.translation`.`product_id` = `product.parent.translation.fallback_1`.`product_id` AND `product.parent.translation.fallback_1`.language_id = :languageId1 AND `product.parent.translation`.product_version_id = `product.parent.translation.fallback_1`.product_version_id 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 `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 (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`, `product.manufacturer.translation.fallback_1`.name as `product.manufacturer.translation.fallback_1.name`, `product.manufacturer.translation.fallback_1`.description as `product.manufacturer.translation.fallback_1.description`, `product.manufacturer.translation.fallback_1`.custom_fields as `product.manufacturer.translation.fallback_1.customFields`, `product.manufacturer.translation.fallback_1`.created_at as `product.manufacturer.translation.fallback_1.createdAt`, `product.manufacturer.translation.fallback_1`.updated_at as `product.manufacturer.translation.fallback_1.updatedAt`, `product.manufacturer.translation.fallback_1`.product_manufacturer_id as `product.manufacturer.translation.fallback_1.productManufacturerId`, `product.manufacturer.translation.fallback_1`.language_id as `product.manufacturer.translation.fallback_1.languageId`, `product.manufacturer.translation.fallback_1`.product_manufacturer_version_id as `product.manufacturer.translation.fallback_1.productManufacturerVersionId` FROM `product_manufacturer_translation` `product.manufacturer.translation` LEFT JOIN `product_manufacturer_translation` `product.manufacturer.translation.fallback_1` ON `product.manufacturer.translation`.`product_manufacturer_id` = `product.manufacturer.translation.fallback_1`.`product_manufacturer_id` AND `product.manufacturer.translation.fallback_1`.language_id = :languageId1 AND `product.manufacturer.translation`.product_manufacturer_version_id = `product.manufacturer.translation.fallback_1`.product_manufacturer_version_id 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 (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`, `product.unit.translation.fallback_1`.short_code as `product.unit.translation.fallback_1.shortCode`, `product.unit.translation.fallback_1`.name as `product.unit.translation.fallback_1.name`, `product.unit.translation.fallback_1`.custom_fields as `product.unit.translation.fallback_1.customFields`, `product.unit.translation.fallback_1`.created_at as `product.unit.translation.fallback_1.createdAt`, `product.unit.translation.fallback_1`.updated_at as `product.unit.translation.fallback_1.updatedAt`, `product.unit.translation.fallback_1`.unit_id as `product.unit.translation.fallback_1.unitId`, `product.unit.translation.fallback_1`.language_id as `product.unit.translation.fallback_1.languageId` FROM `unit_translation` `product.unit.translation` LEFT JOIN `unit_translation` `product.unit.translation.fallback_1` ON `product.unit.translation`.`unit_id` = `product.unit.translation.fallback_1`.`unit_id` AND `product.unit.translation.fallback_1`.language_id = :languageId1 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`, `product.deliveryTime.translation.fallback_1`.name as `product.deliveryTime.translation.fallback_1.name`, `product.deliveryTime.translation.fallback_1`.custom_fields as `product.deliveryTime.translation.fallback_1.customFields`, `product.deliveryTime.translation.fallback_1`.created_at as `product.deliveryTime.translation.fallback_1.createdAt`, `product.deliveryTime.translation.fallback_1`.updated_at as `product.deliveryTime.translation.fallback_1.updatedAt`, `product.deliveryTime.translation.fallback_1`.delivery_time_id as `product.deliveryTime.translation.fallback_1.deliveryTimeId`, `product.deliveryTime.translation.fallback_1`.language_id as `product.deliveryTime.translation.fallback_1.languageId` FROM `delivery_time_translation` `product.deliveryTime.translation` LEFT JOIN `delivery_time_translation` `product.deliveryTime.translation.fallback_1` ON `product.deliveryTime.translation`.`delivery_time_id` = `product.deliveryTime.translation.fallback_1`.`delivery_time_id` AND `product.deliveryTime.translation.fallback_1`.language_id = :languageId1 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 `solid_pv_product_media_video_thumbnail` `product.cover.solidPvVideoThumbnail` ON `product.cover`.`id` = `product.cover.solidPvVideoThumbnail`.`product_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`, `product.cover.media.translation.fallback_1`.title as `product.cover.media.translation.fallback_1.title`, `product.cover.media.translation.fallback_1`.alt as `product.cover.media.translation.fallback_1.alt`, `product.cover.media.translation.fallback_1`.custom_fields as `product.cover.media.translation.fallback_1.customFields`, `product.cover.media.translation.fallback_1`.created_at as `product.cover.media.translation.fallback_1.createdAt`, `product.cover.media.translation.fallback_1`.updated_at as `product.cover.media.translation.fallback_1.updatedAt`, `product.cover.media.translation.fallback_1`.media_id as `product.cover.media.translation.fallback_1.mediaId`, `product.cover.media.translation.fallback_1`.language_id as `product.cover.media.translation.fallback_1.languageId` FROM `media_translation` `product.cover.media.translation` LEFT JOIN `media_translation` `product.cover.media.translation.fallback_1` ON `product.cover.media.translation`.`media_id` = `product.cover.media.translation.fallback_1`.`media_id` AND `product.cover.media.translation.fallback_1`.language_id = :languageId1 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` LEFT JOIN `media` `product.cover.solidPvVideoThumbnail.media` ON `product.cover.solidPvVideoThumbnail`.`media_id` = `product.cover.solidPvVideoThumbnail.media`.`id` LEFT JOIN (SELECT `product.cover.solidPvVideoThumbnail.media.translation`.media_id, `product.cover.solidPvVideoThumbnail.media.translation`.title as `product.cover.solidPvVideoThumbnail.media.translation.title`, `product.cover.solidPvVideoThumbnail.media.translation`.alt as `product.cover.solidPvVideoThumbnail.media.translation.alt`, `product.cover.solidPvVideoThumbnail.media.translation`.custom_fields as `product.cover.solidPvVideoThumbnail.media.translation.customFields`, `product.cover.solidPvVideoThumbnail.media.translation`.created_at as `product.cover.solidPvVideoThumbnail.media.translation.createdAt`, `product.cover.solidPvVideoThumbnail.media.translation`.updated_at as `product.cover.solidPvVideoThumbnail.media.translation.updatedAt`, `product.cover.solidPvVideoThumbnail.media.translation`.media_id as `product.cover.solidPvVideoThumbnail.media.translation.mediaId`, `product.cover.solidPvVideoThumbnail.media.translation`.language_id as `product.cover.solidPvVideoThumbnail.media.translation.languageId`, `product.cover.solidPvVideoThumbnail.media.translation.fallback_1`.title as `product.cover.solidPvVideoThumbnail.media.translation.fallback_1.title`, `product.cover.solidPvVideoThumbnail.media.translation.fallback_1`.alt as `product.cover.solidPvVideoThumbnail.media.translation.fallback_1.alt`, `product.cover.solidPvVideoThumbnail.media.translation.fallback_1`.custom_fields as `product.cover.solidPvVideoThumbnail.media.translation.fallback_1.customFields`, `product.cover.solidPvVideoThumbnail.media.translation.fallback_1`.created_at as `product.cover.solidPvVideoThumbnail.media.translation.fallback_1.createdAt`, `product.cover.solidPvVideoThumbnail.media.translation.fallback_1`.updated_at as `product.cover.solidPvVideoThumbnail.media.translation.fallback_1.updatedAt`, `product.cover.solidPvVideoThumbnail.media.translation.fallback_1`.media_id as `product.cover.solidPvVideoThumbnail.media.translation.fallback_1.mediaId`, `product.cover.solidPvVideoThumbnail.media.translation.fallback_1`.language_id as `product.cover.solidPvVideoThumbnail.media.translation.fallback_1.languageId` FROM `media_translation` `product.cover.solidPvVideoThumbnail.media.translation` LEFT JOIN `media_translation` `product.cover.solidPvVideoThumbnail.media.translation.fallback_1` ON `product.cover.solidPvVideoThumbnail.media.translation`.`media_id` = `product.cover.solidPvVideoThumbnail.media.translation.fallback_1`.`media_id` AND `product.cover.solidPvVideoThumbnail.media.translation.fallback_1`.language_id = :languageId1 WHERE `product.cover.solidPvVideoThumbnail.media.translation`.language_id = :languageId) `product.cover.solidPvVideoThumbnail.media.media_translation` ON `product.cover.solidPvVideoThumbnail.media.media_translation`.`media_id` = `product.cover.solidPvVideoThumbnail.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`,
(
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.translation.fallback_1.name`,
`product.manufacturer.translation.name`,
COALESCE(
`product.manufacturer.translation.fallback_1.name`,
`product.manufacturer.translation.name`,
`product.manufacturer.translation.name`
) as `product.manufacturer.name`,
`product.manufacturer.translation.fallback_1.description`,
`product.manufacturer.translation.description`,
COALESCE(
`product.manufacturer.translation.fallback_1.description`,
`product.manufacturer.translation.description`,
`product.manufacturer.translation.description`
) as `product.manufacturer.description`,
`product.manufacturer.translation.fallback_1.customFields`,
`product.manufacturer.translation.customFields`,
COALESCE(
`product.manufacturer.translation.fallback_1.customFields`,
`product.manufacturer.translation.customFields`,
`product.manufacturer.translation.customFields`
) as `product.manufacturer.customFields`,
`product.manufacturer.translation.fallback_1.createdAt`,
`product.manufacturer.translation.createdAt`,
`product.manufacturer.translation.fallback_1.updatedAt`,
`product.manufacturer.translation.updatedAt`,
`product.manufacturer.translation.fallback_1.productManufacturerId`,
`product.manufacturer.translation.productManufacturerId`,
`product.manufacturer.translation.fallback_1.languageId`,
`product.manufacturer.translation.languageId`,
`product.manufacturer.translation.fallback_1.productManufacturerVersionId`,
`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.fallback_1.shortCode`,
`product.unit.translation.shortCode`,
COALESCE(
`product.unit.translation.fallback_1.shortCode`,
`product.unit.translation.shortCode`,
`product.unit.translation.shortCode`
) as `product.unit.shortCode`,
`product.unit.translation.fallback_1.name`,
`product.unit.translation.name`,
COALESCE(
`product.unit.translation.fallback_1.name`,
`product.unit.translation.name`,
`product.unit.translation.name`
) as `product.unit.name`,
`product.unit.translation.fallback_1.customFields`,
`product.unit.translation.customFields`,
COALESCE(
`product.unit.translation.fallback_1.customFields`,
`product.unit.translation.customFields`,
`product.unit.translation.customFields`
) as `product.unit.customFields`,
`product.unit.translation.fallback_1.createdAt`,
`product.unit.translation.createdAt`,
`product.unit.translation.fallback_1.updatedAt`,
`product.unit.translation.updatedAt`,
`product.unit.translation.fallback_1.unitId`,
`product.unit.translation.unitId`,
`product.unit.translation.fallback_1.languageId`,
`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.fallback_1.name`,
`product.deliveryTime.translation.name`,
COALESCE(
`product.deliveryTime.translation.fallback_1.name`,
`product.deliveryTime.translation.name`,
`product.deliveryTime.translation.name`
) as `product.deliveryTime.name`,
`product.deliveryTime.translation.fallback_1.customFields`,
`product.deliveryTime.translation.customFields`,
COALESCE(
`product.deliveryTime.translation.fallback_1.customFields`,
`product.deliveryTime.translation.customFields`,
`product.deliveryTime.translation.customFields`
) as `product.deliveryTime.customFields`,
`product.deliveryTime.translation.fallback_1.createdAt`,
`product.deliveryTime.translation.createdAt`,
`product.deliveryTime.translation.fallback_1.updatedAt`,
`product.deliveryTime.translation.updatedAt`,
`product.deliveryTime.translation.fallback_1.deliveryTimeId`,
`product.deliveryTime.translation.deliveryTimeId`,
`product.deliveryTime.translation.fallback_1.languageId`,
`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.fallback_1.title`,
`product.cover.media.translation.title`,
COALESCE(
`product.cover.media.translation.fallback_1.title`,
`product.cover.media.translation.title`,
`product.cover.media.translation.title`
) as `product.cover.media.title`,
`product.cover.media.translation.fallback_1.alt`,
`product.cover.media.translation.alt`,
COALESCE(
`product.cover.media.translation.fallback_1.alt`,
`product.cover.media.translation.alt`,
`product.cover.media.translation.alt`
) as `product.cover.media.alt`,
`product.cover.media.translation.fallback_1.customFields`,
`product.cover.media.translation.customFields`,
COALESCE(
`product.cover.media.translation.fallback_1.customFields`,
`product.cover.media.translation.customFields`,
`product.cover.media.translation.customFields`
) as `product.cover.media.customFields`,
`product.cover.media.translation.fallback_1.createdAt`,
`product.cover.media.translation.createdAt`,
`product.cover.media.translation.fallback_1.updatedAt`,
`product.cover.media.translation.updatedAt`,
`product.cover.media.translation.fallback_1.mediaId`,
`product.cover.media.translation.mediaId`,
`product.cover.media.translation.fallback_1.languageId`,
`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.cover.solidPvVideoThumbnail`.`id` as `product.cover.solidPvVideoThumbnail.id`,
`product.cover.solidPvVideoThumbnail`.`product_media_id` as `product.cover.solidPvVideoThumbnail.productMediaId`,
`product.cover.solidPvVideoThumbnail`.`product_media_version_id` as `product.cover.solidPvVideoThumbnail.productMediaVersionId`,
`product.cover.solidPvVideoThumbnail`.`media_id` as `product.cover.solidPvVideoThumbnail.mediaId`,
`product.cover.solidPvVideoThumbnail.media`.`id` as `product.cover.solidPvVideoThumbnail.media.id`,
`product.cover.solidPvVideoThumbnail.media`.`user_id` as `product.cover.solidPvVideoThumbnail.media.userId`,
`product.cover.solidPvVideoThumbnail.media`.`media_folder_id` as `product.cover.solidPvVideoThumbnail.media.mediaFolderId`,
`product.cover.solidPvVideoThumbnail.media`.`mime_type` as `product.cover.solidPvVideoThumbnail.media.mimeType`,
`product.cover.solidPvVideoThumbnail.media`.`file_extension` as `product.cover.solidPvVideoThumbnail.media.fileExtension`,
`product.cover.solidPvVideoThumbnail.media`.`uploaded_at` as `product.cover.solidPvVideoThumbnail.media.uploadedAt`,
`product.cover.solidPvVideoThumbnail.media`.`file_name` as `product.cover.solidPvVideoThumbnail.media.fileName`,
`product.cover.solidPvVideoThumbnail.media`.`file_size` as `product.cover.solidPvVideoThumbnail.media.fileSize`,
`product.cover.solidPvVideoThumbnail.media`.`media_type` as `product.cover.solidPvVideoThumbnail.media.mediaTypeRaw`,
`product.cover.solidPvVideoThumbnail.media`.`meta_data` as `product.cover.solidPvVideoThumbnail.media.metaData`,
`product.cover.solidPvVideoThumbnail.media`.`private` as `product.cover.solidPvVideoThumbnail.media.private`,
`product.cover.solidPvVideoThumbnail.media`.`thumbnails_ro` as `product.cover.solidPvVideoThumbnail.media.thumbnailsRo`,
`product.cover.solidPvVideoThumbnail.media`.`created_at` as `product.cover.solidPvVideoThumbnail.media.createdAt`,
`product.cover.solidPvVideoThumbnail.media`.`updated_at` as `product.cover.solidPvVideoThumbnail.media.updatedAt`,
`product.cover.solidPvVideoThumbnail.media.translation.fallback_1.title`,
`product.cover.solidPvVideoThumbnail.media.translation.title`,
COALESCE(
`product.cover.solidPvVideoThumbnail.media.translation.fallback_1.title`,
`product.cover.solidPvVideoThumbnail.media.translation.title`,
`product.cover.solidPvVideoThumbnail.media.translation.title`
) as `product.cover.solidPvVideoThumbnail.media.title`,
`product.cover.solidPvVideoThumbnail.media.translation.fallback_1.alt`,
`product.cover.solidPvVideoThumbnail.media.translation.alt`,
COALESCE(
`product.cover.solidPvVideoThumbnail.media.translation.fallback_1.alt`,
`product.cover.solidPvVideoThumbnail.media.translation.alt`,
`product.cover.solidPvVideoThumbnail.media.translation.alt`
) as `product.cover.solidPvVideoThumbnail.media.alt`,
`product.cover.solidPvVideoThumbnail.media.translation.fallback_1.customFields`,
`product.cover.solidPvVideoThumbnail.media.translation.customFields`,
COALESCE(
`product.cover.solidPvVideoThumbnail.media.translation.fallback_1.customFields`,
`product.cover.solidPvVideoThumbnail.media.translation.customFields`,
`product.cover.solidPvVideoThumbnail.media.translation.customFields`
) as `product.cover.solidPvVideoThumbnail.media.customFields`,
`product.cover.solidPvVideoThumbnail.media.translation.fallback_1.createdAt`,
`product.cover.solidPvVideoThumbnail.media.translation.createdAt`,
`product.cover.solidPvVideoThumbnail.media.translation.fallback_1.updatedAt`,
`product.cover.solidPvVideoThumbnail.media.translation.updatedAt`,
`product.cover.solidPvVideoThumbnail.media.translation.fallback_1.mediaId`,
`product.cover.solidPvVideoThumbnail.media.translation.mediaId`,
`product.cover.solidPvVideoThumbnail.media.translation.fallback_1.languageId`,
`product.cover.solidPvVideoThumbnail.media.translation.languageId`,
`product.cover.solidPvVideoThumbnail`.`created_at` as `product.cover.solidPvVideoThumbnail.createdAt`,
`product.cover.solidPvVideoThumbnail`.`updated_at` as `product.cover.solidPvVideoThumbnail.updatedAt`,
`product.translation.fallback_1.metaDescription`,
`product.parent.translation.fallback_1.metaDescription`,
`product.translation.metaDescription`,
`product.parent.translation.metaDescription`,
COALESCE(
`product.translation.fallback_1.metaDescription`,
`product.parent.translation.fallback_1.metaDescription`,
`product.translation.metaDescription`,
`product.parent.translation.metaDescription`,
`product.translation.metaDescription`
) as `product.metaDescription`,
`product.translation.fallback_1.name`,
`product.parent.translation.fallback_1.name`,
`product.translation.name`,
`product.parent.translation.name`,
COALESCE(
`product.translation.fallback_1.name`,
`product.parent.translation.fallback_1.name`,
`product.translation.name`, `product.parent.translation.name`,
`product.translation.name`
) as `product.name`,
`product.translation.fallback_1.keywords`,
`product.parent.translation.fallback_1.keywords`,
`product.translation.keywords`,
`product.parent.translation.keywords`,
COALESCE(
`product.translation.fallback_1.keywords`,
`product.parent.translation.fallback_1.keywords`,
`product.translation.keywords`,
`product.parent.translation.keywords`,
`product.translation.keywords`
) as `product.keywords`,
`product.translation.fallback_1.description`,
`product.parent.translation.fallback_1.description`,
`product.translation.description`,
`product.parent.translation.description`,
COALESCE(
`product.translation.fallback_1.description`,
`product.parent.translation.fallback_1.description`,
`product.translation.description`,
`product.parent.translation.description`,
`product.translation.description`
) as `product.description`,
`product.translation.fallback_1.metaTitle`,
`product.parent.translation.fallback_1.metaTitle`,
`product.translation.metaTitle`,
`product.parent.translation.metaTitle`,
COALESCE(
`product.translation.fallback_1.metaTitle`,
`product.parent.translation.fallback_1.metaTitle`,
`product.translation.metaTitle`,
`product.parent.translation.metaTitle`,
`product.translation.metaTitle`
) as `product.metaTitle`,
`product.translation.fallback_1.packUnit`,
`product.parent.translation.fallback_1.packUnit`,
`product.translation.packUnit`,
`product.parent.translation.packUnit`,
COALESCE(
`product.translation.fallback_1.packUnit`,
`product.parent.translation.fallback_1.packUnit`,
`product.translation.packUnit`,
`product.parent.translation.packUnit`,
`product.translation.packUnit`
) as `product.packUnit`,
`product.translation.fallback_1.packUnitPlural`,
`product.parent.translation.fallback_1.packUnitPlural`,
`product.translation.packUnitPlural`,
`product.parent.translation.packUnitPlural`,
COALESCE(
`product.translation.fallback_1.packUnitPlural`,
`product.parent.translation.fallback_1.packUnitPlural`,
`product.translation.packUnitPlural`,
`product.parent.translation.packUnitPlural`,
`product.translation.packUnitPlural`
) as `product.packUnitPlural`,
`product.translation.fallback_1.customSearchKeywords`,
`product.parent.translation.fallback_1.customSearchKeywords`,
`product.translation.customSearchKeywords`,
`product.parent.translation.customSearchKeywords`,
COALESCE(
`product.translation.fallback_1.customSearchKeywords`,
`product.parent.translation.fallback_1.customSearchKeywords`,
`product.translation.customSearchKeywords`,
`product.parent.translation.customSearchKeywords`,
`product.translation.customSearchKeywords`
) as `product.customSearchKeywords`,
`product.translation.fallback_1.slotConfig`,
`product.parent.translation.fallback_1.slotConfig`,
`product.translation.slotConfig`,
`product.parent.translation.slotConfig`,
COALESCE(
`product.translation.fallback_1.slotConfig`,
`product.parent.translation.fallback_1.slotConfig`,
`product.translation.slotConfig`,
`product.parent.translation.slotConfig`,
`product.translation.slotConfig`
) as `product.slotConfig`,
`product.translation.fallback_1.customFields`,
`product.parent.translation.fallback_1.customFields`,
`product.translation.customFields`,
`product.parent.translation.customFields`,
COALESCE(
`product.translation.fallback_1.customFields`,
`product.parent.translation.fallback_1.customFields`,
`product.translation.customFields`,
`product.parent.translation.customFields`,
`product.translation.customFields`
) as `product.customFields`,
`product.translation.fallback_1.createdAt`,
`product.parent.translation.fallback_1.createdAt`,
`product.translation.createdAt`,
`product.parent.translation.createdAt`,
`product.translation.fallback_1.updatedAt`,
`product.parent.translation.fallback_1.updatedAt`,
`product.translation.updatedAt`,
`product.parent.translation.updatedAt`,
`product.translation.fallback_1.productId`,
`product.parent.translation.fallback_1.productId`,
`product.translation.productId`,
`product.parent.translation.productId`,
`product.translation.fallback_1.languageId`,
`product.parent.translation.fallback_1.languageId`,
`product.translation.languageId`,
`product.parent.translation.languageId`,
`product.translation.fallback_1.productVersionId`,
`product.parent.translation.fallback_1.productVersionId`,
`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`,
`product.translation.fallback_1`.meta_description as `product.translation.fallback_1.metaDescription`,
`product.translation.fallback_1`.name as `product.translation.fallback_1.name`,
`product.translation.fallback_1`.keywords as `product.translation.fallback_1.keywords`,
`product.translation.fallback_1`.description as `product.translation.fallback_1.description`,
`product.translation.fallback_1`.meta_title as `product.translation.fallback_1.metaTitle`,
`product.translation.fallback_1`.pack_unit as `product.translation.fallback_1.packUnit`,
`product.translation.fallback_1`.pack_unit_plural as `product.translation.fallback_1.packUnitPlural`,
`product.translation.fallback_1`.custom_search_keywords as `product.translation.fallback_1.customSearchKeywords`,
`product.translation.fallback_1`.slot_config as `product.translation.fallback_1.slotConfig`,
`product.translation.fallback_1`.custom_fields as `product.translation.fallback_1.customFields`,
`product.translation.fallback_1`.created_at as `product.translation.fallback_1.createdAt`,
`product.translation.fallback_1`.updated_at as `product.translation.fallback_1.updatedAt`,
`product.translation.fallback_1`.product_id as `product.translation.fallback_1.productId`,
`product.translation.fallback_1`.language_id as `product.translation.fallback_1.languageId`,
`product.translation.fallback_1`.product_version_id as `product.translation.fallback_1.productVersionId`
FROM
`product_translation` `product.translation`
LEFT JOIN `product_translation` `product.translation.fallback_1` ON `product.translation`.`product_id` = `product.translation.fallback_1`.`product_id`
AND `product.translation.fallback_1`.language_id = : languageId1
AND `product.translation`.product_version_id = `product.translation.fallback_1`.product_version_id
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`,
`product.parent.translation.fallback_1`.meta_description as `product.parent.translation.fallback_1.metaDescription`,
`product.parent.translation.fallback_1`.name as `product.parent.translation.fallback_1.name`,
`product.parent.translation.fallback_1`.keywords as `product.parent.translation.fallback_1.keywords`,
`product.parent.translation.fallback_1`.description as `product.parent.translation.fallback_1.description`,
`product.parent.translation.fallback_1`.meta_title as `product.parent.translation.fallback_1.metaTitle`,
`product.parent.translation.fallback_1`.pack_unit as `product.parent.translation.fallback_1.packUnit`,
`product.parent.translation.fallback_1`.pack_unit_plural as `product.parent.translation.fallback_1.packUnitPlural`,
`product.parent.translation.fallback_1`.custom_search_keywords as `product.parent.translation.fallback_1.customSearchKeywords`,
`product.parent.translation.fallback_1`.slot_config as `product.parent.translation.fallback_1.slotConfig`,
`product.parent.translation.fallback_1`.custom_fields as `product.parent.translation.fallback_1.customFields`,
`product.parent.translation.fallback_1`.created_at as `product.parent.translation.fallback_1.createdAt`,
`product.parent.translation.fallback_1`.updated_at as `product.parent.translation.fallback_1.updatedAt`,
`product.parent.translation.fallback_1`.product_id as `product.parent.translation.fallback_1.productId`,
`product.parent.translation.fallback_1`.language_id as `product.parent.translation.fallback_1.languageId`,
`product.parent.translation.fallback_1`.product_version_id as `product.parent.translation.fallback_1.productVersionId`
FROM
`product_translation` `product.parent.translation`
LEFT JOIN `product_translation` `product.parent.translation.fallback_1` ON `product.parent.translation`.`product_id` = `product.parent.translation.fallback_1`.`product_id`
AND `product.parent.translation.fallback_1`.language_id = : languageId1
AND `product.parent.translation`.product_version_id = `product.parent.translation.fallback_1`.product_version_id
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 `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 (
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`,
`product.manufacturer.translation.fallback_1`.name as `product.manufacturer.translation.fallback_1.name`,
`product.manufacturer.translation.fallback_1`.description as `product.manufacturer.translation.fallback_1.description`,
`product.manufacturer.translation.fallback_1`.custom_fields as `product.manufacturer.translation.fallback_1.customFields`,
`product.manufacturer.translation.fallback_1`.created_at as `product.manufacturer.translation.fallback_1.createdAt`,
`product.manufacturer.translation.fallback_1`.updated_at as `product.manufacturer.translation.fallback_1.updatedAt`,
`product.manufacturer.translation.fallback_1`.product_manufacturer_id as `product.manufacturer.translation.fallback_1.productManufacturerId`,
`product.manufacturer.translation.fallback_1`.language_id as `product.manufacturer.translation.fallback_1.languageId`,
`product.manufacturer.translation.fallback_1`.product_manufacturer_version_id as `product.manufacturer.translation.fallback_1.productManufacturerVersionId`
FROM
`product_manufacturer_translation` `product.manufacturer.translation`
LEFT JOIN `product_manufacturer_translation` `product.manufacturer.translation.fallback_1` ON `product.manufacturer.translation`.`product_manufacturer_id` = `product.manufacturer.translation.fallback_1`.`product_manufacturer_id`
AND `product.manufacturer.translation.fallback_1`.language_id = : languageId1
AND `product.manufacturer.translation`.product_manufacturer_version_id = `product.manufacturer.translation.fallback_1`.product_manufacturer_version_id
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 (
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`,
`product.unit.translation.fallback_1`.short_code as `product.unit.translation.fallback_1.shortCode`,
`product.unit.translation.fallback_1`.name as `product.unit.translation.fallback_1.name`,
`product.unit.translation.fallback_1`.custom_fields as `product.unit.translation.fallback_1.customFields`,
`product.unit.translation.fallback_1`.created_at as `product.unit.translation.fallback_1.createdAt`,
`product.unit.translation.fallback_1`.updated_at as `product.unit.translation.fallback_1.updatedAt`,
`product.unit.translation.fallback_1`.unit_id as `product.unit.translation.fallback_1.unitId`,
`product.unit.translation.fallback_1`.language_id as `product.unit.translation.fallback_1.languageId`
FROM
`unit_translation` `product.unit.translation`
LEFT JOIN `unit_translation` `product.unit.translation.fallback_1` ON `product.unit.translation`.`unit_id` = `product.unit.translation.fallback_1`.`unit_id`
AND `product.unit.translation.fallback_1`.language_id = : languageId1
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`,
`product.deliveryTime.translation.fallback_1`.name as `product.deliveryTime.translation.fallback_1.name`,
`product.deliveryTime.translation.fallback_1`.custom_fields as `product.deliveryTime.translation.fallback_1.customFields`,
`product.deliveryTime.translation.fallback_1`.created_at as `product.deliveryTime.translation.fallback_1.createdAt`,
`product.deliveryTime.translation.fallback_1`.updated_at as `product.deliveryTime.translation.fallback_1.updatedAt`,
`product.deliveryTime.translation.fallback_1`.delivery_time_id as `product.deliveryTime.translation.fallback_1.deliveryTimeId`,
`product.deliveryTime.translation.fallback_1`.language_id as `product.deliveryTime.translation.fallback_1.languageId`
FROM
`delivery_time_translation` `product.deliveryTime.translation`
LEFT JOIN `delivery_time_translation` `product.deliveryTime.translation.fallback_1` ON `product.deliveryTime.translation`.`delivery_time_id` = `product.deliveryTime.translation.fallback_1`.`delivery_time_id`
AND `product.deliveryTime.translation.fallback_1`.language_id = : languageId1
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 `solid_pv_product_media_video_thumbnail` `product.cover.solidPvVideoThumbnail` ON `product.cover`.`id` = `product.cover.solidPvVideoThumbnail`.`product_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`,
`product.cover.media.translation.fallback_1`.title as `product.cover.media.translation.fallback_1.title`,
`product.cover.media.translation.fallback_1`.alt as `product.cover.media.translation.fallback_1.alt`,
`product.cover.media.translation.fallback_1`.custom_fields as `product.cover.media.translation.fallback_1.customFields`,
`product.cover.media.translation.fallback_1`.created_at as `product.cover.media.translation.fallback_1.createdAt`,
`product.cover.media.translation.fallback_1`.updated_at as `product.cover.media.translation.fallback_1.updatedAt`,
`product.cover.media.translation.fallback_1`.media_id as `product.cover.media.translation.fallback_1.mediaId`,
`product.cover.media.translation.fallback_1`.language_id as `product.cover.media.translation.fallback_1.languageId`
FROM
`media_translation` `product.cover.media.translation`
LEFT JOIN `media_translation` `product.cover.media.translation.fallback_1` ON `product.cover.media.translation`.`media_id` = `product.cover.media.translation.fallback_1`.`media_id`
AND `product.cover.media.translation.fallback_1`.language_id = : languageId1
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`
LEFT JOIN `media` `product.cover.solidPvVideoThumbnail.media` ON `product.cover.solidPvVideoThumbnail`.`media_id` = `product.cover.solidPvVideoThumbnail.media`.`id`
LEFT JOIN (
SELECT
`product.cover.solidPvVideoThumbnail.media.translation`.media_id,
`product.cover.solidPvVideoThumbnail.media.translation`.title as `product.cover.solidPvVideoThumbnail.media.translation.title`,
`product.cover.solidPvVideoThumbnail.media.translation`.alt as `product.cover.solidPvVideoThumbnail.media.translation.alt`,
`product.cover.solidPvVideoThumbnail.media.translation`.custom_fields as `product.cover.solidPvVideoThumbnail.media.translation.customFields`,
`product.cover.solidPvVideoThumbnail.media.translation`.created_at as `product.cover.solidPvVideoThumbnail.media.translation.createdAt`,
`product.cover.solidPvVideoThumbnail.media.translation`.updated_at as `product.cover.solidPvVideoThumbnail.media.translation.updatedAt`,
`product.cover.solidPvVideoThumbnail.media.translation`.media_id as `product.cover.solidPvVideoThumbnail.media.translation.mediaId`,
`product.cover.solidPvVideoThumbnail.media.translation`.language_id as `product.cover.solidPvVideoThumbnail.media.translation.languageId`,
`product.cover.solidPvVideoThumbnail.media.translation.fallback_1`.title as `product.cover.solidPvVideoThumbnail.media.translation.fallback_1.title`,
`product.cover.solidPvVideoThumbnail.media.translation.fallback_1`.alt as `product.cover.solidPvVideoThumbnail.media.translation.fallback_1.alt`,
`product.cover.solidPvVideoThumbnail.media.translation.fallback_1`.custom_fields as `product.cover.solidPvVideoThumbnail.media.translation.fallback_1.customFields`,
`product.cover.solidPvVideoThumbnail.media.translation.fallback_1`.created_at as `product.cover.solidPvVideoThumbnail.media.translation.fallback_1.createdAt`,
`product.cover.solidPvVideoThumbnail.media.translation.fallback_1`.updated_at as `product.cover.solidPvVideoThumbnail.media.translation.fallback_1.updatedAt`,
`product.cover.solidPvVideoThumbnail.media.translation.fallback_1`.media_id as `product.cover.solidPvVideoThumbnail.media.translation.fallback_1.mediaId`,
`product.cover.solidPvVideoThumbnail.media.translation.fallback_1`.language_id as `product.cover.solidPvVideoThumbnail.media.translation.fallback_1.languageId`
FROM
`media_translation` `product.cover.solidPvVideoThumbnail.media.translation`
LEFT JOIN `media_translation` `product.cover.solidPvVideoThumbnail.media.translation.fallback_1` ON `product.cover.solidPvVideoThumbnail.media.translation`.`media_id` = `product.cover.solidPvVideoThumbnail.media.translation.fallback_1`.`media_id`
AND `product.cover.solidPvVideoThumbnail.media.translation.fallback_1`.language_id = : languageId1
WHERE
`product.cover.solidPvVideoThumbnail.media.translation`.language_id = : languageId
) `product.cover.solidPvVideoThumbnail.media.media_translation` ON `product.cover.solidPvVideoThumbnail.media.media_translation`.`media_id` = `product.cover.solidPvVideoThumbnail.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`, (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.translation.fallback_1.name`, `product.manufacturer.translation.name`, COALESCE(`product.manufacturer.translation.fallback_1.name`,`product.manufacturer.translation.name`,`product.manufacturer.translation.name`) as `product.manufacturer.name`, `product.manufacturer.translation.fallback_1.description`, `product.manufacturer.translation.description`, COALESCE(`product.manufacturer.translation.fallback_1.description`,`product.manufacturer.translation.description`,`product.manufacturer.translation.description`) as `product.manufacturer.description`, `product.manufacturer.translation.fallback_1.customFields`, `product.manufacturer.translation.customFields`, COALESCE(`product.manufacturer.translation.fallback_1.customFields`,`product.manufacturer.translation.customFields`,`product.manufacturer.translation.customFields`) as `product.manufacturer.customFields`, `product.manufacturer.translation.fallback_1.createdAt`, `product.manufacturer.translation.createdAt`, `product.manufacturer.translation.fallback_1.updatedAt`, `product.manufacturer.translation.updatedAt`, `product.manufacturer.translation.fallback_1.productManufacturerId`, `product.manufacturer.translation.productManufacturerId`, `product.manufacturer.translation.fallback_1.languageId`, `product.manufacturer.translation.languageId`, `product.manufacturer.translation.fallback_1.productManufacturerVersionId`, `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.fallback_1.shortCode`, `product.unit.translation.shortCode`, COALESCE(`product.unit.translation.fallback_1.shortCode`,`product.unit.translation.shortCode`,`product.unit.translation.shortCode`) as `product.unit.shortCode`, `product.unit.translation.fallback_1.name`, `product.unit.translation.name`, COALESCE(`product.unit.translation.fallback_1.name`,`product.unit.translation.name`,`product.unit.translation.name`) as `product.unit.name`, `product.unit.translation.fallback_1.customFields`, `product.unit.translation.customFields`, COALESCE(`product.unit.translation.fallback_1.customFields`,`product.unit.translation.customFields`,`product.unit.translation.customFields`) as `product.unit.customFields`, `product.unit.translation.fallback_1.createdAt`, `product.unit.translation.createdAt`, `product.unit.translation.fallback_1.updatedAt`, `product.unit.translation.updatedAt`, `product.unit.translation.fallback_1.unitId`, `product.unit.translation.unitId`, `product.unit.translation.fallback_1.languageId`, `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.fallback_1.name`, `product.deliveryTime.translation.name`, COALESCE(`product.deliveryTime.translation.fallback_1.name`,`product.deliveryTime.translation.name`,`product.deliveryTime.translation.name`) as `product.deliveryTime.name`, `product.deliveryTime.translation.fallback_1.customFields`, `product.deliveryTime.translation.customFields`, COALESCE(`product.deliveryTime.translation.fallback_1.customFields`,`product.deliveryTime.translation.customFields`,`product.deliveryTime.translation.customFields`) as `product.deliveryTime.customFields`, `product.deliveryTime.translation.fallback_1.createdAt`, `product.deliveryTime.translation.createdAt`, `product.deliveryTime.translation.fallback_1.updatedAt`, `product.deliveryTime.translation.updatedAt`, `product.deliveryTime.translation.fallback_1.deliveryTimeId`, `product.deliveryTime.translation.deliveryTimeId`, `product.deliveryTime.translation.fallback_1.languageId`, `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.fallback_1.title`, `product.cover.media.translation.title`, COALESCE(`product.cover.media.translation.fallback_1.title`,`product.cover.media.translation.title`,`product.cover.media.translation.title`) as `product.cover.media.title`, `product.cover.media.translation.fallback_1.alt`, `product.cover.media.translation.alt`, COALESCE(`product.cover.media.translation.fallback_1.alt`,`product.cover.media.translation.alt`,`product.cover.media.translation.alt`) as `product.cover.media.alt`, `product.cover.media.translation.fallback_1.customFields`, `product.cover.media.translation.customFields`, COALESCE(`product.cover.media.translation.fallback_1.customFields`,`product.cover.media.translation.customFields`,`product.cover.media.translation.customFields`) as `product.cover.media.customFields`, `product.cover.media.translation.fallback_1.createdAt`, `product.cover.media.translation.createdAt`, `product.cover.media.translation.fallback_1.updatedAt`, `product.cover.media.translation.updatedAt`, `product.cover.media.translation.fallback_1.mediaId`, `product.cover.media.translation.mediaId`, `product.cover.media.translation.fallback_1.languageId`, `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.cover.solidPvVideoThumbnail`.`id` as `product.cover.solidPvVideoThumbnail.id`, `product.cover.solidPvVideoThumbnail`.`product_media_id` as `product.cover.solidPvVideoThumbnail.productMediaId`, `product.cover.solidPvVideoThumbnail`.`product_media_version_id` as `product.cover.solidPvVideoThumbnail.productMediaVersionId`, `product.cover.solidPvVideoThumbnail`.`media_id` as `product.cover.solidPvVideoThumbnail.mediaId`, `product.cover.solidPvVideoThumbnail.media`.`id` as `product.cover.solidPvVideoThumbnail.media.id`, `product.cover.solidPvVideoThumbnail.media`.`user_id` as `product.cover.solidPvVideoThumbnail.media.userId`, `product.cover.solidPvVideoThumbnail.media`.`media_folder_id` as `product.cover.solidPvVideoThumbnail.media.mediaFolderId`, `product.cover.solidPvVideoThumbnail.media`.`mime_type` as `product.cover.solidPvVideoThumbnail.media.mimeType`, `product.cover.solidPvVideoThumbnail.media`.`file_extension` as `product.cover.solidPvVideoThumbnail.media.fileExtension`, `product.cover.solidPvVideoThumbnail.media`.`uploaded_at` as `product.cover.solidPvVideoThumbnail.media.uploadedAt`, `product.cover.solidPvVideoThumbnail.media`.`file_name` as `product.cover.solidPvVideoThumbnail.media.fileName`, `product.cover.solidPvVideoThumbnail.media`.`file_size` as `product.cover.solidPvVideoThumbnail.media.fileSize`, `product.cover.solidPvVideoThumbnail.media`.`media_type` as `product.cover.solidPvVideoThumbnail.media.mediaTypeRaw`, `product.cover.solidPvVideoThumbnail.media`.`meta_data` as `product.cover.solidPvVideoThumbnail.media.metaData`, `product.cover.solidPvVideoThumbnail.media`.`private` as `product.cover.solidPvVideoThumbnail.media.private`, `product.cover.solidPvVideoThumbnail.media`.`thumbnails_ro` as `product.cover.solidPvVideoThumbnail.media.thumbnailsRo`, `product.cover.solidPvVideoThumbnail.media`.`created_at` as `product.cover.solidPvVideoThumbnail.media.createdAt`, `product.cover.solidPvVideoThumbnail.media`.`updated_at` as `product.cover.solidPvVideoThumbnail.media.updatedAt`, `product.cover.solidPvVideoThumbnail.media.translation.fallback_1.title`, `product.cover.solidPvVideoThumbnail.media.translation.title`, COALESCE(`product.cover.solidPvVideoThumbnail.media.translation.fallback_1.title`,`product.cover.solidPvVideoThumbnail.media.translation.title`,`product.cover.solidPvVideoThumbnail.media.translation.title`) as `product.cover.solidPvVideoThumbnail.media.title`, `product.cover.solidPvVideoThumbnail.media.translation.fallback_1.alt`, `product.cover.solidPvVideoThumbnail.media.translation.alt`, COALESCE(`product.cover.solidPvVideoThumbnail.media.translation.fallback_1.alt`,`product.cover.solidPvVideoThumbnail.media.translation.alt`,`product.cover.solidPvVideoThumbnail.media.translation.alt`) as `product.cover.solidPvVideoThumbnail.media.alt`, `product.cover.solidPvVideoThumbnail.media.translation.fallback_1.customFields`, `product.cover.solidPvVideoThumbnail.media.translation.customFields`, COALESCE(`product.cover.solidPvVideoThumbnail.media.translation.fallback_1.customFields`,`product.cover.solidPvVideoThumbnail.media.translation.customFields`,`product.cover.solidPvVideoThumbnail.media.translation.customFields`) as `product.cover.solidPvVideoThumbnail.media.customFields`, `product.cover.solidPvVideoThumbnail.media.translation.fallback_1.createdAt`, `product.cover.solidPvVideoThumbnail.media.translation.createdAt`, `product.cover.solidPvVideoThumbnail.media.translation.fallback_1.updatedAt`, `product.cover.solidPvVideoThumbnail.media.translation.updatedAt`, `product.cover.solidPvVideoThumbnail.media.translation.fallback_1.mediaId`, `product.cover.solidPvVideoThumbnail.media.translation.mediaId`, `product.cover.solidPvVideoThumbnail.media.translation.fallback_1.languageId`, `product.cover.solidPvVideoThumbnail.media.translation.languageId`, `product.cover.solidPvVideoThumbnail`.`created_at` as `product.cover.solidPvVideoThumbnail.createdAt`, `product.cover.solidPvVideoThumbnail`.`updated_at` as `product.cover.solidPvVideoThumbnail.updatedAt`, `product.translation.fallback_1.metaDescription`, `product.parent.translation.fallback_1.metaDescription`, `product.translation.metaDescription`, `product.parent.translation.metaDescription`, COALESCE(`product.translation.fallback_1.metaDescription`,`product.parent.translation.fallback_1.metaDescription`,`product.translation.metaDescription`,`product.parent.translation.metaDescription`,`product.translation.metaDescription`) as `product.metaDescription`, `product.translation.fallback_1.name`, `product.parent.translation.fallback_1.name`, `product.translation.name`, `product.parent.translation.name`, COALESCE(`product.translation.fallback_1.name`,`product.parent.translation.fallback_1.name`,`product.translation.name`,`product.parent.translation.name`,`product.translation.name`) as `product.name`, `product.translation.fallback_1.keywords`, `product.parent.translation.fallback_1.keywords`, `product.translation.keywords`, `product.parent.translation.keywords`, COALESCE(`product.translation.fallback_1.keywords`,`product.parent.translation.fallback_1.keywords`,`product.translation.keywords`,`product.parent.translation.keywords`,`product.translation.keywords`) as `product.keywords`, `product.translation.fallback_1.description`, `product.parent.translation.fallback_1.description`, `product.translation.description`, `product.parent.translation.description`, COALESCE(`product.translation.fallback_1.description`,`product.parent.translation.fallback_1.description`,`product.translation.description`,`product.parent.translation.description`,`product.translation.description`) as `product.description`, `product.translation.fallback_1.metaTitle`, `product.parent.translation.fallback_1.metaTitle`, `product.translation.metaTitle`, `product.parent.translation.metaTitle`, COALESCE(`product.translation.fallback_1.metaTitle`,`product.parent.translation.fallback_1.metaTitle`,`product.translation.metaTitle`,`product.parent.translation.metaTitle`,`product.translation.metaTitle`) as `product.metaTitle`, `product.translation.fallback_1.packUnit`, `product.parent.translation.fallback_1.packUnit`, `product.translation.packUnit`, `product.parent.translation.packUnit`, COALESCE(`product.translation.fallback_1.packUnit`,`product.parent.translation.fallback_1.packUnit`,`product.translation.packUnit`,`product.parent.translation.packUnit`,`product.translation.packUnit`) as `product.packUnit`, `product.translation.fallback_1.packUnitPlural`, `product.parent.translation.fallback_1.packUnitPlural`, `product.translation.packUnitPlural`, `product.parent.translation.packUnitPlural`, COALESCE(`product.translation.fallback_1.packUnitPlural`,`product.parent.translation.fallback_1.packUnitPlural`,`product.translation.packUnitPlural`,`product.parent.translation.packUnitPlural`,`product.translation.packUnitPlural`) as `product.packUnitPlural`, `product.translation.fallback_1.customSearchKeywords`, `product.parent.translation.fallback_1.customSearchKeywords`, `product.translation.customSearchKeywords`, `product.parent.translation.customSearchKeywords`, COALESCE(`product.translation.fallback_1.customSearchKeywords`,`product.parent.translation.fallback_1.customSearchKeywords`,`product.translation.customSearchKeywords`,`product.parent.translation.customSearchKeywords`,`product.translation.customSearchKeywords`) as `product.customSearchKeywords`, `product.translation.fallback_1.slotConfig`, `product.parent.translation.fallback_1.slotConfig`, `product.translation.slotConfig`, `product.parent.translation.slotConfig`, COALESCE(`product.translation.fallback_1.slotConfig`,`product.parent.translation.fallback_1.slotConfig`,`product.translation.slotConfig`,`product.parent.translation.slotConfig`,`product.translation.slotConfig`) as `product.slotConfig`, `product.translation.fallback_1.customFields`, `product.parent.translation.fallback_1.customFields`, `product.translation.customFields`, `product.parent.translation.customFields`, COALESCE(`product.translation.fallback_1.customFields`,`product.parent.translation.fallback_1.customFields`,`product.translation.customFields`,`product.parent.translation.customFields`,`product.translation.customFields`) as `product.customFields`, `product.translation.fallback_1.createdAt`, `product.parent.translation.fallback_1.createdAt`, `product.translation.createdAt`, `product.parent.translation.createdAt`, `product.translation.fallback_1.updatedAt`, `product.parent.translation.fallback_1.updatedAt`, `product.translation.updatedAt`, `product.parent.translation.updatedAt`, `product.translation.fallback_1.productId`, `product.parent.translation.fallback_1.productId`, `product.translation.productId`, `product.parent.translation.productId`, `product.translation.fallback_1.languageId`, `product.parent.translation.fallback_1.languageId`, `product.translation.languageId`, `product.parent.translation.languageId`, `product.translation.fallback_1.productVersionId`, `product.parent.translation.fallback_1.productVersionId`, `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`, `product.translation.fallback_1`.meta_description as `product.translation.fallback_1.metaDescription`, `product.translation.fallback_1`.name as `product.translation.fallback_1.name`, `product.translation.fallback_1`.keywords as `product.translation.fallback_1.keywords`, `product.translation.fallback_1`.description as `product.translation.fallback_1.description`, `product.translation.fallback_1`.meta_title as `product.translation.fallback_1.metaTitle`, `product.translation.fallback_1`.pack_unit as `product.translation.fallback_1.packUnit`, `product.translation.fallback_1`.pack_unit_plural as `product.translation.fallback_1.packUnitPlural`, `product.translation.fallback_1`.custom_search_keywords as `product.translation.fallback_1.customSearchKeywords`, `product.translation.fallback_1`.slot_config as `product.translation.fallback_1.slotConfig`, `product.translation.fallback_1`.custom_fields as `product.translation.fallback_1.customFields`, `product.translation.fallback_1`.created_at as `product.translation.fallback_1.createdAt`, `product.translation.fallback_1`.updated_at as `product.translation.fallback_1.updatedAt`, `product.translation.fallback_1`.product_id as `product.translation.fallback_1.productId`, `product.translation.fallback_1`.language_id as `product.translation.fallback_1.languageId`, `product.translation.fallback_1`.product_version_id as `product.translation.fallback_1.productVersionId` FROM `product_translation` `product.translation` LEFT JOIN `product_translation` `product.translation.fallback_1` ON `product.translation`.`product_id` = `product.translation.fallback_1`.`product_id` AND `product.translation.fallback_1`.language_id = 0x76393D0A5F754C5A80FB3EC7B3B3DB05 AND `product.translation`.product_version_id = `product.translation.fallback_1`.product_version_id 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`, `product.parent.translation.fallback_1`.meta_description as `product.parent.translation.fallback_1.metaDescription`, `product.parent.translation.fallback_1`.name as `product.parent.translation.fallback_1.name`, `product.parent.translation.fallback_1`.keywords as `product.parent.translation.fallback_1.keywords`, `product.parent.translation.fallback_1`.description as `product.parent.translation.fallback_1.description`, `product.parent.translation.fallback_1`.meta_title as `product.parent.translation.fallback_1.metaTitle`, `product.parent.translation.fallback_1`.pack_unit as `product.parent.translation.fallback_1.packUnit`, `product.parent.translation.fallback_1`.pack_unit_plural as `product.parent.translation.fallback_1.packUnitPlural`, `product.parent.translation.fallback_1`.custom_search_keywords as `product.parent.translation.fallback_1.customSearchKeywords`, `product.parent.translation.fallback_1`.slot_config as `product.parent.translation.fallback_1.slotConfig`, `product.parent.translation.fallback_1`.custom_fields as `product.parent.translation.fallback_1.customFields`, `product.parent.translation.fallback_1`.created_at as `product.parent.translation.fallback_1.createdAt`, `product.parent.translation.fallback_1`.updated_at as `product.parent.translation.fallback_1.updatedAt`, `product.parent.translation.fallback_1`.product_id as `product.parent.translation.fallback_1.productId`, `product.parent.translation.fallback_1`.language_id as `product.parent.translation.fallback_1.languageId`, `product.parent.translation.fallback_1`.product_version_id as `product.parent.translation.fallback_1.productVersionId` FROM `product_translation` `product.parent.translation` LEFT JOIN `product_translation` `product.parent.translation.fallback_1` ON `product.parent.translation`.`product_id` = `product.parent.translation.fallback_1`.`product_id` AND `product.parent.translation.fallback_1`.language_id = 0x76393D0A5F754C5A80FB3EC7B3B3DB05 AND `product.parent.translation`.product_version_id = `product.parent.translation.fallback_1`.product_version_id 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 `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 (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`, `product.manufacturer.translation.fallback_1`.name as `product.manufacturer.translation.fallback_1.name`, `product.manufacturer.translation.fallback_1`.description as `product.manufacturer.translation.fallback_1.description`, `product.manufacturer.translation.fallback_1`.custom_fields as `product.manufacturer.translation.fallback_1.customFields`, `product.manufacturer.translation.fallback_1`.created_at as `product.manufacturer.translation.fallback_1.createdAt`, `product.manufacturer.translation.fallback_1`.updated_at as `product.manufacturer.translation.fallback_1.updatedAt`, `product.manufacturer.translation.fallback_1`.product_manufacturer_id as `product.manufacturer.translation.fallback_1.productManufacturerId`, `product.manufacturer.translation.fallback_1`.language_id as `product.manufacturer.translation.fallback_1.languageId`, `product.manufacturer.translation.fallback_1`.product_manufacturer_version_id as `product.manufacturer.translation.fallback_1.productManufacturerVersionId` FROM `product_manufacturer_translation` `product.manufacturer.translation` LEFT JOIN `product_manufacturer_translation` `product.manufacturer.translation.fallback_1` ON `product.manufacturer.translation`.`product_manufacturer_id` = `product.manufacturer.translation.fallback_1`.`product_manufacturer_id` AND `product.manufacturer.translation.fallback_1`.language_id = 0x76393D0A5F754C5A80FB3EC7B3B3DB05 AND `product.manufacturer.translation`.product_manufacturer_version_id = `product.manufacturer.translation.fallback_1`.product_manufacturer_version_id 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 (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`, `product.unit.translation.fallback_1`.short_code as `product.unit.translation.fallback_1.shortCode`, `product.unit.translation.fallback_1`.name as `product.unit.translation.fallback_1.name`, `product.unit.translation.fallback_1`.custom_fields as `product.unit.translation.fallback_1.customFields`, `product.unit.translation.fallback_1`.created_at as `product.unit.translation.fallback_1.createdAt`, `product.unit.translation.fallback_1`.updated_at as `product.unit.translation.fallback_1.updatedAt`, `product.unit.translation.fallback_1`.unit_id as `product.unit.translation.fallback_1.unitId`, `product.unit.translation.fallback_1`.language_id as `product.unit.translation.fallback_1.languageId` FROM `unit_translation` `product.unit.translation` LEFT JOIN `unit_translation` `product.unit.translation.fallback_1` ON `product.unit.translation`.`unit_id` = `product.unit.translation.fallback_1`.`unit_id` AND `product.unit.translation.fallback_1`.language_id = 0x76393D0A5F754C5A80FB3EC7B3B3DB05 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`, `product.deliveryTime.translation.fallback_1`.name as `product.deliveryTime.translation.fallback_1.name`, `product.deliveryTime.translation.fallback_1`.custom_fields as `product.deliveryTime.translation.fallback_1.customFields`, `product.deliveryTime.translation.fallback_1`.created_at as `product.deliveryTime.translation.fallback_1.createdAt`, `product.deliveryTime.translation.fallback_1`.updated_at as `product.deliveryTime.translation.fallback_1.updatedAt`, `product.deliveryTime.translation.fallback_1`.delivery_time_id as `product.deliveryTime.translation.fallback_1.deliveryTimeId`, `product.deliveryTime.translation.fallback_1`.language_id as `product.deliveryTime.translation.fallback_1.languageId` FROM `delivery_time_translation` `product.deliveryTime.translation` LEFT JOIN `delivery_time_translation` `product.deliveryTime.translation.fallback_1` ON `product.deliveryTime.translation`.`delivery_time_id` = `product.deliveryTime.translation.fallback_1`.`delivery_time_id` AND `product.deliveryTime.translation.fallback_1`.language_id = 0x76393D0A5F754C5A80FB3EC7B3B3DB05 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 `solid_pv_product_media_video_thumbnail` `product.cover.solidPvVideoThumbnail` ON `product.cover`.`id` = `product.cover.solidPvVideoThumbnail`.`product_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`, `product.cover.media.translation.fallback_1`.title as `product.cover.media.translation.fallback_1.title`, `product.cover.media.translation.fallback_1`.alt as `product.cover.media.translation.fallback_1.alt`, `product.cover.media.translation.fallback_1`.custom_fields as `product.cover.media.translation.fallback_1.customFields`, `product.cover.media.translation.fallback_1`.created_at as `product.cover.media.translation.fallback_1.createdAt`, `product.cover.media.translation.fallback_1`.updated_at as `product.cover.media.translation.fallback_1.updatedAt`, `product.cover.media.translation.fallback_1`.media_id as `product.cover.media.translation.fallback_1.mediaId`, `product.cover.media.translation.fallback_1`.language_id as `product.cover.media.translation.fallback_1.languageId` FROM `media_translation` `product.cover.media.translation` LEFT JOIN `media_translation` `product.cover.media.translation.fallback_1` ON `product.cover.media.translation`.`media_id` = `product.cover.media.translation.fallback_1`.`media_id` AND `product.cover.media.translation.fallback_1`.language_id = 0x76393D0A5F754C5A80FB3EC7B3B3DB05 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` LEFT JOIN `media` `product.cover.solidPvVideoThumbnail.media` ON `product.cover.solidPvVideoThumbnail`.`media_id` = `product.cover.solidPvVideoThumbnail.media`.`id` LEFT JOIN (SELECT `product.cover.solidPvVideoThumbnail.media.translation`.media_id, `product.cover.solidPvVideoThumbnail.media.translation`.title as `product.cover.solidPvVideoThumbnail.media.translation.title`, `product.cover.solidPvVideoThumbnail.media.translation`.alt as `product.cover.solidPvVideoThumbnail.media.translation.alt`, `product.cover.solidPvVideoThumbnail.media.translation`.custom_fields as `product.cover.solidPvVideoThumbnail.media.translation.customFields`, `product.cover.solidPvVideoThumbnail.media.translation`.created_at as `product.cover.solidPvVideoThumbnail.media.translation.createdAt`, `product.cover.solidPvVideoThumbnail.media.translation`.updated_at as `product.cover.solidPvVideoThumbnail.media.translation.updatedAt`, `product.cover.solidPvVideoThumbnail.media.translation`.media_id as `product.cover.solidPvVideoThumbnail.media.translation.mediaId`, `product.cover.solidPvVideoThumbnail.media.translation`.language_id as `product.cover.solidPvVideoThumbnail.media.translation.languageId`, `product.cover.solidPvVideoThumbnail.media.translation.fallback_1`.title as `product.cover.solidPvVideoThumbnail.media.translation.fallback_1.title`, `product.cover.solidPvVideoThumbnail.media.translation.fallback_1`.alt as `product.cover.solidPvVideoThumbnail.media.translation.fallback_1.alt`, `product.cover.solidPvVideoThumbnail.media.translation.fallback_1`.custom_fields as `product.cover.solidPvVideoThumbnail.media.translation.fallback_1.customFields`, `product.cover.solidPvVideoThumbnail.media.translation.fallback_1`.created_at as `product.cover.solidPvVideoThumbnail.media.translation.fallback_1.createdAt`, `product.cover.solidPvVideoThumbnail.media.translation.fallback_1`.updated_at as `product.cover.solidPvVideoThumbnail.media.translation.fallback_1.updatedAt`, `product.cover.solidPvVideoThumbnail.media.translation.fallback_1`.media_id as `product.cover.solidPvVideoThumbnail.media.translation.fallback_1.mediaId`, `product.cover.solidPvVideoThumbnail.media.translation.fallback_1`.language_id as `product.cover.solidPvVideoThumbnail.media.translation.fallback_1.languageId` FROM `media_translation` `product.cover.solidPvVideoThumbnail.media.translation` LEFT JOIN `media_translation` `product.cover.solidPvVideoThumbnail.media.translation.fallback_1` ON `product.cover.solidPvVideoThumbnail.media.translation`.`media_id` = `product.cover.solidPvVideoThumbnail.media.translation.fallback_1`.`media_id` AND `product.cover.solidPvVideoThumbnail.media.translation.fallback_1`.language_id = 0x76393D0A5F754C5A80FB3EC7B3B3DB05 WHERE `product.cover.solidPvVideoThumbnail.media.translation`.language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B) `product.cover.solidPvVideoThumbnail.media.media_translation` ON `product.cover.solidPvVideoThumbnail.media.media_translation`.`media_id` = `product.cover.solidPvVideoThumbnail.media`.`id` WHERE (`product`.`version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425) AND (`product`.`id` IN (0x2023D1CA02DB407188923BF8FD298190, 0x46726F8B2A094B558ABBADEBD173C983, 0x44B799D8AD9A410E8037B136CA478A90, 0x1135FAF0C3CB40B690833B027523BCBB, 0x429A965A72494A958D47D4BE717A20A3, 0xABD030A727574F569F67604E5A84C133, 0x3907B5853E71403D9FAA87446D9271C3, 0xFA694526A8324978B92824FA7E0C8459, 0x966F2C5DE6A04DABB9ED8FBBC205435A, 0x27CF5C935E9E434E8A77F59D60B27107, 0x78452DE0613E4E478670A8A87FAD6736, 0xB6E23C610BE24C6A9C8F231AA3529B5B, 0x8BEBA68D82FD446E83AC55C954D80666, 0x5C9FC403EF8C4CFB941DE332839FA77A, 0x2C21B50C33D447788763CF6A3299A814, 0xCCE75B7691BB40C9B05C121A029174B2, 0xC21B5424A36C407B8CC0754FA8CE7D7B, 0xB799C2404CDD4B56A702E777DFB1DE7B, 0x4BE7C331BD114711A4D27977071DD1F0, 0xB8626488C0CC4E07A80F212A990912B7, 0x61F4C64BD41B497A8731F9DA2E55FE9B, 0x5EE78E69B1CA4611BD235B5099CFA8B0, 0x74B2AD5A98E541ECAA540173CA0A77BE, 0xE7D7387E7D404C33BC6E716E0EDC5A87));
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 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 90)"
9 => "Shopware\Core\Content\Product\SalesChannel\Listing\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 113)"
26 => "Maxia\MaxiaListingVariants6\Core\Content\Product\Cms\ProductListingCmsElementResolver::enrich (line 99)"
27 => "Shopware\Core\Content\Cms\DataResolver\CmsSlotsDataResolver::resolve (line 104)"
28 => "Shopware\Core\Content\Cms\SalesChannel\SalesChannelCmsPageLoader::loadSlotData (line 94)"
29 => "Shopware\Core\Content\Cms\SalesChannel\SalesChannelCmsPageLoader::load (line 101)"
30 => "Shopware\Core\Content\Category\SalesChannel\CategoryRoute::load (line 103)"
31 => "Shopware\Core\Content\Category\SalesChannel\CachedCategoryRoute::Shopware\Core\Content\Category\SalesChannel\{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 102)"
41 => "Shopware\Core\Content\Category\SalesChannel\CachedCategoryRoute::Shopware\Core\Content\Category\SalesChannel\{closure} (line 72)"
42 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 35)"
43 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 99)"
44 => "Shopware\Core\Content\Category\SalesChannel\CachedCategoryRoute::Shopware\Core\Content\Category\SalesChannel\{closure} (line 59)"
45 => "Shopware\Core\Profiling\Profiler::trace (line 88)"
46 => "Shopware\Core\Content\Category\SalesChannel\CachedCategoryRoute::load (line 66)"
47 => "Shopware\Storefront\Page\Navigation\NavigationPageLoader::load (line 48)"
48 => "Shopware\Storefront\Controller\NavigationController::home (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 479)"
53 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 452)"
54 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 346)"
55 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 224)"
56 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
57 => "Shopware\Core\HttpKernel::doHandle (line 81)"
58 => "Shopware\Core\HttpKernel::handle (line 85)"
]
|
| 66 |
0.12 ms |
SELECT `name`, `type` FROM `custom_field` WHERE `active` = 1
SELECT `name`, `type` FROM `custom_field` WHERE `active` = 1;
array:66 [
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 317)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityHydrator::translate (line 196)"
8 => "Shopware\Core\Content\Product\ProductHydrator::assign (line 546)"
9 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityHydrator::hydrateEntity (line 88)"
10 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityHydrator::hydrate (line 150)"
11 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 92)"
12 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::read (line 195)"
13 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::read (line 133)"
14 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::search (line 102)"
15 => "Shopware\Core\Content\Product\SalesChannel\Listing\ProductListingLoader::load (line 90)"
16 => "Shopware\Core\Content\Product\SalesChannel\Listing\ProductListingRoute::load (line 96)"
17 => "Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute::Shopware\Core\Content\Product\SalesChannel\Listing\{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 95)"
27 => "Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute::Shopware\Core\Content\Product\SalesChannel\Listing\{closure} (line 72)"
28 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 35)"
29 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 92)"
30 => "Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute::load (line 51)"
31 => "Shopware\Core\Content\Product\SalesChannel\Listing\ResolveCriteriaProductListingRoute::load (line 62)"
32 => "Shopware\Core\Content\Product\Cms\ProductListingCmsElementResolver::enrich (line 113)"
33 => "Maxia\MaxiaListingVariants6\Core\Content\Product\Cms\ProductListingCmsElementResolver::enrich (line 99)"
34 => "Shopware\Core\Content\Cms\DataResolver\CmsSlotsDataResolver::resolve (line 104)"
35 => "Shopware\Core\Content\Cms\SalesChannel\SalesChannelCmsPageLoader::loadSlotData (line 94)"
36 => "Shopware\Core\Content\Cms\SalesChannel\SalesChannelCmsPageLoader::load (line 101)"
37 => "Shopware\Core\Content\Category\SalesChannel\CategoryRoute::load (line 103)"
38 => "Shopware\Core\Content\Category\SalesChannel\CachedCategoryRoute::Shopware\Core\Content\Category\SalesChannel\{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 102)"
48 => "Shopware\Core\Content\Category\SalesChannel\CachedCategoryRoute::Shopware\Core\Content\Category\SalesChannel\{closure} (line 72)"
49 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 35)"
50 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 99)"
51 => "Shopware\Core\Content\Category\SalesChannel\CachedCategoryRoute::Shopware\Core\Content\Category\SalesChannel\{closure} (line 59)"
52 => "Shopware\Core\Profiling\Profiler::trace (line 88)"
53 => "Shopware\Core\Content\Category\SalesChannel\CachedCategoryRoute::load (line 66)"
54 => "Shopware\Storefront\Page\Navigation\NavigationPageLoader::load (line 48)"
55 => "Shopware\Storefront\Controller\NavigationController::home (line 163)"
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 479)"
60 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 452)"
61 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 346)"
62 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 224)"
63 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
64 => "Shopware\Core\HttpKernel::doHandle (line 81)"
65 => "Shopware\Core\HttpKernel::handle (line 85)"
]
|
| 67 |
0.31 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_d9025b24c98845c893bf8a19ac3aef36)))
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 (0x1135FAF0C3CB40B690833B027523BCBB, 0x2023D1CA02DB407188923BF8FD298190, 0x27CF5C935E9E434E8A77F59D60B27107, 0x2C21B50C33D447788763CF6A3299A814, 0x3907B5853E71403D9FAA87446D9271C3, 0x429A965A72494A958D47D4BE717A20A3, 0x44B799D8AD9A410E8037B136CA478A90, 0x46726F8B2A094B558ABBADEBD173C983, 0x4BE7C331BD114711A4D27977071DD1F0, 0x5C9FC403EF8C4CFB941DE332839FA77A, 0x5EE78E69B1CA4611BD235B5099CFA8B0, 0x61F4C64BD41B497A8731F9DA2E55FE9B, 0x74B2AD5A98E541ECAA540173CA0A77BE, 0x78452DE0613E4E478670A8A87FAD6736, 0x8BEBA68D82FD446E83AC55C954D80666, 0x966F2C5DE6A04DABB9ED8FBBC205435A, 0xABD030A727574F569F67604E5A84C133, 0xB6E23C610BE24C6A9C8F231AA3529B5B, 0xB799C2404CDD4B56A702E777DFB1DE7B, 0xB8626488C0CC4E07A80F212A990912B7, 0xC21B5424A36C407B8CC0754FA8CE7D7B, 0xCCE75B7691BB40C9B05C121A029174B2, 0xE7D7387E7D404C33BC6E716E0EDC5A87, 0xFA694526A8324978B92824FA7E0C8459)));
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 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 90)"
13 => "Shopware\Core\Content\Product\SalesChannel\Listing\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 113)"
30 => "Maxia\MaxiaListingVariants6\Core\Content\Product\Cms\ProductListingCmsElementResolver::enrich (line 99)"
31 => "Shopware\Core\Content\Cms\DataResolver\CmsSlotsDataResolver::resolve (line 104)"
32 => "Shopware\Core\Content\Cms\SalesChannel\SalesChannelCmsPageLoader::loadSlotData (line 94)"
33 => "Shopware\Core\Content\Cms\SalesChannel\SalesChannelCmsPageLoader::load (line 101)"
34 => "Shopware\Core\Content\Category\SalesChannel\CategoryRoute::load (line 103)"
35 => "Shopware\Core\Content\Category\SalesChannel\CachedCategoryRoute::Shopware\Core\Content\Category\SalesChannel\{closure} (line 350)"
36 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 44)"
37 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 120)"
38 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 43)"
39 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 46)"
40 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 42)"
41 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 41)"
42 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 59)"
43 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 40)"
44 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 102)"
45 => "Shopware\Core\Content\Category\SalesChannel\CachedCategoryRoute::Shopware\Core\Content\Category\SalesChannel\{closure} (line 72)"
46 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 35)"
47 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 99)"
48 => "Shopware\Core\Content\Category\SalesChannel\CachedCategoryRoute::Shopware\Core\Content\Category\SalesChannel\{closure} (line 59)"
49 => "Shopware\Core\Profiling\Profiler::trace (line 88)"
50 => "Shopware\Core\Content\Category\SalesChannel\CachedCategoryRoute::load (line 66)"
51 => "Shopware\Storefront\Page\Navigation\NavigationPageLoader::load (line 48)"
52 => "Shopware\Storefront\Controller\NavigationController::home (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 479)"
57 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 452)"
58 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 346)"
59 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 224)"
60 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
61 => "Shopware\Core\HttpKernel::doHandle (line 81)"
62 => "Shopware\Core\HttpKernel::handle (line 85)"
]
|
| 68 |
0.40 ms |
SELECT `unit`.`id` as `unit.id`, `unit`.`created_at` as `unit.createdAt`, `unit`.`updated_at` as `unit.updatedAt`, `unit.translation.fallback_1.shortCode`, `unit.translation.shortCode`, COALESCE(`unit.translation.fallback_1.shortCode`,`unit.translation.shortCode`,`unit.translation.shortCode`) as `unit.shortCode`, `unit.translation.fallback_1.name`, `unit.translation.name`, COALESCE(`unit.translation.fallback_1.name`,`unit.translation.name`,`unit.translation.name`) as `unit.name`, `unit.translation.fallback_1.customFields`, `unit.translation.customFields`, COALESCE(`unit.translation.fallback_1.customFields`,`unit.translation.customFields`,`unit.translation.customFields`) as `unit.customFields`, `unit.translation.fallback_1.createdAt`, `unit.translation.createdAt`, `unit.translation.fallback_1.updatedAt`, `unit.translation.updatedAt`, `unit.translation.fallback_1.unitId`, `unit.translation.unitId`, `unit.translation.fallback_1.languageId`, `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`, `unit.translation.fallback_1`.short_code as `unit.translation.fallback_1.shortCode`, `unit.translation.fallback_1`.name as `unit.translation.fallback_1.name`, `unit.translation.fallback_1`.custom_fields as `unit.translation.fallback_1.customFields`, `unit.translation.fallback_1`.created_at as `unit.translation.fallback_1.createdAt`, `unit.translation.fallback_1`.updated_at as `unit.translation.fallback_1.updatedAt`, `unit.translation.fallback_1`.unit_id as `unit.translation.fallback_1.unitId`, `unit.translation.fallback_1`.language_id as `unit.translation.fallback_1.languageId` FROM `unit_translation` `unit.translation` LEFT JOIN `unit_translation` `unit.translation.fallback_1` ON `unit.translation`.`unit_id` = `unit.translation.fallback_1`.`unit_id` AND `unit.translation.fallback_1`.language_id = :languageId1 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.fallback_1.shortCode`, `unit.translation.shortCode`, COALESCE(`unit.translation.fallback_1.shortCode`,`unit.translation.shortCode`,`unit.translation.shortCode`) as `unit.shortCode`, `unit.translation.fallback_1.name`, `unit.translation.name`, COALESCE(`unit.translation.fallback_1.name`,`unit.translation.name`,`unit.translation.name`) as `unit.name`, `unit.translation.fallback_1.customFields`, `unit.translation.customFields`, COALESCE(`unit.translation.fallback_1.customFields`,`unit.translation.customFields`,`unit.translation.customFields`) as `unit.customFields`, `unit.translation.fallback_1.createdAt`, `unit.translation.createdAt`, `unit.translation.fallback_1.updatedAt`, `unit.translation.updatedAt`, `unit.translation.fallback_1.unitId`, `unit.translation.unitId`, `unit.translation.fallback_1.languageId`, `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`, `unit.translation.fallback_1`.short_code as `unit.translation.fallback_1.shortCode`, `unit.translation.fallback_1`.name as `unit.translation.fallback_1.name`, `unit.translation.fallback_1`.custom_fields as `unit.translation.fallback_1.customFields`, `unit.translation.fallback_1`.created_at as `unit.translation.fallback_1.createdAt`, `unit.translation.fallback_1`.updated_at as `unit.translation.fallback_1.updatedAt`, `unit.translation.fallback_1`.unit_id as `unit.translation.fallback_1.unitId`, `unit.translation.fallback_1`.language_id as `unit.translation.fallback_1.languageId` FROM `unit_translation` `unit.translation` LEFT JOIN `unit_translation` `unit.translation.fallback_1` ON `unit.translation`.`unit_id` = `unit.translation.fallback_1`.`unit_id` AND `unit.translation.fallback_1`.language_id = 0x76393D0A5F754C5A80FB3EC7B3B3DB05 WHERE `unit.translation`.language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B) `unit.unit_translation` ON `unit.unit_translation`.`unit_id` = `unit`.`id`;
array:78 [
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 90)"
28 => "Shopware\Core\Content\Product\SalesChannel\Listing\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 113)"
45 => "Maxia\MaxiaListingVariants6\Core\Content\Product\Cms\ProductListingCmsElementResolver::enrich (line 99)"
46 => "Shopware\Core\Content\Cms\DataResolver\CmsSlotsDataResolver::resolve (line 104)"
47 => "Shopware\Core\Content\Cms\SalesChannel\SalesChannelCmsPageLoader::loadSlotData (line 94)"
48 => "Shopware\Core\Content\Cms\SalesChannel\SalesChannelCmsPageLoader::load (line 101)"
49 => "Shopware\Core\Content\Category\SalesChannel\CategoryRoute::load (line 103)"
50 => "Shopware\Core\Content\Category\SalesChannel\CachedCategoryRoute::Shopware\Core\Content\Category\SalesChannel\{closure} (line 350)"
51 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 44)"
52 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 120)"
53 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 43)"
54 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 46)"
55 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 42)"
56 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 41)"
57 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 59)"
58 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 40)"
59 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 102)"
60 => "Shopware\Core\Content\Category\SalesChannel\CachedCategoryRoute::Shopware\Core\Content\Category\SalesChannel\{closure} (line 72)"
61 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 35)"
62 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 99)"
63 => "Shopware\Core\Content\Category\SalesChannel\CachedCategoryRoute::Shopware\Core\Content\Category\SalesChannel\{closure} (line 59)"
64 => "Shopware\Core\Profiling\Profiler::trace (line 88)"
65 => "Shopware\Core\Content\Category\SalesChannel\CachedCategoryRoute::load (line 66)"
66 => "Shopware\Storefront\Page\Navigation\NavigationPageLoader::load (line 48)"
67 => "Shopware\Storefront\Controller\NavigationController::home (line 163)"
68 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
69 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
70 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
71 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 479)"
72 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 452)"
73 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 346)"
74 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 224)"
75 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
76 => "Shopware\Core\HttpKernel::doHandle (line 81)"
77 => "Shopware\Core\HttpKernel::handle (line 85)"
]
|
| 69 |
1.97 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_8fecbbfc69df494c95f486051d0aba60)) 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 (0x011EB97D5A3546929FF54929E1D82C06, 0x0631C5CA11DD4696AAB3440C087E0A2A, 0x06B9105358AB4590B46CF143A31849CF, 0x093B7E371DF4476A95574DB81D381E7E, 0x0B42744D0443417DB3C74B665DCF113A, 0x0CE141EB4097488096CF33A1F20A8E31, 0x0E98E85C649B4FC0AA69B64165D43426, 0x0F3980318F834C0B90D701BD6851BFB6, 0x104B31ED390B4E059522C9B71DF27FBA, 0x105B929944DE4BA4B90BFA2AB4C7D2CF, 0x112D9888A5AF41B183CCBA5C635487E4, 0x1146E7F5DC4B41A39AD15D32A01111AC, 0x11D6E3125F494C228F31FAC6035B4EBA, 0x123C0FEB3DE046CC839F203573870774, 0x12B3909FAAB044B7B6A3160F7A8608AB, 0x14C2A1A02CDC4F898CAE73087B75192A, 0x15015A3D780447609A9111ADF7DDA6AF, 0x190F16C246C54E8989AA92FDFE749B6A, 0x1C243397AE934D4D995FC19D6B048576, 0x1C5CA12F763C47CEBDD5EECC74CC45BF, 0x1C7F2FA7126D4FB094D69C331BDAD77A, 0x1E088C6690C341DE996805BDC30DBE3A, 0x1E240FA08E5A499D8A9F97271A2A1C14, 0x1EEFC346F24C402181F0D70E776B0745, 0x20BA115274684883B0274DEFDE6574AC, 0x2348744B0CE64C8DBE767CF5539359CC, 0x267182C6EACA428CB7CA067A045CF860, 0x28AFDD528894446485A890DFEBEDA48E, 0x2C61310D9C274EB0ADF9CDDD28571426, 0x2FDC9E7FA7224BFD88585C02958AD579, 0x30722816D8C0415E8871CC2858E91BCA, 0x312E7C50B48948ACA3A591E18F017E73, 0x32A870C887CE4F07A6E8E0936A18B893, 0x3513B1726A1842378091DA319430EB2F, 0x373BF9B81CF0489491EAA2071DF85DA4, 0x37454D450E404E27AF77A3BFF7889E4B, 0x38C336DB01394C1AAA5298666650C7B6, 0x3A3B880BACA94ADCA255018F4F128018, 0x3AFBA6EF2DC74FFF850D8418C2926EC0, 0x3BF7FF23BA2F47579C0E9C81D2EB8DBA, 0x3F1C12347D5740819C720C71494B2380, 0x3FB428EF57BA4597A388C502682D2BD2, 0x4049BF14E14B4D02BA705DADB6124028, 0x432F19FDC47B4CD88E5CCF8DE4972ADF, 0x4453C28B563F4146A31D7E7D823A1314, 0x4666E5B1EA8543369C6F30635C80E8D1, 0x486C9BE100DD40ABBC029D09127727FB, 0x493289EA58784FA7BB1311295FC304B1, 0x4AAA2A02F7964D2F9D3BE87FCE5A1925, 0x4B7A56F134FB4AF69446B67B4FC09788, 0x4BE1C934B25F4D6B9CE54268992C5C62, 0x4D04F956C63140CDA53B0088645B7E7D, 0x4EB78F3C000D4394AD165C721AAE2DE0, 0x524FB59AC6ED42068E02F09787B230CE, 0x5297D659AFC144C68F8DB006C950FDB0, 0x57EB00F475FD40A2A6E6BF986C611D12, 0x59480B4AE2B6410CB20169D6B1FAE170, 0x5B1797080FA44C21B1D411D883C916A5, 0x5B2F41838BC840EA9D5EDBEB72DF6389, 0x5BB2E35EDB47463380AF70F7FAA60B96, 0x5D69795AE89E437489C5A9987F05A08E, 0x5E35412751C940AFA2E670C2F919B138, 0x5F03A767D91443A8840E22A87BB7880A, 0x60A8A56AA7834C059222DF0A4173FC8A, 0x617B1EE3ACA140D1909631971E555AC5, 0x62E698BBC13B462299834BE37CC18870, 0x63DF67DB677B41F881558781A76E2227, 0x6504E589B2BC4871A4A4BBC9FE448DB7, 0x660CB3E22A144695843FB5CAFBF3A0C9, 0x66D972A9286442F789DE43CBE1F17831, 0x6924C043D6324AC88444B5B93FCA8BB2, 0x6963D0D6B5524D33B14D156F48B994A0, 0x6A6C483A176A4E099DDE340C718DA52E, 0x6BAFE2692EA24EE0A05137D5E7FDCBCF, 0x6BD481E659114C77A1CAF8344FC3EF1F, 0x6E7CFE7D32C64A27A01059AFAF7AD3C4, 0x7015A0CB332141A3BEAAF9C681407C5E, 0x705551E87B5F49D4B7CA402AF14024A6, 0x70A0E3E20C774F969223E6D12EEC869D, 0x70A135771B9F455FB0A0A4320AB0DFEF, 0x7101A07E4AEB4A81B19AECF19A281780, 0x7256E07ABA2B433A9C702D0487BBB302, 0x731D5555E237499B9A04E3E559CACE91, 0x77AC120621344721BAC29D33CA0AC24C, 0x797150CDB76147FFA888BFD7984B6636, 0x7AD2485635A54BACA3FE90E61E091648, 0x7AD6A7E86884407AAD24B6969A55F08C, 0x7B47B9F4EBD5454DA77A0EF6C1FB31FD, 0x7C30B28B796A46839165BA892B01A6A3, 0x7C3F1E14E77546E79CF3B8AE7967A119, 0x7F07E59097174AA78DE6F5D0A61987A7, 0x8217E6198E4E4458BC551427D9737F5D, 0x8374B28CF39C4AA0B688BA6D5CDB3216, 0x848D8290BF5744A1984CF02F8B59EE1D, 0x84EE042FA4064521A7689D2225753E51, 0x8637F266AB61407FAFEAC67214D78B94, 0x86E7BB5BCEBB4DF1A8424AA70BCB2F59, 0x86FD8746AB8B4C5AA17003AB6FAB8849, 0x8741804AD3284A6F9E7BBC0AE468DF69, 0x879096AB20A846F8BAC6939F4D5A79A6, 0x879DACFCC51149EA81645A14EB92552E, 0x882D49C8A4D044D58A1249374234000F, 0x888DB229DABF45E3AB6FBB5A756D1620, 0x8A43BB4A29AC495DA57D0E424B712AE8, 0x8AD7B505D6394D8BB8CEB46CC191C108, 0x8EBDDFEEB3C64BF3A74EE81040516FE7, 0x8F87D8B6DF3B4C6394F550B7E4DBD88C, 0x90D8BBF185BD416EB7341F2209018971, 0x92AB7B0D332442AD9076751BAF811236, 0x92E02D7306C34B1A94B00D47534BDB2C, 0x93149C5D001546188FA4F349E1005D09, 0x938789711C0F4D42BE0C131C2A7C3321, 0x94A0C7D7526A4F348BF6ED0C2B558F98, 0x95FF7363375B4A1DA639E8A0008AC3D7, 0x984A9198164E4347B75FCBAC8BCF40E3, 0x9B1040FF507D43C68AB0DAA73A594151, 0x9B1296392814475F9D5A6FC354EB5D19, 0x9B85E51686274A81BD23D12ECCD60335, 0x9BFAF1DDC64E40D58CDC463BF4C91CAA, 0x9D2C5DF36CD145A8924C32C711F3EDFA, 0x9D3AEB838546448A8319DC703E7ADCFD, 0x9E6E67E269214B06A2DE3BE812193E3D, 0xA0CDE6704450445BAD989A03FCA4189A, 0xA11080F61E3F4EC5B426CE240AC7BE52, 0xA2001C6EFEE243AEA5CCEE96DBE82AF7, 0xA250401A5DBA4126ABC7B9C8BEEC7DC3, 0xA3D7136708AD41BC898144C1820264D3, 0xA546CB2A8EEA4D76A87CF3906A297193, 0xA59752FA06A44E279205A0FB57CC4A20, 0xA675FA4BFD4846C2BAC076FCDC476F13, 0xA6DB57F438474053B7446B3B8970718E, 0xACCA6068E8FE482A99B3885BA6A98536, 0xAD24DB7A7A01479AB24F2B41BAD04240, 0xAD83B1515F75401A848AD98C47EAB9B5, 0xAE654D6DD93C428587320A3686BB705B, 0xB001EF93314146E7B89B506B6E3E07B3, 0xB0914D51E8404D59A6B975B8FCEE66D0, 0xB1DCD228264849A5A988548DB52E0FB5, 0xB209F15E445A4F649B1D7ED5FEE77E83, 0xB2F7D1BB4D5A4CC1B5A2B8C816B29B6C, 0xB46F03F492E745F6B80194D519323E42, 0xB9051CCBB31D4F60B4E2B3E6BE40EACF, 0xB981187FC9A3464D9BADA76E0DA4BFAE, 0xBB029CDB96694847ABF2E913C627DE17, 0xBD2B2A50C71D45FA98DD111A7704B32F, 0xBE754587FF63415785AF6080D7914C2C, 0xBFAB8EB14C4B4014944A6B24FC56AB16, 0xC0A511859FDD4DA486AAE93906F4CC44, 0xC0AF44388B1147E1AAA1FF96BC897B66, 0xC1529D75066B4E4ABA0FA542A16A3AB7, 0xC31B4640CA3640C286B4AA8D19B8C63C, 0xC3341742BEC34C3C8A8F2B396CD0065C, 0xC364C1945F37400990F24FB4B2BB54E9, 0xC3827D4005A34B40A6EF10C400A28914, 0xC3B5D532A58D4A088CC44FA9BA91B62D, 0xC572BF0DF03D4E169C1596AD625DF032, 0xCB39AF5BD0F042E0B9BE1899D9B36209, 0xCBDDA93FEFF146C89F5949B7192F3ACC, 0xCC29EAF831BF4D26A9AB0C20C01DEC95, 0xCE0E308E4AC84AC582D9DD972C8EDD8B, 0xD0CCB9E782F149109BA65BC03FD52088, 0xD259DBE20DDC4C93A566FF20842CFB07, 0xD49F18E4F91242C3A22A4EFF83946A78, 0xD8E404266E4E4803819896FD0654D303, 0xD9E477056D3341CA975B9FC8DC80C045, 0xDBB1DF178E8E49698FD0FF1BC0A03C66, 0xDC03D5AC527B4365AC31CF7FC8F50BB4, 0xDCFBA7D25D0F4B0FBFFE7FF11A03A1C5, 0xDD4ECF38AE5346F8B4011F14D1F0E9A9, 0xDDD370AC4ABD4D248BD26B86C7EFF1C7, 0xE0F3347668604A6D89AA40D92D85524D, 0xE3E5023750034D11A67CE72864145184, 0xE534D53552E646689EBFAB03FCD7CC13, 0xE71F97A2F7FF45E5BCBFA38A92160E7F, 0xE9C09C1DEACA494E81A35F9B55A9F22B, 0xEBCFD3CF50AA4D7792797F45212105C8, 0xED29458E96CD4C9084AB7D7997F9F414, 0xEEC6E893534D41108179F6BBCDBBEFA2, 0xEEF8832C14994319847B90EA3FFB7053, 0xF20377A8750E44648B931802509D9BEC, 0xF2F1C2443DE24FB987921784DCA575EF, 0xF353CC129C304972B5F6A12DEFDC31E9, 0xF3828011142B4C1F98C32A11CF7FF924, 0xF5EA3F6E03E94257A1AC1209980B9229, 0xF7E395AE270D4DD28F1696D16BB712F9, 0xF91DBB2F108F45FAA93B73702073FDC3, 0xF9383CD6C29448A59F25FC7C5293409D, 0xF995B2E9ADE24798A8746660688816E8, 0xFFA762B8BC96474ABA91F181751938EE, 0x002183FB49EF48B2A0634483A64002B1, 0x0025BC795EFB4BEDB32EDE0D47FCC5AC, 0x0026DB75AC0E43569B79445176CBE582, 0x002DEC168BD94994A7496D12C6ABD906, 0x0031F5294A104CC596A21E4631DAF720, 0x0036F7A3A0D943A4B8DA545D606E1952, 0x003925ADBE2B422A8BBB90471CF74A40, 0x003D5AADE5064F44A5E3FF7D27F7A559, 0x0053915066A541BA8CA4AA28120BE88D, 0x005FDDBE43B842319F1D242F1591C936, 0x006FE0639ABD4AE29E536EB30BF5C441, 0x0072E73BF2C0451285BB7D00F8B79C2A, 0x00A954A4B7EA43AA8F0B7E002E2EA734, 0x00AB43289E96475A8A4ACF4ACEF245BC, 0x00B6C5572B2D485285A80C94C02C4F49, 0x00B929C7D2884BFAA732309B05FE9118, 0x00D72F1E98F34A46ACAA627037B4354F, 0x00F111CE52E0483291A9874D20346723, 0x011212F0B02145EE829E8A4194414121, 0x0125BB9CDF5F45608F5D4E751B5CDD7B, 0x0145B16E447E497B99DD6937FC39DA7E, 0x018A8B811B2F4AEAADE0DBF79308BEBA, 0x019F299371774729AA0C5205207C1657, 0x01B2C21CFF4540CF9E2749281FF56042, 0x01B47EAAEFB3424E9EA94BB3F6407E89, 0x01B973BBCE624B20BFB636B0F9280C3F, 0x01C8D53E26B14A7DB26C1BBDD3362919, 0x01CFAD88638541D182D91353504B0847, 0x01D044C1FEC54E48879726A590827F89, 0x01DB8F1596F44276AC683B6207A0FC28, 0x01E8971F651D4DC7BE2429E0F240F36C, 0x01EF30E7216342A38875FDD1B8475DC6, 0x01F3B44CDAC7408EA27FE98C23D5F565, 0x01F3C586E0BE42FC8870AC281EC9B9BD, 0x01F60FE30EDE49CBA8FC376811BBE28F, 0x01FEB40AD0544E32A3D50B72CD4EEF4F, 0x020B02DB94884DECB93C91714DDD5744, 0x0218C5C704564DFB9D5B75AA46CEC5A5, 0x021D8A7A224042C1BE812E65AB79A78D, 0x0228B254995C4EE4A9211BB92C566501, 0x0237D7F89EE147B8B07E8859824A43F1, 0x025650885BF2462390FDAF60F2E5B7CD, 0x025E6D866E334A319CA9B31016AB2403, 0x0297354ABB9143F589A57A4DA8CE3898, 0x02981955DAE6473C9C18750DA1778E55, 0x029991326D0247569608EB1F6F3DFD1C, 0x02A642B5073A4DB9BD4C7F250D576128, 0x02BC4278614440E986AD955A665DD217, 0x02C6B6DF3F59484DAF52029AF7B82129, 0x02EF18072113413AB7A5B4297D15D005, 0x033DCE029AAA41A289E69D4914BC7992, 0x0350C2CCD98E4091B42F93F3B31759D8, 0x0352BFE49EBA40AB92132A739CD4889C, 0x037E002BAB3B4E12811F36AD499AAF67, 0x03822D7839AC4C098E5624718B69FE91, 0x0395EE3D954B4F9599F9DA7650A2142E, 0x03D9C9BEA2BC4BC0B5EE17839448A1A3, 0x03FB6DB97BBD45D489AAECC7E9847B4C, 0x03FCBF4DCF674267A051A16F86D9E471, 0x03FFA8D66D4D489D8480526C64829C69, 0x0410B248F2134A03B4BBC7541E4B3247, 0x043909C99DE04772A657387C896C19B8, 0x043D950CEB4C4912A613FD6C2C93ED49, 0x044D923989464A98907CD000388A6810, 0x045C7305E11243D5A96379275B83B062, 0x046DFA08A88F450AB29AE873114F4496, 0x049870ACFD804B7D8A44F6739012D61B, 0x04AB4C02BEE44AB7AA6FA55833AF39CD, 0x04B85A4D017748D5A75C092E05E557C4, 0x04BC2EC1F48D4848AF8E8F150C0925ED, 0x04D6382D8E8C402091B39342B8DFF0A6, 0x053F20DC7842404594BCB4B76B5173DF, 0x0542E0F1858C4E82B084517D1D365FC5, 0x05538776FC1E45EE8B342FCBBB78FB82, 0x056E8224264E42B4A9476CC727243990, 0x05755D26E8184EFB8D61AE0D2A86730D, 0x057ECB0D7F374F63B3570C789800D144, 0x058F420E0B2041C3895C3A975684770D, 0x0596794FDFE44F17AD67FA5641A4DED5, 0x059685A3B0E2448EBE9D6396EE1B7C4F, 0x0596D86F339E40F5ABD0EC343E99FC31, 0x059A7AF2B7274E7FBE434255DE620D42, 0x059F0910BEA04E2B90B8AF09535629C0, 0x05AABA9D22E94D42A2D870A5B56D870F, 0x05AE2B47ACB0403A98B4D539E2D04ED1, 0x05DAEC0CFEFD4DBA8DA12686ACA93A52, 0x060EC7D90338451CA032B415DC3384D8, 0x0633FF8678B64421BFCC954FE1A69A39, 0x064C6E384689414C851169E3985FF170, 0x0675503894C94D34AB4DFD70DF6E76ED, 0x069B308F7E774537AF3C94BB423E19B8, 0x069C80D2C2284142BDF018D8C89A3946, 0x06A401D244704025B265A718E40F1835, 0x06AEE637E4F646C6912E53C29A1675B7, 0x06B1ABC4DACD4877B2B2DE0FDE69DE35, 0x06BEB6CD1CFB41E7893322604417FC9D, 0x06BF0EFA0E9A44DCB073AB99D6634B59, 0x06C86694045747EFA8D38CD58107C090, 0x06D0C6C922F84D1BB6EA25896ECAAE97, 0x06DEA250AC5D44B1A15D689EFAE8C10A, 0x06E098EF833045B0B5E33501A19A33F5, 0x06FE04A968B646A2ABFDCB620303ECB4, 0x0710443395EF4A72AF8A8318626E719E, 0x074B18E2DC3842E48D59881CD1E20320, 0x076D236F5D0444CE83B5A5980D360121, 0x076ED764D21740F5BFECE9D617EDA767, 0x077672C32BAB41738EBFB25F5E69F1D0, 0x0783EE1B780949988924C7885276318B, 0x0788A8640A1149B38148A266CD3FC277, 0x078D674EB98C4959AD9E09AEC745A0AE, 0x07A5301E82DB47238059B5F1CCF80EDD, 0x07E1C9B1944F48819D866B426B9098EB, 0x07E76D6DF3EA4AA98CD9FBEFFF19D9DD, 0x07ED47DD5153460E8D6CA20E990A8968, 0x07EE55F516A44649A4C41F1E5028359D, 0x07F36510D4814EEA895BDDCB7B1DF95B, 0x07F8A0DC2F8E4550BD85F6B1C77084AD, 0x0808C2B7370340D69F404B2CDD3F5FD7, 0x08093BA35E4F47E19E8E5C4AB1E5DD29, 0x081C5A3F54E746ABAC2C19E82D250B17, 0x082FD7EC7C444AC4AB45997FF6E25DF2, 0x083B7FE4FD094097BB606047E2DDCA2E, 0x084FA99E0DD24F1DA38409DCB1E28AB5, 0x0862F6908C934565A6703251A0E493FF, 0x086902198DFA40E488A49CE43FCE5D5A, 0x088BB5581FE94C0788B55422D7F5AF6B, 0x08932630640E4772B977700781166E0B, 0x08AD7ED7A50041959E973B67A816D8AE, 0x08B10F3C762E4FF48F35F42D533C9674, 0x08B776701F974E6B906F4A99D94AB6A6, 0x08BBC8D0FA5C46C2B56B1046E67C3C3F, 0x08DE8C665E664A83990807FBE24DC230, 0x08E017F74FBA490A8D944E3D971E0177, 0x08EBCC42C83446F2807D75F5298A720A, 0x08F0A208CE074E1D9961D29D5C3701B3, 0x08F772831914495BA69D7B9A40FE9574, 0x0908F91C79A54C66ADBB9DC3331BBB1F, 0x090BC79714F04ED0BEA82AA6D816B180, 0x090CCA047EEB435A8DA4FD4B717C2208, 0x0931868D2CF244B6A4693CA7460A3C2D, 0x09374FE997B64EC7B52FFE915630A1C6, 0x0969C45CDF83422388DD9CA821E9D0EE, 0x096F1E0381A647C0887570D7B67F5C18, 0x0975B4125E6249F49853E1A35BE2E6A7, 0x0982270D8AED432598C9EC66F33EF4E6, 0x098BEBCF440F4E2BB8F2F24107FB4864, 0x09927085FC91439B8DCC1D70A101E1A2, 0x09AA1DD5B02D4764BC245D79ECFB1AF3, 0x09ACAC67EBA147C9BE8CDDA4053F99F2, 0x09AEDFAF690549EA92B7B17C670F1E27, 0x09C0360630A94656A040BE2A19924993, 0x09C66AD8C6574AA1BF17EE086E4BEFB0, 0x09E775D5B3FD4CB19FE162CB808AE8BE, 0x0A11C942ACB541209029B5A7D4015C74, 0x0A1F3EA883B8491F8E6EE8FCE839039A, 0x0A431A08D18741908B2118D859C4A95E, 0x0A56F9ADD0F5454D80FC747E48714908, 0x0AA545642F464730AE838212A3D71CC8, 0x0AA6E5C7904F4A0F9731CC621F1162FB, 0x0ABDA0B7D3E94096B194ED2830A4B17E, 0x0ADE87FE713E43BF938A255805599BEE, 0x0AED53805511423DA21E925DB27FF4AC, 0x0AF60C85A1AF448BAB7440AEC451D4D1, 0x0B00C0AB233E4A90A79ACA81C247EC5C, 0x0B080294593A42B3A8BF7714697C438A, 0x0B122E18E3B04AF1A7FB849377A4EFA9, 0x0B2A3C5F88634C3E8713333F1AC52A69, 0x0B3653ECEF1249AFBE673229C498D63F, 0x0B36B270C47A42A8BD20BD987A34000A, 0x0B3783BFF6844F889DF511EB40A28FC7, 0x0B3814A22F354D32BC1D4284BD99C1B9, 0x0B3DD126068B4C1B9FF4FD5EF8B25EA9, 0x0B69A90B18414E5CAD095C42857480EA, 0x0B88CE14581D4C789FD1E033C10D4349, 0x0B91AC4A8B0A45BB959D43D63815B9DA, 0x0BC383C4F5C04E68BA9DB1B9444F78FC, 0x0BE771D4C5AB405FA9761BA962D32AE9, 0x0BF44F01BF074B10B984DA056144AD2B, 0x0BF573D6FC7E42618183C3502E6FBC2D, 0x0C011528529241858525440518A65F94, 0x0C01221339CE442ABCBB569ECBA4AAF3, 0x0C029E54C5764B67987CE99BCD9CA993, 0x0C04396D9AB64B46AE662358C6A58343, 0x0C3052D2BC5D4FFCB15D73C35DC6D3E1, 0x0C31F544A8864687AD9D07ACB0C8CDBD, 0x0C42F8E486ED47438D4834BE9D2A6173, 0x0C8BE5C1FD024A238ED154AD5514948D, 0x0C9681C8E1F64CCD926B165508FAD803, 0x0C97F0BE31444C64932DA72F9A4595BA, 0x0CAE485F293D476E8CBD339EF6F2DDE6, 0x0CB2085F98B142E8A7449E112500A9B0, 0x0CC615A9859C48B9A96A884C4DD288FA, 0x0CD4EA946B6C463FAE5F8D987000A148, 0x0CD9479E39224F149CFABFE9D6160694, 0x0CE2F83A8AEA4BEDBC20FB34F04FFFC9, 0x0D062446D2A547EBA0F32E5BBB5F6F19, 0x0D178A23291445EE991164A9AE45E65A, 0x0D1BF5D152CB49F6B6674DB147DF7958, 0x0D1D72FACADC4D75A7C40EDDF3EF3E94, 0x0D331AC511034D13BE453E9A3E76801F, 0x0D591E7B5149493EB23F2C3AA08B3B68, 0x0D7C580E81DF41DBB10607EE899DC4E6, 0x0D7FC862871D41C789288789644FB2F8, 0x0D9139887EB94BC3ADA51BF8C008619E, 0x0D92DECE3BA14ED4A6FEB562E54FD2C7, 0x0DA604253979438E9209D96BCEE13E98, 0x0DA92E27856646E89664584200F99795, 0x0DB51F71B2C740BBA41277F2DE1A85D5, 0x0DB60877B63C44C696485FC12D60B7A1, 0x0DC4C779B396466F82EE69DCE30F72D7, 0x0DD76E9ADA4540A5A35EB8CF6D234200, 0x0DEDDCD4CFDD40A6892F175116E68B52, 0x0DF0B6BC5B1545428E4DF0777B3C66D2, 0x0E114737703F404A93678BF1758CEBDD, 0x0E345F7A58D34D9BBFC027EB8D5707D3, 0x0E51F8318FC54473975E75F4B8A71D4F, 0x0E63D97A84834E57A27265D48CAE1879, 0x0E69F8839B3A435899B174C2145A92BA, 0x0E709EF26A384D6CAB76FC4AA8BFE48C, 0x0E803FE911154C8BB33131237B4C692C, 0x0E8131B7C4DB4CCCB918DEBCBB5C0158, 0x0E93479D8F19497BBC67A36ACCA01356, 0x0E95E4BBF7F44C46B314C98A29F324E1, 0x0EBF747536944A76B50F7FE241FCC005, 0x0ECACF3D60FD469BBD09E4BCDDE369F0, 0x0ED2D919D65F466DA73E797E92E22FCD, 0x0EDF1537D3B141C68C6CA4D178782AE2, 0x0EE18214C6CC42E5BD44C3FFAD27CB86, 0x0EE972608029433EA70AFDE020A693E4, 0x0F1A935D1CFD42E9A94E2885FBBA2435, 0x0F2B2F781A8F4B0287C1AE775BDF8F94, 0x0F2BC3E5DFD240E0BEBBE0EA5AF51FAC, 0x0F4C91F376C24AC09A750F00A9C6B3F8, 0x0F642F65F70149069140818BD839A5A5, 0x0F660E1BF2204AD79CD7C07BCBEC5812, 0x0F96F4BDF9FE4B4CA85A49C0A239A2A2, 0x0F9E1092C5F945F1A668BE074CEA1168, 0x0FA52932EDB945DCB61D21DA3E690595, 0x0FDA5A333FF243199AF5F5D3D2C7C339, 0x0FDB5533457549BD93118654B6E6304D, 0x0FDDDDED74C74CAC81796DACE7F84CB8, 0x0FE079F367D94AEA87A423588A96EA08, 0x100CBF41FC6D4AF0A893FFD245A96BC3, 0x1024963964C54755BE7B08E26E097D6C, 0x10360FA061454AF3AFFA0791F8883ECC, 0x104BF4E9EEA347EBB73FFDB578956373, 0x104DA986185E43318332E4799EABFEBE, 0x10648521C37C4A2990A6A6BFE41477C9, 0x1074326C8F464D6A93B236AD16385F43, 0x10A503299C9A4E2C83D3173117626B17, 0x10AD6321E49647AFA678A71653EEFE9E, 0x10FF0CE68DD94C5F8A5FBDD2C2B18EC3, 0x11044BBAFE4B40BF969745897E53246D, 0x1116DF43663E41308D1355156A056BF0, 0x11198C0DC6CF4F19BF2E639887EC6B94, 0x111ABBE9CF0B4AF3853292BA930E143F, 0x112BE9241DA24436BA1B31C056EF3FA8, 0x115997122E674B089941BB6E71B76739, 0x115F49126C474C3899C0B275945481ED, 0x116530191F5B4D8597F2A32A5C2CC2CE, 0x1166A131204A48F5853B07879906FA45, 0x1175AFC4482E4493BA1910F60F296142, 0x120571E072324381AA984EDB6B3FF409, 0x1206F3B2CAF84304803D06940E441616, 0x121A0F747D2847F0A221ED79076C559A, 0x121FED44AF5040C9B5E1E275A47A3C0A, 0x124FF47703F04D368C7DB4A3D02E2910, 0x126F99DF4A624F1F93ACCC77DA15B20D, 0x12AABD128C494157A97138FDE38DC943, 0x12C80385D3CB4DBD9BD377F76F10D805, 0x13148CB87F1342E68FBD7E045526BC4A, 0x1320E1F2012F419AA8A401D471024AEA, 0x132253CAD0B745CCA81922F4F92DC86F, 0x132D8DE6F59C4ABEAAC010E1F00678D7, 0x132EDC6F10674657B30F11D4D3D6F1CF, 0x1339CB0CEADA4A26B1275EC8289349C2, 0x13424318361644219B49C29D8A3BC014, 0x1346A95369BB48C8A73C0028031C158A, 0x134BEFC2CB7241FC828843237DD0579B, 0x135CDF9E7E7B429BBBCAE65F0B9058A6, 0x138596E4CD1847EDBC4413619927A7E7, 0x13996D7514184D0D831384E128C7F808, 0x13B394EA8A3E49D7843EB4AB07DFC2F4, 0x13BCC8A92A574C5C86CE5BFA47927557, 0x13DEF776B1E24557BEA02C3EB7E93F08, 0x13EFAB9C3D304990B9F32E61D875F3E9, 0x13FC17BD5D754C888E09EB8944AEFBAE, 0x13FE40D10EA149979C387A5C19015E89, 0x1416BA44A5194D359B3FCBA5406F3565, 0x1418FD871CD347529604A357F7B95F96, 0x142C6E7BBA534D84AA45CC29BDE2F37B, 0x143D207703604B6B9F9A18D686DF8B12, 0x1457FD538D5F4C88A339B29C82CC8B59, 0x145A0F419D774E2389EC9259F6BB02B0, 0x1469830FFD844B7ABD19B7A990C2A16D, 0x1488351494E742F29396B2A3A6F2AF1B, 0x14888F07BE8C445C9955D2EB826971B6, 0x14AF01B871954D6FB128018BAD402B5E, 0x14DD5B81B1254E44800B0C6634B46182, 0x14E8176914E94137857C8F1FA2FE9CCA, 0x14E988BA1978470492918F18C0E62B68, 0x14EC3A3AD5B44A34B257199DF6661F2C, 0x1501E8509E164F1F90DA0B812D3290E2, 0x152C40C436F04A06B376790FB26D02E4, 0x153B1E78B753470CA9B60F361F3B2DB4, 0x1551B5A970A04C79AF7E01801AABE304, 0x15749A26EAC64AE987C920C4514E4C1D, 0x157CCE3243734C41839F0F26478F8B53, 0x158CD62E444C4FEBB10DFC4F1A10A5B9, 0x15EAA430C3414EFDAF6492CC413C1861, 0x160C94C8E8E747FA8CF26EAFC6ED8D2F, 0x16392C5F4EE24FE993CBEAEB4AB39BFC, 0x163AFC903BA247CB8F409DEC1F5013F1, 0x163BC06344E7473292D40150034FF908, 0x1641942401204711B72539E20F66F6DB, 0x164FB4A8C9C6496EB84CB2E8FB82451F, 0x165356181C4B46DDA96B8A1D8CE3F0BF, 0x165865F4F8E949409BF1E273E63D9C8C, 0x1689F6EB9897406CA40570E0BDE8B3C9, 0x16B0EE2DACDD4BD0836A57502BEE1752, 0x16B201DED3274FE5B2FCEED2FAA09627, 0x16D6693D7AB34897BE9A12F889F894F4, 0x16EF1D8A93534ADEA418B0C18BA7A0A9, 0x17222F4A917B4289B7FE8D7DE5B8CA8E, 0x17258665432F4601A1E2EB23523969E3, 0x17284DFD314F4F94AE37884110F8DC9F, 0x172AC0A2C464469997E7B896484034F1, 0x172BE8313073497BA20BF79B1329FF17, 0x173522ADD03C404F89DD932FB1407E33, 0x173CBF9E7641495382EE3AF528087ED3, 0x175F3EB8F71D49EE9C13A88F86B7AD43, 0x177B5EEDA55F4A1EA8772E8DDF537A38, 0x177C76E8F1864565A6CAA7DE7C9C5C3A, 0x178851CAFC514BBDB36294637F00BAFE, 0x1788B34F659A4ACD93B0B5B793DC2A7B, 0x17B25B1B44F4431A92A2214089526B48, 0x17CB2A14DAA94F79933A1A6404A9C020, 0x17CF566AF1BB473CBFF02DDC6EE38C2B, 0x17DEF24CA2F14153890D2DE37DE669A1, 0x17DF36E83F3D476781ACCB77AEC89FBA, 0x17E2AB73BC554D68A6FB3718C8B9E28C, 0x17EF24320CF2429F9938A9AA33889D4C, 0x18144F869C9E4134A9E8CD94346838F5, 0x182D055AC86E492898DDF2DAC44D1386, 0x18338C9AFC084C5DA693EB6427E8EBCE, 0x1837B88B20A24CECB1EF7309565A2F63, 0x185281FD7BEF46BCA86E87695ADA80B8, 0x18649313A75A4464A1B426AF243781D0, 0x1866C8AADE0840AAAF8CC5A57E56E132, 0x18966C0971A34AEBBC41411CE2172774, 0x18B9B91E17C44C2EA7FF4AF514B2A01B, 0x18BB8964DF5E45B6ABD4D1BB4404438E, 0x18BD2B4BBF954255AA34B8E5A073A71E, 0x18CFD203455D4E52987CF9610001D1A7, 0x18EA8E45675E4FFEAF1AEE8B8E50D79B, 0x18F045588A6948109B4003A9D18B0625, 0x18F071502A504420B52BC24433C8D087, 0x18FD222B14A04133BA8BAF3295932DB6, 0x18FF1CC29BD946F39CF05E5DCE70A0D9, 0x19051A4607434C05B244D08B54C1716F, 0x191E18A4CE6C4AEBB0609C7F6433F263, 0x191E8796A4494CEF82BA9773E9834253, 0x1926345EDD134F38918FE2A10AEBEED0, 0x19292471013A4D5DAE15B45727E1794D, 0x19348245961D4E1698BE674ECF39E6B8, 0x193A836198D94F4CB2B4C2F80792FD42, 0x1943EAABE904453E99914AE7207306EC, 0x1957E7E253464011BECFB4A928671888, 0x19699924708645279A96E30AF1CA4AEF, 0x197DD57554FE4931BA24F58B4F734409, 0x19C8A69B4C7F48208F3D33B9340C2FA8, 0x19D90DB061FA40B492AF0366ABA7FF42, 0x19E74504741D469B98AB367231CC737A, 0x19E80108A4C143A88B2FE71F40F65AB2, 0x19F3E3FC8DF042DF8190607E96E55E55, 0x19F4AD46AB3E4B5EABEEE4ED8DA13EB5, 0x19F4F9B1DD224C7E918B7EA24F4F03E3, 0x1A29262754E448B4A3AD119A63930FC7, 0x1A32FD674CDF4702AE8F04091638CBBA, 0x1A33226C35F04D3E85550094B5DCB08F, 0x1A480D5BB4BF4F768AF47117A5786C52, 0x1A5DA673AA8248A797CAFB245E3DABFC, 0x1A5F37946DBD4D1B91602059C8E3B410, 0x1A64B821AA124856B2003BBD6FC67FD7, 0x1A66DCABCC1D41D19C5515EEB06C7F50, 0x1A68345E08674C1A92C9C1984EC9B097, 0x1A861F5EFAC1449ABD92BA4CED1FBFF8, 0x1A878D924E4F47B294D7EBBE52B7241B, 0x1A8D399BF916428484771E031E656C17, 0x1AA2A2C19203451F83EF6D40F6B33A2F, 0x1AB05F0361F4422E9B0DFD2E5FC190EB, 0x1AC0A83FA7BE442486E14EA25F30FB0A, 0x1AD4FC02B7094BF0BC7D719BAB4D4FE7, 0x1AEED1B65E1E43219D8C7372246FAC1B, 0x1B0AAA4DD3E8490981383C627E80B90F, 0x1B12ED065DB74BEEB5FBCB35601C4EC7, 0x1B1EB5DBEEBE4C0A9EDD4E5F87173C6D, 0x1B453CC28463421F9CD3DF29B6A9074C, 0x1B4E48E179124BE989012AB5F8EA9BA5, 0x1B567EED677143B4B2FF00A47EC8D856, 0x1B7C329EB0D74168A2A6067D41747E9E, 0x1B7EAEAAA6724B2CABA0F94EBE2FEC37, 0x1B94E922797F4087A721BAF3D55861FB, 0x1B9567C4EF844DE48B42876E781ED771, 0x1BAF1DD27D7444B7A2967EB5CB9A2BD3, 0x1BBB476579F04E91B97D074ED26104B8, 0x1BCBEFAA8FA342FE89DDD74E16A08507, 0x1BDB11553E1440A68C5F1310FDFF3B4A, 0x1BE3FF41F46E467CA56C608D24EA7684, 0x1BF79F5DB4C34D55978126A29802FCB3, 0x1C04A97480EE4A79A63C907A9723E87C, 0x1C214A1C9B3A41E7AF6480EB6D39B8FF, 0x1C278FADA7B3463CB348C5FBEB1DC59A, 0x1C28BAF1FD9B4BC9A4A364D39804A0DC, 0x1C44538A64D54493ABDD7DA54C446CF3, 0x1C6229C6005B4F858D9D203D65678BCF, 0x1C92AFEF01A344DB93BF2E370AF2063C, 0x1C987CF03E8E4C208B038CD5AD153897, 0x1CB6C857E4A34400A35E7AFD1D7F1BBB, 0x1CB9A35F9560445EB0E5932F08CF4ED0, 0x1CC8A026AD5F416F91E3970B42AB60C3, 0x1CD1230D0A44420D9DF81D0027A4AD87, 0x1CD43A846E3F417DA50A1C1FB0C3FAA3, 0x1CED7B679D6445B6B7A8174852F8C866, 0x1CFF4C3AE71C427E96AF9FC407F75541, 0x1D091C15062944DEB8EC827029805CEF, 0x1D0C35FD1C244A71A1CCB8FF868AD27E, 0x1D0CA526B46A498E9BD865825326B9FC, 0x1D15B771E27242C9B3F2A730569D6D5B, 0x1D32595926234BE99D1432C624BE8116, 0x1D35C8E3A1BB4CE484729C568EC4828B, 0x1D4EAA312D074A9DB25EFE1D085947CC, 0x1D87C9364EE84A748BFA4DB0AB4DCC27, 0x1D943B0FEF794FE6A7140321E4427D07, 0x1DA2681AA8B54F94ADA42AD5379EB8CF, 0x1DB15DF2F62447E29BA4FAD971A08D1E, 0x1DB506AC978F48B3805AC4E789BBF7D9, 0x1DC8EF1575F94083B73EB33F898DFD11, 0x1DD1982100604B99A5739C994ECC232F, 0x1DF73C6B75A64D88A87AF313F83525BD, 0x1DFCB1A674BC43AB96BEA7710F109252, 0x1E074CB225094EEAAD7ECC9EA6915FC0, 0x1E150C827EDC40C0B0760F9CB4C96306, 0x1E451056F4374417B57470416537AC71, 0x1E45F19FA2DB438AB3ACE5D9CE0F7322, 0x1E518DBF4DD14357A7DC34B6E6C53124, 0x1E55DBE6D0AD425B89E0D7B95C45B409, 0x1E65B6E7D1B84575BF87FE2D9F6155AC, 0x1E66128CF34541BE8E8E05C7CAB456DE, 0x1E6D5C3AC44D4B0081E1A1BF25BB5FCF, 0x1E81DB9138C7477FA3DE877BF791B8F3, 0x1E8D517C30214FBBADAE0028C8FCFA6B, 0x1E924027746F4A339CA5E1EDAF32AD61, 0x1EC00D00B43D446B8CEC5C510782B401, 0x1ECC2ADD3E08401E8A83A78047D6A8F5, 0x1ED42B8FDEB7413BA1CFFA35D9851DDB, 0x1F0ACC96863F43DEBB58DD3C60CFCF4F, 0x1F0CFEDB0FF14DCC9D24ECB69313CB6C, 0x1F1961E9B91444A9BB90D68A18E7FA97, 0x1F22528C2BE942D2899E91DBA8224143, 0x1F28BFDECEB84B4AB5B5BE001A9DE5A3, 0x1F353EE169B24DE7973E36FFF2173E15, 0x1F3E4521B36547559D980984DE34AADA, 0x1F3EBEF903F747908A545D4517CBF632, 0x1F3F826F54F54DCB99A250469DB94EF4, 0x1F44351735494064B32E424DBBB9F8EC, 0x1F4B5C76867F450D929F6C33BF1E50FA, 0x1F6A4A7CF26C4B7C858320AA26D01B7F, 0x1F74DAD612C74D32A9F3D6649686C5A3, 0x1F762E0B625F4CB09DB8250131FE1155, 0x1F7AB836EBB24015A85E4A158ABFBB19, 0x1F8596D5EDDC4DCA999F99C2BC9F7C33, 0x1F89E82DDE5644448ABA9C4E5BE4ABAA, 0x1F8CBD2894F04AB2B6A3288A0066EC01, 0x1FA1A0F56A144668946683FFE0283313, 0x1FA6834CD6384C3BBD1A2EEF7D74FD8D, 0x1FADF0BF329D4C5AA0773CF73129E512, 0x1FB344FA5AEB4738A9675D6DE6E3A01C, 0x1FB6C65CEB344E4582BA5D8A3057685E, 0x1FD196EDEA5C4F8B8E564731C693FD50, 0x1FF753C08F004B52B06376EDE181B974, 0x200DF95C51384D2AA89D40AA85FBF873, 0x205E5E9E913F40A5A1D24F4D506A1726, 0x2060B3A0AF2140F3A94B999A8138AE73, 0x2068FD3A0A7F45528D55A5E9A541F9E5, 0x206A233F1F3F48F68749D65F9242235C, 0x20713F86B777401287E735AD77F0BD43, 0x207A2F34DCED4A80B239F446EE9A3588, 0x208F69CC8C8A48D395A057DE009B6C9F, 0x20B9E888CB1E42CD9C5217659D4A82CF, 0x20DBA145730E4A0F83880BC905FC2D74, 0x20EBAA58A1CF427B8CFCDD7077B343A5, 0x20ECAC7E99514725BAD9B868B08E7459, 0x20F4DD5BEE4E4B28AFB9D0C3142548DF, 0x20F59A6F3A6948DE90D940704DAE0F89, 0x211D6F5AFF8E497BAF5F0DA34E757115, 0x2137A46FCD1F465CBD43E6EBD0945A55, 0x2138ABE0AF29489D90F271F970B49907, 0x2146F8CF88914B2EB155A6C202DC5DF3, 0x214B241F9E70476BB4D455E4F2668C02, 0x215D3FD70E1840528041699A8EE8EDEC, 0x21630BC68D84414E92341D405C365F83, 0x2170965016FC445C868C49DA383E4F07, 0x2183D0ABC9BA4B1592101112712A0230, 0x2199DC6D4E374675A9DEC3A468D417EF, 0x21B0DE2C8E7D424DBD0FCA5AEE3C403A, 0x21B422B54891422BBF62905B38310B66, 0x21BBF8CEF6194B5C854569699FAF9482, 0x21E6F9F10C1540A4AB8080A71F136335, 0x21F43DBC10F14CB18C08D8763C60A4F3, 0x22076ECCEAB94A8AA95E49EC9DC08874, 0x22177167B2774EE7A67ABA591E1A4830, 0x221915A8524B4C07A5E64ED2D0336B9D, 0x221EC2ECB1CB4BEB9A16F75ACEB0F590, 0x2229D90E83BF458D8AB6A5F921DB314E, 0x222C67D7DE2241989DF7FB349A85E3DE, 0x2236C5BD2E614890B9BD3943352FA87A, 0x22482C346C2A4322BBC3F65419E0BFC9, 0x22533A624ED149ACA8CAA4C7567B7B65, 0x2259A796F1BE402380609EB8747DBA05, 0x225AA36C20AE4308BF11610539A06F4A, 0x226581AA2A734889A4B9A3250E4EE476, 0x22690E561A2C44BCA9102E8C2FEF26E9, 0x22751B7BCA5442F39D314135085B9580, 0x227E9061D1064582A1514ECA4A04BA74, 0x22A85AFD7864483891397A2E39B62974, 0x22AABD5E61BC4D3FB5CF592E0791770A, 0x22AD3C1F77A9484E87D3C20DE124BE3B, 0x22C1624FAD61438B9CE0002CCE40EE43, 0x22DA90897BF84EB6ACAAF1E45EF95899, 0x230768A97C3E4368AB6E2C1C39A80798, 0x2315AF4F36C64A1D92ACDE82DA94D88D, 0x235DC77EC2AA48BDB96CB26BA3A89B90, 0x235DE5F763644CE1978461ECB354B5EB, 0x236342C0E4EB46A5B866DAD4BAD11EE0, 0x2395904D1E7245A3ADDDABA7E1DD760A, 0x23B05DD0769F4AC4A461BE899027F507, 0x23B48EB427AF44E6A9F3A0D986B16BFE, 0x23B4C75FE9E54CB3A79258A70E7EB289, 0x23B8E26EFC4C48F9816354CB4E7C8B16, 0x23BA28AB265649BB974501E9E6D1315C, 0x23D80D671033459DBB29E9AB15396CCB, 0x23DD7F9682364EF69CA9E3F291696F7A, 0x23DFCD36024C4D519205FAD42A615C12, 0x24376B582FBC4E688AF0B067EB08EFE9, 0x243D7D22B0844821B06D5815B54E8D8F, 0x2440C6717D65437EAFD7972AD2BB05FF, 0x2453019509A442338F37D6112958E2DA, 0x24550F9DFF494361985D6C55BB4FA115, 0x2459AF8E72D7429388746C40A8FDEC93, 0x2478BD56FFC54508B71082D0E8B14D24, 0x24920C933BC94848B6505C252B6F6331, 0x24924E1F7A764AB79FA44A3BF9B7051E, 0x249F8F9A7C184F90909A33F9B3DC480B, 0x24A17D81AAE545AD9E97579FB4B8C6A7, 0x24A4225A8AB0432E9E3FCC9D75352D11, 0x24D141546BCD4F7F907B2DBA65CADB7F, 0x24FE94B4479944F8A227253F6B873376, 0x25018FFC72ED41DC9EA0E0E3E982E446, 0x2504D2827301489BA25C121BEA4588C4, 0x250899A92AA443A6A8C27ADB6D664461, 0x253405C7F581423988565EFEA9631055, 0x25463A50C9934D3B8C8985CF12561F63, 0x2564A26FA9074AE193A4BA844E45AC0B, 0x25685C56A5A144C9A2C0B650EA25C224, 0x2570148CD2D94FD4AD13301D6A4CA6A1, 0x2584BA6D0DD249E78D9195207C6F5CE0, 0x25A42CD114154768BB0929BCAC7C6745, 0x25B89AB3C0684E71B1F339EE47C4F016, 0x25C610F89EBB4D57AC16666C11E64A48, 0x25E3D9C9AF7D4DFAB22F4C4CD887D5BA, 0x261AE4070D164FC7B5C5A183C7096F3E, 0x261ED996962043D69F70F86122ABDA0E, 0x262B915384024B318EACF89449D5632E, 0x2638C20D9FB640B38407A8EB440B2DE4, 0x26426C5776144B2DBAFE6D055E4BDA34, 0x264953270D17472CB9ADC59F320CD9EB, 0x264D3BE8A56646CDA4352AEE5C761DDF, 0x26692B65332A40DB92AAEF71CFEB4A12, 0x267120570B8A4267B41B3E4CF509627D, 0x2688E7C610F348F3B2279410FA2635A2, 0x26B471F6ED0F4927A236F79C5CC0ECEB, 0x26BA03FF10224F60AD96AB58F60A0B1D, 0x26D10EB0A033443ABD54162DCEE9D456, 0x26EC5F20A86244428EC16FC426E9A1CA, 0x26FC22E8AB7A4E539E4650EE71E976A5, 0x270F1064C5D343E39170A2214D8E9D1B, 0x2711A04E8ABB4073B9FA7741BFF6D1FB, 0x2715636D8BD14D0DB09D9A14B6E6CE2C, 0x2737A2F66FBA4C5385C7B39AD31116DF, 0x2746354AF32A4BFB981DF84C7A678AEA, 0x275BD473D137416FA6658D42BF546E1E, 0x2789D4DC1F2A42B5B6D095CBD58B14E6, 0x279C07E78A454D038C82F3285279AAE8, 0x27AB0EC8BEE14A6A8EC3F14382C6C771, 0x27AE7E56367C497CB26A88BAB23C60C0, 0x27BF94D4C11F41EE8EA1A106A36D7AEC, 0x27C5047A61E541EAB5837E30C4CEF5FA, 0x27C60E814455442B9C8D1955A3ACDBBA, 0x27C79880858547BD962A45CE33F41F10, 0x27CDAB84619B4C4CB0A67E391884E061, 0x27D7F3F6884F4835A6B2E926576ACEA9, 0x27E1A00E315D47F4846CBEDDB60A9A02, 0x27FB698700474E25AE34E91A0A835674, 0x2817597CD7BE4428A84268C51A726CD7, 0x281C64C8CF0B4568805114DB4F81FA22, 0x2836114DFA3F492188293AC2138343F0, 0x283FBA7EA6714B9FA48F2D26D13CD733, 0x286268F6613E41A89260B3F4DC61E983, 0x2866A58D3A904F42BA38F352A8BFCE16, 0x286A5D07673A4084B8A3A15F5F893A31, 0x2882F3003A8B4CAAB5F361761CC72F88, 0x288459A29E3F45B2B982DA6F441A36D1, 0x2889F18C104F4371B5DCC1D238F1E2F7, 0x289BCBC387444A0FBAA30931FBCD55C9, 0x28A75C33F3EE4D64A4B5857C0E5B1BC5, 0x28AEAEA0128E4A8CBF97D4BCD64F50CF, 0x28B2F50106664BD582F8E307A26F4C6F, 0x28CB32E2D91949268BBB3E14F0A81E52, 0x28CBE695BC5444469129D80A0B3E94F5, 0x28DC2799C81D4777AD8CD95A61A4A3E0, 0x28E474D53D514220B645D11B8978B7AD, 0x28EB6DEAB7DD4796A3984560678091AD, 0x28F2CAC56ABC4F4BA4C2E02D1D628AEC, 0x2904DECA641C4B4388333A928B537E3D, 0x29093DF0D99B48DFAA58DF6D2DDC92C8, 0x2913263CBE154D65BAF090FB6981E86C, 0x292448E36D5549EBB0F946E0CFD4CCC8, 0x292553F1AD7E435E90B7EF451913A787, 0x292B957A247841B4B81BFB4B1FFE0174, 0x2953348CEF88494A9E9BE37A8285013B, 0x296C908E81A244628C00AC58CE227B8F, 0x2975AC157CD84BCE9FECBDADFA4DE39F, 0x297ED311B0014E9FB9FE282E67F95436, 0x29AB22B37B54415787215B39F5A4068E, 0x29BFC782C6EB45CCA77F4F93A71D3ED2, 0x29E7E4D0F30B4388ADB48CD9D9EE976C, 0x29E87D5A685243498B52BC0F9DC49ED3, 0x2A016CE0B8D6406286BFC4F876C0CB4B, 0x2A0A71EADD954835B3C01617D19B39B1, 0x2A1BC002D4B34513A5C74B00B6177F61, 0x2A1D47833F634BD5A1EB0151EC2A0118, 0x2A1E20E3AB2E421896ABF8E3642033D6, 0x2A1FFA19A5614168B3A9506D23094CAC, 0x2A25F543B3734E20A1CF98299B185E15, 0x2A2E597DF66B491F9701B14D383C4500, 0x2A3C84939E4B410A99740E4FD0A8F55C, 0x2A56C396488E4FE181BA8A32EC55BFB1, 0x2A7FEA14B1664FE1913F431F918F5F2F, 0x2A92D282378A4865947510926AE14CAC, 0x2AAAA9EAAE2D4B18B848D732FC6F3DC5, 0x2AAFA2EFD5394C18A1BCDA2FF68D088B, 0x2ABBA1F4B57F4AA08A988ED9F82E6256, 0x2AC6BE197F3B4B90BC7B9FDACB9CA0DA, 0x2AC8C33A20D74EE981BEE68F09943927, 0x2AC8C570D89C4ED8A2F4B8556E932259, 0x2AD0EE85A2D744C5926A1E482C7E6226, 0x2AD5DF8AA2804955A8EBB3C52AA59F3B, 0x2AE665FDE9F34CCF96CC1ABF49129634, 0x2AF3E1A5627F4DADB5E3438F7E70B215, 0x2B041036E2274DE9BE182717EC5F5712, 0x2B174C4BAD7140998ACF416DDEB92318, 0x2B5990F438084F5F938F9DFE4E577AC1, 0x2B6D3A7FB7744B5AB24998A0E1B853EB, 0x2B8DBCFC1A2F4D87902BDD131B5563FD, 0x2B900C571BC44510B284BD65343656C2, 0x2BA75A39956742298BE74182BB59721F, 0x2BBE9271A3FA49D09F7C9D45BBF5FB12, 0x2BBEA2416651480385FEA4F4938600F9, 0x2BCD41824ACD486490063C0C2C0A5681, 0x2BE152F7CAC34330B6E1DDA28FFDD048, 0x2BEBD53E848D4E38A43A0F5E49ACC253, 0x2C17AA06C912460D988F886BB53EF7E3, 0x2C3B1B170DFD446FAC11DAF1D670EDD9, 0x2C3CC8E8A2F74280BAAFCABDA3189B85, 0x2C493087C1854D31B47ED06A227BA450, 0x2C5A326B4D6D4603B93DE6D0175AB17B, 0x2C6D5755B0314DC09C329E731DA80486, 0x2C9936B2DFEB4F328A9ECB6550786994, 0x2CA120F204FD4F25A04D9227CAA9951F, 0x2CB82BCAEE8F4434952EFC6879666E68, 0x2CD19D7CBE5541D3B1DE87E614FB67F4, 0x2CF225F3578F49F0B5A5C4F943DA5594, 0x2CFAE838BC244C4B8B9D94F7A2596CD2, 0x2D01EA15835B489EB5038D478D5DDD2E, 0x2D0EED788A4341A88A8381AE002CDEE6, 0x2D2D42D797E54D4088E49B8A0D5031CB, 0x2D4C37D9B44C4C6885505A9901E7C1AF, 0x2D522B1B3E434270BED776169FCB79CF, 0x2D66995BBCFD44D682846D5F447B33B6, 0x2D758584F8F9490B8D98393877697497, 0x2DA3B1B751904760AC6CF3A248F999C0, 0x2DA44F2D846842F588D5603C4307D201, 0x2DB0EEA6FCE3483E9CE4E27BE3FD40FD, 0x2DBBDE8018934C13BAE9439CCD0421DE, 0x2DC24A4087294519B93E6D61AE8CB19B, 0x2DD5CA641985438EA78B9721B75859DD, 0x2DDD0C22D1B849A58CA20BABADF714F5, 0x2E0070D69A3447418B11B40316E78484, 0x2E0C79DD0F484A95BE29A45C4829B912, 0x2E1E2493E5AE4B5A97D9660EBE01B1D9, 0x2E2B3C576D1C4D6B96CF6E07FD9E7548, 0x2E4B3F9090F244FBB71018CFD8C489D4, 0x2E4C4F825C764D8888973DBDAE2BCDBF, 0x2E59122022BF45AD9AB4F12D3B5C7E36, 0x2E617B124A63457793129F215691D5C8, 0x2E62593BDCC04CDA98E9FC325B4D1552, 0x2E6D188367EB44789EC2AEFF84862AF5, 0x2E7EEF5461194F71B43D1F8F10E8D425, 0x2E80B79C007B4CAE88DE1EC6F9F99C23, 0x2E93D381D3354AC790A2673EBF1F8F62, 0x2E9512915C23405F8B8544EDA86C1AAA, 0x2EA60D17673E47F697FD273AD2228D9B, 0x2EA77EDB84DD48ED99EEDE03B8C446B4, 0x2EAB2FA2553043C58ED12FD77E5C02B6, 0x2EE0FEE6F6D64E53938C5ED56E1B540C, 0x2EE9F61883004F869B8EE5E46B30FC3E, 0x2F1AEE53829746B88AB663510770087B, 0x2F1F96E49E3A42E593BAF51E459D6AFB, 0x2F26A8619EFE4BA4B5DABECFC0BA8EEE, 0x2F346C8475264DE483C550453109B23B, 0x2F7F3D6FDDAF4319920DFC680CCCA1A2, 0x2F9739A2A13849D2899632FC99AF13AF, 0x2FA80BFFB7D5490AB3A6C7EE1E8B5CA3, 0x2FA8CF83E88B43E984A6A2D62BC543D4, 0x2FAEC476549A432585D49176F9ED3A6A, 0x2FB584D9361E4E9F902192839D6BA676, 0x2FCADC44DAE440F8BEEC96C1DF15DB06, 0x2FD45DDAA1E64AAFB033CAF132DCAF78, 0x2FF67F89A23D4F40914286412CC189CF, 0x2FFBF81F79B54FC0BA6C85EFE4CE4A30, 0x30034B5292844F00B30DC0B41D9CD4AB, 0x3041703DAABF4D5A94D7530932C269ED, 0x304BE3ED8A2A44F2AE159F6B2CBCE828, 0x30504489010047F0B63D750D15032A11, 0x305368B288B247369BB42ACA9B02BB14, 0x305C8C6E14CC4D4A897B396C1C98FB35, 0x305D9A65CFD14527B8BA7BA44702FCD4, 0x3064D156DBDF4FEFA23AF1A12DDEFC7D, 0x306BA90A011C4806A9B4D5F4778863D5, 0x306C3961C2054AD7B83D6D928E72613B, 0x309E3BB3477C464DB46F44FB488BC9B0, 0x30A28178879943A2B46910DD7B70ADA2, 0x30B767D0C5714A6FB13DEE21C487CF6A, 0x30BA5075DE824923BB9DE816455927DA, 0x30BF43A4E5C542CB9C511A59DCF4A3A1, 0x30C702DE2A94410E9491062610284CF8, 0x30D7B8313330416C8F4AFD8EC41EB23E, 0x311395A9540D48F8ACAF125D4EE30743, 0x311EEBC06E574C24B8D2AE6DA42335A6, 0x3127CB32EE4A4972A55D1DA3EFE943B5, 0x314AB9BB9B2B43FA80F4E3F4197437D1, 0x31528B44C4264FF1B8238E54E70C859A, 0x3155B30C021B48A68328E8BBB68898A6, 0x316E7EF716AD4058AF7A6A43541BE949, 0x31881DA21FC74D81BB56D095F748F80C, 0x3195AA5CE63D45D898381BDF97BC4652, 0x31B2F7E9A21B48F8A8B0029BCA065A1E, 0x31B35A21B77D418B8FAD412416808937, 0x31C1FF2C76574ABFB4206E05A08DA599, 0x31D23FC41F534D9F808B9C4E9C292668, 0x31D2B081D87A4C189B470670BA2B7AB2, 0x31DA37A2DFC5474F9B030351B71B89AB, 0x31E59809A0EC4E2C8C4A943AE5E0723C, 0x31FEFDE3CBAF46078328B88654937947, 0x3234753F55FC46CAB4970A77CC02D636, 0x323B2D26C5624993AAA4E6960D8F5E2D, 0x325324FD65A24C86B5E302427EEB6AAA, 0x326A2537609F4DB7905D375105E08BAA, 0x329764ED34574142AFD050013175F19D, 0x32B4FEB20C924CEF85D5A3BDD3EDBFC3, 0x32D0EFFB323845FA9486EA9DCC066B96, 0x32E2084145E14048A962D33DEBE1A616, 0x32F4FC402EA34CBF83EA7FD1C1D5D506, 0x330EA33CAE9E402DB8AC59535363ADB2, 0x33109D1F12764249BE8AB458C2C281F5, 0x3321E16F598C4F8188FEE83314624445, 0x3337BCA075C04E8390695B481B8DE14A, 0x3348ADA118BF495688EEDA4444014E22, 0x336D21154C7041548FCFAC0E88DC4F31, 0x33741F076CD14BA195FFA3975AA39E34, 0x33AFF433BEB3462EBBC3DF221AE73D9D, 0x33B6EC0D86AA42B6AFC82108D8B5BCC6, 0x33B7F654FEDE4B1DB91C3447F118B013, 0x33BFE35D5C7B4A9F91C9BA9F59258DED, 0x33D9FFF22E6E4885BD5FA3ECBE8C02A0, 0x33E791D730764240A9E2CC694263C510, 0x33EF0FF2795445ED9BEBC21E0450EE03, 0x340E4D68AC904853A55C7CF12A74D6BD, 0x341C29F3B89E41CE8A3DCB55CFE8388A, 0x341FD7BCD54A4B3491CF22CA16354E2F, 0x34571DD06D3044A29350FD838AD1DEE6, 0x3474919AC67149D4BE51B10730489FB0, 0x3485BFDD781D4B748EF54BC0CCE98D82, 0x349B905809E049048C1CC4B363351124, 0x34DA180AE4354D638CCBD192984BF1DB, 0x34DAAD82E91E4E0586777D6686FACB2F, 0x34DFBEBAC4BE47FEBAFFB0C062012723, 0x34E0D871EE7345898A1B17F43B55FC68, 0x34E2E3FB44614A9C8E079A5D8EB9A42F, 0x351CDC3B53D24B24973D4B1DA8821F86, 0x3565CDF59B4F4875AB56200351B83415, 0x356F96BDB7BB49668CF285672A35745F, 0x3576B5309CF243E397EE3C8F1A214EBA, 0x35808A54464D40098D33E0E91E531E41, 0x359107A4D6CD4953A3D6737DE2FB3A81, 0x35B6C39E1EE04DADA6477415BD5BFB6B, 0x35BFB6C327644D3B8B7964FD7998D5F5, 0x35C2164688724054AFFC3DBCC5B08F01, 0x35C5E43BAB024BF38077CEB7D5561A3C, 0x35C921D85C6E424D8CE212641BB5B0D4, 0x35ECAA80F4C3475C83B2126F58DB1D85, 0x3615BCAED86141D4B241258BF9DE17A2, 0x361C42F0945D4946A2223055D79C6C71, 0x36401AC405174D4694336730FEE25FDC, 0x36450660105B49B983A37875DC3CFDA5, 0x36473CC5B8324664AA171BC5423043B1, 0x364E6DA27ED040E7ACCF522589936DB3, 0x365227078AAA4EBAA51E365ABBF7BF4F, 0x3653462428704F1E9FCE9D07E4B8014E, 0x365EA13AC3A54D1ABE7F0CC3EE9CB339, 0x36614B99839A477C9C58506DC3606923, 0x3671CE5CD0DD4644BE3B16EF89BC9B8D, 0x3684F66A6A054DDE8BA43FA959AFD804, 0x36BBE7D7450C46ED973D215199DC00B9, 0x36BEA6E026D5467F848AB92EEF31CF16, 0x36D82AA7AB62432E88CE654DA7702AE6, 0x36EB6D5059B545D2AD8273170A7FD01B, 0x36F2308FE2E743B791B518510E6BDE26, 0x36FB99299C994FB3ADC3AA6766E38EA6, 0x3728DDF0EE4E4D5FB1A9ADB76E302694, 0x37312E58583843AC9AEB049FE9657B9B, 0x3743756908A446FDAE3DB0E6CADA046A, 0x377BC25AD97F4D338D8A97E68BB192D3, 0x3783BF3BC72A4C4E866443ADD5CCDF7E, 0x3797E6275B0C4B07A61D7EA5895DA740, 0x37B8C4CF00D2471F91C092A7190FD1DB, 0x37D6E7316B974D79A5099B1D3C9E340B, 0x383C4D6904954AA2AED78F7CC10A2B3C, 0x3840705F9B05483A84944D0D371FDD5F, 0x384584AAC38142ECA9C54EAF3FAF802A, 0x38462DD2AA3241B6B0AD75794EA0C82B, 0x385C870D10CD41D18A37ABEA3F0CC131, 0x387BE748A8DA48398B5BCD6F21BE6634, 0x3894DEDF666B4B2D98E25C3AE9B68521, 0x389CB76D868649C1AA352F1ED63DB50D, 0x38A2F3FA00484126A9C95E22584B97DC, 0x38AB1623A6CE44C49B185EB87B31F83A, 0x38D9261BA85A48089F922458EAB17DF5, 0x38E2B276A8424A07B39CC3F8D285E939, 0x38FD77FA9BDE4A01AFD6742195DA1C98, 0x390BDFB14AA84D7996F7F660FA9D1DC7, 0x391A495AC2624F00806D03E6790F2F3E, 0x3930E3E51E994243B5C67B5C1AFDE67E, 0x3936E4F5D9F54330A5BE2B6517668B05, 0x3964EB1F78EB4ACC83563A110F973C56, 0x3966FA79E29741CC8863CE5BC7E6D730, 0x3969ED50CAD34BC98955F4E50003D753, 0x3977F9535939420AA012415629BD2CA5, 0x3987B3F249E047A59D76A897BADC0E6D, 0x39BB49DC7F934F919D33F72D09C9C8D3, 0x39E86F66883946EFA70DB764FEC2E086, 0x39EF2823C9A14F879A945B2A5C591AD7, 0x39F0D15D166049A2AA01CE5A9E77A4E8, 0x39FF031BEC074B919222C173FA37C3B2, 0x39FF9F5544AB4FAAA38FEC0EAFE09BF7, 0x3A0C4B41C55444A5BD0BBA92348017F3, 0x3A0EF68ADA58492FBDC44C416E29067C, 0x3A0FB4CB17CE433C89860408DE15D288, 0x3A1DC3D20FE94321B565F5E578098008, 0x3A6242805C9E46CAA98B743F67C9165C, 0x3A6650E239C543B28734DA9CFE4DD06F, 0x3A8AACB94D554411BDAE9AEF07614F66, 0x3A8B714F10CD45FBA4652B2F60D0E4D5, 0x3AB5A5E1CABD491391573466BD40CF3F, 0x3AC6229A63CA4B3586A952C044CBFDA0, 0x3AC8019C2B3D4510BE12CC53103492AB, 0x3AD63C72A5064006BA2A33F945EE4171, 0x3AD779AF604448D79A5319CC3359BF94, 0x3ADB36C34B584EE7A66C918C7C770BEF, 0x3AE1DDCE71BA410784F866CD3768BBDC, 0x3AF5BA22BA824CBDA540BDB2D0ACEFFA, 0x3B080B8ACBE14FC8B783638C49DC64D2, 0x3B0DE20622B84894AA48EB94F0CAC94B, 0x3B0EF1E9435E4B4EADD46C569BE7EAE9, 0x3B10BD9B52F645C8B2B883678722BA6B, 0x3B2A4E8F464F473C8D537236D033D809, 0x3B2F964CCAB74E0A95615C597E32FAFD, 0x3B3B8A2AAB07440BA9D7DD2440EED20C, 0x3B564390EB2946329F3A55269710DDAF, 0x3B7F2AAABFFC4C1EA33EF0DFDFECC13F, 0x3B858349141543E79CE512903C5C9BD1, 0x3B92E165D32348C8AE8FAE32FD67A6B5, 0x3BB6CB7895EA48FD88C14DFBDEEFFF73, 0x3BC22BCC2D3D441CB26625F6805EFADD, 0x3BC80C9A119D43E5AAE0483E385EED51, 0x3BD5D044D1694CFDBF9CEBD9C255C987, 0x3BF17EB67DD3436DB88D825AE13F53F8, 0x3C03A88853D94FB4A548C2D5809A4A3D, 0x3C175D32FABE438F9717E8BDF8EDBE4B, 0x3C18562A29A24495BAB15D94EF9D21A1, 0x3C46C4DB3CDA43FBB9D532A0DD7AD353, 0x3C4B5AF3F11F40089F76E70429EABBBD, 0x3C7356D0C85540559A0BCEF044BAAA22, 0x3C7D39E911C54FC59CBB876CC9BFCEFF, 0x3CA6C0C142EF41ACBB72E94F173F63AF, 0x3CAAC74A61304C93BF0085E011015A97, 0x3CC88764398E44ECA1D97BF7A29830E3, 0x3CCB4D2E99AE493F9D293944E509C3E3, 0x3CCEA94875884113BBD5326051825E6A, 0x3CFF8E0FA4B44C74872BEAADD3D653C2, 0x3D0AEAB73E684FA592598FC763856A4A, 0x3D2BDD31D8EE4B74B57E88A4B93675C2, 0x3D33FCD873974911943DD8D785198CD3, 0x3D3E4EB1A1534F23887022756BE7B719, 0x3D5A68EB1CAA48D4A694D631372EBCE4, 0x3D5C0ABF347049A5B6F0F8B006EDE826, 0x3D6DF42B5E9045DB89B3CBB74BA1DCBB, 0x3D8E8586DF5B44A699195736B25C36EC, 0x3D91FC18B92540D299C8736FCCE6B9F6, 0x3DA38A954FC34BD2B954CC20C831F1BC, 0x3DA943E7FAAC4CF99FF540892087AF44, 0x3DCB7FE3CF2A41CFBD7931E7A6E51E48, 0x3DDD856031814362BC4B0C50B360A900, 0x3DEAEE98C200427C822C73AD52566632, 0x3DF5320E0CE4486BBBF72B90E3BC3A7A, 0x3DFB84BBA060412CACAF13E2B4A33F1B, 0x3E1C475AE19F4660AB3EE4C3DC8AFEB8, 0x3E22555C48704A5686754588E05DA746, 0x3E2BA90C983146BF97E5EB8A9D4F6813, 0x3E4EE4FD60964CD7B6FB7EEA5BC25069, 0x3E5EDC8EA3AE4C8EBDEAD04D5A621FEF, 0x3E67942943D34EC9B39ED9CED3C8DAF8, 0x3E6DCFCF23ED44A188D6630DA3A9ACCA, 0x3E6EE84699EA48FB91CA39BABB2624E3, 0x3E7270C015B141B1BF625F7BF6E6CB21, 0x3E7D4F2FC2BA4101ACE57683DB6C2EB8, 0x3E83920C08D54F79914D24A9CC0AB0AF, 0x3E8583C8BF404BEBBEEDA21D50F0C4F0, 0x3E90C46281794C50A5F6CA4E46023E68, 0x3E9D5EC3FD97435C8377A567A9AAF05E, 0x3EA493E5CF324A6E80CE3178B7128C4B, 0x3EAF54AE36D8483FACEBC724B87AD662, 0x3EB5D4732E8E420EBF778300B707AD6F, 0x3EB89A1DA3BB43FD8233F3E5FFC65EC8, 0x3EC09F28DE5D4AD08934AA260F493EAB, 0x3ECB184CD904464C919A982579E8A8BC, 0x3EF018336B4A4D6A88A010DCBD81BF0C, 0x3EF1D6DD88C447E68A0398AD935CBF2D, 0x3EF6760CDE6F485DBD27215FFA4ED00C, 0x3F0B3CBF5049493DBE3AFBFF1E9E37AE, 0x3F15C8BE64F84BF8B1F5A53B87A25271, 0x3F40E6AB67B348D68ED2D451258F4D60, 0x3F520BDB7752440DA6F50958A06BB0D4, 0x3F5387CE9E0448E6843C6AE04C24ED63, 0x3F586480096E48C4B53A9A09A93EA237, 0x3F6D66E1D0654F46AE504EE0E987FB18, 0x3F7EC440C8504DC38302F31B2190F0D6, 0x3F8ECB2622274913855A12A86899B526, 0x3F9A2F11BFEB425F8EBCC5BB4F369CCD, 0x3FA767C229B044C0AF8C11C93C44258C, 0x3FCA11CF917B484F9E1DC5C7D5779900, 0x3FD3DC7A1B684748ACF41325C448D9C0, 0x3FDF80C39C3246C1B9D1F5C88F622607, 0x3FF9C53751DE45B8968D82D2046D7D78, 0x4014D578627245B89F4DD9FA7EB218ED, 0x40157DF3446B4E0289F24C82BA3C22A6, 0x4027744929504B7AB98F1CCF2FE37D7B, 0x40289A116F584AA787E36ABFD989CBBB, 0x40705D5EEFBF4613AF27E9935952E302, 0x40844A1560554A418AA199BEF32ABA04, 0x40860408D3844955A6C68E2AE732A0D6, 0x40976CFA379949E7B9DB3ECFC4F56E28, 0x40AB6EADB97E45459AE105CFCFF208DA, 0x40D1600367FB460BB9CEBE6DCCDA9F0F, 0x40DEAAA46C874351AB9FF778B04A2C25, 0x40DEF80548EB43D2B8203AD4ECAE6D3D, 0x40ED0029B33E4E8186901340314DED5A, 0x40EF1C9C45DB4DB9BF3D3C081F46BF87, 0x40F2937B6A0B4A538DDA9E136B461E2F, 0x40F78B762AFE46E99ED9C9FD86AFA1DD, 0x41180B20A72845BC8CB57282B6FB04C0, 0x41206BF19B514C87A80CD2911454116A, 0x41212A89ED854B82A19E54ED47B21A3F, 0x4131CDB885CE4A738F10CE2F8007F096, 0x413E5D634ED742A8B4262CD6C017AC62, 0x413E5E9A6D8F43ECB9E26A971685EC2A, 0x416023649966485680BC14DD33716FD6, 0x41633FD7F4F946DFAE5F835062FDB444, 0x4166D6BD6B9C4F0F83CE031EAA0A32D0, 0x416FC1470D4243E5A6852CF51E219E65, 0x417517CA77A849F29BC7A5D698C51223, 0x41AEDB87AD49426CA67FE9EA96ABC111, 0x41B03F251F8848BDA465FB0B9E752644, 0x41B315E21EF84B73BEDD15F5C1AC602E, 0x41B40D113CF34236BF157BE69A03FEAE, 0x41B9080E10984E259CE5F87DEA90ABCC, 0x41C4EEFC4A7A416C9BFC57405A2B0C1E, 0x41D7088F03A248F98F5685C802BE41DD, 0x41E1530F67564EED9852A1599BC4AC02, 0x41E3B09056E34CF495F13DA46E092ABE, 0x41FD2477B17148BEA97FD0F22C090574, 0x4200CCE4562E49EBBEFACE4B33013966, 0x422CA714665D47F0894A7EBBF3D5A364, 0x425AC313BB784FD0A17584FEB5DDAB4B, 0x426BA952A54E44A78217CE95E5401AA4, 0x429140ECFC924350B2E13995531A6A89, 0x429875A07684424EBF67A5403C718675, 0x42A7F0F52F5E4FD69A6CABAC814E1EF8, 0x42CD3BF83FAE4569BBC38C608FB8526A, 0x42D5443D22D34FAB9C4EA3C327BDFEFF, 0x42D8E858FEF5447FA1144A018B2BC930, 0x42DCE79922FB4733BFDC6853993D96F5, 0x42E998DF879F40268091252643679F46, 0x42F0B1B2FEB3434DB59AA645E3A5F3AB, 0x4311117489DF4B9BB69DE5BF0D30915F, 0x432DC9447AAA4B6A8858BDCAFF5F847F, 0x434395ABE4454FC89F708D13E853DD4F, 0x4347CB757EA34939B9D9E323FC9172BD, 0x43570DDC866C41AB8F930AAB082E1511, 0x436168ADF2BE44B48B727997CFF0055A, 0x43715758E9944F4B984A15CBF8DF57B8, 0x4377D9E318D4442A89B2526BA8DFF22C, 0x437DEFCD1C8F464BBC53CC27EA97DE34, 0x43950E0102B94FEBB2F308233D097264, 0x43AC9042976F4B0495BE38DABF0519A1, 0x43C6AE8728F14DE89AC363D7FD0169F9, 0x43CC4F4C75C545FE85F03EEFCD55A241, 0x43CCAA4340D8485B933B66576531786A, 0x43D1BB40888640A2AF6398B2BAA534E0, 0x43D2D1565B4F4F32815A3CC540E1B5B6, 0x43D54CAC77DA49569764C5CE144CAE1B, 0x43D777D1298F4028A1F50737DBE5A42B, 0x43F72DBF68074A3E9E971CFAE13AED2C, 0x43FDB8199037416EA5AF015A3C7D1972, 0x44230848B4A5492799EF11D91FFB42AE, 0x44437D73162D418A992A64731A77CADB, 0x4444549B65834C9791A6466ADA4840AC, 0x444D7C28A55C48FB95F3D970C774C4FF, 0x44639ACC95014A219E37CDD4D5578EC0, 0x4467BCE04ADA4EDA821987AEAE6BFAC0, 0x4471DA6A44114158BBED25F512F670E9, 0x44767197289B4561AFB6B062F0A89B61, 0x4476DD00C6CC4806B557C5D02C428EF9, 0x4483FDC3FF6A4A4AAAA6927F50DD5270, 0x448EF04EBC9E42A8A7E226BB09976681, 0x44BB97CC1D2E465EB683CC361E1E1F41, 0x44BD6B31445640988E860775150832D9, 0x44E03158B797413AAFEA371424CCA634, 0x44E2E019E48341948DC4E385A78D5DC6, 0x44E9E4CA68AB44E1A6F4281554B27E88, 0x44F1EB413A4045108ACEF62E58D4127A, 0x4500EA123405491196B8CD8033D26F7A, 0x4528B4FC22144E919F6CD9F73170D6A8, 0x45320FCF2EE84A539B34B08B7DF18472, 0x454981A2AB2B4294BB27AEACAF898E90, 0x45735CEC01BE4A618561A88953DE2AED, 0x457F684631A841AF9780C5099FFF7BB6, 0x458BC6D532C24909A7C0C4CFC1B198CB, 0x459D767D968940D9B5DCDDB867FEED7A, 0x45A2922CC68646A394CBCC5F38BFC317, 0x45A3E73A8C484DA7A1AFD8214DDE5EA2, 0x45B31B7D472C4095B49F7326C92A71A9, 0x45C2683C1F534DB68929440AA3483641, 0x45D5A050AF374009A834745A54ECC707, 0x45DB8765ABB643C68F13C6AE8A45419D, 0x45E7AD7203D84290B72367A87FB8E19D, 0x45F9CE75E22F41B997FA94A179A8A6BF, 0x45FA139739BD4B3FA50F7D13A8AAB276, 0x45FC33A6C86B4818A7E380EA66E18DBA, 0x460E8538E63E46F589C8365F39147023, 0x46159FD0653C405AB1C96B9D6BBC41F1, 0x4620F4E186A44354B2029F6D6A0AF779, 0x46257C3F47A84086A04E5E340EA720A7, 0x4630C638576C420BB58ED8F64724AA05, 0x4630F24830C842F597DADE9FD6614848, 0x46401B3A434049B2AF7E065637922B5E, 0x4643D253791E4A33880C38E25B4E25F9, 0x4650155BDC6F4457B3FFB70D0060BAC1, 0x46A592180B5D455C9B0A952358B60AB4, 0x46D09621C3BA4B17B5D9AAE7F633A508, 0x46D8618BAA334D3C9545DB3D3D4F7DBF, 0x46F0A5D636D24486942B5C464F5B53C0, 0x47030C491FE141BCBE38A5B3C185073C, 0x4710309FB69D4256908F7D0BB6B5758B, 0x4719ED62573449D8B481C054DFBDD6D4, 0x472708FE328C4B90B9C1717ED5516901, 0x47282DA4D05C418CA11A28EAB77DFE47, 0x472842C12292443CA1075FF3435CC69C, 0x4738881CB6894BC282952D05D3386A18, 0x474406B3CD204B72A76F666D4101AA03, 0x47516DC606984EEE86AAB1BB81B3FFB0, 0x4751AE57B469491985BDBC902532BCB2, 0x4778A6AF8C744ED8AEB9E5E994FFD23D, 0x478280A7AED24B0F936D4D8B38D6A2E6, 0x4789932D76674AA0B3900341C3D142EF, 0x4797D2B5CEC040D0B91D339838DA49AD, 0x47A030E981B249FBA984E359E0C56B06, 0x47BC6A0D85584B48BA4B389C95DA32B0, 0x47C8D5F81BAF4A32979C538F733B1559, 0x47ED813F174A4916B99A82979D5BD530, 0x47F859044080427BB948EFC92D6DE348, 0x4806CCC66F4940CEB558022D0054ADE8, 0x4816A70FCD724985BAFB9B0EE2535A20, 0x484260E01C7D487BAB5BB8A1752FE242, 0x48644FA0228D456F85A0B5117543976A, 0x48710F55B9244CE3A47F222BD72CA6E4, 0x487F83F188DA42FBB4807DE5A63EC091, 0x48809747B84247E78C4E46F19A805647, 0x4885B6267EA64B25917071B160486480, 0x4894F7CCAB264AFBB5377FADFEA2633F, 0x4898BD8CFF5E4B07A88EE5CED89F8021, 0x489D682F70C94686990A22FF7E2ACA32, 0x48A2011F716B437B9C5FBE7DC9086C79, 0x48A36C71DCE8421A8702C681001A503B, 0x48B15BEB9E1B4BB6900B9A0BA6B828CB, 0x48B827A2B6F64B5E80943BA126D65256, 0x48CCE9DC72194F6C9851BD869A205E88, 0x490C6FD087264A2D8562C1E086BC16D8, 0x4956FA793DD5451DBD19CB99B06C9959, 0x495C002FA5534072AA96E6BDE0154E32, 0x4965CEE7AFF44F1AA4536FE2F9A84F3C, 0x49680AB49BD645FC9C6CC6A2942B229A, 0x49688A43BEB948A9819201F31C3DD574, 0x4972910071DD43518682168618504F0E, 0x49805B6EC5DD4013833E136D40CF6EB4, 0x4998A482A0B34E3B9C6C1EE5A4CD8098, 0x499DC0CFBE19464096E55DE8E28CB0D5, 0x49B2692B8763443EA69BDFE4E2B806CE, 0x49BC5257DD4A4814AA109F0BFF344CA9, 0x49C1AACF5DE14C07810EC8A4608010DE, 0x49CD77BD97FE4B83B0B673050BBACC74, 0x49D1DB1E292347E1B4FBE038198F0A00, 0x49F0A512BFC4478C99D3F8CEBEE7AC2F, 0x4A487BBB6B3A457482C5D0269651A20D, 0x4A4F5100A425436EA725C1DCC4A422B9, 0x4A5DCB9F23B34688A5D9C504620CFD84, 0x4A60DF7013E04DA994DB8D4142C15072, 0x4A7571DD1AE24AFF897254AC4CC5C719, 0x4A78300FAE834C94B8AD1763A8C87CB7, 0x4A80E3555DA94F79A03956F35F2D85DE, 0x4A9E747E8FDD4EEAA6A3AC3177B893E6, 0x4A9FB6A0C2644E4198C51D666C82F280, 0x4AA4CF2FF02B409994D24F703E27EC70, 0x4AD702EBAA1C4FFCB3EF6C70AF491277, 0x4AE0485F2E0940788994D66D61BFA6B9, 0x4AFCAE9BC06048CBBDC68F9E5CF10CD2, 0x4AFD36E03BCE4B6F9D2159516146E5BD, 0x4B19429082CF47CD930AA228A963DB1F, 0x4B1D3855D68F467A839D0247DE36F6D8, 0x4B328B914CCA4DE886CF418A0F059B38, 0x4B59B9FFB5054629A0DD5CA1B96F5599, 0x4B6F9D26620E4EA68FA97B4A49E7E352, 0x4B78B031DC374C31B986C314C0E8D070, 0x4B7A3F28B3294855B87F9922CD0913FB, 0x4B852F67729A40C1B02D5C7CAABFE162, 0x4BB3B010526C40B584B1367BE6898E3C, 0x4BC2153DCBC84F3AA7E51AF9F2555372, 0x4C0EE4A7514A4CB09CEBBEF43259AE64, 0x4C1C4659492D42319EA6515DC4B17F02, 0x4C4B15A055D745E794A81C426D1D8298, 0x4C6DB5B3955F49D2B9312389CDF0EB49, 0x4C7AA13E711F42F6A2065F0E2F3E16C3, 0x4C8178C1B294425ABEAE596E3ED38F37, 0x4C8F9B219F5541DAB27151A1B509EEDE, 0x4C9A83A8FB1B42E49206ABC38D9DF56E, 0x4C9DAD5A1B46474E92804E3312B97BFE, 0x4CC6709CBE6C40D7A4CAB5BF9F7EB088, 0x4CD0F772B2914CE78B654D7176400FD0, 0x4CEC99576EE74E8E833BB9852B9386E9, 0x4CFFD32F35BE44B4B2A986E2FF0FF6D6, 0x4D0B1C7B281B489E8C222DBEF4D2A11D, 0x4D169245B6904500AC3D01F96427E08A, 0x4D263FDC756F41199D18D46FF25FE962, 0x4D2C101CA9434A7F93698165C4848A6E, 0x4D2D09411FA24D27A9A344A6CF2EB688, 0x4D4759708FDF4FD28560A8912DEF7023, 0x4D49392BCEC44B53A1BCACFDE0060EE2, 0x4D6290E4CB4B4CD0A4B7689DC017F2AF, 0x4D6BFC3E28F042AF8A2E7E813A0B60F3, 0x4D6D37F241BF4E08AB2CD451F5B847EA, 0x4D6DD53DA7A6443B8A21FD9F2D89E77A, 0x4D7075A1D95943E8ACC94201FFD5C2DD, 0x4D9A5C7155384AB8B170934EBABB29F2, 0x4DA42EE76FF940199B4F27890CFF396E, 0x4DA9AA59230D46E79EB74F3995271169, 0x4DAF0126FDA34C5FA5F5C76D23CA36C0, 0x4DB2295F7AD844B0A1723EDE28F084AE, 0x4DB45A2873EE481DA86213E3907D90B0, 0x4DBCB8C7932C4698A98E3BA070E8C2B4, 0x4DC8F0189413452D8FC3523D4B1466B8, 0x4DE41BBF3C584F4BA19283D04DC91CCE, 0x4E1512C89FD846BDADE7AA109F74DD55, 0x4E3F8E268AB94A0A96ECA7083670EF4B, 0x4E4613D6BD17482B8724493BA655FE02, 0x4E8AEBA64E124AD4A721567C7E2EDF3E, 0x4E93795AEB644093A5BAE5DAB552D248, 0x4E9BB3718D954D259372799B219FD4F6, 0x4EA981D0AFD9478BA87583243B50005F, 0x4EC0574104A54F849D82A7A88BA6D628, 0x4EDD45671F7C42E083B647267B0CC591, 0x4EF6562BE49A4D98B713128760A1BE92, 0x4EFC98E973DB4D57A26E89979CE03817, 0x4EFF254E61A54EA0AE3770AA4E338093, 0x4F0E7A0203764469848B1D7F71F65239, 0x4F24EF9A41264F5EA53B4D3A67806201, 0x4F513F3ED808428793BC40C7B8AC6DFC, 0x4F586242A6854B89912EB2F6B5EA809F, 0x4F5DBD613F58448683A6655F6CF8B3DE, 0x4F646946339A4091BFC224E7A5AD19EB, 0x4F6EEB92E2D94DCA9C201470221672AF, 0x4F71FF6D5D7C4A30A6237D4D0FF2A383, 0x4F72291349624BABBBF775561D9D2FBC, 0x4F7293F7CE4D440AB1DABB9A88C9E17B, 0x4F792EBBA6E64899AB094659E47E7965, 0x4F79406B69F84A93943EF41441ACA843, 0x4F7E611823FE46D8B9ED425E0BBF4989, 0x4F835EAB534E457D86C3EC5D64DFB001, 0x4F894D1A84744582A76C4175A238AD33, 0x4F90486FCF2146C397C9D018495A0883, 0x4F9E179E94A3499DA04CC42380CEC22C, 0x4FA1A59FFECB4AFE9680D930B587698E, 0x4FAA6ACDC4264806878B0C2EB2888015, 0x4FE5FA14C76449A68A30A8EFDE33EFD7, 0x4FFFC0A34E0842D4AB904D3D43099C16, 0x5019D1DE41F840AAAB7584EA1FAA0543, 0x501DAC501DA24AF8B4FA07DA29D7E23F, 0x5026E5CB9F83479DA2ED8C1833AAE101, 0x504A4ECA07E440E7BD2080F8131821B2, 0x504B177AC70F410F9D5D3452A46C7679, 0x505759B3914C4EEA979625D9A4996781, 0x5072FF00C67F4BE18A64FB66D28417CA, 0x50752F7CA66D413B81C2BE5B0EB7A414, 0x50753FBCB563436898143A96485EFF91, 0x5082C52B550D49DC8B5A57C14AE45D3A, 0x50873428E0DF46C49FC56ACDCDDA983E, 0x50D876D7C39643BD86F2410C32CCA5CB, 0x50E0AF8809A54973BF3B24C36845F7AC, 0x50E72F068ABA480C9772B9E764A386A5, 0x50EDFDFC2AC64CAFA9F4995DB23E8D73, 0x512EC9AB30CB495E8514174A65CF1DD2, 0x515C61B5AC424EAA811ECA101DD40B51, 0x51950F3AE9EB40228478ECAFCBDD4B63, 0x51AB44ED4BBE45949C29C9DF67094F29, 0x51AFD2EF468C48009ECBF1A7E1A2EF36, 0x51B1BF41DEF949CD8EFE49121FE8A867, 0x51DEAA66AEF448A08D0D2F31AD89803E, 0x51EBFBF76A614E5F9180EB8A735EA636, 0x5204B2C8CB8A46BE9F1370BFBEDD37A1, 0x52157235631347ADB939546B4C0BFFCC, 0x5217BDBB1FF648B0AE3B74AB090BCB02, 0x526A343C17254048A890DE21BBAC11D3, 0x527CAD6095434F5E94C40006CD44FF6C, 0x52800A1E6F4142849F78F28BB7F69714, 0x52A8A448580D479DAA4D7D801C6C8DB3, 0x52B7A7F93DCD439DAC9B576E92A41153, 0x52BFD7FD7CB34D908089E275216CF0B0, 0x52C013DA59624AC49D2D5944A3EB9735, 0x52C37B5AF78446A2997AFB2A2BDF4FD2, 0x52D36ED8BB7E46A6B33A8C9A4C9A0D66, 0x52ECDBF364B443CB8E29F99735B2E3BE, 0x530D0F9F3EEB4A93BF7E0C806248727F, 0x53109BE098F2414C9B4A73856C8C2A08, 0x532BEED9323240B79E0D2F807E382B5C, 0x532D0E9568E2466A8D80F551678DD252, 0x5345E708EDAB4FF49E27CEE05E8B7691, 0x534C9A786D89409A85FCEDE17331C0AE, 0x5389D4F087624C9B918D97B5C37FA1A9, 0x53ABE9823BDA41418611A79606F6D8A1, 0x53C0E4248B33470586BDFDF682B6BC1B, 0x53C9A6C15A064D37B24DE812C9CE5175, 0x53D49DAB504E4CDCA317B8896CD7A903, 0x53E5CD051EF348E39B0A5D5334E124E5, 0x53F126E442724345828DCA23214311B9, 0x54062E416D954011979714644109A958, 0x541965F62A334BB9AAB5BBA2868D9A67, 0x541B6FADD439460EBCBD7F4149A71602, 0x542D19B66D7A42ADADA2940D6121E24B, 0x54325B95DDE7412F8486AB818E2F6A2E, 0x543DC98A5D844A2DB355ECA055CBBF80, 0x545151A282134D329ED7EB9884112583, 0x54720B48577840B48F02DE6DB63AEC7E, 0x547F2187E51945489E2B71982EF6B99F, 0x549218B7852E4A53BD2F485FD95A5A6B, 0x549EF49449F3471D89BA45CB1FA833B8, 0x54A08FAF45FB4748906A6F34A1491CB8, 0x54C3825E31CA421DB68C3E974BC2F2E9, 0x54CDD673D94240C19117DCC118FE7268, 0x54D529C6409B4957A862C9FFEB1BDE5A, 0x54E09D1B2C1640349F9D88A22FE5D27E, 0x54E2A6572BA84CECB09EB7AE2A67303C, 0x54FD528624074C779F768A56CF67AE50, 0x5501CEDD760A4599B77C8B49E0AB9C09, 0x55035CAEDD8A4A2DA3D72618E5D8B902, 0x550C2E419FAE4675AB4B11A6C98DE0AD, 0x55204E12AE33493FA16B6536CF325C66, 0x552F1E9DA4B240BEA9ADDD761FE4A1A6, 0x55346C7838DE49A290D08A825DB9DB93, 0x555FFA105DA54710B7470666F1C53FA6, 0x5565FC2ECDA844C5A3FEA17C0F4D6D3A, 0x557BF03F4C9943C9978E34DB6E743F56, 0x559CF72114604AC1A90EB4B9577F6AD2, 0x559F24DBB82F4DD381903FB658807FEE, 0x55DF626D117D4156960D01FE8359FF6E, 0x55E7A73D6516405BAD92182F6478913A, 0x55F1A437BDFF4D2AAE00BA766839B718, 0x55F60ADF18524DCF8E245F6B0967C53E, 0x55FE55F53E0E4841A8EF695A460682AD, 0x55FE9817C0F342898CFA2F732556212A, 0x561E0FC225604A54BCFAFDCEE96C1219, 0x5628B74AD1514927A99C38ECA50CA2A2, 0x562E84B5D63D45FA8A0DD7C17813BB51, 0x563E827C0FE442C894DE67FBCEA7CC32, 0x564373DE900A4D81A00289A8D876D95A, 0x566B9F335BE9417D8CA8AC2AC1B5C5EB, 0x5679E31631E341B582967E8ABB8C247F, 0x5685E603981D4C65B7D2B71A0502A6A7, 0x569A7367702842CEA32C39AAB21150F6, 0x56A6D88F8EB14923A2D996657D6CF8D4, 0x56B855EA2AAB4CECBB66F33148A4A55E, 0x56DA28DE24D743BC9D4A53B10AF4DC54, 0x56E5677C04C4439AAEC97E6999E14A9D, 0x5744AAD6334D4FCA878F7982EA9DB6FA, 0x57541230D2964103BE8F045E916C0F5C, 0x576542F2C1A7463A899C0BDE0BCA95BC, 0x57AE9EB8560849DA98E8103F6B164256, 0x57B5234FDAC74300A4D502CDD38A5514, 0x57C211A7FFCC4B7D94BB36FEA1D1CD9D, 0x57E12B02EA9A487CA140D08DAEDB9EFB, 0x57E4473772F4401597036DCF38263BF1, 0x57E59542DF854E41BE1D00839EF27D4C, 0x57FBC5D04E49455DA9B47820BC73FA6E, 0x581C5723D34B47BAAAD12F77FEF53B2F, 0x582F07A34EBD4CFDAC1419F9BF6F890D, 0x582F0AC9109D402880152F0EFF07ADE6, 0x583A22EB13934724B00200E45052C0FE, 0x583C50F8D8CB4086B30415D956CD16D0, 0x5842C8BEBFAD448AA18EE496FB19DF89, 0x584988D5460C450698776AF4EE405583, 0x5862DBBA5F4D4BF48CF5237829C3A624, 0x58676E2D0A194B8E87F1D9A657BE18F9, 0x586CF18B8B3F4473B3E6CF9C7240B8BB, 0x586F77D00A9B43D4BB4A6DBBA023637A, 0x587B1C40E9E34392B484D949B0B96F82, 0x587E6EEC8EFC47589FACB8C3EAFC3F00, 0x588DF33A984243A085E7A8FDDABE50F2, 0x58B8120CCEC04C4D93EAACA39E0AF7D8, 0x58C35048040E4C3A93F002F83D3EBED1, 0x58C5256FF2A748318D20C4F1CBCB7CBE, 0x58DC29D348B341A781DF92CEAFA5B9B6, 0x58E5A7153B7F4AF183D12CF6983852A5, 0x58F2653122D04DED8F08E096B5A726A4, 0x590E7C3FABFB4A768D32A22695B53898, 0x590ED2860BDA4E7DB267851C5C69EF75, 0x5914EB1C077C473BB12FBFC91D971F34, 0x5918B7D38CAF4635B687D36AA4EA875B, 0x59382CF8FE5440EB94F1F59569D2F668, 0x59483AAACC7143DFB489AD9AC3F9D258, 0x5949B6DDA4284BDB9376E5BAB1020A52, 0x5951956939034A5E943533EF2BD5C338, 0x596DC30429934E34B24C114D2FB1B35E, 0x597973A456944E499A7AF796152ABEAA, 0x598AD352E8E3497BAE0571ECED2D6448, 0x59A7478395CE4964BCB9BF693BE5B217, 0x59AA3582845D470C8A7E17333AC63B61, 0x59AC085A173B4354B1BDE2D6775D2F9F, 0x59AF03BCF998434F96A9497218BEFE21, 0x59B4B11B5EF34FA09832D119EC209237, 0x5A14F62096F84220B6D5033172E27392, 0x5A14FDE4D63346E9AC828ADA8A1AE992, 0x5A150F9542404623A3E511DF93BF8A90, 0x5A1FD925DCA84E8CADE4137CC44ECA35, 0x5A21A23A0ABF4EEF9AED19E58D4195EE, 0x5A2BC7CEA5FC48E2B7E225B262127E06, 0x5A2CAB74EF2F4D4585348E240C40AE61, 0x5A414EFAC3E5438BB35C7EC8F6DB7737, 0x5A50E3DD56FA416F9BC6D8835E05B674, 0x5AA7B88A535B48878A7F357EE573DD49, 0x5B0E7BB88E48413C88F881E0A38CAACD, 0x5B28847B7BCE428BA36176F7710437E0, 0x5B2EE946C95841F3ACA19C7AAE9EE931, 0x5B3B79DBCEB144E6A9F58E116EF9D849, 0x5B458BDEB8D947A9B0B9B2E1EF1C1B87, 0x5BA594E58B8D443BAE5AA9FD66CB626A, 0x5BB7E73476F7477D92CE07A74FCA95D8, 0x5BBFFEE9B9164DADA91044937AAF06C1, 0x5BE1BF1567DA4AA7BFBB845120D0DD39, 0x5C0052BC1576400C80FFDACDCD583992, 0x5C102AE0291E4B19B234FC99DBB3CF88, 0x5C1C039EC1B14DBA98824625DDFFB4C3, 0x5C256310FE9F4B48AFF215729EC7A325, 0x5C3ECFBD793D45AAAC2D7A68B5235731, 0x5C449A6286884EB09ED61051EC7239E8, 0x5C554687A96B4ABD9349B44D9D06A4D6, 0x5C651E5791EA4E19A852F8B301A2FB30, 0x5C79C0DF87804F81BBCCECA0952574F3, 0x5C881B87B34449678155DAA6178B7927, 0x5C89781A06C14204AE6DD2ACC28D135C, 0x5C8B5EDAD99842028FDABDA8ABED4A72, 0x5CA10D83EE92444A8A16911447B35584, 0x5CA8D707124D47B98995AA9D905F3C8A, 0x5CBE5EDF64F54F7B924A8189BC217457, 0x5CC83638B5144C02829CA2226AB47C5A, 0x5CF83C2AED63498982B1CD12A88F94EB, 0x5D0FDB6E710B43258D0F0C17E794E08E, 0x5D2D1160CD25418CA84001611F7EC60F, 0x5D398EB70F0E4668A3852287FA6EEDCB, 0x5D7CEE5525CD4BCF9409D600850DAD17, 0x5D9FBB26B7DC4FED92F036422A355515, 0x5DAC8C36447E495FA4FFD190A6D82687, 0x5DF7F5E2AD0B497695217C76D95012E2, 0x5DFDFC0D03AA4393A71332DB76FF9F5D, 0x5E11850D66A140978216CF88A8B515FE, 0x5E190FF19CAD48BCB21F9E827BC80B9A, 0x5E2FD5E706C842608589D0D2D337AA54, 0x5E39EFDD0F1E41EBBF4F3A13DCD1F633, 0x5E4091DB69954A6E8A7185B898335129, 0x5E4136A19B7B42C886D4D787804E6AC8, 0x5E49B7ABDEDC4834B01356A15CA16DE2, 0x5E6A7CE9376F404C9783D3AE7E4896BD, 0x5E7C38CA1C5C45C89AA4C5A77B7308DA, 0x5E92DDFB39D54ECB8E57DF6673E50908, 0x5E9B64CF8246473A9F41A064D5BF0B09, 0x5E9D61E2A6E34D94BFB7B1191970C14A, 0x5ED9B263F19A44CCA410AE80BABC639A, 0x5F447EC11A1C4060A316737220FC9177, 0x5F4E5D33DCB14AD181D56AFB6C85C859, 0x5F5546E253AC46E1892D7BF77C3B9A55, 0x5F71E2B4A814466B994D2DA84779DA38, 0x5F77D0CD38554707943E0B04B2422D59, 0x5F7EA7EC0FC04832A98CC109AB69BBBE, 0x5F8C8497F8FD4513A79EE17B493C0ACE, 0x5F94710696AF445F9BEDE3EC77BB8F8B, 0x5F9644850DAB4B50B36989B5965F3592, 0x5FA5F748AB924BA89CE4291B6FC2372A, 0x5FAF0B979A7144EE940FAC79D33B6025, 0x5FBD141FEE254730A1D867C63CD3F7D0, 0x5FC154E007714C1C94BE4C777FFA5228, 0x5FCDBBDB2C3B419EAB9EAC762B339448, 0x5FE4274E00014D18B2C560F7AB04B51E, 0x5FFC070D920F4348B99115844D38DAB6, 0x600A3D3E97CF49788E882C5E8BCD4404, 0x6018399B803C4B2AB0F30367EC5FF5BD, 0x602539A2241B49D7B0723EC4C8F90CDB, 0x6029DEA66EE942A2850609216D3E8191, 0x6037BA542CE04700A0ECDF811EBA340F, 0x6061354578DD4CC391DBC686A0D6B6BA, 0x607517D6643B494A8A5E624788045053, 0x60A49E78EED04F57855A6DB030B07D11, 0x60B04776BECB4838972F8E4A8F391361, 0x61006736AF6E438CB62701C0634E7E7E, 0x610F69C471B44F77B1D69FD91E1065B2, 0x6132EA6EAA2543AB89D810620C19F122, 0x61387642C1904FB6A68198AFBAA805F6, 0x616EC83C33EE4431B3B2C3259E7EBED4, 0x616F08724F6F40B296AF36A9071177CD, 0x6170667E31604755B781C58434034BA0, 0x618F175A56B04CB4BA03FDCBC54C0AB0, 0x61943560BBE74417BA706E3B2CB9ECD1, 0x61B30C2BB5DC43848D63D6EB2C98AB49, 0x61C75A88021D4578B494F1BB495A8F6D, 0x61D34E2F6A8345979A80E19A037D6028, 0x61D3E7FC26874F598759875535057670, 0x61D7A3BF8B464B98AF34DFC39A2495E9, 0x61DD5237EBAE44DBBBBD5F0385D16E26, 0x61F066CAEFA3430C8B6F46660CAA32CD, 0x62063E16611E4DE9BD3DF9DAAFFCB5D8, 0x620D830A720A402EAA84DE208567047B, 0x6213CD267F474855A7B0B3DD3C946454, 0x621A9210FE9F4A2684CA7536FCAFC1B4, 0x62380DE50B974795A6C2113828065105, 0x623C076B4B78481183CE2D065E35FC3C, 0x6240228F11CC411C9E2184D8997E5491, 0x6249300758374F05BAD048CCB758B147, 0x6250CF685E0A4F6C8BCAB8477B433341, 0x625FD6E94ECD44659DB949EFAE6AB68C, 0x62AD67EF98884CD69A75DE12D7305C3B, 0x62B0DA0F9E6842B0B6792B0FCE1969DA, 0x62C07945271C4A0A8C171E049992A1C5, 0x62D622D5EEB94331A794E4BE9A4B5FBD, 0x62D8FDAB55584C3280E8365B9C0F107D, 0x62DDABBB0CE645138D961644586A7DE0, 0x62E525D3D6A44CB8A318CE9E8D9425E8, 0x62E83B65CEA6429AA5607FB8AFBFB009, 0x6317CDF2810F4D5D8F54825D9F7BEE16, 0x632153B48F62405EBD56F36BDA3FBAA7, 0x6321B5C3B5C4417A8E1367E80FA63E67, 0x632C5E968C9243DC93229042BEBCC29D, 0x633B80B9294340B490EAC149EA0AD626, 0x636E4A5939D84BA3968FCF01D1DDB8B5, 0x6371583F82C34FD3ACBAFE731494D935, 0x6377153443F84C7083E401193A30EF48, 0x637B0EEA70B0497E8EB42841F0249C8D, 0x63929887EA1547228605682E0DA7516F, 0x639491B854A140F388BF9E6EC6299FCC, 0x639F75FAB009461C852E7C0F9C24E036, 0x63AA05DD69D74E8AB0799E03BA1DF785, 0x63C0DCBFC4804476AEDE8FB0DC511E70, 0x63CE8B5BAC434C42AF140A7BC50A3F56, 0x63D84A67CED24A6C9B0B1D42FB2B51B0, 0x63E9C9DC267347119EBAFDCA6CB72072, 0x63F2F732BE2346A18ECFAF1DB2C33CE9, 0x63F30692406C4EC89376055C9DA3EC82, 0x640DE5C6258D4540AAD65CA9F954AAAB, 0x6415C2B3802F4666B725518ABA9697E6, 0x646788706462452099961BBFE4162834, 0x6488611C00BC4C1FA849FCF6F8594E3B, 0x64A1C87FC374493ABD8637F0B96B3DFE, 0x64AC5382E8CA454ABD9C1FC2D6CAB6CE, 0x64B46B8AD28A4629B4FF64159A356E9D, 0x64B5F8F225E0429BBB8A2FB31170BD12, 0x64B6EBF598A84977BE05B8C39C1E7EC6, 0x64B91BA0C5174B05A3FD274A442EF8A6, 0x64BA1B8B84D243BF9C2935B24C1C5E59, 0x64C2A109A96644E2840636682B51B56A, 0x64C3BF5DB0EF4C829E5628AF321069DF, 0x64DD6AA803144144BA21E43EF749A500, 0x64EB93438A5F4A79B1891FA4CB9806CD, 0x650C7461E80F4DBFAB13CFBC110384A0, 0x653D8DF6599A46D3A72AFD2288681F7C, 0x653F31E46B154B9592A4B47FCC40D3A7, 0x6551BFFC9C954D2E9CD283011C9F1EA0, 0x6552633917F84F659978305DC28A4B1F, 0x655A140206494164995274157506BA79, 0x655B8E2EC898477AB0C1EA3D708EFDB9, 0x657586BA26574B108FF73BA834566775, 0x657829AD08EB42E88EDDBB61B03D3846, 0x657E0378513B44498AD71BA946C1110C, 0x658AE6E6B96B4E67937267B611794BBC, 0x658E88F85883474E866AFD0E1EFB41FE, 0x65A8B4C283AB47D5937A7D5BC36A0004, 0x65C972950B054DDB9CC4870BC2FC97D3, 0x65E213F2801A4BB59F03F9125CE6FD1F, 0x65F7CC59F9CA422D9A63E87865ECFC5B, 0x6622AC76848748C7BF3F4A3AD1C10925, 0x663DBC31B4444937AEE456CEF2676D20, 0x6659649A8A84464ABF66DB656F14FAB3, 0x6664FC97D65E4F4091F00E9A468FC912, 0x6665FE0E737045C6955F2AD9CA746B31, 0x668521A560F9420FB3EDEDEBAE41E053, 0x669C57B0645346138FEC6384DA23E599, 0x66AFFECDD965492684698069782039A4, 0x66B73D6B8D70406A8244FCA72DE364E9, 0x66C9CD287CCC4A51A819360BEE4AACCE, 0x66CC3EF1569545749E835BA553CC01E4, 0x66EEF2B52B28446C946B0AC7F50ABB55, 0x6705B448CB324681928CCA6C99C4D321, 0x672EF48363AD4CA89413A33AF01D7737, 0x674E20CBC4F9466DA47AF8545FDF6E10, 0x6765A4E70A014964870D5BBA9A300AC2, 0x677F6E9140394FB38A755B035557FD48, 0x6789DCBB2C814EB0864E65511B79544B, 0x6791EEF55B884782831612ECB22F5471, 0x67B3A21A863746BEA390A866D3433C46, 0x67C3070894C340DDB20C6A6A672FAB5F, 0x67E14F489772415CB9DCBB22CC8BED0C, 0x67E58804947146BAAF2230BEC87CA582, 0x6819F51BEF5E4309BF8610AE9E308449, 0x681D9713DD08403CB7B2A039FED9A669, 0x681E4887D5CF4EEAA56780884A8BBA9C, 0x682044EDF9F446C2B487FC47F064D0E8, 0x683380555762453DA3CD28AAEECDD157, 0x683DA5B27AAE490FB01BEDEE841CD27D, 0x6843E68224764A9587D4952F9DB50717, 0x684BF68C5CCF4B66A821A3C37588888E, 0x684D0BCF9FE64E2E9191D2224D0830AA, 0x68506334E9D24657AEE6FD96CC47794B, 0x685D83DDFD8A42A6A596CEBDCA2739BD, 0x6861C468584E4F869BDA1F5A13B96745, 0x6879D0306FEE41F5BF3D5F7A827638AF, 0x68825B2FD8C04E389F6AC4A5D6D096BF, 0x689157FC520448FD96EDC9D11DABE2E9, 0x6892DE9B94F24AC09931317E1A57B83D, 0x689B89B18F33495CB487C5CF69636F94, 0x68AD696EBF7749489C3FE6DA2BF70BA2, 0x68D79102D88B4473A6B716ABB29FABB6, 0x68E2563A8CF54AEFB2775905849AC912, 0x68F3C2891D0F46C7AFA65A76723E96A6, 0x690E597037BD4BD5BF50A0275DA15465, 0x6911D8571FEA4A58AD0DC558DE7F5E14, 0x69241911E32744969D5B1A9A648FE977, 0x69313892DFF74D748B3C636AEAB63A25, 0x693324C508CB4868945CE4C1C16E660B, 0x6940943391DF49A78AE7BFFFB2D3705E, 0x6959E0CD26B94BBC91ACDFAFB2AFBC85, 0x6988CF77B0C44531AA22FAD341350B19, 0x698A3BA204B74E2BAB2F7ED010CCBE1D, 0x6991B95B88EF490E981EE15D1C07D371, 0x69B1B19B817043328C286CA2F5A2611E, 0x69D0BC1CB06C45A5825703123690060A, 0x69F1717D31214EF0A4D8FD65438C3557, 0x6A086771E4D04A1BAF09B92251AC5BC8, 0x6A0BE9E1108F4B4BB9168785F33B974D, 0x6A1541BF08714BE8BDD98419DD26F19F, 0x6A264528BEB44999BCC2DEE3DE984910, 0x6A29201F4552401E8080AAFB47A6A536, 0x6A6FFB0053994255836C93C449FF1D84, 0x6A939BFAE24E4BCBB64D5CABA7A97179, 0x6A9A3DEB9DBF494ABFB7A18771DAD4A6, 0x6AB9BF46060440CC922FD0A8F296E78C, 0x6AC3759801F24327B0910B75D20EF2D5, 0x6AF1901F14674C31A8D44B19BE0104C3, 0x6B05E0627A01442C90135EB1DB0E1096, 0x6B1D2371B6A744518D3662869079EE4D, 0x6B53CDF0C1224646A13DC8CFFFBF99B7, 0x6B68876DEDE54CB3A4A8CC5C47701136, 0x6B8C537ABB1849509030B8A4E49CB63E, 0x6B99CCB2CDD54BF7B9500F3B48BD23D4, 0x6B9A4C40FED94766B7FF79FF84FF2012, 0x6BA99A60D0474F0EA6FE97EEC37C2253, 0x6BABF988F3784230812A09E6A1552CA4, 0x6BB5DA44573E45719E6861AEB72C3E11, 0x6BBC039C255D4DDE8120AE4EADA0DC34, 0x6BBC4402A7DC4334A03929F295ABF99B, 0x6BBC9FE4C9184BC6BB2603F291361FC4, 0x6BC87D83561D4DD4BAFD0095BDBE3DA1, 0x6BD6E349F0C241C18A6D9B5547D508B9, 0x6BDA3267A7D541F98F70DA178C7E939E, 0x6BF2C80EC51E4F19A5895DD9568CC074, 0x6BFAAD85E483491788F44E58906DE831, 0x6C08F141A36C4C589EF5462A3964F16A, 0x6C0E2945D61F428C98CF38B93F83E2F0, 0x6C249AF0D0434F06864D1E3EBE139CB7, 0x6C355058605F4798BFF616E91346024F, 0x6C3908C3EF9F43A1985B2BB72FC7C154, 0x6C3EEB15A08C44A8AD1835FFAB94F7B7, 0x6C49D818A15A44F59442DC0C350EF555, 0x6C7E1FCEC2B44895BED5DB81B2D55103, 0x6C83622E071C4497AB218359C1F3E2DA, 0x6CA38070E3B74E33B9BEEE4117FABDEF, 0x6CC4E184211B4A458233C268BDA82F0E, 0x6CC894B6FD784D578716F48C90F638E3, 0x6CDD2426F29449528D30F7C918D720C6, 0x6D18745EB79B49B982966F4EB1977F06, 0x6D235E6D57B8416CBD366A3AF2C9FC6D, 0x6D2B8DF8741D485FA06AF6C179442A01, 0x6D2C7ADD2D7B457BB2FD9B7E9A761763, 0x6D37ADC0643A4D3E9B42C3B10320C3D9, 0x6D44B3736985409991173D579A73E163, 0x6D4579D80EEC4E7A98B28AB6D284903A, 0x6D4850DB2157445FADFEC9C33D23EF20, 0x6D48C57C22EA46579ED41CCE693E4153, 0x6D791699C09F45F3A9C7A4EB74FBE939, 0x6D79A4C9D3AE4829AC73B421034726AA, 0x6D80003BED184FEF81A0977818ACC6E8, 0x6D8097A54FAB45239B48583215C6AC16, 0x6D8689C9ABF54889B93A5A5EAF48F4AE, 0x6D949F8B782B4624B4D7271D59151043, 0x6D96BDCC88574109AE8F4AF4B2977646, 0x6D9FE80923134CCC8E6E452702B1D606, 0x6DA9C859F02C42CFA486F888C85D1A19, 0x6DC27537556F42F7BA59BF190C171A2D, 0x6DC4F3DF10994F7BA8044EC74DB1E874, 0x6DDAD9191DE6480EA21405E0B55E4B78, 0x6DFB94D69DC3464C940E75E3F97AC04A, 0x6E0F1556C8E84B9085BD56EAE1BDB049, 0x6E28DAD75E7849988A4B6463B8E9B6A4, 0x6E3B5F5DF8914CA9A2A86CD54CA130D7, 0x6E5B758A1308499AA658E965ACD2C515, 0x6E6CF168AC7847AAA4608ED08CE38AC4, 0x6E7BB44A15124AAEB668D57D9FC67566, 0x6E7DF26E12FB4CD1A137CC83BFCBE3D4, 0x6E7FC3F2B95544F4A12F908A7F82C7CE, 0x6E8648272B814910852D2D3377D6D7A0, 0x6E98615FEEBB482DADAE400A63655414, 0x6E9EF8B9578A43D7B2AB1D1774382E87, 0x6EA6E189CC3E4A0C91F6050E60ED2A21, 0x6EA72D01D2904C4EBCEFC45D8CAFDDD7, 0x6EA9DE8CAF304F46B53B8A6095CB986C, 0x6EAAD303EF5B4098B0525B2F7B8F1DF6, 0x6EB037DA2DEB4AD5BC1E11E310574AB6, 0x6EC3BE6349724788972FB23FF3A3CE95, 0x6ECC6A64670F4B2F920A5FA33B17AD42, 0x6ED745D7A283473DAC744215930F8013, 0x6EE9914E5C844391ABCCF3D3C6D36AD6, 0x6F180D9C95D1462A859F1CC25FA13DE3, 0x6F2F030ED6BA4D0B9D79F27FF7E22282, 0x6F33C31061B642CB80803FCF931843B4, 0x6F4B3D9D7435432DAB863F7C3E00989F, 0x6F8953161A3A42DE8B5D8A7B7D7DE83A, 0x6F8B3FA3227A408985C04F292DD170D8, 0x6FABF5FD081A409F9ACF77488B81BF97, 0x6FADD1ED1EC848BAB26A209FB984982B, 0x6FB9080D1CF344F8B158FB1B94AE91EC, 0x6FD9FA3C86EC4405B446F7DCB171DCBF, 0x6FF3DC63675E42BE8A9C2609D609FE80, 0x700229E5EF25443EA6CBD7C32E56F62E, 0x70273616532B4AEBB414157B7DD807FD, 0x7030F4A83D1E4501AE8CC183C6DED16E, 0x703FAFC5065F42A5A89AA75C22FD20C0, 0x70404F571B5142D3BB1022FCF472B7C7, 0x7043C279E5BD4D0E8911801A3E51F1AA, 0x7046FC4221474009892AE0916A8CA3B2, 0x7053F01CEBF34F1E87047C5FC0B3515F, 0x70661122876B4DBDA2DEA2D28D4B0B37, 0x706DDB78AB8F42118DDF9145ABF99A51, 0x70731BE7E9394FE8ADD48E947CCD6935, 0x70779542B2E44993A6A07A2E3F3D80EC, 0x707F1C260B754397A65CAEE6157A56DE, 0x709960AC4F144151BAB8961AF2AF9928, 0x70B361A5FA70412D8CC6D3ADB997CEA8, 0x70B97950E89E4825BE375F9A092DFFA1, 0x70BFB207A0BA431B9E79E3514E07D407, 0x70C4DEC66A8A4F90B6DBF88E423E1DF4, 0x70C5A02DA2644C9599FF608072D24B5B, 0x70C7033020BF4938AA3F8F0EFA791A8C, 0x70DBA85B65D44FC6B046126C148E1E51, 0x711BD8B214724C548CB6FD16386D32D5, 0x7164302DE5614E4180659ADADABC401A, 0x71686238FFC74381851F4FF35AEECCC7, 0x7177ECBDEF7C40D3924FA11112FF34D9, 0x7183D7999A2B4AF4A58301AF8C027CCC, 0x71A1FD92594444EDA10A33229E2641F8, 0x71C32F661BF44DFFB8EE81F58986C4D8, 0x71EA1BD2771C49C9BA9F60EC6379A0E6, 0x71F41D44DAAC43D3B13DD1C7D7F95FDF, 0x71FCDECC856D438EA0A6AE9643E34C07, 0x720271C164684EA0AEEC59BF473BF17C, 0x720DBDDA498C4753B4503AEABDBD428C, 0x7210765C3D634B8ABA455783F63D8619, 0x721524E0B80E45CABED01846DB2FA649, 0x72250BE61E0A43C8A7F13D890DBCC581, 0x72409C818668416A89C1710854144473, 0x72503C9113E643D6993F6DE2589421BD, 0x72801C7B15D344BCA7AFE77CF6167A9A, 0x72853FAD02D14FACA3E171DE2C465D85, 0x7296F96A869D4369A8D567FF4F8CFF26, 0x729C388AD67E4797AFE37E25264CA621, 0x72A7930640654A37ABE15367C1FA2C6D, 0x72A97BC69FBC40C98E3A2180DCEE70B3, 0x72BA8CE907C0400EAED9F6C8BE15822B, 0x72BF7C41850E44B883F07C6DE9F446C3, 0x72C597FD0A6D47FDA0339AABBCBC7564, 0x72CCD587894F49EDAD35AA10624DA6ED, 0x72D8D0A729B543F69390980F07A2382E, 0x72E75FE4391049B38E3500AA18CFCA7D, 0x72EA819CB9E742D28F4EC4602DD348F9, 0x72F07F26B8F14410B860856751D9C3E7, 0x72F265D77AB7487AB1624EB85B9BB416, 0x730BBE39A09E4EBD8F300A6423439BC4, 0x731ACF55B9544E9D9FB4F7AC5E9B0271, 0x731BA25C18AF4AA88737B5A8835A3D55, 0x7328687571874A05B29E89AC1F4DBD84, 0x73286A8B67204B0BAD9DE6B09C840A7A, 0x733F305F573D41CE8280D514BC14000D, 0x735A44FF1FE44EF6A6061B238AA49720, 0x736D4844ED14412E88F53F9C9A2CACB2, 0x7378BDF985F7456FA7C0174ABE2A32BC, 0x738E24C87C9A4340BB1D77246FB586EC, 0x73964748A576486AAF07E779DE9AF38A, 0x73AFC6C4AE734747AE84F675DD0285F1, 0x73BF162C5F8F47D19F7642350DC9CB04, 0x73CB4A8C256E4E90BA2484328F5A8858, 0x73F9405CF9D34933B007D90661C4B42B, 0x7402D531CF394553B2D0DAB1EAF4037E, 0x74053B2E18164764A2DD29B9064F0298, 0x74142E94C7CA40CE99B4A68C1B0D5153, 0x74294E1EBD7E4F7DA783A3A4DF176E28, 0x7429959BCA7F44DC99F96DE40FD19242, 0x74323E53D963483BBFBC1324898DA0E8, 0x744159764A654B1E94622CD4CA606552, 0x7453BA3766EF42A691B6FB71CA357053, 0x745CC188DAEA435E973036DAFA6D0A7F, 0x7474F0F091C84ACC8F23DB9ECDB923D2, 0x7479B3AC135E4A88AF24BAA92D498F6F, 0x748B178EA6BD46B1AA633BE256047826, 0x74A8EA529C1B4DD696945E3C0F4363FA, 0x74C04AB7A89C47E39448312CF9044613, 0x7508272029844281A5457587DBC02414, 0x750E40FD89124FD08B244FA396EA926C, 0x7515768E95C74B60ABC1902404005228, 0x7539C89C7F244F279D9B6BF98A694EB9, 0x75461E43791445369FB5AB3BA7B62B4A, 0x754AC3C455D04ADA90299F5F4AB99C50, 0x756AE837AE8C418BA7B3D87EFEB9663C, 0x757E32DF2F714EFCB70761B4ED4E9BCC, 0x75880AC897494A909D7595BE73EB09FF, 0x758B1A0DE58A45B8B3A71015362EA6BD, 0x759F11BC96D544DB8EDF2320FA94DCB0, 0x75A65BAA74E846738F00EA82C8519D98, 0x75C244B5DE3B4666904D5D268C2CD4E8, 0x75E263FD9A7840AD9F355DF39E05A766, 0x75EE93EB7884457F96EAF421B4444367, 0x75F08B0772F340B9B35C1810BFEA9BB5, 0x75FCD6766D36429EB0A18B63486C821A, 0x75FE8A31E083412BBDAE44095EE1F167, 0x76230CF4E56D40159928F0685445CB0C, 0x76771F9B292C428D9C7F9002B8F5DB5A, 0x767F9B22769C4F35AAE623ED84204185, 0x7680412AB69D450DA23F2AACE0CA07A8, 0x76B2F26DA5B544E58A3D83B4C14B618F, 0x76B78620ED884C74B97E267DAD272E64, 0x76B8D8ABE5B1494F98774C38B9875AC8, 0x76CAC157304E474C95B6F8604CC5D163, 0x76E25A1CA7B843D3A2AFD7594EF230C6, 0x76EC922382044F0A8B1AD1F661D7A242, 0x7750A567C93F4D6DAAC9C9C4059AF6C1, 0x77648C4CAFBF48CCBD45F8AFC9CBF30A, 0x7778286BA0C14B72A9F1446665E5CE8F, 0x7796E4B4E24D408EA9BE67B4A97F1313, 0x779B0EC53AC34B329E65B839E82CB206, 0x77A4E2F094564FA48860B1C5F20BD90A, 0x77C93F5A7C9E4801A2E6ADAFDDCD8F08, 0x77EC3D9533A947A39BE5C1C74D215A6C, 0x77F89CF275054D86A1967A182822C36A, 0x77FADF0EFE984E539A2F70EEB8E020BF, 0x785F949A19E24F08A2B3A43E76F3BC2A, 0x7860E3CE6C0747CF8D2552984880AFF1, 0x78719B5E3D8640CF97F05705F2CC5F05, 0x78935CE4838343E79B8477AF7C505F5F, 0x7898E22BD81D49DFAD8D9400889A3EB9, 0x78A0D2445AD64DE99E73935EDE520135, 0x78D1C65582894C5CB335BB91E1168E96, 0x78D3B1568F7C426EAE1BCE69E9C150B0, 0x78E35361D59B4BA9AFDBE7A4B0E76303, 0x7908A856F6F74111B05E6DB199EED8E7, 0x79249B9B34C4419192F7E3DBF715B2A6, 0x793F8069561243C88A7D5B8BC49D8702, 0x794EE306A0474A1D901128EEAC3DFC8F, 0x794F432928CA48ACB0F698CFE12E9D22, 0x7954007AD4224DBCA74D0967A9788D06, 0x79633A6487A3476DBEFC261A76F5E04C, 0x79667B3A29904FC19ACFEE1E1374BDAD, 0x79B32DC3B97C4F6B80FD54922EBC84B7, 0x79BACB055DE84411891F92E24E4ECF6E, 0x79CF134BC4CC434384F2A284E361138A, 0x79DE8329B3A1417888DA7DB5DD9DE548, 0x79F159F50B904D3DA837B548991FC59E, 0x7A08701AD04547ACAD0EF46738BD3030, 0x7A1641DA83884288BC286D3998E3CEF3, 0x7A18D6AD952F45498447D7161FC36E63, 0x7A1960F017EF4141A9A28FDEDE067E53, 0x7A2A456FB6D44ACD97FFE87BB69D2F47, 0x7A2BA208A02E4E3E9980F0686E0E5F2C, 0x7A38AE9F8D014340B7B2A783BECB2DE6, 0x7A69633A2C2B45079A01F500C8954490, 0x7A6E3421330049358DE1AEF0FE80E2CE, 0x7A7859B8E9934EA69FF18CC141769569, 0x7AA04EB9C8BA43DFBA98AB5DB0C5A6A2, 0x7AAF6A263155464FBC602324AF7ED11F, 0x7AB03B4DF8954CE399B57FD4B5C70889, 0x7AB26D28FD20416EBAFC5FD1A8EBEBA8, 0x7AB7E2F7E8214038912FBFB14D6A1A92, 0x7ADCAC98E5FD4017B6F5377E3D84F30B, 0x7AE3350463F249CC8191BC475BB0C10F, 0x7B112A4DF5D5447EA9E24AB2A57ADEC7, 0x7B16789451F74A03B44E937D2D3634BB, 0x7B2D278D00114981AD4EDEA941CD7FAA, 0x7B2E9387C9204436A37A0345E03D6FEE, 0x7B332F4F47BF45D0BA6BEB86A48F3FFF, 0x7B4A8B76824D4CBD9166F18416DDCA56, 0x7B4D1500DD2345DA9795E8E2CA9CDF53, 0x7B85BD9E068C4E19886615F6333218CA, 0x7B90058D52314857A154914BA8A4D998, 0x7BA9CEDB7377415FA37ED3B363C8AB59, 0x7BB2A469659A428DAE874463D6C242A4, 0x7BE72F62EEE047F6ABF02C1288A32500, 0x7BEDEFF06024477CBDAF127586C22BF3, 0x7C0406B106C640098C7E618EB321174B, 0x7C118178ADCF4992952CDAC5B2543C2B, 0x7C13C90E95B147928536EDEBCB86847A, 0x7C1F904CD7714CF0A68B8CA7727199A6, 0x7C20D405A330420DA0AA4309EB0626DD, 0x7C24DCEB6BF64FB5982A4E39AD90821C, 0x7C2ABE7B12CC481A9CD78EDA3858B09D, 0x7C3EB98E537F44A5B7BF8BAA342C5313, 0x7C44B9AA1ED94E069CE070D2A7CD7377, 0x7C456CF6FA0944FD8C8CF6330437B134, 0x7C50C8C154534126A5A5F5B157E819DC, 0x7C55C608D74F4278977E784F717ADE68, 0x7C56C74990BF4BF9BD0B91915805FDD9, 0x7C5FFA0257EB41A496D88BCFAE91F697, 0x7C6140190B04493E836F120BDF6986E9, 0x7C85C9B1BDD446DA8EBB200E58D8E207, 0x7C919FDFBCDB42548AE6BD06BA4F9915, 0x7CBB3C40D0B64BEFBAD3520A0BBA6562, 0x7CBCB5A9AF3345B68C40C66BE292886D, 0x7CD256864BBF4BB18CAC05D28A390B64, 0x7CE26C4B220143539029E03BDF0399E4, 0x7D24648B3D91475F9CD6D8F6E7C44CF5, 0x7D37144A755D4D408543E2D9C2FDF5C2, 0x7D372DCDB8B44C92886C7AC68A968E40, 0x7D3F37972FC04CBB9B1F95AAE8CF194E, 0x7D4DE24849C243C0A4FB102DF675BEE4, 0x7D5D48E99BBF4A6C955691C4EF83469D, 0x7D8697F8869E4B94873451BADB5A32BF, 0x7D8C2E3913834A8D98DC349544DD0404, 0x7DA752FD443042AA8614F70451F679AA, 0x7DCA69D416504B1D9EBAE79C60EF59FB, 0x7E0A1F095E444A8B933C39D569E82DA3, 0x7E2F4C91F0314D9A83134E0193383CE0, 0x7E38F520F2E8417498272C2A33733299, 0x7E3B930EC52048819BC57300FFC5FDB0, 0x7E4C1AD360B247AD82A40176C619C798, 0x7E6F7B352C844702A824AACEFB5F52C5, 0x7E86902B03F945FF93919FA96599A70D, 0x7EB22057815D42DC909F9B480AD90F87, 0x7EB4313495994BD39040E99A58DAD489, 0x7EBB6915728447E59B383CB8C6BABE0A, 0x7EBE344957B3413784953FD4EB692C42, 0x7ED768DEEB5447AB9553A73EADE4C459, 0x7EF02EF690C14CCDA2B0EDDDCEB97801, 0x7EF5D0C045A1413CBF207498EFF9900B, 0x7EF76651BC9C4E76868F850E493775D5, 0x7F09EABD2C4440F5B5809BA79E852316, 0x7F3513190EAD4B0CA7970546CC6DC7FC, 0x7F41FE8A41B74B4F932403F6891523C6, 0x7F4E4CFA554243AFB42B6FA7E5B80538, 0x7F5F8A8893834BB0AB9B916000F9CAEC, 0x7F68555B5C74413188C5D8007661950A, 0x7F6D025F07154A858F23BCFB75101654, 0x7F761E455544493ABA1AC2C1D357AFBE, 0x7F9DAC8BBA924FAABC88D3FB0AA5A9E4, 0x7FB73C7667D741CA9FDD9F245D8C0176, 0x7FDD52E0319E4D4B98914257AD988D15, 0x7FDFEFC9C1D84173BEDC4AC4A804DF45, 0x7FF14808E2B643908B3D3549FCCEA4E7, 0x803BA9199FFC4CD0A1210D37FCDF6B6D, 0x8042989796354533A65CB7E321854D4D, 0x804E50DB7A624C49B6E35EBA0516A390, 0x8054FF0D6AB8483899624D9A8036D80D, 0x806F75970AE2434698BEABF0E34B3DB9, 0x8095DAA351E14C278840F0724DB50EA9, 0x80AA29647D3843059FAC12A9D61509E6, 0x80AE649EA3FB4363B97BD99354EAC21C, 0x80C2686ECE3945C7AF38CC09AA1900FA, 0x80C71B406BC34F6195F1AC6281065C81, 0x80D1542BC6F64F8B8640B568B7075881, 0x80D7FD69187D4D54B027CB1DCB4F34C3, 0x80DDFA16B2434456B00E9577C9CE48A1, 0x80EAFD39A13F4828B7FEF86724F73A1F, 0x8112016AD5F949D9AC5F20DC115A7CB6, 0x81121114D0834436A6BE9F107984677B, 0x8120917C38B84043AD78A82284076817, 0x812208D238E845B582DDEBE52F79B775, 0x81294FA6EE294D6B9B0310A70E63655B, 0x8133A60C5F2D42ABB9CEC3772B7B5018, 0x817EBCE090AA4B2FA53636E2041F4739, 0x81B24B5A232A414A98C9B87C73BB7942, 0x81C26B9A7BE54FC18C736E31DF9DF52B, 0x81CDB6992C514117A55B37D90475DEC6, 0x81D940CC2D204874AAF1DD5D5A5E846C, 0x81DD7556875B465681EC2449E667F3CC, 0x81EC3296916342DBB02190D4678BCDF5, 0x81F97DB65A4D4BCBB7F75D401738E108, 0x8217965B23834FD89B58C0AD8245C816, 0x822B1690CA2349BBB25A775CB75A6F29, 0x8232FB032AB140DFB9342ACEA8444D1B, 0x82592902DD2E42CDA052DD195A51B026, 0x825EA7611F0A45BFB7EDE183A4CC08DD, 0x82A1139B682D48C99B57D901C44983CC, 0x82A363871497456282E2464E39E33926, 0x82BF56FBB49E41BCA20BD5FAACE68C37, 0x82CE31BD91FF4FE9958397342CD8E823, 0x82D38A2AA2E54EAC9481C443CFCC73E3, 0x82D9781B2F544C17A462ED4ABD7C5B70, 0x82F614525D0149B2952828166615990D, 0x830EA6F06B8443BABBCB9BFE5DA52FDE, 0x831994C411CB4B9B870AB2F077ECD2DE, 0x83424952C455454E87F0B5F5B5D72E0F, 0x836FB3C5AFBF4621B7E87BBB0DFFF80D, 0x83732FE838774DA4A40D9AB5C647C4B9, 0x83916B5FDE5C4F10AAE2927A6D43CC19, 0x8391AEBFDC6140E7A9DD308AC63B77AA, 0x83A2E38C18AD45628984E11349443E26, 0x83C6A69EE60F40EC9E64DC8F965FBE4C, 0x83D6947F65A0497EBB4F983F5FE427C4, 0x84315D056E834C149D99CFBE1E29F9E0, 0x8460EBAEC689476DBFBF94FC88A0DDC0, 0x8464738D4C494532A39DF02274536C87, 0x846D858C42434ED1AC764FA6FF2326F3, 0x847E51E7EB2046E7830A94037D5B4854, 0x84914A58DC904B53BF6E2FD4CB4F79A3, 0x8492AD71C2BC4823815180C27DDB35EE, 0x84A529498AEF441C8E74E284C2D2CF8E, 0x84AED27AC25B476083E9DB3A36CF6499, 0x84C0BB58BDA94B1D87EF058C88217BD9, 0x84F23AB4886C4EE0987DB2AAD2450B28, 0x84F7F0392A8A44B48EBFA55E9CCA2F88, 0x8505F1F837624C01B94088781D2F65A2, 0x851DCC27EE7D447B92E54F1B032B21B3, 0x852BE679C6EA4EDFBD63F35DAD1AC31B, 0x852D10A88CE14674B6C5021A9DADD7CA, 0x85340F185FE849E5BFBB0377B4AB9269, 0x85476B68779E42369D0C04D080308D80, 0x855699C6F6CD4265856ED41170115921, 0x856809CE3F23422AA4ABEB06EA95A8CB, 0x856B23CCCAA94EA2B5470C44D644AD18, 0x8583FEC3905A410CA337C63036B45441, 0x8589E3047C644B38975B4D7E3CF0217D, 0x858AC750F12A4FC884F05BC9AAA43ABF, 0x8595AA660BA44023B7675B591B6C4470, 0x85AAF9F3D2D34B8CB0E0BAF972327A1B, 0x85B139DBBCAA44D1A283741238C1D662, 0x85B57C0DDEC74E2396E3483BEF0C3C0C, 0x85BDC3BEA29943BF8CB18CE5E65089F5, 0x85C1647FF85C4BFBA94FDE717E9C8516, 0x85CD698508DE4F8B95A2F1161332FFC4, 0x85CDCB6403854F51B542D3DA842E0112, 0x85D5330D551E46F793E622FF1B78E865, 0x85DEA6FA2EFF4030BD0CCBB027656E73, 0x85F1312A2E644F22880867C0FCD31057, 0x85FC8F064AF5431985068C85146C52E9, 0x860575DEEE8E4485BA7C43A3FA9AB5B4, 0x8609158CB8CE4F138E721FFAC13FAB7B, 0x8619C27F02874232B5F16EA2198DC29E, 0x861D76B230BE4A74B6B3393BE35947E1, 0x8622B8176CAE4A8B9E689A365EB3493A, 0x86279E0407EA4698ACF2ADD653B7A82D, 0x8636650B3CF145038CE18C5DB625D94C, 0x86484BC61A574E7CB19CEBFEBC07E310, 0x8649FEEACECE449FAD69683A1A51C5E5, 0x865F8205B1CC43CC8C841946BD7D5FF0, 0x8681F264C36340CA9E1D36B4F03F8F31, 0x8685F9B12CB34D769740CF26AE15B27F, 0x8687CB62621E43EAB32B2D5C5101139D, 0x868D81E5099B4E459ACBA968FD04A04D, 0x86946E268B77454B9B5D6C71AEF84A92, 0x86C7F8D83001415BB956A51FEC8F1E02, 0x86C80DD7071546ABA632937123003D37, 0x86E51DED964A455D88A4B98307C7D466, 0x8701088BBB584AAABAF1018949D74A65, 0x874F1AF280054D7C953C6F21579BABDF, 0x875DFD477A18428E8D012254AC92F8A5, 0x8762696B15BC4D55A0DD8FF464F2D82B, 0x878587E9B5D74DE7A1D21869019EAF7C, 0x8792496F163A4047A7770CC1C62F1CF7, 0x87942EB232734124878AA22CE81A1843, 0x87BB5C39F36042638EB5D114D1A540D0, 0x87D5C34FCF4C4AE2B7AB51F05ABFD6BF, 0x87E2C7CB25054B0EBFD20B21948F0D23, 0x88289846C09C4B2BA445D2EC11D4C896, 0x882DA95D0ABC452DBBB5AFDC53FA0D5A, 0x882DB0CB00CD472E8B30D0F5194FFFFB, 0x88385C5CE0294D98976FE7E263034FED, 0x8859C079B94648D881AFFBA5A53AD974, 0x88631140E5A34A0094446B9BDDAFAB1D, 0x88644425BC974118A47D3A45BBD9FE71, 0x886916BBC4BB4FC7862F4ED93FC0A566, 0x887314F91688478287ED269FD0A39BA8, 0x8885AD9744D041839FE4DA2D25B8F410, 0x8886986FEFB2409394A9050D7B0E498B, 0x8898A0AE8A014549BC8D9973299FB1DA, 0x88AA9EAED14842EC942003089D21C493, 0x88AC3E60797A4FC391AAD507E905297B, 0x88ADBF8DAB87480993B7D2C243F99CEE, 0x8900519B439F49D589A94D094D55F0C0, 0x8902F097F0F84CAC8B5351A3BA167533, 0x895013FE90B742A8A17DD5E004372628, 0x895C58D4698C4EB2BA638A34DDC950E5, 0x896E3463DD7D449487BA15CEA54CC5CF, 0x89726B0C0D7648A092A80B79EEA07F70, 0x89765351BCBB410A822AA0DAD7ED061A, 0x897A265355CA4E0ABCC1EC18E13D60F1, 0x897D1314F794403A8BEECD85B915A596, 0x897EB105209D4799A935A87F02FBFFF2, 0x89ADE9D7F75B46E28BCB8FC30930C63E, 0x89D57BAF145A48C2A4C1DCD473506D32, 0x89DB082AD32E442F95E5F1C68FD9B3A3, 0x89E4C2F4E67C42AF9B776F8379EF8E14, 0x89F21BC9F0ED4AA2BC1E56F70DECB967, 0x89F2A1EE3A654295B3DEF19DB95BF022, 0x8A0F7257600C44378DDEBEF263913A0D, 0x8A16EA2BDF14439380BECB29BCE766A6, 0x8A1E90A2821D484E815EC16B03E33500, 0x8A570515F2414B46AC266B623EA3FD4F, 0x8A6DC57E2DC2463ABAD8BCD91D1CB484, 0x8A6DCECB28AF4847BBF7CD51D9282517, 0x8A6EF7C15ABA4F1CB97E70696516200D, 0x8A74988EF2BA47CFB36E64D8FFC034FB, 0x8A76507F5A9D4E0B9CDA715C3E911FF5, 0x8A8C7DB7C9AC4201BFFF96D3163FA917, 0x8A95DBFD842141E8971E6C481D066707, 0x8AB7F998AE6B42DDBAA698D2B3AA6786, 0x8AB8556DD3F4490B8D2A0235EB1EA0FC, 0x8ADC9FD80D0E41709A4A4413072F3872, 0x8AFE09E43DC545299C987D6FC972DB71, 0x8B176F802FA6491DB039B312A9F099FF, 0x8B1C39CB1598494880CBC20C1DA97F6F, 0x8B23AF144ED549A19ED8D439A066089B, 0x8B348840BC9144BB9D5503336119610E, 0x8B496AA73F1943888BEB656992311117, 0x8B586944B48042DB97CB4815DA0CC427, 0x8B5A0C8ABDC04F50ABF473B4067877AE, 0x8BA197EC6304414B8B8613BCC5CAFE0C, 0x8BA2E5BE9CB5414983DF6E1B0B92DC1B, 0x8BF2E33425F54E1A98C5D2AEF47A12E5, 0x8C004C3E57F64E628B421750682C6DA5, 0x8C056831D9B849E28E5AACF3126400BE, 0x8C0D00C6C86F4C069DC83C6551DD8828, 0x8C238C9FE5364E0098194CFBA40CC22C, 0x8C27EB5CCECB4492BCBDBDC5F916A7AE, 0x8C3B6923E9154EEF852E13594A74C281, 0x8C3BE1FDD0E24F5BBADD6156D6DCADFE, 0x8C44F9E332494A498673EDEEC2BC9AE3, 0x8C5D7CFBC6CB4F989736EB13919BF7C0, 0x8C6C0562BCBB4C6987B75737882DA9A2, 0x8C79A2C83D53493CAC018E968A2064B2, 0x8C7CCF7C9C8546A6A4FDB3C1BE29A172, 0x8C7D6580F576442FB33833AEEAFA950A, 0x8CB1A8B788E843FF8F1BA0330FCC1042, 0x8CB8DB3623D74CB2855344EBA05D83AF, 0x8CE5E3B1EB74489EA8A3DA8B7669A478, 0x8D0ABCC18B0E44C996F6E65A656AF5E8, 0x8D10C94375924C90BD8B1AB4E7A3CAA3, 0x8D2EE283C83D4517863FF374FB66C014, 0x8D42FF4D7CF2400D9DCFBB75663F3B10, 0x8D4C976C93BC47B39D2BFA66FBBD10DB, 0x8D4F5C392DF640F18065E5F1E428F0B0, 0x8D52282E6BC44C49A51D774275F259F5, 0x8D7225B0A366499481718D3D942C8660, 0x8D749BF32DD24AB385801953D227508E, 0x8D8FE521F9C2412DB07567C57F635F31, 0x8DAF6406C0E1466892B1136D8EE7B946, 0x8DB961BAB41240BF8290E288C03F5B26, 0x8DB98B421EB346CC822F3BC2A8056926, 0x8DB9D2FCE27C4918863042D3C3FC3B16, 0x8DC2FDC4A70C411FA32220E1AF4C8E3C, 0x8DD25C3742CB4A1A8CBC08DB84E37B33, 0x8DD6E14435794B148A01EDA3C76507FF, 0x8DFE18FCD1484A94A9F644B8FEEB452D, 0x8DFFCACCDC3C45F1BE91F3BE0E7925C8, 0x8DFFE641F00B41FFBB6A9863CA6988A1, 0x8E05358150B4454880F32D7CC361D837, 0x8E084EDDB9C44998B30A785D69D2C740, 0x8E20CF70B0BD492889ABEE8375CFE217, 0x8E5E43A85A8C45BCB352FFBF3D540B9A, 0x8E78788BF08B432E8DCC0103F197D80B, 0x8E8053CD65CC41BEA85ADEC3FB441EAC, 0x8E90DC13231E4A099DDB5BEB5B78E001, 0x8EBC819E81194B6FABA83FB20A8D42CB, 0x8EC580B2F5A949AABD17F49A04375EDD, 0x8EC7EFA79B374ADAAB29DDD4D5250127, 0x8ECA392AF92F4A11AD700C4A4B33C26D, 0x8ECD005398594052B7BAC116BAA4C09C, 0x8ECDDE7761484871B48643CA765A5670, 0x8ED5E4BF42F94154B74A75D892900E45, 0x8EE4AD6DC1E74942B32A3CAC17AB89A4, 0x8F07CB4022C4442283D3651469845F72, 0x8F11AC1FD6BF4576A485D6CA98E56B4E, 0x8F31BF5F19424D20B50328EEE198A486, 0x8F387448F8034626B7AA26CDCE1C2160, 0x8F61FF04AE794CF4ABD2CC34BC46B9DF, 0x8F94D8DA3CE54E7C8EB264F54199F9EE, 0x8FA03438E4BB4751BC62E4677E8BB93D, 0x8FBAD36E065A4DDD8CD639F63B0C2BAE, 0x8FCAD9AF5E4540C2A0FFCB8048D4B563, 0x8FF60F476A94456AAA64E9F0C0C6D1B9, 0x901F4D676FF248D095CCB45F5154EB8A, 0x9022C5D405704EAE832B09B678710EC3, 0x902418ADBFC84D55AB19B8B138B6D4C2, 0x90279D5B4DC342D8949CBD84BA81105E, 0x902A57D536E24E0383D8CFC6FD68F80A, 0x905FC166700C40ACB00D5648956A8B66, 0x90754485FD0A415AA6A1FB80B012FFDA, 0x9076805F603840CDA93C740358491649, 0x90784897E09444B189FFDBE00F74A173, 0x9085C150DADC4D1D94270B15B357D4AE, 0x908735CF2EBB4B33AD4CF17B547F9FBF, 0x90890B7649614C86BE8F671CE50DA8A1, 0x90AB51C063684854B6B27125B9FEA302, 0x90F34BB1227C4544BB9FE50077BBDDCF, 0x910388E1EFB44200A8F2AA9C8EC14A55, 0x9116C43EFD744501A25B18211E0D6FC2, 0x911A5D366C0E4A739078B578F55CD751, 0x911C03AB04D94AE19801343170BDDEB7, 0x911DBCCFA0B74D6AA43F873A49F48161, 0x91201ADDEF7D48ABA4446581123C0360, 0x913D3861E96A49A4A691936E9CB7D834, 0x91560EE71EC24361BA494ACB6A823593, 0x915FBE8D70B74120BBF1226ECD286F67, 0x916546013E1B4A62BE47B4227319DECB, 0x917278149B334ED995EBDD5D5AC4BA3F, 0x9173A0D9B73645749E105A7392E47C2B, 0x91767151105048AEA22457A1F35C91DF, 0x91843206FC854F8A998A525846BBBDB6, 0x9195CE970B92407E8905CE9C98F01971, 0x91AFB1DB5BEA4A9D906F78F7351DCEC7, 0x9206BD0C0C22424599F47067E5F27539, 0x9216D57FBEEA4D7785C76C6941A1121B, 0x921DA8B3B8BB487C87E1CF47DCF23904, 0x921DC167FEB246EEB18A164626367BB5, 0x922B3414C8F048F3B3871F0BD92F2DCB, 0x92467742F76B415E815FA8E0F9A2F96C, 0x924AE7A4990D43DA84C4DC73EB77C59C, 0x9260B0D4D77945F0B2F6CFD316F225A9, 0x926A16F0F8D54A87AC5D4E4CA651B348, 0x927566BE17E3402DA8C3E4DF44A35156, 0x927CE551561440B48CAF9E328725CD29, 0x929EB771A0C44F04B705A747707128CC, 0x92C894FC05DF48BA96DE55A389EA8A0B, 0x92D34F90BFA245C8B34B62E652FD92F3, 0x92F0B207C5CA468EB334B3E1732B6B74, 0x9316938F79EC4B4CB07CE189D3672D9D, 0x932835EFFB9744B7963F4315AEFE73AF, 0x93484B110AA74B72AC8A82D2D8046338, 0x936D13A5557D4631A00EE00C985FE50C, 0x937EA488E32B4832AB160010704AC2E3, 0x9390AD56233C4B7E83EA0E91D75F2B64, 0x939587630C53412192BD97A5D3D35488, 0x93B327F21C9A48DA9A61042C12198F4C, 0x93BCCDA9E1A6412A86634E9CBD58207C, 0x93D40BAB7BF64B91AA09A340B71142D5, 0x940482188D3742A792B74CA058FE522D, 0x9419F4E37D2149109E0F311DCACCE092, 0x94214F4AA0584AA2B53D79336CB44623, 0x9423CCA6717548159F86C389D385983A, 0x9440C8F30B4C4545B7BA8BBCB71C1E4E, 0x9452D63F7A374BAD90AA48CDCE007B5B, 0x9457E5AB921A4E73A84B840C27B729BE, 0x9471F6771BCA4955B367AB1304ABB283, 0x949C34375CEA48C5AEDF14C59DFDC2DD, 0x94C028FD25B94F96BD4F0710A8374CEF, 0x94C735AA7EFE424D8CD7BDF81188EBC7, 0x94C7F209151448F692E3BDC8A000032A, 0x94DC7001E43A4C1889E07932FF4ECDD2, 0x94EB71CCB8EF4DD8AC1C37D8005F07AE, 0x94FEF87BF05E4428B9C182C5B182C169, 0x950C913085254A4DBE67894C824DEDF2, 0x951A93CFBDA8451C9E39D6EC8479409B, 0x952D8B26BD9E471285E4A19E6BA6E1BF, 0x9562ED3787184370B12AF4B8DC8F5D5C, 0x957110557A584CDA89B6E553565AB37C, 0x95717CB302304D2F8D75A1813D65280B, 0x95737F1EE892499ABDC35D76838AC84F, 0x957733F145EC49AE889035F20118E47D, 0x95774A5A02894753A202FF42E07DD6E0, 0x958FF1ABD1B844B1B1C8C70AEDEE8DE0, 0x9593B7E3B5CE4996A93CBAC464C31065, 0x95CE8AB2484F4B6791C42A279B822E31, 0x95D548E86D75483AB689533838F8A3A0, 0x95DFE972589941F7B2D73B1C39F0F916, 0x9637D25E4E8B43D7BF3EC1C7274033C1, 0x964F60E18EEC49B29637975B60348608, 0x96715F12857B4E39A22C9BA1F8DA7BCC, 0x96840B0C2BB947D89A1D1CA3B6E4DAE6, 0x968681778C2447B784380277C35BC0E2, 0x969BA6C943BB4243B8D2A53A29AB603F, 0x969F0F6A03B24DE4B9225061DD1962C7, 0x96D9BD59DF51425588FE1F1FD706EDE4, 0x96DD7AEC34BA4ACD88B35839DC278FBF, 0x96E7CF0ED6CE4DD4B8FF9626AF108459, 0x96ECF37810E34E86B82D5C8B33117417, 0x96F9913A95A246C58D9FDFD7DBE634C0, 0x96FB4D17C285490D8A5BD4E0CE0E1C44, 0x9704EA628E3E4865B9EDCF220CB01E27, 0x9726C42B31D045FBA2DD8416A760BF71, 0x97341F8C390F476590D416F7BD51121F, 0x9742D705967F40B79C137F5646ECC685, 0x974D8E2412F146A18DB0E3B7D7B42031, 0x97639A2965D24F0EAC0BDF3095466075, 0x9763F065A23B49ED9D550C87607F0576, 0x97877F3CE65D4BD8999E0F2C2C6A2B09, 0x9789D8B473F44FC8AA9A122585AC7303, 0x978DA979F93649C7A9C2373E0234AF3B, 0x97CDCF09A5D841B1AA3F05EDCC82CF81, 0x97D67108486C45CD94D97134FAD22993, 0x97D8224570474275AFE1289C9D16E73B, 0x97E0117FF3994C6BB239233AA35187F9, 0x97FE6055335540709CEB0285972056CC, 0x980006D8E2B248FF80FF1B0A88347BDF, 0x980CB443A9444570B245619CC6B60D3F, 0x980CDE789E0143629E569EFD93949882, 0x983CCF10CC364646973A9A2C7D920123, 0x985F4544E002462485798ADFB3B04536, 0x9860B580764C4C8899061943848CEF8C, 0x989A9F172AC344F08E8DCBD03708CC59, 0x989EF7342A9041DDBBD840CC15101434, 0x98A97F40BE4A48F5A76421CE2214479F, 0x98AE6E6137DB4E1FA7C2A9886D1EBA21, 0x98B55C59BE394BD3A48619DB6F0266C2, 0x98BB961541884BEC991C081AE42AA807, 0x98BD155DD5B84891AD7592076C132A35, 0x98BE815EE068453CA5FE675B04DC2B96, 0x98E29C2F8D864835ABB3CDD9381443F9, 0x98EB5FB062064C7C891E5ED54B197BC3, 0x98ED4907B0304C6BAEDCB2EE8DBD5EB1, 0x99088DBB3B3E4B4BA172CB417D1DCBDE, 0x990ECCDEFC284293A34F1492EE7FAB20, 0x993BDA5CA2F246C182AAD0CA77A562CF, 0x995BFA4EE51E4C46B5F224CC60939C6F, 0x999F0372FACB43AC9D1B15C67C67D24A, 0x99D2E6EA1FC345F3B7CBE8106309D0F2, 0x99DF6A7C1701455BA7A546A1C3406D93, 0x99EC45012E964D859D4D841F655047B8, 0x9A24CCCE3B1248BF84074AE4C0D25855, 0x9A370E062C734D128B7EA767D3124EB0, 0x9A4EDE21A80E40A8B55DEE0DB6573BB5, 0x9A56F21DC7554EEBB6E700B3D46739DE, 0x9A5FCFEA05EF481286C29A781090AC05, 0x9A667A5020194DA4B7522062B1A85C23, 0x9A6D2E9D5643487E9328303D9ECC8016, 0x9A7ABC4876034FD19A0382CBC4779FA0, 0x9A8B42929CDA409189578A26A7582903, 0x9A99E7EF45A64F969C05BFB2DC6855B0, 0x9AA4725A58E048E2B26449B7BD8C1D34, 0x9AB617AC71964CFDA5E855418FB19A43, 0x9AB78B5D9FB64CA4A471BBE86DE78C7B, 0x9ABFFEE535744CB08448292560E29270, 0x9AE6CE149F0B48C993037381272A7737, 0x9B1EADEF406742EBB207D9E80D5BD633, 0x9B2D137407C141A9A2B291F879AB0856, 0x9B2D8A15A3E647EF8C845DCA0A972BCA, 0x9B3C1FF06E644104B44F7482D4FBC3BE, 0x9B4766C4AE8740CCAD3F71D716C494BC, 0x9B56CF7311874BE9B9AFE441FE32F3D6, 0x9B6465534B1B47CEADFC868137879DFE, 0x9B6582F465B646E996978A8A7B0E4276, 0x9B6B31A6BF364183AF45C6C1047E5AB2, 0x9B7F556965F14C58A528D33215A94F3E, 0x9B895A3D808444FE8DDE63201D773805, 0x9BA439DC5EC54513B113BEA3A23524E7, 0x9BC4F3EF30E44C238D91831C81C62810, 0x9BE871107B4E441CB67E9DA02EE74001, 0x9BF9D1720FDF472E8EB2C73E4DC56FA6, 0x9C05D613926B4F248BC0399A14B61BFC, 0x9C1ABAD172A94BA89CDC9A0B590ECF8A, 0x9C1DBF0EFA2A44BB9915ECAA54A019DF, 0x9C26E69553EA45338211C1195115A4F1, 0x9C4F490709E449F79B9A6F78C6607BF1, 0x9C5D38A96ACC4FF5B2A17D91978E85E3, 0x9C6FFA386D13472D85E3A60202D73ED7, 0x9C877BC5797B4810B56D85382BA10EC3, 0x9C8C8C38C1B944C89576FB0C4DD0E890, 0x9C97B728AC0C4FB3A7902D7DEACE9C98, 0x9CA7FEF4A63A4421BCB94213F5011248, 0x9CB57DF0841E485AAA1FD44F840E2D3F, 0x9CD381D62BAA41299A5976DD8351ED72, 0x9CD7F6D22733477C8E90415D052537CD, 0x9CEFD5932CDB4B1092F613A49C978597, 0x9CF187D923CE4C6BADE39559FA73B94A, 0x9CF5CAB9AF1341C68909D8F4613240A2, 0x9CF66A1C375B40B2A13CADCC43B67240, 0x9CF9190C04E94F67A803AC90F85F24C8, 0x9CFEBDA8CE4D4F2DB025637E585C4CD7, 0x9D111CB1B9B44865A5E0727C318AE92E, 0x9D2663AE971A460AA4AFF404FBA72794, 0x9D3D741CDE914F1393AC8E85B368E625, 0x9D7DFE8F531D4EF2B985B5E39D331EE8, 0x9DF80273CFF744C283E6404BC6532237, 0x9E002903A3F14BA3B223A015719C67EA, 0x9E02A7504D834ADA93BE8A45CA761C56, 0x9E0E73BF9ECA451B8CA3F97F58194239, 0x9E1D9652F36B4B86963B4FE6DD940D5C, 0x9E671239112A4B48942470F63A4A7B6E, 0x9E8A20D292F1448A81BC8C0F7E103D4E, 0x9E91BCA2AA164AC3A7EFDB0F49E64790, 0x9E98623D5CBE4A5C910335CD12711229, 0x9EAF80A5C91E4464BF04E9B2BF760B51, 0x9EC9396FE17C45F1BE65D373F5D82329, 0x9F17953D7DAE4AA6880D4F1DB2427A3A, 0x9F45E077E1804F4A8D8454A959AA3147, 0x9F46A9A31FDC4C23A494E1EE83C4D103, 0x9F4E65B529F04898BC83D4A16D0822BC, 0x9F522259A7A84402BBA7CBFC0FDF026A, 0x9F6541001F5F45B891F692412FD4359F, 0x9F698BC000FC436CB619FA5596FD3BE6, 0x9F7A56DB0D9C4B8580650381552D4EB7, 0x9FA0DD2460E443039B0F354D29A53FB4, 0xA0016179D0E44A159B482CE9D8D2D191, 0xA0124927C30E47318434DE9DDD628B97, 0xA01A32DEE7AC43478F3E200A1E1E1295, 0xA01D91363BFB4407A7AF9D548DB7CD42, 0xA030247B3659469EB25C3F8CCD24B3D2, 0xA05D7E2580084423A602D00DDC336236, 0xA068CF7CECD348EEA5EB96925C9E4A4E, 0xA07A963F34AC4D809AAF65EE824550D1, 0xA095F07204B84702A9DFC22779C4B3D0, 0xA0A0C9AD0A284503AE1A46C1EAB5664A, 0xA0B05324A9DF4764A28D0002A6C07C00, 0xA0B3AF3316D04401A30370DF0981E020, 0xA0FD74D3939F47A8A6D8A20F3CB5E02F, 0xA1403A6D6EAC40E1BDDF4E3527FB0926, 0xA14093B5C5AE4E358608AD3A0ED88BD6, 0xA153E223E1C74731A6C6116FCAC1110C, 0xA16EE971F51641929F8094974A257A2D, 0xA1950AF7E25D4E47B28AB546AA987440, 0xA19D2D13DCFB49E48F1817FBD4A4CD47, 0xA19F48AE22A044078CABA70F8274341D, 0xA1AD32F8F31447F4ACD4043107507986, 0xA1B4547619094AF69978EC8CD3082AF7, 0xA2131749F65B415C8BD260991A9C55F8, 0xA214405992284672B5D3CAEF5D2F9741, 0xA225F9AF19254F27865E1901DF69A9AD, 0xA2311D36C7A945A183BC8E20FEAD8B5E, 0xA23C75A43F0D49DDAB739BB7CC1781E0, 0xA2455430DED64C3F849BF8635623E886, 0xA25C2B4DB9744421A57B4DF0B28B9DD4, 0xA269F3526A914960950D3DCA55F474F3, 0xA28361AE0969440CBB0B5A791C46DE02, 0xA2A1858439A24620A95199ADADBEA3CB, 0xA2D247C5B3DB4ADA8923346398961E82, 0xA2D8E195E9F84527A236552AE8CC191D, 0xA2E09711350B4C469A3641AE674C55B6, 0xA305EC2C73B9469283C149D099005F87, 0xA30B8B80BCD34DCF9D29BD9AFBCC1332, 0xA31968DFD311410DA36CEB010D2E67CE, 0xA3271EBAB5054218878283520028C17B, 0xA32DD3B9932F48A5B277665A52886438, 0xA351E04268734EBB85CD2C706724C002, 0xA358192302CF4C36866C0F0BA7A7084C, 0xA37A6CFC497748C191146FA3DC426C12, 0xA3965E32D7B64B21BFA0F0193033777E, 0xA3D04859FE53497E8E75B9FB9883D4DD, 0xA3D67217354745CEB85E9BD6F97847C7, 0xA3F8B3D01B6245EE8F5254D09A50F8A7, 0xA41C302FE1514D4E85EAC5EF18D8F516, 0xA423BCC5ED3644989FF4BC907C58978C, 0xA439FBD3764F4A978D84AEA0C7CAAD00, 0xA4493B95E4B446A9BE320D6FA58355F0, 0xA45C2A0346A94172B0CF6FCA6EC21584, 0xA477C4E391E14E2C9551F26592DF8566, 0xA485CA5F9D6143B6B566C14D098D225E, 0xA48853FD79A349FC901B2892C4127B48, 0xA48B54AD3E6D48C6B924F46D4510FC71, 0xA48B619E6984441D9CB17B5DF6D13EE8, 0xA48D3C3781C547D783C0A43BD29C405A, 0xA49612CE66FF402380DEEF9D514E535B, 0xA49C1A6E75CC4DEEB8A0EF4F5839F2C8, 0xA4A8A7A7FABA49FC99E829A5FA7DA8B0, 0xA4B74D2CA7A5438C836664FD3A18AA8F, 0xA4C34A169EF947F287F76CB90E732522, 0xA4D041BCBF9E4B2A854FD63C3E4B9F1A, 0xA4D615B635DE48FEADD84448A20D8436, 0xA4E3A7DBEA324B1F84BC3B45CE59C62B, 0xA4F6348261F84082AEB7A46304F91BA2, 0xA4F88C696A434E179A1863826B387D01, 0xA507F93191E54512A15576B21479B46B, 0xA5329E3EF0F748DBAFBDDB350240632D, 0xA53AAEE05992416EA69A13AA52E71F53, 0xA548F74F817F48A1B48F7FAABA30E4DE, 0xA5490AA5716842538EB835A42F6B58F8, 0xA55D28AC3FBC4CD09D4060337DBBEB79, 0xA5928451EC914E33ABEB971B174BFEAE, 0xA59E5EAFE4914A83A2A9AEE6B5BFBC6A, 0xA5CCA6E64CE2498AB79B850B68C6C352, 0xA5F109D98CF84E04B7FF3E146E1E96F0, 0xA5F1496608BB4DBDB2802D74AB91DFDA, 0xA66945E5484143DF82C485D56CA25BA9, 0xA67107AF378A4BBCBA45B53B05EBD8CE, 0xA6940D473BA946BF9F7A069E64732F6D, 0xA69ED71A1A4C4C54A52B961B41AA1992, 0xA6C0CB6093A24088849E118054E11FDD, 0xA6CFE65DF5B442AEB27059171AE4560F, 0xA6DFFBE263CE49FBBD16D28BF2AE105C, 0xA6E6B21F17984E99AA50803A4B010B77, 0xA704C1CF5600424FADBB5FC40B6682C5, 0xA70AFBEB6B534EB886A655E44AC79DA4, 0xA718C77FEE864B7D8C4147070ADF1DE9, 0xA7215937549246249362695FED8AC15B, 0xA7795E5FAA374234B44335B2FE1C9B75, 0xA779B5AC1D4F49F3B691C7EE4A3D08B3, 0xA788A93BF433455CBBDDC16588E70890, 0xA78A90A76B014FBBB308155B5A016402, 0xA78D062A0D24418793C44C5FA4E29432, 0xA7B430AF7101490DBF5EFECC0405BDE3, 0xA7BD46795E164EA8ABFF4493CAE27E4F, 0xA7CD1D584D2A4D53BF70029D79DA2D62, 0xA7D9846ED5004F7393024F4CB1AFC3D6, 0xA7DF8A799AF6454FB84C712F8FE6F474, 0xA7E6AC42465545D5B748B86CEB63DEAE, 0xA7F706B61B9F4AC9930B808A2D1FDE99, 0xA807335B272E4DF8ABCC924AEF844BA6, 0xA81489810D24417B9B9E0BCCEB87CB3A, 0xA825D94CFECC4461A7E5348517CAFBC2, 0xA82A85CE13744CB7B32290CAE367EE36, 0xA84ECF7ABCB940F596E8B387167FD685, 0xA8822C843D674FC3BE85056A4335192F, 0xA8AA407580804743BF70B15A008B533D, 0xA8AD1DD0BE8B4307A6A886180245D358, 0xA8BB8FC84F0A44358E3BED3767E3F668, 0xA8BC0F95070F4B2D9C23D5764FB5C7E0, 0xA8DEF749DC994FDFA8BD82231393EE3A, 0xA8E5A7159F63423B899CA88ECBD19B7A, 0xA91B70439C01473D9AF73BD7D6552B59, 0xA950FBC4FD5545A6BA424225434FB23D, 0xA954B0F8F9AB4FC2B8DC385BBB84408B, 0xA95747C4DA65406DB0AC47382B38632E, 0xA957DDBB8F9D4340A756EAE829B88156, 0xA9AE57AD996D40BEB2B88A51CB0B2825, 0xA9AEBDF332844F4BA45ADED168242AFC, 0xA9DE7F5C9B844E2AB380552E7164BA4D, 0xA9E8B1C56EA14B18918616EEE392245C, 0xA9E90480742045E8BB78962C4E120BE0, 0xAA118F4545BA43FEA08EF112F2A2BAA0, 0xAA2331BBAD424D0C8D8120AB3A54C1B3, 0xAA27CDBA84BC4018B13877AF6F73DAEE, 0xAA33BA14B649453D9387797887698679, 0xAA34577950A54E18B9A136963F67771D, 0xAA7A35DCEEDC4ABA91BCA54DF1586ABD, 0xAA7D142B4E794DF1BE3BF1A0BC6CAD87, 0xAA7ED42CCD174B9D8DA9BE2B64CF65FA, 0xAA8FD0F1196D41ACAB95525C7AAFF8D8, 0xAA9FD8421EF54F8DA979FCFABDC38B33, 0xAAB9EC67ADF243AB8CFA72D559CC5E31, 0xAADEBEDCB3C0487295A9410580BFB3C4, 0xAAE08A683D184557B0D191C944BD2068, 0xAAE6C713D3404A379A123D2BD7FE34A6, 0xAB18BFA6AC2D4B6A876EBC2DF38ADEC4, 0xAB2BFF4C8811496E86992ABF387EA654, 0xAB2E1955B76740858BEF735FCD1CEBA7, 0xAB39EBBFF70F4A038DEC48D3FCFE1CC3, 0xAB4216F965AA42D2BC6561EC9A1C2C9E, 0xAB4400F506474068A8968C7F8216F7AA, 0xAB5B705176E54FEA8E3C86D44D00C456, 0xAB7DE0FBE7984B96BC9F3742448B165C, 0xAB8FF30CE2EF49EFB0B432D8B36AB0BE, 0xAB92972F90E340909A9600EC32EBD223, 0xAB9AAB8676FF4D8DBF1E52C1614B38C1, 0xABC2DD2CFE35426EA4B3AD450AF6E6AA, 0xABCE4EC16B004AF98240F680A66B9E39, 0xABE641350ED64919B96664B1E128EF39, 0xABE8B14C1DAC4A539C618139B3E8191B, 0xABFC22C50F23426D8DD710778027012D, 0xAC148237C5174638BE4971349747506C, 0xAC1C07C0D4454937B0CFF0E097499BBB, 0xAC2FA7FB8A054D30818C5E4543F81AFD, 0xAC3B455F939B4B8FB7E7B9605810B3A2, 0xAC6537C9E8F9465884E7F4140A8F4125, 0xAC712A0413DA423C80F90531EC4A3EF5, 0xAC8C457FCD9347B2BE20BE2842AE775D, 0xAC918990C33F4C3FAC63142163ABA0BC, 0xACA46DB78EA64B8EAA53074517B709CC, 0xACB4752692B24F04AE339AA354C80A77, 0xACC6E3B9A3C64BD88913C586004C6DC3, 0xACC7B2D7E2094C9187733CDD1A98AFCA, 0xACD24858EABA4D46BB40F2F57C475CFE, 0xAD0BDD2741B94C9E9E38A53ED1DD890F, 0xAD1EC44868ED4F63ABA1CEA814190BDE, 0xAD1FF674B0DA4D5A8211DA57E789FB35, 0xAD3219223F7448118343D786D191464F, 0xAD337FDFC3ED423F8D5DAA9D46258542, 0xAD356A2F75A0490895F30B470F173667, 0xAD4553B0374D4CB1A7F4E5E3F61D2AA7, 0xAD981D100B1A451EB60837E45E44AF98, 0xADD3DC67C586431C807A87A5631CF066, 0xADE0D249D64B4DA2A585E97A5AF31481, 0xADF520ED103D4CEBA98F226B9438A3F4, 0xAE082AB72ABD487BB1B00C992F51D4BC, 0xAE10991513A74BF4844E01221B37BEDC, 0xAE36F604ABB84904A43EE5843440C7B1, 0xAE3738181CBE47849E39C90F0DD12591, 0xAE39FF31FC364A62B1F1527D4AE2BB57, 0xAE3EF14D22EC43109EA23E91CB7E48C1, 0xAE54E96170A045148DB398D730E9B22A, 0xAE62AFC73D8642488AD6F7C62DF4B66F, 0xAE650F05AE8D428B89B5F8C7B3EA973F, 0xAE6A6B6080734E059102E6250158B5E0, 0xAE7A5502B0444CFFAC31F0C5985E8F62, 0xAE991CADF47C468DAFF4606E8B1DAFF3, 0xAEB06C607A9742DABF514CF08D0849C3, 0xAEBE9209227D48D2940D57DD698082CC, 0xAEE172F4DA1A48DAA0798B8317FE2358, 0xAEF32554E4FC4C198289788712B3F11D, 0xAF0BCF0C59D14314A1AE1B8DA749D211, 0xAF0C11298694458789B1315E3F3F5345, 0xAF1A49385EFD4B23B1A7B5A776A5069C, 0xAF1D9DAEC485450EBCE0FAF4538BE312, 0xAF25BBE6514D4F82AC376F249DD163E6, 0xAF26F9104AFF4C18B8028586EF8B23DC, 0xAF61F5FFB9434119B77086E57026637C, 0xAF70C8CA8DDA460BA3D4A27552A3FFF8, 0xAF70FD0A41B44620A9BF29F6A3DF5DF4, 0xAF7FDD5B76A04985BC273057A28844A3, 0xAF8DCE5F6B8C49CEA093FD340675C331, 0xAF8E5C24BE0348BC917CED9D728702CA, 0xAFA34061D7A145F7B6E18BF86AA7E9FF, 0xAFAF7B39C45C4E969F2DF9DF878D0DD8, 0xAFCEF71B85E54703B4BE1C2663D4FDDB, 0xB0044336033F4985ABBFA51E5E512B80, 0xB00BB5932F9C4915B5E6E6D3FD2C651B, 0xB0241A22078B455BB173A8148064EBE5, 0xB02C41DF765C48E2BA309BF01AD267CF, 0xB02E840259B84267A17378636391E215, 0xB064C9CE60DD46D6A726B7A5130EB426, 0xB08E12661EF14C908098FE6977A8AB1E, 0xB09240FF5A2747BCB9D4598B97AF8206, 0xB0B8A11B270D47CE83BE86016571C179, 0xB0CCC84583BE4AC2A1B2C1146B59BD75, 0xB0E70BACB6D04185A79ACE9838E0171F, 0xB0EAE094610A4D9085D782C0C879DDBA, 0xB0F033146FA744B8AE900077F677778A, 0xB0F72815056B4AD9828979B90750C959, 0xB0FD11119BBD4E348B389D7D4DCA2790, 0xB118DAEF6E8F421E85808DDD56813051, 0xB118FBC990934224956170A76B6B85A2, 0xB1237B620ED74ACA8EACF6E57E34BB32, 0xB12F453A168F4448BCE0D48735E863B2, 0xB131150144134E96BB900E158668B73E, 0xB159FDDE7B4A483C93A1B826379A3BF0, 0xB169AD6A6F15425DA5C7C5E127D2A0E2, 0xB1762F8EFE214AF784E2467006EA2EC4, 0xB1776DCBCB924E0BAAD0ABE9232F4224, 0xB17AEBB566D14CE08393D6BA7A63C6AA, 0xB1989B4F4D10446F8F2225FA288C5988, 0xB1B46E467DAF449E873BB9D6870B6B55, 0xB1BBF52EDCE94CEABE64AF4A214222AB, 0xB1D45D41CD7D429D93133B45C9D22709, 0xB1EAD45193F641F1BF21C6523FE9A289, 0xB1EDE6EB9B544CABAE629F0A10B6AC26, 0xB1F3DE1946DD4AA28B79891AEAA2489A, 0xB1F58BEF10D445168CC1B15C0789288C, 0xB2061B198004468FA7BB435D03C717D2, 0xB2168580399A4FE090EDAEFA1AD1DF3B, 0xB2206F0025424B0E9140FCC3288112CB, 0xB23278C021344377B9409CB7C40D6927, 0xB233FF260AF549D4A89391BB34D18929, 0xB272ED38BFD5474A907E02D219D6A14D, 0xB2809D7356AA43649C887BEF5D58A193, 0xB28B33E07A5F4AEAA24D4B510B0986EA, 0xB291B3821E72455CAFA2ABB5C292573F, 0xB2A01947946F4A37AFBD05D9A460E380, 0xB2A23E547EE546979F2823913F57E571, 0xB2C10CE55E4144D3B3349ACBE79AFB3D, 0xB2EF7AA5C3574F5CA9C25042831BFE16, 0xB2FE2F6AE34342A998681F2475602BAF, 0xB2FF965AEB0142E5BAF65EB3CA7B01DF, 0xB30B5CEA48294F49AE9DD82001DE3CB4, 0xB3139467A394437C82134E809167F3F0, 0xB316F122B06145D5B072FD568C2B411A, 0xB328F2377A8B4C08810917EBCDDD4C17, 0xB335EAA562344E3BA07D1D10A9D0255D, 0xB34295A524C8479DABD7308ED297E3CD, 0xB34CEFD490084EDAB6E1374AF07BB704, 0xB3595987BB9E4865A7116562CEAAA24E, 0xB36B4ED452B0448CB6B27A406CC932CD, 0xB374E3F2FE5A45839B31C389DD4A7014, 0xB38DAB083600492DA95E07E70BEB3563, 0xB3B54D8608E6488DBD1B379E477FB025, 0xB3CB712429CA46B4AAE9120584864BCB, 0xB3E023C046204462A60C84D34D54090B, 0xB408A6678E5B4F7A96B7EA7A6EC8C54C, 0xB452E8E430E546F59813C33420CF3435, 0xB4538C8D3AD04AFBB71287048D254867, 0xB45FCD6D8F9B43EA89A69A473231F514, 0xB466DEAE05324B37AB314304FABC96B5, 0xB46BB944BD284300ABA599FABE27E6DA, 0xB49CA506B4234713A11383797739DC78, 0xB49D2EBC4D71487E8FB8229253312F27, 0xB4B984499A1D4FF88E4E2C568007F503, 0xB4D1452EE8E1422096B9FB3DEA2C83E7, 0xB4DB7083AF154884AB4B3AC8542A68D2, 0xB4E040276B1D4000BAA620C418874A0F, 0xB4E5487B918E49C2894878A93BFEEF83, 0xB4FE0AF863C14EC2B3FFB3609BC7F065, 0xB52733F3E6C84107ADC4006CEE11DB73, 0xB534BCC1363B4B4B9955C58074DE7C58, 0xB53BEAFF5A544C7BA22F04630EFAB45C, 0xB55371494F8643BDBFF76529EDAD865D, 0xB55563482D694819B7A035DECCCAB080, 0xB560683096A84669B6EC6327937E5040, 0xB56D3E56DC6348B2B5EC2BFBBF14D00C, 0xB56E91F1966C4486B16277AE3D2D8306, 0xB56EBB3885B14A9FAEA0116206E02761, 0xB579CFFCE2F843E1A2511D1C654988CE, 0xB5884CBA97CC4EAAA23E48A55B84D019, 0xB5A578EB488D471484F0B8B77A2B0961, 0xB5AC22C0968E4657B314366E02546255, 0xB5ACC35E08FB486AB58A84BD4CECA590, 0xB5B4B57A12BB4D559ECE076F61EB64F1, 0xB5C274AAAE8D42C096F946DD602FD7F3, 0xB5CACA655C314CB6BCB2C06CB51C291A, 0xB5D7E6EF2D0C4F7196813A435253FC33, 0xB5D80AE90EF141F4A53A4DF49CAFC53B, 0xB5DBD4036E9346AEA20AA5DFF203322E, 0xB5DDD701BD494BE7AD8E44DABB74DF20, 0xB5E33C8244AE4D1F950135E2A6FBFADE, 0xB5F85AE47C9348CD9BA45B9834AFD519, 0xB601ADC5392543ECA67573FFE58B6907, 0xB6356886B5344263B7FA71AC2FC76B96, 0xB63EDB6F45084E62B697C642B55921E1, 0xB6415A4B02014D2897827932006F44AB, 0xB64B2742A7BB48E8924992770F8CCF0A, 0xB64D09DC11994186952E114B04E95046, 0xB653BA01EE9640BB9AF39B1AFF1F6A27, 0xB68332DAD0444FB589C800AA1148375D, 0xB68BF59045BA4E9BB8FDD8EF2CC81A16, 0xB68DFCEE2E3941ECAD2A884EB082AD8C, 0xB69676FDBBED4DB88F179E94CBCF1A28, 0xB6A2162C460748A6A3984A14B1DD8614, 0xB6A9BB659DB14E26A3B67FBBCC3DA383, 0xB6AC7E664ADE47268EE587A253350FC7, 0xB6B3405AB2CB474FA58BF3AEC039E815, 0xB6B4378D44AE47129CBB373E91F70C52, 0xB6BA924A9FE74D2B807A78434EF8BCB0, 0xB6DB4ECD48BB4D1EBB00A09F605AE004, 0xB6DD0EADF0D841E89E01E68F91EED155, 0xB6DE43736F7A48019A33B5D9DA4DEE04, 0xB6F638121D5F4720A948B9BE73EE421E, 0xB7027E6235024086937E7640F9BD383D, 0xB7204483A74B4CAA996807CE6BDD371C, 0xB73A67B0803B497E9F69710C45493FFC, 0xB73AEBF055EC4EF49CA9969902BE8092, 0xB74D2B4E5F85437DA4BDE21A1DCEA32B, 0xB75A8C1BA3C7476DA08D9D0BE8B3B1A9, 0xB77E9CC602ED4F9DAB03E75CEDF71309, 0xB77EA31B89DE47ADA18394DC886C982E, 0xB784CEA2DCB0474CA0CA8FFA539D3BF4, 0xB788917074804399A84A7D8A064531D1, 0xB7950C3B6CAF4E2D8863C404F73B02DC, 0xB7C5D48FE0D74F34BBF074D856CD1773, 0xB7C7F2C565E848A5A197D6DBEF78885D, 0xB7CAE928B64F461CBAC69EB8C35A2397, 0xB7D09C32C8464CC59ECD8230C17E77EC, 0xB7EA94F9E8DB45CC9CD77F827AB7180F, 0xB7F862E51E3F4E1FBF262E3F6AC19B37, 0xB80D96CF282B40CFB2CE4183DA28C4AB, 0xB847FE34CB6E4893A65271889374D47F, 0xB84AD99956F844EEBA55AE076EB7BE1D, 0xB84C2D7DFA6049CEBB21A002C6766839, 0xB8579C74442F403E9213320CF6C0FFE2, 0xB86816008B5F434BBAACFF179B2CFA00, 0xB86E9BB800DA45039549E86824339FBD, 0xB8719987E03041B8ADB59411D7117877, 0xB87473CC104144CCBAFD03E0A50D537A, 0xB882E7C9E9A64FDB8FC68B2043697BA3, 0xB8C0E899BF09402FA5AAC02F24A19BEC, 0xB8E730B0CE1B463E9F6B0680733F39F9, 0xB8F6BB35743B40278FA6D24E45A8F1E1, 0xB8F6F1A1B7314B3BA850FE19DE02BE90, 0xB929B6FE94BC46C1A211473C2EBADE68, 0xB93210EBC2F14137B1FAA9DD9D886F79, 0xB9454BF8EEFA457C8A3BD66BC01F7846, 0xB950542878704DCBBA2AF00C2A392E82, 0xB9535A0370B545E3AE808E0A66D25C6D, 0xB9577FF409B243C8BF1EC108F6933174, 0xB962CC6BF9A14DC9BD30A6B8CEE9D98A, 0xB96C21F07E6A4014BDD3E80B920DDAE4, 0xB9A08D777ACA473694562A324FEBFBD5, 0xB9ACFF6ADEB94F6088FA81002B5CE4A6, 0xB9BAC7A0B8B64A858160553C6286FAD3, 0xB9D339DB1455455F84A8045887B79CA0, 0xB9D991EFB88649A6957A0829D101FCEC, 0xB9F508A5C96E4763B5EE943CEB72B38A, 0xBA15DB5CCB1A47569C16286131EFB0CA, 0xBA1E1E01E66D4AF3A930FE758914B15D, 0xBA1E9C72EE714A3A9556CF02F8022481, 0xBA3B3FA20A434956ACB867D0DE92DD2B, 0xBA3B58E8744245E5BA7C1341241266FD, 0xBA6A9EA62A4245099D34E557BBB8F381, 0xBA6B94D1F105429E801AAC2C7D8C6FE4, 0xBA80C1B0C0D44D2D8422A16B25C0A9EB, 0xBA81B65A56F3451D885FBB184B93E455, 0xBAAC0BD11EC94C3CB2A3685C980D7FED, 0xBAD1FDFF5E9F446480B6E5C03E56E69F, 0xBAE95AFBBBD74276A1997DFF879AA9E4, 0xBB058B029F60414FA48818B2DA4AD66D, 0xBB07D3C05F6747B88776BA2044931F40, 0xBB176C9A2D944CC99AE69CB4F5A990A5, 0xBB20F265AA1443838897075F84281E10, 0xBB26E91CAB55404787A1181CA12DBE48, 0xBB37B991DC3A41D78D7A7317C811CE97, 0xBB4BB184B84041E2B9D2032B9CE7DE7D, 0xBB4E2A70763B4AB69FD445BB5D925859, 0xBB5B607F81EB47589507926FA0C52775, 0xBB6C4A5E3DC148A78B38EBAEE0523E1D, 0xBB718C4A92D24870A27C1607E6C33527, 0xBB7CF454B3654EF8A2C63E4EC93338D1, 0xBB8F9A22A55D40AE91018693C16A4242, 0xBB9A2E5C79E1472FB283BC600A350257, 0xBB9CD77D161F4F4D99723E687B2D76BB, 0xBBAF4774899947598926BDA9FA2A7231, 0xBBB07EF890D34E0DB51A3EE0E01857E0, 0xBBC2B8B848484A92AAC87A8C7CEFA627, 0xBBC9664EDF1B41D3A17235BA9121E5D4, 0xBBD582A7CB994678A6FB3AF0F8304091, 0xBBEA4D26C97D424D8418C83B3B63E4EB, 0xBBF11E75AC4D4106B2406C1B95A83C59, 0xBBF5EE3CF59B44D38B8279C2F8BC7DEF, 0xBBFA53EEC8DC47F6B17FA5005D1D7B21, 0xBBFF5405696A4960AE3EADA281207154, 0xBBFFC10DD64F461880F8454FFD7CFF03, 0xBC0B2DDAC6774740BBF56FBE379BABAF, 0xBC10C82D91D045658D060704E3799890, 0xBC178AE0862745C7B5AC1F133E7F836C, 0xBC3E0343CAFA4699A2E1B72314A107FA, 0xBC52CE896E574E56809EF40810F61778, 0xBC7E3176E5214AD0AFEFA3707D14C519, 0xBC9D2B61788F4C789702046B7A7AFE2F, 0xBCC1DE64258F48D799B67A672D96E721, 0xBCD37B763A0547FD80F86B1D4B404976, 0xBCD49F974BE0478EAF232AD52EFDCE1A, 0xBCFE5A1E67CB4AA39C729C7EBBC990D3, 0xBCFEB68920EA4328A95F621F743C16A0, 0xBD04F13CF1734992A5B238D72BA489B5, 0xBD13D8FDB7DE43998DE096F4A46E4020, 0xBD263DCD7AB1482C8BBC83847A5F7DD2, 0xBD3075B53D594B3EBDBA617F0560A848, 0xBD51F9D1D2554A33915D0C0D776D92B4, 0xBD65ACB1CF3043A88A8F8D0EF74FBCA1, 0xBD7279B05842498EB9DD3432A408497F, 0xBD75CD7C5E964242A7288BD821D21F71, 0xBD7C735288C447E2977D28E641E41B51, 0xBD8EFD6B41ED4E11B767254E0BDE02B6, 0xBD9CD02608AC478E9D96105500261983, 0xBDB40525335845C5BCF3BF8796E5E944, 0xBDB736E58A9D455C9CDB53E66AB21CB8, 0xBDD2D24934094AF5BD3E8620C06693DF, 0xBE0DE4D23CB0491F931CA802B497789B, 0xBE29E42D3C3D499FB1E4EC5AE66D0CFF, 0xBE3C72072E43411FB32AE1F88525E303, 0xBE3CD0136262408FAD17B4569606683B, 0xBE3DAB4B245E4300A7023E3458129107, 0xBE3F934C54794DA39966CB19089F32F7, 0xBE453C25C26149DDACEEC6930DD897D3, 0xBE475740E6A344D284E266FE1F5E6A27, 0xBE52391B433B4BBB9251C5F5F92D50A7, 0xBE5CEE374CC3418681AF4935570F610D, 0xBE6DC1A433C845BB8CEBE2343C2CD3E1, 0xBE7258C07C1F4DC48D872C5348F7FF6E, 0xBE74AB61DE2B42479996D56115F1E653, 0xBE98C69A5E334A82A1D95F48F67BEEA8, 0xBE995423E73F46B0B876FF27AFBF850C, 0xBEA83B7FF02B4CAA98730E36A3010E9B, 0xBEAAE0A0941D406195273D8F0880015A, 0xBEB341B08E8845908932329DBF028B36, 0xBEBFEDABD91A40F5B1B3901215AF4A38, 0xBEC369F3670D4061B71518D9FCCDC17E, 0xBECFD57BF33E416AA1D2F9427F37E8D3, 0xBED7EF212D754682B53CC8ED92FE1206, 0xBEDA354D434146B2A39F95498F7FE0FA, 0xBEEA01AC79234F5BA1F5A39B4C843348, 0xBF19EE90236D4E00845F7AAEFC34D462, 0xBF41317BC55B4EFC9295D13CF90A9F46, 0xBF49793F721D40F3B79053465861350F, 0xBF54738879344559A7EF56D999679349, 0xBF6E70B28FDC48E0AD182AF2A734E9DC, 0xBF6E90C98BCC4666B66EAF8A755033C5, 0xBF886CD3E9C34795849AB4B3F2311E63, 0xBF94703DEFB2449E8AB07003924AD5C4, 0xBFA4B016983B46439E6343EA6B9DA9A4, 0xBFB6A3AB53D9498DBA2322EDEA5597A5, 0xBFC5312BA84C4B44AF8C4A1F9535DA7C, 0xBFD0D429096A424A9D6878C0D8C14488, 0xBFD20FEBC08C4B5CB8CA8393D297DE2C, 0xBFD80085AF964AA5B3515F38908A29D8, 0xBFE44F0BDDE0416B9153BFBDABC076B0, 0xBFEE887842A24217BF9ED2082B5B0F4D, 0xC00C97BFC6644D8A9061A14FB1E51102, 0xC0123988E55A41D7AB02C159DCC9E711, 0xC0153DC65375477CBC618361516058B4, 0xC019DDBA5168411A84A6B1CC67B962FC, 0xC01FF62451534CC28A3EEEE022640250, 0xC0216AC3CC9B490EA957895870553B29, 0xC05BB30550F54776B70982183C44129A, 0xC0902C4DEFF0467A9664D7A6A0EC9ED4, 0xC0AB58362AD84692BE31B36378A405C3, 0xC0B8399F5330457584020796D2F03D58, 0xC0C13F9C82FF4B678E602AD9B045CF4F, 0xC0EB79DA9B5946DE99BCC45A3D6A3A8A, 0xC0EE862D6F0946A6A824A2397A48C28C, 0xC0F287C64ABD4B0F8191C3723F7C9158, 0xC1017F759DAB42A09B4BE93301351076, 0xC10DDF23000F4367A56CCBE6C884EC85, 0xC10F4C214B4640ABA1CF943C377DAEC3, 0xC114FEB16BAD4C5B9E185250A7706B3C, 0xC12FC69994C84448A7D2234FC59F16BD, 0xC14CB934AFBE4089B78A1CAC14564F66, 0xC16AB3E3D2CD4A0BAD6F446AE9AD54F5, 0xC1990D1249CE4E5F84353D81A20B715F, 0xC1A1608F0F574E89A2A6CB9A325022C0, 0xC1A4D11C54EE48E4A857317359C6D2E8, 0xC1B5F106BD194D00975EBB133C634387, 0xC1D0A680DA7D44629C66D0FD4855AF84, 0xC1DCFBF0E3E74571ABDFB3F9D0DA7F18, 0xC1F805977D714710AB04D8E635D85885, 0xC1FA52B6E91943D0B9025223CD4485EE, 0xC1FE26A8545D4721B9A9D55976E058BD, 0xC21E38899ABE4C1C882A18A50063707B, 0xC2330BBE52B946F0AC18D3B7BBE2D9D3, 0xC24DCD2DEDEA44C08B5A0380646ACDC5, 0xC25FB7DA9FC7450692D9D76C06CA8733, 0xC288E8C43F29431AB7EFF7A238F69838, 0xC2A08877CEFE4B5B83F86B05E3F27F03, 0xC2BC12A16DC64B25BD1C0A7CB2297D79, 0xC2CD3D7402164E45956AACCD9694A33F, 0xC2F841318EAA4B319A5647EE4DE6C411, 0xC32A5D3090DE48DDBF6F68EEA9C94AE1, 0xC32C4B49D6164A7C88EAC7FDE87898E0, 0xC337FF45FC394AF0904BC85CDBAFCDAC, 0xC34F699BFB0D44ACB83702E6BC1E784D, 0xC3510D308AAE47CB9DA1445CDF8198D3, 0xC35255AD90174125BB9D10866C9DAADC, 0xC378E6CA429D411D81EF6F1DD475E463, 0xC3910BC55B0B4234B9B00CFBB01F2FB8, 0xC39D070EDD394749A29F917CF08A09AC, 0xC39F119A44D649E1B3DA549DD332F66A, 0xC3B2E0CE3D074EF1886161305D168BC1, 0xC3B854DBA484451BB503FB0B803CC0B2, 0xC3D64EA1D17846EE9A27D3B7D34160D4, 0xC42A0EA7CE664F37B000465019259DA3, 0xC432641EE87D4061976737CAD36403C1, 0xC443A847E329436FA20F3853E9AC7C2C, 0xC446F5211C5D4CE3A88870B20AFD275A, 0xC4604271D8F24289BBA4CCFD99FDDE5F, 0xC478375FD8B7442FA9ACBF09766E35A2, 0xC47C62A164204AE1979A184DE29FD5A5, 0xC4A9A729ABD0453B83187C3EE46E9E6E, 0xC4AB6D181832455A8783CA72D1B586CA, 0xC4ADB2911FDA4C12B05FC03CF31C7CF8, 0xC4D97E1BA8EC4D659B00FBBF173D03D4, 0xC4FA1FDD977348A3B2BA53C9341BEF42, 0xC508BCE3E3074B4683E5E3B450C8CD55, 0xC52D6F9AC9BC4E668DC215815D2E9D23, 0xC538CDBCE34145AD8B61FE164C740DC5, 0xC551276F21CE437A966EE59F2F6690FD, 0xC558258D4FE84AAC9034785B44FAD6FD, 0xC56EC851E22741BC9569C68E1B81D2E4, 0xC57F81E432C147E0BE4110A2D165A005, 0xC58675C813AE4AEDB182EAC8AA3881C3, 0xC59BA8FF9C9845D78AF5577C9344B101, 0xC5ABD56B07B640399C7F9EF42728A8A1, 0xC5DF20706E4642EAB824BB7EABADE48E, 0xC60D25B7286549C0A2B5AC782CBA512F, 0xC6212174D9854958AAD3666CC88075CD, 0xC62A3E7E471F4744BFD626814C87F701, 0xC64C7C81FE144F4D81F8C78D69FAC595, 0xC64E7656F7A641C4800A59F8C520CCFF, 0xC66919A01B6142ECBC6BD4B5E3AFAFA7, 0xC66F5581C75445CF9F03FAB136E4714B, 0xC673B21F2CBB4E0D9A161A1C370CFA89, 0xC682AF0BA99B409298AC4B10BC1E6055, 0xC689ECEEA628413DB2B0653F4D3EB7CE, 0xC6A0D599952A4D4093439A486FC96C9A, 0xC6BC4392600E41858143017B0281D7FA, 0xC6C8D6D25E1D44CFBEB285FAB6EA5D0C, 0xC6FA076B50A64E999C65A9EBB87D6131, 0xC6FACE626C5D4E22A06C2C4BE27F73FF, 0xC71951D9792140C592C1D74CE2336CE3, 0xC729ED2274924F028E435B0529F35A8F, 0xC7493C286DA24E4AAC37794766D9A239, 0xC751F7AE906F401188929E43044B1D7F, 0xC77D466968D644A8A9450076F6DB250C, 0xC780B4228B0742D48854BB05EBFA1BCC, 0xC78EA5D07EFB465E99E48298120EAEF6, 0xC7964B127B1544F38792C6457E73237D, 0xC7AA6110C61C41189828AB39AA28D963, 0xC7EF739EBF2D441E8F230EC23A24C39A, 0xC7F33883DCC946949D2A121505D16BBF, 0xC7FE0CDAFB824CE798CDD1F5E5C8A6C8, 0xC809F465FCA748B180CC5CFC313B15BA, 0xC80B9D1239DA4E51AE58D58613E4BCE5, 0xC80EEBA6589B4F0A8B4FC9D60D8D369A, 0xC813C837438740F3B74E2FBDCB5DFDA3, 0xC81D27DC56CB4AC489227A60D98AFFB1, 0xC83A95160839464087C37E473113DD29, 0xC846BC2E0CB14F13BB5324755302D4B6, 0xC85A84041D7844DB9C9A2B49FCF7BAAD, 0xC8836D685C69412C80EB64A27EEE13AA, 0xC88CC118BA2B4992B9A58D1CBAFB6BD1, 0xC898820DDA4044CA87CD3CB5C546B3A9, 0xC8A80129B8E54B4E95DAC21F761D6B93, 0xC8B4CF0BED7A4FCABAFF8E9ECE98F598, 0xC8BCD8D02B2A453FB792A9BBEEDA0F89, 0xC8C491D48D0044A5BEECD532EBC60212, 0xC8CEDD05850B408BB7F6F49C0F76C6AF, 0xC8D70486F0FC4FD1AC8CA31085414704, 0xC8EC91C9507B431E85E16C2272BB8894, 0xC902D403841445998860FC8009B981DE, 0xC9035102857E4A068884D61D95DC2DAE, 0xC908307996EE486C92A7EB79694C2726, 0xC90CC6F25803403BBE0366B2B56A0FE7, 0xC91A38F4025445D7989B13B548271494, 0xC940926EBE0B4FFB8BAE4E83468DF786, 0xC963754C2B7F48DCBA4249CE0874E236, 0xC96FC20A42C449549A6F21A91F7C1CC2, 0xC97FD5D333F24ABA9F389DCCF31157D8, 0xC99E2FB227344A6C89758645320676FE, 0xC9A20FD43F6549838EB2639E74FE325A, 0xC9A3A2A558224259957AF0ED06B305B4, 0xC9A478CC219D4B4E987EF4973C686970, 0xC9AEBD35747841089D14C8569F6FE8D0, 0xC9BC394F554740A0A8CB9ED638155106, 0xC9BF7C2BB0284A97B1855D568D59389F, 0xC9CC012B69D344BA881EDE7A54D46E14, 0xC9CD86A30FFA4EC49A260F6627103F7F, 0xC9E7A920E30E486A9CB6797596598EBC, 0xCA05152E305F4699ACE8B77327C020E2, 0xCA11710CE21C4F0192BFC1A30BA344DD, 0xCA3BAB8667BE4E45B99431EC0A58CC68, 0xCA4A81E8E7004590B69180CD42F0D746, 0xCA51BCA619574720AA7B81366894DD80, 0xCA574BD21BCC4E0AA489F0951BA07BAF, 0xCA6DD4E143864418BC913BCA4E46A74F, 0xCA8663FDE63145569AFF27EA575D2381, 0xCA90B73943274ECB95E8E142A7511EA2, 0xCAA84F6D1FA34DAEBEAA186E24ADDE80, 0xCADA0271616B4B47A4BCF75AE2EB2093, 0xCADB4F300CB5413B820B60CDA12AC42E, 0xCAEA85AC6FA04181A0E0AC441A3FCC28, 0xCAF89CD5871B4312AF5AF7C5D206BE5D, 0xCB042982D2294F7BB70D6D65D972AB2F, 0xCB05769275F64535B750E79B42AD781A, 0xCB0CA801065D4F3FB911A1EDC118C8B6, 0xCB0D5386ED4A45818069830B39137C21, 0xCB0E2707A60F463989DBA4828AAD9588, 0xCB1E723CFB3847378F31F84ED3BF831D, 0xCB43DD951EA943F1BDDA6A3E74149624, 0xCB4CA8EAFAA94CE4A9EE24545B25A284, 0xCB50185A67B540CAB8462770176AA75C, 0xCBA2C444106A44F0AD3385D94AD9BEA6, 0xCBBAAE10FDC94C3B8D363B9D4F920D03, 0xCBBB8F578B7244DAA93AA6BE50F22DF4, 0xCBD1B35CA6234F049FB28948437B28BE, 0xCBF5D76B1EA742DAB6A71C73524FEDD5, 0xCC0D6ABA82354030936FF2ABEA2C12C4, 0xCC2779796E3442728025A6E3B937D90C, 0xCC396DB0B93243DAAD362ECC1416C0EB, 0xCC4176E792654D1D994C4EF401D7F169, 0xCC4E5EC4839C4380B6DC2470C5310FEB, 0xCC63D7A00B5D40759D970E3EDC1D94ED, 0xCC7E4316E4C64C4D9EF5A445991614A3, 0xCC977B430BA34FFAAA17B8576CE9D60C, 0xCC9832B20FDD461584F432FE58EECDEB, 0xCCA293932E0341D083A3F5FCB9AE994F, 0xCCA753E8737F44C5B45D6823F7A95F0D, 0xCCC2811B59AF4B2CABCAD74E70B63698, 0xCCF3C50C80A5476CB89243A45EA3DA53, 0xCD09C70ACC504B3DB3C9D4C2B58E65DE, 0xCD20BFCA4D1B4B96B503E21603025AB5, 0xCD25C1F04DAC498DB11B17767AC74D60, 0xCD5D51ED7C504232BB89D67ADA8FCEC9, 0xCD6123A99C8344CDB92CEBACA12679E5, 0xCD6913E7503144AA883A5F537FF45353, 0xCD7E0AFE20CA49608B1ECE22D502966A, 0xCD818900E037445383C44DFB37E8535E, 0xCD841A79577B4855B112FCEDAC76F7D7, 0xCD97CE829421464285B5A1ED0E3CC89F, 0xCDA73BF4D2BD4FF8916E82A52DC96D81, 0xCDA7D757ACE24D95BB37DA30FF6EBF4E, 0xCDB87B9EE18A4B2AB91257FCC16F0D7D, 0xCDC8BAE4DFF9411D89F0DDAE3AB9C984, 0xCDC945035F3D42C4B1F91C39754CB93D, 0xCDD3EC89FF904CCEA99CD6CBBFB296E2, 0xCDDFDCFB27AC43859A24CA480EFAE82F, 0xCDEDC5DC78A44CDB9E7D762B86C8336C, 0xCDFB1FF043FC40178F400D1EE9B1ABB0, 0xCDFECE0865FB4BFB97764A858F6C7E71, 0xCE06B9AE002F480183DEFE35EC49C08A, 0xCE0F5B2AF9AA4D9B8AF01E3CB4D2D9BB, 0xCE1ECBE909D74961917F6E07F248CC7F, 0xCE220317E32243C09E4ED158688F7E91, 0xCE24352FC91F4804A6E46025FE95C8AC, 0xCE265CF1C4304909AAD0CAE76B8AA5BF, 0xCE319A846C054DD584B3130F002F0012, 0xCE332C69A9C1442C80388F91B8B6C312, 0xCE4B6B194FE64FCD992CA8EC177B4695, 0xCE6675CCF60B44B3917C7379B2F7934A, 0xCE6C9A60188B412381E7B35E031F0719, 0xCEA9A678518D497BB29147E3A5D8DCFC, 0xCEB304C961E9474AB0F8ECEBFBA6E223, 0xCECB71B0D3F84CADA46EF916D1D0E154, 0xCED429AF926A412CA176DC3B68DB24A2, 0xCEE53484F8374D45B612C6EC2B56F49A, 0xCEFBCDC665634278AE2E87FF8D8F8E58, 0xCF1C4711B5F14F62A564DECDED305113, 0xCF25F726C8CC4144A9DF53EFB600B62D, 0xCF262641CB3A473B90AD2799167E46EF, 0xCF4C34157FBA44F1BEE9DB258794388B, 0xCF4F7A86093242C7B4A1A91318E2F4CE, 0xCF5A261B26FA4A429B4311DC8E2A23E8, 0xCF5DDE6517D34C2684E35CC55A60BDA5, 0xCF751B9A89C04BC6A1D72E11BA542E4E, 0xCF76DB9D8F074F52A237592241EB4C77, 0xCF900FFB1B9E46FEA241C688F6B6FD23, 0xCF9A56031B62449991E1E7A22A4E9A6F, 0xCFA7201FC1D041AF9DE0CBF4C5D9B6BA, 0xCFE47CAB578C4C409D225D0BD426E54F, 0xD007A990F3574E53AF9A528007CB2C98, 0xD01151578DBE42F6B4F6B8A3E6D1BF72, 0xD01FC60DA22C44219D2979A4A381C89C, 0xD02FCA2E75584370B6D1FD7B9613EDE0, 0xD048BB3FC67E485CB2EC67709B854E18, 0xD055FCB836E142539B40084668408906, 0xD057784F26214D4CB6D084065C9C2B15, 0xD05CCAB5470E48309A04C3DE6638FF32, 0xD0D15AD20F7E4C87A013F6B6137105C3, 0xD0DE8670EC1F46E1B37A8FAD27CC7202, 0xD0E34508680D4223B421746A9A87805F, 0xD0EA579A50C6458CA2DAF8093AEB9937, 0xD0EBE115CFA641AE8793005A04A9CD17, 0xD0F8BA29B3CC4E579D0B13145E8BCBB9, 0xD12DFF8203284743AA76D24DD018DC2A, 0xD14688D30106453F951E2F88AEA1890C, 0xD14C78220BC84E169DFB40BCC7A9A4E8, 0xD169828B8CE54C27A13F0B9F6AA09178, 0xD1726CA4CCBB45899A6CE09DFBD7FC14, 0xD1961001586149949A47B35E2E57329A, 0xD196FA6143E14B5D88A32CF5608D8913, 0xD19FC0379CB8439AA98F3A88B9D288D8, 0xD1A0911781814783ACC46F2B073532E0, 0xD1AE5FB87B014543B7093A34A4385145, 0xD1BC29623A104A89B0F9D483B846D7EC, 0xD1D21164CD86440A8EFBC4041FF98D4D, 0xD1D2959B425D44B296CCEEF68155CF98, 0xD1EECFE405A3438C9A45A28428EBB38D, 0xD22CE9F560904D16AFD9CB5DA0ABB2C8, 0xD247320FBAA04DBABCEA51CD6342D2C2, 0xD249F279241B4CB9A31D317778F637A6, 0xD24A1596D87F474A870CD48428BCA27E, 0xD26FBEB525BF4B6292A53186FCB1EDF8, 0xD2822CE0DC3846D497D8E8AF8CA18615, 0xD28BC0BD70174A048FEECE88539769EE, 0xD2B23A320319415685DA2A6845617B25, 0xD2B5046BFAF44637AA56495278466E9D, 0xD2C8F9FC62774264B0E5D41B970F7346, 0xD2E7E2FE7A49457D94F90A8E82F83DBE, 0xD2FE54273E004AC8B89B6A4679F7B48B, 0xD311DB01E3354B13A1AD6D0A77267508, 0xD3245BC238AB4193BB8C0CB79846A57C, 0xD32BACD7AEE54975AC4B70B9F1F9421D, 0xD356EE0727D5470F8D6D7654A07C8630, 0xD35B3EBEB975413497F9A3B92691C29E, 0xD36006C6984243418E4D42C78763FB36, 0xD367B2501ADC47CE8008FEEF3C0B5A82, 0xD3713603983E40118985AC0737FA7A5F, 0xD3757A2D40054CFFA23E7816C52AD2A8, 0xD375FFA1EE504CDA81CCEAB7A12AF152, 0xD380C051264642CDB17D9E036EB82CC6, 0xD38FBE1F09B342BBA4FF9255F30AFB8E, 0xD3C4E846DA32485A9274BEA155F55098, 0xD3D4F7D1446C443E9F369C9603F7259A, 0xD3D5FF3F3EA14A6D8BB84B48A5374FD9, 0xD3DF43C424D145DABAB51FE6A526A120, 0xD3F544DF597948C2A32E1D965902FCE2, 0xD4217189315C4B17A4E93C312172B229, 0xD428B43AB00C4A33AF4C00E1336BCC92, 0xD42BACDF57F44329891517ABCE3E3F65, 0xD4914290F1B84E1A9299AE556456C2B5, 0xD4A0921FCA6447B687F2FFE91DF59193, 0xD4C29F5A36E144CCA446615BB927AD3A, 0xD4C8D0B119F244D59ABA4B16190AE0F1, 0xD4DACF28C7DA47DFA6E25A4F19D35B6B, 0xD4FB900D55254A38A7C10E07D9956844, 0xD4FF9BDFCAA240B7BFFF1A8DE25FCC84, 0xD5002351286F4F788C55DC276C355665, 0xD5360551941047469374565C012CA1EF, 0xD53B3DE0452F41EB8089C7C902C73291, 0xD5585574203C41B28021DCC4C347155B, 0xD561196C4EF349AFBBEAB7AC6453A4C5, 0xD58D8888BB8543F79A2DD6FAE37310D9, 0xD595580A0E93419998DF50F1F0F230C7, 0xD59600B2BE6341FBBF95A47FA431C3C8, 0xD5B48B285CA34B62B9D1E46D128D00BC, 0xD5BB06E30097452C98CDDD9C86F8B597, 0xD5C9FE3497224B37A1B0933DA0B7E0ED, 0xD60822345B024A62802C1E890566CCB8, 0xD616B4ECFF2E4EDBB634A2234E076426, 0xD61DCA4E068845EC89CA6FB5D50D94DE, 0xD652B671AB62468C89026EF9B4067F61, 0xD66BAA439E054CC8AD1BB2A1C4E4BD4F, 0xD675F20AD39D49428AE0BDE67909856A, 0xD67A1F820D944C4AA9B1C6096D2D668D, 0xD68673FF7C5E4B86AE54DEC15AA69256, 0xD69C15EDDE274B488FA71A6FB1AC61B7, 0xD6BCBFDA0F73474BA5C9547E50C3ACDB, 0xD6BDEBF16C884B25BCED8EA8F7364CA7, 0xD6CD990B46CB4857A5F90EE2F0607DBE, 0xD6D4A700A17645EFB665307C4A7D52ED, 0xD6DD2E029FE14F8BBBB9599D1075E3AB, 0xD70D82F82E144AB1BF546E1384F440B4, 0xD70EA11A797D4B359431555C8E58D746, 0xD71FB9DC32AA4AB5985C8470E32FB807, 0xD7290F2E2E104D9CB8B740DB95B6A19A, 0xD74E3A0CB763470D84F206E41305E401, 0xD750F41DB63F4113AE4D9C1D432A750F, 0xD75D16DC43704181BB96EBE616957912, 0xD76C3035B55C43BEBB342B4260995653, 0xD76C6E8395744786BF58CD65926CADA1, 0xD77165E9BA0149539C74FC55F5396059, 0xD77D415B503844A19C31240BB05A1128, 0xD791A398516E4A62A8C742BDB508E38C, 0xD7980779D9C54712BBEA53E8D9633C4D, 0xD79E9370EC6F4DCFA3593C2C398D8488, 0xD7A11C4EB2634E828A0678920B54EF3C, 0xD7A520E46D764FB5B3BB27C3755488AE, 0xD7AEA091D6BE4135AB53D289BF2EC329, 0xD7C8601BE6E14C62A2B55BF9F1B79783, 0xD7DA475D3E9B45AD8CFE37F09BC0E8EC, 0xD7DFDA4DC5134BFA8347C340D8E4FD4A, 0xD7F257ED7AEE4AF6BEF73C9EEA8CFF39, 0xD7F8B3B44C3248BE8C5B06A83474ED80, 0xD81F1FCE4F7440AA9B1F00F274BFEF02, 0xD833BDFC42B147C49281BCCC4668143C, 0xD83D0994D8CA4D73A93F33D7EECBE270, 0xD83EDE12CE644C609165FE28AA98EB08, 0xD86263BE89F147CEAA07BD473A7B8521, 0xD876615A4785435DB23175330BD94830, 0xD893405817884146ABE7570513C5D414, 0xD8AC493632094BC9A417F4F24E69AFFB, 0xD8B86D5BF6E94F2FA96045B5E83F7308, 0xD8F24F6B24894637B4D6DAB7773E13BA, 0xD91DC6F87D16463A8951FD1BCF7BA5A0, 0xD9215D966F2A402B98F8B65B9E565116, 0xD9627443515B46CBB9AD2943B301CF42, 0xD96F8678F15947279BD31F7D6CC5BE96, 0xD971CC463F084056B211624795963350, 0xD98206691CBA4FEAA72F2077AA0B344C, 0xD991B2C7D65E4128BF495C46DAE37F85, 0xD9927B55C358401B8E5061AF49ACD8FA, 0xD9AAE665024643FAA53BF84871679901, 0xD9BB039D61FC4268882B12C8A8711D80, 0xD9C9067766CC41C6BAEEC4F2FEDCCC6B, 0xD9F278CB0D3541A3A4A98246768741ED, 0xD9FAE795F12940B2BC459B64B236382C, 0xDA1DF0F930EB4441BE1C80F752E802C5, 0xDA1E606F5E0A4592BCDC81AD8980F7EC, 0xDA3C25B0019E4244925281AE3509B6A7, 0xDA6431F439044FDE988ACC03C7AAEF97, 0xDA81CFE2D87744D99913EE0D96615601, 0xDA982D38937B48319ACC22627C4EC1AB, 0xDA9946F081A8460A8D0739B6CCCDC563, 0xDA9A0647EF0D47378F29D9BE4BD22236, 0xDAA2C1AF130045D5A940981C697189C0, 0xDAABBDF13B2649AB97CF4E6C6D7A9A61, 0xDAB3EEB4DCFC4513A97522B82F114B31, 0xDAD9166DA1A644FE8BD544061E927645, 0xDAE8D946D05C4ACFB1C86B311E0DE147, 0xDAFBCF4D88AD4E2FA803E9BD78BF6F03, 0xDB04CA7AB5E94247A1171FF970DD7C9D, 0xDB137442766F4DA8AD0244C36D6346C5, 0xDB20D138E43346C4A64D93E03DE18B9B, 0xDB2AF32CDBE641A9BE0561F307CEE989, 0xDB3848F14FBD46F1A27493BAF671C82E, 0xDB394ACE32F84B16A3D50AE33E2E1974, 0xDB49F77BC2744CD2AD408DD52C3907A2, 0xDB4E41FEDAC94E3C8058F1906840AF1D, 0xDB5979CCFC9E4448AAFDE077209AE865, 0xDB5D0EF1A5E04624BA22533C03748673, 0xDB6AF9AF9F3047D4913FAF8E3CFC8F47, 0xDB7E20B7F48242EF904B7733904A06D0, 0xDB8ACD3313D7413185CC924633EB9505, 0xDBBA4896D39B4CE79743CC32A3600CA9, 0xDBF7CC2EE81840C99ABC85CC8E4383C4, 0xDC1F11AE054B49E5933053C11DFFA352, 0xDC2F825FE06C40269A2554B25AEDA90C, 0xDC57039BE5EB473683BF559B25EF30DB, 0xDC7903B495524CF1AA00A39C7C9B819B, 0xDC7F140164C04F0BB679B72881AEFA22, 0xDC926C7259414DE28207B12576546E7B, 0xDC98A6398D3A43ADAD1E7F22304E9AEE, 0xDCA530B105D9427689143FF1CA0F3435, 0xDCAB0A245AF34E4586FDF270A5770101, 0xDCABE22AFB6A4BC1B86424DD2392E9AF, 0xDCADB1741D9148FB97894F22D06153E6, 0xDCD9A9C77C734F07B6D22001B761E8E2, 0xDD0A8B78370846BDB9CE93B901BCA481, 0xDD10102C052F4D6880CF140C998D620B, 0xDD271554B94D4F889001462C62505ED2, 0xDD2B25F092954C10A74555E5A83F77B4, 0xDD373BB984FD4E088D5AB155D884C191, 0xDD48B2EFDE0F402888A14063D83AAA9D, 0xDD528E99AA5845FEB2FBC1ED98A955E6, 0xDD724BC9CF4945F1BC02CC6EC40E8152, 0xDD943089EA094F6081B86D7A6DDF9F4C, 0xDDE822F5DA0D48DDBA967062663637AB, 0xDDFF58AFA90E4D0FB0A7994706C504EB, 0xDE0A57EC9B4D4BEDB0617C638BE969CF, 0xDE0B634112554D119578C747D396B0F0, 0xDE0D4FA22855441F88B76DD0E272D46B, 0xDE1C2759B2C848DCAFB83CD680B57011, 0xDE8E0A15831143D1945F423F276554CC, 0xDE9B2911731F4E5C85A4DEC0AE2506E3, 0xDE9E816F76C24AD78FE4EC3DF85378BD, 0xDEA4A07D45D14B89BD5C68CD0EA16A97, 0xDEC9D121670247258B4472CE4FC250CA, 0xDEF9F2FD17E444B3BABCEC6D3EB50E0B, 0xDF035003BAF84F6BBE4031F277A8F628, 0xDF0E5900FCD94E18BF2413AAC26CF0CC, 0xDF2787A35D914EEC92A616F87634421F, 0xDF2CB03AE4A64B4383E2EA0B25F2935B, 0xDF2FCCBEC0D140D6BB232C13C6A5010A, 0xDF66ED754DDB48FA9292B873E9190D13, 0xDF784F000F664A7393390FD61D692D6E, 0xDFC172C947244B4CB5193D795C69F86E, 0xDFE01B6A0AC747A3A701ED51A107267B, 0xDFEB2A87A0AB42469290247A47D79CAD, 0xDFEFE1F99EFA432EA87A141043B3E02F, 0xE018341B44E14CD59F74471E360271B5, 0xE03B56A7B98E4D4A9D9DD01635820BA5, 0xE0509D16CEB9441E839775B64EC8009F, 0xE0560C4389C14E65B926086AE799A509, 0xE05EB63282134D1EB13DA0E927EC37D7, 0xE06F9B48D9414A04B47FA113018AAC12, 0xE09761EE46EB47D7AA4A091DC49EB71C, 0xE0A73DE7418549EE81C82673E1335380, 0xE0B54BF8EF4744AAB17D5EF9747F8109, 0xE0C05F2240E342789BF8E87544F35FE1, 0xE0C7A407DCD44439AD02953D4BBAC9FA, 0xE101B76B1CB04109957B3454A7B8CBAC, 0xE123582E20A74A2B9BA33A233CBDC2BA, 0xE1277C82003F492799A0BDFD8EC435EC, 0xE13684E02F6A46E88C650AFFFBB9E3EF, 0xE151D29DCCB84E17B681AAE1D41D821E, 0xE151DFA93EAB4CED9385347853E7F2AF, 0xE155D4FF198F44D2A747930DF89E93B2, 0xE191278B2A2E4C2FAAAC1E79A0A84F02, 0xE1B610C6DB324E9F95B9EBB744C44966, 0xE1CDC5472E334F96B125EA063B2DED8B, 0xE1DDFABA50424BD38F10AF812EF52DB0, 0xE1E9BE00A92547EA804E69CD87FEEEAE, 0xE20F56C5C10441EAB1303D80B4EB6341, 0xE21FA3F085E0451C8870E054ABA6E23D, 0xE224A376966946EC969688E0169F263F, 0xE239C4E8CE50454398AA7E704B367558, 0xE23C110F94CD4C65AB5399ADAC4B1BDB, 0xE25428569459458888435CA7D1C9D229, 0xE25DC65BA8F442669670E0AFF1F1DE4F, 0xE298E090D8B348E9A227FDC8F2385794, 0xE2D6FC50E1B547189C9C273B20D56C26, 0xE2E31CF017DB4BE6876281D2FA3FFA23, 0xE2E5A74FE1B2488793F1D3B9D454B8C3, 0xE2E7910B9993492FB61CCB58E51EBC84, 0xE2F1E6627FE54CEA82818B8589AAA735, 0xE2F8750353CB496893F618F5A4E692A6, 0xE2FD96188B2B48769AD3DE84EA1F36A0, 0xE310541E50014E169F56B4B0A0BA8FDC, 0xE311348348744112AD08F76DB56B0639, 0xE316522712814117827DAB27F5F5460B, 0xE328E0E7D8DB49208F0694F4A2A97169, 0xE332DF994C534414BF8E2810C7B7C005, 0xE34FB1A1E4A149C5B6265703272357DA, 0xE351DC3B6842405880D0DD40B239C7D1, 0xE3525713CDBE4813BCB0EAD0413BC7F3, 0xE35266310531420D8216886203D00C2A, 0xE35A04FCB10640D6A21179E8AE0E48EC, 0xE3608F6D32834A29A7D166044D656ADD, 0xE364220C361E46B781C890508ACE6A5E, 0xE366DBF2F68B49FD83C7E7FE25F4A1C4, 0xE37D285168B54B0E85DECAD0943EADDD, 0xE383EFFFDFEE41D7B015F52803B09FF2, 0xE3A5116F70BB4FA3A7B80D9B578163CD, 0xE3D60C0E55334768AA5E81A43D542174, 0xE3D91B908D754D1DB9B4B6DF3A09FEB2, 0xE3DE286659B94FB7B47A042319B17FDA, 0xE3E2888D524A49A7AA7F894B50DF1F29, 0xE3E4C426653440FC966077C5F77819E0, 0xE40279C3D8CA47E69427495049655E8A, 0xE40935CBE7534BEBB45C77C02A4B6799, 0xE41487F67C7D45FBB0A66F70F7891DDE, 0xE41E3770FB1F461FB539F5D51AD8F9DC, 0xE43550BC6CBF4A43B26F2AA1EC2E42BF, 0xE44BDF58CA684B4CBC96A7F672544E09, 0xE4536B4D76B4462E9FA2815FFF3682A5, 0xE45AD1414EF545F7AA3026A529DA7910, 0xE45E8CD4373244CFBF597EBC48602805, 0xE45ECC40C4D84056B78881869F4455FA, 0xE471553122EE4793B25E2F6F26E7B723, 0xE47538C4294E435A9D8381DF15DA8258, 0xE476F4C8251C4F12B03A8D7DBE0BA739, 0xE4885C462B424F5F8E784A45B9EC96A3, 0xE49F327CAB574E268F7F01D9384998ED, 0xE49FE8138C5747FBA4717146B465695D, 0xE50D7AACE9DE4467AB0D5ABC956EE261, 0xE510528204084605A959BEB514AC0E99, 0xE514310C09DF401B9AE94664CFAEF438, 0xE53CBF7E324C43A0B60D9FFBFB3EB1EC, 0xE53FDD38D0C34EC0A24C946D4F24A641, 0xE542AF10B96647E5845AA9880A0F4B22, 0xE5530D15C2FD444CA3973C9F40117BDD, 0xE560761CE0C54FB493ACA02318A1FA14, 0xE575AB67CC0741F3B8032E8CDBCC77E6, 0xE595FD61B82848CCA74071C276491D38, 0xE59CA189C1B245098B8C70A932FD2DEE, 0xE5C36235D30A47EA80B1F7E28524BA59, 0xE5E229067CDD482DAFE721B061178960, 0xE5F04E9011AE4FB9BEC13C3C1CCC4EC2, 0xE5F0B05E8183496285EE8E33CC4B659F, 0xE5F9680473CC48C38D5D5D938274E1B6, 0xE5FAAF322E354AF7ABD848AB21D4FA4F, 0xE5FBDABBB0094CE29A97E48A27FEA22E, 0xE60C8278FE99432780EDD0569B79ADEA, 0xE68ABCD9FEDA4BC2895F01F56FF85AA0, 0xE6A0FBE821844B7A81F1D74A88589908, 0xE6B789F87126402C9E43AC0FD1A77B13, 0xE6D795D0BFE24CE194531A33E1D9D3CD, 0xE6E07E6AB682417BA602F4BCC1223E7B, 0xE6EEC85A6F29437E900343DFD076B41C, 0xE6F5E4429585419A80DD7173849890C7, 0xE6F6EC57D1AF4C388C583528C54601C8, 0xE7104428A03E42F08C9583DB80BC16CA, 0xE714DC93CC81412E889383550C803655, 0xE73F67EC04D6433EB253DDC603F8A491, 0xE75292CC2A664451A542FAC294C33D2C, 0xE758E7B4F2254B5B9B4419E4A013CE44, 0xE766A0667CBB46C7AEFEAF26E15FEB3B, 0xE797FD4365D24D759F61FDB4B35FFEDB, 0xE7AC9A5BF2144E8BBF395DC4C560B007, 0xE7B38E00926D46428E799008B1D482AF, 0xE7C40B9207D94E0CB44EFE8BE197AAF5, 0xE7C5735B784841579B838CA2D2AFE278, 0xE7C9E365603544A6A689E675C0540877, 0xE7FB480001D544A0973955FF9861D531, 0xE80C411DB37145C09B0E28BCB2D7E049, 0xE80DB6ECE7D74B36B07F46F5586A7911, 0xE8175D7635A944DFA9EAF673B6F8EE9F, 0xE81DC5CB14034416AA70539179901D31, 0xE824B681408A425598071B920E116546, 0xE827E06DB7A649EAB21E27769086A09E, 0xE8305CDEE28249F48B87F19B4CAB5662, 0xE85065E8ADDF4B12B7271B35D3E94036, 0xE851DBB9FE6C4DD2AEEF345A6553A2B5, 0xE852477B355246A3B6E7FF95AF66D9A6, 0xE85BF33F04704A5A8A32B63EE2A89D92, 0xE865A010D1044CA9ABB4B37C07ECA363, 0xE8699FE97D834781A50D3B9E4A2D3AAA, 0xE8725B883F0048D2A063E1EBD36E6843, 0xE87DA951C3CE48A782FDB365001F4559, 0xE881B366881A4969902CC6A7DBFF9FAF, 0xE8909CFF9A6946A1906EA6175BF235E3, 0xE892413D818B4583B5B3D0432544813B, 0xE8A91CFB8FD945ABB22153511DBA1386, 0xE8AA940FAD9743E48A8FEE3D9FD5F404, 0xE8CAF7EED5F84715B1DA7467DAD0F616, 0xE8CB7D7788D343EFA2B0FE1C75B438D2, 0xE8D20E9FC1C7423CAB1767E32C96C2A6, 0xE8D5C6B2FC224FB5BB088D4F64FD44FB, 0xE8EA0B414FE34896836AA102E867E578, 0xE8F0C0D3EE244F868B107B98BEE65E36, 0xE92051FECA044DECAA309FF52ADC9254, 0xE92EE3121E05440F80735DE43CCA8FED, 0xE930C2EA0EB943B688A04C6381111D32, 0xE9426A148A744FEBAC9E61C8646B4878, 0xE95D5268327547F5B60C8AA80786956F, 0xE991B5810C18497888503003D2934B99, 0xE9AEEDDE9185492CAECFEBFA596071DE, 0xE9C8B0EA20C04575BE018CAFACB506B4, 0xE9C8F8A5DF4A4D5D8244DA6A30259B8C, 0xE9D2876CA9434E4BA9DA09369D5A409C, 0xE9EC018706D048C3AE57A47BF26867D2, 0xEA13028EC8D14065A8A80D712964B8EC, 0xEA5FD360381540AB9EA01984F0DC05AF, 0xEA7D6CD6A2864F2581BD3652CE2F7FEF, 0xEA89138CF95A45868C98F05FADD7DFFD, 0xEA93E05789A74BEBAFDFEFA764AAB95B, 0xEA98A41329704834847C54E240D0D09D, 0xEAA419DB0803475B8BD2E1831AB39CEC, 0xEAA79D3ECF4C43929972624A077E0400, 0xEAB900B6181C43189E7BBA7CD6858910, 0xEACC0AA5E4664445B779873806D70FF9, 0xEACD302ECD6840D7BE73525A7A4A7F69, 0xEADADB4953E54BFAACB3E82C43C99731, 0xEAE67A4A984E412796136415DB8CE79C, 0xEB114A51EF324B71875777533B865ABB, 0xEB2603E3069A47A2AE7B156F73FF2360, 0xEB2773E043744C5CA8C10B84AE3BAD4A, 0xEB2F72D105CE4E8781F553D72841E10D, 0xEB3341D5559B46F78370D696555FF7DA, 0xEB3655FC8C9144DCAC7CE22E1226A6F2, 0xEB461F9431BC46EAB00AD6F7B562117C, 0xEB4BB9FCCCEF45459AA3251BB75C8711, 0xEB5F83D4EE7748CC999C91FE796F8C47, 0xEB946F4EFE204CC1A385DEB012BD3CAE, 0xEBA07F45C91B45E8BDA0378E94813D0A, 0xEBABC947B20A4D4B9B9740F232C362F3, 0xEBB439514D4845C584D2372F808BCF4C, 0xEBC36461144542F285DC03382F5CAF5E, 0xEC0C5223EAAE4BA6A5C6890F0332983A, 0xEC22D3970A2C491CA3FA9B2413B84D6E, 0xEC25424AD2104F2AB31D2F6454008263, 0xEC29FC69E5284A2294FA2699C4EE15CD, 0xEC3336A3269148D7B0A7EB133EF82E6F, 0xEC4878F1645041E98BFE59E98414500D, 0xEC7FF993CCE448249CA7D1063E541922, 0xEC9ADF987E8A4F36B768E62B4FF00120, 0xECBA40E34C054735847BDE1D356038AF, 0xECC0ACB1FC8E40D38C416D473C59C67B, 0xECC26EC4DA7444C0B2B9093163145EE4, 0xECE8CBE726934F54A8DD62FB1283487C, 0xECEC889DEF2645A9A234C7107D18865A, 0xECF1A7EA85344E78A46491C9F3BCDDE0, 0xECF63D98615042AB9F64F4CC6127AD19, 0xECFFA4B4E9644E15A6024E817556F7F5, 0xED00CE48ACBE4E468B5CF37281D5C187, 0xED33C8AD7AF04C4C97C19577CEB05B09, 0xED3D4DD02E374F2A846D643A5CCAAC63, 0xED4639B8493C4A6DBB60EB34830A0B94, 0xED5DE83C9E984EC3AF7A1CFB66513C59, 0xED6C7154846349778E078D4723CE5F87, 0xED7B78C93BB945C69F57E8C09590622D, 0xED816A99E1B749209E1B0F2B7999D2ED, 0xED9D99AB561D4F80AC0874D68A9C6E58, 0xED9EC3B24C624DD0B3A4BC30A61857DA, 0xEDA23FFEB7BE43E0BF5CCA125967C457, 0xEDA9E3AEE42747F0805C3D12CE5FBD5A, 0xEDAA004BE11147FF8C98EB5A23E44721, 0xEDAADFB5769D4507A458805F3FD3B073, 0xEDB5C9FEE950493C82F3FC9816330BFE, 0xEDC914DA10E24093B48FEDEDE7FF8ED4, 0xEDCA1D85BB9B46D2940567891248EFCB, 0xEDE003A2B02E47738A27F0AE582FC40C, 0xEDE453F4775B4432B16A6986C4A18E71, 0xEE09A819DFD64EC3A7FEAA2B7C2CD6BE, 0xEE0BA39E847F47EAB3C97761A2A86224, 0xEE23449E09824B099FC3A806757E4B46, 0xEE2A6384D2B94511B9840F8B8D129A0B, 0xEE3460053C6E4D7F8D253247C0CD30E1, 0xEE45AA67D7A84964908B483B65DECFB0, 0xEE633C9628AF40EEAE739E963DC3F7C5, 0xEE8469AE5DF447249D1EC60E3EEC2C0C, 0xEE85046D73D744EFA861457BA4A645D0, 0xEE99A957BDE843BA92A8694CEA427DAC, 0xEE9DD6A82F59496A975688C205457855, 0xEEAF9CA33187410F9D6A98146C16B009, 0xEEAFC4C86084432E87FA2338D61AD97A, 0xEEB3630579AA480488F321D0CF50C712, 0xEEBE32388F55405FAD47334204C5D36A, 0xEED25DB9FEEB4C729D8D28D06AC21203, 0xEEEBF47E45894810B399F76E0B8AFE01, 0xEF01541498A348AE9D172110C6364962, 0xEF067632EE0E4205AB816BA7F69C6CB2, 0xEF13EB11C8354E35958387067025859A, 0xEF1DFC63C4014CB18CCC611D002F7C98, 0xEF1E6731E2D34244B38C67925850E561, 0xEF1F680EFDC641B69281B5F171781895, 0xEF22199D7992404783B827B360E5DD5A, 0xEF23E87E58F74F34A281CF6310CBDC73, 0xEF3F9F1D81E649809B2DCA630AE5D71C, 0xEF4B8899235440AA9E9FA83E0EBEED87, 0xEF4FB95F099143FCA6AE9F2A991DEA70, 0xEF5222B6BCC84FAD912BF25D4114249B, 0xEF54705C30584B9EB798A2C01867D376, 0xEF641A44CE55402CB96C9AA770874350, 0xEF68F1F61A0746F4A8523C9EFA3A01F0, 0xEF695ABE68064BB7B428F4CECC12AD8F, 0xEF84A629F8EA4EB2A3D2A77D889CF16A, 0xEFA30F97281B4EB8AE5B9198B768AB73, 0xEFA856158E844C23B9564CB09A6C93D8, 0xEFAA8F7665B14994ACD67938C20A9149, 0xEFB95B318DA24FC7A0560C3E9C5AAB37, 0xEFC99F3EB6174157B777D82368B68AC1, 0xEFD9D9387E7049169C6B9705A3A76659, 0xF01EAF172D134BF2ACAAF3DFB075814A, 0xF0378FC6F75F40B7BBE1330B24B8E61E, 0xF050E10FA148497C82F9D87B39A14A66, 0xF05F273CC0B1459489A577E46BF6E9F1, 0xF071D778D53A460EAEF8685277490CD1, 0xF08915E9FDF54A6E8C8F3657CBB822A4, 0xF0D1D756D08E4B2996104B0D1A51CA56, 0xF0D81187F21841928A3AC9E4BB0092EE, 0xF0E01C703D1D419CAAEDB41F0F34066C, 0xF0E6677224694FC3A8EB186FC87482B8, 0xF0E919F961374E129A3D047264EF1BE7, 0xF0EAB15C1C6D48288FF04875A0BB954E, 0xF102A4C7E9B44A4D92882B8C2B3058DD, 0xF10938677F244FE0A454DEC83BBDA587, 0xF127A532FC36470A8554BFB1AADF67F5, 0xF13FDCAC5FFA4D2AB4A40CA7152B441B, 0xF140DBC0C0294FF8AA88ED9A99C64ABF, 0xF1638260D1F8484EA433CA1BB8D03532, 0xF163CF1F73C94203A1400A3FCD2A98B4, 0xF16D1FDA250E47CB8EA0732DB8CB06C0, 0xF174B35B10B04E0A812A2C6B6379DCB8, 0xF178F5AA1425424DBF9BA53ED9F915AA, 0xF17FAA41077B400DB4A593B7DAB3E482, 0xF190A0F13D6A406AB04CF397FEB4F691, 0xF19F4EA5506D4D05BF0CF0E470BE84A0, 0xF1A47C497B0640E89F9D883583945499, 0xF1ACD8E5133A41C2B64454A6388E9534, 0xF1B098A7782B4FC19200C17782A2EF43, 0xF1D95117A2114EBD8F4BAD7227CDA74E, 0xF1F9AF7D3F0B4B30AFAEE14E22F0F76A, 0xF1FE6E96355D468693F73661EA303A85, 0xF2018D63B1E142D286595085FA9E1C5D, 0xF20EB962208840A8935CDF808DD8E2E9, 0xF22111CB646540D09E0651A8833A0F3C, 0xF22686D8A78E488A84ABA794425340A7, 0xF239B27A59DF43818308D4C99B029B35, 0xF23B29F78139400F9C25BA389D40A19E, 0xF23C4C74CBFF4103A22BCB5923C59125, 0xF2449EB2BD7F4E69A5F1C9A6EE95508C, 0xF254A3534CCC49149F6A200A335520BB, 0xF27AEB2B92AC40A6BD0BCE3524EFCA81, 0xF27DCEFA06F14E6B9EB129FC64D9F4B6, 0xF29BDEC0904044D9A52F32059E131526, 0xF2BF6E676FAF4B65A4666CB7E3B3F275, 0xF2CA691DAC27415C90E2DBD2AD13A56C, 0xF2D4532843544D5B8854A3E1D56AF2C6, 0xF2D5A28C810546ED8A8CE89D2BB202EB, 0xF3006FEBEE9C435EB77B3440301FC753, 0xF31BCB9CB12C4662B9EC346702952668, 0xF32B2D9A3D244727A46FBFF14459D5A9, 0xF35FBB5DE13C479FA15B79CEC9A7EFB4, 0xF364D1D956C84383BACE8A84D4BF10DB, 0xF3693F26AD484BD794C920B75981F328, 0xF36D26D251C84869ADFCB4893579CB20, 0xF38E337C1CD3442FA55BBC9876103E55, 0xF391AF804CF14870B92FACB898BE36D0, 0xF39F7ACB44AB4EA1AE2C89458CB1439C, 0xF3A3EEEE01694EB280445F9C243563E8, 0xF3C80AB1E1C44807BD73F68698BB777A, 0xF3F44E05096D4BA3883A411B3D51515D, 0xF3FEE75CEC564E3BA886776F80B47C5D, 0xF430BBD40A1E4AD5BD62D6BA70B6F08A, 0xF43EC595509A4EACA539822FFC44F295, 0xF43EE8B65758481892E689D59DDF2AB2, 0xF44230842DED425F9C22F7C6363E37DC, 0xF447B3CFD90849019F7E8C1736750732, 0xF44A2FD3F4B24C93B10223931EC9CFD5, 0xF44D95E559A247A1B8CB2B7ECD4D6DF2, 0xF44F0E99A75E4B2ABB033AD746512161, 0xF4ADF27A01884FDE885F4552BB129AE5, 0xF4B2A24A2D1144ABB49FE606839A2EFB, 0xF4BA63F7D47C4839BA9723FC6081C66D, 0xF4C38A6B0A4941C3965F07400AA45045, 0xF4CD20E9299D4BBCB1072081C800CE1C, 0xF50D2C74DEE34B0BBD5FFB95E375102C, 0xF51AAF0218B64F658DB372633334C497, 0xF52A106760304ACDA974A8095FE2FA83, 0xF52A3D8FE1954366975FF5D5C6BB1A2C, 0xF54E11E890F3418296829E5E4393A244, 0xF553E5DD4CA145CF926AB8AD7FF2A9AC, 0xF56C5A7B3A9E4C989B029421E281D4A1, 0xF57B7A6A61D54841B5EBD26BD8FDA91A, 0xF57DA38A8AFC41D1ABED83BE8F1D03BC, 0xF58927CCC96F45B181EC79CC396B65B7, 0xF5A2B9098C0941809FDC91AE0CE71745, 0xF5B342242D364B16864A5D44AE3683D7, 0xF5DA58CD17314671A58679605BB56E4A, 0xF5E41A50B493406BA082BF10653BE3B0, 0xF5EDC288453340D1BF32345D885CA6CF, 0xF5F1344371934D7B97831D3F10907875, 0xF5FB719919AB4403B3A04F287B022F5D, 0xF5FE08A6450246728EF220278C6F40FD, 0xF5FF8D8FA77F41609CD395755B5C87BE, 0xF5FFB0ECC75246FC924C52404D89C267, 0xF606EFE0CE584051A38DA6A0FFC388E8, 0xF6147B9237104F98BFEF5C2113362A84, 0xF61D054CDBA24152A0381BC735BE2F9D, 0xF61FCA65FA0340AC8331F968C9BB982E, 0xF62A43D2F5074148872CF3DE752454B9, 0xF63604004A534FFF9669BAC65F676FD4, 0xF648A3DDECE547ADA680B09BA0A0E5D8, 0xF64DFEA81A684F33AF4D1DDE82A85B25, 0xF6511DF2031F460DA7EB94A580F2CBC3, 0xF65EAC48C0C74134A6B6F29F13011323, 0xF6780ACCB7D14EC7BF7C563F9E03D858, 0xF69B31A2F2EB4AB380D35FBE034E21C7, 0xF6B8690C8BD64AC0BE92E81FFFD787F8, 0xF6C181D2E5A44AB3A32341805B7E7EBF, 0xF6CC40F5E8744757A1EF7C5EDCD6C8E9, 0xF6D0D594A1844A87A2372DDA833FB6B1, 0xF6DB3C9C14B849FBB09ADE59B9400336, 0xF6E2C07A0F0A41178D202F71895AB8EF, 0xF6FF6A401FAE4ED0A353E6166C7AF322, 0xF7463F53ADCE4233B7F6671B0F970082, 0xF74B407CD6F34E7A9126CCF92CC4456B, 0xF751064CC11D47269077815044AA8976, 0xF76C70A059184AF6BDF9BF7F30B30B00, 0xF779924826DD489FB55E28D3C8CF60B7, 0xF7816291F6B04639BAA16E098BFA0CF5, 0xF78D6ED5B104430B9ED6A6FD0D7B840F, 0xF7C18C4D54BC478FAEDF333F3D45E0B8, 0xF81C795C6C92452A8A1EF2ECBBF851EC, 0xF8271F8E2318497780B8800BD48BF1A5, 0xF82D88A115A443EBA7B51445DD92CF25, 0xF859423AAE924505BFA2157BC58DFEF1, 0xF859EEC99DDA47A89D566B4AF787CFFD, 0xF86FFE60FC544F85BE7347DAEE165EE0, 0xF87B171C636647B6AA82DD804A8D8C82, 0xF87CDC17407F41C18914C748E9F77F31, 0xF8856907923548C2B80FBF8A241D2841, 0xF8940F41BEB741C69B25A8F3FFDE2D60, 0xF89CBD081904420AB0BE790EC23544E4, 0xF8A070245ACE48EA8BC28A08C23116E9, 0xF8B7DB026D7C4A759C3E9ED656B9562E, 0xF8BD209FA3054AA281F667E5F137FFDD, 0xF8BEAD3822074DBBB2AFCF9CDC7320DE, 0xF8CE2FC464634631821DC2CEA51EEEE5, 0xF8D317FB8D834388BDD8705A97AB88BB, 0xF8DB80F2FFA543E6969CFB6A643CC5A7, 0xF8E4DB356AC848DA9E17A4F93AE9074F, 0xF8E9B4F618B7491EB1D4A45645708D0A, 0xF903A3C6882C4A3FB40BB174ACAE6C4D, 0xF92BCE9C263D41E1A8F899BE2E937722, 0xF92E368C595B4CB49F00CC013CFDAA2D, 0xF934AAAC5A4047F89BE5EC21150B655A, 0xF94516A7D40F4ABBA35B652BF987424E, 0xF968511B23204DADAF2ED2207BDD32FF, 0xF97BBD50031C42838F2D752AAF313625, 0xF98AD32ACD1F40E29EAFFA72E3D6627D, 0xF999C49E216D49E28985FDA9BAAE310E, 0xF9B94D13725F4B6FB0851BC4CAD90D43, 0xF9CBFFC398874343B036929183F0FA03, 0xF9D51D5D72414419BF56748800BC7881, 0xF9DD94AEDB664DC79E35EADB27BD3C04, 0xF9EE2E4D5C264E468F64B2A32F96AB22, 0xFA058E6EF43C40079BAB9D2048E16CA9, 0xFA0E857AD15A48BCAB82F44BBACBBDBE, 0xFA1F7319F45949719218EA0019DD6F79, 0xFA25ACEA9CE5471CBEC9537DFB26CE93, 0xFA2C1EC0746F48D989390F4B198F5BF8, 0xFA397E278A5149C79FCF4C9FEAF8B765, 0xFA3E5D955BE64FF09860C05ADF937905, 0xFA4A83865646491DA75967843155ADA5, 0xFA4C180988AF43DCBBF44FBC941E7771, 0xFA53CA6ED119428BB49075AABA670B71, 0xFA6531D141F944529F06E998CCDAF28C, 0xFA6F39E4F29347638C8808FB50E79D0A, 0xFA9884F52BE143839F6A151060A2ED82, 0xFA9FB5B7F03147CDB5B1C9E5DBB08176, 0xFAAEFAC4E0C54B859FE5009D9C1B1D97, 0xFACC238099FE42ABAA7DEF5DB9F97010, 0xFAE1DA7E77034336864982018B8ED890, 0xFAE3AF647BB641C994A88D8778DE65FF, 0xFAECB4D4B1334EF5BABB19E06437167D, 0xFB147667458B44DE9CBE908B4CB90C37, 0xFB1BD2D6CB454C6AA0B19D25ECD00414, 0xFB3C68A3159F47069634A4A95F75F79A, 0xFB415DE429864DF29560E1E79E42ADF6, 0xFB7318130CAD4D29B2E3746B795E3712, 0xFB865DED617445BDA5A9AA52B4FD4516, 0xFBA7ED95B17F40C9A25EB13746AC7B48, 0xFBB919DD872A40B4A14B0E8CD2DA9E65, 0xFBC13AB87F5D4A5196E58B77CD5B67FE, 0xFBD70E5BC17E40EFAD11F0D7D2944D7B, 0xFBE28917FD9448E3818FF54D2D35E6B3, 0xFC01229A27E44474B0553E76D8F55F11, 0xFC4052E599174BBBB5FADF501F10C5DE, 0xFC43C57119664C6899B44807D201987E, 0xFC47901E6A2E4BDEA92B4E5D90AE3D32, 0xFC51157AC9F7479EA943173B4C362751, 0xFC51F5A498634AD7A415D92B95F4EE62, 0xFC5D0FC614F143F3986E30C6A80D9813, 0xFC7B8FCE5E3F43858B17299D14FDD406, 0xFC8349074834438DAB99F5B555C8B500, 0xFC9EEA7A51C147558C35DF992A4AEA7C, 0xFCB3F723E04646A0BC2DA4F18527615E, 0xFCB65171072B45F3A1DFF432CF3A0BC1, 0xFCCCEC0189E541F18F3CB86996FB5ABE, 0xFCD23E276DEB4574BAB44B772E734751, 0xFCF7F6947A094B79B768326D8B7CA3DD, 0xFD1209C3C3E5441593E2EB511B7B03CE, 0xFD248C472DF249C48D80166CF41E59DE, 0xFD24AE032A504640A106DEA3CE9E3D65, 0xFD30674E42BA4F8398172DE729DE086C, 0xFD524D31D3274138996280234444C955, 0xFD592E1046DB4AD598BC4518EED95990, 0xFD5D19BF6113429088DADE9B3519237D, 0xFDA8B8F5DCAA4F6B86CA7696066BDD15, 0xFDAA98BF39DD4E69A9CB84713412A864, 0xFDB4BBD6FC0F4FA282CF54EB387F8013, 0xFDC97C9E315841DB979B804EA041A289, 0xFDE30DF44A8D4475870A2E697D1EE76D, 0xFE090A10330A4C1098D89D16AD6F3028, 0xFE1A38E596964A6EB78B30D9EE9D77D0, 0xFE21F4A63B0D44F2BB966BCE0C69F1C9, 0xFE7361BCA2584361AAC5FE7D74FF844B, 0xFE817E2306C7462AB5FDB6308C97E793, 0xFE8DD64288AE43C1B08AEDDD7038406E, 0xFE990DEA45F541439D587A518027CDAD, 0xFEB2EC0B378542FFB017D039E4409375, 0xFEB4BD7EEEA84677ADFFD82603BD5A50, 0xFEC3DC91FE304359A8CAAC6C1CBCB254, 0xFEC88E3E613E4849AD76EB1326361757, 0xFEDD699CABBF43DC8ADB4AB961BB1672, 0xFEE9D28A1A454B149662FE0FE9A22846, 0xFEF275A254D742B08A5272FB93DF1980, 0xFF0E643FB25C4669AA9470C82C7E999D, 0xFF1D08EB19E14387B843505BC522FF6E, 0xFF5D2579BF5144249AFE9089E0D9F7DD, 0xFF624A89A0C44A72B3E01DC45E81686F, 0xFF7923CCFC324D84B4F8C123F4DC6AF3, 0xFF7CCA0CC46145BA911E2E4415B24114, 0xFF7EFB9916B74F2F8ECE50FB4923C4D7, 0xFF84F75E102A4F32ADF7739E8C8394E8, 0xFF8DBAA4CB6643DDBD75145C909417C1, 0xFFA52A421BF548A9A871D61A0C1A1CD8, 0xFFA870B367E04CFE90998014B1C5A6AB, 0xFFAE72F978CE4A4B8BA33CD941ACFBFE, 0xFFB487EC8E894EF7A44A39919AA9F73B, 0xFFBFCFE8101C47E49E5D862060FA26CD, 0xFFDE64114E0149ECBED6B53AAF44EDFE, 0xFFE767BD6B974EFBA226DE70C3E7EB20, 0xFFFBF07F427A45658B0887CC2EC84CAE)) ORDER BY `property_group_option`.`id` ASC LIMIT 500;
array:74 [
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 98)"
24 => "Shopware\Core\Content\Product\SalesChannel\Listing\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 113)"
41 => "Maxia\MaxiaListingVariants6\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 101)"
45 => "Shopware\Core\Content\Category\SalesChannel\CategoryRoute::load (line 103)"
46 => "Shopware\Core\Content\Category\SalesChannel\CachedCategoryRoute::Shopware\Core\Content\Category\SalesChannel\{closure} (line 350)"
47 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 44)"
48 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 120)"
49 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 43)"
50 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 46)"
51 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 42)"
52 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 41)"
53 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 59)"
54 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 40)"
55 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 102)"
56 => "Shopware\Core\Content\Category\SalesChannel\CachedCategoryRoute::Shopware\Core\Content\Category\SalesChannel\{closure} (line 72)"
57 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 35)"
58 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 99)"
59 => "Shopware\Core\Content\Category\SalesChannel\CachedCategoryRoute::Shopware\Core\Content\Category\SalesChannel\{closure} (line 59)"
60 => "Shopware\Core\Profiling\Profiler::trace (line 88)"
61 => "Shopware\Core\Content\Category\SalesChannel\CachedCategoryRoute::load (line 66)"
62 => "Shopware\Storefront\Page\Navigation\NavigationPageLoader::load (line 48)"
63 => "Shopware\Storefront\Controller\NavigationController::home (line 163)"
64 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
65 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
66 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
67 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 479)"
68 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 452)"
69 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 346)"
70 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 224)"
71 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
72 => "Shopware\Core\HttpKernel::doHandle (line 81)"
73 => "Shopware\Core\HttpKernel::handle (line 85)"
]
|
| 70 |
5.92 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.fallback_1.name`, `property_group_option.group.translation.name`, COALESCE(`property_group_option.group.translation.fallback_1.name`,`property_group_option.group.translation.name`,`property_group_option.group.translation.name`) as `property_group_option.group.name`, `property_group_option.group.translation.fallback_1.description`, `property_group_option.group.translation.description`, COALESCE(`property_group_option.group.translation.fallback_1.description`,`property_group_option.group.translation.description`,`property_group_option.group.translation.description`) as `property_group_option.group.description`, `property_group_option.group.translation.fallback_1.position`, `property_group_option.group.translation.position`, COALESCE(`property_group_option.group.translation.fallback_1.position`,`property_group_option.group.translation.position`,`property_group_option.group.translation.position`) as `property_group_option.group.position`, `property_group_option.group.translation.fallback_1.customFields`, `property_group_option.group.translation.customFields`, COALESCE(`property_group_option.group.translation.fallback_1.customFields`,`property_group_option.group.translation.customFields`,`property_group_option.group.translation.customFields`) as `property_group_option.group.customFields`, `property_group_option.group.translation.fallback_1.createdAt`, `property_group_option.group.translation.createdAt`, `property_group_option.group.translation.fallback_1.updatedAt`, `property_group_option.group.translation.updatedAt`, `property_group_option.group.translation.fallback_1.propertyGroupId`, `property_group_option.group.translation.propertyGroupId`, `property_group_option.group.translation.fallback_1.languageId`, `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.fallback_1.title`, `property_group_option.media.translation.title`, COALESCE(`property_group_option.media.translation.fallback_1.title`,`property_group_option.media.translation.title`,`property_group_option.media.translation.title`) as `property_group_option.media.title`, `property_group_option.media.translation.fallback_1.alt`, `property_group_option.media.translation.alt`, COALESCE(`property_group_option.media.translation.fallback_1.alt`,`property_group_option.media.translation.alt`,`property_group_option.media.translation.alt`) as `property_group_option.media.alt`, `property_group_option.media.translation.fallback_1.customFields`, `property_group_option.media.translation.customFields`, COALESCE(`property_group_option.media.translation.fallback_1.customFields`,`property_group_option.media.translation.customFields`,`property_group_option.media.translation.customFields`) as `property_group_option.media.customFields`, `property_group_option.media.translation.fallback_1.createdAt`, `property_group_option.media.translation.createdAt`, `property_group_option.media.translation.fallback_1.updatedAt`, `property_group_option.media.translation.updatedAt`, `property_group_option.media.translation.fallback_1.mediaId`, `property_group_option.media.translation.mediaId`, `property_group_option.media.translation.fallback_1.languageId`, `property_group_option.media.translation.languageId`, `property_group_option.translation.fallback_1.name`, `property_group_option.translation.name`, COALESCE(`property_group_option.translation.fallback_1.name`,`property_group_option.translation.name`,`property_group_option.translation.name`) as `property_group_option.name`, `property_group_option.translation.fallback_1.position`, `property_group_option.translation.position`, COALESCE(`property_group_option.translation.fallback_1.position`,`property_group_option.translation.position`,`property_group_option.translation.position`) as `property_group_option.position`, `property_group_option.translation.fallback_1.customFields`, `property_group_option.translation.customFields`, COALESCE(`property_group_option.translation.fallback_1.customFields`,`property_group_option.translation.customFields`,`property_group_option.translation.customFields`) as `property_group_option.customFields`, `property_group_option.translation.fallback_1.createdAt`, `property_group_option.translation.createdAt`, `property_group_option.translation.fallback_1.updatedAt`, `property_group_option.translation.updatedAt`, `property_group_option.translation.fallback_1.propertyGroupOptionId`, `property_group_option.translation.propertyGroupOptionId`, `property_group_option.translation.fallback_1.languageId`, `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`, `property_group_option.translation.fallback_1`.name as `property_group_option.translation.fallback_1.name`, `property_group_option.translation.fallback_1`.position as `property_group_option.translation.fallback_1.position`, `property_group_option.translation.fallback_1`.custom_fields as `property_group_option.translation.fallback_1.customFields`, `property_group_option.translation.fallback_1`.created_at as `property_group_option.translation.fallback_1.createdAt`, `property_group_option.translation.fallback_1`.updated_at as `property_group_option.translation.fallback_1.updatedAt`, `property_group_option.translation.fallback_1`.property_group_option_id as `property_group_option.translation.fallback_1.propertyGroupOptionId`, `property_group_option.translation.fallback_1`.language_id as `property_group_option.translation.fallback_1.languageId` FROM `property_group_option_translation` `property_group_option.translation` LEFT JOIN `property_group_option_translation` `property_group_option.translation.fallback_1` ON `property_group_option.translation`.`property_group_option_id` = `property_group_option.translation.fallback_1`.`property_group_option_id` AND `property_group_option.translation.fallback_1`.language_id = :languageId1 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`, `property_group_option.group.translation.fallback_1`.name as `property_group_option.group.translation.fallback_1.name`, `property_group_option.group.translation.fallback_1`.description as `property_group_option.group.translation.fallback_1.description`, `property_group_option.group.translation.fallback_1`.position as `property_group_option.group.translation.fallback_1.position`, `property_group_option.group.translation.fallback_1`.custom_fields as `property_group_option.group.translation.fallback_1.customFields`, `property_group_option.group.translation.fallback_1`.created_at as `property_group_option.group.translation.fallback_1.createdAt`, `property_group_option.group.translation.fallback_1`.updated_at as `property_group_option.group.translation.fallback_1.updatedAt`, `property_group_option.group.translation.fallback_1`.property_group_id as `property_group_option.group.translation.fallback_1.propertyGroupId`, `property_group_option.group.translation.fallback_1`.language_id as `property_group_option.group.translation.fallback_1.languageId` FROM `property_group_translation` `property_group_option.group.translation` LEFT JOIN `property_group_translation` `property_group_option.group.translation.fallback_1` ON `property_group_option.group.translation`.`property_group_id` = `property_group_option.group.translation.fallback_1`.`property_group_id` AND `property_group_option.group.translation.fallback_1`.language_id = :languageId1 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`, `property_group_option.media.translation.fallback_1`.title as `property_group_option.media.translation.fallback_1.title`, `property_group_option.media.translation.fallback_1`.alt as `property_group_option.media.translation.fallback_1.alt`, `property_group_option.media.translation.fallback_1`.custom_fields as `property_group_option.media.translation.fallback_1.customFields`, `property_group_option.media.translation.fallback_1`.created_at as `property_group_option.media.translation.fallback_1.createdAt`, `property_group_option.media.translation.fallback_1`.updated_at as `property_group_option.media.translation.fallback_1.updatedAt`, `property_group_option.media.translation.fallback_1`.media_id as `property_group_option.media.translation.fallback_1.mediaId`, `property_group_option.media.translation.fallback_1`.language_id as `property_group_option.media.translation.fallback_1.languageId` FROM `media_translation` `property_group_option.media.translation` LEFT JOIN `media_translation` `property_group_option.media.translation.fallback_1` ON `property_group_option.media.translation`.`media_id` = `property_group_option.media.translation.fallback_1`.`media_id` AND `property_group_option.media.translation.fallback_1`.language_id = :languageId1 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.fallback_1.name`,
`property_group_option.group.translation.name`,
COALESCE(
`property_group_option.group.translation.fallback_1.name`,
`property_group_option.group.translation.name`,
`property_group_option.group.translation.name`
) as `property_group_option.group.name`,
`property_group_option.group.translation.fallback_1.description`,
`property_group_option.group.translation.description`,
COALESCE(
`property_group_option.group.translation.fallback_1.description`,
`property_group_option.group.translation.description`,
`property_group_option.group.translation.description`
) as `property_group_option.group.description`,
`property_group_option.group.translation.fallback_1.position`,
`property_group_option.group.translation.position`,
COALESCE(
`property_group_option.group.translation.fallback_1.position`,
`property_group_option.group.translation.position`,
`property_group_option.group.translation.position`
) as `property_group_option.group.position`,
`property_group_option.group.translation.fallback_1.customFields`,
`property_group_option.group.translation.customFields`,
COALESCE(
`property_group_option.group.translation.fallback_1.customFields`,
`property_group_option.group.translation.customFields`,
`property_group_option.group.translation.customFields`
) as `property_group_option.group.customFields`,
`property_group_option.group.translation.fallback_1.createdAt`,
`property_group_option.group.translation.createdAt`,
`property_group_option.group.translation.fallback_1.updatedAt`,
`property_group_option.group.translation.updatedAt`,
`property_group_option.group.translation.fallback_1.propertyGroupId`,
`property_group_option.group.translation.propertyGroupId`,
`property_group_option.group.translation.fallback_1.languageId`,
`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.fallback_1.title`,
`property_group_option.media.translation.title`,
COALESCE(
`property_group_option.media.translation.fallback_1.title`,
`property_group_option.media.translation.title`,
`property_group_option.media.translation.title`
) as `property_group_option.media.title`,
`property_group_option.media.translation.fallback_1.alt`,
`property_group_option.media.translation.alt`,
COALESCE(
`property_group_option.media.translation.fallback_1.alt`,
`property_group_option.media.translation.alt`,
`property_group_option.media.translation.alt`
) as `property_group_option.media.alt`,
`property_group_option.media.translation.fallback_1.customFields`,
`property_group_option.media.translation.customFields`,
COALESCE(
`property_group_option.media.translation.fallback_1.customFields`,
`property_group_option.media.translation.customFields`,
`property_group_option.media.translation.customFields`
) as `property_group_option.media.customFields`,
`property_group_option.media.translation.fallback_1.createdAt`,
`property_group_option.media.translation.createdAt`,
`property_group_option.media.translation.fallback_1.updatedAt`,
`property_group_option.media.translation.updatedAt`,
`property_group_option.media.translation.fallback_1.mediaId`,
`property_group_option.media.translation.mediaId`,
`property_group_option.media.translation.fallback_1.languageId`,
`property_group_option.media.translation.languageId`,
`property_group_option.translation.fallback_1.name`,
`property_group_option.translation.name`,
COALESCE(
`property_group_option.translation.fallback_1.name`,
`property_group_option.translation.name`,
`property_group_option.translation.name`
) as `property_group_option.name`,
`property_group_option.translation.fallback_1.position`,
`property_group_option.translation.position`,
COALESCE(
`property_group_option.translation.fallback_1.position`,
`property_group_option.translation.position`,
`property_group_option.translation.position`
) as `property_group_option.position`,
`property_group_option.translation.fallback_1.customFields`,
`property_group_option.translation.customFields`,
COALESCE(
`property_group_option.translation.fallback_1.customFields`,
`property_group_option.translation.customFields`,
`property_group_option.translation.customFields`
) as `property_group_option.customFields`,
`property_group_option.translation.fallback_1.createdAt`,
`property_group_option.translation.createdAt`,
`property_group_option.translation.fallback_1.updatedAt`,
`property_group_option.translation.updatedAt`,
`property_group_option.translation.fallback_1.propertyGroupOptionId`,
`property_group_option.translation.propertyGroupOptionId`,
`property_group_option.translation.fallback_1.languageId`,
`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`,
`property_group_option.translation.fallback_1`.name as `property_group_option.translation.fallback_1.name`,
`property_group_option.translation.fallback_1`.position as `property_group_option.translation.fallback_1.position`,
`property_group_option.translation.fallback_1`.custom_fields as `property_group_option.translation.fallback_1.customFields`,
`property_group_option.translation.fallback_1`.created_at as `property_group_option.translation.fallback_1.createdAt`,
`property_group_option.translation.fallback_1`.updated_at as `property_group_option.translation.fallback_1.updatedAt`,
`property_group_option.translation.fallback_1`.property_group_option_id as `property_group_option.translation.fallback_1.propertyGroupOptionId`,
`property_group_option.translation.fallback_1`.language_id as `property_group_option.translation.fallback_1.languageId`
FROM
`property_group_option_translation` `property_group_option.translation`
LEFT JOIN `property_group_option_translation` `property_group_option.translation.fallback_1` ON `property_group_option.translation`.`property_group_option_id` = `property_group_option.translation.fallback_1`.`property_group_option_id`
AND `property_group_option.translation.fallback_1`.language_id = : languageId1
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`,
`property_group_option.group.translation.fallback_1`.name as `property_group_option.group.translation.fallback_1.name`,
`property_group_option.group.translation.fallback_1`.description as `property_group_option.group.translation.fallback_1.description`,
`property_group_option.group.translation.fallback_1`.position as `property_group_option.group.translation.fallback_1.position`,
`property_group_option.group.translation.fallback_1`.custom_fields as `property_group_option.group.translation.fallback_1.customFields`,
`property_group_option.group.translation.fallback_1`.created_at as `property_group_option.group.translation.fallback_1.createdAt`,
`property_group_option.group.translation.fallback_1`.updated_at as `property_group_option.group.translation.fallback_1.updatedAt`,
`property_group_option.group.translation.fallback_1`.property_group_id as `property_group_option.group.translation.fallback_1.propertyGroupId`,
`property_group_option.group.translation.fallback_1`.language_id as `property_group_option.group.translation.fallback_1.languageId`
FROM
`property_group_translation` `property_group_option.group.translation`
LEFT JOIN `property_group_translation` `property_group_option.group.translation.fallback_1` ON `property_group_option.group.translation`.`property_group_id` = `property_group_option.group.translation.fallback_1`.`property_group_id`
AND `property_group_option.group.translation.fallback_1`.language_id = : languageId1
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`,
`property_group_option.media.translation.fallback_1`.title as `property_group_option.media.translation.fallback_1.title`,
`property_group_option.media.translation.fallback_1`.alt as `property_group_option.media.translation.fallback_1.alt`,
`property_group_option.media.translation.fallback_1`.custom_fields as `property_group_option.media.translation.fallback_1.customFields`,
`property_group_option.media.translation.fallback_1`.created_at as `property_group_option.media.translation.fallback_1.createdAt`,
`property_group_option.media.translation.fallback_1`.updated_at as `property_group_option.media.translation.fallback_1.updatedAt`,
`property_group_option.media.translation.fallback_1`.media_id as `property_group_option.media.translation.fallback_1.mediaId`,
`property_group_option.media.translation.fallback_1`.language_id as `property_group_option.media.translation.fallback_1.languageId`
FROM
`media_translation` `property_group_option.media.translation`
LEFT JOIN `media_translation` `property_group_option.media.translation.fallback_1` ON `property_group_option.media.translation`.`media_id` = `property_group_option.media.translation.fallback_1`.`media_id`
AND `property_group_option.media.translation.fallback_1`.language_id = : languageId1
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.fallback_1.name`, `property_group_option.group.translation.name`, COALESCE(`property_group_option.group.translation.fallback_1.name`,`property_group_option.group.translation.name`,`property_group_option.group.translation.name`) as `property_group_option.group.name`, `property_group_option.group.translation.fallback_1.description`, `property_group_option.group.translation.description`, COALESCE(`property_group_option.group.translation.fallback_1.description`,`property_group_option.group.translation.description`,`property_group_option.group.translation.description`) as `property_group_option.group.description`, `property_group_option.group.translation.fallback_1.position`, `property_group_option.group.translation.position`, COALESCE(`property_group_option.group.translation.fallback_1.position`,`property_group_option.group.translation.position`,`property_group_option.group.translation.position`) as `property_group_option.group.position`, `property_group_option.group.translation.fallback_1.customFields`, `property_group_option.group.translation.customFields`, COALESCE(`property_group_option.group.translation.fallback_1.customFields`,`property_group_option.group.translation.customFields`,`property_group_option.group.translation.customFields`) as `property_group_option.group.customFields`, `property_group_option.group.translation.fallback_1.createdAt`, `property_group_option.group.translation.createdAt`, `property_group_option.group.translation.fallback_1.updatedAt`, `property_group_option.group.translation.updatedAt`, `property_group_option.group.translation.fallback_1.propertyGroupId`, `property_group_option.group.translation.propertyGroupId`, `property_group_option.group.translation.fallback_1.languageId`, `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.fallback_1.title`, `property_group_option.media.translation.title`, COALESCE(`property_group_option.media.translation.fallback_1.title`,`property_group_option.media.translation.title`,`property_group_option.media.translation.title`) as `property_group_option.media.title`, `property_group_option.media.translation.fallback_1.alt`, `property_group_option.media.translation.alt`, COALESCE(`property_group_option.media.translation.fallback_1.alt`,`property_group_option.media.translation.alt`,`property_group_option.media.translation.alt`) as `property_group_option.media.alt`, `property_group_option.media.translation.fallback_1.customFields`, `property_group_option.media.translation.customFields`, COALESCE(`property_group_option.media.translation.fallback_1.customFields`,`property_group_option.media.translation.customFields`,`property_group_option.media.translation.customFields`) as `property_group_option.media.customFields`, `property_group_option.media.translation.fallback_1.createdAt`, `property_group_option.media.translation.createdAt`, `property_group_option.media.translation.fallback_1.updatedAt`, `property_group_option.media.translation.updatedAt`, `property_group_option.media.translation.fallback_1.mediaId`, `property_group_option.media.translation.mediaId`, `property_group_option.media.translation.fallback_1.languageId`, `property_group_option.media.translation.languageId`, `property_group_option.translation.fallback_1.name`, `property_group_option.translation.name`, COALESCE(`property_group_option.translation.fallback_1.name`,`property_group_option.translation.name`,`property_group_option.translation.name`) as `property_group_option.name`, `property_group_option.translation.fallback_1.position`, `property_group_option.translation.position`, COALESCE(`property_group_option.translation.fallback_1.position`,`property_group_option.translation.position`,`property_group_option.translation.position`) as `property_group_option.position`, `property_group_option.translation.fallback_1.customFields`, `property_group_option.translation.customFields`, COALESCE(`property_group_option.translation.fallback_1.customFields`,`property_group_option.translation.customFields`,`property_group_option.translation.customFields`) as `property_group_option.customFields`, `property_group_option.translation.fallback_1.createdAt`, `property_group_option.translation.createdAt`, `property_group_option.translation.fallback_1.updatedAt`, `property_group_option.translation.updatedAt`, `property_group_option.translation.fallback_1.propertyGroupOptionId`, `property_group_option.translation.propertyGroupOptionId`, `property_group_option.translation.fallback_1.languageId`, `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`, `property_group_option.translation.fallback_1`.name as `property_group_option.translation.fallback_1.name`, `property_group_option.translation.fallback_1`.position as `property_group_option.translation.fallback_1.position`, `property_group_option.translation.fallback_1`.custom_fields as `property_group_option.translation.fallback_1.customFields`, `property_group_option.translation.fallback_1`.created_at as `property_group_option.translation.fallback_1.createdAt`, `property_group_option.translation.fallback_1`.updated_at as `property_group_option.translation.fallback_1.updatedAt`, `property_group_option.translation.fallback_1`.property_group_option_id as `property_group_option.translation.fallback_1.propertyGroupOptionId`, `property_group_option.translation.fallback_1`.language_id as `property_group_option.translation.fallback_1.languageId` FROM `property_group_option_translation` `property_group_option.translation` LEFT JOIN `property_group_option_translation` `property_group_option.translation.fallback_1` ON `property_group_option.translation`.`property_group_option_id` = `property_group_option.translation.fallback_1`.`property_group_option_id` AND `property_group_option.translation.fallback_1`.language_id = 0x76393D0A5F754C5A80FB3EC7B3B3DB05 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`, `property_group_option.group.translation.fallback_1`.name as `property_group_option.group.translation.fallback_1.name`, `property_group_option.group.translation.fallback_1`.description as `property_group_option.group.translation.fallback_1.description`, `property_group_option.group.translation.fallback_1`.position as `property_group_option.group.translation.fallback_1.position`, `property_group_option.group.translation.fallback_1`.custom_fields as `property_group_option.group.translation.fallback_1.customFields`, `property_group_option.group.translation.fallback_1`.created_at as `property_group_option.group.translation.fallback_1.createdAt`, `property_group_option.group.translation.fallback_1`.updated_at as `property_group_option.group.translation.fallback_1.updatedAt`, `property_group_option.group.translation.fallback_1`.property_group_id as `property_group_option.group.translation.fallback_1.propertyGroupId`, `property_group_option.group.translation.fallback_1`.language_id as `property_group_option.group.translation.fallback_1.languageId` FROM `property_group_translation` `property_group_option.group.translation` LEFT JOIN `property_group_translation` `property_group_option.group.translation.fallback_1` ON `property_group_option.group.translation`.`property_group_id` = `property_group_option.group.translation.fallback_1`.`property_group_id` AND `property_group_option.group.translation.fallback_1`.language_id = 0x76393D0A5F754C5A80FB3EC7B3B3DB05 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`, `property_group_option.media.translation.fallback_1`.title as `property_group_option.media.translation.fallback_1.title`, `property_group_option.media.translation.fallback_1`.alt as `property_group_option.media.translation.fallback_1.alt`, `property_group_option.media.translation.fallback_1`.custom_fields as `property_group_option.media.translation.fallback_1.customFields`, `property_group_option.media.translation.fallback_1`.created_at as `property_group_option.media.translation.fallback_1.createdAt`, `property_group_option.media.translation.fallback_1`.updated_at as `property_group_option.media.translation.fallback_1.updatedAt`, `property_group_option.media.translation.fallback_1`.media_id as `property_group_option.media.translation.fallback_1.mediaId`, `property_group_option.media.translation.fallback_1`.language_id as `property_group_option.media.translation.fallback_1.languageId` FROM `media_translation` `property_group_option.media.translation` LEFT JOIN `media_translation` `property_group_option.media.translation.fallback_1` ON `property_group_option.media.translation`.`media_id` = `property_group_option.media.translation.fallback_1`.`media_id` AND `property_group_option.media.translation.fallback_1`.language_id = 0x76393D0A5F754C5A80FB3EC7B3B3DB05 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 (0x0036F7A3A0D943A4B8DA545D606E1952, 0x006FE0639ABD4AE29E536EB30BF5C441, 0x01FEB40AD0544E32A3D50B72CD4EEF4F, 0x020B02DB94884DECB93C91714DDD5744, 0x0218C5C704564DFB9D5B75AA46CEC5A5, 0x0297354ABB9143F589A57A4DA8CE3898, 0x02EF18072113413AB7A5B4297D15D005, 0x0395EE3D954B4F9599F9DA7650A2142E, 0x0410B248F2134A03B4BBC7541E4B3247, 0x046DFA08A88F450AB29AE873114F4496, 0x04AB4C02BEE44AB7AA6FA55833AF39CD, 0x04D6382D8E8C402091B39342B8DFF0A6, 0x05755D26E8184EFB8D61AE0D2A86730D, 0x0596794FDFE44F17AD67FA5641A4DED5, 0x06AEE637E4F646C6912E53C29A1675B7, 0x06B9105358AB4590B46CF143A31849CF, 0x06FE04A968B646A2ABFDCB620303ECB4, 0x0710443395EF4A72AF8A8318626E719E, 0x077672C32BAB41738EBFB25F5E69F1D0, 0x0783EE1B780949988924C7885276318B, 0x083B7FE4FD094097BB606047E2DDCA2E, 0x08F772831914495BA69D7B9A40FE9574, 0x09374FE997B64EC7B52FFE915630A1C6, 0x09AA1DD5B02D4764BC245D79ECFB1AF3, 0x0B080294593A42B3A8BF7714697C438A, 0x0B2A3C5F88634C3E8713333F1AC52A69, 0x0B3653ECEF1249AFBE673229C498D63F, 0x0B3DD126068B4C1B9FF4FD5EF8B25EA9, 0x0BE771D4C5AB405FA9761BA962D32AE9, 0x0BF573D6FC7E42618183C3502E6FBC2D, 0x0C9681C8E1F64CCD926B165508FAD803, 0x0CD4EA946B6C463FAE5F8D987000A148, 0x0CE2F83A8AEA4BEDBC20FB34F04FFFC9, 0x0D331AC511034D13BE453E9A3E76801F, 0x0D9139887EB94BC3ADA51BF8C008619E, 0x0E709EF26A384D6CAB76FC4AA8BFE48C, 0x0EBF747536944A76B50F7FE241FCC005, 0x0F2B2F781A8F4B0287C1AE775BDF8F94, 0x0FA52932EDB945DCB61D21DA3E690595, 0x0FDDDDED74C74CAC81796DACE7F84CB8, 0x0FE079F367D94AEA87A423588A96EA08, 0x104BF4E9EEA347EBB73FFDB578956373, 0x11044BBAFE4B40BF969745897E53246D, 0x1116DF43663E41308D1355156A056BF0, 0x111ABBE9CF0B4AF3853292BA930E143F, 0x112D9888A5AF41B183CCBA5C635487E4, 0x12B3909FAAB044B7B6A3160F7A8608AB, 0x12C80385D3CB4DBD9BD377F76F10D805, 0x1339CB0CEADA4A26B1275EC8289349C2, 0x135CDF9E7E7B429BBBCAE65F0B9058A6, 0x13BCC8A92A574C5C86CE5BFA47927557, 0x13EFAB9C3D304990B9F32E61D875F3E9, 0x14AF01B871954D6FB128018BAD402B5E, 0x14DD5B81B1254E44800B0C6634B46182, 0x14E8176914E94137857C8F1FA2FE9CCA, 0x1551B5A970A04C79AF7E01801AABE304, 0x165865F4F8E949409BF1E273E63D9C8C, 0x1689F6EB9897406CA40570E0BDE8B3C9, 0x16EF1D8A93534ADEA418B0C18BA7A0A9, 0x175F3EB8F71D49EE9C13A88F86B7AD43, 0x17EF24320CF2429F9938A9AA33889D4C, 0x18338C9AFC084C5DA693EB6427E8EBCE, 0x18966C0971A34AEBBC41411CE2172774, 0x18CFD203455D4E52987CF9610001D1A7, 0x18FF1CC29BD946F39CF05E5DCE70A0D9, 0x193A836198D94F4CB2B4C2F80792FD42, 0x1943EAABE904453E99914AE7207306EC, 0x19F3E3FC8DF042DF8190607E96E55E55, 0x1BDB11553E1440A68C5F1310FDFF3B4A, 0x1CED7B679D6445B6B7A8174852F8C866, 0x1CFF4C3AE71C427E96AF9FC407F75541, 0x1D091C15062944DEB8EC827029805CEF, 0x1DA2681AA8B54F94ADA42AD5379EB8CF, 0x1DD1982100604B99A5739C994ECC232F, 0x1E518DBF4DD14357A7DC34B6E6C53124, 0x1F28BFDECEB84B4AB5B5BE001A9DE5A3, 0x1FF753C08F004B52B06376EDE181B974, 0x207A2F34DCED4A80B239F446EE9A3588, 0x2138ABE0AF29489D90F271F970B49907, 0x2146F8CF88914B2EB155A6C202DC5DF3, 0x21BBF8CEF6194B5C854569699FAF9482, 0x222C67D7DE2241989DF7FB349A85E3DE, 0x235DC77EC2AA48BDB96CB26BA3A89B90, 0x25463A50C9934D3B8C8985CF12561F63, 0x2746354AF32A4BFB981DF84C7A678AEA, 0x27E1A00E315D47F4846CBEDDB60A9A02, 0x281C64C8CF0B4568805114DB4F81FA22, 0x289BCBC387444A0FBAA30931FBCD55C9, 0x2A92D282378A4865947510926AE14CAC, 0x2B174C4BAD7140998ACF416DDEB92318, 0x2BBEA2416651480385FEA4F4938600F9, 0x2BE152F7CAC34330B6E1DDA28FFDD048, 0x2D01EA15835B489EB5038D478D5DDD2E, 0x2E4C4F825C764D8888973DBDAE2BCDBF, 0x2FD45DDAA1E64AAFB033CAF132DCAF78, 0x305D9A65CFD14527B8BA7BA44702FCD4, 0x309E3BB3477C464DB46F44FB488BC9B0, 0x3195AA5CE63D45D898381BDF97BC4652, 0x33109D1F12764249BE8AB458C2C281F5, 0x3321E16F598C4F8188FEE83314624445, 0x336D21154C7041548FCFAC0E88DC4F31, 0x33B7F654FEDE4B1DB91C3447F118B013, 0x33EF0FF2795445ED9BEBC21E0450EE03, 0x34DAAD82E91E4E0586777D6686FACB2F, 0x3513B1726A1842378091DA319430EB2F, 0x35808A54464D40098D33E0E91E531E41, 0x3615BCAED86141D4B241258BF9DE17A2, 0x36BEA6E026D5467F848AB92EEF31CF16, 0x36FB99299C994FB3ADC3AA6766E38EA6, 0x385C870D10CD41D18A37ABEA3F0CC131, 0x3930E3E51E994243B5C67B5C1AFDE67E, 0x39FF031BEC074B919222C173FA37C3B2, 0x3AB5A5E1CABD491391573466BD40CF3F, 0x3B0EF1E9435E4B4EADD46C569BE7EAE9, 0x3BC22BCC2D3D441CB26625F6805EFADD, 0x3BC80C9A119D43E5AAE0483E385EED51, 0x3BD5D044D1694CFDBF9CEBD9C255C987, 0x3C18562A29A24495BAB15D94EF9D21A1, 0x3D5C0ABF347049A5B6F0F8B006EDE826, 0x3E1C475AE19F4660AB3EE4C3DC8AFEB8, 0x3EB89A1DA3BB43FD8233F3E5FFC65EC8, 0x3F40E6AB67B348D68ED2D451258F4D60, 0x40705D5EEFBF4613AF27E9935952E302, 0x40DEAAA46C874351AB9FF778B04A2C25, 0x40F78B762AFE46E99ED9C9FD86AFA1DD, 0x4166D6BD6B9C4F0F83CE031EAA0A32D0, 0x42CD3BF83FAE4569BBC38C608FB8526A, 0x4311117489DF4B9BB69DE5BF0D30915F, 0x444D7C28A55C48FB95F3D970C774C4FF, 0x4467BCE04ADA4EDA821987AEAE6BFAC0, 0x448EF04EBC9E42A8A7E226BB09976681, 0x4528B4FC22144E919F6CD9F73170D6A8, 0x454981A2AB2B4294BB27AEACAF898E90, 0x45F9CE75E22F41B997FA94A179A8A6BF, 0x460E8538E63E46F589C8365F39147023, 0x46401B3A434049B2AF7E065637922B5E, 0x46F0A5D636D24486942B5C464F5B53C0, 0x472842C12292443CA1075FF3435CC69C, 0x4751AE57B469491985BDBC902532BCB2, 0x4778A6AF8C744ED8AEB9E5E994FFD23D, 0x4816A70FCD724985BAFB9B0EE2535A20, 0x4A5DCB9F23B34688A5D9C504620CFD84, 0x4B6F9D26620E4EA68FA97B4A49E7E352, 0x4BB3B010526C40B584B1367BE6898E3C, 0x4C0EE4A7514A4CB09CEBBEF43259AE64, 0x4C9A83A8FB1B42E49206ABC38D9DF56E, 0x4C9DAD5A1B46474E92804E3312B97BFE, 0x4DB2295F7AD844B0A1723EDE28F084AE, 0x4F513F3ED808428793BC40C7B8AC6DFC, 0x4F5DBD613F58448683A6655F6CF8B3DE, 0x4F646946339A4091BFC224E7A5AD19EB, 0x4F9E179E94A3499DA04CC42380CEC22C, 0x5019D1DE41F840AAAB7584EA1FAA0543, 0x501DAC501DA24AF8B4FA07DA29D7E23F, 0x51950F3AE9EB40228478ECAFCBDD4B63, 0x52A8A448580D479DAA4D7D801C6C8DB3, 0x52D36ED8BB7E46A6B33A8C9A4C9A0D66, 0x53109BE098F2414C9B4A73856C8C2A08, 0x54D529C6409B4957A862C9FFEB1BDE5A, 0x54E2A6572BA84CECB09EB7AE2A67303C, 0x559CF72114604AC1A90EB4B9577F6AD2, 0x55FE9817C0F342898CFA2F732556212A, 0x56A6D88F8EB14923A2D996657D6CF8D4, 0x576542F2C1A7463A899C0BDE0BCA95BC, 0x583A22EB13934724B00200E45052C0FE, 0x586F77D00A9B43D4BB4A6DBBA023637A, 0x588DF33A984243A085E7A8FDDABE50F2, 0x58B8120CCEC04C4D93EAACA39E0AF7D8, 0x58C35048040E4C3A93F002F83D3EBED1, 0x5914EB1C077C473BB12FBFC91D971F34, 0x5949B6DDA4284BDB9376E5BAB1020A52, 0x5A14FDE4D63346E9AC828ADA8A1AE992, 0x5A2CAB74EF2F4D4585348E240C40AE61, 0x5A414EFAC3E5438BB35C7EC8F6DB7737, 0x5B3B79DBCEB144E6A9F58E116EF9D849, 0x5BB7E73476F7477D92CE07A74FCA95D8, 0x5C256310FE9F4B48AFF215729EC7A325, 0x5C89781A06C14204AE6DD2ACC28D135C, 0x5C8B5EDAD99842028FDABDA8ABED4A72, 0x5CF83C2AED63498982B1CD12A88F94EB, 0x5E9B64CF8246473A9F41A064D5BF0B09, 0x5FA5F748AB924BA89CE4291B6FC2372A, 0x6018399B803C4B2AB0F30367EC5FF5BD, 0x60A49E78EED04F57855A6DB030B07D11, 0x61006736AF6E438CB62701C0634E7E7E, 0x61D7A3BF8B464B98AF34DFC39A2495E9, 0x6250CF685E0A4F6C8BCAB8477B433341, 0x640DE5C6258D4540AAD65CA9F954AAAB, 0x64B91BA0C5174B05A3FD274A442EF8A6, 0x64C3BF5DB0EF4C829E5628AF321069DF, 0x65E213F2801A4BB59F03F9125CE6FD1F, 0x6819F51BEF5E4309BF8610AE9E308449, 0x68506334E9D24657AEE6FD96CC47794B, 0x6A0BE9E1108F4B4BB9168785F33B974D, 0x6A939BFAE24E4BCBB64D5CABA7A97179, 0x6AC3759801F24327B0910B75D20EF2D5, 0x6B05E0627A01442C90135EB1DB0E1096, 0x6BF2C80EC51E4F19A5895DD9568CC074, 0x6BFAAD85E483491788F44E58906DE831, 0x6C3908C3EF9F43A1985B2BB72FC7C154, 0x6C7E1FCEC2B44895BED5DB81B2D55103, 0x6C83622E071C4497AB218359C1F3E2DA, 0x6CC4E184211B4A458233C268BDA82F0E, 0x6D44B3736985409991173D579A73E163, 0x6D4850DB2157445FADFEC9C33D23EF20, 0x6D79A4C9D3AE4829AC73B421034726AA, 0x6D9FE80923134CCC8E6E452702B1D606, 0x6DA9C859F02C42CFA486F888C85D1A19, 0x6DC4F3DF10994F7BA8044EC74DB1E874, 0x6DDAD9191DE6480EA21405E0B55E4B78, 0x6E7CFE7D32C64A27A01059AFAF7AD3C4, 0x6E7DF26E12FB4CD1A137CC83BFCBE3D4, 0x6EE9914E5C844391ABCCF3D3C6D36AD6, 0x7043C279E5BD4D0E8911801A3E51F1AA, 0x70661122876B4DBDA2DEA2D28D4B0B37, 0x70731BE7E9394FE8ADD48E947CCD6935, 0x707F1C260B754397A65CAEE6157A56DE, 0x7210765C3D634B8ABA455783F63D8619, 0x7256E07ABA2B433A9C702D0487BBB302, 0x731ACF55B9544E9D9FB4F7AC5E9B0271, 0x7402D531CF394553B2D0DAB1EAF4037E, 0x74142E94C7CA40CE99B4A68C1B0D5153, 0x7539C89C7F244F279D9B6BF98A694EB9, 0x75EE93EB7884457F96EAF421B4444367, 0x767F9B22769C4F35AAE623ED84204185, 0x77F89CF275054D86A1967A182822C36A, 0x7860E3CE6C0747CF8D2552984880AFF1, 0x78D1C65582894C5CB335BB91E1168E96, 0x78D3B1568F7C426EAE1BCE69E9C150B0, 0x7A08701AD04547ACAD0EF46738BD3030, 0x7A1641DA83884288BC286D3998E3CEF3, 0x7A18D6AD952F45498447D7161FC36E63, 0x7A7859B8E9934EA69FF18CC141769569, 0x7AA04EB9C8BA43DFBA98AB5DB0C5A6A2, 0x7AB03B4DF8954CE399B57FD4B5C70889, 0x7B332F4F47BF45D0BA6BEB86A48F3FFF, 0x7BEDEFF06024477CBDAF127586C22BF3, 0x7C0406B106C640098C7E618EB321174B, 0x7C3EB98E537F44A5B7BF8BAA342C5313, 0x7C85C9B1BDD446DA8EBB200E58D8E207, 0x7CBCB5A9AF3345B68C40C66BE292886D, 0x7D3F37972FC04CBB9B1F95AAE8CF194E, 0x7E0A1F095E444A8B933C39D569E82DA3, 0x7E3B930EC52048819BC57300FFC5FDB0, 0x7E86902B03F945FF93919FA96599A70D, 0x7ED768DEEB5447AB9553A73EADE4C459, 0x7F68555B5C74413188C5D8007661950A, 0x7F6D025F07154A858F23BCFB75101654, 0x7F9DAC8BBA924FAABC88D3FB0AA5A9E4, 0x7FF14808E2B643908B3D3549FCCEA4E7, 0x8133A60C5F2D42ABB9CEC3772B7B5018, 0x82D38A2AA2E54EAC9481C443CFCC73E3, 0x831994C411CB4B9B870AB2F077ECD2DE, 0x84315D056E834C149D99CFBE1E29F9E0, 0x8464738D4C494532A39DF02274536C87, 0x8492AD71C2BC4823815180C27DDB35EE, 0x84A529498AEF441C8E74E284C2D2CF8E, 0x84F7F0392A8A44B48EBFA55E9CCA2F88, 0x8583FEC3905A410CA337C63036B45441, 0x86484BC61A574E7CB19CEBFEBC07E310, 0x87D5C34FCF4C4AE2B7AB51F05ABFD6BF, 0x88289846C09C4B2BA445D2EC11D4C896, 0x882D49C8A4D044D58A1249374234000F, 0x886916BBC4BB4FC7862F4ED93FC0A566, 0x8902F097F0F84CAC8B5351A3BA167533, 0x896E3463DD7D449487BA15CEA54CC5CF, 0x89765351BCBB410A822AA0DAD7ED061A, 0x89E4C2F4E67C42AF9B776F8379EF8E14, 0x89F21BC9F0ED4AA2BC1E56F70DECB967, 0x8AB8556DD3F4490B8D2A0235EB1EA0FC, 0x8B5A0C8ABDC04F50ABF473B4067877AE, 0x8C056831D9B849E28E5AACF3126400BE, 0x8C0D00C6C86F4C069DC83C6551DD8828, 0x8C27EB5CCECB4492BCBDBDC5F916A7AE, 0x8C44F9E332494A498673EDEEC2BC9AE3, 0x8C7D6580F576442FB33833AEEAFA950A, 0x8CB1A8B788E843FF8F1BA0330FCC1042, 0x8DC2FDC4A70C411FA32220E1AF4C8E3C, 0x8DD6E14435794B148A01EDA3C76507FF, 0x8DFE18FCD1484A94A9F644B8FEEB452D, 0x8E90DC13231E4A099DDB5BEB5B78E001, 0x8ED5E4BF42F94154B74A75D892900E45, 0x8EE4AD6DC1E74942B32A3CAC17AB89A4, 0x8FA03438E4BB4751BC62E4677E8BB93D, 0x8FCAD9AF5E4540C2A0FFCB8048D4B563, 0x917278149B334ED995EBDD5D5AC4BA3F, 0x922B3414C8F048F3B3871F0BD92F2DCB, 0x9260B0D4D77945F0B2F6CFD316F225A9, 0x929EB771A0C44F04B705A747707128CC, 0x92AB7B0D332442AD9076751BAF811236, 0x92C894FC05DF48BA96DE55A389EA8A0B, 0x92E02D7306C34B1A94B00D47534BDB2C, 0x93484B110AA74B72AC8A82D2D8046338, 0x93D40BAB7BF64B91AA09A340B71142D5, 0x94214F4AA0584AA2B53D79336CB44623, 0x9423CCA6717548159F86C389D385983A, 0x9452D63F7A374BAD90AA48CDCE007B5B, 0x9471F6771BCA4955B367AB1304ABB283, 0x949C34375CEA48C5AEDF14C59DFDC2DD, 0x957733F145EC49AE889035F20118E47D, 0x958FF1ABD1B844B1B1C8C70AEDEE8DE0, 0x97CDCF09A5D841B1AA3F05EDCC82CF81, 0x97E0117FF3994C6BB239233AA35187F9, 0x980006D8E2B248FF80FF1B0A88347BDF, 0x983CCF10CC364646973A9A2C7D920123, 0x98BB961541884BEC991C081AE42AA807, 0x99088DBB3B3E4B4BA172CB417D1DCBDE, 0x99DF6A7C1701455BA7A546A1C3406D93, 0x9B1EADEF406742EBB207D9E80D5BD633, 0x9B4766C4AE8740CCAD3F71D716C494BC, 0x9B6465534B1B47CEADFC868137879DFE, 0x9C26E69553EA45338211C1195115A4F1, 0x9C4F490709E449F79B9A6F78C6607BF1, 0x9C877BC5797B4810B56D85382BA10EC3, 0x9C97B728AC0C4FB3A7902D7DEACE9C98, 0x9CEFD5932CDB4B1092F613A49C978597, 0x9D2C5DF36CD145A8924C32C711F3EDFA, 0x9E002903A3F14BA3B223A015719C67EA, 0x9F698BC000FC436CB619FA5596FD3BE6, 0xA05D7E2580084423A602D00DDC336236, 0xA07A963F34AC4D809AAF65EE824550D1, 0xA11080F61E3F4EC5B426CE240AC7BE52, 0xA1950AF7E25D4E47B28AB546AA987440, 0xA2001C6EFEE243AEA5CCEE96DBE82AF7, 0xA2311D36C7A945A183BC8E20FEAD8B5E, 0xA2D247C5B3DB4ADA8923346398961E82, 0xA3271EBAB5054218878283520028C17B, 0xA4D041BCBF9E4B2A854FD63C3E4B9F1A, 0xA5F109D98CF84E04B7FF3E146E1E96F0, 0xA6DB57F438474053B7446B3B8970718E, 0xA6E6B21F17984E99AA50803A4B010B77, 0xA718C77FEE864B7D8C4147070ADF1DE9, 0xA8BB8FC84F0A44358E3BED3767E3F668, 0xA950FBC4FD5545A6BA424225434FB23D, 0xA954B0F8F9AB4FC2B8DC385BBB84408B, 0xA9AE57AD996D40BEB2B88A51CB0B2825, 0xAADEBEDCB3C0487295A9410580BFB3C4, 0xAB18BFA6AC2D4B6A876EBC2DF38ADEC4, 0xACB4752692B24F04AE339AA354C80A77, 0xACCA6068E8FE482A99B3885BA6A98536, 0xAD0BDD2741B94C9E9E38A53ED1DD890F, 0xAD1FF674B0DA4D5A8211DA57E789FB35, 0xAD4553B0374D4CB1A7F4E5E3F61D2AA7, 0xAD981D100B1A451EB60837E45E44AF98, 0xAE10991513A74BF4844E01221B37BEDC, 0xAE3738181CBE47849E39C90F0DD12591, 0xAE6A6B6080734E059102E6250158B5E0, 0xAF0C11298694458789B1315E3F3F5345, 0xAF7FDD5B76A04985BC273057A28844A3, 0xB118FBC990934224956170A76B6B85A2, 0xB131150144134E96BB900E158668B73E, 0xB2168580399A4FE090EDAEFA1AD1DF3B, 0xB316F122B06145D5B072FD568C2B411A, 0xB328F2377A8B4C08810917EBCDDD4C17, 0xB408A6678E5B4F7A96B7EA7A6EC8C54C, 0xB4E040276B1D4000BAA620C418874A0F, 0xB5D7E6EF2D0C4F7196813A435253FC33, 0xB5DBD4036E9346AEA20AA5DFF203322E, 0xB64D09DC11994186952E114B04E95046, 0xB6A2162C460748A6A3984A14B1DD8614, 0xB6BA924A9FE74D2B807A78434EF8BCB0, 0xB77E9CC602ED4F9DAB03E75CEDF71309, 0xB7EA94F9E8DB45CC9CD77F827AB7180F, 0xB86816008B5F434BBAACFF179B2CFA00, 0xB8719987E03041B8ADB59411D7117877, 0xB9A08D777ACA473694562A324FEBFBD5, 0xBA3B3FA20A434956ACB867D0DE92DD2B, 0xBAAC0BD11EC94C3CB2A3685C980D7FED, 0xBB718C4A92D24870A27C1607E6C33527, 0xBB9A2E5C79E1472FB283BC600A350257, 0xBBB07EF890D34E0DB51A3EE0E01857E0, 0xBBD582A7CB994678A6FB3AF0F8304091, 0xBBFA53EEC8DC47F6B17FA5005D1D7B21, 0xBBFF5405696A4960AE3EADA281207154, 0xBD263DCD7AB1482C8BBC83847A5F7DD2, 0xBDD2D24934094AF5BD3E8620C06693DF, 0xBEB341B08E8845908932329DBF028B36, 0xBEDA354D434146B2A39F95498F7FE0FA, 0xBFAB8EB14C4B4014944A6B24FC56AB16, 0xC0EB79DA9B5946DE99BCC45A3D6A3A8A, 0xC12FC69994C84448A7D2234FC59F16BD, 0xC14CB934AFBE4089B78A1CAC14564F66, 0xC16AB3E3D2CD4A0BAD6F446AE9AD54F5, 0xC1A1608F0F574E89A2A6CB9A325022C0, 0xC1D0A680DA7D44629C66D0FD4855AF84, 0xC1DCFBF0E3E74571ABDFB3F9D0DA7F18, 0xC1FA52B6E91943D0B9025223CD4485EE, 0xC24DCD2DEDEA44C08B5A0380646ACDC5, 0xC337FF45FC394AF0904BC85CDBAFCDAC, 0xC364C1945F37400990F24FB4B2BB54E9, 0xC5DF20706E4642EAB824BB7EABADE48E, 0xC6212174D9854958AAD3666CC88075CD, 0xC64E7656F7A641C4800A59F8C520CCFF, 0xC6C8D6D25E1D44CFBEB285FAB6EA5D0C, 0xC7493C286DA24E4AAC37794766D9A239, 0xC8A80129B8E54B4E95DAC21F761D6B93, 0xC9035102857E4A068884D61D95DC2DAE, 0xC90CC6F25803403BBE0366B2B56A0FE7, 0xC97FD5D333F24ABA9F389DCCF31157D8, 0xCAEA85AC6FA04181A0E0AC441A3FCC28, 0xCBA2C444106A44F0AD3385D94AD9BEA6, 0xCBF5D76B1EA742DAB6A71C73524FEDD5, 0xCD7E0AFE20CA49608B1ECE22D502966A, 0xCDDFDCFB27AC43859A24CA480EFAE82F, 0xCE1ECBE909D74961917F6E07F248CC7F, 0xCF4C34157FBA44F1BEE9DB258794388B, 0xCF4F7A86093242C7B4A1A91318E2F4CE, 0xCF76DB9D8F074F52A237592241EB4C77, 0xCFA7201FC1D041AF9DE0CBF4C5D9B6BA, 0xD055FCB836E142539B40084668408906, 0xD0D15AD20F7E4C87A013F6B6137105C3, 0xD0DE8670EC1F46E1B37A8FAD27CC7202, 0xD0EA579A50C6458CA2DAF8093AEB9937, 0xD196FA6143E14B5D88A32CF5608D8913, 0xD1AE5FB87B014543B7093A34A4385145, 0xD1BC29623A104A89B0F9D483B846D7EC, 0xD1D2959B425D44B296CCEEF68155CF98, 0xD1EECFE405A3438C9A45A28428EBB38D, 0xD2B23A320319415685DA2A6845617B25, 0xD311DB01E3354B13A1AD6D0A77267508, 0xD58D8888BB8543F79A2DD6FAE37310D9, 0xD595580A0E93419998DF50F1F0F230C7, 0xD60822345B024A62802C1E890566CCB8, 0xD675F20AD39D49428AE0BDE67909856A, 0xD6BDEBF16C884B25BCED8EA8F7364CA7, 0xD750F41DB63F4113AE4D9C1D432A750F, 0xD7AEA091D6BE4135AB53D289BF2EC329, 0xD91DC6F87D16463A8951FD1BCF7BA5A0, 0xD9215D966F2A402B98F8B65B9E565116, 0xD971CC463F084056B211624795963350, 0xD98206691CBA4FEAA72F2077AA0B344C, 0xD991B2C7D65E4128BF495C46DAE37F85, 0xD9C9067766CC41C6BAEEC4F2FEDCCC6B, 0xDB8ACD3313D7413185CC924633EB9505, 0xDC98A6398D3A43ADAD1E7F22304E9AEE, 0xDD724BC9CF4945F1BC02CC6EC40E8152, 0xDDFF58AFA90E4D0FB0A7994706C504EB, 0xE018341B44E14CD59F74471E360271B5, 0xE0560C4389C14E65B926086AE799A509, 0xE09761EE46EB47D7AA4A091DC49EB71C, 0xE151DFA93EAB4CED9385347853E7F2AF, 0xE1CDC5472E334F96B125EA063B2DED8B, 0xE35A04FCB10640D6A21179E8AE0E48EC, 0xE366DBF2F68B49FD83C7E7FE25F4A1C4, 0xE43550BC6CBF4A43B26F2AA1EC2E42BF, 0xE471553122EE4793B25E2F6F26E7B723, 0xE7104428A03E42F08C9583DB80BC16CA, 0xE75292CC2A664451A542FAC294C33D2C, 0xE758E7B4F2254B5B9B4419E4A013CE44, 0xE797FD4365D24D759F61FDB4B35FFEDB, 0xE80C411DB37145C09B0E28BCB2D7E049, 0xE827E06DB7A649EAB21E27769086A09E, 0xE851DBB9FE6C4DD2AEEF345A6553A2B5, 0xE892413D818B4583B5B3D0432544813B, 0xE8AA940FAD9743E48A8FEE3D9FD5F404, 0xE8CB7D7788D343EFA2B0FE1C75B438D2, 0xE930C2EA0EB943B688A04C6381111D32, 0xEA13028EC8D14065A8A80D712964B8EC, 0xEA5FD360381540AB9EA01984F0DC05AF, 0xEA7D6CD6A2864F2581BD3652CE2F7FEF, 0xEB2F72D105CE4E8781F553D72841E10D, 0xEE0BA39E847F47EAB3C97761A2A86224, 0xEE8469AE5DF447249D1EC60E3EEC2C0C, 0xEED25DB9FEEB4C729D8D28D06AC21203, 0xEF067632EE0E4205AB816BA7F69C6CB2, 0xEF1F680EFDC641B69281B5F171781895, 0xEF23E87E58F74F34A281CF6310CBDC73, 0xF102A4C7E9B44A4D92882B8C2B3058DD, 0xF10938677F244FE0A454DEC83BBDA587, 0xF239B27A59DF43818308D4C99B029B35, 0xF27AEB2B92AC40A6BD0BCE3524EFCA81, 0xF31BCB9CB12C4662B9EC346702952668, 0xF38E337C1CD3442FA55BBC9876103E55, 0xF391AF804CF14870B92FACB898BE36D0, 0xF3A3EEEE01694EB280445F9C243563E8, 0xF430BBD40A1E4AD5BD62D6BA70B6F08A, 0xF43EC595509A4EACA539822FFC44F295, 0xF52A3D8FE1954366975FF5D5C6BB1A2C, 0xF5E41A50B493406BA082BF10653BE3B0, 0xF5FFB0ECC75246FC924C52404D89C267, 0xF61D054CDBA24152A0381BC735BE2F9D, 0xF63604004A534FFF9669BAC65F676FD4, 0xF648A3DDECE547ADA680B09BA0A0E5D8, 0xF7816291F6B04639BAA16E098BFA0CF5, 0xF78D6ED5B104430B9ED6A6FD0D7B840F, 0xF87CDC17407F41C18914C748E9F77F31, 0xF8A070245ACE48EA8BC28A08C23116E9, 0xF8D317FB8D834388BDD8705A97AB88BB, 0xF8E9B4F618B7491EB1D4A45645708D0A, 0xF968511B23204DADAF2ED2207BDD32FF, 0xF9EE2E4D5C264E468F64B2A32F96AB22, 0xFA0E857AD15A48BCAB82F44BBACBBDBE, 0xFA1F7319F45949719218EA0019DD6F79, 0xFBA7ED95B17F40C9A25EB13746AC7B48, 0xFCCCEC0189E541F18F3CB86996FB5ABE, 0xFD248C472DF249C48D80166CF41E59DE, 0xFD24AE032A504640A106DEA3CE9E3D65, 0xFD30674E42BA4F8398172DE729DE086C, 0xFD524D31D3274138996280234444C955, 0xFD592E1046DB4AD598BC4518EED95990);
array:75 [
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 98)"
25 => "Shopware\Core\Content\Product\SalesChannel\Listing\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 113)"
42 => "Maxia\MaxiaListingVariants6\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 101)"
46 => "Shopware\Core\Content\Category\SalesChannel\CategoryRoute::load (line 103)"
47 => "Shopware\Core\Content\Category\SalesChannel\CachedCategoryRoute::Shopware\Core\Content\Category\SalesChannel\{closure} (line 350)"
48 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 44)"
49 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 120)"
50 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 43)"
51 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 46)"
52 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 42)"
53 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 41)"
54 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 59)"
55 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 40)"
56 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 102)"
57 => "Shopware\Core\Content\Category\SalesChannel\CachedCategoryRoute::Shopware\Core\Content\Category\SalesChannel\{closure} (line 72)"
58 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 35)"
59 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 99)"
60 => "Shopware\Core\Content\Category\SalesChannel\CachedCategoryRoute::Shopware\Core\Content\Category\SalesChannel\{closure} (line 59)"
61 => "Shopware\Core\Profiling\Profiler::trace (line 88)"
62 => "Shopware\Core\Content\Category\SalesChannel\CachedCategoryRoute::load (line 66)"
63 => "Shopware\Storefront\Page\Navigation\NavigationPageLoader::load (line 48)"
64 => "Shopware\Storefront\Controller\NavigationController::home (line 163)"
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 479)"
69 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 452)"
70 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 346)"
71 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 224)"
72 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
73 => "Shopware\Core\HttpKernel::doHandle (line 81)"
74 => "Shopware\Core\HttpKernel::handle (line 85)"
]
|
| 71 |
1.89 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_51fa4b442aba49c8b603990e9d04a79e)) 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 (0x011EB97D5A3546929FF54929E1D82C06, 0x0631C5CA11DD4696AAB3440C087E0A2A, 0x06B9105358AB4590B46CF143A31849CF, 0x093B7E371DF4476A95574DB81D381E7E, 0x0B42744D0443417DB3C74B665DCF113A, 0x0CE141EB4097488096CF33A1F20A8E31, 0x0E98E85C649B4FC0AA69B64165D43426, 0x0F3980318F834C0B90D701BD6851BFB6, 0x104B31ED390B4E059522C9B71DF27FBA, 0x105B929944DE4BA4B90BFA2AB4C7D2CF, 0x112D9888A5AF41B183CCBA5C635487E4, 0x1146E7F5DC4B41A39AD15D32A01111AC, 0x11D6E3125F494C228F31FAC6035B4EBA, 0x123C0FEB3DE046CC839F203573870774, 0x12B3909FAAB044B7B6A3160F7A8608AB, 0x14C2A1A02CDC4F898CAE73087B75192A, 0x15015A3D780447609A9111ADF7DDA6AF, 0x190F16C246C54E8989AA92FDFE749B6A, 0x1C243397AE934D4D995FC19D6B048576, 0x1C5CA12F763C47CEBDD5EECC74CC45BF, 0x1C7F2FA7126D4FB094D69C331BDAD77A, 0x1E088C6690C341DE996805BDC30DBE3A, 0x1E240FA08E5A499D8A9F97271A2A1C14, 0x1EEFC346F24C402181F0D70E776B0745, 0x20BA115274684883B0274DEFDE6574AC, 0x2348744B0CE64C8DBE767CF5539359CC, 0x267182C6EACA428CB7CA067A045CF860, 0x28AFDD528894446485A890DFEBEDA48E, 0x2C61310D9C274EB0ADF9CDDD28571426, 0x2FDC9E7FA7224BFD88585C02958AD579, 0x30722816D8C0415E8871CC2858E91BCA, 0x312E7C50B48948ACA3A591E18F017E73, 0x32A870C887CE4F07A6E8E0936A18B893, 0x3513B1726A1842378091DA319430EB2F, 0x373BF9B81CF0489491EAA2071DF85DA4, 0x37454D450E404E27AF77A3BFF7889E4B, 0x38C336DB01394C1AAA5298666650C7B6, 0x3A3B880BACA94ADCA255018F4F128018, 0x3AFBA6EF2DC74FFF850D8418C2926EC0, 0x3BF7FF23BA2F47579C0E9C81D2EB8DBA, 0x3F1C12347D5740819C720C71494B2380, 0x3FB428EF57BA4597A388C502682D2BD2, 0x4049BF14E14B4D02BA705DADB6124028, 0x432F19FDC47B4CD88E5CCF8DE4972ADF, 0x4453C28B563F4146A31D7E7D823A1314, 0x4666E5B1EA8543369C6F30635C80E8D1, 0x486C9BE100DD40ABBC029D09127727FB, 0x493289EA58784FA7BB1311295FC304B1, 0x4AAA2A02F7964D2F9D3BE87FCE5A1925, 0x4B7A56F134FB4AF69446B67B4FC09788, 0x4BE1C934B25F4D6B9CE54268992C5C62, 0x4D04F956C63140CDA53B0088645B7E7D, 0x4EB78F3C000D4394AD165C721AAE2DE0, 0x524FB59AC6ED42068E02F09787B230CE, 0x5297D659AFC144C68F8DB006C950FDB0, 0x57EB00F475FD40A2A6E6BF986C611D12, 0x59480B4AE2B6410CB20169D6B1FAE170, 0x5B1797080FA44C21B1D411D883C916A5, 0x5B2F41838BC840EA9D5EDBEB72DF6389, 0x5BB2E35EDB47463380AF70F7FAA60B96, 0x5D69795AE89E437489C5A9987F05A08E, 0x5E35412751C940AFA2E670C2F919B138, 0x5F03A767D91443A8840E22A87BB7880A, 0x60A8A56AA7834C059222DF0A4173FC8A, 0x617B1EE3ACA140D1909631971E555AC5, 0x62E698BBC13B462299834BE37CC18870, 0x63DF67DB677B41F881558781A76E2227, 0x6504E589B2BC4871A4A4BBC9FE448DB7, 0x660CB3E22A144695843FB5CAFBF3A0C9, 0x66D972A9286442F789DE43CBE1F17831, 0x6924C043D6324AC88444B5B93FCA8BB2, 0x6963D0D6B5524D33B14D156F48B994A0, 0x6A6C483A176A4E099DDE340C718DA52E, 0x6BAFE2692EA24EE0A05137D5E7FDCBCF, 0x6BD481E659114C77A1CAF8344FC3EF1F, 0x6E7CFE7D32C64A27A01059AFAF7AD3C4, 0x7015A0CB332141A3BEAAF9C681407C5E, 0x705551E87B5F49D4B7CA402AF14024A6, 0x70A0E3E20C774F969223E6D12EEC869D, 0x70A135771B9F455FB0A0A4320AB0DFEF, 0x7101A07E4AEB4A81B19AECF19A281780, 0x7256E07ABA2B433A9C702D0487BBB302, 0x731D5555E237499B9A04E3E559CACE91, 0x77AC120621344721BAC29D33CA0AC24C, 0x797150CDB76147FFA888BFD7984B6636, 0x7AD2485635A54BACA3FE90E61E091648, 0x7AD6A7E86884407AAD24B6969A55F08C, 0x7B47B9F4EBD5454DA77A0EF6C1FB31FD, 0x7C30B28B796A46839165BA892B01A6A3, 0x7C3F1E14E77546E79CF3B8AE7967A119, 0x7F07E59097174AA78DE6F5D0A61987A7, 0x8217E6198E4E4458BC551427D9737F5D, 0x8374B28CF39C4AA0B688BA6D5CDB3216, 0x848D8290BF5744A1984CF02F8B59EE1D, 0x84EE042FA4064521A7689D2225753E51, 0x8637F266AB61407FAFEAC67214D78B94, 0x86E7BB5BCEBB4DF1A8424AA70BCB2F59, 0x86FD8746AB8B4C5AA17003AB6FAB8849, 0x8741804AD3284A6F9E7BBC0AE468DF69, 0x879096AB20A846F8BAC6939F4D5A79A6, 0x879DACFCC51149EA81645A14EB92552E, 0x882D49C8A4D044D58A1249374234000F, 0x888DB229DABF45E3AB6FBB5A756D1620, 0x8A43BB4A29AC495DA57D0E424B712AE8, 0x8AD7B505D6394D8BB8CEB46CC191C108, 0x8EBDDFEEB3C64BF3A74EE81040516FE7, 0x8F87D8B6DF3B4C6394F550B7E4DBD88C, 0x90D8BBF185BD416EB7341F2209018971, 0x92AB7B0D332442AD9076751BAF811236, 0x92E02D7306C34B1A94B00D47534BDB2C, 0x93149C5D001546188FA4F349E1005D09, 0x938789711C0F4D42BE0C131C2A7C3321, 0x94A0C7D7526A4F348BF6ED0C2B558F98, 0x95FF7363375B4A1DA639E8A0008AC3D7, 0x984A9198164E4347B75FCBAC8BCF40E3, 0x9B1040FF507D43C68AB0DAA73A594151, 0x9B1296392814475F9D5A6FC354EB5D19, 0x9B85E51686274A81BD23D12ECCD60335, 0x9BFAF1DDC64E40D58CDC463BF4C91CAA, 0x9D2C5DF36CD145A8924C32C711F3EDFA, 0x9D3AEB838546448A8319DC703E7ADCFD, 0x9E6E67E269214B06A2DE3BE812193E3D, 0xA0CDE6704450445BAD989A03FCA4189A, 0xA11080F61E3F4EC5B426CE240AC7BE52, 0xA2001C6EFEE243AEA5CCEE96DBE82AF7, 0xA250401A5DBA4126ABC7B9C8BEEC7DC3, 0xA3D7136708AD41BC898144C1820264D3, 0xA546CB2A8EEA4D76A87CF3906A297193, 0xA59752FA06A44E279205A0FB57CC4A20, 0xA675FA4BFD4846C2BAC076FCDC476F13, 0xA6DB57F438474053B7446B3B8970718E, 0xACCA6068E8FE482A99B3885BA6A98536, 0xAD24DB7A7A01479AB24F2B41BAD04240, 0xAD83B1515F75401A848AD98C47EAB9B5, 0xAE654D6DD93C428587320A3686BB705B, 0xB001EF93314146E7B89B506B6E3E07B3, 0xB0914D51E8404D59A6B975B8FCEE66D0, 0xB1DCD228264849A5A988548DB52E0FB5, 0xB209F15E445A4F649B1D7ED5FEE77E83, 0xB2F7D1BB4D5A4CC1B5A2B8C816B29B6C, 0xB46F03F492E745F6B80194D519323E42, 0xB9051CCBB31D4F60B4E2B3E6BE40EACF, 0xB981187FC9A3464D9BADA76E0DA4BFAE, 0xBB029CDB96694847ABF2E913C627DE17, 0xBD2B2A50C71D45FA98DD111A7704B32F, 0xBE754587FF63415785AF6080D7914C2C, 0xBFAB8EB14C4B4014944A6B24FC56AB16, 0xC0A511859FDD4DA486AAE93906F4CC44, 0xC0AF44388B1147E1AAA1FF96BC897B66, 0xC1529D75066B4E4ABA0FA542A16A3AB7, 0xC31B4640CA3640C286B4AA8D19B8C63C, 0xC3341742BEC34C3C8A8F2B396CD0065C, 0xC364C1945F37400990F24FB4B2BB54E9, 0xC3827D4005A34B40A6EF10C400A28914, 0xC3B5D532A58D4A088CC44FA9BA91B62D, 0xC572BF0DF03D4E169C1596AD625DF032, 0xCB39AF5BD0F042E0B9BE1899D9B36209, 0xCBDDA93FEFF146C89F5949B7192F3ACC, 0xCC29EAF831BF4D26A9AB0C20C01DEC95, 0xCE0E308E4AC84AC582D9DD972C8EDD8B, 0xD0CCB9E782F149109BA65BC03FD52088, 0xD259DBE20DDC4C93A566FF20842CFB07, 0xD49F18E4F91242C3A22A4EFF83946A78, 0xD8E404266E4E4803819896FD0654D303, 0xD9E477056D3341CA975B9FC8DC80C045, 0xDBB1DF178E8E49698FD0FF1BC0A03C66, 0xDC03D5AC527B4365AC31CF7FC8F50BB4, 0xDCFBA7D25D0F4B0FBFFE7FF11A03A1C5, 0xDD4ECF38AE5346F8B4011F14D1F0E9A9, 0xDDD370AC4ABD4D248BD26B86C7EFF1C7, 0xE0F3347668604A6D89AA40D92D85524D, 0xE3E5023750034D11A67CE72864145184, 0xE534D53552E646689EBFAB03FCD7CC13, 0xE71F97A2F7FF45E5BCBFA38A92160E7F, 0xE9C09C1DEACA494E81A35F9B55A9F22B, 0xEBCFD3CF50AA4D7792797F45212105C8, 0xED29458E96CD4C9084AB7D7997F9F414, 0xEEC6E893534D41108179F6BBCDBBEFA2, 0xEEF8832C14994319847B90EA3FFB7053, 0xF20377A8750E44648B931802509D9BEC, 0xF2F1C2443DE24FB987921784DCA575EF, 0xF353CC129C304972B5F6A12DEFDC31E9, 0xF3828011142B4C1F98C32A11CF7FF924, 0xF5EA3F6E03E94257A1AC1209980B9229, 0xF7E395AE270D4DD28F1696D16BB712F9, 0xF91DBB2F108F45FAA93B73702073FDC3, 0xF9383CD6C29448A59F25FC7C5293409D, 0xF995B2E9ADE24798A8746660688816E8, 0xFFA762B8BC96474ABA91F181751938EE, 0x002183FB49EF48B2A0634483A64002B1, 0x0025BC795EFB4BEDB32EDE0D47FCC5AC, 0x0026DB75AC0E43569B79445176CBE582, 0x002DEC168BD94994A7496D12C6ABD906, 0x0031F5294A104CC596A21E4631DAF720, 0x0036F7A3A0D943A4B8DA545D606E1952, 0x003925ADBE2B422A8BBB90471CF74A40, 0x003D5AADE5064F44A5E3FF7D27F7A559, 0x0053915066A541BA8CA4AA28120BE88D, 0x005FDDBE43B842319F1D242F1591C936, 0x006FE0639ABD4AE29E536EB30BF5C441, 0x0072E73BF2C0451285BB7D00F8B79C2A, 0x00A954A4B7EA43AA8F0B7E002E2EA734, 0x00AB43289E96475A8A4ACF4ACEF245BC, 0x00B6C5572B2D485285A80C94C02C4F49, 0x00B929C7D2884BFAA732309B05FE9118, 0x00D72F1E98F34A46ACAA627037B4354F, 0x00F111CE52E0483291A9874D20346723, 0x011212F0B02145EE829E8A4194414121, 0x0125BB9CDF5F45608F5D4E751B5CDD7B, 0x0145B16E447E497B99DD6937FC39DA7E, 0x018A8B811B2F4AEAADE0DBF79308BEBA, 0x019F299371774729AA0C5205207C1657, 0x01B2C21CFF4540CF9E2749281FF56042, 0x01B47EAAEFB3424E9EA94BB3F6407E89, 0x01B973BBCE624B20BFB636B0F9280C3F, 0x01C8D53E26B14A7DB26C1BBDD3362919, 0x01CFAD88638541D182D91353504B0847, 0x01D044C1FEC54E48879726A590827F89, 0x01DB8F1596F44276AC683B6207A0FC28, 0x01E8971F651D4DC7BE2429E0F240F36C, 0x01EF30E7216342A38875FDD1B8475DC6, 0x01F3B44CDAC7408EA27FE98C23D5F565, 0x01F3C586E0BE42FC8870AC281EC9B9BD, 0x01F60FE30EDE49CBA8FC376811BBE28F, 0x01FEB40AD0544E32A3D50B72CD4EEF4F, 0x020B02DB94884DECB93C91714DDD5744, 0x0218C5C704564DFB9D5B75AA46CEC5A5, 0x021D8A7A224042C1BE812E65AB79A78D, 0x0228B254995C4EE4A9211BB92C566501, 0x0237D7F89EE147B8B07E8859824A43F1, 0x025650885BF2462390FDAF60F2E5B7CD, 0x025E6D866E334A319CA9B31016AB2403, 0x0297354ABB9143F589A57A4DA8CE3898, 0x02981955DAE6473C9C18750DA1778E55, 0x029991326D0247569608EB1F6F3DFD1C, 0x02A642B5073A4DB9BD4C7F250D576128, 0x02BC4278614440E986AD955A665DD217, 0x02C6B6DF3F59484DAF52029AF7B82129, 0x02EF18072113413AB7A5B4297D15D005, 0x033DCE029AAA41A289E69D4914BC7992, 0x0350C2CCD98E4091B42F93F3B31759D8, 0x0352BFE49EBA40AB92132A739CD4889C, 0x037E002BAB3B4E12811F36AD499AAF67, 0x03822D7839AC4C098E5624718B69FE91, 0x0395EE3D954B4F9599F9DA7650A2142E, 0x03D9C9BEA2BC4BC0B5EE17839448A1A3, 0x03FB6DB97BBD45D489AAECC7E9847B4C, 0x03FCBF4DCF674267A051A16F86D9E471, 0x03FFA8D66D4D489D8480526C64829C69, 0x0410B248F2134A03B4BBC7541E4B3247, 0x043909C99DE04772A657387C896C19B8, 0x043D950CEB4C4912A613FD6C2C93ED49, 0x044D923989464A98907CD000388A6810, 0x045C7305E11243D5A96379275B83B062, 0x046DFA08A88F450AB29AE873114F4496, 0x049870ACFD804B7D8A44F6739012D61B, 0x04AB4C02BEE44AB7AA6FA55833AF39CD, 0x04B85A4D017748D5A75C092E05E557C4, 0x04BC2EC1F48D4848AF8E8F150C0925ED, 0x04D6382D8E8C402091B39342B8DFF0A6, 0x053F20DC7842404594BCB4B76B5173DF, 0x0542E0F1858C4E82B084517D1D365FC5, 0x05538776FC1E45EE8B342FCBBB78FB82, 0x056E8224264E42B4A9476CC727243990, 0x05755D26E8184EFB8D61AE0D2A86730D, 0x057ECB0D7F374F63B3570C789800D144, 0x058F420E0B2041C3895C3A975684770D, 0x0596794FDFE44F17AD67FA5641A4DED5, 0x059685A3B0E2448EBE9D6396EE1B7C4F, 0x0596D86F339E40F5ABD0EC343E99FC31, 0x059A7AF2B7274E7FBE434255DE620D42, 0x059F0910BEA04E2B90B8AF09535629C0, 0x05AABA9D22E94D42A2D870A5B56D870F, 0x05AE2B47ACB0403A98B4D539E2D04ED1, 0x05DAEC0CFEFD4DBA8DA12686ACA93A52, 0x060EC7D90338451CA032B415DC3384D8, 0x0633FF8678B64421BFCC954FE1A69A39, 0x064C6E384689414C851169E3985FF170, 0x0675503894C94D34AB4DFD70DF6E76ED, 0x069B308F7E774537AF3C94BB423E19B8, 0x069C80D2C2284142BDF018D8C89A3946, 0x06A401D244704025B265A718E40F1835, 0x06AEE637E4F646C6912E53C29A1675B7, 0x06B1ABC4DACD4877B2B2DE0FDE69DE35, 0x06BEB6CD1CFB41E7893322604417FC9D, 0x06BF0EFA0E9A44DCB073AB99D6634B59, 0x06C86694045747EFA8D38CD58107C090, 0x06D0C6C922F84D1BB6EA25896ECAAE97, 0x06DEA250AC5D44B1A15D689EFAE8C10A, 0x06E098EF833045B0B5E33501A19A33F5, 0x06FE04A968B646A2ABFDCB620303ECB4, 0x0710443395EF4A72AF8A8318626E719E, 0x074B18E2DC3842E48D59881CD1E20320, 0x076D236F5D0444CE83B5A5980D360121, 0x076ED764D21740F5BFECE9D617EDA767, 0x077672C32BAB41738EBFB25F5E69F1D0, 0x0783EE1B780949988924C7885276318B, 0x0788A8640A1149B38148A266CD3FC277, 0x078D674EB98C4959AD9E09AEC745A0AE, 0x07A5301E82DB47238059B5F1CCF80EDD, 0x07E1C9B1944F48819D866B426B9098EB, 0x07E76D6DF3EA4AA98CD9FBEFFF19D9DD, 0x07ED47DD5153460E8D6CA20E990A8968, 0x07EE55F516A44649A4C41F1E5028359D, 0x07F36510D4814EEA895BDDCB7B1DF95B, 0x07F8A0DC2F8E4550BD85F6B1C77084AD, 0x0808C2B7370340D69F404B2CDD3F5FD7, 0x08093BA35E4F47E19E8E5C4AB1E5DD29, 0x081C5A3F54E746ABAC2C19E82D250B17, 0x082FD7EC7C444AC4AB45997FF6E25DF2, 0x083B7FE4FD094097BB606047E2DDCA2E, 0x084FA99E0DD24F1DA38409DCB1E28AB5, 0x0862F6908C934565A6703251A0E493FF, 0x086902198DFA40E488A49CE43FCE5D5A, 0x088BB5581FE94C0788B55422D7F5AF6B, 0x08932630640E4772B977700781166E0B, 0x08AD7ED7A50041959E973B67A816D8AE, 0x08B10F3C762E4FF48F35F42D533C9674, 0x08B776701F974E6B906F4A99D94AB6A6, 0x08BBC8D0FA5C46C2B56B1046E67C3C3F, 0x08DE8C665E664A83990807FBE24DC230, 0x08E017F74FBA490A8D944E3D971E0177, 0x08EBCC42C83446F2807D75F5298A720A, 0x08F0A208CE074E1D9961D29D5C3701B3, 0x08F772831914495BA69D7B9A40FE9574, 0x0908F91C79A54C66ADBB9DC3331BBB1F, 0x090BC79714F04ED0BEA82AA6D816B180, 0x090CCA047EEB435A8DA4FD4B717C2208, 0x0931868D2CF244B6A4693CA7460A3C2D, 0x09374FE997B64EC7B52FFE915630A1C6, 0x0969C45CDF83422388DD9CA821E9D0EE, 0x096F1E0381A647C0887570D7B67F5C18, 0x0975B4125E6249F49853E1A35BE2E6A7, 0x0982270D8AED432598C9EC66F33EF4E6, 0x098BEBCF440F4E2BB8F2F24107FB4864, 0x09927085FC91439B8DCC1D70A101E1A2, 0x09AA1DD5B02D4764BC245D79ECFB1AF3, 0x09ACAC67EBA147C9BE8CDDA4053F99F2, 0x09AEDFAF690549EA92B7B17C670F1E27, 0x09C0360630A94656A040BE2A19924993, 0x09C66AD8C6574AA1BF17EE086E4BEFB0, 0x09E775D5B3FD4CB19FE162CB808AE8BE, 0x0A11C942ACB541209029B5A7D4015C74, 0x0A1F3EA883B8491F8E6EE8FCE839039A, 0x0A431A08D18741908B2118D859C4A95E, 0x0A56F9ADD0F5454D80FC747E48714908, 0x0AA545642F464730AE838212A3D71CC8, 0x0AA6E5C7904F4A0F9731CC621F1162FB, 0x0ABDA0B7D3E94096B194ED2830A4B17E, 0x0ADE87FE713E43BF938A255805599BEE, 0x0AED53805511423DA21E925DB27FF4AC, 0x0AF60C85A1AF448BAB7440AEC451D4D1, 0x0B00C0AB233E4A90A79ACA81C247EC5C, 0x0B080294593A42B3A8BF7714697C438A, 0x0B122E18E3B04AF1A7FB849377A4EFA9, 0x0B2A3C5F88634C3E8713333F1AC52A69, 0x0B3653ECEF1249AFBE673229C498D63F, 0x0B36B270C47A42A8BD20BD987A34000A, 0x0B3783BFF6844F889DF511EB40A28FC7, 0x0B3814A22F354D32BC1D4284BD99C1B9, 0x0B3DD126068B4C1B9FF4FD5EF8B25EA9, 0x0B69A90B18414E5CAD095C42857480EA, 0x0B88CE14581D4C789FD1E033C10D4349, 0x0B91AC4A8B0A45BB959D43D63815B9DA, 0x0BC383C4F5C04E68BA9DB1B9444F78FC, 0x0BE771D4C5AB405FA9761BA962D32AE9, 0x0BF44F01BF074B10B984DA056144AD2B, 0x0BF573D6FC7E42618183C3502E6FBC2D, 0x0C011528529241858525440518A65F94, 0x0C01221339CE442ABCBB569ECBA4AAF3, 0x0C029E54C5764B67987CE99BCD9CA993, 0x0C04396D9AB64B46AE662358C6A58343, 0x0C3052D2BC5D4FFCB15D73C35DC6D3E1, 0x0C31F544A8864687AD9D07ACB0C8CDBD, 0x0C42F8E486ED47438D4834BE9D2A6173, 0x0C8BE5C1FD024A238ED154AD5514948D, 0x0C9681C8E1F64CCD926B165508FAD803, 0x0C97F0BE31444C64932DA72F9A4595BA, 0x0CAE485F293D476E8CBD339EF6F2DDE6, 0x0CB2085F98B142E8A7449E112500A9B0, 0x0CC615A9859C48B9A96A884C4DD288FA, 0x0CD4EA946B6C463FAE5F8D987000A148, 0x0CD9479E39224F149CFABFE9D6160694, 0x0CE2F83A8AEA4BEDBC20FB34F04FFFC9, 0x0D062446D2A547EBA0F32E5BBB5F6F19, 0x0D178A23291445EE991164A9AE45E65A, 0x0D1BF5D152CB49F6B6674DB147DF7958, 0x0D1D72FACADC4D75A7C40EDDF3EF3E94, 0x0D331AC511034D13BE453E9A3E76801F, 0x0D591E7B5149493EB23F2C3AA08B3B68, 0x0D7C580E81DF41DBB10607EE899DC4E6, 0x0D7FC862871D41C789288789644FB2F8, 0x0D9139887EB94BC3ADA51BF8C008619E, 0x0D92DECE3BA14ED4A6FEB562E54FD2C7, 0x0DA604253979438E9209D96BCEE13E98, 0x0DA92E27856646E89664584200F99795, 0x0DB51F71B2C740BBA41277F2DE1A85D5, 0x0DB60877B63C44C696485FC12D60B7A1, 0x0DC4C779B396466F82EE69DCE30F72D7, 0x0DD76E9ADA4540A5A35EB8CF6D234200, 0x0DEDDCD4CFDD40A6892F175116E68B52, 0x0DF0B6BC5B1545428E4DF0777B3C66D2, 0x0E114737703F404A93678BF1758CEBDD, 0x0E345F7A58D34D9BBFC027EB8D5707D3, 0x0E51F8318FC54473975E75F4B8A71D4F, 0x0E63D97A84834E57A27265D48CAE1879, 0x0E69F8839B3A435899B174C2145A92BA, 0x0E709EF26A384D6CAB76FC4AA8BFE48C, 0x0E803FE911154C8BB33131237B4C692C, 0x0E8131B7C4DB4CCCB918DEBCBB5C0158, 0x0E93479D8F19497BBC67A36ACCA01356, 0x0E95E4BBF7F44C46B314C98A29F324E1, 0x0EBF747536944A76B50F7FE241FCC005, 0x0ECACF3D60FD469BBD09E4BCDDE369F0, 0x0ED2D919D65F466DA73E797E92E22FCD, 0x0EDF1537D3B141C68C6CA4D178782AE2, 0x0EE18214C6CC42E5BD44C3FFAD27CB86, 0x0EE972608029433EA70AFDE020A693E4, 0x0F1A935D1CFD42E9A94E2885FBBA2435, 0x0F2B2F781A8F4B0287C1AE775BDF8F94, 0x0F2BC3E5DFD240E0BEBBE0EA5AF51FAC, 0x0F4C91F376C24AC09A750F00A9C6B3F8, 0x0F642F65F70149069140818BD839A5A5, 0x0F660E1BF2204AD79CD7C07BCBEC5812, 0x0F96F4BDF9FE4B4CA85A49C0A239A2A2, 0x0F9E1092C5F945F1A668BE074CEA1168, 0x0FA52932EDB945DCB61D21DA3E690595, 0x0FDA5A333FF243199AF5F5D3D2C7C339, 0x0FDB5533457549BD93118654B6E6304D, 0x0FDDDDED74C74CAC81796DACE7F84CB8, 0x0FE079F367D94AEA87A423588A96EA08, 0x100CBF41FC6D4AF0A893FFD245A96BC3, 0x1024963964C54755BE7B08E26E097D6C, 0x10360FA061454AF3AFFA0791F8883ECC, 0x104BF4E9EEA347EBB73FFDB578956373, 0x104DA986185E43318332E4799EABFEBE, 0x10648521C37C4A2990A6A6BFE41477C9, 0x1074326C8F464D6A93B236AD16385F43, 0x10A503299C9A4E2C83D3173117626B17, 0x10AD6321E49647AFA678A71653EEFE9E, 0x10FF0CE68DD94C5F8A5FBDD2C2B18EC3, 0x11044BBAFE4B40BF969745897E53246D, 0x1116DF43663E41308D1355156A056BF0, 0x11198C0DC6CF4F19BF2E639887EC6B94, 0x111ABBE9CF0B4AF3853292BA930E143F, 0x112BE9241DA24436BA1B31C056EF3FA8, 0x115997122E674B089941BB6E71B76739, 0x115F49126C474C3899C0B275945481ED, 0x116530191F5B4D8597F2A32A5C2CC2CE, 0x1166A131204A48F5853B07879906FA45, 0x1175AFC4482E4493BA1910F60F296142, 0x120571E072324381AA984EDB6B3FF409, 0x1206F3B2CAF84304803D06940E441616, 0x121A0F747D2847F0A221ED79076C559A, 0x121FED44AF5040C9B5E1E275A47A3C0A, 0x124FF47703F04D368C7DB4A3D02E2910, 0x126F99DF4A624F1F93ACCC77DA15B20D, 0x12AABD128C494157A97138FDE38DC943, 0x12C80385D3CB4DBD9BD377F76F10D805, 0x13148CB87F1342E68FBD7E045526BC4A, 0x1320E1F2012F419AA8A401D471024AEA, 0x132253CAD0B745CCA81922F4F92DC86F, 0x132D8DE6F59C4ABEAAC010E1F00678D7, 0x132EDC6F10674657B30F11D4D3D6F1CF, 0x1339CB0CEADA4A26B1275EC8289349C2, 0x13424318361644219B49C29D8A3BC014, 0x1346A95369BB48C8A73C0028031C158A, 0x134BEFC2CB7241FC828843237DD0579B, 0x135CDF9E7E7B429BBBCAE65F0B9058A6, 0x138596E4CD1847EDBC4413619927A7E7, 0x13996D7514184D0D831384E128C7F808, 0x13B394EA8A3E49D7843EB4AB07DFC2F4, 0x13BCC8A92A574C5C86CE5BFA47927557, 0x13DEF776B1E24557BEA02C3EB7E93F08, 0x13EFAB9C3D304990B9F32E61D875F3E9, 0x13FC17BD5D754C888E09EB8944AEFBAE, 0x13FE40D10EA149979C387A5C19015E89, 0x1416BA44A5194D359B3FCBA5406F3565, 0x1418FD871CD347529604A357F7B95F96, 0x142C6E7BBA534D84AA45CC29BDE2F37B, 0x143D207703604B6B9F9A18D686DF8B12, 0x1457FD538D5F4C88A339B29C82CC8B59, 0x145A0F419D774E2389EC9259F6BB02B0, 0x1469830FFD844B7ABD19B7A990C2A16D, 0x1488351494E742F29396B2A3A6F2AF1B, 0x14888F07BE8C445C9955D2EB826971B6, 0x14AF01B871954D6FB128018BAD402B5E, 0x14DD5B81B1254E44800B0C6634B46182, 0x14E8176914E94137857C8F1FA2FE9CCA, 0x14E988BA1978470492918F18C0E62B68, 0x14EC3A3AD5B44A34B257199DF6661F2C, 0x1501E8509E164F1F90DA0B812D3290E2, 0x152C40C436F04A06B376790FB26D02E4, 0x153B1E78B753470CA9B60F361F3B2DB4, 0x1551B5A970A04C79AF7E01801AABE304, 0x15749A26EAC64AE987C920C4514E4C1D, 0x157CCE3243734C41839F0F26478F8B53, 0x158CD62E444C4FEBB10DFC4F1A10A5B9, 0x15EAA430C3414EFDAF6492CC413C1861, 0x160C94C8E8E747FA8CF26EAFC6ED8D2F, 0x16392C5F4EE24FE993CBEAEB4AB39BFC, 0x163AFC903BA247CB8F409DEC1F5013F1, 0x163BC06344E7473292D40150034FF908, 0x1641942401204711B72539E20F66F6DB, 0x164FB4A8C9C6496EB84CB2E8FB82451F, 0x165356181C4B46DDA96B8A1D8CE3F0BF, 0x165865F4F8E949409BF1E273E63D9C8C, 0x1689F6EB9897406CA40570E0BDE8B3C9, 0x16B0EE2DACDD4BD0836A57502BEE1752, 0x16B201DED3274FE5B2FCEED2FAA09627, 0x16D6693D7AB34897BE9A12F889F894F4, 0x16EF1D8A93534ADEA418B0C18BA7A0A9, 0x17222F4A917B4289B7FE8D7DE5B8CA8E, 0x17258665432F4601A1E2EB23523969E3, 0x17284DFD314F4F94AE37884110F8DC9F, 0x172AC0A2C464469997E7B896484034F1, 0x172BE8313073497BA20BF79B1329FF17, 0x173522ADD03C404F89DD932FB1407E33, 0x173CBF9E7641495382EE3AF528087ED3, 0x175F3EB8F71D49EE9C13A88F86B7AD43, 0x177B5EEDA55F4A1EA8772E8DDF537A38, 0x177C76E8F1864565A6CAA7DE7C9C5C3A, 0x178851CAFC514BBDB36294637F00BAFE, 0x1788B34F659A4ACD93B0B5B793DC2A7B, 0x17B25B1B44F4431A92A2214089526B48, 0x17CB2A14DAA94F79933A1A6404A9C020, 0x17CF566AF1BB473CBFF02DDC6EE38C2B, 0x17DEF24CA2F14153890D2DE37DE669A1, 0x17DF36E83F3D476781ACCB77AEC89FBA, 0x17E2AB73BC554D68A6FB3718C8B9E28C, 0x17EF24320CF2429F9938A9AA33889D4C, 0x18144F869C9E4134A9E8CD94346838F5, 0x182D055AC86E492898DDF2DAC44D1386, 0x18338C9AFC084C5DA693EB6427E8EBCE, 0x1837B88B20A24CECB1EF7309565A2F63, 0x185281FD7BEF46BCA86E87695ADA80B8, 0x18649313A75A4464A1B426AF243781D0, 0x1866C8AADE0840AAAF8CC5A57E56E132, 0x18966C0971A34AEBBC41411CE2172774, 0x18B9B91E17C44C2EA7FF4AF514B2A01B, 0x18BB8964DF5E45B6ABD4D1BB4404438E, 0x18BD2B4BBF954255AA34B8E5A073A71E, 0x18CFD203455D4E52987CF9610001D1A7, 0x18EA8E45675E4FFEAF1AEE8B8E50D79B, 0x18F045588A6948109B4003A9D18B0625, 0x18F071502A504420B52BC24433C8D087, 0x18FD222B14A04133BA8BAF3295932DB6, 0x18FF1CC29BD946F39CF05E5DCE70A0D9, 0x19051A4607434C05B244D08B54C1716F, 0x191E18A4CE6C4AEBB0609C7F6433F263, 0x191E8796A4494CEF82BA9773E9834253, 0x1926345EDD134F38918FE2A10AEBEED0, 0x19292471013A4D5DAE15B45727E1794D, 0x19348245961D4E1698BE674ECF39E6B8, 0x193A836198D94F4CB2B4C2F80792FD42, 0x1943EAABE904453E99914AE7207306EC, 0x1957E7E253464011BECFB4A928671888, 0x19699924708645279A96E30AF1CA4AEF, 0x197DD57554FE4931BA24F58B4F734409, 0x19C8A69B4C7F48208F3D33B9340C2FA8, 0x19D90DB061FA40B492AF0366ABA7FF42, 0x19E74504741D469B98AB367231CC737A, 0x19E80108A4C143A88B2FE71F40F65AB2, 0x19F3E3FC8DF042DF8190607E96E55E55, 0x19F4AD46AB3E4B5EABEEE4ED8DA13EB5, 0x19F4F9B1DD224C7E918B7EA24F4F03E3, 0x1A29262754E448B4A3AD119A63930FC7, 0x1A32FD674CDF4702AE8F04091638CBBA, 0x1A33226C35F04D3E85550094B5DCB08F, 0x1A480D5BB4BF4F768AF47117A5786C52, 0x1A5DA673AA8248A797CAFB245E3DABFC, 0x1A5F37946DBD4D1B91602059C8E3B410, 0x1A64B821AA124856B2003BBD6FC67FD7, 0x1A66DCABCC1D41D19C5515EEB06C7F50, 0x1A68345E08674C1A92C9C1984EC9B097, 0x1A861F5EFAC1449ABD92BA4CED1FBFF8, 0x1A878D924E4F47B294D7EBBE52B7241B, 0x1A8D399BF916428484771E031E656C17, 0x1AA2A2C19203451F83EF6D40F6B33A2F, 0x1AB05F0361F4422E9B0DFD2E5FC190EB, 0x1AC0A83FA7BE442486E14EA25F30FB0A, 0x1AD4FC02B7094BF0BC7D719BAB4D4FE7, 0x1AEED1B65E1E43219D8C7372246FAC1B, 0x1B0AAA4DD3E8490981383C627E80B90F, 0x1B12ED065DB74BEEB5FBCB35601C4EC7, 0x1B1EB5DBEEBE4C0A9EDD4E5F87173C6D, 0x1B453CC28463421F9CD3DF29B6A9074C, 0x1B4E48E179124BE989012AB5F8EA9BA5, 0x1B567EED677143B4B2FF00A47EC8D856, 0x1B7C329EB0D74168A2A6067D41747E9E, 0x1B7EAEAAA6724B2CABA0F94EBE2FEC37, 0x1B94E922797F4087A721BAF3D55861FB, 0x1B9567C4EF844DE48B42876E781ED771, 0x1BAF1DD27D7444B7A2967EB5CB9A2BD3, 0x1BBB476579F04E91B97D074ED26104B8, 0x1BCBEFAA8FA342FE89DDD74E16A08507, 0x1BDB11553E1440A68C5F1310FDFF3B4A, 0x1BE3FF41F46E467CA56C608D24EA7684, 0x1BF79F5DB4C34D55978126A29802FCB3, 0x1C04A97480EE4A79A63C907A9723E87C, 0x1C214A1C9B3A41E7AF6480EB6D39B8FF, 0x1C278FADA7B3463CB348C5FBEB1DC59A, 0x1C28BAF1FD9B4BC9A4A364D39804A0DC, 0x1C44538A64D54493ABDD7DA54C446CF3, 0x1C6229C6005B4F858D9D203D65678BCF, 0x1C92AFEF01A344DB93BF2E370AF2063C, 0x1C987CF03E8E4C208B038CD5AD153897, 0x1CB6C857E4A34400A35E7AFD1D7F1BBB, 0x1CB9A35F9560445EB0E5932F08CF4ED0, 0x1CC8A026AD5F416F91E3970B42AB60C3, 0x1CD1230D0A44420D9DF81D0027A4AD87, 0x1CD43A846E3F417DA50A1C1FB0C3FAA3, 0x1CED7B679D6445B6B7A8174852F8C866, 0x1CFF4C3AE71C427E96AF9FC407F75541, 0x1D091C15062944DEB8EC827029805CEF, 0x1D0C35FD1C244A71A1CCB8FF868AD27E, 0x1D0CA526B46A498E9BD865825326B9FC, 0x1D15B771E27242C9B3F2A730569D6D5B, 0x1D32595926234BE99D1432C624BE8116, 0x1D35C8E3A1BB4CE484729C568EC4828B, 0x1D4EAA312D074A9DB25EFE1D085947CC, 0x1D87C9364EE84A748BFA4DB0AB4DCC27, 0x1D943B0FEF794FE6A7140321E4427D07, 0x1DA2681AA8B54F94ADA42AD5379EB8CF, 0x1DB15DF2F62447E29BA4FAD971A08D1E, 0x1DB506AC978F48B3805AC4E789BBF7D9, 0x1DC8EF1575F94083B73EB33F898DFD11, 0x1DD1982100604B99A5739C994ECC232F, 0x1DF73C6B75A64D88A87AF313F83525BD, 0x1DFCB1A674BC43AB96BEA7710F109252, 0x1E074CB225094EEAAD7ECC9EA6915FC0, 0x1E150C827EDC40C0B0760F9CB4C96306, 0x1E451056F4374417B57470416537AC71, 0x1E45F19FA2DB438AB3ACE5D9CE0F7322, 0x1E518DBF4DD14357A7DC34B6E6C53124, 0x1E55DBE6D0AD425B89E0D7B95C45B409, 0x1E65B6E7D1B84575BF87FE2D9F6155AC, 0x1E66128CF34541BE8E8E05C7CAB456DE, 0x1E6D5C3AC44D4B0081E1A1BF25BB5FCF, 0x1E81DB9138C7477FA3DE877BF791B8F3, 0x1E8D517C30214FBBADAE0028C8FCFA6B, 0x1E924027746F4A339CA5E1EDAF32AD61, 0x1EC00D00B43D446B8CEC5C510782B401, 0x1ECC2ADD3E08401E8A83A78047D6A8F5, 0x1ED42B8FDEB7413BA1CFFA35D9851DDB, 0x1F0ACC96863F43DEBB58DD3C60CFCF4F, 0x1F0CFEDB0FF14DCC9D24ECB69313CB6C, 0x1F1961E9B91444A9BB90D68A18E7FA97, 0x1F22528C2BE942D2899E91DBA8224143, 0x1F28BFDECEB84B4AB5B5BE001A9DE5A3, 0x1F353EE169B24DE7973E36FFF2173E15, 0x1F3E4521B36547559D980984DE34AADA, 0x1F3EBEF903F747908A545D4517CBF632, 0x1F3F826F54F54DCB99A250469DB94EF4, 0x1F44351735494064B32E424DBBB9F8EC, 0x1F4B5C76867F450D929F6C33BF1E50FA, 0x1F6A4A7CF26C4B7C858320AA26D01B7F, 0x1F74DAD612C74D32A9F3D6649686C5A3, 0x1F762E0B625F4CB09DB8250131FE1155, 0x1F7AB836EBB24015A85E4A158ABFBB19, 0x1F8596D5EDDC4DCA999F99C2BC9F7C33, 0x1F89E82DDE5644448ABA9C4E5BE4ABAA, 0x1F8CBD2894F04AB2B6A3288A0066EC01, 0x1FA1A0F56A144668946683FFE0283313, 0x1FA6834CD6384C3BBD1A2EEF7D74FD8D, 0x1FADF0BF329D4C5AA0773CF73129E512, 0x1FB344FA5AEB4738A9675D6DE6E3A01C, 0x1FB6C65CEB344E4582BA5D8A3057685E, 0x1FD196EDEA5C4F8B8E564731C693FD50, 0x1FF753C08F004B52B06376EDE181B974, 0x200DF95C51384D2AA89D40AA85FBF873, 0x205E5E9E913F40A5A1D24F4D506A1726, 0x2060B3A0AF2140F3A94B999A8138AE73, 0x2068FD3A0A7F45528D55A5E9A541F9E5, 0x206A233F1F3F48F68749D65F9242235C, 0x20713F86B777401287E735AD77F0BD43, 0x207A2F34DCED4A80B239F446EE9A3588, 0x208F69CC8C8A48D395A057DE009B6C9F, 0x20B9E888CB1E42CD9C5217659D4A82CF, 0x20DBA145730E4A0F83880BC905FC2D74, 0x20EBAA58A1CF427B8CFCDD7077B343A5, 0x20ECAC7E99514725BAD9B868B08E7459, 0x20F4DD5BEE4E4B28AFB9D0C3142548DF, 0x20F59A6F3A6948DE90D940704DAE0F89, 0x211D6F5AFF8E497BAF5F0DA34E757115, 0x2137A46FCD1F465CBD43E6EBD0945A55, 0x2138ABE0AF29489D90F271F970B49907, 0x2146F8CF88914B2EB155A6C202DC5DF3, 0x214B241F9E70476BB4D455E4F2668C02, 0x215D3FD70E1840528041699A8EE8EDEC, 0x21630BC68D84414E92341D405C365F83, 0x2170965016FC445C868C49DA383E4F07, 0x2183D0ABC9BA4B1592101112712A0230, 0x2199DC6D4E374675A9DEC3A468D417EF, 0x21B0DE2C8E7D424DBD0FCA5AEE3C403A, 0x21B422B54891422BBF62905B38310B66, 0x21BBF8CEF6194B5C854569699FAF9482, 0x21E6F9F10C1540A4AB8080A71F136335, 0x21F43DBC10F14CB18C08D8763C60A4F3, 0x22076ECCEAB94A8AA95E49EC9DC08874, 0x22177167B2774EE7A67ABA591E1A4830, 0x221915A8524B4C07A5E64ED2D0336B9D, 0x221EC2ECB1CB4BEB9A16F75ACEB0F590, 0x2229D90E83BF458D8AB6A5F921DB314E, 0x222C67D7DE2241989DF7FB349A85E3DE, 0x2236C5BD2E614890B9BD3943352FA87A, 0x22482C346C2A4322BBC3F65419E0BFC9, 0x22533A624ED149ACA8CAA4C7567B7B65, 0x2259A796F1BE402380609EB8747DBA05, 0x225AA36C20AE4308BF11610539A06F4A, 0x226581AA2A734889A4B9A3250E4EE476, 0x22690E561A2C44BCA9102E8C2FEF26E9, 0x22751B7BCA5442F39D314135085B9580, 0x227E9061D1064582A1514ECA4A04BA74, 0x22A85AFD7864483891397A2E39B62974, 0x22AABD5E61BC4D3FB5CF592E0791770A, 0x22AD3C1F77A9484E87D3C20DE124BE3B, 0x22C1624FAD61438B9CE0002CCE40EE43, 0x22DA90897BF84EB6ACAAF1E45EF95899, 0x230768A97C3E4368AB6E2C1C39A80798, 0x2315AF4F36C64A1D92ACDE82DA94D88D, 0x235DC77EC2AA48BDB96CB26BA3A89B90, 0x235DE5F763644CE1978461ECB354B5EB, 0x236342C0E4EB46A5B866DAD4BAD11EE0, 0x2395904D1E7245A3ADDDABA7E1DD760A, 0x23B05DD0769F4AC4A461BE899027F507, 0x23B48EB427AF44E6A9F3A0D986B16BFE, 0x23B4C75FE9E54CB3A79258A70E7EB289, 0x23B8E26EFC4C48F9816354CB4E7C8B16, 0x23BA28AB265649BB974501E9E6D1315C, 0x23D80D671033459DBB29E9AB15396CCB, 0x23DD7F9682364EF69CA9E3F291696F7A, 0x23DFCD36024C4D519205FAD42A615C12, 0x24376B582FBC4E688AF0B067EB08EFE9, 0x243D7D22B0844821B06D5815B54E8D8F, 0x2440C6717D65437EAFD7972AD2BB05FF, 0x2453019509A442338F37D6112958E2DA, 0x24550F9DFF494361985D6C55BB4FA115, 0x2459AF8E72D7429388746C40A8FDEC93, 0x2478BD56FFC54508B71082D0E8B14D24, 0x24920C933BC94848B6505C252B6F6331, 0x24924E1F7A764AB79FA44A3BF9B7051E, 0x249F8F9A7C184F90909A33F9B3DC480B, 0x24A17D81AAE545AD9E97579FB4B8C6A7, 0x24A4225A8AB0432E9E3FCC9D75352D11, 0x24D141546BCD4F7F907B2DBA65CADB7F, 0x24FE94B4479944F8A227253F6B873376, 0x25018FFC72ED41DC9EA0E0E3E982E446, 0x2504D2827301489BA25C121BEA4588C4, 0x250899A92AA443A6A8C27ADB6D664461, 0x253405C7F581423988565EFEA9631055, 0x25463A50C9934D3B8C8985CF12561F63, 0x2564A26FA9074AE193A4BA844E45AC0B, 0x25685C56A5A144C9A2C0B650EA25C224, 0x2570148CD2D94FD4AD13301D6A4CA6A1, 0x2584BA6D0DD249E78D9195207C6F5CE0, 0x25A42CD114154768BB0929BCAC7C6745, 0x25B89AB3C0684E71B1F339EE47C4F016, 0x25C610F89EBB4D57AC16666C11E64A48, 0x25E3D9C9AF7D4DFAB22F4C4CD887D5BA, 0x261AE4070D164FC7B5C5A183C7096F3E, 0x261ED996962043D69F70F86122ABDA0E, 0x262B915384024B318EACF89449D5632E, 0x2638C20D9FB640B38407A8EB440B2DE4, 0x26426C5776144B2DBAFE6D055E4BDA34, 0x264953270D17472CB9ADC59F320CD9EB, 0x264D3BE8A56646CDA4352AEE5C761DDF, 0x26692B65332A40DB92AAEF71CFEB4A12, 0x267120570B8A4267B41B3E4CF509627D, 0x2688E7C610F348F3B2279410FA2635A2, 0x26B471F6ED0F4927A236F79C5CC0ECEB, 0x26BA03FF10224F60AD96AB58F60A0B1D, 0x26D10EB0A033443ABD54162DCEE9D456, 0x26EC5F20A86244428EC16FC426E9A1CA, 0x26FC22E8AB7A4E539E4650EE71E976A5, 0x270F1064C5D343E39170A2214D8E9D1B, 0x2711A04E8ABB4073B9FA7741BFF6D1FB, 0x2715636D8BD14D0DB09D9A14B6E6CE2C, 0x2737A2F66FBA4C5385C7B39AD31116DF, 0x2746354AF32A4BFB981DF84C7A678AEA, 0x275BD473D137416FA6658D42BF546E1E, 0x2789D4DC1F2A42B5B6D095CBD58B14E6, 0x279C07E78A454D038C82F3285279AAE8, 0x27AB0EC8BEE14A6A8EC3F14382C6C771, 0x27AE7E56367C497CB26A88BAB23C60C0, 0x27BF94D4C11F41EE8EA1A106A36D7AEC, 0x27C5047A61E541EAB5837E30C4CEF5FA, 0x27C60E814455442B9C8D1955A3ACDBBA, 0x27C79880858547BD962A45CE33F41F10, 0x27CDAB84619B4C4CB0A67E391884E061, 0x27D7F3F6884F4835A6B2E926576ACEA9, 0x27E1A00E315D47F4846CBEDDB60A9A02, 0x27FB698700474E25AE34E91A0A835674, 0x2817597CD7BE4428A84268C51A726CD7, 0x281C64C8CF0B4568805114DB4F81FA22, 0x2836114DFA3F492188293AC2138343F0, 0x283FBA7EA6714B9FA48F2D26D13CD733, 0x286268F6613E41A89260B3F4DC61E983, 0x2866A58D3A904F42BA38F352A8BFCE16, 0x286A5D07673A4084B8A3A15F5F893A31, 0x2882F3003A8B4CAAB5F361761CC72F88, 0x288459A29E3F45B2B982DA6F441A36D1, 0x2889F18C104F4371B5DCC1D238F1E2F7, 0x289BCBC387444A0FBAA30931FBCD55C9, 0x28A75C33F3EE4D64A4B5857C0E5B1BC5, 0x28AEAEA0128E4A8CBF97D4BCD64F50CF, 0x28B2F50106664BD582F8E307A26F4C6F, 0x28CB32E2D91949268BBB3E14F0A81E52, 0x28CBE695BC5444469129D80A0B3E94F5, 0x28DC2799C81D4777AD8CD95A61A4A3E0, 0x28E474D53D514220B645D11B8978B7AD, 0x28EB6DEAB7DD4796A3984560678091AD, 0x28F2CAC56ABC4F4BA4C2E02D1D628AEC, 0x2904DECA641C4B4388333A928B537E3D, 0x29093DF0D99B48DFAA58DF6D2DDC92C8, 0x2913263CBE154D65BAF090FB6981E86C, 0x292448E36D5549EBB0F946E0CFD4CCC8, 0x292553F1AD7E435E90B7EF451913A787, 0x292B957A247841B4B81BFB4B1FFE0174, 0x2953348CEF88494A9E9BE37A8285013B, 0x296C908E81A244628C00AC58CE227B8F, 0x2975AC157CD84BCE9FECBDADFA4DE39F, 0x297ED311B0014E9FB9FE282E67F95436, 0x29AB22B37B54415787215B39F5A4068E, 0x29BFC782C6EB45CCA77F4F93A71D3ED2, 0x29E7E4D0F30B4388ADB48CD9D9EE976C, 0x29E87D5A685243498B52BC0F9DC49ED3, 0x2A016CE0B8D6406286BFC4F876C0CB4B, 0x2A0A71EADD954835B3C01617D19B39B1, 0x2A1BC002D4B34513A5C74B00B6177F61, 0x2A1D47833F634BD5A1EB0151EC2A0118, 0x2A1E20E3AB2E421896ABF8E3642033D6, 0x2A1FFA19A5614168B3A9506D23094CAC, 0x2A25F543B3734E20A1CF98299B185E15, 0x2A2E597DF66B491F9701B14D383C4500, 0x2A3C84939E4B410A99740E4FD0A8F55C, 0x2A56C396488E4FE181BA8A32EC55BFB1, 0x2A7FEA14B1664FE1913F431F918F5F2F, 0x2A92D282378A4865947510926AE14CAC, 0x2AAAA9EAAE2D4B18B848D732FC6F3DC5, 0x2AAFA2EFD5394C18A1BCDA2FF68D088B, 0x2ABBA1F4B57F4AA08A988ED9F82E6256, 0x2AC6BE197F3B4B90BC7B9FDACB9CA0DA, 0x2AC8C33A20D74EE981BEE68F09943927, 0x2AC8C570D89C4ED8A2F4B8556E932259, 0x2AD0EE85A2D744C5926A1E482C7E6226, 0x2AD5DF8AA2804955A8EBB3C52AA59F3B, 0x2AE665FDE9F34CCF96CC1ABF49129634, 0x2AF3E1A5627F4DADB5E3438F7E70B215, 0x2B041036E2274DE9BE182717EC5F5712, 0x2B174C4BAD7140998ACF416DDEB92318, 0x2B5990F438084F5F938F9DFE4E577AC1, 0x2B6D3A7FB7744B5AB24998A0E1B853EB, 0x2B8DBCFC1A2F4D87902BDD131B5563FD, 0x2B900C571BC44510B284BD65343656C2, 0x2BA75A39956742298BE74182BB59721F, 0x2BBE9271A3FA49D09F7C9D45BBF5FB12, 0x2BBEA2416651480385FEA4F4938600F9, 0x2BCD41824ACD486490063C0C2C0A5681, 0x2BE152F7CAC34330B6E1DDA28FFDD048, 0x2BEBD53E848D4E38A43A0F5E49ACC253, 0x2C17AA06C912460D988F886BB53EF7E3, 0x2C3B1B170DFD446FAC11DAF1D670EDD9, 0x2C3CC8E8A2F74280BAAFCABDA3189B85, 0x2C493087C1854D31B47ED06A227BA450, 0x2C5A326B4D6D4603B93DE6D0175AB17B, 0x2C6D5755B0314DC09C329E731DA80486, 0x2C9936B2DFEB4F328A9ECB6550786994, 0x2CA120F204FD4F25A04D9227CAA9951F, 0x2CB82BCAEE8F4434952EFC6879666E68, 0x2CD19D7CBE5541D3B1DE87E614FB67F4, 0x2CF225F3578F49F0B5A5C4F943DA5594, 0x2CFAE838BC244C4B8B9D94F7A2596CD2, 0x2D01EA15835B489EB5038D478D5DDD2E, 0x2D0EED788A4341A88A8381AE002CDEE6, 0x2D2D42D797E54D4088E49B8A0D5031CB, 0x2D4C37D9B44C4C6885505A9901E7C1AF, 0x2D522B1B3E434270BED776169FCB79CF, 0x2D66995BBCFD44D682846D5F447B33B6, 0x2D758584F8F9490B8D98393877697497, 0x2DA3B1B751904760AC6CF3A248F999C0, 0x2DA44F2D846842F588D5603C4307D201, 0x2DB0EEA6FCE3483E9CE4E27BE3FD40FD, 0x2DBBDE8018934C13BAE9439CCD0421DE, 0x2DC24A4087294519B93E6D61AE8CB19B, 0x2DD5CA641985438EA78B9721B75859DD, 0x2DDD0C22D1B849A58CA20BABADF714F5, 0x2E0070D69A3447418B11B40316E78484, 0x2E0C79DD0F484A95BE29A45C4829B912, 0x2E1E2493E5AE4B5A97D9660EBE01B1D9, 0x2E2B3C576D1C4D6B96CF6E07FD9E7548, 0x2E4B3F9090F244FBB71018CFD8C489D4, 0x2E4C4F825C764D8888973DBDAE2BCDBF, 0x2E59122022BF45AD9AB4F12D3B5C7E36, 0x2E617B124A63457793129F215691D5C8, 0x2E62593BDCC04CDA98E9FC325B4D1552, 0x2E6D188367EB44789EC2AEFF84862AF5, 0x2E7EEF5461194F71B43D1F8F10E8D425, 0x2E80B79C007B4CAE88DE1EC6F9F99C23, 0x2E93D381D3354AC790A2673EBF1F8F62, 0x2E9512915C23405F8B8544EDA86C1AAA, 0x2EA60D17673E47F697FD273AD2228D9B, 0x2EA77EDB84DD48ED99EEDE03B8C446B4, 0x2EAB2FA2553043C58ED12FD77E5C02B6, 0x2EE0FEE6F6D64E53938C5ED56E1B540C, 0x2EE9F61883004F869B8EE5E46B30FC3E, 0x2F1AEE53829746B88AB663510770087B, 0x2F1F96E49E3A42E593BAF51E459D6AFB, 0x2F26A8619EFE4BA4B5DABECFC0BA8EEE, 0x2F346C8475264DE483C550453109B23B, 0x2F7F3D6FDDAF4319920DFC680CCCA1A2, 0x2F9739A2A13849D2899632FC99AF13AF, 0x2FA80BFFB7D5490AB3A6C7EE1E8B5CA3, 0x2FA8CF83E88B43E984A6A2D62BC543D4, 0x2FAEC476549A432585D49176F9ED3A6A, 0x2FB584D9361E4E9F902192839D6BA676, 0x2FCADC44DAE440F8BEEC96C1DF15DB06, 0x2FD45DDAA1E64AAFB033CAF132DCAF78, 0x2FF67F89A23D4F40914286412CC189CF, 0x2FFBF81F79B54FC0BA6C85EFE4CE4A30, 0x30034B5292844F00B30DC0B41D9CD4AB, 0x3041703DAABF4D5A94D7530932C269ED, 0x304BE3ED8A2A44F2AE159F6B2CBCE828, 0x30504489010047F0B63D750D15032A11, 0x305368B288B247369BB42ACA9B02BB14, 0x305C8C6E14CC4D4A897B396C1C98FB35, 0x305D9A65CFD14527B8BA7BA44702FCD4, 0x3064D156DBDF4FEFA23AF1A12DDEFC7D, 0x306BA90A011C4806A9B4D5F4778863D5, 0x306C3961C2054AD7B83D6D928E72613B, 0x309E3BB3477C464DB46F44FB488BC9B0, 0x30A28178879943A2B46910DD7B70ADA2, 0x30B767D0C5714A6FB13DEE21C487CF6A, 0x30BA5075DE824923BB9DE816455927DA, 0x30BF43A4E5C542CB9C511A59DCF4A3A1, 0x30C702DE2A94410E9491062610284CF8, 0x30D7B8313330416C8F4AFD8EC41EB23E, 0x311395A9540D48F8ACAF125D4EE30743, 0x311EEBC06E574C24B8D2AE6DA42335A6, 0x3127CB32EE4A4972A55D1DA3EFE943B5, 0x314AB9BB9B2B43FA80F4E3F4197437D1, 0x31528B44C4264FF1B8238E54E70C859A, 0x3155B30C021B48A68328E8BBB68898A6, 0x316E7EF716AD4058AF7A6A43541BE949, 0x31881DA21FC74D81BB56D095F748F80C, 0x3195AA5CE63D45D898381BDF97BC4652, 0x31B2F7E9A21B48F8A8B0029BCA065A1E, 0x31B35A21B77D418B8FAD412416808937, 0x31C1FF2C76574ABFB4206E05A08DA599, 0x31D23FC41F534D9F808B9C4E9C292668, 0x31D2B081D87A4C189B470670BA2B7AB2, 0x31DA37A2DFC5474F9B030351B71B89AB, 0x31E59809A0EC4E2C8C4A943AE5E0723C, 0x31FEFDE3CBAF46078328B88654937947, 0x3234753F55FC46CAB4970A77CC02D636, 0x323B2D26C5624993AAA4E6960D8F5E2D, 0x325324FD65A24C86B5E302427EEB6AAA, 0x326A2537609F4DB7905D375105E08BAA, 0x329764ED34574142AFD050013175F19D, 0x32B4FEB20C924CEF85D5A3BDD3EDBFC3, 0x32D0EFFB323845FA9486EA9DCC066B96, 0x32E2084145E14048A962D33DEBE1A616, 0x32F4FC402EA34CBF83EA7FD1C1D5D506, 0x330EA33CAE9E402DB8AC59535363ADB2, 0x33109D1F12764249BE8AB458C2C281F5, 0x3321E16F598C4F8188FEE83314624445, 0x3337BCA075C04E8390695B481B8DE14A, 0x3348ADA118BF495688EEDA4444014E22, 0x336D21154C7041548FCFAC0E88DC4F31, 0x33741F076CD14BA195FFA3975AA39E34, 0x33AFF433BEB3462EBBC3DF221AE73D9D, 0x33B6EC0D86AA42B6AFC82108D8B5BCC6, 0x33B7F654FEDE4B1DB91C3447F118B013, 0x33BFE35D5C7B4A9F91C9BA9F59258DED, 0x33D9FFF22E6E4885BD5FA3ECBE8C02A0, 0x33E791D730764240A9E2CC694263C510, 0x33EF0FF2795445ED9BEBC21E0450EE03, 0x340E4D68AC904853A55C7CF12A74D6BD, 0x341C29F3B89E41CE8A3DCB55CFE8388A, 0x341FD7BCD54A4B3491CF22CA16354E2F, 0x34571DD06D3044A29350FD838AD1DEE6, 0x3474919AC67149D4BE51B10730489FB0, 0x3485BFDD781D4B748EF54BC0CCE98D82, 0x349B905809E049048C1CC4B363351124, 0x34DA180AE4354D638CCBD192984BF1DB, 0x34DAAD82E91E4E0586777D6686FACB2F, 0x34DFBEBAC4BE47FEBAFFB0C062012723, 0x34E0D871EE7345898A1B17F43B55FC68, 0x34E2E3FB44614A9C8E079A5D8EB9A42F, 0x351CDC3B53D24B24973D4B1DA8821F86, 0x3565CDF59B4F4875AB56200351B83415, 0x356F96BDB7BB49668CF285672A35745F, 0x3576B5309CF243E397EE3C8F1A214EBA, 0x35808A54464D40098D33E0E91E531E41, 0x359107A4D6CD4953A3D6737DE2FB3A81, 0x35B6C39E1EE04DADA6477415BD5BFB6B, 0x35BFB6C327644D3B8B7964FD7998D5F5, 0x35C2164688724054AFFC3DBCC5B08F01, 0x35C5E43BAB024BF38077CEB7D5561A3C, 0x35C921D85C6E424D8CE212641BB5B0D4, 0x35ECAA80F4C3475C83B2126F58DB1D85, 0x3615BCAED86141D4B241258BF9DE17A2, 0x361C42F0945D4946A2223055D79C6C71, 0x36401AC405174D4694336730FEE25FDC, 0x36450660105B49B983A37875DC3CFDA5, 0x36473CC5B8324664AA171BC5423043B1, 0x364E6DA27ED040E7ACCF522589936DB3, 0x365227078AAA4EBAA51E365ABBF7BF4F, 0x3653462428704F1E9FCE9D07E4B8014E, 0x365EA13AC3A54D1ABE7F0CC3EE9CB339, 0x36614B99839A477C9C58506DC3606923, 0x3671CE5CD0DD4644BE3B16EF89BC9B8D, 0x3684F66A6A054DDE8BA43FA959AFD804, 0x36BBE7D7450C46ED973D215199DC00B9, 0x36BEA6E026D5467F848AB92EEF31CF16, 0x36D82AA7AB62432E88CE654DA7702AE6, 0x36EB6D5059B545D2AD8273170A7FD01B, 0x36F2308FE2E743B791B518510E6BDE26, 0x36FB99299C994FB3ADC3AA6766E38EA6, 0x3728DDF0EE4E4D5FB1A9ADB76E302694, 0x37312E58583843AC9AEB049FE9657B9B, 0x3743756908A446FDAE3DB0E6CADA046A, 0x377BC25AD97F4D338D8A97E68BB192D3, 0x3783BF3BC72A4C4E866443ADD5CCDF7E, 0x3797E6275B0C4B07A61D7EA5895DA740, 0x37B8C4CF00D2471F91C092A7190FD1DB, 0x37D6E7316B974D79A5099B1D3C9E340B, 0x383C4D6904954AA2AED78F7CC10A2B3C, 0x3840705F9B05483A84944D0D371FDD5F, 0x384584AAC38142ECA9C54EAF3FAF802A, 0x38462DD2AA3241B6B0AD75794EA0C82B, 0x385C870D10CD41D18A37ABEA3F0CC131, 0x387BE748A8DA48398B5BCD6F21BE6634, 0x3894DEDF666B4B2D98E25C3AE9B68521, 0x389CB76D868649C1AA352F1ED63DB50D, 0x38A2F3FA00484126A9C95E22584B97DC, 0x38AB1623A6CE44C49B185EB87B31F83A, 0x38D9261BA85A48089F922458EAB17DF5, 0x38E2B276A8424A07B39CC3F8D285E939, 0x38FD77FA9BDE4A01AFD6742195DA1C98, 0x390BDFB14AA84D7996F7F660FA9D1DC7, 0x391A495AC2624F00806D03E6790F2F3E, 0x3930E3E51E994243B5C67B5C1AFDE67E, 0x3936E4F5D9F54330A5BE2B6517668B05, 0x3964EB1F78EB4ACC83563A110F973C56, 0x3966FA79E29741CC8863CE5BC7E6D730, 0x3969ED50CAD34BC98955F4E50003D753, 0x3977F9535939420AA012415629BD2CA5, 0x3987B3F249E047A59D76A897BADC0E6D, 0x39BB49DC7F934F919D33F72D09C9C8D3, 0x39E86F66883946EFA70DB764FEC2E086, 0x39EF2823C9A14F879A945B2A5C591AD7, 0x39F0D15D166049A2AA01CE5A9E77A4E8, 0x39FF031BEC074B919222C173FA37C3B2, 0x39FF9F5544AB4FAAA38FEC0EAFE09BF7, 0x3A0C4B41C55444A5BD0BBA92348017F3, 0x3A0EF68ADA58492FBDC44C416E29067C, 0x3A0FB4CB17CE433C89860408DE15D288, 0x3A1DC3D20FE94321B565F5E578098008, 0x3A6242805C9E46CAA98B743F67C9165C, 0x3A6650E239C543B28734DA9CFE4DD06F, 0x3A8AACB94D554411BDAE9AEF07614F66, 0x3A8B714F10CD45FBA4652B2F60D0E4D5, 0x3AB5A5E1CABD491391573466BD40CF3F, 0x3AC6229A63CA4B3586A952C044CBFDA0, 0x3AC8019C2B3D4510BE12CC53103492AB, 0x3AD63C72A5064006BA2A33F945EE4171, 0x3AD779AF604448D79A5319CC3359BF94, 0x3ADB36C34B584EE7A66C918C7C770BEF, 0x3AE1DDCE71BA410784F866CD3768BBDC, 0x3AF5BA22BA824CBDA540BDB2D0ACEFFA, 0x3B080B8ACBE14FC8B783638C49DC64D2, 0x3B0DE20622B84894AA48EB94F0CAC94B, 0x3B0EF1E9435E4B4EADD46C569BE7EAE9, 0x3B10BD9B52F645C8B2B883678722BA6B, 0x3B2A4E8F464F473C8D537236D033D809, 0x3B2F964CCAB74E0A95615C597E32FAFD, 0x3B3B8A2AAB07440BA9D7DD2440EED20C, 0x3B564390EB2946329F3A55269710DDAF, 0x3B7F2AAABFFC4C1EA33EF0DFDFECC13F, 0x3B858349141543E79CE512903C5C9BD1, 0x3B92E165D32348C8AE8FAE32FD67A6B5, 0x3BB6CB7895EA48FD88C14DFBDEEFFF73, 0x3BC22BCC2D3D441CB26625F6805EFADD, 0x3BC80C9A119D43E5AAE0483E385EED51, 0x3BD5D044D1694CFDBF9CEBD9C255C987, 0x3BF17EB67DD3436DB88D825AE13F53F8, 0x3C03A88853D94FB4A548C2D5809A4A3D, 0x3C175D32FABE438F9717E8BDF8EDBE4B, 0x3C18562A29A24495BAB15D94EF9D21A1, 0x3C46C4DB3CDA43FBB9D532A0DD7AD353, 0x3C4B5AF3F11F40089F76E70429EABBBD, 0x3C7356D0C85540559A0BCEF044BAAA22, 0x3C7D39E911C54FC59CBB876CC9BFCEFF, 0x3CA6C0C142EF41ACBB72E94F173F63AF, 0x3CAAC74A61304C93BF0085E011015A97, 0x3CC88764398E44ECA1D97BF7A29830E3, 0x3CCB4D2E99AE493F9D293944E509C3E3, 0x3CCEA94875884113BBD5326051825E6A, 0x3CFF8E0FA4B44C74872BEAADD3D653C2, 0x3D0AEAB73E684FA592598FC763856A4A, 0x3D2BDD31D8EE4B74B57E88A4B93675C2, 0x3D33FCD873974911943DD8D785198CD3, 0x3D3E4EB1A1534F23887022756BE7B719, 0x3D5A68EB1CAA48D4A694D631372EBCE4, 0x3D5C0ABF347049A5B6F0F8B006EDE826, 0x3D6DF42B5E9045DB89B3CBB74BA1DCBB, 0x3D8E8586DF5B44A699195736B25C36EC, 0x3D91FC18B92540D299C8736FCCE6B9F6, 0x3DA38A954FC34BD2B954CC20C831F1BC, 0x3DA943E7FAAC4CF99FF540892087AF44, 0x3DCB7FE3CF2A41CFBD7931E7A6E51E48, 0x3DDD856031814362BC4B0C50B360A900, 0x3DEAEE98C200427C822C73AD52566632, 0x3DF5320E0CE4486BBBF72B90E3BC3A7A, 0x3DFB84BBA060412CACAF13E2B4A33F1B, 0x3E1C475AE19F4660AB3EE4C3DC8AFEB8, 0x3E22555C48704A5686754588E05DA746, 0x3E2BA90C983146BF97E5EB8A9D4F6813, 0x3E4EE4FD60964CD7B6FB7EEA5BC25069, 0x3E5EDC8EA3AE4C8EBDEAD04D5A621FEF, 0x3E67942943D34EC9B39ED9CED3C8DAF8, 0x3E6DCFCF23ED44A188D6630DA3A9ACCA, 0x3E6EE84699EA48FB91CA39BABB2624E3, 0x3E7270C015B141B1BF625F7BF6E6CB21, 0x3E7D4F2FC2BA4101ACE57683DB6C2EB8, 0x3E83920C08D54F79914D24A9CC0AB0AF, 0x3E8583C8BF404BEBBEEDA21D50F0C4F0, 0x3E90C46281794C50A5F6CA4E46023E68, 0x3E9D5EC3FD97435C8377A567A9AAF05E, 0x3EA493E5CF324A6E80CE3178B7128C4B, 0x3EAF54AE36D8483FACEBC724B87AD662, 0x3EB5D4732E8E420EBF778300B707AD6F, 0x3EB89A1DA3BB43FD8233F3E5FFC65EC8, 0x3EC09F28DE5D4AD08934AA260F493EAB, 0x3ECB184CD904464C919A982579E8A8BC, 0x3EF018336B4A4D6A88A010DCBD81BF0C, 0x3EF1D6DD88C447E68A0398AD935CBF2D, 0x3EF6760CDE6F485DBD27215FFA4ED00C, 0x3F0B3CBF5049493DBE3AFBFF1E9E37AE, 0x3F15C8BE64F84BF8B1F5A53B87A25271, 0x3F40E6AB67B348D68ED2D451258F4D60, 0x3F520BDB7752440DA6F50958A06BB0D4, 0x3F5387CE9E0448E6843C6AE04C24ED63, 0x3F586480096E48C4B53A9A09A93EA237, 0x3F6D66E1D0654F46AE504EE0E987FB18, 0x3F7EC440C8504DC38302F31B2190F0D6, 0x3F8ECB2622274913855A12A86899B526, 0x3F9A2F11BFEB425F8EBCC5BB4F369CCD, 0x3FA767C229B044C0AF8C11C93C44258C, 0x3FCA11CF917B484F9E1DC5C7D5779900, 0x3FD3DC7A1B684748ACF41325C448D9C0, 0x3FDF80C39C3246C1B9D1F5C88F622607, 0x3FF9C53751DE45B8968D82D2046D7D78, 0x4014D578627245B89F4DD9FA7EB218ED, 0x40157DF3446B4E0289F24C82BA3C22A6, 0x4027744929504B7AB98F1CCF2FE37D7B, 0x40289A116F584AA787E36ABFD989CBBB, 0x40705D5EEFBF4613AF27E9935952E302, 0x40844A1560554A418AA199BEF32ABA04, 0x40860408D3844955A6C68E2AE732A0D6, 0x40976CFA379949E7B9DB3ECFC4F56E28, 0x40AB6EADB97E45459AE105CFCFF208DA, 0x40D1600367FB460BB9CEBE6DCCDA9F0F, 0x40DEAAA46C874351AB9FF778B04A2C25, 0x40DEF80548EB43D2B8203AD4ECAE6D3D, 0x40ED0029B33E4E8186901340314DED5A, 0x40EF1C9C45DB4DB9BF3D3C081F46BF87, 0x40F2937B6A0B4A538DDA9E136B461E2F, 0x40F78B762AFE46E99ED9C9FD86AFA1DD, 0x41180B20A72845BC8CB57282B6FB04C0, 0x41206BF19B514C87A80CD2911454116A, 0x41212A89ED854B82A19E54ED47B21A3F, 0x4131CDB885CE4A738F10CE2F8007F096, 0x413E5D634ED742A8B4262CD6C017AC62, 0x413E5E9A6D8F43ECB9E26A971685EC2A, 0x416023649966485680BC14DD33716FD6, 0x41633FD7F4F946DFAE5F835062FDB444, 0x4166D6BD6B9C4F0F83CE031EAA0A32D0, 0x416FC1470D4243E5A6852CF51E219E65, 0x417517CA77A849F29BC7A5D698C51223, 0x41AEDB87AD49426CA67FE9EA96ABC111, 0x41B03F251F8848BDA465FB0B9E752644, 0x41B315E21EF84B73BEDD15F5C1AC602E, 0x41B40D113CF34236BF157BE69A03FEAE, 0x41B9080E10984E259CE5F87DEA90ABCC, 0x41C4EEFC4A7A416C9BFC57405A2B0C1E, 0x41D7088F03A248F98F5685C802BE41DD, 0x41E1530F67564EED9852A1599BC4AC02, 0x41E3B09056E34CF495F13DA46E092ABE, 0x41FD2477B17148BEA97FD0F22C090574, 0x4200CCE4562E49EBBEFACE4B33013966, 0x422CA714665D47F0894A7EBBF3D5A364, 0x425AC313BB784FD0A17584FEB5DDAB4B, 0x426BA952A54E44A78217CE95E5401AA4, 0x429140ECFC924350B2E13995531A6A89, 0x429875A07684424EBF67A5403C718675, 0x42A7F0F52F5E4FD69A6CABAC814E1EF8, 0x42CD3BF83FAE4569BBC38C608FB8526A, 0x42D5443D22D34FAB9C4EA3C327BDFEFF, 0x42D8E858FEF5447FA1144A018B2BC930, 0x42DCE79922FB4733BFDC6853993D96F5, 0x42E998DF879F40268091252643679F46, 0x42F0B1B2FEB3434DB59AA645E3A5F3AB, 0x4311117489DF4B9BB69DE5BF0D30915F, 0x432DC9447AAA4B6A8858BDCAFF5F847F, 0x434395ABE4454FC89F708D13E853DD4F, 0x4347CB757EA34939B9D9E323FC9172BD, 0x43570DDC866C41AB8F930AAB082E1511, 0x436168ADF2BE44B48B727997CFF0055A, 0x43715758E9944F4B984A15CBF8DF57B8, 0x4377D9E318D4442A89B2526BA8DFF22C, 0x437DEFCD1C8F464BBC53CC27EA97DE34, 0x43950E0102B94FEBB2F308233D097264, 0x43AC9042976F4B0495BE38DABF0519A1, 0x43C6AE8728F14DE89AC363D7FD0169F9, 0x43CC4F4C75C545FE85F03EEFCD55A241, 0x43CCAA4340D8485B933B66576531786A, 0x43D1BB40888640A2AF6398B2BAA534E0, 0x43D2D1565B4F4F32815A3CC540E1B5B6, 0x43D54CAC77DA49569764C5CE144CAE1B, 0x43D777D1298F4028A1F50737DBE5A42B, 0x43F72DBF68074A3E9E971CFAE13AED2C, 0x43FDB8199037416EA5AF015A3C7D1972, 0x44230848B4A5492799EF11D91FFB42AE, 0x44437D73162D418A992A64731A77CADB, 0x4444549B65834C9791A6466ADA4840AC, 0x444D7C28A55C48FB95F3D970C774C4FF, 0x44639ACC95014A219E37CDD4D5578EC0, 0x4467BCE04ADA4EDA821987AEAE6BFAC0, 0x4471DA6A44114158BBED25F512F670E9, 0x44767197289B4561AFB6B062F0A89B61, 0x4476DD00C6CC4806B557C5D02C428EF9, 0x4483FDC3FF6A4A4AAAA6927F50DD5270, 0x448EF04EBC9E42A8A7E226BB09976681, 0x44BB97CC1D2E465EB683CC361E1E1F41, 0x44BD6B31445640988E860775150832D9, 0x44E03158B797413AAFEA371424CCA634, 0x44E2E019E48341948DC4E385A78D5DC6, 0x44E9E4CA68AB44E1A6F4281554B27E88, 0x44F1EB413A4045108ACEF62E58D4127A, 0x4500EA123405491196B8CD8033D26F7A, 0x4528B4FC22144E919F6CD9F73170D6A8, 0x45320FCF2EE84A539B34B08B7DF18472, 0x454981A2AB2B4294BB27AEACAF898E90, 0x45735CEC01BE4A618561A88953DE2AED, 0x457F684631A841AF9780C5099FFF7BB6, 0x458BC6D532C24909A7C0C4CFC1B198CB, 0x459D767D968940D9B5DCDDB867FEED7A, 0x45A2922CC68646A394CBCC5F38BFC317, 0x45A3E73A8C484DA7A1AFD8214DDE5EA2, 0x45B31B7D472C4095B49F7326C92A71A9, 0x45C2683C1F534DB68929440AA3483641, 0x45D5A050AF374009A834745A54ECC707, 0x45DB8765ABB643C68F13C6AE8A45419D, 0x45E7AD7203D84290B72367A87FB8E19D, 0x45F9CE75E22F41B997FA94A179A8A6BF, 0x45FA139739BD4B3FA50F7D13A8AAB276, 0x45FC33A6C86B4818A7E380EA66E18DBA, 0x460E8538E63E46F589C8365F39147023, 0x46159FD0653C405AB1C96B9D6BBC41F1, 0x4620F4E186A44354B2029F6D6A0AF779, 0x46257C3F47A84086A04E5E340EA720A7, 0x4630C638576C420BB58ED8F64724AA05, 0x4630F24830C842F597DADE9FD6614848, 0x46401B3A434049B2AF7E065637922B5E, 0x4643D253791E4A33880C38E25B4E25F9, 0x4650155BDC6F4457B3FFB70D0060BAC1, 0x46A592180B5D455C9B0A952358B60AB4, 0x46D09621C3BA4B17B5D9AAE7F633A508, 0x46D8618BAA334D3C9545DB3D3D4F7DBF, 0x46F0A5D636D24486942B5C464F5B53C0, 0x47030C491FE141BCBE38A5B3C185073C, 0x4710309FB69D4256908F7D0BB6B5758B, 0x4719ED62573449D8B481C054DFBDD6D4, 0x472708FE328C4B90B9C1717ED5516901, 0x47282DA4D05C418CA11A28EAB77DFE47, 0x472842C12292443CA1075FF3435CC69C, 0x4738881CB6894BC282952D05D3386A18, 0x474406B3CD204B72A76F666D4101AA03, 0x47516DC606984EEE86AAB1BB81B3FFB0, 0x4751AE57B469491985BDBC902532BCB2, 0x4778A6AF8C744ED8AEB9E5E994FFD23D, 0x478280A7AED24B0F936D4D8B38D6A2E6, 0x4789932D76674AA0B3900341C3D142EF, 0x4797D2B5CEC040D0B91D339838DA49AD, 0x47A030E981B249FBA984E359E0C56B06, 0x47BC6A0D85584B48BA4B389C95DA32B0, 0x47C8D5F81BAF4A32979C538F733B1559, 0x47ED813F174A4916B99A82979D5BD530, 0x47F859044080427BB948EFC92D6DE348, 0x4806CCC66F4940CEB558022D0054ADE8, 0x4816A70FCD724985BAFB9B0EE2535A20, 0x484260E01C7D487BAB5BB8A1752FE242, 0x48644FA0228D456F85A0B5117543976A, 0x48710F55B9244CE3A47F222BD72CA6E4, 0x487F83F188DA42FBB4807DE5A63EC091, 0x48809747B84247E78C4E46F19A805647, 0x4885B6267EA64B25917071B160486480, 0x4894F7CCAB264AFBB5377FADFEA2633F, 0x4898BD8CFF5E4B07A88EE5CED89F8021, 0x489D682F70C94686990A22FF7E2ACA32, 0x48A2011F716B437B9C5FBE7DC9086C79, 0x48A36C71DCE8421A8702C681001A503B, 0x48B15BEB9E1B4BB6900B9A0BA6B828CB, 0x48B827A2B6F64B5E80943BA126D65256, 0x48CCE9DC72194F6C9851BD869A205E88, 0x490C6FD087264A2D8562C1E086BC16D8, 0x4956FA793DD5451DBD19CB99B06C9959, 0x495C002FA5534072AA96E6BDE0154E32, 0x4965CEE7AFF44F1AA4536FE2F9A84F3C, 0x49680AB49BD645FC9C6CC6A2942B229A, 0x49688A43BEB948A9819201F31C3DD574, 0x4972910071DD43518682168618504F0E, 0x49805B6EC5DD4013833E136D40CF6EB4, 0x4998A482A0B34E3B9C6C1EE5A4CD8098, 0x499DC0CFBE19464096E55DE8E28CB0D5, 0x49B2692B8763443EA69BDFE4E2B806CE, 0x49BC5257DD4A4814AA109F0BFF344CA9, 0x49C1AACF5DE14C07810EC8A4608010DE, 0x49CD77BD97FE4B83B0B673050BBACC74, 0x49D1DB1E292347E1B4FBE038198F0A00, 0x49F0A512BFC4478C99D3F8CEBEE7AC2F, 0x4A487BBB6B3A457482C5D0269651A20D, 0x4A4F5100A425436EA725C1DCC4A422B9, 0x4A5DCB9F23B34688A5D9C504620CFD84, 0x4A60DF7013E04DA994DB8D4142C15072, 0x4A7571DD1AE24AFF897254AC4CC5C719, 0x4A78300FAE834C94B8AD1763A8C87CB7, 0x4A80E3555DA94F79A03956F35F2D85DE, 0x4A9E747E8FDD4EEAA6A3AC3177B893E6, 0x4A9FB6A0C2644E4198C51D666C82F280, 0x4AA4CF2FF02B409994D24F703E27EC70, 0x4AD702EBAA1C4FFCB3EF6C70AF491277, 0x4AE0485F2E0940788994D66D61BFA6B9, 0x4AFCAE9BC06048CBBDC68F9E5CF10CD2, 0x4AFD36E03BCE4B6F9D2159516146E5BD, 0x4B19429082CF47CD930AA228A963DB1F, 0x4B1D3855D68F467A839D0247DE36F6D8, 0x4B328B914CCA4DE886CF418A0F059B38, 0x4B59B9FFB5054629A0DD5CA1B96F5599, 0x4B6F9D26620E4EA68FA97B4A49E7E352, 0x4B78B031DC374C31B986C314C0E8D070, 0x4B7A3F28B3294855B87F9922CD0913FB, 0x4B852F67729A40C1B02D5C7CAABFE162, 0x4BB3B010526C40B584B1367BE6898E3C, 0x4BC2153DCBC84F3AA7E51AF9F2555372, 0x4C0EE4A7514A4CB09CEBBEF43259AE64, 0x4C1C4659492D42319EA6515DC4B17F02, 0x4C4B15A055D745E794A81C426D1D8298, 0x4C6DB5B3955F49D2B9312389CDF0EB49, 0x4C7AA13E711F42F6A2065F0E2F3E16C3, 0x4C8178C1B294425ABEAE596E3ED38F37, 0x4C8F9B219F5541DAB27151A1B509EEDE, 0x4C9A83A8FB1B42E49206ABC38D9DF56E, 0x4C9DAD5A1B46474E92804E3312B97BFE, 0x4CC6709CBE6C40D7A4CAB5BF9F7EB088, 0x4CD0F772B2914CE78B654D7176400FD0, 0x4CEC99576EE74E8E833BB9852B9386E9, 0x4CFFD32F35BE44B4B2A986E2FF0FF6D6, 0x4D0B1C7B281B489E8C222DBEF4D2A11D, 0x4D169245B6904500AC3D01F96427E08A, 0x4D263FDC756F41199D18D46FF25FE962, 0x4D2C101CA9434A7F93698165C4848A6E, 0x4D2D09411FA24D27A9A344A6CF2EB688, 0x4D4759708FDF4FD28560A8912DEF7023, 0x4D49392BCEC44B53A1BCACFDE0060EE2, 0x4D6290E4CB4B4CD0A4B7689DC017F2AF, 0x4D6BFC3E28F042AF8A2E7E813A0B60F3, 0x4D6D37F241BF4E08AB2CD451F5B847EA, 0x4D6DD53DA7A6443B8A21FD9F2D89E77A, 0x4D7075A1D95943E8ACC94201FFD5C2DD, 0x4D9A5C7155384AB8B170934EBABB29F2, 0x4DA42EE76FF940199B4F27890CFF396E, 0x4DA9AA59230D46E79EB74F3995271169, 0x4DAF0126FDA34C5FA5F5C76D23CA36C0, 0x4DB2295F7AD844B0A1723EDE28F084AE, 0x4DB45A2873EE481DA86213E3907D90B0, 0x4DBCB8C7932C4698A98E3BA070E8C2B4, 0x4DC8F0189413452D8FC3523D4B1466B8, 0x4DE41BBF3C584F4BA19283D04DC91CCE, 0x4E1512C89FD846BDADE7AA109F74DD55, 0x4E3F8E268AB94A0A96ECA7083670EF4B, 0x4E4613D6BD17482B8724493BA655FE02, 0x4E8AEBA64E124AD4A721567C7E2EDF3E, 0x4E93795AEB644093A5BAE5DAB552D248, 0x4E9BB3718D954D259372799B219FD4F6, 0x4EA981D0AFD9478BA87583243B50005F, 0x4EC0574104A54F849D82A7A88BA6D628, 0x4EDD45671F7C42E083B647267B0CC591, 0x4EF6562BE49A4D98B713128760A1BE92, 0x4EFC98E973DB4D57A26E89979CE03817, 0x4EFF254E61A54EA0AE3770AA4E338093, 0x4F0E7A0203764469848B1D7F71F65239, 0x4F24EF9A41264F5EA53B4D3A67806201, 0x4F513F3ED808428793BC40C7B8AC6DFC, 0x4F586242A6854B89912EB2F6B5EA809F, 0x4F5DBD613F58448683A6655F6CF8B3DE, 0x4F646946339A4091BFC224E7A5AD19EB, 0x4F6EEB92E2D94DCA9C201470221672AF, 0x4F71FF6D5D7C4A30A6237D4D0FF2A383, 0x4F72291349624BABBBF775561D9D2FBC, 0x4F7293F7CE4D440AB1DABB9A88C9E17B, 0x4F792EBBA6E64899AB094659E47E7965, 0x4F79406B69F84A93943EF41441ACA843, 0x4F7E611823FE46D8B9ED425E0BBF4989, 0x4F835EAB534E457D86C3EC5D64DFB001, 0x4F894D1A84744582A76C4175A238AD33, 0x4F90486FCF2146C397C9D018495A0883, 0x4F9E179E94A3499DA04CC42380CEC22C, 0x4FA1A59FFECB4AFE9680D930B587698E, 0x4FAA6ACDC4264806878B0C2EB2888015, 0x4FE5FA14C76449A68A30A8EFDE33EFD7, 0x4FFFC0A34E0842D4AB904D3D43099C16, 0x5019D1DE41F840AAAB7584EA1FAA0543, 0x501DAC501DA24AF8B4FA07DA29D7E23F, 0x5026E5CB9F83479DA2ED8C1833AAE101, 0x504A4ECA07E440E7BD2080F8131821B2, 0x504B177AC70F410F9D5D3452A46C7679, 0x505759B3914C4EEA979625D9A4996781, 0x5072FF00C67F4BE18A64FB66D28417CA, 0x50752F7CA66D413B81C2BE5B0EB7A414, 0x50753FBCB563436898143A96485EFF91, 0x5082C52B550D49DC8B5A57C14AE45D3A, 0x50873428E0DF46C49FC56ACDCDDA983E, 0x50D876D7C39643BD86F2410C32CCA5CB, 0x50E0AF8809A54973BF3B24C36845F7AC, 0x50E72F068ABA480C9772B9E764A386A5, 0x50EDFDFC2AC64CAFA9F4995DB23E8D73, 0x512EC9AB30CB495E8514174A65CF1DD2, 0x515C61B5AC424EAA811ECA101DD40B51, 0x51950F3AE9EB40228478ECAFCBDD4B63, 0x51AB44ED4BBE45949C29C9DF67094F29, 0x51AFD2EF468C48009ECBF1A7E1A2EF36, 0x51B1BF41DEF949CD8EFE49121FE8A867, 0x51DEAA66AEF448A08D0D2F31AD89803E, 0x51EBFBF76A614E5F9180EB8A735EA636, 0x5204B2C8CB8A46BE9F1370BFBEDD37A1, 0x52157235631347ADB939546B4C0BFFCC, 0x5217BDBB1FF648B0AE3B74AB090BCB02, 0x526A343C17254048A890DE21BBAC11D3, 0x527CAD6095434F5E94C40006CD44FF6C, 0x52800A1E6F4142849F78F28BB7F69714, 0x52A8A448580D479DAA4D7D801C6C8DB3, 0x52B7A7F93DCD439DAC9B576E92A41153, 0x52BFD7FD7CB34D908089E275216CF0B0, 0x52C013DA59624AC49D2D5944A3EB9735, 0x52C37B5AF78446A2997AFB2A2BDF4FD2, 0x52D36ED8BB7E46A6B33A8C9A4C9A0D66, 0x52ECDBF364B443CB8E29F99735B2E3BE, 0x530D0F9F3EEB4A93BF7E0C806248727F, 0x53109BE098F2414C9B4A73856C8C2A08, 0x532BEED9323240B79E0D2F807E382B5C, 0x532D0E9568E2466A8D80F551678DD252, 0x5345E708EDAB4FF49E27CEE05E8B7691, 0x534C9A786D89409A85FCEDE17331C0AE, 0x5389D4F087624C9B918D97B5C37FA1A9, 0x53ABE9823BDA41418611A79606F6D8A1, 0x53C0E4248B33470586BDFDF682B6BC1B, 0x53C9A6C15A064D37B24DE812C9CE5175, 0x53D49DAB504E4CDCA317B8896CD7A903, 0x53E5CD051EF348E39B0A5D5334E124E5, 0x53F126E442724345828DCA23214311B9, 0x54062E416D954011979714644109A958, 0x541965F62A334BB9AAB5BBA2868D9A67, 0x541B6FADD439460EBCBD7F4149A71602, 0x542D19B66D7A42ADADA2940D6121E24B, 0x54325B95DDE7412F8486AB818E2F6A2E, 0x543DC98A5D844A2DB355ECA055CBBF80, 0x545151A282134D329ED7EB9884112583, 0x54720B48577840B48F02DE6DB63AEC7E, 0x547F2187E51945489E2B71982EF6B99F, 0x549218B7852E4A53BD2F485FD95A5A6B, 0x549EF49449F3471D89BA45CB1FA833B8, 0x54A08FAF45FB4748906A6F34A1491CB8, 0x54C3825E31CA421DB68C3E974BC2F2E9, 0x54CDD673D94240C19117DCC118FE7268, 0x54D529C6409B4957A862C9FFEB1BDE5A, 0x54E09D1B2C1640349F9D88A22FE5D27E, 0x54E2A6572BA84CECB09EB7AE2A67303C, 0x54FD528624074C779F768A56CF67AE50, 0x5501CEDD760A4599B77C8B49E0AB9C09, 0x55035CAEDD8A4A2DA3D72618E5D8B902, 0x550C2E419FAE4675AB4B11A6C98DE0AD, 0x55204E12AE33493FA16B6536CF325C66, 0x552F1E9DA4B240BEA9ADDD761FE4A1A6, 0x55346C7838DE49A290D08A825DB9DB93, 0x555FFA105DA54710B7470666F1C53FA6, 0x5565FC2ECDA844C5A3FEA17C0F4D6D3A, 0x557BF03F4C9943C9978E34DB6E743F56, 0x559CF72114604AC1A90EB4B9577F6AD2, 0x559F24DBB82F4DD381903FB658807FEE, 0x55DF626D117D4156960D01FE8359FF6E, 0x55E7A73D6516405BAD92182F6478913A, 0x55F1A437BDFF4D2AAE00BA766839B718, 0x55F60ADF18524DCF8E245F6B0967C53E, 0x55FE55F53E0E4841A8EF695A460682AD, 0x55FE9817C0F342898CFA2F732556212A, 0x561E0FC225604A54BCFAFDCEE96C1219, 0x5628B74AD1514927A99C38ECA50CA2A2, 0x562E84B5D63D45FA8A0DD7C17813BB51, 0x563E827C0FE442C894DE67FBCEA7CC32, 0x564373DE900A4D81A00289A8D876D95A, 0x566B9F335BE9417D8CA8AC2AC1B5C5EB, 0x5679E31631E341B582967E8ABB8C247F, 0x5685E603981D4C65B7D2B71A0502A6A7, 0x569A7367702842CEA32C39AAB21150F6, 0x56A6D88F8EB14923A2D996657D6CF8D4, 0x56B855EA2AAB4CECBB66F33148A4A55E, 0x56DA28DE24D743BC9D4A53B10AF4DC54, 0x56E5677C04C4439AAEC97E6999E14A9D, 0x5744AAD6334D4FCA878F7982EA9DB6FA, 0x57541230D2964103BE8F045E916C0F5C, 0x576542F2C1A7463A899C0BDE0BCA95BC, 0x57AE9EB8560849DA98E8103F6B164256, 0x57B5234FDAC74300A4D502CDD38A5514, 0x57C211A7FFCC4B7D94BB36FEA1D1CD9D, 0x57E12B02EA9A487CA140D08DAEDB9EFB, 0x57E4473772F4401597036DCF38263BF1, 0x57E59542DF854E41BE1D00839EF27D4C, 0x57FBC5D04E49455DA9B47820BC73FA6E, 0x581C5723D34B47BAAAD12F77FEF53B2F, 0x582F07A34EBD4CFDAC1419F9BF6F890D, 0x582F0AC9109D402880152F0EFF07ADE6, 0x583A22EB13934724B00200E45052C0FE, 0x583C50F8D8CB4086B30415D956CD16D0, 0x5842C8BEBFAD448AA18EE496FB19DF89, 0x584988D5460C450698776AF4EE405583, 0x5862DBBA5F4D4BF48CF5237829C3A624, 0x58676E2D0A194B8E87F1D9A657BE18F9, 0x586CF18B8B3F4473B3E6CF9C7240B8BB, 0x586F77D00A9B43D4BB4A6DBBA023637A, 0x587B1C40E9E34392B484D949B0B96F82, 0x587E6EEC8EFC47589FACB8C3EAFC3F00, 0x588DF33A984243A085E7A8FDDABE50F2, 0x58B8120CCEC04C4D93EAACA39E0AF7D8, 0x58C35048040E4C3A93F002F83D3EBED1, 0x58C5256FF2A748318D20C4F1CBCB7CBE, 0x58DC29D348B341A781DF92CEAFA5B9B6, 0x58E5A7153B7F4AF183D12CF6983852A5, 0x58F2653122D04DED8F08E096B5A726A4, 0x590E7C3FABFB4A768D32A22695B53898, 0x590ED2860BDA4E7DB267851C5C69EF75, 0x5914EB1C077C473BB12FBFC91D971F34, 0x5918B7D38CAF4635B687D36AA4EA875B, 0x59382CF8FE5440EB94F1F59569D2F668, 0x59483AAACC7143DFB489AD9AC3F9D258, 0x5949B6DDA4284BDB9376E5BAB1020A52, 0x5951956939034A5E943533EF2BD5C338, 0x596DC30429934E34B24C114D2FB1B35E, 0x597973A456944E499A7AF796152ABEAA, 0x598AD352E8E3497BAE0571ECED2D6448, 0x59A7478395CE4964BCB9BF693BE5B217, 0x59AA3582845D470C8A7E17333AC63B61, 0x59AC085A173B4354B1BDE2D6775D2F9F, 0x59AF03BCF998434F96A9497218BEFE21, 0x59B4B11B5EF34FA09832D119EC209237, 0x5A14F62096F84220B6D5033172E27392, 0x5A14FDE4D63346E9AC828ADA8A1AE992, 0x5A150F9542404623A3E511DF93BF8A90, 0x5A1FD925DCA84E8CADE4137CC44ECA35, 0x5A21A23A0ABF4EEF9AED19E58D4195EE, 0x5A2BC7CEA5FC48E2B7E225B262127E06, 0x5A2CAB74EF2F4D4585348E240C40AE61, 0x5A414EFAC3E5438BB35C7EC8F6DB7737, 0x5A50E3DD56FA416F9BC6D8835E05B674, 0x5AA7B88A535B48878A7F357EE573DD49, 0x5B0E7BB88E48413C88F881E0A38CAACD, 0x5B28847B7BCE428BA36176F7710437E0, 0x5B2EE946C95841F3ACA19C7AAE9EE931, 0x5B3B79DBCEB144E6A9F58E116EF9D849, 0x5B458BDEB8D947A9B0B9B2E1EF1C1B87, 0x5BA594E58B8D443BAE5AA9FD66CB626A, 0x5BB7E73476F7477D92CE07A74FCA95D8, 0x5BBFFEE9B9164DADA91044937AAF06C1, 0x5BE1BF1567DA4AA7BFBB845120D0DD39, 0x5C0052BC1576400C80FFDACDCD583992, 0x5C102AE0291E4B19B234FC99DBB3CF88, 0x5C1C039EC1B14DBA98824625DDFFB4C3, 0x5C256310FE9F4B48AFF215729EC7A325, 0x5C3ECFBD793D45AAAC2D7A68B5235731, 0x5C449A6286884EB09ED61051EC7239E8, 0x5C554687A96B4ABD9349B44D9D06A4D6, 0x5C651E5791EA4E19A852F8B301A2FB30, 0x5C79C0DF87804F81BBCCECA0952574F3, 0x5C881B87B34449678155DAA6178B7927, 0x5C89781A06C14204AE6DD2ACC28D135C, 0x5C8B5EDAD99842028FDABDA8ABED4A72, 0x5CA10D83EE92444A8A16911447B35584, 0x5CA8D707124D47B98995AA9D905F3C8A, 0x5CBE5EDF64F54F7B924A8189BC217457, 0x5CC83638B5144C02829CA2226AB47C5A, 0x5CF83C2AED63498982B1CD12A88F94EB, 0x5D0FDB6E710B43258D0F0C17E794E08E, 0x5D2D1160CD25418CA84001611F7EC60F, 0x5D398EB70F0E4668A3852287FA6EEDCB, 0x5D7CEE5525CD4BCF9409D600850DAD17, 0x5D9FBB26B7DC4FED92F036422A355515, 0x5DAC8C36447E495FA4FFD190A6D82687, 0x5DF7F5E2AD0B497695217C76D95012E2, 0x5DFDFC0D03AA4393A71332DB76FF9F5D, 0x5E11850D66A140978216CF88A8B515FE, 0x5E190FF19CAD48BCB21F9E827BC80B9A, 0x5E2FD5E706C842608589D0D2D337AA54, 0x5E39EFDD0F1E41EBBF4F3A13DCD1F633, 0x5E4091DB69954A6E8A7185B898335129, 0x5E4136A19B7B42C886D4D787804E6AC8, 0x5E49B7ABDEDC4834B01356A15CA16DE2, 0x5E6A7CE9376F404C9783D3AE7E4896BD, 0x5E7C38CA1C5C45C89AA4C5A77B7308DA, 0x5E92DDFB39D54ECB8E57DF6673E50908, 0x5E9B64CF8246473A9F41A064D5BF0B09, 0x5E9D61E2A6E34D94BFB7B1191970C14A, 0x5ED9B263F19A44CCA410AE80BABC639A, 0x5F447EC11A1C4060A316737220FC9177, 0x5F4E5D33DCB14AD181D56AFB6C85C859, 0x5F5546E253AC46E1892D7BF77C3B9A55, 0x5F71E2B4A814466B994D2DA84779DA38, 0x5F77D0CD38554707943E0B04B2422D59, 0x5F7EA7EC0FC04832A98CC109AB69BBBE, 0x5F8C8497F8FD4513A79EE17B493C0ACE, 0x5F94710696AF445F9BEDE3EC77BB8F8B, 0x5F9644850DAB4B50B36989B5965F3592, 0x5FA5F748AB924BA89CE4291B6FC2372A, 0x5FAF0B979A7144EE940FAC79D33B6025, 0x5FBD141FEE254730A1D867C63CD3F7D0, 0x5FC154E007714C1C94BE4C777FFA5228, 0x5FCDBBDB2C3B419EAB9EAC762B339448, 0x5FE4274E00014D18B2C560F7AB04B51E, 0x5FFC070D920F4348B99115844D38DAB6, 0x600A3D3E97CF49788E882C5E8BCD4404, 0x6018399B803C4B2AB0F30367EC5FF5BD, 0x602539A2241B49D7B0723EC4C8F90CDB, 0x6029DEA66EE942A2850609216D3E8191, 0x6037BA542CE04700A0ECDF811EBA340F, 0x6061354578DD4CC391DBC686A0D6B6BA, 0x607517D6643B494A8A5E624788045053, 0x60A49E78EED04F57855A6DB030B07D11, 0x60B04776BECB4838972F8E4A8F391361, 0x61006736AF6E438CB62701C0634E7E7E, 0x610F69C471B44F77B1D69FD91E1065B2, 0x6132EA6EAA2543AB89D810620C19F122, 0x61387642C1904FB6A68198AFBAA805F6, 0x616EC83C33EE4431B3B2C3259E7EBED4, 0x616F08724F6F40B296AF36A9071177CD, 0x6170667E31604755B781C58434034BA0, 0x618F175A56B04CB4BA03FDCBC54C0AB0, 0x61943560BBE74417BA706E3B2CB9ECD1, 0x61B30C2BB5DC43848D63D6EB2C98AB49, 0x61C75A88021D4578B494F1BB495A8F6D, 0x61D34E2F6A8345979A80E19A037D6028, 0x61D3E7FC26874F598759875535057670, 0x61D7A3BF8B464B98AF34DFC39A2495E9, 0x61DD5237EBAE44DBBBBD5F0385D16E26, 0x61F066CAEFA3430C8B6F46660CAA32CD, 0x62063E16611E4DE9BD3DF9DAAFFCB5D8, 0x620D830A720A402EAA84DE208567047B, 0x6213CD267F474855A7B0B3DD3C946454, 0x621A9210FE9F4A2684CA7536FCAFC1B4, 0x62380DE50B974795A6C2113828065105, 0x623C076B4B78481183CE2D065E35FC3C, 0x6240228F11CC411C9E2184D8997E5491, 0x6249300758374F05BAD048CCB758B147, 0x6250CF685E0A4F6C8BCAB8477B433341, 0x625FD6E94ECD44659DB949EFAE6AB68C, 0x62AD67EF98884CD69A75DE12D7305C3B, 0x62B0DA0F9E6842B0B6792B0FCE1969DA, 0x62C07945271C4A0A8C171E049992A1C5, 0x62D622D5EEB94331A794E4BE9A4B5FBD, 0x62D8FDAB55584C3280E8365B9C0F107D, 0x62DDABBB0CE645138D961644586A7DE0, 0x62E525D3D6A44CB8A318CE9E8D9425E8, 0x62E83B65CEA6429AA5607FB8AFBFB009, 0x6317CDF2810F4D5D8F54825D9F7BEE16, 0x632153B48F62405EBD56F36BDA3FBAA7, 0x6321B5C3B5C4417A8E1367E80FA63E67, 0x632C5E968C9243DC93229042BEBCC29D, 0x633B80B9294340B490EAC149EA0AD626, 0x636E4A5939D84BA3968FCF01D1DDB8B5, 0x6371583F82C34FD3ACBAFE731494D935, 0x6377153443F84C7083E401193A30EF48, 0x637B0EEA70B0497E8EB42841F0249C8D, 0x63929887EA1547228605682E0DA7516F, 0x639491B854A140F388BF9E6EC6299FCC, 0x639F75FAB009461C852E7C0F9C24E036, 0x63AA05DD69D74E8AB0799E03BA1DF785, 0x63C0DCBFC4804476AEDE8FB0DC511E70, 0x63CE8B5BAC434C42AF140A7BC50A3F56, 0x63D84A67CED24A6C9B0B1D42FB2B51B0, 0x63E9C9DC267347119EBAFDCA6CB72072, 0x63F2F732BE2346A18ECFAF1DB2C33CE9, 0x63F30692406C4EC89376055C9DA3EC82, 0x640DE5C6258D4540AAD65CA9F954AAAB, 0x6415C2B3802F4666B725518ABA9697E6, 0x646788706462452099961BBFE4162834, 0x6488611C00BC4C1FA849FCF6F8594E3B, 0x64A1C87FC374493ABD8637F0B96B3DFE, 0x64AC5382E8CA454ABD9C1FC2D6CAB6CE, 0x64B46B8AD28A4629B4FF64159A356E9D, 0x64B5F8F225E0429BBB8A2FB31170BD12, 0x64B6EBF598A84977BE05B8C39C1E7EC6, 0x64B91BA0C5174B05A3FD274A442EF8A6, 0x64BA1B8B84D243BF9C2935B24C1C5E59, 0x64C2A109A96644E2840636682B51B56A, 0x64C3BF5DB0EF4C829E5628AF321069DF, 0x64DD6AA803144144BA21E43EF749A500, 0x64EB93438A5F4A79B1891FA4CB9806CD, 0x650C7461E80F4DBFAB13CFBC110384A0, 0x653D8DF6599A46D3A72AFD2288681F7C, 0x653F31E46B154B9592A4B47FCC40D3A7, 0x6551BFFC9C954D2E9CD283011C9F1EA0, 0x6552633917F84F659978305DC28A4B1F, 0x655A140206494164995274157506BA79, 0x655B8E2EC898477AB0C1EA3D708EFDB9, 0x657586BA26574B108FF73BA834566775, 0x657829AD08EB42E88EDDBB61B03D3846, 0x657E0378513B44498AD71BA946C1110C, 0x658AE6E6B96B4E67937267B611794BBC, 0x658E88F85883474E866AFD0E1EFB41FE, 0x65A8B4C283AB47D5937A7D5BC36A0004, 0x65C972950B054DDB9CC4870BC2FC97D3, 0x65E213F2801A4BB59F03F9125CE6FD1F, 0x65F7CC59F9CA422D9A63E87865ECFC5B, 0x6622AC76848748C7BF3F4A3AD1C10925, 0x663DBC31B4444937AEE456CEF2676D20, 0x6659649A8A84464ABF66DB656F14FAB3, 0x6664FC97D65E4F4091F00E9A468FC912, 0x6665FE0E737045C6955F2AD9CA746B31, 0x668521A560F9420FB3EDEDEBAE41E053, 0x669C57B0645346138FEC6384DA23E599, 0x66AFFECDD965492684698069782039A4, 0x66B73D6B8D70406A8244FCA72DE364E9, 0x66C9CD287CCC4A51A819360BEE4AACCE, 0x66CC3EF1569545749E835BA553CC01E4, 0x66EEF2B52B28446C946B0AC7F50ABB55, 0x6705B448CB324681928CCA6C99C4D321, 0x672EF48363AD4CA89413A33AF01D7737, 0x674E20CBC4F9466DA47AF8545FDF6E10, 0x6765A4E70A014964870D5BBA9A300AC2, 0x677F6E9140394FB38A755B035557FD48, 0x6789DCBB2C814EB0864E65511B79544B, 0x6791EEF55B884782831612ECB22F5471, 0x67B3A21A863746BEA390A866D3433C46, 0x67C3070894C340DDB20C6A6A672FAB5F, 0x67E14F489772415CB9DCBB22CC8BED0C, 0x67E58804947146BAAF2230BEC87CA582, 0x6819F51BEF5E4309BF8610AE9E308449, 0x681D9713DD08403CB7B2A039FED9A669, 0x681E4887D5CF4EEAA56780884A8BBA9C, 0x682044EDF9F446C2B487FC47F064D0E8, 0x683380555762453DA3CD28AAEECDD157, 0x683DA5B27AAE490FB01BEDEE841CD27D, 0x6843E68224764A9587D4952F9DB50717, 0x684BF68C5CCF4B66A821A3C37588888E, 0x684D0BCF9FE64E2E9191D2224D0830AA, 0x68506334E9D24657AEE6FD96CC47794B, 0x685D83DDFD8A42A6A596CEBDCA2739BD, 0x6861C468584E4F869BDA1F5A13B96745, 0x6879D0306FEE41F5BF3D5F7A827638AF, 0x68825B2FD8C04E389F6AC4A5D6D096BF, 0x689157FC520448FD96EDC9D11DABE2E9, 0x6892DE9B94F24AC09931317E1A57B83D, 0x689B89B18F33495CB487C5CF69636F94, 0x68AD696EBF7749489C3FE6DA2BF70BA2, 0x68D79102D88B4473A6B716ABB29FABB6, 0x68E2563A8CF54AEFB2775905849AC912, 0x68F3C2891D0F46C7AFA65A76723E96A6, 0x690E597037BD4BD5BF50A0275DA15465, 0x6911D8571FEA4A58AD0DC558DE7F5E14, 0x69241911E32744969D5B1A9A648FE977, 0x69313892DFF74D748B3C636AEAB63A25, 0x693324C508CB4868945CE4C1C16E660B, 0x6940943391DF49A78AE7BFFFB2D3705E, 0x6959E0CD26B94BBC91ACDFAFB2AFBC85, 0x6988CF77B0C44531AA22FAD341350B19, 0x698A3BA204B74E2BAB2F7ED010CCBE1D, 0x6991B95B88EF490E981EE15D1C07D371, 0x69B1B19B817043328C286CA2F5A2611E, 0x69D0BC1CB06C45A5825703123690060A, 0x69F1717D31214EF0A4D8FD65438C3557, 0x6A086771E4D04A1BAF09B92251AC5BC8, 0x6A0BE9E1108F4B4BB9168785F33B974D, 0x6A1541BF08714BE8BDD98419DD26F19F, 0x6A264528BEB44999BCC2DEE3DE984910, 0x6A29201F4552401E8080AAFB47A6A536, 0x6A6FFB0053994255836C93C449FF1D84, 0x6A939BFAE24E4BCBB64D5CABA7A97179, 0x6A9A3DEB9DBF494ABFB7A18771DAD4A6, 0x6AB9BF46060440CC922FD0A8F296E78C, 0x6AC3759801F24327B0910B75D20EF2D5, 0x6AF1901F14674C31A8D44B19BE0104C3, 0x6B05E0627A01442C90135EB1DB0E1096, 0x6B1D2371B6A744518D3662869079EE4D, 0x6B53CDF0C1224646A13DC8CFFFBF99B7, 0x6B68876DEDE54CB3A4A8CC5C47701136, 0x6B8C537ABB1849509030B8A4E49CB63E, 0x6B99CCB2CDD54BF7B9500F3B48BD23D4, 0x6B9A4C40FED94766B7FF79FF84FF2012, 0x6BA99A60D0474F0EA6FE97EEC37C2253, 0x6BABF988F3784230812A09E6A1552CA4, 0x6BB5DA44573E45719E6861AEB72C3E11, 0x6BBC039C255D4DDE8120AE4EADA0DC34, 0x6BBC4402A7DC4334A03929F295ABF99B, 0x6BBC9FE4C9184BC6BB2603F291361FC4, 0x6BC87D83561D4DD4BAFD0095BDBE3DA1, 0x6BD6E349F0C241C18A6D9B5547D508B9, 0x6BDA3267A7D541F98F70DA178C7E939E, 0x6BF2C80EC51E4F19A5895DD9568CC074, 0x6BFAAD85E483491788F44E58906DE831, 0x6C08F141A36C4C589EF5462A3964F16A, 0x6C0E2945D61F428C98CF38B93F83E2F0, 0x6C249AF0D0434F06864D1E3EBE139CB7, 0x6C355058605F4798BFF616E91346024F, 0x6C3908C3EF9F43A1985B2BB72FC7C154, 0x6C3EEB15A08C44A8AD1835FFAB94F7B7, 0x6C49D818A15A44F59442DC0C350EF555, 0x6C7E1FCEC2B44895BED5DB81B2D55103, 0x6C83622E071C4497AB218359C1F3E2DA, 0x6CA38070E3B74E33B9BEEE4117FABDEF, 0x6CC4E184211B4A458233C268BDA82F0E, 0x6CC894B6FD784D578716F48C90F638E3, 0x6CDD2426F29449528D30F7C918D720C6, 0x6D18745EB79B49B982966F4EB1977F06, 0x6D235E6D57B8416CBD366A3AF2C9FC6D, 0x6D2B8DF8741D485FA06AF6C179442A01, 0x6D2C7ADD2D7B457BB2FD9B7E9A761763, 0x6D37ADC0643A4D3E9B42C3B10320C3D9, 0x6D44B3736985409991173D579A73E163, 0x6D4579D80EEC4E7A98B28AB6D284903A, 0x6D4850DB2157445FADFEC9C33D23EF20, 0x6D48C57C22EA46579ED41CCE693E4153, 0x6D791699C09F45F3A9C7A4EB74FBE939, 0x6D79A4C9D3AE4829AC73B421034726AA, 0x6D80003BED184FEF81A0977818ACC6E8, 0x6D8097A54FAB45239B48583215C6AC16, 0x6D8689C9ABF54889B93A5A5EAF48F4AE, 0x6D949F8B782B4624B4D7271D59151043, 0x6D96BDCC88574109AE8F4AF4B2977646, 0x6D9FE80923134CCC8E6E452702B1D606, 0x6DA9C859F02C42CFA486F888C85D1A19, 0x6DC27537556F42F7BA59BF190C171A2D, 0x6DC4F3DF10994F7BA8044EC74DB1E874, 0x6DDAD9191DE6480EA21405E0B55E4B78, 0x6DFB94D69DC3464C940E75E3F97AC04A, 0x6E0F1556C8E84B9085BD56EAE1BDB049, 0x6E28DAD75E7849988A4B6463B8E9B6A4, 0x6E3B5F5DF8914CA9A2A86CD54CA130D7, 0x6E5B758A1308499AA658E965ACD2C515, 0x6E6CF168AC7847AAA4608ED08CE38AC4, 0x6E7BB44A15124AAEB668D57D9FC67566, 0x6E7DF26E12FB4CD1A137CC83BFCBE3D4, 0x6E7FC3F2B95544F4A12F908A7F82C7CE, 0x6E8648272B814910852D2D3377D6D7A0, 0x6E98615FEEBB482DADAE400A63655414, 0x6E9EF8B9578A43D7B2AB1D1774382E87, 0x6EA6E189CC3E4A0C91F6050E60ED2A21, 0x6EA72D01D2904C4EBCEFC45D8CAFDDD7, 0x6EA9DE8CAF304F46B53B8A6095CB986C, 0x6EAAD303EF5B4098B0525B2F7B8F1DF6, 0x6EB037DA2DEB4AD5BC1E11E310574AB6, 0x6EC3BE6349724788972FB23FF3A3CE95, 0x6ECC6A64670F4B2F920A5FA33B17AD42, 0x6ED745D7A283473DAC744215930F8013, 0x6EE9914E5C844391ABCCF3D3C6D36AD6, 0x6F180D9C95D1462A859F1CC25FA13DE3, 0x6F2F030ED6BA4D0B9D79F27FF7E22282, 0x6F33C31061B642CB80803FCF931843B4, 0x6F4B3D9D7435432DAB863F7C3E00989F, 0x6F8953161A3A42DE8B5D8A7B7D7DE83A, 0x6F8B3FA3227A408985C04F292DD170D8, 0x6FABF5FD081A409F9ACF77488B81BF97, 0x6FADD1ED1EC848BAB26A209FB984982B, 0x6FB9080D1CF344F8B158FB1B94AE91EC, 0x6FD9FA3C86EC4405B446F7DCB171DCBF, 0x6FF3DC63675E42BE8A9C2609D609FE80, 0x700229E5EF25443EA6CBD7C32E56F62E, 0x70273616532B4AEBB414157B7DD807FD, 0x7030F4A83D1E4501AE8CC183C6DED16E, 0x703FAFC5065F42A5A89AA75C22FD20C0, 0x70404F571B5142D3BB1022FCF472B7C7, 0x7043C279E5BD4D0E8911801A3E51F1AA, 0x7046FC4221474009892AE0916A8CA3B2, 0x7053F01CEBF34F1E87047C5FC0B3515F, 0x70661122876B4DBDA2DEA2D28D4B0B37, 0x706DDB78AB8F42118DDF9145ABF99A51, 0x70731BE7E9394FE8ADD48E947CCD6935, 0x70779542B2E44993A6A07A2E3F3D80EC, 0x707F1C260B754397A65CAEE6157A56DE, 0x709960AC4F144151BAB8961AF2AF9928, 0x70B361A5FA70412D8CC6D3ADB997CEA8, 0x70B97950E89E4825BE375F9A092DFFA1, 0x70BFB207A0BA431B9E79E3514E07D407, 0x70C4DEC66A8A4F90B6DBF88E423E1DF4, 0x70C5A02DA2644C9599FF608072D24B5B, 0x70C7033020BF4938AA3F8F0EFA791A8C, 0x70DBA85B65D44FC6B046126C148E1E51, 0x711BD8B214724C548CB6FD16386D32D5, 0x7164302DE5614E4180659ADADABC401A, 0x71686238FFC74381851F4FF35AEECCC7, 0x7177ECBDEF7C40D3924FA11112FF34D9, 0x7183D7999A2B4AF4A58301AF8C027CCC, 0x71A1FD92594444EDA10A33229E2641F8, 0x71C32F661BF44DFFB8EE81F58986C4D8, 0x71EA1BD2771C49C9BA9F60EC6379A0E6, 0x71F41D44DAAC43D3B13DD1C7D7F95FDF, 0x71FCDECC856D438EA0A6AE9643E34C07, 0x720271C164684EA0AEEC59BF473BF17C, 0x720DBDDA498C4753B4503AEABDBD428C, 0x7210765C3D634B8ABA455783F63D8619, 0x721524E0B80E45CABED01846DB2FA649, 0x72250BE61E0A43C8A7F13D890DBCC581, 0x72409C818668416A89C1710854144473, 0x72503C9113E643D6993F6DE2589421BD, 0x72801C7B15D344BCA7AFE77CF6167A9A, 0x72853FAD02D14FACA3E171DE2C465D85, 0x7296F96A869D4369A8D567FF4F8CFF26, 0x729C388AD67E4797AFE37E25264CA621, 0x72A7930640654A37ABE15367C1FA2C6D, 0x72A97BC69FBC40C98E3A2180DCEE70B3, 0x72BA8CE907C0400EAED9F6C8BE15822B, 0x72BF7C41850E44B883F07C6DE9F446C3, 0x72C597FD0A6D47FDA0339AABBCBC7564, 0x72CCD587894F49EDAD35AA10624DA6ED, 0x72D8D0A729B543F69390980F07A2382E, 0x72E75FE4391049B38E3500AA18CFCA7D, 0x72EA819CB9E742D28F4EC4602DD348F9, 0x72F07F26B8F14410B860856751D9C3E7, 0x72F265D77AB7487AB1624EB85B9BB416, 0x730BBE39A09E4EBD8F300A6423439BC4, 0x731ACF55B9544E9D9FB4F7AC5E9B0271, 0x731BA25C18AF4AA88737B5A8835A3D55, 0x7328687571874A05B29E89AC1F4DBD84, 0x73286A8B67204B0BAD9DE6B09C840A7A, 0x733F305F573D41CE8280D514BC14000D, 0x735A44FF1FE44EF6A6061B238AA49720, 0x736D4844ED14412E88F53F9C9A2CACB2, 0x7378BDF985F7456FA7C0174ABE2A32BC, 0x738E24C87C9A4340BB1D77246FB586EC, 0x73964748A576486AAF07E779DE9AF38A, 0x73AFC6C4AE734747AE84F675DD0285F1, 0x73BF162C5F8F47D19F7642350DC9CB04, 0x73CB4A8C256E4E90BA2484328F5A8858, 0x73F9405CF9D34933B007D90661C4B42B, 0x7402D531CF394553B2D0DAB1EAF4037E, 0x74053B2E18164764A2DD29B9064F0298, 0x74142E94C7CA40CE99B4A68C1B0D5153, 0x74294E1EBD7E4F7DA783A3A4DF176E28, 0x7429959BCA7F44DC99F96DE40FD19242, 0x74323E53D963483BBFBC1324898DA0E8, 0x744159764A654B1E94622CD4CA606552, 0x7453BA3766EF42A691B6FB71CA357053, 0x745CC188DAEA435E973036DAFA6D0A7F, 0x7474F0F091C84ACC8F23DB9ECDB923D2, 0x7479B3AC135E4A88AF24BAA92D498F6F, 0x748B178EA6BD46B1AA633BE256047826, 0x74A8EA529C1B4DD696945E3C0F4363FA, 0x74C04AB7A89C47E39448312CF9044613, 0x7508272029844281A5457587DBC02414, 0x750E40FD89124FD08B244FA396EA926C, 0x7515768E95C74B60ABC1902404005228, 0x7539C89C7F244F279D9B6BF98A694EB9, 0x75461E43791445369FB5AB3BA7B62B4A, 0x754AC3C455D04ADA90299F5F4AB99C50, 0x756AE837AE8C418BA7B3D87EFEB9663C, 0x757E32DF2F714EFCB70761B4ED4E9BCC, 0x75880AC897494A909D7595BE73EB09FF, 0x758B1A0DE58A45B8B3A71015362EA6BD, 0x759F11BC96D544DB8EDF2320FA94DCB0, 0x75A65BAA74E846738F00EA82C8519D98, 0x75C244B5DE3B4666904D5D268C2CD4E8, 0x75E263FD9A7840AD9F355DF39E05A766, 0x75EE93EB7884457F96EAF421B4444367, 0x75F08B0772F340B9B35C1810BFEA9BB5, 0x75FCD6766D36429EB0A18B63486C821A, 0x75FE8A31E083412BBDAE44095EE1F167, 0x76230CF4E56D40159928F0685445CB0C, 0x76771F9B292C428D9C7F9002B8F5DB5A, 0x767F9B22769C4F35AAE623ED84204185, 0x7680412AB69D450DA23F2AACE0CA07A8, 0x76B2F26DA5B544E58A3D83B4C14B618F, 0x76B78620ED884C74B97E267DAD272E64, 0x76B8D8ABE5B1494F98774C38B9875AC8, 0x76CAC157304E474C95B6F8604CC5D163, 0x76E25A1CA7B843D3A2AFD7594EF230C6, 0x76EC922382044F0A8B1AD1F661D7A242, 0x7750A567C93F4D6DAAC9C9C4059AF6C1, 0x77648C4CAFBF48CCBD45F8AFC9CBF30A, 0x7778286BA0C14B72A9F1446665E5CE8F, 0x7796E4B4E24D408EA9BE67B4A97F1313, 0x779B0EC53AC34B329E65B839E82CB206, 0x77A4E2F094564FA48860B1C5F20BD90A, 0x77C93F5A7C9E4801A2E6ADAFDDCD8F08, 0x77EC3D9533A947A39BE5C1C74D215A6C, 0x77F89CF275054D86A1967A182822C36A, 0x77FADF0EFE984E539A2F70EEB8E020BF, 0x785F949A19E24F08A2B3A43E76F3BC2A, 0x7860E3CE6C0747CF8D2552984880AFF1, 0x78719B5E3D8640CF97F05705F2CC5F05, 0x78935CE4838343E79B8477AF7C505F5F, 0x7898E22BD81D49DFAD8D9400889A3EB9, 0x78A0D2445AD64DE99E73935EDE520135, 0x78D1C65582894C5CB335BB91E1168E96, 0x78D3B1568F7C426EAE1BCE69E9C150B0, 0x78E35361D59B4BA9AFDBE7A4B0E76303, 0x7908A856F6F74111B05E6DB199EED8E7, 0x79249B9B34C4419192F7E3DBF715B2A6, 0x793F8069561243C88A7D5B8BC49D8702, 0x794EE306A0474A1D901128EEAC3DFC8F, 0x794F432928CA48ACB0F698CFE12E9D22, 0x7954007AD4224DBCA74D0967A9788D06, 0x79633A6487A3476DBEFC261A76F5E04C, 0x79667B3A29904FC19ACFEE1E1374BDAD, 0x79B32DC3B97C4F6B80FD54922EBC84B7, 0x79BACB055DE84411891F92E24E4ECF6E, 0x79CF134BC4CC434384F2A284E361138A, 0x79DE8329B3A1417888DA7DB5DD9DE548, 0x79F159F50B904D3DA837B548991FC59E, 0x7A08701AD04547ACAD0EF46738BD3030, 0x7A1641DA83884288BC286D3998E3CEF3, 0x7A18D6AD952F45498447D7161FC36E63, 0x7A1960F017EF4141A9A28FDEDE067E53, 0x7A2A456FB6D44ACD97FFE87BB69D2F47, 0x7A2BA208A02E4E3E9980F0686E0E5F2C, 0x7A38AE9F8D014340B7B2A783BECB2DE6, 0x7A69633A2C2B45079A01F500C8954490, 0x7A6E3421330049358DE1AEF0FE80E2CE, 0x7A7859B8E9934EA69FF18CC141769569, 0x7AA04EB9C8BA43DFBA98AB5DB0C5A6A2, 0x7AAF6A263155464FBC602324AF7ED11F, 0x7AB03B4DF8954CE399B57FD4B5C70889, 0x7AB26D28FD20416EBAFC5FD1A8EBEBA8, 0x7AB7E2F7E8214038912FBFB14D6A1A92, 0x7ADCAC98E5FD4017B6F5377E3D84F30B, 0x7AE3350463F249CC8191BC475BB0C10F, 0x7B112A4DF5D5447EA9E24AB2A57ADEC7, 0x7B16789451F74A03B44E937D2D3634BB, 0x7B2D278D00114981AD4EDEA941CD7FAA, 0x7B2E9387C9204436A37A0345E03D6FEE, 0x7B332F4F47BF45D0BA6BEB86A48F3FFF, 0x7B4A8B76824D4CBD9166F18416DDCA56, 0x7B4D1500DD2345DA9795E8E2CA9CDF53, 0x7B85BD9E068C4E19886615F6333218CA, 0x7B90058D52314857A154914BA8A4D998, 0x7BA9CEDB7377415FA37ED3B363C8AB59, 0x7BB2A469659A428DAE874463D6C242A4, 0x7BE72F62EEE047F6ABF02C1288A32500, 0x7BEDEFF06024477CBDAF127586C22BF3, 0x7C0406B106C640098C7E618EB321174B, 0x7C118178ADCF4992952CDAC5B2543C2B, 0x7C13C90E95B147928536EDEBCB86847A, 0x7C1F904CD7714CF0A68B8CA7727199A6, 0x7C20D405A330420DA0AA4309EB0626DD, 0x7C24DCEB6BF64FB5982A4E39AD90821C, 0x7C2ABE7B12CC481A9CD78EDA3858B09D, 0x7C3EB98E537F44A5B7BF8BAA342C5313, 0x7C44B9AA1ED94E069CE070D2A7CD7377, 0x7C456CF6FA0944FD8C8CF6330437B134, 0x7C50C8C154534126A5A5F5B157E819DC, 0x7C55C608D74F4278977E784F717ADE68, 0x7C56C74990BF4BF9BD0B91915805FDD9, 0x7C5FFA0257EB41A496D88BCFAE91F697, 0x7C6140190B04493E836F120BDF6986E9, 0x7C85C9B1BDD446DA8EBB200E58D8E207, 0x7C919FDFBCDB42548AE6BD06BA4F9915, 0x7CBB3C40D0B64BEFBAD3520A0BBA6562, 0x7CBCB5A9AF3345B68C40C66BE292886D, 0x7CD256864BBF4BB18CAC05D28A390B64, 0x7CE26C4B220143539029E03BDF0399E4, 0x7D24648B3D91475F9CD6D8F6E7C44CF5, 0x7D37144A755D4D408543E2D9C2FDF5C2, 0x7D372DCDB8B44C92886C7AC68A968E40, 0x7D3F37972FC04CBB9B1F95AAE8CF194E, 0x7D4DE24849C243C0A4FB102DF675BEE4, 0x7D5D48E99BBF4A6C955691C4EF83469D, 0x7D8697F8869E4B94873451BADB5A32BF, 0x7D8C2E3913834A8D98DC349544DD0404, 0x7DA752FD443042AA8614F70451F679AA, 0x7DCA69D416504B1D9EBAE79C60EF59FB, 0x7E0A1F095E444A8B933C39D569E82DA3, 0x7E2F4C91F0314D9A83134E0193383CE0, 0x7E38F520F2E8417498272C2A33733299, 0x7E3B930EC52048819BC57300FFC5FDB0, 0x7E4C1AD360B247AD82A40176C619C798, 0x7E6F7B352C844702A824AACEFB5F52C5, 0x7E86902B03F945FF93919FA96599A70D, 0x7EB22057815D42DC909F9B480AD90F87, 0x7EB4313495994BD39040E99A58DAD489, 0x7EBB6915728447E59B383CB8C6BABE0A, 0x7EBE344957B3413784953FD4EB692C42, 0x7ED768DEEB5447AB9553A73EADE4C459, 0x7EF02EF690C14CCDA2B0EDDDCEB97801, 0x7EF5D0C045A1413CBF207498EFF9900B, 0x7EF76651BC9C4E76868F850E493775D5, 0x7F09EABD2C4440F5B5809BA79E852316, 0x7F3513190EAD4B0CA7970546CC6DC7FC, 0x7F41FE8A41B74B4F932403F6891523C6, 0x7F4E4CFA554243AFB42B6FA7E5B80538, 0x7F5F8A8893834BB0AB9B916000F9CAEC, 0x7F68555B5C74413188C5D8007661950A, 0x7F6D025F07154A858F23BCFB75101654, 0x7F761E455544493ABA1AC2C1D357AFBE, 0x7F9DAC8BBA924FAABC88D3FB0AA5A9E4, 0x7FB73C7667D741CA9FDD9F245D8C0176, 0x7FDD52E0319E4D4B98914257AD988D15, 0x7FDFEFC9C1D84173BEDC4AC4A804DF45, 0x7FF14808E2B643908B3D3549FCCEA4E7, 0x803BA9199FFC4CD0A1210D37FCDF6B6D, 0x8042989796354533A65CB7E321854D4D, 0x804E50DB7A624C49B6E35EBA0516A390, 0x8054FF0D6AB8483899624D9A8036D80D, 0x806F75970AE2434698BEABF0E34B3DB9, 0x8095DAA351E14C278840F0724DB50EA9, 0x80AA29647D3843059FAC12A9D61509E6, 0x80AE649EA3FB4363B97BD99354EAC21C, 0x80C2686ECE3945C7AF38CC09AA1900FA, 0x80C71B406BC34F6195F1AC6281065C81, 0x80D1542BC6F64F8B8640B568B7075881, 0x80D7FD69187D4D54B027CB1DCB4F34C3, 0x80DDFA16B2434456B00E9577C9CE48A1, 0x80EAFD39A13F4828B7FEF86724F73A1F, 0x8112016AD5F949D9AC5F20DC115A7CB6, 0x81121114D0834436A6BE9F107984677B, 0x8120917C38B84043AD78A82284076817, 0x812208D238E845B582DDEBE52F79B775, 0x81294FA6EE294D6B9B0310A70E63655B, 0x8133A60C5F2D42ABB9CEC3772B7B5018, 0x817EBCE090AA4B2FA53636E2041F4739, 0x81B24B5A232A414A98C9B87C73BB7942, 0x81C26B9A7BE54FC18C736E31DF9DF52B, 0x81CDB6992C514117A55B37D90475DEC6, 0x81D940CC2D204874AAF1DD5D5A5E846C, 0x81DD7556875B465681EC2449E667F3CC, 0x81EC3296916342DBB02190D4678BCDF5, 0x81F97DB65A4D4BCBB7F75D401738E108, 0x8217965B23834FD89B58C0AD8245C816, 0x822B1690CA2349BBB25A775CB75A6F29, 0x8232FB032AB140DFB9342ACEA8444D1B, 0x82592902DD2E42CDA052DD195A51B026, 0x825EA7611F0A45BFB7EDE183A4CC08DD, 0x82A1139B682D48C99B57D901C44983CC, 0x82A363871497456282E2464E39E33926, 0x82BF56FBB49E41BCA20BD5FAACE68C37, 0x82CE31BD91FF4FE9958397342CD8E823, 0x82D38A2AA2E54EAC9481C443CFCC73E3, 0x82D9781B2F544C17A462ED4ABD7C5B70, 0x82F614525D0149B2952828166615990D, 0x830EA6F06B8443BABBCB9BFE5DA52FDE, 0x831994C411CB4B9B870AB2F077ECD2DE, 0x83424952C455454E87F0B5F5B5D72E0F, 0x836FB3C5AFBF4621B7E87BBB0DFFF80D, 0x83732FE838774DA4A40D9AB5C647C4B9, 0x83916B5FDE5C4F10AAE2927A6D43CC19, 0x8391AEBFDC6140E7A9DD308AC63B77AA, 0x83A2E38C18AD45628984E11349443E26, 0x83C6A69EE60F40EC9E64DC8F965FBE4C, 0x83D6947F65A0497EBB4F983F5FE427C4, 0x84315D056E834C149D99CFBE1E29F9E0, 0x8460EBAEC689476DBFBF94FC88A0DDC0, 0x8464738D4C494532A39DF02274536C87, 0x846D858C42434ED1AC764FA6FF2326F3, 0x847E51E7EB2046E7830A94037D5B4854, 0x84914A58DC904B53BF6E2FD4CB4F79A3, 0x8492AD71C2BC4823815180C27DDB35EE, 0x84A529498AEF441C8E74E284C2D2CF8E, 0x84AED27AC25B476083E9DB3A36CF6499, 0x84C0BB58BDA94B1D87EF058C88217BD9, 0x84F23AB4886C4EE0987DB2AAD2450B28, 0x84F7F0392A8A44B48EBFA55E9CCA2F88, 0x8505F1F837624C01B94088781D2F65A2, 0x851DCC27EE7D447B92E54F1B032B21B3, 0x852BE679C6EA4EDFBD63F35DAD1AC31B, 0x852D10A88CE14674B6C5021A9DADD7CA, 0x85340F185FE849E5BFBB0377B4AB9269, 0x85476B68779E42369D0C04D080308D80, 0x855699C6F6CD4265856ED41170115921, 0x856809CE3F23422AA4ABEB06EA95A8CB, 0x856B23CCCAA94EA2B5470C44D644AD18, 0x8583FEC3905A410CA337C63036B45441, 0x8589E3047C644B38975B4D7E3CF0217D, 0x858AC750F12A4FC884F05BC9AAA43ABF, 0x8595AA660BA44023B7675B591B6C4470, 0x85AAF9F3D2D34B8CB0E0BAF972327A1B, 0x85B139DBBCAA44D1A283741238C1D662, 0x85B57C0DDEC74E2396E3483BEF0C3C0C, 0x85BDC3BEA29943BF8CB18CE5E65089F5, 0x85C1647FF85C4BFBA94FDE717E9C8516, 0x85CD698508DE4F8B95A2F1161332FFC4, 0x85CDCB6403854F51B542D3DA842E0112, 0x85D5330D551E46F793E622FF1B78E865, 0x85DEA6FA2EFF4030BD0CCBB027656E73, 0x85F1312A2E644F22880867C0FCD31057, 0x85FC8F064AF5431985068C85146C52E9, 0x860575DEEE8E4485BA7C43A3FA9AB5B4, 0x8609158CB8CE4F138E721FFAC13FAB7B, 0x8619C27F02874232B5F16EA2198DC29E, 0x861D76B230BE4A74B6B3393BE35947E1, 0x8622B8176CAE4A8B9E689A365EB3493A, 0x86279E0407EA4698ACF2ADD653B7A82D, 0x8636650B3CF145038CE18C5DB625D94C, 0x86484BC61A574E7CB19CEBFEBC07E310, 0x8649FEEACECE449FAD69683A1A51C5E5, 0x865F8205B1CC43CC8C841946BD7D5FF0, 0x8681F264C36340CA9E1D36B4F03F8F31, 0x8685F9B12CB34D769740CF26AE15B27F, 0x8687CB62621E43EAB32B2D5C5101139D, 0x868D81E5099B4E459ACBA968FD04A04D, 0x86946E268B77454B9B5D6C71AEF84A92, 0x86C7F8D83001415BB956A51FEC8F1E02, 0x86C80DD7071546ABA632937123003D37, 0x86E51DED964A455D88A4B98307C7D466, 0x8701088BBB584AAABAF1018949D74A65, 0x874F1AF280054D7C953C6F21579BABDF, 0x875DFD477A18428E8D012254AC92F8A5, 0x8762696B15BC4D55A0DD8FF464F2D82B, 0x878587E9B5D74DE7A1D21869019EAF7C, 0x8792496F163A4047A7770CC1C62F1CF7, 0x87942EB232734124878AA22CE81A1843, 0x87BB5C39F36042638EB5D114D1A540D0, 0x87D5C34FCF4C4AE2B7AB51F05ABFD6BF, 0x87E2C7CB25054B0EBFD20B21948F0D23, 0x88289846C09C4B2BA445D2EC11D4C896, 0x882DA95D0ABC452DBBB5AFDC53FA0D5A, 0x882DB0CB00CD472E8B30D0F5194FFFFB, 0x88385C5CE0294D98976FE7E263034FED, 0x8859C079B94648D881AFFBA5A53AD974, 0x88631140E5A34A0094446B9BDDAFAB1D, 0x88644425BC974118A47D3A45BBD9FE71, 0x886916BBC4BB4FC7862F4ED93FC0A566, 0x887314F91688478287ED269FD0A39BA8, 0x8885AD9744D041839FE4DA2D25B8F410, 0x8886986FEFB2409394A9050D7B0E498B, 0x8898A0AE8A014549BC8D9973299FB1DA, 0x88AA9EAED14842EC942003089D21C493, 0x88AC3E60797A4FC391AAD507E905297B, 0x88ADBF8DAB87480993B7D2C243F99CEE, 0x8900519B439F49D589A94D094D55F0C0, 0x8902F097F0F84CAC8B5351A3BA167533, 0x895013FE90B742A8A17DD5E004372628, 0x895C58D4698C4EB2BA638A34DDC950E5, 0x896E3463DD7D449487BA15CEA54CC5CF, 0x89726B0C0D7648A092A80B79EEA07F70, 0x89765351BCBB410A822AA0DAD7ED061A, 0x897A265355CA4E0ABCC1EC18E13D60F1, 0x897D1314F794403A8BEECD85B915A596, 0x897EB105209D4799A935A87F02FBFFF2, 0x89ADE9D7F75B46E28BCB8FC30930C63E, 0x89D57BAF145A48C2A4C1DCD473506D32, 0x89DB082AD32E442F95E5F1C68FD9B3A3, 0x89E4C2F4E67C42AF9B776F8379EF8E14, 0x89F21BC9F0ED4AA2BC1E56F70DECB967, 0x89F2A1EE3A654295B3DEF19DB95BF022, 0x8A0F7257600C44378DDEBEF263913A0D, 0x8A16EA2BDF14439380BECB29BCE766A6, 0x8A1E90A2821D484E815EC16B03E33500, 0x8A570515F2414B46AC266B623EA3FD4F, 0x8A6DC57E2DC2463ABAD8BCD91D1CB484, 0x8A6DCECB28AF4847BBF7CD51D9282517, 0x8A6EF7C15ABA4F1CB97E70696516200D, 0x8A74988EF2BA47CFB36E64D8FFC034FB, 0x8A76507F5A9D4E0B9CDA715C3E911FF5, 0x8A8C7DB7C9AC4201BFFF96D3163FA917, 0x8A95DBFD842141E8971E6C481D066707, 0x8AB7F998AE6B42DDBAA698D2B3AA6786, 0x8AB8556DD3F4490B8D2A0235EB1EA0FC, 0x8ADC9FD80D0E41709A4A4413072F3872, 0x8AFE09E43DC545299C987D6FC972DB71, 0x8B176F802FA6491DB039B312A9F099FF, 0x8B1C39CB1598494880CBC20C1DA97F6F, 0x8B23AF144ED549A19ED8D439A066089B, 0x8B348840BC9144BB9D5503336119610E, 0x8B496AA73F1943888BEB656992311117, 0x8B586944B48042DB97CB4815DA0CC427, 0x8B5A0C8ABDC04F50ABF473B4067877AE, 0x8BA197EC6304414B8B8613BCC5CAFE0C, 0x8BA2E5BE9CB5414983DF6E1B0B92DC1B, 0x8BF2E33425F54E1A98C5D2AEF47A12E5, 0x8C004C3E57F64E628B421750682C6DA5, 0x8C056831D9B849E28E5AACF3126400BE, 0x8C0D00C6C86F4C069DC83C6551DD8828, 0x8C238C9FE5364E0098194CFBA40CC22C, 0x8C27EB5CCECB4492BCBDBDC5F916A7AE, 0x8C3B6923E9154EEF852E13594A74C281, 0x8C3BE1FDD0E24F5BBADD6156D6DCADFE, 0x8C44F9E332494A498673EDEEC2BC9AE3, 0x8C5D7CFBC6CB4F989736EB13919BF7C0, 0x8C6C0562BCBB4C6987B75737882DA9A2, 0x8C79A2C83D53493CAC018E968A2064B2, 0x8C7CCF7C9C8546A6A4FDB3C1BE29A172, 0x8C7D6580F576442FB33833AEEAFA950A, 0x8CB1A8B788E843FF8F1BA0330FCC1042, 0x8CB8DB3623D74CB2855344EBA05D83AF, 0x8CE5E3B1EB74489EA8A3DA8B7669A478, 0x8D0ABCC18B0E44C996F6E65A656AF5E8, 0x8D10C94375924C90BD8B1AB4E7A3CAA3, 0x8D2EE283C83D4517863FF374FB66C014, 0x8D42FF4D7CF2400D9DCFBB75663F3B10, 0x8D4C976C93BC47B39D2BFA66FBBD10DB, 0x8D4F5C392DF640F18065E5F1E428F0B0, 0x8D52282E6BC44C49A51D774275F259F5, 0x8D7225B0A366499481718D3D942C8660, 0x8D749BF32DD24AB385801953D227508E, 0x8D8FE521F9C2412DB07567C57F635F31, 0x8DAF6406C0E1466892B1136D8EE7B946, 0x8DB961BAB41240BF8290E288C03F5B26, 0x8DB98B421EB346CC822F3BC2A8056926, 0x8DB9D2FCE27C4918863042D3C3FC3B16, 0x8DC2FDC4A70C411FA32220E1AF4C8E3C, 0x8DD25C3742CB4A1A8CBC08DB84E37B33, 0x8DD6E14435794B148A01EDA3C76507FF, 0x8DFE18FCD1484A94A9F644B8FEEB452D, 0x8DFFCACCDC3C45F1BE91F3BE0E7925C8, 0x8DFFE641F00B41FFBB6A9863CA6988A1, 0x8E05358150B4454880F32D7CC361D837, 0x8E084EDDB9C44998B30A785D69D2C740, 0x8E20CF70B0BD492889ABEE8375CFE217, 0x8E5E43A85A8C45BCB352FFBF3D540B9A, 0x8E78788BF08B432E8DCC0103F197D80B, 0x8E8053CD65CC41BEA85ADEC3FB441EAC, 0x8E90DC13231E4A099DDB5BEB5B78E001, 0x8EBC819E81194B6FABA83FB20A8D42CB, 0x8EC580B2F5A949AABD17F49A04375EDD, 0x8EC7EFA79B374ADAAB29DDD4D5250127, 0x8ECA392AF92F4A11AD700C4A4B33C26D, 0x8ECD005398594052B7BAC116BAA4C09C, 0x8ECDDE7761484871B48643CA765A5670, 0x8ED5E4BF42F94154B74A75D892900E45, 0x8EE4AD6DC1E74942B32A3CAC17AB89A4, 0x8F07CB4022C4442283D3651469845F72, 0x8F11AC1FD6BF4576A485D6CA98E56B4E, 0x8F31BF5F19424D20B50328EEE198A486, 0x8F387448F8034626B7AA26CDCE1C2160, 0x8F61FF04AE794CF4ABD2CC34BC46B9DF, 0x8F94D8DA3CE54E7C8EB264F54199F9EE, 0x8FA03438E4BB4751BC62E4677E8BB93D, 0x8FBAD36E065A4DDD8CD639F63B0C2BAE, 0x8FCAD9AF5E4540C2A0FFCB8048D4B563, 0x8FF60F476A94456AAA64E9F0C0C6D1B9, 0x901F4D676FF248D095CCB45F5154EB8A, 0x9022C5D405704EAE832B09B678710EC3, 0x902418ADBFC84D55AB19B8B138B6D4C2, 0x90279D5B4DC342D8949CBD84BA81105E, 0x902A57D536E24E0383D8CFC6FD68F80A, 0x905FC166700C40ACB00D5648956A8B66, 0x90754485FD0A415AA6A1FB80B012FFDA, 0x9076805F603840CDA93C740358491649, 0x90784897E09444B189FFDBE00F74A173, 0x9085C150DADC4D1D94270B15B357D4AE, 0x908735CF2EBB4B33AD4CF17B547F9FBF, 0x90890B7649614C86BE8F671CE50DA8A1, 0x90AB51C063684854B6B27125B9FEA302, 0x90F34BB1227C4544BB9FE50077BBDDCF, 0x910388E1EFB44200A8F2AA9C8EC14A55, 0x9116C43EFD744501A25B18211E0D6FC2, 0x911A5D366C0E4A739078B578F55CD751, 0x911C03AB04D94AE19801343170BDDEB7, 0x911DBCCFA0B74D6AA43F873A49F48161, 0x91201ADDEF7D48ABA4446581123C0360, 0x913D3861E96A49A4A691936E9CB7D834, 0x91560EE71EC24361BA494ACB6A823593, 0x915FBE8D70B74120BBF1226ECD286F67, 0x916546013E1B4A62BE47B4227319DECB, 0x917278149B334ED995EBDD5D5AC4BA3F, 0x9173A0D9B73645749E105A7392E47C2B, 0x91767151105048AEA22457A1F35C91DF, 0x91843206FC854F8A998A525846BBBDB6, 0x9195CE970B92407E8905CE9C98F01971, 0x91AFB1DB5BEA4A9D906F78F7351DCEC7, 0x9206BD0C0C22424599F47067E5F27539, 0x9216D57FBEEA4D7785C76C6941A1121B, 0x921DA8B3B8BB487C87E1CF47DCF23904, 0x921DC167FEB246EEB18A164626367BB5, 0x922B3414C8F048F3B3871F0BD92F2DCB, 0x92467742F76B415E815FA8E0F9A2F96C, 0x924AE7A4990D43DA84C4DC73EB77C59C, 0x9260B0D4D77945F0B2F6CFD316F225A9, 0x926A16F0F8D54A87AC5D4E4CA651B348, 0x927566BE17E3402DA8C3E4DF44A35156, 0x927CE551561440B48CAF9E328725CD29, 0x929EB771A0C44F04B705A747707128CC, 0x92C894FC05DF48BA96DE55A389EA8A0B, 0x92D34F90BFA245C8B34B62E652FD92F3, 0x92F0B207C5CA468EB334B3E1732B6B74, 0x9316938F79EC4B4CB07CE189D3672D9D, 0x932835EFFB9744B7963F4315AEFE73AF, 0x93484B110AA74B72AC8A82D2D8046338, 0x936D13A5557D4631A00EE00C985FE50C, 0x937EA488E32B4832AB160010704AC2E3, 0x9390AD56233C4B7E83EA0E91D75F2B64, 0x939587630C53412192BD97A5D3D35488, 0x93B327F21C9A48DA9A61042C12198F4C, 0x93BCCDA9E1A6412A86634E9CBD58207C, 0x93D40BAB7BF64B91AA09A340B71142D5, 0x940482188D3742A792B74CA058FE522D, 0x9419F4E37D2149109E0F311DCACCE092, 0x94214F4AA0584AA2B53D79336CB44623, 0x9423CCA6717548159F86C389D385983A, 0x9440C8F30B4C4545B7BA8BBCB71C1E4E, 0x9452D63F7A374BAD90AA48CDCE007B5B, 0x9457E5AB921A4E73A84B840C27B729BE, 0x9471F6771BCA4955B367AB1304ABB283, 0x949C34375CEA48C5AEDF14C59DFDC2DD, 0x94C028FD25B94F96BD4F0710A8374CEF, 0x94C735AA7EFE424D8CD7BDF81188EBC7, 0x94C7F209151448F692E3BDC8A000032A, 0x94DC7001E43A4C1889E07932FF4ECDD2, 0x94EB71CCB8EF4DD8AC1C37D8005F07AE, 0x94FEF87BF05E4428B9C182C5B182C169, 0x950C913085254A4DBE67894C824DEDF2, 0x951A93CFBDA8451C9E39D6EC8479409B, 0x952D8B26BD9E471285E4A19E6BA6E1BF, 0x9562ED3787184370B12AF4B8DC8F5D5C, 0x957110557A584CDA89B6E553565AB37C, 0x95717CB302304D2F8D75A1813D65280B, 0x95737F1EE892499ABDC35D76838AC84F, 0x957733F145EC49AE889035F20118E47D, 0x95774A5A02894753A202FF42E07DD6E0, 0x958FF1ABD1B844B1B1C8C70AEDEE8DE0, 0x9593B7E3B5CE4996A93CBAC464C31065, 0x95CE8AB2484F4B6791C42A279B822E31, 0x95D548E86D75483AB689533838F8A3A0, 0x95DFE972589941F7B2D73B1C39F0F916, 0x9637D25E4E8B43D7BF3EC1C7274033C1, 0x964F60E18EEC49B29637975B60348608, 0x96715F12857B4E39A22C9BA1F8DA7BCC, 0x96840B0C2BB947D89A1D1CA3B6E4DAE6, 0x968681778C2447B784380277C35BC0E2, 0x969BA6C943BB4243B8D2A53A29AB603F, 0x969F0F6A03B24DE4B9225061DD1962C7, 0x96D9BD59DF51425588FE1F1FD706EDE4, 0x96DD7AEC34BA4ACD88B35839DC278FBF, 0x96E7CF0ED6CE4DD4B8FF9626AF108459, 0x96ECF37810E34E86B82D5C8B33117417, 0x96F9913A95A246C58D9FDFD7DBE634C0, 0x96FB4D17C285490D8A5BD4E0CE0E1C44, 0x9704EA628E3E4865B9EDCF220CB01E27, 0x9726C42B31D045FBA2DD8416A760BF71, 0x97341F8C390F476590D416F7BD51121F, 0x9742D705967F40B79C137F5646ECC685, 0x974D8E2412F146A18DB0E3B7D7B42031, 0x97639A2965D24F0EAC0BDF3095466075, 0x9763F065A23B49ED9D550C87607F0576, 0x97877F3CE65D4BD8999E0F2C2C6A2B09, 0x9789D8B473F44FC8AA9A122585AC7303, 0x978DA979F93649C7A9C2373E0234AF3B, 0x97CDCF09A5D841B1AA3F05EDCC82CF81, 0x97D67108486C45CD94D97134FAD22993, 0x97D8224570474275AFE1289C9D16E73B, 0x97E0117FF3994C6BB239233AA35187F9, 0x97FE6055335540709CEB0285972056CC, 0x980006D8E2B248FF80FF1B0A88347BDF, 0x980CB443A9444570B245619CC6B60D3F, 0x980CDE789E0143629E569EFD93949882, 0x983CCF10CC364646973A9A2C7D920123, 0x985F4544E002462485798ADFB3B04536, 0x9860B580764C4C8899061943848CEF8C, 0x989A9F172AC344F08E8DCBD03708CC59, 0x989EF7342A9041DDBBD840CC15101434, 0x98A97F40BE4A48F5A76421CE2214479F, 0x98AE6E6137DB4E1FA7C2A9886D1EBA21, 0x98B55C59BE394BD3A48619DB6F0266C2, 0x98BB961541884BEC991C081AE42AA807, 0x98BD155DD5B84891AD7592076C132A35, 0x98BE815EE068453CA5FE675B04DC2B96, 0x98E29C2F8D864835ABB3CDD9381443F9, 0x98EB5FB062064C7C891E5ED54B197BC3, 0x98ED4907B0304C6BAEDCB2EE8DBD5EB1, 0x99088DBB3B3E4B4BA172CB417D1DCBDE, 0x990ECCDEFC284293A34F1492EE7FAB20, 0x993BDA5CA2F246C182AAD0CA77A562CF, 0x995BFA4EE51E4C46B5F224CC60939C6F, 0x999F0372FACB43AC9D1B15C67C67D24A, 0x99D2E6EA1FC345F3B7CBE8106309D0F2, 0x99DF6A7C1701455BA7A546A1C3406D93, 0x99EC45012E964D859D4D841F655047B8, 0x9A24CCCE3B1248BF84074AE4C0D25855, 0x9A370E062C734D128B7EA767D3124EB0, 0x9A4EDE21A80E40A8B55DEE0DB6573BB5, 0x9A56F21DC7554EEBB6E700B3D46739DE, 0x9A5FCFEA05EF481286C29A781090AC05, 0x9A667A5020194DA4B7522062B1A85C23, 0x9A6D2E9D5643487E9328303D9ECC8016, 0x9A7ABC4876034FD19A0382CBC4779FA0, 0x9A8B42929CDA409189578A26A7582903, 0x9A99E7EF45A64F969C05BFB2DC6855B0, 0x9AA4725A58E048E2B26449B7BD8C1D34, 0x9AB617AC71964CFDA5E855418FB19A43, 0x9AB78B5D9FB64CA4A471BBE86DE78C7B, 0x9ABFFEE535744CB08448292560E29270, 0x9AE6CE149F0B48C993037381272A7737, 0x9B1EADEF406742EBB207D9E80D5BD633, 0x9B2D137407C141A9A2B291F879AB0856, 0x9B2D8A15A3E647EF8C845DCA0A972BCA, 0x9B3C1FF06E644104B44F7482D4FBC3BE, 0x9B4766C4AE8740CCAD3F71D716C494BC, 0x9B56CF7311874BE9B9AFE441FE32F3D6, 0x9B6465534B1B47CEADFC868137879DFE, 0x9B6582F465B646E996978A8A7B0E4276, 0x9B6B31A6BF364183AF45C6C1047E5AB2, 0x9B7F556965F14C58A528D33215A94F3E, 0x9B895A3D808444FE8DDE63201D773805, 0x9BA439DC5EC54513B113BEA3A23524E7, 0x9BC4F3EF30E44C238D91831C81C62810, 0x9BE871107B4E441CB67E9DA02EE74001, 0x9BF9D1720FDF472E8EB2C73E4DC56FA6, 0x9C05D613926B4F248BC0399A14B61BFC, 0x9C1ABAD172A94BA89CDC9A0B590ECF8A, 0x9C1DBF0EFA2A44BB9915ECAA54A019DF, 0x9C26E69553EA45338211C1195115A4F1, 0x9C4F490709E449F79B9A6F78C6607BF1, 0x9C5D38A96ACC4FF5B2A17D91978E85E3, 0x9C6FFA386D13472D85E3A60202D73ED7, 0x9C877BC5797B4810B56D85382BA10EC3, 0x9C8C8C38C1B944C89576FB0C4DD0E890, 0x9C97B728AC0C4FB3A7902D7DEACE9C98, 0x9CA7FEF4A63A4421BCB94213F5011248, 0x9CB57DF0841E485AAA1FD44F840E2D3F, 0x9CD381D62BAA41299A5976DD8351ED72, 0x9CD7F6D22733477C8E90415D052537CD, 0x9CEFD5932CDB4B1092F613A49C978597, 0x9CF187D923CE4C6BADE39559FA73B94A, 0x9CF5CAB9AF1341C68909D8F4613240A2, 0x9CF66A1C375B40B2A13CADCC43B67240, 0x9CF9190C04E94F67A803AC90F85F24C8, 0x9CFEBDA8CE4D4F2DB025637E585C4CD7, 0x9D111CB1B9B44865A5E0727C318AE92E, 0x9D2663AE971A460AA4AFF404FBA72794, 0x9D3D741CDE914F1393AC8E85B368E625, 0x9D7DFE8F531D4EF2B985B5E39D331EE8, 0x9DF80273CFF744C283E6404BC6532237, 0x9E002903A3F14BA3B223A015719C67EA, 0x9E02A7504D834ADA93BE8A45CA761C56, 0x9E0E73BF9ECA451B8CA3F97F58194239, 0x9E1D9652F36B4B86963B4FE6DD940D5C, 0x9E671239112A4B48942470F63A4A7B6E, 0x9E8A20D292F1448A81BC8C0F7E103D4E, 0x9E91BCA2AA164AC3A7EFDB0F49E64790, 0x9E98623D5CBE4A5C910335CD12711229, 0x9EAF80A5C91E4464BF04E9B2BF760B51, 0x9EC9396FE17C45F1BE65D373F5D82329, 0x9F17953D7DAE4AA6880D4F1DB2427A3A, 0x9F45E077E1804F4A8D8454A959AA3147, 0x9F46A9A31FDC4C23A494E1EE83C4D103, 0x9F4E65B529F04898BC83D4A16D0822BC, 0x9F522259A7A84402BBA7CBFC0FDF026A, 0x9F6541001F5F45B891F692412FD4359F, 0x9F698BC000FC436CB619FA5596FD3BE6, 0x9F7A56DB0D9C4B8580650381552D4EB7, 0x9FA0DD2460E443039B0F354D29A53FB4, 0xA0016179D0E44A159B482CE9D8D2D191, 0xA0124927C30E47318434DE9DDD628B97, 0xA01A32DEE7AC43478F3E200A1E1E1295, 0xA01D91363BFB4407A7AF9D548DB7CD42, 0xA030247B3659469EB25C3F8CCD24B3D2, 0xA05D7E2580084423A602D00DDC336236, 0xA068CF7CECD348EEA5EB96925C9E4A4E, 0xA07A963F34AC4D809AAF65EE824550D1, 0xA095F07204B84702A9DFC22779C4B3D0, 0xA0A0C9AD0A284503AE1A46C1EAB5664A, 0xA0B05324A9DF4764A28D0002A6C07C00, 0xA0B3AF3316D04401A30370DF0981E020, 0xA0FD74D3939F47A8A6D8A20F3CB5E02F, 0xA1403A6D6EAC40E1BDDF4E3527FB0926, 0xA14093B5C5AE4E358608AD3A0ED88BD6, 0xA153E223E1C74731A6C6116FCAC1110C, 0xA16EE971F51641929F8094974A257A2D, 0xA1950AF7E25D4E47B28AB546AA987440, 0xA19D2D13DCFB49E48F1817FBD4A4CD47, 0xA19F48AE22A044078CABA70F8274341D, 0xA1AD32F8F31447F4ACD4043107507986, 0xA1B4547619094AF69978EC8CD3082AF7, 0xA2131749F65B415C8BD260991A9C55F8, 0xA214405992284672B5D3CAEF5D2F9741, 0xA225F9AF19254F27865E1901DF69A9AD, 0xA2311D36C7A945A183BC8E20FEAD8B5E, 0xA23C75A43F0D49DDAB739BB7CC1781E0, 0xA2455430DED64C3F849BF8635623E886, 0xA25C2B4DB9744421A57B4DF0B28B9DD4, 0xA269F3526A914960950D3DCA55F474F3, 0xA28361AE0969440CBB0B5A791C46DE02, 0xA2A1858439A24620A95199ADADBEA3CB, 0xA2D247C5B3DB4ADA8923346398961E82, 0xA2D8E195E9F84527A236552AE8CC191D, 0xA2E09711350B4C469A3641AE674C55B6, 0xA305EC2C73B9469283C149D099005F87, 0xA30B8B80BCD34DCF9D29BD9AFBCC1332, 0xA31968DFD311410DA36CEB010D2E67CE, 0xA3271EBAB5054218878283520028C17B, 0xA32DD3B9932F48A5B277665A52886438, 0xA351E04268734EBB85CD2C706724C002, 0xA358192302CF4C36866C0F0BA7A7084C, 0xA37A6CFC497748C191146FA3DC426C12, 0xA3965E32D7B64B21BFA0F0193033777E, 0xA3D04859FE53497E8E75B9FB9883D4DD, 0xA3D67217354745CEB85E9BD6F97847C7, 0xA3F8B3D01B6245EE8F5254D09A50F8A7, 0xA41C302FE1514D4E85EAC5EF18D8F516, 0xA423BCC5ED3644989FF4BC907C58978C, 0xA439FBD3764F4A978D84AEA0C7CAAD00, 0xA4493B95E4B446A9BE320D6FA58355F0, 0xA45C2A0346A94172B0CF6FCA6EC21584, 0xA477C4E391E14E2C9551F26592DF8566, 0xA485CA5F9D6143B6B566C14D098D225E, 0xA48853FD79A349FC901B2892C4127B48, 0xA48B54AD3E6D48C6B924F46D4510FC71, 0xA48B619E6984441D9CB17B5DF6D13EE8, 0xA48D3C3781C547D783C0A43BD29C405A, 0xA49612CE66FF402380DEEF9D514E535B, 0xA49C1A6E75CC4DEEB8A0EF4F5839F2C8, 0xA4A8A7A7FABA49FC99E829A5FA7DA8B0, 0xA4B74D2CA7A5438C836664FD3A18AA8F, 0xA4C34A169EF947F287F76CB90E732522, 0xA4D041BCBF9E4B2A854FD63C3E4B9F1A, 0xA4D615B635DE48FEADD84448A20D8436, 0xA4E3A7DBEA324B1F84BC3B45CE59C62B, 0xA4F6348261F84082AEB7A46304F91BA2, 0xA4F88C696A434E179A1863826B387D01, 0xA507F93191E54512A15576B21479B46B, 0xA5329E3EF0F748DBAFBDDB350240632D, 0xA53AAEE05992416EA69A13AA52E71F53, 0xA548F74F817F48A1B48F7FAABA30E4DE, 0xA5490AA5716842538EB835A42F6B58F8, 0xA55D28AC3FBC4CD09D4060337DBBEB79, 0xA5928451EC914E33ABEB971B174BFEAE, 0xA59E5EAFE4914A83A2A9AEE6B5BFBC6A, 0xA5CCA6E64CE2498AB79B850B68C6C352, 0xA5F109D98CF84E04B7FF3E146E1E96F0, 0xA5F1496608BB4DBDB2802D74AB91DFDA, 0xA66945E5484143DF82C485D56CA25BA9, 0xA67107AF378A4BBCBA45B53B05EBD8CE, 0xA6940D473BA946BF9F7A069E64732F6D, 0xA69ED71A1A4C4C54A52B961B41AA1992, 0xA6C0CB6093A24088849E118054E11FDD, 0xA6CFE65DF5B442AEB27059171AE4560F, 0xA6DFFBE263CE49FBBD16D28BF2AE105C, 0xA6E6B21F17984E99AA50803A4B010B77, 0xA704C1CF5600424FADBB5FC40B6682C5, 0xA70AFBEB6B534EB886A655E44AC79DA4, 0xA718C77FEE864B7D8C4147070ADF1DE9, 0xA7215937549246249362695FED8AC15B, 0xA7795E5FAA374234B44335B2FE1C9B75, 0xA779B5AC1D4F49F3B691C7EE4A3D08B3, 0xA788A93BF433455CBBDDC16588E70890, 0xA78A90A76B014FBBB308155B5A016402, 0xA78D062A0D24418793C44C5FA4E29432, 0xA7B430AF7101490DBF5EFECC0405BDE3, 0xA7BD46795E164EA8ABFF4493CAE27E4F, 0xA7CD1D584D2A4D53BF70029D79DA2D62, 0xA7D9846ED5004F7393024F4CB1AFC3D6, 0xA7DF8A799AF6454FB84C712F8FE6F474, 0xA7E6AC42465545D5B748B86CEB63DEAE, 0xA7F706B61B9F4AC9930B808A2D1FDE99, 0xA807335B272E4DF8ABCC924AEF844BA6, 0xA81489810D24417B9B9E0BCCEB87CB3A, 0xA825D94CFECC4461A7E5348517CAFBC2, 0xA82A85CE13744CB7B32290CAE367EE36, 0xA84ECF7ABCB940F596E8B387167FD685, 0xA8822C843D674FC3BE85056A4335192F, 0xA8AA407580804743BF70B15A008B533D, 0xA8AD1DD0BE8B4307A6A886180245D358, 0xA8BB8FC84F0A44358E3BED3767E3F668, 0xA8BC0F95070F4B2D9C23D5764FB5C7E0, 0xA8DEF749DC994FDFA8BD82231393EE3A, 0xA8E5A7159F63423B899CA88ECBD19B7A, 0xA91B70439C01473D9AF73BD7D6552B59, 0xA950FBC4FD5545A6BA424225434FB23D, 0xA954B0F8F9AB4FC2B8DC385BBB84408B, 0xA95747C4DA65406DB0AC47382B38632E, 0xA957DDBB8F9D4340A756EAE829B88156, 0xA9AE57AD996D40BEB2B88A51CB0B2825, 0xA9AEBDF332844F4BA45ADED168242AFC, 0xA9DE7F5C9B844E2AB380552E7164BA4D, 0xA9E8B1C56EA14B18918616EEE392245C, 0xA9E90480742045E8BB78962C4E120BE0, 0xAA118F4545BA43FEA08EF112F2A2BAA0, 0xAA2331BBAD424D0C8D8120AB3A54C1B3, 0xAA27CDBA84BC4018B13877AF6F73DAEE, 0xAA33BA14B649453D9387797887698679, 0xAA34577950A54E18B9A136963F67771D, 0xAA7A35DCEEDC4ABA91BCA54DF1586ABD, 0xAA7D142B4E794DF1BE3BF1A0BC6CAD87, 0xAA7ED42CCD174B9D8DA9BE2B64CF65FA, 0xAA8FD0F1196D41ACAB95525C7AAFF8D8, 0xAA9FD8421EF54F8DA979FCFABDC38B33, 0xAAB9EC67ADF243AB8CFA72D559CC5E31, 0xAADEBEDCB3C0487295A9410580BFB3C4, 0xAAE08A683D184557B0D191C944BD2068, 0xAAE6C713D3404A379A123D2BD7FE34A6, 0xAB18BFA6AC2D4B6A876EBC2DF38ADEC4, 0xAB2BFF4C8811496E86992ABF387EA654, 0xAB2E1955B76740858BEF735FCD1CEBA7, 0xAB39EBBFF70F4A038DEC48D3FCFE1CC3, 0xAB4216F965AA42D2BC6561EC9A1C2C9E, 0xAB4400F506474068A8968C7F8216F7AA, 0xAB5B705176E54FEA8E3C86D44D00C456, 0xAB7DE0FBE7984B96BC9F3742448B165C, 0xAB8FF30CE2EF49EFB0B432D8B36AB0BE, 0xAB92972F90E340909A9600EC32EBD223, 0xAB9AAB8676FF4D8DBF1E52C1614B38C1, 0xABC2DD2CFE35426EA4B3AD450AF6E6AA, 0xABCE4EC16B004AF98240F680A66B9E39, 0xABE641350ED64919B96664B1E128EF39, 0xABE8B14C1DAC4A539C618139B3E8191B, 0xABFC22C50F23426D8DD710778027012D, 0xAC148237C5174638BE4971349747506C, 0xAC1C07C0D4454937B0CFF0E097499BBB, 0xAC2FA7FB8A054D30818C5E4543F81AFD, 0xAC3B455F939B4B8FB7E7B9605810B3A2, 0xAC6537C9E8F9465884E7F4140A8F4125, 0xAC712A0413DA423C80F90531EC4A3EF5, 0xAC8C457FCD9347B2BE20BE2842AE775D, 0xAC918990C33F4C3FAC63142163ABA0BC, 0xACA46DB78EA64B8EAA53074517B709CC, 0xACB4752692B24F04AE339AA354C80A77, 0xACC6E3B9A3C64BD88913C586004C6DC3, 0xACC7B2D7E2094C9187733CDD1A98AFCA, 0xACD24858EABA4D46BB40F2F57C475CFE, 0xAD0BDD2741B94C9E9E38A53ED1DD890F, 0xAD1EC44868ED4F63ABA1CEA814190BDE, 0xAD1FF674B0DA4D5A8211DA57E789FB35, 0xAD3219223F7448118343D786D191464F, 0xAD337FDFC3ED423F8D5DAA9D46258542, 0xAD356A2F75A0490895F30B470F173667, 0xAD4553B0374D4CB1A7F4E5E3F61D2AA7, 0xAD981D100B1A451EB60837E45E44AF98, 0xADD3DC67C586431C807A87A5631CF066, 0xADE0D249D64B4DA2A585E97A5AF31481, 0xADF520ED103D4CEBA98F226B9438A3F4, 0xAE082AB72ABD487BB1B00C992F51D4BC, 0xAE10991513A74BF4844E01221B37BEDC, 0xAE36F604ABB84904A43EE5843440C7B1, 0xAE3738181CBE47849E39C90F0DD12591, 0xAE39FF31FC364A62B1F1527D4AE2BB57, 0xAE3EF14D22EC43109EA23E91CB7E48C1, 0xAE54E96170A045148DB398D730E9B22A, 0xAE62AFC73D8642488AD6F7C62DF4B66F, 0xAE650F05AE8D428B89B5F8C7B3EA973F, 0xAE6A6B6080734E059102E6250158B5E0, 0xAE7A5502B0444CFFAC31F0C5985E8F62, 0xAE991CADF47C468DAFF4606E8B1DAFF3, 0xAEB06C607A9742DABF514CF08D0849C3, 0xAEBE9209227D48D2940D57DD698082CC, 0xAEE172F4DA1A48DAA0798B8317FE2358, 0xAEF32554E4FC4C198289788712B3F11D, 0xAF0BCF0C59D14314A1AE1B8DA749D211, 0xAF0C11298694458789B1315E3F3F5345, 0xAF1A49385EFD4B23B1A7B5A776A5069C, 0xAF1D9DAEC485450EBCE0FAF4538BE312, 0xAF25BBE6514D4F82AC376F249DD163E6, 0xAF26F9104AFF4C18B8028586EF8B23DC, 0xAF61F5FFB9434119B77086E57026637C, 0xAF70C8CA8DDA460BA3D4A27552A3FFF8, 0xAF70FD0A41B44620A9BF29F6A3DF5DF4, 0xAF7FDD5B76A04985BC273057A28844A3, 0xAF8DCE5F6B8C49CEA093FD340675C331, 0xAF8E5C24BE0348BC917CED9D728702CA, 0xAFA34061D7A145F7B6E18BF86AA7E9FF, 0xAFAF7B39C45C4E969F2DF9DF878D0DD8, 0xAFCEF71B85E54703B4BE1C2663D4FDDB, 0xB0044336033F4985ABBFA51E5E512B80, 0xB00BB5932F9C4915B5E6E6D3FD2C651B, 0xB0241A22078B455BB173A8148064EBE5, 0xB02C41DF765C48E2BA309BF01AD267CF, 0xB02E840259B84267A17378636391E215, 0xB064C9CE60DD46D6A726B7A5130EB426, 0xB08E12661EF14C908098FE6977A8AB1E, 0xB09240FF5A2747BCB9D4598B97AF8206, 0xB0B8A11B270D47CE83BE86016571C179, 0xB0CCC84583BE4AC2A1B2C1146B59BD75, 0xB0E70BACB6D04185A79ACE9838E0171F, 0xB0EAE094610A4D9085D782C0C879DDBA, 0xB0F033146FA744B8AE900077F677778A, 0xB0F72815056B4AD9828979B90750C959, 0xB0FD11119BBD4E348B389D7D4DCA2790, 0xB118DAEF6E8F421E85808DDD56813051, 0xB118FBC990934224956170A76B6B85A2, 0xB1237B620ED74ACA8EACF6E57E34BB32, 0xB12F453A168F4448BCE0D48735E863B2, 0xB131150144134E96BB900E158668B73E, 0xB159FDDE7B4A483C93A1B826379A3BF0, 0xB169AD6A6F15425DA5C7C5E127D2A0E2, 0xB1762F8EFE214AF784E2467006EA2EC4, 0xB1776DCBCB924E0BAAD0ABE9232F4224, 0xB17AEBB566D14CE08393D6BA7A63C6AA, 0xB1989B4F4D10446F8F2225FA288C5988, 0xB1B46E467DAF449E873BB9D6870B6B55, 0xB1BBF52EDCE94CEABE64AF4A214222AB, 0xB1D45D41CD7D429D93133B45C9D22709, 0xB1EAD45193F641F1BF21C6523FE9A289, 0xB1EDE6EB9B544CABAE629F0A10B6AC26, 0xB1F3DE1946DD4AA28B79891AEAA2489A, 0xB1F58BEF10D445168CC1B15C0789288C, 0xB2061B198004468FA7BB435D03C717D2, 0xB2168580399A4FE090EDAEFA1AD1DF3B, 0xB2206F0025424B0E9140FCC3288112CB, 0xB23278C021344377B9409CB7C40D6927, 0xB233FF260AF549D4A89391BB34D18929, 0xB272ED38BFD5474A907E02D219D6A14D, 0xB2809D7356AA43649C887BEF5D58A193, 0xB28B33E07A5F4AEAA24D4B510B0986EA, 0xB291B3821E72455CAFA2ABB5C292573F, 0xB2A01947946F4A37AFBD05D9A460E380, 0xB2A23E547EE546979F2823913F57E571, 0xB2C10CE55E4144D3B3349ACBE79AFB3D, 0xB2EF7AA5C3574F5CA9C25042831BFE16, 0xB2FE2F6AE34342A998681F2475602BAF, 0xB2FF965AEB0142E5BAF65EB3CA7B01DF, 0xB30B5CEA48294F49AE9DD82001DE3CB4, 0xB3139467A394437C82134E809167F3F0, 0xB316F122B06145D5B072FD568C2B411A, 0xB328F2377A8B4C08810917EBCDDD4C17, 0xB335EAA562344E3BA07D1D10A9D0255D, 0xB34295A524C8479DABD7308ED297E3CD, 0xB34CEFD490084EDAB6E1374AF07BB704, 0xB3595987BB9E4865A7116562CEAAA24E, 0xB36B4ED452B0448CB6B27A406CC932CD, 0xB374E3F2FE5A45839B31C389DD4A7014, 0xB38DAB083600492DA95E07E70BEB3563, 0xB3B54D8608E6488DBD1B379E477FB025, 0xB3CB712429CA46B4AAE9120584864BCB, 0xB3E023C046204462A60C84D34D54090B, 0xB408A6678E5B4F7A96B7EA7A6EC8C54C, 0xB452E8E430E546F59813C33420CF3435, 0xB4538C8D3AD04AFBB71287048D254867, 0xB45FCD6D8F9B43EA89A69A473231F514, 0xB466DEAE05324B37AB314304FABC96B5, 0xB46BB944BD284300ABA599FABE27E6DA, 0xB49CA506B4234713A11383797739DC78, 0xB49D2EBC4D71487E8FB8229253312F27, 0xB4B984499A1D4FF88E4E2C568007F503, 0xB4D1452EE8E1422096B9FB3DEA2C83E7, 0xB4DB7083AF154884AB4B3AC8542A68D2, 0xB4E040276B1D4000BAA620C418874A0F, 0xB4E5487B918E49C2894878A93BFEEF83, 0xB4FE0AF863C14EC2B3FFB3609BC7F065, 0xB52733F3E6C84107ADC4006CEE11DB73, 0xB534BCC1363B4B4B9955C58074DE7C58, 0xB53BEAFF5A544C7BA22F04630EFAB45C, 0xB55371494F8643BDBFF76529EDAD865D, 0xB55563482D694819B7A035DECCCAB080, 0xB560683096A84669B6EC6327937E5040, 0xB56D3E56DC6348B2B5EC2BFBBF14D00C, 0xB56E91F1966C4486B16277AE3D2D8306, 0xB56EBB3885B14A9FAEA0116206E02761, 0xB579CFFCE2F843E1A2511D1C654988CE, 0xB5884CBA97CC4EAAA23E48A55B84D019, 0xB5A578EB488D471484F0B8B77A2B0961, 0xB5AC22C0968E4657B314366E02546255, 0xB5ACC35E08FB486AB58A84BD4CECA590, 0xB5B4B57A12BB4D559ECE076F61EB64F1, 0xB5C274AAAE8D42C096F946DD602FD7F3, 0xB5CACA655C314CB6BCB2C06CB51C291A, 0xB5D7E6EF2D0C4F7196813A435253FC33, 0xB5D80AE90EF141F4A53A4DF49CAFC53B, 0xB5DBD4036E9346AEA20AA5DFF203322E, 0xB5DDD701BD494BE7AD8E44DABB74DF20, 0xB5E33C8244AE4D1F950135E2A6FBFADE, 0xB5F85AE47C9348CD9BA45B9834AFD519, 0xB601ADC5392543ECA67573FFE58B6907, 0xB6356886B5344263B7FA71AC2FC76B96, 0xB63EDB6F45084E62B697C642B55921E1, 0xB6415A4B02014D2897827932006F44AB, 0xB64B2742A7BB48E8924992770F8CCF0A, 0xB64D09DC11994186952E114B04E95046, 0xB653BA01EE9640BB9AF39B1AFF1F6A27, 0xB68332DAD0444FB589C800AA1148375D, 0xB68BF59045BA4E9BB8FDD8EF2CC81A16, 0xB68DFCEE2E3941ECAD2A884EB082AD8C, 0xB69676FDBBED4DB88F179E94CBCF1A28, 0xB6A2162C460748A6A3984A14B1DD8614, 0xB6A9BB659DB14E26A3B67FBBCC3DA383, 0xB6AC7E664ADE47268EE587A253350FC7, 0xB6B3405AB2CB474FA58BF3AEC039E815, 0xB6B4378D44AE47129CBB373E91F70C52, 0xB6BA924A9FE74D2B807A78434EF8BCB0, 0xB6DB4ECD48BB4D1EBB00A09F605AE004, 0xB6DD0EADF0D841E89E01E68F91EED155, 0xB6DE43736F7A48019A33B5D9DA4DEE04, 0xB6F638121D5F4720A948B9BE73EE421E, 0xB7027E6235024086937E7640F9BD383D, 0xB7204483A74B4CAA996807CE6BDD371C, 0xB73A67B0803B497E9F69710C45493FFC, 0xB73AEBF055EC4EF49CA9969902BE8092, 0xB74D2B4E5F85437DA4BDE21A1DCEA32B, 0xB75A8C1BA3C7476DA08D9D0BE8B3B1A9, 0xB77E9CC602ED4F9DAB03E75CEDF71309, 0xB77EA31B89DE47ADA18394DC886C982E, 0xB784CEA2DCB0474CA0CA8FFA539D3BF4, 0xB788917074804399A84A7D8A064531D1, 0xB7950C3B6CAF4E2D8863C404F73B02DC, 0xB7C5D48FE0D74F34BBF074D856CD1773, 0xB7C7F2C565E848A5A197D6DBEF78885D, 0xB7CAE928B64F461CBAC69EB8C35A2397, 0xB7D09C32C8464CC59ECD8230C17E77EC, 0xB7EA94F9E8DB45CC9CD77F827AB7180F, 0xB7F862E51E3F4E1FBF262E3F6AC19B37, 0xB80D96CF282B40CFB2CE4183DA28C4AB, 0xB847FE34CB6E4893A65271889374D47F, 0xB84AD99956F844EEBA55AE076EB7BE1D, 0xB84C2D7DFA6049CEBB21A002C6766839, 0xB8579C74442F403E9213320CF6C0FFE2, 0xB86816008B5F434BBAACFF179B2CFA00, 0xB86E9BB800DA45039549E86824339FBD, 0xB8719987E03041B8ADB59411D7117877, 0xB87473CC104144CCBAFD03E0A50D537A, 0xB882E7C9E9A64FDB8FC68B2043697BA3, 0xB8C0E899BF09402FA5AAC02F24A19BEC, 0xB8E730B0CE1B463E9F6B0680733F39F9, 0xB8F6BB35743B40278FA6D24E45A8F1E1, 0xB8F6F1A1B7314B3BA850FE19DE02BE90, 0xB929B6FE94BC46C1A211473C2EBADE68, 0xB93210EBC2F14137B1FAA9DD9D886F79, 0xB9454BF8EEFA457C8A3BD66BC01F7846, 0xB950542878704DCBBA2AF00C2A392E82, 0xB9535A0370B545E3AE808E0A66D25C6D, 0xB9577FF409B243C8BF1EC108F6933174, 0xB962CC6BF9A14DC9BD30A6B8CEE9D98A, 0xB96C21F07E6A4014BDD3E80B920DDAE4, 0xB9A08D777ACA473694562A324FEBFBD5, 0xB9ACFF6ADEB94F6088FA81002B5CE4A6, 0xB9BAC7A0B8B64A858160553C6286FAD3, 0xB9D339DB1455455F84A8045887B79CA0, 0xB9D991EFB88649A6957A0829D101FCEC, 0xB9F508A5C96E4763B5EE943CEB72B38A, 0xBA15DB5CCB1A47569C16286131EFB0CA, 0xBA1E1E01E66D4AF3A930FE758914B15D, 0xBA1E9C72EE714A3A9556CF02F8022481, 0xBA3B3FA20A434956ACB867D0DE92DD2B, 0xBA3B58E8744245E5BA7C1341241266FD, 0xBA6A9EA62A4245099D34E557BBB8F381, 0xBA6B94D1F105429E801AAC2C7D8C6FE4, 0xBA80C1B0C0D44D2D8422A16B25C0A9EB, 0xBA81B65A56F3451D885FBB184B93E455, 0xBAAC0BD11EC94C3CB2A3685C980D7FED, 0xBAD1FDFF5E9F446480B6E5C03E56E69F, 0xBAE95AFBBBD74276A1997DFF879AA9E4, 0xBB058B029F60414FA48818B2DA4AD66D, 0xBB07D3C05F6747B88776BA2044931F40, 0xBB176C9A2D944CC99AE69CB4F5A990A5, 0xBB20F265AA1443838897075F84281E10, 0xBB26E91CAB55404787A1181CA12DBE48, 0xBB37B991DC3A41D78D7A7317C811CE97, 0xBB4BB184B84041E2B9D2032B9CE7DE7D, 0xBB4E2A70763B4AB69FD445BB5D925859, 0xBB5B607F81EB47589507926FA0C52775, 0xBB6C4A5E3DC148A78B38EBAEE0523E1D, 0xBB718C4A92D24870A27C1607E6C33527, 0xBB7CF454B3654EF8A2C63E4EC93338D1, 0xBB8F9A22A55D40AE91018693C16A4242, 0xBB9A2E5C79E1472FB283BC600A350257, 0xBB9CD77D161F4F4D99723E687B2D76BB, 0xBBAF4774899947598926BDA9FA2A7231, 0xBBB07EF890D34E0DB51A3EE0E01857E0, 0xBBC2B8B848484A92AAC87A8C7CEFA627, 0xBBC9664EDF1B41D3A17235BA9121E5D4, 0xBBD582A7CB994678A6FB3AF0F8304091, 0xBBEA4D26C97D424D8418C83B3B63E4EB, 0xBBF11E75AC4D4106B2406C1B95A83C59, 0xBBF5EE3CF59B44D38B8279C2F8BC7DEF, 0xBBFA53EEC8DC47F6B17FA5005D1D7B21, 0xBBFF5405696A4960AE3EADA281207154, 0xBBFFC10DD64F461880F8454FFD7CFF03, 0xBC0B2DDAC6774740BBF56FBE379BABAF, 0xBC10C82D91D045658D060704E3799890, 0xBC178AE0862745C7B5AC1F133E7F836C, 0xBC3E0343CAFA4699A2E1B72314A107FA, 0xBC52CE896E574E56809EF40810F61778, 0xBC7E3176E5214AD0AFEFA3707D14C519, 0xBC9D2B61788F4C789702046B7A7AFE2F, 0xBCC1DE64258F48D799B67A672D96E721, 0xBCD37B763A0547FD80F86B1D4B404976, 0xBCD49F974BE0478EAF232AD52EFDCE1A, 0xBCFE5A1E67CB4AA39C729C7EBBC990D3, 0xBCFEB68920EA4328A95F621F743C16A0, 0xBD04F13CF1734992A5B238D72BA489B5, 0xBD13D8FDB7DE43998DE096F4A46E4020, 0xBD263DCD7AB1482C8BBC83847A5F7DD2, 0xBD3075B53D594B3EBDBA617F0560A848, 0xBD51F9D1D2554A33915D0C0D776D92B4, 0xBD65ACB1CF3043A88A8F8D0EF74FBCA1, 0xBD7279B05842498EB9DD3432A408497F, 0xBD75CD7C5E964242A7288BD821D21F71, 0xBD7C735288C447E2977D28E641E41B51, 0xBD8EFD6B41ED4E11B767254E0BDE02B6, 0xBD9CD02608AC478E9D96105500261983, 0xBDB40525335845C5BCF3BF8796E5E944, 0xBDB736E58A9D455C9CDB53E66AB21CB8, 0xBDD2D24934094AF5BD3E8620C06693DF, 0xBE0DE4D23CB0491F931CA802B497789B, 0xBE29E42D3C3D499FB1E4EC5AE66D0CFF, 0xBE3C72072E43411FB32AE1F88525E303, 0xBE3CD0136262408FAD17B4569606683B, 0xBE3DAB4B245E4300A7023E3458129107, 0xBE3F934C54794DA39966CB19089F32F7, 0xBE453C25C26149DDACEEC6930DD897D3, 0xBE475740E6A344D284E266FE1F5E6A27, 0xBE52391B433B4BBB9251C5F5F92D50A7, 0xBE5CEE374CC3418681AF4935570F610D, 0xBE6DC1A433C845BB8CEBE2343C2CD3E1, 0xBE7258C07C1F4DC48D872C5348F7FF6E, 0xBE74AB61DE2B42479996D56115F1E653, 0xBE98C69A5E334A82A1D95F48F67BEEA8, 0xBE995423E73F46B0B876FF27AFBF850C, 0xBEA83B7FF02B4CAA98730E36A3010E9B, 0xBEAAE0A0941D406195273D8F0880015A, 0xBEB341B08E8845908932329DBF028B36, 0xBEBFEDABD91A40F5B1B3901215AF4A38, 0xBEC369F3670D4061B71518D9FCCDC17E, 0xBECFD57BF33E416AA1D2F9427F37E8D3, 0xBED7EF212D754682B53CC8ED92FE1206, 0xBEDA354D434146B2A39F95498F7FE0FA, 0xBEEA01AC79234F5BA1F5A39B4C843348, 0xBF19EE90236D4E00845F7AAEFC34D462, 0xBF41317BC55B4EFC9295D13CF90A9F46, 0xBF49793F721D40F3B79053465861350F, 0xBF54738879344559A7EF56D999679349, 0xBF6E70B28FDC48E0AD182AF2A734E9DC, 0xBF6E90C98BCC4666B66EAF8A755033C5, 0xBF886CD3E9C34795849AB4B3F2311E63, 0xBF94703DEFB2449E8AB07003924AD5C4, 0xBFA4B016983B46439E6343EA6B9DA9A4, 0xBFB6A3AB53D9498DBA2322EDEA5597A5, 0xBFC5312BA84C4B44AF8C4A1F9535DA7C, 0xBFD0D429096A424A9D6878C0D8C14488, 0xBFD20FEBC08C4B5CB8CA8393D297DE2C, 0xBFD80085AF964AA5B3515F38908A29D8, 0xBFE44F0BDDE0416B9153BFBDABC076B0, 0xBFEE887842A24217BF9ED2082B5B0F4D, 0xC00C97BFC6644D8A9061A14FB1E51102, 0xC0123988E55A41D7AB02C159DCC9E711, 0xC0153DC65375477CBC618361516058B4, 0xC019DDBA5168411A84A6B1CC67B962FC, 0xC01FF62451534CC28A3EEEE022640250, 0xC0216AC3CC9B490EA957895870553B29, 0xC05BB30550F54776B70982183C44129A, 0xC0902C4DEFF0467A9664D7A6A0EC9ED4, 0xC0AB58362AD84692BE31B36378A405C3, 0xC0B8399F5330457584020796D2F03D58, 0xC0C13F9C82FF4B678E602AD9B045CF4F, 0xC0EB79DA9B5946DE99BCC45A3D6A3A8A, 0xC0EE862D6F0946A6A824A2397A48C28C, 0xC0F287C64ABD4B0F8191C3723F7C9158, 0xC1017F759DAB42A09B4BE93301351076, 0xC10DDF23000F4367A56CCBE6C884EC85, 0xC10F4C214B4640ABA1CF943C377DAEC3, 0xC114FEB16BAD4C5B9E185250A7706B3C, 0xC12FC69994C84448A7D2234FC59F16BD, 0xC14CB934AFBE4089B78A1CAC14564F66, 0xC16AB3E3D2CD4A0BAD6F446AE9AD54F5, 0xC1990D1249CE4E5F84353D81A20B715F, 0xC1A1608F0F574E89A2A6CB9A325022C0, 0xC1A4D11C54EE48E4A857317359C6D2E8, 0xC1B5F106BD194D00975EBB133C634387, 0xC1D0A680DA7D44629C66D0FD4855AF84, 0xC1DCFBF0E3E74571ABDFB3F9D0DA7F18, 0xC1F805977D714710AB04D8E635D85885, 0xC1FA52B6E91943D0B9025223CD4485EE, 0xC1FE26A8545D4721B9A9D55976E058BD, 0xC21E38899ABE4C1C882A18A50063707B, 0xC2330BBE52B946F0AC18D3B7BBE2D9D3, 0xC24DCD2DEDEA44C08B5A0380646ACDC5, 0xC25FB7DA9FC7450692D9D76C06CA8733, 0xC288E8C43F29431AB7EFF7A238F69838, 0xC2A08877CEFE4B5B83F86B05E3F27F03, 0xC2BC12A16DC64B25BD1C0A7CB2297D79, 0xC2CD3D7402164E45956AACCD9694A33F, 0xC2F841318EAA4B319A5647EE4DE6C411, 0xC32A5D3090DE48DDBF6F68EEA9C94AE1, 0xC32C4B49D6164A7C88EAC7FDE87898E0, 0xC337FF45FC394AF0904BC85CDBAFCDAC, 0xC34F699BFB0D44ACB83702E6BC1E784D, 0xC3510D308AAE47CB9DA1445CDF8198D3, 0xC35255AD90174125BB9D10866C9DAADC, 0xC378E6CA429D411D81EF6F1DD475E463, 0xC3910BC55B0B4234B9B00CFBB01F2FB8, 0xC39D070EDD394749A29F917CF08A09AC, 0xC39F119A44D649E1B3DA549DD332F66A, 0xC3B2E0CE3D074EF1886161305D168BC1, 0xC3B854DBA484451BB503FB0B803CC0B2, 0xC3D64EA1D17846EE9A27D3B7D34160D4, 0xC42A0EA7CE664F37B000465019259DA3, 0xC432641EE87D4061976737CAD36403C1, 0xC443A847E329436FA20F3853E9AC7C2C, 0xC446F5211C5D4CE3A88870B20AFD275A, 0xC4604271D8F24289BBA4CCFD99FDDE5F, 0xC478375FD8B7442FA9ACBF09766E35A2, 0xC47C62A164204AE1979A184DE29FD5A5, 0xC4A9A729ABD0453B83187C3EE46E9E6E, 0xC4AB6D181832455A8783CA72D1B586CA, 0xC4ADB2911FDA4C12B05FC03CF31C7CF8, 0xC4D97E1BA8EC4D659B00FBBF173D03D4, 0xC4FA1FDD977348A3B2BA53C9341BEF42, 0xC508BCE3E3074B4683E5E3B450C8CD55, 0xC52D6F9AC9BC4E668DC215815D2E9D23, 0xC538CDBCE34145AD8B61FE164C740DC5, 0xC551276F21CE437A966EE59F2F6690FD, 0xC558258D4FE84AAC9034785B44FAD6FD, 0xC56EC851E22741BC9569C68E1B81D2E4, 0xC57F81E432C147E0BE4110A2D165A005, 0xC58675C813AE4AEDB182EAC8AA3881C3, 0xC59BA8FF9C9845D78AF5577C9344B101, 0xC5ABD56B07B640399C7F9EF42728A8A1, 0xC5DF20706E4642EAB824BB7EABADE48E, 0xC60D25B7286549C0A2B5AC782CBA512F, 0xC6212174D9854958AAD3666CC88075CD, 0xC62A3E7E471F4744BFD626814C87F701, 0xC64C7C81FE144F4D81F8C78D69FAC595, 0xC64E7656F7A641C4800A59F8C520CCFF, 0xC66919A01B6142ECBC6BD4B5E3AFAFA7, 0xC66F5581C75445CF9F03FAB136E4714B, 0xC673B21F2CBB4E0D9A161A1C370CFA89, 0xC682AF0BA99B409298AC4B10BC1E6055, 0xC689ECEEA628413DB2B0653F4D3EB7CE, 0xC6A0D599952A4D4093439A486FC96C9A, 0xC6BC4392600E41858143017B0281D7FA, 0xC6C8D6D25E1D44CFBEB285FAB6EA5D0C, 0xC6FA076B50A64E999C65A9EBB87D6131, 0xC6FACE626C5D4E22A06C2C4BE27F73FF, 0xC71951D9792140C592C1D74CE2336CE3, 0xC729ED2274924F028E435B0529F35A8F, 0xC7493C286DA24E4AAC37794766D9A239, 0xC751F7AE906F401188929E43044B1D7F, 0xC77D466968D644A8A9450076F6DB250C, 0xC780B4228B0742D48854BB05EBFA1BCC, 0xC78EA5D07EFB465E99E48298120EAEF6, 0xC7964B127B1544F38792C6457E73237D, 0xC7AA6110C61C41189828AB39AA28D963, 0xC7EF739EBF2D441E8F230EC23A24C39A, 0xC7F33883DCC946949D2A121505D16BBF, 0xC7FE0CDAFB824CE798CDD1F5E5C8A6C8, 0xC809F465FCA748B180CC5CFC313B15BA, 0xC80B9D1239DA4E51AE58D58613E4BCE5, 0xC80EEBA6589B4F0A8B4FC9D60D8D369A, 0xC813C837438740F3B74E2FBDCB5DFDA3, 0xC81D27DC56CB4AC489227A60D98AFFB1, 0xC83A95160839464087C37E473113DD29, 0xC846BC2E0CB14F13BB5324755302D4B6, 0xC85A84041D7844DB9C9A2B49FCF7BAAD, 0xC8836D685C69412C80EB64A27EEE13AA, 0xC88CC118BA2B4992B9A58D1CBAFB6BD1, 0xC898820DDA4044CA87CD3CB5C546B3A9, 0xC8A80129B8E54B4E95DAC21F761D6B93, 0xC8B4CF0BED7A4FCABAFF8E9ECE98F598, 0xC8BCD8D02B2A453FB792A9BBEEDA0F89, 0xC8C491D48D0044A5BEECD532EBC60212, 0xC8CEDD05850B408BB7F6F49C0F76C6AF, 0xC8D70486F0FC4FD1AC8CA31085414704, 0xC8EC91C9507B431E85E16C2272BB8894, 0xC902D403841445998860FC8009B981DE, 0xC9035102857E4A068884D61D95DC2DAE, 0xC908307996EE486C92A7EB79694C2726, 0xC90CC6F25803403BBE0366B2B56A0FE7, 0xC91A38F4025445D7989B13B548271494, 0xC940926EBE0B4FFB8BAE4E83468DF786, 0xC963754C2B7F48DCBA4249CE0874E236, 0xC96FC20A42C449549A6F21A91F7C1CC2, 0xC97FD5D333F24ABA9F389DCCF31157D8, 0xC99E2FB227344A6C89758645320676FE, 0xC9A20FD43F6549838EB2639E74FE325A, 0xC9A3A2A558224259957AF0ED06B305B4, 0xC9A478CC219D4B4E987EF4973C686970, 0xC9AEBD35747841089D14C8569F6FE8D0, 0xC9BC394F554740A0A8CB9ED638155106, 0xC9BF7C2BB0284A97B1855D568D59389F, 0xC9CC012B69D344BA881EDE7A54D46E14, 0xC9CD86A30FFA4EC49A260F6627103F7F, 0xC9E7A920E30E486A9CB6797596598EBC, 0xCA05152E305F4699ACE8B77327C020E2, 0xCA11710CE21C4F0192BFC1A30BA344DD, 0xCA3BAB8667BE4E45B99431EC0A58CC68, 0xCA4A81E8E7004590B69180CD42F0D746, 0xCA51BCA619574720AA7B81366894DD80, 0xCA574BD21BCC4E0AA489F0951BA07BAF, 0xCA6DD4E143864418BC913BCA4E46A74F, 0xCA8663FDE63145569AFF27EA575D2381, 0xCA90B73943274ECB95E8E142A7511EA2, 0xCAA84F6D1FA34DAEBEAA186E24ADDE80, 0xCADA0271616B4B47A4BCF75AE2EB2093, 0xCADB4F300CB5413B820B60CDA12AC42E, 0xCAEA85AC6FA04181A0E0AC441A3FCC28, 0xCAF89CD5871B4312AF5AF7C5D206BE5D, 0xCB042982D2294F7BB70D6D65D972AB2F, 0xCB05769275F64535B750E79B42AD781A, 0xCB0CA801065D4F3FB911A1EDC118C8B6, 0xCB0D5386ED4A45818069830B39137C21, 0xCB0E2707A60F463989DBA4828AAD9588, 0xCB1E723CFB3847378F31F84ED3BF831D, 0xCB43DD951EA943F1BDDA6A3E74149624, 0xCB4CA8EAFAA94CE4A9EE24545B25A284, 0xCB50185A67B540CAB8462770176AA75C, 0xCBA2C444106A44F0AD3385D94AD9BEA6, 0xCBBAAE10FDC94C3B8D363B9D4F920D03, 0xCBBB8F578B7244DAA93AA6BE50F22DF4, 0xCBD1B35CA6234F049FB28948437B28BE, 0xCBF5D76B1EA742DAB6A71C73524FEDD5, 0xCC0D6ABA82354030936FF2ABEA2C12C4, 0xCC2779796E3442728025A6E3B937D90C, 0xCC396DB0B93243DAAD362ECC1416C0EB, 0xCC4176E792654D1D994C4EF401D7F169, 0xCC4E5EC4839C4380B6DC2470C5310FEB, 0xCC63D7A00B5D40759D970E3EDC1D94ED, 0xCC7E4316E4C64C4D9EF5A445991614A3, 0xCC977B430BA34FFAAA17B8576CE9D60C, 0xCC9832B20FDD461584F432FE58EECDEB, 0xCCA293932E0341D083A3F5FCB9AE994F, 0xCCA753E8737F44C5B45D6823F7A95F0D, 0xCCC2811B59AF4B2CABCAD74E70B63698, 0xCCF3C50C80A5476CB89243A45EA3DA53, 0xCD09C70ACC504B3DB3C9D4C2B58E65DE, 0xCD20BFCA4D1B4B96B503E21603025AB5, 0xCD25C1F04DAC498DB11B17767AC74D60, 0xCD5D51ED7C504232BB89D67ADA8FCEC9, 0xCD6123A99C8344CDB92CEBACA12679E5, 0xCD6913E7503144AA883A5F537FF45353, 0xCD7E0AFE20CA49608B1ECE22D502966A, 0xCD818900E037445383C44DFB37E8535E, 0xCD841A79577B4855B112FCEDAC76F7D7, 0xCD97CE829421464285B5A1ED0E3CC89F, 0xCDA73BF4D2BD4FF8916E82A52DC96D81, 0xCDA7D757ACE24D95BB37DA30FF6EBF4E, 0xCDB87B9EE18A4B2AB91257FCC16F0D7D, 0xCDC8BAE4DFF9411D89F0DDAE3AB9C984, 0xCDC945035F3D42C4B1F91C39754CB93D, 0xCDD3EC89FF904CCEA99CD6CBBFB296E2, 0xCDDFDCFB27AC43859A24CA480EFAE82F, 0xCDEDC5DC78A44CDB9E7D762B86C8336C, 0xCDFB1FF043FC40178F400D1EE9B1ABB0, 0xCDFECE0865FB4BFB97764A858F6C7E71, 0xCE06B9AE002F480183DEFE35EC49C08A, 0xCE0F5B2AF9AA4D9B8AF01E3CB4D2D9BB, 0xCE1ECBE909D74961917F6E07F248CC7F, 0xCE220317E32243C09E4ED158688F7E91, 0xCE24352FC91F4804A6E46025FE95C8AC, 0xCE265CF1C4304909AAD0CAE76B8AA5BF, 0xCE319A846C054DD584B3130F002F0012, 0xCE332C69A9C1442C80388F91B8B6C312, 0xCE4B6B194FE64FCD992CA8EC177B4695, 0xCE6675CCF60B44B3917C7379B2F7934A, 0xCE6C9A60188B412381E7B35E031F0719, 0xCEA9A678518D497BB29147E3A5D8DCFC, 0xCEB304C961E9474AB0F8ECEBFBA6E223, 0xCECB71B0D3F84CADA46EF916D1D0E154, 0xCED429AF926A412CA176DC3B68DB24A2, 0xCEE53484F8374D45B612C6EC2B56F49A, 0xCEFBCDC665634278AE2E87FF8D8F8E58, 0xCF1C4711B5F14F62A564DECDED305113, 0xCF25F726C8CC4144A9DF53EFB600B62D, 0xCF262641CB3A473B90AD2799167E46EF, 0xCF4C34157FBA44F1BEE9DB258794388B, 0xCF4F7A86093242C7B4A1A91318E2F4CE, 0xCF5A261B26FA4A429B4311DC8E2A23E8, 0xCF5DDE6517D34C2684E35CC55A60BDA5, 0xCF751B9A89C04BC6A1D72E11BA542E4E, 0xCF76DB9D8F074F52A237592241EB4C77, 0xCF900FFB1B9E46FEA241C688F6B6FD23, 0xCF9A56031B62449991E1E7A22A4E9A6F, 0xCFA7201FC1D041AF9DE0CBF4C5D9B6BA, 0xCFE47CAB578C4C409D225D0BD426E54F, 0xD007A990F3574E53AF9A528007CB2C98, 0xD01151578DBE42F6B4F6B8A3E6D1BF72, 0xD01FC60DA22C44219D2979A4A381C89C, 0xD02FCA2E75584370B6D1FD7B9613EDE0, 0xD048BB3FC67E485CB2EC67709B854E18, 0xD055FCB836E142539B40084668408906, 0xD057784F26214D4CB6D084065C9C2B15, 0xD05CCAB5470E48309A04C3DE6638FF32, 0xD0D15AD20F7E4C87A013F6B6137105C3, 0xD0DE8670EC1F46E1B37A8FAD27CC7202, 0xD0E34508680D4223B421746A9A87805F, 0xD0EA579A50C6458CA2DAF8093AEB9937, 0xD0EBE115CFA641AE8793005A04A9CD17, 0xD0F8BA29B3CC4E579D0B13145E8BCBB9, 0xD12DFF8203284743AA76D24DD018DC2A, 0xD14688D30106453F951E2F88AEA1890C, 0xD14C78220BC84E169DFB40BCC7A9A4E8, 0xD169828B8CE54C27A13F0B9F6AA09178, 0xD1726CA4CCBB45899A6CE09DFBD7FC14, 0xD1961001586149949A47B35E2E57329A, 0xD196FA6143E14B5D88A32CF5608D8913, 0xD19FC0379CB8439AA98F3A88B9D288D8, 0xD1A0911781814783ACC46F2B073532E0, 0xD1AE5FB87B014543B7093A34A4385145, 0xD1BC29623A104A89B0F9D483B846D7EC, 0xD1D21164CD86440A8EFBC4041FF98D4D, 0xD1D2959B425D44B296CCEEF68155CF98, 0xD1EECFE405A3438C9A45A28428EBB38D, 0xD22CE9F560904D16AFD9CB5DA0ABB2C8, 0xD247320FBAA04DBABCEA51CD6342D2C2, 0xD249F279241B4CB9A31D317778F637A6, 0xD24A1596D87F474A870CD48428BCA27E, 0xD26FBEB525BF4B6292A53186FCB1EDF8, 0xD2822CE0DC3846D497D8E8AF8CA18615, 0xD28BC0BD70174A048FEECE88539769EE, 0xD2B23A320319415685DA2A6845617B25, 0xD2B5046BFAF44637AA56495278466E9D, 0xD2C8F9FC62774264B0E5D41B970F7346, 0xD2E7E2FE7A49457D94F90A8E82F83DBE, 0xD2FE54273E004AC8B89B6A4679F7B48B, 0xD311DB01E3354B13A1AD6D0A77267508, 0xD3245BC238AB4193BB8C0CB79846A57C, 0xD32BACD7AEE54975AC4B70B9F1F9421D, 0xD356EE0727D5470F8D6D7654A07C8630, 0xD35B3EBEB975413497F9A3B92691C29E, 0xD36006C6984243418E4D42C78763FB36, 0xD367B2501ADC47CE8008FEEF3C0B5A82, 0xD3713603983E40118985AC0737FA7A5F, 0xD3757A2D40054CFFA23E7816C52AD2A8, 0xD375FFA1EE504CDA81CCEAB7A12AF152, 0xD380C051264642CDB17D9E036EB82CC6, 0xD38FBE1F09B342BBA4FF9255F30AFB8E, 0xD3C4E846DA32485A9274BEA155F55098, 0xD3D4F7D1446C443E9F369C9603F7259A, 0xD3D5FF3F3EA14A6D8BB84B48A5374FD9, 0xD3DF43C424D145DABAB51FE6A526A120, 0xD3F544DF597948C2A32E1D965902FCE2, 0xD4217189315C4B17A4E93C312172B229, 0xD428B43AB00C4A33AF4C00E1336BCC92, 0xD42BACDF57F44329891517ABCE3E3F65, 0xD4914290F1B84E1A9299AE556456C2B5, 0xD4A0921FCA6447B687F2FFE91DF59193, 0xD4C29F5A36E144CCA446615BB927AD3A, 0xD4C8D0B119F244D59ABA4B16190AE0F1, 0xD4DACF28C7DA47DFA6E25A4F19D35B6B, 0xD4FB900D55254A38A7C10E07D9956844, 0xD4FF9BDFCAA240B7BFFF1A8DE25FCC84, 0xD5002351286F4F788C55DC276C355665, 0xD5360551941047469374565C012CA1EF, 0xD53B3DE0452F41EB8089C7C902C73291, 0xD5585574203C41B28021DCC4C347155B, 0xD561196C4EF349AFBBEAB7AC6453A4C5, 0xD58D8888BB8543F79A2DD6FAE37310D9, 0xD595580A0E93419998DF50F1F0F230C7, 0xD59600B2BE6341FBBF95A47FA431C3C8, 0xD5B48B285CA34B62B9D1E46D128D00BC, 0xD5BB06E30097452C98CDDD9C86F8B597, 0xD5C9FE3497224B37A1B0933DA0B7E0ED, 0xD60822345B024A62802C1E890566CCB8, 0xD616B4ECFF2E4EDBB634A2234E076426, 0xD61DCA4E068845EC89CA6FB5D50D94DE, 0xD652B671AB62468C89026EF9B4067F61, 0xD66BAA439E054CC8AD1BB2A1C4E4BD4F, 0xD675F20AD39D49428AE0BDE67909856A, 0xD67A1F820D944C4AA9B1C6096D2D668D, 0xD68673FF7C5E4B86AE54DEC15AA69256, 0xD69C15EDDE274B488FA71A6FB1AC61B7, 0xD6BCBFDA0F73474BA5C9547E50C3ACDB, 0xD6BDEBF16C884B25BCED8EA8F7364CA7, 0xD6CD990B46CB4857A5F90EE2F0607DBE, 0xD6D4A700A17645EFB665307C4A7D52ED, 0xD6DD2E029FE14F8BBBB9599D1075E3AB, 0xD70D82F82E144AB1BF546E1384F440B4, 0xD70EA11A797D4B359431555C8E58D746, 0xD71FB9DC32AA4AB5985C8470E32FB807, 0xD7290F2E2E104D9CB8B740DB95B6A19A, 0xD74E3A0CB763470D84F206E41305E401, 0xD750F41DB63F4113AE4D9C1D432A750F, 0xD75D16DC43704181BB96EBE616957912, 0xD76C3035B55C43BEBB342B4260995653, 0xD76C6E8395744786BF58CD65926CADA1, 0xD77165E9BA0149539C74FC55F5396059, 0xD77D415B503844A19C31240BB05A1128, 0xD791A398516E4A62A8C742BDB508E38C, 0xD7980779D9C54712BBEA53E8D9633C4D, 0xD79E9370EC6F4DCFA3593C2C398D8488, 0xD7A11C4EB2634E828A0678920B54EF3C, 0xD7A520E46D764FB5B3BB27C3755488AE, 0xD7AEA091D6BE4135AB53D289BF2EC329, 0xD7C8601BE6E14C62A2B55BF9F1B79783, 0xD7DA475D3E9B45AD8CFE37F09BC0E8EC, 0xD7DFDA4DC5134BFA8347C340D8E4FD4A, 0xD7F257ED7AEE4AF6BEF73C9EEA8CFF39, 0xD7F8B3B44C3248BE8C5B06A83474ED80, 0xD81F1FCE4F7440AA9B1F00F274BFEF02, 0xD833BDFC42B147C49281BCCC4668143C, 0xD83D0994D8CA4D73A93F33D7EECBE270, 0xD83EDE12CE644C609165FE28AA98EB08, 0xD86263BE89F147CEAA07BD473A7B8521, 0xD876615A4785435DB23175330BD94830, 0xD893405817884146ABE7570513C5D414, 0xD8AC493632094BC9A417F4F24E69AFFB, 0xD8B86D5BF6E94F2FA96045B5E83F7308, 0xD8F24F6B24894637B4D6DAB7773E13BA, 0xD91DC6F87D16463A8951FD1BCF7BA5A0, 0xD9215D966F2A402B98F8B65B9E565116, 0xD9627443515B46CBB9AD2943B301CF42, 0xD96F8678F15947279BD31F7D6CC5BE96, 0xD971CC463F084056B211624795963350, 0xD98206691CBA4FEAA72F2077AA0B344C, 0xD991B2C7D65E4128BF495C46DAE37F85, 0xD9927B55C358401B8E5061AF49ACD8FA, 0xD9AAE665024643FAA53BF84871679901, 0xD9BB039D61FC4268882B12C8A8711D80, 0xD9C9067766CC41C6BAEEC4F2FEDCCC6B, 0xD9F278CB0D3541A3A4A98246768741ED, 0xD9FAE795F12940B2BC459B64B236382C, 0xDA1DF0F930EB4441BE1C80F752E802C5, 0xDA1E606F5E0A4592BCDC81AD8980F7EC, 0xDA3C25B0019E4244925281AE3509B6A7, 0xDA6431F439044FDE988ACC03C7AAEF97, 0xDA81CFE2D87744D99913EE0D96615601, 0xDA982D38937B48319ACC22627C4EC1AB, 0xDA9946F081A8460A8D0739B6CCCDC563, 0xDA9A0647EF0D47378F29D9BE4BD22236, 0xDAA2C1AF130045D5A940981C697189C0, 0xDAABBDF13B2649AB97CF4E6C6D7A9A61, 0xDAB3EEB4DCFC4513A97522B82F114B31, 0xDAD9166DA1A644FE8BD544061E927645, 0xDAE8D946D05C4ACFB1C86B311E0DE147, 0xDAFBCF4D88AD4E2FA803E9BD78BF6F03, 0xDB04CA7AB5E94247A1171FF970DD7C9D, 0xDB137442766F4DA8AD0244C36D6346C5, 0xDB20D138E43346C4A64D93E03DE18B9B, 0xDB2AF32CDBE641A9BE0561F307CEE989, 0xDB3848F14FBD46F1A27493BAF671C82E, 0xDB394ACE32F84B16A3D50AE33E2E1974, 0xDB49F77BC2744CD2AD408DD52C3907A2, 0xDB4E41FEDAC94E3C8058F1906840AF1D, 0xDB5979CCFC9E4448AAFDE077209AE865, 0xDB5D0EF1A5E04624BA22533C03748673, 0xDB6AF9AF9F3047D4913FAF8E3CFC8F47, 0xDB7E20B7F48242EF904B7733904A06D0, 0xDB8ACD3313D7413185CC924633EB9505, 0xDBBA4896D39B4CE79743CC32A3600CA9, 0xDBF7CC2EE81840C99ABC85CC8E4383C4, 0xDC1F11AE054B49E5933053C11DFFA352, 0xDC2F825FE06C40269A2554B25AEDA90C, 0xDC57039BE5EB473683BF559B25EF30DB, 0xDC7903B495524CF1AA00A39C7C9B819B, 0xDC7F140164C04F0BB679B72881AEFA22, 0xDC926C7259414DE28207B12576546E7B, 0xDC98A6398D3A43ADAD1E7F22304E9AEE, 0xDCA530B105D9427689143FF1CA0F3435, 0xDCAB0A245AF34E4586FDF270A5770101, 0xDCABE22AFB6A4BC1B86424DD2392E9AF, 0xDCADB1741D9148FB97894F22D06153E6, 0xDCD9A9C77C734F07B6D22001B761E8E2, 0xDD0A8B78370846BDB9CE93B901BCA481, 0xDD10102C052F4D6880CF140C998D620B, 0xDD271554B94D4F889001462C62505ED2, 0xDD2B25F092954C10A74555E5A83F77B4, 0xDD373BB984FD4E088D5AB155D884C191, 0xDD48B2EFDE0F402888A14063D83AAA9D, 0xDD528E99AA5845FEB2FBC1ED98A955E6, 0xDD724BC9CF4945F1BC02CC6EC40E8152, 0xDD943089EA094F6081B86D7A6DDF9F4C, 0xDDE822F5DA0D48DDBA967062663637AB, 0xDDFF58AFA90E4D0FB0A7994706C504EB, 0xDE0A57EC9B4D4BEDB0617C638BE969CF, 0xDE0B634112554D119578C747D396B0F0, 0xDE0D4FA22855441F88B76DD0E272D46B, 0xDE1C2759B2C848DCAFB83CD680B57011, 0xDE8E0A15831143D1945F423F276554CC, 0xDE9B2911731F4E5C85A4DEC0AE2506E3, 0xDE9E816F76C24AD78FE4EC3DF85378BD, 0xDEA4A07D45D14B89BD5C68CD0EA16A97, 0xDEC9D121670247258B4472CE4FC250CA, 0xDEF9F2FD17E444B3BABCEC6D3EB50E0B, 0xDF035003BAF84F6BBE4031F277A8F628, 0xDF0E5900FCD94E18BF2413AAC26CF0CC, 0xDF2787A35D914EEC92A616F87634421F, 0xDF2CB03AE4A64B4383E2EA0B25F2935B, 0xDF2FCCBEC0D140D6BB232C13C6A5010A, 0xDF66ED754DDB48FA9292B873E9190D13, 0xDF784F000F664A7393390FD61D692D6E, 0xDFC172C947244B4CB5193D795C69F86E, 0xDFE01B6A0AC747A3A701ED51A107267B, 0xDFEB2A87A0AB42469290247A47D79CAD, 0xDFEFE1F99EFA432EA87A141043B3E02F, 0xE018341B44E14CD59F74471E360271B5, 0xE03B56A7B98E4D4A9D9DD01635820BA5, 0xE0509D16CEB9441E839775B64EC8009F, 0xE0560C4389C14E65B926086AE799A509, 0xE05EB63282134D1EB13DA0E927EC37D7, 0xE06F9B48D9414A04B47FA113018AAC12, 0xE09761EE46EB47D7AA4A091DC49EB71C, 0xE0A73DE7418549EE81C82673E1335380, 0xE0B54BF8EF4744AAB17D5EF9747F8109, 0xE0C05F2240E342789BF8E87544F35FE1, 0xE0C7A407DCD44439AD02953D4BBAC9FA, 0xE101B76B1CB04109957B3454A7B8CBAC, 0xE123582E20A74A2B9BA33A233CBDC2BA, 0xE1277C82003F492799A0BDFD8EC435EC, 0xE13684E02F6A46E88C650AFFFBB9E3EF, 0xE151D29DCCB84E17B681AAE1D41D821E, 0xE151DFA93EAB4CED9385347853E7F2AF, 0xE155D4FF198F44D2A747930DF89E93B2, 0xE191278B2A2E4C2FAAAC1E79A0A84F02, 0xE1B610C6DB324E9F95B9EBB744C44966, 0xE1CDC5472E334F96B125EA063B2DED8B, 0xE1DDFABA50424BD38F10AF812EF52DB0, 0xE1E9BE00A92547EA804E69CD87FEEEAE, 0xE20F56C5C10441EAB1303D80B4EB6341, 0xE21FA3F085E0451C8870E054ABA6E23D, 0xE224A376966946EC969688E0169F263F, 0xE239C4E8CE50454398AA7E704B367558, 0xE23C110F94CD4C65AB5399ADAC4B1BDB, 0xE25428569459458888435CA7D1C9D229, 0xE25DC65BA8F442669670E0AFF1F1DE4F, 0xE298E090D8B348E9A227FDC8F2385794, 0xE2D6FC50E1B547189C9C273B20D56C26, 0xE2E31CF017DB4BE6876281D2FA3FFA23, 0xE2E5A74FE1B2488793F1D3B9D454B8C3, 0xE2E7910B9993492FB61CCB58E51EBC84, 0xE2F1E6627FE54CEA82818B8589AAA735, 0xE2F8750353CB496893F618F5A4E692A6, 0xE2FD96188B2B48769AD3DE84EA1F36A0, 0xE310541E50014E169F56B4B0A0BA8FDC, 0xE311348348744112AD08F76DB56B0639, 0xE316522712814117827DAB27F5F5460B, 0xE328E0E7D8DB49208F0694F4A2A97169, 0xE332DF994C534414BF8E2810C7B7C005, 0xE34FB1A1E4A149C5B6265703272357DA, 0xE351DC3B6842405880D0DD40B239C7D1, 0xE3525713CDBE4813BCB0EAD0413BC7F3, 0xE35266310531420D8216886203D00C2A, 0xE35A04FCB10640D6A21179E8AE0E48EC, 0xE3608F6D32834A29A7D166044D656ADD, 0xE364220C361E46B781C890508ACE6A5E, 0xE366DBF2F68B49FD83C7E7FE25F4A1C4, 0xE37D285168B54B0E85DECAD0943EADDD, 0xE383EFFFDFEE41D7B015F52803B09FF2, 0xE3A5116F70BB4FA3A7B80D9B578163CD, 0xE3D60C0E55334768AA5E81A43D542174, 0xE3D91B908D754D1DB9B4B6DF3A09FEB2, 0xE3DE286659B94FB7B47A042319B17FDA, 0xE3E2888D524A49A7AA7F894B50DF1F29, 0xE3E4C426653440FC966077C5F77819E0, 0xE40279C3D8CA47E69427495049655E8A, 0xE40935CBE7534BEBB45C77C02A4B6799, 0xE41487F67C7D45FBB0A66F70F7891DDE, 0xE41E3770FB1F461FB539F5D51AD8F9DC, 0xE43550BC6CBF4A43B26F2AA1EC2E42BF, 0xE44BDF58CA684B4CBC96A7F672544E09, 0xE4536B4D76B4462E9FA2815FFF3682A5, 0xE45AD1414EF545F7AA3026A529DA7910, 0xE45E8CD4373244CFBF597EBC48602805, 0xE45ECC40C4D84056B78881869F4455FA, 0xE471553122EE4793B25E2F6F26E7B723, 0xE47538C4294E435A9D8381DF15DA8258, 0xE476F4C8251C4F12B03A8D7DBE0BA739, 0xE4885C462B424F5F8E784A45B9EC96A3, 0xE49F327CAB574E268F7F01D9384998ED, 0xE49FE8138C5747FBA4717146B465695D, 0xE50D7AACE9DE4467AB0D5ABC956EE261, 0xE510528204084605A959BEB514AC0E99, 0xE514310C09DF401B9AE94664CFAEF438, 0xE53CBF7E324C43A0B60D9FFBFB3EB1EC, 0xE53FDD38D0C34EC0A24C946D4F24A641, 0xE542AF10B96647E5845AA9880A0F4B22, 0xE5530D15C2FD444CA3973C9F40117BDD, 0xE560761CE0C54FB493ACA02318A1FA14, 0xE575AB67CC0741F3B8032E8CDBCC77E6, 0xE595FD61B82848CCA74071C276491D38, 0xE59CA189C1B245098B8C70A932FD2DEE, 0xE5C36235D30A47EA80B1F7E28524BA59, 0xE5E229067CDD482DAFE721B061178960, 0xE5F04E9011AE4FB9BEC13C3C1CCC4EC2, 0xE5F0B05E8183496285EE8E33CC4B659F, 0xE5F9680473CC48C38D5D5D938274E1B6, 0xE5FAAF322E354AF7ABD848AB21D4FA4F, 0xE5FBDABBB0094CE29A97E48A27FEA22E, 0xE60C8278FE99432780EDD0569B79ADEA, 0xE68ABCD9FEDA4BC2895F01F56FF85AA0, 0xE6A0FBE821844B7A81F1D74A88589908, 0xE6B789F87126402C9E43AC0FD1A77B13, 0xE6D795D0BFE24CE194531A33E1D9D3CD, 0xE6E07E6AB682417BA602F4BCC1223E7B, 0xE6EEC85A6F29437E900343DFD076B41C, 0xE6F5E4429585419A80DD7173849890C7, 0xE6F6EC57D1AF4C388C583528C54601C8, 0xE7104428A03E42F08C9583DB80BC16CA, 0xE714DC93CC81412E889383550C803655, 0xE73F67EC04D6433EB253DDC603F8A491, 0xE75292CC2A664451A542FAC294C33D2C, 0xE758E7B4F2254B5B9B4419E4A013CE44, 0xE766A0667CBB46C7AEFEAF26E15FEB3B, 0xE797FD4365D24D759F61FDB4B35FFEDB, 0xE7AC9A5BF2144E8BBF395DC4C560B007, 0xE7B38E00926D46428E799008B1D482AF, 0xE7C40B9207D94E0CB44EFE8BE197AAF5, 0xE7C5735B784841579B838CA2D2AFE278, 0xE7C9E365603544A6A689E675C0540877, 0xE7FB480001D544A0973955FF9861D531, 0xE80C411DB37145C09B0E28BCB2D7E049, 0xE80DB6ECE7D74B36B07F46F5586A7911, 0xE8175D7635A944DFA9EAF673B6F8EE9F, 0xE81DC5CB14034416AA70539179901D31, 0xE824B681408A425598071B920E116546, 0xE827E06DB7A649EAB21E27769086A09E, 0xE8305CDEE28249F48B87F19B4CAB5662, 0xE85065E8ADDF4B12B7271B35D3E94036, 0xE851DBB9FE6C4DD2AEEF345A6553A2B5, 0xE852477B355246A3B6E7FF95AF66D9A6, 0xE85BF33F04704A5A8A32B63EE2A89D92, 0xE865A010D1044CA9ABB4B37C07ECA363, 0xE8699FE97D834781A50D3B9E4A2D3AAA, 0xE8725B883F0048D2A063E1EBD36E6843, 0xE87DA951C3CE48A782FDB365001F4559, 0xE881B366881A4969902CC6A7DBFF9FAF, 0xE8909CFF9A6946A1906EA6175BF235E3, 0xE892413D818B4583B5B3D0432544813B, 0xE8A91CFB8FD945ABB22153511DBA1386, 0xE8AA940FAD9743E48A8FEE3D9FD5F404, 0xE8CAF7EED5F84715B1DA7467DAD0F616, 0xE8CB7D7788D343EFA2B0FE1C75B438D2, 0xE8D20E9FC1C7423CAB1767E32C96C2A6, 0xE8D5C6B2FC224FB5BB088D4F64FD44FB, 0xE8EA0B414FE34896836AA102E867E578, 0xE8F0C0D3EE244F868B107B98BEE65E36, 0xE92051FECA044DECAA309FF52ADC9254, 0xE92EE3121E05440F80735DE43CCA8FED, 0xE930C2EA0EB943B688A04C6381111D32, 0xE9426A148A744FEBAC9E61C8646B4878, 0xE95D5268327547F5B60C8AA80786956F, 0xE991B5810C18497888503003D2934B99, 0xE9AEEDDE9185492CAECFEBFA596071DE, 0xE9C8B0EA20C04575BE018CAFACB506B4, 0xE9C8F8A5DF4A4D5D8244DA6A30259B8C, 0xE9D2876CA9434E4BA9DA09369D5A409C, 0xE9EC018706D048C3AE57A47BF26867D2, 0xEA13028EC8D14065A8A80D712964B8EC, 0xEA5FD360381540AB9EA01984F0DC05AF, 0xEA7D6CD6A2864F2581BD3652CE2F7FEF, 0xEA89138CF95A45868C98F05FADD7DFFD, 0xEA93E05789A74BEBAFDFEFA764AAB95B, 0xEA98A41329704834847C54E240D0D09D, 0xEAA419DB0803475B8BD2E1831AB39CEC, 0xEAA79D3ECF4C43929972624A077E0400, 0xEAB900B6181C43189E7BBA7CD6858910, 0xEACC0AA5E4664445B779873806D70FF9, 0xEACD302ECD6840D7BE73525A7A4A7F69, 0xEADADB4953E54BFAACB3E82C43C99731, 0xEAE67A4A984E412796136415DB8CE79C, 0xEB114A51EF324B71875777533B865ABB, 0xEB2603E3069A47A2AE7B156F73FF2360, 0xEB2773E043744C5CA8C10B84AE3BAD4A, 0xEB2F72D105CE4E8781F553D72841E10D, 0xEB3341D5559B46F78370D696555FF7DA, 0xEB3655FC8C9144DCAC7CE22E1226A6F2, 0xEB461F9431BC46EAB00AD6F7B562117C, 0xEB4BB9FCCCEF45459AA3251BB75C8711, 0xEB5F83D4EE7748CC999C91FE796F8C47, 0xEB946F4EFE204CC1A385DEB012BD3CAE, 0xEBA07F45C91B45E8BDA0378E94813D0A, 0xEBABC947B20A4D4B9B9740F232C362F3, 0xEBB439514D4845C584D2372F808BCF4C, 0xEBC36461144542F285DC03382F5CAF5E, 0xEC0C5223EAAE4BA6A5C6890F0332983A, 0xEC22D3970A2C491CA3FA9B2413B84D6E, 0xEC25424AD2104F2AB31D2F6454008263, 0xEC29FC69E5284A2294FA2699C4EE15CD, 0xEC3336A3269148D7B0A7EB133EF82E6F, 0xEC4878F1645041E98BFE59E98414500D, 0xEC7FF993CCE448249CA7D1063E541922, 0xEC9ADF987E8A4F36B768E62B4FF00120, 0xECBA40E34C054735847BDE1D356038AF, 0xECC0ACB1FC8E40D38C416D473C59C67B, 0xECC26EC4DA7444C0B2B9093163145EE4, 0xECE8CBE726934F54A8DD62FB1283487C, 0xECEC889DEF2645A9A234C7107D18865A, 0xECF1A7EA85344E78A46491C9F3BCDDE0, 0xECF63D98615042AB9F64F4CC6127AD19, 0xECFFA4B4E9644E15A6024E817556F7F5, 0xED00CE48ACBE4E468B5CF37281D5C187, 0xED33C8AD7AF04C4C97C19577CEB05B09, 0xED3D4DD02E374F2A846D643A5CCAAC63, 0xED4639B8493C4A6DBB60EB34830A0B94, 0xED5DE83C9E984EC3AF7A1CFB66513C59, 0xED6C7154846349778E078D4723CE5F87, 0xED7B78C93BB945C69F57E8C09590622D, 0xED816A99E1B749209E1B0F2B7999D2ED, 0xED9D99AB561D4F80AC0874D68A9C6E58, 0xED9EC3B24C624DD0B3A4BC30A61857DA, 0xEDA23FFEB7BE43E0BF5CCA125967C457, 0xEDA9E3AEE42747F0805C3D12CE5FBD5A, 0xEDAA004BE11147FF8C98EB5A23E44721, 0xEDAADFB5769D4507A458805F3FD3B073, 0xEDB5C9FEE950493C82F3FC9816330BFE, 0xEDC914DA10E24093B48FEDEDE7FF8ED4, 0xEDCA1D85BB9B46D2940567891248EFCB, 0xEDE003A2B02E47738A27F0AE582FC40C, 0xEDE453F4775B4432B16A6986C4A18E71, 0xEE09A819DFD64EC3A7FEAA2B7C2CD6BE, 0xEE0BA39E847F47EAB3C97761A2A86224, 0xEE23449E09824B099FC3A806757E4B46, 0xEE2A6384D2B94511B9840F8B8D129A0B, 0xEE3460053C6E4D7F8D253247C0CD30E1, 0xEE45AA67D7A84964908B483B65DECFB0, 0xEE633C9628AF40EEAE739E963DC3F7C5, 0xEE8469AE5DF447249D1EC60E3EEC2C0C, 0xEE85046D73D744EFA861457BA4A645D0, 0xEE99A957BDE843BA92A8694CEA427DAC, 0xEE9DD6A82F59496A975688C205457855, 0xEEAF9CA33187410F9D6A98146C16B009, 0xEEAFC4C86084432E87FA2338D61AD97A, 0xEEB3630579AA480488F321D0CF50C712, 0xEEBE32388F55405FAD47334204C5D36A, 0xEED25DB9FEEB4C729D8D28D06AC21203, 0xEEEBF47E45894810B399F76E0B8AFE01, 0xEF01541498A348AE9D172110C6364962, 0xEF067632EE0E4205AB816BA7F69C6CB2, 0xEF13EB11C8354E35958387067025859A, 0xEF1DFC63C4014CB18CCC611D002F7C98, 0xEF1E6731E2D34244B38C67925850E561, 0xEF1F680EFDC641B69281B5F171781895, 0xEF22199D7992404783B827B360E5DD5A, 0xEF23E87E58F74F34A281CF6310CBDC73, 0xEF3F9F1D81E649809B2DCA630AE5D71C, 0xEF4B8899235440AA9E9FA83E0EBEED87, 0xEF4FB95F099143FCA6AE9F2A991DEA70, 0xEF5222B6BCC84FAD912BF25D4114249B, 0xEF54705C30584B9EB798A2C01867D376, 0xEF641A44CE55402CB96C9AA770874350, 0xEF68F1F61A0746F4A8523C9EFA3A01F0, 0xEF695ABE68064BB7B428F4CECC12AD8F, 0xEF84A629F8EA4EB2A3D2A77D889CF16A, 0xEFA30F97281B4EB8AE5B9198B768AB73, 0xEFA856158E844C23B9564CB09A6C93D8, 0xEFAA8F7665B14994ACD67938C20A9149, 0xEFB95B318DA24FC7A0560C3E9C5AAB37, 0xEFC99F3EB6174157B777D82368B68AC1, 0xEFD9D9387E7049169C6B9705A3A76659, 0xF01EAF172D134BF2ACAAF3DFB075814A, 0xF0378FC6F75F40B7BBE1330B24B8E61E, 0xF050E10FA148497C82F9D87B39A14A66, 0xF05F273CC0B1459489A577E46BF6E9F1, 0xF071D778D53A460EAEF8685277490CD1, 0xF08915E9FDF54A6E8C8F3657CBB822A4, 0xF0D1D756D08E4B2996104B0D1A51CA56, 0xF0D81187F21841928A3AC9E4BB0092EE, 0xF0E01C703D1D419CAAEDB41F0F34066C, 0xF0E6677224694FC3A8EB186FC87482B8, 0xF0E919F961374E129A3D047264EF1BE7, 0xF0EAB15C1C6D48288FF04875A0BB954E, 0xF102A4C7E9B44A4D92882B8C2B3058DD, 0xF10938677F244FE0A454DEC83BBDA587, 0xF127A532FC36470A8554BFB1AADF67F5, 0xF13FDCAC5FFA4D2AB4A40CA7152B441B, 0xF140DBC0C0294FF8AA88ED9A99C64ABF, 0xF1638260D1F8484EA433CA1BB8D03532, 0xF163CF1F73C94203A1400A3FCD2A98B4, 0xF16D1FDA250E47CB8EA0732DB8CB06C0, 0xF174B35B10B04E0A812A2C6B6379DCB8, 0xF178F5AA1425424DBF9BA53ED9F915AA, 0xF17FAA41077B400DB4A593B7DAB3E482, 0xF190A0F13D6A406AB04CF397FEB4F691, 0xF19F4EA5506D4D05BF0CF0E470BE84A0, 0xF1A47C497B0640E89F9D883583945499, 0xF1ACD8E5133A41C2B64454A6388E9534, 0xF1B098A7782B4FC19200C17782A2EF43, 0xF1D95117A2114EBD8F4BAD7227CDA74E, 0xF1F9AF7D3F0B4B30AFAEE14E22F0F76A, 0xF1FE6E96355D468693F73661EA303A85, 0xF2018D63B1E142D286595085FA9E1C5D, 0xF20EB962208840A8935CDF808DD8E2E9, 0xF22111CB646540D09E0651A8833A0F3C, 0xF22686D8A78E488A84ABA794425340A7, 0xF239B27A59DF43818308D4C99B029B35, 0xF23B29F78139400F9C25BA389D40A19E, 0xF23C4C74CBFF4103A22BCB5923C59125, 0xF2449EB2BD7F4E69A5F1C9A6EE95508C, 0xF254A3534CCC49149F6A200A335520BB, 0xF27AEB2B92AC40A6BD0BCE3524EFCA81, 0xF27DCEFA06F14E6B9EB129FC64D9F4B6, 0xF29BDEC0904044D9A52F32059E131526, 0xF2BF6E676FAF4B65A4666CB7E3B3F275, 0xF2CA691DAC27415C90E2DBD2AD13A56C, 0xF2D4532843544D5B8854A3E1D56AF2C6, 0xF2D5A28C810546ED8A8CE89D2BB202EB, 0xF3006FEBEE9C435EB77B3440301FC753, 0xF31BCB9CB12C4662B9EC346702952668, 0xF32B2D9A3D244727A46FBFF14459D5A9, 0xF35FBB5DE13C479FA15B79CEC9A7EFB4, 0xF364D1D956C84383BACE8A84D4BF10DB, 0xF3693F26AD484BD794C920B75981F328, 0xF36D26D251C84869ADFCB4893579CB20, 0xF38E337C1CD3442FA55BBC9876103E55, 0xF391AF804CF14870B92FACB898BE36D0, 0xF39F7ACB44AB4EA1AE2C89458CB1439C, 0xF3A3EEEE01694EB280445F9C243563E8, 0xF3C80AB1E1C44807BD73F68698BB777A, 0xF3F44E05096D4BA3883A411B3D51515D, 0xF3FEE75CEC564E3BA886776F80B47C5D, 0xF430BBD40A1E4AD5BD62D6BA70B6F08A, 0xF43EC595509A4EACA539822FFC44F295, 0xF43EE8B65758481892E689D59DDF2AB2, 0xF44230842DED425F9C22F7C6363E37DC, 0xF447B3CFD90849019F7E8C1736750732, 0xF44A2FD3F4B24C93B10223931EC9CFD5, 0xF44D95E559A247A1B8CB2B7ECD4D6DF2, 0xF44F0E99A75E4B2ABB033AD746512161, 0xF4ADF27A01884FDE885F4552BB129AE5, 0xF4B2A24A2D1144ABB49FE606839A2EFB, 0xF4BA63F7D47C4839BA9723FC6081C66D, 0xF4C38A6B0A4941C3965F07400AA45045, 0xF4CD20E9299D4BBCB1072081C800CE1C, 0xF50D2C74DEE34B0BBD5FFB95E375102C, 0xF51AAF0218B64F658DB372633334C497, 0xF52A106760304ACDA974A8095FE2FA83, 0xF52A3D8FE1954366975FF5D5C6BB1A2C, 0xF54E11E890F3418296829E5E4393A244, 0xF553E5DD4CA145CF926AB8AD7FF2A9AC, 0xF56C5A7B3A9E4C989B029421E281D4A1, 0xF57B7A6A61D54841B5EBD26BD8FDA91A, 0xF57DA38A8AFC41D1ABED83BE8F1D03BC, 0xF58927CCC96F45B181EC79CC396B65B7, 0xF5A2B9098C0941809FDC91AE0CE71745, 0xF5B342242D364B16864A5D44AE3683D7, 0xF5DA58CD17314671A58679605BB56E4A, 0xF5E41A50B493406BA082BF10653BE3B0, 0xF5EDC288453340D1BF32345D885CA6CF, 0xF5F1344371934D7B97831D3F10907875, 0xF5FB719919AB4403B3A04F287B022F5D, 0xF5FE08A6450246728EF220278C6F40FD, 0xF5FF8D8FA77F41609CD395755B5C87BE, 0xF5FFB0ECC75246FC924C52404D89C267, 0xF606EFE0CE584051A38DA6A0FFC388E8, 0xF6147B9237104F98BFEF5C2113362A84, 0xF61D054CDBA24152A0381BC735BE2F9D, 0xF61FCA65FA0340AC8331F968C9BB982E, 0xF62A43D2F5074148872CF3DE752454B9, 0xF63604004A534FFF9669BAC65F676FD4, 0xF648A3DDECE547ADA680B09BA0A0E5D8, 0xF64DFEA81A684F33AF4D1DDE82A85B25, 0xF6511DF2031F460DA7EB94A580F2CBC3, 0xF65EAC48C0C74134A6B6F29F13011323, 0xF6780ACCB7D14EC7BF7C563F9E03D858, 0xF69B31A2F2EB4AB380D35FBE034E21C7, 0xF6B8690C8BD64AC0BE92E81FFFD787F8, 0xF6C181D2E5A44AB3A32341805B7E7EBF, 0xF6CC40F5E8744757A1EF7C5EDCD6C8E9, 0xF6D0D594A1844A87A2372DDA833FB6B1, 0xF6DB3C9C14B849FBB09ADE59B9400336, 0xF6E2C07A0F0A41178D202F71895AB8EF, 0xF6FF6A401FAE4ED0A353E6166C7AF322, 0xF7463F53ADCE4233B7F6671B0F970082, 0xF74B407CD6F34E7A9126CCF92CC4456B, 0xF751064CC11D47269077815044AA8976, 0xF76C70A059184AF6BDF9BF7F30B30B00, 0xF779924826DD489FB55E28D3C8CF60B7, 0xF7816291F6B04639BAA16E098BFA0CF5, 0xF78D6ED5B104430B9ED6A6FD0D7B840F, 0xF7C18C4D54BC478FAEDF333F3D45E0B8, 0xF81C795C6C92452A8A1EF2ECBBF851EC, 0xF8271F8E2318497780B8800BD48BF1A5, 0xF82D88A115A443EBA7B51445DD92CF25, 0xF859423AAE924505BFA2157BC58DFEF1, 0xF859EEC99DDA47A89D566B4AF787CFFD, 0xF86FFE60FC544F85BE7347DAEE165EE0, 0xF87B171C636647B6AA82DD804A8D8C82, 0xF87CDC17407F41C18914C748E9F77F31, 0xF8856907923548C2B80FBF8A241D2841, 0xF8940F41BEB741C69B25A8F3FFDE2D60, 0xF89CBD081904420AB0BE790EC23544E4, 0xF8A070245ACE48EA8BC28A08C23116E9, 0xF8B7DB026D7C4A759C3E9ED656B9562E, 0xF8BD209FA3054AA281F667E5F137FFDD, 0xF8BEAD3822074DBBB2AFCF9CDC7320DE, 0xF8CE2FC464634631821DC2CEA51EEEE5, 0xF8D317FB8D834388BDD8705A97AB88BB, 0xF8DB80F2FFA543E6969CFB6A643CC5A7, 0xF8E4DB356AC848DA9E17A4F93AE9074F, 0xF8E9B4F618B7491EB1D4A45645708D0A, 0xF903A3C6882C4A3FB40BB174ACAE6C4D, 0xF92BCE9C263D41E1A8F899BE2E937722, 0xF92E368C595B4CB49F00CC013CFDAA2D, 0xF934AAAC5A4047F89BE5EC21150B655A, 0xF94516A7D40F4ABBA35B652BF987424E, 0xF968511B23204DADAF2ED2207BDD32FF, 0xF97BBD50031C42838F2D752AAF313625, 0xF98AD32ACD1F40E29EAFFA72E3D6627D, 0xF999C49E216D49E28985FDA9BAAE310E, 0xF9B94D13725F4B6FB0851BC4CAD90D43, 0xF9CBFFC398874343B036929183F0FA03, 0xF9D51D5D72414419BF56748800BC7881, 0xF9DD94AEDB664DC79E35EADB27BD3C04, 0xF9EE2E4D5C264E468F64B2A32F96AB22, 0xFA058E6EF43C40079BAB9D2048E16CA9, 0xFA0E857AD15A48BCAB82F44BBACBBDBE, 0xFA1F7319F45949719218EA0019DD6F79, 0xFA25ACEA9CE5471CBEC9537DFB26CE93, 0xFA2C1EC0746F48D989390F4B198F5BF8, 0xFA397E278A5149C79FCF4C9FEAF8B765, 0xFA3E5D955BE64FF09860C05ADF937905, 0xFA4A83865646491DA75967843155ADA5, 0xFA4C180988AF43DCBBF44FBC941E7771, 0xFA53CA6ED119428BB49075AABA670B71, 0xFA6531D141F944529F06E998CCDAF28C, 0xFA6F39E4F29347638C8808FB50E79D0A, 0xFA9884F52BE143839F6A151060A2ED82, 0xFA9FB5B7F03147CDB5B1C9E5DBB08176, 0xFAAEFAC4E0C54B859FE5009D9C1B1D97, 0xFACC238099FE42ABAA7DEF5DB9F97010, 0xFAE1DA7E77034336864982018B8ED890, 0xFAE3AF647BB641C994A88D8778DE65FF, 0xFAECB4D4B1334EF5BABB19E06437167D, 0xFB147667458B44DE9CBE908B4CB90C37, 0xFB1BD2D6CB454C6AA0B19D25ECD00414, 0xFB3C68A3159F47069634A4A95F75F79A, 0xFB415DE429864DF29560E1E79E42ADF6, 0xFB7318130CAD4D29B2E3746B795E3712, 0xFB865DED617445BDA5A9AA52B4FD4516, 0xFBA7ED95B17F40C9A25EB13746AC7B48, 0xFBB919DD872A40B4A14B0E8CD2DA9E65, 0xFBC13AB87F5D4A5196E58B77CD5B67FE, 0xFBD70E5BC17E40EFAD11F0D7D2944D7B, 0xFBE28917FD9448E3818FF54D2D35E6B3, 0xFC01229A27E44474B0553E76D8F55F11, 0xFC4052E599174BBBB5FADF501F10C5DE, 0xFC43C57119664C6899B44807D201987E, 0xFC47901E6A2E4BDEA92B4E5D90AE3D32, 0xFC51157AC9F7479EA943173B4C362751, 0xFC51F5A498634AD7A415D92B95F4EE62, 0xFC5D0FC614F143F3986E30C6A80D9813, 0xFC7B8FCE5E3F43858B17299D14FDD406, 0xFC8349074834438DAB99F5B555C8B500, 0xFC9EEA7A51C147558C35DF992A4AEA7C, 0xFCB3F723E04646A0BC2DA4F18527615E, 0xFCB65171072B45F3A1DFF432CF3A0BC1, 0xFCCCEC0189E541F18F3CB86996FB5ABE, 0xFCD23E276DEB4574BAB44B772E734751, 0xFCF7F6947A094B79B768326D8B7CA3DD, 0xFD1209C3C3E5441593E2EB511B7B03CE, 0xFD248C472DF249C48D80166CF41E59DE, 0xFD24AE032A504640A106DEA3CE9E3D65, 0xFD30674E42BA4F8398172DE729DE086C, 0xFD524D31D3274138996280234444C955, 0xFD592E1046DB4AD598BC4518EED95990, 0xFD5D19BF6113429088DADE9B3519237D, 0xFDA8B8F5DCAA4F6B86CA7696066BDD15, 0xFDAA98BF39DD4E69A9CB84713412A864, 0xFDB4BBD6FC0F4FA282CF54EB387F8013, 0xFDC97C9E315841DB979B804EA041A289, 0xFDE30DF44A8D4475870A2E697D1EE76D, 0xFE090A10330A4C1098D89D16AD6F3028, 0xFE1A38E596964A6EB78B30D9EE9D77D0, 0xFE21F4A63B0D44F2BB966BCE0C69F1C9, 0xFE7361BCA2584361AAC5FE7D74FF844B, 0xFE817E2306C7462AB5FDB6308C97E793, 0xFE8DD64288AE43C1B08AEDDD7038406E, 0xFE990DEA45F541439D587A518027CDAD, 0xFEB2EC0B378542FFB017D039E4409375, 0xFEB4BD7EEEA84677ADFFD82603BD5A50, 0xFEC3DC91FE304359A8CAAC6C1CBCB254, 0xFEC88E3E613E4849AD76EB1326361757, 0xFEDD699CABBF43DC8ADB4AB961BB1672, 0xFEE9D28A1A454B149662FE0FE9A22846, 0xFEF275A254D742B08A5272FB93DF1980, 0xFF0E643FB25C4669AA9470C82C7E999D, 0xFF1D08EB19E14387B843505BC522FF6E, 0xFF5D2579BF5144249AFE9089E0D9F7DD, 0xFF624A89A0C44A72B3E01DC45E81686F, 0xFF7923CCFC324D84B4F8C123F4DC6AF3, 0xFF7CCA0CC46145BA911E2E4415B24114, 0xFF7EFB9916B74F2F8ECE50FB4923C4D7, 0xFF84F75E102A4F32ADF7739E8C8394E8, 0xFF8DBAA4CB6643DDBD75145C909417C1, 0xFFA52A421BF548A9A871D61A0C1A1CD8, 0xFFA870B367E04CFE90998014B1C5A6AB, 0xFFAE72F978CE4A4B8BA33CD941ACFBFE, 0xFFB487EC8E894EF7A44A39919AA9F73B, 0xFFBFCFE8101C47E49E5D862060FA26CD, 0xFFDE64114E0149ECBED6B53AAF44EDFE, 0xFFE767BD6B974EFBA226DE70C3E7EB20, 0xFFFBF07F427A45658B0887CC2EC84CAE)) ORDER BY `property_group_option`.`id` ASC LIMIT 500 OFFSET 500;
array:74 [
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 98)"
24 => "Shopware\Core\Content\Product\SalesChannel\Listing\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 113)"
41 => "Maxia\MaxiaListingVariants6\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 101)"
45 => "Shopware\Core\Content\Category\SalesChannel\CategoryRoute::load (line 103)"
46 => "Shopware\Core\Content\Category\SalesChannel\CachedCategoryRoute::Shopware\Core\Content\Category\SalesChannel\{closure} (line 350)"
47 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 44)"
48 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 120)"
49 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 43)"
50 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 46)"
51 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 42)"
52 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 41)"
53 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 59)"
54 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 40)"
55 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 102)"
56 => "Shopware\Core\Content\Category\SalesChannel\CachedCategoryRoute::Shopware\Core\Content\Category\SalesChannel\{closure} (line 72)"
57 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 35)"
58 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 99)"
59 => "Shopware\Core\Content\Category\SalesChannel\CachedCategoryRoute::Shopware\Core\Content\Category\SalesChannel\{closure} (line 59)"
60 => "Shopware\Core\Profiling\Profiler::trace (line 88)"
61 => "Shopware\Core\Content\Category\SalesChannel\CachedCategoryRoute::load (line 66)"
62 => "Shopware\Storefront\Page\Navigation\NavigationPageLoader::load (line 48)"
63 => "Shopware\Storefront\Controller\NavigationController::home (line 163)"
64 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
65 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
66 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
67 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 479)"
68 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 452)"
69 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 346)"
70 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 224)"
71 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
72 => "Shopware\Core\HttpKernel::doHandle (line 81)"
73 => "Shopware\Core\HttpKernel::handle (line 85)"
]
|
| 72 |
2.21 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.fallback_1.name`, `property_group_option.group.translation.name`, COALESCE(`property_group_option.group.translation.fallback_1.name`,`property_group_option.group.translation.name`,`property_group_option.group.translation.name`) as `property_group_option.group.name`, `property_group_option.group.translation.fallback_1.description`, `property_group_option.group.translation.description`, COALESCE(`property_group_option.group.translation.fallback_1.description`,`property_group_option.group.translation.description`,`property_group_option.group.translation.description`) as `property_group_option.group.description`, `property_group_option.group.translation.fallback_1.position`, `property_group_option.group.translation.position`, COALESCE(`property_group_option.group.translation.fallback_1.position`,`property_group_option.group.translation.position`,`property_group_option.group.translation.position`) as `property_group_option.group.position`, `property_group_option.group.translation.fallback_1.customFields`, `property_group_option.group.translation.customFields`, COALESCE(`property_group_option.group.translation.fallback_1.customFields`,`property_group_option.group.translation.customFields`,`property_group_option.group.translation.customFields`) as `property_group_option.group.customFields`, `property_group_option.group.translation.fallback_1.createdAt`, `property_group_option.group.translation.createdAt`, `property_group_option.group.translation.fallback_1.updatedAt`, `property_group_option.group.translation.updatedAt`, `property_group_option.group.translation.fallback_1.propertyGroupId`, `property_group_option.group.translation.propertyGroupId`, `property_group_option.group.translation.fallback_1.languageId`, `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.fallback_1.title`, `property_group_option.media.translation.title`, COALESCE(`property_group_option.media.translation.fallback_1.title`,`property_group_option.media.translation.title`,`property_group_option.media.translation.title`) as `property_group_option.media.title`, `property_group_option.media.translation.fallback_1.alt`, `property_group_option.media.translation.alt`, COALESCE(`property_group_option.media.translation.fallback_1.alt`,`property_group_option.media.translation.alt`,`property_group_option.media.translation.alt`) as `property_group_option.media.alt`, `property_group_option.media.translation.fallback_1.customFields`, `property_group_option.media.translation.customFields`, COALESCE(`property_group_option.media.translation.fallback_1.customFields`,`property_group_option.media.translation.customFields`,`property_group_option.media.translation.customFields`) as `property_group_option.media.customFields`, `property_group_option.media.translation.fallback_1.createdAt`, `property_group_option.media.translation.createdAt`, `property_group_option.media.translation.fallback_1.updatedAt`, `property_group_option.media.translation.updatedAt`, `property_group_option.media.translation.fallback_1.mediaId`, `property_group_option.media.translation.mediaId`, `property_group_option.media.translation.fallback_1.languageId`, `property_group_option.media.translation.languageId`, `property_group_option.translation.fallback_1.name`, `property_group_option.translation.name`, COALESCE(`property_group_option.translation.fallback_1.name`,`property_group_option.translation.name`,`property_group_option.translation.name`) as `property_group_option.name`, `property_group_option.translation.fallback_1.position`, `property_group_option.translation.position`, COALESCE(`property_group_option.translation.fallback_1.position`,`property_group_option.translation.position`,`property_group_option.translation.position`) as `property_group_option.position`, `property_group_option.translation.fallback_1.customFields`, `property_group_option.translation.customFields`, COALESCE(`property_group_option.translation.fallback_1.customFields`,`property_group_option.translation.customFields`,`property_group_option.translation.customFields`) as `property_group_option.customFields`, `property_group_option.translation.fallback_1.createdAt`, `property_group_option.translation.createdAt`, `property_group_option.translation.fallback_1.updatedAt`, `property_group_option.translation.updatedAt`, `property_group_option.translation.fallback_1.propertyGroupOptionId`, `property_group_option.translation.propertyGroupOptionId`, `property_group_option.translation.fallback_1.languageId`, `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`, `property_group_option.translation.fallback_1`.name as `property_group_option.translation.fallback_1.name`, `property_group_option.translation.fallback_1`.position as `property_group_option.translation.fallback_1.position`, `property_group_option.translation.fallback_1`.custom_fields as `property_group_option.translation.fallback_1.customFields`, `property_group_option.translation.fallback_1`.created_at as `property_group_option.translation.fallback_1.createdAt`, `property_group_option.translation.fallback_1`.updated_at as `property_group_option.translation.fallback_1.updatedAt`, `property_group_option.translation.fallback_1`.property_group_option_id as `property_group_option.translation.fallback_1.propertyGroupOptionId`, `property_group_option.translation.fallback_1`.language_id as `property_group_option.translation.fallback_1.languageId` FROM `property_group_option_translation` `property_group_option.translation` LEFT JOIN `property_group_option_translation` `property_group_option.translation.fallback_1` ON `property_group_option.translation`.`property_group_option_id` = `property_group_option.translation.fallback_1`.`property_group_option_id` AND `property_group_option.translation.fallback_1`.language_id = :languageId1 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`, `property_group_option.group.translation.fallback_1`.name as `property_group_option.group.translation.fallback_1.name`, `property_group_option.group.translation.fallback_1`.description as `property_group_option.group.translation.fallback_1.description`, `property_group_option.group.translation.fallback_1`.position as `property_group_option.group.translation.fallback_1.position`, `property_group_option.group.translation.fallback_1`.custom_fields as `property_group_option.group.translation.fallback_1.customFields`, `property_group_option.group.translation.fallback_1`.created_at as `property_group_option.group.translation.fallback_1.createdAt`, `property_group_option.group.translation.fallback_1`.updated_at as `property_group_option.group.translation.fallback_1.updatedAt`, `property_group_option.group.translation.fallback_1`.property_group_id as `property_group_option.group.translation.fallback_1.propertyGroupId`, `property_group_option.group.translation.fallback_1`.language_id as `property_group_option.group.translation.fallback_1.languageId` FROM `property_group_translation` `property_group_option.group.translation` LEFT JOIN `property_group_translation` `property_group_option.group.translation.fallback_1` ON `property_group_option.group.translation`.`property_group_id` = `property_group_option.group.translation.fallback_1`.`property_group_id` AND `property_group_option.group.translation.fallback_1`.language_id = :languageId1 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`, `property_group_option.media.translation.fallback_1`.title as `property_group_option.media.translation.fallback_1.title`, `property_group_option.media.translation.fallback_1`.alt as `property_group_option.media.translation.fallback_1.alt`, `property_group_option.media.translation.fallback_1`.custom_fields as `property_group_option.media.translation.fallback_1.customFields`, `property_group_option.media.translation.fallback_1`.created_at as `property_group_option.media.translation.fallback_1.createdAt`, `property_group_option.media.translation.fallback_1`.updated_at as `property_group_option.media.translation.fallback_1.updatedAt`, `property_group_option.media.translation.fallback_1`.media_id as `property_group_option.media.translation.fallback_1.mediaId`, `property_group_option.media.translation.fallback_1`.language_id as `property_group_option.media.translation.fallback_1.languageId` FROM `media_translation` `property_group_option.media.translation` LEFT JOIN `media_translation` `property_group_option.media.translation.fallback_1` ON `property_group_option.media.translation`.`media_id` = `property_group_option.media.translation.fallback_1`.`media_id` AND `property_group_option.media.translation.fallback_1`.language_id = :languageId1 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.fallback_1.name`,
`property_group_option.group.translation.name`,
COALESCE(
`property_group_option.group.translation.fallback_1.name`,
`property_group_option.group.translation.name`,
`property_group_option.group.translation.name`
) as `property_group_option.group.name`,
`property_group_option.group.translation.fallback_1.description`,
`property_group_option.group.translation.description`,
COALESCE(
`property_group_option.group.translation.fallback_1.description`,
`property_group_option.group.translation.description`,
`property_group_option.group.translation.description`
) as `property_group_option.group.description`,
`property_group_option.group.translation.fallback_1.position`,
`property_group_option.group.translation.position`,
COALESCE(
`property_group_option.group.translation.fallback_1.position`,
`property_group_option.group.translation.position`,
`property_group_option.group.translation.position`
) as `property_group_option.group.position`,
`property_group_option.group.translation.fallback_1.customFields`,
`property_group_option.group.translation.customFields`,
COALESCE(
`property_group_option.group.translation.fallback_1.customFields`,
`property_group_option.group.translation.customFields`,
`property_group_option.group.translation.customFields`
) as `property_group_option.group.customFields`,
`property_group_option.group.translation.fallback_1.createdAt`,
`property_group_option.group.translation.createdAt`,
`property_group_option.group.translation.fallback_1.updatedAt`,
`property_group_option.group.translation.updatedAt`,
`property_group_option.group.translation.fallback_1.propertyGroupId`,
`property_group_option.group.translation.propertyGroupId`,
`property_group_option.group.translation.fallback_1.languageId`,
`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.fallback_1.title`,
`property_group_option.media.translation.title`,
COALESCE(
`property_group_option.media.translation.fallback_1.title`,
`property_group_option.media.translation.title`,
`property_group_option.media.translation.title`
) as `property_group_option.media.title`,
`property_group_option.media.translation.fallback_1.alt`,
`property_group_option.media.translation.alt`,
COALESCE(
`property_group_option.media.translation.fallback_1.alt`,
`property_group_option.media.translation.alt`,
`property_group_option.media.translation.alt`
) as `property_group_option.media.alt`,
`property_group_option.media.translation.fallback_1.customFields`,
`property_group_option.media.translation.customFields`,
COALESCE(
`property_group_option.media.translation.fallback_1.customFields`,
`property_group_option.media.translation.customFields`,
`property_group_option.media.translation.customFields`
) as `property_group_option.media.customFields`,
`property_group_option.media.translation.fallback_1.createdAt`,
`property_group_option.media.translation.createdAt`,
`property_group_option.media.translation.fallback_1.updatedAt`,
`property_group_option.media.translation.updatedAt`,
`property_group_option.media.translation.fallback_1.mediaId`,
`property_group_option.media.translation.mediaId`,
`property_group_option.media.translation.fallback_1.languageId`,
`property_group_option.media.translation.languageId`,
`property_group_option.translation.fallback_1.name`,
`property_group_option.translation.name`,
COALESCE(
`property_group_option.translation.fallback_1.name`,
`property_group_option.translation.name`,
`property_group_option.translation.name`
) as `property_group_option.name`,
`property_group_option.translation.fallback_1.position`,
`property_group_option.translation.position`,
COALESCE(
`property_group_option.translation.fallback_1.position`,
`property_group_option.translation.position`,
`property_group_option.translation.position`
) as `property_group_option.position`,
`property_group_option.translation.fallback_1.customFields`,
`property_group_option.translation.customFields`,
COALESCE(
`property_group_option.translation.fallback_1.customFields`,
`property_group_option.translation.customFields`,
`property_group_option.translation.customFields`
) as `property_group_option.customFields`,
`property_group_option.translation.fallback_1.createdAt`,
`property_group_option.translation.createdAt`,
`property_group_option.translation.fallback_1.updatedAt`,
`property_group_option.translation.updatedAt`,
`property_group_option.translation.fallback_1.propertyGroupOptionId`,
`property_group_option.translation.propertyGroupOptionId`,
`property_group_option.translation.fallback_1.languageId`,
`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`,
`property_group_option.translation.fallback_1`.name as `property_group_option.translation.fallback_1.name`,
`property_group_option.translation.fallback_1`.position as `property_group_option.translation.fallback_1.position`,
`property_group_option.translation.fallback_1`.custom_fields as `property_group_option.translation.fallback_1.customFields`,
`property_group_option.translation.fallback_1`.created_at as `property_group_option.translation.fallback_1.createdAt`,
`property_group_option.translation.fallback_1`.updated_at as `property_group_option.translation.fallback_1.updatedAt`,
`property_group_option.translation.fallback_1`.property_group_option_id as `property_group_option.translation.fallback_1.propertyGroupOptionId`,
`property_group_option.translation.fallback_1`.language_id as `property_group_option.translation.fallback_1.languageId`
FROM
`property_group_option_translation` `property_group_option.translation`
LEFT JOIN `property_group_option_translation` `property_group_option.translation.fallback_1` ON `property_group_option.translation`.`property_group_option_id` = `property_group_option.translation.fallback_1`.`property_group_option_id`
AND `property_group_option.translation.fallback_1`.language_id = : languageId1
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`,
`property_group_option.group.translation.fallback_1`.name as `property_group_option.group.translation.fallback_1.name`,
`property_group_option.group.translation.fallback_1`.description as `property_group_option.group.translation.fallback_1.description`,
`property_group_option.group.translation.fallback_1`.position as `property_group_option.group.translation.fallback_1.position`,
`property_group_option.group.translation.fallback_1`.custom_fields as `property_group_option.group.translation.fallback_1.customFields`,
`property_group_option.group.translation.fallback_1`.created_at as `property_group_option.group.translation.fallback_1.createdAt`,
`property_group_option.group.translation.fallback_1`.updated_at as `property_group_option.group.translation.fallback_1.updatedAt`,
`property_group_option.group.translation.fallback_1`.property_group_id as `property_group_option.group.translation.fallback_1.propertyGroupId`,
`property_group_option.group.translation.fallback_1`.language_id as `property_group_option.group.translation.fallback_1.languageId`
FROM
`property_group_translation` `property_group_option.group.translation`
LEFT JOIN `property_group_translation` `property_group_option.group.translation.fallback_1` ON `property_group_option.group.translation`.`property_group_id` = `property_group_option.group.translation.fallback_1`.`property_group_id`
AND `property_group_option.group.translation.fallback_1`.language_id = : languageId1
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`,
`property_group_option.media.translation.fallback_1`.title as `property_group_option.media.translation.fallback_1.title`,
`property_group_option.media.translation.fallback_1`.alt as `property_group_option.media.translation.fallback_1.alt`,
`property_group_option.media.translation.fallback_1`.custom_fields as `property_group_option.media.translation.fallback_1.customFields`,
`property_group_option.media.translation.fallback_1`.created_at as `property_group_option.media.translation.fallback_1.createdAt`,
`property_group_option.media.translation.fallback_1`.updated_at as `property_group_option.media.translation.fallback_1.updatedAt`,
`property_group_option.media.translation.fallback_1`.media_id as `property_group_option.media.translation.fallback_1.mediaId`,
`property_group_option.media.translation.fallback_1`.language_id as `property_group_option.media.translation.fallback_1.languageId`
FROM
`media_translation` `property_group_option.media.translation`
LEFT JOIN `media_translation` `property_group_option.media.translation.fallback_1` ON `property_group_option.media.translation`.`media_id` = `property_group_option.media.translation.fallback_1`.`media_id`
AND `property_group_option.media.translation.fallback_1`.language_id = : languageId1
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.fallback_1.name`, `property_group_option.group.translation.name`, COALESCE(`property_group_option.group.translation.fallback_1.name`,`property_group_option.group.translation.name`,`property_group_option.group.translation.name`) as `property_group_option.group.name`, `property_group_option.group.translation.fallback_1.description`, `property_group_option.group.translation.description`, COALESCE(`property_group_option.group.translation.fallback_1.description`,`property_group_option.group.translation.description`,`property_group_option.group.translation.description`) as `property_group_option.group.description`, `property_group_option.group.translation.fallback_1.position`, `property_group_option.group.translation.position`, COALESCE(`property_group_option.group.translation.fallback_1.position`,`property_group_option.group.translation.position`,`property_group_option.group.translation.position`) as `property_group_option.group.position`, `property_group_option.group.translation.fallback_1.customFields`, `property_group_option.group.translation.customFields`, COALESCE(`property_group_option.group.translation.fallback_1.customFields`,`property_group_option.group.translation.customFields`,`property_group_option.group.translation.customFields`) as `property_group_option.group.customFields`, `property_group_option.group.translation.fallback_1.createdAt`, `property_group_option.group.translation.createdAt`, `property_group_option.group.translation.fallback_1.updatedAt`, `property_group_option.group.translation.updatedAt`, `property_group_option.group.translation.fallback_1.propertyGroupId`, `property_group_option.group.translation.propertyGroupId`, `property_group_option.group.translation.fallback_1.languageId`, `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.fallback_1.title`, `property_group_option.media.translation.title`, COALESCE(`property_group_option.media.translation.fallback_1.title`,`property_group_option.media.translation.title`,`property_group_option.media.translation.title`) as `property_group_option.media.title`, `property_group_option.media.translation.fallback_1.alt`, `property_group_option.media.translation.alt`, COALESCE(`property_group_option.media.translation.fallback_1.alt`,`property_group_option.media.translation.alt`,`property_group_option.media.translation.alt`) as `property_group_option.media.alt`, `property_group_option.media.translation.fallback_1.customFields`, `property_group_option.media.translation.customFields`, COALESCE(`property_group_option.media.translation.fallback_1.customFields`,`property_group_option.media.translation.customFields`,`property_group_option.media.translation.customFields`) as `property_group_option.media.customFields`, `property_group_option.media.translation.fallback_1.createdAt`, `property_group_option.media.translation.createdAt`, `property_group_option.media.translation.fallback_1.updatedAt`, `property_group_option.media.translation.updatedAt`, `property_group_option.media.translation.fallback_1.mediaId`, `property_group_option.media.translation.mediaId`, `property_group_option.media.translation.fallback_1.languageId`, `property_group_option.media.translation.languageId`, `property_group_option.translation.fallback_1.name`, `property_group_option.translation.name`, COALESCE(`property_group_option.translation.fallback_1.name`,`property_group_option.translation.name`,`property_group_option.translation.name`) as `property_group_option.name`, `property_group_option.translation.fallback_1.position`, `property_group_option.translation.position`, COALESCE(`property_group_option.translation.fallback_1.position`,`property_group_option.translation.position`,`property_group_option.translation.position`) as `property_group_option.position`, `property_group_option.translation.fallback_1.customFields`, `property_group_option.translation.customFields`, COALESCE(`property_group_option.translation.fallback_1.customFields`,`property_group_option.translation.customFields`,`property_group_option.translation.customFields`) as `property_group_option.customFields`, `property_group_option.translation.fallback_1.createdAt`, `property_group_option.translation.createdAt`, `property_group_option.translation.fallback_1.updatedAt`, `property_group_option.translation.updatedAt`, `property_group_option.translation.fallback_1.propertyGroupOptionId`, `property_group_option.translation.propertyGroupOptionId`, `property_group_option.translation.fallback_1.languageId`, `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`, `property_group_option.translation.fallback_1`.name as `property_group_option.translation.fallback_1.name`, `property_group_option.translation.fallback_1`.position as `property_group_option.translation.fallback_1.position`, `property_group_option.translation.fallback_1`.custom_fields as `property_group_option.translation.fallback_1.customFields`, `property_group_option.translation.fallback_1`.created_at as `property_group_option.translation.fallback_1.createdAt`, `property_group_option.translation.fallback_1`.updated_at as `property_group_option.translation.fallback_1.updatedAt`, `property_group_option.translation.fallback_1`.property_group_option_id as `property_group_option.translation.fallback_1.propertyGroupOptionId`, `property_group_option.translation.fallback_1`.language_id as `property_group_option.translation.fallback_1.languageId` FROM `property_group_option_translation` `property_group_option.translation` LEFT JOIN `property_group_option_translation` `property_group_option.translation.fallback_1` ON `property_group_option.translation`.`property_group_option_id` = `property_group_option.translation.fallback_1`.`property_group_option_id` AND `property_group_option.translation.fallback_1`.language_id = 0x76393D0A5F754C5A80FB3EC7B3B3DB05 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`, `property_group_option.group.translation.fallback_1`.name as `property_group_option.group.translation.fallback_1.name`, `property_group_option.group.translation.fallback_1`.description as `property_group_option.group.translation.fallback_1.description`, `property_group_option.group.translation.fallback_1`.position as `property_group_option.group.translation.fallback_1.position`, `property_group_option.group.translation.fallback_1`.custom_fields as `property_group_option.group.translation.fallback_1.customFields`, `property_group_option.group.translation.fallback_1`.created_at as `property_group_option.group.translation.fallback_1.createdAt`, `property_group_option.group.translation.fallback_1`.updated_at as `property_group_option.group.translation.fallback_1.updatedAt`, `property_group_option.group.translation.fallback_1`.property_group_id as `property_group_option.group.translation.fallback_1.propertyGroupId`, `property_group_option.group.translation.fallback_1`.language_id as `property_group_option.group.translation.fallback_1.languageId` FROM `property_group_translation` `property_group_option.group.translation` LEFT JOIN `property_group_translation` `property_group_option.group.translation.fallback_1` ON `property_group_option.group.translation`.`property_group_id` = `property_group_option.group.translation.fallback_1`.`property_group_id` AND `property_group_option.group.translation.fallback_1`.language_id = 0x76393D0A5F754C5A80FB3EC7B3B3DB05 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`, `property_group_option.media.translation.fallback_1`.title as `property_group_option.media.translation.fallback_1.title`, `property_group_option.media.translation.fallback_1`.alt as `property_group_option.media.translation.fallback_1.alt`, `property_group_option.media.translation.fallback_1`.custom_fields as `property_group_option.media.translation.fallback_1.customFields`, `property_group_option.media.translation.fallback_1`.created_at as `property_group_option.media.translation.fallback_1.createdAt`, `property_group_option.media.translation.fallback_1`.updated_at as `property_group_option.media.translation.fallback_1.updatedAt`, `property_group_option.media.translation.fallback_1`.media_id as `property_group_option.media.translation.fallback_1.mediaId`, `property_group_option.media.translation.fallback_1`.language_id as `property_group_option.media.translation.fallback_1.languageId` FROM `media_translation` `property_group_option.media.translation` LEFT JOIN `media_translation` `property_group_option.media.translation.fallback_1` ON `property_group_option.media.translation`.`media_id` = `property_group_option.media.translation.fallback_1`.`media_id` AND `property_group_option.media.translation.fallback_1`.language_id = 0x76393D0A5F754C5A80FB3EC7B3B3DB05 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 (0xFDE30DF44A8D4475870A2E697D1EE76D, 0xFE990DEA45F541439D587A518027CDAD, 0xFF5D2579BF5144249AFE9089E0D9F7DD, 0xFF7923CCFC324D84B4F8C123F4DC6AF3, 0xFF7CCA0CC46145BA911E2E4415B24114);
array:75 [
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 98)"
25 => "Shopware\Core\Content\Product\SalesChannel\Listing\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 113)"
42 => "Maxia\MaxiaListingVariants6\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 101)"
46 => "Shopware\Core\Content\Category\SalesChannel\CategoryRoute::load (line 103)"
47 => "Shopware\Core\Content\Category\SalesChannel\CachedCategoryRoute::Shopware\Core\Content\Category\SalesChannel\{closure} (line 350)"
48 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 44)"
49 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 120)"
50 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 43)"
51 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 46)"
52 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 42)"
53 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 41)"
54 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 59)"
55 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 40)"
56 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 102)"
57 => "Shopware\Core\Content\Category\SalesChannel\CachedCategoryRoute::Shopware\Core\Content\Category\SalesChannel\{closure} (line 72)"
58 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 35)"
59 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 99)"
60 => "Shopware\Core\Content\Category\SalesChannel\CachedCategoryRoute::Shopware\Core\Content\Category\SalesChannel\{closure} (line 59)"
61 => "Shopware\Core\Profiling\Profiler::trace (line 88)"
62 => "Shopware\Core\Content\Category\SalesChannel\CachedCategoryRoute::load (line 66)"
63 => "Shopware\Storefront\Page\Navigation\NavigationPageLoader::load (line 48)"
64 => "Shopware\Storefront\Controller\NavigationController::home (line 163)"
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 479)"
69 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 452)"
70 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 346)"
71 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 224)"
72 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
73 => "Shopware\Core\HttpKernel::doHandle (line 81)"
74 => "Shopware\Core\HttpKernel::handle (line 85)"
]
|
| 73 |
1.82 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_8a8dcc04b4c34ecbb3a78dd0bc7af99a)) AND (`property_group_option`.`id` IN (:ids)) ORDER BY `property_group_option`.`id` ASC LIMIT 500 OFFSET 1000
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 (0x011EB97D5A3546929FF54929E1D82C06, 0x0631C5CA11DD4696AAB3440C087E0A2A, 0x06B9105358AB4590B46CF143A31849CF, 0x093B7E371DF4476A95574DB81D381E7E, 0x0B42744D0443417DB3C74B665DCF113A, 0x0CE141EB4097488096CF33A1F20A8E31, 0x0E98E85C649B4FC0AA69B64165D43426, 0x0F3980318F834C0B90D701BD6851BFB6, 0x104B31ED390B4E059522C9B71DF27FBA, 0x105B929944DE4BA4B90BFA2AB4C7D2CF, 0x112D9888A5AF41B183CCBA5C635487E4, 0x1146E7F5DC4B41A39AD15D32A01111AC, 0x11D6E3125F494C228F31FAC6035B4EBA, 0x123C0FEB3DE046CC839F203573870774, 0x12B3909FAAB044B7B6A3160F7A8608AB, 0x14C2A1A02CDC4F898CAE73087B75192A, 0x15015A3D780447609A9111ADF7DDA6AF, 0x190F16C246C54E8989AA92FDFE749B6A, 0x1C243397AE934D4D995FC19D6B048576, 0x1C5CA12F763C47CEBDD5EECC74CC45BF, 0x1C7F2FA7126D4FB094D69C331BDAD77A, 0x1E088C6690C341DE996805BDC30DBE3A, 0x1E240FA08E5A499D8A9F97271A2A1C14, 0x1EEFC346F24C402181F0D70E776B0745, 0x20BA115274684883B0274DEFDE6574AC, 0x2348744B0CE64C8DBE767CF5539359CC, 0x267182C6EACA428CB7CA067A045CF860, 0x28AFDD528894446485A890DFEBEDA48E, 0x2C61310D9C274EB0ADF9CDDD28571426, 0x2FDC9E7FA7224BFD88585C02958AD579, 0x30722816D8C0415E8871CC2858E91BCA, 0x312E7C50B48948ACA3A591E18F017E73, 0x32A870C887CE4F07A6E8E0936A18B893, 0x3513B1726A1842378091DA319430EB2F, 0x373BF9B81CF0489491EAA2071DF85DA4, 0x37454D450E404E27AF77A3BFF7889E4B, 0x38C336DB01394C1AAA5298666650C7B6, 0x3A3B880BACA94ADCA255018F4F128018, 0x3AFBA6EF2DC74FFF850D8418C2926EC0, 0x3BF7FF23BA2F47579C0E9C81D2EB8DBA, 0x3F1C12347D5740819C720C71494B2380, 0x3FB428EF57BA4597A388C502682D2BD2, 0x4049BF14E14B4D02BA705DADB6124028, 0x432F19FDC47B4CD88E5CCF8DE4972ADF, 0x4453C28B563F4146A31D7E7D823A1314, 0x4666E5B1EA8543369C6F30635C80E8D1, 0x486C9BE100DD40ABBC029D09127727FB, 0x493289EA58784FA7BB1311295FC304B1, 0x4AAA2A02F7964D2F9D3BE87FCE5A1925, 0x4B7A56F134FB4AF69446B67B4FC09788, 0x4BE1C934B25F4D6B9CE54268992C5C62, 0x4D04F956C63140CDA53B0088645B7E7D, 0x4EB78F3C000D4394AD165C721AAE2DE0, 0x524FB59AC6ED42068E02F09787B230CE, 0x5297D659AFC144C68F8DB006C950FDB0, 0x57EB00F475FD40A2A6E6BF986C611D12, 0x59480B4AE2B6410CB20169D6B1FAE170, 0x5B1797080FA44C21B1D411D883C916A5, 0x5B2F41838BC840EA9D5EDBEB72DF6389, 0x5BB2E35EDB47463380AF70F7FAA60B96, 0x5D69795AE89E437489C5A9987F05A08E, 0x5E35412751C940AFA2E670C2F919B138, 0x5F03A767D91443A8840E22A87BB7880A, 0x60A8A56AA7834C059222DF0A4173FC8A, 0x617B1EE3ACA140D1909631971E555AC5, 0x62E698BBC13B462299834BE37CC18870, 0x63DF67DB677B41F881558781A76E2227, 0x6504E589B2BC4871A4A4BBC9FE448DB7, 0x660CB3E22A144695843FB5CAFBF3A0C9, 0x66D972A9286442F789DE43CBE1F17831, 0x6924C043D6324AC88444B5B93FCA8BB2, 0x6963D0D6B5524D33B14D156F48B994A0, 0x6A6C483A176A4E099DDE340C718DA52E, 0x6BAFE2692EA24EE0A05137D5E7FDCBCF, 0x6BD481E659114C77A1CAF8344FC3EF1F, 0x6E7CFE7D32C64A27A01059AFAF7AD3C4, 0x7015A0CB332141A3BEAAF9C681407C5E, 0x705551E87B5F49D4B7CA402AF14024A6, 0x70A0E3E20C774F969223E6D12EEC869D, 0x70A135771B9F455FB0A0A4320AB0DFEF, 0x7101A07E4AEB4A81B19AECF19A281780, 0x7256E07ABA2B433A9C702D0487BBB302, 0x731D5555E237499B9A04E3E559CACE91, 0x77AC120621344721BAC29D33CA0AC24C, 0x797150CDB76147FFA888BFD7984B6636, 0x7AD2485635A54BACA3FE90E61E091648, 0x7AD6A7E86884407AAD24B6969A55F08C, 0x7B47B9F4EBD5454DA77A0EF6C1FB31FD, 0x7C30B28B796A46839165BA892B01A6A3, 0x7C3F1E14E77546E79CF3B8AE7967A119, 0x7F07E59097174AA78DE6F5D0A61987A7, 0x8217E6198E4E4458BC551427D9737F5D, 0x8374B28CF39C4AA0B688BA6D5CDB3216, 0x848D8290BF5744A1984CF02F8B59EE1D, 0x84EE042FA4064521A7689D2225753E51, 0x8637F266AB61407FAFEAC67214D78B94, 0x86E7BB5BCEBB4DF1A8424AA70BCB2F59, 0x86FD8746AB8B4C5AA17003AB6FAB8849, 0x8741804AD3284A6F9E7BBC0AE468DF69, 0x879096AB20A846F8BAC6939F4D5A79A6, 0x879DACFCC51149EA81645A14EB92552E, 0x882D49C8A4D044D58A1249374234000F, 0x888DB229DABF45E3AB6FBB5A756D1620, 0x8A43BB4A29AC495DA57D0E424B712AE8, 0x8AD7B505D6394D8BB8CEB46CC191C108, 0x8EBDDFEEB3C64BF3A74EE81040516FE7, 0x8F87D8B6DF3B4C6394F550B7E4DBD88C, 0x90D8BBF185BD416EB7341F2209018971, 0x92AB7B0D332442AD9076751BAF811236, 0x92E02D7306C34B1A94B00D47534BDB2C, 0x93149C5D001546188FA4F349E1005D09, 0x938789711C0F4D42BE0C131C2A7C3321, 0x94A0C7D7526A4F348BF6ED0C2B558F98, 0x95FF7363375B4A1DA639E8A0008AC3D7, 0x984A9198164E4347B75FCBAC8BCF40E3, 0x9B1040FF507D43C68AB0DAA73A594151, 0x9B1296392814475F9D5A6FC354EB5D19, 0x9B85E51686274A81BD23D12ECCD60335, 0x9BFAF1DDC64E40D58CDC463BF4C91CAA, 0x9D2C5DF36CD145A8924C32C711F3EDFA, 0x9D3AEB838546448A8319DC703E7ADCFD, 0x9E6E67E269214B06A2DE3BE812193E3D, 0xA0CDE6704450445BAD989A03FCA4189A, 0xA11080F61E3F4EC5B426CE240AC7BE52, 0xA2001C6EFEE243AEA5CCEE96DBE82AF7, 0xA250401A5DBA4126ABC7B9C8BEEC7DC3, 0xA3D7136708AD41BC898144C1820264D3, 0xA546CB2A8EEA4D76A87CF3906A297193, 0xA59752FA06A44E279205A0FB57CC4A20, 0xA675FA4BFD4846C2BAC076FCDC476F13, 0xA6DB57F438474053B7446B3B8970718E, 0xACCA6068E8FE482A99B3885BA6A98536, 0xAD24DB7A7A01479AB24F2B41BAD04240, 0xAD83B1515F75401A848AD98C47EAB9B5, 0xAE654D6DD93C428587320A3686BB705B, 0xB001EF93314146E7B89B506B6E3E07B3, 0xB0914D51E8404D59A6B975B8FCEE66D0, 0xB1DCD228264849A5A988548DB52E0FB5, 0xB209F15E445A4F649B1D7ED5FEE77E83, 0xB2F7D1BB4D5A4CC1B5A2B8C816B29B6C, 0xB46F03F492E745F6B80194D519323E42, 0xB9051CCBB31D4F60B4E2B3E6BE40EACF, 0xB981187FC9A3464D9BADA76E0DA4BFAE, 0xBB029CDB96694847ABF2E913C627DE17, 0xBD2B2A50C71D45FA98DD111A7704B32F, 0xBE754587FF63415785AF6080D7914C2C, 0xBFAB8EB14C4B4014944A6B24FC56AB16, 0xC0A511859FDD4DA486AAE93906F4CC44, 0xC0AF44388B1147E1AAA1FF96BC897B66, 0xC1529D75066B4E4ABA0FA542A16A3AB7, 0xC31B4640CA3640C286B4AA8D19B8C63C, 0xC3341742BEC34C3C8A8F2B396CD0065C, 0xC364C1945F37400990F24FB4B2BB54E9, 0xC3827D4005A34B40A6EF10C400A28914, 0xC3B5D532A58D4A088CC44FA9BA91B62D, 0xC572BF0DF03D4E169C1596AD625DF032, 0xCB39AF5BD0F042E0B9BE1899D9B36209, 0xCBDDA93FEFF146C89F5949B7192F3ACC, 0xCC29EAF831BF4D26A9AB0C20C01DEC95, 0xCE0E308E4AC84AC582D9DD972C8EDD8B, 0xD0CCB9E782F149109BA65BC03FD52088, 0xD259DBE20DDC4C93A566FF20842CFB07, 0xD49F18E4F91242C3A22A4EFF83946A78, 0xD8E404266E4E4803819896FD0654D303, 0xD9E477056D3341CA975B9FC8DC80C045, 0xDBB1DF178E8E49698FD0FF1BC0A03C66, 0xDC03D5AC527B4365AC31CF7FC8F50BB4, 0xDCFBA7D25D0F4B0FBFFE7FF11A03A1C5, 0xDD4ECF38AE5346F8B4011F14D1F0E9A9, 0xDDD370AC4ABD4D248BD26B86C7EFF1C7, 0xE0F3347668604A6D89AA40D92D85524D, 0xE3E5023750034D11A67CE72864145184, 0xE534D53552E646689EBFAB03FCD7CC13, 0xE71F97A2F7FF45E5BCBFA38A92160E7F, 0xE9C09C1DEACA494E81A35F9B55A9F22B, 0xEBCFD3CF50AA4D7792797F45212105C8, 0xED29458E96CD4C9084AB7D7997F9F414, 0xEEC6E893534D41108179F6BBCDBBEFA2, 0xEEF8832C14994319847B90EA3FFB7053, 0xF20377A8750E44648B931802509D9BEC, 0xF2F1C2443DE24FB987921784DCA575EF, 0xF353CC129C304972B5F6A12DEFDC31E9, 0xF3828011142B4C1F98C32A11CF7FF924, 0xF5EA3F6E03E94257A1AC1209980B9229, 0xF7E395AE270D4DD28F1696D16BB712F9, 0xF91DBB2F108F45FAA93B73702073FDC3, 0xF9383CD6C29448A59F25FC7C5293409D, 0xF995B2E9ADE24798A8746660688816E8, 0xFFA762B8BC96474ABA91F181751938EE, 0x002183FB49EF48B2A0634483A64002B1, 0x0025BC795EFB4BEDB32EDE0D47FCC5AC, 0x0026DB75AC0E43569B79445176CBE582, 0x002DEC168BD94994A7496D12C6ABD906, 0x0031F5294A104CC596A21E4631DAF720, 0x0036F7A3A0D943A4B8DA545D606E1952, 0x003925ADBE2B422A8BBB90471CF74A40, 0x003D5AADE5064F44A5E3FF7D27F7A559, 0x0053915066A541BA8CA4AA28120BE88D, 0x005FDDBE43B842319F1D242F1591C936, 0x006FE0639ABD4AE29E536EB30BF5C441, 0x0072E73BF2C0451285BB7D00F8B79C2A, 0x00A954A4B7EA43AA8F0B7E002E2EA734, 0x00AB43289E96475A8A4ACF4ACEF245BC, 0x00B6C5572B2D485285A80C94C02C4F49, 0x00B929C7D2884BFAA732309B05FE9118, 0x00D72F1E98F34A46ACAA627037B4354F, 0x00F111CE52E0483291A9874D20346723, 0x011212F0B02145EE829E8A4194414121, 0x0125BB9CDF5F45608F5D4E751B5CDD7B, 0x0145B16E447E497B99DD6937FC39DA7E, 0x018A8B811B2F4AEAADE0DBF79308BEBA, 0x019F299371774729AA0C5205207C1657, 0x01B2C21CFF4540CF9E2749281FF56042, 0x01B47EAAEFB3424E9EA94BB3F6407E89, 0x01B973BBCE624B20BFB636B0F9280C3F, 0x01C8D53E26B14A7DB26C1BBDD3362919, 0x01CFAD88638541D182D91353504B0847, 0x01D044C1FEC54E48879726A590827F89, 0x01DB8F1596F44276AC683B6207A0FC28, 0x01E8971F651D4DC7BE2429E0F240F36C, 0x01EF30E7216342A38875FDD1B8475DC6, 0x01F3B44CDAC7408EA27FE98C23D5F565, 0x01F3C586E0BE42FC8870AC281EC9B9BD, 0x01F60FE30EDE49CBA8FC376811BBE28F, 0x01FEB40AD0544E32A3D50B72CD4EEF4F, 0x020B02DB94884DECB93C91714DDD5744, 0x0218C5C704564DFB9D5B75AA46CEC5A5, 0x021D8A7A224042C1BE812E65AB79A78D, 0x0228B254995C4EE4A9211BB92C566501, 0x0237D7F89EE147B8B07E8859824A43F1, 0x025650885BF2462390FDAF60F2E5B7CD, 0x025E6D866E334A319CA9B31016AB2403, 0x0297354ABB9143F589A57A4DA8CE3898, 0x02981955DAE6473C9C18750DA1778E55, 0x029991326D0247569608EB1F6F3DFD1C, 0x02A642B5073A4DB9BD4C7F250D576128, 0x02BC4278614440E986AD955A665DD217, 0x02C6B6DF3F59484DAF52029AF7B82129, 0x02EF18072113413AB7A5B4297D15D005, 0x033DCE029AAA41A289E69D4914BC7992, 0x0350C2CCD98E4091B42F93F3B31759D8, 0x0352BFE49EBA40AB92132A739CD4889C, 0x037E002BAB3B4E12811F36AD499AAF67, 0x03822D7839AC4C098E5624718B69FE91, 0x0395EE3D954B4F9599F9DA7650A2142E, 0x03D9C9BEA2BC4BC0B5EE17839448A1A3, 0x03FB6DB97BBD45D489AAECC7E9847B4C, 0x03FCBF4DCF674267A051A16F86D9E471, 0x03FFA8D66D4D489D8480526C64829C69, 0x0410B248F2134A03B4BBC7541E4B3247, 0x043909C99DE04772A657387C896C19B8, 0x043D950CEB4C4912A613FD6C2C93ED49, 0x044D923989464A98907CD000388A6810, 0x045C7305E11243D5A96379275B83B062, 0x046DFA08A88F450AB29AE873114F4496, 0x049870ACFD804B7D8A44F6739012D61B, 0x04AB4C02BEE44AB7AA6FA55833AF39CD, 0x04B85A4D017748D5A75C092E05E557C4, 0x04BC2EC1F48D4848AF8E8F150C0925ED, 0x04D6382D8E8C402091B39342B8DFF0A6, 0x053F20DC7842404594BCB4B76B5173DF, 0x0542E0F1858C4E82B084517D1D365FC5, 0x05538776FC1E45EE8B342FCBBB78FB82, 0x056E8224264E42B4A9476CC727243990, 0x05755D26E8184EFB8D61AE0D2A86730D, 0x057ECB0D7F374F63B3570C789800D144, 0x058F420E0B2041C3895C3A975684770D, 0x0596794FDFE44F17AD67FA5641A4DED5, 0x059685A3B0E2448EBE9D6396EE1B7C4F, 0x0596D86F339E40F5ABD0EC343E99FC31, 0x059A7AF2B7274E7FBE434255DE620D42, 0x059F0910BEA04E2B90B8AF09535629C0, 0x05AABA9D22E94D42A2D870A5B56D870F, 0x05AE2B47ACB0403A98B4D539E2D04ED1, 0x05DAEC0CFEFD4DBA8DA12686ACA93A52, 0x060EC7D90338451CA032B415DC3384D8, 0x0633FF8678B64421BFCC954FE1A69A39, 0x064C6E384689414C851169E3985FF170, 0x0675503894C94D34AB4DFD70DF6E76ED, 0x069B308F7E774537AF3C94BB423E19B8, 0x069C80D2C2284142BDF018D8C89A3946, 0x06A401D244704025B265A718E40F1835, 0x06AEE637E4F646C6912E53C29A1675B7, 0x06B1ABC4DACD4877B2B2DE0FDE69DE35, 0x06BEB6CD1CFB41E7893322604417FC9D, 0x06BF0EFA0E9A44DCB073AB99D6634B59, 0x06C86694045747EFA8D38CD58107C090, 0x06D0C6C922F84D1BB6EA25896ECAAE97, 0x06DEA250AC5D44B1A15D689EFAE8C10A, 0x06E098EF833045B0B5E33501A19A33F5, 0x06FE04A968B646A2ABFDCB620303ECB4, 0x0710443395EF4A72AF8A8318626E719E, 0x074B18E2DC3842E48D59881CD1E20320, 0x076D236F5D0444CE83B5A5980D360121, 0x076ED764D21740F5BFECE9D617EDA767, 0x077672C32BAB41738EBFB25F5E69F1D0, 0x0783EE1B780949988924C7885276318B, 0x0788A8640A1149B38148A266CD3FC277, 0x078D674EB98C4959AD9E09AEC745A0AE, 0x07A5301E82DB47238059B5F1CCF80EDD, 0x07E1C9B1944F48819D866B426B9098EB, 0x07E76D6DF3EA4AA98CD9FBEFFF19D9DD, 0x07ED47DD5153460E8D6CA20E990A8968, 0x07EE55F516A44649A4C41F1E5028359D, 0x07F36510D4814EEA895BDDCB7B1DF95B, 0x07F8A0DC2F8E4550BD85F6B1C77084AD, 0x0808C2B7370340D69F404B2CDD3F5FD7, 0x08093BA35E4F47E19E8E5C4AB1E5DD29, 0x081C5A3F54E746ABAC2C19E82D250B17, 0x082FD7EC7C444AC4AB45997FF6E25DF2, 0x083B7FE4FD094097BB606047E2DDCA2E, 0x084FA99E0DD24F1DA38409DCB1E28AB5, 0x0862F6908C934565A6703251A0E493FF, 0x086902198DFA40E488A49CE43FCE5D5A, 0x088BB5581FE94C0788B55422D7F5AF6B, 0x08932630640E4772B977700781166E0B, 0x08AD7ED7A50041959E973B67A816D8AE, 0x08B10F3C762E4FF48F35F42D533C9674, 0x08B776701F974E6B906F4A99D94AB6A6, 0x08BBC8D0FA5C46C2B56B1046E67C3C3F, 0x08DE8C665E664A83990807FBE24DC230, 0x08E017F74FBA490A8D944E3D971E0177, 0x08EBCC42C83446F2807D75F5298A720A, 0x08F0A208CE074E1D9961D29D5C3701B3, 0x08F772831914495BA69D7B9A40FE9574, 0x0908F91C79A54C66ADBB9DC3331BBB1F, 0x090BC79714F04ED0BEA82AA6D816B180, 0x090CCA047EEB435A8DA4FD4B717C2208, 0x0931868D2CF244B6A4693CA7460A3C2D, 0x09374FE997B64EC7B52FFE915630A1C6, 0x0969C45CDF83422388DD9CA821E9D0EE, 0x096F1E0381A647C0887570D7B67F5C18, 0x0975B4125E6249F49853E1A35BE2E6A7, 0x0982270D8AED432598C9EC66F33EF4E6, 0x098BEBCF440F4E2BB8F2F24107FB4864, 0x09927085FC91439B8DCC1D70A101E1A2, 0x09AA1DD5B02D4764BC245D79ECFB1AF3, 0x09ACAC67EBA147C9BE8CDDA4053F99F2, 0x09AEDFAF690549EA92B7B17C670F1E27, 0x09C0360630A94656A040BE2A19924993, 0x09C66AD8C6574AA1BF17EE086E4BEFB0, 0x09E775D5B3FD4CB19FE162CB808AE8BE, 0x0A11C942ACB541209029B5A7D4015C74, 0x0A1F3EA883B8491F8E6EE8FCE839039A, 0x0A431A08D18741908B2118D859C4A95E, 0x0A56F9ADD0F5454D80FC747E48714908, 0x0AA545642F464730AE838212A3D71CC8, 0x0AA6E5C7904F4A0F9731CC621F1162FB, 0x0ABDA0B7D3E94096B194ED2830A4B17E, 0x0ADE87FE713E43BF938A255805599BEE, 0x0AED53805511423DA21E925DB27FF4AC, 0x0AF60C85A1AF448BAB7440AEC451D4D1, 0x0B00C0AB233E4A90A79ACA81C247EC5C, 0x0B080294593A42B3A8BF7714697C438A, 0x0B122E18E3B04AF1A7FB849377A4EFA9, 0x0B2A3C5F88634C3E8713333F1AC52A69, 0x0B3653ECEF1249AFBE673229C498D63F, 0x0B36B270C47A42A8BD20BD987A34000A, 0x0B3783BFF6844F889DF511EB40A28FC7, 0x0B3814A22F354D32BC1D4284BD99C1B9, 0x0B3DD126068B4C1B9FF4FD5EF8B25EA9, 0x0B69A90B18414E5CAD095C42857480EA, 0x0B88CE14581D4C789FD1E033C10D4349, 0x0B91AC4A8B0A45BB959D43D63815B9DA, 0x0BC383C4F5C04E68BA9DB1B9444F78FC, 0x0BE771D4C5AB405FA9761BA962D32AE9, 0x0BF44F01BF074B10B984DA056144AD2B, 0x0BF573D6FC7E42618183C3502E6FBC2D, 0x0C011528529241858525440518A65F94, 0x0C01221339CE442ABCBB569ECBA4AAF3, 0x0C029E54C5764B67987CE99BCD9CA993, 0x0C04396D9AB64B46AE662358C6A58343, 0x0C3052D2BC5D4FFCB15D73C35DC6D3E1, 0x0C31F544A8864687AD9D07ACB0C8CDBD, 0x0C42F8E486ED47438D4834BE9D2A6173, 0x0C8BE5C1FD024A238ED154AD5514948D, 0x0C9681C8E1F64CCD926B165508FAD803, 0x0C97F0BE31444C64932DA72F9A4595BA, 0x0CAE485F293D476E8CBD339EF6F2DDE6, 0x0CB2085F98B142E8A7449E112500A9B0, 0x0CC615A9859C48B9A96A884C4DD288FA, 0x0CD4EA946B6C463FAE5F8D987000A148, 0x0CD9479E39224F149CFABFE9D6160694, 0x0CE2F83A8AEA4BEDBC20FB34F04FFFC9, 0x0D062446D2A547EBA0F32E5BBB5F6F19, 0x0D178A23291445EE991164A9AE45E65A, 0x0D1BF5D152CB49F6B6674DB147DF7958, 0x0D1D72FACADC4D75A7C40EDDF3EF3E94, 0x0D331AC511034D13BE453E9A3E76801F, 0x0D591E7B5149493EB23F2C3AA08B3B68, 0x0D7C580E81DF41DBB10607EE899DC4E6, 0x0D7FC862871D41C789288789644FB2F8, 0x0D9139887EB94BC3ADA51BF8C008619E, 0x0D92DECE3BA14ED4A6FEB562E54FD2C7, 0x0DA604253979438E9209D96BCEE13E98, 0x0DA92E27856646E89664584200F99795, 0x0DB51F71B2C740BBA41277F2DE1A85D5, 0x0DB60877B63C44C696485FC12D60B7A1, 0x0DC4C779B396466F82EE69DCE30F72D7, 0x0DD76E9ADA4540A5A35EB8CF6D234200, 0x0DEDDCD4CFDD40A6892F175116E68B52, 0x0DF0B6BC5B1545428E4DF0777B3C66D2, 0x0E114737703F404A93678BF1758CEBDD, 0x0E345F7A58D34D9BBFC027EB8D5707D3, 0x0E51F8318FC54473975E75F4B8A71D4F, 0x0E63D97A84834E57A27265D48CAE1879, 0x0E69F8839B3A435899B174C2145A92BA, 0x0E709EF26A384D6CAB76FC4AA8BFE48C, 0x0E803FE911154C8BB33131237B4C692C, 0x0E8131B7C4DB4CCCB918DEBCBB5C0158, 0x0E93479D8F19497BBC67A36ACCA01356, 0x0E95E4BBF7F44C46B314C98A29F324E1, 0x0EBF747536944A76B50F7FE241FCC005, 0x0ECACF3D60FD469BBD09E4BCDDE369F0, 0x0ED2D919D65F466DA73E797E92E22FCD, 0x0EDF1537D3B141C68C6CA4D178782AE2, 0x0EE18214C6CC42E5BD44C3FFAD27CB86, 0x0EE972608029433EA70AFDE020A693E4, 0x0F1A935D1CFD42E9A94E2885FBBA2435, 0x0F2B2F781A8F4B0287C1AE775BDF8F94, 0x0F2BC3E5DFD240E0BEBBE0EA5AF51FAC, 0x0F4C91F376C24AC09A750F00A9C6B3F8, 0x0F642F65F70149069140818BD839A5A5, 0x0F660E1BF2204AD79CD7C07BCBEC5812, 0x0F96F4BDF9FE4B4CA85A49C0A239A2A2, 0x0F9E1092C5F945F1A668BE074CEA1168, 0x0FA52932EDB945DCB61D21DA3E690595, 0x0FDA5A333FF243199AF5F5D3D2C7C339, 0x0FDB5533457549BD93118654B6E6304D, 0x0FDDDDED74C74CAC81796DACE7F84CB8, 0x0FE079F367D94AEA87A423588A96EA08, 0x100CBF41FC6D4AF0A893FFD245A96BC3, 0x1024963964C54755BE7B08E26E097D6C, 0x10360FA061454AF3AFFA0791F8883ECC, 0x104BF4E9EEA347EBB73FFDB578956373, 0x104DA986185E43318332E4799EABFEBE, 0x10648521C37C4A2990A6A6BFE41477C9, 0x1074326C8F464D6A93B236AD16385F43, 0x10A503299C9A4E2C83D3173117626B17, 0x10AD6321E49647AFA678A71653EEFE9E, 0x10FF0CE68DD94C5F8A5FBDD2C2B18EC3, 0x11044BBAFE4B40BF969745897E53246D, 0x1116DF43663E41308D1355156A056BF0, 0x11198C0DC6CF4F19BF2E639887EC6B94, 0x111ABBE9CF0B4AF3853292BA930E143F, 0x112BE9241DA24436BA1B31C056EF3FA8, 0x115997122E674B089941BB6E71B76739, 0x115F49126C474C3899C0B275945481ED, 0x116530191F5B4D8597F2A32A5C2CC2CE, 0x1166A131204A48F5853B07879906FA45, 0x1175AFC4482E4493BA1910F60F296142, 0x120571E072324381AA984EDB6B3FF409, 0x1206F3B2CAF84304803D06940E441616, 0x121A0F747D2847F0A221ED79076C559A, 0x121FED44AF5040C9B5E1E275A47A3C0A, 0x124FF47703F04D368C7DB4A3D02E2910, 0x126F99DF4A624F1F93ACCC77DA15B20D, 0x12AABD128C494157A97138FDE38DC943, 0x12C80385D3CB4DBD9BD377F76F10D805, 0x13148CB87F1342E68FBD7E045526BC4A, 0x1320E1F2012F419AA8A401D471024AEA, 0x132253CAD0B745CCA81922F4F92DC86F, 0x132D8DE6F59C4ABEAAC010E1F00678D7, 0x132EDC6F10674657B30F11D4D3D6F1CF, 0x1339CB0CEADA4A26B1275EC8289349C2, 0x13424318361644219B49C29D8A3BC014, 0x1346A95369BB48C8A73C0028031C158A, 0x134BEFC2CB7241FC828843237DD0579B, 0x135CDF9E7E7B429BBBCAE65F0B9058A6, 0x138596E4CD1847EDBC4413619927A7E7, 0x13996D7514184D0D831384E128C7F808, 0x13B394EA8A3E49D7843EB4AB07DFC2F4, 0x13BCC8A92A574C5C86CE5BFA47927557, 0x13DEF776B1E24557BEA02C3EB7E93F08, 0x13EFAB9C3D304990B9F32E61D875F3E9, 0x13FC17BD5D754C888E09EB8944AEFBAE, 0x13FE40D10EA149979C387A5C19015E89, 0x1416BA44A5194D359B3FCBA5406F3565, 0x1418FD871CD347529604A357F7B95F96, 0x142C6E7BBA534D84AA45CC29BDE2F37B, 0x143D207703604B6B9F9A18D686DF8B12, 0x1457FD538D5F4C88A339B29C82CC8B59, 0x145A0F419D774E2389EC9259F6BB02B0, 0x1469830FFD844B7ABD19B7A990C2A16D, 0x1488351494E742F29396B2A3A6F2AF1B, 0x14888F07BE8C445C9955D2EB826971B6, 0x14AF01B871954D6FB128018BAD402B5E, 0x14DD5B81B1254E44800B0C6634B46182, 0x14E8176914E94137857C8F1FA2FE9CCA, 0x14E988BA1978470492918F18C0E62B68, 0x14EC3A3AD5B44A34B257199DF6661F2C, 0x1501E8509E164F1F90DA0B812D3290E2, 0x152C40C436F04A06B376790FB26D02E4, 0x153B1E78B753470CA9B60F361F3B2DB4, 0x1551B5A970A04C79AF7E01801AABE304, 0x15749A26EAC64AE987C920C4514E4C1D, 0x157CCE3243734C41839F0F26478F8B53, 0x158CD62E444C4FEBB10DFC4F1A10A5B9, 0x15EAA430C3414EFDAF6492CC413C1861, 0x160C94C8E8E747FA8CF26EAFC6ED8D2F, 0x16392C5F4EE24FE993CBEAEB4AB39BFC, 0x163AFC903BA247CB8F409DEC1F5013F1, 0x163BC06344E7473292D40150034FF908, 0x1641942401204711B72539E20F66F6DB, 0x164FB4A8C9C6496EB84CB2E8FB82451F, 0x165356181C4B46DDA96B8A1D8CE3F0BF, 0x165865F4F8E949409BF1E273E63D9C8C, 0x1689F6EB9897406CA40570E0BDE8B3C9, 0x16B0EE2DACDD4BD0836A57502BEE1752, 0x16B201DED3274FE5B2FCEED2FAA09627, 0x16D6693D7AB34897BE9A12F889F894F4, 0x16EF1D8A93534ADEA418B0C18BA7A0A9, 0x17222F4A917B4289B7FE8D7DE5B8CA8E, 0x17258665432F4601A1E2EB23523969E3, 0x17284DFD314F4F94AE37884110F8DC9F, 0x172AC0A2C464469997E7B896484034F1, 0x172BE8313073497BA20BF79B1329FF17, 0x173522ADD03C404F89DD932FB1407E33, 0x173CBF9E7641495382EE3AF528087ED3, 0x175F3EB8F71D49EE9C13A88F86B7AD43, 0x177B5EEDA55F4A1EA8772E8DDF537A38, 0x177C76E8F1864565A6CAA7DE7C9C5C3A, 0x178851CAFC514BBDB36294637F00BAFE, 0x1788B34F659A4ACD93B0B5B793DC2A7B, 0x17B25B1B44F4431A92A2214089526B48, 0x17CB2A14DAA94F79933A1A6404A9C020, 0x17CF566AF1BB473CBFF02DDC6EE38C2B, 0x17DEF24CA2F14153890D2DE37DE669A1, 0x17DF36E83F3D476781ACCB77AEC89FBA, 0x17E2AB73BC554D68A6FB3718C8B9E28C, 0x17EF24320CF2429F9938A9AA33889D4C, 0x18144F869C9E4134A9E8CD94346838F5, 0x182D055AC86E492898DDF2DAC44D1386, 0x18338C9AFC084C5DA693EB6427E8EBCE, 0x1837B88B20A24CECB1EF7309565A2F63, 0x185281FD7BEF46BCA86E87695ADA80B8, 0x18649313A75A4464A1B426AF243781D0, 0x1866C8AADE0840AAAF8CC5A57E56E132, 0x18966C0971A34AEBBC41411CE2172774, 0x18B9B91E17C44C2EA7FF4AF514B2A01B, 0x18BB8964DF5E45B6ABD4D1BB4404438E, 0x18BD2B4BBF954255AA34B8E5A073A71E, 0x18CFD203455D4E52987CF9610001D1A7, 0x18EA8E45675E4FFEAF1AEE8B8E50D79B, 0x18F045588A6948109B4003A9D18B0625, 0x18F071502A504420B52BC24433C8D087, 0x18FD222B14A04133BA8BAF3295932DB6, 0x18FF1CC29BD946F39CF05E5DCE70A0D9, 0x19051A4607434C05B244D08B54C1716F, 0x191E18A4CE6C4AEBB0609C7F6433F263, 0x191E8796A4494CEF82BA9773E9834253, 0x1926345EDD134F38918FE2A10AEBEED0, 0x19292471013A4D5DAE15B45727E1794D, 0x19348245961D4E1698BE674ECF39E6B8, 0x193A836198D94F4CB2B4C2F80792FD42, 0x1943EAABE904453E99914AE7207306EC, 0x1957E7E253464011BECFB4A928671888, 0x19699924708645279A96E30AF1CA4AEF, 0x197DD57554FE4931BA24F58B4F734409, 0x19C8A69B4C7F48208F3D33B9340C2FA8, 0x19D90DB061FA40B492AF0366ABA7FF42, 0x19E74504741D469B98AB367231CC737A, 0x19E80108A4C143A88B2FE71F40F65AB2, 0x19F3E3FC8DF042DF8190607E96E55E55, 0x19F4AD46AB3E4B5EABEEE4ED8DA13EB5, 0x19F4F9B1DD224C7E918B7EA24F4F03E3, 0x1A29262754E448B4A3AD119A63930FC7, 0x1A32FD674CDF4702AE8F04091638CBBA, 0x1A33226C35F04D3E85550094B5DCB08F, 0x1A480D5BB4BF4F768AF47117A5786C52, 0x1A5DA673AA8248A797CAFB245E3DABFC, 0x1A5F37946DBD4D1B91602059C8E3B410, 0x1A64B821AA124856B2003BBD6FC67FD7, 0x1A66DCABCC1D41D19C5515EEB06C7F50, 0x1A68345E08674C1A92C9C1984EC9B097, 0x1A861F5EFAC1449ABD92BA4CED1FBFF8, 0x1A878D924E4F47B294D7EBBE52B7241B, 0x1A8D399BF916428484771E031E656C17, 0x1AA2A2C19203451F83EF6D40F6B33A2F, 0x1AB05F0361F4422E9B0DFD2E5FC190EB, 0x1AC0A83FA7BE442486E14EA25F30FB0A, 0x1AD4FC02B7094BF0BC7D719BAB4D4FE7, 0x1AEED1B65E1E43219D8C7372246FAC1B, 0x1B0AAA4DD3E8490981383C627E80B90F, 0x1B12ED065DB74BEEB5FBCB35601C4EC7, 0x1B1EB5DBEEBE4C0A9EDD4E5F87173C6D, 0x1B453CC28463421F9CD3DF29B6A9074C, 0x1B4E48E179124BE989012AB5F8EA9BA5, 0x1B567EED677143B4B2FF00A47EC8D856, 0x1B7C329EB0D74168A2A6067D41747E9E, 0x1B7EAEAAA6724B2CABA0F94EBE2FEC37, 0x1B94E922797F4087A721BAF3D55861FB, 0x1B9567C4EF844DE48B42876E781ED771, 0x1BAF1DD27D7444B7A2967EB5CB9A2BD3, 0x1BBB476579F04E91B97D074ED26104B8, 0x1BCBEFAA8FA342FE89DDD74E16A08507, 0x1BDB11553E1440A68C5F1310FDFF3B4A, 0x1BE3FF41F46E467CA56C608D24EA7684, 0x1BF79F5DB4C34D55978126A29802FCB3, 0x1C04A97480EE4A79A63C907A9723E87C, 0x1C214A1C9B3A41E7AF6480EB6D39B8FF, 0x1C278FADA7B3463CB348C5FBEB1DC59A, 0x1C28BAF1FD9B4BC9A4A364D39804A0DC, 0x1C44538A64D54493ABDD7DA54C446CF3, 0x1C6229C6005B4F858D9D203D65678BCF, 0x1C92AFEF01A344DB93BF2E370AF2063C, 0x1C987CF03E8E4C208B038CD5AD153897, 0x1CB6C857E4A34400A35E7AFD1D7F1BBB, 0x1CB9A35F9560445EB0E5932F08CF4ED0, 0x1CC8A026AD5F416F91E3970B42AB60C3, 0x1CD1230D0A44420D9DF81D0027A4AD87, 0x1CD43A846E3F417DA50A1C1FB0C3FAA3, 0x1CED7B679D6445B6B7A8174852F8C866, 0x1CFF4C3AE71C427E96AF9FC407F75541, 0x1D091C15062944DEB8EC827029805CEF, 0x1D0C35FD1C244A71A1CCB8FF868AD27E, 0x1D0CA526B46A498E9BD865825326B9FC, 0x1D15B771E27242C9B3F2A730569D6D5B, 0x1D32595926234BE99D1432C624BE8116, 0x1D35C8E3A1BB4CE484729C568EC4828B, 0x1D4EAA312D074A9DB25EFE1D085947CC, 0x1D87C9364EE84A748BFA4DB0AB4DCC27, 0x1D943B0FEF794FE6A7140321E4427D07, 0x1DA2681AA8B54F94ADA42AD5379EB8CF, 0x1DB15DF2F62447E29BA4FAD971A08D1E, 0x1DB506AC978F48B3805AC4E789BBF7D9, 0x1DC8EF1575F94083B73EB33F898DFD11, 0x1DD1982100604B99A5739C994ECC232F, 0x1DF73C6B75A64D88A87AF313F83525BD, 0x1DFCB1A674BC43AB96BEA7710F109252, 0x1E074CB225094EEAAD7ECC9EA6915FC0, 0x1E150C827EDC40C0B0760F9CB4C96306, 0x1E451056F4374417B57470416537AC71, 0x1E45F19FA2DB438AB3ACE5D9CE0F7322, 0x1E518DBF4DD14357A7DC34B6E6C53124, 0x1E55DBE6D0AD425B89E0D7B95C45B409, 0x1E65B6E7D1B84575BF87FE2D9F6155AC, 0x1E66128CF34541BE8E8E05C7CAB456DE, 0x1E6D5C3AC44D4B0081E1A1BF25BB5FCF, 0x1E81DB9138C7477FA3DE877BF791B8F3, 0x1E8D517C30214FBBADAE0028C8FCFA6B, 0x1E924027746F4A339CA5E1EDAF32AD61, 0x1EC00D00B43D446B8CEC5C510782B401, 0x1ECC2ADD3E08401E8A83A78047D6A8F5, 0x1ED42B8FDEB7413BA1CFFA35D9851DDB, 0x1F0ACC96863F43DEBB58DD3C60CFCF4F, 0x1F0CFEDB0FF14DCC9D24ECB69313CB6C, 0x1F1961E9B91444A9BB90D68A18E7FA97, 0x1F22528C2BE942D2899E91DBA8224143, 0x1F28BFDECEB84B4AB5B5BE001A9DE5A3, 0x1F353EE169B24DE7973E36FFF2173E15, 0x1F3E4521B36547559D980984DE34AADA, 0x1F3EBEF903F747908A545D4517CBF632, 0x1F3F826F54F54DCB99A250469DB94EF4, 0x1F44351735494064B32E424DBBB9F8EC, 0x1F4B5C76867F450D929F6C33BF1E50FA, 0x1F6A4A7CF26C4B7C858320AA26D01B7F, 0x1F74DAD612C74D32A9F3D6649686C5A3, 0x1F762E0B625F4CB09DB8250131FE1155, 0x1F7AB836EBB24015A85E4A158ABFBB19, 0x1F8596D5EDDC4DCA999F99C2BC9F7C33, 0x1F89E82DDE5644448ABA9C4E5BE4ABAA, 0x1F8CBD2894F04AB2B6A3288A0066EC01, 0x1FA1A0F56A144668946683FFE0283313, 0x1FA6834CD6384C3BBD1A2EEF7D74FD8D, 0x1FADF0BF329D4C5AA0773CF73129E512, 0x1FB344FA5AEB4738A9675D6DE6E3A01C, 0x1FB6C65CEB344E4582BA5D8A3057685E, 0x1FD196EDEA5C4F8B8E564731C693FD50, 0x1FF753C08F004B52B06376EDE181B974, 0x200DF95C51384D2AA89D40AA85FBF873, 0x205E5E9E913F40A5A1D24F4D506A1726, 0x2060B3A0AF2140F3A94B999A8138AE73, 0x2068FD3A0A7F45528D55A5E9A541F9E5, 0x206A233F1F3F48F68749D65F9242235C, 0x20713F86B777401287E735AD77F0BD43, 0x207A2F34DCED4A80B239F446EE9A3588, 0x208F69CC8C8A48D395A057DE009B6C9F, 0x20B9E888CB1E42CD9C5217659D4A82CF, 0x20DBA145730E4A0F83880BC905FC2D74, 0x20EBAA58A1CF427B8CFCDD7077B343A5, 0x20ECAC7E99514725BAD9B868B08E7459, 0x20F4DD5BEE4E4B28AFB9D0C3142548DF, 0x20F59A6F3A6948DE90D940704DAE0F89, 0x211D6F5AFF8E497BAF5F0DA34E757115, 0x2137A46FCD1F465CBD43E6EBD0945A55, 0x2138ABE0AF29489D90F271F970B49907, 0x2146F8CF88914B2EB155A6C202DC5DF3, 0x214B241F9E70476BB4D455E4F2668C02, 0x215D3FD70E1840528041699A8EE8EDEC, 0x21630BC68D84414E92341D405C365F83, 0x2170965016FC445C868C49DA383E4F07, 0x2183D0ABC9BA4B1592101112712A0230, 0x2199DC6D4E374675A9DEC3A468D417EF, 0x21B0DE2C8E7D424DBD0FCA5AEE3C403A, 0x21B422B54891422BBF62905B38310B66, 0x21BBF8CEF6194B5C854569699FAF9482, 0x21E6F9F10C1540A4AB8080A71F136335, 0x21F43DBC10F14CB18C08D8763C60A4F3, 0x22076ECCEAB94A8AA95E49EC9DC08874, 0x22177167B2774EE7A67ABA591E1A4830, 0x221915A8524B4C07A5E64ED2D0336B9D, 0x221EC2ECB1CB4BEB9A16F75ACEB0F590, 0x2229D90E83BF458D8AB6A5F921DB314E, 0x222C67D7DE2241989DF7FB349A85E3DE, 0x2236C5BD2E614890B9BD3943352FA87A, 0x22482C346C2A4322BBC3F65419E0BFC9, 0x22533A624ED149ACA8CAA4C7567B7B65, 0x2259A796F1BE402380609EB8747DBA05, 0x225AA36C20AE4308BF11610539A06F4A, 0x226581AA2A734889A4B9A3250E4EE476, 0x22690E561A2C44BCA9102E8C2FEF26E9, 0x22751B7BCA5442F39D314135085B9580, 0x227E9061D1064582A1514ECA4A04BA74, 0x22A85AFD7864483891397A2E39B62974, 0x22AABD5E61BC4D3FB5CF592E0791770A, 0x22AD3C1F77A9484E87D3C20DE124BE3B, 0x22C1624FAD61438B9CE0002CCE40EE43, 0x22DA90897BF84EB6ACAAF1E45EF95899, 0x230768A97C3E4368AB6E2C1C39A80798, 0x2315AF4F36C64A1D92ACDE82DA94D88D, 0x235DC77EC2AA48BDB96CB26BA3A89B90, 0x235DE5F763644CE1978461ECB354B5EB, 0x236342C0E4EB46A5B866DAD4BAD11EE0, 0x2395904D1E7245A3ADDDABA7E1DD760A, 0x23B05DD0769F4AC4A461BE899027F507, 0x23B48EB427AF44E6A9F3A0D986B16BFE, 0x23B4C75FE9E54CB3A79258A70E7EB289, 0x23B8E26EFC4C48F9816354CB4E7C8B16, 0x23BA28AB265649BB974501E9E6D1315C, 0x23D80D671033459DBB29E9AB15396CCB, 0x23DD7F9682364EF69CA9E3F291696F7A, 0x23DFCD36024C4D519205FAD42A615C12, 0x24376B582FBC4E688AF0B067EB08EFE9, 0x243D7D22B0844821B06D5815B54E8D8F, 0x2440C6717D65437EAFD7972AD2BB05FF, 0x2453019509A442338F37D6112958E2DA, 0x24550F9DFF494361985D6C55BB4FA115, 0x2459AF8E72D7429388746C40A8FDEC93, 0x2478BD56FFC54508B71082D0E8B14D24, 0x24920C933BC94848B6505C252B6F6331, 0x24924E1F7A764AB79FA44A3BF9B7051E, 0x249F8F9A7C184F90909A33F9B3DC480B, 0x24A17D81AAE545AD9E97579FB4B8C6A7, 0x24A4225A8AB0432E9E3FCC9D75352D11, 0x24D141546BCD4F7F907B2DBA65CADB7F, 0x24FE94B4479944F8A227253F6B873376, 0x25018FFC72ED41DC9EA0E0E3E982E446, 0x2504D2827301489BA25C121BEA4588C4, 0x250899A92AA443A6A8C27ADB6D664461, 0x253405C7F581423988565EFEA9631055, 0x25463A50C9934D3B8C8985CF12561F63, 0x2564A26FA9074AE193A4BA844E45AC0B, 0x25685C56A5A144C9A2C0B650EA25C224, 0x2570148CD2D94FD4AD13301D6A4CA6A1, 0x2584BA6D0DD249E78D9195207C6F5CE0, 0x25A42CD114154768BB0929BCAC7C6745, 0x25B89AB3C0684E71B1F339EE47C4F016, 0x25C610F89EBB4D57AC16666C11E64A48, 0x25E3D9C9AF7D4DFAB22F4C4CD887D5BA, 0x261AE4070D164FC7B5C5A183C7096F3E, 0x261ED996962043D69F70F86122ABDA0E, 0x262B915384024B318EACF89449D5632E, 0x2638C20D9FB640B38407A8EB440B2DE4, 0x26426C5776144B2DBAFE6D055E4BDA34, 0x264953270D17472CB9ADC59F320CD9EB, 0x264D3BE8A56646CDA4352AEE5C761DDF, 0x26692B65332A40DB92AAEF71CFEB4A12, 0x267120570B8A4267B41B3E4CF509627D, 0x2688E7C610F348F3B2279410FA2635A2, 0x26B471F6ED0F4927A236F79C5CC0ECEB, 0x26BA03FF10224F60AD96AB58F60A0B1D, 0x26D10EB0A033443ABD54162DCEE9D456, 0x26EC5F20A86244428EC16FC426E9A1CA, 0x26FC22E8AB7A4E539E4650EE71E976A5, 0x270F1064C5D343E39170A2214D8E9D1B, 0x2711A04E8ABB4073B9FA7741BFF6D1FB, 0x2715636D8BD14D0DB09D9A14B6E6CE2C, 0x2737A2F66FBA4C5385C7B39AD31116DF, 0x2746354AF32A4BFB981DF84C7A678AEA, 0x275BD473D137416FA6658D42BF546E1E, 0x2789D4DC1F2A42B5B6D095CBD58B14E6, 0x279C07E78A454D038C82F3285279AAE8, 0x27AB0EC8BEE14A6A8EC3F14382C6C771, 0x27AE7E56367C497CB26A88BAB23C60C0, 0x27BF94D4C11F41EE8EA1A106A36D7AEC, 0x27C5047A61E541EAB5837E30C4CEF5FA, 0x27C60E814455442B9C8D1955A3ACDBBA, 0x27C79880858547BD962A45CE33F41F10, 0x27CDAB84619B4C4CB0A67E391884E061, 0x27D7F3F6884F4835A6B2E926576ACEA9, 0x27E1A00E315D47F4846CBEDDB60A9A02, 0x27FB698700474E25AE34E91A0A835674, 0x2817597CD7BE4428A84268C51A726CD7, 0x281C64C8CF0B4568805114DB4F81FA22, 0x2836114DFA3F492188293AC2138343F0, 0x283FBA7EA6714B9FA48F2D26D13CD733, 0x286268F6613E41A89260B3F4DC61E983, 0x2866A58D3A904F42BA38F352A8BFCE16, 0x286A5D07673A4084B8A3A15F5F893A31, 0x2882F3003A8B4CAAB5F361761CC72F88, 0x288459A29E3F45B2B982DA6F441A36D1, 0x2889F18C104F4371B5DCC1D238F1E2F7, 0x289BCBC387444A0FBAA30931FBCD55C9, 0x28A75C33F3EE4D64A4B5857C0E5B1BC5, 0x28AEAEA0128E4A8CBF97D4BCD64F50CF, 0x28B2F50106664BD582F8E307A26F4C6F, 0x28CB32E2D91949268BBB3E14F0A81E52, 0x28CBE695BC5444469129D80A0B3E94F5, 0x28DC2799C81D4777AD8CD95A61A4A3E0, 0x28E474D53D514220B645D11B8978B7AD, 0x28EB6DEAB7DD4796A3984560678091AD, 0x28F2CAC56ABC4F4BA4C2E02D1D628AEC, 0x2904DECA641C4B4388333A928B537E3D, 0x29093DF0D99B48DFAA58DF6D2DDC92C8, 0x2913263CBE154D65BAF090FB6981E86C, 0x292448E36D5549EBB0F946E0CFD4CCC8, 0x292553F1AD7E435E90B7EF451913A787, 0x292B957A247841B4B81BFB4B1FFE0174, 0x2953348CEF88494A9E9BE37A8285013B, 0x296C908E81A244628C00AC58CE227B8F, 0x2975AC157CD84BCE9FECBDADFA4DE39F, 0x297ED311B0014E9FB9FE282E67F95436, 0x29AB22B37B54415787215B39F5A4068E, 0x29BFC782C6EB45CCA77F4F93A71D3ED2, 0x29E7E4D0F30B4388ADB48CD9D9EE976C, 0x29E87D5A685243498B52BC0F9DC49ED3, 0x2A016CE0B8D6406286BFC4F876C0CB4B, 0x2A0A71EADD954835B3C01617D19B39B1, 0x2A1BC002D4B34513A5C74B00B6177F61, 0x2A1D47833F634BD5A1EB0151EC2A0118, 0x2A1E20E3AB2E421896ABF8E3642033D6, 0x2A1FFA19A5614168B3A9506D23094CAC, 0x2A25F543B3734E20A1CF98299B185E15, 0x2A2E597DF66B491F9701B14D383C4500, 0x2A3C84939E4B410A99740E4FD0A8F55C, 0x2A56C396488E4FE181BA8A32EC55BFB1, 0x2A7FEA14B1664FE1913F431F918F5F2F, 0x2A92D282378A4865947510926AE14CAC, 0x2AAAA9EAAE2D4B18B848D732FC6F3DC5, 0x2AAFA2EFD5394C18A1BCDA2FF68D088B, 0x2ABBA1F4B57F4AA08A988ED9F82E6256, 0x2AC6BE197F3B4B90BC7B9FDACB9CA0DA, 0x2AC8C33A20D74EE981BEE68F09943927, 0x2AC8C570D89C4ED8A2F4B8556E932259, 0x2AD0EE85A2D744C5926A1E482C7E6226, 0x2AD5DF8AA2804955A8EBB3C52AA59F3B, 0x2AE665FDE9F34CCF96CC1ABF49129634, 0x2AF3E1A5627F4DADB5E3438F7E70B215, 0x2B041036E2274DE9BE182717EC5F5712, 0x2B174C4BAD7140998ACF416DDEB92318, 0x2B5990F438084F5F938F9DFE4E577AC1, 0x2B6D3A7FB7744B5AB24998A0E1B853EB, 0x2B8DBCFC1A2F4D87902BDD131B5563FD, 0x2B900C571BC44510B284BD65343656C2, 0x2BA75A39956742298BE74182BB59721F, 0x2BBE9271A3FA49D09F7C9D45BBF5FB12, 0x2BBEA2416651480385FEA4F4938600F9, 0x2BCD41824ACD486490063C0C2C0A5681, 0x2BE152F7CAC34330B6E1DDA28FFDD048, 0x2BEBD53E848D4E38A43A0F5E49ACC253, 0x2C17AA06C912460D988F886BB53EF7E3, 0x2C3B1B170DFD446FAC11DAF1D670EDD9, 0x2C3CC8E8A2F74280BAAFCABDA3189B85, 0x2C493087C1854D31B47ED06A227BA450, 0x2C5A326B4D6D4603B93DE6D0175AB17B, 0x2C6D5755B0314DC09C329E731DA80486, 0x2C9936B2DFEB4F328A9ECB6550786994, 0x2CA120F204FD4F25A04D9227CAA9951F, 0x2CB82BCAEE8F4434952EFC6879666E68, 0x2CD19D7CBE5541D3B1DE87E614FB67F4, 0x2CF225F3578F49F0B5A5C4F943DA5594, 0x2CFAE838BC244C4B8B9D94F7A2596CD2, 0x2D01EA15835B489EB5038D478D5DDD2E, 0x2D0EED788A4341A88A8381AE002CDEE6, 0x2D2D42D797E54D4088E49B8A0D5031CB, 0x2D4C37D9B44C4C6885505A9901E7C1AF, 0x2D522B1B3E434270BED776169FCB79CF, 0x2D66995BBCFD44D682846D5F447B33B6, 0x2D758584F8F9490B8D98393877697497, 0x2DA3B1B751904760AC6CF3A248F999C0, 0x2DA44F2D846842F588D5603C4307D201, 0x2DB0EEA6FCE3483E9CE4E27BE3FD40FD, 0x2DBBDE8018934C13BAE9439CCD0421DE, 0x2DC24A4087294519B93E6D61AE8CB19B, 0x2DD5CA641985438EA78B9721B75859DD, 0x2DDD0C22D1B849A58CA20BABADF714F5, 0x2E0070D69A3447418B11B40316E78484, 0x2E0C79DD0F484A95BE29A45C4829B912, 0x2E1E2493E5AE4B5A97D9660EBE01B1D9, 0x2E2B3C576D1C4D6B96CF6E07FD9E7548, 0x2E4B3F9090F244FBB71018CFD8C489D4, 0x2E4C4F825C764D8888973DBDAE2BCDBF, 0x2E59122022BF45AD9AB4F12D3B5C7E36, 0x2E617B124A63457793129F215691D5C8, 0x2E62593BDCC04CDA98E9FC325B4D1552, 0x2E6D188367EB44789EC2AEFF84862AF5, 0x2E7EEF5461194F71B43D1F8F10E8D425, 0x2E80B79C007B4CAE88DE1EC6F9F99C23, 0x2E93D381D3354AC790A2673EBF1F8F62, 0x2E9512915C23405F8B8544EDA86C1AAA, 0x2EA60D17673E47F697FD273AD2228D9B, 0x2EA77EDB84DD48ED99EEDE03B8C446B4, 0x2EAB2FA2553043C58ED12FD77E5C02B6, 0x2EE0FEE6F6D64E53938C5ED56E1B540C, 0x2EE9F61883004F869B8EE5E46B30FC3E, 0x2F1AEE53829746B88AB663510770087B, 0x2F1F96E49E3A42E593BAF51E459D6AFB, 0x2F26A8619EFE4BA4B5DABECFC0BA8EEE, 0x2F346C8475264DE483C550453109B23B, 0x2F7F3D6FDDAF4319920DFC680CCCA1A2, 0x2F9739A2A13849D2899632FC99AF13AF, 0x2FA80BFFB7D5490AB3A6C7EE1E8B5CA3, 0x2FA8CF83E88B43E984A6A2D62BC543D4, 0x2FAEC476549A432585D49176F9ED3A6A, 0x2FB584D9361E4E9F902192839D6BA676, 0x2FCADC44DAE440F8BEEC96C1DF15DB06, 0x2FD45DDAA1E64AAFB033CAF132DCAF78, 0x2FF67F89A23D4F40914286412CC189CF, 0x2FFBF81F79B54FC0BA6C85EFE4CE4A30, 0x30034B5292844F00B30DC0B41D9CD4AB, 0x3041703DAABF4D5A94D7530932C269ED, 0x304BE3ED8A2A44F2AE159F6B2CBCE828, 0x30504489010047F0B63D750D15032A11, 0x305368B288B247369BB42ACA9B02BB14, 0x305C8C6E14CC4D4A897B396C1C98FB35, 0x305D9A65CFD14527B8BA7BA44702FCD4, 0x3064D156DBDF4FEFA23AF1A12DDEFC7D, 0x306BA90A011C4806A9B4D5F4778863D5, 0x306C3961C2054AD7B83D6D928E72613B, 0x309E3BB3477C464DB46F44FB488BC9B0, 0x30A28178879943A2B46910DD7B70ADA2, 0x30B767D0C5714A6FB13DEE21C487CF6A, 0x30BA5075DE824923BB9DE816455927DA, 0x30BF43A4E5C542CB9C511A59DCF4A3A1, 0x30C702DE2A94410E9491062610284CF8, 0x30D7B8313330416C8F4AFD8EC41EB23E, 0x311395A9540D48F8ACAF125D4EE30743, 0x311EEBC06E574C24B8D2AE6DA42335A6, 0x3127CB32EE4A4972A55D1DA3EFE943B5, 0x314AB9BB9B2B43FA80F4E3F4197437D1, 0x31528B44C4264FF1B8238E54E70C859A, 0x3155B30C021B48A68328E8BBB68898A6, 0x316E7EF716AD4058AF7A6A43541BE949, 0x31881DA21FC74D81BB56D095F748F80C, 0x3195AA5CE63D45D898381BDF97BC4652, 0x31B2F7E9A21B48F8A8B0029BCA065A1E, 0x31B35A21B77D418B8FAD412416808937, 0x31C1FF2C76574ABFB4206E05A08DA599, 0x31D23FC41F534D9F808B9C4E9C292668, 0x31D2B081D87A4C189B470670BA2B7AB2, 0x31DA37A2DFC5474F9B030351B71B89AB, 0x31E59809A0EC4E2C8C4A943AE5E0723C, 0x31FEFDE3CBAF46078328B88654937947, 0x3234753F55FC46CAB4970A77CC02D636, 0x323B2D26C5624993AAA4E6960D8F5E2D, 0x325324FD65A24C86B5E302427EEB6AAA, 0x326A2537609F4DB7905D375105E08BAA, 0x329764ED34574142AFD050013175F19D, 0x32B4FEB20C924CEF85D5A3BDD3EDBFC3, 0x32D0EFFB323845FA9486EA9DCC066B96, 0x32E2084145E14048A962D33DEBE1A616, 0x32F4FC402EA34CBF83EA7FD1C1D5D506, 0x330EA33CAE9E402DB8AC59535363ADB2, 0x33109D1F12764249BE8AB458C2C281F5, 0x3321E16F598C4F8188FEE83314624445, 0x3337BCA075C04E8390695B481B8DE14A, 0x3348ADA118BF495688EEDA4444014E22, 0x336D21154C7041548FCFAC0E88DC4F31, 0x33741F076CD14BA195FFA3975AA39E34, 0x33AFF433BEB3462EBBC3DF221AE73D9D, 0x33B6EC0D86AA42B6AFC82108D8B5BCC6, 0x33B7F654FEDE4B1DB91C3447F118B013, 0x33BFE35D5C7B4A9F91C9BA9F59258DED, 0x33D9FFF22E6E4885BD5FA3ECBE8C02A0, 0x33E791D730764240A9E2CC694263C510, 0x33EF0FF2795445ED9BEBC21E0450EE03, 0x340E4D68AC904853A55C7CF12A74D6BD, 0x341C29F3B89E41CE8A3DCB55CFE8388A, 0x341FD7BCD54A4B3491CF22CA16354E2F, 0x34571DD06D3044A29350FD838AD1DEE6, 0x3474919AC67149D4BE51B10730489FB0, 0x3485BFDD781D4B748EF54BC0CCE98D82, 0x349B905809E049048C1CC4B363351124, 0x34DA180AE4354D638CCBD192984BF1DB, 0x34DAAD82E91E4E0586777D6686FACB2F, 0x34DFBEBAC4BE47FEBAFFB0C062012723, 0x34E0D871EE7345898A1B17F43B55FC68, 0x34E2E3FB44614A9C8E079A5D8EB9A42F, 0x351CDC3B53D24B24973D4B1DA8821F86, 0x3565CDF59B4F4875AB56200351B83415, 0x356F96BDB7BB49668CF285672A35745F, 0x3576B5309CF243E397EE3C8F1A214EBA, 0x35808A54464D40098D33E0E91E531E41, 0x359107A4D6CD4953A3D6737DE2FB3A81, 0x35B6C39E1EE04DADA6477415BD5BFB6B, 0x35BFB6C327644D3B8B7964FD7998D5F5, 0x35C2164688724054AFFC3DBCC5B08F01, 0x35C5E43BAB024BF38077CEB7D5561A3C, 0x35C921D85C6E424D8CE212641BB5B0D4, 0x35ECAA80F4C3475C83B2126F58DB1D85, 0x3615BCAED86141D4B241258BF9DE17A2, 0x361C42F0945D4946A2223055D79C6C71, 0x36401AC405174D4694336730FEE25FDC, 0x36450660105B49B983A37875DC3CFDA5, 0x36473CC5B8324664AA171BC5423043B1, 0x364E6DA27ED040E7ACCF522589936DB3, 0x365227078AAA4EBAA51E365ABBF7BF4F, 0x3653462428704F1E9FCE9D07E4B8014E, 0x365EA13AC3A54D1ABE7F0CC3EE9CB339, 0x36614B99839A477C9C58506DC3606923, 0x3671CE5CD0DD4644BE3B16EF89BC9B8D, 0x3684F66A6A054DDE8BA43FA959AFD804, 0x36BBE7D7450C46ED973D215199DC00B9, 0x36BEA6E026D5467F848AB92EEF31CF16, 0x36D82AA7AB62432E88CE654DA7702AE6, 0x36EB6D5059B545D2AD8273170A7FD01B, 0x36F2308FE2E743B791B518510E6BDE26, 0x36FB99299C994FB3ADC3AA6766E38EA6, 0x3728DDF0EE4E4D5FB1A9ADB76E302694, 0x37312E58583843AC9AEB049FE9657B9B, 0x3743756908A446FDAE3DB0E6CADA046A, 0x377BC25AD97F4D338D8A97E68BB192D3, 0x3783BF3BC72A4C4E866443ADD5CCDF7E, 0x3797E6275B0C4B07A61D7EA5895DA740, 0x37B8C4CF00D2471F91C092A7190FD1DB, 0x37D6E7316B974D79A5099B1D3C9E340B, 0x383C4D6904954AA2AED78F7CC10A2B3C, 0x3840705F9B05483A84944D0D371FDD5F, 0x384584AAC38142ECA9C54EAF3FAF802A, 0x38462DD2AA3241B6B0AD75794EA0C82B, 0x385C870D10CD41D18A37ABEA3F0CC131, 0x387BE748A8DA48398B5BCD6F21BE6634, 0x3894DEDF666B4B2D98E25C3AE9B68521, 0x389CB76D868649C1AA352F1ED63DB50D, 0x38A2F3FA00484126A9C95E22584B97DC, 0x38AB1623A6CE44C49B185EB87B31F83A, 0x38D9261BA85A48089F922458EAB17DF5, 0x38E2B276A8424A07B39CC3F8D285E939, 0x38FD77FA9BDE4A01AFD6742195DA1C98, 0x390BDFB14AA84D7996F7F660FA9D1DC7, 0x391A495AC2624F00806D03E6790F2F3E, 0x3930E3E51E994243B5C67B5C1AFDE67E, 0x3936E4F5D9F54330A5BE2B6517668B05, 0x3964EB1F78EB4ACC83563A110F973C56, 0x3966FA79E29741CC8863CE5BC7E6D730, 0x3969ED50CAD34BC98955F4E50003D753, 0x3977F9535939420AA012415629BD2CA5, 0x3987B3F249E047A59D76A897BADC0E6D, 0x39BB49DC7F934F919D33F72D09C9C8D3, 0x39E86F66883946EFA70DB764FEC2E086, 0x39EF2823C9A14F879A945B2A5C591AD7, 0x39F0D15D166049A2AA01CE5A9E77A4E8, 0x39FF031BEC074B919222C173FA37C3B2, 0x39FF9F5544AB4FAAA38FEC0EAFE09BF7, 0x3A0C4B41C55444A5BD0BBA92348017F3, 0x3A0EF68ADA58492FBDC44C416E29067C, 0x3A0FB4CB17CE433C89860408DE15D288, 0x3A1DC3D20FE94321B565F5E578098008, 0x3A6242805C9E46CAA98B743F67C9165C, 0x3A6650E239C543B28734DA9CFE4DD06F, 0x3A8AACB94D554411BDAE9AEF07614F66, 0x3A8B714F10CD45FBA4652B2F60D0E4D5, 0x3AB5A5E1CABD491391573466BD40CF3F, 0x3AC6229A63CA4B3586A952C044CBFDA0, 0x3AC8019C2B3D4510BE12CC53103492AB, 0x3AD63C72A5064006BA2A33F945EE4171, 0x3AD779AF604448D79A5319CC3359BF94, 0x3ADB36C34B584EE7A66C918C7C770BEF, 0x3AE1DDCE71BA410784F866CD3768BBDC, 0x3AF5BA22BA824CBDA540BDB2D0ACEFFA, 0x3B080B8ACBE14FC8B783638C49DC64D2, 0x3B0DE20622B84894AA48EB94F0CAC94B, 0x3B0EF1E9435E4B4EADD46C569BE7EAE9, 0x3B10BD9B52F645C8B2B883678722BA6B, 0x3B2A4E8F464F473C8D537236D033D809, 0x3B2F964CCAB74E0A95615C597E32FAFD, 0x3B3B8A2AAB07440BA9D7DD2440EED20C, 0x3B564390EB2946329F3A55269710DDAF, 0x3B7F2AAABFFC4C1EA33EF0DFDFECC13F, 0x3B858349141543E79CE512903C5C9BD1, 0x3B92E165D32348C8AE8FAE32FD67A6B5, 0x3BB6CB7895EA48FD88C14DFBDEEFFF73, 0x3BC22BCC2D3D441CB26625F6805EFADD, 0x3BC80C9A119D43E5AAE0483E385EED51, 0x3BD5D044D1694CFDBF9CEBD9C255C987, 0x3BF17EB67DD3436DB88D825AE13F53F8, 0x3C03A88853D94FB4A548C2D5809A4A3D, 0x3C175D32FABE438F9717E8BDF8EDBE4B, 0x3C18562A29A24495BAB15D94EF9D21A1, 0x3C46C4DB3CDA43FBB9D532A0DD7AD353, 0x3C4B5AF3F11F40089F76E70429EABBBD, 0x3C7356D0C85540559A0BCEF044BAAA22, 0x3C7D39E911C54FC59CBB876CC9BFCEFF, 0x3CA6C0C142EF41ACBB72E94F173F63AF, 0x3CAAC74A61304C93BF0085E011015A97, 0x3CC88764398E44ECA1D97BF7A29830E3, 0x3CCB4D2E99AE493F9D293944E509C3E3, 0x3CCEA94875884113BBD5326051825E6A, 0x3CFF8E0FA4B44C74872BEAADD3D653C2, 0x3D0AEAB73E684FA592598FC763856A4A, 0x3D2BDD31D8EE4B74B57E88A4B93675C2, 0x3D33FCD873974911943DD8D785198CD3, 0x3D3E4EB1A1534F23887022756BE7B719, 0x3D5A68EB1CAA48D4A694D631372EBCE4, 0x3D5C0ABF347049A5B6F0F8B006EDE826, 0x3D6DF42B5E9045DB89B3CBB74BA1DCBB, 0x3D8E8586DF5B44A699195736B25C36EC, 0x3D91FC18B92540D299C8736FCCE6B9F6, 0x3DA38A954FC34BD2B954CC20C831F1BC, 0x3DA943E7FAAC4CF99FF540892087AF44, 0x3DCB7FE3CF2A41CFBD7931E7A6E51E48, 0x3DDD856031814362BC4B0C50B360A900, 0x3DEAEE98C200427C822C73AD52566632, 0x3DF5320E0CE4486BBBF72B90E3BC3A7A, 0x3DFB84BBA060412CACAF13E2B4A33F1B, 0x3E1C475AE19F4660AB3EE4C3DC8AFEB8, 0x3E22555C48704A5686754588E05DA746, 0x3E2BA90C983146BF97E5EB8A9D4F6813, 0x3E4EE4FD60964CD7B6FB7EEA5BC25069, 0x3E5EDC8EA3AE4C8EBDEAD04D5A621FEF, 0x3E67942943D34EC9B39ED9CED3C8DAF8, 0x3E6DCFCF23ED44A188D6630DA3A9ACCA, 0x3E6EE84699EA48FB91CA39BABB2624E3, 0x3E7270C015B141B1BF625F7BF6E6CB21, 0x3E7D4F2FC2BA4101ACE57683DB6C2EB8, 0x3E83920C08D54F79914D24A9CC0AB0AF, 0x3E8583C8BF404BEBBEEDA21D50F0C4F0, 0x3E90C46281794C50A5F6CA4E46023E68, 0x3E9D5EC3FD97435C8377A567A9AAF05E, 0x3EA493E5CF324A6E80CE3178B7128C4B, 0x3EAF54AE36D8483FACEBC724B87AD662, 0x3EB5D4732E8E420EBF778300B707AD6F, 0x3EB89A1DA3BB43FD8233F3E5FFC65EC8, 0x3EC09F28DE5D4AD08934AA260F493EAB, 0x3ECB184CD904464C919A982579E8A8BC, 0x3EF018336B4A4D6A88A010DCBD81BF0C, 0x3EF1D6DD88C447E68A0398AD935CBF2D, 0x3EF6760CDE6F485DBD27215FFA4ED00C, 0x3F0B3CBF5049493DBE3AFBFF1E9E37AE, 0x3F15C8BE64F84BF8B1F5A53B87A25271, 0x3F40E6AB67B348D68ED2D451258F4D60, 0x3F520BDB7752440DA6F50958A06BB0D4, 0x3F5387CE9E0448E6843C6AE04C24ED63, 0x3F586480096E48C4B53A9A09A93EA237, 0x3F6D66E1D0654F46AE504EE0E987FB18, 0x3F7EC440C8504DC38302F31B2190F0D6, 0x3F8ECB2622274913855A12A86899B526, 0x3F9A2F11BFEB425F8EBCC5BB4F369CCD, 0x3FA767C229B044C0AF8C11C93C44258C, 0x3FCA11CF917B484F9E1DC5C7D5779900, 0x3FD3DC7A1B684748ACF41325C448D9C0, 0x3FDF80C39C3246C1B9D1F5C88F622607, 0x3FF9C53751DE45B8968D82D2046D7D78, 0x4014D578627245B89F4DD9FA7EB218ED, 0x40157DF3446B4E0289F24C82BA3C22A6, 0x4027744929504B7AB98F1CCF2FE37D7B, 0x40289A116F584AA787E36ABFD989CBBB, 0x40705D5EEFBF4613AF27E9935952E302, 0x40844A1560554A418AA199BEF32ABA04, 0x40860408D3844955A6C68E2AE732A0D6, 0x40976CFA379949E7B9DB3ECFC4F56E28, 0x40AB6EADB97E45459AE105CFCFF208DA, 0x40D1600367FB460BB9CEBE6DCCDA9F0F, 0x40DEAAA46C874351AB9FF778B04A2C25, 0x40DEF80548EB43D2B8203AD4ECAE6D3D, 0x40ED0029B33E4E8186901340314DED5A, 0x40EF1C9C45DB4DB9BF3D3C081F46BF87, 0x40F2937B6A0B4A538DDA9E136B461E2F, 0x40F78B762AFE46E99ED9C9FD86AFA1DD, 0x41180B20A72845BC8CB57282B6FB04C0, 0x41206BF19B514C87A80CD2911454116A, 0x41212A89ED854B82A19E54ED47B21A3F, 0x4131CDB885CE4A738F10CE2F8007F096, 0x413E5D634ED742A8B4262CD6C017AC62, 0x413E5E9A6D8F43ECB9E26A971685EC2A, 0x416023649966485680BC14DD33716FD6, 0x41633FD7F4F946DFAE5F835062FDB444, 0x4166D6BD6B9C4F0F83CE031EAA0A32D0, 0x416FC1470D4243E5A6852CF51E219E65, 0x417517CA77A849F29BC7A5D698C51223, 0x41AEDB87AD49426CA67FE9EA96ABC111, 0x41B03F251F8848BDA465FB0B9E752644, 0x41B315E21EF84B73BEDD15F5C1AC602E, 0x41B40D113CF34236BF157BE69A03FEAE, 0x41B9080E10984E259CE5F87DEA90ABCC, 0x41C4EEFC4A7A416C9BFC57405A2B0C1E, 0x41D7088F03A248F98F5685C802BE41DD, 0x41E1530F67564EED9852A1599BC4AC02, 0x41E3B09056E34CF495F13DA46E092ABE, 0x41FD2477B17148BEA97FD0F22C090574, 0x4200CCE4562E49EBBEFACE4B33013966, 0x422CA714665D47F0894A7EBBF3D5A364, 0x425AC313BB784FD0A17584FEB5DDAB4B, 0x426BA952A54E44A78217CE95E5401AA4, 0x429140ECFC924350B2E13995531A6A89, 0x429875A07684424EBF67A5403C718675, 0x42A7F0F52F5E4FD69A6CABAC814E1EF8, 0x42CD3BF83FAE4569BBC38C608FB8526A, 0x42D5443D22D34FAB9C4EA3C327BDFEFF, 0x42D8E858FEF5447FA1144A018B2BC930, 0x42DCE79922FB4733BFDC6853993D96F5, 0x42E998DF879F40268091252643679F46, 0x42F0B1B2FEB3434DB59AA645E3A5F3AB, 0x4311117489DF4B9BB69DE5BF0D30915F, 0x432DC9447AAA4B6A8858BDCAFF5F847F, 0x434395ABE4454FC89F708D13E853DD4F, 0x4347CB757EA34939B9D9E323FC9172BD, 0x43570DDC866C41AB8F930AAB082E1511, 0x436168ADF2BE44B48B727997CFF0055A, 0x43715758E9944F4B984A15CBF8DF57B8, 0x4377D9E318D4442A89B2526BA8DFF22C, 0x437DEFCD1C8F464BBC53CC27EA97DE34, 0x43950E0102B94FEBB2F308233D097264, 0x43AC9042976F4B0495BE38DABF0519A1, 0x43C6AE8728F14DE89AC363D7FD0169F9, 0x43CC4F4C75C545FE85F03EEFCD55A241, 0x43CCAA4340D8485B933B66576531786A, 0x43D1BB40888640A2AF6398B2BAA534E0, 0x43D2D1565B4F4F32815A3CC540E1B5B6, 0x43D54CAC77DA49569764C5CE144CAE1B, 0x43D777D1298F4028A1F50737DBE5A42B, 0x43F72DBF68074A3E9E971CFAE13AED2C, 0x43FDB8199037416EA5AF015A3C7D1972, 0x44230848B4A5492799EF11D91FFB42AE, 0x44437D73162D418A992A64731A77CADB, 0x4444549B65834C9791A6466ADA4840AC, 0x444D7C28A55C48FB95F3D970C774C4FF, 0x44639ACC95014A219E37CDD4D5578EC0, 0x4467BCE04ADA4EDA821987AEAE6BFAC0, 0x4471DA6A44114158BBED25F512F670E9, 0x44767197289B4561AFB6B062F0A89B61, 0x4476DD00C6CC4806B557C5D02C428EF9, 0x4483FDC3FF6A4A4AAAA6927F50DD5270, 0x448EF04EBC9E42A8A7E226BB09976681, 0x44BB97CC1D2E465EB683CC361E1E1F41, 0x44BD6B31445640988E860775150832D9, 0x44E03158B797413AAFEA371424CCA634, 0x44E2E019E48341948DC4E385A78D5DC6, 0x44E9E4CA68AB44E1A6F4281554B27E88, 0x44F1EB413A4045108ACEF62E58D4127A, 0x4500EA123405491196B8CD8033D26F7A, 0x4528B4FC22144E919F6CD9F73170D6A8, 0x45320FCF2EE84A539B34B08B7DF18472, 0x454981A2AB2B4294BB27AEACAF898E90, 0x45735CEC01BE4A618561A88953DE2AED, 0x457F684631A841AF9780C5099FFF7BB6, 0x458BC6D532C24909A7C0C4CFC1B198CB, 0x459D767D968940D9B5DCDDB867FEED7A, 0x45A2922CC68646A394CBCC5F38BFC317, 0x45A3E73A8C484DA7A1AFD8214DDE5EA2, 0x45B31B7D472C4095B49F7326C92A71A9, 0x45C2683C1F534DB68929440AA3483641, 0x45D5A050AF374009A834745A54ECC707, 0x45DB8765ABB643C68F13C6AE8A45419D, 0x45E7AD7203D84290B72367A87FB8E19D, 0x45F9CE75E22F41B997FA94A179A8A6BF, 0x45FA139739BD4B3FA50F7D13A8AAB276, 0x45FC33A6C86B4818A7E380EA66E18DBA, 0x460E8538E63E46F589C8365F39147023, 0x46159FD0653C405AB1C96B9D6BBC41F1, 0x4620F4E186A44354B2029F6D6A0AF779, 0x46257C3F47A84086A04E5E340EA720A7, 0x4630C638576C420BB58ED8F64724AA05, 0x4630F24830C842F597DADE9FD6614848, 0x46401B3A434049B2AF7E065637922B5E, 0x4643D253791E4A33880C38E25B4E25F9, 0x4650155BDC6F4457B3FFB70D0060BAC1, 0x46A592180B5D455C9B0A952358B60AB4, 0x46D09621C3BA4B17B5D9AAE7F633A508, 0x46D8618BAA334D3C9545DB3D3D4F7DBF, 0x46F0A5D636D24486942B5C464F5B53C0, 0x47030C491FE141BCBE38A5B3C185073C, 0x4710309FB69D4256908F7D0BB6B5758B, 0x4719ED62573449D8B481C054DFBDD6D4, 0x472708FE328C4B90B9C1717ED5516901, 0x47282DA4D05C418CA11A28EAB77DFE47, 0x472842C12292443CA1075FF3435CC69C, 0x4738881CB6894BC282952D05D3386A18, 0x474406B3CD204B72A76F666D4101AA03, 0x47516DC606984EEE86AAB1BB81B3FFB0, 0x4751AE57B469491985BDBC902532BCB2, 0x4778A6AF8C744ED8AEB9E5E994FFD23D, 0x478280A7AED24B0F936D4D8B38D6A2E6, 0x4789932D76674AA0B3900341C3D142EF, 0x4797D2B5CEC040D0B91D339838DA49AD, 0x47A030E981B249FBA984E359E0C56B06, 0x47BC6A0D85584B48BA4B389C95DA32B0, 0x47C8D5F81BAF4A32979C538F733B1559, 0x47ED813F174A4916B99A82979D5BD530, 0x47F859044080427BB948EFC92D6DE348, 0x4806CCC66F4940CEB558022D0054ADE8, 0x4816A70FCD724985BAFB9B0EE2535A20, 0x484260E01C7D487BAB5BB8A1752FE242, 0x48644FA0228D456F85A0B5117543976A, 0x48710F55B9244CE3A47F222BD72CA6E4, 0x487F83F188DA42FBB4807DE5A63EC091, 0x48809747B84247E78C4E46F19A805647, 0x4885B6267EA64B25917071B160486480, 0x4894F7CCAB264AFBB5377FADFEA2633F, 0x4898BD8CFF5E4B07A88EE5CED89F8021, 0x489D682F70C94686990A22FF7E2ACA32, 0x48A2011F716B437B9C5FBE7DC9086C79, 0x48A36C71DCE8421A8702C681001A503B, 0x48B15BEB9E1B4BB6900B9A0BA6B828CB, 0x48B827A2B6F64B5E80943BA126D65256, 0x48CCE9DC72194F6C9851BD869A205E88, 0x490C6FD087264A2D8562C1E086BC16D8, 0x4956FA793DD5451DBD19CB99B06C9959, 0x495C002FA5534072AA96E6BDE0154E32, 0x4965CEE7AFF44F1AA4536FE2F9A84F3C, 0x49680AB49BD645FC9C6CC6A2942B229A, 0x49688A43BEB948A9819201F31C3DD574, 0x4972910071DD43518682168618504F0E, 0x49805B6EC5DD4013833E136D40CF6EB4, 0x4998A482A0B34E3B9C6C1EE5A4CD8098, 0x499DC0CFBE19464096E55DE8E28CB0D5, 0x49B2692B8763443EA69BDFE4E2B806CE, 0x49BC5257DD4A4814AA109F0BFF344CA9, 0x49C1AACF5DE14C07810EC8A4608010DE, 0x49CD77BD97FE4B83B0B673050BBACC74, 0x49D1DB1E292347E1B4FBE038198F0A00, 0x49F0A512BFC4478C99D3F8CEBEE7AC2F, 0x4A487BBB6B3A457482C5D0269651A20D, 0x4A4F5100A425436EA725C1DCC4A422B9, 0x4A5DCB9F23B34688A5D9C504620CFD84, 0x4A60DF7013E04DA994DB8D4142C15072, 0x4A7571DD1AE24AFF897254AC4CC5C719, 0x4A78300FAE834C94B8AD1763A8C87CB7, 0x4A80E3555DA94F79A03956F35F2D85DE, 0x4A9E747E8FDD4EEAA6A3AC3177B893E6, 0x4A9FB6A0C2644E4198C51D666C82F280, 0x4AA4CF2FF02B409994D24F703E27EC70, 0x4AD702EBAA1C4FFCB3EF6C70AF491277, 0x4AE0485F2E0940788994D66D61BFA6B9, 0x4AFCAE9BC06048CBBDC68F9E5CF10CD2, 0x4AFD36E03BCE4B6F9D2159516146E5BD, 0x4B19429082CF47CD930AA228A963DB1F, 0x4B1D3855D68F467A839D0247DE36F6D8, 0x4B328B914CCA4DE886CF418A0F059B38, 0x4B59B9FFB5054629A0DD5CA1B96F5599, 0x4B6F9D26620E4EA68FA97B4A49E7E352, 0x4B78B031DC374C31B986C314C0E8D070, 0x4B7A3F28B3294855B87F9922CD0913FB, 0x4B852F67729A40C1B02D5C7CAABFE162, 0x4BB3B010526C40B584B1367BE6898E3C, 0x4BC2153DCBC84F3AA7E51AF9F2555372, 0x4C0EE4A7514A4CB09CEBBEF43259AE64, 0x4C1C4659492D42319EA6515DC4B17F02, 0x4C4B15A055D745E794A81C426D1D8298, 0x4C6DB5B3955F49D2B9312389CDF0EB49, 0x4C7AA13E711F42F6A2065F0E2F3E16C3, 0x4C8178C1B294425ABEAE596E3ED38F37, 0x4C8F9B219F5541DAB27151A1B509EEDE, 0x4C9A83A8FB1B42E49206ABC38D9DF56E, 0x4C9DAD5A1B46474E92804E3312B97BFE, 0x4CC6709CBE6C40D7A4CAB5BF9F7EB088, 0x4CD0F772B2914CE78B654D7176400FD0, 0x4CEC99576EE74E8E833BB9852B9386E9, 0x4CFFD32F35BE44B4B2A986E2FF0FF6D6, 0x4D0B1C7B281B489E8C222DBEF4D2A11D, 0x4D169245B6904500AC3D01F96427E08A, 0x4D263FDC756F41199D18D46FF25FE962, 0x4D2C101CA9434A7F93698165C4848A6E, 0x4D2D09411FA24D27A9A344A6CF2EB688, 0x4D4759708FDF4FD28560A8912DEF7023, 0x4D49392BCEC44B53A1BCACFDE0060EE2, 0x4D6290E4CB4B4CD0A4B7689DC017F2AF, 0x4D6BFC3E28F042AF8A2E7E813A0B60F3, 0x4D6D37F241BF4E08AB2CD451F5B847EA, 0x4D6DD53DA7A6443B8A21FD9F2D89E77A, 0x4D7075A1D95943E8ACC94201FFD5C2DD, 0x4D9A5C7155384AB8B170934EBABB29F2, 0x4DA42EE76FF940199B4F27890CFF396E, 0x4DA9AA59230D46E79EB74F3995271169, 0x4DAF0126FDA34C5FA5F5C76D23CA36C0, 0x4DB2295F7AD844B0A1723EDE28F084AE, 0x4DB45A2873EE481DA86213E3907D90B0, 0x4DBCB8C7932C4698A98E3BA070E8C2B4, 0x4DC8F0189413452D8FC3523D4B1466B8, 0x4DE41BBF3C584F4BA19283D04DC91CCE, 0x4E1512C89FD846BDADE7AA109F74DD55, 0x4E3F8E268AB94A0A96ECA7083670EF4B, 0x4E4613D6BD17482B8724493BA655FE02, 0x4E8AEBA64E124AD4A721567C7E2EDF3E, 0x4E93795AEB644093A5BAE5DAB552D248, 0x4E9BB3718D954D259372799B219FD4F6, 0x4EA981D0AFD9478BA87583243B50005F, 0x4EC0574104A54F849D82A7A88BA6D628, 0x4EDD45671F7C42E083B647267B0CC591, 0x4EF6562BE49A4D98B713128760A1BE92, 0x4EFC98E973DB4D57A26E89979CE03817, 0x4EFF254E61A54EA0AE3770AA4E338093, 0x4F0E7A0203764469848B1D7F71F65239, 0x4F24EF9A41264F5EA53B4D3A67806201, 0x4F513F3ED808428793BC40C7B8AC6DFC, 0x4F586242A6854B89912EB2F6B5EA809F, 0x4F5DBD613F58448683A6655F6CF8B3DE, 0x4F646946339A4091BFC224E7A5AD19EB, 0x4F6EEB92E2D94DCA9C201470221672AF, 0x4F71FF6D5D7C4A30A6237D4D0FF2A383, 0x4F72291349624BABBBF775561D9D2FBC, 0x4F7293F7CE4D440AB1DABB9A88C9E17B, 0x4F792EBBA6E64899AB094659E47E7965, 0x4F79406B69F84A93943EF41441ACA843, 0x4F7E611823FE46D8B9ED425E0BBF4989, 0x4F835EAB534E457D86C3EC5D64DFB001, 0x4F894D1A84744582A76C4175A238AD33, 0x4F90486FCF2146C397C9D018495A0883, 0x4F9E179E94A3499DA04CC42380CEC22C, 0x4FA1A59FFECB4AFE9680D930B587698E, 0x4FAA6ACDC4264806878B0C2EB2888015, 0x4FE5FA14C76449A68A30A8EFDE33EFD7, 0x4FFFC0A34E0842D4AB904D3D43099C16, 0x5019D1DE41F840AAAB7584EA1FAA0543, 0x501DAC501DA24AF8B4FA07DA29D7E23F, 0x5026E5CB9F83479DA2ED8C1833AAE101, 0x504A4ECA07E440E7BD2080F8131821B2, 0x504B177AC70F410F9D5D3452A46C7679, 0x505759B3914C4EEA979625D9A4996781, 0x5072FF00C67F4BE18A64FB66D28417CA, 0x50752F7CA66D413B81C2BE5B0EB7A414, 0x50753FBCB563436898143A96485EFF91, 0x5082C52B550D49DC8B5A57C14AE45D3A, 0x50873428E0DF46C49FC56ACDCDDA983E, 0x50D876D7C39643BD86F2410C32CCA5CB, 0x50E0AF8809A54973BF3B24C36845F7AC, 0x50E72F068ABA480C9772B9E764A386A5, 0x50EDFDFC2AC64CAFA9F4995DB23E8D73, 0x512EC9AB30CB495E8514174A65CF1DD2, 0x515C61B5AC424EAA811ECA101DD40B51, 0x51950F3AE9EB40228478ECAFCBDD4B63, 0x51AB44ED4BBE45949C29C9DF67094F29, 0x51AFD2EF468C48009ECBF1A7E1A2EF36, 0x51B1BF41DEF949CD8EFE49121FE8A867, 0x51DEAA66AEF448A08D0D2F31AD89803E, 0x51EBFBF76A614E5F9180EB8A735EA636, 0x5204B2C8CB8A46BE9F1370BFBEDD37A1, 0x52157235631347ADB939546B4C0BFFCC, 0x5217BDBB1FF648B0AE3B74AB090BCB02, 0x526A343C17254048A890DE21BBAC11D3, 0x527CAD6095434F5E94C40006CD44FF6C, 0x52800A1E6F4142849F78F28BB7F69714, 0x52A8A448580D479DAA4D7D801C6C8DB3, 0x52B7A7F93DCD439DAC9B576E92A41153, 0x52BFD7FD7CB34D908089E275216CF0B0, 0x52C013DA59624AC49D2D5944A3EB9735, 0x52C37B5AF78446A2997AFB2A2BDF4FD2, 0x52D36ED8BB7E46A6B33A8C9A4C9A0D66, 0x52ECDBF364B443CB8E29F99735B2E3BE, 0x530D0F9F3EEB4A93BF7E0C806248727F, 0x53109BE098F2414C9B4A73856C8C2A08, 0x532BEED9323240B79E0D2F807E382B5C, 0x532D0E9568E2466A8D80F551678DD252, 0x5345E708EDAB4FF49E27CEE05E8B7691, 0x534C9A786D89409A85FCEDE17331C0AE, 0x5389D4F087624C9B918D97B5C37FA1A9, 0x53ABE9823BDA41418611A79606F6D8A1, 0x53C0E4248B33470586BDFDF682B6BC1B, 0x53C9A6C15A064D37B24DE812C9CE5175, 0x53D49DAB504E4CDCA317B8896CD7A903, 0x53E5CD051EF348E39B0A5D5334E124E5, 0x53F126E442724345828DCA23214311B9, 0x54062E416D954011979714644109A958, 0x541965F62A334BB9AAB5BBA2868D9A67, 0x541B6FADD439460EBCBD7F4149A71602, 0x542D19B66D7A42ADADA2940D6121E24B, 0x54325B95DDE7412F8486AB818E2F6A2E, 0x543DC98A5D844A2DB355ECA055CBBF80, 0x545151A282134D329ED7EB9884112583, 0x54720B48577840B48F02DE6DB63AEC7E, 0x547F2187E51945489E2B71982EF6B99F, 0x549218B7852E4A53BD2F485FD95A5A6B, 0x549EF49449F3471D89BA45CB1FA833B8, 0x54A08FAF45FB4748906A6F34A1491CB8, 0x54C3825E31CA421DB68C3E974BC2F2E9, 0x54CDD673D94240C19117DCC118FE7268, 0x54D529C6409B4957A862C9FFEB1BDE5A, 0x54E09D1B2C1640349F9D88A22FE5D27E, 0x54E2A6572BA84CECB09EB7AE2A67303C, 0x54FD528624074C779F768A56CF67AE50, 0x5501CEDD760A4599B77C8B49E0AB9C09, 0x55035CAEDD8A4A2DA3D72618E5D8B902, 0x550C2E419FAE4675AB4B11A6C98DE0AD, 0x55204E12AE33493FA16B6536CF325C66, 0x552F1E9DA4B240BEA9ADDD761FE4A1A6, 0x55346C7838DE49A290D08A825DB9DB93, 0x555FFA105DA54710B7470666F1C53FA6, 0x5565FC2ECDA844C5A3FEA17C0F4D6D3A, 0x557BF03F4C9943C9978E34DB6E743F56, 0x559CF72114604AC1A90EB4B9577F6AD2, 0x559F24DBB82F4DD381903FB658807FEE, 0x55DF626D117D4156960D01FE8359FF6E, 0x55E7A73D6516405BAD92182F6478913A, 0x55F1A437BDFF4D2AAE00BA766839B718, 0x55F60ADF18524DCF8E245F6B0967C53E, 0x55FE55F53E0E4841A8EF695A460682AD, 0x55FE9817C0F342898CFA2F732556212A, 0x561E0FC225604A54BCFAFDCEE96C1219, 0x5628B74AD1514927A99C38ECA50CA2A2, 0x562E84B5D63D45FA8A0DD7C17813BB51, 0x563E827C0FE442C894DE67FBCEA7CC32, 0x564373DE900A4D81A00289A8D876D95A, 0x566B9F335BE9417D8CA8AC2AC1B5C5EB, 0x5679E31631E341B582967E8ABB8C247F, 0x5685E603981D4C65B7D2B71A0502A6A7, 0x569A7367702842CEA32C39AAB21150F6, 0x56A6D88F8EB14923A2D996657D6CF8D4, 0x56B855EA2AAB4CECBB66F33148A4A55E, 0x56DA28DE24D743BC9D4A53B10AF4DC54, 0x56E5677C04C4439AAEC97E6999E14A9D, 0x5744AAD6334D4FCA878F7982EA9DB6FA, 0x57541230D2964103BE8F045E916C0F5C, 0x576542F2C1A7463A899C0BDE0BCA95BC, 0x57AE9EB8560849DA98E8103F6B164256, 0x57B5234FDAC74300A4D502CDD38A5514, 0x57C211A7FFCC4B7D94BB36FEA1D1CD9D, 0x57E12B02EA9A487CA140D08DAEDB9EFB, 0x57E4473772F4401597036DCF38263BF1, 0x57E59542DF854E41BE1D00839EF27D4C, 0x57FBC5D04E49455DA9B47820BC73FA6E, 0x581C5723D34B47BAAAD12F77FEF53B2F, 0x582F07A34EBD4CFDAC1419F9BF6F890D, 0x582F0AC9109D402880152F0EFF07ADE6, 0x583A22EB13934724B00200E45052C0FE, 0x583C50F8D8CB4086B30415D956CD16D0, 0x5842C8BEBFAD448AA18EE496FB19DF89, 0x584988D5460C450698776AF4EE405583, 0x5862DBBA5F4D4BF48CF5237829C3A624, 0x58676E2D0A194B8E87F1D9A657BE18F9, 0x586CF18B8B3F4473B3E6CF9C7240B8BB, 0x586F77D00A9B43D4BB4A6DBBA023637A, 0x587B1C40E9E34392B484D949B0B96F82, 0x587E6EEC8EFC47589FACB8C3EAFC3F00, 0x588DF33A984243A085E7A8FDDABE50F2, 0x58B8120CCEC04C4D93EAACA39E0AF7D8, 0x58C35048040E4C3A93F002F83D3EBED1, 0x58C5256FF2A748318D20C4F1CBCB7CBE, 0x58DC29D348B341A781DF92CEAFA5B9B6, 0x58E5A7153B7F4AF183D12CF6983852A5, 0x58F2653122D04DED8F08E096B5A726A4, 0x590E7C3FABFB4A768D32A22695B53898, 0x590ED2860BDA4E7DB267851C5C69EF75, 0x5914EB1C077C473BB12FBFC91D971F34, 0x5918B7D38CAF4635B687D36AA4EA875B, 0x59382CF8FE5440EB94F1F59569D2F668, 0x59483AAACC7143DFB489AD9AC3F9D258, 0x5949B6DDA4284BDB9376E5BAB1020A52, 0x5951956939034A5E943533EF2BD5C338, 0x596DC30429934E34B24C114D2FB1B35E, 0x597973A456944E499A7AF796152ABEAA, 0x598AD352E8E3497BAE0571ECED2D6448, 0x59A7478395CE4964BCB9BF693BE5B217, 0x59AA3582845D470C8A7E17333AC63B61, 0x59AC085A173B4354B1BDE2D6775D2F9F, 0x59AF03BCF998434F96A9497218BEFE21, 0x59B4B11B5EF34FA09832D119EC209237, 0x5A14F62096F84220B6D5033172E27392, 0x5A14FDE4D63346E9AC828ADA8A1AE992, 0x5A150F9542404623A3E511DF93BF8A90, 0x5A1FD925DCA84E8CADE4137CC44ECA35, 0x5A21A23A0ABF4EEF9AED19E58D4195EE, 0x5A2BC7CEA5FC48E2B7E225B262127E06, 0x5A2CAB74EF2F4D4585348E240C40AE61, 0x5A414EFAC3E5438BB35C7EC8F6DB7737, 0x5A50E3DD56FA416F9BC6D8835E05B674, 0x5AA7B88A535B48878A7F357EE573DD49, 0x5B0E7BB88E48413C88F881E0A38CAACD, 0x5B28847B7BCE428BA36176F7710437E0, 0x5B2EE946C95841F3ACA19C7AAE9EE931, 0x5B3B79DBCEB144E6A9F58E116EF9D849, 0x5B458BDEB8D947A9B0B9B2E1EF1C1B87, 0x5BA594E58B8D443BAE5AA9FD66CB626A, 0x5BB7E73476F7477D92CE07A74FCA95D8, 0x5BBFFEE9B9164DADA91044937AAF06C1, 0x5BE1BF1567DA4AA7BFBB845120D0DD39, 0x5C0052BC1576400C80FFDACDCD583992, 0x5C102AE0291E4B19B234FC99DBB3CF88, 0x5C1C039EC1B14DBA98824625DDFFB4C3, 0x5C256310FE9F4B48AFF215729EC7A325, 0x5C3ECFBD793D45AAAC2D7A68B5235731, 0x5C449A6286884EB09ED61051EC7239E8, 0x5C554687A96B4ABD9349B44D9D06A4D6, 0x5C651E5791EA4E19A852F8B301A2FB30, 0x5C79C0DF87804F81BBCCECA0952574F3, 0x5C881B87B34449678155DAA6178B7927, 0x5C89781A06C14204AE6DD2ACC28D135C, 0x5C8B5EDAD99842028FDABDA8ABED4A72, 0x5CA10D83EE92444A8A16911447B35584, 0x5CA8D707124D47B98995AA9D905F3C8A, 0x5CBE5EDF64F54F7B924A8189BC217457, 0x5CC83638B5144C02829CA2226AB47C5A, 0x5CF83C2AED63498982B1CD12A88F94EB, 0x5D0FDB6E710B43258D0F0C17E794E08E, 0x5D2D1160CD25418CA84001611F7EC60F, 0x5D398EB70F0E4668A3852287FA6EEDCB, 0x5D7CEE5525CD4BCF9409D600850DAD17, 0x5D9FBB26B7DC4FED92F036422A355515, 0x5DAC8C36447E495FA4FFD190A6D82687, 0x5DF7F5E2AD0B497695217C76D95012E2, 0x5DFDFC0D03AA4393A71332DB76FF9F5D, 0x5E11850D66A140978216CF88A8B515FE, 0x5E190FF19CAD48BCB21F9E827BC80B9A, 0x5E2FD5E706C842608589D0D2D337AA54, 0x5E39EFDD0F1E41EBBF4F3A13DCD1F633, 0x5E4091DB69954A6E8A7185B898335129, 0x5E4136A19B7B42C886D4D787804E6AC8, 0x5E49B7ABDEDC4834B01356A15CA16DE2, 0x5E6A7CE9376F404C9783D3AE7E4896BD, 0x5E7C38CA1C5C45C89AA4C5A77B7308DA, 0x5E92DDFB39D54ECB8E57DF6673E50908, 0x5E9B64CF8246473A9F41A064D5BF0B09, 0x5E9D61E2A6E34D94BFB7B1191970C14A, 0x5ED9B263F19A44CCA410AE80BABC639A, 0x5F447EC11A1C4060A316737220FC9177, 0x5F4E5D33DCB14AD181D56AFB6C85C859, 0x5F5546E253AC46E1892D7BF77C3B9A55, 0x5F71E2B4A814466B994D2DA84779DA38, 0x5F77D0CD38554707943E0B04B2422D59, 0x5F7EA7EC0FC04832A98CC109AB69BBBE, 0x5F8C8497F8FD4513A79EE17B493C0ACE, 0x5F94710696AF445F9BEDE3EC77BB8F8B, 0x5F9644850DAB4B50B36989B5965F3592, 0x5FA5F748AB924BA89CE4291B6FC2372A, 0x5FAF0B979A7144EE940FAC79D33B6025, 0x5FBD141FEE254730A1D867C63CD3F7D0, 0x5FC154E007714C1C94BE4C777FFA5228, 0x5FCDBBDB2C3B419EAB9EAC762B339448, 0x5FE4274E00014D18B2C560F7AB04B51E, 0x5FFC070D920F4348B99115844D38DAB6, 0x600A3D3E97CF49788E882C5E8BCD4404, 0x6018399B803C4B2AB0F30367EC5FF5BD, 0x602539A2241B49D7B0723EC4C8F90CDB, 0x6029DEA66EE942A2850609216D3E8191, 0x6037BA542CE04700A0ECDF811EBA340F, 0x6061354578DD4CC391DBC686A0D6B6BA, 0x607517D6643B494A8A5E624788045053, 0x60A49E78EED04F57855A6DB030B07D11, 0x60B04776BECB4838972F8E4A8F391361, 0x61006736AF6E438CB62701C0634E7E7E, 0x610F69C471B44F77B1D69FD91E1065B2, 0x6132EA6EAA2543AB89D810620C19F122, 0x61387642C1904FB6A68198AFBAA805F6, 0x616EC83C33EE4431B3B2C3259E7EBED4, 0x616F08724F6F40B296AF36A9071177CD, 0x6170667E31604755B781C58434034BA0, 0x618F175A56B04CB4BA03FDCBC54C0AB0, 0x61943560BBE74417BA706E3B2CB9ECD1, 0x61B30C2BB5DC43848D63D6EB2C98AB49, 0x61C75A88021D4578B494F1BB495A8F6D, 0x61D34E2F6A8345979A80E19A037D6028, 0x61D3E7FC26874F598759875535057670, 0x61D7A3BF8B464B98AF34DFC39A2495E9, 0x61DD5237EBAE44DBBBBD5F0385D16E26, 0x61F066CAEFA3430C8B6F46660CAA32CD, 0x62063E16611E4DE9BD3DF9DAAFFCB5D8, 0x620D830A720A402EAA84DE208567047B, 0x6213CD267F474855A7B0B3DD3C946454, 0x621A9210FE9F4A2684CA7536FCAFC1B4, 0x62380DE50B974795A6C2113828065105, 0x623C076B4B78481183CE2D065E35FC3C, 0x6240228F11CC411C9E2184D8997E5491, 0x6249300758374F05BAD048CCB758B147, 0x6250CF685E0A4F6C8BCAB8477B433341, 0x625FD6E94ECD44659DB949EFAE6AB68C, 0x62AD67EF98884CD69A75DE12D7305C3B, 0x62B0DA0F9E6842B0B6792B0FCE1969DA, 0x62C07945271C4A0A8C171E049992A1C5, 0x62D622D5EEB94331A794E4BE9A4B5FBD, 0x62D8FDAB55584C3280E8365B9C0F107D, 0x62DDABBB0CE645138D961644586A7DE0, 0x62E525D3D6A44CB8A318CE9E8D9425E8, 0x62E83B65CEA6429AA5607FB8AFBFB009, 0x6317CDF2810F4D5D8F54825D9F7BEE16, 0x632153B48F62405EBD56F36BDA3FBAA7, 0x6321B5C3B5C4417A8E1367E80FA63E67, 0x632C5E968C9243DC93229042BEBCC29D, 0x633B80B9294340B490EAC149EA0AD626, 0x636E4A5939D84BA3968FCF01D1DDB8B5, 0x6371583F82C34FD3ACBAFE731494D935, 0x6377153443F84C7083E401193A30EF48, 0x637B0EEA70B0497E8EB42841F0249C8D, 0x63929887EA1547228605682E0DA7516F, 0x639491B854A140F388BF9E6EC6299FCC, 0x639F75FAB009461C852E7C0F9C24E036, 0x63AA05DD69D74E8AB0799E03BA1DF785, 0x63C0DCBFC4804476AEDE8FB0DC511E70, 0x63CE8B5BAC434C42AF140A7BC50A3F56, 0x63D84A67CED24A6C9B0B1D42FB2B51B0, 0x63E9C9DC267347119EBAFDCA6CB72072, 0x63F2F732BE2346A18ECFAF1DB2C33CE9, 0x63F30692406C4EC89376055C9DA3EC82, 0x640DE5C6258D4540AAD65CA9F954AAAB, 0x6415C2B3802F4666B725518ABA9697E6, 0x646788706462452099961BBFE4162834, 0x6488611C00BC4C1FA849FCF6F8594E3B, 0x64A1C87FC374493ABD8637F0B96B3DFE, 0x64AC5382E8CA454ABD9C1FC2D6CAB6CE, 0x64B46B8AD28A4629B4FF64159A356E9D, 0x64B5F8F225E0429BBB8A2FB31170BD12, 0x64B6EBF598A84977BE05B8C39C1E7EC6, 0x64B91BA0C5174B05A3FD274A442EF8A6, 0x64BA1B8B84D243BF9C2935B24C1C5E59, 0x64C2A109A96644E2840636682B51B56A, 0x64C3BF5DB0EF4C829E5628AF321069DF, 0x64DD6AA803144144BA21E43EF749A500, 0x64EB93438A5F4A79B1891FA4CB9806CD, 0x650C7461E80F4DBFAB13CFBC110384A0, 0x653D8DF6599A46D3A72AFD2288681F7C, 0x653F31E46B154B9592A4B47FCC40D3A7, 0x6551BFFC9C954D2E9CD283011C9F1EA0, 0x6552633917F84F659978305DC28A4B1F, 0x655A140206494164995274157506BA79, 0x655B8E2EC898477AB0C1EA3D708EFDB9, 0x657586BA26574B108FF73BA834566775, 0x657829AD08EB42E88EDDBB61B03D3846, 0x657E0378513B44498AD71BA946C1110C, 0x658AE6E6B96B4E67937267B611794BBC, 0x658E88F85883474E866AFD0E1EFB41FE, 0x65A8B4C283AB47D5937A7D5BC36A0004, 0x65C972950B054DDB9CC4870BC2FC97D3, 0x65E213F2801A4BB59F03F9125CE6FD1F, 0x65F7CC59F9CA422D9A63E87865ECFC5B, 0x6622AC76848748C7BF3F4A3AD1C10925, 0x663DBC31B4444937AEE456CEF2676D20, 0x6659649A8A84464ABF66DB656F14FAB3, 0x6664FC97D65E4F4091F00E9A468FC912, 0x6665FE0E737045C6955F2AD9CA746B31, 0x668521A560F9420FB3EDEDEBAE41E053, 0x669C57B0645346138FEC6384DA23E599, 0x66AFFECDD965492684698069782039A4, 0x66B73D6B8D70406A8244FCA72DE364E9, 0x66C9CD287CCC4A51A819360BEE4AACCE, 0x66CC3EF1569545749E835BA553CC01E4, 0x66EEF2B52B28446C946B0AC7F50ABB55, 0x6705B448CB324681928CCA6C99C4D321, 0x672EF48363AD4CA89413A33AF01D7737, 0x674E20CBC4F9466DA47AF8545FDF6E10, 0x6765A4E70A014964870D5BBA9A300AC2, 0x677F6E9140394FB38A755B035557FD48, 0x6789DCBB2C814EB0864E65511B79544B, 0x6791EEF55B884782831612ECB22F5471, 0x67B3A21A863746BEA390A866D3433C46, 0x67C3070894C340DDB20C6A6A672FAB5F, 0x67E14F489772415CB9DCBB22CC8BED0C, 0x67E58804947146BAAF2230BEC87CA582, 0x6819F51BEF5E4309BF8610AE9E308449, 0x681D9713DD08403CB7B2A039FED9A669, 0x681E4887D5CF4EEAA56780884A8BBA9C, 0x682044EDF9F446C2B487FC47F064D0E8, 0x683380555762453DA3CD28AAEECDD157, 0x683DA5B27AAE490FB01BEDEE841CD27D, 0x6843E68224764A9587D4952F9DB50717, 0x684BF68C5CCF4B66A821A3C37588888E, 0x684D0BCF9FE64E2E9191D2224D0830AA, 0x68506334E9D24657AEE6FD96CC47794B, 0x685D83DDFD8A42A6A596CEBDCA2739BD, 0x6861C468584E4F869BDA1F5A13B96745, 0x6879D0306FEE41F5BF3D5F7A827638AF, 0x68825B2FD8C04E389F6AC4A5D6D096BF, 0x689157FC520448FD96EDC9D11DABE2E9, 0x6892DE9B94F24AC09931317E1A57B83D, 0x689B89B18F33495CB487C5CF69636F94, 0x68AD696EBF7749489C3FE6DA2BF70BA2, 0x68D79102D88B4473A6B716ABB29FABB6, 0x68E2563A8CF54AEFB2775905849AC912, 0x68F3C2891D0F46C7AFA65A76723E96A6, 0x690E597037BD4BD5BF50A0275DA15465, 0x6911D8571FEA4A58AD0DC558DE7F5E14, 0x69241911E32744969D5B1A9A648FE977, 0x69313892DFF74D748B3C636AEAB63A25, 0x693324C508CB4868945CE4C1C16E660B, 0x6940943391DF49A78AE7BFFFB2D3705E, 0x6959E0CD26B94BBC91ACDFAFB2AFBC85, 0x6988CF77B0C44531AA22FAD341350B19, 0x698A3BA204B74E2BAB2F7ED010CCBE1D, 0x6991B95B88EF490E981EE15D1C07D371, 0x69B1B19B817043328C286CA2F5A2611E, 0x69D0BC1CB06C45A5825703123690060A, 0x69F1717D31214EF0A4D8FD65438C3557, 0x6A086771E4D04A1BAF09B92251AC5BC8, 0x6A0BE9E1108F4B4BB9168785F33B974D, 0x6A1541BF08714BE8BDD98419DD26F19F, 0x6A264528BEB44999BCC2DEE3DE984910, 0x6A29201F4552401E8080AAFB47A6A536, 0x6A6FFB0053994255836C93C449FF1D84, 0x6A939BFAE24E4BCBB64D5CABA7A97179, 0x6A9A3DEB9DBF494ABFB7A18771DAD4A6, 0x6AB9BF46060440CC922FD0A8F296E78C, 0x6AC3759801F24327B0910B75D20EF2D5, 0x6AF1901F14674C31A8D44B19BE0104C3, 0x6B05E0627A01442C90135EB1DB0E1096, 0x6B1D2371B6A744518D3662869079EE4D, 0x6B53CDF0C1224646A13DC8CFFFBF99B7, 0x6B68876DEDE54CB3A4A8CC5C47701136, 0x6B8C537ABB1849509030B8A4E49CB63E, 0x6B99CCB2CDD54BF7B9500F3B48BD23D4, 0x6B9A4C40FED94766B7FF79FF84FF2012, 0x6BA99A60D0474F0EA6FE97EEC37C2253, 0x6BABF988F3784230812A09E6A1552CA4, 0x6BB5DA44573E45719E6861AEB72C3E11, 0x6BBC039C255D4DDE8120AE4EADA0DC34, 0x6BBC4402A7DC4334A03929F295ABF99B, 0x6BBC9FE4C9184BC6BB2603F291361FC4, 0x6BC87D83561D4DD4BAFD0095BDBE3DA1, 0x6BD6E349F0C241C18A6D9B5547D508B9, 0x6BDA3267A7D541F98F70DA178C7E939E, 0x6BF2C80EC51E4F19A5895DD9568CC074, 0x6BFAAD85E483491788F44E58906DE831, 0x6C08F141A36C4C589EF5462A3964F16A, 0x6C0E2945D61F428C98CF38B93F83E2F0, 0x6C249AF0D0434F06864D1E3EBE139CB7, 0x6C355058605F4798BFF616E91346024F, 0x6C3908C3EF9F43A1985B2BB72FC7C154, 0x6C3EEB15A08C44A8AD1835FFAB94F7B7, 0x6C49D818A15A44F59442DC0C350EF555, 0x6C7E1FCEC2B44895BED5DB81B2D55103, 0x6C83622E071C4497AB218359C1F3E2DA, 0x6CA38070E3B74E33B9BEEE4117FABDEF, 0x6CC4E184211B4A458233C268BDA82F0E, 0x6CC894B6FD784D578716F48C90F638E3, 0x6CDD2426F29449528D30F7C918D720C6, 0x6D18745EB79B49B982966F4EB1977F06, 0x6D235E6D57B8416CBD366A3AF2C9FC6D, 0x6D2B8DF8741D485FA06AF6C179442A01, 0x6D2C7ADD2D7B457BB2FD9B7E9A761763, 0x6D37ADC0643A4D3E9B42C3B10320C3D9, 0x6D44B3736985409991173D579A73E163, 0x6D4579D80EEC4E7A98B28AB6D284903A, 0x6D4850DB2157445FADFEC9C33D23EF20, 0x6D48C57C22EA46579ED41CCE693E4153, 0x6D791699C09F45F3A9C7A4EB74FBE939, 0x6D79A4C9D3AE4829AC73B421034726AA, 0x6D80003BED184FEF81A0977818ACC6E8, 0x6D8097A54FAB45239B48583215C6AC16, 0x6D8689C9ABF54889B93A5A5EAF48F4AE, 0x6D949F8B782B4624B4D7271D59151043, 0x6D96BDCC88574109AE8F4AF4B2977646, 0x6D9FE80923134CCC8E6E452702B1D606, 0x6DA9C859F02C42CFA486F888C85D1A19, 0x6DC27537556F42F7BA59BF190C171A2D, 0x6DC4F3DF10994F7BA8044EC74DB1E874, 0x6DDAD9191DE6480EA21405E0B55E4B78, 0x6DFB94D69DC3464C940E75E3F97AC04A, 0x6E0F1556C8E84B9085BD56EAE1BDB049, 0x6E28DAD75E7849988A4B6463B8E9B6A4, 0x6E3B5F5DF8914CA9A2A86CD54CA130D7, 0x6E5B758A1308499AA658E965ACD2C515, 0x6E6CF168AC7847AAA4608ED08CE38AC4, 0x6E7BB44A15124AAEB668D57D9FC67566, 0x6E7DF26E12FB4CD1A137CC83BFCBE3D4, 0x6E7FC3F2B95544F4A12F908A7F82C7CE, 0x6E8648272B814910852D2D3377D6D7A0, 0x6E98615FEEBB482DADAE400A63655414, 0x6E9EF8B9578A43D7B2AB1D1774382E87, 0x6EA6E189CC3E4A0C91F6050E60ED2A21, 0x6EA72D01D2904C4EBCEFC45D8CAFDDD7, 0x6EA9DE8CAF304F46B53B8A6095CB986C, 0x6EAAD303EF5B4098B0525B2F7B8F1DF6, 0x6EB037DA2DEB4AD5BC1E11E310574AB6, 0x6EC3BE6349724788972FB23FF3A3CE95, 0x6ECC6A64670F4B2F920A5FA33B17AD42, 0x6ED745D7A283473DAC744215930F8013, 0x6EE9914E5C844391ABCCF3D3C6D36AD6, 0x6F180D9C95D1462A859F1CC25FA13DE3, 0x6F2F030ED6BA4D0B9D79F27FF7E22282, 0x6F33C31061B642CB80803FCF931843B4, 0x6F4B3D9D7435432DAB863F7C3E00989F, 0x6F8953161A3A42DE8B5D8A7B7D7DE83A, 0x6F8B3FA3227A408985C04F292DD170D8, 0x6FABF5FD081A409F9ACF77488B81BF97, 0x6FADD1ED1EC848BAB26A209FB984982B, 0x6FB9080D1CF344F8B158FB1B94AE91EC, 0x6FD9FA3C86EC4405B446F7DCB171DCBF, 0x6FF3DC63675E42BE8A9C2609D609FE80, 0x700229E5EF25443EA6CBD7C32E56F62E, 0x70273616532B4AEBB414157B7DD807FD, 0x7030F4A83D1E4501AE8CC183C6DED16E, 0x703FAFC5065F42A5A89AA75C22FD20C0, 0x70404F571B5142D3BB1022FCF472B7C7, 0x7043C279E5BD4D0E8911801A3E51F1AA, 0x7046FC4221474009892AE0916A8CA3B2, 0x7053F01CEBF34F1E87047C5FC0B3515F, 0x70661122876B4DBDA2DEA2D28D4B0B37, 0x706DDB78AB8F42118DDF9145ABF99A51, 0x70731BE7E9394FE8ADD48E947CCD6935, 0x70779542B2E44993A6A07A2E3F3D80EC, 0x707F1C260B754397A65CAEE6157A56DE, 0x709960AC4F144151BAB8961AF2AF9928, 0x70B361A5FA70412D8CC6D3ADB997CEA8, 0x70B97950E89E4825BE375F9A092DFFA1, 0x70BFB207A0BA431B9E79E3514E07D407, 0x70C4DEC66A8A4F90B6DBF88E423E1DF4, 0x70C5A02DA2644C9599FF608072D24B5B, 0x70C7033020BF4938AA3F8F0EFA791A8C, 0x70DBA85B65D44FC6B046126C148E1E51, 0x711BD8B214724C548CB6FD16386D32D5, 0x7164302DE5614E4180659ADADABC401A, 0x71686238FFC74381851F4FF35AEECCC7, 0x7177ECBDEF7C40D3924FA11112FF34D9, 0x7183D7999A2B4AF4A58301AF8C027CCC, 0x71A1FD92594444EDA10A33229E2641F8, 0x71C32F661BF44DFFB8EE81F58986C4D8, 0x71EA1BD2771C49C9BA9F60EC6379A0E6, 0x71F41D44DAAC43D3B13DD1C7D7F95FDF, 0x71FCDECC856D438EA0A6AE9643E34C07, 0x720271C164684EA0AEEC59BF473BF17C, 0x720DBDDA498C4753B4503AEABDBD428C, 0x7210765C3D634B8ABA455783F63D8619, 0x721524E0B80E45CABED01846DB2FA649, 0x72250BE61E0A43C8A7F13D890DBCC581, 0x72409C818668416A89C1710854144473, 0x72503C9113E643D6993F6DE2589421BD, 0x72801C7B15D344BCA7AFE77CF6167A9A, 0x72853FAD02D14FACA3E171DE2C465D85, 0x7296F96A869D4369A8D567FF4F8CFF26, 0x729C388AD67E4797AFE37E25264CA621, 0x72A7930640654A37ABE15367C1FA2C6D, 0x72A97BC69FBC40C98E3A2180DCEE70B3, 0x72BA8CE907C0400EAED9F6C8BE15822B, 0x72BF7C41850E44B883F07C6DE9F446C3, 0x72C597FD0A6D47FDA0339AABBCBC7564, 0x72CCD587894F49EDAD35AA10624DA6ED, 0x72D8D0A729B543F69390980F07A2382E, 0x72E75FE4391049B38E3500AA18CFCA7D, 0x72EA819CB9E742D28F4EC4602DD348F9, 0x72F07F26B8F14410B860856751D9C3E7, 0x72F265D77AB7487AB1624EB85B9BB416, 0x730BBE39A09E4EBD8F300A6423439BC4, 0x731ACF55B9544E9D9FB4F7AC5E9B0271, 0x731BA25C18AF4AA88737B5A8835A3D55, 0x7328687571874A05B29E89AC1F4DBD84, 0x73286A8B67204B0BAD9DE6B09C840A7A, 0x733F305F573D41CE8280D514BC14000D, 0x735A44FF1FE44EF6A6061B238AA49720, 0x736D4844ED14412E88F53F9C9A2CACB2, 0x7378BDF985F7456FA7C0174ABE2A32BC, 0x738E24C87C9A4340BB1D77246FB586EC, 0x73964748A576486AAF07E779DE9AF38A, 0x73AFC6C4AE734747AE84F675DD0285F1, 0x73BF162C5F8F47D19F7642350DC9CB04, 0x73CB4A8C256E4E90BA2484328F5A8858, 0x73F9405CF9D34933B007D90661C4B42B, 0x7402D531CF394553B2D0DAB1EAF4037E, 0x74053B2E18164764A2DD29B9064F0298, 0x74142E94C7CA40CE99B4A68C1B0D5153, 0x74294E1EBD7E4F7DA783A3A4DF176E28, 0x7429959BCA7F44DC99F96DE40FD19242, 0x74323E53D963483BBFBC1324898DA0E8, 0x744159764A654B1E94622CD4CA606552, 0x7453BA3766EF42A691B6FB71CA357053, 0x745CC188DAEA435E973036DAFA6D0A7F, 0x7474F0F091C84ACC8F23DB9ECDB923D2, 0x7479B3AC135E4A88AF24BAA92D498F6F, 0x748B178EA6BD46B1AA633BE256047826, 0x74A8EA529C1B4DD696945E3C0F4363FA, 0x74C04AB7A89C47E39448312CF9044613, 0x7508272029844281A5457587DBC02414, 0x750E40FD89124FD08B244FA396EA926C, 0x7515768E95C74B60ABC1902404005228, 0x7539C89C7F244F279D9B6BF98A694EB9, 0x75461E43791445369FB5AB3BA7B62B4A, 0x754AC3C455D04ADA90299F5F4AB99C50, 0x756AE837AE8C418BA7B3D87EFEB9663C, 0x757E32DF2F714EFCB70761B4ED4E9BCC, 0x75880AC897494A909D7595BE73EB09FF, 0x758B1A0DE58A45B8B3A71015362EA6BD, 0x759F11BC96D544DB8EDF2320FA94DCB0, 0x75A65BAA74E846738F00EA82C8519D98, 0x75C244B5DE3B4666904D5D268C2CD4E8, 0x75E263FD9A7840AD9F355DF39E05A766, 0x75EE93EB7884457F96EAF421B4444367, 0x75F08B0772F340B9B35C1810BFEA9BB5, 0x75FCD6766D36429EB0A18B63486C821A, 0x75FE8A31E083412BBDAE44095EE1F167, 0x76230CF4E56D40159928F0685445CB0C, 0x76771F9B292C428D9C7F9002B8F5DB5A, 0x767F9B22769C4F35AAE623ED84204185, 0x7680412AB69D450DA23F2AACE0CA07A8, 0x76B2F26DA5B544E58A3D83B4C14B618F, 0x76B78620ED884C74B97E267DAD272E64, 0x76B8D8ABE5B1494F98774C38B9875AC8, 0x76CAC157304E474C95B6F8604CC5D163, 0x76E25A1CA7B843D3A2AFD7594EF230C6, 0x76EC922382044F0A8B1AD1F661D7A242, 0x7750A567C93F4D6DAAC9C9C4059AF6C1, 0x77648C4CAFBF48CCBD45F8AFC9CBF30A, 0x7778286BA0C14B72A9F1446665E5CE8F, 0x7796E4B4E24D408EA9BE67B4A97F1313, 0x779B0EC53AC34B329E65B839E82CB206, 0x77A4E2F094564FA48860B1C5F20BD90A, 0x77C93F5A7C9E4801A2E6ADAFDDCD8F08, 0x77EC3D9533A947A39BE5C1C74D215A6C, 0x77F89CF275054D86A1967A182822C36A, 0x77FADF0EFE984E539A2F70EEB8E020BF, 0x785F949A19E24F08A2B3A43E76F3BC2A, 0x7860E3CE6C0747CF8D2552984880AFF1, 0x78719B5E3D8640CF97F05705F2CC5F05, 0x78935CE4838343E79B8477AF7C505F5F, 0x7898E22BD81D49DFAD8D9400889A3EB9, 0x78A0D2445AD64DE99E73935EDE520135, 0x78D1C65582894C5CB335BB91E1168E96, 0x78D3B1568F7C426EAE1BCE69E9C150B0, 0x78E35361D59B4BA9AFDBE7A4B0E76303, 0x7908A856F6F74111B05E6DB199EED8E7, 0x79249B9B34C4419192F7E3DBF715B2A6, 0x793F8069561243C88A7D5B8BC49D8702, 0x794EE306A0474A1D901128EEAC3DFC8F, 0x794F432928CA48ACB0F698CFE12E9D22, 0x7954007AD4224DBCA74D0967A9788D06, 0x79633A6487A3476DBEFC261A76F5E04C, 0x79667B3A29904FC19ACFEE1E1374BDAD, 0x79B32DC3B97C4F6B80FD54922EBC84B7, 0x79BACB055DE84411891F92E24E4ECF6E, 0x79CF134BC4CC434384F2A284E361138A, 0x79DE8329B3A1417888DA7DB5DD9DE548, 0x79F159F50B904D3DA837B548991FC59E, 0x7A08701AD04547ACAD0EF46738BD3030, 0x7A1641DA83884288BC286D3998E3CEF3, 0x7A18D6AD952F45498447D7161FC36E63, 0x7A1960F017EF4141A9A28FDEDE067E53, 0x7A2A456FB6D44ACD97FFE87BB69D2F47, 0x7A2BA208A02E4E3E9980F0686E0E5F2C, 0x7A38AE9F8D014340B7B2A783BECB2DE6, 0x7A69633A2C2B45079A01F500C8954490, 0x7A6E3421330049358DE1AEF0FE80E2CE, 0x7A7859B8E9934EA69FF18CC141769569, 0x7AA04EB9C8BA43DFBA98AB5DB0C5A6A2, 0x7AAF6A263155464FBC602324AF7ED11F, 0x7AB03B4DF8954CE399B57FD4B5C70889, 0x7AB26D28FD20416EBAFC5FD1A8EBEBA8, 0x7AB7E2F7E8214038912FBFB14D6A1A92, 0x7ADCAC98E5FD4017B6F5377E3D84F30B, 0x7AE3350463F249CC8191BC475BB0C10F, 0x7B112A4DF5D5447EA9E24AB2A57ADEC7, 0x7B16789451F74A03B44E937D2D3634BB, 0x7B2D278D00114981AD4EDEA941CD7FAA, 0x7B2E9387C9204436A37A0345E03D6FEE, 0x7B332F4F47BF45D0BA6BEB86A48F3FFF, 0x7B4A8B76824D4CBD9166F18416DDCA56, 0x7B4D1500DD2345DA9795E8E2CA9CDF53, 0x7B85BD9E068C4E19886615F6333218CA, 0x7B90058D52314857A154914BA8A4D998, 0x7BA9CEDB7377415FA37ED3B363C8AB59, 0x7BB2A469659A428DAE874463D6C242A4, 0x7BE72F62EEE047F6ABF02C1288A32500, 0x7BEDEFF06024477CBDAF127586C22BF3, 0x7C0406B106C640098C7E618EB321174B, 0x7C118178ADCF4992952CDAC5B2543C2B, 0x7C13C90E95B147928536EDEBCB86847A, 0x7C1F904CD7714CF0A68B8CA7727199A6, 0x7C20D405A330420DA0AA4309EB0626DD, 0x7C24DCEB6BF64FB5982A4E39AD90821C, 0x7C2ABE7B12CC481A9CD78EDA3858B09D, 0x7C3EB98E537F44A5B7BF8BAA342C5313, 0x7C44B9AA1ED94E069CE070D2A7CD7377, 0x7C456CF6FA0944FD8C8CF6330437B134, 0x7C50C8C154534126A5A5F5B157E819DC, 0x7C55C608D74F4278977E784F717ADE68, 0x7C56C74990BF4BF9BD0B91915805FDD9, 0x7C5FFA0257EB41A496D88BCFAE91F697, 0x7C6140190B04493E836F120BDF6986E9, 0x7C85C9B1BDD446DA8EBB200E58D8E207, 0x7C919FDFBCDB42548AE6BD06BA4F9915, 0x7CBB3C40D0B64BEFBAD3520A0BBA6562, 0x7CBCB5A9AF3345B68C40C66BE292886D, 0x7CD256864BBF4BB18CAC05D28A390B64, 0x7CE26C4B220143539029E03BDF0399E4, 0x7D24648B3D91475F9CD6D8F6E7C44CF5, 0x7D37144A755D4D408543E2D9C2FDF5C2, 0x7D372DCDB8B44C92886C7AC68A968E40, 0x7D3F37972FC04CBB9B1F95AAE8CF194E, 0x7D4DE24849C243C0A4FB102DF675BEE4, 0x7D5D48E99BBF4A6C955691C4EF83469D, 0x7D8697F8869E4B94873451BADB5A32BF, 0x7D8C2E3913834A8D98DC349544DD0404, 0x7DA752FD443042AA8614F70451F679AA, 0x7DCA69D416504B1D9EBAE79C60EF59FB, 0x7E0A1F095E444A8B933C39D569E82DA3, 0x7E2F4C91F0314D9A83134E0193383CE0, 0x7E38F520F2E8417498272C2A33733299, 0x7E3B930EC52048819BC57300FFC5FDB0, 0x7E4C1AD360B247AD82A40176C619C798, 0x7E6F7B352C844702A824AACEFB5F52C5, 0x7E86902B03F945FF93919FA96599A70D, 0x7EB22057815D42DC909F9B480AD90F87, 0x7EB4313495994BD39040E99A58DAD489, 0x7EBB6915728447E59B383CB8C6BABE0A, 0x7EBE344957B3413784953FD4EB692C42, 0x7ED768DEEB5447AB9553A73EADE4C459, 0x7EF02EF690C14CCDA2B0EDDDCEB97801, 0x7EF5D0C045A1413CBF207498EFF9900B, 0x7EF76651BC9C4E76868F850E493775D5, 0x7F09EABD2C4440F5B5809BA79E852316, 0x7F3513190EAD4B0CA7970546CC6DC7FC, 0x7F41FE8A41B74B4F932403F6891523C6, 0x7F4E4CFA554243AFB42B6FA7E5B80538, 0x7F5F8A8893834BB0AB9B916000F9CAEC, 0x7F68555B5C74413188C5D8007661950A, 0x7F6D025F07154A858F23BCFB75101654, 0x7F761E455544493ABA1AC2C1D357AFBE, 0x7F9DAC8BBA924FAABC88D3FB0AA5A9E4, 0x7FB73C7667D741CA9FDD9F245D8C0176, 0x7FDD52E0319E4D4B98914257AD988D15, 0x7FDFEFC9C1D84173BEDC4AC4A804DF45, 0x7FF14808E2B643908B3D3549FCCEA4E7, 0x803BA9199FFC4CD0A1210D37FCDF6B6D, 0x8042989796354533A65CB7E321854D4D, 0x804E50DB7A624C49B6E35EBA0516A390, 0x8054FF0D6AB8483899624D9A8036D80D, 0x806F75970AE2434698BEABF0E34B3DB9, 0x8095DAA351E14C278840F0724DB50EA9, 0x80AA29647D3843059FAC12A9D61509E6, 0x80AE649EA3FB4363B97BD99354EAC21C, 0x80C2686ECE3945C7AF38CC09AA1900FA, 0x80C71B406BC34F6195F1AC6281065C81, 0x80D1542BC6F64F8B8640B568B7075881, 0x80D7FD69187D4D54B027CB1DCB4F34C3, 0x80DDFA16B2434456B00E9577C9CE48A1, 0x80EAFD39A13F4828B7FEF86724F73A1F, 0x8112016AD5F949D9AC5F20DC115A7CB6, 0x81121114D0834436A6BE9F107984677B, 0x8120917C38B84043AD78A82284076817, 0x812208D238E845B582DDEBE52F79B775, 0x81294FA6EE294D6B9B0310A70E63655B, 0x8133A60C5F2D42ABB9CEC3772B7B5018, 0x817EBCE090AA4B2FA53636E2041F4739, 0x81B24B5A232A414A98C9B87C73BB7942, 0x81C26B9A7BE54FC18C736E31DF9DF52B, 0x81CDB6992C514117A55B37D90475DEC6, 0x81D940CC2D204874AAF1DD5D5A5E846C, 0x81DD7556875B465681EC2449E667F3CC, 0x81EC3296916342DBB02190D4678BCDF5, 0x81F97DB65A4D4BCBB7F75D401738E108, 0x8217965B23834FD89B58C0AD8245C816, 0x822B1690CA2349BBB25A775CB75A6F29, 0x8232FB032AB140DFB9342ACEA8444D1B, 0x82592902DD2E42CDA052DD195A51B026, 0x825EA7611F0A45BFB7EDE183A4CC08DD, 0x82A1139B682D48C99B57D901C44983CC, 0x82A363871497456282E2464E39E33926, 0x82BF56FBB49E41BCA20BD5FAACE68C37, 0x82CE31BD91FF4FE9958397342CD8E823, 0x82D38A2AA2E54EAC9481C443CFCC73E3, 0x82D9781B2F544C17A462ED4ABD7C5B70, 0x82F614525D0149B2952828166615990D, 0x830EA6F06B8443BABBCB9BFE5DA52FDE, 0x831994C411CB4B9B870AB2F077ECD2DE, 0x83424952C455454E87F0B5F5B5D72E0F, 0x836FB3C5AFBF4621B7E87BBB0DFFF80D, 0x83732FE838774DA4A40D9AB5C647C4B9, 0x83916B5FDE5C4F10AAE2927A6D43CC19, 0x8391AEBFDC6140E7A9DD308AC63B77AA, 0x83A2E38C18AD45628984E11349443E26, 0x83C6A69EE60F40EC9E64DC8F965FBE4C, 0x83D6947F65A0497EBB4F983F5FE427C4, 0x84315D056E834C149D99CFBE1E29F9E0, 0x8460EBAEC689476DBFBF94FC88A0DDC0, 0x8464738D4C494532A39DF02274536C87, 0x846D858C42434ED1AC764FA6FF2326F3, 0x847E51E7EB2046E7830A94037D5B4854, 0x84914A58DC904B53BF6E2FD4CB4F79A3, 0x8492AD71C2BC4823815180C27DDB35EE, 0x84A529498AEF441C8E74E284C2D2CF8E, 0x84AED27AC25B476083E9DB3A36CF6499, 0x84C0BB58BDA94B1D87EF058C88217BD9, 0x84F23AB4886C4EE0987DB2AAD2450B28, 0x84F7F0392A8A44B48EBFA55E9CCA2F88, 0x8505F1F837624C01B94088781D2F65A2, 0x851DCC27EE7D447B92E54F1B032B21B3, 0x852BE679C6EA4EDFBD63F35DAD1AC31B, 0x852D10A88CE14674B6C5021A9DADD7CA, 0x85340F185FE849E5BFBB0377B4AB9269, 0x85476B68779E42369D0C04D080308D80, 0x855699C6F6CD4265856ED41170115921, 0x856809CE3F23422AA4ABEB06EA95A8CB, 0x856B23CCCAA94EA2B5470C44D644AD18, 0x8583FEC3905A410CA337C63036B45441, 0x8589E3047C644B38975B4D7E3CF0217D, 0x858AC750F12A4FC884F05BC9AAA43ABF, 0x8595AA660BA44023B7675B591B6C4470, 0x85AAF9F3D2D34B8CB0E0BAF972327A1B, 0x85B139DBBCAA44D1A283741238C1D662, 0x85B57C0DDEC74E2396E3483BEF0C3C0C, 0x85BDC3BEA29943BF8CB18CE5E65089F5, 0x85C1647FF85C4BFBA94FDE717E9C8516, 0x85CD698508DE4F8B95A2F1161332FFC4, 0x85CDCB6403854F51B542D3DA842E0112, 0x85D5330D551E46F793E622FF1B78E865, 0x85DEA6FA2EFF4030BD0CCBB027656E73, 0x85F1312A2E644F22880867C0FCD31057, 0x85FC8F064AF5431985068C85146C52E9, 0x860575DEEE8E4485BA7C43A3FA9AB5B4, 0x8609158CB8CE4F138E721FFAC13FAB7B, 0x8619C27F02874232B5F16EA2198DC29E, 0x861D76B230BE4A74B6B3393BE35947E1, 0x8622B8176CAE4A8B9E689A365EB3493A, 0x86279E0407EA4698ACF2ADD653B7A82D, 0x8636650B3CF145038CE18C5DB625D94C, 0x86484BC61A574E7CB19CEBFEBC07E310, 0x8649FEEACECE449FAD69683A1A51C5E5, 0x865F8205B1CC43CC8C841946BD7D5FF0, 0x8681F264C36340CA9E1D36B4F03F8F31, 0x8685F9B12CB34D769740CF26AE15B27F, 0x8687CB62621E43EAB32B2D5C5101139D, 0x868D81E5099B4E459ACBA968FD04A04D, 0x86946E268B77454B9B5D6C71AEF84A92, 0x86C7F8D83001415BB956A51FEC8F1E02, 0x86C80DD7071546ABA632937123003D37, 0x86E51DED964A455D88A4B98307C7D466, 0x8701088BBB584AAABAF1018949D74A65, 0x874F1AF280054D7C953C6F21579BABDF, 0x875DFD477A18428E8D012254AC92F8A5, 0x8762696B15BC4D55A0DD8FF464F2D82B, 0x878587E9B5D74DE7A1D21869019EAF7C, 0x8792496F163A4047A7770CC1C62F1CF7, 0x87942EB232734124878AA22CE81A1843, 0x87BB5C39F36042638EB5D114D1A540D0, 0x87D5C34FCF4C4AE2B7AB51F05ABFD6BF, 0x87E2C7CB25054B0EBFD20B21948F0D23, 0x88289846C09C4B2BA445D2EC11D4C896, 0x882DA95D0ABC452DBBB5AFDC53FA0D5A, 0x882DB0CB00CD472E8B30D0F5194FFFFB, 0x88385C5CE0294D98976FE7E263034FED, 0x8859C079B94648D881AFFBA5A53AD974, 0x88631140E5A34A0094446B9BDDAFAB1D, 0x88644425BC974118A47D3A45BBD9FE71, 0x886916BBC4BB4FC7862F4ED93FC0A566, 0x887314F91688478287ED269FD0A39BA8, 0x8885AD9744D041839FE4DA2D25B8F410, 0x8886986FEFB2409394A9050D7B0E498B, 0x8898A0AE8A014549BC8D9973299FB1DA, 0x88AA9EAED14842EC942003089D21C493, 0x88AC3E60797A4FC391AAD507E905297B, 0x88ADBF8DAB87480993B7D2C243F99CEE, 0x8900519B439F49D589A94D094D55F0C0, 0x8902F097F0F84CAC8B5351A3BA167533, 0x895013FE90B742A8A17DD5E004372628, 0x895C58D4698C4EB2BA638A34DDC950E5, 0x896E3463DD7D449487BA15CEA54CC5CF, 0x89726B0C0D7648A092A80B79EEA07F70, 0x89765351BCBB410A822AA0DAD7ED061A, 0x897A265355CA4E0ABCC1EC18E13D60F1, 0x897D1314F794403A8BEECD85B915A596, 0x897EB105209D4799A935A87F02FBFFF2, 0x89ADE9D7F75B46E28BCB8FC30930C63E, 0x89D57BAF145A48C2A4C1DCD473506D32, 0x89DB082AD32E442F95E5F1C68FD9B3A3, 0x89E4C2F4E67C42AF9B776F8379EF8E14, 0x89F21BC9F0ED4AA2BC1E56F70DECB967, 0x89F2A1EE3A654295B3DEF19DB95BF022, 0x8A0F7257600C44378DDEBEF263913A0D, 0x8A16EA2BDF14439380BECB29BCE766A6, 0x8A1E90A2821D484E815EC16B03E33500, 0x8A570515F2414B46AC266B623EA3FD4F, 0x8A6DC57E2DC2463ABAD8BCD91D1CB484, 0x8A6DCECB28AF4847BBF7CD51D9282517, 0x8A6EF7C15ABA4F1CB97E70696516200D, 0x8A74988EF2BA47CFB36E64D8FFC034FB, 0x8A76507F5A9D4E0B9CDA715C3E911FF5, 0x8A8C7DB7C9AC4201BFFF96D3163FA917, 0x8A95DBFD842141E8971E6C481D066707, 0x8AB7F998AE6B42DDBAA698D2B3AA6786, 0x8AB8556DD3F4490B8D2A0235EB1EA0FC, 0x8ADC9FD80D0E41709A4A4413072F3872, 0x8AFE09E43DC545299C987D6FC972DB71, 0x8B176F802FA6491DB039B312A9F099FF, 0x8B1C39CB1598494880CBC20C1DA97F6F, 0x8B23AF144ED549A19ED8D439A066089B, 0x8B348840BC9144BB9D5503336119610E, 0x8B496AA73F1943888BEB656992311117, 0x8B586944B48042DB97CB4815DA0CC427, 0x8B5A0C8ABDC04F50ABF473B4067877AE, 0x8BA197EC6304414B8B8613BCC5CAFE0C, 0x8BA2E5BE9CB5414983DF6E1B0B92DC1B, 0x8BF2E33425F54E1A98C5D2AEF47A12E5, 0x8C004C3E57F64E628B421750682C6DA5, 0x8C056831D9B849E28E5AACF3126400BE, 0x8C0D00C6C86F4C069DC83C6551DD8828, 0x8C238C9FE5364E0098194CFBA40CC22C, 0x8C27EB5CCECB4492BCBDBDC5F916A7AE, 0x8C3B6923E9154EEF852E13594A74C281, 0x8C3BE1FDD0E24F5BBADD6156D6DCADFE, 0x8C44F9E332494A498673EDEEC2BC9AE3, 0x8C5D7CFBC6CB4F989736EB13919BF7C0, 0x8C6C0562BCBB4C6987B75737882DA9A2, 0x8C79A2C83D53493CAC018E968A2064B2, 0x8C7CCF7C9C8546A6A4FDB3C1BE29A172, 0x8C7D6580F576442FB33833AEEAFA950A, 0x8CB1A8B788E843FF8F1BA0330FCC1042, 0x8CB8DB3623D74CB2855344EBA05D83AF, 0x8CE5E3B1EB74489EA8A3DA8B7669A478, 0x8D0ABCC18B0E44C996F6E65A656AF5E8, 0x8D10C94375924C90BD8B1AB4E7A3CAA3, 0x8D2EE283C83D4517863FF374FB66C014, 0x8D42FF4D7CF2400D9DCFBB75663F3B10, 0x8D4C976C93BC47B39D2BFA66FBBD10DB, 0x8D4F5C392DF640F18065E5F1E428F0B0, 0x8D52282E6BC44C49A51D774275F259F5, 0x8D7225B0A366499481718D3D942C8660, 0x8D749BF32DD24AB385801953D227508E, 0x8D8FE521F9C2412DB07567C57F635F31, 0x8DAF6406C0E1466892B1136D8EE7B946, 0x8DB961BAB41240BF8290E288C03F5B26, 0x8DB98B421EB346CC822F3BC2A8056926, 0x8DB9D2FCE27C4918863042D3C3FC3B16, 0x8DC2FDC4A70C411FA32220E1AF4C8E3C, 0x8DD25C3742CB4A1A8CBC08DB84E37B33, 0x8DD6E14435794B148A01EDA3C76507FF, 0x8DFE18FCD1484A94A9F644B8FEEB452D, 0x8DFFCACCDC3C45F1BE91F3BE0E7925C8, 0x8DFFE641F00B41FFBB6A9863CA6988A1, 0x8E05358150B4454880F32D7CC361D837, 0x8E084EDDB9C44998B30A785D69D2C740, 0x8E20CF70B0BD492889ABEE8375CFE217, 0x8E5E43A85A8C45BCB352FFBF3D540B9A, 0x8E78788BF08B432E8DCC0103F197D80B, 0x8E8053CD65CC41BEA85ADEC3FB441EAC, 0x8E90DC13231E4A099DDB5BEB5B78E001, 0x8EBC819E81194B6FABA83FB20A8D42CB, 0x8EC580B2F5A949AABD17F49A04375EDD, 0x8EC7EFA79B374ADAAB29DDD4D5250127, 0x8ECA392AF92F4A11AD700C4A4B33C26D, 0x8ECD005398594052B7BAC116BAA4C09C, 0x8ECDDE7761484871B48643CA765A5670, 0x8ED5E4BF42F94154B74A75D892900E45, 0x8EE4AD6DC1E74942B32A3CAC17AB89A4, 0x8F07CB4022C4442283D3651469845F72, 0x8F11AC1FD6BF4576A485D6CA98E56B4E, 0x8F31BF5F19424D20B50328EEE198A486, 0x8F387448F8034626B7AA26CDCE1C2160, 0x8F61FF04AE794CF4ABD2CC34BC46B9DF, 0x8F94D8DA3CE54E7C8EB264F54199F9EE, 0x8FA03438E4BB4751BC62E4677E8BB93D, 0x8FBAD36E065A4DDD8CD639F63B0C2BAE, 0x8FCAD9AF5E4540C2A0FFCB8048D4B563, 0x8FF60F476A94456AAA64E9F0C0C6D1B9, 0x901F4D676FF248D095CCB45F5154EB8A, 0x9022C5D405704EAE832B09B678710EC3, 0x902418ADBFC84D55AB19B8B138B6D4C2, 0x90279D5B4DC342D8949CBD84BA81105E, 0x902A57D536E24E0383D8CFC6FD68F80A, 0x905FC166700C40ACB00D5648956A8B66, 0x90754485FD0A415AA6A1FB80B012FFDA, 0x9076805F603840CDA93C740358491649, 0x90784897E09444B189FFDBE00F74A173, 0x9085C150DADC4D1D94270B15B357D4AE, 0x908735CF2EBB4B33AD4CF17B547F9FBF, 0x90890B7649614C86BE8F671CE50DA8A1, 0x90AB51C063684854B6B27125B9FEA302, 0x90F34BB1227C4544BB9FE50077BBDDCF, 0x910388E1EFB44200A8F2AA9C8EC14A55, 0x9116C43EFD744501A25B18211E0D6FC2, 0x911A5D366C0E4A739078B578F55CD751, 0x911C03AB04D94AE19801343170BDDEB7, 0x911DBCCFA0B74D6AA43F873A49F48161, 0x91201ADDEF7D48ABA4446581123C0360, 0x913D3861E96A49A4A691936E9CB7D834, 0x91560EE71EC24361BA494ACB6A823593, 0x915FBE8D70B74120BBF1226ECD286F67, 0x916546013E1B4A62BE47B4227319DECB, 0x917278149B334ED995EBDD5D5AC4BA3F, 0x9173A0D9B73645749E105A7392E47C2B, 0x91767151105048AEA22457A1F35C91DF, 0x91843206FC854F8A998A525846BBBDB6, 0x9195CE970B92407E8905CE9C98F01971, 0x91AFB1DB5BEA4A9D906F78F7351DCEC7, 0x9206BD0C0C22424599F47067E5F27539, 0x9216D57FBEEA4D7785C76C6941A1121B, 0x921DA8B3B8BB487C87E1CF47DCF23904, 0x921DC167FEB246EEB18A164626367BB5, 0x922B3414C8F048F3B3871F0BD92F2DCB, 0x92467742F76B415E815FA8E0F9A2F96C, 0x924AE7A4990D43DA84C4DC73EB77C59C, 0x9260B0D4D77945F0B2F6CFD316F225A9, 0x926A16F0F8D54A87AC5D4E4CA651B348, 0x927566BE17E3402DA8C3E4DF44A35156, 0x927CE551561440B48CAF9E328725CD29, 0x929EB771A0C44F04B705A747707128CC, 0x92C894FC05DF48BA96DE55A389EA8A0B, 0x92D34F90BFA245C8B34B62E652FD92F3, 0x92F0B207C5CA468EB334B3E1732B6B74, 0x9316938F79EC4B4CB07CE189D3672D9D, 0x932835EFFB9744B7963F4315AEFE73AF, 0x93484B110AA74B72AC8A82D2D8046338, 0x936D13A5557D4631A00EE00C985FE50C, 0x937EA488E32B4832AB160010704AC2E3, 0x9390AD56233C4B7E83EA0E91D75F2B64, 0x939587630C53412192BD97A5D3D35488, 0x93B327F21C9A48DA9A61042C12198F4C, 0x93BCCDA9E1A6412A86634E9CBD58207C, 0x93D40BAB7BF64B91AA09A340B71142D5, 0x940482188D3742A792B74CA058FE522D, 0x9419F4E37D2149109E0F311DCACCE092, 0x94214F4AA0584AA2B53D79336CB44623, 0x9423CCA6717548159F86C389D385983A, 0x9440C8F30B4C4545B7BA8BBCB71C1E4E, 0x9452D63F7A374BAD90AA48CDCE007B5B, 0x9457E5AB921A4E73A84B840C27B729BE, 0x9471F6771BCA4955B367AB1304ABB283, 0x949C34375CEA48C5AEDF14C59DFDC2DD, 0x94C028FD25B94F96BD4F0710A8374CEF, 0x94C735AA7EFE424D8CD7BDF81188EBC7, 0x94C7F209151448F692E3BDC8A000032A, 0x94DC7001E43A4C1889E07932FF4ECDD2, 0x94EB71CCB8EF4DD8AC1C37D8005F07AE, 0x94FEF87BF05E4428B9C182C5B182C169, 0x950C913085254A4DBE67894C824DEDF2, 0x951A93CFBDA8451C9E39D6EC8479409B, 0x952D8B26BD9E471285E4A19E6BA6E1BF, 0x9562ED3787184370B12AF4B8DC8F5D5C, 0x957110557A584CDA89B6E553565AB37C, 0x95717CB302304D2F8D75A1813D65280B, 0x95737F1EE892499ABDC35D76838AC84F, 0x957733F145EC49AE889035F20118E47D, 0x95774A5A02894753A202FF42E07DD6E0, 0x958FF1ABD1B844B1B1C8C70AEDEE8DE0, 0x9593B7E3B5CE4996A93CBAC464C31065, 0x95CE8AB2484F4B6791C42A279B822E31, 0x95D548E86D75483AB689533838F8A3A0, 0x95DFE972589941F7B2D73B1C39F0F916, 0x9637D25E4E8B43D7BF3EC1C7274033C1, 0x964F60E18EEC49B29637975B60348608, 0x96715F12857B4E39A22C9BA1F8DA7BCC, 0x96840B0C2BB947D89A1D1CA3B6E4DAE6, 0x968681778C2447B784380277C35BC0E2, 0x969BA6C943BB4243B8D2A53A29AB603F, 0x969F0F6A03B24DE4B9225061DD1962C7, 0x96D9BD59DF51425588FE1F1FD706EDE4, 0x96DD7AEC34BA4ACD88B35839DC278FBF, 0x96E7CF0ED6CE4DD4B8FF9626AF108459, 0x96ECF37810E34E86B82D5C8B33117417, 0x96F9913A95A246C58D9FDFD7DBE634C0, 0x96FB4D17C285490D8A5BD4E0CE0E1C44, 0x9704EA628E3E4865B9EDCF220CB01E27, 0x9726C42B31D045FBA2DD8416A760BF71, 0x97341F8C390F476590D416F7BD51121F, 0x9742D705967F40B79C137F5646ECC685, 0x974D8E2412F146A18DB0E3B7D7B42031, 0x97639A2965D24F0EAC0BDF3095466075, 0x9763F065A23B49ED9D550C87607F0576, 0x97877F3CE65D4BD8999E0F2C2C6A2B09, 0x9789D8B473F44FC8AA9A122585AC7303, 0x978DA979F93649C7A9C2373E0234AF3B, 0x97CDCF09A5D841B1AA3F05EDCC82CF81, 0x97D67108486C45CD94D97134FAD22993, 0x97D8224570474275AFE1289C9D16E73B, 0x97E0117FF3994C6BB239233AA35187F9, 0x97FE6055335540709CEB0285972056CC, 0x980006D8E2B248FF80FF1B0A88347BDF, 0x980CB443A9444570B245619CC6B60D3F, 0x980CDE789E0143629E569EFD93949882, 0x983CCF10CC364646973A9A2C7D920123, 0x985F4544E002462485798ADFB3B04536, 0x9860B580764C4C8899061943848CEF8C, 0x989A9F172AC344F08E8DCBD03708CC59, 0x989EF7342A9041DDBBD840CC15101434, 0x98A97F40BE4A48F5A76421CE2214479F, 0x98AE6E6137DB4E1FA7C2A9886D1EBA21, 0x98B55C59BE394BD3A48619DB6F0266C2, 0x98BB961541884BEC991C081AE42AA807, 0x98BD155DD5B84891AD7592076C132A35, 0x98BE815EE068453CA5FE675B04DC2B96, 0x98E29C2F8D864835ABB3CDD9381443F9, 0x98EB5FB062064C7C891E5ED54B197BC3, 0x98ED4907B0304C6BAEDCB2EE8DBD5EB1, 0x99088DBB3B3E4B4BA172CB417D1DCBDE, 0x990ECCDEFC284293A34F1492EE7FAB20, 0x993BDA5CA2F246C182AAD0CA77A562CF, 0x995BFA4EE51E4C46B5F224CC60939C6F, 0x999F0372FACB43AC9D1B15C67C67D24A, 0x99D2E6EA1FC345F3B7CBE8106309D0F2, 0x99DF6A7C1701455BA7A546A1C3406D93, 0x99EC45012E964D859D4D841F655047B8, 0x9A24CCCE3B1248BF84074AE4C0D25855, 0x9A370E062C734D128B7EA767D3124EB0, 0x9A4EDE21A80E40A8B55DEE0DB6573BB5, 0x9A56F21DC7554EEBB6E700B3D46739DE, 0x9A5FCFEA05EF481286C29A781090AC05, 0x9A667A5020194DA4B7522062B1A85C23, 0x9A6D2E9D5643487E9328303D9ECC8016, 0x9A7ABC4876034FD19A0382CBC4779FA0, 0x9A8B42929CDA409189578A26A7582903, 0x9A99E7EF45A64F969C05BFB2DC6855B0, 0x9AA4725A58E048E2B26449B7BD8C1D34, 0x9AB617AC71964CFDA5E855418FB19A43, 0x9AB78B5D9FB64CA4A471BBE86DE78C7B, 0x9ABFFEE535744CB08448292560E29270, 0x9AE6CE149F0B48C993037381272A7737, 0x9B1EADEF406742EBB207D9E80D5BD633, 0x9B2D137407C141A9A2B291F879AB0856, 0x9B2D8A15A3E647EF8C845DCA0A972BCA, 0x9B3C1FF06E644104B44F7482D4FBC3BE, 0x9B4766C4AE8740CCAD3F71D716C494BC, 0x9B56CF7311874BE9B9AFE441FE32F3D6, 0x9B6465534B1B47CEADFC868137879DFE, 0x9B6582F465B646E996978A8A7B0E4276, 0x9B6B31A6BF364183AF45C6C1047E5AB2, 0x9B7F556965F14C58A528D33215A94F3E, 0x9B895A3D808444FE8DDE63201D773805, 0x9BA439DC5EC54513B113BEA3A23524E7, 0x9BC4F3EF30E44C238D91831C81C62810, 0x9BE871107B4E441CB67E9DA02EE74001, 0x9BF9D1720FDF472E8EB2C73E4DC56FA6, 0x9C05D613926B4F248BC0399A14B61BFC, 0x9C1ABAD172A94BA89CDC9A0B590ECF8A, 0x9C1DBF0EFA2A44BB9915ECAA54A019DF, 0x9C26E69553EA45338211C1195115A4F1, 0x9C4F490709E449F79B9A6F78C6607BF1, 0x9C5D38A96ACC4FF5B2A17D91978E85E3, 0x9C6FFA386D13472D85E3A60202D73ED7, 0x9C877BC5797B4810B56D85382BA10EC3, 0x9C8C8C38C1B944C89576FB0C4DD0E890, 0x9C97B728AC0C4FB3A7902D7DEACE9C98, 0x9CA7FEF4A63A4421BCB94213F5011248, 0x9CB57DF0841E485AAA1FD44F840E2D3F, 0x9CD381D62BAA41299A5976DD8351ED72, 0x9CD7F6D22733477C8E90415D052537CD, 0x9CEFD5932CDB4B1092F613A49C978597, 0x9CF187D923CE4C6BADE39559FA73B94A, 0x9CF5CAB9AF1341C68909D8F4613240A2, 0x9CF66A1C375B40B2A13CADCC43B67240, 0x9CF9190C04E94F67A803AC90F85F24C8, 0x9CFEBDA8CE4D4F2DB025637E585C4CD7, 0x9D111CB1B9B44865A5E0727C318AE92E, 0x9D2663AE971A460AA4AFF404FBA72794, 0x9D3D741CDE914F1393AC8E85B368E625, 0x9D7DFE8F531D4EF2B985B5E39D331EE8, 0x9DF80273CFF744C283E6404BC6532237, 0x9E002903A3F14BA3B223A015719C67EA, 0x9E02A7504D834ADA93BE8A45CA761C56, 0x9E0E73BF9ECA451B8CA3F97F58194239, 0x9E1D9652F36B4B86963B4FE6DD940D5C, 0x9E671239112A4B48942470F63A4A7B6E, 0x9E8A20D292F1448A81BC8C0F7E103D4E, 0x9E91BCA2AA164AC3A7EFDB0F49E64790, 0x9E98623D5CBE4A5C910335CD12711229, 0x9EAF80A5C91E4464BF04E9B2BF760B51, 0x9EC9396FE17C45F1BE65D373F5D82329, 0x9F17953D7DAE4AA6880D4F1DB2427A3A, 0x9F45E077E1804F4A8D8454A959AA3147, 0x9F46A9A31FDC4C23A494E1EE83C4D103, 0x9F4E65B529F04898BC83D4A16D0822BC, 0x9F522259A7A84402BBA7CBFC0FDF026A, 0x9F6541001F5F45B891F692412FD4359F, 0x9F698BC000FC436CB619FA5596FD3BE6, 0x9F7A56DB0D9C4B8580650381552D4EB7, 0x9FA0DD2460E443039B0F354D29A53FB4, 0xA0016179D0E44A159B482CE9D8D2D191, 0xA0124927C30E47318434DE9DDD628B97, 0xA01A32DEE7AC43478F3E200A1E1E1295, 0xA01D91363BFB4407A7AF9D548DB7CD42, 0xA030247B3659469EB25C3F8CCD24B3D2, 0xA05D7E2580084423A602D00DDC336236, 0xA068CF7CECD348EEA5EB96925C9E4A4E, 0xA07A963F34AC4D809AAF65EE824550D1, 0xA095F07204B84702A9DFC22779C4B3D0, 0xA0A0C9AD0A284503AE1A46C1EAB5664A, 0xA0B05324A9DF4764A28D0002A6C07C00, 0xA0B3AF3316D04401A30370DF0981E020, 0xA0FD74D3939F47A8A6D8A20F3CB5E02F, 0xA1403A6D6EAC40E1BDDF4E3527FB0926, 0xA14093B5C5AE4E358608AD3A0ED88BD6, 0xA153E223E1C74731A6C6116FCAC1110C, 0xA16EE971F51641929F8094974A257A2D, 0xA1950AF7E25D4E47B28AB546AA987440, 0xA19D2D13DCFB49E48F1817FBD4A4CD47, 0xA19F48AE22A044078CABA70F8274341D, 0xA1AD32F8F31447F4ACD4043107507986, 0xA1B4547619094AF69978EC8CD3082AF7, 0xA2131749F65B415C8BD260991A9C55F8, 0xA214405992284672B5D3CAEF5D2F9741, 0xA225F9AF19254F27865E1901DF69A9AD, 0xA2311D36C7A945A183BC8E20FEAD8B5E, 0xA23C75A43F0D49DDAB739BB7CC1781E0, 0xA2455430DED64C3F849BF8635623E886, 0xA25C2B4DB9744421A57B4DF0B28B9DD4, 0xA269F3526A914960950D3DCA55F474F3, 0xA28361AE0969440CBB0B5A791C46DE02, 0xA2A1858439A24620A95199ADADBEA3CB, 0xA2D247C5B3DB4ADA8923346398961E82, 0xA2D8E195E9F84527A236552AE8CC191D, 0xA2E09711350B4C469A3641AE674C55B6, 0xA305EC2C73B9469283C149D099005F87, 0xA30B8B80BCD34DCF9D29BD9AFBCC1332, 0xA31968DFD311410DA36CEB010D2E67CE, 0xA3271EBAB5054218878283520028C17B, 0xA32DD3B9932F48A5B277665A52886438, 0xA351E04268734EBB85CD2C706724C002, 0xA358192302CF4C36866C0F0BA7A7084C, 0xA37A6CFC497748C191146FA3DC426C12, 0xA3965E32D7B64B21BFA0F0193033777E, 0xA3D04859FE53497E8E75B9FB9883D4DD, 0xA3D67217354745CEB85E9BD6F97847C7, 0xA3F8B3D01B6245EE8F5254D09A50F8A7, 0xA41C302FE1514D4E85EAC5EF18D8F516, 0xA423BCC5ED3644989FF4BC907C58978C, 0xA439FBD3764F4A978D84AEA0C7CAAD00, 0xA4493B95E4B446A9BE320D6FA58355F0, 0xA45C2A0346A94172B0CF6FCA6EC21584, 0xA477C4E391E14E2C9551F26592DF8566, 0xA485CA5F9D6143B6B566C14D098D225E, 0xA48853FD79A349FC901B2892C4127B48, 0xA48B54AD3E6D48C6B924F46D4510FC71, 0xA48B619E6984441D9CB17B5DF6D13EE8, 0xA48D3C3781C547D783C0A43BD29C405A, 0xA49612CE66FF402380DEEF9D514E535B, 0xA49C1A6E75CC4DEEB8A0EF4F5839F2C8, 0xA4A8A7A7FABA49FC99E829A5FA7DA8B0, 0xA4B74D2CA7A5438C836664FD3A18AA8F, 0xA4C34A169EF947F287F76CB90E732522, 0xA4D041BCBF9E4B2A854FD63C3E4B9F1A, 0xA4D615B635DE48FEADD84448A20D8436, 0xA4E3A7DBEA324B1F84BC3B45CE59C62B, 0xA4F6348261F84082AEB7A46304F91BA2, 0xA4F88C696A434E179A1863826B387D01, 0xA507F93191E54512A15576B21479B46B, 0xA5329E3EF0F748DBAFBDDB350240632D, 0xA53AAEE05992416EA69A13AA52E71F53, 0xA548F74F817F48A1B48F7FAABA30E4DE, 0xA5490AA5716842538EB835A42F6B58F8, 0xA55D28AC3FBC4CD09D4060337DBBEB79, 0xA5928451EC914E33ABEB971B174BFEAE, 0xA59E5EAFE4914A83A2A9AEE6B5BFBC6A, 0xA5CCA6E64CE2498AB79B850B68C6C352, 0xA5F109D98CF84E04B7FF3E146E1E96F0, 0xA5F1496608BB4DBDB2802D74AB91DFDA, 0xA66945E5484143DF82C485D56CA25BA9, 0xA67107AF378A4BBCBA45B53B05EBD8CE, 0xA6940D473BA946BF9F7A069E64732F6D, 0xA69ED71A1A4C4C54A52B961B41AA1992, 0xA6C0CB6093A24088849E118054E11FDD, 0xA6CFE65DF5B442AEB27059171AE4560F, 0xA6DFFBE263CE49FBBD16D28BF2AE105C, 0xA6E6B21F17984E99AA50803A4B010B77, 0xA704C1CF5600424FADBB5FC40B6682C5, 0xA70AFBEB6B534EB886A655E44AC79DA4, 0xA718C77FEE864B7D8C4147070ADF1DE9, 0xA7215937549246249362695FED8AC15B, 0xA7795E5FAA374234B44335B2FE1C9B75, 0xA779B5AC1D4F49F3B691C7EE4A3D08B3, 0xA788A93BF433455CBBDDC16588E70890, 0xA78A90A76B014FBBB308155B5A016402, 0xA78D062A0D24418793C44C5FA4E29432, 0xA7B430AF7101490DBF5EFECC0405BDE3, 0xA7BD46795E164EA8ABFF4493CAE27E4F, 0xA7CD1D584D2A4D53BF70029D79DA2D62, 0xA7D9846ED5004F7393024F4CB1AFC3D6, 0xA7DF8A799AF6454FB84C712F8FE6F474, 0xA7E6AC42465545D5B748B86CEB63DEAE, 0xA7F706B61B9F4AC9930B808A2D1FDE99, 0xA807335B272E4DF8ABCC924AEF844BA6, 0xA81489810D24417B9B9E0BCCEB87CB3A, 0xA825D94CFECC4461A7E5348517CAFBC2, 0xA82A85CE13744CB7B32290CAE367EE36, 0xA84ECF7ABCB940F596E8B387167FD685, 0xA8822C843D674FC3BE85056A4335192F, 0xA8AA407580804743BF70B15A008B533D, 0xA8AD1DD0BE8B4307A6A886180245D358, 0xA8BB8FC84F0A44358E3BED3767E3F668, 0xA8BC0F95070F4B2D9C23D5764FB5C7E0, 0xA8DEF749DC994FDFA8BD82231393EE3A, 0xA8E5A7159F63423B899CA88ECBD19B7A, 0xA91B70439C01473D9AF73BD7D6552B59, 0xA950FBC4FD5545A6BA424225434FB23D, 0xA954B0F8F9AB4FC2B8DC385BBB84408B, 0xA95747C4DA65406DB0AC47382B38632E, 0xA957DDBB8F9D4340A756EAE829B88156, 0xA9AE57AD996D40BEB2B88A51CB0B2825, 0xA9AEBDF332844F4BA45ADED168242AFC, 0xA9DE7F5C9B844E2AB380552E7164BA4D, 0xA9E8B1C56EA14B18918616EEE392245C, 0xA9E90480742045E8BB78962C4E120BE0, 0xAA118F4545BA43FEA08EF112F2A2BAA0, 0xAA2331BBAD424D0C8D8120AB3A54C1B3, 0xAA27CDBA84BC4018B13877AF6F73DAEE, 0xAA33BA14B649453D9387797887698679, 0xAA34577950A54E18B9A136963F67771D, 0xAA7A35DCEEDC4ABA91BCA54DF1586ABD, 0xAA7D142B4E794DF1BE3BF1A0BC6CAD87, 0xAA7ED42CCD174B9D8DA9BE2B64CF65FA, 0xAA8FD0F1196D41ACAB95525C7AAFF8D8, 0xAA9FD8421EF54F8DA979FCFABDC38B33, 0xAAB9EC67ADF243AB8CFA72D559CC5E31, 0xAADEBEDCB3C0487295A9410580BFB3C4, 0xAAE08A683D184557B0D191C944BD2068, 0xAAE6C713D3404A379A123D2BD7FE34A6, 0xAB18BFA6AC2D4B6A876EBC2DF38ADEC4, 0xAB2BFF4C8811496E86992ABF387EA654, 0xAB2E1955B76740858BEF735FCD1CEBA7, 0xAB39EBBFF70F4A038DEC48D3FCFE1CC3, 0xAB4216F965AA42D2BC6561EC9A1C2C9E, 0xAB4400F506474068A8968C7F8216F7AA, 0xAB5B705176E54FEA8E3C86D44D00C456, 0xAB7DE0FBE7984B96BC9F3742448B165C, 0xAB8FF30CE2EF49EFB0B432D8B36AB0BE, 0xAB92972F90E340909A9600EC32EBD223, 0xAB9AAB8676FF4D8DBF1E52C1614B38C1, 0xABC2DD2CFE35426EA4B3AD450AF6E6AA, 0xABCE4EC16B004AF98240F680A66B9E39, 0xABE641350ED64919B96664B1E128EF39, 0xABE8B14C1DAC4A539C618139B3E8191B, 0xABFC22C50F23426D8DD710778027012D, 0xAC148237C5174638BE4971349747506C, 0xAC1C07C0D4454937B0CFF0E097499BBB, 0xAC2FA7FB8A054D30818C5E4543F81AFD, 0xAC3B455F939B4B8FB7E7B9605810B3A2, 0xAC6537C9E8F9465884E7F4140A8F4125, 0xAC712A0413DA423C80F90531EC4A3EF5, 0xAC8C457FCD9347B2BE20BE2842AE775D, 0xAC918990C33F4C3FAC63142163ABA0BC, 0xACA46DB78EA64B8EAA53074517B709CC, 0xACB4752692B24F04AE339AA354C80A77, 0xACC6E3B9A3C64BD88913C586004C6DC3, 0xACC7B2D7E2094C9187733CDD1A98AFCA, 0xACD24858EABA4D46BB40F2F57C475CFE, 0xAD0BDD2741B94C9E9E38A53ED1DD890F, 0xAD1EC44868ED4F63ABA1CEA814190BDE, 0xAD1FF674B0DA4D5A8211DA57E789FB35, 0xAD3219223F7448118343D786D191464F, 0xAD337FDFC3ED423F8D5DAA9D46258542, 0xAD356A2F75A0490895F30B470F173667, 0xAD4553B0374D4CB1A7F4E5E3F61D2AA7, 0xAD981D100B1A451EB60837E45E44AF98, 0xADD3DC67C586431C807A87A5631CF066, 0xADE0D249D64B4DA2A585E97A5AF31481, 0xADF520ED103D4CEBA98F226B9438A3F4, 0xAE082AB72ABD487BB1B00C992F51D4BC, 0xAE10991513A74BF4844E01221B37BEDC, 0xAE36F604ABB84904A43EE5843440C7B1, 0xAE3738181CBE47849E39C90F0DD12591, 0xAE39FF31FC364A62B1F1527D4AE2BB57, 0xAE3EF14D22EC43109EA23E91CB7E48C1, 0xAE54E96170A045148DB398D730E9B22A, 0xAE62AFC73D8642488AD6F7C62DF4B66F, 0xAE650F05AE8D428B89B5F8C7B3EA973F, 0xAE6A6B6080734E059102E6250158B5E0, 0xAE7A5502B0444CFFAC31F0C5985E8F62, 0xAE991CADF47C468DAFF4606E8B1DAFF3, 0xAEB06C607A9742DABF514CF08D0849C3, 0xAEBE9209227D48D2940D57DD698082CC, 0xAEE172F4DA1A48DAA0798B8317FE2358, 0xAEF32554E4FC4C198289788712B3F11D, 0xAF0BCF0C59D14314A1AE1B8DA749D211, 0xAF0C11298694458789B1315E3F3F5345, 0xAF1A49385EFD4B23B1A7B5A776A5069C, 0xAF1D9DAEC485450EBCE0FAF4538BE312, 0xAF25BBE6514D4F82AC376F249DD163E6, 0xAF26F9104AFF4C18B8028586EF8B23DC, 0xAF61F5FFB9434119B77086E57026637C, 0xAF70C8CA8DDA460BA3D4A27552A3FFF8, 0xAF70FD0A41B44620A9BF29F6A3DF5DF4, 0xAF7FDD5B76A04985BC273057A28844A3, 0xAF8DCE5F6B8C49CEA093FD340675C331, 0xAF8E5C24BE0348BC917CED9D728702CA, 0xAFA34061D7A145F7B6E18BF86AA7E9FF, 0xAFAF7B39C45C4E969F2DF9DF878D0DD8, 0xAFCEF71B85E54703B4BE1C2663D4FDDB, 0xB0044336033F4985ABBFA51E5E512B80, 0xB00BB5932F9C4915B5E6E6D3FD2C651B, 0xB0241A22078B455BB173A8148064EBE5, 0xB02C41DF765C48E2BA309BF01AD267CF, 0xB02E840259B84267A17378636391E215, 0xB064C9CE60DD46D6A726B7A5130EB426, 0xB08E12661EF14C908098FE6977A8AB1E, 0xB09240FF5A2747BCB9D4598B97AF8206, 0xB0B8A11B270D47CE83BE86016571C179, 0xB0CCC84583BE4AC2A1B2C1146B59BD75, 0xB0E70BACB6D04185A79ACE9838E0171F, 0xB0EAE094610A4D9085D782C0C879DDBA, 0xB0F033146FA744B8AE900077F677778A, 0xB0F72815056B4AD9828979B90750C959, 0xB0FD11119BBD4E348B389D7D4DCA2790, 0xB118DAEF6E8F421E85808DDD56813051, 0xB118FBC990934224956170A76B6B85A2, 0xB1237B620ED74ACA8EACF6E57E34BB32, 0xB12F453A168F4448BCE0D48735E863B2, 0xB131150144134E96BB900E158668B73E, 0xB159FDDE7B4A483C93A1B826379A3BF0, 0xB169AD6A6F15425DA5C7C5E127D2A0E2, 0xB1762F8EFE214AF784E2467006EA2EC4, 0xB1776DCBCB924E0BAAD0ABE9232F4224, 0xB17AEBB566D14CE08393D6BA7A63C6AA, 0xB1989B4F4D10446F8F2225FA288C5988, 0xB1B46E467DAF449E873BB9D6870B6B55, 0xB1BBF52EDCE94CEABE64AF4A214222AB, 0xB1D45D41CD7D429D93133B45C9D22709, 0xB1EAD45193F641F1BF21C6523FE9A289, 0xB1EDE6EB9B544CABAE629F0A10B6AC26, 0xB1F3DE1946DD4AA28B79891AEAA2489A, 0xB1F58BEF10D445168CC1B15C0789288C, 0xB2061B198004468FA7BB435D03C717D2, 0xB2168580399A4FE090EDAEFA1AD1DF3B, 0xB2206F0025424B0E9140FCC3288112CB, 0xB23278C021344377B9409CB7C40D6927, 0xB233FF260AF549D4A89391BB34D18929, 0xB272ED38BFD5474A907E02D219D6A14D, 0xB2809D7356AA43649C887BEF5D58A193, 0xB28B33E07A5F4AEAA24D4B510B0986EA, 0xB291B3821E72455CAFA2ABB5C292573F, 0xB2A01947946F4A37AFBD05D9A460E380, 0xB2A23E547EE546979F2823913F57E571, 0xB2C10CE55E4144D3B3349ACBE79AFB3D, 0xB2EF7AA5C3574F5CA9C25042831BFE16, 0xB2FE2F6AE34342A998681F2475602BAF, 0xB2FF965AEB0142E5BAF65EB3CA7B01DF, 0xB30B5CEA48294F49AE9DD82001DE3CB4, 0xB3139467A394437C82134E809167F3F0, 0xB316F122B06145D5B072FD568C2B411A, 0xB328F2377A8B4C08810917EBCDDD4C17, 0xB335EAA562344E3BA07D1D10A9D0255D, 0xB34295A524C8479DABD7308ED297E3CD, 0xB34CEFD490084EDAB6E1374AF07BB704, 0xB3595987BB9E4865A7116562CEAAA24E, 0xB36B4ED452B0448CB6B27A406CC932CD, 0xB374E3F2FE5A45839B31C389DD4A7014, 0xB38DAB083600492DA95E07E70BEB3563, 0xB3B54D8608E6488DBD1B379E477FB025, 0xB3CB712429CA46B4AAE9120584864BCB, 0xB3E023C046204462A60C84D34D54090B, 0xB408A6678E5B4F7A96B7EA7A6EC8C54C, 0xB452E8E430E546F59813C33420CF3435, 0xB4538C8D3AD04AFBB71287048D254867, 0xB45FCD6D8F9B43EA89A69A473231F514, 0xB466DEAE05324B37AB314304FABC96B5, 0xB46BB944BD284300ABA599FABE27E6DA, 0xB49CA506B4234713A11383797739DC78, 0xB49D2EBC4D71487E8FB8229253312F27, 0xB4B984499A1D4FF88E4E2C568007F503, 0xB4D1452EE8E1422096B9FB3DEA2C83E7, 0xB4DB7083AF154884AB4B3AC8542A68D2, 0xB4E040276B1D4000BAA620C418874A0F, 0xB4E5487B918E49C2894878A93BFEEF83, 0xB4FE0AF863C14EC2B3FFB3609BC7F065, 0xB52733F3E6C84107ADC4006CEE11DB73, 0xB534BCC1363B4B4B9955C58074DE7C58, 0xB53BEAFF5A544C7BA22F04630EFAB45C, 0xB55371494F8643BDBFF76529EDAD865D, 0xB55563482D694819B7A035DECCCAB080, 0xB560683096A84669B6EC6327937E5040, 0xB56D3E56DC6348B2B5EC2BFBBF14D00C, 0xB56E91F1966C4486B16277AE3D2D8306, 0xB56EBB3885B14A9FAEA0116206E02761, 0xB579CFFCE2F843E1A2511D1C654988CE, 0xB5884CBA97CC4EAAA23E48A55B84D019, 0xB5A578EB488D471484F0B8B77A2B0961, 0xB5AC22C0968E4657B314366E02546255, 0xB5ACC35E08FB486AB58A84BD4CECA590, 0xB5B4B57A12BB4D559ECE076F61EB64F1, 0xB5C274AAAE8D42C096F946DD602FD7F3, 0xB5CACA655C314CB6BCB2C06CB51C291A, 0xB5D7E6EF2D0C4F7196813A435253FC33, 0xB5D80AE90EF141F4A53A4DF49CAFC53B, 0xB5DBD4036E9346AEA20AA5DFF203322E, 0xB5DDD701BD494BE7AD8E44DABB74DF20, 0xB5E33C8244AE4D1F950135E2A6FBFADE, 0xB5F85AE47C9348CD9BA45B9834AFD519, 0xB601ADC5392543ECA67573FFE58B6907, 0xB6356886B5344263B7FA71AC2FC76B96, 0xB63EDB6F45084E62B697C642B55921E1, 0xB6415A4B02014D2897827932006F44AB, 0xB64B2742A7BB48E8924992770F8CCF0A, 0xB64D09DC11994186952E114B04E95046, 0xB653BA01EE9640BB9AF39B1AFF1F6A27, 0xB68332DAD0444FB589C800AA1148375D, 0xB68BF59045BA4E9BB8FDD8EF2CC81A16, 0xB68DFCEE2E3941ECAD2A884EB082AD8C, 0xB69676FDBBED4DB88F179E94CBCF1A28, 0xB6A2162C460748A6A3984A14B1DD8614, 0xB6A9BB659DB14E26A3B67FBBCC3DA383, 0xB6AC7E664ADE47268EE587A253350FC7, 0xB6B3405AB2CB474FA58BF3AEC039E815, 0xB6B4378D44AE47129CBB373E91F70C52, 0xB6BA924A9FE74D2B807A78434EF8BCB0, 0xB6DB4ECD48BB4D1EBB00A09F605AE004, 0xB6DD0EADF0D841E89E01E68F91EED155, 0xB6DE43736F7A48019A33B5D9DA4DEE04, 0xB6F638121D5F4720A948B9BE73EE421E, 0xB7027E6235024086937E7640F9BD383D, 0xB7204483A74B4CAA996807CE6BDD371C, 0xB73A67B0803B497E9F69710C45493FFC, 0xB73AEBF055EC4EF49CA9969902BE8092, 0xB74D2B4E5F85437DA4BDE21A1DCEA32B, 0xB75A8C1BA3C7476DA08D9D0BE8B3B1A9, 0xB77E9CC602ED4F9DAB03E75CEDF71309, 0xB77EA31B89DE47ADA18394DC886C982E, 0xB784CEA2DCB0474CA0CA8FFA539D3BF4, 0xB788917074804399A84A7D8A064531D1, 0xB7950C3B6CAF4E2D8863C404F73B02DC, 0xB7C5D48FE0D74F34BBF074D856CD1773, 0xB7C7F2C565E848A5A197D6DBEF78885D, 0xB7CAE928B64F461CBAC69EB8C35A2397, 0xB7D09C32C8464CC59ECD8230C17E77EC, 0xB7EA94F9E8DB45CC9CD77F827AB7180F, 0xB7F862E51E3F4E1FBF262E3F6AC19B37, 0xB80D96CF282B40CFB2CE4183DA28C4AB, 0xB847FE34CB6E4893A65271889374D47F, 0xB84AD99956F844EEBA55AE076EB7BE1D, 0xB84C2D7DFA6049CEBB21A002C6766839, 0xB8579C74442F403E9213320CF6C0FFE2, 0xB86816008B5F434BBAACFF179B2CFA00, 0xB86E9BB800DA45039549E86824339FBD, 0xB8719987E03041B8ADB59411D7117877, 0xB87473CC104144CCBAFD03E0A50D537A, 0xB882E7C9E9A64FDB8FC68B2043697BA3, 0xB8C0E899BF09402FA5AAC02F24A19BEC, 0xB8E730B0CE1B463E9F6B0680733F39F9, 0xB8F6BB35743B40278FA6D24E45A8F1E1, 0xB8F6F1A1B7314B3BA850FE19DE02BE90, 0xB929B6FE94BC46C1A211473C2EBADE68, 0xB93210EBC2F14137B1FAA9DD9D886F79, 0xB9454BF8EEFA457C8A3BD66BC01F7846, 0xB950542878704DCBBA2AF00C2A392E82, 0xB9535A0370B545E3AE808E0A66D25C6D, 0xB9577FF409B243C8BF1EC108F6933174, 0xB962CC6BF9A14DC9BD30A6B8CEE9D98A, 0xB96C21F07E6A4014BDD3E80B920DDAE4, 0xB9A08D777ACA473694562A324FEBFBD5, 0xB9ACFF6ADEB94F6088FA81002B5CE4A6, 0xB9BAC7A0B8B64A858160553C6286FAD3, 0xB9D339DB1455455F84A8045887B79CA0, 0xB9D991EFB88649A6957A0829D101FCEC, 0xB9F508A5C96E4763B5EE943CEB72B38A, 0xBA15DB5CCB1A47569C16286131EFB0CA, 0xBA1E1E01E66D4AF3A930FE758914B15D, 0xBA1E9C72EE714A3A9556CF02F8022481, 0xBA3B3FA20A434956ACB867D0DE92DD2B, 0xBA3B58E8744245E5BA7C1341241266FD, 0xBA6A9EA62A4245099D34E557BBB8F381, 0xBA6B94D1F105429E801AAC2C7D8C6FE4, 0xBA80C1B0C0D44D2D8422A16B25C0A9EB, 0xBA81B65A56F3451D885FBB184B93E455, 0xBAAC0BD11EC94C3CB2A3685C980D7FED, 0xBAD1FDFF5E9F446480B6E5C03E56E69F, 0xBAE95AFBBBD74276A1997DFF879AA9E4, 0xBB058B029F60414FA48818B2DA4AD66D, 0xBB07D3C05F6747B88776BA2044931F40, 0xBB176C9A2D944CC99AE69CB4F5A990A5, 0xBB20F265AA1443838897075F84281E10, 0xBB26E91CAB55404787A1181CA12DBE48, 0xBB37B991DC3A41D78D7A7317C811CE97, 0xBB4BB184B84041E2B9D2032B9CE7DE7D, 0xBB4E2A70763B4AB69FD445BB5D925859, 0xBB5B607F81EB47589507926FA0C52775, 0xBB6C4A5E3DC148A78B38EBAEE0523E1D, 0xBB718C4A92D24870A27C1607E6C33527, 0xBB7CF454B3654EF8A2C63E4EC93338D1, 0xBB8F9A22A55D40AE91018693C16A4242, 0xBB9A2E5C79E1472FB283BC600A350257, 0xBB9CD77D161F4F4D99723E687B2D76BB, 0xBBAF4774899947598926BDA9FA2A7231, 0xBBB07EF890D34E0DB51A3EE0E01857E0, 0xBBC2B8B848484A92AAC87A8C7CEFA627, 0xBBC9664EDF1B41D3A17235BA9121E5D4, 0xBBD582A7CB994678A6FB3AF0F8304091, 0xBBEA4D26C97D424D8418C83B3B63E4EB, 0xBBF11E75AC4D4106B2406C1B95A83C59, 0xBBF5EE3CF59B44D38B8279C2F8BC7DEF, 0xBBFA53EEC8DC47F6B17FA5005D1D7B21, 0xBBFF5405696A4960AE3EADA281207154, 0xBBFFC10DD64F461880F8454FFD7CFF03, 0xBC0B2DDAC6774740BBF56FBE379BABAF, 0xBC10C82D91D045658D060704E3799890, 0xBC178AE0862745C7B5AC1F133E7F836C, 0xBC3E0343CAFA4699A2E1B72314A107FA, 0xBC52CE896E574E56809EF40810F61778, 0xBC7E3176E5214AD0AFEFA3707D14C519, 0xBC9D2B61788F4C789702046B7A7AFE2F, 0xBCC1DE64258F48D799B67A672D96E721, 0xBCD37B763A0547FD80F86B1D4B404976, 0xBCD49F974BE0478EAF232AD52EFDCE1A, 0xBCFE5A1E67CB4AA39C729C7EBBC990D3, 0xBCFEB68920EA4328A95F621F743C16A0, 0xBD04F13CF1734992A5B238D72BA489B5, 0xBD13D8FDB7DE43998DE096F4A46E4020, 0xBD263DCD7AB1482C8BBC83847A5F7DD2, 0xBD3075B53D594B3EBDBA617F0560A848, 0xBD51F9D1D2554A33915D0C0D776D92B4, 0xBD65ACB1CF3043A88A8F8D0EF74FBCA1, 0xBD7279B05842498EB9DD3432A408497F, 0xBD75CD7C5E964242A7288BD821D21F71, 0xBD7C735288C447E2977D28E641E41B51, 0xBD8EFD6B41ED4E11B767254E0BDE02B6, 0xBD9CD02608AC478E9D96105500261983, 0xBDB40525335845C5BCF3BF8796E5E944, 0xBDB736E58A9D455C9CDB53E66AB21CB8, 0xBDD2D24934094AF5BD3E8620C06693DF, 0xBE0DE4D23CB0491F931CA802B497789B, 0xBE29E42D3C3D499FB1E4EC5AE66D0CFF, 0xBE3C72072E43411FB32AE1F88525E303, 0xBE3CD0136262408FAD17B4569606683B, 0xBE3DAB4B245E4300A7023E3458129107, 0xBE3F934C54794DA39966CB19089F32F7, 0xBE453C25C26149DDACEEC6930DD897D3, 0xBE475740E6A344D284E266FE1F5E6A27, 0xBE52391B433B4BBB9251C5F5F92D50A7, 0xBE5CEE374CC3418681AF4935570F610D, 0xBE6DC1A433C845BB8CEBE2343C2CD3E1, 0xBE7258C07C1F4DC48D872C5348F7FF6E, 0xBE74AB61DE2B42479996D56115F1E653, 0xBE98C69A5E334A82A1D95F48F67BEEA8, 0xBE995423E73F46B0B876FF27AFBF850C, 0xBEA83B7FF02B4CAA98730E36A3010E9B, 0xBEAAE0A0941D406195273D8F0880015A, 0xBEB341B08E8845908932329DBF028B36, 0xBEBFEDABD91A40F5B1B3901215AF4A38, 0xBEC369F3670D4061B71518D9FCCDC17E, 0xBECFD57BF33E416AA1D2F9427F37E8D3, 0xBED7EF212D754682B53CC8ED92FE1206, 0xBEDA354D434146B2A39F95498F7FE0FA, 0xBEEA01AC79234F5BA1F5A39B4C843348, 0xBF19EE90236D4E00845F7AAEFC34D462, 0xBF41317BC55B4EFC9295D13CF90A9F46, 0xBF49793F721D40F3B79053465861350F, 0xBF54738879344559A7EF56D999679349, 0xBF6E70B28FDC48E0AD182AF2A734E9DC, 0xBF6E90C98BCC4666B66EAF8A755033C5, 0xBF886CD3E9C34795849AB4B3F2311E63, 0xBF94703DEFB2449E8AB07003924AD5C4, 0xBFA4B016983B46439E6343EA6B9DA9A4, 0xBFB6A3AB53D9498DBA2322EDEA5597A5, 0xBFC5312BA84C4B44AF8C4A1F9535DA7C, 0xBFD0D429096A424A9D6878C0D8C14488, 0xBFD20FEBC08C4B5CB8CA8393D297DE2C, 0xBFD80085AF964AA5B3515F38908A29D8, 0xBFE44F0BDDE0416B9153BFBDABC076B0, 0xBFEE887842A24217BF9ED2082B5B0F4D, 0xC00C97BFC6644D8A9061A14FB1E51102, 0xC0123988E55A41D7AB02C159DCC9E711, 0xC0153DC65375477CBC618361516058B4, 0xC019DDBA5168411A84A6B1CC67B962FC, 0xC01FF62451534CC28A3EEEE022640250, 0xC0216AC3CC9B490EA957895870553B29, 0xC05BB30550F54776B70982183C44129A, 0xC0902C4DEFF0467A9664D7A6A0EC9ED4, 0xC0AB58362AD84692BE31B36378A405C3, 0xC0B8399F5330457584020796D2F03D58, 0xC0C13F9C82FF4B678E602AD9B045CF4F, 0xC0EB79DA9B5946DE99BCC45A3D6A3A8A, 0xC0EE862D6F0946A6A824A2397A48C28C, 0xC0F287C64ABD4B0F8191C3723F7C9158, 0xC1017F759DAB42A09B4BE93301351076, 0xC10DDF23000F4367A56CCBE6C884EC85, 0xC10F4C214B4640ABA1CF943C377DAEC3, 0xC114FEB16BAD4C5B9E185250A7706B3C, 0xC12FC69994C84448A7D2234FC59F16BD, 0xC14CB934AFBE4089B78A1CAC14564F66, 0xC16AB3E3D2CD4A0BAD6F446AE9AD54F5, 0xC1990D1249CE4E5F84353D81A20B715F, 0xC1A1608F0F574E89A2A6CB9A325022C0, 0xC1A4D11C54EE48E4A857317359C6D2E8, 0xC1B5F106BD194D00975EBB133C634387, 0xC1D0A680DA7D44629C66D0FD4855AF84, 0xC1DCFBF0E3E74571ABDFB3F9D0DA7F18, 0xC1F805977D714710AB04D8E635D85885, 0xC1FA52B6E91943D0B9025223CD4485EE, 0xC1FE26A8545D4721B9A9D55976E058BD, 0xC21E38899ABE4C1C882A18A50063707B, 0xC2330BBE52B946F0AC18D3B7BBE2D9D3, 0xC24DCD2DEDEA44C08B5A0380646ACDC5, 0xC25FB7DA9FC7450692D9D76C06CA8733, 0xC288E8C43F29431AB7EFF7A238F69838, 0xC2A08877CEFE4B5B83F86B05E3F27F03, 0xC2BC12A16DC64B25BD1C0A7CB2297D79, 0xC2CD3D7402164E45956AACCD9694A33F, 0xC2F841318EAA4B319A5647EE4DE6C411, 0xC32A5D3090DE48DDBF6F68EEA9C94AE1, 0xC32C4B49D6164A7C88EAC7FDE87898E0, 0xC337FF45FC394AF0904BC85CDBAFCDAC, 0xC34F699BFB0D44ACB83702E6BC1E784D, 0xC3510D308AAE47CB9DA1445CDF8198D3, 0xC35255AD90174125BB9D10866C9DAADC, 0xC378E6CA429D411D81EF6F1DD475E463, 0xC3910BC55B0B4234B9B00CFBB01F2FB8, 0xC39D070EDD394749A29F917CF08A09AC, 0xC39F119A44D649E1B3DA549DD332F66A, 0xC3B2E0CE3D074EF1886161305D168BC1, 0xC3B854DBA484451BB503FB0B803CC0B2, 0xC3D64EA1D17846EE9A27D3B7D34160D4, 0xC42A0EA7CE664F37B000465019259DA3, 0xC432641EE87D4061976737CAD36403C1, 0xC443A847E329436FA20F3853E9AC7C2C, 0xC446F5211C5D4CE3A88870B20AFD275A, 0xC4604271D8F24289BBA4CCFD99FDDE5F, 0xC478375FD8B7442FA9ACBF09766E35A2, 0xC47C62A164204AE1979A184DE29FD5A5, 0xC4A9A729ABD0453B83187C3EE46E9E6E, 0xC4AB6D181832455A8783CA72D1B586CA, 0xC4ADB2911FDA4C12B05FC03CF31C7CF8, 0xC4D97E1BA8EC4D659B00FBBF173D03D4, 0xC4FA1FDD977348A3B2BA53C9341BEF42, 0xC508BCE3E3074B4683E5E3B450C8CD55, 0xC52D6F9AC9BC4E668DC215815D2E9D23, 0xC538CDBCE34145AD8B61FE164C740DC5, 0xC551276F21CE437A966EE59F2F6690FD, 0xC558258D4FE84AAC9034785B44FAD6FD, 0xC56EC851E22741BC9569C68E1B81D2E4, 0xC57F81E432C147E0BE4110A2D165A005, 0xC58675C813AE4AEDB182EAC8AA3881C3, 0xC59BA8FF9C9845D78AF5577C9344B101, 0xC5ABD56B07B640399C7F9EF42728A8A1, 0xC5DF20706E4642EAB824BB7EABADE48E, 0xC60D25B7286549C0A2B5AC782CBA512F, 0xC6212174D9854958AAD3666CC88075CD, 0xC62A3E7E471F4744BFD626814C87F701, 0xC64C7C81FE144F4D81F8C78D69FAC595, 0xC64E7656F7A641C4800A59F8C520CCFF, 0xC66919A01B6142ECBC6BD4B5E3AFAFA7, 0xC66F5581C75445CF9F03FAB136E4714B, 0xC673B21F2CBB4E0D9A161A1C370CFA89, 0xC682AF0BA99B409298AC4B10BC1E6055, 0xC689ECEEA628413DB2B0653F4D3EB7CE, 0xC6A0D599952A4D4093439A486FC96C9A, 0xC6BC4392600E41858143017B0281D7FA, 0xC6C8D6D25E1D44CFBEB285FAB6EA5D0C, 0xC6FA076B50A64E999C65A9EBB87D6131, 0xC6FACE626C5D4E22A06C2C4BE27F73FF, 0xC71951D9792140C592C1D74CE2336CE3, 0xC729ED2274924F028E435B0529F35A8F, 0xC7493C286DA24E4AAC37794766D9A239, 0xC751F7AE906F401188929E43044B1D7F, 0xC77D466968D644A8A9450076F6DB250C, 0xC780B4228B0742D48854BB05EBFA1BCC, 0xC78EA5D07EFB465E99E48298120EAEF6, 0xC7964B127B1544F38792C6457E73237D, 0xC7AA6110C61C41189828AB39AA28D963, 0xC7EF739EBF2D441E8F230EC23A24C39A, 0xC7F33883DCC946949D2A121505D16BBF, 0xC7FE0CDAFB824CE798CDD1F5E5C8A6C8, 0xC809F465FCA748B180CC5CFC313B15BA, 0xC80B9D1239DA4E51AE58D58613E4BCE5, 0xC80EEBA6589B4F0A8B4FC9D60D8D369A, 0xC813C837438740F3B74E2FBDCB5DFDA3, 0xC81D27DC56CB4AC489227A60D98AFFB1, 0xC83A95160839464087C37E473113DD29, 0xC846BC2E0CB14F13BB5324755302D4B6, 0xC85A84041D7844DB9C9A2B49FCF7BAAD, 0xC8836D685C69412C80EB64A27EEE13AA, 0xC88CC118BA2B4992B9A58D1CBAFB6BD1, 0xC898820DDA4044CA87CD3CB5C546B3A9, 0xC8A80129B8E54B4E95DAC21F761D6B93, 0xC8B4CF0BED7A4FCABAFF8E9ECE98F598, 0xC8BCD8D02B2A453FB792A9BBEEDA0F89, 0xC8C491D48D0044A5BEECD532EBC60212, 0xC8CEDD05850B408BB7F6F49C0F76C6AF, 0xC8D70486F0FC4FD1AC8CA31085414704, 0xC8EC91C9507B431E85E16C2272BB8894, 0xC902D403841445998860FC8009B981DE, 0xC9035102857E4A068884D61D95DC2DAE, 0xC908307996EE486C92A7EB79694C2726, 0xC90CC6F25803403BBE0366B2B56A0FE7, 0xC91A38F4025445D7989B13B548271494, 0xC940926EBE0B4FFB8BAE4E83468DF786, 0xC963754C2B7F48DCBA4249CE0874E236, 0xC96FC20A42C449549A6F21A91F7C1CC2, 0xC97FD5D333F24ABA9F389DCCF31157D8, 0xC99E2FB227344A6C89758645320676FE, 0xC9A20FD43F6549838EB2639E74FE325A, 0xC9A3A2A558224259957AF0ED06B305B4, 0xC9A478CC219D4B4E987EF4973C686970, 0xC9AEBD35747841089D14C8569F6FE8D0, 0xC9BC394F554740A0A8CB9ED638155106, 0xC9BF7C2BB0284A97B1855D568D59389F, 0xC9CC012B69D344BA881EDE7A54D46E14, 0xC9CD86A30FFA4EC49A260F6627103F7F, 0xC9E7A920E30E486A9CB6797596598EBC, 0xCA05152E305F4699ACE8B77327C020E2, 0xCA11710CE21C4F0192BFC1A30BA344DD, 0xCA3BAB8667BE4E45B99431EC0A58CC68, 0xCA4A81E8E7004590B69180CD42F0D746, 0xCA51BCA619574720AA7B81366894DD80, 0xCA574BD21BCC4E0AA489F0951BA07BAF, 0xCA6DD4E143864418BC913BCA4E46A74F, 0xCA8663FDE63145569AFF27EA575D2381, 0xCA90B73943274ECB95E8E142A7511EA2, 0xCAA84F6D1FA34DAEBEAA186E24ADDE80, 0xCADA0271616B4B47A4BCF75AE2EB2093, 0xCADB4F300CB5413B820B60CDA12AC42E, 0xCAEA85AC6FA04181A0E0AC441A3FCC28, 0xCAF89CD5871B4312AF5AF7C5D206BE5D, 0xCB042982D2294F7BB70D6D65D972AB2F, 0xCB05769275F64535B750E79B42AD781A, 0xCB0CA801065D4F3FB911A1EDC118C8B6, 0xCB0D5386ED4A45818069830B39137C21, 0xCB0E2707A60F463989DBA4828AAD9588, 0xCB1E723CFB3847378F31F84ED3BF831D, 0xCB43DD951EA943F1BDDA6A3E74149624, 0xCB4CA8EAFAA94CE4A9EE24545B25A284, 0xCB50185A67B540CAB8462770176AA75C, 0xCBA2C444106A44F0AD3385D94AD9BEA6, 0xCBBAAE10FDC94C3B8D363B9D4F920D03, 0xCBBB8F578B7244DAA93AA6BE50F22DF4, 0xCBD1B35CA6234F049FB28948437B28BE, 0xCBF5D76B1EA742DAB6A71C73524FEDD5, 0xCC0D6ABA82354030936FF2ABEA2C12C4, 0xCC2779796E3442728025A6E3B937D90C, 0xCC396DB0B93243DAAD362ECC1416C0EB, 0xCC4176E792654D1D994C4EF401D7F169, 0xCC4E5EC4839C4380B6DC2470C5310FEB, 0xCC63D7A00B5D40759D970E3EDC1D94ED, 0xCC7E4316E4C64C4D9EF5A445991614A3, 0xCC977B430BA34FFAAA17B8576CE9D60C, 0xCC9832B20FDD461584F432FE58EECDEB, 0xCCA293932E0341D083A3F5FCB9AE994F, 0xCCA753E8737F44C5B45D6823F7A95F0D, 0xCCC2811B59AF4B2CABCAD74E70B63698, 0xCCF3C50C80A5476CB89243A45EA3DA53, 0xCD09C70ACC504B3DB3C9D4C2B58E65DE, 0xCD20BFCA4D1B4B96B503E21603025AB5, 0xCD25C1F04DAC498DB11B17767AC74D60, 0xCD5D51ED7C504232BB89D67ADA8FCEC9, 0xCD6123A99C8344CDB92CEBACA12679E5, 0xCD6913E7503144AA883A5F537FF45353, 0xCD7E0AFE20CA49608B1ECE22D502966A, 0xCD818900E037445383C44DFB37E8535E, 0xCD841A79577B4855B112FCEDAC76F7D7, 0xCD97CE829421464285B5A1ED0E3CC89F, 0xCDA73BF4D2BD4FF8916E82A52DC96D81, 0xCDA7D757ACE24D95BB37DA30FF6EBF4E, 0xCDB87B9EE18A4B2AB91257FCC16F0D7D, 0xCDC8BAE4DFF9411D89F0DDAE3AB9C984, 0xCDC945035F3D42C4B1F91C39754CB93D, 0xCDD3EC89FF904CCEA99CD6CBBFB296E2, 0xCDDFDCFB27AC43859A24CA480EFAE82F, 0xCDEDC5DC78A44CDB9E7D762B86C8336C, 0xCDFB1FF043FC40178F400D1EE9B1ABB0, 0xCDFECE0865FB4BFB97764A858F6C7E71, 0xCE06B9AE002F480183DEFE35EC49C08A, 0xCE0F5B2AF9AA4D9B8AF01E3CB4D2D9BB, 0xCE1ECBE909D74961917F6E07F248CC7F, 0xCE220317E32243C09E4ED158688F7E91, 0xCE24352FC91F4804A6E46025FE95C8AC, 0xCE265CF1C4304909AAD0CAE76B8AA5BF, 0xCE319A846C054DD584B3130F002F0012, 0xCE332C69A9C1442C80388F91B8B6C312, 0xCE4B6B194FE64FCD992CA8EC177B4695, 0xCE6675CCF60B44B3917C7379B2F7934A, 0xCE6C9A60188B412381E7B35E031F0719, 0xCEA9A678518D497BB29147E3A5D8DCFC, 0xCEB304C961E9474AB0F8ECEBFBA6E223, 0xCECB71B0D3F84CADA46EF916D1D0E154, 0xCED429AF926A412CA176DC3B68DB24A2, 0xCEE53484F8374D45B612C6EC2B56F49A, 0xCEFBCDC665634278AE2E87FF8D8F8E58, 0xCF1C4711B5F14F62A564DECDED305113, 0xCF25F726C8CC4144A9DF53EFB600B62D, 0xCF262641CB3A473B90AD2799167E46EF, 0xCF4C34157FBA44F1BEE9DB258794388B, 0xCF4F7A86093242C7B4A1A91318E2F4CE, 0xCF5A261B26FA4A429B4311DC8E2A23E8, 0xCF5DDE6517D34C2684E35CC55A60BDA5, 0xCF751B9A89C04BC6A1D72E11BA542E4E, 0xCF76DB9D8F074F52A237592241EB4C77, 0xCF900FFB1B9E46FEA241C688F6B6FD23, 0xCF9A56031B62449991E1E7A22A4E9A6F, 0xCFA7201FC1D041AF9DE0CBF4C5D9B6BA, 0xCFE47CAB578C4C409D225D0BD426E54F, 0xD007A990F3574E53AF9A528007CB2C98, 0xD01151578DBE42F6B4F6B8A3E6D1BF72, 0xD01FC60DA22C44219D2979A4A381C89C, 0xD02FCA2E75584370B6D1FD7B9613EDE0, 0xD048BB3FC67E485CB2EC67709B854E18, 0xD055FCB836E142539B40084668408906, 0xD057784F26214D4CB6D084065C9C2B15, 0xD05CCAB5470E48309A04C3DE6638FF32, 0xD0D15AD20F7E4C87A013F6B6137105C3, 0xD0DE8670EC1F46E1B37A8FAD27CC7202, 0xD0E34508680D4223B421746A9A87805F, 0xD0EA579A50C6458CA2DAF8093AEB9937, 0xD0EBE115CFA641AE8793005A04A9CD17, 0xD0F8BA29B3CC4E579D0B13145E8BCBB9, 0xD12DFF8203284743AA76D24DD018DC2A, 0xD14688D30106453F951E2F88AEA1890C, 0xD14C78220BC84E169DFB40BCC7A9A4E8, 0xD169828B8CE54C27A13F0B9F6AA09178, 0xD1726CA4CCBB45899A6CE09DFBD7FC14, 0xD1961001586149949A47B35E2E57329A, 0xD196FA6143E14B5D88A32CF5608D8913, 0xD19FC0379CB8439AA98F3A88B9D288D8, 0xD1A0911781814783ACC46F2B073532E0, 0xD1AE5FB87B014543B7093A34A4385145, 0xD1BC29623A104A89B0F9D483B846D7EC, 0xD1D21164CD86440A8EFBC4041FF98D4D, 0xD1D2959B425D44B296CCEEF68155CF98, 0xD1EECFE405A3438C9A45A28428EBB38D, 0xD22CE9F560904D16AFD9CB5DA0ABB2C8, 0xD247320FBAA04DBABCEA51CD6342D2C2, 0xD249F279241B4CB9A31D317778F637A6, 0xD24A1596D87F474A870CD48428BCA27E, 0xD26FBEB525BF4B6292A53186FCB1EDF8, 0xD2822CE0DC3846D497D8E8AF8CA18615, 0xD28BC0BD70174A048FEECE88539769EE, 0xD2B23A320319415685DA2A6845617B25, 0xD2B5046BFAF44637AA56495278466E9D, 0xD2C8F9FC62774264B0E5D41B970F7346, 0xD2E7E2FE7A49457D94F90A8E82F83DBE, 0xD2FE54273E004AC8B89B6A4679F7B48B, 0xD311DB01E3354B13A1AD6D0A77267508, 0xD3245BC238AB4193BB8C0CB79846A57C, 0xD32BACD7AEE54975AC4B70B9F1F9421D, 0xD356EE0727D5470F8D6D7654A07C8630, 0xD35B3EBEB975413497F9A3B92691C29E, 0xD36006C6984243418E4D42C78763FB36, 0xD367B2501ADC47CE8008FEEF3C0B5A82, 0xD3713603983E40118985AC0737FA7A5F, 0xD3757A2D40054CFFA23E7816C52AD2A8, 0xD375FFA1EE504CDA81CCEAB7A12AF152, 0xD380C051264642CDB17D9E036EB82CC6, 0xD38FBE1F09B342BBA4FF9255F30AFB8E, 0xD3C4E846DA32485A9274BEA155F55098, 0xD3D4F7D1446C443E9F369C9603F7259A, 0xD3D5FF3F3EA14A6D8BB84B48A5374FD9, 0xD3DF43C424D145DABAB51FE6A526A120, 0xD3F544DF597948C2A32E1D965902FCE2, 0xD4217189315C4B17A4E93C312172B229, 0xD428B43AB00C4A33AF4C00E1336BCC92, 0xD42BACDF57F44329891517ABCE3E3F65, 0xD4914290F1B84E1A9299AE556456C2B5, 0xD4A0921FCA6447B687F2FFE91DF59193, 0xD4C29F5A36E144CCA446615BB927AD3A, 0xD4C8D0B119F244D59ABA4B16190AE0F1, 0xD4DACF28C7DA47DFA6E25A4F19D35B6B, 0xD4FB900D55254A38A7C10E07D9956844, 0xD4FF9BDFCAA240B7BFFF1A8DE25FCC84, 0xD5002351286F4F788C55DC276C355665, 0xD5360551941047469374565C012CA1EF, 0xD53B3DE0452F41EB8089C7C902C73291, 0xD5585574203C41B28021DCC4C347155B, 0xD561196C4EF349AFBBEAB7AC6453A4C5, 0xD58D8888BB8543F79A2DD6FAE37310D9, 0xD595580A0E93419998DF50F1F0F230C7, 0xD59600B2BE6341FBBF95A47FA431C3C8, 0xD5B48B285CA34B62B9D1E46D128D00BC, 0xD5BB06E30097452C98CDDD9C86F8B597, 0xD5C9FE3497224B37A1B0933DA0B7E0ED, 0xD60822345B024A62802C1E890566CCB8, 0xD616B4ECFF2E4EDBB634A2234E076426, 0xD61DCA4E068845EC89CA6FB5D50D94DE, 0xD652B671AB62468C89026EF9B4067F61, 0xD66BAA439E054CC8AD1BB2A1C4E4BD4F, 0xD675F20AD39D49428AE0BDE67909856A, 0xD67A1F820D944C4AA9B1C6096D2D668D, 0xD68673FF7C5E4B86AE54DEC15AA69256, 0xD69C15EDDE274B488FA71A6FB1AC61B7, 0xD6BCBFDA0F73474BA5C9547E50C3ACDB, 0xD6BDEBF16C884B25BCED8EA8F7364CA7, 0xD6CD990B46CB4857A5F90EE2F0607DBE, 0xD6D4A700A17645EFB665307C4A7D52ED, 0xD6DD2E029FE14F8BBBB9599D1075E3AB, 0xD70D82F82E144AB1BF546E1384F440B4, 0xD70EA11A797D4B359431555C8E58D746, 0xD71FB9DC32AA4AB5985C8470E32FB807, 0xD7290F2E2E104D9CB8B740DB95B6A19A, 0xD74E3A0CB763470D84F206E41305E401, 0xD750F41DB63F4113AE4D9C1D432A750F, 0xD75D16DC43704181BB96EBE616957912, 0xD76C3035B55C43BEBB342B4260995653, 0xD76C6E8395744786BF58CD65926CADA1, 0xD77165E9BA0149539C74FC55F5396059, 0xD77D415B503844A19C31240BB05A1128, 0xD791A398516E4A62A8C742BDB508E38C, 0xD7980779D9C54712BBEA53E8D9633C4D, 0xD79E9370EC6F4DCFA3593C2C398D8488, 0xD7A11C4EB2634E828A0678920B54EF3C, 0xD7A520E46D764FB5B3BB27C3755488AE, 0xD7AEA091D6BE4135AB53D289BF2EC329, 0xD7C8601BE6E14C62A2B55BF9F1B79783, 0xD7DA475D3E9B45AD8CFE37F09BC0E8EC, 0xD7DFDA4DC5134BFA8347C340D8E4FD4A, 0xD7F257ED7AEE4AF6BEF73C9EEA8CFF39, 0xD7F8B3B44C3248BE8C5B06A83474ED80, 0xD81F1FCE4F7440AA9B1F00F274BFEF02, 0xD833BDFC42B147C49281BCCC4668143C, 0xD83D0994D8CA4D73A93F33D7EECBE270, 0xD83EDE12CE644C609165FE28AA98EB08, 0xD86263BE89F147CEAA07BD473A7B8521, 0xD876615A4785435DB23175330BD94830, 0xD893405817884146ABE7570513C5D414, 0xD8AC493632094BC9A417F4F24E69AFFB, 0xD8B86D5BF6E94F2FA96045B5E83F7308, 0xD8F24F6B24894637B4D6DAB7773E13BA, 0xD91DC6F87D16463A8951FD1BCF7BA5A0, 0xD9215D966F2A402B98F8B65B9E565116, 0xD9627443515B46CBB9AD2943B301CF42, 0xD96F8678F15947279BD31F7D6CC5BE96, 0xD971CC463F084056B211624795963350, 0xD98206691CBA4FEAA72F2077AA0B344C, 0xD991B2C7D65E4128BF495C46DAE37F85, 0xD9927B55C358401B8E5061AF49ACD8FA, 0xD9AAE665024643FAA53BF84871679901, 0xD9BB039D61FC4268882B12C8A8711D80, 0xD9C9067766CC41C6BAEEC4F2FEDCCC6B, 0xD9F278CB0D3541A3A4A98246768741ED, 0xD9FAE795F12940B2BC459B64B236382C, 0xDA1DF0F930EB4441BE1C80F752E802C5, 0xDA1E606F5E0A4592BCDC81AD8980F7EC, 0xDA3C25B0019E4244925281AE3509B6A7, 0xDA6431F439044FDE988ACC03C7AAEF97, 0xDA81CFE2D87744D99913EE0D96615601, 0xDA982D38937B48319ACC22627C4EC1AB, 0xDA9946F081A8460A8D0739B6CCCDC563, 0xDA9A0647EF0D47378F29D9BE4BD22236, 0xDAA2C1AF130045D5A940981C697189C0, 0xDAABBDF13B2649AB97CF4E6C6D7A9A61, 0xDAB3EEB4DCFC4513A97522B82F114B31, 0xDAD9166DA1A644FE8BD544061E927645, 0xDAE8D946D05C4ACFB1C86B311E0DE147, 0xDAFBCF4D88AD4E2FA803E9BD78BF6F03, 0xDB04CA7AB5E94247A1171FF970DD7C9D, 0xDB137442766F4DA8AD0244C36D6346C5, 0xDB20D138E43346C4A64D93E03DE18B9B, 0xDB2AF32CDBE641A9BE0561F307CEE989, 0xDB3848F14FBD46F1A27493BAF671C82E, 0xDB394ACE32F84B16A3D50AE33E2E1974, 0xDB49F77BC2744CD2AD408DD52C3907A2, 0xDB4E41FEDAC94E3C8058F1906840AF1D, 0xDB5979CCFC9E4448AAFDE077209AE865, 0xDB5D0EF1A5E04624BA22533C03748673, 0xDB6AF9AF9F3047D4913FAF8E3CFC8F47, 0xDB7E20B7F48242EF904B7733904A06D0, 0xDB8ACD3313D7413185CC924633EB9505, 0xDBBA4896D39B4CE79743CC32A3600CA9, 0xDBF7CC2EE81840C99ABC85CC8E4383C4, 0xDC1F11AE054B49E5933053C11DFFA352, 0xDC2F825FE06C40269A2554B25AEDA90C, 0xDC57039BE5EB473683BF559B25EF30DB, 0xDC7903B495524CF1AA00A39C7C9B819B, 0xDC7F140164C04F0BB679B72881AEFA22, 0xDC926C7259414DE28207B12576546E7B, 0xDC98A6398D3A43ADAD1E7F22304E9AEE, 0xDCA530B105D9427689143FF1CA0F3435, 0xDCAB0A245AF34E4586FDF270A5770101, 0xDCABE22AFB6A4BC1B86424DD2392E9AF, 0xDCADB1741D9148FB97894F22D06153E6, 0xDCD9A9C77C734F07B6D22001B761E8E2, 0xDD0A8B78370846BDB9CE93B901BCA481, 0xDD10102C052F4D6880CF140C998D620B, 0xDD271554B94D4F889001462C62505ED2, 0xDD2B25F092954C10A74555E5A83F77B4, 0xDD373BB984FD4E088D5AB155D884C191, 0xDD48B2EFDE0F402888A14063D83AAA9D, 0xDD528E99AA5845FEB2FBC1ED98A955E6, 0xDD724BC9CF4945F1BC02CC6EC40E8152, 0xDD943089EA094F6081B86D7A6DDF9F4C, 0xDDE822F5DA0D48DDBA967062663637AB, 0xDDFF58AFA90E4D0FB0A7994706C504EB, 0xDE0A57EC9B4D4BEDB0617C638BE969CF, 0xDE0B634112554D119578C747D396B0F0, 0xDE0D4FA22855441F88B76DD0E272D46B, 0xDE1C2759B2C848DCAFB83CD680B57011, 0xDE8E0A15831143D1945F423F276554CC, 0xDE9B2911731F4E5C85A4DEC0AE2506E3, 0xDE9E816F76C24AD78FE4EC3DF85378BD, 0xDEA4A07D45D14B89BD5C68CD0EA16A97, 0xDEC9D121670247258B4472CE4FC250CA, 0xDEF9F2FD17E444B3BABCEC6D3EB50E0B, 0xDF035003BAF84F6BBE4031F277A8F628, 0xDF0E5900FCD94E18BF2413AAC26CF0CC, 0xDF2787A35D914EEC92A616F87634421F, 0xDF2CB03AE4A64B4383E2EA0B25F2935B, 0xDF2FCCBEC0D140D6BB232C13C6A5010A, 0xDF66ED754DDB48FA9292B873E9190D13, 0xDF784F000F664A7393390FD61D692D6E, 0xDFC172C947244B4CB5193D795C69F86E, 0xDFE01B6A0AC747A3A701ED51A107267B, 0xDFEB2A87A0AB42469290247A47D79CAD, 0xDFEFE1F99EFA432EA87A141043B3E02F, 0xE018341B44E14CD59F74471E360271B5, 0xE03B56A7B98E4D4A9D9DD01635820BA5, 0xE0509D16CEB9441E839775B64EC8009F, 0xE0560C4389C14E65B926086AE799A509, 0xE05EB63282134D1EB13DA0E927EC37D7, 0xE06F9B48D9414A04B47FA113018AAC12, 0xE09761EE46EB47D7AA4A091DC49EB71C, 0xE0A73DE7418549EE81C82673E1335380, 0xE0B54BF8EF4744AAB17D5EF9747F8109, 0xE0C05F2240E342789BF8E87544F35FE1, 0xE0C7A407DCD44439AD02953D4BBAC9FA, 0xE101B76B1CB04109957B3454A7B8CBAC, 0xE123582E20A74A2B9BA33A233CBDC2BA, 0xE1277C82003F492799A0BDFD8EC435EC, 0xE13684E02F6A46E88C650AFFFBB9E3EF, 0xE151D29DCCB84E17B681AAE1D41D821E, 0xE151DFA93EAB4CED9385347853E7F2AF, 0xE155D4FF198F44D2A747930DF89E93B2, 0xE191278B2A2E4C2FAAAC1E79A0A84F02, 0xE1B610C6DB324E9F95B9EBB744C44966, 0xE1CDC5472E334F96B125EA063B2DED8B, 0xE1DDFABA50424BD38F10AF812EF52DB0, 0xE1E9BE00A92547EA804E69CD87FEEEAE, 0xE20F56C5C10441EAB1303D80B4EB6341, 0xE21FA3F085E0451C8870E054ABA6E23D, 0xE224A376966946EC969688E0169F263F, 0xE239C4E8CE50454398AA7E704B367558, 0xE23C110F94CD4C65AB5399ADAC4B1BDB, 0xE25428569459458888435CA7D1C9D229, 0xE25DC65BA8F442669670E0AFF1F1DE4F, 0xE298E090D8B348E9A227FDC8F2385794, 0xE2D6FC50E1B547189C9C273B20D56C26, 0xE2E31CF017DB4BE6876281D2FA3FFA23, 0xE2E5A74FE1B2488793F1D3B9D454B8C3, 0xE2E7910B9993492FB61CCB58E51EBC84, 0xE2F1E6627FE54CEA82818B8589AAA735, 0xE2F8750353CB496893F618F5A4E692A6, 0xE2FD96188B2B48769AD3DE84EA1F36A0, 0xE310541E50014E169F56B4B0A0BA8FDC, 0xE311348348744112AD08F76DB56B0639, 0xE316522712814117827DAB27F5F5460B, 0xE328E0E7D8DB49208F0694F4A2A97169, 0xE332DF994C534414BF8E2810C7B7C005, 0xE34FB1A1E4A149C5B6265703272357DA, 0xE351DC3B6842405880D0DD40B239C7D1, 0xE3525713CDBE4813BCB0EAD0413BC7F3, 0xE35266310531420D8216886203D00C2A, 0xE35A04FCB10640D6A21179E8AE0E48EC, 0xE3608F6D32834A29A7D166044D656ADD, 0xE364220C361E46B781C890508ACE6A5E, 0xE366DBF2F68B49FD83C7E7FE25F4A1C4, 0xE37D285168B54B0E85DECAD0943EADDD, 0xE383EFFFDFEE41D7B015F52803B09FF2, 0xE3A5116F70BB4FA3A7B80D9B578163CD, 0xE3D60C0E55334768AA5E81A43D542174, 0xE3D91B908D754D1DB9B4B6DF3A09FEB2, 0xE3DE286659B94FB7B47A042319B17FDA, 0xE3E2888D524A49A7AA7F894B50DF1F29, 0xE3E4C426653440FC966077C5F77819E0, 0xE40279C3D8CA47E69427495049655E8A, 0xE40935CBE7534BEBB45C77C02A4B6799, 0xE41487F67C7D45FBB0A66F70F7891DDE, 0xE41E3770FB1F461FB539F5D51AD8F9DC, 0xE43550BC6CBF4A43B26F2AA1EC2E42BF, 0xE44BDF58CA684B4CBC96A7F672544E09, 0xE4536B4D76B4462E9FA2815FFF3682A5, 0xE45AD1414EF545F7AA3026A529DA7910, 0xE45E8CD4373244CFBF597EBC48602805, 0xE45ECC40C4D84056B78881869F4455FA, 0xE471553122EE4793B25E2F6F26E7B723, 0xE47538C4294E435A9D8381DF15DA8258, 0xE476F4C8251C4F12B03A8D7DBE0BA739, 0xE4885C462B424F5F8E784A45B9EC96A3, 0xE49F327CAB574E268F7F01D9384998ED, 0xE49FE8138C5747FBA4717146B465695D, 0xE50D7AACE9DE4467AB0D5ABC956EE261, 0xE510528204084605A959BEB514AC0E99, 0xE514310C09DF401B9AE94664CFAEF438, 0xE53CBF7E324C43A0B60D9FFBFB3EB1EC, 0xE53FDD38D0C34EC0A24C946D4F24A641, 0xE542AF10B96647E5845AA9880A0F4B22, 0xE5530D15C2FD444CA3973C9F40117BDD, 0xE560761CE0C54FB493ACA02318A1FA14, 0xE575AB67CC0741F3B8032E8CDBCC77E6, 0xE595FD61B82848CCA74071C276491D38, 0xE59CA189C1B245098B8C70A932FD2DEE, 0xE5C36235D30A47EA80B1F7E28524BA59, 0xE5E229067CDD482DAFE721B061178960, 0xE5F04E9011AE4FB9BEC13C3C1CCC4EC2, 0xE5F0B05E8183496285EE8E33CC4B659F, 0xE5F9680473CC48C38D5D5D938274E1B6, 0xE5FAAF322E354AF7ABD848AB21D4FA4F, 0xE5FBDABBB0094CE29A97E48A27FEA22E, 0xE60C8278FE99432780EDD0569B79ADEA, 0xE68ABCD9FEDA4BC2895F01F56FF85AA0, 0xE6A0FBE821844B7A81F1D74A88589908, 0xE6B789F87126402C9E43AC0FD1A77B13, 0xE6D795D0BFE24CE194531A33E1D9D3CD, 0xE6E07E6AB682417BA602F4BCC1223E7B, 0xE6EEC85A6F29437E900343DFD076B41C, 0xE6F5E4429585419A80DD7173849890C7, 0xE6F6EC57D1AF4C388C583528C54601C8, 0xE7104428A03E42F08C9583DB80BC16CA, 0xE714DC93CC81412E889383550C803655, 0xE73F67EC04D6433EB253DDC603F8A491, 0xE75292CC2A664451A542FAC294C33D2C, 0xE758E7B4F2254B5B9B4419E4A013CE44, 0xE766A0667CBB46C7AEFEAF26E15FEB3B, 0xE797FD4365D24D759F61FDB4B35FFEDB, 0xE7AC9A5BF2144E8BBF395DC4C560B007, 0xE7B38E00926D46428E799008B1D482AF, 0xE7C40B9207D94E0CB44EFE8BE197AAF5, 0xE7C5735B784841579B838CA2D2AFE278, 0xE7C9E365603544A6A689E675C0540877, 0xE7FB480001D544A0973955FF9861D531, 0xE80C411DB37145C09B0E28BCB2D7E049, 0xE80DB6ECE7D74B36B07F46F5586A7911, 0xE8175D7635A944DFA9EAF673B6F8EE9F, 0xE81DC5CB14034416AA70539179901D31, 0xE824B681408A425598071B920E116546, 0xE827E06DB7A649EAB21E27769086A09E, 0xE8305CDEE28249F48B87F19B4CAB5662, 0xE85065E8ADDF4B12B7271B35D3E94036, 0xE851DBB9FE6C4DD2AEEF345A6553A2B5, 0xE852477B355246A3B6E7FF95AF66D9A6, 0xE85BF33F04704A5A8A32B63EE2A89D92, 0xE865A010D1044CA9ABB4B37C07ECA363, 0xE8699FE97D834781A50D3B9E4A2D3AAA, 0xE8725B883F0048D2A063E1EBD36E6843, 0xE87DA951C3CE48A782FDB365001F4559, 0xE881B366881A4969902CC6A7DBFF9FAF, 0xE8909CFF9A6946A1906EA6175BF235E3, 0xE892413D818B4583B5B3D0432544813B, 0xE8A91CFB8FD945ABB22153511DBA1386, 0xE8AA940FAD9743E48A8FEE3D9FD5F404, 0xE8CAF7EED5F84715B1DA7467DAD0F616, 0xE8CB7D7788D343EFA2B0FE1C75B438D2, 0xE8D20E9FC1C7423CAB1767E32C96C2A6, 0xE8D5C6B2FC224FB5BB088D4F64FD44FB, 0xE8EA0B414FE34896836AA102E867E578, 0xE8F0C0D3EE244F868B107B98BEE65E36, 0xE92051FECA044DECAA309FF52ADC9254, 0xE92EE3121E05440F80735DE43CCA8FED, 0xE930C2EA0EB943B688A04C6381111D32, 0xE9426A148A744FEBAC9E61C8646B4878, 0xE95D5268327547F5B60C8AA80786956F, 0xE991B5810C18497888503003D2934B99, 0xE9AEEDDE9185492CAECFEBFA596071DE, 0xE9C8B0EA20C04575BE018CAFACB506B4, 0xE9C8F8A5DF4A4D5D8244DA6A30259B8C, 0xE9D2876CA9434E4BA9DA09369D5A409C, 0xE9EC018706D048C3AE57A47BF26867D2, 0xEA13028EC8D14065A8A80D712964B8EC, 0xEA5FD360381540AB9EA01984F0DC05AF, 0xEA7D6CD6A2864F2581BD3652CE2F7FEF, 0xEA89138CF95A45868C98F05FADD7DFFD, 0xEA93E05789A74BEBAFDFEFA764AAB95B, 0xEA98A41329704834847C54E240D0D09D, 0xEAA419DB0803475B8BD2E1831AB39CEC, 0xEAA79D3ECF4C43929972624A077E0400, 0xEAB900B6181C43189E7BBA7CD6858910, 0xEACC0AA5E4664445B779873806D70FF9, 0xEACD302ECD6840D7BE73525A7A4A7F69, 0xEADADB4953E54BFAACB3E82C43C99731, 0xEAE67A4A984E412796136415DB8CE79C, 0xEB114A51EF324B71875777533B865ABB, 0xEB2603E3069A47A2AE7B156F73FF2360, 0xEB2773E043744C5CA8C10B84AE3BAD4A, 0xEB2F72D105CE4E8781F553D72841E10D, 0xEB3341D5559B46F78370D696555FF7DA, 0xEB3655FC8C9144DCAC7CE22E1226A6F2, 0xEB461F9431BC46EAB00AD6F7B562117C, 0xEB4BB9FCCCEF45459AA3251BB75C8711, 0xEB5F83D4EE7748CC999C91FE796F8C47, 0xEB946F4EFE204CC1A385DEB012BD3CAE, 0xEBA07F45C91B45E8BDA0378E94813D0A, 0xEBABC947B20A4D4B9B9740F232C362F3, 0xEBB439514D4845C584D2372F808BCF4C, 0xEBC36461144542F285DC03382F5CAF5E, 0xEC0C5223EAAE4BA6A5C6890F0332983A, 0xEC22D3970A2C491CA3FA9B2413B84D6E, 0xEC25424AD2104F2AB31D2F6454008263, 0xEC29FC69E5284A2294FA2699C4EE15CD, 0xEC3336A3269148D7B0A7EB133EF82E6F, 0xEC4878F1645041E98BFE59E98414500D, 0xEC7FF993CCE448249CA7D1063E541922, 0xEC9ADF987E8A4F36B768E62B4FF00120, 0xECBA40E34C054735847BDE1D356038AF, 0xECC0ACB1FC8E40D38C416D473C59C67B, 0xECC26EC4DA7444C0B2B9093163145EE4, 0xECE8CBE726934F54A8DD62FB1283487C, 0xECEC889DEF2645A9A234C7107D18865A, 0xECF1A7EA85344E78A46491C9F3BCDDE0, 0xECF63D98615042AB9F64F4CC6127AD19, 0xECFFA4B4E9644E15A6024E817556F7F5, 0xED00CE48ACBE4E468B5CF37281D5C187, 0xED33C8AD7AF04C4C97C19577CEB05B09, 0xED3D4DD02E374F2A846D643A5CCAAC63, 0xED4639B8493C4A6DBB60EB34830A0B94, 0xED5DE83C9E984EC3AF7A1CFB66513C59, 0xED6C7154846349778E078D4723CE5F87, 0xED7B78C93BB945C69F57E8C09590622D, 0xED816A99E1B749209E1B0F2B7999D2ED, 0xED9D99AB561D4F80AC0874D68A9C6E58, 0xED9EC3B24C624DD0B3A4BC30A61857DA, 0xEDA23FFEB7BE43E0BF5CCA125967C457, 0xEDA9E3AEE42747F0805C3D12CE5FBD5A, 0xEDAA004BE11147FF8C98EB5A23E44721, 0xEDAADFB5769D4507A458805F3FD3B073, 0xEDB5C9FEE950493C82F3FC9816330BFE, 0xEDC914DA10E24093B48FEDEDE7FF8ED4, 0xEDCA1D85BB9B46D2940567891248EFCB, 0xEDE003A2B02E47738A27F0AE582FC40C, 0xEDE453F4775B4432B16A6986C4A18E71, 0xEE09A819DFD64EC3A7FEAA2B7C2CD6BE, 0xEE0BA39E847F47EAB3C97761A2A86224, 0xEE23449E09824B099FC3A806757E4B46, 0xEE2A6384D2B94511B9840F8B8D129A0B, 0xEE3460053C6E4D7F8D253247C0CD30E1, 0xEE45AA67D7A84964908B483B65DECFB0, 0xEE633C9628AF40EEAE739E963DC3F7C5, 0xEE8469AE5DF447249D1EC60E3EEC2C0C, 0xEE85046D73D744EFA861457BA4A645D0, 0xEE99A957BDE843BA92A8694CEA427DAC, 0xEE9DD6A82F59496A975688C205457855, 0xEEAF9CA33187410F9D6A98146C16B009, 0xEEAFC4C86084432E87FA2338D61AD97A, 0xEEB3630579AA480488F321D0CF50C712, 0xEEBE32388F55405FAD47334204C5D36A, 0xEED25DB9FEEB4C729D8D28D06AC21203, 0xEEEBF47E45894810B399F76E0B8AFE01, 0xEF01541498A348AE9D172110C6364962, 0xEF067632EE0E4205AB816BA7F69C6CB2, 0xEF13EB11C8354E35958387067025859A, 0xEF1DFC63C4014CB18CCC611D002F7C98, 0xEF1E6731E2D34244B38C67925850E561, 0xEF1F680EFDC641B69281B5F171781895, 0xEF22199D7992404783B827B360E5DD5A, 0xEF23E87E58F74F34A281CF6310CBDC73, 0xEF3F9F1D81E649809B2DCA630AE5D71C, 0xEF4B8899235440AA9E9FA83E0EBEED87, 0xEF4FB95F099143FCA6AE9F2A991DEA70, 0xEF5222B6BCC84FAD912BF25D4114249B, 0xEF54705C30584B9EB798A2C01867D376, 0xEF641A44CE55402CB96C9AA770874350, 0xEF68F1F61A0746F4A8523C9EFA3A01F0, 0xEF695ABE68064BB7B428F4CECC12AD8F, 0xEF84A629F8EA4EB2A3D2A77D889CF16A, 0xEFA30F97281B4EB8AE5B9198B768AB73, 0xEFA856158E844C23B9564CB09A6C93D8, 0xEFAA8F7665B14994ACD67938C20A9149, 0xEFB95B318DA24FC7A0560C3E9C5AAB37, 0xEFC99F3EB6174157B777D82368B68AC1, 0xEFD9D9387E7049169C6B9705A3A76659, 0xF01EAF172D134BF2ACAAF3DFB075814A, 0xF0378FC6F75F40B7BBE1330B24B8E61E, 0xF050E10FA148497C82F9D87B39A14A66, 0xF05F273CC0B1459489A577E46BF6E9F1, 0xF071D778D53A460EAEF8685277490CD1, 0xF08915E9FDF54A6E8C8F3657CBB822A4, 0xF0D1D756D08E4B2996104B0D1A51CA56, 0xF0D81187F21841928A3AC9E4BB0092EE, 0xF0E01C703D1D419CAAEDB41F0F34066C, 0xF0E6677224694FC3A8EB186FC87482B8, 0xF0E919F961374E129A3D047264EF1BE7, 0xF0EAB15C1C6D48288FF04875A0BB954E, 0xF102A4C7E9B44A4D92882B8C2B3058DD, 0xF10938677F244FE0A454DEC83BBDA587, 0xF127A532FC36470A8554BFB1AADF67F5, 0xF13FDCAC5FFA4D2AB4A40CA7152B441B, 0xF140DBC0C0294FF8AA88ED9A99C64ABF, 0xF1638260D1F8484EA433CA1BB8D03532, 0xF163CF1F73C94203A1400A3FCD2A98B4, 0xF16D1FDA250E47CB8EA0732DB8CB06C0, 0xF174B35B10B04E0A812A2C6B6379DCB8, 0xF178F5AA1425424DBF9BA53ED9F915AA, 0xF17FAA41077B400DB4A593B7DAB3E482, 0xF190A0F13D6A406AB04CF397FEB4F691, 0xF19F4EA5506D4D05BF0CF0E470BE84A0, 0xF1A47C497B0640E89F9D883583945499, 0xF1ACD8E5133A41C2B64454A6388E9534, 0xF1B098A7782B4FC19200C17782A2EF43, 0xF1D95117A2114EBD8F4BAD7227CDA74E, 0xF1F9AF7D3F0B4B30AFAEE14E22F0F76A, 0xF1FE6E96355D468693F73661EA303A85, 0xF2018D63B1E142D286595085FA9E1C5D, 0xF20EB962208840A8935CDF808DD8E2E9, 0xF22111CB646540D09E0651A8833A0F3C, 0xF22686D8A78E488A84ABA794425340A7, 0xF239B27A59DF43818308D4C99B029B35, 0xF23B29F78139400F9C25BA389D40A19E, 0xF23C4C74CBFF4103A22BCB5923C59125, 0xF2449EB2BD7F4E69A5F1C9A6EE95508C, 0xF254A3534CCC49149F6A200A335520BB, 0xF27AEB2B92AC40A6BD0BCE3524EFCA81, 0xF27DCEFA06F14E6B9EB129FC64D9F4B6, 0xF29BDEC0904044D9A52F32059E131526, 0xF2BF6E676FAF4B65A4666CB7E3B3F275, 0xF2CA691DAC27415C90E2DBD2AD13A56C, 0xF2D4532843544D5B8854A3E1D56AF2C6, 0xF2D5A28C810546ED8A8CE89D2BB202EB, 0xF3006FEBEE9C435EB77B3440301FC753, 0xF31BCB9CB12C4662B9EC346702952668, 0xF32B2D9A3D244727A46FBFF14459D5A9, 0xF35FBB5DE13C479FA15B79CEC9A7EFB4, 0xF364D1D956C84383BACE8A84D4BF10DB, 0xF3693F26AD484BD794C920B75981F328, 0xF36D26D251C84869ADFCB4893579CB20, 0xF38E337C1CD3442FA55BBC9876103E55, 0xF391AF804CF14870B92FACB898BE36D0, 0xF39F7ACB44AB4EA1AE2C89458CB1439C, 0xF3A3EEEE01694EB280445F9C243563E8, 0xF3C80AB1E1C44807BD73F68698BB777A, 0xF3F44E05096D4BA3883A411B3D51515D, 0xF3FEE75CEC564E3BA886776F80B47C5D, 0xF430BBD40A1E4AD5BD62D6BA70B6F08A, 0xF43EC595509A4EACA539822FFC44F295, 0xF43EE8B65758481892E689D59DDF2AB2, 0xF44230842DED425F9C22F7C6363E37DC, 0xF447B3CFD90849019F7E8C1736750732, 0xF44A2FD3F4B24C93B10223931EC9CFD5, 0xF44D95E559A247A1B8CB2B7ECD4D6DF2, 0xF44F0E99A75E4B2ABB033AD746512161, 0xF4ADF27A01884FDE885F4552BB129AE5, 0xF4B2A24A2D1144ABB49FE606839A2EFB, 0xF4BA63F7D47C4839BA9723FC6081C66D, 0xF4C38A6B0A4941C3965F07400AA45045, 0xF4CD20E9299D4BBCB1072081C800CE1C, 0xF50D2C74DEE34B0BBD5FFB95E375102C, 0xF51AAF0218B64F658DB372633334C497, 0xF52A106760304ACDA974A8095FE2FA83, 0xF52A3D8FE1954366975FF5D5C6BB1A2C, 0xF54E11E890F3418296829E5E4393A244, 0xF553E5DD4CA145CF926AB8AD7FF2A9AC, 0xF56C5A7B3A9E4C989B029421E281D4A1, 0xF57B7A6A61D54841B5EBD26BD8FDA91A, 0xF57DA38A8AFC41D1ABED83BE8F1D03BC, 0xF58927CCC96F45B181EC79CC396B65B7, 0xF5A2B9098C0941809FDC91AE0CE71745, 0xF5B342242D364B16864A5D44AE3683D7, 0xF5DA58CD17314671A58679605BB56E4A, 0xF5E41A50B493406BA082BF10653BE3B0, 0xF5EDC288453340D1BF32345D885CA6CF, 0xF5F1344371934D7B97831D3F10907875, 0xF5FB719919AB4403B3A04F287B022F5D, 0xF5FE08A6450246728EF220278C6F40FD, 0xF5FF8D8FA77F41609CD395755B5C87BE, 0xF5FFB0ECC75246FC924C52404D89C267, 0xF606EFE0CE584051A38DA6A0FFC388E8, 0xF6147B9237104F98BFEF5C2113362A84, 0xF61D054CDBA24152A0381BC735BE2F9D, 0xF61FCA65FA0340AC8331F968C9BB982E, 0xF62A43D2F5074148872CF3DE752454B9, 0xF63604004A534FFF9669BAC65F676FD4, 0xF648A3DDECE547ADA680B09BA0A0E5D8, 0xF64DFEA81A684F33AF4D1DDE82A85B25, 0xF6511DF2031F460DA7EB94A580F2CBC3, 0xF65EAC48C0C74134A6B6F29F13011323, 0xF6780ACCB7D14EC7BF7C563F9E03D858, 0xF69B31A2F2EB4AB380D35FBE034E21C7, 0xF6B8690C8BD64AC0BE92E81FFFD787F8, 0xF6C181D2E5A44AB3A32341805B7E7EBF, 0xF6CC40F5E8744757A1EF7C5EDCD6C8E9, 0xF6D0D594A1844A87A2372DDA833FB6B1, 0xF6DB3C9C14B849FBB09ADE59B9400336, 0xF6E2C07A0F0A41178D202F71895AB8EF, 0xF6FF6A401FAE4ED0A353E6166C7AF322, 0xF7463F53ADCE4233B7F6671B0F970082, 0xF74B407CD6F34E7A9126CCF92CC4456B, 0xF751064CC11D47269077815044AA8976, 0xF76C70A059184AF6BDF9BF7F30B30B00, 0xF779924826DD489FB55E28D3C8CF60B7, 0xF7816291F6B04639BAA16E098BFA0CF5, 0xF78D6ED5B104430B9ED6A6FD0D7B840F, 0xF7C18C4D54BC478FAEDF333F3D45E0B8, 0xF81C795C6C92452A8A1EF2ECBBF851EC, 0xF8271F8E2318497780B8800BD48BF1A5, 0xF82D88A115A443EBA7B51445DD92CF25, 0xF859423AAE924505BFA2157BC58DFEF1, 0xF859EEC99DDA47A89D566B4AF787CFFD, 0xF86FFE60FC544F85BE7347DAEE165EE0, 0xF87B171C636647B6AA82DD804A8D8C82, 0xF87CDC17407F41C18914C748E9F77F31, 0xF8856907923548C2B80FBF8A241D2841, 0xF8940F41BEB741C69B25A8F3FFDE2D60, 0xF89CBD081904420AB0BE790EC23544E4, 0xF8A070245ACE48EA8BC28A08C23116E9, 0xF8B7DB026D7C4A759C3E9ED656B9562E, 0xF8BD209FA3054AA281F667E5F137FFDD, 0xF8BEAD3822074DBBB2AFCF9CDC7320DE, 0xF8CE2FC464634631821DC2CEA51EEEE5, 0xF8D317FB8D834388BDD8705A97AB88BB, 0xF8DB80F2FFA543E6969CFB6A643CC5A7, 0xF8E4DB356AC848DA9E17A4F93AE9074F, 0xF8E9B4F618B7491EB1D4A45645708D0A, 0xF903A3C6882C4A3FB40BB174ACAE6C4D, 0xF92BCE9C263D41E1A8F899BE2E937722, 0xF92E368C595B4CB49F00CC013CFDAA2D, 0xF934AAAC5A4047F89BE5EC21150B655A, 0xF94516A7D40F4ABBA35B652BF987424E, 0xF968511B23204DADAF2ED2207BDD32FF, 0xF97BBD50031C42838F2D752AAF313625, 0xF98AD32ACD1F40E29EAFFA72E3D6627D, 0xF999C49E216D49E28985FDA9BAAE310E, 0xF9B94D13725F4B6FB0851BC4CAD90D43, 0xF9CBFFC398874343B036929183F0FA03, 0xF9D51D5D72414419BF56748800BC7881, 0xF9DD94AEDB664DC79E35EADB27BD3C04, 0xF9EE2E4D5C264E468F64B2A32F96AB22, 0xFA058E6EF43C40079BAB9D2048E16CA9, 0xFA0E857AD15A48BCAB82F44BBACBBDBE, 0xFA1F7319F45949719218EA0019DD6F79, 0xFA25ACEA9CE5471CBEC9537DFB26CE93, 0xFA2C1EC0746F48D989390F4B198F5BF8, 0xFA397E278A5149C79FCF4C9FEAF8B765, 0xFA3E5D955BE64FF09860C05ADF937905, 0xFA4A83865646491DA75967843155ADA5, 0xFA4C180988AF43DCBBF44FBC941E7771, 0xFA53CA6ED119428BB49075AABA670B71, 0xFA6531D141F944529F06E998CCDAF28C, 0xFA6F39E4F29347638C8808FB50E79D0A, 0xFA9884F52BE143839F6A151060A2ED82, 0xFA9FB5B7F03147CDB5B1C9E5DBB08176, 0xFAAEFAC4E0C54B859FE5009D9C1B1D97, 0xFACC238099FE42ABAA7DEF5DB9F97010, 0xFAE1DA7E77034336864982018B8ED890, 0xFAE3AF647BB641C994A88D8778DE65FF, 0xFAECB4D4B1334EF5BABB19E06437167D, 0xFB147667458B44DE9CBE908B4CB90C37, 0xFB1BD2D6CB454C6AA0B19D25ECD00414, 0xFB3C68A3159F47069634A4A95F75F79A, 0xFB415DE429864DF29560E1E79E42ADF6, 0xFB7318130CAD4D29B2E3746B795E3712, 0xFB865DED617445BDA5A9AA52B4FD4516, 0xFBA7ED95B17F40C9A25EB13746AC7B48, 0xFBB919DD872A40B4A14B0E8CD2DA9E65, 0xFBC13AB87F5D4A5196E58B77CD5B67FE, 0xFBD70E5BC17E40EFAD11F0D7D2944D7B, 0xFBE28917FD9448E3818FF54D2D35E6B3, 0xFC01229A27E44474B0553E76D8F55F11, 0xFC4052E599174BBBB5FADF501F10C5DE, 0xFC43C57119664C6899B44807D201987E, 0xFC47901E6A2E4BDEA92B4E5D90AE3D32, 0xFC51157AC9F7479EA943173B4C362751, 0xFC51F5A498634AD7A415D92B95F4EE62, 0xFC5D0FC614F143F3986E30C6A80D9813, 0xFC7B8FCE5E3F43858B17299D14FDD406, 0xFC8349074834438DAB99F5B555C8B500, 0xFC9EEA7A51C147558C35DF992A4AEA7C, 0xFCB3F723E04646A0BC2DA4F18527615E, 0xFCB65171072B45F3A1DFF432CF3A0BC1, 0xFCCCEC0189E541F18F3CB86996FB5ABE, 0xFCD23E276DEB4574BAB44B772E734751, 0xFCF7F6947A094B79B768326D8B7CA3DD, 0xFD1209C3C3E5441593E2EB511B7B03CE, 0xFD248C472DF249C48D80166CF41E59DE, 0xFD24AE032A504640A106DEA3CE9E3D65, 0xFD30674E42BA4F8398172DE729DE086C, 0xFD524D31D3274138996280234444C955, 0xFD592E1046DB4AD598BC4518EED95990, 0xFD5D19BF6113429088DADE9B3519237D, 0xFDA8B8F5DCAA4F6B86CA7696066BDD15, 0xFDAA98BF39DD4E69A9CB84713412A864, 0xFDB4BBD6FC0F4FA282CF54EB387F8013, 0xFDC97C9E315841DB979B804EA041A289, 0xFDE30DF44A8D4475870A2E697D1EE76D, 0xFE090A10330A4C1098D89D16AD6F3028, 0xFE1A38E596964A6EB78B30D9EE9D77D0, 0xFE21F4A63B0D44F2BB966BCE0C69F1C9, 0xFE7361BCA2584361AAC5FE7D74FF844B, 0xFE817E2306C7462AB5FDB6308C97E793, 0xFE8DD64288AE43C1B08AEDDD7038406E, 0xFE990DEA45F541439D587A518027CDAD, 0xFEB2EC0B378542FFB017D039E4409375, 0xFEB4BD7EEEA84677ADFFD82603BD5A50, 0xFEC3DC91FE304359A8CAAC6C1CBCB254, 0xFEC88E3E613E4849AD76EB1326361757, 0xFEDD699CABBF43DC8ADB4AB961BB1672, 0xFEE9D28A1A454B149662FE0FE9A22846, 0xFEF275A254D742B08A5272FB93DF1980, 0xFF0E643FB25C4669AA9470C82C7E999D, 0xFF1D08EB19E14387B843505BC522FF6E, 0xFF5D2579BF5144249AFE9089E0D9F7DD, 0xFF624A89A0C44A72B3E01DC45E81686F, 0xFF7923CCFC324D84B4F8C123F4DC6AF3, 0xFF7CCA0CC46145BA911E2E4415B24114, 0xFF7EFB9916B74F2F8ECE50FB4923C4D7, 0xFF84F75E102A4F32ADF7739E8C8394E8, 0xFF8DBAA4CB6643DDBD75145C909417C1, 0xFFA52A421BF548A9A871D61A0C1A1CD8, 0xFFA870B367E04CFE90998014B1C5A6AB, 0xFFAE72F978CE4A4B8BA33CD941ACFBFE, 0xFFB487EC8E894EF7A44A39919AA9F73B, 0xFFBFCFE8101C47E49E5D862060FA26CD, 0xFFDE64114E0149ECBED6B53AAF44EDFE, 0xFFE767BD6B974EFBA226DE70C3E7EB20, 0xFFFBF07F427A45658B0887CC2EC84CAE)) ORDER BY `property_group_option`.`id` ASC LIMIT 500 OFFSET 1000;
array:74 [
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 98)"
24 => "Shopware\Core\Content\Product\SalesChannel\Listing\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 113)"
41 => "Maxia\MaxiaListingVariants6\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 101)"
45 => "Shopware\Core\Content\Category\SalesChannel\CategoryRoute::load (line 103)"
46 => "Shopware\Core\Content\Category\SalesChannel\CachedCategoryRoute::Shopware\Core\Content\Category\SalesChannel\{closure} (line 350)"
47 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 44)"
48 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 120)"
49 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 43)"
50 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 46)"
51 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 42)"
52 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 41)"
53 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 59)"
54 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 40)"
55 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 102)"
56 => "Shopware\Core\Content\Category\SalesChannel\CachedCategoryRoute::Shopware\Core\Content\Category\SalesChannel\{closure} (line 72)"
57 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 35)"
58 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 99)"
59 => "Shopware\Core\Content\Category\SalesChannel\CachedCategoryRoute::Shopware\Core\Content\Category\SalesChannel\{closure} (line 59)"
60 => "Shopware\Core\Profiling\Profiler::trace (line 88)"
61 => "Shopware\Core\Content\Category\SalesChannel\CachedCategoryRoute::load (line 66)"
62 => "Shopware\Storefront\Page\Navigation\NavigationPageLoader::load (line 48)"
63 => "Shopware\Storefront\Controller\NavigationController::home (line 163)"
64 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
65 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
66 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
67 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 479)"
68 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 452)"
69 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 346)"
70 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 224)"
71 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
72 => "Shopware\Core\HttpKernel::doHandle (line 81)"
73 => "Shopware\Core\HttpKernel::handle (line 85)"
]
|
| 74 |
1.25 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.fallback_1.name`, `category.translation.name`, COALESCE(`category.translation.fallback_1.name`,`category.translation.name`,`category.translation.name`) as `category.name`, `category.translation.fallback_1.breadcrumb`, `category.translation.breadcrumb`, COALESCE(`category.translation.fallback_1.breadcrumb`,`category.translation.breadcrumb`,`category.translation.breadcrumb`) as `category.breadcrumb`, `category.translation.fallback_1.slotConfig`, `category.translation.slotConfig`, COALESCE(`category.translation.fallback_1.slotConfig`,`category.translation.slotConfig`,`category.translation.slotConfig`) as `category.slotConfig`, `category.translation.fallback_1.linkType`, `category.translation.linkType`, COALESCE(`category.translation.fallback_1.linkType`,`category.translation.linkType`,`category.translation.linkType`) as `category.linkType`, `category.translation.fallback_1.internalLink`, `category.translation.internalLink`, COALESCE(`category.translation.fallback_1.internalLink`,`category.translation.internalLink`,`category.translation.internalLink`) as `category.internalLink`, `category.translation.fallback_1.externalLink`, `category.translation.externalLink`, COALESCE(`category.translation.fallback_1.externalLink`,`category.translation.externalLink`,`category.translation.externalLink`) as `category.externalLink`, `category.translation.fallback_1.linkNewTab`, `category.translation.linkNewTab`, COALESCE(`category.translation.fallback_1.linkNewTab`,`category.translation.linkNewTab`,`category.translation.linkNewTab`) as `category.linkNewTab`, `category.translation.fallback_1.description`, `category.translation.description`, COALESCE(`category.translation.fallback_1.description`,`category.translation.description`,`category.translation.description`) as `category.description`, `category.translation.fallback_1.metaTitle`, `category.translation.metaTitle`, COALESCE(`category.translation.fallback_1.metaTitle`,`category.translation.metaTitle`,`category.translation.metaTitle`) as `category.metaTitle`, `category.translation.fallback_1.metaDescription`, `category.translation.metaDescription`, COALESCE(`category.translation.fallback_1.metaDescription`,`category.translation.metaDescription`,`category.translation.metaDescription`) as `category.metaDescription`, `category.translation.fallback_1.keywords`, `category.translation.keywords`, COALESCE(`category.translation.fallback_1.keywords`,`category.translation.keywords`,`category.translation.keywords`) as `category.keywords`, `category.translation.fallback_1.customFields`, `category.translation.customFields`, COALESCE(`category.translation.fallback_1.customFields`,`category.translation.customFields`,`category.translation.customFields`) as `category.customFields`, `category.translation.fallback_1.createdAt`, `category.translation.createdAt`, `category.translation.fallback_1.updatedAt`, `category.translation.updatedAt`, `category.translation.fallback_1.categoryId`, `category.translation.categoryId`, `category.translation.fallback_1.languageId`, `category.translation.languageId`, `category.translation.fallback_1.categoryVersionId`, `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`, `category.translation.fallback_1`.name as `category.translation.fallback_1.name`, `category.translation.fallback_1`.breadcrumb as `category.translation.fallback_1.breadcrumb`, `category.translation.fallback_1`.slot_config as `category.translation.fallback_1.slotConfig`, `category.translation.fallback_1`.link_type as `category.translation.fallback_1.linkType`, `category.translation.fallback_1`.internal_link as `category.translation.fallback_1.internalLink`, `category.translation.fallback_1`.external_link as `category.translation.fallback_1.externalLink`, `category.translation.fallback_1`.link_new_tab as `category.translation.fallback_1.linkNewTab`, `category.translation.fallback_1`.description as `category.translation.fallback_1.description`, `category.translation.fallback_1`.meta_title as `category.translation.fallback_1.metaTitle`, `category.translation.fallback_1`.meta_description as `category.translation.fallback_1.metaDescription`, `category.translation.fallback_1`.keywords as `category.translation.fallback_1.keywords`, `category.translation.fallback_1`.custom_fields as `category.translation.fallback_1.customFields`, `category.translation.fallback_1`.created_at as `category.translation.fallback_1.createdAt`, `category.translation.fallback_1`.updated_at as `category.translation.fallback_1.updatedAt`, `category.translation.fallback_1`.category_id as `category.translation.fallback_1.categoryId`, `category.translation.fallback_1`.language_id as `category.translation.fallback_1.languageId`, `category.translation.fallback_1`.category_version_id as `category.translation.fallback_1.categoryVersionId` FROM `category_translation` `category.translation` LEFT JOIN `category_translation` `category.translation.fallback_1` ON `category.translation`.`category_id` = `category.translation.fallback_1`.`category_id` AND `category.translation.fallback_1`.language_id = :languageId1 AND `category.translation`.category_version_id = `category.translation.fallback_1`.category_version_id 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.fallback_1.name`,
`category.translation.name`,
COALESCE(
`category.translation.fallback_1.name`,
`category.translation.name`, `category.translation.name`
) as `category.name`,
`category.translation.fallback_1.breadcrumb`,
`category.translation.breadcrumb`,
COALESCE(
`category.translation.fallback_1.breadcrumb`,
`category.translation.breadcrumb`,
`category.translation.breadcrumb`
) as `category.breadcrumb`,
`category.translation.fallback_1.slotConfig`,
`category.translation.slotConfig`,
COALESCE(
`category.translation.fallback_1.slotConfig`,
`category.translation.slotConfig`,
`category.translation.slotConfig`
) as `category.slotConfig`,
`category.translation.fallback_1.linkType`,
`category.translation.linkType`,
COALESCE(
`category.translation.fallback_1.linkType`,
`category.translation.linkType`,
`category.translation.linkType`
) as `category.linkType`,
`category.translation.fallback_1.internalLink`,
`category.translation.internalLink`,
COALESCE(
`category.translation.fallback_1.internalLink`,
`category.translation.internalLink`,
`category.translation.internalLink`
) as `category.internalLink`,
`category.translation.fallback_1.externalLink`,
`category.translation.externalLink`,
COALESCE(
`category.translation.fallback_1.externalLink`,
`category.translation.externalLink`,
`category.translation.externalLink`
) as `category.externalLink`,
`category.translation.fallback_1.linkNewTab`,
`category.translation.linkNewTab`,
COALESCE(
`category.translation.fallback_1.linkNewTab`,
`category.translation.linkNewTab`,
`category.translation.linkNewTab`
) as `category.linkNewTab`,
`category.translation.fallback_1.description`,
`category.translation.description`,
COALESCE(
`category.translation.fallback_1.description`,
`category.translation.description`,
`category.translation.description`
) as `category.description`,
`category.translation.fallback_1.metaTitle`,
`category.translation.metaTitle`,
COALESCE(
`category.translation.fallback_1.metaTitle`,
`category.translation.metaTitle`,
`category.translation.metaTitle`
) as `category.metaTitle`,
`category.translation.fallback_1.metaDescription`,
`category.translation.metaDescription`,
COALESCE(
`category.translation.fallback_1.metaDescription`,
`category.translation.metaDescription`,
`category.translation.metaDescription`
) as `category.metaDescription`,
`category.translation.fallback_1.keywords`,
`category.translation.keywords`,
COALESCE(
`category.translation.fallback_1.keywords`,
`category.translation.keywords`,
`category.translation.keywords`
) as `category.keywords`,
`category.translation.fallback_1.customFields`,
`category.translation.customFields`,
COALESCE(
`category.translation.fallback_1.customFields`,
`category.translation.customFields`,
`category.translation.customFields`
) as `category.customFields`,
`category.translation.fallback_1.createdAt`,
`category.translation.createdAt`,
`category.translation.fallback_1.updatedAt`,
`category.translation.updatedAt`,
`category.translation.fallback_1.categoryId`,
`category.translation.categoryId`,
`category.translation.fallback_1.languageId`,
`category.translation.languageId`,
`category.translation.fallback_1.categoryVersionId`,
`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`,
`category.translation.fallback_1`.name as `category.translation.fallback_1.name`,
`category.translation.fallback_1`.breadcrumb as `category.translation.fallback_1.breadcrumb`,
`category.translation.fallback_1`.slot_config as `category.translation.fallback_1.slotConfig`,
`category.translation.fallback_1`.link_type as `category.translation.fallback_1.linkType`,
`category.translation.fallback_1`.internal_link as `category.translation.fallback_1.internalLink`,
`category.translation.fallback_1`.external_link as `category.translation.fallback_1.externalLink`,
`category.translation.fallback_1`.link_new_tab as `category.translation.fallback_1.linkNewTab`,
`category.translation.fallback_1`.description as `category.translation.fallback_1.description`,
`category.translation.fallback_1`.meta_title as `category.translation.fallback_1.metaTitle`,
`category.translation.fallback_1`.meta_description as `category.translation.fallback_1.metaDescription`,
`category.translation.fallback_1`.keywords as `category.translation.fallback_1.keywords`,
`category.translation.fallback_1`.custom_fields as `category.translation.fallback_1.customFields`,
`category.translation.fallback_1`.created_at as `category.translation.fallback_1.createdAt`,
`category.translation.fallback_1`.updated_at as `category.translation.fallback_1.updatedAt`,
`category.translation.fallback_1`.category_id as `category.translation.fallback_1.categoryId`,
`category.translation.fallback_1`.language_id as `category.translation.fallback_1.languageId`,
`category.translation.fallback_1`.category_version_id as `category.translation.fallback_1.categoryVersionId`
FROM
`category_translation` `category.translation`
LEFT JOIN `category_translation` `category.translation.fallback_1` ON `category.translation`.`category_id` = `category.translation.fallback_1`.`category_id`
AND `category.translation.fallback_1`.language_id = : languageId1
AND `category.translation`.category_version_id = `category.translation.fallback_1`.category_version_id
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.fallback_1.name`, `category.translation.name`, COALESCE(`category.translation.fallback_1.name`,`category.translation.name`,`category.translation.name`) as `category.name`, `category.translation.fallback_1.breadcrumb`, `category.translation.breadcrumb`, COALESCE(`category.translation.fallback_1.breadcrumb`,`category.translation.breadcrumb`,`category.translation.breadcrumb`) as `category.breadcrumb`, `category.translation.fallback_1.slotConfig`, `category.translation.slotConfig`, COALESCE(`category.translation.fallback_1.slotConfig`,`category.translation.slotConfig`,`category.translation.slotConfig`) as `category.slotConfig`, `category.translation.fallback_1.linkType`, `category.translation.linkType`, COALESCE(`category.translation.fallback_1.linkType`,`category.translation.linkType`,`category.translation.linkType`) as `category.linkType`, `category.translation.fallback_1.internalLink`, `category.translation.internalLink`, COALESCE(`category.translation.fallback_1.internalLink`,`category.translation.internalLink`,`category.translation.internalLink`) as `category.internalLink`, `category.translation.fallback_1.externalLink`, `category.translation.externalLink`, COALESCE(`category.translation.fallback_1.externalLink`,`category.translation.externalLink`,`category.translation.externalLink`) as `category.externalLink`, `category.translation.fallback_1.linkNewTab`, `category.translation.linkNewTab`, COALESCE(`category.translation.fallback_1.linkNewTab`,`category.translation.linkNewTab`,`category.translation.linkNewTab`) as `category.linkNewTab`, `category.translation.fallback_1.description`, `category.translation.description`, COALESCE(`category.translation.fallback_1.description`,`category.translation.description`,`category.translation.description`) as `category.description`, `category.translation.fallback_1.metaTitle`, `category.translation.metaTitle`, COALESCE(`category.translation.fallback_1.metaTitle`,`category.translation.metaTitle`,`category.translation.metaTitle`) as `category.metaTitle`, `category.translation.fallback_1.metaDescription`, `category.translation.metaDescription`, COALESCE(`category.translation.fallback_1.metaDescription`,`category.translation.metaDescription`,`category.translation.metaDescription`) as `category.metaDescription`, `category.translation.fallback_1.keywords`, `category.translation.keywords`, COALESCE(`category.translation.fallback_1.keywords`,`category.translation.keywords`,`category.translation.keywords`) as `category.keywords`, `category.translation.fallback_1.customFields`, `category.translation.customFields`, COALESCE(`category.translation.fallback_1.customFields`,`category.translation.customFields`,`category.translation.customFields`) as `category.customFields`, `category.translation.fallback_1.createdAt`, `category.translation.createdAt`, `category.translation.fallback_1.updatedAt`, `category.translation.updatedAt`, `category.translation.fallback_1.categoryId`, `category.translation.categoryId`, `category.translation.fallback_1.languageId`, `category.translation.languageId`, `category.translation.fallback_1.categoryVersionId`, `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`, `category.translation.fallback_1`.name as `category.translation.fallback_1.name`, `category.translation.fallback_1`.breadcrumb as `category.translation.fallback_1.breadcrumb`, `category.translation.fallback_1`.slot_config as `category.translation.fallback_1.slotConfig`, `category.translation.fallback_1`.link_type as `category.translation.fallback_1.linkType`, `category.translation.fallback_1`.internal_link as `category.translation.fallback_1.internalLink`, `category.translation.fallback_1`.external_link as `category.translation.fallback_1.externalLink`, `category.translation.fallback_1`.link_new_tab as `category.translation.fallback_1.linkNewTab`, `category.translation.fallback_1`.description as `category.translation.fallback_1.description`, `category.translation.fallback_1`.meta_title as `category.translation.fallback_1.metaTitle`, `category.translation.fallback_1`.meta_description as `category.translation.fallback_1.metaDescription`, `category.translation.fallback_1`.keywords as `category.translation.fallback_1.keywords`, `category.translation.fallback_1`.custom_fields as `category.translation.fallback_1.customFields`, `category.translation.fallback_1`.created_at as `category.translation.fallback_1.createdAt`, `category.translation.fallback_1`.updated_at as `category.translation.fallback_1.updatedAt`, `category.translation.fallback_1`.category_id as `category.translation.fallback_1.categoryId`, `category.translation.fallback_1`.language_id as `category.translation.fallback_1.languageId`, `category.translation.fallback_1`.category_version_id as `category.translation.fallback_1.categoryVersionId` FROM `category_translation` `category.translation` LEFT JOIN `category_translation` `category.translation.fallback_1` ON `category.translation`.`category_id` = `category.translation.fallback_1`.`category_id` AND `category.translation.fallback_1`.language_id = 0x76393D0A5F754C5A80FB3EC7B3B3DB05 AND `category.translation`.category_version_id = `category.translation.fallback_1`.category_version_id 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 (0x8F60E1E3E13E417DA04B9B94F71586EB));
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 106)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 51)"
9 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator::search (line 265)"
10 => "Maxia\MaxiaListingVariants6\Service\ConfigService::getCurrentCategory (line 123)"
11 => "Maxia\MaxiaListingVariants6\Service\ConfigService::getCmsSlotConfig (line 156)"
12 => "Maxia\MaxiaListingVariants6\Service\ConfigService::getProductConfig (line 127)"
13 => "Maxia\MaxiaListingVariants6\Core\Content\Product\Cms\ProductListingCmsElementResolver::enrich (line 99)"
14 => "Shopware\Core\Content\Cms\DataResolver\CmsSlotsDataResolver::resolve (line 104)"
15 => "Shopware\Core\Content\Cms\SalesChannel\SalesChannelCmsPageLoader::loadSlotData (line 94)"
16 => "Shopware\Core\Content\Cms\SalesChannel\SalesChannelCmsPageLoader::load (line 101)"
17 => "Shopware\Core\Content\Category\SalesChannel\CategoryRoute::load (line 103)"
18 => "Shopware\Core\Content\Category\SalesChannel\CachedCategoryRoute::Shopware\Core\Content\Category\SalesChannel\{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 102)"
28 => "Shopware\Core\Content\Category\SalesChannel\CachedCategoryRoute::Shopware\Core\Content\Category\SalesChannel\{closure} (line 72)"
29 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 35)"
30 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 99)"
31 => "Shopware\Core\Content\Category\SalesChannel\CachedCategoryRoute::Shopware\Core\Content\Category\SalesChannel\{closure} (line 59)"
32 => "Shopware\Core\Profiling\Profiler::trace (line 88)"
33 => "Shopware\Core\Content\Category\SalesChannel\CachedCategoryRoute::load (line 66)"
34 => "Shopware\Storefront\Page\Navigation\NavigationPageLoader::load (line 48)"
35 => "Shopware\Storefront\Controller\NavigationController::home (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 479)"
40 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 452)"
41 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 346)"
42 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 224)"
43 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
44 => "Shopware\Core\HttpKernel::doHandle (line 81)"
45 => "Shopware\Core\HttpKernel::handle (line 85)"
]
|
| 75 |
0.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_03be537566164c969838a4d98719134a)
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_03be537566164c969838a4d98719134a
)
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: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 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 253)"
16 => "Shopware\Storefront\Controller\StorefrontController::hook (line 50)"
17 => "Shopware\Storefront\Controller\NavigationController::home (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 479)"
22 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 452)"
23 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 346)"
24 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 224)"
25 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
26 => "Shopware\Core\HttpKernel::doHandle (line 81)"
27 => "Shopware\Core\HttpKernel::handle (line 85)"
]
|
| 76 |
0.12 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:18 [
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 253)"
6 => "Shopware\Storefront\Controller\StorefrontController::hook (line 50)"
7 => "Shopware\Storefront\Controller\NavigationController::home (line 163)"
8 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
9 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
10 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
11 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 479)"
12 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 452)"
13 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 346)"
14 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 224)"
15 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
16 => "Shopware\Core\HttpKernel::doHandle (line 81)"
17 => "Shopware\Core\HttpKernel::handle (line 85)"
]
|
| 77 |
0.11 ms |
SELECT LOWER(HEX(`script`.`app_id`)) as `app_id`,
`script`.`name` AS name,
`script`.`script` AS script,
`app`.`name` AS appName,
LOWER(HEX(`app`.`integration_id`)) AS integrationId,
IFNULL(`script`.`updated_at`, `script`.`created_at`) AS lastModified
FROM `script`
LEFT JOIN `app` ON `script`.`app_id` = `app`.`id`
WHERE `script`.`hook` = 'include'
ORDER BY `app`.`created_at`, `app`.`id`, `script`.`name`
SELECT LOWER(HEX(`script`.`app_id`)) as `app_id`,
`script`.`name` AS name,
`script`.`script` AS script,
`app`.`name` AS appName,
LOWER(HEX(`app`.`integration_id`)) AS integrationId,
IFNULL(`script`.`updated_at`, `script`.`created_at`) AS lastModified
FROM `script`
LEFT JOIN `app` ON `script`.`app_id` = `app`.`id`
WHERE `script`.`hook` = 'include'
ORDER BY `app`.`created_at`, `app`.`id`, `script`.`name`
;
array:18 [
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 253)"
6 => "Shopware\Storefront\Controller\StorefrontController::hook (line 50)"
7 => "Shopware\Storefront\Controller\NavigationController::home (line 163)"
8 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
9 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
10 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
11 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 479)"
12 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 452)"
13 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 346)"
14 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 224)"
15 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
16 => "Shopware\Core\HttpKernel::doHandle (line 81)"
17 => "Shopware\Core\HttpKernel::handle (line 85)"
]
|
| 78 |
0.11 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 52)"
9 => "Shopware\Storefront\Controller\NavigationController::home (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 479)"
14 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 452)"
15 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 346)"
16 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 224)"
17 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
18 => "Shopware\Core\HttpKernel::doHandle (line 81)"
19 => "Shopware\Core\HttpKernel::handle (line 85)"
]
|
| 79 |
0.07 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 52)"
14 => "Shopware\Storefront\Controller\NavigationController::home (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 479)"
19 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 452)"
20 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 346)"
21 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 224)"
22 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
23 => "Shopware\Core\HttpKernel::doHandle (line 81)"
24 => "Shopware\Core\HttpKernel::handle (line 85)"
]
|
| 80 |
0.14 ms |
SELECT `domain`.`language_id` AS languageId,
`domain`.`id` AS id,
`domain`.`url` AS url,
`domain`.`hreflang_use_only_locale` AS onlyLocale,
`locale`.`code` AS locale
FROM `sales_channel_domain` AS `domain`
INNER JOIN `language` ON `language`.`id` = `domain`.`language_id`
INNER JOIN `locale` ON `locale`.`id` = `language`.`locale_id`
WHERE `domain`.`sales_channel_id` = :salesChannelId
SELECT `domain`.`language_id` AS languageId,
`domain`.`id` AS id,
`domain`.`url` AS url,
`domain`.`hreflang_use_only_locale` AS onlyLocale,
`locale`.`code` AS locale
FROM `sales_channel_domain` AS `domain`
INNER JOIN `language` ON `language`.`id` = `domain`.`language_id`
INNER JOIN `locale` ON `locale`.`id` = `language`.`locale_id`
WHERE `domain`.`sales_channel_id` = 0x2A890AB6DB354C85ACB515DE08A234DC;
array:26 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 1042)"
2 => "Doctrine\DBAL\Connection::fetchAllAssociative (line 157)"
3 => "Shopware\Core\Content\Seo\HreflangLoader::fetchSalesChannelDomains (line 48)"
4 => "Shopware\Core\Content\Seo\HreflangLoader::load (line 371)"
5 => "Shopware\Storefront\Framework\Routing\StorefrontSubscriber::addHreflang (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 52)"
15 => "Shopware\Storefront\Controller\NavigationController::home (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 479)"
20 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 452)"
21 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 346)"
22 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 224)"
23 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
24 => "Shopware\Core\HttpKernel::doHandle (line 81)"
25 => "Shopware\Core\HttpKernel::handle (line 85)"
]
|
| 81 |
0.08 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 = 0x2A890AB6DB354C85ACB515DE08A234DC) AND (configuration_key LIKE 'scha1AdditionalProductTabs.config.%') ORDER BY sales_channel_id ASC;
array:25 [
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 46)"
4 => "scha1\scha1AdditionalProductTabs\Subscriber\Frontend::onStorefrontRender (line 118)"
5 => "Symfony\Component\EventDispatcher\Debug\WrappedListener::__invoke (line 230)"
6 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
7 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 56)"
8 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 98)"
9 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 55)"
10 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 37)"
11 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
12 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 62)"
13 => "Shopware\Storefront\Controller\StorefrontController::renderStorefront (line 52)"
14 => "Shopware\Storefront\Controller\NavigationController::home (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 479)"
19 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 452)"
20 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 346)"
21 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 224)"
22 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
23 => "Shopware\Core\HttpKernel::doHandle (line 81)"
24 => "Shopware\Core\HttpKernel::handle (line 85)"
]
|
| 82 |
0.57 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.fallback_1.description`, `theme.translation.description`, COALESCE(`theme.translation.fallback_1.description`,`theme.translation.description`,`theme.translation.description`) as `theme.description`, `theme.translation.fallback_1.labels`, `theme.translation.labels`, COALESCE(`theme.translation.fallback_1.labels`,`theme.translation.labels`,`theme.translation.labels`) as `theme.labels`, `theme.translation.fallback_1.helpTexts`, `theme.translation.helpTexts`, COALESCE(`theme.translation.fallback_1.helpTexts`,`theme.translation.helpTexts`,`theme.translation.helpTexts`) as `theme.helpTexts`, `theme.translation.fallback_1.customFields`, `theme.translation.customFields`, COALESCE(`theme.translation.fallback_1.customFields`,`theme.translation.customFields`,`theme.translation.customFields`) as `theme.customFields`, `theme.translation.fallback_1.createdAt`, `theme.translation.createdAt`, `theme.translation.fallback_1.updatedAt`, `theme.translation.updatedAt`, `theme.translation.fallback_1.themeId`, `theme.translation.themeId`, `theme.translation.fallback_1.languageId`, `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`, `theme.translation.fallback_1`.description as `theme.translation.fallback_1.description`, `theme.translation.fallback_1`.labels as `theme.translation.fallback_1.labels`, `theme.translation.fallback_1`.help_texts as `theme.translation.fallback_1.helpTexts`, `theme.translation.fallback_1`.custom_fields as `theme.translation.fallback_1.customFields`, `theme.translation.fallback_1`.created_at as `theme.translation.fallback_1.createdAt`, `theme.translation.fallback_1`.updated_at as `theme.translation.fallback_1.updatedAt`, `theme.translation.fallback_1`.theme_id as `theme.translation.fallback_1.themeId`, `theme.translation.fallback_1`.language_id as `theme.translation.fallback_1.languageId` FROM `theme_translation` `theme.translation` LEFT JOIN `theme_translation` `theme.translation.fallback_1` ON `theme.translation`.`theme_id` = `theme.translation.fallback_1`.`theme_id` AND `theme.translation.fallback_1`.language_id = :languageId1 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.fallback_1.description`,
`theme.translation.description`,
COALESCE(
`theme.translation.fallback_1.description`,
`theme.translation.description`,
`theme.translation.description`
) as `theme.description`,
`theme.translation.fallback_1.labels`,
`theme.translation.labels`,
COALESCE(
`theme.translation.fallback_1.labels`,
`theme.translation.labels`, `theme.translation.labels`
) as `theme.labels`,
`theme.translation.fallback_1.helpTexts`,
`theme.translation.helpTexts`,
COALESCE(
`theme.translation.fallback_1.helpTexts`,
`theme.translation.helpTexts`,
`theme.translation.helpTexts`
) as `theme.helpTexts`,
`theme.translation.fallback_1.customFields`,
`theme.translation.customFields`,
COALESCE(
`theme.translation.fallback_1.customFields`,
`theme.translation.customFields`,
`theme.translation.customFields`
) as `theme.customFields`,
`theme.translation.fallback_1.createdAt`,
`theme.translation.createdAt`,
`theme.translation.fallback_1.updatedAt`,
`theme.translation.updatedAt`,
`theme.translation.fallback_1.themeId`,
`theme.translation.themeId`,
`theme.translation.fallback_1.languageId`,
`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`,
`theme.translation.fallback_1`.description as `theme.translation.fallback_1.description`,
`theme.translation.fallback_1`.labels as `theme.translation.fallback_1.labels`,
`theme.translation.fallback_1`.help_texts as `theme.translation.fallback_1.helpTexts`,
`theme.translation.fallback_1`.custom_fields as `theme.translation.fallback_1.customFields`,
`theme.translation.fallback_1`.created_at as `theme.translation.fallback_1.createdAt`,
`theme.translation.fallback_1`.updated_at as `theme.translation.fallback_1.updatedAt`,
`theme.translation.fallback_1`.theme_id as `theme.translation.fallback_1.themeId`,
`theme.translation.fallback_1`.language_id as `theme.translation.fallback_1.languageId`
FROM
`theme_translation` `theme.translation`
LEFT JOIN `theme_translation` `theme.translation.fallback_1` ON `theme.translation`.`theme_id` = `theme.translation.fallback_1`.`theme_id`
AND `theme.translation.fallback_1`.language_id = : languageId1
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.fallback_1.description`, `theme.translation.description`, COALESCE(`theme.translation.fallback_1.description`,`theme.translation.description`,`theme.translation.description`) as `theme.description`, `theme.translation.fallback_1.labels`, `theme.translation.labels`, COALESCE(`theme.translation.fallback_1.labels`,`theme.translation.labels`,`theme.translation.labels`) as `theme.labels`, `theme.translation.fallback_1.helpTexts`, `theme.translation.helpTexts`, COALESCE(`theme.translation.fallback_1.helpTexts`,`theme.translation.helpTexts`,`theme.translation.helpTexts`) as `theme.helpTexts`, `theme.translation.fallback_1.customFields`, `theme.translation.customFields`, COALESCE(`theme.translation.fallback_1.customFields`,`theme.translation.customFields`,`theme.translation.customFields`) as `theme.customFields`, `theme.translation.fallback_1.createdAt`, `theme.translation.createdAt`, `theme.translation.fallback_1.updatedAt`, `theme.translation.updatedAt`, `theme.translation.fallback_1.themeId`, `theme.translation.themeId`, `theme.translation.fallback_1.languageId`, `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`, `theme.translation.fallback_1`.description as `theme.translation.fallback_1.description`, `theme.translation.fallback_1`.labels as `theme.translation.fallback_1.labels`, `theme.translation.fallback_1`.help_texts as `theme.translation.fallback_1.helpTexts`, `theme.translation.fallback_1`.custom_fields as `theme.translation.fallback_1.customFields`, `theme.translation.fallback_1`.created_at as `theme.translation.fallback_1.createdAt`, `theme.translation.fallback_1`.updated_at as `theme.translation.fallback_1.updatedAt`, `theme.translation.fallback_1`.theme_id as `theme.translation.fallback_1.themeId`, `theme.translation.fallback_1`.language_id as `theme.translation.fallback_1.languageId` FROM `theme_translation` `theme.translation` LEFT JOIN `theme_translation` `theme.translation.fallback_1` ON `theme.translation`.`theme_id` = `theme.translation.fallback_1`.`theme_id` AND `theme.translation.fallback_1`.language_id = 0x76393D0A5F754C5A80FB3EC7B3B3DB05 WHERE `theme.translation`.language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B) `theme.theme_translation` ON `theme.theme_translation`.`theme_id` = `theme`.`id`;
array:60 [
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_b061cf3a8b6bae0f338d8fa7dd2621f3::block_layout_head_meta_tags_image_og (line 171)"
23 => "Twig\Template::displayBlock (line 520)"
24 => "__TwigTemplate_b061cf3a8b6bae0f338d8fa7dd2621f3::block_layout_head_meta_tags_opengraph (line 171)"
25 => "Twig\Template::displayBlock (line 277)"
26 => "__TwigTemplate_b061cf3a8b6bae0f338d8fa7dd2621f3::block_layout_head_meta_tags (line 171)"
27 => "Twig\Template::displayBlock (line 132)"
28 => "__TwigTemplate_b061cf3a8b6bae0f338d8fa7dd2621f3::block_layout_head_inner (line 171)"
29 => "Twig\Template::displayBlock (line 91)"
30 => "__TwigTemplate_b061cf3a8b6bae0f338d8fa7dd2621f3::doDisplay (line 394)"
31 => "Twig\Template::displayWithErrorHandling (line 367)"
32 => "Twig\Template::display (line 170)"
33 => "__TwigTemplate_d0829d53805001a2f8c3ae389a25f0a9::block_base_head (line 171)"
34 => "Twig\Template::displayBlock (line 94)"
35 => "__TwigTemplate_d0829d53805001a2f8c3ae389a25f0a9::doDisplay (line 394)"
36 => "Twig\Template::displayWithErrorHandling (line 367)"
37 => "Twig\Template::display (line 54)"
38 => "__TwigTemplate_f823ff272077ca405725978ac62339e3::doDisplay (line 394)"
39 => "Twig\Template::displayWithErrorHandling (line 367)"
40 => "Twig\Template::display (line 379)"
41 => "Twig\Template::render (line 40)"
42 => "Twig\TemplateWrapper::render (line 277)"
43 => "Twig\Environment::render (line 235)"
44 => "Shopware\Storefront\Controller\StorefrontController::renderView (line 266)"
45 => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController::render (line 72)"
46 => "Shopware\Storefront\Controller\StorefrontController::Shopware\Storefront\Controller\{closure} (line 59)"
47 => "Shopware\Core\Profiling\Profiler::trace (line 71)"
48 => "Shopware\Storefront\Controller\StorefrontController::renderStorefront (line 52)"
49 => "Shopware\Storefront\Controller\NavigationController::home (line 163)"
50 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
51 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
52 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
53 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 479)"
54 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 452)"
55 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 346)"
56 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 224)"
57 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
58 => "Shopware\Core\HttpKernel::doHandle (line 81)"
59 => "Shopware\Core\HttpKernel::handle (line 85)"
]
|
| 83 |
0.56 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.fallback_1.title`, `media.translation.title`, COALESCE(`media.translation.fallback_1.title`,`media.translation.title`,`media.translation.title`) as `media.title`, `media.translation.fallback_1.alt`, `media.translation.alt`, COALESCE(`media.translation.fallback_1.alt`,`media.translation.alt`,`media.translation.alt`) as `media.alt`, `media.translation.fallback_1.customFields`, `media.translation.customFields`, COALESCE(`media.translation.fallback_1.customFields`,`media.translation.customFields`,`media.translation.customFields`) as `media.customFields`, `media.translation.fallback_1.createdAt`, `media.translation.createdAt`, `media.translation.fallback_1.updatedAt`, `media.translation.updatedAt`, `media.translation.fallback_1.mediaId`, `media.translation.mediaId`, `media.translation.fallback_1.languageId`, `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`, `media.translation.fallback_1`.title as `media.translation.fallback_1.title`, `media.translation.fallback_1`.alt as `media.translation.fallback_1.alt`, `media.translation.fallback_1`.custom_fields as `media.translation.fallback_1.customFields`, `media.translation.fallback_1`.created_at as `media.translation.fallback_1.createdAt`, `media.translation.fallback_1`.updated_at as `media.translation.fallback_1.updatedAt`, `media.translation.fallback_1`.media_id as `media.translation.fallback_1.mediaId`, `media.translation.fallback_1`.language_id as `media.translation.fallback_1.languageId` FROM `media_translation` `media.translation` LEFT JOIN `media_translation` `media.translation.fallback_1` ON `media.translation`.`media_id` = `media.translation.fallback_1`.`media_id` AND `media.translation.fallback_1`.language_id = :languageId1 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_b6a1e2fa0d60491ebe9eea6f2e206951 OR (`media`.`private` = :param_d44118f532dd488d8bf66ffcefe04d83 AND `media.mediaFolder.defaultFolder`.`entity` = :param_d24a2bc94e9c4124a0b932198624ba13)))) 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.fallback_1.title`,
`media.translation.title`,
COALESCE(
`media.translation.fallback_1.title`,
`media.translation.title`, `media.translation.title`
) as `media.title`,
`media.translation.fallback_1.alt`,
`media.translation.alt`,
COALESCE(
`media.translation.fallback_1.alt`,
`media.translation.alt`, `media.translation.alt`
) as `media.alt`,
`media.translation.fallback_1.customFields`,
`media.translation.customFields`,
COALESCE(
`media.translation.fallback_1.customFields`,
`media.translation.customFields`,
`media.translation.customFields`
) as `media.customFields`,
`media.translation.fallback_1.createdAt`,
`media.translation.createdAt`,
`media.translation.fallback_1.updatedAt`,
`media.translation.updatedAt`,
`media.translation.fallback_1.mediaId`,
`media.translation.mediaId`,
`media.translation.fallback_1.languageId`,
`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`,
`media.translation.fallback_1`.title as `media.translation.fallback_1.title`,
`media.translation.fallback_1`.alt as `media.translation.fallback_1.alt`,
`media.translation.fallback_1`.custom_fields as `media.translation.fallback_1.customFields`,
`media.translation.fallback_1`.created_at as `media.translation.fallback_1.createdAt`,
`media.translation.fallback_1`.updated_at as `media.translation.fallback_1.updatedAt`,
`media.translation.fallback_1`.media_id as `media.translation.fallback_1.mediaId`,
`media.translation.fallback_1`.language_id as `media.translation.fallback_1.languageId`
FROM
`media_translation` `media.translation`
LEFT JOIN `media_translation` `media.translation.fallback_1` ON `media.translation`.`media_id` = `media.translation.fallback_1`.`media_id`
AND `media.translation.fallback_1`.language_id = : languageId1
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_b6a1e2fa0d60491ebe9eea6f2e206951
OR (
`media`.`private` = : param_d44118f532dd488d8bf66ffcefe04d83
AND `media.mediaFolder.defaultFolder`.`entity` = : param_d24a2bc94e9c4124a0b932198624ba13
)
)
)
)
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.fallback_1.title`, `media.translation.title`, COALESCE(`media.translation.fallback_1.title`,`media.translation.title`,`media.translation.title`) as `media.title`, `media.translation.fallback_1.alt`, `media.translation.alt`, COALESCE(`media.translation.fallback_1.alt`,`media.translation.alt`,`media.translation.alt`) as `media.alt`, `media.translation.fallback_1.customFields`, `media.translation.customFields`, COALESCE(`media.translation.fallback_1.customFields`,`media.translation.customFields`,`media.translation.customFields`) as `media.customFields`, `media.translation.fallback_1.createdAt`, `media.translation.createdAt`, `media.translation.fallback_1.updatedAt`, `media.translation.updatedAt`, `media.translation.fallback_1.mediaId`, `media.translation.mediaId`, `media.translation.fallback_1.languageId`, `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`, `media.translation.fallback_1`.title as `media.translation.fallback_1.title`, `media.translation.fallback_1`.alt as `media.translation.fallback_1.alt`, `media.translation.fallback_1`.custom_fields as `media.translation.fallback_1.customFields`, `media.translation.fallback_1`.created_at as `media.translation.fallback_1.createdAt`, `media.translation.fallback_1`.updated_at as `media.translation.fallback_1.updatedAt`, `media.translation.fallback_1`.media_id as `media.translation.fallback_1.mediaId`, `media.translation.fallback_1`.language_id as `media.translation.fallback_1.languageId` FROM `media_translation` `media.translation` LEFT JOIN `media_translation` `media.translation.fallback_1` ON `media.translation`.`media_id` = `media.translation.fallback_1`.`media_id` AND `media.translation.fallback_1`.language_id = 0x76393D0A5F754C5A80FB3EC7B3B3DB05 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 (0x3FD3C13F862F4864812E567EBA1714E8, 0xA70B2BE02AE543C38C2F8BE1C7608E07));
array:60 [
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_b061cf3a8b6bae0f338d8fa7dd2621f3::block_layout_head_meta_tags_image_og (line 171)"
23 => "Twig\Template::displayBlock (line 520)"
24 => "__TwigTemplate_b061cf3a8b6bae0f338d8fa7dd2621f3::block_layout_head_meta_tags_opengraph (line 171)"
25 => "Twig\Template::displayBlock (line 277)"
26 => "__TwigTemplate_b061cf3a8b6bae0f338d8fa7dd2621f3::block_layout_head_meta_tags (line 171)"
27 => "Twig\Template::displayBlock (line 132)"
28 => "__TwigTemplate_b061cf3a8b6bae0f338d8fa7dd2621f3::block_layout_head_inner (line 171)"
29 => "Twig\Template::displayBlock (line 91)"
30 => "__TwigTemplate_b061cf3a8b6bae0f338d8fa7dd2621f3::doDisplay (line 394)"
31 => "Twig\Template::displayWithErrorHandling (line 367)"
32 => "Twig\Template::display (line 170)"
33 => "__TwigTemplate_d0829d53805001a2f8c3ae389a25f0a9::block_base_head (line 171)"
34 => "Twig\Template::displayBlock (line 94)"
35 => "__TwigTemplate_d0829d53805001a2f8c3ae389a25f0a9::doDisplay (line 394)"
36 => "Twig\Template::displayWithErrorHandling (line 367)"
37 => "Twig\Template::display (line 54)"
38 => "__TwigTemplate_f823ff272077ca405725978ac62339e3::doDisplay (line 394)"
39 => "Twig\Template::displayWithErrorHandling (line 367)"
40 => "Twig\Template::display (line 379)"
41 => "Twig\Template::render (line 40)"
42 => "Twig\TemplateWrapper::render (line 277)"
43 => "Twig\Environment::render (line 235)"
44 => "Shopware\Storefront\Controller\StorefrontController::renderView (line 266)"
45 => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController::render (line 72)"
46 => "Shopware\Storefront\Controller\StorefrontController::Shopware\Storefront\Controller\{closure} (line 59)"
47 => "Shopware\Core\Profiling\Profiler::trace (line 71)"
48 => "Shopware\Storefront\Controller\StorefrontController::renderStorefront (line 52)"
49 => "Shopware\Storefront\Controller\NavigationController::home (line 163)"
50 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
51 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
52 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
53 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 479)"
54 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 452)"
55 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 346)"
56 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 224)"
57 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
58 => "Shopware\Core\HttpKernel::doHandle (line 81)"
59 => "Shopware\Core\HttpKernel::handle (line 85)"
]
|
| 84 |
0.08 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:46 [
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_d0829d53805001a2f8c3ae389a25f0a9::block_base_noscript (line 171)"
16 => "Twig\Template::displayBlock (line 266)"
17 => "__TwigTemplate_d0829d53805001a2f8c3ae389a25f0a9::block_base_body_inner (line 171)"
18 => "Twig\Template::displayBlock (line 196)"
19 => "__TwigTemplate_d0829d53805001a2f8c3ae389a25f0a9::block_base_body (line 171)"
20 => "Twig\Template::displayBlock (line 99)"
21 => "__TwigTemplate_d0829d53805001a2f8c3ae389a25f0a9::doDisplay (line 394)"
22 => "Twig\Template::displayWithErrorHandling (line 367)"
23 => "Twig\Template::display (line 54)"
24 => "__TwigTemplate_f823ff272077ca405725978ac62339e3::doDisplay (line 394)"
25 => "Twig\Template::displayWithErrorHandling (line 367)"
26 => "Twig\Template::display (line 379)"
27 => "Twig\Template::render (line 40)"
28 => "Twig\TemplateWrapper::render (line 277)"
29 => "Twig\Environment::render (line 235)"
30 => "Shopware\Storefront\Controller\StorefrontController::renderView (line 266)"
31 => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController::render (line 72)"
32 => "Shopware\Storefront\Controller\StorefrontController::Shopware\Storefront\Controller\{closure} (line 59)"
33 => "Shopware\Core\Profiling\Profiler::trace (line 71)"
34 => "Shopware\Storefront\Controller\StorefrontController::renderStorefront (line 52)"
35 => "Shopware\Storefront\Controller\NavigationController::home (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 479)"
40 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 452)"
41 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 346)"
42 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 224)"
43 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
44 => "Shopware\Core\HttpKernel::doHandle (line 81)"
45 => "Shopware\Core\HttpKernel::handle (line 85)"
]
|
| 85 |
0.14 ms |
SELECT iso FROM snippet_set WHERE id = :snippetSetId
SELECT iso FROM snippet_set WHERE id = 0x1B2F4EF716AE4DCA9FBA2BA7A89E607F;
array:45 [
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_d0829d53805001a2f8c3ae389a25f0a9::block_base_noscript (line 171)"
15 => "Twig\Template::displayBlock (line 266)"
16 => "__TwigTemplate_d0829d53805001a2f8c3ae389a25f0a9::block_base_body_inner (line 171)"
17 => "Twig\Template::displayBlock (line 196)"
18 => "__TwigTemplate_d0829d53805001a2f8c3ae389a25f0a9::block_base_body (line 171)"
19 => "Twig\Template::displayBlock (line 99)"
20 => "__TwigTemplate_d0829d53805001a2f8c3ae389a25f0a9::doDisplay (line 394)"
21 => "Twig\Template::displayWithErrorHandling (line 367)"
22 => "Twig\Template::display (line 54)"
23 => "__TwigTemplate_f823ff272077ca405725978ac62339e3::doDisplay (line 394)"
24 => "Twig\Template::displayWithErrorHandling (line 367)"
25 => "Twig\Template::display (line 379)"
26 => "Twig\Template::render (line 40)"
27 => "Twig\TemplateWrapper::render (line 277)"
28 => "Twig\Environment::render (line 235)"
29 => "Shopware\Storefront\Controller\StorefrontController::renderView (line 266)"
30 => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController::render (line 72)"
31 => "Shopware\Storefront\Controller\StorefrontController::Shopware\Storefront\Controller\{closure} (line 59)"
32 => "Shopware\Core\Profiling\Profiler::trace (line 71)"
33 => "Shopware\Storefront\Controller\StorefrontController::renderStorefront (line 52)"
34 => "Shopware\Storefront\Controller\NavigationController::home (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 479)"
39 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 452)"
40 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 346)"
41 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 224)"
42 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
43 => "Shopware\Core\HttpKernel::doHandle (line 81)"
44 => "Shopware\Core\HttpKernel::handle (line 85)"
]
|
| 86 |
0.07 ms |
SELECT `base_class` AS `baseClass`, `author`
FROM `plugin`
SELECT `base_class` AS `baseClass`, `author`
FROM `plugin`
;
array:54 [
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 10845)"
9 => "ContainerK1xXwjO\Shopware_Core_KernelDevDebugContainer::getSnippetFileCollectionService (line 10831)"
10 => "ContainerK1xXwjO\Shopware_Core_KernelDevDebugContainer::ContainerK1xXwjO\{closure} (line 1440)"
11 => "Closure::__invoke (line 1440)"
12 => "ContainerK1xXwjO\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_d0829d53805001a2f8c3ae389a25f0a9::block_base_noscript (line 171)"
24 => "Twig\Template::displayBlock (line 266)"
25 => "__TwigTemplate_d0829d53805001a2f8c3ae389a25f0a9::block_base_body_inner (line 171)"
26 => "Twig\Template::displayBlock (line 196)"
27 => "__TwigTemplate_d0829d53805001a2f8c3ae389a25f0a9::block_base_body (line 171)"
28 => "Twig\Template::displayBlock (line 99)"
29 => "__TwigTemplate_d0829d53805001a2f8c3ae389a25f0a9::doDisplay (line 394)"
30 => "Twig\Template::displayWithErrorHandling (line 367)"
31 => "Twig\Template::display (line 54)"
32 => "__TwigTemplate_f823ff272077ca405725978ac62339e3::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 235)"
38 => "Shopware\Storefront\Controller\StorefrontController::renderView (line 266)"
39 => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController::render (line 72)"
40 => "Shopware\Storefront\Controller\StorefrontController::Shopware\Storefront\Controller\{closure} (line 59)"
41 => "Shopware\Core\Profiling\Profiler::trace (line 71)"
42 => "Shopware\Storefront\Controller\StorefrontController::renderStorefront (line 52)"
43 => "Shopware\Storefront\Controller\NavigationController::home (line 163)"
44 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
45 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
46 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
47 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 479)"
48 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 452)"
49 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 346)"
50 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 224)"
51 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
52 => "Shopware\Core\HttpKernel::doHandle (line 81)"
53 => "Shopware\Core\HttpKernel::handle (line 85)"
]
|
| 87 |
0.08 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 = 0x2A890AB6DB354C85ACB515DE08A234DC
;
array:46 [
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_d0829d53805001a2f8c3ae389a25f0a9::block_base_noscript (line 171)"
16 => "Twig\Template::displayBlock (line 266)"
17 => "__TwigTemplate_d0829d53805001a2f8c3ae389a25f0a9::block_base_body_inner (line 171)"
18 => "Twig\Template::displayBlock (line 196)"
19 => "__TwigTemplate_d0829d53805001a2f8c3ae389a25f0a9::block_base_body (line 171)"
20 => "Twig\Template::displayBlock (line 99)"
21 => "__TwigTemplate_d0829d53805001a2f8c3ae389a25f0a9::doDisplay (line 394)"
22 => "Twig\Template::displayWithErrorHandling (line 367)"
23 => "Twig\Template::display (line 54)"
24 => "__TwigTemplate_f823ff272077ca405725978ac62339e3::doDisplay (line 394)"
25 => "Twig\Template::displayWithErrorHandling (line 367)"
26 => "Twig\Template::display (line 379)"
27 => "Twig\Template::render (line 40)"
28 => "Twig\TemplateWrapper::render (line 277)"
29 => "Twig\Environment::render (line 235)"
30 => "Shopware\Storefront\Controller\StorefrontController::renderView (line 266)"
31 => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController::render (line 72)"
32 => "Shopware\Storefront\Controller\StorefrontController::Shopware\Storefront\Controller\{closure} (line 59)"
33 => "Shopware\Core\Profiling\Profiler::trace (line 71)"
34 => "Shopware\Storefront\Controller\StorefrontController::renderStorefront (line 52)"
35 => "Shopware\Storefront\Controller\NavigationController::home (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 479)"
40 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 452)"
41 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 346)"
42 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 224)"
43 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
44 => "Shopware\Core\HttpKernel::doHandle (line 81)"
45 => "Shopware\Core\HttpKernel::handle (line 85)"
]
|
| 88 |
0.24 ms |
SELECT translation_key, value FROM snippet WHERE snippet_set_id = :snippetSetId
SELECT translation_key, value FROM snippet WHERE snippet_set_id = 0x1B2F4EF716AE4DCA9FBA2BA7A89E607F;
array:45 [
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_d0829d53805001a2f8c3ae389a25f0a9::block_base_noscript (line 171)"
15 => "Twig\Template::displayBlock (line 266)"
16 => "__TwigTemplate_d0829d53805001a2f8c3ae389a25f0a9::block_base_body_inner (line 171)"
17 => "Twig\Template::displayBlock (line 196)"
18 => "__TwigTemplate_d0829d53805001a2f8c3ae389a25f0a9::block_base_body (line 171)"
19 => "Twig\Template::displayBlock (line 99)"
20 => "__TwigTemplate_d0829d53805001a2f8c3ae389a25f0a9::doDisplay (line 394)"
21 => "Twig\Template::displayWithErrorHandling (line 367)"
22 => "Twig\Template::display (line 54)"
23 => "__TwigTemplate_f823ff272077ca405725978ac62339e3::doDisplay (line 394)"
24 => "Twig\Template::displayWithErrorHandling (line 367)"
25 => "Twig\Template::display (line 379)"
26 => "Twig\Template::render (line 40)"
27 => "Twig\TemplateWrapper::render (line 277)"
28 => "Twig\Environment::render (line 235)"
29 => "Shopware\Storefront\Controller\StorefrontController::renderView (line 266)"
30 => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController::render (line 72)"
31 => "Shopware\Storefront\Controller\StorefrontController::Shopware\Storefront\Controller\{closure} (line 59)"
32 => "Shopware\Core\Profiling\Profiler::trace (line 71)"
33 => "Shopware\Storefront\Controller\StorefrontController::renderStorefront (line 52)"
34 => "Shopware\Storefront\Controller\NavigationController::home (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 479)"
39 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 452)"
40 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 346)"
41 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 224)"
42 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
43 => "Shopware\Core\HttpKernel::doHandle (line 81)"
44 => "Shopware\Core\HttpKernel::handle (line 85)"
]
|
| 89 |
1.23 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 ('/', '/navigation/007a798a9b814b4f910334044f82cea3', '/navigation/865574f86a654a41adce5a7fe4efd741', '/navigation/2de971b38cb64e02a013833623f96efe', '/navigation/9c6969b472fd4c738c883c1dcc544bce', '/navigation/ce195fd2257340058c20f9d3216803f2', '/navigation/267fde837ba54d28b747e38cdf0e493d', '/navigation/372e0f0df18e4cc7b149134df37b6063', '/navigation/48661bf192ac4ad491585a1c93893ed8', '/navigation/4e03756b22af4aa2aee6fb384a638f5a', '/navigation/4f5e3ba7c5104e09926c06461e8951b7', '/navigation/579c57c2a06e41b48aa6eb50b5836405', '/navigation/85059195905946cda9aad2c4a4fcd311', '/navigation/b25eef9a33c947b88ac3cbfe231d3a52', '/navigation/395915ed9f08479481bacaa6fe1fb759', '/navigation/4835e98af5b54a8cbc3d666af45f82ae', '/navigation/53380cb269524f71bbcb1a4efd48fef5', '/navigation/555ed564698048de907000de263d30dd', '/navigation/6bc511ea4c4d4817a3beace20dadae6e', '/navigation/74b8a3a6e56d4ec79043c3a025c8e030', '/navigation/b4618d726f95428b8beee69ce1b693ad', '/navigation/bd0d37dae1d74bf599ff9f2be7c1cc76', '/navigation/e427ccf4dbd24adcbd4f499293c17a8a', '/navigation/0d152cfc89ca4b698f0ccf4254b282b3', '/navigation/15086a9130c146d6af14756b682ebfb7', '/navigation/a9f41eea958c4199a7d47119740ee10f', '/detail/2023d1ca02db407188923bf8fd298190', '\\/detail\\/2023d1ca02db407188923bf8fd298190', '/detail/46726f8b2a094b558abbadebd173c983', '\\/detail\\/46726f8b2a094b558abbadebd173c983', '/detail/44b799d8ad9a410e8037b136ca478a90', '\\/detail\\/44b799d8ad9a410e8037b136ca478a90', '/detail/1135faf0c3cb40b690833b027523bcbb', '\\/detail\\/1135faf0c3cb40b690833b027523bcbb', '/detail/429a965a72494a958d47d4be717a20a3', '\\/detail\\/429a965a72494a958d47d4be717a20a3', '/detail/abd030a727574f569f67604e5a84c133', '\\/detail\\/abd030a727574f569f67604e5a84c133', '/detail/3907b5853e71403d9faa87446d9271c3', '\\/detail\\/3907b5853e71403d9faa87446d9271c3', '/detail/fa694526a8324978b92824fa7e0c8459', '\\/detail\\/fa694526a8324978b92824fa7e0c8459', '/detail/966f2c5de6a04dabb9ed8fbbc205435a', '\\/detail\\/966f2c5de6a04dabb9ed8fbbc205435a', '/detail/27cf5c935e9e434e8a77f59d60b27107', '\\/detail\\/27cf5c935e9e434e8a77f59d60b27107', '/detail/78452de0613e4e478670a8a87fad6736', '\\/detail\\/78452de0613e4e478670a8a87fad6736', '/detail/b6e23c610be24c6a9c8f231aa3529b5b', '\\/detail\\/b6e23c610be24c6a9c8f231aa3529b5b', '/detail/8beba68d82fd446e83ac55c954d80666', '\\/detail\\/8beba68d82fd446e83ac55c954d80666', '/detail/5c9fc403ef8c4cfb941de332839fa77a', '\\/detail\\/5c9fc403ef8c4cfb941de332839fa77a', '/detail/2c21b50c33d447788763cf6a3299a814', '\\/detail\\/2c21b50c33d447788763cf6a3299a814', '/detail/cce75b7691bb40c9b05c121a029174b2', '\\/detail\\/cce75b7691bb40c9b05c121a029174b2', '/detail/c21b5424a36c407b8cc0754fa8ce7d7b', '\\/detail\\/c21b5424a36c407b8cc0754fa8ce7d7b', '/detail/b799c2404cdd4b56a702e777dfb1de7b', '\\/detail\\/b799c2404cdd4b56a702e777dfb1de7b', '/detail/4be7c331bd114711a4d27977071dd1f0', '\\/detail\\/4be7c331bd114711a4d27977071dd1f0', '/detail/b8626488c0cc4e07a80f212a990912b7', '\\/detail\\/b8626488c0cc4e07a80f212a990912b7', '/detail/61f4c64bd41b497a8731f9da2e55fe9b', '\\/detail\\/61f4c64bd41b497a8731f9da2e55fe9b', '/detail/5ee78e69b1ca4611bd235b5099cfa8b0', '\\/detail\\/5ee78e69b1ca4611bd235b5099cfa8b0', '/detail/74b2ad5a98e541ecaa540173ca0a77be', '\\/detail\\/74b2ad5a98e541ecaa540173ca0a77be', '/detail/e7d7387e7d404c33bc6e716e0edc5a87', '\\/detail\\/e7d7387e7d404c33bc6e716e0edc5a87')) AND (seo_url.language_id = 0x76393D0A5F754C5A80FB3EC7B3B3DB05) AND (seo_url.sales_channel_id = 0x2A890AB6DB354C85ACB515DE08A234DC 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 52)"
8 => "Shopware\Storefront\Controller\NavigationController::home (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 452)"
14 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 346)"
15 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 224)"
16 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
17 => "Shopware\Core\HttpKernel::doHandle (line 81)"
18 => "Shopware\Core\HttpKernel::handle (line 85)"
]
|