mdn / yari

The platform code behind MDN Web Docs
Mozilla Public License 2.0
1.16k stars 485 forks source link

localStorage cleanup for users #2964

Open peterbe opened 3 years ago

peterbe commented 3 years ago

This is what I have in my Firefox Nightly for developer.mozilla.org:

Screen Shot 2021-02-17 at 10 27 45 AM

I'm pretty sure that the only things that matter these days are:

Everything else is "garbage" and we have an obligation to tidy that up.

peterbe commented 3 years ago

This can be something we execute after the api/v1/whoami XHR and we can also deliberately delay it a bit so it doesn't get in the way of the first rendering path. I.e. some sort of idle callback.