From 7d5ab456bb10ff43efbf45400b2721ff0f929fc1 Mon Sep 17 00:00:00 2001 From: Allo Date: Sat, 1 Jul 2023 09:00:34 +0800 Subject: [PATCH] sync content movement --- files/zh-tw/glossary/prefetch/index.md | 7 +++---- files/zh-tw/web/performance/index.md | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/files/zh-tw/glossary/prefetch/index.md b/files/zh-tw/glossary/prefetch/index.md index f14dea8a74bdaf..6234a5a1e9330f 100644 --- a/files/zh-tw/glossary/prefetch/index.md +++ b/files/zh-tw/glossary/prefetch/index.md @@ -1,14 +1,13 @@ --- -title: 預先取回連結 (Prefetch) 問答集 +title: 預先取回連結 slug: Glossary/Prefetch -original_slug: Web/HTTP/Link_prefetching_FAQ --- -{{HTTPSidebar}} +{{GlossarySidebar}} ### 何謂預先取回連結 ? -預先取回連結 (Prefetch) 是一項瀏覽器機制;這項機制利用瀏覽器閒置時間,預先下載取回使用者稍後可能造訪的網頁資源。只要網頁告訴瀏覽器哪些資源可以預先取回,當瀏覽完成當下網頁載入工作後,瀏覽器便會在背景預先取回這些資源,並且存入快取之中,然後當使用者造訪預先取回的網頁時,網頁便可以快速地從快取中取出載入。 +預先取回連結(Prefetch)是一項瀏覽器機制;這項機制利用瀏覽器閒置時間,預先下載取回使用者稍後可能造訪的網頁資源。只要網頁告訴瀏覽器哪些資源可以預先取回,當瀏覽完成當下網頁載入工作後,瀏覽器便會在背景預先取回這些資源,並且存入快取之中,然後當使用者造訪預先取回的網頁時,網頁便可以快速地從快取中取出載入。 ### 能在 HTTPS 執行預先取回嗎 ? diff --git a/files/zh-tw/web/performance/index.md b/files/zh-tw/web/performance/index.md index d99df520eb5cfe..d78afb1105f1a3 100644 --- a/files/zh-tw/web/performance/index.md +++ b/files/zh-tw/web/performance/index.md @@ -193,7 +193,7 @@ APIs - [requestIdleCallback()](/zh-TW/docs/Web/API/Window/requestIdleCallback) - [Beacon API](/zh-TW/docs/Web/API/Beacon_API/Using_the_Beacon_API) -- Resource Hints - [dns-prefetch](/zh-TW/docs/Web/HTTP/Headers/X-DNS-Prefetch-Control), preconnect, [prefetch](/zh-TW/docs/Web/HTTP/Link_prefetching_FAQ), and prerender +- Resource Hints - [dns-prefetch](/zh-TW/docs/Web/HTTP/Headers/X-DNS-Prefetch-Control), preconnect, [prefetch](/zh-TW/docs/Glossary/Prefetch), and prerender - [Fetchevent.navigationPreload](/zh-TW/docs/Web/API/FetchEvent/navigationPreload) - [Performance Server Timing API](/zh-TW/docs/Web/API/PerformanceServerTiming)