• Resolved Tyke79

    (@tyke79)


    Apparently there is a conflict with the Mailpoet plugin.

    Every time I install and activate the Docket cache plugin, I get an error message on the website and mailpoet stops working.

    Attached screenshot: https://prnt.sc/xDYA9poLj5dh

    Is there a way to fix this?

    Note: If you need additional information, let me know.`

    • This topic was modified 4 years ago by Tyke79.
Viewing 5 replies - 1 through 5 (of 5 total)
  • 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?

    Plugin Author Nawawi Jamili

    (@nawawijamili)

    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)

    Hello,

    Updated the information.

    The following solution works correctly>>

    OPcache it can be excluded at the Server level by configuring PHP at opcache.blacklist_filename directive.

    Thanks

    Plugin Author Nawawi Jamili

    (@nawawijamili)

    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.

    Plugin Author Nawawi Jamili

    (@nawawijamili)

    Hi,

    I’m marking this thread as resolved. Feel free to open a new topic if you have further questions.

    Thanks.

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Conflict with Mailpoet’ is closed to new replies.