Combining deflate and minify - am i creating overhead?

Posted by Mark Nolan on Stack Overflow See other posts from Stack Overflow or by Mark Nolan
Published on 2010-01-08T01:40:31Z Indexed on 2010/06/03 18:24 UTC
Read the original article Hit count: 365

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) reference to other js files in the code. So i'm compressing with apache deflate and also minify compresses some js and css files with gzip - am i creating overhead by doing this - first gzipping (minify) and then zlib (deflate) will run through again. Or will apache deflate ignore the already gzipped files having the attributes set by minify in the headers. Anyone have any experiences with this?

© Stack Overflow or respective owner

Related posts about web-development

Related posts about gzip