Dedicated server, slow browser

0

I have a server running Windows 2008 Enterprise with the following specs:

Dual Xeon E5-2670, 96GB, 2x480GB SSD
2.66GHz / 3.3GHz Turbo, 1Gbit Port
16 Cores / 32 threads

I am using this server for browser task automation (via Python) and found that it runs very slow. Rendering simply pages with images takes a long time and FPS when watching videos is also very low.

I have tried with both latest versions Firefox and Chrome and get the same problems and although I think RDP is causing some of the issues - I am confident it is not the main cause, since the Python code running on the server itself also runs very slow when automating any browser based tasks.

If anyone has any advice on what could be changed to make browser run smoother (Win2008 features, software, changes, etc), it would be much appreciated. Thanks.

Exam Orph

Posted 2018-02-22T01:02:54.967

Reputation: 3

Answers

0

Servers usually have the bare minimum video capability. Anything graphic related is going to perform poorly.

But there is a known issue that specifically affects remote access, but maybe is causing other issues. You need to disable hardware acceleration because your server does not have the hardware to handle it. The CPU can actually do a much better job.

http://www.thewindowsclub.com/hardware-acceleration-windows-7

I know the above link is for windows workstation but the steps should be fairly similar.

Appleoddity

Posted 2018-02-22T01:02:54.967

Reputation: 9 360

Thanks for that. Although I couldn't disable it for the OS itself (as it does not allow display changes when accessing via RPD on 2008), I was able to disable hardware acceleration for the browser itself. It didn't make much difference so I guess its down to the minimum video capability issue you mentioned. Do you know of any other solution please, or alternatively are there any dedicated servers which can support better video capability? Thanks again for the help. – Exam Orph – 2018-02-22T12:59:11.347