1 |
0.09 ms |
SELECT `value` FROM app_config WHERE `key` = :key
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)"
]
|
2 |
0.10 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`;
SELECT
`name`,
`base_class` AS baseClass,
IF(`active` = 1 AND `installed_at` IS NOT NULL, 1, 0) AS active,
`path`,
`version`,
`autoload`,
`managed_by_composer` AS managedByComposer,
composer_name as composerName
FROM `plugin`
ORDER BY `installed_at`;;
array:7 [▼
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 41)"
2 => "Shopware\Core\Framework\Plugin\KernelPluginLoader\DbalKernelPluginLoader::loadPluginInfos (line 100)"
3 => "Shopware\Core\Framework\Plugin\KernelPluginLoader\KernelPluginLoader::initializePlugins (line 179)"
4 => "Shopware\Core\Kernel::boot (line 129)"
5 => "Shopware\Core\HttpKernel::doHandle (line 81)"
6 => "Shopware\Core\HttpKernel::handle (line 85)"
]
|
3 |
0.07 ms |
SELECT custom_entity.name, custom_entity.fields
FROM custom_entity
LEFT JOIN app ON app.id = custom_entity.app_id
WHERE custom_entity.app_id IS NULL OR app.active = 1
SELECT
custom_entity.name,
custom_entity.fields
FROM
custom_entity
LEFT JOIN app ON app.id = custom_entity.app_id
WHERE
custom_entity.app_id IS NULL
OR app.active = 1
SELECT custom_entity.name, custom_entity.fields
FROM custom_entity
LEFT JOIN app ON app.id = custom_entity.app_id
WHERE custom_entity.app_id IS NULL OR app.active = 1
;
array:8 [▼
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 1042)"
2 => "Doctrine\DBAL\Connection::fetchAllAssociative (line 38)"
3 => "Shopware\Core\System\CustomEntity\CustomEntityRegistrar::register (line 57)"
4 => "Shopware\Core\System\System::boot (line 194)"
5 => "Shopware\Core\Kernel::boot (line 129)"
6 => "Shopware\Core\HttpKernel::doHandle (line 81)"
7 => "Shopware\Core\HttpKernel::handle (line 85)"
]
|
4 |
0.08 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
SELECT `creation_timestamp`
FROM `migration`
WHERE `update` IS NOT NULL AND `update_destructive` IS NULL
;
array:6 [▼
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 377)"
2 => "Shopware\Core\Kernel::initializeDatabaseConnectionVariables (line 197)"
3 => "Shopware\Core\Kernel::boot (line 129)"
4 => "Shopware\Core\HttpKernel::doHandle (line 81)"
5 => "Shopware\Core\HttpKernel::handle (line 85)"
]
|
5 |
0.09 ms |
SET @@group_concat_max_len = CAST(IF(@@group_concat_max_len > 320000, @@group_concat_max_len, 320000) AS UNSIGNED);SET sql_mode=(SELECT REPLACE(@@sql_mode,'ONLY_FULL_GROUP_BY',''));SET @MIGRATION_1611155140_IS_ACTIVE = TRUE;SET @MIGRATION_1646397836_IS_ACTIVE = TRUE;SET @MIGRATION_1649858046_IS_ACTIVE = TRUE;SET @MIGRATION_1650620993_IS_ACTIVE = TRUE;SET @MIGRATION_1651118773_IS_ACTIVE = TRUE;SET @MIGRATION_1654839361_IS_ACTIVE = TRUE;SET @MIGRATION_1654839361_IS_ACTIVE = TRUE;SET @MIGRATION_1654839361_IS_ACTIVE = TRUE;SET @MIGRATION_1655730949_IS_ACTIVE = TRUE;SET @MIGRATION_1656397126_IS_ACTIVE = TRUE;SET @MIGRATION_1657027979_IS_ACTIVE = TRUE;SET @MIGRATION_1657173907_IS_ACTIVE = TRUE;SET @MIGRATION_1658786605_IS_ACTIVE = TRUE;SET @MIGRATION_1659256999_IS_ACTIVE = TRUE;SET @MIGRATION_1659257296_IS_ACTIVE = TRUE;SET @MIGRATION_1659257396_IS_ACTIVE = TRUE;SET @MIGRATION_1659257496_IS_ACTIVE = TRUE;SET @MIGRATION_1660814397_IS_ACTIVE = TRUE;SET @MIGRATION_1661759290_IS_ACTIVE = TRUE;SET @MIGRATION_1661771388_IS_ACTIVE = TRUE;SET @MIGRATION_1663238480_IS_ACTIVE = TRUE;SET @MIGRATION_1664512574_IS_ACTIVE = TRUE;SET @MIGRATION_1664541794_IS_ACTIVE = TRUE;SET @MIGRATION_1664894872_IS_ACTIVE = TRUE;SET @MIGRATION_1665064823_IS_ACTIVE = TRUE;SET @MIGRATION_1665267882_IS_ACTIVE = TRUE;SET @MIGRATION_1667731399_IS_ACTIVE = TRUE;SET @MIGRATION_1667806582_IS_ACTIVE = TRUE;SET @MIGRATION_1667983492_IS_ACTIVE = TRUE;SET @MIGRATION_1668677456_IS_ACTIVE = TRUE;SET @MIGRATION_1669316067_IS_ACTIVE = TRUE;SET @MIGRATION_1672164687_IS_ACTIVE = TRUE;SET @MIGRATION_1672743034_IS_ACTIVE = TRUE;SET @MIGRATION_1673001912_IS_ACTIVE = TRUE;SET @MIGRATION_1673966228_IS_ACTIVE = TRUE;SET @MIGRATION_1675218708_IS_ACTIVE = TRUE;SET @MIGRATION_1675827655_IS_ACTIVE = TRUE;SET @MIGRATION_1660813696_IS_ACTIVE = TRUE;SET @MIGRATION_1660813696_IS_ACTIVE = TRUE;SET @MIGRATION_1584005462_IS_ACTIVE = TRUE;SET @MIGRATION_1589800641_IS_ACTIVE = TRUE;SET @MIGRATION_1589800704_IS_ACTIVE = TRUE;SET @MIGRATION_1589882802_IS_ACTIVE = TRUE;SET @MIGRATION_1589905764_IS_ACTIVE = TRUE;SET @MIGRATION_1591365484_IS_ACTIVE = TRUE;SET @MIGRATION_1626082072_IS_ACTIVE = TRUE;SET @MIGRATION_1675420139_IS_ACTIVE = TRUE;SET @MIGRATION_1576854000_IS_ACTIVE = TRUE;SET @MIGRATION_1571303196_IS_ACTIVE = TRUE;SET @MIGRATION_1575555505_IS_ACTIVE = TRUE;SET @MIGRATION_1582193703_IS_ACTIVE = TRUE;SET @MIGRATION_1591277478_IS_ACTIVE = TRUE;SET @MIGRATION_1603289196_IS_ACTIVE = TRUE;SET @MIGRATION_1608533666_IS_ACTIVE = TRUE;SET @MIGRATION_1614761861_IS_ACTIVE = TRUE;SET @MIGRATION_1617969653_IS_ACTIVE = TRUE;SET @MIGRATION_1620823042_IS_ACTIVE = TRUE;SET @MIGRATION_1617695361_IS_ACTIVE = TRUE;SET @MIGRATION_1697532606_IS_ACTIVE = TRUE;SET @MIGRATION_1697449002_IS_ACTIVE = TRUE;SET @MIGRATION_1697532606_IS_ACTIVE = TRUE;SET @MIGRATION_1697532607_IS_ACTIVE = TRUE;SET @MIGRATION_1741244378_IS_ACTIVE = TRUE;SET @MIGRATION_1617695362_IS_ACTIVE = TRUE;SET @MIGRATION_1663762672_IS_ACTIVE = TRUE;SET @MIGRATION_1626676480_IS_ACTIVE = TRUE;SET @MIGRATION_1626676481_IS_ACTIVE = TRUE;SET @MIGRATION_1626676482_IS_ACTIVE = TRUE;SET @MIGRATION_1570840015_IS_ACTIVE = TRUE;SET @MIGRATION_1580400794_IS_ACTIVE = TRUE;SET @MIGRATION_1580401225_IS_ACTIVE = TRUE;SET @MIGRATION_1615889159_IS_ACTIVE = TRUE;SET @MIGRATION_1691526158_IS_ACTIVE = TRUE;SET @MIGRATION_1692113041_IS_ACTIVE = TRUE;SET @MIGRATION_1692606430_IS_ACTIVE = TRUE;SET @MIGRATION_1572516630_IS_ACTIVE = TRUE;SET @MIGRATION_1581510088_IS_ACTIVE = TRUE;SET @MIGRATION_1629959675_IS_ACTIVE = TRUE;SET @MIGRATION_1589963718_IS_ACTIVE = TRUE;SET @MIGRATION_1619069101_IS_ACTIVE = TRUE;SET @MIGRATION_1623656945_IS_ACTIVE = TRUE;SET @MIGRATION_1623820553_IS_ACTIVE = TRUE;SET @MIGRATION_1624275180_IS_ACTIVE = TRUE;SET @MIGRATION_1633436214_IS_ACTIVE = TRUE;SET @MIGRATION_1701353809_IS_ACTIVE = TRUE;SET @MIGRATION_1710946562_IS_ACTIVE = TRUE;SET @MIGRATION_1716986588_IS_ACTIVE = TRUE;SET @MIGRATION_1572257501_IS_ACTIVE = TRUE;SET @MIGRATION_1606378923_IS_ACTIVE = TRUE;SET @MIGRATION_1607952506_IS_ACTIVE = TRUE;SET @MIGRATION_1608034991_IS_ACTIVE = TRUE;SET @MIGRATION_1612945522_IS_ACTIVE = TRUE;SET @MIGRATION_1620808652_IS_ACTIVE = TRUE;SET @MIGRATION_1631192197_IS_ACTIVE = TRUE;SET @MIGRATION_1580205548_IS_ACTIVE = TRUE;SET @MIGRATION_1612880768_IS_ACTIVE = TRUE;SET @MIGRATION_1615371170_IS_ACTIVE = TRUE;SET @MIGRATION_1572257501_IS_ACTIVE = TRUE;SET @MIGRATION_1616477404_IS_ACTIVE = TRUE;SET @MIGRATION_1621417040_IS_ACTIVE = TRUE;SET @MIGRATION_1583231255_IS_ACTIVE = TRUE;SET @MIGRATION_1622019123_IS_ACTIVE = TRUE;SET @MIGRATION_1629896198_IS_ACTIVE = TRUE;SET @MIGRATION_1672845834_IS_ACTIVE = TRUE;SET @MIGRATION_1672846355_IS_ACTIVE = TRUE;SET @MIGRATION_1672846355_IS_ACTIVE = TRUE;SET @MIGRATION_1626690788_IS_ACTIVE = TRUE;SET @MIGRATION_1648490371_IS_ACTIVE = TRUE;SET @MIGRATION_1667216094_IS_ACTIVE = TRUE;SET @MIGRATION_1641974495_IS_ACTIVE = TRUE;SET @MIGRATION_1649863101_IS_ACTIVE = TRUE
SET
@@group_concat_max_len = CAST(
IF(
@@group_concat_max_len > 320000, @@group_concat_max_len,
320000
) AS UNSIGNED
);
SET
sql_mode =(
SELECT
REPLACE(
@@sql_mode, 'ONLY_FULL_GROUP_BY',
''
)
);
SET
@MIGRATION_1611155140_IS_ACTIVE = TRUE;
SET
@MIGRATION_1646397836_IS_ACTIVE = TRUE;
SET
@MIGRATION_1649858046_IS_ACTIVE = TRUE;
SET
@MIGRATION_1650620993_IS_ACTIVE = TRUE;
SET
@MIGRATION_1651118773_IS_ACTIVE = TRUE;
SET
@MIGRATION_1654839361_IS_ACTIVE = TRUE;
SET
@MIGRATION_1654839361_IS_ACTIVE = TRUE;
SET
@MIGRATION_1654839361_IS_ACTIVE = TRUE;
SET
@MIGRATION_1655730949_IS_ACTIVE = TRUE;
SET
@MIGRATION_1656397126_IS_ACTIVE = TRUE;
SET
@MIGRATION_1657027979_IS_ACTIVE = TRUE;
SET
@MIGRATION_1657173907_IS_ACTIVE = TRUE;
SET
@MIGRATION_1658786605_IS_ACTIVE = TRUE;
SET
@MIGRATION_1659256999_IS_ACTIVE = TRUE;
SET
@MIGRATION_1659257296_IS_ACTIVE = TRUE;
SET
@MIGRATION_1659257396_IS_ACTIVE = TRUE;
SET
@MIGRATION_1659257496_IS_ACTIVE = TRUE;
SET
@MIGRATION_1660814397_IS_ACTIVE = TRUE;
SET
@MIGRATION_1661759290_IS_ACTIVE = TRUE;
SET
@MIGRATION_1661771388_IS_ACTIVE = TRUE;
SET
@MIGRATION_1663238480_IS_ACTIVE = TRUE;
SET
@MIGRATION_1664512574_IS_ACTIVE = TRUE;
SET
@MIGRATION_1664541794_IS_ACTIVE = TRUE;
SET
@MIGRATION_1664894872_IS_ACTIVE = TRUE;
SET
@MIGRATION_1665064823_IS_ACTIVE = TRUE;
SET
@MIGRATION_1665267882_IS_ACTIVE = TRUE;
SET
@MIGRATION_1667731399_IS_ACTIVE = TRUE;
SET
@MIGRATION_1667806582_IS_ACTIVE = TRUE;
SET
@MIGRATION_1667983492_IS_ACTIVE = TRUE;
SET
@MIGRATION_1668677456_IS_ACTIVE = TRUE;
SET
@MIGRATION_1669316067_IS_ACTIVE = TRUE;
SET
@MIGRATION_1672164687_IS_ACTIVE = TRUE;
SET
@MIGRATION_1672743034_IS_ACTIVE = TRUE;
SET
@MIGRATION_1673001912_IS_ACTIVE = TRUE;
SET
@MIGRATION_1673966228_IS_ACTIVE = TRUE;
SET
@MIGRATION_1675218708_IS_ACTIVE = TRUE;
SET
@MIGRATION_1675827655_IS_ACTIVE = TRUE;
SET
@MIGRATION_1660813696_IS_ACTIVE = TRUE;
SET
@MIGRATION_1660813696_IS_ACTIVE = TRUE;
SET
@MIGRATION_1584005462_IS_ACTIVE = TRUE;
SET
@MIGRATION_1589800641_IS_ACTIVE = TRUE;
SET
@MIGRATION_1589800704_IS_ACTIVE = TRUE;
SET
@MIGRATION_1589882802_IS_ACTIVE = TRUE;
SET
@MIGRATION_1589905764_IS_ACTIVE = TRUE;
SET
@MIGRATION_1591365484_IS_ACTIVE = TRUE;
SET
@MIGRATION_1626082072_IS_ACTIVE = TRUE;
SET
@MIGRATION_1675420139_IS_ACTIVE = TRUE;
SET
@MIGRATION_1576854000_IS_ACTIVE = TRUE;
SET
@MIGRATION_1571303196_IS_ACTIVE = TRUE;
SET
@MIGRATION_1575555505_IS_ACTIVE = TRUE;
SET
@MIGRATION_1582193703_IS_ACTIVE = TRUE;
SET
@MIGRATION_1591277478_IS_ACTIVE = TRUE;
SET
@MIGRATION_1603289196_IS_ACTIVE = TRUE;
SET
@MIGRATION_1608533666_IS_ACTIVE = TRUE;
SET
@MIGRATION_1614761861_IS_ACTIVE = TRUE;
SET
@MIGRATION_1617969653_IS_ACTIVE = TRUE;
SET
@MIGRATION_1620823042_IS_ACTIVE = TRUE;
SET
@MIGRATION_1617695361_IS_ACTIVE = TRUE;
SET
@MIGRATION_1697532606_IS_ACTIVE = TRUE;
SET
@MIGRATION_1697449002_IS_ACTIVE = TRUE;
SET
@MIGRATION_1697532606_IS_ACTIVE = TRUE;
SET
@MIGRATION_1697532607_IS_ACTIVE = TRUE;
SET
@MIGRATION_1741244378_IS_ACTIVE = TRUE;
SET
@MIGRATION_1617695362_IS_ACTIVE = TRUE;
SET
@MIGRATION_1663762672_IS_ACTIVE = TRUE;
SET
@MIGRATION_1626676480_IS_ACTIVE = TRUE;
SET
@MIGRATION_1626676481_IS_ACTIVE = TRUE;
SET
@MIGRATION_1626676482_IS_ACTIVE = TRUE;
SET
@MIGRATION_1570840015_IS_ACTIVE = TRUE;
SET
@MIGRATION_1580400794_IS_ACTIVE = TRUE;
SET
@MIGRATION_1580401225_IS_ACTIVE = TRUE;
SET
@MIGRATION_1615889159_IS_ACTIVE = TRUE;
SET
@MIGRATION_1691526158_IS_ACTIVE = TRUE;
SET
@MIGRATION_1692113041_IS_ACTIVE = TRUE;
SET
@MIGRATION_1692606430_IS_ACTIVE = TRUE;
SET
@MIGRATION_1572516630_IS_ACTIVE = TRUE;
SET
@MIGRATION_1581510088_IS_ACTIVE = TRUE;
SET
@MIGRATION_1629959675_IS_ACTIVE = TRUE;
SET
@MIGRATION_1589963718_IS_ACTIVE = TRUE;
SET
@MIGRATION_1619069101_IS_ACTIVE = TRUE;
SET
@MIGRATION_1623656945_IS_ACTIVE = TRUE;
SET
@MIGRATION_1623820553_IS_ACTIVE = TRUE;
SET
@MIGRATION_1624275180_IS_ACTIVE = TRUE;
SET
@MIGRATION_1633436214_IS_ACTIVE = TRUE;
SET
@MIGRATION_1701353809_IS_ACTIVE = TRUE;
SET
@MIGRATION_1710946562_IS_ACTIVE = TRUE;
SET
@MIGRATION_1716986588_IS_ACTIVE = TRUE;
SET
@MIGRATION_1572257501_IS_ACTIVE = TRUE;
SET
@MIGRATION_1606378923_IS_ACTIVE = TRUE;
SET
@MIGRATION_1607952506_IS_ACTIVE = TRUE;
SET
@MIGRATION_1608034991_IS_ACTIVE = TRUE;
SET
@MIGRATION_1612945522_IS_ACTIVE = TRUE;
SET
@MIGRATION_1620808652_IS_ACTIVE = TRUE;
SET
@MIGRATION_1631192197_IS_ACTIVE = TRUE;
SET
@MIGRATION_1580205548_IS_ACTIVE = TRUE;
SET
@MIGRATION_1612880768_IS_ACTIVE = TRUE;
SET
@MIGRATION_1615371170_IS_ACTIVE = TRUE;
SET
@MIGRATION_1572257501_IS_ACTIVE = TRUE;
SET
@MIGRATION_1616477404_IS_ACTIVE = TRUE;
SET
@MIGRATION_1621417040_IS_ACTIVE = TRUE;
SET
@MIGRATION_1583231255_IS_ACTIVE = TRUE;
SET
@MIGRATION_1622019123_IS_ACTIVE = TRUE;
SET
@MIGRATION_1629896198_IS_ACTIVE = TRUE;
SET
@MIGRATION_1672845834_IS_ACTIVE = TRUE;
SET
@MIGRATION_1672846355_IS_ACTIVE = TRUE;
SET
@MIGRATION_1672846355_IS_ACTIVE = TRUE;
SET
@MIGRATION_1626690788_IS_ACTIVE = TRUE;
SET
@MIGRATION_1648490371_IS_ACTIVE = TRUE;
SET
@MIGRATION_1667216094_IS_ACTIVE = TRUE;
SET
@MIGRATION_1641974495_IS_ACTIVE = TRUE;
SET
@MIGRATION_1649863101_IS_ACTIVE = TRUE
SET @@group_concat_max_len = CAST(IF(@@group_concat_max_len > 320000, @@group_concat_max_len, 320000) AS UNSIGNED);SET sql_mode=(SELECT REPLACE(@@sql_mode,'ONLY_FULL_GROUP_BY',''));SET @MIGRATION_1611155140_IS_ACTIVE = TRUE;SET @MIGRATION_1646397836_IS_ACTIVE = TRUE;SET @MIGRATION_1649858046_IS_ACTIVE = TRUE;SET @MIGRATION_1650620993_IS_ACTIVE = TRUE;SET @MIGRATION_1651118773_IS_ACTIVE = TRUE;SET @MIGRATION_1654839361_IS_ACTIVE = TRUE;SET @MIGRATION_1654839361_IS_ACTIVE = TRUE;SET @MIGRATION_1654839361_IS_ACTIVE = TRUE;SET @MIGRATION_1655730949_IS_ACTIVE = TRUE;SET @MIGRATION_1656397126_IS_ACTIVE = TRUE;SET @MIGRATION_1657027979_IS_ACTIVE = TRUE;SET @MIGRATION_1657173907_IS_ACTIVE = TRUE;SET @MIGRATION_1658786605_IS_ACTIVE = TRUE;SET @MIGRATION_1659256999_IS_ACTIVE = TRUE;SET @MIGRATION_1659257296_IS_ACTIVE = TRUE;SET @MIGRATION_1659257396_IS_ACTIVE = TRUE;SET @MIGRATION_1659257496_IS_ACTIVE = TRUE;SET @MIGRATION_1660814397_IS_ACTIVE = TRUE;SET @MIGRATION_1661759290_IS_ACTIVE = TRUE;SET @MIGRATION_1661771388_IS_ACTIVE = TRUE;SET @MIGRATION_1663238480_IS_ACTIVE = TRUE;SET @MIGRATION_1664512574_IS_ACTIVE = TRUE;SET @MIGRATION_1664541794_IS_ACTIVE = TRUE;SET @MIGRATION_1664894872_IS_ACTIVE = TRUE;SET @MIGRATION_1665064823_IS_ACTIVE = TRUE;SET @MIGRATION_1665267882_IS_ACTIVE = TRUE;SET @MIGRATION_1667731399_IS_ACTIVE = TRUE;SET @MIGRATION_1667806582_IS_ACTIVE = TRUE;SET @MIGRATION_1667983492_IS_ACTIVE = TRUE;SET @MIGRATION_1668677456_IS_ACTIVE = TRUE;SET @MIGRATION_1669316067_IS_ACTIVE = TRUE;SET @MIGRATION_1672164687_IS_ACTIVE = TRUE;SET @MIGRATION_1672743034_IS_ACTIVE = TRUE;SET @MIGRATION_1673001912_IS_ACTIVE = TRUE;SET @MIGRATION_1673966228_IS_ACTIVE = TRUE;SET @MIGRATION_1675218708_IS_ACTIVE = TRUE;SET @MIGRATION_1675827655_IS_ACTIVE = TRUE;SET @MIGRATION_1660813696_IS_ACTIVE = TRUE;SET @MIGRATION_1660813696_IS_ACTIVE = TRUE;SET @MIGRATION_1584005462_IS_ACTIVE = TRUE;SET @MIGRATION_1589800641_IS_ACTIVE = TRUE;SET @MIGRATION_1589800704_IS_ACTIVE = TRUE;SET @MIGRATION_1589882802_IS_ACTIVE = TRUE;SET @MIGRATION_1589905764_IS_ACTIVE = TRUE;SET @MIGRATION_1591365484_IS_ACTIVE = TRUE;SET @MIGRATION_1626082072_IS_ACTIVE = TRUE;SET @MIGRATION_1675420139_IS_ACTIVE = TRUE;SET @MIGRATION_1576854000_IS_ACTIVE = TRUE;SET @MIGRATION_1571303196_IS_ACTIVE = TRUE;SET @MIGRATION_1575555505_IS_ACTIVE = TRUE;SET @MIGRATION_1582193703_IS_ACTIVE = TRUE;SET @MIGRATION_1591277478_IS_ACTIVE = TRUE;SET @MIGRATION_1603289196_IS_ACTIVE = TRUE;SET @MIGRATION_1608533666_IS_ACTIVE = TRUE;SET @MIGRATION_1614761861_IS_ACTIVE = TRUE;SET @MIGRATION_1617969653_IS_ACTIVE = TRUE;SET @MIGRATION_1620823042_IS_ACTIVE = TRUE;SET @MIGRATION_1617695361_IS_ACTIVE = TRUE;SET @MIGRATION_1697532606_IS_ACTIVE = TRUE;SET @MIGRATION_1697449002_IS_ACTIVE = TRUE;SET @MIGRATION_1697532606_IS_ACTIVE = TRUE;SET @MIGRATION_1697532607_IS_ACTIVE = TRUE;SET @MIGRATION_1741244378_IS_ACTIVE = TRUE;SET @MIGRATION_1617695362_IS_ACTIVE = TRUE;SET @MIGRATION_1663762672_IS_ACTIVE = TRUE;SET @MIGRATION_1626676480_IS_ACTIVE = TRUE;SET @MIGRATION_1626676481_IS_ACTIVE = TRUE;SET @MIGRATION_1626676482_IS_ACTIVE = TRUE;SET @MIGRATION_1570840015_IS_ACTIVE = TRUE;SET @MIGRATION_1580400794_IS_ACTIVE = TRUE;SET @MIGRATION_1580401225_IS_ACTIVE = TRUE;SET @MIGRATION_1615889159_IS_ACTIVE = TRUE;SET @MIGRATION_1691526158_IS_ACTIVE = TRUE;SET @MIGRATION_1692113041_IS_ACTIVE = TRUE;SET @MIGRATION_1692606430_IS_ACTIVE = TRUE;SET @MIGRATION_1572516630_IS_ACTIVE = TRUE;SET @MIGRATION_1581510088_IS_ACTIVE = TRUE;SET @MIGRATION_1629959675_IS_ACTIVE = TRUE;SET @MIGRATION_1589963718_IS_ACTIVE = TRUE;SET @MIGRATION_1619069101_IS_ACTIVE = TRUE;SET @MIGRATION_1623656945_IS_ACTIVE = TRUE;SET @MIGRATION_1623820553_IS_ACTIVE = TRUE;SET @MIGRATION_1624275180_IS_ACTIVE = TRUE;SET @MIGRATION_1633436214_IS_ACTIVE = TRUE;SET @MIGRATION_1701353809_IS_ACTIVE = TRUE;SET @MIGRATION_1710946562_IS_ACTIVE = TRUE;SET @MIGRATION_1716986588_IS_ACTIVE = TRUE;SET @MIGRATION_1572257501_IS_ACTIVE = TRUE;SET @MIGRATION_1606378923_IS_ACTIVE = TRUE;SET @MIGRATION_1607952506_IS_ACTIVE = TRUE;SET @MIGRATION_1608034991_IS_ACTIVE = TRUE;SET @MIGRATION_1612945522_IS_ACTIVE = TRUE;SET @MIGRATION_1620808652_IS_ACTIVE = TRUE;SET @MIGRATION_1631192197_IS_ACTIVE = TRUE;SET @MIGRATION_1580205548_IS_ACTIVE = TRUE;SET @MIGRATION_1612880768_IS_ACTIVE = TRUE;SET @MIGRATION_1615371170_IS_ACTIVE = TRUE;SET @MIGRATION_1572257501_IS_ACTIVE = TRUE;SET @MIGRATION_1616477404_IS_ACTIVE = TRUE;SET @MIGRATION_1621417040_IS_ACTIVE = TRUE;SET @MIGRATION_1583231255_IS_ACTIVE = TRUE;SET @MIGRATION_1622019123_IS_ACTIVE = TRUE;SET @MIGRATION_1629896198_IS_ACTIVE = TRUE;SET @MIGRATION_1672845834_IS_ACTIVE = TRUE;SET @MIGRATION_1672846355_IS_ACTIVE = TRUE;SET @MIGRATION_1672846355_IS_ACTIVE = TRUE;SET @MIGRATION_1626690788_IS_ACTIVE = TRUE;SET @MIGRATION_1648490371_IS_ACTIVE = TRUE;SET @MIGRATION_1667216094_IS_ACTIVE = TRUE;SET @MIGRATION_1641974495_IS_ACTIVE = TRUE;SET @MIGRATION_1649863101_IS_ACTIVE = TRUE;
array:6 [▼
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 398)"
2 => "Shopware\Core\Kernel::initializeDatabaseConnectionVariables (line 197)"
3 => "Shopware\Core\Kernel::boot (line 129)"
4 => "Shopware\Core\HttpKernel::doHandle (line 81)"
5 => "Shopware\Core\HttpKernel::handle (line 85)"
]
|
6 |
0.13 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(: 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)"
]
|
7 |
0.09 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 = : 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 = 0xFD5CCFC31DFA44A697B9FA97E8E740E1 OR sales_channel_id IS NULL)) AND (seo_path_info = 'ratgeber-infos/lexikon/chrome/') 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)"
]
|
8 |
0.17 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
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)"
]
|
9 |
0.18 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
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = 0xFD5CCFC31DFA44A697B9FA97E8E740E1) AND (token = 'AS7ZLoEsp00WlXUvoDT56YdVWv0BqrCf') LIMIT 1;
array:27 [▼
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 242)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 165)"
3 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextPersister::load (line 77)"
4 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService::Shopware\Core\System\SalesChannel\Context\{closure} (line 59)"
5 => "Shopware\Core\Profiling\Profiler::trace (line 111)"
6 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService::get (line 105)"
7 => "Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver::resolve (line 38)"
8 => "Shopware\Core\Framework\Routing\ContextResolverListener::resolveContext (line 118)"
9 => "Symfony\Component\EventDispatcher\Debug\WrappedListener::__invoke (line 230)"
10 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
11 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 56)"
12 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 98)"
13 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 55)"
14 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 37)"
15 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
16 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 151)"
17 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
18 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
19 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
20 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 479)"
21 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 452)"
22 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 346)"
23 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 224)"
24 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
25 => "Shopware\Core\HttpKernel::doHandle (line 81)"
26 => "Shopware\Core\HttpKernel::handle (line 85)"
]
|
10 |
0.07 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 = : 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 = 0xFD5CCFC31DFA44A697B9FA97E8E740E1
GROUP BY sales_channel.id, sales_channel.language_id, sales_channel.currency_id, currency.factor;
array:57 [▼
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 684)"
2 => "Doctrine\DBAL\Connection::fetchAssociative (line 242)"
3 => "Shopware\Core\System\SalesChannel\Context\BaseContextFactory::getContext (line 88)"
4 => "Shopware\Core\System\SalesChannel\Context\BaseContextFactory::create (line 74)"
5 => "Shopware\Core\System\SalesChannel\Context\CachedBaseContextFactory::Shopware\Core\System\SalesChannel\Context\{closure} (line 350)"
6 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 44)"
7 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 120)"
8 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 45)"
9 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 46)"
10 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 46)"
11 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 41)"
12 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 59)"
13 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 42)"
14 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 75)"
15 => "Shopware\Core\System\SalesChannel\Context\CachedBaseContextFactory::Shopware\Core\System\SalesChannel\Context\{closure} (line 72)"
16 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 35)"
17 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 85)"
18 => "Shopware\Core\System\SalesChannel\Context\CachedBaseContextFactory::create (line 92)"
19 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextFactory::create (line 60)"
20 => "Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory::Shopware\Core\System\SalesChannel\Context\{closure} (line 350)"
21 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 44)"
22 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 120)"
23 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 45)"
24 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 46)"
25 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 46)"
26 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 41)"
27 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 59)"
28 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 42)"
29 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 61)"
30 => "Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory::Shopware\Core\System\SalesChannel\Context\{closure} (line 72)"
31 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 35)"
32 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 71)"
33 => "Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory::create (line 103)"
34 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService::Shopware\Core\System\SalesChannel\Context\{closure} (line 59)"
35 => "Shopware\Core\Profiling\Profiler::trace (line 111)"
36 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService::get (line 105)"
37 => "Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver::resolve (line 38)"
38 => "Shopware\Core\Framework\Routing\ContextResolverListener::resolveContext (line 118)"
39 => "Symfony\Component\EventDispatcher\Debug\WrappedListener::__invoke (line 230)"
40 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
41 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 56)"
42 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 98)"
43 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 55)"
44 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 37)"
45 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
46 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 151)"
47 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
48 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
49 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
50 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 479)"
51 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 452)"
52 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 346)"
53 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 224)"
54 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
55 => "Shopware\Core\HttpKernel::doHandle (line 81)"
56 => "Shopware\Core\HttpKernel::handle (line 85)"
]
|
11 |
1.50 ms |
SELECT `sales_channel`.`id` as `sales_channel.id`, `sales_channel`.`type_id` as `sales_channel.typeId`, `sales_channel`.`language_id` as `sales_channel.languageId`, `sales_channel`.`customer_group_id` as `sales_channel.customerGroupId`, `sales_channel`.`currency_id` as `sales_channel.currencyId`, `sales_channel`.`payment_method_id` as `sales_channel.paymentMethodId`, `sales_channel`.`shipping_method_id` as `sales_channel.shippingMethodId`, `sales_channel`.`country_id` as `sales_channel.countryId`, `sales_channel`.`analytics_id` as `sales_channel.analyticsId`, `sales_channel`.`navigation_category_id` as `sales_channel.navigationCategoryId`, `sales_channel`.`navigation_category_version_id` as `sales_channel.navigationCategoryVersionId`, `sales_channel`.`navigation_category_depth` as `sales_channel.navigationCategoryDepth`, `sales_channel`.`footer_category_id` as `sales_channel.footerCategoryId`, `sales_channel`.`footer_category_version_id` as `sales_channel.footerCategoryVersionId`, `sales_channel`.`service_category_id` as `sales_channel.serviceCategoryId`, `sales_channel`.`service_category_version_id` as `sales_channel.serviceCategoryVersionId`, `sales_channel`.`mail_header_footer_id` as `sales_channel.mailHeaderFooterId`, `sales_channel`.`hreflang_default_domain_id` as `sales_channel.hreflangDefaultDomainId`, `sales_channel`.`short_name` as `sales_channel.shortName`, `sales_channel`.`tax_calculation_type` as `sales_channel.taxCalculationType`, `sales_channel`.`access_key` as `sales_channel.accessKey`, `sales_channel`.`configuration` as `sales_channel.configuration`, `sales_channel`.`active` as `sales_channel.active`, `sales_channel`.`hreflang_active` as `sales_channel.hreflangActive`, `sales_channel`.`maintenance` as `sales_channel.maintenance`, `sales_channel`.`maintenance_ip_whitelist` as `sales_channel.maintenanceIpWhitelist`, `sales_channel`.`payment_method_ids` as `sales_channel.paymentMethodIds`, `sales_channel`.`home_cms_page_id` as `sales_channel.homeCmsPageId`, `sales_channel`.`home_cms_page_version_id` as `sales_channel.homeCmsPageVersionId`, `sales_channel.analytics`.`id` as `sales_channel.analytics.id`, `sales_channel.analytics`.`tracking_id` as `sales_channel.analytics.trackingId`, `sales_channel.analytics`.`active` as `sales_channel.analytics.active`, `sales_channel.analytics`.`track_orders` as `sales_channel.analytics.trackOrders`, `sales_channel.analytics`.`anonymize_ip` as `sales_channel.analytics.anonymizeIp`, `sales_channel.analytics`.`created_at` as `sales_channel.analytics.createdAt`, `sales_channel.analytics`.`updated_at` as `sales_channel.analytics.updatedAt`, `sales_channel`.`created_at` as `sales_channel.createdAt`, `sales_channel`.`updated_at` as `sales_channel.updatedAt`, `sales_channel.currency`.`id` as `sales_channel.currency.id`, `sales_channel.currency`.`factor` as `sales_channel.currency.factor`, `sales_channel.currency`.`symbol` as `sales_channel.currency.symbol`, `sales_channel.currency`.`iso_code` as `sales_channel.currency.isoCode`, `sales_channel.currency`.`position` as `sales_channel.currency.position`, `sales_channel.currency`.`item_rounding` as `sales_channel.currency.itemRounding`, `sales_channel.currency`.`total_rounding` as `sales_channel.currency.totalRounding`, `sales_channel.currency`.`tax_free_from` as `sales_channel.currency.taxFreeFrom`, `sales_channel.currency`.`created_at` as `sales_channel.currency.createdAt`, `sales_channel.currency`.`updated_at` as `sales_channel.currency.updatedAt`, `sales_channel.currency.translation.shortName`, COALESCE(`sales_channel.currency.translation.shortName`,`sales_channel.currency.translation.shortName`) as `sales_channel.currency.shortName`, `sales_channel.currency.translation.name`, COALESCE(`sales_channel.currency.translation.name`,`sales_channel.currency.translation.name`) as `sales_channel.currency.name`, `sales_channel.currency.translation.customFields`, COALESCE(`sales_channel.currency.translation.customFields`,`sales_channel.currency.translation.customFields`) as `sales_channel.currency.customFields`, `sales_channel.currency.translation.createdAt`, `sales_channel.currency.translation.updatedAt`, `sales_channel.currency.translation.currencyId`, `sales_channel.currency.translation.languageId`, `sales_channel.translation.name`, COALESCE(`sales_channel.translation.name`,`sales_channel.translation.name`) as `sales_channel.name`, `sales_channel.translation.homeSlotConfig`, COALESCE(`sales_channel.translation.homeSlotConfig`,`sales_channel.translation.homeSlotConfig`) as `sales_channel.homeSlotConfig`, `sales_channel.translation.homeEnabled`, COALESCE(`sales_channel.translation.homeEnabled`,`sales_channel.translation.homeEnabled`) as `sales_channel.homeEnabled`, `sales_channel.translation.homeName`, COALESCE(`sales_channel.translation.homeName`,`sales_channel.translation.homeName`) as `sales_channel.homeName`, `sales_channel.translation.homeMetaTitle`, COALESCE(`sales_channel.translation.homeMetaTitle`,`sales_channel.translation.homeMetaTitle`) as `sales_channel.homeMetaTitle`, `sales_channel.translation.homeMetaDescription`, COALESCE(`sales_channel.translation.homeMetaDescription`,`sales_channel.translation.homeMetaDescription`) as `sales_channel.homeMetaDescription`, `sales_channel.translation.homeKeywords`, COALESCE(`sales_channel.translation.homeKeywords`,`sales_channel.translation.homeKeywords`) as `sales_channel.homeKeywords`, `sales_channel.translation.customFields`, COALESCE(`sales_channel.translation.customFields`,`sales_channel.translation.customFields`) as `sales_channel.customFields`, `sales_channel.translation.createdAt`, `sales_channel.translation.updatedAt`, `sales_channel.translation.salesChannelId`, `sales_channel.translation.languageId` FROM `sales_channel` LEFT JOIN (SELECT `sales_channel.translation`.sales_channel_id, `sales_channel.translation`.name as `sales_channel.translation.name`, `sales_channel.translation`.home_slot_config as `sales_channel.translation.homeSlotConfig`, `sales_channel.translation`.home_enabled as `sales_channel.translation.homeEnabled`, `sales_channel.translation`.home_name as `sales_channel.translation.homeName`, `sales_channel.translation`.home_meta_title as `sales_channel.translation.homeMetaTitle`, `sales_channel.translation`.home_meta_description as `sales_channel.translation.homeMetaDescription`, `sales_channel.translation`.home_keywords as `sales_channel.translation.homeKeywords`, `sales_channel.translation`.custom_fields as `sales_channel.translation.customFields`, `sales_channel.translation`.created_at as `sales_channel.translation.createdAt`, `sales_channel.translation`.updated_at as `sales_channel.translation.updatedAt`, `sales_channel.translation`.sales_channel_id as `sales_channel.translation.salesChannelId`, `sales_channel.translation`.language_id as `sales_channel.translation.languageId` FROM `sales_channel_translation` `sales_channel.translation` WHERE `sales_channel.translation`.language_id = :languageId) `sales_channel.sales_channel_translation` ON `sales_channel.sales_channel_translation`.`sales_channel_id` = `sales_channel`.`id` LEFT JOIN `sales_channel_analytics` `sales_channel.analytics` ON `sales_channel`.`analytics_id` = `sales_channel.analytics`.`id` LEFT JOIN `currency` `sales_channel.currency` ON `sales_channel`.`currency_id` = `sales_channel.currency`.`id` LEFT JOIN (SELECT `sales_channel.currency.translation`.currency_id, `sales_channel.currency.translation`.short_name as `sales_channel.currency.translation.shortName`, `sales_channel.currency.translation`.name as `sales_channel.currency.translation.name`, `sales_channel.currency.translation`.custom_fields as `sales_channel.currency.translation.customFields`, `sales_channel.currency.translation`.created_at as `sales_channel.currency.translation.createdAt`, `sales_channel.currency.translation`.updated_at as `sales_channel.currency.translation.updatedAt`, `sales_channel.currency.translation`.currency_id as `sales_channel.currency.translation.currencyId`, `sales_channel.currency.translation`.language_id as `sales_channel.currency.translation.languageId` FROM `currency_translation` `sales_channel.currency.translation` WHERE `sales_channel.currency.translation`.language_id = :languageId) `sales_channel.currency.currency_translation` ON `sales_channel.currency.currency_translation`.`currency_id` = `sales_channel.currency`.`id` WHERE `sales_channel`.`id` IN (:ids)
SELECT
`sales_channel`.`id` as `sales_channel.id`,
`sales_channel`.`type_id` as `sales_channel.typeId`,
`sales_channel`.`language_id` as `sales_channel.languageId`,
`sales_channel`.`customer_group_id` as `sales_channel.customerGroupId`,
`sales_channel`.`currency_id` as `sales_channel.currencyId`,
`sales_channel`.`payment_method_id` as `sales_channel.paymentMethodId`,
`sales_channel`.`shipping_method_id` as `sales_channel.shippingMethodId`,
`sales_channel`.`country_id` as `sales_channel.countryId`,
`sales_channel`.`analytics_id` as `sales_channel.analyticsId`,
`sales_channel`.`navigation_category_id` as `sales_channel.navigationCategoryId`,
`sales_channel`.`navigation_category_version_id` as `sales_channel.navigationCategoryVersionId`,
`sales_channel`.`navigation_category_depth` as `sales_channel.navigationCategoryDepth`,
`sales_channel`.`footer_category_id` as `sales_channel.footerCategoryId`,
`sales_channel`.`footer_category_version_id` as `sales_channel.footerCategoryVersionId`,
`sales_channel`.`service_category_id` as `sales_channel.serviceCategoryId`,
`sales_channel`.`service_category_version_id` as `sales_channel.serviceCategoryVersionId`,
`sales_channel`.`mail_header_footer_id` as `sales_channel.mailHeaderFooterId`,
`sales_channel`.`hreflang_default_domain_id` as `sales_channel.hreflangDefaultDomainId`,
`sales_channel`.`short_name` as `sales_channel.shortName`,
`sales_channel`.`tax_calculation_type` as `sales_channel.taxCalculationType`,
`sales_channel`.`access_key` as `sales_channel.accessKey`,
`sales_channel`.`configuration` as `sales_channel.configuration`,
`sales_channel`.`active` as `sales_channel.active`,
`sales_channel`.`hreflang_active` as `sales_channel.hreflangActive`,
`sales_channel`.`maintenance` as `sales_channel.maintenance`,
`sales_channel`.`maintenance_ip_whitelist` as `sales_channel.maintenanceIpWhitelist`,
`sales_channel`.`payment_method_ids` as `sales_channel.paymentMethodIds`,
`sales_channel`.`home_cms_page_id` as `sales_channel.homeCmsPageId`,
`sales_channel`.`home_cms_page_version_id` as `sales_channel.homeCmsPageVersionId`,
`sales_channel.analytics`.`id` as `sales_channel.analytics.id`,
`sales_channel.analytics`.`tracking_id` as `sales_channel.analytics.trackingId`,
`sales_channel.analytics`.`active` as `sales_channel.analytics.active`,
`sales_channel.analytics`.`track_orders` as `sales_channel.analytics.trackOrders`,
`sales_channel.analytics`.`anonymize_ip` as `sales_channel.analytics.anonymizeIp`,
`sales_channel.analytics`.`created_at` as `sales_channel.analytics.createdAt`,
`sales_channel.analytics`.`updated_at` as `sales_channel.analytics.updatedAt`,
`sales_channel`.`created_at` as `sales_channel.createdAt`,
`sales_channel`.`updated_at` as `sales_channel.updatedAt`,
`sales_channel.currency`.`id` as `sales_channel.currency.id`,
`sales_channel.currency`.`factor` as `sales_channel.currency.factor`,
`sales_channel.currency`.`symbol` as `sales_channel.currency.symbol`,
`sales_channel.currency`.`iso_code` as `sales_channel.currency.isoCode`,
`sales_channel.currency`.`position` as `sales_channel.currency.position`,
`sales_channel.currency`.`item_rounding` as `sales_channel.currency.itemRounding`,
`sales_channel.currency`.`total_rounding` as `sales_channel.currency.totalRounding`,
`sales_channel.currency`.`tax_free_from` as `sales_channel.currency.taxFreeFrom`,
`sales_channel.currency`.`created_at` as `sales_channel.currency.createdAt`,
`sales_channel.currency`.`updated_at` as `sales_channel.currency.updatedAt`,
`sales_channel.currency.translation.shortName`,
COALESCE(
`sales_channel.currency.translation.shortName`,
`sales_channel.currency.translation.shortName`
) as `sales_channel.currency.shortName`,
`sales_channel.currency.translation.name`,
COALESCE(
`sales_channel.currency.translation.name`,
`sales_channel.currency.translation.name`
) as `sales_channel.currency.name`,
`sales_channel.currency.translation.customFields`,
COALESCE(
`sales_channel.currency.translation.customFields`,
`sales_channel.currency.translation.customFields`
) as `sales_channel.currency.customFields`,
`sales_channel.currency.translation.createdAt`,
`sales_channel.currency.translation.updatedAt`,
`sales_channel.currency.translation.currencyId`,
`sales_channel.currency.translation.languageId`,
`sales_channel.translation.name`,
COALESCE(
`sales_channel.translation.name`,
`sales_channel.translation.name`
) as `sales_channel.name`,
`sales_channel.translation.homeSlotConfig`,
COALESCE(
`sales_channel.translation.homeSlotConfig`,
`sales_channel.translation.homeSlotConfig`
) as `sales_channel.homeSlotConfig`,
`sales_channel.translation.homeEnabled`,
COALESCE(
`sales_channel.translation.homeEnabled`,
`sales_channel.translation.homeEnabled`
) as `sales_channel.homeEnabled`,
`sales_channel.translation.homeName`,
COALESCE(
`sales_channel.translation.homeName`,
`sales_channel.translation.homeName`
) as `sales_channel.homeName`,
`sales_channel.translation.homeMetaTitle`,
COALESCE(
`sales_channel.translation.homeMetaTitle`,
`sales_channel.translation.homeMetaTitle`
) as `sales_channel.homeMetaTitle`,
`sales_channel.translation.homeMetaDescription`,
COALESCE(
`sales_channel.translation.homeMetaDescription`,
`sales_channel.translation.homeMetaDescription`
) as `sales_channel.homeMetaDescription`,
`sales_channel.translation.homeKeywords`,
COALESCE(
`sales_channel.translation.homeKeywords`,
`sales_channel.translation.homeKeywords`
) as `sales_channel.homeKeywords`,
`sales_channel.translation.customFields`,
COALESCE(
`sales_channel.translation.customFields`,
`sales_channel.translation.customFields`
) as `sales_channel.customFields`,
`sales_channel.translation.createdAt`,
`sales_channel.translation.updatedAt`,
`sales_channel.translation.salesChannelId`,
`sales_channel.translation.languageId`
FROM
`sales_channel`
LEFT JOIN (
SELECT
`sales_channel.translation`.sales_channel_id,
`sales_channel.translation`.name as `sales_channel.translation.name`,
`sales_channel.translation`.home_slot_config as `sales_channel.translation.homeSlotConfig`,
`sales_channel.translation`.home_enabled as `sales_channel.translation.homeEnabled`,
`sales_channel.translation`.home_name as `sales_channel.translation.homeName`,
`sales_channel.translation`.home_meta_title as `sales_channel.translation.homeMetaTitle`,
`sales_channel.translation`.home_meta_description as `sales_channel.translation.homeMetaDescription`,
`sales_channel.translation`.home_keywords as `sales_channel.translation.homeKeywords`,
`sales_channel.translation`.custom_fields as `sales_channel.translation.customFields`,
`sales_channel.translation`.created_at as `sales_channel.translation.createdAt`,
`sales_channel.translation`.updated_at as `sales_channel.translation.updatedAt`,
`sales_channel.translation`.sales_channel_id as `sales_channel.translation.salesChannelId`,
`sales_channel.translation`.language_id as `sales_channel.translation.languageId`
FROM
`sales_channel_translation` `sales_channel.translation`
WHERE
`sales_channel.translation`.language_id = : languageId
) `sales_channel.sales_channel_translation` ON `sales_channel.sales_channel_translation`.`sales_channel_id` = `sales_channel`.`id`
LEFT JOIN `sales_channel_analytics` `sales_channel.analytics` ON `sales_channel`.`analytics_id` = `sales_channel.analytics`.`id`
LEFT JOIN `currency` `sales_channel.currency` ON `sales_channel`.`currency_id` = `sales_channel.currency`.`id`
LEFT JOIN (
SELECT
`sales_channel.currency.translation`.currency_id,
`sales_channel.currency.translation`.short_name as `sales_channel.currency.translation.shortName`,
`sales_channel.currency.translation`.name as `sales_channel.currency.translation.name`,
`sales_channel.currency.translation`.custom_fields as `sales_channel.currency.translation.customFields`,
`sales_channel.currency.translation`.created_at as `sales_channel.currency.translation.createdAt`,
`sales_channel.currency.translation`.updated_at as `sales_channel.currency.translation.updatedAt`,
`sales_channel.currency.translation`.currency_id as `sales_channel.currency.translation.currencyId`,
`sales_channel.currency.translation`.language_id as `sales_channel.currency.translation.languageId`
FROM
`currency_translation` `sales_channel.currency.translation`
WHERE
`sales_channel.currency.translation`.language_id = : languageId
) `sales_channel.currency.currency_translation` ON `sales_channel.currency.currency_translation`.`currency_id` = `sales_channel.currency`.`id`
WHERE
`sales_channel`.`id` IN (: ids)
SELECT `sales_channel`.`id` as `sales_channel.id`, `sales_channel`.`type_id` as `sales_channel.typeId`, `sales_channel`.`language_id` as `sales_channel.languageId`, `sales_channel`.`customer_group_id` as `sales_channel.customerGroupId`, `sales_channel`.`currency_id` as `sales_channel.currencyId`, `sales_channel`.`payment_method_id` as `sales_channel.paymentMethodId`, `sales_channel`.`shipping_method_id` as `sales_channel.shippingMethodId`, `sales_channel`.`country_id` as `sales_channel.countryId`, `sales_channel`.`analytics_id` as `sales_channel.analyticsId`, `sales_channel`.`navigation_category_id` as `sales_channel.navigationCategoryId`, `sales_channel`.`navigation_category_version_id` as `sales_channel.navigationCategoryVersionId`, `sales_channel`.`navigation_category_depth` as `sales_channel.navigationCategoryDepth`, `sales_channel`.`footer_category_id` as `sales_channel.footerCategoryId`, `sales_channel`.`footer_category_version_id` as `sales_channel.footerCategoryVersionId`, `sales_channel`.`service_category_id` as `sales_channel.serviceCategoryId`, `sales_channel`.`service_category_version_id` as `sales_channel.serviceCategoryVersionId`, `sales_channel`.`mail_header_footer_id` as `sales_channel.mailHeaderFooterId`, `sales_channel`.`hreflang_default_domain_id` as `sales_channel.hreflangDefaultDomainId`, `sales_channel`.`short_name` as `sales_channel.shortName`, `sales_channel`.`tax_calculation_type` as `sales_channel.taxCalculationType`, `sales_channel`.`access_key` as `sales_channel.accessKey`, `sales_channel`.`configuration` as `sales_channel.configuration`, `sales_channel`.`active` as `sales_channel.active`, `sales_channel`.`hreflang_active` as `sales_channel.hreflangActive`, `sales_channel`.`maintenance` as `sales_channel.maintenance`, `sales_channel`.`maintenance_ip_whitelist` as `sales_channel.maintenanceIpWhitelist`, `sales_channel`.`payment_method_ids` as `sales_channel.paymentMethodIds`, `sales_channel`.`home_cms_page_id` as `sales_channel.homeCmsPageId`, `sales_channel`.`home_cms_page_version_id` as `sales_channel.homeCmsPageVersionId`, `sales_channel.analytics`.`id` as `sales_channel.analytics.id`, `sales_channel.analytics`.`tracking_id` as `sales_channel.analytics.trackingId`, `sales_channel.analytics`.`active` as `sales_channel.analytics.active`, `sales_channel.analytics`.`track_orders` as `sales_channel.analytics.trackOrders`, `sales_channel.analytics`.`anonymize_ip` as `sales_channel.analytics.anonymizeIp`, `sales_channel.analytics`.`created_at` as `sales_channel.analytics.createdAt`, `sales_channel.analytics`.`updated_at` as `sales_channel.analytics.updatedAt`, `sales_channel`.`created_at` as `sales_channel.createdAt`, `sales_channel`.`updated_at` as `sales_channel.updatedAt`, `sales_channel.currency`.`id` as `sales_channel.currency.id`, `sales_channel.currency`.`factor` as `sales_channel.currency.factor`, `sales_channel.currency`.`symbol` as `sales_channel.currency.symbol`, `sales_channel.currency`.`iso_code` as `sales_channel.currency.isoCode`, `sales_channel.currency`.`position` as `sales_channel.currency.position`, `sales_channel.currency`.`item_rounding` as `sales_channel.currency.itemRounding`, `sales_channel.currency`.`total_rounding` as `sales_channel.currency.totalRounding`, `sales_channel.currency`.`tax_free_from` as `sales_channel.currency.taxFreeFrom`, `sales_channel.currency`.`created_at` as `sales_channel.currency.createdAt`, `sales_channel.currency`.`updated_at` as `sales_channel.currency.updatedAt`, `sales_channel.currency.translation.shortName`, COALESCE(`sales_channel.currency.translation.shortName`,`sales_channel.currency.translation.shortName`) as `sales_channel.currency.shortName`, `sales_channel.currency.translation.name`, COALESCE(`sales_channel.currency.translation.name`,`sales_channel.currency.translation.name`) as `sales_channel.currency.name`, `sales_channel.currency.translation.customFields`, COALESCE(`sales_channel.currency.translation.customFields`,`sales_channel.currency.translation.customFields`) as `sales_channel.currency.customFields`, `sales_channel.currency.translation.createdAt`, `sales_channel.currency.translation.updatedAt`, `sales_channel.currency.translation.currencyId`, `sales_channel.currency.translation.languageId`, `sales_channel.translation.name`, COALESCE(`sales_channel.translation.name`,`sales_channel.translation.name`) as `sales_channel.name`, `sales_channel.translation.homeSlotConfig`, COALESCE(`sales_channel.translation.homeSlotConfig`,`sales_channel.translation.homeSlotConfig`) as `sales_channel.homeSlotConfig`, `sales_channel.translation.homeEnabled`, COALESCE(`sales_channel.translation.homeEnabled`,`sales_channel.translation.homeEnabled`) as `sales_channel.homeEnabled`, `sales_channel.translation.homeName`, COALESCE(`sales_channel.translation.homeName`,`sales_channel.translation.homeName`) as `sales_channel.homeName`, `sales_channel.translation.homeMetaTitle`, COALESCE(`sales_channel.translation.homeMetaTitle`,`sales_channel.translation.homeMetaTitle`) as `sales_channel.homeMetaTitle`, `sales_channel.translation.homeMetaDescription`, COALESCE(`sales_channel.translation.homeMetaDescription`,`sales_channel.translation.homeMetaDescription`) as `sales_channel.homeMetaDescription`, `sales_channel.translation.homeKeywords`, COALESCE(`sales_channel.translation.homeKeywords`,`sales_channel.translation.homeKeywords`) as `sales_channel.homeKeywords`, `sales_channel.translation.customFields`, COALESCE(`sales_channel.translation.customFields`,`sales_channel.translation.customFields`) as `sales_channel.customFields`, `sales_channel.translation.createdAt`, `sales_channel.translation.updatedAt`, `sales_channel.translation.salesChannelId`, `sales_channel.translation.languageId` FROM `sales_channel` LEFT JOIN (SELECT `sales_channel.translation`.sales_channel_id, `sales_channel.translation`.name as `sales_channel.translation.name`, `sales_channel.translation`.home_slot_config as `sales_channel.translation.homeSlotConfig`, `sales_channel.translation`.home_enabled as `sales_channel.translation.homeEnabled`, `sales_channel.translation`.home_name as `sales_channel.translation.homeName`, `sales_channel.translation`.home_meta_title as `sales_channel.translation.homeMetaTitle`, `sales_channel.translation`.home_meta_description as `sales_channel.translation.homeMetaDescription`, `sales_channel.translation`.home_keywords as `sales_channel.translation.homeKeywords`, `sales_channel.translation`.custom_fields as `sales_channel.translation.customFields`, `sales_channel.translation`.created_at as `sales_channel.translation.createdAt`, `sales_channel.translation`.updated_at as `sales_channel.translation.updatedAt`, `sales_channel.translation`.sales_channel_id as `sales_channel.translation.salesChannelId`, `sales_channel.translation`.language_id as `sales_channel.translation.languageId` FROM `sales_channel_translation` `sales_channel.translation` WHERE `sales_channel.translation`.language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B) `sales_channel.sales_channel_translation` ON `sales_channel.sales_channel_translation`.`sales_channel_id` = `sales_channel`.`id` LEFT JOIN `sales_channel_analytics` `sales_channel.analytics` ON `sales_channel`.`analytics_id` = `sales_channel.analytics`.`id` LEFT JOIN `currency` `sales_channel.currency` ON `sales_channel`.`currency_id` = `sales_channel.currency`.`id` LEFT JOIN (SELECT `sales_channel.currency.translation`.currency_id, `sales_channel.currency.translation`.short_name as `sales_channel.currency.translation.shortName`, `sales_channel.currency.translation`.name as `sales_channel.currency.translation.name`, `sales_channel.currency.translation`.custom_fields as `sales_channel.currency.translation.customFields`, `sales_channel.currency.translation`.created_at as `sales_channel.currency.translation.createdAt`, `sales_channel.currency.translation`.updated_at as `sales_channel.currency.translation.updatedAt`, `sales_channel.currency.translation`.currency_id as `sales_channel.currency.translation.currencyId`, `sales_channel.currency.translation`.language_id as `sales_channel.currency.translation.languageId` FROM `currency_translation` `sales_channel.currency.translation` WHERE `sales_channel.currency.translation`.language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B) `sales_channel.currency.currency_translation` ON `sales_channel.currency.currency_translation`.`currency_id` = `sales_channel.currency`.`id` WHERE `sales_channel`.`id` IN (0xFD5CCFC31DFA44A697B9FA97E8E740E1);
array:65 [▼
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 242)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 316)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetch (line 148)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 93)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::read (line 257)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::read (line 286)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::_search (line 110)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::Shopware\Core\Framework\DataAbstractionLayer\{closure} (line 59)"
9 => "Shopware\Core\Profiling\Profiler::trace (line 111)"
10 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 51)"
11 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator::search (line 96)"
12 => "Shopware\Core\System\SalesChannel\Context\BaseContextFactory::create (line 74)"
13 => "Shopware\Core\System\SalesChannel\Context\CachedBaseContextFactory::Shopware\Core\System\SalesChannel\Context\{closure} (line 350)"
14 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 44)"
15 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 120)"
16 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 45)"
17 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 46)"
18 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 46)"
19 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 41)"
20 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 59)"
21 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 42)"
22 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 75)"
23 => "Shopware\Core\System\SalesChannel\Context\CachedBaseContextFactory::Shopware\Core\System\SalesChannel\Context\{closure} (line 72)"
24 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 35)"
25 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 85)"
26 => "Shopware\Core\System\SalesChannel\Context\CachedBaseContextFactory::create (line 92)"
27 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextFactory::create (line 60)"
28 => "Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory::Shopware\Core\System\SalesChannel\Context\{closure} (line 350)"
29 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 44)"
30 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 120)"
31 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 45)"
32 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 46)"
33 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 46)"
34 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 41)"
35 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 59)"
36 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 42)"
37 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 61)"
38 => "Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory::Shopware\Core\System\SalesChannel\Context\{closure} (line 72)"
39 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 35)"
40 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 71)"
41 => "Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory::create (line 103)"
42 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService::Shopware\Core\System\SalesChannel\Context\{closure} (line 59)"
43 => "Shopware\Core\Profiling\Profiler::trace (line 111)"
44 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService::get (line 105)"
45 => "Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver::resolve (line 38)"
46 => "Shopware\Core\Framework\Routing\ContextResolverListener::resolveContext (line 118)"
47 => "Symfony\Component\EventDispatcher\Debug\WrappedListener::__invoke (line 230)"
48 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
49 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 56)"
50 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 98)"
51 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 55)"
52 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 37)"
53 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
54 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 151)"
55 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
56 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
57 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
58 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 479)"
59 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 452)"
60 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 346)"
61 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 224)"
62 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
63 => "Shopware\Core\HttpKernel::doHandle (line 81)"
64 => "Shopware\Core\HttpKernel::handle (line 85)"
]
|
12 |
0.12 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_c2fa71094b9f4d118b5059245f319a4a))
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_c2fa71094b9f4d118b5059245f319a4a
)
)
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 (0xFD5CCFC31DFA44A697B9FA97E8E740E1));
array:69 [▼
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 242)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 316)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetch (line 148)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 503)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::loadOneToManyWithoutPagination (line 438)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::loadOneToMany (line 1210)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetchAssociations (line 152)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 93)"
9 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::read (line 257)"
10 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::read (line 286)"
11 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::_search (line 110)"
12 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::Shopware\Core\Framework\DataAbstractionLayer\{closure} (line 59)"
13 => "Shopware\Core\Profiling\Profiler::trace (line 111)"
14 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 51)"
15 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator::search (line 96)"
16 => "Shopware\Core\System\SalesChannel\Context\BaseContextFactory::create (line 74)"
17 => "Shopware\Core\System\SalesChannel\Context\CachedBaseContextFactory::Shopware\Core\System\SalesChannel\Context\{closure} (line 350)"
18 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 44)"
19 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 120)"
20 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 45)"
21 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 46)"
22 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 46)"
23 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 41)"
24 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 59)"
25 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 42)"
26 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 75)"
27 => "Shopware\Core\System\SalesChannel\Context\CachedBaseContextFactory::Shopware\Core\System\SalesChannel\Context\{closure} (line 72)"
28 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 35)"
29 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 85)"
30 => "Shopware\Core\System\SalesChannel\Context\CachedBaseContextFactory::create (line 92)"
31 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextFactory::create (line 60)"
32 => "Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory::Shopware\Core\System\SalesChannel\Context\{closure} (line 350)"
33 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 44)"
34 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 120)"
35 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 45)"
36 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 46)"
37 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 46)"
38 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 41)"
39 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 59)"
40 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 42)"
41 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 61)"
42 => "Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory::Shopware\Core\System\SalesChannel\Context\{closure} (line 72)"
43 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 35)"
44 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 71)"
45 => "Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory::create (line 103)"
46 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService::Shopware\Core\System\SalesChannel\Context\{closure} (line 59)"
47 => "Shopware\Core\Profiling\Profiler::trace (line 111)"
48 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService::get (line 105)"
49 => "Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver::resolve (line 38)"
50 => "Shopware\Core\Framework\Routing\ContextResolverListener::resolveContext (line 118)"
51 => "Symfony\Component\EventDispatcher\Debug\WrappedListener::__invoke (line 230)"
52 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
53 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 56)"
54 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 98)"
55 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 55)"
56 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 37)"
57 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
58 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 151)"
59 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
60 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
61 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
62 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 479)"
63 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 452)"
64 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 346)"
65 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 224)"
66 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
67 => "Shopware\Core\HttpKernel::doHandle (line 81)"
68 => "Shopware\Core\HttpKernel::handle (line 85)"
]
|
13 |
0.21 ms |
SELECT `currency`.`id` as `currency.id`, `currency`.`factor` as `currency.factor`, `currency`.`symbol` as `currency.symbol`, `currency`.`iso_code` as `currency.isoCode`, `currency`.`position` as `currency.position`, `currency`.`item_rounding` as `currency.itemRounding`, `currency`.`total_rounding` as `currency.totalRounding`, `currency`.`tax_free_from` as `currency.taxFreeFrom`, `currency`.`created_at` as `currency.createdAt`, `currency`.`updated_at` as `currency.updatedAt`, `currency.translation.shortName`, COALESCE(`currency.translation.shortName`,`currency.translation.shortName`) as `currency.shortName`, `currency.translation.name`, COALESCE(`currency.translation.name`,`currency.translation.name`) as `currency.name`, `currency.translation.customFields`, COALESCE(`currency.translation.customFields`,`currency.translation.customFields`) as `currency.customFields`, `currency.translation.createdAt`, `currency.translation.updatedAt`, `currency.translation.currencyId`, `currency.translation.languageId` FROM `currency` LEFT JOIN (SELECT `currency.translation`.currency_id, `currency.translation`.short_name as `currency.translation.shortName`, `currency.translation`.name as `currency.translation.name`, `currency.translation`.custom_fields as `currency.translation.customFields`, `currency.translation`.created_at as `currency.translation.createdAt`, `currency.translation`.updated_at as `currency.translation.updatedAt`, `currency.translation`.currency_id as `currency.translation.currencyId`, `currency.translation`.language_id as `currency.translation.languageId` FROM `currency_translation` `currency.translation` WHERE `currency.translation`.language_id = :languageId) `currency.currency_translation` ON `currency.currency_translation`.`currency_id` = `currency`.`id` WHERE `currency`.`id` IN (:ids)
SELECT
`currency`.`id` as `currency.id`,
`currency`.`factor` as `currency.factor`,
`currency`.`symbol` as `currency.symbol`,
`currency`.`iso_code` as `currency.isoCode`,
`currency`.`position` as `currency.position`,
`currency`.`item_rounding` as `currency.itemRounding`,
`currency`.`total_rounding` as `currency.totalRounding`,
`currency`.`tax_free_from` as `currency.taxFreeFrom`,
`currency`.`created_at` as `currency.createdAt`,
`currency`.`updated_at` as `currency.updatedAt`,
`currency.translation.shortName`,
COALESCE(
`currency.translation.shortName`,
`currency.translation.shortName`
) as `currency.shortName`,
`currency.translation.name`,
COALESCE(
`currency.translation.name`, `currency.translation.name`
) as `currency.name`,
`currency.translation.customFields`,
COALESCE(
`currency.translation.customFields`,
`currency.translation.customFields`
) as `currency.customFields`,
`currency.translation.createdAt`,
`currency.translation.updatedAt`,
`currency.translation.currencyId`,
`currency.translation.languageId`
FROM
`currency`
LEFT JOIN (
SELECT
`currency.translation`.currency_id,
`currency.translation`.short_name as `currency.translation.shortName`,
`currency.translation`.name as `currency.translation.name`,
`currency.translation`.custom_fields as `currency.translation.customFields`,
`currency.translation`.created_at as `currency.translation.createdAt`,
`currency.translation`.updated_at as `currency.translation.updatedAt`,
`currency.translation`.currency_id as `currency.translation.currencyId`,
`currency.translation`.language_id as `currency.translation.languageId`
FROM
`currency_translation` `currency.translation`
WHERE
`currency.translation`.language_id = : languageId
) `currency.currency_translation` ON `currency.currency_translation`.`currency_id` = `currency`.`id`
WHERE
`currency`.`id` IN (: ids)
SELECT `currency`.`id` as `currency.id`, `currency`.`factor` as `currency.factor`, `currency`.`symbol` as `currency.symbol`, `currency`.`iso_code` as `currency.isoCode`, `currency`.`position` as `currency.position`, `currency`.`item_rounding` as `currency.itemRounding`, `currency`.`total_rounding` as `currency.totalRounding`, `currency`.`tax_free_from` as `currency.taxFreeFrom`, `currency`.`created_at` as `currency.createdAt`, `currency`.`updated_at` as `currency.updatedAt`, `currency.translation.shortName`, COALESCE(`currency.translation.shortName`,`currency.translation.shortName`) as `currency.shortName`, `currency.translation.name`, COALESCE(`currency.translation.name`,`currency.translation.name`) as `currency.name`, `currency.translation.customFields`, COALESCE(`currency.translation.customFields`,`currency.translation.customFields`) as `currency.customFields`, `currency.translation.createdAt`, `currency.translation.updatedAt`, `currency.translation.currencyId`, `currency.translation.languageId` FROM `currency` LEFT JOIN (SELECT `currency.translation`.currency_id, `currency.translation`.short_name as `currency.translation.shortName`, `currency.translation`.name as `currency.translation.name`, `currency.translation`.custom_fields as `currency.translation.customFields`, `currency.translation`.created_at as `currency.translation.createdAt`, `currency.translation`.updated_at as `currency.translation.updatedAt`, `currency.translation`.currency_id as `currency.translation.currencyId`, `currency.translation`.language_id as `currency.translation.languageId` FROM `currency_translation` `currency.translation` WHERE `currency.translation`.language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B) `currency.currency_translation` ON `currency.currency_translation`.`currency_id` = `currency`.`id` WHERE `currency`.`id` IN (0xB7D2554B0CE847CD82F3AC9BD1C0DFCA);
array:65 [▼
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 242)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 316)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetch (line 148)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 93)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::read (line 257)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::read (line 286)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::_search (line 110)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::Shopware\Core\Framework\DataAbstractionLayer\{closure} (line 59)"
9 => "Shopware\Core\Profiling\Profiler::trace (line 111)"
10 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 51)"
11 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator::search (line 120)"
12 => "Shopware\Core\System\SalesChannel\Context\BaseContextFactory::create (line 74)"
13 => "Shopware\Core\System\SalesChannel\Context\CachedBaseContextFactory::Shopware\Core\System\SalesChannel\Context\{closure} (line 350)"
14 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 44)"
15 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 120)"
16 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 45)"
17 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 46)"
18 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 46)"
19 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 41)"
20 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 59)"
21 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 42)"
22 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 75)"
23 => "Shopware\Core\System\SalesChannel\Context\CachedBaseContextFactory::Shopware\Core\System\SalesChannel\Context\{closure} (line 72)"
24 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 35)"
25 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 85)"
26 => "Shopware\Core\System\SalesChannel\Context\CachedBaseContextFactory::create (line 92)"
27 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextFactory::create (line 60)"
28 => "Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory::Shopware\Core\System\SalesChannel\Context\{closure} (line 350)"
29 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 44)"
30 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 120)"
31 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 45)"
32 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 46)"
33 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 46)"
34 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 41)"
35 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 59)"
36 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 42)"
37 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 61)"
38 => "Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory::Shopware\Core\System\SalesChannel\Context\{closure} (line 72)"
39 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 35)"
40 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 71)"
41 => "Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory::create (line 103)"
42 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService::Shopware\Core\System\SalesChannel\Context\{closure} (line 59)"
43 => "Shopware\Core\Profiling\Profiler::trace (line 111)"
44 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService::get (line 105)"
45 => "Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver::resolve (line 38)"
46 => "Shopware\Core\Framework\Routing\ContextResolverListener::resolveContext (line 118)"
47 => "Symfony\Component\EventDispatcher\Debug\WrappedListener::__invoke (line 230)"
48 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
49 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 56)"
50 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 98)"
51 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 55)"
52 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 37)"
53 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
54 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 151)"
55 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
56 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
57 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
58 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 479)"
59 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 452)"
60 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 346)"
61 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 224)"
62 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
63 => "Shopware\Core\HttpKernel::doHandle (line 81)"
64 => "Shopware\Core\HttpKernel::handle (line 85)"
]
|
14 |
0.31 ms |
SELECT `country`.`id` as `country.id`, `country`.`iso` as `country.iso`, `country`.`position` as `country.position`, `country`.`active` as `country.active`, `country`.`shipping_available` as `country.shippingAvailable`, `country`.`iso3` as `country.iso3`, `country`.`display_state_in_registration` as `country.displayStateInRegistration`, `country`.`force_state_in_registration` as `country.forceStateInRegistration`, `country`.`company_tax_free` as `country.companyTaxFree`, `country`.`check_vat_id_pattern` as `country.checkVatIdPattern`, `country`.`vat_id_required` as `country.vatIdRequired`, `country`.`tax_free` as `country.taxFree`, `country`.`vat_id_pattern` as `country.vatIdPattern`, `country`.`customer_tax` as `country.customerTax`, `country`.`company_tax` as `country.companyTax`, `country`.`postal_code_required` as `country.postalCodeRequired`, `country`.`check_postal_code_pattern` as `country.checkPostalCodePattern`, `country`.`check_advanced_postal_code_pattern` as `country.checkAdvancedPostalCodePattern`, `country`.`advanced_postal_code_pattern` as `country.advancedPostalCodePattern`, `country`.`default_postal_code_pattern` as `country.defaultPostalCodePattern`, `country`.`created_at` as `country.createdAt`, `country`.`updated_at` as `country.updatedAt`, `country.translation.name`, COALESCE(`country.translation.name`,`country.translation.name`) as `country.name`, `country.translation.addressFormat`, COALESCE(`country.translation.addressFormat`,`country.translation.addressFormat`) as `country.addressFormat`, `country.translation.customFields`, COALESCE(`country.translation.customFields`,`country.translation.customFields`) as `country.customFields`, `country.translation.createdAt`, `country.translation.updatedAt`, `country.translation.countryId`, `country.translation.languageId` FROM `country` LEFT JOIN (SELECT `country.translation`.country_id, `country.translation`.name as `country.translation.name`, `country.translation`.address_format as `country.translation.addressFormat`, `country.translation`.custom_fields as `country.translation.customFields`, `country.translation`.created_at as `country.translation.createdAt`, `country.translation`.updated_at as `country.translation.updatedAt`, `country.translation`.country_id as `country.translation.countryId`, `country.translation`.language_id as `country.translation.languageId` FROM `country_translation` `country.translation` WHERE `country.translation`.language_id = :languageId) `country.country_translation` ON `country.country_translation`.`country_id` = `country`.`id` WHERE `country`.`id` IN (:ids)
SELECT
`country`.`id` as `country.id`,
`country`.`iso` as `country.iso`,
`country`.`position` as `country.position`,
`country`.`active` as `country.active`,
`country`.`shipping_available` as `country.shippingAvailable`,
`country`.`iso3` as `country.iso3`,
`country`.`display_state_in_registration` as `country.displayStateInRegistration`,
`country`.`force_state_in_registration` as `country.forceStateInRegistration`,
`country`.`company_tax_free` as `country.companyTaxFree`,
`country`.`check_vat_id_pattern` as `country.checkVatIdPattern`,
`country`.`vat_id_required` as `country.vatIdRequired`,
`country`.`tax_free` as `country.taxFree`,
`country`.`vat_id_pattern` as `country.vatIdPattern`,
`country`.`customer_tax` as `country.customerTax`,
`country`.`company_tax` as `country.companyTax`,
`country`.`postal_code_required` as `country.postalCodeRequired`,
`country`.`check_postal_code_pattern` as `country.checkPostalCodePattern`,
`country`.`check_advanced_postal_code_pattern` as `country.checkAdvancedPostalCodePattern`,
`country`.`advanced_postal_code_pattern` as `country.advancedPostalCodePattern`,
`country`.`default_postal_code_pattern` as `country.defaultPostalCodePattern`,
`country`.`created_at` as `country.createdAt`,
`country`.`updated_at` as `country.updatedAt`,
`country.translation.name`,
COALESCE(
`country.translation.name`, `country.translation.name`
) as `country.name`,
`country.translation.addressFormat`,
COALESCE(
`country.translation.addressFormat`,
`country.translation.addressFormat`
) as `country.addressFormat`,
`country.translation.customFields`,
COALESCE(
`country.translation.customFields`,
`country.translation.customFields`
) as `country.customFields`,
`country.translation.createdAt`,
`country.translation.updatedAt`,
`country.translation.countryId`,
`country.translation.languageId`
FROM
`country`
LEFT JOIN (
SELECT
`country.translation`.country_id,
`country.translation`.name as `country.translation.name`,
`country.translation`.address_format as `country.translation.addressFormat`,
`country.translation`.custom_fields as `country.translation.customFields`,
`country.translation`.created_at as `country.translation.createdAt`,
`country.translation`.updated_at as `country.translation.updatedAt`,
`country.translation`.country_id as `country.translation.countryId`,
`country.translation`.language_id as `country.translation.languageId`
FROM
`country_translation` `country.translation`
WHERE
`country.translation`.language_id = : languageId
) `country.country_translation` ON `country.country_translation`.`country_id` = `country`.`id`
WHERE
`country`.`id` IN (: ids)
SELECT `country`.`id` as `country.id`, `country`.`iso` as `country.iso`, `country`.`position` as `country.position`, `country`.`active` as `country.active`, `country`.`shipping_available` as `country.shippingAvailable`, `country`.`iso3` as `country.iso3`, `country`.`display_state_in_registration` as `country.displayStateInRegistration`, `country`.`force_state_in_registration` as `country.forceStateInRegistration`, `country`.`company_tax_free` as `country.companyTaxFree`, `country`.`check_vat_id_pattern` as `country.checkVatIdPattern`, `country`.`vat_id_required` as `country.vatIdRequired`, `country`.`tax_free` as `country.taxFree`, `country`.`vat_id_pattern` as `country.vatIdPattern`, `country`.`customer_tax` as `country.customerTax`, `country`.`company_tax` as `country.companyTax`, `country`.`postal_code_required` as `country.postalCodeRequired`, `country`.`check_postal_code_pattern` as `country.checkPostalCodePattern`, `country`.`check_advanced_postal_code_pattern` as `country.checkAdvancedPostalCodePattern`, `country`.`advanced_postal_code_pattern` as `country.advancedPostalCodePattern`, `country`.`default_postal_code_pattern` as `country.defaultPostalCodePattern`, `country`.`created_at` as `country.createdAt`, `country`.`updated_at` as `country.updatedAt`, `country.translation.name`, COALESCE(`country.translation.name`,`country.translation.name`) as `country.name`, `country.translation.addressFormat`, COALESCE(`country.translation.addressFormat`,`country.translation.addressFormat`) as `country.addressFormat`, `country.translation.customFields`, COALESCE(`country.translation.customFields`,`country.translation.customFields`) as `country.customFields`, `country.translation.createdAt`, `country.translation.updatedAt`, `country.translation.countryId`, `country.translation.languageId` FROM `country` LEFT JOIN (SELECT `country.translation`.country_id, `country.translation`.name as `country.translation.name`, `country.translation`.address_format as `country.translation.addressFormat`, `country.translation`.custom_fields as `country.translation.customFields`, `country.translation`.created_at as `country.translation.createdAt`, `country.translation`.updated_at as `country.translation.updatedAt`, `country.translation`.country_id as `country.translation.countryId`, `country.translation`.language_id as `country.translation.languageId` FROM `country_translation` `country.translation` WHERE `country.translation`.language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B) `country.country_translation` ON `country.country_translation`.`country_id` = `country`.`id` WHERE `country`.`id` IN (0x1089779DC2F443B483DF61A35D23EA83);
array:66 [▼
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 242)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 316)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetch (line 148)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 93)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::read (line 257)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::read (line 286)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::_search (line 110)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::Shopware\Core\Framework\DataAbstractionLayer\{closure} (line 59)"
9 => "Shopware\Core\Profiling\Profiler::trace (line 111)"
10 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 51)"
11 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator::search (line 320)"
12 => "Shopware\Core\System\SalesChannel\Context\BaseContextFactory::loadShippingLocation (line 124)"
13 => "Shopware\Core\System\SalesChannel\Context\BaseContextFactory::create (line 74)"
14 => "Shopware\Core\System\SalesChannel\Context\CachedBaseContextFactory::Shopware\Core\System\SalesChannel\Context\{closure} (line 350)"
15 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 44)"
16 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 120)"
17 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 45)"
18 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 46)"
19 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 46)"
20 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 41)"
21 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 59)"
22 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 42)"
23 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 75)"
24 => "Shopware\Core\System\SalesChannel\Context\CachedBaseContextFactory::Shopware\Core\System\SalesChannel\Context\{closure} (line 72)"
25 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 35)"
26 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 85)"
27 => "Shopware\Core\System\SalesChannel\Context\CachedBaseContextFactory::create (line 92)"
28 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextFactory::create (line 60)"
29 => "Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory::Shopware\Core\System\SalesChannel\Context\{closure} (line 350)"
30 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 44)"
31 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 120)"
32 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 45)"
33 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 46)"
34 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 46)"
35 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 41)"
36 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 59)"
37 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 42)"
38 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 61)"
39 => "Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory::Shopware\Core\System\SalesChannel\Context\{closure} (line 72)"
40 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 35)"
41 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 71)"
42 => "Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory::create (line 103)"
43 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService::Shopware\Core\System\SalesChannel\Context\{closure} (line 59)"
44 => "Shopware\Core\Profiling\Profiler::trace (line 111)"
45 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService::get (line 105)"
46 => "Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver::resolve (line 38)"
47 => "Shopware\Core\Framework\Routing\ContextResolverListener::resolveContext (line 118)"
48 => "Symfony\Component\EventDispatcher\Debug\WrappedListener::__invoke (line 230)"
49 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
50 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 56)"
51 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 98)"
52 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 55)"
53 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 37)"
54 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
55 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 151)"
56 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
57 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
58 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
59 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 479)"
60 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 452)"
61 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 346)"
62 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 224)"
63 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
64 => "Shopware\Core\HttpKernel::doHandle (line 81)"
65 => "Shopware\Core\HttpKernel::handle (line 85)"
]
|
15 |
0.25 ms |
SELECT `customer_group`.`id` as `customer_group.id`, `customer_group`.`display_gross` as `customer_group.displayGross`, `customer_group`.`registration_active` as `customer_group.registrationActive`, `customer_group`.`created_at` as `customer_group.createdAt`, `customer_group`.`updated_at` as `customer_group.updatedAt`, `customer_group.translation.name`, COALESCE(`customer_group.translation.name`,`customer_group.translation.name`) as `customer_group.name`, `customer_group.translation.registrationTitle`, COALESCE(`customer_group.translation.registrationTitle`,`customer_group.translation.registrationTitle`) as `customer_group.registrationTitle`, `customer_group.translation.registrationIntroduction`, COALESCE(`customer_group.translation.registrationIntroduction`,`customer_group.translation.registrationIntroduction`) as `customer_group.registrationIntroduction`, `customer_group.translation.registrationOnlyCompanyRegistration`, COALESCE(`customer_group.translation.registrationOnlyCompanyRegistration`,`customer_group.translation.registrationOnlyCompanyRegistration`) as `customer_group.registrationOnlyCompanyRegistration`, `customer_group.translation.registrationSeoMetaDescription`, COALESCE(`customer_group.translation.registrationSeoMetaDescription`,`customer_group.translation.registrationSeoMetaDescription`) as `customer_group.registrationSeoMetaDescription`, `customer_group.translation.customFields`, COALESCE(`customer_group.translation.customFields`,`customer_group.translation.customFields`) as `customer_group.customFields`, `customer_group.translation.createdAt`, `customer_group.translation.updatedAt`, `customer_group.translation.customerGroupId`, `customer_group.translation.languageId` FROM `customer_group` LEFT JOIN (SELECT `customer_group.translation`.customer_group_id, `customer_group.translation`.name as `customer_group.translation.name`, `customer_group.translation`.registration_title as `customer_group.translation.registrationTitle`, `customer_group.translation`.registration_introduction as `customer_group.translation.registrationIntroduction`, `customer_group.translation`.registration_only_company_registration as `customer_group.translation.registrationOnlyCompanyRegistration`, `customer_group.translation`.registration_seo_meta_description as `customer_group.translation.registrationSeoMetaDescription`, `customer_group.translation`.custom_fields as `customer_group.translation.customFields`, `customer_group.translation`.created_at as `customer_group.translation.createdAt`, `customer_group.translation`.updated_at as `customer_group.translation.updatedAt`, `customer_group.translation`.customer_group_id as `customer_group.translation.customerGroupId`, `customer_group.translation`.language_id as `customer_group.translation.languageId` FROM `customer_group_translation` `customer_group.translation` WHERE `customer_group.translation`.language_id = :languageId) `customer_group.customer_group_translation` ON `customer_group.customer_group_translation`.`customer_group_id` = `customer_group`.`id` WHERE `customer_group`.`id` IN (:ids)
SELECT
`customer_group`.`id` as `customer_group.id`,
`customer_group`.`display_gross` as `customer_group.displayGross`,
`customer_group`.`registration_active` as `customer_group.registrationActive`,
`customer_group`.`created_at` as `customer_group.createdAt`,
`customer_group`.`updated_at` as `customer_group.updatedAt`,
`customer_group.translation.name`,
COALESCE(
`customer_group.translation.name`,
`customer_group.translation.name`
) as `customer_group.name`,
`customer_group.translation.registrationTitle`,
COALESCE(
`customer_group.translation.registrationTitle`,
`customer_group.translation.registrationTitle`
) as `customer_group.registrationTitle`,
`customer_group.translation.registrationIntroduction`,
COALESCE(
`customer_group.translation.registrationIntroduction`,
`customer_group.translation.registrationIntroduction`
) as `customer_group.registrationIntroduction`,
`customer_group.translation.registrationOnlyCompanyRegistration`,
COALESCE(
`customer_group.translation.registrationOnlyCompanyRegistration`,
`customer_group.translation.registrationOnlyCompanyRegistration`
) as `customer_group.registrationOnlyCompanyRegistration`,
`customer_group.translation.registrationSeoMetaDescription`,
COALESCE(
`customer_group.translation.registrationSeoMetaDescription`,
`customer_group.translation.registrationSeoMetaDescription`
) as `customer_group.registrationSeoMetaDescription`,
`customer_group.translation.customFields`,
COALESCE(
`customer_group.translation.customFields`,
`customer_group.translation.customFields`
) as `customer_group.customFields`,
`customer_group.translation.createdAt`,
`customer_group.translation.updatedAt`,
`customer_group.translation.customerGroupId`,
`customer_group.translation.languageId`
FROM
`customer_group`
LEFT JOIN (
SELECT
`customer_group.translation`.customer_group_id,
`customer_group.translation`.name as `customer_group.translation.name`,
`customer_group.translation`.registration_title as `customer_group.translation.registrationTitle`,
`customer_group.translation`.registration_introduction as `customer_group.translation.registrationIntroduction`,
`customer_group.translation`.registration_only_company_registration as `customer_group.translation.registrationOnlyCompanyRegistration`,
`customer_group.translation`.registration_seo_meta_description as `customer_group.translation.registrationSeoMetaDescription`,
`customer_group.translation`.custom_fields as `customer_group.translation.customFields`,
`customer_group.translation`.created_at as `customer_group.translation.createdAt`,
`customer_group.translation`.updated_at as `customer_group.translation.updatedAt`,
`customer_group.translation`.customer_group_id as `customer_group.translation.customerGroupId`,
`customer_group.translation`.language_id as `customer_group.translation.languageId`
FROM
`customer_group_translation` `customer_group.translation`
WHERE
`customer_group.translation`.language_id = : languageId
) `customer_group.customer_group_translation` ON `customer_group.customer_group_translation`.`customer_group_id` = `customer_group`.`id`
WHERE
`customer_group`.`id` IN (: ids)
SELECT `customer_group`.`id` as `customer_group.id`, `customer_group`.`display_gross` as `customer_group.displayGross`, `customer_group`.`registration_active` as `customer_group.registrationActive`, `customer_group`.`created_at` as `customer_group.createdAt`, `customer_group`.`updated_at` as `customer_group.updatedAt`, `customer_group.translation.name`, COALESCE(`customer_group.translation.name`,`customer_group.translation.name`) as `customer_group.name`, `customer_group.translation.registrationTitle`, COALESCE(`customer_group.translation.registrationTitle`,`customer_group.translation.registrationTitle`) as `customer_group.registrationTitle`, `customer_group.translation.registrationIntroduction`, COALESCE(`customer_group.translation.registrationIntroduction`,`customer_group.translation.registrationIntroduction`) as `customer_group.registrationIntroduction`, `customer_group.translation.registrationOnlyCompanyRegistration`, COALESCE(`customer_group.translation.registrationOnlyCompanyRegistration`,`customer_group.translation.registrationOnlyCompanyRegistration`) as `customer_group.registrationOnlyCompanyRegistration`, `customer_group.translation.registrationSeoMetaDescription`, COALESCE(`customer_group.translation.registrationSeoMetaDescription`,`customer_group.translation.registrationSeoMetaDescription`) as `customer_group.registrationSeoMetaDescription`, `customer_group.translation.customFields`, COALESCE(`customer_group.translation.customFields`,`customer_group.translation.customFields`) as `customer_group.customFields`, `customer_group.translation.createdAt`, `customer_group.translation.updatedAt`, `customer_group.translation.customerGroupId`, `customer_group.translation.languageId` FROM `customer_group` LEFT JOIN (SELECT `customer_group.translation`.customer_group_id, `customer_group.translation`.name as `customer_group.translation.name`, `customer_group.translation`.registration_title as `customer_group.translation.registrationTitle`, `customer_group.translation`.registration_introduction as `customer_group.translation.registrationIntroduction`, `customer_group.translation`.registration_only_company_registration as `customer_group.translation.registrationOnlyCompanyRegistration`, `customer_group.translation`.registration_seo_meta_description as `customer_group.translation.registrationSeoMetaDescription`, `customer_group.translation`.custom_fields as `customer_group.translation.customFields`, `customer_group.translation`.created_at as `customer_group.translation.createdAt`, `customer_group.translation`.updated_at as `customer_group.translation.updatedAt`, `customer_group.translation`.customer_group_id as `customer_group.translation.customerGroupId`, `customer_group.translation`.language_id as `customer_group.translation.languageId` FROM `customer_group_translation` `customer_group.translation` WHERE `customer_group.translation`.language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B) `customer_group.customer_group_translation` ON `customer_group.customer_group_translation`.`customer_group_id` = `customer_group`.`id` WHERE `customer_group`.`id` IN (0xCFBD5018D38D41D8ADCA10D94FC8BDD6);
array:65 [▼
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 242)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 316)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetch (line 148)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 93)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::read (line 257)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::read (line 286)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::_search (line 110)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::Shopware\Core\Framework\DataAbstractionLayer\{closure} (line 59)"
9 => "Shopware\Core\Profiling\Profiler::trace (line 111)"
10 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 51)"
11 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator::search (line 134)"
12 => "Shopware\Core\System\SalesChannel\Context\BaseContextFactory::create (line 74)"
13 => "Shopware\Core\System\SalesChannel\Context\CachedBaseContextFactory::Shopware\Core\System\SalesChannel\Context\{closure} (line 350)"
14 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 44)"
15 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 120)"
16 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 45)"
17 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 46)"
18 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 46)"
19 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 41)"
20 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 59)"
21 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 42)"
22 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 75)"
23 => "Shopware\Core\System\SalesChannel\Context\CachedBaseContextFactory::Shopware\Core\System\SalesChannel\Context\{closure} (line 72)"
24 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 35)"
25 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 85)"
26 => "Shopware\Core\System\SalesChannel\Context\CachedBaseContextFactory::create (line 92)"
27 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextFactory::create (line 60)"
28 => "Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory::Shopware\Core\System\SalesChannel\Context\{closure} (line 350)"
29 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 44)"
30 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 120)"
31 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 45)"
32 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 46)"
33 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 46)"
34 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 41)"
35 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 59)"
36 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 42)"
37 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 61)"
38 => "Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory::Shopware\Core\System\SalesChannel\Context\{closure} (line 72)"
39 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 35)"
40 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 71)"
41 => "Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory::create (line 103)"
42 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService::Shopware\Core\System\SalesChannel\Context\{closure} (line 59)"
43 => "Shopware\Core\Profiling\Profiler::trace (line 111)"
44 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService::get (line 105)"
45 => "Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver::resolve (line 38)"
46 => "Shopware\Core\Framework\Routing\ContextResolverListener::resolveContext (line 118)"
47 => "Symfony\Component\EventDispatcher\Debug\WrappedListener::__invoke (line 230)"
48 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
49 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 56)"
50 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 98)"
51 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 55)"
52 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 37)"
53 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
54 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 151)"
55 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
56 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
57 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
58 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 479)"
59 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 452)"
60 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 346)"
61 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 224)"
62 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
63 => "Shopware\Core\HttpKernel::doHandle (line 81)"
64 => "Shopware\Core\HttpKernel::handle (line 85)"
]
|
16 |
0.06 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`
SELECT `tax`.`id` as `tax.id`, `tax`.`tax_rate` as `tax.taxRate`, `tax`.`name` as `tax.name`, `tax`.`position` as `tax.position`, `tax`.`custom_fields` as `tax.customFields`, `tax`.`created_at` as `tax.createdAt`, `tax`.`updated_at` as `tax.updatedAt` FROM `tax`;
array:66 [▼
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 242)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 316)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetch (line 148)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 93)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::read (line 257)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::read (line 286)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::_search (line 110)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::Shopware\Core\Framework\DataAbstractionLayer\{closure} (line 59)"
9 => "Shopware\Core\Profiling\Profiler::trace (line 111)"
10 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 51)"
11 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator::search (line 184)"
12 => "Shopware\Core\System\SalesChannel\Context\BaseContextFactory::getTaxRules (line 141)"
13 => "Shopware\Core\System\SalesChannel\Context\BaseContextFactory::create (line 74)"
14 => "Shopware\Core\System\SalesChannel\Context\CachedBaseContextFactory::Shopware\Core\System\SalesChannel\Context\{closure} (line 350)"
15 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 44)"
16 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 120)"
17 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 45)"
18 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 46)"
19 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 46)"
20 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 41)"
21 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 59)"
22 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 42)"
23 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 75)"
24 => "Shopware\Core\System\SalesChannel\Context\CachedBaseContextFactory::Shopware\Core\System\SalesChannel\Context\{closure} (line 72)"
25 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 35)"
26 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 85)"
27 => "Shopware\Core\System\SalesChannel\Context\CachedBaseContextFactory::create (line 92)"
28 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextFactory::create (line 60)"
29 => "Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory::Shopware\Core\System\SalesChannel\Context\{closure} (line 350)"
30 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 44)"
31 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 120)"
32 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 45)"
33 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 46)"
34 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 46)"
35 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 41)"
36 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 59)"
37 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 42)"
38 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 61)"
39 => "Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory::Shopware\Core\System\SalesChannel\Context\{closure} (line 72)"
40 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 35)"
41 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 71)"
42 => "Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory::create (line 103)"
43 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService::Shopware\Core\System\SalesChannel\Context\{closure} (line 59)"
44 => "Shopware\Core\Profiling\Profiler::trace (line 111)"
45 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService::get (line 105)"
46 => "Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver::resolve (line 38)"
47 => "Shopware\Core\Framework\Routing\ContextResolverListener::resolveContext (line 118)"
48 => "Symfony\Component\EventDispatcher\Debug\WrappedListener::__invoke (line 230)"
49 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
50 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 56)"
51 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 98)"
52 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 55)"
53 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 37)"
54 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
55 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 151)"
56 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
57 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
58 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
59 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 479)"
60 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 452)"
61 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 346)"
62 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 224)"
63 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
64 => "Shopware\Core\HttpKernel::doHandle (line 81)"
65 => "Shopware\Core\HttpKernel::handle (line 85)"
]
|
17 |
0.27 ms |
SELECT `tax_rule`.`id` as `tax_rule.id`, `tax_rule`.`tax_rule_type_id` as `tax_rule.taxRuleTypeId`, `tax_rule`.`country_id` as `tax_rule.countryId`, `tax_rule`.`tax_rate` as `tax_rule.taxRate`, `tax_rule`.`data` as `tax_rule.data`, `tax_rule`.`tax_id` as `tax_rule.taxId`, `tax_rule.type`.`id` as `tax_rule.type.id`, `tax_rule.type`.`technical_name` as `tax_rule.type.technicalName`, `tax_rule.type`.`position` as `tax_rule.type.position`, `tax_rule.type`.`created_at` as `tax_rule.type.createdAt`, `tax_rule.type`.`updated_at` as `tax_rule.type.updatedAt`, `tax_rule.type.translation.typeName`, COALESCE(`tax_rule.type.translation.typeName`,`tax_rule.type.translation.typeName`) as `tax_rule.type.typeName`, `tax_rule.type.translation.createdAt`, `tax_rule.type.translation.updatedAt`, `tax_rule.type.translation.taxRuleTypeId`, `tax_rule.type.translation.languageId`, `tax_rule`.`created_at` as `tax_rule.createdAt`, `tax_rule`.`updated_at` as `tax_rule.updatedAt` FROM `tax_rule` LEFT JOIN `tax_rule_type` `tax_rule.type` ON `tax_rule`.`tax_rule_type_id` = `tax_rule.type`.`id` LEFT JOIN (SELECT `tax_rule.type.translation`.tax_rule_type_id, `tax_rule.type.translation`.type_name as `tax_rule.type.translation.typeName`, `tax_rule.type.translation`.created_at as `tax_rule.type.translation.createdAt`, `tax_rule.type.translation`.updated_at as `tax_rule.type.translation.updatedAt`, `tax_rule.type.translation`.tax_rule_type_id as `tax_rule.type.translation.taxRuleTypeId`, `tax_rule.type.translation`.language_id as `tax_rule.type.translation.languageId` FROM `tax_rule_type_translation` `tax_rule.type.translation` WHERE `tax_rule.type.translation`.language_id = :languageId) `tax_rule.type.tax_rule_type_translation` ON `tax_rule.type.tax_rule_type_translation`.`tax_rule_type_id` = `tax_rule.type`.`id` WHERE (`tax_rule`.`tax_id` IN (:param_d7be233cf7ef496496cfd0b98e0e103b))
SELECT
`tax_rule`.`id` as `tax_rule.id`,
`tax_rule`.`tax_rule_type_id` as `tax_rule.taxRuleTypeId`,
`tax_rule`.`country_id` as `tax_rule.countryId`,
`tax_rule`.`tax_rate` as `tax_rule.taxRate`,
`tax_rule`.`data` as `tax_rule.data`,
`tax_rule`.`tax_id` as `tax_rule.taxId`,
`tax_rule.type`.`id` as `tax_rule.type.id`,
`tax_rule.type`.`technical_name` as `tax_rule.type.technicalName`,
`tax_rule.type`.`position` as `tax_rule.type.position`,
`tax_rule.type`.`created_at` as `tax_rule.type.createdAt`,
`tax_rule.type`.`updated_at` as `tax_rule.type.updatedAt`,
`tax_rule.type.translation.typeName`,
COALESCE(
`tax_rule.type.translation.typeName`,
`tax_rule.type.translation.typeName`
) as `tax_rule.type.typeName`,
`tax_rule.type.translation.createdAt`,
`tax_rule.type.translation.updatedAt`,
`tax_rule.type.translation.taxRuleTypeId`,
`tax_rule.type.translation.languageId`,
`tax_rule`.`created_at` as `tax_rule.createdAt`,
`tax_rule`.`updated_at` as `tax_rule.updatedAt`
FROM
`tax_rule`
LEFT JOIN `tax_rule_type` `tax_rule.type` ON `tax_rule`.`tax_rule_type_id` = `tax_rule.type`.`id`
LEFT JOIN (
SELECT
`tax_rule.type.translation`.tax_rule_type_id,
`tax_rule.type.translation`.type_name as `tax_rule.type.translation.typeName`,
`tax_rule.type.translation`.created_at as `tax_rule.type.translation.createdAt`,
`tax_rule.type.translation`.updated_at as `tax_rule.type.translation.updatedAt`,
`tax_rule.type.translation`.tax_rule_type_id as `tax_rule.type.translation.taxRuleTypeId`,
`tax_rule.type.translation`.language_id as `tax_rule.type.translation.languageId`
FROM
`tax_rule_type_translation` `tax_rule.type.translation`
WHERE
`tax_rule.type.translation`.language_id = : languageId
) `tax_rule.type.tax_rule_type_translation` ON `tax_rule.type.tax_rule_type_translation`.`tax_rule_type_id` = `tax_rule.type`.`id`
WHERE
(
`tax_rule`.`tax_id` IN (
: param_d7be233cf7ef496496cfd0b98e0e103b
)
)
SELECT `tax_rule`.`id` as `tax_rule.id`, `tax_rule`.`tax_rule_type_id` as `tax_rule.taxRuleTypeId`, `tax_rule`.`country_id` as `tax_rule.countryId`, `tax_rule`.`tax_rate` as `tax_rule.taxRate`, `tax_rule`.`data` as `tax_rule.data`, `tax_rule`.`tax_id` as `tax_rule.taxId`, `tax_rule.type`.`id` as `tax_rule.type.id`, `tax_rule.type`.`technical_name` as `tax_rule.type.technicalName`, `tax_rule.type`.`position` as `tax_rule.type.position`, `tax_rule.type`.`created_at` as `tax_rule.type.createdAt`, `tax_rule.type`.`updated_at` as `tax_rule.type.updatedAt`, `tax_rule.type.translation.typeName`, COALESCE(`tax_rule.type.translation.typeName`,`tax_rule.type.translation.typeName`) as `tax_rule.type.typeName`, `tax_rule.type.translation.createdAt`, `tax_rule.type.translation.updatedAt`, `tax_rule.type.translation.taxRuleTypeId`, `tax_rule.type.translation.languageId`, `tax_rule`.`created_at` as `tax_rule.createdAt`, `tax_rule`.`updated_at` as `tax_rule.updatedAt` FROM `tax_rule` LEFT JOIN `tax_rule_type` `tax_rule.type` ON `tax_rule`.`tax_rule_type_id` = `tax_rule.type`.`id` LEFT JOIN (SELECT `tax_rule.type.translation`.tax_rule_type_id, `tax_rule.type.translation`.type_name as `tax_rule.type.translation.typeName`, `tax_rule.type.translation`.created_at as `tax_rule.type.translation.createdAt`, `tax_rule.type.translation`.updated_at as `tax_rule.type.translation.updatedAt`, `tax_rule.type.translation`.tax_rule_type_id as `tax_rule.type.translation.taxRuleTypeId`, `tax_rule.type.translation`.language_id as `tax_rule.type.translation.languageId` FROM `tax_rule_type_translation` `tax_rule.type.translation` WHERE `tax_rule.type.translation`.language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B) `tax_rule.type.tax_rule_type_translation` ON `tax_rule.type.tax_rule_type_translation`.`tax_rule_type_id` = `tax_rule.type`.`id` WHERE (`tax_rule`.`tax_id` IN (0x08A91F58C5A4439E83F50598E6B537F8, 0x5B651C97C0F448D693AD1E949E1BBB08, 0xC4C3FC38DA8645FABF83C7F044116953));
array:70 [▼
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 242)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 316)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetch (line 148)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 503)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::loadOneToManyWithoutPagination (line 438)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::loadOneToMany (line 1210)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetchAssociations (line 152)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 93)"
9 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::read (line 257)"
10 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::read (line 286)"
11 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::_search (line 110)"
12 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::Shopware\Core\Framework\DataAbstractionLayer\{closure} (line 59)"
13 => "Shopware\Core\Profiling\Profiler::trace (line 111)"
14 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 51)"
15 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator::search (line 184)"
16 => "Shopware\Core\System\SalesChannel\Context\BaseContextFactory::getTaxRules (line 141)"
17 => "Shopware\Core\System\SalesChannel\Context\BaseContextFactory::create (line 74)"
18 => "Shopware\Core\System\SalesChannel\Context\CachedBaseContextFactory::Shopware\Core\System\SalesChannel\Context\{closure} (line 350)"
19 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 44)"
20 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 120)"
21 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 45)"
22 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 46)"
23 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 46)"
24 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 41)"
25 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 59)"
26 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 42)"
27 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 75)"
28 => "Shopware\Core\System\SalesChannel\Context\CachedBaseContextFactory::Shopware\Core\System\SalesChannel\Context\{closure} (line 72)"
29 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 35)"
30 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 85)"
31 => "Shopware\Core\System\SalesChannel\Context\CachedBaseContextFactory::create (line 92)"
32 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextFactory::create (line 60)"
33 => "Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory::Shopware\Core\System\SalesChannel\Context\{closure} (line 350)"
34 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 44)"
35 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 120)"
36 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 45)"
37 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 46)"
38 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 46)"
39 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 41)"
40 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 59)"
41 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 42)"
42 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 61)"
43 => "Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory::Shopware\Core\System\SalesChannel\Context\{closure} (line 72)"
44 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 35)"
45 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 71)"
46 => "Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory::create (line 103)"
47 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService::Shopware\Core\System\SalesChannel\Context\{closure} (line 59)"
48 => "Shopware\Core\Profiling\Profiler::trace (line 111)"
49 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService::get (line 105)"
50 => "Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver::resolve (line 38)"
51 => "Shopware\Core\Framework\Routing\ContextResolverListener::resolveContext (line 118)"
52 => "Symfony\Component\EventDispatcher\Debug\WrappedListener::__invoke (line 230)"
53 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
54 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 56)"
55 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 98)"
56 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 55)"
57 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 37)"
58 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
59 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 151)"
60 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
61 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
62 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
63 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 479)"
64 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 452)"
65 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 346)"
66 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 224)"
67 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
68 => "Shopware\Core\HttpKernel::doHandle (line 81)"
69 => "Shopware\Core\HttpKernel::handle (line 85)"
]
|
18 |
1.02 ms |
SELECT `payment_method`.`id` as `payment_method.id`, `payment_method`.`plugin_id` as `payment_method.pluginId`, `payment_method`.`handler_identifier` as `payment_method.handlerIdentifier`, `payment_method`.`position` as `payment_method.position`, `payment_method`.`active` as `payment_method.active`, `payment_method`.`after_order_enabled` as `payment_method.afterOrderEnabled`, `payment_method`.`availability_rule_id` as `payment_method.availabilityRuleId`, `payment_method`.`media_id` as `payment_method.mediaId`, `payment_method.appPaymentMethod`.`id` as `payment_method.appPaymentMethod.id`, `payment_method.appPaymentMethod`.`app_name` as `payment_method.appPaymentMethod.appName`, `payment_method.appPaymentMethod`.`identifier` as `payment_method.appPaymentMethod.identifier`, `payment_method.appPaymentMethod`.`pay_url` as `payment_method.appPaymentMethod.payUrl`, `payment_method.appPaymentMethod`.`finalize_url` as `payment_method.appPaymentMethod.finalizeUrl`, `payment_method.appPaymentMethod`.`validate_url` as `payment_method.appPaymentMethod.validateUrl`, `payment_method.appPaymentMethod`.`capture_url` as `payment_method.appPaymentMethod.captureUrl`, `payment_method.appPaymentMethod`.`refund_url` as `payment_method.appPaymentMethod.refundUrl`, `payment_method.appPaymentMethod`.`app_id` as `payment_method.appPaymentMethod.appId`, `payment_method.appPaymentMethod`.`original_media_id` as `payment_method.appPaymentMethod.originalMediaId`, `payment_method.appPaymentMethod`.`payment_method_id` as `payment_method.appPaymentMethod.paymentMethodId`, `payment_method.appPaymentMethod`.`created_at` as `payment_method.appPaymentMethod.createdAt`, `payment_method.appPaymentMethod`.`updated_at` as `payment_method.appPaymentMethod.updatedAt`, `payment_method`.`created_at` as `payment_method.createdAt`, `payment_method`.`updated_at` as `payment_method.updatedAt`, `payment_method.media`.`id` as `payment_method.media.id`, `payment_method.media`.`user_id` as `payment_method.media.userId`, `payment_method.media`.`media_folder_id` as `payment_method.media.mediaFolderId`, `payment_method.media`.`mime_type` as `payment_method.media.mimeType`, `payment_method.media`.`file_extension` as `payment_method.media.fileExtension`, `payment_method.media`.`uploaded_at` as `payment_method.media.uploadedAt`, `payment_method.media`.`file_name` as `payment_method.media.fileName`, `payment_method.media`.`file_size` as `payment_method.media.fileSize`, `payment_method.media`.`media_type` as `payment_method.media.mediaTypeRaw`, `payment_method.media`.`meta_data` as `payment_method.media.metaData`, `payment_method.media`.`private` as `payment_method.media.private`, `payment_method.media`.`thumbnails_ro` as `payment_method.media.thumbnailsRo`, `payment_method.media`.`created_at` as `payment_method.media.createdAt`, `payment_method.media`.`updated_at` as `payment_method.media.updatedAt`, `payment_method.media.translation.title`, COALESCE(`payment_method.media.translation.title`,`payment_method.media.translation.title`) as `payment_method.media.title`, `payment_method.media.translation.alt`, COALESCE(`payment_method.media.translation.alt`,`payment_method.media.translation.alt`) as `payment_method.media.alt`, `payment_method.media.translation.customFields`, COALESCE(`payment_method.media.translation.customFields`,`payment_method.media.translation.customFields`) as `payment_method.media.customFields`, `payment_method.media.translation.createdAt`, `payment_method.media.translation.updatedAt`, `payment_method.media.translation.mediaId`, `payment_method.media.translation.languageId`, `payment_method.translation.name`, COALESCE(`payment_method.translation.name`,`payment_method.translation.name`) as `payment_method.name`, `payment_method.translation.distinguishableName`, COALESCE(`payment_method.translation.distinguishableName`,`payment_method.translation.distinguishableName`) as `payment_method.distinguishableName`, `payment_method.translation.description`, COALESCE(`payment_method.translation.description`,`payment_method.translation.description`) as `payment_method.description`, `payment_method.translation.customFields`, COALESCE(`payment_method.translation.customFields`,`payment_method.translation.customFields`) as `payment_method.customFields`, `payment_method.translation.createdAt`, `payment_method.translation.updatedAt`, `payment_method.translation.paymentMethodId`, `payment_method.translation.languageId` FROM `payment_method` LEFT JOIN (SELECT `payment_method.translation`.payment_method_id, `payment_method.translation`.name as `payment_method.translation.name`, `payment_method.translation`.distinguishable_name as `payment_method.translation.distinguishableName`, `payment_method.translation`.description as `payment_method.translation.description`, `payment_method.translation`.custom_fields as `payment_method.translation.customFields`, `payment_method.translation`.created_at as `payment_method.translation.createdAt`, `payment_method.translation`.updated_at as `payment_method.translation.updatedAt`, `payment_method.translation`.payment_method_id as `payment_method.translation.paymentMethodId`, `payment_method.translation`.language_id as `payment_method.translation.languageId` FROM `payment_method_translation` `payment_method.translation` WHERE `payment_method.translation`.language_id = :languageId) `payment_method.payment_method_translation` ON `payment_method.payment_method_translation`.`payment_method_id` = `payment_method`.`id` LEFT JOIN `app_payment_method` `payment_method.appPaymentMethod` ON `payment_method`.`id` = `payment_method.appPaymentMethod`.`payment_method_id` LEFT JOIN `media` `payment_method.media` ON `payment_method`.`media_id` = `payment_method.media`.`id` LEFT JOIN (SELECT `payment_method.media.translation`.media_id, `payment_method.media.translation`.title as `payment_method.media.translation.title`, `payment_method.media.translation`.alt as `payment_method.media.translation.alt`, `payment_method.media.translation`.custom_fields as `payment_method.media.translation.customFields`, `payment_method.media.translation`.created_at as `payment_method.media.translation.createdAt`, `payment_method.media.translation`.updated_at as `payment_method.media.translation.updatedAt`, `payment_method.media.translation`.media_id as `payment_method.media.translation.mediaId`, `payment_method.media.translation`.language_id as `payment_method.media.translation.languageId` FROM `media_translation` `payment_method.media.translation` WHERE `payment_method.media.translation`.language_id = :languageId) `payment_method.media.media_translation` ON `payment_method.media.media_translation`.`media_id` = `payment_method.media`.`id` WHERE `payment_method`.`id` IN (:ids)
SELECT
`payment_method`.`id` as `payment_method.id`,
`payment_method`.`plugin_id` as `payment_method.pluginId`,
`payment_method`.`handler_identifier` as `payment_method.handlerIdentifier`,
`payment_method`.`position` as `payment_method.position`,
`payment_method`.`active` as `payment_method.active`,
`payment_method`.`after_order_enabled` as `payment_method.afterOrderEnabled`,
`payment_method`.`availability_rule_id` as `payment_method.availabilityRuleId`,
`payment_method`.`media_id` as `payment_method.mediaId`,
`payment_method.appPaymentMethod`.`id` as `payment_method.appPaymentMethod.id`,
`payment_method.appPaymentMethod`.`app_name` as `payment_method.appPaymentMethod.appName`,
`payment_method.appPaymentMethod`.`identifier` as `payment_method.appPaymentMethod.identifier`,
`payment_method.appPaymentMethod`.`pay_url` as `payment_method.appPaymentMethod.payUrl`,
`payment_method.appPaymentMethod`.`finalize_url` as `payment_method.appPaymentMethod.finalizeUrl`,
`payment_method.appPaymentMethod`.`validate_url` as `payment_method.appPaymentMethod.validateUrl`,
`payment_method.appPaymentMethod`.`capture_url` as `payment_method.appPaymentMethod.captureUrl`,
`payment_method.appPaymentMethod`.`refund_url` as `payment_method.appPaymentMethod.refundUrl`,
`payment_method.appPaymentMethod`.`app_id` as `payment_method.appPaymentMethod.appId`,
`payment_method.appPaymentMethod`.`original_media_id` as `payment_method.appPaymentMethod.originalMediaId`,
`payment_method.appPaymentMethod`.`payment_method_id` as `payment_method.appPaymentMethod.paymentMethodId`,
`payment_method.appPaymentMethod`.`created_at` as `payment_method.appPaymentMethod.createdAt`,
`payment_method.appPaymentMethod`.`updated_at` as `payment_method.appPaymentMethod.updatedAt`,
`payment_method`.`created_at` as `payment_method.createdAt`,
`payment_method`.`updated_at` as `payment_method.updatedAt`,
`payment_method.media`.`id` as `payment_method.media.id`,
`payment_method.media`.`user_id` as `payment_method.media.userId`,
`payment_method.media`.`media_folder_id` as `payment_method.media.mediaFolderId`,
`payment_method.media`.`mime_type` as `payment_method.media.mimeType`,
`payment_method.media`.`file_extension` as `payment_method.media.fileExtension`,
`payment_method.media`.`uploaded_at` as `payment_method.media.uploadedAt`,
`payment_method.media`.`file_name` as `payment_method.media.fileName`,
`payment_method.media`.`file_size` as `payment_method.media.fileSize`,
`payment_method.media`.`media_type` as `payment_method.media.mediaTypeRaw`,
`payment_method.media`.`meta_data` as `payment_method.media.metaData`,
`payment_method.media`.`private` as `payment_method.media.private`,
`payment_method.media`.`thumbnails_ro` as `payment_method.media.thumbnailsRo`,
`payment_method.media`.`created_at` as `payment_method.media.createdAt`,
`payment_method.media`.`updated_at` as `payment_method.media.updatedAt`,
`payment_method.media.translation.title`,
COALESCE(
`payment_method.media.translation.title`,
`payment_method.media.translation.title`
) as `payment_method.media.title`,
`payment_method.media.translation.alt`,
COALESCE(
`payment_method.media.translation.alt`,
`payment_method.media.translation.alt`
) as `payment_method.media.alt`,
`payment_method.media.translation.customFields`,
COALESCE(
`payment_method.media.translation.customFields`,
`payment_method.media.translation.customFields`
) as `payment_method.media.customFields`,
`payment_method.media.translation.createdAt`,
`payment_method.media.translation.updatedAt`,
`payment_method.media.translation.mediaId`,
`payment_method.media.translation.languageId`,
`payment_method.translation.name`,
COALESCE(
`payment_method.translation.name`,
`payment_method.translation.name`
) as `payment_method.name`,
`payment_method.translation.distinguishableName`,
COALESCE(
`payment_method.translation.distinguishableName`,
`payment_method.translation.distinguishableName`
) as `payment_method.distinguishableName`,
`payment_method.translation.description`,
COALESCE(
`payment_method.translation.description`,
`payment_method.translation.description`
) as `payment_method.description`,
`payment_method.translation.customFields`,
COALESCE(
`payment_method.translation.customFields`,
`payment_method.translation.customFields`
) as `payment_method.customFields`,
`payment_method.translation.createdAt`,
`payment_method.translation.updatedAt`,
`payment_method.translation.paymentMethodId`,
`payment_method.translation.languageId`
FROM
`payment_method`
LEFT JOIN (
SELECT
`payment_method.translation`.payment_method_id,
`payment_method.translation`.name as `payment_method.translation.name`,
`payment_method.translation`.distinguishable_name as `payment_method.translation.distinguishableName`,
`payment_method.translation`.description as `payment_method.translation.description`,
`payment_method.translation`.custom_fields as `payment_method.translation.customFields`,
`payment_method.translation`.created_at as `payment_method.translation.createdAt`,
`payment_method.translation`.updated_at as `payment_method.translation.updatedAt`,
`payment_method.translation`.payment_method_id as `payment_method.translation.paymentMethodId`,
`payment_method.translation`.language_id as `payment_method.translation.languageId`
FROM
`payment_method_translation` `payment_method.translation`
WHERE
`payment_method.translation`.language_id = : languageId
) `payment_method.payment_method_translation` ON `payment_method.payment_method_translation`.`payment_method_id` = `payment_method`.`id`
LEFT JOIN `app_payment_method` `payment_method.appPaymentMethod` ON `payment_method`.`id` = `payment_method.appPaymentMethod`.`payment_method_id`
LEFT JOIN `media` `payment_method.media` ON `payment_method`.`media_id` = `payment_method.media`.`id`
LEFT JOIN (
SELECT
`payment_method.media.translation`.media_id,
`payment_method.media.translation`.title as `payment_method.media.translation.title`,
`payment_method.media.translation`.alt as `payment_method.media.translation.alt`,
`payment_method.media.translation`.custom_fields as `payment_method.media.translation.customFields`,
`payment_method.media.translation`.created_at as `payment_method.media.translation.createdAt`,
`payment_method.media.translation`.updated_at as `payment_method.media.translation.updatedAt`,
`payment_method.media.translation`.media_id as `payment_method.media.translation.mediaId`,
`payment_method.media.translation`.language_id as `payment_method.media.translation.languageId`
FROM
`media_translation` `payment_method.media.translation`
WHERE
`payment_method.media.translation`.language_id = : languageId
) `payment_method.media.media_translation` ON `payment_method.media.media_translation`.`media_id` = `payment_method.media`.`id`
WHERE
`payment_method`.`id` IN (: ids)
SELECT `payment_method`.`id` as `payment_method.id`, `payment_method`.`plugin_id` as `payment_method.pluginId`, `payment_method`.`handler_identifier` as `payment_method.handlerIdentifier`, `payment_method`.`position` as `payment_method.position`, `payment_method`.`active` as `payment_method.active`, `payment_method`.`after_order_enabled` as `payment_method.afterOrderEnabled`, `payment_method`.`availability_rule_id` as `payment_method.availabilityRuleId`, `payment_method`.`media_id` as `payment_method.mediaId`, `payment_method.appPaymentMethod`.`id` as `payment_method.appPaymentMethod.id`, `payment_method.appPaymentMethod`.`app_name` as `payment_method.appPaymentMethod.appName`, `payment_method.appPaymentMethod`.`identifier` as `payment_method.appPaymentMethod.identifier`, `payment_method.appPaymentMethod`.`pay_url` as `payment_method.appPaymentMethod.payUrl`, `payment_method.appPaymentMethod`.`finalize_url` as `payment_method.appPaymentMethod.finalizeUrl`, `payment_method.appPaymentMethod`.`validate_url` as `payment_method.appPaymentMethod.validateUrl`, `payment_method.appPaymentMethod`.`capture_url` as `payment_method.appPaymentMethod.captureUrl`, `payment_method.appPaymentMethod`.`refund_url` as `payment_method.appPaymentMethod.refundUrl`, `payment_method.appPaymentMethod`.`app_id` as `payment_method.appPaymentMethod.appId`, `payment_method.appPaymentMethod`.`original_media_id` as `payment_method.appPaymentMethod.originalMediaId`, `payment_method.appPaymentMethod`.`payment_method_id` as `payment_method.appPaymentMethod.paymentMethodId`, `payment_method.appPaymentMethod`.`created_at` as `payment_method.appPaymentMethod.createdAt`, `payment_method.appPaymentMethod`.`updated_at` as `payment_method.appPaymentMethod.updatedAt`, `payment_method`.`created_at` as `payment_method.createdAt`, `payment_method`.`updated_at` as `payment_method.updatedAt`, `payment_method.media`.`id` as `payment_method.media.id`, `payment_method.media`.`user_id` as `payment_method.media.userId`, `payment_method.media`.`media_folder_id` as `payment_method.media.mediaFolderId`, `payment_method.media`.`mime_type` as `payment_method.media.mimeType`, `payment_method.media`.`file_extension` as `payment_method.media.fileExtension`, `payment_method.media`.`uploaded_at` as `payment_method.media.uploadedAt`, `payment_method.media`.`file_name` as `payment_method.media.fileName`, `payment_method.media`.`file_size` as `payment_method.media.fileSize`, `payment_method.media`.`media_type` as `payment_method.media.mediaTypeRaw`, `payment_method.media`.`meta_data` as `payment_method.media.metaData`, `payment_method.media`.`private` as `payment_method.media.private`, `payment_method.media`.`thumbnails_ro` as `payment_method.media.thumbnailsRo`, `payment_method.media`.`created_at` as `payment_method.media.createdAt`, `payment_method.media`.`updated_at` as `payment_method.media.updatedAt`, `payment_method.media.translation.title`, COALESCE(`payment_method.media.translation.title`,`payment_method.media.translation.title`) as `payment_method.media.title`, `payment_method.media.translation.alt`, COALESCE(`payment_method.media.translation.alt`,`payment_method.media.translation.alt`) as `payment_method.media.alt`, `payment_method.media.translation.customFields`, COALESCE(`payment_method.media.translation.customFields`,`payment_method.media.translation.customFields`) as `payment_method.media.customFields`, `payment_method.media.translation.createdAt`, `payment_method.media.translation.updatedAt`, `payment_method.media.translation.mediaId`, `payment_method.media.translation.languageId`, `payment_method.translation.name`, COALESCE(`payment_method.translation.name`,`payment_method.translation.name`) as `payment_method.name`, `payment_method.translation.distinguishableName`, COALESCE(`payment_method.translation.distinguishableName`,`payment_method.translation.distinguishableName`) as `payment_method.distinguishableName`, `payment_method.translation.description`, COALESCE(`payment_method.translation.description`,`payment_method.translation.description`) as `payment_method.description`, `payment_method.translation.customFields`, COALESCE(`payment_method.translation.customFields`,`payment_method.translation.customFields`) as `payment_method.customFields`, `payment_method.translation.createdAt`, `payment_method.translation.updatedAt`, `payment_method.translation.paymentMethodId`, `payment_method.translation.languageId` FROM `payment_method` LEFT JOIN (SELECT `payment_method.translation`.payment_method_id, `payment_method.translation`.name as `payment_method.translation.name`, `payment_method.translation`.distinguishable_name as `payment_method.translation.distinguishableName`, `payment_method.translation`.description as `payment_method.translation.description`, `payment_method.translation`.custom_fields as `payment_method.translation.customFields`, `payment_method.translation`.created_at as `payment_method.translation.createdAt`, `payment_method.translation`.updated_at as `payment_method.translation.updatedAt`, `payment_method.translation`.payment_method_id as `payment_method.translation.paymentMethodId`, `payment_method.translation`.language_id as `payment_method.translation.languageId` FROM `payment_method_translation` `payment_method.translation` WHERE `payment_method.translation`.language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B) `payment_method.payment_method_translation` ON `payment_method.payment_method_translation`.`payment_method_id` = `payment_method`.`id` LEFT JOIN `app_payment_method` `payment_method.appPaymentMethod` ON `payment_method`.`id` = `payment_method.appPaymentMethod`.`payment_method_id` LEFT JOIN `media` `payment_method.media` ON `payment_method`.`media_id` = `payment_method.media`.`id` LEFT JOIN (SELECT `payment_method.media.translation`.media_id, `payment_method.media.translation`.title as `payment_method.media.translation.title`, `payment_method.media.translation`.alt as `payment_method.media.translation.alt`, `payment_method.media.translation`.custom_fields as `payment_method.media.translation.customFields`, `payment_method.media.translation`.created_at as `payment_method.media.translation.createdAt`, `payment_method.media.translation`.updated_at as `payment_method.media.translation.updatedAt`, `payment_method.media.translation`.media_id as `payment_method.media.translation.mediaId`, `payment_method.media.translation`.language_id as `payment_method.media.translation.languageId` FROM `media_translation` `payment_method.media.translation` WHERE `payment_method.media.translation`.language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B) `payment_method.media.media_translation` ON `payment_method.media.media_translation`.`media_id` = `payment_method.media`.`id` WHERE `payment_method`.`id` IN (0x99B460324F8243A2B7D21300D4CA2866);
array:67 [▼
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 242)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 316)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetch (line 148)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 93)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::read (line 257)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::read (line 286)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::_search (line 110)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::Shopware\Core\Framework\DataAbstractionLayer\{closure} (line 59)"
9 => "Shopware\Core\Profiling\Profiler::trace (line 111)"
10 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 68)"
11 => "Shopware\Core\Checkout\Payment\DataAbstractionLayer\PaymentMethodRepositoryDecorator::search (line 51)"
12 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator::search (line 197)"
13 => "Shopware\Core\System\SalesChannel\Context\BaseContextFactory::getPaymentMethod (line 144)"
14 => "Shopware\Core\System\SalesChannel\Context\BaseContextFactory::create (line 74)"
15 => "Shopware\Core\System\SalesChannel\Context\CachedBaseContextFactory::Shopware\Core\System\SalesChannel\Context\{closure} (line 350)"
16 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 44)"
17 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 120)"
18 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 45)"
19 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 46)"
20 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 46)"
21 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 41)"
22 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 59)"
23 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 42)"
24 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 75)"
25 => "Shopware\Core\System\SalesChannel\Context\CachedBaseContextFactory::Shopware\Core\System\SalesChannel\Context\{closure} (line 72)"
26 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 35)"
27 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 85)"
28 => "Shopware\Core\System\SalesChannel\Context\CachedBaseContextFactory::create (line 92)"
29 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextFactory::create (line 60)"
30 => "Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory::Shopware\Core\System\SalesChannel\Context\{closure} (line 350)"
31 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 44)"
32 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 120)"
33 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 45)"
34 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 46)"
35 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 46)"
36 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 41)"
37 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 59)"
38 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 42)"
39 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 61)"
40 => "Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory::Shopware\Core\System\SalesChannel\Context\{closure} (line 72)"
41 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 35)"
42 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 71)"
43 => "Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory::create (line 103)"
44 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService::Shopware\Core\System\SalesChannel\Context\{closure} (line 59)"
45 => "Shopware\Core\Profiling\Profiler::trace (line 111)"
46 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService::get (line 105)"
47 => "Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver::resolve (line 38)"
48 => "Shopware\Core\Framework\Routing\ContextResolverListener::resolveContext (line 118)"
49 => "Symfony\Component\EventDispatcher\Debug\WrappedListener::__invoke (line 230)"
50 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
51 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 56)"
52 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 98)"
53 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 55)"
54 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 37)"
55 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
56 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 151)"
57 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
58 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
59 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
60 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 479)"
61 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 452)"
62 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 346)"
63 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 224)"
64 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
65 => "Shopware\Core\HttpKernel::doHandle (line 81)"
66 => "Shopware\Core\HttpKernel::handle (line 85)"
]
|
19 |
0.06 ms |
SELECT `name`, `type` FROM `custom_field` WHERE `active` = 1
SELECT
`name`,
`type`
FROM
`custom_field`
WHERE
`active` = 1
SELECT `name`, `type` FROM `custom_field` WHERE `active` = 1;
array:75 [▼
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 1065)"
2 => "Doctrine\DBAL\Connection::fetchAllKeyValue (line 101)"
3 => "Shopware\Core\System\CustomField\CustomFieldService::getCustomFields (line 43)"
4 => "Shopware\Core\System\CustomField\CustomFieldService::getCustomField (line 109)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\CustomFieldsSerializer::getFields (line 99)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\CustomFieldsSerializer::decode (line 389)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityHydrator::customFields (line 243)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityHydrator::hydrateFields (line 169)"
9 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityHydrator::assign (line 546)"
10 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityHydrator::hydrateEntity (line 88)"
11 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityHydrator::hydrate (line 150)"
12 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 93)"
13 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::read (line 257)"
14 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::read (line 286)"
15 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::_search (line 110)"
16 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::Shopware\Core\Framework\DataAbstractionLayer\{closure} (line 59)"
17 => "Shopware\Core\Profiling\Profiler::trace (line 111)"
18 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 68)"
19 => "Shopware\Core\Checkout\Payment\DataAbstractionLayer\PaymentMethodRepositoryDecorator::search (line 51)"
20 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator::search (line 197)"
21 => "Shopware\Core\System\SalesChannel\Context\BaseContextFactory::getPaymentMethod (line 144)"
22 => "Shopware\Core\System\SalesChannel\Context\BaseContextFactory::create (line 74)"
23 => "Shopware\Core\System\SalesChannel\Context\CachedBaseContextFactory::Shopware\Core\System\SalesChannel\Context\{closure} (line 350)"
24 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 44)"
25 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 120)"
26 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 45)"
27 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 46)"
28 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 46)"
29 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 41)"
30 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 59)"
31 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 42)"
32 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 75)"
33 => "Shopware\Core\System\SalesChannel\Context\CachedBaseContextFactory::Shopware\Core\System\SalesChannel\Context\{closure} (line 72)"
34 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 35)"
35 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 85)"
36 => "Shopware\Core\System\SalesChannel\Context\CachedBaseContextFactory::create (line 92)"
37 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextFactory::create (line 60)"
38 => "Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory::Shopware\Core\System\SalesChannel\Context\{closure} (line 350)"
39 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 44)"
40 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 120)"
41 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 45)"
42 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 46)"
43 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 46)"
44 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 41)"
45 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 59)"
46 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 42)"
47 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 61)"
48 => "Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory::Shopware\Core\System\SalesChannel\Context\{closure} (line 72)"
49 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 35)"
50 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 71)"
51 => "Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory::create (line 103)"
52 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService::Shopware\Core\System\SalesChannel\Context\{closure} (line 59)"
53 => "Shopware\Core\Profiling\Profiler::trace (line 111)"
54 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService::get (line 105)"
55 => "Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver::resolve (line 38)"
56 => "Shopware\Core\Framework\Routing\ContextResolverListener::resolveContext (line 118)"
57 => "Symfony\Component\EventDispatcher\Debug\WrappedListener::__invoke (line 230)"
58 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
59 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 56)"
60 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 98)"
61 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 55)"
62 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 37)"
63 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
64 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 151)"
65 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
66 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
67 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
68 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 479)"
69 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 452)"
70 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 346)"
71 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 224)"
72 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
73 => "Shopware\Core\HttpKernel::doHandle (line 81)"
74 => "Shopware\Core\HttpKernel::handle (line 85)"
]
|
20 |
1.18 ms |
SELECT `shipping_method`.`id` as `shipping_method.id`, `shipping_method`.`active` as `shipping_method.active`, `shipping_method`.`position` as `shipping_method.position`, `shipping_method`.`availability_rule_id` as `shipping_method.availabilityRuleId`, `shipping_method`.`media_id` as `shipping_method.mediaId`, `shipping_method`.`delivery_time_id` as `shipping_method.deliveryTimeId`, `shipping_method`.`tax_type` as `shipping_method.taxType`, `shipping_method`.`tax_id` as `shipping_method.taxId`, `shipping_method.deliveryTime`.`id` as `shipping_method.deliveryTime.id`, `shipping_method.deliveryTime`.`min` as `shipping_method.deliveryTime.min`, `shipping_method.deliveryTime`.`max` as `shipping_method.deliveryTime.max`, `shipping_method.deliveryTime`.`unit` as `shipping_method.deliveryTime.unit`, `shipping_method.deliveryTime`.`created_at` as `shipping_method.deliveryTime.createdAt`, `shipping_method.deliveryTime`.`updated_at` as `shipping_method.deliveryTime.updatedAt`, `shipping_method.deliveryTime.translation.name`, COALESCE(`shipping_method.deliveryTime.translation.name`,`shipping_method.deliveryTime.translation.name`) as `shipping_method.deliveryTime.name`, `shipping_method.deliveryTime.translation.customFields`, COALESCE(`shipping_method.deliveryTime.translation.customFields`,`shipping_method.deliveryTime.translation.customFields`) as `shipping_method.deliveryTime.customFields`, `shipping_method.deliveryTime.translation.createdAt`, `shipping_method.deliveryTime.translation.updatedAt`, `shipping_method.deliveryTime.translation.deliveryTimeId`, `shipping_method.deliveryTime.translation.languageId`, `shipping_method`.`created_at` as `shipping_method.createdAt`, `shipping_method`.`updated_at` as `shipping_method.updatedAt`, `shipping_method.media`.`id` as `shipping_method.media.id`, `shipping_method.media`.`user_id` as `shipping_method.media.userId`, `shipping_method.media`.`media_folder_id` as `shipping_method.media.mediaFolderId`, `shipping_method.media`.`mime_type` as `shipping_method.media.mimeType`, `shipping_method.media`.`file_extension` as `shipping_method.media.fileExtension`, `shipping_method.media`.`uploaded_at` as `shipping_method.media.uploadedAt`, `shipping_method.media`.`file_name` as `shipping_method.media.fileName`, `shipping_method.media`.`file_size` as `shipping_method.media.fileSize`, `shipping_method.media`.`media_type` as `shipping_method.media.mediaTypeRaw`, `shipping_method.media`.`meta_data` as `shipping_method.media.metaData`, `shipping_method.media`.`private` as `shipping_method.media.private`, `shipping_method.media`.`thumbnails_ro` as `shipping_method.media.thumbnailsRo`, `shipping_method.media`.`created_at` as `shipping_method.media.createdAt`, `shipping_method.media`.`updated_at` as `shipping_method.media.updatedAt`, `shipping_method.media.translation.title`, COALESCE(`shipping_method.media.translation.title`,`shipping_method.media.translation.title`) as `shipping_method.media.title`, `shipping_method.media.translation.alt`, COALESCE(`shipping_method.media.translation.alt`,`shipping_method.media.translation.alt`) as `shipping_method.media.alt`, `shipping_method.media.translation.customFields`, COALESCE(`shipping_method.media.translation.customFields`,`shipping_method.media.translation.customFields`) as `shipping_method.media.customFields`, `shipping_method.media.translation.createdAt`, `shipping_method.media.translation.updatedAt`, `shipping_method.media.translation.mediaId`, `shipping_method.media.translation.languageId`, `shipping_method.translation.name`, COALESCE(`shipping_method.translation.name`,`shipping_method.translation.name`) as `shipping_method.name`, `shipping_method.translation.description`, COALESCE(`shipping_method.translation.description`,`shipping_method.translation.description`) as `shipping_method.description`, `shipping_method.translation.trackingUrl`, COALESCE(`shipping_method.translation.trackingUrl`,`shipping_method.translation.trackingUrl`) as `shipping_method.trackingUrl`, `shipping_method.translation.customFields`, COALESCE(`shipping_method.translation.customFields`,`shipping_method.translation.customFields`) as `shipping_method.customFields`, `shipping_method.translation.createdAt`, `shipping_method.translation.updatedAt`, `shipping_method.translation.shippingMethodId`, `shipping_method.translation.languageId` FROM `shipping_method` LEFT JOIN (SELECT `shipping_method.translation`.shipping_method_id, `shipping_method.translation`.name as `shipping_method.translation.name`, `shipping_method.translation`.description as `shipping_method.translation.description`, `shipping_method.translation`.tracking_url as `shipping_method.translation.trackingUrl`, `shipping_method.translation`.custom_fields as `shipping_method.translation.customFields`, `shipping_method.translation`.created_at as `shipping_method.translation.createdAt`, `shipping_method.translation`.updated_at as `shipping_method.translation.updatedAt`, `shipping_method.translation`.shipping_method_id as `shipping_method.translation.shippingMethodId`, `shipping_method.translation`.language_id as `shipping_method.translation.languageId` FROM `shipping_method_translation` `shipping_method.translation` WHERE `shipping_method.translation`.language_id = :languageId) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation`.`shipping_method_id` = `shipping_method`.`id` LEFT JOIN `delivery_time` `shipping_method.deliveryTime` ON `shipping_method`.`delivery_time_id` = `shipping_method.deliveryTime`.`id` LEFT JOIN `media` `shipping_method.media` ON `shipping_method`.`media_id` = `shipping_method.media`.`id` LEFT JOIN (SELECT `shipping_method.deliveryTime.translation`.delivery_time_id, `shipping_method.deliveryTime.translation`.name as `shipping_method.deliveryTime.translation.name`, `shipping_method.deliveryTime.translation`.custom_fields as `shipping_method.deliveryTime.translation.customFields`, `shipping_method.deliveryTime.translation`.created_at as `shipping_method.deliveryTime.translation.createdAt`, `shipping_method.deliveryTime.translation`.updated_at as `shipping_method.deliveryTime.translation.updatedAt`, `shipping_method.deliveryTime.translation`.delivery_time_id as `shipping_method.deliveryTime.translation.deliveryTimeId`, `shipping_method.deliveryTime.translation`.language_id as `shipping_method.deliveryTime.translation.languageId` FROM `delivery_time_translation` `shipping_method.deliveryTime.translation` WHERE `shipping_method.deliveryTime.translation`.language_id = :languageId) `shipping_method.deliveryTime.delivery_time_translation` ON `shipping_method.deliveryTime.delivery_time_translation`.`delivery_time_id` = `shipping_method.deliveryTime`.`id` LEFT JOIN (SELECT `shipping_method.media.translation`.media_id, `shipping_method.media.translation`.title as `shipping_method.media.translation.title`, `shipping_method.media.translation`.alt as `shipping_method.media.translation.alt`, `shipping_method.media.translation`.custom_fields as `shipping_method.media.translation.customFields`, `shipping_method.media.translation`.created_at as `shipping_method.media.translation.createdAt`, `shipping_method.media.translation`.updated_at as `shipping_method.media.translation.updatedAt`, `shipping_method.media.translation`.media_id as `shipping_method.media.translation.mediaId`, `shipping_method.media.translation`.language_id as `shipping_method.media.translation.languageId` FROM `media_translation` `shipping_method.media.translation` WHERE `shipping_method.media.translation`.language_id = :languageId) `shipping_method.media.media_translation` ON `shipping_method.media.media_translation`.`media_id` = `shipping_method.media`.`id` WHERE `shipping_method`.`id` IN (:ids)
SELECT
`shipping_method`.`id` as `shipping_method.id`,
`shipping_method`.`active` as `shipping_method.active`,
`shipping_method`.`position` as `shipping_method.position`,
`shipping_method`.`availability_rule_id` as `shipping_method.availabilityRuleId`,
`shipping_method`.`media_id` as `shipping_method.mediaId`,
`shipping_method`.`delivery_time_id` as `shipping_method.deliveryTimeId`,
`shipping_method`.`tax_type` as `shipping_method.taxType`,
`shipping_method`.`tax_id` as `shipping_method.taxId`,
`shipping_method.deliveryTime`.`id` as `shipping_method.deliveryTime.id`,
`shipping_method.deliveryTime`.`min` as `shipping_method.deliveryTime.min`,
`shipping_method.deliveryTime`.`max` as `shipping_method.deliveryTime.max`,
`shipping_method.deliveryTime`.`unit` as `shipping_method.deliveryTime.unit`,
`shipping_method.deliveryTime`.`created_at` as `shipping_method.deliveryTime.createdAt`,
`shipping_method.deliveryTime`.`updated_at` as `shipping_method.deliveryTime.updatedAt`,
`shipping_method.deliveryTime.translation.name`,
COALESCE(
`shipping_method.deliveryTime.translation.name`,
`shipping_method.deliveryTime.translation.name`
) as `shipping_method.deliveryTime.name`,
`shipping_method.deliveryTime.translation.customFields`,
COALESCE(
`shipping_method.deliveryTime.translation.customFields`,
`shipping_method.deliveryTime.translation.customFields`
) as `shipping_method.deliveryTime.customFields`,
`shipping_method.deliveryTime.translation.createdAt`,
`shipping_method.deliveryTime.translation.updatedAt`,
`shipping_method.deliveryTime.translation.deliveryTimeId`,
`shipping_method.deliveryTime.translation.languageId`,
`shipping_method`.`created_at` as `shipping_method.createdAt`,
`shipping_method`.`updated_at` as `shipping_method.updatedAt`,
`shipping_method.media`.`id` as `shipping_method.media.id`,
`shipping_method.media`.`user_id` as `shipping_method.media.userId`,
`shipping_method.media`.`media_folder_id` as `shipping_method.media.mediaFolderId`,
`shipping_method.media`.`mime_type` as `shipping_method.media.mimeType`,
`shipping_method.media`.`file_extension` as `shipping_method.media.fileExtension`,
`shipping_method.media`.`uploaded_at` as `shipping_method.media.uploadedAt`,
`shipping_method.media`.`file_name` as `shipping_method.media.fileName`,
`shipping_method.media`.`file_size` as `shipping_method.media.fileSize`,
`shipping_method.media`.`media_type` as `shipping_method.media.mediaTypeRaw`,
`shipping_method.media`.`meta_data` as `shipping_method.media.metaData`,
`shipping_method.media`.`private` as `shipping_method.media.private`,
`shipping_method.media`.`thumbnails_ro` as `shipping_method.media.thumbnailsRo`,
`shipping_method.media`.`created_at` as `shipping_method.media.createdAt`,
`shipping_method.media`.`updated_at` as `shipping_method.media.updatedAt`,
`shipping_method.media.translation.title`,
COALESCE(
`shipping_method.media.translation.title`,
`shipping_method.media.translation.title`
) as `shipping_method.media.title`,
`shipping_method.media.translation.alt`,
COALESCE(
`shipping_method.media.translation.alt`,
`shipping_method.media.translation.alt`
) as `shipping_method.media.alt`,
`shipping_method.media.translation.customFields`,
COALESCE(
`shipping_method.media.translation.customFields`,
`shipping_method.media.translation.customFields`
) as `shipping_method.media.customFields`,
`shipping_method.media.translation.createdAt`,
`shipping_method.media.translation.updatedAt`,
`shipping_method.media.translation.mediaId`,
`shipping_method.media.translation.languageId`,
`shipping_method.translation.name`,
COALESCE(
`shipping_method.translation.name`,
`shipping_method.translation.name`
) as `shipping_method.name`,
`shipping_method.translation.description`,
COALESCE(
`shipping_method.translation.description`,
`shipping_method.translation.description`
) as `shipping_method.description`,
`shipping_method.translation.trackingUrl`,
COALESCE(
`shipping_method.translation.trackingUrl`,
`shipping_method.translation.trackingUrl`
) as `shipping_method.trackingUrl`,
`shipping_method.translation.customFields`,
COALESCE(
`shipping_method.translation.customFields`,
`shipping_method.translation.customFields`
) as `shipping_method.customFields`,
`shipping_method.translation.createdAt`,
`shipping_method.translation.updatedAt`,
`shipping_method.translation.shippingMethodId`,
`shipping_method.translation.languageId`
FROM
`shipping_method`
LEFT JOIN (
SELECT
`shipping_method.translation`.shipping_method_id,
`shipping_method.translation`.name as `shipping_method.translation.name`,
`shipping_method.translation`.description as `shipping_method.translation.description`,
`shipping_method.translation`.tracking_url as `shipping_method.translation.trackingUrl`,
`shipping_method.translation`.custom_fields as `shipping_method.translation.customFields`,
`shipping_method.translation`.created_at as `shipping_method.translation.createdAt`,
`shipping_method.translation`.updated_at as `shipping_method.translation.updatedAt`,
`shipping_method.translation`.shipping_method_id as `shipping_method.translation.shippingMethodId`,
`shipping_method.translation`.language_id as `shipping_method.translation.languageId`
FROM
`shipping_method_translation` `shipping_method.translation`
WHERE
`shipping_method.translation`.language_id = : languageId
) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation`.`shipping_method_id` = `shipping_method`.`id`
LEFT JOIN `delivery_time` `shipping_method.deliveryTime` ON `shipping_method`.`delivery_time_id` = `shipping_method.deliveryTime`.`id`
LEFT JOIN `media` `shipping_method.media` ON `shipping_method`.`media_id` = `shipping_method.media`.`id`
LEFT JOIN (
SELECT
`shipping_method.deliveryTime.translation`.delivery_time_id,
`shipping_method.deliveryTime.translation`.name as `shipping_method.deliveryTime.translation.name`,
`shipping_method.deliveryTime.translation`.custom_fields as `shipping_method.deliveryTime.translation.customFields`,
`shipping_method.deliveryTime.translation`.created_at as `shipping_method.deliveryTime.translation.createdAt`,
`shipping_method.deliveryTime.translation`.updated_at as `shipping_method.deliveryTime.translation.updatedAt`,
`shipping_method.deliveryTime.translation`.delivery_time_id as `shipping_method.deliveryTime.translation.deliveryTimeId`,
`shipping_method.deliveryTime.translation`.language_id as `shipping_method.deliveryTime.translation.languageId`
FROM
`delivery_time_translation` `shipping_method.deliveryTime.translation`
WHERE
`shipping_method.deliveryTime.translation`.language_id = : languageId
) `shipping_method.deliveryTime.delivery_time_translation` ON `shipping_method.deliveryTime.delivery_time_translation`.`delivery_time_id` = `shipping_method.deliveryTime`.`id`
LEFT JOIN (
SELECT
`shipping_method.media.translation`.media_id,
`shipping_method.media.translation`.title as `shipping_method.media.translation.title`,
`shipping_method.media.translation`.alt as `shipping_method.media.translation.alt`,
`shipping_method.media.translation`.custom_fields as `shipping_method.media.translation.customFields`,
`shipping_method.media.translation`.created_at as `shipping_method.media.translation.createdAt`,
`shipping_method.media.translation`.updated_at as `shipping_method.media.translation.updatedAt`,
`shipping_method.media.translation`.media_id as `shipping_method.media.translation.mediaId`,
`shipping_method.media.translation`.language_id as `shipping_method.media.translation.languageId`
FROM
`media_translation` `shipping_method.media.translation`
WHERE
`shipping_method.media.translation`.language_id = : languageId
) `shipping_method.media.media_translation` ON `shipping_method.media.media_translation`.`media_id` = `shipping_method.media`.`id`
WHERE
`shipping_method`.`id` IN (: ids)
SELECT `shipping_method`.`id` as `shipping_method.id`, `shipping_method`.`active` as `shipping_method.active`, `shipping_method`.`position` as `shipping_method.position`, `shipping_method`.`availability_rule_id` as `shipping_method.availabilityRuleId`, `shipping_method`.`media_id` as `shipping_method.mediaId`, `shipping_method`.`delivery_time_id` as `shipping_method.deliveryTimeId`, `shipping_method`.`tax_type` as `shipping_method.taxType`, `shipping_method`.`tax_id` as `shipping_method.taxId`, `shipping_method.deliveryTime`.`id` as `shipping_method.deliveryTime.id`, `shipping_method.deliveryTime`.`min` as `shipping_method.deliveryTime.min`, `shipping_method.deliveryTime`.`max` as `shipping_method.deliveryTime.max`, `shipping_method.deliveryTime`.`unit` as `shipping_method.deliveryTime.unit`, `shipping_method.deliveryTime`.`created_at` as `shipping_method.deliveryTime.createdAt`, `shipping_method.deliveryTime`.`updated_at` as `shipping_method.deliveryTime.updatedAt`, `shipping_method.deliveryTime.translation.name`, COALESCE(`shipping_method.deliveryTime.translation.name`,`shipping_method.deliveryTime.translation.name`) as `shipping_method.deliveryTime.name`, `shipping_method.deliveryTime.translation.customFields`, COALESCE(`shipping_method.deliveryTime.translation.customFields`,`shipping_method.deliveryTime.translation.customFields`) as `shipping_method.deliveryTime.customFields`, `shipping_method.deliveryTime.translation.createdAt`, `shipping_method.deliveryTime.translation.updatedAt`, `shipping_method.deliveryTime.translation.deliveryTimeId`, `shipping_method.deliveryTime.translation.languageId`, `shipping_method`.`created_at` as `shipping_method.createdAt`, `shipping_method`.`updated_at` as `shipping_method.updatedAt`, `shipping_method.media`.`id` as `shipping_method.media.id`, `shipping_method.media`.`user_id` as `shipping_method.media.userId`, `shipping_method.media`.`media_folder_id` as `shipping_method.media.mediaFolderId`, `shipping_method.media`.`mime_type` as `shipping_method.media.mimeType`, `shipping_method.media`.`file_extension` as `shipping_method.media.fileExtension`, `shipping_method.media`.`uploaded_at` as `shipping_method.media.uploadedAt`, `shipping_method.media`.`file_name` as `shipping_method.media.fileName`, `shipping_method.media`.`file_size` as `shipping_method.media.fileSize`, `shipping_method.media`.`media_type` as `shipping_method.media.mediaTypeRaw`, `shipping_method.media`.`meta_data` as `shipping_method.media.metaData`, `shipping_method.media`.`private` as `shipping_method.media.private`, `shipping_method.media`.`thumbnails_ro` as `shipping_method.media.thumbnailsRo`, `shipping_method.media`.`created_at` as `shipping_method.media.createdAt`, `shipping_method.media`.`updated_at` as `shipping_method.media.updatedAt`, `shipping_method.media.translation.title`, COALESCE(`shipping_method.media.translation.title`,`shipping_method.media.translation.title`) as `shipping_method.media.title`, `shipping_method.media.translation.alt`, COALESCE(`shipping_method.media.translation.alt`,`shipping_method.media.translation.alt`) as `shipping_method.media.alt`, `shipping_method.media.translation.customFields`, COALESCE(`shipping_method.media.translation.customFields`,`shipping_method.media.translation.customFields`) as `shipping_method.media.customFields`, `shipping_method.media.translation.createdAt`, `shipping_method.media.translation.updatedAt`, `shipping_method.media.translation.mediaId`, `shipping_method.media.translation.languageId`, `shipping_method.translation.name`, COALESCE(`shipping_method.translation.name`,`shipping_method.translation.name`) as `shipping_method.name`, `shipping_method.translation.description`, COALESCE(`shipping_method.translation.description`,`shipping_method.translation.description`) as `shipping_method.description`, `shipping_method.translation.trackingUrl`, COALESCE(`shipping_method.translation.trackingUrl`,`shipping_method.translation.trackingUrl`) as `shipping_method.trackingUrl`, `shipping_method.translation.customFields`, COALESCE(`shipping_method.translation.customFields`,`shipping_method.translation.customFields`) as `shipping_method.customFields`, `shipping_method.translation.createdAt`, `shipping_method.translation.updatedAt`, `shipping_method.translation.shippingMethodId`, `shipping_method.translation.languageId` FROM `shipping_method` LEFT JOIN (SELECT `shipping_method.translation`.shipping_method_id, `shipping_method.translation`.name as `shipping_method.translation.name`, `shipping_method.translation`.description as `shipping_method.translation.description`, `shipping_method.translation`.tracking_url as `shipping_method.translation.trackingUrl`, `shipping_method.translation`.custom_fields as `shipping_method.translation.customFields`, `shipping_method.translation`.created_at as `shipping_method.translation.createdAt`, `shipping_method.translation`.updated_at as `shipping_method.translation.updatedAt`, `shipping_method.translation`.shipping_method_id as `shipping_method.translation.shippingMethodId`, `shipping_method.translation`.language_id as `shipping_method.translation.languageId` FROM `shipping_method_translation` `shipping_method.translation` WHERE `shipping_method.translation`.language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation`.`shipping_method_id` = `shipping_method`.`id` LEFT JOIN `delivery_time` `shipping_method.deliveryTime` ON `shipping_method`.`delivery_time_id` = `shipping_method.deliveryTime`.`id` LEFT JOIN `media` `shipping_method.media` ON `shipping_method`.`media_id` = `shipping_method.media`.`id` LEFT JOIN (SELECT `shipping_method.deliveryTime.translation`.delivery_time_id, `shipping_method.deliveryTime.translation`.name as `shipping_method.deliveryTime.translation.name`, `shipping_method.deliveryTime.translation`.custom_fields as `shipping_method.deliveryTime.translation.customFields`, `shipping_method.deliveryTime.translation`.created_at as `shipping_method.deliveryTime.translation.createdAt`, `shipping_method.deliveryTime.translation`.updated_at as `shipping_method.deliveryTime.translation.updatedAt`, `shipping_method.deliveryTime.translation`.delivery_time_id as `shipping_method.deliveryTime.translation.deliveryTimeId`, `shipping_method.deliveryTime.translation`.language_id as `shipping_method.deliveryTime.translation.languageId` FROM `delivery_time_translation` `shipping_method.deliveryTime.translation` WHERE `shipping_method.deliveryTime.translation`.language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B) `shipping_method.deliveryTime.delivery_time_translation` ON `shipping_method.deliveryTime.delivery_time_translation`.`delivery_time_id` = `shipping_method.deliveryTime`.`id` LEFT JOIN (SELECT `shipping_method.media.translation`.media_id, `shipping_method.media.translation`.title as `shipping_method.media.translation.title`, `shipping_method.media.translation`.alt as `shipping_method.media.translation.alt`, `shipping_method.media.translation`.custom_fields as `shipping_method.media.translation.customFields`, `shipping_method.media.translation`.created_at as `shipping_method.media.translation.createdAt`, `shipping_method.media.translation`.updated_at as `shipping_method.media.translation.updatedAt`, `shipping_method.media.translation`.media_id as `shipping_method.media.translation.mediaId`, `shipping_method.media.translation`.language_id as `shipping_method.media.translation.languageId` FROM `media_translation` `shipping_method.media.translation` WHERE `shipping_method.media.translation`.language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B) `shipping_method.media.media_translation` ON `shipping_method.media.media_translation`.`media_id` = `shipping_method.media`.`id` WHERE `shipping_method`.`id` IN (0x11B2C4C51B784694859A46F9EFE7065D);
array:66 [▼
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 242)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 316)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetch (line 148)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 93)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::read (line 257)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::read (line 286)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::_search (line 110)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::Shopware\Core\Framework\DataAbstractionLayer\{closure} (line 59)"
9 => "Shopware\Core\Profiling\Profiler::trace (line 111)"
10 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 51)"
11 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator::search (line 217)"
12 => "Shopware\Core\System\SalesChannel\Context\BaseContextFactory::getShippingMethod (line 147)"
13 => "Shopware\Core\System\SalesChannel\Context\BaseContextFactory::create (line 74)"
14 => "Shopware\Core\System\SalesChannel\Context\CachedBaseContextFactory::Shopware\Core\System\SalesChannel\Context\{closure} (line 350)"
15 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 44)"
16 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 120)"
17 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 45)"
18 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 46)"
19 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 46)"
20 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 41)"
21 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 59)"
22 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 42)"
23 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 75)"
24 => "Shopware\Core\System\SalesChannel\Context\CachedBaseContextFactory::Shopware\Core\System\SalesChannel\Context\{closure} (line 72)"
25 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 35)"
26 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 85)"
27 => "Shopware\Core\System\SalesChannel\Context\CachedBaseContextFactory::create (line 92)"
28 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextFactory::create (line 60)"
29 => "Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory::Shopware\Core\System\SalesChannel\Context\{closure} (line 350)"
30 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 44)"
31 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 120)"
32 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 45)"
33 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 46)"
34 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 46)"
35 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 41)"
36 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 59)"
37 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 42)"
38 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 61)"
39 => "Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory::Shopware\Core\System\SalesChannel\Context\{closure} (line 72)"
40 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 35)"
41 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 71)"
42 => "Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory::create (line 103)"
43 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService::Shopware\Core\System\SalesChannel\Context\{closure} (line 59)"
44 => "Shopware\Core\Profiling\Profiler::trace (line 111)"
45 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService::get (line 105)"
46 => "Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver::resolve (line 38)"
47 => "Shopware\Core\Framework\Routing\ContextResolverListener::resolveContext (line 118)"
48 => "Symfony\Component\EventDispatcher\Debug\WrappedListener::__invoke (line 230)"
49 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
50 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 56)"
51 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 98)"
52 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 55)"
53 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 37)"
54 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
55 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 151)"
56 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
57 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
58 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
59 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 479)"
60 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 452)"
61 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 346)"
62 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 224)"
63 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
64 => "Shopware\Core\HttpKernel::doHandle (line 81)"
65 => "Shopware\Core\HttpKernel::handle (line 85)"
]
|
21 |
0.09 ms |
SELECT `currency_country_rounding`.`id` FROM `currency_country_rounding` WHERE (`currency_country_rounding`.`currency_id` = :param_ea8ea9d32d6f414c89c59705bb869d49 AND `currency_country_rounding`.`country_id` = :param_0879013392c24c96b8521a2fd7a4d6a5) LIMIT 1
SELECT
`currency_country_rounding`.`id`
FROM
`currency_country_rounding`
WHERE
(
`currency_country_rounding`.`currency_id` = : param_ea8ea9d32d6f414c89c59705bb869d49
AND `currency_country_rounding`.`country_id` = : param_0879013392c24c96b8521a2fd7a4d6a5
)
LIMIT
1
SELECT `currency_country_rounding`.`id` FROM `currency_country_rounding` WHERE (`currency_country_rounding`.`currency_id` = 0xB7D2554B0CE847CD82F3AC9BD1C0DFCA AND `currency_country_rounding`.`country_id` = 0x1089779DC2F443B483DF61A35D23EA83) LIMIT 1;
array:65 [▼
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 242)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 107)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntitySearcher::search (line 62)"
4 => "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher::search (line 132)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::searchIds (line 291)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::_search (line 110)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::Shopware\Core\Framework\DataAbstractionLayer\{closure} (line 59)"
8 => "Shopware\Core\Profiling\Profiler::trace (line 111)"
9 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 51)"
10 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator::search (line 361)"
11 => "Shopware\Core\System\SalesChannel\Context\BaseContextFactory::getCashRounding (line 149)"
12 => "Shopware\Core\System\SalesChannel\Context\BaseContextFactory::create (line 74)"
13 => "Shopware\Core\System\SalesChannel\Context\CachedBaseContextFactory::Shopware\Core\System\SalesChannel\Context\{closure} (line 350)"
14 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 44)"
15 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 120)"
16 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 45)"
17 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 46)"
18 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 46)"
19 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 41)"
20 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 59)"
21 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 42)"
22 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 75)"
23 => "Shopware\Core\System\SalesChannel\Context\CachedBaseContextFactory::Shopware\Core\System\SalesChannel\Context\{closure} (line 72)"
24 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 35)"
25 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 85)"
26 => "Shopware\Core\System\SalesChannel\Context\CachedBaseContextFactory::create (line 92)"
27 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextFactory::create (line 60)"
28 => "Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory::Shopware\Core\System\SalesChannel\Context\{closure} (line 350)"
29 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 44)"
30 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 120)"
31 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 45)"
32 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 46)"
33 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 46)"
34 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 41)"
35 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 59)"
36 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 42)"
37 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 61)"
38 => "Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory::Shopware\Core\System\SalesChannel\Context\{closure} (line 72)"
39 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 35)"
40 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 71)"
41 => "Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory::create (line 103)"
42 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService::Shopware\Core\System\SalesChannel\Context\{closure} (line 59)"
43 => "Shopware\Core\Profiling\Profiler::trace (line 111)"
44 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService::get (line 105)"
45 => "Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver::resolve (line 38)"
46 => "Shopware\Core\Framework\Routing\ContextResolverListener::resolveContext (line 118)"
47 => "Symfony\Component\EventDispatcher\Debug\WrappedListener::__invoke (line 230)"
48 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
49 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 56)"
50 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 98)"
51 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 55)"
52 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 37)"
53 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
54 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 151)"
55 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
56 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
57 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
58 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 479)"
59 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 452)"
60 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 346)"
61 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 224)"
62 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
63 => "Shopware\Core\HttpKernel::doHandle (line 81)"
64 => "Shopware\Core\HttpKernel::handle (line 85)"
]
|
22 |
0.73 ms |
SHOW COLUMNS FROM `cart` WHERE `Field` LIKE :column
SHOW COLUMNS
FROM
`cart`
WHERE
`Field` LIKE : column
SHOW COLUMNS FROM `cart` WHERE `Field` LIKE 'payload';
array:30 [▼
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 734)"
2 => "Doctrine\DBAL\Connection::fetchOne (line 52)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityDefinitionQueryHelper::columnExists (line 169)"
4 => "Shopware\Core\Checkout\Cart\CartPersister::payloadExists (line 52)"
5 => "Shopware\Core\Checkout\Cart\CartPersister::load (line 81)"
6 => "Shopware\Core\Checkout\Cart\CartRuleLoader::loadByToken (line 106)"
7 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService::Shopware\Core\System\SalesChannel\Context\{closure} (line 59)"
8 => "Shopware\Core\Profiling\Profiler::trace (line 111)"
9 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService::get (line 105)"
10 => "Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver::resolve (line 38)"
11 => "Shopware\Core\Framework\Routing\ContextResolverListener::resolveContext (line 118)"
12 => "Symfony\Component\EventDispatcher\Debug\WrappedListener::__invoke (line 230)"
13 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
14 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 56)"
15 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 98)"
16 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 55)"
17 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 37)"
18 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
19 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 151)"
20 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
21 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
22 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
23 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 479)"
24 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 452)"
25 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 346)"
26 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 224)"
27 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
28 => "Shopware\Core\HttpKernel::doHandle (line 81)"
29 => "Shopware\Core\HttpKernel::handle (line 85)"
]
|
23 |
0.20 ms |
SELECT `cart`.`payload`, `cart`.`rule_ids`, `cart`.`compressed` FROM cart WHERE `token` = :token
SELECT
`cart`.`payload`,
`cart`.`rule_ids`,
`cart`.`compressed`
FROM
cart
WHERE
`token` = : token
SELECT `cart`.`payload`, `cart`.`rule_ids`, `cart`.`compressed` FROM cart WHERE `token` = 'AS7ZLoEsp00WlXUvoDT56YdVWv0BqrCf';
array:28 [▼
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 684)"
2 => "Doctrine\DBAL\Connection::fetchAssociative (line 56)"
3 => "Shopware\Core\Checkout\Cart\CartPersister::load (line 81)"
4 => "Shopware\Core\Checkout\Cart\CartRuleLoader::loadByToken (line 106)"
5 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService::Shopware\Core\System\SalesChannel\Context\{closure} (line 59)"
6 => "Shopware\Core\Profiling\Profiler::trace (line 111)"
7 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService::get (line 105)"
8 => "Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver::resolve (line 38)"
9 => "Shopware\Core\Framework\Routing\ContextResolverListener::resolveContext (line 118)"
10 => "Symfony\Component\EventDispatcher\Debug\WrappedListener::__invoke (line 230)"
11 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
12 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 56)"
13 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 98)"
14 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 55)"
15 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 37)"
16 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
17 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 151)"
18 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
19 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
20 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
21 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 479)"
22 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 452)"
23 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 346)"
24 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 224)"
25 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
26 => "Shopware\Core\HttpKernel::doHandle (line 81)"
27 => "Shopware\Core\HttpKernel::handle (line 85)"
]
|
24 |
0.08 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
SELECT `rule`.`id` FROM `rule` ORDER BY `rule`.`priority` DESC, `rule`.`id` ASC LIMIT 500;
array:45 [▼
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 242)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 107)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntitySearcher::search (line 62)"
4 => "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher::search (line 132)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::searchIds (line 291)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::_search (line 110)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::Shopware\Core\Framework\DataAbstractionLayer\{closure} (line 59)"
8 => "Shopware\Core\Profiling\Profiler::trace (line 111)"
9 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 51)"
10 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator::search (line 101)"
11 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\Common\RepositoryIterator::fetch (line 43)"
12 => "Shopware\Core\Checkout\Cart\RuleLoader::load (line 36)"
13 => "Shopware\Core\Checkout\Cart\CachedRuleLoader::Shopware\Core\Checkout\Cart\{closure} (line 72)"
14 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 35)"
15 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 37)"
16 => "Shopware\Core\Checkout\Cart\CachedRuleLoader::load (line 192)"
17 => "Shopware\Core\Checkout\Cart\CartRuleLoader::loadRules (line 111)"
18 => "Shopware\Core\Checkout\Cart\CartRuleLoader::Shopware\Core\Checkout\Cart\{closure} (line 59)"
19 => "Shopware\Core\Profiling\Profiler::trace (line 183)"
20 => "Shopware\Core\Checkout\Cart\CartRuleLoader::load (line 88)"
21 => "Shopware\Core\Checkout\Cart\CartRuleLoader::loadByToken (line 106)"
22 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService::Shopware\Core\System\SalesChannel\Context\{closure} (line 59)"
23 => "Shopware\Core\Profiling\Profiler::trace (line 111)"
24 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService::get (line 105)"
25 => "Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver::resolve (line 38)"
26 => "Shopware\Core\Framework\Routing\ContextResolverListener::resolveContext (line 118)"
27 => "Symfony\Component\EventDispatcher\Debug\WrappedListener::__invoke (line 230)"
28 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
29 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 56)"
30 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 98)"
31 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 55)"
32 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 37)"
33 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
34 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 151)"
35 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
36 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
37 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
38 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 479)"
39 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 452)"
40 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 346)"
41 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 224)"
42 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
43 => "Shopware\Core\HttpKernel::doHandle (line 81)"
44 => "Shopware\Core\HttpKernel::handle (line 85)"
]
|
25 |
0.16 ms |
SELECT `rule`.`id` as `rule.id`, `rule`.`name` as `rule.name`, `rule`.`priority` as `rule.priority`, `rule`.`description` as `rule.description`, `rule`.`payload` as `rule.payload`, `rule`.`invalid` as `rule.invalid`, `rule`.`areas` as `rule.areas`, `rule`.`custom_fields` as `rule.customFields`, `rule`.`module_types` as `rule.moduleTypes`, `rule`.`created_at` as `rule.createdAt`, `rule`.`updated_at` as `rule.updatedAt` FROM `rule` WHERE `rule`.`id` IN (:ids)
SELECT
`rule`.`id` as `rule.id`,
`rule`.`name` as `rule.name`,
`rule`.`priority` as `rule.priority`,
`rule`.`description` as `rule.description`,
`rule`.`payload` as `rule.payload`,
`rule`.`invalid` as `rule.invalid`,
`rule`.`areas` as `rule.areas`,
`rule`.`custom_fields` as `rule.customFields`,
`rule`.`module_types` as `rule.moduleTypes`,
`rule`.`created_at` as `rule.createdAt`,
`rule`.`updated_at` as `rule.updatedAt`
FROM
`rule`
WHERE
`rule`.`id` IN (: ids)
SELECT `rule`.`id` as `rule.id`, `rule`.`name` as `rule.name`, `rule`.`priority` as `rule.priority`, `rule`.`description` as `rule.description`, `rule`.`payload` as `rule.payload`, `rule`.`invalid` as `rule.invalid`, `rule`.`areas` as `rule.areas`, `rule`.`custom_fields` as `rule.customFields`, `rule`.`module_types` as `rule.moduleTypes`, `rule`.`created_at` as `rule.createdAt`, `rule`.`updated_at` as `rule.updatedAt` FROM `rule` WHERE `rule`.`id` IN (0x2F3AF5EF6C5F49169E5F78D73D566627, 0x6855E799226241F0A6B7C1063E011D08, 0x686406EE2D4F4EE9AD803C8A163C1E61, 0x6E9A0A38C0404BE7BE6E3DDF3526F286, 0x74C6EFEC7A464E86B8830C1A1B659095, 0x8CE9D9F872A54AE392E12A3D0228A3EA, 0xA69B918C3AAE4AD883BD46AE67BD0242, 0xAAA7F6ED8C0544EFA7B06BB22AD76791, 0xB28E0DECB8C34F45ACEA39859F2B6900, 0xB7F44AE0F1744792A3D2D620847E37A1, 0xBDD0C53259CA4AF3B0FE78E7E490CD05, 0xC06FA1760BEF447299EC817AE0E84CD7, 0xC29B87C2659F4AF0B1008989DD1CBDA4, 0xE29A07594BEB4D84AB490F702806C64F, 0xE2DB5109740C4041917D9838E60FF93C, 0x824D80DFDFD4444D98699432B30344B9, 0xF1B5EF906E154C18817B5769ABEC7885, 0x2D3A440BD5664498AAD04D3445BAF509, 0x6F45DD1682B54C8BA84B0BCC65E6E633, 0x0303FBC7A8444926BD040AE8F4CF7C9E, 0x12E55933D4B04BA38340932D81F89066, 0x13F64E7EA8FA4C3EAD1660FFDB1EBA5B, 0x56A24DD0DF4E48B9ABB67EB171118104, 0x5ADD67DEF18A4615AB3D2945A0101DF4, 0x78D60ABF40F64B5FBB36B2A20CDAEA9E, 0x96D873504DC7411D9E54A57990A03792, 0xAC4A2B1CF03A4584941E5794C46462C7, 0xB6210AFE89C14B168C8B11EBAA3B7B31, 0xE44E6782C64247B796B891CF25AE38F7, 0xFA0C7C7D322E478585B0617A1DCA1BB9, 0x117E1FDCF70A460D9859A6B20BF7065B);
array:46 [▼
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 242)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 316)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetch (line 148)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 93)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::read (line 257)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::read (line 302)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::_search (line 110)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::Shopware\Core\Framework\DataAbstractionLayer\{closure} (line 59)"
9 => "Shopware\Core\Profiling\Profiler::trace (line 111)"
10 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 51)"
11 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator::search (line 101)"
12 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\Common\RepositoryIterator::fetch (line 43)"
13 => "Shopware\Core\Checkout\Cart\RuleLoader::load (line 36)"
14 => "Shopware\Core\Checkout\Cart\CachedRuleLoader::Shopware\Core\Checkout\Cart\{closure} (line 72)"
15 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 35)"
16 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 37)"
17 => "Shopware\Core\Checkout\Cart\CachedRuleLoader::load (line 192)"
18 => "Shopware\Core\Checkout\Cart\CartRuleLoader::loadRules (line 111)"
19 => "Shopware\Core\Checkout\Cart\CartRuleLoader::Shopware\Core\Checkout\Cart\{closure} (line 59)"
20 => "Shopware\Core\Profiling\Profiler::trace (line 183)"
21 => "Shopware\Core\Checkout\Cart\CartRuleLoader::load (line 88)"
22 => "Shopware\Core\Checkout\Cart\CartRuleLoader::loadByToken (line 106)"
23 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService::Shopware\Core\System\SalesChannel\Context\{closure} (line 59)"
24 => "Shopware\Core\Profiling\Profiler::trace (line 111)"
25 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService::get (line 105)"
26 => "Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver::resolve (line 38)"
27 => "Shopware\Core\Framework\Routing\ContextResolverListener::resolveContext (line 118)"
28 => "Symfony\Component\EventDispatcher\Debug\WrappedListener::__invoke (line 230)"
29 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
30 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 56)"
31 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 98)"
32 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 55)"
33 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 37)"
34 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
35 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 151)"
36 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
37 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
38 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
39 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 479)"
40 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 452)"
41 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 346)"
42 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 224)"
43 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
44 => "Shopware\Core\HttpKernel::doHandle (line 81)"
45 => "Shopware\Core\HttpKernel::handle (line 85)"
]
|
26 |
0.61 ms |
SELECT `promotion`.`id` FROM `promotion` LEFT JOIN `promotion_sales_channel` `promotion.salesChannels` ON `promotion`.`id` = `promotion.salesChannels`.`promotion_id` WHERE ((`promotion`.`active` = :param_953ca1af86444ada9960e58a500f2b29 AND `promotion.salesChannels`.`sales_channel_id` = :param_a840e2ccb8f84850ae09ec688ccaa2dd AND ((`promotion`.`valid_from` <=> :param_cfc62918f07148cc8cc8a8697da720c4 AND `promotion`.`valid_until` <=> :param_916ad0e94921487387d8decb80720115) OR (`promotion`.`valid_from` <=> :param_1ebbe2c0c37e40eb9197b2c1d730adfb AND (`promotion`.`valid_until` > :param_cf3ce77fdff3477ebc6b9314ece5225e)) OR ((`promotion`.`valid_from` <= :param_0733217f78294a8aa6321004fd84ffdb) AND `promotion`.`valid_until` <=> :param_bedf224c362a47ebad9e36c5f5488267) OR ((`promotion`.`valid_from` <= :param_7f9a584360cc4cfbbe8999e097bbd3ab) AND (`promotion`.`valid_until` > :param_a858c5b00d0e4d82b4314f594bfe0795))) AND `promotion`.`use_codes` = :param_58570bb586674b0fa2a33bb6d990bfc7)) 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` = : param_953ca1af86444ada9960e58a500f2b29
AND `promotion.salesChannels`.`sales_channel_id` = : param_a840e2ccb8f84850ae09ec688ccaa2dd
AND (
(
`promotion`.`valid_from` <=> : param_cfc62918f07148cc8cc8a8697da720c4
AND `promotion`.`valid_until` <=> : param_916ad0e94921487387d8decb80720115
)
OR (
`promotion`.`valid_from` <=> : param_1ebbe2c0c37e40eb9197b2c1d730adfb
AND (
`promotion`.`valid_until` > : param_cf3ce77fdff3477ebc6b9314ece5225e
)
)
OR (
(
`promotion`.`valid_from` <= : param_0733217f78294a8aa6321004fd84ffdb
)
AND `promotion`.`valid_until` <=> : param_bedf224c362a47ebad9e36c5f5488267
)
OR (
(
`promotion`.`valid_from` <= : param_7f9a584360cc4cfbbe8999e097bbd3ab
)
AND (
`promotion`.`valid_until` > : param_a858c5b00d0e4d82b4314f594bfe0795
)
)
)
AND `promotion`.`use_codes` = : param_58570bb586674b0fa2a33bb6d990bfc7
)
)
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` = 0xFD5CCFC31DFA44A697B9FA97E8E740E1 AND ((`promotion`.`valid_from` <=> NULL AND `promotion`.`valid_until` <=> NULL) OR (`promotion`.`valid_from` <=> NULL AND (`promotion`.`valid_until` > '2025-03-14 17:07:08')) OR ((`promotion`.`valid_from` <= '2025-03-14 17:07:08') AND `promotion`.`valid_until` <=> NULL) OR ((`promotion`.`valid_from` <= '2025-03-14 17:07:08') AND (`promotion`.`valid_until` > '2025-03-14 17:07:08'))) AND `promotion`.`use_codes` = 0)) GROUP BY `promotion`.`id` ORDER BY MAX(`promotion`.`priority`) DESC;
array:47 [▼
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 242)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 107)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntitySearcher::search (line 62)"
4 => "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher::search (line 132)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::searchIds (line 291)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::_search (line 110)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::Shopware\Core\Framework\DataAbstractionLayer\{closure} (line 59)"
8 => "Shopware\Core\Profiling\Profiler::trace (line 111)"
9 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 51)"
10 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator::search (line 44)"
11 => "Shopware\Core\Checkout\Promotion\Gateway\PromotionGateway::get (line 184)"
12 => "Shopware\Core\Checkout\Promotion\Cart\PromotionCollector::searchPromotionsAuto (line 110)"
13 => "Shopware\Core\Checkout\Promotion\Cart\PromotionCollector::Shopware\Core\Checkout\Promotion\Cart\{closure} (line 59)"
14 => "Shopware\Core\Profiling\Profiler::trace (line 161)"
15 => "Shopware\Core\Checkout\Promotion\Cart\PromotionCollector::collect (line 103)"
16 => "Shopware\Core\Checkout\Cart\Processor::runProcessors (line 67)"
17 => "Shopware\Core\Checkout\Cart\Processor::Shopware\Core\Checkout\Cart\{closure} (line 59)"
18 => "Shopware\Core\Profiling\Profiler::trace (line 86)"
19 => "Shopware\Core\Checkout\Cart\Processor::process (line 132)"
20 => "Shopware\Core\Checkout\Cart\CartRuleLoader::Shopware\Core\Checkout\Cart\{closure} (line 59)"
21 => "Shopware\Core\Profiling\Profiler::trace (line 183)"
22 => "Shopware\Core\Checkout\Cart\CartRuleLoader::load (line 88)"
23 => "Shopware\Core\Checkout\Cart\CartRuleLoader::loadByToken (line 106)"
24 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService::Shopware\Core\System\SalesChannel\Context\{closure} (line 59)"
25 => "Shopware\Core\Profiling\Profiler::trace (line 111)"
26 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService::get (line 105)"
27 => "Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver::resolve (line 38)"
28 => "Shopware\Core\Framework\Routing\ContextResolverListener::resolveContext (line 118)"
29 => "Symfony\Component\EventDispatcher\Debug\WrappedListener::__invoke (line 230)"
30 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
31 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 56)"
32 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 98)"
33 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 55)"
34 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 37)"
35 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
36 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 151)"
37 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
38 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
39 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
40 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 479)"
41 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 452)"
42 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 346)"
43 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 224)"
44 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
45 => "Shopware\Core\HttpKernel::doHandle (line 81)"
46 => "Shopware\Core\HttpKernel::handle (line 85)"
]
|
27 |
0.61 ms |
SELECT `promotion`.`id` as `promotion.id`, `promotion`.`active` as `promotion.active`, `promotion`.`valid_from` as `promotion.validFrom`, `promotion`.`valid_until` as `promotion.validUntil`, `promotion`.`max_redemptions_global` as `promotion.maxRedemptionsGlobal`, `promotion`.`max_redemptions_per_customer` as `promotion.maxRedemptionsPerCustomer`, `promotion`.`priority` as `promotion.priority`, `promotion`.`exclusive` as `promotion.exclusive`, `promotion`.`code` as `promotion.code`, `promotion`.`use_codes` as `promotion.useCodes`, `promotion`.`use_individual_codes` as `promotion.useIndividualCodes`, `promotion`.`individual_code_pattern` as `promotion.individualCodePattern`, `promotion`.`use_setgroups` as `promotion.useSetGroups`, `promotion`.`customer_restriction` as `promotion.customerRestriction`, `promotion`.`prevent_combination` as `promotion.preventCombination`, `promotion`.`order_count` as `promotion.orderCount`, `promotion`.`orders_per_customer_count` as `promotion.ordersPerCustomerCount`, `promotion`.`exclusion_ids` as `promotion.exclusionIds`, `promotion`.`created_at` as `promotion.createdAt`, `promotion`.`updated_at` as `promotion.updatedAt`, `promotion.acrisPromotionDisplay`.`id` as `promotion.acrisPromotionDisplay.id`, `promotion.acrisPromotionDisplay`.`promotion_id` as `promotion.acrisPromotionDisplay.promotionId`, `promotion.acrisPromotionDisplay`.`discount_display` as `promotion.acrisPromotionDisplay.discountDisplay`, `promotion.acrisPromotionDisplay`.`discount_info` as `promotion.acrisPromotionDisplay.discountInfo`, `promotion.acrisPromotionDisplay`.`created_at` as `promotion.acrisPromotionDisplay.createdAt`, `promotion.acrisPromotionDisplay`.`updated_at` as `promotion.acrisPromotionDisplay.updatedAt`, (SELECT GROUP_CONCAT(HEX(`promotion.personaRules.mapping`.`rule_id`) SEPARATOR '||')
FROM `promotion_persona_rule` `promotion.personaRules.mapping`
WHERE `promotion.personaRules.mapping`.`promotion_id` = `promotion`.`id` ) as `promotion.personaRules.id_mapping`, (SELECT GROUP_CONCAT(HEX(`promotion.personaCustomers.mapping`.`customer_id`) SEPARATOR '||')
FROM `promotion_persona_customer` `promotion.personaCustomers.mapping`
WHERE `promotion.personaCustomers.mapping`.`promotion_id` = `promotion`.`id` ) as `promotion.personaCustomers.id_mapping`, (SELECT GROUP_CONCAT(HEX(`promotion.cartRules.mapping`.`rule_id`) SEPARATOR '||')
FROM `promotion_cart_rule` `promotion.cartRules.mapping`
WHERE `promotion.cartRules.mapping`.`promotion_id` = `promotion`.`id` ) as `promotion.cartRules.id_mapping`, (SELECT GROUP_CONCAT(HEX(`promotion.orderRules.mapping`.`rule_id`) SEPARATOR '||')
FROM `promotion_order_rule` `promotion.orderRules.mapping`
WHERE `promotion.orderRules.mapping`.`promotion_id` = `promotion`.`id` ) as `promotion.orderRules.id_mapping`, `promotion.translation.name`, COALESCE(`promotion.translation.name`,`promotion.translation.name`) as `promotion.name`, `promotion.translation.customFields`, COALESCE(`promotion.translation.customFields`,`promotion.translation.customFields`) as `promotion.customFields`, `promotion.translation.createdAt`, `promotion.translation.updatedAt`, `promotion.translation.promotionId`, `promotion.translation.languageId` FROM `promotion` LEFT JOIN (SELECT `promotion.translation`.promotion_id, `promotion.translation`.name as `promotion.translation.name`, `promotion.translation`.custom_fields as `promotion.translation.customFields`, `promotion.translation`.created_at as `promotion.translation.createdAt`, `promotion.translation`.updated_at as `promotion.translation.updatedAt`, `promotion.translation`.promotion_id as `promotion.translation.promotionId`, `promotion.translation`.language_id as `promotion.translation.languageId` FROM `promotion_translation` `promotion.translation` WHERE `promotion.translation`.language_id = :languageId) `promotion.promotion_translation` ON `promotion.promotion_translation`.`promotion_id` = `promotion`.`id` LEFT JOIN `acris_promotion_display` `promotion.acrisPromotionDisplay` ON `promotion`.`id` = `promotion.acrisPromotionDisplay`.`promotion_id` WHERE `promotion`.`id` IN (:ids)
SELECT
`promotion`.`id` as `promotion.id`,
`promotion`.`active` as `promotion.active`,
`promotion`.`valid_from` as `promotion.validFrom`,
`promotion`.`valid_until` as `promotion.validUntil`,
`promotion`.`max_redemptions_global` as `promotion.maxRedemptionsGlobal`,
`promotion`.`max_redemptions_per_customer` as `promotion.maxRedemptionsPerCustomer`,
`promotion`.`priority` as `promotion.priority`,
`promotion`.`exclusive` as `promotion.exclusive`,
`promotion`.`code` as `promotion.code`,
`promotion`.`use_codes` as `promotion.useCodes`,
`promotion`.`use_individual_codes` as `promotion.useIndividualCodes`,
`promotion`.`individual_code_pattern` as `promotion.individualCodePattern`,
`promotion`.`use_setgroups` as `promotion.useSetGroups`,
`promotion`.`customer_restriction` as `promotion.customerRestriction`,
`promotion`.`prevent_combination` as `promotion.preventCombination`,
`promotion`.`order_count` as `promotion.orderCount`,
`promotion`.`orders_per_customer_count` as `promotion.ordersPerCustomerCount`,
`promotion`.`exclusion_ids` as `promotion.exclusionIds`,
`promotion`.`created_at` as `promotion.createdAt`,
`promotion`.`updated_at` as `promotion.updatedAt`,
`promotion.acrisPromotionDisplay`.`id` as `promotion.acrisPromotionDisplay.id`,
`promotion.acrisPromotionDisplay`.`promotion_id` as `promotion.acrisPromotionDisplay.promotionId`,
`promotion.acrisPromotionDisplay`.`discount_display` as `promotion.acrisPromotionDisplay.discountDisplay`,
`promotion.acrisPromotionDisplay`.`discount_info` as `promotion.acrisPromotionDisplay.discountInfo`,
`promotion.acrisPromotionDisplay`.`created_at` as `promotion.acrisPromotionDisplay.createdAt`,
`promotion.acrisPromotionDisplay`.`updated_at` as `promotion.acrisPromotionDisplay.updatedAt`,
(
SELECT
GROUP_CONCAT(
HEX(
`promotion.personaRules.mapping`.`rule_id`
) SEPARATOR '||'
)
FROM
`promotion_persona_rule` `promotion.personaRules.mapping`
WHERE
`promotion.personaRules.mapping`.`promotion_id` = `promotion`.`id`
) as `promotion.personaRules.id_mapping`,
(
SELECT
GROUP_CONCAT(
HEX(
`promotion.personaCustomers.mapping`.`customer_id`
) SEPARATOR '||'
)
FROM
`promotion_persona_customer` `promotion.personaCustomers.mapping`
WHERE
`promotion.personaCustomers.mapping`.`promotion_id` = `promotion`.`id`
) as `promotion.personaCustomers.id_mapping`,
(
SELECT
GROUP_CONCAT(
HEX(
`promotion.cartRules.mapping`.`rule_id`
) SEPARATOR '||'
)
FROM
`promotion_cart_rule` `promotion.cartRules.mapping`
WHERE
`promotion.cartRules.mapping`.`promotion_id` = `promotion`.`id`
) as `promotion.cartRules.id_mapping`,
(
SELECT
GROUP_CONCAT(
HEX(
`promotion.orderRules.mapping`.`rule_id`
) SEPARATOR '||'
)
FROM
`promotion_order_rule` `promotion.orderRules.mapping`
WHERE
`promotion.orderRules.mapping`.`promotion_id` = `promotion`.`id`
) as `promotion.orderRules.id_mapping`,
`promotion.translation.name`,
COALESCE(
`promotion.translation.name`, `promotion.translation.name`
) as `promotion.name`,
`promotion.translation.customFields`,
COALESCE(
`promotion.translation.customFields`,
`promotion.translation.customFields`
) as `promotion.customFields`,
`promotion.translation.createdAt`,
`promotion.translation.updatedAt`,
`promotion.translation.promotionId`,
`promotion.translation.languageId`
FROM
`promotion`
LEFT JOIN (
SELECT
`promotion.translation`.promotion_id,
`promotion.translation`.name as `promotion.translation.name`,
`promotion.translation`.custom_fields as `promotion.translation.customFields`,
`promotion.translation`.created_at as `promotion.translation.createdAt`,
`promotion.translation`.updated_at as `promotion.translation.updatedAt`,
`promotion.translation`.promotion_id as `promotion.translation.promotionId`,
`promotion.translation`.language_id as `promotion.translation.languageId`
FROM
`promotion_translation` `promotion.translation`
WHERE
`promotion.translation`.language_id = : languageId
) `promotion.promotion_translation` ON `promotion.promotion_translation`.`promotion_id` = `promotion`.`id`
LEFT JOIN `acris_promotion_display` `promotion.acrisPromotionDisplay` ON `promotion`.`id` = `promotion.acrisPromotionDisplay`.`promotion_id`
WHERE
`promotion`.`id` IN (: ids)
SELECT `promotion`.`id` as `promotion.id`, `promotion`.`active` as `promotion.active`, `promotion`.`valid_from` as `promotion.validFrom`, `promotion`.`valid_until` as `promotion.validUntil`, `promotion`.`max_redemptions_global` as `promotion.maxRedemptionsGlobal`, `promotion`.`max_redemptions_per_customer` as `promotion.maxRedemptionsPerCustomer`, `promotion`.`priority` as `promotion.priority`, `promotion`.`exclusive` as `promotion.exclusive`, `promotion`.`code` as `promotion.code`, `promotion`.`use_codes` as `promotion.useCodes`, `promotion`.`use_individual_codes` as `promotion.useIndividualCodes`, `promotion`.`individual_code_pattern` as `promotion.individualCodePattern`, `promotion`.`use_setgroups` as `promotion.useSetGroups`, `promotion`.`customer_restriction` as `promotion.customerRestriction`, `promotion`.`prevent_combination` as `promotion.preventCombination`, `promotion`.`order_count` as `promotion.orderCount`, `promotion`.`orders_per_customer_count` as `promotion.ordersPerCustomerCount`, `promotion`.`exclusion_ids` as `promotion.exclusionIds`, `promotion`.`created_at` as `promotion.createdAt`, `promotion`.`updated_at` as `promotion.updatedAt`, `promotion.acrisPromotionDisplay`.`id` as `promotion.acrisPromotionDisplay.id`, `promotion.acrisPromotionDisplay`.`promotion_id` as `promotion.acrisPromotionDisplay.promotionId`, `promotion.acrisPromotionDisplay`.`discount_display` as `promotion.acrisPromotionDisplay.discountDisplay`, `promotion.acrisPromotionDisplay`.`discount_info` as `promotion.acrisPromotionDisplay.discountInfo`, `promotion.acrisPromotionDisplay`.`created_at` as `promotion.acrisPromotionDisplay.createdAt`, `promotion.acrisPromotionDisplay`.`updated_at` as `promotion.acrisPromotionDisplay.updatedAt`, (SELECT GROUP_CONCAT(HEX(`promotion.personaRules.mapping`.`rule_id`) SEPARATOR '||')
FROM `promotion_persona_rule` `promotion.personaRules.mapping`
WHERE `promotion.personaRules.mapping`.`promotion_id` = `promotion`.`id` ) as `promotion.personaRules.id_mapping`, (SELECT GROUP_CONCAT(HEX(`promotion.personaCustomers.mapping`.`customer_id`) SEPARATOR '||')
FROM `promotion_persona_customer` `promotion.personaCustomers.mapping`
WHERE `promotion.personaCustomers.mapping`.`promotion_id` = `promotion`.`id` ) as `promotion.personaCustomers.id_mapping`, (SELECT GROUP_CONCAT(HEX(`promotion.cartRules.mapping`.`rule_id`) SEPARATOR '||')
FROM `promotion_cart_rule` `promotion.cartRules.mapping`
WHERE `promotion.cartRules.mapping`.`promotion_id` = `promotion`.`id` ) as `promotion.cartRules.id_mapping`, (SELECT GROUP_CONCAT(HEX(`promotion.orderRules.mapping`.`rule_id`) SEPARATOR '||')
FROM `promotion_order_rule` `promotion.orderRules.mapping`
WHERE `promotion.orderRules.mapping`.`promotion_id` = `promotion`.`id` ) as `promotion.orderRules.id_mapping`, `promotion.translation.name`, COALESCE(`promotion.translation.name`,`promotion.translation.name`) as `promotion.name`, `promotion.translation.customFields`, COALESCE(`promotion.translation.customFields`,`promotion.translation.customFields`) as `promotion.customFields`, `promotion.translation.createdAt`, `promotion.translation.updatedAt`, `promotion.translation.promotionId`, `promotion.translation.languageId` FROM `promotion` LEFT JOIN (SELECT `promotion.translation`.promotion_id, `promotion.translation`.name as `promotion.translation.name`, `promotion.translation`.custom_fields as `promotion.translation.customFields`, `promotion.translation`.created_at as `promotion.translation.createdAt`, `promotion.translation`.updated_at as `promotion.translation.updatedAt`, `promotion.translation`.promotion_id as `promotion.translation.promotionId`, `promotion.translation`.language_id as `promotion.translation.languageId` FROM `promotion_translation` `promotion.translation` WHERE `promotion.translation`.language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B) `promotion.promotion_translation` ON `promotion.promotion_translation`.`promotion_id` = `promotion`.`id` LEFT JOIN `acris_promotion_display` `promotion.acrisPromotionDisplay` ON `promotion`.`id` = `promotion.acrisPromotionDisplay`.`promotion_id` WHERE `promotion`.`id` IN (0x457FC07EC3704C9DA5A77057109707C4);
array:48 [▼
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 242)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 316)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetch (line 148)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 93)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::read (line 257)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::read (line 302)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::_search (line 110)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::Shopware\Core\Framework\DataAbstractionLayer\{closure} (line 59)"
9 => "Shopware\Core\Profiling\Profiler::trace (line 111)"
10 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 51)"
11 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator::search (line 44)"
12 => "Shopware\Core\Checkout\Promotion\Gateway\PromotionGateway::get (line 184)"
13 => "Shopware\Core\Checkout\Promotion\Cart\PromotionCollector::searchPromotionsAuto (line 110)"
14 => "Shopware\Core\Checkout\Promotion\Cart\PromotionCollector::Shopware\Core\Checkout\Promotion\Cart\{closure} (line 59)"
15 => "Shopware\Core\Profiling\Profiler::trace (line 161)"
16 => "Shopware\Core\Checkout\Promotion\Cart\PromotionCollector::collect (line 103)"
17 => "Shopware\Core\Checkout\Cart\Processor::runProcessors (line 67)"
18 => "Shopware\Core\Checkout\Cart\Processor::Shopware\Core\Checkout\Cart\{closure} (line 59)"
19 => "Shopware\Core\Profiling\Profiler::trace (line 86)"
20 => "Shopware\Core\Checkout\Cart\Processor::process (line 132)"
21 => "Shopware\Core\Checkout\Cart\CartRuleLoader::Shopware\Core\Checkout\Cart\{closure} (line 59)"
22 => "Shopware\Core\Profiling\Profiler::trace (line 183)"
23 => "Shopware\Core\Checkout\Cart\CartRuleLoader::load (line 88)"
24 => "Shopware\Core\Checkout\Cart\CartRuleLoader::loadByToken (line 106)"
25 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService::Shopware\Core\System\SalesChannel\Context\{closure} (line 59)"
26 => "Shopware\Core\Profiling\Profiler::trace (line 111)"
27 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService::get (line 105)"
28 => "Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver::resolve (line 38)"
29 => "Shopware\Core\Framework\Routing\ContextResolverListener::resolveContext (line 118)"
30 => "Symfony\Component\EventDispatcher\Debug\WrappedListener::__invoke (line 230)"
31 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
32 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 56)"
33 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 98)"
34 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 55)"
35 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 37)"
36 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
37 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 151)"
38 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
39 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
40 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
41 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 479)"
42 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 452)"
43 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 346)"
44 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 224)"
45 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
46 => "Shopware\Core\HttpKernel::doHandle (line 81)"
47 => "Shopware\Core\HttpKernel::handle (line 85)"
]
|
28 |
0.18 ms |
SELECT `promotion_discount`.`id` as `promotion_discount.id`, `promotion_discount`.`promotion_id` as `promotion_discount.promotionId`, `promotion_discount`.`scope` as `promotion_discount.scope`, `promotion_discount`.`type` as `promotion_discount.type`, `promotion_discount`.`value` as `promotion_discount.value`, `promotion_discount`.`consider_advanced_rules` as `promotion_discount.considerAdvancedRules`, `promotion_discount`.`max_value` as `promotion_discount.maxValue`, `promotion_discount`.`sorter_key` as `promotion_discount.sorterKey`, `promotion_discount`.`applier_key` as `promotion_discount.applierKey`, `promotion_discount`.`usage_key` as `promotion_discount.usageKey`, `promotion_discount`.`picker_key` as `promotion_discount.pickerKey`, `promotion_discount`.`created_at` as `promotion_discount.createdAt`, `promotion_discount`.`updated_at` as `promotion_discount.updatedAt`, (SELECT GROUP_CONCAT(HEX(`promotion_discount.discountRules.mapping`.`rule_id`) SEPARATOR '||')
FROM `promotion_discount_rule` `promotion_discount.discountRules.mapping`
WHERE `promotion_discount.discountRules.mapping`.`discount_id` = `promotion_discount`.`id` ) as `promotion_discount.discountRules.id_mapping` FROM `promotion_discount` WHERE (`promotion_discount`.`promotion_id` IN (:param_4eacdb3bd4d04c1eb3fba15e4e832b82))
SELECT
`promotion_discount`.`id` as `promotion_discount.id`,
`promotion_discount`.`promotion_id` as `promotion_discount.promotionId`,
`promotion_discount`.`scope` as `promotion_discount.scope`,
`promotion_discount`.`type` as `promotion_discount.type`,
`promotion_discount`.`value` as `promotion_discount.value`,
`promotion_discount`.`consider_advanced_rules` as `promotion_discount.considerAdvancedRules`,
`promotion_discount`.`max_value` as `promotion_discount.maxValue`,
`promotion_discount`.`sorter_key` as `promotion_discount.sorterKey`,
`promotion_discount`.`applier_key` as `promotion_discount.applierKey`,
`promotion_discount`.`usage_key` as `promotion_discount.usageKey`,
`promotion_discount`.`picker_key` as `promotion_discount.pickerKey`,
`promotion_discount`.`created_at` as `promotion_discount.createdAt`,
`promotion_discount`.`updated_at` as `promotion_discount.updatedAt`,
(
SELECT
GROUP_CONCAT(
HEX(
`promotion_discount.discountRules.mapping`.`rule_id`
) SEPARATOR '||'
)
FROM
`promotion_discount_rule` `promotion_discount.discountRules.mapping`
WHERE
`promotion_discount.discountRules.mapping`.`discount_id` = `promotion_discount`.`id`
) as `promotion_discount.discountRules.id_mapping`
FROM
`promotion_discount`
WHERE
(
`promotion_discount`.`promotion_id` IN (
: param_4eacdb3bd4d04c1eb3fba15e4e832b82
)
)
SELECT `promotion_discount`.`id` as `promotion_discount.id`, `promotion_discount`.`promotion_id` as `promotion_discount.promotionId`, `promotion_discount`.`scope` as `promotion_discount.scope`, `promotion_discount`.`type` as `promotion_discount.type`, `promotion_discount`.`value` as `promotion_discount.value`, `promotion_discount`.`consider_advanced_rules` as `promotion_discount.considerAdvancedRules`, `promotion_discount`.`max_value` as `promotion_discount.maxValue`, `promotion_discount`.`sorter_key` as `promotion_discount.sorterKey`, `promotion_discount`.`applier_key` as `promotion_discount.applierKey`, `promotion_discount`.`usage_key` as `promotion_discount.usageKey`, `promotion_discount`.`picker_key` as `promotion_discount.pickerKey`, `promotion_discount`.`created_at` as `promotion_discount.createdAt`, `promotion_discount`.`updated_at` as `promotion_discount.updatedAt`, (SELECT GROUP_CONCAT(HEX(`promotion_discount.discountRules.mapping`.`rule_id`) SEPARATOR '||')
FROM `promotion_discount_rule` `promotion_discount.discountRules.mapping`
WHERE `promotion_discount.discountRules.mapping`.`discount_id` = `promotion_discount`.`id` ) as `promotion_discount.discountRules.id_mapping` FROM `promotion_discount` WHERE (`promotion_discount`.`promotion_id` IN (0x457FC07EC3704C9DA5A77057109707C4));
array:52 [▼
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 242)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 316)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetch (line 148)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 503)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::loadOneToManyWithoutPagination (line 438)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::loadOneToMany (line 1210)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetchAssociations (line 152)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 93)"
9 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::read (line 257)"
10 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::read (line 302)"
11 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::_search (line 110)"
12 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::Shopware\Core\Framework\DataAbstractionLayer\{closure} (line 59)"
13 => "Shopware\Core\Profiling\Profiler::trace (line 111)"
14 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 51)"
15 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator::search (line 44)"
16 => "Shopware\Core\Checkout\Promotion\Gateway\PromotionGateway::get (line 184)"
17 => "Shopware\Core\Checkout\Promotion\Cart\PromotionCollector::searchPromotionsAuto (line 110)"
18 => "Shopware\Core\Checkout\Promotion\Cart\PromotionCollector::Shopware\Core\Checkout\Promotion\Cart\{closure} (line 59)"
19 => "Shopware\Core\Profiling\Profiler::trace (line 161)"
20 => "Shopware\Core\Checkout\Promotion\Cart\PromotionCollector::collect (line 103)"
21 => "Shopware\Core\Checkout\Cart\Processor::runProcessors (line 67)"
22 => "Shopware\Core\Checkout\Cart\Processor::Shopware\Core\Checkout\Cart\{closure} (line 59)"
23 => "Shopware\Core\Profiling\Profiler::trace (line 86)"
24 => "Shopware\Core\Checkout\Cart\Processor::process (line 132)"
25 => "Shopware\Core\Checkout\Cart\CartRuleLoader::Shopware\Core\Checkout\Cart\{closure} (line 59)"
26 => "Shopware\Core\Profiling\Profiler::trace (line 183)"
27 => "Shopware\Core\Checkout\Cart\CartRuleLoader::load (line 88)"
28 => "Shopware\Core\Checkout\Cart\CartRuleLoader::loadByToken (line 106)"
29 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService::Shopware\Core\System\SalesChannel\Context\{closure} (line 59)"
30 => "Shopware\Core\Profiling\Profiler::trace (line 111)"
31 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService::get (line 105)"
32 => "Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver::resolve (line 38)"
33 => "Shopware\Core\Framework\Routing\ContextResolverListener::resolveContext (line 118)"
34 => "Symfony\Component\EventDispatcher\Debug\WrappedListener::__invoke (line 230)"
35 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
36 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 56)"
37 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 98)"
38 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 55)"
39 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 37)"
40 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
41 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 151)"
42 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
43 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
44 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
45 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 479)"
46 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 452)"
47 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 346)"
48 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 224)"
49 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
50 => "Shopware\Core\HttpKernel::doHandle (line 81)"
51 => "Shopware\Core\HttpKernel::handle (line 85)"
]
|
29 |
0.11 ms |
SELECT `promotion_discount_prices`.`id` as `promotion_discount_prices.id`, `promotion_discount_prices`.`discount_id` as `promotion_discount_prices.discountId`, `promotion_discount_prices`.`currency_id` as `promotion_discount_prices.currencyId`, `promotion_discount_prices`.`price` as `promotion_discount_prices.price`, `promotion_discount_prices`.`created_at` as `promotion_discount_prices.createdAt`, `promotion_discount_prices`.`updated_at` as `promotion_discount_prices.updatedAt` FROM `promotion_discount_prices` WHERE (`promotion_discount_prices`.`discount_id` IN (:param_88b1305f4b3140fe943b66f3cd2599f8))
SELECT
`promotion_discount_prices`.`id` as `promotion_discount_prices.id`,
`promotion_discount_prices`.`discount_id` as `promotion_discount_prices.discountId`,
`promotion_discount_prices`.`currency_id` as `promotion_discount_prices.currencyId`,
`promotion_discount_prices`.`price` as `promotion_discount_prices.price`,
`promotion_discount_prices`.`created_at` as `promotion_discount_prices.createdAt`,
`promotion_discount_prices`.`updated_at` as `promotion_discount_prices.updatedAt`
FROM
`promotion_discount_prices`
WHERE
(
`promotion_discount_prices`.`discount_id` IN (
: param_88b1305f4b3140fe943b66f3cd2599f8
)
)
SELECT `promotion_discount_prices`.`id` as `promotion_discount_prices.id`, `promotion_discount_prices`.`discount_id` as `promotion_discount_prices.discountId`, `promotion_discount_prices`.`currency_id` as `promotion_discount_prices.currencyId`, `promotion_discount_prices`.`price` as `promotion_discount_prices.price`, `promotion_discount_prices`.`created_at` as `promotion_discount_prices.createdAt`, `promotion_discount_prices`.`updated_at` as `promotion_discount_prices.updatedAt` FROM `promotion_discount_prices` WHERE (`promotion_discount_prices`.`discount_id` IN (0xB4A1BB4C74584B4A84E3066EC413C2C6));
array:56 [▼
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 242)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 316)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetch (line 148)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 503)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::loadOneToManyWithoutPagination (line 438)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::loadOneToMany (line 1210)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetchAssociations (line 152)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 503)"
9 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::loadOneToManyWithoutPagination (line 438)"
10 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::loadOneToMany (line 1210)"
11 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetchAssociations (line 152)"
12 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 93)"
13 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::read (line 257)"
14 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::read (line 302)"
15 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::_search (line 110)"
16 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::Shopware\Core\Framework\DataAbstractionLayer\{closure} (line 59)"
17 => "Shopware\Core\Profiling\Profiler::trace (line 111)"
18 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 51)"
19 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator::search (line 44)"
20 => "Shopware\Core\Checkout\Promotion\Gateway\PromotionGateway::get (line 184)"
21 => "Shopware\Core\Checkout\Promotion\Cart\PromotionCollector::searchPromotionsAuto (line 110)"
22 => "Shopware\Core\Checkout\Promotion\Cart\PromotionCollector::Shopware\Core\Checkout\Promotion\Cart\{closure} (line 59)"
23 => "Shopware\Core\Profiling\Profiler::trace (line 161)"
24 => "Shopware\Core\Checkout\Promotion\Cart\PromotionCollector::collect (line 103)"
25 => "Shopware\Core\Checkout\Cart\Processor::runProcessors (line 67)"
26 => "Shopware\Core\Checkout\Cart\Processor::Shopware\Core\Checkout\Cart\{closure} (line 59)"
27 => "Shopware\Core\Profiling\Profiler::trace (line 86)"
28 => "Shopware\Core\Checkout\Cart\Processor::process (line 132)"
29 => "Shopware\Core\Checkout\Cart\CartRuleLoader::Shopware\Core\Checkout\Cart\{closure} (line 59)"
30 => "Shopware\Core\Profiling\Profiler::trace (line 183)"
31 => "Shopware\Core\Checkout\Cart\CartRuleLoader::load (line 88)"
32 => "Shopware\Core\Checkout\Cart\CartRuleLoader::loadByToken (line 106)"
33 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService::Shopware\Core\System\SalesChannel\Context\{closure} (line 59)"
34 => "Shopware\Core\Profiling\Profiler::trace (line 111)"
35 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService::get (line 105)"
36 => "Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver::resolve (line 38)"
37 => "Shopware\Core\Framework\Routing\ContextResolverListener::resolveContext (line 118)"
38 => "Symfony\Component\EventDispatcher\Debug\WrappedListener::__invoke (line 230)"
39 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
40 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 56)"
41 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 98)"
42 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 55)"
43 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 37)"
44 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
45 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 151)"
46 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
47 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
48 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
49 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 479)"
50 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 452)"
51 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 346)"
52 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 224)"
53 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
54 => "Shopware\Core\HttpKernel::doHandle (line 81)"
55 => "Shopware\Core\HttpKernel::handle (line 85)"
]
|
30 |
0.11 ms |
SELECT `promotion_setgroup`.`id` as `promotion_setgroup.id`, `promotion_setgroup`.`promotion_id` as `promotion_setgroup.promotionId`, `promotion_setgroup`.`packager_key` as `promotion_setgroup.packagerKey`, `promotion_setgroup`.`sorter_key` as `promotion_setgroup.sorterKey`, `promotion_setgroup`.`value` as `promotion_setgroup.value`, `promotion_setgroup`.`created_at` as `promotion_setgroup.createdAt`, `promotion_setgroup`.`updated_at` as `promotion_setgroup.updatedAt`, (SELECT GROUP_CONCAT(HEX(`promotion_setgroup.setGroupRules.mapping`.`rule_id`) SEPARATOR '||')
FROM `promotion_setgroup_rule` `promotion_setgroup.setGroupRules.mapping`
WHERE `promotion_setgroup.setGroupRules.mapping`.`setgroup_id` = `promotion_setgroup`.`id` ) as `promotion_setgroup.setGroupRules.id_mapping` FROM `promotion_setgroup` WHERE (`promotion_setgroup`.`promotion_id` IN (:param_4294fbbf457b42319d24435d61d561a0))
SELECT
`promotion_setgroup`.`id` as `promotion_setgroup.id`,
`promotion_setgroup`.`promotion_id` as `promotion_setgroup.promotionId`,
`promotion_setgroup`.`packager_key` as `promotion_setgroup.packagerKey`,
`promotion_setgroup`.`sorter_key` as `promotion_setgroup.sorterKey`,
`promotion_setgroup`.`value` as `promotion_setgroup.value`,
`promotion_setgroup`.`created_at` as `promotion_setgroup.createdAt`,
`promotion_setgroup`.`updated_at` as `promotion_setgroup.updatedAt`,
(
SELECT
GROUP_CONCAT(
HEX(
`promotion_setgroup.setGroupRules.mapping`.`rule_id`
) SEPARATOR '||'
)
FROM
`promotion_setgroup_rule` `promotion_setgroup.setGroupRules.mapping`
WHERE
`promotion_setgroup.setGroupRules.mapping`.`setgroup_id` = `promotion_setgroup`.`id`
) as `promotion_setgroup.setGroupRules.id_mapping`
FROM
`promotion_setgroup`
WHERE
(
`promotion_setgroup`.`promotion_id` IN (
: param_4294fbbf457b42319d24435d61d561a0
)
)
SELECT `promotion_setgroup`.`id` as `promotion_setgroup.id`, `promotion_setgroup`.`promotion_id` as `promotion_setgroup.promotionId`, `promotion_setgroup`.`packager_key` as `promotion_setgroup.packagerKey`, `promotion_setgroup`.`sorter_key` as `promotion_setgroup.sorterKey`, `promotion_setgroup`.`value` as `promotion_setgroup.value`, `promotion_setgroup`.`created_at` as `promotion_setgroup.createdAt`, `promotion_setgroup`.`updated_at` as `promotion_setgroup.updatedAt`, (SELECT GROUP_CONCAT(HEX(`promotion_setgroup.setGroupRules.mapping`.`rule_id`) SEPARATOR '||')
FROM `promotion_setgroup_rule` `promotion_setgroup.setGroupRules.mapping`
WHERE `promotion_setgroup.setGroupRules.mapping`.`setgroup_id` = `promotion_setgroup`.`id` ) as `promotion_setgroup.setGroupRules.id_mapping` FROM `promotion_setgroup` WHERE (`promotion_setgroup`.`promotion_id` IN (0x457FC07EC3704C9DA5A77057109707C4));
array:52 [▼
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 242)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 316)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetch (line 148)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 503)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::loadOneToManyWithoutPagination (line 438)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::loadOneToMany (line 1210)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetchAssociations (line 152)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 93)"
9 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::read (line 257)"
10 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::read (line 302)"
11 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::_search (line 110)"
12 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::Shopware\Core\Framework\DataAbstractionLayer\{closure} (line 59)"
13 => "Shopware\Core\Profiling\Profiler::trace (line 111)"
14 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 51)"
15 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator::search (line 44)"
16 => "Shopware\Core\Checkout\Promotion\Gateway\PromotionGateway::get (line 184)"
17 => "Shopware\Core\Checkout\Promotion\Cart\PromotionCollector::searchPromotionsAuto (line 110)"
18 => "Shopware\Core\Checkout\Promotion\Cart\PromotionCollector::Shopware\Core\Checkout\Promotion\Cart\{closure} (line 59)"
19 => "Shopware\Core\Profiling\Profiler::trace (line 161)"
20 => "Shopware\Core\Checkout\Promotion\Cart\PromotionCollector::collect (line 103)"
21 => "Shopware\Core\Checkout\Cart\Processor::runProcessors (line 67)"
22 => "Shopware\Core\Checkout\Cart\Processor::Shopware\Core\Checkout\Cart\{closure} (line 59)"
23 => "Shopware\Core\Profiling\Profiler::trace (line 86)"
24 => "Shopware\Core\Checkout\Cart\Processor::process (line 132)"
25 => "Shopware\Core\Checkout\Cart\CartRuleLoader::Shopware\Core\Checkout\Cart\{closure} (line 59)"
26 => "Shopware\Core\Profiling\Profiler::trace (line 183)"
27 => "Shopware\Core\Checkout\Cart\CartRuleLoader::load (line 88)"
28 => "Shopware\Core\Checkout\Cart\CartRuleLoader::loadByToken (line 106)"
29 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService::Shopware\Core\System\SalesChannel\Context\{closure} (line 59)"
30 => "Shopware\Core\Profiling\Profiler::trace (line 111)"
31 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService::get (line 105)"
32 => "Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver::resolve (line 38)"
33 => "Shopware\Core\Framework\Routing\ContextResolverListener::resolveContext (line 118)"
34 => "Symfony\Component\EventDispatcher\Debug\WrappedListener::__invoke (line 230)"
35 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
36 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 56)"
37 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 98)"
38 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 55)"
39 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 37)"
40 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
41 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 151)"
42 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
43 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
44 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
45 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 479)"
46 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 452)"
47 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 346)"
48 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 224)"
49 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
50 => "Shopware\Core\HttpKernel::doHandle (line 81)"
51 => "Shopware\Core\HttpKernel::handle (line 85)"
]
|
31 |
0.77 ms |
SELECT `shipping_method`.`id` as `shipping_method.id`, `shipping_method`.`active` as `shipping_method.active`, `shipping_method`.`position` as `shipping_method.position`, `shipping_method`.`availability_rule_id` as `shipping_method.availabilityRuleId`, `shipping_method`.`media_id` as `shipping_method.mediaId`, `shipping_method`.`delivery_time_id` as `shipping_method.deliveryTimeId`, `shipping_method`.`tax_type` as `shipping_method.taxType`, `shipping_method`.`tax_id` as `shipping_method.taxId`, `shipping_method.deliveryTime`.`id` as `shipping_method.deliveryTime.id`, `shipping_method.deliveryTime`.`min` as `shipping_method.deliveryTime.min`, `shipping_method.deliveryTime`.`max` as `shipping_method.deliveryTime.max`, `shipping_method.deliveryTime`.`unit` as `shipping_method.deliveryTime.unit`, `shipping_method.deliveryTime`.`created_at` as `shipping_method.deliveryTime.createdAt`, `shipping_method.deliveryTime`.`updated_at` as `shipping_method.deliveryTime.updatedAt`, `shipping_method.deliveryTime.translation.name`, COALESCE(`shipping_method.deliveryTime.translation.name`,`shipping_method.deliveryTime.translation.name`) as `shipping_method.deliveryTime.name`, `shipping_method.deliveryTime.translation.customFields`, COALESCE(`shipping_method.deliveryTime.translation.customFields`,`shipping_method.deliveryTime.translation.customFields`) as `shipping_method.deliveryTime.customFields`, `shipping_method.deliveryTime.translation.createdAt`, `shipping_method.deliveryTime.translation.updatedAt`, `shipping_method.deliveryTime.translation.deliveryTimeId`, `shipping_method.deliveryTime.translation.languageId`, `shipping_method`.`created_at` as `shipping_method.createdAt`, `shipping_method`.`updated_at` as `shipping_method.updatedAt`, `shipping_method.tax`.`id` as `shipping_method.tax.id`, `shipping_method.tax`.`tax_rate` as `shipping_method.tax.taxRate`, `shipping_method.tax`.`name` as `shipping_method.tax.name`, `shipping_method.tax`.`position` as `shipping_method.tax.position`, `shipping_method.tax`.`custom_fields` as `shipping_method.tax.customFields`, `shipping_method.tax`.`created_at` as `shipping_method.tax.createdAt`, `shipping_method.tax`.`updated_at` as `shipping_method.tax.updatedAt`, `shipping_method.translation.name`, COALESCE(`shipping_method.translation.name`,`shipping_method.translation.name`) as `shipping_method.name`, `shipping_method.translation.description`, COALESCE(`shipping_method.translation.description`,`shipping_method.translation.description`) as `shipping_method.description`, `shipping_method.translation.trackingUrl`, COALESCE(`shipping_method.translation.trackingUrl`,`shipping_method.translation.trackingUrl`) as `shipping_method.trackingUrl`, `shipping_method.translation.customFields`, COALESCE(`shipping_method.translation.customFields`,`shipping_method.translation.customFields`) as `shipping_method.customFields`, `shipping_method.translation.createdAt`, `shipping_method.translation.updatedAt`, `shipping_method.translation.shippingMethodId`, `shipping_method.translation.languageId` FROM `shipping_method` LEFT JOIN (SELECT `shipping_method.translation`.shipping_method_id, `shipping_method.translation`.name as `shipping_method.translation.name`, `shipping_method.translation`.description as `shipping_method.translation.description`, `shipping_method.translation`.tracking_url as `shipping_method.translation.trackingUrl`, `shipping_method.translation`.custom_fields as `shipping_method.translation.customFields`, `shipping_method.translation`.created_at as `shipping_method.translation.createdAt`, `shipping_method.translation`.updated_at as `shipping_method.translation.updatedAt`, `shipping_method.translation`.shipping_method_id as `shipping_method.translation.shippingMethodId`, `shipping_method.translation`.language_id as `shipping_method.translation.languageId` FROM `shipping_method_translation` `shipping_method.translation` WHERE `shipping_method.translation`.language_id = :languageId) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation`.`shipping_method_id` = `shipping_method`.`id` LEFT JOIN `delivery_time` `shipping_method.deliveryTime` ON `shipping_method`.`delivery_time_id` = `shipping_method.deliveryTime`.`id` LEFT JOIN `tax` `shipping_method.tax` ON `shipping_method`.`tax_id` = `shipping_method.tax`.`id` LEFT JOIN (SELECT `shipping_method.deliveryTime.translation`.delivery_time_id, `shipping_method.deliveryTime.translation`.name as `shipping_method.deliveryTime.translation.name`, `shipping_method.deliveryTime.translation`.custom_fields as `shipping_method.deliveryTime.translation.customFields`, `shipping_method.deliveryTime.translation`.created_at as `shipping_method.deliveryTime.translation.createdAt`, `shipping_method.deliveryTime.translation`.updated_at as `shipping_method.deliveryTime.translation.updatedAt`, `shipping_method.deliveryTime.translation`.delivery_time_id as `shipping_method.deliveryTime.translation.deliveryTimeId`, `shipping_method.deliveryTime.translation`.language_id as `shipping_method.deliveryTime.translation.languageId` FROM `delivery_time_translation` `shipping_method.deliveryTime.translation` WHERE `shipping_method.deliveryTime.translation`.language_id = :languageId) `shipping_method.deliveryTime.delivery_time_translation` ON `shipping_method.deliveryTime.delivery_time_translation`.`delivery_time_id` = `shipping_method.deliveryTime`.`id` WHERE `shipping_method`.`id` IN (:ids)
SELECT
`shipping_method`.`id` as `shipping_method.id`,
`shipping_method`.`active` as `shipping_method.active`,
`shipping_method`.`position` as `shipping_method.position`,
`shipping_method`.`availability_rule_id` as `shipping_method.availabilityRuleId`,
`shipping_method`.`media_id` as `shipping_method.mediaId`,
`shipping_method`.`delivery_time_id` as `shipping_method.deliveryTimeId`,
`shipping_method`.`tax_type` as `shipping_method.taxType`,
`shipping_method`.`tax_id` as `shipping_method.taxId`,
`shipping_method.deliveryTime`.`id` as `shipping_method.deliveryTime.id`,
`shipping_method.deliveryTime`.`min` as `shipping_method.deliveryTime.min`,
`shipping_method.deliveryTime`.`max` as `shipping_method.deliveryTime.max`,
`shipping_method.deliveryTime`.`unit` as `shipping_method.deliveryTime.unit`,
`shipping_method.deliveryTime`.`created_at` as `shipping_method.deliveryTime.createdAt`,
`shipping_method.deliveryTime`.`updated_at` as `shipping_method.deliveryTime.updatedAt`,
`shipping_method.deliveryTime.translation.name`,
COALESCE(
`shipping_method.deliveryTime.translation.name`,
`shipping_method.deliveryTime.translation.name`
) as `shipping_method.deliveryTime.name`,
`shipping_method.deliveryTime.translation.customFields`,
COALESCE(
`shipping_method.deliveryTime.translation.customFields`,
`shipping_method.deliveryTime.translation.customFields`
) as `shipping_method.deliveryTime.customFields`,
`shipping_method.deliveryTime.translation.createdAt`,
`shipping_method.deliveryTime.translation.updatedAt`,
`shipping_method.deliveryTime.translation.deliveryTimeId`,
`shipping_method.deliveryTime.translation.languageId`,
`shipping_method`.`created_at` as `shipping_method.createdAt`,
`shipping_method`.`updated_at` as `shipping_method.updatedAt`,
`shipping_method.tax`.`id` as `shipping_method.tax.id`,
`shipping_method.tax`.`tax_rate` as `shipping_method.tax.taxRate`,
`shipping_method.tax`.`name` as `shipping_method.tax.name`,
`shipping_method.tax`.`position` as `shipping_method.tax.position`,
`shipping_method.tax`.`custom_fields` as `shipping_method.tax.customFields`,
`shipping_method.tax`.`created_at` as `shipping_method.tax.createdAt`,
`shipping_method.tax`.`updated_at` as `shipping_method.tax.updatedAt`,
`shipping_method.translation.name`,
COALESCE(
`shipping_method.translation.name`,
`shipping_method.translation.name`
) as `shipping_method.name`,
`shipping_method.translation.description`,
COALESCE(
`shipping_method.translation.description`,
`shipping_method.translation.description`
) as `shipping_method.description`,
`shipping_method.translation.trackingUrl`,
COALESCE(
`shipping_method.translation.trackingUrl`,
`shipping_method.translation.trackingUrl`
) as `shipping_method.trackingUrl`,
`shipping_method.translation.customFields`,
COALESCE(
`shipping_method.translation.customFields`,
`shipping_method.translation.customFields`
) as `shipping_method.customFields`,
`shipping_method.translation.createdAt`,
`shipping_method.translation.updatedAt`,
`shipping_method.translation.shippingMethodId`,
`shipping_method.translation.languageId`
FROM
`shipping_method`
LEFT JOIN (
SELECT
`shipping_method.translation`.shipping_method_id,
`shipping_method.translation`.name as `shipping_method.translation.name`,
`shipping_method.translation`.description as `shipping_method.translation.description`,
`shipping_method.translation`.tracking_url as `shipping_method.translation.trackingUrl`,
`shipping_method.translation`.custom_fields as `shipping_method.translation.customFields`,
`shipping_method.translation`.created_at as `shipping_method.translation.createdAt`,
`shipping_method.translation`.updated_at as `shipping_method.translation.updatedAt`,
`shipping_method.translation`.shipping_method_id as `shipping_method.translation.shippingMethodId`,
`shipping_method.translation`.language_id as `shipping_method.translation.languageId`
FROM
`shipping_method_translation` `shipping_method.translation`
WHERE
`shipping_method.translation`.language_id = : languageId
) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation`.`shipping_method_id` = `shipping_method`.`id`
LEFT JOIN `delivery_time` `shipping_method.deliveryTime` ON `shipping_method`.`delivery_time_id` = `shipping_method.deliveryTime`.`id`
LEFT JOIN `tax` `shipping_method.tax` ON `shipping_method`.`tax_id` = `shipping_method.tax`.`id`
LEFT JOIN (
SELECT
`shipping_method.deliveryTime.translation`.delivery_time_id,
`shipping_method.deliveryTime.translation`.name as `shipping_method.deliveryTime.translation.name`,
`shipping_method.deliveryTime.translation`.custom_fields as `shipping_method.deliveryTime.translation.customFields`,
`shipping_method.deliveryTime.translation`.created_at as `shipping_method.deliveryTime.translation.createdAt`,
`shipping_method.deliveryTime.translation`.updated_at as `shipping_method.deliveryTime.translation.updatedAt`,
`shipping_method.deliveryTime.translation`.delivery_time_id as `shipping_method.deliveryTime.translation.deliveryTimeId`,
`shipping_method.deliveryTime.translation`.language_id as `shipping_method.deliveryTime.translation.languageId`
FROM
`delivery_time_translation` `shipping_method.deliveryTime.translation`
WHERE
`shipping_method.deliveryTime.translation`.language_id = : languageId
) `shipping_method.deliveryTime.delivery_time_translation` ON `shipping_method.deliveryTime.delivery_time_translation`.`delivery_time_id` = `shipping_method.deliveryTime`.`id`
WHERE
`shipping_method`.`id` IN (: ids)
SELECT `shipping_method`.`id` as `shipping_method.id`, `shipping_method`.`active` as `shipping_method.active`, `shipping_method`.`position` as `shipping_method.position`, `shipping_method`.`availability_rule_id` as `shipping_method.availabilityRuleId`, `shipping_method`.`media_id` as `shipping_method.mediaId`, `shipping_method`.`delivery_time_id` as `shipping_method.deliveryTimeId`, `shipping_method`.`tax_type` as `shipping_method.taxType`, `shipping_method`.`tax_id` as `shipping_method.taxId`, `shipping_method.deliveryTime`.`id` as `shipping_method.deliveryTime.id`, `shipping_method.deliveryTime`.`min` as `shipping_method.deliveryTime.min`, `shipping_method.deliveryTime`.`max` as `shipping_method.deliveryTime.max`, `shipping_method.deliveryTime`.`unit` as `shipping_method.deliveryTime.unit`, `shipping_method.deliveryTime`.`created_at` as `shipping_method.deliveryTime.createdAt`, `shipping_method.deliveryTime`.`updated_at` as `shipping_method.deliveryTime.updatedAt`, `shipping_method.deliveryTime.translation.name`, COALESCE(`shipping_method.deliveryTime.translation.name`,`shipping_method.deliveryTime.translation.name`) as `shipping_method.deliveryTime.name`, `shipping_method.deliveryTime.translation.customFields`, COALESCE(`shipping_method.deliveryTime.translation.customFields`,`shipping_method.deliveryTime.translation.customFields`) as `shipping_method.deliveryTime.customFields`, `shipping_method.deliveryTime.translation.createdAt`, `shipping_method.deliveryTime.translation.updatedAt`, `shipping_method.deliveryTime.translation.deliveryTimeId`, `shipping_method.deliveryTime.translation.languageId`, `shipping_method`.`created_at` as `shipping_method.createdAt`, `shipping_method`.`updated_at` as `shipping_method.updatedAt`, `shipping_method.tax`.`id` as `shipping_method.tax.id`, `shipping_method.tax`.`tax_rate` as `shipping_method.tax.taxRate`, `shipping_method.tax`.`name` as `shipping_method.tax.name`, `shipping_method.tax`.`position` as `shipping_method.tax.position`, `shipping_method.tax`.`custom_fields` as `shipping_method.tax.customFields`, `shipping_method.tax`.`created_at` as `shipping_method.tax.createdAt`, `shipping_method.tax`.`updated_at` as `shipping_method.tax.updatedAt`, `shipping_method.translation.name`, COALESCE(`shipping_method.translation.name`,`shipping_method.translation.name`) as `shipping_method.name`, `shipping_method.translation.description`, COALESCE(`shipping_method.translation.description`,`shipping_method.translation.description`) as `shipping_method.description`, `shipping_method.translation.trackingUrl`, COALESCE(`shipping_method.translation.trackingUrl`,`shipping_method.translation.trackingUrl`) as `shipping_method.trackingUrl`, `shipping_method.translation.customFields`, COALESCE(`shipping_method.translation.customFields`,`shipping_method.translation.customFields`) as `shipping_method.customFields`, `shipping_method.translation.createdAt`, `shipping_method.translation.updatedAt`, `shipping_method.translation.shippingMethodId`, `shipping_method.translation.languageId` FROM `shipping_method` LEFT JOIN (SELECT `shipping_method.translation`.shipping_method_id, `shipping_method.translation`.name as `shipping_method.translation.name`, `shipping_method.translation`.description as `shipping_method.translation.description`, `shipping_method.translation`.tracking_url as `shipping_method.translation.trackingUrl`, `shipping_method.translation`.custom_fields as `shipping_method.translation.customFields`, `shipping_method.translation`.created_at as `shipping_method.translation.createdAt`, `shipping_method.translation`.updated_at as `shipping_method.translation.updatedAt`, `shipping_method.translation`.shipping_method_id as `shipping_method.translation.shippingMethodId`, `shipping_method.translation`.language_id as `shipping_method.translation.languageId` FROM `shipping_method_translation` `shipping_method.translation` WHERE `shipping_method.translation`.language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation`.`shipping_method_id` = `shipping_method`.`id` LEFT JOIN `delivery_time` `shipping_method.deliveryTime` ON `shipping_method`.`delivery_time_id` = `shipping_method.deliveryTime`.`id` LEFT JOIN `tax` `shipping_method.tax` ON `shipping_method`.`tax_id` = `shipping_method.tax`.`id` LEFT JOIN (SELECT `shipping_method.deliveryTime.translation`.delivery_time_id, `shipping_method.deliveryTime.translation`.name as `shipping_method.deliveryTime.translation.name`, `shipping_method.deliveryTime.translation`.custom_fields as `shipping_method.deliveryTime.translation.customFields`, `shipping_method.deliveryTime.translation`.created_at as `shipping_method.deliveryTime.translation.createdAt`, `shipping_method.deliveryTime.translation`.updated_at as `shipping_method.deliveryTime.translation.updatedAt`, `shipping_method.deliveryTime.translation`.delivery_time_id as `shipping_method.deliveryTime.translation.deliveryTimeId`, `shipping_method.deliveryTime.translation`.language_id as `shipping_method.deliveryTime.translation.languageId` FROM `delivery_time_translation` `shipping_method.deliveryTime.translation` WHERE `shipping_method.deliveryTime.translation`.language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B) `shipping_method.deliveryTime.delivery_time_translation` ON `shipping_method.deliveryTime.delivery_time_translation`.`delivery_time_id` = `shipping_method.deliveryTime`.`id` WHERE `shipping_method`.`id` IN (0x11B2C4C51B784694859A46F9EFE7065D);
array:46 [▼
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 242)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 316)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetch (line 148)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 93)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::read (line 257)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::read (line 286)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::_search (line 110)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::Shopware\Core\Framework\DataAbstractionLayer\{closure} (line 59)"
9 => "Shopware\Core\Profiling\Profiler::trace (line 111)"
10 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 51)"
11 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator::search (line 86)"
12 => "Shopware\Core\Checkout\Cart\Delivery\DeliveryProcessor::Shopware\Core\Checkout\Cart\Delivery\{closure} (line 59)"
13 => "Shopware\Core\Profiling\Profiler::trace (line 97)"
14 => "Shopware\Core\Checkout\Cart\Delivery\DeliveryProcessor::collect (line 103)"
15 => "Shopware\Core\Checkout\Cart\Processor::runProcessors (line 67)"
16 => "Shopware\Core\Checkout\Cart\Processor::Shopware\Core\Checkout\Cart\{closure} (line 59)"
17 => "Shopware\Core\Profiling\Profiler::trace (line 86)"
18 => "Shopware\Core\Checkout\Cart\Processor::process (line 132)"
19 => "Shopware\Core\Checkout\Cart\CartRuleLoader::Shopware\Core\Checkout\Cart\{closure} (line 59)"
20 => "Shopware\Core\Profiling\Profiler::trace (line 183)"
21 => "Shopware\Core\Checkout\Cart\CartRuleLoader::load (line 88)"
22 => "Shopware\Core\Checkout\Cart\CartRuleLoader::loadByToken (line 106)"
23 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService::Shopware\Core\System\SalesChannel\Context\{closure} (line 59)"
24 => "Shopware\Core\Profiling\Profiler::trace (line 111)"
25 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService::get (line 105)"
26 => "Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver::resolve (line 38)"
27 => "Shopware\Core\Framework\Routing\ContextResolverListener::resolveContext (line 118)"
28 => "Symfony\Component\EventDispatcher\Debug\WrappedListener::__invoke (line 230)"
29 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
30 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 56)"
31 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 98)"
32 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 55)"
33 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 37)"
34 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
35 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 151)"
36 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
37 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
38 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
39 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 479)"
40 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 452)"
41 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 346)"
42 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 224)"
43 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
44 => "Shopware\Core\HttpKernel::doHandle (line 81)"
45 => "Shopware\Core\HttpKernel::handle (line 85)"
]
|
32 |
0.16 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_ae1b2e4517734e2e870aa94745bbf4cf))
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_ae1b2e4517734e2e870aa94745bbf4cf
)
)
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 (0x11B2C4C51B784694859A46F9EFE7065D));
array:50 [▼
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 242)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 316)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetch (line 148)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 503)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::loadOneToManyWithoutPagination (line 438)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::loadOneToMany (line 1210)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetchAssociations (line 152)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 93)"
9 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::read (line 257)"
10 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::read (line 286)"
11 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::_search (line 110)"
12 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::Shopware\Core\Framework\DataAbstractionLayer\{closure} (line 59)"
13 => "Shopware\Core\Profiling\Profiler::trace (line 111)"
14 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 51)"
15 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator::search (line 86)"
16 => "Shopware\Core\Checkout\Cart\Delivery\DeliveryProcessor::Shopware\Core\Checkout\Cart\Delivery\{closure} (line 59)"
17 => "Shopware\Core\Profiling\Profiler::trace (line 97)"
18 => "Shopware\Core\Checkout\Cart\Delivery\DeliveryProcessor::collect (line 103)"
19 => "Shopware\Core\Checkout\Cart\Processor::runProcessors (line 67)"
20 => "Shopware\Core\Checkout\Cart\Processor::Shopware\Core\Checkout\Cart\{closure} (line 59)"
21 => "Shopware\Core\Profiling\Profiler::trace (line 86)"
22 => "Shopware\Core\Checkout\Cart\Processor::process (line 132)"
23 => "Shopware\Core\Checkout\Cart\CartRuleLoader::Shopware\Core\Checkout\Cart\{closure} (line 59)"
24 => "Shopware\Core\Profiling\Profiler::trace (line 183)"
25 => "Shopware\Core\Checkout\Cart\CartRuleLoader::load (line 88)"
26 => "Shopware\Core\Checkout\Cart\CartRuleLoader::loadByToken (line 106)"
27 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService::Shopware\Core\System\SalesChannel\Context\{closure} (line 59)"
28 => "Shopware\Core\Profiling\Profiler::trace (line 111)"
29 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService::get (line 105)"
30 => "Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver::resolve (line 38)"
31 => "Shopware\Core\Framework\Routing\ContextResolverListener::resolveContext (line 118)"
32 => "Symfony\Component\EventDispatcher\Debug\WrappedListener::__invoke (line 230)"
33 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
34 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 56)"
35 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 98)"
36 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 55)"
37 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 37)"
38 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
39 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 151)"
40 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
41 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
42 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
43 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 479)"
44 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 452)"
45 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 346)"
46 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 224)"
47 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
48 => "Shopware\Core\HttpKernel::doHandle (line 81)"
49 => "Shopware\Core\HttpKernel::handle (line 85)"
]
|
33 |
0.58 ms |
SELECT `app`.`id` as `app.id`, `app`.`name` as `app.name`, `app`.`path` as `app.path`, `app`.`author` as `app.author`, `app`.`copyright` as `app.copyright`, `app`.`license` as `app.license`, `app`.`active` as `app.active`, `app`.`configurable` as `app.configurable`, `app`.`privacy` as `app.privacy`, `app`.`version` as `app.version`, `app`.`icon` as `app.iconRaw`, `app`.`app_secret` as `app.appSecret`, `app`.`modules` as `app.modules`, `app`.`main_module` as `app.mainModule`, `app`.`cookies` as `app.cookies`, `app`.`allow_disable` as `app.allowDisable`, `app`.`base_app_url` as `app.baseAppUrl`, `app`.`allowed_hosts` as `app.allowedHosts`, `app`.`template_load_priority` as `app.templateLoadPriority`, `app`.`integration_id` as `app.integrationId`, `app.integration`.`id` as `app.integration.id`, `app.integration`.`label` as `app.integration.label`, `app.integration`.`access_key` as `app.integration.accessKey`, `app.integration`.`secret_access_key` as `app.integration.secretAccessKey`, `app.integration`.`write_access` as `app.integration.writeAccess`, `app.integration`.`last_usage_at` as `app.integration.lastUsageAt`, `app.integration`.`admin` as `app.integration.admin`, `app.integration`.`custom_fields` as `app.integration.customFields`, `app.integration`.`deleted_at` as `app.integration.deletedAt`, `app.integration`.`created_at` as `app.integration.createdAt`, `app.integration`.`updated_at` as `app.integration.updatedAt`, `app`.`acl_role_id` as `app.aclRoleId`, `app.aclRole`.`id` as `app.aclRole.id`, `app.aclRole`.`name` as `app.aclRole.name`, `app.aclRole`.`description` as `app.aclRole.description`, `app.aclRole`.`privileges` as `app.aclRole.privileges`, `app.aclRole`.`deleted_at` as `app.aclRole.deletedAt`, `app.aclRole`.`created_at` as `app.aclRole.createdAt`, `app.aclRole`.`updated_at` as `app.aclRole.updatedAt`, `app`.`created_at` as `app.createdAt`, `app`.`updated_at` as `app.updatedAt`, `app.translation.label`, COALESCE(`app.translation.label`,`app.translation.label`) as `app.label`, `app.translation.description`, COALESCE(`app.translation.description`,`app.translation.description`) as `app.description`, `app.translation.privacyPolicyExtensions`, COALESCE(`app.translation.privacyPolicyExtensions`,`app.translation.privacyPolicyExtensions`) as `app.privacyPolicyExtensions`, `app.translation.customFields`, COALESCE(`app.translation.customFields`,`app.translation.customFields`) as `app.customFields`, `app.translation.createdAt`, `app.translation.updatedAt`, `app.translation.appId`, `app.translation.languageId` FROM `app` LEFT JOIN (SELECT `app.translation`.app_id, `app.translation`.label as `app.translation.label`, `app.translation`.description as `app.translation.description`, `app.translation`.privacy_policy_extensions as `app.translation.privacyPolicyExtensions`, `app.translation`.custom_fields as `app.translation.customFields`, `app.translation`.created_at as `app.translation.createdAt`, `app.translation`.updated_at as `app.translation.updatedAt`, `app.translation`.app_id as `app.translation.appId`, `app.translation`.language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation`.language_id = :languageId) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` LEFT JOIN `integration` `app.integration` ON `app`.`integration_id` = `app.integration`.`id` LEFT JOIN `acl_role` `app.aclRole` ON `app`.`acl_role_id` = `app.aclRole`.`id` WHERE (`app`.`active` = :param_e74c8b61d62c4f618c3ee41c16e306e6)
SELECT
`app`.`id` as `app.id`,
`app`.`name` as `app.name`,
`app`.`path` as `app.path`,
`app`.`author` as `app.author`,
`app`.`copyright` as `app.copyright`,
`app`.`license` as `app.license`,
`app`.`active` as `app.active`,
`app`.`configurable` as `app.configurable`,
`app`.`privacy` as `app.privacy`,
`app`.`version` as `app.version`,
`app`.`icon` as `app.iconRaw`,
`app`.`app_secret` as `app.appSecret`,
`app`.`modules` as `app.modules`,
`app`.`main_module` as `app.mainModule`,
`app`.`cookies` as `app.cookies`,
`app`.`allow_disable` as `app.allowDisable`,
`app`.`base_app_url` as `app.baseAppUrl`,
`app`.`allowed_hosts` as `app.allowedHosts`,
`app`.`template_load_priority` as `app.templateLoadPriority`,
`app`.`integration_id` as `app.integrationId`,
`app.integration`.`id` as `app.integration.id`,
`app.integration`.`label` as `app.integration.label`,
`app.integration`.`access_key` as `app.integration.accessKey`,
`app.integration`.`secret_access_key` as `app.integration.secretAccessKey`,
`app.integration`.`write_access` as `app.integration.writeAccess`,
`app.integration`.`last_usage_at` as `app.integration.lastUsageAt`,
`app.integration`.`admin` as `app.integration.admin`,
`app.integration`.`custom_fields` as `app.integration.customFields`,
`app.integration`.`deleted_at` as `app.integration.deletedAt`,
`app.integration`.`created_at` as `app.integration.createdAt`,
`app.integration`.`updated_at` as `app.integration.updatedAt`,
`app`.`acl_role_id` as `app.aclRoleId`,
`app.aclRole`.`id` as `app.aclRole.id`,
`app.aclRole`.`name` as `app.aclRole.name`,
`app.aclRole`.`description` as `app.aclRole.description`,
`app.aclRole`.`privileges` as `app.aclRole.privileges`,
`app.aclRole`.`deleted_at` as `app.aclRole.deletedAt`,
`app.aclRole`.`created_at` as `app.aclRole.createdAt`,
`app.aclRole`.`updated_at` as `app.aclRole.updatedAt`,
`app`.`created_at` as `app.createdAt`,
`app`.`updated_at` as `app.updatedAt`,
`app.translation.label`,
COALESCE(
`app.translation.label`, `app.translation.label`
) as `app.label`,
`app.translation.description`,
COALESCE(
`app.translation.description`, `app.translation.description`
) as `app.description`,
`app.translation.privacyPolicyExtensions`,
COALESCE(
`app.translation.privacyPolicyExtensions`,
`app.translation.privacyPolicyExtensions`
) as `app.privacyPolicyExtensions`,
`app.translation.customFields`,
COALESCE(
`app.translation.customFields`,
`app.translation.customFields`
) as `app.customFields`,
`app.translation.createdAt`,
`app.translation.updatedAt`,
`app.translation.appId`,
`app.translation.languageId`
FROM
`app`
LEFT JOIN (
SELECT
`app.translation`.app_id,
`app.translation`.label as `app.translation.label`,
`app.translation`.description as `app.translation.description`,
`app.translation`.privacy_policy_extensions as `app.translation.privacyPolicyExtensions`,
`app.translation`.custom_fields as `app.translation.customFields`,
`app.translation`.created_at as `app.translation.createdAt`,
`app.translation`.updated_at as `app.translation.updatedAt`,
`app.translation`.app_id as `app.translation.appId`,
`app.translation`.language_id as `app.translation.languageId`
FROM
`app_translation` `app.translation`
WHERE
`app.translation`.language_id = : languageId
) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id`
LEFT JOIN `integration` `app.integration` ON `app`.`integration_id` = `app.integration`.`id`
LEFT JOIN `acl_role` `app.aclRole` ON `app`.`acl_role_id` = `app.aclRole`.`id`
WHERE
(
`app`.`active` = : param_e74c8b61d62c4f618c3ee41c16e306e6
)
SELECT `app`.`id` as `app.id`, `app`.`name` as `app.name`, `app`.`path` as `app.path`, `app`.`author` as `app.author`, `app`.`copyright` as `app.copyright`, `app`.`license` as `app.license`, `app`.`active` as `app.active`, `app`.`configurable` as `app.configurable`, `app`.`privacy` as `app.privacy`, `app`.`version` as `app.version`, `app`.`icon` as `app.iconRaw`, `app`.`app_secret` as `app.appSecret`, `app`.`modules` as `app.modules`, `app`.`main_module` as `app.mainModule`, `app`.`cookies` as `app.cookies`, `app`.`allow_disable` as `app.allowDisable`, `app`.`base_app_url` as `app.baseAppUrl`, `app`.`allowed_hosts` as `app.allowedHosts`, `app`.`template_load_priority` as `app.templateLoadPriority`, `app`.`integration_id` as `app.integrationId`, `app.integration`.`id` as `app.integration.id`, `app.integration`.`label` as `app.integration.label`, `app.integration`.`access_key` as `app.integration.accessKey`, `app.integration`.`secret_access_key` as `app.integration.secretAccessKey`, `app.integration`.`write_access` as `app.integration.writeAccess`, `app.integration`.`last_usage_at` as `app.integration.lastUsageAt`, `app.integration`.`admin` as `app.integration.admin`, `app.integration`.`custom_fields` as `app.integration.customFields`, `app.integration`.`deleted_at` as `app.integration.deletedAt`, `app.integration`.`created_at` as `app.integration.createdAt`, `app.integration`.`updated_at` as `app.integration.updatedAt`, `app`.`acl_role_id` as `app.aclRoleId`, `app.aclRole`.`id` as `app.aclRole.id`, `app.aclRole`.`name` as `app.aclRole.name`, `app.aclRole`.`description` as `app.aclRole.description`, `app.aclRole`.`privileges` as `app.aclRole.privileges`, `app.aclRole`.`deleted_at` as `app.aclRole.deletedAt`, `app.aclRole`.`created_at` as `app.aclRole.createdAt`, `app.aclRole`.`updated_at` as `app.aclRole.updatedAt`, `app`.`created_at` as `app.createdAt`, `app`.`updated_at` as `app.updatedAt`, `app.translation.label`, COALESCE(`app.translation.label`,`app.translation.label`) as `app.label`, `app.translation.description`, COALESCE(`app.translation.description`,`app.translation.description`) as `app.description`, `app.translation.privacyPolicyExtensions`, COALESCE(`app.translation.privacyPolicyExtensions`,`app.translation.privacyPolicyExtensions`) as `app.privacyPolicyExtensions`, `app.translation.customFields`, COALESCE(`app.translation.customFields`,`app.translation.customFields`) as `app.customFields`, `app.translation.createdAt`, `app.translation.updatedAt`, `app.translation.appId`, `app.translation.languageId` FROM `app` LEFT JOIN (SELECT `app.translation`.app_id, `app.translation`.label as `app.translation.label`, `app.translation`.description as `app.translation.description`, `app.translation`.privacy_policy_extensions as `app.translation.privacyPolicyExtensions`, `app.translation`.custom_fields as `app.translation.customFields`, `app.translation`.created_at as `app.translation.createdAt`, `app.translation`.updated_at as `app.translation.updatedAt`, `app.translation`.app_id as `app.translation.appId`, `app.translation`.language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation`.language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` LEFT JOIN `integration` `app.integration` ON `app`.`integration_id` = `app.integration`.`id` LEFT JOIN `acl_role` `app.aclRole` ON `app`.`acl_role_id` = `app.aclRole`.`id` WHERE (`app`.`active` = 1);
array:46 [▼
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 242)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 316)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetch (line 148)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 93)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::read (line 257)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::read (line 286)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::_search (line 110)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::Shopware\Core\Framework\DataAbstractionLayer\{closure} (line 59)"
9 => "Shopware\Core\Profiling\Profiler::trace (line 111)"
10 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 51)"
11 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator::search (line 119)"
12 => "Shopware\Core\Framework\App\Lifecycle\Persister\ScriptPersister::refresh (line 73)"
13 => "Shopware\Core\Framework\Script\Execution\ScriptLoader::load (line 57)"
14 => "Shopware\Core\Framework\Script\Execution\ScriptLoader::get (line 71)"
15 => "Shopware\Core\Framework\Script\Execution\ScriptExecutor::execute (line 70)"
16 => "Shopware\Core\Checkout\Cart\Processor::Shopware\Core\Checkout\Cart\{closure} (line 59)"
17 => "Shopware\Core\Profiling\Profiler::trace (line 86)"
18 => "Shopware\Core\Checkout\Cart\Processor::process (line 132)"
19 => "Shopware\Core\Checkout\Cart\CartRuleLoader::Shopware\Core\Checkout\Cart\{closure} (line 59)"
20 => "Shopware\Core\Profiling\Profiler::trace (line 183)"
21 => "Shopware\Core\Checkout\Cart\CartRuleLoader::load (line 88)"
22 => "Shopware\Core\Checkout\Cart\CartRuleLoader::loadByToken (line 106)"
23 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService::Shopware\Core\System\SalesChannel\Context\{closure} (line 59)"
24 => "Shopware\Core\Profiling\Profiler::trace (line 111)"
25 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService::get (line 105)"
26 => "Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver::resolve (line 38)"
27 => "Shopware\Core\Framework\Routing\ContextResolverListener::resolveContext (line 118)"
28 => "Symfony\Component\EventDispatcher\Debug\WrappedListener::__invoke (line 230)"
29 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
30 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 56)"
31 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 98)"
32 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 55)"
33 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 37)"
34 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
35 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 151)"
36 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
37 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
38 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
39 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 479)"
40 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 452)"
41 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 346)"
42 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 224)"
43 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
44 => "Shopware\Core\HttpKernel::doHandle (line 81)"
45 => "Shopware\Core\HttpKernel::handle (line 85)"
]
|
34 |
0.06 ms |
SELECT LOWER(HEX(`script`.`app_id`)) as `app_id`,
`script`.`name` AS scriptName,
`script`.`script` AS script,
`script`.`hook` AS hook,
IFNULL(`script`.`updated_at`, `script`.`created_at`) AS lastModified,
`app`.`name` AS appName,
LOWER(HEX(`app`.`integration_id`)) AS integrationId,
`app`.`version` AS appVersion,
`script`.`active` AS active
FROM `script`
LEFT JOIN `app` ON `script`.`app_id` = `app`.`id`
WHERE `script`.`hook` != 'include'
ORDER BY `app`.`created_at`, `app`.`id`, `script`.`name`
SELECT
LOWER(
HEX(`script`.`app_id`)
) as `app_id`,
`script`.`name` AS scriptName,
`script`.`script` AS script,
`script`.`hook` AS hook,
IFNULL(
`script`.`updated_at`, `script`.`created_at`
) AS lastModified,
`app`.`name` AS appName,
LOWER(
HEX(`app`.`integration_id`)
) AS integrationId,
`app`.`version` AS appVersion,
`script`.`active` AS active
FROM
`script`
LEFT JOIN `app` ON `script`.`app_id` = `app`.`id`
WHERE
`script`.`hook` != 'include'
ORDER BY
`app`.`created_at`,
`app`.`id`,
`script`.`name`
SELECT LOWER(HEX(`script`.`app_id`)) as `app_id`,
`script`.`name` AS scriptName,
`script`.`script` AS script,
`script`.`hook` AS hook,
IFNULL(`script`.`updated_at`, `script`.`created_at`) AS lastModified,
`app`.`name` AS appName,
LOWER(HEX(`app`.`integration_id`)) AS integrationId,
`app`.`version` AS appVersion,
`script`.`active` AS active
FROM `script`
LEFT JOIN `app` ON `script`.`app_id` = `app`.`id`
WHERE `script`.`hook` != 'include'
ORDER BY `app`.`created_at`, `app`.`id`, `script`.`name`
;
array:36 [▼
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 1042)"
2 => "Doctrine\DBAL\Connection::fetchAllAssociative (line 76)"
3 => "Shopware\Core\Framework\Script\Execution\ScriptLoader::load (line 57)"
4 => "Shopware\Core\Framework\Script\Execution\ScriptLoader::get (line 71)"
5 => "Shopware\Core\Framework\Script\Execution\ScriptExecutor::execute (line 70)"
6 => "Shopware\Core\Checkout\Cart\Processor::Shopware\Core\Checkout\Cart\{closure} (line 59)"
7 => "Shopware\Core\Profiling\Profiler::trace (line 86)"
8 => "Shopware\Core\Checkout\Cart\Processor::process (line 132)"
9 => "Shopware\Core\Checkout\Cart\CartRuleLoader::Shopware\Core\Checkout\Cart\{closure} (line 59)"
10 => "Shopware\Core\Profiling\Profiler::trace (line 183)"
11 => "Shopware\Core\Checkout\Cart\CartRuleLoader::load (line 88)"
12 => "Shopware\Core\Checkout\Cart\CartRuleLoader::loadByToken (line 106)"
13 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService::Shopware\Core\System\SalesChannel\Context\{closure} (line 59)"
14 => "Shopware\Core\Profiling\Profiler::trace (line 111)"
15 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService::get (line 105)"
16 => "Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver::resolve (line 38)"
17 => "Shopware\Core\Framework\Routing\ContextResolverListener::resolveContext (line 118)"
18 => "Symfony\Component\EventDispatcher\Debug\WrappedListener::__invoke (line 230)"
19 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
20 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 56)"
21 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 98)"
22 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 55)"
23 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 37)"
24 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
25 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 151)"
26 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
27 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
28 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
29 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 479)"
30 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 452)"
31 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 346)"
32 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 224)"
33 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
34 => "Shopware\Core\HttpKernel::doHandle (line 81)"
35 => "Shopware\Core\HttpKernel::handle (line 85)"
]
|
35 |
0.05 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`
SELECT LOWER(HEX(`script`.`app_id`)) as `app_id`,
`script`.`name` AS name,
`script`.`script` AS script,
`app`.`name` AS appName,
LOWER(HEX(`app`.`integration_id`)) AS integrationId,
IFNULL(`script`.`updated_at`, `script`.`created_at`) AS lastModified
FROM `script`
LEFT JOIN `app` ON `script`.`app_id` = `app`.`id`
WHERE `script`.`hook` = 'include'
ORDER BY `app`.`created_at`, `app`.`id`, `script`.`name`
;
array:36 [▼
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 1042)"
2 => "Doctrine\DBAL\Connection::fetchAllAssociative (line 92)"
3 => "Shopware\Core\Framework\Script\Execution\ScriptLoader::load (line 57)"
4 => "Shopware\Core\Framework\Script\Execution\ScriptLoader::get (line 71)"
5 => "Shopware\Core\Framework\Script\Execution\ScriptExecutor::execute (line 70)"
6 => "Shopware\Core\Checkout\Cart\Processor::Shopware\Core\Checkout\Cart\{closure} (line 59)"
7 => "Shopware\Core\Profiling\Profiler::trace (line 86)"
8 => "Shopware\Core\Checkout\Cart\Processor::process (line 132)"
9 => "Shopware\Core\Checkout\Cart\CartRuleLoader::Shopware\Core\Checkout\Cart\{closure} (line 59)"
10 => "Shopware\Core\Profiling\Profiler::trace (line 183)"
11 => "Shopware\Core\Checkout\Cart\CartRuleLoader::load (line 88)"
12 => "Shopware\Core\Checkout\Cart\CartRuleLoader::loadByToken (line 106)"
13 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService::Shopware\Core\System\SalesChannel\Context\{closure} (line 59)"
14 => "Shopware\Core\Profiling\Profiler::trace (line 111)"
15 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService::get (line 105)"
16 => "Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver::resolve (line 38)"
17 => "Shopware\Core\Framework\Routing\ContextResolverListener::resolveContext (line 118)"
18 => "Symfony\Component\EventDispatcher\Debug\WrappedListener::__invoke (line 230)"
19 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
20 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 56)"
21 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 98)"
22 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 55)"
23 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 37)"
24 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
25 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 151)"
26 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
27 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
28 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
29 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 479)"
30 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 452)"
31 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 346)"
32 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 224)"
33 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
34 => "Shopware\Core\HttpKernel::doHandle (line 81)"
35 => "Shopware\Core\HttpKernel::handle (line 85)"
]
|
36 |
0.12 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_8a2489b7fa554c97993f19990c0ddeba)) 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` = : param_8a2489b7fa554c97993f19990c0ddeba
)
)
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` = 0xFD5CCFC31DFA44A697B9FA97E8E740E1)) AND (`country`.`id` IN (0x1089779DC2F443B483DF61A35D23EA83)) GROUP BY `country`.`id`;
array:40 [▼
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 242)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 107)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntitySearcher::search (line 62)"
4 => "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher::search (line 132)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::searchIds (line 41)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator::searchIds (line 104)"
7 => "Shopware\Core\Checkout\Cart\Address\AddressValidator::isSalesChannelCountry (line 58)"
8 => "Shopware\Core\Checkout\Cart\Address\AddressValidator::validate (line 29)"
9 => "Shopware\Core\Checkout\Cart\Validator::validate (line 76)"
10 => "Shopware\Core\Checkout\Cart\Processor::Shopware\Core\Checkout\Cart\{closure} (line 59)"
11 => "Shopware\Core\Profiling\Profiler::trace (line 86)"
12 => "Shopware\Core\Checkout\Cart\Processor::process (line 132)"
13 => "Shopware\Core\Checkout\Cart\CartRuleLoader::Shopware\Core\Checkout\Cart\{closure} (line 59)"
14 => "Shopware\Core\Profiling\Profiler::trace (line 183)"
15 => "Shopware\Core\Checkout\Cart\CartRuleLoader::load (line 88)"
16 => "Shopware\Core\Checkout\Cart\CartRuleLoader::loadByToken (line 106)"
17 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService::Shopware\Core\System\SalesChannel\Context\{closure} (line 59)"
18 => "Shopware\Core\Profiling\Profiler::trace (line 111)"
19 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService::get (line 105)"
20 => "Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver::resolve (line 38)"
21 => "Shopware\Core\Framework\Routing\ContextResolverListener::resolveContext (line 118)"
22 => "Symfony\Component\EventDispatcher\Debug\WrappedListener::__invoke (line 230)"
23 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
24 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 56)"
25 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 98)"
26 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 55)"
27 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 37)"
28 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
29 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 151)"
30 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
31 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
32 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
33 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 479)"
34 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 452)"
35 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 346)"
36 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 224)"
37 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
38 => "Shopware\Core\HttpKernel::doHandle (line 81)"
39 => "Shopware\Core\HttpKernel::handle (line 85)"
]
|
37 |
0.16 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 = : 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 = 0xFD5CCFC31DFA44A697B9FA97E8E740E1 OR system_config.sales_channel_id IS NULL ORDER BY sales_channel_id ASC;
array:45 [▼
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 108)"
10 => "Shopware\Core\System\SystemConfig\SystemConfigService::getString (line 70)"
11 => "Swag\PayPal\Setting\Service\SettingsValidationService::fetchSettings (line 37)"
12 => "Swag\PayPal\Setting\Service\SettingsValidationService::validate (line 65)"
13 => "Swag\PayPal\Checkout\Cart\Validation\CartValidator::validate (line 29)"
14 => "Shopware\Core\Checkout\Cart\Validator::validate (line 76)"
15 => "Shopware\Core\Checkout\Cart\Processor::Shopware\Core\Checkout\Cart\{closure} (line 59)"
16 => "Shopware\Core\Profiling\Profiler::trace (line 86)"
17 => "Shopware\Core\Checkout\Cart\Processor::process (line 132)"
18 => "Shopware\Core\Checkout\Cart\CartRuleLoader::Shopware\Core\Checkout\Cart\{closure} (line 59)"
19 => "Shopware\Core\Profiling\Profiler::trace (line 183)"
20 => "Shopware\Core\Checkout\Cart\CartRuleLoader::load (line 88)"
21 => "Shopware\Core\Checkout\Cart\CartRuleLoader::loadByToken (line 106)"
22 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService::Shopware\Core\System\SalesChannel\Context\{closure} (line 59)"
23 => "Shopware\Core\Profiling\Profiler::trace (line 111)"
24 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService::get (line 105)"
25 => "Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver::resolve (line 38)"
26 => "Shopware\Core\Framework\Routing\ContextResolverListener::resolveContext (line 118)"
27 => "Symfony\Component\EventDispatcher\Debug\WrappedListener::__invoke (line 230)"
28 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
29 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 56)"
30 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 98)"
31 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 55)"
32 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 37)"
33 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
34 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 151)"
35 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
36 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
37 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
38 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 479)"
39 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 452)"
40 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 346)"
41 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 224)"
42 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
43 => "Shopware\Core\HttpKernel::doHandle (line 81)"
44 => "Shopware\Core\HttpKernel::handle (line 85)"
]
|
38 |
0.57 ms |
SELECT `app`.`id` as `app.id`, `app`.`name` as `app.name`, `app`.`path` as `app.path`, `app`.`author` as `app.author`, `app`.`copyright` as `app.copyright`, `app`.`license` as `app.license`, `app`.`active` as `app.active`, `app`.`configurable` as `app.configurable`, `app`.`privacy` as `app.privacy`, `app`.`version` as `app.version`, `app`.`icon` as `app.iconRaw`, `app`.`app_secret` as `app.appSecret`, `app`.`modules` as `app.modules`, `app`.`main_module` as `app.mainModule`, `app`.`cookies` as `app.cookies`, `app`.`allow_disable` as `app.allowDisable`, `app`.`base_app_url` as `app.baseAppUrl`, `app`.`allowed_hosts` as `app.allowedHosts`, `app`.`template_load_priority` as `app.templateLoadPriority`, `app`.`integration_id` as `app.integrationId`, `app.integration`.`id` as `app.integration.id`, `app.integration`.`label` as `app.integration.label`, `app.integration`.`access_key` as `app.integration.accessKey`, `app.integration`.`secret_access_key` as `app.integration.secretAccessKey`, `app.integration`.`write_access` as `app.integration.writeAccess`, `app.integration`.`last_usage_at` as `app.integration.lastUsageAt`, `app.integration`.`admin` as `app.integration.admin`, `app.integration`.`custom_fields` as `app.integration.customFields`, `app.integration`.`deleted_at` as `app.integration.deletedAt`, `app.integration`.`created_at` as `app.integration.createdAt`, `app.integration`.`updated_at` as `app.integration.updatedAt`, `app`.`acl_role_id` as `app.aclRoleId`, `app.aclRole`.`id` as `app.aclRole.id`, `app.aclRole`.`name` as `app.aclRole.name`, `app.aclRole`.`description` as `app.aclRole.description`, `app.aclRole`.`privileges` as `app.aclRole.privileges`, `app.aclRole`.`deleted_at` as `app.aclRole.deletedAt`, `app.aclRole`.`created_at` as `app.aclRole.createdAt`, `app.aclRole`.`updated_at` as `app.aclRole.updatedAt`, `app`.`created_at` as `app.createdAt`, `app`.`updated_at` as `app.updatedAt`, `app.translation.label`, COALESCE(`app.translation.label`,`app.translation.label`) as `app.label`, `app.translation.description`, COALESCE(`app.translation.description`,`app.translation.description`) as `app.description`, `app.translation.privacyPolicyExtensions`, COALESCE(`app.translation.privacyPolicyExtensions`,`app.translation.privacyPolicyExtensions`) as `app.privacyPolicyExtensions`, `app.translation.customFields`, COALESCE(`app.translation.customFields`,`app.translation.customFields`) as `app.customFields`, `app.translation.createdAt`, `app.translation.updatedAt`, `app.translation.appId`, `app.translation.languageId` FROM `app` LEFT JOIN (SELECT `app.translation`.app_id, `app.translation`.label as `app.translation.label`, `app.translation`.description as `app.translation.description`, `app.translation`.privacy_policy_extensions as `app.translation.privacyPolicyExtensions`, `app.translation`.custom_fields as `app.translation.customFields`, `app.translation`.created_at as `app.translation.createdAt`, `app.translation`.updated_at as `app.translation.updatedAt`, `app.translation`.app_id as `app.translation.appId`, `app.translation`.language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation`.language_id = :languageId) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` LEFT JOIN `integration` `app.integration` ON `app`.`integration_id` = `app.integration`.`id` LEFT JOIN `acl_role` `app.aclRole` ON `app`.`acl_role_id` = `app.aclRole`.`id` WHERE (`app`.`active` = :param_f1e634e245694b06be5d564f931bdd62)
SELECT
`app`.`id` as `app.id`,
`app`.`name` as `app.name`,
`app`.`path` as `app.path`,
`app`.`author` as `app.author`,
`app`.`copyright` as `app.copyright`,
`app`.`license` as `app.license`,
`app`.`active` as `app.active`,
`app`.`configurable` as `app.configurable`,
`app`.`privacy` as `app.privacy`,
`app`.`version` as `app.version`,
`app`.`icon` as `app.iconRaw`,
`app`.`app_secret` as `app.appSecret`,
`app`.`modules` as `app.modules`,
`app`.`main_module` as `app.mainModule`,
`app`.`cookies` as `app.cookies`,
`app`.`allow_disable` as `app.allowDisable`,
`app`.`base_app_url` as `app.baseAppUrl`,
`app`.`allowed_hosts` as `app.allowedHosts`,
`app`.`template_load_priority` as `app.templateLoadPriority`,
`app`.`integration_id` as `app.integrationId`,
`app.integration`.`id` as `app.integration.id`,
`app.integration`.`label` as `app.integration.label`,
`app.integration`.`access_key` as `app.integration.accessKey`,
`app.integration`.`secret_access_key` as `app.integration.secretAccessKey`,
`app.integration`.`write_access` as `app.integration.writeAccess`,
`app.integration`.`last_usage_at` as `app.integration.lastUsageAt`,
`app.integration`.`admin` as `app.integration.admin`,
`app.integration`.`custom_fields` as `app.integration.customFields`,
`app.integration`.`deleted_at` as `app.integration.deletedAt`,
`app.integration`.`created_at` as `app.integration.createdAt`,
`app.integration`.`updated_at` as `app.integration.updatedAt`,
`app`.`acl_role_id` as `app.aclRoleId`,
`app.aclRole`.`id` as `app.aclRole.id`,
`app.aclRole`.`name` as `app.aclRole.name`,
`app.aclRole`.`description` as `app.aclRole.description`,
`app.aclRole`.`privileges` as `app.aclRole.privileges`,
`app.aclRole`.`deleted_at` as `app.aclRole.deletedAt`,
`app.aclRole`.`created_at` as `app.aclRole.createdAt`,
`app.aclRole`.`updated_at` as `app.aclRole.updatedAt`,
`app`.`created_at` as `app.createdAt`,
`app`.`updated_at` as `app.updatedAt`,
`app.translation.label`,
COALESCE(
`app.translation.label`, `app.translation.label`
) as `app.label`,
`app.translation.description`,
COALESCE(
`app.translation.description`, `app.translation.description`
) as `app.description`,
`app.translation.privacyPolicyExtensions`,
COALESCE(
`app.translation.privacyPolicyExtensions`,
`app.translation.privacyPolicyExtensions`
) as `app.privacyPolicyExtensions`,
`app.translation.customFields`,
COALESCE(
`app.translation.customFields`,
`app.translation.customFields`
) as `app.customFields`,
`app.translation.createdAt`,
`app.translation.updatedAt`,
`app.translation.appId`,
`app.translation.languageId`
FROM
`app`
LEFT JOIN (
SELECT
`app.translation`.app_id,
`app.translation`.label as `app.translation.label`,
`app.translation`.description as `app.translation.description`,
`app.translation`.privacy_policy_extensions as `app.translation.privacyPolicyExtensions`,
`app.translation`.custom_fields as `app.translation.customFields`,
`app.translation`.created_at as `app.translation.createdAt`,
`app.translation`.updated_at as `app.translation.updatedAt`,
`app.translation`.app_id as `app.translation.appId`,
`app.translation`.language_id as `app.translation.languageId`
FROM
`app_translation` `app.translation`
WHERE
`app.translation`.language_id = : languageId
) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id`
LEFT JOIN `integration` `app.integration` ON `app`.`integration_id` = `app.integration`.`id`
LEFT JOIN `acl_role` `app.aclRole` ON `app`.`acl_role_id` = `app.aclRole`.`id`
WHERE
(
`app`.`active` = : param_f1e634e245694b06be5d564f931bdd62
)
SELECT `app`.`id` as `app.id`, `app`.`name` as `app.name`, `app`.`path` as `app.path`, `app`.`author` as `app.author`, `app`.`copyright` as `app.copyright`, `app`.`license` as `app.license`, `app`.`active` as `app.active`, `app`.`configurable` as `app.configurable`, `app`.`privacy` as `app.privacy`, `app`.`version` as `app.version`, `app`.`icon` as `app.iconRaw`, `app`.`app_secret` as `app.appSecret`, `app`.`modules` as `app.modules`, `app`.`main_module` as `app.mainModule`, `app`.`cookies` as `app.cookies`, `app`.`allow_disable` as `app.allowDisable`, `app`.`base_app_url` as `app.baseAppUrl`, `app`.`allowed_hosts` as `app.allowedHosts`, `app`.`template_load_priority` as `app.templateLoadPriority`, `app`.`integration_id` as `app.integrationId`, `app.integration`.`id` as `app.integration.id`, `app.integration`.`label` as `app.integration.label`, `app.integration`.`access_key` as `app.integration.accessKey`, `app.integration`.`secret_access_key` as `app.integration.secretAccessKey`, `app.integration`.`write_access` as `app.integration.writeAccess`, `app.integration`.`last_usage_at` as `app.integration.lastUsageAt`, `app.integration`.`admin` as `app.integration.admin`, `app.integration`.`custom_fields` as `app.integration.customFields`, `app.integration`.`deleted_at` as `app.integration.deletedAt`, `app.integration`.`created_at` as `app.integration.createdAt`, `app.integration`.`updated_at` as `app.integration.updatedAt`, `app`.`acl_role_id` as `app.aclRoleId`, `app.aclRole`.`id` as `app.aclRole.id`, `app.aclRole`.`name` as `app.aclRole.name`, `app.aclRole`.`description` as `app.aclRole.description`, `app.aclRole`.`privileges` as `app.aclRole.privileges`, `app.aclRole`.`deleted_at` as `app.aclRole.deletedAt`, `app.aclRole`.`created_at` as `app.aclRole.createdAt`, `app.aclRole`.`updated_at` as `app.aclRole.updatedAt`, `app`.`created_at` as `app.createdAt`, `app`.`updated_at` as `app.updatedAt`, `app.translation.label`, COALESCE(`app.translation.label`,`app.translation.label`) as `app.label`, `app.translation.description`, COALESCE(`app.translation.description`,`app.translation.description`) as `app.description`, `app.translation.privacyPolicyExtensions`, COALESCE(`app.translation.privacyPolicyExtensions`,`app.translation.privacyPolicyExtensions`) as `app.privacyPolicyExtensions`, `app.translation.customFields`, COALESCE(`app.translation.customFields`,`app.translation.customFields`) as `app.customFields`, `app.translation.createdAt`, `app.translation.updatedAt`, `app.translation.appId`, `app.translation.languageId` FROM `app` LEFT JOIN (SELECT `app.translation`.app_id, `app.translation`.label as `app.translation.label`, `app.translation`.description as `app.translation.description`, `app.translation`.privacy_policy_extensions as `app.translation.privacyPolicyExtensions`, `app.translation`.custom_fields as `app.translation.customFields`, `app.translation`.created_at as `app.translation.createdAt`, `app.translation`.updated_at as `app.translation.updatedAt`, `app.translation`.app_id as `app.translation.appId`, `app.translation`.language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation`.language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` LEFT JOIN `integration` `app.integration` ON `app`.`integration_id` = `app.integration`.`id` LEFT JOIN `acl_role` `app.aclRole` ON `app`.`acl_role_id` = `app.aclRole`.`id` WHERE (`app`.`active` = 1);
array:46 [▼
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 242)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 316)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetch (line 148)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 93)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::read (line 257)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::read (line 286)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::_search (line 110)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::Shopware\Core\Framework\DataAbstractionLayer\{closure} (line 59)"
9 => "Shopware\Core\Profiling\Profiler::trace (line 111)"
10 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 51)"
11 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator::search (line 119)"
12 => "Shopware\Core\Framework\App\Lifecycle\Persister\ScriptPersister::refresh (line 73)"
13 => "Shopware\Core\Framework\Script\Execution\ScriptLoader::load (line 57)"
14 => "Shopware\Core\Framework\Script\Execution\ScriptLoader::get (line 71)"
15 => "Shopware\Core\Framework\Script\Execution\ScriptExecutor::execute (line 70)"
16 => "Shopware\Core\Checkout\Cart\Processor::Shopware\Core\Checkout\Cart\{closure} (line 59)"
17 => "Shopware\Core\Profiling\Profiler::trace (line 86)"
18 => "Shopware\Core\Checkout\Cart\Processor::process (line 148)"
19 => "Shopware\Core\Checkout\Cart\CartRuleLoader::Shopware\Core\Checkout\Cart\{closure} (line 59)"
20 => "Shopware\Core\Profiling\Profiler::trace (line 183)"
21 => "Shopware\Core\Checkout\Cart\CartRuleLoader::load (line 88)"
22 => "Shopware\Core\Checkout\Cart\CartRuleLoader::loadByToken (line 106)"
23 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService::Shopware\Core\System\SalesChannel\Context\{closure} (line 59)"
24 => "Shopware\Core\Profiling\Profiler::trace (line 111)"
25 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService::get (line 105)"
26 => "Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver::resolve (line 38)"
27 => "Shopware\Core\Framework\Routing\ContextResolverListener::resolveContext (line 118)"
28 => "Symfony\Component\EventDispatcher\Debug\WrappedListener::__invoke (line 230)"
29 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
30 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 56)"
31 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 98)"
32 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 55)"
33 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 37)"
34 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
35 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 151)"
36 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
37 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
38 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
39 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 479)"
40 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 452)"
41 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 346)"
42 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 224)"
43 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
44 => "Shopware\Core\HttpKernel::doHandle (line 81)"
45 => "Shopware\Core\HttpKernel::handle (line 85)"
]
|
39 |
0.07 ms |
SELECT LOWER(HEX(`script`.`app_id`)) as `app_id`,
`script`.`name` AS scriptName,
`script`.`script` AS script,
`script`.`hook` AS hook,
IFNULL(`script`.`updated_at`, `script`.`created_at`) AS lastModified,
`app`.`name` AS appName,
LOWER(HEX(`app`.`integration_id`)) AS integrationId,
`app`.`version` AS appVersion,
`script`.`active` AS active
FROM `script`
LEFT JOIN `app` ON `script`.`app_id` = `app`.`id`
WHERE `script`.`hook` != 'include'
ORDER BY `app`.`created_at`, `app`.`id`, `script`.`name`
SELECT
LOWER(
HEX(`script`.`app_id`)
) as `app_id`,
`script`.`name` AS scriptName,
`script`.`script` AS script,
`script`.`hook` AS hook,
IFNULL(
`script`.`updated_at`, `script`.`created_at`
) AS lastModified,
`app`.`name` AS appName,
LOWER(
HEX(`app`.`integration_id`)
) AS integrationId,
`app`.`version` AS appVersion,
`script`.`active` AS active
FROM
`script`
LEFT JOIN `app` ON `script`.`app_id` = `app`.`id`
WHERE
`script`.`hook` != 'include'
ORDER BY
`app`.`created_at`,
`app`.`id`,
`script`.`name`
SELECT LOWER(HEX(`script`.`app_id`)) as `app_id`,
`script`.`name` AS scriptName,
`script`.`script` AS script,
`script`.`hook` AS hook,
IFNULL(`script`.`updated_at`, `script`.`created_at`) AS lastModified,
`app`.`name` AS appName,
LOWER(HEX(`app`.`integration_id`)) AS integrationId,
`app`.`version` AS appVersion,
`script`.`active` AS active
FROM `script`
LEFT JOIN `app` ON `script`.`app_id` = `app`.`id`
WHERE `script`.`hook` != 'include'
ORDER BY `app`.`created_at`, `app`.`id`, `script`.`name`
;
array:36 [▼
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 1042)"
2 => "Doctrine\DBAL\Connection::fetchAllAssociative (line 76)"
3 => "Shopware\Core\Framework\Script\Execution\ScriptLoader::load (line 57)"
4 => "Shopware\Core\Framework\Script\Execution\ScriptLoader::get (line 71)"
5 => "Shopware\Core\Framework\Script\Execution\ScriptExecutor::execute (line 70)"
6 => "Shopware\Core\Checkout\Cart\Processor::Shopware\Core\Checkout\Cart\{closure} (line 59)"
7 => "Shopware\Core\Profiling\Profiler::trace (line 86)"
8 => "Shopware\Core\Checkout\Cart\Processor::process (line 148)"
9 => "Shopware\Core\Checkout\Cart\CartRuleLoader::Shopware\Core\Checkout\Cart\{closure} (line 59)"
10 => "Shopware\Core\Profiling\Profiler::trace (line 183)"
11 => "Shopware\Core\Checkout\Cart\CartRuleLoader::load (line 88)"
12 => "Shopware\Core\Checkout\Cart\CartRuleLoader::loadByToken (line 106)"
13 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService::Shopware\Core\System\SalesChannel\Context\{closure} (line 59)"
14 => "Shopware\Core\Profiling\Profiler::trace (line 111)"
15 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService::get (line 105)"
16 => "Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver::resolve (line 38)"
17 => "Shopware\Core\Framework\Routing\ContextResolverListener::resolveContext (line 118)"
18 => "Symfony\Component\EventDispatcher\Debug\WrappedListener::__invoke (line 230)"
19 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
20 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 56)"
21 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 98)"
22 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 55)"
23 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 37)"
24 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
25 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 151)"
26 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
27 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
28 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
29 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 479)"
30 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 452)"
31 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 346)"
32 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 224)"
33 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
34 => "Shopware\Core\HttpKernel::doHandle (line 81)"
35 => "Shopware\Core\HttpKernel::handle (line 85)"
]
|
40 |
0.04 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`
SELECT LOWER(HEX(`script`.`app_id`)) as `app_id`,
`script`.`name` AS name,
`script`.`script` AS script,
`app`.`name` AS appName,
LOWER(HEX(`app`.`integration_id`)) AS integrationId,
IFNULL(`script`.`updated_at`, `script`.`created_at`) AS lastModified
FROM `script`
LEFT JOIN `app` ON `script`.`app_id` = `app`.`id`
WHERE `script`.`hook` = 'include'
ORDER BY `app`.`created_at`, `app`.`id`, `script`.`name`
;
array:36 [▼
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 1042)"
2 => "Doctrine\DBAL\Connection::fetchAllAssociative (line 92)"
3 => "Shopware\Core\Framework\Script\Execution\ScriptLoader::load (line 57)"
4 => "Shopware\Core\Framework\Script\Execution\ScriptLoader::get (line 71)"
5 => "Shopware\Core\Framework\Script\Execution\ScriptExecutor::execute (line 70)"
6 => "Shopware\Core\Checkout\Cart\Processor::Shopware\Core\Checkout\Cart\{closure} (line 59)"
7 => "Shopware\Core\Profiling\Profiler::trace (line 86)"
8 => "Shopware\Core\Checkout\Cart\Processor::process (line 148)"
9 => "Shopware\Core\Checkout\Cart\CartRuleLoader::Shopware\Core\Checkout\Cart\{closure} (line 59)"
10 => "Shopware\Core\Profiling\Profiler::trace (line 183)"
11 => "Shopware\Core\Checkout\Cart\CartRuleLoader::load (line 88)"
12 => "Shopware\Core\Checkout\Cart\CartRuleLoader::loadByToken (line 106)"
13 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService::Shopware\Core\System\SalesChannel\Context\{closure} (line 59)"
14 => "Shopware\Core\Profiling\Profiler::trace (line 111)"
15 => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService::get (line 105)"
16 => "Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver::resolve (line 38)"
17 => "Shopware\Core\Framework\Routing\ContextResolverListener::resolveContext (line 118)"
18 => "Symfony\Component\EventDispatcher\Debug\WrappedListener::__invoke (line 230)"
19 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
20 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 56)"
21 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 98)"
22 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 55)"
23 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 37)"
24 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
25 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 151)"
26 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
27 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
28 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
29 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 479)"
30 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 452)"
31 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 346)"
32 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 224)"
33 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
34 => "Shopware\Core\HttpKernel::doHandle (line 81)"
35 => "Shopware\Core\HttpKernel::handle (line 85)"
]
|
41 |
0.06 ms |
SELECT module.module, module.response FROM wbm_data_layer_modules module
SELECT
module.module,
module.response
FROM
wbm_data_layer_modules module
SELECT module.module, module.response FROM wbm_data_layer_modules module;
array:23 [▼
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 271)"
2 => "Doctrine\DBAL\Query\QueryBuilder::execute (line 48)"
3 => "Wbm\TagManagerEcomm\Services\DataLayerModules::getModules (line 63)"
4 => "Wbm\TagManagerEcomm\Subscriber\KernelEventsSubscriber::getDataLayerForXmlHttpRequest (line 118)"
5 => "Symfony\Component\EventDispatcher\Debug\WrappedListener::__invoke (line 230)"
6 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
7 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 56)"
8 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 98)"
9 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 55)"
10 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 37)"
11 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
12 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 151)"
13 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
14 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
15 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
16 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 479)"
17 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 452)"
18 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 346)"
19 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 224)"
20 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
21 => "Shopware\Core\HttpKernel::doHandle (line 81)"
22 => "Shopware\Core\HttpKernel::handle (line 85)"
]
|
42 |
1.48 ms |
SELECT `cbax_lexicon_entry`.`id` as `cbax_lexicon_entry.id`, `cbax_lexicon_entry`.`impressions` as `cbax_lexicon_entry.impressions`, `cbax_lexicon_entry`.`date` as `cbax_lexicon_entry.date`, `cbax_lexicon_entry`.`link` as `cbax_lexicon_entry.link`, `cbax_lexicon_entry`.`link_target` as `cbax_lexicon_entry.linkTarget`, `cbax_lexicon_entry`.`listing_type` as `cbax_lexicon_entry.listingType`, `cbax_lexicon_entry`.`product_stream_id` as `cbax_lexicon_entry.productStreamId`, `cbax_lexicon_entry`.`product_layout` as `cbax_lexicon_entry.productLayout`, `cbax_lexicon_entry`.`product_slider_width` as `cbax_lexicon_entry.productSliderWidth`, `cbax_lexicon_entry`.`product_sorting` as `cbax_lexicon_entry.productSorting`, `cbax_lexicon_entry`.`product_limit` as `cbax_lexicon_entry.productLimit`, `cbax_lexicon_entry`.`attribute2` as `cbax_lexicon_entry.attribute2`, `cbax_lexicon_entry`.`attribute3` as `cbax_lexicon_entry.attribute3`, `cbax_lexicon_entry`.`created_at` as `cbax_lexicon_entry.createdAt`, `cbax_lexicon_entry`.`updated_at` as `cbax_lexicon_entry.updatedAt`, (SELECT GROUP_CONCAT(HEX(`cbax_lexicon_entry.products.mapping`.`product_id`) SEPARATOR '||')
FROM `cbax_lexicon_product` `cbax_lexicon_entry.products.mapping`
WHERE `cbax_lexicon_entry.products.mapping`.`cbax_lexicon_entry_id` = `cbax_lexicon_entry`.`id` ) as `cbax_lexicon_entry.products.id_mapping`, `cbax_lexicon_entry.translation.title`, COALESCE(`cbax_lexicon_entry.translation.title`,`cbax_lexicon_entry.translation.title`) as `cbax_lexicon_entry.title`, `cbax_lexicon_entry.translation.keyword`, COALESCE(`cbax_lexicon_entry.translation.keyword`,`cbax_lexicon_entry.translation.keyword`) as `cbax_lexicon_entry.keyword`, `cbax_lexicon_entry.translation.description`, COALESCE(`cbax_lexicon_entry.translation.description`,`cbax_lexicon_entry.translation.description`) as `cbax_lexicon_entry.description`, `cbax_lexicon_entry.translation.descriptionLong`, COALESCE(`cbax_lexicon_entry.translation.descriptionLong`,`cbax_lexicon_entry.translation.descriptionLong`) as `cbax_lexicon_entry.descriptionLong`, `cbax_lexicon_entry.translation.linkDescription`, COALESCE(`cbax_lexicon_entry.translation.linkDescription`,`cbax_lexicon_entry.translation.linkDescription`) as `cbax_lexicon_entry.linkDescription`, `cbax_lexicon_entry.translation.metaTitle`, COALESCE(`cbax_lexicon_entry.translation.metaTitle`,`cbax_lexicon_entry.translation.metaTitle`) as `cbax_lexicon_entry.metaTitle`, `cbax_lexicon_entry.translation.metaKeywords`, COALESCE(`cbax_lexicon_entry.translation.metaKeywords`,`cbax_lexicon_entry.translation.metaKeywords`) as `cbax_lexicon_entry.metaKeywords`, `cbax_lexicon_entry.translation.metaDescription`, COALESCE(`cbax_lexicon_entry.translation.metaDescription`,`cbax_lexicon_entry.translation.metaDescription`) as `cbax_lexicon_entry.metaDescription`, `cbax_lexicon_entry.translation.headline`, COALESCE(`cbax_lexicon_entry.translation.headline`,`cbax_lexicon_entry.translation.headline`) as `cbax_lexicon_entry.headline`, `cbax_lexicon_entry.translation.attribute1`, COALESCE(`cbax_lexicon_entry.translation.attribute1`,`cbax_lexicon_entry.translation.attribute1`) as `cbax_lexicon_entry.attribute1`, `cbax_lexicon_entry.translation.attribute4`, COALESCE(`cbax_lexicon_entry.translation.attribute4`,`cbax_lexicon_entry.translation.attribute4`) as `cbax_lexicon_entry.attribute4`, `cbax_lexicon_entry.translation.attribute5`, COALESCE(`cbax_lexicon_entry.translation.attribute5`,`cbax_lexicon_entry.translation.attribute5`) as `cbax_lexicon_entry.attribute5`, `cbax_lexicon_entry.translation.attribute6`, COALESCE(`cbax_lexicon_entry.translation.attribute6`,`cbax_lexicon_entry.translation.attribute6`) as `cbax_lexicon_entry.attribute6`, `cbax_lexicon_entry.translation.createdAt`, `cbax_lexicon_entry.translation.updatedAt`, `cbax_lexicon_entry.translation.cbaxLexiconEntryId`, `cbax_lexicon_entry.translation.languageId` FROM `cbax_lexicon_entry` LEFT JOIN (SELECT `cbax_lexicon_entry.translation`.cbax_lexicon_entry_id, `cbax_lexicon_entry.translation`.title as `cbax_lexicon_entry.translation.title`, `cbax_lexicon_entry.translation`.keyword as `cbax_lexicon_entry.translation.keyword`, `cbax_lexicon_entry.translation`.description as `cbax_lexicon_entry.translation.description`, `cbax_lexicon_entry.translation`.description_long as `cbax_lexicon_entry.translation.descriptionLong`, `cbax_lexicon_entry.translation`.link_description as `cbax_lexicon_entry.translation.linkDescription`, `cbax_lexicon_entry.translation`.meta_title as `cbax_lexicon_entry.translation.metaTitle`, `cbax_lexicon_entry.translation`.meta_keywords as `cbax_lexicon_entry.translation.metaKeywords`, `cbax_lexicon_entry.translation`.meta_description as `cbax_lexicon_entry.translation.metaDescription`, `cbax_lexicon_entry.translation`.headline as `cbax_lexicon_entry.translation.headline`, `cbax_lexicon_entry.translation`.attribute1 as `cbax_lexicon_entry.translation.attribute1`, `cbax_lexicon_entry.translation`.attribute4 as `cbax_lexicon_entry.translation.attribute4`, `cbax_lexicon_entry.translation`.attribute5 as `cbax_lexicon_entry.translation.attribute5`, `cbax_lexicon_entry.translation`.attribute6 as `cbax_lexicon_entry.translation.attribute6`, `cbax_lexicon_entry.translation`.created_at as `cbax_lexicon_entry.translation.createdAt`, `cbax_lexicon_entry.translation`.updated_at as `cbax_lexicon_entry.translation.updatedAt`, `cbax_lexicon_entry.translation`.cbax_lexicon_entry_id as `cbax_lexicon_entry.translation.cbaxLexiconEntryId`, `cbax_lexicon_entry.translation`.language_id as `cbax_lexicon_entry.translation.languageId` FROM `cbax_lexicon_entry_translation` `cbax_lexicon_entry.translation` WHERE `cbax_lexicon_entry.translation`.language_id = :languageId) `cbax_lexicon_entry.cbax_lexicon_entry_translation` ON `cbax_lexicon_entry.cbax_lexicon_entry_translation`.`cbax_lexicon_entry_id` = `cbax_lexicon_entry`.`id` WHERE (`cbax_lexicon_entry`.`id` = :param_d59db11eefb54af7b26f3e1a2616a6d9)
SELECT
`cbax_lexicon_entry`.`id` as `cbax_lexicon_entry.id`,
`cbax_lexicon_entry`.`impressions` as `cbax_lexicon_entry.impressions`,
`cbax_lexicon_entry`.`date` as `cbax_lexicon_entry.date`,
`cbax_lexicon_entry`.`link` as `cbax_lexicon_entry.link`,
`cbax_lexicon_entry`.`link_target` as `cbax_lexicon_entry.linkTarget`,
`cbax_lexicon_entry`.`listing_type` as `cbax_lexicon_entry.listingType`,
`cbax_lexicon_entry`.`product_stream_id` as `cbax_lexicon_entry.productStreamId`,
`cbax_lexicon_entry`.`product_layout` as `cbax_lexicon_entry.productLayout`,
`cbax_lexicon_entry`.`product_slider_width` as `cbax_lexicon_entry.productSliderWidth`,
`cbax_lexicon_entry`.`product_sorting` as `cbax_lexicon_entry.productSorting`,
`cbax_lexicon_entry`.`product_limit` as `cbax_lexicon_entry.productLimit`,
`cbax_lexicon_entry`.`attribute2` as `cbax_lexicon_entry.attribute2`,
`cbax_lexicon_entry`.`attribute3` as `cbax_lexicon_entry.attribute3`,
`cbax_lexicon_entry`.`created_at` as `cbax_lexicon_entry.createdAt`,
`cbax_lexicon_entry`.`updated_at` as `cbax_lexicon_entry.updatedAt`,
(
SELECT
GROUP_CONCAT(
HEX(
`cbax_lexicon_entry.products.mapping`.`product_id`
) SEPARATOR '||'
)
FROM
`cbax_lexicon_product` `cbax_lexicon_entry.products.mapping`
WHERE
`cbax_lexicon_entry.products.mapping`.`cbax_lexicon_entry_id` = `cbax_lexicon_entry`.`id`
) as `cbax_lexicon_entry.products.id_mapping`,
`cbax_lexicon_entry.translation.title`,
COALESCE(
`cbax_lexicon_entry.translation.title`,
`cbax_lexicon_entry.translation.title`
) as `cbax_lexicon_entry.title`,
`cbax_lexicon_entry.translation.keyword`,
COALESCE(
`cbax_lexicon_entry.translation.keyword`,
`cbax_lexicon_entry.translation.keyword`
) as `cbax_lexicon_entry.keyword`,
`cbax_lexicon_entry.translation.description`,
COALESCE(
`cbax_lexicon_entry.translation.description`,
`cbax_lexicon_entry.translation.description`
) as `cbax_lexicon_entry.description`,
`cbax_lexicon_entry.translation.descriptionLong`,
COALESCE(
`cbax_lexicon_entry.translation.descriptionLong`,
`cbax_lexicon_entry.translation.descriptionLong`
) as `cbax_lexicon_entry.descriptionLong`,
`cbax_lexicon_entry.translation.linkDescription`,
COALESCE(
`cbax_lexicon_entry.translation.linkDescription`,
`cbax_lexicon_entry.translation.linkDescription`
) as `cbax_lexicon_entry.linkDescription`,
`cbax_lexicon_entry.translation.metaTitle`,
COALESCE(
`cbax_lexicon_entry.translation.metaTitle`,
`cbax_lexicon_entry.translation.metaTitle`
) as `cbax_lexicon_entry.metaTitle`,
`cbax_lexicon_entry.translation.metaKeywords`,
COALESCE(
`cbax_lexicon_entry.translation.metaKeywords`,
`cbax_lexicon_entry.translation.metaKeywords`
) as `cbax_lexicon_entry.metaKeywords`,
`cbax_lexicon_entry.translation.metaDescription`,
COALESCE(
`cbax_lexicon_entry.translation.metaDescription`,
`cbax_lexicon_entry.translation.metaDescription`
) as `cbax_lexicon_entry.metaDescription`,
`cbax_lexicon_entry.translation.headline`,
COALESCE(
`cbax_lexicon_entry.translation.headline`,
`cbax_lexicon_entry.translation.headline`
) as `cbax_lexicon_entry.headline`,
`cbax_lexicon_entry.translation.attribute1`,
COALESCE(
`cbax_lexicon_entry.translation.attribute1`,
`cbax_lexicon_entry.translation.attribute1`
) as `cbax_lexicon_entry.attribute1`,
`cbax_lexicon_entry.translation.attribute4`,
COALESCE(
`cbax_lexicon_entry.translation.attribute4`,
`cbax_lexicon_entry.translation.attribute4`
) as `cbax_lexicon_entry.attribute4`,
`cbax_lexicon_entry.translation.attribute5`,
COALESCE(
`cbax_lexicon_entry.translation.attribute5`,
`cbax_lexicon_entry.translation.attribute5`
) as `cbax_lexicon_entry.attribute5`,
`cbax_lexicon_entry.translation.attribute6`,
COALESCE(
`cbax_lexicon_entry.translation.attribute6`,
`cbax_lexicon_entry.translation.attribute6`
) as `cbax_lexicon_entry.attribute6`,
`cbax_lexicon_entry.translation.createdAt`,
`cbax_lexicon_entry.translation.updatedAt`,
`cbax_lexicon_entry.translation.cbaxLexiconEntryId`,
`cbax_lexicon_entry.translation.languageId`
FROM
`cbax_lexicon_entry`
LEFT JOIN (
SELECT
`cbax_lexicon_entry.translation`.cbax_lexicon_entry_id,
`cbax_lexicon_entry.translation`.title as `cbax_lexicon_entry.translation.title`,
`cbax_lexicon_entry.translation`.keyword as `cbax_lexicon_entry.translation.keyword`,
`cbax_lexicon_entry.translation`.description as `cbax_lexicon_entry.translation.description`,
`cbax_lexicon_entry.translation`.description_long as `cbax_lexicon_entry.translation.descriptionLong`,
`cbax_lexicon_entry.translation`.link_description as `cbax_lexicon_entry.translation.linkDescription`,
`cbax_lexicon_entry.translation`.meta_title as `cbax_lexicon_entry.translation.metaTitle`,
`cbax_lexicon_entry.translation`.meta_keywords as `cbax_lexicon_entry.translation.metaKeywords`,
`cbax_lexicon_entry.translation`.meta_description as `cbax_lexicon_entry.translation.metaDescription`,
`cbax_lexicon_entry.translation`.headline as `cbax_lexicon_entry.translation.headline`,
`cbax_lexicon_entry.translation`.attribute1 as `cbax_lexicon_entry.translation.attribute1`,
`cbax_lexicon_entry.translation`.attribute4 as `cbax_lexicon_entry.translation.attribute4`,
`cbax_lexicon_entry.translation`.attribute5 as `cbax_lexicon_entry.translation.attribute5`,
`cbax_lexicon_entry.translation`.attribute6 as `cbax_lexicon_entry.translation.attribute6`,
`cbax_lexicon_entry.translation`.created_at as `cbax_lexicon_entry.translation.createdAt`,
`cbax_lexicon_entry.translation`.updated_at as `cbax_lexicon_entry.translation.updatedAt`,
`cbax_lexicon_entry.translation`.cbax_lexicon_entry_id as `cbax_lexicon_entry.translation.cbaxLexiconEntryId`,
`cbax_lexicon_entry.translation`.language_id as `cbax_lexicon_entry.translation.languageId`
FROM
`cbax_lexicon_entry_translation` `cbax_lexicon_entry.translation`
WHERE
`cbax_lexicon_entry.translation`.language_id = : languageId
) `cbax_lexicon_entry.cbax_lexicon_entry_translation` ON `cbax_lexicon_entry.cbax_lexicon_entry_translation`.`cbax_lexicon_entry_id` = `cbax_lexicon_entry`.`id`
WHERE
(
`cbax_lexicon_entry`.`id` = : param_d59db11eefb54af7b26f3e1a2616a6d9
)
SELECT `cbax_lexicon_entry`.`id` as `cbax_lexicon_entry.id`, `cbax_lexicon_entry`.`impressions` as `cbax_lexicon_entry.impressions`, `cbax_lexicon_entry`.`date` as `cbax_lexicon_entry.date`, `cbax_lexicon_entry`.`link` as `cbax_lexicon_entry.link`, `cbax_lexicon_entry`.`link_target` as `cbax_lexicon_entry.linkTarget`, `cbax_lexicon_entry`.`listing_type` as `cbax_lexicon_entry.listingType`, `cbax_lexicon_entry`.`product_stream_id` as `cbax_lexicon_entry.productStreamId`, `cbax_lexicon_entry`.`product_layout` as `cbax_lexicon_entry.productLayout`, `cbax_lexicon_entry`.`product_slider_width` as `cbax_lexicon_entry.productSliderWidth`, `cbax_lexicon_entry`.`product_sorting` as `cbax_lexicon_entry.productSorting`, `cbax_lexicon_entry`.`product_limit` as `cbax_lexicon_entry.productLimit`, `cbax_lexicon_entry`.`attribute2` as `cbax_lexicon_entry.attribute2`, `cbax_lexicon_entry`.`attribute3` as `cbax_lexicon_entry.attribute3`, `cbax_lexicon_entry`.`created_at` as `cbax_lexicon_entry.createdAt`, `cbax_lexicon_entry`.`updated_at` as `cbax_lexicon_entry.updatedAt`, (SELECT GROUP_CONCAT(HEX(`cbax_lexicon_entry.products.mapping`.`product_id`) SEPARATOR '||')
FROM `cbax_lexicon_product` `cbax_lexicon_entry.products.mapping`
WHERE `cbax_lexicon_entry.products.mapping`.`cbax_lexicon_entry_id` = `cbax_lexicon_entry`.`id` ) as `cbax_lexicon_entry.products.id_mapping`, `cbax_lexicon_entry.translation.title`, COALESCE(`cbax_lexicon_entry.translation.title`,`cbax_lexicon_entry.translation.title`) as `cbax_lexicon_entry.title`, `cbax_lexicon_entry.translation.keyword`, COALESCE(`cbax_lexicon_entry.translation.keyword`,`cbax_lexicon_entry.translation.keyword`) as `cbax_lexicon_entry.keyword`, `cbax_lexicon_entry.translation.description`, COALESCE(`cbax_lexicon_entry.translation.description`,`cbax_lexicon_entry.translation.description`) as `cbax_lexicon_entry.description`, `cbax_lexicon_entry.translation.descriptionLong`, COALESCE(`cbax_lexicon_entry.translation.descriptionLong`,`cbax_lexicon_entry.translation.descriptionLong`) as `cbax_lexicon_entry.descriptionLong`, `cbax_lexicon_entry.translation.linkDescription`, COALESCE(`cbax_lexicon_entry.translation.linkDescription`,`cbax_lexicon_entry.translation.linkDescription`) as `cbax_lexicon_entry.linkDescription`, `cbax_lexicon_entry.translation.metaTitle`, COALESCE(`cbax_lexicon_entry.translation.metaTitle`,`cbax_lexicon_entry.translation.metaTitle`) as `cbax_lexicon_entry.metaTitle`, `cbax_lexicon_entry.translation.metaKeywords`, COALESCE(`cbax_lexicon_entry.translation.metaKeywords`,`cbax_lexicon_entry.translation.metaKeywords`) as `cbax_lexicon_entry.metaKeywords`, `cbax_lexicon_entry.translation.metaDescription`, COALESCE(`cbax_lexicon_entry.translation.metaDescription`,`cbax_lexicon_entry.translation.metaDescription`) as `cbax_lexicon_entry.metaDescription`, `cbax_lexicon_entry.translation.headline`, COALESCE(`cbax_lexicon_entry.translation.headline`,`cbax_lexicon_entry.translation.headline`) as `cbax_lexicon_entry.headline`, `cbax_lexicon_entry.translation.attribute1`, COALESCE(`cbax_lexicon_entry.translation.attribute1`,`cbax_lexicon_entry.translation.attribute1`) as `cbax_lexicon_entry.attribute1`, `cbax_lexicon_entry.translation.attribute4`, COALESCE(`cbax_lexicon_entry.translation.attribute4`,`cbax_lexicon_entry.translation.attribute4`) as `cbax_lexicon_entry.attribute4`, `cbax_lexicon_entry.translation.attribute5`, COALESCE(`cbax_lexicon_entry.translation.attribute5`,`cbax_lexicon_entry.translation.attribute5`) as `cbax_lexicon_entry.attribute5`, `cbax_lexicon_entry.translation.attribute6`, COALESCE(`cbax_lexicon_entry.translation.attribute6`,`cbax_lexicon_entry.translation.attribute6`) as `cbax_lexicon_entry.attribute6`, `cbax_lexicon_entry.translation.createdAt`, `cbax_lexicon_entry.translation.updatedAt`, `cbax_lexicon_entry.translation.cbaxLexiconEntryId`, `cbax_lexicon_entry.translation.languageId` FROM `cbax_lexicon_entry` LEFT JOIN (SELECT `cbax_lexicon_entry.translation`.cbax_lexicon_entry_id, `cbax_lexicon_entry.translation`.title as `cbax_lexicon_entry.translation.title`, `cbax_lexicon_entry.translation`.keyword as `cbax_lexicon_entry.translation.keyword`, `cbax_lexicon_entry.translation`.description as `cbax_lexicon_entry.translation.description`, `cbax_lexicon_entry.translation`.description_long as `cbax_lexicon_entry.translation.descriptionLong`, `cbax_lexicon_entry.translation`.link_description as `cbax_lexicon_entry.translation.linkDescription`, `cbax_lexicon_entry.translation`.meta_title as `cbax_lexicon_entry.translation.metaTitle`, `cbax_lexicon_entry.translation`.meta_keywords as `cbax_lexicon_entry.translation.metaKeywords`, `cbax_lexicon_entry.translation`.meta_description as `cbax_lexicon_entry.translation.metaDescription`, `cbax_lexicon_entry.translation`.headline as `cbax_lexicon_entry.translation.headline`, `cbax_lexicon_entry.translation`.attribute1 as `cbax_lexicon_entry.translation.attribute1`, `cbax_lexicon_entry.translation`.attribute4 as `cbax_lexicon_entry.translation.attribute4`, `cbax_lexicon_entry.translation`.attribute5 as `cbax_lexicon_entry.translation.attribute5`, `cbax_lexicon_entry.translation`.attribute6 as `cbax_lexicon_entry.translation.attribute6`, `cbax_lexicon_entry.translation`.created_at as `cbax_lexicon_entry.translation.createdAt`, `cbax_lexicon_entry.translation`.updated_at as `cbax_lexicon_entry.translation.updatedAt`, `cbax_lexicon_entry.translation`.cbax_lexicon_entry_id as `cbax_lexicon_entry.translation.cbaxLexiconEntryId`, `cbax_lexicon_entry.translation`.language_id as `cbax_lexicon_entry.translation.languageId` FROM `cbax_lexicon_entry_translation` `cbax_lexicon_entry.translation` WHERE `cbax_lexicon_entry.translation`.language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B) `cbax_lexicon_entry.cbax_lexicon_entry_translation` ON `cbax_lexicon_entry.cbax_lexicon_entry_translation`.`cbax_lexicon_entry_id` = `cbax_lexicon_entry`.`id` WHERE (`cbax_lexicon_entry`.`id` = 0x3146537E290346D2A7ECA8A4BC226EAD);
array:22 [▼
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 242)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 316)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetch (line 148)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 93)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::read (line 257)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::read (line 286)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::_search (line 106)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 51)"
9 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator::search (line 312)"
10 => "Cbax\ModulLexicon\Components\LexiconHelper::getEntry (line 187)"
11 => "Cbax\ModulLexicon\Controller\FrontendController::detail (line 163)"
12 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
13 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
14 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
15 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 479)"
16 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 452)"
17 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 346)"
18 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 224)"
19 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
20 => "Shopware\Core\HttpKernel::doHandle (line 81)"
21 => "Shopware\Core\HttpKernel::handle (line 85)"
]
|
43 |
0.11 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_51d4a82857744f6fa24bf391cecc90b8 AND `language.salesChannels`.`id` = :param_b5dada6f7c92467bb5a3b531a39111b4) 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` = : param_51d4a82857744f6fa24bf391cecc90b8
AND `language.salesChannels`.`id` = : param_b5dada6f7c92467bb5a3b531a39111b4
)
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` = 0xFD5CCFC31DFA44A697B9FA97E8E740E1 AND `language.salesChannels`.`id` = 0xFD5CCFC31DFA44A697B9FA97E8E740E1) GROUP BY `language`.`id` ORDER BY MIN(`language`.`name`) ASC;
array:38 [▼
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 242)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 107)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntitySearcher::search (line 62)"
4 => "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher::search (line 216)"
5 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::doSearch (line 122)"
6 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::search (line 50)"
7 => "Shopware\Core\System\Language\SalesChannel\LanguageRoute::load (line 102)"
8 => "Shopware\Core\System\Language\SalesChannel\CachedLanguageRoute::Shopware\Core\System\Language\SalesChannel\{closure} (line 350)"
9 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 44)"
10 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 120)"
11 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 45)"
12 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 46)"
13 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 46)"
14 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 41)"
15 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 59)"
16 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 42)"
17 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 103)"
18 => "Shopware\Core\System\Language\SalesChannel\CachedLanguageRoute::Shopware\Core\System\Language\SalesChannel\{closure} (line 72)"
19 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 35)"
20 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 108)"
21 => "Shopware\Core\System\Language\SalesChannel\CachedLanguageRoute::load (line 132)"
22 => "Shopware\Storefront\Pagelet\Header\HeaderPageletLoader::getLanguages (line 64)"
23 => "Shopware\Storefront\Pagelet\Header\HeaderPageletLoader::load (line 89)"
24 => "Shopware\Storefront\Page\GenericPageLoader::Shopware\Storefront\Page\{closure} (line 59)"
25 => "Shopware\Core\Profiling\Profiler::trace (line 132)"
26 => "Shopware\Storefront\Page\GenericPageLoader::load (line 203)"
27 => "Cbax\ModulLexicon\Controller\FrontendController::detail (line 163)"
28 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
29 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
30 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
31 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 479)"
32 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 452)"
33 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 346)"
34 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 224)"
35 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
36 => "Shopware\Core\HttpKernel::doHandle (line 81)"
37 => "Shopware\Core\HttpKernel::handle (line 85)"
]
|
44 |
0.41 ms |
SELECT `language`.`id` as `language.id`, `language`.`parent_id` as `language.parentId`, `language`.`locale_id` as `language.localeId`, `language`.`translation_code_id` as `language.translationCodeId`, `language`.`name` as `language.name`, `language`.`custom_fields` as `language.customFields`, `language`.`created_at` as `language.createdAt`, `language`.`updated_at` as `language.updatedAt`, `language.productSearchConfig`.`id` as `language.productSearchConfig.id`, `language.productSearchConfig`.`language_id` as `language.productSearchConfig.languageId`, `language.productSearchConfig`.`and_logic` as `language.productSearchConfig.andLogic`, `language.productSearchConfig`.`min_search_length` as `language.productSearchConfig.minSearchLength`, `language.productSearchConfig`.`excluded_terms` as `language.productSearchConfig.excludedTerms`, `language.productSearchConfig`.`created_at` as `language.productSearchConfig.createdAt`, `language.productSearchConfig`.`updated_at` as `language.productSearchConfig.updatedAt`, `language.translationCode`.`id` as `language.translationCode.id`, `language.translationCode`.`code` as `language.translationCode.code`, `language.translationCode`.`created_at` as `language.translationCode.createdAt`, `language.translationCode`.`updated_at` as `language.translationCode.updatedAt`, `language.translationCode.translation.name`, COALESCE(`language.translationCode.translation.name`,`language.translationCode.translation.name`) as `language.translationCode.name`, `language.translationCode.translation.territory`, COALESCE(`language.translationCode.translation.territory`,`language.translationCode.translation.territory`) as `language.translationCode.territory`, `language.translationCode.translation.customFields`, COALESCE(`language.translationCode.translation.customFields`,`language.translationCode.translation.customFields`) as `language.translationCode.customFields`, `language.translationCode.translation.createdAt`, `language.translationCode.translation.updatedAt`, `language.translationCode.translation.localeId`, `language.translationCode.translation.languageId` FROM `language` LEFT JOIN `product_search_config` `language.productSearchConfig` ON `language`.`id` = `language.productSearchConfig`.`language_id` LEFT JOIN `locale` `language.translationCode` ON `language`.`translation_code_id` = `language.translationCode`.`id` LEFT JOIN (SELECT `language.translationCode.translation`.locale_id, `language.translationCode.translation`.name as `language.translationCode.translation.name`, `language.translationCode.translation`.territory as `language.translationCode.translation.territory`, `language.translationCode.translation`.custom_fields as `language.translationCode.translation.customFields`, `language.translationCode.translation`.created_at as `language.translationCode.translation.createdAt`, `language.translationCode.translation`.updated_at as `language.translationCode.translation.updatedAt`, `language.translationCode.translation`.locale_id as `language.translationCode.translation.localeId`, `language.translationCode.translation`.language_id as `language.translationCode.translation.languageId` FROM `locale_translation` `language.translationCode.translation` WHERE `language.translationCode.translation`.language_id = :languageId) `language.translationCode.locale_translation` ON `language.translationCode.locale_translation`.`locale_id` = `language.translationCode`.`id` WHERE `language`.`id` IN (:ids)
SELECT
`language`.`id` as `language.id`,
`language`.`parent_id` as `language.parentId`,
`language`.`locale_id` as `language.localeId`,
`language`.`translation_code_id` as `language.translationCodeId`,
`language`.`name` as `language.name`,
`language`.`custom_fields` as `language.customFields`,
`language`.`created_at` as `language.createdAt`,
`language`.`updated_at` as `language.updatedAt`,
`language.productSearchConfig`.`id` as `language.productSearchConfig.id`,
`language.productSearchConfig`.`language_id` as `language.productSearchConfig.languageId`,
`language.productSearchConfig`.`and_logic` as `language.productSearchConfig.andLogic`,
`language.productSearchConfig`.`min_search_length` as `language.productSearchConfig.minSearchLength`,
`language.productSearchConfig`.`excluded_terms` as `language.productSearchConfig.excludedTerms`,
`language.productSearchConfig`.`created_at` as `language.productSearchConfig.createdAt`,
`language.productSearchConfig`.`updated_at` as `language.productSearchConfig.updatedAt`,
`language.translationCode`.`id` as `language.translationCode.id`,
`language.translationCode`.`code` as `language.translationCode.code`,
`language.translationCode`.`created_at` as `language.translationCode.createdAt`,
`language.translationCode`.`updated_at` as `language.translationCode.updatedAt`,
`language.translationCode.translation.name`,
COALESCE(
`language.translationCode.translation.name`,
`language.translationCode.translation.name`
) as `language.translationCode.name`,
`language.translationCode.translation.territory`,
COALESCE(
`language.translationCode.translation.territory`,
`language.translationCode.translation.territory`
) as `language.translationCode.territory`,
`language.translationCode.translation.customFields`,
COALESCE(
`language.translationCode.translation.customFields`,
`language.translationCode.translation.customFields`
) as `language.translationCode.customFields`,
`language.translationCode.translation.createdAt`,
`language.translationCode.translation.updatedAt`,
`language.translationCode.translation.localeId`,
`language.translationCode.translation.languageId`
FROM
`language`
LEFT JOIN `product_search_config` `language.productSearchConfig` ON `language`.`id` = `language.productSearchConfig`.`language_id`
LEFT JOIN `locale` `language.translationCode` ON `language`.`translation_code_id` = `language.translationCode`.`id`
LEFT JOIN (
SELECT
`language.translationCode.translation`.locale_id,
`language.translationCode.translation`.name as `language.translationCode.translation.name`,
`language.translationCode.translation`.territory as `language.translationCode.translation.territory`,
`language.translationCode.translation`.custom_fields as `language.translationCode.translation.customFields`,
`language.translationCode.translation`.created_at as `language.translationCode.translation.createdAt`,
`language.translationCode.translation`.updated_at as `language.translationCode.translation.updatedAt`,
`language.translationCode.translation`.locale_id as `language.translationCode.translation.localeId`,
`language.translationCode.translation`.language_id as `language.translationCode.translation.languageId`
FROM
`locale_translation` `language.translationCode.translation`
WHERE
`language.translationCode.translation`.language_id = : languageId
) `language.translationCode.locale_translation` ON `language.translationCode.locale_translation`.`locale_id` = `language.translationCode`.`id`
WHERE
`language`.`id` IN (: ids)
SELECT `language`.`id` as `language.id`, `language`.`parent_id` as `language.parentId`, `language`.`locale_id` as `language.localeId`, `language`.`translation_code_id` as `language.translationCodeId`, `language`.`name` as `language.name`, `language`.`custom_fields` as `language.customFields`, `language`.`created_at` as `language.createdAt`, `language`.`updated_at` as `language.updatedAt`, `language.productSearchConfig`.`id` as `language.productSearchConfig.id`, `language.productSearchConfig`.`language_id` as `language.productSearchConfig.languageId`, `language.productSearchConfig`.`and_logic` as `language.productSearchConfig.andLogic`, `language.productSearchConfig`.`min_search_length` as `language.productSearchConfig.minSearchLength`, `language.productSearchConfig`.`excluded_terms` as `language.productSearchConfig.excludedTerms`, `language.productSearchConfig`.`created_at` as `language.productSearchConfig.createdAt`, `language.productSearchConfig`.`updated_at` as `language.productSearchConfig.updatedAt`, `language.translationCode`.`id` as `language.translationCode.id`, `language.translationCode`.`code` as `language.translationCode.code`, `language.translationCode`.`created_at` as `language.translationCode.createdAt`, `language.translationCode`.`updated_at` as `language.translationCode.updatedAt`, `language.translationCode.translation.name`, COALESCE(`language.translationCode.translation.name`,`language.translationCode.translation.name`) as `language.translationCode.name`, `language.translationCode.translation.territory`, COALESCE(`language.translationCode.translation.territory`,`language.translationCode.translation.territory`) as `language.translationCode.territory`, `language.translationCode.translation.customFields`, COALESCE(`language.translationCode.translation.customFields`,`language.translationCode.translation.customFields`) as `language.translationCode.customFields`, `language.translationCode.translation.createdAt`, `language.translationCode.translation.updatedAt`, `language.translationCode.translation.localeId`, `language.translationCode.translation.languageId` FROM `language` LEFT JOIN `product_search_config` `language.productSearchConfig` ON `language`.`id` = `language.productSearchConfig`.`language_id` LEFT JOIN `locale` `language.translationCode` ON `language`.`translation_code_id` = `language.translationCode`.`id` LEFT JOIN (SELECT `language.translationCode.translation`.locale_id, `language.translationCode.translation`.name as `language.translationCode.translation.name`, `language.translationCode.translation`.territory as `language.translationCode.translation.territory`, `language.translationCode.translation`.custom_fields as `language.translationCode.translation.customFields`, `language.translationCode.translation`.created_at as `language.translationCode.translation.createdAt`, `language.translationCode.translation`.updated_at as `language.translationCode.translation.updatedAt`, `language.translationCode.translation`.locale_id as `language.translationCode.translation.localeId`, `language.translationCode.translation`.language_id as `language.translationCode.translation.languageId` FROM `locale_translation` `language.translationCode.translation` WHERE `language.translationCode.translation`.language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B) `language.translationCode.locale_translation` ON `language.translationCode.locale_translation`.`locale_id` = `language.translationCode`.`id` WHERE `language`.`id` IN (0x2FBB5FE2E29A4D70AA5854CE7CE3E20B);
array:39 [▼
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 242)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 316)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetch (line 148)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 93)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::read (line 195)"
6 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::read (line 133)"
7 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::search (line 50)"
8 => "Shopware\Core\System\Language\SalesChannel\LanguageRoute::load (line 102)"
9 => "Shopware\Core\System\Language\SalesChannel\CachedLanguageRoute::Shopware\Core\System\Language\SalesChannel\{closure} (line 350)"
10 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 44)"
11 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 120)"
12 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 45)"
13 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 46)"
14 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 46)"
15 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 41)"
16 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 59)"
17 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 42)"
18 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 103)"
19 => "Shopware\Core\System\Language\SalesChannel\CachedLanguageRoute::Shopware\Core\System\Language\SalesChannel\{closure} (line 72)"
20 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 35)"
21 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 108)"
22 => "Shopware\Core\System\Language\SalesChannel\CachedLanguageRoute::load (line 132)"
23 => "Shopware\Storefront\Pagelet\Header\HeaderPageletLoader::getLanguages (line 64)"
24 => "Shopware\Storefront\Pagelet\Header\HeaderPageletLoader::load (line 89)"
25 => "Shopware\Storefront\Page\GenericPageLoader::Shopware\Storefront\Page\{closure} (line 59)"
26 => "Shopware\Core\Profiling\Profiler::trace (line 132)"
27 => "Shopware\Storefront\Page\GenericPageLoader::load (line 203)"
28 => "Cbax\ModulLexicon\Controller\FrontendController::detail (line 163)"
29 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
30 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
31 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
32 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 479)"
33 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 452)"
34 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 346)"
35 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 224)"
36 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
37 => "Shopware\Core\HttpKernel::doHandle (line 81)"
38 => "Shopware\Core\HttpKernel::handle (line 85)"
]
|
45 |
0.14 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` = : activeId
OR `parent_id` = : activeId
OR `id` = : rootId
SELECT LOWER(HEX(`id`)), `path`, `level`
FROM `category`
WHERE `id` = 0xD18A9609BBD643C2AAE3B3BBE093C8F0 OR `parent_id` = 0xD18A9609BBD643C2AAE3B3BBE093C8F0 OR `id` = 0xD18A9609BBD643C2AAE3B3BBE093C8F0
;
array:39 [▼
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 1042)"
2 => "Doctrine\DBAL\Connection::fetchAllAssociative (line 146)"
3 => "Shopware\Core\Content\Category\SalesChannel\NavigationRoute::getCategoryMetaInfo (line 74)"
4 => "Shopware\Core\Content\Category\SalesChannel\NavigationRoute::load (line 136)"
5 => "Shopware\Core\Content\Category\SalesChannel\CachedNavigationRoute::Shopware\Core\Content\Category\SalesChannel\{closure} (line 350)"
6 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 44)"
7 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 120)"
8 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 45)"
9 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 46)"
10 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 46)"
11 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 41)"
12 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 59)"
13 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 42)"
14 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 137)"
15 => "Shopware\Core\Content\Category\SalesChannel\CachedNavigationRoute::Shopware\Core\Content\Category\SalesChannel\{closure} (line 72)"
16 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 35)"
17 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 142)"
18 => "Shopware\Core\Content\Category\SalesChannel\CachedNavigationRoute::loadNavigation (line 98)"
19 => "Shopware\Core\Content\Category\SalesChannel\CachedNavigationRoute::Shopware\Core\Content\Category\SalesChannel\{closure} (line 59)"
20 => "Shopware\Core\Profiling\Profiler::trace (line 111)"
21 => "Shopware\Core\Content\Category\SalesChannel\CachedNavigationRoute::load (line 48)"
22 => "Shopware\Core\Content\Category\SalesChannel\TreeBuildingNavigationRoute::load (line 68)"
23 => "Shopware\Core\Content\Category\Service\NavigationLoader::load (line 72)"
24 => "Shopware\Storefront\Pagelet\Header\HeaderPageletLoader::load (line 89)"
25 => "Shopware\Storefront\Page\GenericPageLoader::Shopware\Storefront\Page\{closure} (line 59)"
26 => "Shopware\Core\Profiling\Profiler::trace (line 132)"
27 => "Shopware\Storefront\Page\GenericPageLoader::load (line 203)"
28 => "Cbax\ModulLexicon\Controller\FrontendController::detail (line 163)"
29 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
30 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
31 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
32 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 479)"
33 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 452)"
34 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 346)"
35 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 224)"
36 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
37 => "Shopware\Core\HttpKernel::doHandle (line 81)"
38 => "Shopware\Core\HttpKernel::handle (line 85)"
]
|
46 |
8.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.title`, COALESCE(`category.media.translation.title`,`category.media.translation.title`) as `category.media.title`, `category.media.translation.alt`, COALESCE(`category.media.translation.alt`,`category.media.translation.alt`) as `category.media.alt`, `category.media.translation.customFields`, COALESCE(`category.media.translation.customFields`,`category.media.translation.customFields`) as `category.media.customFields`, `category.media.translation.createdAt`, `category.media.translation.updatedAt`, `category.media.translation.mediaId`, `category.media.translation.languageId`, `category.translation.name`, COALESCE(`category.translation.name`,`category.translation.name`) as `category.name`, `category.translation.breadcrumb`, COALESCE(`category.translation.breadcrumb`,`category.translation.breadcrumb`) as `category.breadcrumb`, `category.translation.slotConfig`, COALESCE(`category.translation.slotConfig`,`category.translation.slotConfig`) as `category.slotConfig`, `category.translation.linkType`, COALESCE(`category.translation.linkType`,`category.translation.linkType`) as `category.linkType`, `category.translation.internalLink`, COALESCE(`category.translation.internalLink`,`category.translation.internalLink`) as `category.internalLink`, `category.translation.externalLink`, COALESCE(`category.translation.externalLink`,`category.translation.externalLink`) as `category.externalLink`, `category.translation.linkNewTab`, COALESCE(`category.translation.linkNewTab`,`category.translation.linkNewTab`) as `category.linkNewTab`, `category.translation.description`, COALESCE(`category.translation.description`,`category.translation.description`) as `category.description`, `category.translation.metaTitle`, COALESCE(`category.translation.metaTitle`,`category.translation.metaTitle`) as `category.metaTitle`, `category.translation.metaDescription`, COALESCE(`category.translation.metaDescription`,`category.translation.metaDescription`) as `category.metaDescription`, `category.translation.keywords`, COALESCE(`category.translation.keywords`,`category.translation.keywords`) as `category.keywords`, `category.translation.customFields`, COALESCE(`category.translation.customFields`,`category.translation.customFields`) as `category.customFields`, `category.translation.createdAt`, `category.translation.updatedAt`, `category.translation.categoryId`, `category.translation.languageId`, `category.translation.categoryVersionId` FROM `category` LEFT JOIN (SELECT `category.translation`.category_id, `category.translation`.category_version_id, `category.translation`.name as `category.translation.name`, `category.translation`.breadcrumb as `category.translation.breadcrumb`, `category.translation`.slot_config as `category.translation.slotConfig`, `category.translation`.link_type as `category.translation.linkType`, `category.translation`.internal_link as `category.translation.internalLink`, `category.translation`.external_link as `category.translation.externalLink`, `category.translation`.link_new_tab as `category.translation.linkNewTab`, `category.translation`.description as `category.translation.description`, `category.translation`.meta_title as `category.translation.metaTitle`, `category.translation`.meta_description as `category.translation.metaDescription`, `category.translation`.keywords as `category.translation.keywords`, `category.translation`.custom_fields as `category.translation.customFields`, `category.translation`.created_at as `category.translation.createdAt`, `category.translation`.updated_at as `category.translation.updatedAt`, `category.translation`.category_id as `category.translation.categoryId`, `category.translation`.language_id as `category.translation.languageId`, `category.translation`.category_version_id as `category.translation.categoryVersionId` FROM `category_translation` `category.translation` WHERE `category.translation`.language_id = :languageId) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.category_version_id = `category`.version_id LEFT JOIN `media` `category.media` ON `category`.`media_id` = `category.media`.`id` LEFT JOIN (SELECT `category.media.translation`.media_id, `category.media.translation`.title as `category.media.translation.title`, `category.media.translation`.alt as `category.media.translation.alt`, `category.media.translation`.custom_fields as `category.media.translation.customFields`, `category.media.translation`.created_at as `category.media.translation.createdAt`, `category.media.translation`.updated_at as `category.media.translation.updatedAt`, `category.media.translation`.media_id as `category.media.translation.mediaId`, `category.media.translation`.language_id as `category.media.translation.languageId` FROM `media_translation` `category.media.translation` WHERE `category.media.translation`.language_id = :languageId) `category.media.media_translation` ON `category.media.media_translation`.`media_id` = `category.media`.`id` WHERE (`category`.`version_id` = :version) AND ((`category`.`path` LIKE :param_1478c5c7fb2b4d3c836de311a58360f0 AND (`category`.`level` > :param_a15cb052ca4c4e128ce8642adb6d2b34 AND `category`.`level` <= :param_ce19c1af9675431fbbc4588755e94d5e)))
SELECT
`category`.`id` as `category.id`,
`category`.`version_id` as `category.versionId`,
`category`.`parent_id` as `category.parentId`,
`category`.`parent_version_id` as `category.parentVersionId`,
`category`.`after_category_id` as `category.afterCategoryId`,
`category`.`after_category_version_id` as `category.afterCategoryVersionId`,
`category`.`media_id` as `category.mediaId`,
`category`.`display_nested_products` as `category.displayNestedProducts`,
`category`.`auto_increment` as `category.autoIncrement`,
`category`.`level` as `category.level`,
`category`.`path` as `category.path`,
`category`.`child_count` as `category.childCount`,
`category`.`type` as `category.type`,
`category`.`product_assignment_type` as `category.productAssignmentType`,
`category`.`visible` as `category.visible`,
`category`.`active` as `category.active`,
`category`.`cms_page_id` as `category.cmsPageId`,
`category`.`cms_page_version_id` as `category.cmsPageVersionId`,
`category`.`product_stream_id` as `category.productStreamId`,
`category`.`created_at` as `category.createdAt`,
`category`.`updated_at` as `category.updatedAt`,
`category.media`.`id` as `category.media.id`,
`category.media`.`user_id` as `category.media.userId`,
`category.media`.`media_folder_id` as `category.media.mediaFolderId`,
`category.media`.`mime_type` as `category.media.mimeType`,
`category.media`.`file_extension` as `category.media.fileExtension`,
`category.media`.`uploaded_at` as `category.media.uploadedAt`,
`category.media`.`file_name` as `category.media.fileName`,
`category.media`.`file_size` as `category.media.fileSize`,
`category.media`.`media_type` as `category.media.mediaTypeRaw`,
`category.media`.`meta_data` as `category.media.metaData`,
`category.media`.`private` as `category.media.private`,
`category.media`.`thumbnails_ro` as `category.media.thumbnailsRo`,
`category.media`.`created_at` as `category.media.createdAt`,
`category.media`.`updated_at` as `category.media.updatedAt`,
`category.media.translation.title`,
COALESCE(
`category.media.translation.title`,
`category.media.translation.title`
) as `category.media.title`,
`category.media.translation.alt`,
COALESCE(
`category.media.translation.alt`,
`category.media.translation.alt`
) as `category.media.alt`,
`category.media.translation.customFields`,
COALESCE(
`category.media.translation.customFields`,
`category.media.translation.customFields`
) as `category.media.customFields`,
`category.media.translation.createdAt`,
`category.media.translation.updatedAt`,
`category.media.translation.mediaId`,
`category.media.translation.languageId`,
`category.translation.name`,
COALESCE(
`category.translation.name`, `category.translation.name`
) as `category.name`,
`category.translation.breadcrumb`,
COALESCE(
`category.translation.breadcrumb`,
`category.translation.breadcrumb`
) as `category.breadcrumb`,
`category.translation.slotConfig`,
COALESCE(
`category.translation.slotConfig`,
`category.translation.slotConfig`
) as `category.slotConfig`,
`category.translation.linkType`,
COALESCE(
`category.translation.linkType`,
`category.translation.linkType`
) as `category.linkType`,
`category.translation.internalLink`,
COALESCE(
`category.translation.internalLink`,
`category.translation.internalLink`
) as `category.internalLink`,
`category.translation.externalLink`,
COALESCE(
`category.translation.externalLink`,
`category.translation.externalLink`
) as `category.externalLink`,
`category.translation.linkNewTab`,
COALESCE(
`category.translation.linkNewTab`,
`category.translation.linkNewTab`
) as `category.linkNewTab`,
`category.translation.description`,
COALESCE(
`category.translation.description`,
`category.translation.description`
) as `category.description`,
`category.translation.metaTitle`,
COALESCE(
`category.translation.metaTitle`,
`category.translation.metaTitle`
) as `category.metaTitle`,
`category.translation.metaDescription`,
COALESCE(
`category.translation.metaDescription`,
`category.translation.metaDescription`
) as `category.metaDescription`,
`category.translation.keywords`,
COALESCE(
`category.translation.keywords`,
`category.translation.keywords`
) as `category.keywords`,
`category.translation.customFields`,
COALESCE(
`category.translation.customFields`,
`category.translation.customFields`
) as `category.customFields`,
`category.translation.createdAt`,
`category.translation.updatedAt`,
`category.translation.categoryId`,
`category.translation.languageId`,
`category.translation.categoryVersionId`
FROM
`category`
LEFT JOIN (
SELECT
`category.translation`.category_id,
`category.translation`.category_version_id,
`category.translation`.name as `category.translation.name`,
`category.translation`.breadcrumb as `category.translation.breadcrumb`,
`category.translation`.slot_config as `category.translation.slotConfig`,
`category.translation`.link_type as `category.translation.linkType`,
`category.translation`.internal_link as `category.translation.internalLink`,
`category.translation`.external_link as `category.translation.externalLink`,
`category.translation`.link_new_tab as `category.translation.linkNewTab`,
`category.translation`.description as `category.translation.description`,
`category.translation`.meta_title as `category.translation.metaTitle`,
`category.translation`.meta_description as `category.translation.metaDescription`,
`category.translation`.keywords as `category.translation.keywords`,
`category.translation`.custom_fields as `category.translation.customFields`,
`category.translation`.created_at as `category.translation.createdAt`,
`category.translation`.updated_at as `category.translation.updatedAt`,
`category.translation`.category_id as `category.translation.categoryId`,
`category.translation`.language_id as `category.translation.languageId`,
`category.translation`.category_version_id as `category.translation.categoryVersionId`
FROM
`category_translation` `category.translation`
WHERE
`category.translation`.language_id = : languageId
) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id`
AND `category.category_translation`.category_version_id = `category`.version_id
LEFT JOIN `media` `category.media` ON `category`.`media_id` = `category.media`.`id`
LEFT JOIN (
SELECT
`category.media.translation`.media_id,
`category.media.translation`.title as `category.media.translation.title`,
`category.media.translation`.alt as `category.media.translation.alt`,
`category.media.translation`.custom_fields as `category.media.translation.customFields`,
`category.media.translation`.created_at as `category.media.translation.createdAt`,
`category.media.translation`.updated_at as `category.media.translation.updatedAt`,
`category.media.translation`.media_id as `category.media.translation.mediaId`,
`category.media.translation`.language_id as `category.media.translation.languageId`
FROM
`media_translation` `category.media.translation`
WHERE
`category.media.translation`.language_id = : languageId
) `category.media.media_translation` ON `category.media.media_translation`.`media_id` = `category.media`.`id`
WHERE
(
`category`.`version_id` = : version
)
AND (
(
`category`.`path` LIKE : param_1478c5c7fb2b4d3c836de311a58360f0
AND (
`category`.`level` > : param_a15cb052ca4c4e128ce8642adb6d2b34
AND `category`.`level` <= : param_ce19c1af9675431fbbc4588755e94d5e
)
)
)
SELECT `category`.`id` as `category.id`, `category`.`version_id` as `category.versionId`, `category`.`parent_id` as `category.parentId`, `category`.`parent_version_id` as `category.parentVersionId`, `category`.`after_category_id` as `category.afterCategoryId`, `category`.`after_category_version_id` as `category.afterCategoryVersionId`, `category`.`media_id` as `category.mediaId`, `category`.`display_nested_products` as `category.displayNestedProducts`, `category`.`auto_increment` as `category.autoIncrement`, `category`.`level` as `category.level`, `category`.`path` as `category.path`, `category`.`child_count` as `category.childCount`, `category`.`type` as `category.type`, `category`.`product_assignment_type` as `category.productAssignmentType`, `category`.`visible` as `category.visible`, `category`.`active` as `category.active`, `category`.`cms_page_id` as `category.cmsPageId`, `category`.`cms_page_version_id` as `category.cmsPageVersionId`, `category`.`product_stream_id` as `category.productStreamId`, `category`.`created_at` as `category.createdAt`, `category`.`updated_at` as `category.updatedAt`, `category.media`.`id` as `category.media.id`, `category.media`.`user_id` as `category.media.userId`, `category.media`.`media_folder_id` as `category.media.mediaFolderId`, `category.media`.`mime_type` as `category.media.mimeType`, `category.media`.`file_extension` as `category.media.fileExtension`, `category.media`.`uploaded_at` as `category.media.uploadedAt`, `category.media`.`file_name` as `category.media.fileName`, `category.media`.`file_size` as `category.media.fileSize`, `category.media`.`media_type` as `category.media.mediaTypeRaw`, `category.media`.`meta_data` as `category.media.metaData`, `category.media`.`private` as `category.media.private`, `category.media`.`thumbnails_ro` as `category.media.thumbnailsRo`, `category.media`.`created_at` as `category.media.createdAt`, `category.media`.`updated_at` as `category.media.updatedAt`, `category.media.translation.title`, COALESCE(`category.media.translation.title`,`category.media.translation.title`) as `category.media.title`, `category.media.translation.alt`, COALESCE(`category.media.translation.alt`,`category.media.translation.alt`) as `category.media.alt`, `category.media.translation.customFields`, COALESCE(`category.media.translation.customFields`,`category.media.translation.customFields`) as `category.media.customFields`, `category.media.translation.createdAt`, `category.media.translation.updatedAt`, `category.media.translation.mediaId`, `category.media.translation.languageId`, `category.translation.name`, COALESCE(`category.translation.name`,`category.translation.name`) as `category.name`, `category.translation.breadcrumb`, COALESCE(`category.translation.breadcrumb`,`category.translation.breadcrumb`) as `category.breadcrumb`, `category.translation.slotConfig`, COALESCE(`category.translation.slotConfig`,`category.translation.slotConfig`) as `category.slotConfig`, `category.translation.linkType`, COALESCE(`category.translation.linkType`,`category.translation.linkType`) as `category.linkType`, `category.translation.internalLink`, COALESCE(`category.translation.internalLink`,`category.translation.internalLink`) as `category.internalLink`, `category.translation.externalLink`, COALESCE(`category.translation.externalLink`,`category.translation.externalLink`) as `category.externalLink`, `category.translation.linkNewTab`, COALESCE(`category.translation.linkNewTab`,`category.translation.linkNewTab`) as `category.linkNewTab`, `category.translation.description`, COALESCE(`category.translation.description`,`category.translation.description`) as `category.description`, `category.translation.metaTitle`, COALESCE(`category.translation.metaTitle`,`category.translation.metaTitle`) as `category.metaTitle`, `category.translation.metaDescription`, COALESCE(`category.translation.metaDescription`,`category.translation.metaDescription`) as `category.metaDescription`, `category.translation.keywords`, COALESCE(`category.translation.keywords`,`category.translation.keywords`) as `category.keywords`, `category.translation.customFields`, COALESCE(`category.translation.customFields`,`category.translation.customFields`) as `category.customFields`, `category.translation.createdAt`, `category.translation.updatedAt`, `category.translation.categoryId`, `category.translation.languageId`, `category.translation.categoryVersionId` FROM `category` LEFT JOIN (SELECT `category.translation`.category_id, `category.translation`.category_version_id, `category.translation`.name as `category.translation.name`, `category.translation`.breadcrumb as `category.translation.breadcrumb`, `category.translation`.slot_config as `category.translation.slotConfig`, `category.translation`.link_type as `category.translation.linkType`, `category.translation`.internal_link as `category.translation.internalLink`, `category.translation`.external_link as `category.translation.externalLink`, `category.translation`.link_new_tab as `category.translation.linkNewTab`, `category.translation`.description as `category.translation.description`, `category.translation`.meta_title as `category.translation.metaTitle`, `category.translation`.meta_description as `category.translation.metaDescription`, `category.translation`.keywords as `category.translation.keywords`, `category.translation`.custom_fields as `category.translation.customFields`, `category.translation`.created_at as `category.translation.createdAt`, `category.translation`.updated_at as `category.translation.updatedAt`, `category.translation`.category_id as `category.translation.categoryId`, `category.translation`.language_id as `category.translation.languageId`, `category.translation`.category_version_id as `category.translation.categoryVersionId` FROM `category_translation` `category.translation` WHERE `category.translation`.language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.category_version_id = `category`.version_id LEFT JOIN `media` `category.media` ON `category`.`media_id` = `category.media`.`id` LEFT JOIN (SELECT `category.media.translation`.media_id, `category.media.translation`.title as `category.media.translation.title`, `category.media.translation`.alt as `category.media.translation.alt`, `category.media.translation`.custom_fields as `category.media.translation.customFields`, `category.media.translation`.created_at as `category.media.translation.createdAt`, `category.media.translation`.updated_at as `category.media.translation.updatedAt`, `category.media.translation`.media_id as `category.media.translation.mediaId`, `category.media.translation`.language_id as `category.media.translation.languageId` FROM `media_translation` `category.media.translation` WHERE `category.media.translation`.language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B) `category.media.media_translation` ON `category.media.media_translation`.`media_id` = `category.media`.`id` WHERE (`category`.`version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425) AND ((`category`.`path` LIKE '%|d18a9609bbd643c2aae3b3bbe093c8f0|%' AND (`category`.`level` > 1 AND `category`.`level` <= 4)));
array:44 [▼
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 242)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 316)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetch (line 148)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 93)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::read (line 195)"
6 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::read (line 117)"
7 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::search (line 132)"
8 => "Shopware\Core\Content\Category\SalesChannel\NavigationRoute::loadLevels (line 95)"
9 => "Shopware\Core\Content\Category\SalesChannel\NavigationRoute::load (line 136)"
10 => "Shopware\Core\Content\Category\SalesChannel\CachedNavigationRoute::Shopware\Core\Content\Category\SalesChannel\{closure} (line 350)"
11 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 44)"
12 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 120)"
13 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 45)"
14 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 46)"
15 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 46)"
16 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 41)"
17 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 59)"
18 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 42)"
19 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 137)"
20 => "Shopware\Core\Content\Category\SalesChannel\CachedNavigationRoute::Shopware\Core\Content\Category\SalesChannel\{closure} (line 72)"
21 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 35)"
22 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 142)"
23 => "Shopware\Core\Content\Category\SalesChannel\CachedNavigationRoute::loadNavigation (line 98)"
24 => "Shopware\Core\Content\Category\SalesChannel\CachedNavigationRoute::Shopware\Core\Content\Category\SalesChannel\{closure} (line 59)"
25 => "Shopware\Core\Profiling\Profiler::trace (line 111)"
26 => "Shopware\Core\Content\Category\SalesChannel\CachedNavigationRoute::load (line 48)"
27 => "Shopware\Core\Content\Category\SalesChannel\TreeBuildingNavigationRoute::load (line 68)"
28 => "Shopware\Core\Content\Category\Service\NavigationLoader::load (line 72)"
29 => "Shopware\Storefront\Pagelet\Header\HeaderPageletLoader::load (line 89)"
30 => "Shopware\Storefront\Page\GenericPageLoader::Shopware\Storefront\Page\{closure} (line 59)"
31 => "Shopware\Core\Profiling\Profiler::trace (line 132)"
32 => "Shopware\Storefront\Page\GenericPageLoader::load (line 203)"
33 => "Cbax\ModulLexicon\Controller\FrontendController::detail (line 163)"
34 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
35 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
36 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
37 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 479)"
38 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 452)"
39 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 346)"
40 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 224)"
41 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
42 => "Shopware\Core\HttpKernel::doHandle (line 81)"
43 => "Shopware\Core\HttpKernel::handle (line 85)"
]
|
47 |
0.17 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_32d2af3793914b2e8b808f7dea0b27f9 AND `category`.`level` = :param_083813d5059743a8ae2affb00cc77be3 AND `category`.`active` = :param_478550aa6d8342e99523574c0ffc6e23 AND `category`.`visible` = :param_13492851e9e44b86a7bf2519489b15da)) 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` = : version
)
AND (
(
`category`.`path` LIKE : param_32d2af3793914b2e8b808f7dea0b27f9
AND `category`.`level` = : param_083813d5059743a8ae2affb00cc77be3
AND `category`.`active` = : param_478550aa6d8342e99523574c0ffc6e23
AND `category`.`visible` = : param_13492851e9e44b86a7bf2519489b15da
)
)
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 '%|d18a9609bbd643c2aae3b3bbe093c8f0|%' AND `category`.`level` = 4 AND `category`.`active` = 1 AND `category`.`visible` = 1)) GROUP BY `category`.`parent_id`;
array:44 [▼
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 242)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 205)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityAggregator::fetchAggregation (line 95)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityAggregator::aggregate (line 52)"
5 => "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator::aggregate (line 171)"
6 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::aggregate (line 263)"
7 => "Shopware\Core\Content\Category\SalesChannel\NavigationRoute::addVisibilityCounts (line 134)"
8 => "Shopware\Core\Content\Category\SalesChannel\NavigationRoute::loadLevels (line 95)"
9 => "Shopware\Core\Content\Category\SalesChannel\NavigationRoute::load (line 136)"
10 => "Shopware\Core\Content\Category\SalesChannel\CachedNavigationRoute::Shopware\Core\Content\Category\SalesChannel\{closure} (line 350)"
11 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 44)"
12 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 120)"
13 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 45)"
14 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 46)"
15 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 46)"
16 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 41)"
17 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 59)"
18 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 42)"
19 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 137)"
20 => "Shopware\Core\Content\Category\SalesChannel\CachedNavigationRoute::Shopware\Core\Content\Category\SalesChannel\{closure} (line 72)"
21 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 35)"
22 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 142)"
23 => "Shopware\Core\Content\Category\SalesChannel\CachedNavigationRoute::loadNavigation (line 98)"
24 => "Shopware\Core\Content\Category\SalesChannel\CachedNavigationRoute::Shopware\Core\Content\Category\SalesChannel\{closure} (line 59)"
25 => "Shopware\Core\Profiling\Profiler::trace (line 111)"
26 => "Shopware\Core\Content\Category\SalesChannel\CachedNavigationRoute::load (line 48)"
27 => "Shopware\Core\Content\Category\SalesChannel\TreeBuildingNavigationRoute::load (line 68)"
28 => "Shopware\Core\Content\Category\Service\NavigationLoader::load (line 72)"
29 => "Shopware\Storefront\Pagelet\Header\HeaderPageletLoader::load (line 89)"
30 => "Shopware\Storefront\Page\GenericPageLoader::Shopware\Storefront\Page\{closure} (line 59)"
31 => "Shopware\Core\Profiling\Profiler::trace (line 132)"
32 => "Shopware\Storefront\Page\GenericPageLoader::load (line 203)"
33 => "Cbax\ModulLexicon\Controller\FrontendController::detail (line 163)"
34 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
35 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
36 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
37 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 479)"
38 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 452)"
39 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 346)"
40 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 224)"
41 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
42 => "Shopware\Core\HttpKernel::doHandle (line 81)"
43 => "Shopware\Core\HttpKernel::handle (line 85)"
]
|
48 |
1.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.media`.`id` as `category.media.id`, `category.media`.`user_id` as `category.media.userId`, `category.media`.`media_folder_id` as `category.media.mediaFolderId`, `category.media`.`mime_type` as `category.media.mimeType`, `category.media`.`file_extension` as `category.media.fileExtension`, `category.media`.`uploaded_at` as `category.media.uploadedAt`, `category.media`.`file_name` as `category.media.fileName`, `category.media`.`file_size` as `category.media.fileSize`, `category.media`.`media_type` as `category.media.mediaTypeRaw`, `category.media`.`meta_data` as `category.media.metaData`, `category.media`.`private` as `category.media.private`, `category.media`.`thumbnails_ro` as `category.media.thumbnailsRo`, `category.media`.`created_at` as `category.media.createdAt`, `category.media`.`updated_at` as `category.media.updatedAt`, `category.media.translation.title`, COALESCE(`category.media.translation.title`,`category.media.translation.title`) as `category.media.title`, `category.media.translation.alt`, COALESCE(`category.media.translation.alt`,`category.media.translation.alt`) as `category.media.alt`, `category.media.translation.customFields`, COALESCE(`category.media.translation.customFields`,`category.media.translation.customFields`) as `category.media.customFields`, `category.media.translation.createdAt`, `category.media.translation.updatedAt`, `category.media.translation.mediaId`, `category.media.translation.languageId`, `category.translation.name`, COALESCE(`category.translation.name`,`category.translation.name`) as `category.name`, `category.translation.breadcrumb`, COALESCE(`category.translation.breadcrumb`,`category.translation.breadcrumb`) as `category.breadcrumb`, `category.translation.slotConfig`, COALESCE(`category.translation.slotConfig`,`category.translation.slotConfig`) as `category.slotConfig`, `category.translation.linkType`, COALESCE(`category.translation.linkType`,`category.translation.linkType`) as `category.linkType`, `category.translation.internalLink`, COALESCE(`category.translation.internalLink`,`category.translation.internalLink`) as `category.internalLink`, `category.translation.externalLink`, COALESCE(`category.translation.externalLink`,`category.translation.externalLink`) as `category.externalLink`, `category.translation.linkNewTab`, COALESCE(`category.translation.linkNewTab`,`category.translation.linkNewTab`) as `category.linkNewTab`, `category.translation.description`, COALESCE(`category.translation.description`,`category.translation.description`) as `category.description`, `category.translation.metaTitle`, COALESCE(`category.translation.metaTitle`,`category.translation.metaTitle`) as `category.metaTitle`, `category.translation.metaDescription`, COALESCE(`category.translation.metaDescription`,`category.translation.metaDescription`) as `category.metaDescription`, `category.translation.keywords`, COALESCE(`category.translation.keywords`,`category.translation.keywords`) as `category.keywords`, `category.translation.customFields`, COALESCE(`category.translation.customFields`,`category.translation.customFields`) as `category.customFields`, `category.translation.createdAt`, `category.translation.updatedAt`, `category.translation.categoryId`, `category.translation.languageId`, `category.translation.categoryVersionId` FROM `category` LEFT JOIN (SELECT `category.translation`.category_id, `category.translation`.category_version_id, `category.translation`.name as `category.translation.name`, `category.translation`.breadcrumb as `category.translation.breadcrumb`, `category.translation`.slot_config as `category.translation.slotConfig`, `category.translation`.link_type as `category.translation.linkType`, `category.translation`.internal_link as `category.translation.internalLink`, `category.translation`.external_link as `category.translation.externalLink`, `category.translation`.link_new_tab as `category.translation.linkNewTab`, `category.translation`.description as `category.translation.description`, `category.translation`.meta_title as `category.translation.metaTitle`, `category.translation`.meta_description as `category.translation.metaDescription`, `category.translation`.keywords as `category.translation.keywords`, `category.translation`.custom_fields as `category.translation.customFields`, `category.translation`.created_at as `category.translation.createdAt`, `category.translation`.updated_at as `category.translation.updatedAt`, `category.translation`.category_id as `category.translation.categoryId`, `category.translation`.language_id as `category.translation.languageId`, `category.translation`.category_version_id as `category.translation.categoryVersionId` FROM `category_translation` `category.translation` WHERE `category.translation`.language_id = :languageId) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.category_version_id = `category`.version_id LEFT JOIN `media` `category.media` ON `category`.`media_id` = `category.media`.`id` LEFT JOIN (SELECT `category.media.translation`.media_id, `category.media.translation`.title as `category.media.translation.title`, `category.media.translation`.alt as `category.media.translation.alt`, `category.media.translation`.custom_fields as `category.media.translation.customFields`, `category.media.translation`.created_at as `category.media.translation.createdAt`, `category.media.translation`.updated_at as `category.media.translation.updatedAt`, `category.media.translation`.media_id as `category.media.translation.mediaId`, `category.media.translation`.language_id as `category.media.translation.languageId` FROM `media_translation` `category.media.translation` WHERE `category.media.translation`.language_id = :languageId) `category.media.media_translation` ON `category.media.media_translation`.`media_id` = `category.media`.`id` WHERE (`category`.`version_id` = :version) AND (`category`.`id` IN (:ids))
SELECT
`category`.`id` as `category.id`,
`category`.`version_id` as `category.versionId`,
`category`.`parent_id` as `category.parentId`,
`category`.`parent_version_id` as `category.parentVersionId`,
`category`.`after_category_id` as `category.afterCategoryId`,
`category`.`after_category_version_id` as `category.afterCategoryVersionId`,
`category`.`media_id` as `category.mediaId`,
`category`.`display_nested_products` as `category.displayNestedProducts`,
`category`.`auto_increment` as `category.autoIncrement`,
`category`.`level` as `category.level`,
`category`.`path` as `category.path`,
`category`.`child_count` as `category.childCount`,
`category`.`type` as `category.type`,
`category`.`product_assignment_type` as `category.productAssignmentType`,
`category`.`visible` as `category.visible`,
`category`.`active` as `category.active`,
`category`.`cms_page_id` as `category.cmsPageId`,
`category`.`cms_page_version_id` as `category.cmsPageVersionId`,
`category`.`product_stream_id` as `category.productStreamId`,
`category`.`created_at` as `category.createdAt`,
`category`.`updated_at` as `category.updatedAt`,
`category.media`.`id` as `category.media.id`,
`category.media`.`user_id` as `category.media.userId`,
`category.media`.`media_folder_id` as `category.media.mediaFolderId`,
`category.media`.`mime_type` as `category.media.mimeType`,
`category.media`.`file_extension` as `category.media.fileExtension`,
`category.media`.`uploaded_at` as `category.media.uploadedAt`,
`category.media`.`file_name` as `category.media.fileName`,
`category.media`.`file_size` as `category.media.fileSize`,
`category.media`.`media_type` as `category.media.mediaTypeRaw`,
`category.media`.`meta_data` as `category.media.metaData`,
`category.media`.`private` as `category.media.private`,
`category.media`.`thumbnails_ro` as `category.media.thumbnailsRo`,
`category.media`.`created_at` as `category.media.createdAt`,
`category.media`.`updated_at` as `category.media.updatedAt`,
`category.media.translation.title`,
COALESCE(
`category.media.translation.title`,
`category.media.translation.title`
) as `category.media.title`,
`category.media.translation.alt`,
COALESCE(
`category.media.translation.alt`,
`category.media.translation.alt`
) as `category.media.alt`,
`category.media.translation.customFields`,
COALESCE(
`category.media.translation.customFields`,
`category.media.translation.customFields`
) as `category.media.customFields`,
`category.media.translation.createdAt`,
`category.media.translation.updatedAt`,
`category.media.translation.mediaId`,
`category.media.translation.languageId`,
`category.translation.name`,
COALESCE(
`category.translation.name`, `category.translation.name`
) as `category.name`,
`category.translation.breadcrumb`,
COALESCE(
`category.translation.breadcrumb`,
`category.translation.breadcrumb`
) as `category.breadcrumb`,
`category.translation.slotConfig`,
COALESCE(
`category.translation.slotConfig`,
`category.translation.slotConfig`
) as `category.slotConfig`,
`category.translation.linkType`,
COALESCE(
`category.translation.linkType`,
`category.translation.linkType`
) as `category.linkType`,
`category.translation.internalLink`,
COALESCE(
`category.translation.internalLink`,
`category.translation.internalLink`
) as `category.internalLink`,
`category.translation.externalLink`,
COALESCE(
`category.translation.externalLink`,
`category.translation.externalLink`
) as `category.externalLink`,
`category.translation.linkNewTab`,
COALESCE(
`category.translation.linkNewTab`,
`category.translation.linkNewTab`
) as `category.linkNewTab`,
`category.translation.description`,
COALESCE(
`category.translation.description`,
`category.translation.description`
) as `category.description`,
`category.translation.metaTitle`,
COALESCE(
`category.translation.metaTitle`,
`category.translation.metaTitle`
) as `category.metaTitle`,
`category.translation.metaDescription`,
COALESCE(
`category.translation.metaDescription`,
`category.translation.metaDescription`
) as `category.metaDescription`,
`category.translation.keywords`,
COALESCE(
`category.translation.keywords`,
`category.translation.keywords`
) as `category.keywords`,
`category.translation.customFields`,
COALESCE(
`category.translation.customFields`,
`category.translation.customFields`
) as `category.customFields`,
`category.translation.createdAt`,
`category.translation.updatedAt`,
`category.translation.categoryId`,
`category.translation.languageId`,
`category.translation.categoryVersionId`
FROM
`category`
LEFT JOIN (
SELECT
`category.translation`.category_id,
`category.translation`.category_version_id,
`category.translation`.name as `category.translation.name`,
`category.translation`.breadcrumb as `category.translation.breadcrumb`,
`category.translation`.slot_config as `category.translation.slotConfig`,
`category.translation`.link_type as `category.translation.linkType`,
`category.translation`.internal_link as `category.translation.internalLink`,
`category.translation`.external_link as `category.translation.externalLink`,
`category.translation`.link_new_tab as `category.translation.linkNewTab`,
`category.translation`.description as `category.translation.description`,
`category.translation`.meta_title as `category.translation.metaTitle`,
`category.translation`.meta_description as `category.translation.metaDescription`,
`category.translation`.keywords as `category.translation.keywords`,
`category.translation`.custom_fields as `category.translation.customFields`,
`category.translation`.created_at as `category.translation.createdAt`,
`category.translation`.updated_at as `category.translation.updatedAt`,
`category.translation`.category_id as `category.translation.categoryId`,
`category.translation`.language_id as `category.translation.languageId`,
`category.translation`.category_version_id as `category.translation.categoryVersionId`
FROM
`category_translation` `category.translation`
WHERE
`category.translation`.language_id = : languageId
) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id`
AND `category.category_translation`.category_version_id = `category`.version_id
LEFT JOIN `media` `category.media` ON `category`.`media_id` = `category.media`.`id`
LEFT JOIN (
SELECT
`category.media.translation`.media_id,
`category.media.translation`.title as `category.media.translation.title`,
`category.media.translation`.alt as `category.media.translation.alt`,
`category.media.translation`.custom_fields as `category.media.translation.customFields`,
`category.media.translation`.created_at as `category.media.translation.createdAt`,
`category.media.translation`.updated_at as `category.media.translation.updatedAt`,
`category.media.translation`.media_id as `category.media.translation.mediaId`,
`category.media.translation`.language_id as `category.media.translation.languageId`
FROM
`media_translation` `category.media.translation`
WHERE
`category.media.translation`.language_id = : languageId
) `category.media.media_translation` ON `category.media.media_translation`.`media_id` = `category.media`.`id`
WHERE
(
`category`.`version_id` = : version
)
AND (
`category`.`id` IN (: ids)
)
SELECT `category`.`id` as `category.id`, `category`.`version_id` as `category.versionId`, `category`.`parent_id` as `category.parentId`, `category`.`parent_version_id` as `category.parentVersionId`, `category`.`after_category_id` as `category.afterCategoryId`, `category`.`after_category_version_id` as `category.afterCategoryVersionId`, `category`.`media_id` as `category.mediaId`, `category`.`display_nested_products` as `category.displayNestedProducts`, `category`.`auto_increment` as `category.autoIncrement`, `category`.`level` as `category.level`, `category`.`path` as `category.path`, `category`.`child_count` as `category.childCount`, `category`.`type` as `category.type`, `category`.`product_assignment_type` as `category.productAssignmentType`, `category`.`visible` as `category.visible`, `category`.`active` as `category.active`, `category`.`cms_page_id` as `category.cmsPageId`, `category`.`cms_page_version_id` as `category.cmsPageVersionId`, `category`.`product_stream_id` as `category.productStreamId`, `category`.`created_at` as `category.createdAt`, `category`.`updated_at` as `category.updatedAt`, `category.media`.`id` as `category.media.id`, `category.media`.`user_id` as `category.media.userId`, `category.media`.`media_folder_id` as `category.media.mediaFolderId`, `category.media`.`mime_type` as `category.media.mimeType`, `category.media`.`file_extension` as `category.media.fileExtension`, `category.media`.`uploaded_at` as `category.media.uploadedAt`, `category.media`.`file_name` as `category.media.fileName`, `category.media`.`file_size` as `category.media.fileSize`, `category.media`.`media_type` as `category.media.mediaTypeRaw`, `category.media`.`meta_data` as `category.media.metaData`, `category.media`.`private` as `category.media.private`, `category.media`.`thumbnails_ro` as `category.media.thumbnailsRo`, `category.media`.`created_at` as `category.media.createdAt`, `category.media`.`updated_at` as `category.media.updatedAt`, `category.media.translation.title`, COALESCE(`category.media.translation.title`,`category.media.translation.title`) as `category.media.title`, `category.media.translation.alt`, COALESCE(`category.media.translation.alt`,`category.media.translation.alt`) as `category.media.alt`, `category.media.translation.customFields`, COALESCE(`category.media.translation.customFields`,`category.media.translation.customFields`) as `category.media.customFields`, `category.media.translation.createdAt`, `category.media.translation.updatedAt`, `category.media.translation.mediaId`, `category.media.translation.languageId`, `category.translation.name`, COALESCE(`category.translation.name`,`category.translation.name`) as `category.name`, `category.translation.breadcrumb`, COALESCE(`category.translation.breadcrumb`,`category.translation.breadcrumb`) as `category.breadcrumb`, `category.translation.slotConfig`, COALESCE(`category.translation.slotConfig`,`category.translation.slotConfig`) as `category.slotConfig`, `category.translation.linkType`, COALESCE(`category.translation.linkType`,`category.translation.linkType`) as `category.linkType`, `category.translation.internalLink`, COALESCE(`category.translation.internalLink`,`category.translation.internalLink`) as `category.internalLink`, `category.translation.externalLink`, COALESCE(`category.translation.externalLink`,`category.translation.externalLink`) as `category.externalLink`, `category.translation.linkNewTab`, COALESCE(`category.translation.linkNewTab`,`category.translation.linkNewTab`) as `category.linkNewTab`, `category.translation.description`, COALESCE(`category.translation.description`,`category.translation.description`) as `category.description`, `category.translation.metaTitle`, COALESCE(`category.translation.metaTitle`,`category.translation.metaTitle`) as `category.metaTitle`, `category.translation.metaDescription`, COALESCE(`category.translation.metaDescription`,`category.translation.metaDescription`) as `category.metaDescription`, `category.translation.keywords`, COALESCE(`category.translation.keywords`,`category.translation.keywords`) as `category.keywords`, `category.translation.customFields`, COALESCE(`category.translation.customFields`,`category.translation.customFields`) as `category.customFields`, `category.translation.createdAt`, `category.translation.updatedAt`, `category.translation.categoryId`, `category.translation.languageId`, `category.translation.categoryVersionId` FROM `category` LEFT JOIN (SELECT `category.translation`.category_id, `category.translation`.category_version_id, `category.translation`.name as `category.translation.name`, `category.translation`.breadcrumb as `category.translation.breadcrumb`, `category.translation`.slot_config as `category.translation.slotConfig`, `category.translation`.link_type as `category.translation.linkType`, `category.translation`.internal_link as `category.translation.internalLink`, `category.translation`.external_link as `category.translation.externalLink`, `category.translation`.link_new_tab as `category.translation.linkNewTab`, `category.translation`.description as `category.translation.description`, `category.translation`.meta_title as `category.translation.metaTitle`, `category.translation`.meta_description as `category.translation.metaDescription`, `category.translation`.keywords as `category.translation.keywords`, `category.translation`.custom_fields as `category.translation.customFields`, `category.translation`.created_at as `category.translation.createdAt`, `category.translation`.updated_at as `category.translation.updatedAt`, `category.translation`.category_id as `category.translation.categoryId`, `category.translation`.language_id as `category.translation.languageId`, `category.translation`.category_version_id as `category.translation.categoryVersionId` FROM `category_translation` `category.translation` WHERE `category.translation`.language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.category_version_id = `category`.version_id LEFT JOIN `media` `category.media` ON `category`.`media_id` = `category.media`.`id` LEFT JOIN (SELECT `category.media.translation`.media_id, `category.media.translation`.title as `category.media.translation.title`, `category.media.translation`.alt as `category.media.translation.alt`, `category.media.translation`.custom_fields as `category.media.translation.customFields`, `category.media.translation`.created_at as `category.media.translation.createdAt`, `category.media.translation`.updated_at as `category.media.translation.updatedAt`, `category.media.translation`.media_id as `category.media.translation.mediaId`, `category.media.translation`.language_id as `category.media.translation.languageId` FROM `media_translation` `category.media.translation` WHERE `category.media.translation`.language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B) `category.media.media_translation` ON `category.media.media_translation`.`media_id` = `category.media`.`id` WHERE (`category`.`version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425) AND (`category`.`id` IN (0xD18A9609BBD643C2AAE3B3BBE093C8F0));
array:45 [▼
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 242)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 316)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetch (line 148)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 93)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::read (line 195)"
6 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::read (line 117)"
7 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::search (line 111)"
8 => "Shopware\Core\Content\Category\SalesChannel\NavigationRoute::loadCategories (line 179)"
9 => "Shopware\Core\Content\Category\SalesChannel\NavigationRoute::loadChildren (line 99)"
10 => "Shopware\Core\Content\Category\SalesChannel\NavigationRoute::load (line 136)"
11 => "Shopware\Core\Content\Category\SalesChannel\CachedNavigationRoute::Shopware\Core\Content\Category\SalesChannel\{closure} (line 350)"
12 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 44)"
13 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 120)"
14 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 45)"
15 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 46)"
16 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 46)"
17 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 41)"
18 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 59)"
19 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 42)"
20 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 137)"
21 => "Shopware\Core\Content\Category\SalesChannel\CachedNavigationRoute::Shopware\Core\Content\Category\SalesChannel\{closure} (line 72)"
22 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 35)"
23 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 142)"
24 => "Shopware\Core\Content\Category\SalesChannel\CachedNavigationRoute::loadNavigation (line 98)"
25 => "Shopware\Core\Content\Category\SalesChannel\CachedNavigationRoute::Shopware\Core\Content\Category\SalesChannel\{closure} (line 59)"
26 => "Shopware\Core\Profiling\Profiler::trace (line 111)"
27 => "Shopware\Core\Content\Category\SalesChannel\CachedNavigationRoute::load (line 48)"
28 => "Shopware\Core\Content\Category\SalesChannel\TreeBuildingNavigationRoute::load (line 68)"
29 => "Shopware\Core\Content\Category\Service\NavigationLoader::load (line 72)"
30 => "Shopware\Storefront\Pagelet\Header\HeaderPageletLoader::load (line 89)"
31 => "Shopware\Storefront\Page\GenericPageLoader::Shopware\Storefront\Page\{closure} (line 59)"
32 => "Shopware\Core\Profiling\Profiler::trace (line 132)"
33 => "Shopware\Storefront\Page\GenericPageLoader::load (line 203)"
34 => "Cbax\ModulLexicon\Controller\FrontendController::detail (line 163)"
35 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
36 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
37 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
38 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 479)"
39 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 452)"
40 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 346)"
41 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 224)"
42 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
43 => "Shopware\Core\HttpKernel::doHandle (line 81)"
44 => "Shopware\Core\HttpKernel::handle (line 85)"
]
|
49 |
0.15 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_3500b380260e45ad96622db1ffaeec3d) 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` = : param_3500b380260e45ad96622db1ffaeec3d
)
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` = 0xFD5CCFC31DFA44A697B9FA97E8E740E1) GROUP BY `currency`.`id`;
array:37 [▼
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 242)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 107)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntitySearcher::search (line 62)"
4 => "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher::search (line 216)"
5 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::doSearch (line 122)"
6 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::search (line 49)"
7 => "Shopware\Core\System\Currency\SalesChannel\CurrencyRoute::load (line 102)"
8 => "Shopware\Core\System\Currency\SalesChannel\CachedCurrencyRoute::Shopware\Core\System\Currency\SalesChannel\{closure} (line 350)"
9 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 44)"
10 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 120)"
11 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 45)"
12 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 46)"
13 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 46)"
14 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 41)"
15 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 59)"
16 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 42)"
17 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 103)"
18 => "Shopware\Core\System\Currency\SalesChannel\CachedCurrencyRoute::Shopware\Core\System\Currency\SalesChannel\{closure} (line 72)"
19 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 35)"
20 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 108)"
21 => "Shopware\Core\System\Currency\SalesChannel\CachedCurrencyRoute::load (line 79)"
22 => "Shopware\Storefront\Pagelet\Header\HeaderPageletLoader::load (line 89)"
23 => "Shopware\Storefront\Page\GenericPageLoader::Shopware\Storefront\Page\{closure} (line 59)"
24 => "Shopware\Core\Profiling\Profiler::trace (line 132)"
25 => "Shopware\Storefront\Page\GenericPageLoader::load (line 203)"
26 => "Cbax\ModulLexicon\Controller\FrontendController::detail (line 163)"
27 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
28 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
29 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
30 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 479)"
31 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 452)"
32 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 346)"
33 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 224)"
34 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
35 => "Shopware\Core\HttpKernel::doHandle (line 81)"
36 => "Shopware\Core\HttpKernel::handle (line 85)"
]
|
50 |
0.24 ms |
SELECT `currency`.`id` as `currency.id`, `currency`.`factor` as `currency.factor`, `currency`.`symbol` as `currency.symbol`, `currency`.`iso_code` as `currency.isoCode`, `currency`.`position` as `currency.position`, `currency`.`item_rounding` as `currency.itemRounding`, `currency`.`total_rounding` as `currency.totalRounding`, `currency`.`tax_free_from` as `currency.taxFreeFrom`, `currency`.`created_at` as `currency.createdAt`, `currency`.`updated_at` as `currency.updatedAt`, `currency.translation.shortName`, COALESCE(`currency.translation.shortName`,`currency.translation.shortName`) as `currency.shortName`, `currency.translation.name`, COALESCE(`currency.translation.name`,`currency.translation.name`) as `currency.name`, `currency.translation.customFields`, COALESCE(`currency.translation.customFields`,`currency.translation.customFields`) as `currency.customFields`, `currency.translation.createdAt`, `currency.translation.updatedAt`, `currency.translation.currencyId`, `currency.translation.languageId` FROM `currency` LEFT JOIN (SELECT `currency.translation`.currency_id, `currency.translation`.short_name as `currency.translation.shortName`, `currency.translation`.name as `currency.translation.name`, `currency.translation`.custom_fields as `currency.translation.customFields`, `currency.translation`.created_at as `currency.translation.createdAt`, `currency.translation`.updated_at as `currency.translation.updatedAt`, `currency.translation`.currency_id as `currency.translation.currencyId`, `currency.translation`.language_id as `currency.translation.languageId` FROM `currency_translation` `currency.translation` WHERE `currency.translation`.language_id = :languageId) `currency.currency_translation` ON `currency.currency_translation`.`currency_id` = `currency`.`id` WHERE `currency`.`id` IN (:ids)
SELECT
`currency`.`id` as `currency.id`,
`currency`.`factor` as `currency.factor`,
`currency`.`symbol` as `currency.symbol`,
`currency`.`iso_code` as `currency.isoCode`,
`currency`.`position` as `currency.position`,
`currency`.`item_rounding` as `currency.itemRounding`,
`currency`.`total_rounding` as `currency.totalRounding`,
`currency`.`tax_free_from` as `currency.taxFreeFrom`,
`currency`.`created_at` as `currency.createdAt`,
`currency`.`updated_at` as `currency.updatedAt`,
`currency.translation.shortName`,
COALESCE(
`currency.translation.shortName`,
`currency.translation.shortName`
) as `currency.shortName`,
`currency.translation.name`,
COALESCE(
`currency.translation.name`, `currency.translation.name`
) as `currency.name`,
`currency.translation.customFields`,
COALESCE(
`currency.translation.customFields`,
`currency.translation.customFields`
) as `currency.customFields`,
`currency.translation.createdAt`,
`currency.translation.updatedAt`,
`currency.translation.currencyId`,
`currency.translation.languageId`
FROM
`currency`
LEFT JOIN (
SELECT
`currency.translation`.currency_id,
`currency.translation`.short_name as `currency.translation.shortName`,
`currency.translation`.name as `currency.translation.name`,
`currency.translation`.custom_fields as `currency.translation.customFields`,
`currency.translation`.created_at as `currency.translation.createdAt`,
`currency.translation`.updated_at as `currency.translation.updatedAt`,
`currency.translation`.currency_id as `currency.translation.currencyId`,
`currency.translation`.language_id as `currency.translation.languageId`
FROM
`currency_translation` `currency.translation`
WHERE
`currency.translation`.language_id = : languageId
) `currency.currency_translation` ON `currency.currency_translation`.`currency_id` = `currency`.`id`
WHERE
`currency`.`id` IN (: ids)
SELECT `currency`.`id` as `currency.id`, `currency`.`factor` as `currency.factor`, `currency`.`symbol` as `currency.symbol`, `currency`.`iso_code` as `currency.isoCode`, `currency`.`position` as `currency.position`, `currency`.`item_rounding` as `currency.itemRounding`, `currency`.`total_rounding` as `currency.totalRounding`, `currency`.`tax_free_from` as `currency.taxFreeFrom`, `currency`.`created_at` as `currency.createdAt`, `currency`.`updated_at` as `currency.updatedAt`, `currency.translation.shortName`, COALESCE(`currency.translation.shortName`,`currency.translation.shortName`) as `currency.shortName`, `currency.translation.name`, COALESCE(`currency.translation.name`,`currency.translation.name`) as `currency.name`, `currency.translation.customFields`, COALESCE(`currency.translation.customFields`,`currency.translation.customFields`) as `currency.customFields`, `currency.translation.createdAt`, `currency.translation.updatedAt`, `currency.translation.currencyId`, `currency.translation.languageId` FROM `currency` LEFT JOIN (SELECT `currency.translation`.currency_id, `currency.translation`.short_name as `currency.translation.shortName`, `currency.translation`.name as `currency.translation.name`, `currency.translation`.custom_fields as `currency.translation.customFields`, `currency.translation`.created_at as `currency.translation.createdAt`, `currency.translation`.updated_at as `currency.translation.updatedAt`, `currency.translation`.currency_id as `currency.translation.currencyId`, `currency.translation`.language_id as `currency.translation.languageId` FROM `currency_translation` `currency.translation` WHERE `currency.translation`.language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B) `currency.currency_translation` ON `currency.currency_translation`.`currency_id` = `currency`.`id` WHERE `currency`.`id` IN (0xB7D2554B0CE847CD82F3AC9BD1C0DFCA);
array:38 [▼
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 242)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 316)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetch (line 148)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 93)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::read (line 195)"
6 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::read (line 133)"
7 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::search (line 49)"
8 => "Shopware\Core\System\Currency\SalesChannel\CurrencyRoute::load (line 102)"
9 => "Shopware\Core\System\Currency\SalesChannel\CachedCurrencyRoute::Shopware\Core\System\Currency\SalesChannel\{closure} (line 350)"
10 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 44)"
11 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 120)"
12 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 45)"
13 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 46)"
14 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 46)"
15 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 41)"
16 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 59)"
17 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 42)"
18 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 103)"
19 => "Shopware\Core\System\Currency\SalesChannel\CachedCurrencyRoute::Shopware\Core\System\Currency\SalesChannel\{closure} (line 72)"
20 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 35)"
21 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 108)"
22 => "Shopware\Core\System\Currency\SalesChannel\CachedCurrencyRoute::load (line 79)"
23 => "Shopware\Storefront\Pagelet\Header\HeaderPageletLoader::load (line 89)"
24 => "Shopware\Storefront\Page\GenericPageLoader::Shopware\Storefront\Page\{closure} (line 59)"
25 => "Shopware\Core\Profiling\Profiler::trace (line 132)"
26 => "Shopware\Storefront\Page\GenericPageLoader::load (line 203)"
27 => "Cbax\ModulLexicon\Controller\FrontendController::detail (line 163)"
28 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
29 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
30 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
31 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 479)"
32 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 452)"
33 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 346)"
34 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 224)"
35 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
36 => "Shopware\Core\HttpKernel::doHandle (line 81)"
37 => "Shopware\Core\HttpKernel::handle (line 85)"
]
|
51 |
0.27 ms |
SELECT `theme`.`id` as `theme.id`, `theme`.`technical_name` as `theme.technicalName`, `theme`.`name` as `theme.name`, `theme`.`author` as `theme.author`, `theme`.`preview_media_id` as `theme.previewMediaId`, `theme`.`parent_theme_id` as `theme.parentThemeId`, `theme`.`base_config` as `theme.baseConfig`, `theme`.`config_values` as `theme.configValues`, `theme`.`active` as `theme.active`, `theme`.`created_at` as `theme.createdAt`, `theme`.`updated_at` as `theme.updatedAt`, `theme.translation.description`, COALESCE(`theme.translation.description`,`theme.translation.description`) as `theme.description`, `theme.translation.labels`, COALESCE(`theme.translation.labels`,`theme.translation.labels`) as `theme.labels`, `theme.translation.helpTexts`, COALESCE(`theme.translation.helpTexts`,`theme.translation.helpTexts`) as `theme.helpTexts`, `theme.translation.customFields`, COALESCE(`theme.translation.customFields`,`theme.translation.customFields`) as `theme.customFields`, `theme.translation.createdAt`, `theme.translation.updatedAt`, `theme.translation.themeId`, `theme.translation.languageId` FROM `theme` LEFT JOIN (SELECT `theme.translation`.theme_id, `theme.translation`.description as `theme.translation.description`, `theme.translation`.labels as `theme.translation.labels`, `theme.translation`.help_texts as `theme.translation.helpTexts`, `theme.translation`.custom_fields as `theme.translation.customFields`, `theme.translation`.created_at as `theme.translation.createdAt`, `theme.translation`.updated_at as `theme.translation.updatedAt`, `theme.translation`.theme_id as `theme.translation.themeId`, `theme.translation`.language_id as `theme.translation.languageId` FROM `theme_translation` `theme.translation` WHERE `theme.translation`.language_id = :languageId) `theme.theme_translation` ON `theme.theme_translation`.`theme_id` = `theme`.`id` WHERE (`theme`.`technical_name` = :param_1725371877db4efbbc18ecb19c2577f9)
SELECT
`theme`.`id` as `theme.id`,
`theme`.`technical_name` as `theme.technicalName`,
`theme`.`name` as `theme.name`,
`theme`.`author` as `theme.author`,
`theme`.`preview_media_id` as `theme.previewMediaId`,
`theme`.`parent_theme_id` as `theme.parentThemeId`,
`theme`.`base_config` as `theme.baseConfig`,
`theme`.`config_values` as `theme.configValues`,
`theme`.`active` as `theme.active`,
`theme`.`created_at` as `theme.createdAt`,
`theme`.`updated_at` as `theme.updatedAt`,
`theme.translation.description`,
COALESCE(
`theme.translation.description`,
`theme.translation.description`
) as `theme.description`,
`theme.translation.labels`,
COALESCE(
`theme.translation.labels`, `theme.translation.labels`
) as `theme.labels`,
`theme.translation.helpTexts`,
COALESCE(
`theme.translation.helpTexts`, `theme.translation.helpTexts`
) as `theme.helpTexts`,
`theme.translation.customFields`,
COALESCE(
`theme.translation.customFields`,
`theme.translation.customFields`
) as `theme.customFields`,
`theme.translation.createdAt`,
`theme.translation.updatedAt`,
`theme.translation.themeId`,
`theme.translation.languageId`
FROM
`theme`
LEFT JOIN (
SELECT
`theme.translation`.theme_id,
`theme.translation`.description as `theme.translation.description`,
`theme.translation`.labels as `theme.translation.labels`,
`theme.translation`.help_texts as `theme.translation.helpTexts`,
`theme.translation`.custom_fields as `theme.translation.customFields`,
`theme.translation`.created_at as `theme.translation.createdAt`,
`theme.translation`.updated_at as `theme.translation.updatedAt`,
`theme.translation`.theme_id as `theme.translation.themeId`,
`theme.translation`.language_id as `theme.translation.languageId`
FROM
`theme_translation` `theme.translation`
WHERE
`theme.translation`.language_id = : languageId
) `theme.theme_translation` ON `theme.theme_translation`.`theme_id` = `theme`.`id`
WHERE
(
`theme`.`technical_name` = : param_1725371877db4efbbc18ecb19c2577f9
)
SELECT `theme`.`id` as `theme.id`, `theme`.`technical_name` as `theme.technicalName`, `theme`.`name` as `theme.name`, `theme`.`author` as `theme.author`, `theme`.`preview_media_id` as `theme.previewMediaId`, `theme`.`parent_theme_id` as `theme.parentThemeId`, `theme`.`base_config` as `theme.baseConfig`, `theme`.`config_values` as `theme.configValues`, `theme`.`active` as `theme.active`, `theme`.`created_at` as `theme.createdAt`, `theme`.`updated_at` as `theme.updatedAt`, `theme.translation.description`, COALESCE(`theme.translation.description`,`theme.translation.description`) as `theme.description`, `theme.translation.labels`, COALESCE(`theme.translation.labels`,`theme.translation.labels`) as `theme.labels`, `theme.translation.helpTexts`, COALESCE(`theme.translation.helpTexts`,`theme.translation.helpTexts`) as `theme.helpTexts`, `theme.translation.customFields`, COALESCE(`theme.translation.customFields`,`theme.translation.customFields`) as `theme.customFields`, `theme.translation.createdAt`, `theme.translation.updatedAt`, `theme.translation.themeId`, `theme.translation.languageId` FROM `theme` LEFT JOIN (SELECT `theme.translation`.theme_id, `theme.translation`.description as `theme.translation.description`, `theme.translation`.labels as `theme.translation.labels`, `theme.translation`.help_texts as `theme.translation.helpTexts`, `theme.translation`.custom_fields as `theme.translation.customFields`, `theme.translation`.created_at as `theme.translation.createdAt`, `theme.translation`.updated_at as `theme.translation.updatedAt`, `theme.translation`.theme_id as `theme.translation.themeId`, `theme.translation`.language_id as `theme.translation.languageId` FROM `theme_translation` `theme.translation` WHERE `theme.translation`.language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B) `theme.theme_translation` ON `theme.theme_translation`.`theme_id` = `theme`.`id` WHERE (`theme`.`technical_name` = 'EsmComputer');
array:34 [▼
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 242)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 316)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetch (line 148)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 93)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::read (line 257)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::read (line 286)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::_search (line 106)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 51)"
9 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator::search (line 80)"
10 => "EsmComputer\Storefront\Subscriber\TemplateSubscriber::onHeaderPageletLoaded (line 118)"
11 => "Symfony\Component\EventDispatcher\Debug\WrappedListener::__invoke (line 230)"
12 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
13 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 56)"
14 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 98)"
15 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 55)"
16 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 37)"
17 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
18 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 96)"
19 => "Shopware\Storefront\Pagelet\Header\HeaderPageletLoader::load (line 89)"
20 => "Shopware\Storefront\Page\GenericPageLoader::Shopware\Storefront\Page\{closure} (line 59)"
21 => "Shopware\Core\Profiling\Profiler::trace (line 132)"
22 => "Shopware\Storefront\Page\GenericPageLoader::load (line 203)"
23 => "Cbax\ModulLexicon\Controller\FrontendController::detail (line 163)"
24 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
25 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
26 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
27 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 479)"
28 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 452)"
29 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 346)"
30 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 224)"
31 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
32 => "Shopware\Core\HttpKernel::doHandle (line 81)"
33 => "Shopware\Core\HttpKernel::handle (line 85)"
]
|
52 |
0.08 ms |
SELECT `category`.`id`, `category`.`auto_increment` FROM `category` WHERE (`category`.`version_id` = :version) AND ((`category`.`id` = :param_5f95d7032a914f09bcf2bcecd668ac18)) ORDER BY `category`.`auto_increment` ASC
SELECT
`category`.`id`,
`category`.`auto_increment`
FROM
`category`
WHERE
(
`category`.`version_id` = : version
)
AND (
(
`category`.`id` = : param_5f95d7032a914f09bcf2bcecd668ac18
)
)
ORDER BY
`category`.`auto_increment` ASC
SELECT `category`.`id`, `category`.`auto_increment` FROM `category` WHERE (`category`.`version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425) AND ((`category`.`id` = 0x69A4AEC2A24B46AD8C36221ED5CE1848)) ORDER BY `category`.`auto_increment` ASC;
array:34 [▼
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 242)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 107)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntitySearcher::search (line 62)"
4 => "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher::search (line 132)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::searchIds (line 291)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::_search (line 106)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 51)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator::search (line 269)"
9 => "EsmComputer\Storefront\Subscriber\TemplateSubscriber::loadCategory (line 92)"
10 => "EsmComputer\Storefront\Subscriber\TemplateSubscriber::onHeaderPageletLoaded (line 118)"
11 => "Symfony\Component\EventDispatcher\Debug\WrappedListener::__invoke (line 230)"
12 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
13 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 56)"
14 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 98)"
15 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 55)"
16 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 37)"
17 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
18 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 96)"
19 => "Shopware\Storefront\Pagelet\Header\HeaderPageletLoader::load (line 89)"
20 => "Shopware\Storefront\Page\GenericPageLoader::Shopware\Storefront\Page\{closure} (line 59)"
21 => "Shopware\Core\Profiling\Profiler::trace (line 132)"
22 => "Shopware\Storefront\Page\GenericPageLoader::load (line 203)"
23 => "Cbax\ModulLexicon\Controller\FrontendController::detail (line 163)"
24 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
25 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
26 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
27 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 479)"
28 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 452)"
29 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 346)"
30 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 224)"
31 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
32 => "Shopware\Core\HttpKernel::doHandle (line 81)"
33 => "Shopware\Core\HttpKernel::handle (line 85)"
]
|
53 |
0.61 ms |
SELECT `category`.`id` as `category.id`, `category`.`version_id` as `category.versionId`, `category`.`parent_id` as `category.parentId`, `category`.`parent_version_id` as `category.parentVersionId`, `category`.`after_category_id` as `category.afterCategoryId`, `category`.`after_category_version_id` as `category.afterCategoryVersionId`, `category`.`media_id` as `category.mediaId`, `category`.`display_nested_products` as `category.displayNestedProducts`, `category`.`auto_increment` as `category.autoIncrement`, `category`.`level` as `category.level`, `category`.`path` as `category.path`, `category`.`child_count` as `category.childCount`, `category`.`type` as `category.type`, `category`.`product_assignment_type` as `category.productAssignmentType`, `category`.`visible` as `category.visible`, `category`.`active` as `category.active`, `category`.`cms_page_id` as `category.cmsPageId`, `category`.`cms_page_version_id` as `category.cmsPageVersionId`, `category`.`product_stream_id` as `category.productStreamId`, `category`.`created_at` as `category.createdAt`, `category`.`updated_at` as `category.updatedAt`, `category.translation.name`, COALESCE(`category.translation.name`,`category.translation.name`) as `category.name`, `category.translation.breadcrumb`, COALESCE(`category.translation.breadcrumb`,`category.translation.breadcrumb`) as `category.breadcrumb`, `category.translation.slotConfig`, COALESCE(`category.translation.slotConfig`,`category.translation.slotConfig`) as `category.slotConfig`, `category.translation.linkType`, COALESCE(`category.translation.linkType`,`category.translation.linkType`) as `category.linkType`, `category.translation.internalLink`, COALESCE(`category.translation.internalLink`,`category.translation.internalLink`) as `category.internalLink`, `category.translation.externalLink`, COALESCE(`category.translation.externalLink`,`category.translation.externalLink`) as `category.externalLink`, `category.translation.linkNewTab`, COALESCE(`category.translation.linkNewTab`,`category.translation.linkNewTab`) as `category.linkNewTab`, `category.translation.description`, COALESCE(`category.translation.description`,`category.translation.description`) as `category.description`, `category.translation.metaTitle`, COALESCE(`category.translation.metaTitle`,`category.translation.metaTitle`) as `category.metaTitle`, `category.translation.metaDescription`, COALESCE(`category.translation.metaDescription`,`category.translation.metaDescription`) as `category.metaDescription`, `category.translation.keywords`, COALESCE(`category.translation.keywords`,`category.translation.keywords`) as `category.keywords`, `category.translation.customFields`, COALESCE(`category.translation.customFields`,`category.translation.customFields`) as `category.customFields`, `category.translation.createdAt`, `category.translation.updatedAt`, `category.translation.categoryId`, `category.translation.languageId`, `category.translation.categoryVersionId` FROM `category` LEFT JOIN (SELECT `category.translation`.category_id, `category.translation`.category_version_id, `category.translation`.name as `category.translation.name`, `category.translation`.breadcrumb as `category.translation.breadcrumb`, `category.translation`.slot_config as `category.translation.slotConfig`, `category.translation`.link_type as `category.translation.linkType`, `category.translation`.internal_link as `category.translation.internalLink`, `category.translation`.external_link as `category.translation.externalLink`, `category.translation`.link_new_tab as `category.translation.linkNewTab`, `category.translation`.description as `category.translation.description`, `category.translation`.meta_title as `category.translation.metaTitle`, `category.translation`.meta_description as `category.translation.metaDescription`, `category.translation`.keywords as `category.translation.keywords`, `category.translation`.custom_fields as `category.translation.customFields`, `category.translation`.created_at as `category.translation.createdAt`, `category.translation`.updated_at as `category.translation.updatedAt`, `category.translation`.category_id as `category.translation.categoryId`, `category.translation`.language_id as `category.translation.languageId`, `category.translation`.category_version_id as `category.translation.categoryVersionId` FROM `category_translation` `category.translation` WHERE `category.translation`.language_id = :languageId) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.category_version_id = `category`.version_id WHERE (`category`.`version_id` = :version) AND (`category`.`id` IN (:ids))
SELECT
`category`.`id` as `category.id`,
`category`.`version_id` as `category.versionId`,
`category`.`parent_id` as `category.parentId`,
`category`.`parent_version_id` as `category.parentVersionId`,
`category`.`after_category_id` as `category.afterCategoryId`,
`category`.`after_category_version_id` as `category.afterCategoryVersionId`,
`category`.`media_id` as `category.mediaId`,
`category`.`display_nested_products` as `category.displayNestedProducts`,
`category`.`auto_increment` as `category.autoIncrement`,
`category`.`level` as `category.level`,
`category`.`path` as `category.path`,
`category`.`child_count` as `category.childCount`,
`category`.`type` as `category.type`,
`category`.`product_assignment_type` as `category.productAssignmentType`,
`category`.`visible` as `category.visible`,
`category`.`active` as `category.active`,
`category`.`cms_page_id` as `category.cmsPageId`,
`category`.`cms_page_version_id` as `category.cmsPageVersionId`,
`category`.`product_stream_id` as `category.productStreamId`,
`category`.`created_at` as `category.createdAt`,
`category`.`updated_at` as `category.updatedAt`,
`category.translation.name`,
COALESCE(
`category.translation.name`, `category.translation.name`
) as `category.name`,
`category.translation.breadcrumb`,
COALESCE(
`category.translation.breadcrumb`,
`category.translation.breadcrumb`
) as `category.breadcrumb`,
`category.translation.slotConfig`,
COALESCE(
`category.translation.slotConfig`,
`category.translation.slotConfig`
) as `category.slotConfig`,
`category.translation.linkType`,
COALESCE(
`category.translation.linkType`,
`category.translation.linkType`
) as `category.linkType`,
`category.translation.internalLink`,
COALESCE(
`category.translation.internalLink`,
`category.translation.internalLink`
) as `category.internalLink`,
`category.translation.externalLink`,
COALESCE(
`category.translation.externalLink`,
`category.translation.externalLink`
) as `category.externalLink`,
`category.translation.linkNewTab`,
COALESCE(
`category.translation.linkNewTab`,
`category.translation.linkNewTab`
) as `category.linkNewTab`,
`category.translation.description`,
COALESCE(
`category.translation.description`,
`category.translation.description`
) as `category.description`,
`category.translation.metaTitle`,
COALESCE(
`category.translation.metaTitle`,
`category.translation.metaTitle`
) as `category.metaTitle`,
`category.translation.metaDescription`,
COALESCE(
`category.translation.metaDescription`,
`category.translation.metaDescription`
) as `category.metaDescription`,
`category.translation.keywords`,
COALESCE(
`category.translation.keywords`,
`category.translation.keywords`
) as `category.keywords`,
`category.translation.customFields`,
COALESCE(
`category.translation.customFields`,
`category.translation.customFields`
) as `category.customFields`,
`category.translation.createdAt`,
`category.translation.updatedAt`,
`category.translation.categoryId`,
`category.translation.languageId`,
`category.translation.categoryVersionId`
FROM
`category`
LEFT JOIN (
SELECT
`category.translation`.category_id,
`category.translation`.category_version_id,
`category.translation`.name as `category.translation.name`,
`category.translation`.breadcrumb as `category.translation.breadcrumb`,
`category.translation`.slot_config as `category.translation.slotConfig`,
`category.translation`.link_type as `category.translation.linkType`,
`category.translation`.internal_link as `category.translation.internalLink`,
`category.translation`.external_link as `category.translation.externalLink`,
`category.translation`.link_new_tab as `category.translation.linkNewTab`,
`category.translation`.description as `category.translation.description`,
`category.translation`.meta_title as `category.translation.metaTitle`,
`category.translation`.meta_description as `category.translation.metaDescription`,
`category.translation`.keywords as `category.translation.keywords`,
`category.translation`.custom_fields as `category.translation.customFields`,
`category.translation`.created_at as `category.translation.createdAt`,
`category.translation`.updated_at as `category.translation.updatedAt`,
`category.translation`.category_id as `category.translation.categoryId`,
`category.translation`.language_id as `category.translation.languageId`,
`category.translation`.category_version_id as `category.translation.categoryVersionId`
FROM
`category_translation` `category.translation`
WHERE
`category.translation`.language_id = : languageId
) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id`
AND `category.category_translation`.category_version_id = `category`.version_id
WHERE
(
`category`.`version_id` = : version
)
AND (
`category`.`id` IN (: ids)
)
SELECT `category`.`id` as `category.id`, `category`.`version_id` as `category.versionId`, `category`.`parent_id` as `category.parentId`, `category`.`parent_version_id` as `category.parentVersionId`, `category`.`after_category_id` as `category.afterCategoryId`, `category`.`after_category_version_id` as `category.afterCategoryVersionId`, `category`.`media_id` as `category.mediaId`, `category`.`display_nested_products` as `category.displayNestedProducts`, `category`.`auto_increment` as `category.autoIncrement`, `category`.`level` as `category.level`, `category`.`path` as `category.path`, `category`.`child_count` as `category.childCount`, `category`.`type` as `category.type`, `category`.`product_assignment_type` as `category.productAssignmentType`, `category`.`visible` as `category.visible`, `category`.`active` as `category.active`, `category`.`cms_page_id` as `category.cmsPageId`, `category`.`cms_page_version_id` as `category.cmsPageVersionId`, `category`.`product_stream_id` as `category.productStreamId`, `category`.`created_at` as `category.createdAt`, `category`.`updated_at` as `category.updatedAt`, `category.translation.name`, COALESCE(`category.translation.name`,`category.translation.name`) as `category.name`, `category.translation.breadcrumb`, COALESCE(`category.translation.breadcrumb`,`category.translation.breadcrumb`) as `category.breadcrumb`, `category.translation.slotConfig`, COALESCE(`category.translation.slotConfig`,`category.translation.slotConfig`) as `category.slotConfig`, `category.translation.linkType`, COALESCE(`category.translation.linkType`,`category.translation.linkType`) as `category.linkType`, `category.translation.internalLink`, COALESCE(`category.translation.internalLink`,`category.translation.internalLink`) as `category.internalLink`, `category.translation.externalLink`, COALESCE(`category.translation.externalLink`,`category.translation.externalLink`) as `category.externalLink`, `category.translation.linkNewTab`, COALESCE(`category.translation.linkNewTab`,`category.translation.linkNewTab`) as `category.linkNewTab`, `category.translation.description`, COALESCE(`category.translation.description`,`category.translation.description`) as `category.description`, `category.translation.metaTitle`, COALESCE(`category.translation.metaTitle`,`category.translation.metaTitle`) as `category.metaTitle`, `category.translation.metaDescription`, COALESCE(`category.translation.metaDescription`,`category.translation.metaDescription`) as `category.metaDescription`, `category.translation.keywords`, COALESCE(`category.translation.keywords`,`category.translation.keywords`) as `category.keywords`, `category.translation.customFields`, COALESCE(`category.translation.customFields`,`category.translation.customFields`) as `category.customFields`, `category.translation.createdAt`, `category.translation.updatedAt`, `category.translation.categoryId`, `category.translation.languageId`, `category.translation.categoryVersionId` FROM `category` LEFT JOIN (SELECT `category.translation`.category_id, `category.translation`.category_version_id, `category.translation`.name as `category.translation.name`, `category.translation`.breadcrumb as `category.translation.breadcrumb`, `category.translation`.slot_config as `category.translation.slotConfig`, `category.translation`.link_type as `category.translation.linkType`, `category.translation`.internal_link as `category.translation.internalLink`, `category.translation`.external_link as `category.translation.externalLink`, `category.translation`.link_new_tab as `category.translation.linkNewTab`, `category.translation`.description as `category.translation.description`, `category.translation`.meta_title as `category.translation.metaTitle`, `category.translation`.meta_description as `category.translation.metaDescription`, `category.translation`.keywords as `category.translation.keywords`, `category.translation`.custom_fields as `category.translation.customFields`, `category.translation`.created_at as `category.translation.createdAt`, `category.translation`.updated_at as `category.translation.updatedAt`, `category.translation`.category_id as `category.translation.categoryId`, `category.translation`.language_id as `category.translation.languageId`, `category.translation`.category_version_id as `category.translation.categoryVersionId` FROM `category_translation` `category.translation` WHERE `category.translation`.language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.category_version_id = `category`.version_id WHERE (`category`.`version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425) AND (`category`.`id` IN (0x69A4AEC2A24B46AD8C36221ED5CE1848));
array:35 [▼
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 242)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 316)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetch (line 148)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 93)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::read (line 257)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::read (line 302)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::_search (line 106)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 51)"
9 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator::search (line 269)"
10 => "EsmComputer\Storefront\Subscriber\TemplateSubscriber::loadCategory (line 92)"
11 => "EsmComputer\Storefront\Subscriber\TemplateSubscriber::onHeaderPageletLoaded (line 118)"
12 => "Symfony\Component\EventDispatcher\Debug\WrappedListener::__invoke (line 230)"
13 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
14 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 56)"
15 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 98)"
16 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 55)"
17 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 37)"
18 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
19 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 96)"
20 => "Shopware\Storefront\Pagelet\Header\HeaderPageletLoader::load (line 89)"
21 => "Shopware\Storefront\Page\GenericPageLoader::Shopware\Storefront\Page\{closure} (line 59)"
22 => "Shopware\Core\Profiling\Profiler::trace (line 132)"
23 => "Shopware\Storefront\Page\GenericPageLoader::load (line 203)"
24 => "Cbax\ModulLexicon\Controller\FrontendController::detail (line 163)"
25 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
26 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
27 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
28 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 479)"
29 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 452)"
30 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 346)"
31 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 224)"
32 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
33 => "Shopware\Core\HttpKernel::doHandle (line 81)"
34 => "Shopware\Core\HttpKernel::handle (line 85)"
]
|
54 |
0.63 ms |
SELECT `category`.`id` as `category.id`, `category`.`version_id` as `category.versionId`, `category`.`parent_id` as `category.parentId`, `category`.`parent_version_id` as `category.parentVersionId`, `category`.`after_category_id` as `category.afterCategoryId`, `category`.`after_category_version_id` as `category.afterCategoryVersionId`, `category`.`media_id` as `category.mediaId`, `category`.`display_nested_products` as `category.displayNestedProducts`, `category`.`auto_increment` as `category.autoIncrement`, `category`.`level` as `category.level`, `category`.`path` as `category.path`, `category`.`child_count` as `category.childCount`, `category`.`type` as `category.type`, `category`.`product_assignment_type` as `category.productAssignmentType`, `category`.`visible` as `category.visible`, `category`.`active` as `category.active`, `category`.`cms_page_id` as `category.cmsPageId`, `category`.`cms_page_version_id` as `category.cmsPageVersionId`, `category`.`product_stream_id` as `category.productStreamId`, `category`.`created_at` as `category.createdAt`, `category`.`updated_at` as `category.updatedAt`, `category.translation.name`, COALESCE(`category.translation.name`,`category.translation.name`) as `category.name`, `category.translation.breadcrumb`, COALESCE(`category.translation.breadcrumb`,`category.translation.breadcrumb`) as `category.breadcrumb`, `category.translation.slotConfig`, COALESCE(`category.translation.slotConfig`,`category.translation.slotConfig`) as `category.slotConfig`, `category.translation.linkType`, COALESCE(`category.translation.linkType`,`category.translation.linkType`) as `category.linkType`, `category.translation.internalLink`, COALESCE(`category.translation.internalLink`,`category.translation.internalLink`) as `category.internalLink`, `category.translation.externalLink`, COALESCE(`category.translation.externalLink`,`category.translation.externalLink`) as `category.externalLink`, `category.translation.linkNewTab`, COALESCE(`category.translation.linkNewTab`,`category.translation.linkNewTab`) as `category.linkNewTab`, `category.translation.description`, COALESCE(`category.translation.description`,`category.translation.description`) as `category.description`, `category.translation.metaTitle`, COALESCE(`category.translation.metaTitle`,`category.translation.metaTitle`) as `category.metaTitle`, `category.translation.metaDescription`, COALESCE(`category.translation.metaDescription`,`category.translation.metaDescription`) as `category.metaDescription`, `category.translation.keywords`, COALESCE(`category.translation.keywords`,`category.translation.keywords`) as `category.keywords`, `category.translation.customFields`, COALESCE(`category.translation.customFields`,`category.translation.customFields`) as `category.customFields`, `category.translation.createdAt`, `category.translation.updatedAt`, `category.translation.categoryId`, `category.translation.languageId`, `category.translation.categoryVersionId` FROM `category` LEFT JOIN (SELECT `category.translation`.category_id, `category.translation`.category_version_id, `category.translation`.name as `category.translation.name`, `category.translation`.breadcrumb as `category.translation.breadcrumb`, `category.translation`.slot_config as `category.translation.slotConfig`, `category.translation`.link_type as `category.translation.linkType`, `category.translation`.internal_link as `category.translation.internalLink`, `category.translation`.external_link as `category.translation.externalLink`, `category.translation`.link_new_tab as `category.translation.linkNewTab`, `category.translation`.description as `category.translation.description`, `category.translation`.meta_title as `category.translation.metaTitle`, `category.translation`.meta_description as `category.translation.metaDescription`, `category.translation`.keywords as `category.translation.keywords`, `category.translation`.custom_fields as `category.translation.customFields`, `category.translation`.created_at as `category.translation.createdAt`, `category.translation`.updated_at as `category.translation.updatedAt`, `category.translation`.category_id as `category.translation.categoryId`, `category.translation`.language_id as `category.translation.languageId`, `category.translation`.category_version_id as `category.translation.categoryVersionId` FROM `category_translation` `category.translation` WHERE `category.translation`.language_id = :languageId) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.category_version_id = `category`.version_id WHERE (`category`.`version_id` = :version) AND ((`category`.`parent_id` IN (:param_d76507b1bde44f50a76c7cca231d14ad)))
SELECT
`category`.`id` as `category.id`,
`category`.`version_id` as `category.versionId`,
`category`.`parent_id` as `category.parentId`,
`category`.`parent_version_id` as `category.parentVersionId`,
`category`.`after_category_id` as `category.afterCategoryId`,
`category`.`after_category_version_id` as `category.afterCategoryVersionId`,
`category`.`media_id` as `category.mediaId`,
`category`.`display_nested_products` as `category.displayNestedProducts`,
`category`.`auto_increment` as `category.autoIncrement`,
`category`.`level` as `category.level`,
`category`.`path` as `category.path`,
`category`.`child_count` as `category.childCount`,
`category`.`type` as `category.type`,
`category`.`product_assignment_type` as `category.productAssignmentType`,
`category`.`visible` as `category.visible`,
`category`.`active` as `category.active`,
`category`.`cms_page_id` as `category.cmsPageId`,
`category`.`cms_page_version_id` as `category.cmsPageVersionId`,
`category`.`product_stream_id` as `category.productStreamId`,
`category`.`created_at` as `category.createdAt`,
`category`.`updated_at` as `category.updatedAt`,
`category.translation.name`,
COALESCE(
`category.translation.name`, `category.translation.name`
) as `category.name`,
`category.translation.breadcrumb`,
COALESCE(
`category.translation.breadcrumb`,
`category.translation.breadcrumb`
) as `category.breadcrumb`,
`category.translation.slotConfig`,
COALESCE(
`category.translation.slotConfig`,
`category.translation.slotConfig`
) as `category.slotConfig`,
`category.translation.linkType`,
COALESCE(
`category.translation.linkType`,
`category.translation.linkType`
) as `category.linkType`,
`category.translation.internalLink`,
COALESCE(
`category.translation.internalLink`,
`category.translation.internalLink`
) as `category.internalLink`,
`category.translation.externalLink`,
COALESCE(
`category.translation.externalLink`,
`category.translation.externalLink`
) as `category.externalLink`,
`category.translation.linkNewTab`,
COALESCE(
`category.translation.linkNewTab`,
`category.translation.linkNewTab`
) as `category.linkNewTab`,
`category.translation.description`,
COALESCE(
`category.translation.description`,
`category.translation.description`
) as `category.description`,
`category.translation.metaTitle`,
COALESCE(
`category.translation.metaTitle`,
`category.translation.metaTitle`
) as `category.metaTitle`,
`category.translation.metaDescription`,
COALESCE(
`category.translation.metaDescription`,
`category.translation.metaDescription`
) as `category.metaDescription`,
`category.translation.keywords`,
COALESCE(
`category.translation.keywords`,
`category.translation.keywords`
) as `category.keywords`,
`category.translation.customFields`,
COALESCE(
`category.translation.customFields`,
`category.translation.customFields`
) as `category.customFields`,
`category.translation.createdAt`,
`category.translation.updatedAt`,
`category.translation.categoryId`,
`category.translation.languageId`,
`category.translation.categoryVersionId`
FROM
`category`
LEFT JOIN (
SELECT
`category.translation`.category_id,
`category.translation`.category_version_id,
`category.translation`.name as `category.translation.name`,
`category.translation`.breadcrumb as `category.translation.breadcrumb`,
`category.translation`.slot_config as `category.translation.slotConfig`,
`category.translation`.link_type as `category.translation.linkType`,
`category.translation`.internal_link as `category.translation.internalLink`,
`category.translation`.external_link as `category.translation.externalLink`,
`category.translation`.link_new_tab as `category.translation.linkNewTab`,
`category.translation`.description as `category.translation.description`,
`category.translation`.meta_title as `category.translation.metaTitle`,
`category.translation`.meta_description as `category.translation.metaDescription`,
`category.translation`.keywords as `category.translation.keywords`,
`category.translation`.custom_fields as `category.translation.customFields`,
`category.translation`.created_at as `category.translation.createdAt`,
`category.translation`.updated_at as `category.translation.updatedAt`,
`category.translation`.category_id as `category.translation.categoryId`,
`category.translation`.language_id as `category.translation.languageId`,
`category.translation`.category_version_id as `category.translation.categoryVersionId`
FROM
`category_translation` `category.translation`
WHERE
`category.translation`.language_id = : languageId
) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id`
AND `category.category_translation`.category_version_id = `category`.version_id
WHERE
(
`category`.`version_id` = : version
)
AND (
(
`category`.`parent_id` IN (
: param_d76507b1bde44f50a76c7cca231d14ad
)
)
)
SELECT `category`.`id` as `category.id`, `category`.`version_id` as `category.versionId`, `category`.`parent_id` as `category.parentId`, `category`.`parent_version_id` as `category.parentVersionId`, `category`.`after_category_id` as `category.afterCategoryId`, `category`.`after_category_version_id` as `category.afterCategoryVersionId`, `category`.`media_id` as `category.mediaId`, `category`.`display_nested_products` as `category.displayNestedProducts`, `category`.`auto_increment` as `category.autoIncrement`, `category`.`level` as `category.level`, `category`.`path` as `category.path`, `category`.`child_count` as `category.childCount`, `category`.`type` as `category.type`, `category`.`product_assignment_type` as `category.productAssignmentType`, `category`.`visible` as `category.visible`, `category`.`active` as `category.active`, `category`.`cms_page_id` as `category.cmsPageId`, `category`.`cms_page_version_id` as `category.cmsPageVersionId`, `category`.`product_stream_id` as `category.productStreamId`, `category`.`created_at` as `category.createdAt`, `category`.`updated_at` as `category.updatedAt`, `category.translation.name`, COALESCE(`category.translation.name`,`category.translation.name`) as `category.name`, `category.translation.breadcrumb`, COALESCE(`category.translation.breadcrumb`,`category.translation.breadcrumb`) as `category.breadcrumb`, `category.translation.slotConfig`, COALESCE(`category.translation.slotConfig`,`category.translation.slotConfig`) as `category.slotConfig`, `category.translation.linkType`, COALESCE(`category.translation.linkType`,`category.translation.linkType`) as `category.linkType`, `category.translation.internalLink`, COALESCE(`category.translation.internalLink`,`category.translation.internalLink`) as `category.internalLink`, `category.translation.externalLink`, COALESCE(`category.translation.externalLink`,`category.translation.externalLink`) as `category.externalLink`, `category.translation.linkNewTab`, COALESCE(`category.translation.linkNewTab`,`category.translation.linkNewTab`) as `category.linkNewTab`, `category.translation.description`, COALESCE(`category.translation.description`,`category.translation.description`) as `category.description`, `category.translation.metaTitle`, COALESCE(`category.translation.metaTitle`,`category.translation.metaTitle`) as `category.metaTitle`, `category.translation.metaDescription`, COALESCE(`category.translation.metaDescription`,`category.translation.metaDescription`) as `category.metaDescription`, `category.translation.keywords`, COALESCE(`category.translation.keywords`,`category.translation.keywords`) as `category.keywords`, `category.translation.customFields`, COALESCE(`category.translation.customFields`,`category.translation.customFields`) as `category.customFields`, `category.translation.createdAt`, `category.translation.updatedAt`, `category.translation.categoryId`, `category.translation.languageId`, `category.translation.categoryVersionId` FROM `category` LEFT JOIN (SELECT `category.translation`.category_id, `category.translation`.category_version_id, `category.translation`.name as `category.translation.name`, `category.translation`.breadcrumb as `category.translation.breadcrumb`, `category.translation`.slot_config as `category.translation.slotConfig`, `category.translation`.link_type as `category.translation.linkType`, `category.translation`.internal_link as `category.translation.internalLink`, `category.translation`.external_link as `category.translation.externalLink`, `category.translation`.link_new_tab as `category.translation.linkNewTab`, `category.translation`.description as `category.translation.description`, `category.translation`.meta_title as `category.translation.metaTitle`, `category.translation`.meta_description as `category.translation.metaDescription`, `category.translation`.keywords as `category.translation.keywords`, `category.translation`.custom_fields as `category.translation.customFields`, `category.translation`.created_at as `category.translation.createdAt`, `category.translation`.updated_at as `category.translation.updatedAt`, `category.translation`.category_id as `category.translation.categoryId`, `category.translation`.language_id as `category.translation.languageId`, `category.translation`.category_version_id as `category.translation.categoryVersionId` FROM `category_translation` `category.translation` WHERE `category.translation`.language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.category_version_id = `category`.version_id WHERE (`category`.`version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425) AND ((`category`.`parent_id` IN (0x69A4AEC2A24B46AD8C36221ED5CE1848)));
array:39 [▼
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 242)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 316)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetch (line 148)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 503)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::loadOneToManyWithoutPagination (line 438)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::loadOneToMany (line 1210)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetchAssociations (line 152)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 93)"
9 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::read (line 257)"
10 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::read (line 302)"
11 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::_search (line 106)"
12 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 51)"
13 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator::search (line 269)"
14 => "EsmComputer\Storefront\Subscriber\TemplateSubscriber::loadCategory (line 92)"
15 => "EsmComputer\Storefront\Subscriber\TemplateSubscriber::onHeaderPageletLoaded (line 118)"
16 => "Symfony\Component\EventDispatcher\Debug\WrappedListener::__invoke (line 230)"
17 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
18 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 56)"
19 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 98)"
20 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 55)"
21 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 37)"
22 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
23 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 96)"
24 => "Shopware\Storefront\Pagelet\Header\HeaderPageletLoader::load (line 89)"
25 => "Shopware\Storefront\Page\GenericPageLoader::Shopware\Storefront\Page\{closure} (line 59)"
26 => "Shopware\Core\Profiling\Profiler::trace (line 132)"
27 => "Shopware\Storefront\Page\GenericPageLoader::load (line 203)"
28 => "Cbax\ModulLexicon\Controller\FrontendController::detail (line 163)"
29 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
30 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
31 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
32 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 479)"
33 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 452)"
34 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 346)"
35 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 224)"
36 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
37 => "Shopware\Core\HttpKernel::doHandle (line 81)"
38 => "Shopware\Core\HttpKernel::handle (line 85)"
]
|
55 |
0.07 ms |
SELECT `handler_identifier`, LOWER(HEX(`id`)) FROM `payment_method`
SELECT
`handler_identifier`,
LOWER(
HEX(`id`)
)
FROM
`payment_method`
SELECT `handler_identifier`, LOWER(HEX(`id`)) FROM `payment_method`;
array:30 [▼
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 1065)"
2 => "Doctrine\DBAL\Connection::fetchAllKeyValue (line 132)"
3 => "Swag\PayPal\Util\PaymentMethodUtil::getPaymentMethodIdByHandler (line 52)"
4 => "Swag\PayPal\Util\PaymentMethodUtil::getPayPalPaymentMethodId (line 60)"
5 => "Swag\PayPal\Util\PaymentMethodUtil::isPaypalPaymentMethodInSalesChannel (line 138)"
6 => "Swag\PayPal\Installment\Banner\InstallmentBannerSubscriber::addInstallmentBannerPagelet (line 118)"
7 => "Symfony\Component\EventDispatcher\Debug\WrappedListener::__invoke (line 230)"
8 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
9 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 56)"
10 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 98)"
11 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 55)"
12 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 37)"
13 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
14 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 53)"
15 => "Shopware\Storefront\Pagelet\Footer\FooterPageletLoader::load (line 93)"
16 => "Shopware\Storefront\Page\GenericPageLoader::Shopware\Storefront\Page\{closure} (line 59)"
17 => "Shopware\Core\Profiling\Profiler::trace (line 132)"
18 => "Shopware\Storefront\Page\GenericPageLoader::load (line 203)"
19 => "Cbax\ModulLexicon\Controller\FrontendController::detail (line 163)"
20 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
21 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
22 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
23 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 479)"
24 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 452)"
25 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 346)"
26 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 224)"
27 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
28 => "Shopware\Core\HttpKernel::doHandle (line 81)"
29 => "Shopware\Core\HttpKernel::handle (line 85)"
]
|
56 |
0.06 ms |
SELECT LOWER(HEX(assoc.`sales_channel_id`))
FROM `sales_channel_payment_method` AS assoc
LEFT JOIN `payment_method` AS pm
ON pm.`id` = assoc.`payment_method_id`
WHERE
assoc.`payment_method_id` = ? AND
pm.`active` = 1
SELECT
LOWER(
HEX(assoc.`sales_channel_id`)
)
FROM
`sales_channel_payment_method` AS assoc
LEFT JOIN `payment_method` AS pm ON pm.`id` = assoc.`payment_method_id`
WHERE
assoc.`payment_method_id` = ?
AND pm.`active` = 1
SELECT LOWER(HEX(assoc.`sales_channel_id`))
FROM `sales_channel_payment_method` AS assoc
LEFT JOIN `payment_method` AS pm
ON pm.`id` = assoc.`payment_method_id`
WHERE
assoc.`payment_method_id` = 0x99B460324F8243A2B7D21300D4CA2866 AND
pm.`active` = 1;
array:28 [▼
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 1119)"
2 => "Doctrine\DBAL\Connection::fetchFirstColumn (line 84)"
3 => "Swag\PayPal\Util\PaymentMethodUtil::isPaypalPaymentMethodInSalesChannel (line 138)"
4 => "Swag\PayPal\Installment\Banner\InstallmentBannerSubscriber::addInstallmentBannerPagelet (line 118)"
5 => "Symfony\Component\EventDispatcher\Debug\WrappedListener::__invoke (line 230)"
6 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
7 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 56)"
8 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 98)"
9 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 55)"
10 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 37)"
11 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
12 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 53)"
13 => "Shopware\Storefront\Pagelet\Footer\FooterPageletLoader::load (line 93)"
14 => "Shopware\Storefront\Page\GenericPageLoader::Shopware\Storefront\Page\{closure} (line 59)"
15 => "Shopware\Core\Profiling\Profiler::trace (line 132)"
16 => "Shopware\Storefront\Page\GenericPageLoader::load (line 203)"
17 => "Cbax\ModulLexicon\Controller\FrontendController::detail (line 163)"
18 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
19 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
20 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
21 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 479)"
22 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 452)"
23 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 346)"
24 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 224)"
25 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
26 => "Shopware\Core\HttpKernel::doHandle (line 81)"
27 => "Shopware\Core\HttpKernel::handle (line 85)"
]
|
57 |
0.08 ms |
SELECT `language`.`id` FROM `language` WHERE `language`.`id` IN (:ids) LIMIT 1
SELECT
`language`.`id`
FROM
`language`
WHERE
`language`.`id` IN (: ids)
LIMIT
1
SELECT `language`.`id` FROM `language` WHERE `language`.`id` IN (0x2FBB5FE2E29A4D70AA5854CE7CE3E20B) LIMIT 1;
array:36 [▼
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 242)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 107)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntitySearcher::search (line 62)"
4 => "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher::search (line 132)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::searchIds (line 291)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::_search (line 106)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 51)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator::search (line 32)"
9 => "Swag\PayPal\Util\LocaleCodeProvider::getLocaleCodeFromContext (line 73)"
10 => "Swag\PayPal\Storefront\Data\Service\FundingEligibilityDataService::getButtonLanguage (line 55)"
11 => "Swag\PayPal\Storefront\Data\Service\FundingEligibilityDataService::buildData (line 50)"
12 => "Swag\PayPal\Storefront\Data\FundingSubscriber::addFundingAvailabilityData (line 118)"
13 => "Symfony\Component\EventDispatcher\Debug\WrappedListener::__invoke (line 230)"
14 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
15 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 56)"
16 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 98)"
17 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 55)"
18 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 37)"
19 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
20 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 53)"
21 => "Shopware\Storefront\Pagelet\Footer\FooterPageletLoader::load (line 93)"
22 => "Shopware\Storefront\Page\GenericPageLoader::Shopware\Storefront\Page\{closure} (line 59)"
23 => "Shopware\Core\Profiling\Profiler::trace (line 132)"
24 => "Shopware\Storefront\Page\GenericPageLoader::load (line 203)"
25 => "Cbax\ModulLexicon\Controller\FrontendController::detail (line 163)"
26 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
27 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
28 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
29 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 479)"
30 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 452)"
31 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 346)"
32 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 224)"
33 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
34 => "Shopware\Core\HttpKernel::doHandle (line 81)"
35 => "Shopware\Core\HttpKernel::handle (line 85)"
]
|
58 |
0.24 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.locale`.`id` as `language.locale.id`, `language.locale`.`code` as `language.locale.code`, `language.locale`.`created_at` as `language.locale.createdAt`, `language.locale`.`updated_at` as `language.locale.updatedAt`, `language.locale.translation.name`, COALESCE(`language.locale.translation.name`,`language.locale.translation.name`) as `language.locale.name`, `language.locale.translation.territory`, COALESCE(`language.locale.translation.territory`,`language.locale.translation.territory`) as `language.locale.territory`, `language.locale.translation.customFields`, COALESCE(`language.locale.translation.customFields`,`language.locale.translation.customFields`) as `language.locale.customFields`, `language.locale.translation.createdAt`, `language.locale.translation.updatedAt`, `language.locale.translation.localeId`, `language.locale.translation.languageId` FROM `language` LEFT JOIN `locale` `language.locale` ON `language`.`locale_id` = `language.locale`.`id` LEFT JOIN (SELECT `language.locale.translation`.locale_id, `language.locale.translation`.name as `language.locale.translation.name`, `language.locale.translation`.territory as `language.locale.translation.territory`, `language.locale.translation`.custom_fields as `language.locale.translation.customFields`, `language.locale.translation`.created_at as `language.locale.translation.createdAt`, `language.locale.translation`.updated_at as `language.locale.translation.updatedAt`, `language.locale.translation`.locale_id as `language.locale.translation.localeId`, `language.locale.translation`.language_id as `language.locale.translation.languageId` FROM `locale_translation` `language.locale.translation` WHERE `language.locale.translation`.language_id = :languageId) `language.locale.locale_translation` ON `language.locale.locale_translation`.`locale_id` = `language.locale`.`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.locale`.`id` as `language.locale.id`,
`language.locale`.`code` as `language.locale.code`,
`language.locale`.`created_at` as `language.locale.createdAt`,
`language.locale`.`updated_at` as `language.locale.updatedAt`,
`language.locale.translation.name`,
COALESCE(
`language.locale.translation.name`,
`language.locale.translation.name`
) as `language.locale.name`,
`language.locale.translation.territory`,
COALESCE(
`language.locale.translation.territory`,
`language.locale.translation.territory`
) as `language.locale.territory`,
`language.locale.translation.customFields`,
COALESCE(
`language.locale.translation.customFields`,
`language.locale.translation.customFields`
) as `language.locale.customFields`,
`language.locale.translation.createdAt`,
`language.locale.translation.updatedAt`,
`language.locale.translation.localeId`,
`language.locale.translation.languageId`
FROM
`language`
LEFT JOIN `locale` `language.locale` ON `language`.`locale_id` = `language.locale`.`id`
LEFT JOIN (
SELECT
`language.locale.translation`.locale_id,
`language.locale.translation`.name as `language.locale.translation.name`,
`language.locale.translation`.territory as `language.locale.translation.territory`,
`language.locale.translation`.custom_fields as `language.locale.translation.customFields`,
`language.locale.translation`.created_at as `language.locale.translation.createdAt`,
`language.locale.translation`.updated_at as `language.locale.translation.updatedAt`,
`language.locale.translation`.locale_id as `language.locale.translation.localeId`,
`language.locale.translation`.language_id as `language.locale.translation.languageId`
FROM
`locale_translation` `language.locale.translation`
WHERE
`language.locale.translation`.language_id = : languageId
) `language.locale.locale_translation` ON `language.locale.locale_translation`.`locale_id` = `language.locale`.`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.locale`.`id` as `language.locale.id`, `language.locale`.`code` as `language.locale.code`, `language.locale`.`created_at` as `language.locale.createdAt`, `language.locale`.`updated_at` as `language.locale.updatedAt`, `language.locale.translation.name`, COALESCE(`language.locale.translation.name`,`language.locale.translation.name`) as `language.locale.name`, `language.locale.translation.territory`, COALESCE(`language.locale.translation.territory`,`language.locale.translation.territory`) as `language.locale.territory`, `language.locale.translation.customFields`, COALESCE(`language.locale.translation.customFields`,`language.locale.translation.customFields`) as `language.locale.customFields`, `language.locale.translation.createdAt`, `language.locale.translation.updatedAt`, `language.locale.translation.localeId`, `language.locale.translation.languageId` FROM `language` LEFT JOIN `locale` `language.locale` ON `language`.`locale_id` = `language.locale`.`id` LEFT JOIN (SELECT `language.locale.translation`.locale_id, `language.locale.translation`.name as `language.locale.translation.name`, `language.locale.translation`.territory as `language.locale.translation.territory`, `language.locale.translation`.custom_fields as `language.locale.translation.customFields`, `language.locale.translation`.created_at as `language.locale.translation.createdAt`, `language.locale.translation`.updated_at as `language.locale.translation.updatedAt`, `language.locale.translation`.locale_id as `language.locale.translation.localeId`, `language.locale.translation`.language_id as `language.locale.translation.languageId` FROM `locale_translation` `language.locale.translation` WHERE `language.locale.translation`.language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B) `language.locale.locale_translation` ON `language.locale.locale_translation`.`locale_id` = `language.locale`.`id` WHERE `language`.`id` IN (0x2FBB5FE2E29A4D70AA5854CE7CE3E20B);
array:37 [▼
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 242)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 316)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetch (line 148)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 93)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::read (line 257)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::read (line 302)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::_search (line 106)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 51)"
9 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator::search (line 32)"
10 => "Swag\PayPal\Util\LocaleCodeProvider::getLocaleCodeFromContext (line 73)"
11 => "Swag\PayPal\Storefront\Data\Service\FundingEligibilityDataService::getButtonLanguage (line 55)"
12 => "Swag\PayPal\Storefront\Data\Service\FundingEligibilityDataService::buildData (line 50)"
13 => "Swag\PayPal\Storefront\Data\FundingSubscriber::addFundingAvailabilityData (line 118)"
14 => "Symfony\Component\EventDispatcher\Debug\WrappedListener::__invoke (line 230)"
15 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
16 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 56)"
17 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 98)"
18 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 55)"
19 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 37)"
20 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
21 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 53)"
22 => "Shopware\Storefront\Pagelet\Footer\FooterPageletLoader::load (line 93)"
23 => "Shopware\Storefront\Page\GenericPageLoader::Shopware\Storefront\Page\{closure} (line 59)"
24 => "Shopware\Core\Profiling\Profiler::trace (line 132)"
25 => "Shopware\Storefront\Page\GenericPageLoader::load (line 203)"
26 => "Cbax\ModulLexicon\Controller\FrontendController::detail (line 163)"
27 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
28 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
29 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
30 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 479)"
31 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 452)"
32 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 346)"
33 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 224)"
34 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
35 => "Shopware\Core\HttpKernel::doHandle (line 81)"
36 => "Shopware\Core\HttpKernel::handle (line 85)"
]
|
59 |
0.21 ms |
SELECT `theme`.`id` as `theme.id`, `theme`.`technical_name` as `theme.technicalName`, `theme`.`name` as `theme.name`, `theme`.`author` as `theme.author`, `theme`.`preview_media_id` as `theme.previewMediaId`, `theme`.`parent_theme_id` as `theme.parentThemeId`, `theme`.`base_config` as `theme.baseConfig`, `theme`.`config_values` as `theme.configValues`, `theme`.`active` as `theme.active`, `theme`.`created_at` as `theme.createdAt`, `theme`.`updated_at` as `theme.updatedAt`, `theme.translation.description`, COALESCE(`theme.translation.description`,`theme.translation.description`) as `theme.description`, `theme.translation.labels`, COALESCE(`theme.translation.labels`,`theme.translation.labels`) as `theme.labels`, `theme.translation.helpTexts`, COALESCE(`theme.translation.helpTexts`,`theme.translation.helpTexts`) as `theme.helpTexts`, `theme.translation.customFields`, COALESCE(`theme.translation.customFields`,`theme.translation.customFields`) as `theme.customFields`, `theme.translation.createdAt`, `theme.translation.updatedAt`, `theme.translation.themeId`, `theme.translation.languageId` FROM `theme` LEFT JOIN (SELECT `theme.translation`.theme_id, `theme.translation`.description as `theme.translation.description`, `theme.translation`.labels as `theme.translation.labels`, `theme.translation`.help_texts as `theme.translation.helpTexts`, `theme.translation`.custom_fields as `theme.translation.customFields`, `theme.translation`.created_at as `theme.translation.createdAt`, `theme.translation`.updated_at as `theme.translation.updatedAt`, `theme.translation`.theme_id as `theme.translation.themeId`, `theme.translation`.language_id as `theme.translation.languageId` FROM `theme_translation` `theme.translation` WHERE `theme.translation`.language_id = :languageId) `theme.theme_translation` ON `theme.theme_translation`.`theme_id` = `theme`.`id` WHERE (`theme`.`technical_name` = :param_e169c69e956646ba83b7024c89088f2d)
SELECT
`theme`.`id` as `theme.id`,
`theme`.`technical_name` as `theme.technicalName`,
`theme`.`name` as `theme.name`,
`theme`.`author` as `theme.author`,
`theme`.`preview_media_id` as `theme.previewMediaId`,
`theme`.`parent_theme_id` as `theme.parentThemeId`,
`theme`.`base_config` as `theme.baseConfig`,
`theme`.`config_values` as `theme.configValues`,
`theme`.`active` as `theme.active`,
`theme`.`created_at` as `theme.createdAt`,
`theme`.`updated_at` as `theme.updatedAt`,
`theme.translation.description`,
COALESCE(
`theme.translation.description`,
`theme.translation.description`
) as `theme.description`,
`theme.translation.labels`,
COALESCE(
`theme.translation.labels`, `theme.translation.labels`
) as `theme.labels`,
`theme.translation.helpTexts`,
COALESCE(
`theme.translation.helpTexts`, `theme.translation.helpTexts`
) as `theme.helpTexts`,
`theme.translation.customFields`,
COALESCE(
`theme.translation.customFields`,
`theme.translation.customFields`
) as `theme.customFields`,
`theme.translation.createdAt`,
`theme.translation.updatedAt`,
`theme.translation.themeId`,
`theme.translation.languageId`
FROM
`theme`
LEFT JOIN (
SELECT
`theme.translation`.theme_id,
`theme.translation`.description as `theme.translation.description`,
`theme.translation`.labels as `theme.translation.labels`,
`theme.translation`.help_texts as `theme.translation.helpTexts`,
`theme.translation`.custom_fields as `theme.translation.customFields`,
`theme.translation`.created_at as `theme.translation.createdAt`,
`theme.translation`.updated_at as `theme.translation.updatedAt`,
`theme.translation`.theme_id as `theme.translation.themeId`,
`theme.translation`.language_id as `theme.translation.languageId`
FROM
`theme_translation` `theme.translation`
WHERE
`theme.translation`.language_id = : languageId
) `theme.theme_translation` ON `theme.theme_translation`.`theme_id` = `theme`.`id`
WHERE
(
`theme`.`technical_name` = : param_e169c69e956646ba83b7024c89088f2d
)
SELECT `theme`.`id` as `theme.id`, `theme`.`technical_name` as `theme.technicalName`, `theme`.`name` as `theme.name`, `theme`.`author` as `theme.author`, `theme`.`preview_media_id` as `theme.previewMediaId`, `theme`.`parent_theme_id` as `theme.parentThemeId`, `theme`.`base_config` as `theme.baseConfig`, `theme`.`config_values` as `theme.configValues`, `theme`.`active` as `theme.active`, `theme`.`created_at` as `theme.createdAt`, `theme`.`updated_at` as `theme.updatedAt`, `theme.translation.description`, COALESCE(`theme.translation.description`,`theme.translation.description`) as `theme.description`, `theme.translation.labels`, COALESCE(`theme.translation.labels`,`theme.translation.labels`) as `theme.labels`, `theme.translation.helpTexts`, COALESCE(`theme.translation.helpTexts`,`theme.translation.helpTexts`) as `theme.helpTexts`, `theme.translation.customFields`, COALESCE(`theme.translation.customFields`,`theme.translation.customFields`) as `theme.customFields`, `theme.translation.createdAt`, `theme.translation.updatedAt`, `theme.translation.themeId`, `theme.translation.languageId` FROM `theme` LEFT JOIN (SELECT `theme.translation`.theme_id, `theme.translation`.description as `theme.translation.description`, `theme.translation`.labels as `theme.translation.labels`, `theme.translation`.help_texts as `theme.translation.helpTexts`, `theme.translation`.custom_fields as `theme.translation.customFields`, `theme.translation`.created_at as `theme.translation.createdAt`, `theme.translation`.updated_at as `theme.translation.updatedAt`, `theme.translation`.theme_id as `theme.translation.themeId`, `theme.translation`.language_id as `theme.translation.languageId` FROM `theme_translation` `theme.translation` WHERE `theme.translation`.language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B) `theme.theme_translation` ON `theme.theme_translation`.`theme_id` = `theme`.`id` WHERE (`theme`.`technical_name` = 'EsmComputer');
array:34 [▼
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 242)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 316)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetch (line 148)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 93)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::read (line 257)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::read (line 286)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::_search (line 106)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 51)"
9 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator::search (line 243)"
10 => "EsmComputer\Storefront\Subscriber\TemplateSubscriber::onFooterPageletLoaded (line 118)"
11 => "Symfony\Component\EventDispatcher\Debug\WrappedListener::__invoke (line 230)"
12 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
13 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 56)"
14 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 98)"
15 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 55)"
16 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 37)"
17 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
18 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 53)"
19 => "Shopware\Storefront\Pagelet\Footer\FooterPageletLoader::load (line 93)"
20 => "Shopware\Storefront\Page\GenericPageLoader::Shopware\Storefront\Page\{closure} (line 59)"
21 => "Shopware\Core\Profiling\Profiler::trace (line 132)"
22 => "Shopware\Storefront\Page\GenericPageLoader::load (line 203)"
23 => "Cbax\ModulLexicon\Controller\FrontendController::detail (line 163)"
24 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
25 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
26 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
27 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 479)"
28 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 452)"
29 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 346)"
30 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 224)"
31 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
32 => "Shopware\Core\HttpKernel::doHandle (line 81)"
33 => "Shopware\Core\HttpKernel::handle (line 85)"
]
|
60 |
0.08 ms |
SELECT `category`.`id`, `category`.`auto_increment` FROM `category` WHERE (`category`.`version_id` = :version) AND ((`category`.`id` = :param_f35844f58fa744a4a1236788608603f2)) ORDER BY `category`.`auto_increment` ASC
SELECT
`category`.`id`,
`category`.`auto_increment`
FROM
`category`
WHERE
(
`category`.`version_id` = : version
)
AND (
(
`category`.`id` = : param_f35844f58fa744a4a1236788608603f2
)
)
ORDER BY
`category`.`auto_increment` ASC
SELECT `category`.`id`, `category`.`auto_increment` FROM `category` WHERE (`category`.`version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425) AND ((`category`.`id` = 0x0EFBAD0D73F04BF6A4C0F45114B2DFFD)) ORDER BY `category`.`auto_increment` ASC;
array:34 [▼
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 242)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 107)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntitySearcher::search (line 62)"
4 => "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher::search (line 132)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::searchIds (line 291)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::_search (line 106)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 51)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator::search (line 269)"
9 => "EsmComputer\Storefront\Subscriber\TemplateSubscriber::loadCategory (line 251)"
10 => "EsmComputer\Storefront\Subscriber\TemplateSubscriber::onFooterPageletLoaded (line 118)"
11 => "Symfony\Component\EventDispatcher\Debug\WrappedListener::__invoke (line 230)"
12 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
13 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 56)"
14 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 98)"
15 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 55)"
16 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 37)"
17 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
18 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 53)"
19 => "Shopware\Storefront\Pagelet\Footer\FooterPageletLoader::load (line 93)"
20 => "Shopware\Storefront\Page\GenericPageLoader::Shopware\Storefront\Page\{closure} (line 59)"
21 => "Shopware\Core\Profiling\Profiler::trace (line 132)"
22 => "Shopware\Storefront\Page\GenericPageLoader::load (line 203)"
23 => "Cbax\ModulLexicon\Controller\FrontendController::detail (line 163)"
24 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
25 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
26 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
27 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 479)"
28 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 452)"
29 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 346)"
30 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 224)"
31 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
32 => "Shopware\Core\HttpKernel::doHandle (line 81)"
33 => "Shopware\Core\HttpKernel::handle (line 85)"
]
|
61 |
0.63 ms |
SELECT `category`.`id` as `category.id`, `category`.`version_id` as `category.versionId`, `category`.`parent_id` as `category.parentId`, `category`.`parent_version_id` as `category.parentVersionId`, `category`.`after_category_id` as `category.afterCategoryId`, `category`.`after_category_version_id` as `category.afterCategoryVersionId`, `category`.`media_id` as `category.mediaId`, `category`.`display_nested_products` as `category.displayNestedProducts`, `category`.`auto_increment` as `category.autoIncrement`, `category`.`level` as `category.level`, `category`.`path` as `category.path`, `category`.`child_count` as `category.childCount`, `category`.`type` as `category.type`, `category`.`product_assignment_type` as `category.productAssignmentType`, `category`.`visible` as `category.visible`, `category`.`active` as `category.active`, `category`.`cms_page_id` as `category.cmsPageId`, `category`.`cms_page_version_id` as `category.cmsPageVersionId`, `category`.`product_stream_id` as `category.productStreamId`, `category`.`created_at` as `category.createdAt`, `category`.`updated_at` as `category.updatedAt`, `category.translation.name`, COALESCE(`category.translation.name`,`category.translation.name`) as `category.name`, `category.translation.breadcrumb`, COALESCE(`category.translation.breadcrumb`,`category.translation.breadcrumb`) as `category.breadcrumb`, `category.translation.slotConfig`, COALESCE(`category.translation.slotConfig`,`category.translation.slotConfig`) as `category.slotConfig`, `category.translation.linkType`, COALESCE(`category.translation.linkType`,`category.translation.linkType`) as `category.linkType`, `category.translation.internalLink`, COALESCE(`category.translation.internalLink`,`category.translation.internalLink`) as `category.internalLink`, `category.translation.externalLink`, COALESCE(`category.translation.externalLink`,`category.translation.externalLink`) as `category.externalLink`, `category.translation.linkNewTab`, COALESCE(`category.translation.linkNewTab`,`category.translation.linkNewTab`) as `category.linkNewTab`, `category.translation.description`, COALESCE(`category.translation.description`,`category.translation.description`) as `category.description`, `category.translation.metaTitle`, COALESCE(`category.translation.metaTitle`,`category.translation.metaTitle`) as `category.metaTitle`, `category.translation.metaDescription`, COALESCE(`category.translation.metaDescription`,`category.translation.metaDescription`) as `category.metaDescription`, `category.translation.keywords`, COALESCE(`category.translation.keywords`,`category.translation.keywords`) as `category.keywords`, `category.translation.customFields`, COALESCE(`category.translation.customFields`,`category.translation.customFields`) as `category.customFields`, `category.translation.createdAt`, `category.translation.updatedAt`, `category.translation.categoryId`, `category.translation.languageId`, `category.translation.categoryVersionId` FROM `category` LEFT JOIN (SELECT `category.translation`.category_id, `category.translation`.category_version_id, `category.translation`.name as `category.translation.name`, `category.translation`.breadcrumb as `category.translation.breadcrumb`, `category.translation`.slot_config as `category.translation.slotConfig`, `category.translation`.link_type as `category.translation.linkType`, `category.translation`.internal_link as `category.translation.internalLink`, `category.translation`.external_link as `category.translation.externalLink`, `category.translation`.link_new_tab as `category.translation.linkNewTab`, `category.translation`.description as `category.translation.description`, `category.translation`.meta_title as `category.translation.metaTitle`, `category.translation`.meta_description as `category.translation.metaDescription`, `category.translation`.keywords as `category.translation.keywords`, `category.translation`.custom_fields as `category.translation.customFields`, `category.translation`.created_at as `category.translation.createdAt`, `category.translation`.updated_at as `category.translation.updatedAt`, `category.translation`.category_id as `category.translation.categoryId`, `category.translation`.language_id as `category.translation.languageId`, `category.translation`.category_version_id as `category.translation.categoryVersionId` FROM `category_translation` `category.translation` WHERE `category.translation`.language_id = :languageId) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.category_version_id = `category`.version_id WHERE (`category`.`version_id` = :version) AND (`category`.`id` IN (:ids))
SELECT
`category`.`id` as `category.id`,
`category`.`version_id` as `category.versionId`,
`category`.`parent_id` as `category.parentId`,
`category`.`parent_version_id` as `category.parentVersionId`,
`category`.`after_category_id` as `category.afterCategoryId`,
`category`.`after_category_version_id` as `category.afterCategoryVersionId`,
`category`.`media_id` as `category.mediaId`,
`category`.`display_nested_products` as `category.displayNestedProducts`,
`category`.`auto_increment` as `category.autoIncrement`,
`category`.`level` as `category.level`,
`category`.`path` as `category.path`,
`category`.`child_count` as `category.childCount`,
`category`.`type` as `category.type`,
`category`.`product_assignment_type` as `category.productAssignmentType`,
`category`.`visible` as `category.visible`,
`category`.`active` as `category.active`,
`category`.`cms_page_id` as `category.cmsPageId`,
`category`.`cms_page_version_id` as `category.cmsPageVersionId`,
`category`.`product_stream_id` as `category.productStreamId`,
`category`.`created_at` as `category.createdAt`,
`category`.`updated_at` as `category.updatedAt`,
`category.translation.name`,
COALESCE(
`category.translation.name`, `category.translation.name`
) as `category.name`,
`category.translation.breadcrumb`,
COALESCE(
`category.translation.breadcrumb`,
`category.translation.breadcrumb`
) as `category.breadcrumb`,
`category.translation.slotConfig`,
COALESCE(
`category.translation.slotConfig`,
`category.translation.slotConfig`
) as `category.slotConfig`,
`category.translation.linkType`,
COALESCE(
`category.translation.linkType`,
`category.translation.linkType`
) as `category.linkType`,
`category.translation.internalLink`,
COALESCE(
`category.translation.internalLink`,
`category.translation.internalLink`
) as `category.internalLink`,
`category.translation.externalLink`,
COALESCE(
`category.translation.externalLink`,
`category.translation.externalLink`
) as `category.externalLink`,
`category.translation.linkNewTab`,
COALESCE(
`category.translation.linkNewTab`,
`category.translation.linkNewTab`
) as `category.linkNewTab`,
`category.translation.description`,
COALESCE(
`category.translation.description`,
`category.translation.description`
) as `category.description`,
`category.translation.metaTitle`,
COALESCE(
`category.translation.metaTitle`,
`category.translation.metaTitle`
) as `category.metaTitle`,
`category.translation.metaDescription`,
COALESCE(
`category.translation.metaDescription`,
`category.translation.metaDescription`
) as `category.metaDescription`,
`category.translation.keywords`,
COALESCE(
`category.translation.keywords`,
`category.translation.keywords`
) as `category.keywords`,
`category.translation.customFields`,
COALESCE(
`category.translation.customFields`,
`category.translation.customFields`
) as `category.customFields`,
`category.translation.createdAt`,
`category.translation.updatedAt`,
`category.translation.categoryId`,
`category.translation.languageId`,
`category.translation.categoryVersionId`
FROM
`category`
LEFT JOIN (
SELECT
`category.translation`.category_id,
`category.translation`.category_version_id,
`category.translation`.name as `category.translation.name`,
`category.translation`.breadcrumb as `category.translation.breadcrumb`,
`category.translation`.slot_config as `category.translation.slotConfig`,
`category.translation`.link_type as `category.translation.linkType`,
`category.translation`.internal_link as `category.translation.internalLink`,
`category.translation`.external_link as `category.translation.externalLink`,
`category.translation`.link_new_tab as `category.translation.linkNewTab`,
`category.translation`.description as `category.translation.description`,
`category.translation`.meta_title as `category.translation.metaTitle`,
`category.translation`.meta_description as `category.translation.metaDescription`,
`category.translation`.keywords as `category.translation.keywords`,
`category.translation`.custom_fields as `category.translation.customFields`,
`category.translation`.created_at as `category.translation.createdAt`,
`category.translation`.updated_at as `category.translation.updatedAt`,
`category.translation`.category_id as `category.translation.categoryId`,
`category.translation`.language_id as `category.translation.languageId`,
`category.translation`.category_version_id as `category.translation.categoryVersionId`
FROM
`category_translation` `category.translation`
WHERE
`category.translation`.language_id = : languageId
) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id`
AND `category.category_translation`.category_version_id = `category`.version_id
WHERE
(
`category`.`version_id` = : version
)
AND (
`category`.`id` IN (: ids)
)
SELECT `category`.`id` as `category.id`, `category`.`version_id` as `category.versionId`, `category`.`parent_id` as `category.parentId`, `category`.`parent_version_id` as `category.parentVersionId`, `category`.`after_category_id` as `category.afterCategoryId`, `category`.`after_category_version_id` as `category.afterCategoryVersionId`, `category`.`media_id` as `category.mediaId`, `category`.`display_nested_products` as `category.displayNestedProducts`, `category`.`auto_increment` as `category.autoIncrement`, `category`.`level` as `category.level`, `category`.`path` as `category.path`, `category`.`child_count` as `category.childCount`, `category`.`type` as `category.type`, `category`.`product_assignment_type` as `category.productAssignmentType`, `category`.`visible` as `category.visible`, `category`.`active` as `category.active`, `category`.`cms_page_id` as `category.cmsPageId`, `category`.`cms_page_version_id` as `category.cmsPageVersionId`, `category`.`product_stream_id` as `category.productStreamId`, `category`.`created_at` as `category.createdAt`, `category`.`updated_at` as `category.updatedAt`, `category.translation.name`, COALESCE(`category.translation.name`,`category.translation.name`) as `category.name`, `category.translation.breadcrumb`, COALESCE(`category.translation.breadcrumb`,`category.translation.breadcrumb`) as `category.breadcrumb`, `category.translation.slotConfig`, COALESCE(`category.translation.slotConfig`,`category.translation.slotConfig`) as `category.slotConfig`, `category.translation.linkType`, COALESCE(`category.translation.linkType`,`category.translation.linkType`) as `category.linkType`, `category.translation.internalLink`, COALESCE(`category.translation.internalLink`,`category.translation.internalLink`) as `category.internalLink`, `category.translation.externalLink`, COALESCE(`category.translation.externalLink`,`category.translation.externalLink`) as `category.externalLink`, `category.translation.linkNewTab`, COALESCE(`category.translation.linkNewTab`,`category.translation.linkNewTab`) as `category.linkNewTab`, `category.translation.description`, COALESCE(`category.translation.description`,`category.translation.description`) as `category.description`, `category.translation.metaTitle`, COALESCE(`category.translation.metaTitle`,`category.translation.metaTitle`) as `category.metaTitle`, `category.translation.metaDescription`, COALESCE(`category.translation.metaDescription`,`category.translation.metaDescription`) as `category.metaDescription`, `category.translation.keywords`, COALESCE(`category.translation.keywords`,`category.translation.keywords`) as `category.keywords`, `category.translation.customFields`, COALESCE(`category.translation.customFields`,`category.translation.customFields`) as `category.customFields`, `category.translation.createdAt`, `category.translation.updatedAt`, `category.translation.categoryId`, `category.translation.languageId`, `category.translation.categoryVersionId` FROM `category` LEFT JOIN (SELECT `category.translation`.category_id, `category.translation`.category_version_id, `category.translation`.name as `category.translation.name`, `category.translation`.breadcrumb as `category.translation.breadcrumb`, `category.translation`.slot_config as `category.translation.slotConfig`, `category.translation`.link_type as `category.translation.linkType`, `category.translation`.internal_link as `category.translation.internalLink`, `category.translation`.external_link as `category.translation.externalLink`, `category.translation`.link_new_tab as `category.translation.linkNewTab`, `category.translation`.description as `category.translation.description`, `category.translation`.meta_title as `category.translation.metaTitle`, `category.translation`.meta_description as `category.translation.metaDescription`, `category.translation`.keywords as `category.translation.keywords`, `category.translation`.custom_fields as `category.translation.customFields`, `category.translation`.created_at as `category.translation.createdAt`, `category.translation`.updated_at as `category.translation.updatedAt`, `category.translation`.category_id as `category.translation.categoryId`, `category.translation`.language_id as `category.translation.languageId`, `category.translation`.category_version_id as `category.translation.categoryVersionId` FROM `category_translation` `category.translation` WHERE `category.translation`.language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.category_version_id = `category`.version_id WHERE (`category`.`version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425) AND (`category`.`id` IN (0x0EFBAD0D73F04BF6A4C0F45114B2DFFD));
array:35 [▼
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 242)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 316)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetch (line 148)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 93)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::read (line 257)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::read (line 302)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::_search (line 106)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 51)"
9 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator::search (line 269)"
10 => "EsmComputer\Storefront\Subscriber\TemplateSubscriber::loadCategory (line 251)"
11 => "EsmComputer\Storefront\Subscriber\TemplateSubscriber::onFooterPageletLoaded (line 118)"
12 => "Symfony\Component\EventDispatcher\Debug\WrappedListener::__invoke (line 230)"
13 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
14 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 56)"
15 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 98)"
16 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 55)"
17 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 37)"
18 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
19 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 53)"
20 => "Shopware\Storefront\Pagelet\Footer\FooterPageletLoader::load (line 93)"
21 => "Shopware\Storefront\Page\GenericPageLoader::Shopware\Storefront\Page\{closure} (line 59)"
22 => "Shopware\Core\Profiling\Profiler::trace (line 132)"
23 => "Shopware\Storefront\Page\GenericPageLoader::load (line 203)"
24 => "Cbax\ModulLexicon\Controller\FrontendController::detail (line 163)"
25 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
26 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
27 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
28 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 479)"
29 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 452)"
30 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 346)"
31 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 224)"
32 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
33 => "Shopware\Core\HttpKernel::doHandle (line 81)"
34 => "Shopware\Core\HttpKernel::handle (line 85)"
]
|
62 |
0.73 ms |
SELECT `category`.`id` as `category.id`, `category`.`version_id` as `category.versionId`, `category`.`parent_id` as `category.parentId`, `category`.`parent_version_id` as `category.parentVersionId`, `category`.`after_category_id` as `category.afterCategoryId`, `category`.`after_category_version_id` as `category.afterCategoryVersionId`, `category`.`media_id` as `category.mediaId`, `category`.`display_nested_products` as `category.displayNestedProducts`, `category`.`auto_increment` as `category.autoIncrement`, `category`.`level` as `category.level`, `category`.`path` as `category.path`, `category`.`child_count` as `category.childCount`, `category`.`type` as `category.type`, `category`.`product_assignment_type` as `category.productAssignmentType`, `category`.`visible` as `category.visible`, `category`.`active` as `category.active`, `category`.`cms_page_id` as `category.cmsPageId`, `category`.`cms_page_version_id` as `category.cmsPageVersionId`, `category`.`product_stream_id` as `category.productStreamId`, `category`.`created_at` as `category.createdAt`, `category`.`updated_at` as `category.updatedAt`, `category.translation.name`, COALESCE(`category.translation.name`,`category.translation.name`) as `category.name`, `category.translation.breadcrumb`, COALESCE(`category.translation.breadcrumb`,`category.translation.breadcrumb`) as `category.breadcrumb`, `category.translation.slotConfig`, COALESCE(`category.translation.slotConfig`,`category.translation.slotConfig`) as `category.slotConfig`, `category.translation.linkType`, COALESCE(`category.translation.linkType`,`category.translation.linkType`) as `category.linkType`, `category.translation.internalLink`, COALESCE(`category.translation.internalLink`,`category.translation.internalLink`) as `category.internalLink`, `category.translation.externalLink`, COALESCE(`category.translation.externalLink`,`category.translation.externalLink`) as `category.externalLink`, `category.translation.linkNewTab`, COALESCE(`category.translation.linkNewTab`,`category.translation.linkNewTab`) as `category.linkNewTab`, `category.translation.description`, COALESCE(`category.translation.description`,`category.translation.description`) as `category.description`, `category.translation.metaTitle`, COALESCE(`category.translation.metaTitle`,`category.translation.metaTitle`) as `category.metaTitle`, `category.translation.metaDescription`, COALESCE(`category.translation.metaDescription`,`category.translation.metaDescription`) as `category.metaDescription`, `category.translation.keywords`, COALESCE(`category.translation.keywords`,`category.translation.keywords`) as `category.keywords`, `category.translation.customFields`, COALESCE(`category.translation.customFields`,`category.translation.customFields`) as `category.customFields`, `category.translation.createdAt`, `category.translation.updatedAt`, `category.translation.categoryId`, `category.translation.languageId`, `category.translation.categoryVersionId` FROM `category` LEFT JOIN (SELECT `category.translation`.category_id, `category.translation`.category_version_id, `category.translation`.name as `category.translation.name`, `category.translation`.breadcrumb as `category.translation.breadcrumb`, `category.translation`.slot_config as `category.translation.slotConfig`, `category.translation`.link_type as `category.translation.linkType`, `category.translation`.internal_link as `category.translation.internalLink`, `category.translation`.external_link as `category.translation.externalLink`, `category.translation`.link_new_tab as `category.translation.linkNewTab`, `category.translation`.description as `category.translation.description`, `category.translation`.meta_title as `category.translation.metaTitle`, `category.translation`.meta_description as `category.translation.metaDescription`, `category.translation`.keywords as `category.translation.keywords`, `category.translation`.custom_fields as `category.translation.customFields`, `category.translation`.created_at as `category.translation.createdAt`, `category.translation`.updated_at as `category.translation.updatedAt`, `category.translation`.category_id as `category.translation.categoryId`, `category.translation`.language_id as `category.translation.languageId`, `category.translation`.category_version_id as `category.translation.categoryVersionId` FROM `category_translation` `category.translation` WHERE `category.translation`.language_id = :languageId) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.category_version_id = `category`.version_id WHERE (`category`.`version_id` = :version) AND ((`category`.`parent_id` IN (:param_1b201950077c4dc8bec133f1e6209d15)))
SELECT
`category`.`id` as `category.id`,
`category`.`version_id` as `category.versionId`,
`category`.`parent_id` as `category.parentId`,
`category`.`parent_version_id` as `category.parentVersionId`,
`category`.`after_category_id` as `category.afterCategoryId`,
`category`.`after_category_version_id` as `category.afterCategoryVersionId`,
`category`.`media_id` as `category.mediaId`,
`category`.`display_nested_products` as `category.displayNestedProducts`,
`category`.`auto_increment` as `category.autoIncrement`,
`category`.`level` as `category.level`,
`category`.`path` as `category.path`,
`category`.`child_count` as `category.childCount`,
`category`.`type` as `category.type`,
`category`.`product_assignment_type` as `category.productAssignmentType`,
`category`.`visible` as `category.visible`,
`category`.`active` as `category.active`,
`category`.`cms_page_id` as `category.cmsPageId`,
`category`.`cms_page_version_id` as `category.cmsPageVersionId`,
`category`.`product_stream_id` as `category.productStreamId`,
`category`.`created_at` as `category.createdAt`,
`category`.`updated_at` as `category.updatedAt`,
`category.translation.name`,
COALESCE(
`category.translation.name`, `category.translation.name`
) as `category.name`,
`category.translation.breadcrumb`,
COALESCE(
`category.translation.breadcrumb`,
`category.translation.breadcrumb`
) as `category.breadcrumb`,
`category.translation.slotConfig`,
COALESCE(
`category.translation.slotConfig`,
`category.translation.slotConfig`
) as `category.slotConfig`,
`category.translation.linkType`,
COALESCE(
`category.translation.linkType`,
`category.translation.linkType`
) as `category.linkType`,
`category.translation.internalLink`,
COALESCE(
`category.translation.internalLink`,
`category.translation.internalLink`
) as `category.internalLink`,
`category.translation.externalLink`,
COALESCE(
`category.translation.externalLink`,
`category.translation.externalLink`
) as `category.externalLink`,
`category.translation.linkNewTab`,
COALESCE(
`category.translation.linkNewTab`,
`category.translation.linkNewTab`
) as `category.linkNewTab`,
`category.translation.description`,
COALESCE(
`category.translation.description`,
`category.translation.description`
) as `category.description`,
`category.translation.metaTitle`,
COALESCE(
`category.translation.metaTitle`,
`category.translation.metaTitle`
) as `category.metaTitle`,
`category.translation.metaDescription`,
COALESCE(
`category.translation.metaDescription`,
`category.translation.metaDescription`
) as `category.metaDescription`,
`category.translation.keywords`,
COALESCE(
`category.translation.keywords`,
`category.translation.keywords`
) as `category.keywords`,
`category.translation.customFields`,
COALESCE(
`category.translation.customFields`,
`category.translation.customFields`
) as `category.customFields`,
`category.translation.createdAt`,
`category.translation.updatedAt`,
`category.translation.categoryId`,
`category.translation.languageId`,
`category.translation.categoryVersionId`
FROM
`category`
LEFT JOIN (
SELECT
`category.translation`.category_id,
`category.translation`.category_version_id,
`category.translation`.name as `category.translation.name`,
`category.translation`.breadcrumb as `category.translation.breadcrumb`,
`category.translation`.slot_config as `category.translation.slotConfig`,
`category.translation`.link_type as `category.translation.linkType`,
`category.translation`.internal_link as `category.translation.internalLink`,
`category.translation`.external_link as `category.translation.externalLink`,
`category.translation`.link_new_tab as `category.translation.linkNewTab`,
`category.translation`.description as `category.translation.description`,
`category.translation`.meta_title as `category.translation.metaTitle`,
`category.translation`.meta_description as `category.translation.metaDescription`,
`category.translation`.keywords as `category.translation.keywords`,
`category.translation`.custom_fields as `category.translation.customFields`,
`category.translation`.created_at as `category.translation.createdAt`,
`category.translation`.updated_at as `category.translation.updatedAt`,
`category.translation`.category_id as `category.translation.categoryId`,
`category.translation`.language_id as `category.translation.languageId`,
`category.translation`.category_version_id as `category.translation.categoryVersionId`
FROM
`category_translation` `category.translation`
WHERE
`category.translation`.language_id = : languageId
) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id`
AND `category.category_translation`.category_version_id = `category`.version_id
WHERE
(
`category`.`version_id` = : version
)
AND (
(
`category`.`parent_id` IN (
: param_1b201950077c4dc8bec133f1e6209d15
)
)
)
SELECT `category`.`id` as `category.id`, `category`.`version_id` as `category.versionId`, `category`.`parent_id` as `category.parentId`, `category`.`parent_version_id` as `category.parentVersionId`, `category`.`after_category_id` as `category.afterCategoryId`, `category`.`after_category_version_id` as `category.afterCategoryVersionId`, `category`.`media_id` as `category.mediaId`, `category`.`display_nested_products` as `category.displayNestedProducts`, `category`.`auto_increment` as `category.autoIncrement`, `category`.`level` as `category.level`, `category`.`path` as `category.path`, `category`.`child_count` as `category.childCount`, `category`.`type` as `category.type`, `category`.`product_assignment_type` as `category.productAssignmentType`, `category`.`visible` as `category.visible`, `category`.`active` as `category.active`, `category`.`cms_page_id` as `category.cmsPageId`, `category`.`cms_page_version_id` as `category.cmsPageVersionId`, `category`.`product_stream_id` as `category.productStreamId`, `category`.`created_at` as `category.createdAt`, `category`.`updated_at` as `category.updatedAt`, `category.translation.name`, COALESCE(`category.translation.name`,`category.translation.name`) as `category.name`, `category.translation.breadcrumb`, COALESCE(`category.translation.breadcrumb`,`category.translation.breadcrumb`) as `category.breadcrumb`, `category.translation.slotConfig`, COALESCE(`category.translation.slotConfig`,`category.translation.slotConfig`) as `category.slotConfig`, `category.translation.linkType`, COALESCE(`category.translation.linkType`,`category.translation.linkType`) as `category.linkType`, `category.translation.internalLink`, COALESCE(`category.translation.internalLink`,`category.translation.internalLink`) as `category.internalLink`, `category.translation.externalLink`, COALESCE(`category.translation.externalLink`,`category.translation.externalLink`) as `category.externalLink`, `category.translation.linkNewTab`, COALESCE(`category.translation.linkNewTab`,`category.translation.linkNewTab`) as `category.linkNewTab`, `category.translation.description`, COALESCE(`category.translation.description`,`category.translation.description`) as `category.description`, `category.translation.metaTitle`, COALESCE(`category.translation.metaTitle`,`category.translation.metaTitle`) as `category.metaTitle`, `category.translation.metaDescription`, COALESCE(`category.translation.metaDescription`,`category.translation.metaDescription`) as `category.metaDescription`, `category.translation.keywords`, COALESCE(`category.translation.keywords`,`category.translation.keywords`) as `category.keywords`, `category.translation.customFields`, COALESCE(`category.translation.customFields`,`category.translation.customFields`) as `category.customFields`, `category.translation.createdAt`, `category.translation.updatedAt`, `category.translation.categoryId`, `category.translation.languageId`, `category.translation.categoryVersionId` FROM `category` LEFT JOIN (SELECT `category.translation`.category_id, `category.translation`.category_version_id, `category.translation`.name as `category.translation.name`, `category.translation`.breadcrumb as `category.translation.breadcrumb`, `category.translation`.slot_config as `category.translation.slotConfig`, `category.translation`.link_type as `category.translation.linkType`, `category.translation`.internal_link as `category.translation.internalLink`, `category.translation`.external_link as `category.translation.externalLink`, `category.translation`.link_new_tab as `category.translation.linkNewTab`, `category.translation`.description as `category.translation.description`, `category.translation`.meta_title as `category.translation.metaTitle`, `category.translation`.meta_description as `category.translation.metaDescription`, `category.translation`.keywords as `category.translation.keywords`, `category.translation`.custom_fields as `category.translation.customFields`, `category.translation`.created_at as `category.translation.createdAt`, `category.translation`.updated_at as `category.translation.updatedAt`, `category.translation`.category_id as `category.translation.categoryId`, `category.translation`.language_id as `category.translation.languageId`, `category.translation`.category_version_id as `category.translation.categoryVersionId` FROM `category_translation` `category.translation` WHERE `category.translation`.language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.category_version_id = `category`.version_id WHERE (`category`.`version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425) AND ((`category`.`parent_id` IN (0x0EFBAD0D73F04BF6A4C0F45114B2DFFD)));
array:39 [▼
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 242)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 316)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetch (line 148)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 503)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::loadOneToManyWithoutPagination (line 438)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::loadOneToMany (line 1210)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetchAssociations (line 152)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 93)"
9 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::read (line 257)"
10 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::read (line 302)"
11 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::_search (line 106)"
12 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 51)"
13 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator::search (line 269)"
14 => "EsmComputer\Storefront\Subscriber\TemplateSubscriber::loadCategory (line 251)"
15 => "EsmComputer\Storefront\Subscriber\TemplateSubscriber::onFooterPageletLoaded (line 118)"
16 => "Symfony\Component\EventDispatcher\Debug\WrappedListener::__invoke (line 230)"
17 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
18 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 56)"
19 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 98)"
20 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 55)"
21 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 37)"
22 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
23 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 53)"
24 => "Shopware\Storefront\Pagelet\Footer\FooterPageletLoader::load (line 93)"
25 => "Shopware\Storefront\Page\GenericPageLoader::Shopware\Storefront\Page\{closure} (line 59)"
26 => "Shopware\Core\Profiling\Profiler::trace (line 132)"
27 => "Shopware\Storefront\Page\GenericPageLoader::load (line 203)"
28 => "Cbax\ModulLexicon\Controller\FrontendController::detail (line 163)"
29 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
30 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
31 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
32 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 479)"
33 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 452)"
34 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 346)"
35 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 224)"
36 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
37 => "Shopware\Core\HttpKernel::doHandle (line 81)"
38 => "Shopware\Core\HttpKernel::handle (line 85)"
]
|
63 |
0.07 ms |
SELECT `category`.`id`, `category`.`auto_increment` FROM `category` WHERE (`category`.`version_id` = :version) AND ((`category`.`id` = :param_d4e2be4394354261a2a2ca51ca83d1e3)) ORDER BY `category`.`auto_increment` ASC
SELECT
`category`.`id`,
`category`.`auto_increment`
FROM
`category`
WHERE
(
`category`.`version_id` = : version
)
AND (
(
`category`.`id` = : param_d4e2be4394354261a2a2ca51ca83d1e3
)
)
ORDER BY
`category`.`auto_increment` ASC
SELECT `category`.`id`, `category`.`auto_increment` FROM `category` WHERE (`category`.`version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425) AND ((`category`.`id` = 0x1B4BF02CC8BB47EB85AB92B4ABABD0C3)) ORDER BY `category`.`auto_increment` ASC;
array:34 [▼
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 242)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 107)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntitySearcher::search (line 62)"
4 => "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher::search (line 132)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::searchIds (line 291)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::_search (line 106)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 51)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator::search (line 269)"
9 => "EsmComputer\Storefront\Subscriber\TemplateSubscriber::loadCategory (line 257)"
10 => "EsmComputer\Storefront\Subscriber\TemplateSubscriber::onFooterPageletLoaded (line 118)"
11 => "Symfony\Component\EventDispatcher\Debug\WrappedListener::__invoke (line 230)"
12 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
13 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 56)"
14 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 98)"
15 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 55)"
16 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 37)"
17 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
18 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 53)"
19 => "Shopware\Storefront\Pagelet\Footer\FooterPageletLoader::load (line 93)"
20 => "Shopware\Storefront\Page\GenericPageLoader::Shopware\Storefront\Page\{closure} (line 59)"
21 => "Shopware\Core\Profiling\Profiler::trace (line 132)"
22 => "Shopware\Storefront\Page\GenericPageLoader::load (line 203)"
23 => "Cbax\ModulLexicon\Controller\FrontendController::detail (line 163)"
24 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
25 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
26 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
27 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 479)"
28 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 452)"
29 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 346)"
30 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 224)"
31 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
32 => "Shopware\Core\HttpKernel::doHandle (line 81)"
33 => "Shopware\Core\HttpKernel::handle (line 85)"
]
|
64 |
0.61 ms |
SELECT `category`.`id` as `category.id`, `category`.`version_id` as `category.versionId`, `category`.`parent_id` as `category.parentId`, `category`.`parent_version_id` as `category.parentVersionId`, `category`.`after_category_id` as `category.afterCategoryId`, `category`.`after_category_version_id` as `category.afterCategoryVersionId`, `category`.`media_id` as `category.mediaId`, `category`.`display_nested_products` as `category.displayNestedProducts`, `category`.`auto_increment` as `category.autoIncrement`, `category`.`level` as `category.level`, `category`.`path` as `category.path`, `category`.`child_count` as `category.childCount`, `category`.`type` as `category.type`, `category`.`product_assignment_type` as `category.productAssignmentType`, `category`.`visible` as `category.visible`, `category`.`active` as `category.active`, `category`.`cms_page_id` as `category.cmsPageId`, `category`.`cms_page_version_id` as `category.cmsPageVersionId`, `category`.`product_stream_id` as `category.productStreamId`, `category`.`created_at` as `category.createdAt`, `category`.`updated_at` as `category.updatedAt`, `category.translation.name`, COALESCE(`category.translation.name`,`category.translation.name`) as `category.name`, `category.translation.breadcrumb`, COALESCE(`category.translation.breadcrumb`,`category.translation.breadcrumb`) as `category.breadcrumb`, `category.translation.slotConfig`, COALESCE(`category.translation.slotConfig`,`category.translation.slotConfig`) as `category.slotConfig`, `category.translation.linkType`, COALESCE(`category.translation.linkType`,`category.translation.linkType`) as `category.linkType`, `category.translation.internalLink`, COALESCE(`category.translation.internalLink`,`category.translation.internalLink`) as `category.internalLink`, `category.translation.externalLink`, COALESCE(`category.translation.externalLink`,`category.translation.externalLink`) as `category.externalLink`, `category.translation.linkNewTab`, COALESCE(`category.translation.linkNewTab`,`category.translation.linkNewTab`) as `category.linkNewTab`, `category.translation.description`, COALESCE(`category.translation.description`,`category.translation.description`) as `category.description`, `category.translation.metaTitle`, COALESCE(`category.translation.metaTitle`,`category.translation.metaTitle`) as `category.metaTitle`, `category.translation.metaDescription`, COALESCE(`category.translation.metaDescription`,`category.translation.metaDescription`) as `category.metaDescription`, `category.translation.keywords`, COALESCE(`category.translation.keywords`,`category.translation.keywords`) as `category.keywords`, `category.translation.customFields`, COALESCE(`category.translation.customFields`,`category.translation.customFields`) as `category.customFields`, `category.translation.createdAt`, `category.translation.updatedAt`, `category.translation.categoryId`, `category.translation.languageId`, `category.translation.categoryVersionId` FROM `category` LEFT JOIN (SELECT `category.translation`.category_id, `category.translation`.category_version_id, `category.translation`.name as `category.translation.name`, `category.translation`.breadcrumb as `category.translation.breadcrumb`, `category.translation`.slot_config as `category.translation.slotConfig`, `category.translation`.link_type as `category.translation.linkType`, `category.translation`.internal_link as `category.translation.internalLink`, `category.translation`.external_link as `category.translation.externalLink`, `category.translation`.link_new_tab as `category.translation.linkNewTab`, `category.translation`.description as `category.translation.description`, `category.translation`.meta_title as `category.translation.metaTitle`, `category.translation`.meta_description as `category.translation.metaDescription`, `category.translation`.keywords as `category.translation.keywords`, `category.translation`.custom_fields as `category.translation.customFields`, `category.translation`.created_at as `category.translation.createdAt`, `category.translation`.updated_at as `category.translation.updatedAt`, `category.translation`.category_id as `category.translation.categoryId`, `category.translation`.language_id as `category.translation.languageId`, `category.translation`.category_version_id as `category.translation.categoryVersionId` FROM `category_translation` `category.translation` WHERE `category.translation`.language_id = :languageId) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.category_version_id = `category`.version_id WHERE (`category`.`version_id` = :version) AND (`category`.`id` IN (:ids))
SELECT
`category`.`id` as `category.id`,
`category`.`version_id` as `category.versionId`,
`category`.`parent_id` as `category.parentId`,
`category`.`parent_version_id` as `category.parentVersionId`,
`category`.`after_category_id` as `category.afterCategoryId`,
`category`.`after_category_version_id` as `category.afterCategoryVersionId`,
`category`.`media_id` as `category.mediaId`,
`category`.`display_nested_products` as `category.displayNestedProducts`,
`category`.`auto_increment` as `category.autoIncrement`,
`category`.`level` as `category.level`,
`category`.`path` as `category.path`,
`category`.`child_count` as `category.childCount`,
`category`.`type` as `category.type`,
`category`.`product_assignment_type` as `category.productAssignmentType`,
`category`.`visible` as `category.visible`,
`category`.`active` as `category.active`,
`category`.`cms_page_id` as `category.cmsPageId`,
`category`.`cms_page_version_id` as `category.cmsPageVersionId`,
`category`.`product_stream_id` as `category.productStreamId`,
`category`.`created_at` as `category.createdAt`,
`category`.`updated_at` as `category.updatedAt`,
`category.translation.name`,
COALESCE(
`category.translation.name`, `category.translation.name`
) as `category.name`,
`category.translation.breadcrumb`,
COALESCE(
`category.translation.breadcrumb`,
`category.translation.breadcrumb`
) as `category.breadcrumb`,
`category.translation.slotConfig`,
COALESCE(
`category.translation.slotConfig`,
`category.translation.slotConfig`
) as `category.slotConfig`,
`category.translation.linkType`,
COALESCE(
`category.translation.linkType`,
`category.translation.linkType`
) as `category.linkType`,
`category.translation.internalLink`,
COALESCE(
`category.translation.internalLink`,
`category.translation.internalLink`
) as `category.internalLink`,
`category.translation.externalLink`,
COALESCE(
`category.translation.externalLink`,
`category.translation.externalLink`
) as `category.externalLink`,
`category.translation.linkNewTab`,
COALESCE(
`category.translation.linkNewTab`,
`category.translation.linkNewTab`
) as `category.linkNewTab`,
`category.translation.description`,
COALESCE(
`category.translation.description`,
`category.translation.description`
) as `category.description`,
`category.translation.metaTitle`,
COALESCE(
`category.translation.metaTitle`,
`category.translation.metaTitle`
) as `category.metaTitle`,
`category.translation.metaDescription`,
COALESCE(
`category.translation.metaDescription`,
`category.translation.metaDescription`
) as `category.metaDescription`,
`category.translation.keywords`,
COALESCE(
`category.translation.keywords`,
`category.translation.keywords`
) as `category.keywords`,
`category.translation.customFields`,
COALESCE(
`category.translation.customFields`,
`category.translation.customFields`
) as `category.customFields`,
`category.translation.createdAt`,
`category.translation.updatedAt`,
`category.translation.categoryId`,
`category.translation.languageId`,
`category.translation.categoryVersionId`
FROM
`category`
LEFT JOIN (
SELECT
`category.translation`.category_id,
`category.translation`.category_version_id,
`category.translation`.name as `category.translation.name`,
`category.translation`.breadcrumb as `category.translation.breadcrumb`,
`category.translation`.slot_config as `category.translation.slotConfig`,
`category.translation`.link_type as `category.translation.linkType`,
`category.translation`.internal_link as `category.translation.internalLink`,
`category.translation`.external_link as `category.translation.externalLink`,
`category.translation`.link_new_tab as `category.translation.linkNewTab`,
`category.translation`.description as `category.translation.description`,
`category.translation`.meta_title as `category.translation.metaTitle`,
`category.translation`.meta_description as `category.translation.metaDescription`,
`category.translation`.keywords as `category.translation.keywords`,
`category.translation`.custom_fields as `category.translation.customFields`,
`category.translation`.created_at as `category.translation.createdAt`,
`category.translation`.updated_at as `category.translation.updatedAt`,
`category.translation`.category_id as `category.translation.categoryId`,
`category.translation`.language_id as `category.translation.languageId`,
`category.translation`.category_version_id as `category.translation.categoryVersionId`
FROM
`category_translation` `category.translation`
WHERE
`category.translation`.language_id = : languageId
) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id`
AND `category.category_translation`.category_version_id = `category`.version_id
WHERE
(
`category`.`version_id` = : version
)
AND (
`category`.`id` IN (: ids)
)
SELECT `category`.`id` as `category.id`, `category`.`version_id` as `category.versionId`, `category`.`parent_id` as `category.parentId`, `category`.`parent_version_id` as `category.parentVersionId`, `category`.`after_category_id` as `category.afterCategoryId`, `category`.`after_category_version_id` as `category.afterCategoryVersionId`, `category`.`media_id` as `category.mediaId`, `category`.`display_nested_products` as `category.displayNestedProducts`, `category`.`auto_increment` as `category.autoIncrement`, `category`.`level` as `category.level`, `category`.`path` as `category.path`, `category`.`child_count` as `category.childCount`, `category`.`type` as `category.type`, `category`.`product_assignment_type` as `category.productAssignmentType`, `category`.`visible` as `category.visible`, `category`.`active` as `category.active`, `category`.`cms_page_id` as `category.cmsPageId`, `category`.`cms_page_version_id` as `category.cmsPageVersionId`, `category`.`product_stream_id` as `category.productStreamId`, `category`.`created_at` as `category.createdAt`, `category`.`updated_at` as `category.updatedAt`, `category.translation.name`, COALESCE(`category.translation.name`,`category.translation.name`) as `category.name`, `category.translation.breadcrumb`, COALESCE(`category.translation.breadcrumb`,`category.translation.breadcrumb`) as `category.breadcrumb`, `category.translation.slotConfig`, COALESCE(`category.translation.slotConfig`,`category.translation.slotConfig`) as `category.slotConfig`, `category.translation.linkType`, COALESCE(`category.translation.linkType`,`category.translation.linkType`) as `category.linkType`, `category.translation.internalLink`, COALESCE(`category.translation.internalLink`,`category.translation.internalLink`) as `category.internalLink`, `category.translation.externalLink`, COALESCE(`category.translation.externalLink`,`category.translation.externalLink`) as `category.externalLink`, `category.translation.linkNewTab`, COALESCE(`category.translation.linkNewTab`,`category.translation.linkNewTab`) as `category.linkNewTab`, `category.translation.description`, COALESCE(`category.translation.description`,`category.translation.description`) as `category.description`, `category.translation.metaTitle`, COALESCE(`category.translation.metaTitle`,`category.translation.metaTitle`) as `category.metaTitle`, `category.translation.metaDescription`, COALESCE(`category.translation.metaDescription`,`category.translation.metaDescription`) as `category.metaDescription`, `category.translation.keywords`, COALESCE(`category.translation.keywords`,`category.translation.keywords`) as `category.keywords`, `category.translation.customFields`, COALESCE(`category.translation.customFields`,`category.translation.customFields`) as `category.customFields`, `category.translation.createdAt`, `category.translation.updatedAt`, `category.translation.categoryId`, `category.translation.languageId`, `category.translation.categoryVersionId` FROM `category` LEFT JOIN (SELECT `category.translation`.category_id, `category.translation`.category_version_id, `category.translation`.name as `category.translation.name`, `category.translation`.breadcrumb as `category.translation.breadcrumb`, `category.translation`.slot_config as `category.translation.slotConfig`, `category.translation`.link_type as `category.translation.linkType`, `category.translation`.internal_link as `category.translation.internalLink`, `category.translation`.external_link as `category.translation.externalLink`, `category.translation`.link_new_tab as `category.translation.linkNewTab`, `category.translation`.description as `category.translation.description`, `category.translation`.meta_title as `category.translation.metaTitle`, `category.translation`.meta_description as `category.translation.metaDescription`, `category.translation`.keywords as `category.translation.keywords`, `category.translation`.custom_fields as `category.translation.customFields`, `category.translation`.created_at as `category.translation.createdAt`, `category.translation`.updated_at as `category.translation.updatedAt`, `category.translation`.category_id as `category.translation.categoryId`, `category.translation`.language_id as `category.translation.languageId`, `category.translation`.category_version_id as `category.translation.categoryVersionId` FROM `category_translation` `category.translation` WHERE `category.translation`.language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.category_version_id = `category`.version_id WHERE (`category`.`version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425) AND (`category`.`id` IN (0x1B4BF02CC8BB47EB85AB92B4ABABD0C3));
array:35 [▼
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 242)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 316)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetch (line 148)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 93)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::read (line 257)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::read (line 302)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::_search (line 106)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 51)"
9 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator::search (line 269)"
10 => "EsmComputer\Storefront\Subscriber\TemplateSubscriber::loadCategory (line 257)"
11 => "EsmComputer\Storefront\Subscriber\TemplateSubscriber::onFooterPageletLoaded (line 118)"
12 => "Symfony\Component\EventDispatcher\Debug\WrappedListener::__invoke (line 230)"
13 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
14 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 56)"
15 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 98)"
16 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 55)"
17 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 37)"
18 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
19 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 53)"
20 => "Shopware\Storefront\Pagelet\Footer\FooterPageletLoader::load (line 93)"
21 => "Shopware\Storefront\Page\GenericPageLoader::Shopware\Storefront\Page\{closure} (line 59)"
22 => "Shopware\Core\Profiling\Profiler::trace (line 132)"
23 => "Shopware\Storefront\Page\GenericPageLoader::load (line 203)"
24 => "Cbax\ModulLexicon\Controller\FrontendController::detail (line 163)"
25 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
26 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
27 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
28 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 479)"
29 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 452)"
30 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 346)"
31 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 224)"
32 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
33 => "Shopware\Core\HttpKernel::doHandle (line 81)"
34 => "Shopware\Core\HttpKernel::handle (line 85)"
]
|
65 |
0.68 ms |
SELECT `category`.`id` as `category.id`, `category`.`version_id` as `category.versionId`, `category`.`parent_id` as `category.parentId`, `category`.`parent_version_id` as `category.parentVersionId`, `category`.`after_category_id` as `category.afterCategoryId`, `category`.`after_category_version_id` as `category.afterCategoryVersionId`, `category`.`media_id` as `category.mediaId`, `category`.`display_nested_products` as `category.displayNestedProducts`, `category`.`auto_increment` as `category.autoIncrement`, `category`.`level` as `category.level`, `category`.`path` as `category.path`, `category`.`child_count` as `category.childCount`, `category`.`type` as `category.type`, `category`.`product_assignment_type` as `category.productAssignmentType`, `category`.`visible` as `category.visible`, `category`.`active` as `category.active`, `category`.`cms_page_id` as `category.cmsPageId`, `category`.`cms_page_version_id` as `category.cmsPageVersionId`, `category`.`product_stream_id` as `category.productStreamId`, `category`.`created_at` as `category.createdAt`, `category`.`updated_at` as `category.updatedAt`, `category.translation.name`, COALESCE(`category.translation.name`,`category.translation.name`) as `category.name`, `category.translation.breadcrumb`, COALESCE(`category.translation.breadcrumb`,`category.translation.breadcrumb`) as `category.breadcrumb`, `category.translation.slotConfig`, COALESCE(`category.translation.slotConfig`,`category.translation.slotConfig`) as `category.slotConfig`, `category.translation.linkType`, COALESCE(`category.translation.linkType`,`category.translation.linkType`) as `category.linkType`, `category.translation.internalLink`, COALESCE(`category.translation.internalLink`,`category.translation.internalLink`) as `category.internalLink`, `category.translation.externalLink`, COALESCE(`category.translation.externalLink`,`category.translation.externalLink`) as `category.externalLink`, `category.translation.linkNewTab`, COALESCE(`category.translation.linkNewTab`,`category.translation.linkNewTab`) as `category.linkNewTab`, `category.translation.description`, COALESCE(`category.translation.description`,`category.translation.description`) as `category.description`, `category.translation.metaTitle`, COALESCE(`category.translation.metaTitle`,`category.translation.metaTitle`) as `category.metaTitle`, `category.translation.metaDescription`, COALESCE(`category.translation.metaDescription`,`category.translation.metaDescription`) as `category.metaDescription`, `category.translation.keywords`, COALESCE(`category.translation.keywords`,`category.translation.keywords`) as `category.keywords`, `category.translation.customFields`, COALESCE(`category.translation.customFields`,`category.translation.customFields`) as `category.customFields`, `category.translation.createdAt`, `category.translation.updatedAt`, `category.translation.categoryId`, `category.translation.languageId`, `category.translation.categoryVersionId` FROM `category` LEFT JOIN (SELECT `category.translation`.category_id, `category.translation`.category_version_id, `category.translation`.name as `category.translation.name`, `category.translation`.breadcrumb as `category.translation.breadcrumb`, `category.translation`.slot_config as `category.translation.slotConfig`, `category.translation`.link_type as `category.translation.linkType`, `category.translation`.internal_link as `category.translation.internalLink`, `category.translation`.external_link as `category.translation.externalLink`, `category.translation`.link_new_tab as `category.translation.linkNewTab`, `category.translation`.description as `category.translation.description`, `category.translation`.meta_title as `category.translation.metaTitle`, `category.translation`.meta_description as `category.translation.metaDescription`, `category.translation`.keywords as `category.translation.keywords`, `category.translation`.custom_fields as `category.translation.customFields`, `category.translation`.created_at as `category.translation.createdAt`, `category.translation`.updated_at as `category.translation.updatedAt`, `category.translation`.category_id as `category.translation.categoryId`, `category.translation`.language_id as `category.translation.languageId`, `category.translation`.category_version_id as `category.translation.categoryVersionId` FROM `category_translation` `category.translation` WHERE `category.translation`.language_id = :languageId) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.category_version_id = `category`.version_id WHERE (`category`.`version_id` = :version) AND ((`category`.`parent_id` IN (:param_cfc63be99b0748b4b0a72dd740747623)))
SELECT
`category`.`id` as `category.id`,
`category`.`version_id` as `category.versionId`,
`category`.`parent_id` as `category.parentId`,
`category`.`parent_version_id` as `category.parentVersionId`,
`category`.`after_category_id` as `category.afterCategoryId`,
`category`.`after_category_version_id` as `category.afterCategoryVersionId`,
`category`.`media_id` as `category.mediaId`,
`category`.`display_nested_products` as `category.displayNestedProducts`,
`category`.`auto_increment` as `category.autoIncrement`,
`category`.`level` as `category.level`,
`category`.`path` as `category.path`,
`category`.`child_count` as `category.childCount`,
`category`.`type` as `category.type`,
`category`.`product_assignment_type` as `category.productAssignmentType`,
`category`.`visible` as `category.visible`,
`category`.`active` as `category.active`,
`category`.`cms_page_id` as `category.cmsPageId`,
`category`.`cms_page_version_id` as `category.cmsPageVersionId`,
`category`.`product_stream_id` as `category.productStreamId`,
`category`.`created_at` as `category.createdAt`,
`category`.`updated_at` as `category.updatedAt`,
`category.translation.name`,
COALESCE(
`category.translation.name`, `category.translation.name`
) as `category.name`,
`category.translation.breadcrumb`,
COALESCE(
`category.translation.breadcrumb`,
`category.translation.breadcrumb`
) as `category.breadcrumb`,
`category.translation.slotConfig`,
COALESCE(
`category.translation.slotConfig`,
`category.translation.slotConfig`
) as `category.slotConfig`,
`category.translation.linkType`,
COALESCE(
`category.translation.linkType`,
`category.translation.linkType`
) as `category.linkType`,
`category.translation.internalLink`,
COALESCE(
`category.translation.internalLink`,
`category.translation.internalLink`
) as `category.internalLink`,
`category.translation.externalLink`,
COALESCE(
`category.translation.externalLink`,
`category.translation.externalLink`
) as `category.externalLink`,
`category.translation.linkNewTab`,
COALESCE(
`category.translation.linkNewTab`,
`category.translation.linkNewTab`
) as `category.linkNewTab`,
`category.translation.description`,
COALESCE(
`category.translation.description`,
`category.translation.description`
) as `category.description`,
`category.translation.metaTitle`,
COALESCE(
`category.translation.metaTitle`,
`category.translation.metaTitle`
) as `category.metaTitle`,
`category.translation.metaDescription`,
COALESCE(
`category.translation.metaDescription`,
`category.translation.metaDescription`
) as `category.metaDescription`,
`category.translation.keywords`,
COALESCE(
`category.translation.keywords`,
`category.translation.keywords`
) as `category.keywords`,
`category.translation.customFields`,
COALESCE(
`category.translation.customFields`,
`category.translation.customFields`
) as `category.customFields`,
`category.translation.createdAt`,
`category.translation.updatedAt`,
`category.translation.categoryId`,
`category.translation.languageId`,
`category.translation.categoryVersionId`
FROM
`category`
LEFT JOIN (
SELECT
`category.translation`.category_id,
`category.translation`.category_version_id,
`category.translation`.name as `category.translation.name`,
`category.translation`.breadcrumb as `category.translation.breadcrumb`,
`category.translation`.slot_config as `category.translation.slotConfig`,
`category.translation`.link_type as `category.translation.linkType`,
`category.translation`.internal_link as `category.translation.internalLink`,
`category.translation`.external_link as `category.translation.externalLink`,
`category.translation`.link_new_tab as `category.translation.linkNewTab`,
`category.translation`.description as `category.translation.description`,
`category.translation`.meta_title as `category.translation.metaTitle`,
`category.translation`.meta_description as `category.translation.metaDescription`,
`category.translation`.keywords as `category.translation.keywords`,
`category.translation`.custom_fields as `category.translation.customFields`,
`category.translation`.created_at as `category.translation.createdAt`,
`category.translation`.updated_at as `category.translation.updatedAt`,
`category.translation`.category_id as `category.translation.categoryId`,
`category.translation`.language_id as `category.translation.languageId`,
`category.translation`.category_version_id as `category.translation.categoryVersionId`
FROM
`category_translation` `category.translation`
WHERE
`category.translation`.language_id = : languageId
) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id`
AND `category.category_translation`.category_version_id = `category`.version_id
WHERE
(
`category`.`version_id` = : version
)
AND (
(
`category`.`parent_id` IN (
: param_cfc63be99b0748b4b0a72dd740747623
)
)
)
SELECT `category`.`id` as `category.id`, `category`.`version_id` as `category.versionId`, `category`.`parent_id` as `category.parentId`, `category`.`parent_version_id` as `category.parentVersionId`, `category`.`after_category_id` as `category.afterCategoryId`, `category`.`after_category_version_id` as `category.afterCategoryVersionId`, `category`.`media_id` as `category.mediaId`, `category`.`display_nested_products` as `category.displayNestedProducts`, `category`.`auto_increment` as `category.autoIncrement`, `category`.`level` as `category.level`, `category`.`path` as `category.path`, `category`.`child_count` as `category.childCount`, `category`.`type` as `category.type`, `category`.`product_assignment_type` as `category.productAssignmentType`, `category`.`visible` as `category.visible`, `category`.`active` as `category.active`, `category`.`cms_page_id` as `category.cmsPageId`, `category`.`cms_page_version_id` as `category.cmsPageVersionId`, `category`.`product_stream_id` as `category.productStreamId`, `category`.`created_at` as `category.createdAt`, `category`.`updated_at` as `category.updatedAt`, `category.translation.name`, COALESCE(`category.translation.name`,`category.translation.name`) as `category.name`, `category.translation.breadcrumb`, COALESCE(`category.translation.breadcrumb`,`category.translation.breadcrumb`) as `category.breadcrumb`, `category.translation.slotConfig`, COALESCE(`category.translation.slotConfig`,`category.translation.slotConfig`) as `category.slotConfig`, `category.translation.linkType`, COALESCE(`category.translation.linkType`,`category.translation.linkType`) as `category.linkType`, `category.translation.internalLink`, COALESCE(`category.translation.internalLink`,`category.translation.internalLink`) as `category.internalLink`, `category.translation.externalLink`, COALESCE(`category.translation.externalLink`,`category.translation.externalLink`) as `category.externalLink`, `category.translation.linkNewTab`, COALESCE(`category.translation.linkNewTab`,`category.translation.linkNewTab`) as `category.linkNewTab`, `category.translation.description`, COALESCE(`category.translation.description`,`category.translation.description`) as `category.description`, `category.translation.metaTitle`, COALESCE(`category.translation.metaTitle`,`category.translation.metaTitle`) as `category.metaTitle`, `category.translation.metaDescription`, COALESCE(`category.translation.metaDescription`,`category.translation.metaDescription`) as `category.metaDescription`, `category.translation.keywords`, COALESCE(`category.translation.keywords`,`category.translation.keywords`) as `category.keywords`, `category.translation.customFields`, COALESCE(`category.translation.customFields`,`category.translation.customFields`) as `category.customFields`, `category.translation.createdAt`, `category.translation.updatedAt`, `category.translation.categoryId`, `category.translation.languageId`, `category.translation.categoryVersionId` FROM `category` LEFT JOIN (SELECT `category.translation`.category_id, `category.translation`.category_version_id, `category.translation`.name as `category.translation.name`, `category.translation`.breadcrumb as `category.translation.breadcrumb`, `category.translation`.slot_config as `category.translation.slotConfig`, `category.translation`.link_type as `category.translation.linkType`, `category.translation`.internal_link as `category.translation.internalLink`, `category.translation`.external_link as `category.translation.externalLink`, `category.translation`.link_new_tab as `category.translation.linkNewTab`, `category.translation`.description as `category.translation.description`, `category.translation`.meta_title as `category.translation.metaTitle`, `category.translation`.meta_description as `category.translation.metaDescription`, `category.translation`.keywords as `category.translation.keywords`, `category.translation`.custom_fields as `category.translation.customFields`, `category.translation`.created_at as `category.translation.createdAt`, `category.translation`.updated_at as `category.translation.updatedAt`, `category.translation`.category_id as `category.translation.categoryId`, `category.translation`.language_id as `category.translation.languageId`, `category.translation`.category_version_id as `category.translation.categoryVersionId` FROM `category_translation` `category.translation` WHERE `category.translation`.language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.category_version_id = `category`.version_id WHERE (`category`.`version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425) AND ((`category`.`parent_id` IN (0x1B4BF02CC8BB47EB85AB92B4ABABD0C3)));
array:39 [▼
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 242)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 316)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetch (line 148)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 503)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::loadOneToManyWithoutPagination (line 438)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::loadOneToMany (line 1210)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetchAssociations (line 152)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 93)"
9 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::read (line 257)"
10 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::read (line 302)"
11 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::_search (line 106)"
12 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 51)"
13 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator::search (line 269)"
14 => "EsmComputer\Storefront\Subscriber\TemplateSubscriber::loadCategory (line 257)"
15 => "EsmComputer\Storefront\Subscriber\TemplateSubscriber::onFooterPageletLoaded (line 118)"
16 => "Symfony\Component\EventDispatcher\Debug\WrappedListener::__invoke (line 230)"
17 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
18 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 56)"
19 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 98)"
20 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 55)"
21 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 37)"
22 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
23 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 53)"
24 => "Shopware\Storefront\Pagelet\Footer\FooterPageletLoader::load (line 93)"
25 => "Shopware\Storefront\Page\GenericPageLoader::Shopware\Storefront\Page\{closure} (line 59)"
26 => "Shopware\Core\Profiling\Profiler::trace (line 132)"
27 => "Shopware\Storefront\Page\GenericPageLoader::load (line 203)"
28 => "Cbax\ModulLexicon\Controller\FrontendController::detail (line 163)"
29 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
30 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
31 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
32 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 479)"
33 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 452)"
34 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 346)"
35 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 224)"
36 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
37 => "Shopware\Core\HttpKernel::doHandle (line 81)"
38 => "Shopware\Core\HttpKernel::handle (line 85)"
]
|
66 |
0.09 ms |
SELECT configuration_key, configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = :salesChannelId) AND (configuration_key LIKE :prefix) ORDER BY sales_channel_id ASC
SELECT
configuration_key,
configuration_value
FROM
system_config
WHERE
(
sales_channel_id IS NULL
OR sales_channel_id = : salesChannelId
)
AND (configuration_key LIKE : prefix)
ORDER BY
sales_channel_id ASC
SELECT configuration_key, configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = 0xFD5CCFC31DFA44A697B9FA97E8E740E1) AND (configuration_key LIKE 'KlarnaPayment.settings.%') ORDER BY sales_channel_id ASC;
array:29 [▼
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 242)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 189)"
3 => "Shopware\Core\System\SystemConfig\SystemConfigService::getDomain (line 32)"
4 => "KlarnaPayment\Components\ConfigReader\ConfigReader::read (line 39)"
5 => "KlarnaPayment\Components\EventListener\FooterBadgeEventListener::addFooterBadge (line 118)"
6 => "Symfony\Component\EventDispatcher\Debug\WrappedListener::__invoke (line 230)"
7 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
8 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 56)"
9 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 98)"
10 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 55)"
11 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 37)"
12 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
13 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 53)"
14 => "Shopware\Storefront\Pagelet\Footer\FooterPageletLoader::load (line 93)"
15 => "Shopware\Storefront\Page\GenericPageLoader::Shopware\Storefront\Page\{closure} (line 59)"
16 => "Shopware\Core\Profiling\Profiler::trace (line 132)"
17 => "Shopware\Storefront\Page\GenericPageLoader::load (line 203)"
18 => "Cbax\ModulLexicon\Controller\FrontendController::detail (line 163)"
19 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
20 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
21 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
22 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 479)"
23 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 452)"
24 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 346)"
25 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 224)"
26 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
27 => "Shopware\Core\HttpKernel::doHandle (line 81)"
28 => "Shopware\Core\HttpKernel::handle (line 85)"
]
|
67 |
3.21 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`, (SELECT GROUP_CONCAT(HEX(`sales_channel.paymentMethods.mapping`.`payment_method_id`) SEPARATOR '||')
FROM `sales_channel_payment_method` `sales_channel.paymentMethods.mapping`
WHERE `sales_channel.paymentMethods.mapping`.`sales_channel_id` = `sales_channel`.`id` ) as `sales_channel.paymentMethods.id_mapping`, `sales_channel.country`.`id` as `sales_channel.country.id`, `sales_channel.country`.`iso` as `sales_channel.country.iso`, `sales_channel.country`.`position` as `sales_channel.country.position`, `sales_channel.country`.`active` as `sales_channel.country.active`, `sales_channel.country`.`shipping_available` as `sales_channel.country.shippingAvailable`, `sales_channel.country`.`iso3` as `sales_channel.country.iso3`, `sales_channel.country`.`display_state_in_registration` as `sales_channel.country.displayStateInRegistration`, `sales_channel.country`.`force_state_in_registration` as `sales_channel.country.forceStateInRegistration`, `sales_channel.country`.`company_tax_free` as `sales_channel.country.companyTaxFree`, `sales_channel.country`.`check_vat_id_pattern` as `sales_channel.country.checkVatIdPattern`, `sales_channel.country`.`vat_id_required` as `sales_channel.country.vatIdRequired`, `sales_channel.country`.`tax_free` as `sales_channel.country.taxFree`, `sales_channel.country`.`vat_id_pattern` as `sales_channel.country.vatIdPattern`, `sales_channel.country`.`customer_tax` as `sales_channel.country.customerTax`, `sales_channel.country`.`company_tax` as `sales_channel.country.companyTax`, `sales_channel.country`.`postal_code_required` as `sales_channel.country.postalCodeRequired`, `sales_channel.country`.`check_postal_code_pattern` as `sales_channel.country.checkPostalCodePattern`, `sales_channel.country`.`check_advanced_postal_code_pattern` as `sales_channel.country.checkAdvancedPostalCodePattern`, `sales_channel.country`.`advanced_postal_code_pattern` as `sales_channel.country.advancedPostalCodePattern`, `sales_channel.country`.`default_postal_code_pattern` as `sales_channel.country.defaultPostalCodePattern`, `sales_channel.country`.`created_at` as `sales_channel.country.createdAt`, `sales_channel.country`.`updated_at` as `sales_channel.country.updatedAt`, `sales_channel.country.translation.name`, COALESCE(`sales_channel.country.translation.name`,`sales_channel.country.translation.name`) as `sales_channel.country.name`, `sales_channel.country.translation.addressFormat`, COALESCE(`sales_channel.country.translation.addressFormat`,`sales_channel.country.translation.addressFormat`) as `sales_channel.country.addressFormat`, `sales_channel.country.translation.customFields`, COALESCE(`sales_channel.country.translation.customFields`,`sales_channel.country.translation.customFields`) as `sales_channel.country.customFields`, `sales_channel.country.translation.createdAt`, `sales_channel.country.translation.updatedAt`, `sales_channel.country.translation.countryId`, `sales_channel.country.translation.languageId`, `sales_channel.language`.`id` as `sales_channel.language.id`, `sales_channel.language`.`parent_id` as `sales_channel.language.parentId`, `sales_channel.language`.`locale_id` as `sales_channel.language.localeId`, `sales_channel.language`.`translation_code_id` as `sales_channel.language.translationCodeId`, `sales_channel.language`.`name` as `sales_channel.language.name`, `sales_channel.language`.`custom_fields` as `sales_channel.language.customFields`, `sales_channel.language`.`created_at` as `sales_channel.language.createdAt`, `sales_channel.language`.`updated_at` as `sales_channel.language.updatedAt`, `sales_channel.language.locale`.`id` as `sales_channel.language.locale.id`, `sales_channel.language.locale`.`code` as `sales_channel.language.locale.code`, `sales_channel.language.locale`.`created_at` as `sales_channel.language.locale.createdAt`, `sales_channel.language.locale`.`updated_at` as `sales_channel.language.locale.updatedAt`, `sales_channel.language.locale.translation.name`, COALESCE(`sales_channel.language.locale.translation.name`,`sales_channel.language.locale.translation.name`) as `sales_channel.language.locale.name`, `sales_channel.language.locale.translation.territory`, COALESCE(`sales_channel.language.locale.translation.territory`,`sales_channel.language.locale.translation.territory`) as `sales_channel.language.locale.territory`, `sales_channel.language.locale.translation.customFields`, COALESCE(`sales_channel.language.locale.translation.customFields`,`sales_channel.language.locale.translation.customFields`) as `sales_channel.language.locale.customFields`, `sales_channel.language.locale.translation.createdAt`, `sales_channel.language.locale.translation.updatedAt`, `sales_channel.language.locale.translation.localeId`, `sales_channel.language.locale.translation.languageId`, `sales_channel.translation.name`, COALESCE(`sales_channel.translation.name`,`sales_channel.translation.name`) as `sales_channel.name`, `sales_channel.translation.homeSlotConfig`, COALESCE(`sales_channel.translation.homeSlotConfig`,`sales_channel.translation.homeSlotConfig`) as `sales_channel.homeSlotConfig`, `sales_channel.translation.homeEnabled`, COALESCE(`sales_channel.translation.homeEnabled`,`sales_channel.translation.homeEnabled`) as `sales_channel.homeEnabled`, `sales_channel.translation.homeName`, COALESCE(`sales_channel.translation.homeName`,`sales_channel.translation.homeName`) as `sales_channel.homeName`, `sales_channel.translation.homeMetaTitle`, COALESCE(`sales_channel.translation.homeMetaTitle`,`sales_channel.translation.homeMetaTitle`) as `sales_channel.homeMetaTitle`, `sales_channel.translation.homeMetaDescription`, COALESCE(`sales_channel.translation.homeMetaDescription`,`sales_channel.translation.homeMetaDescription`) as `sales_channel.homeMetaDescription`, `sales_channel.translation.homeKeywords`, COALESCE(`sales_channel.translation.homeKeywords`,`sales_channel.translation.homeKeywords`) as `sales_channel.homeKeywords`, `sales_channel.translation.customFields`, COALESCE(`sales_channel.translation.customFields`,`sales_channel.translation.customFields`) as `sales_channel.customFields`, `sales_channel.translation.createdAt`, `sales_channel.translation.updatedAt`, `sales_channel.translation.salesChannelId`, `sales_channel.translation.languageId` FROM `sales_channel` LEFT JOIN (SELECT `sales_channel.translation`.sales_channel_id, `sales_channel.translation`.name as `sales_channel.translation.name`, `sales_channel.translation`.home_slot_config as `sales_channel.translation.homeSlotConfig`, `sales_channel.translation`.home_enabled as `sales_channel.translation.homeEnabled`, `sales_channel.translation`.home_name as `sales_channel.translation.homeName`, `sales_channel.translation`.home_meta_title as `sales_channel.translation.homeMetaTitle`, `sales_channel.translation`.home_meta_description as `sales_channel.translation.homeMetaDescription`, `sales_channel.translation`.home_keywords as `sales_channel.translation.homeKeywords`, `sales_channel.translation`.custom_fields as `sales_channel.translation.customFields`, `sales_channel.translation`.created_at as `sales_channel.translation.createdAt`, `sales_channel.translation`.updated_at as `sales_channel.translation.updatedAt`, `sales_channel.translation`.sales_channel_id as `sales_channel.translation.salesChannelId`, `sales_channel.translation`.language_id as `sales_channel.translation.languageId` FROM `sales_channel_translation` `sales_channel.translation` WHERE `sales_channel.translation`.language_id = :languageId) `sales_channel.sales_channel_translation` ON `sales_channel.sales_channel_translation`.`sales_channel_id` = `sales_channel`.`id` LEFT JOIN `sales_channel_analytics` `sales_channel.analytics` ON `sales_channel`.`analytics_id` = `sales_channel.analytics`.`id` LEFT JOIN `country` `sales_channel.country` ON `sales_channel`.`country_id` = `sales_channel.country`.`id` LEFT JOIN `language` `sales_channel.language` ON `sales_channel`.`language_id` = `sales_channel.language`.`id` LEFT JOIN (SELECT `sales_channel.country.translation`.country_id, `sales_channel.country.translation`.name as `sales_channel.country.translation.name`, `sales_channel.country.translation`.address_format as `sales_channel.country.translation.addressFormat`, `sales_channel.country.translation`.custom_fields as `sales_channel.country.translation.customFields`, `sales_channel.country.translation`.created_at as `sales_channel.country.translation.createdAt`, `sales_channel.country.translation`.updated_at as `sales_channel.country.translation.updatedAt`, `sales_channel.country.translation`.country_id as `sales_channel.country.translation.countryId`, `sales_channel.country.translation`.language_id as `sales_channel.country.translation.languageId` FROM `country_translation` `sales_channel.country.translation` WHERE `sales_channel.country.translation`.language_id = :languageId) `sales_channel.country.country_translation` ON `sales_channel.country.country_translation`.`country_id` = `sales_channel.country`.`id` LEFT JOIN `locale` `sales_channel.language.locale` ON `sales_channel.language`.`locale_id` = `sales_channel.language.locale`.`id` LEFT JOIN (SELECT `sales_channel.language.locale.translation`.locale_id, `sales_channel.language.locale.translation`.name as `sales_channel.language.locale.translation.name`, `sales_channel.language.locale.translation`.territory as `sales_channel.language.locale.translation.territory`, `sales_channel.language.locale.translation`.custom_fields as `sales_channel.language.locale.translation.customFields`, `sales_channel.language.locale.translation`.created_at as `sales_channel.language.locale.translation.createdAt`, `sales_channel.language.locale.translation`.updated_at as `sales_channel.language.locale.translation.updatedAt`, `sales_channel.language.locale.translation`.locale_id as `sales_channel.language.locale.translation.localeId`, `sales_channel.language.locale.translation`.language_id as `sales_channel.language.locale.translation.languageId` FROM `locale_translation` `sales_channel.language.locale.translation` WHERE `sales_channel.language.locale.translation`.language_id = :languageId) `sales_channel.language.locale.locale_translation` ON `sales_channel.language.locale.locale_translation`.`locale_id` = `sales_channel.language.locale`.`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`,
(
SELECT
GROUP_CONCAT(
HEX(
`sales_channel.paymentMethods.mapping`.`payment_method_id`
) SEPARATOR '||'
)
FROM
`sales_channel_payment_method` `sales_channel.paymentMethods.mapping`
WHERE
`sales_channel.paymentMethods.mapping`.`sales_channel_id` = `sales_channel`.`id`
) as `sales_channel.paymentMethods.id_mapping`,
`sales_channel.country`.`id` as `sales_channel.country.id`,
`sales_channel.country`.`iso` as `sales_channel.country.iso`,
`sales_channel.country`.`position` as `sales_channel.country.position`,
`sales_channel.country`.`active` as `sales_channel.country.active`,
`sales_channel.country`.`shipping_available` as `sales_channel.country.shippingAvailable`,
`sales_channel.country`.`iso3` as `sales_channel.country.iso3`,
`sales_channel.country`.`display_state_in_registration` as `sales_channel.country.displayStateInRegistration`,
`sales_channel.country`.`force_state_in_registration` as `sales_channel.country.forceStateInRegistration`,
`sales_channel.country`.`company_tax_free` as `sales_channel.country.companyTaxFree`,
`sales_channel.country`.`check_vat_id_pattern` as `sales_channel.country.checkVatIdPattern`,
`sales_channel.country`.`vat_id_required` as `sales_channel.country.vatIdRequired`,
`sales_channel.country`.`tax_free` as `sales_channel.country.taxFree`,
`sales_channel.country`.`vat_id_pattern` as `sales_channel.country.vatIdPattern`,
`sales_channel.country`.`customer_tax` as `sales_channel.country.customerTax`,
`sales_channel.country`.`company_tax` as `sales_channel.country.companyTax`,
`sales_channel.country`.`postal_code_required` as `sales_channel.country.postalCodeRequired`,
`sales_channel.country`.`check_postal_code_pattern` as `sales_channel.country.checkPostalCodePattern`,
`sales_channel.country`.`check_advanced_postal_code_pattern` as `sales_channel.country.checkAdvancedPostalCodePattern`,
`sales_channel.country`.`advanced_postal_code_pattern` as `sales_channel.country.advancedPostalCodePattern`,
`sales_channel.country`.`default_postal_code_pattern` as `sales_channel.country.defaultPostalCodePattern`,
`sales_channel.country`.`created_at` as `sales_channel.country.createdAt`,
`sales_channel.country`.`updated_at` as `sales_channel.country.updatedAt`,
`sales_channel.country.translation.name`,
COALESCE(
`sales_channel.country.translation.name`,
`sales_channel.country.translation.name`
) as `sales_channel.country.name`,
`sales_channel.country.translation.addressFormat`,
COALESCE(
`sales_channel.country.translation.addressFormat`,
`sales_channel.country.translation.addressFormat`
) as `sales_channel.country.addressFormat`,
`sales_channel.country.translation.customFields`,
COALESCE(
`sales_channel.country.translation.customFields`,
`sales_channel.country.translation.customFields`
) as `sales_channel.country.customFields`,
`sales_channel.country.translation.createdAt`,
`sales_channel.country.translation.updatedAt`,
`sales_channel.country.translation.countryId`,
`sales_channel.country.translation.languageId`,
`sales_channel.language`.`id` as `sales_channel.language.id`,
`sales_channel.language`.`parent_id` as `sales_channel.language.parentId`,
`sales_channel.language`.`locale_id` as `sales_channel.language.localeId`,
`sales_channel.language`.`translation_code_id` as `sales_channel.language.translationCodeId`,
`sales_channel.language`.`name` as `sales_channel.language.name`,
`sales_channel.language`.`custom_fields` as `sales_channel.language.customFields`,
`sales_channel.language`.`created_at` as `sales_channel.language.createdAt`,
`sales_channel.language`.`updated_at` as `sales_channel.language.updatedAt`,
`sales_channel.language.locale`.`id` as `sales_channel.language.locale.id`,
`sales_channel.language.locale`.`code` as `sales_channel.language.locale.code`,
`sales_channel.language.locale`.`created_at` as `sales_channel.language.locale.createdAt`,
`sales_channel.language.locale`.`updated_at` as `sales_channel.language.locale.updatedAt`,
`sales_channel.language.locale.translation.name`,
COALESCE(
`sales_channel.language.locale.translation.name`,
`sales_channel.language.locale.translation.name`
) as `sales_channel.language.locale.name`,
`sales_channel.language.locale.translation.territory`,
COALESCE(
`sales_channel.language.locale.translation.territory`,
`sales_channel.language.locale.translation.territory`
) as `sales_channel.language.locale.territory`,
`sales_channel.language.locale.translation.customFields`,
COALESCE(
`sales_channel.language.locale.translation.customFields`,
`sales_channel.language.locale.translation.customFields`
) as `sales_channel.language.locale.customFields`,
`sales_channel.language.locale.translation.createdAt`,
`sales_channel.language.locale.translation.updatedAt`,
`sales_channel.language.locale.translation.localeId`,
`sales_channel.language.locale.translation.languageId`,
`sales_channel.translation.name`,
COALESCE(
`sales_channel.translation.name`,
`sales_channel.translation.name`
) as `sales_channel.name`,
`sales_channel.translation.homeSlotConfig`,
COALESCE(
`sales_channel.translation.homeSlotConfig`,
`sales_channel.translation.homeSlotConfig`
) as `sales_channel.homeSlotConfig`,
`sales_channel.translation.homeEnabled`,
COALESCE(
`sales_channel.translation.homeEnabled`,
`sales_channel.translation.homeEnabled`
) as `sales_channel.homeEnabled`,
`sales_channel.translation.homeName`,
COALESCE(
`sales_channel.translation.homeName`,
`sales_channel.translation.homeName`
) as `sales_channel.homeName`,
`sales_channel.translation.homeMetaTitle`,
COALESCE(
`sales_channel.translation.homeMetaTitle`,
`sales_channel.translation.homeMetaTitle`
) as `sales_channel.homeMetaTitle`,
`sales_channel.translation.homeMetaDescription`,
COALESCE(
`sales_channel.translation.homeMetaDescription`,
`sales_channel.translation.homeMetaDescription`
) as `sales_channel.homeMetaDescription`,
`sales_channel.translation.homeKeywords`,
COALESCE(
`sales_channel.translation.homeKeywords`,
`sales_channel.translation.homeKeywords`
) as `sales_channel.homeKeywords`,
`sales_channel.translation.customFields`,
COALESCE(
`sales_channel.translation.customFields`,
`sales_channel.translation.customFields`
) as `sales_channel.customFields`,
`sales_channel.translation.createdAt`,
`sales_channel.translation.updatedAt`,
`sales_channel.translation.salesChannelId`,
`sales_channel.translation.languageId`
FROM
`sales_channel`
LEFT JOIN (
SELECT
`sales_channel.translation`.sales_channel_id,
`sales_channel.translation`.name as `sales_channel.translation.name`,
`sales_channel.translation`.home_slot_config as `sales_channel.translation.homeSlotConfig`,
`sales_channel.translation`.home_enabled as `sales_channel.translation.homeEnabled`,
`sales_channel.translation`.home_name as `sales_channel.translation.homeName`,
`sales_channel.translation`.home_meta_title as `sales_channel.translation.homeMetaTitle`,
`sales_channel.translation`.home_meta_description as `sales_channel.translation.homeMetaDescription`,
`sales_channel.translation`.home_keywords as `sales_channel.translation.homeKeywords`,
`sales_channel.translation`.custom_fields as `sales_channel.translation.customFields`,
`sales_channel.translation`.created_at as `sales_channel.translation.createdAt`,
`sales_channel.translation`.updated_at as `sales_channel.translation.updatedAt`,
`sales_channel.translation`.sales_channel_id as `sales_channel.translation.salesChannelId`,
`sales_channel.translation`.language_id as `sales_channel.translation.languageId`
FROM
`sales_channel_translation` `sales_channel.translation`
WHERE
`sales_channel.translation`.language_id = : languageId
) `sales_channel.sales_channel_translation` ON `sales_channel.sales_channel_translation`.`sales_channel_id` = `sales_channel`.`id`
LEFT JOIN `sales_channel_analytics` `sales_channel.analytics` ON `sales_channel`.`analytics_id` = `sales_channel.analytics`.`id`
LEFT JOIN `country` `sales_channel.country` ON `sales_channel`.`country_id` = `sales_channel.country`.`id`
LEFT JOIN `language` `sales_channel.language` ON `sales_channel`.`language_id` = `sales_channel.language`.`id`
LEFT JOIN (
SELECT
`sales_channel.country.translation`.country_id,
`sales_channel.country.translation`.name as `sales_channel.country.translation.name`,
`sales_channel.country.translation`.address_format as `sales_channel.country.translation.addressFormat`,
`sales_channel.country.translation`.custom_fields as `sales_channel.country.translation.customFields`,
`sales_channel.country.translation`.created_at as `sales_channel.country.translation.createdAt`,
`sales_channel.country.translation`.updated_at as `sales_channel.country.translation.updatedAt`,
`sales_channel.country.translation`.country_id as `sales_channel.country.translation.countryId`,
`sales_channel.country.translation`.language_id as `sales_channel.country.translation.languageId`
FROM
`country_translation` `sales_channel.country.translation`
WHERE
`sales_channel.country.translation`.language_id = : languageId
) `sales_channel.country.country_translation` ON `sales_channel.country.country_translation`.`country_id` = `sales_channel.country`.`id`
LEFT JOIN `locale` `sales_channel.language.locale` ON `sales_channel.language`.`locale_id` = `sales_channel.language.locale`.`id`
LEFT JOIN (
SELECT
`sales_channel.language.locale.translation`.locale_id,
`sales_channel.language.locale.translation`.name as `sales_channel.language.locale.translation.name`,
`sales_channel.language.locale.translation`.territory as `sales_channel.language.locale.translation.territory`,
`sales_channel.language.locale.translation`.custom_fields as `sales_channel.language.locale.translation.customFields`,
`sales_channel.language.locale.translation`.created_at as `sales_channel.language.locale.translation.createdAt`,
`sales_channel.language.locale.translation`.updated_at as `sales_channel.language.locale.translation.updatedAt`,
`sales_channel.language.locale.translation`.locale_id as `sales_channel.language.locale.translation.localeId`,
`sales_channel.language.locale.translation`.language_id as `sales_channel.language.locale.translation.languageId`
FROM
`locale_translation` `sales_channel.language.locale.translation`
WHERE
`sales_channel.language.locale.translation`.language_id = : languageId
) `sales_channel.language.locale.locale_translation` ON `sales_channel.language.locale.locale_translation`.`locale_id` = `sales_channel.language.locale`.`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`, (SELECT GROUP_CONCAT(HEX(`sales_channel.paymentMethods.mapping`.`payment_method_id`) SEPARATOR '||')
FROM `sales_channel_payment_method` `sales_channel.paymentMethods.mapping`
WHERE `sales_channel.paymentMethods.mapping`.`sales_channel_id` = `sales_channel`.`id` ) as `sales_channel.paymentMethods.id_mapping`, `sales_channel.country`.`id` as `sales_channel.country.id`, `sales_channel.country`.`iso` as `sales_channel.country.iso`, `sales_channel.country`.`position` as `sales_channel.country.position`, `sales_channel.country`.`active` as `sales_channel.country.active`, `sales_channel.country`.`shipping_available` as `sales_channel.country.shippingAvailable`, `sales_channel.country`.`iso3` as `sales_channel.country.iso3`, `sales_channel.country`.`display_state_in_registration` as `sales_channel.country.displayStateInRegistration`, `sales_channel.country`.`force_state_in_registration` as `sales_channel.country.forceStateInRegistration`, `sales_channel.country`.`company_tax_free` as `sales_channel.country.companyTaxFree`, `sales_channel.country`.`check_vat_id_pattern` as `sales_channel.country.checkVatIdPattern`, `sales_channel.country`.`vat_id_required` as `sales_channel.country.vatIdRequired`, `sales_channel.country`.`tax_free` as `sales_channel.country.taxFree`, `sales_channel.country`.`vat_id_pattern` as `sales_channel.country.vatIdPattern`, `sales_channel.country`.`customer_tax` as `sales_channel.country.customerTax`, `sales_channel.country`.`company_tax` as `sales_channel.country.companyTax`, `sales_channel.country`.`postal_code_required` as `sales_channel.country.postalCodeRequired`, `sales_channel.country`.`check_postal_code_pattern` as `sales_channel.country.checkPostalCodePattern`, `sales_channel.country`.`check_advanced_postal_code_pattern` as `sales_channel.country.checkAdvancedPostalCodePattern`, `sales_channel.country`.`advanced_postal_code_pattern` as `sales_channel.country.advancedPostalCodePattern`, `sales_channel.country`.`default_postal_code_pattern` as `sales_channel.country.defaultPostalCodePattern`, `sales_channel.country`.`created_at` as `sales_channel.country.createdAt`, `sales_channel.country`.`updated_at` as `sales_channel.country.updatedAt`, `sales_channel.country.translation.name`, COALESCE(`sales_channel.country.translation.name`,`sales_channel.country.translation.name`) as `sales_channel.country.name`, `sales_channel.country.translation.addressFormat`, COALESCE(`sales_channel.country.translation.addressFormat`,`sales_channel.country.translation.addressFormat`) as `sales_channel.country.addressFormat`, `sales_channel.country.translation.customFields`, COALESCE(`sales_channel.country.translation.customFields`,`sales_channel.country.translation.customFields`) as `sales_channel.country.customFields`, `sales_channel.country.translation.createdAt`, `sales_channel.country.translation.updatedAt`, `sales_channel.country.translation.countryId`, `sales_channel.country.translation.languageId`, `sales_channel.language`.`id` as `sales_channel.language.id`, `sales_channel.language`.`parent_id` as `sales_channel.language.parentId`, `sales_channel.language`.`locale_id` as `sales_channel.language.localeId`, `sales_channel.language`.`translation_code_id` as `sales_channel.language.translationCodeId`, `sales_channel.language`.`name` as `sales_channel.language.name`, `sales_channel.language`.`custom_fields` as `sales_channel.language.customFields`, `sales_channel.language`.`created_at` as `sales_channel.language.createdAt`, `sales_channel.language`.`updated_at` as `sales_channel.language.updatedAt`, `sales_channel.language.locale`.`id` as `sales_channel.language.locale.id`, `sales_channel.language.locale`.`code` as `sales_channel.language.locale.code`, `sales_channel.language.locale`.`created_at` as `sales_channel.language.locale.createdAt`, `sales_channel.language.locale`.`updated_at` as `sales_channel.language.locale.updatedAt`, `sales_channel.language.locale.translation.name`, COALESCE(`sales_channel.language.locale.translation.name`,`sales_channel.language.locale.translation.name`) as `sales_channel.language.locale.name`, `sales_channel.language.locale.translation.territory`, COALESCE(`sales_channel.language.locale.translation.territory`,`sales_channel.language.locale.translation.territory`) as `sales_channel.language.locale.territory`, `sales_channel.language.locale.translation.customFields`, COALESCE(`sales_channel.language.locale.translation.customFields`,`sales_channel.language.locale.translation.customFields`) as `sales_channel.language.locale.customFields`, `sales_channel.language.locale.translation.createdAt`, `sales_channel.language.locale.translation.updatedAt`, `sales_channel.language.locale.translation.localeId`, `sales_channel.language.locale.translation.languageId`, `sales_channel.translation.name`, COALESCE(`sales_channel.translation.name`,`sales_channel.translation.name`) as `sales_channel.name`, `sales_channel.translation.homeSlotConfig`, COALESCE(`sales_channel.translation.homeSlotConfig`,`sales_channel.translation.homeSlotConfig`) as `sales_channel.homeSlotConfig`, `sales_channel.translation.homeEnabled`, COALESCE(`sales_channel.translation.homeEnabled`,`sales_channel.translation.homeEnabled`) as `sales_channel.homeEnabled`, `sales_channel.translation.homeName`, COALESCE(`sales_channel.translation.homeName`,`sales_channel.translation.homeName`) as `sales_channel.homeName`, `sales_channel.translation.homeMetaTitle`, COALESCE(`sales_channel.translation.homeMetaTitle`,`sales_channel.translation.homeMetaTitle`) as `sales_channel.homeMetaTitle`, `sales_channel.translation.homeMetaDescription`, COALESCE(`sales_channel.translation.homeMetaDescription`,`sales_channel.translation.homeMetaDescription`) as `sales_channel.homeMetaDescription`, `sales_channel.translation.homeKeywords`, COALESCE(`sales_channel.translation.homeKeywords`,`sales_channel.translation.homeKeywords`) as `sales_channel.homeKeywords`, `sales_channel.translation.customFields`, COALESCE(`sales_channel.translation.customFields`,`sales_channel.translation.customFields`) as `sales_channel.customFields`, `sales_channel.translation.createdAt`, `sales_channel.translation.updatedAt`, `sales_channel.translation.salesChannelId`, `sales_channel.translation.languageId` FROM `sales_channel` LEFT JOIN (SELECT `sales_channel.translation`.sales_channel_id, `sales_channel.translation`.name as `sales_channel.translation.name`, `sales_channel.translation`.home_slot_config as `sales_channel.translation.homeSlotConfig`, `sales_channel.translation`.home_enabled as `sales_channel.translation.homeEnabled`, `sales_channel.translation`.home_name as `sales_channel.translation.homeName`, `sales_channel.translation`.home_meta_title as `sales_channel.translation.homeMetaTitle`, `sales_channel.translation`.home_meta_description as `sales_channel.translation.homeMetaDescription`, `sales_channel.translation`.home_keywords as `sales_channel.translation.homeKeywords`, `sales_channel.translation`.custom_fields as `sales_channel.translation.customFields`, `sales_channel.translation`.created_at as `sales_channel.translation.createdAt`, `sales_channel.translation`.updated_at as `sales_channel.translation.updatedAt`, `sales_channel.translation`.sales_channel_id as `sales_channel.translation.salesChannelId`, `sales_channel.translation`.language_id as `sales_channel.translation.languageId` FROM `sales_channel_translation` `sales_channel.translation` WHERE `sales_channel.translation`.language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B) `sales_channel.sales_channel_translation` ON `sales_channel.sales_channel_translation`.`sales_channel_id` = `sales_channel`.`id` LEFT JOIN `sales_channel_analytics` `sales_channel.analytics` ON `sales_channel`.`analytics_id` = `sales_channel.analytics`.`id` LEFT JOIN `country` `sales_channel.country` ON `sales_channel`.`country_id` = `sales_channel.country`.`id` LEFT JOIN `language` `sales_channel.language` ON `sales_channel`.`language_id` = `sales_channel.language`.`id` LEFT JOIN (SELECT `sales_channel.country.translation`.country_id, `sales_channel.country.translation`.name as `sales_channel.country.translation.name`, `sales_channel.country.translation`.address_format as `sales_channel.country.translation.addressFormat`, `sales_channel.country.translation`.custom_fields as `sales_channel.country.translation.customFields`, `sales_channel.country.translation`.created_at as `sales_channel.country.translation.createdAt`, `sales_channel.country.translation`.updated_at as `sales_channel.country.translation.updatedAt`, `sales_channel.country.translation`.country_id as `sales_channel.country.translation.countryId`, `sales_channel.country.translation`.language_id as `sales_channel.country.translation.languageId` FROM `country_translation` `sales_channel.country.translation` WHERE `sales_channel.country.translation`.language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B) `sales_channel.country.country_translation` ON `sales_channel.country.country_translation`.`country_id` = `sales_channel.country`.`id` LEFT JOIN `locale` `sales_channel.language.locale` ON `sales_channel.language`.`locale_id` = `sales_channel.language.locale`.`id` LEFT JOIN (SELECT `sales_channel.language.locale.translation`.locale_id, `sales_channel.language.locale.translation`.name as `sales_channel.language.locale.translation.name`, `sales_channel.language.locale.translation`.territory as `sales_channel.language.locale.translation.territory`, `sales_channel.language.locale.translation`.custom_fields as `sales_channel.language.locale.translation.customFields`, `sales_channel.language.locale.translation`.created_at as `sales_channel.language.locale.translation.createdAt`, `sales_channel.language.locale.translation`.updated_at as `sales_channel.language.locale.translation.updatedAt`, `sales_channel.language.locale.translation`.locale_id as `sales_channel.language.locale.translation.localeId`, `sales_channel.language.locale.translation`.language_id as `sales_channel.language.locale.translation.languageId` FROM `locale_translation` `sales_channel.language.locale.translation` WHERE `sales_channel.language.locale.translation`.language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B) `sales_channel.language.locale.locale_translation` ON `sales_channel.language.locale.locale_translation`.`locale_id` = `sales_channel.language.locale`.`id` WHERE `sales_channel`.`id` IN (0xFD5CCFC31DFA44A697B9FA97E8E740E1);
array:38 [▼
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 242)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 316)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetch (line 148)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 93)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::read (line 257)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::read (line 286)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::_search (line 106)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 51)"
9 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator::search (line 139)"
10 => "KlarnaPayment\Components\Helper\PaymentHelper\PaymentHelper::getSalesChannel (line 109)"
11 => "KlarnaPayment\Components\Helper\PaymentHelper\PaymentHelper::testPaymentMethodExistence (line 52)"
12 => "KlarnaPayment\Components\Helper\PaymentHelper\PaymentHelper::isKlarnaCheckoutEnabled (line 67)"
13 => "KlarnaPayment\Components\EventListener\FooterBadgeEventListener::displayKlarnaCheckoutBadge (line 41)"
14 => "KlarnaPayment\Components\EventListener\FooterBadgeEventListener::addFooterBadge (line 118)"
15 => "Symfony\Component\EventDispatcher\Debug\WrappedListener::__invoke (line 230)"
16 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
17 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 56)"
18 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 98)"
19 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 55)"
20 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 37)"
21 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
22 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 53)"
23 => "Shopware\Storefront\Pagelet\Footer\FooterPageletLoader::load (line 93)"
24 => "Shopware\Storefront\Page\GenericPageLoader::Shopware\Storefront\Page\{closure} (line 59)"
25 => "Shopware\Core\Profiling\Profiler::trace (line 132)"
26 => "Shopware\Storefront\Page\GenericPageLoader::load (line 203)"
27 => "Cbax\ModulLexicon\Controller\FrontendController::detail (line 163)"
28 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
29 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
30 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
31 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 479)"
32 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 452)"
33 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 346)"
34 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 224)"
35 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
36 => "Shopware\Core\HttpKernel::doHandle (line 81)"
37 => "Shopware\Core\HttpKernel::handle (line 85)"
]
|
68 |
0.50 ms |
SELECT `payment_method`.`id` as `payment_method.id`, `payment_method`.`plugin_id` as `payment_method.pluginId`, `payment_method`.`handler_identifier` as `payment_method.handlerIdentifier`, `payment_method`.`position` as `payment_method.position`, `payment_method`.`active` as `payment_method.active`, `payment_method`.`after_order_enabled` as `payment_method.afterOrderEnabled`, `payment_method`.`availability_rule_id` as `payment_method.availabilityRuleId`, `payment_method`.`media_id` as `payment_method.mediaId`, `payment_method.appPaymentMethod`.`id` as `payment_method.appPaymentMethod.id`, `payment_method.appPaymentMethod`.`app_name` as `payment_method.appPaymentMethod.appName`, `payment_method.appPaymentMethod`.`identifier` as `payment_method.appPaymentMethod.identifier`, `payment_method.appPaymentMethod`.`pay_url` as `payment_method.appPaymentMethod.payUrl`, `payment_method.appPaymentMethod`.`finalize_url` as `payment_method.appPaymentMethod.finalizeUrl`, `payment_method.appPaymentMethod`.`validate_url` as `payment_method.appPaymentMethod.validateUrl`, `payment_method.appPaymentMethod`.`capture_url` as `payment_method.appPaymentMethod.captureUrl`, `payment_method.appPaymentMethod`.`refund_url` as `payment_method.appPaymentMethod.refundUrl`, `payment_method.appPaymentMethod`.`app_id` as `payment_method.appPaymentMethod.appId`, `payment_method.appPaymentMethod`.`original_media_id` as `payment_method.appPaymentMethod.originalMediaId`, `payment_method.appPaymentMethod`.`payment_method_id` as `payment_method.appPaymentMethod.paymentMethodId`, `payment_method.appPaymentMethod`.`created_at` as `payment_method.appPaymentMethod.createdAt`, `payment_method.appPaymentMethod`.`updated_at` as `payment_method.appPaymentMethod.updatedAt`, `payment_method`.`created_at` as `payment_method.createdAt`, `payment_method`.`updated_at` as `payment_method.updatedAt`, `payment_method.translation.name`, COALESCE(`payment_method.translation.name`,`payment_method.translation.name`) as `payment_method.name`, `payment_method.translation.distinguishableName`, COALESCE(`payment_method.translation.distinguishableName`,`payment_method.translation.distinguishableName`) as `payment_method.distinguishableName`, `payment_method.translation.description`, COALESCE(`payment_method.translation.description`,`payment_method.translation.description`) as `payment_method.description`, `payment_method.translation.customFields`, COALESCE(`payment_method.translation.customFields`,`payment_method.translation.customFields`) as `payment_method.customFields`, `payment_method.translation.createdAt`, `payment_method.translation.updatedAt`, `payment_method.translation.paymentMethodId`, `payment_method.translation.languageId` FROM `payment_method` LEFT JOIN (SELECT `payment_method.translation`.payment_method_id, `payment_method.translation`.name as `payment_method.translation.name`, `payment_method.translation`.distinguishable_name as `payment_method.translation.distinguishableName`, `payment_method.translation`.description as `payment_method.translation.description`, `payment_method.translation`.custom_fields as `payment_method.translation.customFields`, `payment_method.translation`.created_at as `payment_method.translation.createdAt`, `payment_method.translation`.updated_at as `payment_method.translation.updatedAt`, `payment_method.translation`.payment_method_id as `payment_method.translation.paymentMethodId`, `payment_method.translation`.language_id as `payment_method.translation.languageId` FROM `payment_method_translation` `payment_method.translation` WHERE `payment_method.translation`.language_id = :languageId) `payment_method.payment_method_translation` ON `payment_method.payment_method_translation`.`payment_method_id` = `payment_method`.`id` LEFT JOIN `app_payment_method` `payment_method.appPaymentMethod` ON `payment_method`.`id` = `payment_method.appPaymentMethod`.`payment_method_id` WHERE `payment_method`.`id` IN (:ids)
SELECT
`payment_method`.`id` as `payment_method.id`,
`payment_method`.`plugin_id` as `payment_method.pluginId`,
`payment_method`.`handler_identifier` as `payment_method.handlerIdentifier`,
`payment_method`.`position` as `payment_method.position`,
`payment_method`.`active` as `payment_method.active`,
`payment_method`.`after_order_enabled` as `payment_method.afterOrderEnabled`,
`payment_method`.`availability_rule_id` as `payment_method.availabilityRuleId`,
`payment_method`.`media_id` as `payment_method.mediaId`,
`payment_method.appPaymentMethod`.`id` as `payment_method.appPaymentMethod.id`,
`payment_method.appPaymentMethod`.`app_name` as `payment_method.appPaymentMethod.appName`,
`payment_method.appPaymentMethod`.`identifier` as `payment_method.appPaymentMethod.identifier`,
`payment_method.appPaymentMethod`.`pay_url` as `payment_method.appPaymentMethod.payUrl`,
`payment_method.appPaymentMethod`.`finalize_url` as `payment_method.appPaymentMethod.finalizeUrl`,
`payment_method.appPaymentMethod`.`validate_url` as `payment_method.appPaymentMethod.validateUrl`,
`payment_method.appPaymentMethod`.`capture_url` as `payment_method.appPaymentMethod.captureUrl`,
`payment_method.appPaymentMethod`.`refund_url` as `payment_method.appPaymentMethod.refundUrl`,
`payment_method.appPaymentMethod`.`app_id` as `payment_method.appPaymentMethod.appId`,
`payment_method.appPaymentMethod`.`original_media_id` as `payment_method.appPaymentMethod.originalMediaId`,
`payment_method.appPaymentMethod`.`payment_method_id` as `payment_method.appPaymentMethod.paymentMethodId`,
`payment_method.appPaymentMethod`.`created_at` as `payment_method.appPaymentMethod.createdAt`,
`payment_method.appPaymentMethod`.`updated_at` as `payment_method.appPaymentMethod.updatedAt`,
`payment_method`.`created_at` as `payment_method.createdAt`,
`payment_method`.`updated_at` as `payment_method.updatedAt`,
`payment_method.translation.name`,
COALESCE(
`payment_method.translation.name`,
`payment_method.translation.name`
) as `payment_method.name`,
`payment_method.translation.distinguishableName`,
COALESCE(
`payment_method.translation.distinguishableName`,
`payment_method.translation.distinguishableName`
) as `payment_method.distinguishableName`,
`payment_method.translation.description`,
COALESCE(
`payment_method.translation.description`,
`payment_method.translation.description`
) as `payment_method.description`,
`payment_method.translation.customFields`,
COALESCE(
`payment_method.translation.customFields`,
`payment_method.translation.customFields`
) as `payment_method.customFields`,
`payment_method.translation.createdAt`,
`payment_method.translation.updatedAt`,
`payment_method.translation.paymentMethodId`,
`payment_method.translation.languageId`
FROM
`payment_method`
LEFT JOIN (
SELECT
`payment_method.translation`.payment_method_id,
`payment_method.translation`.name as `payment_method.translation.name`,
`payment_method.translation`.distinguishable_name as `payment_method.translation.distinguishableName`,
`payment_method.translation`.description as `payment_method.translation.description`,
`payment_method.translation`.custom_fields as `payment_method.translation.customFields`,
`payment_method.translation`.created_at as `payment_method.translation.createdAt`,
`payment_method.translation`.updated_at as `payment_method.translation.updatedAt`,
`payment_method.translation`.payment_method_id as `payment_method.translation.paymentMethodId`,
`payment_method.translation`.language_id as `payment_method.translation.languageId`
FROM
`payment_method_translation` `payment_method.translation`
WHERE
`payment_method.translation`.language_id = : languageId
) `payment_method.payment_method_translation` ON `payment_method.payment_method_translation`.`payment_method_id` = `payment_method`.`id`
LEFT JOIN `app_payment_method` `payment_method.appPaymentMethod` ON `payment_method`.`id` = `payment_method.appPaymentMethod`.`payment_method_id`
WHERE
`payment_method`.`id` IN (: ids)
SELECT `payment_method`.`id` as `payment_method.id`, `payment_method`.`plugin_id` as `payment_method.pluginId`, `payment_method`.`handler_identifier` as `payment_method.handlerIdentifier`, `payment_method`.`position` as `payment_method.position`, `payment_method`.`active` as `payment_method.active`, `payment_method`.`after_order_enabled` as `payment_method.afterOrderEnabled`, `payment_method`.`availability_rule_id` as `payment_method.availabilityRuleId`, `payment_method`.`media_id` as `payment_method.mediaId`, `payment_method.appPaymentMethod`.`id` as `payment_method.appPaymentMethod.id`, `payment_method.appPaymentMethod`.`app_name` as `payment_method.appPaymentMethod.appName`, `payment_method.appPaymentMethod`.`identifier` as `payment_method.appPaymentMethod.identifier`, `payment_method.appPaymentMethod`.`pay_url` as `payment_method.appPaymentMethod.payUrl`, `payment_method.appPaymentMethod`.`finalize_url` as `payment_method.appPaymentMethod.finalizeUrl`, `payment_method.appPaymentMethod`.`validate_url` as `payment_method.appPaymentMethod.validateUrl`, `payment_method.appPaymentMethod`.`capture_url` as `payment_method.appPaymentMethod.captureUrl`, `payment_method.appPaymentMethod`.`refund_url` as `payment_method.appPaymentMethod.refundUrl`, `payment_method.appPaymentMethod`.`app_id` as `payment_method.appPaymentMethod.appId`, `payment_method.appPaymentMethod`.`original_media_id` as `payment_method.appPaymentMethod.originalMediaId`, `payment_method.appPaymentMethod`.`payment_method_id` as `payment_method.appPaymentMethod.paymentMethodId`, `payment_method.appPaymentMethod`.`created_at` as `payment_method.appPaymentMethod.createdAt`, `payment_method.appPaymentMethod`.`updated_at` as `payment_method.appPaymentMethod.updatedAt`, `payment_method`.`created_at` as `payment_method.createdAt`, `payment_method`.`updated_at` as `payment_method.updatedAt`, `payment_method.translation.name`, COALESCE(`payment_method.translation.name`,`payment_method.translation.name`) as `payment_method.name`, `payment_method.translation.distinguishableName`, COALESCE(`payment_method.translation.distinguishableName`,`payment_method.translation.distinguishableName`) as `payment_method.distinguishableName`, `payment_method.translation.description`, COALESCE(`payment_method.translation.description`,`payment_method.translation.description`) as `payment_method.description`, `payment_method.translation.customFields`, COALESCE(`payment_method.translation.customFields`,`payment_method.translation.customFields`) as `payment_method.customFields`, `payment_method.translation.createdAt`, `payment_method.translation.updatedAt`, `payment_method.translation.paymentMethodId`, `payment_method.translation.languageId` FROM `payment_method` LEFT JOIN (SELECT `payment_method.translation`.payment_method_id, `payment_method.translation`.name as `payment_method.translation.name`, `payment_method.translation`.distinguishable_name as `payment_method.translation.distinguishableName`, `payment_method.translation`.description as `payment_method.translation.description`, `payment_method.translation`.custom_fields as `payment_method.translation.customFields`, `payment_method.translation`.created_at as `payment_method.translation.createdAt`, `payment_method.translation`.updated_at as `payment_method.translation.updatedAt`, `payment_method.translation`.payment_method_id as `payment_method.translation.paymentMethodId`, `payment_method.translation`.language_id as `payment_method.translation.languageId` FROM `payment_method_translation` `payment_method.translation` WHERE `payment_method.translation`.language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B) `payment_method.payment_method_translation` ON `payment_method.payment_method_translation`.`payment_method_id` = `payment_method`.`id` LEFT JOIN `app_payment_method` `payment_method.appPaymentMethod` ON `payment_method`.`id` = `payment_method.appPaymentMethod`.`payment_method_id` WHERE `payment_method`.`id` IN (0x2EB76B63B549A0DE4FAE2D0677C09062, 0x36E1B28415AD4F8E8B8A1CEC9C4BE2FD, 0x5149641C3E68452D9580BC30D1CDE136, 0x62165C7856584CD98F09E7AE7B599673, 0x75D007F3659D496084F0D1E8A1D7B785, 0x7708E603183C42B2A99D2E84EEFBB797, 0x94EB6EC329504581AA5CCFCF47A1B98C, 0x99B460324F8243A2B7D21300D4CA2866, 0xAD4CA642046B40248444EBA38BB8F5E8, 0xC1758E9D900243FF9A20DCEF7BA170F5, 0xDB0263FE274B4935A795E1C54B960C00, 0xEDE05B719B214143A4CB1C0216B852DE, 0xF1EF36538C594DC580B59E28206A1297, 0xF7B88FC9C0104702A96F664DABFE2656);
array:42 [▼
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 242)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 316)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetch (line 148)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 683)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::loadManyToManyOverExtension (line 347)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::loadManyToMany (line 1216)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetchAssociations (line 152)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 93)"
9 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::read (line 257)"
10 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::read (line 286)"
11 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::_search (line 106)"
12 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 51)"
13 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator::search (line 139)"
14 => "KlarnaPayment\Components\Helper\PaymentHelper\PaymentHelper::getSalesChannel (line 109)"
15 => "KlarnaPayment\Components\Helper\PaymentHelper\PaymentHelper::testPaymentMethodExistence (line 52)"
16 => "KlarnaPayment\Components\Helper\PaymentHelper\PaymentHelper::isKlarnaCheckoutEnabled (line 67)"
17 => "KlarnaPayment\Components\EventListener\FooterBadgeEventListener::displayKlarnaCheckoutBadge (line 41)"
18 => "KlarnaPayment\Components\EventListener\FooterBadgeEventListener::addFooterBadge (line 118)"
19 => "Symfony\Component\EventDispatcher\Debug\WrappedListener::__invoke (line 230)"
20 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
21 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 56)"
22 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 98)"
23 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 55)"
24 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 37)"
25 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
26 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 53)"
27 => "Shopware\Storefront\Pagelet\Footer\FooterPageletLoader::load (line 93)"
28 => "Shopware\Storefront\Page\GenericPageLoader::Shopware\Storefront\Page\{closure} (line 59)"
29 => "Shopware\Core\Profiling\Profiler::trace (line 132)"
30 => "Shopware\Storefront\Page\GenericPageLoader::load (line 203)"
31 => "Cbax\ModulLexicon\Controller\FrontendController::detail (line 163)"
32 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
33 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
34 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
35 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 479)"
36 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 452)"
37 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 346)"
38 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 224)"
39 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
40 => "Shopware\Core\HttpKernel::doHandle (line 81)"
41 => "Shopware\Core\HttpKernel::handle (line 85)"
]
|
69 |
0.14 ms |
SELECT `sales_channel`.`id` FROM `sales_channel` LEFT JOIN `sales_channel_payment_method` `sales_channel.paymentMethods.mapping` ON `sales_channel`.`id` = `sales_channel.paymentMethods.mapping`.`sales_channel_id` LEFT JOIN `payment_method` `sales_channel.paymentMethods` ON `sales_channel.paymentMethods.mapping`.`payment_method_id` = `sales_channel.paymentMethods`.`id` WHERE ((`sales_channel`.`id` = :param_51c2add4bf284ec49081d8b5f07e83fd AND `sales_channel.paymentMethods`.`id` = :param_49b8ad03c5024d11af89e2d39ef861be AND `sales_channel.paymentMethods`.`active` = :param_6be58ce2f32a4545a3aa3adc00e0383a)) LIMIT 1
SELECT
`sales_channel`.`id`
FROM
`sales_channel`
LEFT JOIN `sales_channel_payment_method` `sales_channel.paymentMethods.mapping` ON `sales_channel`.`id` = `sales_channel.paymentMethods.mapping`.`sales_channel_id`
LEFT JOIN `payment_method` `sales_channel.paymentMethods` ON `sales_channel.paymentMethods.mapping`.`payment_method_id` = `sales_channel.paymentMethods`.`id`
WHERE
(
(
`sales_channel`.`id` = : param_51c2add4bf284ec49081d8b5f07e83fd
AND `sales_channel.paymentMethods`.`id` = : param_49b8ad03c5024d11af89e2d39ef861be
AND `sales_channel.paymentMethods`.`active` = : param_6be58ce2f32a4545a3aa3adc00e0383a
)
)
LIMIT
1
SELECT `sales_channel`.`id` FROM `sales_channel` LEFT JOIN `sales_channel_payment_method` `sales_channel.paymentMethods.mapping` ON `sales_channel`.`id` = `sales_channel.paymentMethods.mapping`.`sales_channel_id` LEFT JOIN `payment_method` `sales_channel.paymentMethods` ON `sales_channel.paymentMethods.mapping`.`payment_method_id` = `sales_channel.paymentMethods`.`id` WHERE ((`sales_channel`.`id` = 0xFD5CCFC31DFA44A697B9FA97E8E740E1 AND `sales_channel.paymentMethods`.`id` = 0xF7B88FC9C0104702A96F664DABFE2656 AND `sales_channel.paymentMethods`.`active` = 1)) LIMIT 1;
array:32 [▼
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 242)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 107)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntitySearcher::search (line 62)"
4 => "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher::search (line 132)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::searchIds (line 41)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator::searchIds (line 51)"
7 => "Swag\AmazonPay\Util\Helper\AmazonPayPaymentMethodHelper::isAmazonPayActive (line 41)"
8 => "Swag\AmazonPay\Storefront\Pagelet\Footer\FooterPageletLoadedEventSubscriber::onFooterPageletLoaded (line 118)"
9 => "Symfony\Component\EventDispatcher\Debug\WrappedListener::__invoke (line 230)"
10 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
11 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 56)"
12 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 98)"
13 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 55)"
14 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 37)"
15 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
16 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 53)"
17 => "Shopware\Storefront\Pagelet\Footer\FooterPageletLoader::load (line 93)"
18 => "Shopware\Storefront\Page\GenericPageLoader::Shopware\Storefront\Page\{closure} (line 59)"
19 => "Shopware\Core\Profiling\Profiler::trace (line 132)"
20 => "Shopware\Storefront\Page\GenericPageLoader::load (line 203)"
21 => "Cbax\ModulLexicon\Controller\FrontendController::detail (line 163)"
22 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
23 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
24 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
25 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 479)"
26 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 452)"
27 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 346)"
28 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 224)"
29 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
30 => "Shopware\Core\HttpKernel::doHandle (line 81)"
31 => "Shopware\Core\HttpKernel::handle (line 85)"
]
|
70 |
0.09 ms |
SELECT configuration_key, configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = :salesChannelId) AND (configuration_key LIKE :prefix) ORDER BY sales_channel_id ASC
SELECT
configuration_key,
configuration_value
FROM
system_config
WHERE
(
sales_channel_id IS NULL
OR sales_channel_id = : salesChannelId
)
AND (configuration_key LIKE : prefix)
ORDER BY
sales_channel_id ASC
SELECT configuration_key, configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = 0xFD5CCFC31DFA44A697B9FA97E8E740E1) AND (configuration_key LIKE 'NimbitsArticleQuestionsNext.config.%') ORDER BY sales_channel_id ASC;
array:30 [▼
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 242)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 189)"
3 => "Shopware\Core\System\SystemConfig\SystemConfigService::getDomain (line 43)"
4 => "Nimbits\NimbitsArticleQuestionsNext\Setting\Service\SettingService::getSettingsAsArray (line 31)"
5 => "Nimbits\NimbitsArticleQuestionsNext\Setting\Service\SettingService::getSettingsAsStruct (line 59)"
6 => "EsmPluginOverride\Subscriber\ArticleQuestionSubscriber::onFooterLoaded (line 118)"
7 => "Symfony\Component\EventDispatcher\Debug\WrappedListener::__invoke (line 230)"
8 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
9 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 56)"
10 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 98)"
11 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 55)"
12 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 37)"
13 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
14 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 53)"
15 => "Shopware\Storefront\Pagelet\Footer\FooterPageletLoader::load (line 93)"
16 => "Shopware\Storefront\Page\GenericPageLoader::Shopware\Storefront\Page\{closure} (line 59)"
17 => "Shopware\Core\Profiling\Profiler::trace (line 132)"
18 => "Shopware\Storefront\Page\GenericPageLoader::load (line 203)"
19 => "Cbax\ModulLexicon\Controller\FrontendController::detail (line 163)"
20 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
21 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
22 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
23 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 479)"
24 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 452)"
25 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 346)"
26 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 224)"
27 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
28 => "Shopware\Core\HttpKernel::doHandle (line 81)"
29 => "Shopware\Core\HttpKernel::handle (line 85)"
]
|
71 |
0.24 ms |
SELECT `shipping_method`.`id` FROM `shipping_method` LEFT JOIN `sales_channel_shipping_method` `shipping_method.salesChannels.mapping` ON `shipping_method`.`id` = `shipping_method.salesChannels.mapping`.`shipping_method_id` LEFT JOIN (SELECT `shipping_method.translation`.shipping_method_id, `shipping_method.translation`.name as `shipping_method.translation.name`, `shipping_method.translation`.description as `shipping_method.translation.description`, `shipping_method.translation`.tracking_url as `shipping_method.translation.trackingUrl`, `shipping_method.translation`.custom_fields as `shipping_method.translation.customFields`, `shipping_method.translation`.created_at as `shipping_method.translation.createdAt`, `shipping_method.translation`.updated_at as `shipping_method.translation.updatedAt`, `shipping_method.translation`.shipping_method_id as `shipping_method.translation.shippingMethodId`, `shipping_method.translation`.language_id as `shipping_method.translation.languageId` FROM `shipping_method_translation` `shipping_method.translation` WHERE `shipping_method.translation`.language_id = :languageId) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation`.`shipping_method_id` = `shipping_method`.`id` LEFT JOIN `sales_channel` `shipping_method.salesChannels` ON `shipping_method.salesChannels.mapping`.`sales_channel_id` = `shipping_method.salesChannels`.`id` WHERE (`shipping_method`.`active` = :param_e13cd2773faa44b99fd13c468eb7f35f AND `shipping_method.salesChannels`.`id` = :param_380d0d279d0e40ac8f525d6a13ec531d) GROUP BY `shipping_method`.`id` ORDER BY MIN(`shipping_method`.`position`) ASC, MIN(COALESCE(`shipping_method.translation.name`)) ASC
SELECT
`shipping_method`.`id`
FROM
`shipping_method`
LEFT JOIN `sales_channel_shipping_method` `shipping_method.salesChannels.mapping` ON `shipping_method`.`id` = `shipping_method.salesChannels.mapping`.`shipping_method_id`
LEFT JOIN (
SELECT
`shipping_method.translation`.shipping_method_id,
`shipping_method.translation`.name as `shipping_method.translation.name`,
`shipping_method.translation`.description as `shipping_method.translation.description`,
`shipping_method.translation`.tracking_url as `shipping_method.translation.trackingUrl`,
`shipping_method.translation`.custom_fields as `shipping_method.translation.customFields`,
`shipping_method.translation`.created_at as `shipping_method.translation.createdAt`,
`shipping_method.translation`.updated_at as `shipping_method.translation.updatedAt`,
`shipping_method.translation`.shipping_method_id as `shipping_method.translation.shippingMethodId`,
`shipping_method.translation`.language_id as `shipping_method.translation.languageId`
FROM
`shipping_method_translation` `shipping_method.translation`
WHERE
`shipping_method.translation`.language_id = : 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_e13cd2773faa44b99fd13c468eb7f35f
AND `shipping_method.salesChannels`.`id` = : param_380d0d279d0e40ac8f525d6a13ec531d
)
GROUP BY
`shipping_method`.`id`
ORDER BY
MIN(`shipping_method`.`position`) ASC,
MIN(
COALESCE(
`shipping_method.translation.name`
)
) ASC
SELECT `shipping_method`.`id` FROM `shipping_method` LEFT JOIN `sales_channel_shipping_method` `shipping_method.salesChannels.mapping` ON `shipping_method`.`id` = `shipping_method.salesChannels.mapping`.`shipping_method_id` LEFT JOIN (SELECT `shipping_method.translation`.shipping_method_id, `shipping_method.translation`.name as `shipping_method.translation.name`, `shipping_method.translation`.description as `shipping_method.translation.description`, `shipping_method.translation`.tracking_url as `shipping_method.translation.trackingUrl`, `shipping_method.translation`.custom_fields as `shipping_method.translation.customFields`, `shipping_method.translation`.created_at as `shipping_method.translation.createdAt`, `shipping_method.translation`.updated_at as `shipping_method.translation.updatedAt`, `shipping_method.translation`.shipping_method_id as `shipping_method.translation.shippingMethodId`, `shipping_method.translation`.language_id as `shipping_method.translation.languageId` FROM `shipping_method_translation` `shipping_method.translation` WHERE `shipping_method.translation`.language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation`.`shipping_method_id` = `shipping_method`.`id` LEFT JOIN `sales_channel` `shipping_method.salesChannels` ON `shipping_method.salesChannels.mapping`.`sales_channel_id` = `shipping_method.salesChannels`.`id` WHERE (`shipping_method`.`active` = 1 AND `shipping_method.salesChannels`.`id` = 0xFD5CCFC31DFA44A697B9FA97E8E740E1) GROUP BY `shipping_method`.`id` ORDER BY MIN(`shipping_method`.`position`) ASC, MIN(COALESCE(`shipping_method.translation.name`)) ASC;
array:37 [▼
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 242)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 107)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntitySearcher::search (line 62)"
4 => "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher::search (line 216)"
5 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::doSearch (line 122)"
6 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::search (line 59)"
7 => "Shopware\Core\Checkout\Shipping\SalesChannel\ShippingMethodRoute::load (line 99)"
8 => "Shopware\Core\Checkout\Shipping\SalesChannel\CachedShippingMethodRoute::Shopware\Core\Checkout\Shipping\SalesChannel\{closure} (line 350)"
9 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 44)"
10 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 120)"
11 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 45)"
12 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 46)"
13 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 46)"
14 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 41)"
15 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 59)"
16 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 42)"
17 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 100)"
18 => "Shopware\Core\Checkout\Shipping\SalesChannel\CachedShippingMethodRoute::Shopware\Core\Checkout\Shipping\SalesChannel\{closure} (line 72)"
19 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 35)"
20 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 105)"
21 => "Shopware\Core\Checkout\Shipping\SalesChannel\CachedShippingMethodRoute::load (line 42)"
22 => "Shopware\Core\Checkout\Shipping\SalesChannel\SortedShippingMethodRoute::load (line 103)"
23 => "Shopware\Storefront\Page\GenericPageLoader::Shopware\Storefront\Page\{closure} (line 59)"
24 => "Shopware\Core\Profiling\Profiler::trace (line 132)"
25 => "Shopware\Storefront\Page\GenericPageLoader::load (line 203)"
26 => "Cbax\ModulLexicon\Controller\FrontendController::detail (line 163)"
27 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
28 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
29 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
30 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 479)"
31 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 452)"
32 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 346)"
33 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 224)"
34 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
35 => "Shopware\Core\HttpKernel::doHandle (line 81)"
36 => "Shopware\Core\HttpKernel::handle (line 85)"
]
|
72 |
1.46 ms |
SELECT `shipping_method`.`id` as `shipping_method.id`, `shipping_method`.`active` as `shipping_method.active`, `shipping_method`.`position` as `shipping_method.position`, `shipping_method`.`availability_rule_id` as `shipping_method.availabilityRuleId`, `shipping_method`.`media_id` as `shipping_method.mediaId`, `shipping_method`.`delivery_time_id` as `shipping_method.deliveryTimeId`, `shipping_method`.`tax_type` as `shipping_method.taxType`, `shipping_method`.`tax_id` as `shipping_method.taxId`, `shipping_method.deliveryTime`.`id` as `shipping_method.deliveryTime.id`, `shipping_method.deliveryTime`.`min` as `shipping_method.deliveryTime.min`, `shipping_method.deliveryTime`.`max` as `shipping_method.deliveryTime.max`, `shipping_method.deliveryTime`.`unit` as `shipping_method.deliveryTime.unit`, `shipping_method.deliveryTime`.`created_at` as `shipping_method.deliveryTime.createdAt`, `shipping_method.deliveryTime`.`updated_at` as `shipping_method.deliveryTime.updatedAt`, `shipping_method.deliveryTime.translation.name`, COALESCE(`shipping_method.deliveryTime.translation.name`,`shipping_method.deliveryTime.translation.name`) as `shipping_method.deliveryTime.name`, `shipping_method.deliveryTime.translation.customFields`, COALESCE(`shipping_method.deliveryTime.translation.customFields`,`shipping_method.deliveryTime.translation.customFields`) as `shipping_method.deliveryTime.customFields`, `shipping_method.deliveryTime.translation.createdAt`, `shipping_method.deliveryTime.translation.updatedAt`, `shipping_method.deliveryTime.translation.deliveryTimeId`, `shipping_method.deliveryTime.translation.languageId`, `shipping_method`.`created_at` as `shipping_method.createdAt`, `shipping_method`.`updated_at` as `shipping_method.updatedAt`, `shipping_method.media`.`id` as `shipping_method.media.id`, `shipping_method.media`.`user_id` as `shipping_method.media.userId`, `shipping_method.media`.`media_folder_id` as `shipping_method.media.mediaFolderId`, `shipping_method.media`.`mime_type` as `shipping_method.media.mimeType`, `shipping_method.media`.`file_extension` as `shipping_method.media.fileExtension`, `shipping_method.media`.`uploaded_at` as `shipping_method.media.uploadedAt`, `shipping_method.media`.`file_name` as `shipping_method.media.fileName`, `shipping_method.media`.`file_size` as `shipping_method.media.fileSize`, `shipping_method.media`.`media_type` as `shipping_method.media.mediaTypeRaw`, `shipping_method.media`.`meta_data` as `shipping_method.media.metaData`, `shipping_method.media`.`private` as `shipping_method.media.private`, `shipping_method.media`.`thumbnails_ro` as `shipping_method.media.thumbnailsRo`, `shipping_method.media`.`created_at` as `shipping_method.media.createdAt`, `shipping_method.media`.`updated_at` as `shipping_method.media.updatedAt`, `shipping_method.media.translation.title`, COALESCE(`shipping_method.media.translation.title`,`shipping_method.media.translation.title`) as `shipping_method.media.title`, `shipping_method.media.translation.alt`, COALESCE(`shipping_method.media.translation.alt`,`shipping_method.media.translation.alt`) as `shipping_method.media.alt`, `shipping_method.media.translation.customFields`, COALESCE(`shipping_method.media.translation.customFields`,`shipping_method.media.translation.customFields`) as `shipping_method.media.customFields`, `shipping_method.media.translation.createdAt`, `shipping_method.media.translation.updatedAt`, `shipping_method.media.translation.mediaId`, `shipping_method.media.translation.languageId`, `shipping_method.translation.name`, COALESCE(`shipping_method.translation.name`,`shipping_method.translation.name`) as `shipping_method.name`, `shipping_method.translation.description`, COALESCE(`shipping_method.translation.description`,`shipping_method.translation.description`) as `shipping_method.description`, `shipping_method.translation.trackingUrl`, COALESCE(`shipping_method.translation.trackingUrl`,`shipping_method.translation.trackingUrl`) as `shipping_method.trackingUrl`, `shipping_method.translation.customFields`, COALESCE(`shipping_method.translation.customFields`,`shipping_method.translation.customFields`) as `shipping_method.customFields`, `shipping_method.translation.createdAt`, `shipping_method.translation.updatedAt`, `shipping_method.translation.shippingMethodId`, `shipping_method.translation.languageId` FROM `shipping_method` LEFT JOIN (SELECT `shipping_method.translation`.shipping_method_id, `shipping_method.translation`.name as `shipping_method.translation.name`, `shipping_method.translation`.description as `shipping_method.translation.description`, `shipping_method.translation`.tracking_url as `shipping_method.translation.trackingUrl`, `shipping_method.translation`.custom_fields as `shipping_method.translation.customFields`, `shipping_method.translation`.created_at as `shipping_method.translation.createdAt`, `shipping_method.translation`.updated_at as `shipping_method.translation.updatedAt`, `shipping_method.translation`.shipping_method_id as `shipping_method.translation.shippingMethodId`, `shipping_method.translation`.language_id as `shipping_method.translation.languageId` FROM `shipping_method_translation` `shipping_method.translation` WHERE `shipping_method.translation`.language_id = :languageId) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation`.`shipping_method_id` = `shipping_method`.`id` LEFT JOIN `delivery_time` `shipping_method.deliveryTime` ON `shipping_method`.`delivery_time_id` = `shipping_method.deliveryTime`.`id` LEFT JOIN `media` `shipping_method.media` ON `shipping_method`.`media_id` = `shipping_method.media`.`id` LEFT JOIN (SELECT `shipping_method.deliveryTime.translation`.delivery_time_id, `shipping_method.deliveryTime.translation`.name as `shipping_method.deliveryTime.translation.name`, `shipping_method.deliveryTime.translation`.custom_fields as `shipping_method.deliveryTime.translation.customFields`, `shipping_method.deliveryTime.translation`.created_at as `shipping_method.deliveryTime.translation.createdAt`, `shipping_method.deliveryTime.translation`.updated_at as `shipping_method.deliveryTime.translation.updatedAt`, `shipping_method.deliveryTime.translation`.delivery_time_id as `shipping_method.deliveryTime.translation.deliveryTimeId`, `shipping_method.deliveryTime.translation`.language_id as `shipping_method.deliveryTime.translation.languageId` FROM `delivery_time_translation` `shipping_method.deliveryTime.translation` WHERE `shipping_method.deliveryTime.translation`.language_id = :languageId) `shipping_method.deliveryTime.delivery_time_translation` ON `shipping_method.deliveryTime.delivery_time_translation`.`delivery_time_id` = `shipping_method.deliveryTime`.`id` LEFT JOIN (SELECT `shipping_method.media.translation`.media_id, `shipping_method.media.translation`.title as `shipping_method.media.translation.title`, `shipping_method.media.translation`.alt as `shipping_method.media.translation.alt`, `shipping_method.media.translation`.custom_fields as `shipping_method.media.translation.customFields`, `shipping_method.media.translation`.created_at as `shipping_method.media.translation.createdAt`, `shipping_method.media.translation`.updated_at as `shipping_method.media.translation.updatedAt`, `shipping_method.media.translation`.media_id as `shipping_method.media.translation.mediaId`, `shipping_method.media.translation`.language_id as `shipping_method.media.translation.languageId` FROM `media_translation` `shipping_method.media.translation` WHERE `shipping_method.media.translation`.language_id = :languageId) `shipping_method.media.media_translation` ON `shipping_method.media.media_translation`.`media_id` = `shipping_method.media`.`id` WHERE `shipping_method`.`id` IN (:ids)
SELECT
`shipping_method`.`id` as `shipping_method.id`,
`shipping_method`.`active` as `shipping_method.active`,
`shipping_method`.`position` as `shipping_method.position`,
`shipping_method`.`availability_rule_id` as `shipping_method.availabilityRuleId`,
`shipping_method`.`media_id` as `shipping_method.mediaId`,
`shipping_method`.`delivery_time_id` as `shipping_method.deliveryTimeId`,
`shipping_method`.`tax_type` as `shipping_method.taxType`,
`shipping_method`.`tax_id` as `shipping_method.taxId`,
`shipping_method.deliveryTime`.`id` as `shipping_method.deliveryTime.id`,
`shipping_method.deliveryTime`.`min` as `shipping_method.deliveryTime.min`,
`shipping_method.deliveryTime`.`max` as `shipping_method.deliveryTime.max`,
`shipping_method.deliveryTime`.`unit` as `shipping_method.deliveryTime.unit`,
`shipping_method.deliveryTime`.`created_at` as `shipping_method.deliveryTime.createdAt`,
`shipping_method.deliveryTime`.`updated_at` as `shipping_method.deliveryTime.updatedAt`,
`shipping_method.deliveryTime.translation.name`,
COALESCE(
`shipping_method.deliveryTime.translation.name`,
`shipping_method.deliveryTime.translation.name`
) as `shipping_method.deliveryTime.name`,
`shipping_method.deliveryTime.translation.customFields`,
COALESCE(
`shipping_method.deliveryTime.translation.customFields`,
`shipping_method.deliveryTime.translation.customFields`
) as `shipping_method.deliveryTime.customFields`,
`shipping_method.deliveryTime.translation.createdAt`,
`shipping_method.deliveryTime.translation.updatedAt`,
`shipping_method.deliveryTime.translation.deliveryTimeId`,
`shipping_method.deliveryTime.translation.languageId`,
`shipping_method`.`created_at` as `shipping_method.createdAt`,
`shipping_method`.`updated_at` as `shipping_method.updatedAt`,
`shipping_method.media`.`id` as `shipping_method.media.id`,
`shipping_method.media`.`user_id` as `shipping_method.media.userId`,
`shipping_method.media`.`media_folder_id` as `shipping_method.media.mediaFolderId`,
`shipping_method.media`.`mime_type` as `shipping_method.media.mimeType`,
`shipping_method.media`.`file_extension` as `shipping_method.media.fileExtension`,
`shipping_method.media`.`uploaded_at` as `shipping_method.media.uploadedAt`,
`shipping_method.media`.`file_name` as `shipping_method.media.fileName`,
`shipping_method.media`.`file_size` as `shipping_method.media.fileSize`,
`shipping_method.media`.`media_type` as `shipping_method.media.mediaTypeRaw`,
`shipping_method.media`.`meta_data` as `shipping_method.media.metaData`,
`shipping_method.media`.`private` as `shipping_method.media.private`,
`shipping_method.media`.`thumbnails_ro` as `shipping_method.media.thumbnailsRo`,
`shipping_method.media`.`created_at` as `shipping_method.media.createdAt`,
`shipping_method.media`.`updated_at` as `shipping_method.media.updatedAt`,
`shipping_method.media.translation.title`,
COALESCE(
`shipping_method.media.translation.title`,
`shipping_method.media.translation.title`
) as `shipping_method.media.title`,
`shipping_method.media.translation.alt`,
COALESCE(
`shipping_method.media.translation.alt`,
`shipping_method.media.translation.alt`
) as `shipping_method.media.alt`,
`shipping_method.media.translation.customFields`,
COALESCE(
`shipping_method.media.translation.customFields`,
`shipping_method.media.translation.customFields`
) as `shipping_method.media.customFields`,
`shipping_method.media.translation.createdAt`,
`shipping_method.media.translation.updatedAt`,
`shipping_method.media.translation.mediaId`,
`shipping_method.media.translation.languageId`,
`shipping_method.translation.name`,
COALESCE(
`shipping_method.translation.name`,
`shipping_method.translation.name`
) as `shipping_method.name`,
`shipping_method.translation.description`,
COALESCE(
`shipping_method.translation.description`,
`shipping_method.translation.description`
) as `shipping_method.description`,
`shipping_method.translation.trackingUrl`,
COALESCE(
`shipping_method.translation.trackingUrl`,
`shipping_method.translation.trackingUrl`
) as `shipping_method.trackingUrl`,
`shipping_method.translation.customFields`,
COALESCE(
`shipping_method.translation.customFields`,
`shipping_method.translation.customFields`
) as `shipping_method.customFields`,
`shipping_method.translation.createdAt`,
`shipping_method.translation.updatedAt`,
`shipping_method.translation.shippingMethodId`,
`shipping_method.translation.languageId`
FROM
`shipping_method`
LEFT JOIN (
SELECT
`shipping_method.translation`.shipping_method_id,
`shipping_method.translation`.name as `shipping_method.translation.name`,
`shipping_method.translation`.description as `shipping_method.translation.description`,
`shipping_method.translation`.tracking_url as `shipping_method.translation.trackingUrl`,
`shipping_method.translation`.custom_fields as `shipping_method.translation.customFields`,
`shipping_method.translation`.created_at as `shipping_method.translation.createdAt`,
`shipping_method.translation`.updated_at as `shipping_method.translation.updatedAt`,
`shipping_method.translation`.shipping_method_id as `shipping_method.translation.shippingMethodId`,
`shipping_method.translation`.language_id as `shipping_method.translation.languageId`
FROM
`shipping_method_translation` `shipping_method.translation`
WHERE
`shipping_method.translation`.language_id = : languageId
) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation`.`shipping_method_id` = `shipping_method`.`id`
LEFT JOIN `delivery_time` `shipping_method.deliveryTime` ON `shipping_method`.`delivery_time_id` = `shipping_method.deliveryTime`.`id`
LEFT JOIN `media` `shipping_method.media` ON `shipping_method`.`media_id` = `shipping_method.media`.`id`
LEFT JOIN (
SELECT
`shipping_method.deliveryTime.translation`.delivery_time_id,
`shipping_method.deliveryTime.translation`.name as `shipping_method.deliveryTime.translation.name`,
`shipping_method.deliveryTime.translation`.custom_fields as `shipping_method.deliveryTime.translation.customFields`,
`shipping_method.deliveryTime.translation`.created_at as `shipping_method.deliveryTime.translation.createdAt`,
`shipping_method.deliveryTime.translation`.updated_at as `shipping_method.deliveryTime.translation.updatedAt`,
`shipping_method.deliveryTime.translation`.delivery_time_id as `shipping_method.deliveryTime.translation.deliveryTimeId`,
`shipping_method.deliveryTime.translation`.language_id as `shipping_method.deliveryTime.translation.languageId`
FROM
`delivery_time_translation` `shipping_method.deliveryTime.translation`
WHERE
`shipping_method.deliveryTime.translation`.language_id = : languageId
) `shipping_method.deliveryTime.delivery_time_translation` ON `shipping_method.deliveryTime.delivery_time_translation`.`delivery_time_id` = `shipping_method.deliveryTime`.`id`
LEFT JOIN (
SELECT
`shipping_method.media.translation`.media_id,
`shipping_method.media.translation`.title as `shipping_method.media.translation.title`,
`shipping_method.media.translation`.alt as `shipping_method.media.translation.alt`,
`shipping_method.media.translation`.custom_fields as `shipping_method.media.translation.customFields`,
`shipping_method.media.translation`.created_at as `shipping_method.media.translation.createdAt`,
`shipping_method.media.translation`.updated_at as `shipping_method.media.translation.updatedAt`,
`shipping_method.media.translation`.media_id as `shipping_method.media.translation.mediaId`,
`shipping_method.media.translation`.language_id as `shipping_method.media.translation.languageId`
FROM
`media_translation` `shipping_method.media.translation`
WHERE
`shipping_method.media.translation`.language_id = : languageId
) `shipping_method.media.media_translation` ON `shipping_method.media.media_translation`.`media_id` = `shipping_method.media`.`id`
WHERE
`shipping_method`.`id` IN (: ids)
SELECT `shipping_method`.`id` as `shipping_method.id`, `shipping_method`.`active` as `shipping_method.active`, `shipping_method`.`position` as `shipping_method.position`, `shipping_method`.`availability_rule_id` as `shipping_method.availabilityRuleId`, `shipping_method`.`media_id` as `shipping_method.mediaId`, `shipping_method`.`delivery_time_id` as `shipping_method.deliveryTimeId`, `shipping_method`.`tax_type` as `shipping_method.taxType`, `shipping_method`.`tax_id` as `shipping_method.taxId`, `shipping_method.deliveryTime`.`id` as `shipping_method.deliveryTime.id`, `shipping_method.deliveryTime`.`min` as `shipping_method.deliveryTime.min`, `shipping_method.deliveryTime`.`max` as `shipping_method.deliveryTime.max`, `shipping_method.deliveryTime`.`unit` as `shipping_method.deliveryTime.unit`, `shipping_method.deliveryTime`.`created_at` as `shipping_method.deliveryTime.createdAt`, `shipping_method.deliveryTime`.`updated_at` as `shipping_method.deliveryTime.updatedAt`, `shipping_method.deliveryTime.translation.name`, COALESCE(`shipping_method.deliveryTime.translation.name`,`shipping_method.deliveryTime.translation.name`) as `shipping_method.deliveryTime.name`, `shipping_method.deliveryTime.translation.customFields`, COALESCE(`shipping_method.deliveryTime.translation.customFields`,`shipping_method.deliveryTime.translation.customFields`) as `shipping_method.deliveryTime.customFields`, `shipping_method.deliveryTime.translation.createdAt`, `shipping_method.deliveryTime.translation.updatedAt`, `shipping_method.deliveryTime.translation.deliveryTimeId`, `shipping_method.deliveryTime.translation.languageId`, `shipping_method`.`created_at` as `shipping_method.createdAt`, `shipping_method`.`updated_at` as `shipping_method.updatedAt`, `shipping_method.media`.`id` as `shipping_method.media.id`, `shipping_method.media`.`user_id` as `shipping_method.media.userId`, `shipping_method.media`.`media_folder_id` as `shipping_method.media.mediaFolderId`, `shipping_method.media`.`mime_type` as `shipping_method.media.mimeType`, `shipping_method.media`.`file_extension` as `shipping_method.media.fileExtension`, `shipping_method.media`.`uploaded_at` as `shipping_method.media.uploadedAt`, `shipping_method.media`.`file_name` as `shipping_method.media.fileName`, `shipping_method.media`.`file_size` as `shipping_method.media.fileSize`, `shipping_method.media`.`media_type` as `shipping_method.media.mediaTypeRaw`, `shipping_method.media`.`meta_data` as `shipping_method.media.metaData`, `shipping_method.media`.`private` as `shipping_method.media.private`, `shipping_method.media`.`thumbnails_ro` as `shipping_method.media.thumbnailsRo`, `shipping_method.media`.`created_at` as `shipping_method.media.createdAt`, `shipping_method.media`.`updated_at` as `shipping_method.media.updatedAt`, `shipping_method.media.translation.title`, COALESCE(`shipping_method.media.translation.title`,`shipping_method.media.translation.title`) as `shipping_method.media.title`, `shipping_method.media.translation.alt`, COALESCE(`shipping_method.media.translation.alt`,`shipping_method.media.translation.alt`) as `shipping_method.media.alt`, `shipping_method.media.translation.customFields`, COALESCE(`shipping_method.media.translation.customFields`,`shipping_method.media.translation.customFields`) as `shipping_method.media.customFields`, `shipping_method.media.translation.createdAt`, `shipping_method.media.translation.updatedAt`, `shipping_method.media.translation.mediaId`, `shipping_method.media.translation.languageId`, `shipping_method.translation.name`, COALESCE(`shipping_method.translation.name`,`shipping_method.translation.name`) as `shipping_method.name`, `shipping_method.translation.description`, COALESCE(`shipping_method.translation.description`,`shipping_method.translation.description`) as `shipping_method.description`, `shipping_method.translation.trackingUrl`, COALESCE(`shipping_method.translation.trackingUrl`,`shipping_method.translation.trackingUrl`) as `shipping_method.trackingUrl`, `shipping_method.translation.customFields`, COALESCE(`shipping_method.translation.customFields`,`shipping_method.translation.customFields`) as `shipping_method.customFields`, `shipping_method.translation.createdAt`, `shipping_method.translation.updatedAt`, `shipping_method.translation.shippingMethodId`, `shipping_method.translation.languageId` FROM `shipping_method` LEFT JOIN (SELECT `shipping_method.translation`.shipping_method_id, `shipping_method.translation`.name as `shipping_method.translation.name`, `shipping_method.translation`.description as `shipping_method.translation.description`, `shipping_method.translation`.tracking_url as `shipping_method.translation.trackingUrl`, `shipping_method.translation`.custom_fields as `shipping_method.translation.customFields`, `shipping_method.translation`.created_at as `shipping_method.translation.createdAt`, `shipping_method.translation`.updated_at as `shipping_method.translation.updatedAt`, `shipping_method.translation`.shipping_method_id as `shipping_method.translation.shippingMethodId`, `shipping_method.translation`.language_id as `shipping_method.translation.languageId` FROM `shipping_method_translation` `shipping_method.translation` WHERE `shipping_method.translation`.language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation`.`shipping_method_id` = `shipping_method`.`id` LEFT JOIN `delivery_time` `shipping_method.deliveryTime` ON `shipping_method`.`delivery_time_id` = `shipping_method.deliveryTime`.`id` LEFT JOIN `media` `shipping_method.media` ON `shipping_method`.`media_id` = `shipping_method.media`.`id` LEFT JOIN (SELECT `shipping_method.deliveryTime.translation`.delivery_time_id, `shipping_method.deliveryTime.translation`.name as `shipping_method.deliveryTime.translation.name`, `shipping_method.deliveryTime.translation`.custom_fields as `shipping_method.deliveryTime.translation.customFields`, `shipping_method.deliveryTime.translation`.created_at as `shipping_method.deliveryTime.translation.createdAt`, `shipping_method.deliveryTime.translation`.updated_at as `shipping_method.deliveryTime.translation.updatedAt`, `shipping_method.deliveryTime.translation`.delivery_time_id as `shipping_method.deliveryTime.translation.deliveryTimeId`, `shipping_method.deliveryTime.translation`.language_id as `shipping_method.deliveryTime.translation.languageId` FROM `delivery_time_translation` `shipping_method.deliveryTime.translation` WHERE `shipping_method.deliveryTime.translation`.language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B) `shipping_method.deliveryTime.delivery_time_translation` ON `shipping_method.deliveryTime.delivery_time_translation`.`delivery_time_id` = `shipping_method.deliveryTime`.`id` LEFT JOIN (SELECT `shipping_method.media.translation`.media_id, `shipping_method.media.translation`.title as `shipping_method.media.translation.title`, `shipping_method.media.translation`.alt as `shipping_method.media.translation.alt`, `shipping_method.media.translation`.custom_fields as `shipping_method.media.translation.customFields`, `shipping_method.media.translation`.created_at as `shipping_method.media.translation.createdAt`, `shipping_method.media.translation`.updated_at as `shipping_method.media.translation.updatedAt`, `shipping_method.media.translation`.media_id as `shipping_method.media.translation.mediaId`, `shipping_method.media.translation`.language_id as `shipping_method.media.translation.languageId` FROM `media_translation` `shipping_method.media.translation` WHERE `shipping_method.media.translation`.language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B) `shipping_method.media.media_translation` ON `shipping_method.media.media_translation`.`media_id` = `shipping_method.media`.`id` WHERE `shipping_method`.`id` IN (0x1C9A24A9A597405CA3039D4C78FC13EF, 0x11B2C4C51B784694859A46F9EFE7065D, 0x3A74529838E04B3D82A2A4F29E49D46F, 0xD272996A670547FBB269B394E9A3F63E, 0x3293C593CF7E463DA3F5D1E24828F074, 0x27135623179A484CADF0A9901E434E56);
array:38 [▼
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 242)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 316)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetch (line 148)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 93)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::read (line 195)"
6 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::read (line 133)"
7 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::search (line 59)"
8 => "Shopware\Core\Checkout\Shipping\SalesChannel\ShippingMethodRoute::load (line 99)"
9 => "Shopware\Core\Checkout\Shipping\SalesChannel\CachedShippingMethodRoute::Shopware\Core\Checkout\Shipping\SalesChannel\{closure} (line 350)"
10 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 44)"
11 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 120)"
12 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 45)"
13 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 46)"
14 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 46)"
15 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 41)"
16 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 59)"
17 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 42)"
18 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 100)"
19 => "Shopware\Core\Checkout\Shipping\SalesChannel\CachedShippingMethodRoute::Shopware\Core\Checkout\Shipping\SalesChannel\{closure} (line 72)"
20 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 35)"
21 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 105)"
22 => "Shopware\Core\Checkout\Shipping\SalesChannel\CachedShippingMethodRoute::load (line 42)"
23 => "Shopware\Core\Checkout\Shipping\SalesChannel\SortedShippingMethodRoute::load (line 103)"
24 => "Shopware\Storefront\Page\GenericPageLoader::Shopware\Storefront\Page\{closure} (line 59)"
25 => "Shopware\Core\Profiling\Profiler::trace (line 132)"
26 => "Shopware\Storefront\Page\GenericPageLoader::load (line 203)"
27 => "Cbax\ModulLexicon\Controller\FrontendController::detail (line 163)"
28 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
29 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
30 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
31 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 479)"
32 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 452)"
33 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 346)"
34 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 224)"
35 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
36 => "Shopware\Core\HttpKernel::doHandle (line 81)"
37 => "Shopware\Core\HttpKernel::handle (line 85)"
]
|
73 |
0.12 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_aa9a68b7b194426ba10541e38e04a812 AND `payment_method.salesChannels`.`id` = :param_089166afb6ec48b7896f102f991b0b9f) 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` = : param_aa9a68b7b194426ba10541e38e04a812
AND `payment_method.salesChannels`.`id` = : param_089166afb6ec48b7896f102f991b0b9f
)
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` = 0xFD5CCFC31DFA44A697B9FA97E8E740E1) GROUP BY `payment_method`.`id` ORDER BY MIN(`payment_method`.`position`) ASC;
array:38 [▼
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 242)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 107)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntitySearcher::search (line 62)"
4 => "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher::search (line 216)"
5 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::doSearch (line 122)"
6 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::search (line 52)"
7 => "Shopware\Core\Checkout\Payment\SalesChannel\PaymentMethodRoute::load (line 138)"
8 => "Swag\PayPal\Checkout\SalesChannel\FilteredPaymentMethodRoute::load (line 99)"
9 => "Shopware\Core\Checkout\Payment\SalesChannel\CachedPaymentMethodRoute::Shopware\Core\Checkout\Payment\SalesChannel\{closure} (line 350)"
10 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 44)"
11 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 120)"
12 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 45)"
13 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 46)"
14 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 46)"
15 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 41)"
16 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 59)"
17 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 42)"
18 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 100)"
19 => "Shopware\Core\Checkout\Payment\SalesChannel\CachedPaymentMethodRoute::Shopware\Core\Checkout\Payment\SalesChannel\{closure} (line 72)"
20 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 35)"
21 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 105)"
22 => "Shopware\Core\Checkout\Payment\SalesChannel\CachedPaymentMethodRoute::load (line 42)"
23 => "Shopware\Core\Checkout\Payment\SalesChannel\SortedPaymentMethodRoute::load (line 115)"
24 => "Shopware\Storefront\Page\GenericPageLoader::Shopware\Storefront\Page\{closure} (line 59)"
25 => "Shopware\Core\Profiling\Profiler::trace (line 132)"
26 => "Shopware\Storefront\Page\GenericPageLoader::load (line 203)"
27 => "Cbax\ModulLexicon\Controller\FrontendController::detail (line 163)"
28 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
29 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
30 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
31 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 479)"
32 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 452)"
33 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 346)"
34 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 224)"
35 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
36 => "Shopware\Core\HttpKernel::doHandle (line 81)"
37 => "Shopware\Core\HttpKernel::handle (line 85)"
]
|
74 |
1.27 ms |
SELECT `payment_method`.`id` as `payment_method.id`, `payment_method`.`plugin_id` as `payment_method.pluginId`, `payment_method`.`handler_identifier` as `payment_method.handlerIdentifier`, `payment_method`.`position` as `payment_method.position`, `payment_method`.`active` as `payment_method.active`, `payment_method`.`after_order_enabled` as `payment_method.afterOrderEnabled`, `payment_method`.`availability_rule_id` as `payment_method.availabilityRuleId`, `payment_method`.`media_id` as `payment_method.mediaId`, `payment_method.appPaymentMethod`.`id` as `payment_method.appPaymentMethod.id`, `payment_method.appPaymentMethod`.`app_name` as `payment_method.appPaymentMethod.appName`, `payment_method.appPaymentMethod`.`identifier` as `payment_method.appPaymentMethod.identifier`, `payment_method.appPaymentMethod`.`pay_url` as `payment_method.appPaymentMethod.payUrl`, `payment_method.appPaymentMethod`.`finalize_url` as `payment_method.appPaymentMethod.finalizeUrl`, `payment_method.appPaymentMethod`.`validate_url` as `payment_method.appPaymentMethod.validateUrl`, `payment_method.appPaymentMethod`.`capture_url` as `payment_method.appPaymentMethod.captureUrl`, `payment_method.appPaymentMethod`.`refund_url` as `payment_method.appPaymentMethod.refundUrl`, `payment_method.appPaymentMethod`.`app_id` as `payment_method.appPaymentMethod.appId`, `payment_method.appPaymentMethod`.`original_media_id` as `payment_method.appPaymentMethod.originalMediaId`, `payment_method.appPaymentMethod`.`payment_method_id` as `payment_method.appPaymentMethod.paymentMethodId`, `payment_method.appPaymentMethod`.`created_at` as `payment_method.appPaymentMethod.createdAt`, `payment_method.appPaymentMethod`.`updated_at` as `payment_method.appPaymentMethod.updatedAt`, `payment_method`.`created_at` as `payment_method.createdAt`, `payment_method`.`updated_at` as `payment_method.updatedAt`, `payment_method.media`.`id` as `payment_method.media.id`, `payment_method.media`.`user_id` as `payment_method.media.userId`, `payment_method.media`.`media_folder_id` as `payment_method.media.mediaFolderId`, `payment_method.media`.`mime_type` as `payment_method.media.mimeType`, `payment_method.media`.`file_extension` as `payment_method.media.fileExtension`, `payment_method.media`.`uploaded_at` as `payment_method.media.uploadedAt`, `payment_method.media`.`file_name` as `payment_method.media.fileName`, `payment_method.media`.`file_size` as `payment_method.media.fileSize`, `payment_method.media`.`media_type` as `payment_method.media.mediaTypeRaw`, `payment_method.media`.`meta_data` as `payment_method.media.metaData`, `payment_method.media`.`private` as `payment_method.media.private`, `payment_method.media`.`thumbnails_ro` as `payment_method.media.thumbnailsRo`, `payment_method.media`.`created_at` as `payment_method.media.createdAt`, `payment_method.media`.`updated_at` as `payment_method.media.updatedAt`, `payment_method.media.translation.title`, COALESCE(`payment_method.media.translation.title`,`payment_method.media.translation.title`) as `payment_method.media.title`, `payment_method.media.translation.alt`, COALESCE(`payment_method.media.translation.alt`,`payment_method.media.translation.alt`) as `payment_method.media.alt`, `payment_method.media.translation.customFields`, COALESCE(`payment_method.media.translation.customFields`,`payment_method.media.translation.customFields`) as `payment_method.media.customFields`, `payment_method.media.translation.createdAt`, `payment_method.media.translation.updatedAt`, `payment_method.media.translation.mediaId`, `payment_method.media.translation.languageId`, `payment_method.translation.name`, COALESCE(`payment_method.translation.name`,`payment_method.translation.name`) as `payment_method.name`, `payment_method.translation.distinguishableName`, COALESCE(`payment_method.translation.distinguishableName`,`payment_method.translation.distinguishableName`) as `payment_method.distinguishableName`, `payment_method.translation.description`, COALESCE(`payment_method.translation.description`,`payment_method.translation.description`) as `payment_method.description`, `payment_method.translation.customFields`, COALESCE(`payment_method.translation.customFields`,`payment_method.translation.customFields`) as `payment_method.customFields`, `payment_method.translation.createdAt`, `payment_method.translation.updatedAt`, `payment_method.translation.paymentMethodId`, `payment_method.translation.languageId` FROM `payment_method` LEFT JOIN (SELECT `payment_method.translation`.payment_method_id, `payment_method.translation`.name as `payment_method.translation.name`, `payment_method.translation`.distinguishable_name as `payment_method.translation.distinguishableName`, `payment_method.translation`.description as `payment_method.translation.description`, `payment_method.translation`.custom_fields as `payment_method.translation.customFields`, `payment_method.translation`.created_at as `payment_method.translation.createdAt`, `payment_method.translation`.updated_at as `payment_method.translation.updatedAt`, `payment_method.translation`.payment_method_id as `payment_method.translation.paymentMethodId`, `payment_method.translation`.language_id as `payment_method.translation.languageId` FROM `payment_method_translation` `payment_method.translation` WHERE `payment_method.translation`.language_id = :languageId) `payment_method.payment_method_translation` ON `payment_method.payment_method_translation`.`payment_method_id` = `payment_method`.`id` LEFT JOIN `app_payment_method` `payment_method.appPaymentMethod` ON `payment_method`.`id` = `payment_method.appPaymentMethod`.`payment_method_id` LEFT JOIN `media` `payment_method.media` ON `payment_method`.`media_id` = `payment_method.media`.`id` LEFT JOIN (SELECT `payment_method.media.translation`.media_id, `payment_method.media.translation`.title as `payment_method.media.translation.title`, `payment_method.media.translation`.alt as `payment_method.media.translation.alt`, `payment_method.media.translation`.custom_fields as `payment_method.media.translation.customFields`, `payment_method.media.translation`.created_at as `payment_method.media.translation.createdAt`, `payment_method.media.translation`.updated_at as `payment_method.media.translation.updatedAt`, `payment_method.media.translation`.media_id as `payment_method.media.translation.mediaId`, `payment_method.media.translation`.language_id as `payment_method.media.translation.languageId` FROM `media_translation` `payment_method.media.translation` WHERE `payment_method.media.translation`.language_id = :languageId) `payment_method.media.media_translation` ON `payment_method.media.media_translation`.`media_id` = `payment_method.media`.`id` WHERE `payment_method`.`id` IN (:ids)
SELECT
`payment_method`.`id` as `payment_method.id`,
`payment_method`.`plugin_id` as `payment_method.pluginId`,
`payment_method`.`handler_identifier` as `payment_method.handlerIdentifier`,
`payment_method`.`position` as `payment_method.position`,
`payment_method`.`active` as `payment_method.active`,
`payment_method`.`after_order_enabled` as `payment_method.afterOrderEnabled`,
`payment_method`.`availability_rule_id` as `payment_method.availabilityRuleId`,
`payment_method`.`media_id` as `payment_method.mediaId`,
`payment_method.appPaymentMethod`.`id` as `payment_method.appPaymentMethod.id`,
`payment_method.appPaymentMethod`.`app_name` as `payment_method.appPaymentMethod.appName`,
`payment_method.appPaymentMethod`.`identifier` as `payment_method.appPaymentMethod.identifier`,
`payment_method.appPaymentMethod`.`pay_url` as `payment_method.appPaymentMethod.payUrl`,
`payment_method.appPaymentMethod`.`finalize_url` as `payment_method.appPaymentMethod.finalizeUrl`,
`payment_method.appPaymentMethod`.`validate_url` as `payment_method.appPaymentMethod.validateUrl`,
`payment_method.appPaymentMethod`.`capture_url` as `payment_method.appPaymentMethod.captureUrl`,
`payment_method.appPaymentMethod`.`refund_url` as `payment_method.appPaymentMethod.refundUrl`,
`payment_method.appPaymentMethod`.`app_id` as `payment_method.appPaymentMethod.appId`,
`payment_method.appPaymentMethod`.`original_media_id` as `payment_method.appPaymentMethod.originalMediaId`,
`payment_method.appPaymentMethod`.`payment_method_id` as `payment_method.appPaymentMethod.paymentMethodId`,
`payment_method.appPaymentMethod`.`created_at` as `payment_method.appPaymentMethod.createdAt`,
`payment_method.appPaymentMethod`.`updated_at` as `payment_method.appPaymentMethod.updatedAt`,
`payment_method`.`created_at` as `payment_method.createdAt`,
`payment_method`.`updated_at` as `payment_method.updatedAt`,
`payment_method.media`.`id` as `payment_method.media.id`,
`payment_method.media`.`user_id` as `payment_method.media.userId`,
`payment_method.media`.`media_folder_id` as `payment_method.media.mediaFolderId`,
`payment_method.media`.`mime_type` as `payment_method.media.mimeType`,
`payment_method.media`.`file_extension` as `payment_method.media.fileExtension`,
`payment_method.media`.`uploaded_at` as `payment_method.media.uploadedAt`,
`payment_method.media`.`file_name` as `payment_method.media.fileName`,
`payment_method.media`.`file_size` as `payment_method.media.fileSize`,
`payment_method.media`.`media_type` as `payment_method.media.mediaTypeRaw`,
`payment_method.media`.`meta_data` as `payment_method.media.metaData`,
`payment_method.media`.`private` as `payment_method.media.private`,
`payment_method.media`.`thumbnails_ro` as `payment_method.media.thumbnailsRo`,
`payment_method.media`.`created_at` as `payment_method.media.createdAt`,
`payment_method.media`.`updated_at` as `payment_method.media.updatedAt`,
`payment_method.media.translation.title`,
COALESCE(
`payment_method.media.translation.title`,
`payment_method.media.translation.title`
) as `payment_method.media.title`,
`payment_method.media.translation.alt`,
COALESCE(
`payment_method.media.translation.alt`,
`payment_method.media.translation.alt`
) as `payment_method.media.alt`,
`payment_method.media.translation.customFields`,
COALESCE(
`payment_method.media.translation.customFields`,
`payment_method.media.translation.customFields`
) as `payment_method.media.customFields`,
`payment_method.media.translation.createdAt`,
`payment_method.media.translation.updatedAt`,
`payment_method.media.translation.mediaId`,
`payment_method.media.translation.languageId`,
`payment_method.translation.name`,
COALESCE(
`payment_method.translation.name`,
`payment_method.translation.name`
) as `payment_method.name`,
`payment_method.translation.distinguishableName`,
COALESCE(
`payment_method.translation.distinguishableName`,
`payment_method.translation.distinguishableName`
) as `payment_method.distinguishableName`,
`payment_method.translation.description`,
COALESCE(
`payment_method.translation.description`,
`payment_method.translation.description`
) as `payment_method.description`,
`payment_method.translation.customFields`,
COALESCE(
`payment_method.translation.customFields`,
`payment_method.translation.customFields`
) as `payment_method.customFields`,
`payment_method.translation.createdAt`,
`payment_method.translation.updatedAt`,
`payment_method.translation.paymentMethodId`,
`payment_method.translation.languageId`
FROM
`payment_method`
LEFT JOIN (
SELECT
`payment_method.translation`.payment_method_id,
`payment_method.translation`.name as `payment_method.translation.name`,
`payment_method.translation`.distinguishable_name as `payment_method.translation.distinguishableName`,
`payment_method.translation`.description as `payment_method.translation.description`,
`payment_method.translation`.custom_fields as `payment_method.translation.customFields`,
`payment_method.translation`.created_at as `payment_method.translation.createdAt`,
`payment_method.translation`.updated_at as `payment_method.translation.updatedAt`,
`payment_method.translation`.payment_method_id as `payment_method.translation.paymentMethodId`,
`payment_method.translation`.language_id as `payment_method.translation.languageId`
FROM
`payment_method_translation` `payment_method.translation`
WHERE
`payment_method.translation`.language_id = : languageId
) `payment_method.payment_method_translation` ON `payment_method.payment_method_translation`.`payment_method_id` = `payment_method`.`id`
LEFT JOIN `app_payment_method` `payment_method.appPaymentMethod` ON `payment_method`.`id` = `payment_method.appPaymentMethod`.`payment_method_id`
LEFT JOIN `media` `payment_method.media` ON `payment_method`.`media_id` = `payment_method.media`.`id`
LEFT JOIN (
SELECT
`payment_method.media.translation`.media_id,
`payment_method.media.translation`.title as `payment_method.media.translation.title`,
`payment_method.media.translation`.alt as `payment_method.media.translation.alt`,
`payment_method.media.translation`.custom_fields as `payment_method.media.translation.customFields`,
`payment_method.media.translation`.created_at as `payment_method.media.translation.createdAt`,
`payment_method.media.translation`.updated_at as `payment_method.media.translation.updatedAt`,
`payment_method.media.translation`.media_id as `payment_method.media.translation.mediaId`,
`payment_method.media.translation`.language_id as `payment_method.media.translation.languageId`
FROM
`media_translation` `payment_method.media.translation`
WHERE
`payment_method.media.translation`.language_id = : languageId
) `payment_method.media.media_translation` ON `payment_method.media.media_translation`.`media_id` = `payment_method.media`.`id`
WHERE
`payment_method`.`id` IN (: ids)
SELECT `payment_method`.`id` as `payment_method.id`, `payment_method`.`plugin_id` as `payment_method.pluginId`, `payment_method`.`handler_identifier` as `payment_method.handlerIdentifier`, `payment_method`.`position` as `payment_method.position`, `payment_method`.`active` as `payment_method.active`, `payment_method`.`after_order_enabled` as `payment_method.afterOrderEnabled`, `payment_method`.`availability_rule_id` as `payment_method.availabilityRuleId`, `payment_method`.`media_id` as `payment_method.mediaId`, `payment_method.appPaymentMethod`.`id` as `payment_method.appPaymentMethod.id`, `payment_method.appPaymentMethod`.`app_name` as `payment_method.appPaymentMethod.appName`, `payment_method.appPaymentMethod`.`identifier` as `payment_method.appPaymentMethod.identifier`, `payment_method.appPaymentMethod`.`pay_url` as `payment_method.appPaymentMethod.payUrl`, `payment_method.appPaymentMethod`.`finalize_url` as `payment_method.appPaymentMethod.finalizeUrl`, `payment_method.appPaymentMethod`.`validate_url` as `payment_method.appPaymentMethod.validateUrl`, `payment_method.appPaymentMethod`.`capture_url` as `payment_method.appPaymentMethod.captureUrl`, `payment_method.appPaymentMethod`.`refund_url` as `payment_method.appPaymentMethod.refundUrl`, `payment_method.appPaymentMethod`.`app_id` as `payment_method.appPaymentMethod.appId`, `payment_method.appPaymentMethod`.`original_media_id` as `payment_method.appPaymentMethod.originalMediaId`, `payment_method.appPaymentMethod`.`payment_method_id` as `payment_method.appPaymentMethod.paymentMethodId`, `payment_method.appPaymentMethod`.`created_at` as `payment_method.appPaymentMethod.createdAt`, `payment_method.appPaymentMethod`.`updated_at` as `payment_method.appPaymentMethod.updatedAt`, `payment_method`.`created_at` as `payment_method.createdAt`, `payment_method`.`updated_at` as `payment_method.updatedAt`, `payment_method.media`.`id` as `payment_method.media.id`, `payment_method.media`.`user_id` as `payment_method.media.userId`, `payment_method.media`.`media_folder_id` as `payment_method.media.mediaFolderId`, `payment_method.media`.`mime_type` as `payment_method.media.mimeType`, `payment_method.media`.`file_extension` as `payment_method.media.fileExtension`, `payment_method.media`.`uploaded_at` as `payment_method.media.uploadedAt`, `payment_method.media`.`file_name` as `payment_method.media.fileName`, `payment_method.media`.`file_size` as `payment_method.media.fileSize`, `payment_method.media`.`media_type` as `payment_method.media.mediaTypeRaw`, `payment_method.media`.`meta_data` as `payment_method.media.metaData`, `payment_method.media`.`private` as `payment_method.media.private`, `payment_method.media`.`thumbnails_ro` as `payment_method.media.thumbnailsRo`, `payment_method.media`.`created_at` as `payment_method.media.createdAt`, `payment_method.media`.`updated_at` as `payment_method.media.updatedAt`, `payment_method.media.translation.title`, COALESCE(`payment_method.media.translation.title`,`payment_method.media.translation.title`) as `payment_method.media.title`, `payment_method.media.translation.alt`, COALESCE(`payment_method.media.translation.alt`,`payment_method.media.translation.alt`) as `payment_method.media.alt`, `payment_method.media.translation.customFields`, COALESCE(`payment_method.media.translation.customFields`,`payment_method.media.translation.customFields`) as `payment_method.media.customFields`, `payment_method.media.translation.createdAt`, `payment_method.media.translation.updatedAt`, `payment_method.media.translation.mediaId`, `payment_method.media.translation.languageId`, `payment_method.translation.name`, COALESCE(`payment_method.translation.name`,`payment_method.translation.name`) as `payment_method.name`, `payment_method.translation.distinguishableName`, COALESCE(`payment_method.translation.distinguishableName`,`payment_method.translation.distinguishableName`) as `payment_method.distinguishableName`, `payment_method.translation.description`, COALESCE(`payment_method.translation.description`,`payment_method.translation.description`) as `payment_method.description`, `payment_method.translation.customFields`, COALESCE(`payment_method.translation.customFields`,`payment_method.translation.customFields`) as `payment_method.customFields`, `payment_method.translation.createdAt`, `payment_method.translation.updatedAt`, `payment_method.translation.paymentMethodId`, `payment_method.translation.languageId` FROM `payment_method` LEFT JOIN (SELECT `payment_method.translation`.payment_method_id, `payment_method.translation`.name as `payment_method.translation.name`, `payment_method.translation`.distinguishable_name as `payment_method.translation.distinguishableName`, `payment_method.translation`.description as `payment_method.translation.description`, `payment_method.translation`.custom_fields as `payment_method.translation.customFields`, `payment_method.translation`.created_at as `payment_method.translation.createdAt`, `payment_method.translation`.updated_at as `payment_method.translation.updatedAt`, `payment_method.translation`.payment_method_id as `payment_method.translation.paymentMethodId`, `payment_method.translation`.language_id as `payment_method.translation.languageId` FROM `payment_method_translation` `payment_method.translation` WHERE `payment_method.translation`.language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B) `payment_method.payment_method_translation` ON `payment_method.payment_method_translation`.`payment_method_id` = `payment_method`.`id` LEFT JOIN `app_payment_method` `payment_method.appPaymentMethod` ON `payment_method`.`id` = `payment_method.appPaymentMethod`.`payment_method_id` LEFT JOIN `media` `payment_method.media` ON `payment_method`.`media_id` = `payment_method.media`.`id` LEFT JOIN (SELECT `payment_method.media.translation`.media_id, `payment_method.media.translation`.title as `payment_method.media.translation.title`, `payment_method.media.translation`.alt as `payment_method.media.translation.alt`, `payment_method.media.translation`.custom_fields as `payment_method.media.translation.customFields`, `payment_method.media.translation`.created_at as `payment_method.media.translation.createdAt`, `payment_method.media.translation`.updated_at as `payment_method.media.translation.updatedAt`, `payment_method.media.translation`.media_id as `payment_method.media.translation.mediaId`, `payment_method.media.translation`.language_id as `payment_method.media.translation.languageId` FROM `media_translation` `payment_method.media.translation` WHERE `payment_method.media.translation`.language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B) `payment_method.media.media_translation` ON `payment_method.media.media_translation`.`media_id` = `payment_method.media`.`id` WHERE `payment_method`.`id` IN (0x99B460324F8243A2B7D21300D4CA2866, 0xDB0263FE274B4935A795E1C54B960C00, 0x75D007F3659D496084F0D1E8A1D7B785, 0x94EB6EC329504581AA5CCFCF47A1B98C, 0x2EB76B63B549A0DE4FAE2D0677C09062, 0xF7B88FC9C0104702A96F664DABFE2656, 0x5149641C3E68452D9580BC30D1CDE136, 0x62165C7856584CD98F09E7AE7B599673, 0x7708E603183C42B2A99D2E84EEFBB797, 0xAD4CA642046B40248444EBA38BB8F5E8, 0xEDE05B719B214143A4CB1C0216B852DE, 0xF1EF36538C594DC580B59E28206A1297);
array:39 [▼
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 242)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 316)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetch (line 148)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 93)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::read (line 195)"
6 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::read (line 133)"
7 => "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository::search (line 52)"
8 => "Shopware\Core\Checkout\Payment\SalesChannel\PaymentMethodRoute::load (line 138)"
9 => "Swag\PayPal\Checkout\SalesChannel\FilteredPaymentMethodRoute::load (line 99)"
10 => "Shopware\Core\Checkout\Payment\SalesChannel\CachedPaymentMethodRoute::Shopware\Core\Checkout\Payment\SalesChannel\{closure} (line 350)"
11 => "Shopware\Core\System\SystemConfig\SystemConfigService::trace (line 44)"
12 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 120)"
13 => "Shopware\Core\Framework\Adapter\Translation\Translator::trace (line 45)"
14 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::Shopware\Core\Framework\Adapter\Cache\{closure} (line 46)"
15 => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection::trace (line 46)"
16 => "Shopware\Core\Framework\Adapter\Cache\CacheTracer::trace (line 41)"
17 => "Shopware\Storefront\Framework\Cache\CacheTracer::Shopware\Storefront\Framework\Cache\{closure} (line 59)"
18 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::trace (line 42)"
19 => "Shopware\Storefront\Framework\Cache\CacheTracer::trace (line 100)"
20 => "Shopware\Core\Checkout\Payment\SalesChannel\CachedPaymentMethodRoute::Shopware\Core\Checkout\Payment\SalesChannel\{closure} (line 72)"
21 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 35)"
22 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 105)"
23 => "Shopware\Core\Checkout\Payment\SalesChannel\CachedPaymentMethodRoute::load (line 42)"
24 => "Shopware\Core\Checkout\Payment\SalesChannel\SortedPaymentMethodRoute::load (line 115)"
25 => "Shopware\Storefront\Page\GenericPageLoader::Shopware\Storefront\Page\{closure} (line 59)"
26 => "Shopware\Core\Profiling\Profiler::trace (line 132)"
27 => "Shopware\Storefront\Page\GenericPageLoader::load (line 203)"
28 => "Cbax\ModulLexicon\Controller\FrontendController::detail (line 163)"
29 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
30 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
31 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
32 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 479)"
33 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 452)"
34 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 346)"
35 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 224)"
36 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
37 => "Shopware\Core\HttpKernel::doHandle (line 81)"
38 => "Shopware\Core\HttpKernel::handle (line 85)"
]
|
75 |
0.75 ms |
SELECT `app`.`id` as `app.id`, `app`.`name` as `app.name`, `app`.`path` as `app.path`, `app`.`author` as `app.author`, `app`.`copyright` as `app.copyright`, `app`.`license` as `app.license`, `app`.`active` as `app.active`, `app`.`configurable` as `app.configurable`, `app`.`privacy` as `app.privacy`, `app`.`version` as `app.version`, `app`.`icon` as `app.iconRaw`, `app`.`app_secret` as `app.appSecret`, `app`.`modules` as `app.modules`, `app`.`main_module` as `app.mainModule`, `app`.`cookies` as `app.cookies`, `app`.`allow_disable` as `app.allowDisable`, `app`.`base_app_url` as `app.baseAppUrl`, `app`.`allowed_hosts` as `app.allowedHosts`, `app`.`template_load_priority` as `app.templateLoadPriority`, `app`.`integration_id` as `app.integrationId`, `app.integration`.`id` as `app.integration.id`, `app.integration`.`label` as `app.integration.label`, `app.integration`.`access_key` as `app.integration.accessKey`, `app.integration`.`secret_access_key` as `app.integration.secretAccessKey`, `app.integration`.`write_access` as `app.integration.writeAccess`, `app.integration`.`last_usage_at` as `app.integration.lastUsageAt`, `app.integration`.`admin` as `app.integration.admin`, `app.integration`.`custom_fields` as `app.integration.customFields`, `app.integration`.`deleted_at` as `app.integration.deletedAt`, `app.integration`.`created_at` as `app.integration.createdAt`, `app.integration`.`updated_at` as `app.integration.updatedAt`, `app`.`acl_role_id` as `app.aclRoleId`, `app.aclRole`.`id` as `app.aclRole.id`, `app.aclRole`.`name` as `app.aclRole.name`, `app.aclRole`.`description` as `app.aclRole.description`, `app.aclRole`.`privileges` as `app.aclRole.privileges`, `app.aclRole`.`deleted_at` as `app.aclRole.deletedAt`, `app.aclRole`.`created_at` as `app.aclRole.createdAt`, `app.aclRole`.`updated_at` as `app.aclRole.updatedAt`, `app`.`created_at` as `app.createdAt`, `app`.`updated_at` as `app.updatedAt`, `app.translation.label`, COALESCE(`app.translation.label`,`app.translation.label`) as `app.label`, `app.translation.description`, COALESCE(`app.translation.description`,`app.translation.description`) as `app.description`, `app.translation.privacyPolicyExtensions`, COALESCE(`app.translation.privacyPolicyExtensions`,`app.translation.privacyPolicyExtensions`) as `app.privacyPolicyExtensions`, `app.translation.customFields`, COALESCE(`app.translation.customFields`,`app.translation.customFields`) as `app.customFields`, `app.translation.createdAt`, `app.translation.updatedAt`, `app.translation.appId`, `app.translation.languageId` FROM `app` LEFT JOIN (SELECT `app.translation`.app_id, `app.translation`.label as `app.translation.label`, `app.translation`.description as `app.translation.description`, `app.translation`.privacy_policy_extensions as `app.translation.privacyPolicyExtensions`, `app.translation`.custom_fields as `app.translation.customFields`, `app.translation`.created_at as `app.translation.createdAt`, `app.translation`.updated_at as `app.translation.updatedAt`, `app.translation`.app_id as `app.translation.appId`, `app.translation`.language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation`.language_id = :languageId) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` LEFT JOIN `integration` `app.integration` ON `app`.`integration_id` = `app.integration`.`id` LEFT JOIN `acl_role` `app.aclRole` ON `app`.`acl_role_id` = `app.aclRole`.`id` WHERE (`app`.`active` = :param_860af459fd924915b65f92ed83eb249c AND NOT (JSON_CONTAINS(`app`.`cookies`, JSON_ARRAY(:param_fad27ad378c24537b65de75f92971025))))
SELECT
`app`.`id` as `app.id`,
`app`.`name` as `app.name`,
`app`.`path` as `app.path`,
`app`.`author` as `app.author`,
`app`.`copyright` as `app.copyright`,
`app`.`license` as `app.license`,
`app`.`active` as `app.active`,
`app`.`configurable` as `app.configurable`,
`app`.`privacy` as `app.privacy`,
`app`.`version` as `app.version`,
`app`.`icon` as `app.iconRaw`,
`app`.`app_secret` as `app.appSecret`,
`app`.`modules` as `app.modules`,
`app`.`main_module` as `app.mainModule`,
`app`.`cookies` as `app.cookies`,
`app`.`allow_disable` as `app.allowDisable`,
`app`.`base_app_url` as `app.baseAppUrl`,
`app`.`allowed_hosts` as `app.allowedHosts`,
`app`.`template_load_priority` as `app.templateLoadPriority`,
`app`.`integration_id` as `app.integrationId`,
`app.integration`.`id` as `app.integration.id`,
`app.integration`.`label` as `app.integration.label`,
`app.integration`.`access_key` as `app.integration.accessKey`,
`app.integration`.`secret_access_key` as `app.integration.secretAccessKey`,
`app.integration`.`write_access` as `app.integration.writeAccess`,
`app.integration`.`last_usage_at` as `app.integration.lastUsageAt`,
`app.integration`.`admin` as `app.integration.admin`,
`app.integration`.`custom_fields` as `app.integration.customFields`,
`app.integration`.`deleted_at` as `app.integration.deletedAt`,
`app.integration`.`created_at` as `app.integration.createdAt`,
`app.integration`.`updated_at` as `app.integration.updatedAt`,
`app`.`acl_role_id` as `app.aclRoleId`,
`app.aclRole`.`id` as `app.aclRole.id`,
`app.aclRole`.`name` as `app.aclRole.name`,
`app.aclRole`.`description` as `app.aclRole.description`,
`app.aclRole`.`privileges` as `app.aclRole.privileges`,
`app.aclRole`.`deleted_at` as `app.aclRole.deletedAt`,
`app.aclRole`.`created_at` as `app.aclRole.createdAt`,
`app.aclRole`.`updated_at` as `app.aclRole.updatedAt`,
`app`.`created_at` as `app.createdAt`,
`app`.`updated_at` as `app.updatedAt`,
`app.translation.label`,
COALESCE(
`app.translation.label`, `app.translation.label`
) as `app.label`,
`app.translation.description`,
COALESCE(
`app.translation.description`, `app.translation.description`
) as `app.description`,
`app.translation.privacyPolicyExtensions`,
COALESCE(
`app.translation.privacyPolicyExtensions`,
`app.translation.privacyPolicyExtensions`
) as `app.privacyPolicyExtensions`,
`app.translation.customFields`,
COALESCE(
`app.translation.customFields`,
`app.translation.customFields`
) as `app.customFields`,
`app.translation.createdAt`,
`app.translation.updatedAt`,
`app.translation.appId`,
`app.translation.languageId`
FROM
`app`
LEFT JOIN (
SELECT
`app.translation`.app_id,
`app.translation`.label as `app.translation.label`,
`app.translation`.description as `app.translation.description`,
`app.translation`.privacy_policy_extensions as `app.translation.privacyPolicyExtensions`,
`app.translation`.custom_fields as `app.translation.customFields`,
`app.translation`.created_at as `app.translation.createdAt`,
`app.translation`.updated_at as `app.translation.updatedAt`,
`app.translation`.app_id as `app.translation.appId`,
`app.translation`.language_id as `app.translation.languageId`
FROM
`app_translation` `app.translation`
WHERE
`app.translation`.language_id = : languageId
) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id`
LEFT JOIN `integration` `app.integration` ON `app`.`integration_id` = `app.integration`.`id`
LEFT JOIN `acl_role` `app.aclRole` ON `app`.`acl_role_id` = `app.aclRole`.`id`
WHERE
(
`app`.`active` = : param_860af459fd924915b65f92ed83eb249c
AND NOT (
JSON_CONTAINS(
`app`.`cookies`,
JSON_ARRAY(
: param_fad27ad378c24537b65de75f92971025
)
)
)
)
SELECT `app`.`id` as `app.id`, `app`.`name` as `app.name`, `app`.`path` as `app.path`, `app`.`author` as `app.author`, `app`.`copyright` as `app.copyright`, `app`.`license` as `app.license`, `app`.`active` as `app.active`, `app`.`configurable` as `app.configurable`, `app`.`privacy` as `app.privacy`, `app`.`version` as `app.version`, `app`.`icon` as `app.iconRaw`, `app`.`app_secret` as `app.appSecret`, `app`.`modules` as `app.modules`, `app`.`main_module` as `app.mainModule`, `app`.`cookies` as `app.cookies`, `app`.`allow_disable` as `app.allowDisable`, `app`.`base_app_url` as `app.baseAppUrl`, `app`.`allowed_hosts` as `app.allowedHosts`, `app`.`template_load_priority` as `app.templateLoadPriority`, `app`.`integration_id` as `app.integrationId`, `app.integration`.`id` as `app.integration.id`, `app.integration`.`label` as `app.integration.label`, `app.integration`.`access_key` as `app.integration.accessKey`, `app.integration`.`secret_access_key` as `app.integration.secretAccessKey`, `app.integration`.`write_access` as `app.integration.writeAccess`, `app.integration`.`last_usage_at` as `app.integration.lastUsageAt`, `app.integration`.`admin` as `app.integration.admin`, `app.integration`.`custom_fields` as `app.integration.customFields`, `app.integration`.`deleted_at` as `app.integration.deletedAt`, `app.integration`.`created_at` as `app.integration.createdAt`, `app.integration`.`updated_at` as `app.integration.updatedAt`, `app`.`acl_role_id` as `app.aclRoleId`, `app.aclRole`.`id` as `app.aclRole.id`, `app.aclRole`.`name` as `app.aclRole.name`, `app.aclRole`.`description` as `app.aclRole.description`, `app.aclRole`.`privileges` as `app.aclRole.privileges`, `app.aclRole`.`deleted_at` as `app.aclRole.deletedAt`, `app.aclRole`.`created_at` as `app.aclRole.createdAt`, `app.aclRole`.`updated_at` as `app.aclRole.updatedAt`, `app`.`created_at` as `app.createdAt`, `app`.`updated_at` as `app.updatedAt`, `app.translation.label`, COALESCE(`app.translation.label`,`app.translation.label`) as `app.label`, `app.translation.description`, COALESCE(`app.translation.description`,`app.translation.description`) as `app.description`, `app.translation.privacyPolicyExtensions`, COALESCE(`app.translation.privacyPolicyExtensions`,`app.translation.privacyPolicyExtensions`) as `app.privacyPolicyExtensions`, `app.translation.customFields`, COALESCE(`app.translation.customFields`,`app.translation.customFields`) as `app.customFields`, `app.translation.createdAt`, `app.translation.updatedAt`, `app.translation.appId`, `app.translation.languageId` FROM `app` LEFT JOIN (SELECT `app.translation`.app_id, `app.translation`.label as `app.translation.label`, `app.translation`.description as `app.translation.description`, `app.translation`.privacy_policy_extensions as `app.translation.privacyPolicyExtensions`, `app.translation`.custom_fields as `app.translation.customFields`, `app.translation`.created_at as `app.translation.createdAt`, `app.translation`.updated_at as `app.translation.updatedAt`, `app.translation`.app_id as `app.translation.appId`, `app.translation`.language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation`.language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` LEFT JOIN `integration` `app.integration` ON `app`.`integration_id` = `app.integration`.`id` LEFT JOIN `acl_role` `app.aclRole` ON `app`.`acl_role_id` = `app.aclRole`.`id` WHERE (`app`.`active` = 1 AND NOT (JSON_CONTAINS(`app`.`cookies`, JSON_ARRAY(NULL))));
array:41 [▼
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 242)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 316)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetch (line 148)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 93)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::read (line 257)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::read (line 286)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::_search (line 106)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 51)"
9 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator::search (line 51)"
10 => "Shopware\Storefront\Framework\Cookie\AppCookieProvider::getCookieGroups (line 26)"
11 => "Swag\PayPal\Storefront\Framework\Cookie\PayPalCookieProvider::getCookieGroups (line 25)"
12 => "EsmCookieConsent\Storefront\Service\CustomCookieProvider::getCookieGroups (line 35)"
13 => "KlarnaPayment\Components\CookieProvider\CookieProvider::getCookieGroups (line 33)"
14 => "Swag\AmazonPay\Components\Cookie\AmazonPayCookieProvider::getCookieGroups (line 48)"
15 => "Wbm\TagManagerEcomm\Cookie\CustomCookieProvider::getCookieGroups (line 19)"
16 => "EsmCookieConsent\Storefront\Service\DasPopupCookieProvider::getCookieGroups (line 20)"
17 => "EsmCookieConsent\Storefront\Service\KlaviyoCookieProvider::getCookieGroups (line 30)"
18 => "EsmCookieConsent\Storefront\Subscriber\CookieSubscriber::onGenericPageLoaded (line 118)"
19 => "Symfony\Component\EventDispatcher\Debug\WrappedListener::__invoke (line 230)"
20 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
21 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 56)"
22 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 98)"
23 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 55)"
24 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 37)"
25 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
26 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 128)"
27 => "Shopware\Storefront\Page\GenericPageLoader::Shopware\Storefront\Page\{closure} (line 59)"
28 => "Shopware\Core\Profiling\Profiler::trace (line 132)"
29 => "Shopware\Storefront\Page\GenericPageLoader::load (line 203)"
30 => "Cbax\ModulLexicon\Controller\FrontendController::detail (line 163)"
31 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
32 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
33 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
34 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 479)"
35 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 452)"
36 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 346)"
37 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 224)"
38 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
39 => "Shopware\Core\HttpKernel::doHandle (line 81)"
40 => "Shopware\Core\HttpKernel::handle (line 85)"
]
|
76 |
0.13 ms |
SELECT `cbax_lexicon_entry`.`id` FROM `cbax_lexicon_entry` LEFT JOIN `cbax_lexicon_sales_channel` `cbax_lexicon_entry.saleschannels` ON `cbax_lexicon_entry`.`id` = `cbax_lexicon_entry.saleschannels`.`cbax_lexicon_entry_id` WHERE ((`cbax_lexicon_entry`.`date` <= :param_869d3a5b3bb74e0aa09199866925c53a) AND `cbax_lexicon_entry.saleschannels`.`sales_channel_id` = :param_7e250ccb938e4640bcb817bfb4414337) GROUP BY `cbax_lexicon_entry`.`id`
SELECT
`cbax_lexicon_entry`.`id`
FROM
`cbax_lexicon_entry`
LEFT JOIN `cbax_lexicon_sales_channel` `cbax_lexicon_entry.saleschannels` ON `cbax_lexicon_entry`.`id` = `cbax_lexicon_entry.saleschannels`.`cbax_lexicon_entry_id`
WHERE
(
(
`cbax_lexicon_entry`.`date` <= : param_869d3a5b3bb74e0aa09199866925c53a
)
AND `cbax_lexicon_entry.saleschannels`.`sales_channel_id` = : param_7e250ccb938e4640bcb817bfb4414337
)
GROUP BY
`cbax_lexicon_entry`.`id`
SELECT `cbax_lexicon_entry`.`id` FROM `cbax_lexicon_entry` LEFT JOIN `cbax_lexicon_sales_channel` `cbax_lexicon_entry.saleschannels` ON `cbax_lexicon_entry`.`id` = `cbax_lexicon_entry.saleschannels`.`cbax_lexicon_entry_id` WHERE ((`cbax_lexicon_entry`.`date` <= '2025-03-14 17:07:08') AND `cbax_lexicon_entry.saleschannels`.`sales_channel_id` = 0xFD5CCFC31DFA44A697B9FA97E8E740E1) GROUP BY `cbax_lexicon_entry`.`id`;
array:22 [▼
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 242)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 107)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntitySearcher::search (line 62)"
4 => "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher::search (line 132)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::searchIds (line 291)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::_search (line 106)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 51)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator::search (line 166)"
9 => "Cbax\ModulLexicon\Components\LexiconHelper::getAllLexiconEntries (line 25)"
10 => "Cbax\ModulLexicon\Components\LexiconReplacer::getReplaceText (line 213)"
11 => "Cbax\ModulLexicon\Controller\FrontendController::detail (line 163)"
12 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
13 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
14 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
15 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 479)"
16 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 452)"
17 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 346)"
18 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 224)"
19 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
20 => "Shopware\Core\HttpKernel::doHandle (line 81)"
21 => "Shopware\Core\HttpKernel::handle (line 85)"
]
|
77 |
0.97 ms |
SELECT `cbax_lexicon_entry`.`id` as `cbax_lexicon_entry.id`, `cbax_lexicon_entry`.`impressions` as `cbax_lexicon_entry.impressions`, `cbax_lexicon_entry`.`date` as `cbax_lexicon_entry.date`, `cbax_lexicon_entry`.`link` as `cbax_lexicon_entry.link`, `cbax_lexicon_entry`.`link_target` as `cbax_lexicon_entry.linkTarget`, `cbax_lexicon_entry`.`listing_type` as `cbax_lexicon_entry.listingType`, `cbax_lexicon_entry`.`product_stream_id` as `cbax_lexicon_entry.productStreamId`, `cbax_lexicon_entry`.`product_layout` as `cbax_lexicon_entry.productLayout`, `cbax_lexicon_entry`.`product_slider_width` as `cbax_lexicon_entry.productSliderWidth`, `cbax_lexicon_entry`.`product_sorting` as `cbax_lexicon_entry.productSorting`, `cbax_lexicon_entry`.`product_limit` as `cbax_lexicon_entry.productLimit`, `cbax_lexicon_entry`.`attribute2` as `cbax_lexicon_entry.attribute2`, `cbax_lexicon_entry`.`attribute3` as `cbax_lexicon_entry.attribute3`, `cbax_lexicon_entry`.`created_at` as `cbax_lexicon_entry.createdAt`, `cbax_lexicon_entry`.`updated_at` as `cbax_lexicon_entry.updatedAt`, `cbax_lexicon_entry.translation.title`, COALESCE(`cbax_lexicon_entry.translation.title`,`cbax_lexicon_entry.translation.title`) as `cbax_lexicon_entry.title`, `cbax_lexicon_entry.translation.keyword`, COALESCE(`cbax_lexicon_entry.translation.keyword`,`cbax_lexicon_entry.translation.keyword`) as `cbax_lexicon_entry.keyword`, `cbax_lexicon_entry.translation.description`, COALESCE(`cbax_lexicon_entry.translation.description`,`cbax_lexicon_entry.translation.description`) as `cbax_lexicon_entry.description`, `cbax_lexicon_entry.translation.descriptionLong`, COALESCE(`cbax_lexicon_entry.translation.descriptionLong`,`cbax_lexicon_entry.translation.descriptionLong`) as `cbax_lexicon_entry.descriptionLong`, `cbax_lexicon_entry.translation.linkDescription`, COALESCE(`cbax_lexicon_entry.translation.linkDescription`,`cbax_lexicon_entry.translation.linkDescription`) as `cbax_lexicon_entry.linkDescription`, `cbax_lexicon_entry.translation.metaTitle`, COALESCE(`cbax_lexicon_entry.translation.metaTitle`,`cbax_lexicon_entry.translation.metaTitle`) as `cbax_lexicon_entry.metaTitle`, `cbax_lexicon_entry.translation.metaKeywords`, COALESCE(`cbax_lexicon_entry.translation.metaKeywords`,`cbax_lexicon_entry.translation.metaKeywords`) as `cbax_lexicon_entry.metaKeywords`, `cbax_lexicon_entry.translation.metaDescription`, COALESCE(`cbax_lexicon_entry.translation.metaDescription`,`cbax_lexicon_entry.translation.metaDescription`) as `cbax_lexicon_entry.metaDescription`, `cbax_lexicon_entry.translation.headline`, COALESCE(`cbax_lexicon_entry.translation.headline`,`cbax_lexicon_entry.translation.headline`) as `cbax_lexicon_entry.headline`, `cbax_lexicon_entry.translation.attribute1`, COALESCE(`cbax_lexicon_entry.translation.attribute1`,`cbax_lexicon_entry.translation.attribute1`) as `cbax_lexicon_entry.attribute1`, `cbax_lexicon_entry.translation.attribute4`, COALESCE(`cbax_lexicon_entry.translation.attribute4`,`cbax_lexicon_entry.translation.attribute4`) as `cbax_lexicon_entry.attribute4`, `cbax_lexicon_entry.translation.attribute5`, COALESCE(`cbax_lexicon_entry.translation.attribute5`,`cbax_lexicon_entry.translation.attribute5`) as `cbax_lexicon_entry.attribute5`, `cbax_lexicon_entry.translation.attribute6`, COALESCE(`cbax_lexicon_entry.translation.attribute6`,`cbax_lexicon_entry.translation.attribute6`) as `cbax_lexicon_entry.attribute6`, `cbax_lexicon_entry.translation.createdAt`, `cbax_lexicon_entry.translation.updatedAt`, `cbax_lexicon_entry.translation.cbaxLexiconEntryId`, `cbax_lexicon_entry.translation.languageId` FROM `cbax_lexicon_entry` LEFT JOIN (SELECT `cbax_lexicon_entry.translation`.cbax_lexicon_entry_id, `cbax_lexicon_entry.translation`.title as `cbax_lexicon_entry.translation.title`, `cbax_lexicon_entry.translation`.keyword as `cbax_lexicon_entry.translation.keyword`, `cbax_lexicon_entry.translation`.description as `cbax_lexicon_entry.translation.description`, `cbax_lexicon_entry.translation`.description_long as `cbax_lexicon_entry.translation.descriptionLong`, `cbax_lexicon_entry.translation`.link_description as `cbax_lexicon_entry.translation.linkDescription`, `cbax_lexicon_entry.translation`.meta_title as `cbax_lexicon_entry.translation.metaTitle`, `cbax_lexicon_entry.translation`.meta_keywords as `cbax_lexicon_entry.translation.metaKeywords`, `cbax_lexicon_entry.translation`.meta_description as `cbax_lexicon_entry.translation.metaDescription`, `cbax_lexicon_entry.translation`.headline as `cbax_lexicon_entry.translation.headline`, `cbax_lexicon_entry.translation`.attribute1 as `cbax_lexicon_entry.translation.attribute1`, `cbax_lexicon_entry.translation`.attribute4 as `cbax_lexicon_entry.translation.attribute4`, `cbax_lexicon_entry.translation`.attribute5 as `cbax_lexicon_entry.translation.attribute5`, `cbax_lexicon_entry.translation`.attribute6 as `cbax_lexicon_entry.translation.attribute6`, `cbax_lexicon_entry.translation`.created_at as `cbax_lexicon_entry.translation.createdAt`, `cbax_lexicon_entry.translation`.updated_at as `cbax_lexicon_entry.translation.updatedAt`, `cbax_lexicon_entry.translation`.cbax_lexicon_entry_id as `cbax_lexicon_entry.translation.cbaxLexiconEntryId`, `cbax_lexicon_entry.translation`.language_id as `cbax_lexicon_entry.translation.languageId` FROM `cbax_lexicon_entry_translation` `cbax_lexicon_entry.translation` WHERE `cbax_lexicon_entry.translation`.language_id = :languageId) `cbax_lexicon_entry.cbax_lexicon_entry_translation` ON `cbax_lexicon_entry.cbax_lexicon_entry_translation`.`cbax_lexicon_entry_id` = `cbax_lexicon_entry`.`id` WHERE `cbax_lexicon_entry`.`id` IN (:ids)
SELECT
`cbax_lexicon_entry`.`id` as `cbax_lexicon_entry.id`,
`cbax_lexicon_entry`.`impressions` as `cbax_lexicon_entry.impressions`,
`cbax_lexicon_entry`.`date` as `cbax_lexicon_entry.date`,
`cbax_lexicon_entry`.`link` as `cbax_lexicon_entry.link`,
`cbax_lexicon_entry`.`link_target` as `cbax_lexicon_entry.linkTarget`,
`cbax_lexicon_entry`.`listing_type` as `cbax_lexicon_entry.listingType`,
`cbax_lexicon_entry`.`product_stream_id` as `cbax_lexicon_entry.productStreamId`,
`cbax_lexicon_entry`.`product_layout` as `cbax_lexicon_entry.productLayout`,
`cbax_lexicon_entry`.`product_slider_width` as `cbax_lexicon_entry.productSliderWidth`,
`cbax_lexicon_entry`.`product_sorting` as `cbax_lexicon_entry.productSorting`,
`cbax_lexicon_entry`.`product_limit` as `cbax_lexicon_entry.productLimit`,
`cbax_lexicon_entry`.`attribute2` as `cbax_lexicon_entry.attribute2`,
`cbax_lexicon_entry`.`attribute3` as `cbax_lexicon_entry.attribute3`,
`cbax_lexicon_entry`.`created_at` as `cbax_lexicon_entry.createdAt`,
`cbax_lexicon_entry`.`updated_at` as `cbax_lexicon_entry.updatedAt`,
`cbax_lexicon_entry.translation.title`,
COALESCE(
`cbax_lexicon_entry.translation.title`,
`cbax_lexicon_entry.translation.title`
) as `cbax_lexicon_entry.title`,
`cbax_lexicon_entry.translation.keyword`,
COALESCE(
`cbax_lexicon_entry.translation.keyword`,
`cbax_lexicon_entry.translation.keyword`
) as `cbax_lexicon_entry.keyword`,
`cbax_lexicon_entry.translation.description`,
COALESCE(
`cbax_lexicon_entry.translation.description`,
`cbax_lexicon_entry.translation.description`
) as `cbax_lexicon_entry.description`,
`cbax_lexicon_entry.translation.descriptionLong`,
COALESCE(
`cbax_lexicon_entry.translation.descriptionLong`,
`cbax_lexicon_entry.translation.descriptionLong`
) as `cbax_lexicon_entry.descriptionLong`,
`cbax_lexicon_entry.translation.linkDescription`,
COALESCE(
`cbax_lexicon_entry.translation.linkDescription`,
`cbax_lexicon_entry.translation.linkDescription`
) as `cbax_lexicon_entry.linkDescription`,
`cbax_lexicon_entry.translation.metaTitle`,
COALESCE(
`cbax_lexicon_entry.translation.metaTitle`,
`cbax_lexicon_entry.translation.metaTitle`
) as `cbax_lexicon_entry.metaTitle`,
`cbax_lexicon_entry.translation.metaKeywords`,
COALESCE(
`cbax_lexicon_entry.translation.metaKeywords`,
`cbax_lexicon_entry.translation.metaKeywords`
) as `cbax_lexicon_entry.metaKeywords`,
`cbax_lexicon_entry.translation.metaDescription`,
COALESCE(
`cbax_lexicon_entry.translation.metaDescription`,
`cbax_lexicon_entry.translation.metaDescription`
) as `cbax_lexicon_entry.metaDescription`,
`cbax_lexicon_entry.translation.headline`,
COALESCE(
`cbax_lexicon_entry.translation.headline`,
`cbax_lexicon_entry.translation.headline`
) as `cbax_lexicon_entry.headline`,
`cbax_lexicon_entry.translation.attribute1`,
COALESCE(
`cbax_lexicon_entry.translation.attribute1`,
`cbax_lexicon_entry.translation.attribute1`
) as `cbax_lexicon_entry.attribute1`,
`cbax_lexicon_entry.translation.attribute4`,
COALESCE(
`cbax_lexicon_entry.translation.attribute4`,
`cbax_lexicon_entry.translation.attribute4`
) as `cbax_lexicon_entry.attribute4`,
`cbax_lexicon_entry.translation.attribute5`,
COALESCE(
`cbax_lexicon_entry.translation.attribute5`,
`cbax_lexicon_entry.translation.attribute5`
) as `cbax_lexicon_entry.attribute5`,
`cbax_lexicon_entry.translation.attribute6`,
COALESCE(
`cbax_lexicon_entry.translation.attribute6`,
`cbax_lexicon_entry.translation.attribute6`
) as `cbax_lexicon_entry.attribute6`,
`cbax_lexicon_entry.translation.createdAt`,
`cbax_lexicon_entry.translation.updatedAt`,
`cbax_lexicon_entry.translation.cbaxLexiconEntryId`,
`cbax_lexicon_entry.translation.languageId`
FROM
`cbax_lexicon_entry`
LEFT JOIN (
SELECT
`cbax_lexicon_entry.translation`.cbax_lexicon_entry_id,
`cbax_lexicon_entry.translation`.title as `cbax_lexicon_entry.translation.title`,
`cbax_lexicon_entry.translation`.keyword as `cbax_lexicon_entry.translation.keyword`,
`cbax_lexicon_entry.translation`.description as `cbax_lexicon_entry.translation.description`,
`cbax_lexicon_entry.translation`.description_long as `cbax_lexicon_entry.translation.descriptionLong`,
`cbax_lexicon_entry.translation`.link_description as `cbax_lexicon_entry.translation.linkDescription`,
`cbax_lexicon_entry.translation`.meta_title as `cbax_lexicon_entry.translation.metaTitle`,
`cbax_lexicon_entry.translation`.meta_keywords as `cbax_lexicon_entry.translation.metaKeywords`,
`cbax_lexicon_entry.translation`.meta_description as `cbax_lexicon_entry.translation.metaDescription`,
`cbax_lexicon_entry.translation`.headline as `cbax_lexicon_entry.translation.headline`,
`cbax_lexicon_entry.translation`.attribute1 as `cbax_lexicon_entry.translation.attribute1`,
`cbax_lexicon_entry.translation`.attribute4 as `cbax_lexicon_entry.translation.attribute4`,
`cbax_lexicon_entry.translation`.attribute5 as `cbax_lexicon_entry.translation.attribute5`,
`cbax_lexicon_entry.translation`.attribute6 as `cbax_lexicon_entry.translation.attribute6`,
`cbax_lexicon_entry.translation`.created_at as `cbax_lexicon_entry.translation.createdAt`,
`cbax_lexicon_entry.translation`.updated_at as `cbax_lexicon_entry.translation.updatedAt`,
`cbax_lexicon_entry.translation`.cbax_lexicon_entry_id as `cbax_lexicon_entry.translation.cbaxLexiconEntryId`,
`cbax_lexicon_entry.translation`.language_id as `cbax_lexicon_entry.translation.languageId`
FROM
`cbax_lexicon_entry_translation` `cbax_lexicon_entry.translation`
WHERE
`cbax_lexicon_entry.translation`.language_id = : languageId
) `cbax_lexicon_entry.cbax_lexicon_entry_translation` ON `cbax_lexicon_entry.cbax_lexicon_entry_translation`.`cbax_lexicon_entry_id` = `cbax_lexicon_entry`.`id`
WHERE
`cbax_lexicon_entry`.`id` IN (: ids)
SELECT `cbax_lexicon_entry`.`id` as `cbax_lexicon_entry.id`, `cbax_lexicon_entry`.`impressions` as `cbax_lexicon_entry.impressions`, `cbax_lexicon_entry`.`date` as `cbax_lexicon_entry.date`, `cbax_lexicon_entry`.`link` as `cbax_lexicon_entry.link`, `cbax_lexicon_entry`.`link_target` as `cbax_lexicon_entry.linkTarget`, `cbax_lexicon_entry`.`listing_type` as `cbax_lexicon_entry.listingType`, `cbax_lexicon_entry`.`product_stream_id` as `cbax_lexicon_entry.productStreamId`, `cbax_lexicon_entry`.`product_layout` as `cbax_lexicon_entry.productLayout`, `cbax_lexicon_entry`.`product_slider_width` as `cbax_lexicon_entry.productSliderWidth`, `cbax_lexicon_entry`.`product_sorting` as `cbax_lexicon_entry.productSorting`, `cbax_lexicon_entry`.`product_limit` as `cbax_lexicon_entry.productLimit`, `cbax_lexicon_entry`.`attribute2` as `cbax_lexicon_entry.attribute2`, `cbax_lexicon_entry`.`attribute3` as `cbax_lexicon_entry.attribute3`, `cbax_lexicon_entry`.`created_at` as `cbax_lexicon_entry.createdAt`, `cbax_lexicon_entry`.`updated_at` as `cbax_lexicon_entry.updatedAt`, `cbax_lexicon_entry.translation.title`, COALESCE(`cbax_lexicon_entry.translation.title`,`cbax_lexicon_entry.translation.title`) as `cbax_lexicon_entry.title`, `cbax_lexicon_entry.translation.keyword`, COALESCE(`cbax_lexicon_entry.translation.keyword`,`cbax_lexicon_entry.translation.keyword`) as `cbax_lexicon_entry.keyword`, `cbax_lexicon_entry.translation.description`, COALESCE(`cbax_lexicon_entry.translation.description`,`cbax_lexicon_entry.translation.description`) as `cbax_lexicon_entry.description`, `cbax_lexicon_entry.translation.descriptionLong`, COALESCE(`cbax_lexicon_entry.translation.descriptionLong`,`cbax_lexicon_entry.translation.descriptionLong`) as `cbax_lexicon_entry.descriptionLong`, `cbax_lexicon_entry.translation.linkDescription`, COALESCE(`cbax_lexicon_entry.translation.linkDescription`,`cbax_lexicon_entry.translation.linkDescription`) as `cbax_lexicon_entry.linkDescription`, `cbax_lexicon_entry.translation.metaTitle`, COALESCE(`cbax_lexicon_entry.translation.metaTitle`,`cbax_lexicon_entry.translation.metaTitle`) as `cbax_lexicon_entry.metaTitle`, `cbax_lexicon_entry.translation.metaKeywords`, COALESCE(`cbax_lexicon_entry.translation.metaKeywords`,`cbax_lexicon_entry.translation.metaKeywords`) as `cbax_lexicon_entry.metaKeywords`, `cbax_lexicon_entry.translation.metaDescription`, COALESCE(`cbax_lexicon_entry.translation.metaDescription`,`cbax_lexicon_entry.translation.metaDescription`) as `cbax_lexicon_entry.metaDescription`, `cbax_lexicon_entry.translation.headline`, COALESCE(`cbax_lexicon_entry.translation.headline`,`cbax_lexicon_entry.translation.headline`) as `cbax_lexicon_entry.headline`, `cbax_lexicon_entry.translation.attribute1`, COALESCE(`cbax_lexicon_entry.translation.attribute1`,`cbax_lexicon_entry.translation.attribute1`) as `cbax_lexicon_entry.attribute1`, `cbax_lexicon_entry.translation.attribute4`, COALESCE(`cbax_lexicon_entry.translation.attribute4`,`cbax_lexicon_entry.translation.attribute4`) as `cbax_lexicon_entry.attribute4`, `cbax_lexicon_entry.translation.attribute5`, COALESCE(`cbax_lexicon_entry.translation.attribute5`,`cbax_lexicon_entry.translation.attribute5`) as `cbax_lexicon_entry.attribute5`, `cbax_lexicon_entry.translation.attribute6`, COALESCE(`cbax_lexicon_entry.translation.attribute6`,`cbax_lexicon_entry.translation.attribute6`) as `cbax_lexicon_entry.attribute6`, `cbax_lexicon_entry.translation.createdAt`, `cbax_lexicon_entry.translation.updatedAt`, `cbax_lexicon_entry.translation.cbaxLexiconEntryId`, `cbax_lexicon_entry.translation.languageId` FROM `cbax_lexicon_entry` LEFT JOIN (SELECT `cbax_lexicon_entry.translation`.cbax_lexicon_entry_id, `cbax_lexicon_entry.translation`.title as `cbax_lexicon_entry.translation.title`, `cbax_lexicon_entry.translation`.keyword as `cbax_lexicon_entry.translation.keyword`, `cbax_lexicon_entry.translation`.description as `cbax_lexicon_entry.translation.description`, `cbax_lexicon_entry.translation`.description_long as `cbax_lexicon_entry.translation.descriptionLong`, `cbax_lexicon_entry.translation`.link_description as `cbax_lexicon_entry.translation.linkDescription`, `cbax_lexicon_entry.translation`.meta_title as `cbax_lexicon_entry.translation.metaTitle`, `cbax_lexicon_entry.translation`.meta_keywords as `cbax_lexicon_entry.translation.metaKeywords`, `cbax_lexicon_entry.translation`.meta_description as `cbax_lexicon_entry.translation.metaDescription`, `cbax_lexicon_entry.translation`.headline as `cbax_lexicon_entry.translation.headline`, `cbax_lexicon_entry.translation`.attribute1 as `cbax_lexicon_entry.translation.attribute1`, `cbax_lexicon_entry.translation`.attribute4 as `cbax_lexicon_entry.translation.attribute4`, `cbax_lexicon_entry.translation`.attribute5 as `cbax_lexicon_entry.translation.attribute5`, `cbax_lexicon_entry.translation`.attribute6 as `cbax_lexicon_entry.translation.attribute6`, `cbax_lexicon_entry.translation`.created_at as `cbax_lexicon_entry.translation.createdAt`, `cbax_lexicon_entry.translation`.updated_at as `cbax_lexicon_entry.translation.updatedAt`, `cbax_lexicon_entry.translation`.cbax_lexicon_entry_id as `cbax_lexicon_entry.translation.cbaxLexiconEntryId`, `cbax_lexicon_entry.translation`.language_id as `cbax_lexicon_entry.translation.languageId` FROM `cbax_lexicon_entry_translation` `cbax_lexicon_entry.translation` WHERE `cbax_lexicon_entry.translation`.language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B) `cbax_lexicon_entry.cbax_lexicon_entry_translation` ON `cbax_lexicon_entry.cbax_lexicon_entry_translation`.`cbax_lexicon_entry_id` = `cbax_lexicon_entry`.`id` WHERE `cbax_lexicon_entry`.`id` IN (0x00029053E8224767B32FBE4D36E79DFE, 0x080530A38F08469FAF76DA390CD6A977, 0x128CED6E75CC4ED3B03638CF72CFCE47, 0x12F145FE9F484B77921C427AF295C5E8, 0x1CBD7F5CBB1C45B99D03559DAD21EA22, 0x22340DFBD24642A9BD25E2A53AE18FD5, 0x2F9A939B96824F4E8B9C1DFCB7FAD339, 0x3146537E290346D2A7ECA8A4BC226EAD, 0x32F001286CB6420D80C22DC76448AD8E, 0x3F447FAE571F4E42BEAD84DCBA91BB21, 0x47221E008AC04719ADE41FA0A29CA4B7, 0x51447121A6FB4BBBA9450AFE2E2B618F, 0x524B6BC64E90493C969A2F81ED7114C7, 0x53B505E087FB493BAA782B5B2297FCB5, 0x555668EDF3B84699AE6EB1A59B33359D, 0x55B798BA9FCF4819BB55D28DDAF1198C, 0x5E64FBADC0D940F1875E557658B47D98, 0x611F59836EE44354A38F009F3D603CF5, 0x6423315F08E840238094D4482E6A69EE, 0x6C417E1F9F0041EAA5512A6F3AA37C13, 0x6E47831AC9724D2BBCAA62C1677D5C6B, 0x83BFFE0D5594428A9139FD549C2571C3, 0x86919F7AA2784CFA96E0648CF3C5A1BA, 0x88571CCD8C894997BC1EEAC137C910E0, 0x8BDE9C7D2DC54C23A2092372FDD4472D, 0x8DE21D696DA441148AB20D3968B8240F, 0x90D3001B99824A798D031DFD40E63EDE, 0x919FE5E1D2024242B1A27741FE80A028, 0x997FA203558B4E69AC3A9952AF457111, 0xA6397EDBAA18438FAAFF70FABD670B14, 0xA65A5AE8CD9F446889F091A28579D511, 0xAD24FF7D21FC4B52958824E39A88BD38, 0xCCC653B63A7640E996C2A7692AE3353F, 0xD07B85C1DDD44961B8797F258635C3A4, 0xD17E8E4D8C534F0A9A98B3B3B3CF3BCC, 0xE0E192C116234AEB82A1E16571FB6B2A, 0xE3BCAE8D95144FC8BFF577F25A4D05C2, 0xEBF8E102156F4EFE853D1F75C94FDC43, 0xEF3512BB327B490B80FBD5A00DDE24E0, 0xF05FDE61E4E5462E970ED078776D36CE);
array:23 [▼
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 242)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 316)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetch (line 148)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 93)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::read (line 257)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::read (line 302)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::_search (line 106)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 51)"
9 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator::search (line 166)"
10 => "Cbax\ModulLexicon\Components\LexiconHelper::getAllLexiconEntries (line 25)"
11 => "Cbax\ModulLexicon\Components\LexiconReplacer::getReplaceText (line 213)"
12 => "Cbax\ModulLexicon\Controller\FrontendController::detail (line 163)"
13 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
14 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
15 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
16 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 479)"
17 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 452)"
18 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 346)"
19 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 224)"
20 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
21 => "Shopware\Core\HttpKernel::doHandle (line 81)"
22 => "Shopware\Core\HttpKernel::handle (line 85)"
]
|
78 |
0.20 ms |
SELECT `seo_url`.`id` as `seo_url.id`, `seo_url`.`sales_channel_id` as `seo_url.salesChannelId`, `seo_url`.`language_id` as `seo_url.languageId`, `seo_url`.`foreign_key` as `seo_url.foreignKey`, `seo_url`.`route_name` as `seo_url.routeName`, `seo_url`.`path_info` as `seo_url.pathInfo`, `seo_url`.`seo_path_info` as `seo_url.seoPathInfo`, `seo_url`.`is_canonical` as `seo_url.isCanonical`, `seo_url`.`is_modified` as `seo_url.isModified`, `seo_url`.`is_deleted` as `seo_url.isDeleted`, `seo_url`.`custom_fields` as `seo_url.customFields`, `seo_url`.`created_at` as `seo_url.createdAt`, `seo_url`.`updated_at` as `seo_url.updatedAt` FROM `seo_url` WHERE (`seo_url`.`language_id` = :param_fa109bfe08424001830480ec4079e8f1 AND `seo_url`.`sales_channel_id` = :param_9b4dc1040a19483e9d62a1e2581ecc15 AND `seo_url`.`route_name` = :param_82e9b87a5adc45d2975acb453b5b149f AND `seo_url`.`is_deleted` = :param_eecb75f345ac48b88b38dc29cb4bcf9e)
SELECT
`seo_url`.`id` as `seo_url.id`,
`seo_url`.`sales_channel_id` as `seo_url.salesChannelId`,
`seo_url`.`language_id` as `seo_url.languageId`,
`seo_url`.`foreign_key` as `seo_url.foreignKey`,
`seo_url`.`route_name` as `seo_url.routeName`,
`seo_url`.`path_info` as `seo_url.pathInfo`,
`seo_url`.`seo_path_info` as `seo_url.seoPathInfo`,
`seo_url`.`is_canonical` as `seo_url.isCanonical`,
`seo_url`.`is_modified` as `seo_url.isModified`,
`seo_url`.`is_deleted` as `seo_url.isDeleted`,
`seo_url`.`custom_fields` as `seo_url.customFields`,
`seo_url`.`created_at` as `seo_url.createdAt`,
`seo_url`.`updated_at` as `seo_url.updatedAt`
FROM
`seo_url`
WHERE
(
`seo_url`.`language_id` = : param_fa109bfe08424001830480ec4079e8f1
AND `seo_url`.`sales_channel_id` = : param_9b4dc1040a19483e9d62a1e2581ecc15
AND `seo_url`.`route_name` = : param_82e9b87a5adc45d2975acb453b5b149f
AND `seo_url`.`is_deleted` = : param_eecb75f345ac48b88b38dc29cb4bcf9e
)
SELECT `seo_url`.`id` as `seo_url.id`, `seo_url`.`sales_channel_id` as `seo_url.salesChannelId`, `seo_url`.`language_id` as `seo_url.languageId`, `seo_url`.`foreign_key` as `seo_url.foreignKey`, `seo_url`.`route_name` as `seo_url.routeName`, `seo_url`.`path_info` as `seo_url.pathInfo`, `seo_url`.`seo_path_info` as `seo_url.seoPathInfo`, `seo_url`.`is_canonical` as `seo_url.isCanonical`, `seo_url`.`is_modified` as `seo_url.isModified`, `seo_url`.`is_deleted` as `seo_url.isDeleted`, `seo_url`.`custom_fields` as `seo_url.customFields`, `seo_url`.`created_at` as `seo_url.createdAt`, `seo_url`.`updated_at` as `seo_url.updatedAt` FROM `seo_url` WHERE (`seo_url`.`language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B AND `seo_url`.`sales_channel_id` = 0xFD5CCFC31DFA44A697B9FA97E8E740E1 AND `seo_url`.`route_name` = 'frontend.cbax.lexicon.detail' AND `seo_url`.`is_deleted` = 0);
array:23 [▼
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 242)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 316)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetch (line 148)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 93)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::read (line 257)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::read (line 286)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::_search (line 106)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 51)"
9 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator::search (line 91)"
10 => "Cbax\ModulLexicon\Components\LexiconSeo::getSeoUrls (line 42)"
11 => "Cbax\ModulLexicon\Components\LexiconReplacer::getReplaceText (line 213)"
12 => "Cbax\ModulLexicon\Controller\FrontendController::detail (line 163)"
13 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
14 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
15 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
16 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 479)"
17 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 452)"
18 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 346)"
19 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 224)"
20 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
21 => "Shopware\Core\HttpKernel::doHandle (line 81)"
22 => "Shopware\Core\HttpKernel::handle (line 85)"
]
|
79 |
0.13 ms |
SELECT `cbax_lexicon_entry`.`id` FROM `cbax_lexicon_entry` LEFT JOIN `cbax_lexicon_sales_channel` `cbax_lexicon_entry.saleschannels` ON `cbax_lexicon_entry`.`id` = `cbax_lexicon_entry.saleschannels`.`cbax_lexicon_entry_id` WHERE ((`cbax_lexicon_entry`.`date` <= :param_11c02a9a252c41a58dfc6a4e33567b38) AND `cbax_lexicon_entry.saleschannels`.`sales_channel_id` = :param_b5ae05c87ac04cddadd97a25cb607d13) GROUP BY `cbax_lexicon_entry`.`id`
SELECT
`cbax_lexicon_entry`.`id`
FROM
`cbax_lexicon_entry`
LEFT JOIN `cbax_lexicon_sales_channel` `cbax_lexicon_entry.saleschannels` ON `cbax_lexicon_entry`.`id` = `cbax_lexicon_entry.saleschannels`.`cbax_lexicon_entry_id`
WHERE
(
(
`cbax_lexicon_entry`.`date` <= : param_11c02a9a252c41a58dfc6a4e33567b38
)
AND `cbax_lexicon_entry.saleschannels`.`sales_channel_id` = : param_b5ae05c87ac04cddadd97a25cb607d13
)
GROUP BY
`cbax_lexicon_entry`.`id`
SELECT `cbax_lexicon_entry`.`id` FROM `cbax_lexicon_entry` LEFT JOIN `cbax_lexicon_sales_channel` `cbax_lexicon_entry.saleschannels` ON `cbax_lexicon_entry`.`id` = `cbax_lexicon_entry.saleschannels`.`cbax_lexicon_entry_id` WHERE ((`cbax_lexicon_entry`.`date` <= '2025-03-14 17:07:08') AND `cbax_lexicon_entry.saleschannels`.`sales_channel_id` = 0xFD5CCFC31DFA44A697B9FA97E8E740E1) GROUP BY `cbax_lexicon_entry`.`id`;
array:22 [▼
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 242)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 107)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntitySearcher::search (line 62)"
4 => "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher::search (line 132)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::searchIds (line 291)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::_search (line 106)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 51)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator::search (line 166)"
9 => "Cbax\ModulLexicon\Components\LexiconHelper::getAllLexiconEntries (line 25)"
10 => "Cbax\ModulLexicon\Components\LexiconReplacer::getReplaceText (line 214)"
11 => "Cbax\ModulLexicon\Controller\FrontendController::detail (line 163)"
12 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
13 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
14 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
15 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 479)"
16 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 452)"
17 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 346)"
18 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 224)"
19 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
20 => "Shopware\Core\HttpKernel::doHandle (line 81)"
21 => "Shopware\Core\HttpKernel::handle (line 85)"
]
|
80 |
0.97 ms |
SELECT `cbax_lexicon_entry`.`id` as `cbax_lexicon_entry.id`, `cbax_lexicon_entry`.`impressions` as `cbax_lexicon_entry.impressions`, `cbax_lexicon_entry`.`date` as `cbax_lexicon_entry.date`, `cbax_lexicon_entry`.`link` as `cbax_lexicon_entry.link`, `cbax_lexicon_entry`.`link_target` as `cbax_lexicon_entry.linkTarget`, `cbax_lexicon_entry`.`listing_type` as `cbax_lexicon_entry.listingType`, `cbax_lexicon_entry`.`product_stream_id` as `cbax_lexicon_entry.productStreamId`, `cbax_lexicon_entry`.`product_layout` as `cbax_lexicon_entry.productLayout`, `cbax_lexicon_entry`.`product_slider_width` as `cbax_lexicon_entry.productSliderWidth`, `cbax_lexicon_entry`.`product_sorting` as `cbax_lexicon_entry.productSorting`, `cbax_lexicon_entry`.`product_limit` as `cbax_lexicon_entry.productLimit`, `cbax_lexicon_entry`.`attribute2` as `cbax_lexicon_entry.attribute2`, `cbax_lexicon_entry`.`attribute3` as `cbax_lexicon_entry.attribute3`, `cbax_lexicon_entry`.`created_at` as `cbax_lexicon_entry.createdAt`, `cbax_lexicon_entry`.`updated_at` as `cbax_lexicon_entry.updatedAt`, `cbax_lexicon_entry.translation.title`, COALESCE(`cbax_lexicon_entry.translation.title`,`cbax_lexicon_entry.translation.title`) as `cbax_lexicon_entry.title`, `cbax_lexicon_entry.translation.keyword`, COALESCE(`cbax_lexicon_entry.translation.keyword`,`cbax_lexicon_entry.translation.keyword`) as `cbax_lexicon_entry.keyword`, `cbax_lexicon_entry.translation.description`, COALESCE(`cbax_lexicon_entry.translation.description`,`cbax_lexicon_entry.translation.description`) as `cbax_lexicon_entry.description`, `cbax_lexicon_entry.translation.descriptionLong`, COALESCE(`cbax_lexicon_entry.translation.descriptionLong`,`cbax_lexicon_entry.translation.descriptionLong`) as `cbax_lexicon_entry.descriptionLong`, `cbax_lexicon_entry.translation.linkDescription`, COALESCE(`cbax_lexicon_entry.translation.linkDescription`,`cbax_lexicon_entry.translation.linkDescription`) as `cbax_lexicon_entry.linkDescription`, `cbax_lexicon_entry.translation.metaTitle`, COALESCE(`cbax_lexicon_entry.translation.metaTitle`,`cbax_lexicon_entry.translation.metaTitle`) as `cbax_lexicon_entry.metaTitle`, `cbax_lexicon_entry.translation.metaKeywords`, COALESCE(`cbax_lexicon_entry.translation.metaKeywords`,`cbax_lexicon_entry.translation.metaKeywords`) as `cbax_lexicon_entry.metaKeywords`, `cbax_lexicon_entry.translation.metaDescription`, COALESCE(`cbax_lexicon_entry.translation.metaDescription`,`cbax_lexicon_entry.translation.metaDescription`) as `cbax_lexicon_entry.metaDescription`, `cbax_lexicon_entry.translation.headline`, COALESCE(`cbax_lexicon_entry.translation.headline`,`cbax_lexicon_entry.translation.headline`) as `cbax_lexicon_entry.headline`, `cbax_lexicon_entry.translation.attribute1`, COALESCE(`cbax_lexicon_entry.translation.attribute1`,`cbax_lexicon_entry.translation.attribute1`) as `cbax_lexicon_entry.attribute1`, `cbax_lexicon_entry.translation.attribute4`, COALESCE(`cbax_lexicon_entry.translation.attribute4`,`cbax_lexicon_entry.translation.attribute4`) as `cbax_lexicon_entry.attribute4`, `cbax_lexicon_entry.translation.attribute5`, COALESCE(`cbax_lexicon_entry.translation.attribute5`,`cbax_lexicon_entry.translation.attribute5`) as `cbax_lexicon_entry.attribute5`, `cbax_lexicon_entry.translation.attribute6`, COALESCE(`cbax_lexicon_entry.translation.attribute6`,`cbax_lexicon_entry.translation.attribute6`) as `cbax_lexicon_entry.attribute6`, `cbax_lexicon_entry.translation.createdAt`, `cbax_lexicon_entry.translation.updatedAt`, `cbax_lexicon_entry.translation.cbaxLexiconEntryId`, `cbax_lexicon_entry.translation.languageId` FROM `cbax_lexicon_entry` LEFT JOIN (SELECT `cbax_lexicon_entry.translation`.cbax_lexicon_entry_id, `cbax_lexicon_entry.translation`.title as `cbax_lexicon_entry.translation.title`, `cbax_lexicon_entry.translation`.keyword as `cbax_lexicon_entry.translation.keyword`, `cbax_lexicon_entry.translation`.description as `cbax_lexicon_entry.translation.description`, `cbax_lexicon_entry.translation`.description_long as `cbax_lexicon_entry.translation.descriptionLong`, `cbax_lexicon_entry.translation`.link_description as `cbax_lexicon_entry.translation.linkDescription`, `cbax_lexicon_entry.translation`.meta_title as `cbax_lexicon_entry.translation.metaTitle`, `cbax_lexicon_entry.translation`.meta_keywords as `cbax_lexicon_entry.translation.metaKeywords`, `cbax_lexicon_entry.translation`.meta_description as `cbax_lexicon_entry.translation.metaDescription`, `cbax_lexicon_entry.translation`.headline as `cbax_lexicon_entry.translation.headline`, `cbax_lexicon_entry.translation`.attribute1 as `cbax_lexicon_entry.translation.attribute1`, `cbax_lexicon_entry.translation`.attribute4 as `cbax_lexicon_entry.translation.attribute4`, `cbax_lexicon_entry.translation`.attribute5 as `cbax_lexicon_entry.translation.attribute5`, `cbax_lexicon_entry.translation`.attribute6 as `cbax_lexicon_entry.translation.attribute6`, `cbax_lexicon_entry.translation`.created_at as `cbax_lexicon_entry.translation.createdAt`, `cbax_lexicon_entry.translation`.updated_at as `cbax_lexicon_entry.translation.updatedAt`, `cbax_lexicon_entry.translation`.cbax_lexicon_entry_id as `cbax_lexicon_entry.translation.cbaxLexiconEntryId`, `cbax_lexicon_entry.translation`.language_id as `cbax_lexicon_entry.translation.languageId` FROM `cbax_lexicon_entry_translation` `cbax_lexicon_entry.translation` WHERE `cbax_lexicon_entry.translation`.language_id = :languageId) `cbax_lexicon_entry.cbax_lexicon_entry_translation` ON `cbax_lexicon_entry.cbax_lexicon_entry_translation`.`cbax_lexicon_entry_id` = `cbax_lexicon_entry`.`id` WHERE `cbax_lexicon_entry`.`id` IN (:ids)
SELECT
`cbax_lexicon_entry`.`id` as `cbax_lexicon_entry.id`,
`cbax_lexicon_entry`.`impressions` as `cbax_lexicon_entry.impressions`,
`cbax_lexicon_entry`.`date` as `cbax_lexicon_entry.date`,
`cbax_lexicon_entry`.`link` as `cbax_lexicon_entry.link`,
`cbax_lexicon_entry`.`link_target` as `cbax_lexicon_entry.linkTarget`,
`cbax_lexicon_entry`.`listing_type` as `cbax_lexicon_entry.listingType`,
`cbax_lexicon_entry`.`product_stream_id` as `cbax_lexicon_entry.productStreamId`,
`cbax_lexicon_entry`.`product_layout` as `cbax_lexicon_entry.productLayout`,
`cbax_lexicon_entry`.`product_slider_width` as `cbax_lexicon_entry.productSliderWidth`,
`cbax_lexicon_entry`.`product_sorting` as `cbax_lexicon_entry.productSorting`,
`cbax_lexicon_entry`.`product_limit` as `cbax_lexicon_entry.productLimit`,
`cbax_lexicon_entry`.`attribute2` as `cbax_lexicon_entry.attribute2`,
`cbax_lexicon_entry`.`attribute3` as `cbax_lexicon_entry.attribute3`,
`cbax_lexicon_entry`.`created_at` as `cbax_lexicon_entry.createdAt`,
`cbax_lexicon_entry`.`updated_at` as `cbax_lexicon_entry.updatedAt`,
`cbax_lexicon_entry.translation.title`,
COALESCE(
`cbax_lexicon_entry.translation.title`,
`cbax_lexicon_entry.translation.title`
) as `cbax_lexicon_entry.title`,
`cbax_lexicon_entry.translation.keyword`,
COALESCE(
`cbax_lexicon_entry.translation.keyword`,
`cbax_lexicon_entry.translation.keyword`
) as `cbax_lexicon_entry.keyword`,
`cbax_lexicon_entry.translation.description`,
COALESCE(
`cbax_lexicon_entry.translation.description`,
`cbax_lexicon_entry.translation.description`
) as `cbax_lexicon_entry.description`,
`cbax_lexicon_entry.translation.descriptionLong`,
COALESCE(
`cbax_lexicon_entry.translation.descriptionLong`,
`cbax_lexicon_entry.translation.descriptionLong`
) as `cbax_lexicon_entry.descriptionLong`,
`cbax_lexicon_entry.translation.linkDescription`,
COALESCE(
`cbax_lexicon_entry.translation.linkDescription`,
`cbax_lexicon_entry.translation.linkDescription`
) as `cbax_lexicon_entry.linkDescription`,
`cbax_lexicon_entry.translation.metaTitle`,
COALESCE(
`cbax_lexicon_entry.translation.metaTitle`,
`cbax_lexicon_entry.translation.metaTitle`
) as `cbax_lexicon_entry.metaTitle`,
`cbax_lexicon_entry.translation.metaKeywords`,
COALESCE(
`cbax_lexicon_entry.translation.metaKeywords`,
`cbax_lexicon_entry.translation.metaKeywords`
) as `cbax_lexicon_entry.metaKeywords`,
`cbax_lexicon_entry.translation.metaDescription`,
COALESCE(
`cbax_lexicon_entry.translation.metaDescription`,
`cbax_lexicon_entry.translation.metaDescription`
) as `cbax_lexicon_entry.metaDescription`,
`cbax_lexicon_entry.translation.headline`,
COALESCE(
`cbax_lexicon_entry.translation.headline`,
`cbax_lexicon_entry.translation.headline`
) as `cbax_lexicon_entry.headline`,
`cbax_lexicon_entry.translation.attribute1`,
COALESCE(
`cbax_lexicon_entry.translation.attribute1`,
`cbax_lexicon_entry.translation.attribute1`
) as `cbax_lexicon_entry.attribute1`,
`cbax_lexicon_entry.translation.attribute4`,
COALESCE(
`cbax_lexicon_entry.translation.attribute4`,
`cbax_lexicon_entry.translation.attribute4`
) as `cbax_lexicon_entry.attribute4`,
`cbax_lexicon_entry.translation.attribute5`,
COALESCE(
`cbax_lexicon_entry.translation.attribute5`,
`cbax_lexicon_entry.translation.attribute5`
) as `cbax_lexicon_entry.attribute5`,
`cbax_lexicon_entry.translation.attribute6`,
COALESCE(
`cbax_lexicon_entry.translation.attribute6`,
`cbax_lexicon_entry.translation.attribute6`
) as `cbax_lexicon_entry.attribute6`,
`cbax_lexicon_entry.translation.createdAt`,
`cbax_lexicon_entry.translation.updatedAt`,
`cbax_lexicon_entry.translation.cbaxLexiconEntryId`,
`cbax_lexicon_entry.translation.languageId`
FROM
`cbax_lexicon_entry`
LEFT JOIN (
SELECT
`cbax_lexicon_entry.translation`.cbax_lexicon_entry_id,
`cbax_lexicon_entry.translation`.title as `cbax_lexicon_entry.translation.title`,
`cbax_lexicon_entry.translation`.keyword as `cbax_lexicon_entry.translation.keyword`,
`cbax_lexicon_entry.translation`.description as `cbax_lexicon_entry.translation.description`,
`cbax_lexicon_entry.translation`.description_long as `cbax_lexicon_entry.translation.descriptionLong`,
`cbax_lexicon_entry.translation`.link_description as `cbax_lexicon_entry.translation.linkDescription`,
`cbax_lexicon_entry.translation`.meta_title as `cbax_lexicon_entry.translation.metaTitle`,
`cbax_lexicon_entry.translation`.meta_keywords as `cbax_lexicon_entry.translation.metaKeywords`,
`cbax_lexicon_entry.translation`.meta_description as `cbax_lexicon_entry.translation.metaDescription`,
`cbax_lexicon_entry.translation`.headline as `cbax_lexicon_entry.translation.headline`,
`cbax_lexicon_entry.translation`.attribute1 as `cbax_lexicon_entry.translation.attribute1`,
`cbax_lexicon_entry.translation`.attribute4 as `cbax_lexicon_entry.translation.attribute4`,
`cbax_lexicon_entry.translation`.attribute5 as `cbax_lexicon_entry.translation.attribute5`,
`cbax_lexicon_entry.translation`.attribute6 as `cbax_lexicon_entry.translation.attribute6`,
`cbax_lexicon_entry.translation`.created_at as `cbax_lexicon_entry.translation.createdAt`,
`cbax_lexicon_entry.translation`.updated_at as `cbax_lexicon_entry.translation.updatedAt`,
`cbax_lexicon_entry.translation`.cbax_lexicon_entry_id as `cbax_lexicon_entry.translation.cbaxLexiconEntryId`,
`cbax_lexicon_entry.translation`.language_id as `cbax_lexicon_entry.translation.languageId`
FROM
`cbax_lexicon_entry_translation` `cbax_lexicon_entry.translation`
WHERE
`cbax_lexicon_entry.translation`.language_id = : languageId
) `cbax_lexicon_entry.cbax_lexicon_entry_translation` ON `cbax_lexicon_entry.cbax_lexicon_entry_translation`.`cbax_lexicon_entry_id` = `cbax_lexicon_entry`.`id`
WHERE
`cbax_lexicon_entry`.`id` IN (: ids)
SELECT `cbax_lexicon_entry`.`id` as `cbax_lexicon_entry.id`, `cbax_lexicon_entry`.`impressions` as `cbax_lexicon_entry.impressions`, `cbax_lexicon_entry`.`date` as `cbax_lexicon_entry.date`, `cbax_lexicon_entry`.`link` as `cbax_lexicon_entry.link`, `cbax_lexicon_entry`.`link_target` as `cbax_lexicon_entry.linkTarget`, `cbax_lexicon_entry`.`listing_type` as `cbax_lexicon_entry.listingType`, `cbax_lexicon_entry`.`product_stream_id` as `cbax_lexicon_entry.productStreamId`, `cbax_lexicon_entry`.`product_layout` as `cbax_lexicon_entry.productLayout`, `cbax_lexicon_entry`.`product_slider_width` as `cbax_lexicon_entry.productSliderWidth`, `cbax_lexicon_entry`.`product_sorting` as `cbax_lexicon_entry.productSorting`, `cbax_lexicon_entry`.`product_limit` as `cbax_lexicon_entry.productLimit`, `cbax_lexicon_entry`.`attribute2` as `cbax_lexicon_entry.attribute2`, `cbax_lexicon_entry`.`attribute3` as `cbax_lexicon_entry.attribute3`, `cbax_lexicon_entry`.`created_at` as `cbax_lexicon_entry.createdAt`, `cbax_lexicon_entry`.`updated_at` as `cbax_lexicon_entry.updatedAt`, `cbax_lexicon_entry.translation.title`, COALESCE(`cbax_lexicon_entry.translation.title`,`cbax_lexicon_entry.translation.title`) as `cbax_lexicon_entry.title`, `cbax_lexicon_entry.translation.keyword`, COALESCE(`cbax_lexicon_entry.translation.keyword`,`cbax_lexicon_entry.translation.keyword`) as `cbax_lexicon_entry.keyword`, `cbax_lexicon_entry.translation.description`, COALESCE(`cbax_lexicon_entry.translation.description`,`cbax_lexicon_entry.translation.description`) as `cbax_lexicon_entry.description`, `cbax_lexicon_entry.translation.descriptionLong`, COALESCE(`cbax_lexicon_entry.translation.descriptionLong`,`cbax_lexicon_entry.translation.descriptionLong`) as `cbax_lexicon_entry.descriptionLong`, `cbax_lexicon_entry.translation.linkDescription`, COALESCE(`cbax_lexicon_entry.translation.linkDescription`,`cbax_lexicon_entry.translation.linkDescription`) as `cbax_lexicon_entry.linkDescription`, `cbax_lexicon_entry.translation.metaTitle`, COALESCE(`cbax_lexicon_entry.translation.metaTitle`,`cbax_lexicon_entry.translation.metaTitle`) as `cbax_lexicon_entry.metaTitle`, `cbax_lexicon_entry.translation.metaKeywords`, COALESCE(`cbax_lexicon_entry.translation.metaKeywords`,`cbax_lexicon_entry.translation.metaKeywords`) as `cbax_lexicon_entry.metaKeywords`, `cbax_lexicon_entry.translation.metaDescription`, COALESCE(`cbax_lexicon_entry.translation.metaDescription`,`cbax_lexicon_entry.translation.metaDescription`) as `cbax_lexicon_entry.metaDescription`, `cbax_lexicon_entry.translation.headline`, COALESCE(`cbax_lexicon_entry.translation.headline`,`cbax_lexicon_entry.translation.headline`) as `cbax_lexicon_entry.headline`, `cbax_lexicon_entry.translation.attribute1`, COALESCE(`cbax_lexicon_entry.translation.attribute1`,`cbax_lexicon_entry.translation.attribute1`) as `cbax_lexicon_entry.attribute1`, `cbax_lexicon_entry.translation.attribute4`, COALESCE(`cbax_lexicon_entry.translation.attribute4`,`cbax_lexicon_entry.translation.attribute4`) as `cbax_lexicon_entry.attribute4`, `cbax_lexicon_entry.translation.attribute5`, COALESCE(`cbax_lexicon_entry.translation.attribute5`,`cbax_lexicon_entry.translation.attribute5`) as `cbax_lexicon_entry.attribute5`, `cbax_lexicon_entry.translation.attribute6`, COALESCE(`cbax_lexicon_entry.translation.attribute6`,`cbax_lexicon_entry.translation.attribute6`) as `cbax_lexicon_entry.attribute6`, `cbax_lexicon_entry.translation.createdAt`, `cbax_lexicon_entry.translation.updatedAt`, `cbax_lexicon_entry.translation.cbaxLexiconEntryId`, `cbax_lexicon_entry.translation.languageId` FROM `cbax_lexicon_entry` LEFT JOIN (SELECT `cbax_lexicon_entry.translation`.cbax_lexicon_entry_id, `cbax_lexicon_entry.translation`.title as `cbax_lexicon_entry.translation.title`, `cbax_lexicon_entry.translation`.keyword as `cbax_lexicon_entry.translation.keyword`, `cbax_lexicon_entry.translation`.description as `cbax_lexicon_entry.translation.description`, `cbax_lexicon_entry.translation`.description_long as `cbax_lexicon_entry.translation.descriptionLong`, `cbax_lexicon_entry.translation`.link_description as `cbax_lexicon_entry.translation.linkDescription`, `cbax_lexicon_entry.translation`.meta_title as `cbax_lexicon_entry.translation.metaTitle`, `cbax_lexicon_entry.translation`.meta_keywords as `cbax_lexicon_entry.translation.metaKeywords`, `cbax_lexicon_entry.translation`.meta_description as `cbax_lexicon_entry.translation.metaDescription`, `cbax_lexicon_entry.translation`.headline as `cbax_lexicon_entry.translation.headline`, `cbax_lexicon_entry.translation`.attribute1 as `cbax_lexicon_entry.translation.attribute1`, `cbax_lexicon_entry.translation`.attribute4 as `cbax_lexicon_entry.translation.attribute4`, `cbax_lexicon_entry.translation`.attribute5 as `cbax_lexicon_entry.translation.attribute5`, `cbax_lexicon_entry.translation`.attribute6 as `cbax_lexicon_entry.translation.attribute6`, `cbax_lexicon_entry.translation`.created_at as `cbax_lexicon_entry.translation.createdAt`, `cbax_lexicon_entry.translation`.updated_at as `cbax_lexicon_entry.translation.updatedAt`, `cbax_lexicon_entry.translation`.cbax_lexicon_entry_id as `cbax_lexicon_entry.translation.cbaxLexiconEntryId`, `cbax_lexicon_entry.translation`.language_id as `cbax_lexicon_entry.translation.languageId` FROM `cbax_lexicon_entry_translation` `cbax_lexicon_entry.translation` WHERE `cbax_lexicon_entry.translation`.language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B) `cbax_lexicon_entry.cbax_lexicon_entry_translation` ON `cbax_lexicon_entry.cbax_lexicon_entry_translation`.`cbax_lexicon_entry_id` = `cbax_lexicon_entry`.`id` WHERE `cbax_lexicon_entry`.`id` IN (0x00029053E8224767B32FBE4D36E79DFE, 0x080530A38F08469FAF76DA390CD6A977, 0x128CED6E75CC4ED3B03638CF72CFCE47, 0x12F145FE9F484B77921C427AF295C5E8, 0x1CBD7F5CBB1C45B99D03559DAD21EA22, 0x22340DFBD24642A9BD25E2A53AE18FD5, 0x2F9A939B96824F4E8B9C1DFCB7FAD339, 0x3146537E290346D2A7ECA8A4BC226EAD, 0x32F001286CB6420D80C22DC76448AD8E, 0x3F447FAE571F4E42BEAD84DCBA91BB21, 0x47221E008AC04719ADE41FA0A29CA4B7, 0x51447121A6FB4BBBA9450AFE2E2B618F, 0x524B6BC64E90493C969A2F81ED7114C7, 0x53B505E087FB493BAA782B5B2297FCB5, 0x555668EDF3B84699AE6EB1A59B33359D, 0x55B798BA9FCF4819BB55D28DDAF1198C, 0x5E64FBADC0D940F1875E557658B47D98, 0x611F59836EE44354A38F009F3D603CF5, 0x6423315F08E840238094D4482E6A69EE, 0x6C417E1F9F0041EAA5512A6F3AA37C13, 0x6E47831AC9724D2BBCAA62C1677D5C6B, 0x83BFFE0D5594428A9139FD549C2571C3, 0x86919F7AA2784CFA96E0648CF3C5A1BA, 0x88571CCD8C894997BC1EEAC137C910E0, 0x8BDE9C7D2DC54C23A2092372FDD4472D, 0x8DE21D696DA441148AB20D3968B8240F, 0x90D3001B99824A798D031DFD40E63EDE, 0x919FE5E1D2024242B1A27741FE80A028, 0x997FA203558B4E69AC3A9952AF457111, 0xA6397EDBAA18438FAAFF70FABD670B14, 0xA65A5AE8CD9F446889F091A28579D511, 0xAD24FF7D21FC4B52958824E39A88BD38, 0xCCC653B63A7640E996C2A7692AE3353F, 0xD07B85C1DDD44961B8797F258635C3A4, 0xD17E8E4D8C534F0A9A98B3B3B3CF3BCC, 0xE0E192C116234AEB82A1E16571FB6B2A, 0xE3BCAE8D95144FC8BFF577F25A4D05C2, 0xEBF8E102156F4EFE853D1F75C94FDC43, 0xEF3512BB327B490B80FBD5A00DDE24E0, 0xF05FDE61E4E5462E970ED078776D36CE);
array:23 [▼
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 242)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 316)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetch (line 148)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 93)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::read (line 257)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::read (line 302)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::_search (line 106)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 51)"
9 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator::search (line 166)"
10 => "Cbax\ModulLexicon\Components\LexiconHelper::getAllLexiconEntries (line 25)"
11 => "Cbax\ModulLexicon\Components\LexiconReplacer::getReplaceText (line 214)"
12 => "Cbax\ModulLexicon\Controller\FrontendController::detail (line 163)"
13 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
14 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
15 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
16 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 479)"
17 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 452)"
18 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 346)"
19 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 224)"
20 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
21 => "Shopware\Core\HttpKernel::doHandle (line 81)"
22 => "Shopware\Core\HttpKernel::handle (line 85)"
]
|
81 |
0.19 ms |
SELECT `seo_url`.`id` as `seo_url.id`, `seo_url`.`sales_channel_id` as `seo_url.salesChannelId`, `seo_url`.`language_id` as `seo_url.languageId`, `seo_url`.`foreign_key` as `seo_url.foreignKey`, `seo_url`.`route_name` as `seo_url.routeName`, `seo_url`.`path_info` as `seo_url.pathInfo`, `seo_url`.`seo_path_info` as `seo_url.seoPathInfo`, `seo_url`.`is_canonical` as `seo_url.isCanonical`, `seo_url`.`is_modified` as `seo_url.isModified`, `seo_url`.`is_deleted` as `seo_url.isDeleted`, `seo_url`.`custom_fields` as `seo_url.customFields`, `seo_url`.`created_at` as `seo_url.createdAt`, `seo_url`.`updated_at` as `seo_url.updatedAt` FROM `seo_url` WHERE (`seo_url`.`language_id` = :param_9a056f2130974a09a5e8044399803a98 AND `seo_url`.`sales_channel_id` = :param_8ae0097ed2334bbfa22314b48ebea025 AND `seo_url`.`route_name` = :param_91f1d8fddae542148132ece1169b83c5 AND `seo_url`.`is_deleted` = :param_f7530c016fb74b70bf9d65e77b218a9e)
SELECT
`seo_url`.`id` as `seo_url.id`,
`seo_url`.`sales_channel_id` as `seo_url.salesChannelId`,
`seo_url`.`language_id` as `seo_url.languageId`,
`seo_url`.`foreign_key` as `seo_url.foreignKey`,
`seo_url`.`route_name` as `seo_url.routeName`,
`seo_url`.`path_info` as `seo_url.pathInfo`,
`seo_url`.`seo_path_info` as `seo_url.seoPathInfo`,
`seo_url`.`is_canonical` as `seo_url.isCanonical`,
`seo_url`.`is_modified` as `seo_url.isModified`,
`seo_url`.`is_deleted` as `seo_url.isDeleted`,
`seo_url`.`custom_fields` as `seo_url.customFields`,
`seo_url`.`created_at` as `seo_url.createdAt`,
`seo_url`.`updated_at` as `seo_url.updatedAt`
FROM
`seo_url`
WHERE
(
`seo_url`.`language_id` = : param_9a056f2130974a09a5e8044399803a98
AND `seo_url`.`sales_channel_id` = : param_8ae0097ed2334bbfa22314b48ebea025
AND `seo_url`.`route_name` = : param_91f1d8fddae542148132ece1169b83c5
AND `seo_url`.`is_deleted` = : param_f7530c016fb74b70bf9d65e77b218a9e
)
SELECT `seo_url`.`id` as `seo_url.id`, `seo_url`.`sales_channel_id` as `seo_url.salesChannelId`, `seo_url`.`language_id` as `seo_url.languageId`, `seo_url`.`foreign_key` as `seo_url.foreignKey`, `seo_url`.`route_name` as `seo_url.routeName`, `seo_url`.`path_info` as `seo_url.pathInfo`, `seo_url`.`seo_path_info` as `seo_url.seoPathInfo`, `seo_url`.`is_canonical` as `seo_url.isCanonical`, `seo_url`.`is_modified` as `seo_url.isModified`, `seo_url`.`is_deleted` as `seo_url.isDeleted`, `seo_url`.`custom_fields` as `seo_url.customFields`, `seo_url`.`created_at` as `seo_url.createdAt`, `seo_url`.`updated_at` as `seo_url.updatedAt` FROM `seo_url` WHERE (`seo_url`.`language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B AND `seo_url`.`sales_channel_id` = 0xFD5CCFC31DFA44A697B9FA97E8E740E1 AND `seo_url`.`route_name` = 'frontend.cbax.lexicon.detail' AND `seo_url`.`is_deleted` = 0);
array:23 [▼
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 242)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 316)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetch (line 148)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 93)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::read (line 257)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::read (line 286)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::_search (line 106)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 51)"
9 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator::search (line 91)"
10 => "Cbax\ModulLexicon\Components\LexiconSeo::getSeoUrls (line 42)"
11 => "Cbax\ModulLexicon\Components\LexiconReplacer::getReplaceText (line 214)"
12 => "Cbax\ModulLexicon\Controller\FrontendController::detail (line 163)"
13 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
14 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
15 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
16 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 479)"
17 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 452)"
18 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 346)"
19 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 224)"
20 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
21 => "Shopware\Core\HttpKernel::doHandle (line 81)"
22 => "Shopware\Core\HttpKernel::handle (line 85)"
]
|
82 |
0.08 ms |
SELECT LOWER(HEX(language.id)) AS array_key, LOWER(HEX(language.id)) AS id, locale.code, LOWER(HEX(language.parent_id)) parentId FROM language LEFT JOIN locale locale ON language.translation_code_id = locale.id
SELECT
LOWER(
HEX(language.id)
) AS array_key,
LOWER(
HEX(language.id)
) AS id,
locale.code,
LOWER(
HEX(language.parent_id)
) parentId
FROM
language
LEFT JOIN locale locale ON language.translation_code_id = locale.id
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:25 [▼
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 271)"
2 => "Doctrine\DBAL\Query\QueryBuilder::execute (line 34)"
3 => "Shopware\Core\System\Language\LanguageLoader::loadLanguages (line 49)"
4 => "Shopware\Core\System\Language\CachedLanguageLoader::Shopware\Core\System\Language\{closure} (line 72)"
5 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 35)"
6 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 50)"
7 => "Shopware\Core\System\Language\CachedLanguageLoader::loadLanguages (line 219)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\Write\EntityWriter::write (line 172)"
9 => "Shopware\Core\Framework\DataAbstractionLayer\Write\EntityWriter::update (line 146)"
10 => "Shopware\Core\Framework\DataAbstractionLayer\VersionManager::update (line 147)"
11 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::update (line 56)"
12 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator::update (line 366)"
13 => "Cbax\ModulLexicon\Components\LexiconHelper::updateImpressions (line 221)"
14 => "Cbax\ModulLexicon\Controller\FrontendController::detail (line 163)"
15 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
16 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
17 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
18 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 479)"
19 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 452)"
20 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 346)"
21 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 224)"
22 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
23 => "Shopware\Core\HttpKernel::doHandle (line 81)"
24 => "Shopware\Core\HttpKernel::handle (line 85)"
]
|
83 |
0.53 ms |
SELECT 1 as `exists`, `id` FROM `cbax_lexicon_entry` WHERE `id` IN (?)
SELECT
1 as `exists`,
`id`
FROM
`cbax_lexicon_entry`
WHERE
`id` IN (?)
SELECT 1 as `exists`, `id` FROM `cbax_lexicon_entry` WHERE `id` IN (0x3146537E290346D2A7ECA8A4BC226EAD);
array:22 [▼
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 242)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 371)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityWriteGateway::prefetch (line 90)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityWriteGateway::prefetchExistences (line 224)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\Write\EntityWriter::write (line 172)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\Write\EntityWriter::update (line 146)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\VersionManager::update (line 147)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::update (line 56)"
9 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator::update (line 366)"
10 => "Cbax\ModulLexicon\Components\LexiconHelper::updateImpressions (line 221)"
11 => "Cbax\ModulLexicon\Controller\FrontendController::detail (line 163)"
12 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
13 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
14 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
15 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 479)"
16 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 452)"
17 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 346)"
18 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 224)"
19 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
20 => "Shopware\Core\HttpKernel::doHandle (line 81)"
21 => "Shopware\Core\HttpKernel::handle (line 85)"
]
|
84 |
0.06 ms |
"START TRANSACTION"
array:23 [▼
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1743)"
1 => "Doctrine\DBAL\Connection::beginTransaction (line 1668)"
2 => "Doctrine\DBAL\Connection::transactional (line 34)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Doctrine\RetryableTransaction::retry (line 21)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Doctrine\RetryableTransaction::retryable (line 127)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityWriteGateway::execute (line 238)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\Write\EntityWriter::write (line 172)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\Write\EntityWriter::update (line 146)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\VersionManager::update (line 147)"
9 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::update (line 56)"
10 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator::update (line 366)"
11 => "Cbax\ModulLexicon\Components\LexiconHelper::updateImpressions (line 221)"
12 => "Cbax\ModulLexicon\Controller\FrontendController::detail (line 163)"
13 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
14 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
15 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
16 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 479)"
17 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 452)"
18 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 346)"
19 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 224)"
20 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
21 => "Shopware\Core\HttpKernel::doHandle (line 81)"
22 => "Shopware\Core\HttpKernel::handle (line 85)"
]
|
85 |
0.21 ms |
UPDATE `cbax_lexicon_entry` SET `impressions` = ?, `updated_at` = ? WHERE id = ?
UPDATE
`cbax_lexicon_entry`
SET
`impressions` = ?,
`updated_at` = ?
WHERE
id = ?
UPDATE `cbax_lexicon_entry` SET `impressions` = 33, `updated_at` = '2025-03-14 17:07:08.927' WHERE id = 0x3146537E290346D2A7ECA8A4BC226EAD;
array:29 [▼
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1546)"
1 => "Doctrine\DBAL\Connection::executeStatement (line 894)"
2 => "Doctrine\DBAL\Connection::update (line 225)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityWriteGateway::Shopware\Core\Framework\DataAbstractionLayer\Dbal\{closure} (line 122)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Doctrine\RetryableQuery::retry (line 99)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\Doctrine\RetryableQuery::retryable (line 227)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityWriteGateway::executeCommands (line 126)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityWriteGateway::Shopware\Core\Framework\DataAbstractionLayer\Dbal\{closure} (line 1670)"
8 => "Doctrine\DBAL\Connection::transactional (line 34)"
9 => "Shopware\Core\Framework\DataAbstractionLayer\Doctrine\RetryableTransaction::retry (line 21)"
10 => "Shopware\Core\Framework\DataAbstractionLayer\Doctrine\RetryableTransaction::retryable (line 127)"
11 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityWriteGateway::execute (line 238)"
12 => "Shopware\Core\Framework\DataAbstractionLayer\Write\EntityWriter::write (line 172)"
13 => "Shopware\Core\Framework\DataAbstractionLayer\Write\EntityWriter::update (line 146)"
14 => "Shopware\Core\Framework\DataAbstractionLayer\VersionManager::update (line 147)"
15 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::update (line 56)"
16 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator::update (line 366)"
17 => "Cbax\ModulLexicon\Components\LexiconHelper::updateImpressions (line 221)"
18 => "Cbax\ModulLexicon\Controller\FrontendController::detail (line 163)"
19 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
20 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
21 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
22 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 479)"
23 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 452)"
24 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 346)"
25 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 224)"
26 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
27 => "Shopware\Core\HttpKernel::doHandle (line 81)"
28 => "Shopware\Core\HttpKernel::handle (line 85)"
]
|
86 |
0.97 ms |
"COMMIT"
array:23 [▼
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1789)"
1 => "Doctrine\DBAL\Connection::commit (line 1671)"
2 => "Doctrine\DBAL\Connection::transactional (line 34)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Doctrine\RetryableTransaction::retry (line 21)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Doctrine\RetryableTransaction::retryable (line 127)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityWriteGateway::execute (line 238)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\Write\EntityWriter::write (line 172)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\Write\EntityWriter::update (line 146)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\VersionManager::update (line 147)"
9 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::update (line 56)"
10 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator::update (line 366)"
11 => "Cbax\ModulLexicon\Components\LexiconHelper::updateImpressions (line 221)"
12 => "Cbax\ModulLexicon\Controller\FrontendController::detail (line 163)"
13 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
14 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
15 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
16 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 479)"
17 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 452)"
18 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 346)"
19 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 224)"
20 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
21 => "Shopware\Core\HttpKernel::doHandle (line 81)"
22 => "Shopware\Core\HttpKernel::handle (line 85)"
]
|
87 |
0.60 ms |
SELECT `app`.`id` as `app.id`, `app`.`name` as `app.name`, `app`.`path` as `app.path`, `app`.`author` as `app.author`, `app`.`copyright` as `app.copyright`, `app`.`license` as `app.license`, `app`.`active` as `app.active`, `app`.`configurable` as `app.configurable`, `app`.`privacy` as `app.privacy`, `app`.`version` as `app.version`, `app`.`icon` as `app.iconRaw`, `app`.`app_secret` as `app.appSecret`, `app`.`modules` as `app.modules`, `app`.`main_module` as `app.mainModule`, `app`.`cookies` as `app.cookies`, `app`.`allow_disable` as `app.allowDisable`, `app`.`base_app_url` as `app.baseAppUrl`, `app`.`allowed_hosts` as `app.allowedHosts`, `app`.`template_load_priority` as `app.templateLoadPriority`, `app`.`integration_id` as `app.integrationId`, `app.integration`.`id` as `app.integration.id`, `app.integration`.`label` as `app.integration.label`, `app.integration`.`access_key` as `app.integration.accessKey`, `app.integration`.`secret_access_key` as `app.integration.secretAccessKey`, `app.integration`.`write_access` as `app.integration.writeAccess`, `app.integration`.`last_usage_at` as `app.integration.lastUsageAt`, `app.integration`.`admin` as `app.integration.admin`, `app.integration`.`custom_fields` as `app.integration.customFields`, `app.integration`.`deleted_at` as `app.integration.deletedAt`, `app.integration`.`created_at` as `app.integration.createdAt`, `app.integration`.`updated_at` as `app.integration.updatedAt`, `app`.`acl_role_id` as `app.aclRoleId`, `app.aclRole`.`id` as `app.aclRole.id`, `app.aclRole`.`name` as `app.aclRole.name`, `app.aclRole`.`description` as `app.aclRole.description`, `app.aclRole`.`privileges` as `app.aclRole.privileges`, `app.aclRole`.`deleted_at` as `app.aclRole.deletedAt`, `app.aclRole`.`created_at` as `app.aclRole.createdAt`, `app.aclRole`.`updated_at` as `app.aclRole.updatedAt`, `app`.`created_at` as `app.createdAt`, `app`.`updated_at` as `app.updatedAt`, `app.translation.label`, COALESCE(`app.translation.label`,`app.translation.label`) as `app.label`, `app.translation.description`, COALESCE(`app.translation.description`,`app.translation.description`) as `app.description`, `app.translation.privacyPolicyExtensions`, COALESCE(`app.translation.privacyPolicyExtensions`,`app.translation.privacyPolicyExtensions`) as `app.privacyPolicyExtensions`, `app.translation.customFields`, COALESCE(`app.translation.customFields`,`app.translation.customFields`) as `app.customFields`, `app.translation.createdAt`, `app.translation.updatedAt`, `app.translation.appId`, `app.translation.languageId` FROM `app` LEFT JOIN (SELECT `app.translation`.app_id, `app.translation`.label as `app.translation.label`, `app.translation`.description as `app.translation.description`, `app.translation`.privacy_policy_extensions as `app.translation.privacyPolicyExtensions`, `app.translation`.custom_fields as `app.translation.customFields`, `app.translation`.created_at as `app.translation.createdAt`, `app.translation`.updated_at as `app.translation.updatedAt`, `app.translation`.app_id as `app.translation.appId`, `app.translation`.language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation`.language_id = :languageId) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` LEFT JOIN `integration` `app.integration` ON `app`.`integration_id` = `app.integration`.`id` LEFT JOIN `acl_role` `app.aclRole` ON `app`.`acl_role_id` = `app.aclRole`.`id` WHERE (`app`.`active` = :param_887dff3bf2084d4e8ad88335382e2fb9)
SELECT
`app`.`id` as `app.id`,
`app`.`name` as `app.name`,
`app`.`path` as `app.path`,
`app`.`author` as `app.author`,
`app`.`copyright` as `app.copyright`,
`app`.`license` as `app.license`,
`app`.`active` as `app.active`,
`app`.`configurable` as `app.configurable`,
`app`.`privacy` as `app.privacy`,
`app`.`version` as `app.version`,
`app`.`icon` as `app.iconRaw`,
`app`.`app_secret` as `app.appSecret`,
`app`.`modules` as `app.modules`,
`app`.`main_module` as `app.mainModule`,
`app`.`cookies` as `app.cookies`,
`app`.`allow_disable` as `app.allowDisable`,
`app`.`base_app_url` as `app.baseAppUrl`,
`app`.`allowed_hosts` as `app.allowedHosts`,
`app`.`template_load_priority` as `app.templateLoadPriority`,
`app`.`integration_id` as `app.integrationId`,
`app.integration`.`id` as `app.integration.id`,
`app.integration`.`label` as `app.integration.label`,
`app.integration`.`access_key` as `app.integration.accessKey`,
`app.integration`.`secret_access_key` as `app.integration.secretAccessKey`,
`app.integration`.`write_access` as `app.integration.writeAccess`,
`app.integration`.`last_usage_at` as `app.integration.lastUsageAt`,
`app.integration`.`admin` as `app.integration.admin`,
`app.integration`.`custom_fields` as `app.integration.customFields`,
`app.integration`.`deleted_at` as `app.integration.deletedAt`,
`app.integration`.`created_at` as `app.integration.createdAt`,
`app.integration`.`updated_at` as `app.integration.updatedAt`,
`app`.`acl_role_id` as `app.aclRoleId`,
`app.aclRole`.`id` as `app.aclRole.id`,
`app.aclRole`.`name` as `app.aclRole.name`,
`app.aclRole`.`description` as `app.aclRole.description`,
`app.aclRole`.`privileges` as `app.aclRole.privileges`,
`app.aclRole`.`deleted_at` as `app.aclRole.deletedAt`,
`app.aclRole`.`created_at` as `app.aclRole.createdAt`,
`app.aclRole`.`updated_at` as `app.aclRole.updatedAt`,
`app`.`created_at` as `app.createdAt`,
`app`.`updated_at` as `app.updatedAt`,
`app.translation.label`,
COALESCE(
`app.translation.label`, `app.translation.label`
) as `app.label`,
`app.translation.description`,
COALESCE(
`app.translation.description`, `app.translation.description`
) as `app.description`,
`app.translation.privacyPolicyExtensions`,
COALESCE(
`app.translation.privacyPolicyExtensions`,
`app.translation.privacyPolicyExtensions`
) as `app.privacyPolicyExtensions`,
`app.translation.customFields`,
COALESCE(
`app.translation.customFields`,
`app.translation.customFields`
) as `app.customFields`,
`app.translation.createdAt`,
`app.translation.updatedAt`,
`app.translation.appId`,
`app.translation.languageId`
FROM
`app`
LEFT JOIN (
SELECT
`app.translation`.app_id,
`app.translation`.label as `app.translation.label`,
`app.translation`.description as `app.translation.description`,
`app.translation`.privacy_policy_extensions as `app.translation.privacyPolicyExtensions`,
`app.translation`.custom_fields as `app.translation.customFields`,
`app.translation`.created_at as `app.translation.createdAt`,
`app.translation`.updated_at as `app.translation.updatedAt`,
`app.translation`.app_id as `app.translation.appId`,
`app.translation`.language_id as `app.translation.languageId`
FROM
`app_translation` `app.translation`
WHERE
`app.translation`.language_id = : languageId
) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id`
LEFT JOIN `integration` `app.integration` ON `app`.`integration_id` = `app.integration`.`id`
LEFT JOIN `acl_role` `app.aclRole` ON `app`.`acl_role_id` = `app.aclRole`.`id`
WHERE
(
`app`.`active` = : param_887dff3bf2084d4e8ad88335382e2fb9
)
SELECT `app`.`id` as `app.id`, `app`.`name` as `app.name`, `app`.`path` as `app.path`, `app`.`author` as `app.author`, `app`.`copyright` as `app.copyright`, `app`.`license` as `app.license`, `app`.`active` as `app.active`, `app`.`configurable` as `app.configurable`, `app`.`privacy` as `app.privacy`, `app`.`version` as `app.version`, `app`.`icon` as `app.iconRaw`, `app`.`app_secret` as `app.appSecret`, `app`.`modules` as `app.modules`, `app`.`main_module` as `app.mainModule`, `app`.`cookies` as `app.cookies`, `app`.`allow_disable` as `app.allowDisable`, `app`.`base_app_url` as `app.baseAppUrl`, `app`.`allowed_hosts` as `app.allowedHosts`, `app`.`template_load_priority` as `app.templateLoadPriority`, `app`.`integration_id` as `app.integrationId`, `app.integration`.`id` as `app.integration.id`, `app.integration`.`label` as `app.integration.label`, `app.integration`.`access_key` as `app.integration.accessKey`, `app.integration`.`secret_access_key` as `app.integration.secretAccessKey`, `app.integration`.`write_access` as `app.integration.writeAccess`, `app.integration`.`last_usage_at` as `app.integration.lastUsageAt`, `app.integration`.`admin` as `app.integration.admin`, `app.integration`.`custom_fields` as `app.integration.customFields`, `app.integration`.`deleted_at` as `app.integration.deletedAt`, `app.integration`.`created_at` as `app.integration.createdAt`, `app.integration`.`updated_at` as `app.integration.updatedAt`, `app`.`acl_role_id` as `app.aclRoleId`, `app.aclRole`.`id` as `app.aclRole.id`, `app.aclRole`.`name` as `app.aclRole.name`, `app.aclRole`.`description` as `app.aclRole.description`, `app.aclRole`.`privileges` as `app.aclRole.privileges`, `app.aclRole`.`deleted_at` as `app.aclRole.deletedAt`, `app.aclRole`.`created_at` as `app.aclRole.createdAt`, `app.aclRole`.`updated_at` as `app.aclRole.updatedAt`, `app`.`created_at` as `app.createdAt`, `app`.`updated_at` as `app.updatedAt`, `app.translation.label`, COALESCE(`app.translation.label`,`app.translation.label`) as `app.label`, `app.translation.description`, COALESCE(`app.translation.description`,`app.translation.description`) as `app.description`, `app.translation.privacyPolicyExtensions`, COALESCE(`app.translation.privacyPolicyExtensions`,`app.translation.privacyPolicyExtensions`) as `app.privacyPolicyExtensions`, `app.translation.customFields`, COALESCE(`app.translation.customFields`,`app.translation.customFields`) as `app.customFields`, `app.translation.createdAt`, `app.translation.updatedAt`, `app.translation.appId`, `app.translation.languageId` FROM `app` LEFT JOIN (SELECT `app.translation`.app_id, `app.translation`.label as `app.translation.label`, `app.translation`.description as `app.translation.description`, `app.translation`.privacy_policy_extensions as `app.translation.privacyPolicyExtensions`, `app.translation`.custom_fields as `app.translation.customFields`, `app.translation`.created_at as `app.translation.createdAt`, `app.translation`.updated_at as `app.translation.updatedAt`, `app.translation`.app_id as `app.translation.appId`, `app.translation`.language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation`.language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` LEFT JOIN `integration` `app.integration` ON `app`.`integration_id` = `app.integration`.`id` LEFT JOIN `acl_role` `app.aclRole` ON `app`.`acl_role_id` = `app.aclRole`.`id` WHERE (`app`.`active` = 1);
array:39 [▼
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 242)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 316)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetch (line 148)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 93)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::read (line 257)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::read (line 286)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::_search (line 110)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::Shopware\Core\Framework\DataAbstractionLayer\{closure} (line 59)"
9 => "Shopware\Core\Profiling\Profiler::trace (line 111)"
10 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 51)"
11 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator::search (line 119)"
12 => "Shopware\Core\Framework\App\Lifecycle\Persister\ScriptPersister::refresh (line 73)"
13 => "Shopware\Core\Framework\Script\Execution\ScriptLoader::load (line 57)"
14 => "Shopware\Core\Framework\Script\Execution\ScriptLoader::get (line 71)"
15 => "Shopware\Core\Framework\Script\Execution\ScriptExecutor::execute (line 33)"
16 => "Shopware\Core\Framework\Adapter\Cache\Script\ScriptCacheInvalidationSubscriber::executeCacheInvalidationHook (line 118)"
17 => "Symfony\Component\EventDispatcher\Debug\WrappedListener::__invoke (line 230)"
18 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
19 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 56)"
20 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 98)"
21 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 55)"
22 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 37)"
23 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
24 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 149)"
25 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::update (line 56)"
26 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator::update (line 366)"
27 => "Cbax\ModulLexicon\Components\LexiconHelper::updateImpressions (line 221)"
28 => "Cbax\ModulLexicon\Controller\FrontendController::detail (line 163)"
29 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
30 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
31 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
32 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 479)"
33 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 452)"
34 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 346)"
35 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 224)"
36 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
37 => "Shopware\Core\HttpKernel::doHandle (line 81)"
38 => "Shopware\Core\HttpKernel::handle (line 85)"
]
|
88 |
0.06 ms |
SELECT LOWER(HEX(`script`.`app_id`)) as `app_id`,
`script`.`name` AS scriptName,
`script`.`script` AS script,
`script`.`hook` AS hook,
IFNULL(`script`.`updated_at`, `script`.`created_at`) AS lastModified,
`app`.`name` AS appName,
LOWER(HEX(`app`.`integration_id`)) AS integrationId,
`app`.`version` AS appVersion,
`script`.`active` AS active
FROM `script`
LEFT JOIN `app` ON `script`.`app_id` = `app`.`id`
WHERE `script`.`hook` != 'include'
ORDER BY `app`.`created_at`, `app`.`id`, `script`.`name`
SELECT
LOWER(
HEX(`script`.`app_id`)
) as `app_id`,
`script`.`name` AS scriptName,
`script`.`script` AS script,
`script`.`hook` AS hook,
IFNULL(
`script`.`updated_at`, `script`.`created_at`
) AS lastModified,
`app`.`name` AS appName,
LOWER(
HEX(`app`.`integration_id`)
) AS integrationId,
`app`.`version` AS appVersion,
`script`.`active` AS active
FROM
`script`
LEFT JOIN `app` ON `script`.`app_id` = `app`.`id`
WHERE
`script`.`hook` != 'include'
ORDER BY
`app`.`created_at`,
`app`.`id`,
`script`.`name`
SELECT LOWER(HEX(`script`.`app_id`)) as `app_id`,
`script`.`name` AS scriptName,
`script`.`script` AS script,
`script`.`hook` AS hook,
IFNULL(`script`.`updated_at`, `script`.`created_at`) AS lastModified,
`app`.`name` AS appName,
LOWER(HEX(`app`.`integration_id`)) AS integrationId,
`app`.`version` AS appVersion,
`script`.`active` AS active
FROM `script`
LEFT JOIN `app` ON `script`.`app_id` = `app`.`id`
WHERE `script`.`hook` != 'include'
ORDER BY `app`.`created_at`, `app`.`id`, `script`.`name`
;
array:29 [▼
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 1042)"
2 => "Doctrine\DBAL\Connection::fetchAllAssociative (line 76)"
3 => "Shopware\Core\Framework\Script\Execution\ScriptLoader::load (line 57)"
4 => "Shopware\Core\Framework\Script\Execution\ScriptLoader::get (line 71)"
5 => "Shopware\Core\Framework\Script\Execution\ScriptExecutor::execute (line 33)"
6 => "Shopware\Core\Framework\Adapter\Cache\Script\ScriptCacheInvalidationSubscriber::executeCacheInvalidationHook (line 118)"
7 => "Symfony\Component\EventDispatcher\Debug\WrappedListener::__invoke (line 230)"
8 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
9 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 56)"
10 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 98)"
11 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 55)"
12 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 37)"
13 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
14 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 149)"
15 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::update (line 56)"
16 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator::update (line 366)"
17 => "Cbax\ModulLexicon\Components\LexiconHelper::updateImpressions (line 221)"
18 => "Cbax\ModulLexicon\Controller\FrontendController::detail (line 163)"
19 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
20 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
21 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
22 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 479)"
23 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 452)"
24 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 346)"
25 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 224)"
26 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
27 => "Shopware\Core\HttpKernel::doHandle (line 81)"
28 => "Shopware\Core\HttpKernel::handle (line 85)"
]
|
89 |
0.05 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`
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:29 [▼
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 1042)"
2 => "Doctrine\DBAL\Connection::fetchAllAssociative (line 92)"
3 => "Shopware\Core\Framework\Script\Execution\ScriptLoader::load (line 57)"
4 => "Shopware\Core\Framework\Script\Execution\ScriptLoader::get (line 71)"
5 => "Shopware\Core\Framework\Script\Execution\ScriptExecutor::execute (line 33)"
6 => "Shopware\Core\Framework\Adapter\Cache\Script\ScriptCacheInvalidationSubscriber::executeCacheInvalidationHook (line 118)"
7 => "Symfony\Component\EventDispatcher\Debug\WrappedListener::__invoke (line 230)"
8 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
9 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 56)"
10 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 98)"
11 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 55)"
12 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 37)"
13 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
14 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 149)"
15 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::update (line 56)"
16 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator::update (line 366)"
17 => "Cbax\ModulLexicon\Components\LexiconHelper::updateImpressions (line 221)"
18 => "Cbax\ModulLexicon\Controller\FrontendController::detail (line 163)"
19 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
20 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
21 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
22 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 479)"
23 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 452)"
24 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 346)"
25 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 224)"
26 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
27 => "Shopware\Core\HttpKernel::doHandle (line 81)"
28 => "Shopware\Core\HttpKernel::handle (line 85)"
]
|
90 |
0.39 ms |
SELECT `cbax_lexicon_entry`.`id` FROM `cbax_lexicon_entry` LEFT JOIN `cbax_lexicon_sales_channel` `cbax_lexicon_entry.saleschannels` ON `cbax_lexicon_entry`.`id` = `cbax_lexicon_entry.saleschannels`.`cbax_lexicon_entry_id` WHERE ((`cbax_lexicon_entry`.`date` <= :param_f3c32794c2304c56896af2315764a3d7) AND `cbax_lexicon_entry.saleschannels`.`sales_channel_id` = :param_7996c1228ae147f99def1723e3bf140a) GROUP BY `cbax_lexicon_entry`.`id`
SELECT
`cbax_lexicon_entry`.`id`
FROM
`cbax_lexicon_entry`
LEFT JOIN `cbax_lexicon_sales_channel` `cbax_lexicon_entry.saleschannels` ON `cbax_lexicon_entry`.`id` = `cbax_lexicon_entry.saleschannels`.`cbax_lexicon_entry_id`
WHERE
(
(
`cbax_lexicon_entry`.`date` <= : param_f3c32794c2304c56896af2315764a3d7
)
AND `cbax_lexicon_entry.saleschannels`.`sales_channel_id` = : param_7996c1228ae147f99def1723e3bf140a
)
GROUP BY
`cbax_lexicon_entry`.`id`
SELECT `cbax_lexicon_entry`.`id` FROM `cbax_lexicon_entry` LEFT JOIN `cbax_lexicon_sales_channel` `cbax_lexicon_entry.saleschannels` ON `cbax_lexicon_entry`.`id` = `cbax_lexicon_entry.saleschannels`.`cbax_lexicon_entry_id` WHERE ((`cbax_lexicon_entry`.`date` <= '2025-03-14 17:07:08') AND `cbax_lexicon_entry.saleschannels`.`sales_channel_id` = 0xFD5CCFC31DFA44A697B9FA97E8E740E1) GROUP BY `cbax_lexicon_entry`.`id`;
array:21 [▼
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 242)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 107)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntitySearcher::search (line 62)"
4 => "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher::search (line 132)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::searchIds (line 291)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::_search (line 106)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 51)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator::search (line 166)"
9 => "Cbax\ModulLexicon\Components\LexiconHelper::getAllLexiconEntries (line 223)"
10 => "Cbax\ModulLexicon\Controller\FrontendController::detail (line 163)"
11 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
12 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
13 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
14 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 479)"
15 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 452)"
16 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 346)"
17 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 224)"
18 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
19 => "Shopware\Core\HttpKernel::doHandle (line 81)"
20 => "Shopware\Core\HttpKernel::handle (line 85)"
]
|
91 |
0.83 ms |
SELECT `cbax_lexicon_entry`.`id` as `cbax_lexicon_entry.id`, `cbax_lexicon_entry`.`impressions` as `cbax_lexicon_entry.impressions`, `cbax_lexicon_entry`.`date` as `cbax_lexicon_entry.date`, `cbax_lexicon_entry`.`link` as `cbax_lexicon_entry.link`, `cbax_lexicon_entry`.`link_target` as `cbax_lexicon_entry.linkTarget`, `cbax_lexicon_entry`.`listing_type` as `cbax_lexicon_entry.listingType`, `cbax_lexicon_entry`.`product_stream_id` as `cbax_lexicon_entry.productStreamId`, `cbax_lexicon_entry`.`product_layout` as `cbax_lexicon_entry.productLayout`, `cbax_lexicon_entry`.`product_slider_width` as `cbax_lexicon_entry.productSliderWidth`, `cbax_lexicon_entry`.`product_sorting` as `cbax_lexicon_entry.productSorting`, `cbax_lexicon_entry`.`product_limit` as `cbax_lexicon_entry.productLimit`, `cbax_lexicon_entry`.`attribute2` as `cbax_lexicon_entry.attribute2`, `cbax_lexicon_entry`.`attribute3` as `cbax_lexicon_entry.attribute3`, `cbax_lexicon_entry`.`created_at` as `cbax_lexicon_entry.createdAt`, `cbax_lexicon_entry`.`updated_at` as `cbax_lexicon_entry.updatedAt`, `cbax_lexicon_entry.translation.title`, COALESCE(`cbax_lexicon_entry.translation.title`,`cbax_lexicon_entry.translation.title`) as `cbax_lexicon_entry.title`, `cbax_lexicon_entry.translation.keyword`, COALESCE(`cbax_lexicon_entry.translation.keyword`,`cbax_lexicon_entry.translation.keyword`) as `cbax_lexicon_entry.keyword`, `cbax_lexicon_entry.translation.description`, COALESCE(`cbax_lexicon_entry.translation.description`,`cbax_lexicon_entry.translation.description`) as `cbax_lexicon_entry.description`, `cbax_lexicon_entry.translation.descriptionLong`, COALESCE(`cbax_lexicon_entry.translation.descriptionLong`,`cbax_lexicon_entry.translation.descriptionLong`) as `cbax_lexicon_entry.descriptionLong`, `cbax_lexicon_entry.translation.linkDescription`, COALESCE(`cbax_lexicon_entry.translation.linkDescription`,`cbax_lexicon_entry.translation.linkDescription`) as `cbax_lexicon_entry.linkDescription`, `cbax_lexicon_entry.translation.metaTitle`, COALESCE(`cbax_lexicon_entry.translation.metaTitle`,`cbax_lexicon_entry.translation.metaTitle`) as `cbax_lexicon_entry.metaTitle`, `cbax_lexicon_entry.translation.metaKeywords`, COALESCE(`cbax_lexicon_entry.translation.metaKeywords`,`cbax_lexicon_entry.translation.metaKeywords`) as `cbax_lexicon_entry.metaKeywords`, `cbax_lexicon_entry.translation.metaDescription`, COALESCE(`cbax_lexicon_entry.translation.metaDescription`,`cbax_lexicon_entry.translation.metaDescription`) as `cbax_lexicon_entry.metaDescription`, `cbax_lexicon_entry.translation.headline`, COALESCE(`cbax_lexicon_entry.translation.headline`,`cbax_lexicon_entry.translation.headline`) as `cbax_lexicon_entry.headline`, `cbax_lexicon_entry.translation.attribute1`, COALESCE(`cbax_lexicon_entry.translation.attribute1`,`cbax_lexicon_entry.translation.attribute1`) as `cbax_lexicon_entry.attribute1`, `cbax_lexicon_entry.translation.attribute4`, COALESCE(`cbax_lexicon_entry.translation.attribute4`,`cbax_lexicon_entry.translation.attribute4`) as `cbax_lexicon_entry.attribute4`, `cbax_lexicon_entry.translation.attribute5`, COALESCE(`cbax_lexicon_entry.translation.attribute5`,`cbax_lexicon_entry.translation.attribute5`) as `cbax_lexicon_entry.attribute5`, `cbax_lexicon_entry.translation.attribute6`, COALESCE(`cbax_lexicon_entry.translation.attribute6`,`cbax_lexicon_entry.translation.attribute6`) as `cbax_lexicon_entry.attribute6`, `cbax_lexicon_entry.translation.createdAt`, `cbax_lexicon_entry.translation.updatedAt`, `cbax_lexicon_entry.translation.cbaxLexiconEntryId`, `cbax_lexicon_entry.translation.languageId` FROM `cbax_lexicon_entry` LEFT JOIN (SELECT `cbax_lexicon_entry.translation`.cbax_lexicon_entry_id, `cbax_lexicon_entry.translation`.title as `cbax_lexicon_entry.translation.title`, `cbax_lexicon_entry.translation`.keyword as `cbax_lexicon_entry.translation.keyword`, `cbax_lexicon_entry.translation`.description as `cbax_lexicon_entry.translation.description`, `cbax_lexicon_entry.translation`.description_long as `cbax_lexicon_entry.translation.descriptionLong`, `cbax_lexicon_entry.translation`.link_description as `cbax_lexicon_entry.translation.linkDescription`, `cbax_lexicon_entry.translation`.meta_title as `cbax_lexicon_entry.translation.metaTitle`, `cbax_lexicon_entry.translation`.meta_keywords as `cbax_lexicon_entry.translation.metaKeywords`, `cbax_lexicon_entry.translation`.meta_description as `cbax_lexicon_entry.translation.metaDescription`, `cbax_lexicon_entry.translation`.headline as `cbax_lexicon_entry.translation.headline`, `cbax_lexicon_entry.translation`.attribute1 as `cbax_lexicon_entry.translation.attribute1`, `cbax_lexicon_entry.translation`.attribute4 as `cbax_lexicon_entry.translation.attribute4`, `cbax_lexicon_entry.translation`.attribute5 as `cbax_lexicon_entry.translation.attribute5`, `cbax_lexicon_entry.translation`.attribute6 as `cbax_lexicon_entry.translation.attribute6`, `cbax_lexicon_entry.translation`.created_at as `cbax_lexicon_entry.translation.createdAt`, `cbax_lexicon_entry.translation`.updated_at as `cbax_lexicon_entry.translation.updatedAt`, `cbax_lexicon_entry.translation`.cbax_lexicon_entry_id as `cbax_lexicon_entry.translation.cbaxLexiconEntryId`, `cbax_lexicon_entry.translation`.language_id as `cbax_lexicon_entry.translation.languageId` FROM `cbax_lexicon_entry_translation` `cbax_lexicon_entry.translation` WHERE `cbax_lexicon_entry.translation`.language_id = :languageId) `cbax_lexicon_entry.cbax_lexicon_entry_translation` ON `cbax_lexicon_entry.cbax_lexicon_entry_translation`.`cbax_lexicon_entry_id` = `cbax_lexicon_entry`.`id` WHERE `cbax_lexicon_entry`.`id` IN (:ids)
SELECT
`cbax_lexicon_entry`.`id` as `cbax_lexicon_entry.id`,
`cbax_lexicon_entry`.`impressions` as `cbax_lexicon_entry.impressions`,
`cbax_lexicon_entry`.`date` as `cbax_lexicon_entry.date`,
`cbax_lexicon_entry`.`link` as `cbax_lexicon_entry.link`,
`cbax_lexicon_entry`.`link_target` as `cbax_lexicon_entry.linkTarget`,
`cbax_lexicon_entry`.`listing_type` as `cbax_lexicon_entry.listingType`,
`cbax_lexicon_entry`.`product_stream_id` as `cbax_lexicon_entry.productStreamId`,
`cbax_lexicon_entry`.`product_layout` as `cbax_lexicon_entry.productLayout`,
`cbax_lexicon_entry`.`product_slider_width` as `cbax_lexicon_entry.productSliderWidth`,
`cbax_lexicon_entry`.`product_sorting` as `cbax_lexicon_entry.productSorting`,
`cbax_lexicon_entry`.`product_limit` as `cbax_lexicon_entry.productLimit`,
`cbax_lexicon_entry`.`attribute2` as `cbax_lexicon_entry.attribute2`,
`cbax_lexicon_entry`.`attribute3` as `cbax_lexicon_entry.attribute3`,
`cbax_lexicon_entry`.`created_at` as `cbax_lexicon_entry.createdAt`,
`cbax_lexicon_entry`.`updated_at` as `cbax_lexicon_entry.updatedAt`,
`cbax_lexicon_entry.translation.title`,
COALESCE(
`cbax_lexicon_entry.translation.title`,
`cbax_lexicon_entry.translation.title`
) as `cbax_lexicon_entry.title`,
`cbax_lexicon_entry.translation.keyword`,
COALESCE(
`cbax_lexicon_entry.translation.keyword`,
`cbax_lexicon_entry.translation.keyword`
) as `cbax_lexicon_entry.keyword`,
`cbax_lexicon_entry.translation.description`,
COALESCE(
`cbax_lexicon_entry.translation.description`,
`cbax_lexicon_entry.translation.description`
) as `cbax_lexicon_entry.description`,
`cbax_lexicon_entry.translation.descriptionLong`,
COALESCE(
`cbax_lexicon_entry.translation.descriptionLong`,
`cbax_lexicon_entry.translation.descriptionLong`
) as `cbax_lexicon_entry.descriptionLong`,
`cbax_lexicon_entry.translation.linkDescription`,
COALESCE(
`cbax_lexicon_entry.translation.linkDescription`,
`cbax_lexicon_entry.translation.linkDescription`
) as `cbax_lexicon_entry.linkDescription`,
`cbax_lexicon_entry.translation.metaTitle`,
COALESCE(
`cbax_lexicon_entry.translation.metaTitle`,
`cbax_lexicon_entry.translation.metaTitle`
) as `cbax_lexicon_entry.metaTitle`,
`cbax_lexicon_entry.translation.metaKeywords`,
COALESCE(
`cbax_lexicon_entry.translation.metaKeywords`,
`cbax_lexicon_entry.translation.metaKeywords`
) as `cbax_lexicon_entry.metaKeywords`,
`cbax_lexicon_entry.translation.metaDescription`,
COALESCE(
`cbax_lexicon_entry.translation.metaDescription`,
`cbax_lexicon_entry.translation.metaDescription`
) as `cbax_lexicon_entry.metaDescription`,
`cbax_lexicon_entry.translation.headline`,
COALESCE(
`cbax_lexicon_entry.translation.headline`,
`cbax_lexicon_entry.translation.headline`
) as `cbax_lexicon_entry.headline`,
`cbax_lexicon_entry.translation.attribute1`,
COALESCE(
`cbax_lexicon_entry.translation.attribute1`,
`cbax_lexicon_entry.translation.attribute1`
) as `cbax_lexicon_entry.attribute1`,
`cbax_lexicon_entry.translation.attribute4`,
COALESCE(
`cbax_lexicon_entry.translation.attribute4`,
`cbax_lexicon_entry.translation.attribute4`
) as `cbax_lexicon_entry.attribute4`,
`cbax_lexicon_entry.translation.attribute5`,
COALESCE(
`cbax_lexicon_entry.translation.attribute5`,
`cbax_lexicon_entry.translation.attribute5`
) as `cbax_lexicon_entry.attribute5`,
`cbax_lexicon_entry.translation.attribute6`,
COALESCE(
`cbax_lexicon_entry.translation.attribute6`,
`cbax_lexicon_entry.translation.attribute6`
) as `cbax_lexicon_entry.attribute6`,
`cbax_lexicon_entry.translation.createdAt`,
`cbax_lexicon_entry.translation.updatedAt`,
`cbax_lexicon_entry.translation.cbaxLexiconEntryId`,
`cbax_lexicon_entry.translation.languageId`
FROM
`cbax_lexicon_entry`
LEFT JOIN (
SELECT
`cbax_lexicon_entry.translation`.cbax_lexicon_entry_id,
`cbax_lexicon_entry.translation`.title as `cbax_lexicon_entry.translation.title`,
`cbax_lexicon_entry.translation`.keyword as `cbax_lexicon_entry.translation.keyword`,
`cbax_lexicon_entry.translation`.description as `cbax_lexicon_entry.translation.description`,
`cbax_lexicon_entry.translation`.description_long as `cbax_lexicon_entry.translation.descriptionLong`,
`cbax_lexicon_entry.translation`.link_description as `cbax_lexicon_entry.translation.linkDescription`,
`cbax_lexicon_entry.translation`.meta_title as `cbax_lexicon_entry.translation.metaTitle`,
`cbax_lexicon_entry.translation`.meta_keywords as `cbax_lexicon_entry.translation.metaKeywords`,
`cbax_lexicon_entry.translation`.meta_description as `cbax_lexicon_entry.translation.metaDescription`,
`cbax_lexicon_entry.translation`.headline as `cbax_lexicon_entry.translation.headline`,
`cbax_lexicon_entry.translation`.attribute1 as `cbax_lexicon_entry.translation.attribute1`,
`cbax_lexicon_entry.translation`.attribute4 as `cbax_lexicon_entry.translation.attribute4`,
`cbax_lexicon_entry.translation`.attribute5 as `cbax_lexicon_entry.translation.attribute5`,
`cbax_lexicon_entry.translation`.attribute6 as `cbax_lexicon_entry.translation.attribute6`,
`cbax_lexicon_entry.translation`.created_at as `cbax_lexicon_entry.translation.createdAt`,
`cbax_lexicon_entry.translation`.updated_at as `cbax_lexicon_entry.translation.updatedAt`,
`cbax_lexicon_entry.translation`.cbax_lexicon_entry_id as `cbax_lexicon_entry.translation.cbaxLexiconEntryId`,
`cbax_lexicon_entry.translation`.language_id as `cbax_lexicon_entry.translation.languageId`
FROM
`cbax_lexicon_entry_translation` `cbax_lexicon_entry.translation`
WHERE
`cbax_lexicon_entry.translation`.language_id = : languageId
) `cbax_lexicon_entry.cbax_lexicon_entry_translation` ON `cbax_lexicon_entry.cbax_lexicon_entry_translation`.`cbax_lexicon_entry_id` = `cbax_lexicon_entry`.`id`
WHERE
`cbax_lexicon_entry`.`id` IN (: ids)
SELECT `cbax_lexicon_entry`.`id` as `cbax_lexicon_entry.id`, `cbax_lexicon_entry`.`impressions` as `cbax_lexicon_entry.impressions`, `cbax_lexicon_entry`.`date` as `cbax_lexicon_entry.date`, `cbax_lexicon_entry`.`link` as `cbax_lexicon_entry.link`, `cbax_lexicon_entry`.`link_target` as `cbax_lexicon_entry.linkTarget`, `cbax_lexicon_entry`.`listing_type` as `cbax_lexicon_entry.listingType`, `cbax_lexicon_entry`.`product_stream_id` as `cbax_lexicon_entry.productStreamId`, `cbax_lexicon_entry`.`product_layout` as `cbax_lexicon_entry.productLayout`, `cbax_lexicon_entry`.`product_slider_width` as `cbax_lexicon_entry.productSliderWidth`, `cbax_lexicon_entry`.`product_sorting` as `cbax_lexicon_entry.productSorting`, `cbax_lexicon_entry`.`product_limit` as `cbax_lexicon_entry.productLimit`, `cbax_lexicon_entry`.`attribute2` as `cbax_lexicon_entry.attribute2`, `cbax_lexicon_entry`.`attribute3` as `cbax_lexicon_entry.attribute3`, `cbax_lexicon_entry`.`created_at` as `cbax_lexicon_entry.createdAt`, `cbax_lexicon_entry`.`updated_at` as `cbax_lexicon_entry.updatedAt`, `cbax_lexicon_entry.translation.title`, COALESCE(`cbax_lexicon_entry.translation.title`,`cbax_lexicon_entry.translation.title`) as `cbax_lexicon_entry.title`, `cbax_lexicon_entry.translation.keyword`, COALESCE(`cbax_lexicon_entry.translation.keyword`,`cbax_lexicon_entry.translation.keyword`) as `cbax_lexicon_entry.keyword`, `cbax_lexicon_entry.translation.description`, COALESCE(`cbax_lexicon_entry.translation.description`,`cbax_lexicon_entry.translation.description`) as `cbax_lexicon_entry.description`, `cbax_lexicon_entry.translation.descriptionLong`, COALESCE(`cbax_lexicon_entry.translation.descriptionLong`,`cbax_lexicon_entry.translation.descriptionLong`) as `cbax_lexicon_entry.descriptionLong`, `cbax_lexicon_entry.translation.linkDescription`, COALESCE(`cbax_lexicon_entry.translation.linkDescription`,`cbax_lexicon_entry.translation.linkDescription`) as `cbax_lexicon_entry.linkDescription`, `cbax_lexicon_entry.translation.metaTitle`, COALESCE(`cbax_lexicon_entry.translation.metaTitle`,`cbax_lexicon_entry.translation.metaTitle`) as `cbax_lexicon_entry.metaTitle`, `cbax_lexicon_entry.translation.metaKeywords`, COALESCE(`cbax_lexicon_entry.translation.metaKeywords`,`cbax_lexicon_entry.translation.metaKeywords`) as `cbax_lexicon_entry.metaKeywords`, `cbax_lexicon_entry.translation.metaDescription`, COALESCE(`cbax_lexicon_entry.translation.metaDescription`,`cbax_lexicon_entry.translation.metaDescription`) as `cbax_lexicon_entry.metaDescription`, `cbax_lexicon_entry.translation.headline`, COALESCE(`cbax_lexicon_entry.translation.headline`,`cbax_lexicon_entry.translation.headline`) as `cbax_lexicon_entry.headline`, `cbax_lexicon_entry.translation.attribute1`, COALESCE(`cbax_lexicon_entry.translation.attribute1`,`cbax_lexicon_entry.translation.attribute1`) as `cbax_lexicon_entry.attribute1`, `cbax_lexicon_entry.translation.attribute4`, COALESCE(`cbax_lexicon_entry.translation.attribute4`,`cbax_lexicon_entry.translation.attribute4`) as `cbax_lexicon_entry.attribute4`, `cbax_lexicon_entry.translation.attribute5`, COALESCE(`cbax_lexicon_entry.translation.attribute5`,`cbax_lexicon_entry.translation.attribute5`) as `cbax_lexicon_entry.attribute5`, `cbax_lexicon_entry.translation.attribute6`, COALESCE(`cbax_lexicon_entry.translation.attribute6`,`cbax_lexicon_entry.translation.attribute6`) as `cbax_lexicon_entry.attribute6`, `cbax_lexicon_entry.translation.createdAt`, `cbax_lexicon_entry.translation.updatedAt`, `cbax_lexicon_entry.translation.cbaxLexiconEntryId`, `cbax_lexicon_entry.translation.languageId` FROM `cbax_lexicon_entry` LEFT JOIN (SELECT `cbax_lexicon_entry.translation`.cbax_lexicon_entry_id, `cbax_lexicon_entry.translation`.title as `cbax_lexicon_entry.translation.title`, `cbax_lexicon_entry.translation`.keyword as `cbax_lexicon_entry.translation.keyword`, `cbax_lexicon_entry.translation`.description as `cbax_lexicon_entry.translation.description`, `cbax_lexicon_entry.translation`.description_long as `cbax_lexicon_entry.translation.descriptionLong`, `cbax_lexicon_entry.translation`.link_description as `cbax_lexicon_entry.translation.linkDescription`, `cbax_lexicon_entry.translation`.meta_title as `cbax_lexicon_entry.translation.metaTitle`, `cbax_lexicon_entry.translation`.meta_keywords as `cbax_lexicon_entry.translation.metaKeywords`, `cbax_lexicon_entry.translation`.meta_description as `cbax_lexicon_entry.translation.metaDescription`, `cbax_lexicon_entry.translation`.headline as `cbax_lexicon_entry.translation.headline`, `cbax_lexicon_entry.translation`.attribute1 as `cbax_lexicon_entry.translation.attribute1`, `cbax_lexicon_entry.translation`.attribute4 as `cbax_lexicon_entry.translation.attribute4`, `cbax_lexicon_entry.translation`.attribute5 as `cbax_lexicon_entry.translation.attribute5`, `cbax_lexicon_entry.translation`.attribute6 as `cbax_lexicon_entry.translation.attribute6`, `cbax_lexicon_entry.translation`.created_at as `cbax_lexicon_entry.translation.createdAt`, `cbax_lexicon_entry.translation`.updated_at as `cbax_lexicon_entry.translation.updatedAt`, `cbax_lexicon_entry.translation`.cbax_lexicon_entry_id as `cbax_lexicon_entry.translation.cbaxLexiconEntryId`, `cbax_lexicon_entry.translation`.language_id as `cbax_lexicon_entry.translation.languageId` FROM `cbax_lexicon_entry_translation` `cbax_lexicon_entry.translation` WHERE `cbax_lexicon_entry.translation`.language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B) `cbax_lexicon_entry.cbax_lexicon_entry_translation` ON `cbax_lexicon_entry.cbax_lexicon_entry_translation`.`cbax_lexicon_entry_id` = `cbax_lexicon_entry`.`id` WHERE `cbax_lexicon_entry`.`id` IN (0x00029053E8224767B32FBE4D36E79DFE, 0x080530A38F08469FAF76DA390CD6A977, 0x128CED6E75CC4ED3B03638CF72CFCE47, 0x12F145FE9F484B77921C427AF295C5E8, 0x1CBD7F5CBB1C45B99D03559DAD21EA22, 0x22340DFBD24642A9BD25E2A53AE18FD5, 0x2F9A939B96824F4E8B9C1DFCB7FAD339, 0x3146537E290346D2A7ECA8A4BC226EAD, 0x32F001286CB6420D80C22DC76448AD8E, 0x3F447FAE571F4E42BEAD84DCBA91BB21, 0x47221E008AC04719ADE41FA0A29CA4B7, 0x51447121A6FB4BBBA9450AFE2E2B618F, 0x524B6BC64E90493C969A2F81ED7114C7, 0x53B505E087FB493BAA782B5B2297FCB5, 0x555668EDF3B84699AE6EB1A59B33359D, 0x55B798BA9FCF4819BB55D28DDAF1198C, 0x5E64FBADC0D940F1875E557658B47D98, 0x611F59836EE44354A38F009F3D603CF5, 0x6423315F08E840238094D4482E6A69EE, 0x6C417E1F9F0041EAA5512A6F3AA37C13, 0x6E47831AC9724D2BBCAA62C1677D5C6B, 0x83BFFE0D5594428A9139FD549C2571C3, 0x86919F7AA2784CFA96E0648CF3C5A1BA, 0x88571CCD8C894997BC1EEAC137C910E0, 0x8BDE9C7D2DC54C23A2092372FDD4472D, 0x8DE21D696DA441148AB20D3968B8240F, 0x90D3001B99824A798D031DFD40E63EDE, 0x919FE5E1D2024242B1A27741FE80A028, 0x997FA203558B4E69AC3A9952AF457111, 0xA6397EDBAA18438FAAFF70FABD670B14, 0xA65A5AE8CD9F446889F091A28579D511, 0xAD24FF7D21FC4B52958824E39A88BD38, 0xCCC653B63A7640E996C2A7692AE3353F, 0xD07B85C1DDD44961B8797F258635C3A4, 0xD17E8E4D8C534F0A9A98B3B3B3CF3BCC, 0xE0E192C116234AEB82A1E16571FB6B2A, 0xE3BCAE8D95144FC8BFF577F25A4D05C2, 0xEBF8E102156F4EFE853D1F75C94FDC43, 0xEF3512BB327B490B80FBD5A00DDE24E0, 0xF05FDE61E4E5462E970ED078776D36CE);
array:22 [▼
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 242)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 316)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetch (line 148)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 93)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::read (line 257)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::read (line 302)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::_search (line 106)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 51)"
9 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator::search (line 166)"
10 => "Cbax\ModulLexicon\Components\LexiconHelper::getAllLexiconEntries (line 223)"
11 => "Cbax\ModulLexicon\Controller\FrontendController::detail (line 163)"
12 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
13 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
14 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
15 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 479)"
16 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 452)"
17 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 346)"
18 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 224)"
19 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
20 => "Shopware\Core\HttpKernel::doHandle (line 81)"
21 => "Shopware\Core\HttpKernel::handle (line 85)"
]
|
92 |
0.25 ms |
SELECT `seo_url`.`id` as `seo_url.id`, `seo_url`.`sales_channel_id` as `seo_url.salesChannelId`, `seo_url`.`language_id` as `seo_url.languageId`, `seo_url`.`foreign_key` as `seo_url.foreignKey`, `seo_url`.`route_name` as `seo_url.routeName`, `seo_url`.`path_info` as `seo_url.pathInfo`, `seo_url`.`seo_path_info` as `seo_url.seoPathInfo`, `seo_url`.`is_canonical` as `seo_url.isCanonical`, `seo_url`.`is_modified` as `seo_url.isModified`, `seo_url`.`is_deleted` as `seo_url.isDeleted`, `seo_url`.`custom_fields` as `seo_url.customFields`, `seo_url`.`created_at` as `seo_url.createdAt`, `seo_url`.`updated_at` as `seo_url.updatedAt` FROM `seo_url` WHERE (`seo_url`.`language_id` = :param_9db26676c0194e2ab02537daa9b3f593 AND `seo_url`.`sales_channel_id` = :param_e386d538cc1c494db8c5982a583845e5 AND `seo_url`.`route_name` = :param_f6cb286f893d4a13bb6278c8ecf8f544 AND `seo_url`.`path_info` = :param_18264bccf92b48beb4fa3ef226b3fe08 AND `seo_url`.`is_deleted` = :param_dc6c5aa7595c4d628efab366e3269856)
SELECT
`seo_url`.`id` as `seo_url.id`,
`seo_url`.`sales_channel_id` as `seo_url.salesChannelId`,
`seo_url`.`language_id` as `seo_url.languageId`,
`seo_url`.`foreign_key` as `seo_url.foreignKey`,
`seo_url`.`route_name` as `seo_url.routeName`,
`seo_url`.`path_info` as `seo_url.pathInfo`,
`seo_url`.`seo_path_info` as `seo_url.seoPathInfo`,
`seo_url`.`is_canonical` as `seo_url.isCanonical`,
`seo_url`.`is_modified` as `seo_url.isModified`,
`seo_url`.`is_deleted` as `seo_url.isDeleted`,
`seo_url`.`custom_fields` as `seo_url.customFields`,
`seo_url`.`created_at` as `seo_url.createdAt`,
`seo_url`.`updated_at` as `seo_url.updatedAt`
FROM
`seo_url`
WHERE
(
`seo_url`.`language_id` = : param_9db26676c0194e2ab02537daa9b3f593
AND `seo_url`.`sales_channel_id` = : param_e386d538cc1c494db8c5982a583845e5
AND `seo_url`.`route_name` = : param_f6cb286f893d4a13bb6278c8ecf8f544
AND `seo_url`.`path_info` = : param_18264bccf92b48beb4fa3ef226b3fe08
AND `seo_url`.`is_deleted` = : param_dc6c5aa7595c4d628efab366e3269856
)
SELECT `seo_url`.`id` as `seo_url.id`, `seo_url`.`sales_channel_id` as `seo_url.salesChannelId`, `seo_url`.`language_id` as `seo_url.languageId`, `seo_url`.`foreign_key` as `seo_url.foreignKey`, `seo_url`.`route_name` as `seo_url.routeName`, `seo_url`.`path_info` as `seo_url.pathInfo`, `seo_url`.`seo_path_info` as `seo_url.seoPathInfo`, `seo_url`.`is_canonical` as `seo_url.isCanonical`, `seo_url`.`is_modified` as `seo_url.isModified`, `seo_url`.`is_deleted` as `seo_url.isDeleted`, `seo_url`.`custom_fields` as `seo_url.customFields`, `seo_url`.`created_at` as `seo_url.createdAt`, `seo_url`.`updated_at` as `seo_url.updatedAt` FROM `seo_url` WHERE (`seo_url`.`language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B AND `seo_url`.`sales_channel_id` = 0xFD5CCFC31DFA44A697B9FA97E8E740E1 AND `seo_url`.`route_name` = 'frontend.cbax.lexicon.listing' AND `seo_url`.`path_info` = '/cbax/lexicon/listing/0-9' AND `seo_url`.`is_deleted` = 0);
array:23 [▼
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 242)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 316)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetch (line 148)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 93)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::read (line 257)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::read (line 286)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::_search (line 106)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 51)"
9 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator::search (line 118)"
10 => "Cbax\ModulLexicon\Components\LexiconSeo::getSeoUrl (line 217)"
11 => "Cbax\ModulLexicon\Components\LexiconHelper::getLexiconEntryByChar (line 225)"
12 => "Cbax\ModulLexicon\Controller\FrontendController::detail (line 163)"
13 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
14 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
15 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
16 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 479)"
17 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 452)"
18 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 346)"
19 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 224)"
20 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
21 => "Shopware\Core\HttpKernel::doHandle (line 81)"
22 => "Shopware\Core\HttpKernel::handle (line 85)"
]
|
93 |
0.13 ms |
SELECT `seo_url`.`id` as `seo_url.id`, `seo_url`.`sales_channel_id` as `seo_url.salesChannelId`, `seo_url`.`language_id` as `seo_url.languageId`, `seo_url`.`foreign_key` as `seo_url.foreignKey`, `seo_url`.`route_name` as `seo_url.routeName`, `seo_url`.`path_info` as `seo_url.pathInfo`, `seo_url`.`seo_path_info` as `seo_url.seoPathInfo`, `seo_url`.`is_canonical` as `seo_url.isCanonical`, `seo_url`.`is_modified` as `seo_url.isModified`, `seo_url`.`is_deleted` as `seo_url.isDeleted`, `seo_url`.`custom_fields` as `seo_url.customFields`, `seo_url`.`created_at` as `seo_url.createdAt`, `seo_url`.`updated_at` as `seo_url.updatedAt` FROM `seo_url` WHERE (`seo_url`.`language_id` = :param_3499a3badf514947a0bb501524789f1e AND `seo_url`.`sales_channel_id` = :param_ad1048a444a545dfbd16aea13c73e612 AND `seo_url`.`route_name` = :param_f69143a26d034a998fe4f509174910e5 AND `seo_url`.`path_info` = :param_57c562c5d1474fd884784308d989144e AND `seo_url`.`is_deleted` = :param_66f98eae5d964828be145dfb798107c0)
SELECT
`seo_url`.`id` as `seo_url.id`,
`seo_url`.`sales_channel_id` as `seo_url.salesChannelId`,
`seo_url`.`language_id` as `seo_url.languageId`,
`seo_url`.`foreign_key` as `seo_url.foreignKey`,
`seo_url`.`route_name` as `seo_url.routeName`,
`seo_url`.`path_info` as `seo_url.pathInfo`,
`seo_url`.`seo_path_info` as `seo_url.seoPathInfo`,
`seo_url`.`is_canonical` as `seo_url.isCanonical`,
`seo_url`.`is_modified` as `seo_url.isModified`,
`seo_url`.`is_deleted` as `seo_url.isDeleted`,
`seo_url`.`custom_fields` as `seo_url.customFields`,
`seo_url`.`created_at` as `seo_url.createdAt`,
`seo_url`.`updated_at` as `seo_url.updatedAt`
FROM
`seo_url`
WHERE
(
`seo_url`.`language_id` = : param_3499a3badf514947a0bb501524789f1e
AND `seo_url`.`sales_channel_id` = : param_ad1048a444a545dfbd16aea13c73e612
AND `seo_url`.`route_name` = : param_f69143a26d034a998fe4f509174910e5
AND `seo_url`.`path_info` = : param_57c562c5d1474fd884784308d989144e
AND `seo_url`.`is_deleted` = : param_66f98eae5d964828be145dfb798107c0
)
SELECT `seo_url`.`id` as `seo_url.id`, `seo_url`.`sales_channel_id` as `seo_url.salesChannelId`, `seo_url`.`language_id` as `seo_url.languageId`, `seo_url`.`foreign_key` as `seo_url.foreignKey`, `seo_url`.`route_name` as `seo_url.routeName`, `seo_url`.`path_info` as `seo_url.pathInfo`, `seo_url`.`seo_path_info` as `seo_url.seoPathInfo`, `seo_url`.`is_canonical` as `seo_url.isCanonical`, `seo_url`.`is_modified` as `seo_url.isModified`, `seo_url`.`is_deleted` as `seo_url.isDeleted`, `seo_url`.`custom_fields` as `seo_url.customFields`, `seo_url`.`created_at` as `seo_url.createdAt`, `seo_url`.`updated_at` as `seo_url.updatedAt` FROM `seo_url` WHERE (`seo_url`.`language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B AND `seo_url`.`sales_channel_id` = 0xFD5CCFC31DFA44A697B9FA97E8E740E1 AND `seo_url`.`route_name` = 'frontend.cbax.lexicon.listing' AND `seo_url`.`path_info` = '/cbax/lexicon/listing/A' AND `seo_url`.`is_deleted` = 0);
array:23 [▼
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 242)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 316)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetch (line 148)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 93)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::read (line 257)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::read (line 286)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::_search (line 106)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 51)"
9 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator::search (line 118)"
10 => "Cbax\ModulLexicon\Components\LexiconSeo::getSeoUrl (line 229)"
11 => "Cbax\ModulLexicon\Components\LexiconHelper::getLexiconEntryByChar (line 225)"
12 => "Cbax\ModulLexicon\Controller\FrontendController::detail (line 163)"
13 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
14 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
15 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
16 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 479)"
17 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 452)"
18 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 346)"
19 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 224)"
20 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
21 => "Shopware\Core\HttpKernel::doHandle (line 81)"
22 => "Shopware\Core\HttpKernel::handle (line 85)"
]
|
94 |
0.13 ms |
SELECT `seo_url`.`id` as `seo_url.id`, `seo_url`.`sales_channel_id` as `seo_url.salesChannelId`, `seo_url`.`language_id` as `seo_url.languageId`, `seo_url`.`foreign_key` as `seo_url.foreignKey`, `seo_url`.`route_name` as `seo_url.routeName`, `seo_url`.`path_info` as `seo_url.pathInfo`, `seo_url`.`seo_path_info` as `seo_url.seoPathInfo`, `seo_url`.`is_canonical` as `seo_url.isCanonical`, `seo_url`.`is_modified` as `seo_url.isModified`, `seo_url`.`is_deleted` as `seo_url.isDeleted`, `seo_url`.`custom_fields` as `seo_url.customFields`, `seo_url`.`created_at` as `seo_url.createdAt`, `seo_url`.`updated_at` as `seo_url.updatedAt` FROM `seo_url` WHERE (`seo_url`.`language_id` = :param_5fa42a43fb9044cc91c4ea5c1ea939fc AND `seo_url`.`sales_channel_id` = :param_62977eb46e934ab384731430456dd425 AND `seo_url`.`route_name` = :param_b10c5f5c54e14d0e8206bc5d718ee086 AND `seo_url`.`path_info` = :param_c9a2f356636b49859d6566138b88efeb AND `seo_url`.`is_deleted` = :param_e4f1f6ded04a4f4c99f5d01307565a2c)
SELECT
`seo_url`.`id` as `seo_url.id`,
`seo_url`.`sales_channel_id` as `seo_url.salesChannelId`,
`seo_url`.`language_id` as `seo_url.languageId`,
`seo_url`.`foreign_key` as `seo_url.foreignKey`,
`seo_url`.`route_name` as `seo_url.routeName`,
`seo_url`.`path_info` as `seo_url.pathInfo`,
`seo_url`.`seo_path_info` as `seo_url.seoPathInfo`,
`seo_url`.`is_canonical` as `seo_url.isCanonical`,
`seo_url`.`is_modified` as `seo_url.isModified`,
`seo_url`.`is_deleted` as `seo_url.isDeleted`,
`seo_url`.`custom_fields` as `seo_url.customFields`,
`seo_url`.`created_at` as `seo_url.createdAt`,
`seo_url`.`updated_at` as `seo_url.updatedAt`
FROM
`seo_url`
WHERE
(
`seo_url`.`language_id` = : param_5fa42a43fb9044cc91c4ea5c1ea939fc
AND `seo_url`.`sales_channel_id` = : param_62977eb46e934ab384731430456dd425
AND `seo_url`.`route_name` = : param_b10c5f5c54e14d0e8206bc5d718ee086
AND `seo_url`.`path_info` = : param_c9a2f356636b49859d6566138b88efeb
AND `seo_url`.`is_deleted` = : param_e4f1f6ded04a4f4c99f5d01307565a2c
)
SELECT `seo_url`.`id` as `seo_url.id`, `seo_url`.`sales_channel_id` as `seo_url.salesChannelId`, `seo_url`.`language_id` as `seo_url.languageId`, `seo_url`.`foreign_key` as `seo_url.foreignKey`, `seo_url`.`route_name` as `seo_url.routeName`, `seo_url`.`path_info` as `seo_url.pathInfo`, `seo_url`.`seo_path_info` as `seo_url.seoPathInfo`, `seo_url`.`is_canonical` as `seo_url.isCanonical`, `seo_url`.`is_modified` as `seo_url.isModified`, `seo_url`.`is_deleted` as `seo_url.isDeleted`, `seo_url`.`custom_fields` as `seo_url.customFields`, `seo_url`.`created_at` as `seo_url.createdAt`, `seo_url`.`updated_at` as `seo_url.updatedAt` FROM `seo_url` WHERE (`seo_url`.`language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B AND `seo_url`.`sales_channel_id` = 0xFD5CCFC31DFA44A697B9FA97E8E740E1 AND `seo_url`.`route_name` = 'frontend.cbax.lexicon.listing' AND `seo_url`.`path_info` = '/cbax/lexicon/listing/B' AND `seo_url`.`is_deleted` = 0);
array:23 [▼
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 242)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 316)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetch (line 148)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 93)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::read (line 257)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::read (line 286)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::_search (line 106)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 51)"
9 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator::search (line 118)"
10 => "Cbax\ModulLexicon\Components\LexiconSeo::getSeoUrl (line 229)"
11 => "Cbax\ModulLexicon\Components\LexiconHelper::getLexiconEntryByChar (line 225)"
12 => "Cbax\ModulLexicon\Controller\FrontendController::detail (line 163)"
13 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
14 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
15 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
16 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 479)"
17 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 452)"
18 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 346)"
19 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 224)"
20 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
21 => "Shopware\Core\HttpKernel::doHandle (line 81)"
22 => "Shopware\Core\HttpKernel::handle (line 85)"
]
|
95 |
0.13 ms |
SELECT `seo_url`.`id` as `seo_url.id`, `seo_url`.`sales_channel_id` as `seo_url.salesChannelId`, `seo_url`.`language_id` as `seo_url.languageId`, `seo_url`.`foreign_key` as `seo_url.foreignKey`, `seo_url`.`route_name` as `seo_url.routeName`, `seo_url`.`path_info` as `seo_url.pathInfo`, `seo_url`.`seo_path_info` as `seo_url.seoPathInfo`, `seo_url`.`is_canonical` as `seo_url.isCanonical`, `seo_url`.`is_modified` as `seo_url.isModified`, `seo_url`.`is_deleted` as `seo_url.isDeleted`, `seo_url`.`custom_fields` as `seo_url.customFields`, `seo_url`.`created_at` as `seo_url.createdAt`, `seo_url`.`updated_at` as `seo_url.updatedAt` FROM `seo_url` WHERE (`seo_url`.`language_id` = :param_b9ddc6d5cbb946fdbf7c9aaad261f657 AND `seo_url`.`sales_channel_id` = :param_adaa3cf719194f7197beb3647beeefa8 AND `seo_url`.`route_name` = :param_7bc290ef4fd64d04ad16953c521ae941 AND `seo_url`.`path_info` = :param_b8b46be0904b4fa991f8663117a645f5 AND `seo_url`.`is_deleted` = :param_d4c7d6c9b944431d8b2565a1a1986a50)
SELECT
`seo_url`.`id` as `seo_url.id`,
`seo_url`.`sales_channel_id` as `seo_url.salesChannelId`,
`seo_url`.`language_id` as `seo_url.languageId`,
`seo_url`.`foreign_key` as `seo_url.foreignKey`,
`seo_url`.`route_name` as `seo_url.routeName`,
`seo_url`.`path_info` as `seo_url.pathInfo`,
`seo_url`.`seo_path_info` as `seo_url.seoPathInfo`,
`seo_url`.`is_canonical` as `seo_url.isCanonical`,
`seo_url`.`is_modified` as `seo_url.isModified`,
`seo_url`.`is_deleted` as `seo_url.isDeleted`,
`seo_url`.`custom_fields` as `seo_url.customFields`,
`seo_url`.`created_at` as `seo_url.createdAt`,
`seo_url`.`updated_at` as `seo_url.updatedAt`
FROM
`seo_url`
WHERE
(
`seo_url`.`language_id` = : param_b9ddc6d5cbb946fdbf7c9aaad261f657
AND `seo_url`.`sales_channel_id` = : param_adaa3cf719194f7197beb3647beeefa8
AND `seo_url`.`route_name` = : param_7bc290ef4fd64d04ad16953c521ae941
AND `seo_url`.`path_info` = : param_b8b46be0904b4fa991f8663117a645f5
AND `seo_url`.`is_deleted` = : param_d4c7d6c9b944431d8b2565a1a1986a50
)
SELECT `seo_url`.`id` as `seo_url.id`, `seo_url`.`sales_channel_id` as `seo_url.salesChannelId`, `seo_url`.`language_id` as `seo_url.languageId`, `seo_url`.`foreign_key` as `seo_url.foreignKey`, `seo_url`.`route_name` as `seo_url.routeName`, `seo_url`.`path_info` as `seo_url.pathInfo`, `seo_url`.`seo_path_info` as `seo_url.seoPathInfo`, `seo_url`.`is_canonical` as `seo_url.isCanonical`, `seo_url`.`is_modified` as `seo_url.isModified`, `seo_url`.`is_deleted` as `seo_url.isDeleted`, `seo_url`.`custom_fields` as `seo_url.customFields`, `seo_url`.`created_at` as `seo_url.createdAt`, `seo_url`.`updated_at` as `seo_url.updatedAt` FROM `seo_url` WHERE (`seo_url`.`language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B AND `seo_url`.`sales_channel_id` = 0xFD5CCFC31DFA44A697B9FA97E8E740E1 AND `seo_url`.`route_name` = 'frontend.cbax.lexicon.listing' AND `seo_url`.`path_info` = '/cbax/lexicon/listing/C' AND `seo_url`.`is_deleted` = 0);
array:23 [▼
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 242)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 316)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetch (line 148)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 93)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::read (line 257)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::read (line 286)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::_search (line 106)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 51)"
9 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator::search (line 118)"
10 => "Cbax\ModulLexicon\Components\LexiconSeo::getSeoUrl (line 229)"
11 => "Cbax\ModulLexicon\Components\LexiconHelper::getLexiconEntryByChar (line 225)"
12 => "Cbax\ModulLexicon\Controller\FrontendController::detail (line 163)"
13 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
14 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
15 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
16 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 479)"
17 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 452)"
18 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 346)"
19 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 224)"
20 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
21 => "Shopware\Core\HttpKernel::doHandle (line 81)"
22 => "Shopware\Core\HttpKernel::handle (line 85)"
]
|
96 |
0.13 ms |
SELECT `seo_url`.`id` as `seo_url.id`, `seo_url`.`sales_channel_id` as `seo_url.salesChannelId`, `seo_url`.`language_id` as `seo_url.languageId`, `seo_url`.`foreign_key` as `seo_url.foreignKey`, `seo_url`.`route_name` as `seo_url.routeName`, `seo_url`.`path_info` as `seo_url.pathInfo`, `seo_url`.`seo_path_info` as `seo_url.seoPathInfo`, `seo_url`.`is_canonical` as `seo_url.isCanonical`, `seo_url`.`is_modified` as `seo_url.isModified`, `seo_url`.`is_deleted` as `seo_url.isDeleted`, `seo_url`.`custom_fields` as `seo_url.customFields`, `seo_url`.`created_at` as `seo_url.createdAt`, `seo_url`.`updated_at` as `seo_url.updatedAt` FROM `seo_url` WHERE (`seo_url`.`language_id` = :param_3034f2baba004a4db250f6d2a314b194 AND `seo_url`.`sales_channel_id` = :param_abec41e574cc4a5894f4ae203011561e AND `seo_url`.`route_name` = :param_e20294744e8e460198bacd3a67634cb4 AND `seo_url`.`path_info` = :param_ed6a3f394e3a482fb4044d8d784c6d2b AND `seo_url`.`is_deleted` = :param_48ad46e40f6649888c3dc315f5a0cdeb)
SELECT
`seo_url`.`id` as `seo_url.id`,
`seo_url`.`sales_channel_id` as `seo_url.salesChannelId`,
`seo_url`.`language_id` as `seo_url.languageId`,
`seo_url`.`foreign_key` as `seo_url.foreignKey`,
`seo_url`.`route_name` as `seo_url.routeName`,
`seo_url`.`path_info` as `seo_url.pathInfo`,
`seo_url`.`seo_path_info` as `seo_url.seoPathInfo`,
`seo_url`.`is_canonical` as `seo_url.isCanonical`,
`seo_url`.`is_modified` as `seo_url.isModified`,
`seo_url`.`is_deleted` as `seo_url.isDeleted`,
`seo_url`.`custom_fields` as `seo_url.customFields`,
`seo_url`.`created_at` as `seo_url.createdAt`,
`seo_url`.`updated_at` as `seo_url.updatedAt`
FROM
`seo_url`
WHERE
(
`seo_url`.`language_id` = : param_3034f2baba004a4db250f6d2a314b194
AND `seo_url`.`sales_channel_id` = : param_abec41e574cc4a5894f4ae203011561e
AND `seo_url`.`route_name` = : param_e20294744e8e460198bacd3a67634cb4
AND `seo_url`.`path_info` = : param_ed6a3f394e3a482fb4044d8d784c6d2b
AND `seo_url`.`is_deleted` = : param_48ad46e40f6649888c3dc315f5a0cdeb
)
SELECT `seo_url`.`id` as `seo_url.id`, `seo_url`.`sales_channel_id` as `seo_url.salesChannelId`, `seo_url`.`language_id` as `seo_url.languageId`, `seo_url`.`foreign_key` as `seo_url.foreignKey`, `seo_url`.`route_name` as `seo_url.routeName`, `seo_url`.`path_info` as `seo_url.pathInfo`, `seo_url`.`seo_path_info` as `seo_url.seoPathInfo`, `seo_url`.`is_canonical` as `seo_url.isCanonical`, `seo_url`.`is_modified` as `seo_url.isModified`, `seo_url`.`is_deleted` as `seo_url.isDeleted`, `seo_url`.`custom_fields` as `seo_url.customFields`, `seo_url`.`created_at` as `seo_url.createdAt`, `seo_url`.`updated_at` as `seo_url.updatedAt` FROM `seo_url` WHERE (`seo_url`.`language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B AND `seo_url`.`sales_channel_id` = 0xFD5CCFC31DFA44A697B9FA97E8E740E1 AND `seo_url`.`route_name` = 'frontend.cbax.lexicon.listing' AND `seo_url`.`path_info` = '/cbax/lexicon/listing/D' AND `seo_url`.`is_deleted` = 0);
array:23 [▼
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 242)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 316)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetch (line 148)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 93)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::read (line 257)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::read (line 286)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::_search (line 106)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 51)"
9 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator::search (line 118)"
10 => "Cbax\ModulLexicon\Components\LexiconSeo::getSeoUrl (line 229)"
11 => "Cbax\ModulLexicon\Components\LexiconHelper::getLexiconEntryByChar (line 225)"
12 => "Cbax\ModulLexicon\Controller\FrontendController::detail (line 163)"
13 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
14 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
15 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
16 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 479)"
17 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 452)"
18 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 346)"
19 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 224)"
20 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
21 => "Shopware\Core\HttpKernel::doHandle (line 81)"
22 => "Shopware\Core\HttpKernel::handle (line 85)"
]
|
97 |
0.13 ms |
SELECT `seo_url`.`id` as `seo_url.id`, `seo_url`.`sales_channel_id` as `seo_url.salesChannelId`, `seo_url`.`language_id` as `seo_url.languageId`, `seo_url`.`foreign_key` as `seo_url.foreignKey`, `seo_url`.`route_name` as `seo_url.routeName`, `seo_url`.`path_info` as `seo_url.pathInfo`, `seo_url`.`seo_path_info` as `seo_url.seoPathInfo`, `seo_url`.`is_canonical` as `seo_url.isCanonical`, `seo_url`.`is_modified` as `seo_url.isModified`, `seo_url`.`is_deleted` as `seo_url.isDeleted`, `seo_url`.`custom_fields` as `seo_url.customFields`, `seo_url`.`created_at` as `seo_url.createdAt`, `seo_url`.`updated_at` as `seo_url.updatedAt` FROM `seo_url` WHERE (`seo_url`.`language_id` = :param_b44cde6e78f1448d890ab442182f0701 AND `seo_url`.`sales_channel_id` = :param_c3ce8ec1b8da49bc9f0c996ce82e4200 AND `seo_url`.`route_name` = :param_d9cd97f9d8a14e759fa2fc70d79dffdf AND `seo_url`.`path_info` = :param_b1912db8d78c47859bf61c2d79945e98 AND `seo_url`.`is_deleted` = :param_3c15cbd5f5fd41b9804032d57c857e7b)
SELECT
`seo_url`.`id` as `seo_url.id`,
`seo_url`.`sales_channel_id` as `seo_url.salesChannelId`,
`seo_url`.`language_id` as `seo_url.languageId`,
`seo_url`.`foreign_key` as `seo_url.foreignKey`,
`seo_url`.`route_name` as `seo_url.routeName`,
`seo_url`.`path_info` as `seo_url.pathInfo`,
`seo_url`.`seo_path_info` as `seo_url.seoPathInfo`,
`seo_url`.`is_canonical` as `seo_url.isCanonical`,
`seo_url`.`is_modified` as `seo_url.isModified`,
`seo_url`.`is_deleted` as `seo_url.isDeleted`,
`seo_url`.`custom_fields` as `seo_url.customFields`,
`seo_url`.`created_at` as `seo_url.createdAt`,
`seo_url`.`updated_at` as `seo_url.updatedAt`
FROM
`seo_url`
WHERE
(
`seo_url`.`language_id` = : param_b44cde6e78f1448d890ab442182f0701
AND `seo_url`.`sales_channel_id` = : param_c3ce8ec1b8da49bc9f0c996ce82e4200
AND `seo_url`.`route_name` = : param_d9cd97f9d8a14e759fa2fc70d79dffdf
AND `seo_url`.`path_info` = : param_b1912db8d78c47859bf61c2d79945e98
AND `seo_url`.`is_deleted` = : param_3c15cbd5f5fd41b9804032d57c857e7b
)
SELECT `seo_url`.`id` as `seo_url.id`, `seo_url`.`sales_channel_id` as `seo_url.salesChannelId`, `seo_url`.`language_id` as `seo_url.languageId`, `seo_url`.`foreign_key` as `seo_url.foreignKey`, `seo_url`.`route_name` as `seo_url.routeName`, `seo_url`.`path_info` as `seo_url.pathInfo`, `seo_url`.`seo_path_info` as `seo_url.seoPathInfo`, `seo_url`.`is_canonical` as `seo_url.isCanonical`, `seo_url`.`is_modified` as `seo_url.isModified`, `seo_url`.`is_deleted` as `seo_url.isDeleted`, `seo_url`.`custom_fields` as `seo_url.customFields`, `seo_url`.`created_at` as `seo_url.createdAt`, `seo_url`.`updated_at` as `seo_url.updatedAt` FROM `seo_url` WHERE (`seo_url`.`language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B AND `seo_url`.`sales_channel_id` = 0xFD5CCFC31DFA44A697B9FA97E8E740E1 AND `seo_url`.`route_name` = 'frontend.cbax.lexicon.listing' AND `seo_url`.`path_info` = '/cbax/lexicon/listing/E' AND `seo_url`.`is_deleted` = 0);
array:23 [▼
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 242)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 316)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetch (line 148)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 93)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::read (line 257)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::read (line 286)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::_search (line 106)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 51)"
9 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator::search (line 118)"
10 => "Cbax\ModulLexicon\Components\LexiconSeo::getSeoUrl (line 229)"
11 => "Cbax\ModulLexicon\Components\LexiconHelper::getLexiconEntryByChar (line 225)"
12 => "Cbax\ModulLexicon\Controller\FrontendController::detail (line 163)"
13 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
14 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
15 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
16 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 479)"
17 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 452)"
18 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 346)"
19 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 224)"
20 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
21 => "Shopware\Core\HttpKernel::doHandle (line 81)"
22 => "Shopware\Core\HttpKernel::handle (line 85)"
]
|
98 |
0.12 ms |
SELECT `seo_url`.`id` as `seo_url.id`, `seo_url`.`sales_channel_id` as `seo_url.salesChannelId`, `seo_url`.`language_id` as `seo_url.languageId`, `seo_url`.`foreign_key` as `seo_url.foreignKey`, `seo_url`.`route_name` as `seo_url.routeName`, `seo_url`.`path_info` as `seo_url.pathInfo`, `seo_url`.`seo_path_info` as `seo_url.seoPathInfo`, `seo_url`.`is_canonical` as `seo_url.isCanonical`, `seo_url`.`is_modified` as `seo_url.isModified`, `seo_url`.`is_deleted` as `seo_url.isDeleted`, `seo_url`.`custom_fields` as `seo_url.customFields`, `seo_url`.`created_at` as `seo_url.createdAt`, `seo_url`.`updated_at` as `seo_url.updatedAt` FROM `seo_url` WHERE (`seo_url`.`language_id` = :param_618100defece4332a5c68b8a65f0ac62 AND `seo_url`.`sales_channel_id` = :param_8aef8f000731469493b0e5864d31835e AND `seo_url`.`route_name` = :param_03d0c82b620a4904b0ac15b131fc4f60 AND `seo_url`.`path_info` = :param_2c0ba6ac80684920903f554dfda47e68 AND `seo_url`.`is_deleted` = :param_86a23aa593064e9a8b51ed7e8741815e)
SELECT
`seo_url`.`id` as `seo_url.id`,
`seo_url`.`sales_channel_id` as `seo_url.salesChannelId`,
`seo_url`.`language_id` as `seo_url.languageId`,
`seo_url`.`foreign_key` as `seo_url.foreignKey`,
`seo_url`.`route_name` as `seo_url.routeName`,
`seo_url`.`path_info` as `seo_url.pathInfo`,
`seo_url`.`seo_path_info` as `seo_url.seoPathInfo`,
`seo_url`.`is_canonical` as `seo_url.isCanonical`,
`seo_url`.`is_modified` as `seo_url.isModified`,
`seo_url`.`is_deleted` as `seo_url.isDeleted`,
`seo_url`.`custom_fields` as `seo_url.customFields`,
`seo_url`.`created_at` as `seo_url.createdAt`,
`seo_url`.`updated_at` as `seo_url.updatedAt`
FROM
`seo_url`
WHERE
(
`seo_url`.`language_id` = : param_618100defece4332a5c68b8a65f0ac62
AND `seo_url`.`sales_channel_id` = : param_8aef8f000731469493b0e5864d31835e
AND `seo_url`.`route_name` = : param_03d0c82b620a4904b0ac15b131fc4f60
AND `seo_url`.`path_info` = : param_2c0ba6ac80684920903f554dfda47e68
AND `seo_url`.`is_deleted` = : param_86a23aa593064e9a8b51ed7e8741815e
)
SELECT `seo_url`.`id` as `seo_url.id`, `seo_url`.`sales_channel_id` as `seo_url.salesChannelId`, `seo_url`.`language_id` as `seo_url.languageId`, `seo_url`.`foreign_key` as `seo_url.foreignKey`, `seo_url`.`route_name` as `seo_url.routeName`, `seo_url`.`path_info` as `seo_url.pathInfo`, `seo_url`.`seo_path_info` as `seo_url.seoPathInfo`, `seo_url`.`is_canonical` as `seo_url.isCanonical`, `seo_url`.`is_modified` as `seo_url.isModified`, `seo_url`.`is_deleted` as `seo_url.isDeleted`, `seo_url`.`custom_fields` as `seo_url.customFields`, `seo_url`.`created_at` as `seo_url.createdAt`, `seo_url`.`updated_at` as `seo_url.updatedAt` FROM `seo_url` WHERE (`seo_url`.`language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B AND `seo_url`.`sales_channel_id` = 0xFD5CCFC31DFA44A697B9FA97E8E740E1 AND `seo_url`.`route_name` = 'frontend.cbax.lexicon.listing' AND `seo_url`.`path_info` = '/cbax/lexicon/listing/F' AND `seo_url`.`is_deleted` = 0);
array:23 [▼
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 242)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 316)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetch (line 148)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 93)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::read (line 257)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::read (line 286)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::_search (line 106)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 51)"
9 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator::search (line 118)"
10 => "Cbax\ModulLexicon\Components\LexiconSeo::getSeoUrl (line 229)"
11 => "Cbax\ModulLexicon\Components\LexiconHelper::getLexiconEntryByChar (line 225)"
12 => "Cbax\ModulLexicon\Controller\FrontendController::detail (line 163)"
13 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
14 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
15 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
16 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 479)"
17 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 452)"
18 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 346)"
19 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 224)"
20 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
21 => "Shopware\Core\HttpKernel::doHandle (line 81)"
22 => "Shopware\Core\HttpKernel::handle (line 85)"
]
|
99 |
0.13 ms |
SELECT `seo_url`.`id` as `seo_url.id`, `seo_url`.`sales_channel_id` as `seo_url.salesChannelId`, `seo_url`.`language_id` as `seo_url.languageId`, `seo_url`.`foreign_key` as `seo_url.foreignKey`, `seo_url`.`route_name` as `seo_url.routeName`, `seo_url`.`path_info` as `seo_url.pathInfo`, `seo_url`.`seo_path_info` as `seo_url.seoPathInfo`, `seo_url`.`is_canonical` as `seo_url.isCanonical`, `seo_url`.`is_modified` as `seo_url.isModified`, `seo_url`.`is_deleted` as `seo_url.isDeleted`, `seo_url`.`custom_fields` as `seo_url.customFields`, `seo_url`.`created_at` as `seo_url.createdAt`, `seo_url`.`updated_at` as `seo_url.updatedAt` FROM `seo_url` WHERE (`seo_url`.`language_id` = :param_39ea0e49dcc041bf8e39acb68824abed AND `seo_url`.`sales_channel_id` = :param_835c3c0252f94f8faf8715c94e4ddf47 AND `seo_url`.`route_name` = :param_2d875f4175da4c899837123aa8f0a7a5 AND `seo_url`.`path_info` = :param_8c913b18c2e543e1a4b6f3d08449840d AND `seo_url`.`is_deleted` = :param_2a7d1d3bf84b4f6eb29eb359f4dc0e1e)
SELECT
`seo_url`.`id` as `seo_url.id`,
`seo_url`.`sales_channel_id` as `seo_url.salesChannelId`,
`seo_url`.`language_id` as `seo_url.languageId`,
`seo_url`.`foreign_key` as `seo_url.foreignKey`,
`seo_url`.`route_name` as `seo_url.routeName`,
`seo_url`.`path_info` as `seo_url.pathInfo`,
`seo_url`.`seo_path_info` as `seo_url.seoPathInfo`,
`seo_url`.`is_canonical` as `seo_url.isCanonical`,
`seo_url`.`is_modified` as `seo_url.isModified`,
`seo_url`.`is_deleted` as `seo_url.isDeleted`,
`seo_url`.`custom_fields` as `seo_url.customFields`,
`seo_url`.`created_at` as `seo_url.createdAt`,
`seo_url`.`updated_at` as `seo_url.updatedAt`
FROM
`seo_url`
WHERE
(
`seo_url`.`language_id` = : param_39ea0e49dcc041bf8e39acb68824abed
AND `seo_url`.`sales_channel_id` = : param_835c3c0252f94f8faf8715c94e4ddf47
AND `seo_url`.`route_name` = : param_2d875f4175da4c899837123aa8f0a7a5
AND `seo_url`.`path_info` = : param_8c913b18c2e543e1a4b6f3d08449840d
AND `seo_url`.`is_deleted` = : param_2a7d1d3bf84b4f6eb29eb359f4dc0e1e
)
SELECT `seo_url`.`id` as `seo_url.id`, `seo_url`.`sales_channel_id` as `seo_url.salesChannelId`, `seo_url`.`language_id` as `seo_url.languageId`, `seo_url`.`foreign_key` as `seo_url.foreignKey`, `seo_url`.`route_name` as `seo_url.routeName`, `seo_url`.`path_info` as `seo_url.pathInfo`, `seo_url`.`seo_path_info` as `seo_url.seoPathInfo`, `seo_url`.`is_canonical` as `seo_url.isCanonical`, `seo_url`.`is_modified` as `seo_url.isModified`, `seo_url`.`is_deleted` as `seo_url.isDeleted`, `seo_url`.`custom_fields` as `seo_url.customFields`, `seo_url`.`created_at` as `seo_url.createdAt`, `seo_url`.`updated_at` as `seo_url.updatedAt` FROM `seo_url` WHERE (`seo_url`.`language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B AND `seo_url`.`sales_channel_id` = 0xFD5CCFC31DFA44A697B9FA97E8E740E1 AND `seo_url`.`route_name` = 'frontend.cbax.lexicon.listing' AND `seo_url`.`path_info` = '/cbax/lexicon/listing/G' AND `seo_url`.`is_deleted` = 0);
array:23 [▼
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 242)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 316)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetch (line 148)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 93)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::read (line 257)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::read (line 286)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::_search (line 106)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 51)"
9 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator::search (line 118)"
10 => "Cbax\ModulLexicon\Components\LexiconSeo::getSeoUrl (line 229)"
11 => "Cbax\ModulLexicon\Components\LexiconHelper::getLexiconEntryByChar (line 225)"
12 => "Cbax\ModulLexicon\Controller\FrontendController::detail (line 163)"
13 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
14 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
15 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
16 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 479)"
17 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 452)"
18 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 346)"
19 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 224)"
20 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
21 => "Shopware\Core\HttpKernel::doHandle (line 81)"
22 => "Shopware\Core\HttpKernel::handle (line 85)"
]
|
100 |
0.15 ms |
SELECT `seo_url`.`id` as `seo_url.id`, `seo_url`.`sales_channel_id` as `seo_url.salesChannelId`, `seo_url`.`language_id` as `seo_url.languageId`, `seo_url`.`foreign_key` as `seo_url.foreignKey`, `seo_url`.`route_name` as `seo_url.routeName`, `seo_url`.`path_info` as `seo_url.pathInfo`, `seo_url`.`seo_path_info` as `seo_url.seoPathInfo`, `seo_url`.`is_canonical` as `seo_url.isCanonical`, `seo_url`.`is_modified` as `seo_url.isModified`, `seo_url`.`is_deleted` as `seo_url.isDeleted`, `seo_url`.`custom_fields` as `seo_url.customFields`, `seo_url`.`created_at` as `seo_url.createdAt`, `seo_url`.`updated_at` as `seo_url.updatedAt` FROM `seo_url` WHERE (`seo_url`.`language_id` = :param_d448768db81a4d5e8dccb8657dd3cd91 AND `seo_url`.`sales_channel_id` = :param_9d5953bd960b483b935a0da368d0f085 AND `seo_url`.`route_name` = :param_528da5175b564c53b148bdff3f3075b8 AND `seo_url`.`path_info` = :param_df0e38e0e8eb4f6ba4cc6f8475d78fa6 AND `seo_url`.`is_deleted` = :param_c71223c5e3104965a31cd028f042d3ca)
SELECT
`seo_url`.`id` as `seo_url.id`,
`seo_url`.`sales_channel_id` as `seo_url.salesChannelId`,
`seo_url`.`language_id` as `seo_url.languageId`,
`seo_url`.`foreign_key` as `seo_url.foreignKey`,
`seo_url`.`route_name` as `seo_url.routeName`,
`seo_url`.`path_info` as `seo_url.pathInfo`,
`seo_url`.`seo_path_info` as `seo_url.seoPathInfo`,
`seo_url`.`is_canonical` as `seo_url.isCanonical`,
`seo_url`.`is_modified` as `seo_url.isModified`,
`seo_url`.`is_deleted` as `seo_url.isDeleted`,
`seo_url`.`custom_fields` as `seo_url.customFields`,
`seo_url`.`created_at` as `seo_url.createdAt`,
`seo_url`.`updated_at` as `seo_url.updatedAt`
FROM
`seo_url`
WHERE
(
`seo_url`.`language_id` = : param_d448768db81a4d5e8dccb8657dd3cd91
AND `seo_url`.`sales_channel_id` = : param_9d5953bd960b483b935a0da368d0f085
AND `seo_url`.`route_name` = : param_528da5175b564c53b148bdff3f3075b8
AND `seo_url`.`path_info` = : param_df0e38e0e8eb4f6ba4cc6f8475d78fa6
AND `seo_url`.`is_deleted` = : param_c71223c5e3104965a31cd028f042d3ca
)
SELECT `seo_url`.`id` as `seo_url.id`, `seo_url`.`sales_channel_id` as `seo_url.salesChannelId`, `seo_url`.`language_id` as `seo_url.languageId`, `seo_url`.`foreign_key` as `seo_url.foreignKey`, `seo_url`.`route_name` as `seo_url.routeName`, `seo_url`.`path_info` as `seo_url.pathInfo`, `seo_url`.`seo_path_info` as `seo_url.seoPathInfo`, `seo_url`.`is_canonical` as `seo_url.isCanonical`, `seo_url`.`is_modified` as `seo_url.isModified`, `seo_url`.`is_deleted` as `seo_url.isDeleted`, `seo_url`.`custom_fields` as `seo_url.customFields`, `seo_url`.`created_at` as `seo_url.createdAt`, `seo_url`.`updated_at` as `seo_url.updatedAt` FROM `seo_url` WHERE (`seo_url`.`language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B AND `seo_url`.`sales_channel_id` = 0xFD5CCFC31DFA44A697B9FA97E8E740E1 AND `seo_url`.`route_name` = 'frontend.cbax.lexicon.listing' AND `seo_url`.`path_info` = '/cbax/lexicon/listing/H' AND `seo_url`.`is_deleted` = 0);
array:23 [▼
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 242)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 316)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetch (line 148)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 93)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::read (line 257)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::read (line 286)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::_search (line 106)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 51)"
9 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator::search (line 118)"
10 => "Cbax\ModulLexicon\Components\LexiconSeo::getSeoUrl (line 229)"
11 => "Cbax\ModulLexicon\Components\LexiconHelper::getLexiconEntryByChar (line 225)"
12 => "Cbax\ModulLexicon\Controller\FrontendController::detail (line 163)"
13 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
14 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
15 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
16 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 479)"
17 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 452)"
18 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 346)"
19 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 224)"
20 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
21 => "Shopware\Core\HttpKernel::doHandle (line 81)"
22 => "Shopware\Core\HttpKernel::handle (line 85)"
]
|
101 |
0.12 ms |
SELECT `seo_url`.`id` as `seo_url.id`, `seo_url`.`sales_channel_id` as `seo_url.salesChannelId`, `seo_url`.`language_id` as `seo_url.languageId`, `seo_url`.`foreign_key` as `seo_url.foreignKey`, `seo_url`.`route_name` as `seo_url.routeName`, `seo_url`.`path_info` as `seo_url.pathInfo`, `seo_url`.`seo_path_info` as `seo_url.seoPathInfo`, `seo_url`.`is_canonical` as `seo_url.isCanonical`, `seo_url`.`is_modified` as `seo_url.isModified`, `seo_url`.`is_deleted` as `seo_url.isDeleted`, `seo_url`.`custom_fields` as `seo_url.customFields`, `seo_url`.`created_at` as `seo_url.createdAt`, `seo_url`.`updated_at` as `seo_url.updatedAt` FROM `seo_url` WHERE (`seo_url`.`language_id` = :param_7910714295dc49209e0185ac89e7d2fc AND `seo_url`.`sales_channel_id` = :param_07eac208a9434fa1bf184a1ff356bcd0 AND `seo_url`.`route_name` = :param_c3b80fd1b32c483cb4e6ff85d00fa61d AND `seo_url`.`path_info` = :param_d962af33ec0e4a5da7aa36ceade5a9b2 AND `seo_url`.`is_deleted` = :param_39785f905ed64a74b8f850523a2eefb4)
SELECT
`seo_url`.`id` as `seo_url.id`,
`seo_url`.`sales_channel_id` as `seo_url.salesChannelId`,
`seo_url`.`language_id` as `seo_url.languageId`,
`seo_url`.`foreign_key` as `seo_url.foreignKey`,
`seo_url`.`route_name` as `seo_url.routeName`,
`seo_url`.`path_info` as `seo_url.pathInfo`,
`seo_url`.`seo_path_info` as `seo_url.seoPathInfo`,
`seo_url`.`is_canonical` as `seo_url.isCanonical`,
`seo_url`.`is_modified` as `seo_url.isModified`,
`seo_url`.`is_deleted` as `seo_url.isDeleted`,
`seo_url`.`custom_fields` as `seo_url.customFields`,
`seo_url`.`created_at` as `seo_url.createdAt`,
`seo_url`.`updated_at` as `seo_url.updatedAt`
FROM
`seo_url`
WHERE
(
`seo_url`.`language_id` = : param_7910714295dc49209e0185ac89e7d2fc
AND `seo_url`.`sales_channel_id` = : param_07eac208a9434fa1bf184a1ff356bcd0
AND `seo_url`.`route_name` = : param_c3b80fd1b32c483cb4e6ff85d00fa61d
AND `seo_url`.`path_info` = : param_d962af33ec0e4a5da7aa36ceade5a9b2
AND `seo_url`.`is_deleted` = : param_39785f905ed64a74b8f850523a2eefb4
)
SELECT `seo_url`.`id` as `seo_url.id`, `seo_url`.`sales_channel_id` as `seo_url.salesChannelId`, `seo_url`.`language_id` as `seo_url.languageId`, `seo_url`.`foreign_key` as `seo_url.foreignKey`, `seo_url`.`route_name` as `seo_url.routeName`, `seo_url`.`path_info` as `seo_url.pathInfo`, `seo_url`.`seo_path_info` as `seo_url.seoPathInfo`, `seo_url`.`is_canonical` as `seo_url.isCanonical`, `seo_url`.`is_modified` as `seo_url.isModified`, `seo_url`.`is_deleted` as `seo_url.isDeleted`, `seo_url`.`custom_fields` as `seo_url.customFields`, `seo_url`.`created_at` as `seo_url.createdAt`, `seo_url`.`updated_at` as `seo_url.updatedAt` FROM `seo_url` WHERE (`seo_url`.`language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B AND `seo_url`.`sales_channel_id` = 0xFD5CCFC31DFA44A697B9FA97E8E740E1 AND `seo_url`.`route_name` = 'frontend.cbax.lexicon.listing' AND `seo_url`.`path_info` = '/cbax/lexicon/listing/I' AND `seo_url`.`is_deleted` = 0);
array:23 [▼
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 242)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 316)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetch (line 148)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 93)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::read (line 257)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::read (line 286)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::_search (line 106)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 51)"
9 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator::search (line 118)"
10 => "Cbax\ModulLexicon\Components\LexiconSeo::getSeoUrl (line 229)"
11 => "Cbax\ModulLexicon\Components\LexiconHelper::getLexiconEntryByChar (line 225)"
12 => "Cbax\ModulLexicon\Controller\FrontendController::detail (line 163)"
13 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
14 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
15 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
16 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 479)"
17 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 452)"
18 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 346)"
19 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 224)"
20 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
21 => "Shopware\Core\HttpKernel::doHandle (line 81)"
22 => "Shopware\Core\HttpKernel::handle (line 85)"
]
|
102 |
0.12 ms |
SELECT `seo_url`.`id` as `seo_url.id`, `seo_url`.`sales_channel_id` as `seo_url.salesChannelId`, `seo_url`.`language_id` as `seo_url.languageId`, `seo_url`.`foreign_key` as `seo_url.foreignKey`, `seo_url`.`route_name` as `seo_url.routeName`, `seo_url`.`path_info` as `seo_url.pathInfo`, `seo_url`.`seo_path_info` as `seo_url.seoPathInfo`, `seo_url`.`is_canonical` as `seo_url.isCanonical`, `seo_url`.`is_modified` as `seo_url.isModified`, `seo_url`.`is_deleted` as `seo_url.isDeleted`, `seo_url`.`custom_fields` as `seo_url.customFields`, `seo_url`.`created_at` as `seo_url.createdAt`, `seo_url`.`updated_at` as `seo_url.updatedAt` FROM `seo_url` WHERE (`seo_url`.`language_id` = :param_1cb3633292d644c1be4f19d4197955c6 AND `seo_url`.`sales_channel_id` = :param_54367223c651408987ce061b22bfcf51 AND `seo_url`.`route_name` = :param_da42182654004e478de168db5a10c178 AND `seo_url`.`path_info` = :param_b672b853b3da47e8823310887392ac38 AND `seo_url`.`is_deleted` = :param_abb095b2460646a0a92e988c02d07ba2)
SELECT
`seo_url`.`id` as `seo_url.id`,
`seo_url`.`sales_channel_id` as `seo_url.salesChannelId`,
`seo_url`.`language_id` as `seo_url.languageId`,
`seo_url`.`foreign_key` as `seo_url.foreignKey`,
`seo_url`.`route_name` as `seo_url.routeName`,
`seo_url`.`path_info` as `seo_url.pathInfo`,
`seo_url`.`seo_path_info` as `seo_url.seoPathInfo`,
`seo_url`.`is_canonical` as `seo_url.isCanonical`,
`seo_url`.`is_modified` as `seo_url.isModified`,
`seo_url`.`is_deleted` as `seo_url.isDeleted`,
`seo_url`.`custom_fields` as `seo_url.customFields`,
`seo_url`.`created_at` as `seo_url.createdAt`,
`seo_url`.`updated_at` as `seo_url.updatedAt`
FROM
`seo_url`
WHERE
(
`seo_url`.`language_id` = : param_1cb3633292d644c1be4f19d4197955c6
AND `seo_url`.`sales_channel_id` = : param_54367223c651408987ce061b22bfcf51
AND `seo_url`.`route_name` = : param_da42182654004e478de168db5a10c178
AND `seo_url`.`path_info` = : param_b672b853b3da47e8823310887392ac38
AND `seo_url`.`is_deleted` = : param_abb095b2460646a0a92e988c02d07ba2
)
SELECT `seo_url`.`id` as `seo_url.id`, `seo_url`.`sales_channel_id` as `seo_url.salesChannelId`, `seo_url`.`language_id` as `seo_url.languageId`, `seo_url`.`foreign_key` as `seo_url.foreignKey`, `seo_url`.`route_name` as `seo_url.routeName`, `seo_url`.`path_info` as `seo_url.pathInfo`, `seo_url`.`seo_path_info` as `seo_url.seoPathInfo`, `seo_url`.`is_canonical` as `seo_url.isCanonical`, `seo_url`.`is_modified` as `seo_url.isModified`, `seo_url`.`is_deleted` as `seo_url.isDeleted`, `seo_url`.`custom_fields` as `seo_url.customFields`, `seo_url`.`created_at` as `seo_url.createdAt`, `seo_url`.`updated_at` as `seo_url.updatedAt` FROM `seo_url` WHERE (`seo_url`.`language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B AND `seo_url`.`sales_channel_id` = 0xFD5CCFC31DFA44A697B9FA97E8E740E1 AND `seo_url`.`route_name` = 'frontend.cbax.lexicon.listing' AND `seo_url`.`path_info` = '/cbax/lexicon/listing/J' AND `seo_url`.`is_deleted` = 0);
array:23 [▼
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 242)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 316)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetch (line 148)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 93)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::read (line 257)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::read (line 286)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::_search (line 106)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 51)"
9 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator::search (line 118)"
10 => "Cbax\ModulLexicon\Components\LexiconSeo::getSeoUrl (line 229)"
11 => "Cbax\ModulLexicon\Components\LexiconHelper::getLexiconEntryByChar (line 225)"
12 => "Cbax\ModulLexicon\Controller\FrontendController::detail (line 163)"
13 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
14 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
15 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
16 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 479)"
17 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 452)"
18 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 346)"
19 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 224)"
20 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
21 => "Shopware\Core\HttpKernel::doHandle (line 81)"
22 => "Shopware\Core\HttpKernel::handle (line 85)"
]
|
103 |
0.12 ms |
SELECT `seo_url`.`id` as `seo_url.id`, `seo_url`.`sales_channel_id` as `seo_url.salesChannelId`, `seo_url`.`language_id` as `seo_url.languageId`, `seo_url`.`foreign_key` as `seo_url.foreignKey`, `seo_url`.`route_name` as `seo_url.routeName`, `seo_url`.`path_info` as `seo_url.pathInfo`, `seo_url`.`seo_path_info` as `seo_url.seoPathInfo`, `seo_url`.`is_canonical` as `seo_url.isCanonical`, `seo_url`.`is_modified` as `seo_url.isModified`, `seo_url`.`is_deleted` as `seo_url.isDeleted`, `seo_url`.`custom_fields` as `seo_url.customFields`, `seo_url`.`created_at` as `seo_url.createdAt`, `seo_url`.`updated_at` as `seo_url.updatedAt` FROM `seo_url` WHERE (`seo_url`.`language_id` = :param_07ee7d95a14647e0a126c789d6ff97c8 AND `seo_url`.`sales_channel_id` = :param_5d78561c1ff445e6994df0869122a274 AND `seo_url`.`route_name` = :param_901808a1385f4c4da11999433f0555f7 AND `seo_url`.`path_info` = :param_293effc7a82549789b354a3d3b9617ab AND `seo_url`.`is_deleted` = :param_8e015f32000b4a1b822fbbd33271b7e7)
SELECT
`seo_url`.`id` as `seo_url.id`,
`seo_url`.`sales_channel_id` as `seo_url.salesChannelId`,
`seo_url`.`language_id` as `seo_url.languageId`,
`seo_url`.`foreign_key` as `seo_url.foreignKey`,
`seo_url`.`route_name` as `seo_url.routeName`,
`seo_url`.`path_info` as `seo_url.pathInfo`,
`seo_url`.`seo_path_info` as `seo_url.seoPathInfo`,
`seo_url`.`is_canonical` as `seo_url.isCanonical`,
`seo_url`.`is_modified` as `seo_url.isModified`,
`seo_url`.`is_deleted` as `seo_url.isDeleted`,
`seo_url`.`custom_fields` as `seo_url.customFields`,
`seo_url`.`created_at` as `seo_url.createdAt`,
`seo_url`.`updated_at` as `seo_url.updatedAt`
FROM
`seo_url`
WHERE
(
`seo_url`.`language_id` = : param_07ee7d95a14647e0a126c789d6ff97c8
AND `seo_url`.`sales_channel_id` = : param_5d78561c1ff445e6994df0869122a274
AND `seo_url`.`route_name` = : param_901808a1385f4c4da11999433f0555f7
AND `seo_url`.`path_info` = : param_293effc7a82549789b354a3d3b9617ab
AND `seo_url`.`is_deleted` = : param_8e015f32000b4a1b822fbbd33271b7e7
)
SELECT `seo_url`.`id` as `seo_url.id`, `seo_url`.`sales_channel_id` as `seo_url.salesChannelId`, `seo_url`.`language_id` as `seo_url.languageId`, `seo_url`.`foreign_key` as `seo_url.foreignKey`, `seo_url`.`route_name` as `seo_url.routeName`, `seo_url`.`path_info` as `seo_url.pathInfo`, `seo_url`.`seo_path_info` as `seo_url.seoPathInfo`, `seo_url`.`is_canonical` as `seo_url.isCanonical`, `seo_url`.`is_modified` as `seo_url.isModified`, `seo_url`.`is_deleted` as `seo_url.isDeleted`, `seo_url`.`custom_fields` as `seo_url.customFields`, `seo_url`.`created_at` as `seo_url.createdAt`, `seo_url`.`updated_at` as `seo_url.updatedAt` FROM `seo_url` WHERE (`seo_url`.`language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B AND `seo_url`.`sales_channel_id` = 0xFD5CCFC31DFA44A697B9FA97E8E740E1 AND `seo_url`.`route_name` = 'frontend.cbax.lexicon.listing' AND `seo_url`.`path_info` = '/cbax/lexicon/listing/K' AND `seo_url`.`is_deleted` = 0);
array:23 [▼
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 242)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 316)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetch (line 148)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 93)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::read (line 257)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::read (line 286)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::_search (line 106)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 51)"
9 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator::search (line 118)"
10 => "Cbax\ModulLexicon\Components\LexiconSeo::getSeoUrl (line 229)"
11 => "Cbax\ModulLexicon\Components\LexiconHelper::getLexiconEntryByChar (line 225)"
12 => "Cbax\ModulLexicon\Controller\FrontendController::detail (line 163)"
13 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
14 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
15 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
16 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 479)"
17 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 452)"
18 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 346)"
19 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 224)"
20 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
21 => "Shopware\Core\HttpKernel::doHandle (line 81)"
22 => "Shopware\Core\HttpKernel::handle (line 85)"
]
|
104 |
0.13 ms |
SELECT `seo_url`.`id` as `seo_url.id`, `seo_url`.`sales_channel_id` as `seo_url.salesChannelId`, `seo_url`.`language_id` as `seo_url.languageId`, `seo_url`.`foreign_key` as `seo_url.foreignKey`, `seo_url`.`route_name` as `seo_url.routeName`, `seo_url`.`path_info` as `seo_url.pathInfo`, `seo_url`.`seo_path_info` as `seo_url.seoPathInfo`, `seo_url`.`is_canonical` as `seo_url.isCanonical`, `seo_url`.`is_modified` as `seo_url.isModified`, `seo_url`.`is_deleted` as `seo_url.isDeleted`, `seo_url`.`custom_fields` as `seo_url.customFields`, `seo_url`.`created_at` as `seo_url.createdAt`, `seo_url`.`updated_at` as `seo_url.updatedAt` FROM `seo_url` WHERE (`seo_url`.`language_id` = :param_d3daf32ca592429aa246642fc1d397d1 AND `seo_url`.`sales_channel_id` = :param_422522219c3045d39c8816af74abe13c AND `seo_url`.`route_name` = :param_103259e033fc4ee6bb47d4825ddcd7ae AND `seo_url`.`path_info` = :param_4a575b8810bf4521b211348ee3dc18df AND `seo_url`.`is_deleted` = :param_eb88dfaa54eb4ac1b12ee02f975848e9)
SELECT
`seo_url`.`id` as `seo_url.id`,
`seo_url`.`sales_channel_id` as `seo_url.salesChannelId`,
`seo_url`.`language_id` as `seo_url.languageId`,
`seo_url`.`foreign_key` as `seo_url.foreignKey`,
`seo_url`.`route_name` as `seo_url.routeName`,
`seo_url`.`path_info` as `seo_url.pathInfo`,
`seo_url`.`seo_path_info` as `seo_url.seoPathInfo`,
`seo_url`.`is_canonical` as `seo_url.isCanonical`,
`seo_url`.`is_modified` as `seo_url.isModified`,
`seo_url`.`is_deleted` as `seo_url.isDeleted`,
`seo_url`.`custom_fields` as `seo_url.customFields`,
`seo_url`.`created_at` as `seo_url.createdAt`,
`seo_url`.`updated_at` as `seo_url.updatedAt`
FROM
`seo_url`
WHERE
(
`seo_url`.`language_id` = : param_d3daf32ca592429aa246642fc1d397d1
AND `seo_url`.`sales_channel_id` = : param_422522219c3045d39c8816af74abe13c
AND `seo_url`.`route_name` = : param_103259e033fc4ee6bb47d4825ddcd7ae
AND `seo_url`.`path_info` = : param_4a575b8810bf4521b211348ee3dc18df
AND `seo_url`.`is_deleted` = : param_eb88dfaa54eb4ac1b12ee02f975848e9
)
SELECT `seo_url`.`id` as `seo_url.id`, `seo_url`.`sales_channel_id` as `seo_url.salesChannelId`, `seo_url`.`language_id` as `seo_url.languageId`, `seo_url`.`foreign_key` as `seo_url.foreignKey`, `seo_url`.`route_name` as `seo_url.routeName`, `seo_url`.`path_info` as `seo_url.pathInfo`, `seo_url`.`seo_path_info` as `seo_url.seoPathInfo`, `seo_url`.`is_canonical` as `seo_url.isCanonical`, `seo_url`.`is_modified` as `seo_url.isModified`, `seo_url`.`is_deleted` as `seo_url.isDeleted`, `seo_url`.`custom_fields` as `seo_url.customFields`, `seo_url`.`created_at` as `seo_url.createdAt`, `seo_url`.`updated_at` as `seo_url.updatedAt` FROM `seo_url` WHERE (`seo_url`.`language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B AND `seo_url`.`sales_channel_id` = 0xFD5CCFC31DFA44A697B9FA97E8E740E1 AND `seo_url`.`route_name` = 'frontend.cbax.lexicon.listing' AND `seo_url`.`path_info` = '/cbax/lexicon/listing/L' AND `seo_url`.`is_deleted` = 0);
array:23 [▼
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 242)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 316)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetch (line 148)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 93)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::read (line 257)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::read (line 286)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::_search (line 106)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 51)"
9 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator::search (line 118)"
10 => "Cbax\ModulLexicon\Components\LexiconSeo::getSeoUrl (line 229)"
11 => "Cbax\ModulLexicon\Components\LexiconHelper::getLexiconEntryByChar (line 225)"
12 => "Cbax\ModulLexicon\Controller\FrontendController::detail (line 163)"
13 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
14 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
15 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
16 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 479)"
17 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 452)"
18 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 346)"
19 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 224)"
20 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
21 => "Shopware\Core\HttpKernel::doHandle (line 81)"
22 => "Shopware\Core\HttpKernel::handle (line 85)"
]
|
105 |
0.13 ms |
SELECT `seo_url`.`id` as `seo_url.id`, `seo_url`.`sales_channel_id` as `seo_url.salesChannelId`, `seo_url`.`language_id` as `seo_url.languageId`, `seo_url`.`foreign_key` as `seo_url.foreignKey`, `seo_url`.`route_name` as `seo_url.routeName`, `seo_url`.`path_info` as `seo_url.pathInfo`, `seo_url`.`seo_path_info` as `seo_url.seoPathInfo`, `seo_url`.`is_canonical` as `seo_url.isCanonical`, `seo_url`.`is_modified` as `seo_url.isModified`, `seo_url`.`is_deleted` as `seo_url.isDeleted`, `seo_url`.`custom_fields` as `seo_url.customFields`, `seo_url`.`created_at` as `seo_url.createdAt`, `seo_url`.`updated_at` as `seo_url.updatedAt` FROM `seo_url` WHERE (`seo_url`.`language_id` = :param_0ba8ae4d5f404c7089c9839984c056f1 AND `seo_url`.`sales_channel_id` = :param_3a68cf32fa2f44ee858106ecc81d25b2 AND `seo_url`.`route_name` = :param_1f96c3f34050488ea28f51d233ab205f AND `seo_url`.`path_info` = :param_a6b433aedc914fa8bb78372e7e0a8746 AND `seo_url`.`is_deleted` = :param_3cb73774cd304ee196df7cfab3172fa8)
SELECT
`seo_url`.`id` as `seo_url.id`,
`seo_url`.`sales_channel_id` as `seo_url.salesChannelId`,
`seo_url`.`language_id` as `seo_url.languageId`,
`seo_url`.`foreign_key` as `seo_url.foreignKey`,
`seo_url`.`route_name` as `seo_url.routeName`,
`seo_url`.`path_info` as `seo_url.pathInfo`,
`seo_url`.`seo_path_info` as `seo_url.seoPathInfo`,
`seo_url`.`is_canonical` as `seo_url.isCanonical`,
`seo_url`.`is_modified` as `seo_url.isModified`,
`seo_url`.`is_deleted` as `seo_url.isDeleted`,
`seo_url`.`custom_fields` as `seo_url.customFields`,
`seo_url`.`created_at` as `seo_url.createdAt`,
`seo_url`.`updated_at` as `seo_url.updatedAt`
FROM
`seo_url`
WHERE
(
`seo_url`.`language_id` = : param_0ba8ae4d5f404c7089c9839984c056f1
AND `seo_url`.`sales_channel_id` = : param_3a68cf32fa2f44ee858106ecc81d25b2
AND `seo_url`.`route_name` = : param_1f96c3f34050488ea28f51d233ab205f
AND `seo_url`.`path_info` = : param_a6b433aedc914fa8bb78372e7e0a8746
AND `seo_url`.`is_deleted` = : param_3cb73774cd304ee196df7cfab3172fa8
)
SELECT `seo_url`.`id` as `seo_url.id`, `seo_url`.`sales_channel_id` as `seo_url.salesChannelId`, `seo_url`.`language_id` as `seo_url.languageId`, `seo_url`.`foreign_key` as `seo_url.foreignKey`, `seo_url`.`route_name` as `seo_url.routeName`, `seo_url`.`path_info` as `seo_url.pathInfo`, `seo_url`.`seo_path_info` as `seo_url.seoPathInfo`, `seo_url`.`is_canonical` as `seo_url.isCanonical`, `seo_url`.`is_modified` as `seo_url.isModified`, `seo_url`.`is_deleted` as `seo_url.isDeleted`, `seo_url`.`custom_fields` as `seo_url.customFields`, `seo_url`.`created_at` as `seo_url.createdAt`, `seo_url`.`updated_at` as `seo_url.updatedAt` FROM `seo_url` WHERE (`seo_url`.`language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B AND `seo_url`.`sales_channel_id` = 0xFD5CCFC31DFA44A697B9FA97E8E740E1 AND `seo_url`.`route_name` = 'frontend.cbax.lexicon.listing' AND `seo_url`.`path_info` = '/cbax/lexicon/listing/M' AND `seo_url`.`is_deleted` = 0);
array:23 [▼
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 242)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 316)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetch (line 148)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 93)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::read (line 257)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::read (line 286)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::_search (line 106)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 51)"
9 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator::search (line 118)"
10 => "Cbax\ModulLexicon\Components\LexiconSeo::getSeoUrl (line 229)"
11 => "Cbax\ModulLexicon\Components\LexiconHelper::getLexiconEntryByChar (line 225)"
12 => "Cbax\ModulLexicon\Controller\FrontendController::detail (line 163)"
13 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
14 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
15 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
16 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 479)"
17 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 452)"
18 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 346)"
19 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 224)"
20 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
21 => "Shopware\Core\HttpKernel::doHandle (line 81)"
22 => "Shopware\Core\HttpKernel::handle (line 85)"
]
|
106 |
0.12 ms |
SELECT `seo_url`.`id` as `seo_url.id`, `seo_url`.`sales_channel_id` as `seo_url.salesChannelId`, `seo_url`.`language_id` as `seo_url.languageId`, `seo_url`.`foreign_key` as `seo_url.foreignKey`, `seo_url`.`route_name` as `seo_url.routeName`, `seo_url`.`path_info` as `seo_url.pathInfo`, `seo_url`.`seo_path_info` as `seo_url.seoPathInfo`, `seo_url`.`is_canonical` as `seo_url.isCanonical`, `seo_url`.`is_modified` as `seo_url.isModified`, `seo_url`.`is_deleted` as `seo_url.isDeleted`, `seo_url`.`custom_fields` as `seo_url.customFields`, `seo_url`.`created_at` as `seo_url.createdAt`, `seo_url`.`updated_at` as `seo_url.updatedAt` FROM `seo_url` WHERE (`seo_url`.`language_id` = :param_f9517699c592424dbfccba9f45a2352b AND `seo_url`.`sales_channel_id` = :param_8ec1c7dca1864c92bd269212081bf195 AND `seo_url`.`route_name` = :param_f289f5e983544cc3b34fca248081c25e AND `seo_url`.`path_info` = :param_494a3bc305cc4fbc8de421003faa079b AND `seo_url`.`is_deleted` = :param_a7ac44199479444f975e8f1bdc5db62f)
SELECT
`seo_url`.`id` as `seo_url.id`,
`seo_url`.`sales_channel_id` as `seo_url.salesChannelId`,
`seo_url`.`language_id` as `seo_url.languageId`,
`seo_url`.`foreign_key` as `seo_url.foreignKey`,
`seo_url`.`route_name` as `seo_url.routeName`,
`seo_url`.`path_info` as `seo_url.pathInfo`,
`seo_url`.`seo_path_info` as `seo_url.seoPathInfo`,
`seo_url`.`is_canonical` as `seo_url.isCanonical`,
`seo_url`.`is_modified` as `seo_url.isModified`,
`seo_url`.`is_deleted` as `seo_url.isDeleted`,
`seo_url`.`custom_fields` as `seo_url.customFields`,
`seo_url`.`created_at` as `seo_url.createdAt`,
`seo_url`.`updated_at` as `seo_url.updatedAt`
FROM
`seo_url`
WHERE
(
`seo_url`.`language_id` = : param_f9517699c592424dbfccba9f45a2352b
AND `seo_url`.`sales_channel_id` = : param_8ec1c7dca1864c92bd269212081bf195
AND `seo_url`.`route_name` = : param_f289f5e983544cc3b34fca248081c25e
AND `seo_url`.`path_info` = : param_494a3bc305cc4fbc8de421003faa079b
AND `seo_url`.`is_deleted` = : param_a7ac44199479444f975e8f1bdc5db62f
)
SELECT `seo_url`.`id` as `seo_url.id`, `seo_url`.`sales_channel_id` as `seo_url.salesChannelId`, `seo_url`.`language_id` as `seo_url.languageId`, `seo_url`.`foreign_key` as `seo_url.foreignKey`, `seo_url`.`route_name` as `seo_url.routeName`, `seo_url`.`path_info` as `seo_url.pathInfo`, `seo_url`.`seo_path_info` as `seo_url.seoPathInfo`, `seo_url`.`is_canonical` as `seo_url.isCanonical`, `seo_url`.`is_modified` as `seo_url.isModified`, `seo_url`.`is_deleted` as `seo_url.isDeleted`, `seo_url`.`custom_fields` as `seo_url.customFields`, `seo_url`.`created_at` as `seo_url.createdAt`, `seo_url`.`updated_at` as `seo_url.updatedAt` FROM `seo_url` WHERE (`seo_url`.`language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B AND `seo_url`.`sales_channel_id` = 0xFD5CCFC31DFA44A697B9FA97E8E740E1 AND `seo_url`.`route_name` = 'frontend.cbax.lexicon.listing' AND `seo_url`.`path_info` = '/cbax/lexicon/listing/N' AND `seo_url`.`is_deleted` = 0);
array:23 [▼
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 242)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 316)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetch (line 148)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 93)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::read (line 257)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::read (line 286)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::_search (line 106)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 51)"
9 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator::search (line 118)"
10 => "Cbax\ModulLexicon\Components\LexiconSeo::getSeoUrl (line 229)"
11 => "Cbax\ModulLexicon\Components\LexiconHelper::getLexiconEntryByChar (line 225)"
12 => "Cbax\ModulLexicon\Controller\FrontendController::detail (line 163)"
13 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
14 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
15 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
16 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 479)"
17 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 452)"
18 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 346)"
19 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 224)"
20 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
21 => "Shopware\Core\HttpKernel::doHandle (line 81)"
22 => "Shopware\Core\HttpKernel::handle (line 85)"
]
|
107 |
0.24 ms |
SELECT `seo_url`.`id` as `seo_url.id`, `seo_url`.`sales_channel_id` as `seo_url.salesChannelId`, `seo_url`.`language_id` as `seo_url.languageId`, `seo_url`.`foreign_key` as `seo_url.foreignKey`, `seo_url`.`route_name` as `seo_url.routeName`, `seo_url`.`path_info` as `seo_url.pathInfo`, `seo_url`.`seo_path_info` as `seo_url.seoPathInfo`, `seo_url`.`is_canonical` as `seo_url.isCanonical`, `seo_url`.`is_modified` as `seo_url.isModified`, `seo_url`.`is_deleted` as `seo_url.isDeleted`, `seo_url`.`custom_fields` as `seo_url.customFields`, `seo_url`.`created_at` as `seo_url.createdAt`, `seo_url`.`updated_at` as `seo_url.updatedAt` FROM `seo_url` WHERE (`seo_url`.`language_id` = :param_d2468491f980433d8db8d2b41d62c6d8 AND `seo_url`.`sales_channel_id` = :param_a911a6bed2094093849b0180c73c4c65 AND `seo_url`.`route_name` = :param_98fda1c5c43d44ea85404987f8d58caf AND `seo_url`.`path_info` = :param_bd9b2464129947ce945f8fc79b266229 AND `seo_url`.`is_deleted` = :param_821d0d7c0d7f43a1bad16719f5483134)
SELECT
`seo_url`.`id` as `seo_url.id`,
`seo_url`.`sales_channel_id` as `seo_url.salesChannelId`,
`seo_url`.`language_id` as `seo_url.languageId`,
`seo_url`.`foreign_key` as `seo_url.foreignKey`,
`seo_url`.`route_name` as `seo_url.routeName`,
`seo_url`.`path_info` as `seo_url.pathInfo`,
`seo_url`.`seo_path_info` as `seo_url.seoPathInfo`,
`seo_url`.`is_canonical` as `seo_url.isCanonical`,
`seo_url`.`is_modified` as `seo_url.isModified`,
`seo_url`.`is_deleted` as `seo_url.isDeleted`,
`seo_url`.`custom_fields` as `seo_url.customFields`,
`seo_url`.`created_at` as `seo_url.createdAt`,
`seo_url`.`updated_at` as `seo_url.updatedAt`
FROM
`seo_url`
WHERE
(
`seo_url`.`language_id` = : param_d2468491f980433d8db8d2b41d62c6d8
AND `seo_url`.`sales_channel_id` = : param_a911a6bed2094093849b0180c73c4c65
AND `seo_url`.`route_name` = : param_98fda1c5c43d44ea85404987f8d58caf
AND `seo_url`.`path_info` = : param_bd9b2464129947ce945f8fc79b266229
AND `seo_url`.`is_deleted` = : param_821d0d7c0d7f43a1bad16719f5483134
)
SELECT `seo_url`.`id` as `seo_url.id`, `seo_url`.`sales_channel_id` as `seo_url.salesChannelId`, `seo_url`.`language_id` as `seo_url.languageId`, `seo_url`.`foreign_key` as `seo_url.foreignKey`, `seo_url`.`route_name` as `seo_url.routeName`, `seo_url`.`path_info` as `seo_url.pathInfo`, `seo_url`.`seo_path_info` as `seo_url.seoPathInfo`, `seo_url`.`is_canonical` as `seo_url.isCanonical`, `seo_url`.`is_modified` as `seo_url.isModified`, `seo_url`.`is_deleted` as `seo_url.isDeleted`, `seo_url`.`custom_fields` as `seo_url.customFields`, `seo_url`.`created_at` as `seo_url.createdAt`, `seo_url`.`updated_at` as `seo_url.updatedAt` FROM `seo_url` WHERE (`seo_url`.`language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B AND `seo_url`.`sales_channel_id` = 0xFD5CCFC31DFA44A697B9FA97E8E740E1 AND `seo_url`.`route_name` = 'frontend.cbax.lexicon.listing' AND `seo_url`.`path_info` = '/cbax/lexicon/listing/O' AND `seo_url`.`is_deleted` = 0);
array:23 [▼
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 242)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 316)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetch (line 148)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 93)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::read (line 257)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::read (line 286)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::_search (line 106)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 51)"
9 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator::search (line 118)"
10 => "Cbax\ModulLexicon\Components\LexiconSeo::getSeoUrl (line 229)"
11 => "Cbax\ModulLexicon\Components\LexiconHelper::getLexiconEntryByChar (line 225)"
12 => "Cbax\ModulLexicon\Controller\FrontendController::detail (line 163)"
13 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
14 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
15 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
16 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 479)"
17 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 452)"
18 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 346)"
19 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 224)"
20 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
21 => "Shopware\Core\HttpKernel::doHandle (line 81)"
22 => "Shopware\Core\HttpKernel::handle (line 85)"
]
|
108 |
0.14 ms |
SELECT `seo_url`.`id` as `seo_url.id`, `seo_url`.`sales_channel_id` as `seo_url.salesChannelId`, `seo_url`.`language_id` as `seo_url.languageId`, `seo_url`.`foreign_key` as `seo_url.foreignKey`, `seo_url`.`route_name` as `seo_url.routeName`, `seo_url`.`path_info` as `seo_url.pathInfo`, `seo_url`.`seo_path_info` as `seo_url.seoPathInfo`, `seo_url`.`is_canonical` as `seo_url.isCanonical`, `seo_url`.`is_modified` as `seo_url.isModified`, `seo_url`.`is_deleted` as `seo_url.isDeleted`, `seo_url`.`custom_fields` as `seo_url.customFields`, `seo_url`.`created_at` as `seo_url.createdAt`, `seo_url`.`updated_at` as `seo_url.updatedAt` FROM `seo_url` WHERE (`seo_url`.`language_id` = :param_02f0024695c94b7690e8aaa5b8bff204 AND `seo_url`.`sales_channel_id` = :param_0f9612f78c7043318650957a40724c03 AND `seo_url`.`route_name` = :param_26fe7360c13142cf93a6fb5e93ae2750 AND `seo_url`.`path_info` = :param_007a76968c3f479b8ed1363b5d4364a7 AND `seo_url`.`is_deleted` = :param_4d5f8d7854ac4f22b9733af3323c9a2b)
SELECT
`seo_url`.`id` as `seo_url.id`,
`seo_url`.`sales_channel_id` as `seo_url.salesChannelId`,
`seo_url`.`language_id` as `seo_url.languageId`,
`seo_url`.`foreign_key` as `seo_url.foreignKey`,
`seo_url`.`route_name` as `seo_url.routeName`,
`seo_url`.`path_info` as `seo_url.pathInfo`,
`seo_url`.`seo_path_info` as `seo_url.seoPathInfo`,
`seo_url`.`is_canonical` as `seo_url.isCanonical`,
`seo_url`.`is_modified` as `seo_url.isModified`,
`seo_url`.`is_deleted` as `seo_url.isDeleted`,
`seo_url`.`custom_fields` as `seo_url.customFields`,
`seo_url`.`created_at` as `seo_url.createdAt`,
`seo_url`.`updated_at` as `seo_url.updatedAt`
FROM
`seo_url`
WHERE
(
`seo_url`.`language_id` = : param_02f0024695c94b7690e8aaa5b8bff204
AND `seo_url`.`sales_channel_id` = : param_0f9612f78c7043318650957a40724c03
AND `seo_url`.`route_name` = : param_26fe7360c13142cf93a6fb5e93ae2750
AND `seo_url`.`path_info` = : param_007a76968c3f479b8ed1363b5d4364a7
AND `seo_url`.`is_deleted` = : param_4d5f8d7854ac4f22b9733af3323c9a2b
)
SELECT `seo_url`.`id` as `seo_url.id`, `seo_url`.`sales_channel_id` as `seo_url.salesChannelId`, `seo_url`.`language_id` as `seo_url.languageId`, `seo_url`.`foreign_key` as `seo_url.foreignKey`, `seo_url`.`route_name` as `seo_url.routeName`, `seo_url`.`path_info` as `seo_url.pathInfo`, `seo_url`.`seo_path_info` as `seo_url.seoPathInfo`, `seo_url`.`is_canonical` as `seo_url.isCanonical`, `seo_url`.`is_modified` as `seo_url.isModified`, `seo_url`.`is_deleted` as `seo_url.isDeleted`, `seo_url`.`custom_fields` as `seo_url.customFields`, `seo_url`.`created_at` as `seo_url.createdAt`, `seo_url`.`updated_at` as `seo_url.updatedAt` FROM `seo_url` WHERE (`seo_url`.`language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B AND `seo_url`.`sales_channel_id` = 0xFD5CCFC31DFA44A697B9FA97E8E740E1 AND `seo_url`.`route_name` = 'frontend.cbax.lexicon.index' AND `seo_url`.`path_info` = '/cbax/lexicon/index' AND `seo_url`.`is_deleted` = 0);
array:22 [▼
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 242)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 316)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetch (line 148)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 93)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::read (line 257)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::read (line 286)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::_search (line 106)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 51)"
9 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator::search (line 118)"
10 => "Cbax\ModulLexicon\Components\LexiconSeo::getSeoUrl (line 233)"
11 => "Cbax\ModulLexicon\Controller\FrontendController::detail (line 163)"
12 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
13 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
14 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
15 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 479)"
16 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 452)"
17 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 346)"
18 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 224)"
19 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
20 => "Shopware\Core\HttpKernel::doHandle (line 81)"
21 => "Shopware\Core\HttpKernel::handle (line 85)"
]
|
109 |
0.13 ms |
SELECT `seo_url`.`id` as `seo_url.id`, `seo_url`.`sales_channel_id` as `seo_url.salesChannelId`, `seo_url`.`language_id` as `seo_url.languageId`, `seo_url`.`foreign_key` as `seo_url.foreignKey`, `seo_url`.`route_name` as `seo_url.routeName`, `seo_url`.`path_info` as `seo_url.pathInfo`, `seo_url`.`seo_path_info` as `seo_url.seoPathInfo`, `seo_url`.`is_canonical` as `seo_url.isCanonical`, `seo_url`.`is_modified` as `seo_url.isModified`, `seo_url`.`is_deleted` as `seo_url.isDeleted`, `seo_url`.`custom_fields` as `seo_url.customFields`, `seo_url`.`created_at` as `seo_url.createdAt`, `seo_url`.`updated_at` as `seo_url.updatedAt` FROM `seo_url` WHERE (`seo_url`.`language_id` = :param_f29b622cd371421384fca03e13c7bcda AND `seo_url`.`sales_channel_id` = :param_d00a5d4559484ae8b9ad600c92aa41a7 AND `seo_url`.`route_name` = :param_ed133d5da1a14ed1bb489450c7621957 AND `seo_url`.`path_info` = :param_82b5ac2c2796402b89832d9457ace0b1 AND `seo_url`.`is_deleted` = :param_20bc6c9fa49343478e0796b0e80f075d)
SELECT
`seo_url`.`id` as `seo_url.id`,
`seo_url`.`sales_channel_id` as `seo_url.salesChannelId`,
`seo_url`.`language_id` as `seo_url.languageId`,
`seo_url`.`foreign_key` as `seo_url.foreignKey`,
`seo_url`.`route_name` as `seo_url.routeName`,
`seo_url`.`path_info` as `seo_url.pathInfo`,
`seo_url`.`seo_path_info` as `seo_url.seoPathInfo`,
`seo_url`.`is_canonical` as `seo_url.isCanonical`,
`seo_url`.`is_modified` as `seo_url.isModified`,
`seo_url`.`is_deleted` as `seo_url.isDeleted`,
`seo_url`.`custom_fields` as `seo_url.customFields`,
`seo_url`.`created_at` as `seo_url.createdAt`,
`seo_url`.`updated_at` as `seo_url.updatedAt`
FROM
`seo_url`
WHERE
(
`seo_url`.`language_id` = : param_f29b622cd371421384fca03e13c7bcda
AND `seo_url`.`sales_channel_id` = : param_d00a5d4559484ae8b9ad600c92aa41a7
AND `seo_url`.`route_name` = : param_ed133d5da1a14ed1bb489450c7621957
AND `seo_url`.`path_info` = : param_82b5ac2c2796402b89832d9457ace0b1
AND `seo_url`.`is_deleted` = : param_20bc6c9fa49343478e0796b0e80f075d
)
SELECT `seo_url`.`id` as `seo_url.id`, `seo_url`.`sales_channel_id` as `seo_url.salesChannelId`, `seo_url`.`language_id` as `seo_url.languageId`, `seo_url`.`foreign_key` as `seo_url.foreignKey`, `seo_url`.`route_name` as `seo_url.routeName`, `seo_url`.`path_info` as `seo_url.pathInfo`, `seo_url`.`seo_path_info` as `seo_url.seoPathInfo`, `seo_url`.`is_canonical` as `seo_url.isCanonical`, `seo_url`.`is_modified` as `seo_url.isModified`, `seo_url`.`is_deleted` as `seo_url.isDeleted`, `seo_url`.`custom_fields` as `seo_url.customFields`, `seo_url`.`created_at` as `seo_url.createdAt`, `seo_url`.`updated_at` as `seo_url.updatedAt` FROM `seo_url` WHERE (`seo_url`.`language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B AND `seo_url`.`sales_channel_id` = 0xFD5CCFC31DFA44A697B9FA97E8E740E1 AND `seo_url`.`route_name` = 'frontend.cbax.lexicon.listing' AND `seo_url`.`path_info` = '/cbax/lexicon/listing/C' AND `seo_url`.`is_deleted` = 0);
array:22 [▼
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 242)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 316)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetch (line 148)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 93)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::read (line 257)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::read (line 286)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::_search (line 106)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 51)"
9 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator::search (line 118)"
10 => "Cbax\ModulLexicon\Components\LexiconSeo::getSeoUrl (line 234)"
11 => "Cbax\ModulLexicon\Controller\FrontendController::detail (line 163)"
12 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
13 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
14 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
15 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 479)"
16 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 452)"
17 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 346)"
18 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 224)"
19 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
20 => "Shopware\Core\HttpKernel::doHandle (line 81)"
21 => "Shopware\Core\HttpKernel::handle (line 85)"
]
|
110 |
0.12 ms |
SELECT `seo_url`.`id` as `seo_url.id`, `seo_url`.`sales_channel_id` as `seo_url.salesChannelId`, `seo_url`.`language_id` as `seo_url.languageId`, `seo_url`.`foreign_key` as `seo_url.foreignKey`, `seo_url`.`route_name` as `seo_url.routeName`, `seo_url`.`path_info` as `seo_url.pathInfo`, `seo_url`.`seo_path_info` as `seo_url.seoPathInfo`, `seo_url`.`is_canonical` as `seo_url.isCanonical`, `seo_url`.`is_modified` as `seo_url.isModified`, `seo_url`.`is_deleted` as `seo_url.isDeleted`, `seo_url`.`custom_fields` as `seo_url.customFields`, `seo_url`.`created_at` as `seo_url.createdAt`, `seo_url`.`updated_at` as `seo_url.updatedAt` FROM `seo_url` WHERE (`seo_url`.`language_id` = :param_0b6feff3fd8e4d1bbaba421d8ea87136 AND `seo_url`.`sales_channel_id` = :param_6c827b17f86844c5ba915b9f89693a47 AND `seo_url`.`route_name` = :param_efc5c5b667de4600a65c3f31f9baf384 AND `seo_url`.`path_info` = :param_71edea8c6ae643dab3afece0bbed435d AND `seo_url`.`is_deleted` = :param_cb4749a36ba749c795d7ea5f24b8e182)
SELECT
`seo_url`.`id` as `seo_url.id`,
`seo_url`.`sales_channel_id` as `seo_url.salesChannelId`,
`seo_url`.`language_id` as `seo_url.languageId`,
`seo_url`.`foreign_key` as `seo_url.foreignKey`,
`seo_url`.`route_name` as `seo_url.routeName`,
`seo_url`.`path_info` as `seo_url.pathInfo`,
`seo_url`.`seo_path_info` as `seo_url.seoPathInfo`,
`seo_url`.`is_canonical` as `seo_url.isCanonical`,
`seo_url`.`is_modified` as `seo_url.isModified`,
`seo_url`.`is_deleted` as `seo_url.isDeleted`,
`seo_url`.`custom_fields` as `seo_url.customFields`,
`seo_url`.`created_at` as `seo_url.createdAt`,
`seo_url`.`updated_at` as `seo_url.updatedAt`
FROM
`seo_url`
WHERE
(
`seo_url`.`language_id` = : param_0b6feff3fd8e4d1bbaba421d8ea87136
AND `seo_url`.`sales_channel_id` = : param_6c827b17f86844c5ba915b9f89693a47
AND `seo_url`.`route_name` = : param_efc5c5b667de4600a65c3f31f9baf384
AND `seo_url`.`path_info` = : param_71edea8c6ae643dab3afece0bbed435d
AND `seo_url`.`is_deleted` = : param_cb4749a36ba749c795d7ea5f24b8e182
)
SELECT `seo_url`.`id` as `seo_url.id`, `seo_url`.`sales_channel_id` as `seo_url.salesChannelId`, `seo_url`.`language_id` as `seo_url.languageId`, `seo_url`.`foreign_key` as `seo_url.foreignKey`, `seo_url`.`route_name` as `seo_url.routeName`, `seo_url`.`path_info` as `seo_url.pathInfo`, `seo_url`.`seo_path_info` as `seo_url.seoPathInfo`, `seo_url`.`is_canonical` as `seo_url.isCanonical`, `seo_url`.`is_modified` as `seo_url.isModified`, `seo_url`.`is_deleted` as `seo_url.isDeleted`, `seo_url`.`custom_fields` as `seo_url.customFields`, `seo_url`.`created_at` as `seo_url.createdAt`, `seo_url`.`updated_at` as `seo_url.updatedAt` FROM `seo_url` WHERE (`seo_url`.`language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B AND `seo_url`.`sales_channel_id` = 0xFD5CCFC31DFA44A697B9FA97E8E740E1 AND `seo_url`.`route_name` = 'frontend.cbax.lexicon.detail' AND `seo_url`.`path_info` = '/cbax/lexicon/detail/3146537e290346d2a7eca8a4bc226ead' AND `seo_url`.`is_deleted` = 0);
array:22 [▼
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 242)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 316)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetch (line 148)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 93)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::read (line 257)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::read (line 286)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::_search (line 106)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 51)"
9 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator::search (line 118)"
10 => "Cbax\ModulLexicon\Components\LexiconSeo::getSeoUrl (line 235)"
11 => "Cbax\ModulLexicon\Controller\FrontendController::detail (line 163)"
12 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
13 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
14 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
15 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 479)"
16 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 452)"
17 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 346)"
18 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 224)"
19 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
20 => "Shopware\Core\HttpKernel::doHandle (line 81)"
21 => "Shopware\Core\HttpKernel::handle (line 85)"
]
|
111 |
0.08 ms |
SELECT iso FROM snippet_set WHERE id = :snippetSetId
SELECT
iso
FROM
snippet_set
WHERE
id = : snippetSetId
SELECT iso FROM snippet_set WHERE id = 0x0981294C1CBD4B15A79BC8DDABFD81CB;
array:24 [▼
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 734)"
2 => "Doctrine\DBAL\Connection::fetchOne (line 417)"
3 => "Shopware\Core\System\Snippet\SnippetService::getLocaleBySnippetSetId (line 132)"
4 => "Shopware\Core\System\Snippet\SnippetService::getStorefrontSnippets (line 341)"
5 => "Shopware\Core\Framework\Adapter\Translation\Translator::Shopware\Core\Framework\Adapter\Translation\{closure} (line 72)"
6 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 35)"
7 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 342)"
8 => "Shopware\Core\Framework\Adapter\Translation\Translator::loadSnippets (line 320)"
9 => "Shopware\Core\Framework\Adapter\Translation\Translator::getCustomizedCatalog (line 162)"
10 => "Shopware\Core\Framework\Adapter\Translation\Translator::getCatalogue (line 178)"
11 => "Shopware\Core\Framework\Adapter\Translation\Translator::trans (line 48)"
12 => "Symfony\Component\Translation\DataCollectorTranslator::trans (line 237)"
13 => "Cbax\ModulLexicon\Controller\FrontendController::detail (line 163)"
14 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
15 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
16 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
17 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 479)"
18 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 452)"
19 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 346)"
20 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 224)"
21 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
22 => "Shopware\Core\HttpKernel::doHandle (line 81)"
23 => "Shopware\Core\HttpKernel::handle (line 85)"
]
|
112 |
0.10 ms |
SELECT `base_class` AS `baseClass`, `author`
FROM `plugin`
SELECT
`base_class` AS `baseClass`,
`author`
FROM
`plugin`
SELECT `base_class` AS `baseClass`, `author`
FROM `plugin`
;
array:33 [▼
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 1065)"
2 => "Doctrine\DBAL\Connection::fetchAllKeyValue (line 156)"
3 => "Shopware\Core\System\Snippet\Files\SnippetFileLoader::getPluginAuthors (line 146)"
4 => "Shopware\Core\System\Snippet\Files\SnippetFileLoader::getAuthorFromBundle (line 113)"
5 => "Shopware\Core\System\Snippet\Files\SnippetFileLoader::loadSnippetFilesInDir (line 70)"
6 => "Shopware\Core\System\Snippet\Files\SnippetFileLoader::loadPluginSnippets (line 52)"
7 => "Shopware\Core\System\Snippet\Files\SnippetFileLoader::loadSnippetFilesIntoCollection (line 23)"
8 => "Shopware\Core\System\Snippet\Files\SnippetFileCollectionFactory::createSnippetFileCollection (line 12425)"
9 => "ContainerSdCcz4n\Shopware_Core_KernelDevDebugContainer::getSnippetFileCollectionService (line 12411)"
10 => "ContainerSdCcz4n\Shopware_Core_KernelDevDebugContainer::ContainerSdCcz4n\{closure} (line 1188)"
11 => "Closure::__invoke (line 1188)"
12 => "ContainerSdCcz4n\SnippetFileCollection_08f09cc::__clone (line 136)"
13 => "Shopware\Core\System\Snippet\SnippetService::getStorefrontSnippets (line 341)"
14 => "Shopware\Core\Framework\Adapter\Translation\Translator::Shopware\Core\Framework\Adapter\Translation\{closure} (line 72)"
15 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 35)"
16 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 342)"
17 => "Shopware\Core\Framework\Adapter\Translation\Translator::loadSnippets (line 320)"
18 => "Shopware\Core\Framework\Adapter\Translation\Translator::getCustomizedCatalog (line 162)"
19 => "Shopware\Core\Framework\Adapter\Translation\Translator::getCatalogue (line 178)"
20 => "Shopware\Core\Framework\Adapter\Translation\Translator::trans (line 48)"
21 => "Symfony\Component\Translation\DataCollectorTranslator::trans (line 237)"
22 => "Cbax\ModulLexicon\Controller\FrontendController::detail (line 163)"
23 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
24 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
25 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
26 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 479)"
27 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 452)"
28 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 346)"
29 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 224)"
30 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
31 => "Shopware\Core\HttpKernel::doHandle (line 81)"
32 => "Shopware\Core\HttpKernel::handle (line 85)"
]
|
113 |
0.07 ms |
SELECT `name`, `path`, `author`
FROM `app`
WHERE `active` = 1
SELECT
`name`,
`path`,
`author`
FROM
`app`
WHERE
`active` = 1
SELECT `name`, `path`, `author`
FROM `app`
WHERE `active` = 1
;
array:32 [▼
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 1042)"
2 => "Doctrine\DBAL\Connection::fetchAllAssociative (line 62)"
3 => "Shopware\Core\Framework\App\ActiveAppsLoader::loadApps (line 44)"
4 => "Shopware\Core\Framework\App\ActiveAppsLoader::getActiveApps (line 82)"
5 => "Shopware\Core\System\Snippet\Files\SnippetFileLoader::loadAppSnippets (line 54)"
6 => "Shopware\Core\System\Snippet\Files\SnippetFileLoader::loadSnippetFilesIntoCollection (line 23)"
7 => "Shopware\Core\System\Snippet\Files\SnippetFileCollectionFactory::createSnippetFileCollection (line 12425)"
8 => "ContainerSdCcz4n\Shopware_Core_KernelDevDebugContainer::getSnippetFileCollectionService (line 12411)"
9 => "ContainerSdCcz4n\Shopware_Core_KernelDevDebugContainer::ContainerSdCcz4n\{closure} (line 1188)"
10 => "Closure::__invoke (line 1188)"
11 => "ContainerSdCcz4n\SnippetFileCollection_08f09cc::__clone (line 136)"
12 => "Shopware\Core\System\Snippet\SnippetService::getStorefrontSnippets (line 341)"
13 => "Shopware\Core\Framework\Adapter\Translation\Translator::Shopware\Core\Framework\Adapter\Translation\{closure} (line 72)"
14 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 35)"
15 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 342)"
16 => "Shopware\Core\Framework\Adapter\Translation\Translator::loadSnippets (line 320)"
17 => "Shopware\Core\Framework\Adapter\Translation\Translator::getCustomizedCatalog (line 162)"
18 => "Shopware\Core\Framework\Adapter\Translation\Translator::getCatalogue (line 178)"
19 => "Shopware\Core\Framework\Adapter\Translation\Translator::trans (line 48)"
20 => "Symfony\Component\Translation\DataCollectorTranslator::trans (line 237)"
21 => "Cbax\ModulLexicon\Controller\FrontendController::detail (line 163)"
22 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
23 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
24 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
25 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 479)"
26 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 452)"
27 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 346)"
28 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 224)"
29 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
30 => "Shopware\Core\HttpKernel::doHandle (line 81)"
31 => "Shopware\Core\HttpKernel::handle (line 85)"
]
|
114 |
0.07 ms |
SELECT LOWER(HEX(theme.id)) themeId, theme.technical_name as themeName, parentTheme.technical_name as parentThemeName
FROM sales_channel
LEFT JOIN theme_sales_channel ON sales_channel.id = theme_sales_channel.sales_channel_id
LEFT JOIN theme ON theme_sales_channel.theme_id = theme.id
LEFT JOIN theme AS parentTheme ON parentTheme.id = theme.parent_theme_id
WHERE sales_channel.id = :salesChannelId
SELECT
LOWER(
HEX(theme.id)
) themeId,
theme.technical_name as themeName,
parentTheme.technical_name as parentThemeName
FROM
sales_channel
LEFT JOIN theme_sales_channel ON sales_channel.id = theme_sales_channel.sales_channel_id
LEFT JOIN theme ON theme_sales_channel.theme_id = theme.id
LEFT JOIN theme AS parentTheme ON parentTheme.id = theme.parent_theme_id
WHERE
sales_channel.id = : salesChannelId
SELECT LOWER(HEX(theme.id)) themeId, theme.technical_name as themeName, parentTheme.technical_name as parentThemeName
FROM sales_channel
LEFT JOIN theme_sales_channel ON sales_channel.id = theme_sales_channel.sales_channel_id
LEFT JOIN theme ON theme_sales_channel.theme_id = theme.id
LEFT JOIN theme AS parentTheme ON parentTheme.id = theme.parent_theme_id
WHERE sales_channel.id = 0xFD5CCFC31DFA44A697B9FA97E8E740E1
;
array:25 [▼
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 684)"
2 => "Doctrine\DBAL\Connection::fetchAssociative (line 45)"
3 => "Shopware\Storefront\Theme\SalesChannelThemeLoader::load (line 337)"
4 => "Shopware\Core\System\Snippet\SnippetService::getUsedThemes (line 138)"
5 => "Shopware\Core\System\Snippet\SnippetService::getStorefrontSnippets (line 341)"
6 => "Shopware\Core\Framework\Adapter\Translation\Translator::Shopware\Core\Framework\Adapter\Translation\{closure} (line 72)"
7 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 35)"
8 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 342)"
9 => "Shopware\Core\Framework\Adapter\Translation\Translator::loadSnippets (line 320)"
10 => "Shopware\Core\Framework\Adapter\Translation\Translator::getCustomizedCatalog (line 162)"
11 => "Shopware\Core\Framework\Adapter\Translation\Translator::getCatalogue (line 178)"
12 => "Shopware\Core\Framework\Adapter\Translation\Translator::trans (line 48)"
13 => "Symfony\Component\Translation\DataCollectorTranslator::trans (line 237)"
14 => "Cbax\ModulLexicon\Controller\FrontendController::detail (line 163)"
15 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
16 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
17 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
18 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 479)"
19 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 452)"
20 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 346)"
21 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 224)"
22 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
23 => "Shopware\Core\HttpKernel::doHandle (line 81)"
24 => "Shopware\Core\HttpKernel::handle (line 85)"
]
|
115 |
0.12 ms |
SELECT translation_key, value FROM snippet WHERE snippet_set_id = :snippetSetId
SELECT
translation_key,
value
FROM
snippet
WHERE
snippet_set_id = : snippetSetId
SELECT translation_key, value FROM snippet WHERE snippet_set_id = 0x0981294C1CBD4B15A79BC8DDABFD81CB;
array:24 [▼
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 1065)"
2 => "Doctrine\DBAL\Connection::fetchAllKeyValue (line 295)"
3 => "Shopware\Core\System\Snippet\SnippetService::fetchSnippetsFromDatabase (line 166)"
4 => "Shopware\Core\System\Snippet\SnippetService::getStorefrontSnippets (line 341)"
5 => "Shopware\Core\Framework\Adapter\Translation\Translator::Shopware\Core\Framework\Adapter\Translation\{closure} (line 72)"
6 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 35)"
7 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 342)"
8 => "Shopware\Core\Framework\Adapter\Translation\Translator::loadSnippets (line 320)"
9 => "Shopware\Core\Framework\Adapter\Translation\Translator::getCustomizedCatalog (line 162)"
10 => "Shopware\Core\Framework\Adapter\Translation\Translator::getCatalogue (line 178)"
11 => "Shopware\Core\Framework\Adapter\Translation\Translator::trans (line 48)"
12 => "Symfony\Component\Translation\DataCollectorTranslator::trans (line 237)"
13 => "Cbax\ModulLexicon\Controller\FrontendController::detail (line 163)"
14 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
15 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
16 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
17 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 479)"
18 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 452)"
19 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 346)"
20 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 224)"
21 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
22 => "Shopware\Core\HttpKernel::doHandle (line 81)"
23 => "Shopware\Core\HttpKernel::handle (line 85)"
]
|
116 |
0.05 ms |
SELECT `app`.`name`, `app`.`version`, `app`.`template_load_priority`
FROM `app`
INNER JOIN `app_template` ON `app_template`.`app_id` = `app`.`id`
WHERE `app`.`active` = 1 AND `app_template`.`active` = 1
SELECT
`app`.`name`,
`app`.`version`,
`app`.`template_load_priority`
FROM
`app`
INNER JOIN `app_template` ON `app_template`.`app_id` = `app`.`id`
WHERE
`app`.`active` = 1
AND `app_template`.`active` = 1
SELECT `app`.`name`, `app`.`version`, `app`.`template_load_priority`
FROM `app`
INNER JOIN `app_template` ON `app_template`.`app_id` = `app`.`id`
WHERE `app`.`active` = 1 AND `app_template`.`active` = 1;
array:20 [▼
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 1093)"
2 => "Doctrine\DBAL\Connection::fetchAllAssociativeIndexed (line 68)"
3 => "Shopware\Core\Framework\Adapter\Twig\NamespaceHierarchy\BundleHierarchyBuilder::getAppTemplateNamespaces (line 47)"
4 => "Shopware\Core\Framework\Adapter\Twig\NamespaceHierarchy\BundleHierarchyBuilder::buildNamespaceHierarchy (line 35)"
5 => "Shopware\Core\Framework\Adapter\Twig\NamespaceHierarchy\NamespaceHierarchyBuilder::buildHierarchy (line 147)"
6 => "Shopware\Core\Framework\Adapter\Twig\TemplateFinder::getNamespaceHierarchy (line 68)"
7 => "Shopware\Core\Framework\Adapter\Twig\TemplateFinder::find (line 58)"
8 => "Shopware\Storefront\Controller\StorefrontController::renderStorefront (line 265)"
9 => "Cbax\ModulLexicon\Controller\FrontendController::detail (line 163)"
10 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
11 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
12 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
13 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 479)"
14 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 452)"
15 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 346)"
16 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 224)"
17 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
18 => "Shopware\Core\HttpKernel::doHandle (line 81)"
19 => "Shopware\Core\HttpKernel::handle (line 85)"
]
|
117 |
0.08 ms |
SELECT configuration_key, configuration_value FROM system_config WHERE (sales_channel_id IS NULL) AND (configuration_key LIKE :prefix) ORDER BY sales_channel_id ASC
SELECT
configuration_key,
configuration_value
FROM
system_config
WHERE
(sales_channel_id IS NULL)
AND (configuration_key LIKE : prefix)
ORDER BY
sales_channel_id ASC
SELECT configuration_key, configuration_value FROM system_config WHERE (sales_channel_id IS NULL) AND (configuration_key LIKE 'VerignDvAccessibilitySw6.%') ORDER BY sales_channel_id ASC;
array:25 [▼
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 242)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 189)"
3 => "Shopware\Core\System\SystemConfig\SystemConfigService::getDomain (line 44)"
4 => "Verign\DvAccessibility\Subscriber\Storefront\FrontendSubscriber::onStorefrontRender (line 118)"
5 => "Symfony\Component\EventDispatcher\Debug\WrappedListener::__invoke (line 230)"
6 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
7 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 56)"
8 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 98)"
9 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 55)"
10 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 37)"
11 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
12 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 62)"
13 => "Shopware\Storefront\Controller\StorefrontController::renderStorefront (line 265)"
14 => "Cbax\ModulLexicon\Controller\FrontendController::detail (line 163)"
15 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
16 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
17 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
18 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 479)"
19 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 452)"
20 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 346)"
21 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 224)"
22 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
23 => "Shopware\Core\HttpKernel::doHandle (line 81)"
24 => "Shopware\Core\HttpKernel::handle (line 85)"
]
|
118 |
0.06 ms |
SELECT configuration_key, configuration_value FROM system_config WHERE (sales_channel_id = :salesChannelId) AND (configuration_key LIKE :prefix) ORDER BY sales_channel_id ASC
SELECT
configuration_key,
configuration_value
FROM
system_config
WHERE
(
sales_channel_id = : salesChannelId
)
AND (configuration_key LIKE : prefix)
ORDER BY
sales_channel_id ASC
SELECT configuration_key, configuration_value FROM system_config WHERE (sales_channel_id = 0xFD5CCFC31DFA44A697B9FA97E8E740E1) AND (configuration_key LIKE 'VerignDvAccessibilitySw6.%') ORDER BY sales_channel_id ASC;
array:25 [▼
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 242)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 189)"
3 => "Shopware\Core\System\SystemConfig\SystemConfigService::getDomain (line 45)"
4 => "Verign\DvAccessibility\Subscriber\Storefront\FrontendSubscriber::onStorefrontRender (line 118)"
5 => "Symfony\Component\EventDispatcher\Debug\WrappedListener::__invoke (line 230)"
6 => "Symfony\Component\EventDispatcher\EventDispatcher::callListeners (line 59)"
7 => "Symfony\Component\EventDispatcher\EventDispatcher::dispatch (line 56)"
8 => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher::dispatch (line 98)"
9 => "Shopware\Core\Framework\Webhook\WebhookDispatcher::dispatch (line 55)"
10 => "Shopware\Core\Framework\Event\BusinessEventDispatcher::dispatch (line 37)"
11 => "Shopware\Core\Framework\Event\NestedEventDispatcher::dispatch (line 154)"
12 => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch (line 62)"
13 => "Shopware\Storefront\Controller\StorefrontController::renderStorefront (line 265)"
14 => "Cbax\ModulLexicon\Controller\FrontendController::detail (line 163)"
15 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
16 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
17 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
18 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 479)"
19 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 452)"
20 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 346)"
21 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 224)"
22 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
23 => "Shopware\Core\HttpKernel::doHandle (line 81)"
24 => "Shopware\Core\HttpKernel::handle (line 85)"
]
|
119 |
0.20 ms |
SELECT `theme`.`id` as `theme.id`, `theme`.`technical_name` as `theme.technicalName`, `theme`.`name` as `theme.name`, `theme`.`author` as `theme.author`, `theme`.`preview_media_id` as `theme.previewMediaId`, `theme`.`parent_theme_id` as `theme.parentThemeId`, `theme`.`base_config` as `theme.baseConfig`, `theme`.`config_values` as `theme.configValues`, `theme`.`active` as `theme.active`, `theme`.`created_at` as `theme.createdAt`, `theme`.`updated_at` as `theme.updatedAt`, `theme.translation.description`, COALESCE(`theme.translation.description`,`theme.translation.description`) as `theme.description`, `theme.translation.labels`, COALESCE(`theme.translation.labels`,`theme.translation.labels`) as `theme.labels`, `theme.translation.helpTexts`, COALESCE(`theme.translation.helpTexts`,`theme.translation.helpTexts`) as `theme.helpTexts`, `theme.translation.customFields`, COALESCE(`theme.translation.customFields`,`theme.translation.customFields`) as `theme.customFields`, `theme.translation.createdAt`, `theme.translation.updatedAt`, `theme.translation.themeId`, `theme.translation.languageId` FROM `theme` LEFT JOIN (SELECT `theme.translation`.theme_id, `theme.translation`.description as `theme.translation.description`, `theme.translation`.labels as `theme.translation.labels`, `theme.translation`.help_texts as `theme.translation.helpTexts`, `theme.translation`.custom_fields as `theme.translation.customFields`, `theme.translation`.created_at as `theme.translation.createdAt`, `theme.translation`.updated_at as `theme.translation.updatedAt`, `theme.translation`.theme_id as `theme.translation.themeId`, `theme.translation`.language_id as `theme.translation.languageId` FROM `theme_translation` `theme.translation` WHERE `theme.translation`.language_id = :languageId) `theme.theme_translation` ON `theme.theme_translation`.`theme_id` = `theme`.`id`
SELECT
`theme`.`id` as `theme.id`,
`theme`.`technical_name` as `theme.technicalName`,
`theme`.`name` as `theme.name`,
`theme`.`author` as `theme.author`,
`theme`.`preview_media_id` as `theme.previewMediaId`,
`theme`.`parent_theme_id` as `theme.parentThemeId`,
`theme`.`base_config` as `theme.baseConfig`,
`theme`.`config_values` as `theme.configValues`,
`theme`.`active` as `theme.active`,
`theme`.`created_at` as `theme.createdAt`,
`theme`.`updated_at` as `theme.updatedAt`,
`theme.translation.description`,
COALESCE(
`theme.translation.description`,
`theme.translation.description`
) as `theme.description`,
`theme.translation.labels`,
COALESCE(
`theme.translation.labels`, `theme.translation.labels`
) as `theme.labels`,
`theme.translation.helpTexts`,
COALESCE(
`theme.translation.helpTexts`, `theme.translation.helpTexts`
) as `theme.helpTexts`,
`theme.translation.customFields`,
COALESCE(
`theme.translation.customFields`,
`theme.translation.customFields`
) as `theme.customFields`,
`theme.translation.createdAt`,
`theme.translation.updatedAt`,
`theme.translation.themeId`,
`theme.translation.languageId`
FROM
`theme`
LEFT JOIN (
SELECT
`theme.translation`.theme_id,
`theme.translation`.description as `theme.translation.description`,
`theme.translation`.labels as `theme.translation.labels`,
`theme.translation`.help_texts as `theme.translation.helpTexts`,
`theme.translation`.custom_fields as `theme.translation.customFields`,
`theme.translation`.created_at as `theme.translation.createdAt`,
`theme.translation`.updated_at as `theme.translation.updatedAt`,
`theme.translation`.theme_id as `theme.translation.themeId`,
`theme.translation`.language_id as `theme.translation.languageId`
FROM
`theme_translation` `theme.translation`
WHERE
`theme.translation`.language_id = : languageId
) `theme.theme_translation` ON `theme.theme_translation`.`theme_id` = `theme`.`id`
SELECT `theme`.`id` as `theme.id`, `theme`.`technical_name` as `theme.technicalName`, `theme`.`name` as `theme.name`, `theme`.`author` as `theme.author`, `theme`.`preview_media_id` as `theme.previewMediaId`, `theme`.`parent_theme_id` as `theme.parentThemeId`, `theme`.`base_config` as `theme.baseConfig`, `theme`.`config_values` as `theme.configValues`, `theme`.`active` as `theme.active`, `theme`.`created_at` as `theme.createdAt`, `theme`.`updated_at` as `theme.updatedAt`, `theme.translation.description`, COALESCE(`theme.translation.description`,`theme.translation.description`) as `theme.description`, `theme.translation.labels`, COALESCE(`theme.translation.labels`,`theme.translation.labels`) as `theme.labels`, `theme.translation.helpTexts`, COALESCE(`theme.translation.helpTexts`,`theme.translation.helpTexts`) as `theme.helpTexts`, `theme.translation.customFields`, COALESCE(`theme.translation.customFields`,`theme.translation.customFields`) as `theme.customFields`, `theme.translation.createdAt`, `theme.translation.updatedAt`, `theme.translation.themeId`, `theme.translation.languageId` FROM `theme` LEFT JOIN (SELECT `theme.translation`.theme_id, `theme.translation`.description as `theme.translation.description`, `theme.translation`.labels as `theme.translation.labels`, `theme.translation`.help_texts as `theme.translation.helpTexts`, `theme.translation`.custom_fields as `theme.translation.customFields`, `theme.translation`.created_at as `theme.translation.createdAt`, `theme.translation`.updated_at as `theme.translation.updatedAt`, `theme.translation`.theme_id as `theme.translation.themeId`, `theme.translation`.language_id as `theme.translation.languageId` FROM `theme_translation` `theme.translation` WHERE `theme.translation`.language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B) `theme.theme_translation` ON `theme.theme_translation`.`theme_id` = `theme`.`id`;
array:95 [▼
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 242)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 316)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetch (line 148)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 93)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::read (line 257)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::read (line 286)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::_search (line 110)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::Shopware\Core\Framework\DataAbstractionLayer\{closure} (line 59)"
9 => "Shopware\Core\Profiling\Profiler::trace (line 111)"
10 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 51)"
11 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator::search (line 209)"
12 => "Shopware\Storefront\Theme\ThemeService::getThemeConfiguration (line 42)"
13 => "Shopware\Storefront\Theme\ResolvedConfigLoader::load (line 39)"
14 => "Shopware\Storefront\Theme\CachedResolvedConfigLoader::Shopware\Storefront\Theme\{closure} (line 72)"
15 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 35)"
16 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 44)"
17 => "Shopware\Storefront\Theme\CachedResolvedConfigLoader::load (line 117)"
18 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::getThemeConfig (line 42)"
19 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::get (line 51)"
20 => "Shopware\Storefront\Framework\Twig\TemplateConfigAccessor::theme (line 49)"
21 => "Shopware\Storefront\Framework\Twig\Extension\ConfigExtension::theme (line 165)"
22 => "__TwigTemplate_a790ff5443a49897af9a20b01385f3fd15579b209951883b8b7165fc08f30a5d::block_cbax_lexicon_layout_head_meta_tags_title (line 171)"
23 => "Twig\Template::displayBlock (line 55)"
24 => "__TwigTemplate_a790ff5443a49897af9a20b01385f3fd15579b209951883b8b7165fc08f30a5d::doDisplay (line 394)"
25 => "Twig\Template::displayWithErrorHandling (line 367)"
26 => "Twig\Template::display (line 228)"
27 => "__TwigTemplate_ac140acbcfe0baf90f8071f1002efd8723e87c380aebb7102afa0c28cf9cb445::block_layout_head_meta_tags_opengraph (line 171)"
28 => "Twig\Template::displayBlock (line 283)"
29 => "__TwigTemplate_fe6ea155485b253e0d85232afcc054711657b4d31da818f40eaad009f9fe9d1a::block_layout_head_meta_tags (line 171)"
30 => "Twig\Template::displayBlock (line 136)"
31 => "__TwigTemplate_fe6ea155485b253e0d85232afcc054711657b4d31da818f40eaad009f9fe9d1a::block_layout_head_inner (line 171)"
32 => "Twig\Template::displayBlock (line 90)"
33 => "__TwigTemplate_fe6ea155485b253e0d85232afcc054711657b4d31da818f40eaad009f9fe9d1a::doDisplay (line 394)"
34 => "Twig\Template::displayWithErrorHandling (line 367)"
35 => "Twig\Template::display (line 59)"
36 => "__TwigTemplate_b0720d801123eafb128f40ab6e052e21fb7c669c0b080c523adaabb5ea3fd3a4::doDisplay (line 394)"
37 => "Twig\Template::displayWithErrorHandling (line 367)"
38 => "Twig\Template::display (line 56)"
39 => "__TwigTemplate_ac140acbcfe0baf90f8071f1002efd8723e87c380aebb7102afa0c28cf9cb445::doDisplay (line 394)"
40 => "Twig\Template::displayWithErrorHandling (line 367)"
41 => "Twig\Template::display (line 52)"
42 => "__TwigTemplate_eb853cef9e7df4e5702b23c9a1072fcabc4347346690574d313bd701c2a82152::doDisplay (line 394)"
43 => "Twig\Template::displayWithErrorHandling (line 367)"
44 => "Twig\Template::display (line 54)"
45 => "__TwigTemplate_e6c0adbbcdaa525e750b1f1b3513537d0cf1a064d4bf74132dbda24df8baf423::doDisplay (line 394)"
46 => "Twig\Template::displayWithErrorHandling (line 367)"
47 => "Twig\Template::display (line 178)"
48 => "__TwigTemplate_aead3f2d8a8b8c507186ab1f4282a2901d68ca47572921cb18d6f03b95a39a9e::block_base_head (line 171)"
49 => "Twig\Template::displayBlock (line 91)"
50 => "__TwigTemplate_aead3f2d8a8b8c507186ab1f4282a2901d68ca47572921cb18d6f03b95a39a9e::doDisplay (line 394)"
51 => "Twig\Template::displayWithErrorHandling (line 367)"
52 => "Twig\Template::display (line 55)"
53 => "__TwigTemplate_3b788bb221f47bb0de7305a15a075b341e29fe66f65bb63c29949b309a9636cb::doDisplay (line 394)"
54 => "Twig\Template::displayWithErrorHandling (line 367)"
55 => "Twig\Template::display (line 52)"
56 => "__TwigTemplate_b420a7b6719cb35e9d2e97d74440c0d00291817e4d838d72ceeb29574b98f160::doDisplay (line 394)"
57 => "Twig\Template::displayWithErrorHandling (line 367)"
58 => "Twig\Template::display (line 52)"
59 => "__TwigTemplate_731595c88c2bb227c59be0acb143142b7ba4e3e197d1efa634abed94227e53b1::doDisplay (line 394)"
60 => "Twig\Template::displayWithErrorHandling (line 367)"
61 => "Twig\Template::display (line 52)"
62 => "__TwigTemplate_834938e171196d19bef95675696a7fb248ccf818b247b12abfbc00f91c39a654::doDisplay (line 394)"
63 => "Twig\Template::displayWithErrorHandling (line 367)"
64 => "Twig\Template::display (line 53)"
65 => "__TwigTemplate_447a6cd03d77a01900c7b16668f042e0e66350ee20a1679fc2cbefa1a11c2441::doDisplay (line 394)"
66 => "Twig\Template::displayWithErrorHandling (line 367)"
67 => "Twig\Template::display (line 52)"
68 => "__TwigTemplate_1c11a1d945ee4c1c46107b23457d49ebcabaa5deeec5bce4b6e9d39f1c299890::doDisplay (line 394)"
69 => "Twig\Template::displayWithErrorHandling (line 367)"
70 => "Twig\Template::display (line 53)"
71 => "__TwigTemplate_c8dcc744d0959c7648cf1e79bf0168824ae3e42788eda7b09fe1535a0d2d503b::doDisplay (line 394)"
72 => "Twig\Template::displayWithErrorHandling (line 367)"
73 => "Twig\Template::display (line 379)"
74 => "Twig\Template::render (line 40)"
75 => "Twig\TemplateWrapper::render (line 277)"
76 => "Twig\Environment::render (line 24)"
77 => "Frosh\DevelopmentHelper\Component\Profiler\TwigDecorator::render (line 258)"
78 => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController::renderView (line 243)"
79 => "Shopware\Storefront\Controller\StorefrontController::renderView (line 266)"
80 => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController::render (line 72)"
81 => "Shopware\Storefront\Controller\StorefrontController::Shopware\Storefront\Controller\{closure} (line 59)"
82 => "Shopware\Core\Profiling\Profiler::trace (line 73)"
83 => "Shopware\Storefront\Controller\StorefrontController::renderStorefront (line 265)"
84 => "Cbax\ModulLexicon\Controller\FrontendController::detail (line 163)"
85 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
86 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
87 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
88 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 479)"
89 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 452)"
90 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 346)"
91 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 224)"
92 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
93 => "Shopware\Core\HttpKernel::doHandle (line 81)"
94 => "Shopware\Core\HttpKernel::handle (line 85)"
]
|
120 |
1.07 ms |
SELECT `media`.`id` as `media.id`, `media`.`user_id` as `media.userId`, `media`.`media_folder_id` as `media.mediaFolderId`, `media`.`mime_type` as `media.mimeType`, `media`.`file_extension` as `media.fileExtension`, `media`.`uploaded_at` as `media.uploadedAt`, `media`.`file_name` as `media.fileName`, `media`.`file_size` as `media.fileSize`, `media`.`media_type` as `media.mediaTypeRaw`, `media`.`meta_data` as `media.metaData`, `media`.`private` as `media.private`, `media`.`thumbnails_ro` as `media.thumbnailsRo`, `media`.`created_at` as `media.createdAt`, `media`.`updated_at` as `media.updatedAt`, `media.translation.title`, COALESCE(`media.translation.title`,`media.translation.title`) as `media.title`, `media.translation.alt`, COALESCE(`media.translation.alt`,`media.translation.alt`) as `media.alt`, `media.translation.customFields`, COALESCE(`media.translation.customFields`,`media.translation.customFields`) as `media.customFields`, `media.translation.createdAt`, `media.translation.updatedAt`, `media.translation.mediaId`, `media.translation.languageId` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media`.`media_folder_id` = `media.mediaFolder`.`id` LEFT JOIN (SELECT `media.translation`.media_id, `media.translation`.title as `media.translation.title`, `media.translation`.alt as `media.translation.alt`, `media.translation`.custom_fields as `media.translation.customFields`, `media.translation`.created_at as `media.translation.createdAt`, `media.translation`.updated_at as `media.translation.updatedAt`, `media.translation`.media_id as `media.translation.mediaId`, `media.translation`.language_id as `media.translation.languageId` FROM `media_translation` `media.translation` WHERE `media.translation`.language_id = :languageId) `media.media_translation` ON `media.media_translation`.`media_id` = `media`.`id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder`.`default_folder_id` = `media.mediaFolder.defaultFolder`.`id` WHERE (((`media`.`private` = :param_e2148f84551a46a7a7c43fda4a23eeee OR (`media`.`private` = :param_c2d9a6c0f3ab43ee989d668559e6b108 AND `media.mediaFolder.defaultFolder`.`entity` = :param_e644709db19d4aa6a3ae068aa833c2a9)))) AND (`media`.`id` IN (:ids))
SELECT
`media`.`id` as `media.id`,
`media`.`user_id` as `media.userId`,
`media`.`media_folder_id` as `media.mediaFolderId`,
`media`.`mime_type` as `media.mimeType`,
`media`.`file_extension` as `media.fileExtension`,
`media`.`uploaded_at` as `media.uploadedAt`,
`media`.`file_name` as `media.fileName`,
`media`.`file_size` as `media.fileSize`,
`media`.`media_type` as `media.mediaTypeRaw`,
`media`.`meta_data` as `media.metaData`,
`media`.`private` as `media.private`,
`media`.`thumbnails_ro` as `media.thumbnailsRo`,
`media`.`created_at` as `media.createdAt`,
`media`.`updated_at` as `media.updatedAt`,
`media.translation.title`,
COALESCE(
`media.translation.title`, `media.translation.title`
) as `media.title`,
`media.translation.alt`,
COALESCE(
`media.translation.alt`, `media.translation.alt`
) as `media.alt`,
`media.translation.customFields`,
COALESCE(
`media.translation.customFields`,
`media.translation.customFields`
) as `media.customFields`,
`media.translation.createdAt`,
`media.translation.updatedAt`,
`media.translation.mediaId`,
`media.translation.languageId`
FROM
`media`
LEFT JOIN `media_folder` `media.mediaFolder` ON `media`.`media_folder_id` = `media.mediaFolder`.`id`
LEFT JOIN (
SELECT
`media.translation`.media_id,
`media.translation`.title as `media.translation.title`,
`media.translation`.alt as `media.translation.alt`,
`media.translation`.custom_fields as `media.translation.customFields`,
`media.translation`.created_at as `media.translation.createdAt`,
`media.translation`.updated_at as `media.translation.updatedAt`,
`media.translation`.media_id as `media.translation.mediaId`,
`media.translation`.language_id as `media.translation.languageId`
FROM
`media_translation` `media.translation`
WHERE
`media.translation`.language_id = : languageId
) `media.media_translation` ON `media.media_translation`.`media_id` = `media`.`id`
LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder`.`default_folder_id` = `media.mediaFolder.defaultFolder`.`id`
WHERE
(
(
(
`media`.`private` = : param_e2148f84551a46a7a7c43fda4a23eeee
OR (
`media`.`private` = : param_c2d9a6c0f3ab43ee989d668559e6b108
AND `media.mediaFolder.defaultFolder`.`entity` = : param_e644709db19d4aa6a3ae068aa833c2a9
)
)
)
)
AND (
`media`.`id` IN (: ids)
)
SELECT `media`.`id` as `media.id`, `media`.`user_id` as `media.userId`, `media`.`media_folder_id` as `media.mediaFolderId`, `media`.`mime_type` as `media.mimeType`, `media`.`file_extension` as `media.fileExtension`, `media`.`uploaded_at` as `media.uploadedAt`, `media`.`file_name` as `media.fileName`, `media`.`file_size` as `media.fileSize`, `media`.`media_type` as `media.mediaTypeRaw`, `media`.`meta_data` as `media.metaData`, `media`.`private` as `media.private`, `media`.`thumbnails_ro` as `media.thumbnailsRo`, `media`.`created_at` as `media.createdAt`, `media`.`updated_at` as `media.updatedAt`, `media.translation.title`, COALESCE(`media.translation.title`,`media.translation.title`) as `media.title`, `media.translation.alt`, COALESCE(`media.translation.alt`,`media.translation.alt`) as `media.alt`, `media.translation.customFields`, COALESCE(`media.translation.customFields`,`media.translation.customFields`) as `media.customFields`, `media.translation.createdAt`, `media.translation.updatedAt`, `media.translation.mediaId`, `media.translation.languageId` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media`.`media_folder_id` = `media.mediaFolder`.`id` LEFT JOIN (SELECT `media.translation`.media_id, `media.translation`.title as `media.translation.title`, `media.translation`.alt as `media.translation.alt`, `media.translation`.custom_fields as `media.translation.customFields`, `media.translation`.created_at as `media.translation.createdAt`, `media.translation`.updated_at as `media.translation.updatedAt`, `media.translation`.media_id as `media.translation.mediaId`, `media.translation`.language_id as `media.translation.languageId` FROM `media_translation` `media.translation` WHERE `media.translation`.language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B) `media.media_translation` ON `media.media_translation`.`media_id` = `media`.`id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder`.`default_folder_id` = `media.mediaFolder.defaultFolder`.`id` WHERE (((`media`.`private` = 0 OR (`media`.`private` = 1 AND `media.mediaFolder.defaultFolder`.`entity` = 'product_download')))) AND (`media`.`id` IN (0x16281C6EF11A4D58B1A63E3A44B6DA73, 0x9FE88D6812AD427FACD3E3757BC3E5B4));
array:95 [▼
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 242)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 316)"
3 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::fetch (line 148)"
4 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::_read (line 93)"
5 => "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader::read (line 257)"
6 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::read (line 286)"
7 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::_search (line 110)"
8 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::Shopware\Core\Framework\DataAbstractionLayer\{closure} (line 59)"
9 => "Shopware\Core\Profiling\Profiler::trace (line 111)"
10 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::search (line 59)"
11 => "Shopware\Core\Content\Media\DataAbstractionLayer\MediaRepositoryDecorator::search (line 51)"
12 => "Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator::search (line 63)"
13 => "Shopware\Storefront\Theme\ResolvedConfigLoader::load (line 39)"
14 => "Shopware\Storefront\Theme\CachedResolvedConfigLoader::Shopware\Storefront\Theme\{closure} (line 72)"
15 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::doGet (line 35)"
16 => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator::get (line 44)"
17 => "Shopware\Storefront\Theme\CachedResolvedConfigLoader::load (line 117)"
18 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::getThemeConfig (line 42)"
19 => "Shopware\Storefront\Theme\ThemeConfigValueAccessor::get (line 51)"
20 => "Shopware\Storefront\Framework\Twig\TemplateConfigAccessor::theme (line 49)"
21 => "Shopware\Storefront\Framework\Twig\Extension\ConfigExtension::theme (line 165)"
22 => "__TwigTemplate_a790ff5443a49897af9a20b01385f3fd15579b209951883b8b7165fc08f30a5d::block_cbax_lexicon_layout_head_meta_tags_title (line 171)"
23 => "Twig\Template::displayBlock (line 55)"
24 => "__TwigTemplate_a790ff5443a49897af9a20b01385f3fd15579b209951883b8b7165fc08f30a5d::doDisplay (line 394)"
25 => "Twig\Template::displayWithErrorHandling (line 367)"
26 => "Twig\Template::display (line 228)"
27 => "__TwigTemplate_ac140acbcfe0baf90f8071f1002efd8723e87c380aebb7102afa0c28cf9cb445::block_layout_head_meta_tags_opengraph (line 171)"
28 => "Twig\Template::displayBlock (line 283)"
29 => "__TwigTemplate_fe6ea155485b253e0d85232afcc054711657b4d31da818f40eaad009f9fe9d1a::block_layout_head_meta_tags (line 171)"
30 => "Twig\Template::displayBlock (line 136)"
31 => "__TwigTemplate_fe6ea155485b253e0d85232afcc054711657b4d31da818f40eaad009f9fe9d1a::block_layout_head_inner (line 171)"
32 => "Twig\Template::displayBlock (line 90)"
33 => "__TwigTemplate_fe6ea155485b253e0d85232afcc054711657b4d31da818f40eaad009f9fe9d1a::doDisplay (line 394)"
34 => "Twig\Template::displayWithErrorHandling (line 367)"
35 => "Twig\Template::display (line 59)"
36 => "__TwigTemplate_b0720d801123eafb128f40ab6e052e21fb7c669c0b080c523adaabb5ea3fd3a4::doDisplay (line 394)"
37 => "Twig\Template::displayWithErrorHandling (line 367)"
38 => "Twig\Template::display (line 56)"
39 => "__TwigTemplate_ac140acbcfe0baf90f8071f1002efd8723e87c380aebb7102afa0c28cf9cb445::doDisplay (line 394)"
40 => "Twig\Template::displayWithErrorHandling (line 367)"
41 => "Twig\Template::display (line 52)"
42 => "__TwigTemplate_eb853cef9e7df4e5702b23c9a1072fcabc4347346690574d313bd701c2a82152::doDisplay (line 394)"
43 => "Twig\Template::displayWithErrorHandling (line 367)"
44 => "Twig\Template::display (line 54)"
45 => "__TwigTemplate_e6c0adbbcdaa525e750b1f1b3513537d0cf1a064d4bf74132dbda24df8baf423::doDisplay (line 394)"
46 => "Twig\Template::displayWithErrorHandling (line 367)"
47 => "Twig\Template::display (line 178)"
48 => "__TwigTemplate_aead3f2d8a8b8c507186ab1f4282a2901d68ca47572921cb18d6f03b95a39a9e::block_base_head (line 171)"
49 => "Twig\Template::displayBlock (line 91)"
50 => "__TwigTemplate_aead3f2d8a8b8c507186ab1f4282a2901d68ca47572921cb18d6f03b95a39a9e::doDisplay (line 394)"
51 => "Twig\Template::displayWithErrorHandling (line 367)"
52 => "Twig\Template::display (line 55)"
53 => "__TwigTemplate_3b788bb221f47bb0de7305a15a075b341e29fe66f65bb63c29949b309a9636cb::doDisplay (line 394)"
54 => "Twig\Template::displayWithErrorHandling (line 367)"
55 => "Twig\Template::display (line 52)"
56 => "__TwigTemplate_b420a7b6719cb35e9d2e97d74440c0d00291817e4d838d72ceeb29574b98f160::doDisplay (line 394)"
57 => "Twig\Template::displayWithErrorHandling (line 367)"
58 => "Twig\Template::display (line 52)"
59 => "__TwigTemplate_731595c88c2bb227c59be0acb143142b7ba4e3e197d1efa634abed94227e53b1::doDisplay (line 394)"
60 => "Twig\Template::displayWithErrorHandling (line 367)"
61 => "Twig\Template::display (line 52)"
62 => "__TwigTemplate_834938e171196d19bef95675696a7fb248ccf818b247b12abfbc00f91c39a654::doDisplay (line 394)"
63 => "Twig\Template::displayWithErrorHandling (line 367)"
64 => "Twig\Template::display (line 53)"
65 => "__TwigTemplate_447a6cd03d77a01900c7b16668f042e0e66350ee20a1679fc2cbefa1a11c2441::doDisplay (line 394)"
66 => "Twig\Template::displayWithErrorHandling (line 367)"
67 => "Twig\Template::display (line 52)"
68 => "__TwigTemplate_1c11a1d945ee4c1c46107b23457d49ebcabaa5deeec5bce4b6e9d39f1c299890::doDisplay (line 394)"
69 => "Twig\Template::displayWithErrorHandling (line 367)"
70 => "Twig\Template::display (line 53)"
71 => "__TwigTemplate_c8dcc744d0959c7648cf1e79bf0168824ae3e42788eda7b09fe1535a0d2d503b::doDisplay (line 394)"
72 => "Twig\Template::displayWithErrorHandling (line 367)"
73 => "Twig\Template::display (line 379)"
74 => "Twig\Template::render (line 40)"
75 => "Twig\TemplateWrapper::render (line 277)"
76 => "Twig\Environment::render (line 24)"
77 => "Frosh\DevelopmentHelper\Component\Profiler\TwigDecorator::render (line 258)"
78 => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController::renderView (line 243)"
79 => "Shopware\Storefront\Controller\StorefrontController::renderView (line 266)"
80 => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController::render (line 72)"
81 => "Shopware\Storefront\Controller\StorefrontController::Shopware\Storefront\Controller\{closure} (line 59)"
82 => "Shopware\Core\Profiling\Profiler::trace (line 73)"
83 => "Shopware\Storefront\Controller\StorefrontController::renderStorefront (line 265)"
84 => "Cbax\ModulLexicon\Controller\FrontendController::detail (line 163)"
85 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
86 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
87 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
88 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 479)"
89 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 452)"
90 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 346)"
91 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 224)"
92 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
93 => "Shopware\Core\HttpKernel::doHandle (line 81)"
94 => "Shopware\Core\HttpKernel::handle (line 85)"
]
|
121 |
0.22 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 (: 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 ('/cbax/lexicon/detail/3146537e290346d2a7eca8a4bc226ead', '/navigation/38fa5688aade46239c514a22e70fa3e3', '/navigation/f9c815873a6a4db7beadf253bd827572', '/navigation/16a2eb0406214c41a75820f636545dd8', '/navigation/304e07d8b5864bac8eede87dca7a7c4f', '/navigation/fb00a9f739df41468980f9a3bbc7d55e', '/navigation/bfdc03c3df1b4b61b577caabb3abcc1f', '/navigation/9f5ab56cdbfc480496c4a43eb7f1a712', '/navigation/c8f0536f0389409b87cef3d5470e9394', '/navigation/760b9e628a474cc9ae76b2d19eaabbd3', '/navigation/ba11d6a098d5496a863f2d610889683e', '/navigation/6713d3b6099148f0815bc07ff7b7f92f', '/navigation/d71427437683449aa184dcc7b21b7ebe', '/navigation/d3423d5157fa465494f2da88085993d4', '/navigation/46b8903d4b274ba1a340309382768dfe', '/navigation/419a2874d6ab46aeabe20dfa75435658', '/navigation/7d76fba37d4441d9be521a9292e82bb3', '/navigation/04c2e7f98ae04177b0ff7df5d0c1feb3', '/navigation/e40d862858374f3ba22aab3b983badd4', '/navigation/c73c4709f04b48edbe06aeab2e3281d2', '/navigation/2602df564bf44270927b9b49c2885cf6', '/navigation/4c59509e66624216b5abbd4fb09a3099', '/navigation/cd86cce4a7774acebb14d8f4ff872ddd', '/navigation/6c655f3322d4488ca26a06d0bfcf78b9', '/navigation/dbccd57a8e9748febeb1375f73776c43', '/navigation/fd5b18aea0ba4d0b9b85fe7311f8d2d1', '/navigation/7a2449ca5de248d78b87152c2b7f1409', '/navigation/9e58889bdf564be4b6102a598698725f', '/navigation/1162bf46f60e4d54bc7a5059d12b9acb', '/navigation/434ca23d64624ec3acc20f3d15c36d88', '/navigation/914bc74ba82249a4b6e26ed4d96902bf', '/navigation/08dba9d1f8bf4984b5b1ae74141d2df8', '/navigation/de4f9fdc758444b58edb5a7d71e842ab', '/navigation/080104f74cc24617a212673e1c360a62', '/navigation/ad6ebcc2a8f042268a0975f1633a826b', '/navigation/2d3011b39bf744fea4197add75c847c8', '/navigation/8f7f4050d1334e1fa85e8c79c6225dac', '/navigation/50eb78d910a543999913d9eafd083982', '/navigation/df5fae105978451a8fac5c1d6572043a', '/navigation/6658e2fdfa994b12be8fe0278fc7a1ad', '/navigation/d28958c9411843e0b634531c8866addd', '/navigation/d2c6f570975a4ca8b01c5ca4770193e5', '/navigation/19567224d80f45c994a523b4df785c88', '/navigation/57323266c8204be68ba93221b65dc2dc', '/navigation/c43f54a0c9534aeb85dcfce95eb8d0e8', '/navigation/1639aa9c7ac54a7fbe9cc9244ac51001', '/navigation/b04202b999944063850ea9a2ec43474e', '/navigation/2ada2dc3696f496a88395c5c54d0007d', '/navigation/ba850d56fe0a444fae8e7e8b15591ded', '/navigation/e82134d9d8214c469882745c26d4c31f', '/navigation/7e5f11537b3d4268ba28a7900713fd73', '/navigation/c3f25fef357a4bf4bf6a74f76010480c', '/navigation/13d9de0200454cbc867a0d4b76c77444', '/navigation/7240eed63b4d4eb59d1217059fe5650a', '/navigation/5185868ec0ac41dd8372bbf598707af2', '/navigation/e1ba668d48e14ccb80eaa6a9b01de8ce', '/navigation/9129ff05c57445318e7a37757e53a647', '/navigation/f50592da9a8b47889af86755981aba86', '/navigation/60b653a98bc84dd0abaa85cb49f23e49', '/navigation/453887d533c9406fa2d97f9ec3a6e0ea', '/navigation/9e40046a87504602b05a7b774aa9b3b9', '/navigation/ec60f1deed7e4bcf96f2c99c12b7f6ed', '/navigation/d5b83fbe6d8e421cb9c13fe7d84eb757', '/navigation/3d22b0c80b9145a8a655abb6c1317b1f', '/navigation/5cc2f3153d7b462080863db4090a0ae1', '/navigation/fe30662e63274b84a29e741b20f031e0', '/navigation/0a938843e7444b388cc87c8463681394', '/navigation/eb8e7b8764634fd8b992cdb0cb6ec028', '/navigation/f84c99ffda664c42b8a4eddd692923c9', '/navigation/ebe57825a2294790b33d2df4b7b5f2d5', '/navigation/cc4cd7b6eae6490a99e75fbf3716b337', '/navigation/daa3a70de6524a6ebebb239c7c1e8523', '/navigation/d117d13f6d8441a6bb7569ce0ef1c5b4', '/navigation/25bac67bde974b42973429e7e74647c6', '/navigation/85598f2e654444d9948dc9e142a3bcee', '/navigation/02aaba22127f4f8b992567fe53f19acf', '/navigation/541424367c7e41788660c93786739390', '/navigation/222ea3e30cad496b8415caa77a3e63fd', '/navigation/523b807939434ae4a82fb81c6c53514b', '/navigation/0e7e4a8022bf434180629f1c713675ab', '/navigation/e3a5b92cb3834c1c874122b7144b6995', '/navigation/b23729783c7146ca9c9a319b21243be0', '/navigation/7a15ffa853d84657b97d863c4a361890', '/navigation/75dcd0d7b90f46fbbef0c721cf7a0904', '/navigation/015a4dafbb314f17bfb9ae32ba7e784a', '/navigation/975ec92daf5a416c94b98bae1eccdd7e', '/navigation/2d68408000994f5aa1c66c34d7fffcb1', '/navigation/d4dfc359c8be438682c5ff6eebb0b091', '/navigation/029a00749897460da5b4b808d03488a9', '/navigation/7dd216ded7e94ac5b2c1227c4ecf9fe8', '/navigation/5ba7d9b3ece94f1c9b558d1063ef9419', '/cbax/lexicon/index', '/cbax/lexicon/content', '/cbax/lexicon/listing/C', '/cbax/lexicon/detail/080530a38f08469faf76da390cd6a977', '/navigation/d3fbedc21be74de4bf1eb522dcd13daf', '/navigation/030068e5c0dd4db5911fcee519f560d6', '/navigation/e7c09bea8d304b77b4a8aed4297d0227', '/navigation/8f63214893c4471594063446d83b78cd', '/navigation/a38133b28ae3481f8255fa894d322b43', '/navigation/b05e0fa33a8b424da73cfcab248fb431', '/navigation/bb8b1299c98843c69f63f3c35c6c8bf9', '/navigation/00459d5caf1548eb9f40463c8e620605', '/navigation/93f4baec9a7b41c187eec20c9ff0c4fa', '/navigation/6253f4e6c16f4760b2769751661ae905', '/navigation/41ca0260412349f2bd2680a71f162317', '/checkout/confirm')) AND (seo_url.language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B) AND (seo_url.sales_channel_id = 0xFD5CCFC31DFA44A697B9FA97E8E740E1 OR seo_url.sales_channel_id IS NULL) AND (is_deleted = 0) ORDER BY seo_url.sales_channel_id ASC;
array:19 [▼
0 => "Shopware\Core\Profiling\Doctrine\DebugStack::stopQuery (line 1323)"
1 => "Doctrine\DBAL\Connection::executeQuery (line 242)"
2 => "Doctrine\DBAL\Query\QueryBuilder::executeQuery (line 106)"
3 => "Shopware\Core\Content\Seo\SeoUrlPlaceholderHandler::createSeoMapping (line 59)"
4 => "Shopware\Core\Content\Seo\SeoUrlPlaceholderHandler::Shopware\Core\Content\Seo\{closure} (line 59)"
5 => "Shopware\Core\Profiling\Profiler::trace (line 70)"
6 => "Shopware\Core\Content\Seo\SeoUrlPlaceholderHandler::replace (line 90)"
7 => "Shopware\Storefront\Controller\StorefrontController::renderStorefront (line 265)"
8 => "Cbax\ModulLexicon\Controller\FrontendController::detail (line 163)"
9 => "Symfony\Component\HttpKernel\HttpKernel::handleRaw (line 75)"
10 => "Symfony\Component\HttpKernel\HttpKernel::handle (line 202)"
11 => "Symfony\Component\HttpKernel\Kernel::handle (line 86)"
12 => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle (line 479)"
13 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::forward (line 452)"
14 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::fetch (line 346)"
15 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::lookup (line 224)"
16 => "Symfony\Component\HttpKernel\HttpCache\HttpCache::handle (line 156)"
17 => "Shopware\Core\HttpKernel::doHandle (line 81)"
18 => "Shopware\Core\HttpKernel::handle (line 85)"
]
|