1 为MAGENTO开启GZIP。比较方便的方法是修改根目录下.htaccess 文件。我们只需要去掉一些注释就可以了。 .htaccess代码 ############################################ ## enable resulting html compression php_flag zlib.output_compression on