Why does my WordPress homepage show an old version when I am logged out?
It’s usually a cache split: your logged-in request bypasses the public page cache, while logged-out visitors are still getting an older cached homepage. WordPress sets a logged-in cookie, and caching setups commonly treat that as a reason to send you to the li…
0 helpful votes