惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Recent Announcements
Recent Announcements
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
MongoDB | Blog
MongoDB | Blog
H
Help Net Security
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
人人都是产品经理
人人都是产品经理
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
The GitHub Blog
The GitHub Blog
V
V2EX
Microsoft Security Blog
Microsoft Security Blog
V
Visual Studio Blog
A
About on SuperTechFans
博客园_首页
L
LangChain Blog
量子位
雷峰网
雷峰网
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
Jina AI
Jina AI
月光博客
月光博客
阮一峰的网络日志
阮一峰的网络日志
博客园 - 聂微东
Microsoft Azure Blog
Microsoft Azure Blog
M
MIT News - Artificial intelligence
N
Netflix TechBlog - Medium

Vercel News

Vercel Open Source Program: Winter 2026 cohort How Notion Workers run untrusted code at scale with Vercel Sandbox How we run Vercel's CDN in front of Discourse From idea to secure checkout in minutes with Stripe Building Slack agents can be easy Scaling redirects to infinity on Vercel Advancing Python typing Gamma builds design-first agents with Vercel How Avalara turns pipe dreams into patent-pending with v0 Keeping community human while scaling with agents How OpenEvidence built a healthcare AI that physicians actually trust Security boundaries in agentic architectures Skills Night: 69,000+ ways agents are getting smarter Video Generation with AI Gateway We Ralph Wiggumed WebStreams to make them 10x faster How Stably ships AI testing agents in hours, not weeks How we built AEO tracking for coding agents Anyone can build agents, but it takes a platform to run them Introducing Geist Pixel The Vercel AI Accelerator is back with $6m in credits Making agent-friendly pages with content negotiation The Vercel OSS Bug Bounty program is now available Introducing the new v0 Run untrusted code with Vercel Sandbox, now generally available How Stripe built a game-changing app in a single flight with v0 How Sensay went from zero to product in six weeks AGENTS.md outperforms skills in our agent evals Agent skills explained: An FAQ Testing if "bash is all you need" AWS databases are now live on the Vercel Marketplace and v0
Just another (Black) Friday
Sharon TohMarketingDan FeinProduct · 2025-10-15 · via Vercel News

Vercel customers can treat Black Friday like just another day, ready to scale to billions of requests.

For teams on Vercel, Black Friday is just another Friday. The scale changes, but your storefronts and apps stay fast, reliable, and ready for spikes in traffic.

Many of the optimizations required for peak traffic are already built into the platform. Rendering happens at the edge, caching works automatically, and protection layers are on by default.

What’s left for teams is refinement: confirming observability is set up, tightening security rules, and reviewing the dashboards that matter most.

Last year, Vercel created a live Black Friday Cyber Monday dashboard that showcased our scale in real-time, showing the spikes. Overall, from Friday to Thursday, Vercel served 86,702,974,965 requests across its network, reaching a peak of 1,937,097 requests per second.

Helly Hansen, a major technical apparel brand, entered the weekend with this confidence. Before the event, they moved from client-heavy rendering to Vercel’s CDN and saw:

  • 80% year-over-year increase in revenue

  • 2x higher conversion

  • Zero downtime

  • Core Web Vitals shift from red to green

Their success came from deliberate performance decisions, not SREs on standby reacting to outages.

Link to headingDefense that adapts to traffic

At scale, security is as much about maintaining control as it is about protection. The same global network that keeps pages fast also shields them from attacks, automatically absorbing and filtering traffic before it reaches the origin.

Every request goes through a multi-layered firewall, and for Vercel customers, this means the platform firewall has already deflected the largest DDoS attempts long before they reach their apps.

Last year, Vercel's system Firewall triggered 3,052,195,860 request blocks, while our customer-specific Web Application Firewalls blocked 519,841,270 requests.

Platform Firewall for DDoS
Vercel’s Firewall automatically mitigates distributed denial-of-service traffic by filtering requests at the network perimeter. The system dynamically scales its defenses as load increases, so legitimate users continue to see a fast experience even during an attack.

Business logic and the Vercel Web Application Firewall
The Vercel WAF gives teams granular control to apply their own logic at the edge. Instead of static rules, the WAF lets customers define protection around business-critical routes such as checkout, login, or API endpoints. This ensures security is specific to the application, not generic to the network.

Keeping the experience human
Poorly configured bot defenses, or asking your customers to pay traffic light tax, can create friction when traffic spikes. BotID provides invisible CAPTCHA-level protection that automatically distinguishes real usrs from automated agents, without degrading UX.

Understand how Vercel secures your app

From network protections to Layer 7 granular controls, learn how Vercel's infrastructure provides multi-layered protection for your application.

Learn more

Link to headingServe instantly, update intelligently

At high traffic, the goal is not just speed but predictability and origin stability. The CDN must adapt: serve from cache when possible, refresh intelligently, and collapse redundant work. Below are key techniques Vercel uses to achieve this.

Revalidation that is invisible to users
Rather than forcing every user to wait for rebuilds, Vercel supports background revalidation. Pages served stale will trigger regeneration behind the scenes while users still get a fast response.

This means a page may refresh every 5 minutes, but users never see that pause.

Request collapsing to prevent stampedes
When many requests hit an uncached or expired route at once, Vercel’s CDN collapses them into a single regeneration per region. Other requests wait and receive the result. This prevents duplicate work and protects the origin under traffic surges.

Understanding Vercel's infrastructure

Learn how Vercel's framework-defined infrastructure automatically handles user traffic.

Read the blog

Link to headingTrack performance & availability in real time

While many companies may insist on a code freeze, Vercel customers didn't stop deploying, with 2,454,917 deployments taking place over this roughly 96 hour window.

To stay confident during peak traffic, you need full visibility into how your system behaves. Not after the fact, but while it’s running.

Observability gives you that insight: you can see latency, errors, cache behavior, and resource usage across every layer. On Vercel, that means monitoring everything from network requests to function invocations and real user metrics.

Built-in insights by layer

In the Observability dashboard, you can view metrics across these layers:

  • Cache hit/miss rates, request count per region, traffic by path and bot category

  • Vercel Function invocation counts, error rates, and latency

  • Upstream latency and error rates to pinpoint third-party slowdowns

  • Revalidation frequency and cache efficiency

  • Real-user metrics aggregated over time to see how performance truly feels

Custom queries and anomaly alerts

You can write custom queries to investigate traffic, like sustained latency above threshold, error spikes, or rising cache miss rates.

Anomaly alerts, available for Pro and Enterprise users in public beta, can notify you at the earliest signs of unusual app activity.

Unified signal streams

Vercel lets you stream logs, traces, analytics, and performance data into your existing tools via Drains. You get correlated signal: a slow function call can be tied to a trace, enriched logs, and a decline in web vitals. This unified view helps you quickly root-cause regressions.

Black Friday Cyber Monday readiness with Vercel

Peak season punishes slow sites and shaky architectures. With Vercel, you can harden the critical pages in weeks. See how.

Register Now

Link to headingGet ready for Black Friday with Vercel

Vercel’s global network absorbs traffic spikes, serves content from cache, and revalidates pages in the background. Built-in observability tracks performance and availability in real time so teams can monitor and adjust during peak load.

Make Black Friday just another fast, reliable day on your platform. Our team can help you validate your setup, apply the right protections, and optimize your caching strategy before traffic peaks.

Talk to sales to build a tailored readiness plan, or join our Black Friday Cyber Monday readiness webinar for a full walkthrough, best practices checklist, and a free site readiness assessment tool.