tags:

views:

121

answers:

5

Hi,

After the release of the new web site I've developed I have a strange case with the images on the site.

It seems like the page is finished loading before all images are completed.

The images is located on another server using samba to share the images. Could this connection be to slow?

On my development server this worked out all fine.

Could this be some settings in Apache or PHP?

A: 

Html code is loaded when you visit a web page. The heavy resource are slower to be loaded.

One tip to know is to preload image by using a css style you can find a description here (Preloading Images With CSS) or CSS Throwdown: Preload Images without JavaScript

The difference between the localhost behavior and the server behavior is caused by the bandwidth...

enguerran
A: 

All the images seem to load for me.

Here's the results of my firebug's new pannel http://pastebin.com/ma7f7c34

easement
A: 

I have seen this issue before when an image I exported got "slighty corrupted". Try re-exporting the image to see if it resolves the issue (i.e. edit it in your preferred image editor and do a "save as" - saving it to a different location. Then replace your broken image with the new one).

Sohnee
A: 

Thanks for the answers, but the re-exporting of images nor the pre-loading om images seems to work...

jorgen
A: 

I found a solution for the problem on my own.

The images was located on an external server. When copying the images locally, the problem seem to disappear. Mabye the share between the servers was not fast enought?

Thanks for alle answers!

jorgen