10 Apr
2002
10 Apr
'02
6:47 p.m.
Joachim Schmitz writes:
... setup 1: 20-30 sec; setup 2: 1-2 sec ... How can I find out, where Zope is spending its time ? Options:
* "CallProfiler" product for high level timing analysis. * "Control_Panel -> Debug Information -> Profiling" for low level timing analysis * the "-M" option to see timings on a request basis. Dieter