
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 30, 5 | 5 | 5 | 0 |
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: 100 (ms)
Message | Time in ms | Graph |
---|---|---|
Core Processing (Derived) | 61,44 | |
Component initialization and startup | 6,71 | |
Controller action | 1,64 | |
Render Controller Action | 20,70 | |
» Rendering View | 19,99 | |
» » Rendering APP/views/videos/index.ctp | 16,97 | |
» » » Rendering APP/views/elements/paging.ctp | 5,25 | |
» » Rendering APP/views/layouts/default.ctp | 2,61 |