Question

I'm using Glimpse v1.6.1 to troubleshoot performance problems on an ASP.NET Web site. The Glimpse heads-up display breaks down the request time into three categories: wire, server, and client. I'm seeing cases where the wire time is quite high (20 seconds), particularly on initial page loads. What is the best way to drill into the wire time to find the bottleneck? I suspect that the ASP.NET JIT compilation time is being included in the wire time instead of the server time, but I'm not sure.

There are a couple of related questions already on StackOverflow with very helpful answers, but neither seemed to have exactly the answer that I'm looking for:

Était-ce utile?

La solution

You might have a redirect. Glimpse includes the time used for any redirects into the "Wire" time. "Server" time refers only to the destination page, after any redirects.

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top