Serving public cache for all logged in users
-
Hello there
I’m using lscache plugin for my website and I have more than 1000 users, how can I server public cache for all logged in and non-logged in users. The only page that needs not to be cached is dashboard page and I set it not to be cached.
I’ve used public force cache by this command ^/ and it works but when users log in to the website, first time cache status is miss and then it changes to HIT. It shows that each logged in users has separate cache. As non of the pages except /dashboard page do not have any different content based user type, what can I do for solving this?
It has a bad effect on site page score.
This is what I’ve done so far:
Disable cache for logged in users (since I do not want to use private cache for logged in users)
Public force cache using this command ^/
Not cache pages like /dashboard
- The topic ‘Serving public cache for all logged in users’ is closed to new replies.