nginx - Why is Chrome queueing up requests when using HTTP/2? -


i have site using http/2, , site slow load images. looking @ chrome's devtools, of time spent in "queueing" network requests images. understanding http/2, multiple requests may made simultaneously on same tcp connection, seeing chrome issuing 6 requests simultaneously , queueing rest (as if using http/1.1). know using http/2 since "protocol" column in "network" tab says "h2".

why chrome queueing these requests instead of sending them in parallel?

enter image description here


Comments

Popular posts from this blog

node.js - Node js - Trying to send POST request, but it is not loading javascript content -

javascript - Replicate keyboard event with html button -

javascript - Web audio api 5.1 surround example not working in firefox -