If GZip is enabled in IIS is it only going to improve performance for ASP pages or can it be setup to compress PHP pages as well?
|
|
PHP also has built in support for gzip compression. You can initialize it by calling
or by activating the zlib.output_compression directive in php.ini. |
||||||
|
|
|
Yes, gzip just compresses the content being served to the browser i.e. html and images. |
||
|
|
