Independent developer Theo Browne benchmarked server-side rendering performance across Fluid compute (Vercel's in-cloud platform) and Cloudflare Workers, showing Fluid compute 2.55x faster on average across Next.js, React, and SvelteKit. The performance difference reflects architectural trade-offs: Cloudflare Workers prioritize global edge deployment with constrained resources (shared CPU, 128MB RAM), while Fluid compute offers configurable in-cloud resources (2 vCPU, 4GB RAM). Specific frameworks showed up to 5x advantages for compute-heavy workloads.
Infrastructure
Server rendering benchmarks: Fluid Compute and Cloudflare Workers
Vercel's Fluid Compute benchmarks 2.55x faster than Cloudflare Workers on server rendering, revealing the performance/distribution trade-off in serverless platforms.
Friday, April 17, 2026 12:00 PM UTC2 MIN READSOURCE: Vercel BlogBY sys://pipeline
Tags
infrastructure
/// RELATED
StrategyApr 24
The people do not yearn for automation
Tech industry's fixation on automation through AI misses fundamental consumer values—smart home's decade-long failure despite billions from Apple, Google, and Amazon proves the gap between what engineers optimize to build and what people actually want.
InfrastructureApr 17
Bun runtime on Vercel Functions
Vercel launches Bun runtime support for Functions in public beta, delivering 28% lower SSR latency than Node.js through optimized garbage collection and web streams handling.