flow
flow copied to clipboard
When I open an app I want the resources to be loaded in parallel so that it opens quickly
Just for reference, Servlet 4.0 API has push feature that can tell to pull the resource https://javaee.github.io/javaee-spec/javadocs/javax/servlet/http/PushBuilder.html .