Jump to ratings and reviews
Rate this book

High Performance JavaScript

Rate this book

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 bottlenecks during development. You'll learn how to improve execution time, downloading, interaction with the DOM, page life cycle, and more.

Yahoo! frontend engineer Nicholas C. Zakas and five other JavaScript experts -- Ross Harmes, Julien Lecomte, Steven Levithan, Stoyan Stefanov, and Matt Sweeney -- demonstrate optimal ways to load code onto a page, and offer programming tips to help your JavaScript run as efficiently and quickly as possible. You'll learn the best practices to build and deploy your files to a production environment, and tools that can help you find problems once your site goes live.

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

232 pages, Paperback

First published January 1, 2010

Loading...
Loading...

About the author

Nicholas C. Zakas

18 books106 followers
Chinese: 尼古拉斯

Nicholas C. Zakas is a front-end consultant, author, and speaker. He worked at Yahoo! for almost five years, where he was front-end tech lead for the Yahoo! homepage and a contributor to the YUI library. He is the author of Maintainable JavaScript (O’Reilly, 2012), Professional JavaScript for Web Developers (Wrox, 2012), High Performance JavaScript
(O’Reilly, 2010), and Professional Ajax (Wrox, 2007). Nicholas is a strong advocate for development best practices including progressive enhancement, accessibility, performance, scalability, and maintainability.

Ratings & Reviews

What do you think?
Rate this book

Friends & Following

Create a free account to discover what your friends think of this book!

Community Reviews

5 stars
220 (36%)
4 stars
242 (40%)
3 stars
110 (18%)
2 stars
23 (3%)
1 star
1 (<1%)
Displaying 1 of 1 review
Profile Image for Illia Olenchenko.
28 reviews
February 5, 2015
Книга отличная и действительно дает понять насколько зависят оптимизации от типа ошибок и как их лучше применить. Настоящим открытием стал пример Устройства Дафа, который действительно на больших кол-вах операций ускоряет процесс выполнения по сравнению с циклов в 2-3 раза. Так же очень интересные последние 2 главы об инструментах и способах построения проектов. Отлична написана часть про регулярные выражения. Рекомендую.
Displaying 1 of 1 review