https://github.com/discoverygarden/ddev-spx
SPX extension add-on.
https://github.com/discoverygarden/ddev-spx
ddev-addon
Last synced: 10 months ago
JSON representation
SPX extension add-on.
- Host: GitHub
- URL: https://github.com/discoverygarden/ddev-spx
- Owner: discoverygarden
- License: apache-2.0
- Created: 2025-02-18T17:46:37.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-28T12:48:02.000Z (over 1 year ago)
- Last Synced: 2025-07-30T00:13:31.131Z (11 months ago)
- Topics: ddev-addon
- Language: Shell
- Homepage:
- Size: 78.1 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/discoverygarden/ddev-spx/actions/workflows/tests.yml) 
# SPX
The [`php-spx`](https://github.com/NoiseByNorthwest/php-spx) profiling extension has been made available; however, it is left disabled by default.
## Enable SPX
```bash
ddev spx-enable
```
## Use SPX
[`php-spx`'s basic usage docs](https://github.com/NoiseByNorthwest/php-spx?tab=readme-ov-file#basic-usage) may help guide its usage, but should essentially be able to:
- ```bash
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
```bash
ddev spx-disable
```