Header set Cache-Control 'max-age=3, must-revalidate'
-
For the following in the .htaccess file written to the /cache/supercache/ folder
<IfModule mod_headers.c> Header set Vary "Accept-Encoding, Cookie" Header set Cache-Control 'max-age=3, must-revalidate' </IfModule>
Should not the ‘max-age’ be set much higher and be configurable? I had been manually setting it to ~10 days (864,000) and though I noticed better performance. Three seconds seems a bit low.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Header set Cache-Control 'max-age=3, must-revalidate'’ is closed to new replies.