patrickalima98
patrickalima98
Explore posts from servers
CDCloudflare Developers
Created by patrickalima98 on 11/4/2023 in #workers-help
Slow cold start and latency for hello world code
Hi, I have a simple worker, deployed recently. The content is a simple hello world provided by the Cloudflare dashboard, the code is the below:
export default {
async fetch(request, env, ctx) {
return new Response('Hello World!');
},
};
export default {
async fetch(request, env, ctx) {
return new Response('Hello World!');
},
};
The worker code was deployed direct by the Cloudflare Dashboard UI, but after this, I see a request time of 180 - 380ms, It's normal? How can I fix it? Some details: Worker URL: https://worker-spring-wildflower-8be3.nuinalp-ltda.workers.dev Plan: Paid (New standard price) CF-Ray Response: 820d6602edec2206-MIA My region: South America (Sao Paulo) Average response time: 130ms - 380ms
6 replies