https://bugzilla.wikimedia.org/show_bug.cgi?id=25744
--- Comment #3 from Roan Kattouw <[email protected]> 2011-03-27 13:59:56 UTC --- (In reply to comment #2) > I found I had to add this to LocalSettings.php because the main skin CSS and > the startup script didn't have a version on: > > # Force ResourceLoader to serve unversioned resources for 30 days as well > (normally 5 min) > $wgResourceLoaderMaxage['unversioned'] = array('server' => 30 * 24 * 60 * 60, > 'client' => 30 * 24 * 60 * 60); > > Without it Firefox 4 was attempting to retrieve them every time. They're still > not sent with a content-length, which seems wrong, but at least it doesn't do > that. That's not a proper fix, as it will make invalidations (updates to JS/CSS) take unreasonably long. (In reply to comment #1) > Trevor? Roan? anything to do here? I logged this as a TODO a long time ago to investigate caching behavior, but I don't think I'm gonna get to it soon. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
