Long time to render data (1163 rows)
Long time to render data (1163 rows)
tatthep
Posts: 2Questions: 2Answers: 0
I query data from server only 1163rows but DataTable render data more than one minute (it's a long time). Could you suggess me How should I do?
This discussion has been closed.
Answers
You need to profile it, to see where the delay is - it could be on the client's table draw, on the network, on the database reading, or on the server-side script. Best bet is to eliminate one at a time until you find out where the performance bottleneck is. This FAQ page may also help,
Colin