我正在使用 jQuery ajax 显示数据表。我包含一个文件,第一次需要 2.5 秒。有点随意。我不知道为什么会这样。有人有任何线索吗?
在 windows 7 中的本地 apache 服务器中运行。是因为我的电脑在做某事还是因为我的硬盘碎片?我已经对我的硬盘进行碎片整理了。碎片是 0%。那么还有什么?有人遇到过这个问题吗?
问题是在我到达那部分代码之前我有很多包含。其中包括永远不会这么慢。我正在使用代码点火器框架。它包括许多文件。我什至放了完整的路径来找出它为什么会产生问题。徒劳无功。
$time_start = microtime_float();
include $plugindir."/resources/queries/$queryname".".php";
$time_end = microtime_float();
echo "elapsed seconds1 $time_end $time_start : ".($time_end-$time_start). " seconds";
并非总是如此。主要是第一次。有点怪。