[Zope] Rendering the server root directory
Dieter Maurer
dieter@handshake.de
Thu, 22 Aug 2002 22:58:24 +0200
Ahsan Imam writes:
> The rendering of the root directory takes forever. If I request
> http://URL:8080/manage it takes almost 30 seconds to a minute to render.
> If I manage_menu or manage_workspace then it responds a little faster.
> If I access any folder under root the response is instantanous. I am
> looking at the stupid, error and the request logs but they are providing
> anything unusual.
>
> I am using Zope 2.5, Python 2.1.3 on RedHat Linux. What is the best
> method on troubleshooting this problem.
I would activate Zope profiling (--> Control_Panel -> Debug information --> Profiling)
and see where the time is used.
Dieter