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
It seems the network stats sometimes are not loading in time and so can fail and default to 100 nodes. This is not always the behaviour, but occurs if the request takes more than 10 seconds to resolve.
after #185, the next optimization to load the network stats faster is to fire off the network request earlier during the page load
two techniques to accomplish this come to mind:
<link rel="preload" ...
tag to fetch this content async immediately on page loadthis isnt much work but is also very low priority. network stats load speed is, right now, currently in the 'acceptable' range
The text was updated successfully, but these errors were encountered: