Practical Performance Tips to Make Your HTML/JavaScript Faster: (07) Case Study: Casual Game Performance Tuning
Update: 2015-03-09
Description
Watch a casual game demo to see, step by step, how to improve startup time, UI responsiveness, and memory efficiency, based on the strategies, principles, and best practices from the previous modules.
- [01:40 ] - Casual Game
- [10:10 ] - Stay Lean - use less memory
- [23:08 ] - use fast objects and do fast manipulations
- [38:41 ] - do less (cross subsystem) work

Comments
In Channel