Return to doc.sitecore.com

  Perfmon
Prev Next

Configure perfmon to monitor Requests/Sec, Request Execution Time and % Processor Time. Request execution time indicates the length of each request measured by IIS/ASP.NET.

Perfmon application is started by running the perfmon.exe application from the windows Run console. Please refer to the Perfmon help for instructions on how to use this application.

Use profiling in the Sitecore debugger to locate peak usage pages.

Sitecore allows to view the execution time for entire pages and individual renderings on your website. This is a useful tool for reducing the execution time of your website. The profiler is used in the following way:

  1. Login to the client.
  2. Enter http://<mysite>/?sc_debug=1 in your browser.
  3. Navigate to the page you want to profile.
  4. Move the mouse pointer right to the vertical scrollbar (a profiling pane should now appear to the right). 
    /upload/sdn5/articles 2/administration/sitecore performance/sitecore performance_1.jpg
  5. Choose Enable Profiling.
  6. Open the pane once more and choose Profile.

A new window will open with the information about execution time of the entire page and individual renderings.
/upload/sdn5/articles 2/administration/sitecore performance/sitecoreperformance_2.png

 

See also: Caching Renderings


Prev Next