Descripción
Quicklink for WordPress intenta hacer que la navegación a las páginas sucesivas se cargue más rápido. El plugin incluye una biblioteca javascript que detecta los enlaces en la ventana de visualización, espera a que el navegador esté inactivo y preprocesa las URLs de estos enlaces. La biblioteca también intenta detectar si el usuario está en una conexión lenta o en un plan de datos.
Este plugin se basa en gran medida en el increíble trabajo realizado por Google Chrome Labs.
More information about Quicklink on the official Website.
How it works
- Detects links within the viewport (using Intersection Observer)
- Waits until the browser is idle (using requestIdleCallback)
- Checks if the user isn’t on a slow connection (using
navigator.connection.effectiveType
) or has data-saver enabled (usingnavigator.connection.saveData
) - Prefetches URLs to the links (using
<link rel=prefetch>
or XHR). Provides some control over the request priority (can switch tofetch()
if supported).
If you are a developer, we encourage you to follow along or contribute to the development of this plugin on GitHub.
Instalación
Desde dentro de WordPress
- Visita ‘Plugins > Añadir nuevo’
- Busca por ‘Quicklink for WordPress’
- Activa «Quicklink for WordPress» desde tu página de plugins.
Manualmente
- Sube la carpeta
quicklink
al directorio/wp-content/plugins/
- Activa el plugin Quicklink for WordPress desde el menú ‘Plugins’ en 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.
Reseñas
Colaboradores y desarrolladores
«Quicklink for WordPress» es un software de código abierto. Las siguientes personas han colaborado con este plugin.
Colaboradores«Quicklink for WordPress» está traducido en 7 idiomas. Gracias a los traductores por sus contribuciones.
Traduce «Quicklink for WordPress» a tu idioma.
¿Interesado en el desarrollo?
Revisa el código , echa un vistazo al repositorio SVN o suscríbete al registro de desarrollo por RSS.
Registro de cambios
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
- Se añadieron reglas y compatibilidad para WooCommerce.
0.4.0
- Actualizado el script de carga para cargar de forma asíncrona
- Updated the plugin assets
0.3.0
- Compatibilidad añadida con 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
- Versión inicial