Lag between page load and image load
HiI'm having this problem with my recently installed Windows/apache2/php server. When I load a page the text comes fast and almost instantly, but the images on the page take a while to start loading and there is a lag between the load of a group of images and another. My site is www.hlspain.com and www.hl2spain.com, you can see it for yourself.
It might have something to do with keepalive and number of connections, but I think I got it well configured:
Timeout 20
KeepAlive On
MaxKeepAliveRequests 5
KeepAliveTimeout 10
<IfModule mpm_winnt.c>
ThreadsPerChild 200
MaxRequestsPerChild 0
</IfModule>
The server load is close to none and the server connection is unused, 600 Kbps upsteam.
Please help me with this issue, I don't know what to change...
Thanks