Private cache only works on immediate reload
-
I am trying to enable private cache for logged in users.
Whenever I try to access any page as a logged in user, I am getting a
X-Litespeed-Cache: miss
and the page loads in real time (even though it was previously cached by the same user).However, if I access a page and then immediately (within 1-2 seconds) request the same URL again, the correct cached version of the page loads and I am getting
X-Litespeed-Cache: hit:private
. Private cache TTL is set to default value of 1800.My report number is: XQSCKLOA
(I wouldn’t like to share the URL publicly as it is a temporary testing environment, but I believe it is included in the report)
What could be causing this? Thank you.
- You must be logged in to reply to this topic.