apache_conf 通过启用gzip压缩来提高页面速度。在WordPress中添加到.htaccess
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了apache_conf 通过启用gzip压缩来提高页面速度。在WordPress中添加到.htaccess相关的知识,希望对你有一定的参考价值。
# compress text, html, javascript, css, xml:
AddOutputFilterByType DEFLATE text/plain
AddOutputFilterByType DEFLATE text/html
AddOutputFilterByType DEFLATE text/xml
AddOutputFilterByType DEFLATE text/css
AddOutputFilterByType DEFLATE application/xml
AddOutputFilterByType DEFLATE application/xhtml+xml
AddOutputFilterByType DEFLATE application/rss+xml
AddOutputFilterByType DEFLATE application/javascript
AddOutputFilterByType DEFLATE application/x-javascript
AddType x-font/otf .otf
AddType x-font/ttf .ttf
AddType x-font/eot .eot
AddType x-font/woff .woff
AddType image/x-icon .ico
AddType image/png .png
以上是关于apache_conf 通过启用gzip压缩来提高页面速度。在WordPress中添加到.htaccess的主要内容,如果未能解决你的问题,请参考以下文章
apache_conf 启用GZIP压缩
apache_conf 启用GZIP压缩#optimization #gzip #htaccess
apache_conf 启用GZIP压缩(.htaccess)
如何启用网页GZIP压缩
网页启用Gzip压缩 提高浏览速度
通过在 .htaccess 中启用 gzip 来提高 magento 速度