Completed
Client says
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Client Says Your Awesome Web App Works Slowly. Now What?
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Client says
- 3 NOBODY
- 4 Where to start?
- 5 Page speed
- 6 Developer Tools in browser(s)
- 7 Developer Tools - performance
- 8 Monitoring
- 9 JConsole (for JVM)
- 10 What to tune up on the front?
- 11 Cache
- 12 CSS and JS
- 13 Problem?
- 14 Where is the load?
- 15 Webpack Bundle Analyzer
- 16 Dynamic imports
- 17 Content placeholding
- 18 Optimistic updates
- 19 What to tune up on the backend?
- 20 REST
- 21 Database
- 22 Here's the plan