文件名称:
High Performance Web Sites - Steve Souders
开发工具:
文件大小: 2mb
下载次数: 0
上传时间: 2014-09-29
详细说明: How This Book Is Organized After two quick introductory chapters, I jump into the main part of this book: the 14 performance rules.Each rule is described, one per chapter, in priority order.Not every rule applies to every site, and not every site should apply a rule the same way, but each is worth considering.The final chapter of this book shows how to analyze web pages from a performance perspective, including some case studies. Chapter A, The Importance of Frontend Performance explains that at least 80 percent of the time it takes to display a web page happens after the HTML document has been downloaded, and describes the importance of the techniques in this book. Chapter B, HTTP Overview provides a short description of HTTP, highlighting the parts that are relevant to performance. Chapter 1, Rule 1: Make Fewer HTTP Requests describes why extra HTTP requests have the biggest impact on performance, and discusses ways to reduce these HTTP requests including image maps, CSS sprites, inline images using data: URLs, and combining scripts and stylesheets. Chapter 2, Rule 2: Use a Content Delivery Network highlights the advantages of using a content delivery network. Chapter 3, Rule 3: Add an Expires Header digs into how a simple HTTP header dramatically improves your web pages by using the browser’s cache. Chapter 4, Rule 4: Gzip Components explains how compression works and how to enable it for your web servers, and discusses some of the compatibility issues that exist today. Chapter 5, Rule 5: Put Stylesheets at the Top reveals how stylesheets affect the rendering of your page. Chapter 6, Rule 6: Put Scripts at the Bottom shows how scripts affect rendering and downloading in the browser. Chapter 7, Rule 7: Avoid CSS Expressions discusses the use of CSS expressions and the importance of quantifying their impact. Chapter 8, Rule 8: Make JavaScript and CSS External talks about the tradeoffs of inlining your JavaScript and CSS versus putting them in external files. Chapter 9, Rule 9: Reduce DNS Lookups highlights the often-overlooked impact of resolving domain names. Chapter 10, Rule 10: Minify JavaScript quantifies the benefits of removing whitespace from your JavaScript. Chapter 11, Rule 11: Avoid Redirects warns against using redirects, and provides alternatives that you can use instead. Chapter 12, Rule 12: Remove Duplicate Scripts reveals what happens if a script is included twice in a page. Chapter 13, Rule 13: Configure ETags describes how ETags work and why the default implementation is bad for anyone with more than one web server. Chapter 14, Rule 14: Make Ajax Cacheable emphasizes the importance of keeping these performance rules in mind when using Ajax. Chapter 15, Deconstructing 10 Top Sites gives examples of how to identify performance improvements in real-world web sites. ...展开收缩
(系统自动生成,下载前可以参看下载内容)
下载文件列表
相关说明
- 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
- 本站是交换下载平台,提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度。
- 本站已设置防盗链,请勿用迅雷、QQ旋风等多线程下载软件下载资源,下载后用WinRAR最新版进行解压.
- 如果您发现内容无法下载,请稍后再次尝试;或者到消费记录里找到下载记录反馈给我们.
- 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
- 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.