Efficient JavaScript


Efficient JavaScript – Opera Developer Community

This article will show several simple changes that can be made to improve the performance of your Web applications. Areas covered will be ECMAScript – the core language used by JavaScript, DOM, and document loading.

This article has a couple of good tips on how to improve performance of JavaScript. Some were surprising to me.

Related Posts