We have a WCF service consumed by an ASP.NET application, where we do not want it to be fast. Slowness is observed at the network level, and not in processing. So, for example, it takes 100 milliseconds to process, but it takes 600 ms to transport 27,000 bytes of data from one machine to another (confirmed via wirehark).
We have disabled a secure connection. The test runs on a machine without load, and the two machines are on the same LAN.
source
share