18 wiersze
464 B
Markdown
18 wiersze
464 B
Markdown
Profile PHP applications with xhgui and xhprof on docker
|
|
========================================================
|
|
|
|
[Detailed tutorial here.](https://baptiste.bouchereau.pro/tutorial/profile-php-applications-with-xhgui-and-xhprof-on-docker/)
|
|
|
|
Usage
|
|
-----
|
|
|
|
Run
|
|
|
|
```bash
|
|
git clone https://github.com/Ovski4/tutorials.git
|
|
cd docker-xhprof-xhgui
|
|
docker-compose up -d
|
|
```
|
|
|
|
Hit the app at http://localhost:8080/ then go to http://localhost:8081/ to see the profile data.
|