Skip to content

CF4Saas pricing update #22218

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

Merged
merged 1 commit into from
May 5, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
51 changes: 29 additions & 22 deletions src/content/plans/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -438,9 +438,9 @@
"options": {
"title": "Purge options",
"free": "URL, Hostname, Tag, Prefix, and Purge Everything",
"pro": "URL, Hostname, Tag, Prefix, and Purge Everything",
"biz": "URL, Hostname, Tag, Prefix, and Purge Everything",
"ent": "URL, Hostname, Tag, Prefix, and Purge Everything"
"pro": "URL, Hostname, Tag, Prefix, and Purge Everything",
"biz": "URL, Hostname, Tag, Prefix, and Purge Everything",
"ent": "URL, Hostname, Tag, Prefix, and Purge Everything"
}
}
},
Expand All @@ -456,19 +456,19 @@
"biz": "10 requests per second",
"ent": "50 requests per second"
},
"limits_bucket": {
"title": "Bucket size",
"free": "25",
"pro": "25",
"biz": "50",
"ent": "500"
},
"limits_operations": {
"title": "Max operations per request",
"free": "100",
"pro": "100",
"biz": "100",
"ent": "100"
"limits_bucket": {
"title": "Bucket size",
"free": "25",
"pro": "25",
"biz": "50",
"ent": "500"
},
"limits_operations": {
"title": "Max operations per request",
"free": "100",
"pro": "100",
"biz": "100",
"ent": "100"
}
}
},
Expand All @@ -484,12 +484,12 @@
"biz": "1500 URLs per second",
"ent": "3000 URLs per second"
},
"limits_operations": {
"title": "Max operations per request",
"free": "100",
"pro": "100",
"biz": "100",
"ent": "500"
"limits_operations": {
"title": "Max operations per request",
"free": "100",
"pro": "100",
"biz": "100",
"ent": "500"
}
}
},
Expand Down Expand Up @@ -2725,6 +2725,13 @@
"biz": "5,000",
"ent": "Unlimited, but contact sales if using over 5,000."
},
"d_cost_per_hostname": {
"title": "Price per additional hostname",
"free": "$.10",
"pro": "$.10",
"biz": "$.10",
"ent": "$.10"
},
"custom_analytics": {
"title": "[Custom analytics](/cloudflare-for-platforms/cloudflare-for-saas/hostname-analytics/)",
"free": "Yes",
Expand Down