42 performance tips for Ruby on Rails

Since Ruby on Rails is not the fastest web framework out there you sometimes need to improve the performance in order to keep up. This post will list 42 of my favorite performance tips for making your app faster.Let's get started!Temper your expectationsRuby and by extension Ruby on Rails is not known for its performance. View rendering in particular is quite slow so you should not expect to get to those sub-millisecond view renderings that you can get in Elixir for example. A good benchmark is to aim for the classic 100ms target.Since Ruby on Rails is not the fastes...
42 performance tips for Ruby on Rails #ruby #rubydeveloper #rubyonrails #performance https://rubyonrails.ba/single/42-performance-tips-for-ruby-on-rails

Nezir Zahirovic

Contractor Ruby On Rails (8+ years) / MCPD .Net / C# / Asp.Net / CSS / SQL / (11 years)

related articles