Title: High Performance Web Sites, a book by Steve Souders
Author: Alex Kirk
Published: September 26, 2007
Last modified: October 7, 2007

---

# High Performance Web Sites, a book by Steve Souders

September 26, 2007

[[

I’d like to introduce you to this great book by [Steve Souders](http://stevesouders.com/).
There already have been several reports on the Internet about it, for example on
the [Yahoo Developers Blog](http://developer.yahoo.net/blog/archives/2007/03/high_performanc.html).
There is also a [video of Steve Souders talking about the book](http://video.yahoo.com/video/play?vid=1040890).

The book is structured into [14 rules](http://developer.yahoo.com/performance/rules.html),
which, when applied properly, can vastly improve the speed of a web site or web 
application.

Alongside with the book he also introduced [YSlow](http://developer.yahoo.net/yslow/),
an extension for the Firefox extension [FireBug](http://www.getfirebug.com/). YSlow
helps the developer to see how good his site complies with the rules Steve has set
up.

I had the honour to do the technical review on this book, and I love it. Apart from
some standard techniques (for example employing HTTP headers like Expires or Last-
Modified/Etag), Steve certainly has some tricks up his sleave:

For instance he shows how it is possible to reduce the number of HTTP requests (
by inlining the script sources) for first time visitors, while still filling up 
their cache for their next page load (see page 59ff).

The small down side of this book is that some rules need to be taken with care when
applied to smaller environments; for example, it does not make sense (from a cost-
benefit perspective) for everyone to employ a CDN. A book just can’t be perfect 
for all readers.

If you are interested in web site performance and have a developer background, then
buy this book (or [read it online](http://safari.oreilly.com/9780596529307)). It
is certainly something for you.

The book has been published by [O’Reilly](http://www.oreilly.com/catalog/9780596529307/)
in September 2007, ISBN [9780596529307](http://www.oreilly.com/catalog/9780596529307/).

Some more links on the topic:

 * [Yahoo!’s Chief Performance Guru Talks about Writing his New Book](http://www.oreillynet.com/fyi/blog/2007/09/yahoos_chief_performance_guru.html)
 * [Slides from his presentation at WebEx 2007](http://www.web2expo.com/presentations/webex2007/souders_steve.ppt)
 * [Podcast on YSlow](http://developer.yahoo.net/blog/archives/2007/08/yslow-podcast-screencast.html)

high performance web apps, steve souders

[Code](https://alex.kirk.at/category/code/), [Web](https://alex.kirk.at/category/web/)

Read this next

[Poor Finder](https://alex.kirk.at/2007/09/25/poor-finder/)

## 3 responses to “High Performance Web Sites, a book by Steve Souders”

 1.  ![Alexander Kirk Avatar](https://alex.kirk.at/wp-content/uploads/sites/2/2025/
     06/cropped-2025.Alex-512x512-1-48x48.jpg)
 2.  [Alexander Kirk](http://alex.kirk.at/)
 3.  [October 7, 2007](https://alex.kirk.at/2007/09/26/high-performance-web-sites/comment-page-1/#comment-82961)
 4.  You sound pretty bitter. Why?
 5.  Copy and paste might not be the most efficient way of combining JavaScript files,
     but the method will do the job. The point is that a pretty good way of speeding
     up a web page is reducing the number of HTTP requests. By combining the files 
     you reduce the number of requests from x to 1. Usually pretty good.
 6.  Please remember that these methods are supposed to be the “cutting edge” of optimization.
     Usually you would do this on high profile sites and have a deployment process 
     that will combine the files in a more efficient way.
 7.  [Log in to Reply](https://alex.kirk.at/wp-login.php?redirect_to=https%3A%2F%2Falex.kirk.at%2F2007%2F09%2F26%2Fhigh-performance-web-sites%2F)
 8.  [This was FOWA Expo 2007 » alexander kirk » Blog Archive](http://alex.kirk.at/2007/10/07/this-was-fowa-expo-2007/)
 9.  [October 7, 2007](https://alex.kirk.at/2007/09/26/high-performance-web-sites/comment-page-1/#comment-82965)
 10. […] screen: Keep Your Processes Running Despite A Dropped ConnectionTip #330 –
     how to stop auto indenting : vim onlineEfficient JavaScript – Tips by a guy from
     OperaVitamin Features Â» The Importance of Maintainable JavaScriptXML to JSON –
     a converter « High Performance Web Sites, a book by Steve Souders […]
 11. [Log in to Reply](https://alex.kirk.at/wp-login.php?redirect_to=https%3A%2F%2Falex.kirk.at%2F2007%2F09%2F26%2Fhigh-performance-web-sites%2F)
 12. ![Alexander Kirk Avatar](https://alex.kirk.at/wp-content/uploads/sites/2/2025/
     06/cropped-2025.Alex-512x512-1-48x48.jpg)
 13. [Alexander Kirk](http://alex.kirk.at/)
 14. [October 9, 2007](https://alex.kirk.at/2007/09/26/high-performance-web-sites/comment-page-1/#comment-82976)
 15. I do agree 100% that you can’t regularly deploy your App by doing copy and paste.
     Nobody who is working professionally on this will use copy and paste. I understood
     Steve referring to a small “standard” web site that someone wants to improve.
 16. In the end the question is rather whether the rules Steve puts out are meant to
     be for an average site owner. On that side I think we rather have problems with
     improperly compressed (or not even compressed) images.
 17. All in all I agree that Steves does a not-so-good job at explaining to whom this
     book and his practises actually matter. Bringing down a page of 200 HTTP requests
     to 100 makes sense. If you only have 20 requests, then leave the page alone. If
     you run Yahoo, you might want to bring it down to 2 requests.
 18. It is the long standing battle between maintainability and optimization. If you
     run a huge web site that addresses a huge audience, it might make sense to delve
     into the topic of how to speed the page up to an unreasonable degree :)
 19. The root of the problem is not particularly on Steve’s side. It’s rather the general
     perception of optimization. There are people who want to optimize the heck out
     of everything. And those tend to be very vocal. Still, I think a book like Steve’s
     is a better way of satisfying such people than web sites giving wrong suggestions.
 20. Steve’s book and YSlow are to be used by a small audience. And by those who want
     to tune everything.
 21. [Log in to Reply](https://alex.kirk.at/wp-login.php?redirect_to=https%3A%2F%2Falex.kirk.at%2F2007%2F09%2F26%2Fhigh-performance-web-sites%2F)

### Leave a Reply 󠀁[Cancel reply](https://alex.kirk.at/2007/09/26/high-performance-web-sites/comment-page-1/?output_format=md#respond)󠁿

Only people in [my network](https://alex.kirk.at/friends/) can comment.

This site uses Akismet to reduce spam. [Learn how your comment data is processed.](https://akismet.com/privacy/)