Linux 软件免费装
Banner图

Simple DNS Prefetch

开发者 andrewmoof
更新时间 2018年6月8日 21:41
PHP版本: 4.1 及以上
WordPress版本: 4.9.6
版权: GPLv2 or later
版权网址: 版权信息

标签

speed optimization dns-prefetch dns prefetch

下载

详情介绍:

DNS resolution time can lead to a significant amount of user perceived latency. The time that DNS resolution takes is highly variable. Latency delays range from around 1ms (locally cached results) to commonly reported times of several seconds. DNS prefetching is an attempt to resolve domain names before a user tries to follow a link. This is done using the computer's normal DNS resolution mechanism. Once a domain name has been resolved, if the user does navigate to that domain, there will be no effective delay due to DNS resolution time. When we encounter hyperlinks in pages, we extract the domain name from each one and resolving each domain to an IP address. All this work is done in parallel with the user's reading of the page, using minimal CPU and network resources. When a user clicks on any of these pre-resolved names, they will on average save about 200 milliseconds in their navigation (assuming the user hadn't already visited the domain recently). More importantly than the average savings, users won't tend to experience the "worst case" delays for DNS resolution, which are regularly over 1 second.

安装:

  1. Upload plugin file through the WordPress interface.
  2. Activate the plugin through the 'Plugins' menu in WordPress.
  3. Use the Settings->Simple DNS Prefetch screen to configure the plugin.

屏幕截图:

  • Settings.
  • Page source.

常见问题:

How do I use the plugin?

Go to Settings » Simple DNS Prefetch and enter any domains you want to be prefetched. Make sure the "Disable" checkbox is unchecked.

更新日志:

0.5.2 0.5.1 0.5.0 0.4.2 0.4.1 0.4.0 0.3.0 0.2.1 0.2.0 0.0.1