Home/Performance
Topic

Performance

974 articles on Performance.

11,834 articles
Performance — Five monetization trends from global pricing leaders

Five monetization trends from global pricing leaders

As AI transforms software economics, the standard revenue playbook is breaking down. Learn how leaders around the world are preparing for agent buyers, updating processes for faster pricing iteration, and building more flexible infrastructure.

SWScott WoodyScott Woody·August 20, 2026Performance
Performance — Personalization strategies that power ecommerce growth

Personalization strategies that power ecommerce growth

Learn how to implement high-performance personalization with Next.js and Vercel. Discover best practices, avoid common pitfalls, and deliver fast, scalable, and revenue-driving ecommerce experiences without sacrificing speed or user experience.

VVercel·August 19, 2026Performance
Performance — How to move fast toward the right thing

How to move fast toward the right thing

With AI, speed comes easy, but so does tech debt. That’s why the best teams don’t just ship something fast; they consider it carefully, build it efficiently, and make it stand out.

JAJake Albaugh·August 13, 2026Performance
Performance — Vercel launches partner certification

Vercel launches partner certification

Vercel introduces the inaugural cohort of Vercel Certified Solution Partners. These industry-leading teams share our commitment to creating a faster, more accessible, and innovative web for our customers.

VVercel·July 23, 2026Performance
Performance — The Orchestrator's Tax

The Orchestrator's Tax

Subagents get justified by time saved and parallel execution, but that's not what matters most in long-running multi-agent work. Every token in the orchestrator's context is competing for its attention, and the real value of a subagent is what it keeps out of that context, not how fast it runs. I argue that subagents should be treated as a tool for protecting the orchestrator's working memory, off

RGRahul Garg·July 16, 2026Performance
Performance — DSLs Enable Reliable Use of LLMs

DSLs Enable Reliable Use of LLMs

LLMs generate code incredibly fast, but to ensure they generate exactly what is intended, they need clear boundaries. Abstractions and Domain-Specific Languages (DSLs) provide a strong harness that guides LLMs right from the start. The example of Tickloom - a domain model and DSL for illustrating distributed system behavior - shows how we can use an LLM as a partner to iteratively build a DSL and

UJUnmesh Joshi·July 14, 2026Performance
Performance — How to build scalable AI applications

How to build scalable AI applications

Explore AI integration strategies with Vercel's AI SDK. Learn to choose providers, optimize performance, and future-proof your apps. Discover tools for seamless AI deployment and scalability.

VVercel·July 2, 2026Performance
Performance — You can just ship agents

You can just ship agents

Vercel AI Cloud combines unified model routing and failover, elastic cost-efficient compute that only bills for active CPU time, isolated execution for untrusted code, and workflow durability that survives restarts, deploys, and long pauses.

VVercel·July 2, 2026Performance
Performance — Vercel Ship 2025 recap

Vercel Ship 2025 recap

Vercel Ship 2025 added new building blocks for an AI era: Fast, flexible, and secure by default. Lower costs with Fluid's Active CPU pricing, Rolling Releases for safer deployments, invisible CAPTCHA with BotID. See these and more in our recap.

VVercel·July 2, 2026Performance
Performance — Images on the web

Images on the web

Learn about the differences between the image formats JPEG, PNG, WebP, and AVIF with regards to compression techniques, resolution capabilities, pixel density, and effects on user experience for optimal web performance.

VVercel·July 2, 2026Performance
Performance — How to prompt v0

How to prompt v0

The best v0 prompts include three things. What you're building, who uses it and when, and your design constraints. This guide walks through the framework with side-by-side tests showing faster generation times, less code, and better UX decisions.

VVercel·July 2, 2026Performance
Performance — Building the Black Friday-Cyber Monday live dashboard

Building the Black Friday-Cyber Monday live dashboard

See how we built the data-heavy Black Friday-Cyber Monday dashboard to be cost-efficient, fast, and accurate. Building a data-heavy, real-time dashboard with a good user experience comes with challenges. Let's walk through how we overcame them.

VVercel·July 2, 2026Performance
Performance — Introducing Active CPU pricing for Fluid compute

Introducing Active CPU pricing for Fluid compute

Fluid compute now uses Active CPU pricing. Only pay CPU rates when your function is actively computing. Building on existing Fluid gains, this brings additional savings of up to 90% for workloads like LLM calls, AI agents, or tasks with idle time.

VVercel·July 2, 2026Performance
Performance — Build realtime voice agents on AI Gateway

Build realtime voice agents on AI Gateway

Audio/voice support is live on AI Gateway, with realtime. Build realtime, low-latency voice agents with the AI SDK on Vercel AI Gateway, plus text to speech and speech to text behind one API key and your existing tooling.

VVercel·July 2, 2026Performance
Performance — Run any Dockerfile on Vercel

Run any Dockerfile on Vercel

Vercel now runs any HTTP server straight from a Dockerfile. Bring a Rails, Django, Spring Boot, or Go app and Vercel builds, deploys, autoscales, and runs it on Fluid compute with Active CPU pricing.

VVercel·June 30, 2026Performance
Performance — CSS vs. JavaScript

CSS vs. JavaScript

There are a bunch of JavaScript animation libraries out there, and you might have wondered whether there’s a performance cost compared to traditional CSS transitions and keyframe animations. In this blog post, we’ll compare the same animation across several different strategies and see the differences firsthand. There’s some interesting nuance here!

JWJosh W. Comeau·May 26, 2026Performance
Performance — Announcing Claude Managed Agents on Cloudflare

Announcing Claude Managed Agents on Cloudflare

Cloudflare has integrated with Anthropic's Claude Managed Agents to provide a fast, isolated execution environment for autonomous code delivery. This means builders can scale agent workflows globally while strictly controlling access to private backends and easily customizing their agent’s tools and runtimes.

MNMike NomitchMike Nomitch·May 19, 2026Performance
Performance — Introducing Flagship: feature flags built for the age of AI

Introducing Flagship: feature flags built for the age of AI

We are launching Flagship, a native feature flag service built on Cloudflare’s global network to eliminate the latency of third-party providers. By using KV and Durable Objects, Flagship allows for sub-millisecond flag evaluation.

RMRohan Mukherjee, Abhishek KankaniRohan Mukherjee, Abhishek Kankani·April 17, 2026Performance
Performance — Unweight: how we compressed an LLM 22% without sacrificing quality

Unweight: how we compressed an LLM 22% without sacrificing quality

Running LLMs across Cloudflare’s network requires us to be smarter and more efficient about GPU memory bandwidth. That’s why we developed Unweight, a lossless inference-time compression system that achieves up to a 22% model footprint reduction, so that we can deliver faster and cheaper inference than ever before.

MIMari, Ivan NikulinMari, Ivan Nikulin·April 17, 2026Performance
Performance — Agents Week: network performance update

Agents Week: network performance update

By migrating our request handling layer to a Rust-based architecture called FL2, Cloudflare has increased its performance lead to 60% of the world’s top networks. We use real-user measurements and TCP connection trimeans to ensure our data reflects the actual experience of people on the Internet.

LYLai Yi OhlsenLai Yi Ohlsen·April 17, 2026Performance
Performance — Principles of Mechanical Sympathy

Principles of Mechanical Sympathy

Modern hardware is remarkably fast, but software often fails to leverage it. Mechanical sympathy - a concept borrowed from racing and popularized in software by Martin Thompson - is the practice of creating software that is sympathetic to its underlying hardware. This practice can be distilled into a set of everyday principles: Predictable memory access, awareness of cache lines, the single-writer

CSCaer Sanders·April 7, 2026Performance