htmlで特定のファイルをキャッシュするにはどうすればよいですか?私は どのように特定のファイルをHTML/CSSでキャッシュするのですか?
meta http-equiv="cache-control" content="private" max-age="604800"
を試してみましたが、私が使用して「監査」をクリックすると、Googleのクロムは、そのは私がそれらをどのようにキャッシュしない
Leverage browser caching (4) The following resources are missing a cache expiration. Resources that do not specify an expiration may not be cached by browsers: some.css some.js The following resources are explicitly non-cacheable. Consider making them cacheable if possible: some.html some-hosted.html
を与える要素 を検査 ?
なぜプライベートに設定しましたか? – Gumbo