From c1cb02bb9b5572a3e7be44e642ae5a110a72b6a8 Mon Sep 17 00:00:00 2001
From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com>
Date: Thu, 3 Sep 2026 16:35:52 +0000
Subject: [PATCH] docs: document Cache Control bulk purge concurrency and delay
settings
---
add-ons/performance/cache-control-extension.mdx | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/add-ons/performance/cache-control-extension.mdx b/add-ons/performance/cache-control-extension.mdx
index e16ec32..46d078d 100644
--- a/add-ons/performance/cache-control-extension.mdx
+++ b/add-ons/performance/cache-control-extension.mdx
@@ -12,6 +12,7 @@ addonType: "integration"
- Supported cache plugins and services
- Automatically purging cache after updates
- Manually purging cache from MainWP Dashboard
+- Controlling bulk purge speed with concurrent requests and request delay
- Configuring global and site-specific Cloudflare credentials
- Reading Cache Control logs and Cloudflare status indicators
@@ -86,6 +87,12 @@ Use the global settings when most of your MainWP Child sites should use the same
Turn on **Purge Cloudflare cache** if you want Cache Control to purge Cloudflare cache for sites that use the global Cloudflare account.
+
+ For **Maximum concurrent requests**, choose how many cache purge requests Cache Control sends at the same time during a bulk purge, from **1** to **10**. The default is **3**.
+
+
+ For **Delay between requests**, choose how many seconds Cache Control waits before starting the next purge request during a bulk purge, from **0 seconds** to **10 seconds**. The default is **0 seconds**.
+
Under **Cloudflare API Credentials**, select **Email & API key** or **API Token**, then enter the matching Cloudflare credentials.
@@ -133,6 +140,8 @@ Site-specific Cloudflare credentials are verified on save when **Yes (use site-s
Cache Control can purge cache automatically after updates, but you can also start a manual purge from MainWP Dashboard.
+Bulk purges follow the **Maximum concurrent requests** and **Delay between requests** values from the global settings. Lower the concurrent requests or add a delay if bulk purges overload your server or trigger rate limits on your hosting or Cloudflare account. Raise the concurrent requests to finish bulk purges faster across many sites.
+
### From Manage Sites
Go to **MainWP > Sites > Manage Sites**, select the sites, choose **Purge Cache (Cache Control)** from the bulk actions menu, and click **Apply**.