Performance Timer for Investigating Performance Issues in Dynamics 365 Finance

Using Performance Timer to Investigate Performance Issues in Dynamics 365 Finance

Question

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?

Answers

Explanations

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:

  • The URL includes the domain name for the Dynamics 365 Finance instance used by Contoso, Ltd.
  • The query string parameter "cmp=USMF" specifies the company used in the application, where USMF is a default company used by Dynamics 365 Finance.
  • The query string parameter "debug=perftimer" activates the Performance Timer tool in the application.

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.