node-servertiming
node-servertiming copied to clipboard
📊 Generate Server-Timing headers interactively in NodeJS
Results
2
node-servertiming issues
Sort by
recently updated
recently updated
newest added
I think it is confusing that each label has to be distinct across multiple instances of `ServerTiming`. ### Steps to reproduce ```js 'use strict' const ServerTiming = require('servertiming') function time...
It would be good to have it configurable, if one (big) or multiple (short) headers should be created. https://github.com/thomasbrueggemann/node-servertiming/blob/master/index.js#L126-L132