This procedure describes how to Profile a PHP Script from your workspace using Zend Studio's internal debugger:
|
|
|
|
|
To locally Profile a PHP Script:
|
|
The Profiling Perspective will open, displaying the Profiling Monitor window with various Profiling views. |
|
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 |
|
|
|