이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

Simple 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.

스크린샷

  • Settings.
  • Page source.

설치

  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.

FAQ

Installation Instructions
  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.
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.

후기

2019년 5월 16일
After installing and adding my domains, the dns-prefetch syntax appears in the code. Works exactly as advertised!
모든 3 평가 읽기

기여자 & 개발자

“Simple DNS Prefetch”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “Simple DNS Prefetch”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

0.5.2

  • PHP Warning fix

0.5.1

  • PHP Warning fix

0.5.0

  • added “X-DNS-Prefetch-Control” meta-tag control

0.4.2

  • code fix

0.4.1

  • confirmed compatibility with WordPres 4.1

0.4.0

  • minor code optimizations

0.3.0

  • code fix

0.2.1

  • code fix

0.2.0

  • minor code optimizations, changed load behavior

0.0.1

  • created
  • verified compatibility with WP 4.0