High Performance Web Sites: Essential Knowledge for Front-End Engineers (Paperback)
暫譯: 高效能網站:前端工程師必備知識 (平裝本)
Steve Souders
- 出版商: O'Reilly
- 出版日期: 2007-10-16
- 售價: $1,250
- 貴賓價: 9.5 折 $1,188
- 語言: 英文
- 頁數: 170
- 裝訂: Paperback
- ISBN: 0596529309
- ISBN-13: 9780596529307
-
相關分類:
JavaScript
海外代購書籍(需單獨結帳)
買這商品的人也買了...
-
深入淺出設計模式 (Head First Design Patterns)$880$695 -
$2,205The Java Programming Language, 4/e (Paperback) -
深入淺出 Java 程式設計, 2/e (Head First Java, 2/e)$880$695 -
SQL 語法範例辭典$550$468 -
Linux 驅動程式, 3/e (Linux Device Drivers, 3/e)$980$774 -
ASP.NET 語法範例辭典$600$510 -
操作介面設計模式 (Designing Interfaces)$880$695 -
Linux 核心詳解, 3/e (Understanding the Linux Kernel, 3/e)$1,200$948 -
寫給 SA 的 UML/MDA 實務手冊$350$298 -
深入淺出物件導向分析與設計 (Head First Object-Oriented Analysis and Design)$880$695 -
Silverlight:ASP.NET 與 AJAX 開發實務$480$379 -
C++ Primer, 4/e (中文版)$990$891 -
現代嵌入式系統開發專案實務-菜鳥成長日誌與專案經理的私房菜$600$480 -
深入淺出 PMP (Head First PMP)$880$695 -
資訊架構學網站應用 (Information Architecture for the World Wide Web, 3/e)$720$569 -
聖殿祭司的 Silverlight 完美入門$540$427 -
Peopleware:腦力密集產業的人才管理之道 (Peopleware: Productive Projects and Teams, 2/e)$380$300 -
深入淺出 C# (Head First C#)$980$774 -
MIS 網路管理的工具箱$450$351 -
Windows Server 2008 系統建置與管理$690$545 -
程式之美-微軟技術面試心得$490$387 -
聖殿祭司的 ASP.NET 3.5 專家技術手冊 II 新功能篇-使用 C#$740$585 -
SQL Server 2008 管理實戰─營運管理篇$590$466 -
Short Coding 寫出簡潔好程式-短碼達人的心得技法$480$374 -
SQL Server 2008 Reporting Services 報表服務$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
商品描述(中文翻譯)
**描述**
想讓您的網站顯示得更快嗎?本書提出了14條具體規則,能在用戶請求頁面時減少20%到25%的響應時間。作者Steve Souders在擔任Yahoo!的首席性能官期間,收集了這些最佳實踐,並在優化一些最受歡迎的網頁時應用這些規則。即使是已經高度優化的網站,如Yahoo!搜尋和Yahoo!首頁,也能從這些意外簡單的性能指導中受益。
《高效能網站》中的規則解釋了如何優化您已經內建於網站中的Ajax、CSS、JavaScript、Flash和圖片的性能——這些調整對於任何豐富的網頁應用程式都是至關重要的。其他資訊來源通常會非常關注調整網頁伺服器、資料庫和硬體,但顯示時間的大部分是在瀏覽器端以及伺服器與瀏覽器之間的通信上。《高效能網站》涵蓋了該過程的每一個方面。
每條性能規則都有具體的例子支持,並且書籍的伴隨網站上提供了代碼片段。這些規則包括如何:
- 減少HTTP請求
- 使用內容傳遞網路
- 添加Expires標頭
- Gzip組件
- 將樣式表移至頂部
- 將腳本移至底部
- 避免CSS表達式
- 將JavaScript和CSS設為外部
- 減少DNS查詢
- 縮小JavaScript
- 避免重定向
- 移除重複的腳本
- 配置ETags
- 使Ajax可快取
如果您正在為高流量的網站構建頁面並希望優化用戶的訪問體驗,本書是不可或缺的。
「如果每個人都能實施Steve的20%指導,網路將會變得顯著更好。這本書和Steve的YSlow擴展,真的沒有理由讓網站變得緩慢。」
- Joe Hewitt,Firebug除錯器和Mozilla的DOM檢查器開發者
「Steve Souders成功地將一門龐大且半神秘的藝術提煉成一套簡潔、可行、務實的工程步驟,這將改變網頁性能的世界。」
- Eric Lawrence,Fiddler網頁除錯器的開發者,微軟公司
