Give me top 10 wwdc videos about performance.

Asked on 06/14/2025

1 search

Here are some top WWDC sessions focused on performance:

  1. Optimize CPU performance with Instruments - This session teaches how to use Instruments to optimize code for Apple silicon CPUs, focusing on efficient CPU resource usage to avoid noticeable wait times.

  2. Optimize SwiftUI performance with Instruments - Focuses on diagnosing performance issues in SwiftUI code and using the SwiftUI instrument to identify and resolve bottlenecks.

  3. Profile and optimize power usage in your app - This session covers how to use Instruments to profile and optimize power usage, which is closely related to performance.

  4. Improve memory usage and performance with Swift - Explores how to understand and improve code performance using new additions to Swift and the standard library.

  5. Explore Swift performance - Discusses the principles of performance in Swift, including low-level performance considerations and optimizations.

  6. What’s new in SwiftUI - Highlights performance improvements in SwiftUI, including faster list updates and scrolling.

  7. Platforms State of the Union - Provides an overview of performance improvements across Apple's platforms, including SwiftUI enhancements.

  8. What’s new in Xcode - Discusses new features in Xcode that aid in performance optimization, such as CPU counters and flame graphs.

  9. What’s new in Xcode 16 - Covers updates in Xcode 16 that improve performance profiling and debugging.

  10. Code-along: Bring on-device AI to your app using the Foundation Models framework - Includes a section on profiling to understand performance factors when integrating AI into apps.

These sessions provide a comprehensive look at various aspects of performance optimization across different Apple technologies and tools.