Are there any downsides to enabling both the HTTP Compression option in IIS 6 (on the Service tab on the Web Site Properties dialog) AND the zlib.output_compression option in my php.ini file on my Windows 2003 STD SP2 (with 2gb RAM) server?
Are there any benefits to enabling both compression options?
Or should I enable just one of the two? If so, which one?
The only application that I'm running on the server is the PHP based Moodle LMS.
I'm using PHP version 5.2.8 with Microsoft's FastCGI.
Thanks