![图片[1]-zibll子比主题给页脚添加加载时间、数据库查询次数显示-皮皮博客](https://www.3tt.top/wp-content/uploads/2024/12/image-1024x515.png)
$html .= '<div class="footer-muted em09">本页数据库查询:'.get_num_queries().' 次 | 页面生成耗时:' .timer_stop(0,5) . '秒</div>';
子比主题添加
找到主题目录中的/inc/functions/zib-footer.php文件,然后加入对应代码 :
页面加载时间代码
本页数据库查询:<?php echo get_num_queries(); ?> 次;
数据库查询次数代码
页面生成操作耗时:<?php timer_stop(0,5); ?> 秒; //精确到第五位小数点
© 版权声明
THE END
暂无评论内容