Archive of UserLand's first discussion group, started October 5, 1998.

Profiling/web server integration

Author:Dave Winer
Posted:12/7/1998; 2:04:37 PM
Topic:Profiling/web server integration
Msg #:926
Prev/Next:925 / 927

We just connected profiling in Frontier to the web server.

It's very easy to use. If you add /profile to the beginning of the request, you'll get a table showing which routines were called and how many ticks it spent in each of the routines, while the server was building the page. This allows us to see which routines would benefit from optimization, and also allow us to clearly see the effects of attempts to optimize.

For example if you want to see a profile of this page:

http://discuss.userland.com/profile/msgReader$926

More info on profiling:

http://www.scripting.com/frontier5/topics/profiling.html

http://docserver.userland.com/script/startProfile

http://docserver.userland.com/script/stopProfile

Dave


There are responses to this message:


This page was archived on 6/13/2001; 4:46:21 PM.

© Copyright 1998-2001 UserLand Software, Inc.