xampplite-1.4.11 speed?

Problems with the Windows version of XAMPP, questions, comments, and anything related.

xampplite-1.4.11 speed?

Postby dagimp69sme » 03. February 2005 00:00

I just downloaded and installed xampplite-1.4.11 and for some reason, when serving php pages, xampp takes *really* long to load them. Is there any known reason why this happens? I'm running a WIN2k server box if that helps. And is there any way to test how long the page takes to load?

Thanks,
_RK
dagimp69sme
 
Posts: 2
Joined: 02. February 2005 21:15

Postby Maller » 03. February 2005 20:24

This should do it:
Code: Select all
<?

function perform_getmicrotime()
{
        list($usec, $sec) = explode(" ", microtime());
        return ((float)$usec + (float)$sec);
}

$perform_time_start = perform_getmicrotime();

function perform_msec()
{
        global $perform_time_start;
        return round((perform_getmicrotime() - $perform_time_start) * 1000, 2);
}

?>
<p><?= perform_msec() ?> msec</p>
User avatar
Maller
 
Posts: 49
Joined: 06. March 2004 14:47

Postby dagimp69sme » 04. February 2005 01:18

Cool... but I'm getting crazy times like 12000 msecs; 12 seconds for a page load!@ Yowzah. Is anyone else experiencing craziness such as this? :P

_RK
dagimp69sme
 
Posts: 2
Joined: 02. February 2005 21:15


Return to XAMPP for Windows

Who is online

Users browsing this forum: No registered users and 127 guests