Graph API Batch Requests vs. Individual Calls for Latency under Concurrent Load
Goal We want to retrieve user profile data for thousands of users in a single operation. The operation must finish in under 1 second when the service receives 200 concurrent requests. Context Under heavy load, the average round‑trip time for a single Graph API call spikes to 300 ms, causing the overall pipeline to exceed the SLA. Two documented approaches ex