| 1 |
0.42 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 1322)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 664)"
2 => "Doctrine\DBAL\Connection::fetchColumn (line 31)"
3 => "Shopware\Core\Framework\Adapter\Cache\CacheIdLoader::load (line 215)"
4 => "Shopware\Core\HttpKernel::createKernel (line 156)"
5 => "Shopware\Core\HttpKernel::doHandle (line 81)"
6 => "Shopware\Core\HttpKernel::handle (line 48)"
]
|
| 2 |
0.27 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 1322)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 39)"
2 => "Shopware\Core\Framework\Plugin\KernelPluginLoader\DbalKernelPluginLoader::loadPluginInfos (line 110)"
3 => "Shopware\Core\Framework\Plugin\KernelPluginLoader\KernelPluginLoader::initializePlugins (line 183)"
4 => "Shopware\Core\Kernel::boot (line 157)"
5 => "Shopware\Core\HttpKernel::doHandle (line 81)"
6 => "Shopware\Core\HttpKernel::handle (line 48)"
]
|
| 3 |
0.59 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 1322)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 385)"
2 => "Shopware\Core\Kernel::initializeDatabaseConnectionVariables (line 201)"
3 => "Shopware\Core\Kernel::boot (line 157)"
4 => "Shopware\Core\HttpKernel::doHandle (line 81)"
5 => "Shopware\Core\HttpKernel::handle (line 48)"
]
|
| 4 |
0.14 ms |
SET @@group_concat_max_len = CAST(IF(@@group_concat_max_len > 320000, @@group_concat_max_len, 320000) AS UNSIGNED);SET sql_mode=(SELECT REPLACE(@@sql_mode,'ONLY_FULL_GROUP_BY',''))
SET @@group_concat_max_len = CAST(IF(@@group_concat_max_len > 320000, @@group_concat_max_len, 320000) AS UNSIGNED);SET sql_mode=(SELECT REPLACE(@@sql_mode,'ONLY_FULL_GROUP_BY',''));
array:6 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1322)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 418)"
2 => "Shopware\Core\Kernel::initializeDatabaseConnectionVariables (line 201)"
3 => "Shopware\Core\Kernel::boot (line 157)"
4 => "Shopware\Core\HttpKernel::doHandle (line 81)"
5 => "Shopware\Core\HttpKernel::handle (line 48)"
]
|
| 5 |
0.56 ms |
SELECT CONCAT(TRIM(TRAILING '/' FROM domain.url), '/') `key`, CONCAT(TRIM(TRAILING '/' FROM domain.url), '/') url, LOWER(HEX(domain.id)) id, LOWER(HEX(sales_channel.id)) salesChannelId, LOWER(HEX(sales_channel.type_id)) typeId, LOWER(HEX(domain.snippet_set_id)) snippetSetId, LOWER(HEX(domain.currency_id)) currencyId, LOWER(HEX(domain.language_id)) languageId, LOWER(HEX(theme.id)) themeId, sales_channel.maintenance maintenance, sales_channel.maintenance_ip_whitelist maintenanceIpWhitelist, snippet_set.iso as locale, theme.technical_name as themeName, parentTheme.technical_name as parentThemeName FROM sales_channel INNER JOIN sales_channel_domain domain ON domain.sales_channel_id = sales_channel.id LEFT JOIN theme_sales_channel theme_sales_channel ON sales_channel.id = theme_sales_channel.sales_channel_id INNER JOIN snippet_set snippet_set ON snippet_set.id = domain.snippet_set_id LEFT JOIN theme theme ON theme_sales_channel.theme_id = theme.id LEFT JOIN theme parentTheme ON theme.parent_theme_id = parentTheme.id WHERE (sales_channel.type_id = UNHEX(:typeId)) AND (sales_channel.active)
SELECT CONCAT(TRIM(TRAILING '/' FROM domain.url), '/') `key`, CONCAT(TRIM(TRAILING '/' FROM domain.url), '/') url, LOWER(HEX(domain.id)) id, LOWER(HEX(sales_channel.id)) salesChannelId, LOWER(HEX(sales_channel.type_id)) typeId, LOWER(HEX(domain.snippet_set_id)) snippetSetId, LOWER(HEX(domain.currency_id)) currencyId, LOWER(HEX(domain.language_id)) languageId, LOWER(HEX(theme.id)) themeId, sales_channel.maintenance maintenance, sales_channel.maintenance_ip_whitelist maintenanceIpWhitelist, snippet_set.iso as locale, theme.technical_name as themeName, parentTheme.technical_name as parentThemeName FROM sales_channel INNER JOIN sales_channel_domain domain ON domain.sales_channel_id = sales_channel.id LEFT JOIN theme_sales_channel theme_sales_channel ON sales_channel.id = theme_sales_channel.sales_channel_id INNER JOIN snippet_set snippet_set ON snippet_set.id = domain.snippet_set_id LEFT JOIN theme theme ON theme_sales_channel.theme_id = theme.id LEFT JOIN theme parentTheme ON theme.parent_theme_id = parentTheme.id WHERE (sales_channel.type_id = UNHEX('8a243080f92e4c719546314b577cf82b')) AND (sales_channel.active);
array:9 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1322)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 212)"
2 => "Doctrine\DBAL\Query\QueryBuilder::execute (line 58)"
3 => "Shopware\Storefront\Framework\Routing\DomainLoader::load (line 47)"
4 => "Shopware\Storefront\Framework\Routing\CachedDomainLoader::load (line 277)"
5 => "Shopware\Storefront\Framework\Routing\RequestTransformer::findSalesChannel (line 130)"
6 => "Shopware\Storefront\Framework\Routing\RequestTransformer::transform (line 164)"
7 => "Shopware\Core\HttpKernel::doHandle (line 81)"
8 => "Shopware\Core\HttpKernel::handle (line 48)"
]
|
| 6 |
0.42 ms |
SELECT id, path_info pathInfo, is_canonical isCanonical FROM seo_url WHERE (language_id = :language_id) AND ((sales_channel_id = :sales_channel_id OR sales_channel_id IS NULL)) AND (seo_path_info = :seoPath) ORDER BY seo_path_info ASC, sales_channel_id IS NULL ASC LIMIT 1
SELECT id, path_info pathInfo, is_canonical isCanonical FROM seo_url WHERE (language_id = 0x59D93A8DA4074D12A51EA5FD20DD3E38) AND ((sales_channel_id = 0x1DDAFD1C740544059CB27A984D21C445 OR sales_channel_id IS NULL)) AND (seo_path_info = '1.8T-Zylinderkopf-Dichtsatz/SLS10176.9') ORDER BY seo_path_info ASC, sales_channel_id IS NULL ASC LIMIT 1;
array:10 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1322)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 212)"
2 => "Doctrine\DBAL\Query\QueryBuilder::execute (line 46)"
3 => "Shopware\Core\Content\Seo\SeoResolver::resolve (line 53)"
4 => "Shopware\Core\Content\Seo\CachedSeoResolver::resolve (line 29)"
5 => "Shopware\Core\Content\Seo\EmptyPathInfoResolver::resolve (line 336)"
6 => "Shopware\Storefront\Framework\Routing\RequestTransformer::resolveSeoUrl (line 140)"
7 => "Shopware\Storefront\Framework\Routing\RequestTransformer::transform (line 164)"
8 => "Shopware\Core\HttpKernel::doHandle (line 81)"
9 => "Shopware\Core\HttpKernel::handle (line 48)"
]
|
| 7 |
0.31 ms |
SELECT configuration_key, configuration_value FROM system_config WHERE sales_channel_id IS NULL ORDER BY sales_channel_id ASC
SELECT configuration_key, configuration_value FROM system_config WHERE sales_channel_id IS NULL ORDER BY sales_channel_id ASC;
array:10 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1322)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 212)"
2 => "Doctrine\DBAL\Query\QueryBuilder::execute (line 49)"
3 => "Shopware\Core\System\SystemConfig\SystemConfigLoader::load (line 49)"
4 => "Shopware\Core\System\SystemConfig\CachedSystemConfigLoader::load (line 357)"
5 => "Shopware\Core\System\SystemConfig\SystemConfigService::load (line 76)"
6 => "Shopware\Core\System\SystemConfig\SystemConfigService::get (line 33)"
7 => "Shopware\Core\Framework\Routing\CanonicalRedirectService::getRedirect (line 168)"
8 => "Shopware\Core\HttpKernel::doHandle (line 81)"
9 => "Shopware\Core\HttpKernel::handle (line 48)"
]
|
| 8 |
0.58 ms |
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = :salesChannelId) AND (token = :token) LIMIT 1
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = :salesChannelId) AND (token = :token) LIMIT 1;
array:21 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1322)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 212)"
2 => "Doctrine\DBAL\Query\QueryBuilder::execute (line 132)"
3 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextPersister::load (line 76)"
4 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService::get (line 32)"
5 => "Shopware\Core\Profiling\Checkout\SalesChannelContextServiceProfiler::get (line 98)"
6 => "Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver::resolve (line 33)"
7 => "Shopware\Core\Framework\Routing\ContextResolverListener::resolveContext (line 117)"
8 => "Symfony\Component\EventDispatcher\Debug\WrappedListener::__invoke (line 230)"
9 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
10 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 50)"
11 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 94)"
12 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 52)"
13 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 32)"
14 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
15 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 140)"
16 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 74)"
17 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
18 => "Symfony\Component\HttpKernel\Kernel::handle (line 184)"
19 => "Shopware\Core\HttpKernel::doHandle (line 81)"
20 => "Shopware\Core\HttpKernel::handle (line 48)"
]
|
| 9 |
0.73 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 = 0x1DDAFD1C740544059CB27A984D21C445
GROUP BY sales_channel.id, sales_channel.language_id, sales_channel.currency_id, currency.factor;
array:33 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1322)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 615)"
2 => "Doctrine\DBAL\Connection::fetchAssoc (line 344)"
3 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextFactory::getContext (line 115)"
4 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextFactory::create (line 82)"
5 => "Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory::Shopware\Core\System\SalesChannel\Context\{closure} (line 334)"
6 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 39)"
7 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 99)"
8 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 38)"
9 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 43)"
10 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 37)"
11 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 37)"
12 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 54)"
13 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 36)"
14 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 81)"
15 => "Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory::create (line 102)"
16 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService::get (line 32)"
17 => "Shopware\Core\Profiling\Checkout\SalesChannelContextServiceProfiler::get (line 98)"
18 => "Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver::resolve (line 33)"
19 => "Shopware\Core\Framework\Routing\ContextResolverListener::resolveContext (line 117)"
20 => "Symfony\Component\EventDispatcher\Debug\WrappedListener::__invoke (line 230)"
21 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
22 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 50)"
23 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 94)"
24 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 52)"
25 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 32)"
26 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
27 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 140)"
28 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 74)"
29 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
30 => "Symfony\Component\HttpKernel\Kernel::handle (line 184)"
31 => "Shopware\Core\HttpKernel::doHandle (line 81)"
32 => "Shopware\Core\HttpKernel::handle (line 48)"
]
|
| 10 |
0.53 ms |
SELECT LOWER(HEX(language.parent_id)) FROM language WHERE language.id = :id
SELECT LOWER(HEX(language.parent_id)) FROM language WHERE language.id = 0x59D93A8DA4074D12A51EA5FD20DD3E38;
array:35 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1322)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 212)"
2 => "Doctrine\DBAL\Query\QueryBuilder::execute (line 393)"
3 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextFactory::getParentLanguageId (line 500)"
4 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextFactory::buildLanguageChain (line 364)"
5 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextFactory::getContext (line 115)"
6 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextFactory::create (line 82)"
7 => "Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory::Shopware\Core\System\SalesChannel\Context\{closure} (line 334)"
8 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 39)"
9 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 99)"
10 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 38)"
11 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 43)"
12 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 37)"
13 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 37)"
14 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 54)"
15 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 36)"
16 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 81)"
17 => "Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory::create (line 102)"
18 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService::get (line 32)"
19 => "Shopware\Core\Profiling\Checkout\SalesChannelContextServiceProfiler::get (line 98)"
20 => "Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver::resolve (line 33)"
21 => "Shopware\Core\Framework\Routing\ContextResolverListener::resolveContext (line 117)"
22 => "Symfony\Component\EventDispatcher\Debug\WrappedListener::__invoke (line 230)"
23 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
24 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 50)"
25 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 94)"
26 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 52)"
27 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 32)"
28 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
29 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 140)"
30 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 74)"
31 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
32 => "Symfony\Component\HttpKernel\Kernel::handle (line 184)"
33 => "Shopware\Core\HttpKernel::doHandle (line 81)"
34 => "Shopware\Core\HttpKernel::handle (line 48)"
]
|
| 11 |
4.66 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 = 0x59D93A8DA4074D12A51EA5FD20DD3E38 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 = 0x59D93A8DA4074D12A51EA5FD20DD3E38 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 (0x1DDAFD1C740544059CB27A984D21C445);
array:38 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1322)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 212)"
2 => "Doctrine\DBAL\Query\QueryBuilder::execute (line 296)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetch (line 131)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 82)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::read (line 36)"
6 => "Shopware\Core\Profiling\Entity\EntityReaderProfiler::read (line 270)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::read (line 115)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 123)"
9 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextFactory::create (line 82)"
10 => "Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory::Shopware\Core\System\SalesChannel\Context\{closure} (line 334)"
11 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 39)"
12 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 99)"
13 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 38)"
14 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 43)"
15 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 37)"
16 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 37)"
17 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 54)"
18 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 36)"
19 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 81)"
20 => "Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory::create (line 102)"
21 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService::get (line 32)"
22 => "Shopware\Core\Profiling\Checkout\SalesChannelContextServiceProfiler::get (line 98)"
23 => "Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver::resolve (line 33)"
24 => "Shopware\Core\Framework\Routing\ContextResolverListener::resolveContext (line 117)"
25 => "Symfony\Component\EventDispatcher\Debug\WrappedListener::__invoke (line 230)"
26 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
27 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 50)"
28 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 94)"
29 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 52)"
30 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 32)"
31 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
32 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 140)"
33 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 74)"
34 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
35 => "Symfony\Component\HttpKernel\Kernel::handle (line 184)"
36 => "Shopware\Core\HttpKernel::doHandle (line 81)"
37 => "Shopware\Core\HttpKernel::handle (line 48)"
]
|
| 12 |
0.89 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_1cb8b68eb5564134bc42586e8118b812))
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 (0x1DDAFD1C740544059CB27A984D21C445));
array:42 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1322)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 212)"
2 => "Doctrine\DBAL\Query\QueryBuilder::execute (line 296)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetch (line 131)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 458)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::loadOneToManyWithoutPagination (line 406)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::loadOneToMany (line 1136)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetchAssociations (line 135)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 82)"
9 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::read (line 36)"
10 => "Shopware\Core\Profiling\Entity\EntityReaderProfiler::read (line 270)"
11 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::read (line 115)"
12 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 123)"
13 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextFactory::create (line 82)"
14 => "Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory::Shopware\Core\System\SalesChannel\Context\{closure} (line 334)"
15 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 39)"
16 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 99)"
17 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 38)"
18 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 43)"
19 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 37)"
20 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 37)"
21 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 54)"
22 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 36)"
23 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 81)"
24 => "Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory::create (line 102)"
25 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService::get (line 32)"
26 => "Shopware\Core\Profiling\Checkout\SalesChannelContextServiceProfiler::get (line 98)"
27 => "Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver::resolve (line 33)"
28 => "Shopware\Core\Framework\Routing\ContextResolverListener::resolveContext (line 117)"
29 => "Symfony\Component\EventDispatcher\Debug\WrappedListener::__invoke (line 230)"
30 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
31 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 50)"
32 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 94)"
33 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 52)"
34 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 32)"
35 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
36 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 140)"
37 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 74)"
38 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
39 => "Symfony\Component\HttpKernel\Kernel::handle (line 184)"
40 => "Shopware\Core\HttpKernel::doHandle (line 81)"
41 => "Shopware\Core\HttpKernel::handle (line 48)"
]
|
| 13 |
1.08 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 = 0x59D93A8DA4074D12A51EA5FD20DD3E38 WHERE `currency.translation`.language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B) `currency.currency_translation` ON `currency.currency_translation`.`currency_id` = `currency`.`id` WHERE `currency`.`id` IN (0xB7D2554B0CE847CD82F3AC9BD1C0DFCA);
array:38 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1322)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 212)"
2 => "Doctrine\DBAL\Query\QueryBuilder::execute (line 296)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetch (line 131)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 82)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::read (line 36)"
6 => "Shopware\Core\Profiling\Entity\EntityReaderProfiler::read (line 270)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::read (line 115)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 147)"
9 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextFactory::create (line 82)"
10 => "Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory::Shopware\Core\System\SalesChannel\Context\{closure} (line 334)"
11 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 39)"
12 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 99)"
13 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 38)"
14 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 43)"
15 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 37)"
16 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 37)"
17 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 54)"
18 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 36)"
19 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 81)"
20 => "Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory::create (line 102)"
21 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService::get (line 32)"
22 => "Shopware\Core\Profiling\Checkout\SalesChannelContextServiceProfiler::get (line 98)"
23 => "Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver::resolve (line 33)"
24 => "Shopware\Core\Framework\Routing\ContextResolverListener::resolveContext (line 117)"
25 => "Symfony\Component\EventDispatcher\Debug\WrappedListener::__invoke (line 230)"
26 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
27 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 50)"
28 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 94)"
29 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 52)"
30 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 32)"
31 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
32 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 140)"
33 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 74)"
34 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
35 => "Symfony\Component\HttpKernel\Kernel::handle (line 184)"
36 => "Shopware\Core\HttpKernel::doHandle (line 81)"
37 => "Shopware\Core\HttpKernel::handle (line 48)"
]
|
| 14 |
0.83 ms |
SELECT `country`.`id` as `country.id`, `country`.`iso` as `country.iso`, `country`.`position` as `country.position`, `country`.`active` as `country.active`, `country`.`shipping_available` as `country.shippingAvailable`, `country`.`iso3` as `country.iso3`, `country`.`display_state_in_registration` as `country.displayStateInRegistration`, `country`.`force_state_in_registration` as `country.forceStateInRegistration`, `country`.`company_tax_free` as `country.companyTaxFree`, `country`.`check_vat_id_pattern` as `country.checkVatIdPattern`, `country`.`vat_id_required` as `country.vatIdRequired`, `country`.`tax_free` as `country.taxFree`, `country`.`vat_id_pattern` as `country.vatIdPattern`, `country`.`customer_tax` as `country.customerTax`, `country`.`company_tax` as `country.companyTax`, `country`.`created_at` as `country.createdAt`, `country`.`updated_at` as `country.updatedAt`, `country.translation.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.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`.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`.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`.`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.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`.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`.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`.`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.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`.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`.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 = 0x59D93A8DA4074D12A51EA5FD20DD3E38 WHERE `country.translation`.language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B) `country.country_translation` ON `country.country_translation`.`country_id` = `country`.`id` WHERE `country`.`id` IN (0xAF764AE2F63B447CA09B38244E9BAEC6);
array:39 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1322)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 212)"
2 => "Doctrine\DBAL\Query\QueryBuilder::execute (line 296)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetch (line 131)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 82)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::read (line 36)"
6 => "Shopware\Core\Profiling\Entity\EntityReaderProfiler::read (line 270)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::read (line 115)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 478)"
9 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextFactory::loadShippingLocation (line 166)"
10 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextFactory::create (line 82)"
11 => "Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory::Shopware\Core\System\SalesChannel\Context\{closure} (line 334)"
12 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 39)"
13 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 99)"
14 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 38)"
15 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 43)"
16 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 37)"
17 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 37)"
18 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 54)"
19 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 36)"
20 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 81)"
21 => "Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory::create (line 102)"
22 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService::get (line 32)"
23 => "Shopware\Core\Profiling\Checkout\SalesChannelContextServiceProfiler::get (line 98)"
24 => "Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver::resolve (line 33)"
25 => "Shopware\Core\Framework\Routing\ContextResolverListener::resolveContext (line 117)"
26 => "Symfony\Component\EventDispatcher\Debug\WrappedListener::__invoke (line 230)"
27 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
28 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 50)"
29 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 94)"
30 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 52)"
31 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 32)"
32 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
33 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 140)"
34 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 74)"
35 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
36 => "Symfony\Component\HttpKernel\Kernel::handle (line 184)"
37 => "Shopware\Core\HttpKernel::doHandle (line 81)"
38 => "Shopware\Core\HttpKernel::handle (line 48)"
]
|
| 15 |
1.04 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 = 0x59D93A8DA4074D12A51EA5FD20DD3E38 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:38 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1322)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 212)"
2 => "Doctrine\DBAL\Query\QueryBuilder::execute (line 296)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetch (line 131)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 82)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::read (line 36)"
6 => "Shopware\Core\Profiling\Entity\EntityReaderProfiler::read (line 270)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::read (line 115)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 183)"
9 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextFactory::create (line 82)"
10 => "Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory::Shopware\Core\System\SalesChannel\Context\{closure} (line 334)"
11 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 39)"
12 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 99)"
13 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 38)"
14 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 43)"
15 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 37)"
16 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 37)"
17 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 54)"
18 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 36)"
19 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 81)"
20 => "Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory::create (line 102)"
21 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService::get (line 32)"
22 => "Shopware\Core\Profiling\Checkout\SalesChannelContextServiceProfiler::get (line 98)"
23 => "Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver::resolve (line 33)"
24 => "Shopware\Core\Framework\Routing\ContextResolverListener::resolveContext (line 117)"
25 => "Symfony\Component\EventDispatcher\Debug\WrappedListener::__invoke (line 230)"
26 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
27 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 50)"
28 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 94)"
29 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 52)"
30 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 32)"
31 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
32 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 140)"
33 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 74)"
34 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
35 => "Symfony\Component\HttpKernel\Kernel::handle (line 184)"
36 => "Shopware\Core\HttpKernel::doHandle (line 81)"
37 => "Shopware\Core\HttpKernel::handle (line 48)"
]
|
| 16 |
0.23 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:39 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1322)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 212)"
2 => "Doctrine\DBAL\Query\QueryBuilder::execute (line 296)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetch (line 131)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 82)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::read (line 36)"
6 => "Shopware\Core\Profiling\Entity\EntityReaderProfiler::read (line 270)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::read (line 115)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 250)"
9 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextFactory::getTaxRules (line 190)"
10 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextFactory::create (line 82)"
11 => "Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory::Shopware\Core\System\SalesChannel\Context\{closure} (line 334)"
12 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 39)"
13 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 99)"
14 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 38)"
15 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 43)"
16 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 37)"
17 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 37)"
18 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 54)"
19 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 36)"
20 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 81)"
21 => "Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory::create (line 102)"
22 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService::get (line 32)"
23 => "Shopware\Core\Profiling\Checkout\SalesChannelContextServiceProfiler::get (line 98)"
24 => "Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver::resolve (line 33)"
25 => "Shopware\Core\Framework\Routing\ContextResolverListener::resolveContext (line 117)"
26 => "Symfony\Component\EventDispatcher\Debug\WrappedListener::__invoke (line 230)"
27 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
28 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 50)"
29 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 94)"
30 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 52)"
31 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 32)"
32 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
33 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 140)"
34 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 74)"
35 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
36 => "Symfony\Component\HttpKernel\Kernel::handle (line 184)"
37 => "Shopware\Core\HttpKernel::doHandle (line 81)"
38 => "Shopware\Core\HttpKernel::handle (line 48)"
]
|
| 17 |
0.93 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_4d1e165157d94c6d9ece02c6a78e25b6))
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 = 0x59D93A8DA4074D12A51EA5FD20DD3E38 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 (0x5232F97F98B4429495BDCC3294EC0363, 0x70E7EFF1B6674F8C87AF28D36F992105, 0xE4B84F1181A14B78A0EA96B4231F8465));
array:43 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1322)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 212)"
2 => "Doctrine\DBAL\Query\QueryBuilder::execute (line 296)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetch (line 131)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 458)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::loadOneToManyWithoutPagination (line 406)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::loadOneToMany (line 1136)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetchAssociations (line 135)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 82)"
9 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::read (line 36)"
10 => "Shopware\Core\Profiling\Entity\EntityReaderProfiler::read (line 270)"
11 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::read (line 115)"
12 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 250)"
13 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextFactory::getTaxRules (line 190)"
14 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextFactory::create (line 82)"
15 => "Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory::Shopware\Core\System\SalesChannel\Context\{closure} (line 334)"
16 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 39)"
17 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 99)"
18 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 38)"
19 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 43)"
20 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 37)"
21 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 37)"
22 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 54)"
23 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 36)"
24 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 81)"
25 => "Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory::create (line 102)"
26 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService::get (line 32)"
27 => "Shopware\Core\Profiling\Checkout\SalesChannelContextServiceProfiler::get (line 98)"
28 => "Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver::resolve (line 33)"
29 => "Shopware\Core\Framework\Routing\ContextResolverListener::resolveContext (line 117)"
30 => "Symfony\Component\EventDispatcher\Debug\WrappedListener::__invoke (line 230)"
31 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
32 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 50)"
33 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 94)"
34 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 52)"
35 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 32)"
36 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
37 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 140)"
38 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 74)"
39 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
40 => "Symfony\Component\HttpKernel\Kernel::handle (line 184)"
41 => "Shopware\Core\HttpKernel::doHandle (line 81)"
42 => "Shopware\Core\HttpKernel::handle (line 48)"
]
|
| 18 |
3.06 ms |
SELECT `payment_method`.`id` as `payment_method.id`, `payment_method`.`plugin_id` as `payment_method.pluginId`, `payment_method`.`handler_identifier` as `payment_method.handlerIdentifier`, `payment_method`.`position` as `payment_method.position`, `payment_method`.`active` as `payment_method.active`, `payment_method`.`after_order_enabled` as `payment_method.afterOrderEnabled`, `payment_method`.`availability_rule_id` as `payment_method.availabilityRuleId`, `payment_method`.`media_id` as `payment_method.mediaId`, `payment_method.appPaymentMethod`.`id` as `payment_method.appPaymentMethod.id`, `payment_method.appPaymentMethod`.`app_name` as `payment_method.appPaymentMethod.appName`, `payment_method.appPaymentMethod`.`identifier` as `payment_method.appPaymentMethod.identifier`, `payment_method.appPaymentMethod`.`pay_url` as `payment_method.appPaymentMethod.payUrl`, `payment_method.appPaymentMethod`.`finalize_url` as `payment_method.appPaymentMethod.finalizeUrl`, `payment_method.appPaymentMethod`.`validate_url` as `payment_method.appPaymentMethod.validateUrl`, `payment_method.appPaymentMethod`.`capture_url` as `payment_method.appPaymentMethod.captureUrl`, `payment_method.appPaymentMethod`.`app_id` as `payment_method.appPaymentMethod.appId`, `payment_method.appPaymentMethod`.`original_media_id` as `payment_method.appPaymentMethod.originalMediaId`, `payment_method.appPaymentMethod`.`payment_method_id` as `payment_method.appPaymentMethod.paymentMethodId`, `payment_method.appPaymentMethod`.`created_at` as `payment_method.appPaymentMethod.createdAt`, `payment_method.appPaymentMethod`.`updated_at` as `payment_method.appPaymentMethod.updatedAt`, `payment_method`.`created_at` as `payment_method.createdAt`, `payment_method`.`updated_at` as `payment_method.updatedAt`, `payment_method.media`.`id` as `payment_method.media.id`, `payment_method.media`.`user_id` as `payment_method.media.userId`, `payment_method.media`.`media_folder_id` as `payment_method.media.mediaFolderId`, `payment_method.media`.`mime_type` as `payment_method.media.mimeType`, `payment_method.media`.`file_extension` as `payment_method.media.fileExtension`, `payment_method.media`.`uploaded_at` as `payment_method.media.uploadedAt`, `payment_method.media`.`file_name` as `payment_method.media.fileName`, `payment_method.media`.`file_size` as `payment_method.media.fileSize`, `payment_method.media`.`media_type` as `payment_method.media.mediaTypeRaw`, `payment_method.media`.`meta_data` as `payment_method.media.metaData`, `payment_method.media`.`private` as `payment_method.media.private`, `payment_method.media`.`thumbnails_ro` as `payment_method.media.thumbnailsRo`, `payment_method.media`.`created_at` as `payment_method.media.createdAt`, `payment_method.media`.`updated_at` as `payment_method.media.updatedAt`, `payment_method.media.translation.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`.`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`.`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 = 0x59D93A8DA4074D12A51EA5FD20DD3E38 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 = 0x59D93A8DA4074D12A51EA5FD20DD3E38 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 (0x925153F974D04146B1AF283B7E8D3E76);
array:40 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1322)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 212)"
2 => "Doctrine\DBAL\Query\QueryBuilder::execute (line 296)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetch (line 131)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 82)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::read (line 36)"
6 => "Shopware\Core\Profiling\Entity\EntityReaderProfiler::read (line 270)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::read (line 115)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 74)"
9 => "Shopware\Core\Checkout\Payment\DataAbstractionLayer\PaymentMethodRepositoryDecorator::search (line 297)"
10 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextFactory::getPaymentMethod (line 193)"
11 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextFactory::create (line 82)"
12 => "Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory::Shopware\Core\System\SalesChannel\Context\{closure} (line 334)"
13 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 39)"
14 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 99)"
15 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 38)"
16 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 43)"
17 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 37)"
18 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 37)"
19 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 54)"
20 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 36)"
21 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 81)"
22 => "Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory::create (line 102)"
23 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService::get (line 32)"
24 => "Shopware\Core\Profiling\Checkout\SalesChannelContextServiceProfiler::get (line 98)"
25 => "Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver::resolve (line 33)"
26 => "Shopware\Core\Framework\Routing\ContextResolverListener::resolveContext (line 117)"
27 => "Symfony\Component\EventDispatcher\Debug\WrappedListener::__invoke (line 230)"
28 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
29 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 50)"
30 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 94)"
31 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 52)"
32 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 32)"
33 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
34 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 140)"
35 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 74)"
36 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
37 => "Symfony\Component\HttpKernel\Kernel::handle (line 184)"
38 => "Shopware\Core\HttpKernel::doHandle (line 81)"
39 => "Shopware\Core\HttpKernel::handle (line 48)"
]
|
| 19 |
3.98 ms |
SELECT `shipping_method`.`id` as `shipping_method.id`, `shipping_method`.`active` as `shipping_method.active`, `shipping_method`.`availability_rule_id` as `shipping_method.availabilityRuleId`, `shipping_method`.`media_id` as `shipping_method.mediaId`, `shipping_method`.`delivery_time_id` as `shipping_method.deliveryTimeId`, `shipping_method`.`tax_type` as `shipping_method.taxType`, `shipping_method`.`tax_id` as `shipping_method.taxId`, `shipping_method.deliveryTime`.`id` as `shipping_method.deliveryTime.id`, `shipping_method.deliveryTime`.`min` as `shipping_method.deliveryTime.min`, `shipping_method.deliveryTime`.`max` as `shipping_method.deliveryTime.max`, `shipping_method.deliveryTime`.`unit` as `shipping_method.deliveryTime.unit`, `shipping_method.deliveryTime`.`created_at` as `shipping_method.deliveryTime.createdAt`, `shipping_method.deliveryTime`.`updated_at` as `shipping_method.deliveryTime.updatedAt`, `shipping_method.deliveryTime.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`.`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`.`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 = 0x59D93A8DA4074D12A51EA5FD20DD3E38 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 = 0x59D93A8DA4074D12A51EA5FD20DD3E38 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 = 0x59D93A8DA4074D12A51EA5FD20DD3E38 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 (0x705C1BC697B143A9BC52E6926AE2FE26);
array:39 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1322)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 212)"
2 => "Doctrine\DBAL\Query\QueryBuilder::execute (line 296)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetch (line 131)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 82)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::read (line 36)"
6 => "Shopware\Core\Profiling\Entity\EntityReaderProfiler::read (line 270)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::read (line 115)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 320)"
9 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextFactory::getShippingMethod (line 196)"
10 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextFactory::create (line 82)"
11 => "Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory::Shopware\Core\System\SalesChannel\Context\{closure} (line 334)"
12 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 39)"
13 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 99)"
14 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 38)"
15 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 43)"
16 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 37)"
17 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 37)"
18 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 54)"
19 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 36)"
20 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 81)"
21 => "Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory::create (line 102)"
22 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService::get (line 32)"
23 => "Shopware\Core\Profiling\Checkout\SalesChannelContextServiceProfiler::get (line 98)"
24 => "Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver::resolve (line 33)"
25 => "Shopware\Core\Framework\Routing\ContextResolverListener::resolveContext (line 117)"
26 => "Symfony\Component\EventDispatcher\Debug\WrappedListener::__invoke (line 230)"
27 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
28 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 50)"
29 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 94)"
30 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 52)"
31 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 32)"
32 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
33 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 140)"
34 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 74)"
35 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
36 => "Symfony\Component\HttpKernel\Kernel::handle (line 184)"
37 => "Shopware\Core\HttpKernel::doHandle (line 81)"
38 => "Shopware\Core\HttpKernel::handle (line 48)"
]
|
| 20 |
0.26 ms |
SELECT `currency_country_rounding`.`id` FROM `currency_country_rounding` WHERE (`currency_country_rounding`.`currency_id` = :param_f95af31a3969480c8cce86c4f26dfcc9 AND `currency_country_rounding`.`country_id` = :param_0a8484aa119b47c2a3d2c180fe9a8bc1) LIMIT 1
SELECT `currency_country_rounding`.`id` FROM `currency_country_rounding` WHERE (`currency_country_rounding`.`currency_id` = 0xB7D2554B0CE847CD82F3AC9BD1C0DFCA AND `currency_country_rounding`.`country_id` = 0xAF764AE2F63B447CA09B38244E9BAEC6) LIMIT 1;
array:38 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1322)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 212)"
2 => "Doctrine\DBAL\Query\QueryBuilder::execute (line 91)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntitySearcher::search (line 57)"
4 => "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher::search (line 36)"
5 => "Shopware\Core\Profiling\Entity\EntitySearcherProfiler::search (line 179)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::searchIds (line 120)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 515)"
8 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextFactory::getCashRounding (line 198)"
9 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextFactory::create (line 82)"
10 => "Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory::Shopware\Core\System\SalesChannel\Context\{closure} (line 334)"
11 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 39)"
12 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 99)"
13 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 38)"
14 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 43)"
15 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 37)"
16 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 37)"
17 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 54)"
18 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 36)"
19 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 81)"
20 => "Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory::create (line 102)"
21 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService::get (line 32)"
22 => "Shopware\Core\Profiling\Checkout\SalesChannelContextServiceProfiler::get (line 98)"
23 => "Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver::resolve (line 33)"
24 => "Shopware\Core\Framework\Routing\ContextResolverListener::resolveContext (line 117)"
25 => "Symfony\Component\EventDispatcher\Debug\WrappedListener::__invoke (line 230)"
26 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
27 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 50)"
28 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 94)"
29 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 52)"
30 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 32)"
31 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
32 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 140)"
33 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 74)"
34 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
35 => "Symfony\Component\HttpKernel\Kernel::handle (line 184)"
36 => "Shopware\Core\HttpKernel::doHandle (line 81)"
37 => "Shopware\Core\HttpKernel::handle (line 48)"
]
|
| 21 |
0.20 ms |
SELECT `cart`.`cart`, `cart`.rule_ids FROM cart WHERE `token` = :token
SELECT `cart`.`cart`, `cart`.rule_ids FROM cart WHERE `token` = 'VY1ywz8zYGmbb5znqoZ4DWvF3uwvjhQZ';
array:22 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1322)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 683)"
2 => "Doctrine\DBAL\Connection::fetchAssociative (line 34)"
3 => "Shopware\Core\Checkout\Cart\CartPersister::load (line 71)"
4 => "Shopware\Core\Checkout\Cart\CartRuleLoader::loadByToken (line 104)"
5 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService::get (line 32)"
6 => "Shopware\Core\Profiling\Checkout\SalesChannelContextServiceProfiler::get (line 98)"
7 => "Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver::resolve (line 33)"
8 => "Shopware\Core\Framework\Routing\ContextResolverListener::resolveContext (line 117)"
9 => "Symfony\Component\EventDispatcher\Debug\WrappedListener::__invoke (line 230)"
10 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
11 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 50)"
12 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 94)"
13 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 52)"
14 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 32)"
15 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
16 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 140)"
17 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 74)"
18 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
19 => "Symfony\Component\HttpKernel\Kernel::handle (line 184)"
20 => "Shopware\Core\HttpKernel::doHandle (line 81)"
21 => "Shopware\Core\HttpKernel::handle (line 48)"
]
|
| 22 |
0.21 ms |
SELECT `rule`.`id` FROM `rule` ORDER BY `rule`.`priority` DESC, `rule`.`id` ASC LIMIT 500
SELECT `rule`.`id` FROM `rule` ORDER BY `rule`.`priority` DESC, `rule`.`id` ASC LIMIT 500;
array:31 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1322)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 212)"
2 => "Doctrine\DBAL\Query\QueryBuilder::execute (line 91)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntitySearcher::search (line 57)"
4 => "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher::search (line 36)"
5 => "Shopware\Core\Profiling\Entity\EntitySearcherProfiler::search (line 179)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::searchIds (line 120)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 72)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\Common\RepositoryIterator::fetch (line 44)"
9 => "Shopware\Core\Checkout\Cart\RuleLoader::load (line 48)"
10 => "Shopware\Core\Checkout\Cart\CachedRuleLoader::load (line 174)"
11 => "Shopware\Core\Checkout\Cart\CartRuleLoader::loadRules (line 95)"
12 => "Shopware\Core\Checkout\Cart\CartRuleLoader::load (line 78)"
13 => "Shopware\Core\Checkout\Cart\CartRuleLoader::loadByToken (line 104)"
14 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService::get (line 32)"
15 => "Shopware\Core\Profiling\Checkout\SalesChannelContextServiceProfiler::get (line 98)"
16 => "Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver::resolve (line 33)"
17 => "Shopware\Core\Framework\Routing\ContextResolverListener::resolveContext (line 117)"
18 => "Symfony\Component\EventDispatcher\Debug\WrappedListener::__invoke (line 230)"
19 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
20 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 50)"
21 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 94)"
22 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 52)"
23 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 32)"
24 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
25 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 140)"
26 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 74)"
27 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
28 => "Symfony\Component\HttpKernel\Kernel::handle (line 184)"
29 => "Shopware\Core\HttpKernel::doHandle (line 81)"
30 => "Shopware\Core\HttpKernel::handle (line 48)"
]
|
| 23 |
0.33 ms |
SELECT `rule`.`id` as `rule.id`, `rule`.`name` as `rule.name`, `rule`.`priority` as `rule.priority`, `rule`.`description` as `rule.description`, `rule`.`payload` as `rule.payload`, `rule`.`invalid` as `rule.invalid`, `rule`.`custom_fields` as `rule.customFields`, `rule`.`module_types` as `rule.moduleTypes`, `rule`.`created_at` as `rule.createdAt`, `rule`.`updated_at` as `rule.updatedAt` FROM `rule` WHERE `rule`.`id` IN (:ids)
SELECT `rule`.`id` as `rule.id`, `rule`.`name` as `rule.name`, `rule`.`priority` as `rule.priority`, `rule`.`description` as `rule.description`, `rule`.`payload` as `rule.payload`, `rule`.`invalid` as `rule.invalid`, `rule`.`custom_fields` as `rule.customFields`, `rule`.`module_types` as `rule.moduleTypes`, `rule`.`created_at` as `rule.createdAt`, `rule`.`updated_at` as `rule.updatedAt` FROM `rule` WHERE `rule`.`id` IN (0x55AFC62B77044059B3A07E39FB50A46A, 0x760100D61A4E48A7AA0625B4D62CE6F1, 0xA316EEE4946548AD9CF5330538A55E00, 0xCCA4AB6B99594AB4A6B06DD38BDD59D2, 0xEC7285991F0E43918AFD79F3F9057902, 0x17828F50928A462092A641A2313B264F);
array:32 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1322)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 212)"
2 => "Doctrine\DBAL\Query\QueryBuilder::execute (line 296)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetch (line 131)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 82)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::read (line 36)"
6 => "Shopware\Core\Profiling\Entity\EntityReaderProfiler::read (line 270)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::read (line 130)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 72)"
9 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\Common\RepositoryIterator::fetch (line 44)"
10 => "Shopware\Core\Checkout\Cart\RuleLoader::load (line 48)"
11 => "Shopware\Core\Checkout\Cart\CachedRuleLoader::load (line 174)"
12 => "Shopware\Core\Checkout\Cart\CartRuleLoader::loadRules (line 95)"
13 => "Shopware\Core\Checkout\Cart\CartRuleLoader::load (line 78)"
14 => "Shopware\Core\Checkout\Cart\CartRuleLoader::loadByToken (line 104)"
15 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService::get (line 32)"
16 => "Shopware\Core\Profiling\Checkout\SalesChannelContextServiceProfiler::get (line 98)"
17 => "Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver::resolve (line 33)"
18 => "Shopware\Core\Framework\Routing\ContextResolverListener::resolveContext (line 117)"
19 => "Symfony\Component\EventDispatcher\Debug\WrappedListener::__invoke (line 230)"
20 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
21 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 50)"
22 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 94)"
23 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 52)"
24 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 32)"
25 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
26 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 140)"
27 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 74)"
28 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
29 => "Symfony\Component\HttpKernel\Kernel::handle (line 184)"
30 => "Shopware\Core\HttpKernel::doHandle (line 81)"
31 => "Shopware\Core\HttpKernel::handle (line 48)"
]
|
| 24 |
0.63 ms |
SELECT `promotion`.`id` FROM `promotion` LEFT JOIN `promotion_sales_channel` `promotion.salesChannels` ON `promotion`.`id` = `promotion.salesChannels`.`promotion_id` WHERE ((`promotion`.`active` = :param_d926ce09bd0c4815bf9390c2292f7150 AND `promotion.salesChannels`.`sales_channel_id` = :param_5b5bee2a2eeb4b139bf4a4f4b7cf1843 AND ((`promotion`.`valid_from` <=> :param_d8725450c2104a809a4d4620da178086 AND `promotion`.`valid_until` <=> :param_008e725a5de3470ab1701f109a6202b0) OR (`promotion`.`valid_from` <=> :param_9a0c31fd29c6413f8ec87fa57001a43d AND (`promotion`.`valid_until` > :param_f5007464415c46ffb8582c06a21f523b)) OR ((`promotion`.`valid_from` <= :param_fbd8780333ac433c94badaa6d5ab7f53) AND `promotion`.`valid_until` <=> :param_b60aaa259237472e84bd79181156dc66) OR ((`promotion`.`valid_from` <= :param_83c7d3df774a4cbdb261522de878a9cf) AND (`promotion`.`valid_until` > :param_5db0e527a0974a95af34bd445206fffc))) AND `promotion`.`use_codes` = :param_4903489b50b645e19a5d0d50e83b2074)) 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` = 0x1DDAFD1C740544059CB27A984D21C445 AND ((`promotion`.`valid_from` <=> NULL AND `promotion`.`valid_until` <=> NULL) OR (`promotion`.`valid_from` <=> NULL AND (`promotion`.`valid_until` > '2026-01-16 17:02:00')) OR ((`promotion`.`valid_from` <= '2026-01-16 17:02:00') AND `promotion`.`valid_until` <=> NULL) OR ((`promotion`.`valid_from` <= '2026-01-16 17:02:00') AND (`promotion`.`valid_until` > '2026-01-16 17:02:00'))) AND `promotion`.`use_codes` = 0)) GROUP BY `promotion`.`id` ORDER BY MAX(`promotion`.`priority`) DESC;
array:31 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1322)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 212)"
2 => "Doctrine\DBAL\Query\QueryBuilder::execute (line 91)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntitySearcher::search (line 57)"
4 => "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher::search (line 36)"
5 => "Shopware\Core\Profiling\Entity\EntitySearcherProfiler::search (line 179)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::searchIds (line 120)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 34)"
8 => "Shopware\Core\Checkout\Promotion\Gateway\PromotionGateway::get (line 176)"
9 => "Shopware\Core\Checkout\Promotion\Cart\PromotionCollector::searchPromotionsAuto (line 103)"
10 => "Shopware\Core\Checkout\Promotion\Cart\PromotionCollector::collect (line 70)"
11 => "Shopware\Core\Checkout\Cart\Processor::process (line 116)"
12 => "Shopware\Core\Checkout\Cart\CartRuleLoader::load (line 78)"
13 => "Shopware\Core\Checkout\Cart\CartRuleLoader::loadByToken (line 104)"
14 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService::get (line 32)"
15 => "Shopware\Core\Profiling\Checkout\SalesChannelContextServiceProfiler::get (line 98)"
16 => "Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver::resolve (line 33)"
17 => "Shopware\Core\Framework\Routing\ContextResolverListener::resolveContext (line 117)"
18 => "Symfony\Component\EventDispatcher\Debug\WrappedListener::__invoke (line 230)"
19 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
20 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 50)"
21 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 94)"
22 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 52)"
23 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 32)"
24 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
25 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 140)"
26 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 74)"
27 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
28 => "Symfony\Component\HttpKernel\Kernel::handle (line 184)"
29 => "Shopware\Core\HttpKernel::doHandle (line 81)"
30 => "Shopware\Core\HttpKernel::handle (line 48)"
]
|
| 25 |
2.48 ms |
SELECT `shipping_method`.`id` as `shipping_method.id`, `shipping_method`.`active` as `shipping_method.active`, `shipping_method`.`availability_rule_id` as `shipping_method.availabilityRuleId`, `shipping_method`.`media_id` as `shipping_method.mediaId`, `shipping_method`.`delivery_time_id` as `shipping_method.deliveryTimeId`, `shipping_method`.`tax_type` as `shipping_method.taxType`, `shipping_method`.`tax_id` as `shipping_method.taxId`, `shipping_method.deliveryTime`.`id` as `shipping_method.deliveryTime.id`, `shipping_method.deliveryTime`.`min` as `shipping_method.deliveryTime.min`, `shipping_method.deliveryTime`.`max` as `shipping_method.deliveryTime.max`, `shipping_method.deliveryTime`.`unit` as `shipping_method.deliveryTime.unit`, `shipping_method.deliveryTime`.`created_at` as `shipping_method.deliveryTime.createdAt`, `shipping_method.deliveryTime`.`updated_at` as `shipping_method.deliveryTime.updatedAt`, `shipping_method.deliveryTime.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`.`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`.`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 = 0x59D93A8DA4074D12A51EA5FD20DD3E38 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 = 0x59D93A8DA4074D12A51EA5FD20DD3E38 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 (0x705C1BC697B143A9BC52E6926AE2FE26);
array:30 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1322)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 212)"
2 => "Doctrine\DBAL\Query\QueryBuilder::execute (line 296)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetch (line 131)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 82)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::read (line 36)"
6 => "Shopware\Core\Profiling\Entity\EntityReaderProfiler::read (line 270)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::read (line 115)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 79)"
9 => "Shopware\Core\Checkout\Cart\Delivery\DeliveryProcessor::collect (line 70)"
10 => "Shopware\Core\Checkout\Cart\Processor::process (line 116)"
11 => "Shopware\Core\Checkout\Cart\CartRuleLoader::load (line 78)"
12 => "Shopware\Core\Checkout\Cart\CartRuleLoader::loadByToken (line 104)"
13 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService::get (line 32)"
14 => "Shopware\Core\Profiling\Checkout\SalesChannelContextServiceProfiler::get (line 98)"
15 => "Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver::resolve (line 33)"
16 => "Shopware\Core\Framework\Routing\ContextResolverListener::resolveContext (line 117)"
17 => "Symfony\Component\EventDispatcher\Debug\WrappedListener::__invoke (line 230)"
18 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
19 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 50)"
20 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 94)"
21 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 52)"
22 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 32)"
23 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
24 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 140)"
25 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 74)"
26 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
27 => "Symfony\Component\HttpKernel\Kernel::handle (line 184)"
28 => "Shopware\Core\HttpKernel::doHandle (line 81)"
29 => "Shopware\Core\HttpKernel::handle (line 48)"
]
|
| 26 |
0.67 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_4eb6241f71a745928024d70fcb310426))
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 (0x705C1BC697B143A9BC52E6926AE2FE26));
array:34 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1322)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 212)"
2 => "Doctrine\DBAL\Query\QueryBuilder::execute (line 296)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetch (line 131)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 458)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::loadOneToManyWithoutPagination (line 406)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::loadOneToMany (line 1136)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetchAssociations (line 135)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 82)"
9 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::read (line 36)"
10 => "Shopware\Core\Profiling\Entity\EntityReaderProfiler::read (line 270)"
11 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::read (line 115)"
12 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 79)"
13 => "Shopware\Core\Checkout\Cart\Delivery\DeliveryProcessor::collect (line 70)"
14 => "Shopware\Core\Checkout\Cart\Processor::process (line 116)"
15 => "Shopware\Core\Checkout\Cart\CartRuleLoader::load (line 78)"
16 => "Shopware\Core\Checkout\Cart\CartRuleLoader::loadByToken (line 104)"
17 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService::get (line 32)"
18 => "Shopware\Core\Profiling\Checkout\SalesChannelContextServiceProfiler::get (line 98)"
19 => "Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver::resolve (line 33)"
20 => "Shopware\Core\Framework\Routing\ContextResolverListener::resolveContext (line 117)"
21 => "Symfony\Component\EventDispatcher\Debug\WrappedListener::__invoke (line 230)"
22 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
23 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 50)"
24 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 94)"
25 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 52)"
26 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 32)"
27 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
28 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 140)"
29 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 74)"
30 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
31 => "Symfony\Component\HttpKernel\Kernel::handle (line 184)"
32 => "Shopware\Core\HttpKernel::doHandle (line 81)"
33 => "Shopware\Core\HttpKernel::handle (line 48)"
]
|
| 27 |
1.07 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`.`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_671bbb3f59c243b2a90201b6c047b45e)
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`.`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_671bbb3f59c243b2a90201b6c047b45e
)
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`.`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:33 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1322)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 212)"
2 => "Doctrine\DBAL\Query\QueryBuilder::execute (line 296)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetch (line 131)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 82)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::read (line 36)"
6 => "Shopware\Core\Profiling\Entity\EntityReaderProfiler::read (line 270)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::read (line 115)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 118)"
9 => "Shopware\Core\Framework\App\Lifecycle\Persister\ScriptPersister::refresh (line 71)"
10 => "Shopware\Core\Framework\Script\Execution\ScriptLoader::load (line 55)"
11 => "Shopware\Core\Framework\Script\Execution\ScriptLoader::get (line 61)"
12 => "Shopware\Core\Framework\Script\Execution\ScriptExecutor::execute (line 87)"
13 => "Shopware\Core\Checkout\Cart\Processor::process (line 116)"
14 => "Shopware\Core\Checkout\Cart\CartRuleLoader::load (line 78)"
15 => "Shopware\Core\Checkout\Cart\CartRuleLoader::loadByToken (line 104)"
16 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService::get (line 32)"
17 => "Shopware\Core\Profiling\Checkout\SalesChannelContextServiceProfiler::get (line 98)"
18 => "Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver::resolve (line 33)"
19 => "Shopware\Core\Framework\Routing\ContextResolverListener::resolveContext (line 117)"
20 => "Symfony\Component\EventDispatcher\Debug\WrappedListener::__invoke (line 230)"
21 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
22 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 50)"
23 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 94)"
24 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 52)"
25 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 32)"
26 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
27 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 140)"
28 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 74)"
29 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
30 => "Symfony\Component\HttpKernel\Kernel::handle (line 184)"
31 => "Shopware\Core\HttpKernel::doHandle (line 81)"
32 => "Shopware\Core\HttpKernel::handle (line 48)"
]
|
| 28 |
0.37 ms |
SELECT LOWER(HEX(`script`.`app_id`)) as `app_id`,
`script`.`name` AS scriptName,
`script`.`script` AS script,
`script`.`hook` AS hook,
IFNULL(`script`.`updated_at`, `script`.`created_at`) AS lastModified,
`app`.`name` AS appName,
LOWER(HEX(`app`.`integration_id`)) AS integrationId,
`app`.`version` AS appVersion
FROM `script`
LEFT JOIN `app` ON `script`.`app_id` = `app`.`id`
WHERE `script`.`hook` != 'include'
ORDER BY `app`.`created_at`, `app`.`id`, `script`.`name`
SELECT LOWER(HEX(`script`.`app_id`)) as `app_id`,
`script`.`name` AS scriptName,
`script`.`script` AS script,
`script`.`hook` AS hook,
IFNULL(`script`.`updated_at`, `script`.`created_at`) AS lastModified,
`app`.`name` AS appName,
LOWER(HEX(`app`.`integration_id`)) AS integrationId,
`app`.`version` AS appVersion
FROM `script`
LEFT JOIN `app` ON `script`.`app_id` = `app`.`id`
WHERE `script`.`hook` != 'include'
ORDER BY `app`.`created_at`, `app`.`id`, `script`.`name`
;
array:26 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1322)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 1041)"
2 => "Doctrine\DBAL\Connection::fetchAllAssociative (line 74)"
3 => "Shopware\Core\Framework\Script\Execution\ScriptLoader::load (line 55)"
4 => "Shopware\Core\Framework\Script\Execution\ScriptLoader::get (line 61)"
5 => "Shopware\Core\Framework\Script\Execution\ScriptExecutor::execute (line 87)"
6 => "Shopware\Core\Checkout\Cart\Processor::process (line 116)"
7 => "Shopware\Core\Checkout\Cart\CartRuleLoader::load (line 78)"
8 => "Shopware\Core\Checkout\Cart\CartRuleLoader::loadByToken (line 104)"
9 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService::get (line 32)"
10 => "Shopware\Core\Profiling\Checkout\SalesChannelContextServiceProfiler::get (line 98)"
11 => "Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver::resolve (line 33)"
12 => "Shopware\Core\Framework\Routing\ContextResolverListener::resolveContext (line 117)"
13 => "Symfony\Component\EventDispatcher\Debug\WrappedListener::__invoke (line 230)"
14 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
15 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 50)"
16 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 94)"
17 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 52)"
18 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 32)"
19 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
20 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 140)"
21 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 74)"
22 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
23 => "Symfony\Component\HttpKernel\Kernel::handle (line 184)"
24 => "Shopware\Core\HttpKernel::doHandle (line 81)"
25 => "Shopware\Core\HttpKernel::handle (line 48)"
]
|
| 29 |
0.21 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:26 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1322)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 1041)"
2 => "Doctrine\DBAL\Connection::fetchAllAssociative (line 89)"
3 => "Shopware\Core\Framework\Script\Execution\ScriptLoader::load (line 55)"
4 => "Shopware\Core\Framework\Script\Execution\ScriptLoader::get (line 61)"
5 => "Shopware\Core\Framework\Script\Execution\ScriptExecutor::execute (line 87)"
6 => "Shopware\Core\Checkout\Cart\Processor::process (line 116)"
7 => "Shopware\Core\Checkout\Cart\CartRuleLoader::load (line 78)"
8 => "Shopware\Core\Checkout\Cart\CartRuleLoader::loadByToken (line 104)"
9 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService::get (line 32)"
10 => "Shopware\Core\Profiling\Checkout\SalesChannelContextServiceProfiler::get (line 98)"
11 => "Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver::resolve (line 33)"
12 => "Shopware\Core\Framework\Routing\ContextResolverListener::resolveContext (line 117)"
13 => "Symfony\Component\EventDispatcher\Debug\WrappedListener::__invoke (line 230)"
14 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
15 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 50)"
16 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 94)"
17 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 52)"
18 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 32)"
19 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
20 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 140)"
21 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 74)"
22 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
23 => "Symfony\Component\HttpKernel\Kernel::handle (line 184)"
24 => "Shopware\Core\HttpKernel::doHandle (line 81)"
25 => "Shopware\Core\HttpKernel::handle (line 48)"
]
|
| 30 |
0.27 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_9056b292046c475d8611214a4421feae)) 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` = 0x1DDAFD1C740544059CB27A984D21C445)) AND (`country`.`id` IN (0xAF764AE2F63B447CA09B38244E9BAEC6)) GROUP BY `country`.`id`;
array:30 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1322)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 212)"
2 => "Doctrine\DBAL\Query\QueryBuilder::execute (line 91)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntitySearcher::search (line 57)"
4 => "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher::search (line 36)"
5 => "Shopware\Core\Profiling\Entity\EntitySearcherProfiler::search (line 179)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::searchIds (line 90)"
7 => "Shopware\Core\Checkout\Cart\Address\AddressValidator::isSalesChannelCountry (line 49)"
8 => "Shopware\Core\Checkout\Cart\Address\AddressValidator::validate (line 24)"
9 => "Shopware\Core\Checkout\Cart\Validator::validate (line 93)"
10 => "Shopware\Core\Checkout\Cart\Processor::process (line 116)"
11 => "Shopware\Core\Checkout\Cart\CartRuleLoader::load (line 78)"
12 => "Shopware\Core\Checkout\Cart\CartRuleLoader::loadByToken (line 104)"
13 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService::get (line 32)"
14 => "Shopware\Core\Profiling\Checkout\SalesChannelContextServiceProfiler::get (line 98)"
15 => "Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver::resolve (line 33)"
16 => "Shopware\Core\Framework\Routing\ContextResolverListener::resolveContext (line 117)"
17 => "Symfony\Component\EventDispatcher\Debug\WrappedListener::__invoke (line 230)"
18 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
19 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 50)"
20 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 94)"
21 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 52)"
22 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 32)"
23 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
24 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 140)"
25 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 74)"
26 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
27 => "Symfony\Component\HttpKernel\Kernel::handle (line 184)"
28 => "Shopware\Core\HttpKernel::doHandle (line 81)"
29 => "Shopware\Core\HttpKernel::handle (line 48)"
]
|
| 31 |
1.05 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`.`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_a8fce202a0e5413c97d0891a474fc461)
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`.`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_a8fce202a0e5413c97d0891a474fc461
)
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`.`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:33 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1322)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 212)"
2 => "Doctrine\DBAL\Query\QueryBuilder::execute (line 296)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetch (line 131)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 82)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::read (line 36)"
6 => "Shopware\Core\Profiling\Entity\EntityReaderProfiler::read (line 270)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::read (line 115)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 118)"
9 => "Shopware\Core\Framework\App\Lifecycle\Persister\ScriptPersister::refresh (line 71)"
10 => "Shopware\Core\Framework\Script\Execution\ScriptLoader::load (line 55)"
11 => "Shopware\Core\Framework\Script\Execution\ScriptLoader::get (line 61)"
12 => "Shopware\Core\Framework\Script\Execution\ScriptExecutor::execute (line 87)"
13 => "Shopware\Core\Checkout\Cart\Processor::process (line 132)"
14 => "Shopware\Core\Checkout\Cart\CartRuleLoader::load (line 78)"
15 => "Shopware\Core\Checkout\Cart\CartRuleLoader::loadByToken (line 104)"
16 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService::get (line 32)"
17 => "Shopware\Core\Profiling\Checkout\SalesChannelContextServiceProfiler::get (line 98)"
18 => "Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver::resolve (line 33)"
19 => "Shopware\Core\Framework\Routing\ContextResolverListener::resolveContext (line 117)"
20 => "Symfony\Component\EventDispatcher\Debug\WrappedListener::__invoke (line 230)"
21 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
22 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 50)"
23 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 94)"
24 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 52)"
25 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 32)"
26 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
27 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 140)"
28 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 74)"
29 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
30 => "Symfony\Component\HttpKernel\Kernel::handle (line 184)"
31 => "Shopware\Core\HttpKernel::doHandle (line 81)"
32 => "Shopware\Core\HttpKernel::handle (line 48)"
]
|
| 32 |
0.27 ms |
SELECT LOWER(HEX(`script`.`app_id`)) as `app_id`,
`script`.`name` AS scriptName,
`script`.`script` AS script,
`script`.`hook` AS hook,
IFNULL(`script`.`updated_at`, `script`.`created_at`) AS lastModified,
`app`.`name` AS appName,
LOWER(HEX(`app`.`integration_id`)) AS integrationId,
`app`.`version` AS appVersion
FROM `script`
LEFT JOIN `app` ON `script`.`app_id` = `app`.`id`
WHERE `script`.`hook` != 'include'
ORDER BY `app`.`created_at`, `app`.`id`, `script`.`name`
SELECT LOWER(HEX(`script`.`app_id`)) as `app_id`,
`script`.`name` AS scriptName,
`script`.`script` AS script,
`script`.`hook` AS hook,
IFNULL(`script`.`updated_at`, `script`.`created_at`) AS lastModified,
`app`.`name` AS appName,
LOWER(HEX(`app`.`integration_id`)) AS integrationId,
`app`.`version` AS appVersion
FROM `script`
LEFT JOIN `app` ON `script`.`app_id` = `app`.`id`
WHERE `script`.`hook` != 'include'
ORDER BY `app`.`created_at`, `app`.`id`, `script`.`name`
;
array:26 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1322)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 1041)"
2 => "Doctrine\DBAL\Connection::fetchAllAssociative (line 74)"
3 => "Shopware\Core\Framework\Script\Execution\ScriptLoader::load (line 55)"
4 => "Shopware\Core\Framework\Script\Execution\ScriptLoader::get (line 61)"
5 => "Shopware\Core\Framework\Script\Execution\ScriptExecutor::execute (line 87)"
6 => "Shopware\Core\Checkout\Cart\Processor::process (line 132)"
7 => "Shopware\Core\Checkout\Cart\CartRuleLoader::load (line 78)"
8 => "Shopware\Core\Checkout\Cart\CartRuleLoader::loadByToken (line 104)"
9 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService::get (line 32)"
10 => "Shopware\Core\Profiling\Checkout\SalesChannelContextServiceProfiler::get (line 98)"
11 => "Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver::resolve (line 33)"
12 => "Shopware\Core\Framework\Routing\ContextResolverListener::resolveContext (line 117)"
13 => "Symfony\Component\EventDispatcher\Debug\WrappedListener::__invoke (line 230)"
14 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
15 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 50)"
16 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 94)"
17 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 52)"
18 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 32)"
19 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
20 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 140)"
21 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 74)"
22 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
23 => "Symfony\Component\HttpKernel\Kernel::handle (line 184)"
24 => "Shopware\Core\HttpKernel::doHandle (line 81)"
25 => "Shopware\Core\HttpKernel::handle (line 48)"
]
|
| 33 |
0.20 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:26 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1322)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 1041)"
2 => "Doctrine\DBAL\Connection::fetchAllAssociative (line 89)"
3 => "Shopware\Core\Framework\Script\Execution\ScriptLoader::load (line 55)"
4 => "Shopware\Core\Framework\Script\Execution\ScriptLoader::get (line 61)"
5 => "Shopware\Core\Framework\Script\Execution\ScriptExecutor::execute (line 87)"
6 => "Shopware\Core\Checkout\Cart\Processor::process (line 132)"
7 => "Shopware\Core\Checkout\Cart\CartRuleLoader::load (line 78)"
8 => "Shopware\Core\Checkout\Cart\CartRuleLoader::loadByToken (line 104)"
9 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService::get (line 32)"
10 => "Shopware\Core\Profiling\Checkout\SalesChannelContextServiceProfiler::get (line 98)"
11 => "Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver::resolve (line 33)"
12 => "Shopware\Core\Framework\Routing\ContextResolverListener::resolveContext (line 117)"
13 => "Symfony\Component\EventDispatcher\Debug\WrappedListener::__invoke (line 230)"
14 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
15 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 50)"
16 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 94)"
17 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 52)"
18 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 32)"
19 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
20 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 140)"
21 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 74)"
22 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
23 => "Symfony\Component\HttpKernel\Kernel::handle (line 184)"
24 => "Shopware\Core\HttpKernel::doHandle (line 81)"
25 => "Shopware\Core\HttpKernel::handle (line 48)"
]
|
| 34 |
0.69 ms |
SELECT `product`.`id` 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`.`parent_id` = :param_ae32b2f1be684444b4db2a830384d6c8 AND ((`product.visibilities`.`visibility` >= :param_2f47ef273dc3411ea7b9ea5553639edc) AND `product.visibilities`.`sales_channel_id` = :param_0d23094557e64872aa7aa33c3e1c98e3 AND IFNULL(`product`.`active`, `product.parent`.`active`) = :param_5ae42b358c2b4a588752d809dd9dc417))) ORDER BY IFNULL((ROUND((ROUND(CAST((COALESCE((JSON_UNQUOTE(JSON_EXTRACT(`product`.`price`, "$.cb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) + 0.0))) as DECIMAL(30, 20)), 2)) * 100, 0) / 100), (ROUND((ROUND(CAST((COALESCE((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`price`, "$.cb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) + 0.0))) as DECIMAL(30, 20)), 2)) * 100, 0) / 100)) ASC, `product`.`available` ASC LIMIT 1
SELECT `product`.`id` 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`.`parent_id` = 0x11EEE385ECF5418FA7B77243D12023CB AND ((`product.visibilities`.`visibility` >= 10) AND `product.visibilities`.`sales_channel_id` = 0x1DDAFD1C740544059CB27A984D21C445 AND IFNULL(`product`.`active`, `product.parent`.`active`) = 1))) ORDER BY IFNULL((ROUND((ROUND(CAST((COALESCE((JSON_UNQUOTE(JSON_EXTRACT(`product`.`price`, "$.cb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) + 0.0))) as DECIMAL(30, 20)), 2)) * 100, 0) / 100), (ROUND((ROUND(CAST((COALESCE((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`price`, "$.cb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) + 0.0))) as DECIMAL(30, 20)), 2)) * 100, 0) / 100)) ASC, `product`.`available` ASC LIMIT 1;
array:28 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1322)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 212)"
2 => "Doctrine\DBAL\Query\QueryBuilder::execute (line 91)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntitySearcher::search (line 57)"
4 => "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher::search (line 36)"
5 => "Shopware\Core\Profiling\Entity\EntitySearcherProfiler::search (line 198)"
6 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::doSearch (line 170)"
7 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::searchIds (line 183)"
8 => "Shopware\Core\Content\Product\SalesChannel\Detail\ProductDetailRoute::findBestVariant (line 113)"
9 => "Shopware\Core\Content\Product\SalesChannel\Detail\ProductDetailRoute::load (line 121)"
10 => "Shopware\Core\Content\Product\SalesChannel\Detail\CachedProductDetailRoute::Shopware\Core\Content\Product\SalesChannel\Detail\{closure} (line 334)"
11 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 39)"
12 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 99)"
13 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 38)"
14 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 43)"
15 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 37)"
16 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 37)"
17 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 54)"
18 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 36)"
19 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 120)"
20 => "Shopware\Core\Content\Product\SalesChannel\Detail\CachedProductDetailRoute::load (line 86)"
21 => "Shopware\Storefront\Page\Product\ProductPageLoader::load (line 93)"
22 => "Shopware\Storefront\Controller\ProductController::index (line 152)"
23 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 74)"
24 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
25 => "Symfony\Component\HttpKernel\Kernel::handle (line 184)"
26 => "Shopware\Core\HttpKernel::doHandle (line 81)"
27 => "Shopware\Core\HttpKernel::handle (line 48)"
]
|
| 35 |
0.31 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 = 0x1DDAFD1C740544059CB27A984D21C445 OR system_config.sales_channel_id IS NULL ORDER BY sales_channel_id ASC;
array:27 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1322)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 212)"
2 => "Doctrine\DBAL\Query\QueryBuilder::execute (line 49)"
3 => "Shopware\Core\System\SystemConfig\SystemConfigLoader::load (line 49)"
4 => "Shopware\Core\System\SystemConfig\CachedSystemConfigLoader::load (line 357)"
5 => "Shopware\Core\System\SystemConfig\SystemConfigService::load (line 76)"
6 => "Shopware\Core\System\SystemConfig\SystemConfigService::get (line 163)"
7 => "Shopware\Core\Content\Product\SalesChannel\Detail\ProductDetailRoute::addFilters (line 115)"
8 => "Shopware\Core\Content\Product\SalesChannel\Detail\ProductDetailRoute::load (line 121)"
9 => "Shopware\Core\Content\Product\SalesChannel\Detail\CachedProductDetailRoute::Shopware\Core\Content\Product\SalesChannel\Detail\{closure} (line 334)"
10 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 39)"
11 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 99)"
12 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 38)"
13 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 43)"
14 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 37)"
15 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 37)"
16 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 54)"
17 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 36)"
18 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 120)"
19 => "Shopware\Core\Content\Product\SalesChannel\Detail\CachedProductDetailRoute::load (line 86)"
20 => "Shopware\Storefront\Page\Product\ProductPageLoader::load (line 93)"
21 => "Shopware\Storefront\Controller\ProductController::index (line 152)"
22 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 74)"
23 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
24 => "Symfony\Component\HttpKernel\Kernel::handle (line 184)"
25 => "Shopware\Core\HttpKernel::doHandle (line 81)"
26 => "Shopware\Core\HttpKernel::handle (line 48)"
]
|
| 36 |
0.33 ms |
SELECT `product`.`id` 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_47a46acfedfa4b38946e534b4225c24d) AND `product.visibilities`.`sales_channel_id` = :param_ccd90f99a28041ae9cbb1587b37e6c55 AND IFNULL(`product`.`active`, `product.parent`.`active`) = :param_ef4d40cc7e684ad9907ac5647f1dd6bf))) AND (`product`.`id` IN (:ids)) GROUP BY `product`.`id`
SELECT `product`.`id` 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` = 0x1DDAFD1C740544059CB27A984D21C445 AND IFNULL(`product`.`active`, `product.parent`.`active`) = 1))) AND (`product`.`id` IN (0x11EEE385ECF5418FA7B77243D12023CB)) GROUP BY `product`.`id`;
array:27 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1322)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 212)"
2 => "Doctrine\DBAL\Query\QueryBuilder::execute (line 91)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntitySearcher::search (line 57)"
4 => "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher::search (line 36)"
5 => "Shopware\Core\Profiling\Entity\EntitySearcherProfiler::search (line 198)"
6 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::doSearch (line 108)"
7 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::search (line 120)"
8 => "Shopware\Core\Content\Product\SalesChannel\Detail\ProductDetailRoute::load (line 121)"
9 => "Shopware\Core\Content\Product\SalesChannel\Detail\CachedProductDetailRoute::Shopware\Core\Content\Product\SalesChannel\Detail\{closure} (line 334)"
10 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 39)"
11 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 99)"
12 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 38)"
13 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 43)"
14 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 37)"
15 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 37)"
16 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 54)"
17 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 36)"
18 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 120)"
19 => "Shopware\Core\Content\Product\SalesChannel\Detail\CachedProductDetailRoute::load (line 86)"
20 => "Shopware\Storefront\Page\Product\ProductPageLoader::load (line 93)"
21 => "Shopware\Storefront\Controller\ProductController::index (line 152)"
22 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 74)"
23 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
24 => "Symfony\Component\HttpKernel\Kernel::handle (line 184)"
25 => "Shopware\Core\HttpKernel::doHandle (line 81)"
26 => "Shopware\Core\HttpKernel::handle (line 48)"
]
|
| 37 |
37.22 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`, `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.tax`.`id` as `product.tax.id`, `product.tax`.`tax_rate` as `product.tax.taxRate`, `product.tax`.`name` as `product.tax.name`, `product.tax`.`position` as `product.tax.position`, `product.tax`.`custom_fields` as `product.tax.customFields`, `product.tax`.`created_at` as `product.tax.createdAt`, `product.tax`.`updated_at` as `product.tax.updatedAt`, `product.parent`.`cheapest_price` as `product.cheapestPrice.inherited`, COALESCE(`product`.`cheapest_price`, `product.parent`.`cheapest_price`) as `product.cheapestPrice`, `product`.`created_at` as `product.createdAt`, `product`.`updated_at` as `product.updatedAt`, `product.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.media`.`id` as `product.manufacturer.media.id`, `product.manufacturer.media`.`user_id` as `product.manufacturer.media.userId`, `product.manufacturer.media`.`media_folder_id` as `product.manufacturer.media.mediaFolderId`, `product.manufacturer.media`.`mime_type` as `product.manufacturer.media.mimeType`, `product.manufacturer.media`.`file_extension` as `product.manufacturer.media.fileExtension`, `product.manufacturer.media`.`uploaded_at` as `product.manufacturer.media.uploadedAt`, `product.manufacturer.media`.`file_name` as `product.manufacturer.media.fileName`, `product.manufacturer.media`.`file_size` as `product.manufacturer.media.fileSize`, `product.manufacturer.media`.`media_type` as `product.manufacturer.media.mediaTypeRaw`, `product.manufacturer.media`.`meta_data` as `product.manufacturer.media.metaData`, `product.manufacturer.media`.`private` as `product.manufacturer.media.private`, `product.manufacturer.media`.`thumbnails_ro` as `product.manufacturer.media.thumbnailsRo`, `product.manufacturer.media`.`created_at` as `product.manufacturer.media.createdAt`, `product.manufacturer.media`.`updated_at` as `product.manufacturer.media.updatedAt`, `product.manufacturer.media.translation.fallback_1.title`, `product.manufacturer.media.translation.title`, COALESCE(`product.manufacturer.media.translation.fallback_1.title`,`product.manufacturer.media.translation.title`,`product.manufacturer.media.translation.title`) as `product.manufacturer.media.title`, `product.manufacturer.media.translation.fallback_1.alt`, `product.manufacturer.media.translation.alt`, COALESCE(`product.manufacturer.media.translation.fallback_1.alt`,`product.manufacturer.media.translation.alt`,`product.manufacturer.media.translation.alt`) as `product.manufacturer.media.alt`, `product.manufacturer.media.translation.fallback_1.customFields`, `product.manufacturer.media.translation.customFields`, COALESCE(`product.manufacturer.media.translation.fallback_1.customFields`,`product.manufacturer.media.translation.customFields`,`product.manufacturer.media.translation.customFields`) as `product.manufacturer.media.customFields`, `product.manufacturer.media.translation.fallback_1.createdAt`, `product.manufacturer.media.translation.createdAt`, `product.manufacturer.media.translation.fallback_1.updatedAt`, `product.manufacturer.media.translation.updatedAt`, `product.manufacturer.media.translation.fallback_1.mediaId`, `product.manufacturer.media.translation.mediaId`, `product.manufacturer.media.translation.fallback_1.languageId`, `product.manufacturer.media.translation.languageId`, `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`, (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`, (SELECT GROUP_CONCAT(HEX(`product.properties.mapping`.`property_group_option_id`) SEPARATOR '||')
FROM `product_property` `product.properties.mapping`
WHERE `product.properties.mapping`.`product_id` = `product`.`properties` ) as `product.properties.id_mapping`, `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.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 `media` `product.manufacturer.media` ON `product.manufacturer`.`media_id` = `product.manufacturer.media`.`id` LEFT JOIN (SELECT `product.manufacturer.media.translation`.media_id, `product.manufacturer.media.translation`.title as `product.manufacturer.media.translation.title`, `product.manufacturer.media.translation`.alt as `product.manufacturer.media.translation.alt`, `product.manufacturer.media.translation`.custom_fields as `product.manufacturer.media.translation.customFields`, `product.manufacturer.media.translation`.created_at as `product.manufacturer.media.translation.createdAt`, `product.manufacturer.media.translation`.updated_at as `product.manufacturer.media.translation.updatedAt`, `product.manufacturer.media.translation`.media_id as `product.manufacturer.media.translation.mediaId`, `product.manufacturer.media.translation`.language_id as `product.manufacturer.media.translation.languageId`, `product.manufacturer.media.translation.fallback_1`.title as `product.manufacturer.media.translation.fallback_1.title`, `product.manufacturer.media.translation.fallback_1`.alt as `product.manufacturer.media.translation.fallback_1.alt`, `product.manufacturer.media.translation.fallback_1`.custom_fields as `product.manufacturer.media.translation.fallback_1.customFields`, `product.manufacturer.media.translation.fallback_1`.created_at as `product.manufacturer.media.translation.fallback_1.createdAt`, `product.manufacturer.media.translation.fallback_1`.updated_at as `product.manufacturer.media.translation.fallback_1.updatedAt`, `product.manufacturer.media.translation.fallback_1`.media_id as `product.manufacturer.media.translation.fallback_1.mediaId`, `product.manufacturer.media.translation.fallback_1`.language_id as `product.manufacturer.media.translation.fallback_1.languageId` FROM `media_translation` `product.manufacturer.media.translation` LEFT JOIN `media_translation` `product.manufacturer.media.translation.fallback_1` ON `product.manufacturer.media.translation`.`media_id` = `product.manufacturer.media.translation.fallback_1`.`media_id` AND `product.manufacturer.media.translation.fallback_1`.language_id = :languageId1 WHERE `product.manufacturer.media.translation`.language_id = :languageId) `product.manufacturer.media.media_translation` ON `product.manufacturer.media.media_translation`.`media_id` = `product.manufacturer.media`.`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 (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` 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`,
`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.tax`.`id` as `product.tax.id`,
`product.tax`.`tax_rate` as `product.tax.taxRate`,
`product.tax`.`name` as `product.tax.name`,
`product.tax`.`position` as `product.tax.position`,
`product.tax`.`custom_fields` as `product.tax.customFields`,
`product.tax`.`created_at` as `product.tax.createdAt`,
`product.tax`.`updated_at` as `product.tax.updatedAt`,
`product.parent`.`cheapest_price` as `product.cheapestPrice.inherited`,
COALESCE(
`product`.`cheapest_price`, `product.parent`.`cheapest_price`
) as `product.cheapestPrice`,
`product`.`created_at` as `product.createdAt`,
`product`.`updated_at` as `product.updatedAt`,
`product.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.media`.`id` as `product.manufacturer.media.id`,
`product.manufacturer.media`.`user_id` as `product.manufacturer.media.userId`,
`product.manufacturer.media`.`media_folder_id` as `product.manufacturer.media.mediaFolderId`,
`product.manufacturer.media`.`mime_type` as `product.manufacturer.media.mimeType`,
`product.manufacturer.media`.`file_extension` as `product.manufacturer.media.fileExtension`,
`product.manufacturer.media`.`uploaded_at` as `product.manufacturer.media.uploadedAt`,
`product.manufacturer.media`.`file_name` as `product.manufacturer.media.fileName`,
`product.manufacturer.media`.`file_size` as `product.manufacturer.media.fileSize`,
`product.manufacturer.media`.`media_type` as `product.manufacturer.media.mediaTypeRaw`,
`product.manufacturer.media`.`meta_data` as `product.manufacturer.media.metaData`,
`product.manufacturer.media`.`private` as `product.manufacturer.media.private`,
`product.manufacturer.media`.`thumbnails_ro` as `product.manufacturer.media.thumbnailsRo`,
`product.manufacturer.media`.`created_at` as `product.manufacturer.media.createdAt`,
`product.manufacturer.media`.`updated_at` as `product.manufacturer.media.updatedAt`,
`product.manufacturer.media.translation.fallback_1.title`,
`product.manufacturer.media.translation.title`,
COALESCE(
`product.manufacturer.media.translation.fallback_1.title`,
`product.manufacturer.media.translation.title`,
`product.manufacturer.media.translation.title`
) as `product.manufacturer.media.title`,
`product.manufacturer.media.translation.fallback_1.alt`,
`product.manufacturer.media.translation.alt`,
COALESCE(
`product.manufacturer.media.translation.fallback_1.alt`,
`product.manufacturer.media.translation.alt`,
`product.manufacturer.media.translation.alt`
) as `product.manufacturer.media.alt`,
`product.manufacturer.media.translation.fallback_1.customFields`,
`product.manufacturer.media.translation.customFields`,
COALESCE(
`product.manufacturer.media.translation.fallback_1.customFields`,
`product.manufacturer.media.translation.customFields`,
`product.manufacturer.media.translation.customFields`
) as `product.manufacturer.media.customFields`,
`product.manufacturer.media.translation.fallback_1.createdAt`,
`product.manufacturer.media.translation.createdAt`,
`product.manufacturer.media.translation.fallback_1.updatedAt`,
`product.manufacturer.media.translation.updatedAt`,
`product.manufacturer.media.translation.fallback_1.mediaId`,
`product.manufacturer.media.translation.mediaId`,
`product.manufacturer.media.translation.fallback_1.languageId`,
`product.manufacturer.media.translation.languageId`,
`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`,
(
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`,
(
SELECT
GROUP_CONCAT(
HEX(
`product.properties.mapping`.`property_group_option_id`
) SEPARATOR '||'
)
FROM
`product_property` `product.properties.mapping`
WHERE
`product.properties.mapping`.`product_id` = `product`.`properties`
) as `product.properties.id_mapping`,
`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.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 `media` `product.manufacturer.media` ON `product.manufacturer`.`media_id` = `product.manufacturer.media`.`id`
LEFT JOIN (
SELECT
`product.manufacturer.media.translation`.media_id,
`product.manufacturer.media.translation`.title as `product.manufacturer.media.translation.title`,
`product.manufacturer.media.translation`.alt as `product.manufacturer.media.translation.alt`,
`product.manufacturer.media.translation`.custom_fields as `product.manufacturer.media.translation.customFields`,
`product.manufacturer.media.translation`.created_at as `product.manufacturer.media.translation.createdAt`,
`product.manufacturer.media.translation`.updated_at as `product.manufacturer.media.translation.updatedAt`,
`product.manufacturer.media.translation`.media_id as `product.manufacturer.media.translation.mediaId`,
`product.manufacturer.media.translation`.language_id as `product.manufacturer.media.translation.languageId`,
`product.manufacturer.media.translation.fallback_1`.title as `product.manufacturer.media.translation.fallback_1.title`,
`product.manufacturer.media.translation.fallback_1`.alt as `product.manufacturer.media.translation.fallback_1.alt`,
`product.manufacturer.media.translation.fallback_1`.custom_fields as `product.manufacturer.media.translation.fallback_1.customFields`,
`product.manufacturer.media.translation.fallback_1`.created_at as `product.manufacturer.media.translation.fallback_1.createdAt`,
`product.manufacturer.media.translation.fallback_1`.updated_at as `product.manufacturer.media.translation.fallback_1.updatedAt`,
`product.manufacturer.media.translation.fallback_1`.media_id as `product.manufacturer.media.translation.fallback_1.mediaId`,
`product.manufacturer.media.translation.fallback_1`.language_id as `product.manufacturer.media.translation.fallback_1.languageId`
FROM
`media_translation` `product.manufacturer.media.translation`
LEFT JOIN `media_translation` `product.manufacturer.media.translation.fallback_1` ON `product.manufacturer.media.translation`.`media_id` = `product.manufacturer.media.translation.fallback_1`.`media_id`
AND `product.manufacturer.media.translation.fallback_1`.language_id = : languageId1
WHERE
`product.manufacturer.media.translation`.language_id = : languageId
) `product.manufacturer.media.media_translation` ON `product.manufacturer.media.media_translation`.`media_id` = `product.manufacturer.media`.`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 (
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`
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`, `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.tax`.`id` as `product.tax.id`, `product.tax`.`tax_rate` as `product.tax.taxRate`, `product.tax`.`name` as `product.tax.name`, `product.tax`.`position` as `product.tax.position`, `product.tax`.`custom_fields` as `product.tax.customFields`, `product.tax`.`created_at` as `product.tax.createdAt`, `product.tax`.`updated_at` as `product.tax.updatedAt`, `product.parent`.`cheapest_price` as `product.cheapestPrice.inherited`, COALESCE(`product`.`cheapest_price`, `product.parent`.`cheapest_price`) as `product.cheapestPrice`, `product`.`created_at` as `product.createdAt`, `product`.`updated_at` as `product.updatedAt`, `product.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.media`.`id` as `product.manufacturer.media.id`, `product.manufacturer.media`.`user_id` as `product.manufacturer.media.userId`, `product.manufacturer.media`.`media_folder_id` as `product.manufacturer.media.mediaFolderId`, `product.manufacturer.media`.`mime_type` as `product.manufacturer.media.mimeType`, `product.manufacturer.media`.`file_extension` as `product.manufacturer.media.fileExtension`, `product.manufacturer.media`.`uploaded_at` as `product.manufacturer.media.uploadedAt`, `product.manufacturer.media`.`file_name` as `product.manufacturer.media.fileName`, `product.manufacturer.media`.`file_size` as `product.manufacturer.media.fileSize`, `product.manufacturer.media`.`media_type` as `product.manufacturer.media.mediaTypeRaw`, `product.manufacturer.media`.`meta_data` as `product.manufacturer.media.metaData`, `product.manufacturer.media`.`private` as `product.manufacturer.media.private`, `product.manufacturer.media`.`thumbnails_ro` as `product.manufacturer.media.thumbnailsRo`, `product.manufacturer.media`.`created_at` as `product.manufacturer.media.createdAt`, `product.manufacturer.media`.`updated_at` as `product.manufacturer.media.updatedAt`, `product.manufacturer.media.translation.fallback_1.title`, `product.manufacturer.media.translation.title`, COALESCE(`product.manufacturer.media.translation.fallback_1.title`,`product.manufacturer.media.translation.title`,`product.manufacturer.media.translation.title`) as `product.manufacturer.media.title`, `product.manufacturer.media.translation.fallback_1.alt`, `product.manufacturer.media.translation.alt`, COALESCE(`product.manufacturer.media.translation.fallback_1.alt`,`product.manufacturer.media.translation.alt`,`product.manufacturer.media.translation.alt`) as `product.manufacturer.media.alt`, `product.manufacturer.media.translation.fallback_1.customFields`, `product.manufacturer.media.translation.customFields`, COALESCE(`product.manufacturer.media.translation.fallback_1.customFields`,`product.manufacturer.media.translation.customFields`,`product.manufacturer.media.translation.customFields`) as `product.manufacturer.media.customFields`, `product.manufacturer.media.translation.fallback_1.createdAt`, `product.manufacturer.media.translation.createdAt`, `product.manufacturer.media.translation.fallback_1.updatedAt`, `product.manufacturer.media.translation.updatedAt`, `product.manufacturer.media.translation.fallback_1.mediaId`, `product.manufacturer.media.translation.mediaId`, `product.manufacturer.media.translation.fallback_1.languageId`, `product.manufacturer.media.translation.languageId`, `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`, (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`, (SELECT GROUP_CONCAT(HEX(`product.properties.mapping`.`property_group_option_id`) SEPARATOR '||')
FROM `product_property` `product.properties.mapping`
WHERE `product.properties.mapping`.`product_id` = `product`.`properties` ) as `product.properties.id_mapping`, `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.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 = 0x59D93A8DA4074D12A51EA5FD20DD3E38 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 = 0x59D93A8DA4074D12A51EA5FD20DD3E38 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 = 0x59D93A8DA4074D12A51EA5FD20DD3E38 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 `media` `product.manufacturer.media` ON `product.manufacturer`.`media_id` = `product.manufacturer.media`.`id` LEFT JOIN (SELECT `product.manufacturer.media.translation`.media_id, `product.manufacturer.media.translation`.title as `product.manufacturer.media.translation.title`, `product.manufacturer.media.translation`.alt as `product.manufacturer.media.translation.alt`, `product.manufacturer.media.translation`.custom_fields as `product.manufacturer.media.translation.customFields`, `product.manufacturer.media.translation`.created_at as `product.manufacturer.media.translation.createdAt`, `product.manufacturer.media.translation`.updated_at as `product.manufacturer.media.translation.updatedAt`, `product.manufacturer.media.translation`.media_id as `product.manufacturer.media.translation.mediaId`, `product.manufacturer.media.translation`.language_id as `product.manufacturer.media.translation.languageId`, `product.manufacturer.media.translation.fallback_1`.title as `product.manufacturer.media.translation.fallback_1.title`, `product.manufacturer.media.translation.fallback_1`.alt as `product.manufacturer.media.translation.fallback_1.alt`, `product.manufacturer.media.translation.fallback_1`.custom_fields as `product.manufacturer.media.translation.fallback_1.customFields`, `product.manufacturer.media.translation.fallback_1`.created_at as `product.manufacturer.media.translation.fallback_1.createdAt`, `product.manufacturer.media.translation.fallback_1`.updated_at as `product.manufacturer.media.translation.fallback_1.updatedAt`, `product.manufacturer.media.translation.fallback_1`.media_id as `product.manufacturer.media.translation.fallback_1.mediaId`, `product.manufacturer.media.translation.fallback_1`.language_id as `product.manufacturer.media.translation.fallback_1.languageId` FROM `media_translation` `product.manufacturer.media.translation` LEFT JOIN `media_translation` `product.manufacturer.media.translation.fallback_1` ON `product.manufacturer.media.translation`.`media_id` = `product.manufacturer.media.translation.fallback_1`.`media_id` AND `product.manufacturer.media.translation.fallback_1`.language_id = 0x59D93A8DA4074D12A51EA5FD20DD3E38 WHERE `product.manufacturer.media.translation`.language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B) `product.manufacturer.media.media_translation` ON `product.manufacturer.media.media_translation`.`media_id` = `product.manufacturer.media`.`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 = 0x59D93A8DA4074D12A51EA5FD20DD3E38 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 = 0x59D93A8DA4074D12A51EA5FD20DD3E38 WHERE `product.deliveryTime.translation`.language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B) `product.deliveryTime.delivery_time_translation` ON `product.deliveryTime.delivery_time_translation`.`delivery_time_id` = `product.deliveryTime`.`id` LEFT JOIN `media` `product.cover.media` ON `product.cover`.`media_id` = `product.cover.media`.`id` LEFT JOIN (SELECT `product.cover.media.translation`.media_id, `product.cover.media.translation`.title as `product.cover.media.translation.title`, `product.cover.media.translation`.alt as `product.cover.media.translation.alt`, `product.cover.media.translation`.custom_fields as `product.cover.media.translation.customFields`, `product.cover.media.translation`.created_at as `product.cover.media.translation.createdAt`, `product.cover.media.translation`.updated_at as `product.cover.media.translation.updatedAt`, `product.cover.media.translation`.media_id as `product.cover.media.translation.mediaId`, `product.cover.media.translation`.language_id as `product.cover.media.translation.languageId`, `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 = 0x59D93A8DA4074D12A51EA5FD20DD3E38 WHERE `product.cover.media.translation`.language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B) `product.cover.media.media_translation` ON `product.cover.media.media_translation`.`media_id` = `product.cover.media`.`id` WHERE (`product`.`version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425) AND (`product`.`id` IN (0x11EEE385ECF5418FA7B77243D12023CB));
array:28 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1322)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 212)"
2 => "Doctrine\DBAL\Query\QueryBuilder::execute (line 296)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetch (line 131)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 82)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::read (line 36)"
6 => "Shopware\Core\Profiling\Entity\EntityReaderProfiler::read (line 177)"
7 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::read (line 118)"
8 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::search (line 120)"
9 => "Shopware\Core\Content\Product\SalesChannel\Detail\ProductDetailRoute::load (line 121)"
10 => "Shopware\Core\Content\Product\SalesChannel\Detail\CachedProductDetailRoute::Shopware\Core\Content\Product\SalesChannel\Detail\{closure} (line 334)"
11 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 39)"
12 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 99)"
13 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 38)"
14 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 43)"
15 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 37)"
16 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 37)"
17 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 54)"
18 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 36)"
19 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 120)"
20 => "Shopware\Core\Content\Product\SalesChannel\Detail\CachedProductDetailRoute::load (line 86)"
21 => "Shopware\Storefront\Page\Product\ProductPageLoader::load (line 93)"
22 => "Shopware\Storefront\Controller\ProductController::index (line 152)"
23 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 74)"
24 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
25 => "Symfony\Component\HttpKernel\Kernel::handle (line 184)"
26 => "Shopware\Core\HttpKernel::doHandle (line 81)"
27 => "Shopware\Core\HttpKernel::handle (line 48)"
]
|
| 38 |
2.06 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.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 (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` 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.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 (
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`
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.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 = 0x59D93A8DA4074D12A51EA5FD20DD3E38 WHERE `property_group_option.translation`.language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B) `property_group_option.property_group_option_translation` ON `property_group_option.property_group_option_translation`.`property_group_option_id` = `property_group_option`.`id` LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option`.`property_group_id` = `property_group_option.group`.`id` LEFT JOIN (SELECT `property_group_option.group.translation`.property_group_id, `property_group_option.group.translation`.name as `property_group_option.group.translation.name`, `property_group_option.group.translation`.description as `property_group_option.group.translation.description`, `property_group_option.group.translation`.position as `property_group_option.group.translation.position`, `property_group_option.group.translation`.custom_fields as `property_group_option.group.translation.customFields`, `property_group_option.group.translation`.created_at as `property_group_option.group.translation.createdAt`, `property_group_option.group.translation`.updated_at as `property_group_option.group.translation.updatedAt`, `property_group_option.group.translation`.property_group_id as `property_group_option.group.translation.propertyGroupId`, `property_group_option.group.translation`.language_id as `property_group_option.group.translation.languageId`, `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 = 0x59D93A8DA4074D12A51EA5FD20DD3E38 WHERE `property_group_option.group.translation`.language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B) `property_group_option.group.property_group_translation` ON `property_group_option.group.property_group_translation`.`property_group_id` = `property_group_option.group`.`id` WHERE `property_group_option`.`id` IN (0x66CF0DC2361D4C67A7A2E1B1D6FF70EC);
array:32 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1322)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 212)"
2 => "Doctrine\DBAL\Query\QueryBuilder::execute (line 296)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetch (line 131)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 626)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::loadManyToManyOverExtension (line 324)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::loadManyToMany (line 1142)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetchAssociations (line 135)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 82)"
9 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::read (line 36)"
10 => "Shopware\Core\Profiling\Entity\EntityReaderProfiler::read (line 177)"
11 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::read (line 118)"
12 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::search (line 120)"
13 => "Shopware\Core\Content\Product\SalesChannel\Detail\ProductDetailRoute::load (line 121)"
14 => "Shopware\Core\Content\Product\SalesChannel\Detail\CachedProductDetailRoute::Shopware\Core\Content\Product\SalesChannel\Detail\{closure} (line 334)"
15 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 39)"
16 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 99)"
17 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 38)"
18 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 43)"
19 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 37)"
20 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 37)"
21 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 54)"
22 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 36)"
23 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 120)"
24 => "Shopware\Core\Content\Product\SalesChannel\Detail\CachedProductDetailRoute::load (line 86)"
25 => "Shopware\Storefront\Page\Product\ProductPageLoader::load (line 93)"
26 => "Shopware\Storefront\Controller\ProductController::index (line 152)"
27 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 74)"
28 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
29 => "Symfony\Component\HttpKernel\Kernel::handle (line 184)"
30 => "Shopware\Core\HttpKernel::doHandle (line 81)"
31 => "Shopware\Core\HttpKernel::handle (line 48)"
]
|
| 39 |
3.11 ms |
SELECT `main_category`.`id` as `main_category.id`, `main_category`.`product_id` as `main_category.productId`, `main_category`.`product_version_id` as `main_category.productVersionId`, `main_category`.`category_id` as `main_category.categoryId`, `main_category`.`category_version_id` as `main_category.categoryVersionId`, `main_category`.`sales_channel_id` as `main_category.salesChannelId`, `main_category`.`created_at` as `main_category.createdAt`, `main_category`.`updated_at` as `main_category.updatedAt`, `main_category.category`.`id` as `main_category.category.id`, `main_category.category`.`version_id` as `main_category.category.versionId`, `main_category.category`.`parent_id` as `main_category.category.parentId`, `main_category.category`.`parent_version_id` as `main_category.category.parentVersionId`, `main_category.category`.`after_category_id` as `main_category.category.afterCategoryId`, `main_category.category`.`after_category_version_id` as `main_category.category.afterCategoryVersionId`, `main_category.category`.`media_id` as `main_category.category.mediaId`, `main_category.category`.`display_nested_products` as `main_category.category.displayNestedProducts`, `main_category.category`.`auto_increment` as `main_category.category.autoIncrement`, `main_category.category`.`level` as `main_category.category.level`, `main_category.category`.`path` as `main_category.category.path`, `main_category.category`.`child_count` as `main_category.category.childCount`, `main_category.category`.`type` as `main_category.category.type`, `main_category.category`.`product_assignment_type` as `main_category.category.productAssignmentType`, `main_category.category`.`visible` as `main_category.category.visible`, `main_category.category`.`active` as `main_category.category.active`, `main_category.category`.`cms_page_id` as `main_category.category.cmsPageId`, `main_category.category`.`cms_page_version_id` as `main_category.category.cmsPageVersionId`, `main_category.category`.`product_stream_id` as `main_category.category.productStreamId`, `main_category.category`.`created_at` as `main_category.category.createdAt`, `main_category.category`.`updated_at` as `main_category.category.updatedAt`, `main_category.category.translation.fallback_1.name`, `main_category.category.translation.name`, COALESCE(`main_category.category.translation.fallback_1.name`,`main_category.category.translation.name`,`main_category.category.translation.name`) as `main_category.category.name`, `main_category.category.translation.fallback_1.breadcrumb`, `main_category.category.translation.breadcrumb`, COALESCE(`main_category.category.translation.fallback_1.breadcrumb`,`main_category.category.translation.breadcrumb`,`main_category.category.translation.breadcrumb`) as `main_category.category.breadcrumb`, `main_category.category.translation.fallback_1.slotConfig`, `main_category.category.translation.slotConfig`, COALESCE(`main_category.category.translation.fallback_1.slotConfig`,`main_category.category.translation.slotConfig`,`main_category.category.translation.slotConfig`) as `main_category.category.slotConfig`, `main_category.category.translation.fallback_1.linkType`, `main_category.category.translation.linkType`, COALESCE(`main_category.category.translation.fallback_1.linkType`,`main_category.category.translation.linkType`,`main_category.category.translation.linkType`) as `main_category.category.linkType`, `main_category.category.translation.fallback_1.internalLink`, `main_category.category.translation.internalLink`, COALESCE(`main_category.category.translation.fallback_1.internalLink`,`main_category.category.translation.internalLink`,`main_category.category.translation.internalLink`) as `main_category.category.internalLink`, `main_category.category.translation.fallback_1.externalLink`, `main_category.category.translation.externalLink`, COALESCE(`main_category.category.translation.fallback_1.externalLink`,`main_category.category.translation.externalLink`,`main_category.category.translation.externalLink`) as `main_category.category.externalLink`, `main_category.category.translation.fallback_1.linkNewTab`, `main_category.category.translation.linkNewTab`, COALESCE(`main_category.category.translation.fallback_1.linkNewTab`,`main_category.category.translation.linkNewTab`,`main_category.category.translation.linkNewTab`) as `main_category.category.linkNewTab`, `main_category.category.translation.fallback_1.description`, `main_category.category.translation.description`, COALESCE(`main_category.category.translation.fallback_1.description`,`main_category.category.translation.description`,`main_category.category.translation.description`) as `main_category.category.description`, `main_category.category.translation.fallback_1.metaTitle`, `main_category.category.translation.metaTitle`, COALESCE(`main_category.category.translation.fallback_1.metaTitle`,`main_category.category.translation.metaTitle`,`main_category.category.translation.metaTitle`) as `main_category.category.metaTitle`, `main_category.category.translation.fallback_1.metaDescription`, `main_category.category.translation.metaDescription`, COALESCE(`main_category.category.translation.fallback_1.metaDescription`,`main_category.category.translation.metaDescription`,`main_category.category.translation.metaDescription`) as `main_category.category.metaDescription`, `main_category.category.translation.fallback_1.keywords`, `main_category.category.translation.keywords`, COALESCE(`main_category.category.translation.fallback_1.keywords`,`main_category.category.translation.keywords`,`main_category.category.translation.keywords`) as `main_category.category.keywords`, `main_category.category.translation.fallback_1.customFields`, `main_category.category.translation.customFields`, COALESCE(`main_category.category.translation.fallback_1.customFields`,`main_category.category.translation.customFields`,`main_category.category.translation.customFields`) as `main_category.category.customFields`, `main_category.category.translation.fallback_1.createdAt`, `main_category.category.translation.createdAt`, `main_category.category.translation.fallback_1.updatedAt`, `main_category.category.translation.updatedAt`, `main_category.category.translation.fallback_1.categoryId`, `main_category.category.translation.categoryId`, `main_category.category.translation.fallback_1.languageId`, `main_category.category.translation.languageId`, `main_category.category.translation.fallback_1.categoryVersionId`, `main_category.category.translation.categoryVersionId` FROM `main_category` LEFT JOIN `category` `main_category.category` ON `main_category`.`category_id` = `main_category.category`.`id` LEFT JOIN (SELECT `main_category.category.translation`.category_id, `main_category.category.translation`.category_version_id, `main_category.category.translation`.name as `main_category.category.translation.name`, `main_category.category.translation`.breadcrumb as `main_category.category.translation.breadcrumb`, `main_category.category.translation`.slot_config as `main_category.category.translation.slotConfig`, `main_category.category.translation`.link_type as `main_category.category.translation.linkType`, `main_category.category.translation`.internal_link as `main_category.category.translation.internalLink`, `main_category.category.translation`.external_link as `main_category.category.translation.externalLink`, `main_category.category.translation`.link_new_tab as `main_category.category.translation.linkNewTab`, `main_category.category.translation`.description as `main_category.category.translation.description`, `main_category.category.translation`.meta_title as `main_category.category.translation.metaTitle`, `main_category.category.translation`.meta_description as `main_category.category.translation.metaDescription`, `main_category.category.translation`.keywords as `main_category.category.translation.keywords`, `main_category.category.translation`.custom_fields as `main_category.category.translation.customFields`, `main_category.category.translation`.created_at as `main_category.category.translation.createdAt`, `main_category.category.translation`.updated_at as `main_category.category.translation.updatedAt`, `main_category.category.translation`.category_id as `main_category.category.translation.categoryId`, `main_category.category.translation`.language_id as `main_category.category.translation.languageId`, `main_category.category.translation`.category_version_id as `main_category.category.translation.categoryVersionId`, `main_category.category.translation.fallback_1`.name as `main_category.category.translation.fallback_1.name`, `main_category.category.translation.fallback_1`.breadcrumb as `main_category.category.translation.fallback_1.breadcrumb`, `main_category.category.translation.fallback_1`.slot_config as `main_category.category.translation.fallback_1.slotConfig`, `main_category.category.translation.fallback_1`.link_type as `main_category.category.translation.fallback_1.linkType`, `main_category.category.translation.fallback_1`.internal_link as `main_category.category.translation.fallback_1.internalLink`, `main_category.category.translation.fallback_1`.external_link as `main_category.category.translation.fallback_1.externalLink`, `main_category.category.translation.fallback_1`.link_new_tab as `main_category.category.translation.fallback_1.linkNewTab`, `main_category.category.translation.fallback_1`.description as `main_category.category.translation.fallback_1.description`, `main_category.category.translation.fallback_1`.meta_title as `main_category.category.translation.fallback_1.metaTitle`, `main_category.category.translation.fallback_1`.meta_description as `main_category.category.translation.fallback_1.metaDescription`, `main_category.category.translation.fallback_1`.keywords as `main_category.category.translation.fallback_1.keywords`, `main_category.category.translation.fallback_1`.custom_fields as `main_category.category.translation.fallback_1.customFields`, `main_category.category.translation.fallback_1`.created_at as `main_category.category.translation.fallback_1.createdAt`, `main_category.category.translation.fallback_1`.updated_at as `main_category.category.translation.fallback_1.updatedAt`, `main_category.category.translation.fallback_1`.category_id as `main_category.category.translation.fallback_1.categoryId`, `main_category.category.translation.fallback_1`.language_id as `main_category.category.translation.fallback_1.languageId`, `main_category.category.translation.fallback_1`.category_version_id as `main_category.category.translation.fallback_1.categoryVersionId` FROM `category_translation` `main_category.category.translation` LEFT JOIN `category_translation` `main_category.category.translation.fallback_1` ON `main_category.category.translation`.`category_id` = `main_category.category.translation.fallback_1`.`category_id` AND `main_category.category.translation.fallback_1`.language_id = :languageId1 AND `main_category.category.translation`.category_version_id = `main_category.category.translation.fallback_1`.category_version_id WHERE `main_category.category.translation`.language_id = :languageId) `main_category.category.category_translation` ON `main_category.category.category_translation`.`category_id` = `main_category.category`.`id` AND `main_category.category.category_translation`.category_version_id = `main_category.category`.version_id WHERE (`main_category`.`sales_channel_id` = :param_30035d5496874d7eab660caedda57709 AND `main_category`.`product_id` IN (:param_a8f51ecdc2604b12966323c82d0a5f10))
SELECT
`main_category`.`id` as `main_category.id`,
`main_category`.`product_id` as `main_category.productId`,
`main_category`.`product_version_id` as `main_category.productVersionId`,
`main_category`.`category_id` as `main_category.categoryId`,
`main_category`.`category_version_id` as `main_category.categoryVersionId`,
`main_category`.`sales_channel_id` as `main_category.salesChannelId`,
`main_category`.`created_at` as `main_category.createdAt`,
`main_category`.`updated_at` as `main_category.updatedAt`,
`main_category.category`.`id` as `main_category.category.id`,
`main_category.category`.`version_id` as `main_category.category.versionId`,
`main_category.category`.`parent_id` as `main_category.category.parentId`,
`main_category.category`.`parent_version_id` as `main_category.category.parentVersionId`,
`main_category.category`.`after_category_id` as `main_category.category.afterCategoryId`,
`main_category.category`.`after_category_version_id` as `main_category.category.afterCategoryVersionId`,
`main_category.category`.`media_id` as `main_category.category.mediaId`,
`main_category.category`.`display_nested_products` as `main_category.category.displayNestedProducts`,
`main_category.category`.`auto_increment` as `main_category.category.autoIncrement`,
`main_category.category`.`level` as `main_category.category.level`,
`main_category.category`.`path` as `main_category.category.path`,
`main_category.category`.`child_count` as `main_category.category.childCount`,
`main_category.category`.`type` as `main_category.category.type`,
`main_category.category`.`product_assignment_type` as `main_category.category.productAssignmentType`,
`main_category.category`.`visible` as `main_category.category.visible`,
`main_category.category`.`active` as `main_category.category.active`,
`main_category.category`.`cms_page_id` as `main_category.category.cmsPageId`,
`main_category.category`.`cms_page_version_id` as `main_category.category.cmsPageVersionId`,
`main_category.category`.`product_stream_id` as `main_category.category.productStreamId`,
`main_category.category`.`created_at` as `main_category.category.createdAt`,
`main_category.category`.`updated_at` as `main_category.category.updatedAt`,
`main_category.category.translation.fallback_1.name`,
`main_category.category.translation.name`,
COALESCE(
`main_category.category.translation.fallback_1.name`,
`main_category.category.translation.name`,
`main_category.category.translation.name`
) as `main_category.category.name`,
`main_category.category.translation.fallback_1.breadcrumb`,
`main_category.category.translation.breadcrumb`,
COALESCE(
`main_category.category.translation.fallback_1.breadcrumb`,
`main_category.category.translation.breadcrumb`,
`main_category.category.translation.breadcrumb`
) as `main_category.category.breadcrumb`,
`main_category.category.translation.fallback_1.slotConfig`,
`main_category.category.translation.slotConfig`,
COALESCE(
`main_category.category.translation.fallback_1.slotConfig`,
`main_category.category.translation.slotConfig`,
`main_category.category.translation.slotConfig`
) as `main_category.category.slotConfig`,
`main_category.category.translation.fallback_1.linkType`,
`main_category.category.translation.linkType`,
COALESCE(
`main_category.category.translation.fallback_1.linkType`,
`main_category.category.translation.linkType`,
`main_category.category.translation.linkType`
) as `main_category.category.linkType`,
`main_category.category.translation.fallback_1.internalLink`,
`main_category.category.translation.internalLink`,
COALESCE(
`main_category.category.translation.fallback_1.internalLink`,
`main_category.category.translation.internalLink`,
`main_category.category.translation.internalLink`
) as `main_category.category.internalLink`,
`main_category.category.translation.fallback_1.externalLink`,
`main_category.category.translation.externalLink`,
COALESCE(
`main_category.category.translation.fallback_1.externalLink`,
`main_category.category.translation.externalLink`,
`main_category.category.translation.externalLink`
) as `main_category.category.externalLink`,
`main_category.category.translation.fallback_1.linkNewTab`,
`main_category.category.translation.linkNewTab`,
COALESCE(
`main_category.category.translation.fallback_1.linkNewTab`,
`main_category.category.translation.linkNewTab`,
`main_category.category.translation.linkNewTab`
) as `main_category.category.linkNewTab`,
`main_category.category.translation.fallback_1.description`,
`main_category.category.translation.description`,
COALESCE(
`main_category.category.translation.fallback_1.description`,
`main_category.category.translation.description`,
`main_category.category.translation.description`
) as `main_category.category.description`,
`main_category.category.translation.fallback_1.metaTitle`,
`main_category.category.translation.metaTitle`,
COALESCE(
`main_category.category.translation.fallback_1.metaTitle`,
`main_category.category.translation.metaTitle`,
`main_category.category.translation.metaTitle`
) as `main_category.category.metaTitle`,
`main_category.category.translation.fallback_1.metaDescription`,
`main_category.category.translation.metaDescription`,
COALESCE(
`main_category.category.translation.fallback_1.metaDescription`,
`main_category.category.translation.metaDescription`,
`main_category.category.translation.metaDescription`
) as `main_category.category.metaDescription`,
`main_category.category.translation.fallback_1.keywords`,
`main_category.category.translation.keywords`,
COALESCE(
`main_category.category.translation.fallback_1.keywords`,
`main_category.category.translation.keywords`,
`main_category.category.translation.keywords`
) as `main_category.category.keywords`,
`main_category.category.translation.fallback_1.customFields`,
`main_category.category.translation.customFields`,
COALESCE(
`main_category.category.translation.fallback_1.customFields`,
`main_category.category.translation.customFields`,
`main_category.category.translation.customFields`
) as `main_category.category.customFields`,
`main_category.category.translation.fallback_1.createdAt`,
`main_category.category.translation.createdAt`,
`main_category.category.translation.fallback_1.updatedAt`,
`main_category.category.translation.updatedAt`,
`main_category.category.translation.fallback_1.categoryId`,
`main_category.category.translation.categoryId`,
`main_category.category.translation.fallback_1.languageId`,
`main_category.category.translation.languageId`,
`main_category.category.translation.fallback_1.categoryVersionId`,
`main_category.category.translation.categoryVersionId`
FROM
`main_category`
LEFT JOIN `category` `main_category.category` ON `main_category`.`category_id` = `main_category.category`.`id`
LEFT JOIN (
SELECT
`main_category.category.translation`.category_id,
`main_category.category.translation`.category_version_id,
`main_category.category.translation`.name as `main_category.category.translation.name`,
`main_category.category.translation`.breadcrumb as `main_category.category.translation.breadcrumb`,
`main_category.category.translation`.slot_config as `main_category.category.translation.slotConfig`,
`main_category.category.translation`.link_type as `main_category.category.translation.linkType`,
`main_category.category.translation`.internal_link as `main_category.category.translation.internalLink`,
`main_category.category.translation`.external_link as `main_category.category.translation.externalLink`,
`main_category.category.translation`.link_new_tab as `main_category.category.translation.linkNewTab`,
`main_category.category.translation`.description as `main_category.category.translation.description`,
`main_category.category.translation`.meta_title as `main_category.category.translation.metaTitle`,
`main_category.category.translation`.meta_description as `main_category.category.translation.metaDescription`,
`main_category.category.translation`.keywords as `main_category.category.translation.keywords`,
`main_category.category.translation`.custom_fields as `main_category.category.translation.customFields`,
`main_category.category.translation`.created_at as `main_category.category.translation.createdAt`,
`main_category.category.translation`.updated_at as `main_category.category.translation.updatedAt`,
`main_category.category.translation`.category_id as `main_category.category.translation.categoryId`,
`main_category.category.translation`.language_id as `main_category.category.translation.languageId`,
`main_category.category.translation`.category_version_id as `main_category.category.translation.categoryVersionId`,
`main_category.category.translation.fallback_1`.name as `main_category.category.translation.fallback_1.name`,
`main_category.category.translation.fallback_1`.breadcrumb as `main_category.category.translation.fallback_1.breadcrumb`,
`main_category.category.translation.fallback_1`.slot_config as `main_category.category.translation.fallback_1.slotConfig`,
`main_category.category.translation.fallback_1`.link_type as `main_category.category.translation.fallback_1.linkType`,
`main_category.category.translation.fallback_1`.internal_link as `main_category.category.translation.fallback_1.internalLink`,
`main_category.category.translation.fallback_1`.external_link as `main_category.category.translation.fallback_1.externalLink`,
`main_category.category.translation.fallback_1`.link_new_tab as `main_category.category.translation.fallback_1.linkNewTab`,
`main_category.category.translation.fallback_1`.description as `main_category.category.translation.fallback_1.description`,
`main_category.category.translation.fallback_1`.meta_title as `main_category.category.translation.fallback_1.metaTitle`,
`main_category.category.translation.fallback_1`.meta_description as `main_category.category.translation.fallback_1.metaDescription`,
`main_category.category.translation.fallback_1`.keywords as `main_category.category.translation.fallback_1.keywords`,
`main_category.category.translation.fallback_1`.custom_fields as `main_category.category.translation.fallback_1.customFields`,
`main_category.category.translation.fallback_1`.created_at as `main_category.category.translation.fallback_1.createdAt`,
`main_category.category.translation.fallback_1`.updated_at as `main_category.category.translation.fallback_1.updatedAt`,
`main_category.category.translation.fallback_1`.category_id as `main_category.category.translation.fallback_1.categoryId`,
`main_category.category.translation.fallback_1`.language_id as `main_category.category.translation.fallback_1.languageId`,
`main_category.category.translation.fallback_1`.category_version_id as `main_category.category.translation.fallback_1.categoryVersionId`
FROM
`category_translation` `main_category.category.translation`
LEFT JOIN `category_translation` `main_category.category.translation.fallback_1` ON `main_category.category.translation`.`category_id` = `main_category.category.translation.fallback_1`.`category_id`
AND `main_category.category.translation.fallback_1`.language_id = : languageId1
AND `main_category.category.translation`.category_version_id = `main_category.category.translation.fallback_1`.category_version_id
WHERE
`main_category.category.translation`.language_id = : languageId
) `main_category.category.category_translation` ON `main_category.category.category_translation`.`category_id` = `main_category.category`.`id`
AND `main_category.category.category_translation`.category_version_id = `main_category.category`.version_id
WHERE
(
`main_category`.`sales_channel_id` = : param_30035d5496874d7eab660caedda57709
AND `main_category`.`product_id` IN (
: param_a8f51ecdc2604b12966323c82d0a5f10
)
)
SELECT `main_category`.`id` as `main_category.id`, `main_category`.`product_id` as `main_category.productId`, `main_category`.`product_version_id` as `main_category.productVersionId`, `main_category`.`category_id` as `main_category.categoryId`, `main_category`.`category_version_id` as `main_category.categoryVersionId`, `main_category`.`sales_channel_id` as `main_category.salesChannelId`, `main_category`.`created_at` as `main_category.createdAt`, `main_category`.`updated_at` as `main_category.updatedAt`, `main_category.category`.`id` as `main_category.category.id`, `main_category.category`.`version_id` as `main_category.category.versionId`, `main_category.category`.`parent_id` as `main_category.category.parentId`, `main_category.category`.`parent_version_id` as `main_category.category.parentVersionId`, `main_category.category`.`after_category_id` as `main_category.category.afterCategoryId`, `main_category.category`.`after_category_version_id` as `main_category.category.afterCategoryVersionId`, `main_category.category`.`media_id` as `main_category.category.mediaId`, `main_category.category`.`display_nested_products` as `main_category.category.displayNestedProducts`, `main_category.category`.`auto_increment` as `main_category.category.autoIncrement`, `main_category.category`.`level` as `main_category.category.level`, `main_category.category`.`path` as `main_category.category.path`, `main_category.category`.`child_count` as `main_category.category.childCount`, `main_category.category`.`type` as `main_category.category.type`, `main_category.category`.`product_assignment_type` as `main_category.category.productAssignmentType`, `main_category.category`.`visible` as `main_category.category.visible`, `main_category.category`.`active` as `main_category.category.active`, `main_category.category`.`cms_page_id` as `main_category.category.cmsPageId`, `main_category.category`.`cms_page_version_id` as `main_category.category.cmsPageVersionId`, `main_category.category`.`product_stream_id` as `main_category.category.productStreamId`, `main_category.category`.`created_at` as `main_category.category.createdAt`, `main_category.category`.`updated_at` as `main_category.category.updatedAt`, `main_category.category.translation.fallback_1.name`, `main_category.category.translation.name`, COALESCE(`main_category.category.translation.fallback_1.name`,`main_category.category.translation.name`,`main_category.category.translation.name`) as `main_category.category.name`, `main_category.category.translation.fallback_1.breadcrumb`, `main_category.category.translation.breadcrumb`, COALESCE(`main_category.category.translation.fallback_1.breadcrumb`,`main_category.category.translation.breadcrumb`,`main_category.category.translation.breadcrumb`) as `main_category.category.breadcrumb`, `main_category.category.translation.fallback_1.slotConfig`, `main_category.category.translation.slotConfig`, COALESCE(`main_category.category.translation.fallback_1.slotConfig`,`main_category.category.translation.slotConfig`,`main_category.category.translation.slotConfig`) as `main_category.category.slotConfig`, `main_category.category.translation.fallback_1.linkType`, `main_category.category.translation.linkType`, COALESCE(`main_category.category.translation.fallback_1.linkType`,`main_category.category.translation.linkType`,`main_category.category.translation.linkType`) as `main_category.category.linkType`, `main_category.category.translation.fallback_1.internalLink`, `main_category.category.translation.internalLink`, COALESCE(`main_category.category.translation.fallback_1.internalLink`,`main_category.category.translation.internalLink`,`main_category.category.translation.internalLink`) as `main_category.category.internalLink`, `main_category.category.translation.fallback_1.externalLink`, `main_category.category.translation.externalLink`, COALESCE(`main_category.category.translation.fallback_1.externalLink`,`main_category.category.translation.externalLink`,`main_category.category.translation.externalLink`) as `main_category.category.externalLink`, `main_category.category.translation.fallback_1.linkNewTab`, `main_category.category.translation.linkNewTab`, COALESCE(`main_category.category.translation.fallback_1.linkNewTab`,`main_category.category.translation.linkNewTab`,`main_category.category.translation.linkNewTab`) as `main_category.category.linkNewTab`, `main_category.category.translation.fallback_1.description`, `main_category.category.translation.description`, COALESCE(`main_category.category.translation.fallback_1.description`,`main_category.category.translation.description`,`main_category.category.translation.description`) as `main_category.category.description`, `main_category.category.translation.fallback_1.metaTitle`, `main_category.category.translation.metaTitle`, COALESCE(`main_category.category.translation.fallback_1.metaTitle`,`main_category.category.translation.metaTitle`,`main_category.category.translation.metaTitle`) as `main_category.category.metaTitle`, `main_category.category.translation.fallback_1.metaDescription`, `main_category.category.translation.metaDescription`, COALESCE(`main_category.category.translation.fallback_1.metaDescription`,`main_category.category.translation.metaDescription`,`main_category.category.translation.metaDescription`) as `main_category.category.metaDescription`, `main_category.category.translation.fallback_1.keywords`, `main_category.category.translation.keywords`, COALESCE(`main_category.category.translation.fallback_1.keywords`,`main_category.category.translation.keywords`,`main_category.category.translation.keywords`) as `main_category.category.keywords`, `main_category.category.translation.fallback_1.customFields`, `main_category.category.translation.customFields`, COALESCE(`main_category.category.translation.fallback_1.customFields`,`main_category.category.translation.customFields`,`main_category.category.translation.customFields`) as `main_category.category.customFields`, `main_category.category.translation.fallback_1.createdAt`, `main_category.category.translation.createdAt`, `main_category.category.translation.fallback_1.updatedAt`, `main_category.category.translation.updatedAt`, `main_category.category.translation.fallback_1.categoryId`, `main_category.category.translation.categoryId`, `main_category.category.translation.fallback_1.languageId`, `main_category.category.translation.languageId`, `main_category.category.translation.fallback_1.categoryVersionId`, `main_category.category.translation.categoryVersionId` FROM `main_category` LEFT JOIN `category` `main_category.category` ON `main_category`.`category_id` = `main_category.category`.`id` LEFT JOIN (SELECT `main_category.category.translation`.category_id, `main_category.category.translation`.category_version_id, `main_category.category.translation`.name as `main_category.category.translation.name`, `main_category.category.translation`.breadcrumb as `main_category.category.translation.breadcrumb`, `main_category.category.translation`.slot_config as `main_category.category.translation.slotConfig`, `main_category.category.translation`.link_type as `main_category.category.translation.linkType`, `main_category.category.translation`.internal_link as `main_category.category.translation.internalLink`, `main_category.category.translation`.external_link as `main_category.category.translation.externalLink`, `main_category.category.translation`.link_new_tab as `main_category.category.translation.linkNewTab`, `main_category.category.translation`.description as `main_category.category.translation.description`, `main_category.category.translation`.meta_title as `main_category.category.translation.metaTitle`, `main_category.category.translation`.meta_description as `main_category.category.translation.metaDescription`, `main_category.category.translation`.keywords as `main_category.category.translation.keywords`, `main_category.category.translation`.custom_fields as `main_category.category.translation.customFields`, `main_category.category.translation`.created_at as `main_category.category.translation.createdAt`, `main_category.category.translation`.updated_at as `main_category.category.translation.updatedAt`, `main_category.category.translation`.category_id as `main_category.category.translation.categoryId`, `main_category.category.translation`.language_id as `main_category.category.translation.languageId`, `main_category.category.translation`.category_version_id as `main_category.category.translation.categoryVersionId`, `main_category.category.translation.fallback_1`.name as `main_category.category.translation.fallback_1.name`, `main_category.category.translation.fallback_1`.breadcrumb as `main_category.category.translation.fallback_1.breadcrumb`, `main_category.category.translation.fallback_1`.slot_config as `main_category.category.translation.fallback_1.slotConfig`, `main_category.category.translation.fallback_1`.link_type as `main_category.category.translation.fallback_1.linkType`, `main_category.category.translation.fallback_1`.internal_link as `main_category.category.translation.fallback_1.internalLink`, `main_category.category.translation.fallback_1`.external_link as `main_category.category.translation.fallback_1.externalLink`, `main_category.category.translation.fallback_1`.link_new_tab as `main_category.category.translation.fallback_1.linkNewTab`, `main_category.category.translation.fallback_1`.description as `main_category.category.translation.fallback_1.description`, `main_category.category.translation.fallback_1`.meta_title as `main_category.category.translation.fallback_1.metaTitle`, `main_category.category.translation.fallback_1`.meta_description as `main_category.category.translation.fallback_1.metaDescription`, `main_category.category.translation.fallback_1`.keywords as `main_category.category.translation.fallback_1.keywords`, `main_category.category.translation.fallback_1`.custom_fields as `main_category.category.translation.fallback_1.customFields`, `main_category.category.translation.fallback_1`.created_at as `main_category.category.translation.fallback_1.createdAt`, `main_category.category.translation.fallback_1`.updated_at as `main_category.category.translation.fallback_1.updatedAt`, `main_category.category.translation.fallback_1`.category_id as `main_category.category.translation.fallback_1.categoryId`, `main_category.category.translation.fallback_1`.language_id as `main_category.category.translation.fallback_1.languageId`, `main_category.category.translation.fallback_1`.category_version_id as `main_category.category.translation.fallback_1.categoryVersionId` FROM `category_translation` `main_category.category.translation` LEFT JOIN `category_translation` `main_category.category.translation.fallback_1` ON `main_category.category.translation`.`category_id` = `main_category.category.translation.fallback_1`.`category_id` AND `main_category.category.translation.fallback_1`.language_id = 0x59D93A8DA4074D12A51EA5FD20DD3E38 AND `main_category.category.translation`.category_version_id = `main_category.category.translation.fallback_1`.category_version_id WHERE `main_category.category.translation`.language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B) `main_category.category.category_translation` ON `main_category.category.category_translation`.`category_id` = `main_category.category`.`id` AND `main_category.category.category_translation`.category_version_id = `main_category.category`.version_id WHERE (`main_category`.`sales_channel_id` = 0x1DDAFD1C740544059CB27A984D21C445 AND `main_category`.`product_id` IN (0x11EEE385ECF5418FA7B77243D12023CB, 0xE6A784F58007466FAD1D68C82860A809));
array:32 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1322)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 212)"
2 => "Doctrine\DBAL\Query\QueryBuilder::execute (line 296)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetch (line 131)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 458)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::loadOneToManyWithoutPagination (line 406)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::loadOneToMany (line 1136)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetchAssociations (line 135)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 82)"
9 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::read (line 36)"
10 => "Shopware\Core\Profiling\Entity\EntityReaderProfiler::read (line 177)"
11 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::read (line 118)"
12 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::search (line 120)"
13 => "Shopware\Core\Content\Product\SalesChannel\Detail\ProductDetailRoute::load (line 121)"
14 => "Shopware\Core\Content\Product\SalesChannel\Detail\CachedProductDetailRoute::Shopware\Core\Content\Product\SalesChannel\Detail\{closure} (line 334)"
15 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 39)"
16 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 99)"
17 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 38)"
18 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 43)"
19 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 37)"
20 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 37)"
21 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 54)"
22 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 36)"
23 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 120)"
24 => "Shopware\Core\Content\Product\SalesChannel\Detail\CachedProductDetailRoute::load (line 86)"
25 => "Shopware\Storefront\Page\Product\ProductPageLoader::load (line 93)"
26 => "Shopware\Storefront\Controller\ProductController::index (line 152)"
27 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 74)"
28 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
29 => "Symfony\Component\HttpKernel\Kernel::handle (line 184)"
30 => "Shopware\Core\HttpKernel::doHandle (line 81)"
31 => "Shopware\Core\HttpKernel::handle (line 48)"
]
|
| 40 |
1.97 ms |
SELECT `product_media`.`id` as `product_media.id`, `product_media`.`version_id` as `product_media.versionId`, `product_media`.`product_id` as `product_media.productId`, `product_media`.`product_version_id` as `product_media.productVersionId`, `product_media`.`media_id` as `product_media.mediaId`, `product_media`.`position` as `product_media.position`, `product_media.media`.`id` as `product_media.media.id`, `product_media.media`.`user_id` as `product_media.media.userId`, `product_media.media`.`media_folder_id` as `product_media.media.mediaFolderId`, `product_media.media`.`mime_type` as `product_media.media.mimeType`, `product_media.media`.`file_extension` as `product_media.media.fileExtension`, `product_media.media`.`uploaded_at` as `product_media.media.uploadedAt`, `product_media.media`.`file_name` as `product_media.media.fileName`, `product_media.media`.`file_size` as `product_media.media.fileSize`, `product_media.media`.`media_type` as `product_media.media.mediaTypeRaw`, `product_media.media`.`meta_data` as `product_media.media.metaData`, `product_media.media`.`private` as `product_media.media.private`, `product_media.media`.`thumbnails_ro` as `product_media.media.thumbnailsRo`, `product_media.media`.`created_at` as `product_media.media.createdAt`, `product_media.media`.`updated_at` as `product_media.media.updatedAt`, `product_media.media.translation.fallback_1.title`, `product_media.media.translation.title`, COALESCE(`product_media.media.translation.fallback_1.title`,`product_media.media.translation.title`,`product_media.media.translation.title`) as `product_media.media.title`, `product_media.media.translation.fallback_1.alt`, `product_media.media.translation.alt`, COALESCE(`product_media.media.translation.fallback_1.alt`,`product_media.media.translation.alt`,`product_media.media.translation.alt`) as `product_media.media.alt`, `product_media.media.translation.fallback_1.customFields`, `product_media.media.translation.customFields`, COALESCE(`product_media.media.translation.fallback_1.customFields`,`product_media.media.translation.customFields`,`product_media.media.translation.customFields`) as `product_media.media.customFields`, `product_media.media.translation.fallback_1.createdAt`, `product_media.media.translation.createdAt`, `product_media.media.translation.fallback_1.updatedAt`, `product_media.media.translation.updatedAt`, `product_media.media.translation.fallback_1.mediaId`, `product_media.media.translation.mediaId`, `product_media.media.translation.fallback_1.languageId`, `product_media.media.translation.languageId`, `product_media`.`custom_fields` as `product_media.customFields`, `product_media`.`created_at` as `product_media.createdAt`, `product_media`.`updated_at` as `product_media.updatedAt` FROM `product_media` LEFT JOIN `media` `product_media.media` ON `product_media`.`media_id` = `product_media.media`.`id` LEFT JOIN (SELECT `product_media.media.translation`.media_id, `product_media.media.translation`.title as `product_media.media.translation.title`, `product_media.media.translation`.alt as `product_media.media.translation.alt`, `product_media.media.translation`.custom_fields as `product_media.media.translation.customFields`, `product_media.media.translation`.created_at as `product_media.media.translation.createdAt`, `product_media.media.translation`.updated_at as `product_media.media.translation.updatedAt`, `product_media.media.translation`.media_id as `product_media.media.translation.mediaId`, `product_media.media.translation`.language_id as `product_media.media.translation.languageId`, `product_media.media.translation.fallback_1`.title as `product_media.media.translation.fallback_1.title`, `product_media.media.translation.fallback_1`.alt as `product_media.media.translation.fallback_1.alt`, `product_media.media.translation.fallback_1`.custom_fields as `product_media.media.translation.fallback_1.customFields`, `product_media.media.translation.fallback_1`.created_at as `product_media.media.translation.fallback_1.createdAt`, `product_media.media.translation.fallback_1`.updated_at as `product_media.media.translation.fallback_1.updatedAt`, `product_media.media.translation.fallback_1`.media_id as `product_media.media.translation.fallback_1.mediaId`, `product_media.media.translation.fallback_1`.language_id as `product_media.media.translation.fallback_1.languageId` FROM `media_translation` `product_media.media.translation` LEFT JOIN `media_translation` `product_media.media.translation.fallback_1` ON `product_media.media.translation`.`media_id` = `product_media.media.translation.fallback_1`.`media_id` AND `product_media.media.translation.fallback_1`.language_id = :languageId1 WHERE `product_media.media.translation`.language_id = :languageId) `product_media.media.media_translation` ON `product_media.media.media_translation`.`media_id` = `product_media.media`.`id` WHERE (`product_media`.`version_id` = :version) AND ((`product_media`.`product_id` IN (:param_1bee87a22c0b4613ba821d02c770aadd)))
SELECT
`product_media`.`id` as `product_media.id`,
`product_media`.`version_id` as `product_media.versionId`,
`product_media`.`product_id` as `product_media.productId`,
`product_media`.`product_version_id` as `product_media.productVersionId`,
`product_media`.`media_id` as `product_media.mediaId`,
`product_media`.`position` as `product_media.position`,
`product_media.media`.`id` as `product_media.media.id`,
`product_media.media`.`user_id` as `product_media.media.userId`,
`product_media.media`.`media_folder_id` as `product_media.media.mediaFolderId`,
`product_media.media`.`mime_type` as `product_media.media.mimeType`,
`product_media.media`.`file_extension` as `product_media.media.fileExtension`,
`product_media.media`.`uploaded_at` as `product_media.media.uploadedAt`,
`product_media.media`.`file_name` as `product_media.media.fileName`,
`product_media.media`.`file_size` as `product_media.media.fileSize`,
`product_media.media`.`media_type` as `product_media.media.mediaTypeRaw`,
`product_media.media`.`meta_data` as `product_media.media.metaData`,
`product_media.media`.`private` as `product_media.media.private`,
`product_media.media`.`thumbnails_ro` as `product_media.media.thumbnailsRo`,
`product_media.media`.`created_at` as `product_media.media.createdAt`,
`product_media.media`.`updated_at` as `product_media.media.updatedAt`,
`product_media.media.translation.fallback_1.title`,
`product_media.media.translation.title`,
COALESCE(
`product_media.media.translation.fallback_1.title`,
`product_media.media.translation.title`,
`product_media.media.translation.title`
) as `product_media.media.title`,
`product_media.media.translation.fallback_1.alt`,
`product_media.media.translation.alt`,
COALESCE(
`product_media.media.translation.fallback_1.alt`,
`product_media.media.translation.alt`,
`product_media.media.translation.alt`
) as `product_media.media.alt`,
`product_media.media.translation.fallback_1.customFields`,
`product_media.media.translation.customFields`,
COALESCE(
`product_media.media.translation.fallback_1.customFields`,
`product_media.media.translation.customFields`,
`product_media.media.translation.customFields`
) as `product_media.media.customFields`,
`product_media.media.translation.fallback_1.createdAt`,
`product_media.media.translation.createdAt`,
`product_media.media.translation.fallback_1.updatedAt`,
`product_media.media.translation.updatedAt`,
`product_media.media.translation.fallback_1.mediaId`,
`product_media.media.translation.mediaId`,
`product_media.media.translation.fallback_1.languageId`,
`product_media.media.translation.languageId`,
`product_media`.`custom_fields` as `product_media.customFields`,
`product_media`.`created_at` as `product_media.createdAt`,
`product_media`.`updated_at` as `product_media.updatedAt`
FROM
`product_media`
LEFT JOIN `media` `product_media.media` ON `product_media`.`media_id` = `product_media.media`.`id`
LEFT JOIN (
SELECT
`product_media.media.translation`.media_id,
`product_media.media.translation`.title as `product_media.media.translation.title`,
`product_media.media.translation`.alt as `product_media.media.translation.alt`,
`product_media.media.translation`.custom_fields as `product_media.media.translation.customFields`,
`product_media.media.translation`.created_at as `product_media.media.translation.createdAt`,
`product_media.media.translation`.updated_at as `product_media.media.translation.updatedAt`,
`product_media.media.translation`.media_id as `product_media.media.translation.mediaId`,
`product_media.media.translation`.language_id as `product_media.media.translation.languageId`,
`product_media.media.translation.fallback_1`.title as `product_media.media.translation.fallback_1.title`,
`product_media.media.translation.fallback_1`.alt as `product_media.media.translation.fallback_1.alt`,
`product_media.media.translation.fallback_1`.custom_fields as `product_media.media.translation.fallback_1.customFields`,
`product_media.media.translation.fallback_1`.created_at as `product_media.media.translation.fallback_1.createdAt`,
`product_media.media.translation.fallback_1`.updated_at as `product_media.media.translation.fallback_1.updatedAt`,
`product_media.media.translation.fallback_1`.media_id as `product_media.media.translation.fallback_1.mediaId`,
`product_media.media.translation.fallback_1`.language_id as `product_media.media.translation.fallback_1.languageId`
FROM
`media_translation` `product_media.media.translation`
LEFT JOIN `media_translation` `product_media.media.translation.fallback_1` ON `product_media.media.translation`.`media_id` = `product_media.media.translation.fallback_1`.`media_id`
AND `product_media.media.translation.fallback_1`.language_id = : languageId1
WHERE
`product_media.media.translation`.language_id = : languageId
) `product_media.media.media_translation` ON `product_media.media.media_translation`.`media_id` = `product_media.media`.`id`
WHERE
(
`product_media`.`version_id` = : version
)
AND (
(
`product_media`.`product_id` IN (
: param_1bee87a22c0b4613ba821d02c770aadd
)
)
)
SELECT `product_media`.`id` as `product_media.id`, `product_media`.`version_id` as `product_media.versionId`, `product_media`.`product_id` as `product_media.productId`, `product_media`.`product_version_id` as `product_media.productVersionId`, `product_media`.`media_id` as `product_media.mediaId`, `product_media`.`position` as `product_media.position`, `product_media.media`.`id` as `product_media.media.id`, `product_media.media`.`user_id` as `product_media.media.userId`, `product_media.media`.`media_folder_id` as `product_media.media.mediaFolderId`, `product_media.media`.`mime_type` as `product_media.media.mimeType`, `product_media.media`.`file_extension` as `product_media.media.fileExtension`, `product_media.media`.`uploaded_at` as `product_media.media.uploadedAt`, `product_media.media`.`file_name` as `product_media.media.fileName`, `product_media.media`.`file_size` as `product_media.media.fileSize`, `product_media.media`.`media_type` as `product_media.media.mediaTypeRaw`, `product_media.media`.`meta_data` as `product_media.media.metaData`, `product_media.media`.`private` as `product_media.media.private`, `product_media.media`.`thumbnails_ro` as `product_media.media.thumbnailsRo`, `product_media.media`.`created_at` as `product_media.media.createdAt`, `product_media.media`.`updated_at` as `product_media.media.updatedAt`, `product_media.media.translation.fallback_1.title`, `product_media.media.translation.title`, COALESCE(`product_media.media.translation.fallback_1.title`,`product_media.media.translation.title`,`product_media.media.translation.title`) as `product_media.media.title`, `product_media.media.translation.fallback_1.alt`, `product_media.media.translation.alt`, COALESCE(`product_media.media.translation.fallback_1.alt`,`product_media.media.translation.alt`,`product_media.media.translation.alt`) as `product_media.media.alt`, `product_media.media.translation.fallback_1.customFields`, `product_media.media.translation.customFields`, COALESCE(`product_media.media.translation.fallback_1.customFields`,`product_media.media.translation.customFields`,`product_media.media.translation.customFields`) as `product_media.media.customFields`, `product_media.media.translation.fallback_1.createdAt`, `product_media.media.translation.createdAt`, `product_media.media.translation.fallback_1.updatedAt`, `product_media.media.translation.updatedAt`, `product_media.media.translation.fallback_1.mediaId`, `product_media.media.translation.mediaId`, `product_media.media.translation.fallback_1.languageId`, `product_media.media.translation.languageId`, `product_media`.`custom_fields` as `product_media.customFields`, `product_media`.`created_at` as `product_media.createdAt`, `product_media`.`updated_at` as `product_media.updatedAt` FROM `product_media` LEFT JOIN `media` `product_media.media` ON `product_media`.`media_id` = `product_media.media`.`id` LEFT JOIN (SELECT `product_media.media.translation`.media_id, `product_media.media.translation`.title as `product_media.media.translation.title`, `product_media.media.translation`.alt as `product_media.media.translation.alt`, `product_media.media.translation`.custom_fields as `product_media.media.translation.customFields`, `product_media.media.translation`.created_at as `product_media.media.translation.createdAt`, `product_media.media.translation`.updated_at as `product_media.media.translation.updatedAt`, `product_media.media.translation`.media_id as `product_media.media.translation.mediaId`, `product_media.media.translation`.language_id as `product_media.media.translation.languageId`, `product_media.media.translation.fallback_1`.title as `product_media.media.translation.fallback_1.title`, `product_media.media.translation.fallback_1`.alt as `product_media.media.translation.fallback_1.alt`, `product_media.media.translation.fallback_1`.custom_fields as `product_media.media.translation.fallback_1.customFields`, `product_media.media.translation.fallback_1`.created_at as `product_media.media.translation.fallback_1.createdAt`, `product_media.media.translation.fallback_1`.updated_at as `product_media.media.translation.fallback_1.updatedAt`, `product_media.media.translation.fallback_1`.media_id as `product_media.media.translation.fallback_1.mediaId`, `product_media.media.translation.fallback_1`.language_id as `product_media.media.translation.fallback_1.languageId` FROM `media_translation` `product_media.media.translation` LEFT JOIN `media_translation` `product_media.media.translation.fallback_1` ON `product_media.media.translation`.`media_id` = `product_media.media.translation.fallback_1`.`media_id` AND `product_media.media.translation.fallback_1`.language_id = 0x59D93A8DA4074D12A51EA5FD20DD3E38 WHERE `product_media.media.translation`.language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B) `product_media.media.media_translation` ON `product_media.media.media_translation`.`media_id` = `product_media.media`.`id` WHERE (`product_media`.`version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425) AND ((`product_media`.`product_id` IN (0x11EEE385ECF5418FA7B77243D12023CB, 0xE6A784F58007466FAD1D68C82860A809)));
array:32 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1322)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 212)"
2 => "Doctrine\DBAL\Query\QueryBuilder::execute (line 296)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetch (line 131)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 458)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::loadOneToManyWithoutPagination (line 406)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::loadOneToMany (line 1136)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetchAssociations (line 135)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 82)"
9 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::read (line 36)"
10 => "Shopware\Core\Profiling\Entity\EntityReaderProfiler::read (line 177)"
11 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::read (line 118)"
12 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::search (line 120)"
13 => "Shopware\Core\Content\Product\SalesChannel\Detail\ProductDetailRoute::load (line 121)"
14 => "Shopware\Core\Content\Product\SalesChannel\Detail\CachedProductDetailRoute::Shopware\Core\Content\Product\SalesChannel\Detail\{closure} (line 334)"
15 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 39)"
16 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 99)"
17 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 38)"
18 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 43)"
19 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 37)"
20 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 37)"
21 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 54)"
22 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 36)"
23 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 120)"
24 => "Shopware\Core\Content\Product\SalesChannel\Detail\CachedProductDetailRoute::load (line 86)"
25 => "Shopware\Storefront\Page\Product\ProductPageLoader::load (line 93)"
26 => "Shopware\Storefront\Controller\ProductController::index (line 152)"
27 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 74)"
28 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
29 => "Symfony\Component\HttpKernel\Kernel::handle (line 184)"
30 => "Shopware\Core\HttpKernel::doHandle (line 81)"
31 => "Shopware\Core\HttpKernel::handle (line 48)"
]
|
| 41 |
0.52 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_c12218e96be54d89a223e27a7f46fe73)))
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 (0x11EEE385ECF5418FA7B77243D12023CB, 0xE6A784F58007466FAD1D68C82860A809)));
array:32 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1322)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 212)"
2 => "Doctrine\DBAL\Query\QueryBuilder::execute (line 296)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetch (line 131)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 458)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::loadOneToManyWithoutPagination (line 406)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::loadOneToMany (line 1136)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetchAssociations (line 135)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 82)"
9 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::read (line 36)"
10 => "Shopware\Core\Profiling\Entity\EntityReaderProfiler::read (line 177)"
11 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::read (line 118)"
12 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::search (line 120)"
13 => "Shopware\Core\Content\Product\SalesChannel\Detail\ProductDetailRoute::load (line 121)"
14 => "Shopware\Core\Content\Product\SalesChannel\Detail\CachedProductDetailRoute::Shopware\Core\Content\Product\SalesChannel\Detail\{closure} (line 334)"
15 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 39)"
16 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 99)"
17 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 38)"
18 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 43)"
19 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 37)"
20 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 37)"
21 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 54)"
22 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 36)"
23 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 120)"
24 => "Shopware\Core\Content\Product\SalesChannel\Detail\CachedProductDetailRoute::load (line 86)"
25 => "Shopware\Storefront\Page\Product\ProductPageLoader::load (line 93)"
26 => "Shopware\Storefront\Controller\ProductController::index (line 152)"
27 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 74)"
28 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
29 => "Symfony\Component\HttpKernel\Kernel::handle (line 184)"
30 => "Shopware\Core\HttpKernel::doHandle (line 81)"
31 => "Shopware\Core\HttpKernel::handle (line 48)"
]
|
| 42 |
0.60 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 = 0x59D93A8DA4074D12A51EA5FD20DD3E38 WHERE `unit.translation`.language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B) `unit.unit_translation` ON `unit.unit_translation`.`unit_id` = `unit`.`id`;
array:43 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1322)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 212)"
2 => "Doctrine\DBAL\Query\QueryBuilder::execute (line 296)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetch (line 131)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 82)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::read (line 36)"
6 => "Shopware\Core\Profiling\Entity\EntityReaderProfiler::read (line 270)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::read (line 115)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 265)"
9 => "Shopware\Core\Content\Product\SalesChannel\Price\ProductPriceCalculator::getUnits (line 44)"
10 => "Shopware\Core\Content\Product\SalesChannel\Price\ProductPriceCalculator::calculate (line 152)"
11 => "Shopware\Core\Content\Product\Subscriber\ProductSubscriber::productSalesChannelLoaded (line 81)"
12 => "Shopware\Core\Content\Product\Subscriber\ProductSubscriber::salesChannelLoaded (line 270)"
13 => "Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} (line 230)"
14 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
15 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 50)"
16 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 94)"
17 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 52)"
18 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 32)"
19 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 28)"
20 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
21 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 190)"
22 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::read (line 118)"
23 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::search (line 120)"
24 => "Shopware\Core\Content\Product\SalesChannel\Detail\ProductDetailRoute::load (line 121)"
25 => "Shopware\Core\Content\Product\SalesChannel\Detail\CachedProductDetailRoute::Shopware\Core\Content\Product\SalesChannel\Detail\{closure} (line 334)"
26 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 39)"
27 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 99)"
28 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 38)"
29 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 43)"
30 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 37)"
31 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 37)"
32 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 54)"
33 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 36)"
34 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 120)"
35 => "Shopware\Core\Content\Product\SalesChannel\Detail\CachedProductDetailRoute::load (line 86)"
36 => "Shopware\Storefront\Page\Product\ProductPageLoader::load (line 93)"
37 => "Shopware\Storefront\Controller\ProductController::index (line 152)"
38 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 74)"
39 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
40 => "Symfony\Component\HttpKernel\Kernel::handle (line 184)"
41 => "Shopware\Core\HttpKernel::doHandle (line 81)"
42 => "Shopware\Core\HttpKernel::handle (line 48)"
]
|
| 43 |
0.32 ms |
SELECT `category`.`id` FROM `category` LEFT JOIN `main_category` `category.mainCategories` ON `category`.`id` = `category.mainCategories`.`category_id` AND `category`.version_id = `category.mainCategories`.category_version_id WHERE (`category`.`version_id` = :version) AND (((`category.mainCategories`.`product_id` = :param_a15e568db5b4435c98554d24694f2839 AND `category.mainCategories`.`sales_channel_id` = :param_e03a62449a154b4db70e4d98ab117525 AND (`category`.`path` LIKE :param_3fd378e4831d42439b0297cc3db679f0 OR `category`.`path` LIKE :param_ef10d71d93ec48af824ca508feffdc9e)))) LIMIT 1
SELECT `category`.`id` FROM `category` LEFT JOIN `main_category` `category.mainCategories` ON `category`.`id` = `category.mainCategories`.`category_id` AND `category`.version_id = `category.mainCategories`.category_version_id WHERE (`category`.`version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425) AND (((`category.mainCategories`.`product_id` = 0xE6A784F58007466FAD1D68C82860A809 AND `category.mainCategories`.`sales_channel_id` = 0x1DDAFD1C740544059CB27A984D21C445 AND (`category`.`path` LIKE '%|5512d4a679c44fea86d9c53b7a88712b|%' OR `category`.`path` LIKE '%|afa4d7e5a27d4cb2a387855832ef4bbf|%')))) LIMIT 1;
array:29 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1322)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 212)"
2 => "Doctrine\DBAL\Query\QueryBuilder::execute (line 91)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntitySearcher::search (line 57)"
4 => "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher::search (line 36)"
5 => "Shopware\Core\Profiling\Entity\EntitySearcherProfiler::search (line 179)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::searchIds (line 120)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 121)"
8 => "Shopware\Core\Content\Category\Service\CategoryBreadcrumbBuilder::getMainCategory (line 70)"
9 => "Shopware\Core\Content\Category\Service\CategoryBreadcrumbBuilder::getProductSeoCategory (line 128)"
10 => "Shopware\Core\Content\Product\SalesChannel\Detail\ProductDetailRoute::load (line 121)"
11 => "Shopware\Core\Content\Product\SalesChannel\Detail\CachedProductDetailRoute::Shopware\Core\Content\Product\SalesChannel\Detail\{closure} (line 334)"
12 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 39)"
13 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 99)"
14 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 38)"
15 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 43)"
16 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 37)"
17 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 37)"
18 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 54)"
19 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 36)"
20 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 120)"
21 => "Shopware\Core\Content\Product\SalesChannel\Detail\CachedProductDetailRoute::load (line 86)"
22 => "Shopware\Storefront\Page\Product\ProductPageLoader::load (line 93)"
23 => "Shopware\Storefront\Controller\ProductController::index (line 152)"
24 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 74)"
25 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
26 => "Symfony\Component\HttpKernel\Kernel::handle (line 184)"
27 => "Shopware\Core\HttpKernel::doHandle (line 81)"
28 => "Shopware\Core\HttpKernel::handle (line 48)"
]
|
| 44 |
0.32 ms |
SELECT `category`.`id` FROM `category` WHERE (`category`.`version_id` = :version) AND (((`category`.`path` LIKE :param_03bfe7d02be94c0cbbb7ffa0cfaecbbe OR `category`.`path` LIKE :param_6397b0de2c3646c9a4c4eed3145599cc))) AND (`category`.`id` IN (:ids)) LIMIT 1
SELECT `category`.`id` FROM `category` WHERE (`category`.`version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425) AND (((`category`.`path` LIKE '%|5512d4a679c44fea86d9c53b7a88712b|%' OR `category`.`path` LIKE '%|afa4d7e5a27d4cb2a387855832ef4bbf|%'))) AND (`category`.`id` IN (0x0AFE45ADF6C54311B62491169EB3E3B5, 0x1F781A2141674A9E80FF2E925568203B, 0x21776712CDD24557A469339066DCE2C4, 0x23ECC29349464BC9A6AE623F4584B23E, 0x60F0FEFA623848EA9B8A8F5C686D6359, 0x965FC5FE7A2649229B3DC46EECD832AB, 0x972F27C0168041B7BE53C13CC8E418BE, 0xA7AC15E695B64973A75BEA27BB6A4FE4, 0xA91EEE512A454D5195699AF5741FDD8C, 0xAB78B7872BBC4BB3BC56D482F2A40817, 0xAF9175614A094F458FA707CB7348C331, 0xB8C2F47354D94FC383433A40CABB84F5, 0xB9315EB9F5C943A3A95C558CD25DBF26, 0xD6641333CCCF428D93435D5C72C42004, 0xF4F4BC967EE3428DB5AFC7C3BB3C3245, 0xF848598382524CC7AA4DEBBB57F3466C)) LIMIT 1;
array:28 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1322)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 212)"
2 => "Doctrine\DBAL\Query\QueryBuilder::execute (line 91)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntitySearcher::search (line 57)"
4 => "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher::search (line 36)"
5 => "Shopware\Core\Profiling\Entity\EntitySearcherProfiler::search (line 179)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::searchIds (line 120)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 87)"
8 => "Shopware\Core\Content\Category\Service\CategoryBreadcrumbBuilder::getProductSeoCategory (line 128)"
9 => "Shopware\Core\Content\Product\SalesChannel\Detail\ProductDetailRoute::load (line 121)"
10 => "Shopware\Core\Content\Product\SalesChannel\Detail\CachedProductDetailRoute::Shopware\Core\Content\Product\SalesChannel\Detail\{closure} (line 334)"
11 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 39)"
12 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 99)"
13 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 38)"
14 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 43)"
15 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 37)"
16 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 37)"
17 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 54)"
18 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 36)"
19 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 120)"
20 => "Shopware\Core\Content\Product\SalesChannel\Detail\CachedProductDetailRoute::load (line 86)"
21 => "Shopware\Storefront\Page\Product\ProductPageLoader::load (line 93)"
22 => "Shopware\Storefront\Controller\ProductController::index (line 152)"
23 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 74)"
24 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
25 => "Symfony\Component\HttpKernel\Kernel::handle (line 184)"
26 => "Shopware\Core\HttpKernel::doHandle (line 81)"
27 => "Shopware\Core\HttpKernel::handle (line 48)"
]
|
| 45 |
2.29 ms |
SELECT `category`.`id` as `category.id`, `category`.`version_id` as `category.versionId`, `category`.`parent_id` as `category.parentId`, `category`.`parent_version_id` as `category.parentVersionId`, `category`.`after_category_id` as `category.afterCategoryId`, `category`.`after_category_version_id` as `category.afterCategoryVersionId`, `category`.`media_id` as `category.mediaId`, `category`.`display_nested_products` as `category.displayNestedProducts`, `category`.`auto_increment` as `category.autoIncrement`, `category`.`level` as `category.level`, `category`.`path` as `category.path`, `category`.`child_count` as `category.childCount`, `category`.`type` as `category.type`, `category`.`product_assignment_type` as `category.productAssignmentType`, `category`.`visible` as `category.visible`, `category`.`active` as `category.active`, `category`.`cms_page_id` as `category.cmsPageId`, `category`.`cms_page_version_id` as `category.cmsPageVersionId`, `category`.`product_stream_id` as `category.productStreamId`, `category`.`created_at` as `category.createdAt`, `category`.`updated_at` as `category.updatedAt`, `category.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 = 0x59D93A8DA4074D12A51EA5FD20DD3E38 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 (0x0AFE45ADF6C54311B62491169EB3E3B5));
array:29 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1322)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 212)"
2 => "Doctrine\DBAL\Query\QueryBuilder::execute (line 296)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetch (line 131)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 82)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::read (line 36)"
6 => "Shopware\Core\Profiling\Entity\EntityReaderProfiler::read (line 270)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::read (line 130)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 87)"
9 => "Shopware\Core\Content\Category\Service\CategoryBreadcrumbBuilder::getProductSeoCategory (line 128)"
10 => "Shopware\Core\Content\Product\SalesChannel\Detail\ProductDetailRoute::load (line 121)"
11 => "Shopware\Core\Content\Product\SalesChannel\Detail\CachedProductDetailRoute::Shopware\Core\Content\Product\SalesChannel\Detail\{closure} (line 334)"
12 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 39)"
13 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 99)"
14 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 38)"
15 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 43)"
16 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 37)"
17 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 37)"
18 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 54)"
19 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 36)"
20 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 120)"
21 => "Shopware\Core\Content\Product\SalesChannel\Detail\CachedProductDetailRoute::load (line 86)"
22 => "Shopware\Storefront\Page\Product\ProductPageLoader::load (line 93)"
23 => "Shopware\Storefront\Controller\ProductController::index (line 152)"
24 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 74)"
25 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
26 => "Symfony\Component\HttpKernel\Kernel::handle (line 184)"
27 => "Shopware\Core\HttpKernel::doHandle (line 81)"
28 => "Shopware\Core\HttpKernel::handle (line 48)"
]
|
| 46 |
10.08 ms |
SELECT `product_configurator_setting`.`id` as `product_configurator_setting.id`, `product_configurator_setting`.`version_id` as `product_configurator_setting.versionId`, `product_configurator_setting`.`product_id` as `product_configurator_setting.productId`, `product_configurator_setting`.`product_version_id` as `product_configurator_setting.productVersionId`, `product_configurator_setting`.`media_id` as `product_configurator_setting.mediaId`, `product_configurator_setting`.`property_group_option_id` as `product_configurator_setting.optionId`, `product_configurator_setting`.`price` as `product_configurator_setting.price`, `product_configurator_setting`.`position` as `product_configurator_setting.position`, `product_configurator_setting`.`custom_fields` as `product_configurator_setting.customFields`, `product_configurator_setting`.`created_at` as `product_configurator_setting.createdAt`, `product_configurator_setting`.`updated_at` as `product_configurator_setting.updatedAt`, `product_configurator_setting.option`.`id` as `product_configurator_setting.option.id`, `product_configurator_setting.option`.`property_group_id` as `product_configurator_setting.option.groupId`, `product_configurator_setting.option`.`color_hex_code` as `product_configurator_setting.option.colorHexCode`, `product_configurator_setting.option`.`media_id` as `product_configurator_setting.option.mediaId`, `product_configurator_setting.option`.`created_at` as `product_configurator_setting.option.createdAt`, `product_configurator_setting.option`.`updated_at` as `product_configurator_setting.option.updatedAt`, `product_configurator_setting.option.group`.`id` as `product_configurator_setting.option.group.id`, `product_configurator_setting.option.group`.`display_type` as `product_configurator_setting.option.group.displayType`, `product_configurator_setting.option.group`.`sorting_type` as `product_configurator_setting.option.group.sortingType`, `product_configurator_setting.option.group`.`filterable` as `product_configurator_setting.option.group.filterable`, `product_configurator_setting.option.group`.`visible_on_product_detail_page` as `product_configurator_setting.option.group.visibleOnProductDetailPage`, `product_configurator_setting.option.group`.`created_at` as `product_configurator_setting.option.group.createdAt`, `product_configurator_setting.option.group`.`updated_at` as `product_configurator_setting.option.group.updatedAt`, `product_configurator_setting.option.group.translation.fallback_1.name`, `product_configurator_setting.option.group.translation.name`, COALESCE(`product_configurator_setting.option.group.translation.fallback_1.name`,`product_configurator_setting.option.group.translation.name`,`product_configurator_setting.option.group.translation.name`) as `product_configurator_setting.option.group.name`, `product_configurator_setting.option.group.translation.fallback_1.description`, `product_configurator_setting.option.group.translation.description`, COALESCE(`product_configurator_setting.option.group.translation.fallback_1.description`,`product_configurator_setting.option.group.translation.description`,`product_configurator_setting.option.group.translation.description`) as `product_configurator_setting.option.group.description`, `product_configurator_setting.option.group.translation.fallback_1.position`, `product_configurator_setting.option.group.translation.position`, COALESCE(`product_configurator_setting.option.group.translation.fallback_1.position`,`product_configurator_setting.option.group.translation.position`,`product_configurator_setting.option.group.translation.position`) as `product_configurator_setting.option.group.position`, `product_configurator_setting.option.group.translation.fallback_1.customFields`, `product_configurator_setting.option.group.translation.customFields`, COALESCE(`product_configurator_setting.option.group.translation.fallback_1.customFields`,`product_configurator_setting.option.group.translation.customFields`,`product_configurator_setting.option.group.translation.customFields`) as `product_configurator_setting.option.group.customFields`, `product_configurator_setting.option.group.translation.fallback_1.createdAt`, `product_configurator_setting.option.group.translation.createdAt`, `product_configurator_setting.option.group.translation.fallback_1.updatedAt`, `product_configurator_setting.option.group.translation.updatedAt`, `product_configurator_setting.option.group.translation.fallback_1.propertyGroupId`, `product_configurator_setting.option.group.translation.propertyGroupId`, `product_configurator_setting.option.group.translation.fallback_1.languageId`, `product_configurator_setting.option.group.translation.languageId`, `product_configurator_setting.option.media`.`id` as `product_configurator_setting.option.media.id`, `product_configurator_setting.option.media`.`user_id` as `product_configurator_setting.option.media.userId`, `product_configurator_setting.option.media`.`media_folder_id` as `product_configurator_setting.option.media.mediaFolderId`, `product_configurator_setting.option.media`.`mime_type` as `product_configurator_setting.option.media.mimeType`, `product_configurator_setting.option.media`.`file_extension` as `product_configurator_setting.option.media.fileExtension`, `product_configurator_setting.option.media`.`uploaded_at` as `product_configurator_setting.option.media.uploadedAt`, `product_configurator_setting.option.media`.`file_name` as `product_configurator_setting.option.media.fileName`, `product_configurator_setting.option.media`.`file_size` as `product_configurator_setting.option.media.fileSize`, `product_configurator_setting.option.media`.`media_type` as `product_configurator_setting.option.media.mediaTypeRaw`, `product_configurator_setting.option.media`.`meta_data` as `product_configurator_setting.option.media.metaData`, `product_configurator_setting.option.media`.`private` as `product_configurator_setting.option.media.private`, `product_configurator_setting.option.media`.`thumbnails_ro` as `product_configurator_setting.option.media.thumbnailsRo`, `product_configurator_setting.option.media`.`created_at` as `product_configurator_setting.option.media.createdAt`, `product_configurator_setting.option.media`.`updated_at` as `product_configurator_setting.option.media.updatedAt`, `product_configurator_setting.option.media.translation.fallback_1.title`, `product_configurator_setting.option.media.translation.title`, COALESCE(`product_configurator_setting.option.media.translation.fallback_1.title`,`product_configurator_setting.option.media.translation.title`,`product_configurator_setting.option.media.translation.title`) as `product_configurator_setting.option.media.title`, `product_configurator_setting.option.media.translation.fallback_1.alt`, `product_configurator_setting.option.media.translation.alt`, COALESCE(`product_configurator_setting.option.media.translation.fallback_1.alt`,`product_configurator_setting.option.media.translation.alt`,`product_configurator_setting.option.media.translation.alt`) as `product_configurator_setting.option.media.alt`, `product_configurator_setting.option.media.translation.fallback_1.customFields`, `product_configurator_setting.option.media.translation.customFields`, COALESCE(`product_configurator_setting.option.media.translation.fallback_1.customFields`,`product_configurator_setting.option.media.translation.customFields`,`product_configurator_setting.option.media.translation.customFields`) as `product_configurator_setting.option.media.customFields`, `product_configurator_setting.option.media.translation.fallback_1.createdAt`, `product_configurator_setting.option.media.translation.createdAt`, `product_configurator_setting.option.media.translation.fallback_1.updatedAt`, `product_configurator_setting.option.media.translation.updatedAt`, `product_configurator_setting.option.media.translation.fallback_1.mediaId`, `product_configurator_setting.option.media.translation.mediaId`, `product_configurator_setting.option.media.translation.fallback_1.languageId`, `product_configurator_setting.option.media.translation.languageId`, `product_configurator_setting.option.translation.fallback_1.name`, `product_configurator_setting.option.translation.name`, COALESCE(`product_configurator_setting.option.translation.fallback_1.name`,`product_configurator_setting.option.translation.name`,`product_configurator_setting.option.translation.name`) as `product_configurator_setting.option.name`, `product_configurator_setting.option.translation.fallback_1.position`, `product_configurator_setting.option.translation.position`, COALESCE(`product_configurator_setting.option.translation.fallback_1.position`,`product_configurator_setting.option.translation.position`,`product_configurator_setting.option.translation.position`) as `product_configurator_setting.option.position`, `product_configurator_setting.option.translation.fallback_1.customFields`, `product_configurator_setting.option.translation.customFields`, COALESCE(`product_configurator_setting.option.translation.fallback_1.customFields`,`product_configurator_setting.option.translation.customFields`,`product_configurator_setting.option.translation.customFields`) as `product_configurator_setting.option.customFields`, `product_configurator_setting.option.translation.fallback_1.createdAt`, `product_configurator_setting.option.translation.createdAt`, `product_configurator_setting.option.translation.fallback_1.updatedAt`, `product_configurator_setting.option.translation.updatedAt`, `product_configurator_setting.option.translation.fallback_1.propertyGroupOptionId`, `product_configurator_setting.option.translation.propertyGroupOptionId`, `product_configurator_setting.option.translation.fallback_1.languageId`, `product_configurator_setting.option.translation.languageId`, `product_configurator_setting.media`.`id` as `product_configurator_setting.media.id`, `product_configurator_setting.media`.`user_id` as `product_configurator_setting.media.userId`, `product_configurator_setting.media`.`media_folder_id` as `product_configurator_setting.media.mediaFolderId`, `product_configurator_setting.media`.`mime_type` as `product_configurator_setting.media.mimeType`, `product_configurator_setting.media`.`file_extension` as `product_configurator_setting.media.fileExtension`, `product_configurator_setting.media`.`uploaded_at` as `product_configurator_setting.media.uploadedAt`, `product_configurator_setting.media`.`file_name` as `product_configurator_setting.media.fileName`, `product_configurator_setting.media`.`file_size` as `product_configurator_setting.media.fileSize`, `product_configurator_setting.media`.`media_type` as `product_configurator_setting.media.mediaTypeRaw`, `product_configurator_setting.media`.`meta_data` as `product_configurator_setting.media.metaData`, `product_configurator_setting.media`.`private` as `product_configurator_setting.media.private`, `product_configurator_setting.media`.`thumbnails_ro` as `product_configurator_setting.media.thumbnailsRo`, `product_configurator_setting.media`.`created_at` as `product_configurator_setting.media.createdAt`, `product_configurator_setting.media`.`updated_at` as `product_configurator_setting.media.updatedAt`, `product_configurator_setting.media.translation.fallback_1.title`, `product_configurator_setting.media.translation.title`, COALESCE(`product_configurator_setting.media.translation.fallback_1.title`,`product_configurator_setting.media.translation.title`,`product_configurator_setting.media.translation.title`) as `product_configurator_setting.media.title`, `product_configurator_setting.media.translation.fallback_1.alt`, `product_configurator_setting.media.translation.alt`, COALESCE(`product_configurator_setting.media.translation.fallback_1.alt`,`product_configurator_setting.media.translation.alt`,`product_configurator_setting.media.translation.alt`) as `product_configurator_setting.media.alt`, `product_configurator_setting.media.translation.fallback_1.customFields`, `product_configurator_setting.media.translation.customFields`, COALESCE(`product_configurator_setting.media.translation.fallback_1.customFields`,`product_configurator_setting.media.translation.customFields`,`product_configurator_setting.media.translation.customFields`) as `product_configurator_setting.media.customFields`, `product_configurator_setting.media.translation.fallback_1.createdAt`, `product_configurator_setting.media.translation.createdAt`, `product_configurator_setting.media.translation.fallback_1.updatedAt`, `product_configurator_setting.media.translation.updatedAt`, `product_configurator_setting.media.translation.fallback_1.mediaId`, `product_configurator_setting.media.translation.mediaId`, `product_configurator_setting.media.translation.fallback_1.languageId`, `product_configurator_setting.media.translation.languageId` FROM `product_configurator_setting` LEFT JOIN `property_group_option` `product_configurator_setting.option` ON `product_configurator_setting`.`property_group_option_id` = `product_configurator_setting.option`.`id` LEFT JOIN `media` `product_configurator_setting.media` ON `product_configurator_setting`.`media_id` = `product_configurator_setting.media`.`id` LEFT JOIN (SELECT `product_configurator_setting.option.translation`.property_group_option_id, `product_configurator_setting.option.translation`.name as `product_configurator_setting.option.translation.name`, `product_configurator_setting.option.translation`.position as `product_configurator_setting.option.translation.position`, `product_configurator_setting.option.translation`.custom_fields as `product_configurator_setting.option.translation.customFields`, `product_configurator_setting.option.translation`.created_at as `product_configurator_setting.option.translation.createdAt`, `product_configurator_setting.option.translation`.updated_at as `product_configurator_setting.option.translation.updatedAt`, `product_configurator_setting.option.translation`.property_group_option_id as `product_configurator_setting.option.translation.propertyGroupOptionId`, `product_configurator_setting.option.translation`.language_id as `product_configurator_setting.option.translation.languageId`, `product_configurator_setting.option.translation.fallback_1`.name as `product_configurator_setting.option.translation.fallback_1.name`, `product_configurator_setting.option.translation.fallback_1`.position as `product_configurator_setting.option.translation.fallback_1.position`, `product_configurator_setting.option.translation.fallback_1`.custom_fields as `product_configurator_setting.option.translation.fallback_1.customFields`, `product_configurator_setting.option.translation.fallback_1`.created_at as `product_configurator_setting.option.translation.fallback_1.createdAt`, `product_configurator_setting.option.translation.fallback_1`.updated_at as `product_configurator_setting.option.translation.fallback_1.updatedAt`, `product_configurator_setting.option.translation.fallback_1`.property_group_option_id as `product_configurator_setting.option.translation.fallback_1.propertyGroupOptionId`, `product_configurator_setting.option.translation.fallback_1`.language_id as `product_configurator_setting.option.translation.fallback_1.languageId` FROM `property_group_option_translation` `product_configurator_setting.option.translation` LEFT JOIN `property_group_option_translation` `product_configurator_setting.option.translation.fallback_1` ON `product_configurator_setting.option.translation`.`property_group_option_id` = `product_configurator_setting.option.translation.fallback_1`.`property_group_option_id` AND `product_configurator_setting.option.translation.fallback_1`.language_id = :languageId1 WHERE `product_configurator_setting.option.translation`.language_id = :languageId) `product_configurator_setting.option.property_group_option_translation` ON `product_configurator_setting.option.property_group_option_translation`.`property_group_option_id` = `product_configurator_setting.option`.`id` LEFT JOIN `property_group` `product_configurator_setting.option.group` ON `product_configurator_setting.option`.`property_group_id` = `product_configurator_setting.option.group`.`id` LEFT JOIN `media` `product_configurator_setting.option.media` ON `product_configurator_setting.option`.`media_id` = `product_configurator_setting.option.media`.`id` LEFT JOIN (SELECT `product_configurator_setting.option.group.translation`.property_group_id, `product_configurator_setting.option.group.translation`.name as `product_configurator_setting.option.group.translation.name`, `product_configurator_setting.option.group.translation`.description as `product_configurator_setting.option.group.translation.description`, `product_configurator_setting.option.group.translation`.position as `product_configurator_setting.option.group.translation.position`, `product_configurator_setting.option.group.translation`.custom_fields as `product_configurator_setting.option.group.translation.customFields`, `product_configurator_setting.option.group.translation`.created_at as `product_configurator_setting.option.group.translation.createdAt`, `product_configurator_setting.option.group.translation`.updated_at as `product_configurator_setting.option.group.translation.updatedAt`, `product_configurator_setting.option.group.translation`.property_group_id as `product_configurator_setting.option.group.translation.propertyGroupId`, `product_configurator_setting.option.group.translation`.language_id as `product_configurator_setting.option.group.translation.languageId`, `product_configurator_setting.option.group.translation.fallback_1`.name as `product_configurator_setting.option.group.translation.fallback_1.name`, `product_configurator_setting.option.group.translation.fallback_1`.description as `product_configurator_setting.option.group.translation.fallback_1.description`, `product_configurator_setting.option.group.translation.fallback_1`.position as `product_configurator_setting.option.group.translation.fallback_1.position`, `product_configurator_setting.option.group.translation.fallback_1`.custom_fields as `product_configurator_setting.option.group.translation.fallback_1.customFields`, `product_configurator_setting.option.group.translation.fallback_1`.created_at as `product_configurator_setting.option.group.translation.fallback_1.createdAt`, `product_configurator_setting.option.group.translation.fallback_1`.updated_at as `product_configurator_setting.option.group.translation.fallback_1.updatedAt`, `product_configurator_setting.option.group.translation.fallback_1`.property_group_id as `product_configurator_setting.option.group.translation.fallback_1.propertyGroupId`, `product_configurator_setting.option.group.translation.fallback_1`.language_id as `product_configurator_setting.option.group.translation.fallback_1.languageId` FROM `property_group_translation` `product_configurator_setting.option.group.translation` LEFT JOIN `property_group_translation` `product_configurator_setting.option.group.translation.fallback_1` ON `product_configurator_setting.option.group.translation`.`property_group_id` = `product_configurator_setting.option.group.translation.fallback_1`.`property_group_id` AND `product_configurator_setting.option.group.translation.fallback_1`.language_id = :languageId1 WHERE `product_configurator_setting.option.group.translation`.language_id = :languageId) `product_configurator_setting.option.group.property_group_translation` ON `product_configurator_setting.option.group.property_group_translation`.`property_group_id` = `product_configurator_setting.option.group`.`id` LEFT JOIN (SELECT `product_configurator_setting.option.media.translation`.media_id, `product_configurator_setting.option.media.translation`.title as `product_configurator_setting.option.media.translation.title`, `product_configurator_setting.option.media.translation`.alt as `product_configurator_setting.option.media.translation.alt`, `product_configurator_setting.option.media.translation`.custom_fields as `product_configurator_setting.option.media.translation.customFields`, `product_configurator_setting.option.media.translation`.created_at as `product_configurator_setting.option.media.translation.createdAt`, `product_configurator_setting.option.media.translation`.updated_at as `product_configurator_setting.option.media.translation.updatedAt`, `product_configurator_setting.option.media.translation`.media_id as `product_configurator_setting.option.media.translation.mediaId`, `product_configurator_setting.option.media.translation`.language_id as `product_configurator_setting.option.media.translation.languageId`, `product_configurator_setting.option.media.translation.fallback_1`.title as `product_configurator_setting.option.media.translation.fallback_1.title`, `product_configurator_setting.option.media.translation.fallback_1`.alt as `product_configurator_setting.option.media.translation.fallback_1.alt`, `product_configurator_setting.option.media.translation.fallback_1`.custom_fields as `product_configurator_setting.option.media.translation.fallback_1.customFields`, `product_configurator_setting.option.media.translation.fallback_1`.created_at as `product_configurator_setting.option.media.translation.fallback_1.createdAt`, `product_configurator_setting.option.media.translation.fallback_1`.updated_at as `product_configurator_setting.option.media.translation.fallback_1.updatedAt`, `product_configurator_setting.option.media.translation.fallback_1`.media_id as `product_configurator_setting.option.media.translation.fallback_1.mediaId`, `product_configurator_setting.option.media.translation.fallback_1`.language_id as `product_configurator_setting.option.media.translation.fallback_1.languageId` FROM `media_translation` `product_configurator_setting.option.media.translation` LEFT JOIN `media_translation` `product_configurator_setting.option.media.translation.fallback_1` ON `product_configurator_setting.option.media.translation`.`media_id` = `product_configurator_setting.option.media.translation.fallback_1`.`media_id` AND `product_configurator_setting.option.media.translation.fallback_1`.language_id = :languageId1 WHERE `product_configurator_setting.option.media.translation`.language_id = :languageId) `product_configurator_setting.option.media.media_translation` ON `product_configurator_setting.option.media.media_translation`.`media_id` = `product_configurator_setting.option.media`.`id` LEFT JOIN (SELECT `product_configurator_setting.media.translation`.media_id, `product_configurator_setting.media.translation`.title as `product_configurator_setting.media.translation.title`, `product_configurator_setting.media.translation`.alt as `product_configurator_setting.media.translation.alt`, `product_configurator_setting.media.translation`.custom_fields as `product_configurator_setting.media.translation.customFields`, `product_configurator_setting.media.translation`.created_at as `product_configurator_setting.media.translation.createdAt`, `product_configurator_setting.media.translation`.updated_at as `product_configurator_setting.media.translation.updatedAt`, `product_configurator_setting.media.translation`.media_id as `product_configurator_setting.media.translation.mediaId`, `product_configurator_setting.media.translation`.language_id as `product_configurator_setting.media.translation.languageId`, `product_configurator_setting.media.translation.fallback_1`.title as `product_configurator_setting.media.translation.fallback_1.title`, `product_configurator_setting.media.translation.fallback_1`.alt as `product_configurator_setting.media.translation.fallback_1.alt`, `product_configurator_setting.media.translation.fallback_1`.custom_fields as `product_configurator_setting.media.translation.fallback_1.customFields`, `product_configurator_setting.media.translation.fallback_1`.created_at as `product_configurator_setting.media.translation.fallback_1.createdAt`, `product_configurator_setting.media.translation.fallback_1`.updated_at as `product_configurator_setting.media.translation.fallback_1.updatedAt`, `product_configurator_setting.media.translation.fallback_1`.media_id as `product_configurator_setting.media.translation.fallback_1.mediaId`, `product_configurator_setting.media.translation.fallback_1`.language_id as `product_configurator_setting.media.translation.fallback_1.languageId` FROM `media_translation` `product_configurator_setting.media.translation` LEFT JOIN `media_translation` `product_configurator_setting.media.translation.fallback_1` ON `product_configurator_setting.media.translation`.`media_id` = `product_configurator_setting.media.translation.fallback_1`.`media_id` AND `product_configurator_setting.media.translation.fallback_1`.language_id = :languageId1 WHERE `product_configurator_setting.media.translation`.language_id = :languageId) `product_configurator_setting.media.media_translation` ON `product_configurator_setting.media.media_translation`.`media_id` = `product_configurator_setting.media`.`id` WHERE (`product_configurator_setting`.`version_id` = :version) AND ((`product_configurator_setting`.`product_id` = :param_3ae03727eaf94e55a3562e973315e910))
SELECT
`product_configurator_setting`.`id` as `product_configurator_setting.id`,
`product_configurator_setting`.`version_id` as `product_configurator_setting.versionId`,
`product_configurator_setting`.`product_id` as `product_configurator_setting.productId`,
`product_configurator_setting`.`product_version_id` as `product_configurator_setting.productVersionId`,
`product_configurator_setting`.`media_id` as `product_configurator_setting.mediaId`,
`product_configurator_setting`.`property_group_option_id` as `product_configurator_setting.optionId`,
`product_configurator_setting`.`price` as `product_configurator_setting.price`,
`product_configurator_setting`.`position` as `product_configurator_setting.position`,
`product_configurator_setting`.`custom_fields` as `product_configurator_setting.customFields`,
`product_configurator_setting`.`created_at` as `product_configurator_setting.createdAt`,
`product_configurator_setting`.`updated_at` as `product_configurator_setting.updatedAt`,
`product_configurator_setting.option`.`id` as `product_configurator_setting.option.id`,
`product_configurator_setting.option`.`property_group_id` as `product_configurator_setting.option.groupId`,
`product_configurator_setting.option`.`color_hex_code` as `product_configurator_setting.option.colorHexCode`,
`product_configurator_setting.option`.`media_id` as `product_configurator_setting.option.mediaId`,
`product_configurator_setting.option`.`created_at` as `product_configurator_setting.option.createdAt`,
`product_configurator_setting.option`.`updated_at` as `product_configurator_setting.option.updatedAt`,
`product_configurator_setting.option.group`.`id` as `product_configurator_setting.option.group.id`,
`product_configurator_setting.option.group`.`display_type` as `product_configurator_setting.option.group.displayType`,
`product_configurator_setting.option.group`.`sorting_type` as `product_configurator_setting.option.group.sortingType`,
`product_configurator_setting.option.group`.`filterable` as `product_configurator_setting.option.group.filterable`,
`product_configurator_setting.option.group`.`visible_on_product_detail_page` as `product_configurator_setting.option.group.visibleOnProductDetailPage`,
`product_configurator_setting.option.group`.`created_at` as `product_configurator_setting.option.group.createdAt`,
`product_configurator_setting.option.group`.`updated_at` as `product_configurator_setting.option.group.updatedAt`,
`product_configurator_setting.option.group.translation.fallback_1.name`,
`product_configurator_setting.option.group.translation.name`,
COALESCE(
`product_configurator_setting.option.group.translation.fallback_1.name`,
`product_configurator_setting.option.group.translation.name`,
`product_configurator_setting.option.group.translation.name`
) as `product_configurator_setting.option.group.name`,
`product_configurator_setting.option.group.translation.fallback_1.description`,
`product_configurator_setting.option.group.translation.description`,
COALESCE(
`product_configurator_setting.option.group.translation.fallback_1.description`,
`product_configurator_setting.option.group.translation.description`,
`product_configurator_setting.option.group.translation.description`
) as `product_configurator_setting.option.group.description`,
`product_configurator_setting.option.group.translation.fallback_1.position`,
`product_configurator_setting.option.group.translation.position`,
COALESCE(
`product_configurator_setting.option.group.translation.fallback_1.position`,
`product_configurator_setting.option.group.translation.position`,
`product_configurator_setting.option.group.translation.position`
) as `product_configurator_setting.option.group.position`,
`product_configurator_setting.option.group.translation.fallback_1.customFields`,
`product_configurator_setting.option.group.translation.customFields`,
COALESCE(
`product_configurator_setting.option.group.translation.fallback_1.customFields`,
`product_configurator_setting.option.group.translation.customFields`,
`product_configurator_setting.option.group.translation.customFields`
) as `product_configurator_setting.option.group.customFields`,
`product_configurator_setting.option.group.translation.fallback_1.createdAt`,
`product_configurator_setting.option.group.translation.createdAt`,
`product_configurator_setting.option.group.translation.fallback_1.updatedAt`,
`product_configurator_setting.option.group.translation.updatedAt`,
`product_configurator_setting.option.group.translation.fallback_1.propertyGroupId`,
`product_configurator_setting.option.group.translation.propertyGroupId`,
`product_configurator_setting.option.group.translation.fallback_1.languageId`,
`product_configurator_setting.option.group.translation.languageId`,
`product_configurator_setting.option.media`.`id` as `product_configurator_setting.option.media.id`,
`product_configurator_setting.option.media`.`user_id` as `product_configurator_setting.option.media.userId`,
`product_configurator_setting.option.media`.`media_folder_id` as `product_configurator_setting.option.media.mediaFolderId`,
`product_configurator_setting.option.media`.`mime_type` as `product_configurator_setting.option.media.mimeType`,
`product_configurator_setting.option.media`.`file_extension` as `product_configurator_setting.option.media.fileExtension`,
`product_configurator_setting.option.media`.`uploaded_at` as `product_configurator_setting.option.media.uploadedAt`,
`product_configurator_setting.option.media`.`file_name` as `product_configurator_setting.option.media.fileName`,
`product_configurator_setting.option.media`.`file_size` as `product_configurator_setting.option.media.fileSize`,
`product_configurator_setting.option.media`.`media_type` as `product_configurator_setting.option.media.mediaTypeRaw`,
`product_configurator_setting.option.media`.`meta_data` as `product_configurator_setting.option.media.metaData`,
`product_configurator_setting.option.media`.`private` as `product_configurator_setting.option.media.private`,
`product_configurator_setting.option.media`.`thumbnails_ro` as `product_configurator_setting.option.media.thumbnailsRo`,
`product_configurator_setting.option.media`.`created_at` as `product_configurator_setting.option.media.createdAt`,
`product_configurator_setting.option.media`.`updated_at` as `product_configurator_setting.option.media.updatedAt`,
`product_configurator_setting.option.media.translation.fallback_1.title`,
`product_configurator_setting.option.media.translation.title`,
COALESCE(
`product_configurator_setting.option.media.translation.fallback_1.title`,
`product_configurator_setting.option.media.translation.title`,
`product_configurator_setting.option.media.translation.title`
) as `product_configurator_setting.option.media.title`,
`product_configurator_setting.option.media.translation.fallback_1.alt`,
`product_configurator_setting.option.media.translation.alt`,
COALESCE(
`product_configurator_setting.option.media.translation.fallback_1.alt`,
`product_configurator_setting.option.media.translation.alt`,
`product_configurator_setting.option.media.translation.alt`
) as `product_configurator_setting.option.media.alt`,
`product_configurator_setting.option.media.translation.fallback_1.customFields`,
`product_configurator_setting.option.media.translation.customFields`,
COALESCE(
`product_configurator_setting.option.media.translation.fallback_1.customFields`,
`product_configurator_setting.option.media.translation.customFields`,
`product_configurator_setting.option.media.translation.customFields`
) as `product_configurator_setting.option.media.customFields`,
`product_configurator_setting.option.media.translation.fallback_1.createdAt`,
`product_configurator_setting.option.media.translation.createdAt`,
`product_configurator_setting.option.media.translation.fallback_1.updatedAt`,
`product_configurator_setting.option.media.translation.updatedAt`,
`product_configurator_setting.option.media.translation.fallback_1.mediaId`,
`product_configurator_setting.option.media.translation.mediaId`,
`product_configurator_setting.option.media.translation.fallback_1.languageId`,
`product_configurator_setting.option.media.translation.languageId`,
`product_configurator_setting.option.translation.fallback_1.name`,
`product_configurator_setting.option.translation.name`,
COALESCE(
`product_configurator_setting.option.translation.fallback_1.name`,
`product_configurator_setting.option.translation.name`,
`product_configurator_setting.option.translation.name`
) as `product_configurator_setting.option.name`,
`product_configurator_setting.option.translation.fallback_1.position`,
`product_configurator_setting.option.translation.position`,
COALESCE(
`product_configurator_setting.option.translation.fallback_1.position`,
`product_configurator_setting.option.translation.position`,
`product_configurator_setting.option.translation.position`
) as `product_configurator_setting.option.position`,
`product_configurator_setting.option.translation.fallback_1.customFields`,
`product_configurator_setting.option.translation.customFields`,
COALESCE(
`product_configurator_setting.option.translation.fallback_1.customFields`,
`product_configurator_setting.option.translation.customFields`,
`product_configurator_setting.option.translation.customFields`
) as `product_configurator_setting.option.customFields`,
`product_configurator_setting.option.translation.fallback_1.createdAt`,
`product_configurator_setting.option.translation.createdAt`,
`product_configurator_setting.option.translation.fallback_1.updatedAt`,
`product_configurator_setting.option.translation.updatedAt`,
`product_configurator_setting.option.translation.fallback_1.propertyGroupOptionId`,
`product_configurator_setting.option.translation.propertyGroupOptionId`,
`product_configurator_setting.option.translation.fallback_1.languageId`,
`product_configurator_setting.option.translation.languageId`,
`product_configurator_setting.media`.`id` as `product_configurator_setting.media.id`,
`product_configurator_setting.media`.`user_id` as `product_configurator_setting.media.userId`,
`product_configurator_setting.media`.`media_folder_id` as `product_configurator_setting.media.mediaFolderId`,
`product_configurator_setting.media`.`mime_type` as `product_configurator_setting.media.mimeType`,
`product_configurator_setting.media`.`file_extension` as `product_configurator_setting.media.fileExtension`,
`product_configurator_setting.media`.`uploaded_at` as `product_configurator_setting.media.uploadedAt`,
`product_configurator_setting.media`.`file_name` as `product_configurator_setting.media.fileName`,
`product_configurator_setting.media`.`file_size` as `product_configurator_setting.media.fileSize`,
`product_configurator_setting.media`.`media_type` as `product_configurator_setting.media.mediaTypeRaw`,
`product_configurator_setting.media`.`meta_data` as `product_configurator_setting.media.metaData`,
`product_configurator_setting.media`.`private` as `product_configurator_setting.media.private`,
`product_configurator_setting.media`.`thumbnails_ro` as `product_configurator_setting.media.thumbnailsRo`,
`product_configurator_setting.media`.`created_at` as `product_configurator_setting.media.createdAt`,
`product_configurator_setting.media`.`updated_at` as `product_configurator_setting.media.updatedAt`,
`product_configurator_setting.media.translation.fallback_1.title`,
`product_configurator_setting.media.translation.title`,
COALESCE(
`product_configurator_setting.media.translation.fallback_1.title`,
`product_configurator_setting.media.translation.title`,
`product_configurator_setting.media.translation.title`
) as `product_configurator_setting.media.title`,
`product_configurator_setting.media.translation.fallback_1.alt`,
`product_configurator_setting.media.translation.alt`,
COALESCE(
`product_configurator_setting.media.translation.fallback_1.alt`,
`product_configurator_setting.media.translation.alt`,
`product_configurator_setting.media.translation.alt`
) as `product_configurator_setting.media.alt`,
`product_configurator_setting.media.translation.fallback_1.customFields`,
`product_configurator_setting.media.translation.customFields`,
COALESCE(
`product_configurator_setting.media.translation.fallback_1.customFields`,
`product_configurator_setting.media.translation.customFields`,
`product_configurator_setting.media.translation.customFields`
) as `product_configurator_setting.media.customFields`,
`product_configurator_setting.media.translation.fallback_1.createdAt`,
`product_configurator_setting.media.translation.createdAt`,
`product_configurator_setting.media.translation.fallback_1.updatedAt`,
`product_configurator_setting.media.translation.updatedAt`,
`product_configurator_setting.media.translation.fallback_1.mediaId`,
`product_configurator_setting.media.translation.mediaId`,
`product_configurator_setting.media.translation.fallback_1.languageId`,
`product_configurator_setting.media.translation.languageId`
FROM
`product_configurator_setting`
LEFT JOIN `property_group_option` `product_configurator_setting.option` ON `product_configurator_setting`.`property_group_option_id` = `product_configurator_setting.option`.`id`
LEFT JOIN `media` `product_configurator_setting.media` ON `product_configurator_setting`.`media_id` = `product_configurator_setting.media`.`id`
LEFT JOIN (
SELECT
`product_configurator_setting.option.translation`.property_group_option_id,
`product_configurator_setting.option.translation`.name as `product_configurator_setting.option.translation.name`,
`product_configurator_setting.option.translation`.position as `product_configurator_setting.option.translation.position`,
`product_configurator_setting.option.translation`.custom_fields as `product_configurator_setting.option.translation.customFields`,
`product_configurator_setting.option.translation`.created_at as `product_configurator_setting.option.translation.createdAt`,
`product_configurator_setting.option.translation`.updated_at as `product_configurator_setting.option.translation.updatedAt`,
`product_configurator_setting.option.translation`.property_group_option_id as `product_configurator_setting.option.translation.propertyGroupOptionId`,
`product_configurator_setting.option.translation`.language_id as `product_configurator_setting.option.translation.languageId`,
`product_configurator_setting.option.translation.fallback_1`.name as `product_configurator_setting.option.translation.fallback_1.name`,
`product_configurator_setting.option.translation.fallback_1`.position as `product_configurator_setting.option.translation.fallback_1.position`,
`product_configurator_setting.option.translation.fallback_1`.custom_fields as `product_configurator_setting.option.translation.fallback_1.customFields`,
`product_configurator_setting.option.translation.fallback_1`.created_at as `product_configurator_setting.option.translation.fallback_1.createdAt`,
`product_configurator_setting.option.translation.fallback_1`.updated_at as `product_configurator_setting.option.translation.fallback_1.updatedAt`,
`product_configurator_setting.option.translation.fallback_1`.property_group_option_id as `product_configurator_setting.option.translation.fallback_1.propertyGroupOptionId`,
`product_configurator_setting.option.translation.fallback_1`.language_id as `product_configurator_setting.option.translation.fallback_1.languageId`
FROM
`property_group_option_translation` `product_configurator_setting.option.translation`
LEFT JOIN `property_group_option_translation` `product_configurator_setting.option.translation.fallback_1` ON `product_configurator_setting.option.translation`.`property_group_option_id` = `product_configurator_setting.option.translation.fallback_1`.`property_group_option_id`
AND `product_configurator_setting.option.translation.fallback_1`.language_id = : languageId1
WHERE
`product_configurator_setting.option.translation`.language_id = : languageId
) `product_configurator_setting.option.property_group_option_translation` ON `product_configurator_setting.option.property_group_option_translation`.`property_group_option_id` = `product_configurator_setting.option`.`id`
LEFT JOIN `property_group` `product_configurator_setting.option.group` ON `product_configurator_setting.option`.`property_group_id` = `product_configurator_setting.option.group`.`id`
LEFT JOIN `media` `product_configurator_setting.option.media` ON `product_configurator_setting.option`.`media_id` = `product_configurator_setting.option.media`.`id`
LEFT JOIN (
SELECT
`product_configurator_setting.option.group.translation`.property_group_id,
`product_configurator_setting.option.group.translation`.name as `product_configurator_setting.option.group.translation.name`,
`product_configurator_setting.option.group.translation`.description as `product_configurator_setting.option.group.translation.description`,
`product_configurator_setting.option.group.translation`.position as `product_configurator_setting.option.group.translation.position`,
`product_configurator_setting.option.group.translation`.custom_fields as `product_configurator_setting.option.group.translation.customFields`,
`product_configurator_setting.option.group.translation`.created_at as `product_configurator_setting.option.group.translation.createdAt`,
`product_configurator_setting.option.group.translation`.updated_at as `product_configurator_setting.option.group.translation.updatedAt`,
`product_configurator_setting.option.group.translation`.property_group_id as `product_configurator_setting.option.group.translation.propertyGroupId`,
`product_configurator_setting.option.group.translation`.language_id as `product_configurator_setting.option.group.translation.languageId`,
`product_configurator_setting.option.group.translation.fallback_1`.name as `product_configurator_setting.option.group.translation.fallback_1.name`,
`product_configurator_setting.option.group.translation.fallback_1`.description as `product_configurator_setting.option.group.translation.fallback_1.description`,
`product_configurator_setting.option.group.translation.fallback_1`.position as `product_configurator_setting.option.group.translation.fallback_1.position`,
`product_configurator_setting.option.group.translation.fallback_1`.custom_fields as `product_configurator_setting.option.group.translation.fallback_1.customFields`,
`product_configurator_setting.option.group.translation.fallback_1`.created_at as `product_configurator_setting.option.group.translation.fallback_1.createdAt`,
`product_configurator_setting.option.group.translation.fallback_1`.updated_at as `product_configurator_setting.option.group.translation.fallback_1.updatedAt`,
`product_configurator_setting.option.group.translation.fallback_1`.property_group_id as `product_configurator_setting.option.group.translation.fallback_1.propertyGroupId`,
`product_configurator_setting.option.group.translation.fallback_1`.language_id as `product_configurator_setting.option.group.translation.fallback_1.languageId`
FROM
`property_group_translation` `product_configurator_setting.option.group.translation`
LEFT JOIN `property_group_translation` `product_configurator_setting.option.group.translation.fallback_1` ON `product_configurator_setting.option.group.translation`.`property_group_id` = `product_configurator_setting.option.group.translation.fallback_1`.`property_group_id`
AND `product_configurator_setting.option.group.translation.fallback_1`.language_id = : languageId1
WHERE
`product_configurator_setting.option.group.translation`.language_id = : languageId
) `product_configurator_setting.option.group.property_group_translation` ON `product_configurator_setting.option.group.property_group_translation`.`property_group_id` = `product_configurator_setting.option.group`.`id`
LEFT JOIN (
SELECT
`product_configurator_setting.option.media.translation`.media_id,
`product_configurator_setting.option.media.translation`.title as `product_configurator_setting.option.media.translation.title`,
`product_configurator_setting.option.media.translation`.alt as `product_configurator_setting.option.media.translation.alt`,
`product_configurator_setting.option.media.translation`.custom_fields as `product_configurator_setting.option.media.translation.customFields`,
`product_configurator_setting.option.media.translation`.created_at as `product_configurator_setting.option.media.translation.createdAt`,
`product_configurator_setting.option.media.translation`.updated_at as `product_configurator_setting.option.media.translation.updatedAt`,
`product_configurator_setting.option.media.translation`.media_id as `product_configurator_setting.option.media.translation.mediaId`,
`product_configurator_setting.option.media.translation`.language_id as `product_configurator_setting.option.media.translation.languageId`,
`product_configurator_setting.option.media.translation.fallback_1`.title as `product_configurator_setting.option.media.translation.fallback_1.title`,
`product_configurator_setting.option.media.translation.fallback_1`.alt as `product_configurator_setting.option.media.translation.fallback_1.alt`,
`product_configurator_setting.option.media.translation.fallback_1`.custom_fields as `product_configurator_setting.option.media.translation.fallback_1.customFields`,
`product_configurator_setting.option.media.translation.fallback_1`.created_at as `product_configurator_setting.option.media.translation.fallback_1.createdAt`,
`product_configurator_setting.option.media.translation.fallback_1`.updated_at as `product_configurator_setting.option.media.translation.fallback_1.updatedAt`,
`product_configurator_setting.option.media.translation.fallback_1`.media_id as `product_configurator_setting.option.media.translation.fallback_1.mediaId`,
`product_configurator_setting.option.media.translation.fallback_1`.language_id as `product_configurator_setting.option.media.translation.fallback_1.languageId`
FROM
`media_translation` `product_configurator_setting.option.media.translation`
LEFT JOIN `media_translation` `product_configurator_setting.option.media.translation.fallback_1` ON `product_configurator_setting.option.media.translation`.`media_id` = `product_configurator_setting.option.media.translation.fallback_1`.`media_id`
AND `product_configurator_setting.option.media.translation.fallback_1`.language_id = : languageId1
WHERE
`product_configurator_setting.option.media.translation`.language_id = : languageId
) `product_configurator_setting.option.media.media_translation` ON `product_configurator_setting.option.media.media_translation`.`media_id` = `product_configurator_setting.option.media`.`id`
LEFT JOIN (
SELECT
`product_configurator_setting.media.translation`.media_id,
`product_configurator_setting.media.translation`.title as `product_configurator_setting.media.translation.title`,
`product_configurator_setting.media.translation`.alt as `product_configurator_setting.media.translation.alt`,
`product_configurator_setting.media.translation`.custom_fields as `product_configurator_setting.media.translation.customFields`,
`product_configurator_setting.media.translation`.created_at as `product_configurator_setting.media.translation.createdAt`,
`product_configurator_setting.media.translation`.updated_at as `product_configurator_setting.media.translation.updatedAt`,
`product_configurator_setting.media.translation`.media_id as `product_configurator_setting.media.translation.mediaId`,
`product_configurator_setting.media.translation`.language_id as `product_configurator_setting.media.translation.languageId`,
`product_configurator_setting.media.translation.fallback_1`.title as `product_configurator_setting.media.translation.fallback_1.title`,
`product_configurator_setting.media.translation.fallback_1`.alt as `product_configurator_setting.media.translation.fallback_1.alt`,
`product_configurator_setting.media.translation.fallback_1`.custom_fields as `product_configurator_setting.media.translation.fallback_1.customFields`,
`product_configurator_setting.media.translation.fallback_1`.created_at as `product_configurator_setting.media.translation.fallback_1.createdAt`,
`product_configurator_setting.media.translation.fallback_1`.updated_at as `product_configurator_setting.media.translation.fallback_1.updatedAt`,
`product_configurator_setting.media.translation.fallback_1`.media_id as `product_configurator_setting.media.translation.fallback_1.mediaId`,
`product_configurator_setting.media.translation.fallback_1`.language_id as `product_configurator_setting.media.translation.fallback_1.languageId`
FROM
`media_translation` `product_configurator_setting.media.translation`
LEFT JOIN `media_translation` `product_configurator_setting.media.translation.fallback_1` ON `product_configurator_setting.media.translation`.`media_id` = `product_configurator_setting.media.translation.fallback_1`.`media_id`
AND `product_configurator_setting.media.translation.fallback_1`.language_id = : languageId1
WHERE
`product_configurator_setting.media.translation`.language_id = : languageId
) `product_configurator_setting.media.media_translation` ON `product_configurator_setting.media.media_translation`.`media_id` = `product_configurator_setting.media`.`id`
WHERE
(
`product_configurator_setting`.`version_id` = : version
)
AND (
(
`product_configurator_setting`.`product_id` = : param_3ae03727eaf94e55a3562e973315e910
)
)
SELECT `product_configurator_setting`.`id` as `product_configurator_setting.id`, `product_configurator_setting`.`version_id` as `product_configurator_setting.versionId`, `product_configurator_setting`.`product_id` as `product_configurator_setting.productId`, `product_configurator_setting`.`product_version_id` as `product_configurator_setting.productVersionId`, `product_configurator_setting`.`media_id` as `product_configurator_setting.mediaId`, `product_configurator_setting`.`property_group_option_id` as `product_configurator_setting.optionId`, `product_configurator_setting`.`price` as `product_configurator_setting.price`, `product_configurator_setting`.`position` as `product_configurator_setting.position`, `product_configurator_setting`.`custom_fields` as `product_configurator_setting.customFields`, `product_configurator_setting`.`created_at` as `product_configurator_setting.createdAt`, `product_configurator_setting`.`updated_at` as `product_configurator_setting.updatedAt`, `product_configurator_setting.option`.`id` as `product_configurator_setting.option.id`, `product_configurator_setting.option`.`property_group_id` as `product_configurator_setting.option.groupId`, `product_configurator_setting.option`.`color_hex_code` as `product_configurator_setting.option.colorHexCode`, `product_configurator_setting.option`.`media_id` as `product_configurator_setting.option.mediaId`, `product_configurator_setting.option`.`created_at` as `product_configurator_setting.option.createdAt`, `product_configurator_setting.option`.`updated_at` as `product_configurator_setting.option.updatedAt`, `product_configurator_setting.option.group`.`id` as `product_configurator_setting.option.group.id`, `product_configurator_setting.option.group`.`display_type` as `product_configurator_setting.option.group.displayType`, `product_configurator_setting.option.group`.`sorting_type` as `product_configurator_setting.option.group.sortingType`, `product_configurator_setting.option.group`.`filterable` as `product_configurator_setting.option.group.filterable`, `product_configurator_setting.option.group`.`visible_on_product_detail_page` as `product_configurator_setting.option.group.visibleOnProductDetailPage`, `product_configurator_setting.option.group`.`created_at` as `product_configurator_setting.option.group.createdAt`, `product_configurator_setting.option.group`.`updated_at` as `product_configurator_setting.option.group.updatedAt`, `product_configurator_setting.option.group.translation.fallback_1.name`, `product_configurator_setting.option.group.translation.name`, COALESCE(`product_configurator_setting.option.group.translation.fallback_1.name`,`product_configurator_setting.option.group.translation.name`,`product_configurator_setting.option.group.translation.name`) as `product_configurator_setting.option.group.name`, `product_configurator_setting.option.group.translation.fallback_1.description`, `product_configurator_setting.option.group.translation.description`, COALESCE(`product_configurator_setting.option.group.translation.fallback_1.description`,`product_configurator_setting.option.group.translation.description`,`product_configurator_setting.option.group.translation.description`) as `product_configurator_setting.option.group.description`, `product_configurator_setting.option.group.translation.fallback_1.position`, `product_configurator_setting.option.group.translation.position`, COALESCE(`product_configurator_setting.option.group.translation.fallback_1.position`,`product_configurator_setting.option.group.translation.position`,`product_configurator_setting.option.group.translation.position`) as `product_configurator_setting.option.group.position`, `product_configurator_setting.option.group.translation.fallback_1.customFields`, `product_configurator_setting.option.group.translation.customFields`, COALESCE(`product_configurator_setting.option.group.translation.fallback_1.customFields`,`product_configurator_setting.option.group.translation.customFields`,`product_configurator_setting.option.group.translation.customFields`) as `product_configurator_setting.option.group.customFields`, `product_configurator_setting.option.group.translation.fallback_1.createdAt`, `product_configurator_setting.option.group.translation.createdAt`, `product_configurator_setting.option.group.translation.fallback_1.updatedAt`, `product_configurator_setting.option.group.translation.updatedAt`, `product_configurator_setting.option.group.translation.fallback_1.propertyGroupId`, `product_configurator_setting.option.group.translation.propertyGroupId`, `product_configurator_setting.option.group.translation.fallback_1.languageId`, `product_configurator_setting.option.group.translation.languageId`, `product_configurator_setting.option.media`.`id` as `product_configurator_setting.option.media.id`, `product_configurator_setting.option.media`.`user_id` as `product_configurator_setting.option.media.userId`, `product_configurator_setting.option.media`.`media_folder_id` as `product_configurator_setting.option.media.mediaFolderId`, `product_configurator_setting.option.media`.`mime_type` as `product_configurator_setting.option.media.mimeType`, `product_configurator_setting.option.media`.`file_extension` as `product_configurator_setting.option.media.fileExtension`, `product_configurator_setting.option.media`.`uploaded_at` as `product_configurator_setting.option.media.uploadedAt`, `product_configurator_setting.option.media`.`file_name` as `product_configurator_setting.option.media.fileName`, `product_configurator_setting.option.media`.`file_size` as `product_configurator_setting.option.media.fileSize`, `product_configurator_setting.option.media`.`media_type` as `product_configurator_setting.option.media.mediaTypeRaw`, `product_configurator_setting.option.media`.`meta_data` as `product_configurator_setting.option.media.metaData`, `product_configurator_setting.option.media`.`private` as `product_configurator_setting.option.media.private`, `product_configurator_setting.option.media`.`thumbnails_ro` as `product_configurator_setting.option.media.thumbnailsRo`, `product_configurator_setting.option.media`.`created_at` as `product_configurator_setting.option.media.createdAt`, `product_configurator_setting.option.media`.`updated_at` as `product_configurator_setting.option.media.updatedAt`, `product_configurator_setting.option.media.translation.fallback_1.title`, `product_configurator_setting.option.media.translation.title`, COALESCE(`product_configurator_setting.option.media.translation.fallback_1.title`,`product_configurator_setting.option.media.translation.title`,`product_configurator_setting.option.media.translation.title`) as `product_configurator_setting.option.media.title`, `product_configurator_setting.option.media.translation.fallback_1.alt`, `product_configurator_setting.option.media.translation.alt`, COALESCE(`product_configurator_setting.option.media.translation.fallback_1.alt`,`product_configurator_setting.option.media.translation.alt`,`product_configurator_setting.option.media.translation.alt`) as `product_configurator_setting.option.media.alt`, `product_configurator_setting.option.media.translation.fallback_1.customFields`, `product_configurator_setting.option.media.translation.customFields`, COALESCE(`product_configurator_setting.option.media.translation.fallback_1.customFields`,`product_configurator_setting.option.media.translation.customFields`,`product_configurator_setting.option.media.translation.customFields`) as `product_configurator_setting.option.media.customFields`, `product_configurator_setting.option.media.translation.fallback_1.createdAt`, `product_configurator_setting.option.media.translation.createdAt`, `product_configurator_setting.option.media.translation.fallback_1.updatedAt`, `product_configurator_setting.option.media.translation.updatedAt`, `product_configurator_setting.option.media.translation.fallback_1.mediaId`, `product_configurator_setting.option.media.translation.mediaId`, `product_configurator_setting.option.media.translation.fallback_1.languageId`, `product_configurator_setting.option.media.translation.languageId`, `product_configurator_setting.option.translation.fallback_1.name`, `product_configurator_setting.option.translation.name`, COALESCE(`product_configurator_setting.option.translation.fallback_1.name`,`product_configurator_setting.option.translation.name`,`product_configurator_setting.option.translation.name`) as `product_configurator_setting.option.name`, `product_configurator_setting.option.translation.fallback_1.position`, `product_configurator_setting.option.translation.position`, COALESCE(`product_configurator_setting.option.translation.fallback_1.position`,`product_configurator_setting.option.translation.position`,`product_configurator_setting.option.translation.position`) as `product_configurator_setting.option.position`, `product_configurator_setting.option.translation.fallback_1.customFields`, `product_configurator_setting.option.translation.customFields`, COALESCE(`product_configurator_setting.option.translation.fallback_1.customFields`,`product_configurator_setting.option.translation.customFields`,`product_configurator_setting.option.translation.customFields`) as `product_configurator_setting.option.customFields`, `product_configurator_setting.option.translation.fallback_1.createdAt`, `product_configurator_setting.option.translation.createdAt`, `product_configurator_setting.option.translation.fallback_1.updatedAt`, `product_configurator_setting.option.translation.updatedAt`, `product_configurator_setting.option.translation.fallback_1.propertyGroupOptionId`, `product_configurator_setting.option.translation.propertyGroupOptionId`, `product_configurator_setting.option.translation.fallback_1.languageId`, `product_configurator_setting.option.translation.languageId`, `product_configurator_setting.media`.`id` as `product_configurator_setting.media.id`, `product_configurator_setting.media`.`user_id` as `product_configurator_setting.media.userId`, `product_configurator_setting.media`.`media_folder_id` as `product_configurator_setting.media.mediaFolderId`, `product_configurator_setting.media`.`mime_type` as `product_configurator_setting.media.mimeType`, `product_configurator_setting.media`.`file_extension` as `product_configurator_setting.media.fileExtension`, `product_configurator_setting.media`.`uploaded_at` as `product_configurator_setting.media.uploadedAt`, `product_configurator_setting.media`.`file_name` as `product_configurator_setting.media.fileName`, `product_configurator_setting.media`.`file_size` as `product_configurator_setting.media.fileSize`, `product_configurator_setting.media`.`media_type` as `product_configurator_setting.media.mediaTypeRaw`, `product_configurator_setting.media`.`meta_data` as `product_configurator_setting.media.metaData`, `product_configurator_setting.media`.`private` as `product_configurator_setting.media.private`, `product_configurator_setting.media`.`thumbnails_ro` as `product_configurator_setting.media.thumbnailsRo`, `product_configurator_setting.media`.`created_at` as `product_configurator_setting.media.createdAt`, `product_configurator_setting.media`.`updated_at` as `product_configurator_setting.media.updatedAt`, `product_configurator_setting.media.translation.fallback_1.title`, `product_configurator_setting.media.translation.title`, COALESCE(`product_configurator_setting.media.translation.fallback_1.title`,`product_configurator_setting.media.translation.title`,`product_configurator_setting.media.translation.title`) as `product_configurator_setting.media.title`, `product_configurator_setting.media.translation.fallback_1.alt`, `product_configurator_setting.media.translation.alt`, COALESCE(`product_configurator_setting.media.translation.fallback_1.alt`,`product_configurator_setting.media.translation.alt`,`product_configurator_setting.media.translation.alt`) as `product_configurator_setting.media.alt`, `product_configurator_setting.media.translation.fallback_1.customFields`, `product_configurator_setting.media.translation.customFields`, COALESCE(`product_configurator_setting.media.translation.fallback_1.customFields`,`product_configurator_setting.media.translation.customFields`,`product_configurator_setting.media.translation.customFields`) as `product_configurator_setting.media.customFields`, `product_configurator_setting.media.translation.fallback_1.createdAt`, `product_configurator_setting.media.translation.createdAt`, `product_configurator_setting.media.translation.fallback_1.updatedAt`, `product_configurator_setting.media.translation.updatedAt`, `product_configurator_setting.media.translation.fallback_1.mediaId`, `product_configurator_setting.media.translation.mediaId`, `product_configurator_setting.media.translation.fallback_1.languageId`, `product_configurator_setting.media.translation.languageId` FROM `product_configurator_setting` LEFT JOIN `property_group_option` `product_configurator_setting.option` ON `product_configurator_setting`.`property_group_option_id` = `product_configurator_setting.option`.`id` LEFT JOIN `media` `product_configurator_setting.media` ON `product_configurator_setting`.`media_id` = `product_configurator_setting.media`.`id` LEFT JOIN (SELECT `product_configurator_setting.option.translation`.property_group_option_id, `product_configurator_setting.option.translation`.name as `product_configurator_setting.option.translation.name`, `product_configurator_setting.option.translation`.position as `product_configurator_setting.option.translation.position`, `product_configurator_setting.option.translation`.custom_fields as `product_configurator_setting.option.translation.customFields`, `product_configurator_setting.option.translation`.created_at as `product_configurator_setting.option.translation.createdAt`, `product_configurator_setting.option.translation`.updated_at as `product_configurator_setting.option.translation.updatedAt`, `product_configurator_setting.option.translation`.property_group_option_id as `product_configurator_setting.option.translation.propertyGroupOptionId`, `product_configurator_setting.option.translation`.language_id as `product_configurator_setting.option.translation.languageId`, `product_configurator_setting.option.translation.fallback_1`.name as `product_configurator_setting.option.translation.fallback_1.name`, `product_configurator_setting.option.translation.fallback_1`.position as `product_configurator_setting.option.translation.fallback_1.position`, `product_configurator_setting.option.translation.fallback_1`.custom_fields as `product_configurator_setting.option.translation.fallback_1.customFields`, `product_configurator_setting.option.translation.fallback_1`.created_at as `product_configurator_setting.option.translation.fallback_1.createdAt`, `product_configurator_setting.option.translation.fallback_1`.updated_at as `product_configurator_setting.option.translation.fallback_1.updatedAt`, `product_configurator_setting.option.translation.fallback_1`.property_group_option_id as `product_configurator_setting.option.translation.fallback_1.propertyGroupOptionId`, `product_configurator_setting.option.translation.fallback_1`.language_id as `product_configurator_setting.option.translation.fallback_1.languageId` FROM `property_group_option_translation` `product_configurator_setting.option.translation` LEFT JOIN `property_group_option_translation` `product_configurator_setting.option.translation.fallback_1` ON `product_configurator_setting.option.translation`.`property_group_option_id` = `product_configurator_setting.option.translation.fallback_1`.`property_group_option_id` AND `product_configurator_setting.option.translation.fallback_1`.language_id = 0x59D93A8DA4074D12A51EA5FD20DD3E38 WHERE `product_configurator_setting.option.translation`.language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B) `product_configurator_setting.option.property_group_option_translation` ON `product_configurator_setting.option.property_group_option_translation`.`property_group_option_id` = `product_configurator_setting.option`.`id` LEFT JOIN `property_group` `product_configurator_setting.option.group` ON `product_configurator_setting.option`.`property_group_id` = `product_configurator_setting.option.group`.`id` LEFT JOIN `media` `product_configurator_setting.option.media` ON `product_configurator_setting.option`.`media_id` = `product_configurator_setting.option.media`.`id` LEFT JOIN (SELECT `product_configurator_setting.option.group.translation`.property_group_id, `product_configurator_setting.option.group.translation`.name as `product_configurator_setting.option.group.translation.name`, `product_configurator_setting.option.group.translation`.description as `product_configurator_setting.option.group.translation.description`, `product_configurator_setting.option.group.translation`.position as `product_configurator_setting.option.group.translation.position`, `product_configurator_setting.option.group.translation`.custom_fields as `product_configurator_setting.option.group.translation.customFields`, `product_configurator_setting.option.group.translation`.created_at as `product_configurator_setting.option.group.translation.createdAt`, `product_configurator_setting.option.group.translation`.updated_at as `product_configurator_setting.option.group.translation.updatedAt`, `product_configurator_setting.option.group.translation`.property_group_id as `product_configurator_setting.option.group.translation.propertyGroupId`, `product_configurator_setting.option.group.translation`.language_id as `product_configurator_setting.option.group.translation.languageId`, `product_configurator_setting.option.group.translation.fallback_1`.name as `product_configurator_setting.option.group.translation.fallback_1.name`, `product_configurator_setting.option.group.translation.fallback_1`.description as `product_configurator_setting.option.group.translation.fallback_1.description`, `product_configurator_setting.option.group.translation.fallback_1`.position as `product_configurator_setting.option.group.translation.fallback_1.position`, `product_configurator_setting.option.group.translation.fallback_1`.custom_fields as `product_configurator_setting.option.group.translation.fallback_1.customFields`, `product_configurator_setting.option.group.translation.fallback_1`.created_at as `product_configurator_setting.option.group.translation.fallback_1.createdAt`, `product_configurator_setting.option.group.translation.fallback_1`.updated_at as `product_configurator_setting.option.group.translation.fallback_1.updatedAt`, `product_configurator_setting.option.group.translation.fallback_1`.property_group_id as `product_configurator_setting.option.group.translation.fallback_1.propertyGroupId`, `product_configurator_setting.option.group.translation.fallback_1`.language_id as `product_configurator_setting.option.group.translation.fallback_1.languageId` FROM `property_group_translation` `product_configurator_setting.option.group.translation` LEFT JOIN `property_group_translation` `product_configurator_setting.option.group.translation.fallback_1` ON `product_configurator_setting.option.group.translation`.`property_group_id` = `product_configurator_setting.option.group.translation.fallback_1`.`property_group_id` AND `product_configurator_setting.option.group.translation.fallback_1`.language_id = 0x59D93A8DA4074D12A51EA5FD20DD3E38 WHERE `product_configurator_setting.option.group.translation`.language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B) `product_configurator_setting.option.group.property_group_translation` ON `product_configurator_setting.option.group.property_group_translation`.`property_group_id` = `product_configurator_setting.option.group`.`id` LEFT JOIN (SELECT `product_configurator_setting.option.media.translation`.media_id, `product_configurator_setting.option.media.translation`.title as `product_configurator_setting.option.media.translation.title`, `product_configurator_setting.option.media.translation`.alt as `product_configurator_setting.option.media.translation.alt`, `product_configurator_setting.option.media.translation`.custom_fields as `product_configurator_setting.option.media.translation.customFields`, `product_configurator_setting.option.media.translation`.created_at as `product_configurator_setting.option.media.translation.createdAt`, `product_configurator_setting.option.media.translation`.updated_at as `product_configurator_setting.option.media.translation.updatedAt`, `product_configurator_setting.option.media.translation`.media_id as `product_configurator_setting.option.media.translation.mediaId`, `product_configurator_setting.option.media.translation`.language_id as `product_configurator_setting.option.media.translation.languageId`, `product_configurator_setting.option.media.translation.fallback_1`.title as `product_configurator_setting.option.media.translation.fallback_1.title`, `product_configurator_setting.option.media.translation.fallback_1`.alt as `product_configurator_setting.option.media.translation.fallback_1.alt`, `product_configurator_setting.option.media.translation.fallback_1`.custom_fields as `product_configurator_setting.option.media.translation.fallback_1.customFields`, `product_configurator_setting.option.media.translation.fallback_1`.created_at as `product_configurator_setting.option.media.translation.fallback_1.createdAt`, `product_configurator_setting.option.media.translation.fallback_1`.updated_at as `product_configurator_setting.option.media.translation.fallback_1.updatedAt`, `product_configurator_setting.option.media.translation.fallback_1`.media_id as `product_configurator_setting.option.media.translation.fallback_1.mediaId`, `product_configurator_setting.option.media.translation.fallback_1`.language_id as `product_configurator_setting.option.media.translation.fallback_1.languageId` FROM `media_translation` `product_configurator_setting.option.media.translation` LEFT JOIN `media_translation` `product_configurator_setting.option.media.translation.fallback_1` ON `product_configurator_setting.option.media.translation`.`media_id` = `product_configurator_setting.option.media.translation.fallback_1`.`media_id` AND `product_configurator_setting.option.media.translation.fallback_1`.language_id = 0x59D93A8DA4074D12A51EA5FD20DD3E38 WHERE `product_configurator_setting.option.media.translation`.language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B) `product_configurator_setting.option.media.media_translation` ON `product_configurator_setting.option.media.media_translation`.`media_id` = `product_configurator_setting.option.media`.`id` LEFT JOIN (SELECT `product_configurator_setting.media.translation`.media_id, `product_configurator_setting.media.translation`.title as `product_configurator_setting.media.translation.title`, `product_configurator_setting.media.translation`.alt as `product_configurator_setting.media.translation.alt`, `product_configurator_setting.media.translation`.custom_fields as `product_configurator_setting.media.translation.customFields`, `product_configurator_setting.media.translation`.created_at as `product_configurator_setting.media.translation.createdAt`, `product_configurator_setting.media.translation`.updated_at as `product_configurator_setting.media.translation.updatedAt`, `product_configurator_setting.media.translation`.media_id as `product_configurator_setting.media.translation.mediaId`, `product_configurator_setting.media.translation`.language_id as `product_configurator_setting.media.translation.languageId`, `product_configurator_setting.media.translation.fallback_1`.title as `product_configurator_setting.media.translation.fallback_1.title`, `product_configurator_setting.media.translation.fallback_1`.alt as `product_configurator_setting.media.translation.fallback_1.alt`, `product_configurator_setting.media.translation.fallback_1`.custom_fields as `product_configurator_setting.media.translation.fallback_1.customFields`, `product_configurator_setting.media.translation.fallback_1`.created_at as `product_configurator_setting.media.translation.fallback_1.createdAt`, `product_configurator_setting.media.translation.fallback_1`.updated_at as `product_configurator_setting.media.translation.fallback_1.updatedAt`, `product_configurator_setting.media.translation.fallback_1`.media_id as `product_configurator_setting.media.translation.fallback_1.mediaId`, `product_configurator_setting.media.translation.fallback_1`.language_id as `product_configurator_setting.media.translation.fallback_1.languageId` FROM `media_translation` `product_configurator_setting.media.translation` LEFT JOIN `media_translation` `product_configurator_setting.media.translation.fallback_1` ON `product_configurator_setting.media.translation`.`media_id` = `product_configurator_setting.media.translation.fallback_1`.`media_id` AND `product_configurator_setting.media.translation.fallback_1`.language_id = 0x59D93A8DA4074D12A51EA5FD20DD3E38 WHERE `product_configurator_setting.media.translation`.language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B) `product_configurator_setting.media.media_translation` ON `product_configurator_setting.media.media_translation`.`media_id` = `product_configurator_setting.media`.`id` WHERE (`product_configurator_setting`.`version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425) AND ((`product_configurator_setting`.`product_id` = 0xE6A784F58007466FAD1D68C82860A809));
array:31 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1322)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 212)"
2 => "Doctrine\DBAL\Query\QueryBuilder::execute (line 296)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetch (line 131)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 82)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::read (line 36)"
6 => "Shopware\Core\Profiling\Entity\EntityReaderProfiler::read (line 270)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::read (line 115)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 91)"
9 => "Shopware\Core\Content\Product\SalesChannel\Detail\ProductConfiguratorLoader::loadSettings (line 43)"
10 => "Shopware\Core\Content\Product\SalesChannel\Detail\ProductConfiguratorLoader::load (line 28)"
11 => "Shopware\Storefront\Page\Product\Configurator\ProductPageConfiguratorLoader::load (line 131)"
12 => "Shopware\Core\Content\Product\SalesChannel\Detail\ProductDetailRoute::load (line 121)"
13 => "Shopware\Core\Content\Product\SalesChannel\Detail\CachedProductDetailRoute::Shopware\Core\Content\Product\SalesChannel\Detail\{closure} (line 334)"
14 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 39)"
15 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 99)"
16 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 38)"
17 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 43)"
18 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 37)"
19 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 37)"
20 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 54)"
21 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 36)"
22 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 120)"
23 => "Shopware\Core\Content\Product\SalesChannel\Detail\CachedProductDetailRoute::load (line 86)"
24 => "Shopware\Storefront\Page\Product\ProductPageLoader::load (line 93)"
25 => "Shopware\Storefront\Controller\ProductController::index (line 152)"
26 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 74)"
27 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
28 => "Symfony\Component\HttpKernel\Kernel::handle (line 184)"
29 => "Shopware\Core\HttpKernel::doHandle (line 81)"
30 => "Shopware\Core\HttpKernel::handle (line 48)"
]
|
| 47 |
0.59 ms |
SELECT LOWER(HEX(product.id)), product.option_ids as options, product.product_number as productNumber, product.available FROM product LEFT JOIN product parent ON product.parent_id = parent.id INNER JOIN product_visibility visibilities ON product.visibilities = visibilities.product_id WHERE (product.parent_id = :id) AND (product.version_id = :versionId) AND (IFNULL(product.active, parent.active) = :active) AND (product.option_ids IS NOT NULL) AND (visibilities.sales_channel_id = :salesChannelId)
SELECT LOWER(HEX(product.id)), product.option_ids as options, product.product_number as productNumber, product.available FROM product LEFT JOIN product parent ON product.parent_id = parent.id INNER JOIN product_visibility visibilities ON product.visibilities = visibilities.product_id WHERE (product.parent_id = 0xE6A784F58007466FAD1D68C82860A809) AND (product.version_id = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425) AND (IFNULL(product.active, parent.active) = 1) AND (product.option_ids IS NOT NULL) AND (visibilities.sales_channel_id = 0x1DDAFD1C740544059CB27A984D21C445);
array:26 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1322)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 212)"
2 => "Doctrine\DBAL\Query\QueryBuilder::execute (line 65)"
3 => "Shopware\Core\Content\Product\SalesChannel\Detail\AvailableCombinationLoader::load (line 35)"
4 => "Shopware\Storefront\Page\Product\Configurator\AvailableCombinationLoader::load (line 47)"
5 => "Shopware\Core\Content\Product\SalesChannel\Detail\ProductConfiguratorLoader::load (line 28)"
6 => "Shopware\Storefront\Page\Product\Configurator\ProductPageConfiguratorLoader::load (line 131)"
7 => "Shopware\Core\Content\Product\SalesChannel\Detail\ProductDetailRoute::load (line 121)"
8 => "Shopware\Core\Content\Product\SalesChannel\Detail\CachedProductDetailRoute::Shopware\Core\Content\Product\SalesChannel\Detail\{closure} (line 334)"
9 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 39)"
10 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 99)"
11 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 38)"
12 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 43)"
13 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 37)"
14 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 37)"
15 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 54)"
16 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 36)"
17 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 120)"
18 => "Shopware\Core\Content\Product\SalesChannel\Detail\CachedProductDetailRoute::load (line 86)"
19 => "Shopware\Storefront\Page\Product\ProductPageLoader::load (line 93)"
20 => "Shopware\Storefront\Controller\ProductController::index (line 152)"
21 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 74)"
22 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
23 => "Symfony\Component\HttpKernel\Kernel::handle (line 184)"
24 => "Shopware\Core\HttpKernel::doHandle (line 81)"
25 => "Shopware\Core\HttpKernel::handle (line 48)"
]
|
| 48 |
0.59 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_2d9e2fa3c0c2428a9419f7011184545c AND `language.salesChannels`.`id` = :param_d6dcc1d4540143a6bafdde5f263c12b2) 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` = 0x1DDAFD1C740544059CB27A984D21C445 AND `language.salesChannels`.`id` = 0x1DDAFD1C740544059CB27A984D21C445) GROUP BY `language`.`id` ORDER BY MIN(`language`.`name`) ASC;
array:30 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1322)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 212)"
2 => "Doctrine\DBAL\Query\QueryBuilder::execute (line 91)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntitySearcher::search (line 57)"
4 => "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher::search (line 36)"
5 => "Shopware\Core\Profiling\Entity\EntitySearcherProfiler::search (line 198)"
6 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::doSearch (line 108)"
7 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::search (line 71)"
8 => "Shopware\Core\System\Language\SalesChannel\LanguageRoute::load (line 135)"
9 => "Shopware\Core\System\Language\SalesChannel\CachedLanguageRoute::Shopware\Core\System\Language\SalesChannel\{closure} (line 334)"
10 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 39)"
11 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 99)"
12 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 38)"
13 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 43)"
14 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 37)"
15 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 37)"
16 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 54)"
17 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 36)"
18 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 134)"
19 => "Shopware\Core\System\Language\SalesChannel\CachedLanguageRoute::load (line 122)"
20 => "Shopware\Storefront\Pagelet\Header\HeaderPageletLoader::getLanguages (line 59)"
21 => "Shopware\Storefront\Pagelet\Header\HeaderPageletLoader::load (line 90)"
22 => "Shopware\Storefront\Page\GenericPageLoader::load (line 99)"
23 => "Shopware\Storefront\Page\Product\ProductPageLoader::load (line 93)"
24 => "Shopware\Storefront\Controller\ProductController::index (line 152)"
25 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 74)"
26 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
27 => "Symfony\Component\HttpKernel\Kernel::handle (line 184)"
28 => "Shopware\Core\HttpKernel::doHandle (line 81)"
29 => "Shopware\Core\HttpKernel::handle (line 48)"
]
|
| 49 |
1.00 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.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 `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.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 `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.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 `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 = 0x59D93A8DA4074D12A51EA5FD20DD3E38 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 (0x59D93A8DA4074D12A51EA5FD20DD3E38);
array:31 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1322)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 212)"
2 => "Doctrine\DBAL\Query\QueryBuilder::execute (line 296)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetch (line 131)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 82)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::read (line 36)"
6 => "Shopware\Core\Profiling\Entity\EntityReaderProfiler::read (line 177)"
7 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::read (line 118)"
8 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::search (line 71)"
9 => "Shopware\Core\System\Language\SalesChannel\LanguageRoute::load (line 135)"
10 => "Shopware\Core\System\Language\SalesChannel\CachedLanguageRoute::Shopware\Core\System\Language\SalesChannel\{closure} (line 334)"
11 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 39)"
12 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 99)"
13 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 38)"
14 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 43)"
15 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 37)"
16 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 37)"
17 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 54)"
18 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 36)"
19 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 134)"
20 => "Shopware\Core\System\Language\SalesChannel\CachedLanguageRoute::load (line 122)"
21 => "Shopware\Storefront\Pagelet\Header\HeaderPageletLoader::getLanguages (line 59)"
22 => "Shopware\Storefront\Pagelet\Header\HeaderPageletLoader::load (line 90)"
23 => "Shopware\Storefront\Page\GenericPageLoader::load (line 99)"
24 => "Shopware\Storefront\Page\Product\ProductPageLoader::load (line 93)"
25 => "Shopware\Storefront\Controller\ProductController::index (line 152)"
26 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 74)"
27 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
28 => "Symfony\Component\HttpKernel\Kernel::handle (line 184)"
29 => "Shopware\Core\HttpKernel::doHandle (line 81)"
30 => "Shopware\Core\HttpKernel::handle (line 48)"
]
|
| 50 |
0.40 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` = 0x5512D4A679C44FEA86D9C53B7A88712B OR `parent_id` = 0x5512D4A679C44FEA86D9C53B7A88712B OR `id` = 0x5512D4A679C44FEA86D9C53B7A88712B
;
array:28 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1322)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 1041)"
2 => "Doctrine\DBAL\Connection::fetchAllAssociative (line 231)"
3 => "Shopware\Core\Content\Category\SalesChannel\NavigationRoute::getCategoryMetaInfo (line 125)"
4 => "Shopware\Core\Content\Category\SalesChannel\NavigationRoute::load (line 191)"
5 => "Shopware\Core\Content\Category\SalesChannel\CachedNavigationRoute::Shopware\Core\Content\Category\SalesChannel\{closure} (line 334)"
6 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 39)"
7 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 99)"
8 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 38)"
9 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 43)"
10 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 37)"
11 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 37)"
12 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 54)"
13 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 36)"
14 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 190)"
15 => "Shopware\Core\Content\Category\SalesChannel\CachedNavigationRoute::loadNavigation (line 148)"
16 => "Shopware\Core\Content\Category\SalesChannel\CachedNavigationRoute::load (line 108)"
17 => "Shopware\Core\Content\Category\SalesChannel\TreeBuildingNavigationRoute::load (line 62)"
18 => "Shopware\Core\Content\Category\Service\NavigationLoader::load (line 64)"
19 => "Shopware\Storefront\Pagelet\Header\HeaderPageletLoader::load (line 90)"
20 => "Shopware\Storefront\Page\GenericPageLoader::load (line 99)"
21 => "Shopware\Storefront\Page\Product\ProductPageLoader::load (line 93)"
22 => "Shopware\Storefront\Controller\ProductController::index (line 152)"
23 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 74)"
24 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
25 => "Symfony\Component\HttpKernel\Kernel::handle (line 184)"
26 => "Shopware\Core\HttpKernel::doHandle (line 81)"
27 => "Shopware\Core\HttpKernel::handle (line 48)"
]
|
| 51 |
41.28 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_11b30b0c0dc64b7b9d74c4eb83773eb8 AND (`category`.`level` > :param_87d4779d82a448ecb64bf2a9ff49ea0b AND `category`.`level` <= :param_0c3e3052220846a4b4c8ebde98d3a9a9)))
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_11b30b0c0dc64b7b9d74c4eb83773eb8
AND (
`category`.`level` > : param_87d4779d82a448ecb64bf2a9ff49ea0b
AND `category`.`level` <= : param_0c3e3052220846a4b4c8ebde98d3a9a9
)
)
)
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 = 0x59D93A8DA4074D12A51EA5FD20DD3E38 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 = 0x59D93A8DA4074D12A51EA5FD20DD3E38 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 '%|5512d4a679c44fea86d9c53b7a88712b|%' AND (`category`.`level` > 1 AND `category`.`level` <= 5)));
array:34 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1322)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 212)"
2 => "Doctrine\DBAL\Query\QueryBuilder::execute (line 296)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetch (line 131)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 82)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::read (line 36)"
6 => "Shopware\Core\Profiling\Entity\EntityReaderProfiler::read (line 177)"
7 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::read (line 103)"
8 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::search (line 183)"
9 => "Shopware\Core\Content\Category\SalesChannel\NavigationRoute::loadLevels (line 146)"
10 => "Shopware\Core\Content\Category\SalesChannel\NavigationRoute::load (line 191)"
11 => "Shopware\Core\Content\Category\SalesChannel\CachedNavigationRoute::Shopware\Core\Content\Category\SalesChannel\{closure} (line 334)"
12 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 39)"
13 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 99)"
14 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 38)"
15 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 43)"
16 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 37)"
17 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 37)"
18 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 54)"
19 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 36)"
20 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 190)"
21 => "Shopware\Core\Content\Category\SalesChannel\CachedNavigationRoute::loadNavigation (line 148)"
22 => "Shopware\Core\Content\Category\SalesChannel\CachedNavigationRoute::load (line 108)"
23 => "Shopware\Core\Content\Category\SalesChannel\TreeBuildingNavigationRoute::load (line 62)"
24 => "Shopware\Core\Content\Category\Service\NavigationLoader::load (line 64)"
25 => "Shopware\Storefront\Pagelet\Header\HeaderPageletLoader::load (line 90)"
26 => "Shopware\Storefront\Page\GenericPageLoader::load (line 99)"
27 => "Shopware\Storefront\Page\Product\ProductPageLoader::load (line 93)"
28 => "Shopware\Storefront\Controller\ProductController::index (line 152)"
29 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 74)"
30 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
31 => "Symfony\Component\HttpKernel\Kernel::handle (line 184)"
32 => "Shopware\Core\HttpKernel::doHandle (line 81)"
33 => "Shopware\Core\HttpKernel::handle (line 48)"
]
|
| 52 |
41.58 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_b62f12151a464548a349d8f10843fa6f AND `category`.`level` = :param_1b254aeac209458aa34160c4110a8e89 AND `category`.`active` = :param_4dbf0369a6ea4b5aba0d35858bbcbfbc AND `category`.`visible` = :param_be38ce999ff94eed8bfdb9012958f4bf)) 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 '%|5512d4a679c44fea86d9c53b7a88712b|%' AND `category`.`level` = 6 AND `category`.`active` = 1 AND `category`.`visible` = 1)) GROUP BY `category`.`parent_id`;
array:33 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1322)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 212)"
2 => "Doctrine\DBAL\Query\QueryBuilder::execute (line 201)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityAggregator::fetchAggregation (line 91)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityAggregator::aggregate (line 47)"
5 => "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator::aggregate (line 36)"
6 => "Shopware\Core\Profiling\Entity\EntityAggregatorProfiler::aggregate (line 156)"
7 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::aggregate (line 207)"
8 => "Shopware\Core\Content\Category\SalesChannel\NavigationRoute::loadLevels (line 146)"
9 => "Shopware\Core\Content\Category\SalesChannel\NavigationRoute::load (line 191)"
10 => "Shopware\Core\Content\Category\SalesChannel\CachedNavigationRoute::Shopware\Core\Content\Category\SalesChannel\{closure} (line 334)"
11 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 39)"
12 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 99)"
13 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 38)"
14 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 43)"
15 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 37)"
16 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 37)"
17 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 54)"
18 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 36)"
19 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 190)"
20 => "Shopware\Core\Content\Category\SalesChannel\CachedNavigationRoute::loadNavigation (line 148)"
21 => "Shopware\Core\Content\Category\SalesChannel\CachedNavigationRoute::load (line 108)"
22 => "Shopware\Core\Content\Category\SalesChannel\TreeBuildingNavigationRoute::load (line 62)"
23 => "Shopware\Core\Content\Category\Service\NavigationLoader::load (line 64)"
24 => "Shopware\Storefront\Pagelet\Header\HeaderPageletLoader::load (line 90)"
25 => "Shopware\Storefront\Page\GenericPageLoader::load (line 99)"
26 => "Shopware\Storefront\Page\Product\ProductPageLoader::load (line 93)"
27 => "Shopware\Storefront\Controller\ProductController::index (line 152)"
28 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 74)"
29 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
30 => "Symfony\Component\HttpKernel\Kernel::handle (line 184)"
31 => "Shopware\Core\HttpKernel::doHandle (line 81)"
32 => "Shopware\Core\HttpKernel::handle (line 48)"
]
|
| 53 |
4.32 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 = 0x59D93A8DA4074D12A51EA5FD20DD3E38 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 = 0x59D93A8DA4074D12A51EA5FD20DD3E38 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 (0x5512D4A679C44FEA86D9C53B7A88712B));
array:35 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1322)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 212)"
2 => "Doctrine\DBAL\Query\QueryBuilder::execute (line 296)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetch (line 131)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 82)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::read (line 36)"
6 => "Shopware\Core\Profiling\Entity\EntityReaderProfiler::read (line 177)"
7 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::read (line 103)"
8 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::search (line 162)"
9 => "Shopware\Core\Content\Category\SalesChannel\NavigationRoute::loadCategories (line 269)"
10 => "Shopware\Core\Content\Category\SalesChannel\NavigationRoute::loadChildren (line 150)"
11 => "Shopware\Core\Content\Category\SalesChannel\NavigationRoute::load (line 191)"
12 => "Shopware\Core\Content\Category\SalesChannel\CachedNavigationRoute::Shopware\Core\Content\Category\SalesChannel\{closure} (line 334)"
13 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 39)"
14 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 99)"
15 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 38)"
16 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 43)"
17 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 37)"
18 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 37)"
19 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 54)"
20 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 36)"
21 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 190)"
22 => "Shopware\Core\Content\Category\SalesChannel\CachedNavigationRoute::loadNavigation (line 148)"
23 => "Shopware\Core\Content\Category\SalesChannel\CachedNavigationRoute::load (line 108)"
24 => "Shopware\Core\Content\Category\SalesChannel\TreeBuildingNavigationRoute::load (line 62)"
25 => "Shopware\Core\Content\Category\Service\NavigationLoader::load (line 64)"
26 => "Shopware\Storefront\Pagelet\Header\HeaderPageletLoader::load (line 90)"
27 => "Shopware\Storefront\Page\GenericPageLoader::load (line 99)"
28 => "Shopware\Storefront\Page\Product\ProductPageLoader::load (line 93)"
29 => "Shopware\Storefront\Controller\ProductController::index (line 152)"
30 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 74)"
31 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
32 => "Symfony\Component\HttpKernel\Kernel::handle (line 184)"
33 => "Shopware\Core\HttpKernel::doHandle (line 81)"
34 => "Shopware\Core\HttpKernel::handle (line 48)"
]
|
| 54 |
0.84 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` = 0x0AFE45ADF6C54311B62491169EB3E3B5 OR `parent_id` = 0x0AFE45ADF6C54311B62491169EB3E3B5 OR `id` = 0x5512D4A679C44FEA86D9C53B7A88712B
;
array:28 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1322)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 1041)"
2 => "Doctrine\DBAL\Connection::fetchAllAssociative (line 231)"
3 => "Shopware\Core\Content\Category\SalesChannel\NavigationRoute::getCategoryMetaInfo (line 125)"
4 => "Shopware\Core\Content\Category\SalesChannel\NavigationRoute::load (line 191)"
5 => "Shopware\Core\Content\Category\SalesChannel\CachedNavigationRoute::Shopware\Core\Content\Category\SalesChannel\{closure} (line 334)"
6 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 39)"
7 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 99)"
8 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 38)"
9 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 43)"
10 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 37)"
11 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 37)"
12 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 54)"
13 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 36)"
14 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 190)"
15 => "Shopware\Core\Content\Category\SalesChannel\CachedNavigationRoute::loadNavigation (line 156)"
16 => "Shopware\Core\Content\Category\SalesChannel\CachedNavigationRoute::load (line 108)"
17 => "Shopware\Core\Content\Category\SalesChannel\TreeBuildingNavigationRoute::load (line 62)"
18 => "Shopware\Core\Content\Category\Service\NavigationLoader::load (line 64)"
19 => "Shopware\Storefront\Pagelet\Header\HeaderPageletLoader::load (line 90)"
20 => "Shopware\Storefront\Page\GenericPageLoader::load (line 99)"
21 => "Shopware\Storefront\Page\Product\ProductPageLoader::load (line 93)"
22 => "Shopware\Storefront\Controller\ProductController::index (line 152)"
23 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 74)"
24 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
25 => "Symfony\Component\HttpKernel\Kernel::handle (line 184)"
26 => "Shopware\Core\HttpKernel::doHandle (line 81)"
27 => "Shopware\Core\HttpKernel::handle (line 48)"
]
|
| 55 |
4.66 ms |
SELECT `category`.`id` as `category.id`, `category`.`version_id` as `category.versionId`, `category`.`parent_id` as `category.parentId`, `category`.`parent_version_id` as `category.parentVersionId`, `category`.`after_category_id` as `category.afterCategoryId`, `category`.`after_category_version_id` as `category.afterCategoryVersionId`, `category`.`media_id` as `category.mediaId`, `category`.`display_nested_products` as `category.displayNestedProducts`, `category`.`auto_increment` as `category.autoIncrement`, `category`.`level` as `category.level`, `category`.`path` as `category.path`, `category`.`child_count` as `category.childCount`, `category`.`type` as `category.type`, `category`.`product_assignment_type` as `category.productAssignmentType`, `category`.`visible` as `category.visible`, `category`.`active` as `category.active`, `category`.`cms_page_id` as `category.cmsPageId`, `category`.`cms_page_version_id` as `category.cmsPageVersionId`, `category`.`product_stream_id` as `category.productStreamId`, `category`.`created_at` as `category.createdAt`, `category`.`updated_at` as `category.updatedAt`, `category.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 = 0x59D93A8DA4074D12A51EA5FD20DD3E38 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 = 0x59D93A8DA4074D12A51EA5FD20DD3E38 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 (0x5512D4A679C44FEA86D9C53B7A88712B, 0x70425945CA0C40AAAE5B293B7E853965, 0xF617DFE84DC74DDEB38A2F08F5BE5AA6, 0xCC840942F17C44C69EB25387ECEC7B54, 0x41D51A8FCE0741C899A4A92EB9FEB6A8, 0x0AFE45ADF6C54311B62491169EB3E3B5));
array:35 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1322)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 212)"
2 => "Doctrine\DBAL\Query\QueryBuilder::execute (line 296)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetch (line 131)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 82)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::read (line 36)"
6 => "Shopware\Core\Profiling\Entity\EntityReaderProfiler::read (line 177)"
7 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::read (line 103)"
8 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::search (line 162)"
9 => "Shopware\Core\Content\Category\SalesChannel\NavigationRoute::loadCategories (line 269)"
10 => "Shopware\Core\Content\Category\SalesChannel\NavigationRoute::loadChildren (line 150)"
11 => "Shopware\Core\Content\Category\SalesChannel\NavigationRoute::load (line 191)"
12 => "Shopware\Core\Content\Category\SalesChannel\CachedNavigationRoute::Shopware\Core\Content\Category\SalesChannel\{closure} (line 334)"
13 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 39)"
14 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 99)"
15 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 38)"
16 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 43)"
17 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 37)"
18 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 37)"
19 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 54)"
20 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 36)"
21 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 190)"
22 => "Shopware\Core\Content\Category\SalesChannel\CachedNavigationRoute::loadNavigation (line 156)"
23 => "Shopware\Core\Content\Category\SalesChannel\CachedNavigationRoute::load (line 108)"
24 => "Shopware\Core\Content\Category\SalesChannel\TreeBuildingNavigationRoute::load (line 62)"
25 => "Shopware\Core\Content\Category\Service\NavigationLoader::load (line 64)"
26 => "Shopware\Storefront\Pagelet\Header\HeaderPageletLoader::load (line 90)"
27 => "Shopware\Storefront\Page\GenericPageLoader::load (line 99)"
28 => "Shopware\Storefront\Page\Product\ProductPageLoader::load (line 93)"
29 => "Shopware\Storefront\Controller\ProductController::index (line 152)"
30 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 74)"
31 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
32 => "Symfony\Component\HttpKernel\Kernel::handle (line 184)"
33 => "Shopware\Core\HttpKernel::doHandle (line 81)"
34 => "Shopware\Core\HttpKernel::handle (line 48)"
]
|
| 56 |
0.80 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_0c12b98ed7ba496bb077db5fe7bb7049) 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` = 0x1DDAFD1C740544059CB27A984D21C445) GROUP BY `currency`.`id`;
array:29 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1322)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 212)"
2 => "Doctrine\DBAL\Query\QueryBuilder::execute (line 91)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntitySearcher::search (line 57)"
4 => "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher::search (line 36)"
5 => "Shopware\Core\Profiling\Entity\EntitySearcherProfiler::search (line 198)"
6 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::doSearch (line 108)"
7 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::search (line 70)"
8 => "Shopware\Core\System\Currency\SalesChannel\CurrencyRoute::load (line 135)"
9 => "Shopware\Core\System\Currency\SalesChannel\CachedCurrencyRoute::Shopware\Core\System\Currency\SalesChannel\{closure} (line 334)"
10 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 39)"
11 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 99)"
12 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 38)"
13 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 43)"
14 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 37)"
15 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 37)"
16 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 54)"
17 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 36)"
18 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 134)"
19 => "Shopware\Core\System\Currency\SalesChannel\CachedCurrencyRoute::load (line 75)"
20 => "Shopware\Storefront\Pagelet\Header\HeaderPageletLoader::load (line 90)"
21 => "Shopware\Storefront\Page\GenericPageLoader::load (line 99)"
22 => "Shopware\Storefront\Page\Product\ProductPageLoader::load (line 93)"
23 => "Shopware\Storefront\Controller\ProductController::index (line 152)"
24 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 74)"
25 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
26 => "Symfony\Component\HttpKernel\Kernel::handle (line 184)"
27 => "Shopware\Core\HttpKernel::doHandle (line 81)"
28 => "Shopware\Core\HttpKernel::handle (line 48)"
]
|
| 57 |
0.80 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 = 0x59D93A8DA4074D12A51EA5FD20DD3E38 WHERE `currency.translation`.language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B) `currency.currency_translation` ON `currency.currency_translation`.`currency_id` = `currency`.`id` WHERE `currency`.`id` IN (0xB7D2554B0CE847CD82F3AC9BD1C0DFCA);
array:30 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1322)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 212)"
2 => "Doctrine\DBAL\Query\QueryBuilder::execute (line 296)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetch (line 131)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 82)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::read (line 36)"
6 => "Shopware\Core\Profiling\Entity\EntityReaderProfiler::read (line 177)"
7 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::read (line 118)"
8 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::search (line 70)"
9 => "Shopware\Core\System\Currency\SalesChannel\CurrencyRoute::load (line 135)"
10 => "Shopware\Core\System\Currency\SalesChannel\CachedCurrencyRoute::Shopware\Core\System\Currency\SalesChannel\{closure} (line 334)"
11 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 39)"
12 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 99)"
13 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 38)"
14 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 43)"
15 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 37)"
16 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 37)"
17 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 54)"
18 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 36)"
19 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 134)"
20 => "Shopware\Core\System\Currency\SalesChannel\CachedCurrencyRoute::load (line 75)"
21 => "Shopware\Storefront\Pagelet\Header\HeaderPageletLoader::load (line 90)"
22 => "Shopware\Storefront\Page\GenericPageLoader::load (line 99)"
23 => "Shopware\Storefront\Page\Product\ProductPageLoader::load (line 93)"
24 => "Shopware\Storefront\Controller\ProductController::index (line 152)"
25 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 74)"
26 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
27 => "Symfony\Component\HttpKernel\Kernel::handle (line 184)"
28 => "Shopware\Core\HttpKernel::doHandle (line 81)"
29 => "Shopware\Core\HttpKernel::handle (line 48)"
]
|
| 58 |
0.31 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` = 0xAFA4D7E5A27D4CB2A387855832EF4BBF OR `parent_id` = 0xAFA4D7E5A27D4CB2A387855832EF4BBF OR `id` = 0xAFA4D7E5A27D4CB2A387855832EF4BBF
;
array:28 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1322)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 1041)"
2 => "Doctrine\DBAL\Connection::fetchAllAssociative (line 231)"
3 => "Shopware\Core\Content\Category\SalesChannel\NavigationRoute::getCategoryMetaInfo (line 125)"
4 => "Shopware\Core\Content\Category\SalesChannel\NavigationRoute::load (line 191)"
5 => "Shopware\Core\Content\Category\SalesChannel\CachedNavigationRoute::Shopware\Core\Content\Category\SalesChannel\{closure} (line 334)"
6 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 39)"
7 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 99)"
8 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 38)"
9 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 43)"
10 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 37)"
11 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 37)"
12 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 54)"
13 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 36)"
14 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 190)"
15 => "Shopware\Core\Content\Category\SalesChannel\CachedNavigationRoute::loadNavigation (line 148)"
16 => "Shopware\Core\Content\Category\SalesChannel\CachedNavigationRoute::load (line 108)"
17 => "Shopware\Core\Content\Category\SalesChannel\TreeBuildingNavigationRoute::load (line 62)"
18 => "Shopware\Core\Content\Category\Service\NavigationLoader::load (line 42)"
19 => "Shopware\Storefront\Pagelet\Footer\FooterPageletLoader::load (line 94)"
20 => "Shopware\Storefront\Page\GenericPageLoader::load (line 99)"
21 => "Shopware\Storefront\Page\Product\ProductPageLoader::load (line 93)"
22 => "Shopware\Storefront\Controller\ProductController::index (line 152)"
23 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 74)"
24 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
25 => "Symfony\Component\HttpKernel\Kernel::handle (line 184)"
26 => "Shopware\Core\HttpKernel::doHandle (line 81)"
27 => "Shopware\Core\HttpKernel::handle (line 48)"
]
|
| 59 |
4.71 ms |
SELECT `category`.`id` as `category.id`, `category`.`version_id` as `category.versionId`, `category`.`parent_id` as `category.parentId`, `category`.`parent_version_id` as `category.parentVersionId`, `category`.`after_category_id` as `category.afterCategoryId`, `category`.`after_category_version_id` as `category.afterCategoryVersionId`, `category`.`media_id` as `category.mediaId`, `category`.`display_nested_products` as `category.displayNestedProducts`, `category`.`auto_increment` as `category.autoIncrement`, `category`.`level` as `category.level`, `category`.`path` as `category.path`, `category`.`child_count` as `category.childCount`, `category`.`type` as `category.type`, `category`.`product_assignment_type` as `category.productAssignmentType`, `category`.`visible` as `category.visible`, `category`.`active` as `category.active`, `category`.`cms_page_id` as `category.cmsPageId`, `category`.`cms_page_version_id` as `category.cmsPageVersionId`, `category`.`product_stream_id` as `category.productStreamId`, `category`.`created_at` as `category.createdAt`, `category`.`updated_at` as `category.updatedAt`, `category.media`.`id` as `category.media.id`, `category.media`.`user_id` as `category.media.userId`, `category.media`.`media_folder_id` as `category.media.mediaFolderId`, `category.media`.`mime_type` as `category.media.mimeType`, `category.media`.`file_extension` as `category.media.fileExtension`, `category.media`.`uploaded_at` as `category.media.uploadedAt`, `category.media`.`file_name` as `category.media.fileName`, `category.media`.`file_size` as `category.media.fileSize`, `category.media`.`media_type` as `category.media.mediaTypeRaw`, `category.media`.`meta_data` as `category.media.metaData`, `category.media`.`private` as `category.media.private`, `category.media`.`thumbnails_ro` as `category.media.thumbnailsRo`, `category.media`.`created_at` as `category.media.createdAt`, `category.media`.`updated_at` as `category.media.updatedAt`, `category.media.translation.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_16c72357577e4a2dacb06851447c0365 AND (`category`.`level` > :param_94fe0a62134a4337a43744792651c2db AND `category`.`level` <= :param_3794371d87d548d3bec7786ff3460e6a)))
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_16c72357577e4a2dacb06851447c0365
AND (
`category`.`level` > : param_94fe0a62134a4337a43744792651c2db
AND `category`.`level` <= : param_3794371d87d548d3bec7786ff3460e6a
)
)
)
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 = 0x59D93A8DA4074D12A51EA5FD20DD3E38 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 = 0x59D93A8DA4074D12A51EA5FD20DD3E38 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 '%|afa4d7e5a27d4cb2a387855832ef4bbf|%' AND (`category`.`level` > 1 AND `category`.`level` <= 3)));
array:34 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1322)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 212)"
2 => "Doctrine\DBAL\Query\QueryBuilder::execute (line 296)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetch (line 131)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 82)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::read (line 36)"
6 => "Shopware\Core\Profiling\Entity\EntityReaderProfiler::read (line 177)"
7 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::read (line 103)"
8 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::search (line 183)"
9 => "Shopware\Core\Content\Category\SalesChannel\NavigationRoute::loadLevels (line 146)"
10 => "Shopware\Core\Content\Category\SalesChannel\NavigationRoute::load (line 191)"
11 => "Shopware\Core\Content\Category\SalesChannel\CachedNavigationRoute::Shopware\Core\Content\Category\SalesChannel\{closure} (line 334)"
12 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 39)"
13 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 99)"
14 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 38)"
15 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 43)"
16 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 37)"
17 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 37)"
18 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 54)"
19 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 36)"
20 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 190)"
21 => "Shopware\Core\Content\Category\SalesChannel\CachedNavigationRoute::loadNavigation (line 148)"
22 => "Shopware\Core\Content\Category\SalesChannel\CachedNavigationRoute::load (line 108)"
23 => "Shopware\Core\Content\Category\SalesChannel\TreeBuildingNavigationRoute::load (line 62)"
24 => "Shopware\Core\Content\Category\Service\NavigationLoader::load (line 42)"
25 => "Shopware\Storefront\Pagelet\Footer\FooterPageletLoader::load (line 94)"
26 => "Shopware\Storefront\Page\GenericPageLoader::load (line 99)"
27 => "Shopware\Storefront\Page\Product\ProductPageLoader::load (line 93)"
28 => "Shopware\Storefront\Controller\ProductController::index (line 152)"
29 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 74)"
30 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
31 => "Symfony\Component\HttpKernel\Kernel::handle (line 184)"
32 => "Shopware\Core\HttpKernel::doHandle (line 81)"
33 => "Shopware\Core\HttpKernel::handle (line 48)"
]
|
| 60 |
1.37 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_63e1ae7e67534694a97cc1f3f7ed8617 AND `category`.`level` = :param_f01a5256f68b41e0a4e3c300ee3d95b0 AND `category`.`active` = :param_d6f6aa8633654e5ba890245b2a959a97 AND `category`.`visible` = :param_e91ac502ade94b5085f5dbf219cf833e)) 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 '%|afa4d7e5a27d4cb2a387855832ef4bbf|%' AND `category`.`level` = 4 AND `category`.`active` = 1 AND `category`.`visible` = 1)) GROUP BY `category`.`parent_id`;
array:33 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1322)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 212)"
2 => "Doctrine\DBAL\Query\QueryBuilder::execute (line 201)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityAggregator::fetchAggregation (line 91)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityAggregator::aggregate (line 47)"
5 => "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator::aggregate (line 36)"
6 => "Shopware\Core\Profiling\Entity\EntityAggregatorProfiler::aggregate (line 156)"
7 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::aggregate (line 207)"
8 => "Shopware\Core\Content\Category\SalesChannel\NavigationRoute::loadLevels (line 146)"
9 => "Shopware\Core\Content\Category\SalesChannel\NavigationRoute::load (line 191)"
10 => "Shopware\Core\Content\Category\SalesChannel\CachedNavigationRoute::Shopware\Core\Content\Category\SalesChannel\{closure} (line 334)"
11 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 39)"
12 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 99)"
13 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 38)"
14 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 43)"
15 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 37)"
16 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 37)"
17 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 54)"
18 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 36)"
19 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 190)"
20 => "Shopware\Core\Content\Category\SalesChannel\CachedNavigationRoute::loadNavigation (line 148)"
21 => "Shopware\Core\Content\Category\SalesChannel\CachedNavigationRoute::load (line 108)"
22 => "Shopware\Core\Content\Category\SalesChannel\TreeBuildingNavigationRoute::load (line 62)"
23 => "Shopware\Core\Content\Category\Service\NavigationLoader::load (line 42)"
24 => "Shopware\Storefront\Pagelet\Footer\FooterPageletLoader::load (line 94)"
25 => "Shopware\Storefront\Page\GenericPageLoader::load (line 99)"
26 => "Shopware\Storefront\Page\Product\ProductPageLoader::load (line 93)"
27 => "Shopware\Storefront\Controller\ProductController::index (line 152)"
28 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 74)"
29 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
30 => "Symfony\Component\HttpKernel\Kernel::handle (line 184)"
31 => "Shopware\Core\HttpKernel::doHandle (line 81)"
32 => "Shopware\Core\HttpKernel::handle (line 48)"
]
|
| 61 |
4.18 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 = 0x59D93A8DA4074D12A51EA5FD20DD3E38 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 = 0x59D93A8DA4074D12A51EA5FD20DD3E38 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 (0xAFA4D7E5A27D4CB2A387855832EF4BBF));
array:35 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1322)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 212)"
2 => "Doctrine\DBAL\Query\QueryBuilder::execute (line 296)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetch (line 131)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 82)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::read (line 36)"
6 => "Shopware\Core\Profiling\Entity\EntityReaderProfiler::read (line 177)"
7 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::read (line 103)"
8 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::search (line 162)"
9 => "Shopware\Core\Content\Category\SalesChannel\NavigationRoute::loadCategories (line 269)"
10 => "Shopware\Core\Content\Category\SalesChannel\NavigationRoute::loadChildren (line 150)"
11 => "Shopware\Core\Content\Category\SalesChannel\NavigationRoute::load (line 191)"
12 => "Shopware\Core\Content\Category\SalesChannel\CachedNavigationRoute::Shopware\Core\Content\Category\SalesChannel\{closure} (line 334)"
13 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 39)"
14 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 99)"
15 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 38)"
16 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 43)"
17 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 37)"
18 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 37)"
19 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 54)"
20 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 36)"
21 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 190)"
22 => "Shopware\Core\Content\Category\SalesChannel\CachedNavigationRoute::loadNavigation (line 148)"
23 => "Shopware\Core\Content\Category\SalesChannel\CachedNavigationRoute::load (line 108)"
24 => "Shopware\Core\Content\Category\SalesChannel\TreeBuildingNavigationRoute::load (line 62)"
25 => "Shopware\Core\Content\Category\Service\NavigationLoader::load (line 42)"
26 => "Shopware\Storefront\Pagelet\Footer\FooterPageletLoader::load (line 94)"
27 => "Shopware\Storefront\Page\GenericPageLoader::load (line 99)"
28 => "Shopware\Storefront\Page\Product\ProductPageLoader::load (line 93)"
29 => "Shopware\Storefront\Controller\ProductController::index (line 152)"
30 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 74)"
31 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
32 => "Symfony\Component\HttpKernel\Kernel::handle (line 184)"
33 => "Shopware\Core\HttpKernel::doHandle (line 81)"
34 => "Shopware\Core\HttpKernel::handle (line 48)"
]
|
| 62 |
0.26 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` = 0x0AFE45ADF6C54311B62491169EB3E3B5 OR `parent_id` = 0x0AFE45ADF6C54311B62491169EB3E3B5 OR `id` = 0xAFA4D7E5A27D4CB2A387855832EF4BBF
;
array:28 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1322)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 1041)"
2 => "Doctrine\DBAL\Connection::fetchAllAssociative (line 231)"
3 => "Shopware\Core\Content\Category\SalesChannel\NavigationRoute::getCategoryMetaInfo (line 125)"
4 => "Shopware\Core\Content\Category\SalesChannel\NavigationRoute::load (line 191)"
5 => "Shopware\Core\Content\Category\SalesChannel\CachedNavigationRoute::Shopware\Core\Content\Category\SalesChannel\{closure} (line 334)"
6 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 39)"
7 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 99)"
8 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 38)"
9 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 43)"
10 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 37)"
11 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 37)"
12 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 54)"
13 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 36)"
14 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 190)"
15 => "Shopware\Core\Content\Category\SalesChannel\CachedNavigationRoute::loadNavigation (line 156)"
16 => "Shopware\Core\Content\Category\SalesChannel\CachedNavigationRoute::load (line 108)"
17 => "Shopware\Core\Content\Category\SalesChannel\TreeBuildingNavigationRoute::load (line 62)"
18 => "Shopware\Core\Content\Category\Service\NavigationLoader::load (line 42)"
19 => "Shopware\Storefront\Pagelet\Footer\FooterPageletLoader::load (line 94)"
20 => "Shopware\Storefront\Page\GenericPageLoader::load (line 99)"
21 => "Shopware\Storefront\Page\Product\ProductPageLoader::load (line 93)"
22 => "Shopware\Storefront\Controller\ProductController::index (line 152)"
23 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 74)"
24 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
25 => "Symfony\Component\HttpKernel\Kernel::handle (line 184)"
26 => "Shopware\Core\HttpKernel::doHandle (line 81)"
27 => "Shopware\Core\HttpKernel::handle (line 48)"
]
|
| 63 |
4.24 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 = 0x59D93A8DA4074D12A51EA5FD20DD3E38 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 = 0x59D93A8DA4074D12A51EA5FD20DD3E38 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 (0x0AFE45ADF6C54311B62491169EB3E3B5, 0xAFA4D7E5A27D4CB2A387855832EF4BBF));
array:35 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1322)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 212)"
2 => "Doctrine\DBAL\Query\QueryBuilder::execute (line 296)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetch (line 131)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 82)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::read (line 36)"
6 => "Shopware\Core\Profiling\Entity\EntityReaderProfiler::read (line 177)"
7 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::read (line 103)"
8 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::search (line 162)"
9 => "Shopware\Core\Content\Category\SalesChannel\NavigationRoute::loadCategories (line 269)"
10 => "Shopware\Core\Content\Category\SalesChannel\NavigationRoute::loadChildren (line 150)"
11 => "Shopware\Core\Content\Category\SalesChannel\NavigationRoute::load (line 191)"
12 => "Shopware\Core\Content\Category\SalesChannel\CachedNavigationRoute::Shopware\Core\Content\Category\SalesChannel\{closure} (line 334)"
13 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 39)"
14 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 99)"
15 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 38)"
16 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 43)"
17 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 37)"
18 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 37)"
19 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 54)"
20 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 36)"
21 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 190)"
22 => "Shopware\Core\Content\Category\SalesChannel\CachedNavigationRoute::loadNavigation (line 156)"
23 => "Shopware\Core\Content\Category\SalesChannel\CachedNavigationRoute::load (line 108)"
24 => "Shopware\Core\Content\Category\SalesChannel\TreeBuildingNavigationRoute::load (line 62)"
25 => "Shopware\Core\Content\Category\Service\NavigationLoader::load (line 42)"
26 => "Shopware\Storefront\Pagelet\Footer\FooterPageletLoader::load (line 94)"
27 => "Shopware\Storefront\Page\GenericPageLoader::load (line 99)"
28 => "Shopware\Storefront\Page\Product\ProductPageLoader::load (line 93)"
29 => "Shopware\Storefront\Controller\ProductController::index (line 152)"
30 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 74)"
31 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
32 => "Symfony\Component\HttpKernel\Kernel::handle (line 184)"
33 => "Shopware\Core\HttpKernel::doHandle (line 81)"
34 => "Shopware\Core\HttpKernel::handle (line 48)"
]
|
| 64 |
0.78 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_a59a83cfa8b948cdb794840a8ed254b0 AND `shipping_method.salesChannels`.`id` = :param_5b722193a4004a8baf075dcf6d3f639f) GROUP BY `shipping_method`.`id` ORDER BY 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 = 0x59D93A8DA4074D12A51EA5FD20DD3E38 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` = 0x1DDAFD1C740544059CB27A984D21C445) GROUP BY `shipping_method`.`id` ORDER BY MIN(COALESCE(`shipping_method.translation.fallback_1.name`,`shipping_method.translation.name`)) ASC;
array:28 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1322)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 212)"
2 => "Doctrine\DBAL\Query\QueryBuilder::execute (line 91)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntitySearcher::search (line 57)"
4 => "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher::search (line 36)"
5 => "Shopware\Core\Profiling\Entity\EntitySearcherProfiler::search (line 198)"
6 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::doSearch (line 108)"
7 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::search (line 90)"
8 => "Shopware\Core\Checkout\Shipping\SalesChannel\ShippingMethodRoute::load (line 141)"
9 => "Shopware\Core\Checkout\Shipping\SalesChannel\CachedShippingMethodRoute::Shopware\Core\Checkout\Shipping\SalesChannel\{closure} (line 334)"
10 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 39)"
11 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 99)"
12 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 38)"
13 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 43)"
14 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 37)"
15 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 37)"
16 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 54)"
17 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 36)"
18 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 140)"
19 => "Shopware\Core\Checkout\Shipping\SalesChannel\CachedShippingMethodRoute::load (line 104)"
20 => "Shopware\Storefront\Page\GenericPageLoader::load (line 99)"
21 => "Shopware\Storefront\Page\Product\ProductPageLoader::load (line 93)"
22 => "Shopware\Storefront\Controller\ProductController::index (line 152)"
23 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 74)"
24 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
25 => "Symfony\Component\HttpKernel\Kernel::handle (line 184)"
26 => "Shopware\Core\HttpKernel::doHandle (line 81)"
27 => "Shopware\Core\HttpKernel::handle (line 48)"
]
|
| 65 |
4.05 ms |
SELECT `shipping_method`.`id` as `shipping_method.id`, `shipping_method`.`active` as `shipping_method.active`, `shipping_method`.`availability_rule_id` as `shipping_method.availabilityRuleId`, `shipping_method`.`media_id` as `shipping_method.mediaId`, `shipping_method`.`delivery_time_id` as `shipping_method.deliveryTimeId`, `shipping_method`.`tax_type` as `shipping_method.taxType`, `shipping_method`.`tax_id` as `shipping_method.taxId`, `shipping_method.deliveryTime`.`id` as `shipping_method.deliveryTime.id`, `shipping_method.deliveryTime`.`min` as `shipping_method.deliveryTime.min`, `shipping_method.deliveryTime`.`max` as `shipping_method.deliveryTime.max`, `shipping_method.deliveryTime`.`unit` as `shipping_method.deliveryTime.unit`, `shipping_method.deliveryTime`.`created_at` as `shipping_method.deliveryTime.createdAt`, `shipping_method.deliveryTime`.`updated_at` as `shipping_method.deliveryTime.updatedAt`, `shipping_method.deliveryTime.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`.`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`.`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 = 0x59D93A8DA4074D12A51EA5FD20DD3E38 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 = 0x59D93A8DA4074D12A51EA5FD20DD3E38 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 = 0x59D93A8DA4074D12A51EA5FD20DD3E38 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 (0x705C1BC697B143A9BC52E6926AE2FE26);
array:29 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1322)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 212)"
2 => "Doctrine\DBAL\Query\QueryBuilder::execute (line 296)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetch (line 131)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 82)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::read (line 36)"
6 => "Shopware\Core\Profiling\Entity\EntityReaderProfiler::read (line 177)"
7 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::read (line 118)"
8 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::search (line 90)"
9 => "Shopware\Core\Checkout\Shipping\SalesChannel\ShippingMethodRoute::load (line 141)"
10 => "Shopware\Core\Checkout\Shipping\SalesChannel\CachedShippingMethodRoute::Shopware\Core\Checkout\Shipping\SalesChannel\{closure} (line 334)"
11 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 39)"
12 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 99)"
13 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 38)"
14 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 43)"
15 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 37)"
16 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 37)"
17 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 54)"
18 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 36)"
19 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 140)"
20 => "Shopware\Core\Checkout\Shipping\SalesChannel\CachedShippingMethodRoute::load (line 104)"
21 => "Shopware\Storefront\Page\GenericPageLoader::load (line 99)"
22 => "Shopware\Storefront\Page\Product\ProductPageLoader::load (line 93)"
23 => "Shopware\Storefront\Controller\ProductController::index (line 152)"
24 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 74)"
25 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
26 => "Symfony\Component\HttpKernel\Kernel::handle (line 184)"
27 => "Shopware\Core\HttpKernel::doHandle (line 81)"
28 => "Shopware\Core\HttpKernel::handle (line 48)"
]
|
| 66 |
0.40 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_1ade9e5fa7c6423a931c89dcf54a5385 AND `payment_method.salesChannels`.`id` = :param_c121db3441dd4f928dae152cfa0fb9f8) 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` = 0x1DDAFD1C740544059CB27A984D21C445) GROUP BY `payment_method`.`id` ORDER BY MIN(`payment_method`.`position`) ASC;
array:29 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1322)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 212)"
2 => "Doctrine\DBAL\Query\QueryBuilder::execute (line 91)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntitySearcher::search (line 57)"
4 => "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher::search (line 36)"
5 => "Shopware\Core\Profiling\Entity\EntitySearcherProfiler::search (line 198)"
6 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::doSearch (line 108)"
7 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::search (line 79)"
8 => "Shopware\Core\Checkout\Payment\SalesChannel\PaymentMethodRoute::load (line 136)"
9 => "Shopware\Core\Checkout\Payment\SalesChannel\CachedPaymentMethodRoute::Shopware\Core\Checkout\Payment\SalesChannel\{closure} (line 334)"
10 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 39)"
11 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 99)"
12 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 38)"
13 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 43)"
14 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 37)"
15 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 37)"
16 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 54)"
17 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 36)"
18 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 135)"
19 => "Shopware\Core\Checkout\Payment\SalesChannel\CachedPaymentMethodRoute::load (line 72)"
20 => "Shopware\Core\Checkout\Payment\SalesChannel\SortedPaymentMethodRoute::load (line 116)"
21 => "Shopware\Storefront\Page\GenericPageLoader::load (line 99)"
22 => "Shopware\Storefront\Page\Product\ProductPageLoader::load (line 93)"
23 => "Shopware\Storefront\Controller\ProductController::index (line 152)"
24 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 74)"
25 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
26 => "Symfony\Component\HttpKernel\Kernel::handle (line 184)"
27 => "Shopware\Core\HttpKernel::doHandle (line 81)"
28 => "Shopware\Core\HttpKernel::handle (line 48)"
]
|
| 67 |
2.95 ms |
SELECT `payment_method`.`id` as `payment_method.id`, `payment_method`.`plugin_id` as `payment_method.pluginId`, `payment_method`.`handler_identifier` as `payment_method.handlerIdentifier`, `payment_method`.`position` as `payment_method.position`, `payment_method`.`active` as `payment_method.active`, `payment_method`.`after_order_enabled` as `payment_method.afterOrderEnabled`, `payment_method`.`availability_rule_id` as `payment_method.availabilityRuleId`, `payment_method`.`media_id` as `payment_method.mediaId`, `payment_method.appPaymentMethod`.`id` as `payment_method.appPaymentMethod.id`, `payment_method.appPaymentMethod`.`app_name` as `payment_method.appPaymentMethod.appName`, `payment_method.appPaymentMethod`.`identifier` as `payment_method.appPaymentMethod.identifier`, `payment_method.appPaymentMethod`.`pay_url` as `payment_method.appPaymentMethod.payUrl`, `payment_method.appPaymentMethod`.`finalize_url` as `payment_method.appPaymentMethod.finalizeUrl`, `payment_method.appPaymentMethod`.`validate_url` as `payment_method.appPaymentMethod.validateUrl`, `payment_method.appPaymentMethod`.`capture_url` as `payment_method.appPaymentMethod.captureUrl`, `payment_method.appPaymentMethod`.`app_id` as `payment_method.appPaymentMethod.appId`, `payment_method.appPaymentMethod`.`original_media_id` as `payment_method.appPaymentMethod.originalMediaId`, `payment_method.appPaymentMethod`.`payment_method_id` as `payment_method.appPaymentMethod.paymentMethodId`, `payment_method.appPaymentMethod`.`created_at` as `payment_method.appPaymentMethod.createdAt`, `payment_method.appPaymentMethod`.`updated_at` as `payment_method.appPaymentMethod.updatedAt`, `payment_method`.`created_at` as `payment_method.createdAt`, `payment_method`.`updated_at` as `payment_method.updatedAt`, `payment_method.media`.`id` as `payment_method.media.id`, `payment_method.media`.`user_id` as `payment_method.media.userId`, `payment_method.media`.`media_folder_id` as `payment_method.media.mediaFolderId`, `payment_method.media`.`mime_type` as `payment_method.media.mimeType`, `payment_method.media`.`file_extension` as `payment_method.media.fileExtension`, `payment_method.media`.`uploaded_at` as `payment_method.media.uploadedAt`, `payment_method.media`.`file_name` as `payment_method.media.fileName`, `payment_method.media`.`file_size` as `payment_method.media.fileSize`, `payment_method.media`.`media_type` as `payment_method.media.mediaTypeRaw`, `payment_method.media`.`meta_data` as `payment_method.media.metaData`, `payment_method.media`.`private` as `payment_method.media.private`, `payment_method.media`.`thumbnails_ro` as `payment_method.media.thumbnailsRo`, `payment_method.media`.`created_at` as `payment_method.media.createdAt`, `payment_method.media`.`updated_at` as `payment_method.media.updatedAt`, `payment_method.media.translation.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`.`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`.`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 = 0x59D93A8DA4074D12A51EA5FD20DD3E38 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 = 0x59D93A8DA4074D12A51EA5FD20DD3E38 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 (0x925153F974D04146B1AF283B7E8D3E76, 0x47634E11CB754E999EB0CAB49B88FAA5);
array:30 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1322)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 212)"
2 => "Doctrine\DBAL\Query\QueryBuilder::execute (line 296)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetch (line 131)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 82)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::read (line 36)"
6 => "Shopware\Core\Profiling\Entity\EntityReaderProfiler::read (line 177)"
7 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::read (line 118)"
8 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::search (line 79)"
9 => "Shopware\Core\Checkout\Payment\SalesChannel\PaymentMethodRoute::load (line 136)"
10 => "Shopware\Core\Checkout\Payment\SalesChannel\CachedPaymentMethodRoute::Shopware\Core\Checkout\Payment\SalesChannel\{closure} (line 334)"
11 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 39)"
12 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 99)"
13 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 38)"
14 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 43)"
15 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 37)"
16 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 37)"
17 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 54)"
18 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 36)"
19 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 135)"
20 => "Shopware\Core\Checkout\Payment\SalesChannel\CachedPaymentMethodRoute::load (line 72)"
21 => "Shopware\Core\Checkout\Payment\SalesChannel\SortedPaymentMethodRoute::load (line 116)"
22 => "Shopware\Storefront\Page\GenericPageLoader::load (line 99)"
23 => "Shopware\Storefront\Page\Product\ProductPageLoader::load (line 93)"
24 => "Shopware\Storefront\Controller\ProductController::index (line 152)"
25 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 74)"
26 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
27 => "Symfony\Component\HttpKernel\Kernel::handle (line 184)"
28 => "Shopware\Core\HttpKernel::doHandle (line 81)"
29 => "Shopware\Core\HttpKernel::handle (line 48)"
]
|
| 68 |
0.42 ms |
SELECT `product_review`.`points` as `ratingMatrix.key`, COUNT(`product_review`.`id`) as `ratingMatrix.count` FROM `product_review` LEFT JOIN `product` `product_review.product` ON `product_review`.`product_id` = `product_review.product`.`id` LEFT JOIN `product` `product_review.product.parent` ON `product_review.product`.`parent_id` = `product_review.product.parent`.`id` AND `product_review.product`.`version_id` = `product_review.product.parent`.`version_id` WHERE ((((`product_review`.`status` = :param_d7d84ba5fe694e0da3c6f8a8affe0f2c) AND (`product_review.product`.`id` = :param_c9df3d9984b245b8835b78a2cfee11c6 OR `product_review.product`.`parent_id` = :param_47d07f6a0765451f8502173a8ea9c29a)))) AND (((`product_review`.`status` = :param_fc456098a31440baaf69c8ee33129182))) GROUP BY `product_review`.`points`
SELECT `product_review`.`points` as `ratingMatrix.key`, COUNT(`product_review`.`id`) as `ratingMatrix.count` FROM `product_review` LEFT JOIN `product` `product_review.product` ON `product_review`.`product_id` = `product_review.product`.`id` LEFT JOIN `product` `product_review.product.parent` ON `product_review.product`.`parent_id` = `product_review.product.parent`.`id` AND `product_review.product`.`version_id` = `product_review.product.parent`.`version_id` WHERE ((((`product_review`.`status` = 1) AND (`product_review.product`.`id` = 0xE6A784F58007466FAD1D68C82860A809 OR `product_review.product`.`parent_id` = 0xE6A784F58007466FAD1D68C82860A809)))) AND (((`product_review`.`status` = 1))) GROUP BY `product_review`.`points`;
array:30 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1322)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 212)"
2 => "Doctrine\DBAL\Query\QueryBuilder::execute (line 201)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityAggregator::fetchAggregation (line 91)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityAggregator::aggregate (line 47)"
5 => "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator::aggregate (line 36)"
6 => "Shopware\Core\Profiling\Entity\EntityAggregatorProfiler::aggregate (line 163)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::aggregate (line 108)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 92)"
9 => "Shopware\Core\Content\Product\SalesChannel\Review\ProductReviewRoute::load (line 139)"
10 => "Shopware\Core\Content\Product\SalesChannel\Review\CachedProductReviewRoute::Shopware\Core\Content\Product\SalesChannel\Review\{closure} (line 334)"
11 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 39)"
12 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 99)"
13 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 38)"
14 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 43)"
15 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 37)"
16 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 37)"
17 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 54)"
18 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 36)"
19 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 138)"
20 => "Shopware\Core\Content\Product\SalesChannel\Review\CachedProductReviewRoute::load (line 62)"
21 => "Shopware\Storefront\Page\Product\Review\ProductReviewLoader::load (line 206)"
22 => "Shopware\Storefront\Page\Product\ProductPageLoader::loadCmsPage (line 106)"
23 => "Shopware\Storefront\Page\Product\ProductPageLoader::load (line 93)"
24 => "Shopware\Storefront\Controller\ProductController::index (line 152)"
25 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 74)"
26 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
27 => "Symfony\Component\HttpKernel\Kernel::handle (line 184)"
28 => "Shopware\Core\HttpKernel::doHandle (line 81)"
29 => "Shopware\Core\HttpKernel::handle (line 48)"
]
|
| 69 |
0.29 ms |
SELECT `product_review`.`id` FROM `product_review` LEFT JOIN `product` `product_review.product` ON `product_review`.`product_id` = `product_review.product`.`id` LEFT JOIN `product` `product_review.product.parent` ON `product_review.product`.`parent_id` = `product_review.product.parent`.`id` AND `product_review.product`.`version_id` = `product_review.product.parent`.`version_id` WHERE (((`product_review`.`status` = :param_4371da1adc164d5fbbc66337113c76fe) AND (`product_review.product`.`id` = :param_4260b90347964317ad588a74d730c273 OR `product_review.product`.`parent_id` = :param_e8e91e7d4a5c4601bf554d039f80d700))) ORDER BY `product_review`.`created_at` DESC LIMIT 10
SELECT `product_review`.`id` FROM `product_review` LEFT JOIN `product` `product_review.product` ON `product_review`.`product_id` = `product_review.product`.`id` LEFT JOIN `product` `product_review.product.parent` ON `product_review.product`.`parent_id` = `product_review.product.parent`.`id` AND `product_review.product`.`version_id` = `product_review.product.parent`.`version_id` WHERE (((`product_review`.`status` = 1) AND (`product_review.product`.`id` = 0xE6A784F58007466FAD1D68C82860A809 OR `product_review.product`.`parent_id` = 0xE6A784F58007466FAD1D68C82860A809))) ORDER BY `product_review`.`created_at` DESC LIMIT 10;
array:29 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1322)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 212)"
2 => "Doctrine\DBAL\Query\QueryBuilder::execute (line 91)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntitySearcher::search (line 57)"
4 => "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher::search (line 36)"
5 => "Shopware\Core\Profiling\Entity\EntitySearcherProfiler::search (line 179)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::searchIds (line 120)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 92)"
8 => "Shopware\Core\Content\Product\SalesChannel\Review\ProductReviewRoute::load (line 139)"
9 => "Shopware\Core\Content\Product\SalesChannel\Review\CachedProductReviewRoute::Shopware\Core\Content\Product\SalesChannel\Review\{closure} (line 334)"
10 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 39)"
11 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 99)"
12 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 38)"
13 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 43)"
14 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 37)"
15 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 37)"
16 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 54)"
17 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 36)"
18 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 138)"
19 => "Shopware\Core\Content\Product\SalesChannel\Review\CachedProductReviewRoute::load (line 62)"
20 => "Shopware\Storefront\Page\Product\Review\ProductReviewLoader::load (line 206)"
21 => "Shopware\Storefront\Page\Product\ProductPageLoader::loadCmsPage (line 106)"
22 => "Shopware\Storefront\Page\Product\ProductPageLoader::load (line 93)"
23 => "Shopware\Storefront\Controller\ProductController::index (line 152)"
24 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 74)"
25 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
26 => "Symfony\Component\HttpKernel\Kernel::handle (line 184)"
27 => "Shopware\Core\HttpKernel::doHandle (line 81)"
28 => "Shopware\Core\HttpKernel::handle (line 48)"
]
|
| 70 |
0.28 ms |
SELECT COUNT(*) FROM (SELECT `product_review`.`id` FROM `product_review` LEFT JOIN `product` `product_review.product` ON `product_review`.`product_id` = `product_review.product`.`id` LEFT JOIN `product` `product_review.product.parent` ON `product_review.product`.`parent_id` = `product_review.product.parent`.`id` AND `product_review.product`.`version_id` = `product_review.product.parent`.`version_id` WHERE (((`product_review`.`status` = :param_4371da1adc164d5fbbc66337113c76fe) AND (`product_review.product`.`id` = :param_4260b90347964317ad588a74d730c273 OR `product_review.product`.`parent_id` = :param_e8e91e7d4a5c4601bf554d039f80d700))) ORDER BY `product_review`.`created_at` DESC) total
SELECT COUNT(*) FROM (SELECT `product_review`.`id` FROM `product_review` LEFT JOIN `product` `product_review.product` ON `product_review`.`product_id` = `product_review.product`.`id` LEFT JOIN `product` `product_review.product.parent` ON `product_review.product`.`parent_id` = `product_review.product.parent`.`id` AND `product_review.product`.`version_id` = `product_review.product.parent`.`version_id` WHERE (((`product_review`.`status` = 1) AND (`product_review.product`.`id` = 0xE6A784F58007466FAD1D68C82860A809 OR `product_review.product`.`parent_id` = 0xE6A784F58007466FAD1D68C82860A809))) ORDER BY `product_review`.`created_at` DESC) total;
array:30 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1322)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 212)"
2 => "Doctrine\DBAL\Query\QueryBuilder::execute (line 166)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntitySearcher::getTotalCount (line 93)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntitySearcher::search (line 57)"
5 => "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher::search (line 36)"
6 => "Shopware\Core\Profiling\Entity\EntitySearcherProfiler::search (line 179)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::searchIds (line 120)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 92)"
9 => "Shopware\Core\Content\Product\SalesChannel\Review\ProductReviewRoute::load (line 139)"
10 => "Shopware\Core\Content\Product\SalesChannel\Review\CachedProductReviewRoute::Shopware\Core\Content\Product\SalesChannel\Review\{closure} (line 334)"
11 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 39)"
12 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 99)"
13 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 38)"
14 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 43)"
15 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 37)"
16 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 37)"
17 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 54)"
18 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 36)"
19 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 138)"
20 => "Shopware\Core\Content\Product\SalesChannel\Review\CachedProductReviewRoute::load (line 62)"
21 => "Shopware\Storefront\Page\Product\Review\ProductReviewLoader::load (line 206)"
22 => "Shopware\Storefront\Page\Product\ProductPageLoader::loadCmsPage (line 106)"
23 => "Shopware\Storefront\Page\Product\ProductPageLoader::load (line 93)"
24 => "Shopware\Storefront\Controller\ProductController::index (line 152)"
25 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 74)"
26 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
27 => "Symfony\Component\HttpKernel\Kernel::handle (line 184)"
28 => "Shopware\Core\HttpKernel::doHandle (line 81)"
29 => "Shopware\Core\HttpKernel::handle (line 48)"
]
|
| 71 |
0.35 ms |
SELECT `product_cross_selling`.`id` FROM `product_cross_selling` LEFT JOIN `product` `product_cross_selling.product` ON `product_cross_selling`.`product_id` = `product_cross_selling.product`.`crossSellings` LEFT JOIN `product` `product_cross_selling.product.parent` ON `product_cross_selling.product`.`parent_id` = `product_cross_selling.product.parent`.`id` AND `product_cross_selling.product`.`version_id` = `product_cross_selling.product.parent`.`version_id` WHERE (`product_cross_selling.product`.`id` = :param_8c19c24f99014b4c97c013f9ede1f480 AND `product_cross_selling`.`active` = :param_acd3a6ba5621474a9c607b165ca7dd1d) ORDER BY `product_cross_selling`.`position` ASC
SELECT `product_cross_selling`.`id` FROM `product_cross_selling` LEFT JOIN `product` `product_cross_selling.product` ON `product_cross_selling`.`product_id` = `product_cross_selling.product`.`crossSellings` LEFT JOIN `product` `product_cross_selling.product.parent` ON `product_cross_selling.product`.`parent_id` = `product_cross_selling.product.parent`.`id` AND `product_cross_selling.product`.`version_id` = `product_cross_selling.product.parent`.`version_id` WHERE (`product_cross_selling.product`.`id` = 0x11EEE385ECF5418FA7B77243D12023CB AND `product_cross_selling`.`active` = 1) ORDER BY `product_cross_selling`.`position` ASC;
array:29 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1322)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 212)"
2 => "Doctrine\DBAL\Query\QueryBuilder::execute (line 91)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntitySearcher::search (line 57)"
4 => "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher::search (line 36)"
5 => "Shopware\Core\Profiling\Entity\EntitySearcherProfiler::search (line 179)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::searchIds (line 120)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 128)"
8 => "Shopware\Core\Content\Product\SalesChannel\CrossSelling\ProductCrossSellingRoute::loadCrossSellings (line 97)"
9 => "Shopware\Core\Content\Product\SalesChannel\CrossSelling\ProductCrossSellingRoute::load (line 126)"
10 => "Shopware\Core\Content\Product\SalesChannel\CrossSelling\CachedProductCrossSellingRoute::Shopware\Core\Content\Product\SalesChannel\CrossSelling\{closure} (line 334)"
11 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 39)"
12 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 99)"
13 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 38)"
14 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 43)"
15 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 37)"
16 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 37)"
17 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 54)"
18 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 36)"
19 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 125)"
20 => "Shopware\Core\Content\Product\SalesChannel\CrossSelling\CachedProductCrossSellingRoute::load (line 211)"
21 => "Shopware\Storefront\Page\Product\ProductPageLoader::loadCmsPage (line 106)"
22 => "Shopware\Storefront\Page\Product\ProductPageLoader::load (line 93)"
23 => "Shopware\Storefront\Controller\ProductController::index (line 152)"
24 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 74)"
25 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
26 => "Symfony\Component\HttpKernel\Kernel::handle (line 184)"
27 => "Shopware\Core\HttpKernel::doHandle (line 81)"
28 => "Shopware\Core\HttpKernel::handle (line 48)"
]
|
| 72 |
0.94 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`.`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_d35c887035b540bea10f63ffb90eb1a3)
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`.`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_d35c887035b540bea10f63ffb90eb1a3
)
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`.`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:20 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1322)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 212)"
2 => "Doctrine\DBAL\Query\QueryBuilder::execute (line 296)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetch (line 131)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 82)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::read (line 36)"
6 => "Shopware\Core\Profiling\Entity\EntityReaderProfiler::read (line 270)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::read (line 115)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 118)"
9 => "Shopware\Core\Framework\App\Lifecycle\Persister\ScriptPersister::refresh (line 71)"
10 => "Shopware\Core\Framework\Script\Execution\ScriptLoader::load (line 55)"
11 => "Shopware\Core\Framework\Script\Execution\ScriptLoader::get (line 61)"
12 => "Shopware\Core\Framework\Script\Execution\ScriptExecutor::execute (line 236)"
13 => "Shopware\Storefront\Controller\StorefrontController::hook (line 95)"
14 => "Shopware\Storefront\Controller\ProductController::index (line 152)"
15 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 74)"
16 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
17 => "Symfony\Component\HttpKernel\Kernel::handle (line 184)"
18 => "Shopware\Core\HttpKernel::doHandle (line 81)"
19 => "Shopware\Core\HttpKernel::handle (line 48)"
]
|
| 73 |
0.32 ms |
SELECT LOWER(HEX(`script`.`app_id`)) as `app_id`,
`script`.`name` AS scriptName,
`script`.`script` AS script,
`script`.`hook` AS hook,
IFNULL(`script`.`updated_at`, `script`.`created_at`) AS lastModified,
`app`.`name` AS appName,
LOWER(HEX(`app`.`integration_id`)) AS integrationId,
`app`.`version` AS appVersion
FROM `script`
LEFT JOIN `app` ON `script`.`app_id` = `app`.`id`
WHERE `script`.`hook` != 'include'
ORDER BY `app`.`created_at`, `app`.`id`, `script`.`name`
SELECT LOWER(HEX(`script`.`app_id`)) as `app_id`,
`script`.`name` AS scriptName,
`script`.`script` AS script,
`script`.`hook` AS hook,
IFNULL(`script`.`updated_at`, `script`.`created_at`) AS lastModified,
`app`.`name` AS appName,
LOWER(HEX(`app`.`integration_id`)) AS integrationId,
`app`.`version` AS appVersion
FROM `script`
LEFT JOIN `app` ON `script`.`app_id` = `app`.`id`
WHERE `script`.`hook` != 'include'
ORDER BY `app`.`created_at`, `app`.`id`, `script`.`name`
;
array:13 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1322)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 1041)"
2 => "Doctrine\DBAL\Connection::fetchAllAssociative (line 74)"
3 => "Shopware\Core\Framework\Script\Execution\ScriptLoader::load (line 55)"
4 => "Shopware\Core\Framework\Script\Execution\ScriptLoader::get (line 61)"
5 => "Shopware\Core\Framework\Script\Execution\ScriptExecutor::execute (line 236)"
6 => "Shopware\Storefront\Controller\StorefrontController::hook (line 95)"
7 => "Shopware\Storefront\Controller\ProductController::index (line 152)"
8 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 74)"
9 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
10 => "Symfony\Component\HttpKernel\Kernel::handle (line 184)"
11 => "Shopware\Core\HttpKernel::doHandle (line 81)"
12 => "Shopware\Core\HttpKernel::handle (line 48)"
]
|
| 74 |
0.21 ms |
SELECT LOWER(HEX(`script`.`app_id`)) as `app_id`,
`script`.`name` AS name,
`script`.`script` AS script,
`app`.`name` AS appName,
LOWER(HEX(`app`.`integration_id`)) AS integrationId,
IFNULL(`script`.`updated_at`, `script`.`created_at`) AS lastModified
FROM `script`
LEFT JOIN `app` ON `script`.`app_id` = `app`.`id`
WHERE `script`.`hook` = 'include'
ORDER BY `app`.`created_at`, `app`.`id`, `script`.`name`
SELECT LOWER(HEX(`script`.`app_id`)) as `app_id`,
`script`.`name` AS name,
`script`.`script` AS script,
`app`.`name` AS appName,
LOWER(HEX(`app`.`integration_id`)) AS integrationId,
IFNULL(`script`.`updated_at`, `script`.`created_at`) AS lastModified
FROM `script`
LEFT JOIN `app` ON `script`.`app_id` = `app`.`id`
WHERE `script`.`hook` = 'include'
ORDER BY `app`.`created_at`, `app`.`id`, `script`.`name`
;
array:13 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1322)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 1041)"
2 => "Doctrine\DBAL\Connection::fetchAllAssociative (line 89)"
3 => "Shopware\Core\Framework\Script\Execution\ScriptLoader::load (line 55)"
4 => "Shopware\Core\Framework\Script\Execution\ScriptLoader::get (line 61)"
5 => "Shopware\Core\Framework\Script\Execution\ScriptExecutor::execute (line 236)"
6 => "Shopware\Storefront\Controller\StorefrontController::hook (line 95)"
7 => "Shopware\Storefront\Controller\ProductController::index (line 152)"
8 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 74)"
9 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
10 => "Symfony\Component\HttpKernel\Kernel::handle (line 184)"
11 => "Shopware\Core\HttpKernel::doHandle (line 81)"
12 => "Shopware\Core\HttpKernel::handle (line 48)"
]
|
| 75 |
0.17 ms |
SELECT `app`.`name`, `app`.`version`
FROM `app`
INNER JOIN `app_template` ON `app_template`.`app_id` = `app`.`id`
WHERE `app`.`active` = 1 AND `app_template`.`active` = 1
SELECT `app`.`name`, `app`.`version`
FROM `app`
INNER JOIN `app_template` ON `app_template`.`app_id` = `app`.`id`
WHERE `app`.`active` = 1 AND `app_template`.`active` = 1;
array:15 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1322)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 1064)"
2 => "Doctrine\DBAL\Connection::fetchAllKeyValue (line 53)"
3 => "Shopware\Core\Framework\Adapter\Twig\NamespaceHierarchy\BundleHierarchyBuilder::getAppTemplateNamespaces (line 45)"
4 => "Shopware\Core\Framework\Adapter\Twig\NamespaceHierarchy\BundleHierarchyBuilder::buildNamespaceHierarchy (line 30)"
5 => "Shopware\Core\Framework\Adapter\Twig\NamespaceHierarchy\NamespaceHierarchyBuilder::buildHierarchy (line 130)"
6 => "Shopware\Core\Framework\Adapter\Twig\TemplateFinder::getNamespaceHierarchy (line 59)"
7 => "Shopware\Core\Framework\Adapter\Twig\TemplateFinder::find (line 53)"
8 => "Shopware\Storefront\Controller\StorefrontController::renderStorefront (line 101)"
9 => "Shopware\Storefront\Controller\ProductController::index (line 152)"
10 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 74)"
11 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
12 => "Symfony\Component\HttpKernel\Kernel::handle (line 184)"
13 => "Shopware\Core\HttpKernel::doHandle (line 81)"
14 => "Shopware\Core\HttpKernel::handle (line 48)"
]
|
| 76 |
0.14 ms |
SELECT `name`, `path`, `author`
FROM `app`
WHERE `active` = 1
SELECT `name`, `path`, `author`
FROM `app`
WHERE `active` = 1
;
array:20 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1322)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 1041)"
2 => "Doctrine\DBAL\Connection::fetchAllAssociative (line 43)"
3 => "Shopware\Core\Framework\App\ActiveAppsLoader::loadApps (line 29)"
4 => "Shopware\Core\Framework\App\ActiveAppsLoader::getActiveApps (line 70)"
5 => "Shopware\Storefront\Theme\StorefrontPluginRegistry::addAppConfigs (line 46)"
6 => "Shopware\Storefront\Theme\StorefrontPluginRegistry::getConfigurations (line 77)"
7 => "Shopware\Storefront\Theme\Twig\ThemeInheritanceBuilder::getThemeInheritance (line 26)"
8 => "Shopware\Storefront\Theme\Twig\ThemeInheritanceBuilder::build (line 47)"
9 => "Shopware\Storefront\Theme\Twig\ThemeNamespaceHierarchyBuilder::buildNamespaceHierarchy (line 30)"
10 => "Shopware\Core\Framework\Adapter\Twig\NamespaceHierarchy\NamespaceHierarchyBuilder::buildHierarchy (line 130)"
11 => "Shopware\Core\Framework\Adapter\Twig\TemplateFinder::getNamespaceHierarchy (line 59)"
12 => "Shopware\Core\Framework\Adapter\Twig\TemplateFinder::find (line 53)"
13 => "Shopware\Storefront\Controller\StorefrontController::renderStorefront (line 101)"
14 => "Shopware\Storefront\Controller\ProductController::index (line 152)"
15 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 74)"
16 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
17 => "Symfony\Component\HttpKernel\Kernel::handle (line 184)"
18 => "Shopware\Core\HttpKernel::doHandle (line 81)"
19 => "Shopware\Core\HttpKernel::handle (line 48)"
]
|
| 77 |
0.86 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 = 0x59D93A8DA4074D12A51EA5FD20DD3E38 WHERE `theme.translation`.language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B) `theme.theme_translation` ON `theme.theme_translation`.`theme_id` = `theme`.`id`;
array:50 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1322)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 212)"
2 => "Doctrine\DBAL\Query\QueryBuilder::execute (line 296)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetch (line 131)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 82)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::read (line 36)"
6 => "Shopware\Core\Profiling\Entity\EntityReaderProfiler::read (line 270)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::read (line 115)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 193)"
9 => "Shopware\Storefront\Theme\ThemeService::getThemeConfiguration (line 37)"
10 => "Shopware\Storefront\Theme\ResolvedConfigLoader::load (line 54)"
11 => "Shopware\Storefront\Theme\CachedResolvedConfigLoader::load (line 112)"
12 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::getThemeConfig (line 37)"
13 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::get (line 46)"
14 => "Shopware\Storefront\Framework\Twig\TemplateConfigAccessor::theme (line 44)"
15 => "Shopware\Storefront\Framework\Twig\Extension\ConfigExtension::theme (line 837)"
16 => "__TwigTemplate_148e1de0048e58581fbb62ee744a4229::block_layout_head_meta_tags_image_meta (line 171)"
17 => "Twig\Template::displayBlock (line 755)"
18 => "__TwigTemplate_148e1de0048e58581fbb62ee744a4229::block_layout_head_meta_tags_schema_webpage (line 171)"
19 => "Twig\Template::displayBlock (line 266)"
20 => "__TwigTemplate_148e1de0048e58581fbb62ee744a4229::block_layout_head_meta_tags (line 171)"
21 => "Twig\Template::displayBlock (line 129)"
22 => "__TwigTemplate_148e1de0048e58581fbb62ee744a4229::block_layout_head_inner (line 171)"
23 => "Twig\Template::displayBlock (line 88)"
24 => "__TwigTemplate_148e1de0048e58581fbb62ee744a4229::doDisplay (line 394)"
25 => "Twig\Template::displayWithErrorHandling (line 367)"
26 => "Twig\Template::display (line 51)"
27 => "__TwigTemplate_1631d8a546b47f4ba2e958583b407485::doDisplay (line 394)"
28 => "Twig\Template::displayWithErrorHandling (line 367)"
29 => "Twig\Template::display (line 80)"
30 => "__TwigTemplate_4c01906810ee8a7a55662ac0a54ce8c0::block_base_head (line 171)"
31 => "Twig\Template::displayBlock (line 91)"
32 => "__TwigTemplate_a958edfcc19a96ab493ccd1609522b2d::doDisplay (line 394)"
33 => "Twig\Template::displayWithErrorHandling (line 367)"
34 => "Twig\Template::display (line 59)"
35 => "__TwigTemplate_4c01906810ee8a7a55662ac0a54ce8c0::doDisplay (line 394)"
36 => "Twig\Template::displayWithErrorHandling (line 367)"
37 => "Twig\Template::display (line 379)"
38 => "Twig\Template::render (line 40)"
39 => "Twig\TemplateWrapper::render (line 277)"
40 => "Twig\Environment::render (line 216)"
41 => "Shopware\Storefront\Controller\StorefrontController::renderView (line 266)"
42 => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController::render (line 59)"
43 => "Shopware\Storefront\Controller\StorefrontController::renderStorefront (line 101)"
44 => "Shopware\Storefront\Controller\ProductController::index (line 152)"
45 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 74)"
46 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
47 => "Symfony\Component\HttpKernel\Kernel::handle (line 184)"
48 => "Shopware\Core\HttpKernel::doHandle (line 81)"
49 => "Shopware\Core\HttpKernel::handle (line 48)"
]
|
| 78 |
0.90 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 (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` WHERE ((`media`.`private` = :param_a06fafa0128d4edea24c3fc01b95fe24)) 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 (
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`
WHERE
(
(
`media`.`private` = : param_a06fafa0128d4edea24c3fc01b95fe24
)
)
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 (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 = 0x59D93A8DA4074D12A51EA5FD20DD3E38 WHERE `media.translation`.language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B) `media.media_translation` ON `media.media_translation`.`media_id` = `media`.`id` WHERE ((`media`.`private` = 0)) AND (`media`.`id` IN (0x4DDAB60D641045DFBE2A90821272B2EB, 0x89E323983F1E4E068823FC449A27A80B));
array:50 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1322)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 212)"
2 => "Doctrine\DBAL\Query\QueryBuilder::execute (line 296)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetch (line 131)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 82)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::read (line 36)"
6 => "Shopware\Core\Profiling\Entity\EntityReaderProfiler::read (line 270)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::read (line 115)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 146)"
9 => "Shopware\Core\Content\Media\DataAbstractionLayer\MediaRepositoryDecorator::search (line 58)"
10 => "Shopware\Storefront\Theme\ResolvedConfigLoader::load (line 54)"
11 => "Shopware\Storefront\Theme\CachedResolvedConfigLoader::load (line 112)"
12 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::getThemeConfig (line 37)"
13 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::get (line 46)"
14 => "Shopware\Storefront\Framework\Twig\TemplateConfigAccessor::theme (line 44)"
15 => "Shopware\Storefront\Framework\Twig\Extension\ConfigExtension::theme (line 837)"
16 => "__TwigTemplate_148e1de0048e58581fbb62ee744a4229::block_layout_head_meta_tags_image_meta (line 171)"
17 => "Twig\Template::displayBlock (line 755)"
18 => "__TwigTemplate_148e1de0048e58581fbb62ee744a4229::block_layout_head_meta_tags_schema_webpage (line 171)"
19 => "Twig\Template::displayBlock (line 266)"
20 => "__TwigTemplate_148e1de0048e58581fbb62ee744a4229::block_layout_head_meta_tags (line 171)"
21 => "Twig\Template::displayBlock (line 129)"
22 => "__TwigTemplate_148e1de0048e58581fbb62ee744a4229::block_layout_head_inner (line 171)"
23 => "Twig\Template::displayBlock (line 88)"
24 => "__TwigTemplate_148e1de0048e58581fbb62ee744a4229::doDisplay (line 394)"
25 => "Twig\Template::displayWithErrorHandling (line 367)"
26 => "Twig\Template::display (line 51)"
27 => "__TwigTemplate_1631d8a546b47f4ba2e958583b407485::doDisplay (line 394)"
28 => "Twig\Template::displayWithErrorHandling (line 367)"
29 => "Twig\Template::display (line 80)"
30 => "__TwigTemplate_4c01906810ee8a7a55662ac0a54ce8c0::block_base_head (line 171)"
31 => "Twig\Template::displayBlock (line 91)"
32 => "__TwigTemplate_a958edfcc19a96ab493ccd1609522b2d::doDisplay (line 394)"
33 => "Twig\Template::displayWithErrorHandling (line 367)"
34 => "Twig\Template::display (line 59)"
35 => "__TwigTemplate_4c01906810ee8a7a55662ac0a54ce8c0::doDisplay (line 394)"
36 => "Twig\Template::displayWithErrorHandling (line 367)"
37 => "Twig\Template::display (line 379)"
38 => "Twig\Template::render (line 40)"
39 => "Twig\TemplateWrapper::render (line 277)"
40 => "Twig\Environment::render (line 216)"
41 => "Shopware\Storefront\Controller\StorefrontController::renderView (line 266)"
42 => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController::render (line 59)"
43 => "Shopware\Storefront\Controller\StorefrontController::renderStorefront (line 101)"
44 => "Shopware\Storefront\Controller\ProductController::index (line 152)"
45 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 74)"
46 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
47 => "Symfony\Component\HttpKernel\Kernel::handle (line 184)"
48 => "Shopware\Core\HttpKernel::doHandle (line 81)"
49 => "Shopware\Core\HttpKernel::handle (line 48)"
]
|
| 79 |
0.27 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:36 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1322)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 212)"
2 => "Doctrine\DBAL\Query\QueryBuilder::execute (line 23)"
3 => "Shopware\Core\System\Language\LanguageLoader::loadLanguages (line 37)"
4 => "Shopware\Core\System\Language\CachedLanguageLoader::loadLanguages (line 42)"
5 => "Shopware\Core\System\Locale\LanguageLocaleCodeProvider::getLanguages (line 21)"
6 => "Shopware\Core\System\Locale\LanguageLocaleCodeProvider::getLocaleForLanguageId (line 316)"
7 => "Shopware\Core\Framework\Adapter\Translation\Translator::getFallbackLocale (line 122)"
8 => "Shopware\Core\Framework\Adapter\Translation\Translator::getCatalogue (line 154)"
9 => "Shopware\Core\Framework\Adapter\Translation\Translator::trans (line 48)"
10 => "Symfony\Component\Translation\DataCollectorTranslator::trans (line 134)"
11 => "Symfony\Bridge\Twig\Extension\TranslationExtension::trans (line 312)"
12 => "__TwigTemplate_a958edfcc19a96ab493ccd1609522b2d::block_base_noscript (line 171)"
13 => "Twig\Template::displayBlock (line 262)"
14 => "__TwigTemplate_a958edfcc19a96ab493ccd1609522b2d::block_base_body_inner (line 171)"
15 => "Twig\Template::displayBlock (line 192)"
16 => "__TwigTemplate_a958edfcc19a96ab493ccd1609522b2d::block_base_body (line 171)"
17 => "Twig\Template::displayBlock (line 96)"
18 => "__TwigTemplate_a958edfcc19a96ab493ccd1609522b2d::doDisplay (line 394)"
19 => "Twig\Template::displayWithErrorHandling (line 367)"
20 => "Twig\Template::display (line 59)"
21 => "__TwigTemplate_4c01906810ee8a7a55662ac0a54ce8c0::doDisplay (line 394)"
22 => "Twig\Template::displayWithErrorHandling (line 367)"
23 => "Twig\Template::display (line 379)"
24 => "Twig\Template::render (line 40)"
25 => "Twig\TemplateWrapper::render (line 277)"
26 => "Twig\Environment::render (line 216)"
27 => "Shopware\Storefront\Controller\StorefrontController::renderView (line 266)"
28 => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController::render (line 59)"
29 => "Shopware\Storefront\Controller\StorefrontController::renderStorefront (line 101)"
30 => "Shopware\Storefront\Controller\ProductController::index (line 152)"
31 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 74)"
32 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
33 => "Symfony\Component\HttpKernel\Kernel::handle (line 184)"
34 => "Shopware\Core\HttpKernel::doHandle (line 81)"
35 => "Shopware\Core\HttpKernel::handle (line 48)"
]
|
| 80 |
0.20 ms |
SELECT iso FROM snippet_set WHERE id = :snippetSetId
SELECT iso FROM snippet_set WHERE id = 0xAF0DC31CFB254428BAB9C1990F66E5CA;
array:35 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1322)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 212)"
2 => "Doctrine\DBAL\Query\QueryBuilder::execute (line 334)"
3 => "Shopware\Core\System\Snippet\SnippetService::getLocaleBySnippetSetId (line 119)"
4 => "Shopware\Core\System\Snippet\SnippetService::getStorefrontSnippets (line 305)"
5 => "Shopware\Core\Framework\Adapter\Translation\Translator::loadSnippets (line 290)"
6 => "Shopware\Core\Framework\Adapter\Translation\Translator::getCustomizedCatalog (line 138)"
7 => "Shopware\Core\Framework\Adapter\Translation\Translator::getCatalogue (line 154)"
8 => "Shopware\Core\Framework\Adapter\Translation\Translator::trans (line 48)"
9 => "Symfony\Component\Translation\DataCollectorTranslator::trans (line 134)"
10 => "Symfony\Bridge\Twig\Extension\TranslationExtension::trans (line 312)"
11 => "__TwigTemplate_a958edfcc19a96ab493ccd1609522b2d::block_base_noscript (line 171)"
12 => "Twig\Template::displayBlock (line 262)"
13 => "__TwigTemplate_a958edfcc19a96ab493ccd1609522b2d::block_base_body_inner (line 171)"
14 => "Twig\Template::displayBlock (line 192)"
15 => "__TwigTemplate_a958edfcc19a96ab493ccd1609522b2d::block_base_body (line 171)"
16 => "Twig\Template::displayBlock (line 96)"
17 => "__TwigTemplate_a958edfcc19a96ab493ccd1609522b2d::doDisplay (line 394)"
18 => "Twig\Template::displayWithErrorHandling (line 367)"
19 => "Twig\Template::display (line 59)"
20 => "__TwigTemplate_4c01906810ee8a7a55662ac0a54ce8c0::doDisplay (line 394)"
21 => "Twig\Template::displayWithErrorHandling (line 367)"
22 => "Twig\Template::display (line 379)"
23 => "Twig\Template::render (line 40)"
24 => "Twig\TemplateWrapper::render (line 277)"
25 => "Twig\Environment::render (line 216)"
26 => "Shopware\Storefront\Controller\StorefrontController::renderView (line 266)"
27 => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController::render (line 59)"
28 => "Shopware\Storefront\Controller\StorefrontController::renderStorefront (line 101)"
29 => "Shopware\Storefront\Controller\ProductController::index (line 152)"
30 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 74)"
31 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
32 => "Symfony\Component\HttpKernel\Kernel::handle (line 184)"
33 => "Shopware\Core\HttpKernel::doHandle (line 81)"
34 => "Shopware\Core\HttpKernel::handle (line 48)"
]
|
| 81 |
0.54 ms |
SELECT snippet.translation_key, snippet.value FROM snippet WHERE snippet.snippet_set_id = :snippetSetId GROUP BY snippet.translation_key, snippet.id
SELECT snippet.translation_key, snippet.value FROM snippet WHERE snippet.snippet_set_id = 0xAF0DC31CFB254428BAB9C1990F66E5CA GROUP BY snippet.translation_key, snippet.id;
array:35 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1322)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 212)"
2 => "Doctrine\DBAL\Query\QueryBuilder::execute (line 244)"
3 => "Shopware\Core\System\Snippet\SnippetService::fetchSnippetsFromDatabase (line 142)"
4 => "Shopware\Core\System\Snippet\SnippetService::getStorefrontSnippets (line 305)"
5 => "Shopware\Core\Framework\Adapter\Translation\Translator::loadSnippets (line 290)"
6 => "Shopware\Core\Framework\Adapter\Translation\Translator::getCustomizedCatalog (line 138)"
7 => "Shopware\Core\Framework\Adapter\Translation\Translator::getCatalogue (line 154)"
8 => "Shopware\Core\Framework\Adapter\Translation\Translator::trans (line 48)"
9 => "Symfony\Component\Translation\DataCollectorTranslator::trans (line 134)"
10 => "Symfony\Bridge\Twig\Extension\TranslationExtension::trans (line 312)"
11 => "__TwigTemplate_a958edfcc19a96ab493ccd1609522b2d::block_base_noscript (line 171)"
12 => "Twig\Template::displayBlock (line 262)"
13 => "__TwigTemplate_a958edfcc19a96ab493ccd1609522b2d::block_base_body_inner (line 171)"
14 => "Twig\Template::displayBlock (line 192)"
15 => "__TwigTemplate_a958edfcc19a96ab493ccd1609522b2d::block_base_body (line 171)"
16 => "Twig\Template::displayBlock (line 96)"
17 => "__TwigTemplate_a958edfcc19a96ab493ccd1609522b2d::doDisplay (line 394)"
18 => "Twig\Template::displayWithErrorHandling (line 367)"
19 => "Twig\Template::display (line 59)"
20 => "__TwigTemplate_4c01906810ee8a7a55662ac0a54ce8c0::doDisplay (line 394)"
21 => "Twig\Template::displayWithErrorHandling (line 367)"
22 => "Twig\Template::display (line 379)"
23 => "Twig\Template::render (line 40)"
24 => "Twig\TemplateWrapper::render (line 277)"
25 => "Twig\Environment::render (line 216)"
26 => "Shopware\Storefront\Controller\StorefrontController::renderView (line 266)"
27 => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController::render (line 59)"
28 => "Shopware\Storefront\Controller\StorefrontController::renderStorefront (line 101)"
29 => "Shopware\Storefront\Controller\ProductController::index (line 152)"
30 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 74)"
31 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
32 => "Symfony\Component\HttpKernel\Kernel::handle (line 184)"
33 => "Shopware\Core\HttpKernel::doHandle (line 81)"
34 => "Shopware\Core\HttpKernel::handle (line 48)"
]
|
| 82 |
2.79 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 = 0x59D93A8DA4074D12A51EA5FD20DD3E38 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 (0x70425945CA0C40AAAE5B293B7E853965, 0xF617DFE84DC74DDEB38A2F08F5BE5AA6, 0xCC840942F17C44C69EB25387ECEC7B54, 0x41D51A8FCE0741C899A4A92EB9FEB6A8, 0x0AFE45ADF6C54311B62491169EB3E3B5));
array:45 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1322)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 212)"
2 => "Doctrine\DBAL\Query\QueryBuilder::execute (line 296)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetch (line 131)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 82)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::read (line 36)"
6 => "Shopware\Core\Profiling\Entity\EntityReaderProfiler::read (line 270)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::read (line 115)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 67)"
9 => "Shopware\Core\Framework\Adapter\Twig\Extension\BuildBreadcrumbExtension::getFullBreadcrumb (line 71)"
10 => "__TwigTemplate_bd193feb014b0707a066f5ecdf52ea4f::block_layout_breadcrumb_inner (line 171)"
11 => "Twig\Template::displayBlock (line 48)"
12 => "__TwigTemplate_bd193feb014b0707a066f5ecdf52ea4f::doDisplay (line 394)"
13 => "Twig\Template::displayWithErrorHandling (line 367)"
14 => "Twig\Template::display (line 642)"
15 => "__TwigTemplate_a958edfcc19a96ab493ccd1609522b2d::block_base_breadcrumb (line 171)"
16 => "Twig\Template::displayBlock (line 613)"
17 => "__TwigTemplate_a958edfcc19a96ab493ccd1609522b2d::block_base_main_container (line 171)"
18 => "Twig\Template::displayBlock (line 587)"
19 => "__TwigTemplate_a958edfcc19a96ab493ccd1609522b2d::block_base_main_inner (line 171)"
20 => "Twig\Template::displayBlock (line 503)"
21 => "__TwigTemplate_a958edfcc19a96ab493ccd1609522b2d::block_base_main (line 171)"
22 => "Twig\Template::displayBlock (line 282)"
23 => "__TwigTemplate_a958edfcc19a96ab493ccd1609522b2d::block_base_body_inner (line 171)"
24 => "Twig\Template::displayBlock (line 192)"
25 => "__TwigTemplate_a958edfcc19a96ab493ccd1609522b2d::block_base_body (line 171)"
26 => "Twig\Template::displayBlock (line 96)"
27 => "__TwigTemplate_a958edfcc19a96ab493ccd1609522b2d::doDisplay (line 394)"
28 => "Twig\Template::displayWithErrorHandling (line 367)"
29 => "Twig\Template::display (line 59)"
30 => "__TwigTemplate_4c01906810ee8a7a55662ac0a54ce8c0::doDisplay (line 394)"
31 => "Twig\Template::displayWithErrorHandling (line 367)"
32 => "Twig\Template::display (line 379)"
33 => "Twig\Template::render (line 40)"
34 => "Twig\TemplateWrapper::render (line 277)"
35 => "Twig\Environment::render (line 216)"
36 => "Shopware\Storefront\Controller\StorefrontController::renderView (line 266)"
37 => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController::render (line 59)"
38 => "Shopware\Storefront\Controller\StorefrontController::renderStorefront (line 101)"
39 => "Shopware\Storefront\Controller\ProductController::index (line 152)"
40 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 74)"
41 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
42 => "Symfony\Component\HttpKernel\Kernel::handle (line 184)"
43 => "Shopware\Core\HttpKernel::doHandle (line 81)"
44 => "Shopware\Core\HttpKernel::handle (line 48)"
]
|
| 83 |
7.96 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 ('/detail/11eee385ecf5418fa7b77243d12023cb', '/navigation/e00198a39d274958b926337fd0b9cbb6', '/navigation/45367430b36b41049d4c7f35be9d1dc0', '/navigation/70425945ca0c40aaae5b293b7e853965', '/navigation/72e995efa9144187b0569cde1c965022', '/navigation/6459f4abed774ad4aad8af95f4d1b384', '/navigation/4ac3033aa5b543d39175194624707db8', '/navigation/3a950d31a8b647958ad7c6da126c0e9e', '/navigation/9a38972562584a08a29acf1db30cb9f7', '/navigation/b633a80f08d84588ae940f385f30d0e4', '/navigation/d9943dbfffea4466b2701c39df7ab2a8', '/navigation/904b591c39a04cb3b1c89e95dc3290d0', '/navigation/1a96bda6e2954fd5abe22ff8bcfebcf6', '/navigation/396d9f07fc7b461fa1a0499bb0314083', '/navigation/2300fecf4eb54a128a9e6fd0dd6fa9ed', '/navigation/c4ee8b74f101447d9bea40c9b0ea8d1f', '/navigation/e7f4df8ad81e4cf8b1bd4cbde6fad1a2', '/navigation/fa73b8218aa54b0c84d9a7617a81b682', '/navigation/d7cf67f6c7d244f190b54e2076f25d7e', '/navigation/987c9c7f202a412c97d247ef7bc09d3f', '/navigation/6d42e3eac95c4785a8c1e890b4c21ece', '/navigation/12fdd4bb811f4792b2d924794869d6b2', '/navigation/370dba6614b24f658425f3f459d70861', '/navigation/0ad078f0e1a147d0bf5f5d9ece095b69', '/navigation/554a8de0a065479cb4dcd5bfca147186', '/navigation/597ad693887348a7bb3438a231c38e88', '/navigation/74a15ccf8b1f454bbfbb6afd2f095663', '/navigation/7c01f81de79c4ddc98746600627b809d', '/navigation/ce98d94eb52841509b6882e513a9a75b', '/navigation/9c7d582e207442f9a1e869827f119177', '/navigation/3ca27ac088504d689d5502d5b50ee792', '/navigation/5313663b4a434b2ab2208d2be84cbc23', '/navigation/9ddb2bfa9b68498585c5e30e7fd1a6bc', '/navigation/ad5e69c1c9964b168513556f360ec667', '/navigation/3c2425524043447d8e65136e0759d12c', '/navigation/c7c9da3c1bba46698846c1b509a64701', '/navigation/cc4e6e90f2974f7eb87b50fe917f57b6', '/navigation/d12c71be1cdd4175948556e466d17cf1', '/navigation/c02bda1729a548f8a9886bedbe3dc141', '/navigation/3bd3df23bf024679a9e268212f5aa698', '/navigation/5ec1d2b64a58483ab844b5a22890c0ce', '/navigation/a984d0af324045ebafeffc9417462736', '/navigation/2c8d1b2eef3647e7a23ba960f5403cb9', '/navigation/c3a71942b8ca4b7ea295bb76035b69b6', '/navigation/a2dadc1bd61e41c3a54373edd66946f6', '/navigation/ca0b986e6d314b9da50fd1f4c81463d1', '/navigation/066371e8a0fd4415a722b327cde7d6c7', '/navigation/0b49cd42b09240ff82d0aedfe631b69e', '/navigation/0ef03e00519a4867a715458e8014a4ce', '/navigation/8c1a5d73b13444ba8b88639d57fc5262', '/navigation/974ecd6f703145fe9719bc7ded586436', '/navigation/b2b61436707e4135b01bbc617f8ffbaf', '/navigation/c47223cd2ab44ff6968b2f155f00e869', '/navigation/dbbb9db85b2c4e8f93a192e37bae4aaf', '/navigation/570960be07cc414faba50f8897f3ebdd', '/navigation/02514a6382534764ae800cbceeb15f6a', '/navigation/080712b7b7b146bd810ad59f0c3255cc', '/navigation/64716fb006d84649adf08e7c071bf1ff', '/navigation/864bcaf75d034c038f736a658730507e', '/navigation/f9db6592e74f4978b30a40c7e00dc6f4', '/navigation/167bcc41a7264c4caabb6203677c3be3', '/navigation/25c4bde283ee47e49bd1f3eea70e3fd7', '/navigation/5714851e1d4643d2afba4178cd7afba8', '/navigation/6dc60c2f94d542f48ff348e54d146735', '/navigation/78aa51d1975a4e1b9fda58ed5482c2d7', '/navigation/93c82c8dac4b44658e97ceea22345027', '/navigation/720e510d73ac4f9892c954a82f94d806', '/navigation/7e7cef46d36f4b568c417ef90edc76e7', '/navigation/c0e0adf173d6483e84d9cb7d0870fef0', '/navigation/d875df886e994ec6b8ea05071369f558', '/navigation/c13e900f8de54d46b3bc433be5bd618b', '/navigation/08ee8605403f4ee3a6c47610eb697c87', '/navigation/1a68586da1b6463584b29d3bf7af1c95', '/navigation/f44ddbb8a4534fd9b5cc01b0d98fde3c', '/navigation/cce31c88c42e4c548fce84e927175c04', '/navigation/17bc1953e963469984afec3fe1689fe3', '/navigation/067978d6895d4b4ea39e9a54d79d8557', '/navigation/0ba95ab71ea344709bb66a7667701434', '/navigation/0ef96e4319cf44548b37ae8d56e6af24', '/navigation/2fdc7364cc874532b94b7294afe65383', '/navigation/32f3e1dd5af64e39b74ad12f7d8dc6a8', '/navigation/62a3d362ab304e1798e3e7022a57178c', '/navigation/64651c47717c4afcb4d2267cccf63ec2', '/navigation/8f2f2da21907400a8ab4d6c3baf03c4c', '/navigation/919cd2a3f39f40f08c9cd6cb7d87bce3', '/navigation/99ca887a847a4f65bda0516f6fbe5bf0', '/navigation/9c4ca5861ea34553af6bad2262710b74', '/navigation/d1811dd496f54494a0c36ba9d1ab358d', '/navigation/e015fb79462f4993871786e585c0a412', '/navigation/f3a142824c57485a8ac43593ec0aec87', '/navigation/f48ad1be822147579cf618aa38c9e0e1', '/navigation/f598cd6aabbb4177a7542a4d8ff465b3', '/navigation/2e3ace69c74d46a8a67420f84431a177', '/navigation/0d462b1539364f87ba5f9f1b298b051f', '/navigation/2c87da1998b54bc09b50141776c7e472', '/navigation/2d2dd58eeb4d48acbe2c138e353574d3', '/navigation/3b9392ca409b49d2a27fa6cf40b5ece8', '/navigation/63a5ff49fb3943069c79a18941984253', '/navigation/8464de283d1d4ae080e16babf25533ea', '/navigation/90d6235cc69b4da092a1851839d2c21c', '/navigation/9fd3c12deb274a5e95f0a52b8ec9c811', '/navigation/b13b80a40e1e47aeb1a1895138a0a844', '/navigation/bd75944881e6434c86c4ef385be4491c', '/navigation/ce1a391fc9fa4ed6b8f23264cc7ac359', '/navigation/d6b8d2094f0f4bcb81f9fad7ece1517e', '/navigation/e336cb641a164f28b4e3f6ac5f88ce9d', '/navigation/f46c594ec72b4cc59cf2dcdfaa6412e5', '/navigation/f9e1748051cc4c498ffcb34cba005b9f', '/navigation/f9ebab2eb4184310afcdabebe8d24cbe', '/navigation/d9de6255ed3b4f0ca91b3868d7254fc9', '/navigation/bd3f897668c44447a73180b8876bb807', '/navigation/b26bc23b0a484d4d9c3836941ea8f031', '/navigation/f4397be93d6a418ab61380bb5100a7cb', '/navigation/a50fd53c4ee944c09ff37033da3ad50a', '/navigation/3b66866e05b94a8f9cf2f5366d209c12', '/navigation/51fa80b698e04844998232b4359307f4', '/navigation/e0e075363c01436a9099be8ecc56744c', '/navigation/153a0a8e386545f899bd502795c48a88', '/navigation/16a394cb472a4c109be46a7777fa1d77', '/navigation/37ccaac8eedb4dcabae6c70e8da7b811', '/navigation/b3d6fae74db74aabb8c8df59fc36d7a2', '/navigation/1a7fcbe0b608451ebc4586adbde8981a', '/navigation/11786c8d5fc14233bc81ca21a47e449c', '/navigation/14f79d4cd67f4d5fa97b7944ee158aa1', '/navigation/2134b72f825d4689a7bd2e1a4232b471', '/navigation/68e8825557cb4544bde2cc613b90613a', '/navigation/6c59efb332d74c32bbc6dfb0d4af602c', '/navigation/a479bc17143a4b4b94380c69b4cf6629', '/navigation/b0bb0cecfa444f9da31b6690cd0618c2', '/navigation/b323cf954f0b4e15b4efe4916154ad72', '/navigation/cf0a2dc1f1be4cf8823e900257f4e01f', '/navigation/ea23ac70c6884e66a594fbdc60a9c504', '/navigation/799766e766a64e0ebb60b8c1e801c7c3', '/navigation/04fc7e7e82aa46159b3406f7742b40fa', '/navigation/41e9bf97539b43caba9eadd780a9373a', '/navigation/42844048892642f88c32b6239226a6e4', '/navigation/74067627db9f4b8eb9e52a53393ef585', '/navigation/cd2a6ae1f0b54335ade0b8d65c8b0989', '/navigation/e21324931ea94312814c70bbfe7ecdc7', '/navigation/7779e23b5cb7492eb94f2c3fedf9f061', '/navigation/c9b20853f02d4dc592b10691ca20414b', '/navigation/da027deda3a842119fbd06c3287db454', '/navigation/136dbf617dbf4bd294fca9af02a03f4d', '/navigation/020b5ec5d9b341148372bd7237ef869b', '/navigation/1b1e7e8415034811b73fe83e3d4ab404', '/navigation/574cca644010422297eca465c931684e', '/navigation/a12fc89613764196a264230c2e054235', '/navigation/25c7f305a4ee47c8bd26077865116034', '/navigation/96eac8eb5e164f4da7981546fc6d60dc', '/navigation/3b446a52a07e439294a9dcfc7474beef', '/navigation/7d0dd7d8970e4e25887fe128a6d823ff', '/navigation/4d52b906e4ab49d2be474e24ac490d20', '/navigation/df3be63452164a12bc0f125450ec4e55', '/navigation/fd9fadedbe314bc5939c645cc14d692f', '/navigation/2ab2e3678bfe4fa3b9443134c0fd1b07', '/navigation/ae7e6c93600545b39391c9b66e126a9f', '/navigation/3e42a5da029e4dd3928543fd4f5e58cf', '/navigation/2fff267d0be64933ac370245ba72ffab', '/navigation/95f35d22d2de459cb4345ee388e17016', '/navigation/49d233867ea545b592bd9c364f596866', '/navigation/628bebc12e844af2a9e3cfe13c4192e1', '/navigation/804c2cb10fa44d3eb54f577fbcefedd2', '/navigation/e54d81bce3c74893a579f78cbaa97a3c', '/navigation/216842ef4afc4c11a8d091a35aa9d661', '/navigation/810b49c66b8449fba926f28c3f7a7578', '/navigation/9af3eafbe03641219b77d9f630ebe201', '/navigation/dbf748d6778649a488ccd441d9fe2371', '/navigation/e6553671be214be3ac8351a68ab6c39f', '/navigation/24f8dd360261434da1d0a65b50e1fefe', '/navigation/359136f73d794dc3999f3857333bc12c', '/navigation/3ac57296ec7b44c8be46de5bbb2ab417', '/navigation/616ea9d0852444f3be41c3276b7fc343', '/navigation/72fa6ec8d0cf4473853d859ea84fb267', '/navigation/de39352acd4f4d91bba48a426f4ddab3', '/navigation/43f310f265d645a5aa126f466c8b7647', '/navigation/00fbfeacca1e4a33bce2d36634c95846', '/navigation/2714de2350484ad197022867be4f8a7a', '/navigation/2f1ff850b8374f38885c864b695b9a9d', '/navigation/64a4ad3798d84bc793f830f4e88f31ba', '/navigation/c3d5b6af1a04467a9e14de0261962adc', '/navigation/ca75efd251f145de9d88c9a58c736209', '/navigation/e8ff113f53a046939fd35c3e256c2128', '/navigation/f617dfe84dc74ddeb38a2f08f5be5aa6', '/navigation/2bd1c526f76549bdbe94e8edc647082c', '/navigation/0e3dfc051f234f17bd9ee448abc58dc8', '/navigation/391a2e6b523541de8f5aa87fb393a600', '/navigation/5d6a2d65464345bb82238a105398e1df', '/navigation/6ca644813557421888b54d85c4338d87', '/navigation/7fdf09269de642e88d4aa884fbf03aa4', '/navigation/4ceddbc39fc0434db7aa29f2f4da12f9', '/navigation/064b527b0da8412d856056ed5d105c27', '/navigation/2d404399c754490b8084ff3264b48cb4', '/navigation/c393de3efb8f41e3b07fa61bf353fee7', '/navigation/e8386175f77843e4a4cd82d6ac1a96c3', '/navigation/cc840942f17c44c69eb25387ecec7b54', '/navigation/41d51a8fce0741c899a4a92eb9feb6a8', '/navigation/0afe45adf6c54311b62491169eb3e3b5', '/navigation/8192b4f33fd84697bbf324cfa9413346', '/navigation/d012ff1623cd4927b9616a58791763e4', '/navigation/d20ea991b1d345e58d951e6b31d11a4e', '/navigation/f08b9ad71ea944669eb839ff6e663b6a', '/navigation/ff380ed8a89f41ffa2ff44644bd8a691', '/navigation/e6c6c5776a394584af2aa12b0e62e874', '/navigation/098a1af518df44b9ac55b09607fd590e', '/navigation/1ae6a673d24e43b0b3db8fd4be315fb4', '/navigation/64c84383596c4fba8f0c4db5f55e4f8d', '/navigation/7b02e6c5a4f546a19aa8642973a2f8bb', '/navigation/ba3b51d4b54943bb90a7ae3d0c50bd47', '/navigation/f5cb50ebbcaa4452bc515ed452bd12d9', '/navigation/d701ff0c5dbe4cca87ac1b59dfc51ad8', '/navigation/330b4c847e5c4a0ab79318e5fdbda243', '/navigation/682a7685da3c4365bed4707416dc6a40', '/navigation/05d5b29870e84d0a83c701d8d85fe79e', '/navigation/34b4d3dba22544e1919bfd0c55a2cf9b', '/navigation/413c54c5b1c54c71a92a5cc645f109b3', '/navigation/60616db293a14e259cca2bac97222cec', '/navigation/8fc1a1279f7c4eaaab37f5b404613c49', '/navigation/9c1052fd9ae943baabc3d9258ae14bc0', '/navigation/a24fdabbbd3546fc9f3cd5e1d5d89d25', '/navigation/acd36f856bf3411e8967460492104b51', '/navigation/b1ed715f87144adb9abe5b5b4f4da1fa', '/navigation/c2719931561c4e05b15ee93fd7bb0671', '/navigation/f59cbc5e65f741b4b9d930639f527cd3', '/navigation/0d13f0fc29cc40f39a34693af8eedf8f', '/navigation/1dde47e2ac144a91af063d7813814439', '/navigation/265a305f5db74bb1b4ced6057e7d1a07', '/navigation/3b24d2ec4626401b8e57d7ffa897851e', '/navigation/3bca782aae5940409a36480802f5cf6e', '/navigation/6193be7e321c4e698bb9ba3fdd1638bb', '/navigation/6a18c9b6b7ba40e5b91533351b25abab', '/navigation/8ee2ed5d925546b1a31be0611bcb0d4d', '/navigation/9fe03ea910b8445cbfb4331fd341a212', '/navigation/d377aedd6ce5470d93b0dd248139030b', '/navigation/b38c680091ad4a3f81f456236a5e55be', '/navigation/36c21785e735430aa90b8f04098618af', '/navigation/2aff76df1bfa4c50ba73ffb07cb00a86', '/navigation/327d5652998541b49adf66ec713d1005', '/navigation/5f98ad0698344997b745bb5a699c70cb', '/navigation/9537d6a75de24e159ede1b011f22f6df', '/navigation/95af740deec14b52b7b31095aa6c1f29', '/navigation/9e60080dfb494cebbe901d89301700c6', '/navigation/a66fec932f3045568c7ed4d23c4266f6', '/navigation/ad88a54372fb479fb47cda3c4695f595', '/navigation/56de1bae8f104153ae6874b02a896238', '/navigation/f732d06dfc574be2803ba3bddab724ca', '/navigation/75fb161e134a4de795456fd60d686f85', '/navigation/08471be34cb04b40a6550258982cf35e', '/navigation/251256e579d9498985a9755bd24fb001', '/navigation/5131195829c942cc86ca2dc30b0a71ec', '/navigation/8605dccf573d4a97877c0025e1f72511', '/navigation/8ee9a389486d4153a625b44f43a96c0e', '/navigation/9563441b936b400a8cf8f016028a912c', '/navigation/abcfb8ae798b44f5a5383fb49cd8cd5e', '/navigation/be0234993b3045acbed64526236d1a48', '/navigation/a977f09f999a48eabaec7221247bc891', '/navigation/fe9950782d0f4496875987359caeeacc', '/navigation/bc3058fc346c499e87e4e4445e4af31f', '/navigation/042fdce8a23a4136b80a964ff5471c87', '/navigation/58b3e7eecc984d3b85f9fdbd025b270f', '/navigation/62a7b1aad8c2436298c71e172f8f0d1c', '/navigation/679bac28c96349a696d1abdf7df47b96', '/navigation/9ce48438d2f24169ba6fe3a8574b4a5d', '/navigation/c16df451b68443ddab2112b98c0140fa', '/navigation/d749ac279ee54d9a8614d2b665db2ed9', '/navigation/dc529b5fa1154b4d834f525f0e38dbcc', '/navigation/e19f9147ced845d2b30adfadba810203', '/navigation/fefeb038cb6a4f89b16af6efc4abd042', '/navigation/b9f7ab0fdc734c2d8866fc3e5d97553a', '/navigation/c10b938aa84b48b29f1b596acf443090', '/navigation/a98090bd9976488e8436cd24dcdaabb6', '/navigation/36511ef5cedc446288ea7f64a61ae6da', '/navigation/33e3de3ecc304aee8b0ca263798c9265', '/navigation/a79ce49eb7a24bdb9a9ed1b8dbea6b48', '/navigation/44d50388b45c490f833d7a5560428f97', '/navigation/80d177a4c3af4fb9a6472bac6b6ba138', '/navigation/ce55d5c6fec34d60876191e1280df0e0', '/navigation/a5bd96835bb2453886f6cab5ed36aac5', '/navigation/3163e87326d24b33a1bfa08953ae1584', '/navigation/4697809e841e46459fdff3e6a522c9ca', '/navigation/6855c2e99882470e8901b0f65f8a33e1', '/navigation/87c6f63e27074d9cb81bc18a30790ea8', '/navigation/29dcec4527d447159b0f3a0b7a8981af', '/navigation/bcfccbeafa8147ebbe9892ba7b226d98', '/navigation/923385b2f84b40c199859cd331d5928d', '/navigation/d92734847aba447e9e8cd7eaa930b55f', '/navigation/d988223d3e1744c88c7dad709f1e7ebb', '/navigation/e8d45cd57f27475aaf21e30074aec606', '/navigation/fd8e3014f00341bd9359f9deb550bdda', '/navigation/3bda9bd79a6d41ea8b447691f875d6c6', '/navigation/4012473745b54a6fa627635c9729721e', '/navigation/f2e7a064e76b47098dba23ebd11dd0f2', '/navigation/0550404a82694d8da16d489f622cb6e5', '/navigation/33c2ada71e40435baeb221711c27f9da', '/navigation/461b6f676f664e76a81bd8e5c5a185f4', '/navigation/80080297e1224c63b3e2e1ad9a1a3a6b', '/navigation/8477a8345c5a4b9eae408c82e34ccf8b', '/navigation/a3d1b4839bdd4d27983d8d77f897c63e', '/navigation/a6d34e9fbc464f9580e08f7a0f335d50', '/navigation/af76809ee79946f0bc1f6a2cca911384', '/navigation/f3edb309b7514997b44558085b0bef49', '/navigation/4406fdb119d34110ab04c259884a3a1e', '/navigation/b200a2c8080b4bfeb60e2b0b685bcb4c', '/navigation/0b9930851d134f7b86062a4220070da6', '/navigation/659b8735141245189f5c91d0d541307f', '/navigation/240b91ca93ff449cb63cc98d6e21fffa', '/navigation/c22f73903dfa4c688ce5f543f66a1ee7', '/navigation/9eb29b18e2d74a59b108dd7fca20d410', '/navigation/256030997f2f49279857592c627566c5', '/navigation/a3017b3123804235b62c01a0db9dc0ee', '/navigation/dab307f3d526473aba8453099754c0a1', '/navigation/c0a25851a1994ca19c887691feffc3fa', '/navigation/7773eb511e114ed88a582bf6271753d0', '/navigation/537789a9b8b34d54adef01c49c9d95fc', '/navigation/975ae1468ebe43dbaeb401eeca1c6779', '/navigation/047c35d1edf444c08be9c3e705399cbb', '/navigation/eb5612cff0b54450ac35df5673a380f7', '/account/recover', '/navigation/03d220667426440d8247057585be041a')) AND (seo_url.language_id = 0x59D93A8DA4074D12A51EA5FD20DD3E38) AND (seo_url.sales_channel_id = 0x1DDAFD1C740544059CB27A984D21C445 OR seo_url.sales_channel_id IS NULL) AND (is_deleted = 0) ORDER BY seo_url.sales_channel_id ASC;
array:12 [
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1322)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 212)"
2 => "Doctrine\DBAL\Query\QueryBuilder::execute (line 95)"
3 => "Shopware\Core\Content\Seo\SeoUrlPlaceholderHandler::createSeoMapping (line 52)"
4 => "Shopware\Core\Content\Seo\SeoUrlPlaceholderHandler::replace (line 71)"
5 => "Shopware\Storefront\Controller\StorefrontController::renderStorefront (line 101)"
6 => "Shopware\Storefront\Controller\ProductController::index (line 152)"
7 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 74)"
8 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
9 => "Symfony\Component\HttpKernel\Kernel::handle (line 184)"
10 => "Shopware\Core\HttpKernel::doHandle (line 81)"
11 => "Shopware\Core\HttpKernel::handle (line 48)"
]
|