Sam
Explore posts from serversCDCloudflare Developers
•Created by Sam on 11/11/2024 in #workers-help
rate limiting issues
Hi Im using the cloudflare rate limiting beta, and it works fine when I make my requests through the browser. When I make requests through my local API client (bruno) it seems to have no effect and will never rate limit the user even if they exceed the threshold.
Don't really understand why.
3 replies
CDCloudflare Developers
•Created by Sam on 11/9/2024 in #workers-help
Latency when proxing api calls from my cf worker -> my vps
Hi I have an API hosted on a VPS (typesense search) and when I hit it directly I get response times of 20-45ms when I make the exact same request but put my cloudflare worker infront of it (so request to worker -> vps -> to client).
I get response times of over 300ms.
Both the VPS and me are situated in London.
How can I get this middleman latency down to less than 50ms.
(I dont believe im using smart placement)
4 replies