Hello, I am looking for info on how to use * RAM Cache Manager* *** Accelerated HTTP Cache Manager* ** I am using Zope 2.7 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 ? What I want to improve is a plone site. 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 ? thanks for your info Robert
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
participants (2)
-
Dieter Maurer -
robert rottermann