Looking at the log gives many queries against the job table to determine, if some jobs exist there. The calls are out of JobQueueGroup::getQueuesWithJobs or JobQueueGroup::getDefaultQueuesWithJobs to JobQueue::isEmpty
Maybe this can be optimized by using a DISTINCT query? That sounds faster, than, by default, 9 queries.
Version: 1.21.x
Severity: normal