On Tue, 05 Aug 2003 12:40:44 +0100 GMT (..13:40 where i live(GMT+2) ) Chris Withers asked the Zope mailinglist about the following:
Hi,
I introduced a cache manager on http://www.bay-c.co.uk to cache the page templates that generate the two lower boxes in the right column, sincethese don't change very often.
When I first did this, all worked amazingly well.
However, I just checked the cache manger stats page today and I'm getting 25 misses per hit, not very good at all :-( To boot, there are 193 entries in the cache for a method that doesn't change, and they're taking up 350kb of RAM for no good reason.
What REQUEST variables have you set for the cache manager ? It wil store one entry for each unique combination of REQUEST variables defined for the cache manager. so.. if you leave it at the default "AUTHENTICATED_USER" each user will have his own version stored.. If the methods are truly non-changing, leave that box all empty :) -- Geir Bækholt