Guest Posted March 20, 2003 Share Posted March 20, 2003 What's the GZip Compression? Should I turn it on? What's the best compression level? Link to comment Share on other sites More sharing options...
mattice Posted March 20, 2003 Share Posted March 20, 2003 Gzip compression is a technique that gzips (compresses) the content (=page) on the server (=machine hosting your site) before giving it to the browser (=client). The client gunzips it and shows it to you. The time it takes to gzip / gunzip the page is fractions of seconds, resulting in a speed improvement loading your site as the time it takes to travel from server to client gets shortened. (Because the content is compressed) If you should use it depends on if it actually increases performance like described above. That is 'machine dependable', you should test it. The higher the compression the longer it takes to gzip / unzip. Mattice "Politics is the art of preventing people from taking part in affairs which properly concern them" Link to comment Share on other sites More sharing options...
vesaire Posted March 20, 2003 Share Posted March 20, 2003 What is the optimized rate of compression level for gzip? Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.