Browser static caching broken?
-
Hello,
I’m using php 7.4 64 bits, latest wp version, latest wp optimize version.
In the Browser static file caching settings, I don’t see any way to change the time for caching. It justs reads this: “Browser static file caching headers are currently enabled.” with a green check mark.
See : https://imgur.com/a/pBlG41O
Also Google page speed test says caching is only 15 minutes for js, css, and images. And there is no cache set for woff2.
Do you know how to manually set the delay in the plugin and where is the code stored? In which htaccess file is it stored? There is nothing cache related in my main .htaccess file!
Also, in wpo-cache folder, I only have this in the .htaccess file:
# Disable directory browsing
Options -Indexes# Disable access to any files
<FilesMatch “.*”>
Order allow,deny
Deny from all
</FilesMatch>Also, it would be good if we could deactivate this feature so we can insert our own code in htaccess file.
Thank you
- This topic was modified 4 years, 2 months ago by .
- This topic was modified 4 years, 2 months ago by .
- This topic was modified 4 years, 2 months ago by .
- This topic was modified 4 years, 2 months ago by .
- This topic was modified 4 years, 2 months ago by .
- This topic was modified 4 years, 2 months ago by .
- The topic ‘Browser static caching broken?’ is closed to new replies.