So, far I successfully enabled Redis.
I also heavily slimmed down the server. I uninstalled all apps, except the absolutely basic ones. I removed external storages and other features. I tried to slimmify as much as reasonable.
Performance improved a bit overall and it’s noticable. However, it’s still very slow. Especially, when I am reloading the page or loading it for the first time, it still takes up to a minute, until it’s finished.
It’s good to see progress, but I wish it wouldn’t always feel like I’m running IntelliJ or whatever huge IDE on the server, eating up so many resources, that it’s very slowed down. (Nextcloud does not even eat all resources, it’s still super slow…)
I also wanted to apply those settings mentioned in that thread, like e.g. increasing pm.max_children
. However, it seems like it’s not doable by default through the Helm Chart or even the Nextcloud Docker image. It seems like, this has to be made accessible, manually.
Would you say pm.max_children
should help a lot or is it just a minor adjustment?