Load Balancer dynamic steering
I am using the Cloudflare Load Balancer service, and my goal is to dynamically direct traffic through Cloudflare Load Balancer to route requests to my endpoints in the fastest possible way. My endpoints are located in three regions: Asia, Europe, and North America. After setting up the service, I started testing by setting up a server in South America and sending requests both through Cloudflare Load Balancer and directly to my three endpoints. However, I found that the speed of requests through the Load Balancer is not fast and even slower than sending directly to my all endpoints. How should I modify the configuration to achieve my goal? Please help!