- From: Michael Nordman <michaeln@chromium.org>
- Date: Mon, 20 Dec 2010 12:56:34 -0800
This type of request (see forwarded message below) to utilize the application cache for subresource loads into documents that are not stored in the cache has come up several times now. The current feature set is very focused on the "offline" use case. Is it worth making additions such that a document that loads from a server can utilize the resources in an appcache? Today we have <html manifest="manifestFile">, which adds the document containing this tag to the appcache and associates that doc with that appcache such that subresource loads hit the appcache. Not a complete proposal, but... What if we had something along the lines of <html useManifest=''manifestFile">, which would do the association of the doc with the appcache (so subresources loads hit the cache) but not add the document to the cache? ---------- Forwarded message ---------- From: UVL <andrea.doimo@gmail.com> Date: Sun, Dec 19, 2010 at 1:35 PM Subject: [chromium-html5] Application Cache for on-line sites To: Chromium HTML5 <chromium-html5 at chromium.org> I tried to use the HTML5 Application Cache to improve the performances of on-line sites (all the tutorials on the web write only about usage with off-line apps) I created the manifest listing all the js, css and images, and the performances were really exciting, until I found that even the page HTML was cached, despite it was not listed in the manifest. The pages of the site are in PHP, so I don't want them to be cached. From http://www.whatwg.org/specs/web-apps/current-work/multipage/offline.html : "Authors are encouraged to include the main page in the manifest also, but in practice the page that referenced the manifest is automatically cached even if it isn't explicitly mentioned." Is there a way to have this automating caching disabled? Note: I know that caching can be controlled via HTTP headers, but I just wanted to try this way as it looks quite reliable, clean and powerful. -- You received this message because you are subscribed to the Google Groups "Chromium HTML5" group. To post to this group, send email to chromium-html5 at chromium.org. To unsubscribe from this group, send email to chromium-html5+unsubscribe at chromium.org<chromium-html5%2Bunsubscribe at chromium.org> . For more options, visit this group at http://groups.google.com/a/chromium.org/group/chromium-html5/?hl=en. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.whatwg.org/pipermail/whatwg-whatwg.org/attachments/20101220/5883b2c7/attachment.htm>
Received on Monday, 20 December 2010 12:56:34 UTC