News »Browse Articles »
JavaScript - the Web site performance killer, Google guru says
+1
JavaScript - the Web site performance killer, Google guru says
The scripting language is one of several culprits that slow Web site loading
yahoo, Microsoft, limelight, javascript, google, akamai, ajax
Have your say!0
Nowadays, even regular Web surfers know some of the things to avoid when designing a Web site for fast performance. Cut the number of requests to the Web server. Shrink JPEG sizes. Employ a content delivery network vendor like Akamai Technologies Inc. or Limelight Networks Inc.
Problem is, according to Steve Souders, steps like these aimed at optimizing the Web server make only a tiny impact.
"We used to tear apart the Apache [Web server] code to figure out what Yahoo was doing," said Souders, who was Yahoo Inc.`s chief performance engineer for several years before moving to Google Inc. in the same role.
But after performing a detailed analysis, Souders discovered something startling: Only 10% to 20% of the time it took to load a Web site could be attributed to the Web server.
The vast majority was the result of code executing inside the Web browser, said Souders at a talk on Tuesday at Microsoft Corp.`s Tech Ed conference in Los Angeles (download PowerPoint here)
In today`s Ajax-heavy Web sites, the offending code is usually JavaScript, Souders said. That`s not because JavaScript files on a Web page are large, they aren`t, he said, but because of the way Web browsers treat JavaScript.
"The first generation of Web browsers decided that because they had to execute all of the JavaScript files in order, we might as well execute one while stopping all other downloads," he said, as well as preventing any other code from being executed or rendered.
That may have made sense a decade ago, but in today`s era of PCs powered by dual and quad-core CPUs, it doesn`t. And the cost of the delays created can be high.
Google has found that a 500-millisecond delay results in a 20% decrease in Web traffic, while Amazon.com has seen a 100 millisecond delay cutting its sales by 1%, Souders said.
Source:
http://www.techworld.com.au/article/303081/javascript_-_web_site_performance_kil
yahoo, Microsoft, limelight, javascript, google, akamai, ajax
Have your say!0
Nowadays, even regular Web surfers know some of the things to avoid when designing a Web site for fast performance. Cut the number of requests to the Web server. Shrink JPEG sizes. Employ a content delivery network vendor like Akamai Technologies Inc. or Limelight Networks Inc.
Problem is, according to Steve Souders, steps like these aimed at optimizing the Web server make only a tiny impact.
"We used to tear apart the Apache [Web server] code to figure out what Yahoo was doing," said Souders, who was Yahoo Inc.`s chief performance engineer for several years before moving to Google Inc. in the same role.
But after performing a detailed analysis, Souders discovered something startling: Only 10% to 20% of the time it took to load a Web site could be attributed to the Web server.
The vast majority was the result of code executing inside the Web browser, said Souders at a talk on Tuesday at Microsoft Corp.`s Tech Ed conference in Los Angeles (download PowerPoint here)
In today`s Ajax-heavy Web sites, the offending code is usually JavaScript, Souders said. That`s not because JavaScript files on a Web page are large, they aren`t, he said, but because of the way Web browsers treat JavaScript.
"The first generation of Web browsers decided that because they had to execute all of the JavaScript files in order, we might as well execute one while stopping all other downloads," he said, as well as preventing any other code from being executed or rendered.
That may have made sense a decade ago, but in today`s era of PCs powered by dual and quad-core CPUs, it doesn`t. And the cost of the delays created can be high.
Google has found that a 500-millisecond delay results in a 20% decrease in Web traffic, while Amazon.com has seen a 100 millisecond delay cutting its sales by 1%, Souders said.
Source:
http://www.techworld.com.au/article/303081/javascript_-_web_site_performance_kil
Search News
News Categories
What's the News?
Post a link to something interesting from another site, or submit your own original writing for the Java community to read.
Most Popular News
-
How to stand out from other Java/JEE Professionals?
Published about 14-01-2009 | Rated +3 -
10 reasons IT certification will be important in 2009
Published about 05-01-2009 | Rated +2 -
The 9 hottest skills for `09
Published about 02-01-2009 | Rated +1 -
New Features in Servlets 3.0
Published about 05-01-2009 | Rated +4
Most Recent User Submitted News
- How to fix memory leaks in Java
Published about 18-03-2009 | Rated +1 - Benefits of Java 2 Platform, Enterprise Edition (J2EE)
Published about 31-07-2009 | Rated 0 - Using a database transaction with JDBC
Submitted by Balamurali | Rated 0 - features of java
Submitted by Balamurali | Rated 0







