Tagged Questions
The mod-deflate tag has no wiki summary.
18
votes
5answers
5k views
How can I pre-compress files with mod_deflate in Apache 2.x?
I am serving all content through apache with Content-Encoding: zip but that compresses on the fly. A good amount of my content is static files on the disk. I want to gzip the files beforehand rather ...
7
votes
1answer
2k views
Difference between mod_deflate and zlib output_compression
Can anyone tell me the difference between using mod_deflate and zlib output_compression?
I understand that zlib is done in PHP and mod_deflate is done in Apace, my .htaccess file looks like:
...
6
votes
3answers
1k views
Compressing HTTP request with LWP, Apache, and mod_deflate
I have a client/server system that performs communication using XML transferred using HTTP requests and responses with the client using Perl's LWP and the server running Perl's CGI.pm through Apache. ...
4
votes
4answers
345 views
Prevent mod_deflate on zip file served by PHP
I'm having some trouble prevent mod_deflate from jumping in on this scenario:
user running CodeIgniter (or any other framework that re-directs to index.php)
mod_deflate is active
zip file is served ...
4
votes
3answers
648 views
Combining deflate and minify - am i creating overhead?
I minify my css and js files on the fly with google.codes minify. I have also set my .htaccess to use deflate on all my css and js files - the reason beeing some js files (like shadowbox and tinymce) ...
3
votes
1answer
79 views
Why is mod_deflate not supported by my hosting company?
I was just doing some testing with YSlow and it's telling me:
Grade F on Compress components with gzip: There are 10 plain text
components that should be sent compressed
I know that Apache 1.3 ...
3
votes
3answers
478 views
mod_deflate vs Django GZipMiddleware, which one to use for deployment?
We're deploying Django apps with Apache 2.2 + mod_wsgi. Should we enable mod_deflate in Apache or use Django's GZipMiddleware? Which option performs better?
2
votes
1answer
51 views
Unable to compress response with AJAX requests
My web application is sending an AJAX request to our server using jQuery, responding in possibly large textual data.
I'm using Apache and would like this data to be compressed during the transport ...
2
votes
1answer
147 views
How to set minimum filesize for mod_deflate?
Is there a way in .htaccess to specify a minimum file size that mod_deflate should compress? For example, say I don't want anything below 1K to be compressed. Suggestions? Thanks.
2
votes
2answers
260 views
Why I should not compress images in HTTP headers?
I read some articles about HTTP headers compression. Today I installed YSlow and it recommends that I compress the resources (text/html, javascript, css and images). Now I'm reading the documentation ...
2
votes
4answers
591 views
PHP + gzip: close connection and continue executing
I am responsible for the backend portion of an API, written in PHP, which is primarily used by a Flash client. What happens right now is: the Flash client makes a call, the backend loads the necessary ...
2
votes
3answers
4k views
YSlow gives F grade to files compressed with mod_deflate
Hey all,
I'm using mod_deflate on Apache 2.2 and the compression level is set to 9. I've fine tuned every possible aspects of the site based on the recommendations of YSlow (v2) and have managed ...
2
votes
1answer
149 views
mod_deflate in Apache 2 produces?
What is the compression mechanism that mod_deflate in Apache2. Is it gzip or zlib or something else?
2
votes
2answers
855 views
Apache: Caching a DEFLATE'd file
It seems redundant to have zlib compress a web page during every request. It is also the bottleneck of my files' response times. Is there a way to cache the zlib'd file so that it is compressed only ...
1
vote
1answer
276 views
How to configure mod_deflate to serve gzipped assets prepared with assets:precompile
When running the assets:precompile rake task, gzipped versions of your app's assets are created. According to the Rails guide for the asset pipeline, you can configure your web server (in my case ...
1
vote
2answers
120 views
Opposite of LoadModule Apache (.htaccess) directive
I guess you all know the LoadModule directive form mod_so. I want to do the opposite, unload module for specific directory via .htaccess file. Does UnloadModule exist?
I want to reach highest script ...
1
vote
2answers
177 views
Apache benchmark load-test: mod_deflate enabled vs disabled
I'm running a simple load test with apache benchmark:
ab -n 1 http://localhost/mysite/index/index/
I want to see performance with/without mod_deflate
In my httpd.conf:
#mod_deflate enabled
...
1
vote
2answers
232 views
JSON GZIP Design choice
I am working on a web application with dynamic content generated by a servlet running in a JBoss container and static content/load balancing being handled by Apache + mod_jk.
The client end uses ...
1
vote
1answer
391 views
Speeding up Websites via Simple Apache Settings in Htaccess [zlib.output_compression + mod_deflate] a Syntax question
Dear folks,
Imagine these two chunks of code residing in htaccess for speeding up the website.
With php 5.2.3 on apache 2.0
block A
# preserve bandwidth for PHP enabled servers
<ifmodule ...
1
vote
3answers
645 views
How to disable compression in Apache on some response header from mod_jk proxied application server
I have a tomcat server configured (by mod_jk) to work through Apache Httpd server.
Apache Httpd server compresses (by mod_deflate) all text/html sent to browser.
Some jsp pages are interactive and ...
1
vote
0answers
106 views
PHP virtual() not using mod_deflate in subrequest
I am using a custom PHP framework, which makes use of virtual() calls to serve files. The general idea is all URLs are rewritten to index.php which decides what resource was requested, then uses ...
1
vote
1answer
1k views
Deflate zlib vs. Gzip compression on apache … how to enable
I've read on a couple of blogs, notably here http://www.codinghorror.com/blog/2008/10/youre-reading-the-worlds-most-dangerous-programming-blog.html there are some advantages to using deflate zlib ...
1
vote
1answer
130 views
mod_deflate Supported Encodings for Compression
It seems to me, that mod_deflate in Apache 2.2 will always return:
Content-Encoding: gzip
and never:
Content-Encoding: deflate
It was explained to me, that although there may be a deflate ...
1
vote
0answers
220 views
Apache deflate with chucked encoding
I'm expiriencing some problem with one of my data source services.
As it says in HTTP response headers it's running on Apache-Coyote/1.1.
Server gives responses with Transfer-Encoding: chunked, here ...
1
vote
0answers
255 views
mod-deflate does not work with mod-wsgi in daemon mode
My client program is sending a gzip-ed http request, which is decompressed by the mod-deflate InputFilter in Apache. This works when I am using mod-wsgi (without any custom configurations) to serve a ...
1
vote
1answer
472 views
Do an HTTP Post in .NET (Vb) with compressed data using deflatestream
The data that I am posting from a VB.Net client is large and I want to compress.
I want to do a "POST" and the apache server supports mod_deflate.
I am trying to integrate DeflateStream into my post ...
1
vote
1answer
3k views
How to disable mod_deflate in apache2?
How can I disable mod_deflate in Apache2
For files in a specific directory
OR
For all files that have extension of, for example .py?
1
vote
1answer
329 views
Apache lags when responding to gzipped requests
For an application I'm developing, the user submits a gzipped HTTP POST request (content-encoding: GZIP) with multipart form data (content-type: multipart/form-data). I use mod_deflate as an input ...
1
vote
1answer
931 views
Why Apache doesn't gzip css or js files which have parameters?
Some CSS & JS files are not compressed by apache with mod_deflate enabled. This files looks like this "[domain.name]/aggregator.css?..." or "[domain.name]/misc/jquery.js?..." in YSlow. The other ...
1
vote
1answer
176 views
gzipped Apache response packet analysis
After enabling gzip compression in my Apache server (mod_deflate) I found consistently that end user was being served on average 200 ms slower than uncompressed responses.
This was unexpected so I ...
1
vote
2answers
2k views
Apache is not sending 304 response (if mod_deflate and AddOutputFilterByType is enabled)
I have added the following line in my Apache httpd.conf: -
AddOutputFilterByType DEFLATE text/html text/css application/javascript application/x-javascript application/json
I have a html file ...
1
vote
3answers
3k views
htaccess mod_deflate does not work on shared server
I'm developing a website in PHP and I have large JS files that I want to compress. So, I added this in my .htaccess file:
<FilesMatch "\.(js|css|html|htm|php|xml)$">
SetOutputFilter ...
0
votes
0answers
14 views
How to make Apache mod_deflate and Transfer-encoding : Chunked work together?
I am trying to use the bigpipe concept on our website. That means trying to send the response in chunks instead of sending it as a whole so that user feels that page is fast. I am successful in doing ...
0
votes
1answer
30 views
Apache mod_deflate not compressing json output
I've followed all the steps in multiple tutorials to enable mod_deflate in Apache but I'm still not seeing compression (in Fiddler) when I issue requests for json (via PHP script) to my local web ...
0
votes
1answer
26 views
videos not playing in Flowplayer after configuring mod deflate
I configured Apache/2.2.17 server on Windows 7 with mod deflate configured in .htaccess as
SetOutputFilter DEFLATE
SetEnvIfNoCase Request_URI \.(?:gif|jpe?g|png)$ \
no-gzip dont-vary
SetEnvIfNoCase ...
0
votes
1answer
18 views
Apache 2.x mod_deflate compression only working on OSX
Apache2 successfully streams pre-compressed content on my Mac's installation. I can use files like index.gz, textfile.gz, etc and they all load fine in a browser.
But when I try to create the same ...
0
votes
2answers
93 views
Gzip on merged CSS/JS files in Magento
I'm trying to speed up my Magento store and have recently enabled Gzip compression. The problem is, i also use the Magento in-built function that merges all CSS and JS files together to serve a single ...
0
votes
1answer
130 views
Mod_deflate and mod_header settings?
I've finally gotten a VPS hosting account set up this allows me to use mod_deflate and mod_header (of course). I'm attempting to make my site faster by YSlow's guidelines which include gzipping (via ...
0
votes
0answers
78 views
CakePHP: Disable mod_deflate for a specific action
In my CakePHP project, I'm using the built-in "Media" view to allow users to download files. The problem is the download window is saying "Unknown time remaining". This is being caused by the ...
0
votes
0answers
34 views
lxml parsing error when using mod_deflate on apache2 with soaplib
I'm using soaplib (2.0.0_beta2) on an Ubuntu server with Apache2 to expose a web service. I want to be able to send gzip compressed requests to it. I have mod_deflate enabled and have included the ...
0
votes
1answer
139 views
Does Apache Gzip remove whitespace in HTML documents?
I need to minify my PHP's output in production and from this question it sounds like Gzip is supposed to do the same, with no change in the PHP code. This would be ideal, but I'm using mod_deflate and ...
0
votes
0answers
27 views
Apache Configured for HTTP Compression but ProxyPass's requests are they compressed?
We have an Apache websserver that is configured with mod_deflate Compression but we ProxyPass certain URLS to an IIS server to be processes. HTTP Compression is not configured on the IIS server. ...
0
votes
1answer
33 views
Can mod_deflate compress the output depending on the “Host” header in the Request Headers?
Can mod_deflate compress the output depending on the "Host" header in the Request Headers?
As far as I understand based on the documentation, it is usually done by looking at the User-Agent etc. in ...
0
votes
1answer
113 views
Apache mod_deflate doesn't compress although logfile says it would
I tried googling this by hard but was unsuccessful so far.
I've got an apache 2.2.16 on Debian with mod_deflate loaded and enabled like this:
LoadModule deflate_module ...
0
votes
1answer
144 views
mod_deflate - can't seem to get content-encoding header to be set
I am trying to set up mod_deflate to deliver compressed css/js/html content, but am having difficulty getting apache to send the 'content-encoding' header correctly.
I have tried the following, ...
0
votes
1answer
458 views
Apache Deflate on CSS and JS in subdirectory - No Compression
Website: http://taylorsbackyardcenter.ca/store
So I'm finishing an OSCommerce site and I'm implementing compression, caching, and site optimization. I have run into a problem with deflate.
Both ...
0
votes
1answer
642 views
Using Gzip/Deflate with Codeigniter for better performance
I'm using Codeigniter a PHP framework and apache2.
I have enabled Gzip and deflate mod in apache2 and its showing phpinfo(). When I run Yslow it shows "Grade F on Compress components with gzip".
...
0
votes
1answer
346 views
mod_deflate for css and js
I'm using mod_deflate to compress my web pages but I see that only the HTML is compressed no compression for the css.
Documents (1 file) 4 KB (18 KB uncompressed)
http://localhost/web/ 4 KB (18 ...
0
votes
1answer
258 views
How to set mod_deflate preferred compression method to deflate
The title says it all.
mod_deflate always sends gzip data when the request header Accept-Encoding is gip, deflate.
How can I tell mod_deflate to prefer to send deflate (NOT zlib) instead of gzip?
...
0
votes
1answer
376 views
YSlow tells me site is not compressed even though it is
"Grade F on Compress components with gzip
There are 19 plain text components that should be sent compressed"
I have checked the compression of the main page, as well as all 19 components ...