The status page currently does N+1 queries to load the history of artifact collections. It would be better to write a specific query that will load the last N collections together with their errors and PR numbers.
The code for the status page is here.