2019-07-09 14:27:13 +00:00
|
|
|
Profile PHP applications with xhgui and xhprof on docker
|
|
|
|
========================================================
|
|
|
|
|
2019-09-03 12:57:25 +00:00
|
|
|
[Detailed tutorial here.](https://baptiste.bouchereau.pro/tutorial/profile-php-applications-with-xhgui-and-xhprof-on-docker/)
|
|
|
|
|
2019-07-09 14:27:13 +00:00
|
|
|
Usage
|
|
|
|
-----
|
|
|
|
|
|
|
|
Run
|
|
|
|
|
|
|
|
```bash
|
2019-07-09 14:32:06 +00:00
|
|
|
git clone https://github.com/Ovski4/tutorials.git
|
|
|
|
cd docker-xhprof-xhgui
|
2019-07-09 14:27:13 +00:00
|
|
|
docker-compose up -d
|
|
|
|
```
|
|
|
|
|
|
|
|
Hit the app at http://localhost:8080/ then go to http://localhost:8081/ to see the profile data.
|