Skip to content

discoverygarden/ddev-spx

Repository files navigation

tests project is maintained

SPX

The php-spx profiling extension has been made available; however, it is left disabled by default.

Enable SPX

ddev spx-enable

Use SPX

php-spx's basic usage docs may help guide its usage, but should essentially be able to:

  • ddev spx-launch
    • Enable profiling (should be a checkbox).
  • Browse the pages being profiled.

  • Hit/reload the SPX GUI in the browser to access the profiling results.

Disable SPX

ddev spx-disable