(default) 21 queries took 5 ms
NrQueryErrorAffectedNum. rowsTook (ms)
1SHOW FULL COLUMNS FROM `cake_sessions`330
2SELECT CHARACTER_SET_NAME FROM INFORMATION_SCHEMA.COLLATIONS WHERE COLLATION_NAME= 'utf8_general_ci';110
3SHOW FULL COLUMNS FROM `users`16161
4SHOW FULL COLUMNS FROM `mandantors`440
5SHOW FULL COLUMNS FROM `companies`550
6SHOW FULL COLUMNS FROM `configurations`880
7SHOW FULL COLUMNS FROM `costcenters`660
8SHOW FULL COLUMNS FROM `items`24240
9SELECT CHARACTER_SET_NAME FROM INFORMATION_SCHEMA.COLLATIONS WHERE COLLATION_NAME= 'utf8_bin';110
10SHOW FULL COLUMNS FROM `reports`17171
11SHOW FULL COLUMNS FROM `fileuploads`13131
12SHOW FULL COLUMNS FROM `testplans`11111
13SHOW FULL COLUMNS FROM `codes`990
14SHOW FULL COLUMNS FROM `costcenters_users`770
15SHOW FULL COLUMNS FROM `logs`10101
16SHOW FULL COLUMNS FROM `groups`440
17SELECT `Configuration`.`group`, `Configuration`.`name`, `Configuration`.`value` FROM `configurations` AS `Configuration` WHERE `Configuration`.`foreign_key` = 0 AND `Configuration`.`model` = 'Mandantor' 12120
18SELECT `Session`.`id`, `Session`.`data`, `Session`.`expires` FROM `cake_sessions` AS `Session` WHERE `id` = '38g8hgrbn0mubo7p092mus1jq7' LIMIT 1110
19SELECT `Configuration`.`group`, `Configuration`.`name`, `Configuration`.`value` FROM `configurations` AS `Configuration` WHERE `Configuration`.`foreign_key` IS NULL AND `Configuration`.`model` = 'Mandantor' 000
20SELECT `Configuration`.`group`, `Configuration`.`name`, `Configuration`.`value` FROM `configurations` AS `Configuration` WHERE `Configuration`.`foreign_key` IS NULL AND `Configuration`.`model` = 'Company' 000
21SELECT `User`.`id`, `User`.`group_id`, `User`.`company_id`, `User`.`mandantor_id`, `User`.`username`, `User`.`password`, `User`.`firstname`, `User`.`lastname`, `User`.`email`, `User`.`enabled`, `User`.`lastlogin`, `User`.`created`, `User`.`modified`, `User`.`mustchngpwd`, `User`.`privdisaccept`, `User`.`failedlogins`, `Mandantor`.`id`, `Mandantor`.`name`, `Mandantor`.`created`, `Mandantor`.`modified`, `Company`.`id`, `Company`.`mandantor_id`, `Company`.`name`, `Company`.`created`, `Company`.`modified`, `Group`.`id`, `Group`.`name`, `Group`.`created`, `Group`.`modified` FROM `users` AS `User` LEFT JOIN `mandantors` AS `Mandantor` ON (`User`.`mandantor_id` = `Mandantor`.`id`) LEFT JOIN `companies` AS `Company` ON (`User`.`company_id` = `Company`.`id`) LEFT JOIN `groups` AS `Group` ON (`User`.`group_id` = `Group`.`id`) WHERE `User`.`username` IS NULL LIMIT 1000