http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7511 Jared Camins-Esakov <jcamins@cpbibliography.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #7558|0 |1 is obsolete| | --- Comment #4 from Jared Camins-Esakov <jcamins@cpbibliography.com> 2012-02-12 19:31:02 UTC --- Created attachment 7589 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=7589 Bug 7511 [ENH] Template caching (T::T feature) Just add to your Koha configuration file <template_cache_dir>/path/writable/by/apache/user</template_cache_dir> in the <config> block, and Koha will use template caching, for about 10% CPU time saving. on linux servers, /tmp is usually OK (also fixes an indenting with a TAB) Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com> The results of using this are very striking. Based on an insufficient sample size, it would seem that the time spent in T::T is reduced by a factor of at least 5. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.