beetboxvm / beetbox

Pre-provisioned L*MP stack
http://beetbox.rtfd.org
92 stars 19 forks source link

How to access xhprof on beetbox? #356

Closed Benjen closed 7 years ago

Benjen commented 7 years ago

Is it possible to use xhprof using the standard beetbox VM? I have seen it appear in the provisioning output, but am not clear how to actually access it on the running VM.

thom8 commented 7 years ago

@Benjen if your using Drupal I'd recommend the XHProf module -- https://www.drupal.org/project/xhprof which has it's own UI.

Otherwise, you'd need to setup another virtualhost to expose the default XHProf UI, by default this is at /usr/share/php/xhprof_html

Benjen commented 7 years ago

Thanks, that solved it.