Skip to main content

Profiling Pixwel Using XHPROF

XHPROF is installed automatically on all demo and vagrant nodes. All you need to do is SSH into the machine, and edit /opt/pixwel/pixwel-api/webroot/index.php and uncomment (or add) the line:
$xhprof = extension_loaded('xhprof');
Now check for on port 82 of your demo branch (e.g. something like http://optimise-startup.demo.pixwel.com:82/ - your branch name will vary).
Back to docs index | Next page in recommended reading order >>