I just learned what it is today- Pot.js Pot.js is an implemental utility library that can execute JavaScript without burdening the CPU. http://polygonplanet.github.com/Pot.js/pot.test.html Which JavaScript (or any programming language) frameworks might you recommend to speed things up? I already know about minifying css and javascript.
jQuery is quite good if you want to reduce the load time If you use Google's or MicroSoft's CDN your visitor will probably already have jQuery cached by their browser when they arrive to your website
i think there's really no javascript library that does not give burden to the CPU.. it's the script of the website that uses the library the gives the burden to it.