Content
Performance Tuning Documentation
Added by Sven Kunze over 3 years ago
Hi everyone,
testing out the boundaries of OpenProject, I discovered quite early that OpenProject has issues to load work-package lists (with filters, aggregations, or totals) fast; even for smallest projects.
I tested presumably equivalent queries on the psql
interface on the shell and it works extremely fast (excluding issues with the hardware and container setup).
So, sifting through the documentation to find a way to speed things up, I didn't find anything related to it (besides questions on the forum on what can be done to improve performance of OpenProject).
Wouldn't it be great to have a common way to address this issue together? The reason for me is that in order to increase acceptance within the company, response times are of paramount importance.
Best,
Sven
Replies (3)
Hello Sven,
You can set a higher number of web workers to allow more processes to be handled at the same time: https://docs.openproject.org/installation-and-operations/operation/control/
Please find some more information about the system requirements here: https://docs.openproject.org/installation-and-operations/system-requirements/
Kind regards
Samantha
Hi Samantha,
thanks for your reply.
I am going to consider them when we scale up our instance. Would it be possible to create a separate documentation page exactly for this purpose "Performance Tuning"? So, Google or other search engines would then redirect searches more directly to this page.
Are there any other resources that we could bundle/link there?
Right now, I am also concerned with the single request performance:
https://community.openproject.org/projects/openproject/work_packages/36684/activity
https://community.openproject.org/projects/openproject/work_packages/37125/
Cheers,
Sven
Are there any more recent experiences or maybe observations/results/best practices the OP has made in their setup that can be shared?