https://bugzilla.wikimedia.org/show_bug.cgi?id=62602
--- Comment #6 from Krinkle <[email protected]> --- (In reply to Helder from comment #3) > * After the page was saved and finished reloading, the old message was still > displayed > * CTRL+SHIFT+R, SHIFT+Reload and CTRL+F5 were not enough to force the > message to be updated (both on meta.wikimedia.beta.wmflabs.org and on > en.wikipedia.beta.wmflabs.org). > * The new message was immediately visible in debug mode, on these pages: > http://meta.wikimedia.beta.wmflabs.org/wiki/Special:BlankPage?debug=1 > http://en.wikipedia.beta.wmflabs.org/wiki/Special:BlankPage?debug=1 > but the old one would still show up when I removed the "?debug=1" from these > URLs. Doing all that cache clearing in your browser won't do anything because it's cached server-side. The urls are unique by version, and those are permanently cached. Then, once a content update is detected (within 5 minutes using the startup module) you get a new url which naturally bypasses cache because it's a new url. I'd recommend you try making another edit, then don't clear anything, wait for upto 2*5 minutes and verify it does indeed not automatically update. If after 10 minutes it is still giving the old version, then we've found a bug in GlobalJsCss related to cache versioning, presumably its logic to build a timestamp is not working. -- 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
