You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was curious whether it would make sense to add a gem configuration of specifying an expiration header? In a lot of use cases these urls do not change so specifying an expiration at a header level would improve performance. If you use a CDN like cloudflare these headers can be used to cache at the CDN level too so it doesn't ever hit the app server.
I was curious whether it would make sense to add a gem configuration of specifying an expiration header? In a lot of use cases these urls do not change so specifying an expiration at a header level would improve performance. If you use a CDN like cloudflare these headers can be used to cache at the CDN level too so it doesn't ever hit the app server.
Rails expires_in header documentation
The text was updated successfully, but these errors were encountered: