Note that there are some explanatory texts on larger screens.

plurals
  1. POLast Image in Document Fails to Load - "Failed to Load Resource"
    primarykey
    data
    text
    <p>I am having a problem with the initial page load of a site after refresh. I use Chrome for development but the problem is evident across all browsers.</p> <p>I get the message <strong>"Waiting for mysite.com..."</strong> and the loading indicator keeps spinning. This stays like this for about 10 seconds and then Chrome gives up and tells me <strong>"Unable to load resource 'foobah.png'"</strong> from within the developer console. The image is definitely at the path stated. Sometimes it loads sometimes it doesn't. If I remove reference to this image altogether the error will fall on a different image within the page. This is a regular but intermittent fault. </p> <p>My site is javascript heavy (2500+ lines) I suspect it could be something to do with either:</p> <ol> <li>Javascript loading interfering with image loads.</li> <li>Something funny going on regarding the caching of images.</li> </ol> <p>Does anyone have any experience of this type of page load problem?</p> <p>Appreciate any help you can give!</p> <p>Example URL: <a href="http://dev.thebeer.co/imgs/UI/inboxIcon.png" rel="nofollow noreferrer">http://dev.thebeer.co/imgs/UI/inboxIcon.png</a></p> <p><strong>Chrome Developer Tools Screens:</strong> <img src="https://i.stack.imgur.com/rU7C5.jpg" alt="Dev Tools Overview"> <img src="https://i.stack.imgur.com/TZrxw.jpg" alt="Healthy Image"> <img src="https://i.stack.imgur.com/zQMgR.jpg" alt="Unhealthy Image in Question"></p> <p><strong>UPDATE:</strong></p> <p>This is an example screenshot from firebug. You can see that the request for the resource doesn't time out but takes ages to retrieve. <img src="https://i.stack.imgur.com/cZa5L.jpg" alt="enter image description here"> The file that fails can vary from CSS background-image to normal image to even a font file. I think this problem is deeper than client side. We have also been experiencing The Chrome "The following pages have become unresponsive. Your can wait for them to become responsive or kill them" error occasionally. We have stripped the page of ALL javascript, it's almost a bare shell! The image load problems continue to occur cross browser.</p> <p><strong>UPDATE:</strong></p> <p>I have found that the following errors in http error log seem to be linked with the problem. Anyone know what they mean and how to solve them?</p> <pre><code>[ Wed Feb 23 06:54:17 2011] [debug] proxy_util.c(1854): proxy: grabbed scoreboard slot 0 in child 5871 for worker proxy:reverse [Wed Feb 23 06:54:17 2011] [debug] proxy_util.c(1967): proxy: initialized single connection worker 0 in child 5871 for (*) [Wed Feb 23 06:54:24 2011] [debug] proxy_util.c(1854): proxy: grabbed scoreboard slot 0 in child 5872 for worker proxy:reverse [Wed Feb 23 06:54:24 2011] [debug] proxy_util.c(1873): proxy: worker proxy:reverse already initialized [Wed Feb 23 06:54:24 2011] [debug] proxy_util.c(1967): proxy: initialized single connection worker 0 in child 5872 for (*) [Wed Feb 23 06:59:15 2011] [debug] proxy_util.c(1854): proxy: grabbed scoreboard slot 0 in child 5954 for worker proxy:reverse [Wed Feb 23 06:59:15 2011] [debug] proxy_util.c(1873): proxy: worker proxy:reverse already initialized </code></pre>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload