[Zope] Zope slooooowww
Dieter Maurer
dieter@handshake.de
Thu, 14 Mar 2002 21:44:04 +0100
Ron Arts writes:
> I installed Zope 2.5.1b2 + CMF1.2 + Plone 0.9.9PR5
>
> Restart zope: 90 seconds.
> Log into /manage: 7 (!) minutes.
> Next pages in /manage: 5-20 seconds
> Site itself: 5-10 seconds
>
> During all these attempts, z2.py is in the top of `top`.
That's far too slow, indeed.
I would analyse such strange behaviour with the embedded profiler:
Set the environment variable "PROFILE_PUBLISHER" (to something, e.g. "1").
and then start Zope in this environment.
Go to "Control_Panel/DebugInfo/Profiling".
You can there analyse the cycle crunchers.
Dieter