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

python - Selenium remoteWebDriver (& SauceLabs) Firefox moseMoveTo action exception -

html - How to custom Bootstrap grid height? -

Ansible warning on jinja2 braces on when -