• Resolved dblinks

    (@dblinks)


    Does the pre-cache help for the pro version serving cached files to logged in users? We have private site where posts are not cached because logged out users cannot see them.

    In this case, would pre-caching a post for logged in user /42 help serve that post to user /43 also? That would be very powerful if the scheme were the same in a private blog (inside the site), like an outside/public site normally works. (in my estimation:)

    thx for a great plugin.
    stu

    https://wordpress.org/plugins/zencache/

Viewing 1 replies (of 1 total)
  • Plugin Author Raam Dev

    (@raamdev)

    would pre-caching a post for logged in user /42 help serve that post to user /43 also?

    @dblinks That would not be possible. If the page that was loaded for user 42 contained something like “Welcome, User 42!”, then when user 43 loads the cached page they would see a page that says “Welcome, User 42!”. That would be bad.

    User Caching intentionally separates the cache files for each user, so that each users maintains their own copy of the cache. If ZenCache did not do that, then you’d end up with users seeing information on the pages that should’ve been intended for other users!

Viewing 1 replies (of 1 total)

The topic ‘Pre Cache’ is closed to new replies.