Skip to content

Commit

Permalink
apply suggestion from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
hanyujie2002 committed Oct 26, 2023
1 parent c947f43 commit 515293f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ slug: Learn/Performance/Measuring_performance

编写 web 代码时,有大量的 [web API](/zh-CN/docs/Web/API) 可用,使你可以创建自己的性能测量工具。

你可以使用[导航计时 API](/zh-CN/docs/web/API/Navigation_timing) 来测量客户端 web 性能,包括卸载上一个页面所需的时间、域名查询所需的时间、执行窗口加载处理程序所花费的总时间等。你可以将该 API 用于与下图中显示的所有导航事件相关的度量。
你可以使用[导航计时 API](/zh-CN/docs/Web/API/Navigation_timing) 来测量客户端 web 性能,包括卸载上一个页面所需的时间、域名查询所需的时间、执行窗口加载处理程序所花费的总时间等。你可以将该 API 用于与下图中显示的所有导航事件相关的度量。

![导航计时 API 可处理的各种处理器(包括 Navigation Timing API 度量):unload 提示、redirect、unload、应用缓存、DNS、TCP、请求、相应、处理、onLoad,以及 navigationStart、redirectStart、redirectEnd、fetchStart、domainLookupEnd、domainLookupStart、connectStart(secureConnectionStart)、connectEnd、requestStart、responseStart、responseEnd、unloadStart、unloadEnd、domLoading、domInteractive、domContentLoaded、domComplete、loadEventStart、loadEventEnd](navigationtimingapi.jpg)

Expand Down

0 comments on commit 515293f

Please sign in to comment.