mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-08 08:56:23 +08:00
Merge pull request #8166 from pana1990/patch
Fix link in tutorial-performance-tuning.md [skip ci]
This commit is contained in:
@ -247,6 +247,6 @@ right after all jobs before it are done.
|
|||||||
If nothing helps, never assume what may fix performance problem. Always profile your code instead before changing
|
If nothing helps, never assume what may fix performance problem. Always profile your code instead before changing
|
||||||
anything. The following tools may be helpful:
|
anything. The following tools may be helpful:
|
||||||
|
|
||||||
- [Yii debug toolbar and debugger](tool-debugger.md)
|
- [Yii debug toolbar and debugger](https://github.com/yiisoft/yii2-debug/blob/master/docs/guide/README.md)
|
||||||
- [XDebug profiler](http://xdebug.org/docs/profiler)
|
- [XDebug profiler](http://xdebug.org/docs/profiler)
|
||||||
- [XHProf](http://www.php.net/manual/en/book.xhprof.php)
|
- [XHProf](http://www.php.net/manual/en/book.xhprof.php)
|
||||||
|
|||||||
Reference in New Issue
Block a user