My site is only using dialogs and buttons from jQuery UI. In general things are working fine, but from time to time some users are facing light performance issues; the system is not as responsive as it should be in their opinion.
Upgrading from jQuery 1.4.2 to 1.4.4 really did a good job, because there are lots of find()
/filter()
calls in my code. Should I expect some performance benefits from upgrading jQuery UI?
There are a couple things to think about with respect to upgrading a library.
As for the type of performance improvements you'll see if you upgrade to 1.8.7, check out the release notes. Not only t should you see improvements, you should also have more feature availability as well.
With all this said...
Many times, performance improvements are better affected if the code using the libraries is improved. Better algorithms, better use of structures, etc can show MUCH better improvements than just upgrading a library. I would look into this along with looking at upgrading the jQueryUI library.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With