Cache

You might say

The new styles are deployed, but some people still see the old version. Find out which cache layer has not updated.

Keep reusable results so later requests do not always return to the originWhen new CSS is deployed but an old style remains visible, the browser, a shared cache, or a CDN may still be reusing an older copy. Caching reduces waiting and repeated transfer; diagnose the layer that served the old result, because clearing one browser does not prove a shared cache or origin has changed.
Further reading