Cache Status (using eventlisteners): not active
Server timestamp: 1337647064
About offline.php (this page):
- it has a reference to a manifest-file which:
- has mime-type text/cache-manifest (except when called with debug-argument)
- specifies mozchomp.gif should be stored to the appcache using the CACHE-directive (i.e. "explicit")
- explicitely prohibits offline.php (this page) to be stored in appcache using the NETWORK-directive (i.e. "online whitelist")
- it should change at every pageload because:
- it has "no-cache" and "expires" headers set in PHP
- the manifest explicitely prohibits offline.php from being stored in the appcache
- it is different at each pageload (displaying a unix timestamp)
