• Resolved tores54

    (@tores54)


    I noticed this feature

    Pages are cached individually for each user.

    That is, if user 1 visits the site for the first time, the page for him is not returned from the cache, if he visits the second time, the page will be from the cache.

    This is fine.

    But if another user 2 visits the same page, it will not be returned from the cache.

    This is already a problem.

    How to make it so that for the next visitors the pages are already issued from the cache?

    Is this related to private and public cache?

Viewing 1 replies (of 1 total)
  • Rumi

    (@raaec)

    Hi,
    The use of private cache is to deliver cached pages to individual users. Basically, if a page can be served as a static page to a particular user multiple times, then it can be privately cached. Litespeed plugin intelligently knows whether to provide private, public, or ESI cache to the visitor.

    “How to make it so that for the next visitors the pages are already issued from the cache?”
    You may use a crawler to ‘warm up’ your cache for visitors, this way they are served cache without them having to get the first visit without cache.
    You can learn more here.

Viewing 1 replies (of 1 total)
  • The topic ‘Private cache and public cache’ is closed to new replies.