
To view Cookies, add CookieComponent to Controller
Query | Error | Affected | Num. rows | Took (ms) | Actions |
---|---|---|---|---|---|
SHOW FULL COLUMNS FROM `blog` | 10 | 10 | 0 | ||
SELECT CHARACTER_SET_NAME FROM INFORMATION_SCHEMA.COLLATIONS WHERE COLLATION_NAME= 'utf8_general_ci'; | 1 | 1 | 0 | ||
SHOW FULL COLUMNS FROM `blog_fotos` | 3 | 3 | 0 | ||
SHOW FULL COLUMNS FROM `blog_comentarios` | 8 | 8 | 1 | maybe slow | |
SHOW FULL COLUMNS FROM `configurations` | 6 | 6 | 1 | maybe slow | |
SELECT `Configuration`.`variable`, `Configuration`.`value` FROM `configurations` AS `Configuration` WHERE 1 = 1 | 12 | 12 | 0 | ||
SELECT COUNT(*) AS `count` FROM `blog` AS `Blog` WHERE `Blog`.`ativo` = 'S' | 1 | 1 | 1 | ||
SELECT `Blog`.`id`, `Blog`.`created`, `Blog`.`modified`, `Blog`.`name`, `Blog`.`resumo`, `Blog`.`descricao`, `Blog`.`destaque`, `Blog`.`data`, `Blog`.`ativo`, `Blog`.`foto` FROM `blog` AS `Blog` WHERE `Blog`.`ativo` = 'S' ORDER BY `Blog`.`data` DESC, `Blog`.`created` DESC LIMIT 325, 5 | 1 | 1 | 4 | maybe slow | |
SELECT `BlogFoto`.`blog_id`, `BlogFoto`.`id`, `BlogFoto`.`legenda` FROM `blog_fotos` AS `BlogFoto` WHERE `BlogFoto`.`blog_id` = (9771) | 0 | 0 | 1 | maybe slow | |
SELECT `BlogComentario`.`id`, `BlogComentario`.`created`, `BlogComentario`.`modified`, `BlogComentario`.`name`, `BlogComentario`.`site`, `BlogComentario`.`msg`, `BlogComentario`.`blog_id`, `BlogComentario`.`ativo` FROM `blog_comentarios` AS `BlogComentario` WHERE `BlogComentario`.`blog_id` = (9771) | 11 | 11 | 4 | maybe slow |
Peak Memory Use 13,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 | 12,00 MB |
Total Request Time: 146 (ms)
Message | Time in ms | Graph |
---|---|---|
Core Processing (Derived) | 68,36 | |
Component initialization and startup | 9,71 | |
Controller action | 26,21 | |
Render Controller Action | 29,37 | |
» Rendering View | 27,92 | |
» » Rendering APP/views/blog/index.ctp | 24,95 | |
» » » Rendering APP/views/elements/paging.ctp | 4,12 | |
» » Rendering APP/views/layouts/default.ctp | 2,58 |