intervolve-org/intervolve.org

Assets not updating due to caching rules

Opened this issue · 2 comments

Browsers have not been updating locally cached assets when they are modified or updated remotely. This is causing clients to use old CSS styling, and more.

Possible fixes:

  1. Update NGINX caching requests - ask browsers not to cache
  2. Update HTML headers to ask browsers not to cache
  3. Implement asset versioning

Configured Nginx to ask browser to not cache. Added warning banner to the top of the page to alert users of possible high bandwidth due to no caching.

Reopened. Syntax highlighting was cached and required force cache refresh to bring back up