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!

Speed Up Your Rails Views By Deferring Changes

Having your views doing calculations to determine your output could be very costly in page load time. Speed up your site by first deferring some dynamic content and thereby allowing performance increases with more caching. http://6ftdan.com/allyourdev/2015/05/15/speed-up-your-rails-views-by-deferring-changes/

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