ASP-FastBoard - Demo/Support-Forum
Forum anmelden / register Board
SearchSearch CalendarCalendar GalleryGalleryAuction-PortalAuctions GlobalGlobal Top-ListTopMembersMembers StatisticsStats
get your RSS-Feed
Language/Sprache:  Admin  
 Login: ChatChat (0) new User-MapUser-Mapsend Passwordsend Password RegisterRegister

Forum Overview » Homepagetools - Support » Tutorials » Speed-Test
Pages: (1) [1] »
Registration necessaryRegistration necessary
Speed-Test
Cyberlordno Access no Access first Post cannot be deleted -> delete the whole Topic 
Group: Administrator
Level: heavy Spammer


Posts: 3610
Joined: 3/11/2004
IP-Address: saved
offline


Hier seht ihr, wie der Speed-Test auf der Seite http://www.cyberlord.at/default.asp?nav=weitere&weitere=speed funktioniert.

eindeutiges Bild wird erstellt

<Script Language="JavaScript">
zahl = Math.random();
document.write ("<img src='speed.bmp?"+ zahl +"' name='speedtest' width='1' height='1'>");


Startzeit wird ermittelt

datum1 = new Date();
start = datum1.getTime();


Wenn Bild fertig geladen ist dann zu Seite wechseln

function jstest() {
if (document.speedtest.complete) {
datum2 = new Date();
ende = datum2.getTime();
window.location.href = ("speed.asp?action=result&a="+ start +"&b="+ ende);
return;
}


Wenn Bild noch nicht fertig geladen ist, dann Funktion nochmal aufrufen

else {
window.setTimeout ("jstest()",50);
}
}
jstest();
</Script>




Forum-Changelog || zu unseren Angeboten
6/14/2004 7:41:29 PM    
Cyberlordno Access no Access no Access 
Group: Administrator
Level: heavy Spammer


Posts: 3610
Joined: 3/11/2004
IP-Address: saved
offline


Nachtrag zum Script:

Es ist natürlich auch wichtig den Cache vom Browser auszuschalten, um gefakte Messwerte zu vermeiden:
<META HTTP-EQUIV="Cache-Control" content="no-cache">
<META HTTP-EQUIV="Pragma" CONTENT="no-cache">
<META HTTP-EQUIV="Expires" CONTENT="-1">



Forum-Changelog || zu unseren Angeboten
6/15/2004 11:16:31 AM    
MelisaNaquinno Access no Access no Access 
Group: User
Level: Neuling

Posts: 1
Joined: 5/14/2022
IP-Address: saved
offline


In my free time I like to read tutorials on HTML, CSS. The most important thing is to tell in more detail and less complexity, like on this Website. After reviewing a bunch of tutorials and websites, I liked this one the best. So I advise you to use it as well.


5/14/2022 4:01:58 PM    
Greulisa7no Access no Access no Access 
Group: User
Level: Stammposter


Posts: 300
Joined: 5/12/2021
IP-Address: saved
offline


Schau bei google es gibt genug Speedtests auch für Games.


12/17/2022 3:01:49 PM   
Olivia7283no Access no Access no Access 
Group: User
Level: braver Poster


Posts: 23
Joined: 3/26/2023
IP-Address: saved
offline


The treatment of back pain will depend on the cause and severity of the pain. In some cases, rest, ice, and over-the-counter pain medications may be enough to alleviate the symptoms. Back Pain Care Guides


3/26/2023 3:53:23 AM   
Registration necessaryRegistration necessary
Pages: (1) [1] »
all Times are GMT +1:00
Thread-Info
AccessModerators
Reading: all
Writing: User
Group: general
none
Forum Overview » Homepagetools - Support » Tutorials » Speed-Test

.: Script-Time: 0.125 || SQL-Queries: 6 || Active-Users: 4,345 :.
Powered by ASP-FastBoard HE v0.8, hosted by cyberlord.at