Extremely Simple "Hello World" Worker takes ~ 190 ms

We are migrating some features of our to use cloudflare workers, so that we are on edge, and can give response times < 100ms The response times are high, and we were not able to optimize. So, I deployed a hello world example here: https://hello-world.betalectic.workers.dev/ The example I deployed to above url is: https://github.com/cloudflare/workers-sdk/blob/main/templates/worker/index.js Is this what to expect from CF Worker? (So, we just find an alternative?)
GitHub
workers-sdk/templates/worker/index.js at main · cloudflare/workers-...
⛅️ Home to Wrangler, the CLI for Cloudflare Workers® - cloudflare/workers-sdk
No description
2 Replies
rajiv 🍉
rajiv 🍉5mo ago
Update: Pointed to a domain - https://hello-world.locoworks.org/ Still takes 180-190 ms I am going to close this, though there is real documentation around this topic. For people who are using CF Workers from India, it uses Europe servers - Apparently, that's cheaper. I have to find a job in CF to figure out this - how even if server is far, it's cheaper - quite interesting!
ⱤØ₥₳₦
ⱤØ₥₳₦5mo ago
No, that's not true. I live in IN, and my workers response time is 30ms 50ms (worker that uses advanced crypto functions to decrypt big string)