views:

141

answers:

2

I'm currently fighting with Internet Explorer's (IE7) javascript performance issues, and struggling to find good information on improving performance, whether it be for a specific browser or in general.

I think it will be helpful to all of us to have a link/tips/hints collection on improving JavaScript performance. Feel free to post what you think will be helpful to the community!

Some links to start:

Enjoy -- I hope this will be helpful to many developers to come. Please post especially the niche tricks you found out about after chewing on a problem for hours. They're the ones most likely not well documented yet & the most exciting ones!

A: 

http://ejohn.org/blog/

I find John's blog incredibly insightful. Would it be from a performance or general design point of view.

Julian Aubourg
+1  A: 

By far the best information I've ever seen on low-level improvements that are applicable to all javascript code:

http://www.youtube.com/watch?v=mHtdZgou0qU

It's a Google Tech Talk from one of their engineers who definitely knows his stuff. It's well-worth the time to watch!

Gabriel Hurley