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...
- 8 jQuery Performance & Optimization Tips You Need In 2010 Great topic today!. Performance optimization. Performance optimization is an important aspect of any type of coding project, including those that use jQuery. Today I’m going...
- jQuery and Performance: What is ‘this’? In my opinion, the best jQuery performance tip is to minimize your use of jQuery. That is, find a balance between using jQuery and plain...
- 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...