Raphael Pesche wrote at 2006-6-2 13:20 +0200:
loading the ZMI with a browser is usually a rather long process but since we updated the OS on our machine (Suse 10.1 with GCC 4.1) the left frame (manage_menu) needs now more than 4mn to be loaded eating all the cpu.
In order to get the correct "+" signs in the display, "dtml-tree" performs very expensive lookups in the Zope hierarchy: usually, your hiearchy is examined two levels deeper than shown. This often requires loading of huge amounts of objects. "dtml-tree" has an option to turn this verification off. You may then see a "+" sign also there are no relevant children in the object.
We use a ZEO-configuration with Zope-2.8.7. I installed the ZopeProfiler but can't figure out much of the output. The script "ClientStorage.py" is the one that takes the longest time by far.
This indicates that huge amounts of objects are loaded from the ZODB. -- Dieter