> Service Worker infrastructure for WordPress plugins.
Author: | David Walsh (profile at wordpress.org) |
WordPress version required: | 3.0.1 |
WordPress version tested: | 4.4.2 |
Plugin version: | 0.4.0 |
Added to WordPress repository: | 09-03-2016 |
Last updated: | 14-03-2016
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
|
Rating, %: | 0 |
Rated by: | 0 |
Plugin URI: | https://github.com/mozilla/offline-shell |
Total downloads: | 2 241 |
Active installs: | 10+ |
Click to start download
|
Screenshots
File selection screen -- the admin may choose which files to cache
The Network tab of DevTools shows that the files have been retrieved from cache instead of network
Debug displays in the console so you know what is and isn't being cached
FAQ
Does this plugin allow for offline reading of content?
No, but couple this plugin with the Offline Content plugin and you can have functioning pages and assets offline.
Does this plugin modify my theme files?
Absolutely not — no files are modified or generated by this plugin.
When should the theme file options be updated?
It’s best to update the plugin file options when you’ve added a new file to your theme that you’d like cached. Files that change or are deleted will be automatically detected and will not create problems within the service worker.
Can I provide feedback?
Of course! Service Workers are an emerging technology so this plugin should be updated often based on feedback from developers using WordPress in different ways
ChangeLog
0.4.0
- Added option for cache vs. network race
0.4.0
- Added option for cache+network race
0.3.0
- Don’t try to normalize request because it may cause a illegal referrer problem
0.2.2
- Loading file listing via AJAX for faster admin load
0.1.1
- Adding logic to clear storage for old URLs within the service worker
0.1
- Initial release of plugin