Discussion on Response Time
Learn to estimate serial and parallel response time, as well as understand the optimization techniques.
Calculate response time using parallel processing
Let’s use the equation for response time with which we are already acquainted:
In parallel processing, the API gateway communicates with all the subservices simultaneously, as shown in the following illustration:
We’ll use the processing time to calculate the response time of an API. For that, recall the latency numbers we estimated in the latency lesson to measure the response time of GET and POST requests. Let’s populate the numbers in equation (1):
Response time for a
GET
requestResponse time for a
POST
request
The response time is significantly reduced on subsequent requests when the base time is omitted after using a cached response:
Response time for a
GET
request...