24 Jan
2004
24 Jan
'04
10:28 a.m.
Bill Etheredge wrote at 2004-1-23 10:40 -0600:
... My problem is that performance on the site took a nosedive when I installed the SiteRoot object in Zope. It is generating the URL correctly but the site is now painfully slow. Before installing SiteRoot, the performance was great.
This is very surprising! A SiteRoot just resets some request variables -- a very cheap operation. I would suggest you use a profiles (e.g. my "ZopeProfiler") to analyse where precisely the time is lost... <http://www.dieter.handshake.de/pyprojects/zope> -- Dieter