Title: Quicklink for WordPress
Author: WP Munich
Published: <strong>2019-يىلى 16-يانۋار</strong>
Last modified: 2025-يىلى 6-ئاپرېل

---

قىستۇرما ئىزدە

![](https://ps.w.org/quicklink/assets/banner-772x250.png?rev=2583709)

![](https://ps.w.org/quicklink/assets/icon-256x256.png?rev=2583709)

# Quicklink for WordPress

 يازغۇچى [WP Munich](https://profiles.wordpress.org/wpmunich/)

[چۈشۈر](https://downloads.wordpress.org/plugin/quicklink.0.10.4.zip)

 * [تەپسىلاتلار](https://ug.wordpress.org/plugins/quicklink/#description)
 * [باھالاشلار](https://ug.wordpress.org/plugins/quicklink/#reviews)
 *  [ئورنىتىش](https://ug.wordpress.org/plugins/quicklink/#installation)
 * [ئىجادىيەت](https://ug.wordpress.org/plugins/quicklink/#developers)

 [قوللاش](https://wordpress.org/support/plugin/quicklink/)

## چۈشەندۈرۈش

Quicklink for WordPress attempts to make navigation to subsequent pages load faster.
Embedded with the plugin is a javascript library, which detects links in the viewport,
waits until the browser is idle and prefetches the URLs for these links. The library
also tries to detect, if the user is on a slow connection or on a data plan.

This plugin builds heavily on the amazing work done by [Google Chrome Labs](https://github.com/GoogleChromeLabs/quicklink).

More information about [Quicklink on the official Website](https://getquick.link).

#### How it works

 * **Detects links within the viewport** (using [Intersection Observer](https://developer.mozilla.org/en-US/docs/Web/API/Intersection_Observer_API))
 * **Waits until the browser is idle** (using [requestIdleCallback](https://developer.mozilla.org/en-US/docs/Web/API/Window/requestIdleCallback))
 * **Checks if the user isn’t on a slow connection** (using `navigator.connection.
   effectiveType`) or has data-saver enabled (using `navigator.connection.saveData`)
 * **Prefetches URLs to the links** (using [`<link rel=prefetch>`](https://www.w3.org/TR/resource-hints/#prefetch)
   or XHR). Provides some control over the request priority (can switch to `fetch()`
   if supported).

If you are a developer, we encourage you to follow along or [contribute](https://github.com/luehrsenheinrich/wp-quicklink)
to the development of this plugin [on GitHub](https://github.com/luehrsenheinrich/wp-quicklink).

## ئورنىتىش

#### From within WordPress

 1. Visit ›Plugins > Add New‹
 2. Search for ›Quicklink for WordPress‹
 3. Activate ›Quicklink for WordPress‹ from your Plugins page.

#### Manually

 1. Upload the `quicklink` folder to the `/wp-content/plugins/` directory
 2. Activate the Quicklink for WordPress plugin through the ›Plugins‹ menu in WordPress

## FAQ

### Will this make my website faster?

Yes and no. This plugin has no impact on the actual performance of your website.
But navigating the website will feel faster, because potential navigation targets
of the user have been prefetched in the users browser.

### Will this make my website slower?

Slowing down the site is highly unlikely, but possible. If this plugin is used with
a caching plugin, the additional hits on the server should not impact performance.
But if resource intensive, uncached targets are being prefetched, a performance 
loss is to be expected.

### What can I do if my website is getting slower?

You should fist check, that a good caching plugin like «WP Super Cache», «W3 Total
Cache» or «WP Rocket» is enabled. If this is not enough you can always add exception
rules to the Quicklink configuration by modifying the ›quicklink_options‹ filter.

## باھالاشلار

![](https://secure.gravatar.com/avatar/32d605a4b0df3c074b7d49bf6b127514ee3d8f54bd5237e1ea2977561a32f11c?
s=60&d=retro&r=g)

### 󠀁[İşe Yarıyor 🙂](https://wordpress.org/support/topic/ise-yariyor-2/)󠁿

 [kaptaninyeri](https://profiles.wordpress.org/kaptaninyeri/) 2023-يىلى 8-نويابىر

İşe Yarıyor 🙂

![](https://secure.gravatar.com/avatar/e9b323bc5d7eef3b6b358e382f36aa4b01f196c7b2e7be7bf62a1b127a155560?
s=60&d=retro&r=g)

### 󠀁[where i can see the performance?](https://wordpress.org/support/topic/where-i-can-see-the-performance/)󠁿

 [F](https://profiles.wordpress.org/lifengquan52/) 2021-يىلى 16-ئىيۇل 1 reply

where i can see the performance?…i even don’t see the performance for the link.It
is there have any experience userinterface for that?

![](https://secure.gravatar.com/avatar/fc8c323924d6dbcef68ea4abb06f9fd4a7b811c44907a25d4580aa386e2d3b91?
s=60&d=retro&r=g)

### 󠀁[Works great with v5.3.2](https://wordpress.org/support/topic/works-great-with-v5-3-2/)󠁿

 [bcornellsjc](https://profiles.wordpress.org/bcornellsjc/) 2020-يىلى 1-مارت 1 reply

Very pleased with the performance of Quicklink for WP. It works as advertised on
WP 5.3.2. 5 stars.

![](https://secure.gravatar.com/avatar/b739256d9f811600e84e6a6a099d6ea2c400bc5deae625b700c1e42d7bd9fed9?
s=60&d=retro&r=g)

### 󠀁[Thanks!](https://wordpress.org/support/topic/thanks-1722/)󠁿

 [illvart](https://profiles.wordpress.org/illvart/) 2020-يىلى 26-يانۋار

Thanks for this wordpress plugin!

![](https://secure.gravatar.com/avatar/6ffb52adf0323b719df6902b750e5cd3aa847d46d808b611a6460d8b3cda2d55?
s=60&d=retro&r=g)

### 󠀁[Awesome!!!](https://wordpress.org/support/topic/awesome-6810/)󠁿

 [David Elstob](https://profiles.wordpress.org/davwaiguy/) 2019-يىلى 26-ئىيۇن

This plugin is flawless. Only added it on a couple of sites, but my PageSpeed Insights
scores are still the same. The plugin is written by reputable coders who know what
they are doing. Definitely worth adding, because prefetching page links is all the
rage. That’s why the Jamstack websites such as Gatsby are so quick to navigate. 
If you want your WordPress to be as fast then this is the type of plugin you should
be adding, once you’ve done the basics like W3 Total Cache, Smush and the rest…

![](https://secure.gravatar.com/avatar/1fc8c0568e8a5606df9fb504e13c5e28a9836594780ec8254cef8050ebb2aca6?
s=60&d=retro&r=g)

### 󠀁[Awesome, but not sure if it supports all browsers](https://wordpress.org/support/topic/awesome-but-not-sure-if-it-supports-all-browsers/)󠁿

 [sebas6691](https://profiles.wordpress.org/sebas6691/) 2019-يىلى 27-فېۋرال 2 replies

I use this plugin in combination with WP Rocket and lazyloading. It works perfectly
together, no issues or what so ever. But I’m not sure if this plugin is supported
by all browsers. It works smoothly on Chrome, but on Firefox I don’t seem to notice
a difference. Got to test it with other browsers. But overall, good plugin. Recommended.

 [ 11 باھالاشنىڭ ھەممىنى ئوقۇش ](https://wordpress.org/support/plugin/quicklink/reviews/)

## تۆھپىكار ۋە ئىجادكار

«Quicklink for WordPress» كودى ئوچۇق يۇمشاق دېتال. تۆۋەندىكى كىشىلەر بۇ قىستۇرمىغا
تۆھپە قوشقان.

تۆھپىكار

 *   [ WP Munich ](https://profiles.wordpress.org/wpmunich/)
 *   [ Google ](https://profiles.wordpress.org/google/)
 *   [ Hendrik Luehrsen ](https://profiles.wordpress.org/luehrsen/)
 *   [ Weston Ruter ](https://profiles.wordpress.org/westonruter/)

«Quicklink for WordPress» 8 تىلغا تەرجىمە قىلىنغان. [تەرجىمانلار](https://translate.wordpress.org/projects/wp-plugins/quicklink/contributors)
نىڭ تۆھپىسى ئۈچۈن رەھمەت.

[«Quicklink for WordPress» نى تىلىڭىزغا تەرجىمە قىلىڭ](https://translate.wordpress.org/projects/wp-plugins/quicklink)

### ئىجادىيەتكە قىزىقامسىز؟

[كودقا كۆز يۈگۈرتۈپ](https://plugins.trac.wordpress.org/browser/quicklink/)، [SVN خەزىنە](https://plugins.svn.wordpress.org/quicklink/)
تەكشۈرۈپ ياكى [RSS](https://plugins.trac.wordpress.org/log/quicklink/?limit=100&mode=stop_on_copy&format=rss)
ئارقىلىق [ئىجادىيەت خاتىرىسى](https://plugins.trac.wordpress.org/log/quicklink/)
گە مۇشتەرى بولغىلى بولىدۇ.

## ئۆزگىرىش خاتىرىسى

#### 0.10.4

 * General maintenance for the repository

#### 0.10.0

 * General maintenance for the repository
 * Updated Quicklink dependency to version 2.3
 * Tested for WordPress 6.2

#### 0.9.0

 * General maintenance for the repository
 * Updated Quicklink dependency to version 2.2
 * Tested for WordPress 5.8

#### 0.8.0

 * Updated Quicklink dependency to version 2.0

#### 0.7.3

 * Made a function have a less generic name

#### 0.7.1

 * Fix some more deprecations with WooCommerce

#### 0.7.0

 * Changed the defaults to ignore links with get requests to improve compatibility
 * Removed some deprecated functions for WooCommerce

#### 0.6.0

 * Updated Quicklink to version 1.0.1

#### 0.5.0

 * Added rules and compatibility for WooCommerce

#### 0.4.0

 * Updated the script loading to load asynchronously
 * Updated the plugin assets

#### 0.3.0

 * Added compatibility with AMP
 * Added amazing contributors
 * Added the new WordPress filter ›quicklink_options‹ to modify quicklink settings

#### 0.2.0

 * Release for the plugin repository
 * Tuned quicklink ignores for WordPress

#### 0.1.0

 * Initial release

## Meta

 *  Version **0.10.4**
 *  ئاخىرقى يېڭىلانغان ۋاقىت **1 يىل بۇرۇن**
 *  ئاكتىپ ئورنىتىش سانى **1,000+**
 *  WordPress نەشرى ** 4.9 ياكى يۇقىرى **
 *  **6.7.5** دا سىنالغان
 *  PHP نەشرى ** 5.6 ياكى يۇقىرى **
 *  تىل
 * [Chinese (China)](https://cn.wordpress.org/plugins/quicklink/)، [Chinese (Taiwan)](https://tw.wordpress.org/plugins/quicklink/)،
   [English (US)](https://wordpress.org/plugins/quicklink/)، [German](https://de.wordpress.org/plugins/quicklink/)،
   [Spanish (Chile)](https://cl.wordpress.org/plugins/quicklink/)، [Spanish (Mexico)](https://es-mx.wordpress.org/plugins/quicklink/)،
   [Spanish (Spain)](https://es.wordpress.org/plugins/quicklink/)، [Spanish (Venezuela)](https://ve.wordpress.org/plugins/quicklink/)
   ۋە [Ukrainian](https://uk.wordpress.org/plugins/quicklink/).
 *  [تىلىڭىزغا تەرجىمە قىلىڭ](https://translate.wordpress.org/projects/wp-plugins/quicklink)
 * بەلگە
 * [Fast](https://ug.wordpress.org/plugins/tags/fast/)[optimization](https://ug.wordpress.org/plugins/tags/optimization/)
   [performance](https://ug.wordpress.org/plugins/tags/performance/)[prefetch](https://ug.wordpress.org/plugins/tags/prefetch/)
   [speed](https://ug.wordpress.org/plugins/tags/speed/)
 *  [ئالىي كۆرۈنۈش](https://ug.wordpress.org/plugins/quicklink/advanced/)

## دەرىجە

 5/5 يۇلتۇز

 *  [  11 5-يۇلتۇز باھالاش     ](https://wordpress.org/support/plugin/quicklink/reviews/?filter=5)
 *  [  0 4-يۇلتۇز باھالاش     ](https://wordpress.org/support/plugin/quicklink/reviews/?filter=4)
 *  [  0 3-يۇلتۇز باھالاش     ](https://wordpress.org/support/plugin/quicklink/reviews/?filter=3)
 *  [  0 2-يۇلتۇز باھالاش     ](https://wordpress.org/support/plugin/quicklink/reviews/?filter=2)
 *  [  0 1-يۇلتۇز باھالاش     ](https://wordpress.org/support/plugin/quicklink/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/quicklink/reviews/#new-post)

[بارلىق ئىنكاسنى كۆرسەت](https://wordpress.org/support/plugin/quicklink/reviews/)

## تۆھپىكار

 *   [ WP Munich ](https://profiles.wordpress.org/wpmunich/)
 *   [ Google ](https://profiles.wordpress.org/google/)
 *   [ Hendrik Luehrsen ](https://profiles.wordpress.org/luehrsen/)
 *   [ Weston Ruter ](https://profiles.wordpress.org/westonruter/)

## قوللاش

چۈشەندۈرۈشىڭىز بارمۇ؟ ياردەم لازىممۇ؟

 [قوللاش مۇنبىرىنى كۆرسەت](https://wordpress.org/support/plugin/quicklink/)