Forum Moderators: open
Or you could write your own solution by stamping the time at the top of the page and again at the bottom; then either determine the difference and then store that value in a table along with the page name or store both timestamp values if you choose to do so.
m_pageStartAt = Now()
your code....
m_pageEndAt = Now()
persist the timestamps or difference