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