Version User Scope of changes
Aug 5 2009, 4:13 PM EDT (current) dale.beermann 3 photos added, 3 photos deleted
Aug 5 2009, 4:07 PM EDT dale.beermann 139 words added, 4 photos added

Changes

Key:  Additions   Deletions
director_performanceThe Sharendipity editor also includes some new functionality that lets you analyze which parts of your application are taking longer to execute. Similar to the Console Window, the profiler can be accessed from the Director menu:

Clicking on the Performance... item in the director menu will bring up the Performance Management dialog, which looks like this:

profiler_management

In this view, Profiling has already been enabled and data is being collected in the running application. From the menu you can view the current profiling data, and you can also clear the profiling data. Viewing the profiling data will give you a view similar to this:

profiler1

Similar to the Problem Viewer, double-clicking on one of the rows in the Profiler will allow you to see exactly which calls are taking all of the time, including breakdowns by constructs such as "if" statements:

profiler_data