-
Notifications
You must be signed in to change notification settings - Fork 311
Open
Description
Context
A common developer pain point is "my shapes are slow in local dev" — caused by HTTP/1.1's 6-connection browser limit. The fix is non-obvious: set up an HTTP/2 reverse proxy. Similarly, SSE requires proxy buffering to be disabled.
Scope
Create an electric-proxy-config skill covering:
- Problem explanation — Why HTTP/1.1 causes slow shapes, how to diagnose
- Caddy setup — Caddyfile for HTTP/2 +
flush_interval -1for SSE - nginx setup —
proxy_buffering off, HTTP/2 listener config - Apache setup —
flushpackets=onfor SSE - Vercel/Cloudflare/AWS — CDN-specific SSE and caching considerations
- Diagnosis — How to tell if you're hitting the connection limit vs other issues
Source
Identified during domain discovery skill test run. Kept as standalone skill since "shapes are slow" is a concrete troubleshooting moment distinct from general deployment.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels