• Hello,
    I have a member login area on my site. When someone logs in, not a single page is cached. Why is that? Can I change that so that these pages are also cached?
    Are there any pages in the login area that shouldn’t be cached?

    With best regards
    Timo

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter flusswege

    (@flusswege)

    Any ideas?

    Plugin Contributor iSaumya

    (@isaumya)

    Cause logged in users are never supposed to be cached. As logged in users sees dynamic content which requires PHP to run execute and parse those pages.

    When a page is cached for the first request PHP generated the HTML of the page and then the cache system copies that to the cache and from the next time passes the same static HTML generated by the PHP last time to the users.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Member pages are not cached!’ is closed to new replies.