Hello,
I recently downloaded Fiddler so I could simulate a slower network speed while developing an application. As a simple test I clicked on Rules > Performance > Simulate Modem Speeds. I then tried running a speed test at
speedtest.net in Chrome and IE but they both showed my normal speeds of several tens of Mb / second. I tried uninstalling Fiddler4 and installing Fiddler2, restarting, other applications, but in no case am I able to perceive the slower network speed measurements in
speedtest.net.
I checked the CustomRules.js file and the settings are set to the default. Am i missing something basic here?
if (m_SimulateModem) {
// Delay sends by 300ms per KB uploaded.
oSession["request-trickle-delay"] = "300";
// Delay receives by 150ms per KB downloaded.
oSession["response-trickle-delay"] = "150";
}
After some more testing, I tried increasing those trickle delays above by a factor of 10 and it does seem that perhaps my network is running more slowly but I'm not sure. Speedtest.net is not loading in my browser. Perhaps
speedtest.net is only reporting speeds to my computer but not speeds between my network drivers and my applications?
Can you please advise how I might test what types of speeds I'm actually getting?
thanks,
Stuart