Reputation: 1742
in my web application, I am calling PHP\flush or ob_flush several times in order to show partial content to my users. Say I call flush three or four times.
If the first flush doesn't really change much between page loads, is there a way to cache this on the browser? I was looking into ETags and Cache-Control, but given that these are partial caches, are there any browser-side solutions that could come into play?
Upvotes: 0
Views: 32