22 Mar
2008
22 Mar
'08
6:22 p.m.
Recently I needed to optimize an application leveraging z3c.form. One of the speedups involved replacing page template rendering with pure python rendering. I found that doing this was highly iffy (I don't like registering adapters implementing IPageTemplate that clearly don't). To try and fix matters I've written a small proposal about changes to zope.pagetemplate and z3c.form to fix matters: http://wiki.zope.org/zope3/PageTemplateLookup -- Brian Sutherland