Skip to content

Commit 49fea36

Browse files
Add link out to main Cache docs tile
1 parent 6b2f88b commit 49fea36

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

src/content/docs/smart-shield/index.mdx

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,18 @@ head:
77
content: Overview
88
---
99

10-
import { Description, Plan } from "~/components";
10+
import { Description, Plan, RelatedProduct } from "~/components";
1111

1212
<Description>
1313
Safeguard your origin with just a few clicks.
1414
</Description>
1515

16-
Smart Shield acts as an intermediate caching layer between Cloudflare's content delivery network and your origin server, consolidating multiple requests from various locations into a single request. Combined with connection reuse, this approach significantly reduces origin load while improving website and application performance.
16+
Smart Shield acts as an intermediate caching layer between Cloudflare's content delivery network and your origin server, consolidating multiple requests from various locations into a single request. Combined with connection reuse, this approach significantly reduces origin load while improving website and application performance.
17+
18+
***
19+
20+
## Related products
21+
22+
<RelatedProduct header="Cache" href="/cache/" product="cache">
23+
Cache stores copies of frequently accessed content (such as images, videos, or webpages) in geographically distributed data centers that are located closer to end users than origin servers, improving website performance.
24+
</RelatedProduct>

0 commit comments

Comments
 (0)