Click here to Skip to main content
15,881,898 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
We have created the WCF Service and put it on production server.

When i call the service for the first time it's response time comes 8000+ ms and when again i call the same service it's response time is 2000+ ms. What could be the issue for the response time variation?

Can i have any WCF Config settings to resolve this issue?

Waiting for quick reply.
Posted
Comments
Rajat_RJT 17-Feb-15 4:23am    
Hope, this will help you.
http://www.codeproject.com/Questions/560976/ConnectionplustoplusWCFplusServiceplustakespluslon
Ravi Tuvar 17-Feb-15 7:07am    
Thanks for reaching here Rajat. But first thing we are not using the Code First/EF Approach. We are just reading data from DB and assign the list to the Data Contracts.
The main issue is the variation from two requests. Why it is so long difference(6+ seconds)?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900