Skip to content

Speed up loading board lists

Simon Knox requested to merge psi-board-lazy-count into master

What does this MR do?

Attempt &5955 (comment 570121016) - remove the issuesCount from the lists query (which slows it down) and instead get the totals when updating each list (which is already a slower query).

Merge request reports