Author Topic: Why turn GZip compression off or on? and so on?  (Read 4965 times)

0 Members and 1 Guest are viewing this topic.

Offline CaribeJoe

  • Newbie
  • *
  • Posts: 22
    • View Profile
    • http://www.mycaribbean.info
Why turn GZip compression off or on? and so on?
« on: April 05, 2003, 04:42:18 AM »
The CP settings offer a yes or no for GZip. The settings also say that Zlib needs to be installed.

Use GZip compression
"Zlib" needs to be installed on your server

That introduces questions that seem to not be addressed either in the setup instructions or in a Help file either on the site itself or here in this support forum.

Why would a site owner choose to install GZip or not?

Are there alternative programs that one might use?

What are their relative merits?

What is Zlib?

Exactly where must it be installed?

Are thri any configuration issues for either of these items?
Thank you,
CaribeJoe

Offline V@no

  • If you don't tell me what to do, I won't tell you where you should go :)
  • Global Moderator
  • 4images Guru
  • *****
  • Posts: 17.849
  • mmm PHP...
    • View Profile
    • 4images MODs Demo
Why turn GZip compression off or on? and so on?
« Reply #1 on: April 07, 2003, 08:34:51 AM »
GZip compression does compressing "output" pages on the server while being sent to a client, that makes transaction faster. Client's browser must support such a feature (most modern browsers support it) and it decompress received page and shows it to the user.
I probably wont be "too wrong" if I compare this feature with Dialup connection to internet. Because 56k with v.90, v.92 and so on compression algorith does the same thing - fist compress requests and sents to the server then decompress received information and shows it to the user.
the only back-draw is that takes little more server recources to compress, and client recources to decompress, but if u have atleast "minimum" updated computer u wont be able even notice any slowing down.
Your first three "must do" before you ask a question:
Please do not PM me asking for help unless you've been specifically asked to do so. Such PMs will be deleted without answer. (forum rule #6)
Extension for Firefox/Thunderbird: Master Password+    Back/Forward History Tweaks (restartless)    Cookies Manager+    Fit Images (restartless for Thunderbird)

Offline Shap

  • Full Member
  • ***
  • Posts: 114
    • View Profile
Why turn GZip compression off or on? and so on?
« Reply #2 on: April 08, 2003, 07:42:52 AM »
thanks for explaining it, I didnt have it on, now its on 9!