28 Oct
2002
28 Oct
'02
9:14 p.m.
On Mon, 28 Oct 2002 11:59 pm, John Doe wrote:
What is the best way to identify bottlenecks ? Any products which provide this ? Is it possible to record the time used per page templates/script/... ?
Have you looked at this yet? http://www.zope.org/Members/richard/docs/zope_optimisation.html CallProfiler, from: http://www.zope.org/Members/richard/CallProfiler was supposed to be integrated into Zope 2.6 but missed the boat. It works with 2.5 and 2.6 with a little tweaking. I hope to release new versions soon. Richard