Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Tip

As well as the typical response headers, META tags and an html comment are added to the page. These can help troubleshoot issues with reverse proxies. e.g.:

Code Block
xml
xml

<META HTTP-EQUIV="Cache-Control" CONTENT="max-age=120,s-maxage=120" /><>
<!-- Page cached until: Mon, 28 Feb 2011 10:40:58 GMT+11 (120 seconds) -->

Example Cache Header

Code Block
Cache-Control        max-age=120,s-maxage=120

...