Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 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: 2024-04-17T01:49:43.009Z (9 months ago)
- Topics: http, node, nodejs, timings
- Language: JavaScript
- Size: 2.93 KB
- Stars: 49
- Watchers: 7
- Forks: 15
- 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
}
```