Server Timing API #167
Labels
dif/expert
Extensive knowledge (implications, ramifications) required
effort/weeks
Estimated to take multiple weeks
kind/enhancement
A net-new feature or an improvement to an existing feature
need/analysis
Needs further analysis before proceeding
P3
Low: Not priority right now
The Server Timing API allows you to pass request-specific timing data from your server to the browser via response headers
Potential uses
In IPFS context, it could be a way for HTTP Gateway to indicate how long it took to
/api/v0/
call/ipfs/*
request, namely:Improved debugging
As illustrated by @Gozala in ipfs/ipfs-webui#1534 (comment)
I think bifrost team and other gateway providers could leverage it for debugging gateway performance when processing a specific request.
Improved UX in browser context
User agents (eg. IPFS-aware web browser) could utilize hints passed in Server Timing headers to improve user experience by providing higher resolution feedback about the state of request.
Example
References
The text was updated successfully, but these errors were encountered: