Programas / Programa 17
Llegó el tan esperado final de la primera temporada de MasterChef Uruguay, el reality de cocina más importante del mundo, ahora hecho en nuestro país.
En un clima de gran tensión, los cuatro participantes que todavía estaban en carrera se enfrentaron uno contra uno, en dos semifinales determinadas por sorteo: Lourdes vs. Nilson y Leticia vs. Nicolás.
Los dos ganadores, Leticia y Nilson, pasaron a la final, donde tuvieron 120 minutos para sorprender al jurado con tres platos: entrada, plato principal y postre. Pese a los nervios y la presión de la instancia que estaban atravesando, ambos participantes tuvieron un gran desempeño en la última prueba de la competencia, lo que hizo que la decisión del jurado no fuera nada sencilla.
Finalmente, Lucía, Sergio y Laurent dieron su veredicto y Nilson se convirtió en el primer maestro de la cocina de nuestro país. La alegría y la emoción se apoderaron de la cocina de MasterChef Uruguay y el festejo del ganador con su familia y sus excompañeros fue inolvidable.
Además del trofeo de primer MasterChef de nuestro país, Nilson ganó: $U 200.000 en efectivo, un curso de repostería o cocina profesional en el Instituto Crandon Gastronómico; un viaje a Girona, España, para tomar clases en el El Celler de Can Roca (restaurant galardonado con tres estrellas Michelín); y dos fines de semana en el hotel Radisson Victoria Plaza Hotel. Leticia, por su parte, además del reconocimiento del público, el jurado y la audiencia, se llevó una cocina completa con equipamiento Bosch y dos fines de semana en el Radisson Victoria Plaza Hotel.
¿Qué te pareció la gran final? Compartí tu opinión con la comunidad MasterChef Uruguay.
(El contenido está habilitado solo para Uruguay).
22 Comentario/s
No post data.
No querystring data.
To view Cookies, add CookieComponent to Controller
Query | Affected | Num. rows | Took (ms) | Actions |
---|---|---|---|---|
SELECT `Season`.`id`, `Season`.`name` FROM `krakenco_masterchef`.`seasons` AS `Season` WHERE 1 = 1 | 2 | 2 | 1 | maybe slow |
SELECT LOWER(TRIM(`Season`.`name`)) AS name, COUNT(*) AS count, `Season`.`id` FROM `krakenco_masterchef`.`seasons` AS `Season` WHERE 1 = 1 GROUP BY name | 2 | 2 | 1 | maybe slow |
SELECT `Jury`.`id`, `Jury`.`season_id`, `Jury`.`name`, `Jury`.`short_description`, `Jury`.`description`, `Jury`.`main_image`, `Jury`.`main_image_dir`, `Jury`.`image`, `Jury`.`image_dir`, `Jury`.`elem_tag`, `Jury`.`created`, `Jury`.`modified`, (CONCAT("/files/jury/image/",`Jury`.`image_dir`, "/", `Jury`.`image`)) AS `Jury__image_path`, (CONCAT("/files/jury/main_image/",`Jury`.`main_image_dir`, "/", `Jury`.`main_image`)) AS `Jury__main_image_path` FROM `krakenco_masterchef`.`juries` AS `Jury` WHERE `Jury`.`season_id` IN (3, 4) | 4 | 4 | 1 | maybe slow |
SELECT `Participant`.`id`, `Participant`.`season_id`, `Participant`.`name`, `Participant`.`description`, `Participant`.`eliminated`, `Participant`.`image`, `Participant`.`image_dir`, `Participant`.`elem_tag`, `Participant`.`published_comment_count`, `Participant`.`created`, `Participant`.`modified`, (CONCAT("/files/participant/image/",`Participant`.`image_dir`, "/", `Participant`.`image`)) AS `Participant__image_path` FROM `krakenco_masterchef`.`participants` AS `Participant` WHERE `Participant`.`season_id` IN (3, 4) | 36 | 36 | 2 | maybe slow |
SELECT `Program`.`id`, `Program`.`name`, `Program`.`date`, `Program`.`video_id`, `Program`.`description`, `Program`.`season_id`, `Program`.`elem_tag`, `Program`.`published_comment_count`, `Program`.`active`, `Program`.`created`, `Program`.`modified` FROM `krakenco_masterchef`.`programs` AS `Program` WHERE `Program`.`season_id` IN (3, 4) | 18 | 18 | 3 | maybe slow |
SELECT `Recipe`.`id`, `Recipe`.`name`, `Recipe`.`image`, `Recipe`.`image_dir`, `Recipe`.`video_id`, `Recipe`.`description`, `Recipe`.`ingredients`, `Recipe`.`preparation`, `Recipe`.`dificulty`, `Recipe`.`duration`, `Recipe`.`portions`, `Recipe`.`highlight`, `Recipe`.`program_id`, `Recipe`.`season_id`, `Recipe`.`date`, `Recipe`.`published_comment_count`, `Recipe`.`elem_tag`, `Recipe`.`vip`, `Recipe`.`active`, `Recipe`.`created`, `Recipe`.`modified`, (CONCAT("/files/recipe/image/",`Recipe`.`image_dir`, "/", `Recipe`.`image`)) AS `Recipe__image_path` FROM `krakenco_masterchef`.`recipes` AS `Recipe` WHERE `Recipe`.`season_id` IN (3, 4) | 59 | 59 | 4 | maybe slow |
SELECT `Scene`.`id`, `Scene`.`title`, `Scene`.`date`, `Scene`.`description`, `Scene`.`video_id`, `Scene`.`program_id`, `Scene`.`season_id`, `Scene`.`elem_tag`, `Scene`.`published_comment_count`, `Scene`.`active`, `Scene`.`created`, `Scene`.`modified` FROM `krakenco_masterchef`.`scenes` AS `Scene` WHERE `Scene`.`season_id` IN (3, 4) | 267 | 267 | 12 | |
SELECT `Bannerhome`.`id`, `Bannerhome`.`season_id`, `Bannerhome`.`title`, `Bannerhome`.`subt`, `Bannerhome`.`link`, `Bannerhome`.`orderelem`, `Bannerhome`.`active`, `Bannerhome`.`img`, `Bannerhome`.`img_dir`, `Bannerhome`.`created`, `Bannerhome`.`modified`, (CONCAT("/files/bannerhome/img/",`Bannerhome`.`img_dir`, "/", `Bannerhome`.`img`)) AS `Bannerhome__img_path` FROM `krakenco_masterchef`.`bannerhomes` AS `Bannerhome` WHERE `Bannerhome`.`season_id` IN (3, 4) | 20 | 20 | 1 | maybe slow |
SELECT `Program`.`id`, `Program`.`name` FROM `krakenco_masterchef`.`programs` AS `Program` WHERE `Program`.`season_id` = 3 AND `Program`.`active` = '1' | 18 | 18 | 1 | maybe slow |
SELECT LOWER(TRIM(`Program`.`name`)) AS name, COUNT(*) AS count, `Program`.`id` FROM `krakenco_masterchef`.`programs` AS `Program` LEFT JOIN `krakenco_masterchef`.`seasons` AS `Season` ON (`Program`.`season_id` = `Season`.`id`) WHERE `Program`.`season_id` = 3 AND `Program`.`active` = '1' GROUP BY name | 18 | 18 | 1 | maybe slow |
SELECT `Video`.`id`, `Video`.`season_id`, `Video`.`frameid`, `Video`.`thumb`, `Video`.`thumb_dir`, `Video`.`premium`, `Video`.`highlight`, `Video`.`map`, `Video`.`label`, `Video`.`date`, `Video`.`scene_cat`, `Video`.`fk`, `Video`.`active`, `Video`.`short_desc`, `Video`.`created`, `Video`.`modified`, (CONCAT("/files/video/thumb/",`Video`.`thumb_dir`, "/", `Video`.`thumb`)) AS `Video__thumb_path` FROM `krakenco_masterchef`.`videos` AS `Video` WHERE `Video`.`map` = 'Program' AND `Video`.`fk` IN (11, 22, 23, 24, 25, 26, 27, 28, 29, 13, 15, 16, 17, 18, 19, 20, 21, 9) | 18 | 18 | 2 | maybe slow |
SELECT `Recipe`.`id`, `Recipe`.`name`, `Recipe`.`image`, `Recipe`.`image_dir`, `Recipe`.`video_id`, `Recipe`.`description`, `Recipe`.`ingredients`, `Recipe`.`preparation`, `Recipe`.`dificulty`, `Recipe`.`duration`, `Recipe`.`portions`, `Recipe`.`highlight`, `Recipe`.`program_id`, `Recipe`.`season_id`, `Recipe`.`date`, `Recipe`.`published_comment_count`, `Recipe`.`elem_tag`, `Recipe`.`vip`, `Recipe`.`active`, `Recipe`.`created`, `Recipe`.`modified`, (CONCAT("/files/recipe/image/",`Recipe`.`image_dir`, "/", `Recipe`.`image`)) AS `Recipe__image_path` FROM `krakenco_masterchef`.`recipes` AS `Recipe` WHERE `Recipe`.`program_id` IN (11, 22, 23, 24, 25, 26, 27, 28, 29, 13, 15, 16, 17, 18, 19, 20, 21, 9) | 59 | 59 | 3 | maybe slow |
SELECT `Scene`.`id`, `Scene`.`title`, `Scene`.`date`, `Scene`.`description`, `Scene`.`video_id`, `Scene`.`program_id`, `Scene`.`season_id`, `Scene`.`elem_tag`, `Scene`.`published_comment_count`, `Scene`.`active`, `Scene`.`created`, `Scene`.`modified` FROM `krakenco_masterchef`.`scenes` AS `Scene` WHERE `Scene`.`program_id` IN (11, 22, 23, 24, 25, 26, 27, 28, 29, 13, 15, 16, 17, 18, 19, 20, 21, 9) | 267 | 267 | 9 | |
SELECT `Comment`.`id`, `Comment`.`model`, `Comment`.`foreign_key`, `Comment`.`user_id`, `Comment`.`comment`, `Comment`.`published`, `Comment`.`moderated`, `Comment`.`pending_moderation`, `Comment`.`censored`, `Comment`.`deleted`, `Comment`.`created`, `Comment`.`modified` FROM `krakenco_masterchef`.`comments` AS `Comment` WHERE `Comment`.`model` = 'Program' AND `Comment`.`foreign_key` IN (11, 22, 23, 24, 25, 26, 27, 28, 29, 13, 15, 16, 17, 18, 19, 20, 21, 9) | 509 | 509 | 5 | |
SELECT `Tag`.`id`, `Tag`.`identifier`, `Tag`.`name`, `Tag`.`keyname`, `Tag`.`weight`, `Tag`.`created`, `Tag`.`modified`, `Tagged`.`id`, `Tagged`.`foreign_key`, `Tagged`.`tag_id`, `Tagged`.`model`, `Tagged`.`language`, `Tagged`.`times_tagged`, `Tagged`.`created`, `Tagged`.`modified` FROM `krakenco_masterchef`.`tags` AS `Tag` JOIN `krakenco_masterchef`.`tagged` AS `Tagged` ON (`Tagged`.`foreign_key` IN (11, 22, 23, 24, 25, 26, 27, 28, 29, 13, 15, 16, 17, 18, 19, 20, 21, 9) AND `Tagged`.`tag_id` = `Tag`.`id`) WHERE `Tagged`.`model` = 'Program' | 121 | 121 | 2 | |
SELECT scat.name, scat.id FROM `scategories` scat right join scenes_scategories s_s on scat.id=s_s.scategory_id right join scenes sce on s_s.scene_id=sce.id where sce.season_id=3 GROUP by scat.name | 7 | 7 | 2 | maybe slow |
SELECT `Season`.`id`, `Season`.`logo`, `Season`.`logo_dir`, `Season`.`anonymous_participants`, (CONCAT("/files/season/logo/",`Season`.`logo_dir`, "/", `Season`.`logo`)) AS `Season__logo_path` FROM `krakenco_masterchef`.`seasons` AS `Season` WHERE `Season`.`id` = 3 LIMIT 1 | 1 | 1 | 1 | |
SELECT `Program`.`id`, `Program`.`name`, `Program`.`date`, `Program`.`video_id`, `Program`.`description`, `Program`.`season_id`, `Program`.`elem_tag`, `Program`.`published_comment_count`, `Program`.`active`, `Program`.`created`, `Program`.`modified`, `Season`.`id`, `Season`.`name`, `Season`.`date`, `Season`.`description`, `Season`.`anonymous_participants`, `Season`.`image`, `Season`.`image_dir`, `Season`.`logo`, `Season`.`logo_dir`, `Season`.`jury_banner`, `Season`.`jury_banner_dir`, `Season`.`created`, `Season`.`modified`, (CONCAT("/files/season/image/",`Season`.`image_dir`, "/", `Season`.`image`)) AS `Season__image_path`, (CONCAT("/files/season/logo/",`Season`.`logo_dir`, "/", `Season`.`logo`)) AS `Season__logo_path`, (CONCAT("/files/season/jury_banner/",`Season`.`jury_banner_dir`, "/", `Season`.`jury_banner`)) AS `Season__jury_banner_path` FROM `krakenco_masterchef`.`programs` AS `Program` LEFT JOIN `krakenco_masterchef`.`seasons` AS `Season` ON (`Program`.`season_id` = `Season`.`id`) WHERE `Program`.`season_id` = 3 AND `Program`.`active` = '1' ORDER BY `Program`.`date` desc | 18 | 18 | 3 | maybe slow |
SELECT `Video`.`id`, `Video`.`season_id`, `Video`.`frameid`, `Video`.`thumb`, `Video`.`thumb_dir`, `Video`.`premium`, `Video`.`highlight`, `Video`.`map`, `Video`.`label`, `Video`.`date`, `Video`.`scene_cat`, `Video`.`fk`, `Video`.`active`, `Video`.`short_desc`, `Video`.`created`, `Video`.`modified`, (CONCAT("/files/video/thumb/",`Video`.`thumb_dir`, "/", `Video`.`thumb`)) AS `Video__thumb_path` FROM `krakenco_masterchef`.`videos` AS `Video` WHERE `Video`.`map` = 'Program' AND `Video`.`fk` IN (29, 28, 27, 26, 25, 24, 23, 22, 21, 20, 19, 18, 17, 16, 15, 13, 11, 9) | 18 | 18 | 1 | maybe slow |
SELECT `Recipe`.`id`, `Recipe`.`name`, `Recipe`.`image`, `Recipe`.`image_dir`, `Recipe`.`video_id`, `Recipe`.`description`, `Recipe`.`ingredients`, `Recipe`.`preparation`, `Recipe`.`dificulty`, `Recipe`.`duration`, `Recipe`.`portions`, `Recipe`.`highlight`, `Recipe`.`program_id`, `Recipe`.`season_id`, `Recipe`.`date`, `Recipe`.`published_comment_count`, `Recipe`.`elem_tag`, `Recipe`.`vip`, `Recipe`.`active`, `Recipe`.`created`, `Recipe`.`modified`, (CONCAT("/files/recipe/image/",`Recipe`.`image_dir`, "/", `Recipe`.`image`)) AS `Recipe__image_path` FROM `krakenco_masterchef`.`recipes` AS `Recipe` WHERE `Recipe`.`program_id` IN (29, 28, 27, 26, 25, 24, 23, 22, 21, 20, 19, 18, 17, 16, 15, 13, 11, 9) | 59 | 59 | 3 | maybe slow |
SELECT `Scene`.`id`, `Scene`.`title`, `Scene`.`date`, `Scene`.`description`, `Scene`.`video_id`, `Scene`.`program_id`, `Scene`.`season_id`, `Scene`.`elem_tag`, `Scene`.`published_comment_count`, `Scene`.`active`, `Scene`.`created`, `Scene`.`modified` FROM `krakenco_masterchef`.`scenes` AS `Scene` WHERE `Scene`.`program_id` IN (29, 28, 27, 26, 25, 24, 23, 22, 21, 20, 19, 18, 17, 16, 15, 13, 11, 9) | 267 | 267 | 7 | |
SELECT `Comment`.`id`, `Comment`.`model`, `Comment`.`foreign_key`, `Comment`.`user_id`, `Comment`.`comment`, `Comment`.`published`, `Comment`.`moderated`, `Comment`.`pending_moderation`, `Comment`.`censored`, `Comment`.`deleted`, `Comment`.`created`, `Comment`.`modified` FROM `krakenco_masterchef`.`comments` AS `Comment` WHERE `Comment`.`model` = 'Program' AND `Comment`.`foreign_key` IN (29, 28, 27, 26, 25, 24, 23, 22, 21, 20, 19, 18, 17, 16, 15, 13, 11, 9) | 509 | 509 | 4 | |
SELECT `Tag`.`id`, `Tag`.`identifier`, `Tag`.`name`, `Tag`.`keyname`, `Tag`.`weight`, `Tag`.`created`, `Tag`.`modified`, `Tagged`.`id`, `Tagged`.`foreign_key`, `Tagged`.`tag_id`, `Tagged`.`model`, `Tagged`.`language`, `Tagged`.`times_tagged`, `Tagged`.`created`, `Tagged`.`modified` FROM `krakenco_masterchef`.`tags` AS `Tag` JOIN `krakenco_masterchef`.`tagged` AS `Tagged` ON (`Tagged`.`foreign_key` IN (29, 28, 27, 26, 25, 24, 23, 22, 21, 20, 19, 18, 17, 16, 15, 13, 11, 9) AND `Tagged`.`tag_id` = `Tag`.`id`) WHERE `Tagged`.`model` = 'Program' | 121 | 121 | 3 | |
SELECT COUNT(*) AS `count` FROM `krakenco_masterchef`.`programs` AS `Program` WHERE `Program`.`id` = 29 | 1 | 1 | 1 | |
SELECT `Program`.`id`, `Program`.`name`, `Program`.`date`, `Program`.`video_id`, `Program`.`description`, `Program`.`season_id`, `Program`.`elem_tag`, `Program`.`published_comment_count`, `Program`.`active`, `Program`.`created`, `Program`.`modified`, `Season`.`id`, `Season`.`name`, `Season`.`date`, `Season`.`description`, `Season`.`anonymous_participants`, `Season`.`image`, `Season`.`image_dir`, `Season`.`logo`, `Season`.`logo_dir`, `Season`.`jury_banner`, `Season`.`jury_banner_dir`, `Season`.`created`, `Season`.`modified`, (CONCAT("/files/season/image/",`Season`.`image_dir`, "/", `Season`.`image`)) AS `Season__image_path`, (CONCAT("/files/season/logo/",`Season`.`logo_dir`, "/", `Season`.`logo`)) AS `Season__logo_path`, (CONCAT("/files/season/jury_banner/",`Season`.`jury_banner_dir`, "/", `Season`.`jury_banner`)) AS `Season__jury_banner_path` FROM `krakenco_masterchef`.`programs` AS `Program` LEFT JOIN `krakenco_masterchef`.`seasons` AS `Season` ON (`Program`.`season_id` = `Season`.`id`) WHERE `Program`.`id` = 29 AND `Program`.`active` = '1' LIMIT 1 | 1 | 1 | 1 | |
SELECT `Video`.`id`, `Video`.`season_id`, `Video`.`frameid`, `Video`.`thumb`, `Video`.`thumb_dir`, `Video`.`premium`, `Video`.`highlight`, `Video`.`map`, `Video`.`label`, `Video`.`date`, `Video`.`scene_cat`, `Video`.`fk`, `Video`.`active`, `Video`.`short_desc`, `Video`.`created`, `Video`.`modified`, (CONCAT("/files/video/thumb/",`Video`.`thumb_dir`, "/", `Video`.`thumb`)) AS `Video__thumb_path` FROM `krakenco_masterchef`.`videos` AS `Video` WHERE `Video`.`map` = 'Program' AND `Video`.`fk` = (29) | 1 | 1 | 1 | |
SELECT `Recipe`.`id`, `Recipe`.`name`, `Recipe`.`image`, `Recipe`.`image_dir`, `Recipe`.`video_id`, `Recipe`.`description`, `Recipe`.`ingredients`, `Recipe`.`preparation`, `Recipe`.`dificulty`, `Recipe`.`duration`, `Recipe`.`portions`, `Recipe`.`highlight`, `Recipe`.`program_id`, `Recipe`.`season_id`, `Recipe`.`date`, `Recipe`.`published_comment_count`, `Recipe`.`elem_tag`, `Recipe`.`vip`, `Recipe`.`active`, `Recipe`.`created`, `Recipe`.`modified`, (CONCAT("/files/recipe/image/",`Recipe`.`image_dir`, "/", `Recipe`.`image`)) AS `Recipe__image_path` FROM `krakenco_masterchef`.`recipes` AS `Recipe` WHERE `Recipe`.`program_id` = (29) | 9 | 9 | 1 | maybe slow |
SELECT `Scene`.`id`, `Scene`.`title`, `Scene`.`date`, `Scene`.`description`, `Scene`.`video_id`, `Scene`.`program_id`, `Scene`.`season_id`, `Scene`.`elem_tag`, `Scene`.`published_comment_count`, `Scene`.`active`, `Scene`.`created`, `Scene`.`modified` FROM `krakenco_masterchef`.`scenes` AS `Scene` WHERE `Scene`.`program_id` = (29) | 28 | 28 | 2 | maybe slow |
SELECT `Comment`.`id`, `Comment`.`model`, `Comment`.`foreign_key`, `Comment`.`user_id`, `Comment`.`comment`, `Comment`.`published`, `Comment`.`moderated`, `Comment`.`pending_moderation`, `Comment`.`censored`, `Comment`.`deleted`, `Comment`.`created`, `Comment`.`modified` FROM `krakenco_masterchef`.`comments` AS `Comment` WHERE `Comment`.`model` = 'Program' AND `Comment`.`foreign_key` = (29) | 22 | 22 | 2 | maybe slow |
SELECT `Tag`.`id`, `Tag`.`identifier`, `Tag`.`name`, `Tag`.`keyname`, `Tag`.`weight`, `Tag`.`created`, `Tag`.`modified`, `Tagged`.`id`, `Tagged`.`foreign_key`, `Tagged`.`tag_id`, `Tagged`.`model`, `Tagged`.`language`, `Tagged`.`times_tagged`, `Tagged`.`created`, `Tagged`.`modified` FROM `krakenco_masterchef`.`tags` AS `Tag` JOIN `krakenco_masterchef`.`tagged` AS `Tagged` ON (`Tagged`.`foreign_key` = 29 AND `Tagged`.`tag_id` = `Tag`.`id`) WHERE `Tagged`.`model` = 'Program' | 10 | 10 | 2 | maybe slow |
SELECT `Program`.`id`, `Program`.`name`, `Program`.`date`, `Program`.`video_id`, `Program`.`description`, `Program`.`season_id`, `Program`.`elem_tag`, `Program`.`published_comment_count`, `Program`.`active`, `Program`.`created`, `Program`.`modified`, `Season`.`id`, `Season`.`name`, `Season`.`date`, `Season`.`description`, `Season`.`anonymous_participants`, `Season`.`image`, `Season`.`image_dir`, `Season`.`logo`, `Season`.`logo_dir`, `Season`.`jury_banner`, `Season`.`jury_banner_dir`, `Season`.`created`, `Season`.`modified`, (CONCAT("/files/season/image/",`Season`.`image_dir`, "/", `Season`.`image`)) AS `Season__image_path`, (CONCAT("/files/season/logo/",`Season`.`logo_dir`, "/", `Season`.`logo`)) AS `Season__logo_path`, (CONCAT("/files/season/jury_banner/",`Season`.`jury_banner_dir`, "/", `Season`.`jury_banner`)) AS `Season__jury_banner_path` FROM `krakenco_masterchef`.`programs` AS `Program` LEFT JOIN `krakenco_masterchef`.`seasons` AS `Season` ON (`Program`.`season_id` = `Season`.`id`) WHERE `Program`.`season_id` = 3 AND `Program`.`id` < 29 AND `Program`.`active` = '1' ORDER BY `Program`.`id` DESC LIMIT 1 | 1 | 1 | 1 | |
SELECT `Video`.`id`, `Video`.`season_id`, `Video`.`frameid`, `Video`.`thumb`, `Video`.`thumb_dir`, `Video`.`premium`, `Video`.`highlight`, `Video`.`map`, `Video`.`label`, `Video`.`date`, `Video`.`scene_cat`, `Video`.`fk`, `Video`.`active`, `Video`.`short_desc`, `Video`.`created`, `Video`.`modified`, (CONCAT("/files/video/thumb/",`Video`.`thumb_dir`, "/", `Video`.`thumb`)) AS `Video__thumb_path` FROM `krakenco_masterchef`.`videos` AS `Video` WHERE `Video`.`map` = 'Program' AND `Video`.`fk` = (28) | 1 | 1 | 1 | |
SELECT `Recipe`.`id`, `Recipe`.`name`, `Recipe`.`image`, `Recipe`.`image_dir`, `Recipe`.`video_id`, `Recipe`.`description`, `Recipe`.`ingredients`, `Recipe`.`preparation`, `Recipe`.`dificulty`, `Recipe`.`duration`, `Recipe`.`portions`, `Recipe`.`highlight`, `Recipe`.`program_id`, `Recipe`.`season_id`, `Recipe`.`date`, `Recipe`.`published_comment_count`, `Recipe`.`elem_tag`, `Recipe`.`vip`, `Recipe`.`active`, `Recipe`.`created`, `Recipe`.`modified`, (CONCAT("/files/recipe/image/",`Recipe`.`image_dir`, "/", `Recipe`.`image`)) AS `Recipe__image_path` FROM `krakenco_masterchef`.`recipes` AS `Recipe` WHERE `Recipe`.`program_id` = (28) | 3 | 3 | 1 | maybe slow |
SELECT `Scene`.`id`, `Scene`.`title`, `Scene`.`date`, `Scene`.`description`, `Scene`.`video_id`, `Scene`.`program_id`, `Scene`.`season_id`, `Scene`.`elem_tag`, `Scene`.`published_comment_count`, `Scene`.`active`, `Scene`.`created`, `Scene`.`modified` FROM `krakenco_masterchef`.`scenes` AS `Scene` WHERE `Scene`.`program_id` = (28) | 11 | 11 | 1 | maybe slow |
SELECT `Comment`.`id`, `Comment`.`model`, `Comment`.`foreign_key`, `Comment`.`user_id`, `Comment`.`comment`, `Comment`.`published`, `Comment`.`moderated`, `Comment`.`pending_moderation`, `Comment`.`censored`, `Comment`.`deleted`, `Comment`.`created`, `Comment`.`modified` FROM `krakenco_masterchef`.`comments` AS `Comment` WHERE `Comment`.`model` = 'Program' AND `Comment`.`foreign_key` = (28) | 48 | 48 | 2 | |
SELECT `Tag`.`id`, `Tag`.`identifier`, `Tag`.`name`, `Tag`.`keyname`, `Tag`.`weight`, `Tag`.`created`, `Tag`.`modified`, `Tagged`.`id`, `Tagged`.`foreign_key`, `Tagged`.`tag_id`, `Tagged`.`model`, `Tagged`.`language`, `Tagged`.`times_tagged`, `Tagged`.`created`, `Tagged`.`modified` FROM `krakenco_masterchef`.`tags` AS `Tag` JOIN `krakenco_masterchef`.`tagged` AS `Tagged` ON (`Tagged`.`foreign_key` = 28 AND `Tagged`.`tag_id` = `Tag`.`id`) WHERE `Tagged`.`model` = 'Program' | 5 | 5 | 2 | maybe slow |
SELECT `Program`.`id`, `Program`.`name`, `Program`.`date`, `Program`.`video_id`, `Program`.`description`, `Program`.`season_id`, `Program`.`elem_tag`, `Program`.`published_comment_count`, `Program`.`active`, `Program`.`created`, `Program`.`modified`, `Season`.`id`, `Season`.`name`, `Season`.`date`, `Season`.`description`, `Season`.`anonymous_participants`, `Season`.`image`, `Season`.`image_dir`, `Season`.`logo`, `Season`.`logo_dir`, `Season`.`jury_banner`, `Season`.`jury_banner_dir`, `Season`.`created`, `Season`.`modified`, (CONCAT("/files/season/image/",`Season`.`image_dir`, "/", `Season`.`image`)) AS `Season__image_path`, (CONCAT("/files/season/logo/",`Season`.`logo_dir`, "/", `Season`.`logo`)) AS `Season__logo_path`, (CONCAT("/files/season/jury_banner/",`Season`.`jury_banner_dir`, "/", `Season`.`jury_banner`)) AS `Season__jury_banner_path` FROM `krakenco_masterchef`.`programs` AS `Program` LEFT JOIN `krakenco_masterchef`.`seasons` AS `Season` ON (`Program`.`season_id` = `Season`.`id`) WHERE `Program`.`season_id` = 3 AND `Program`.`active` = '1' AND `Program`.`id` >= 28 AND `Program`.`id` != 29 ORDER BY `Program`.`id` ASC LIMIT 2 | 1 | 1 | 1 | |
SELECT `Video`.`id`, `Video`.`season_id`, `Video`.`frameid`, `Video`.`thumb`, `Video`.`thumb_dir`, `Video`.`premium`, `Video`.`highlight`, `Video`.`map`, `Video`.`label`, `Video`.`date`, `Video`.`scene_cat`, `Video`.`fk`, `Video`.`active`, `Video`.`short_desc`, `Video`.`created`, `Video`.`modified`, (CONCAT("/files/video/thumb/",`Video`.`thumb_dir`, "/", `Video`.`thumb`)) AS `Video__thumb_path` FROM `krakenco_masterchef`.`videos` AS `Video` WHERE `Video`.`map` = 'Program' AND `Video`.`fk` = (28) | 1 | 1 | 1 | |
SELECT `Recipe`.`id`, `Recipe`.`name`, `Recipe`.`image`, `Recipe`.`image_dir`, `Recipe`.`video_id`, `Recipe`.`description`, `Recipe`.`ingredients`, `Recipe`.`preparation`, `Recipe`.`dificulty`, `Recipe`.`duration`, `Recipe`.`portions`, `Recipe`.`highlight`, `Recipe`.`program_id`, `Recipe`.`season_id`, `Recipe`.`date`, `Recipe`.`published_comment_count`, `Recipe`.`elem_tag`, `Recipe`.`vip`, `Recipe`.`active`, `Recipe`.`created`, `Recipe`.`modified`, (CONCAT("/files/recipe/image/",`Recipe`.`image_dir`, "/", `Recipe`.`image`)) AS `Recipe__image_path` FROM `krakenco_masterchef`.`recipes` AS `Recipe` WHERE `Recipe`.`program_id` = (28) | 3 | 3 | 1 | maybe slow |
SELECT `Scene`.`id`, `Scene`.`title`, `Scene`.`date`, `Scene`.`description`, `Scene`.`video_id`, `Scene`.`program_id`, `Scene`.`season_id`, `Scene`.`elem_tag`, `Scene`.`published_comment_count`, `Scene`.`active`, `Scene`.`created`, `Scene`.`modified` FROM `krakenco_masterchef`.`scenes` AS `Scene` WHERE `Scene`.`program_id` = (28) | 11 | 11 | 1 | maybe slow |
SELECT `Comment`.`id`, `Comment`.`model`, `Comment`.`foreign_key`, `Comment`.`user_id`, `Comment`.`comment`, `Comment`.`published`, `Comment`.`moderated`, `Comment`.`pending_moderation`, `Comment`.`censored`, `Comment`.`deleted`, `Comment`.`created`, `Comment`.`modified` FROM `krakenco_masterchef`.`comments` AS `Comment` WHERE `Comment`.`model` = 'Program' AND `Comment`.`foreign_key` = (28) | 48 | 48 | 2 | |
SELECT `Tag`.`id`, `Tag`.`identifier`, `Tag`.`name`, `Tag`.`keyname`, `Tag`.`weight`, `Tag`.`created`, `Tag`.`modified`, `Tagged`.`id`, `Tagged`.`foreign_key`, `Tagged`.`tag_id`, `Tagged`.`model`, `Tagged`.`language`, `Tagged`.`times_tagged`, `Tagged`.`created`, `Tagged`.`modified` FROM `krakenco_masterchef`.`tags` AS `Tag` JOIN `krakenco_masterchef`.`tagged` AS `Tagged` ON (`Tagged`.`foreign_key` = 28 AND `Tagged`.`tag_id` = `Tag`.`id`) WHERE `Tagged`.`model` = 'Program' | 5 | 5 | 2 | maybe slow |
SELECT `Comment`.`id`, `Comment`.`model`, `Comment`.`foreign_key`, `Comment`.`user_id`, `Comment`.`comment`, `Comment`.`published`, `Comment`.`moderated`, `Comment`.`pending_moderation`, `Comment`.`censored`, `Comment`.`deleted`, `Comment`.`created`, `Comment`.`modified`, `User`.`id`, `User`.`fb_id`, `User`.`active`, `User`.`verification_sent`, `User`.`email`, `User`.`password`, `User`.`first_name`, `User`.`last_name`, `User`.`phone`, `User`.`role`, `User`.`vip`, `User`.`modified`, `User`.`created`, (CONCAT(`User`.`first_name`, " ", `User`.`last_name`)) AS `User__name`, `Recipe`.`id`, `Recipe`.`name`, `Recipe`.`image`, `Recipe`.`image_dir`, `Recipe`.`video_id`, `Recipe`.`description`, `Recipe`.`ingredients`, `Recipe`.`preparation`, `Recipe`.`dificulty`, `Recipe`.`duration`, `Recipe`.`portions`, `Recipe`.`highlight`, `Recipe`.`program_id`, `Recipe`.`season_id`, `Recipe`.`date`, `Recipe`.`published_comment_count`, `Recipe`.`elem_tag`, `Recipe`.`vip`, `Recipe`.`active`, `Recipe`.`created`, `Recipe`.`modified`, (CONCAT("/files/recipe/image/",`Recipe`.`image_dir`, "/", `Recipe`.`image`)) AS `Recipe__image_path`, `Participant`.`id`, `Participant`.`season_id`, `Participant`.`name`, `Participant`.`description`, `Participant`.`eliminated`, `Participant`.`image`, `Participant`.`image_dir`, `Participant`.`elem_tag`, `Participant`.`published_comment_count`, `Participant`.`created`, `Participant`.`modified`, (CONCAT("/files/participant/image/",`Participant`.`image_dir`, "/", `Participant`.`image`)) AS `Participant__image_path`, `Scene`.`id`, `Scene`.`title`, `Scene`.`date`, `Scene`.`description`, `Scene`.`video_id`, `Scene`.`program_id`, `Scene`.`season_id`, `Scene`.`elem_tag`, `Scene`.`published_comment_count`, `Scene`.`active`, `Scene`.`created`, `Scene`.`modified`, `Program`.`id`, `Program`.`name`, `Program`.`date`, `Program`.`video_id`, `Program`.`description`, `Program`.`season_id`, `Program`.`elem_tag`, `Program`.`published_comment_count`, `Program`.`active`, `Program`.`created`, `Program`.`modified` FROM `krakenco_masterchef`.`comments` AS `Comment` LEFT JOIN `krakenco_masterchef`.`users` AS `User` ON (`Comment`.`user_id` = `User`.`id`) LEFT JOIN `krakenco_masterchef`.`recipes` AS `Recipe` ON (`Comment`.`foreign_key` = `Recipe`.`id` AND `Comment`.`published` = '1') LEFT JOIN `krakenco_masterchef`.`participants` AS `Participant` ON (`Comment`.`foreign_key` = `Participant`.`id` AND `Comment`.`published` = '1') LEFT JOIN `krakenco_masterchef`.`scenes` AS `Scene` ON (`Comment`.`foreign_key` = `Scene`.`id` AND `Comment`.`published` = '1') LEFT JOIN `krakenco_masterchef`.`programs` AS `Program` ON (`Comment`.`foreign_key` = `Program`.`id` AND `Comment`.`published` = '1') WHERE `Comment`.`model` = 'Program' AND `Comment`.`foreign_key` = 29 AND `Comment`.`published` = '1' ORDER BY `Comment`.`created` DESC | 22 | 22 | 4 | maybe slow |
SELECT DISTINCT `Scene`.`id`,`Scene`.`title`,`Scene`.`date`,`Scene`.`description`,`Scene`.`video_id`,`Scene`.`program_id`,`Scene`.`season_id`,`Scene`.`elem_tag`,`Scene`.`published_comment_count`,`Scene`.`active`,`Scene`.`created`,`Scene`.`modified` FROM `krakenco_masterchef`.`tagged` AS `Tagged` LEFT JOIN `krakenco_masterchef`.`tags` AS `Tag` ON (`Tagged`.`tag_id` = `Tag`.`id`) INNER JOIN `krakenco_masterchef`.`scenes` AS `Scene` ON (`Tagged`.`foreign_key` = `Scene`.`id` AND `Tagged`.`model` = 'Scene') WHERE `Scene`.`season_id` = 3 | 250 | 250 | 42 | maybe slow |
SELECT DISTINCT `Program`.`id`,`Program`.`name`,`Program`.`date`,`Program`.`video_id`,`Program`.`description`,`Program`.`season_id`,`Program`.`elem_tag`,`Program`.`published_comment_count`,`Program`.`active`,`Program`.`created`,`Program`.`modified` FROM `krakenco_masterchef`.`tagged` AS `Tagged` LEFT JOIN `krakenco_masterchef`.`tags` AS `Tag` ON (`Tagged`.`tag_id` = `Tag`.`id`) INNER JOIN `krakenco_masterchef`.`scenes` AS `Scene` ON (`Tagged`.`foreign_key` = `Scene`.`id` AND `Tagged`.`model` = 'Scene') INNER JOIN `krakenco_masterchef`.`programs` AS `Program` ON (`Tagged`.`foreign_key` = `Program`.`id` AND `Tagged`.`model` = 'Program') WHERE `Program`.`season_id` = 3 | 0 | 0 | 1 | maybe slow |
SELECT DISTINCT `Recipe`.`id`,`Recipe`.`name`,`Recipe`.`image`,`Recipe`.`image_dir`,`Recipe`.`video_id`,`Recipe`.`description`,`Recipe`.`ingredients`,`Recipe`.`preparation`,`Recipe`.`dificulty`,`Recipe`.`duration`,`Recipe`.`portions`,`Recipe`.`highlight`,`Recipe`.`program_id`,`Recipe`.`season_id`,`Recipe`.`date`,`Recipe`.`published_comment_count`,`Recipe`.`elem_tag`,`Recipe`.`vip`,`Recipe`.`active`,`Recipe`.`created`,`Recipe`.`modified`,(CONCAT("/files/recipe/image/",`Recipe`.`image_dir`, "/", `Recipe`.`image`)) AS `Recipe__image_path` FROM `krakenco_masterchef`.`tagged` AS `Tagged` LEFT JOIN `krakenco_masterchef`.`tags` AS `Tag` ON (`Tagged`.`tag_id` = `Tag`.`id`) INNER JOIN `krakenco_masterchef`.`scenes` AS `Scene` ON (`Tagged`.`foreign_key` = `Scene`.`id` AND `Tagged`.`model` = 'Scene') INNER JOIN `krakenco_masterchef`.`programs` AS `Program` ON (`Tagged`.`foreign_key` = `Program`.`id` AND `Tagged`.`model` = 'Program') INNER JOIN `krakenco_masterchef`.`recipes` AS `Recipe` ON (`Tagged`.`foreign_key` = `Recipe`.`id` AND `Tagged`.`model` = 'Recipe') WHERE `Recipe`.`season_id` = 3 | 0 | 0 | 1 | maybe slow |
SELECT `Video`.`id`, `Video`.`season_id`, `Video`.`frameid`, `Video`.`thumb`, `Video`.`thumb_dir`, `Video`.`premium`, `Video`.`highlight`, `Video`.`map`, `Video`.`label`, `Video`.`date`, `Video`.`scene_cat`, `Video`.`fk`, `Video`.`active`, `Video`.`short_desc`, `Video`.`created`, `Video`.`modified`, (CONCAT("/files/video/thumb/",`Video`.`thumb_dir`, "/", `Video`.`thumb`)) AS `Video__thumb_path`, `Program`.`id`, `Program`.`name`, `Program`.`date`, `Program`.`video_id`, `Program`.`description`, `Program`.`season_id`, `Program`.`elem_tag`, `Program`.`published_comment_count`, `Program`.`active`, `Program`.`created`, `Program`.`modified`, `Scene`.`id`, `Scene`.`title`, `Scene`.`date`, `Scene`.`description`, `Scene`.`video_id`, `Scene`.`program_id`, `Scene`.`season_id`, `Scene`.`elem_tag`, `Scene`.`published_comment_count`, `Scene`.`active`, `Scene`.`created`, `Scene`.`modified`, `Recipe`.`id`, `Recipe`.`name`, `Recipe`.`image`, `Recipe`.`image_dir`, `Recipe`.`video_id`, `Recipe`.`description`, `Recipe`.`ingredients`, `Recipe`.`preparation`, `Recipe`.`dificulty`, `Recipe`.`duration`, `Recipe`.`portions`, `Recipe`.`highlight`, `Recipe`.`program_id`, `Recipe`.`season_id`, `Recipe`.`date`, `Recipe`.`published_comment_count`, `Recipe`.`elem_tag`, `Recipe`.`vip`, `Recipe`.`active`, `Recipe`.`created`, `Recipe`.`modified`, (CONCAT("/files/recipe/image/",`Recipe`.`image_dir`, "/", `Recipe`.`image`)) AS `Recipe__image_path`, `Jury`.`id`, `Jury`.`season_id`, `Jury`.`name`, `Jury`.`short_description`, `Jury`.`description`, `Jury`.`main_image`, `Jury`.`main_image_dir`, `Jury`.`image`, `Jury`.`image_dir`, `Jury`.`elem_tag`, `Jury`.`created`, `Jury`.`modified`, (CONCAT("/files/jury/image/",`Jury`.`image_dir`, "/", `Jury`.`image`)) AS `Jury__image_path`, (CONCAT("/files/jury/main_image/",`Jury`.`main_image_dir`, "/", `Jury`.`main_image`)) AS `Jury__main_image_path` FROM `krakenco_masterchef`.`videos` AS `Video` LEFT JOIN `krakenco_masterchef`.`programs` AS `Program` ON (`Video`.`fk` = `Program`.`id` AND `Video`.`map` = 'Program') LEFT JOIN `krakenco_masterchef`.`scenes` AS `Scene` ON (`Video`.`fk` = `Scene`.`id` AND `Video`.`map` = 'Scene') LEFT JOIN `krakenco_masterchef`.`recipes` AS `Recipe` ON (`Video`.`fk` = `Recipe`.`id` AND `Video`.`map` = 'Recipe') LEFT JOIN `krakenco_masterchef`.`juries` AS `Jury` ON (`Video`.`fk` = `Jury`.`id` AND `Video`.`map` = 'Jury') WHERE ((((`Video`.`map` = 'Scene') AND (`Video`.`fk` IN (100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 16, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 17, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 18, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 19, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 218, 219, 22, 220, 221, 222, 223, 224, 225, 226, 227, 229, 23, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 24, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 25, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 28, 280, 281, 283, 29, 32, 33, 34, 35, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 76, 79, 80, 81, 82, 83, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99)) AND (`Video`.`active` = '1'))) OR (((`Video`.`map` = 'Recipe') AND (`Video`.`fk` IS NULL) AND (`Video`.`active` = '1'))) OR (((`Video`.`map` = 'Program') AND (`Video`.`fk` IS NULL) AND (`Video`.`active` = '1')))) | 248 | 248 | 9 | |
SELECT `Jury`.`id`, `Jury`.`name` FROM `krakenco_masterchef`.`juries` AS `Jury` WHERE `Jury`.`season_id` = 3 | 3 | 3 | 2 | maybe slow |
SELECT LOWER(TRIM(`Jury`.`name`)) AS name, COUNT(*) AS count, `Jury`.`id` FROM `krakenco_masterchef`.`juries` AS `Jury` LEFT JOIN `krakenco_masterchef`.`seasons` AS `Season` ON (`Jury`.`season_id` = `Season`.`id`) WHERE `Jury`.`season_id` = 3 GROUP BY name | 3 | 3 | 1 | maybe slow |
SELECT `Video`.`id`, `Video`.`season_id`, `Video`.`frameid`, `Video`.`thumb`, `Video`.`thumb_dir`, `Video`.`premium`, `Video`.`highlight`, `Video`.`map`, `Video`.`label`, `Video`.`date`, `Video`.`scene_cat`, `Video`.`fk`, `Video`.`active`, `Video`.`short_desc`, `Video`.`created`, `Video`.`modified`, (CONCAT("/files/video/thumb/",`Video`.`thumb_dir`, "/", `Video`.`thumb`)) AS `Video__thumb_path` FROM `krakenco_masterchef`.`videos` AS `Video` WHERE `Video`.`map` = 'Jury' AND `Video`.`fk` IN (3, 2, 1) | 3 | 3 | 1 | maybe slow |
SELECT `Tag`.`id`, `Tag`.`identifier`, `Tag`.`name`, `Tag`.`keyname`, `Tag`.`weight`, `Tag`.`created`, `Tag`.`modified`, `Tagged`.`id`, `Tagged`.`foreign_key`, `Tagged`.`tag_id`, `Tagged`.`model`, `Tagged`.`language`, `Tagged`.`times_tagged`, `Tagged`.`created`, `Tagged`.`modified` FROM `krakenco_masterchef`.`tags` AS `Tag` JOIN `krakenco_masterchef`.`tagged` AS `Tagged` ON (`Tagged`.`foreign_key` IN (3, 2, 1) AND `Tagged`.`tag_id` = `Tag`.`id`) WHERE `Tagged`.`model` = 'Jury' | 2 | 2 | 1 | maybe slow |
SELECT `Participant`.`id`, `Participant`.`name` FROM `krakenco_masterchef`.`participants` AS `Participant` WHERE `Participant`.`season_id` = 3 | 18 | 18 | 1 | maybe slow |
SELECT LOWER(TRIM(`Participant`.`name`)) AS name, COUNT(*) AS count, `Participant`.`id` FROM `krakenco_masterchef`.`participants` AS `Participant` LEFT JOIN `krakenco_masterchef`.`seasons` AS `Season` ON (`Participant`.`season_id` = `Season`.`id`) WHERE `Participant`.`season_id` = 3 GROUP BY name | 18 | 18 | 1 | maybe slow |
SELECT `Comment`.`id`, `Comment`.`model`, `Comment`.`foreign_key`, `Comment`.`user_id`, `Comment`.`comment`, `Comment`.`published`, `Comment`.`moderated`, `Comment`.`pending_moderation`, `Comment`.`censored`, `Comment`.`deleted`, `Comment`.`created`, `Comment`.`modified` FROM `krakenco_masterchef`.`comments` AS `Comment` WHERE `Comment`.`model` = 'Participant' AND `Comment`.`foreign_key` IN (18, 4, 10, 12, 9, 7, 11, 14, 6, 17, 16, 13, 20, 15, 5, 8, 3, 19) | 452 | 452 | 4 | |
SELECT `Tag`.`id`, `Tag`.`identifier`, `Tag`.`name`, `Tag`.`keyname`, `Tag`.`weight`, `Tag`.`created`, `Tag`.`modified`, `Tagged`.`id`, `Tagged`.`foreign_key`, `Tagged`.`tag_id`, `Tagged`.`model`, `Tagged`.`language`, `Tagged`.`times_tagged`, `Tagged`.`created`, `Tagged`.`modified` FROM `krakenco_masterchef`.`tags` AS `Tag` JOIN `krakenco_masterchef`.`tagged` AS `Tagged` ON (`Tagged`.`foreign_key` IN (18, 4, 10, 12, 9, 7, 11, 14, 6, 17, 16, 13, 20, 15, 5, 8, 3, 19) AND `Tagged`.`tag_id` = `Tag`.`id`) WHERE `Tagged`.`model` = 'Participant' | 0 | 0 | 1 | maybe slow |
SELECT `Recipe`.`id`, `Recipe`.`name` FROM `krakenco_masterchef`.`recipes` AS `Recipe` WHERE `Recipe`.`season_id` = 3 AND `Recipe`.`active` = '1' | 55 | 55 | 1 | |
SELECT LOWER(TRIM(`Recipe`.`name`)) AS name, COUNT(*) AS count, `Recipe`.`id` FROM `krakenco_masterchef`.`recipes` AS `Recipe` LEFT JOIN `krakenco_masterchef`.`programs` AS `Program` ON (`Recipe`.`program_id` = `Program`.`id`) LEFT JOIN `krakenco_masterchef`.`seasons` AS `Season` ON (`Recipe`.`season_id` = `Season`.`id`) WHERE `Recipe`.`season_id` = 3 AND `Recipe`.`active` = '1' GROUP BY name | 55 | 55 | 2 | |
SELECT `Video`.`id`, `Video`.`season_id`, `Video`.`frameid`, `Video`.`thumb`, `Video`.`thumb_dir`, `Video`.`premium`, `Video`.`highlight`, `Video`.`map`, `Video`.`label`, `Video`.`date`, `Video`.`scene_cat`, `Video`.`fk`, `Video`.`active`, `Video`.`short_desc`, `Video`.`created`, `Video`.`modified`, (CONCAT("/files/video/thumb/",`Video`.`thumb_dir`, "/", `Video`.`thumb`)) AS `Video__thumb_path` FROM `krakenco_masterchef`.`videos` AS `Video` WHERE `Video`.`map` = 'Recipe' AND `Video`.`fk` IN (20, 57, 26, 27, 56, 14, 39, 30, 52, 12, 23, 40, 48, 51, 18, 5, 58, 13, 28, 42, 21, 7, 15, 2, 36, 46, 19, 37, 32, 33, 55, 11, 43, 6, 22, 17, 16, 4, 38, 53, 24, 59, 60, 44, 35, 61, 34, 45, 49, 47, 25, 31, 41, 54, 29) | 55 | 55 | 2 | |
SELECT `Image`.`id`, `Image`.`model`, `Image`.`foreign_key`, `Image`.`name`, `Image`.`attachment`, `Image`.`dir`, `Image`.`type`, `Image`.`size`, `Image`.`active`, `Image`.`tipo`, (CONCAT("/files/attachment/",dir,"/", attachment)) AS `Image__path` FROM `krakenco_masterchef`.`attachments` AS `Image` WHERE `Image`.`model` = 'Recipe' AND `Image`.`foreign_key` IN (20, 57, 26, 27, 56, 14, 39, 30, 52, 12, 23, 40, 48, 51, 18, 5, 58, 13, 28, 42, 21, 7, 15, 2, 36, 46, 19, 37, 32, 33, 55, 11, 43, 6, 22, 17, 16, 4, 38, 53, 24, 59, 60, 44, 35, 61, 34, 45, 49, 47, 25, 31, 41, 54, 29) | 0 | 0 | 1 | maybe slow |
SELECT `Comment`.`id`, `Comment`.`model`, `Comment`.`foreign_key`, `Comment`.`user_id`, `Comment`.`comment`, `Comment`.`published`, `Comment`.`moderated`, `Comment`.`pending_moderation`, `Comment`.`censored`, `Comment`.`deleted`, `Comment`.`created`, `Comment`.`modified` FROM `krakenco_masterchef`.`comments` AS `Comment` WHERE `Comment`.`model` = 'Recipe' AND `Comment`.`foreign_key` IN (20, 57, 26, 27, 56, 14, 39, 30, 52, 12, 23, 40, 48, 51, 18, 5, 58, 13, 28, 42, 21, 7, 15, 2, 36, 46, 19, 37, 32, 33, 55, 11, 43, 6, 22, 17, 16, 4, 38, 53, 24, 59, 60, 44, 35, 61, 34, 45, 49, 47, 25, 31, 41, 54, 29) | 44 | 44 | 2 | |
SELECT `Rcategory`.`id`, `Rcategory`.`name`, `RecipesRcategory`.`id`, `RecipesRcategory`.`recipe_id`, `RecipesRcategory`.`rcategory_id` FROM `krakenco_masterchef`.`rcategories` AS `Rcategory` JOIN `krakenco_masterchef`.`recipes_rcategories` AS `RecipesRcategory` ON (`RecipesRcategory`.`recipe_id` IN (20, 57, 26, 27, 56, 14, 39, 30, 52, 12, 23, 40, 48, 51, 18, 5, 58, 13, 28, 42, 21, 7, 15, 2, 36, 46, 19, 37, 32, 33, 55, 11, 43, 6, 22, 17, 16, 4, 38, 53, 24, 59, 60, 44, 35, 61, 34, 45, 49, 47, 25, 31, 41, 54, 29) AND `RecipesRcategory`.`rcategory_id` = `Rcategory`.`id`) | 5 | 5 | 1 | maybe slow |
SELECT `Tag`.`id`, `Tag`.`identifier`, `Tag`.`name`, `Tag`.`keyname`, `Tag`.`weight`, `Tag`.`created`, `Tag`.`modified`, `Tagged`.`id`, `Tagged`.`foreign_key`, `Tagged`.`tag_id`, `Tagged`.`model`, `Tagged`.`language`, `Tagged`.`times_tagged`, `Tagged`.`created`, `Tagged`.`modified` FROM `krakenco_masterchef`.`tags` AS `Tag` JOIN `krakenco_masterchef`.`tagged` AS `Tagged` ON (`Tagged`.`foreign_key` IN (20, 57, 26, 27, 56, 14, 39, 30, 52, 12, 23, 40, 48, 51, 18, 5, 58, 13, 28, 42, 21, 7, 15, 2, 36, 46, 19, 37, 32, 33, 55, 11, 43, 6, 22, 17, 16, 4, 38, 53, 24, 59, 60, 44, 35, 61, 34, 45, 49, 47, 25, 31, 41, 54, 29) AND `Tagged`.`tag_id` = `Tag`.`id`) WHERE `Tagged`.`model` = 'Recipe' | 554 | 554 | 6 | |
SELECT `Scategory`.`id`, `Scategory`.`name` FROM `krakenco_masterchef`.`scategories` AS `Scategory` WHERE 1 = 1 | 7 | 7 | 1 | maybe slow |
SELECT LOWER(TRIM(`Scategory`.`name`)) AS name, COUNT(*) AS count FROM `krakenco_masterchef`.`scategories` AS `Scategory` WHERE 1 = 1 GROUP BY name | 7 | 7 | 1 | maybe slow |
SELECT `Scene`.`id`, `Scene`.`title` FROM `krakenco_masterchef`.`scenes` AS `Scene` WHERE `Scene`.`season_id` = 3 AND `Scene`.`active` = '1' | 258 | 258 | 2 | |
SELECT LOWER(TRIM(`Scene`.`title`)) AS title, COUNT(*) AS count, `Scene`.`id` FROM `krakenco_masterchef`.`scenes` AS `Scene` LEFT JOIN `krakenco_masterchef`.`programs` AS `Program` ON (`Scene`.`program_id` = `Program`.`id`) LEFT JOIN `krakenco_masterchef`.`seasons` AS `Season` ON (`Scene`.`season_id` = `Season`.`id`) WHERE `Scene`.`season_id` = 3 AND `Scene`.`active` = '1' GROUP BY title | 255 | 255 | 2 | |
SELECT `Video`.`id`, `Video`.`season_id`, `Video`.`frameid`, `Video`.`thumb`, `Video`.`thumb_dir`, `Video`.`premium`, `Video`.`highlight`, `Video`.`map`, `Video`.`label`, `Video`.`date`, `Video`.`scene_cat`, `Video`.`fk`, `Video`.`active`, `Video`.`short_desc`, `Video`.`created`, `Video`.`modified`, (CONCAT("/files/video/thumb/",`Video`.`thumb_dir`, "/", `Video`.`thumb`)) AS `Video__thumb_path` FROM `krakenco_masterchef`.`videos` AS `Video` WHERE `Video`.`map` = 'Scene' AND `Video`.`fk` IN (164, 225, 223, 103, 219, 191, 87, 177, 192, 194, 180, 195, 206, 63, 181, 171, 166, 51, 265, 268, 90, 39, 22, 187, 124, 62, 58, 146, 215, 150, 198, 232, 156, 155, 81, 44, 251, 129, 126, 88, 123, 162, 121, 242, 179, 226, 216, 204, 173, 233, 160, 253, 221, 185, 137, 190, 231, 235, 217, 52, 54, 80, 222, 176, 255, 118, 95, 50, 153, 214, 119, 83, 45, 178, 170, 91, 248, 213, 64, 49, 168, 169, 158, 57, 77, 74, 122, 117, 48, 230, 149, 220, 97, 281, 243, 188, 47, 167, 196, 208, 224, 239, 112, 127, 142, 42, 120, 154, 110, 267, 277, 59, 278, 143, 135, 29, 202, 85, 116, 96, 108, 125, 114, 111, 86, 252, 144, 130, 46, 165, 159, 140, 102, 78, 69, 105, 25, 66, 84, 65, 272, 76, 211, 274, 60, 203, 266, 275, 273, 89, 147, 38, 79, 271, 209, 201, 186, 279, 263, 269, 98, 53, 136, 75, 101, 28, 61, 139, 70, 264, 37, 19, 240, 238, 161, 200, 68, 210, 207, 115, 100, 132, 17, 174, 280, 92, 189, 32, 145, 106, 93, 18, 24, 218, 245, 212, 33, 34, 151, 163, 94, 199, 184, 183, 107, 43, 35, 237, 73, 261, 246, 258, 141, 175, 247, 229, 40, 16, 249, 234, 259, 133, 276, 250, 67, 152, 148, 283, 128, 257, 236, 21, 254, 113, 56, 157, 72, 205, 256, 270, 138, 23, 227, 82, 134, 182, 131, 55, 241, 193, 104, 109, 262, 244, 71) | 255 | 255 | 3 | |
SELECT `Comment`.`id`, `Comment`.`model`, `Comment`.`foreign_key`, `Comment`.`user_id`, `Comment`.`comment`, `Comment`.`published`, `Comment`.`moderated`, `Comment`.`pending_moderation`, `Comment`.`censored`, `Comment`.`deleted`, `Comment`.`created`, `Comment`.`modified` FROM `krakenco_masterchef`.`comments` AS `Comment` WHERE `Comment`.`model` = 'Scene' AND `Comment`.`foreign_key` IN (164, 225, 223, 103, 219, 191, 87, 177, 192, 194, 180, 195, 206, 63, 181, 171, 166, 51, 265, 268, 90, 39, 22, 187, 124, 62, 58, 146, 215, 150, 198, 232, 156, 155, 81, 44, 251, 129, 126, 88, 123, 162, 121, 242, 179, 226, 216, 204, 173, 233, 160, 253, 221, 185, 137, 190, 231, 235, 217, 52, 54, 80, 222, 176, 255, 118, 95, 50, 153, 214, 119, 83, 45, 178, 170, 91, 248, 213, 64, 49, 168, 169, 158, 57, 77, 74, 122, 117, 48, 230, 149, 220, 97, 281, 243, 188, 47, 167, 196, 208, 224, 239, 112, 127, 142, 42, 120, 154, 110, 267, 277, 59, 278, 143, 135, 29, 202, 85, 116, 96, 108, 125, 114, 111, 86, 252, 144, 130, 46, 165, 159, 140, 102, 78, 69, 105, 25, 66, 84, 65, 272, 76, 211, 274, 60, 203, 266, 275, 273, 89, 147, 38, 79, 271, 209, 201, 186, 279, 263, 269, 98, 53, 136, 75, 101, 28, 61, 139, 70, 264, 37, 19, 240, 238, 161, 200, 68, 210, 207, 115, 100, 132, 17, 174, 280, 92, 189, 32, 145, 106, 93, 18, 24, 218, 245, 212, 33, 34, 151, 163, 94, 199, 184, 183, 107, 43, 35, 237, 73, 261, 246, 258, 141, 175, 247, 229, 40, 16, 249, 234, 259, 133, 276, 250, 67, 152, 148, 283, 128, 257, 236, 21, 254, 113, 56, 157, 72, 205, 256, 270, 138, 23, 227, 82, 134, 182, 131, 55, 241, 193, 104, 109, 262, 244, 71) | 265 | 265 | 3 | |
SELECT `Scategory`.`id`, `Scategory`.`name`, `Scategory`.`code`, `Scategory`.`color`, `Scategory`.`pos`, `ScenesScategory`.`id`, `ScenesScategory`.`scene_id`, `ScenesScategory`.`scategory_id` FROM `krakenco_masterchef`.`scategories` AS `Scategory` JOIN `krakenco_masterchef`.`scenes_scategories` AS `ScenesScategory` ON (`ScenesScategory`.`scene_id` IN (164, 225, 223, 103, 219, 191, 87, 177, 192, 194, 180, 195, 206, 63, 181, 171, 166, 51, 265, 268, 90, 39, 22, 187, 124, 62, 58, 146, 215, 150, 198, 232, 156, 155, 81, 44, 251, 129, 126, 88, 123, 162, 121, 242, 179, 226, 216, 204, 173, 233, 160, 253, 221, 185, 137, 190, 231, 235, 217, 52, 54, 80, 222, 176, 255, 118, 95, 50, 153, 214, 119, 83, 45, 178, 170, 91, 248, 213, 64, 49, 168, 169, 158, 57, 77, 74, 122, 117, 48, 230, 149, 220, 97, 281, 243, 188, 47, 167, 196, 208, 224, 239, 112, 127, 142, 42, 120, 154, 110, 267, 277, 59, 278, 143, 135, 29, 202, 85, 116, 96, 108, 125, 114, 111, 86, 252, 144, 130, 46, 165, 159, 140, 102, 78, 69, 105, 25, 66, 84, 65, 272, 76, 211, 274, 60, 203, 266, 275, 273, 89, 147, 38, 79, 271, 209, 201, 186, 279, 263, 269, 98, 53, 136, 75, 101, 28, 61, 139, 70, 264, 37, 19, 240, 238, 161, 200, 68, 210, 207, 115, 100, 132, 17, 174, 280, 92, 189, 32, 145, 106, 93, 18, 24, 218, 245, 212, 33, 34, 151, 163, 94, 199, 184, 183, 107, 43, 35, 237, 73, 261, 246, 258, 141, 175, 247, 229, 40, 16, 249, 234, 259, 133, 276, 250, 67, 152, 148, 283, 128, 257, 236, 21, 254, 113, 56, 157, 72, 205, 256, 270, 138, 23, 227, 82, 134, 182, 131, 55, 241, 193, 104, 109, 262, 244, 71) AND `ScenesScategory`.`scategory_id` = `Scategory`.`id`) | 255 | 255 | 2 | |
SELECT `Tag`.`id`, `Tag`.`identifier`, `Tag`.`name`, `Tag`.`keyname`, `Tag`.`weight`, `Tag`.`created`, `Tag`.`modified`, `Tagged`.`id`, `Tagged`.`foreign_key`, `Tagged`.`tag_id`, `Tagged`.`model`, `Tagged`.`language`, `Tagged`.`times_tagged`, `Tagged`.`created`, `Tagged`.`modified` FROM `krakenco_masterchef`.`tags` AS `Tag` JOIN `krakenco_masterchef`.`tagged` AS `Tagged` ON (`Tagged`.`foreign_key` IN (164, 225, 223, 103, 219, 191, 87, 177, 192, 194, 180, 195, 206, 63, 181, 171, 166, 51, 265, 268, 90, 39, 22, 187, 124, 62, 58, 146, 215, 150, 198, 232, 156, 155, 81, 44, 251, 129, 126, 88, 123, 162, 121, 242, 179, 226, 216, 204, 173, 233, 160, 253, 221, 185, 137, 190, 231, 235, 217, 52, 54, 80, 222, 176, 255, 118, 95, 50, 153, 214, 119, 83, 45, 178, 170, 91, 248, 213, 64, 49, 168, 169, 158, 57, 77, 74, 122, 117, 48, 230, 149, 220, 97, 281, 243, 188, 47, 167, 196, 208, 224, 239, 112, 127, 142, 42, 120, 154, 110, 267, 277, 59, 278, 143, 135, 29, 202, 85, 116, 96, 108, 125, 114, 111, 86, 252, 144, 130, 46, 165, 159, 140, 102, 78, 69, 105, 25, 66, 84, 65, 272, 76, 211, 274, 60, 203, 266, 275, 273, 89, 147, 38, 79, 271, 209, 201, 186, 279, 263, 269, 98, 53, 136, 75, 101, 28, 61, 139, 70, 264, 37, 19, 240, 238, 161, 200, 68, 210, 207, 115, 100, 132, 17, 174, 280, 92, 189, 32, 145, 106, 93, 18, 24, 218, 245, 212, 33, 34, 151, 163, 94, 199, 184, 183, 107, 43, 35, 237, 73, 261, 246, 258, 141, 175, 247, 229, 40, 16, 249, 234, 259, 133, 276, 250, 67, 152, 148, 283, 128, 257, 236, 21, 254, 113, 56, 157, 72, 205, 256, 270, 138, 23, 227, 82, 134, 182, 131, 55, 241, 193, 104, 109, 262, 244, 71) AND `Tagged`.`tag_id` = `Tag`.`id`) WHERE `Tagged`.`model` = 'Scene' | 2869 | 2869 | 20 |
Peak Memory Use 84.27 MB
Message | Memory use |
---|---|
Component initialization | 4.68 MB |
Controller action start | 5.10 MB |
Controller render start | 13.29 MB |
View render complete | 16.23 MB |
Total Request Time: 1817 (ms)
Message | Time in ms | Graph |
---|---|---|
Core Processing (Derived from $_SERVER["REQUEST_TIME"]) | 96.33 | |
Event: Controller.initialize | 5.11 | |
Event: Controller.startup | 0.34 | |
Controller action | 165.00 | |
Event: Controller.beforeRender | 363.47 | |
» Processing toolbar data | 362.90 | |
Rendering View | 751.60 | |
» Event: View.beforeRender | 0.04 | |
» Rendering APP/View/Programs/todos.ctp | 740.86 | |
» » Rendering APP/View/Elements/front/redes_meta.ctp | 0.69 | |
» » Rendering APP/View/Elements/front/banner_knor.ctp | 0.08 | |
» » Rendering APP/View/Elements/front/video527viewer.ctp | 0.11 | |
» » Rendering APP/View/Elements/front/form_comment.ctp | 406.22 | |
» » Rendering APP/View/Elements/front/scene_container.ctp | 0.76 | |
» » Rendering APP/View/Elements/front/scene_container.ctp #2 | 0.67 | |
» » Rendering APP/View/Elements/front/scene_container.ctp #3 | 0.67 | |
» » Rendering APP/View/Elements/front/scene_container.ctp #4 | 0.71 | |
» » Rendering APP/View/Elements/front/scene_container.ctp #5 | 0.67 | |
» » Rendering APP/View/Elements/front/scene_container.ctp #6 | 0.67 | |
» » Rendering APP/View/Elements/front/scene_container.ctp #7 | 0.66 | |
» » Rendering APP/View/Elements/front/scene_container.ctp #8 | 0.67 | |
» » Rendering APP/View/Elements/front/scene_container.ctp #9 | 0.68 | |
» » Rendering APP/View/Elements/front/scene_container.ctp #10 | 0.67 | |
» » Rendering APP/View/Elements/front/scene_container.ctp #11 | 0.66 | |
» » Rendering APP/View/Elements/front/scene_container.ctp #12 | 0.66 | |
» » Rendering APP/View/Elements/front/scene_container.ctp #13 | 0.67 | |
» » Rendering APP/View/Elements/front/scene_container.ctp #14 | 0.67 | |
» » Rendering APP/View/Elements/front/scene_container.ctp #15 | 0.67 | |
» » Rendering APP/View/Elements/front/scene_container.ctp #16 | 0.67 | |
» » Rendering APP/View/Elements/front/scene_container.ctp #17 | 0.67 | |
» » Rendering APP/View/Elements/front/scene_container.ctp #18 | 0.67 | |
» » Rendering APP/View/Elements/front/relacionados.ctp | 239.26 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #19 | 0.78 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #20 | 0.75 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #21 | 0.74 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #22 | 0.74 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #23 | 0.74 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #24 | 0.76 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #25 | 0.75 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #26 | 0.74 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #27 | 0.73 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #28 | 0.74 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #29 | 0.74 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #30 | 0.75 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #31 | 0.76 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #32 | 0.75 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #33 | 0.78 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #34 | 0.76 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #35 | 0.76 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #36 | 0.75 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #37 | 0.74 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #38 | 0.76 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #39 | 0.75 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #40 | 0.76 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #41 | 0.76 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #42 | 0.77 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #43 | 0.75 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #44 | 0.76 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #45 | 0.76 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #46 | 0.76 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #47 | 0.78 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #48 | 0.76 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #49 | 0.75 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #50 | 0.75 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #51 | 0.77 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #52 | 0.75 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #53 | 0.75 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #54 | 0.75 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #55 | 0.75 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #56 | 0.78 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #57 | 0.76 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #58 | 0.75 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #59 | 0.75 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #60 | 0.78 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #61 | 0.76 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #62 | 0.76 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #63 | 0.75 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #64 | 0.76 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #65 | 0.78 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #66 | 0.76 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #67 | 0.75 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #68 | 0.75 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #69 | 0.78 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #70 | 0.76 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #71 | 0.76 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #72 | 0.75 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #73 | 0.76 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #74 | 0.75 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #75 | 0.76 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #76 | 0.76 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #77 | 0.75 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #78 | 0.78 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #79 | 0.76 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #80 | 0.76 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #81 | 0.77 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #82 | 0.80 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #83 | 0.76 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #84 | 0.76 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #85 | 0.77 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #86 | 0.76 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #87 | 0.78 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #88 | 0.76 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #89 | 0.75 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #90 | 0.78 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #91 | 0.79 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #92 | 0.76 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #93 | 0.76 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #94 | 0.76 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #95 | 0.81 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #96 | 0.77 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #97 | 0.79 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #98 | 0.82 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #99 | 0.80 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #100 | 0.83 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #101 | 0.80 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #102 | 0.76 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #103 | 0.78 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #104 | 0.80 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #105 | 0.78 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #106 | 0.87 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #107 | 0.87 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #108 | 0.79 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #109 | 0.77 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #110 | 0.78 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #111 | 0.77 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #112 | 0.79 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #113 | 0.77 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #114 | 0.78 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #115 | 0.77 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #116 | 0.80 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #117 | 0.77 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #118 | 0.77 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #119 | 0.78 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #120 | 0.77 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #121 | 0.77 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #122 | 0.78 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #123 | 0.78 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #124 | 0.77 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #125 | 0.80 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #126 | 0.77 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #127 | 0.78 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #128 | 0.77 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #129 | 0.80 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #130 | 0.77 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #131 | 0.78 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #132 | 0.78 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #133 | 0.79 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #134 | 0.77 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #135 | 0.78 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #136 | 0.77 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #137 | 0.80 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #138 | 0.78 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #139 | 0.78 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #140 | 0.78 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #141 | 0.78 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #142 | 0.78 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #143 | 0.79 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #144 | 0.80 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #145 | 0.78 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #146 | 0.78 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #147 | 0.78 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #148 | 0.81 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #149 | 0.79 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #150 | 0.80 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #151 | 0.78 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #152 | 0.78 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #153 | 0.78 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #154 | 0.81 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #155 | 0.78 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #156 | 0.78 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #157 | 0.78 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #158 | 0.80 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #159 | 0.77 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #160 | 0.79 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #161 | 0.79 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #162 | 0.81 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #163 | 0.77 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #164 | 0.78 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #165 | 0.79 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #166 | 0.80 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #167 | 0.78 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #168 | 0.79 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #169 | 0.78 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #170 | 0.80 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #171 | 0.79 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #172 | 0.79 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #173 | 0.78 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #174 | 0.81 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #175 | 0.79 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #176 | 0.78 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #177 | 0.79 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #178 | 0.79 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #179 | 0.79 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #180 | 0.78 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #181 | 0.79 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #182 | 0.79 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #183 | 0.78 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #184 | 0.78 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #185 | 0.79 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #186 | 0.79 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #187 | 0.79 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #188 | 0.79 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #189 | 0.79 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #190 | 0.79 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #191 | 0.79 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #192 | 0.80 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #193 | 0.79 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #194 | 0.79 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #195 | 0.81 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #196 | 0.79 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #197 | 0.79 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #198 | 0.79 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #199 | 0.82 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #200 | 0.79 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #201 | 0.79 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #202 | 0.80 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #203 | 0.82 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #204 | 0.80 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #205 | 0.79 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #206 | 0.80 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #207 | 0.81 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #208 | 0.79 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #209 | 0.79 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #210 | 0.80 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #211 | 0.81 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #212 | 0.79 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #213 | 0.79 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #214 | 0.81 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #215 | 0.80 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #216 | 0.80 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #217 | 0.80 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #218 | 0.81 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #219 | 0.80 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #220 | 0.80 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #221 | 0.80 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #222 | 0.93 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #223 | 0.83 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #224 | 0.82 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #225 | 0.81 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #226 | 0.84 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #227 | 0.81 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #228 | 0.80 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #229 | 0.81 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #230 | 0.92 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #231 | 0.90 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #232 | 0.91 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #233 | 0.91 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #234 | 0.91 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #235 | 0.90 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #236 | 0.81 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #237 | 0.84 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #238 | 0.81 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #239 | 0.80 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #240 | 0.79 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #241 | 0.83 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #242 | 0.80 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #243 | 0.80 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #244 | 0.80 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #245 | 0.82 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #246 | 0.80 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #247 | 0.80 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #248 | 0.79 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #249 | 0.83 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #250 | 0.81 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #251 | 0.79 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #252 | 0.80 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #253 | 0.82 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #254 | 0.80 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #255 | 0.79 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #256 | 0.79 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #257 | 0.83 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #258 | 0.80 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #259 | 0.80 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #260 | 0.80 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #261 | 0.81 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #262 | 0.80 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #263 | 0.80 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #264 | 0.82 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #265 | 0.81 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #266 | 0.80 | |
» Event: View.afterRender | 0.03 | |
» Event: View.beforeLayout | 0.03 | |
» Rendering APP/View/Layouts/front.ctp | 9.48 | |
» » Rendering APP/View/Elements/front/meta.ctp | 0.27 | |
» » Rendering APP/View/Elements/front/css.ctp | 0.41 | |
» » Rendering APP/View/Elements/front/banners.ctp | 0.16 | |
» » Rendering APP/View/Elements/front/googleanalytics.ctp | 0.15 | |
» » Rendering APP/View/Elements/front/cxense.ctp | 0.15 | |
» » Rendering APP/View/Elements/front/header.ctp | 6.38 | |
» » Rendering APP/View/Elements/front/footer.ctp | 0.28 | |
» » Rendering APP/View/Elements/front/js.ctp | 0.31 | |
Event: View.afterLayout | 0.00 |
Santiago Arias
el 1/8/17
ni idea
Santiago Arias
el 1/8/17
ni idea
Santiago Arias
el 1/8/17
ni idea
Elizabeth Ortiz
el 31/7/17
Consulta cuando arranca la 2da????
Jorge Pereira
el 28/7/17
Felicitaciones a Nilson!!!se lo merece,un apoyo brutal en el pais!!MARTIN tendria q haber estado en la final!el Trofeo muy pobre)si alguien se hubiera dado cuenta se perdieron hacer otro programa con los finalistas)hubiese sido genial,lo desperdiciaron!!Lourdes nunca tendria q haber llegado donde llego.Felicitaciones por un programa uruguayo!!!
Oli Mar
el 26/7/17
bueno me aburri, igual sigo pensando que no pueden ser tan burros. Les deseo lo mejor y ojala aprendan de los errores para la proxima edicion. Manden al que puso quien gana como imagen del video a hacer un curso anti spoiler a alguna academia que puedan conseguir de canje
Oli Mar
el 26/7/17
PD: el premio que le dieron a leticia de dos noches en el victoria plaza es joda no jajajajajaj tremendo canje !!!! ratas !!!!! minimo un viaje a colonia jajajajjaja que pobreza
Oli Mar
el 26/7/17
SPOILER: hecho de divulgar una parte central en la intriga de una obra a una o varias personas que no han visto o leído la obra por completo
Oli Mar
el 26/7/17
SIGO SIN PODER CREERLO Y AHORA QUE SE QUIEN GANA ME SOBRAN COMO DOS HORAS CUARENTA Y CINCO DE PROGRAMA ASI QUE VOY A SEGUIR ESCRIBIENDO
Oli Mar
el 26/7/17
PERO FUERA DE JODA HABRIA QUE RAJAR AL NABO QUE HIZO ESTO QUE SE DEDIQUE A LA COCINA PORQUE DEFINITIVAMENTE ESTO NO ES LO DE EL
Oli Mar
el 26/7/17
BURROS INUTILES COMO VAN A PONER QUIEN GANA PARA QUE MIERDA QUIERO VERLO AHORA SON TAN BURRO QUE TODO LO QUE PUEDO DECIR QUEDA CORTO
Michel Ges
el 26/7/17
dijo el pelufo que empieza el masterchef 2 la semana que viene
Darwin Barreiro
el 26/7/17
Hola, si alguien me puede ayudar, quiero ver el ùltimo programa, cree una cuenta, soy de Uruguay pero no me trae nada.....ideas???
Elizabeth Ortiz
el 25/7/17
Me encanto! solo por favor para la segunda edición mejoren esta plataforma así no rezongamos tanto lo que la utilizamos.
Natalia Rodriguez
el 25/7/17
Me encanto este programa, tuvo sus desaciertos pero ame verlos !!!!
Diego Campolo
el 25/7/17
En serio, Saeta... En serio pones el ganador al principio del programa? Muy bizarro.
Elizabeth Ortiz
el 25/7/17
que genial gano Nilson!!! era mi favorito!
Laura Nion
el 25/7/17
Una gran final. Los dos mejores. Aunque Nicolas también te ni a todas las condiciones. Mis 3 preferidos llegaron ahí. Leti tenes un gran camino por delante lleno de éxito. Sos una mujer increíble. Nico arriba, tenes un brillante futuro también. Nilson que Orgullo. Sabía que ibas a ganar. Te lo mereces. Sos una persona muy noble y humilde. Sobre todo muy buen compañero al igual que leti y nico. Éxitos y más éxitos.
Bing Higgins
el 25/7/17
GRAN ALEGRIA POR NILSON Y POR LETICIA..ESTAVEZ EL JURADO ACTUO COMO TAL OBJETIVAMENTE.
Juan Peréz
el 25/7/17
Nooooooooooo pero cómo van a poner quién ganó???!!! Nos arruinan la final a quienes no la pudimos ver!!!!!!!!
Juan Peréz
el 25/7/17
No sean malos. La final esperada, vamos a verla en familia y lo primero que se ve es quien ganó. POR FAVOR, manejen mejor eso, piensen en que quien va a ver el programa por acá probablemente no lo pudo ver en vivo...
Damian Larrosa
el 25/7/17
Es joda? No saben lo que son SPOILERS ¿no?. Vas a mirar el programa y en primera plana te dicen quien ganó. Cuartomundistas