Long time to render data (1163 rows)

Long time to render data (1163 rows)

tattheptatthep 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?

0.png 130.7K

Answers

  • colincolin Posts: 15,112Questions: 1Answers: 2,583

    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

This discussion has been closed.