How to increase app performance by 5-20% (by optimizing rendering time)
https://github.com/igorkasyanchuk/embed_view crazy idea how to improve performance in your Rails application (if you using ERB, but maybe similar could be implemented for slim/haml/etc).
5-20% is easily archived by using this gem. It’s just embedded ERB into another, so Rails are rendering altogether.
Post a comment