What must I do to make content such as images served over HTTPS be cached client-side?

后端 未结 7 797
别那么骄傲
别那么骄傲 2021-02-06 12:54

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 cont

7条回答
  •  生来不讨喜
    2021-02-06 13:15

    75 images sounds like a lot. If it is a lot of small images, there are ways of bundling many images as one, you might see if you can find a library that does that. Also you can probably force the images to be cached in something like google gears.

提交回复
热议问题