I am running a suite of UI tests using Team City on Windows Server 2012. The tests in consideration run on my local machine in 60-90 seconds. On the nightly build through Team City CI server, they run in 3.5-5.5 minutes. They are written in C# and run in IEDriverServer.exe 32-bit version 2.37.0. My question, is there any reason for the inconsistency and any steps I can take to debug the slowness on Windows Server 2012?
The question isn't about the performance between IE and chrome, which I know is quite different, but rather the difference between the performance of IE on my local machine and the server. This question may be helpful. (PS: tests run in 12-20 seconds in chrome and IE, there are many of screenshots.)