Measuring and displaying page load time
Is there a way to display the time that a page took to generate at the bottom of each page? I realise it will be missing a milisecond or so that it takes to render the footer, but it would still be a good indicator.
Maybe there is a global variable storing the exact time of the request, and I could subtract that from the time of rendering the footer. I'll poke around to see what I can find, any other ideas?