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

WP Instant Links

설명

Works out of the box. After activating, this plugin will pre-fetch the next web page just before your user clicks, thus giving the experience of an instant page load.

Better UX. Perfect for slower and shared web hosting plans.

This plugin is a wrapper for instant.page with some additional options and designed to be ready-to-go out of the box. No configuration needed.

More from https://instant.page/

instant.page uses just-in-time preloading — it preloads a page right before a user clicks on it.

Before a user clicks on a link, they hover their mouse over that link. When a user has hovered for 65 ms there is one chance out of two that they will click on that link, so instant.page starts preloading at this moment, leaving on average over 300 ms for the page to preload.

Easy on your server and your user’s data plan

Pages are preloaded only when there’s a good chance that a user is going to visit them, and it preloads only the HTML of that page, being respectful of your users’ and servers’ bandwidth and CPU. It’s 1 kB and loads after everything else. And it’s free and open source (MIT license).

Some Technical Info: https://instant.page/tech

스크린샷

  • Convenient settings area to debug links, exclude links and override other settings.

설치

The easy way:

  1. Go to the Plugins Menu in WordPress
  2. Click “Add New”
  3. Search for “WP Instant Links”
  4. Click “Install Now”
  5. Click “Activate”

The not so easy way:

  1. Upload the wp-instant-links folder to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. You’re all set!

FAQ

Do you preload every page?

This will only preload an internal page when the user hovers over the link to the page for 65ms. To view which pages are being loaded, enable debugging in the settings and check the developer tools console for details

Will it preload the logout page and log me out?

Pages with a query string (a “?”) in their URL aren’t preloaded, which includes the WP logout URL. If you would like to include URLs with query strings, you check that option in the settings area.

Can I override a link that I do not want preloaded?

Yes, just add the “data-no-instant” attribute to the element, or add it to the exclusions list in the settings area.

후기

2020년 4월 14일
I can't believe that such feature isn't available in some major speed optimization like WP Rocket, Autoptimize...
모든 2 평가 읽기

기여자 & 개발자

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

기여자

자국어로 “WP Instant Links”(을)를 번역하세요.

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

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

변경이력

1.1.0 – 2019/Apr/28

  • FEATURE: Adds option to include all external links
  • TWEAK: Updates instant.page to 1.2.2
  • TWEAK: Adds a few extra debugging outputs

1.0.2 – 2019/Feb/14

  • TWEAK: Updates content in various areas

1.0.1 – 2019/Feb/14

  • FIX: Adds JS file forgotten by deploy script

1.0.0 – 2019/Feb/14

  • Initial Release