Understanding Pages Limits

I’m evaluating whether to use Pages for a custom platform that will host a large number of small sites, and I’m trying to understand CF’s documentation on the limits on Pages. We would be hosting hundreds of sites for our clients, each with a different domain, and each of the sites would have a very basic Function behind it to accept form submissions.

The sales page for Pages https://pages.cloudflare.com/ says that all plans have “unlimited sites”. But the Pages developer docs https://developers.cloudflare.com/pages/platform/limits/ say the limit is 100 sites per account. Is the documentation out of date or is there something I’m missing?

The developer docs also say the number of domains is limited to 500 (for business plans) “per plan” but the sales page says “per project”. Is there a difference between a “plan” and a “project”?

Lastly, I’m also wondering whether Functions associated with Cloudflare Pages count against the limit on the number of Workers described in the developer docs https://developers.cloudflare.com/workers/platform/limits/.

Many thanks!

It says 100 is the soft limit and that it can be raised by contacting support. This is true. It’s a 100 soft limit to prevent abuse.

The text here is a bit confusing, that’s on me. But it just means, these are the plan limits. These limits are per project. So, 500 domains per project for Biz

Functions do not count towards your script limit.

1 Like

Thanks for the quick reply!

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.