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. A. Consolidate and reduce scripts. B. Use synchronous JavaScript requests. C. Move scripts into the OnLoad event. D. Remove unnecessary fields. Â Suggested Answer: AD D: 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. Incorrect Answers: B: Use asynchronous network requests when requesting data. Request data asynchronously rather than synchronously when extra data is necessary for customizations. C: Moving scripts to the Onload event would slow down the loading of the form. Reference: https://docs.microsoft.com/en-us/powerapps/maker/model-driven-apps/design-performant-forms This question is in PL-600 Microsoft Power Platform Solution Architect Exam For getting Microsoft Certified: Power Platform Solution Architect Expert Certificate Disclaimers: The website is not related to, affiliated with, endorsed or authorized by Microsoft. The website does not contain actual questions and answers from Microsoft's Certification Exams. Trademarks, certification & product names are used for reference only and belong to Microsoft.
Please login or Register to submit your answer