Top "Gzip" questions

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

Does .NET's HttpWebResponse uncompress automatically GZiped and Deflated responses?

I am trying to do a request that accepts a compressed response var request = (HttpWebRequest)HttpWebRequest.Create(requestUri); request.Headers.…

c# .net httpwebrequest gzip deflate
How to enable gzip HTTP compression on Windows Azure dynamic content

I've been trying unsuccessfully to enable gzip HTTP compression on my Windows Azure hosted WCF Restful service which returns JSON …

json gzip azure http-compression
How to force Apache to use manually pre-compressed gz file of CSS and JS files?

I have simple question. I have webdirectory /css and inside is file style.css. I have manually gzipped this file …

apache caching gzip
How to enable compression in Ruby on Rails?

I posted a similar question here Serving Compressed Assets in Heroku with Rack-Zippy but decided to give up on that …

ruby-on-rails ruby performance gzip pagespeed
write a gzip file from data frame

I'm trying to write a data frame to a gzip file but having problems. Here's my code example: df1 <…

r zip compression gzip vowpalwabbit
Fiddler doesn't decompress gzip responses

I use Fiddler to debug my application. Whenever the response is compressed by server, instead of decompressed response, Fiddler shows …

gzip fiddler compression
rails json response with gzip compression

I have an api written in rails which on each request responds with a JSON response. The response could be …

ruby-on-rails json ruby-on-rails-3 gzip rack
Convert c# to vb.net 'RaiseEvent' statement to raise an event to use Gzip

I have convert class from c# to vb.net .. My point that I want to compress asp.net page to …

events gzip raise raiseevent
Does GZIP Compression Level Have Any Impact On Decompression

I understand that GZIP is a combination of LZ77 and Huffman coding and can be configured with a level between 1…

compression gzip
Tomcat Compression Does Not Add a Content-Encoding: gzip in the Header

I am using Tomcat to compress my HTML content like this: <Connector port="8080" maxHttpHeaderSize="8192" maxProcessors="150" maxThreads="150" minSpareThreads="25" maxSpareThreads="75" enableLookups="…

java tomcat gzip yslow