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!

Full page caching in Rails with Nginx and Redis

I wrote a quick post on how I have implemented full page caching in my Rails app using Redis as cache store and Nginx to serve responses directly, bypassing Rails altogether for maximum performance. This way the cache can be shared between multiple servers easily.

https://vitobotta.com/2020/06/01/full-page-caching-in-rails-with-nginx-and-redis/

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