我想压缩我的Dreamhost网站上的所有css和js,我在网上找到了建议,但没有一个工作.有没有人在Dreamhost网站上运行gzip的工作示例?
我使用“ ob_gzhandler ”功能来压缩内容。这是我的代码:
<?php
ob_start("ob_gzhandler");
?>
<html>
<body>
<p>This should be a compressed page.</p>
</body>
</html>
Run Code Online (Sandbox Code Playgroud)
don't throw any errors, but compressing operation not working! in "inspect element" isn't "content-encoding : gzip" phrase!
my system information :
Apache/2.4.23 (Win64) PHP/5.6.25 - Port defined for Apache: 80