Movielogr

Hours Watched By Year

Number of hours noahphex has logged by year viewed.

Hours Watched By Year
YearHours Watched
2012681
2011905
2010835
200916
  BENCHMARKS  
Loading Time: Base Classes  0.0015
Controller Execution Time ( Members / Hours Watched Overview )  0.0250
Total Execution Time  0.0265
  GET DATA  
No GET data exists
  MEMORY USAGE  
508,328 bytes
  POST DATA  
No POST data exists
  URI STRING  
members/noahphex/hours
  CLASS/METHOD  
members/hours_watched_overview
  DATABASE:  movielogr_dev (Members:$db)   QUERIES: 6 (0.0191 seconds)  (Hide)
0.0004   SELECT 1
FROM 
`ml_sessions`
WHERE `id` = '05896cc757cacaef73147f683646a781bc754c89'
AND `ip_address` = '216.73.216.111' 
0.0002   SELECT GET_LOCK('fe5da13995f5e9e190c5806599c2afd3'300) AS ci_session_lock 
0.0002   SELECT `data`
FROM `ml_sessions`
WHERE `id` = '05896cc757cacaef73147f683646a781bc754c89'
AND `ip_address` = '216.73.216.111' 
0.0004   SELECT `username`, `user_id`
FROM `ml_users`
WHERE `username` = 'noahphex'
 
LIMIT 1 
0.0061   SELECT DISTINCT(YEAR(MV.date_viewed)) as year
FROM 
`ml_movies` `MV`
WHERE `MV`.`user_id` = 8
GROUP BY YEAR
(date_viewed) 
0.0117   SELECT YEAR(MV.date_viewed) as yearROUND(SUM(MT.runtime)/60) AS hours_watched
FROM 
`ml_movies` `MV`
LEFT JOIN `ml_movie_titles` `MTON `MV`.`title_id` = `MT`.`title_id`
WHERE `MV`.`user_id` = 8
GROUP BY YEAR
(date_viewed)
ORDER BY `yearDESC
 LIMIT 10 
  HTTP HEADERS  (Show)
  SESSION DATA  (Show)
  CONFIG VARIABLES  (Show)