Movielogr

movie poster

Rating: 4.5 stars

Tags

Blu-Ray

Seen 1 time

Seen on: 02/12/2012

View on: IMDb | TMDb

Boogie Nights (1997)

Directed by Paul Thomas Anderson

Drama

Most recently watched by BTSjunkie

Overview

Set in 1977, back when sex was safe, pleasure was a business and business was booming, idealistic porn producer Jack Horner aspires to elevate his craft to an art form. Horner discovers Eddie Adams, a hot young talent working as a busboy in a nightclub, and welcomes him into the extended family of movie-makers, misfits and hangers-on that are always around. Adams’ rise from nobody to a celebrity adult entertainer is meteoric, and soon the whole world seems to know his porn alter ego, “Dirk Diggler”. Now, when disco and drugs are in vogue, fashion is in flux and the party never seems to stop, Adams’ dreams of turning sex into stardom are about to collide with cold, hard reality.

Rated R | Length 156 minutes

Actors

Jon Brion | Alfred Molina | Julianne Moore | Philip Seymour Hoffman | Don Cheadle | Michael Ballhaus | William H. Macy | Stanley DeSantis | Philip Baker Hall | John C. Reilly | Melora Walters | Ricky Jay | Thomas Jane | Mark Wahlberg | Diane Mizota | Don Amendolia | Burt Reynolds | Laurel Holloman | Joanna Gleason | Kai Lennox | Jack Wallace | Robert Ridgely | Anne Fletcher | Allan Graf | Michael Penn | Luis Guzmán | John Doe | Summer Cummings | Michael Jace | Rico Bueno | Robert Downey Sr. | Jack Riley | Tom Lenk | Heather Graham | Nina Hartley | Nicole Ari Parker | Alexander D. Slanger | Channon Roe | Veronica Hart | Grace Bustos | Mike Gunther | Tony Tedeschi | Skye Blue | Greg Lauren | Israel Juarbe | Scott Fowler | Jason Andrews | Michael Stein | Aaron Stielstra | Jason "Jake" Cross | Lance MacDonald | Greg Bronson | Eddie Garcia | Tom Dorfmeister | Dustin Courtney | Theo Mayes | Goliath | Eric Winzenried | Patricia Forte | Gregory T. Daniel | Brian Kehew | Tim Soronen | Jamielyn Lippman | Leslie Redden | Lisa Ratzin | Dee Dee Weathers | Sharon Ferrol-Young | Samson Barkhordarian | Brad Braeden | Lawrence Hudd | Lil' Cinderella | Selwyn Emerson Miller | Missy Spell Tanner | Raymond Laboriel | Robin Sharp | Audrey Wiechman | Laura Gronewold | Vernon Guichard II | Jonathan Quint | Michael Raye Smith | Michael S. Stencil | Jose Chaidez | B. Philly Johnson | Joe G.M. Chan | George Anthony Rae | Melanie A. Gage | Sebastian La Cause | Nathan Prevost | Darrel W. Wright | Jorga Caye | Tyrone D. Dixon | Coleman McClary | Jami Philbrick | Misty Tamburelli | Sean Welch | Lexi Leigh | Sal Sodano | Arnold Montey

Viewing Notes

I had kept it pretty much a secret that hadn’t seen this even though I’m a huge PTA fan. Not sure what the delay was but it made for a pretty incredible Sunday evening watch!

Everyone else has seen this so I’ll just say I loved it and was really digging how “off” everyone was. It was like everyone was pretending to be a porn star trying to act in a serious biopic. Works great for Wahlberg’s wide-eyed dummy style acting and some of the supporting cast (Reilly and Hoffman especially) are just completely out of their heads in this.

The sequence with Molina near the end is just spectacular. SO intense. Loved it.

Will be watching this again quite soon.

Comments

No comments yet. Log in and be the first!

  BENCHMARKS  
Loading Time: Base Classes  0.0015
Controller Execution Time ( Members / Movie Detail )  0.0272
Total Execution Time  0.0287
  GET DATA  
No GET data exists
  MEMORY USAGE  
548,072 bytes
  POST DATA  
No POST data exists
  URI STRING  
members/BTSjunkie/movie_detail/5395
  CLASS/METHOD  
members/movie_detail
  DATABASE:  movielogr_dev (Members:$db)   QUERIES: 17 (0.0071 seconds)  (Hide)
0.0004   SELECT 1
FROM 
`ml_sessions`
WHERE `id` = '69f0807bf0058dfc0da224447554ee406e35c857'
AND `ip_address` = '216.73.216.111' 
0.0002   SELECT GET_LOCK('2b036dadad10baee50c3b78271e1a767'300) AS ci_session_lock 
0.0002   SELECT `data`
FROM `ml_sessions`
WHERE `id` = '69f0807bf0058dfc0da224447554ee406e35c857'
AND `ip_address` = '216.73.216.111' 
0.0007   SELECT `username`, `user_id`
FROM `ml_users`
WHERE `username` = 'BTSjunkie'
 
LIMIT 1 
0.0003   SELECT `MV`.`title_id`, `MT`.`tmdb_id`
FROM `ml_movie_titles` `MT`
LEFT JOIN `ml_movies` `MVON `MV`.`title_id` = `MT`.`title_id`
WHERE `MV`.`movie_id` = 5395
AND `MV`.`user_id` = 48
 LIMIT 1 
0.0003   SELECT `star_rating`
FROM `ml_users`
WHERE `ml_users`.`user_id` = 48
 LIMIT 1 
0.0002   SET SESSION group_concat_max_len 12288 
0.0027   SELECT `MV`.`title_id`, `MV`.`movie_id`, COUNT(DISTINCT MV.title_id) AS mv_count, `title`, `prefix`, `year`, `imdb_link`, `MT`.`imdb_id`, `MT`.`tmdb_id`, `overview`, `certification`, `runtime`, `genre_id_01`, `genre_id_02`, `genre_id_03`, MAX(MP.filename) AS filename, `G1`.`genre_nameAS `genre_name_01`, `G2`.`genre_nameAS `genre_name_02`, `G3`.`genre_nameAS `genre_name_03`, `date_viewed`, `notes`, `MV`.`format_id`, `FMT`.`format_name`, `MV`.`source_id`, `SRC`.`source_name`, `MV`.`device_id`, `DVC`.`device_name`, `MV`.`rating_id`, `STR`.`star_rating`, `rewatch`, GROUP_CONCAT(DISTINCT(DR.director_name) ORDER BY DR.tmdb_director_id ASC SEPARATOR "|") AS directorsGROUP_CONCAT(DISTINCT(DR.tmdb_director_id) ORDER BY DR.tmdb_director_id ASC SEPARATOR "|") AS director_idsGROUP_CONCAT(DISTINCT(ACT.actor_name) ORDER BY ACT.tmdb_actor_id ASC SEPARATOR "|") AS actorsGROUP_CONCAT(DISTINCT(ACT.tmdb_actor_id) ORDER BY ACT.tmdb_actor_id ASC SEPARATOR "|") AS actor_ids
FROM 
`ml_movie_titles` `MT`
LEFT JOIN `ml_movies` `MVON `MV`.`title_id` = `MT`.`title_id`
LEFT JOIN `ml_movie_posters` `MPON `MV`.`title_id` = `MP`.`title_id`
LEFT JOIN `ml_lookup_genres` `G1ON `MV`.`genre_id_01` = `G1`.`genre_id`
LEFT JOIN `ml_lookup_genres` `G2ON `MV`.`genre_id_02` = `G2`.`genre_id`
LEFT JOIN `ml_lookup_genres` `G3ON `MV`.`genre_id_03` = `G3`.`genre_id`
LEFT JOIN `ml_lookup_formats` `FMTON `MV`.`format_id` = `FMT`.`format_id`
LEFT JOIN `ml_lookup_sources` `SRCON `MV`.`source_id` = `SRC`.`source_id`
LEFT JOIN `ml_lookup_devices` `DVCON `MV`.`device_id` = `DVC`.`device_id`
LEFT JOIN `ml_movie_ratings_five_star` `STRON `MV`.`rating_id` = `STR`.`rating_id`
LEFT JOIN `ml_junction_movies_directors` `JMDON `MT`.`title_id` = `JMD`.`title_id`
LEFT JOIN `ml_directors_new` `DRON `JMD`.`tmdb_director_id` = `DR`.`tmdb_director_id`
LEFT JOIN `ml_junction_movies_actors` `JMAON `MT`.`title_id` = `JMA`.`title_id`
LEFT JOIN `ml_actors_new` `ACTON `JMA`.`tmdb_actor_id` = `ACT`.`tmdb_actor_id`
WHERE `MV`.`movie_id` = 5395
AND `MV`.`user_id` = 48
ORDER BY 
`date_viewedDESC 
0.0003   SET SESSION group_concat_max_len 1024 
0.0003   SELECT `event_title`, `JME`.`event_id`
FROM `ml_junction_movies_events` `JME`
LEFT JOIN `ml_movie_events` `EVON `JME`.`event_id` = `EV`.`event_id`
WHERE `JME`.`movie_id` = 5395 
0.0003   SELECT `tag`, `JMT`.`tag_id`
FROM `ml_junction_movies_tags` `JMT`
LEFT JOIN `ml_tags` `MTON `JMT`.`tag_id` = `MT`.`tag_id`
WHERE `JMT`.`movie_id` = 5395 
0.0002   SELECT `star_rating`
FROM `ml_users`
WHERE `ml_users`.`user_id` = 48
 LIMIT 1 
0.0002   SELECT `rating_id`
FROM `ml_movies` `MV`
WHERE `MV`.`user_id` = 48
AND `MV`.`movie_id` = 5395
 LIMIT 1 
0.0001   SELECT `star_rating`
FROM `ml_movie_ratings_five_star` `MR`
WHERE `MR`.`rating_id` = '20'
 
LIMIT 1 
0.0003   SELECT `MV2`.`date_viewed`, `MV2`.`movie_id`
FROM `ml_movies` `MV`
LEFT JOIN `ml_movies` `MV2ON `MV`.`title_id` = `MV2`.`title_idAND `MV`.`user_id` = `MV2`.`user_id`
WHERE `MV`.`user_id` = 48
AND `MV`.`movie_id` = 5395
GROUP BY 
`MV2`.`movie_id`
ORDER BY `MV2`.`date_viewedDESC 
0.0003   SELECT `comment_id`, `comment`, `commenter_id`, `timestamp`, `username`, `email_address`
FROM `ml_comments` `MC`
JOIN `ml_users` `MUON `MU`.`user_id` = `MC`.`commenter_id`
WHERE `movie_id` = 5395 
0.0002   SELECT `username`, `date_viewed`, `MV`.`movie_id`
FROM `ml_users` `MU`
JOIN `ml_movies` `MVON `MV`.`user_id` = `MU`.`user_id`
JOIN `ml_movie_titles` `MTON `MT`.`title_id` = `MV`.`title_id`
WHERE `MT`.`title_id` = 3638
ORDER BY 
`date_viewedDESC
 LIMIT 10 
  HTTP HEADERS  (Show)
  SESSION DATA  (Show)
  CONFIG VARIABLES  (Show)