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?
Comments
Post a Comment