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
Hi, upon further investigations I can see assets on which stylesheet_link_tageg is used are setting the cache-control headers correctly but assets which are linked directly do not set any cache-control headers eg.
This is an issue in production as viewer loads several different static files (around 35 files) which have to be downloaded from the origin server instead of being downloaded via the CDN.
I have configured CDN for my app, but pdf.worker.js and other static files are still hitting the rails server. How do I avoid this?
The text was updated successfully, but these errors were encountered: