RubyFlow The Ruby and Rails community linklog

×

The Ruby and Rails community linklog

Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!

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

You can use basic HTML markup (e.g. <a>) or Markdown.

As you are not logged in, you will be
directed via GitHub to signup or sign in