From f34baf12da6df79ef5bea2e085d66758df54c298 Mon Sep 17 00:00:00 2001 From: Eric Holscher Date: Sat, 2 Apr 2011 18:22:19 -0700 Subject: [PATCH] Add caching as a feature. --- docs/features.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/features.rst b/docs/features.rst index 3d6ed2678..92eafe4c4 100644 --- a/docs/features.rst +++ b/docs/features.rst @@ -9,6 +9,13 @@ Auto-updating The :doc:`webhooks` page talks about the different way you can ping RTD to let us know your project has been updated. We have official support for Github, and anywhere else we have a generic post-commit hook that allows you to POST to a URL to get your documentation built. +Heavily Cached +-------------- + +We run Varnish in front of RTD, so a lot of the docs you look at will be served out of memory. This is really great for the "Look up and link" that happens a lot on IRC channels. The person who looks up the link will cache the page, and the person they link it to will get it served really quickly. + +We also bust caches on all documentation on the RTD domain (not CNAMEs, yet) when you build your docs, so you shouldn't have problems with stale caches. + Versions --------