N
Nick Ashley
I am wanting to include a message in the footer of my application which
displays the server-side page generation time. An example of what I
want is at http://p2p.wrox.com/ (This page was generated in x seconds.)
I am aware that I can find this information by adding trace="true" to
the page directive, but is there any way to access the information
otherwise (as this is something I want incorporated into the design,
not to be used for debugging)
If not, I would like some help on manually generating this myself. I
would like it to be done in the master page (or some other way where I
don't have to include it on every page I create) So would like to time
from the earliest point possible, to the latest possible (with still
being able to output to the browser). Any help would be greatly
appreciated!
displays the server-side page generation time. An example of what I
want is at http://p2p.wrox.com/ (This page was generated in x seconds.)
I am aware that I can find this information by adding trace="true" to
the page directive, but is there any way to access the information
otherwise (as this is something I want incorporated into the design,
not to be used for debugging)
If not, I would like some help on manually generating this myself. I
would like it to be done in the master page (or some other way where I
don't have to include it on every page I create) So would like to time
from the earliest point possible, to the latest possible (with still
being able to output to the browser). Any help would be greatly
appreciated!