Glimpse seems to add a time penalty of between 2 and 4 of Action execution process time, Is this expected?

65 views Asked by At

I am using MVC3, ASP.NET 4.5, C#, Razor, EF5, SQL Server 2008 R2.

I am upto to date with Glimpse and have installed:

Glimpse.ADO
Glimpse.ASP.NET
Glimpse.Core
Glimpse.EF5
Glimpse.MVC3
Glimpse for Elmah

I have noticed that Glimpse adds between 2 and 4 times the Execution time to the total time, and this time penalty is recorded under the "Server" category. So if I have an Action that performs some DML via LINQ which takes 1 sec, then the total server time is 3 sec. When I turn Glimpse off via Glimpse.axd, the time reduces to 1 sec.

Is this expected behaviour, and if so why?

The important bit is knowing that it is due to Glimpse and not my code, especially as Glimpse provides such great information for the Action Code.

Thanks in advance.

EDIT

Related Question

0

There are 0 answers