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
1
vote
2answers
29 views
What is gZip compression?
I have heard a lot that one should use gZip for their webpages for faster access and downloads, and that it also saves the bandwidth.
So what is this gZip compression and how does it make the ...
0
votes
1answer
26 views
Need Step-by-Step Overview for Compression on Tomcat
Need Step-by-Step Overview for Compression on Tomcat 7 ... I've been at this for days. Particularly interested in compressing text/xml in response from a servlet, but would also like to test other ...
2
votes
2answers
41 views
+100
How do I enable GZIP compression for POST (upload) requests to a SOAP WebService on IIS 7?
How can I enable compression for POSTed data uploaded to a .NET WebService (SOAP, not WCF)? I thought it would be a simple matter of enabling dynamic compression in IIS but after enabling, it's only ...
-1
votes
0answers
26 views
IIS7 Compression Not Working [closed]
I'm having a weird issue with the static compression on IIS7. I've done some research and can't find the issue, below are all the changes I've done to the server (applicationHost.config & Failed ...
0
votes
1answer
42 views
can I dynamically reduce the page size by compressing / decompressing its HTML
I want to know if I can apply compression/decompression to my existing aspx page. What I want to say is that,
I must be able to compress the response send by the server in some compressed format . ...
0
votes
0answers
20 views
Tomcat serve zipped xhtml file
I have XHTML file that compressed with GZIP. I need to serve it correctly for browser with Tomcat.
How i did it with Apache HTTP Server:
<Files *.xhtmlz>
AddEncoding x-gzip .xhtmlz
...
0
votes
1answer
136 views
IIS as a reverse proxy - compression of rewritten response from backend server
I am implementing a reverse proxy for routing requests to a backend server.
Functionally everything works correctly, however I am concerned that all responses from the backend server are transferred ...
0
votes
1answer
141 views
IIS 7.5 Static Content Compression (not consistent )
I have the following web.config:
<urlCompression doStaticCompression="true" />
<httpCompression>
<dynamicTypes>
<add mimeType="text/*" ...
0
votes
1answer
356 views
Why Chrome prompts for downloading a page as a .gz file on hyperlinks but not I enter the URL manually?
I just discovered a very strange behaviour on Chrome while trying to accesss some pages. It will prompt to download them as .gz files instead of loading them.
This happens only with current Chrome ...
2
votes
1answer
60 views
Tomcat7 Compression JS/CSS
I've enabled compression using the following setting in my tomcat7 server.xml:
<Connector port="8080" protocol="HTTP/1.1"
connectionTimeout="20000"
...
1
vote
1answer
79 views
Enabling gzip compression in Glassfish via XML configuration
There are a variety of answers to this question which tackle it via the admin console. I would like to enable this via Glassfish's XML configuration but have not found any documentation regarding this ...
0
votes
0answers
184 views
Asp.net Turn off http Compression for dynamic download files like csv , pdf
We have added compression on our asp.net website. The compression is work fine on all pages. We also have couple of pages where were create dynamic csv and pdf file for user to download.
The problem ...
1
vote
1answer
200 views
Delphi REST Server, Android Client using compression
We're building a Delphi REST server that serves up rather large chunks of data (1.5MB per request, of which there are many) to a native Android application. All works fine, except the data sizes in ...
4
votes
1answer
112 views
Configuring httpCompression settings for WIndows Azure Web Sites
Is there anyway of controlling the compression settings in windows azure web sites.
I want to enable dynamic json compression, and can successfully do this with on premise sites by configuring the ...
0
votes
0answers
43 views
Decompression of compressed Payload Request in a webservice
How do i uncompress the request coming to my webservice.
I have a WSDL and i have hosted a web service using top down approach in eclipse using AXIS runtime.
If the request to the webservice is sent ...
0
votes
1answer
46 views
Decompression of payload in my webservice
How to process an incoming Payload(SOAP) which is COMPRESSED, in my webservices which I have created using Axis ???
0
votes
1answer
803 views
GZIP compression + htaccess deflate
Can i have both .htaccess with
DELFATE
On php, images, html files etc. + php header with
ob_start("gzhandler") ?
If no, what is the best oppitunity? I am just worried if it does conflict.
...
0
votes
0answers
184 views
IIS 7.5 HTTP Compression ratio, cache and ETags
On IIS 7.5 (and IIS 8 for that matter), I'm getting a strange issue whereby the compression ratio changes between the initial response for a static resource and the subsequent responses. I can't be ...
1
vote
0answers
48 views
Which is the right way to enable compression on Apache?
Some people say that to enable compression you modify htaccess file:
apache compression Deflate .js and .css files not compressed?
...
1
vote
0answers
449 views
httpCompression override in web.config ASP.NET IIS7.5
I have this code in my web.config for an ASP.NET 4.5 website running in IIS 7.5
<system.webServer>
<urlCompression doStaticCompression="true" doDynamicCompression="true"
...
3
votes
1answer
160 views
gzip compression for HTTP 1.0 proxy requests on Azure Web Sites
Is there any way to get Azure Web Sites to serve gzip'ed content for requests from a HTTP 1.0 proxy like Amazon Web Services CloudFront? Consider a request like this:
curl -I -H "accept-encoding: ...
6
votes
2answers
153 views
IE scrambles script in IIS7 with static compression turned on
I am having issues with javascript files not decompressing in IIS7 and stylesheets not loading properly.
I can fix this issue by turning off Static compression in IIS but this can't be a permanent ...
0
votes
1answer
163 views
How-to Url HTTP compression and caching using Web.config?
I've purchased shared hosting with microhosting.in After putting together site for my start-up the natural next step was promote. So I checked for performance. Pagespeed tests pointed caching and ...
0
votes
1answer
259 views
Windows 8 apparently removes content-encoding header from compressed HTTP responses
I'm not completely sure whether this belongs on SO, but I don't know where else to ask.
While I was checking the loading speed of a web app of mine I noticed that apparently no HTTP response (no ...
0
votes
1answer
175 views
Decompress in browser a JSON datafile served as static file from Node.js
Similar to this post need to send a large 30MB JSON file to the browser, which compresses to 3MB. (yes, yes, it's big and intensive to decompress, but better to serve it once as a static file than ...
0
votes
1answer
532 views
Enable gzip compression using MVC3
I am using the chrome extension YSlow to test my site performance.
I've got F Grade on Compress components with gzip
There are 15 plain text components that should be sent compressed
...
1
vote
1answer
368 views
How to compress images in asp.net? [closed]
I am working in asp.net webapi. I have 30 to 40 images in my resource folder. Is there anyway I could compress my images programatically instead of manually, resizing the images in resources?
0
votes
0answers
67 views
Disable HTTP Compression for XML files in IIS 7.5
We need to disable compression for XML files. I know how to disable compression for specific files using the Web.config element, but it does not accept wildcards. Does anyone know how to accomplish ...
1
vote
2answers
348 views
Minify HTML files in text/html templates
I use mustache/handlebar templates.
eg:
<script id="contact-detail-template" type="text/html">
<div>... content to be compressed </div>
</script>
I am looking to ...
1
vote
2answers
293 views
How to enable IIS Compression in Out of Browser Lightswitch App
I have a Lightswitch OOB 2012 and would like to enable IIS 7 Compression. I followed these steps ...
1
vote
0answers
635 views
mod_deflate in .htaccess and google pagespeed
i have a linode sever with centos 6 , as it wont support mod_gzip, i am using mod_deflate.
this is my code in .htacess
<IfModule mod_deflate.c>
<FilesMatch ...
0
votes
0answers
57 views
Rails - decompressing HTTP request
Is there some way to decompress HTTP request (sent from mobile phone) on server side? Will be this done using Ruby, or server's means makes no difference.
Servers planned to use are: Webrick, Thin ...
2
votes
3answers
163 views
Does a GunzipOutputStream - or something like it - exist?
Related to Handling HTTP ContentEncoding "deflate", I'd like to know how to use an OutputStream to inflate both gzip and deflate streams. Here's why:
I have a class that fetches resources ...
6
votes
1answer
475 views
Configuring IIS 7.5 to send JSON responses gzipped, NO_MATCHING_CONTENT_TYPE
So I'm trying to get my app to send its JSON responses using dynamic compression and gzip. Unfortunately this isn't working. All the static compression on the server is working fine, but not ...
2
votes
1answer
65 views
Compression when using the Channel API in Google App Engine
In this FAQ question it says that compression is used automatically when the browser supports it and that I don't need to modify my application in any way.
My question is, does that apply to Channel ...
0
votes
2answers
678 views
why png size doesn't change after using http gzip compression
I use following .htaccess to set gzip compression:
AddOutputFilterByType DEFLATE text/html image/png image/jpeg text/css text/javascript
Please check this url: ...
2
votes
1answer
609 views
Compress JP2 (JPEG2000) image with a high compression level
After reading Image from database, I need to convert that Image to JP2 (JPEG2000)
Update:
I used FreeImage to convert the image to JP2
// Load bitmap
FIBITMAP dib = ...
1
vote
0answers
522 views
IIS 7.5 Compression & Chunked Transfer Issue
I had to render a json feed. Since the size of the feed is around 10 MB, I decided to enable compression in ASPNET. I enabled dynamic compression for json mime type. Compression works well and reduced ...
0
votes
0answers
75 views
ASP.NET request decompressing filter
I am developing web service using ASP.NET which accept incoming POST calls and hosted on IIS7. Some of request are compressed using gzip and have Content-Encoding : gzip header. When I try to read ...
2
votes
1answer
1k views
MVC4 WebAPI not compressing GET responses
I'm working on a project that uses the MVC4 WebAPI (RC). The responses are not gzip compressed (dynamic compression in IIS is enabled).
The responses from normal MVC controllers are compressed. Do I ...
0
votes
1answer
149 views
gzip not working on internal css and javascript
I followed this link to gzip my php driven website It's working fine but what happened is I checked my website in this link http://gzipwtf.com/ and as well as checked it in web developer toolbar in ...
2
votes
1answer
648 views
IIS 7.5 Compression In Web Config
What aspects of http compression can be specified in the web config.
I have gotten dynamic compression working via changes to the applicationHost file for iis, but I'd like to configure as much as ...
0
votes
1answer
292 views
IE 9 not accepting compressed AJAX data
I have a node.js JSONP server that is returning data for a webpage. The page makes AJAX requests to Node server, and gets JSONP code back.
This is working perfectly in all browsers, until I enable ...
3
votes
1answer
509 views
WCF custom binding for compression
Following the sample for compression by Microsoft. I have added the encoder, encoder factory, and binding element to my solution. The difference from their sample is that we do not register our ...
0
votes
1answer
216 views
httpCompression directory on IIS 7 for multiple websites
Scenario:
At our company, we have enabled httpCompression for our website. This website (call it as master website) and its preview version both are hosted on the same web server. Preview version is ...
7
votes
1answer
571 views
Azure CDN - Enabling HTTP 304 Caching with ETag - Hosted Web Role
We are trying to enable HTTP compression (gzip) and HTTP 304 Caching via ETags on Azure CDN. We already discovered an issue with enabling Azure CDN Compression, but now we can't get compression and ...
0
votes
2answers
80 views
django - Cleaning up HTML templates for production
Is there a tool for django that would allow me to "prep" the static HTML templates for production?
My templates are growing heavy in comments and shelved code that is useful to have when in ...
7
votes
2answers
3k views
MVC4 WebApi compress Get Method Response
I am currently working on migrating few of my MVC3 Controllers to MVC4 Api Controllers.
I have implemented Compression mechanism for MVC3 controller Get Method Responses by inherting ...
1
vote
0answers
233 views
IIS 7 dynamic compression truncates downloaded files
I have an issue on ASP.NET application which have been recently migrated to new server running IIS7 instead of IIS6. The application has been upgraded to .NET4 though most of the code remains as it ...
1
vote
0answers
104 views
IIS7.X remove directory from being compressed with gzip
I am trying to remove one directory from being gziped as it causes errors on the browser.
Here is the code I have. I've read that I can't disable one page only, but there is a way to disable a ...



