What problem does it solve? Slow pages, bloated JavaScript bundles, N+1 database queries, and memory leaks degrade user experience and infrastructure costs, and this Skill provides concrete budgets, code patterns, and profiling workflows to find and fix them. ## Core Features & Use Cases - Frontend Optimization: Bundle analysis with vite-bundle-analyzer, route-level code splitting, tree shaking, lazy loading, virtual scrolling with react-virtuoso, and memoization patterns. - Caching & Database Performance: HTTP/edge caching with Cloudflare Workers, Redis query caching, TanStack Query configuration, SQL indexing strategies, N+1 elimination, and connection pooling with PgBouncer. - Core Web Vitals & Monitoring: LCP, INP, and CLS fixes, memory leak detection in React effects, Prometheus metrics, and alerting rules for latency and memory thresholds. - Use Case: A dashboard page loads in 6 seconds. Use this Skill to run bundle analysis, add route-level code splitting, index the slow task query, cache the project list in Redis, and verify LCP drops under 2.5s with Lighthouse. ## Quick Start Ask the agent to audit this page's performance and reduce the initial bundle size below 150KB gzipped.