If i have gzip compression on in my server. Do i need to compress my all php files to gzip extension? like .php to .gzip or server manages it automatically if gzip compression is on?
lammert
3:10 am on Aug 29, 2010 (gmt 0)
The server manages compression automatically. Compression is only performed after the PHP files are executed. The result of the PHP files is compressed rather than the PHP source code itself. Therefore you shouldn't compress the .php files to .gzip files yourself.