以下代码可通过运行cdm测试。
整个页面测试代码
curl -I -H "Accept-Encoding: gzip, deflate" "https://www.dujin.org/"
css通过Gzip压缩测试代码
curl -I -H "Accept-Encoding: gzip, deflate" "https://www.dujin.org/wp-content/plugins/wpjam-basic/static/style.css"
js通过Gzip压缩测试代码
curl -I -H "Accept-Encoding: gzip, deflate" "https://www.dujin.org/wp-content/plugins/wpjam-basic/static/script.js"
图片通过Gzip压缩测试代码
curl -I -H "Accept-Encoding: gzip, deflate" "https://www.dujin.org/wp-content/uploads/2019/01/wordpresszmm.jpg"
小于1K文件Gzip压缩测试代码
curl -I -H "Accept-Encoding: gzip, deflate" "https://www.dujin.org/wp-content/plugins/wp
Tag:
方法