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
After #81, the stats frontend now uses a lot of data while checking for new updates - if the stats are about 500 kB, then it can use up to 7.5 MB as it redownloads the file each minute.
Instead, better caching should be leveraged.
There must be some sort of way to get fetch() and CloudFront to play nicely with each other, letting the browser know whether the content has actually changed so that only a minimal request needs to be made.
The text was updated successfully, but these errors were encountered:
After #81, the stats frontend now uses a lot of data while checking for new updates - if the stats are about 500 kB, then it can use up to 7.5 MB as it redownloads the file each minute.
Instead, better caching should be leveraged.
There must be some sort of way to get
fetch()
and CloudFront to play nicely with each other, letting the browser know whether the content has actually changed so that only a minimal request needs to be made.The text was updated successfully, but these errors were encountered: