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 | 12 | maybe slow |
Peak Memory Use 9.71 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: 272 (ms)
Message | Time in ms | Graph |
---|---|---|
Core Processing (Derived) | 89.23 | |
Component initialization and startup | 14.39 | |
Controller action | 40.41 | |
Render Controller Action | 106.95 | |
» Rendering View | 105.54 | |
» » Rendering APP/views/articles/show.ctp | 103.08 | |
» » Rendering APP/views/layouts/2nd_lvl_a.ctp | 1.94 | |
» » » Rendering APP/views/elements/nav_main.ctp | 0.15 | |
» » » Rendering APP/views/elements/interact_toolbar.ctp | 0.26 | |
» » » Rendering APP/views/elements/footer.ctp | 0.15 |