Better performance with these basic SQL optimizations
There are a number of articles that talk about optimizing your Rails application but most people forget to do these basic ones. Checkout http://www.rubyonrails365.com/low-hanging-fruits-for-better-sql-performance-in-rails/ to learn more.
Post a comment