Re: [PHP] gzip compression verification

2004-07-09 Thread Jason Wong
On Friday 09 July 2004 23:12, Daniel Guerrier wrote: > I've enabled gzip compression of pages on my site. > The question is, how do I check the size of the page > being sent to verify that the page is being > compressed. You can use an old version of Netscape (4.7X). If you view source of a compr

RE: [PHP] gzip compression verification

2004-07-09 Thread Willem Bison
> I've enabled gzip compression of pages on my site. > The question is, how do I check the size of the page being > sent to verify that the page is being compressed. Check log of webserver; bytes sent is shown there. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http:

Re: [PHP] gzip compression verification

2004-07-09 Thread raditha dissanayake
Daniel Guerrier wrote: I've enabled gzip compression of pages on my site. The question is, how do I check the size of the page being sent to verify that the page is being compressed. pages will not always be compressed - they are delivered in compressed format only when the browser is willing t

[PHP] gzip compression verification

2004-07-09 Thread Daniel Guerrier
I've enabled gzip compression of pages on my site. The question is, how do I check the size of the page being sent to verify that the page is being compressed. Danny __ Do you Yahoo!? Yahoo! Mail - You care about security. So do we. http://promoti

Re: [PHP] Gzip compression

2001-02-02 Thread Dimitar Tsolov
Actually you are right, I just try it with MSIE 5.0 and there is a delay? But on Netscape 4.75 is ok. May be the way of unziping the page is different? I donno?! David VanHorn wrote: > At 04:24 PM 2/2/01 +0100, Dimitar Tsolov wrote: > >May be the reason is somewhere in your browser? > > > >I ca

Re: [PHP] Gzip compression

2001-02-02 Thread David VanHorn
At 04:24 PM 2/2/01 +0100, Dimitar Tsolov wrote: >May be the reason is somewhere in your browser? > >I can see both pages /compressed and another one/ and I'm using Netscape >4.75 with Linux? They both get there, (I'm running latest MSIE) but I can't seem to work out why the delay between when th

[PHP] Gzip compression

2001-02-02 Thread David VanHorn
I'm looking at implementing Gzip compression and output buffering. I think I have it working, but for some reason, the page isn't displayed for 8-10 seconds. It seems that the compressed page is sent immediately, but the browser hangs on to it for some reason. http://www.dvanhorn.org/Test/Ind