Word:

Description:

Page header, an image with EPiServer logo
Quick search
Print page Tell a friend about this page Show site map Change my details Log in
Start Page / Projects / EPiReqProcessTimer

EPiReqProcessTimer

The EPiReqProcessTimer module times all page requests and outputs the measured processtime at the end of the page being served. The module may be helpful when trying to diagnose performance related problems.
 
The measured time is written in a "floating" textbox at the bottom of each page in the below form:
"Your request was processed in XX ms".
 
Note that the module is by default only activated for users logged in with Administrators priviledges, and is thus not visible to anonymous visitors.
 
The EPiReqProcessTimer module is available for download free of charge.
 
How does it work?

EPiReqProcessTimer works by inserting eventhandlers to run before and after the mapped pagehandler processes the request. EPiReqProcessTimer will add some overhead to the total request processing time, though we have strived to write it in such a way that it will have as low as possible impact on the overall performance.
 
Revision
  • 1.0.0.0
    Original release

Installation

  • Download the EPiReqProcessTimer.zip and unzip the EPiReqProcessTimer.dll to your EPiServer's /bin directory.

    FilenameSizeChanged
    EPiReqProcessTimer.zip5Kb2007-02-22 17:23

    Please enter your emailaddress and we will send you an email with download links.

    Email  


     
  • Open the web.config residing in your EPiServer's root directory for editing.
    Add the below line as the first entry under the <httpModules> section:
    <add name="EPiReqProcessTimer" type="EPiReqProcessTimer.code.TimerModule, EPiReqProcessTimer"/>
Uninstallation is the opposite of installation.
 
The EPiReqProcessTimer module is unsupported, but should you have any questions and/or comments, please email:
nospam@localhost
johan.olofsson
nospam@localhost
@
nospam@localhost
ep.se
nospam@localhost
 
 
Copyright (C) EPiServer AB 2010 All rights reserved.

This software is unsupported and provided "as is".

EPiServer AB is not to be held responsible in any way for any damage or loss of income and/or data due to the use of the software.
 


Copyright © 2010 ElektroPost Stockholm AB