silverstripe-framework/docs/en/02_Developer_Guides/08_Performance/03_Profiling.md
2018-11-14 21:56:57 +00:00

14 lines
592 B
Markdown

title: Profiling
summary: Identify bottlenecks within your application.
# Profiling
Profiling is the best way to identify bottle necks and other slow moving parts of your application prime for
optimization.
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/).
* [Profiling with XHProf](https://inviqa.com/blog/profiling-xhprof)
* [Profiling PHP Applications With xdebug](http://devzone.zend.com/1139/profiling-php-applications-with-xdebug/)