[wp-trac] [WordPress Trac] #7262: Use Firefox 3.5 native offline cache to add "turbo" functionality
WordPress Trac
wp-trac at lists.automattic.com
Sat Nov 14 22:48:51 UTC 2009
#7262: Use Firefox 3.5 native offline cache to add "turbo" functionality
--------------------------+-------------------------------------------------
Reporter: mfinkle | Owner: azaozz
Type: enhancement | Status: new
Priority: normal | Milestone: Future Release
Component: Optimization | Version:
Severity: normal | Keywords: needs-patch
--------------------------+-------------------------------------------------
Comment(by azaozz):
Replying to [comment:54 Edified]:
> I think your information is either outdated or wrong.
> Cache Manifests work as expected in current versions of both Firefox and
Safari. I'm using it in my theme now.
Yes, it follows the HTML 5.0 specification, however this specification is
designed only for 100% caching (bringing a web app offline) and cannot be
used to cache only non-dynamic parts of a web page. So it caches the HTML
first (we don't want that) and then it caches the css, js, images, etc.
(we want only these).
For comparison Gears caches all files that are in the manifest and then
uses that cache for all requests for these files regardless of the web
page that loads them (from the same domain of course).
--
Ticket URL: <http://core.trac.wordpress.org/ticket/7262#comment:55>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list