Skip to content

Commit

Permalink
Add CDN overview (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
joecorall authored Nov 30, 2023
1 parent 8b4327e commit 7a783d4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/site/cdn.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Google Cloud CDN

All production LibOps sites are behind a fully managed [Google Cloud CDN](https://cloud.google.com/cdn).

> Google's Cloud CDN scale to bring content closer to a global audience. Cloud CDN accelerate web and video content delivery by using Google's global edge network to bring content as close to your users as possible. Latency, cost, and load on your backend servers is reduced, making it easy to scale to millions of users.
Your site content stays fresh thanks to [the Drupal purge module](https://www.drupal.org/project/purge) and a custom purge invalidator that's automatically deployed for your production site. This functionality updates the cache when you update your content.

This feature increases site uptime ([Google's SLA is 99.95%](https://cloud.google.com/cdn/sla)) and reduces latency for your site visitors.
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,4 @@ nav:
- Site:
- Overview: 'site/index.md'
- Login: 'site/login.md'
- CDN: 'site/cdn.md'

0 comments on commit 7a783d4

Please sign in to comment.