Speed up wordpress rest api by filter loaded plugin for every route.
On each rest api request wordpress load every plugins, this is a bottleneck and the rest api slow down.
This plugin install a must use plugin for filter plugins before load to set only desired plugins load by route.
The must use plugin is uninstall on desactivate the rest-manager plugin.
Features:
Disbale selected rest route.
Filter plugins load by rest route.
安装:
Upload the plugin files to the /wp-content/plugins/rest-manager directory, or install the plugin through the WordPress plugins screen directly.
Activate the plugin through the 'Plugins' screen in WordPress
Use the Settings->Rest Manager screen to configure the plugin
屏幕截图:
更新日志:
1.0.5
Fix load settings fields for route fields
On filter route force to load rest-manager if route is filtered and if not active.