Tag Archives: jsperf

jQuery Delegate Document vs Element

It was recently brought to my attention that jQuery delegating to the document is faster than an element, the reason being document is already an object that doesn’t have to be transversed.  Needless to say I’m the kind of person … Continue reading

Posted in Web Development | Tagged , , | Leave a comment

jQuery bind vs delegate

Just the other day I posted about how much I love using jsPerf to run performance tests for jQuery snippets, so today I’m going to talk about my latest test.  Many a times I’ve read that the jQuery delegate is … Continue reading

Posted in Web Development | Tagged , , | Leave a comment

JavaScript performance testing using jsPerf

When developing smaller websites JavaScript performance is often neglected, however when dealing with enterprise level websites such as Lowe’s Home Improvement you start to take these things seriously.  Since before I started at Lowe’s I’ve been trying to improve myself … Continue reading

Posted in Web Development | Tagged , , , | Comments Off