09 Aug Ruby on Rails: Benchmarking your ActiveRecord queries
First of all, in some cases, the time spent in that query is really low so maybe, a good way to see if you can improve it is to compare that functionality with the same query after making some tweaks, such as lazy loading, using...