Ang plugin na ito ay hindi pa nasusubukan sa pinakabagong 3 major release ng WordPress. Maaaring hindi na ito minamantine o sinusuportahan at maaaring may mga isyu sa compatibility kapag ginamit sa mas bagong bersyon ng WordPress.

Offline Content

Deskripsyon

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.

Pag-install

  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

FAQ

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.

Mga Review

Enero 2, 2018
很酷,但是为什么这么久没有更新呢,我决定要贡献一些代码。
Setyembre 23, 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.
Hulyo 7, 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
Basahin lahat ng 5 na review

Mga Contributor at Developer

Ang “Offline Content” ay open source software. Ang mga sumusunod na tao ay nag-ambag sa plugin na ito.

Mga Contributor

Ang “Offline Content” ay naisalin na sa 2 (na) mga locale. Salamat sa mga tagasalin para sa kanilang mga kontribusyon.

Isalin ang “Offline Content” sa iyong wika.

Interesado sa development?

Tingnan ang code, i-check ang SVN repository, o mag-subscribe sa development log sa pamamagitan ng RSS.

Changelog

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.