[Zope] cacheing zope
Dieter Maurer
dieter at handshake.de
Thu Feb 26 16:22:53 EST 2004
robert rottermann wrote at 2004-2-26 11:32 +0100:
> ...
>How do I interpret the numbers in the Statistics?
>I have a Ram Chache and get rather lot of misses.
>How can I improve the hits ?
Increase the cache, allow longer lifetime,
use as distinguishing variables only the ones that you really need.
>Much of the time (as I can see from a profiler) is spent in creating the
>news list. However this list is nearly static (only every couple of days
>any changes).
>
>How can I improve that ?
The the newslist be created by a ZPT (not a macro).
Cache this ZPT in a RAMCacheManager.
--
Dieter
More information about the Zope
mailing list