comparison doc/plugin.txt @ 548:1cc1afc39176 trunk

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 619340e2d805
children 1da8de3e5e51
comparison
equal deleted inserted replaced
547:93b2a5792cfc 548:1cc1afc39176
113 ---------------------- 113 ----------------------
114 Whether the template loader should check the last modification time of template 114 Whether the template loader should check the last modification time of template
115 files, and automatically reload them if they have been changed. Specify "yes" 115 files, and automatically reload them if they have been changed. Specify "yes"
116 to enable this reloading (which is the default), or "no" to turn it off. 116 to enable this reloading (which is the default), or "no" to turn it off.
117 117
118 .. note:: You may want to disable reloading in a production environment to gain 118 You probably want to disable reloading in a production environment to improve
119 a slight (and possible even negligible) improvement in loading 119 performance of both templating loading and the processing of includes. But
120 performance, but then you'll have to manually restart the server 120 remember that you'll then have to manually restart the server process anytime
121 process anytime the templates are updated. 121 the templates are updated.
122 122
123 ``genshi.default_doctype`` 123 ``genshi.default_doctype``
124 -------------------------- 124 --------------------------
125 The default ``DOCTYPE`` declaration to use in generated markup. Valid values 125 The default ``DOCTYPE`` declaration to use in generated markup. Valid values
126 are: 126 are:
Copyright (C) 2012-2017 Edgewall Software