Why does ASP.NET pages render time on Chrome and FF is ~ 3X the render time on IE ?? This problem only persist on my local machine, but when published to the real server the complete opposite happens (expected, as FF and Chrome outperform IE).
I tried Windows 7 x64 and Windows XP x86 with FF 3.6, Chrome 9, and IE 8.
Is there any thing I can do on IIS or in the web config to fix this behavior ?
EDIT: In response to the responses an domments:
- I don't have these issues when running PHP + apache, or JSP
- I noticed this behavior when doing a debugging session in VS or after deploying on IIS
- Modifying the hosts file did improve Chrome and FF response time indeed, but still slower than IE !