Discover millions of ebooks, audiobooks, and so much more with a free trial

Only $11.99/month after trial. Cancel anytime.

Unavailable
High Performance Web Sites: Essential Knowledge for Front-End Engineers
Unavailable
High Performance Web Sites: Essential Knowledge for Front-End Engineers
Unavailable
High Performance Web Sites: Essential Knowledge for Front-End Engineers
Ebook170 pages2 hours

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

Rating: 4 out of 5 stars

4/5

()

Currently unavailable

Currently unavailable

About this ebook

Want 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

If you're building pages for high traffic destinations and want to optimize the experience of users visiting your site, this book is indispensable.

"If everyone would implement just 20% of Steve's guidelines, the Web would be adramatically better place. Between this book and Steve's YSlow extension, there's reallyno 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

LanguageEnglish
Release dateSep 11, 2007
ISBN9780596517922
Unavailable
High Performance Web Sites: Essential Knowledge for Front-End Engineers
Author

Steve Souders

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.

Related to High Performance Web Sites

Related ebooks

Internet & Web For You

View More

Related articles

Reviews for High Performance Web Sites

Rating: 4.074467829787234 out of 5 stars
4/5

47 ratings2 reviews

What did you think?

Tap to rate

Review must be at least 10 words

  • Rating: 3 out of 5 stars
    3/5
    Essential reading for all web developers. I can't recommend this highly enough - with most developers focus on back-end optimisation, this book clearly shows that there are significant gains to be achieved on the front-end.
  • Rating: 5 out of 5 stars
    5/5
    I've got to admit that although I knew a good number of these suggestions, there were a couple that I did not know at all. Yes, YSlow does tell you the 'how to make it better' part, this book gives you more details on what happens behind the screens for some of the rules.The other reason I liked this book was because this is pretty much the one place where I have to come to get all the information. I added a couple of optimizations to my website while I was reading this book myself.All-in-all, well worth the time reading it.