Movielogr

Movielogr Site Statistics

  • Movies Seen
    5770
  • Past Week
    0
    (avg 0/day)
  • Past Month
    0
    (avg 0/day)
  • Past Year
    0
    (avg 0/day)
  • This Year
    0
    (avg 0/day)
Recent Movies
DateMovie TitleYearViewed By
04/14/2019Kung Fu Hustle2004sensoria
12/19/2015Brooklyn Castle2012sensoria
04/12/2015Iron Man2008sensoria
04/12/2015Blade Runner1982sensoria
02/20/2015The Blue Room2014sensoria
04/29/2014The Story of Mankind1957sensoria
04/29/2014Terminator Salvation2009sensoria
12/08/2013Ronin1998sensoria
12/06/2013Cloud Atlas2012sensoria
08/24/2013The Avengers2012sensoria
Most Popular Movies
ViewsMovie TitleYear
11The Avengers2012
11Captain America: The First Avenger2011
10Step Up 3D2010
9New Kids Turbo2010
9The Dark Knight2008
9Thor2011
9Bellflower2011
8The Innkeepers2011
8V/H/S2012
8The Dark Knight Rises2012
Most Popular Directors
ViewsMoviesDirector
3313John Carpenter
316Christopher Nolan
299Quentin Tarantino
2816Steven Spielberg
277Ti West
2311Ridley Scott
2110Brian Trenchard-Smith
2011Wes Craven
206Justin Lin
1912Takashi Miike
Most Popular Actors
ViewsMoviesActor
8927Samuel L. Jackson
6717Stan Lee
6324Liam Neeson
6033Christopher Lee
5516Hugo Weaving
5016Gary Oldman
4825John Hurt
4813Toby Jones
4720Brian Cox
4521Bruce Willis
Recent Events
StartEndEvent
04/10/201504/12/2015Testing Caches 1
10/01/201310/31/2013trials
10/26/201210/26/2012Halloween Movie Night 2012
10/20/201210/21/2012The Massacre
10/13/201210/14/2012Music Box of Horrors 2012
10/13/201210/14/20122012 Music Box of Horrors
10/01/201210/31/2012October Movie Challenge 2012
10/01/201210/31/201231 in 31 October Challenge
10/01/201210/31/2012Horror Movie A Day Halloween Extravaganza 2012
09/28/201209/30/2012Chicago Horror Film Festival 2012
Recent Lists
ListMovies
qwerty 34
qwerty 20
qwerty5
Test Cache List 6 - Edited4
Test Cache List 5 Edited5
Test Cache List 40
Test Cache List 30
Test Cache List 20
Test Cache List 10
Test Cache List 10
Most Popular Tags
MoviesPercentageTag
5449.4%DVD
3746.5%NWI
2153.7%Netflix Watch Instantly
1612.8%2012watch
1292.2%Alamo South
1262.2%Japan
1031.8%Cable
981.7%Fantastic Fest
941.6%Bluray
941.6%RonP
Most Popular Genres
MoviesPercentageGenre
168129.1%Horror
119820.8%Action
113019.6%Comedy
107618.6%Drama
82114.2%Thriller
61010.6%Science Fiction
5549.6%Crime
4898.5%Adventure
3686.4%Fantasy
2594.5%Romance
Most Popular Devices
MoviesPercentageDevice
242942.1%TV
141324.5%Movie Screen
3786.6%No device listed
731.3%Computer
150.3%Other
40.1%Phone
20%Tablet
Most Popular Formats
MoviesPercentageFormat
154226.7%DVD
130022.5%Film
106018.4%Streaming
3766.5%Blu-Ray
3105.4%No format listed
1993.4%Other
1542.7%VHS
1172%Broadcast
170.3%Laserdisc
Most Popular Sources
MoviesPercentageSource
136023.6%Theater
97316.9%Video on Demand
5219%Rented
3526.1%No source listed
3265.6%Library
3265.6%Owned
2895%TV
1733%Borrowed
621.1%Other
  BENCHMARKS  
Loading Time: Base Classes  0.0015
Controller Execution Time ( Overview / Index )  0.3979
Total Execution Time  0.3994
  GET DATA  
No GET data exists
  MEMORY USAGE  
587,536 bytes
  POST DATA  
No POST data exists
  URI STRING  
No URI data exists
  CLASS/METHOD  
overview/index
  DATABASE:  movielogr_dev (Overview:$db)   QUERIES: 18 (0.3912 seconds)  (Hide)
0.0003   SELECT GET_LOCK('bf29ee222af1225206f91244c0ddf015'300) AS ci_session_lock 
0.0004   SELECT `data`
FROM `ml_sessions`
WHERE `id` = 'd27428f330141fffa6c97d97610f37241a4006ed'
AND `ip_address` = '216.73.216.111' 
0.0214   SELECT `MV`.`title_id`, `date_viewed`, `title`, `prefix`, `year`, `username`
FROM `ml_movie_titles` `MT`
JOIN `ml_movies` `MVON `MV`.`title_id` = `MT`.`title_id`
JOIN `ml_users` `MUON `MU`.`user_id` = `MV`.`user_id`
ORDER BY `date_viewedDESC
 LIMIT 10 
0.0490   SELECT `MV`.`title_id`, COUNT(MV.title_id) AS title_count, `title`, `prefix`, `year`
FROM `ml_movie_titles` `MT`
JOIN `ml_movies` `MVON `MV`.`title_id` = `MT`.`title_id`
GROUP BY `title_id`
ORDER BY `title_countDESCMAX(date_viewed) DESC
 LIMIT 10 
0.0022   SELECT DISTINCT(JME.event_id), `event_title`, `event_start_date`, `event_end_date`
FROM `ml_junction_movies_events` `JME`
JOIN `ml_movie_events` `EVON `EV`.`event_id` = `JME`.`event_id`
ORDER BY `event_start_dateDESC
 LIMIT 10 
0.0013   SELECT L.list_idCOUNT(DISTINCT(JTL.title_id)) AS totaltitleprefixtimestamp
FROM 
`ml_lists` `L`
LEFT JOIN `ml_junction_titles_lists` `JTLON `L`.`list_id` = `JTL`.`list_id`
GROUP BY `L`.`list_id`
ORDER BY `timestampDESC
 LIMIT 10 
0.0579   SELECT MAX(director_name) AS director_name, `DR`.`tmdb_director_id`, COUNT(DISTINCT(MV.title_id)) AS movies_viewedCOUNT(DISTINCT(MV.movie_id)) AS total_viewed
FROM 
`ml_movies` `MV`
JOIN `ml_junction_movies_directors` `JMDON `MV`.`title_id` = `JMD`.`title_id`
JOIN `ml_directors_new` `DRON `JMD`.`tmdb_director_id` = `DR`.`tmdb_director_id`
GROUP BY `DR`.`tmdb_director_id`
ORDER BY `total_viewedDESC, `movies_viewedDESC
 LIMIT 10 
0.0007   SELECT `actor_name`, `tmdb_actor_id`, `total_viewed`, `movies_viewed`
FROM `ml_lookup_top_actors`
ORDER BY `total_viewedDESC, `movies_viewedDESC
 LIMIT 10 
0.0184   SELECT COUNT(title_id) as weekly_viewed
FROM 
`ml_movies`
WHERE `date_viewed` > '2025-12-16' 
0.0157   SELECT COUNT(title_id) as monthly_viewed
FROM 
`ml_movies`
WHERE `date_viewed` > '2025-11-23' 
0.0158   SELECT COUNT(title_id) as yearly_viewed
FROM 
`ml_movies`
WHERE `date_viewed` > '2024-12-23' 
0.0158   SELECT COUNT(title_id) as current_year_viewed
FROM 
`ml_movies` `MV`
WHERE YEAR(MV.date_viewed) = '2025' 
0.0002   SELECT COUNT(title_id) as total_viewed
FROM 
`ml_movies
0.0726   SELECT
             genre
,
             
COUNT(genre) AS genre_count,
             
genre_name 
             FROM 
(
                
SELECT genre_id_01 AS genre 
                FROM ml_movies 
                UNION ALL 
                SELECT genre_id_02 
                FROM ml_movies 
                UNION ALL 
                SELECT genre_id_03 FROM ml_movies
                
) AS T1 
             JOIN ml_lookup_genres 
AS LG ON T1.genre LG.genre_id 
             GROUP BY genre 
             ORDER BY genre_count DESC
genre_name ASC
             LIMIT 10 
0.0266   SELECT `JMT`.`tag_id`, COUNT(JMT.tag_id) AS tag_count, `tag`
FROM `ml_junction_movies_tags` `JMT`
JOIN `ml_tags` `TGON `TG`.`tag_id` = `JMT`.`tag_id`
JOIN `ml_movies` `MVON `MV`.`movie_id` = `JMT`.`movie_id`
GROUP BY `JMT`.`tag_id`
ORDER BY `tag_countDESC, `tagASC
 LIMIT 10 
0.0251   SELECT MAX(IF(device_name IS NULL'No device listed'device_name)) AS device_nameCOUNT(MV.device_id) AS device_count, IF(MV.device_id IS NULL0MV.device_id) AS device_id
FROM 
`ml_movies` `MV`
LEFT JOIN `ml_lookup_devices` `DVON `MV`.`device_id` = `DV`.`device_id`
GROUP BY `device_id`
ORDER BY `device_countDESC, `device_nameASC
 LIMIT 10 
0.0375   SELECT MAX(IF(format_name IS NULL'No format listed'format_name)) AS format_nameCOUNT(MV.format_id) AS format_count, IF(MV.format_id IS NULL0MV.format_id) AS format_id
FROM 
`ml_movies` `MV`
LEFT JOIN `ml_lookup_formats` `FMON `MV`.`format_id` = `FM`.`format_id`
GROUP BY `format_id`
ORDER BY `format_countDESC, `format_nameASC
 LIMIT 10 
0.0301   SELECT MAX(IF(source_name IS NULL'No source listed'source_name)) AS source_nameCOUNT(MV.source_id) AS source_count, IF(MV.source_id IS NULL0MV.source_id) AS source_id
FROM 
`ml_movies` `MV`
LEFT JOIN `ml_lookup_sources` `SCON `MV`.`source_id` = `SC`.`source_id`
GROUP BY `source_id`
ORDER BY `source_countDESC, `source_nameASC
 LIMIT 10 
  HTTP HEADERS  (Show)
  SESSION DATA  (Show)
  CONFIG VARIABLES  (Show)