Much of the benefit of vite + http/2 is the ability to rely on cached requests of http/2 -- as in, turning off "disable cache" in the network tools.
However, when an app has to perform 10k network requests on boot, chrome and firefox error with:
I believe this is potentially related to limitations in maybe both the browser and the server