Hacker News new | ask | show | jobs
by adrianN 3106 days ago
For some reason the web feels a lot faster when I disable JS...
1 comments

I can make an application as fast as you want if it doesn't have to run correctly.
Most of the time when you put JS on your page, what you're doing is breaking the thing that would - without JS - still correctly do what it's actually supposed to do.
"Most of the time"? Citation needed.

While I generally agree with the sentiment of "do more by coding less", and minimalist user interfaces, there are plenty of cases where you throw a whole lot of functionality out the window by outright banning JS.