Speed up your pages? Caching "static" bubble pages

Has anyone experimented with server-side caching landing pages or other resources served by bubble that are more or less static?

If every user should be seeing the same content on a page, and the page’s content doesn’t vary day-to-day or hour-to-hour, it would be interesting to use a CDN to cache the content of the page.

Of course, the cache would need to be cleared each time that the bubble app is updated as well.

2 Likes

Hey!

So I’ve seen this but I think that the HTML of the page and core bubble assets are not being cached when using core Cloudflare tools, only less-important JS, images and other assets.

It seems like resetting a server-side cache each time a static bubble page is updated would be a useful way to do this, but sounds like a work-intensive/manual process that could potentially break pages.