IE11 XMLHttpRequest really slow performance
I would attach a REAL OS debugger to the browser and try and determine if IE is actually spinning off a thread to execute the XHR. This is a difficult investigation but it would explain a lot. Most browsers do and then marshal callbacks and data back to the MAIN UI THREAD. But IE is … Read more