Re: Summary: serializer sending gzip compressed html

2002-07-07 Thread Stefano Mazzocchi
John Morrison wrote: > > I think this would be interesting :) +0 Yes, definately... even if I still believe it should be the "transparent proxy in front of your web server"'s job to do this so that you get maximum benefit. > > From: Jens Lorenz [mailto:[EMAIL PROTECTED]] > > From: "Stefano Mazz

RE: Summary: serializer sending gzip compressed html

2002-07-07 Thread John Morrison
I think this would be interesting :) +0 > From: Jens Lorenz [mailto:[EMAIL PROTECTED]] > From: "Stefano Mazzocchi" <[EMAIL PROTECTED]> > > > Well, IMHO there are still some cases where a GZIPSerializer might > > > be useful. But thanks to you Luca and Stefano for opening my eyes > > > for the wor

Summary: serializer sending gzip compressed html

2002-07-07 Thread Jens Lorenz
- Original Message - From: "Stefano Mazzocchi" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, July 01, 2002 5:41 PM Subject: Re: serializer sending gzip compressed html > > Well, IMHO there are still some cases where a GZIPSerializer might >

Re: serializer sending gzip compressed html

2002-07-01 Thread Stefano Mazzocchi
Jens Lorenz wrote: > Well, IMHO there are still some cases where a GZIPSerializer might > be useful. But thanks to you Luca and Stefano for opening my eyes > for the world outside Cocoon. You are welcome. Anyway, I believe that a HTML-gzipping-serializer is a bad idea because is mixes concerns:

Re: serializer sending gzip compressed html

2002-07-01 Thread Jens Lorenz
- Original Message - From: "Luca Morandini" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, June 29, 2002 4:51 PM Subject: RE: serializer sending gzip compressed html > Jens, > > maybe it is just me, but... what about web-server compression ?

RE: serializer sending gzip compressed html

2002-06-29 Thread Luca Morandini
nt: Friday, June 28, 2002 5:57 PM > To: [EMAIL PROTECTED] > Subject: serializer sending gzip compressed html > > > > Hi, > > > since the issue has been raised on cocoon-users I've been > hacking on serializers which automatically gzip compress > the (cocoon) produ

Re: serializer sending gzip compressed html

2002-06-29 Thread Stefano Mazzocchi
Jens Lorenz wrote: > > Hi, > > since the issue has been raised on cocoon-users I've been > hacking on serializers which automatically gzip compress > the (cocoon) produced html before it is send to the browser > on the client side. > BTW: this should also reduce the size of the cache dir since >

serializer sending gzip compressed html

2002-06-28 Thread Jens Lorenz
Hi, since the issue has been raised on cocoon-users I've been hacking on serializers which automatically gzip compress the (cocoon) produced html before it is send to the browser on the client side. BTW: this should also reduce the size of the cache dir since the stored html is compressed. Sinc