<Div> If you're like most developers, you rely heavily on JavaScript to build interactive and quick-responding web applications. The problem is that all of those lines of JavaScript code can slow down your apps. This book reveals techniques and strategies to help you eliminate performance bottleneck
High Performance JavaScript
โ Scribed by Nicholas C. Zakas
- Publisher
- O'Reilly Media
- Year
- 2010
- Tongue
- English
- Leaves
- 231
- Series
- Build Faster Web Application Interfaces
- Edition
- 1st
- Category
- Library
No coin nor oath required. For personal study only.
โฆ Synopsis
- Identify problem code and use faster alternatives to accomplish the same task
- Improve scripts by learning how JavaScript stores and accesses data
- Implement JavaScript code so that it doesn't slow down interaction with the Dom
- Use optimization techniques to improve runtime performance
- Learn ways to ensure the Ui is responsive at all times
- Achieve faster client-server communication
- Use a build system to minify files, and Http compression to deliver them to the browser
๐ SIMILAR VOLUMES
<p>If youre like most developers, you rely heavily on JavaScript to build interactive and quick-responding web applications. The problem is that all of those lines of JavaScript code can slow down your apps. This book reveals techniques and strategies to help you eliminate performance bottlenecks du
Studying javascript performance in depth will make you capable of tackling the complex and important tasks required to solve performance issues. In this book, youll learn when and why to use an IDE over a common text editor. Packed with examples, youll also learn how to create a build system to test
<p><b>Master the art of building, deploying, and optimizing faster web applications with JavaScript</b></p> <h2>About This Book</h2><ul><li>Test and optimize JavaScript code efficiently</li><li>Build faster and more proficient JavaScript programs for web browsers and hybrid mobile apps</li><li>Step-