aboutsummaryrefslogtreecommitdiff
path: root/files/zh-tw/glossary/first_input_delay/index.html
diff options
context:
space:
mode:
authorPeter Bengtsson <mail@peterbe.com>2020-12-08 14:43:23 -0500
committerPeter Bengtsson <mail@peterbe.com>2020-12-08 14:43:23 -0500
commit218934fa2ed1c702a6d3923d2aa2cc6b43c48684 (patch)
treea9ef8ac1e1b8fe4207b6d64d3841bfb8990b6fd0 /files/zh-tw/glossary/first_input_delay/index.html
parent074785cea106179cb3305637055ab0a009ca74f2 (diff)
downloadtranslated-content-218934fa2ed1c702a6d3923d2aa2cc6b43c48684.tar.gz
translated-content-218934fa2ed1c702a6d3923d2aa2cc6b43c48684.tar.bz2
translated-content-218934fa2ed1c702a6d3923d2aa2cc6b43c48684.zip
initial commit
Diffstat (limited to 'files/zh-tw/glossary/first_input_delay/index.html')
-rw-r--r--files/zh-tw/glossary/first_input_delay/index.html15
1 files changed, 15 insertions, 0 deletions
diff --git a/files/zh-tw/glossary/first_input_delay/index.html b/files/zh-tw/glossary/first_input_delay/index.html
new file mode 100644
index 0000000000..0161930979
--- /dev/null
+++ b/files/zh-tw/glossary/first_input_delay/index.html
@@ -0,0 +1,15 @@
+---
+title: 首次輸入延遲
+slug: Glossary/First_input_delay
+translation_of: Glossary/First_input_delay
+---
+<p><span class="seoSummary"><strong>首次輸入延遲</strong> (First input delay, FID) 測量從使用者第一次與你的網站互動(例如當他們點選連結、按鈕或是使用自訂的 JavaScript 控制),瀏覽器實際上能夠回應此次互動的時間點。它是個在首次使用者於網頁互動以及瀏覽器回應此互動的時間長度 (以毫秒為單位)。捲動與縮放行為都不包含在這個指標。</span></p>
+
+<p>這個時間介於內容已經在頁面繪製完成 (FCP) 以及所有功能都能夠回應使用者的互動時間。通常取決於 JavaScript 需要在主執行緒下載、剖析、以及執行,而且在缺乏裝置速度 (考慮低階行動裝置) 的情況。延遲時間越長,使用者體驗越差。縮短網站初始化時間以及預估<a href="/en-US/docs/Web/API/Long_Tasks_API"> long tasks</a> 有助於預估首次輸入延遲。 </p>
+
+<h2 id="也可以看看">也可以看看</h2>
+
+<ul>
+ <li><a href="/en-US/docs/Web/API/Window/requestIdleCallback">requestIdleCallback </a></li>
+ <li><a href="/en-US/docs/Learn/Performance/Lazy_loading">lazy loading</a></li>
+</ul>