-
Notifications
You must be signed in to change notification settings - Fork 241
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
With v4.5.0 web ui loads infinitely #5476
Comments
@miaulalala could you have a look? |
Probably related to #5161 |
just some notes
|
@p5n @kiilo Are you able to test the following patch to make sure we identify the issue:
The full path to file to edit is |
Yep that did the trick!!! thanks a ton |
Both are using PostgreSQL - is there anything specific about PostgreSQL that would cause these issues? |
I'm not using PosgresSQL and I have the same issue. |
This issue still exists with v4.5.1 |
Upgraded to nextcloud-26.0.7, checked |
Shall we add the changes for 4.5.2 and disable the category feature this way? |
Had the same problem with mariadb (error 500 like in #5479) - the change solved the problem, thank you 👍 |
Can I switch off something else to reduce cpu load?) apachetop and pgtop looks more or less reasonable (~100 req per sec), but loopback busy by postgres, it is about 10Mb per sql query. More than 1Gb/s total. bwm-ng
pgtop
apachetop
visually near half of requests are to |
Steps to reproduce
Expected behavior
Calendar opened
Actual behaviour
It never loads, database executes selects from oc_calendarobjects joining on oc_calendarobjects_props for 3 minutes
I have ~15 000 000 rows in calendarobjects-props and 1 500 000 in oc_schedulingobjects
~300 users has ~5-15 shared calendars
But for some users it loads successfully, cannot understand the difference
It surely regression because of rolling back to 4.4.5 fixes the problem
Calendar app version
4.5.0
CalDAV-clients used
firefox or any web browser
Browser
firefox 117.0.1
Client operating system
Arch Linux
Server operating system
Arch Linux
Web server
Apache
Database engine version
PostgreSQL
PHP engine version
PHP 8.1
Nextcloud version
27.0.2-1
Updated from an older installed version or fresh install
Updated from an older version
List of activated apps
Nextcloud configuration
Web server error log
Log file
Browser log
Additional info
No response
The text was updated successfully, but these errors were encountered: