书籍 High Performance Web Sites的封面

High Performance Web Sites

Steve Souders

出版时间

2007-09-20

ISBN

9780596529307

评分

★★★★★
书籍介绍

Want your web site to display more quickly? This book presents 14 specific rules that will cut 25% to 50% off response time when users request a page. Author Steve Souders, in his job as Chief Performance Yahoo!, collected these best practices while optimizing some of the most-visited pages on the Web. Even sites that had already been highly optimized, such as Yahoo! Search and the Yahoo! Front Page, were able to benefit from these surprisingly simple performance guidelines. The rules in High Performance Web Sites explain how you can optimize the performance of the Ajax, CSS, JavaScript, Flash, and images that you've already built into your site -- adjustments that are critical for any rich web application. Other sources of information pay a lot of attention to tuning web servers, databases, and hardware, but the bulk of display time is taken up on the browser side and by the communication between server and browser. High Performance Web Sites covers every aspect of that process. Each performance rule is supported by specific examples, and code snippets are available on the book's companion web site. The rules include how to: * Make Fewer HTTP Requests * Use a Content Delivery Network * Add an Expires Header * Gzip Components * Put Stylesheets at the Top * Put Scripts at the Bottom * Avoid CSS Expressions * Make JavaScript and CSS External * Reduce DNS Lookups * Minify JavaScript * Avoid Redirects * Remove Duplicates Scripts * Configure ETags * Make Ajax Cacheable If you're building pages for high traffic destinations and want to optimize the experience of users visiting your site, this book is indispensable. "If everyone would implement just 20% of Steve's guidelines, the Web would be a dramatically better place. Between this book and Steve's YSlow extension, there's really no excuse for having a sluggish web site anymore." -Joe Hewitt, Developer of Firebug debugger and Mozilla's DOM Inspector "Steve Souders has done a fantastic job of distilling a massive, semi-arcane art down to a set of concise, actionable, pragmatic engineering steps that will change the world of web performance." -Eric Lawrence, Developer of the Fiddler Web Debugger, Microsoft Corporation

用户评论
三星半,因为觉得书的内容没我预料中那么有用扣半星。如果是在React、Vue等前端框架大火及前端工程化之前看这本书我应该至少打四星。
对于我这样的前端小白, 很实用. 得佩服老外写书的那股子认真劲.
先把http协议弄清楚了再来看这本书吧
以前对于那些网络优化规则只知其然,看完这本书后知其所以然了
技巧简单但是实用。
很多都已经成为了现代化前端框架的标准,但是能从其中了解到,标准从何而来;可能还得再读几遍= =
十年前的书现在看也不算过时,一边看一边觉得自己是智障,平时工作真是不求甚解!
里面的所有规则应该没有人不知道吧?这本书的优点是不光告诉了要遵守这些规则,还很详细的讲了为什么要遵守这些规则。