From c10c5495be191fe227e5957db97cb4a66db09fa9 Mon Sep 17 00:00:00 2001 From: bkil Date: Sat, 25 Mar 2023 14:30:29 +0100 Subject: [PATCH] doc/Improve-Performance.md: replace old links with updated GitHub ones --- doc/Improve-Performance.md | 2 +- doc/de/FAQ-admin.md | 2 +- doc/de/Improve-Performance.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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. diff --git a/doc/de/FAQ-admin.md b/doc/de/FAQ-admin.md index f9cd14929b..5b355e142f 100644 --- a/doc/de/FAQ-admin.md +++ b/doc/de/FAQ-admin.md @@ -27,7 +27,7 @@ Der Quellcode von Friendica Red ist [hier](https://github.com/friendica/red) zu Addons findest Du auf [dieser Seite](https://github.com/friendica/friendica-addons). -Wenn Du neue Themen suchst, findest Du sie auf [Friendica-Themes.com](http://friendica-themes.com/). +Wenn Du neue Themen suchst, findest Du sie auf [github.com/bkil/friendica-themes](https://github.com/bkil/friendica-themes). ### Ich habe meine E-Mail Adresse geändern und jetzt ist das Admin Panel verschwunden? diff --git a/doc/de/Improve-Performance.md b/doc/de/Improve-Performance.md index d9be4fca6e..df90437e74 100644 --- a/doc/de/Improve-Performance.md +++ b/doc/de/Improve-Performance.md @@ -95,6 +95,6 @@ Nutze externe Dokumente, um eine detailiertere Erklärung für die Einrichtung e ### Database -Es gibt Skripte wie [tuning-primer.sh](http://www.day32.com/MySQL/) und [mysqltuner.pl](http://mysqltuner.pl), die den Datenbankserver analysieren und Hinweise darauf geben, welche Werte verändert werden könnten. +Es gibt Skripte wie [tuning-primer.sh](https://github.com/BMDan/tuning-primer.sh) und [mysqltuner.pl](https://github.com/major/MySQLTuner-perl/blob/master/mysqltuner.pl), die den Datenbankserver analysieren und Hinweise darauf geben, welche Werte verändert werden könnten. Aktivere hierfür die "Slow query" Log-Datei, um Performanceprobleme zu erkennen.