diff --git a/docs/howto/deployment/checklist.txt b/docs/howto/deployment/checklist.txt index 929f19dbfc2d9..1e0212eddde57 100644 --- a/docs/howto/deployment/checklist.txt +++ b/docs/howto/deployment/checklist.txt @@ -207,8 +207,10 @@ This helps a lot on virtualized hosts with limited network performance. -------------------- Enabling the cached template loader often improves performance drastically, as -it avoids compiling each template every time it needs to be rendered. See the -:ref:`template loaders docs ` for more information. +it avoids compiling each template every time it needs to be rendered. When +:setting:`DEBUG = False `, the cached template loader is enabled +automatically. See :class:`django.template.loaders.cached.Loader` for more +information. Error reporting ===============