Tagged Questions

HTTP compression is a capability that can be built into web servers and web clients to make better use of available bandwidth, and provide faster transmission speeds between both

learn more… | top users | synonyms (1)

19
votes
6answers
4k views

GZip compression with WCF hosted on IIS7

Everyone, as far as I'm concerned the question is ansered in EDIT 2. Although it's only a partial solution to the IIS side of the problem, it's what I was looking for. So I'm going to add my query ...
12
votes
8answers
4k views

Removing extra whitespace from generated HTML in MVC

I have an MVC application view that is generating quite a large HTML table of values (>20MB). I am compressing the view in the controller using a compression filter internal class CompressFilter : ...
10
votes
5answers
4k views

HttpWebRequest & Native GZip Compression

When requesting a page with Gzip compression I am getting a lot of the following errors: System.IO.InvalidDataException: The CRC in GZip footer does not match the CRC calculated from the ...
9
votes
1answer
1k views

Dynamic Compression not working IIS 7.5

I currently have both static and dynamic compression configured. The static compression is working, however the dynamic compression, when checked through YSlow and Fiddler, is not working. In my ...
9
votes
4answers
2k views

Can I compress HTTP Requests using GZIP?

I am communicating to a Tomcat Server using a Java ME application on my mobile device. I was wondering if I could compress my requests/responses using Gzip to reduce the number of bytes sent over the ...
8
votes
3answers
1k views

Is there any performance hit involved in choosing gzip over deflate for http compression?

We recently switched some of our sites from deflate to gzip and noticed a significant increase in cpu load on our servers.
6
votes
3answers
237 views

IIS understand static files in MVC as dynamic content

Playing with the httpCompression I relalized that IIS understand static files in MVC as dynamic content, so even if you tick the "Enable static content compression", but don't tick "Enable dynamic ...
6
votes
2answers
179 views

How reliable is HTTP compression using gzip?

YSlow has suggested that I use HTTP compression to improve the performance of my site. However, as noted by Yahoo that are some problems. There are known issues with browsers and proxies that ...
4
votes
1answer
646 views

OutputCache and a custom gzip compression filter

I have this custom filter for compress the output of my pages: public class EnableCompressionAttribute : ActionFilterAttribute { const CompressionMode compress = CompressionMode.Compress; ...
4
votes
1answer
1k views

Why is ScriptResource.axd compressed, even though IIS compression is disabled?

I run an ASP.NET application on IIS 6.0. Usually I have compression turned on for both dynamic and static files. However, I've turned compression off temporarily, but "ScriptResource.axd" is still ...
3
votes
2answers
77 views

“Content-encoding” header disappears from HttpHandler response if an exception occurs

I have a custom HttpHandler in which I manually enable output compression, like so: context.Response.AppendHeader("Content-encoding", "gzip"); context.Response.Filter = new ...
3
votes
6answers
80 views

JavaScript minification and compression

I am trying to understand JavaScript minification and compression processes and have couple of questions on these: Since minification makes the code difficult to debug, is it possible to do ...
3
votes
1answer
164 views

WCF message security with compression

What is the best practice for compressing the communication of a WCF service having message security enabled, that is not hosted on IIS and uses HTTP as transfer protocol? In my searching I found ...
3
votes
2answers
764 views

HTTP Compression with ASP.NET 4.0 and IIS7

I've been trying to implement HTTP compression on a few of my sites for some time now. I've tried implementing HTTP compression using variations on the following two techniques: From ...
3
votes
3answers
523 views

ASP.NET MVC - compression + caching

I've seen a number of options for adding GZIP/DEFLATE compression to ASP.Net MVC output, but they all seem to apply the compression on-the-fly.. thus do not take advange of caching the compressed ...
3
votes
3answers
2k views

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 only from GET and POST requests. I have tried so many things that I ...
2
votes
2answers
108 views

Compressing (Gzip or Deflate) Shows, Lists and views in Couchdb

It seems that couchdb automatically compress all its _attachments when requested with the correct header. But unfortunately this doesn't happen for views, show or lists. Is there any way to achieve a ...
2
votes
0answers
95 views

Apache statically and dynamically compressed content

I have a website which has both dynamically generated (PHP) and static content. Setting up Apache to transparently compress everything in accordance with content negotiation is a trifle. However, I ...
2
votes
2answers
343 views

HTTP header compression

HTTP headers aren't very efficient. Dozens of bytes more than necessary are used between the minimal method and response headers. Has there been any proposal to standardize a binary or compressed ...
2
votes
2answers
119 views

Site broken in IE7 - how to look for clues?

currently working on a site - we enabled compression was in iis6 on friday. also some css / javascript files have been minified... Now back on monday and it appears the site has stopped working in ...
2
votes
3answers
3k views

Compress/Decompress NSString in objective-c (iphone) using GZIP or deflate

I have a web-service running on Windows Azure which returns JSON that I consume in my iPhone app. Unfortunately, Windows Azure doesn't seem to support the compression of dynamic responses yet (long ...
2
votes
3answers
874 views

Accept-Encoding headers being sent by browser but not received by server

I have been trying to debug this for weeks. All of the browsers on all of the clients on my home network are sending 'Accept-Encoding: gzip,deflate'. However, that header is somehow, somewhere being ...
2
votes
4answers
152 views

Any reasons not to gzip documents delivered via HTTP?

I remember someone telling me that gzipped content is not cached on some browsers? is this true? Are there any other reasons why I shouldn't gzip my content (pages, javascript and css files) with ...
2
votes
2answers
741 views

gzip without server support?

I have written a css server which does minimization and basic parsing/var replacement. The server is using node.js. I am wanting to gzip my response from this server. As told in IRC, node.js does not ...
2
votes
1answer
458 views

How do I get HttpCompression (GZip) to work with URL Routing (Extensionless URLs) on IIS 6

Okay, URL Routing is great. Extensionless URLS, SEO friendly etc. However, it seems that IIS 6 doesn't perform compression on sites that use Extensionless URLs. WildCard Mapping is on so Asp.Net ...
2
votes
2answers
395 views

Benefit of compressing javascript/css files when using IIS httpCompression

It looks like IIS httpCompression compresses your files. If this compression is in place, what is the reason to compress files using compression tools like: Packer, JSMin or Yahoo Compressor?
2
votes
1answer
494 views

Turn off IIS 6 HttpCompression for specific browsers

I am having issues with IE6 (surprise) and HTTP Compression using IIS6. I really don't want to turn off HTTP Compression for the site. Is there a way to tell IIS6 to not compress responses to ...
2
votes
1answer
842 views

What options are there to selectively enable or disable IIS 6 compression

Unlike IIS7, in IIS6 the 'Compress application files' and 'Compress Static files' options are server wide so they apply to every website and virtual directory. I recently enabled it server wide and ...
2
votes
8answers
280 views

Can anyone recommend a (free) tool to test if a web server is using http compression?

I see there are plenty of web sites out there that will do this, but I'd really like something I can run to diagnose our internal intranet servers that aren't exposed to the internet. And, with the ...
2
votes
2answers
2k views

Can you enable HTTP compression in IIS 6 without restarting IIS?

I'm currently optimizing the performance on my company's site; when it was taking 6-10 seconds to download 2MB+ of our homepage and assets (the site is mostly Flash with a lot of media, so it's not ...
1
vote
1answer
50 views

Can I use net.TCP along with GZip technology in WCF

Can we use net.TCP binding to implement GZip in WCF or it can only be configured with Http and WsHttp bindings.
1
vote
0answers
75 views

Static compression when 'runAllManagedModulesForAllRequests' is set to 'true'

We updated a time before our ASP.NET legacy web application to use .NET Framework 4.0. No any problems there. Last sprint, we implemented new module to rewrite SEO optimized URLs. But, because we want ...
1
vote
0answers
50 views

IIS 7.5 Compression is not working when loading the page on a local computer

If I try to access our website inside our servers using the remote desktop connection. YSlow and PageSpeed is reporting that our website are compressed. But If I try to access our website in my local ...
1
vote
2answers
58 views

Will adding gZip compression to my web app improve the performance of loading of large images?

I have a web app that contains a slide show with about 10 large images (100-200k) images. I've heard of people using gZip http compression to help improve the performance of their websites in the ...
1
vote
1answer
71 views

Content-Length and httpCompression dilema

My asp.net app return JSon object to user, it contain binary encoded data. Due to this I decided to enable HTTP Compression and the problem begun with Content-Length. If I enable compression the ...
1
vote
1answer
113 views

How to Compress Everything in my ASP.NET Pages?

I have a page with css, javascript, axd, resource files. My aim is to compress everything so that the response size is reduced and consequently the response time is improved for the end user. Go to ...
1
vote
0answers
393 views

ASP.NET MVC - Cache & Compression settings in web.config not always being used

In my ASP.NET MVC 2 application I've decorated an action with the following attributes. [ETag] [OutputCache(Duration = 604800, VaryByParam = "none", Location = OutputCacheLocation.Any)] public ...
1
vote
2answers
83 views

How can I use compression with QHttp?

In a existing application with Qt the QHttp-class is used to access data over the network. This communication is in the moment uncompressed, but the server allows compression (and browsers actually ...
1
vote
3answers
216 views

Pre-compress static files in IIS 6

I am implementing Gzip compression for CSS and JS files on my site and just need to double check something. Is the file compressed on every request? or is it collected and sent from the Temporary ...
1
vote
0answers
111 views

When using response compression in c#, will later use of IIS compression cause problems?

I am using a webservice as the endpoint for an XHR request, and planning on gzip/deflate compressing the response for compatible browsers. I am using code based on ...
1
vote
1answer
809 views

MVC3 - Compress model in viewbag

I have an MVC3 view that's design to run reports for our clients. In the View that lets you select the report options, I pass a large list of our clients (~3K). I'm rendering it like this: ...
1
vote
1answer
69 views

why doesn't IIS have compression turned on by default [closed]

i am reading articles like this one and this one to walk through the (tedius) steps to turn on gzip compression on IIS (6.0 in this case). I don't understand why IIS would turn this all on by ...
1
vote
2answers
108 views

Does compressing HTTP response is useless when Content-Length is lower than 1K?

I wrote a web service that respond JSON content lower than 1K. Which one of this compression strategy is the best? gzip this content by the reverse-proxy as any other text ressource? Add a rule to ...
1
vote
1answer
285 views

html text output compression from rails (or apache/passenger)

i have a quite strange request: i want to "compress" all the output from a rails app; with this i do not mean gzip or any similar compression, i mean to reformat the whole output (preferably with ...
1
vote
1answer
386 views

How to support compressed HTTP requests in Asp.Net 4.0 / IIS7?

For an ASP.NET 4.0 / IIS7 web app, I would like to support compressed HTTP requests. Basically, I would like to support clients that would add Content-Encoding: gzip in the request headers, and ...
1
vote
1answer
548 views

Rack rack.input variable getting truncated?

I wrote a piece of Rack Middleware to automatically unzip compressed request bodies. The code seems to be working just fine, but when I plug it into my rails app, I get a failure "Invalid JSON" from ...
1
vote
1answer
1k views

Handling HTTP ContentEncoding “deflate”

What InputStream type should be used to handle URLConnection streams that have HTTP Content-Encoding set to deflate? For a Content-Encoding of gzip or zip I use a GZIPInputStream, no problem. For a ...
1
vote
1answer
731 views

IIS 7 compression not working

I have a Windows server 2008 R2 with IIS 7. By default when you create a site in IIS, Compression is enabled. I checked the Compression module and both Checkboxes are checked. Now, I am using ...
1
vote
2answers
460 views

Mysterious XHTML Validation Error

i am trying to validate homepage of my new website and looks like i have a mysterious trouble. If i use W3C Validator's copy-paste page source function, i only receive one warning and my page ...
1
vote
0answers
59 views

Google Chrome err_failed chrome (err2) - Web App

I'm a web application developer, who runs a site http://myfav.es. We've been struggling with this issue for about a month now. We use the HTML application cache spec - www.w3.org/TR/offline-webapps/ ...

1 2