I am a Performance Engineer using Visual Studio Web Performance Tests to analyze performance on an ASP.net w. MVC app.
I've noticed that there are differences in the recordings from Fiddler vs. the visual studio recorder.
Is there a list somewhere that will show me what these differences are?
It is mostly that fiddler is leaving out certain requests... Some of the dependent requests are left out.
And also, I am having an issue right now where the visual studio recorder is picking up the same request 5 times.
Fiddler only records it once.
The developer put a breakpoint on the particular view (which is loading some css through a javascript function), and this breakpoint only gets hit once.
I would like to understand this difference, and what is going on under the hood. Is this a performance issue, or is it a visual studio issue?
I've noticed that there are differences in the recordings from Fiddler vs. the visual studio recorder.
Is there a list somewhere that will show me what these differences are?
It is mostly that fiddler is leaving out certain requests... Some of the dependent requests are left out.
And also, I am having an issue right now where the visual studio recorder is picking up the same request 5 times.
Fiddler only records it once.
The developer put a breakpoint on the particular view (which is loading some css through a javascript function), and this breakpoint only gets hit once.
I would like to understand this difference, and what is going on under the hood. Is this a performance issue, or is it a visual studio issue?