This may seem obvious, but a Rails application is essentially ruby code that will have to be run. Make sure your code is efficient from a Ruby standpoint. Take a look at your code and ask yourself if some refactoring is in order, keeping in mind performance considerations and algorithmic efficiency. Profiling tools are, of …
Tag: Performance & Efficency of code
Permanent link to this article: https://blog.openshell.in/2010/11/optimize-your-ruby-code/