summaryrefslogtreecommitdiff
path: root/docs/advanced/caching/index.md
diff options
context:
space:
mode:
authorLibravatar Daenney <daenney@users.noreply.github.com>2023-06-12 15:38:53 +0200
committerLibravatar GitHub <noreply@github.com>2023-06-12 15:38:53 +0200
commit4990099fdeee5ac362295de3879d4b291e629c76 (patch)
treec630d02d3ce4e7600f68b012f5cfe3c02b958d1f /docs/advanced/caching/index.md
parent[chore]: Bump modernc.org/sqlite from 1.23.0 to 1.23.1 (#1884) (diff)
downloadgotosocial-4990099fdeee5ac362295de3879d4b291e629c76.tar.xz
[docs] Made Advanced its own section (#1883)
* [docs] Made Advanced its own section This splits the Advanced page off from the Getting Started guide and makes it its own thing. It now has some additional sub-sections for bigger topics like caching and enhanced security. This also moves tracing from Getting Started to Advanced as that feels like a more appropriate location for it. The enhanced security looks a little silly with a single section, but I have guides pending for firewall configurations and I'd also like to consolidate our how to provision TLS certificates in there as we repeat this information multiple times. * [docs] Fix all my spelling errors * [docs] Inline the links in sandboxing
Diffstat (limited to 'docs/advanced/caching/index.md')
-rw-r--r--docs/advanced/caching/index.md11
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)