I'm trying to optimize a news portal website and a huge number of about 800-1000 requests per page for our CMS by moving from HTTP11 to HTTP2. I expected that HTTP2 will make my requests parallel (like here linked), but my requests still seem to be pretty much sequential (picture attached). picture of my problem - unlike here, where we can see perfectly parallel requests: question with an example of good http2 performance
Server is Caddy, but since the same is with node http2 static server, don't think it would be better with any other.