url-to-png icon indicating copy to clipboard operation
url-to-png copied to clipboard

Proposal: support ServerTiming in http response

Open AnnatarHe opened this issue 9 months ago • 1 comments

Hi @jasonraimondi ,

I noticed that the ServerTiming exists in web standard. Do you have any plan to support this feature? since the headless browser is slow. maybe it's useful to find potential performance issues.

for example:

alloc;dur=100,
webpage.goto;dur=20.1,
webpage.screenshot;dur=322.222,
resize;dur=189

AnnatarHe avatar May 24 '24 14:05 AnnatarHe