xImAnton / mcweb

a web-remote minecraft server wrapper with some unique features
GNU General Public License v3.0
1 stars 0 forks source link

think about caching of servers #36

Closed xImAnton closed 3 years ago

xImAnton commented 3 years ago

should servers be cached inside server manager or refetched everytime from database? should temporary stuff like online status be stored in the database? there is no need if all servers are cached in the server manager. there is a higher ram usage when using more servers and caching. minimal longer loading time when refetching everytime. no noticable impact.

xImAnton commented 3 years ago

online status must be tracked in database to start the server again if it was running when mcweb stopped. everything remains as it is