https://github.com/risingstack/example-http-timings
Example HTTP Timings in Node.js
https://github.com/risingstack/example-http-timings
http node nodejs timings
Last synced: about 2 months ago
JSON representation
Example HTTP Timings in Node.js
- Host: GitHub
- URL: https://github.com/risingstack/example-http-timings
- Owner: RisingStack
- Created: 2017-09-08T07:26:28.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-09-14T08:02:06.000Z (over 7 years ago)
- Last Synced: 2025-03-26T12:03:04.185Z (2 months ago)
- Topics: http, node, nodejs, timings
- Language: JavaScript
- Size: 2.93 KB
- Stars: 51
- Watchers: 6
- Forks: 16
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# example-http-timings
Demonstration for HTTP timings.
```js
{
dnsLookup: 38.307727,
tcpConnection: 139.753926,
tlsHandshake: 290.734493,
firstByte: 150.535023,
contentTransfer: 2.272245,
total: 621.603414
}
```