Top "Gzip" questions

GZip/gzip is both the name for a compressed data format and any of several software applications implementing this format.

Decompress gzip and zlib string in javascript

I want to get compress layer data from tmx file . Who knows libraries for decompress gzip and zlib string in …

javascript gzip zlib compression tmx
Check the total content size of a tar gz file

How can I extract the size of the total uncompressed file data in a .tar.gz file from command line?

gzip tar
JavaScript: Decompress / inflate /unzip /ungzip strings

I'm looking for JavaScript implementation of string inflating algorithms. I want to compress on the server side (Java), and decompress …

javascript gzip unzip inflate compression
Transfer-Encoding: gzip vs. Content-Encoding: gzip

What is the current state of affairs when it comes to whether to do Transfer-Encoding: gzip or a Content-Encoding: gzip …

http gzip content-encoding transfer-encoding
How to Compress/Decompress tar.gz files in java

Can anyone show me the correct way to compress and decompress tar.gzip files in java i've been searching but …

java gzip tar compression
How can I tell if my server is serving GZipped content?

I have a webapp on a NGinx server. I set gzip on in the conf file and now I'm trying …

nginx compression gzip
find string inside a gzipped file in a folder

My current problem is that I have around 10 folders, which contain gzipped files (around on an average 5 each). This makes …

linux shell directory grep gzip
Serving gzipped CSS and JavaScript from Amazon CloudFront via S3

I've been looking for ways of making my site load faster and one way that I'd like to explore is …

javascript css amazon-s3 gzip amazon-cloudfront
Easy HTTP requests with gzip/deflate compression

I'm trying to figure out how the best way to easily send HTTP/HTTPS requests and to handle gzip/deflate …

http node.js https gzip deflate
Enable GZIP for CSS and JS files on NGINX server for Magento

I need to enable gzip compression on nginx server. As I have observed from firfox firebug NET tools, I have …

magento nginx gzip