Hi,
After the update yesterday I also have an extremely slow Web GUI for all users. Especially the files app is slow. Other apps react quite quick a few times.
I checked the bruteforce_attempts database table already, as this was my first guess, but this table is empty.
I saw an error message in the top middle popping up, that the time zone “Europe/Berlin” is not valid and that UTC is used instead. However “Europe/Berlin” is mentioned in the admin docs as valid value.
Furthermore I have error messages in the log from the external_storage app, that a resource can’t be connected (which is true, but I removed the external storage before I shutdown the external server and I even deactivated the files_external app).
Maybe you see these problems with you as well and we find something we all have in common and that is causing our problems with the slow web GUI.
In my journal I also see these messages:
Aug 08 11:30:07 nextcloud php-fpm[755]: [WARNING] [pool www] seems busy (you may need to increase pm.start_servers, or pm.min/max_spare_servers), spawning 8 children, there are 0 idle, and 18 total children
Aug 08 11:30:08 nextcloud php-fpm[755]: [WARNING] [pool www] seems busy (you may need to increase pm.start_servers, or pm.min/max_spare_servers), spawning 16 children, there are 0 idle, and 19 total children
Aug 08 11:30:09 nextcloud php-fpm[755]: [WARNING] [pool www] seems busy (you may need to increase pm.start_servers, or pm.min/max_spare_servers), spawning 32 children, there are 0 idle, and 20 total children
Aug 08 11:30:10 nextcloud php-fpm[755]: [WARNING] [pool www] seems busy (you may need to increase pm.start_servers, or pm.min/max_spare_servers), spawning 32 children, there are 0 idle, and 21 total children
Aug 08 11:30:11 nextcloud php-fpm[755]: [WARNING] [pool www] seems busy (you may need to increase pm.start_servers, or pm.min/max_spare_servers), spawning 32 children, there are 0 idle, and 22 total children
Aug 08 11:30:12 nextcloud php-fpm[755]: [WARNING] [pool www] seems busy (you may need to increase pm.start_servers, or pm.min/max_spare_servers), spawning 32 children, there are 0 idle, and 23 total children
Aug 08 11:30:13 nextcloud php-fpm[755]: [WARNING] [pool www] seems busy (you may need to increase pm.start_servers, or pm.min/max_spare_servers), spawning 32 children, there are 0 idle, and 24 total children
Aug 08 11:30:14 nextcloud php-fpm[755]: [WARNING] [pool www] seems busy (you may need to increase pm.start_servers, or pm.min/max_spare_servers), spawning 32 children, there are 0 idle, and 25 total children
Before the update I had no problems at all with my settings for pm.start_servers and pm.min/max_spare_servers.
pm.start_servers=8
pm.min_spare_servers=1
pm.max_spare_servers=8
From my understanding these values are already pretty high, so I’m wondering why they are not enough and should be increased further.
@MorrisJobke , @nickvergessen can you help here and maybe have a look?