https://bugzilla.wikimedia.org/show_bug.cgi?id=49720
--- Comment #7 from Krinkle <[email protected]> --- Looks like it is cache after all, but our caching headers don't match between content and styles. We need a cache buster and linker between content and stylesheet (e.g. like a manual version of the old wgStyleVersion). Otherwise this will go wrong again in the future. So: * [high] HTML needs to reference stylesheet with query parameter so that if you see an old version, the browsers also caches the old version. And when the html changes (incl. query parameter) a new version is forced to be fetched for css as well. * [low] To deploy faster to all users, needs a Last-Modified header. Right now browsers are told to basically cache it unconditionally so nobody will get the new content until their cache is manually purged. -- 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
