fooplugins / FooTable

jQuery plugin to make HTML tables responsive
https://fooplugins.com/plugins/footable-jquery/
Other
2.13k stars 637 forks source link

Footable with jQuery 3.x is very slow - with 2.x is fast #888

Open Akron99 opened 3 years ago

Akron99 commented 3 years ago

I tested it with only 100 lines. The rows load (rendering) is significantly slower. And paging and searching are also slow. I changed the jQuery library to version 2.x and it became lightning fast. The speed difference is approx. 10-20 times (I didn't measure it, only an estimate. well perceptible difference).

TheLittleDuck commented 1 year ago

this is due to the Deferred method. It contains a call to the "window.setTimeout" function, and it is slow.