Performance Optimization

Measure-first performance review of a code change. Use the moment a slice's diff touches data fetching, rendering, bundle size, or any hot path, or when Core Web Vitals / load-time budgets are in play. Do NOT eyeball performance: profile the running app, cite before/after numbers, and flag N+1 queries, unbounded fetches, oversized bundles, and needless re-renders before the PR opens.

celestialdust 0d73901 14.4 KB Updated

File contents

celestialdust/achilles-skills/tree/main/skills/performance-optimization commit 0d739013e8

Frequently asked questions

npx skillmds@latest add celestialdust/performance-optimization