aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web/api/performancenavigationtiming/index.html
blob: 566d0bb4d723a678d3418417425a64aa13c826d2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
---
title: PerformanceNavigationTiming
slug: Web/API/PerformanceNavigationTiming
translation_of: Web/API/PerformanceNavigationTiming
---
<div>{{APIRef("Navigation Timing")}}{{SeeCompatTable}}</div>

<p><span class="seoSummary"><strong><code>PerformanceNavigationTiming </code></strong>提供了用于存储和检索有关浏览器文档事件的指标的方法和属性。 例如,此接口可用于确定加载或卸载文档需要多少时间。</span></p>

<ul>
</ul>

<p>{{InheritanceDiagram}}</p>

<h2 id="属性">属性</h2>

<p>该接口扩展了 {{domxref('PerformanceEntry')}} 属性,修订和约束以下性能条目:</p>

<dl>
 <dt>{{domxref("PerformanceEntry.entryType")}} {{readonlyInline}}</dt>
 <dd>返回 <code>"navigation"</code>.</dd>
 <dt>{{domxref("PerformanceEntry.name")}} {{readonlyInline}}</dt>
 <dd>返回 <a href="https://dom.spec.whatwg.org/#concept-document-url">文档地址</a>.</dd>
 <dt>{{domxref("PerformanceEntry.startTime")}} {{readonlyInline}}</dt>
 <dd>返回值为0的 {{domxref("DOMHighResTimeStamp")}}</dd>
 <dt>{{domxref("PerformanceEntry.duration")}} {{readonlyInline}}</dt>
 <dd>返回 {{domxref("DOMHighResTimeStamp","timestamp")}} 值,即 {{domxref("PerformanceNavigationTiming.loadEventEnd")}}{{domxref("PerformanceEntry.startTime")}} 属性之间的差值。</dd>
</dl>

<p>该接口还扩展 {{domxref('PerformanceResourceTiming')}} 属性,修订和约束以下性能条目:</p>

<dl>
 <dt>{{domxref('PerformanceResourceTiming.initiatorType')}}{{readonlyInline}}</dt>
 <dd>返回 <code>"navigation"</code>.</dd>
</dl>

<p>该接口还支持以下属性:</p>

<dl>
 <dt>{{domxref('PerformanceNavigationTiming.domComplete')}} {{readonlyInline}} </dt>
 <dd>一个 {{domxref("DOMHighResTimeStamp")}} 时间值,等于浏览器将当前文档的当前文档准备<em><a href="https://html.spec.whatwg.org/multipage/syntax.html#the-end">就绪</a></em>之前的时间。</dd>
 <dt>{{domxref('PerformanceNavigationTiming.domContentLoadedEventEnd')}} {{readonlyInline}}</dt>
 <dd>一个 {{domxref("DOMHighResTimeStamp")}} 时间值,等于当前文档的 <a href="https://html.spec.whatwg.org/multipage/syntax.html#the-end">DOMContentLoaded</a> 事件完成后的时间。</dd>
 <dt>{{domxref('PerformanceNavigationTiming.domContentLoadedEventStart')}} {{readonlyInline}}</dt>
 <dd>一个 {{domxref("DOMHighResTimeStamp")}} 时间值,等于用户代理在当前文档上触发 <a href="https://html.spec.whatwg.org/multipage/syntax.html#the-end">DOMContentLoaded</a> 事件之前的时间。</dd>
 <dt>{{domxref('PerformanceNavigationTiming.domInteractive')}} {{readonlyInline}} </dt>
 <dd>一个 {{domxref("DOMHighResTimeStamp")}} 时间值,等于用户代理将当前文档的当前文档准备就绪设置为<a href="https://html.spec.whatwg.org/multipage/syntax.html#the-end">交互</a>之前的时间。</dd>
 <dt>{{domxref('PerformanceNavigationTiming.loadEventEnd')}} {{readonlyInline}} </dt>
 <dd>一个 {{domxref("DOMHighResTimeStamp")}} 时间值,代表当前文档的加载事件完成的时间。</dd>
 <dt>{{domxref('PerformanceNavigationTiming.loadEventStart')}} {{readonlyInline}} </dt>
 <dd>一个 {{domxref("DOMHighResTimeStamp")}} 时间值,等于立即触发当前文档的加载事件之前的时间。</dd>
 <dt>{{domxref('PerformanceNavigationTiming.redirectCount')}} {{readonlyInline}} </dt>
 <dd>表示自当前浏览上下文中上次非重定向导航以来的重定向次数的数字。</dd>
 <dd>如果没有重定向,或者重定向是从另一个 origin 发的,并且该 origin 不允许将其计时信息公开给当前来源,则该值为0。</dd>
</dl>

<dl>
 <dt>{{domxref('PerformanceNavigationTiming.requestStart')}} {{readonlyInline}} </dt>
 <dd>返回一个 {{domxref("DOMHighResTimeStamp")}} 时间值,代表 UA 立即开始从服务器,相关应用程序缓存或本地资源请求资源之前的时间。</dd>
 <dt>{{domxref('PerformanceNavigationTiming.responseStart')}} {{readonlyInline}} </dt>
 <dd>一个 {{domxref("DOMHighResTimeStamp")}} 时间值,代表用户代理的HTTP解析器从相关应用程序缓存,本地资源或服务器接收到响应的第一个字节后立即的时间。</dd>
</dl>

<dl>
 <dt>{{domxref('PerformanceNavigationTiming.type')}} {{readonlyInline}} </dt>
 <dd>一个 {{domxref("DOMString","string")}} 表示导航类型,取值为为:“<code>navigate</code>”,“<code>reload</code>”,“<code>back_forward</code>”或“<code>prerender</code>”。</dd>
 <dt>{{domxref('PerformanceNavigationTiming.unloadEventEnd')}} {{readonlyInline}} </dt>
 <dd>一个 {{domxref("DOMHighResTimeStamp")}} 时间值,等于用户代理程序完成前一文档的卸载事件之后的时间。</dd>
 <dt>{{domxref('PerformanceNavigationTiming.unloadEventStart')}} {{readonlyInline}} </dt>
 <dd>一个 {{domxref("DOMHighResTimeStamp")}} 时间值,等于用户代理程序开始前一个文档的卸载事件之前的时间。</dd>
</dl>

<h2 id="方法">方法</h2>

<dl>
 <dt>{{domxref("PerformanceNavigationTiming.toJSON()")}}</dt>
 <dd>返回一个表示{{domxref("PerformanceNavigationTiming")}}对象的{{domxref("DOMString")}} JSON。</dd>
</dl>

<h2 id="规范">规范</h2>

<table class="standard-table">
 <tbody>
  <tr>
   <th scope="col">规范</th>
   <th scope="col">状态</th>
   <th scope="col">注释</th>
  </tr>
  <tr>
   <td>{{SpecName('Navigation Timing Level 2', '#sec-PerformanceNavigationTiming', 'PerformanceNavigationTiming')}}</td>
   <td>{{Spec2('Navigation Timing Level 2')}}</td>
   <td>Initial definition.</td>
  </tr>
 </tbody>
</table>

<h2 id="浏览器兼容性">浏览器兼容性</h2>



<p>{{Compat("api.PerformanceNavigationTiming")}}</p>

<h2 id="参见">参见</h2>

<ul>
 <li>{{domxref("Performance.navigation")}}</li>
 <li>{{domxref("PerformanceNavigation")}}</li>
</ul>