Remotely from Chrome or IE page loads ~60seconds, from Firefox or IE on local machine - instantly.

Posted by Janis Veinbergs on Server Fault See other posts from Server Fault or by Janis Veinbergs
Published on 2010-06-01T06:22:36Z Indexed on 2010/06/01 6:35 UTC
Read the original article Hit count: 312

Filed under:
|
|
|
|

The problem:

  • If i access SharePoint from Windows 7 with IE8 or Chrome5 - I must wait for like a minute to get a response. If i use other Windows 7 with IE8, just the same - just wait a MINUTE.
  • If i use Firefox3.6 on W7 machine - page opens up instantly.
  • Now switch to IE rendering engine in Firefox, you will have to wait just as with IE.
  • Now i tried IE8 on XP SP3 - page opens up instantly.
  • I tried IE8 on Windows Server 2003 SP2 (machine on which SharePoint is hosted) - page opens up instantly.

IIS6 Logs

I did request almost instantly from all 3 browsers and this is what shows up in IIS logs (first 2 entries for each browser):

Chrome

Ok, IIS saw first Chrome request when i Hit enter in browser, but i had to wait long for things to move on

2010-06-01 05:46:04 W3SVC1794621940 192.168.0.9 GET /sapulces - 80 - 192.168.0.186 Mozilla/5.0+(Windows;+U;+Windows+NT+6.1;+en-US)+AppleWebKit/533.4+(KHTML,+like+Gecko)+Chrome/5.0.375.55+Safari/533.4 401 2 2148074254

Loading...

2010-06-01 05:47:07 W3SVC1794621940 192.168.0.9 GET /sapulces - 80 - 192.168.0.186 Mozilla/5.0+(Windows;+U;+Windows+NT+6.1;+en-US)+AppleWebKit/533.4+(KHTML,+like+Gecko)+Chrome/5.0.375.55+Safari/533.4 401 1 0

... etc...

Firefox

All Instantly

2010-06-01 05:46:06 W3SVC1794621940 192.168.0.9 GET /sapulces - 80 - 192.168.0.186 Mozilla/5.0+(Windows;+U;+Windows+NT+6.1;+lv;+rv:1.9.2.3)+Gecko/20100401+Firefox/3.6.3 401 2 2148074254

2010-06-01 05:46:06 W3SVC1794621940 192.168.0.9 GET /sapulces - 80 - 192.168.0.186 Mozilla/5.0+(Windows;+U;+Windows+NT+6.1;+lv;+rv:1.9.2.3)+Gecko/20100401+Firefox/3.6.3 401 1 0

... etc...

IE

I did hit enter when it was 05:46:06, but these are first entries in IIS logs

2010-06-01 05:47:08 W3SVC1794621940 192.168.0.9 GET /sapulces - 80 - 192.168.0.186 Mozilla/4.0+(compatible;+MSIE+7.0;+Windows+NT+6.1;+Trident/4.0;+SLCC2;+.NET+CLR+2.0.50727;+.NET+CLR+3.5.30729;+.NET+CLR+3.0.30729;+Media+Center+PC+6.0;+Tablet+PC+2.0;+.NET+CLR+1.1.4322;+.NET4.0C;+.NET4.0E) 401 1 0

2010-06-01 05:47:08 W3SVC1794621940 192.168.0.9 GET /sapulces - 80 - 192.168.0.186 Mozilla/4.0+(compatible;+MSIE+7.0;+Windows+NT+6.1;+Trident/4.0;+SLCC2;+.NET+CLR+2.0.50727;+.NET+CLR+3.5.30729;+.NET+CLR+3.0.30729;+Media+Center+PC+6.0;+Tablet+PC+2.0;+.NET+CLR+1.1.4322;+.NET4.0C;+.NET4.0E) 401 1 0

... etc...

Nothing to see in Event Logs.

The question

Similar question has been asked but there is no response and i`m trying to access page without SSL and that happens even on GET requests.

Where do I look? Where would be the problem? Browser? OS? I don't even know what to think about.

Just a note

Just a note about chrome's process isolation: I found it sad that while I was waiting that minute with Chrome, i could not use any other tab (i could switch, but i could not, for example, scroll or use any controls)

© Server Fault or respective owner

Related posts about iis

Related posts about sharepoint