fah-issues
fah-issues copied to clipboard
FAH Stats Pages Perfomance
Is your feature request related to a problem?
Yes
Describe the Feature
The loading time of the stats pages for larger teams takes a very long time. example: https://apps.foldingathome.org/teamstats/team223518.html

This issue is caused when a new row is added to the table, the browser will need to recalculate the style for the whole page and sometimes needing to do this millions of times before the page finishes loading
Context
This issue can be dramatically helped by adding a small amount of JS to the top of the stats pages.


Also a loading spinner could be added to the page for the amount of time it takes to show
I guess you could fork, make the change, commit and open a PR?