add pool sizing calculator to reserved browsers overview#392
add pool sizing calculator to reserved browsers overview#392dprevoznik wants to merge 3 commits into
Conversation
Adds an interactive calculator under the Browser Pools overview page that recommends a pool size from acquisition rate, average acquired duration, and fill rate. Includes the underlying formula (concurrency floor vs refill floor) and worked examples. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
There was a problem hiding this comment.
Risk assessment: Low risk.
Evidence from the diff: this PR modifies browsers/pools/overview.mdx and adds an isolated snippets/pool-sizing-calculator.jsx Mintlify snippet for a docs-page calculator. The change is user-facing documentation UI, but it doesn't modify production runtime code, auth, permissions, billing, infrastructure, shared libraries, or data/schema behavior. I also found no CODEOWNERS file in the repo and no existing approvals on the PR, so approval is appropriate under the requested rules.
Sent by Cursor Automation: Assign PR reviewers
There was a problem hiding this comment.
Risk assessment: Low risk.
Evidence from the diff: this PR modifies browsers/pools/overview.mdx and adds snippets/pool-sizing-calculator.jsx, an isolated Mintlify docs-page calculator. The change is user-facing documentation UI, but it doesn't touch production application code, auth, permissions, billing, infrastructure, shared libraries, data/schema behavior, or deployment configuration. The snippet only performs local calculator state updates and URL query/hash replacement in the browser.
I found no CODEOWNERS file in the repo. The PR is already approved on the current head commit, so I did not add another approval.
Sent by Cursor Automation: Assign PR reviewers


Summary
browsers/pools/overview.mdxthat recommends a reserved pool size from acquisition rate, average acquired duration, and fill rate.reuse: falseon release (every acquisition triggers a refill). It computes both the concurrency floor (Little's Law with a 1.25× safety factor to match the FAQ's 10–20% headroom guidance) and the refill floor (driven by the 25%-per-minute fill ceiling), and returns the larger of the two with a "binding constraint" indicator.Formula
Test plan
acquisitionRate,sessionDuration,fillRate) update on interaction, matching the existing pricing calculator pattern