Tux

...making Linux just a little more fun!

Google: Making Websites Run Faster by 2x

Ben Okopnik [ben at linuxgazette.net]


Wed, 3 Nov 2010 15:05:09 -0400

Rather interesting new bit from Google: on-the-fly page/site optimization. Wonder what the magic trick is... I'll have to look into it as soon as I have some Spare Time. [hollow laugh]

----- Forwarded message from Diana Wilson <dianawilson at google.com> -----

Date: Wed, 3 Nov 2010 09:03:53 -0700
From: Diana Wilson <dianawilson@google.com>
To: TAG <tag@lists.linuxgazette.net>
To: undisclosed-recipients: ;
Subject: Developer News: Making Websites Run Faster by 2x
Hi, We just?launched a new open-source Apache module called mod_pagespeed that any webmasters can use to quickly and automatically optimize their sites. (It's like Page Speed, but makes the changes automatically.) It can reduce page load times by up to 50% -- in other words, essentially speeding up websites by roughly 2x. This is one of our more significant "speeding up the web" contributions.?

Webmasters know that if it's not fast, it doesn't matter how pretty it is -- people won't use it. At Google, we're obsessed with speed--we measure it, pick it apart, think about it constantly. It's even baked into our quarterly goals. Mod_pagespeed comes on the heels of a bunch of other speed pushes we've already told you about, from Google Instant to the Images redesign to SPDY to Fast Flip to ultra-high-speed broadband... etc.

Let me know if you have any questions or want a deep dive briefing. Regards, Di -- Diana Wilson Developer Global Communications and Public Affairs Manager direct: 650-253-6280 cell: 916-768-2202 dianawilson at google.com ----- End forwarded message -----

-- 
* Ben Okopnik * Editor-in-Chief, Linux Gazette * http://LinuxGazette.NET *


Top    Back


Mulyadi Santosa [mulyadi.santosa at gmail.com]


Thu, 4 Nov 2010 09:06:10 +0700

On Thu, Nov 4, 2010 at 02:05, Ben Okopnik <ben at linuxgazette.net> wrote:

> Rather interesting new bit from Google: on-the-fly page/site
> optimization. Wonder what the magic trick is... I'll have to look into
> it as soon as I have some Spare Time. [hollow laugh]

And here is the URL: http://code.google.com/speed/page-speed/index.html

I must say, without giving initial test, it looks promising. But I wonder, does it make server reply slower? I imagine the optimization is done on the fly toward every HTML or dynamic page requested. Or maybe it implements somekind of cache?

-- regards,

Mulyadi Santosa Freelance Linux trainer and consultant

blog: the-hydra.blogspot.com training: mulyaditraining.blogspot.com


Top    Back


Jimmy O'Regan [joregan at gmail.com]


Thu, 4 Nov 2010 02:40:22 +0000

On 4 November 2010 02:06, Mulyadi Santosa <mulyadi.santosa at gmail.com> wrote:

> On Thu, Nov 4, 2010 at 02:05, Ben Okopnik <ben at linuxgazette.net> wrote:
>> Rather interesting new bit from Google: on-the-fly page/site
>> optimization. Wonder what the magic trick is... I'll have to look into
>> it as soon as I have some Spare Time. [hollow laugh]
>
> And here is the URL:
> http://code.google.com/speed/page-speed/index.html
>
> I must say, without giving initial test, it looks promising. But I
> wonder, does it make server reply slower? I imagine the optimization
> is done on the fly toward every HTML or dynamic page requested. Or
> maybe it implements somekind of cache?

I would imagine so. The previous release was a Firefox extension, but most of the individual parts were command-line tools to optimise various image formats, and to strip HTML of non-necessities.

-- 
<Leftmost> jimregan, that's because deep inside you, you are evil.
<Leftmost> Also not-so-deep inside you.


Top    Back