FreeFeed / freefeed-server

FreeFeed server
https://freefeed.net
MIT License
41 stars 18 forks source link

Support the Server-Timing response header #482

Closed davidmz closed 3 years ago

davidmz commented 4 years ago

For now, the Server-Timing contains a single metric, 'total' - the total request processing time. Other metrics can be easily added, see https://www.npmjs.com/package/koa-server-timing

indeyets commented 3 years ago

Used other implementation instead. see acb58980