| 2.92 ms (0.00%)
 |  | 
                SELECT `value` FROM app_config WHERE `key` = :key
                            
                SELECT `value` FROM app_config WHERE `key` = 'cache-id'; 
                            array:7 [
  0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
  1 => "Doctrine\DBAL\Connection::executeQuery (line 734)"
  2 => "Doctrine\DBAL\Connection::fetchOne (line 39)"
  3 => "Shopware\Core\Framework\Adapter\Cache\CacheIdLoader::load (line 187)"
  4 => "Shopware\Core\HttpKernel::createKernel (line 128)"
  5 => "Shopware\Core\HttpKernel::doHandle (line 81)"
  6 => "Shopware\Core\HttpKernel::handle (line 85)"
]
 | 
                                            
                                            | 0.89 ms (0.00%)
 |  | 
        SELECT
               `name`,
               `base_class` AS baseClass,
               IF(`active` = 1 AND `installed_at` IS NOT NULL, 1, 0) AS active,
               `path`,
               `version`,
               `autoload`,
               `managed_by_composer` AS managedByComposer,
               composer_name as composerName
        FROM `plugin`
        ORDER BY `installed_at`;
                            
        SELECT
               `name`,
               `base_class` AS baseClass,
               IF(`active` = 1 AND `installed_at` IS NOT NULL, 1, 0) AS active,
               `path`,
               `version`,
               `autoload`,
               `managed_by_composer` AS managedByComposer,
               composer_name as composerName
        FROM `plugin`
        ORDER BY `installed_at`;; 
                            array:7 [
  0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
  1 => "Doctrine\DBAL\Connection::executeQuery (line 41)"
  2 => "Shopware\Core\Framework\Plugin\KernelPluginLoader\DbalKernelPluginLoader::loadPluginInfos (line 100)"
  3 => "Shopware\Core\Framework\Plugin\KernelPluginLoader\KernelPluginLoader::initializePlugins (line 179)"
  4 => "Shopware\Core\Kernel::boot (line 129)"
  5 => "Shopware\Core\HttpKernel::doHandle (line 81)"
  6 => "Shopware\Core\HttpKernel::handle (line 85)"
]
 | 
                                            
                                            | 1.38 ms (0.00%)
 |  | SELECT custom_entity.name, custom_entity.fields
                FROM custom_entity
                    LEFT JOIN app ON app.id = custom_entity.app_id
                WHERE custom_entity.app_id IS NULL OR app.active = 1
                            SELECT custom_entity.name, custom_entity.fields
                FROM custom_entity
                    LEFT JOIN app ON app.id = custom_entity.app_id
                WHERE custom_entity.app_id IS NULL OR app.active = 1
            ; 
                            array:8 [
  0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
  1 => "Doctrine\DBAL\Connection::executeQuery (line 1042)"
  2 => "Doctrine\DBAL\Connection::fetchAllAssociative (line 38)"
  3 => "Shopware\Core\System\CustomEntity\CustomEntityRegistrar::register (line 57)"
  4 => "Shopware\Core\System\System::boot (line 194)"
  5 => "Shopware\Core\Kernel::boot (line 129)"
  6 => "Shopware\Core\HttpKernel::doHandle (line 81)"
  7 => "Shopware\Core\HttpKernel::handle (line 85)"
]
 | 
                                            
                                            | 1.68 ms (0.00%)
 |  | SELECT `creation_timestamp`
                FROM `migration`
                WHERE `update` IS NOT NULL AND `update_destructive` IS NULL
                            SELECT `creation_timestamp`
                FROM `migration`
                WHERE `update` IS NOT NULL AND `update_destructive` IS NULL
            ; 
                            array:6 [
  0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
  1 => "Doctrine\DBAL\Connection::executeQuery (line 377)"
  2 => "Shopware\Core\Kernel::initializeDatabaseConnectionVariables (line 197)"
  3 => "Shopware\Core\Kernel::boot (line 129)"
  4 => "Shopware\Core\HttpKernel::doHandle (line 81)"
  5 => "Shopware\Core\HttpKernel::handle (line 85)"
]
 | 
                                            
                                            | 0.18 ms (0.00%)
 |  | SET @@group_concat_max_len = CAST(IF(@@group_concat_max_len > 320000, @@group_concat_max_len, 320000) AS UNSIGNED);SET sql_mode=(SELECT REPLACE(@@sql_mode,'ONLY_FULL_GROUP_BY','')) 
                            SET @@group_concat_max_len = CAST(IF(@@group_concat_max_len > 320000, @@group_concat_max_len, 320000) AS UNSIGNED);SET sql_mode=(SELECT REPLACE(@@sql_mode,'ONLY_FULL_GROUP_BY','')); 
                            array:6 [
  0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
  1 => "Doctrine\DBAL\Connection::executeQuery (line 398)"
  2 => "Shopware\Core\Kernel::initializeDatabaseConnectionVariables (line 197)"
  3 => "Shopware\Core\Kernel::boot (line 129)"
  4 => "Shopware\Core\HttpKernel::doHandle (line 81)"
  5 => "Shopware\Core\HttpKernel::handle (line 85)"
]
 | 
                                            
                                            | 6.45 ms (0.00%)
 |  | SELECT CONCAT(TRIM(TRAILING '/' FROM domain.url), '/') `key`, CONCAT(TRIM(TRAILING '/' FROM domain.url), '/') url, LOWER(HEX(domain.id)) id, LOWER(HEX(sales_channel.id)) salesChannelId, LOWER(HEX(sales_channel.type_id)) typeId, LOWER(HEX(domain.snippet_set_id)) snippetSetId, LOWER(HEX(domain.currency_id)) currencyId, LOWER(HEX(domain.language_id)) languageId, LOWER(HEX(theme.id)) themeId, sales_channel.maintenance maintenance, sales_channel.maintenance_ip_whitelist maintenanceIpWhitelist, snippet_set.iso as locale, theme.technical_name as themeName, parentTheme.technical_name as parentThemeName FROM sales_channel INNER JOIN sales_channel_domain domain ON domain.sales_channel_id = sales_channel.id LEFT JOIN theme_sales_channel theme_sales_channel ON sales_channel.id = theme_sales_channel.sales_channel_id INNER JOIN snippet_set snippet_set ON snippet_set.id = domain.snippet_set_id LEFT JOIN theme theme ON theme_sales_channel.theme_id = theme.id LEFT JOIN theme parentTheme ON theme.parent_theme_id = parentTheme.id WHERE (sales_channel.type_id = UNHEX(:typeId)) AND (sales_channel.active) 
                            SELECT CONCAT(TRIM(TRAILING '/' FROM domain.url), '/') `key`, CONCAT(TRIM(TRAILING '/' FROM domain.url), '/') url, LOWER(HEX(domain.id)) id, LOWER(HEX(sales_channel.id)) salesChannelId, LOWER(HEX(sales_channel.type_id)) typeId, LOWER(HEX(domain.snippet_set_id)) snippetSetId, LOWER(HEX(domain.currency_id)) currencyId, LOWER(HEX(domain.language_id)) languageId, LOWER(HEX(theme.id)) themeId, sales_channel.maintenance maintenance, sales_channel.maintenance_ip_whitelist maintenanceIpWhitelist, snippet_set.iso as locale, theme.technical_name as themeName, parentTheme.technical_name as parentThemeName FROM sales_channel INNER JOIN sales_channel_domain domain ON domain.sales_channel_id = sales_channel.id LEFT JOIN theme_sales_channel theme_sales_channel ON sales_channel.id = theme_sales_channel.sales_channel_id INNER JOIN snippet_set snippet_set ON snippet_set.id = domain.snippet_set_id LEFT JOIN theme theme ON theme_sales_channel.theme_id = theme.id LEFT JOIN theme parentTheme ON theme.parent_theme_id = parentTheme.id WHERE (sales_channel.type_id = UNHEX('8a243080f92e4c719546314b577cf82b')) AND (sales_channel.active); 
                            array:12 [
  0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
  1 => "Doctrine\DBAL\Connection::executeQuery (line 242)"
  2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 70)"
  3 => "Shopware\Storefront\Framework\Routing\DomainLoader::load (line 43)"
  4 => "Shopware\Storefront\Framework\Routing\CachedDomainLoader::Shopware\Storefront\Framework\Routing\{closure} (line 72)"
  5 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 35)"
  6 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 45)"
  7 => "Shopware\Storefront\Framework\Routing\CachedDomainLoader::load (line 295)"
  8 => "Shopware\Storefront\Framework\Routing\RequestTransformer::findSalesChannel (line 142)"
  9 => "Shopware\Storefront\Framework\Routing\RequestTransformer::transform (line 136)"
  10 => "Shopware\Core\HttpKernel::doHandle (line 81)"
  11 => "Shopware\Core\HttpKernel::handle (line 85)"
]
 | 
                                            
                                            | 2.09 ms (0.00%)
 |  | 
SELECT id, path_info pathInfo, is_canonical isCanonical FROM seo_url WHERE (language_id = :language_id) AND ((sales_channel_id = :sales_channel_id OR sales_channel_id IS NULL)) AND (seo_path_info = :seoPath) ORDER BY seo_path_info ASC, sales_channel_id IS NULL ASC LIMIT 1 
                            
SELECT id, path_info pathInfo, is_canonical isCanonical FROM seo_url WHERE (language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B) AND ((sales_channel_id = 0x7B3B225658D54F0BBD1DEC89C5E591E5 OR sales_channel_id IS NULL)) AND (seo_path_info = 'robots.txt') ORDER BY seo_path_info ASC, sales_channel_id IS NULL ASC LIMIT 1; 
                            array:13 [
  0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
  1 => "Doctrine\DBAL\Connection::executeQuery (line 242)"
  2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 54)"
  3 => "Shopware\Core\Content\Seo\SeoResolver::resolve (line 42)"
  4 => "Shopware\Core\Content\Seo\CachedSeoResolver::Shopware\Core\Content\Seo\{closure} (line 72)"
  5 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 35)"
  6 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 47)"
  7 => "Shopware\Core\Content\Seo\CachedSeoResolver::resolve (line 38)"
  8 => "Shopware\Core\Content\Seo\EmptyPathInfoResolver::resolve (line 357)"
  9 => "Shopware\Storefront\Framework\Routing\RequestTransformer::resolveSeoUrl (line 156)"
  10 => "Shopware\Storefront\Framework\Routing\RequestTransformer::transform (line 136)"
  11 => "Shopware\Core\HttpKernel::doHandle (line 81)"
  12 => "Shopware\Core\HttpKernel::handle (line 85)"
]
 | 
                                            
                                            | 0.52 ms (0.00%)
 |  | SELECT path_info pathInfo, seo_path_info seoPathInfo FROM seo_url WHERE (language_id = :language_id) AND (sales_channel_id = :sales_channel_id) AND (id != :id) AND (path_info = :pathInfo) AND (is_canonical = 1) LIMIT 1 
                            SELECT path_info pathInfo, seo_path_info seoPathInfo FROM seo_url WHERE (language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B) AND (sales_channel_id = 0x7B3B225658D54F0BBD1DEC89C5E591E5) AND (id != '') AND (path_info = '/robots.txt') AND (is_canonical = 1) LIMIT 1; 
                            array:13 [
  0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
  1 => "Doctrine\DBAL\Connection::executeQuery (line 242)"
  2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 75)"
  3 => "Shopware\Core\Content\Seo\SeoResolver::resolve (line 42)"
  4 => "Shopware\Core\Content\Seo\CachedSeoResolver::Shopware\Core\Content\Seo\{closure} (line 72)"
  5 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 35)"
  6 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 47)"
  7 => "Shopware\Core\Content\Seo\CachedSeoResolver::resolve (line 38)"
  8 => "Shopware\Core\Content\Seo\EmptyPathInfoResolver::resolve (line 357)"
  9 => "Shopware\Storefront\Framework\Routing\RequestTransformer::resolveSeoUrl (line 156)"
  10 => "Shopware\Storefront\Framework\Routing\RequestTransformer::transform (line 136)"
  11 => "Shopware\Core\HttpKernel::doHandle (line 81)"
  12 => "Shopware\Core\HttpKernel::handle (line 85)"
]
 | 
                                            
                                            | 0.70 ms (0.00%)
 |  | SELECT configuration_key, configuration_value FROM system_config WHERE sales_channel_id IS NULL ORDER BY sales_channel_id ASC 
                            SELECT configuration_key, configuration_value FROM system_config WHERE sales_channel_id IS NULL ORDER BY sales_channel_id ASC; 
                            array:13 [
  0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
  1 => "Doctrine\DBAL\Connection::executeQuery (line 242)"
  2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 54)"
  3 => "Shopware\Core\System\SystemConfig\SystemConfigLoader::load (line 38)"
  4 => "Shopware\Core\System\SystemConfig\CachedSystemConfigLoader::Shopware\Core\System\SystemConfig\{closure} (line 72)"
  5 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 35)"
  6 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 43)"
  7 => "Shopware\Core\System\SystemConfig\CachedSystemConfigLoader::load (line 39)"
  8 => "Shopware\Core\System\SystemConfig\MemoizedSystemConfigLoader::load (line 83)"
  9 => "Shopware\Core\System\SystemConfig\SystemConfigService::get (line 38)"
  10 => "Shopware\Core\Framework\Routing\CanonicalRedirectService::getRedirect (line 140)"
  11 => "Shopware\Core\HttpKernel::doHandle (line 81)"
  12 => "Shopware\Core\HttpKernel::handle (line 85)"
]
 |