This procedure describes how to Profile a PHP Script from your workspace using Zend Studio 's internal debugger:
|
|
|
To locally Profile a PHP Script:
Profile Configuration Dialog
|
The Profiling Perspective will open, displaying the Profiling Monitor window with various Profiling views. See PHP Profile Perspective for more on the information displayed once a profile session has been run. |
|
Note:
If the file contains 'include' or 'require' calls to files which are not contained within the project, you must add them to the project's Include Path in order to simulate your production environment.
|
|
|
Related Links: Using
the Profiler |
|
|