shopify-load-scale

Featured

Load test Shopify integrations respecting API rate limits, plan capacity with k6, and scale for Shopify Plus burst events (flash sales, BFCM). Trigger with phrases like "shopify load test", "shopify scale", "shopify BFCM", "shopify flash sale", "shopify capacity", "shopify k6 test".

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

# Shopify Load & Scale ## Overview Load test Shopify app integrations while respecting API rate limits. Plan capacity for high-traffic events like Black Friday / Cyber Monday (BFCM). ## Prerequisites - k6 load testing tool installed (`brew install k6`) - Test store with API access (never load test production) - Understanding of Shopify rate limits per plan ## Instructions ### Step 1: Understand Capacity Constraints Your app's throughput is bounded by Shopify's rate limits, not your infrastructure: | Plan | GraphQL Points | Restore Rate | Max Sustained QPS | Burst Capacity | |------|---------------|-------------|-------------------|----------------| | Standard | 1,000 | 50/sec | ~10 queries/sec | 1,000 points burst | | Shopify Plus | 2,000 | 100/sec | ~20 queries/sec | 2,000 points burst | A typical product query costs 10-50 points. At 50 points/query, Standard supports ~1 query/second sustained. ### Step 2: k6 Load Test Script ```javascript // shopify-load-test.js import http from "k6/http"; import { check, sleep } from "k6"; import { Rate, Counter, Trend } from "k6/metrics"; // Custom metrics const shopifyErrors = new Rate("shopify_errors"); const throttledRequests = new Counter("shopify_throttled"); const queryCost = new Trend("shopify_query_cost"); export const options = { stages: [ { duration: "1m", target: 2 }, // Warm up — 2 VUs { duration: "3m", target: 5 }, // Normal load { duration: "2m", target: 10 }, // Peak load { duration: "...

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

hubspot-load-scale

Load test HubSpot integrations and plan capacity around API rate limits. Use when running performance tests, planning for traffic growth, or sizing your HubSpot integration for production load. Trigger with phrases like "hubspot load test", "hubspot scale", "hubspot capacity", "hubspot benchmark", "hubspot traffic planning".

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 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

shopify-cost-tuning

Optimize Shopify app costs through plan selection, API usage monitoring, and Shopify Plus upgrade analysis. Trigger with phrases like "shopify cost", "shopify billing", "shopify pricing", "shopify Plus worth it", "shopify API usage", "reduce shopify costs".

2,266 Updated today
jeremylongshore