Recent Requests
|
|
To view Cookies, add CookieComponent to Controller
| Query | Error | Affected | Num. rows | Took (ms) | Actions |
|---|---|---|---|---|---|
| SELECT `Dj`.`name` FROM `djs` AS `Dj` WHERE `Dj`.`enabled` = 1 | 9 | 9 | 0 | ||
| SELECT `Dj`.`id`, `Dj`.`db_config`, `Dj`.`database` FROM `djs` AS `Dj` WHERE `Dj`.`name` = 'kagura' LIMIT 1 | 1 | 1 | 0 |
| Query | Error | Affected | Num. rows | Took (ms) | Actions |
|---|---|---|---|---|---|
| Query | Error | Affected | Num. rows | Took (ms) | Actions |
|---|---|---|---|---|---|
| Query | Error | Affected | Num. rows | Took (ms) | Actions |
|---|---|---|---|---|---|
| SELECT COUNT(*) AS `count` FROM `queuelist` AS `Queue` LEFT JOIN `songlist` AS `Song` ON (`Queue`.`songID` = `Song`.`id`) WHERE 1 = 1 | 1 | 1 | 0 | ||
| SELECT `Queue`.`ID`, `Queue`.`songID`, `Queue`.`sortID`, `Queue`.`requests`, `Queue`.`requestID`, `Song`.`ID`, `Song`.`artist`, `Song`.`title`, `Song`.`album`, `Song`.`genre`, `Song`.`duration`, `Song`.`id` FROM `queuelist` AS `Queue` LEFT JOIN `songlist` AS `Song` ON (`Queue`.`songID` = `Song`.`id`) WHERE 1 = 1 ORDER BY `sortID` ASC LIMIT 20 | 0 | 0 | 0 | ||
| SELECT `Request`.`ID`, `Request`.`songID`, `Request`.`name`, `Request`.`msg`, `Song`.`ID`, `Song`.`artist`, `Song`.`title`, `Song`.`id` FROM `requestlist` AS `Request` LEFT JOIN `songlist` AS `Song` ON (`Request`.`songID` = `Song`.`id`) WHERE msg IS NOT NULL AND msg != '' ORDER BY `Request`.`ID` DESC LIMIT 3 | 3 | 3 | 0 | ||
| SELECT Song.ID, Song.title, Song.artist, count(Song.ID) as RequestCount FROM songlist as Song, requestlist as Request WHERE Request.songID = Song.ID AND Request.code = 200 AND Request.t_stamp <= '2012-1-31 00:00:00' AND Request.t_stamp >= '2012-1-1 00:00:00' GROUP BY Song.id, Song.artist, Song.title ORDER BY RequestCount DESC LIMIT 10 | 10 | 10 | 21 | maybe slow |
Peak Memory Use 19.29 MB
| Message | Memory use |
|---|---|
| Component intitailization | 13.95 MB |
| Controller action start | 14.12 MB |
| Controller render start | 14.64 MB |
| Component intitailization #2 | 18.02 MB |
| Controller action start #2 | 18.04 MB |
| View render complete | 17.88 MB |
Total Request Time: 254 (ms)
| Message | Time in ms | Graph |
|---|---|---|
| Core Processing (Derived) | 98.48 | |
| Component initialization and startup | 2.38 | |
| Controller action | 12.95 | |
| Render Controller Action | 78.26 | |
| » Rendering View | 76.50 | |
| » » Rendering APP/views/queues/index.ctp | 23.38 | |
| » » Rendering APP/views/themed/shr-luv/layouts/default.ctp | 52.66 | |
| » » » Rendering APP/views/elements/top.ctp | 1.42 | |
| » » » Rendering APP/views/themed/shr-luv/elements/header.ctp | 0.15 | |
| » » » Rendering APP/views/elements/column_left.ctp | 4.43 | |
| » » » » Rendering APP/views/elements/menu.ctp | 2.66 | |
| » » » » Rendering APP/views/elements/upcoming_shows.ctp | 0.49 | |
| » » » » Rendering APP/views/elements/affiliates.ctp | 0.69 | |
| » » » Rendering APP/views/elements/requests/content.ctp | 5.06 | |
| » » » » Rendering APP/views/elements/paypal-saso.ctp | 0.17 | |
| » » » Rendering APP/views/elements/column_right.ctp | 37.40 | |
| » » » » Rendering APP/views/elements/playing.ctp | 2.28 | |
| » » » » Rendering APP/views/elements/queued.ctp | 0.18 | |
| » » » » Rendering APP/views/elements/donations.ctp | 0.57 | |
| » » » » Rendering APP/views/elements/most_requested.ctp | 33.52 | |
| » » » » » Component initialization and startup #2 | 1.00 | |
| Controller action #2 | 0.00 | |
| » » » » Rendering APP/views/elements/powered_by.ctp | 2.07 |