Performance Check (Apple)
Provide a focused performance pass for a screen or flow.
When to Use
- •UI feels slow or before release.
Inputs
- •Target screens or view models
- •Known bottlenecks (if any)
Instructions
- •Identify main-thread work and blocking IO.
- •Check SwiftUI body recomputation and state churn.
- •Recommend Instruments traces (Time Profiler, Leaks).
- •Review image sizes, caching, and lazy stacks.
Output
- •A list of concrete performance recommendations.