Hi,
One of my Asp .Net MVC applications (VS 2013) are running really slow while debugging on Windows 10 with Internet Explorer 11.0.10240. When I debug the same project on a Windows 7 machine (IE 11.0.9600) with the same settings for VS 2013 everything runs fine.
I ran IE's built in performance profiler on both machines and compared. On the Windows 10 machine the "HTML Parsing -> Script evaluation" for most of my .js scripts take slightly above 500ms each while they only take a few ms on the Windows 7 machine.
What could cause this?
Thanks in advance!
One of my Asp .Net MVC applications (VS 2013) are running really slow while debugging on Windows 10 with Internet Explorer 11.0.10240. When I debug the same project on a Windows 7 machine (IE 11.0.9600) with the same settings for VS 2013 everything runs fine.
I ran IE's built in performance profiler on both machines and compared. On the Windows 10 machine the "HTML Parsing -> Script evaluation" for most of my .js scripts take slightly above 500ms each while they only take a few ms on the Windows 7 machine.
What could cause this?
Thanks in advance!