Last active
December 7, 2022 10:42
-
-
Save gggeek/3655027 to your computer and use it in GitHub Desktop.
8. install XHProf
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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