Movielogr

movie poster

Rating: 6 stars

Seen 1 time

Seen on: 03/27/2011

View on: IMDb | TMDb

Sucker Punch (2011)

Directed by Zack Snyder

Fantasy

Most recently watched by jenerator, noahphex, sensoria

Overview

A young girl, institutionalised by her abusive stepfather, retreats to an alternative reality as a coping strategy and envisions a plan to help her escape.

Rated PG-13 | Length 110 minutes

Actors

Scott Glenn | Ron Selmour | Richard Cetrone | Carla Gugino | Jena Malone | Oscar Isaac | Ian Tracey | Peter James Bryant | Gerard Plunkett | Abbie Cornish | Malcolm Scott | Alan C. Peterson | Cainan Wiebe | Michael Adamthwaite | Jon Hamm | Vanessa Hudgens | Emily Browning | Jamie Chung | John R. Taylor | Patrick Sabongui | Monique Ganderton | Phillip Mitchell | Brad Kelly | Christine Willes | Chris Nowland | Revard Dufresne | Lee Tomaschefski | Eli Snyder | Gary A. Hecker | Kelora Clingwall | Frederique De Raucourt | Danny Bristol | Allie Bertram | Sean Campbell | Maiko Miyauchi | Daniela Dib | Paula Giroday | Jeff Dimitriou | Vicky Lambert | Danielle Benton | Louise Hradsky | Juliana Semenova | Chantal Hunt | Gina Garenkooper | Caroline Torti | Caitlin Goguen | Carla Catherwood | Kathryn Schellenberg | Annie Au | Tia Haraga | Hailley Caulfield | Stephanie Sy | Arassay Reyes | John Howard | Thomas Fornataro | Antoine Baby Harry Calaway | G! Force | Nii Nortey Engmann | Geneen Georgiev

Viewing Notes

Sooooo much hatred for this movie from critics made me want to see it even more. I’m not a contrarian Armond White movie schlub, but having enjoyed Snyder’s 300 and Watchmen a lot, I felt like I was going to like this going in.

To be sure, the film feels like it misses the target Snyder was aiming for, but I still felt it was enjoyable and a good movie. Not great, but good.

I guess my biggest issue was the lack of subtlety, which seems like a bit of an insult to the audience. I had no problems picking up the plot elements and the underlying (overarching?) theme, so the last voice over did seem a bit pandering and heavy handed.

Visually, the movie was exactly what one would expect from Zack Snyder, which leads to my other complaint. There is so much emphasis on visual style that it does tend to flatten the effect of some of the scenes. Things really start to blur and the action scenes never seem to be allowed to really reach heights of tension or excitement that one would expect.

I was also disappointed that the dancing scenes weren’t there. It almost felt as if they’d been chopped out. I fully expect to see a director’s cut of this some day with a lot more content.

I really didn’t understand the cries of porn and exploitation. I felt that the costumes and “objectification” of the females in the movie were fairly restrained and tastefully done. None of the main protagonists were wearing thongs and there were no gratuitous upskirt shots; Transformers II was more pornographic and adult-themed than this movie by far.

We went to this as a family, and going in I did have some concerns for my two sons, since the back story here references some fairly adult themes. Again, I felt everything was handled well and tastefully done for a PG-13 movie.

My kids can handle, and have been exposed to, R-rated movies depending on the content, but some sexually themed things still embarrass and annoy them, which is easy to understand given their ages. They had no problems with Sucker Punch.

Comments

No comments yet. Log in and be the first!

  BENCHMARKS  
Loading Time: Base Classes  0.0015
Controller Execution Time ( Members / Movie Detail )  0.0236
Total Execution Time  0.0251
  GET DATA  
No GET data exists
  MEMORY USAGE  
548,088 bytes
  POST DATA  
No POST data exists
  URI STRING  
members/sensoria/movie_detail/2299
  CLASS/METHOD  
members/movie_detail
  DATABASE:  movielogr_dev (Members:$db)   QUERIES: 17 (0.0057 seconds)  (Hide)
0.0004   SELECT 1
FROM 
`ml_sessions`
WHERE `id` = '7ccb23ace239cf835baceaf1df6a3ebbc6989604'
AND `ip_address` = '216.73.216.111' 
0.0002   SELECT GET_LOCK('6c3895830b13dc149c9a6d1723b24c2e'300) AS ci_session_lock 
0.0003   SELECT `data`
FROM `ml_sessions`
WHERE `id` = '7ccb23ace239cf835baceaf1df6a3ebbc6989604'
AND `ip_address` = '216.73.216.111' 
0.0004   SELECT `username`, `user_id`
FROM `ml_users`
WHERE `username` = 'sensoria'
 
LIMIT 1 
0.0004   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` = 2299
AND `MV`.`user_id` = 1
 LIMIT 1 
0.0003   SELECT `star_rating`
FROM `ml_users`
WHERE `ml_users`.`user_id` = 1
 LIMIT 1 
0.0002   SET SESSION group_concat_max_len 12288 
0.0019   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_ten_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` = 2299
AND `MV`.`user_id` = 1
ORDER BY 
`date_viewedDESC 
0.0001   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` = 2299 
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` = 2299 
0.0002   SELECT `star_rating`
FROM `ml_users`
WHERE `ml_users`.`user_id` = 1
 LIMIT 1 
0.0002   SELECT `rating_id`
FROM `ml_movies` `MV`
WHERE `MV`.`user_id` = 1
AND `MV`.`movie_id` = 2299
 LIMIT 1 
0.0001   SELECT `star_rating`
FROM `ml_movie_ratings_ten_star` `MR`
WHERE `MR`.`rating_id` = '14'
 
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` = 1
AND `MV`.`movie_id` = 2299
GROUP BY 
`MV2`.`movie_id`
ORDER BY `MV2`.`date_viewedDESC 
0.0002   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` = 2299 
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` = 2100
ORDER BY 
`date_viewedDESC
 LIMIT 10 
  HTTP HEADERS  (Show)
  SESSION DATA  (Show)
  CONFIG VARIABLES  (Show)