fiddler to calculate page load time of a silverlight application
I have a silverlight application, that I want to calculate page load time through C# using Fiddler API. Could you please share some useful guidelines how I can do it using fiddler/fiddlercore. Here are some details what I want to do...
- Launch fiddler and launch IE (without using httpweb request)
- Load my application url.
- Calculate page load time
Earli开发者_StackOverflow中文版er I tried to use httpwatch API to calculate it. Httpwatch do all these stuffs, but it doesn't calculate the silverlight component load time.
Please help.
Thanks, Pritam
精彩评论