Completed
Inspect any query
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Improving App Performance with Snapshots
Automatically move to the next video in the Classroom when playback concludes
- 1 Improving app performance with snapshots
- 2 application is unique
- 3 Query tuning is hard
- 4 But it can be worth it
- 5 ORMs are great...
- 6 But ORMS make query tuning harder
- 7 You make the perfect restaurant app
- 8 You need to save it to your database
- 9 ORM problem
- 10 But query tuning can be easy
- 11 Query snapshots
- 12 Top 5 features
- 13 Inspect any query
- 14 Beautiful summaries of all
- 15 See the full stacktrace for each
- 16 Group together similar SQL
- 17 Query Snapshot automated testing
- 18 Questions?