Skip to content
This repository was archived by the owner on Mar 14, 2024. It is now read-only.

Blog post: "Fix an overloaded server" #2479

Merged
merged 15 commits into from
Apr 1, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update src/site/content/en/blog/overloaded-server/index.md
  • Loading branch information
Kayce Basques authored Apr 1, 2020
commit e1d64eb02c51fd80bfc8ce846ecefe35ac4ff14e
2 changes: 1 addition & 1 deletion src/site/content/en/blog/overloaded-server/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ Serving static assets can be offloaded from your server to a content delivery ne

The primary function of a CDN is to deliver content to users quickly by providing a large network of servers that are located close to users. However, most CDNs also offer additional performance-related features like compression, load balancing, and media optimization.

#### Setup a CDN
#### Set up a CDN

CDNs benefit from scale, so operating your own CDN rarely makes sense. A basic CDN configuration is fairly quick to set up (~30 minutes) and consists of updating DNS records to point at the CDN.

Expand Down