My understanding is that there are two basic kinds of http compression. One
creates a compressed cache file on the first request and the second time
it's requested, the server send the compressed version. With dynamic
compression, it does the compression on request. Add-in modules like
mod_gzip for Apache are required for the dynamic compression. And if I
understand gzip correctly, the extra spaces should be the easiest type of
thing to compress.

" Server administrators may be concerned that mod_gzip will place a heavy
burden on their systems as files are compressed on the fly. I argue against
that, pointing out that this does not seem to concern the administrators of
Slashdot, one of the busiest Web servers on the Internet, who use mod_gzip
in their very high-traffic environment."
http://webcompression.org/gzip-compress.html

mod_gzip
http://sourceforge.net/projects/mod-gzip/
HyperWeb
http://www.ehyperspace.com/products/hyperweb.html

But I'm not a server admin, so I'm just going on information that my server
guy mentioned a while ago.

-Kevin

----- Original Message -----
From: "Michael Dinowitz" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Friday, August 06, 2004 9:39 AM
Subject: RE: (OT?) White space and search engines

> http compression on a dynamic page? Yes, it'll make the stream faster but
> the actual content is the same. Even with white space management turned
on,
> CF has extra space that can't be removed by a web server based compression
> engine (at least not efficiently). If I'm wrong, please let me know as I
> have limited experience with webserver based compressors.
>
>
>
>   _____
>
> From: Kevin Graeme [mailto:[EMAIL PROTECTED]
> Sent: Friday, August 06, 2004 8:56 AM
> To: CF-Talk
> Subject: Re: (OT?) White space and search engines
>
>
>
> Why not just enable HTTP compression on the web server?
>
> -Kevin
>
> ----- Original Message -----
> From: "Michael Dinowitz" <[EMAIL PROTECTED]>
> To: "CF-Talk" <[EMAIL PROTECTED]>
> Sent: Thursday, August 05, 2004 11:10 PM
> Subject: (OT?) White space and search engines
>
> > I'm giving a presentation on RegEx this Wed. and one of the things
> > I'll be showing is a tight little piece of code that will compress a
> > webpage by removing all 'extra' spaces (and tabs, new lines, etc.)
> > from all places other than script and pre tags. I'm under the
> > impression that if this is done, it will make the page smaller and
> > also increase the pages search engine position as it makes the entire
> > page exist on one line (more if script or pre is used).
> > Can anyone back this impression up with real data?
> > Thanks
> >
> > p.s. Yes, the tag will be publicly released as an article in FA and on
> > the front of HoF as soon as the user group presentation is over.
> >
> > --
> > Michael Dinowitz
> > http://www.houseoffusion.com
> > For all your ColdFusion needs
> >
> >
>
>   _____
>
>
>
>
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Reply via email to