https://bugzilla.wikimedia.org/show_bug.cgi?id=65566
Matthew Flaschen <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected], | |[email protected] See Also| |https://bugzilla.wikimedia. | |org/show_bug.cgi?id=65364 --- Comment #1 from Matthew Flaschen <[email protected]> --- I think this is due to ResoureLoader's (the client-side in particular) use of localStorage for resource caching (JS/CSS, etc.). This adds up pretty quick, and browsers have a limit (you may see an error in your console, "Persistent storage maximum size reached". This has been discussed before at bug 65364. So we can work around this by using a cookie and/or solve/improve this in the long-term, by having ResourceLoader use less localStorage. -- 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
