初級 免費 ⏱ 25:00
Chapter 16: Performance and Memory Management
Writing efficient code, avoiding memory leaks, and using Web Workers for heavy computation.
Performance and Memory Management
Make your apps fly. Learn how the JS engine works and how to avoid common performance pitfalls.
Key Topics
- Garbage Collection and Memory Leaks
- Debouncing and Throttling
- Offloading work with Web Workers
- Performance Profiling in the Browser