Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 878 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 878 Bytes

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