I managed to bring this down to `~91ms` by setting the edge config worker to smart placement I guess

I managed to bring this down to ~91ms by setting the edge config worker to smart placement I guess? But the binding latency is still not 10ms< which I expect since service bindings should run on the same thread / isolate right? In the docs it states:

"Service bindings are fast. When you use Service Bindings, there is zero overhead or added latency. By default, both Workers run on the same thread of the same Cloudflare server."

And all the RPC call does is read a environment variable. Curious if anyone has any insight into this?
Was this page helpful?