Profiling a PHP Web Page

This procedure describes how to profile whole applications, projects, files or collections of files that are already on the server.

  1. Click the arrow next to the Profile button Profile button on the toolbar and select Profile Configurations... -or- from the main menu go to Run | Profile Configurations... -or-right-click in Project Explorer view and select Profile As | Profile Configurations...
  2. A Profile launch configuration dialog will appear.
  3. Double-click the PHP Web Application option to create a new Profile configuration.

    Profile Web Script

  4. Enter a name for the new configuration.
  5. Select your server from the PHP Server: list. If you have not configured your server yet, click New, the PHP Server Creation Wizard will open.
  6. Under PHP File, click Browse and select your 'profile target' file (the file from which the profiling process will start.).
  7. For further profiling options, select the Profiler tab, which has the following options:

    Profile Web Script

  8. Click Apply and then Profile.
  9. A confirmation dialog will be displayed asking whether you want to open the profiling perspective. Click Yes. (If you would like the profiling perspective to open by default in the future, mark the 'Remember my decision' checkbox.)

The PHP Profile 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:

For Xdebug, make sure xdebug.profiler_enable_trigger is enabled.

Note:

With Xdebug profiler, you have to manually import profile session.