Our API service has several endpoints and one of them is critical for the user experience because it directly affects the page load time.
Is there a way to priotize calls to GET /api/priority_endpoint
over GET /api/regular_endpoint
so the prioritized requests spend less time in the requests queue?
Thanks...