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.0020
Controller Execution Time ( Overview / Index )  0.3631
Total Execution Time  0.3652
  GET DATA  
No GET data exists
  MEMORY USAGE  
581,968 bytes
  POST DATA  
No POST data exists
  URI STRING  
No URI data exists
  CLASS/METHOD  
overview/index
  DATABASE:  movielogr_dev (Overview:$db)   QUERIES: 19 (0.3534 seconds)  (Hide)
0.0004  
SELECT 1
FROM `ml_sessions`
WHERE `id` = '84173ed6cce984c17e5dfdd5d8076abcbb12f9e0'
AND `ip_address` = '216.73.216.6' ?>
0.0003  
SELECT GET_LOCK('a8c9c1fbe05ff6fa38d384aaeb7cef4c', 300) AS ci_session_lock ?>
0.0002  
SELECT `data`
FROM `ml_sessions`
WHERE `id` = '84173ed6cce984c17e5dfdd5d8076abcbb12f9e0'
AND `ip_address` = '216.73.216.6' ?>
0.0186  
SELECT `MV`.`title_id`, `date_viewed`, `title`, `prefix`, `year`, `username`
FROM `ml_movie_titles` `MT`
JOIN `ml_movies` `MV` ON `MV`.`title_id` = `MT`.`title_id`
JOIN `ml_users` `MU` ON `MU`.`user_id` = `MV`.`user_id`
ORDER BY `date_viewed` DESC
 LIMIT 10 ?>
0.0448  
SELECT `MV`.`title_id`, COUNT(MV.title_id) AS title_count, `title`, `prefix`, `year`
FROM `ml_movie_titles` `MT`
JOIN `ml_movies` `MV` ON `MV`.`title_id` = `MT`.`title_id`
GROUP BY `title_id`
ORDER BY `title_count` DESC, MAX(date_viewed) DESC
 LIMIT 10 ?>
0.0015  
SELECT DISTINCT(JME.event_id), `event_title`, `event_start_date`, `event_end_date`
FROM `ml_junction_movies_events` `JME`
JOIN `ml_movie_events` `EV` ON `EV`.`event_id` = `JME`.`event_id`
ORDER BY `event_start_date` DESC
 LIMIT 10 ?>
0.0009  
SELECT L.list_id, COUNT(DISTINCT(JTL.title_id)) AS total, title, prefix, timestamp
FROM `ml_lists` `L`
LEFT JOIN `ml_junction_titles_lists` `JTL` ON `L`.`list_id` = `JTL`.`list_id`
GROUP BY `L`.`list_id`
ORDER BY `timestamp` DESC
 LIMIT 10 ?>
0.0547  
SELECT MAX(director_name) AS director_name, `DR`.`tmdb_director_id`, COUNT(DISTINCT(MV.title_id)) AS movies_viewed, COUNT(DISTINCT(MV.movie_id)) AS total_viewed
FROM `ml_movies` `MV`
JOIN `ml_junction_movies_directors` `JMD` ON `MV`.`title_id` = `JMD`.`title_id`
JOIN `ml_directors_new` `DR` ON `JMD`.`tmdb_director_id` = `DR`.`tmdb_director_id`
GROUP BY `DR`.`tmdb_director_id`
ORDER BY `total_viewed` DESC, `movies_viewed` DESC
 LIMIT 10 ?>
0.0008  
SELECT `actor_name`, `tmdb_actor_id`, `total_viewed`, `movies_viewed`
FROM `ml_lookup_top_actors`
ORDER BY `total_viewed` DESC, `movies_viewed` DESC
 LIMIT 10 ?>
0.0155  
SELECT COUNT(title_id) as weekly_viewed
FROM `ml_movies`
WHERE `date_viewed` > '2026-03-27' ?>
0.0154  
SELECT COUNT(title_id) as monthly_viewed
FROM `ml_movies`
WHERE `date_viewed` > '2026-03-04' ?>
0.0155  
SELECT COUNT(title_id) as yearly_viewed
FROM `ml_movies`
WHERE `date_viewed` > '2025-04-03' ?>
0.0154  
SELECT COUNT(title_id) as current_year_viewed
FROM `ml_movies` `MV`
WHERE YEAR(MV.date_viewed) = '2026' ?>
0.0002  
SELECT COUNT(title_id) as total_viewed
FROM `ml_movies` ?>
0.0707  
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.0223  
SELECT `JMT`.`tag_id`, COUNT(JMT.tag_id) AS tag_count, `tag`
FROM `ml_junction_movies_tags` `JMT`
JOIN `ml_tags` `TG` ON `TG`.`tag_id` = `JMT`.`tag_id`
JOIN `ml_movies` `MV` ON `MV`.`movie_id` = `JMT`.`movie_id`
GROUP BY `JMT`.`tag_id`
ORDER BY `tag_count` DESC, `tag` ASC
 LIMIT 10 ?>
0.0240  
SELECT MAX(IF(device_name IS NULL, 'No device listed', device_name)) AS device_name, COUNT(MV.device_id) AS device_count, IF(MV.device_id IS NULL, 0, MV.device_id) AS device_id
FROM `ml_movies` `MV`
LEFT JOIN `ml_lookup_devices` `DV` ON `MV`.`device_id` = `DV`.`device_id`
GROUP BY `device_id`
ORDER BY `device_count` DESC, `device_name` ASC
 LIMIT 10 ?>
0.0271  
SELECT MAX(IF(format_name IS NULL, 'No format listed', format_name)) AS format_name, COUNT(MV.format_id) AS format_count, IF(MV.format_id IS NULL, 0, MV.format_id) AS format_id
FROM `ml_movies` `MV`
LEFT JOIN `ml_lookup_formats` `FM` ON `MV`.`format_id` = `FM`.`format_id`
GROUP BY `format_id`
ORDER BY `format_count` DESC, `format_name` ASC
 LIMIT 10 ?>
0.0253  
SELECT MAX(IF(source_name IS NULL, 'No source listed', source_name)) AS source_name, COUNT(MV.source_id) AS source_count, IF(MV.source_id IS NULL, 0, MV.source_id) AS source_id
FROM `ml_movies` `MV`
LEFT JOIN `ml_lookup_sources` `SC` ON `MV`.`source_id` = `SC`.`source_id`
GROUP BY `source_id`
ORDER BY `source_count` DESC, `source_name` ASC
 LIMIT 10 ?>
  HTTP HEADERS  (Show)
  SESSION DATA  (Show)
  CONFIG VARIABLES  (Show)