Recent Requests
|
|
Songs
<< previous | next >>
Page 1 of 1, showing 6 records out of 6 total, starting on record 1, ending on 6
<< previous | next >>
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 `songlist` AS `Song` WHERE `Song`.`artist` LIKE '%Kanako%Itou%' | 1 | 1 | 11 | maybe slow | |
| SELECT `Song`.`ID`, `Song`.`artist`, `Song`.`title`, `Song`.`album`, `Song`.`genre`, `Song`.`duration`, `Song`.`id` FROM `songlist` AS `Song` WHERE `Song`.`artist` LIKE '%Kanako%Itou%' ORDER BY `Song`.`artist` asc LIMIT 20 | 6 | 6 | 42 | maybe slow | |
| 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 | 14 | maybe slow | |
| 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 | 0 | 0 | 3 | maybe slow | |
| 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-4-30 00:00:00' AND Request.t_stamp >= '2012-4-1 00:00:00' GROUP BY Song.id, Song.artist, Song.title ORDER BY RequestCount DESC LIMIT 10 | 10 | 10 | 62 | maybe slow |
Peak Memory Use 20.03 MB
| Message | Memory use |
|---|---|
| Component intitailization | 14.34 MB |
| Controller action start | 14.47 MB |
| Controller render start | 15.01 MB |
| Component intitailization #2 | 18.34 MB |
| Controller action start #2 | 18.36 MB |
| Component intitailization #3 | 18.44 MB |
| Controller action start #3 | 18.46 MB |
| View render complete | 18.28 MB |
Total Request Time: 1995 (ms)
| Message | Time in ms | Graph |
|---|---|---|
| Core Processing (Derived) | 346.46 | |
| Component initialization and startup | 3.02 | |
| Controller action | 58.13 | |
| Render Controller Action | 1467.13 | |
| » Rendering View | 1451.61 | |
| » » Rendering APP/views/songs/index.ctp | 133.43 | |
| » » Rendering APP/views/themed/shr-luv/layouts/default.ctp | 1317.68 | |
| » » » Rendering APP/views/elements/top.ctp | 1.63 | |
| » » » Rendering APP/views/themed/shr-luv/elements/header.ctp | 0.23 | |
| » » » Rendering APP/views/elements/column_left.ctp | 1205.61 | |
| » » » » Rendering APP/views/elements/menu.ctp | 26.14 | |
| » » » » Rendering APP/views/elements/upcoming_shows.ctp | 1177.73 | |
| » » » » Rendering APP/views/elements/affiliates.ctp | 0.93 | |
| » » » Rendering APP/views/elements/requests/content.ctp | 19.90 | |
| » » » » Rendering APP/views/elements/paypal-saso.ctp | 0.25 | |
| » » » Rendering APP/views/elements/column_right.ctp | 85.90 | |
| » » » » Rendering APP/views/elements/playing.ctp | 2.31 | |
| » » » » Rendering APP/views/elements/queued.ctp | 9.58 | |
| » » » » » Component initialization and startup #2 | 0.91 | |
| Controller action #2 | 0.00 | |
| » » » » » Rendering APP/views/elements/donations.ctp | 0.59 | |
| » » » » » Rendering APP/views/elements/most_requested.ctp | 72.50 | |
| » » » » » » Component initialization and startup #3 | 1.19 | |
| Controller action #3 | 0.00 | |
| » » » » » Rendering APP/views/elements/powered_by.ctp | 2.21 |