diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2017-08-21 19:39:38 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2017-08-21 19:39:38 +0200 |
| commit | 8c806f8bbbc2d4e249b5ad04069a7a9f44fcce1b (patch) | |
| tree | e91c213eeaf3dbcaf095dfc89541fb72ad14b2d2 /api.js | |
| parent | e9529ac4f7b7df38e61e6939ba74a0b3c28d7e62 (diff) | |
| download | orm-8c806f8bbbc2d4e249b5ad04069a7a9f44fcce1b.tar.gz orm-8c806f8bbbc2d4e249b5ad04069a7a9f44fcce1b.zip | |
log TTFB
Diffstat (limited to 'api.js')
| -rw-r--r-- | api.js | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -69,6 +69,7 @@ module.exports.request = async (url, options, logger) => { qs: options, status: response.statusCode, connection_start: response.timings.connect, + connection_first: response.timings.response, connection_end: response.timings.end, ratelimit_remaining: parseInt(response.headers["x-ratelimit-remaining"]) }); |
