Replies: 1 comment 10 replies
-
@Ramblurr this is certainly not expected behaviour.
It might be that the docker system itself is being resource constrained? Can you share the logs from the |
Beta Was this translation helpful? Give feedback.
10 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've installed InvenTree locally using docker-compose (prod version) using the
stable
docker tag on a beefy bare metal server.In both cases I am seeing incredibly long load times for most page loads and API endpoints. The static assets are loading fast in the sub 10 ms range.
These are fresh instances with no parts, stock, or locations.
I'm using the standard setup with postgresql running next to the application. Both my desktop and the server have fast NVME SSDs, the CPU load of the django app and postgres during this barely registers.
The user experience is very bad as nearly every button press requires a round trip API call, and each API call is taking >5 seconds.
Any advice on what could causing the application to be so slow?
Beta Was this translation helpful? Give feedback.
All reactions