Skip to main content
#DieHimmels­traeumerin

iOS dev • sketchnoting • accessibility • pineapple on pizza • sports • she/her

Do iOS Conference 2024: Making apps faster with tools you get for free

Sketchnote of a talk at Do iOS Conference 2024 about how to improve performance for your app with instruments.

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

  1. Find what's slow
  2. Make it faster