-
Notifications
You must be signed in to change notification settings - Fork 83
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
Plugin slows down saving posts in admin panel #520
Comments
This is addressed in PR #504 |
Since Cloudflare API is unavailable today, seeing 504 (Gateway Timeout) error in WordPress Admin Dashboard when saving posts. If we were using cron job to clear cache instead, work in WordPress would not be affected at all. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
@aseure did you get a chance to look at this issue, since CF plugin is really slowing down things in admin dashboard? |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Not stale. |
Confirmation
WordPress version
6.2.2
Cloudflare-WordPress version
4.12.2
PHP version
8.0
Expected result
Do not slow down saving posts.
Actual result
Whenever a post is saved, CloudFlare cache is being cleared.
CF\WordPress\Hooks::purgeCacheOnPostStatusChange function involved takes 2-3 seconds.
Steps to reproduce
Additional factoids
Proposed solution is to avoid clearing CloudFlare straight away, but schedule it and group all URLs into single API call via cron job.
References
No response
The text was updated successfully, but these errors were encountered: