Optimization is something that can help the users of your application achieve actions inside of it much quicker than they may currently be able to. Looking for a way to make that animated drag look smoother? Perhaps you’re accessing it using the least-optimal path. That navigation menu working slow? Perhaps you just need to get rid of some of the waste in your calls. If you feel like your script or jQuery app could use a little performance optimization, read on because this article is sure to help.
Related Submissions:
- 10 Ways to Improve Your Web Page Performance There are a million and one ways to boost your website’s performance. The methods vary and some are more involved than others. The three main...
- Intermediate jQuery jQuery is a great JavaScript library, but what about its performance? Is the trade-off between ease of use and a performance hit on the Web...
- The Performance of .nodeName I was researching various options of traversing nodes for Slick and the DOM Range for MooTools. I realized that the nodeName property is incredibly slow...
- Huge Performance Boost During Iterations At least for me! If you are familiar with some of these techniques (and especially if you are not), please help me gather information by...
- PHP: Performance Improvement Tips This post covers some performance improvement tips by showing merits or demerits of various coding practices in PHP. While developing small websites or projects which...