Configure player

Close

WWDC Index does not host video files

If you have access to video files, you can configure a URL pattern to be used in a video player.

URL pattern

preview

Use any of these variables in your URL pattern, the pattern is stored in your browsers' local storage.

$id
ID of session: wwdc2016-406
$eventId
ID of event: wwdc2016
$eventContentId
ID of session without event part: 406
$eventShortId
Shortened ID of event: wwdc16
$year
Year of session: 2016
$extension
Extension of original filename: mp4
$filenameAlmostEvery
Filename from "(Almost) Every..." gist: [2016] [Session 406] Optimizing ...

WWDC16 • Session 406

Optimizing App Startup Time

Developer Tools • iOS, macOS, tvOS, watchOS • 39:22

Launching an App is a complicated and subtle process and the ramifications on launch times of different App design patterns are often non-obvious. Come learn what happens in the time between when an App begins launching and when the main() function gets control and how that time relates to the code and structure of your App. Learn about the inner details of the dynamic loader, dyld, and best practices for structuring your code to perform at its best from the very start.

Speakers: Nick Kledzik, Louis Gerbarg

Unlisted on Apple Developer site