Tracking Fuseaction times 
- Description:
- A FB 4 plugin for tracking execution times of fuseactions. This is really useful!
[From the author]
The fusebox.xml plugins should look something like this:
<plugins>
<phase name="preProcess">
</phase>
<phase name="preFuseaction">
<plugin name="TimeTrackerStart" template="time_tracker.php"/>
</phase>
<phase name="postFuseaction">
<plugin name="TimeTrackerEnd" template="time_tracker.php"/>
</phase>
<phase name="fuseactionException">
</phase>
<phase name="postProcess">
<plugin name="TimeTrackerDisplay" template="time_tracker.php"/>
</phase>
<phase name="processError">
</phase>
</plugins>
- Last Update: :
- 2005/3/16 23:43
- Hits:
- 2867
- Rating:
- 9.00 (1 vote)