Free Website Tools
Website Speed Test
Find out how fast a website loads. Enter the url of the website in the box.
Enter the domain name(s):
example: www.csshtmltutorial.com or csshtmltutorial.com
To check how fast multiple websites load, enter each domain on a seperate line.
To add this website speed test to your website, copy and past the code at the bottom of this page on your web page.
<p>Find out how fast a website loads. Enter the url of the website in the box.</p>
<p>Enter the domain name(s):<br />example: www.mysite.com or mysite.com</p>
<p>To check how fast multiple websites load, enter each domain on a seperate line.</p>
<p>To add this website speed test to your website, copy and past the code at the bottom of this
page on your web page.</p>
<form action="http://csshtmltutorial.com/tools/speed.php" method="post" target="speed" onsubmit="return validate(this);">
<div><textarea rows="5" name="domains" style="width:100%">http://csshtmltutorial.com</textarea></div>
<div>
<input type="submit" value="Check Website Speed">
</div>
</form>
<div>
<iframe name="speed" frameborder="1" style="height:10%;margin:0px;padding:0px;width:100%;"></iframe>
</div>
<script type="text/javascript">
function validate(theform) { if (theform.domain.value == "") { alert("No domain provided"); return false; } return true; }
</script>