ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 106 - PL-600 discussion

Report
Export

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.

Answers
A.

Consolidate and reduce scripts.

B.

Use synchronous JavaScript requests.

Answers
B.

Use synchronous JavaScript requests.

C.

Move scripts into the OnLoad event.

Answers
C.

Move scripts into the OnLoad event.

D.

Remove unnecessary fields.

Answers
D.

Remove unnecessary fields.

Suggested answer: A, D

Explanation:

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

asked 05/10/2024
Maurizio Budicin
34 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first