diff options
Diffstat (limited to 'docs/advanced/caching/index.md')
-rw-r--r-- | docs/advanced/caching/index.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/advanced/caching/index.md b/docs/advanced/caching/index.md new file mode 100644 index 000000000..ca946dd8e --- /dev/null +++ b/docs/advanced/caching/index.md @@ -0,0 +1,11 @@ +# Caching + +This section covers a number of different caching techniques that can be used to make GoToSocial more robust in the face of higher traffic and offload the GoToSocial instance from some work. + +!!! note + These guides are only relevant if you're running a [reverse proxy](../../getting_started/reverse_proxy/index.md). + +## Guides + +* [Caching API responses](api.md) +* [Assets and media serving and caching](assets-media.md) |