I have an odd problem. Our sites are hosted at a colo facility. When we
access the sites from our office, often times, images will load very slowly.
If I check the same sites from home, everything loads fine. Here are some
particulars:

- We used to host the sites locally
- Its not always the same images that are the 'stragglers'
- Out of 15 images, there might be 1-5 stragglers that take 5-6 seconds more
to load than the others
- I've tried changing references from <img src="images/xyz.jpg"> to <img
src="http://www.mysite.com/iamges/xyz.jpg"> to no avail
- I've put a manual entry in my hosts file to eliminate DNS from the mix.
- Other sites hosted by this company load fine

My instinct is that there is something buried in some code somewhere (a dll
perhaps?) that is making a hard reference to one of my servers, but since
the code is no longer "local" to my network, the server stutters a step or
two before moving along to buisness as usual. If anyone has any ideas of
where I can investigate, I would greatly appreciate it.

John D. Morris
IT Engineer

RE: Images load slowly, but only from one location by timcof

timcof
Tue Sep 30 02:32:26 CDT 2003

Network trace, filemon, and web server logs is where you want to start. Try just pulling the image from a browser; http://server/images/file.jpg

See what does for you.

Thank you. I hope this information is helpful.

Tim Coffey [MSFT]

This posting is provided ?AS IS? with no warranties, and confers no rights. You assume all risk for your use. © 2001 Microsoft Corporation. All rights reserved.
--------------------
| From: "John D. Morris" <jmorris_42@hotmail.com>
| Newsgroups: microsoft.public.inetserver.iis
| Subject: Images load slowly, but only from one location
| Lines: 24
| X-Priority: 3
| X-MSMail-Priority: Normal
| X-Newsreader: Microsoft Outlook Express 6.00.2800.1158
| X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165
| Message-ID: <j_%bb.75$LJ5.6211@iad-read.news.verio.net>
| Date: Tue, 23 Sep 2003 14:11:44 -0400
| NNTP-Posting-Host: 64.80.169.94
| X-Complaints-To: abuse@verio.net
| X-Trace: iad-read.news.verio.net 1064340495 64.80.169.94 (Tue, 23 Sep 2003 18:08:15 GMT)
| NNTP-Posting-Date: Tue, 23 Sep 2003 18:08:15 GMT
| Organization: Verio
| Path: cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!newsfeed00.sul.t-online.de!t-online.de!newsfeed.icl.net!newsfeed.fjserv.net!newsfeed.frii.net!
newsfeed.frii.net!140.99.99.194.MISMATCH!newsfeed1.easynews.com!easynews.com!easynews!dfw-peer!news.verio.net!iad-
read.news.verio.net.POSTED!not-for-mail
| Xref: cpmsftngxa06.phx.gbl microsoft.public.inetserver.iis:276792
| X-Tomcat-NG: microsoft.public.inetserver.iis
|
| I have an odd problem. Our sites are hosted at a colo facility. When we
| access the sites from our office, often times, images will load very slowly.
| If I check the same sites from home, everything loads fine. Here are some
| particulars:
|
| - We used to host the sites locally
| - Its not always the same images that are the 'stragglers'
| - Out of 15 images, there might be 1-5 stragglers that take 5-6 seconds more
| to load than the others
| - I've tried changing references from <img src="images/xyz.jpg"> to <img
| src="http://www.mysite.com/iamges/xyz.jpg"> to no avail
| - I've put a manual entry in my hosts file to eliminate DNS from the mix.
| - Other sites hosted by this company load fine
|
| My instinct is that there is something buried in some code somewhere (a dll
| perhaps?) that is making a hard reference to one of my servers, but since
| the code is no longer "local" to my network, the server stutters a step or
| two before moving along to buisness as usual. If anyone has any ideas of
| where I can investigate, I would greatly appreciate it.
|
| John D. Morris
| IT Engineer
|
|
|