Movielogr

movie poster

View on: IMDb | TMDb

You Don't Mess with the Zohan (2008)

Directed by Dennis Dugan

Overview

An Israeli counterterrorism soldier with a secretly fabulous ambition to become a Manhattan hairstylist. Zohan’s desire runs so deep that he’ll do anything—including faking his own death and going head-to-head with an Arab cab driver—to make his dreams come true.

Rated PG-13 | Length 113 minutes

Actors

John Turturro | George Takei | Todd Holland | Chris Rock | John Farley | Shelley Berman | Alec Mapa | Dennis Dugan | Adam Sandler | Sid Ganis | Dina Doron | Henry Winkler | Kevin James | Nick Swardson | Holly Weber | John Duerler | Lainie Kazan | Robert Smigel | Mousa Kraish | Marco Khan | Eloise DeJoria | Kevin Nealon | Emmanuelle Chriqui | Rob Schneider | Guy Oseary | Daoud Heidami | Dave Matthews | Charlotte Rae | Michael Buffer | Ido Mosseri | Mariah Carey | Barry Livingston | Ori Pfeffer | Moran Atias | Bunny Levine | Leslie Garza | Mike Batayeh | Edmund Lyndeck | Anna Garcia Williams | Bruce Vilanch | Vanessa Long | Rachael Murphy | Ian Fisher | Danny A. Abeckaser | Anna Berger | Kathleen Noone | Rick Gifford | Reuven Bar-Yotam | Helen Siff | Adria Tennor | Susan Grace | Rock Kohli | Phoebe Dorin | Shulie Cowen | Christopher Innvar | Sayed Badreya | Carol Schlanger | Ahmed Ahmed | Guri Weinberg | Anne Marie Howard | Mark Kubr | Chris Spinelli | Riley Thomas Stewart | Dana Goodman | John McEnroe | Barbara Jean Barrielle | Betty Murphy | Deborah Rombaut | Kevin Grady | Blake Bertrand | Tyler Spindel | Kevin Cannon | Saye Yabandeh | Ray Garvey | Jessica Mei Gershen | Anthony Martins | Herzl Tobey | Julia Lea Wolov | Seth Howard | Sadie Sandler | Ido Ezra | Penelope Windust | Constance Barron | Donna Feldman | Lina So | Bobby Tisdale | Yamit Sol | Bernadette Lords | Guile Branco | John Paul DeJoria | Daniel Browning Smith | Cheryl Cosenza | Cynthia Frost | Kevin van Doorslaer | Ben Wise | Eric Feliciano | Sarah Stringer | Uzimann | Adam Ohl | Yossi Marshek | Lily Javaherpour | Norma Michaels | Julius Zagon | Marshall Factora | Roni Meron | Terrie Snell | Ashley Ausburn | John Radcliff | Sandra Rosko | Veerta Motiani | Donielle Artese | Mikael Sharafyan | Jennifer De Minco | Billy Concha | Maite Garcia | Denise Bradley | Ella Christopher | Dave Johnson | Arne Starr | Barbara Ann Davison | Roni Levy | Alex Luria | Yinon Sapir | Naama Nativ | Gerry Del Sol | Maysoon Zayid | Marjorie Loomis | Edith S. Wolfrey | Laurie Meghan Phelps | Kenneth Greenaway | Kristen Lowman | Eric Lamonsoff | Connor Wiles | Nicole Bennett | Kristina Haddad | Larry Marko | Sam Sagheb | Latif Marotti | Christian Reeve | Aesop Aquarian | Michelle Arenal | Jordan Ashbrook | Mike Basone | Robert Benny | Lamar Brown | Melanie Bulujian | Monica Cabral | Nick Clark | Rossie Cottrell | John Dardenne | Joseph DeLuca | Kendall Draughn | Nikki Giavasis | Ronald E. Giles | Sharlene Grover | Sepideh Haftgoli | Zahra Heydari | Paul Jeans | Todd Justin | Sam Kalidi | Sona Karia | Timothy Dean Lee | Paula Lemes | Nicole Montano | Bibiana Navas | Christina Neferis | Klavdia Ramnareine | Rob Shapiro | Jhennah Sinclaire | Lee Stickler | Christa Texeira | Keana Texeira | Seth Texeira | Sophie Texeira | Ryan Phillip Thomas | Gina Tleel | Dave Vij | Molly Weiner | Joe Van Wie | David Zahedian | Dianne Perry Dowler

  BENCHMARKS  
Loading Time: Base Classes  0.0014
Controller Execution Time ( Overview / Movie Detail )  0.0297
Total Execution Time  0.0311
  GET DATA  
No GET data exists
  MEMORY USAGE  
534,504 bytes
  POST DATA  
No POST data exists
  URI STRING  
overview/movie_detail/6082
  CLASS/METHOD  
overview/movie_detail
  DATABASE:  movielogr_dev (Overview:$db)   QUERIES: 10 (0.0042 seconds)  (Hide)
0.0004  
SELECT 1
FROM `ml_sessions`
WHERE `id` = '976cb8c4a9f3e3ddbbb6081cdb1e2bfd2de4ae84'
AND `ip_address` = '216.73.216.6' ?>
0.0002  
SELECT GET_LOCK('7276e20c5251e842d0d099b4b1bc71bf', 300) AS ci_session_lock ?>
0.0002  
SELECT `data`
FROM `ml_sessions`
WHERE `id` = '976cb8c4a9f3e3ddbbb6081cdb1e2bfd2de4ae84'
AND `ip_address` = '216.73.216.6' ?>
0.0003  
SELECT `MT`.`title_id`, `MT`.`tmdb_id`
FROM `ml_movie_titles` `MT`
WHERE `MT`.`title_id` = 6082
 LIMIT 1 ?>
0.0002  
SET SESSION group_concat_max_len = 12288 ?>
0.0022  
SELECT `MT`.`title_id`, `title`, `prefix`, `year`, `imdb_link`, `imdb_id`, `MT`.`tmdb_id`, `overview`, `certification`, `runtime`, MAX(MP.filename) AS filename, GROUP_CONCAT(DISTINCT(DR.director_name) ORDER BY DR.tmdb_director_id ASC SEPARATOR "|") AS directors, GROUP_CONCAT(DISTINCT(DR.tmdb_director_id) ORDER BY DR.tmdb_director_id ASC SEPARATOR "|") AS director_ids, GROUP_CONCAT(DISTINCT(ACT.actor_name) ORDER BY ACT.tmdb_actor_id ASC SEPARATOR "|") AS actors, GROUP_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_movie_posters` `MP` ON `MT`.`title_id` = `MP`.`title_id`
LEFT JOIN `ml_junction_movies_directors` `JMD` ON `MT`.`title_id` = `JMD`.`title_id`
LEFT JOIN `ml_directors_new` `DR` ON `JMD`.`tmdb_director_id` = `DR`.`tmdb_director_id`
LEFT JOIN `ml_junction_movies_actors` `JMA` ON `MT`.`title_id` = `JMA`.`title_id`
LEFT JOIN `ml_actors_new` `ACT` ON `JMA`.`tmdb_actor_id` = `ACT`.`tmdb_actor_id`
WHERE `MT`.`title_id` = 6082
GROUP BY `title_id` ?>
0.0002  
SET SESSION group_concat_max_len = 1024 ?>
0.0002  
SELECT `username`, `date_viewed`, `MV`.`movie_id`
FROM `ml_users` `MU`
JOIN `ml_movies` `MV` ON `MV`.`user_id` = `MU`.`user_id`
JOIN `ml_movie_titles` `MT` ON `MT`.`title_id` = `MV`.`title_id`
WHERE `MT`.`title_id` = 6082
ORDER BY `date_viewed` DESC
 LIMIT 10 ?>
0.0002  
SELECT AVG(NULLIF(rating_id, 2)) AS `avg_rating`
FROM `ml_movies`
WHERE `title_id` = 6082 ?>
0.0001  
SELECT `star_rating`
FROM `ml_movie_ratings_ten_star`
WHERE `rating_id` = 0 ?>
  HTTP HEADERS  (Show)
  SESSION DATA  (Show)
  CONFIG VARIABLES  (Show)