View Full Version : What gzip settings u use?
WildWayz
Sat 9th Jun '01, 3:17am
Lo all,
What do you all set your gzip settings to in vB?
Or do you leave at it's default value?
--James
Chris Schreiber
Sat 9th Jun '01, 3:25am
Use the default value of "1".... it really shouldn't even be an option, as other values will use more CPU time and not give any noticable improvements.
eva2000
Sat 9th Jun '01, 8:07am
yup use "1" as well :)
WildWayz
Sat 9th Jun '01, 12:25pm
heehee ok ta ;)
--James
TundraSoul
Sun 17th Jun '01, 6:58pm
I was wondering what browsers can actually use the gzip pages?
Additionally I ran my info.php and zlib showed these settings:
ZLib Support enabled
'zlib:' fopen wrapper enabled
Compiled Version 1.1.3
Linked Version 1.1.3
So I'm assuming gzip is working?
I noticed Apache has it listed in the http headers HTTP_ACCEPT_ENCODING gzip, deflate.
Thanks!
TundraSoul
Sun 1st Jul '01, 4:59am
The best I can hope for is to answer my own questions. Yes it's enabled and yes it's working. :rolleyes:
Dave#
Sun 1st Jul '01, 12:10pm
Originally posted by TundraSoul
The best I can hope for is to answer my own questions. Yes it's enabled and yes it's working. :rolleyes:
Are you sure?
http://leknor.com/code/gziped.php?host=tundrasolutions.com&path=%2Findex.php
JamesUS
Mon 2nd Jul '01, 3:08am
That page shows that the URL mentioned has a 302 not found error, which isn't gzipped. The actual page might be though :)
VirtueTech
Sun 30th Dec '01, 11:49pm
What I found weird recently is that some IE6 browser do not have gzip capabilities.
Its just not enabled.
As far as I know there is no way to enable the gzip or HTTP compression via the browsers options.
Am I wrong?
eva2000
Mon 31st Dec '01, 4:40am
Originally posted by VirtueTech
What I found weird recently is that some IE6 browser do not have gzip capabilities.
Its just not enabled.
As far as I know there is no way to enable the gzip or HTTP compression via the browsers options.
Am I wrong? don't think there is a way :(
Dave#
Mon 31st Dec '01, 5:02am
Is it not
tools ---> Advanced ---> use HTTP1.1 ?
VirtueTech
Mon 31st Dec '01, 5:09am
Yeah they have that set but on my GZIP test script it shows them as having not having GZIP enabled.
http://www.paintballcity.com/gziptest/
Usually the users $HTTP_ACCEPT_ENCODING would be "gzip, deflate"
But some of my users even though that have "HTTP 1.1" set do not have gzip compatibility.
Dave#
Mon 31st Dec '01, 5:12am
Originally posted by VirtueTech
Yeah they have that set but on my GZIP test script it shows them as having not having GZIP enabled.
http://www.paintballcity.com/gziptest/
Usually the users $HTTP_ACCEPT_ENCODING would be "gzip, deflate"
But some of my users even though that have "HTTP 1.1" set do not have gzip compatibility.
err how how you doing this gzip test? I just tried and got no gzip on ie5.5 . . .
VirtueTech
Mon 7th Jan '02, 7:58am
<?php
global $HTTP_ACCEPT_ENCODING;
if(!ereg("gzip", $HTTP_ACCEPT_ENCODING)){
// 'no gzip' code here
} else {
// 'gzip enabled' code here
}
?>
LeeS
Tue 15th Jan '02, 12:09pm
Opera 5+ supports gzip.
Page load without gzip: 8 seconds
Page load WITH gzip: 2 seconds..
hmm. :)
vBulletin® v3.8.0 Beta 3, Copyright ©2000-2008, Jelsoft Enterprises Ltd.