Microsoft Power Platform Solution Architect — Question 22

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.

Answer options

Correct answer: A, D, E

Explanation

The correct actions to improve performance include moving data calls to the OnLoad event to ensure they run after the user interface is ready, reviewing the data gateway settings to optimize data retrieval, and reducing data row limits to minimize the amount of data processed at once. Options B and C are incorrect because they would not enhance performance; moving calls to OnStart delays data loading, and increasing row limits can lead to slower responses.