Hello.
It seems that every post in wpForo clears my Home page cache. Without any reason.
See:
1) /home/index.php(17): require('/home/valuema/t...')
2) /home/wp-blog-header.php(13): require_once('/home/valuema/t...')
3) /home/wp-load.php(37): require_once('/home/valuema/t...')
4) /home/wp-config.php(101): require_once('/home/valuema/t...')
5) /home/wp-settings.php(449): do_action('init')
6) /home/wp-includes/plugin.php(453): WP_Hook->do_action(Array)
7) /home/wp-includes/class-wp-hook.php(323): WP_Hook->apply_filters(NULL, Array)
8) /home/wp-includes/class-wp-hook.php(298): wpForo->init('')
9) /home/wp-content/plugins/wpforo/wpforo.php(73): wpforo_actions()
10) /home/wp-content/plugins/wpforo/wpf-includes/wpf-actions.php(119): wpforo_clean_cache()
11) /home/wp-content/plugins/wpforo/wpf-includes/functions.php(1464): clean_post_cache(Object(WP_Post))
12) /home/wp-includes/post.php(5714): do_action('clean_post_cach...', 28462, Object(WP_Post))
13) /home/wp-includes/plugin.php(453): WP_Hook->do_action(Array)
14) /home/wp-includes/class-wp-hook.php(323): WP_Hook->apply_filters('', Array)
15) /home/wp-includes/class-wp-hook.php(300): WebSharks\CometCache\Classes\Plugin->autoClearPostCache(28462)
16) /home/wp-content/plugins/comet-cache/src/includes/traits/Plugin/WcpPostUtils.php(100): WebSharks\CometCache\Classes\Plugin->autoClearHomePageCache()
Can i have some help in this ?
Thanks
Hi Anonymous20,
wpForo post doesn't have any relation to your home page and to WordPress cache. We've not any function which calls cache reset action. Have you made custom changes in wpForo core?
Hi Anonymous20,
wpForo post doesn't have any relation to your home page and to WordPress cache. We've not any function which calls cache reset action. Have you made custom changes in wpForo core?
No i have touched nothing in the whole WP code or plugins.
This log above is a debug output from Comet Cache lite, what clearly shows that wpForo clears the home page cache.
This log above is a debug output from Comet Cache lite, what clearly shows that wpForo clears the home page cache.
How it shows it? Please leave some screenshot to allow us check it. What wpForo function do that? We don't have any function which calls cache deleting action.