Skip to main content

Does the ability exist to stagger page load queries so the page will load, and not all queries need to execute for the page to load and will continue loading after the page shows.  We have some pages with multiple aggregate models that causes slow page load, and I was wondering if there was a way to increase the speed of the page load.

David,

If you are using the aggregate models for charts, you can take each chart and make it a single page.  Then use a grid with page includes to pull in each chart.  This will let the page load first as each chart is loaded separately.

If this is not the case, can you break up your page into separate tabs?  Tabs have actions and you can have the tab load models for whatever data you need for the components on the tab.

Thanks,

Bill