Web GUI for XHProf profiling reports.
This stack requires that you have a compose.yml for your PHP application's services.
It will listen for requests on port 8081 and 8082.
wget https://raw.githubusercontent.com/nedix/xhgui-container/main/stacks/php/compose-xhgui.yml
docker compose -f compose.yml -f compose-xhgui.yml up -d
Navigate to your application on http://127.0.0.1:8081 to capture a profiling report.
Run the following command to load the data into XHGui:
docker compose exec xhgui php /var/www/xhgui/external/import.php -f /data/xhprof/xhgui.data.jsonl
Navigate to the XHGui web interface on http://127.0.0.1:8082.
Content type
Image
Digest
sha256:549b875d8…
Size
184.6 MB
Last updated
20 days ago
docker pull nedix/xhgui