4 messages in ru.sysoev.nginxRe: gzip+cache-dir: What's the easies...
FromSent OnAttachments
Sven C. KoehlerSep 24, 2008 2:21 pm 
mikeSep 24, 2008 2:45 pm 
Sven C. KoehlerSep 24, 2008 3:27 pm 
mikeSep 24, 2008 3:37 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: gzip+cache-dir: What's the easiest way to port this lighty config excerpt?Actions...
From:Sven C. Koehler (schw@snafu.de)
Date:Sep 24, 2008 3:27:39 pm
List:ru.sysoev.nginx

On Wed, Sep 24, 2008 at 02:46:17PM -0700, mike wrote:

you should eb fine with just gzip on; - nginx's gzipping is -extremely- fast. it doesn't cache items by default, gzip_static is not a workaround for that, it's actually a different -type- of feature, and ultimately does give you a bit more control over how your content is compressed ahead of time.

Thanks for that information! Did you see differences in performance when using different compression levels for ningx's gzip?

-S.