Post #1854118
2026-04-27 09:50 UTC
(2/2)
Most people writing commercial JS are web designers, not software engineers, and don't have the first clue about efficient memory use or garbage collection. Their code will reserve ridiculous and often exponentially increasing amounts of memory as it runs, and seldom bothers to release it for other uses.
Most JS served by websites is for tracking purposes, so blocking it from running is a feature, not a bug.
Replies (0)
No replies.