Repost: Slow Internet Explorer Version 8 on Windows Server 2003

B

BenboFarkern

Guest
Up until a month ago IE8 was working fine on my Windows 2003 server – which I use as a development machine - but something is now affecting the performance of IE8 making it almost unusable, and forcing me reluctantly to use other browsers such as Chrome.
Perhaps someone can make sense of it all?
For example: (a) Google’s predictive search drop down causes IE8 to almost freeze up, particularly if the backspace key is used to make corrections; (b) right clicking over a page link can often take half a minute before the right-click menu appears; (c) moving through IE8 page tabs is very slow - or the tab refresh is very slow. Task Manager indicates high CPU usage, so IE8 is busy doing something but it’s not obvious what.
I have checked for viruses; and Fiddlerindicates there is no other browser internet activity. I’ve also re-installed IE8, and run it using In-Private options to reduce activity.
Output from Process Monitor Sysinternals utility shows successive groups of messages as follows:
iexplore.exe 148 RegOpenKey HKCU\Software\Classes\TypeLib\{3050F1C5-98B5-11CF-BB82-00AA00BDCE0B}\4.0\0 NAME NOT FOUND
iexplore.exe 148 RegOpenKey HKCR\TypeLib\{3050F1C5-98B5-11CF-BB82-00AA00BDCE0B}\4.0\0 SUCCESS
iexplore.exe 148 RegQueryKey HKCR\TypeLib\{3050F1C5-98B5-11CF-BB82-00AA00BDCE0B}\4.0\0 SUCCESS Query: Name
Also: Process Monitor shows mshtml.tlb is constantly being recreated:
iexplore.exe 5980 CreateFile C:\Windows\system32\mshtml.tlb SUCCESS Desired Access: Generic Read, Dis Non-Alert, Non-Directory File, Random Access, Attributes: n/a, ShareMode: Read, AllocationSize: n/a, OpenResult: Opened
iexplore.exe 5980 ReadFile C:\Windows\system32\mshtml.tlb SUCCESS Offset: 0, Length: 64
iexplore.exe 5980 ReadFile C:\Windows\system32\mshtml.tlb SUCCESS Offset: 176, Length: 4
...etc.
iexplore.exe 5980 ReadFile C:\Windows\system32\mshtml.tlb SUCCESS Offset: 640, Length: 16
iexplore.exe 5980 QueryStandardInformationFile C:\Windows\system32\mshtml.tlb SUCCESS AllocationSize: 1,642,496, EndOfFile: 1,638,912, NumberOfLinks: 1, DeletePending: False, Directory: False
iexplore.exe 5980 CreateFileMapping C:\Windows\system32\mshtml.tlb SUCCESS SyncType: SyncTypeCreateSection, PageProtection: PAGE_READONLY
iexplore.exe 5980 QueryStandardInformationFile C:\Windows\system32\mshtml.tlb SUCCESS AllocationSize: 1,642,496, EndOfFile: 1,638,912, NumberOfLinks: 1, DeletePending: False, Directory: False
iexplore.exe 5980 CreateFileMapping C:\Windows\system32\mshtml.tlb SUCCESS SyncType: SyncTypeOtherread.
Note: This questioned originally posted on Win2003 forum, who suggested I also post it here --- http://social.technet.microsoft.com/Forums/en-US/winservergen/thread/226b662f-c2d3-4496-8707-e1c7dcab352e

Continue reading...
 
Back
Top