• Resolved adisaputro25

    (@adisaputro25)


    Hello,

    I just want to report, WPFC deleting all cache (with Preload feature was active) if I create or publish new accordion using Easy Accordion plugin.

    I hope you can check this because that happened in my website.

    Thank you

Viewing 11 replies - 1 through 11 (of 11 total)
  • Plugin Author Emre Vona

    (@emrevona)

    can you disable both the “New Post” and “Update Post” options and try please?

    Thread Starter adisaputro25

    (@adisaputro25)

    I have disabled New Post and Update Post option and I create or publish new accordion and problem still persist.

    I can confirm you WPFC deleting all cache back to zero from 12500 caches that preload made before.

    Please fix this.

    Thread Starter adisaputro25

    (@adisaputro25)

    And for additional information, I’m not using any optimization or caching plugins, I’m only using WPFC.

    • This reply was modified 3 years, 1 month ago by adisaputro25.
    Plugin Author Emre Vona

    (@emrevona)

    wp fastest cache does not clear cache even though the “New Post” and “Update Post” options are turned off. You should contact the developer of Easy Accordion plugin. He may use our clearing cache hook system.

    Thread Starter adisaputro25

    (@adisaputro25)

    Thank you for the answer, I try to contact to them.

    Plugin Author Emre Vona

    (@emrevona)

    you are welcome. please let me know.

    Thread Starter adisaputro25

    (@adisaputro25)

    New finding, I think the probleb was not Easy Accordion plugin side, but with Tablepress plugin,

    This is my setting for WPSC:

    New Post: disabled
    New Update: disabled
    Preload: activated with only post/page, not tag/cat etc
    All optimization features was activated

    When I update TablePress table, WPSC deleting all cache back to zero.

    Maybe you could try to investigate this.

    Thread Starter adisaputro25

    (@adisaputro25)

    When I disable all optimization features like minify html, minify css, combine css, etc, with cache system and preload activated, problem resolved and not conflict with TablePress or Easy Accordion plugin anymore.

    That is my conclusions.

    • This reply was modified 3 years, 1 month ago by adisaputro25.
    Plugin Author Emre Vona

    (@emrevona)

    we have a hook system so that other plugins can clear cache.
    https://www.wpfastestcache.com/tutorial/delete-the-cache-by-calling-the-function/

    if any plugin is using this system, the only way to prevent it is to turn off the plugin.

    Thread Starter adisaputro25

    (@adisaputro25)

    Finally, problem fixed. TablePress trigger WPFC to clear all cache.

    For anyone having the same problem, this can fix the problem:

    add_filter( ‘tablepress_flush_caching_plugins_caches’, ‘__return_false’ );

    Put that code on functions.php on your theme.

    Plugin Author Emre Vona

    (@emrevona)

    glad to hear that ??

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘Conflict with Easy Accordion plugin’ is closed to new replies.