Hello - wondering if somebody can point me in the right direction. I’ve never really worked with caching pages before, and I’m looking for a improve page load speeds. I’m not really having any issues right now, it’s more that I want to know if this can be done.
The websites I’m building have a setup with Tailor Blueprints where you can add different “section” types to build up pages.
So there’s a Page blueprint, with a builder repeater setup. Then on the CMS page, there’s a section component that loads the relevant Page, and loops through the sections that have been added to the page, rendering the corresponding partial for each one.
These pages can potentially get pretty big, so I’m wondering if there’s a way I could cache the rendered page and not have to do all the db queries and loops every time the page loads.