Why is it that after two consecutive requests, the second request is faster than the first one?
I have the same interface, such as parameter name=a for the first time and name=b for the second time.
two APIs request continuously. Normally, the one sent first should receive the response first, but the result is that the second one is faster than the first one.
Why is this?