Results 1 to 2 of 2
-
28th Aug 2010, 05:12 PM #1OPMember
Page Generation Speed
How fast are your pages generated?
To find out (PHP) you can use this example code from php.net:
PHP Code:<?php
$time_start = microtime(true);
// Sleep for a while
usleep(100);
$time_end = microtime(true);
$time = $time_end - $time_start;
echo "Did nothing in $time seconds\n";
?>
What are your stats?magca Reviewed by magca on . Page Generation Speed How fast are your pages generated? To find out (PHP) you can use this example code from php.net: <?php $time_start = microtime(true); // Sleep for a while usleep(100); $time_end = microtime(true); $time = $time_end - $time_start; Rating: 5
-
31st Aug 2010, 05:31 PM #2
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
Md5 generation on Turbo C
By prateek in forum Web Development AreaReplies: 5Last Post: 14th Feb 2012, 08:42 PM -
How to improve my site's page loading speed
By moviesmegaupload in forum Technical Help Desk SupportReplies: 7Last Post: 25th Feb 2011, 01:55 PM -
Review 60v.org - New Generation
By masterofdeath in forum Site ReviewsReplies: 7Last Post: 22nd Aug 2010, 03:04 PM -
Page generation times
By .Jamie in forum Feedback and SuggestionsReplies: 1Last Post: 8th Oct 2009, 07:39 AM -
New DDL Generation Born!
By tdsii in forum Forum and DDL DiscussionReplies: 22Last Post: 5th Jun 2009, 09:12 PM
themaCreator - create posts from...
Version 3.46 released. Open older version (or...