Linux Sysadmin Blog

Web Site Slow? To Improve Performance - Sys Admins May Be of Little Help - Call the Designer

- | Comments

Here are two videos by Steve Souders, former chief performance Yahoo, currently at Google.  He determined that 95% of the wait on loading the Yahoo page is after the initial apache response is sent to the browser.  Doing more research he determined that this is about a 80/20 rule on most popular web sites.  It has enlightened me as to where to look to determine why web sites are slow. 

Although this video has been around for a while, its a must for system admins who bang their heads at trying to squeeze performance  out of the 10 to 20 percent of the user wait time they are responsible for.  

Steve’s Performance golden rule:

80% to 90% of the end-user response time is spent on the front end.  Start there.

Here is the older Yahoo video 

Steve Souders: “High Performance Web Sites: 14 Rules for Faster Pages” @ Yahoo! Video

Followed by the more recent Google talk

Check out Yslow firefox plug in as well as the IBM Page Detailer - its the product he uses to map out the front end work of the browser.  Great tools to start thinking about why your website is slow or why pages are loading slow.

Comments