Thread Starter
Tyke79
(@tyke79)
I have unchecked the Object Cache Precaching option and mailpoet is now working.
Attached screenshot: https://prnt.sc/xfhdM33KHlI3
However, wouldn’t the performance be better if “Object Cache Precaching” was enabled?
Hi @tyke79,
Thank you for reporting this issue.
However, wouldn’t the performance be better if “Object Cache Precaching” was enabled?
The idea of “Object Cache Precaching” is to load all object cache related to the current URL from disk into memory. That makes any process that uses wp_cache_get fetch the cache from memory instead of loading it one by one from the disk.
Despite that, there is a side effect, it will cause server overload when too many files need to load, and when had some issue with the data.
Is there a way to fix this?
You may want to try the dev version https://docketcache.com/devtest/docket-cache-21.08.05-devfix11.zip
that fixes some bugs and improvements for Precaching, Advanced Post Cache and cache data.
By default, this dev version and the next release will enable “Chunk Cache Directory” that chunks cache files into a smaller directory to avoid an excessive number of cache files in a single directory. It will create hashed directory in wp-content/cache/docket-cache.
I will release it as version 21.08.06 in a few days, your feedback is most welcome.
Thanks.
Thread Starter
Tyke79
(@tyke79)
Hi @tyke79,
Thank you for the updates.
If possible, can you confirm the latest version 21.08.07 fixes the issue with Mailpoet? I’ve tested it and have not found any issue as reported.
Thanks.
Hi,
I’m marking this thread as resolved. Feel free to open a new topic if you have further questions.
Thanks.