Guestmode keeps refreshing pages

#1
Hi,

I enabled guest mode and guest optimization in the lite speed cache plugin for WordPress.
Now, the pages of my WordPress site keep refreshing continuously.
It probably started after updating to 6.4 , I did not see this behavior before.

If I use : https://<mywebsite>/wp-content/plugins/litespeed-cache/guest.vary.php

I get : {"reload":"yes"}

I googled a lot, but I can not find a solution except turning guest mode off.

B.t.w. I disabled guest mode for now.

Regards,
Hans
 
Last edited:

serpent_driver

Well-Known Member
#6
Please check the requests in browser dev console and check the request for guest.vary.php. If this request has a 403 status code this means that something blocks the guest.vary.php request. This is mostly caused by any security plugin or custom settings in .htaccess.
 
Top