Page load time
Page load time
Page load time
This simple script shows how to display the time it takes for a page to load . This is a feature which is used on several sites . The basic procedure is simple you just have 2 times one for when the page loads and one for when the page stops loading . You would place the start script at the top of the page and the end script at the bottom of the page.
Here is the first script
<%
Dim starttime
starttime = Timer
%>
this would be placed right at the top of your page . Now for the second part of the script this would be ideally be placed after any other scripts in your page
Related posts:
- time to load page example Learn more about time to load page example by visiting...
- load a bitmap Learn more about load a bitmap by visiting our website....
- How Can Move Php Echo Script Or Display To An Specific Location In The Browser Page? For example… I do the mysql connect php mysql connect...
- Load a file into a textbox Learn more about Load a file into a textbox by...
- Referring page Learn more about Referring page by visiting our website....
Related posts brought to you by Yet Another Related Posts Plugin.

