
To view Cookies, add CookieComponent to Controller
Query | Error | Affected | Num. rows | Took (ms) | Actions |
---|---|---|---|---|---|
SHOW FULL COLUMNS FROM `equipe` | 7 | 7 | 1 | maybe slow | |
SELECT CHARACTER_SET_NAME FROM INFORMATION_SCHEMA.COLLATIONS WHERE COLLATION_NAME= 'utf8_general_ci'; | 1 | 1 | 1 | ||
SHOW FULL COLUMNS FROM `configurations` | 6 | 6 | 7 | maybe slow | |
SELECT `Configuration`.`variable`, `Configuration`.`value` FROM `configurations` AS `Configuration` WHERE 1 = 1 | 12 | 12 | 4 | maybe slow | |
SELECT `Equipe`.`id`, `Equipe`.`created`, `Equipe`.`modified`, `Equipe`.`name`, `Equipe`.`funcao`, `Equipe`.`tel`, `Equipe`.`email` FROM `equipe` AS `Equipe` WHERE 1 = 1 ORDER BY `Equipe`.`created` ASC | 7 | 7 | 1 | maybe slow |
Peak Memory Use 11,00 MB
Message | Memory use |
---|---|
Component initialization | 9,00 MB |
Controller action start | 9,00 MB |
Controller render start | 9,00 MB |
View render complete | 11,00 MB |
Total Request Time: 155 (ms)
Message | Time in ms | Graph |
---|---|---|
Core Processing (Derived) | 106,86 | |
Component initialization and startup | 15,55 | |
Controller action | 5,27 | |
Render Controller Action | 19,05 | |
» Rendering View | 18,16 | |
» » Rendering APP/views/equipe/index.ctp | 15,18 | |
» » Rendering APP/views/layouts/default.ctp | 2,56 |