Steps to take for figuring out the delay when calling service and loading data with the result?

Posted by VoodooChild on Stack Overflow See other posts from Stack Overflow or by VoodooChild
Published on 2010-05-27T16:49:43Z Indexed on 2010/05/27 16:51 UTC
Read the original article Hit count: 145

Filed under:
|
|
|
|

Hello,

In a client server app, where client front end is done in silverlight using C# and the services are the WCF services.

If I am to hit the service and do a query and bring back a result and I notice that it is taking a relatively long time to load my page which is just loading the grid with the data, what things should I look at fix this issue or how would I fix this issue? What steps could I take to determine the problem? where is the bottle-neck, can anyone know from the little information provided here?

Does this have anything to do with serialization? Any insight on what could be causing this delay? My service calls are made async.

I hope this question makes sense :)

Thanks

© Stack Overflow or respective owner

Related posts about c#

Related posts about wpf