Hey,
Was just going through the admin section of ZC and came upon a section called GZip Compression. Can someone please tell me what exactly this setting controls within ZC?
Hey,
Was just going through the admin section of ZC and came upon a section called GZip Compression. Can someone please tell me what exactly this setting controls within ZC?
gzip is how content is transported to the browser, generally it is more efficient to have it on...but on some servers it may be a bit slower in response time. It is default off and is a server specific optimization function.
Windows, BSD, Linux, Cisco, Hardware & IT Security Tech
AEIIA - Zen Cart Certified & PCI Compliant Hosting
What do you mean by it is how content is transported to the browser? Is it something that tells commands the browser what to read? Why is it more efficient to have it turned on instead of off? How do you know for your specific server if it's better or not?
Thanks so much in advance!
gzip is a compression algorithm...what it does it makes the server with the website compress the information being passed to your computer browser where it already knows how to decompress it and view it.
Without gzip enabled you are viewing a webpage load before your eyes, some parts loading at their own pace. With gzip enabled it generally gives a slight stall and appears instantly all at the same time.
The server really depends on what is running on it and how you website is setup. Best thing is to look at the difference by switching it on and off.
Gzip is good for quick loading or optimized sites and bad for sites that have a lot of big pictures or slow server connections.
For the most part you want it enabled, but it really depends on your server and the needs of your site.
Windows, BSD, Linux, Cisco, Hardware & IT Security Tech
AEIIA - Zen Cart Certified & PCI Compliant Hosting
Actually, I would disagree with having gzip ON. It is OFF by default and there is a good reason for that.
Basically, it's the same as sending a Letter. Puts everything into an evelope or container and when received, it must be opened. Each OS has it's own method of sending / opening these containers.
gzip came first and it worked so well it was ported to Windows and called Zip. Forget what Mac calls it.
Works great for sending large eMails, with lots of photos or attachments, but for Web sites and pages it can cause problems.
Website Rob, I am a little confused now, how does it cause problems?
Thanks in advance for your reply!