The Timing display of http requests in the system is inconsistent with the Timing displayed by individual requests.

1. When you make a request in the system, the Timing you see is the following result. Only 3 requests are concurrent at the same time.
from the figure below, the request is suspended. Waiting and Content Download have a total of 134ms, which is very fast.
clipboard.png

2urlTiming
16msWaitingContent Download5s
clipboard.png

3. It is obvious that the Timing displayed by the different access methods of the same interface is completely different, or even vice versa.
ask the Great God for answers.

Mar.29,2021

can you provide more detailed HTTP request information?

this speed difference is most likely caused by caching.

Menu