How Increase the HTTP response for my web CMS application

Hi all,Hi have a cms application that serves pages with webqueryopenagent (just like dominoblog application)…

I reference to images embbedd in a document using the “$file/image.jgp” syntax, I can see that If one of my pages have refer to something like 100 little images (around 2 Kb each), the time of response of my web server is over 8 second when the Http is serving a random image…

Why?

There are a particular setting on my domino web server document to optimize for this ?

Thx You

Subject: How Increase the HTTP response for my web CMS application

No – the problem is that the browser has to make too many requests to complete the page. I know that we are constantly advised to keep file sizes small, but one 200KB image will download a LOT faster than 100 2KB images because of the number of requests involved.