vote up 4 vote down star

Apache has built in capabilities to GZIP content (HTML, JPG.. etc) Every time its done it uses slightly more CPU then it would normally.

So my question, Is it possible to cache the end compressed version instead of having your machine doing it every single time.

flag

1 Answer

vote up 2 vote down

Yes, you would use mod_cache (probably with mod_disk_cache).

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.