We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fed515 commit 5cc9464Copy full SHA for 5cc9464
docs/howto/deployment/checklist.txt
@@ -223,8 +223,10 @@ This helps a lot on virtualized hosts with limited network performance.
223
--------------------
224
225
Enabling the cached template loader often improves performance drastically, as
226
-it avoids compiling each template every time it needs to be rendered. See the
227
-:ref:`template loaders docs <template-loaders>` for more information.
+it avoids compiling each template every time it needs to be rendered. When
+:setting:`DEBUG = False <DEBUG>`, the cached template loader is enabled
228
+automatically. See :class:`django.template.loaders.cached.Loader` for more
229
+information.
230
231
Error reporting
232
===============
0 commit comments