Caching and DataTables

Caching and DataTables

RandyKahleRandyKahle Posts: 2Questions: 0Answers: 0
edited April 2013 in TableTools
I understand the need for sEcho in the request/response processing for asynchronous requests.

What I am wondering is how to improve overall system performance by using browser, proxy, and server side caching. If sEcho is used in the URL and is required in the response then there is no chance for representation caching.

Is there a "synchronous" mode for DataTables or another approach that has been used?

Thanks -- Randy

Replies

  • allanallan Posts: 61,744Questions: 1Answers: 10,111 Site admin
    If you want to use server-side processing rather than client-side processing, the closest you can probably get to caching is something like this pipelining example, which an overly large data set is loaded up-front: http://datatables.net/release-datatables/examples/server_side/pipeline.html

    Allan
This discussion has been closed.