• Resolved newtweeks

    (@newtweeks)


    Whenever I update any table in Tablepress, the complete cache is removed from WP Fastest Cache Plugin.

    How can I remove this feature because my site has many posts and this create a heavy load on the server (due to rebuilding of cache again) which results in server down every time I update a table?

Viewing 1 replies (of 1 total)
  • Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    thanks for your question, and sorry for the trouble.

    Yeah, I see what you mean. For sites with many posts and pages, this can indeed be a problem.
    Fortunately, it’s easy to turn that feature off: Just add this line to the end your theme’s “functions.php” file:
    add_filter( 'tablepress_flush_caching_plugins_caches', '__return_false' );

    Note that you will then have to flush the cache of the page(s) that show your table manually, so that you will see the changes.

    Regards,
    Tobias

Viewing 1 replies (of 1 total)

The topic ‘Tablepress & WP Fastest Cache: Page Cache Update Issue’ is closed to new replies.