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 12.65 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: 303 (ms)
Message | Time in ms | Graph |
---|---|---|
Core Processing (Derived) | 90.08 | |
Component initialization and startup | 15.39 | |
Controller action | 38.23 | |
Render Controller Action | 114.47 | |
» Rendering View | 113.50 | |
» » Rendering APP/views/articles/show.ctp | 110.68 | |
» » Rendering APP/views/layouts/2nd_lvl_a.ctp | 2.21 | |
» » » Rendering APP/views/elements/nav_main.ctp | 0.19 | |
» » » Rendering APP/views/elements/interact_toolbar.ctp | 0.27 | |
» » » Rendering APP/views/elements/footer.ctp | 0.21 |