Is Chrome ignoring Cache-Control: max-age?

前端 未结 8 1767
南旧
南旧 2020-11-27 02:56

Background:

  • IIS 7
  • AspNet 3.5 web app

Chrome dev tools lists 98 requests for the home page of the web app (aspx + js + css + images). I

8条回答
  •  攒了一身酷
    2020-11-27 03:33

    While this question is old, I wanted to add that if you are developing using a self-signed certificate over https and there is an issue with the certificate then google will not cache the response no matter what cache headers you use.

    This is noted in this bug report: https://bugs.chromium.org/p/chromium/issues/detail?id=110649

提交回复
热议问题