Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Akron99 opened this issue Aug 20, 2021 · 1 comment
Open

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

Akron99 opened this issue Aug 20, 2021 · 1 comment

Comments

@Akron99
Copy link

Akron99 commented Aug 20, 2021

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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants