http-compression Questions
1
So this is a bit of a weird issue and I'm really searching for some best practices and potential solutions here.
Background:
I'm working on a very substantial enterprise application. It's a singl...
Coral asked 17/9, 2014 at 23:11
3
Solved
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 ActionFilterAt...
Surgy asked 4/5, 2012 at 6:12
1
I have a Server 2012 R2 box running IIS. I've tried enabling compression for several sites running on that box, but I can't figure out why it won't work. My request headers all show accept-encoding...
Orlantha asked 21/6, 2016 at 13:29
12
Solved
I am trying to optimize a site performance by consolidating and compressing the CSS and JS files. My question is more about the (concrete) steps on how to achieve this, given a real situation I was...
Coraciiform asked 15/2, 2012 at 4:18
3
Solved
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 compre...
Mertiemerton asked 11/9, 2012 at 19:11
2
Solved
I was running page speed insights on my website and was given the following result:
Compressing resources with gzip or deflate can reduce the number of bytes sent over the network.
Enable com...
Melville asked 16/12, 2015 at 0:17
4
Solved
I use following .htaccess to set gzip compression:
AddOutputFilterByType DEFLATE text/html image/png image/jpeg text/css text/javascript
Please check this url: http://www.coinex.com/cn/silver_pa...
Rowlandson asked 2/7, 2012 at 7:28
1
Solved
I have rails 3.2.1 application and nginx.
In nginx configurations I set gzip on;, and compressing works for pages, css, js files.
But it does not work for JSON responses. As I found the solution ...
Impenetrable asked 19/5, 2015 at 11:11
1
Solved
I have trouble setting up the compressing in IIS 7.5. In the "%SystemDrive%\inetpub\temp\IIS Temporary Compressed Files" folder there are my files gzipped, but the browser recieves the original fil...
Ushas asked 3/3, 2015 at 14:7
6
Solved
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...
Reserved asked 5/5, 2010 at 17:2
3
Solved
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 fid...
Prevail asked 18/9, 2010 at 5:33
1
Solved
Q1 With the iOS App kit, can I expect that Accept-Encoding: gzip will be used automatically, or do I need to explicitly ask for it to be used by setting this in the URL request somewhere?
I'm curr...
Transducer asked 15/8, 2014 at 20:36
2
Solved
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...
Lump asked 14/10, 2010 at 10:13
4
I have a custom HttpHandler in which I manually enable output compression, like so:
context.Response.AppendHeader("Content-encoding", "gzip");
context.Response.Filter = new GZipStream(context.Resp...
Adventurous asked 12/1, 2012 at 23:5
3
Solved
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...
Primm asked 21/1, 2013 at 11:23
1
I want to enable gzip compression for my site running on ASP.NET4.5 with IIS7.5, but can't get it to compress.
I'm on shared hosting, so I can't set this in IIS directly.
applicationHost.config
...
Nelle asked 16/1, 2014 at 8:47
2
Solved
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 onl...
Jett asked 21/5, 2013 at 13:24
1
Is there a SDCH (Shared Dictionary Compression over HTTP) library for Node? (Or any other implementations for that matter?)
A quick search on npm yielded nothing.
Gynecology asked 24/2, 2012 at 1:36
1
Solved
I have the following web.config:
<urlCompression doStaticCompression="true" />
<httpCompression>
<dynamicTypes>
<add mimeType="text/*" enabled="true" />
<add mimeTyp...
Crave asked 19/3, 2013 at 12:48
1
Solved
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 dynami...
Thunderstruck asked 23/7, 2012 at 17:49
8
Solved
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...
Libbey asked 13/5, 2009 at 0:32
1
Solved
Can I have both .htaccess with:
DEFLATE
On php, images, html files etc. + php header with:
ob_start("gzhandler") ?
If no, what is the best opportunity? I am just worried if it does conflic...
Omnivore asked 22/12, 2012 at 19:14
0
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"
dynamicCompress...
Goody asked 17/12, 2012 at 15:22
5
Solved
What is the best plugin for Rails that gzips my webpage output?
Edit:
The company I am hosting with has stated they will not install mod_deflate.
Lam asked 30/10, 2008 at 15:20
2
Solved
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...
Flatworm asked 4/12, 2012 at 11:15
© 2022 - 2024 — McMap. All rights reserved.