bensheldon / good_job

Multithreaded, Postgres-based, Active Job backend for Ruby on Rails.

Home Page:https://goodjob-demo.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tips for debugging/optimizing slow dashboard? (45 second response time)

marckohlbrugge opened this issue · comments

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.

  • Is this a common issue?
  • Are there ways to fix this?

Moving this to Discussions instead.
#1367