fiddler to calculate page load time of a silverlight application
Posted
by Pritam Karmakar
on Stack Overflow
See other posts from Stack Overflow
or by Pritam Karmakar
Published on 2010-05-18T03:31:27Z
Indexed on
2010/05/18
3:50 UTC
Read the original article
Hit count: 321
fiddler
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
© Stack Overflow or respective owner