Skip to content

janpapenbrock/docker-php-xhprof

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-php-xhprof

Basic POC of installing a custom xhprof revision into the official Docker PHP image.

Run it

To try, simply run

git clone https://github.com/janpapenbrock/docker-php-xhprof.git
cd docker-php-xhprof
chmod a+w xhprof
docker-compose up

And visit http://localhost/ in your browser.

A new .xhprof data file should have been created in xhprof/.

Xhprof reports are available at http://localhost:8080/.

Use it

To use it in your project, copy the relevant parts from Dockerfile and docker-compose.yml as well as htdocs/xhprof-bootstrap.php into your application.

About

Custom Xhprof build on official Docker PHP image.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages