How to enable server side processing with client side caching?
How to enable server side processing with client side caching?
Is there a way to enable caching of the ajax request and a way to set the expire duration?
Basically I have a script that is being called by ajax, and it takes very long to load, +- 30 to 120 seconds (this duration is caused by php framework). And this duration am fine with, but I don't want to load it every time I sort the columns or start a search. Sometimes sorting or searching should start a new un-cached ajax request but only after a expiry time.
Basically I have a script that is being called by ajax, and it takes very long to load, +- 30 to 120 seconds (this duration is caused by php framework). And this duration am fine with, but I don't want to load it every time I sort the columns or start a search. Sometimes sorting or searching should start a new un-cached ajax request but only after a expiry time.
This discussion has been closed.
Replies