UBB.Dev
Posted By: Brett [6.3.x] [beta] GZip Compression - 10/07/2002 4:22 AM
Name: GZip Compression

Description: Compresses urls sent through the PHP Acceleration at level 3 pace. Shouldn't really go higher than that.

Download: https://www.ubbdev.com/ubb/upload/00006378/compression.txt

To test whether or not it will work on your server, run this test: https://www.ubbdev.com/ubb/upload/00006378/compression_test.txt and rename it .php.
Posted By: Charles Capps Re: [6.3.x] [beta] GZip Compression - 10/07/2002 4:42 AM
Uh, the Accelerator does this already automatically... There is no need to hack something in that already exists. confused
Posted By: LK Re: [6.3.x] [beta] GZip Compression - 10/07/2002 5:13 AM
Does it compress to a higher level? Does it work without php_zlib.dll?
Posted By: Brett Re: [6.3.x] [beta] GZip Compression - 10/07/2002 5:44 AM
Yes, it compresses to a higher level. I've noticed speed improvements with this. It can compress from levels 1 to 9, but the higher you go the higher chance that it'll error and output something binary.

I think it does need the dll file, not totally for sure.
Posted By: Lord Dexter Re: [6.3.x] [beta] GZip Compression - 10/07/2002 1:31 PM
CGI Buffer works for me, shows alot of change too. Probably not as fast as the accelarator though, right?
Posted By: ExAvIoUr Re: [6.3.x] [beta] GZip Compression - 11/03/2002 8:10 AM
it is actually faster.. cuz PHP is really really fast.. faster than CGI ofcourse laugh
Posted By: 1QuickSI Re: [6.3.x] [beta] GZip Compression - 11/03/2002 8:21 AM
I think Mod_GZip is faster and alot more configurable.
Posted By: ExAvIoUr Re: [6.3.x] [beta] GZip Compression - 11/03/2002 10:27 AM
Mod_GZip?? :S *confuzzled* care to educate me o' wise Haxxor laugh
Posted By: CTM Re: [6.3.x] [beta] GZip Compression - 11/03/2002 5:20 PM
mod_gzip is a Perl Module that's used to accelerate content on the Internet. Click here for more information regarding it. smile
Posted By: 1QuickSI Re: [6.3.x] [beta] GZip Compression - 11/03/2002 6:17 PM
Quote
quote:
Originally posted by CTM:
mod_gzip is a Perl Module that's used to accelerate content on the Internet. Click here for more information regarding it. smile
That is the old link/home. It has since been taken over and can now be found here:

http://sourceforge.net/projects/mod-gzip/

And here:
http://www.schroepl.net/projekte/mod_gzip/
Posted By: Burak Re: [6.3.x] [beta] GZip Compression - 11/03/2002 6:19 PM
Actually, it is an Apache module smile
Posted By: 1QuickSI Re: [6.3.x] [beta] GZip Compression - 11/03/2002 6:32 PM
Bizzare double posted after an edit...
Posted By: 1QuickSI Re: [6.3.x] [beta] GZip Compression - 11/03/2002 6:34 PM
Ok I give up editing it seems to double quote my message and act like a new post confused

mod_gzip is a standard Apache 'plug in' module and is loaded the same way as any other Apache module(s).
Posted By: Greg Hard Re: [6.3.x] [beta] GZip Compression - 11/03/2002 7:20 PM
brett: do you have any stats to show how this affects performance?
© UBB.Developers