Ghost/ghost/core/test/e2e-server
Naz 225a046bb8
Made Admin assets aggressively cacheable
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
2022-09-23 13:46:49 +08:00
..
__snapshots__ Converted Ghost repo into a monorepo 2022-07-20 16:41:05 +02:00
services Updated attribution service to handle referrer information 2022-09-19 12:29:22 +05:30
admin.test.js Made Admin assets aggressively cacheable 2022-09-23 13:46:49 +08:00
well-known.test.js Converted Ghost repo into a monorepo 2022-07-20 16:41:05 +02:00