MC Service Worker Cache
Experimental Basic implementation of service worker cache for Wordpress.
Plugin info
Maintenance & Compatibility
Maintenance score
Possibly abandoned • Last updated 3317 days ago
Is MC Service Worker Cache abandoned?
Possibly abandoned (last update 3317 days ago).
Compatibility
Similar & Alternatives
Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.
Description
Experimental Basic implementation of service worker cache for WordPress. Once activated you need to choose which file types it should cache: images, CSS, JavaScript and/or the rest. Wp-admin and preview asset requests are never cached. It relies on HTTP request’s “Accept” header to determine the type of resource requested, and will use the first recognized mime type entry in the header.
It needs to modify .htaccess to work, therefore it will only work on Apache setups with modifiable root .htaccess.
Docs & Support
Issues on https://github.com/miguelcalderon/wordpress-swc-plugin.
Features:
- Service Worker Cache.