posts/pgs.md
posts/pgs.md
# Caching
-To improve the page speed, pgs sites are cached for 10 minutes by default. This is controlled by the [`Cache-Control: max-age=600` header](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Cache-Control) which you can [override with a `_headers` file](#headers).
+To improve the page speed, pgs sites are cached for 10 minutes by default. This
+is controlled by the
+[`Cache-Control: max-age=600` header](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Cache-Control)
+which you can [override with a `_headers` file](#headers).
-There are two levels of caching: server-side and client-side. The server-side cache is automatically cleared every time you upload files, but client-side caches only expire when `max-age` seconds pass, or if you force-reload or clear your browser cache manually.
+There are two levels of caching: server-side and client-side. The server-side
+cache is automatically cleared every time you upload files, but client-side
+caches only expire when `max-age` seconds pass, or if you force-reload or clear
+your browser cache manually.
-In case of issues, you can manually clear the server-side cache with `ssh pgs.sh cache project-name`.
+In case of issues, you can manually clear the server-side cache with
+`ssh pgs.sh cache project-name`.
# Does pages have a CDN or multi-region support?
-At this point in time, we are able to serve content from a single VM. If this
-service gains traction we will commit to having a CDN with multiple regions in
-the US and EU.
+Yes, we run pages in multiple regions, internationally. See our
+[regions page](/regions) to learn more.
# Removing a project
posts/pgs.md
posts/pgs.md
# Does pages have a CDN or multi-region support?
-At this point in time, we are able to serve content from a single VM. If this
-service gains traction we will commit to having a CDN with multiple regions in
-the US and EU.
+Yes, we run pages in multiple regions, internationally. See our
+[regions page](/regions) to learn more.
# Removing a project