To view Cookies, add CookieComponent to Controller
| Query | Error | Affected | Num. rows | Took (ms) | Actions |
|---|---|---|---|---|---|
| SHOW FULL COLUMNS FROM `users` | 8 | 8 | 2 | maybe slow | |
| SELECT CHARACTER_SET_NAME FROM INFORMATION_SCHEMA.COLLATIONS WHERE COLLATION_NAME= 'latin1_swedish_ci'; | 1 | 1 | 1 | ||
| SELECT `User`.`id`, `User`.`username`, `User`.`password`, `User`.`email`, `User`.`teot`, `User`.`name`, `User`.`tipo`, `User`.`role` FROM `users` AS `User` WHERE `User`.`id` IS NULL LIMIT 1 | 0 | 0 | 0 |
Peak Memory Use 10.72 MB
| Message | Memory use |
|---|---|
| Component initialization | 9.02 MB |
| Controller action start | 9.11 MB |
| Controller render start | 9.12 MB |
| View render complete | 10.38 MB |
Total Request Time: 169 (ms)
| Message | Time in ms | Graph |
|---|---|---|
| Core Processing (Derived) | 110.52 | |
| Component initialization and startup | 7.27 | |
| Controller action | 0.20 | |
| Render Controller Action | 27.48 | |
| » Rendering View | 25.50 | |
| » » Rendering APP/views/users/login.ctp | 22.01 | |
| » » Rendering APP/views/layouts/profiles.ctp | 2.70 |