Skip to content

Commit 8188f04

Browse files
authored
Update caching.md
1 parent 6b5f2a9 commit 8188f04

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

docusaurus/docs/cloud/getting-started/caching.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,25 +4,19 @@ displayed_sidebar: cloudSidebar
44
sidebar_position: 4
55
tags:
66
- caching
7-
- Content Delivery Network (CDN) caching
7+
- Content Delivery Network (CDN)
88
- Strapi Cloud
99
---
1010

11-
import NotV5 from '/docs/snippets/_not-updated-to-v5.md'
12-
1311
# Caching & Performance
1412

15-
<NotV5/>
16-
1713
For Strapi Cloud applications with large amounts of cacheable content, such as images, videos, and other static assets, enabling CDN (Content Delivery Network) caching via the [`Cache-control` header](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Cache-Control) can help improve application performance.
1814

1915
CDN caching can help improve application performance in a few ways:
2016

2117
* **Reducing Latency**: Caching frequently accessed content on edge servers located closer to the end-users can reduce the time it takes to load content.
2218
* **Offloading Origin Server**: By caching content on edge servers it can offload the origin server, reducing the load and allowing it to focus on delivering more dynamic content.
2319
* **Handling Traffic Spikes**: Help handle traffic spikes by distributing the load across multiple edge servers. This can prevent the origin server from becoming overwhelmed during peak traffic times and ensures a consistent user experience.
24-
* **Minimizing Round-Trips**: By serving content directly from the edge servers, this can reduce the time it takes to load content.
25-
* **Improving Scalability**: Distributing content across multiple edge servers can improve scalability, making the application more reliable and responsive.
2620

2721
## Cache-Control Header in Strapi Cloud
2822

0 commit comments

Comments
 (0)