Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What does "in-flight request" mean for a web browser?

I'm trying to decipher the meaning of "in-flight request" in the context of a browser loading a web page:

Look for the first interactive window where there is a contiguous period of 5 seconds fully contained within the interactive window with no more than 2 in-flight requests

Is it referring to HTTP requests? If so, what's the difference between an in-flight request and any other kind of request?

like image 276
crenshaw-dev Avatar asked Mar 06 '26 06:03

crenshaw-dev


1 Answers

An in-flight request is a request that has been started but not yet completed, a.k.a. a request in progress.

like image 105
Adrian Avatar answered Mar 08 '26 03:03

Adrian



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!