[Zope] performance issues

Richard Jones rjones@ekit-inc.com
Tue, 29 Oct 2002 10:45:47 +1100


On Tue, 29 Oct 2002 10:02 am, peter sabaini wrote:
> and for python products there is of course also the standard profiler (i
> think CallProfiler doesn't work with python products but i may be
> mistaken), to be found in /Control_Panel/DebugInfo/manage_profile.
>
> for instance with the profiler i recently found that my only performance
> problem was the ZODBC adapter resp. ODBC :-)

You can add arbitrary methods to the CallProfiler list. The major benefit with 
the CallProfiler is the results analysis. The regular python profiler can be 
a little difficult to decipher - mostly because it profiles _everything_.


    Richard