We're running umbraco with an Angular frontend. I discovered something weird when requesting multiple endpoints on /umbraco/api within a few seconds. It looks as if the request are all started but the backend retrieves them in sequential order.
Eg. requesting /umbraco/api/test1, /umbraco/api/test2, /umbraco/api/test3 at the same time, umbraco backend accepts and processes the request for /umbraco/api/test1. When finished, it processes /umbraco/api/test2 and so on.
Is there a setting i need to switch on in order to process these request in parralel or is this just how umbraco works?
Multiple request to umbraco in sequential order
Hi
We're running umbraco with an Angular frontend. I discovered something weird when requesting multiple endpoints on /umbraco/api within a few seconds. It looks as if the request are all started but the backend retrieves them in sequential order.
Eg. requesting /umbraco/api/test1, /umbraco/api/test2, /umbraco/api/test3 at the same time, umbraco backend accepts and processes the request for /umbraco/api/test1. When finished, it processes /umbraco/api/test2 and so on.
Is there a setting i need to switch on in order to process these request in parralel or is this just how umbraco works?
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.