You are evaluating a solution design for a model-driven app that will have a large number of complex forms.
Many of the forms take up to 10 seconds to load.
You need to recommend solution to speed up loading times for the forms.
Which two solutions should you recommend? Each correct answer presents a complete solution.
NOTE: Each correct selection is worth one point.
Controls that require extra data beyond the primary record produce the most strain on form responsiveness and loading speed. These controls fetch data over the network and often involve a waiting period (seen as progress indicators) because it can take time to transmit the data.
Keep only the most frequently used of these controls on the default tab.
https://docs.microsoft.com/en-us/powerapps/maker/model-driven-apps/design-performant-forms
Currently there are no comments in this discussion, be the first to comment!