X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=doc%2FImprove-Performance.md;h=727fa104be24313897452bb11fed3440ce4f0541;hb=ddc3c0db03267d29ace272b504dc6f803fa02990;hp=79490c25735881c14dfa1c5f7d8610042d1ff00e;hpb=a785d8c2f9a95b933c8a81566331874e47926dd5;p=friendica.git diff --git a/doc/Improve-Performance.md b/doc/Improve-Performance.md index 79490c2573..727fa104be 100644 --- a/doc/Improve-Performance.md +++ b/doc/Improve-Performance.md @@ -3,7 +3,7 @@ How to improve the performance of a Friendica site * [Home](help) -Feel free to ask in the [Friendica support forum](https://forum.friendi.ca/profile/helpers) if you need some clarification about the following instructions or if you need help in any other way. +Feel free to ask in the [Friendica support group](https://forum.friendi.ca/profile/helpers) if you need some clarification about the following instructions or if you need help in any other way. System configuration -------- @@ -31,7 +31,7 @@ Active the following addons: ### rendertime -This addon doesn't speed up your system. +This addon doesn't speed up your system. It helps to analyze your bottlenecks. When enabled you see some values at the bottom of every page. @@ -81,6 +81,6 @@ Please refer to external documentation for a more detailed explanation how to se ### Database -There are scripts like [tuning-primer.sh](http://www.day32.com/MySQL/) and [mysqltuner.pl](http://mysqltuner.pl) that analyze your database server and give hints on values that could be changed. +There are scripts like [tuning-primer.sh](https://github.com/BMDan/tuning-primer.sh) and [mysqltuner.pl](https://github.com/major/MySQLTuner-perl/blob/master/mysqltuner.pl) that analyze your database server and give hints on values that could be changed. Please enable the slow query log. This helps to find performance problems.