MC Service Worker Cache

0

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-

Version
Last updated
Active installations
WordPress Version
Tested up to
Rating
Total ratings
This plugin is outdated and might not be supported anymore.

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.