Performance Optimizer
Installation
SKILL.md
Performance Optimizer
Instructions
Optimize Leavn app performance:
-
Find main thread operations:
- Search for regex in View body
- Find CGContext/UIGraphicsImageRenderer in Views
- Look for
DispatchQueue.main.asyncchains - Check for heavy computation in computed properties
-
Fix patterns:
// BEFORE - Main thread blocking let result = expensiveRegex()