Forum Moderators: coopster

Message Too Old, No Replies

gzip compression

gzip compression

         

fahad direct

10:06 am on Aug 28, 2010 (gmt 0)

10+ Year Member



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)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



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.