Do iOS Conference 2024: Making apps faster with tools you get for free
Detailed image description of the sketchnote
- "Simulate Memory warning" in simulator
- Hide System Libraries to filter out info that we can't optimize
- Invert Call Tree to show deepest info first
- SwiftUI's body should be quick because it's called often
- Check how different threads are used
The Game Plan
- Find what's slow
- Make it faster