Activity Stream
48,167 MEMBERS
6791 ONLINE
besthostingforums On YouTube Subscribe to our Newsletter besthostingforums On Twitter besthostingforums On Facebook besthostingforums On facebook groups

Results 1 to 2 of 2
  1.     
    #1
    Member

    Default 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";
    ?>
    My results vary depending on the page from 0.05s to 0.12s (cached) and up to 1.5s for rare pages. Need to find the bottleneck there...

    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

  2.   Sponsored Links

  3.     
    #2
    Member
    usleep(100);


    will be always upper than 0,0001s lol


Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Md5 generation on Turbo C
    By prateek in forum Web Development Area
    Replies: 5
    Last Post: 14th Feb 2012, 08:42 PM
  2. How to improve my site's page loading speed
    By moviesmegaupload in forum Technical Help Desk Support
    Replies: 7
    Last Post: 25th Feb 2011, 01:55 PM
  3. Review 60v.org - New Generation
    By masterofdeath in forum Site Reviews
    Replies: 7
    Last Post: 22nd Aug 2010, 03:04 PM
  4. Page generation times
    By .Jamie in forum Feedback and Suggestions
    Replies: 1
    Last Post: 8th Oct 2009, 07:39 AM
  5. New DDL Generation Born!
    By tdsii in forum Forum and DDL Discussion
    Replies: 22
    Last Post: 5th Jun 2009, 09:12 PM

Tags for this Thread

BE SOCIAL