Skuid Page Apex Heap Size Test Function

It would be nifty if there was a function to test Skuid page’s ability by systematically loading the page in groups of models set to query on page load.

My use case is often single-page apps that have many models that need to be on the page. Other models/components are put to page includes whenever possible.

So the test would first gather up all the models that are enabled on page load. Then it would systematically test the page to isolate the model that is the culprit. The page could actually have more then one model that is causing the issue, but running the test would discover this.