Participantes
Tiene 28 años y es de Treinta y Tres. Vivió en Portugal pero volvió al campo cuando su padre se enfermó.
Es Químico Farmacéutico. Le gusta el animé y Pokemón -cazó casi todos los de la primera generación-.
Se autodefine como emprendedor, alguien que busca constantemente superarse y dice tener un espíritu de lucha cuando se traza un objetivo: "tropezarse en el camino está permitido, pero levantarse y seguir adelante es una obligación". Según sus propias palabras, es de meterse en problemas porque a veces habla de más. Se irrita cuando hay mucho caos o gente gritando alrededor.
Al vivir en el campo, siempre comió guiso, puchero y comidas criollas. Sus comensales favoritos son sus padres, a quienes les gusta todo lo que él cocina menos el sushi, que, justamente, es su especialidad y razón por la cual su sueño es conocer Japón.
Chefs de referencia: Sergio Puglia y Ximena Torres.
Plato estrella: crocante de arroz con salmón, queso crema y ciboulette.
7 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 | 3 | 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 | 11 | |
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 `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 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 COUNT(*) AS `count` FROM `krakenco_masterchef`.`seasons` AS `Season` WHERE `Season`.`id` = 3 | 1 | 1 | 1 | |
SELECT `Season`.`anonymous_participants` FROM `krakenco_masterchef`.`seasons` AS `Season` WHERE `Season`.`id` = 3 LIMIT 1 | 1 | 1 | 1 | |
SELECT COUNT(*) AS `count` FROM `krakenco_masterchef`.`participants` AS `Participant` WHERE `Participant`.`id` = 19 | 1 | 1 | 1 | |
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`, `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`.`participants` AS `Participant` LEFT JOIN `krakenco_masterchef`.`seasons` AS `Season` ON (`Participant`.`season_id` = `Season`.`id`) WHERE `Participant`.`season_id` = 3 AND `Participant`.`id` = 19 LIMIT 1 | 1 | 1 | 1 | |
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` = (19) | 7 | 7 | 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` = 19 AND `Tagged`.`tag_id` = `Tag`.`id`) WHERE `Tagged`.`model` = 'Participant' | 0 | 0 | 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`, `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`.`participants` AS `Participant` LEFT JOIN `krakenco_masterchef`.`seasons` AS `Season` ON (`Participant`.`season_id` = `Season`.`id`) WHERE `Participant`.`season_id` = 3 AND `Participant`.`id` < 19 ORDER BY `Participant`.`id` DESC LIMIT 1 | 1 | 1 | 1 | |
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` = (18) | 15 | 15 | 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` = 18 AND `Tagged`.`tag_id` = `Tag`.`id`) WHERE `Tagged`.`model` = 'Participant' | 0 | 0 | 2 | 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`, `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`.`participants` AS `Participant` LEFT JOIN `krakenco_masterchef`.`seasons` AS `Season` ON (`Participant`.`season_id` = `Season`.`id`) WHERE `Participant`.`season_id` = 3 AND `Participant`.`id` >= 18 AND `Participant`.`id` != 19 ORDER BY `Participant`.`id` ASC LIMIT 2 | 2 | 2 | 2 | |
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, 20) | 55 | 55 | 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 (18, 20) AND `Tagged`.`tag_id` = `Tag`.`id`) WHERE `Tagged`.`model` = 'Participant' | 0 | 0 | 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` = 3 | 18 | 18 | 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` = 'Participant' AND `Comment`.`foreign_key` = 19 AND `Comment`.`published` = '1' ORDER BY `Comment`.`created` DESC | 7 | 7 | 3 | 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 AND `Tag`.`keyname` = 'victor' | 8 | 8 | 16 | 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 AND `Tag`.`keyname` = 'victor' | 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 AND `Tag`.`keyname` = 'victor' | 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 (107, 132, 152, 183, 184, 185, 191, 86)) 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')))) | 8 | 8 | 2 | maybe slow |
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 `Recipe`.`id`, `Recipe`.`name` FROM `krakenco_masterchef`.`recipes` AS `Recipe` WHERE `Recipe`.`season_id` = 3 AND `Recipe`.`active` = '1' | 55 | 55 | 2 | |
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 | 7 | |
SELECT `Program`.`id`, `Program`.`name` FROM `krakenco_masterchef`.`programs` AS `Program` WHERE `Program`.`season_id` = 3 AND `Program`.`active` = '1' | 18 | 18 | 2 | 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 `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 | 21 |
Peak Memory Use 50.83 MB
Message | Memory use |
---|---|
Component initialization | 4.52 MB |
Controller action start | 4.94 MB |
Controller render start | 6.07 MB |
View render complete | 7.76 MB |
Total Request Time: 1151 (ms)
Message | Time in ms | Graph |
---|---|---|
Core Processing (Derived from $_SERVER["REQUEST_TIME"]) | 75.75 | |
Event: Controller.initialize | 5.04 | |
Event: Controller.startup | 0.30 | |
Controller action | 61.94 | |
Event: Controller.beforeRender | 214.77 | |
» Processing toolbar data | 214.26 | |
Rendering View | 524.23 | |
» Event: View.beforeRender | 0.03 | |
» Rendering APP/View/Participants/ficha.ctp | 514.75 | |
» » Rendering APP/View/Elements/front/redes_meta_participant.ctp | 0.62 | |
» » Rendering APP/View/Elements/front/banner_knor.ctp | 0.06 | |
» » Rendering APP/View/Elements/front/form_comment.ctp | 494.20 | |
» » Rendering APP/View/Elements/front/chefs_grilla.ctp | 4.00 | |
» » Rendering APP/View/Elements/front/relacionados.ctp | 6.71 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp | 0.75 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #2 | 0.71 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #3 | 0.71 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #4 | 0.70 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #5 | 0.70 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #6 | 0.69 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #7 | 0.69 | |
» » » Rendering APP/View/Elements/front/scene_container.ctp #8 | 0.70 | |
» Event: View.afterRender | 0.03 | |
» Event: View.beforeLayout | 0.03 | |
» Rendering APP/View/Layouts/front.ctp | 8.46 | |
» » Rendering APP/View/Elements/front/meta.ctp | 0.15 | |
» » Rendering APP/View/Elements/front/css.ctp | 0.31 | |
» » Rendering APP/View/Elements/front/banners.ctp | 0.08 | |
» » Rendering APP/View/Elements/front/googleanalytics.ctp | 0.08 | |
» » Rendering APP/View/Elements/front/cxense.ctp | 0.07 | |
» » Rendering APP/View/Elements/front/header.ctp | 6.38 | |
» » Rendering APP/View/Elements/front/footer.ctp | 0.14 | |
» » Rendering APP/View/Elements/front/js.ctp | 0.21 | |
Event: View.afterLayout | 0.00 |
Andrea Leites
el 2/5/17
Genio Víctor!!!!!! Seguí adelante
Valeria Leiva
el 15/4/17
arriba Victor
Silvia Lauz
el 15/4/17
Vamos Víctor geniooo
Patricia Zeballos
el 14/4/17
El mayor de los éxitos! Disciplina y corazon, seguro te llevan lejos!!! #Viclovers
Rodolfo Garcia
el 13/4/17
Mucha Suerte!!!
Daniel Cheda
el 12/4/17
Fuerza Victor recuerda, me debe un limón!!!
Maria jose Ferreira
el 11/4/17
Mucha suerte!!