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!

HTTP Caching in Ruby on Rails Applications

The fastest web page is one you’ve already loaded. Browsers love to avoid round-trips by caching assets. And HTTP provides ways for us to tell browsers what’s changed and what hasn’t - so they make the right decisions. In this article, Jonathan Miles introduces us to HTTP caching and shows us how to implement it in Rails. https://www.honeybadger.io/blog/http-caching-ruby-rails/

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