I have an .html web page that has both caspio datapages and regular .html
The issue I have is that the .html language renders instantly and the caspio datapages take more time. As a result the page load looks super choppy, with the middle portion of the page laoding before the header. I've seen solutions in stack overflow (not caspio related) that use prerender/ prepload, but most examples use a delay timer. I don't want to artificailly delay the page by some chosen interval, I just want the page to render once the caspio datapages are loaded, however long that is. Anyone have a ready solution?