[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 13:00:22 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 Denis-de-Bernardy):
@blizzard: I may be understanding this wrong, but based on demetris'
comment, it would be related to our using script urls with parameters.
in other words, declarations for scripts such as this wouldn't work:
{{{
<script src="/script.js?ver=1.0"></script>
}}}
but this would:
{{{
<script src="/script.js"></script>
}}}
in our case, there is an additional complexity, as we do something like:
{{{
<script src="/concat-scripts.php?scripts=foo,bar"></script>
}}}
with turbo enabled, we'd probably want to disable script concat. but the
issue on versions that we pass into the urls would remain. these are used
to force a browser cache refresh when versions change.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/7262#comment:30>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list