[wp-trac] Re: [WordPress Trac] #7262: Use Firefox 3.5 native
offline cache to add "turbo" functionality
WordPress Trac
wp-trac at lists.automattic.com
Mon May 11 16:42:19 GMT 2009
#7262: Use Firefox 3.5 native offline cache to add "turbo" functionality
--------------------------+-------------------------------------------------
Reporter: mfinkle | Owner: azaozz
Type: enhancement | Status: new
Priority: normal | Milestone: 2.8
Component: Optimization | Version:
Severity: normal | Keywords: has-patch 2nd-opinion
--------------------------+-------------------------------------------------
Comment(by demetris):
@blizzard: What Denis describes is what I understand too and what I did
to make the offline cache work:
1. I disabled JS and CSS concatenation (which is new in WP2.8, and on by
default).
2. I disabled the addition of version strings to JS and CSS URIs.
By default, the concatenated files have URIs like this:
<http://op111.net/wp-admin/load-styles.php?c=0&dir=ltr&load=global,wp-
admin&ver=4bcab14dcde636cd0dc030359e18c5ab>
... while the versioned files are like this:
<http://op111.net/wp-content/plugins/tangofy/css/fugue-
shadowless.css?ver=2.8-bleeding-edge>
... or like this:
<http://op111.net/wp-admin/css/colors-fresh.css?ver=20090509>
--
Ticket URL: <http://core.trac.wordpress.org/ticket/7262#comment:31>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list