Home >Backend Development >PHP Tutorial >Implementation of page loading time_PHP tutorial

Implementation of page loading time_PHP tutorial

WBOY
WBOYOriginal
2016-07-13 16:58:29952browse

We often see at the bottom of some forums that the page loading time is... In fact, the implementation method is very simple, just copy the following code to the specific location.

$load = microtime();
print (number_format($load,2));
?> seconds

www.bkjia.comtruehttp: //www.bkjia.com/PHPjc/631412.htmlTechArticleWe often see that the bottom of some forums says that the page loading time is..., in fact , the implementation method is very simple, just copy the following code to a specific location. ?php...
Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn