vercel-load-scale

Solid

Load test and scale Vercel deployments with concurrency tuning and capacity planning. Use when running performance tests, planning for traffic spikes, or optimizing serverless function scaling on Vercel. Trigger with phrases like "vercel load test", "vercel scale", "vercel performance test", "vercel capacity", "vercel benchmark".

AI & Automation 2,266 stars 315 forks Updated today MIT

Install

View on GitHub

Quality Score: 99/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Vercel Load & Scale ## Overview Load test Vercel deployments to identify scaling limits, cold start impact, and concurrency thresholds. Covers k6/autocannon test scripts, Vercel's auto-scaling model, Fluid Compute concurrency, and capacity planning. ## Prerequisites - Load testing tool: k6, autocannon, or artillery - Test environment deployment (never load test production without approval) - Access to Vercel Analytics for monitoring during tests ## Instructions ### Step 1: Understand Vercel's Scaling Model Vercel serverless functions scale automatically: | Behavior | Details | |----------|---------| | Scale-up | New function instances spawn on demand | | Scale-down | Idle instances shut down after ~15 minutes | | Cold starts | First request to a new instance pays initialization cost | | Concurrency | Each instance handles one request at a time (by default) | | Fluid Compute | Pro/Enterprise: multiple requests per instance | **Concurrency limits by plan:** | Plan | Max Concurrent Functions | |------|------------------------| | Hobby | 10 | | Pro | 1,000 | | Enterprise | 100,000 | ### Step 2: Basic Load Test with autocannon ```bash # Install autocannon npm install -g autocannon # Test with 50 concurrent connections for 30 seconds autocannon -c 50 -d 30 https://my-app-preview.vercel.app/api/endpoint # Output includes: # Latency: avg, p50, p99, max # Requests/sec: avg, min, max # Errors: timeouts, non-2xx responses ``` ### Step 3: k6 Load Test Script ```javascript //...

Details

Author
jeremylongshore
Repository
jeremylongshore/claude-code-plugins-plus-skills
Created
7 months ago
Last Updated
today
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Featured

replit-load-scale

Load test and scale Replit deployments with Autoscale tuning, Reserved VM sizing, and capacity planning. Use when load testing Replit apps, optimizing Autoscale behavior, or planning capacity for production traffic. Trigger with phrases like "replit load test", "replit scale", "replit capacity", "replit performance test", "replit autoscale tuning".

2,266 Updated today
jeremylongshore
AI & Automation Featured

canva-load-scale

Implement Canva Connect API load testing, auto-scaling, and capacity planning. Use when running performance tests, planning capacity around Canva rate limits, or scaling Canva integrations for production workloads. Trigger with phrases like "canva load test", "canva scale", "canva performance test", "canva capacity", "canva k6", "canva benchmark".

2,266 Updated today
jeremylongshore
AI & Automation Featured

salesforce-load-scale

Implement Salesforce load testing, API limit capacity planning, and Bulk API scaling. Use when running performance tests against Salesforce, planning API consumption, or scaling high-volume Salesforce integrations. Trigger with phrases like "salesforce load test", "salesforce scale", "salesforce performance test", "salesforce capacity planning", "salesforce high volume".

2,266 Updated today
jeremylongshore
AI & Automation Featured

customerio-load-scale

Implement Customer.io load testing and horizontal scaling. Use when preparing for high traffic, running load tests, or designing queue-based architectures for scale. Trigger: "customer.io load test", "customer.io scale", "customer.io high volume", "customer.io k6", "customer.io performance test".

2,266 Updated today
jeremylongshore
AI & Automation Listed

vercel

Deploy and configure applications on Vercel. Use when deploying Next.js apps, configuring serverless functions, setting up edge functions, or managing Vercel projects. Triggers on Vercel, deploy, serverless, edge function, Next.js deployment.

2 Updated today
Makiya1202