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

后端 未结 7 799
别那么骄傲
别那么骄傲 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:21

    If a lot of those 75 images are icons or images that appear on every page, you can use CSS sprites to drastically reduce the number of HTTP requests and thus load the page faster:

    http://www.alistapart.com/articles/sprites/

    0 讨论(0)
提交回复
热议问题