mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-11 09:53:32 +03:00
225a046bb8
closes https://github.com/TryGhost/Toolbox/issues/372 - The admin assets are served with a unique hash depending on the build with a year-long "max-age" value in the response cache-control header. The client browsers still do send 'If-None-Match' requests when there is a hard-refresh on the client side. There's no need for 'If-None-Match' requests though! - With 'immutable' value in the cache-control header, the browser caches are treating responses as "hard-fresh" without sending redundant requests. - For more about 'immutable' value read https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Cache-Control#immutable |
||
---|---|---|
.. | ||
__snapshots__ | ||
services | ||
admin.test.js | ||
well-known.test.js |