• Hello Experts,

    I want/need to implement my own caching. Is there a hook (either in WP) or PHP (I am newbie), that allows me to get the full response that WP generated so I can put that into a cache?

    How do the Caching Plugins Work? Do they all issue a internal http request (with the WP http Class) and then cache this? Ideally I want to not issue any unnecessary additional request but rather “capture” a request by a real user and use that as my caching data.

    Thanks!

Viewing 1 replies (of 1 total)
  • How do the Caching Plugins Work?

    They are open source, they have support forums in the plugins section. Your road to enlightenment is open.

    My expectation is that the big challenge is to test when a page is static and hence can be replayed, versus when it has dynamic content and hence has to be re-rendered.

Viewing 1 replies (of 1 total)
  • The topic ‘Hook for getting complete Http-Response (Content) of WP Page?’ is closed to new replies.