For Workes & Pages, what is the name of the domain?
https://exchange.xiaoxin-wang.workers.dev/cdn-cgi/trace
What is the error number?
N/A
What is the error message?
N/A
What is the issue or error you’re encountering
throughput in Japan is 20mbps, which it is 120mbps in US
What steps have you taken to resolve the issue?
N/A
What are the steps to reproduce the issue?
I have deployed a trivial websocket server to CF. It just receives messages and discards them.
I have a web socket client, which sends 1024 messages to the worker each time and then calculates the throughput. The message size is 100KB
I have done tests in windows desktops from both the US and Japan regions of AWS. The throughput varies a lot.
in the US region, the throughput is 122 Mbps
in the Japan region, the throughput is 23 Mbps
Can anyone tell why the throughput varies dramatically? I expect the clients could connect the nearest workers and get the same throughput.
Thanks