Cloudflare Addresses CPU Performance Benchmarks for Workers Platform
By
makepanic
Fresh out the oven, still warm. Top of the tray.
Summary
Cloudflare investigated and responded to independent benchmarks by Theo Browne that showed Cloudflare Workers performing 3.5x slower than Vercel's Node.js implementation on CPU-intensive tasks. The company identified and fixed issues in their infrastructure, V8 garbage collection, and OpenNext optimizations, resulting in performance improvements for all customers. The article details Cloudflare's technical investigation process and the specific optimizations implemented to address the performance gap.
Key quotes
· 4 pulledThe initial results showed Cloudflare Workers performing worse than Node.js on Vercel at a variety of CPU-intensive tasks, by a factor of as much as 3.5x.
We were surprised by the results. The benchmarks were designed to compare JavaScript execution speed in a CPU-intensive workload that never waits on external services.
Cloudflare investigated CPU performance benchmark results for Workers, uncovering and fixing issues in infrastructure, V8 garbage collection, and OpenNext optimizations.
These improvements have made Cloudflare Workers faster for all customers.
You might also wanna read
Google enters AI agent runtime race as the infrastructure layer becomes commoditized
Google repositioned Antigravity as a platform for developing and managing teams of autonomous AI agents at its I/O conference. The platform
bit.ly·15h agoOptimizing .NET APIs for High Throughput: Techniques for 1M Requests Per Minute
Article discusses techniques for designing high-throughput .NET APIs capable of handling 1M requests per minute. It covers horizontal scalin

How micro-optimizations in Azure Service Bus SDK paved the way for a smarter redesign
The article discusses how micro-optimizations in the Azure Service Bus SDK led to meaningful design improvements. Rather than advocating for
How Kestra Improved Orchestrator Performance Across 14 Releases: A Year of Performance Engineering
Kestra's engineering team details their year-long performance engineering journey across releases 0.19 to 1.3, treating performance as an on
Cloudflare Integrates Claude Managed Agents for Developer Deployment
Cloudflare has added support for Claude Managed Agents, enabling developers to deploy, run, and manage Claude AI agents within the Cloudflar
How four open-source projects power Floci, a fast AWS emulator that starts in 24ms
Floci, a free MIT-licensed AWS emulator, achieves fast startup (~24ms) and low memory usage (13 MiB RAM) by leveraging four mature open-sour
dev.to·4d ago