if you do this at the top of your code;
Code:
session("timer")=timer
and this at the bottom
Code:
response.write timer-session("timer")
it will tell you in seconds (with alot of decimal places) how long the script took to execute. You can also find out where the bottle neck is by putting similar code round big loops or queries. May help.
Have you looked at why your scripts are running so long?