
To view Cookies, add CookieComponent to Controller
Query | Error | Affected | Num. rows | Took (ms) | Actions |
---|---|---|---|---|---|
SHOW FULL COLUMNS FROM `publicacao` | 7 | 7 | 1 | maybe slow | |
SELECT CHARACTER_SET_NAME FROM INFORMATION_SCHEMA.COLLATIONS WHERE COLLATION_NAME= 'utf8_general_ci'; | 1 | 1 | 0 | ||
SHOW FULL COLUMNS FROM `publicacao_fotos` | 3 | 3 | 1 | maybe slow | |
SHOW FULL COLUMNS FROM `paginas` | 9 | 9 | 0 | ||
SHOW FULL COLUMNS FROM `paginas_fotos` | 3 | 3 | 0 | ||
SHOW FULL COLUMNS FROM `configurations` | 6 | 6 | 0 | ||
SELECT `Configuration`.`variable`, `Configuration`.`value` FROM `configurations` AS `Configuration` WHERE 1 = 1 | 12 | 12 | 0 | ||
SELECT `Publicacao`.`id`, `Publicacao`.`created`, `Publicacao`.`modified`, `Publicacao`.`name`, `Publicacao`.`descricao`, `Publicacao`.`data`, `Publicacao`.`ativo` FROM `publicacao` AS `Publicacao` WHERE `Publicacao`.`id` = 1 ORDER BY `Publicacao`.`created` DESC, `Publicacao`.`ativo` DESC, `Publicacao`.`id` DESC LIMIT 1 | 1 | 1 | 0 | ||
SELECT `PublicacaoFoto`.`id`, `PublicacaoFoto`.`publicacao_id`, `PublicacaoFoto`.`legenda` FROM `publicacao_fotos` AS `PublicacaoFoto` WHERE `PublicacaoFoto`.`publicacao_id` = (1) | 77 | 77 | 0 |
Peak Memory Use 12,00 MB
Message | Memory use |
---|---|
Component initialization | 9,00 MB |
Controller action start | 9,00 MB |
Controller render start | 10,00 MB |
View render complete | 11,00 MB |
Total Request Time: 335 (ms)
Message | Time in ms | Graph |
---|---|---|
Core Processing (Derived) | 69,44 | |
Component initialization and startup | 3,19 | |
Controller action | 19,64 | |
Render Controller Action | 225,61 | |
» Rendering View | 224,47 | |
» » Rendering APP/views/publicacao/view.ctp | 213,91 | |
» » Rendering APP/views/layouts/default.ctp | 9,56 |