1.90 ms (19.11%)
1
SELECT `scop_platform_redirecter_redirect` . `id` FROM `scop_platform_redirecter_redirect` WHERE (`scop_platform_redirecter_redirect` . `sourceURL` IN (? , ? , ? , ? , ? , ? , ? ) AND `scop_platform_redirecter_redirect` . `enabled` = ? AND (`scop_platform_redirecter_redirect` . `salesChannelId` = ? OR `scop_platform_redirecter_redirect` . `salesChannelId` < = > ? )) LIMIT 1
Parameters :
[
"//en/account/profile "
"/en/account/profile "
"https://hauptverlag.staging.eurosoft.network/en/account/profile "
"https://hauptverlag.staging.eurosoft.network//en/account/profile "
"/en/account/profile "
"//en/account/profile "
"en/account/profile "
true
b"\x01 ɪJ£&pò▓Ãè ÌôÜÓ "
null
]
SELECT `scop_platform_redirecter_redirect` . `id` FROM `scop_platform_redirecter_redirect` WHERE (`scop_platform_redirecter_redirect` . `sourceURL` IN ('//en/account/profile' , '/en/account/profile' , 'https://hauptverlag.staging.eurosoft.network/en/account/profile' , 'https://hauptverlag.staging.eurosoft.network//en/account/profile' , '/en/account/profile' , '//en/account/profile' , 'en/account/profile' ) AND `scop_platform_redirecter_redirect` . `enabled` = 1 AND (`scop_platform_redirecter_redirect` . `salesChannelId` = 0x0190A64A9C267095B2C78AFFDE939AE0 OR `scop_platform_redirecter_redirect` . `salesChannelId` < = > NULL )) LIMIT 1 ;
Copy
1.20 ms (12.04%)
2
SELECT `key` , `value` FROM `app_config`
SELECT `key` , `value` FROM `app_config` ;
Copy
1.13 ms (11.39%)
1
SELECT LOWER (HEX (`id` )) AS `id` FROM `moorl_magazine_article` WHERE (`updated_at` IS NULL OR (`show_from` > `updated_at` AND `show_from` < '2026-02-04T10:42:47+00:00' ) OR (`show_until` > `updated_at` AND `show_until` < '2026-02-04T10:42:47+00:00' )) AND `active` = '1' ;
SELECT LOWER (HEX (`id` )) AS `id` FROM `moorl_magazine_article` WHERE (`updated_at` IS NULL OR (`show_from` > `updated_at` AND `show_from` < '2026-02-04T10:42:47+00:00' ) OR (`show_until` > `updated_at` AND `show_until` < '2026-02-04T10:42:47+00:00' )) AND `active` = '1' ; ;
Copy
1.00 ms (10.06%)
1
SELECT custom_entity . name , custom_entity . fields , custom_entity . flags
FROM custom_entity
LEFT JOIN app ON app . id = custom_entity . app_id
WHERE (custom_entity . app_id IS NULL OR app . active = 1 ) AND custom_entity . deleted_at IS NULL ;
SELECT custom_entity . name , custom_entity . fields , custom_entity . flags
FROM custom_entity
LEFT JOIN app ON app . id = custom_entity . app_id
WHERE (custom_entity . app_id IS NULL OR app . active = 1 ) AND custom_entity . deleted_at IS NULL ;
;
Copy
0.82 ms (8.29%)
1
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = ? ) AND (token = ? ) LIMIT 1
Parameters :
[
b"\x01 ɪJ£&pò▓Ãè ÌôÜÓ "
"fpjLACE6roazzFs7PhxlDZvyCk3E48wF "
]
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = 0x0190A64A9C267095B2C78AFFDE939AE0 ) AND (token = 'fpjLACE6roazzFs7PhxlDZvyCk3E48wF' ) LIMIT 1 ;
Copy
0.82 ms (8.21%)
1
SELECT path_info pathInfo , seo_path_info seoPathInfo FROM seo_url WHERE (language_id = ? ) AND (sales_channel_id = ? ) AND (path_info = ? ) AND (is_canonical = 1 ) LIMIT 1
Parameters :
[
b"\x01 ÉÑÊ\x15 Xp\x1C ▒z\x1F ëÖ\x1D\x17 Ô "
b"\x01 ɪJ£&pò▓Ãè ÌôÜÓ "
"/account/profile "
]
SELECT path_info pathInfo , seo_path_info seoPathInfo FROM seo_url WHERE (language_id = 0x0190A5D21558701CB17A1F89991D17E2 ) AND (sales_channel_id = 0x0190A64A9C267095B2C78AFFDE939AE0 ) AND (path_info = '/account/profile' ) AND (is_canonical = 1 ) LIMIT 1 ;
Copy
0.76 ms (7.65%)
1
SELECT id , path_info pathInfo , is_canonical isCanonical , sales_channel_id salesChannelId FROM seo_url WHERE (language_id = ? ) AND ((sales_channel_id = ? OR sales_channel_id IS NULL )) AND ((seo_path_info = ? OR seo_path_info = ? ))
Parameters :
[
b"\x01 ÉÑÊ\x15 Xp\x1C ▒z\x1F ëÖ\x1D\x17 Ô "
b"\x01 ɪJ£&pò▓Ãè ÌôÜÓ "
"account/profile "
"account/profile/ "
]
SELECT id , path_info pathInfo , is_canonical isCanonical , sales_channel_id salesChannelId FROM seo_url WHERE (language_id = 0x0190A5D21558701CB17A1F89991D17E2 ) AND ((sales_channel_id = 0x0190A64A9C267095B2C78AFFDE939AE0 OR sales_channel_id IS NULL )) AND ((seo_path_info = 'account/profile' OR seo_path_info = 'account/profile/' ));
Copy
0.57 ms (5.69%)
1
SELECT `cart` . `payload` , `cart` . `rule_ids` , `cart` . `compressed` FROM cart WHERE `token` = ?
Parameters :
[
"fpjLACE6roazzFs7PhxlDZvyCk3E48wF "
]
SELECT `cart` . `payload` , `cart` . `rule_ids` , `cart` . `compressed` FROM cart WHERE `token` = 'fpjLACE6roazzFs7PhxlDZvyCk3E48wF' ;
Copy
0.54 ms (5.46%)
1
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` ; ;
Copy
0.45 ms (4.53%)
1
SELECT `sales_channel_country` . `sales_channel_id` , `sales_channel_country` . `country_id` FROM `sales_channel_country` WHERE (`sales_channel_country` . `sales_channel_id` = ? AND `sales_channel_country` . `country_id` = ? )
Parameters :
[
b"\x01 ɪJ£&pò▓Ãè ÌôÜÓ "
b"\x01 ÉÑð╣ms\x03 ┐5=Ë\x03 Õ╣' "
]
SELECT `sales_channel_country` . `sales_channel_id` , `sales_channel_country` . `country_id` FROM `sales_channel_country` WHERE (`sales_channel_country` . `sales_channel_id` = 0x0190A64A9C267095B2C78AFFDE939AE0 AND `sales_channel_country` . `country_id` = 0x0190A5D0B96D7303BF353DD303E5B927 );
Copy
0.45 ms (4.49%)
1
SELECT `name` , `path` , `author` , `self_managed`
FROM `app`
WHERE `active` = 1
SELECT `name` , `path` , `author` , `self_managed`
FROM `app`
WHERE `active` = 1
;
Copy
0.31 ms (3.08%)
1
SET @@group_concat_max_len = CAST (IF (@@group_concat_max_len > 320000 , @@group_concat_max_len , 320000 ) AS UNSIGNED ); SET sql_mode = (SELECT REPLACE (@@sql_mode , 'ONLY_FULL_GROUP_BY' , '' ))
SET @@group_concat_max_len = CAST (IF (@@group_concat_max_len > 320000 , @@group_concat_max_len , 320000 ) AS UNSIGNED ); SET sql_mode = (SELECT REPLACE (@@sql_mode , 'ONLY_FULL_GROUP_BY' , '' ));
Copy