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?)
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
Home to Wrangler, the CLI for Cloudflare Workers® - cloudflare/workers-sdk