seahub (seafile) slow

I have recently updated Seafile and Seahub to 11.0.5. While the Seafile part runs just as fast as before, the Seahub web interface is slow. After each click it takes 1-2 seconds for the page to load, which was blazingly fast with 9.0.x.

I think this could be due to the fact that gunicorn uses single threaded and the sync worker. Does anyone else have the same problem?
 
Hi,
I have the exact same problem.
I don't think that is gunicorn related, though.
Both of my seafile system implementation (each one in it's own jail) 9.0.4 and 11.0.12 versions run 6 gunicorn worker processes.
I use default settings. (base OS: FreeBSD 13.0-RELEASE-p11 and FreeBSD 14.1-RELEASE-p5)

Did you manage to find something relevant?
Thanks!
 
Try adding DEBUG=True in /usr/local/www/haiwen/conf/seahub_settings.py, restart the service, and check /usr/local/www/haiwen/logs/seahub.log for potential clues.

I am running 11.0.12 and the web UI is responsive and fast. If the debug log does not help, try searching for relevant issues in GitHub or in Seafile Community Forum. For instance, this old GitHub thread mentions a possible permissions issue when caching JavaScript files on the first run.
 
Back
Top