简体   繁体   中英

can I cache https resources in browser?

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?

Yes

Default is yes for IE and Firefox. Belive same for Chrome.

To check settings.

IE : Options, Advanced, "do not save encrypted pages to disk"

Firefox : about:config, browser.cache.disk_cache_ssl

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM