Query | Error | Affected | Num. rows | Took (ms) | Actions |
---|---|---|---|---|---|
SELECT `Configuration`.`id`, `Configuration`.`name`, `Configuration`.`value` FROM `configuration` AS `Configuration` WHERE 1 = 1 | 14 | 14 | 11 | maybe slow | |
SELECT `Article`.`id`, `Article`.`publication`, `Article`.`date`, `Article`.`headline`, `Article`.`description`, `Article`.`year`, `Article`.`sort_date`, `Article`.`file_name`, `Article`.`directory`, `Article`.`created`, `Article`.`modified` FROM `articles` AS `Article` WHERE 1 = 1 ORDER BY `Article`.`sort_date` DESC | 168 | 168 | 22 | maybe slow | |
SELECT DISTINCT `Article`.`year` FROM `articles` AS `Article` WHERE 1 = 1 ORDER BY `year` DESC | 26 | 26 | 11 | maybe slow |
Peak Memory Use 9.57 MB
Message | Memory use |
---|---|
Component intitailization | 6.18 MB |
Controller action start | 6.30 MB |
Controller render start | 6.79 MB |
View render complete | 8.02 MB |
Total Request Time: 256 (ms)
Message | Time in ms | Graph |
---|---|---|
Core Processing (Derived) | 83.60 | |
Component initialization and startup | 14.76 | |
Controller action | 37.56 | |
Render Controller Action | 102.33 | |
» Rendering View | 100.96 | |
» » Rendering APP/views/articles/show.ctp | 98.49 | |
» » Rendering APP/views/layouts/2nd_lvl_a.ctp | 1.95 | |
» » » Rendering APP/views/elements/nav_main.ctp | 0.17 | |
» » » Rendering APP/views/elements/interact_toolbar.ctp | 0.24 | |
» » » Rendering APP/views/elements/footer.ctp | 0.16 |