Wordpress LScache Plugin: Browser Cache TTL not changing (With report)
Last Updated on: Wed, 15 Apr 2026 00:00:02 Hi, I have sent a Browser Cache TTL to 31536000 in setting, and I have confirmed that the .htaccess file has changed accordingly. However, when I check the cache-control in header, the value is still 608000. I have sent a report of my site to Litespeed for your reference. Report number: CEFBJGDJ What may be the issue here? The page I need help with: https://survivalisthk.com/ Hi, It seems you have confused expire and cache-control header, they are actually 2 different headers. expires: Sun, 14 Feb 2021 23:21:23 GMT cache-control: max-age=604800, public You set Expire to 31536000 as 1 year , which is working properly as intended. Try add following rule to your htaccess Header set Cache-control public, max-age=31536000 Best regards, Ah I see, problem solved. Thanks!
LiteCache Rush: Speed comes from using less, not from doing it faster
Reference