I’m using a worker to get upload url from images service.
This is the only thing that this service is doing, and I timed the specific part that calls getUploadURL.
The response time for this api is consistently over 1.1 seconds, with most calls being over 1.3 seconds.
This brings bad user experience, and it’s really not in par with everything else that Cloudflare is doing in terms of performance.
I currently do some UX tricks to prefetch this before the user might need it, but I wish CF would improve the performance of this API.
What API call/endpoint is it exactly?
This one
This topic was automatically closed after 15 days. New replies are no longer allowed.