mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Remove links to our deprecated profiler class and include reference to third party tutorials
This commit is contained in:
parent
e00c87541e
commit
2ee29153dc
@ -140,6 +140,9 @@ the development effort itself as "test-driven development".
|
||||
|
||||
#### Profiling
|
||||
|
||||
Silverstripe includes a profiling suite called [Profiler](http://www.adepteo.net/profiler/manual.html) from Carl Taylor
|
||||
at Adepteo. You can use this withing your installation during development to find bottlenecks and more. You can enable
|
||||
the profiler by adding `?debug_profile=1` to your URL.
|
||||
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)[http://techportal.inviqa.com/2009/12/01/profiling-with-xhprof/]
|
||||
* (Profiling PHP Applications With xdebug)[http://devzone.zend.com/1139/profiling-php-applications-with-xdebug/]
|
Loading…
Reference in New Issue
Block a user