Hi guys, I want to speed up my ajax requests, I am returning a large amount of information from the requests and am wondering if any compression can be applied here to speed things up a bit.
My ajax requests usually send to JSON-encoded objects, such as objects and arrays that sometimes contain html elements and other things. My server code is php and I am using the sajax library. Any ideas to speed things up would be greatly appreciated.
json javascript ajax php compression
Ali
source share