Skip to content

Commit f3e6411

Browse files
Jxckbsmth
andauthored
chore(http): replace images w/ shared-assets (#37643)
* replace images w/ shared-assets * Add some alt text to diagrams --------- Co-authored-by: Brian Smith <[email protected]>
1 parent 7c9071a commit f3e6411

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

files/en-us/web/http/caching/index.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ That means if a managed cache intentionally ignores a `no-store` directive, ther
7272

7373
Note that some CDNs provide their own headers that are effective only for that CDN (for example, `Surrogate-Control`). Currently, work is underway to define a [`CDN-Cache-Control`](https://httpwg.org/specs/rfc9213.html) header to standardize those.
7474

75-
![Type of Cache](type-of-cache.png)
75+
![Types of caches, including a private cache in the browser, a shared (proxy) cache, a reverse proxy cache, and a shared (managed) cache in a CDN, leading to the origin server's cache](https://mdn.github.io/shared-assets/images/diagrams/http/cache/type-of-cache.svg)
7676

7777
## Heuristic caching
7878

@@ -481,7 +481,7 @@ Request collapse occurs when requests are arriving at the same time, so even if
481481

482482
If the response is personalized to a particular user and you do not want it to be shared in collapse, you should add the `private` directive:
483483

484-
![Request Collapse](request-collapse.png)
484+
![Request collapse shown as multiple clients sending GET requests and a cache consolidating them into one GET to the origin. The origin server responds with a 200 OK that the cache shares back to all clients.](https://mdn.github.io/shared-assets/images/diagrams/http/cache/request-collapse.svg)
485485

486486
## Common caching patterns
487487

0 commit comments

Comments
 (0)