User GuideTools

Tools

Sana Commerce 8.2
Your provider

Performance Profiler

Sana Commerce performance profiler uses the ASP.NET mini-profiler, which is a simple, but effective tool that can be used by SDK developers to solve (performance) issues.

To run the performance profiler, open the Sana Commerce backoffice, navigate to 'Tools' at the top and click on 'Open performance profiler'. The webshop will open with a 'Profiler' bar at the top left corner:


Performance Profiler

SDK developers can use the profiler to receive the following information:

  • Total page load latency time: from the time the request starts till the end of request.
  • Web service calls (request and response) that are executed on Microsoft Dynamics NAV or AX system.
  • Queries that are executed on the SQL database.

For instance, SDK developers can use the profiler to detect areas where the same query is executed multiple times with different parameters. Such queries are highlighted, therefore SDK developers are able to find them quickly and batch:


Duplicate Queries

User GuideTools