From 8b6621966195ae20c972e812d5cdbed2b6146675 Mon Sep 17 00:00:00 2001 From: rjohnson Date: Thu, 18 Mar 2021 17:16:33 -0700 Subject: remove fx_minversion_header macro calls --- files/ja/conflicting/web/http/headers/x-dns-prefetch-control/index.html | 1 - 1 file changed, 1 deletion(-) (limited to 'files/ja/conflicting/web/http/headers') diff --git a/files/ja/conflicting/web/http/headers/x-dns-prefetch-control/index.html b/files/ja/conflicting/web/http/headers/x-dns-prefetch-control/index.html index 77bc5a83be..25206c58f1 100644 --- a/files/ja/conflicting/web/http/headers/x-dns-prefetch-control/index.html +++ b/files/ja/conflicting/web/http/headers/x-dns-prefetch-control/index.html @@ -3,7 +3,6 @@ title: DNS プリフェッチの制御 slug: conflicting/Web/HTTP/Headers/X-DNS-Prefetch-Control original_slug: Controlling_DNS_prefetching --- -

{{ fx_minversion_header(3.5) }}

Firefox 3.5 では DNS prefetching が導入されました。これにより、 Firefox は文書中に埋め込まれたアンカーに加え、画像、CSS、JavaScript などの文書内で参照されている外部リソースの URL に対し、予めドメインの名前解決を行います。

このプリフェッチはバックグラウンドで行われるため、実際にリソースが必要となった際には既に名前解決が終了していることになります。これにより、例えばユーザーがリンクをクリックした際の待ち時間を減らすことができます。

背景

-- cgit v1.2.3-54-g00ecf