DMOJ/online-judge

Use infinite pagination on `/users/`

Xyene opened this issue · 1 comments

Xyene commented

This is one of the most commonly-accessed pages, but

SELECT COUNT(*) AS `__count`
  FROM `judge_profile`
 WHERE NOT `judge_profile`.`is_unlisted`

takes 40-50ms.

Xyene commented

Implemented in 41d5c09.