How to use HTTP cache headers with PHP - Stack Overflow
You might want to use private_no_expire instead of private, but set a long expiration for content you know is not going to change and make sure you process if-modified-since and if-none-match requests similar to Emil's post. $tsstring = gmdate('D, d M Y H...