Performance Optimization

Optimize a performance problem by profiling to find the real bottleneck before changing anything, making one targeted change, and verifying both the improvement and that correctness did not degrade. Use when a feature is measurably slow, a page load or API response exceeds a budget, a query is taking too long, or a user reports sluggishness. Do not use to pre-optimize code that has not been measured to be slow.

KhaledSaeed18 e9f6458 2 files · 6.3 KB Updated

File contents

KhaledSaeed18/dotclaude/tree/main/skills/engineering/performance-optimization commit e9f64580c6

Frequently asked questions

npx skillmds@latest add khaledsaeed18/performance-optimization