Merge pull request #8608 from christopherdarling/patch-12

DOCS fix link to XHProf article
This commit is contained in:
Robbie Averill 2018-11-15 11:26:55 +02:00 committed by GitHub
commit cc5c59e39d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,5 +9,5 @@ optimization.
SilverStripe does not include any profiling tools out of the box, but we recommend the use of existing tools such as SilverStripe does not include any profiling tools out of the box, but we recommend the use of existing tools such as
[XHProf](https://github.com/facebook/xhprof/) and [XDebug](http://xdebug.org/). [XHProf](https://github.com/facebook/xhprof/) and [XDebug](http://xdebug.org/).
* [Profiling with XHProf](http://techportal.inviqa.com/2009/12/01/profiling-with-xhprof/) * [Profiling with XHProf](https://inviqa.com/blog/profiling-xhprof)
* [Profiling PHP Applications With xdebug](http://devzone.zend.com/1139/profiling-php-applications-with-xdebug/) * [Profiling PHP Applications With xdebug](http://devzone.zend.com/1139/profiling-php-applications-with-xdebug/)