[Templates] performance degradation in 2.06+; performance tuning?
Andy Wardley
abw@kfs.org
Tue, 12 Mar 2002 13:05:29 +0000
On Fri, Feb 08, 2002 at 02:57:56PM +0100, Myk Melez wrote:
> The reason for the slowdown in 2.06d is pretty clear: the
> Template::Filters::html_filter_factory function became many times slower
> in that release. That function doesn't make an appearance on the 2.06
> list but does appear on the lists for the other developer releases, so
> it may also be part of the general slowdown seen in the developer releases.
Hi Myk,
Thanks for your efforts on this. Sorry it's taken so long for me to
get around to it.
In response to your investigations, I've changed the 'html' filter back
to being a simple, fast, static filter.
I've also added the 'html_entity' filter which does the Full Monty with
Apache::Util or HTML::Entities for those who want it.
A