14 Mar
2002
14 Mar
'02
9:31 p.m.
Restart zope: 90 seconds.
Pack the database. That'll help.
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`.
How much CPU and memory?
All this on a Pentium 233, 128MB, no swapping. Hardly any other activity on this machine.
Should be enough; however running a Zope server does require a pretty powerful machine.
Is there a way to profile this? I know nothing about python, but am a proficient sysadmin, C, perl, PHP programmer.
Yeah, it's called CallProfiler and can be used to monitor what takes so bloody long time when a page is rendered. Not sure how this product works on the management interface though.
Thanks, Ron Arts