Loading Speed Of Your Web Page
Submitted by alpha_luna on Thursday, May 19, 2016 - 16:15.
Loading Speed Of Your Web Page
In this tutorial, we are going to learn on How To Know Loading Speed Of Your Web Page. This short source code can help you to know the loading speed of your search engine on your site. You can share this also to your friend to know their loading speed of their search engine. The two PHP source code kindly paste to the beginning and end of the page.Source Code
- <div style="margin: auto; width: 355px; text-align: center; margin-top:100px;">
- <a target="_blank" href="http://www.sourcecodester.com/" style="text-decoration: none">
- <span style="font-size:larger;">Free Source Code In Sourcecodester.com</span>
- </a>
- </div>
- <?php
- echo "<p align='center'><span style='color:blue; font-size:18px; font-weight:bold; font-family:cursive;'>
- The page is loaded in <b style='color:red; font-size:18px; font-weight:bold; font-family:cursive;'>$time_load</b> seconds.
- </span></p>";
- ?>
Add new comment
- 34 views