New cache is generate for each browser
-
Hi,
I am trying to use w3 total cache with redis. Everything seems fine but there is one big problem that if I view website page as guest in browser A (eg. Firefox) then it is generated but if I see same page in other browser then a new version of cache is generated. So in short, it is creating cache only each browser or session.
So, if I browse pages from one browser, it is good as all cached pages are repeatedly served. But now if I see those pages in other browser then a new fresh version of page is generated. This is actually failing the purpose of caching because it seems W3 total cache is generated cached pages for each user.
Pleas note :- I have disabled cache only for logged-in users.
- I am testing as guests in multiple browser
- I am checking page generation time in source code of page ie. html
Why it is not service same cached pages to other users ?
The topic ‘New cache is generate for each browser’ is closed to new replies.