I've noticed it gets a bit clunky once there get to be a lot of requests. One way of alleviating this is to paginate them (say, 20 per page). That'd decrease load on the server as there get to be more requests and de-clutter the page as people usually don't care about requests that are super old.
I've noticed it gets a bit clunky once there get to be a lot of requests. One way of alleviating this is to paginate them (say, 20 per page). That'd decrease load on the server as there get to be more requests and de-clutter the page as people usually don't care about requests that are super old.