manifest / performance / wp-fastendpoints-depends
FastEndpoints Depends
Treat WordPress plugins as dependencies to speed up your REST API's
by Attributes-PHP · github.com/attributes-php/wp-fastendpoints-depends · website
★ 4stars
4release downloads
1forks
Install
The author publishes release zips, so WP-CLI can install straight from GitHub:
wp plugin install https://github.com/attributes-php/wp-fastendpoints-depends/releases/download/v2.0.2/fastendpoints-depends.zipFrom the readme
WP-FastEndpoints-Depends
WP-FastEndpoints Depends allows you to treat plugins as dependencies to speed up your REST endpoints
- Explore our docs at WP-FastEndpoints Depends Docs »
Features
- Only includes the plugins you need for the endpoint
- No code changes needed. Just install and activate this plugin as an MU plugin
- Full support to both native WP REST endpoints and WP-FastEndpoints
Requirements
- PHP 8.1+
- WordPress 6.x
- Install as a must-use plugin
Installation
Using Bedrock
1. Navigate to the Bedrock root folder
2. Install the following composer package composer require attributes-php/wp-fastendpoints-depends
3. Run the following WP CLI command wp fastendpoints depends or activate any plugin on the website
4. Enjoy 😊
Using standard WordPress structure
1. Download latest plugin from our Releases page
2. Install plugin as a MU-plugin
3. Run the following WP CLI command wp fastendpoints depends or activate any plugin on the website
4. Enjoy 😊
New deployment
When doing a new deployment you will need to re-generate the route dependencies by either:
1. Re-run the following WP CLI command wp fastendpoints depends or to
2. Activate any plugin o
Read the full README on GitHub →