http-compression Questions
1
Solved
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 m...
Mook asked 22/11, 2012 at 16:31
2
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 a...
Interact asked 11/1, 2011 at 21:16
2
Solved
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. D...
Burley asked 8/6, 2012 at 13:3
2
Solved
Can we use net.TCP binding to implement GZip in WCF or it can only be configured with Http and WsHttp bindings.
Selfrevealing asked 9/1, 2012 at 5:27
1
Solved
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...
Wendalyn asked 9/5, 2012 at 19:18
2
Solved
mod_deflate or mod_gzip, which should be used?
I read mod_gzip on better explained but want to know extra about mod_deflate.
Dimarco asked 3/7, 2010 at 23:11
1
Solved
How do I force IIS 7.X to do static compression regardless of how frequently the static file is accessed? If I refresh the page in Firefox with caching disabled, that is the only way it does the st...
Frightful asked 21/6, 2011 at 6:2
1
Solved
I just searched about gzip and Deflate, and found out that Deflate is better.
GZip or Deflate for HTTP compression
Why use deflate instead of gzip for text files served by Apache?
Is there any pe...
Giles asked 7/2, 2012 at 2:45
1
Solved
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" fro...
Wellington asked 18/10, 2010 at 23:31
1
Solved
I am implementing page/resource compression to improve website performance.
I have tried to implement both blowery and wicked HttpCompress but end up getting the same result. This only seems to aff...
Egbert asked 9/7, 2010 at 7:12
3
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 bein...
Hobnailed asked 15/4, 2010 at 13:54
2
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 m...
Prewitt asked 13/5, 2010 at 14:43
2
Solved
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 ...
Cle asked 22/2, 2010 at 1:59
4
Solved
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 t...
Indelible asked 20/9, 2009 at 2:47
1
Solved
I have a CGI application in C that creates an html page by saving a char* as a html page:
void saveTextFile(const char *filename, const char *str){.......}
called as
saveTextFile("..\\index.h...
Dethrone asked 13/5, 2009 at 17:0
2
Solved
I have a c# client talking to a cherrypy(http/rest) webservice.
The problem is i can't both turn on compression and caching at the same time.
request.AutomaticDecompression = DecompressionMethods....
Stiffnecked asked 13/4, 2009 at 15:12
2
Solved
We recently switched some of our sites from deflate to gzip and noticed a significant increase in cpu load on our servers.
Tresa asked 17/10, 2008 at 7:13
© 2022 - 2024 — McMap. All rights reserved.