-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
22.2.1 is very slow #29678
Comments
I copy this! Updated by "test cloud" and the "felt performance" dropped by around factor 10! Switching to a different app in the menu takes around 5 or more seconds, while it was "immediately" before. I also see that with every action two php-fpm processes are spawning, each taking around 50% of a CPU core (my VM has 12 vCPU) which does not happen in 22.2.0. I've rolled back the snapshot and I'm currently retesting. But for now I explicitely warn anyone from upgrading to 22.2.1 in production environments! PHP: 7.4.25 |
Confirmed on a second instance! Some time measurements to compare on the instance before and after the upgrade (from clicking until all page elements have been loaded): Changing from files view to the room overview of BigBlueButton: Back to the file view: To calendar view: @szaimen Pulling back immediately the 22.2.1 release is a wise decision! ;-) |
Are there any problems with 21.0.6? Can anybody confirm this? |
21.0.6 should work fine as #29380 wasn't merged yet |
I can confirm this on apache 2.4.51 and PHP 8.0-FPM |
Patch forward is at #29682 |
@nickvergessen Will there be a bugfix release (22.2.2) in short term, or what is the plan? |
Not my department sorry, but you can apply the patch manually for now: |
This was some fast work 😐 Nice work all |
after upgrading to 22.2.1, nextcloud is very slow. after opening the page, everything is fine. after 1-2 minutes (possibly inactivity), the load on the web server increases greatly during rendering (I tried apache and nginx. php 7.4 and 8.0. and installed nextcloud from scratch). the site loads very slowly. if you log out of the account and log in again or restart the browser, it starts working fine, but after 1-2 minutes everything slows down again.
on a test machine with one user, this is still fast enough. in the working environment, it slows down much more.
gif
Solution
Fix: #29682
Patch: https://patch-diff.githubusercontent.com/raw/nextcloud/server/pull/29682.patch
Patch instructions: https://docs.nextcloud.com/server/latest/admin_manual/issues/applying_patch.html
The text was updated successfully, but these errors were encountered: