2.18 ms (26.45%)
14
SELECT configuration_value FROM system_config WHERE sales_channel_id IS NULL and configuration_key IN (? )
Parameters :
[
"core.mailerSettings.emailAgent "
]
SELECT configuration_value FROM system_config WHERE sales_channel_id IS NULL and configuration_key IN ('core.mailerSettings.emailAgent' );
Copy
1.82 ms (22.17%)
1
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 ;
Copy
0.93 ms (11.28%)
2
SELECT `key` , `value` FROM `app_config`
SELECT `key` , `value` FROM `app_config` ;
Copy
0.55 ms (6.73%)
1
SELECT `user_config` . `id` as `user_config.id` , `user_config` . `user_id` as `user_config.userId` , `user_config` . `key` as `user_config.key` , `user_config` . `value` as `user_config.value` , `user_config` . `created_at` as `user_config.createdAt` , `user_config` . `updated_at` as `user_config.updatedAt` FROM `user_config` WHERE (`user_config` . `user_id` = ? AND `user_config` . `key` IN (? ))
Parameters :
[
b"\x01 Øò®╣ôxã┤\x18 ╗¨¸ú¾Ø "
"notification.lastReadAt "
]
SELECT `user_config` . `id` as `user_config.id` , `user_config` . `user_id` as `user_config.userId` , `user_config` . `key` as `user_config.key` , `user_config` . `value` as `user_config.value` , `user_config` . `created_at` as `user_config.createdAt` , `user_config` . `updated_at` as `user_config.updatedAt` FROM `user_config` WHERE (`user_config` . `user_id` = 0x019D95A9B99378C6B418BBF9F7A3F39D AND `user_config` . `key` IN ('notification.lastReadAt' ));
Copy
0.52 ms (6.31%)
2
SELECT configuration_key , configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = ? ) AND (configuration_key LIKE ? ) ORDER BY sales_channel_id ASC
Parameters :
[
null
"IntediaDoofinderSW6.config.% "
]
SELECT configuration_key , configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = NULL ) AND (configuration_key LIKE 'IntediaDoofinderSW6.config.%' ) ORDER BY sales_channel_id ASC ;
Copy
0.43 ms (5.22%)
1
SELECT `name` , `path` , `author`
FROM `app`
WHERE `active` = 1
SELECT `name` , `path` , `author`
FROM `app`
WHERE `active` = 1
;
Copy
0.39 ms (4.70%)
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.33 ms (4.02%)
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.28 ms (3.46%)
1
SELECT last_updated_password_at FROM user WHERE id = ?
Parameters :
[
b"\x01 Øò®╣ôxã┤\x18 ╗¨¸ú¾Ø "
]
SELECT last_updated_password_at FROM user WHERE id = 0x019D95A9B99378C6B418BBF9F7A3F39D ;
Copy
0.22 ms (2.70%)
1
SELECT role . privileges FROM acl_user_role mapping INNER JOIN acl_role role ON mapping . acl_role_id = role . id WHERE mapping . user_id = ?
Parameters :
[
b"\x01 Øò®╣ôxã┤\x18 ╗¨¸ú¾Ø "
]
SELECT role . privileges FROM acl_user_role mapping INNER JOIN acl_role role ON mapping . acl_role_id = role . id WHERE mapping . user_id = 0x019D95A9B99378C6B418BBF9F7A3F39D ;
Copy
0.18 ms (2.14%)
1
SELECT item_rounding FROM currency WHERE id = ?
Parameters :
[
b"·ÒUK\f èGÍ‚ó¬›ÑÀßÊ "
]
SELECT item_rounding FROM currency WHERE id = 0xB7D2554B0CE847CD82F3AC9BD1C0DFCA ;
Copy
0.15 ms (1.80%)
1
SELECT LOWER (HEX (language . parent_id )) FROM language WHERE language . id = ?
Parameters :
[
b"š¨)Ȳ\x0F N\x1D ’\x1E æ{hÇ“Ç "
]
SELECT LOWER (HEX (language . parent_id )) FROM language WHERE language . id = 0x9AA829C8B20F4E1D921EE67B68C793C7 ;
Copy
0.13 ms (1.54%)
1
SELECT admin FROM `user` WHERE id = ?
Parameters :
[
b"\x01 Øò®╣ôxã┤\x18 ╗¨¸ú¾Ø "
]
SELECT admin FROM `user` WHERE id = 0x019D95A9B99378C6B418BBF9F7A3F39D ;
Copy
0.12 ms (1.48%)
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