Large Data -
Large Data -
host4bizz
Posts: 5Questions: 4Answers: 0
Hi,
I have used SSP class and the datatables has 10 columns. Its has background color for each column. Now the problem is the size of the Json. 12MB for 3,000 /Per page. Its taking much to load (Draw) and most of the Browser got stuck. (Gzip compression has set in the Apapche & .htaccess).
Could you please suggest how to resolve this issue.
This discussion has been closed.
Answers
Hi @host4bizz ,
That sounds a crazy amount of data for a single page - it would be worth confirming that it is only sending the response for the visible rows. It would also be worth seeing if you could move any of the colouring/rendering into client-side functions. This section of the FAQ should help, it discusses performance issues.
Cheers,
Colin