Go Back   DevHunters.com l Webmaster Forum - Web Advertising - Web Design - SEO Forums > Find a Webmaster / Web Developer / Job Requests > Web Project Requests: > PHP, ASP, JavaScript, Etc. / Programmers:

PHP, ASP, JavaScript, Etc. / Programmers: For people looking for a PHP programmer.

Have A Look At Some Of Our Webmaster Related Sponsors!


Script Directory


Advertise Here


Market Leverage


Free Templates

3D Guide-Characters
3D Guide-characters


Advertise Here

Reply
 
LinkBack Thread Tools Display Modes
Old 07-05-2007, 07:52 AM   #1 (permalink)
Member
 

Join Date: Jul 2007
Posts: 8
iTrader: 0 / 0%
Hunter Bux: 10.00
thestudent is on a distinguished road
Default Load Time

Load Time

--------------------------------------------------------------------------------

This will display the amount of time it takes the page to load.

<?
$lbt = microtime(); // start
$lba = explode(" ", $lbt);
$lbt = $lba[0] + $lba[1];
$let = microtime();// end
$lea = explode(" ", $let);
$let = $lea[0] + $lea[1];
$total = $let - $lbt; //lil math
echo "loaded in " .round($total, 5) ."seconds";
?>



- Add more place values by changing the "5"
thestudent is offline   Reply With Quote
Old 07-11-2007, 10:45 AM   #2 (permalink)
More Than Meets The Eye
 
bizwiz's Avatar
 

Join Date: Jun 2007
Posts: 1,801
iTrader: 0 / 0%
Hunter Bux: 715.00
bizwiz is a name known to allbizwiz is a name known to allbizwiz is a name known to allbizwiz is a name known to allbizwiz is a name known to allbizwiz is a name known to all
Default

Thanks for the source code. I will definitely try this out when I maintain my site.
bizwiz is offline   Reply With Quote
Old 08-09-2007, 03:59 PM   #3 (permalink)
Senior Member
 

Join Date: Jul 2007
Posts: 285
iTrader: 0 / 0%
Hunter Bux: 0
Arch3r25 is on a distinguished road
Default

Wow, this is actually very useful. Thanks.

Did you write it by logic or did you find it online?
Arch3r25 is offline   Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT -5. The time now is 08:25 AM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0
vBCredits v1.4 Copyright ©2007 - 2008, PixelFX Studios