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: wwdc2006-309
$eventId
ID of event: wwdc2006
$eventContentId
ID of session without event part: 309
$eventShortId
Shortened ID of event: wwdc06
$year
Year of session: 2006
$extension
Extension of original filename: mov
$filenameAlmostEvery
Filename from "(Almost) Every..." gist: ...

WWDC06 • Session 309

Using Performance Analysis and Debugging Tools on Mac OS X

Development Tools • 1:01:10

The first step in optimization is understanding where your application is using resources. Learn to use Shark and other tools to understand application flow, analyze what your code is doing, and take the necessary measurements so you can make your application run lean and fast.

Speakers: Dave Payne, Rick Altherr, Ryan Du Bois

Unlisted on Apple Developer site