- 🇫🇷France o'briat Nantes
At least the status page should the servers status (up and reachable) without the need to enable the memcache admin module.
For many of the sites we work on, we end up sizing memcache so that evictions should never occur. In fact, most of the time we see evictions it's because of a misconfiguration with memcache set to only allocate the default 32 or 64MB of memory.
While it's not always an issue, it would be nice if the memcache module could raise requirements warnings if it looks like the memory should be increased.
A suggested implementation plan:
statsMemory()
out from MemcacheStatisticsController into a new Statistics class in the memcache module itself.$stats
array that's currently there. Since it's all private methods (yay!) we can do this without a b/c break.memcache_requirements()
to throw the right warnings.Active
2.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
At least the status page should the servers status (up and reachable) without the need to enable the memcache admin module.