I want to check how much time my ASP page is taking to load.
For this I have created a table in the database server.
What I want ideally is, when ever a user requests the page I want the "start time" and WHEN EVER THE LOADING IS COMPLETE that "end time" to be noted down dynamically.
Can this be possible using any ASP in-build object or can I use any in-build events, some thing like "on_loading_start" and "on_loading_complete" .
For this I have created a table in the database server.
What I want ideally is, when ever a user requests the page I want the "start time" and WHEN EVER THE LOADING IS COMPLETE that "end time" to be noted down dynamically.
Can this be possible using any ASP in-build object or can I use any in-build events, some thing like "on_loading_start" and "on_loading_complete" .