DOMjudge / domjudge

DOMjudge programming contest jury system
https://www.domjudge.org
GNU General Public License v2.0
701 stars 249 forks source link

Paginate judgehost page #2511

Open vmcj opened 2 months ago

vmcj commented 2 months ago

When visiting: https://onlinejudge.icpc.global/jury/judgehosts/1 with more than 2000 submissions handled the page is slow, we should do a similar thing to the general submission page and only display the last n entries to make the pageload time consistent and not dependent on the number of submissions in the contest.

meisterT commented 2 months ago

We probably should think about pagination in general, also on the general submission page.