On Tue, 24 Sep 2002, Cory Trese wrote: > True or false : > > Filters damage caching performance?
False. The interact with caching in ways that some people don't like. Basically the filter is only run when the template is loaded into the cache the first time. It won't be run on every call to new(). That shouldn't be a problem for simple syntax alterations. -sam ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Html-template-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/html-template-users
