Tagged Questions

6
votes
5answers
1k 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 …
5
votes
3answers
680 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. …
2
votes
3answers
68 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 …
1
vote
1answer
108 views

Why Apache doesn’t gzip css or js files which have parameters ?

Hi all, 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. …
1
vote
0answers
59 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
312 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
4answers
1k views

htaccess mod_deflate does not work on shared server

Hello. 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 …
1
vote
3answers
405 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 …
0
votes
1answer
44 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 …
0
votes
3answers
107 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?
0
votes
1answer
583 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 …
0
votes
2answers
197 views

mod_deflate on apache causing browser to do a 200 instead of 304?

I enabled mod_deflate on Apache 2 on an Ubuntu machine and noticed that my browser doesn't cache the compressed file types on page refreshes. I used firebug's net settings to check this and verified …
0
votes
2answers
759 views

Enable mod_deflate to send Content-Encoding: gzip

EDIT I have found that the problem is actually php minify. This was sending the deflated content instead of Apache. I'll find more on this. According to High Performance Web Sites, if I enable …
0
votes
1answer
39 views

mod_deflate in Apache 2 produces?

Hi, What is the compression mechanism that mod_deflate in Apache2. Is it gzip or zlib or something else?
0
votes
1answer
59 views

Apache mod_deflate based on url parameters

Can mod_deflate module in apache be invoked based on url parameters and not for all the server requests

1 2 next
15 30 50 per page