Hi All,
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
Earlier 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