Skip to content

Resolve "JS file HTTP Cache-Control"

Markus Scheidgen requested to merge 1701-js-file-http-cache-control into develop

Closes #1701 (closed)

  • uses max-age and must-revalidate on all static resources
  • max-age is 0 on js,html,css (unless its a chunk with hash)
  • max-age is one week for chunks with hash
  • max-age is configurable for images resources
  • implemented Etag for artifacts.js and env.js based on a hash calculated from artifacts and env content as app start up
Edited by Markus Scheidgen

Merge request reports