Shoutbox

Gzip - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: General (/forumdisplay.php?fid=11)
+---- Forum: Forum & Website (/forumdisplay.php?fid=13)
+----- Thread: Gzip (/showthread.php?tid=49121)

Gzip by Ezra on 08-18-2005 at 12:05 PM

U should considder using gzip to speed up the transfer of pages and to save bandwidth.

You can save over 80%

http://shoutbox.menthix.net/ is not gzipped

Page Size: 27 K
Size if Gzipped: 4 K
Potential Savings: 85.19%

It's not really needed for people with fast connections but it would surely be a lot better for 56K'ers. It takes the main page 10 seconds to load right now.

I know the CPU load will increase because it has to compress all the pages, but I don't think it will increase too much.


RE: Gzip by Stigmata on 08-18-2005 at 12:20 PM

Agreed.

Useful.


RE: Gzip by Hank on 08-18-2005 at 12:20 PM

thats an idea to do if DZ actually Puts MyBB  1.00 Final on


RE: Gzip by ShawnZ on 08-18-2005 at 12:21 PM

It can be done now, theres an option in the Admin CP.


RE: Gzip by Lou on 08-18-2005 at 03:14 PM

Do it do it! :banana: This would probably help alot of people on slow connections so I agree....very good idea.


RE: Gzip by absorbation on 08-18-2005 at 03:35 PM

imao they nver had this feature on? there must be a reason :P


RE: Gzip by Ezra on 08-18-2005 at 03:46 PM

I think it's because the current build RC2 does not have gzip compatibilty, but it can be build in easily with PHP or Apache.


RE: Gzip by Lou on 08-18-2005 at 03:55 PM

quote:
Originally posted by Ezra
I think it's because the current build RC2 does not have gzip compatibilty, but it can be build in easily with PHP or Apache.
They are [I think] installing an upgrade soon [forum latest version] which will have it therefore I doubt they are going to code one :P but sitll!
RE: Gzip by Ezra on 08-18-2005 at 04:11 PM

there's no need for coding :P

Just insert one line at the top of your header file and voila... all the files that include that file will be gzipped.

code:
<? ob_start("ob_gzhandler"); ?>

RE: Gzip by WDZ on 08-19-2005 at 03:58 AM

This board does support gzip, and we used to have it enabled. However, it caused dodgy problems for some viewers, and I'm not sure if those issues were ever solved.

I think surfi or wj disabled it sometime in March or April 2004; I dunno why. Anyway, bandwidth doesn't really matter on this server because it's free. :p


RE: Gzip by ShawnZ on 08-19-2005 at 04:25 AM

quote:
Originally posted by WDZ
This board does support gzip, and we used to have it enabled. However, it caused dodgy problems for some viewers, and I'm not sure if those issues were ever solved.

I think surfi or wj disabled it sometime in March or April 2004; I dunno why. Anyway, bandwidth doesn't really matter on this server because it's free. :p
pfft, for YOU yeah, what about the people on dial up :dodgy:
RE: Gzip by Underlord on 08-19-2005 at 04:52 AM

It's dial up. It's not like you should expect it to be fast :P.


RE: Gzip by ShawnZ on 08-19-2005 at 04:58 AM

for the record im not on dialup :dodgy:


RE: Gzip by surfichris on 08-19-2005 at 06:36 AM

quote:
Originally posted by Animal
thats an idea to do if DZ actually Puts MyBB  1.00 Final on
As has been said, it's been in MyBB pretty much since the beginning.
quote:
Originally posted by lou_habs
They are [I think] installing an upgrade soon [forum latest version] which will have it
DZ, Something you haven't been telling me?
quote:
Originally posted by Ezra
Just insert one line at the top of your header file and voila... all the files that include that file will be gzipped.
You need more than that. you need to close the ob and flush it too.
quote:
Originally posted by WDZ
I think surfi or wj disabled it sometime in March or April 2004; I dunno why.
Server load for something pointless.
RE: Gzip by L. Coyote on 08-19-2005 at 06:46 AM

A couple of suggestions for those who are having problems when loading the forums:

* Change to a lighter (less images) theme. There are a lot to choose from in your User CP.

* Choose to view less threads and less posts per thread (I know, annoying, but if you really want to save loading time, it might do).

*-) I can't come up with anything else...

Edit:

Oh yeah...

* Turn off signature & avatar viewing.

* Turn off image viewing (I think this forum had this option, not sure...).


RE: Gzip by RebelSean on 08-20-2005 at 04:09 AM

quote:
Originally posted by ShawnZ
quote:
Originally posted by WDZ
This board does support gzip, and we used to have it enabled. However, it caused dodgy problems for some viewers, and I'm not sure if those issues were ever solved.

I think surfi or wj disabled it sometime in March or April 2004; I dunno why. Anyway, bandwidth doesn't really matter on this server because it's free. :p
pfft, for YOU yeah, what about the people on dial up :dodgy:

I myself am on Dialup, the forum loads just fine with me. I haven't seen a load message in ages ( :o ).

I would have figured it would be enabled on server level :undecided:.