All terms

CRO Glossary

Ramp-Up

Gradually increasing the percentage of traffic exposed to a new variant rather than launching it to 100% of users at once.

Ramp-up is a risk-management technique where a new experience is rolled out to a small slice of traffic first (say 1-5%), monitored for problems, and then gradually increased toward full traffic allocation if guardrails hold. It's especially common when shipping a change via a feature flag, since flags make it trivial to dial exposure up or down without a new deploy.

The main purpose is to limit blast radius: if a variant has a bug, a broken checkout step, or an unexpectedly severe negative effect on a guardrail metric, catching it at 2% of traffic is far cheaper than discovering it at 100%. Ramp-up is also used after a test declares a winner, to de-risk the full rollout even after the statistical decision has already been made.

A subtlety worth watching for is that a fast, uneven ramp-up schedule can itself introduce statistical noise or timing confounds into an analysis if the traffic split changes mid-experiment — for this reason many teams keep allocation fixed for the official test period and only ramp up after the test has concluded and a decision has been made.

Related terms

See this in the wild

ABWatcher watches how top teams apply ramp-up.

Live A/B tests at 1,000+ high-converting brands, with plain-English hypothesis and takeaway.