• Hi all,

    I am looking for a way to programmatically cache a complete page for logged-in users. The page should then get the dynamic parts through fragmented caching.
    The goal is to absolutely minimize DB-queries and bypass additional plugins which might be loaded. I’m not quite sure what I want is possible, but there must be some kind of best-practice model of how to cache a whole page.

    Thanks for your ideas,
    Freshman

Viewing 2 replies - 1 through 2 (of 2 total)
  • You can’t configure too cache single page. Only which pages not to cache.

    You can create a site map file to prime the cache for pages if you want. You may want to look at more advanced optimizations of your site if it’s heavy with authenticated users.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘[Plugin: W3 Total Cache] How to manually cache a single page’ is closed to new replies.