KB / Memory / tech-workers-cache-swr
Cache-Control stale-while-revalidate
SWR serves stale instantly while background refresh runs
Use Cache-Control: public, max-age=…, stale-while-revalidate=… so users rarely wait on origin re-render.
Pair with tech-workers-cache-enabled, tech-workers-cache-tags.