I run a personal blog with zero JavaScript; just HTML, CSS, and some pictures. Firefox's memory snapshot says it uses <3MB on the homepage. Amazon's homepage is currently giving me 38MB, and this comment section with the Alexandrite frontend is giving me 30MB. Those two may even be at the low end of what's out there.
then you have outlook and google docs, which use a half a gigabyte of memory each.
Borger@lemmy.blahaj.zone 1 day ago
Oh yeah. There’s no doubt that modern web tech stacks are inefficient slop - patchwork built upon patchwork.
However, JS has been included in every major browser for well over a decade. It’s industry standard at this point, so I found the position of expecting commercial services to be backwards compatible with a 1998 browser setup a little odd.
What do you think about WebGL apps?
frezik@lemmy.blahaj.zone 1 day ago
I don’t have a fundamental problem with web apps having access to GPU resources. There’s obviously games that can benefit from that.
In general, I don’t have a fundamental problem with any of this being there provided the attack surface area can be managed. Which it isn’t, but that’s another discussion.
I have a problem with the tools being applied indiscriminately. I’d almost say that every site should start vanilla, and you’d have to specifically justify any use of JavaScript.