How to measure Silverlight control load time with Google Analytics
- by ddehghan
Hi everyone
I have a simple silverlight page for for finding available domain names. I use Google Analytics for monitoring the traffic. I would really like to find out how long it take for users to download and render the Silverlight control.
Once the java script on a page is loaded there should be a way to start a timer and then stop the timer once the Silverlight control is loaded. Key points I would like to measure are:
Time it takes to download the silverlight control
Time it takes to initialize the control
Thanks