Este plugin no se ha probado con las últimas 3 versiones mayores de WordPress. Puede que ya no tenga soporte ni lo mantenga nadie, o puede que tenga problemas de compatibilidad cuando se usa con las versiones más recientes de WordPress.

Offline Content

Descripción

This plugin uses new ServiceWorker and Cache API to allow your users to access the contents of your site while they are offline or under unreliable network situations by caching part of your site.

Once you’ve installed this plugin, anyone visiting your site in browsers that support the Service Workers API will be able of access your content even if they run out of network or experiment network instability.

Configure the plugin in the “Settings > Offline content” section of your WordPress dashboard.

Instalación

  1. Download and install the plugin from the WordPress.org plugin directory
  2. Activate the plugin through the “Plugins” menu in WordPress Dashboard.

Alternatively,

  1. Clone or download the project repository
  2. Copy wp-offline-content directory inside your WordPress installation plugins directory
  3. Enable the plugin from the admin panel

Preguntas frecuentes

What browsers support the W3C Service Workers API?

Browser support for the W3C Service Worker API currently exists in Firefox, Chrome, and Chrome for Android, with other likely to follow.

What is the default policy for caching content?

The plugin will try to always serve fresh content from the Internet. After visiting a post or a page, the content will be cached in the background. In case of an unreliable network or lack of connectivity, the plugin will serve the cached content.

Can I use the plugin in combination with other plugins using SW

Since version 0.2.0, you can use this plugin in combination with other using the WordPress Service Worker Manager library.

Can I configure which content is available for offline reading?

In a very limited way, yes. You can enable/disable if pages should be precached is such a way the will be availables by the user even if they were never visited before.

More options will be available with new versions of the plugin.

Reseñas

2 de enero de 2018
很酷,但是为什么这么久没有更新呢,我决定要贡献一些代码。
23 de septiembre de 2017
Does what is says, now my wordpress based PWA will 100% pass lighthouse PWA audit in Chrome DevTools. Amazing work, kudos on this guys.
7 de julio de 2017
best way to turn your simple wp instal into a pwa.. im really grateful for the developers .. thank you! i wish some feature request... would be nice an update couse since last year this api evolved.. maybe ability to : 1.set background sync.. 2.ability to chose betven a race the request whatever return faster serv that... or: to chose chase only or server only or server first or case first..then update in background .. this settings would be nice... also maybe we could declare what is to be chased.. in case i want someting specific what wasn't cased before.. or: pre render pages ... so on.. this plugin so exiting has soo much potential.. just need a bit more developing maybe.. or just make a new plugin doing the same with more option .. se we could have a bare minimal .. and one with the extra settings.. depend on what ewer people usecase better.. i really wish somebody out there developer read this and soon we get an update.. but in the mean time... again thank you guys really apprichite your work.!! peace rg
Leer todas las 5 reseñas

Colaboradores y desarrolladores

Este software es de código abierto. Las siguientes personas han contribuido a este plugin.

Colaboradores

"Offline Content" ha sido traducido a 2 idiomas locales. Gracias a los traductores por sus contribuciones.

Traduce "Offline Content" 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.6.1

Includes latest Service Worker Manager which fixes a problem unregistering the service worker when all plugins using it are disabled.

0.6.0

The Service Worker unregister itself when no plugin using service workers is enabled.
Use WordPress AJAX infrastructure for dynamically generating the service worker file while reducing server footprint.
Use WP_Serve_File to efficiently generate the registrar and avoid unnecessary WordPress loads.
Relying on composer’s autoload to manage plugin dependencies.

0.5.0

Prevent undesired updates when used with other service worker supported plugins for WordPress.

0.4.0

New smart update algorithm minifies the number of background downloads when adding new content.

0.3.0

Cleaning old caches when changing the name of the cache where offline content is stored.

0.2.0

Now can be combined with other WP plugins using the WordPress Service Worker Manager library such as Web Push.

0.1.0

Initial release.