Top "Gzip" questions

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

Why do people minify css and javascript, when we have gzip?

Why people go through all the pain of minifying JavaScript and CSS files if they can just turn on gzip …

javascript css performance gzip client-side
Ruby: Create A Gzipped Tar Archive

What's the best way to create a gzipped tar archive with Ruby? I have a Rails app that needs to …

ruby gzip tar
Decompression error : The magic number in GZip header is not correct

I am new to System.IO.Compression I am trying to compress and decompress some information. For compression I used …

c# c#-4.0 gzip compression system.io.compression
How to compress csv file into zip archive directly?

I am generating a number of csv files dynamically, using the following code: import csv fieldnames = ['foo1', 'foo2', …

python csv gzip zipfile
Get NGINX to serve .gz compressed asset files

Rails 3.1 has a convenient system which can compress files into .gz files. However, instead what I've done is I've moved …

ruby-on-rails ruby-on-rails-3 nginx gzip assets
Issues uncompressing a tar.gz file

I have been trying to uncompress the following file: sudo wget http://download.oracle.com/otn-pub/java/jdk/7u21-b11/…

java gzip tar compression
Is there a GZIP merger that merges two GZIP files without decompressing them?

Let's say there's a.gz, and b.gz. $ gzip_merge a.gz b.gz -output c.gz I'd like to …

merge gzip deflate
How to get JMeter to request gzipped content?

My website serves gzipped content. I verified with Firebug and YSlow. However, JMeter does not request the gzipped content. Therefore, …

gzip jmeter
Any way to serve gzip assets from heroku?

I'm wondering if there is any way to get the Rails webserver (thin) to serve the *.gz files the asset …

ruby-on-rails heroku gzip asset-pipeline rack
Windows command line tar "cannot connect to d: resolve failed" with Chef Knife

Using Windows Command line with cygwin, chef and ruby installed. When trying knife cookbook site install mysql returns the following …

command-line gzip tar chef-infra