Closed (fixed)
Project:
Memcache API and Integration
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
27 Jan 2009 at 23:32 UTC
Updated:
2 Jan 2014 at 19:06 UTC
Jump to comment: Most recent
Comments
Comment #1
jvandyk commentedBe sure your minimum cache lifetime setting is other than None to avoid frequent cache clears.
Comment #2
kyberuserid commentedDoesn't appear to affect it. Have verified that the cache router works. Currently am disabling this module except to get the statistics (since the other module's GUI isn't operational in 6.x yet). This works well and when the other module's set up is in effect can then disable it and run this one to see that the cache is being used in the way I expected (30%-90% hit rate) when (and only when) it (cache router) is enabled.
Comment #3
kyberuserid commentedPerhaps you meant something other than the dropdown in the Performance admin panel. In any case confirmed by that by the procedure outlined above it has no effect. It's not that cache(s) are being cleared, they're not being used. Below shows the setup, with this module enabled. Update: changed below to show what needed to allow both to be enabled at the same time getting the working caching and the stats.
Comment #4
jeremy commentedIf you're using cache router, then this issue should be moved to the cache router issue queue. If you're using memcache, then please answer the questions below:
If you enable the admin module, are you seeing a lot of misses without sets? Are all your memcache instances running?
Comment #5
kyberuserid commentedI am using memcache (and cache router). As noted, the use of this drupal module (for stats display only) is also accomplished by the configuration above (which ATM I am using for more fine grained caching but the module sharing is the same). The stats from the memcache api module show that caches are being used (in some cases with close to 100% hit rate). I will be verifying further but also am not getting the impact desired from caching so will want to look at addressing that as part of a solution to some other issues in my d6 projects. I am leaving this a bug report since SFAIK, without cacherouter or something else, the given procedures don't result in what the setup above shows, i.e. if I let memcache api be included instead of cache router, the memcache displays show that the caches are not being used. I'm more interested in the larger solutions mentioned though so others can give feedback on uncommenting the include commented out above. However I'm closing it; someone willing to track it can reopen/open their own.
Comment #6
kyberuserid commented