Dynamically load page includes

Hey Zach,

In my experience, unchecking the lazy load checkbox impacts page performance, so no, I do not want the page includes to load on initial page load. I want something like a callback function, which I can invoke via a JS snippet and which will trigger the page includes to load only after the document has completed its initial load.

Since it’s possible to force the page include to lazy load, I imagine there is some kind of function I call to do this, however I can’t find anything like that in your documentation.

Thanks!