- This topic has 1 reply, 2 voices, and was last updated 16 years, 3 months ago by .
Viewing 0 reply threads
Viewing 0 reply threads
- You must be logged in to reply to this topic.
› Forums › Operating Systems › Windows Server 2008 › Miscellaneous › Weird Internet-webpage issue
I ‘ve never heard/had this problem before in Windows Server 2008. Do you also have this problem in Internet Explorer? Probably not? Any extensions/plugins that might cause this problem? Tried running Firefox in Safe Mode?
Does the firefox.exe process eats 100% CPU of one core while it is loading so slow? You can check whether it takes so long to send the GET request to the server or to get the response back by using for example Wireshark. In Wireshark you can right-click the packet that goes from the ip-address of your computer to Yahoo’s ip-address and click Follow TCP stream. If you only see the GET / HTTP/1.1 etc. but not the HTTP/1.1 200 OK etc. you know the (connection to) the server is taking ages to respond. If you do get the HTTP/1.1 200 OK with the html after that you know that Firefox is rendering it too slow.
Maybe the people at the Firefox Support Forum do know the solution for this problem.
Good luck!