We have two web servers: one is configured with gzip compression while the other one is not. I'd expect that when we run the load test against the web server w/gzip compression, the response time would be faster. But our testing shows both servers have similar response time. Any idea why

Load test response time identical with or w/o gzip compression
Gorm Braarvig
robinjam
There is talk about experimenting with HTTP compression, and I've been asked whether VSTS can test it.
Thanks,
~Alan
TheRealMrT
FS2K
Ravindra Reddy Kasireddy
MasterJ
~Alan
Paul Gerald
BradyGuy
AlexBB
The network emulation code uses the content-length to determine how much latency to add to a response. My guess is this same bug is tripping up the the bandwidth simulation.
Ed.
Nimble