Hacker News new | past | comments | ask | show | jobs | submit login
Key factors in JavaScript performance (ejohn.org)
6 points by bdfh42 on Feb 28, 2008 | hide | past | favorite | 1 comment



The web app I'm working on has pretty stringent performance requirements, so we do a lot of profiling in browsers (specifically FF and IE). DOM manipulation and rendering are order(s) of magnitude slower than virtually anything in plain Javascript. This has been so consistent that we've taken it as a design axiom to do as close to everything in pure JS as possible.

From this perspective, Resig is understating his point. Optimizing JS alone isn't going to deliver much; it's not close to being the bottleneck.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: