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 to accept it that way.
You can always find the number of bytes delivered by looking at the log 
file.

 


--
Raditha Dissanayake.
-
http://www.raditha.com/megaupload/upload.php
Sneak past the PHP file upload limits.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


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://www.php.net/unsub.php



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 
compressed page that is exactly what you see - the compressed source ;)

-- 
Jason Wong - Gremlins Associates - www.gremlins.biz
Open Source Software Systems Integrators
* Web Design  Hosting * Internet  Intranet Applications Development *
--
Search the list archives before you post
http://marc.theaimsgroup.com/?l=php-general
--
/*
I don't think so, said Ren'e Descartes.  Just then, he vanished.
*/

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php