Skip to content

Instantly share code, notes, and snippets.

@gggeek
Last active December 7, 2022 10:42
Show Gist options
  • Save gggeek/3655027 to your computer and use it in GitHub Desktop.
Save gggeek/3655027 to your computer and use it in GitHub Desktop.
8. install XHProf
sudo apt-get install graphviz
sudo pecl config-set preferred_state beta
sudo pecl install xhprof
# enable xhprof by creating a config. file for php:
sudo vi /etc/php5/apache2/conf.d/xhprof.ini
#in there put:
extension=xhprof.so
sudo service apache2 restart
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment