Large recommendation lists are currently loaded and displayed all at once. Especially loading the list causes multiple requests to the fhir server for each subject, causing the site to load exceptionally slow.
We should consider loading pages of subjects, eg. the most recent 50 or so subjects, instead of everything at once.