Database
Browse 5,303 skills across 372 packs and 37 categories
Bundle Optimization
121LReduce JavaScript bundle size through tree shaking, dependency analysis, and build configuration tuning.
Caching Strategies
114LDesign effective browser and CDN caching strategies using Cache-Control headers, ETags, service workers, and edge caching.
Code Splitting
151LReduce initial load time with route-based and component-level code splitting using dynamic imports and framework-specific patterns.
Core Web Vitals
136LOptimize Largest Contentful Paint, First Input Delay, and Cumulative Layout Shift for better user experience and search rankings.
Database Query Optimization
138LOptimize database queries through indexing, query planning, N+1 elimination, connection pooling, and schema design.
Image Optimization
108LOptimize image delivery with modern formats, responsive sizing, lazy loading, and CDN-based transformations.
Memory Management
173LPrevent memory leaks and optimize memory usage through proper cleanup patterns, profiling, and garbage collection awareness.
Server Side Rendering
130LImprove time-to-first-byte and perceived performance with server-side rendering, static generation, and streaming patterns.