My site uses only dialog boxes and buttons from jQuery UI. In general, everything works fine, but from time to time some users encounter problems with poor performance; the system is not as responsive as they should be.
Upgrading from jQuery 1.4.2 to 1.4.4 really did a good job, because there are a lot of calls to find()/ in my code filter(). Should I expect any performance benefits from updating jQuery UI?
source
share