Hi @FDisk ,
Can you try to update the /.well-known/ context's Location from /usr/local/lsws/Example/html/ to /usr/local/lsws/Example/html/.well-known/
See if it helps? You can update it either via web admin or console to /usr/local/lsws/conf/vhosts/Example/vhconf.conf
And make sure you have a...
Hi
For now, you can shorten the interval.
Enable the debug log and you will see crawler log generated after crawling. Same location to the debug log on the system.
Feel free to ask on https://wordpress.org/plugins/litespeed-cache/ for more LSCache related question.
Best,
Eric
Hi @Berkay ,
We do not recommend using PageSpeed with any Full Page Cache solutions due to the fact that PageSpeed will generate different outputs for different browsers which makes the output not cache friendly and can cause issues.
If you still want to proceed we can take a look but thought...
Hi,
It looks fine now, did you resolve it?
If not, please also provide a report number(https://www.litespeedtech.com/support/wiki/doku.php/litespeed_wiki:cache:lscwp:troubleshooting:general ) from lscache plugin.
Best,
Eric
Hi,
All new release will be posted here https://www.litespeedtech.com/support/forum/forums/news.8/ .
You can also get news by join litespeed community (litespeedtech.com/slack) via slack to the the announcements channel.
Hi,
Site loads fine now to me. May I know if it's due to you exclude the mediaelement-and-player.min.js file from being optimized or you downgrade wordpress to previous version?
Best,
Eric
Hi,
You can try adding follow rules to .htaccess file.
RewriteCond %{HTTP_USER_AGENT} Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko
RewriteRule .* - [E=Cache-Control:no-cache]
Please change the user agent to your need and do the test.
Best,
Eric