-
Notifications
You must be signed in to change notification settings - Fork 96
Open
Description
Confirmation
- My issue isn't already found on the issue tracker.
- I have replicated my issue using the latest version of the plugin and it is still present.
WordPress version
6.2.2
Cloudflare-WordPress version
4.12.2
PHP version
8.0
Expected result
Clear cache for all posts in a single API call.
Actual result
Clearing cache using dozens of API calls.
Steps to reproduce
- Visit /wp-admin/edit.php
- Select several posts from the list using the checkboxes on the left.
- Select Edit from the Bulk Actions drop-down menu and click the Apply button.
- Change any field, e.g. make posts Sticky
- Click Update
Additional factoids
CF\WordPress\Hooks::purgeCacheOnPostStatusChange function takes 2-3 seconds.
So when bulk editing 10 posts, updating takes 20-30 seconds, because there are 10 API calls involved.
References
No response
lkraav
Metadata
Metadata
Assignees
Labels
No labels