Product Details
High Performance Web Sites: Essential Knowledge for Front-End Engineers

High Performance Web Sites: Essential Knowledge for Front-End Engineers
By Steve Souders

List Price: £22.99
Price: £11.58 & eligible for FREE Super Saver Delivery on orders over £5. Details

Availability: Usually dispatched within 24 hours
Dispatched from and sold by Amazon.co.uk

42 new or used available from £8.95

Average customer review:

Product Description

Want your web site to display more quickly? This book presents 14 specific rules that will cut 20 per cent to 25 per cent 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; 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; and make ajax cacheable. If you're building pages for high traffic destinations and want to optimize the experience of users visiting their site, this book is indispensable. "If everyone would implement just 20 per cent 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.


Product Details

  • Amazon Sales Rank: #28476 in Books
  • Published on: 2007-09-11
  • Original language: English
  • Number of items: 1
  • Binding: Paperback
  • 168 pages

Editorial Reviews

Michael J. Ross, Slashdot.org, October 2007
highly recommended to all Web developers seriously interested in improving their site visitors' experiences.

About the Author
Steve Souders works at Google on web performance and open source initiatives. His books High Performance Web Sites and Even Faster Web Sites explain his best practices for performance along with the research and real-world results behind them. Steve is the creator of YSlow, the performance analysis extension to Firebug with more than 1 million downloads. He serves as co-chair of Velocity, the web performance and operations conference sponsored by O'Reilly. Steve taught CS193H: High Performance Web Sites at Stanford, and he frequently speaks at such conferences as OSCON, Rich Web Experience, Web 2.0 Expo, and The Ajax Experience.

Steve previously worked at Yahoo! as the Chief Performance Yahoo!, where he blogged about web performance on Yahoo! Developer Network. He was named a Yahoo! Superstar. Steve worked on many of the platforms and products within the company, including running the development team for My Yahoo!. Prior to Yahoo! Steve worked at several small to mid-sized startups including two companies he co-founded, Helix Systems and CoolSync. He also worked at General Magic, WhoWhere?, and Lycos.


Customer Reviews

Set to become a Classic4
The book I reviewed is called High Performance websites ( Essential Knowledge for Frontend Engineers ). It is written by Steve Souders who is Chief Performance at Yahoo. The book explains common causes of pages taking a long time to display then offers 14 performance rules for front end engineers to consider implementing .

I am reviewing this book having been involved in front-end development since 1998 and worked on some of the most visited sites in the UK.

I was sceptical when I heard about this book. I feared it would be a rehash of hoary old advice such as optimise images by using jpegs for photographs, however the high quality of the O'Reilly library persuaded me that Mr Souders might have something more to offer.

When the book arrived on my desk I was pleasantly surprised by its size. It is only 145 pages long. Considerably shorter then my credit card statements and a much more enjoyable read.

The first two chapters are introductory. The first chapter ( 5 pages) explains the importance of front end development. This is useful because it concisely presents the technical case for investing time and resources in optimising the front end layer of a website.

The second chapter explains what happens to a server when a html page loads and where the major delays are. I enjoyed reading it. It bought to together bits of information I'd picked up from a disparate range of sources. It was nice to see them together and in context. The restricted focus on the effects of code on performance (and not databases meant) that I could extract useful information quickly.

The remaining 14 chapters each described one point in a 14 point plan to increase the speed of a website. Obviously this plan is available on-line. There are two advantages to buying the book. The first is that you will obtain supporting information such as graphs and useful code samples. The second is that the in-depth explanations will demonstrate to you why each particular point is a good idea. In a commercial environment this will enable you to better argue your corner when competing with conflicting interests within the organisation.

Rather then replace the content of the book, the online content supports it and makes it easier to produce a useful end product. The YSlow tool is available via the Yahoo developer network. I recommend every developer download this.

In an ideal world the online advertising managers and Emedia studios would read this book and it would influence the creation and display of online media content. In my opinion and according to the research I've done using YSlow, this is the main thing slowing them down.

Summary

In summary this book deserved to be an addition to every professional web developers library.

The advice contained within can be used immediately to make low cost and effective changes to benefit the visitor experience on your site.

However its benefits won't be fully realised until its finding are understood and accepted by the ecommerce marketing audience.



Concise, authoritative, packed with useful advice5
For once, it's nice to have an dev book not full of useless screenshots and blatitudes going beyond 500 pages. This little gem is a delightful stroll through a field I see ignored in most projects too often.

While the authors does not say everthing there is to say about web site optimization, the advice here will be more than enough to out do competitors, to set you a level or two above fellow developers and to show some light on issues that you will probably never find out for yourself unless you do a lot of testing, which you never have time to do, considering the strict deadlines imposed on most projects. Fortunately, Steve Souders has already done this for us.

I love the concept of just doing 14 chapters, each for a given solution, explanining it concisely, giving real world metrics and sticking to the point. Good also that he shows how he did the tests and how he analysis top web sites.

To sum it up, I think this should be a must not only for the front-end engineers, as the book suggests, but also for any developer having to do with the web (asp.net, php, whatever) and architects, project leads, whatever. The book is short and plain, so you have no excuse. It will benefit you no matter what.

Wow. What a great book.5
Wow. What a great book.

I took this book, because it is very short, just 168 pages. I asked myself, what this guy can say in just 168 pages about performance? Maybe some introduction to the topic? First two chapters just confirmed my assumptions. There is nothing new, just some general information that I already knew.

How big was my surprise when I finished chapter 3 - first rule (out of 14). Author was able to explain what is the problem with too many http requests and how to make fewer requests. Even I am not a performance guru (just a developer) it was clear enough how should I build my web pages in the future. Even more, he gave me a felling that I should change my current pages.

Next couple chapters are even better, especially description how important is to put css and js imports in the correct place on web page, and how big impact they might have when they are in wrong place. The chapters about Expiry headers and ETags are also awesome. Author describes how cache in web browser works, what are conditional gets and how to make a proxy more efficient.

I finished a book with a feeling that I can easily change my pages to work much faster than they are today. And you know what - I will not spend much time for that one.

I recommend this book for everybody who writes web pages even for personal use. You will be surprised how big amount of knowledge you can get from 168 pages.