appcachefacts
appcachefacts copied to clipboard
The application cache is a poorly understood part of the HTML5 specification with a lot of potential. Let's get rid of some of the confusion and make the web a faster place.
I’m quite certain that the `Vary` header is meaningless in appcache. E.g., if you wanted to serve a different page based on language, you would have to make your site’s...
For the FACT: Firefox will always ask the user for permission before caching a site for the first time. Can you clarify that it is ONLY Firefox that has this...
Starting with Firefox 26, the user isn't prompted when a website uses an appcache.
Discovered this fun appcache fact on some recent work. With Firefox if your cache manifest has an HTTP Expires header set to a past time, then the manifest will not...
Bug fixed by https://bugzilla.mozilla.org/show_bug.cgi?id=892488
http://codebits.glennjones.net/appcache/network/index.html indicates that Firefox has no problem with "*" as a NETWORK entry, and furthermore that browsers _do_ have problems when using "http://*" and "https://*" as entries (this is the...
I've just created a new page that contains the same content, but translated to portuguese(Brazil). Also, i added a README file.
There is a manifest file which specifies which files to be cached in the users browser. The scenario may get worse if the manifest file itself is cached at the...