Completed
Drawing
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
How We Made m.facebook.com Faster - Mobile Web App Optimization Techniques
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Overview
- 3 What do you know
- 4 Facebookcom
- 5 Disclaimer
- 6 Premature optimization
- 7 Performance is not a goal
- 8 Pick your metrics
- 9 Performance
- 10 High Risk Time
- 11 Minimize Time
- 12 Precompute
- 13 Pendency
- 14 Memcache
- 15 Open connections
- 16 Network wait time
- 17 Not executing things
- 18 Two states of the page
- 19 WebP
- 20 Timeline
- 21 Reflow
- 22 JavaScript DOM
- 23 Drawing
- 24 Frame Trees
- 25 Box Shadow
- 26 SVGs
- 27 CSS performance
- 28 Testing across devices
- 29 Testing on a simulator
- 30 The build process