Replies: 3 comments 4 replies
-
I can think of a few potential root causes: Do you get any console errors when the slowdown happens? Usually it will throw an error log in the docker container about file locks and whatnot. Recurring Reminders / Taxes
But this doesn't really answer why the load is so slow on the Garage view since we don't load/calculate reminders in the Garage view until the user switches over to the Calendar tab, hence back to DB deadlocks. Hardware Limitations This is on the demo site: |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
OK I've taken the time to add a postgreSQL DB to my stack and I migrated the content of my LiteDB. btw, the migration went flawlessly. The only cumbersome step is to create the "app" schema. Why not just create if if not present ? |
Beta Was this translation helpful? Give feedback.
-
Hi,
I get bizarre performance issues.
My lubelog instance is started in docker using almost a vanilla docker-compose.traefik.yml file.
I have about 20 other containers running without any issue. (AMD CPU with 32Gb ram. The data volumes are hosted on a SSD NAS)
My DB contains 3 cars and something like 80 fuel entries. (total)
The issue:
The urls that contains the data (for example /Vehicle/GetServiceRecordsByVehicleId?vehicleId=1 or /Home/Garage) can take up to 10s to load.
It's not always the case but about once every 10 requests, it take more than 3s.
I tried to bypass traefik but the result is the same.
Any idea how I could find out where the issue is ? I may try to migrate to a postgreSQL to rule out the integrated DB. (no time to do this now...)
Is there anyone else with the same issues ?
Beta Was this translation helpful? Give feedback.
All reactions