I am using Tomcat as a server and Internet Explorer 6 as a browser. A web page in our app has about 75 images. We are using SSL. It seems to be very slow at loading all the content. How can I configure Tomcat so that IE caches the images?
相关问题
- Faster loop: foreach vs some (performance of jsper
- Mechanize getting “Errno::ECONNRESET: Connection r
- Why wrapping a function into a lambda potentially
- Can ServiceStack JsonServiceClient send a get requ
- Ado.net performance:What does SNIReadSync do?
Maybe you can add an additional server/subdomain that provides the images without https?