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
{{ message }}
This repository has been archived by the owner on Feb 4, 2023. It is now read-only.
Caching is like good sex; it hides the real problem
Why is server-side slow? I've got tables with 100k rows and it's very fast. Consider using Symfony's profiler to see why queries are slow. How many rows/columns do you have?
Please be aware that you can't search client side if you load the data with ajax.
I'm looking to put the datatables client-side after the first Ajax because he already got all the rows
I would stop making ajax request for every ordering/sorting since all the data is shown, but looking through all the issues that look like removed and a WIP features now
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
In my case searching by Server-Side is too slow, better alternative can be searching by Client-Side so how can I change this option?
The text was updated successfully, but these errors were encountered: