A REDE ASSOCIADOS RECEITAS AGENDA DA REDE FALE CONOSCO
VOCÊ ESTÁ EM: Receitas > Receitas

.: Receitas

Tão bom quanto o prazer de provar uma boa refeição, é a sensação de saber que foi você quem a preparou. Nós, da Rede Máximo Sabor, queremos dividir com você nossa paixão pela culinária, e esperamos que aqui você encontre oportunidades de provocar momentos maravilhosos.

Fique atento que sempre poderá haver novidades nas nossas receitas. E não esqueça que o principal é o sentimento depositado na mistura de cada ingrediente, e o aproveitar de cada instante: antes, durante e depois.

 
(default) 23 queries took 34 ms
NrQueryErrorAffectedNum. rowsTook (ms)
1DESCRIBE `recipes`10102
2DESCRIBE `recipe_types`661
3DESCRIBE `users`881
4DESCRIBE `groups`771
5DESCRIBE `menus`991
6DESCRIBE `group_menus`331
7DESCRIBE `recipe_photos`771
8DESCRIBE `contents`882
9DESCRIBE `content_photos`771
10DESCRIBE `news`882
11DESCRIBE `news_photos`771
12DESCRIBE `restaurant_types`661
13DESCRIBE `restaurants`18181
14DESCRIBE `photos`771
15DESCRIBE `restaurants_restaurant_types`771
16SELECT `RestaurantType`.`id`, `RestaurantType`.`name`, `RestaurantType`.`created`, `RestaurantType`.`createdby`, `RestaurantType`.`modified`, `RestaurantType`.`modifiedby`, `Created`.`id`, `Created`.`username`, `Created`.`password`, `Created`.`group_id`, `Created`.`created`, `Created`.`createdby`, `Created`.`modified`, `Created`.`modifiedby`, `Modified`.`id`, `Modified`.`username`, `Modified`.`password`, `Modified`.`group_id`, `Modified`.`created`, `Modified`.`createdby`, `Modified`.`modified`, `Modified`.`modifiedby` FROM `restaurant_types` AS `RestaurantType` LEFT JOIN `users` AS `Created` ON (`RestaurantType`.`createdby` = `Created`.`id`) LEFT JOIN `users` AS `Modified` ON (`RestaurantType`.`modifiedby` = `Modified`.`id`) WHERE 1 = 1 ORDER BY RAND() ASC 661
17SELECT `Restaurant`.`id`, `Restaurant`.`name`, `Restaurant`.`logo`, `Restaurant`.`website`, `Restaurant`.`email`, `Restaurant`.`address`, `Restaurant`.`telephone`, `Restaurant`.`working_hours`, `Restaurant`.`title1`, `Restaurant`.`text1`, `Restaurant`.`title2`, `Restaurant`.`text2`, `Restaurant`.`title3`, `Restaurant`.`text3`, `Restaurant`.`created`, `Restaurant`.`createdby`, `Restaurant`.`modified`, `Restaurant`.`modifiedby`, `RestaurantsRestaurantType`.`id`, `RestaurantsRestaurantType`.`restaurant_id`, `RestaurantsRestaurantType`.`restaurant_type_id`, `RestaurantsRestaurantType`.`created`, `RestaurantsRestaurantType`.`createdby`, `RestaurantsRestaurantType`.`modified`, `RestaurantsRestaurantType`.`modifiedby` FROM `restaurants` AS `Restaurant` JOIN `restaurants_restaurant_types` AS `RestaurantsRestaurantType` ON (`RestaurantsRestaurantType`.`restaurant_type_id` IN (5, 4, 2, 7, 1, 3) AND `RestaurantsRestaurantType`.`restaurant_id` = `Restaurant`.`id`) WHERE `Restaurant`.`id` > 0 ORDER BY `Restaurant`.`name` ASC 34347
18SELECT `RecipeType`.`id`, `RecipeType`.`name`, `RecipeType`.`created`, `RecipeType`.`createdby`, `RecipeType`.`modified`, `RecipeType`.`modifiedby`, `Created`.`id`, `Created`.`username`, `Created`.`password`, `Created`.`group_id`, `Created`.`created`, `Created`.`createdby`, `Created`.`modified`, `Created`.`modifiedby`, `Modified`.`id`, `Modified`.`username`, `Modified`.`password`, `Modified`.`group_id`, `Modified`.`created`, `Modified`.`createdby`, `Modified`.`modified`, `Modified`.`modifiedby` FROM `recipe_types` AS `RecipeType` LEFT JOIN `users` AS `Created` ON (`RecipeType`.`createdby` = `Created`.`id`) LEFT JOIN `users` AS `Modified` ON (`RecipeType`.`modifiedby` = `Modified`.`id`) WHERE 1 = 1 ORDER BY `RecipeType`.`name` ASC 10101
19SELECT `Recipe`.`id`, `Recipe`.`recipe_type_id`, `Recipe`.`name`, `Recipe`.`ingredients`, `Recipe`.`method`, `Recipe`.`makes`, `Recipe`.`created`, `Recipe`.`createdby`, `Recipe`.`modified`, `Recipe`.`modifiedby` FROM `recipes` AS `Recipe` WHERE `Recipe`.`recipe_type_id` IN (7, 3, 1, 6, 9, 4, 10, 2, 8, 5) ORDER BY RAND() ASC 26263
20SELECT `Content`.`id`, `Content`.`name`, `Content`.`title`, `Content`.`html`, `Content`.`created`, `Content`.`createdby`, `Content`.`modified`, `Content`.`modifiedby`, `Created`.`id`, `Created`.`username`, `Created`.`password`, `Created`.`group_id`, `Created`.`created`, `Created`.`createdby`, `Created`.`modified`, `Created`.`modifiedby`, `Modified`.`id`, `Modified`.`username`, `Modified`.`password`, `Modified`.`group_id`, `Modified`.`created`, `Modified`.`createdby`, `Modified`.`modified`, `Modified`.`modifiedby` FROM `contents` AS `Content` LEFT JOIN `users` AS `Created` ON (`Content`.`createdby` = `Created`.`id`) LEFT JOIN `users` AS `Modified` ON (`Content`.`modifiedby` = `Modified`.`id`) WHERE `Content`.`id` = 8 ORDER BY `Content`.`name` ASC LIMIT 1111
21SELECT `ContentPhoto`.`id`, `ContentPhoto`.`content_id`, `ContentPhoto`.`path`, `ContentPhoto`.`created`, `ContentPhoto`.`createdby`, `ContentPhoto`.`modified`, `ContentPhoto`.`modifiedby` FROM `content_photos` AS `ContentPhoto` WHERE `ContentPhoto`.`content_id` = (8) 000
22SELECT `Recipe`.`id`, `Recipe`.`recipe_type_id`, `Recipe`.`name`, `Recipe`.`ingredients`, `Recipe`.`method`, `Recipe`.`makes`, `Recipe`.`created`, `Recipe`.`createdby`, `Recipe`.`modified`, `Recipe`.`modifiedby`, `RecipeType`.`id`, `RecipeType`.`name`, `RecipeType`.`created`, `RecipeType`.`createdby`, `RecipeType`.`modified`, `RecipeType`.`modifiedby`, `Created`.`id`, `Created`.`username`, `Created`.`password`, `Created`.`group_id`, `Created`.`created`, `Created`.`createdby`, `Created`.`modified`, `Created`.`modifiedby`, `Modified`.`id`, `Modified`.`username`, `Modified`.`password`, `Modified`.`group_id`, `Modified`.`created`, `Modified`.`createdby`, `Modified`.`modified`, `Modified`.`modifiedby` FROM `recipes` AS `Recipe` LEFT JOIN `recipe_types` AS `RecipeType` ON (`Recipe`.`recipe_type_id` = `RecipeType`.`id`) LEFT JOIN `users` AS `Created` ON (`Recipe`.`createdby` = `Created`.`id`) LEFT JOIN `users` AS `Modified` ON (`Recipe`.`modifiedby` = `Modified`.`id`) WHERE 1 = 1 ORDER BY `Recipe`.`id` DESC LIMIT 5552
23SELECT `RecipePhoto`.`id`, `RecipePhoto`.`recipe_id`, `RecipePhoto`.`path`, `RecipePhoto`.`created`, `RecipePhoto`.`createdby`, `RecipePhoto`.`modified`, `RecipePhoto`.`modifiedby` FROM `recipe_photos` AS `RecipePhoto` WHERE `RecipePhoto`.`recipe_id` IN (26, 25, 24, 23, 22) 441