Is it possible to use actionpack-page_caching with Kamal? #176
Unanswered
pinzonjulian
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey team!
I'm experimenting with Kamal to deploy a Rails app that also hosts a content website (a blog) in it. I'm keen on adding Action Pack Page Caching to it but I'm not sure if or how Kamal and Kamal Proxy can support it. (For context, this is a gem under Rails' organisation on GitHub and was extracted out of Rails in Rails 4. )
The gem has instructions on how to set up NGINX and Apache to serve static assets so I was thinking, could Kamal Proxy also allow this?
With gems like Sitepress that allow for static content to be easily written inside a Rails app, it'd be really cool to be able to provide further performance enhancements via caching.
Beta Was this translation helpful? Give feedback.
All reactions