You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by cr...@apache.org on 2005/09/05 06:37:12 UTC

svn commit: r278670 - /forrest/trunk/main/webapp/profiler.xmap

Author: crossley
Date: Sun Sep  4 21:37:07 2005
New Revision: 278670

URL: http://svn.apache.org/viewcvs?rev=278670&view=rev
Log:
Explain how to configure it and link to the Cocoon documentation.

Modified:
    forrest/trunk/main/webapp/profiler.xmap

Modified: forrest/trunk/main/webapp/profiler.xmap
URL: http://svn.apache.org/viewcvs/forrest/trunk/main/webapp/profiler.xmap?rev=278670&r1=278669&r2=278670&view=diff
==============================================================================
--- forrest/trunk/main/webapp/profiler.xmap (original)
+++ forrest/trunk/main/webapp/profiler.xmap Sun Sep  4 21:37:07 2005
@@ -18,10 +18,13 @@
 <!-- ===============================================
 'profiler' pipeline.  Shows how long each pipeline in the Forrest sitemap takes.
 
-To enable this, uncomment the 'profile-caching' pipeline in sitemap.xmap, and set:
-<map:pipes default="profile-caching">
+To enable this, edit sitemap.xmap and switch to use the "profiling pipes"
+as described. Do 'forrest run' then do a few request of the pipeline that
+you want to profile (e.g. localhost:8888/body-index.html) then look at
+the profiler http://localhost:8888/profiler.html
+
+See more notes at http://cocoon.apache.org/2.1/userdocs/concepts/profiler.html
 
-Example URL:  http://localhost:8888/profiler
 Used by    :  Forrest hackers desperate for speed
 Uses       :  Stats collected by the profile-caching pipeline.