You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As more Stats are collected, the payload for stats.js can start getting pretty large. We can split each stat into their own .js file and then just pull them in as needed.
Along with this we'll need to compute some totals and keep that (like we did with the stat_totals.js).
This will make the page "snappier" and more responsive.
The text was updated successfully, but these errors were encountered:
As more
Stat
s are collected, the payload forstats.js
can start getting pretty large. We can split each stat into their own.js
file and then just pull them in as needed.Along with this we'll need to compute some totals and keep that (like we did with the
stat_totals.js
).This will make the page "snappier" and more responsive.
The text was updated successfully, but these errors were encountered: