Looking to increase your Ruby on Rails application performance? One easy way is to reduce the number of queries it makes. Bullet is a great plug-in that watches your queries and notifies you when you should add eager loading (N+1 queries) or when you are unnecessarily using eager loading. We have started to use Bullet in development and staging environments. It even supports Growl.