Implementation of page loading time_PHP tutorial

WBOY
Release: 2016-07-13 16:58:29
Original
916 people have browsed it

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...
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template