X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=doc%2FImprove-Performance.md;h=1d0a859f1f27bf4dec2ca5511ec1256e1fbb8021;hb=c10c5495be191fe227e5957db97cb4a66db09fa9;hp=79490c25735881c14dfa1c5f7d8610042d1ff00e;hpb=c598bf7d8f5075526fadcfd329f6dd448533dfad;p=friendica.git diff --git a/doc/Improve-Performance.md b/doc/Improve-Performance.md index 79490c2573..1d0a859f1f 100644 --- a/doc/Improve-Performance.md +++ b/doc/Improve-Performance.md @@ -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.