I support corporate intraweb ASP.NET WebForms application. Recently users started to experience extremely slow page loads on this webapp. After eliminating all possibilities, I ended up with IE9 having troubles reading some files from local cache. Please see the picture.
It takes a bit more than 10 seconds to obtain the file. This totals page load time to about a minute. Is there any way to fix it? Chrome works fine, but I need IE. The WebResource.axd calls are generated by RadControls. Debug mode is false. Anyway, it worked fine last week with debug mode=true.
UPD: The issue was caused by KAV antivirus software. Lags disappear after either lowering heuristic level or changing the check mode to "On execution".