
To view Cookies, add CookieComponent to Controller
Query | Error | Affected | Num. rows | Took (ms) | Actions |
---|---|---|---|---|---|
SHOW FULL COLUMNS FROM `videos` | 8 | 8 | 0 | ||
SELECT CHARACTER_SET_NAME FROM INFORMATION_SCHEMA.COLLATIONS WHERE COLLATION_NAME= 'utf8_general_ci'; | 1 | 1 | 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 `Video`.`id`, `Video`.`created`, `Video`.`modified`, `Video`.`name`, `Video`.`link`, `Video`.`ativo`, `Video`.`destaque`, `Video`.`ordem` FROM `videos` AS `Video` WHERE `Video`.`destaque` = 'S' | 2 | 2 | 0 | ||
SELECT COUNT(*) AS `count` FROM `videos` AS `Video` WHERE 1 = 1 | 1 | 1 | 0 | ||
SELECT `Video`.`id`, `Video`.`created`, `Video`.`modified`, `Video`.`name`, `Video`.`link`, `Video`.`ativo`, `Video`.`destaque`, `Video`.`ordem` FROM `videos` AS `Video` WHERE 1 = 1 ORDER BY `Video`.`id` DESC LIMIT 5 | 5 | 5 | 0 |
Peak Memory Use 12,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: 104 (ms)
Message | Time in ms | Graph |
---|---|---|
Core Processing (Derived) | 63,85 | |
Component initialization and startup | 6,59 | |
Controller action | 1,82 | |
Render Controller Action | 22,09 | |
» Rendering View | 21,21 | |
» » Rendering APP/views/videos/index.ctp | 18,73 | |
» » » Rendering APP/views/elements/paging.ctp | 4,56 | |
» » Rendering APP/views/layouts/default.ctp | 2,17 |