Browse Source

Merge pull request #6711 from pana1990/patch-1

Fix link in tutorial-performance-tuning.md [skip ci]
tags/2.0.2
Alexander Makarov 10 years ago
parent
commit
c188962497
  1. 2
      docs/guide/tutorial-performance-tuning.md

2
docs/guide/tutorial-performance-tuning.md

@ -243,6 +243,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
anything. The following tools may be helpful:
- [Yii debug toolbar and debugger](module-debug.md)
- [Yii debug toolbar and debugger](tool-debugger.md)
- [XDebug profiler](http://xdebug.org/docs/profiler)
- [XHProf](http://www.php.net/manual/en/book.xhprof.php)

Loading…
Cancel
Save