gpt4 book ai didi

php - Page Speed - 测试脚本响应速度

转载 作者:可可西里 更新时间:2023-11-01 00:25:35 24 4
gpt4 key购买 nike

我最近做了一个网站,但加载速度很慢。我的 Firebug 页面速度得分是 82/100。我觉得这很好。我的网站有 2 个图像,它们有 100KB 和一些其他小图像,用于子弹、箭头和不超过 50KB 的东西。无论如何,我的观点是 html 相当快,但我有这个 html 作为 Wordpress 主题和一个新主机(便宜的)。

我的问题:我怎样才能找到让我的 Wordpress(或任何 PHP 脚本)回显所请求页面的时间。

我能确定是托管还是脚本让我的页面运行缓慢吗?

谢谢!

最佳答案

为你的脚本计时?

<?php
$start = microtime(true);

//your script here

$end = microtime(true);
$time = $end - $start;
echo('script took ' . $time . ' seconds to execute.');
?>

关于php - Page Speed - 测试脚本响应速度,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7719890/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com