piko
piko
CDCloudflare Developers
Created by piko on 10/27/2023 in #workers-help
Workers Are So Slow
I'm facing an issue with my Cloudflare Worker. I deployed some APIs to my worker, but the api responses are very slow. I found that the problem lies in the latency and fetch method during the request process. I have identified three services provided by Cloudflare that might help with speeding up the worker API response: 1. Smart Placement 2. Load Balancing 3. Argo Smart Routing Although I'm using the D1 database in my workers, I have discovered that the issue is not related to database queries based on the timing logs. Can you please clarify which of the above three services are helpful for accelerating the worker API response? It is currently too slow (average 4 seconds).
11 replies