Weirdly long response times

Hey there, general question: Why does it take so long for my cloudflare worker to respond to my requests? I have a local server about 90km away from me, and I get around 20~ms response times from it, but when I deploy the same app to cloudflare workers, I am just waiting 180~ ms on average to just get a response from my server, which seems very weird as it's supposed to run near me, right? Even if I dont do any db initation etc I still get around 120ms wait time for it to respond. Am I missing something here?
No description
No description
1 Reply
Zetax
Zetax4mo ago
Addition: A friend has an app on Cloudflare workers as well, but their response times are about 20-30ms on every request, In contrast to my application having about 100ms on every single request even though I am just sending a plain text response Another addition, I checked which datacenter is being used, and it's always EWR instead of Frankfurt, but if I use Cloudflare warp, then it uses FRA, which seems very odd to me. So, using Cloudflare Warp makes it choose the correct region, and decreases the TTFB from 120 to 30ms. Is this intentional?