A REDE ASSOCIADOS RECEITAS AGENDA DA REDE FALE CONOSCO
VOCÊ ESTÁ EM: A Rede > Nossos Parceiros

.: Nossos Parceiros

  • Vinícola Aliança
  • Fonte Ijuí
  • Granja Pinheiros
  • Auto Posto Via Sul
  • Leve Sabor
  • Cofix
  • Liquigás
  • Verdurama
  • Legour
  • Zam e Bom
  • Laticínios Frizzo
  • Vinhos Catafesta
  • Vonpar
  • Ultratech
  • Dália Alimentos
  • CEM Embalagens 
  • Fritz e Frida
  • Peixaria Mar Azul
  • Aurora
  • Pão Nostro
  • Fernando - verduras
  • Perte
  • HC Comercial Higienização
  • ClickBR Produtos de Limpeza
  • Granja Menegon
  • Frigofar
  • Slomp Alimentos 
  • Chocolates Ferronatto
 
(default) 16 queries took 67 ms
NrQueryErrorAffectedNum. rowsTook (ms)
1DESCRIBE `contents`884
2DESCRIBE `users`884
3DESCRIBE `groups`775
4DESCRIBE `menus`995
5DESCRIBE `group_menus`334
6DESCRIBE `content_photos`774
7DESCRIBE `restaurants`18186
8DESCRIBE `photos`775
9DESCRIBE `restaurant_types`665
10DESCRIBE `restaurants_restaurant_types`773
11DESCRIBE `news`883
12DESCRIBE `news_photos`773
13SELECT `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 662
14SELECT `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 (3, 4, 2, 5, 1, 7) AND `RestaurantsRestaurantType`.`restaurant_id` = `Restaurant`.`id`) WHERE `Restaurant`.`id` > 0 ORDER BY `Restaurant`.`name` ASC 323211
15SELECT `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` = 5 ORDER BY `Content`.`name` ASC LIMIT 1112
16SELECT `ContentPhoto`.`id`, `ContentPhoto`.`content_id`, `ContentPhoto`.`path`, `ContentPhoto`.`created`, `ContentPhoto`.`createdby`, `ContentPhoto`.`modified`, `ContentPhoto`.`modifiedby` FROM `content_photos` AS `ContentPhoto` WHERE `ContentPhoto`.`content_id` = (5) 001