Tips for debugging/optimizing slow dashboard? (45 second response time) #1367
Replies: 2 comments 5 replies
-
I'm not surprised, and would need more details to really try to isolate it down 😄 I haven't done much optimization on the Dashboard Views; most of my focus has been on keeping job-execution performant.
Sorry, I realize that seems like a lot. But I mostly want to validate that yes, it could be slow, and also I'm very open to PRs if there are particular indexes that would help. |
Beta Was this translation helpful? Give feedback.
-
I have experienced this myself before. I found that logging in via PSQL and forcing a reindex on the table fixed all the load issues. Might work for just me, but figured I would share anyway. |
Beta Was this translation helpful? Give feedback.
-
GoodJob's dashboard for one of my larger apps (with many background jobs) takes a long time to load. I just checked and it takes 45 seconds to load it right now.
I think it's worse depending on whether I'm filtering the jobs.
Performance of the background jobs seems fine. It's just that the dashboard seems to have very slow database queries.
Beta Was this translation helpful? Give feedback.
All reactions