0

I am currently working on improving the performance of my asp.net mvc 4 application. The entire site is in https so all static resources such as javascript, css, images etc are supplied over https.

I have read different feedback in that its not possible to cache such resources in the clients browser - is this correct? Is there a way around it?

4

1 回答 1

0

是的

IE 和 Firefox 的默认值为 yes。相信 Chrome 也一样。

检查设置。

IE:选项,高级,“不将加密页面保存到磁盘”

火狐:关于:配置,browser.cache.disk_cache_ssl

于 2013-09-17T00:39:10.277 回答