The goal is to save bandwidth, not on your server, but on the client. Unused AJAX requests are likely to make the user interface incredibly slow for your visitors, rather than translating the data over and over, which dramatically improves performance in the client browser.
If you want to reduce the number of requests, you must set an explicit header Expiresin the response. The client will not request a resource until the time set has elapsed Expires.
source
share