awesome-performance-patches
github.com/kurtextrem/awesome-performance-patches โ๐โก Awesome list about performance related patches/PRs.
Use this list with your AI agent
Add the Context Awesome MCP server to Claude, Cursor, or any MCP client, then ask:
"Show me blog posts with code ๐ resources from awesome-performance-patches"
Installation instructions โWhat's inside
JavaScript
- 5x SSR Throughput: Profiling SSR Hot Paths in TanStack StartBlog Posts with Code ๐
โญ
- A 400% faster Performance panel through perf-ception๐Data Structures
โญ
- Adventures in the land of substrings and RegExpsBlog Posts with Code ๐
replaces regex with manual parsing, lazy getter to avoid string allocation
- ai/nanoidUnsorted
re-ordered alphabet for smaller brotli compression
- ariakitUnsorted
Avoid high amount of calls to
- ariakitUnsorted
React: avoid too frequent calls to
TypeScript
- An approach to optimizing TypeScript type checking performance๐
- sentry
avoid large unions in favor of
- TanStack/router
- tRPC
avoid disabling the lazy evaluation of TypeScript types
CSS & Rendering
- Animating a blurBlog Posts with Code ๐
animating blur's the performant way
- Animation performanceBlog Posts with Code ๐
guidelines for performant CSS/JS animations
- Benchmarking the performance of CSSBlog Posts with Code ๐
registering
- CSS Box Shadows and Optimize PerformanceBlog Posts with Code ๐
animating box shadows the performant way
- CSS runtime performance๐ฅBlog Posts with Code ๐
summary presentation of the 2 links above
- FLIP Your AnimationsBlog Posts with Code ๐
โญ
HTML & Core Web Vitals ๐
- Avoid an excessive DOM size๐
- Better Code Rendering Through Virtualization๐
virtualization with a textarea for Ctrl+F, disabling Pointer Events for Smoother Scrolling
- Fastest Way of Passing State to JavaScript, Re-visited๐
use
- How Preply improved INP on a Next.js application (without React Server Components and App Router)๐
- How PubTech reduced INP by up to 64%๐
"lazy de-rendering", by setting
- INP on HTTPArchive๐
defer offscreen components to improve early-load INP
Showing a sample of 140 resources. View the full list on GitHub โ