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
Google suggests using up to 20 concurrent requests for better overall network performance. But I believe we currently only do one at a time with requests.
It looks like we could switch to asks for concurrent requests.