Hello Tomas,
My name is Jakub and I will assist you with your query as L2 engineer. Indeed internet browsers have a limit set to prevent a single site from monopolizing all the network resources and to ensure fair usage across different sites. When the limit is reached, any additional requests to the same domain are queued until one of the ongoing requests completes. On large web applications or dashboards, this can lead to delays in loading resources, such as API calls, scripts, etc causing parts of the page to load slowly or be unresponsive. These limits apply to both HTTP/1.1 and HTTP/2 protocols, although HTTP/2 can handle requests more efficiently by multiplexing multiple streams over a single connection. Would you be so kind and tell me which exactly dashboard was performing slow so I can have a deep dive in our logs to see what took so long to load?