High Performance Web Sites: Essential Knowledge for Front-End Engineers (Paperback)
Steve Souders
- 出版商: O'Reilly
- 出版日期: 2007-10-16
- 售價: $1,260
- 貴賓價: 9.5 折 $1,197
- 語言: 英文
- 頁數: 170
- 裝訂: Paperback
- ISBN: 0596529309
- ISBN-13: 9780596529307
-
相關分類:
CSS、JavaScript、網頁設計
海外代購書籍(需單獨結帳)
買這商品的人也買了...
-
$880$695 -
$2,205The Java Programming Language, 4/e (Paperback)
-
$880$695 -
$550$468 -
$980$774 -
$600$510 -
$880$695 -
$1,200$948 -
$350$298 -
$880$695 -
$480$379 -
$990$891 -
$600$480 -
$880$695 -
$720$569 -
$540$427 -
$380$300 -
$980$774 -
$450$351 -
$690$545 -
$490$387 -
$740$585 -
$590$466 -
$480$374 -
$680$537
相關主題
商品描述
Description
Want your web site to display more quickly? This book presents 14 specific rules that will cut 20% to 25% 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:If you're building pages for high traffic destinations and want to optimize the experience of users visiting their site, this book is indispensable.
- Make Fewer HTTP Requests
- Use a Content Delivery Network
- Add an Expires Header
- Gzip Components
- Move Stylesheets at the Top
- Move Scripts to 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 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