-
Notifications
You must be signed in to change notification settings - Fork 17
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
is_uncacheable_request_method() should only allow certain request types #279
Comments
Hi @raamdev & Quick Cache team, Any updates on this issue? It is a critical/blocker blank page issue to us and we do not see it fixed in the latest release v140829 (https://wordpress.org/plugins/quick-cache/changelog/). Could you please let us know the target date to release this fix? We need it as soon as possible. Regards, |
@taninsammanee Our current development cycle closed about a week ago, but this bug will be added as a priority item to the next development cycle, for a target release candidate within 3-4 weeks. If you're interested in testing a beta release of Quick Cache before the next version comes out, please sign-up to be a beta tester here and you'll receive an email notification when a new release candidate is available. |
Additional Work Needed Here...Referencing this line of code in the pro version of Quick Cache. Whenever we update To clarify, the previous work on |
Assigning this to myself. I'll work on it this week. |
@raamdev This has been resolved by the PRs I submitted earlier. |
@jaswsinc PRs have been reviewed and merged. Thank you very much! :) |
Next release changelog:
|
Im on Quick Cache pro Versión 141110 , and same bug :( My site its on VPS 2Gb ram, 4 Cores and Nginx. is frustrating to see the white page |
@carvax A few questions:
|
Hi Ramm |
Thank you. That's a separate issue from this one (which is related to |
Forked from #220 (comment), an issue where we forced Quick Cache to ignore certain types of requests to prevent the possibility of a blank page being cached.
Instead of ignoring certain requests, the
is_uncacheable_request_method()
should be changed to only allow the request types that we consider acceptable.@jaswsinc writes:
Support threads referencing this issue
The text was updated successfully, but these errors were encountered: