[Zope-CMF] Plong/CMF lack of speed?

alan runyan alan runyan" <runyaga@runyaga.com
Mon, 9 Sep 2002 12:51:04 -0500


Shane has been helping us a bit.  It seems one of the biggest problems is
the default
Target Size for ZODB Object caching.  Control_Panel->Database->Cache Size
change the target to ~8000.  This should make your site go faster.

Also we are going to put caching into listFilteredActionsFor() - if done
correctly
it potentially can save us ~10-15% overhead after cached.

~runyaga