Hi,
I have been building a couple of apps at this point and as the apps them selfs get more eleborate and uses sharepoint lists that grows over time I do notice a lack in performance, mostly slow load times, both of objects/controls and overall data.
I have a couple of questions here
1. Does the overall number of controls in powerapps contribute to slower loadtimes? By that I mean when launching the app does it load each screen separately or will adding other screens to the app cause other screens to load slower as well?
2. Working with collections, does that help with load times? I tried replacing alot of gallery data sources with collections and there isn't really a noticeable difference.
3. Calculations, in some cases I need to do alot of calculations on items, alot of times I run them in the sharepoint list, would I be better of performing them whitin powerapps instead?