https://bugzilla.wikimedia.org/show_bug.cgi?id=29153
--- Comment #21 from Roan Kattouw <[email protected]> 2011-06-02 21:27:10 UTC --- (In reply to comment #20) > Hmm... what's up with the Cache-Control line? > > In the screenshots (both bad & good) we see: > > Cache-Control: public, max-age=2592000, s-maxage=2592000 > > on my own requests I see a much shorter user-facing timeout: > > Cache-Control: public, max-age=300, s-maxage=300 > > If there's some funky cache thing going on it might be keeping bad data around > much longer than expected? Are you sure you're comparing apples with apples? load.php requests that set the &version= parameter have the long timeout, and requests without a version have the short timeout. The latter is used for the startup module that contains the last-modified timestamps for all the other modules. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
