manifest / performance / cache-http-response
Cache HTTP Response.
Performance tweaks for WordPress to cache HTTP API Call response.
by Nawawi Jamili · github.com/nawawi/cache-http-response · website
★ 2stars
12release downloads
1forks
Install
The author publishes release zips, so WP-CLI can install straight from GitHub:
wp plugin install https://github.com/nawawi/cache-http-response/releases/download/v1.0.0/cache-http-response.zipDeclares an update source (https://github.com/nawawi/cache-http-response), so updates arrive through the plugin's own updater.
From the readme
Cache HTTP Response
Performance tweaks for WordPress to cache HTTP API Call response.
Description
Performance tweaks for WordPress to cache WordPress API Call responses made by other plugins. This will reduce HTTP requests to external hosts if the plugin does not implement caching on their API calls.
Installation
Manual Installation
1. Download the plugin zip file and save it as cache-http-response.zip.
1. Upload and install the plugin zip file cache-http-response.zip through the WordPress plugins screen directly.
2. Activate the plugin through the ‘Plugins’ screen in WordPress.
Via WP-CLI
WP-CLI is the official command-line interface for WordPress. You can install cache-http-response using the wp command like this:
Update via WP-CLI
Automatic Updates
Cache HTTP Response supports the GitHub Updater plugin WordPress. The plugin enables automatic updates from this GitHub Repository. You will find all information about the how and why at the plugin wiki page.
Settings
This plugin behaviour can be changed using a filter hook. You may load it as a 'mu-plugins' script. Copy this code and place it in wp-content/mu-plugins/cache-http-response-hook.php.
Filter Hooks
cachehttprepo
Read the full README on GitHub →
Releases
| Tag | Published | Asset | Downloads |
|---|---|---|---|
| v1.0.0 | Oct 13, 2022 | cache-http-response.zip | 12 |