text icon indicating copy to clipboard operation
text copied to clipboard

Increased loading time when the ‘Rich workspace’ option is activated.

Open jfpbc opened this issue 1 year ago • 0 comments

Describe the bug I have 5000 group folders configured with tag and ACL, when the ‘Rich workspaces’ option is activated it takes about 3 minutes to load the file app. Once the option is deactivated ( occ config:app:set text workspace_available --value=0 ) it takes 14 seconds.

Server details:

  • Nextcloud version: 29.0.5
  • PHP Version: 8.3
  • Database: Postgres 16

Client details:

  • OS: Windows / Ubuntu
  • Browser: Firefox Chrome

After further research, the Webdav response contains a ‘ <nc:rich-workspace /> <nc:rich-workspace-file /> ’ field for each sub-folder which is not necessary.

Maybe linked to https://github.com/nextcloud/text/pull/5963

jfpbc avatar Sep 18 '24 10:09 jfpbc