diff doc/plugin.txt @ 548:c2e039c7e439

Implement static includes, which improves performance a bit when auto reloading is disabled.
author cmlenz
date Fri, 29 Jun 2007 13:06:53 +0000
parents 6e21c89d9255
children 7145e4eba2ec
line wrap: on
line diff
--- a/doc/plugin.txt
+++ b/doc/plugin.txt
@@ -115,10 +115,10 @@
 files, and automatically reload them if they have been changed. Specify "yes"
 to enable this reloading (which is the default), or "no" to turn it off.
 
-.. note:: You may want to disable reloading in a production environment to gain
-          a slight (and possible even negligible) improvement in loading
-          performance, but then you'll have to manually restart the server
-          process anytime the templates are updated.
+You probably want to disable reloading in a production environment to improve
+performance of both templating loading and the processing of includes. But
+remember that you'll then have to manually restart the server process anytime
+the templates are updated.
 
 ``genshi.default_doctype``
 --------------------------
Copyright (C) 2012-2017 Edgewall Software