• Resolved tripledm

    (@tripledm)


    Hello,
    Quick question and this might be a long shot.

    If Cache Enabler stores a copy of the page as an HTML file, can those not be offloaded to a CDN to serve from there? So by ofloading the cached files to a CDN (or GCS/S3 bucket) and updating them on the fly will that not enable it to function as a Headless CMS?

Viewing 1 replies (of 1 total)
  • Anonymous User 16850768

    (@anonymized-16850768)

    Yes, that should work like that as long as all of the pages on the website have been cached (like a static site generator). Ensuring this takes place can be done in a variety of ways. I believe we have enough hooks in place to ensure you can offload what is necessary at the right time.

    If not all of the pages are cached then a way to retrieve the data from your backend would be required (e.g. WordPress REST API).

Viewing 1 replies (of 1 total)
  • The topic ‘offload cached pages as html to cdn’ is closed to new replies.