silverstripe-framework/docs/en/02_Developer_Guides/08_Performance/03_Profiling.md

621 B

title summary icon
Profiling Identify bottlenecks within your application. tachometer-alt

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 and XDebug.