Forum Moderators: coopster
I've set level of compression to 9, MAX. I know that this requires more computing resources BUT, when I use gzuncompress($str) does it require more CPU usage than if I was uncompressing a string with a lower level of compression?
Regards
P.S. Also I don't see why gzip compress your cached content. PHP can gzip all html content before sending it to client after which client decompresses it himself on the fly.