[Zope] wierd performance difference

Dieter Maurer dieter@handshake.de
Wed, 10 Apr 2002 20:47:06 +0200


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