You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I've been developing my app using knockout-sortable 0.15.0 with jQuery UI 1.11.4 and had no issues with initializing sortables containing hundreds of canvas/image elements.
However, I just attempted to upgrade to jQuery UI 1.12.1 and saw a significant increase in page load time.
I looked in the Chrome Devtools Timeline and see that 3 extra seconds are being taken by this call: knockout-sortable.js:171
I've tried using different jQuery versions, from 1.X to 3.1.0 and it made no difference.
Going back to jQuery UI 1.11.4 fixed it so I am going to stick with that version for now, but it would be great if knockout-sortable could be updated to work well with the 1.12.X releases.
The text was updated successfully, but these errors were encountered:
derrickb
changed the title
Page load slow with jQuery UI 1.12
Page load slow with jQuery UI 1.12.1
Sep 17, 2016
Hello,
I've been developing my app using knockout-sortable 0.15.0 with jQuery UI 1.11.4 and had no issues with initializing sortables containing hundreds of canvas/image elements.
However, I just attempted to upgrade to jQuery UI 1.12.1 and saw a significant increase in page load time.
I looked in the Chrome Devtools Timeline and see that 3 extra seconds are being taken by this call:
knockout-sortable.js:171
I've tried using different jQuery versions, from 1.X to 3.1.0 and it made no difference.
Going back to jQuery UI 1.11.4 fixed it so I am going to stick with that version for now, but it would be great if knockout-sortable could be updated to work well with the 1.12.X releases.
The text was updated successfully, but these errors were encountered: