Hi,
We have created a Lightning Tab and included Skuid page in Lightning Component with the below syntax:
<aura:component implements="lightning:actionOverride,force:appHostable" access="global"> <skuid:page page="Ledger_AMC_LightningTab"/>
</aura:component>
When we accessed this new page, the loading time is very long, we have waited more than 10 seconds for the page to finish loading. It takes longer than the other pages alot.
Please note that the skuidpage we included in, only has 1 model, and it only loads with 100 records as well.
Also, when running in Preview mode, the speed is not slow. But in real mode (accessing via the Lightning Tab), the page loading speed is slow as we described in above.
This is happening right after we upgraded to the new version Millau (11.1.10). Additionally, We also have many lightning tabs like this one as well, and we never faced this issue before.
We appreciate any help.
Thank you.