cache-master icon indicating copy to clipboard operation
cache-master copied to clipboard

cache master seems to conflict with wp rocket

Open mpenglong opened this issue 3 years ago • 1 comments

cache master seems to conflict with wp rocket, after using cache master, wp rocket seems to be unable to finish the work, can't cache html files, test 3 websites are the same, 2 servers, cache mode is Memcached and SQLite

mpenglong avatar Oct 19 '22 03:10 mpenglong

I have one of the sites to try a plug-in "wp super cache", which is a plug-in to generate html files, I use the debug function to find that the prompt does not recognize the connection at the end of .html, fixed connection I have done, I determine whether the cache master cache connection is dynamic, the order is cache master - wp super cache, I hope this can help you

03:57:26 27878 /vi/tag/%E5%BE%B7%E5%BD%A9/?order=comment_count wpsc_is_caching_user_disabled: false 03:57:26 27878 /vi/tag/%E5%BE%B7%E5%BD%A9/?order=comment_count wp_cache_get_cookies_values: return: 03:57:26 27878 /vi/tag/%E5%BE%B7%E5%BD%A9/?order=comment_count supercache dir: ABSPATH/wp-content/cache/supercache/www.XXXXXXXXXXXXXXXXXX.com/vi/tag/%E5%BE%B7%E5%BD%A9/ 03:57:26 27878 /vi/tag/%E5%BE%B7%E5%BD%A9/?order=comment_count No Super Cache file found for current URL: ABSPATH/wp-content/cache/supercache/www.XXXXXXXXXXXXXXXXXX.com/vi/tag/%E5%BE%B7%E5%BD%A9/index-https.html 03:57:27 27878 /vi/tag/%E5%BE%B7%E5%BD%A9/?order=comment_count wp_cache_get_cookies_values: return: 03:57:27 27878 /vi/tag/%E5%BE%B7%E5%BD%A9/?order=comment_count In WP Cache Phase 2 03:57:27 27878 /vi/tag/%E5%BE%B7%E5%BD%A9/?order=comment_count Setting up WordPress actions 03:57:27 27878 /vi/tag/%E5%BE%B7%E5%BD%A9/?order=comment_count Supercache caching disabled. Only using wp-cache. Non empty GET request. {"order":"comment_count"} 03:57:27 27878 /vi/tag/%E5%BE%B7%E5%BD%A9/?order=comment_count Created output buffer 03:57:27 27878 /vi/tag/%E5%BE%B7%E5%BD%A9/?order=comment_count wpsc_is_caching_user_disabled: false 03:57:27 27878 /vi/tag/%E5%BE%B7%E5%BD%A9/?order=comment_count Output buffer callback 03:57:27 27878 /vi/tag/%E5%BE%B7%E5%BD%A9/?order=comment_count Buffer is blank. Output buffer may have been corrupted by another plugin or this is a redirected URL. Look for text 'ob_start' in the files of your plugins directory. 03:57:27 27878 /vi/tag/%E5%BE%B7%E5%BD%A9/?order=comment_count https://www.XXXXXXXXXXXXXXXXXX.com/vi/tag/%E5%BE%B7%E5%BD%A9/?order=comment_count - Page not cached by WP Super Cache. Blank Page. Check output buffer usage by plugins. 03:57:27 27878 /vi/tag/%E5%BE%B7%E5%BD%A9/?order=comment_count No closing html tag. Not caching. 03:57:27 27878 /vi/tag/%E5%BE%B7%E5%BD%A9/?order=comment_count https://www.XXXXXXXXXXXXXXXXXX.com/vi/tag/%E5%BE%B7%E5%BD%A9/?order=comment_count - Page not cached by WP Super Cache. No closing HTML tag. Check your theme. 03:57:27 27878 /vi/tag/%E5%BE%B7%E5%BD%A9/?order=comment_count wp_cache_maybe_dynamic: returned $buffer 03:57:27 27878 /vi/tag/%E5%BE%B7%E5%BD%A9/?order=comment_count wp_cache_shutdown_callback: No cache file created. Returning.

mpenglong avatar Oct 19 '22 04:10 mpenglong