作者:
Steve Souders 出版社: O'Reilly Media 副标题: Performance Best Practices for Web Developers 出版年: 2009-6-20 页数: 256 定价: USD 34.99 装帧: Paperback ISBN: 9780596522308
Performance is critical to the success of any web site, and yet today's web applications push browsers to their limits with increasing amounts of rich content and heavy use of Ajax. In this book, Steve Souders, web performance evangelist at Google and former Chief Performance Yahoo!, provides valuable techniques to help you optimize your site's performance. Souders' previous bo...
Performance is critical to the success of any web site, and yet today's web applications push browsers to their limits with increasing amounts of rich content and heavy use of Ajax. In this book, Steve Souders, web performance evangelist at Google and former Chief Performance Yahoo!, provides valuable techniques to help you optimize your site's performance. Souders' previous book, the bestselling High Performance Web Sites, shocked the web development world by revealing that 80% of the time it takes for a web page to load is on the client side. In Even Faster Web Sites, Souders and eight expert contributors provide best practices and pragmatic advice for improving your site's performance in three critical categories: *JavaScript-Get advice for understanding Ajax performance, writing efficient JavaScript, creating responsive applications, loading scripts without blocking other components, and more. *Network-Learn to share resources across multiple domains, reduce image size without loss of quality, and use chunked encoding to render pages faster. *Browser-Discover alternatives to iframes, how to simplify CSS selectors, and other techniques. Speed is essential for today's rich media web sites and Web 2.0 applications. With this book, you'll learn how to shave precious seconds off your sites' load times and make them respond even faster. This book contains six guest chapters contributed by Dion Almaer, Doug Crockford, Ben Galbraith, Tony Gentilcore, Dylan Schiemann, Stoyan Stefanov, Nicole Sullivan, and Nicholas C. Zakas.
Timers are the de facto standard for splitting up JavaScript code execution in browsers. Whenever a script is taking too long to complete, look to delay parts of the execution until later.
Note that very small timer delays can also cause the browser to become unresponsive. It’s recommended to never use a delay of zero milliseconds, as this isn’t enough time for all browsers to properly update their display. In general, delays between 50 and 100 milliseconds are appropriate and allow browsers enough idle time to perform necessary display updates. (查看原文)
what is the fastest runner of mammals on earth? how to tune even faster web sites? (呃 能被中文版的责编 #sunlight 约写书评,还是着实让我惊讶了一回的。) 其实Steve Souders 去年(那会儿他已经从Yahoo转去了Google)在SXSW上那篇《Even Faster Web Sites》的 Pres...
(展开)
经过大半年的努力和等待,口碑网前端团队(http://ued.koubei.com)5位成员共同翻译的《高性能网站建设进阶指南(Even Faster Web Sites):Web开发者性能优化最佳实践》终于面市了。翻译的过程本身就是学习的过程,又经过了在口碑网的实践,我们深刻地感受到本书内容不仅和每...
(展开)
Performance is critical to the success of any web site, and yet today's web applications push browsers to their limits with increasing amounts of rich content and heavy use of Ajax. In this book, Steve Souders, web performance evangelist at Google and forme...
(展开)
0 有用 Jeao&Leon 2020-03-17 22:42:39
现在去读,已经属于非常非常古老的内容了。 附录中各种性能检测工具,多半已经成为古董而无法见到。 各种提升响应速度的技巧,由于年代感的关系,也感觉不到有什么亮点。 等等,我又不是前端,看这玩意看啥……
0 有用 透明 2011-05-16 11:01:57
虽然有点奇技淫巧的嫌疑,不过仍然是很有用的知识。
0 有用 zaohe 2011-01-16 22:56:01
全部都是这个领域的大师,不得不读
0 有用 灭灭 2012-12-07 23:43:35
笔记*11,看了High Performance Web Sites不看这本就亏大了 http://stevesouders.com/efws/links.php
0 有用 blues 2013-09-30 19:18:07
比第一本深入一些,多了很多js的内容,不是专门搞前端的话看第一本就够了。