Closed tunetheweb closed 7 months ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
webperf-snippets | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Apr 12, 2024 1:21pm |
@tunetheweb is attempting to deploy a commit to the Joan Len's projects Team on Vercel.
A member of the Team first needs to authorize it.
Makes the following changes:
workerStart
ORfetchStart
to handle non-SW pages.activationStart
to accurately measure TTFB from activation for prerendered pages (i.e. from when user clicks rather than from when browser starts prerendering).connectEnd
torequestStarts
which is currently being attributed to SSL time. Make the following changes:SSL duration
to measure fromsecureConnectionStart
toconnectEnd
to more accurately measure this.connectEnd
rather thanrequestStart
so the gap is included in request time instead.