本文主要是介绍High Performance Web Sites: Essential Knowledge for Front-End Engineers [ILLUSTRATED],希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
版权声明:原创作品,允许转载,转载时请务必以超链接形式标明文章原始出版、作者信息和本声明。否则将追究法律责任。 http://blog.csdn.net/topmvp - topmvpWant 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
http://rapidshare.com/files/72800938/0596529309.zip
这篇关于High Performance Web Sites: Essential Knowledge for Front-End Engineers [ILLUSTRATED]的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!