Ghost/ghost/core/test
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
..
e2e-api Added new referrer source stats API (#15449) 2022-09-22 16:34:26 +05:30
e2e-browser Converted Ghost repo into a monorepo 2022-07-20 16:41:05 +02:00
e2e-frontend Fixed Tier events being created when Posts are edited 2022-09-05 17:19:27 +01:00
e2e-server Made Admin assets aggressively cacheable 2022-09-23 13:46:49 +08:00
e2e-webhooks Added click counts to posts admin API (#15435) 2022-09-20 10:05:41 +02:00
integration Added link_redirects and members_link_click_events tables (#15421) 2022-09-19 11:20:36 +02:00
regression Added __GHOST_URL__ transform support to posts.lexical field (#15433) 2022-09-19 11:30:38 +01:00
unit Added referrer attribution columns to events table (#15436) 2022-09-21 19:01:36 +05:30
utils Made Admin assets aggressively cacheable 2022-09-23 13:46:49 +08:00
.eslintignore Converted Ghost repo into a monorepo 2022-07-20 16:41:05 +02:00
.eslintrc.js Converted Ghost repo into a monorepo 2022-07-20 16:41:05 +02:00