Response time for Node.js servers

This module creates a middleware that records the response time for requests in HTTP servers and adds a X-Response-Time header to responses.

"response time" is defined here as the elapsed time from when a request enters this middleware to when the headers are written out to the client.

npm install response-time (link).

Image

The X-Response-Time header value will be displayed here:

Cache-Control header is set to prevent caching.