Javascript Optimization Tricks
Profiling, Profiling, Profiling This seems obvious, but still merits a mention. Don’t optimize your code before profiling it. If you need a profiler, just use firebug’s. Having tests to make sure that your post-profiling code is equivalent to the original is also nice. Later is better than now As is well known, it is usually … Continue reading Javascript Optimization Tricks
Copy and paste this URL into your WordPress site to embed
Copy and paste this code into your site to embed