Skip to content

Commit 820348c

Browse files
authored
[cache] Update purge-everything.mdx
Can we warn customers here about potential impacts on their origin server and their application performance due to purge everything?
1 parent c21bba4 commit 820348c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/content/docs/cache/how-to/purge-cache/purge-everything.mdx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,11 @@ For information on rate limits, refer to the [Availability and limits](/cache/ho
2424
## Resulting cache status
2525

2626
Purge Everything invalidates the resource, resulting in the `CF-Cache-Status` header indicating [`EXPIRED`](/cache/concepts/cache-responses/#expired) for subsequent requests.
27+
28+
:::caution[Warning]
29+
30+
31+
Be careful when purging everything. A cache response EXPIRED can cause execution delays by requiring a fetch from your origin server.
32+
33+
34+
:::

0 commit comments

Comments
 (0)