Hallo,
ich hatte das Problem schon mal, und ich glaube damals mit Neuinstallation und Wechsel auf die Beta gelöst.
Aktuel läuft bei mir die 4.5.0.14 BETA.
Seit einiger Zeit ist die Web-Oberfläche, und somit z. B. auch die iOS App extrem langsam geworden. Ich habe herumgerätselt ob es ein Addon ist, oder ein BETA Update.
Hier habe ich nicht gefragt weil ich Angst vor der Haue hatte weil ich ja als DAU die Beta verwenden.
Hier meine Lösung, und nach dem was in den Emby Threads zu lesen ist, hilft das auch vielen anderen.
Warum ist Emby also so lahm?
> Weil SQL Lite als Datenbank darunter liegt und dieses System sich wohl nicht von selbst aufräumt oder optimiert.
Was kann man tun?
> Ein paar Befehle auf der Console des (Linux) Servers ausführen:
systemctl stop emby-server
sqlite3 /var/lib/emby-server/data/library.db "VACUUM"
sqlite3 /var/lib/emby-server/data/library.db "ANALYZE"
sqlite3 /var/lib/emby-server/data/library.db "REINDEX"
systemctl start emby-sever
ODER
Einen versteckten Schalter in der Config nutzen:
How to Vacuum
Locate the system.xml file and set VacuumDatabaseOnStartup to true. On your next server startup, databases will be vacuumed, and this config switch will be automatically set back to false.
Important
This can take a long time depending your server machine performance and the size of your database files. For some it could take a few seconds, others several minutes or more.
There is no way to monitor progress
The best way to monitor for completion would be to wait until you see this in the server [definition='1','0']log[/definition]:
Info App: Core startup complete
In the server's data folder, I would suggest backing up all the *.db files first.
Don't force kill the server process just because it's taking too long, you might be left with corrupted databases if you do.
Alles anzeigen
Für mich ist das System damit wieder wie neu, yeah!
Quellen:
https://emby.media/community/inde…ui-performance/
https://emby.media/community/inde…h/&_fromLogin=1