Large Data -

Large Data -

host4bizzhost4bizz 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.

Answers

  • colincolin Posts: 15,202Questions: 1Answers: 2,592

    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

This discussion has been closed.