wordoress如何利用Gzip实现js和css进行压缩,下面web建站小编给大家详细介绍一下具体方法!
1、压缩的文件需要注意:
如果要压缩style.css,需要把名称改成style.css.php,引入:
<link rel='stylesheet' type='text/css' media='screen' href='/style.css.php'/>
2、在style.css.php上面新增以下语句
<?php if(extension_loaded(‘zlib’)) {ob_start(‘ob_gzhandler’);}header(“Content-type: text/css”); ?>
3、在最后加上下面代码:
<?php if(extension_loaded(‘zlib’)) {ob_end_flush();} ?>
php语法对index.php首页进行判断(根据需要显示不同页面)
wordpress新建页面中页面属性里没有“模板”选项解决方法
上面是“wordoress如何利用Gzip实现js和css压缩”的全面内容,想了解更多关于 wordpress 内容,请继续关注web建站教程。
当前网址:https://m.ipkd.cn/webs_3328.html
声明:本站提供的所有资源部分来自互联网,如果有侵犯您的版权或其他权益,请发送到邮箱:admin@ipkd.cn,我们会在看到邮件的第一时间内为您处理!