[wordpress插件] Automatic DNS Prefetch自动DNS预取

wordpress 插件 文章 2020-02-25 09:40 631 0 全屏看文

AI助手支持GPT4.0

评分
100
描述

Modern browsers allow pages to prefetch DNS records of external libraries.

现代浏览器允许页面预取外部库的DNS记录。

This plugin looks through WordPress enqueued scripts and styles and adds DNS prefetch statements for scripts and stylesheets added by other plugins.

该插件可查看WordPress排队的脚本和样式,并为其他插件添加的脚本和样式表添加DNS预取语句。

This means that when the browser comes to download an external script or stylesheet, it already has looked up the DNS record for the external domain, and can proceed immediately to downloading the script, saving latency during loading of external resources.

这意味着当浏览器开始下载外部脚本或样式表时,它已经查找了外部域的DNS记录,并且可以立即继续下载脚本,从而节省了加载外部资源时的延迟。

p>

>

You can read more about this technique in the Chromium document.

您可以在铬文档中了解有关此技术的更多信息。

Plugin page Automatic DNS Prefetch plugin @ mabujo.

插件页面自动DNS预提取插件@ mabujo

p>

>

安装步骤

Installing “Automatic DNS Prefetch” can be done either by searching for “Automatic DNS Prefetch” via the “Plugins > Add New” screen in your WordPress dashboard, or by using the following steps:

可以通过WordPress信息中心中的“插件>添加新”屏幕搜索“自动DNS预取”来安装“自动DNS预取”,或者通过以下步骤操作:

    1. Download the plugin via WordPress.org
    2. 通过WordPress.org下载插件

    3. Upload the ZIP file through the ‘Plugins > Add New > Upload’ screen in your WordPress dashboard
    4. 通过WordPress信息中心中的“插件>添加新文件>上传”屏幕上传ZIP文件

    5. Activate the plugin through the ‘Plugins’ menu in WordPress
    6. 通过WordPress中的“插件”菜单激活插件

下载地址
https://downloads.wordpress.org/plugin/automatic-dns-prefetch.zip
-EOF-

AI助手支持GPT4.0