1
0
Fork 0
mirror of https://git.sr.ht/~seirdy/seirdy.one synced 2024-09-19 20:02:10 +00:00
seirdy.one/content/notes/containing-web-bloat.md
2022-11-24 11:04:44 -08:00

1,019 B
Raw Permalink Blame History

title date replyURI replyTitle replyType replyAuthor replyAuthorURI
Containing web bloat 2022-10-20T13:20:11-07:00 https://web.archive.org/web/20221024151834/https://mastodon.sdf.org/@khm/109201860585444737 Web technology has gotten bigger because web engineers just dont care SocialMediaPosting khm https://sciops.net/

Here is how I propose browsers address web bloat:

  1. Stop adding features unrelated to accessibility, security, privacy, and internationalization.

  2. Adopt a default document policy that restricts oversized assets and download size.

  3. Make JIT-compilation a per-site opt-in permission. That should rein in over-reliance on JS.

This should mostly contain the bloat problem without significantly inconveniencing most users, which is why it will never happen.