FooTable icon indicating copy to clipboard operation
FooTable copied to clipboard

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

Open Akron99 opened this issue 4 years ago • 1 comments
trafficstars

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).

Akron99 avatar Aug 20 '21 09:08 Akron99

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

TheLittleDuck avatar May 24 '23 09:05 TheLittleDuck