Web Application Performance

From Rixort Wiki
Revision as of 15:51, 11 July 2023 by Paul (talk | contribs) (Created page with "== HTTP headers == * Cache-Control: max-age * ETag: Hash of file, don't download if unchanged (but beware of how this is calculated, e.g. Apache may use inodes by default which differ on load-balanced servers) * Expires: Re-download after this * Last-Modified")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

HTTP headers

  • Cache-Control: max-age
  • ETag: Hash of file, don't download if unchanged (but beware of how this is calculated, e.g. Apache may use inodes by default which differ on load-balanced servers)
  • Expires: Re-download after this
  • Last-Modified