2.27 ms (34.36%)
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
0.80 ms (12.11%)
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.64 ms (9.72%)
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.62 ms (9.42%)
2
SELECT `key` , `value` FROM `app_config`
SELECT `key` , `value` FROM `app_config` ;
Copy
0.53 ms (8.05%)
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` . `id` IN (? )
Parameters :
[
b"\x01 ™\x0E )ž\x1A |\x12 ƒKZ†N§+à "
]
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` . `id` IN (0x01990E299E1A7C12834B5A864EA72BE0 );
Copy
0.29 ms (4.43%)
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.24 ms (3.66%)
1
SELECT last_updated_password_at FROM user WHERE id = ?
Parameters :
[
b"\x01 ˜2ˆ{\x15\x7F „ºkœ5I"æ "
]
SELECT last_updated_password_at FROM user WHERE id = 0x019832887B157FA084BA6B9C354922E6 ;
Copy
0.18 ms (2.69%)
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.17 ms (2.63%)
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 ˜2ˆ{\x15\x7F „ºkœ5I"æ "
]
SELECT role . privileges FROM acl_user_role mapping INNER JOIN acl_role role ON mapping . acl_role_id = role . id WHERE mapping . user_id = 0x019832887B157FA084BA6B9C354922E6 ;
Copy
0.15 ms (2.31%)
1
SELECT `user_config` . `id` FROM `user_config` WHERE (`user_config` . `key` = ? AND `user_config` . `user_id` = ? ) LIMIT 25
Parameters :
[
"grid.setting.sw-order-list "
b"\x01 ˜2ˆ{\x15\x7F „ºkœ5I"æ "
]
SELECT `user_config` . `id` FROM `user_config` WHERE (`user_config` . `key` = 'grid.setting.sw-order-list' AND `user_config` . `user_id` = 0x019832887B157FA084BA6B9C354922E6 ) LIMIT 25 ;
Copy
0.14 ms (2.19%)
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.14 ms (2.16%)
1
SELECT COUNT (* ) FROM (SELECT `user_config` . `id` FROM `user_config` WHERE (`user_config` . `key` = ? AND `user_config` . `user_id` = ? )) total
Parameters :
[
"grid.setting.sw-order-list "
b"\x01 ˜2ˆ{\x15\x7F „ºkœ5I"æ "
]
SELECT COUNT (* ) FROM (SELECT `user_config` . `id` FROM `user_config` WHERE (`user_config` . `key` = 'grid.setting.sw-order-list' AND `user_config` . `user_id` = 0x019832887B157FA084BA6B9C354922E6 )) total ;
Copy
0.13 ms (2.04%)
1
SELECT `name` , `path` , `author`
FROM `app`
WHERE `active` = 1
SELECT `name` , `path` , `author`
FROM `app`
WHERE `active` = 1
;
Copy
0.11 ms (1.71%)
1
SELECT item_rounding FROM currency WHERE id = ?
Parameters :
[
b"·ÒUK\f èGÍ‚ó¬›ÑÀßÊ "
]
SELECT item_rounding FROM currency WHERE id = 0xB7D2554B0CE847CD82F3AC9BD1C0DFCA ;
Copy
0.11 ms (1.68%)
1
SELECT admin FROM `user` WHERE id = ?
Parameters :
[
b"\x01 ˜2ˆ{\x15\x7F „ºkœ5I"æ "
]
SELECT admin FROM `user` WHERE id = 0x019832887B157FA084BA6B9C354922E6 ;
Copy
0.06 ms (0.83%)
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