Contoso, Ltd.
uses Dynamics 365 Finance.
You receive reports of performance issues with the app.
You need to use Performance Timer to investigate the issues.
Which URL should you use?
Click on the arrows to vote for the correct answer
A. B. C. D.B.
To open the Performance timer, open your webpage with the added parameter debug=develop: https://yoursite.cloud.test.dynamics.com/en/? cmp=USMF&debug=develop Reference: https://docs.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/perf-test/performance-timer.
In Dynamics 365 Finance, Performance Timer is a tool used to investigate and diagnose performance issues in the application. It is used to track the time taken by various processes in the application and identify any bottlenecks or slow-performing processes.
To use Performance Timer in Dynamics 365 Finance, you need to access the application using a specific URL that includes a query string parameter. The correct URL to use for this purpose is:
A. https://contoso.cloudax.dynamics.com/?cmp=USMF&debug=perftimer
Explanation:
Option B: https://contoso.cloudax.dynamics.com/?cmp=USMF&debug=develop This URL is incorrect as the query string parameter "debug=develop" activates the developer mode in the application, not the Performance Timer.
Option C: https://contoso.cloudax.dynamics.com/?cmp=USMF&mi=performancetimer This URL is incorrect as the query string parameter "mi=performancetimer" is not a valid parameter for activating the Performance Timer tool.
Option D: https://contoso.cloudax.dynamics.com/?cmp=USMF=debug=developer This URL is incorrect as it has an error in the query string parameter format. The correct format should be "&" to separate multiple parameters, not "=".
In summary, the correct URL to use to investigate performance issues using Performance Timer in Dynamics 365 Finance is option A.