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