Q: 10
You are a Microsoft Power Platform architect supporting the go-live phase of a canvas app. The
canvas app accesses data on-premises and in the cloud.
Users are reporting the app is very slow to respond, especially upon initial launch.
You need to optimize the performance of the app.
Which three actions should you complete? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one point.
Options
Discussion
Its A, B, E. Not much doubt here. OnStart can really slow things down at launch, and bringing in too many rows hurts performance a lot. Checking the data gateway is also a classic step for on-prem issues. Open to being challenged but that's what I'd go with.
A B, E tbh. C is tempting but raising row limits makes it worse for app speed.
Why not C here? Increasing row limits sometimes helps with large data sets, right?
Its A, B, and E. Shifting data loads out of OnStart helps the UI load faster, and lowering data row limits avoids loading too much info at once. Always check the data gateway config for any on-prem slowness. Official docs and hands-on labs cover these best practices pretty well. Agree?
Probably A, B, E. Option C is tricky but raising row limits usually hurts performance more. I've seen similar questions trip folks up with that.
D , option C is a classic trap here because upping row limits actually slows canvas apps even more.
A B, E tbh. Makes sense for initial app load and cloud/on-prem mix, row limits and gateway tweaks are big here. Disagree?
I’d say it's A, B, and E. Moving calls off OnStart improves initial load, lowering row limits helps with speed, and the data gateway is key for on-prem lag. Not 100% but fits PowerApps tuning. Anyone pick differently?
Probably A, B, and E. Loading heavy data in OnStart slows everything down, so switching to Onload (well, OnVisible in PowerApps terms) makes sense. Reducing row limits keeps the app snappy, and the gateway config is always a culprit for on-prem speed issues. Not 100% sure about Onload wording but that's what they mean I think.
Be respectful. No spam.
Question 10 of 30