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
I don't think we need to use web workers. Currently the code awaits each region, so I think simply sending requests to all regions and await for Promise.all() later would parallelize the request.
I think we could get the exec time down for gcping, also make it seem a bit more responsive if we used service workers for the requests?
https://developer.mozilla.org/en-US/docs/Web/API/Service_Worker_API/Using_Service_Workers
The text was updated successfully, but these errors were encountered: