If you turn on a profiler in most of the apps we've built and click around like a user, after a while you'll notice jQuery.event.fix
is often taking the most time (in the video below, it takes 6.34% of the total time). Following the logic behind Amdahl's law, it makes sense that making jQuery.event.fix
faster would have the greatest impact on our apps. This article walks through: