Hacker News new | ask | show | jobs
by vorotato 4088 days ago
Beefing up the server cannot improve client side code. Jquery is quite slow, nice, but quite slow. Sometimes writing out those 8 lines can make your code literally 400 times faster.(source : http://vanilla-js.com/) So yes if performance is a concern, you might want to look at writing it yourself.
1 comments

Very good point, I'd not really considered the lower end spec'd machines, was more thinking overall page load times and the likes. Thanks :)