Posts: 2,818
Name: Thierry
Location: Latitude 46.79057 :: Longitude 7.119377
|
The main problem here is not the image.
Look at the pingdom report http://tools.pingdom.com/default.asp...html&id=643474
, the server waits more than 1.5 seconds between the moment he says "I'm here" to the request and the moment he sends the datas of the image.
For non techies out here, there are 3 states in the transfer of a file
1)The connection: creating the channel between the source and target and both acknowledging
2)The transmission start: where the first byte of the data arrives at the detination
3)The transmission closing: where the sources tells the destination it's over
Here, the first point is huge already (3 seconds !), but the time between point 1 and 2 is relatively long (more than 1 second).
The transfer time itself (the blue bar) is almost null, less than 0.2 seconds.
This looks like an overselled server, that tries to answer to so many requests at the same time that it cannot sustain the pace...
__________________
Trust me, I know what's good for you...
|