Results 1 to 9 of 9
-
12th Feb 2011, 01:25 PM #1OPMember
Checking Uptime / Loading Speed
Is there anyway to check how much time a site takes to load completely
Also is that load time normal / slow / fast / perfect ??
Anything anyone know please help{Psycho} Reviewed by {Psycho} on . Checking Uptime / Loading Speed Is there anyway to check how much time a site takes to load completely Also is that load time normal / slow / fast / perfect ?? Anything anyone know please help Rating: 5
-
12th Feb 2011, 01:52 PM #2MemberWebsite's:
Elite.SO Defendos.com Motionite.comPHP Code:<?php
// Paste this in header before HTML starts.
$time = microtime();
$time = explode(" ", $time);
$time = $time[1] + $time[0];
$start = $time;
// Paste this on end of page/html.
$time = microtime();
$time = explode(" ", $time);
$time = $time[1] + $time[0];
$finish = $time;
$totaltime = ($finish - $start);
printf ("Load time: %f seconds", $totaltime);
?>
-
12th Feb 2011, 01:55 PM #3OPMember
Can u tell me whats the best avg time for a forum to load ( vB / IPB ) on 1 Gbps and 100 mbps port
-
12th Feb 2011, 01:57 PM #4MemberWebsite's:
Elite.SO Defendos.com Motionite.comA thankyou would be nice next time. I don't know.
This is one of the reasons that most Respected Developers stopped providing help.
-
12th Feb 2011, 01:58 PM #5MemberWebsite's:
mkspot.org
-
12th Feb 2011, 02:01 PM #6BannedWebsite's:
GFXFire.com Max-Share.org WarezShares.comSo many respected developers
-
12th Feb 2011, 05:14 PM #7OPMember
@ l0calh0st
Hey Thx mate for helping much much appreciated for the help
@NightLightW
Yes it works everywhere where php works
-
12th Feb 2011, 07:53 PM #8Member
PHP Code:<?php
// Paste this in header before HTML starts.
$start = microtime(1);
// Paste this on end of page/html.
printf ("Load time: %f seconds", microtime(1) - $start);
?>
-
13th Feb 2011, 04:12 PM #9
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
Checking In
By johnniegolfer in forum IntroductionsReplies: 0Last Post: 27th Mar 2012, 08:12 PM -
Checking in
By 808crazy in forum IntroductionsReplies: 1Last Post: 12th Aug 2011, 05:28 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 -
Old newbie checking in
By Twink in forum IntroductionsReplies: 8Last Post: 22nd Dec 2010, 05:59 AM -
[Shared] OffShoreHostingPlace.com | High Speed - 99.9% Uptime - NetherLand Shared & Resellers
By dewshare in forum ArchiveReplies: 1Last Post: 26th Sep 2009, 07:39 PM
themaCreator - create posts from...
Version 3.47 released. Open older version (or...