Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Comet cache empty response #907

Open
YuqiaoS opened this issue Jul 18, 2017 · 1 comment
Open

Comet cache empty response #907

YuqiaoS opened this issue Jul 18, 2017 · 1 comment

Comments

@YuqiaoS
Copy link

YuqiaoS commented Jul 18, 2017

We've been having issues with empty response errors and they seemed to be caused by Comet Cache. At this point, I think when Comet Cache bugs out with one page or maybe ajax request, the entire backend ajax requests are bugging out. The empty response comes from pages themselves ( not just xhr ) but sometimes adding a '/' at the end of the URL fixes the issue (loads the page). What could cause Comet Cache to give out these empty responses?

We have many sites that have the same issue. Recently we thought it could be WordFence as sometimes deactivating it and activating it solves the problem temporarily but it could just be that deactivating the plugin clears the cache, but after some further testing and research it seems that it's just Comet Cache sometimes bugs out with Ajax requests and the WordPress heartbeat requests all return empty_response_errors.

@YuqiaoS YuqiaoS closed this as completed Jul 24, 2017
@YuqiaoS YuqiaoS reopened this Jul 24, 2017
@jaswrks
Copy link

jaswrks commented Jul 28, 2017

@YuqiaoS Thanks for reporting! :-)

Empty responses in PHP applications are generally caused by fatal errors or exceptions that occur at runtime in a part of the code, be it in Comet Cache, or in another plugin running in concert with Comet Cache. Have you reviewed PHP error logs for any clues? Or have you enabled WP_DEBUG mode so that PHP will report errors to you instead of just the empty response?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants