Cache control problems

seezee

New Member
#1
I'm having problems adjusting the cache at mercury.photo. I've got the following rules at the server and VM level in the OpenLiteSpeed dashboard:

Code:
application/x-font-ttf=A2592000, application/javascript=A2592000, application/json=A2592000, application/pdf=A2592000, application/x-javascript=A2592000, application/x-shockwave-flash=A2592000, image/*=A2592000 image/*=A2592000, font/*=A2592000, image/*=A2592000, text/css=A2592000
But when I run a speed test the caches are much shorter. I use Cloudflare with the "respect existing headers" setting enabled.

Result of "curl -svo /dev/null https://mercury.photo/wp-content/uploads/fonts/merriweathersans-boldItalic-webfont.woff2" is

Code:
cache-control: public, max-age=604800

< expires: Mon, 10 Feb 2020 19:41:52 GMT

< etag: "48d4-5e3840d7-46f5d;;;"
 
Top