I am trying to optimize the loading time of a webpage. Currently, the main http request can be done in under a second, however, the consenquent loading of images seems "to cascade":
http://picpaste.novarata.net/pics/320bd387b4988729ad2dbb10f69a7857.png
I am using nginx to serve my static files, with 3 workers. Is there a possiblity that connections are being held by backlog?
I would assume that all of these images would be loaded at the same time. Files are being served over HTTPS, with keepalive set to 65 seconds.
EDIT: Firefox indeed seems to try to load them at once, however, the connection time is gradually increasing up to more than 2 seconds:
http://picpaste.novarata.net/pics/32c28414501d165df3e04b01e3ac3084.png