dashboard / erock/docs / docs: global docs #42 rss

accepted · opened on 2025-01-13T01:24:09Z by erock
Help
# checkout latest patchset
ssh pr.pico.sh print pr-42 | git am -3
# checkout any patchset in a patch request
ssh pr.pico.sh print ps-X | git am -3
# add changes to patch request
git format-patch main --stdout | ssh pr.pico.sh pr add 42
# add review to patch request
git format-patch main --stdout | ssh pr.pico.sh pr add --review 42
# accept PR
ssh pr.pico.sh pr accept 42
# close PR
ssh pr.pico.sh pr close 42

Logs

erock created pr with ps-89 on 2025-01-13T01:24:09Z
erock added ps-90 on 2025-01-13T01:25:24Z
erock added ps-97 on 2025-01-24T14:31:45Z
erock added ps-98 on 2025-01-24T14:32:16Z
erock changed status on 2025-02-01T18:43:43Z {"status":"accepted"}

Patchsets

ps-89 by erock on 2025-01-13T01:24:09Z
Range Diff ↕ rd-90
1: d1a7089 ! 1: 786b48a docs: global docs
ps-90 by erock on 2025-01-13T01:25:24Z
Range Diff ↕ rd-97
1: 786b48a ! 1: 1e37996 docs: global docs
-: ------- > 2: 4a7df87 changes
-: ------- > 3: a2f41f6 changes
ps-97 by erock on 2025-01-24T14:31:45Z
Range Diff ↕ rd-98
1: 1e37996 < -: ------- docs: global docs
3: a2f41f6 ! 1: 4b2c45c docs: global docs
2: 4a7df87 < -: ------- changes
ps-98 by erock on 2025-01-24T14:32:16Z

Range-diff rd-97

title
docs: global docs
description
Patch changed
old #1
786b48a
new #1
1e37996
title
changes
description
Patch added
old #0
(none)
new #2
4a7df87
title
changes
description
Patch added
old #0
(none)
new #3
a2f41f6
Back to top
1: 786b48a ! 1: 1e37996 docs: global docs
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
 
-: ------- > 2: 4a7df87 changes
-: ------- > 3: a2f41f6 changes